docgen-utils 1.0.15 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -174,14 +174,14 @@ Actual: `+T.attribValue);else{var z=T.tag,D=T.tags[T.tags.length-1]||T;z.ns===D.
174
174
  \0`,nt+=c(J,2),nt+=w.magic,nt+=c(m,2),nt+=c(x,2),nt+=c(tt.crc32,4),nt+=c(tt.compressedSize,4),nt+=c(tt.uncompressedSize,4),nt+=c(k.length,2),nt+=c(V.length,2),{fileRecord:t.LOCAL_FILE_HEADER+nt+k+V,dirRecord:t.CENTRAL_FILE_HEADER+c(Q,2)+nt+c(G.length,2)+"\0\0\0\0"+c(H,4)+c(F,4)+k+V+G}}var u=s("../utils"),i=s("../stream/GenericWorker"),n=s("../utf8"),e=s("../crc32"),t=s("../signature");function b(g,d,h,F){i.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=d,this.zipPlatform=h,this.encodeFileName=F,this.streamFiles=g,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}u.inherits(b,i),b.prototype.push=function(g){var d=g.meta.percent||0,h=this.entriesCount,F=this._sources.length;this.accumulate?this.contentBuffer.push(g):(this.bytesWritten+=g.data.length,i.prototype.push.call(this,{data:g.data,meta:{currentFile:this.currentFile,percent:h?(d+100*(h-F-1))/h:100}}))},b.prototype.openedSource=function(g){this.currentSourceOffset=this.bytesWritten,this.currentFile=g.file.name;var d=this.streamFiles&&!g.file.dir;if(d){var h=f(g,d,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:h.fileRecord,meta:{percent:0}})}else this.accumulate=!0},b.prototype.closedSource=function(g){this.accumulate=!1;var d=this.streamFiles&&!g.file.dir,h=f(g,d,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(h.dirRecord),d)this.push({data:(function(F){return t.DATA_DESCRIPTOR+c(F.crc32,4)+c(F.compressedSize,4)+c(F.uncompressedSize,4)})(g),meta:{percent:100}});else for(this.push({data:h.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},b.prototype.flush=function(){for(var g=this.bytesWritten,d=0;d<this.dirRecords.length;d++)this.push({data:this.dirRecords[d],meta:{percent:100}});var h=this.bytesWritten-g,F=(function(p,A,m,x,y){var w=u.transformTo("string",y(x));return t.CENTRAL_DIRECTORY_END+"\0\0\0\0"+c(p,2)+c(p,2)+c(A,4)+c(m,4)+c(w.length,2)+w})(this.dirRecords.length,h,g,this.zipComment,this.encodeFileName);this.push({data:F,meta:{percent:100}})},b.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},b.prototype.registerPrevious=function(g){this._sources.push(g);var d=this;return g.on("data",function(h){d.processChunk(h)}),g.on("end",function(){d.closedSource(d.previous.streamInfo),d._sources.length?d.prepareNextSource():d.end()}),g.on("error",function(h){d.error(h)}),this},b.prototype.resume=function(){return!!i.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},b.prototype.error=function(g){var d=this._sources;if(!i.prototype.error.call(this,g))return!1;for(var h=0;h<d.length;h++)try{d[h].error(g)}catch{}return!0},b.prototype.lock=function(){i.prototype.lock.call(this);for(var g=this._sources,d=0;d<g.length;d++)g[d].lock()},a.exports=b},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(s,a,l){var c=s("../compressions"),f=s("./ZipFileWorker");l.generateWorker=function(u,i,n){var e=new f(i.streamFiles,n,i.platform,i.encodeFileName),t=0;try{u.forEach(function(b,g){t++;var d=(function(A,m){var x=A||m,y=c[x];if(!y)throw new Error(x+" is not a valid compression method !");return y})(g.options.compression,i.compression),h=g.options.compressionOptions||i.compressionOptions||{},F=g.dir,p=g.date;g._compressWorker(d,h).withStreamInfo("file",{name:b,dir:F,date:p,comment:g.comment||"",unixPermissions:g.unixPermissions,dosPermissions:g.dosPermissions}).pipe(e)}),e.entriesCount=t}catch(b){e.error(b)}return e}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(s,a,l){function c(){if(!(this instanceof c))return new c;if(arguments.length)throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files=Object.create(null),this.comment=null,this.root="",this.clone=function(){var f=new c;for(var u in this)typeof this[u]!="function"&&(f[u]=this[u]);return f}}(c.prototype=s("./object")).loadAsync=s("./load"),c.support=s("./support"),c.defaults=s("./defaults"),c.version="3.10.1",c.loadAsync=function(f,u){return new c().loadAsync(f,u)},c.external=s("./external"),a.exports=c},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(s,a,l){var c=s("./utils"),f=s("./external"),u=s("./utf8"),i=s("./zipEntries"),n=s("./stream/Crc32Probe"),e=s("./nodejsUtils");function t(b){return new f.Promise(function(g,d){var h=b.decompressed.getContentWorker().pipe(new n);h.on("error",function(F){d(F)}).on("end",function(){h.streamInfo.crc32!==b.decompressed.crc32?d(new Error("Corrupted zip : CRC32 mismatch")):g()}).resume()})}a.exports=function(b,g){var d=this;return g=c.extend(g||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:u.utf8decode}),e.isNode&&e.isStream(b)?f.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):c.prepareContent("the loaded zip file",b,!0,g.optimizedBinaryString,g.base64).then(function(h){var F=new i(g);return F.load(h),F}).then(function(h){var F=[f.Promise.resolve(h)],p=h.files;if(g.checkCRC32)for(var A=0;A<p.length;A++)F.push(t(p[A]));return f.Promise.all(F)}).then(function(h){for(var F=h.shift(),p=F.files,A=0;A<p.length;A++){var m=p[A],x=m.fileNameStr,y=c.resolve(m.fileNameStr);d.file(y,m.decompressed,{binary:!0,optimizedBinaryString:!0,date:m.date,dir:m.dir,comment:m.fileCommentStr.length?m.fileCommentStr:null,unixPermissions:m.unixPermissions,dosPermissions:m.dosPermissions,createFolders:g.createFolders}),m.dir||(d.file(y).unsafeOriginalName=x)}return F.zipComment.length&&(d.comment=F.zipComment),d})}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(s,a,l){var c=s("../utils"),f=s("../stream/GenericWorker");function u(i,n){f.call(this,"Nodejs stream input adapter for "+i),this._upstreamEnded=!1,this._bindStream(n)}c.inherits(u,f),u.prototype._bindStream=function(i){var n=this;(this._stream=i).pause(),i.on("data",function(e){n.push({data:e,meta:{percent:0}})}).on("error",function(e){n.isPaused?this.generatedError=e:n.error(e)}).on("end",function(){n.isPaused?n._upstreamEnded=!0:n.end()})},u.prototype.pause=function(){return!!f.prototype.pause.call(this)&&(this._stream.pause(),!0)},u.prototype.resume=function(){return!!f.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},a.exports=u},{"../stream/GenericWorker":28,"../utils":32}],13:[function(s,a,l){var c=s("readable-stream").Readable;function f(u,i,n){c.call(this,i),this._helper=u;var e=this;u.on("data",function(t,b){e.push(t)||e._helper.pause(),n&&n(b)}).on("error",function(t){e.emit("error",t)}).on("end",function(){e.push(null)})}s("../utils").inherits(f,c),f.prototype._read=function(){this._helper.resume()},a.exports=f},{"../utils":32,"readable-stream":16}],14:[function(s,a,l){a.exports={isNode:typeof Buffer<"u",newBufferFrom:function(c,f){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(c,f);if(typeof c=="number")throw new Error('The "data" argument must not be a number');return new Buffer(c,f)},allocBuffer:function(c){if(Buffer.alloc)return Buffer.alloc(c);var f=new Buffer(c);return f.fill(0),f},isBuffer:function(c){return Buffer.isBuffer(c)},isStream:function(c){return c&&typeof c.on=="function"&&typeof c.pause=="function"&&typeof c.resume=="function"}}},{}],15:[function(s,a,l){function c(y,w,R){var k,P=u.getTypeOf(w),M=u.extend(R||{},e);M.date=M.date||new Date,M.compression!==null&&(M.compression=M.compression.toUpperCase()),typeof M.unixPermissions=="string"&&(M.unixPermissions=parseInt(M.unixPermissions,8)),M.unixPermissions&&16384&M.unixPermissions&&(M.dir=!0),M.dosPermissions&&16&M.dosPermissions&&(M.dir=!0),M.dir&&(y=p(y)),M.createFolders&&(k=F(y))&&A.call(this,k,!0);var G=P==="string"&&M.binary===!1&&M.base64===!1;R&&R.binary!==void 0||(M.binary=!G),(w instanceof t&&w.uncompressedSize===0||M.dir||!w||w.length===0)&&(M.base64=!1,M.binary=!0,w="",M.compression="STORE",P="string");var C=null;C=w instanceof t||w instanceof i?w:d.isNode&&d.isStream(w)?new h(y,w):u.prepareContent(y,w,M.binary,M.optimizedBinaryString,M.base64);var B=new b(y,C,M);this.files[y]=B}var f=s("./utf8"),u=s("./utils"),i=s("./stream/GenericWorker"),n=s("./stream/StreamHelper"),e=s("./defaults"),t=s("./compressedObject"),b=s("./zipObject"),g=s("./generate"),d=s("./nodejsUtils"),h=s("./nodejs/NodejsStreamInputAdapter"),F=function(y){y.slice(-1)==="/"&&(y=y.substring(0,y.length-1));var w=y.lastIndexOf("/");return 0<w?y.substring(0,w):""},p=function(y){return y.slice(-1)!=="/"&&(y+="/"),y},A=function(y,w){return w=w!==void 0?w:e.createFolders,y=p(y),this.files[y]||c.call(this,y,null,{dir:!0,createFolders:w}),this.files[y]};function m(y){return Object.prototype.toString.call(y)==="[object RegExp]"}var x={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(y){var w,R,k;for(w in this.files)k=this.files[w],(R=w.slice(this.root.length,w.length))&&w.slice(0,this.root.length)===this.root&&y(R,k)},filter:function(y){var w=[];return this.forEach(function(R,k){y(R,k)&&w.push(k)}),w},file:function(y,w,R){if(arguments.length!==1)return y=this.root+y,c.call(this,y,w,R),this;if(m(y)){var k=y;return this.filter(function(M,G){return!G.dir&&k.test(M)})}var P=this.files[this.root+y];return P&&!P.dir?P:null},folder:function(y){if(!y)return this;if(m(y))return this.filter(function(P,M){return M.dir&&y.test(P)});var w=this.root+y,R=A.call(this,w),k=this.clone();return k.root=R.name,k},remove:function(y){y=this.root+y;var w=this.files[y];if(w||(y.slice(-1)!=="/"&&(y+="/"),w=this.files[y]),w&&!w.dir)delete this.files[y];else for(var R=this.filter(function(P,M){return M.name.slice(0,y.length)===y}),k=0;k<R.length;k++)delete this.files[R[k].name];return this},generate:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(y){var w,R={};try{if((R=u.extend(y||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:f.utf8encode})).type=R.type.toLowerCase(),R.compression=R.compression.toUpperCase(),R.type==="binarystring"&&(R.type="string"),!R.type)throw new Error("No output type specified.");u.checkSupport(R.type),R.platform!=="darwin"&&R.platform!=="freebsd"&&R.platform!=="linux"&&R.platform!=="sunos"||(R.platform="UNIX"),R.platform==="win32"&&(R.platform="DOS");var k=R.comment||this.comment||"";w=g.generateWorker(this,R,k)}catch(P){(w=new i("error")).error(P)}return new n(w,R.type||"string",R.mimeType)},generateAsync:function(y,w){return this.generateInternalStream(y).accumulate(w)},generateNodeStream:function(y,w){return(y=y||{}).type||(y.type="nodebuffer"),this.generateInternalStream(y).toNodejsStream(w)}};a.exports=x},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(s,a,l){a.exports=s("stream")},{stream:void 0}],17:[function(s,a,l){var c=s("./DataReader");function f(u){c.call(this,u);for(var i=0;i<this.data.length;i++)u[i]=255&u[i]}s("../utils").inherits(f,c),f.prototype.byteAt=function(u){return this.data[this.zero+u]},f.prototype.lastIndexOfSignature=function(u){for(var i=u.charCodeAt(0),n=u.charCodeAt(1),e=u.charCodeAt(2),t=u.charCodeAt(3),b=this.length-4;0<=b;--b)if(this.data[b]===i&&this.data[b+1]===n&&this.data[b+2]===e&&this.data[b+3]===t)return b-this.zero;return-1},f.prototype.readAndCheckSignature=function(u){var i=u.charCodeAt(0),n=u.charCodeAt(1),e=u.charCodeAt(2),t=u.charCodeAt(3),b=this.readData(4);return i===b[0]&&n===b[1]&&e===b[2]&&t===b[3]},f.prototype.readData=function(u){if(this.checkOffset(u),u===0)return[];var i=this.data.slice(this.zero+this.index,this.zero+this.index+u);return this.index+=u,i},a.exports=f},{"../utils":32,"./DataReader":18}],18:[function(s,a,l){var c=s("../utils");function f(u){this.data=u,this.length=u.length,this.index=0,this.zero=0}f.prototype={checkOffset:function(u){this.checkIndex(this.index+u)},checkIndex:function(u){if(this.length<this.zero+u||u<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+u+"). Corrupted zip ?")},setIndex:function(u){this.checkIndex(u),this.index=u},skip:function(u){this.setIndex(this.index+u)},byteAt:function(){},readInt:function(u){var i,n=0;for(this.checkOffset(u),i=this.index+u-1;i>=this.index;i--)n=(n<<8)+this.byteAt(i);return this.index+=u,n},readString:function(u){return c.transformTo("string",this.readData(u))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var u=this.readInt(4);return new Date(Date.UTC(1980+(u>>25&127),(u>>21&15)-1,u>>16&31,u>>11&31,u>>5&63,(31&u)<<1))}},a.exports=f},{"../utils":32}],19:[function(s,a,l){var c=s("./Uint8ArrayReader");function f(u){c.call(this,u)}s("../utils").inherits(f,c),f.prototype.readData=function(u){this.checkOffset(u);var i=this.data.slice(this.zero+this.index,this.zero+this.index+u);return this.index+=u,i},a.exports=f},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(s,a,l){var c=s("./DataReader");function f(u){c.call(this,u)}s("../utils").inherits(f,c),f.prototype.byteAt=function(u){return this.data.charCodeAt(this.zero+u)},f.prototype.lastIndexOfSignature=function(u){return this.data.lastIndexOf(u)-this.zero},f.prototype.readAndCheckSignature=function(u){return u===this.readData(4)},f.prototype.readData=function(u){this.checkOffset(u);var i=this.data.slice(this.zero+this.index,this.zero+this.index+u);return this.index+=u,i},a.exports=f},{"../utils":32,"./DataReader":18}],21:[function(s,a,l){var c=s("./ArrayReader");function f(u){c.call(this,u)}s("../utils").inherits(f,c),f.prototype.readData=function(u){if(this.checkOffset(u),u===0)return new Uint8Array(0);var i=this.data.subarray(this.zero+this.index,this.zero+this.index+u);return this.index+=u,i},a.exports=f},{"../utils":32,"./ArrayReader":17}],22:[function(s,a,l){var c=s("../utils"),f=s("../support"),u=s("./ArrayReader"),i=s("./StringReader"),n=s("./NodeBufferReader"),e=s("./Uint8ArrayReader");a.exports=function(t){var b=c.getTypeOf(t);return c.checkSupport(b),b!=="string"||f.uint8array?b==="nodebuffer"?new n(t):f.uint8array?new e(c.transformTo("uint8array",t)):new u(c.transformTo("array",t)):new i(t)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(s,a,l){l.LOCAL_FILE_HEADER="PK",l.CENTRAL_FILE_HEADER="PK",l.CENTRAL_DIRECTORY_END="PK",l.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK\x07",l.ZIP64_CENTRAL_DIRECTORY_END="PK",l.DATA_DESCRIPTOR="PK\x07\b"},{}],24:[function(s,a,l){var c=s("./GenericWorker"),f=s("../utils");function u(i){c.call(this,"ConvertWorker to "+i),this.destType=i}f.inherits(u,c),u.prototype.processChunk=function(i){this.push({data:f.transformTo(this.destType,i.data),meta:i.meta})},a.exports=u},{"../utils":32,"./GenericWorker":28}],25:[function(s,a,l){var c=s("./GenericWorker"),f=s("../crc32");function u(){c.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}s("../utils").inherits(u,c),u.prototype.processChunk=function(i){this.streamInfo.crc32=f(i.data,this.streamInfo.crc32||0),this.push(i)},a.exports=u},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(s,a,l){var c=s("../utils"),f=s("./GenericWorker");function u(i){f.call(this,"DataLengthProbe for "+i),this.propName=i,this.withStreamInfo(i,0)}c.inherits(u,f),u.prototype.processChunk=function(i){if(i){var n=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=n+i.data.length}f.prototype.processChunk.call(this,i)},a.exports=u},{"../utils":32,"./GenericWorker":28}],27:[function(s,a,l){var c=s("../utils"),f=s("./GenericWorker");function u(i){f.call(this,"DataWorker");var n=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,i.then(function(e){n.dataIsReady=!0,n.data=e,n.max=e&&e.length||0,n.type=c.getTypeOf(e),n.isPaused||n._tickAndRepeat()},function(e){n.error(e)})}c.inherits(u,f),u.prototype.cleanUp=function(){f.prototype.cleanUp.call(this),this.data=null},u.prototype.resume=function(){return!!f.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,c.delay(this._tickAndRepeat,[],this)),!0)},u.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(c.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},u.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var i=null,n=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":i=this.data.substring(this.index,n);break;case"uint8array":i=this.data.subarray(this.index,n);break;case"array":case"nodebuffer":i=this.data.slice(this.index,n)}return this.index=n,this.push({data:i,meta:{percent:this.max?this.index/this.max*100:0}})},a.exports=u},{"../utils":32,"./GenericWorker":28}],28:[function(s,a,l){function c(f){this.name=f||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}c.prototype={push:function(f){this.emit("data",f)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(f){this.emit("error",f)}return!0},error:function(f){return!this.isFinished&&(this.isPaused?this.generatedError=f:(this.isFinished=!0,this.emit("error",f),this.previous&&this.previous.error(f),this.cleanUp()),!0)},on:function(f,u){return this._listeners[f].push(u),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(f,u){if(this._listeners[f])for(var i=0;i<this._listeners[f].length;i++)this._listeners[f][i].call(this,u)},pipe:function(f){return f.registerPrevious(this)},registerPrevious:function(f){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=f.streamInfo,this.mergeStreamInfo(),this.previous=f;var u=this;return f.on("data",function(i){u.processChunk(i)}),f.on("end",function(){u.end()}),f.on("error",function(i){u.error(i)}),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){if(!this.isPaused||this.isFinished)return!1;var f=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),f=!0),this.previous&&this.previous.resume(),!f},flush:function(){},processChunk:function(f){this.push(f)},withStreamInfo:function(f,u){return this.extraStreamInfo[f]=u,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var f in this.extraStreamInfo)Object.prototype.hasOwnProperty.call(this.extraStreamInfo,f)&&(this.streamInfo[f]=this.extraStreamInfo[f])},lock:function(){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var f="Worker "+this.name;return this.previous?this.previous+" -> "+f:f}},a.exports=c},{}],29:[function(s,a,l){var c=s("../utils"),f=s("./ConvertWorker"),u=s("./GenericWorker"),i=s("../base64"),n=s("../support"),e=s("../external"),t=null;if(n.nodestream)try{t=s("../nodejs/NodejsStreamOutputAdapter")}catch{}function b(d,h){return new e.Promise(function(F,p){var A=[],m=d._internalType,x=d._outputType,y=d._mimeType;d.on("data",function(w,R){A.push(w),h&&h(R)}).on("error",function(w){A=[],p(w)}).on("end",function(){try{var w=(function(R,k,P){switch(R){case"blob":return c.newBlob(c.transformTo("arraybuffer",k),P);case"base64":return i.encode(k);default:return c.transformTo(R,k)}})(x,(function(R,k){var P,M=0,G=null,C=0;for(P=0;P<k.length;P++)C+=k[P].length;switch(R){case"string":return k.join("");case"array":return Array.prototype.concat.apply([],k);case"uint8array":for(G=new Uint8Array(C),P=0;P<k.length;P++)G.set(k[P],M),M+=k[P].length;return G;case"nodebuffer":return Buffer.concat(k);default:throw new Error("concat : unsupported type '"+R+"'")}})(m,A),y);F(w)}catch(R){p(R)}A=[]}).resume()})}function g(d,h,F){var p=h;switch(h){case"blob":case"arraybuffer":p="uint8array";break;case"base64":p="string"}try{this._internalType=p,this._outputType=h,this._mimeType=F,c.checkSupport(p),this._worker=d.pipe(new f(p)),d.lock()}catch(A){this._worker=new u("error"),this._worker.error(A)}}g.prototype={accumulate:function(d){return b(this,d)},on:function(d,h){var F=this;return d==="data"?this._worker.on(d,function(p){h.call(F,p.data,p.meta)}):this._worker.on(d,function(){c.delay(h,arguments,F)}),this},resume:function(){return c.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(d){if(c.checkSupport("nodestream"),this._outputType!=="nodebuffer")throw new Error(this._outputType+" is not supported by this method");return new t(this,{objectMode:this._outputType!=="nodebuffer"},d)}},a.exports=g},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(s,a,l){if(l.base64=!0,l.array=!0,l.string=!0,l.arraybuffer=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u",l.nodebuffer=typeof Buffer<"u",l.uint8array=typeof Uint8Array<"u",typeof ArrayBuffer>"u")l.blob=!1;else{var c=new ArrayBuffer(0);try{l.blob=new Blob([c],{type:"application/zip"}).size===0}catch{try{var f=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);f.append(c),l.blob=f.getBlob("application/zip").size===0}catch{l.blob=!1}}}try{l.nodestream=!!s("readable-stream").Readable}catch{l.nodestream=!1}},{"readable-stream":16}],31:[function(s,a,l){for(var c=s("./utils"),f=s("./support"),u=s("./nodejsUtils"),i=s("./stream/GenericWorker"),n=new Array(256),e=0;e<256;e++)n[e]=252<=e?6:248<=e?5:240<=e?4:224<=e?3:192<=e?2:1;n[254]=n[254]=1;function t(){i.call(this,"utf-8 decode"),this.leftOver=null}function b(){i.call(this,"utf-8 encode")}l.utf8encode=function(g){return f.nodebuffer?u.newBufferFrom(g,"utf-8"):(function(d){var h,F,p,A,m,x=d.length,y=0;for(A=0;A<x;A++)(64512&(F=d.charCodeAt(A)))==55296&&A+1<x&&(64512&(p=d.charCodeAt(A+1)))==56320&&(F=65536+(F-55296<<10)+(p-56320),A++),y+=F<128?1:F<2048?2:F<65536?3:4;for(h=f.uint8array?new Uint8Array(y):new Array(y),A=m=0;m<y;A++)(64512&(F=d.charCodeAt(A)))==55296&&A+1<x&&(64512&(p=d.charCodeAt(A+1)))==56320&&(F=65536+(F-55296<<10)+(p-56320),A++),F<128?h[m++]=F:(F<2048?h[m++]=192|F>>>6:(F<65536?h[m++]=224|F>>>12:(h[m++]=240|F>>>18,h[m++]=128|F>>>12&63),h[m++]=128|F>>>6&63),h[m++]=128|63&F);return h})(g)},l.utf8decode=function(g){return f.nodebuffer?c.transformTo("nodebuffer",g).toString("utf-8"):(function(d){var h,F,p,A,m=d.length,x=new Array(2*m);for(h=F=0;h<m;)if((p=d[h++])<128)x[F++]=p;else if(4<(A=n[p]))x[F++]=65533,h+=A-1;else{for(p&=A===2?31:A===3?15:7;1<A&&h<m;)p=p<<6|63&d[h++],A--;1<A?x[F++]=65533:p<65536?x[F++]=p:(p-=65536,x[F++]=55296|p>>10&1023,x[F++]=56320|1023&p)}return x.length!==F&&(x.subarray?x=x.subarray(0,F):x.length=F),c.applyFromCharCode(x)})(g=c.transformTo(f.uint8array?"uint8array":"array",g))},c.inherits(t,i),t.prototype.processChunk=function(g){var d=c.transformTo(f.uint8array?"uint8array":"array",g.data);if(this.leftOver&&this.leftOver.length){if(f.uint8array){var h=d;(d=new Uint8Array(h.length+this.leftOver.length)).set(this.leftOver,0),d.set(h,this.leftOver.length)}else d=this.leftOver.concat(d);this.leftOver=null}var F=(function(A,m){var x;for((m=m||A.length)>A.length&&(m=A.length),x=m-1;0<=x&&(192&A[x])==128;)x--;return x<0||x===0?m:x+n[A[x]]>m?x:m})(d),p=d;F!==d.length&&(f.uint8array?(p=d.subarray(0,F),this.leftOver=d.subarray(F,d.length)):(p=d.slice(0,F),this.leftOver=d.slice(F,d.length))),this.push({data:l.utf8decode(p),meta:g.meta})},t.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:l.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},l.Utf8DecodeWorker=t,c.inherits(b,i),b.prototype.processChunk=function(g){this.push({data:l.utf8encode(g.data),meta:g.meta})},l.Utf8EncodeWorker=b},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(s,a,l){var c=s("./support"),f=s("./base64"),u=s("./nodejsUtils"),i=s("./external");function n(h){return h}function e(h,F){for(var p=0;p<h.length;++p)F[p]=255&h.charCodeAt(p);return F}s("setimmediate"),l.newBlob=function(h,F){l.checkSupport("blob");try{return new Blob([h],{type:F})}catch{try{var p=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return p.append(h),p.getBlob(F)}catch{throw new Error("Bug : can't construct the Blob.")}}};var t={stringifyByChunk:function(h,F,p){var A=[],m=0,x=h.length;if(x<=p)return String.fromCharCode.apply(null,h);for(;m<x;)F==="array"||F==="nodebuffer"?A.push(String.fromCharCode.apply(null,h.slice(m,Math.min(m+p,x)))):A.push(String.fromCharCode.apply(null,h.subarray(m,Math.min(m+p,x)))),m+=p;return A.join("")},stringifyByChar:function(h){for(var F="",p=0;p<h.length;p++)F+=String.fromCharCode(h[p]);return F},applyCanBeUsed:{uint8array:(function(){try{return c.uint8array&&String.fromCharCode.apply(null,new Uint8Array(1)).length===1}catch{return!1}})(),nodebuffer:(function(){try{return c.nodebuffer&&String.fromCharCode.apply(null,u.allocBuffer(1)).length===1}catch{return!1}})()}};function b(h){var F=65536,p=l.getTypeOf(h),A=!0;if(p==="uint8array"?A=t.applyCanBeUsed.uint8array:p==="nodebuffer"&&(A=t.applyCanBeUsed.nodebuffer),A)for(;1<F;)try{return t.stringifyByChunk(h,p,F)}catch{F=Math.floor(F/2)}return t.stringifyByChar(h)}function g(h,F){for(var p=0;p<h.length;p++)F[p]=h[p];return F}l.applyFromCharCode=b;var d={};d.string={string:n,array:function(h){return e(h,new Array(h.length))},arraybuffer:function(h){return d.string.uint8array(h).buffer},uint8array:function(h){return e(h,new Uint8Array(h.length))},nodebuffer:function(h){return e(h,u.allocBuffer(h.length))}},d.array={string:b,array:n,arraybuffer:function(h){return new Uint8Array(h).buffer},uint8array:function(h){return new Uint8Array(h)},nodebuffer:function(h){return u.newBufferFrom(h)}},d.arraybuffer={string:function(h){return b(new Uint8Array(h))},array:function(h){return g(new Uint8Array(h),new Array(h.byteLength))},arraybuffer:n,uint8array:function(h){return new Uint8Array(h)},nodebuffer:function(h){return u.newBufferFrom(new Uint8Array(h))}},d.uint8array={string:b,array:function(h){return g(h,new Array(h.length))},arraybuffer:function(h){return h.buffer},uint8array:n,nodebuffer:function(h){return u.newBufferFrom(h)}},d.nodebuffer={string:b,array:function(h){return g(h,new Array(h.length))},arraybuffer:function(h){return d.nodebuffer.uint8array(h).buffer},uint8array:function(h){return g(h,new Uint8Array(h.length))},nodebuffer:n},l.transformTo=function(h,F){if(F=F||"",!h)return F;l.checkSupport(h);var p=l.getTypeOf(F);return d[p][h](F)},l.resolve=function(h){for(var F=h.split("/"),p=[],A=0;A<F.length;A++){var m=F[A];m==="."||m===""&&A!==0&&A!==F.length-1||(m===".."?p.pop():p.push(m))}return p.join("/")},l.getTypeOf=function(h){return typeof h=="string"?"string":Object.prototype.toString.call(h)==="[object Array]"?"array":c.nodebuffer&&u.isBuffer(h)?"nodebuffer":c.uint8array&&h instanceof Uint8Array?"uint8array":c.arraybuffer&&h instanceof ArrayBuffer?"arraybuffer":void 0},l.checkSupport=function(h){if(!c[h.toLowerCase()])throw new Error(h+" is not supported by this platform")},l.MAX_VALUE_16BITS=65535,l.MAX_VALUE_32BITS=-1,l.pretty=function(h){var F,p,A="";for(p=0;p<(h||"").length;p++)A+="\\x"+((F=h.charCodeAt(p))<16?"0":"")+F.toString(16).toUpperCase();return A},l.delay=function(h,F,p){setImmediate(function(){h.apply(p||null,F||[])})},l.inherits=function(h,F){function p(){}p.prototype=F.prototype,h.prototype=new p},l.extend=function(){var h,F,p={};for(h=0;h<arguments.length;h++)for(F in arguments[h])Object.prototype.hasOwnProperty.call(arguments[h],F)&&p[F]===void 0&&(p[F]=arguments[h][F]);return p},l.prepareContent=function(h,F,p,A,m){return i.Promise.resolve(F).then(function(x){return c.blob&&(x instanceof Blob||["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(x))!==-1)&&typeof FileReader<"u"?new i.Promise(function(y,w){var R=new FileReader;R.onload=function(k){y(k.target.result)},R.onerror=function(k){w(k.target.error)},R.readAsArrayBuffer(x)}):x}).then(function(x){var y=l.getTypeOf(x);return y?(y==="arraybuffer"?x=l.transformTo("uint8array",x):y==="string"&&(m?x=f.decode(x):p&&A!==!0&&(x=(function(w){return e(w,c.uint8array?new Uint8Array(w.length):new Array(w.length))})(x))),x):i.Promise.reject(new Error("Can't read the data of '"+h+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))})}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,setimmediate:54}],33:[function(s,a,l){var c=s("./reader/readerFor"),f=s("./utils"),u=s("./signature"),i=s("./zipEntry"),n=s("./support");function e(t){this.files=[],this.loadOptions=t}e.prototype={checkSignature:function(t){if(!this.reader.readAndCheckSignature(t)){this.reader.index-=4;var b=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+f.pretty(b)+", expected "+f.pretty(t)+")")}},isSignature:function(t,b){var g=this.reader.index;this.reader.setIndex(t);var d=this.reader.readString(4)===b;return this.reader.setIndex(g),d},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var t=this.reader.readData(this.zipCommentLength),b=n.uint8array?"uint8array":"array",g=f.transformTo(b,t);this.zipComment=this.loadOptions.decodeFileName(g)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var t,b,g,d=this.zip64EndOfCentralSize-44;0<d;)t=this.reader.readInt(2),b=this.reader.readInt(4),g=this.reader.readData(b),this.zip64ExtensibleData[t]={id:t,length:b,value:g}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),1<this.disksCount)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var t,b;for(t=0;t<this.files.length;t++)b=this.files[t],this.reader.setIndex(b.localHeaderOffset),this.checkSignature(u.LOCAL_FILE_HEADER),b.readLocalPart(this.reader),b.handleUTF8(),b.processAttributes()},readCentralDir:function(){var t;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(u.CENTRAL_FILE_HEADER);)(t=new i({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(t);if(this.centralDirRecords!==this.files.length&&this.centralDirRecords!==0&&this.files.length===0)throw new Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var t=this.reader.lastIndexOfSignature(u.CENTRAL_DIRECTORY_END);if(t<0)throw this.isSignature(0,u.LOCAL_FILE_HEADER)?new Error("Corrupted zip: can't find end of central directory"):new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html");this.reader.setIndex(t);var b=t;if(this.checkSignature(u.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===f.MAX_VALUE_16BITS||this.diskWithCentralDirStart===f.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===f.MAX_VALUE_16BITS||this.centralDirRecords===f.MAX_VALUE_16BITS||this.centralDirSize===f.MAX_VALUE_32BITS||this.centralDirOffset===f.MAX_VALUE_32BITS){if(this.zip64=!0,(t=this.reader.lastIndexOfSignature(u.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(t),this.checkSignature(u.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,u.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(u.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error("Corrupted zip: can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(u.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var g=this.centralDirOffset+this.centralDirSize;this.zip64&&(g+=20,g+=12+this.zip64EndOfCentralSize);var d=b-g;if(0<d)this.isSignature(b,u.CENTRAL_FILE_HEADER)||(this.reader.zero=d);else if(d<0)throw new Error("Corrupted zip: missing "+Math.abs(d)+" bytes.")},prepareReader:function(t){this.reader=c(t)},load:function(t){this.prepareReader(t),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},a.exports=e},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utils":32,"./zipEntry":34}],34:[function(s,a,l){var c=s("./reader/readerFor"),f=s("./utils"),u=s("./compressedObject"),i=s("./crc32"),n=s("./utf8"),e=s("./compressions"),t=s("./support");function b(g,d){this.options=g,this.loadOptions=d}b.prototype={isEncrypted:function(){return(1&this.bitFlag)==1},useUTF8:function(){return(2048&this.bitFlag)==2048},readLocalPart:function(g){var d,h;if(g.skip(22),this.fileNameLength=g.readInt(2),h=g.readInt(2),this.fileName=g.readData(this.fileNameLength),g.skip(h),this.compressedSize===-1||this.uncompressedSize===-1)throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if((d=(function(F){for(var p in e)if(Object.prototype.hasOwnProperty.call(e,p)&&e[p].magic===F)return e[p];return null})(this.compressionMethod))===null)throw new Error("Corrupted zip : compression "+f.pretty(this.compressionMethod)+" unknown (inner file : "+f.transformTo("string",this.fileName)+")");this.decompressed=new u(this.compressedSize,this.uncompressedSize,this.crc32,d,g.readData(this.compressedSize))},readCentralPart:function(g){this.versionMadeBy=g.readInt(2),g.skip(2),this.bitFlag=g.readInt(2),this.compressionMethod=g.readString(2),this.date=g.readDate(),this.crc32=g.readInt(4),this.compressedSize=g.readInt(4),this.uncompressedSize=g.readInt(4);var d=g.readInt(2);if(this.extraFieldsLength=g.readInt(2),this.fileCommentLength=g.readInt(2),this.diskNumberStart=g.readInt(2),this.internalFileAttributes=g.readInt(2),this.externalFileAttributes=g.readInt(4),this.localHeaderOffset=g.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");g.skip(d),this.readExtraFields(g),this.parseZIP64ExtraField(g),this.fileComment=g.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var g=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),g==0&&(this.dosPermissions=63&this.externalFileAttributes),g==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!=="/"||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var g=c(this.extraFields[1].value);this.uncompressedSize===f.MAX_VALUE_32BITS&&(this.uncompressedSize=g.readInt(8)),this.compressedSize===f.MAX_VALUE_32BITS&&(this.compressedSize=g.readInt(8)),this.localHeaderOffset===f.MAX_VALUE_32BITS&&(this.localHeaderOffset=g.readInt(8)),this.diskNumberStart===f.MAX_VALUE_32BITS&&(this.diskNumberStart=g.readInt(4))}},readExtraFields:function(g){var d,h,F,p=g.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});g.index+4<p;)d=g.readInt(2),h=g.readInt(2),F=g.readData(h),this.extraFields[d]={id:d,length:h,value:F};g.setIndex(p)},handleUTF8:function(){var g=t.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=n.utf8decode(this.fileName),this.fileCommentStr=n.utf8decode(this.fileComment);else{var d=this.findExtraFieldUnicodePath();if(d!==null)this.fileNameStr=d;else{var h=f.transformTo(g,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(h)}var F=this.findExtraFieldUnicodeComment();if(F!==null)this.fileCommentStr=F;else{var p=f.transformTo(g,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(p)}}},findExtraFieldUnicodePath:function(){var g=this.extraFields[28789];if(g){var d=c(g.value);return d.readInt(1)!==1||i(this.fileName)!==d.readInt(4)?null:n.utf8decode(d.readData(g.length-5))}return null},findExtraFieldUnicodeComment:function(){var g=this.extraFields[25461];if(g){var d=c(g.value);return d.readInt(1)!==1||i(this.fileComment)!==d.readInt(4)?null:n.utf8decode(d.readData(g.length-5))}return null}},a.exports=b},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(s,a,l){function c(d,h,F){this.name=d,this.dir=F.dir,this.date=F.date,this.comment=F.comment,this.unixPermissions=F.unixPermissions,this.dosPermissions=F.dosPermissions,this._data=h,this._dataBinary=F.binary,this.options={compression:F.compression,compressionOptions:F.compressionOptions}}var f=s("./stream/StreamHelper"),u=s("./stream/DataWorker"),i=s("./utf8"),n=s("./compressedObject"),e=s("./stream/GenericWorker");c.prototype={internalStream:function(d){var h=null,F="string";try{if(!d)throw new Error("No output type specified.");var p=(F=d.toLowerCase())==="string"||F==="text";F!=="binarystring"&&F!=="text"||(F="string"),h=this._decompressWorker();var A=!this._dataBinary;A&&!p&&(h=h.pipe(new i.Utf8EncodeWorker)),!A&&p&&(h=h.pipe(new i.Utf8DecodeWorker))}catch(m){(h=new e("error")).error(m)}return new f(h,F,"")},async:function(d,h){return this.internalStream(d).accumulate(h)},nodeStream:function(d,h){return this.internalStream(d||"nodebuffer").toNodejsStream(h)},_compressWorker:function(d,h){if(this._data instanceof n&&this._data.compression.magic===d.magic)return this._data.getCompressedWorker();var F=this._decompressWorker();return this._dataBinary||(F=F.pipe(new i.Utf8EncodeWorker)),n.createWorkerFrom(F,d,h)},_decompressWorker:function(){return this._data instanceof n?this._data.getContentWorker():this._data instanceof e?this._data:new u(this._data)}};for(var t=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],b=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},g=0;g<t.length;g++)c.prototype[t[g]]=b;a.exports=c},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(s,a,l){(function(c){var f,u,i=c.MutationObserver||c.WebKitMutationObserver;if(i){var n=0,e=new i(d),t=c.document.createTextNode("");e.observe(t,{characterData:!0}),f=function(){t.data=n=++n%2}}else if(c.setImmediate||c.MessageChannel===void 0)f="document"in c&&"onreadystatechange"in c.document.createElement("script")?function(){var h=c.document.createElement("script");h.onreadystatechange=function(){d(),h.onreadystatechange=null,h.parentNode.removeChild(h),h=null},c.document.documentElement.appendChild(h)}:function(){setTimeout(d,0)};else{var b=new c.MessageChannel;b.port1.onmessage=d,f=function(){b.port2.postMessage(0)}}var g=[];function d(){var h,F;u=!0;for(var p=g.length;p;){for(F=g,g=[],h=-1;++h<p;)F[h]();p=g.length}u=!1}a.exports=function(h){g.push(h)!==1||u||f()}}).call(this,typeof Rn<"u"?Rn:typeof self<"u"?self:typeof window<"u"?window:{})},{}],37:[function(s,a,l){var c=s("immediate");function f(){}var u={},i=["REJECTED"],n=["FULFILLED"],e=["PENDING"];function t(p){if(typeof p!="function")throw new TypeError("resolver must be a function");this.state=e,this.queue=[],this.outcome=void 0,p!==f&&h(this,p)}function b(p,A,m){this.promise=p,typeof A=="function"&&(this.onFulfilled=A,this.callFulfilled=this.otherCallFulfilled),typeof m=="function"&&(this.onRejected=m,this.callRejected=this.otherCallRejected)}function g(p,A,m){c(function(){var x;try{x=A(m)}catch(y){return u.reject(p,y)}x===p?u.reject(p,new TypeError("Cannot resolve promise with itself")):u.resolve(p,x)})}function d(p){var A=p&&p.then;if(p&&(typeof p=="object"||typeof p=="function")&&typeof A=="function")return function(){A.apply(p,arguments)}}function h(p,A){var m=!1;function x(R){m||(m=!0,u.reject(p,R))}function y(R){m||(m=!0,u.resolve(p,R))}var w=F(function(){A(y,x)});w.status==="error"&&x(w.value)}function F(p,A){var m={};try{m.value=p(A),m.status="success"}catch(x){m.status="error",m.value=x}return m}(a.exports=t).prototype.finally=function(p){if(typeof p!="function")return this;var A=this.constructor;return this.then(function(m){return A.resolve(p()).then(function(){return m})},function(m){return A.resolve(p()).then(function(){throw m})})},t.prototype.catch=function(p){return this.then(null,p)},t.prototype.then=function(p,A){if(typeof p!="function"&&this.state===n||typeof A!="function"&&this.state===i)return this;var m=new this.constructor(f);return this.state!==e?g(m,this.state===n?p:A,this.outcome):this.queue.push(new b(m,p,A)),m},b.prototype.callFulfilled=function(p){u.resolve(this.promise,p)},b.prototype.otherCallFulfilled=function(p){g(this.promise,this.onFulfilled,p)},b.prototype.callRejected=function(p){u.reject(this.promise,p)},b.prototype.otherCallRejected=function(p){g(this.promise,this.onRejected,p)},u.resolve=function(p,A){var m=F(d,A);if(m.status==="error")return u.reject(p,m.value);var x=m.value;if(x)h(p,x);else{p.state=n,p.outcome=A;for(var y=-1,w=p.queue.length;++y<w;)p.queue[y].callFulfilled(A)}return p},u.reject=function(p,A){p.state=i,p.outcome=A;for(var m=-1,x=p.queue.length;++m<x;)p.queue[m].callRejected(A);return p},t.resolve=function(p){return p instanceof this?p:u.resolve(new this(f),p)},t.reject=function(p){var A=new this(f);return u.reject(A,p)},t.all=function(p){var A=this;if(Object.prototype.toString.call(p)!=="[object Array]")return this.reject(new TypeError("must be an array"));var m=p.length,x=!1;if(!m)return this.resolve([]);for(var y=new Array(m),w=0,R=-1,k=new this(f);++R<m;)P(p[R],R);return k;function P(M,G){A.resolve(M).then(function(C){y[G]=C,++w!==m||x||(x=!0,u.resolve(k,y))},function(C){x||(x=!0,u.reject(k,C))})}},t.race=function(p){var A=this;if(Object.prototype.toString.call(p)!=="[object Array]")return this.reject(new TypeError("must be an array"));var m=p.length,x=!1;if(!m)return this.resolve([]);for(var y=-1,w=new this(f);++y<m;)R=p[y],A.resolve(R).then(function(k){x||(x=!0,u.resolve(w,k))},function(k){x||(x=!0,u.reject(w,k))});var R;return w}},{immediate:36}],38:[function(s,a,l){var c={};(0,s("./lib/utils/common").assign)(c,s("./lib/deflate"),s("./lib/inflate"),s("./lib/zlib/constants")),a.exports=c},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(s,a,l){var c=s("./zlib/deflate"),f=s("./utils/common"),u=s("./utils/strings"),i=s("./zlib/messages"),n=s("./zlib/zstream"),e=Object.prototype.toString,t=0,b=-1,g=0,d=8;function h(p){if(!(this instanceof h))return new h(p);this.options=f.assign({level:b,method:d,chunkSize:16384,windowBits:15,memLevel:8,strategy:g,to:""},p||{});var A=this.options;A.raw&&0<A.windowBits?A.windowBits=-A.windowBits:A.gzip&&0<A.windowBits&&A.windowBits<16&&(A.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new n,this.strm.avail_out=0;var m=c.deflateInit2(this.strm,A.level,A.method,A.windowBits,A.memLevel,A.strategy);if(m!==t)throw new Error(i[m]);if(A.header&&c.deflateSetHeader(this.strm,A.header),A.dictionary){var x;if(x=typeof A.dictionary=="string"?u.string2buf(A.dictionary):e.call(A.dictionary)==="[object ArrayBuffer]"?new Uint8Array(A.dictionary):A.dictionary,(m=c.deflateSetDictionary(this.strm,x))!==t)throw new Error(i[m]);this._dict_set=!0}}function F(p,A){var m=new h(A);if(m.push(p,!0),m.err)throw m.msg||i[m.err];return m.result}h.prototype.push=function(p,A){var m,x,y=this.strm,w=this.options.chunkSize;if(this.ended)return!1;x=A===~~A?A:A===!0?4:0,typeof p=="string"?y.input=u.string2buf(p):e.call(p)==="[object ArrayBuffer]"?y.input=new Uint8Array(p):y.input=p,y.next_in=0,y.avail_in=y.input.length;do{if(y.avail_out===0&&(y.output=new f.Buf8(w),y.next_out=0,y.avail_out=w),(m=c.deflate(y,x))!==1&&m!==t)return this.onEnd(m),!(this.ended=!0);y.avail_out!==0&&(y.avail_in!==0||x!==4&&x!==2)||(this.options.to==="string"?this.onData(u.buf2binstring(f.shrinkBuf(y.output,y.next_out))):this.onData(f.shrinkBuf(y.output,y.next_out)))}while((0<y.avail_in||y.avail_out===0)&&m!==1);return x===4?(m=c.deflateEnd(this.strm),this.onEnd(m),this.ended=!0,m===t):x!==2||(this.onEnd(t),!(y.avail_out=0))},h.prototype.onData=function(p){this.chunks.push(p)},h.prototype.onEnd=function(p){p===t&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=f.flattenChunks(this.chunks)),this.chunks=[],this.err=p,this.msg=this.strm.msg},l.Deflate=h,l.deflate=F,l.deflateRaw=function(p,A){return(A=A||{}).raw=!0,F(p,A)},l.gzip=function(p,A){return(A=A||{}).gzip=!0,F(p,A)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(s,a,l){var c=s("./zlib/inflate"),f=s("./utils/common"),u=s("./utils/strings"),i=s("./zlib/constants"),n=s("./zlib/messages"),e=s("./zlib/zstream"),t=s("./zlib/gzheader"),b=Object.prototype.toString;function g(h){if(!(this instanceof g))return new g(h);this.options=f.assign({chunkSize:16384,windowBits:0,to:""},h||{});var F=this.options;F.raw&&0<=F.windowBits&&F.windowBits<16&&(F.windowBits=-F.windowBits,F.windowBits===0&&(F.windowBits=-15)),!(0<=F.windowBits&&F.windowBits<16)||h&&h.windowBits||(F.windowBits+=32),15<F.windowBits&&F.windowBits<48&&(15&F.windowBits)==0&&(F.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new e,this.strm.avail_out=0;var p=c.inflateInit2(this.strm,F.windowBits);if(p!==i.Z_OK)throw new Error(n[p]);this.header=new t,c.inflateGetHeader(this.strm,this.header)}function d(h,F){var p=new g(F);if(p.push(h,!0),p.err)throw p.msg||n[p.err];return p.result}g.prototype.push=function(h,F){var p,A,m,x,y,w,R=this.strm,k=this.options.chunkSize,P=this.options.dictionary,M=!1;if(this.ended)return!1;A=F===~~F?F:F===!0?i.Z_FINISH:i.Z_NO_FLUSH,typeof h=="string"?R.input=u.binstring2buf(h):b.call(h)==="[object ArrayBuffer]"?R.input=new Uint8Array(h):R.input=h,R.next_in=0,R.avail_in=R.input.length;do{if(R.avail_out===0&&(R.output=new f.Buf8(k),R.next_out=0,R.avail_out=k),(p=c.inflate(R,i.Z_NO_FLUSH))===i.Z_NEED_DICT&&P&&(w=typeof P=="string"?u.string2buf(P):b.call(P)==="[object ArrayBuffer]"?new Uint8Array(P):P,p=c.inflateSetDictionary(this.strm,w)),p===i.Z_BUF_ERROR&&M===!0&&(p=i.Z_OK,M=!1),p!==i.Z_STREAM_END&&p!==i.Z_OK)return this.onEnd(p),!(this.ended=!0);R.next_out&&(R.avail_out!==0&&p!==i.Z_STREAM_END&&(R.avail_in!==0||A!==i.Z_FINISH&&A!==i.Z_SYNC_FLUSH)||(this.options.to==="string"?(m=u.utf8border(R.output,R.next_out),x=R.next_out-m,y=u.buf2string(R.output,m),R.next_out=x,R.avail_out=k-x,x&&f.arraySet(R.output,R.output,m,x,0),this.onData(y)):this.onData(f.shrinkBuf(R.output,R.next_out)))),R.avail_in===0&&R.avail_out===0&&(M=!0)}while((0<R.avail_in||R.avail_out===0)&&p!==i.Z_STREAM_END);return p===i.Z_STREAM_END&&(A=i.Z_FINISH),A===i.Z_FINISH?(p=c.inflateEnd(this.strm),this.onEnd(p),this.ended=!0,p===i.Z_OK):A!==i.Z_SYNC_FLUSH||(this.onEnd(i.Z_OK),!(R.avail_out=0))},g.prototype.onData=function(h){this.chunks.push(h)},g.prototype.onEnd=function(h){h===i.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=f.flattenChunks(this.chunks)),this.chunks=[],this.err=h,this.msg=this.strm.msg},l.Inflate=g,l.inflate=d,l.inflateRaw=function(h,F){return(F=F||{}).raw=!0,d(h,F)},l.ungzip=d},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(s,a,l){var c=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Int32Array<"u";l.assign=function(i){for(var n=Array.prototype.slice.call(arguments,1);n.length;){var e=n.shift();if(e){if(typeof e!="object")throw new TypeError(e+"must be non-object");for(var t in e)e.hasOwnProperty(t)&&(i[t]=e[t])}}return i},l.shrinkBuf=function(i,n){return i.length===n?i:i.subarray?i.subarray(0,n):(i.length=n,i)};var f={arraySet:function(i,n,e,t,b){if(n.subarray&&i.subarray)i.set(n.subarray(e,e+t),b);else for(var g=0;g<t;g++)i[b+g]=n[e+g]},flattenChunks:function(i){var n,e,t,b,g,d;for(n=t=0,e=i.length;n<e;n++)t+=i[n].length;for(d=new Uint8Array(t),n=b=0,e=i.length;n<e;n++)g=i[n],d.set(g,b),b+=g.length;return d}},u={arraySet:function(i,n,e,t,b){for(var g=0;g<t;g++)i[b+g]=n[e+g]},flattenChunks:function(i){return[].concat.apply([],i)}};l.setTyped=function(i){i?(l.Buf8=Uint8Array,l.Buf16=Uint16Array,l.Buf32=Int32Array,l.assign(l,f)):(l.Buf8=Array,l.Buf16=Array,l.Buf32=Array,l.assign(l,u))},l.setTyped(c)},{}],42:[function(s,a,l){var c=s("./common"),f=!0,u=!0;try{String.fromCharCode.apply(null,[0])}catch{f=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{u=!1}for(var i=new c.Buf8(256),n=0;n<256;n++)i[n]=252<=n?6:248<=n?5:240<=n?4:224<=n?3:192<=n?2:1;function e(t,b){if(b<65537&&(t.subarray&&u||!t.subarray&&f))return String.fromCharCode.apply(null,c.shrinkBuf(t,b));for(var g="",d=0;d<b;d++)g+=String.fromCharCode(t[d]);return g}i[254]=i[254]=1,l.string2buf=function(t){var b,g,d,h,F,p=t.length,A=0;for(h=0;h<p;h++)(64512&(g=t.charCodeAt(h)))==55296&&h+1<p&&(64512&(d=t.charCodeAt(h+1)))==56320&&(g=65536+(g-55296<<10)+(d-56320),h++),A+=g<128?1:g<2048?2:g<65536?3:4;for(b=new c.Buf8(A),h=F=0;F<A;h++)(64512&(g=t.charCodeAt(h)))==55296&&h+1<p&&(64512&(d=t.charCodeAt(h+1)))==56320&&(g=65536+(g-55296<<10)+(d-56320),h++),g<128?b[F++]=g:(g<2048?b[F++]=192|g>>>6:(g<65536?b[F++]=224|g>>>12:(b[F++]=240|g>>>18,b[F++]=128|g>>>12&63),b[F++]=128|g>>>6&63),b[F++]=128|63&g);return b},l.buf2binstring=function(t){return e(t,t.length)},l.binstring2buf=function(t){for(var b=new c.Buf8(t.length),g=0,d=b.length;g<d;g++)b[g]=t.charCodeAt(g);return b},l.buf2string=function(t,b){var g,d,h,F,p=b||t.length,A=new Array(2*p);for(g=d=0;g<p;)if((h=t[g++])<128)A[d++]=h;else if(4<(F=i[h]))A[d++]=65533,g+=F-1;else{for(h&=F===2?31:F===3?15:7;1<F&&g<p;)h=h<<6|63&t[g++],F--;1<F?A[d++]=65533:h<65536?A[d++]=h:(h-=65536,A[d++]=55296|h>>10&1023,A[d++]=56320|1023&h)}return e(A,d)},l.utf8border=function(t,b){var g;for((b=b||t.length)>t.length&&(b=t.length),g=b-1;0<=g&&(192&t[g])==128;)g--;return g<0||g===0?b:g+i[t[g]]>b?g:b}},{"./common":41}],43:[function(s,a,l){a.exports=function(c,f,u,i){for(var n=65535&c|0,e=c>>>16&65535|0,t=0;u!==0;){for(u-=t=2e3<u?2e3:u;e=e+(n=n+f[i++]|0)|0,--t;);n%=65521,e%=65521}return n|e<<16|0}},{}],44:[function(s,a,l){a.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(s,a,l){var c=(function(){for(var f,u=[],i=0;i<256;i++){f=i;for(var n=0;n<8;n++)f=1&f?3988292384^f>>>1:f>>>1;u[i]=f}return u})();a.exports=function(f,u,i,n){var e=c,t=n+i;f^=-1;for(var b=n;b<t;b++)f=f>>>8^e[255&(f^u[b])];return-1^f}},{}],46:[function(s,a,l){var c,f=s("../utils/common"),u=s("./trees"),i=s("./adler32"),n=s("./crc32"),e=s("./messages"),t=0,b=4,g=0,d=-2,h=-1,F=4,p=2,A=8,m=9,x=286,y=30,w=19,R=2*x+1,k=15,P=3,M=258,G=M+P+1,C=42,B=113,N=1,V=2,Y=3,O=4;function $(_,W){return _.msg=e[W],W}function q(_){return(_<<1)-(4<_?9:0)}function tt(_){for(var W=_.length;0<=--W;)_[W]=0}function J(_){var W=_.state,S=W.pending;S>_.avail_out&&(S=_.avail_out),S!==0&&(f.arraySet(_.output,W.pending_buf,W.pending_out,S,_.next_out),_.next_out+=S,W.pending_out+=S,_.total_out+=S,_.avail_out-=S,W.pending-=S,W.pending===0&&(W.pending_out=0))}function H(_,W){u._tr_flush_block(_,0<=_.block_start?_.block_start:-1,_.strstart-_.block_start,W),_.block_start=_.strstart,J(_.strm)}function Q(_,W){_.pending_buf[_.pending++]=W}function nt(_,W){_.pending_buf[_.pending++]=W>>>8&255,_.pending_buf[_.pending++]=255&W}function it(_,W){var S,v,E=_.max_chain_length,L=_.strstart,U=_.prev_length,Z=_.nice_match,rt=_.strstart>_.w_size-G?_.strstart-(_.w_size-G):0,ot=_.window,st=_.w_mask,at=_.prev,ct=_.strstart+M,mt=ot[L+U-1],ut=ot[L+U];_.prev_length>=_.good_match&&(E>>=2),Z>_.lookahead&&(Z=_.lookahead);do if(ot[(S=W)+U]===ut&&ot[S+U-1]===mt&&ot[S]===ot[L]&&ot[++S]===ot[L+1]){L+=2,S++;do;while(ot[++L]===ot[++S]&&ot[++L]===ot[++S]&&ot[++L]===ot[++S]&&ot[++L]===ot[++S]&&ot[++L]===ot[++S]&&ot[++L]===ot[++S]&&ot[++L]===ot[++S]&&ot[++L]===ot[++S]&&L<ct);if(v=M-(ct-L),L=ct-M,U<v){if(_.match_start=W,Z<=(U=v))break;mt=ot[L+U-1],ut=ot[L+U]}}while((W=at[W&st])>rt&&--E!=0);return U<=_.lookahead?U:_.lookahead}function et(_){var W,S,v,E,L,U,Z,rt,ot,st,at=_.w_size;do{if(E=_.window_size-_.lookahead-_.strstart,_.strstart>=at+(at-G)){for(f.arraySet(_.window,_.window,at,at,0),_.match_start-=at,_.strstart-=at,_.block_start-=at,W=S=_.hash_size;v=_.head[--W],_.head[W]=at<=v?v-at:0,--S;);for(W=S=at;v=_.prev[--W],_.prev[W]=at<=v?v-at:0,--S;);E+=at}if(_.strm.avail_in===0)break;if(U=_.strm,Z=_.window,rt=_.strstart+_.lookahead,ot=E,st=void 0,st=U.avail_in,ot<st&&(st=ot),S=st===0?0:(U.avail_in-=st,f.arraySet(Z,U.input,U.next_in,st,rt),U.state.wrap===1?U.adler=i(U.adler,Z,st,rt):U.state.wrap===2&&(U.adler=n(U.adler,Z,st,rt)),U.next_in+=st,U.total_in+=st,st),_.lookahead+=S,_.lookahead+_.insert>=P)for(L=_.strstart-_.insert,_.ins_h=_.window[L],_.ins_h=(_.ins_h<<_.hash_shift^_.window[L+1])&_.hash_mask;_.insert&&(_.ins_h=(_.ins_h<<_.hash_shift^_.window[L+P-1])&_.hash_mask,_.prev[L&_.w_mask]=_.head[_.ins_h],_.head[_.ins_h]=L,L++,_.insert--,!(_.lookahead+_.insert<P)););}while(_.lookahead<G&&_.strm.avail_in!==0)}function T(_,W){for(var S,v;;){if(_.lookahead<G){if(et(_),_.lookahead<G&&W===t)return N;if(_.lookahead===0)break}if(S=0,_.lookahead>=P&&(_.ins_h=(_.ins_h<<_.hash_shift^_.window[_.strstart+P-1])&_.hash_mask,S=_.prev[_.strstart&_.w_mask]=_.head[_.ins_h],_.head[_.ins_h]=_.strstart),S!==0&&_.strstart-S<=_.w_size-G&&(_.match_length=it(_,S)),_.match_length>=P)if(v=u._tr_tally(_,_.strstart-_.match_start,_.match_length-P),_.lookahead-=_.match_length,_.match_length<=_.max_lazy_match&&_.lookahead>=P){for(_.match_length--;_.strstart++,_.ins_h=(_.ins_h<<_.hash_shift^_.window[_.strstart+P-1])&_.hash_mask,S=_.prev[_.strstart&_.w_mask]=_.head[_.ins_h],_.head[_.ins_h]=_.strstart,--_.match_length!=0;);_.strstart++}else _.strstart+=_.match_length,_.match_length=0,_.ins_h=_.window[_.strstart],_.ins_h=(_.ins_h<<_.hash_shift^_.window[_.strstart+1])&_.hash_mask;else v=u._tr_tally(_,0,_.window[_.strstart]),_.lookahead--,_.strstart++;if(v&&(H(_,!1),_.strm.avail_out===0))return N}return _.insert=_.strstart<P-1?_.strstart:P-1,W===b?(H(_,!0),_.strm.avail_out===0?Y:O):_.last_lit&&(H(_,!1),_.strm.avail_out===0)?N:V}function I(_,W){for(var S,v,E;;){if(_.lookahead<G){if(et(_),_.lookahead<G&&W===t)return N;if(_.lookahead===0)break}if(S=0,_.lookahead>=P&&(_.ins_h=(_.ins_h<<_.hash_shift^_.window[_.strstart+P-1])&_.hash_mask,S=_.prev[_.strstart&_.w_mask]=_.head[_.ins_h],_.head[_.ins_h]=_.strstart),_.prev_length=_.match_length,_.prev_match=_.match_start,_.match_length=P-1,S!==0&&_.prev_length<_.max_lazy_match&&_.strstart-S<=_.w_size-G&&(_.match_length=it(_,S),_.match_length<=5&&(_.strategy===1||_.match_length===P&&4096<_.strstart-_.match_start)&&(_.match_length=P-1)),_.prev_length>=P&&_.match_length<=_.prev_length){for(E=_.strstart+_.lookahead-P,v=u._tr_tally(_,_.strstart-1-_.prev_match,_.prev_length-P),_.lookahead-=_.prev_length-1,_.prev_length-=2;++_.strstart<=E&&(_.ins_h=(_.ins_h<<_.hash_shift^_.window[_.strstart+P-1])&_.hash_mask,S=_.prev[_.strstart&_.w_mask]=_.head[_.ins_h],_.head[_.ins_h]=_.strstart),--_.prev_length!=0;);if(_.match_available=0,_.match_length=P-1,_.strstart++,v&&(H(_,!1),_.strm.avail_out===0))return N}else if(_.match_available){if((v=u._tr_tally(_,0,_.window[_.strstart-1]))&&H(_,!1),_.strstart++,_.lookahead--,_.strm.avail_out===0)return N}else _.match_available=1,_.strstart++,_.lookahead--}return _.match_available&&(v=u._tr_tally(_,0,_.window[_.strstart-1]),_.match_available=0),_.insert=_.strstart<P-1?_.strstart:P-1,W===b?(H(_,!0),_.strm.avail_out===0?Y:O):_.last_lit&&(H(_,!1),_.strm.avail_out===0)?N:V}function X(_,W,S,v,E){this.good_length=_,this.max_lazy=W,this.nice_length=S,this.max_chain=v,this.func=E}function j(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=A,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new f.Buf16(2*R),this.dyn_dtree=new f.Buf16(2*(2*y+1)),this.bl_tree=new f.Buf16(2*(2*w+1)),tt(this.dyn_ltree),tt(this.dyn_dtree),tt(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new f.Buf16(k+1),this.heap=new f.Buf16(2*x+1),tt(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new f.Buf16(2*x+1),tt(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function z(_){var W;return _&&_.state?(_.total_in=_.total_out=0,_.data_type=p,(W=_.state).pending=0,W.pending_out=0,W.wrap<0&&(W.wrap=-W.wrap),W.status=W.wrap?C:B,_.adler=W.wrap===2?0:1,W.last_flush=t,u._tr_init(W),g):$(_,d)}function D(_){var W=z(_);return W===g&&(function(S){S.window_size=2*S.w_size,tt(S.head),S.max_lazy_match=c[S.level].max_lazy,S.good_match=c[S.level].good_length,S.nice_match=c[S.level].nice_length,S.max_chain_length=c[S.level].max_chain,S.strstart=0,S.block_start=0,S.lookahead=0,S.insert=0,S.match_length=S.prev_length=P-1,S.match_available=0,S.ins_h=0})(_.state),W}function K(_,W,S,v,E,L){if(!_)return d;var U=1;if(W===h&&(W=6),v<0?(U=0,v=-v):15<v&&(U=2,v-=16),E<1||m<E||S!==A||v<8||15<v||W<0||9<W||L<0||F<L)return $(_,d);v===8&&(v=9);var Z=new j;return(_.state=Z).strm=_,Z.wrap=U,Z.gzhead=null,Z.w_bits=v,Z.w_size=1<<Z.w_bits,Z.w_mask=Z.w_size-1,Z.hash_bits=E+7,Z.hash_size=1<<Z.hash_bits,Z.hash_mask=Z.hash_size-1,Z.hash_shift=~~((Z.hash_bits+P-1)/P),Z.window=new f.Buf8(2*Z.w_size),Z.head=new f.Buf16(Z.hash_size),Z.prev=new f.Buf16(Z.w_size),Z.lit_bufsize=1<<E+6,Z.pending_buf_size=4*Z.lit_bufsize,Z.pending_buf=new f.Buf8(Z.pending_buf_size),Z.d_buf=1*Z.lit_bufsize,Z.l_buf=3*Z.lit_bufsize,Z.level=W,Z.strategy=L,Z.method=S,D(_)}c=[new X(0,0,0,0,function(_,W){var S=65535;for(S>_.pending_buf_size-5&&(S=_.pending_buf_size-5);;){if(_.lookahead<=1){if(et(_),_.lookahead===0&&W===t)return N;if(_.lookahead===0)break}_.strstart+=_.lookahead,_.lookahead=0;var v=_.block_start+S;if((_.strstart===0||_.strstart>=v)&&(_.lookahead=_.strstart-v,_.strstart=v,H(_,!1),_.strm.avail_out===0)||_.strstart-_.block_start>=_.w_size-G&&(H(_,!1),_.strm.avail_out===0))return N}return _.insert=0,W===b?(H(_,!0),_.strm.avail_out===0?Y:O):(_.strstart>_.block_start&&(H(_,!1),_.strm.avail_out),N)}),new X(4,4,8,4,T),new X(4,5,16,8,T),new X(4,6,32,32,T),new X(4,4,16,16,I),new X(8,16,32,32,I),new X(8,16,128,128,I),new X(8,32,128,256,I),new X(32,128,258,1024,I),new X(32,258,258,4096,I)],l.deflateInit=function(_,W){return K(_,W,A,15,8,0)},l.deflateInit2=K,l.deflateReset=D,l.deflateResetKeep=z,l.deflateSetHeader=function(_,W){return _&&_.state?_.state.wrap!==2?d:(_.state.gzhead=W,g):d},l.deflate=function(_,W){var S,v,E,L;if(!_||!_.state||5<W||W<0)return _?$(_,d):d;if(v=_.state,!_.output||!_.input&&_.avail_in!==0||v.status===666&&W!==b)return $(_,_.avail_out===0?-5:d);if(v.strm=_,S=v.last_flush,v.last_flush=W,v.status===C)if(v.wrap===2)_.adler=0,Q(v,31),Q(v,139),Q(v,8),v.gzhead?(Q(v,(v.gzhead.text?1:0)+(v.gzhead.hcrc?2:0)+(v.gzhead.extra?4:0)+(v.gzhead.name?8:0)+(v.gzhead.comment?16:0)),Q(v,255&v.gzhead.time),Q(v,v.gzhead.time>>8&255),Q(v,v.gzhead.time>>16&255),Q(v,v.gzhead.time>>24&255),Q(v,v.level===9?2:2<=v.strategy||v.level<2?4:0),Q(v,255&v.gzhead.os),v.gzhead.extra&&v.gzhead.extra.length&&(Q(v,255&v.gzhead.extra.length),Q(v,v.gzhead.extra.length>>8&255)),v.gzhead.hcrc&&(_.adler=n(_.adler,v.pending_buf,v.pending,0)),v.gzindex=0,v.status=69):(Q(v,0),Q(v,0),Q(v,0),Q(v,0),Q(v,0),Q(v,v.level===9?2:2<=v.strategy||v.level<2?4:0),Q(v,3),v.status=B);else{var U=A+(v.w_bits-8<<4)<<8;U|=(2<=v.strategy||v.level<2?0:v.level<6?1:v.level===6?2:3)<<6,v.strstart!==0&&(U|=32),U+=31-U%31,v.status=B,nt(v,U),v.strstart!==0&&(nt(v,_.adler>>>16),nt(v,65535&_.adler)),_.adler=1}if(v.status===69)if(v.gzhead.extra){for(E=v.pending;v.gzindex<(65535&v.gzhead.extra.length)&&(v.pending!==v.pending_buf_size||(v.gzhead.hcrc&&v.pending>E&&(_.adler=n(_.adler,v.pending_buf,v.pending-E,E)),J(_),E=v.pending,v.pending!==v.pending_buf_size));)Q(v,255&v.gzhead.extra[v.gzindex]),v.gzindex++;v.gzhead.hcrc&&v.pending>E&&(_.adler=n(_.adler,v.pending_buf,v.pending-E,E)),v.gzindex===v.gzhead.extra.length&&(v.gzindex=0,v.status=73)}else v.status=73;if(v.status===73)if(v.gzhead.name){E=v.pending;do{if(v.pending===v.pending_buf_size&&(v.gzhead.hcrc&&v.pending>E&&(_.adler=n(_.adler,v.pending_buf,v.pending-E,E)),J(_),E=v.pending,v.pending===v.pending_buf_size)){L=1;break}L=v.gzindex<v.gzhead.name.length?255&v.gzhead.name.charCodeAt(v.gzindex++):0,Q(v,L)}while(L!==0);v.gzhead.hcrc&&v.pending>E&&(_.adler=n(_.adler,v.pending_buf,v.pending-E,E)),L===0&&(v.gzindex=0,v.status=91)}else v.status=91;if(v.status===91)if(v.gzhead.comment){E=v.pending;do{if(v.pending===v.pending_buf_size&&(v.gzhead.hcrc&&v.pending>E&&(_.adler=n(_.adler,v.pending_buf,v.pending-E,E)),J(_),E=v.pending,v.pending===v.pending_buf_size)){L=1;break}L=v.gzindex<v.gzhead.comment.length?255&v.gzhead.comment.charCodeAt(v.gzindex++):0,Q(v,L)}while(L!==0);v.gzhead.hcrc&&v.pending>E&&(_.adler=n(_.adler,v.pending_buf,v.pending-E,E)),L===0&&(v.status=103)}else v.status=103;if(v.status===103&&(v.gzhead.hcrc?(v.pending+2>v.pending_buf_size&&J(_),v.pending+2<=v.pending_buf_size&&(Q(v,255&_.adler),Q(v,_.adler>>8&255),_.adler=0,v.status=B)):v.status=B),v.pending!==0){if(J(_),_.avail_out===0)return v.last_flush=-1,g}else if(_.avail_in===0&&q(W)<=q(S)&&W!==b)return $(_,-5);if(v.status===666&&_.avail_in!==0)return $(_,-5);if(_.avail_in!==0||v.lookahead!==0||W!==t&&v.status!==666){var Z=v.strategy===2?(function(rt,ot){for(var st;;){if(rt.lookahead===0&&(et(rt),rt.lookahead===0)){if(ot===t)return N;break}if(rt.match_length=0,st=u._tr_tally(rt,0,rt.window[rt.strstart]),rt.lookahead--,rt.strstart++,st&&(H(rt,!1),rt.strm.avail_out===0))return N}return rt.insert=0,ot===b?(H(rt,!0),rt.strm.avail_out===0?Y:O):rt.last_lit&&(H(rt,!1),rt.strm.avail_out===0)?N:V})(v,W):v.strategy===3?(function(rt,ot){for(var st,at,ct,mt,ut=rt.window;;){if(rt.lookahead<=M){if(et(rt),rt.lookahead<=M&&ot===t)return N;if(rt.lookahead===0)break}if(rt.match_length=0,rt.lookahead>=P&&0<rt.strstart&&(at=ut[ct=rt.strstart-1])===ut[++ct]&&at===ut[++ct]&&at===ut[++ct]){mt=rt.strstart+M;do;while(at===ut[++ct]&&at===ut[++ct]&&at===ut[++ct]&&at===ut[++ct]&&at===ut[++ct]&&at===ut[++ct]&&at===ut[++ct]&&at===ut[++ct]&&ct<mt);rt.match_length=M-(mt-ct),rt.match_length>rt.lookahead&&(rt.match_length=rt.lookahead)}if(rt.match_length>=P?(st=u._tr_tally(rt,1,rt.match_length-P),rt.lookahead-=rt.match_length,rt.strstart+=rt.match_length,rt.match_length=0):(st=u._tr_tally(rt,0,rt.window[rt.strstart]),rt.lookahead--,rt.strstart++),st&&(H(rt,!1),rt.strm.avail_out===0))return N}return rt.insert=0,ot===b?(H(rt,!0),rt.strm.avail_out===0?Y:O):rt.last_lit&&(H(rt,!1),rt.strm.avail_out===0)?N:V})(v,W):c[v.level].func(v,W);if(Z!==Y&&Z!==O||(v.status=666),Z===N||Z===Y)return _.avail_out===0&&(v.last_flush=-1),g;if(Z===V&&(W===1?u._tr_align(v):W!==5&&(u._tr_stored_block(v,0,0,!1),W===3&&(tt(v.head),v.lookahead===0&&(v.strstart=0,v.block_start=0,v.insert=0))),J(_),_.avail_out===0))return v.last_flush=-1,g}return W!==b?g:v.wrap<=0?1:(v.wrap===2?(Q(v,255&_.adler),Q(v,_.adler>>8&255),Q(v,_.adler>>16&255),Q(v,_.adler>>24&255),Q(v,255&_.total_in),Q(v,_.total_in>>8&255),Q(v,_.total_in>>16&255),Q(v,_.total_in>>24&255)):(nt(v,_.adler>>>16),nt(v,65535&_.adler)),J(_),0<v.wrap&&(v.wrap=-v.wrap),v.pending!==0?g:1)},l.deflateEnd=function(_){var W;return _&&_.state?(W=_.state.status)!==C&&W!==69&&W!==73&&W!==91&&W!==103&&W!==B&&W!==666?$(_,d):(_.state=null,W===B?$(_,-3):g):d},l.deflateSetDictionary=function(_,W){var S,v,E,L,U,Z,rt,ot,st=W.length;if(!_||!_.state||(L=(S=_.state).wrap)===2||L===1&&S.status!==C||S.lookahead)return d;for(L===1&&(_.adler=i(_.adler,W,st,0)),S.wrap=0,st>=S.w_size&&(L===0&&(tt(S.head),S.strstart=0,S.block_start=0,S.insert=0),ot=new f.Buf8(S.w_size),f.arraySet(ot,W,st-S.w_size,S.w_size,0),W=ot,st=S.w_size),U=_.avail_in,Z=_.next_in,rt=_.input,_.avail_in=st,_.next_in=0,_.input=W,et(S);S.lookahead>=P;){for(v=S.strstart,E=S.lookahead-(P-1);S.ins_h=(S.ins_h<<S.hash_shift^S.window[v+P-1])&S.hash_mask,S.prev[v&S.w_mask]=S.head[S.ins_h],S.head[S.ins_h]=v,v++,--E;);S.strstart=v,S.lookahead=P-1,et(S)}return S.strstart+=S.lookahead,S.block_start=S.strstart,S.insert=S.lookahead,S.lookahead=0,S.match_length=S.prev_length=P-1,S.match_available=0,_.next_in=Z,_.input=rt,_.avail_in=U,S.wrap=L,g},l.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(s,a,l){a.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],48:[function(s,a,l){a.exports=function(c,f){var u,i,n,e,t,b,g,d,h,F,p,A,m,x,y,w,R,k,P,M,G,C,B,N,V;u=c.state,i=c.next_in,N=c.input,n=i+(c.avail_in-5),e=c.next_out,V=c.output,t=e-(f-c.avail_out),b=e+(c.avail_out-257),g=u.dmax,d=u.wsize,h=u.whave,F=u.wnext,p=u.window,A=u.hold,m=u.bits,x=u.lencode,y=u.distcode,w=(1<<u.lenbits)-1,R=(1<<u.distbits)-1;t:do{m<15&&(A+=N[i++]<<m,m+=8,A+=N[i++]<<m,m+=8),k=x[A&w];e:for(;;){if(A>>>=P=k>>>24,m-=P,(P=k>>>16&255)===0)V[e++]=65535&k;else{if(!(16&P)){if((64&P)==0){k=x[(65535&k)+(A&(1<<P)-1)];continue e}if(32&P){u.mode=12;break t}c.msg="invalid literal/length code",u.mode=30;break t}M=65535&k,(P&=15)&&(m<P&&(A+=N[i++]<<m,m+=8),M+=A&(1<<P)-1,A>>>=P,m-=P),m<15&&(A+=N[i++]<<m,m+=8,A+=N[i++]<<m,m+=8),k=y[A&R];r:for(;;){if(A>>>=P=k>>>24,m-=P,!(16&(P=k>>>16&255))){if((64&P)==0){k=y[(65535&k)+(A&(1<<P)-1)];continue r}c.msg="invalid distance code",u.mode=30;break t}if(G=65535&k,m<(P&=15)&&(A+=N[i++]<<m,(m+=8)<P&&(A+=N[i++]<<m,m+=8)),g<(G+=A&(1<<P)-1)){c.msg="invalid distance too far back",u.mode=30;break t}if(A>>>=P,m-=P,(P=e-t)<G){if(h<(P=G-P)&&u.sane){c.msg="invalid distance too far back",u.mode=30;break t}if(B=p,(C=0)===F){if(C+=d-P,P<M){for(M-=P;V[e++]=p[C++],--P;);C=e-G,B=V}}else if(F<P){if(C+=d+F-P,(P-=F)<M){for(M-=P;V[e++]=p[C++],--P;);if(C=0,F<M){for(M-=P=F;V[e++]=p[C++],--P;);C=e-G,B=V}}}else if(C+=F-P,P<M){for(M-=P;V[e++]=p[C++],--P;);C=e-G,B=V}for(;2<M;)V[e++]=B[C++],V[e++]=B[C++],V[e++]=B[C++],M-=3;M&&(V[e++]=B[C++],1<M&&(V[e++]=B[C++]))}else{for(C=e-G;V[e++]=V[C++],V[e++]=V[C++],V[e++]=V[C++],2<(M-=3););M&&(V[e++]=V[C++],1<M&&(V[e++]=V[C++]))}break}}break}}while(i<n&&e<b);i-=M=m>>3,A&=(1<<(m-=M<<3))-1,c.next_in=i,c.next_out=e,c.avail_in=i<n?n-i+5:5-(i-n),c.avail_out=e<b?b-e+257:257-(e-b),u.hold=A,u.bits=m}},{}],49:[function(s,a,l){var c=s("../utils/common"),f=s("./adler32"),u=s("./crc32"),i=s("./inffast"),n=s("./inftrees"),e=1,t=2,b=0,g=-2,d=1,h=852,F=592;function p(C){return(C>>>24&255)+(C>>>8&65280)+((65280&C)<<8)+((255&C)<<24)}function A(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new c.Buf16(320),this.work=new c.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function m(C){var B;return C&&C.state?(B=C.state,C.total_in=C.total_out=B.total=0,C.msg="",B.wrap&&(C.adler=1&B.wrap),B.mode=d,B.last=0,B.havedict=0,B.dmax=32768,B.head=null,B.hold=0,B.bits=0,B.lencode=B.lendyn=new c.Buf32(h),B.distcode=B.distdyn=new c.Buf32(F),B.sane=1,B.back=-1,b):g}function x(C){var B;return C&&C.state?((B=C.state).wsize=0,B.whave=0,B.wnext=0,m(C)):g}function y(C,B){var N,V;return C&&C.state?(V=C.state,B<0?(N=0,B=-B):(N=1+(B>>4),B<48&&(B&=15)),B&&(B<8||15<B)?g:(V.window!==null&&V.wbits!==B&&(V.window=null),V.wrap=N,V.wbits=B,x(C))):g}function w(C,B){var N,V;return C?(V=new A,(C.state=V).window=null,(N=y(C,B))!==b&&(C.state=null),N):g}var R,k,P=!0;function M(C){if(P){var B;for(R=new c.Buf32(512),k=new c.Buf32(32),B=0;B<144;)C.lens[B++]=8;for(;B<256;)C.lens[B++]=9;for(;B<280;)C.lens[B++]=7;for(;B<288;)C.lens[B++]=8;for(n(e,C.lens,0,288,R,0,C.work,{bits:9}),B=0;B<32;)C.lens[B++]=5;n(t,C.lens,0,32,k,0,C.work,{bits:5}),P=!1}C.lencode=R,C.lenbits=9,C.distcode=k,C.distbits=5}function G(C,B,N,V){var Y,O=C.state;return O.window===null&&(O.wsize=1<<O.wbits,O.wnext=0,O.whave=0,O.window=new c.Buf8(O.wsize)),V>=O.wsize?(c.arraySet(O.window,B,N-O.wsize,O.wsize,0),O.wnext=0,O.whave=O.wsize):(V<(Y=O.wsize-O.wnext)&&(Y=V),c.arraySet(O.window,B,N-V,Y,O.wnext),(V-=Y)?(c.arraySet(O.window,B,N-V,V,0),O.wnext=V,O.whave=O.wsize):(O.wnext+=Y,O.wnext===O.wsize&&(O.wnext=0),O.whave<O.wsize&&(O.whave+=Y))),0}l.inflateReset=x,l.inflateReset2=y,l.inflateResetKeep=m,l.inflateInit=function(C){return w(C,15)},l.inflateInit2=w,l.inflate=function(C,B){var N,V,Y,O,$,q,tt,J,H,Q,nt,it,et,T,I,X,j,z,D,K,_,W,S,v,E=0,L=new c.Buf8(4),U=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!C||!C.state||!C.output||!C.input&&C.avail_in!==0)return g;(N=C.state).mode===12&&(N.mode=13),$=C.next_out,Y=C.output,tt=C.avail_out,O=C.next_in,V=C.input,q=C.avail_in,J=N.hold,H=N.bits,Q=q,nt=tt,W=b;t:for(;;)switch(N.mode){case d:if(N.wrap===0){N.mode=13;break}for(;H<16;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}if(2&N.wrap&&J===35615){L[N.check=0]=255&J,L[1]=J>>>8&255,N.check=u(N.check,L,2,0),H=J=0,N.mode=2;break}if(N.flags=0,N.head&&(N.head.done=!1),!(1&N.wrap)||(((255&J)<<8)+(J>>8))%31){C.msg="incorrect header check",N.mode=30;break}if((15&J)!=8){C.msg="unknown compression method",N.mode=30;break}if(H-=4,_=8+(15&(J>>>=4)),N.wbits===0)N.wbits=_;else if(_>N.wbits){C.msg="invalid window size",N.mode=30;break}N.dmax=1<<_,C.adler=N.check=1,N.mode=512&J?10:12,H=J=0;break;case 2:for(;H<16;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}if(N.flags=J,(255&N.flags)!=8){C.msg="unknown compression method",N.mode=30;break}if(57344&N.flags){C.msg="unknown header flags set",N.mode=30;break}N.head&&(N.head.text=J>>8&1),512&N.flags&&(L[0]=255&J,L[1]=J>>>8&255,N.check=u(N.check,L,2,0)),H=J=0,N.mode=3;case 3:for(;H<32;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}N.head&&(N.head.time=J),512&N.flags&&(L[0]=255&J,L[1]=J>>>8&255,L[2]=J>>>16&255,L[3]=J>>>24&255,N.check=u(N.check,L,4,0)),H=J=0,N.mode=4;case 4:for(;H<16;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}N.head&&(N.head.xflags=255&J,N.head.os=J>>8),512&N.flags&&(L[0]=255&J,L[1]=J>>>8&255,N.check=u(N.check,L,2,0)),H=J=0,N.mode=5;case 5:if(1024&N.flags){for(;H<16;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}N.length=J,N.head&&(N.head.extra_len=J),512&N.flags&&(L[0]=255&J,L[1]=J>>>8&255,N.check=u(N.check,L,2,0)),H=J=0}else N.head&&(N.head.extra=null);N.mode=6;case 6:if(1024&N.flags&&(q<(it=N.length)&&(it=q),it&&(N.head&&(_=N.head.extra_len-N.length,N.head.extra||(N.head.extra=new Array(N.head.extra_len)),c.arraySet(N.head.extra,V,O,it,_)),512&N.flags&&(N.check=u(N.check,V,it,O)),q-=it,O+=it,N.length-=it),N.length))break t;N.length=0,N.mode=7;case 7:if(2048&N.flags){if(q===0)break t;for(it=0;_=V[O+it++],N.head&&_&&N.length<65536&&(N.head.name+=String.fromCharCode(_)),_&&it<q;);if(512&N.flags&&(N.check=u(N.check,V,it,O)),q-=it,O+=it,_)break t}else N.head&&(N.head.name=null);N.length=0,N.mode=8;case 8:if(4096&N.flags){if(q===0)break t;for(it=0;_=V[O+it++],N.head&&_&&N.length<65536&&(N.head.comment+=String.fromCharCode(_)),_&&it<q;);if(512&N.flags&&(N.check=u(N.check,V,it,O)),q-=it,O+=it,_)break t}else N.head&&(N.head.comment=null);N.mode=9;case 9:if(512&N.flags){for(;H<16;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}if(J!==(65535&N.check)){C.msg="header crc mismatch",N.mode=30;break}H=J=0}N.head&&(N.head.hcrc=N.flags>>9&1,N.head.done=!0),C.adler=N.check=0,N.mode=12;break;case 10:for(;H<32;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}C.adler=N.check=p(J),H=J=0,N.mode=11;case 11:if(N.havedict===0)return C.next_out=$,C.avail_out=tt,C.next_in=O,C.avail_in=q,N.hold=J,N.bits=H,2;C.adler=N.check=1,N.mode=12;case 12:if(B===5||B===6)break t;case 13:if(N.last){J>>>=7&H,H-=7&H,N.mode=27;break}for(;H<3;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}switch(N.last=1&J,H-=1,3&(J>>>=1)){case 0:N.mode=14;break;case 1:if(M(N),N.mode=20,B!==6)break;J>>>=2,H-=2;break t;case 2:N.mode=17;break;case 3:C.msg="invalid block type",N.mode=30}J>>>=2,H-=2;break;case 14:for(J>>>=7&H,H-=7&H;H<32;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}if((65535&J)!=(J>>>16^65535)){C.msg="invalid stored block lengths",N.mode=30;break}if(N.length=65535&J,H=J=0,N.mode=15,B===6)break t;case 15:N.mode=16;case 16:if(it=N.length){if(q<it&&(it=q),tt<it&&(it=tt),it===0)break t;c.arraySet(Y,V,O,it,$),q-=it,O+=it,tt-=it,$+=it,N.length-=it;break}N.mode=12;break;case 17:for(;H<14;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}if(N.nlen=257+(31&J),J>>>=5,H-=5,N.ndist=1+(31&J),J>>>=5,H-=5,N.ncode=4+(15&J),J>>>=4,H-=4,286<N.nlen||30<N.ndist){C.msg="too many length or distance symbols",N.mode=30;break}N.have=0,N.mode=18;case 18:for(;N.have<N.ncode;){for(;H<3;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}N.lens[U[N.have++]]=7&J,J>>>=3,H-=3}for(;N.have<19;)N.lens[U[N.have++]]=0;if(N.lencode=N.lendyn,N.lenbits=7,S={bits:N.lenbits},W=n(0,N.lens,0,19,N.lencode,0,N.work,S),N.lenbits=S.bits,W){C.msg="invalid code lengths set",N.mode=30;break}N.have=0,N.mode=19;case 19:for(;N.have<N.nlen+N.ndist;){for(;X=(E=N.lencode[J&(1<<N.lenbits)-1])>>>16&255,j=65535&E,!((I=E>>>24)<=H);){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}if(j<16)J>>>=I,H-=I,N.lens[N.have++]=j;else{if(j===16){for(v=I+2;H<v;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}if(J>>>=I,H-=I,N.have===0){C.msg="invalid bit length repeat",N.mode=30;break}_=N.lens[N.have-1],it=3+(3&J),J>>>=2,H-=2}else if(j===17){for(v=I+3;H<v;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}H-=I,_=0,it=3+(7&(J>>>=I)),J>>>=3,H-=3}else{for(v=I+7;H<v;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}H-=I,_=0,it=11+(127&(J>>>=I)),J>>>=7,H-=7}if(N.have+it>N.nlen+N.ndist){C.msg="invalid bit length repeat",N.mode=30;break}for(;it--;)N.lens[N.have++]=_}}if(N.mode===30)break;if(N.lens[256]===0){C.msg="invalid code -- missing end-of-block",N.mode=30;break}if(N.lenbits=9,S={bits:N.lenbits},W=n(e,N.lens,0,N.nlen,N.lencode,0,N.work,S),N.lenbits=S.bits,W){C.msg="invalid literal/lengths set",N.mode=30;break}if(N.distbits=6,N.distcode=N.distdyn,S={bits:N.distbits},W=n(t,N.lens,N.nlen,N.ndist,N.distcode,0,N.work,S),N.distbits=S.bits,W){C.msg="invalid distances set",N.mode=30;break}if(N.mode=20,B===6)break t;case 20:N.mode=21;case 21:if(6<=q&&258<=tt){C.next_out=$,C.avail_out=tt,C.next_in=O,C.avail_in=q,N.hold=J,N.bits=H,i(C,nt),$=C.next_out,Y=C.output,tt=C.avail_out,O=C.next_in,V=C.input,q=C.avail_in,J=N.hold,H=N.bits,N.mode===12&&(N.back=-1);break}for(N.back=0;X=(E=N.lencode[J&(1<<N.lenbits)-1])>>>16&255,j=65535&E,!((I=E>>>24)<=H);){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}if(X&&(240&X)==0){for(z=I,D=X,K=j;X=(E=N.lencode[K+((J&(1<<z+D)-1)>>z)])>>>16&255,j=65535&E,!(z+(I=E>>>24)<=H);){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}J>>>=z,H-=z,N.back+=z}if(J>>>=I,H-=I,N.back+=I,N.length=j,X===0){N.mode=26;break}if(32&X){N.back=-1,N.mode=12;break}if(64&X){C.msg="invalid literal/length code",N.mode=30;break}N.extra=15&X,N.mode=22;case 22:if(N.extra){for(v=N.extra;H<v;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}N.length+=J&(1<<N.extra)-1,J>>>=N.extra,H-=N.extra,N.back+=N.extra}N.was=N.length,N.mode=23;case 23:for(;X=(E=N.distcode[J&(1<<N.distbits)-1])>>>16&255,j=65535&E,!((I=E>>>24)<=H);){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}if((240&X)==0){for(z=I,D=X,K=j;X=(E=N.distcode[K+((J&(1<<z+D)-1)>>z)])>>>16&255,j=65535&E,!(z+(I=E>>>24)<=H);){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}J>>>=z,H-=z,N.back+=z}if(J>>>=I,H-=I,N.back+=I,64&X){C.msg="invalid distance code",N.mode=30;break}N.offset=j,N.extra=15&X,N.mode=24;case 24:if(N.extra){for(v=N.extra;H<v;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}N.offset+=J&(1<<N.extra)-1,J>>>=N.extra,H-=N.extra,N.back+=N.extra}if(N.offset>N.dmax){C.msg="invalid distance too far back",N.mode=30;break}N.mode=25;case 25:if(tt===0)break t;if(it=nt-tt,N.offset>it){if((it=N.offset-it)>N.whave&&N.sane){C.msg="invalid distance too far back",N.mode=30;break}et=it>N.wnext?(it-=N.wnext,N.wsize-it):N.wnext-it,it>N.length&&(it=N.length),T=N.window}else T=Y,et=$-N.offset,it=N.length;for(tt<it&&(it=tt),tt-=it,N.length-=it;Y[$++]=T[et++],--it;);N.length===0&&(N.mode=21);break;case 26:if(tt===0)break t;Y[$++]=N.length,tt--,N.mode=21;break;case 27:if(N.wrap){for(;H<32;){if(q===0)break t;q--,J|=V[O++]<<H,H+=8}if(nt-=tt,C.total_out+=nt,N.total+=nt,nt&&(C.adler=N.check=N.flags?u(N.check,Y,nt,$-nt):f(N.check,Y,nt,$-nt)),nt=tt,(N.flags?J:p(J))!==N.check){C.msg="incorrect data check",N.mode=30;break}H=J=0}N.mode=28;case 28:if(N.wrap&&N.flags){for(;H<32;){if(q===0)break t;q--,J+=V[O++]<<H,H+=8}if(J!==(4294967295&N.total)){C.msg="incorrect length check",N.mode=30;break}H=J=0}N.mode=29;case 29:W=1;break t;case 30:W=-3;break t;case 31:return-4;default:return g}return C.next_out=$,C.avail_out=tt,C.next_in=O,C.avail_in=q,N.hold=J,N.bits=H,(N.wsize||nt!==C.avail_out&&N.mode<30&&(N.mode<27||B!==4))&&G(C,C.output,C.next_out,nt-C.avail_out)?(N.mode=31,-4):(Q-=C.avail_in,nt-=C.avail_out,C.total_in+=Q,C.total_out+=nt,N.total+=nt,N.wrap&&nt&&(C.adler=N.check=N.flags?u(N.check,Y,nt,C.next_out-nt):f(N.check,Y,nt,C.next_out-nt)),C.data_type=N.bits+(N.last?64:0)+(N.mode===12?128:0)+(N.mode===20||N.mode===15?256:0),(Q==0&&nt===0||B===4)&&W===b&&(W=-5),W)},l.inflateEnd=function(C){if(!C||!C.state)return g;var B=C.state;return B.window&&(B.window=null),C.state=null,b},l.inflateGetHeader=function(C,B){var N;return C&&C.state?(2&(N=C.state).wrap)==0?g:((N.head=B).done=!1,b):g},l.inflateSetDictionary=function(C,B){var N,V=B.length;return C&&C.state?(N=C.state).wrap!==0&&N.mode!==11?g:N.mode===11&&f(1,B,V,0)!==N.check?-3:G(C,B,V,V)?(N.mode=31,-4):(N.havedict=1,b):g},l.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(s,a,l){var c=s("../utils/common"),f=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],u=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],i=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],n=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];a.exports=function(e,t,b,g,d,h,F,p){var A,m,x,y,w,R,k,P,M,G=p.bits,C=0,B=0,N=0,V=0,Y=0,O=0,$=0,q=0,tt=0,J=0,H=null,Q=0,nt=new c.Buf16(16),it=new c.Buf16(16),et=null,T=0;for(C=0;C<=15;C++)nt[C]=0;for(B=0;B<g;B++)nt[t[b+B]]++;for(Y=G,V=15;1<=V&&nt[V]===0;V--);if(V<Y&&(Y=V),V===0)return d[h++]=20971520,d[h++]=20971520,p.bits=1,0;for(N=1;N<V&&nt[N]===0;N++);for(Y<N&&(Y=N),C=q=1;C<=15;C++)if(q<<=1,(q-=nt[C])<0)return-1;if(0<q&&(e===0||V!==1))return-1;for(it[1]=0,C=1;C<15;C++)it[C+1]=it[C]+nt[C];for(B=0;B<g;B++)t[b+B]!==0&&(F[it[t[b+B]]++]=B);if(R=e===0?(H=et=F,19):e===1?(H=f,Q-=257,et=u,T-=257,256):(H=i,et=n,-1),C=N,w=h,$=B=J=0,x=-1,y=(tt=1<<(O=Y))-1,e===1&&852<tt||e===2&&592<tt)return 1;for(;;){for(k=C-$,M=F[B]<R?(P=0,F[B]):F[B]>R?(P=et[T+F[B]],H[Q+F[B]]):(P=96,0),A=1<<C-$,N=m=1<<O;d[w+(J>>$)+(m-=A)]=k<<24|P<<16|M|0,m!==0;);for(A=1<<C-1;J&A;)A>>=1;if(A!==0?(J&=A-1,J+=A):J=0,B++,--nt[C]==0){if(C===V)break;C=t[b+F[B]]}if(Y<C&&(J&y)!==x){for($===0&&($=Y),w+=N,q=1<<(O=C-$);O+$<V&&!((q-=nt[O+$])<=0);)O++,q<<=1;if(tt+=1<<O,e===1&&852<tt||e===2&&592<tt)return 1;d[x=J&y]=Y<<24|O<<16|w-h|0}}return J!==0&&(d[w+J]=C-$<<24|64<<16|0),p.bits=Y,0}},{"../utils/common":41}],51:[function(s,a,l){a.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],52:[function(s,a,l){var c=s("../utils/common"),f=0,u=1;function i(E){for(var L=E.length;0<=--L;)E[L]=0}var n=0,e=29,t=256,b=t+1+e,g=30,d=19,h=2*b+1,F=15,p=16,A=7,m=256,x=16,y=17,w=18,R=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],k=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],P=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],M=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],G=new Array(2*(b+2));i(G);var C=new Array(2*g);i(C);var B=new Array(512);i(B);var N=new Array(256);i(N);var V=new Array(e);i(V);var Y,O,$,q=new Array(g);function tt(E,L,U,Z,rt){this.static_tree=E,this.extra_bits=L,this.extra_base=U,this.elems=Z,this.max_length=rt,this.has_stree=E&&E.length}function J(E,L){this.dyn_tree=E,this.max_code=0,this.stat_desc=L}function H(E){return E<256?B[E]:B[256+(E>>>7)]}function Q(E,L){E.pending_buf[E.pending++]=255&L,E.pending_buf[E.pending++]=L>>>8&255}function nt(E,L,U){E.bi_valid>p-U?(E.bi_buf|=L<<E.bi_valid&65535,Q(E,E.bi_buf),E.bi_buf=L>>p-E.bi_valid,E.bi_valid+=U-p):(E.bi_buf|=L<<E.bi_valid&65535,E.bi_valid+=U)}function it(E,L,U){nt(E,U[2*L],U[2*L+1])}function et(E,L){for(var U=0;U|=1&E,E>>>=1,U<<=1,0<--L;);return U>>>1}function T(E,L,U){var Z,rt,ot=new Array(F+1),st=0;for(Z=1;Z<=F;Z++)ot[Z]=st=st+U[Z-1]<<1;for(rt=0;rt<=L;rt++){var at=E[2*rt+1];at!==0&&(E[2*rt]=et(ot[at]++,at))}}function I(E){var L;for(L=0;L<b;L++)E.dyn_ltree[2*L]=0;for(L=0;L<g;L++)E.dyn_dtree[2*L]=0;for(L=0;L<d;L++)E.bl_tree[2*L]=0;E.dyn_ltree[2*m]=1,E.opt_len=E.static_len=0,E.last_lit=E.matches=0}function X(E){8<E.bi_valid?Q(E,E.bi_buf):0<E.bi_valid&&(E.pending_buf[E.pending++]=E.bi_buf),E.bi_buf=0,E.bi_valid=0}function j(E,L,U,Z){var rt=2*L,ot=2*U;return E[rt]<E[ot]||E[rt]===E[ot]&&Z[L]<=Z[U]}function z(E,L,U){for(var Z=E.heap[U],rt=U<<1;rt<=E.heap_len&&(rt<E.heap_len&&j(L,E.heap[rt+1],E.heap[rt],E.depth)&&rt++,!j(L,Z,E.heap[rt],E.depth));)E.heap[U]=E.heap[rt],U=rt,rt<<=1;E.heap[U]=Z}function D(E,L,U){var Z,rt,ot,st,at=0;if(E.last_lit!==0)for(;Z=E.pending_buf[E.d_buf+2*at]<<8|E.pending_buf[E.d_buf+2*at+1],rt=E.pending_buf[E.l_buf+at],at++,Z===0?it(E,rt,L):(it(E,(ot=N[rt])+t+1,L),(st=R[ot])!==0&&nt(E,rt-=V[ot],st),it(E,ot=H(--Z),U),(st=k[ot])!==0&&nt(E,Z-=q[ot],st)),at<E.last_lit;);it(E,m,L)}function K(E,L){var U,Z,rt,ot=L.dyn_tree,st=L.stat_desc.static_tree,at=L.stat_desc.has_stree,ct=L.stat_desc.elems,mt=-1;for(E.heap_len=0,E.heap_max=h,U=0;U<ct;U++)ot[2*U]!==0?(E.heap[++E.heap_len]=mt=U,E.depth[U]=0):ot[2*U+1]=0;for(;E.heap_len<2;)ot[2*(rt=E.heap[++E.heap_len]=mt<2?++mt:0)]=1,E.depth[rt]=0,E.opt_len--,at&&(E.static_len-=st[2*rt+1]);for(L.max_code=mt,U=E.heap_len>>1;1<=U;U--)z(E,ot,U);for(rt=ct;U=E.heap[1],E.heap[1]=E.heap[E.heap_len--],z(E,ot,1),Z=E.heap[1],E.heap[--E.heap_max]=U,E.heap[--E.heap_max]=Z,ot[2*rt]=ot[2*U]+ot[2*Z],E.depth[rt]=(E.depth[U]>=E.depth[Z]?E.depth[U]:E.depth[Z])+1,ot[2*U+1]=ot[2*Z+1]=rt,E.heap[1]=rt++,z(E,ot,1),2<=E.heap_len;);E.heap[--E.heap_max]=E.heap[1],(function(ut,Dt){var St,At,Tt,bt,Lt,Vt,Kt=Dt.dyn_tree,Ee=Dt.max_code,Ue=Dt.stat_desc.static_tree,Fe=Dt.stat_desc.has_stree,ne=Dt.stat_desc.extra_bits,Te=Dt.stat_desc.extra_base,he=Dt.stat_desc.max_length,Pt=0;for(bt=0;bt<=F;bt++)ut.bl_count[bt]=0;for(Kt[2*ut.heap[ut.heap_max]+1]=0,St=ut.heap_max+1;St<h;St++)he<(bt=Kt[2*Kt[2*(At=ut.heap[St])+1]+1]+1)&&(bt=he,Pt++),Kt[2*At+1]=bt,Ee<At||(ut.bl_count[bt]++,Lt=0,Te<=At&&(Lt=ne[At-Te]),Vt=Kt[2*At],ut.opt_len+=Vt*(bt+Lt),Fe&&(ut.static_len+=Vt*(Ue[2*At+1]+Lt)));if(Pt!==0){do{for(bt=he-1;ut.bl_count[bt]===0;)bt--;ut.bl_count[bt]--,ut.bl_count[bt+1]+=2,ut.bl_count[he]--,Pt-=2}while(0<Pt);for(bt=he;bt!==0;bt--)for(At=ut.bl_count[bt];At!==0;)Ee<(Tt=ut.heap[--St])||(Kt[2*Tt+1]!==bt&&(ut.opt_len+=(bt-Kt[2*Tt+1])*Kt[2*Tt],Kt[2*Tt+1]=bt),At--)}})(E,L),T(ot,mt,E.bl_count)}function _(E,L,U){var Z,rt,ot=-1,st=L[1],at=0,ct=7,mt=4;for(st===0&&(ct=138,mt=3),L[2*(U+1)+1]=65535,Z=0;Z<=U;Z++)rt=st,st=L[2*(Z+1)+1],++at<ct&&rt===st||(at<mt?E.bl_tree[2*rt]+=at:rt!==0?(rt!==ot&&E.bl_tree[2*rt]++,E.bl_tree[2*x]++):at<=10?E.bl_tree[2*y]++:E.bl_tree[2*w]++,ot=rt,mt=(at=0)===st?(ct=138,3):rt===st?(ct=6,3):(ct=7,4))}function W(E,L,U){var Z,rt,ot=-1,st=L[1],at=0,ct=7,mt=4;for(st===0&&(ct=138,mt=3),Z=0;Z<=U;Z++)if(rt=st,st=L[2*(Z+1)+1],!(++at<ct&&rt===st)){if(at<mt)for(;it(E,rt,E.bl_tree),--at!=0;);else rt!==0?(rt!==ot&&(it(E,rt,E.bl_tree),at--),it(E,x,E.bl_tree),nt(E,at-3,2)):at<=10?(it(E,y,E.bl_tree),nt(E,at-3,3)):(it(E,w,E.bl_tree),nt(E,at-11,7));ot=rt,mt=(at=0)===st?(ct=138,3):rt===st?(ct=6,3):(ct=7,4)}}i(q);var S=!1;function v(E,L,U,Z){nt(E,(n<<1)+(Z?1:0),3),(function(rt,ot,st,at){X(rt),Q(rt,st),Q(rt,~st),c.arraySet(rt.pending_buf,rt.window,ot,st,rt.pending),rt.pending+=st})(E,L,U)}l._tr_init=function(E){S||((function(){var L,U,Z,rt,ot,st=new Array(F+1);for(rt=Z=0;rt<e-1;rt++)for(V[rt]=Z,L=0;L<1<<R[rt];L++)N[Z++]=rt;for(N[Z-1]=rt,rt=ot=0;rt<16;rt++)for(q[rt]=ot,L=0;L<1<<k[rt];L++)B[ot++]=rt;for(ot>>=7;rt<g;rt++)for(q[rt]=ot<<7,L=0;L<1<<k[rt]-7;L++)B[256+ot++]=rt;for(U=0;U<=F;U++)st[U]=0;for(L=0;L<=143;)G[2*L+1]=8,L++,st[8]++;for(;L<=255;)G[2*L+1]=9,L++,st[9]++;for(;L<=279;)G[2*L+1]=7,L++,st[7]++;for(;L<=287;)G[2*L+1]=8,L++,st[8]++;for(T(G,b+1,st),L=0;L<g;L++)C[2*L+1]=5,C[2*L]=et(L,5);Y=new tt(G,R,t+1,b,F),O=new tt(C,k,0,g,F),$=new tt(new Array(0),P,0,d,A)})(),S=!0),E.l_desc=new J(E.dyn_ltree,Y),E.d_desc=new J(E.dyn_dtree,O),E.bl_desc=new J(E.bl_tree,$),E.bi_buf=0,E.bi_valid=0,I(E)},l._tr_stored_block=v,l._tr_flush_block=function(E,L,U,Z){var rt,ot,st=0;0<E.level?(E.strm.data_type===2&&(E.strm.data_type=(function(at){var ct,mt=4093624447;for(ct=0;ct<=31;ct++,mt>>>=1)if(1&mt&&at.dyn_ltree[2*ct]!==0)return f;if(at.dyn_ltree[18]!==0||at.dyn_ltree[20]!==0||at.dyn_ltree[26]!==0)return u;for(ct=32;ct<t;ct++)if(at.dyn_ltree[2*ct]!==0)return u;return f})(E)),K(E,E.l_desc),K(E,E.d_desc),st=(function(at){var ct;for(_(at,at.dyn_ltree,at.l_desc.max_code),_(at,at.dyn_dtree,at.d_desc.max_code),K(at,at.bl_desc),ct=d-1;3<=ct&&at.bl_tree[2*M[ct]+1]===0;ct--);return at.opt_len+=3*(ct+1)+5+5+4,ct})(E),rt=E.opt_len+3+7>>>3,(ot=E.static_len+3+7>>>3)<=rt&&(rt=ot)):rt=ot=U+5,U+4<=rt&&L!==-1?v(E,L,U,Z):E.strategy===4||ot===rt?(nt(E,2+(Z?1:0),3),D(E,G,C)):(nt(E,4+(Z?1:0),3),(function(at,ct,mt,ut){var Dt;for(nt(at,ct-257,5),nt(at,mt-1,5),nt(at,ut-4,4),Dt=0;Dt<ut;Dt++)nt(at,at.bl_tree[2*M[Dt]+1],3);W(at,at.dyn_ltree,ct-1),W(at,at.dyn_dtree,mt-1)})(E,E.l_desc.max_code+1,E.d_desc.max_code+1,st+1),D(E,E.dyn_ltree,E.dyn_dtree)),I(E),Z&&X(E)},l._tr_tally=function(E,L,U){return E.pending_buf[E.d_buf+2*E.last_lit]=L>>>8&255,E.pending_buf[E.d_buf+2*E.last_lit+1]=255&L,E.pending_buf[E.l_buf+E.last_lit]=255&U,E.last_lit++,L===0?E.dyn_ltree[2*U]++:(E.matches++,L--,E.dyn_ltree[2*(N[U]+t+1)]++,E.dyn_dtree[2*H(L)]++),E.last_lit===E.lit_bufsize-1},l._tr_align=function(E){nt(E,2,3),it(E,m,G),(function(L){L.bi_valid===16?(Q(L,L.bi_buf),L.bi_buf=0,L.bi_valid=0):8<=L.bi_valid&&(L.pending_buf[L.pending++]=255&L.bi_buf,L.bi_buf>>=8,L.bi_valid-=8)})(E)}},{"../utils/common":41}],53:[function(s,a,l){a.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(s,a,l){(function(c){(function(f,u){if(!f.setImmediate){var i,n,e,t,b=1,g={},d=!1,h=f.document,F=Object.getPrototypeOf&&Object.getPrototypeOf(f);F=F&&F.setTimeout?F:f,i={}.toString.call(f.process)==="[object process]"?function(x){Yt.nextTick(function(){A(x)})}:(function(){if(f.postMessage&&!f.importScripts){var x=!0,y=f.onmessage;return f.onmessage=function(){x=!1},f.postMessage("","*"),f.onmessage=y,x}})()?(t="setImmediate$"+Math.random()+"$",f.addEventListener?f.addEventListener("message",m,!1):f.attachEvent("onmessage",m),function(x){f.postMessage(t+x,"*")}):f.MessageChannel?((e=new MessageChannel).port1.onmessage=function(x){A(x.data)},function(x){e.port2.postMessage(x)}):h&&"onreadystatechange"in h.createElement("script")?(n=h.documentElement,function(x){var y=h.createElement("script");y.onreadystatechange=function(){A(x),y.onreadystatechange=null,n.removeChild(y),y=null},n.appendChild(y)}):function(x){setTimeout(A,0,x)},F.setImmediate=function(x){typeof x!="function"&&(x=new Function(""+x));for(var y=new Array(arguments.length-1),w=0;w<y.length;w++)y[w]=arguments[w+1];var R={callback:x,args:y};return g[b]=R,i(b),b++},F.clearImmediate=p}function p(x){delete g[x]}function A(x){if(d)setTimeout(A,0,x);else{var y=g[x];if(y){d=!0;try{(function(w){var R=w.callback,k=w.args;switch(k.length){case 0:R();break;case 1:R(k[0]);break;case 2:R(k[0],k[1]);break;case 3:R(k[0],k[1],k[2]);break;default:R.apply(u,k)}})(y)}finally{p(x),d=!1}}}}function m(x){x.source===f&&typeof x.data=="string"&&x.data.indexOf(t)===0&&A(+x.data.slice(t.length))}})(typeof self>"u"?c===void 0?this:c:self)}).call(this,typeof Rn<"u"?Rn:typeof self<"u"?self:typeof window<"u"?window:{})},{}]},{},[10])(10)})})(zf)),zf.exports}var bv=Fv(),xv=E1(bv),vs={exports:{}},Wf,mF;function yv(){if(mF)return Wf;mF=1;var o={"&":"&amp;",'"':"&quot;","'":"&apos;","<":"&lt;",">":"&gt;"};function r(s){return s&&s.replace?s.replace(/([&"<>'])/g,function(a,l){return o[l]}):s}return Wf=r,Wf}var FF;function vv(){if(FF)return vs.exports;FF=1;var o=yv(),r=N1().Stream,s=" ";function a(n,e){typeof e!="object"&&(e={indent:e});var t=e.stream?new r:null,b="",g=!1,d=e.indent?e.indent===!0?s:e.indent:"",h=!0;function F(y){h?Yt.nextTick(y):y()}function p(y,w){if(w!==void 0&&(b+=w),y&&!g&&(t=t||new r,g=!0),y&&g){var R=b;F(function(){t.emit("data",R)}),b=""}}function A(y,w){u(p,f(y,d,d?1:0),w)}function m(){if(t){var y=b;F(function(){t.emit("data",y),t.emit("end"),t.readable=!1,t.emit("close")})}}function x(y){var w=y.encoding||"UTF-8",R={version:"1.0",encoding:w};y.standalone&&(R.standalone=y.standalone),A({"?xml":{_attr:R}}),b=b.replace("/>","?>")}return F(function(){h=!1}),e.declaration&&x(e.declaration),n&&n.forEach?n.forEach(function(y,w){var R;w+1===n.length&&(R=m),A(y,R)}):A(n,m),t?(t.readable=!0,t):b}function l(){var n=Array.prototype.slice.call(arguments),e={_elem:f(n)};return e.push=function(t){if(!this.append)throw new Error("not assigned to a parent!");var b=this,g=this._elem.indent;u(this.append,f(t,g,this._elem.icount+(g?1:0)),function(){b.append(!0)})},e.close=function(t){t!==void 0&&this.push(t),this.end&&this.end()},e}function c(n,e){return new Array(e||0).join(n||"")}function f(n,e,t){t=t||0;var b=c(e,t),g,d=n,h=!1;if(typeof n=="object"){var F=Object.keys(n);if(g=F[0],d=n[g],d&&d._elem)return d._elem.name=g,d._elem.icount=t,d._elem.indent=e,d._elem.indents=b,d._elem.interrupt=d,d._elem}var p=[],A=[],m;function x(y){var w=Object.keys(y);w.forEach(function(R){p.push(i(R,y[R]))})}switch(typeof d){case"object":if(d===null)break;d._attr&&x(d._attr),d._cdata&&A.push(("<![CDATA["+d._cdata).replace(/\]\]>/g,"]]]]><![CDATA[>")+"]]>"),d.forEach&&(m=!1,A.push(""),d.forEach(function(y){if(typeof y=="object"){var w=Object.keys(y)[0];w=="_attr"?x(y._attr):A.push(f(y,e,t+1))}else A.pop(),m=!0,A.push(o(y))}),m||A.push(""));break;default:A.push(o(d))}return{name:g,interrupt:h,attributes:p,content:A,icount:t,indents:b,indent:e}}function u(n,e,t){if(typeof e!="object")return n(!1,e);var b=e.interrupt?1:e.content.length;function g(){for(;e.content.length;){var h=e.content.shift();if(h!==void 0){if(d(h))return;u(n,h)}}n(!1,(b>1?e.indents:"")+(e.name?"</"+e.name+">":"")+(e.indent&&!t?`
175
175
  `:"")),t&&t()}function d(h){return h.interrupt?(h.interrupt.append=n,h.interrupt.end=g,h.interrupt=!1,n(!0),!0):!1}if(n(!1,e.indents+(e.name?"<"+e.name:"")+(e.attributes.length?" "+e.attributes.join(" "):"")+(b?e.name?">":"":e.name?"/>":"")+(e.indent&&b>1?`
176
176
  `:"")),!b)return n(!1,e.indent?`
177
- `:"");d(e)||g()}function i(n,e){return n+'="'+o(e)+'"'}return vs.exports=a,vs.exports.element=vs.exports.Element=l,vs.exports}var wv=vv(),Be=E1(wv),ws=0,jf=32,Cv=32,Ev=(o,r)=>{let s=r.replace(/-/g,"");if(s.length!==Cv)throw new Error(`Error: Cannot extract GUID from font filename: ${r}`);let l=s.replace(/(..)/g,"$1 ").trim().split(" ").map(i=>parseInt(i,16));l.reverse();let f=o.slice(ws,jf).map((i,n)=>i^l[n%l.length]),u=new Uint8Array(ws+f.length+Math.max(0,o.length-jf));return u.set(o.slice(0,ws)),u.set(f,ws),u.set(o.slice(jf),ws+f.length),u},Ls=class{format(r,s={stack:[]}){let a=r.prepForXml(s);if(a)return a;throw Error("XMLComponent did not format correctly")}},Nl=class{replace(r,s,a){let l=r;return s.forEach((c,f)=>{l=l.replace(new RegExp(`{${c.fileName}}`,"g"),(a+f).toString())}),l}getMediaData(r,s){return s.Array.filter(a=>r.search(`{${a.fileName}}`)>0)}},w1=class{replace(r,s){let a=r;for(let l of s)a=a.replace(new RegExp(`{${l.reference}-${l.instance}}`,"g"),l.numId.toString());return a}},C1=class{constructor(){ht(this,"formatter"),ht(this,"imageReplacer"),ht(this,"numberingReplacer"),this.formatter=new Ls,this.imageReplacer=new Nl,this.numberingReplacer=new w1}compile(r,s,a=[]){let l=new xv,c=this.xmlifyFile(r,s),f=new Map(Object.entries(c));for(let[,u]of f)if(Array.isArray(u))for(let i of u)l.file(i.path,i.data);else l.file(u.path,u.data);for(let u of a)l.file(u.path,u.data);for(let u of r.Media.Array)u.type!=="svg"?l.file(`word/media/${u.fileName}`,u.data):(l.file(`word/media/${u.fileName}`,u.data),l.file(`word/media/${u.fallback.fileName}`,u.fallback.data));for(let{data:u,name:i,fontKey:n}of r.FontTable.fontOptionsWithKey){let[e]=i.split(".");l.file(`word/fonts/${e}.odttf`,Ev(u,n))}return l}xmlifyFile(r,s){let a=r.Document.Relationships.RelationshipCount+1,l=Be(this.formatter.format(r.Document.View,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),c=r.Comments.Relationships.RelationshipCount+1,f=Be(this.formatter.format(r.Comments,{viewWrapper:{View:r.Comments,Relationships:r.Comments.Relationships},file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),u=this.imageReplacer.getMediaData(l,r.Media),i=this.imageReplacer.getMediaData(f,r.Media);return{Relationships:{data:(u.forEach((n,e)=>{r.Document.Relationships.createRelationship(a+e,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",`media/${n.fileName}`)}),r.Document.Relationships.createRelationship(r.Document.Relationships.RelationshipCount+1,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable","fontTable.xml"),Be(this.formatter.format(r.Document.Relationships,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}})),path:"word/_rels/document.xml.rels"},Document:{data:(()=>{let n=this.imageReplacer.replace(l,u,a);return this.numberingReplacer.replace(n,r.Numbering.ConcreteNumbering)})(),path:"word/document.xml"},Styles:{data:(()=>{let n=Be(this.formatter.format(r.Styles,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}});return this.numberingReplacer.replace(n,r.Numbering.ConcreteNumbering)})(),path:"word/styles.xml"},Properties:{data:Be(this.formatter.format(r.CoreProperties,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"docProps/core.xml"},Numbering:{data:Be(this.formatter.format(r.Numbering,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"word/numbering.xml"},FileRelationships:{data:Be(this.formatter.format(r.FileRelationships,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),path:"_rels/.rels"},HeaderRelationships:r.Headers.map((n,e)=>{let t=Be(this.formatter.format(n.View,{viewWrapper:n,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}});return this.imageReplacer.getMediaData(t,r.Media).forEach((g,d)=>{n.Relationships.createRelationship(d,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",`media/${g.fileName}`)}),{data:Be(this.formatter.format(n.Relationships,{viewWrapper:n,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),path:`word/_rels/header${e+1}.xml.rels`}}),FooterRelationships:r.Footers.map((n,e)=>{let t=Be(this.formatter.format(n.View,{viewWrapper:n,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}});return this.imageReplacer.getMediaData(t,r.Media).forEach((g,d)=>{n.Relationships.createRelationship(d,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",`media/${g.fileName}`)}),{data:Be(this.formatter.format(n.Relationships,{viewWrapper:n,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),path:`word/_rels/footer${e+1}.xml.rels`}}),Headers:r.Headers.map((n,e)=>{let t=Be(this.formatter.format(n.View,{viewWrapper:n,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),b=this.imageReplacer.getMediaData(t,r.Media),g=this.imageReplacer.replace(t,b,0);return{data:this.numberingReplacer.replace(g,r.Numbering.ConcreteNumbering),path:`word/header${e+1}.xml`}}),Footers:r.Footers.map((n,e)=>{let t=Be(this.formatter.format(n.View,{viewWrapper:n,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),b=this.imageReplacer.getMediaData(t,r.Media),g=this.imageReplacer.replace(t,b,0);return{data:this.numberingReplacer.replace(g,r.Numbering.ConcreteNumbering),path:`word/footer${e+1}.xml`}}),ContentTypes:{data:Be(this.formatter.format(r.ContentTypes,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),path:"[Content_Types].xml"},CustomProperties:{data:Be(this.formatter.format(r.CustomProperties,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"docProps/custom.xml"},AppProperties:{data:Be(this.formatter.format(r.AppProperties,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"docProps/app.xml"},FootNotes:{data:Be(this.formatter.format(r.FootNotes.View,{viewWrapper:r.FootNotes,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),path:"word/footnotes.xml"},FootNotesRelationships:{data:Be(this.formatter.format(r.FootNotes.Relationships,{viewWrapper:r.FootNotes,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),path:"word/_rels/footnotes.xml.rels"},Settings:{data:Be(this.formatter.format(r.Settings,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"word/settings.xml"},Comments:{data:(()=>{let n=this.imageReplacer.replace(f,i,c);return this.numberingReplacer.replace(n,r.Numbering.ConcreteNumbering)})(),path:"word/comments.xml"},CommentsRelationships:{data:(i.forEach((n,e)=>{r.Comments.Relationships.createRelationship(c+e,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",`media/${n.fileName}`)}),Be(this.formatter.format(r.Comments.Relationships,{viewWrapper:{View:r.Comments,Relationships:r.Comments.Relationships},file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}})),path:"word/_rels/comments.xml.rels"},FontTable:{data:Be(this.formatter.format(r.FontTable.View,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"word/fontTable.xml"},FontTableRelationships:{data:Be(this.formatter.format(r.FontTable.Relationships,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),path:"word/_rels/fontTable.xml.rels"}}}},Dv={NONE:"",WITH_2_BLANKS:" ",WITH_4_BLANKS:" ",WITH_TAB:" "},bF=o=>o===!0?Dv.WITH_2_BLANKS:o===!1?void 0:o,o4=class bo{static pack(r,s,a){return Fy(this,arguments,function*(l,c,f,u=[]){return this.compiler.compile(l,bF(f),u).generateAsync({type:c,mimeType:"application/vnd.openxmlformats-officedocument.wordprocessingml.document",compression:"DEFLATE"})})}static toString(r,s,a=[]){return bo.pack(r,"string",s,a)}static toBuffer(r,s,a=[]){return bo.pack(r,"nodebuffer",s,a)}static toBase64String(r,s,a=[]){return bo.pack(r,"base64",s,a)}static toBlob(r,s,a=[]){return bo.pack(r,"blob",s,a)}static toArrayBuffer(r,s,a=[]){return bo.pack(r,"arraybuffer",s,a)}static toStream(r,s,a=[]){let l=new mv.Stream;return this.compiler.compile(r,bF(s),a).generateAsync({type:"nodebuffer",mimeType:"application/vnd.openxmlformats-officedocument.wordprocessingml.document",compression:"DEFLATE"}).then(f=>{l.emit("data",f),l.emit("end")}),l}};ht(o4,"compiler",new C1);var B1=o4,j8=new Ls;var V8=new Ls;var q8=new Nl,$8=new Uint8Array([255,254]),X8=new Uint8Array([254,255]);var O1={1:qi.HEADING_1,2:qi.HEADING_2,3:qi.HEADING_3,4:qi.HEADING_4,5:qi.HEADING_5,6:qi.HEADING_6},H1=["div","span","article","section","main","header","footer","aside","nav","figure","figcaption","dl","dt","dd","address"];function wi(o){if(!o)return;let r=o.match(/(?:linear|radial|conic)-gradient\s*\(([^)]+)\)/i);if(!r)return;let s=r[1],a=[],l="",c=0;for(let i=0;i<s.length;i++){let n=s[i];n==="("?(c++,l+=n):n===")"?(c--,l+=n):n===","&&c===0?(a.push(l.trim()),l=""):l+=n}l.trim()&&a.push(l.trim());let f=/^(?:\d+deg|to\s+(?:top|bottom|left|right|top\s+left|top\s+right|bottom\s+left|bottom\s+right)|circle|ellipse|at\s+|closest-side|farthest-side|closest-corner|farthest-corner)/i,u=/^(?:#[0-9a-fA-F]{3,8}|rgba?\s*\([^)]+\)|hsla?\s*\([^)]+\)|[a-zA-Z]+)(?:\s+\d+%)?$/i;for(let i of a)if(!f.test(i)&&u.test(i))return i.replace(/\s+\d+%$/,"").trim()}function Ci(o){if(!o)return;let r=o.match(/linear-gradient\s*\(([^)]+)\)/i);if(!r)return;let s=r[1],a=[],l="",c=0;for(let t=0;t<s.length;t++){let b=s[t];b==="("?(c++,l+=b):b===")"?(c--,l+=b):b===","&&c===0?(a.push(l.trim()),l=""):l+=b}l.trim()&&a.push(l.trim());let f=180,u=0;if(a.length>0){let t=a[0],b=t.match(/^(\d+)deg$/i);if(b)f=parseInt(b[1],10),u=1;else if(t.match(/^to\s+/i)){let g=t.toLowerCase();g.includes("right")&&g.includes("bottom")?f=135:g.includes("right")&&g.includes("top")?f=45:g.includes("left")&&g.includes("bottom")?f=225:g.includes("left")&&g.includes("top")?f=315:g.includes("right")?f=90:g.includes("left")?f=270:g.includes("bottom")?f=180:g.includes("top")&&(f=0),u=1}}let i=a.slice(u);if(i.length===0)return;let n=[],e=/^(#[0-9a-fA-F]{3,8}|rgba?\s*\([^)]+\)|hsla?\s*\([^)]+\)|[a-zA-Z]+)(?:\s+(\d+)%)?$/i;for(let t=0;t<i.length;t++){let g=i[t].match(e);if(g){let d=g[1];d=Sv(d);let h;g[2]?h=parseInt(g[2],10):h=i.length===1?0:t/(i.length-1)*100,n.push({color:d,position:Math.round(h)})}}if(!(n.length<2))return{angle:f,stops:n}}function Sv(o){if(o=o.trim(),o.startsWith("#")){let l=o.slice(1).toUpperCase();return l.length===3&&(l=l[0]+l[0]+l[1]+l[1]+l[2]+l[2]),l.length===8&&(l=l.slice(0,6)),l}let r=o.match(/rgba?\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)/i);if(r){let l=parseInt(r[1],10).toString(16).padStart(2,"0"),c=parseInt(r[2],10).toString(16).padStart(2,"0"),f=parseInt(r[3],10).toString(16).padStart(2,"0");return(l+c+f).toUpperCase()}let s={red:"FF0000",green:"008000",blue:"0000FF",white:"FFFFFF",black:"000000",yellow:"FFFF00",cyan:"00FFFF",magenta:"FF00FF",orange:"FFA500",purple:"800080",pink:"FFC0CB",gray:"808080",grey:"808080",navy:"000080",teal:"008080",maroon:"800000",olive:"808000",lime:"00FF00",aqua:"00FFFF",silver:"C0C0C0",fuchsia:"FF00FF",transparent:"FFFFFF"},a=o.toLowerCase();return s[a]?s[a]:o.toUpperCase().replace("#","")}function ni(o){if(!o)return;let r=[],s="",a=!1,l="";for(let u=0;u<o.length;u++){let i=o[u];if((i==='"'||i==="'")&&!a)a=!0,l=i;else if(i===l&&a)a=!1,l="";else if(i===","&&!a){let n=s.trim().replace(/^['"]|['"]$/g,"");n&&r.push(n),s=""}else s+=i}let c=s.trim().replace(/^['"]|['"]$/g,"");c&&r.push(c);let f=new Set(["sans-serif","serif","monospace","cursive","fantasy","system-ui","-apple-system","BlinkMacSystemFont","Segoe UI","Roboto","Helvetica Neue","Arial","Helvetica","Ubuntu","Cantarell","Fira Sans","Droid Sans","Noto Sans","sans-serif","Oxygen","Open Sans"]);for(let u of r)if(!f.has(u)&&!u.startsWith("-"))return u;return r[0]}function Nt(o){let r={white:"FFFFFF",black:"000000",red:"FF0000",green:"008000",blue:"0000FF",yellow:"FFFF00",orange:"FFA500",purple:"800080",gray:"808080",grey:"808080",transparent:"",navy:"000080",teal:"008080",aqua:"00FFFF",cyan:"00FFFF",magenta:"FF00FF",fuchsia:"FF00FF",lime:"00FF00",maroon:"800000",olive:"808000",silver:"C0C0C0",darkblue:"00008B",darkgreen:"006400",darkred:"8B0000",darkgray:"A9A9A9",darkgrey:"A9A9A9",lightgray:"D3D3D3",lightgrey:"D3D3D3",lightblue:"ADD8E6",lightgreen:"90EE90",lightyellow:"FFFFE0",lightcoral:"F08080",lightpink:"FFB6C1",lightsalmon:"FFA07A",lightcyan:"E0FFFF",lavender:"E6E6FA",coral:"FF7F50",salmon:"FA8072",tomato:"FF6347",gold:"FFD700",goldenrod:"DAA520",darkgoldenrod:"B8860B",wheat:"F5DEB3",beige:"F5F5DC",ivory:"FFFFF0",linen:"FAF0E6",cornsilk:"FFF8DC",khaki:"F0E68C",darkkhaki:"BDB76B",crimson:"DC143C",firebrick:"B22222",indianred:"CD5C5C",hotpink:"FF69B4",deeppink:"FF1493",pink:"FFC0CB",plum:"DDA0DD",violet:"EE82EE",orchid:"DA70D6",darkorchid:"9932CC",darkviolet:"9400D3",mediumpurple:"9370DB",indigo:"4B0082",slateblue:"6A5ACD",darkslateblue:"483D8B",royalblue:"4169E1",dodgerblue:"1E90FF",cornflowerblue:"6495ED",steelblue:"4682B4",cadetblue:"5F9EA0",mediumblue:"0000CD",midnightblue:"191970",skyblue:"87CEEB",deepskyblue:"00BFFF",powderblue:"B0E0E6",turquoise:"40E0D0",mediumturquoise:"48D1CC",darkturquoise:"00CED1",darkcyan:"008B8B",aquamarine:"7FFFD4",mediumaquamarine:"66CDAA",mediumseagreen:"3CB371",seagreen:"2E8B57",forestgreen:"228B22",limegreen:"32CD32",springgreen:"00FF7F",darkseagreen:"8FBC8F",olivedrab:"6B8E23",darkolivegreen:"556B2F",yellowgreen:"9ACD32",greenyellow:"ADFF2F",chartreuse:"7FFF00",lawngreen:"7CFC00",peru:"CD853F",chocolate:"D2691E",sienna:"A0522D",saddlebrown:"8B4513",brown:"A52A2A",tan:"D2B48C",sandybrown:"F4A460",burlywood:"DEB887",rosybrown:"BC8F8F",moccasin:"FFE4B5",peachpuff:"FFDAB9",papayawhip:"FFEFD5",blanchedalmond:"FFEBCD",bisque:"FFE4C4",mistyrose:"FFE4E1",antiquewhite:"FAEBD7",floralwhite:"FFFAF0",ghostwhite:"F8F8FF",mintcream:"F5FFFA",snow:"FFFAFA",seashell:"FFF5EE",aliceblue:"F0F8FF",honeydew:"F0FFF0",whitesmoke:"F5F5F5",gainsboro:"DCDCDC",dimgray:"696969",dimgrey:"696969",darkslategray:"2F4F4F",darkslategrey:"2F4F4F",slategray:"708090",slategrey:"708090",lightslategray:"778899",lightslategrey:"778899"},s=o.toLowerCase().trim();if(r[s]!==void 0)return r[s]||void 0;let a=o.match(/#([0-9a-fA-F]{3,6})/);if(a){let i=a[1];return i.length===3&&(i=i[0]+i[0]+i[1]+i[1]+i[2]+i[2]),i.toUpperCase()}if(o.match(/linear-gradient\s*\([^)]+\)/i)){let i=o.matchAll(/rgba\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*([0-9.]+)\s*\)/g);for(let e of i){let t=parseFloat(e[4]),b=Math.round(parseInt(e[1],10)*t+255*(1-t)),g=Math.round(parseInt(e[2],10)*t+255*(1-t)),d=Math.round(parseInt(e[3],10)*t+255*(1-t));return(b.toString(16).padStart(2,"0")+g.toString(16).padStart(2,"0")+d.toString(16).padStart(2,"0")).toUpperCase()}let n=o.match(/#([0-9a-fA-F]{3,6})/);if(n){let e=n[1];return e.length===3&&(e=e[0]+e[0]+e[1]+e[1]+e[2]+e[2]),e.toUpperCase()}return}let c=o.match(/rgba\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*([0-9.]+)\s*\)/);if(c){let i=parseFloat(c[4]);if(i<.3){let b=Math.round(parseInt(c[1],10)*i+255*(1-i)),g=Math.round(parseInt(c[2],10)*i+255*(1-i)),d=Math.round(parseInt(c[3],10)*i+255*(1-i));return(b.toString(16).padStart(2,"0")+g.toString(16).padStart(2,"0")+d.toString(16).padStart(2,"0")).toUpperCase()}let n=parseInt(c[1],10).toString(16).padStart(2,"0"),e=parseInt(c[2],10).toString(16).padStart(2,"0"),t=parseInt(c[3],10).toString(16).padStart(2,"0");return(n+e+t).toUpperCase()}let f=o.match(/rgb\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\)/);if(f){let i=parseInt(f[1],10).toString(16).padStart(2,"0"),n=parseInt(f[2],10).toString(16).padStart(2,"0"),e=parseInt(f[3],10).toString(16).padStart(2,"0");return(i+n+e).toUpperCase()}let u=o.match(/hsla?\s*\(\s*(\d+)\s*,\s*(\d+)%\s*,\s*(\d+)%\s*(?:,\s*([0-9.]+))?\s*\)/);if(u){let i=parseInt(u[1],10)/360,n=parseInt(u[2],10)/100,e=parseInt(u[3],10)/100,t=u[4]!==void 0?parseFloat(u[4]):1,b,g,d;if(n===0)b=g=d=e;else{let A=(y,w,R)=>(R<0&&(R+=1),R>1&&(R-=1),R<.16666666666666666?y+(w-y)*6*R:R<.5?w:R<.6666666666666666?y+(w-y)*(.6666666666666666-R)*6:y),m=e<.5?e*(1+n):e+n-e*n,x=2*e-m;b=A(x,m,i+1/3),g=A(x,m,i),d=A(x,m,i-1/3)}t<1&&(b=b*t+(1-t),g=g*t+(1-t),d=d*t+(1-t));let h=Math.round(b*255).toString(16).padStart(2,"0"),F=Math.round(g*255).toString(16).padStart(2,"0"),p=Math.round(d*255).toString(16).padStart(2,"0");return(h+F+p).toUpperCase()}}function Tv(o){let r="",s=0;for(;s<o.length;)if(o.substring(s,s+6).toLowerCase()==="@media"){let a=o.indexOf("{",s);if(a===-1){r+=o.substring(s);break}let l=1,c=a+1;for(;c<o.length&&l>0;)o[c]==="{"?l++:o[c]==="}"&&l--,c++;s=c}else r+=o[s],s++;return r}function s4(o){let r=new Map,s=new Map,a=new Map,l=new Map,c=new Map,f=new Map,u=n=>n.replace(/var\s*\(\s*(--[a-zA-Z0-9-]+)\s*(?:,\s*([^)]+))?\s*\)/g,(e,t,b)=>{let g=r.get(t);return g||(b?b.trim():e)}),i=o.querySelectorAll("style");for(let n of i){let e=n.textContent||"";e=Tv(e);let t=e.matchAll(/:root\s*\{([^}]+)\}/g);for(let M of t){let C=M[1].matchAll(/--([a-zA-Z0-9-]+)\s*:\s*([^;]+)/g);for(let B of C){let N=`--${B[1]}`,V=B[2].trim();r.set(N,V)}}let b=e.matchAll(/\.theme-[a-zA-Z0-9_-]+\s*\{([^}]+)\}/g);for(let M of b){let C=M[1].matchAll(/--([a-zA-Z0-9-]+)\s*:\s*([^;]+)/g);for(let B of C){let N=`--${B[1]}`,V=B[2].trim();r.has(N)||r.set(N,V)}}let g=e.matchAll(/(?:^|[;\n}])\s*((?:\.[\w-]+(?:[:\w()\-]*)?(?:\s*,\s*)?)+)\s*(\{[^}]+\})/gm);for(let M of g){let G=M[0],C=M[1],N=M[2].slice(1,-1),V=C.split(/\s*,\s*/).map(At=>At.trim()).filter(At=>At.startsWith(".")),Y=[];for(let At of V){if(At.match(/:(?:hover|focus|active|visited|focus-within|focus-visible)\b/)||At.match(/::(?:before|after|first-line|first-letter|placeholder|selection)\b/))continue;let Tt=[...At.matchAll(/\.([a-zA-Z0-9_-]+)/g)].map(bt=>bt[1]);if(Tt.length!==0)if(Tt.length===1)Y.push(Tt[0]);else{let bt=Tt.sort().join(".");Y.push(bt)}}if(Y.length===0||(e.substring(0,M.index).split(`
177
+ `:"");d(e)||g()}function i(n,e){return n+'="'+o(e)+'"'}return vs.exports=a,vs.exports.element=vs.exports.Element=l,vs.exports}var wv=vv(),Be=E1(wv),ws=0,jf=32,Cv=32,Ev=(o,r)=>{let s=r.replace(/-/g,"");if(s.length!==Cv)throw new Error(`Error: Cannot extract GUID from font filename: ${r}`);let l=s.replace(/(..)/g,"$1 ").trim().split(" ").map(i=>parseInt(i,16));l.reverse();let f=o.slice(ws,jf).map((i,n)=>i^l[n%l.length]),u=new Uint8Array(ws+f.length+Math.max(0,o.length-jf));return u.set(o.slice(0,ws)),u.set(f,ws),u.set(o.slice(jf),ws+f.length),u},Ls=class{format(r,s={stack:[]}){let a=r.prepForXml(s);if(a)return a;throw Error("XMLComponent did not format correctly")}},Nl=class{replace(r,s,a){let l=r;return s.forEach((c,f)=>{l=l.replace(new RegExp(`{${c.fileName}}`,"g"),(a+f).toString())}),l}getMediaData(r,s){return s.Array.filter(a=>r.search(`{${a.fileName}}`)>0)}},w1=class{replace(r,s){let a=r;for(let l of s)a=a.replace(new RegExp(`{${l.reference}-${l.instance}}`,"g"),l.numId.toString());return a}},C1=class{constructor(){ht(this,"formatter"),ht(this,"imageReplacer"),ht(this,"numberingReplacer"),this.formatter=new Ls,this.imageReplacer=new Nl,this.numberingReplacer=new w1}compile(r,s,a=[]){let l=new xv,c=this.xmlifyFile(r,s),f=new Map(Object.entries(c));for(let[,u]of f)if(Array.isArray(u))for(let i of u)l.file(i.path,i.data);else l.file(u.path,u.data);for(let u of a)l.file(u.path,u.data);for(let u of r.Media.Array)u.type!=="svg"?l.file(`word/media/${u.fileName}`,u.data):(l.file(`word/media/${u.fileName}`,u.data),l.file(`word/media/${u.fallback.fileName}`,u.fallback.data));for(let{data:u,name:i,fontKey:n}of r.FontTable.fontOptionsWithKey){let[e]=i.split(".");l.file(`word/fonts/${e}.odttf`,Ev(u,n))}return l}xmlifyFile(r,s){let a=r.Document.Relationships.RelationshipCount+1,l=Be(this.formatter.format(r.Document.View,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),c=r.Comments.Relationships.RelationshipCount+1,f=Be(this.formatter.format(r.Comments,{viewWrapper:{View:r.Comments,Relationships:r.Comments.Relationships},file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),u=this.imageReplacer.getMediaData(l,r.Media),i=this.imageReplacer.getMediaData(f,r.Media);return{Relationships:{data:(u.forEach((n,e)=>{r.Document.Relationships.createRelationship(a+e,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",`media/${n.fileName}`)}),r.Document.Relationships.createRelationship(r.Document.Relationships.RelationshipCount+1,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable","fontTable.xml"),Be(this.formatter.format(r.Document.Relationships,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}})),path:"word/_rels/document.xml.rels"},Document:{data:(()=>{let n=this.imageReplacer.replace(l,u,a);return this.numberingReplacer.replace(n,r.Numbering.ConcreteNumbering)})(),path:"word/document.xml"},Styles:{data:(()=>{let n=Be(this.formatter.format(r.Styles,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}});return this.numberingReplacer.replace(n,r.Numbering.ConcreteNumbering)})(),path:"word/styles.xml"},Properties:{data:Be(this.formatter.format(r.CoreProperties,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"docProps/core.xml"},Numbering:{data:Be(this.formatter.format(r.Numbering,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"word/numbering.xml"},FileRelationships:{data:Be(this.formatter.format(r.FileRelationships,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),path:"_rels/.rels"},HeaderRelationships:r.Headers.map((n,e)=>{let t=Be(this.formatter.format(n.View,{viewWrapper:n,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}});return this.imageReplacer.getMediaData(t,r.Media).forEach((g,d)=>{n.Relationships.createRelationship(d,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",`media/${g.fileName}`)}),{data:Be(this.formatter.format(n.Relationships,{viewWrapper:n,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),path:`word/_rels/header${e+1}.xml.rels`}}),FooterRelationships:r.Footers.map((n,e)=>{let t=Be(this.formatter.format(n.View,{viewWrapper:n,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}});return this.imageReplacer.getMediaData(t,r.Media).forEach((g,d)=>{n.Relationships.createRelationship(d,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",`media/${g.fileName}`)}),{data:Be(this.formatter.format(n.Relationships,{viewWrapper:n,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),path:`word/_rels/footer${e+1}.xml.rels`}}),Headers:r.Headers.map((n,e)=>{let t=Be(this.formatter.format(n.View,{viewWrapper:n,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),b=this.imageReplacer.getMediaData(t,r.Media),g=this.imageReplacer.replace(t,b,0);return{data:this.numberingReplacer.replace(g,r.Numbering.ConcreteNumbering),path:`word/header${e+1}.xml`}}),Footers:r.Footers.map((n,e)=>{let t=Be(this.formatter.format(n.View,{viewWrapper:n,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),b=this.imageReplacer.getMediaData(t,r.Media),g=this.imageReplacer.replace(t,b,0);return{data:this.numberingReplacer.replace(g,r.Numbering.ConcreteNumbering),path:`word/footer${e+1}.xml`}}),ContentTypes:{data:Be(this.formatter.format(r.ContentTypes,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),path:"[Content_Types].xml"},CustomProperties:{data:Be(this.formatter.format(r.CustomProperties,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"docProps/custom.xml"},AppProperties:{data:Be(this.formatter.format(r.AppProperties,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"docProps/app.xml"},FootNotes:{data:Be(this.formatter.format(r.FootNotes.View,{viewWrapper:r.FootNotes,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),path:"word/footnotes.xml"},FootNotesRelationships:{data:Be(this.formatter.format(r.FootNotes.Relationships,{viewWrapper:r.FootNotes,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),path:"word/_rels/footnotes.xml.rels"},Settings:{data:Be(this.formatter.format(r.Settings,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"word/settings.xml"},Comments:{data:(()=>{let n=this.imageReplacer.replace(f,i,c);return this.numberingReplacer.replace(n,r.Numbering.ConcreteNumbering)})(),path:"word/comments.xml"},CommentsRelationships:{data:(i.forEach((n,e)=>{r.Comments.Relationships.createRelationship(c+e,"http://schemas.openxmlformats.org/officeDocument/2006/relationships/image",`media/${n.fileName}`)}),Be(this.formatter.format(r.Comments.Relationships,{viewWrapper:{View:r.Comments,Relationships:r.Comments.Relationships},file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}})),path:"word/_rels/comments.xml.rels"},FontTable:{data:Be(this.formatter.format(r.FontTable.View,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{standalone:"yes",encoding:"UTF-8"}}),path:"word/fontTable.xml"},FontTableRelationships:{data:Be(this.formatter.format(r.FontTable.Relationships,{viewWrapper:r.Document,file:r,stack:[]}),{indent:s,declaration:{encoding:"UTF-8"}}),path:"word/_rels/fontTable.xml.rels"}}}},Dv={NONE:"",WITH_2_BLANKS:" ",WITH_4_BLANKS:" ",WITH_TAB:" "},bF=o=>o===!0?Dv.WITH_2_BLANKS:o===!1?void 0:o,o4=class bo{static pack(r,s,a){return Fy(this,arguments,function*(l,c,f,u=[]){return this.compiler.compile(l,bF(f),u).generateAsync({type:c,mimeType:"application/vnd.openxmlformats-officedocument.wordprocessingml.document",compression:"DEFLATE"})})}static toString(r,s,a=[]){return bo.pack(r,"string",s,a)}static toBuffer(r,s,a=[]){return bo.pack(r,"nodebuffer",s,a)}static toBase64String(r,s,a=[]){return bo.pack(r,"base64",s,a)}static toBlob(r,s,a=[]){return bo.pack(r,"blob",s,a)}static toArrayBuffer(r,s,a=[]){return bo.pack(r,"arraybuffer",s,a)}static toStream(r,s,a=[]){let l=new mv.Stream;return this.compiler.compile(r,bF(s),a).generateAsync({type:"nodebuffer",mimeType:"application/vnd.openxmlformats-officedocument.wordprocessingml.document",compression:"DEFLATE"}).then(f=>{l.emit("data",f),l.emit("end")}),l}};ht(o4,"compiler",new C1);var B1=o4,j8=new Ls;var V8=new Ls;var q8=new Nl,$8=new Uint8Array([255,254]),X8=new Uint8Array([254,255]);var O1={1:qi.HEADING_1,2:qi.HEADING_2,3:qi.HEADING_3,4:qi.HEADING_4,5:qi.HEADING_5,6:qi.HEADING_6},H1=["div","span","article","section","main","header","footer","aside","nav","figure","figcaption","dl","dt","dd","address"];function wi(o){if(!o)return;let r=o.match(/(?:linear|radial|conic)-gradient\s*\(([^)]+)\)/i);if(!r)return;let s=r[1],a=[],l="",c=0;for(let i=0;i<s.length;i++){let n=s[i];n==="("?(c++,l+=n):n===")"?(c--,l+=n):n===","&&c===0?(a.push(l.trim()),l=""):l+=n}l.trim()&&a.push(l.trim());let f=/^(?:\d+deg|to\s+(?:top|bottom|left|right|top\s+left|top\s+right|bottom\s+left|bottom\s+right)|circle|ellipse|at\s+|closest-side|farthest-side|closest-corner|farthest-corner)/i,u=/^(?:#[0-9a-fA-F]{3,8}|rgba?\s*\([^)]+\)|hsla?\s*\([^)]+\)|[a-zA-Z]+)(?:\s+\d+%)?$/i;for(let i of a)if(!f.test(i)&&u.test(i))return i.replace(/\s+\d+%$/,"").trim()}function Ci(o){if(!o)return;let r=o.match(/linear-gradient\s*\(([^)]+)\)/i);if(!r)return;let s=r[1],a=[],l="",c=0;for(let t=0;t<s.length;t++){let b=s[t];b==="("?(c++,l+=b):b===")"?(c--,l+=b):b===","&&c===0?(a.push(l.trim()),l=""):l+=b}l.trim()&&a.push(l.trim());let f=180,u=0;if(a.length>0){let t=a[0],b=t.match(/^(\d+)deg$/i);if(b)f=parseInt(b[1],10),u=1;else if(t.match(/^to\s+/i)){let g=t.toLowerCase();g.includes("right")&&g.includes("bottom")?f=135:g.includes("right")&&g.includes("top")?f=45:g.includes("left")&&g.includes("bottom")?f=225:g.includes("left")&&g.includes("top")?f=315:g.includes("right")?f=90:g.includes("left")?f=270:g.includes("bottom")?f=180:g.includes("top")&&(f=0),u=1}}let i=a.slice(u);if(i.length===0)return;let n=[],e=/^(#[0-9a-fA-F]{3,8}|rgba?\s*\([^)]+\)|hsla?\s*\([^)]+\)|[a-zA-Z]+)(?:\s+(\d+)%)?$/i;for(let t=0;t<i.length;t++){let g=i[t].match(e);if(g){let d=g[1];d=Sv(d);let h;g[2]?h=parseInt(g[2],10):h=i.length===1?0:t/(i.length-1)*100,n.push({color:d,position:Math.round(h)})}}if(!(n.length<2))return{angle:f,stops:n}}function Sv(o){if(o=o.trim(),o.startsWith("#")){let l=o.slice(1).toUpperCase();return l.length===3&&(l=l[0]+l[0]+l[1]+l[1]+l[2]+l[2]),l.length===8&&(l=l.slice(0,6)),l}let r=o.match(/rgba?\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)/i);if(r){let l=parseInt(r[1],10).toString(16).padStart(2,"0"),c=parseInt(r[2],10).toString(16).padStart(2,"0"),f=parseInt(r[3],10).toString(16).padStart(2,"0");return(l+c+f).toUpperCase()}let s={red:"FF0000",green:"008000",blue:"0000FF",white:"FFFFFF",black:"000000",yellow:"FFFF00",cyan:"00FFFF",magenta:"FF00FF",orange:"FFA500",purple:"800080",pink:"FFC0CB",gray:"808080",grey:"808080",navy:"000080",teal:"008080",maroon:"800000",olive:"808000",lime:"00FF00",aqua:"00FFFF",silver:"C0C0C0",fuchsia:"FF00FF",transparent:"FFFFFF"},a=o.toLowerCase();return s[a]?s[a]:o.toUpperCase().replace("#","")}function ni(o){if(!o)return;let r=[],s="",a=!1,l="";for(let e=0;e<o.length;e++){let t=o[e];if((t==='"'||t==="'")&&!a)a=!0,l=t;else if(t===l&&a)a=!1,l="";else if(t===","&&!a){let b=s.trim().replace(/^['"]|['"]$/g,"");b&&r.push(b),s=""}else s+=t}let c=s.trim().replace(/^['"]|['"]$/g,"");c&&r.push(c);let f=new Set(["sans-serif","serif","monospace","cursive","fantasy","system-ui","-apple-system","BlinkMacSystemFont"]),u=new Set(["Arial","Helvetica","Helvetica Neue","Segoe UI","Times New Roman","Georgia","Courier New"]),i=new Map([["Inter","Arial"],["Roboto","Arial"],["Open Sans","Arial"],["Lato","Arial"],["Montserrat","Arial"],["Poppins","Arial"],["Nunito","Arial"],["Raleway","Arial"],["Ubuntu","Arial"],["Cantarell","Arial"],["Fira Sans","Arial"],["Droid Sans","Arial"],["Noto Sans","Arial"],["Oxygen","Arial"],["Source Sans Pro","Arial"],["Source Sans 3","Arial"],["Work Sans","Arial"],["DM Sans","Arial"],["IBM Plex Sans","Arial"],["Mulish","Arial"],["Quicksand","Arial"],["Manrope","Arial"],["Outfit","Arial"],["Plus Jakarta Sans","Arial"],["Figtree","Arial"],["Geist","Arial"],["Playfair Display","Times New Roman"],["Merriweather","Times New Roman"],["Lora","Times New Roman"],["PT Serif","Times New Roman"],["Noto Serif","Times New Roman"],["Source Serif Pro","Times New Roman"],["Source Serif 4","Times New Roman"],["Libre Baskerville","Times New Roman"],["Crimson Text","Times New Roman"],["EB Garamond","Times New Roman"],["Cormorant Garamond","Times New Roman"],["DM Serif Display","Times New Roman"],["Oswald","Arial"],["Abril Fatface","Times New Roman"],["Bebas Neue","Arial"]]),n;for(let e of r){if(f.has(e)||e.startsWith("-")||u.has(e))continue;let t=i.get(e);if(t){n||(n=t);continue}return e}return n}function Nt(o){let r={white:"FFFFFF",black:"000000",red:"FF0000",green:"008000",blue:"0000FF",yellow:"FFFF00",orange:"FFA500",purple:"800080",gray:"808080",grey:"808080",transparent:"",navy:"000080",teal:"008080",aqua:"00FFFF",cyan:"00FFFF",magenta:"FF00FF",fuchsia:"FF00FF",lime:"00FF00",maroon:"800000",olive:"808000",silver:"C0C0C0",darkblue:"00008B",darkgreen:"006400",darkred:"8B0000",darkgray:"A9A9A9",darkgrey:"A9A9A9",lightgray:"D3D3D3",lightgrey:"D3D3D3",lightblue:"ADD8E6",lightgreen:"90EE90",lightyellow:"FFFFE0",lightcoral:"F08080",lightpink:"FFB6C1",lightsalmon:"FFA07A",lightcyan:"E0FFFF",lavender:"E6E6FA",coral:"FF7F50",salmon:"FA8072",tomato:"FF6347",gold:"FFD700",goldenrod:"DAA520",darkgoldenrod:"B8860B",wheat:"F5DEB3",beige:"F5F5DC",ivory:"FFFFF0",linen:"FAF0E6",cornsilk:"FFF8DC",khaki:"F0E68C",darkkhaki:"BDB76B",crimson:"DC143C",firebrick:"B22222",indianred:"CD5C5C",hotpink:"FF69B4",deeppink:"FF1493",pink:"FFC0CB",plum:"DDA0DD",violet:"EE82EE",orchid:"DA70D6",darkorchid:"9932CC",darkviolet:"9400D3",mediumpurple:"9370DB",indigo:"4B0082",slateblue:"6A5ACD",darkslateblue:"483D8B",royalblue:"4169E1",dodgerblue:"1E90FF",cornflowerblue:"6495ED",steelblue:"4682B4",cadetblue:"5F9EA0",mediumblue:"0000CD",midnightblue:"191970",skyblue:"87CEEB",deepskyblue:"00BFFF",powderblue:"B0E0E6",turquoise:"40E0D0",mediumturquoise:"48D1CC",darkturquoise:"00CED1",darkcyan:"008B8B",aquamarine:"7FFFD4",mediumaquamarine:"66CDAA",mediumseagreen:"3CB371",seagreen:"2E8B57",forestgreen:"228B22",limegreen:"32CD32",springgreen:"00FF7F",darkseagreen:"8FBC8F",olivedrab:"6B8E23",darkolivegreen:"556B2F",yellowgreen:"9ACD32",greenyellow:"ADFF2F",chartreuse:"7FFF00",lawngreen:"7CFC00",peru:"CD853F",chocolate:"D2691E",sienna:"A0522D",saddlebrown:"8B4513",brown:"A52A2A",tan:"D2B48C",sandybrown:"F4A460",burlywood:"DEB887",rosybrown:"BC8F8F",moccasin:"FFE4B5",peachpuff:"FFDAB9",papayawhip:"FFEFD5",blanchedalmond:"FFEBCD",bisque:"FFE4C4",mistyrose:"FFE4E1",antiquewhite:"FAEBD7",floralwhite:"FFFAF0",ghostwhite:"F8F8FF",mintcream:"F5FFFA",snow:"FFFAFA",seashell:"FFF5EE",aliceblue:"F0F8FF",honeydew:"F0FFF0",whitesmoke:"F5F5F5",gainsboro:"DCDCDC",dimgray:"696969",dimgrey:"696969",darkslategray:"2F4F4F",darkslategrey:"2F4F4F",slategray:"708090",slategrey:"708090",lightslategray:"778899",lightslategrey:"778899"},s=o.toLowerCase().trim();if(r[s]!==void 0)return r[s]||void 0;let a=o.match(/#([0-9a-fA-F]{3,6})/);if(a){let i=a[1];return i.length===3&&(i=i[0]+i[0]+i[1]+i[1]+i[2]+i[2]),i.toUpperCase()}if(o.match(/linear-gradient\s*\([^)]+\)/i)){let i=o.matchAll(/rgba\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*([0-9.]+)\s*\)/g);for(let e of i){let t=parseFloat(e[4]),b=Math.round(parseInt(e[1],10)*t+255*(1-t)),g=Math.round(parseInt(e[2],10)*t+255*(1-t)),d=Math.round(parseInt(e[3],10)*t+255*(1-t));return(b.toString(16).padStart(2,"0")+g.toString(16).padStart(2,"0")+d.toString(16).padStart(2,"0")).toUpperCase()}let n=o.match(/#([0-9a-fA-F]{3,6})/);if(n){let e=n[1];return e.length===3&&(e=e[0]+e[0]+e[1]+e[1]+e[2]+e[2]),e.toUpperCase()}return}let c=o.match(/rgba\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*,\s*([0-9.]+)\s*\)/);if(c){let i=parseFloat(c[4]);if(i<.3){let b=Math.round(parseInt(c[1],10)*i+255*(1-i)),g=Math.round(parseInt(c[2],10)*i+255*(1-i)),d=Math.round(parseInt(c[3],10)*i+255*(1-i));return(b.toString(16).padStart(2,"0")+g.toString(16).padStart(2,"0")+d.toString(16).padStart(2,"0")).toUpperCase()}let n=parseInt(c[1],10).toString(16).padStart(2,"0"),e=parseInt(c[2],10).toString(16).padStart(2,"0"),t=parseInt(c[3],10).toString(16).padStart(2,"0");return(n+e+t).toUpperCase()}let f=o.match(/rgb\s*\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\)/);if(f){let i=parseInt(f[1],10).toString(16).padStart(2,"0"),n=parseInt(f[2],10).toString(16).padStart(2,"0"),e=parseInt(f[3],10).toString(16).padStart(2,"0");return(i+n+e).toUpperCase()}let u=o.match(/hsla?\s*\(\s*(\d+)\s*,\s*(\d+)%\s*,\s*(\d+)%\s*(?:,\s*([0-9.]+))?\s*\)/);if(u){let i=parseInt(u[1],10)/360,n=parseInt(u[2],10)/100,e=parseInt(u[3],10)/100,t=u[4]!==void 0?parseFloat(u[4]):1,b,g,d;if(n===0)b=g=d=e;else{let A=(y,w,R)=>(R<0&&(R+=1),R>1&&(R-=1),R<.16666666666666666?y+(w-y)*6*R:R<.5?w:R<.6666666666666666?y+(w-y)*(.6666666666666666-R)*6:y),m=e<.5?e*(1+n):e+n-e*n,x=2*e-m;b=A(x,m,i+1/3),g=A(x,m,i),d=A(x,m,i-1/3)}t<1&&(b=b*t+(1-t),g=g*t+(1-t),d=d*t+(1-t));let h=Math.round(b*255).toString(16).padStart(2,"0"),F=Math.round(g*255).toString(16).padStart(2,"0"),p=Math.round(d*255).toString(16).padStart(2,"0");return(h+F+p).toUpperCase()}}function Tv(o){let r="",s=0;for(;s<o.length;)if(o.substring(s,s+6).toLowerCase()==="@media"){let a=o.indexOf("{",s);if(a===-1){r+=o.substring(s);break}let l=1,c=a+1;for(;c<o.length&&l>0;)o[c]==="{"?l++:o[c]==="}"&&l--,c++;s=c}else r+=o[s],s++;return r}function s4(o){let r=new Map,s=new Map,a=new Map,l=new Map,c=new Map,f=new Map,u=n=>n.replace(/var\s*\(\s*(--[a-zA-Z0-9-]+)\s*(?:,\s*([^)]+))?\s*\)/g,(e,t,b)=>{let g=r.get(t);return g||(b?b.trim():e)}),i=o.querySelectorAll("style");for(let n of i){let e=n.textContent||"";e=Tv(e);let t=e.matchAll(/:root\s*\{([^}]+)\}/g);for(let M of t){let C=M[1].matchAll(/--([a-zA-Z0-9-]+)\s*:\s*([^;]+)/g);for(let B of C){let N=`--${B[1]}`,V=B[2].trim();r.set(N,V)}}let b=e.matchAll(/\.theme-[a-zA-Z0-9_-]+\s*\{([^}]+)\}/g);for(let M of b){let C=M[1].matchAll(/--([a-zA-Z0-9-]+)\s*:\s*([^;]+)/g);for(let B of C){let N=`--${B[1]}`,V=B[2].trim();r.has(N)||r.set(N,V)}}let g=e.matchAll(/(?:^|[;\n}])\s*((?:\.[\w-]+(?:[:\w()\-]*)?(?:\s*,\s*)?)+)\s*(\{[^}]+\})/gm);for(let M of g){let G=M[0],C=M[1],N=M[2].slice(1,-1),V=C.split(/\s*,\s*/).map(At=>At.trim()).filter(At=>At.startsWith(".")),Y=[];for(let At of V){if(At.match(/:(?:hover|focus|active|visited|focus-within|focus-visible)\b/)||At.match(/::(?:before|after|first-line|first-letter|placeholder|selection)\b/))continue;let Tt=[...At.matchAll(/\.([a-zA-Z0-9_-]+)/g)].map(bt=>bt[1]);if(Tt.length!==0)if(Tt.length===1)Y.push(Tt[0]);else{let bt=Tt.sort().join(".");Y.push(bt)}}if(Y.length===0||(e.substring(0,M.index).split(`
178
178
  `).pop()||"").match(/(?:\.[a-zA-Z0-9_-]+|#[a-zA-Z0-9_-]+|[a-zA-Z][a-zA-Z0-9]*)\s*$/))continue;let $={},q=N.match(/(?:^|;)\s*color\s*:\s*([^;]+)/i);if(q){let At=u(q[1].trim());for(let Tt of Y)s.set(Tt,At);$.color=At}let tt=N.match(/background(?:-(?:color|image))?\s*:\s*([^;]+)/i);if(tt){let At=u(tt[1].trim()),Tt=wi(At);if(Tt){$.backgroundColor=Tt;let bt=Ci(At);bt&&($.backgroundGradient=bt)}else $.backgroundColor=At}if(N.match(/(?:-webkit-)?background-clip\s*:\s*text/i)&&tt){let At=u(tt[1].trim()),Tt=Ci(At);if(Tt){if($.gradient=Tt,$.backgroundColor=void 0,$.backgroundGradient=void 0,!$.color&&($.color=Tt.stops[0]?.color,$.color))for(let bt of Y)s.set(bt,$.color)}else{let bt=wi(At);if(bt&&!$.color){$.color=bt;for(let Lt of Y)s.set(Lt,bt)}$.backgroundColor=void 0,$.backgroundGradient=void 0}}let H=N.match(/border-color\s*:\s*([^;]+)/i);H&&($.borderColor=u(H[1].trim()));let Q=N.match(/(?:^|;)\s*border\s*:\s*([^;]+)/i);Q&&($.border=u(Q[1].trim()));let nt=N.match(/border-left\s*:\s*([^;]+)/i);if(nt){let At=u(nt[1].trim()),Tt=At.match(/#([0-9a-fA-F]{3,6})/);Tt&&!$.borderColor&&($.borderColor=`#${Tt[1]}`),$.borderLeft=At}let it=N.match(/border-right\s*:\s*([^;]+)/i);it&&($.borderRight=u(it[1].trim()));let et=N.match(/border-bottom\s*:\s*([^;]+)/i);et&&($.borderBottom=u(et[1].trim()));let T=N.match(/border-top\s*:\s*([^;]+)/i);T&&($.borderTop=u(T[1].trim()));let I=N.match(/display\s*:\s*([^;]+)/i);I&&($.display=u(I[1].trim()));let X=N.match(/(?:^|;)\s*flex\s*:\s*([^;]+)/i);X&&($.flex=u(X[1].trim()));let j=N.match(/flex-direction\s*:\s*([^;]+)/i);j&&($.flexDirection=u(j[1].trim()));let z=N.match(/flex-wrap\s*:\s*([^;]+)/i);z&&($.flexWrap=u(z[1].trim()));let D=N.match(/justify-content\s*:\s*([^;]+)/i);D&&($.justifyContent=u(D[1].trim()));let K=N.match(/(?:^|;)\s*gap\s*:\s*([^;]+)/i);K&&($.gap=u(K[1].trim()));let _=N.match(/grid-template-columns\s*:\s*([^;]+)/i);_&&($.gridTemplateColumns=u(_[1].trim()));let W=N.match(/text-align\s*:\s*([^;]+)/i);W&&($.textAlign=u(W[1].trim()));let S=N.match(/font-size\s*:\s*([^;]+)/i);S&&($.fontSize=u(S[1].trim()));let v=N.match(/font-weight\s*:\s*([^;]+)/i);v&&($.fontWeight=u(v[1].trim()));let E=N.match(/(?:^|;)\s*padding\s*:\s*([^;]+)/i);E&&($.padding=u(E[1].trim()));let L=N.match(/padding-left\s*:\s*([^;]+)/i);L&&($.paddingLeft=u(L[1].trim()));let U=N.match(/padding-right\s*:\s*([^;]+)/i);U&&($.paddingRight=u(U[1].trim()));let Z=N.match(/padding-top\s*:\s*([^;]+)/i);Z&&($.paddingTop=u(Z[1].trim()));let rt=N.match(/padding-bottom\s*:\s*([^;]+)/i);rt&&($.paddingBottom=u(rt[1].trim()));let ot=N.match(/font-style\s*:\s*([^;]+)/i);ot&&($.fontStyle=u(ot[1].trim()));let st=N.match(/font-family\s*:\s*([^;]+)/i);if(st){let At=u(st[1].trim()),Tt=ni(At);Tt&&($.fontFamily=Tt)}let at=N.match(/text-indent\s*:\s*([^;]+)/i);at&&($.textIndent=u(at[1].trim()));let ct=N.match(/text-transform\s*:\s*([^;]+)/i);ct&&($.textTransform=u(ct[1].trim()));let mt=N.match(/margin-bottom\s*:\s*([^;]+)/i);mt&&($.marginBottom=u(mt[1].trim()));let ut=N.match(/line-height\s*:\s*([^;]+)/i);ut&&($.lineHeight=u(ut[1].trim()));let Dt=N.match(/letter-spacing\s*:\s*([^;]+)/i);Dt&&($.letterSpacing=u(Dt[1].trim()));let St=N.match(/margin-top\s*:\s*([^;]+)/i);if(St&&($.marginTop=u(St[1].trim())),Object.keys($).length>0)for(let At of Y){let Tt=l.get(At)||{};l.set(At,{...Tt,...$})}}let d=e.matchAll(/(?:^|[;\n}])\s*([a-zA-Z][a-zA-Z0-9]*)\s*\.\s*([a-zA-Z0-9_-]+)\s*\{([^}]+)\}/gm);for(let M of d){let G=M[1].toLowerCase(),C=M[2],B=M[3],N={},V=B.match(/font-style\s*:\s*([^;]+)/i);V&&(N.fontStyle=u(V[1].trim()));let Y=B.match(/font-weight\s*:\s*([^;]+)/i);Y&&(N.fontWeight=u(Y[1].trim()));let O=B.match(/(?:^|;)\s*color\s*:\s*([^;]+)/i);if(O){let J=u(O[1].trim());N.color=J}let $=B.match(/background(?:-(?:color|image))?\s*:\s*([^;]+)/i);if($){let J=u($[1].trim()),H=wi(J);if(H){N.backgroundColor=H;let Q=Ci(J);Q&&(N.backgroundGradient=Q)}else N.backgroundColor=J}let q=B.match(/text-align\s*:\s*([^;]+)/i);q&&(N.textAlign=u(q[1].trim()));let tt=B.match(/font-family\s*:\s*([^;]+)/i);if(tt){let J=u(tt[1].trim()),H=ni(J);H&&(N.fontFamily=H)}if(Object.keys(N).length>0){let J=l.get(C)||{};l.set(C,{...J,...N})}}let h=e.matchAll(/(?:[a-zA-Z0-9_-]*)?\.([a-zA-Z0-9_-]+)\s+(\.?[a-zA-Z0-9_-]+(?:\.[a-zA-Z0-9_-]+)*(?::[a-zA-Z0-9_-]+(?:\([^)]*\))?)?)\s*\{([^}]+)\}/g);for(let M of h){let G=M[1],C=M[2];if(C.startsWith(".")&&(C=C.slice(1)),C.match(/:(?:hover|focus|active|visited|focus-within|focus-visible)\b/))continue;let B=C.replace(/:.*$/,""),N=M[3],V={},Y=N.match(/(?:^|;)\s*color\s*:\s*([^;]+)/i);Y&&(V.color=u(Y[1].trim()));let O=N.match(/background(?:-(?:color|image))?\s*:\s*([^;]+)/i);if(O){let Z=u(O[1].trim()),rt=wi(Z);if(rt){V.backgroundColor=rt;let ot=Ci(Z);ot&&(V.backgroundGradient=ot)}else V.backgroundColor=Z}if(N.match(/(?:-webkit-)?background-clip\s*:\s*text/i)&&O){let Z=u(O[1].trim()),rt=Ci(Z);if(rt)V.gradient=rt,V.backgroundColor=void 0,V.backgroundGradient=void 0,V.color||(V.color=rt.stops[0]?.color);else{let ot=wi(Z);ot&&!V.color&&(V.color=ot),V.backgroundColor=void 0,V.backgroundGradient=void 0}}let q=N.match(/font-weight\s*:\s*([^;]+)/i);q&&(V.fontWeight=u(q[1].trim()));let tt=N.match(/text-indent\s*:\s*([^;]+)/i);tt&&(V.textIndent=u(tt[1].trim()));let J=N.match(/padding-left\s*:\s*([^;]+)/i);J&&(V.paddingLeft=u(J[1].trim()));let H=N.match(/(?:^|;)\s*padding\s*:\s*([^;]+)/i);H&&(V.padding=u(H[1].trim()));let Q=N.match(/padding-right\s*:\s*([^;]+)/i);Q&&(V.paddingRight=u(Q[1].trim()));let nt=N.match(/padding-top\s*:\s*([^;]+)/i);nt&&(V.paddingTop=u(nt[1].trim()));let it=N.match(/padding-bottom\s*:\s*([^;]+)/i);it&&(V.paddingBottom=u(it[1].trim()));let et=N.match(/font-style\s*:\s*([^;]+)/i);et&&(V.fontStyle=u(et[1].trim()));let T=N.match(/font-family\s*:\s*([^;]+)/i);if(T){let Z=u(T[1].trim()),rt=ni(Z);rt&&(V.fontFamily=rt)}let I=N.match(/(?:^|;)\s*border\s*:\s*([^;]+)/i);I&&(V.border=u(I[1].trim()));let X=N.match(/border-left\s*:\s*([^;]+)/i);if(X){let Z=u(X[1].trim());V.borderLeft=Z;let rt=Z.match(/#([0-9a-fA-F]{3,6})/);rt&&!V.borderColor&&(V.borderColor=`#${rt[1]}`)}let j=N.match(/border-bottom\s*:\s*([^;]+)/i);if(j){let Z=u(j[1].trim());V.borderBottom=Z;let rt=Z.match(/#([0-9a-fA-F]{3,6})/);rt&&!V.borderColor&&(V.borderColor=`#${rt[1]}`)}let z=N.match(/(?:^|;)\s*border-color\s*:\s*([^;]+)/i);z&&(V.borderColor=u(z[1].trim()));let D=N.match(/border-top\s*:\s*([^;]+)/i);if(D){let Z=u(D[1].trim());V.borderTop=Z;let rt=Z.match(/#([0-9a-fA-F]{3,6})/);rt&&!V.borderColor&&(V.borderColor=`#${rt[1]}`)}let K=N.match(/border-right\s*:\s*([^;]+)/i);if(K){let Z=u(K[1].trim());V.borderRight=Z;let rt=Z.match(/#([0-9a-fA-F]{3,6})/);rt&&!V.borderColor&&(V.borderColor=`#${rt[1]}`)}let _=N.match(/text-transform\s*:\s*([^;]+)/i);_&&(V.textTransform=u(_[1].trim()));let W=N.match(/text-align\s*:\s*([^;]+)/i);W&&(V.textAlign=u(W[1].trim()));let S=N.match(/font-size\s*:\s*([^;]+)/i);S&&(V.fontSize=u(S[1].trim()));let v=N.match(/margin-bottom\s*:\s*([^;]+)/i);v&&(V.marginBottom=u(v[1].trim()));let E=N.match(/line-height\s*:\s*([^;]+)/i);E&&(V.lineHeight=u(E[1].trim()));let L=N.match(/letter-spacing\s*:\s*([^;]+)/i);L&&(V.letterSpacing=u(L[1].trim()));let U=N.match(/margin-top\s*:\s*([^;]+)/i);if(U&&(V.marginTop=u(U[1].trim())),Object.keys(V).length>0){f.has(G)||f.set(G,new Map);let Z=f.get(G).get(B)||{};f.get(G).set(B,{...Z,...V})}}let F=/(?:^|[\n\r}])(\s*(?:body|p|h[1-6]|span|div|ul|ol|li|table|th|td|blockquote|section|article|aside|nav|header|footer|figure|figcaption|address|abbr|a)(?:\s*,\s*(?:body|p|h[1-6]|span|div|ul|ol|li|table|th|td|blockquote|section|article|aside|nav|header|footer|figure|figcaption|address|abbr|a))*)\s*\{([^}]+)\}/gi,p=e.matchAll(F);for(let M of p){let G=M[1],C=M[2],B=G.split(/\s*,\s*/).map(L=>L.trim().toLowerCase()),N={},V=C.match(/(?:^|;)\s*color\s*:\s*([^;]+)/i);V&&(N.color=u(V[1].trim()));let Y=C.match(/background(?:-(?:color|image))?\s*:\s*([^;]+)/i);if(Y){let L=u(Y[1].trim()),U=wi(L);if(U){N.backgroundColor=U;let Z=Ci(L);Z&&(N.backgroundGradient=Z)}else N.backgroundColor=L}let O=C.match(/font-size\s*:\s*([^;]+)/i);O&&(N.fontSize=u(O[1].trim()));let $=C.match(/font-weight\s*:\s*([^;]+)/i);$&&(N.fontWeight=u($[1].trim()));let q=C.match(/(?:^|;)\s*padding\s*:\s*([^;]+)/i);q&&(N.padding=u(q[1].trim()));let tt=C.match(/padding-left\s*:\s*([^;]+)/i);tt&&(N.paddingLeft=u(tt[1].trim()));let J=C.match(/padding-right\s*:\s*([^;]+)/i);J&&(N.paddingRight=u(J[1].trim()));let H=C.match(/padding-top\s*:\s*([^;]+)/i);H&&(N.paddingTop=u(H[1].trim()));let Q=C.match(/padding-bottom\s*:\s*([^;]+)/i);Q&&(N.paddingBottom=u(Q[1].trim()));let nt=C.match(/font-style\s*:\s*([^;]+)/i);nt&&(N.fontStyle=u(nt[1].trim()));let it=C.match(/font-family\s*:\s*([^;]+)/i);if(it){let L=u(it[1].trim()),U=ni(L);U&&(N.fontFamily=U)}let et=C.match(/text-indent\s*:\s*([^;]+)/i);et&&(N.textIndent=u(et[1].trim()));let T=C.match(/text-transform\s*:\s*([^;]+)/i);T&&(N.textTransform=u(T[1].trim()));let I=C.match(/margin-bottom\s*:\s*([^;]+)/i);I&&(N.marginBottom=u(I[1].trim()));let X=C.match(/line-height\s*:\s*([^;]+)/i);X&&(N.lineHeight=u(X[1].trim()));let j=C.match(/letter-spacing\s*:\s*([^;]+)/i);j&&(N.letterSpacing=u(j[1].trim()));let z=C.match(/margin-top\s*:\s*([^;]+)/i);z&&(N.marginTop=u(z[1].trim()));let D=C.match(/text-align\s*:\s*([^;]+)/i);D&&(N.textAlign=u(D[1].trim()));let K=C.match(/(?:^|;)\s*border\s*:\s*([^;]+)/i);K&&(N.border=u(K[1].trim()));let _=C.match(/border-left\s*:\s*([^;]+)/i);if(_){let L=u(_[1].trim()),U=L.match(/#([0-9a-fA-F]{3,6})/);U&&!N.borderColor&&(N.borderColor=`#${U[1]}`),N.borderLeft=L}let W=C.match(/border-right\s*:\s*([^;]+)/i);W&&(N.borderRight=u(W[1].trim()));let S=C.match(/border-color\s*:\s*([^;]+)/i);S&&(N.borderColor=u(S[1].trim()));let v=C.match(/border-bottom\s*:\s*([^;]+)/i);v&&(N.borderBottom=u(v[1].trim()));let E=C.match(/border-top\s*:\s*([^;]+)/i);if(E&&(N.borderTop=u(E[1].trim())),Object.keys(N).length>0)for(let L of B){let U=c.get(L)||{};c.set(L,{...U,...N})}}let A=["thead","tbody","tfoot","table","tr","ul","ol","nav","header","footer","section","article","aside","figure","blockquote","div"],m=["th","td","tr","li","p","h1","h2","h3","h4","h5","h6","span","a","img","div"],x=A.join("|"),y=m.join("|"),w=new RegExp(`(?:^|[\\n\\r])\\s*((?:${x})(?:\\s*,\\s*(?:${x}))*)\\s+((?:${y})(?:\\s*,\\s*(?:${y}))*)\\s*\\{([^}]+)\\}`,"gi"),R=e.matchAll(w);for(let M of R){let G=M[1].split(/\s*,\s*/).map(H=>H.trim().toLowerCase()),C=M[2].split(/\s*,\s*/).map(H=>H.trim().toLowerCase()),B=M[3],N={},V=B.match(/(?:^|;)\s*color\s*:\s*([^;]+)/i);V&&(N.color=u(V[1].trim()));let Y=B.match(/background(?:-(?:color|image))?\s*:\s*([^;]+)/i);if(Y){let H=u(Y[1].trim()),Q=wi(H);N.backgroundColor=Q||H}let O=B.match(/font-weight\s*:\s*([^;]+)/i);O&&(N.fontWeight=u(O[1].trim()));let $=B.match(/font-size\s*:\s*([^;]+)/i);$&&(N.fontSize=u($[1].trim()));let q=B.match(/(?:^|;)\s*padding\s*:\s*([^;]+)/i);q&&(N.padding=u(q[1].trim()));let tt=B.match(/text-align\s*:\s*([^;]+)/i);tt&&(N.textAlign=u(tt[1].trim()));let J=B.match(/border-bottom\s*:\s*([^;]+)/i);if(J&&(N.borderBottom=u(J[1].trim())),Object.keys(N).length>0)for(let H of G){let Q=`__elem:${H}`;for(let nt of C){let it=f.get(Q)||new Map,et=it.get(nt)||{};it.set(nt,{...et,...N}),f.set(Q,it)}}}let k=/(?:^|[\n\r])\s*(?:(?:tbody|table|\.[\w-]+)\s+)?tr\s*:\s*nth-child\s*\(\s*even\s*\)\s*\{([^}]+)\}/gi,P=e.matchAll(k);for(let M of P){let C=M[1].match(/background(?:-color)?\s*:\s*([^;]+)/i);if(C){let B=u(C[1].trim()),N=Nt(B);N&&c.set("__even-row",{backgroundColor:`#${N}`})}}}return{variables:r,classColors:s,calloutStyles:a,classStyles:l,elementStyles:c,nestedStyles:f}}function Ut(o,r,s){let a={},l=r.elementStyles.get("body");l&&(l.lineHeight&&(a.lineHeight=l.lineHeight),l.color&&(a.color=l.color),l.fontFamily&&(a.fontFamily=l.fontFamily),l.fontSize&&(a.fontSize=l.fontSize),l.letterSpacing&&(a.letterSpacing=l.letterSpacing));let c=o.tagName.toLowerCase(),f=r.elementStyles.get(c);f&&Object.assign(a,f);let u=o.getAttribute("class"),i=u?u.split(/\s+/).filter(t=>t.length>0):[];for(let t of i){let b=r.classStyles.get(t);b&&Object.assign(a,b)}if(i.length>=2)for(let[t,b]of r.classStyles)t.includes(".")&&t.split(".").every(d=>i.includes(d))&&Object.assign(a,b);if(s){let t=s.getAttribute("class"),b=t?t.split(/\s+/).filter(g=>g.length>0):[];if(!a.color)for(let g of b){let d=r.classStyles.get(g);if(d?.color){a.color=d.color;break}}for(let g of b){let d=r.nestedStyles.get(g);if(d){let h=d.get(c);h&&Object.assign(a,h);for(let F of i){let p=d.get(F);p&&Object.assign(a,p)}if(i.length>=2)for(let[F,p]of d)F.includes(".")&&F.split(".").every(m=>i.includes(m))&&Object.assign(a,p)}}}if(!s){let t=d=>{for(let[h,F]of Object.entries(d))F!==void 0&&a[h]===void 0&&(a[h]=F)},b=!1,g=o.parentElement;for(;g;){let d=g.getAttribute("class"),h=d?d.split(/\s+/).filter(p=>p.length>0):[];for(let p of h){let A=r.nestedStyles.get(p);if(A){let m=A.get(c);m&&(b?t(m):(Object.assign(a,m),b=!0));for(let x of i){let y=A.get(x);y&&t(y)}if(i.length>=2)for(let[x,y]of A)x.includes(".")&&x.split(".").every(R=>i.includes(R))&&t(y)}}let F=g.tagName?.toLowerCase();if(F){let p=r.nestedStyles.get(`__elem:${F}`);if(p){let A=p.get(c);A&&t(A)}}if(!a.color){for(let p of h){let A=r.classStyles.get(p);if(A?.color){a.color=A.color;break}}if(!a.color){let p=g.tagName?.toLowerCase();if(p){let A=r.elementStyles.get(p);A?.color&&(a.color=A.color)}}if(!a.color){let A=(g.getAttribute("style")||"").match(/(?:^|;)\s*color\s*:\s*([^;]+)/i);A&&(a.color=A[1].trim())}}g=g.parentElement}}if(!a.fontFamily){let t=o.parentElement;for(;t&&!a.fontFamily;){let b=t.tagName?.toLowerCase();if(b){let g=r.elementStyles.get(b);if(g?.fontFamily){a.fontFamily=g.fontFamily;break}let d=t.getAttribute("class"),h=d?d.split(/\s+/).filter(F=>F.length>0):[];for(let F of h){let p=r.classStyles.get(F);if(p?.fontFamily){a.fontFamily=p.fontFamily;break}}}t=t.parentElement}}if(!a.lineHeight){let t=o.parentElement;for(;t&&!a.lineHeight;){let b=t.tagName?.toLowerCase();if(b){let g=r.elementStyles.get(b);if(g?.lineHeight){a.lineHeight=g.lineHeight;break}let d=t.getAttribute("class"),h=d?d.split(/\s+/).filter(F=>F.length>0):[];for(let F of h){let p=r.classStyles.get(F);if(p?.lineHeight){a.lineHeight=p.lineHeight;break}}}t=t.parentElement}}let n=o.getAttribute("style")||"";if(n){let t=n.match(/background(?:-color)?\s*:\s*([^;]+)/i);t&&(a.backgroundColor=t[1].trim());let b=n.match(/(?:^|;)\s*color\s*:\s*([^;]+)/i);b&&(a.color=b[1].trim());let g=n.match(/(?:^|;)\s*border\s*:\s*([^;]+)/i);g&&(a.border=g[1].trim());let d=n.match(/border-color\s*:\s*([^;]+)/i);d&&(a.borderColor=d[1].trim());let h=n.match(/border-left\s*:\s*([^;]+)/i);h&&(a.borderLeft=h[1].trim());let F=n.match(/border-bottom\s*:\s*([^;]+)/i);F&&(a.borderBottom=F[1].trim());let p=n.match(/display\s*:\s*([^;]+)/i);p&&(a.display=p[1].trim());let A=n.match(/(?:^|;)\s*flex\s*:\s*([^;]+)/i);A&&(a.flex=A[1].trim());let m=n.match(/grid-template-columns\s*:\s*([^;]+)/i);m&&(a.gridTemplateColumns=m[1].trim());let x=n.match(/text-align\s*:\s*([^;]+)/i);x&&(a.textAlign=x[1].trim());let y=n.match(/font-family\s*:\s*([^;]+)/i);if(y){let C=ni(y[1].trim());C&&(a.fontFamily=C)}let w=n.match(/line-height\s*:\s*([^;]+)/i);w&&(a.lineHeight=w[1].trim());let R=n.match(/margin-bottom\s*:\s*([^;]+)/i);if(R&&(a.marginBottom=R[1].trim()),n.match(/(?:-webkit-)?background-clip\s*:\s*text/i)){let C=n.match(/background(?:-image)?\s*:\s*(linear-gradient\s*\([^)]+(?:\([^)]*\))*[^)]*\))/i);if(C){let B=Ci(C[1]);B&&(a.gradient=B,a.backgroundColor=void 0,(!a.color||a.color==="transparent")&&(a.color=B.stops[0]?.color))}}let P=n.match(/font-style\s*:\s*([^;]+)/i);P&&(a.fontStyle=P[1].trim());let M=n.match(/font-weight\s*:\s*([^;]+)/i);M&&(a.fontWeight=M[1].trim());let G=n.match(/text-transform\s*:\s*([^;]+)/i);G&&(a.textTransform=G[1].trim())}if(typeof window<"u"&&window.getComputedStyle)try{let t=window.getComputedStyle(o);if(!a.fontFamily&&t.fontFamily){let b=ni(t.fontFamily);b&&(a.fontFamily=b)}!a.lineHeight&&t.lineHeight&&(a.lineHeight=t.lineHeight)}catch{}let e=t=>{if(!t||!t.includes("var("))return t;let b=t.match(/var\s*\(\s*(--[a-zA-Z0-9-]+)\s*(?:,\s*([^)]+))?\s*\)/);if(b){let g=r.variables.get(b[1]);if(g)return g;if(b[2])return b[2].trim()}return t};return a.backgroundColor=e(a.backgroundColor),a.color=e(a.color),a.borderColor=e(a.borderColor),a.border=e(a.border),a.borderLeft=e(a.borderLeft),a.borderBottom=e(a.borderBottom),a.borderTop=e(a.borderTop),a.gradient&&a.gradient.stops.length>0&&(a.color=a.gradient.stops[0].color),a}function _v(o,r){let s=o.getAttribute("class");if(!s)return;let a=s.split(/\s+/).filter(l=>l.length>0);if(a.length>=2){for(let[l,c]of r.classColors)if(l.includes(".")&&l.split(".").every(u=>a.includes(u)))return Nt(c)}for(let l of a){let c=r.classColors.get(l);if(c)return Nt(c)}}function ii(o,r){let a=(o.getAttribute("style")||"").match(/(?:^|;)\s*color:\s*([^;]+)/i);if(a){let l=a[1].trim();if(r&&l.includes("var(")){let f=l.match(/var\s*\(\s*(--[a-zA-Z0-9-]+)\s*\)/);if(f){let u=r.variables.get(f[1]);u&&(l=u)}}let c=Nt(l);if(c)return c}if(r){let l=Ut(o,r);if(l.color){let f=Nt(l.color);if(f)return f}let c=_v(o,r);if(c)return c}if(typeof window<"u"&&window.getComputedStyle)try{let c=window.getComputedStyle(o).color;if(c){let f=Nt(c);if(f)return f}}catch{}}function Pn(o){if(o.borderColor)return Nt(o.borderColor);if(o.border){let s=o.border.match(/#([0-9a-fA-F]{3,6})/);if(s){let f=s[1];return f.length===3&&(f=f[0]+f[0]+f[1]+f[1]+f[2]+f[2]),f.toUpperCase()}let a=o.border.match(/(rgba?\s*\([^)]+\))/i);if(a)return Nt(a[1]);let l=o.border.trim().split(/\s+/),c=l[l.length-1];if(c&&!c.match(/^\d/)&&!["solid","dashed","dotted","double","none","hidden","groove","ridge","inset","outset"].includes(c))return Nt(c)}let r=[o.borderLeft,o.borderRight,o.borderTop,o.borderBottom];for(let s of r)if(s){let a=s.match(/#([0-9a-fA-F]{3,6})/);if(a){let c=a[1];return c.length===3&&(c=c[0]+c[0]+c[1]+c[1]+c[2]+c[2]),c.toUpperCase()}let l=s.match(/(rgba?\s*\([^)]+\))/i);if(l)return Nt(l[1])}}function U1(o,r){let a=(o.getAttribute("style")||"").match(/border-bottom:\s*([^;]+)/i);if(a){let c=a[1],f=c.match(/#([0-9a-fA-F]{3,6})/);if(f){let i=f[1];return i.length===3&&(i=i[0]+i[0]+i[1]+i[1]+i[2]+i[2]),i.toUpperCase()}let u=c.match(/var\s*\(\s*(--[a-zA-Z0-9-]+)\s*\)/);if(u){let i=r.variables.get(u[1]);if(i){let n=Nt(i);if(n)return n}}}let l=Ut(o,r);if(l.borderBottom){let c=l.borderBottom,f=c.match(/#([0-9a-fA-F]{3,6})/);if(f){let i=f[1];return i.length===3&&(i=i[0]+i[0]+i[1]+i[1]+i[2]+i[2]),i.toUpperCase()}let u=c.match(/var\s*\(\s*(--[a-zA-Z0-9-]+)\s*\)/);if(u){let i=r.variables.get(u[1]);if(i){let n=Nt(i);if(n)return n}}}if(l.border){let c=l.border,f=c.match(/#([0-9a-fA-F]{3,6})/);if(f){let i=f[1];return i.length===3&&(i=i[0]+i[0]+i[1]+i[1]+i[2]+i[2]),i.toUpperCase()}let u=c.match(/var\s*\(\s*(--[a-zA-Z0-9-]+)\s*\)/);if(u){let i=r.variables.get(u[1]);if(i){let n=Nt(i);if(n)return n}}}if(l.borderColor){let c=Nt(l.borderColor);if(c)return c}}function a4(o,r){let a=(o.getAttribute("style")||"").match(/border-top:\s*([^;]+)/i);if(a){let c=a[1],f=c.match(/#([0-9a-fA-F]{3,6})/);if(f){let i=f[1];return i.length===3&&(i=i[0]+i[0]+i[1]+i[1]+i[2]+i[2]),i.toUpperCase()}let u=c.match(/var\s*\(\s*(--[a-zA-Z0-9-]+)\s*\)/);if(u){let i=r.variables.get(u[1]);if(i){let n=Nt(i);if(n)return n}}}let l=Ut(o,r);if(l.borderTop){let c=l.borderTop,f=c.match(/#([0-9a-fA-F]{3,6})/);if(f){let i=f[1];return i.length===3&&(i=i[0]+i[0]+i[1]+i[1]+i[2]+i[2]),i.toUpperCase()}let u=Nt(c);if(u)return u}}function $i(o){let r=o.trim().match(/^(-?[0-9.]+)(px|rem|em|pt)?$/);if(!r)return;let s=parseFloat(r[1]);switch(r[2]||"px"){case"px":return Math.round(s*15);case"rem":case"em":return Math.round(s*16*15);case"pt":return Math.round(s*20);default:return}}function kl(o){let r=o.trim().split(/\s+/);if(r.length===0)return;let s=r.map(a=>$i(a)).filter(a=>a!==void 0);if(s.length!==0)switch(s.length){case 1:return{top:s[0],right:s[0],bottom:s[0],left:s[0]};case 2:return{top:s[0],right:s[1],bottom:s[0],left:s[1]};case 3:return{top:s[0],right:s[1],bottom:s[2],left:s[1]};case 4:return{top:s[0],right:s[1],bottom:s[2],left:s[3]};default:return}}function l4(o){if(!o)return;let r=o.trim().split(/\s+/);switch(r.length){case 1:return r[0];case 2:return r[1];case 3:return r[1];case 4:return r[3];default:return}}function oi(o){if(!o)return;let r=o.trim();if(r.endsWith("rem")){let s=parseFloat(r);if(!isNaN(s))return Math.round(s*12*2)}else if(r.endsWith("em")){let s=parseFloat(r);if(!isNaN(s))return Math.round(s*12*2)}else if(r.endsWith("px")){let s=parseFloat(r);if(!isNaN(s))return Math.round(s*.75*2)}else if(r.endsWith("pt")){let s=parseFloat(r);if(!isNaN(s))return Math.round(s*2)}}function _r(o){if(!o)return;let r=o.trim();if(r==="0")return 0;if(r.endsWith("rem")){let s=parseFloat(r);if(!isNaN(s))return Math.round(s*240)}else if(r.endsWith("em")){let s=parseFloat(r);if(!isNaN(s))return Math.round(s*240)}else if(r.endsWith("px")){let s=parseFloat(r);if(!isNaN(s))return Math.round(s*15)}else if(r.endsWith("pt")){let s=parseFloat(r);if(!isNaN(s))return Math.round(s*20)}}function ko(o){if(!o)return;let r=o.trim();if(!(r==="normal"||r==="0")){if(r.endsWith("rem")){let s=parseFloat(r);if(!isNaN(s))return Math.round(s*240)}else if(r.endsWith("em")){let s=parseFloat(r);if(!isNaN(s))return Math.round(s*240)}else if(r.endsWith("px")){let s=parseFloat(r);if(!isNaN(s))return Math.round(s*15)}else if(r.endsWith("pt")){let s=parseFloat(r);if(!isNaN(s))return Math.round(s*20)}}}function Bo(o,r){if(!o)return;let s=o.trim();if(s==="normal")return Math.round(1.2*240);let a=parseFloat(s);if(!isNaN(a)&&!s.match(/[a-z%]/i))return Math.round(a*240);if(s.endsWith("em")){let l=parseFloat(s);if(!isNaN(l))return Math.round(l*240)}if(s.endsWith("px")){let l=parseFloat(s);if(!isNaN(l)){if(r&&r>0){let f=r/2*1.3333333333333333,u=l/f;return Math.round(u*240)}let c=l/16;if(c>=.8&&c<=3)return Math.round(c*240)}}if(s.endsWith("pt")){let l=parseFloat(s);if(!isNaN(l)&&r&&r>0){let c=r/2,f=l/c;return Math.round(f*240)}}}var Rv=["span","a","b","strong","i","em","u","s","strike","del","ins","sub","sup","small","mark","abbr","cite","code","kbd","samp","var","time","data","q","dfn","ruby","rt","rp","bdi","bdo","wbr","br","label","font","input"];function Nv(o){return o==="strong"||o==="b"}function Iv(o){return o==="em"||o==="i"}function Bl(o){for(let r of o.childNodes){if(r.nodeType===Node.TEXT_NODE||r.nodeType!==Node.ELEMENT_NODE||!(r instanceof Element))continue;let s=r.tagName.toLowerCase();if(Rv.includes(s)){if(!Bl(r))return!1;continue}return!1}return!0}function ur(o,r,s,a){let l=[];if(typeof window<"u"&&window.getComputedStyle)try{let g=window.getComputedStyle(o,"::before"),d=g.content;if(d&&d!=="none"&&d!=="normal"){let h=d.replace(/^["']|["']$/g,"");if(h){let F=g.fontWeight,p=g.fontStyle,A=g.color?Nt(g.color):void 0;l.push({text:h,bold:F==="700"||F==="bold"||F==="600"||void 0,italic:p==="italic"||void 0,color:A})}}}catch{}function c(g,d,h,F,p,A,m,x,y,w,R,k){if(g.nodeType===Node.TEXT_NODE){let H=g.textContent||"";if(H){let Q=H.replace(/\s+/g," ");(Q.trim()||Q===" ")&&l.push({text:Q,bold:d,italic:h,color:F,backgroundColor:p,superscript:A,subscript:m,strike:x,underline:y,fontFamily:w,size:R,letterSpacing:k})}return}if(g.nodeType!==Node.ELEMENT_NODE||!(g instanceof Element))return;let P=g.tagName.toLowerCase();if(P==="br"){l.push({text:`
179
179
  `,bold:d,italic:h,color:F,backgroundColor:p,fontFamily:w,size:R});return}if(P==="input"&&g.getAttribute("type")==="checkbox"){let H=g.hasAttribute("checked");l.push({text:H?"\u2611 ":"\u2610 ",bold:d,italic:h,color:F,backgroundColor:p,fontFamily:w,size:R});return}if(P==="code"){let H=g.textContent||"";if(H.trim()){let Q="F3F4F6",nt=F;if(r){let it=Ut(g,r);if(it.backgroundColor){let et=Nt(it.backgroundColor);et&&(Q=et)}if(it.color){let et=Nt(it.color);et&&(nt=et)}}l.push({text:H,bold:d,italic:h,color:nt,backgroundColor:Q,fontFamily:"Courier New",size:R?Math.round(R*.9):22});return}}let M=d||Nv(P),G=h||Iv(P),C=A||P==="sup",B=m||P==="sub",N=x||P==="s"||P==="del"||P==="strike",V=y,Y=w,O=R,$=k;if(P==="u")V={type:"single"};else if(P==="abbr"){let H;if(r){let Q=Ut(g,r);if(Q.borderBottom){let nt=Q.borderBottom.match(/#([0-9a-fA-F]{3,6})/i);nt&&(H=nt[1].toUpperCase())}}V={type:"dotted",color:H}}let q=F,tt=p;if(r){let H=Ut(g,r);if(H.color){let Q=Nt(H.color);Q&&(q=Q)}if(H.backgroundColor){let Q=Nt(H.backgroundColor);Q&&(tt=Q)}if(H.gradient){let Q=ae(g).trim();if(Q){let nt=H.gradient.stops[0]?.color;l.push({text:Q,bold:M,italic:G,gradient:H.gradient,color:nt||q,fontFamily:Y,size:O});return}}if(H.fontWeight==="700"||H.fontWeight==="bold"||H.fontWeight==="600"?M=!0:(H.fontWeight==="normal"||H.fontWeight==="400"||H.fontWeight==="300"||H.fontWeight==="100")&&(M=!1),H.fontStyle==="italic"?G=!0:H.fontStyle==="normal"&&(G=!1),H.fontFamily&&(Y=H.fontFamily),H.fontSize){let Q=oi(H.fontSize);Q&&(O=Q)}if(H.letterSpacing){let Q=ko(H.letterSpacing);Q!==void 0&&($=Q)}}let J=g.getAttribute("style")||"";if(J){let H=J.match(/(?:^|;)\s*color\s*:\s*([^;]+)/i);if(H){let j=Nt(H[1]);j&&(q=j)}let Q=J.match(/background(?:-color)?\s*:\s*([^;]+)/i);if(Q){let j=Nt(Q[1]);j&&(tt=j)}let nt=J.match(/font-weight\s*:\s*([^;]+)/i);if(nt){let j=nt[1].trim();j==="700"||j==="bold"||j==="600"?M=!0:(j==="normal"||j==="400"||j==="300"||j==="100")&&(M=!1)}let it=J.match(/font-style\s*:\s*([^;]+)/i);if(it){let j=it[1].trim();j==="italic"?G=!0:j==="normal"&&(G=!1)}let et=J.match(/text-decoration(?:-line)?\s*:\s*([^;]+)/i);et&&et[1].trim().toLowerCase().includes("line-through")&&(N=!0);let T=J.match(/font-family\s*:\s*([^;]+)/i);if(T){let j=ni(T[1].trim());j&&(Y=j)}let I=J.match(/font-size\s*:\s*([^;]+)/i);if(I){let j=oi(I[1].trim());j&&(O=j)}let X=J.match(/letter-spacing\s*:\s*([^;]+)/i);if(X){let j=ko(X[1].trim());j!==void 0&&($=j)}}for(let H of g.childNodes)c(H,M,G,q,tt,C,B,N,V,Y,O,$)}let f=!1,u=!1,i=s,n,e=a,t,b;if(r){let g=Ut(o,r);if(g.color){let d=Nt(g.color);d&&(i=d)}if(g.backgroundColor){let d=Nt(g.backgroundColor);d&&(n=d)}if((g.fontWeight==="700"||g.fontWeight==="bold"||g.fontWeight==="600")&&(f=!0),g.fontStyle==="italic"&&(u=!0),g.fontFamily&&(e=g.fontFamily),g.fontSize){let d=oi(g.fontSize);d&&(t=d)}if(g.letterSpacing){let d=ko(g.letterSpacing);d!==void 0&&(b=d)}}for(let g of o.childNodes)c(g,f,u,i,n,!1,!1,!1,void 0,e,t,b);return u4(l)}function u4(o){if(o.length===0)return[];let r=[],s=(a,l)=>!a&&!l?!0:!a||!l?!1:a.type===l.type&&a.color===l.color;for(let a of o){let l=r[r.length-1];l&&l.bold===a.bold&&l.italic===a.italic&&l.color===a.color&&l.backgroundColor===a.backgroundColor&&l.superscript===a.superscript&&l.subscript===a.subscript&&l.strike===a.strike&&l.letterSpacing===a.letterSpacing&&l.fontFamily===a.fontFamily&&l.size===a.size&&s(l.underline,a.underline)?l.text+=a.text:r.push({...a})}return r.length>0&&(r[0].text=r[0].text.trimStart(),r[r.length-1].text=r[r.length-1].text.trimEnd()),r.filter(a=>a.text.length>0)}function Ye(o){return o.some(r=>r.bold||r.italic||r.color||r.backgroundColor||r.fontFamily||r.size||r.superscript||r.subscript||r.underline||r.letterSpacing)}function c4(o,r){let s=[];function a(l,c,f,u,i,n,e){if(l.nodeType===Node.TEXT_NODE){let x=l.textContent||"";x&&s.push({text:x,bold:c||void 0,italic:f||void 0,color:u,backgroundColor:i,superscript:n||void 0,subscript:e||void 0});return}if(l.nodeType!==Node.ELEMENT_NODE)return;let t=l,b=t.tagName.toLowerCase();if(b==="ul"||b==="ol")return;let g=c||b==="strong"||b==="b",d=f||b==="em"||b==="i",h=n||b==="sup",F=e||b==="sub",p=u,A=i,m=Ut(t,r);if((m.fontWeight==="700"||m.fontWeight==="bold"||m.fontWeight==="600")&&(g=!0),m.fontStyle==="italic"&&(d=!0),m.color){let x=Nt(m.color);x&&(p=x)}if(m.backgroundColor){let x=Nt(m.backgroundColor);x&&(A=x)}for(let x of l.childNodes)a(x,g,d,p,A,h,F)}for(let l of o)a(l,!1,!1);return u4(s)}function Lv(o){return o>=1&&o<=6}function Ol(o){let r=/^h([1-6])$/.exec(o);if(!r||r.length<2)return null;let s=parseInt(r[1],10);return Lv(s)?s:null}function Hl(o,r){let s=Ut(o,r);if(s.textAlign){let c=s.textAlign.toLowerCase();if(c==="left"||c==="center"||c==="right"||c==="justify")return c}let l=(o.getAttribute("style")||"").match(/text-align:\s*(left|center|right|justify)/i);if(l)return l[1].toLowerCase()}function ae(o){return String(o.textContent||"")}var Ul=new Set(["div","p","table","ul","ol","blockquote","pre","figure","svg","h1","h2","h3","h4","h5","h6","section","article","aside","nav","header","footer","main","form","fieldset","dl","dd","dt","address","hr","canvas","video","audio","picture","iframe","object","embed","details","summary"]);function f4(o){for(let r of o.children){let s=r.tagName.toLowerCase();if(Ul.has(s))return!0}return!1}function Gl(o,r){let s=o.tagName.toLowerCase();if(s==="blockquote")return!0;let a=Ut(o,r),l=o.getAttribute("style")||"",c=l.includes("border-left")||a.border?.includes("solid")||!!a.borderColor||!!a.borderLeft;if(s==="p"&&c)return!0;if(s==="div"||s==="section"||s==="article"||s==="header"){if(o.querySelectorAll("figure img, figure picture").length>0){let b=o.textContent?.trim()||"",g=Array.from(o.querySelectorAll("img")).map(h=>h.getAttribute("alt")||"").join("");if(b.replace(g,"").trim().length<20)return!1}let u=a.border||"",i=u.includes("solid")||u.includes("px"),n=a.backgroundColor?.toLowerCase()||"",e=n==="#ffffff"||n==="#fff"||n==="white"||n==="rgb(255, 255, 255)"||n==="rgba(255, 255, 255, 1)",t=!!a.backgroundColor&&a.backgroundColor!=="transparent"&&a.backgroundColor!=="inherit"&&!e;if(t&&(c||i))return!0;if(t){let b=!!a.padding||!!a.paddingTop||!!a.paddingBottom||!!a.paddingLeft||!!a.paddingRight||l.includes("padding"),g=o.textContent?.trim().length&&o.textContent.trim().length>0;if(b&&g||g&&!b)return!0}}return!1}function G1(o,r,s=0,a){let l=[],c=o.tagName.toLowerCase(),f=a!==void 0?a:c==="ol";for(let u of o.children){if(u.tagName.toLowerCase()!=="li")continue;let i=[],n=[];for(let e of u.childNodes)if(e.nodeType===Node.ELEMENT_NODE){let t=e.tagName.toLowerCase();t==="ul"||t==="ol"?n.push(e):i.push(e)}else e.nodeType===Node.TEXT_NODE&&i.push(e);if(i.length>0){let e=c4(i,r);if(e.length>0&&e.some(t=>t.text.trim())){let t=Ye(e)?e:e.map(b=>b.text).join("");l.push({content:t,level:s,ordered:f})}}for(let e of n){let b=e.tagName.toLowerCase()==="ol",g=G1(e,r,s+1,b);l.push(...g)}}return l}function z1(o,r){let s=Ut(o,r);return s.display==="grid"||s.display==="flex"}function W1(o,r){let s=Ut(o,r);if(s.display!=="flex")return!1;let a=s.flexDirection?.toLowerCase();if(a==="column"||a==="column-reverse")return!1;let c=(o.getAttribute("style")||"").match(/flex-direction\s*:\s*([^;]+)/i);if(c){let f=c[1].trim().toLowerCase();if(f==="column"||f==="column-reverse")return!1}return!0}function zl(o,r,s){let a=Ut(r,s),l=r.getAttribute("style")||"",c=o.getAttribute("style")||"";if(l.match(/position\s*:\s*(fixed|absolute)/i)||c.match(/position\s*:\s*(fixed|absolute)/i))return!0;let u=l.match(/opacity\s*:\s*([0-9.]+)/i),i=c.match(/opacity\s*:\s*([0-9.]+)/i),n=o.getAttribute("opacity");if(parseFloat(u?.[1]||i?.[1]||n||"1")<.5||l.includes("pointer-events: none")||c.includes("pointer-events: none")||a.display==="none"||o.children.length>0&&Array.from(o.children).every(h=>["defs","style","title","desc"].includes(h.tagName.toLowerCase())))return!0;let b=o.getAttribute("viewBox");if(b){let h=b.split(/\s+/).map(Number);if(h.length>=4){let F=h[2]||0,p=h[3]||0;if(F>0&&p>0&&(F<100||p<50))return!0}}else{let h=o.getAttribute("width"),F=o.getAttribute("height");if(h&&F){let p=parseFloat(h)||0,A=parseFloat(F)||0;if(p>0&&A>0&&(p<100||A<50))return!0}}let g=o.querySelectorAll("rect, circle, ellipse, path, polygon, polyline, line");if(g.length>0){let h=0;for(let F of g){let p=F.getAttribute("fill")||"",A=F.getAttribute("stroke")||"";(p.includes("url(#")||A.includes("url(#"))&&h++}if(h===g.length&&g.length<=5)return!0}let d=o.querySelectorAll("circle");return!!(d.length>0&&d.length<=2&&Array.from(d).some(F=>F.getAttribute("stroke-dasharray")))}function h4(o,r){let s=Ut(o,r);if(s.display!=="grid")return;let a=s.gridTemplateColumns;if(!a)return;let l=a.trim().split(/\s+/);if(l.length!==2)return;let[c,f]=l,u=c.endsWith("px")&&parseInt(c,10)<=400||c.endsWith("%")&&parseFloat(c)<=35,i=f==="1fr"||f==="auto"||f.endsWith("%")&&parseFloat(f)>=50||f.endsWith("fr")&&parseFloat(f)>=1;if(u&&i){if(c.endsWith("px")){let n=parseInt(c,10);return Math.round(n/1100*100)}else if(c.endsWith("%"))return parseFloat(c);return 25}}function d4(o){let r=Array.from(o.children).filter(s=>s.nodeType===Node.ELEMENT_NODE);if(!(r.length<2))return[r[0],r[1]]}function p4(o,r){if(Ut(o,r).display!=="flex")return;let a=Array.from(o.children).filter(c=>c.nodeType===Node.ELEMENT_NODE);if(a.length<2||a.length>12)return;let l=!0;for(let c of a){let f=Ut(c,r),u=c.getAttribute("style")||"",i=f.flex==="1"||u.includes("flex:")||u.includes("flex: 1")}return a}function g4(o,r){let s=Ut(o,r);if(s.display!=="grid"){let n=o.getAttribute("style")||"";if(!n.includes("display")||!n.includes("grid"))return}let a=s.gridTemplateColumns||"",l=o.getAttribute("style")||"",c=a;if(!c){let n=l.match(/grid-template-columns:\s*([^;]+)/);n&&(c=n[1].trim())}if(!c)return;let f=c.match(/repeat\(\s*(\d+)\s*,\s*1fr\s*\)/),u=c.match(/^(\s*1fr\s*)+$/);if(!f&&!u)return;let i=Array.from(o.children).filter(n=>n.nodeType===Node.ELEMENT_NODE);if(!(i.length<2||i.length>12))return i}function j1(o){let r=Array.from(o.children);if(!(r.length===0||r.length>3))for(let s of r){if(s.children.length!==2)continue;let a=Array.from(s.children).filter(f=>f.children.length===0&&f.textContent?.trim());if(a.length!==2)continue;let l=a[0].textContent?.trim()||"",c=a[1].textContent?.trim()||"";if(c.match(/^\d+%$/))return{name:l,percentage:c};if(l.match(/^\d+%$/))return{name:c,percentage:l}}}function V1(o,r){let s=Array.from(o.children);if(s.length<2)return;let a="",l=0,c=0;for(let f of s){if(f.tagName.toLowerCase().match(/^h[1-6]$/))return;if(f.children.length===0&&f.textContent?.trim()){let n=f.textContent.trim();if(n.length>50||n.split(/\s+/).length>5)return;a=n;continue}let i=Array.from(f.children);if(i.length>=3&&i.length<=10&&i.every(e=>e.tagName.toLowerCase()==="span")){c=i.length;for(let e of i){let b=Ut(e,r).backgroundColor;if(b&&b!=="transparent"&&b!=="inherit"){let g=Nt(b);if(g&&g!=="FFFFFF"&&!g.startsWith("FF"))l++;else if(g){let d=b.match(/rgba.*,\s*([0-9.]+)\s*\)/)?.[1];(!d||parseFloat(d)>.15)&&l++}}}}}if(a&&c>0)return{name:a,filledCount:l,totalCount:c}}function A4(o,r){let s=Array.from(o.children);if(!(s.length===0||s.length>4))for(let a of s){let l=a,c=l.getAttribute("style")||"",f=l.getAttribute("class")||"",u=c.match(/width:\s*(\d+(?:\.\d+)?)%/);if(u){let i=Ut(l,r),n=i.backgroundColor&&i.backgroundColor!=="transparent"&&i.backgroundColor!=="inherit",e=f.match(/progress|bar|fill|gauge/i);if(n||e){let t=Math.round(parseFloat(u[1])),b,g=o.parentElement;if(g){for(let d of g.children)if(d!==o){let h=ae(d).trim();if(h&&h.length<100){b=h;break}}}return{percentage:t,label:b}}}if(f.match(/progress/i)&&l.children.length>0)for(let i of l.children){let e=(i.getAttribute("style")||"").match(/width:\s*(\d+(?:\.\d+)?)%/);if(e)return{percentage:Math.round(parseFloat(e[1]))}}}}function m4(o,r){let s=o.getAttribute("class")||"",a=Array.from(o.children),l=s.match(/\btimeline\b/i),c=null;if(l)c=o;else for(let t of a)if((t.getAttribute("class")||"").match(/\btimeline\b/i)){c=t;break}if(!c)return;let f,u=c.querySelector(".timeline-date, .timeline-h-date");if(u){let t=Ut(u,r);t.color&&(f=Nt(t.color))}let i=[],n=c.querySelectorAll(".timeline-item");if(n.length>0){for(let t of n){let b=t,d=(b.getAttribute("class")||"").includes("current"),h=b.querySelector(".timeline-date"),F=h?ae(h).trim():"",p=b.querySelector(".timeline-content"),A,m;if(p){let x=p.querySelector("h5, h4, h3, strong");x&&(A=ae(x).trim());let y=p.querySelector("p");y&&(m=ae(y).trim())}(F||A)&&i.push({date:F||"",title:A,description:m,isCurrent:d,accentColor:f})}return i.length>0?i:void 0}let e=c.querySelectorAll(".timeline-h-item");if(e.length>0){for(let t of e){let b=t,d=(b.getAttribute("class")||"").includes("current"),h=b.querySelector(".timeline-h-date"),F=b.querySelector(".timeline-h-label"),p=h?ae(h).trim():"",A=F?ae(F).trim():void 0;(p||A)&&i.push({date:p||"",title:A,isCurrent:d,accentColor:f})}return i.length>0?i:void 0}}function q1(o,r,s){let a=[];function l(c,f){if(c.nodeType===Node.TEXT_NODE){let b=c.textContent?.trim();b&&(f?a.push({type:"paragraph",text:b,color:f}):a.push({type:"paragraph",text:b}));return}if(c.nodeType!==Node.ELEMENT_NODE||!(c instanceof Element))return;let u=c,i=u.tagName.toLowerCase(),n=ii(u,r)||f;if(i==="svg"){let b=u.parentElement||u;if(zl(u,b,r))return}let e=Ol(i);if(e!==null){let b=ae(u).trim();b&&a.push({type:"heading",level:e,text:b,color:n});return}if(i==="p"){let b=ur(u,r);if(b.length>0){let g=b.map(d=>d.text).join("");n&&b.forEach(d=>{d.color||(d.color=n)}),Ye(b)?a.push({type:"paragraph",text:g,runs:b}):n?a.push({type:"paragraph",text:g,color:n}):a.push({type:"paragraph",text:g})}return}if(i==="ul"||i==="ol"){let b=[];for(let g of u.children)if(g.tagName.toLowerCase()==="li"){let d=ur(g,r);d.length>0&&(n&&d.forEach(h=>{h.color||(h.color=n)}),Ye(d)?b.push(d):b.push(d.map(h=>h.text).join("")))}b.length>0&&a.push({type:"list",ordered:i==="ol",items:b});return}if(i==="table"){let b=[];for(let g of u.querySelectorAll("tr")){let d=[];for(let h of g.querySelectorAll("td, th")){let F=ur(h,r);F.length>0?Ye(F)?d.push(F):d.push(F.map(p=>p.text).join("")):d.push("")}d.length>0&&b.push(d)}if(b.length>0){let g;if(r){let d=r.elementStyles.get("td"),h=r.elementStyles.get("th"),F=d?.padding||h?.padding;F&&(g=kl(F));let p=d||h;if(p){if(g||(g={}),p.paddingTop){let A=_r(p.paddingTop);A!==void 0&&(g.top=A)}if(p.paddingRight){let A=_r(p.paddingRight);A!==void 0&&(g.right=A)}if(p.paddingBottom){let A=_r(p.paddingBottom);A!==void 0&&(g.bottom=A)}if(p.paddingLeft){let A=_r(p.paddingLeft);A!==void 0&&(g.left=A)}}}a.push({type:"table",rows:b,cellPadding:g})}return}if(i==="div"){let b=j1(u);if(b){let d=`${b.name}: ${b.percentage}`;n?a.push({type:"paragraph",text:d,color:n}):a.push({type:"paragraph",text:d});return}let g=V1(u,r);if(g){let d="\u25CF".repeat(g.filledCount),h="\u25CB".repeat(g.totalCount-g.filledCount),F=`${g.name}: ${d}${h}`;n?a.push({type:"paragraph",text:F,color:n}):a.push({type:"paragraph",text:F});return}}if(H1.includes(i)){for(let b of u.childNodes)l(b,n);return}let t=ae(u).trim();if(t&&u.children.length===0)n?a.push({type:"paragraph",text:t,color:n}):a.push({type:"paragraph",text:t});else for(let b of u.childNodes)l(b,n)}for(let c of o.childNodes)l(c,s);return a}function $1(o,r){let s=[],a=Ut(o,r),l=a.fontStyle==="italic";function c(f){if(f.nodeType===Node.TEXT_NODE){let t=f.textContent?.trim();t&&(l?s.push({type:"paragraph",text:t,italic:!0}):s.push({type:"paragraph",text:t}));return}if(f.nodeType!==Node.ELEMENT_NODE||!(f instanceof Element))return;let u=f,i=u.tagName.toLowerCase(),n=Ol(i);if(n!==null){let t=ae(u).trim();if(t){let b=Ut(u,r,o),g=b.color?Nt(b.color):void 0,d=b.fontSize?oi(b.fontSize):void 0,h=b.lineHeight?Bo(b.lineHeight):void 0,F=b.fontFamily?.replace(/['"]/g,""),p=Hl(u,r)||a.textAlign,A=b.marginBottom?$i(b.marginBottom):void 0,m=b.letterSpacing?$i(b.letterSpacing):void 0;s.push({type:"heading",level:n,text:t,color:g,fontSize:d,lineSpacing:h,fontFamily:F,alignment:p,spacingAfter:A,letterSpacing:m})}return}if(i==="p"){let t=ur(u,r);if(t.length>0){let b=t.map(m=>m.text).join(""),g=Ut(u,r,o),d=g.color?Nt(g.color):void 0,h=g.lineHeight?Bo(g.lineHeight):void 0,F=g.fontFamily?.replace(/['"]/g,""),p=Hl(u,r)||a.textAlign,A=g.marginBottom?$i(g.marginBottom):void 0;if(g.fontSize){let m=oi(g.fontSize);m&&t.forEach(x=>{x.size||(x.size=m)})}l&&t.forEach(m=>{m.italic===void 0&&(m.italic=!0)}),Ye(t)||l?(d&&t.forEach(m=>{m.color||(m.color=d)}),s.push({type:"paragraph",text:b,runs:t,color:d,italic:l,lineSpacing:h,fontFamily:F,alignment:p,spacingAfter:A})):s.push({type:"paragraph",text:b,color:d,lineSpacing:h,fontFamily:F,alignment:p,spacingAfter:A})}return}if(i==="ul"||i==="ol"){let t=[];for(let b of u.children)if(b.tagName.toLowerCase()==="li"){let g=ur(b,r);g.length>0&&(l&&g.forEach(d=>{d.italic===void 0&&(d.italic=!0)}),Ye(g)||l?t.push(g):t.push(g.map(d=>d.text).join("")))}t.length>0&&s.push({type:"list",ordered:i==="ol",items:t});return}if(i==="div"){let t=Ut(u,r,o);if(Gl(u,r)){let g;t.backgroundColor&&(g=Nt(t.backgroundColor));let d=Pn(t);if(g||d){let h=$1(u,r);if(h.length>0){let F;t.borderLeft&&!t.border?F="left":t.border&&!t.border.includes("none")?F="full":g&&!t.borderLeft&&!t.border&&(F="none"),s.push({type:"blockquote",content:h,borderColor:d,backgroundColor:g,variant:"callout",borderStyle:F});return}}}if(t.fontWeight==="700"||t.fontWeight==="bold"||t.fontWeight==="600"){let g=new Set(["p","div","h1","h2","h3","h4","h5","h6","ul","ol","table","blockquote","section","article","header","figure"]);if(Array.from(u.children).some(F=>g.has(F.tagName?.toLowerCase()))){for(let F of u.childNodes)c(F);return}let h=ae(u).trim();if(h){let F=t.color?Nt(t.color):void 0;if(F){let p=[{text:h,bold:!0,italic:!1,color:F}];s.push({type:"paragraph",text:h,runs:p})}else s.push({type:"paragraph",text:h,bold:!0})}return}}if(i==="img"){let t=u.getAttribute("src");if(t){let b=u.getAttribute("alt")||void 0,g,d,h=u.getAttribute("width"),F=u.getAttribute("height");h&&!h.includes("%")&&(g=parseInt(h,10)||void 0),F&&!F.includes("%")&&(d=parseInt(F,10)||void 0);let p,A=u.closest("figure");if(A){let m=A.querySelector("figcaption");m&&(p=ae(m).trim()||void 0)}s.push({type:"image",src:t,alt:b,width:g,height:d,caption:p})}return}if(["div","span","section","dl","dd","figure","figcaption"].includes(i)){let t=Bl(u),b=W1(u,r),g=Array.from(u.children),d=b&&g.length>1;if(t&&d){let h=Ut(u,r),F=h.fontFamily,p=h.flexWrap?.toLowerCase(),A=h.justifyContent?.toLowerCase();if(p==="wrap"){let m=g.filter(k=>k.nodeType===Node.ELEMENT_NODE),x=[],R=m.map(k=>(k.textContent||"").trim()).some(k=>k==="|")?" ":" \xB7 ";for(let k=0;k<m.length;k++){let P=m[k],M=ur(P,r,void 0,F);M.length>0&&(l&&M.forEach(G=>{G.italic===void 0&&(G.italic=!0)}),x.length>0&&M.length>0&&x.push({text:R}),x.push(...M))}if(x.length>0){let k=x.map(P=>P.text).join("");s.push({type:"paragraph",text:k,runs:Ye(x)?x:void 0,alignment:A==="center"?"center":void 0})}}else{let m=g.filter(y=>y.nodeType===Node.ELEMENT_NODE),x=[];for(let y of m){let w=ur(y,r,void 0,F);w.length>0&&(l&&w.forEach(R=>{R.italic===void 0&&(R.italic=!0)}),x.push(w))}x.length>0&&s.push({type:"table",rows:[x],hasHeader:!1,noBorders:!0})}return}else if(t){let F=Ut(u,r).fontFamily,p=ur(u,r,void 0,F);if(p.length>0){let A=p.map(m=>m.text).join("");l&&p.forEach(m=>{m.italic===void 0&&(m.italic=!0)}),Ye(p)?s.push({type:"paragraph",text:A,runs:p}):s.push({type:"paragraph",text:A})}return}for(let h of u.childNodes)c(h);return}if(i==="dt"){let t=ur(u,r);if(t.length>0){let b=t.map(g=>g.text).join("");Ye(t)?s.push({type:"paragraph",text:b,runs:t}):s.push({type:"paragraph",text:b})}return}let e=ae(u).trim();if(e&&u.children.length===0)s.push({type:"paragraph",text:e});else for(let t of u.childNodes)c(t)}for(let f of o.childNodes)c(f);return s}function Wl(o){let s=new DOMParser().parseFromString(o,"text/html"),a=[],l=s4(s),c=new Set,{body:f}=s;function u(i,n,e){if(i.nodeType===Node.TEXT_NODE){let m=i.textContent?.trim();m&&a.push({type:"paragraph",text:m,alignment:n,color:e});return}if(i.nodeType!==Node.ELEMENT_NODE)return;let t=i;if(!t.tagName)return;let b=t.tagName.toLowerCase();if(b==="script"||b==="style"||b==="noscript"||b==="iframe"||b==="link"||b==="meta"||b==="template"||b==="object"||b==="embed")return;let d=Hl(t,l)||n,h=ii(t,l),F=h||e,p=Ol(b);if(p!==null){let m=ae(t).trim();if(m){let x=Ut(t,l),y;(x.textTransform==="uppercase"||x.textTransform==="lowercase"||x.textTransform==="capitalize")&&(y=x.textTransform);let w=x.fontFamily,R=U1(t,l),k,P;if(x.borderLeft){let O=Pn({borderLeft:x.borderLeft});O&&(k=O);let $=x.borderLeft.match(/(\d+(?:\.\d+)?)\s*px/);if($){let q=parseFloat($[1]);P=Math.round(q*.75*8)}}else x.borderColor&&x.border&&!x.border.includes("none")&&(k=x.borderColor);let M;if(x.backgroundColor){let O=Nt(x.backgroundColor);O&&(M=O)}let G;if(R)G=100;else if(x.marginBottom){let O=_r(x.marginBottom);O!==void 0&&(O>240?G=O:O<=120&&(G=Math.max(O,60)))}let C=x.lineHeight?Bo(x.lineHeight):void 0,B=x.fontSize?oi(x.fontSize):void 0,N;if(x.marginTop){let O=_r(x.marginTop);O!==void 0&&O>0&&(N=O)}let V=x.letterSpacing?ko(x.letterSpacing):void 0,Y;if(x.gradient){let O=x.gradient.stops[0]?.color||h;Y=[{text:m,gradient:x.gradient,color:O}]}a.push({type:"heading",level:p,text:m,alignment:d,color:h,backgroundColor:M,textTransform:y,spacingAfter:G,spacingBefore:N,fontFamily:w,runs:Y,lineSpacing:C,borderLeft:k,borderLeftWidth:P,fontSize:B,letterSpacing:V}),R&&a.push({type:"horizontal-rule",color:R,spacingBefore:0,spacingAfter:200,borderPosition:"top"})}return}if(b==="hr"){let x=(t.getAttribute("style")||"").match(/(?:border-color|background-color|color):\s*([^;]+)/i),y;if(x&&(y=Nt(x[1])),!y){let w=Ut(t,l);w.borderColor?y=Nt(w.borderColor):w.backgroundColor?y=Nt(w.backgroundColor):w.color?y=Nt(w.color):w.border?y=Pn(w):w.borderBottom?y=Pn({border:w.borderBottom}):w.borderTop&&(y=Pn({border:w.borderTop}))}a.push({type:"horizontal-rule",color:y});return}if(b==="p"&&Gl(t,l)){let m=$1(t,l);if(m.length>0){let x=Ut(t,l),y,w;if(x.backgroundColor){let M=Nt(x.backgroundColor);M&&(w=M)}let R=Pn(x);R&&(y=R);let k="left";!(!!y||!!x.border||!!x.borderLeft||!!x.borderColor)&&w?k="none":x.border&&!x.border.includes("none")?(!x.borderLeft||x.border!==x.borderLeft)&&(k="full"):w&&!x.borderLeft&&!x.border&&(k="none"),a.push({type:"blockquote",content:m,borderColor:y,backgroundColor:w,borderStyle:k})}return}if(b==="p"){let m=ur(t,l,F);if(m.length>0){let x=m.map(q=>q.text).join(""),y=Ut(t,l),w,R,k,P=!1;if(y.textIndent){let q=$i(y.textIndent);q!==void 0&&(q>=0?w=q:R=Math.abs(q))}let M,G=y.paddingLeft||l4(y.padding);if(G){let q=$i(G);q!==void 0&&q>0&&(M=q)}y.fontStyle==="italic"&&(P=!0,m.forEach(q=>q.italic=!0));let C=!1;(y.fontWeight==="700"||y.fontWeight==="bold"||y.fontWeight==="600")&&(C=!0,m.forEach(q=>q.bold=!0)),(y.textTransform==="uppercase"||y.textTransform==="lowercase"||y.textTransform==="capitalize")&&(k=y.textTransform);let B=y.fontFamily,N=y.lineHeight?Bo(y.lineHeight):void 0,V=y.marginBottom?_r(y.marginBottom):void 0,Y;V!==void 0&&(V>240?Y=V:V<=120&&(Y=Math.max(V,60)));let O=y.marginTop?_r(y.marginTop):void 0,$;if(O!==void 0&&(O>240?$=O:O<=120&&($=Math.max(O,60))),B&&m.forEach(q=>{q.fontFamily||(q.fontFamily=B)}),y.fontSize){let q=oi(y.fontSize);q&&m.forEach(tt=>{tt.size||(tt.size=q)})}if(Ye(m))F&&m.forEach(q=>{q.color||(q.color=F)}),a.push({type:"paragraph",text:x,runs:m,alignment:d,firstLineIndent:w,hangingIndent:R,leftIndent:M,textTransform:k,lineSpacing:N,spacingAfter:Y,spacingBefore:$});else if(F||P||C||B){let q=[{text:x,bold:C,italic:P,color:F,fontFamily:B}];a.push({type:"paragraph",text:x,runs:q,alignment:d,firstLineIndent:w,hangingIndent:R,leftIndent:M,textTransform:k,lineSpacing:N,spacingAfter:Y,spacingBefore:$})}else a.push({type:"paragraph",text:x,alignment:d,firstLineIndent:w,hangingIndent:R,leftIndent:M,textTransform:k,lineSpacing:N,spacingAfter:Y,spacingBefore:$})}return}if(b==="ul"||b==="ol"){let m=[],x=!1,y=!0,w=[];for(let R of t.children)if(R.tagName.toLowerCase()==="li"&&(w.push(R),f4(R))){x=!0;for(let k of R.children){let P=k.tagName.toLowerCase();Ul.has(P)&&P!=="ul"&&P!=="ol"&&(y=!1)}}if(x&&y){let R=G1(t,l,0);R.length>0&&a.push({type:"list",ordered:b==="ol",items:R})}else if(x)for(let R of w){let k=[],P=[];for(let M of R.childNodes)if(M.nodeType===Node.ELEMENT_NODE){let G=M.tagName.toLowerCase();Ul.has(G)?k.push(M):P.push(M)}else M.nodeType===Node.TEXT_NODE&&P.push(M);for(let M of k)u(M)}else{for(let R of w){let k=ur(R,l);k.length>0&&(Ye(k)?m.push(k):m.push(k.map(P=>P.text).join("")))}m.length>0&&a.push({type:"list",ordered:b==="ol",items:m})}return}if(b==="table"){let m=[];for(let x of t.querySelectorAll("tr")){let y=[];for(let w of x.querySelectorAll("td, th")){let R=ur(w,l);R.length>0?Ye(R)?y.push(R):y.push(R.map(k=>k.text).join("")):y.push("")}y.length>0&&m.push(y)}if(m.length>0){let x,y,w,R;if(l){let C=l.elementStyles.get("td"),B=l.elementStyles.get("th"),N=C?.padding||B?.padding;N&&(x=kl(N));let V=C||B;if(V){if(x||(x={}),V.paddingTop){let O=_r(V.paddingTop);O!==void 0&&(x.top=O)}if(V.paddingRight){let O=_r(V.paddingRight);O!==void 0&&(x.right=O)}if(V.paddingBottom){let O=_r(V.paddingBottom);O!==void 0&&(x.bottom=O)}if(V.paddingLeft){let O=_r(V.paddingLeft);O!==void 0&&(x.left=O)}}let Y=t.parentElement;for(;Y&&!y;){let O=Y.getAttribute("class"),$=O?O.split(/\s+/).filter(q=>q.length>0):[];for(let q of $){let tt=l.nestedStyles.get(q);if(tt){let J=tt.get("th");if(J){if(J.backgroundColor){let Q=Nt(J.backgroundColor);Q&&(y=Q)}if(J.color){let Q=Nt(J.color);Q&&(w=Q)}}let H=tt.get("tr");if(H&&H.backgroundColor){let Q=Nt(H.backgroundColor);Q&&(R=Q)}}}Y=Y.parentElement}if(!y&&B?.backgroundColor){let O=Nt(B.backgroundColor);O&&(y=O)}if(!w&&B?.color){let O=Nt(B.color);O&&(w=O)}if(!y||!w){let O=l.nestedStyles.get("__elem:thead");if(O){let q=O.get("th");if(q){if(!y&&q.backgroundColor){let tt=Nt(q.backgroundColor);tt&&(y=tt)}if(!w&&q.color){let tt=Nt(q.color);tt&&(w=tt)}}}let $=l.nestedStyles.get("__elem:table");if($){let q=$.get("th");if(q){if(!y&&q.backgroundColor){let tt=Nt(q.backgroundColor);tt&&(y=tt)}if(!w&&q.color){let tt=Nt(q.color);tt&&(w=tt)}}}}}if(!R&&l){let C=l.elementStyles.get("__even-row");if(C?.backgroundColor){let B=Nt(C.backgroundColor);B&&(R=B)}}let k=t.querySelector("thead"),P=t.querySelector("tr"),M=!!k||P&&P.querySelector("th")!==null,G=!1;if(l){let C=l.elementStyles.get("td"),B=l.elementStyles.get("th"),N=C||B;if(N){let Y=!!N.borderBottom,O=!!N.border,$=!!N.borderLeft,q=!!N.borderRight;Y&&!O&&!$&&!q&&(G=!0)}let V=Ut(t,l);V.border&&V.border.includes("none")&&N?.borderBottom&&(G=!0)}a.push({type:"table",rows:m,cellPadding:x,headerBackgroundColor:y,headerTextColor:w,evenRowBackgroundColor:R,hasHeader:M?!0:void 0,horizontalBordersOnly:G||void 0})}return}if(b==="pre"||b==="code"){let m=ae(t).trim();m&&a.push({type:"code",text:m});return}if(b==="div"){let m=m4(t,l);if(m&&m.length>0){for(let M=0;M<m.length;M++){let G=m[M];M>0&&a.push({type:"horizontal-rule",color:"D0D0D0",spacingBefore:60,spacingAfter:60});let C=[{text:G.isCurrent?"\u25C9 ":"\u25CF ",bold:!0,color:G.accentColor||"4A90D9"},{text:G.date,bold:!0,color:G.accentColor||"4A90D9"}];a.push({type:"paragraph",text:`${G.isCurrent?"\u25C9":"\u25CF"} ${G.date}`,runs:C}),G.title&&a.push({type:"paragraph",text:G.title,bold:!0}),G.description&&a.push({type:"paragraph",text:" "+G.description})}return}let x=h4(t,l);if(x!==void 0){let M=d4(t);if(M){let[G,C]=M,B=Ut(G,l),N=B.backgroundColor?Nt(B.backgroundColor):void 0,V=B.color?Nt(B.color):void 0,Y=q1(G,l,V),O=q1(C,l);if(Y.length>0||O.length>0){a.push({type:"two-column-layout",sidebar:{content:Y,backgroundColor:N,textColor:V,widthPercent:x},main:{content:O}});return}}}let y=g4(t,l);if(y&&y.length>=2){let M=Array.from(t.children).filter(B=>B.tagName.toLowerCase()==="div");if(M.length>=2){let B=[],N=!0;for(let V of M){let Y=Array.from(V.children).filter(j=>j.tagName.toLowerCase()!=="script"&&j.tagName.toLowerCase()!=="style");if(Y.length<2||Y.length>4){N=!1;break}let O=Y.map(j=>ae(j).trim());if(!O.every(j=>j.length>0&&j.length<=50&&!j.includes(`
180
180
  `))){N=!1;break}let q=O[0],tt=O[1],J=O.length>=3?O[2]:void 0,H=/\.\s/.test(q)||q.endsWith(".")&&q.length>10,Q=q.endsWith(":");if(H||Q){N=!1;break}let nt=ii(Y[0],l),it=ii(Y[1],l),et=Y.length>=3?ii(Y[2],l):void 0,T=Ut(V,l),I=T.backgroundColor?Nt(T.backgroundColor):void 0,X=Pn(T);B.push({value:q,label:tt,change:J,valueColor:nt,labelColor:it,changeColor:et,backgroundColor:I,borderColor:X})}if(N&&B.length>=2){a.push({type:"stats-grid",cards:B});return}}let G=[];for(let B of y){let N=q1(B,l);G.push(N)}if(G.some(B=>B.length>0)){let B=Math.max(...G.map(V=>V.length)),N=[];for(let V=0;V<B;V++){let Y=[];for(let O of G){let $=O[V];if(!$)Y.push("");else if($.type==="paragraph")$.runs&&$.runs.length>0?Y.push($.runs):$.bold?Y.push([{text:$.text,bold:!0,color:$.color}]):Y.push($.color?[{text:$.text,color:$.color}]:$.text);else if($.type==="heading")Y.push([{text:$.text,bold:!0,size:$.level<=3?28:24}]);else if($.type==="list"){let q=$.items.map((tt,J)=>{let H=$.ordered?`${J+1}. `:"\u2022 ",Q=typeof tt=="string"?tt:Array.isArray(tt)?tt.map(nt=>nt.text).join(""):typeof tt.content=="string"?tt.content:tt.content.map(nt=>nt.text).join("");return H+Q}).join(`
181
181
  `);Y.push(q)}else{let q="text"in $?$.text:"";Y.push(q)}}N.push(Y)}if(N.length>0){a.push({type:"table",rows:N,hasHeader:!1,noBorders:!0});return}}}let w=p4(t,l);if(w&&w.length>=2&&w.some(G=>G.children.length>4)){let G=[],C=0;for(let N of w){let V=[];for(let Y of N.children){let O=Ut(Y,l);if(((Y.getAttribute("style")||"").includes("border-bottom")||O.borderBottom||O.border?.includes("solid"))&&!ae(Y).trim())V.push("________________________");else{let tt=ae(Y).trim();if(tt){let J=O.fontWeight==="700"||O.fontWeight==="bold"||Y.querySelector("strong, b")!==null,H=O.fontStyle==="italic"||Y.querySelector("em, i")!==null,Q=O.color;if(!Q){let T=(Y.getAttribute("style")||"").match(/color:\s*([^;]+)/);T&&(Q=T[1].trim())}let nt;if(Q)if(Q.startsWith("#"))nt=Q.slice(1);else if(Q.startsWith("rgb")){let et=Q.match(/rgb\(\s*(\d+)\s*,\s*(\d+)\s*,\s*(\d+)\s*\)/);if(et){let T=parseInt(et[1],10),I=parseInt(et[2],10),X=parseInt(et[3],10);nt=((1<<24)+(T<<16)+(I<<8)+X).toString(16).slice(1).toUpperCase()}}else nt=Q;let it;if(O.fontSize){let et=O.fontSize;if(et.endsWith("rem")){let T=parseFloat(et);isNaN(T)||(it=Math.round(T*12*2))}else if(et.endsWith("px")){let T=parseFloat(et);isNaN(T)||(it=Math.round(T*.75*2))}else if(et.endsWith("pt")){let T=parseFloat(et);isNaN(T)||(it=Math.round(T*2))}}J||H||nt||it?V.push([{text:tt,bold:J,italic:H,color:nt,size:it}]):V.push(tt)}}}G.push(V),C=Math.max(C,V.length)}let B=[];for(let N=0;N<C;N++){let V=[];for(let Y of G)V.push(Y[N]||"");B.push(V)}if(B.length>0){a.push({type:"table",rows:B,hasHeader:!1,noBorders:!0});return}}if(z1(t,l)){let M=Array.from(t.children).filter(G=>G.tagName.toLowerCase()==="div");if(M.length>=2){let G=[];for(let C of M){let B=Array.from(C.children);if(B.length>6)continue;let N=null,V=null,Y=null;for(let O of B){let $=Ut(O,l),q=$.fontSize||"",tt=$.fontWeight||"",J=$.color||"",H=q.includes("1.75rem")||q.includes("1.5rem")||q.includes("2rem")||parseFloat(q)>1,Q=tt==="700"||tt==="bold",nt=J.includes("accent")||J.includes("#2563eb")||J.includes("--color-accent"),it=q.includes("0.875rem")||q.includes("0.75rem"),et=J.includes("muted")||J.includes("#6b7280")||J.includes("--color-muted"),T=q.includes("0.75rem")||q.includes("0.7rem"),I=J.includes("#10b981")||J.includes("10b981")||J.includes("green"),X=J.includes("#ef4444")||J.includes("ef4444")||J.includes("red");(H||Q||nt)&&!N?N=O:(it||et)&&!V?V=O:(T||(I||X))&&!Y&&(Y=O)}if(!N&&B.length>=1&&(N=B[0]),!V&&B.length>=2&&(V=B[1]),!Y&&B.length>=3&&(Y=B[2]),N&&V){let O=ae(N).trim(),$=ae(V).trim(),q=Y?ae(Y).trim():void 0,tt=50,J=100,H=/\.\s/.test(O)||O.endsWith(".")&&O.length>10,Q=O.length>0&&O.length<=tt&&!O.includes(`
182
182
  `)&&!H,nt=$.length>0&&$.length<=J&&!$.includes(`
183
183
  `),it=O.endsWith(":");if(!Q||!nt||it)continue;let et=ii(N,l),T=ii(V,l),I=Y?ii(Y,l):void 0,X=Ut(C,l),j=X.backgroundColor?Nt(X.backgroundColor):void 0,z=Pn(X);G.push({value:O,label:$,change:q,valueColor:et,labelColor:T,changeColor:I,backgroundColor:j,borderColor:z})}}if(G.length>=2){a.push({type:"stats-grid",cards:G});return}}}if(z1(t,l)){let M=Array.from(t.children).filter(G=>G.tagName.toLowerCase()==="div");if(M.length>=2){let G=[],C=!0;for(let B of M){let N=Array.from(B.querySelectorAll("span, strong, em, b, i"));if(N.length>=2){let V=N[0],Y=N[1];if(V&&Y){let O=ae(V).trim(),$=ae(Y).trim();if(O.endsWith(":")&&$.length>0){G.push({label:O,value:$});continue}}}C=!1;break}if(C&&G.length>=2){let B=[],N=Ut(t,l),V=N.color?Nt(N.color):void 0;for(let O=0;O<G.length;O++){let $=G[O];B.push({text:$.label,bold:!0,color:V}),B.push({text:` ${$.value}`,color:V}),O<G.length-1&&B.push({text:" ",color:V})}let Y=B.map(O=>O.text).join("");a.push({type:"paragraph",text:Y,runs:B});return}}}let R=t.querySelector(":scope > svg, :scope > div > svg"),k=M=>{for(let G of Array.from(M.childNodes)){if(G.nodeType===3&&(G.textContent||"").trim().length>0)return!0;if(G.nodeType===1){let C=G,B=C.tagName?.toLowerCase();if(B==="svg")continue;if((B==="h1"||B==="h2"||B==="h3"||B==="h4"||B==="h5"||B==="h6"||B==="p"||B==="span")&&(ae(C)||"").trim().length>0||(B==="div"||B==="section"||B==="article"||B==="aside"||B==="main"||B==="nav"||B==="header"||B==="footer")&&k(C))return!0}}return!1},P=k(t);if(R&&!c.has(R)&&!zl(R,t,l)){let M=R.outerHTML,G=R.getAttribute("viewBox"),C=700,B=320;if(G){let O=G.split(/\s+/).map(Number);O.length>=4&&(C=O[2]||C,B=O[3]||B)}else{let O=R.getAttribute("width"),$=R.getAttribute("height");O&&!O.includes("%")&&(C=parseInt(O,10)||C),$&&!$.includes("%")&&(B=parseInt($,10)||B)}let N;if(!P){let O=t.querySelector("h4, h3, h5, h6");if(O&&(N=ae(O).trim()),!N){let $=t.previousElementSibling;$&&/^h[1-6]$/i.test($.tagName)&&(N=ae($).trim())}}let V=Ut(t,l),Y;if(V.backgroundColor&&(Y=Nt(V.backgroundColor)),a.push({type:"svg-chart",svgContent:M,width:C,height:B,title:N,backgroundColor:Y}),c.add(R),!P)return}}if(b==="svg"){if(c.has(t))return;let m=t.parentElement||t;if(zl(t,m,l))return;let x=t.outerHTML,y=t.getAttribute("viewBox"),w=700,R=320;if(y){let G=y.split(/\s+/).map(Number);G.length>=4&&(w=G[2]||w,R=G[3]||R)}else{let G=t.getAttribute("width"),C=t.getAttribute("height");G&&!G.includes("%")&&(w=parseInt(G,10)||w),C&&!C.includes("%")&&(R=parseInt(C,10)||R)}let k=t.querySelector("title"),P=k?ae(k).trim():void 0,M;if(m&&m!==t){let G=Ut(m,l);G.backgroundColor&&(M=Nt(G.backgroundColor))}a.push({type:"svg-chart",svgContent:x,width:w,height:R,title:P,backgroundColor:M});return}if(b==="img"){let m=t.getAttribute("src");if(m){let x=t.getAttribute("alt")||void 0,y,w,R=t.getAttribute("width"),k=t.getAttribute("height");R&&!R.includes("%")&&(y=parseInt(R,10)||void 0),k&&!k.includes("%")&&(w=parseInt(k,10)||void 0);let P,M=t.closest("figure");if(M){let G=M.querySelector("figcaption");G&&(P=ae(G).trim()||void 0)}a.push({type:"image",src:m,alt:x,width:y,height:w,caption:P})}return}if(b==="picture"){let m=t.querySelector("img");if(m){let x=m.getAttribute("src");if(x){let y=m.getAttribute("alt")||void 0,w,R,k=m.getAttribute("width"),P=m.getAttribute("height");k&&!k.includes("%")&&(w=parseInt(k,10)||void 0),P&&!P.includes("%")&&(R=parseInt(P,10)||void 0);let M,G=t.closest("figure");if(G){let C=G.querySelector("figcaption");C&&(M=ae(C).trim()||void 0)}a.push({type:"image",src:x,alt:y,width:w,height:R,caption:M})}}return}if(b==="figure"){let m=t.querySelector("img")||t.querySelector("picture img");if(m){let x=m.getAttribute("src");if(x){let y=m.getAttribute("alt")||void 0,w,R,k=m.getAttribute("width"),P=m.getAttribute("height");k&&!k.includes("%")&&(w=parseInt(k,10)||void 0),P&&!P.includes("%")&&(R=parseInt(P,10)||void 0);let M,G=t.querySelector("figcaption");G&&(M=ae(G).trim()||void 0),a.push({type:"image",src:x,alt:y,width:w,height:R,caption:M});return}}}if(b==="input"&&t.getAttribute("type")==="checkbox"){let x=t.hasAttribute("checked")?"\u2611 ":"\u2610 ";a.push({type:"paragraph",text:x,color:h});return}if(Gl(t,l)){let m=$1(t,l);if(m.length>0){let x=Ut(t,l),y,w;if(x.backgroundColor){let Y=Nt(x.backgroundColor);Y&&(w=Y)}let R=Pn(x);R&&(y=R);let k=t.getAttribute("style")||"",P=k.match(/background(?:-color)?:\s*([^;]+)/i);if(P){let Y=Nt(P[1]);Y&&(w=Y)}let M=k.match(/border(?:-left)?(?:-color)?:\s*([^;]+)/i);if(M){let O=M[1].match(/#([0-9a-fA-F]{3,6})/);if(O){let $=O[1];$.length===3&&($=$[0]+$[0]+$[1]+$[1]+$[2]+$[2]),y=$.toUpperCase()}}let G;t.tagName.toLowerCase()==="blockquote"?G=void 0:G="callout";let C;!(!!y||!!x.border||!!x.borderLeft||!!x.borderColor)&&w?C="none":x.border&&!x.border.includes("none")?(!x.borderLeft||x.border!==x.borderLeft)&&(C="full"):w&&!x.borderLeft&&!x.border&&(C="none");let N=x.backgroundGradient,V;x.padding&&(V=kl(x.padding)),a.push({type:"blockquote",content:m,borderColor:y,backgroundColor:w,backgroundGradient:N,variant:G,borderStyle:C,padding:V})}return}if(b==="span"){let m=ae(t).trim();if(m){let x=Ut(t,l),y=x.backgroundColor?Nt(x.backgroundColor):void 0,w=x.color?Nt(x.color):void 0;if(y||w){let R=[{text:m,bold:!1,italic:!1,color:w,backgroundColor:y}];a.push({type:"paragraph",text:m,runs:R,alignment:d})}else a.push({type:"paragraph",text:m,alignment:d,color:h})}return}if(b==="div"){let m=j1(t);if(m){let w=parseInt(m.percentage,10),R=10,k=Math.round(w/100*R),P=R-k,M="\u2588".repeat(k)+"\u2591".repeat(P),G=`${m.name} ${M} ${m.percentage}`;a.push({type:"paragraph",text:G,color:h});return}let x=V1(t,l);if(x){let w="\u25CF".repeat(x.filledCount),R="\u25CB".repeat(x.totalCount-x.filledCount),k=`${x.name}: ${w}${R}`;a.push({type:"paragraph",text:k,color:h});return}let y=A4(t,l);if(y){let R=Math.round(y.percentage/100*10),k=10-R,P="\u2588".repeat(R)+"\u2591".repeat(k),M=y.label?`${y.label} ${P} ${y.percentage}%`:`${P} ${y.percentage}%`;a.push({type:"paragraph",text:M,color:h});return}}if(H1.includes(b)){let m=a4(t,l);if(m&&a.push({type:"horizontal-rule",color:m}),Bl(t)){let w=Ut(t,l),R=w.fontStyle==="italic",k=w.fontWeight==="700"||w.fontWeight==="bold"||w.fontWeight==="600",P=w.color?Nt(w.color):void 0,M=w.fontFamily,G;(w.textTransform==="uppercase"||w.textTransform==="lowercase"||w.textTransform==="capitalize")&&(G=w.textTransform);let C=w.marginBottom?_r(w.marginBottom):void 0,B;C!==void 0&&(C>240?B=C:C<=120&&(B=Math.max(C,60)));let N=w.lineHeight?Bo(w.lineHeight):void 0,V=W1(t,l),Y=Array.from(t.children);if(V&&Y.length>1){let $=w.flexWrap?.toLowerCase(),q=w.justifyContent?.toLowerCase();if($==="wrap"){let tt=Y.filter(it=>it.nodeType===Node.ELEMENT_NODE),J=[],nt=tt.map(it=>(it.textContent||"").trim()).some(it=>it==="|")?" ":" \xB7 ";for(let it=0;it<tt.length;it++){let et=tt[it],T=ur(et,l,void 0,M);T.length>0&&(T.forEach(I=>{!I.color&&(h||P)&&(I.color=h||P),!I.italic&&R&&(I.italic=!0),!I.bold&&k&&(I.bold=!0),!I.fontFamily&&M&&(I.fontFamily=M)}),J.length>0&&T.length>0&&J.push({text:nt,color:P||h}),J.push(...T))}if(J.length>0){let it=J.map(et=>et.text).join("");a.push({type:"paragraph",text:it,runs:Ye(J)?J:void 0,color:Ye(J)?void 0:h||P,alignment:q==="center"?"center":d,spacingAfter:B,lineSpacing:N,textTransform:G})}}else{let tt=Y.filter(H=>H.nodeType===Node.ELEMENT_NODE),J=[];for(let H of tt){let Q=ur(H,l,void 0,M);Q.length>0&&(Q.forEach(nt=>{!nt.color&&(h||P)&&(nt.color=h||P),!nt.italic&&R&&(nt.italic=!0),!nt.bold&&k&&(nt.bold=!0),!nt.fontFamily&&M&&(nt.fontFamily=M)}),J.push(Q))}J.length>0&&a.push({type:"table",rows:[J],hasHeader:!1,noBorders:!0})}}else{let $=ur(t,l,void 0,M);if($.length>0){let q=$.map(J=>J.text).join("");$.forEach(J=>{!J.color&&(h||P)&&(J.color=h||P),!J.italic&&R&&(J.italic=!0),!J.bold&&k&&(J.bold=!0),!J.fontFamily&&M&&(J.fontFamily=M)}),Ye($)||h||P||B!==void 0||N!==void 0||G!==void 0?a.push({type:"paragraph",text:q,runs:Ye($)?$:void 0,color:Ye($)?void 0:h||P,alignment:d,spacingAfter:B,lineSpacing:N,textTransform:G}):a.push({type:"paragraph",text:q,alignment:d})}}}else{let w=Ut(t,l);if(w.display==="flex"&&w.justifyContent==="space-between"&&(!w.flexDirection||w.flexDirection==="row"||w.flexDirection==="row-reverse")){let k=Array.from(t.children).filter(G=>G.nodeType===Node.ELEMENT_NODE),P=[],M=w.fontFamily;for(let G of k){let C=ur(G,l,void 0,M);C.length>0&&P.push(C)}P.length>0&&a.push({type:"table",rows:[P],hasHeader:!1,noBorders:!0})}else for(let k of t.childNodes)u(k,d,h)}let y=U1(t,l);y&&a.push({type:"horizontal-rule",color:y});return}let A=ae(t).trim();if(A&&t.children.length===0){let m=Ut(t,l),x=m.backgroundColor?Nt(m.backgroundColor):void 0,y=m.fontStyle==="italic",w=m.fontWeight==="700"||m.fontWeight==="bold"||m.fontWeight==="600";if(x||h||y||w){let R=[{text:A,bold:w,italic:y,color:h,backgroundColor:x}];a.push({type:"paragraph",text:A,runs:R,alignment:d})}else a.push({type:"paragraph",text:A,alignment:d})}else for(let m of t.childNodes)u(m,d,h)}for(let i of f.childNodes)u(i);return a}var hn={line:408,lineRule:No.AUTO,after:240},jl={line:312,lineRule:No.AUTO},Pv={h1:{before:160,after:240},h2:{before:480,after:240},h3:{before:360,after:240},h4:{before:320,after:200},h5:{before:320,after:200},h6:{before:320,after:200}},Oo={style:Qt.NIL,size:0,color:"FFFFFF"},Hs={top:Oo,bottom:Oo,left:Oo,right:Oo},F4={...Hs,insideHorizontal:Oo,insideVertical:Oo};function K1(o,r){return r?r==="uppercase"?o.toUpperCase():r==="lowercase"?o.toLowerCase():r==="capitalize"?o.replace(/\b\w/g,s=>s.toUpperCase()):o:o}function Mv(o){switch(o){case"single":return Or.SINGLE;case"dotted":return Or.DOTTED;case"double":return Or.DOUBLE;case"wave":return Or.WAVE;default:return Or.SINGLE}}function kv(o){let r=o?`[Chart: ${o}]`:"[Chart]";return new te({children:[new Se({text:r,italics:!0,color:"808080"})],alignment:Ce.CENTER,border:{top:{style:Qt.SINGLE,size:1,color:"E5E7EB"},bottom:{style:Qt.SINGLE,size:1,color:"E5E7EB"},left:{style:Qt.SINGLE,size:1,color:"E5E7EB"},right:{style:Qt.SINGLE,size:1,color:"E5E7EB"}},shading:{type:Xr.CLEAR,color:"auto",fill:"F9FAFB"},spacing:{before:200,after:200}})}function b4(o){return new te({children:[new Se({text:o,italics:!0,size:20,color:"6B7280"})],alignment:Ce.CENTER,spacing:{after:200}})}var cr=class extends ft{constructor(r,s){super(r),s&&this.root.push({_attr:s})}addText(r){return this.root.push(r),this}},Y1=class extends cr{constructor(r){super("w14:textFill");let s=new cr("w14:gradFill"),a=new cr("w14:gsLst");for(let f of r.stops){let u=Math.round(f.position*1e3),i=new J1(u,f.color);a.addChildElement(i)}s.addChildElement(a);let l=(r.angle-90+360)%360*6e4,c=new cr("w14:lin",{"w14:ang":l.toString(),"w14:scaled":"0"});s.addChildElement(c),this.addChildElement(s)}},J1=class extends cr{constructor(r,s){super("w14:gs",{"w14:pos":r.toString()});let a=new cr("w14:srgbClr",{"w14:val":s.toUpperCase()});this.addChildElement(a)}};var Q1=class extends cr{constructor(r){super("w:r");let s=new cr("w:rPr");r.bold&&s.addChildElement(new cr("w:b")),r.italics&&s.addChildElement(new cr("w:i")),r.size&&(s.addChildElement(new cr("w:sz",{"w:val":r.size.toString()})),s.addChildElement(new cr("w:szCs",{"w:val":r.size.toString()}))),r.font&&s.addChildElement(new cr("w:rFonts",{"w:ascii":r.font,"w:hAnsi":r.font,"w:cs":r.font}));let a=r.fallbackColor||r.gradient.stops[0]?.color;a&&s.addChildElement(new cr("w:color",{"w:val":a.toUpperCase()})),s.addChildElement(new Y1(r.gradient)),this.addChildElement(s);let l=new cr("w:t",{"xml:space":"preserve"});l.addText(r.text),this.addChildElement(l)}};function X1(o){if(o)switch(o){case"left":return Ce.LEFT;case"center":return Ce.CENTER;case"right":return Ce.RIGHT;case"justify":return Ce.JUSTIFIED;default:return}}function Xi(o,r){let s=[];for(let a of o){let l=a.text.split(`
184
- `),c=a.underline?{type:Mv(a.underline.type),color:a.underline.color}:void 0;for(let f=0;f<l.length;f++){let u=K1(l[f],r);f>0&&s.push(new Se({break:1,bold:a.bold,italics:a.italic,color:a.color,size:a.size,font:a.fontFamily,superScript:a.superscript,subScript:a.subscript,strike:a.strike,characterSpacing:a.letterSpacing,underline:c,shading:a.backgroundColor?{type:Xr.CLEAR,fill:a.backgroundColor,color:"auto"}:void 0})),u&&(a.gradient?s.push(new Q1({text:u,gradient:a.gradient,bold:a.bold,italics:a.italic,size:a.size,font:a.fontFamily,fallbackColor:a.color})):s.push(new Se({text:u,bold:a.bold,italics:a.italic,color:a.color,size:a.size,font:a.fontFamily,superScript:a.superscript,subScript:a.subscript,strike:a.strike,characterSpacing:a.letterSpacing,underline:c,shading:a.backgroundColor?{type:Xr.CLEAR,fill:a.backgroundColor,color:"auto"}:void 0})))}}return s}function Bv(o,r,s,a,l,c,f){let u=i=>{switch(i){case"single":return Or.SINGLE;case"dotted":return Or.DOTTED;case"double":return Or.DOUBLE;case"wave":return Or.WAVE;default:return Or.SINGLE}};return new Vi({tableHeader:r,children:o.map((i,n)=>{let e=typeof i=="string"?[new Se({text:i,bold:r,color:r&&c?c:void 0})]:i.map(F=>new Se({text:F.text,bold:r||F.bold,italics:F.italic,color:r&&c?c:F.color,size:F.size,font:F.fontFamily,superScript:F.superscript,subScript:F.subscript,strike:F.strike,characterSpacing:F.letterSpacing,underline:F.underline?{type:u(F.underline.type),color:F.underline.color}:void 0,shading:F.backgroundColor?{type:Xr.CLEAR,fill:F.backgroundColor,color:"auto"}:void 0})),t;r&&l?t={type:Xr.CLEAR,color:"auto",fill:l}:!r&&f&&(t={type:Xr.CLEAR,color:"auto",fill:f});let b=n===o.length-1,g=s-o.length,h=b&&g>0?g+1:void 0;return new Nn({children:[new te({children:e})],width:{size:100/s,type:$r.PERCENTAGE},columnSpan:h,shading:t,margins:a?{top:a.top,bottom:a.bottom,left:a.left,right:a.right}:void 0})})})}function x4(o,r,s=0){let a=typeof o=="string"?[new Se({text:o})]:Xi(o),c={left:720+s*720,hanging:360},f={line:hn.line,lineRule:hn.lineRule,after:60};return r?new te({children:a,numbering:{reference:"default-numbering",level:s},indent:c,spacing:f}):new te({children:a,bullet:{level:s},indent:c,spacing:f})}function Us(o){switch(o.type){case"heading":{let r=O1[o.level],s=X1(o.alignment),a=`h${o.level}`,l=Pv[a]||{before:240,after:240},c=K1(o.text,o.textTransform),f;if(o.runs)f=Xi(o.runs,o.textTransform);else{let i={text:c};o.color&&(i.color=o.color),o.fontFamily&&(i.font=o.fontFamily),o.fontSize&&(i.size=o.fontSize),o.letterSpacing&&(i.characterSpacing=o.letterSpacing),f=[new Se(i)]}let u={children:f,heading:r,alignment:s,spacing:{line:o.lineSpacing!==void 0?o.lineSpacing:jl.line,lineRule:jl.lineRule,before:o.spacingBefore!==void 0?o.spacingBefore:l.before,after:o.spacingAfter!==void 0?o.spacingAfter:l.after}};if(o.borderBottom&&(u.border={...u.border,bottom:{style:Qt.SINGLE,size:6,color:o.borderBottom}}),o.borderLeft){let i=o.borderLeftWidth||24;u.border={...u.border,left:{style:Qt.SINGLE,size:i,color:o.borderLeft,space:8}},u.indent={left:Zt(.15)}}if(o.backgroundColor){let i=o.backgroundColor.replace("#","");u.shading={type:Xr.CLEAR,color:"auto",fill:i}}return[new te(u)]}case"paragraph":{let r=K1(o.text,o.textTransform),s=o.runs?Xi(o.runs,o.textTransform):[new Se({text:r,bold:o.bold,italics:o.italic,color:o.color,font:o.fontFamily})],a=X1(o.alignment),l={};o.firstLineIndent&&(l.firstLine=o.firstLineIndent),o.hangingIndent?(l.hanging=o.hangingIndent,l.left=o.leftIndent||o.hangingIndent):o.leftIndent&&(l.left=o.leftIndent);let c=o.spacingAfter!==void 0?o.spacingAfter:hn.after,f=o.lineSpacing!==void 0?o.lineSpacing:hn.line,u=o.spacingBefore!==void 0?o.spacingBefore:void 0;return[new te({children:s,alignment:a,indent:Object.keys(l).length>0?l:void 0,spacing:{line:f,lineRule:hn.lineRule,after:c,before:u}})]}case"list":return o.items.map(r=>{if(typeof r=="object"&&"level"in r&&"ordered"in r){let s=r;return x4(s.content,s.ordered,s.level)}return x4(r,o.ordered,0)});case"table":{let r=o.noBorders?!1:o.hasHeader!==!1,s=Math.max(...o.rows.map(b=>b.length)),a=o.rows.map((b,g)=>Bv(b,r&&g===0,s,o.cellPadding,o.headerBackgroundColor,o.headerTextColor,g>0&&g%2===0?o.evenRowBackgroundColor:void 0)),l="E5E7EB",c={style:Qt.NONE,size:0,color:"FFFFFF"},f=o.noBorders?c:{style:Qt.SINGLE,size:4,color:l},u=o.horizontalBordersOnly?c:f,i=o.horizontalBordersOnly?c:f,n=new ji({rows:a,width:{size:100,type:$r.PERCENTAGE},borders:{top:f,bottom:f,left:i,right:i,insideHorizontal:f,insideVertical:u}}),e=new te({children:[],spacing:{before:200,after:0}}),t=new te({children:[],spacing:{before:0,after:200}});return[e,n,t]}case"code":return[new te({children:[new Se({text:o.text,font:"Courier New",size:20})],border:{top:{style:Qt.SINGLE,size:1,color:"CCCCCC"},bottom:{style:Qt.SINGLE,size:1,color:"CCCCCC"},left:{style:Qt.SINGLE,size:1,color:"CCCCCC"},right:{style:Qt.SINGLE,size:1,color:"CCCCCC"}},shading:{type:Xr.CLEAR,color:"auto",fill:"F5F5F5"}})];case"blockquote":{let r=o.borderColor||"CCCCCC",s=o.backgroundColor||"FFFFFF",a=o.backgroundGradient,l=o.variant==="callout",c=o.borderStyle==="full",f=o.borderStyle==="none",u=f?void 0:r,i=[];for(let F of o.content)if(F.type==="paragraph"){let p=F.bold&&!F.color,A=F.color||(p?u:void 0),m=F.runs?Xi(F.runs):[new Se({text:F.text,bold:F.bold,italics:F.italic,color:A,font:F.fontFamily})];i.push(new te({children:m,alignment:F.alignment?X1(F.alignment):void 0,spacing:{line:F.lineSpacing!==void 0?F.lineSpacing:hn.line,lineRule:hn.lineRule,after:F.spacingAfter!==void 0?F.spacingAfter:120,before:F.spacingBefore}}))}else if(F.type==="list")for(let p=0;p<F.items.length;p++){let A=F.items[p],m,x,y=0;if(typeof A=="object"&&"level"in A&&"ordered"in A){let G=A;m=G.content,x=G.ordered,y=G.level}else m=A,x=F.ordered;let w=typeof m=="string"?[new Se({text:m})]:Xi(m),R=x?`${p+1}. `:"\u2022 ",P=[new Se({text:R}),...w],M=240+y*240;i.push(new te({children:P,indent:{left:M},spacing:{line:hn.line,lineRule:hn.lineRule,after:100}}))}else if(F.type==="heading"){let p=F.color||(f?void 0:r),A=F.runs?Xi(F.runs):[new Se({text:F.text,color:p})];i.push(new te({children:A,heading:O1[F.level],spacing:{line:jl.line,lineRule:jl.lineRule,after:120}}))}else if(F.type==="table"){if(F.noBorders&&F.rows.length===1){let p=F.rows[0],A=[];for(let m=0;m<p.length;m++){let x=p[m];typeof x=="string"?A.push(new Se({text:x})):A.push(...Xi(x)),m<p.length-1&&A.push(new Se({text:" "}))}i.push(new te({children:A,spacing:{line:hn.line,lineRule:hn.lineRule,after:120}}))}}else if(F.type==="image"){if(F.imageData){let A=F.imageData.width,m=F.imageData.height;if(A>580){let x=580/A;A=580,m=Math.round(m*x)}i.push(new te({children:[new Ro({data:F.imageData.data,transformation:{width:A,height:m},type:"png"})],alignment:Ce.CENTER,spacing:{before:120,after:120}}))}}else if(F.type==="blockquote"){let p=Us(F);i.push(...p)}let n=[],e=i.length>0?i:[new te({children:[]})],t=s;if(a&&f){let F=[...a.stops].sort((p,A)=>p.position-A.position);F.length>=2?t=F[1]?.color||F[0]?.color||s:F.length===1&&(t=F[0]?.color||s)}let b={type:Xr.CLEAR,color:"auto",fill:t};n.push(new Vi({children:[new Nn({children:e,shading:b,margins:{top:o.padding?.top??Zt(.25),bottom:o.padding?.bottom??Zt(.25),left:o.padding?.left??Zt(.35),right:o.padding?.right??Zt(.35)},borders:f?{...Hs}:c?{top:{style:Qt.SINGLE,size:6,color:r},bottom:{style:Qt.SINGLE,size:6,color:r},left:{style:Qt.SINGLE,size:6,color:r},right:{style:Qt.SINGLE,size:6,color:r}}:{...Hs,left:{style:Qt.SINGLE,size:24,color:r}}})]}));let g=new ji({rows:n,width:{size:100,type:$r.PERCENTAGE},borders:F4}),d=new te({children:[],spacing:{before:240,after:0}}),h=new te({children:[],spacing:{before:0,after:240}});return[d,g,h]}case"chart-placeholder":case"svg-chart":return[kv(o.title)];case"chart-image":{let{imageData:r}=o;return[new te({children:[new Ro({data:r.data,transformation:{width:r.width,height:r.height},type:"png"})],alignment:Ce.CENTER,spacing:{before:200,after:200}})]}case"image":{let{imageData:r,caption:s,alt:a}=o;if(!r){let c=a||"[Image]";return[new te({children:[new Se({text:c,italics:!0,color:"6B7280"})],alignment:Ce.CENTER,spacing:{before:200,after:s?80:200}}),...s?[b4(s)]:[]]}let l=[new te({children:[new Ro({data:r.data,transformation:{width:r.width,height:r.height},type:"png"})],alignment:Ce.CENTER,spacing:{before:200,after:s?80:200}})];return s&&l.push(b4(s)),l}case"horizontal-rule":{let r=o.color||"E5E7EB",s=o.spacingBefore!==void 0?o.spacingBefore:240,a=o.spacingAfter!==void 0?o.spacingAfter:240,c=(o.borderPosition||"bottom")==="top"?{top:{style:Qt.SINGLE,size:6,color:r}}:{bottom:{style:Qt.SINGLE,size:6,color:r}};return[new te({children:[],border:c,spacing:{before:s,after:a}})]}case"stats-grid":{let{cards:r}=o;if(r.length===0)return[];let s=r.map(f=>{let u=[new te({children:[new Se({text:f.value,bold:!0,size:36,color:f.valueColor||"2563EB"})],alignment:Ce.CENTER,spacing:{after:80}}),new te({children:[new Se({text:f.label,size:20,color:f.labelColor||"6B7280"})],alignment:Ce.CENTER,spacing:{after:f.change?60:0}})];return f.change&&u.push(new te({children:[new Se({text:f.change,size:16,bold:!0,color:f.changeColor||"10B981"})],alignment:Ce.CENTER})),new Nn({children:u,width:{size:Math.floor(100/r.length),type:$r.PERCENTAGE},margins:{top:Zt(.15),bottom:Zt(.15),left:Zt(.1),right:Zt(.1)},shading:f.backgroundColor?{type:Xr.CLEAR,color:"auto",fill:f.backgroundColor}:void 0,borders:f.borderColor?{top:{style:Qt.SINGLE,size:4,color:f.borderColor},bottom:{style:Qt.SINGLE,size:4,color:f.borderColor},left:{style:Qt.SINGLE,size:4,color:f.borderColor},right:{style:Qt.SINGLE,size:4,color:f.borderColor}}:{top:{style:Qt.NIL,size:0,color:"FFFFFF"},bottom:{style:Qt.NIL,size:0,color:"FFFFFF"},left:{style:Qt.NIL,size:0,color:"FFFFFF"},right:{style:Qt.NIL,size:0,color:"FFFFFF"}}})}),a=new ji({rows:[new Vi({children:s})],width:{size:100,type:$r.PERCENTAGE},borders:{top:{style:Qt.NIL,size:0,color:"FFFFFF"},bottom:{style:Qt.NIL,size:0,color:"FFFFFF"},left:{style:Qt.NIL,size:0,color:"FFFFFF"},right:{style:Qt.NIL,size:0,color:"FFFFFF"},insideHorizontal:{style:Qt.NIL,size:0,color:"FFFFFF"},insideVertical:{style:Qt.NIL,size:0,color:"FFFFFF"}}}),l=new te({children:[],spacing:{before:240,after:0}}),c=new te({children:[],spacing:{before:0,after:240}});return[l,a,c]}case"two-column-layout":{let{sidebar:r,main:s}=o,a=r.widthPercent||25,l=100-a,c=[];for(let e of r.content)(e.type==="heading"&&!e.color&&r.textColor||e.type==="paragraph"&&!e.color&&r.textColor)&&(e.color=r.textColor),c.push(...Us(e));let f=[];for(let e of s.content)f.push(...Us(e));let u=new Nn({children:c.length>0?c:[new te({children:[]})],width:{size:a,type:$r.PERCENTAGE},shading:r.backgroundColor?{type:Xr.CLEAR,color:"auto",fill:r.backgroundColor}:void 0,margins:{top:Zt(.25),bottom:Zt(.25),left:Zt(.2),right:Zt(.2)},borders:Hs}),i=new Nn({children:f.length>0?f:[new te({children:[]})],width:{size:l,type:$r.PERCENTAGE},margins:{top:Zt(.25),bottom:Zt(.25),left:Zt(.3),right:Zt(.2)},borders:Hs});return[new ji({rows:[new Vi({children:[u,i]})],width:{size:100,type:$r.PERCENTAGE},borders:F4})]}default:return[]}}function Ov(o,r){let s=0;return o.map(a=>{if(a.type==="chart-placeholder"&&a.chartId){let l=r.get(a.chartId);if(l)return{type:"chart-image",title:a.title,imageData:l}}if(a.type==="svg-chart"){let l=`svg-chart-${s}`,c=r.get(l);if(s++,c)return{type:"chart-image",title:a.title,imageData:c}}return a})}function y4(o,r={}){let{title:s,author:a,description:l,chartImages:c,imageMap:f,pageless:u,pageHeightTwips:i,elements:n}=r,e=n?[...n]:Wl(o);if(c&&c.size>0&&(e=Ov(e,c)),f&&f.size>0){let p=function(A){for(let m of A)m.type==="image"&&!m.imageData&&f.has(m.src)&&(m.imageData=f.get(m.src)),m.type==="blockquote"&&m.content&&p(m.content),m.type==="two-column-layout"&&(p(m.sidebar.content),p(m.main.content))};var F=p;p(e)}let t=[];for(let p of e){let A=Us(p);t.push(...A)}let b="Arial",g;i?g=i:u?g=Zt(200):g=Zt(11);let d=Zt(8.5);return new Rl({creator:a,title:s??"Document",description:l??"Generated document",styles:{default:{document:{run:{font:b,size:24}},heading1:{run:{font:b,size:48,bold:!0,color:"000000"}},heading2:{run:{font:b,size:36,bold:!0,color:"000000"}},heading3:{run:{font:b,size:30,bold:!0,color:"000000"}},heading4:{run:{font:b,size:26,bold:!0,color:"000000"}},heading5:{run:{font:b,size:24,bold:!0,color:"000000"}},heading6:{run:{font:b,size:22,bold:!0,color:"000000"}}}},numbering:{config:[{reference:"default-numbering",levels:[{level:0,format:un.DECIMAL,text:"%1.",alignment:Ce.START,style:{paragraph:{indent:{left:720,hanging:360}}}}]}]},sections:[{properties:{page:{size:{orientation:Ns.PORTRAIT,width:d,height:g},margin:{top:Zt(.75),right:Zt(1),bottom:Zt(.75),left:Zt(1)}}},children:t}]})}async function Hv(o,r,s,a){let f=new DOMParser().parseFromString(o,"image/svg+xml").querySelector("svg");if(!f)return null;let u=r,i=s;if(!u||!i){let g=f.getAttribute("viewBox");if(g){let d=g.split(/\s+/).map(Number);d.length>=4&&(u=u||d[2],i=i||d[3])}if(!u){let d=f.getAttribute("width");d&&!d.includes("%")&&(u=parseFloat(d))}if(!i){let d=f.getAttribute("height");d&&!d.includes("%")&&(i=parseFloat(d))}}u=u||624,i=i||468,f.setAttribute("width",String(u)),f.setAttribute("height",String(i)),f.getAttribute("xmlns")||f.setAttribute("xmlns","http://www.w3.org/2000/svg");let e=new XMLSerializer().serializeToString(f),t=new Blob([e],{type:"image/svg+xml;charset=utf-8"}),b=URL.createObjectURL(t);try{let g=new Image;await new Promise((k,P)=>{g.onload=()=>k(),g.onerror=()=>P(new Error("Failed to load SVG image")),g.src=b});let d=typeof window<"u"&&window.devicePixelRatio||1,h=document.createElement("canvas");h.width=u*d,h.height=i*d;let F=h.getContext("2d");if(!F)return null;F.fillStyle=a?`#${a}`:"white",F.fillRect(0,0,h.width,h.height),F.scale(d,d),F.drawImage(g,0,0,u,i);let p=await new Promise(k=>{h.toBlob(k,"image/png")});if(!p)return null;let A=await p.arrayBuffer(),m=new Uint8Array(A),x=624,y=i/u,w=Math.min(u,x),R=w*y;return{data:m,width:Math.round(w),height:Math.round(R)}}finally{URL.revokeObjectURL(b)}}async function Uv(o){let r=new Map,s=0;for(let a of o)if(a.type==="svg-chart"){try{let l=await Hv(a.svgContent,a.width,a.height,a.backgroundColor);l&&r.set(`svg-chart-${s}`,l)}catch(l){console.warn(`Failed to render SVG chart ${s}:`,l)}s++}return r}async function Gv(o){let r=Wl(o);return Uv(r)}async function zv(o,r){let{fileName:s,author:a,title:l,description:c}=r,f=await Gv(o),u={title:l??s.replace(/\.docx$/i,""),author:a,description:c??"Generated by Copilot",chartImages:f.size>0?f:void 0},i=y4(o,u);return await B1.toBase64String(i)}var v4=zv;var ex=Ke(Gs(),1);var BE=Ke(C4()),E4=Ke(Vl()),OE=Ke(ql());var Ho=Symbol("changed"),Ei=Symbol("classList"),vr=Symbol("CustomElements"),Vs=Symbol("content"),$l=Symbol("dataset"),Di=Symbol("doctype"),qs=Symbol("DOMParser"),It=Symbol("end"),Uo=Symbol("EventTarget"),Go=Symbol("globals"),Hr=Symbol("image"),dn=Symbol("mime"),Mn=Symbol("MutationObserver"),wt=Symbol("next"),ng=Symbol("ownerElement"),me=Symbol("prev"),qe=Symbol("private"),Ki=Symbol("sheet"),Qe=Symbol("start"),Xl=Symbol("style"),Si=Symbol("upgrade"),ee=Symbol("value");var Dg={};Qa(Dg,{DefaultHandler:()=>ai,DomHandler:()=>ai,DomUtils:()=>Ko,ElementType:()=>Ql,Parser:()=>_i,QuoteType:()=>Gr,Tokenizer:()=>Yi,createDocumentStream:()=>U5,createDomStream:()=>G5,getFeed:()=>na,parseDOM:()=>tb,parseDocument:()=>Z4,parseFeed:()=>W5});var Kl=new Uint16Array('\u1D41<\xD5\u0131\u028A\u049D\u057B\u05D0\u0675\u06DE\u07A2\u07D6\u080F\u0A4A\u0A91\u0DA1\u0E6D\u0F09\u0F26\u10CA\u1228\u12E1\u1415\u149D\u14C3\u14DF\u1525\0\0\0\0\0\0\u156B\u16CD\u198D\u1C12\u1DDD\u1F7E\u2060\u21B0\u228D\u23C0\u23FB\u2442\u2824\u2912\u2D08\u2E48\u2FCE\u3016\u32BA\u3639\u37AC\u38FE\u3A28\u3A71\u3AE0\u3B2E\u0800EMabcfglmnoprstu\\bfms\x7F\x84\x8B\x90\x95\x98\xA6\xB3\xB9\xC8\xCFlig\u803B\xC6\u40C6P\u803B&\u4026cute\u803B\xC1\u40C1reve;\u4102\u0100iyx}rc\u803B\xC2\u40C2;\u4410r;\uC000\u{1D504}rave\u803B\xC0\u40C0pha;\u4391acr;\u4100d;\u6A53\u0100gp\x9D\xA1on;\u4104f;\uC000\u{1D538}plyFunction;\u6061ing\u803B\xC5\u40C5\u0100cs\xBE\xC3r;\uC000\u{1D49C}ign;\u6254ilde\u803B\xC3\u40C3ml\u803B\xC4\u40C4\u0400aceforsu\xE5\xFB\xFE\u0117\u011C\u0122\u0127\u012A\u0100cr\xEA\xF2kslash;\u6216\u0176\xF6\xF8;\u6AE7ed;\u6306y;\u4411\u0180crt\u0105\u010B\u0114ause;\u6235noullis;\u612Ca;\u4392r;\uC000\u{1D505}pf;\uC000\u{1D539}eve;\u42D8c\xF2\u0113mpeq;\u624E\u0700HOacdefhilorsu\u014D\u0151\u0156\u0180\u019E\u01A2\u01B5\u01B7\u01BA\u01DC\u0215\u0273\u0278\u027Ecy;\u4427PY\u803B\xA9\u40A9\u0180cpy\u015D\u0162\u017Aute;\u4106\u0100;i\u0167\u0168\u62D2talDifferentialD;\u6145leys;\u612D\u0200aeio\u0189\u018E\u0194\u0198ron;\u410Cdil\u803B\xC7\u40C7rc;\u4108nint;\u6230ot;\u410A\u0100dn\u01A7\u01ADilla;\u40B8terDot;\u40B7\xF2\u017Fi;\u43A7rcle\u0200DMPT\u01C7\u01CB\u01D1\u01D6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01E2\u01F8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020FoubleQuote;\u601Duote;\u6019\u0200lnpu\u021E\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6A74\u0180git\u022F\u0236\u023Aruent;\u6261nt;\u622FourIntegral;\u622E\u0100fr\u024C\u024E;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6A2Fcr;\uC000\u{1D49E}p\u0100;C\u0284\u0285\u62D3ap;\u624D\u0580DJSZacefios\u02A0\u02AC\u02B0\u02B4\u02B8\u02CB\u02D7\u02E1\u02E6\u0333\u048D\u0100;o\u0179\u02A5trahd;\u6911cy;\u4402cy;\u4405cy;\u440F\u0180grs\u02BF\u02C4\u02C7ger;\u6021r;\u61A1hv;\u6AE4\u0100ay\u02D0\u02D5ron;\u410E;\u4414l\u0100;t\u02DD\u02DE\u6207a;\u4394r;\uC000\u{1D507}\u0100af\u02EB\u0327\u0100cm\u02F0\u0322ritical\u0200ADGT\u0300\u0306\u0316\u031Ccute;\u40B4o\u0174\u030B\u030D;\u42D9bleAcute;\u42DDrave;\u4060ilde;\u42DCond;\u62C4ferentialD;\u6146\u0470\u033D\0\0\0\u0342\u0354\0\u0405f;\uC000\u{1D53B}\u0180;DE\u0348\u0349\u034D\u40A8ot;\u60DCqual;\u6250ble\u0300CDLRUV\u0363\u0372\u0382\u03CF\u03E2\u03F8ontourIntegra\xEC\u0239o\u0274\u0379\0\0\u037B\xBB\u0349nArrow;\u61D3\u0100eo\u0387\u03A4ft\u0180ART\u0390\u0396\u03A1rrow;\u61D0ightArrow;\u61D4e\xE5\u02CAng\u0100LR\u03AB\u03C4eft\u0100AR\u03B3\u03B9rrow;\u67F8ightArrow;\u67FAightArrow;\u67F9ight\u0100AT\u03D8\u03DErrow;\u61D2ee;\u62A8p\u0241\u03E9\0\0\u03EFrrow;\u61D1ownArrow;\u61D5erticalBar;\u6225n\u0300ABLRTa\u0412\u042A\u0430\u045E\u047F\u037Crrow\u0180;BU\u041D\u041E\u0422\u6193ar;\u6913pArrow;\u61F5reve;\u4311eft\u02D2\u043A\0\u0446\0\u0450ightVector;\u6950eeVector;\u695Eector\u0100;B\u0459\u045A\u61BDar;\u6956ight\u01D4\u0467\0\u0471eeVector;\u695Fector\u0100;B\u047A\u047B\u61C1ar;\u6957ee\u0100;A\u0486\u0487\u62A4rrow;\u61A7\u0100ct\u0492\u0497r;\uC000\u{1D49F}rok;\u4110\u0800NTacdfglmopqstux\u04BD\u04C0\u04C4\u04CB\u04DE\u04E2\u04E7\u04EE\u04F5\u0521\u052F\u0536\u0552\u055D\u0560\u0565G;\u414AH\u803B\xD0\u40D0cute\u803B\xC9\u40C9\u0180aiy\u04D2\u04D7\u04DCron;\u411Arc\u803B\xCA\u40CA;\u442Dot;\u4116r;\uC000\u{1D508}rave\u803B\xC8\u40C8ement;\u6208\u0100ap\u04FA\u04FEcr;\u4112ty\u0253\u0506\0\0\u0512mallSquare;\u65FBerySmallSquare;\u65AB\u0100gp\u0526\u052Aon;\u4118f;\uC000\u{1D53C}silon;\u4395u\u0100ai\u053C\u0549l\u0100;T\u0542\u0543\u6A75ilde;\u6242librium;\u61CC\u0100ci\u0557\u055Ar;\u6130m;\u6A73a;\u4397ml\u803B\xCB\u40CB\u0100ip\u056A\u056Fsts;\u6203onentialE;\u6147\u0280cfios\u0585\u0588\u058D\u05B2\u05CCy;\u4424r;\uC000\u{1D509}lled\u0253\u0597\0\0\u05A3mallSquare;\u65FCerySmallSquare;\u65AA\u0370\u05BA\0\u05BF\0\0\u05C4f;\uC000\u{1D53D}All;\u6200riertrf;\u6131c\xF2\u05CB\u0600JTabcdfgorst\u05E8\u05EC\u05EF\u05FA\u0600\u0612\u0616\u061B\u061D\u0623\u066C\u0672cy;\u4403\u803B>\u403Emma\u0100;d\u05F7\u05F8\u4393;\u43DCreve;\u411E\u0180eiy\u0607\u060C\u0610dil;\u4122rc;\u411C;\u4413ot;\u4120r;\uC000\u{1D50A};\u62D9pf;\uC000\u{1D53E}eater\u0300EFGLST\u0635\u0644\u064E\u0656\u065B\u0666qual\u0100;L\u063E\u063F\u6265ess;\u62DBullEqual;\u6267reater;\u6AA2ess;\u6277lantEqual;\u6A7Eilde;\u6273cr;\uC000\u{1D4A2};\u626B\u0400Aacfiosu\u0685\u068B\u0696\u069B\u069E\u06AA\u06BE\u06CARDcy;\u442A\u0100ct\u0690\u0694ek;\u42C7;\u405Eirc;\u4124r;\u610ClbertSpace;\u610B\u01F0\u06AF\0\u06B2f;\u610DizontalLine;\u6500\u0100ct\u06C3\u06C5\xF2\u06A9rok;\u4126mp\u0144\u06D0\u06D8ownHum\xF0\u012Fqual;\u624F\u0700EJOacdfgmnostu\u06FA\u06FE\u0703\u0707\u070E\u071A\u071E\u0721\u0728\u0744\u0778\u078B\u078F\u0795cy;\u4415lig;\u4132cy;\u4401cute\u803B\xCD\u40CD\u0100iy\u0713\u0718rc\u803B\xCE\u40CE;\u4418ot;\u4130r;\u6111rave\u803B\xCC\u40CC\u0180;ap\u0720\u072F\u073F\u0100cg\u0734\u0737r;\u412AinaryI;\u6148lie\xF3\u03DD\u01F4\u0749\0\u0762\u0100;e\u074D\u074E\u622C\u0100gr\u0753\u0758ral;\u622Bsection;\u62C2isible\u0100CT\u076C\u0772omma;\u6063imes;\u6062\u0180gpt\u077F\u0783\u0788on;\u412Ef;\uC000\u{1D540}a;\u4399cr;\u6110ilde;\u4128\u01EB\u079A\0\u079Ecy;\u4406l\u803B\xCF\u40CF\u0280cfosu\u07AC\u07B7\u07BC\u07C2\u07D0\u0100iy\u07B1\u07B5rc;\u4134;\u4419r;\uC000\u{1D50D}pf;\uC000\u{1D541}\u01E3\u07C7\0\u07CCr;\uC000\u{1D4A5}rcy;\u4408kcy;\u4404\u0380HJacfos\u07E4\u07E8\u07EC\u07F1\u07FD\u0802\u0808cy;\u4425cy;\u440Cppa;\u439A\u0100ey\u07F6\u07FBdil;\u4136;\u441Ar;\uC000\u{1D50E}pf;\uC000\u{1D542}cr;\uC000\u{1D4A6}\u0580JTaceflmost\u0825\u0829\u082C\u0850\u0863\u09B3\u09B8\u09C7\u09CD\u0A37\u0A47cy;\u4409\u803B<\u403C\u0280cmnpr\u0837\u083C\u0841\u0844\u084Dute;\u4139bda;\u439Bg;\u67EAlacetrf;\u6112r;\u619E\u0180aey\u0857\u085C\u0861ron;\u413Ddil;\u413B;\u441B\u0100fs\u0868\u0970t\u0500ACDFRTUVar\u087E\u08A9\u08B1\u08E0\u08E6\u08FC\u092F\u095B\u0390\u096A\u0100nr\u0883\u088FgleBracket;\u67E8row\u0180;BR\u0899\u089A\u089E\u6190ar;\u61E4ightArrow;\u61C6eiling;\u6308o\u01F5\u08B7\0\u08C3bleBracket;\u67E6n\u01D4\u08C8\0\u08D2eeVector;\u6961ector\u0100;B\u08DB\u08DC\u61C3ar;\u6959loor;\u630Aight\u0100AV\u08EF\u08F5rrow;\u6194ector;\u694E\u0100er\u0901\u0917e\u0180;AV\u0909\u090A\u0910\u62A3rrow;\u61A4ector;\u695Aiangle\u0180;BE\u0924\u0925\u0929\u62B2ar;\u69CFqual;\u62B4p\u0180DTV\u0937\u0942\u094CownVector;\u6951eeVector;\u6960ector\u0100;B\u0956\u0957\u61BFar;\u6958ector\u0100;B\u0965\u0966\u61BCar;\u6952ight\xE1\u039Cs\u0300EFGLST\u097E\u098B\u0995\u099D\u09A2\u09ADqualGreater;\u62DAullEqual;\u6266reater;\u6276ess;\u6AA1lantEqual;\u6A7Dilde;\u6272r;\uC000\u{1D50F}\u0100;e\u09BD\u09BE\u62D8ftarrow;\u61DAidot;\u413F\u0180npw\u09D4\u0A16\u0A1Bg\u0200LRlr\u09DE\u09F7\u0A02\u0A10eft\u0100AR\u09E6\u09ECrrow;\u67F5ightArrow;\u67F7ightArrow;\u67F6eft\u0100ar\u03B3\u0A0Aight\xE1\u03BFight\xE1\u03CAf;\uC000\u{1D543}er\u0100LR\u0A22\u0A2CeftArrow;\u6199ightArrow;\u6198\u0180cht\u0A3E\u0A40\u0A42\xF2\u084C;\u61B0rok;\u4141;\u626A\u0400acefiosu\u0A5A\u0A5D\u0A60\u0A77\u0A7C\u0A85\u0A8B\u0A8Ep;\u6905y;\u441C\u0100dl\u0A65\u0A6FiumSpace;\u605Flintrf;\u6133r;\uC000\u{1D510}nusPlus;\u6213pf;\uC000\u{1D544}c\xF2\u0A76;\u439C\u0480Jacefostu\u0AA3\u0AA7\u0AAD\u0AC0\u0B14\u0B19\u0D91\u0D97\u0D9Ecy;\u440Acute;\u4143\u0180aey\u0AB4\u0AB9\u0ABEron;\u4147dil;\u4145;\u441D\u0180gsw\u0AC7\u0AF0\u0B0Eative\u0180MTV\u0AD3\u0ADF\u0AE8ediumSpace;\u600Bhi\u0100cn\u0AE6\u0AD8\xEB\u0AD9eryThi\xEE\u0AD9ted\u0100GL\u0AF8\u0B06reaterGreate\xF2\u0673essLes\xF3\u0A48Line;\u400Ar;\uC000\u{1D511}\u0200Bnpt\u0B22\u0B28\u0B37\u0B3Areak;\u6060BreakingSpace;\u40A0f;\u6115\u0680;CDEGHLNPRSTV\u0B55\u0B56\u0B6A\u0B7C\u0BA1\u0BEB\u0C04\u0C5E\u0C84\u0CA6\u0CD8\u0D61\u0D85\u6AEC\u0100ou\u0B5B\u0B64ngruent;\u6262pCap;\u626DoubleVerticalBar;\u6226\u0180lqx\u0B83\u0B8A\u0B9Bement;\u6209ual\u0100;T\u0B92\u0B93\u6260ilde;\uC000\u2242\u0338ists;\u6204reater\u0380;EFGLST\u0BB6\u0BB7\u0BBD\u0BC9\u0BD3\u0BD8\u0BE5\u626Fqual;\u6271ullEqual;\uC000\u2267\u0338reater;\uC000\u226B\u0338ess;\u6279lantEqual;\uC000\u2A7E\u0338ilde;\u6275ump\u0144\u0BF2\u0BFDownHump;\uC000\u224E\u0338qual;\uC000\u224F\u0338e\u0100fs\u0C0A\u0C27tTriangle\u0180;BE\u0C1A\u0C1B\u0C21\u62EAar;\uC000\u29CF\u0338qual;\u62ECs\u0300;EGLST\u0C35\u0C36\u0C3C\u0C44\u0C4B\u0C58\u626Equal;\u6270reater;\u6278ess;\uC000\u226A\u0338lantEqual;\uC000\u2A7D\u0338ilde;\u6274ested\u0100GL\u0C68\u0C79reaterGreater;\uC000\u2AA2\u0338essLess;\uC000\u2AA1\u0338recedes\u0180;ES\u0C92\u0C93\u0C9B\u6280qual;\uC000\u2AAF\u0338lantEqual;\u62E0\u0100ei\u0CAB\u0CB9verseElement;\u620CghtTriangle\u0180;BE\u0CCB\u0CCC\u0CD2\u62EBar;\uC000\u29D0\u0338qual;\u62ED\u0100qu\u0CDD\u0D0CuareSu\u0100bp\u0CE8\u0CF9set\u0100;E\u0CF0\u0CF3\uC000\u228F\u0338qual;\u62E2erset\u0100;E\u0D03\u0D06\uC000\u2290\u0338qual;\u62E3\u0180bcp\u0D13\u0D24\u0D4Eset\u0100;E\u0D1B\u0D1E\uC000\u2282\u20D2qual;\u6288ceeds\u0200;EST\u0D32\u0D33\u0D3B\u0D46\u6281qual;\uC000\u2AB0\u0338lantEqual;\u62E1ilde;\uC000\u227F\u0338erset\u0100;E\u0D58\u0D5B\uC000\u2283\u20D2qual;\u6289ilde\u0200;EFT\u0D6E\u0D6F\u0D75\u0D7F\u6241qual;\u6244ullEqual;\u6247ilde;\u6249erticalBar;\u6224cr;\uC000\u{1D4A9}ilde\u803B\xD1\u40D1;\u439D\u0700Eacdfgmoprstuv\u0DBD\u0DC2\u0DC9\u0DD5\u0DDB\u0DE0\u0DE7\u0DFC\u0E02\u0E20\u0E22\u0E32\u0E3F\u0E44lig;\u4152cute\u803B\xD3\u40D3\u0100iy\u0DCE\u0DD3rc\u803B\xD4\u40D4;\u441Eblac;\u4150r;\uC000\u{1D512}rave\u803B\xD2\u40D2\u0180aei\u0DEE\u0DF2\u0DF6cr;\u414Cga;\u43A9cron;\u439Fpf;\uC000\u{1D546}enCurly\u0100DQ\u0E0E\u0E1AoubleQuote;\u601Cuote;\u6018;\u6A54\u0100cl\u0E27\u0E2Cr;\uC000\u{1D4AA}ash\u803B\xD8\u40D8i\u016C\u0E37\u0E3Cde\u803B\xD5\u40D5es;\u6A37ml\u803B\xD6\u40D6er\u0100BP\u0E4B\u0E60\u0100ar\u0E50\u0E53r;\u603Eac\u0100ek\u0E5A\u0E5C;\u63DEet;\u63B4arenthesis;\u63DC\u0480acfhilors\u0E7F\u0E87\u0E8A\u0E8F\u0E92\u0E94\u0E9D\u0EB0\u0EFCrtialD;\u6202y;\u441Fr;\uC000\u{1D513}i;\u43A6;\u43A0usMinus;\u40B1\u0100ip\u0EA2\u0EADncareplan\xE5\u069Df;\u6119\u0200;eio\u0EB9\u0EBA\u0EE0\u0EE4\u6ABBcedes\u0200;EST\u0EC8\u0EC9\u0ECF\u0EDA\u627Aqual;\u6AAFlantEqual;\u627Cilde;\u627Eme;\u6033\u0100dp\u0EE9\u0EEEuct;\u620Fortion\u0100;a\u0225\u0EF9l;\u621D\u0100ci\u0F01\u0F06r;\uC000\u{1D4AB};\u43A8\u0200Ufos\u0F11\u0F16\u0F1B\u0F1FOT\u803B"\u4022r;\uC000\u{1D514}pf;\u611Acr;\uC000\u{1D4AC}\u0600BEacefhiorsu\u0F3E\u0F43\u0F47\u0F60\u0F73\u0FA7\u0FAA\u0FAD\u1096\u10A9\u10B4\u10BEarr;\u6910G\u803B\xAE\u40AE\u0180cnr\u0F4E\u0F53\u0F56ute;\u4154g;\u67EBr\u0100;t\u0F5C\u0F5D\u61A0l;\u6916\u0180aey\u0F67\u0F6C\u0F71ron;\u4158dil;\u4156;\u4420\u0100;v\u0F78\u0F79\u611Cerse\u0100EU\u0F82\u0F99\u0100lq\u0F87\u0F8Eement;\u620Builibrium;\u61CBpEquilibrium;\u696Fr\xBB\u0F79o;\u43A1ght\u0400ACDFTUVa\u0FC1\u0FEB\u0FF3\u1022\u1028\u105B\u1087\u03D8\u0100nr\u0FC6\u0FD2gleBracket;\u67E9row\u0180;BL\u0FDC\u0FDD\u0FE1\u6192ar;\u61E5eftArrow;\u61C4eiling;\u6309o\u01F5\u0FF9\0\u1005bleBracket;\u67E7n\u01D4\u100A\0\u1014eeVector;\u695Dector\u0100;B\u101D\u101E\u61C2ar;\u6955loor;\u630B\u0100er\u102D\u1043e\u0180;AV\u1035\u1036\u103C\u62A2rrow;\u61A6ector;\u695Biangle\u0180;BE\u1050\u1051\u1055\u62B3ar;\u69D0qual;\u62B5p\u0180DTV\u1063\u106E\u1078ownVector;\u694FeeVector;\u695Cector\u0100;B\u1082\u1083\u61BEar;\u6954ector\u0100;B\u1091\u1092\u61C0ar;\u6953\u0100pu\u109B\u109Ef;\u611DndImplies;\u6970ightarrow;\u61DB\u0100ch\u10B9\u10BCr;\u611B;\u61B1leDelayed;\u69F4\u0680HOacfhimoqstu\u10E4\u10F1\u10F7\u10FD\u1119\u111E\u1151\u1156\u1161\u1167\u11B5\u11BB\u11BF\u0100Cc\u10E9\u10EEHcy;\u4429y;\u4428FTcy;\u442Ccute;\u415A\u0280;aeiy\u1108\u1109\u110E\u1113\u1117\u6ABCron;\u4160dil;\u415Erc;\u415C;\u4421r;\uC000\u{1D516}ort\u0200DLRU\u112A\u1134\u113E\u1149ownArrow\xBB\u041EeftArrow\xBB\u089AightArrow\xBB\u0FDDpArrow;\u6191gma;\u43A3allCircle;\u6218pf;\uC000\u{1D54A}\u0272\u116D\0\0\u1170t;\u621Aare\u0200;ISU\u117B\u117C\u1189\u11AF\u65A1ntersection;\u6293u\u0100bp\u118F\u119Eset\u0100;E\u1197\u1198\u628Fqual;\u6291erset\u0100;E\u11A8\u11A9\u6290qual;\u6292nion;\u6294cr;\uC000\u{1D4AE}ar;\u62C6\u0200bcmp\u11C8\u11DB\u1209\u120B\u0100;s\u11CD\u11CE\u62D0et\u0100;E\u11CD\u11D5qual;\u6286\u0100ch\u11E0\u1205eeds\u0200;EST\u11ED\u11EE\u11F4\u11FF\u627Bqual;\u6AB0lantEqual;\u627Dilde;\u627FTh\xE1\u0F8C;\u6211\u0180;es\u1212\u1213\u1223\u62D1rset\u0100;E\u121C\u121D\u6283qual;\u6287et\xBB\u1213\u0580HRSacfhiors\u123E\u1244\u1249\u1255\u125E\u1271\u1276\u129F\u12C2\u12C8\u12D1ORN\u803B\xDE\u40DEADE;\u6122\u0100Hc\u124E\u1252cy;\u440By;\u4426\u0100bu\u125A\u125C;\u4009;\u43A4\u0180aey\u1265\u126A\u126Fron;\u4164dil;\u4162;\u4422r;\uC000\u{1D517}\u0100ei\u127B\u1289\u01F2\u1280\0\u1287efore;\u6234a;\u4398\u0100cn\u128E\u1298kSpace;\uC000\u205F\u200ASpace;\u6009lde\u0200;EFT\u12AB\u12AC\u12B2\u12BC\u623Cqual;\u6243ullEqual;\u6245ilde;\u6248pf;\uC000\u{1D54B}ipleDot;\u60DB\u0100ct\u12D6\u12DBr;\uC000\u{1D4AF}rok;\u4166\u0AE1\u12F7\u130E\u131A\u1326\0\u132C\u1331\0\0\0\0\0\u1338\u133D\u1377\u1385\0\u13FF\u1404\u140A\u1410\u0100cr\u12FB\u1301ute\u803B\xDA\u40DAr\u0100;o\u1307\u1308\u619Fcir;\u6949r\u01E3\u1313\0\u1316y;\u440Eve;\u416C\u0100iy\u131E\u1323rc\u803B\xDB\u40DB;\u4423blac;\u4170r;\uC000\u{1D518}rave\u803B\xD9\u40D9acr;\u416A\u0100di\u1341\u1369er\u0100BP\u1348\u135D\u0100ar\u134D\u1350r;\u405Fac\u0100ek\u1357\u1359;\u63DFet;\u63B5arenthesis;\u63DDon\u0100;P\u1370\u1371\u62C3lus;\u628E\u0100gp\u137B\u137Fon;\u4172f;\uC000\u{1D54C}\u0400ADETadps\u1395\u13AE\u13B8\u13C4\u03E8\u13D2\u13D7\u13F3rrow\u0180;BD\u1150\u13A0\u13A4ar;\u6912ownArrow;\u61C5ownArrow;\u6195quilibrium;\u696Eee\u0100;A\u13CB\u13CC\u62A5rrow;\u61A5own\xE1\u03F3er\u0100LR\u13DE\u13E8eftArrow;\u6196ightArrow;\u6197i\u0100;l\u13F9\u13FA\u43D2on;\u43A5ing;\u416Ecr;\uC000\u{1D4B0}ilde;\u4168ml\u803B\xDC\u40DC\u0480Dbcdefosv\u1427\u142C\u1430\u1433\u143E\u1485\u148A\u1490\u1496ash;\u62ABar;\u6AEBy;\u4412ash\u0100;l\u143B\u143C\u62A9;\u6AE6\u0100er\u1443\u1445;\u62C1\u0180bty\u144C\u1450\u147Aar;\u6016\u0100;i\u144F\u1455cal\u0200BLST\u1461\u1465\u146A\u1474ar;\u6223ine;\u407Ceparator;\u6758ilde;\u6240ThinSpace;\u600Ar;\uC000\u{1D519}pf;\uC000\u{1D54D}cr;\uC000\u{1D4B1}dash;\u62AA\u0280cefos\u14A7\u14AC\u14B1\u14B6\u14BCirc;\u4174dge;\u62C0r;\uC000\u{1D51A}pf;\uC000\u{1D54E}cr;\uC000\u{1D4B2}\u0200fios\u14CB\u14D0\u14D2\u14D8r;\uC000\u{1D51B};\u439Epf;\uC000\u{1D54F}cr;\uC000\u{1D4B3}\u0480AIUacfosu\u14F1\u14F5\u14F9\u14FD\u1504\u150F\u1514\u151A\u1520cy;\u442Fcy;\u4407cy;\u442Ecute\u803B\xDD\u40DD\u0100iy\u1509\u150Drc;\u4176;\u442Br;\uC000\u{1D51C}pf;\uC000\u{1D550}cr;\uC000\u{1D4B4}ml;\u4178\u0400Hacdefos\u1535\u1539\u153F\u154B\u154F\u155D\u1560\u1564cy;\u4416cute;\u4179\u0100ay\u1544\u1549ron;\u417D;\u4417ot;\u417B\u01F2\u1554\0\u155BoWidt\xE8\u0AD9a;\u4396r;\u6128pf;\u6124cr;\uC000\u{1D4B5}\u0BE1\u1583\u158A\u1590\0\u15B0\u15B6\u15BF\0\0\0\0\u15C6\u15DB\u15EB\u165F\u166D\0\u1695\u169B\u16B2\u16B9\0\u16BEcute\u803B\xE1\u40E1reve;\u4103\u0300;Ediuy\u159C\u159D\u15A1\u15A3\u15A8\u15AD\u623E;\uC000\u223E\u0333;\u623Frc\u803B\xE2\u40E2te\u80BB\xB4\u0306;\u4430lig\u803B\xE6\u40E6\u0100;r\xB2\u15BA;\uC000\u{1D51E}rave\u803B\xE0\u40E0\u0100ep\u15CA\u15D6\u0100fp\u15CF\u15D4sym;\u6135\xE8\u15D3ha;\u43B1\u0100ap\u15DFc\u0100cl\u15E4\u15E7r;\u4101g;\u6A3F\u0264\u15F0\0\0\u160A\u0280;adsv\u15FA\u15FB\u15FF\u1601\u1607\u6227nd;\u6A55;\u6A5Clope;\u6A58;\u6A5A\u0380;elmrsz\u1618\u1619\u161B\u161E\u163F\u164F\u1659\u6220;\u69A4e\xBB\u1619sd\u0100;a\u1625\u1626\u6221\u0461\u1630\u1632\u1634\u1636\u1638\u163A\u163C\u163E;\u69A8;\u69A9;\u69AA;\u69AB;\u69AC;\u69AD;\u69AE;\u69AFt\u0100;v\u1645\u1646\u621Fb\u0100;d\u164C\u164D\u62BE;\u699D\u0100pt\u1654\u1657h;\u6222\xBB\xB9arr;\u637C\u0100gp\u1663\u1667on;\u4105f;\uC000\u{1D552}\u0380;Eaeiop\u12C1\u167B\u167D\u1682\u1684\u1687\u168A;\u6A70cir;\u6A6F;\u624Ad;\u624Bs;\u4027rox\u0100;e\u12C1\u1692\xF1\u1683ing\u803B\xE5\u40E5\u0180cty\u16A1\u16A6\u16A8r;\uC000\u{1D4B6};\u402Amp\u0100;e\u12C1\u16AF\xF1\u0288ilde\u803B\xE3\u40E3ml\u803B\xE4\u40E4\u0100ci\u16C2\u16C8onin\xF4\u0272nt;\u6A11\u0800Nabcdefiklnoprsu\u16ED\u16F1\u1730\u173C\u1743\u1748\u1778\u177D\u17E0\u17E6\u1839\u1850\u170D\u193D\u1948\u1970ot;\u6AED\u0100cr\u16F6\u171Ek\u0200ceps\u1700\u1705\u170D\u1713ong;\u624Cpsilon;\u43F6rime;\u6035im\u0100;e\u171A\u171B\u623Dq;\u62CD\u0176\u1722\u1726ee;\u62BDed\u0100;g\u172C\u172D\u6305e\xBB\u172Drk\u0100;t\u135C\u1737brk;\u63B6\u0100oy\u1701\u1741;\u4431quo;\u601E\u0280cmprt\u1753\u175B\u1761\u1764\u1768aus\u0100;e\u010A\u0109ptyv;\u69B0s\xE9\u170Cno\xF5\u0113\u0180ahw\u176F\u1771\u1773;\u43B2;\u6136een;\u626Cr;\uC000\u{1D51F}g\u0380costuvw\u178D\u179D\u17B3\u17C1\u17D5\u17DB\u17DE\u0180aiu\u1794\u1796\u179A\xF0\u0760rc;\u65EFp\xBB\u1371\u0180dpt\u17A4\u17A8\u17ADot;\u6A00lus;\u6A01imes;\u6A02\u0271\u17B9\0\0\u17BEcup;\u6A06ar;\u6605riangle\u0100du\u17CD\u17D2own;\u65BDp;\u65B3plus;\u6A04e\xE5\u1444\xE5\u14ADarow;\u690D\u0180ako\u17ED\u1826\u1835\u0100cn\u17F2\u1823k\u0180lst\u17FA\u05AB\u1802ozenge;\u69EBriangle\u0200;dlr\u1812\u1813\u1818\u181D\u65B4own;\u65BEeft;\u65C2ight;\u65B8k;\u6423\u01B1\u182B\0\u1833\u01B2\u182F\0\u1831;\u6592;\u65914;\u6593ck;\u6588\u0100eo\u183E\u184D\u0100;q\u1843\u1846\uC000=\u20E5uiv;\uC000\u2261\u20E5t;\u6310\u0200ptwx\u1859\u185E\u1867\u186Cf;\uC000\u{1D553}\u0100;t\u13CB\u1863om\xBB\u13CCtie;\u62C8\u0600DHUVbdhmptuv\u1885\u1896\u18AA\u18BB\u18D7\u18DB\u18EC\u18FF\u1905\u190A\u1910\u1921\u0200LRlr\u188E\u1890\u1892\u1894;\u6557;\u6554;\u6556;\u6553\u0280;DUdu\u18A1\u18A2\u18A4\u18A6\u18A8\u6550;\u6566;\u6569;\u6564;\u6567\u0200LRlr\u18B3\u18B5\u18B7\u18B9;\u655D;\u655A;\u655C;\u6559\u0380;HLRhlr\u18CA\u18CB\u18CD\u18CF\u18D1\u18D3\u18D5\u6551;\u656C;\u6563;\u6560;\u656B;\u6562;\u655Fox;\u69C9\u0200LRlr\u18E4\u18E6\u18E8\u18EA;\u6555;\u6552;\u6510;\u650C\u0280;DUdu\u06BD\u18F7\u18F9\u18FB\u18FD;\u6565;\u6568;\u652C;\u6534inus;\u629Flus;\u629Eimes;\u62A0\u0200LRlr\u1919\u191B\u191D\u191F;\u655B;\u6558;\u6518;\u6514\u0380;HLRhlr\u1930\u1931\u1933\u1935\u1937\u1939\u193B\u6502;\u656A;\u6561;\u655E;\u653C;\u6524;\u651C\u0100ev\u0123\u1942bar\u803B\xA6\u40A6\u0200ceio\u1951\u1956\u195A\u1960r;\uC000\u{1D4B7}mi;\u604Fm\u0100;e\u171A\u171Cl\u0180;bh\u1968\u1969\u196B\u405C;\u69C5sub;\u67C8\u016C\u1974\u197El\u0100;e\u1979\u197A\u6022t\xBB\u197Ap\u0180;Ee\u012F\u1985\u1987;\u6AAE\u0100;q\u06DC\u06DB\u0CE1\u19A7\0\u19E8\u1A11\u1A15\u1A32\0\u1A37\u1A50\0\0\u1AB4\0\0\u1AC1\0\0\u1B21\u1B2E\u1B4D\u1B52\0\u1BFD\0\u1C0C\u0180cpr\u19AD\u19B2\u19DDute;\u4107\u0300;abcds\u19BF\u19C0\u19C4\u19CA\u19D5\u19D9\u6229nd;\u6A44rcup;\u6A49\u0100au\u19CF\u19D2p;\u6A4Bp;\u6A47ot;\u6A40;\uC000\u2229\uFE00\u0100eo\u19E2\u19E5t;\u6041\xEE\u0693\u0200aeiu\u19F0\u19FB\u1A01\u1A05\u01F0\u19F5\0\u19F8s;\u6A4Don;\u410Ddil\u803B\xE7\u40E7rc;\u4109ps\u0100;s\u1A0C\u1A0D\u6A4Cm;\u6A50ot;\u410B\u0180dmn\u1A1B\u1A20\u1A26il\u80BB\xB8\u01ADptyv;\u69B2t\u8100\xA2;e\u1A2D\u1A2E\u40A2r\xE4\u01B2r;\uC000\u{1D520}\u0180cei\u1A3D\u1A40\u1A4Dy;\u4447ck\u0100;m\u1A47\u1A48\u6713ark\xBB\u1A48;\u43C7r\u0380;Ecefms\u1A5F\u1A60\u1A62\u1A6B\u1AA4\u1AAA\u1AAE\u65CB;\u69C3\u0180;el\u1A69\u1A6A\u1A6D\u42C6q;\u6257e\u0261\u1A74\0\0\u1A88rrow\u0100lr\u1A7C\u1A81eft;\u61BAight;\u61BB\u0280RSacd\u1A92\u1A94\u1A96\u1A9A\u1A9F\xBB\u0F47;\u64C8st;\u629Birc;\u629Aash;\u629Dnint;\u6A10id;\u6AEFcir;\u69C2ubs\u0100;u\u1ABB\u1ABC\u6663it\xBB\u1ABC\u02EC\u1AC7\u1AD4\u1AFA\0\u1B0Aon\u0100;e\u1ACD\u1ACE\u403A\u0100;q\xC7\xC6\u026D\u1AD9\0\0\u1AE2a\u0100;t\u1ADE\u1ADF\u402C;\u4040\u0180;fl\u1AE8\u1AE9\u1AEB\u6201\xEE\u1160e\u0100mx\u1AF1\u1AF6ent\xBB\u1AE9e\xF3\u024D\u01E7\u1AFE\0\u1B07\u0100;d\u12BB\u1B02ot;\u6A6Dn\xF4\u0246\u0180fry\u1B10\u1B14\u1B17;\uC000\u{1D554}o\xE4\u0254\u8100\xA9;s\u0155\u1B1Dr;\u6117\u0100ao\u1B25\u1B29rr;\u61B5ss;\u6717\u0100cu\u1B32\u1B37r;\uC000\u{1D4B8}\u0100bp\u1B3C\u1B44\u0100;e\u1B41\u1B42\u6ACF;\u6AD1\u0100;e\u1B49\u1B4A\u6AD0;\u6AD2dot;\u62EF\u0380delprvw\u1B60\u1B6C\u1B77\u1B82\u1BAC\u1BD4\u1BF9arr\u0100lr\u1B68\u1B6A;\u6938;\u6935\u0270\u1B72\0\0\u1B75r;\u62DEc;\u62DFarr\u0100;p\u1B7F\u1B80\u61B6;\u693D\u0300;bcdos\u1B8F\u1B90\u1B96\u1BA1\u1BA5\u1BA8\u622Arcap;\u6A48\u0100au\u1B9B\u1B9Ep;\u6A46p;\u6A4Aot;\u628Dr;\u6A45;\uC000\u222A\uFE00\u0200alrv\u1BB5\u1BBF\u1BDE\u1BE3rr\u0100;m\u1BBC\u1BBD\u61B7;\u693Cy\u0180evw\u1BC7\u1BD4\u1BD8q\u0270\u1BCE\0\0\u1BD2re\xE3\u1B73u\xE3\u1B75ee;\u62CEedge;\u62CFen\u803B\xA4\u40A4earrow\u0100lr\u1BEE\u1BF3eft\xBB\u1B80ight\xBB\u1BBDe\xE4\u1BDD\u0100ci\u1C01\u1C07onin\xF4\u01F7nt;\u6231lcty;\u632D\u0980AHabcdefhijlorstuwz\u1C38\u1C3B\u1C3F\u1C5D\u1C69\u1C75\u1C8A\u1C9E\u1CAC\u1CB7\u1CFB\u1CFF\u1D0D\u1D7B\u1D91\u1DAB\u1DBB\u1DC6\u1DCDr\xF2\u0381ar;\u6965\u0200glrs\u1C48\u1C4D\u1C52\u1C54ger;\u6020eth;\u6138\xF2\u1133h\u0100;v\u1C5A\u1C5B\u6010\xBB\u090A\u016B\u1C61\u1C67arow;\u690Fa\xE3\u0315\u0100ay\u1C6E\u1C73ron;\u410F;\u4434\u0180;ao\u0332\u1C7C\u1C84\u0100gr\u02BF\u1C81r;\u61CAtseq;\u6A77\u0180glm\u1C91\u1C94\u1C98\u803B\xB0\u40B0ta;\u43B4ptyv;\u69B1\u0100ir\u1CA3\u1CA8sht;\u697F;\uC000\u{1D521}ar\u0100lr\u1CB3\u1CB5\xBB\u08DC\xBB\u101E\u0280aegsv\u1CC2\u0378\u1CD6\u1CDC\u1CE0m\u0180;os\u0326\u1CCA\u1CD4nd\u0100;s\u0326\u1CD1uit;\u6666amma;\u43DDin;\u62F2\u0180;io\u1CE7\u1CE8\u1CF8\u40F7de\u8100\xF7;o\u1CE7\u1CF0ntimes;\u62C7n\xF8\u1CF7cy;\u4452c\u026F\u1D06\0\0\u1D0Arn;\u631Eop;\u630D\u0280lptuw\u1D18\u1D1D\u1D22\u1D49\u1D55lar;\u4024f;\uC000\u{1D555}\u0280;emps\u030B\u1D2D\u1D37\u1D3D\u1D42q\u0100;d\u0352\u1D33ot;\u6251inus;\u6238lus;\u6214quare;\u62A1blebarwedg\xE5\xFAn\u0180adh\u112E\u1D5D\u1D67ownarrow\xF3\u1C83arpoon\u0100lr\u1D72\u1D76ef\xF4\u1CB4igh\xF4\u1CB6\u0162\u1D7F\u1D85karo\xF7\u0F42\u026F\u1D8A\0\0\u1D8Ern;\u631Fop;\u630C\u0180cot\u1D98\u1DA3\u1DA6\u0100ry\u1D9D\u1DA1;\uC000\u{1D4B9};\u4455l;\u69F6rok;\u4111\u0100dr\u1DB0\u1DB4ot;\u62F1i\u0100;f\u1DBA\u1816\u65BF\u0100ah\u1DC0\u1DC3r\xF2\u0429a\xF2\u0FA6angle;\u69A6\u0100ci\u1DD2\u1DD5y;\u445Fgrarr;\u67FF\u0900Dacdefglmnopqrstux\u1E01\u1E09\u1E19\u1E38\u0578\u1E3C\u1E49\u1E61\u1E7E\u1EA5\u1EAF\u1EBD\u1EE1\u1F2A\u1F37\u1F44\u1F4E\u1F5A\u0100Do\u1E06\u1D34o\xF4\u1C89\u0100cs\u1E0E\u1E14ute\u803B\xE9\u40E9ter;\u6A6E\u0200aioy\u1E22\u1E27\u1E31\u1E36ron;\u411Br\u0100;c\u1E2D\u1E2E\u6256\u803B\xEA\u40EAlon;\u6255;\u444Dot;\u4117\u0100Dr\u1E41\u1E45ot;\u6252;\uC000\u{1D522}\u0180;rs\u1E50\u1E51\u1E57\u6A9Aave\u803B\xE8\u40E8\u0100;d\u1E5C\u1E5D\u6A96ot;\u6A98\u0200;ils\u1E6A\u1E6B\u1E72\u1E74\u6A99nters;\u63E7;\u6113\u0100;d\u1E79\u1E7A\u6A95ot;\u6A97\u0180aps\u1E85\u1E89\u1E97cr;\u4113ty\u0180;sv\u1E92\u1E93\u1E95\u6205et\xBB\u1E93p\u01001;\u1E9D\u1EA4\u0133\u1EA1\u1EA3;\u6004;\u6005\u6003\u0100gs\u1EAA\u1EAC;\u414Bp;\u6002\u0100gp\u1EB4\u1EB8on;\u4119f;\uC000\u{1D556}\u0180als\u1EC4\u1ECE\u1ED2r\u0100;s\u1ECA\u1ECB\u62D5l;\u69E3us;\u6A71i\u0180;lv\u1EDA\u1EDB\u1EDF\u43B5on\xBB\u1EDB;\u43F5\u0200csuv\u1EEA\u1EF3\u1F0B\u1F23\u0100io\u1EEF\u1E31rc\xBB\u1E2E\u0269\u1EF9\0\0\u1EFB\xED\u0548ant\u0100gl\u1F02\u1F06tr\xBB\u1E5Dess\xBB\u1E7A\u0180aei\u1F12\u1F16\u1F1Als;\u403Dst;\u625Fv\u0100;D\u0235\u1F20D;\u6A78parsl;\u69E5\u0100Da\u1F2F\u1F33ot;\u6253rr;\u6971\u0180cdi\u1F3E\u1F41\u1EF8r;\u612Fo\xF4\u0352\u0100ah\u1F49\u1F4B;\u43B7\u803B\xF0\u40F0\u0100mr\u1F53\u1F57l\u803B\xEB\u40EBo;\u60AC\u0180cip\u1F61\u1F64\u1F67l;\u4021s\xF4\u056E\u0100eo\u1F6C\u1F74ctatio\xEE\u0559nential\xE5\u0579\u09E1\u1F92\0\u1F9E\0\u1FA1\u1FA7\0\0\u1FC6\u1FCC\0\u1FD3\0\u1FE6\u1FEA\u2000\0\u2008\u205Allingdotse\xF1\u1E44y;\u4444male;\u6640\u0180ilr\u1FAD\u1FB3\u1FC1lig;\u8000\uFB03\u0269\u1FB9\0\0\u1FBDg;\u8000\uFB00ig;\u8000\uFB04;\uC000\u{1D523}lig;\u8000\uFB01lig;\uC000fj\u0180alt\u1FD9\u1FDC\u1FE1t;\u666Dig;\u8000\uFB02ns;\u65B1of;\u4192\u01F0\u1FEE\0\u1FF3f;\uC000\u{1D557}\u0100ak\u05BF\u1FF7\u0100;v\u1FFC\u1FFD\u62D4;\u6AD9artint;\u6A0D\u0100ao\u200C\u2055\u0100cs\u2011\u2052\u03B1\u201A\u2030\u2038\u2045\u2048\0\u2050\u03B2\u2022\u2025\u2027\u202A\u202C\0\u202E\u803B\xBD\u40BD;\u6153\u803B\xBC\u40BC;\u6155;\u6159;\u615B\u01B3\u2034\0\u2036;\u6154;\u6156\u02B4\u203E\u2041\0\0\u2043\u803B\xBE\u40BE;\u6157;\u615C5;\u6158\u01B6\u204C\0\u204E;\u615A;\u615D8;\u615El;\u6044wn;\u6322cr;\uC000\u{1D4BB}\u0880Eabcdefgijlnorstv\u2082\u2089\u209F\u20A5\u20B0\u20B4\u20F0\u20F5\u20FA\u20FF\u2103\u2112\u2138\u0317\u213E\u2152\u219E\u0100;l\u064D\u2087;\u6A8C\u0180cmp\u2090\u2095\u209Dute;\u41F5ma\u0100;d\u209C\u1CDA\u43B3;\u6A86reve;\u411F\u0100iy\u20AA\u20AErc;\u411D;\u4433ot;\u4121\u0200;lqs\u063E\u0642\u20BD\u20C9\u0180;qs\u063E\u064C\u20C4lan\xF4\u0665\u0200;cdl\u0665\u20D2\u20D5\u20E5c;\u6AA9ot\u0100;o\u20DC\u20DD\u6A80\u0100;l\u20E2\u20E3\u6A82;\u6A84\u0100;e\u20EA\u20ED\uC000\u22DB\uFE00s;\u6A94r;\uC000\u{1D524}\u0100;g\u0673\u061Bmel;\u6137cy;\u4453\u0200;Eaj\u065A\u210C\u210E\u2110;\u6A92;\u6AA5;\u6AA4\u0200Eaes\u211B\u211D\u2129\u2134;\u6269p\u0100;p\u2123\u2124\u6A8Arox\xBB\u2124\u0100;q\u212E\u212F\u6A88\u0100;q\u212E\u211Bim;\u62E7pf;\uC000\u{1D558}\u0100ci\u2143\u2146r;\u610Am\u0180;el\u066B\u214E\u2150;\u6A8E;\u6A90\u8300>;cdlqr\u05EE\u2160\u216A\u216E\u2173\u2179\u0100ci\u2165\u2167;\u6AA7r;\u6A7Aot;\u62D7Par;\u6995uest;\u6A7C\u0280adels\u2184\u216A\u2190\u0656\u219B\u01F0\u2189\0\u218Epro\xF8\u209Er;\u6978q\u0100lq\u063F\u2196les\xF3\u2088i\xED\u066B\u0100en\u21A3\u21ADrtneqq;\uC000\u2269\uFE00\xC5\u21AA\u0500Aabcefkosy\u21C4\u21C7\u21F1\u21F5\u21FA\u2218\u221D\u222F\u2268\u227Dr\xF2\u03A0\u0200ilmr\u21D0\u21D4\u21D7\u21DBrs\xF0\u1484f\xBB\u2024il\xF4\u06A9\u0100dr\u21E0\u21E4cy;\u444A\u0180;cw\u08F4\u21EB\u21EFir;\u6948;\u61ADar;\u610Firc;\u4125\u0180alr\u2201\u220E\u2213rts\u0100;u\u2209\u220A\u6665it\xBB\u220Alip;\u6026con;\u62B9r;\uC000\u{1D525}s\u0100ew\u2223\u2229arow;\u6925arow;\u6926\u0280amopr\u223A\u223E\u2243\u225E\u2263rr;\u61FFtht;\u623Bk\u0100lr\u2249\u2253eftarrow;\u61A9ightarrow;\u61AAf;\uC000\u{1D559}bar;\u6015\u0180clt\u226F\u2274\u2278r;\uC000\u{1D4BD}as\xE8\u21F4rok;\u4127\u0100bp\u2282\u2287ull;\u6043hen\xBB\u1C5B\u0AE1\u22A3\0\u22AA\0\u22B8\u22C5\u22CE\0\u22D5\u22F3\0\0\u22F8\u2322\u2367\u2362\u237F\0\u2386\u23AA\u23B4cute\u803B\xED\u40ED\u0180;iy\u0771\u22B0\u22B5rc\u803B\xEE\u40EE;\u4438\u0100cx\u22BC\u22BFy;\u4435cl\u803B\xA1\u40A1\u0100fr\u039F\u22C9;\uC000\u{1D526}rave\u803B\xEC\u40EC\u0200;ino\u073E\u22DD\u22E9\u22EE\u0100in\u22E2\u22E6nt;\u6A0Ct;\u622Dfin;\u69DCta;\u6129lig;\u4133\u0180aop\u22FE\u231A\u231D\u0180cgt\u2305\u2308\u2317r;\u412B\u0180elp\u071F\u230F\u2313in\xE5\u078Ear\xF4\u0720h;\u4131f;\u62B7ed;\u41B5\u0280;cfot\u04F4\u232C\u2331\u233D\u2341are;\u6105in\u0100;t\u2338\u2339\u621Eie;\u69DDdo\xF4\u2319\u0280;celp\u0757\u234C\u2350\u235B\u2361al;\u62BA\u0100gr\u2355\u2359er\xF3\u1563\xE3\u234Darhk;\u6A17rod;\u6A3C\u0200cgpt\u236F\u2372\u2376\u237By;\u4451on;\u412Ff;\uC000\u{1D55A}a;\u43B9uest\u803B\xBF\u40BF\u0100ci\u238A\u238Fr;\uC000\u{1D4BE}n\u0280;Edsv\u04F4\u239B\u239D\u23A1\u04F3;\u62F9ot;\u62F5\u0100;v\u23A6\u23A7\u62F4;\u62F3\u0100;i\u0777\u23AElde;\u4129\u01EB\u23B8\0\u23BCcy;\u4456l\u803B\xEF\u40EF\u0300cfmosu\u23CC\u23D7\u23DC\u23E1\u23E7\u23F5\u0100iy\u23D1\u23D5rc;\u4135;\u4439r;\uC000\u{1D527}ath;\u4237pf;\uC000\u{1D55B}\u01E3\u23EC\0\u23F1r;\uC000\u{1D4BF}rcy;\u4458kcy;\u4454\u0400acfghjos\u240B\u2416\u2422\u2427\u242D\u2431\u2435\u243Bppa\u0100;v\u2413\u2414\u43BA;\u43F0\u0100ey\u241B\u2420dil;\u4137;\u443Ar;\uC000\u{1D528}reen;\u4138cy;\u4445cy;\u445Cpf;\uC000\u{1D55C}cr;\uC000\u{1D4C0}\u0B80ABEHabcdefghjlmnoprstuv\u2470\u2481\u2486\u248D\u2491\u250E\u253D\u255A\u2580\u264E\u265E\u2665\u2679\u267D\u269A\u26B2\u26D8\u275D\u2768\u278B\u27C0\u2801\u2812\u0180art\u2477\u247A\u247Cr\xF2\u09C6\xF2\u0395ail;\u691Barr;\u690E\u0100;g\u0994\u248B;\u6A8Bar;\u6962\u0963\u24A5\0\u24AA\0\u24B1\0\0\0\0\0\u24B5\u24BA\0\u24C6\u24C8\u24CD\0\u24F9ute;\u413Amptyv;\u69B4ra\xEE\u084Cbda;\u43BBg\u0180;dl\u088E\u24C1\u24C3;\u6991\xE5\u088E;\u6A85uo\u803B\xAB\u40ABr\u0400;bfhlpst\u0899\u24DE\u24E6\u24E9\u24EB\u24EE\u24F1\u24F5\u0100;f\u089D\u24E3s;\u691Fs;\u691D\xEB\u2252p;\u61ABl;\u6939im;\u6973l;\u61A2\u0180;ae\u24FF\u2500\u2504\u6AABil;\u6919\u0100;s\u2509\u250A\u6AAD;\uC000\u2AAD\uFE00\u0180abr\u2515\u2519\u251Drr;\u690Crk;\u6772\u0100ak\u2522\u252Cc\u0100ek\u2528\u252A;\u407B;\u405B\u0100es\u2531\u2533;\u698Bl\u0100du\u2539\u253B;\u698F;\u698D\u0200aeuy\u2546\u254B\u2556\u2558ron;\u413E\u0100di\u2550\u2554il;\u413C\xEC\u08B0\xE2\u2529;\u443B\u0200cqrs\u2563\u2566\u256D\u257Da;\u6936uo\u0100;r\u0E19\u1746\u0100du\u2572\u2577har;\u6967shar;\u694Bh;\u61B2\u0280;fgqs\u258B\u258C\u0989\u25F3\u25FF\u6264t\u0280ahlrt\u2598\u25A4\u25B7\u25C2\u25E8rrow\u0100;t\u0899\u25A1a\xE9\u24F6arpoon\u0100du\u25AF\u25B4own\xBB\u045Ap\xBB\u0966eftarrows;\u61C7ight\u0180ahs\u25CD\u25D6\u25DErrow\u0100;s\u08F4\u08A7arpoon\xF3\u0F98quigarro\xF7\u21F0hreetimes;\u62CB\u0180;qs\u258B\u0993\u25FAlan\xF4\u09AC\u0280;cdgs\u09AC\u260A\u260D\u261D\u2628c;\u6AA8ot\u0100;o\u2614\u2615\u6A7F\u0100;r\u261A\u261B\u6A81;\u6A83\u0100;e\u2622\u2625\uC000\u22DA\uFE00s;\u6A93\u0280adegs\u2633\u2639\u263D\u2649\u264Bppro\xF8\u24C6ot;\u62D6q\u0100gq\u2643\u2645\xF4\u0989gt\xF2\u248C\xF4\u099Bi\xED\u09B2\u0180ilr\u2655\u08E1\u265Asht;\u697C;\uC000\u{1D529}\u0100;E\u099C\u2663;\u6A91\u0161\u2669\u2676r\u0100du\u25B2\u266E\u0100;l\u0965\u2673;\u696Alk;\u6584cy;\u4459\u0280;acht\u0A48\u2688\u268B\u2691\u2696r\xF2\u25C1orne\xF2\u1D08ard;\u696Bri;\u65FA\u0100io\u269F\u26A4dot;\u4140ust\u0100;a\u26AC\u26AD\u63B0che\xBB\u26AD\u0200Eaes\u26BB\u26BD\u26C9\u26D4;\u6268p\u0100;p\u26C3\u26C4\u6A89rox\xBB\u26C4\u0100;q\u26CE\u26CF\u6A87\u0100;q\u26CE\u26BBim;\u62E6\u0400abnoptwz\u26E9\u26F4\u26F7\u271A\u272F\u2741\u2747\u2750\u0100nr\u26EE\u26F1g;\u67ECr;\u61FDr\xEB\u08C1g\u0180lmr\u26FF\u270D\u2714eft\u0100ar\u09E6\u2707ight\xE1\u09F2apsto;\u67FCight\xE1\u09FDparrow\u0100lr\u2725\u2729ef\xF4\u24EDight;\u61AC\u0180afl\u2736\u2739\u273Dr;\u6985;\uC000\u{1D55D}us;\u6A2Dimes;\u6A34\u0161\u274B\u274Fst;\u6217\xE1\u134E\u0180;ef\u2757\u2758\u1800\u65CAnge\xBB\u2758ar\u0100;l\u2764\u2765\u4028t;\u6993\u0280achmt\u2773\u2776\u277C\u2785\u2787r\xF2\u08A8orne\xF2\u1D8Car\u0100;d\u0F98\u2783;\u696D;\u600Eri;\u62BF\u0300achiqt\u2798\u279D\u0A40\u27A2\u27AE\u27BBquo;\u6039r;\uC000\u{1D4C1}m\u0180;eg\u09B2\u27AA\u27AC;\u6A8D;\u6A8F\u0100bu\u252A\u27B3o\u0100;r\u0E1F\u27B9;\u601Arok;\u4142\u8400<;cdhilqr\u082B\u27D2\u2639\u27DC\u27E0\u27E5\u27EA\u27F0\u0100ci\u27D7\u27D9;\u6AA6r;\u6A79re\xE5\u25F2mes;\u62C9arr;\u6976uest;\u6A7B\u0100Pi\u27F5\u27F9ar;\u6996\u0180;ef\u2800\u092D\u181B\u65C3r\u0100du\u2807\u280Dshar;\u694Ahar;\u6966\u0100en\u2817\u2821rtneqq;\uC000\u2268\uFE00\xC5\u281E\u0700Dacdefhilnopsu\u2840\u2845\u2882\u288E\u2893\u28A0\u28A5\u28A8\u28DA\u28E2\u28E4\u0A83\u28F3\u2902Dot;\u623A\u0200clpr\u284E\u2852\u2863\u287Dr\u803B\xAF\u40AF\u0100et\u2857\u2859;\u6642\u0100;e\u285E\u285F\u6720se\xBB\u285F\u0100;s\u103B\u2868to\u0200;dlu\u103B\u2873\u2877\u287Bow\xEE\u048Cef\xF4\u090F\xF0\u13D1ker;\u65AE\u0100oy\u2887\u288Cmma;\u6A29;\u443Cash;\u6014asuredangle\xBB\u1626r;\uC000\u{1D52A}o;\u6127\u0180cdn\u28AF\u28B4\u28C9ro\u803B\xB5\u40B5\u0200;acd\u1464\u28BD\u28C0\u28C4s\xF4\u16A7ir;\u6AF0ot\u80BB\xB7\u01B5us\u0180;bd\u28D2\u1903\u28D3\u6212\u0100;u\u1D3C\u28D8;\u6A2A\u0163\u28DE\u28E1p;\u6ADB\xF2\u2212\xF0\u0A81\u0100dp\u28E9\u28EEels;\u62A7f;\uC000\u{1D55E}\u0100ct\u28F8\u28FDr;\uC000\u{1D4C2}pos\xBB\u159D\u0180;lm\u2909\u290A\u290D\u43BCtimap;\u62B8\u0C00GLRVabcdefghijlmoprstuvw\u2942\u2953\u297E\u2989\u2998\u29DA\u29E9\u2A15\u2A1A\u2A58\u2A5D\u2A83\u2A95\u2AA4\u2AA8\u2B04\u2B07\u2B44\u2B7F\u2BAE\u2C34\u2C67\u2C7C\u2CE9\u0100gt\u2947\u294B;\uC000\u22D9\u0338\u0100;v\u2950\u0BCF\uC000\u226B\u20D2\u0180elt\u295A\u2972\u2976ft\u0100ar\u2961\u2967rrow;\u61CDightarrow;\u61CE;\uC000\u22D8\u0338\u0100;v\u297B\u0C47\uC000\u226A\u20D2ightarrow;\u61CF\u0100Dd\u298E\u2993ash;\u62AFash;\u62AE\u0280bcnpt\u29A3\u29A7\u29AC\u29B1\u29CCla\xBB\u02DEute;\u4144g;\uC000\u2220\u20D2\u0280;Eiop\u0D84\u29BC\u29C0\u29C5\u29C8;\uC000\u2A70\u0338d;\uC000\u224B\u0338s;\u4149ro\xF8\u0D84ur\u0100;a\u29D3\u29D4\u666El\u0100;s\u29D3\u0B38\u01F3\u29DF\0\u29E3p\u80BB\xA0\u0B37mp\u0100;e\u0BF9\u0C00\u0280aeouy\u29F4\u29FE\u2A03\u2A10\u2A13\u01F0\u29F9\0\u29FB;\u6A43on;\u4148dil;\u4146ng\u0100;d\u0D7E\u2A0Aot;\uC000\u2A6D\u0338p;\u6A42;\u443Dash;\u6013\u0380;Aadqsx\u0B92\u2A29\u2A2D\u2A3B\u2A41\u2A45\u2A50rr;\u61D7r\u0100hr\u2A33\u2A36k;\u6924\u0100;o\u13F2\u13F0ot;\uC000\u2250\u0338ui\xF6\u0B63\u0100ei\u2A4A\u2A4Ear;\u6928\xED\u0B98ist\u0100;s\u0BA0\u0B9Fr;\uC000\u{1D52B}\u0200Eest\u0BC5\u2A66\u2A79\u2A7C\u0180;qs\u0BBC\u2A6D\u0BE1\u0180;qs\u0BBC\u0BC5\u2A74lan\xF4\u0BE2i\xED\u0BEA\u0100;r\u0BB6\u2A81\xBB\u0BB7\u0180Aap\u2A8A\u2A8D\u2A91r\xF2\u2971rr;\u61AEar;\u6AF2\u0180;sv\u0F8D\u2A9C\u0F8C\u0100;d\u2AA1\u2AA2\u62FC;\u62FAcy;\u445A\u0380AEadest\u2AB7\u2ABA\u2ABE\u2AC2\u2AC5\u2AF6\u2AF9r\xF2\u2966;\uC000\u2266\u0338rr;\u619Ar;\u6025\u0200;fqs\u0C3B\u2ACE\u2AE3\u2AEFt\u0100ar\u2AD4\u2AD9rro\xF7\u2AC1ightarro\xF7\u2A90\u0180;qs\u0C3B\u2ABA\u2AEAlan\xF4\u0C55\u0100;s\u0C55\u2AF4\xBB\u0C36i\xED\u0C5D\u0100;r\u0C35\u2AFEi\u0100;e\u0C1A\u0C25i\xE4\u0D90\u0100pt\u2B0C\u2B11f;\uC000\u{1D55F}\u8180\xAC;in\u2B19\u2B1A\u2B36\u40ACn\u0200;Edv\u0B89\u2B24\u2B28\u2B2E;\uC000\u22F9\u0338ot;\uC000\u22F5\u0338\u01E1\u0B89\u2B33\u2B35;\u62F7;\u62F6i\u0100;v\u0CB8\u2B3C\u01E1\u0CB8\u2B41\u2B43;\u62FE;\u62FD\u0180aor\u2B4B\u2B63\u2B69r\u0200;ast\u0B7B\u2B55\u2B5A\u2B5Flle\xEC\u0B7Bl;\uC000\u2AFD\u20E5;\uC000\u2202\u0338lint;\u6A14\u0180;ce\u0C92\u2B70\u2B73u\xE5\u0CA5\u0100;c\u0C98\u2B78\u0100;e\u0C92\u2B7D\xF1\u0C98\u0200Aait\u2B88\u2B8B\u2B9D\u2BA7r\xF2\u2988rr\u0180;cw\u2B94\u2B95\u2B99\u619B;\uC000\u2933\u0338;\uC000\u219D\u0338ghtarrow\xBB\u2B95ri\u0100;e\u0CCB\u0CD6\u0380chimpqu\u2BBD\u2BCD\u2BD9\u2B04\u0B78\u2BE4\u2BEF\u0200;cer\u0D32\u2BC6\u0D37\u2BC9u\xE5\u0D45;\uC000\u{1D4C3}ort\u026D\u2B05\0\0\u2BD6ar\xE1\u2B56m\u0100;e\u0D6E\u2BDF\u0100;q\u0D74\u0D73su\u0100bp\u2BEB\u2BED\xE5\u0CF8\xE5\u0D0B\u0180bcp\u2BF6\u2C11\u2C19\u0200;Ees\u2BFF\u2C00\u0D22\u2C04\u6284;\uC000\u2AC5\u0338et\u0100;e\u0D1B\u2C0Bq\u0100;q\u0D23\u2C00c\u0100;e\u0D32\u2C17\xF1\u0D38\u0200;Ees\u2C22\u2C23\u0D5F\u2C27\u6285;\uC000\u2AC6\u0338et\u0100;e\u0D58\u2C2Eq\u0100;q\u0D60\u2C23\u0200gilr\u2C3D\u2C3F\u2C45\u2C47\xEC\u0BD7lde\u803B\xF1\u40F1\xE7\u0C43iangle\u0100lr\u2C52\u2C5Ceft\u0100;e\u0C1A\u2C5A\xF1\u0C26ight\u0100;e\u0CCB\u2C65\xF1\u0CD7\u0100;m\u2C6C\u2C6D\u43BD\u0180;es\u2C74\u2C75\u2C79\u4023ro;\u6116p;\u6007\u0480DHadgilrs\u2C8F\u2C94\u2C99\u2C9E\u2CA3\u2CB0\u2CB6\u2CD3\u2CE3ash;\u62ADarr;\u6904p;\uC000\u224D\u20D2ash;\u62AC\u0100et\u2CA8\u2CAC;\uC000\u2265\u20D2;\uC000>\u20D2nfin;\u69DE\u0180Aet\u2CBD\u2CC1\u2CC5rr;\u6902;\uC000\u2264\u20D2\u0100;r\u2CCA\u2CCD\uC000<\u20D2ie;\uC000\u22B4\u20D2\u0100At\u2CD8\u2CDCrr;\u6903rie;\uC000\u22B5\u20D2im;\uC000\u223C\u20D2\u0180Aan\u2CF0\u2CF4\u2D02rr;\u61D6r\u0100hr\u2CFA\u2CFDk;\u6923\u0100;o\u13E7\u13E5ear;\u6927\u1253\u1A95\0\0\0\0\0\0\0\0\0\0\0\0\0\u2D2D\0\u2D38\u2D48\u2D60\u2D65\u2D72\u2D84\u1B07\0\0\u2D8D\u2DAB\0\u2DC8\u2DCE\0\u2DDC\u2E19\u2E2B\u2E3E\u2E43\u0100cs\u2D31\u1A97ute\u803B\xF3\u40F3\u0100iy\u2D3C\u2D45r\u0100;c\u1A9E\u2D42\u803B\xF4\u40F4;\u443E\u0280abios\u1AA0\u2D52\u2D57\u01C8\u2D5Alac;\u4151v;\u6A38old;\u69BClig;\u4153\u0100cr\u2D69\u2D6Dir;\u69BF;\uC000\u{1D52C}\u036F\u2D79\0\0\u2D7C\0\u2D82n;\u42DBave\u803B\xF2\u40F2;\u69C1\u0100bm\u2D88\u0DF4ar;\u69B5\u0200acit\u2D95\u2D98\u2DA5\u2DA8r\xF2\u1A80\u0100ir\u2D9D\u2DA0r;\u69BEoss;\u69BBn\xE5\u0E52;\u69C0\u0180aei\u2DB1\u2DB5\u2DB9cr;\u414Dga;\u43C9\u0180cdn\u2DC0\u2DC5\u01CDron;\u43BF;\u69B6pf;\uC000\u{1D560}\u0180ael\u2DD4\u2DD7\u01D2r;\u69B7rp;\u69B9\u0380;adiosv\u2DEA\u2DEB\u2DEE\u2E08\u2E0D\u2E10\u2E16\u6228r\xF2\u1A86\u0200;efm\u2DF7\u2DF8\u2E02\u2E05\u6A5Dr\u0100;o\u2DFE\u2DFF\u6134f\xBB\u2DFF\u803B\xAA\u40AA\u803B\xBA\u40BAgof;\u62B6r;\u6A56lope;\u6A57;\u6A5B\u0180clo\u2E1F\u2E21\u2E27\xF2\u2E01ash\u803B\xF8\u40F8l;\u6298i\u016C\u2E2F\u2E34de\u803B\xF5\u40F5es\u0100;a\u01DB\u2E3As;\u6A36ml\u803B\xF6\u40F6bar;\u633D\u0AE1\u2E5E\0\u2E7D\0\u2E80\u2E9D\0\u2EA2\u2EB9\0\0\u2ECB\u0E9C\0\u2F13\0\0\u2F2B\u2FBC\0\u2FC8r\u0200;ast\u0403\u2E67\u2E72\u0E85\u8100\xB6;l\u2E6D\u2E6E\u40B6le\xEC\u0403\u0269\u2E78\0\0\u2E7Bm;\u6AF3;\u6AFDy;\u443Fr\u0280cimpt\u2E8B\u2E8F\u2E93\u1865\u2E97nt;\u4025od;\u402Eil;\u6030enk;\u6031r;\uC000\u{1D52D}\u0180imo\u2EA8\u2EB0\u2EB4\u0100;v\u2EAD\u2EAE\u43C6;\u43D5ma\xF4\u0A76ne;\u660E\u0180;tv\u2EBF\u2EC0\u2EC8\u43C0chfork\xBB\u1FFD;\u43D6\u0100au\u2ECF\u2EDFn\u0100ck\u2ED5\u2EDDk\u0100;h\u21F4\u2EDB;\u610E\xF6\u21F4s\u0480;abcdemst\u2EF3\u2EF4\u1908\u2EF9\u2EFD\u2F04\u2F06\u2F0A\u2F0E\u402Bcir;\u6A23ir;\u6A22\u0100ou\u1D40\u2F02;\u6A25;\u6A72n\u80BB\xB1\u0E9Dim;\u6A26wo;\u6A27\u0180ipu\u2F19\u2F20\u2F25ntint;\u6A15f;\uC000\u{1D561}nd\u803B\xA3\u40A3\u0500;Eaceinosu\u0EC8\u2F3F\u2F41\u2F44\u2F47\u2F81\u2F89\u2F92\u2F7E\u2FB6;\u6AB3p;\u6AB7u\xE5\u0ED9\u0100;c\u0ECE\u2F4C\u0300;acens\u0EC8\u2F59\u2F5F\u2F66\u2F68\u2F7Eppro\xF8\u2F43urlye\xF1\u0ED9\xF1\u0ECE\u0180aes\u2F6F\u2F76\u2F7Approx;\u6AB9qq;\u6AB5im;\u62E8i\xED\u0EDFme\u0100;s\u2F88\u0EAE\u6032\u0180Eas\u2F78\u2F90\u2F7A\xF0\u2F75\u0180dfp\u0EEC\u2F99\u2FAF\u0180als\u2FA0\u2FA5\u2FAAlar;\u632Eine;\u6312urf;\u6313\u0100;t\u0EFB\u2FB4\xEF\u0EFBrel;\u62B0\u0100ci\u2FC0\u2FC5r;\uC000\u{1D4C5};\u43C8ncsp;\u6008\u0300fiopsu\u2FDA\u22E2\u2FDF\u2FE5\u2FEB\u2FF1r;\uC000\u{1D52E}pf;\uC000\u{1D562}rime;\u6057cr;\uC000\u{1D4C6}\u0180aeo\u2FF8\u3009\u3013t\u0100ei\u2FFE\u3005rnion\xF3\u06B0nt;\u6A16st\u0100;e\u3010\u3011\u403F\xF1\u1F19\xF4\u0F14\u0A80ABHabcdefhilmnoprstux\u3040\u3051\u3055\u3059\u30E0\u310E\u312B\u3147\u3162\u3172\u318E\u3206\u3215\u3224\u3229\u3258\u326E\u3272\u3290\u32B0\u32B7\u0180art\u3047\u304A\u304Cr\xF2\u10B3\xF2\u03DDail;\u691Car\xF2\u1C65ar;\u6964\u0380cdenqrt\u3068\u3075\u3078\u307F\u308F\u3094\u30CC\u0100eu\u306D\u3071;\uC000\u223D\u0331te;\u4155i\xE3\u116Emptyv;\u69B3g\u0200;del\u0FD1\u3089\u308B\u308D;\u6992;\u69A5\xE5\u0FD1uo\u803B\xBB\u40BBr\u0580;abcfhlpstw\u0FDC\u30AC\u30AF\u30B7\u30B9\u30BC\u30BE\u30C0\u30C3\u30C7\u30CAp;\u6975\u0100;f\u0FE0\u30B4s;\u6920;\u6933s;\u691E\xEB\u225D\xF0\u272El;\u6945im;\u6974l;\u61A3;\u619D\u0100ai\u30D1\u30D5il;\u691Ao\u0100;n\u30DB\u30DC\u6236al\xF3\u0F1E\u0180abr\u30E7\u30EA\u30EEr\xF2\u17E5rk;\u6773\u0100ak\u30F3\u30FDc\u0100ek\u30F9\u30FB;\u407D;\u405D\u0100es\u3102\u3104;\u698Cl\u0100du\u310A\u310C;\u698E;\u6990\u0200aeuy\u3117\u311C\u3127\u3129ron;\u4159\u0100di\u3121\u3125il;\u4157\xEC\u0FF2\xE2\u30FA;\u4440\u0200clqs\u3134\u3137\u313D\u3144a;\u6937dhar;\u6969uo\u0100;r\u020E\u020Dh;\u61B3\u0180acg\u314E\u315F\u0F44l\u0200;ips\u0F78\u3158\u315B\u109Cn\xE5\u10BBar\xF4\u0FA9t;\u65AD\u0180ilr\u3169\u1023\u316Esht;\u697D;\uC000\u{1D52F}\u0100ao\u3177\u3186r\u0100du\u317D\u317F\xBB\u047B\u0100;l\u1091\u3184;\u696C\u0100;v\u318B\u318C\u43C1;\u43F1\u0180gns\u3195\u31F9\u31FCht\u0300ahlrst\u31A4\u31B0\u31C2\u31D8\u31E4\u31EErrow\u0100;t\u0FDC\u31ADa\xE9\u30C8arpoon\u0100du\u31BB\u31BFow\xEE\u317Ep\xBB\u1092eft\u0100ah\u31CA\u31D0rrow\xF3\u0FEAarpoon\xF3\u0551ightarrows;\u61C9quigarro\xF7\u30CBhreetimes;\u62CCg;\u42DAingdotse\xF1\u1F32\u0180ahm\u320D\u3210\u3213r\xF2\u0FEAa\xF2\u0551;\u600Foust\u0100;a\u321E\u321F\u63B1che\xBB\u321Fmid;\u6AEE\u0200abpt\u3232\u323D\u3240\u3252\u0100nr\u3237\u323Ag;\u67EDr;\u61FEr\xEB\u1003\u0180afl\u3247\u324A\u324Er;\u6986;\uC000\u{1D563}us;\u6A2Eimes;\u6A35\u0100ap\u325D\u3267r\u0100;g\u3263\u3264\u4029t;\u6994olint;\u6A12ar\xF2\u31E3\u0200achq\u327B\u3280\u10BC\u3285quo;\u603Ar;\uC000\u{1D4C7}\u0100bu\u30FB\u328Ao\u0100;r\u0214\u0213\u0180hir\u3297\u329B\u32A0re\xE5\u31F8mes;\u62CAi\u0200;efl\u32AA\u1059\u1821\u32AB\u65B9tri;\u69CEluhar;\u6968;\u611E\u0D61\u32D5\u32DB\u32DF\u332C\u3338\u3371\0\u337A\u33A4\0\0\u33EC\u33F0\0\u3428\u3448\u345A\u34AD\u34B1\u34CA\u34F1\0\u3616\0\0\u3633cute;\u415Bqu\xEF\u27BA\u0500;Eaceinpsy\u11ED\u32F3\u32F5\u32FF\u3302\u330B\u330F\u331F\u3326\u3329;\u6AB4\u01F0\u32FA\0\u32FC;\u6AB8on;\u4161u\xE5\u11FE\u0100;d\u11F3\u3307il;\u415Frc;\u415D\u0180Eas\u3316\u3318\u331B;\u6AB6p;\u6ABAim;\u62E9olint;\u6A13i\xED\u1204;\u4441ot\u0180;be\u3334\u1D47\u3335\u62C5;\u6A66\u0380Aacmstx\u3346\u334A\u3357\u335B\u335E\u3363\u336Drr;\u61D8r\u0100hr\u3350\u3352\xEB\u2228\u0100;o\u0A36\u0A34t\u803B\xA7\u40A7i;\u403Bwar;\u6929m\u0100in\u3369\xF0nu\xF3\xF1t;\u6736r\u0100;o\u3376\u2055\uC000\u{1D530}\u0200acoy\u3382\u3386\u3391\u33A0rp;\u666F\u0100hy\u338B\u338Fcy;\u4449;\u4448rt\u026D\u3399\0\0\u339Ci\xE4\u1464ara\xEC\u2E6F\u803B\xAD\u40AD\u0100gm\u33A8\u33B4ma\u0180;fv\u33B1\u33B2\u33B2\u43C3;\u43C2\u0400;deglnpr\u12AB\u33C5\u33C9\u33CE\u33D6\u33DE\u33E1\u33E6ot;\u6A6A\u0100;q\u12B1\u12B0\u0100;E\u33D3\u33D4\u6A9E;\u6AA0\u0100;E\u33DB\u33DC\u6A9D;\u6A9Fe;\u6246lus;\u6A24arr;\u6972ar\xF2\u113D\u0200aeit\u33F8\u3408\u340F\u3417\u0100ls\u33FD\u3404lsetm\xE9\u336Ahp;\u6A33parsl;\u69E4\u0100dl\u1463\u3414e;\u6323\u0100;e\u341C\u341D\u6AAA\u0100;s\u3422\u3423\u6AAC;\uC000\u2AAC\uFE00\u0180flp\u342E\u3433\u3442tcy;\u444C\u0100;b\u3438\u3439\u402F\u0100;a\u343E\u343F\u69C4r;\u633Ff;\uC000\u{1D564}a\u0100dr\u344D\u0402es\u0100;u\u3454\u3455\u6660it\xBB\u3455\u0180csu\u3460\u3479\u349F\u0100au\u3465\u346Fp\u0100;s\u1188\u346B;\uC000\u2293\uFE00p\u0100;s\u11B4\u3475;\uC000\u2294\uFE00u\u0100bp\u347F\u348F\u0180;es\u1197\u119C\u3486et\u0100;e\u1197\u348D\xF1\u119D\u0180;es\u11A8\u11AD\u3496et\u0100;e\u11A8\u349D\xF1\u11AE\u0180;af\u117B\u34A6\u05B0r\u0165\u34AB\u05B1\xBB\u117Car\xF2\u1148\u0200cemt\u34B9\u34BE\u34C2\u34C5r;\uC000\u{1D4C8}tm\xEE\xF1i\xEC\u3415ar\xE6\u11BE\u0100ar\u34CE\u34D5r\u0100;f\u34D4\u17BF\u6606\u0100an\u34DA\u34EDight\u0100ep\u34E3\u34EApsilo\xEE\u1EE0h\xE9\u2EAFs\xBB\u2852\u0280bcmnp\u34FB\u355E\u1209\u358B\u358E\u0480;Edemnprs\u350E\u350F\u3511\u3515\u351E\u3523\u352C\u3531\u3536\u6282;\u6AC5ot;\u6ABD\u0100;d\u11DA\u351Aot;\u6AC3ult;\u6AC1\u0100Ee\u3528\u352A;\u6ACB;\u628Alus;\u6ABFarr;\u6979\u0180eiu\u353D\u3552\u3555t\u0180;en\u350E\u3545\u354Bq\u0100;q\u11DA\u350Feq\u0100;q\u352B\u3528m;\u6AC7\u0100bp\u355A\u355C;\u6AD5;\u6AD3c\u0300;acens\u11ED\u356C\u3572\u3579\u357B\u3326ppro\xF8\u32FAurlye\xF1\u11FE\xF1\u11F3\u0180aes\u3582\u3588\u331Bppro\xF8\u331Aq\xF1\u3317g;\u666A\u0680123;Edehlmnps\u35A9\u35AC\u35AF\u121C\u35B2\u35B4\u35C0\u35C9\u35D5\u35DA\u35DF\u35E8\u35ED\u803B\xB9\u40B9\u803B\xB2\u40B2\u803B\xB3\u40B3;\u6AC6\u0100os\u35B9\u35BCt;\u6ABEub;\u6AD8\u0100;d\u1222\u35C5ot;\u6AC4s\u0100ou\u35CF\u35D2l;\u67C9b;\u6AD7arr;\u697Bult;\u6AC2\u0100Ee\u35E4\u35E6;\u6ACC;\u628Blus;\u6AC0\u0180eiu\u35F4\u3609\u360Ct\u0180;en\u121C\u35FC\u3602q\u0100;q\u1222\u35B2eq\u0100;q\u35E7\u35E4m;\u6AC8\u0100bp\u3611\u3613;\u6AD4;\u6AD6\u0180Aan\u361C\u3620\u362Drr;\u61D9r\u0100hr\u3626\u3628\xEB\u222E\u0100;o\u0A2B\u0A29war;\u692Alig\u803B\xDF\u40DF\u0BE1\u3651\u365D\u3660\u12CE\u3673\u3679\0\u367E\u36C2\0\0\0\0\0\u36DB\u3703\0\u3709\u376C\0\0\0\u3787\u0272\u3656\0\0\u365Bget;\u6316;\u43C4r\xEB\u0E5F\u0180aey\u3666\u366B\u3670ron;\u4165dil;\u4163;\u4442lrec;\u6315r;\uC000\u{1D531}\u0200eiko\u3686\u369D\u36B5\u36BC\u01F2\u368B\0\u3691e\u01004f\u1284\u1281a\u0180;sv\u3698\u3699\u369B\u43B8ym;\u43D1\u0100cn\u36A2\u36B2k\u0100as\u36A8\u36AEppro\xF8\u12C1im\xBB\u12ACs\xF0\u129E\u0100as\u36BA\u36AE\xF0\u12C1rn\u803B\xFE\u40FE\u01EC\u031F\u36C6\u22E7es\u8180\xD7;bd\u36CF\u36D0\u36D8\u40D7\u0100;a\u190F\u36D5r;\u6A31;\u6A30\u0180eps\u36E1\u36E3\u3700\xE1\u2A4D\u0200;bcf\u0486\u36EC\u36F0\u36F4ot;\u6336ir;\u6AF1\u0100;o\u36F9\u36FC\uC000\u{1D565}rk;\u6ADA\xE1\u3362rime;\u6034\u0180aip\u370F\u3712\u3764d\xE5\u1248\u0380adempst\u3721\u374D\u3740\u3751\u3757\u375C\u375Fngle\u0280;dlqr\u3730\u3731\u3736\u3740\u3742\u65B5own\xBB\u1DBBeft\u0100;e\u2800\u373E\xF1\u092E;\u625Cight\u0100;e\u32AA\u374B\xF1\u105Aot;\u65ECinus;\u6A3Alus;\u6A39b;\u69CDime;\u6A3Bezium;\u63E2\u0180cht\u3772\u377D\u3781\u0100ry\u3777\u377B;\uC000\u{1D4C9};\u4446cy;\u445Brok;\u4167\u0100io\u378B\u378Ex\xF4\u1777head\u0100lr\u3797\u37A0eftarro\xF7\u084Fightarrow\xBB\u0F5D\u0900AHabcdfghlmoprstuw\u37D0\u37D3\u37D7\u37E4\u37F0\u37FC\u380E\u381C\u3823\u3834\u3851\u385D\u386B\u38A9\u38CC\u38D2\u38EA\u38F6r\xF2\u03EDar;\u6963\u0100cr\u37DC\u37E2ute\u803B\xFA\u40FA\xF2\u1150r\u01E3\u37EA\0\u37EDy;\u445Eve;\u416D\u0100iy\u37F5\u37FArc\u803B\xFB\u40FB;\u4443\u0180abh\u3803\u3806\u380Br\xF2\u13ADlac;\u4171a\xF2\u13C3\u0100ir\u3813\u3818sht;\u697E;\uC000\u{1D532}rave\u803B\xF9\u40F9\u0161\u3827\u3831r\u0100lr\u382C\u382E\xBB\u0957\xBB\u1083lk;\u6580\u0100ct\u3839\u384D\u026F\u383F\0\0\u384Arn\u0100;e\u3845\u3846\u631Cr\xBB\u3846op;\u630Fri;\u65F8\u0100al\u3856\u385Acr;\u416B\u80BB\xA8\u0349\u0100gp\u3862\u3866on;\u4173f;\uC000\u{1D566}\u0300adhlsu\u114B\u3878\u387D\u1372\u3891\u38A0own\xE1\u13B3arpoon\u0100lr\u3888\u388Cef\xF4\u382Digh\xF4\u382Fi\u0180;hl\u3899\u389A\u389C\u43C5\xBB\u13FAon\xBB\u389Aparrows;\u61C8\u0180cit\u38B0\u38C4\u38C8\u026F\u38B6\0\0\u38C1rn\u0100;e\u38BC\u38BD\u631Dr\xBB\u38BDop;\u630Eng;\u416Fri;\u65F9cr;\uC000\u{1D4CA}\u0180dir\u38D9\u38DD\u38E2ot;\u62F0lde;\u4169i\u0100;f\u3730\u38E8\xBB\u1813\u0100am\u38EF\u38F2r\xF2\u38A8l\u803B\xFC\u40FCangle;\u69A7\u0780ABDacdeflnoprsz\u391C\u391F\u3929\u392D\u39B5\u39B8\u39BD\u39DF\u39E4\u39E8\u39F3\u39F9\u39FD\u3A01\u3A20r\xF2\u03F7ar\u0100;v\u3926\u3927\u6AE8;\u6AE9as\xE8\u03E1\u0100nr\u3932\u3937grt;\u699C\u0380eknprst\u34E3\u3946\u394B\u3952\u395D\u3964\u3996app\xE1\u2415othin\xE7\u1E96\u0180hir\u34EB\u2EC8\u3959op\xF4\u2FB5\u0100;h\u13B7\u3962\xEF\u318D\u0100iu\u3969\u396Dgm\xE1\u33B3\u0100bp\u3972\u3984setneq\u0100;q\u397D\u3980\uC000\u228A\uFE00;\uC000\u2ACB\uFE00setneq\u0100;q\u398F\u3992\uC000\u228B\uFE00;\uC000\u2ACC\uFE00\u0100hr\u399B\u399Fet\xE1\u369Ciangle\u0100lr\u39AA\u39AFeft\xBB\u0925ight\xBB\u1051y;\u4432ash\xBB\u1036\u0180elr\u39C4\u39D2\u39D7\u0180;be\u2DEA\u39CB\u39CFar;\u62BBq;\u625Alip;\u62EE\u0100bt\u39DC\u1468a\xF2\u1469r;\uC000\u{1D533}tr\xE9\u39AEsu\u0100bp\u39EF\u39F1\xBB\u0D1C\xBB\u0D59pf;\uC000\u{1D567}ro\xF0\u0EFBtr\xE9\u39B4\u0100cu\u3A06\u3A0Br;\uC000\u{1D4CB}\u0100bp\u3A10\u3A18n\u0100Ee\u3980\u3A16\xBB\u397En\u0100Ee\u3992\u3A1E\xBB\u3990igzag;\u699A\u0380cefoprs\u3A36\u3A3B\u3A56\u3A5B\u3A54\u3A61\u3A6Airc;\u4175\u0100di\u3A40\u3A51\u0100bg\u3A45\u3A49ar;\u6A5Fe\u0100;q\u15FA\u3A4F;\u6259erp;\u6118r;\uC000\u{1D534}pf;\uC000\u{1D568}\u0100;e\u1479\u3A66at\xE8\u1479cr;\uC000\u{1D4CC}\u0AE3\u178E\u3A87\0\u3A8B\0\u3A90\u3A9B\0\0\u3A9D\u3AA8\u3AAB\u3AAF\0\0\u3AC3\u3ACE\0\u3AD8\u17DC\u17DFtr\xE9\u17D1r;\uC000\u{1D535}\u0100Aa\u3A94\u3A97r\xF2\u03C3r\xF2\u09F6;\u43BE\u0100Aa\u3AA1\u3AA4r\xF2\u03B8r\xF2\u09EBa\xF0\u2713is;\u62FB\u0180dpt\u17A4\u3AB5\u3ABE\u0100fl\u3ABA\u17A9;\uC000\u{1D569}im\xE5\u17B2\u0100Aa\u3AC7\u3ACAr\xF2\u03CEr\xF2\u0A01\u0100cq\u3AD2\u17B8r;\uC000\u{1D4CD}\u0100pt\u17D6\u3ADCr\xE9\u17D4\u0400acefiosu\u3AF0\u3AFD\u3B08\u3B0C\u3B11\u3B15\u3B1B\u3B21c\u0100uy\u3AF6\u3AFBte\u803B\xFD\u40FD;\u444F\u0100iy\u3B02\u3B06rc;\u4177;\u444Bn\u803B\xA5\u40A5r;\uC000\u{1D536}cy;\u4457pf;\uC000\u{1D56A}cr;\uC000\u{1D4CE}\u0100cm\u3B26\u3B29y;\u444El\u803B\xFF\u40FF\u0500acdefhiosw\u3B42\u3B48\u3B54\u3B58\u3B64\u3B69\u3B6D\u3B74\u3B7A\u3B80cute;\u417A\u0100ay\u3B4D\u3B52ron;\u417E;\u4437ot;\u417C\u0100et\u3B5D\u3B61tr\xE6\u155Fa;\u43B6r;\uC000\u{1D537}cy;\u4436grarr;\u61DDpf;\uC000\u{1D56B}cr;\uC000\u{1D4CF}\u0100jn\u3B85\u3B87;\u600Dj;\u600C'.split("").map(o=>o.charCodeAt(0)));var Yl=new Uint16Array("\u0200aglq \x1B\u026D\0\0p;\u4026os;\u4027t;\u403Et;\u403Cuot;\u4022".split("").map(o=>o.charCodeAt(0)));var ig,Wv=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),zo=(ig=String.fromCodePoint)!==null&&ig!==void 0?ig:function(o){let r="";return o>65535&&(o-=65536,r+=String.fromCharCode(o>>>10&1023|55296),o=56320|o&1023),r+=String.fromCharCode(o),r};function og(o){var r;return o>=55296&&o<=57343||o>1114111?65533:(r=Wv.get(o))!==null&&r!==void 0?r:o}var tr;(function(o){o[o.NUM=35]="NUM",o[o.SEMI=59]="SEMI",o[o.EQUALS=61]="EQUALS",o[o.ZERO=48]="ZERO",o[o.NINE=57]="NINE",o[o.LOWER_A=97]="LOWER_A",o[o.LOWER_F=102]="LOWER_F",o[o.LOWER_X=120]="LOWER_X",o[o.LOWER_Z=122]="LOWER_Z",o[o.UPPER_A=65]="UPPER_A",o[o.UPPER_F=70]="UPPER_F",o[o.UPPER_Z=90]="UPPER_Z"})(tr||(tr={}));var jv=32,Ti;(function(o){o[o.VALUE_LENGTH=49152]="VALUE_LENGTH",o[o.BRANCH_LENGTH=16256]="BRANCH_LENGTH",o[o.JUMP_TABLE=127]="JUMP_TABLE"})(Ti||(Ti={}));function sg(o){return o>=tr.ZERO&&o<=tr.NINE}function Vv(o){return o>=tr.UPPER_A&&o<=tr.UPPER_F||o>=tr.LOWER_A&&o<=tr.LOWER_F}function qv(o){return o>=tr.UPPER_A&&o<=tr.UPPER_Z||o>=tr.LOWER_A&&o<=tr.LOWER_Z||sg(o)}function $v(o){return o===tr.EQUALS||qv(o)}var Ze;(function(o){o[o.EntityStart=0]="EntityStart",o[o.NumericStart=1]="NumericStart",o[o.NumericDecimal=2]="NumericDecimal",o[o.NumericHex=3]="NumericHex",o[o.NamedEntity=4]="NamedEntity"})(Ze||(Ze={}));var Ur;(function(o){o[o.Legacy=0]="Legacy",o[o.Strict=1]="Strict",o[o.Attribute=2]="Attribute"})(Ur||(Ur={}));var Wo=class{constructor(r,s,a){this.decodeTree=r,this.emitCodePoint=s,this.errors=a,this.state=Ze.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Ur.Strict}startEntity(r){this.decodeMode=r,this.state=Ze.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(r,s){switch(this.state){case Ze.EntityStart:return r.charCodeAt(s)===tr.NUM?(this.state=Ze.NumericStart,this.consumed+=1,this.stateNumericStart(r,s+1)):(this.state=Ze.NamedEntity,this.stateNamedEntity(r,s));case Ze.NumericStart:return this.stateNumericStart(r,s);case Ze.NumericDecimal:return this.stateNumericDecimal(r,s);case Ze.NumericHex:return this.stateNumericHex(r,s);case Ze.NamedEntity:return this.stateNamedEntity(r,s)}}stateNumericStart(r,s){return s>=r.length?-1:(r.charCodeAt(s)|jv)===tr.LOWER_X?(this.state=Ze.NumericHex,this.consumed+=1,this.stateNumericHex(r,s+1)):(this.state=Ze.NumericDecimal,this.stateNumericDecimal(r,s))}addToNumericResult(r,s,a,l){if(s!==a){let c=a-s;this.result=this.result*Math.pow(l,c)+parseInt(r.substr(s,c),l),this.consumed+=c}}stateNumericHex(r,s){let a=s;for(;s<r.length;){let l=r.charCodeAt(s);if(sg(l)||Vv(l))s+=1;else return this.addToNumericResult(r,a,s,16),this.emitNumericEntity(l,3)}return this.addToNumericResult(r,a,s,16),-1}stateNumericDecimal(r,s){let a=s;for(;s<r.length;){let l=r.charCodeAt(s);if(sg(l))s+=1;else return this.addToNumericResult(r,a,s,10),this.emitNumericEntity(l,2)}return this.addToNumericResult(r,a,s,10),-1}emitNumericEntity(r,s){var a;if(this.consumed<=s)return(a=this.errors)===null||a===void 0||a.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(r===tr.SEMI)this.consumed+=1;else if(this.decodeMode===Ur.Strict)return 0;return this.emitCodePoint(og(this.result),this.consumed),this.errors&&(r!==tr.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(r,s){let{decodeTree:a}=this,l=a[this.treeIndex],c=(l&Ti.VALUE_LENGTH)>>14;for(;s<r.length;s++,this.excess++){let f=r.charCodeAt(s);if(this.treeIndex=Xv(a,l,this.treeIndex+Math.max(1,c),f),this.treeIndex<0)return this.result===0||this.decodeMode===Ur.Attribute&&(c===0||$v(f))?0:this.emitNotTerminatedNamedEntity();if(l=a[this.treeIndex],c=(l&Ti.VALUE_LENGTH)>>14,c!==0){if(f===tr.SEMI)return this.emitNamedEntityData(this.treeIndex,c,this.consumed+this.excess);this.decodeMode!==Ur.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var r;let{result:s,decodeTree:a}=this,l=(a[s]&Ti.VALUE_LENGTH)>>14;return this.emitNamedEntityData(s,l,this.consumed),(r=this.errors)===null||r===void 0||r.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(r,s,a){let{decodeTree:l}=this;return this.emitCodePoint(s===1?l[r]&~Ti.VALUE_LENGTH:l[r+1],a),s===3&&this.emitCodePoint(l[r+2],a),a}end(){var r;switch(this.state){case Ze.NamedEntity:return this.result!==0&&(this.decodeMode!==Ur.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case Ze.NumericDecimal:return this.emitNumericEntity(0,2);case Ze.NumericHex:return this.emitNumericEntity(0,3);case Ze.NumericStart:return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Ze.EntityStart:return 0}}};function D4(o){let r="",s=new Wo(o,a=>r+=zo(a));return function(l,c){let f=0,u=0;for(;(u=l.indexOf("&",u))>=0;){r+=l.slice(f,u),s.startEntity(c);let n=s.write(l,u+1);if(n<0){f=u+s.end();break}f=u+n,u=n===0?f+1:f}let i=r+l.slice(f);return r="",i}}function Xv(o,r,s,a){let l=(r&Ti.BRANCH_LENGTH)>>7,c=r&Ti.JUMP_TABLE;if(l===0)return c!==0&&a===c?s:-1;if(c){let i=a-c;return i<0||i>=l?-1:o[s+i]-1}let f=s,u=f+l-1;for(;f<=u;){let i=f+u>>>1,n=o[i];if(n<a)f=i+1;else if(n>a)u=i-1;else return o[i+l]}return-1}var XE=D4(Kl),KE=D4(Yl);var Ot;(function(o){o[o.Tab=9]="Tab",o[o.NewLine=10]="NewLine",o[o.FormFeed=12]="FormFeed",o[o.CarriageReturn=13]="CarriageReturn",o[o.Space=32]="Space",o[o.ExclamationMark=33]="ExclamationMark",o[o.Number=35]="Number",o[o.Amp=38]="Amp",o[o.SingleQuote=39]="SingleQuote",o[o.DoubleQuote=34]="DoubleQuote",o[o.Dash=45]="Dash",o[o.Slash=47]="Slash",o[o.Zero=48]="Zero",o[o.Nine=57]="Nine",o[o.Semi=59]="Semi",o[o.Lt=60]="Lt",o[o.Eq=61]="Eq",o[o.Gt=62]="Gt",o[o.Questionmark=63]="Questionmark",o[o.UpperA=65]="UpperA",o[o.LowerA=97]="LowerA",o[o.UpperF=70]="UpperF",o[o.LowerF=102]="LowerF",o[o.UpperZ=90]="UpperZ",o[o.LowerZ=122]="LowerZ",o[o.LowerX=120]="LowerX",o[o.OpeningSquareBracket=91]="OpeningSquareBracket"})(Ot||(Ot={}));var xt;(function(o){o[o.Text=1]="Text",o[o.BeforeTagName=2]="BeforeTagName",o[o.InTagName=3]="InTagName",o[o.InSelfClosingTag=4]="InSelfClosingTag",o[o.BeforeClosingTagName=5]="BeforeClosingTagName",o[o.InClosingTagName=6]="InClosingTagName",o[o.AfterClosingTagName=7]="AfterClosingTagName",o[o.BeforeAttributeName=8]="BeforeAttributeName",o[o.InAttributeName=9]="InAttributeName",o[o.AfterAttributeName=10]="AfterAttributeName",o[o.BeforeAttributeValue=11]="BeforeAttributeValue",o[o.InAttributeValueDq=12]="InAttributeValueDq",o[o.InAttributeValueSq=13]="InAttributeValueSq",o[o.InAttributeValueNq=14]="InAttributeValueNq",o[o.BeforeDeclaration=15]="BeforeDeclaration",o[o.InDeclaration=16]="InDeclaration",o[o.InProcessingInstruction=17]="InProcessingInstruction",o[o.BeforeComment=18]="BeforeComment",o[o.CDATASequence=19]="CDATASequence",o[o.InSpecialComment=20]="InSpecialComment",o[o.InCommentLike=21]="InCommentLike",o[o.BeforeSpecialS=22]="BeforeSpecialS",o[o.BeforeSpecialT=23]="BeforeSpecialT",o[o.SpecialStartSequence=24]="SpecialStartSequence",o[o.InSpecialTag=25]="InSpecialTag",o[o.InEntity=26]="InEntity"})(xt||(xt={}));function si(o){return o===Ot.Space||o===Ot.NewLine||o===Ot.Tab||o===Ot.FormFeed||o===Ot.CarriageReturn}function Jl(o){return o===Ot.Slash||o===Ot.Gt||si(o)}function Kv(o){return o>=Ot.LowerA&&o<=Ot.LowerZ||o>=Ot.UpperA&&o<=Ot.UpperZ}var Gr;(function(o){o[o.NoValue=0]="NoValue",o[o.Unquoted=1]="Unquoted",o[o.Single=2]="Single",o[o.Double=3]="Double"})(Gr||(Gr={}));var fr={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97])},Yi=class{constructor({xmlMode:r=!1,decodeEntities:s=!0},a){this.cbs=a,this.state=xt.Text,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=xt.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=r,this.decodeEntities=s,this.entityDecoder=new Wo(r?Yl:Kl,(l,c)=>this.emitCodePoint(l,c))}reset(){this.state=xt.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=xt.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(r){this.offset+=this.buffer.length,this.buffer=r,this.parse()}end(){this.running&&this.finish()}pause(){this.running=!1}resume(){this.running=!0,this.index<this.buffer.length+this.offset&&this.parse()}stateText(r){r===Ot.Lt||!this.decodeEntities&&this.fastForwardTo(Ot.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=xt.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&r===Ot.Amp&&this.startEntity()}stateSpecialStartSequence(r){let s=this.sequenceIndex===this.currentSequence.length;if(!(s?Jl(r):(r|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!s){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=xt.InTagName,this.stateInTagName(r)}stateInSpecialTag(r){if(this.sequenceIndex===this.currentSequence.length){if(r===Ot.Gt||si(r)){let s=this.index-this.currentSequence.length;if(this.sectionStart<s){let a=this.index;this.index=s,this.cbs.ontext(this.sectionStart,s),this.index=a}this.isSpecial=!1,this.sectionStart=s+2,this.stateInClosingTagName(r);return}this.sequenceIndex=0}(r|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===fr.TitleEnd?this.decodeEntities&&r===Ot.Amp&&this.startEntity():this.fastForwardTo(Ot.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=+(r===Ot.Lt)}stateCDATASequence(r){r===fr.Cdata[this.sequenceIndex]?++this.sequenceIndex===fr.Cdata.length&&(this.state=xt.InCommentLike,this.currentSequence=fr.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=xt.InDeclaration,this.stateInDeclaration(r))}fastForwardTo(r){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===r)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(r){r===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===fr.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index,2):this.cbs.oncomment(this.sectionStart,this.index,2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=xt.Text):this.sequenceIndex===0?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):r!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(r){return this.xmlMode?!Jl(r):Kv(r)}startSpecial(r,s){this.isSpecial=!0,this.currentSequence=r,this.sequenceIndex=s,this.state=xt.SpecialStartSequence}stateBeforeTagName(r){if(r===Ot.ExclamationMark)this.state=xt.BeforeDeclaration,this.sectionStart=this.index+1;else if(r===Ot.Questionmark)this.state=xt.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(r)){let s=r|32;this.sectionStart=this.index,this.xmlMode?this.state=xt.InTagName:s===fr.ScriptEnd[2]?this.state=xt.BeforeSpecialS:s===fr.TitleEnd[2]?this.state=xt.BeforeSpecialT:this.state=xt.InTagName}else r===Ot.Slash?this.state=xt.BeforeClosingTagName:(this.state=xt.Text,this.stateText(r))}stateInTagName(r){Jl(r)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=xt.BeforeAttributeName,this.stateBeforeAttributeName(r))}stateBeforeClosingTagName(r){si(r)||(r===Ot.Gt?this.state=xt.Text:(this.state=this.isTagStartChar(r)?xt.InClosingTagName:xt.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(r){(r===Ot.Gt||si(r))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=xt.AfterClosingTagName,this.stateAfterClosingTagName(r))}stateAfterClosingTagName(r){(r===Ot.Gt||this.fastForwardTo(Ot.Gt))&&(this.state=xt.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(r){r===Ot.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=xt.InSpecialTag,this.sequenceIndex=0):this.state=xt.Text,this.sectionStart=this.index+1):r===Ot.Slash?this.state=xt.InSelfClosingTag:si(r)||(this.state=xt.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(r){r===Ot.Gt?(this.cbs.onselfclosingtag(this.index),this.state=xt.Text,this.sectionStart=this.index+1,this.isSpecial=!1):si(r)||(this.state=xt.BeforeAttributeName,this.stateBeforeAttributeName(r))}stateInAttributeName(r){(r===Ot.Eq||Jl(r))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=xt.AfterAttributeName,this.stateAfterAttributeName(r))}stateAfterAttributeName(r){r===Ot.Eq?this.state=xt.BeforeAttributeValue:r===Ot.Slash||r===Ot.Gt?(this.cbs.onattribend(Gr.NoValue,this.sectionStart),this.sectionStart=-1,this.state=xt.BeforeAttributeName,this.stateBeforeAttributeName(r)):si(r)||(this.cbs.onattribend(Gr.NoValue,this.sectionStart),this.state=xt.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(r){r===Ot.DoubleQuote?(this.state=xt.InAttributeValueDq,this.sectionStart=this.index+1):r===Ot.SingleQuote?(this.state=xt.InAttributeValueSq,this.sectionStart=this.index+1):si(r)||(this.sectionStart=this.index,this.state=xt.InAttributeValueNq,this.stateInAttributeValueNoQuotes(r))}handleInAttributeValue(r,s){r===s||!this.decodeEntities&&this.fastForwardTo(s)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(s===Ot.DoubleQuote?Gr.Double:Gr.Single,this.index+1),this.state=xt.BeforeAttributeName):this.decodeEntities&&r===Ot.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(r){this.handleInAttributeValue(r,Ot.DoubleQuote)}stateInAttributeValueSingleQuotes(r){this.handleInAttributeValue(r,Ot.SingleQuote)}stateInAttributeValueNoQuotes(r){si(r)||r===Ot.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(Gr.Unquoted,this.index),this.state=xt.BeforeAttributeName,this.stateBeforeAttributeName(r)):this.decodeEntities&&r===Ot.Amp&&this.startEntity()}stateBeforeDeclaration(r){r===Ot.OpeningSquareBracket?(this.state=xt.CDATASequence,this.sequenceIndex=0):this.state=r===Ot.Dash?xt.BeforeComment:xt.InDeclaration}stateInDeclaration(r){(r===Ot.Gt||this.fastForwardTo(Ot.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=xt.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(r){(r===Ot.Gt||this.fastForwardTo(Ot.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=xt.Text,this.sectionStart=this.index+1)}stateBeforeComment(r){r===Ot.Dash?(this.state=xt.InCommentLike,this.currentSequence=fr.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=xt.InDeclaration}stateInSpecialComment(r){(r===Ot.Gt||this.fastForwardTo(Ot.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=xt.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(r){let s=r|32;s===fr.ScriptEnd[3]?this.startSpecial(fr.ScriptEnd,4):s===fr.StyleEnd[3]?this.startSpecial(fr.StyleEnd,4):(this.state=xt.InTagName,this.stateInTagName(r))}stateBeforeSpecialT(r){let s=r|32;s===fr.TitleEnd[3]?this.startSpecial(fr.TitleEnd,4):s===fr.TextareaEnd[3]?this.startSpecial(fr.TextareaEnd,4):(this.state=xt.InTagName,this.stateInTagName(r))}startEntity(){this.baseState=this.state,this.state=xt.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?Ur.Strict:this.baseState===xt.Text||this.baseState===xt.InSpecialTag?Ur.Legacy:Ur.Attribute)}stateInEntity(){let r=this.entityDecoder.write(this.buffer,this.index-this.offset);r>=0?(this.state=this.baseState,r===0&&(this.index=this.entityStart)):this.index=this.offset+this.buffer.length-1}cleanup(){this.running&&this.sectionStart!==this.index&&(this.state===xt.Text||this.state===xt.InSpecialTag&&this.sequenceIndex===0?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):(this.state===xt.InAttributeValueDq||this.state===xt.InAttributeValueSq||this.state===xt.InAttributeValueNq)&&(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){for(;this.shouldContinue();){let r=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case xt.Text:{this.stateText(r);break}case xt.SpecialStartSequence:{this.stateSpecialStartSequence(r);break}case xt.InSpecialTag:{this.stateInSpecialTag(r);break}case xt.CDATASequence:{this.stateCDATASequence(r);break}case xt.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(r);break}case xt.InAttributeName:{this.stateInAttributeName(r);break}case xt.InCommentLike:{this.stateInCommentLike(r);break}case xt.InSpecialComment:{this.stateInSpecialComment(r);break}case xt.BeforeAttributeName:{this.stateBeforeAttributeName(r);break}case xt.InTagName:{this.stateInTagName(r);break}case xt.InClosingTagName:{this.stateInClosingTagName(r);break}case xt.BeforeTagName:{this.stateBeforeTagName(r);break}case xt.AfterAttributeName:{this.stateAfterAttributeName(r);break}case xt.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(r);break}case xt.BeforeAttributeValue:{this.stateBeforeAttributeValue(r);break}case xt.BeforeClosingTagName:{this.stateBeforeClosingTagName(r);break}case xt.AfterClosingTagName:{this.stateAfterClosingTagName(r);break}case xt.BeforeSpecialS:{this.stateBeforeSpecialS(r);break}case xt.BeforeSpecialT:{this.stateBeforeSpecialT(r);break}case xt.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(r);break}case xt.InSelfClosingTag:{this.stateInSelfClosingTag(r);break}case xt.InDeclaration:{this.stateInDeclaration(r);break}case xt.BeforeDeclaration:{this.stateBeforeDeclaration(r);break}case xt.BeforeComment:{this.stateBeforeComment(r);break}case xt.InProcessingInstruction:{this.stateInProcessingInstruction(r);break}case xt.InEntity:{this.stateInEntity();break}}this.index++}this.cleanup()}finish(){this.state===xt.InEntity&&(this.entityDecoder.end(),this.state=this.baseState),this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){let r=this.buffer.length+this.offset;this.sectionStart>=r||(this.state===xt.InCommentLike?this.currentSequence===fr.CdataEnd?this.cbs.oncdata(this.sectionStart,r,0):this.cbs.oncomment(this.sectionStart,r,0):this.state===xt.InTagName||this.state===xt.BeforeAttributeName||this.state===xt.BeforeAttributeValue||this.state===xt.AfterAttributeName||this.state===xt.InAttributeName||this.state===xt.InAttributeValueSq||this.state===xt.InAttributeValueDq||this.state===xt.InAttributeValueNq||this.state===xt.InClosingTagName||this.cbs.ontext(this.sectionStart,r))}emitCodePoint(r,s){this.baseState!==xt.Text&&this.baseState!==xt.InSpecialTag?(this.sectionStart<this.entityStart&&this.cbs.onattribdata(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+s,this.index=this.sectionStart-1,this.cbs.onattribentity(r)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+s,this.index=this.sectionStart-1,this.cbs.ontextentity(r,this.sectionStart))}};var jo=new Set(["input","option","optgroup","select","button","datalist","textarea"]),ye=new Set(["p"]),S4=new Set(["thead","tbody"]),T4=new Set(["dd","dt"]),_4=new Set(["rt","rp"]),Yv=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",ye],["h1",ye],["h2",ye],["h3",ye],["h4",ye],["h5",ye],["h6",ye],["select",jo],["input",jo],["output",jo],["button",jo],["datalist",jo],["textarea",jo],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",T4],["dt",T4],["address",ye],["article",ye],["aside",ye],["blockquote",ye],["details",ye],["div",ye],["dl",ye],["fieldset",ye],["figcaption",ye],["figure",ye],["footer",ye],["form",ye],["header",ye],["hr",ye],["main",ye],["nav",ye],["ol",ye],["pre",ye],["section",ye],["table",ye],["ul",ye],["rt",_4],["rp",_4],["tbody",S4],["tfoot",S4]]),Jv=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),R4=new Set(["math","svg"]),N4=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),Qv=/\s|\//,_i=class{constructor(r,s={}){var a,l,c,f,u,i;this.options=s,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=r??{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=(a=s.lowerCaseTags)!==null&&a!==void 0?a:this.htmlMode,this.lowerCaseAttributeNames=(l=s.lowerCaseAttributeNames)!==null&&l!==void 0?l:this.htmlMode,this.recognizeSelfClosing=(c=s.recognizeSelfClosing)!==null&&c!==void 0?c:!this.htmlMode,this.tokenizer=new((f=s.Tokenizer)!==null&&f!==void 0?f:Yi)(this.options,this),this.foreignContext=[!this.htmlMode],(i=(u=this.cbs).onparserinit)===null||i===void 0||i.call(u,this)}ontext(r,s){var a,l;let c=this.getSlice(r,s);this.endIndex=s-1,(l=(a=this.cbs).ontext)===null||l===void 0||l.call(a,c),this.startIndex=s}ontextentity(r,s){var a,l;this.endIndex=s-1,(l=(a=this.cbs).ontext)===null||l===void 0||l.call(a,zo(r)),this.startIndex=s}isVoidElement(r){return this.htmlMode&&Jv.has(r)}onopentagname(r,s){this.endIndex=s;let a=this.getSlice(r,s);this.lowerCaseTagNames&&(a=a.toLowerCase()),this.emitOpenTag(a)}emitOpenTag(r){var s,a,l,c;this.openTagStart=this.startIndex,this.tagname=r;let f=this.htmlMode&&Yv.get(r);if(f)for(;this.stack.length>0&&f.has(this.stack[0]);){let u=this.stack.shift();(a=(s=this.cbs).onclosetag)===null||a===void 0||a.call(s,u,!0)}this.isVoidElement(r)||(this.stack.unshift(r),this.htmlMode&&(R4.has(r)?this.foreignContext.unshift(!0):N4.has(r)&&this.foreignContext.unshift(!1))),(c=(l=this.cbs).onopentagname)===null||c===void 0||c.call(l,r),this.cbs.onopentag&&(this.attribs={})}endOpenTag(r){var s,a;this.startIndex=this.openTagStart,this.attribs&&((a=(s=this.cbs).onopentag)===null||a===void 0||a.call(s,this.tagname,this.attribs,r),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""}onopentagend(r){this.endIndex=r,this.endOpenTag(!1),this.startIndex=r+1}onclosetag(r,s){var a,l,c,f,u,i,n,e;this.endIndex=s;let t=this.getSlice(r,s);if(this.lowerCaseTagNames&&(t=t.toLowerCase()),this.htmlMode&&(R4.has(t)||N4.has(t))&&this.foreignContext.shift(),this.isVoidElement(t))this.htmlMode&&t==="br"&&((f=(c=this.cbs).onopentagname)===null||f===void 0||f.call(c,"br"),(i=(u=this.cbs).onopentag)===null||i===void 0||i.call(u,"br",{},!0),(e=(n=this.cbs).onclosetag)===null||e===void 0||e.call(n,"br",!1));else{let b=this.stack.indexOf(t);if(b!==-1)for(let g=0;g<=b;g++){let d=this.stack.shift();(l=(a=this.cbs).onclosetag)===null||l===void 0||l.call(a,d,g!==b)}else this.htmlMode&&t==="p"&&(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=s+1}onselfclosingtag(r){this.endIndex=r,this.recognizeSelfClosing||this.foreignContext[0]?(this.closeCurrentTag(!1),this.startIndex=r+1):this.onopentagend(r)}closeCurrentTag(r){var s,a;let l=this.tagname;this.endOpenTag(r),this.stack[0]===l&&((a=(s=this.cbs).onclosetag)===null||a===void 0||a.call(s,l,!r),this.stack.shift())}onattribname(r,s){this.startIndex=r;let a=this.getSlice(r,s);this.attribname=this.lowerCaseAttributeNames?a.toLowerCase():a}onattribdata(r,s){this.attribvalue+=this.getSlice(r,s)}onattribentity(r){this.attribvalue+=zo(r)}onattribend(r,s){var a,l;this.endIndex=s,(l=(a=this.cbs).onattribute)===null||l===void 0||l.call(a,this.attribname,this.attribvalue,r===Gr.Double?'"':r===Gr.Single?"'":r===Gr.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""}getInstructionName(r){let s=r.search(Qv),a=s<0?r:r.substr(0,s);return this.lowerCaseTagNames&&(a=a.toLowerCase()),a}ondeclaration(r,s){this.endIndex=s;let a=this.getSlice(r,s);if(this.cbs.onprocessinginstruction){let l=this.getInstructionName(a);this.cbs.onprocessinginstruction(`!${l}`,`!${a}`)}this.startIndex=s+1}onprocessinginstruction(r,s){this.endIndex=s;let a=this.getSlice(r,s);if(this.cbs.onprocessinginstruction){let l=this.getInstructionName(a);this.cbs.onprocessinginstruction(`?${l}`,`?${a}`)}this.startIndex=s+1}oncomment(r,s,a){var l,c,f,u;this.endIndex=s,(c=(l=this.cbs).oncomment)===null||c===void 0||c.call(l,this.getSlice(r,s-a)),(u=(f=this.cbs).oncommentend)===null||u===void 0||u.call(f),this.startIndex=s+1}oncdata(r,s,a){var l,c,f,u,i,n,e,t,b,g;this.endIndex=s;let d=this.getSlice(r,s-a);!this.htmlMode||this.options.recognizeCDATA?((c=(l=this.cbs).oncdatastart)===null||c===void 0||c.call(l),(u=(f=this.cbs).ontext)===null||u===void 0||u.call(f,d),(n=(i=this.cbs).oncdataend)===null||n===void 0||n.call(i)):((t=(e=this.cbs).oncomment)===null||t===void 0||t.call(e,`[CDATA[${d}]]`),(g=(b=this.cbs).oncommentend)===null||g===void 0||g.call(b)),this.startIndex=s+1}onend(){var r,s;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let a=0;a<this.stack.length;a++)this.cbs.onclosetag(this.stack[a],!0)}(s=(r=this.cbs).onend)===null||s===void 0||s.call(r)}reset(){var r,s,a,l;(s=(r=this.cbs).onreset)===null||s===void 0||s.call(r),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(l=(a=this.cbs).onparserinit)===null||l===void 0||l.call(a,this),this.buffers.length=0,this.foreignContext.length=0,this.foreignContext.unshift(!this.htmlMode),this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete(r){this.reset(),this.end(r)}getSlice(r,s){for(;r-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();let a=this.buffers[0].slice(r-this.bufferOffset,s-this.bufferOffset);for(;s-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),a+=this.buffers[0].slice(0,s-this.bufferOffset);return a}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(r){var s,a;if(this.ended){(a=(s=this.cbs).onerror)===null||a===void 0||a.call(s,new Error(".write() after done!"));return}this.buffers.push(r),this.tokenizer.running&&(this.tokenizer.write(r),this.writeIndex++)}end(r){var s,a;if(this.ended){(a=(s=this.cbs).onerror)===null||a===void 0||a.call(s,new Error(".end() after done!"));return}r&&this.write(r),this.ended=!0,this.tokenizer.end()}pause(){this.tokenizer.pause()}resume(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex<this.buffers.length;)this.tokenizer.write(this.buffers[this.writeIndex++]);this.ended&&this.tokenizer.end()}parseChunk(r){this.write(r)}done(r){this.end(r)}};var Ql={};Qa(Ql,{CDATA:()=>gg,Comment:()=>fg,Directive:()=>cg,Doctype:()=>Ag,ElementType:()=>le,Root:()=>lg,Script:()=>hg,Style:()=>dg,Tag:()=>pg,Text:()=>ug,isTag:()=>ag});var le;(function(o){o.Root="root",o.Text="text",o.Directive="directive",o.Comment="comment",o.Script="script",o.Style="style",o.Tag="tag",o.CDATA="cdata",o.Doctype="doctype"})(le||(le={}));function ag(o){return o.type===le.Tag||o.type===le.Script||o.type===le.Style}var lg=le.Root,ug=le.Text,cg=le.Directive,fg=le.Comment,hg=le.Script,dg=le.Style,pg=le.Tag,gg=le.CDATA,Ag=le.Doctype;var Zl=class{constructor(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}get parentNode(){return this.parent}set parentNode(r){this.parent=r}get previousSibling(){return this.prev}set previousSibling(r){this.prev=r}get nextSibling(){return this.next}set nextSibling(r){this.next=r}cloneNode(r=!1){return I4(this,r)}},$s=class extends Zl{constructor(r){super(),this.data=r}get nodeValue(){return this.data}set nodeValue(r){this.data=r}},Vo=class extends $s{constructor(){super(...arguments),this.type=le.Text}get nodeType(){return 3}},Xs=class extends $s{constructor(){super(...arguments),this.type=le.Comment}get nodeType(){return 8}},Ks=class extends $s{constructor(r,s){super(s),this.name=r,this.type=le.Directive}get nodeType(){return 1}},Ys=class extends Zl{constructor(r){super(),this.children=r}get firstChild(){var r;return(r=this.children[0])!==null&&r!==void 0?r:null}get lastChild(){return this.children.length>0?this.children[this.children.length-1]:null}get childNodes(){return this.children}set childNodes(r){this.children=r}},Js=class extends Ys{constructor(){super(...arguments),this.type=le.CDATA}get nodeType(){return 4}},qo=class extends Ys{constructor(){super(...arguments),this.type=le.Root}get nodeType(){return 9}},Qs=class extends Ys{constructor(r,s,a=[],l=r==="script"?le.Script:r==="style"?le.Style:le.Tag){super(a),this.name=r,this.attribs=s,this.type=l}get nodeType(){return 1}get tagName(){return this.name}set tagName(r){this.name=r}get attributes(){return Object.keys(this.attribs).map(r=>{var s,a;return{name:r,value:this.attribs[r],namespace:(s=this["x-attribsNamespace"])===null||s===void 0?void 0:s[r],prefix:(a=this["x-attribsPrefix"])===null||a===void 0?void 0:a[r]}})}};function er(o){return ag(o)}function $o(o){return o.type===le.CDATA}function kn(o){return o.type===le.Text}function Zs(o){return o.type===le.Comment}function Zv(o){return o.type===le.Directive}function Fg(o){return o.type===le.Root}function pr(o){return Object.prototype.hasOwnProperty.call(o,"children")}function I4(o,r=!1){let s;if(kn(o))s=new Vo(o.data);else if(Zs(o))s=new Xs(o.data);else if(er(o)){let a=r?mg(o.children):[],l=new Qs(o.name,{...o.attribs},a);a.forEach(c=>c.parent=l),o.namespace!=null&&(l.namespace=o.namespace),o["x-attribsNamespace"]&&(l["x-attribsNamespace"]={...o["x-attribsNamespace"]}),o["x-attribsPrefix"]&&(l["x-attribsPrefix"]={...o["x-attribsPrefix"]}),s=l}else if($o(o)){let a=r?mg(o.children):[],l=new Js(a);a.forEach(c=>c.parent=l),s=l}else if(Fg(o)){let a=r?mg(o.children):[],l=new qo(a);a.forEach(c=>c.parent=l),o["x-mode"]&&(l["x-mode"]=o["x-mode"]),s=l}else if(Zv(o)){let a=new Ks(o.name,o.data);o["x-name"]!=null&&(a["x-name"]=o["x-name"],a["x-publicId"]=o["x-publicId"],a["x-systemId"]=o["x-systemId"]),s=a}else throw new Error(`Not implemented yet: ${o.type}`);return s.startIndex=o.startIndex,s.endIndex=o.endIndex,o.sourceCodeLocation!=null&&(s.sourceCodeLocation=o.sourceCodeLocation),s}function mg(o){let r=o.map(s=>I4(s,!0));for(let s=1;s<r.length;s++)r[s].prev=r[s-1],r[s-1].next=r[s];return r}var L4={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},ai=class{constructor(r,s,a){this.dom=[],this.root=new qo(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof s=="function"&&(a=s,s=L4),typeof r=="object"&&(s=r,r=void 0),this.callback=r??null,this.options=s??L4,this.elementCB=a??null}onparserinit(r){this.parser=r}onreset(){this.dom=[],this.root=new qo(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null}onend(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))}onerror(r){this.handleCallback(r)}onclosetag(){this.lastNode=null;let r=this.tagStack.pop();this.options.withEndIndices&&(r.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(r)}onopentag(r,s){let a=this.options.xmlMode?le.Tag:void 0,l=new Qs(r,s,void 0,a);this.addNode(l),this.tagStack.push(l)}ontext(r){let{lastNode:s}=this;if(s&&s.type===le.Text)s.data+=r,this.options.withEndIndices&&(s.endIndex=this.parser.endIndex);else{let a=new Vo(r);this.addNode(a),this.lastNode=a}}oncomment(r){if(this.lastNode&&this.lastNode.type===le.Comment){this.lastNode.data+=r;return}let s=new Xs(r);this.addNode(s),this.lastNode=s}oncommentend(){this.lastNode=null}oncdatastart(){let r=new Vo(""),s=new Js([r]);this.addNode(s),r.parent=s,this.lastNode=r}oncdataend(){this.lastNode=null}onprocessinginstruction(r,s){let a=new Ks(r,s);this.addNode(a)}handleCallback(r){if(typeof this.callback=="function")this.callback(r,this.dom);else if(r)throw r}addNode(r){let s=this.tagStack[this.tagStack.length-1],a=s.children[s.children.length-1];this.options.withStartIndices&&(r.startIndex=this.parser.startIndex),this.options.withEndIndices&&(r.endIndex=this.parser.endIndex),s.children.push(r),a&&(r.prev=a,a.next=r),r.parent=s,this.lastNode=null}};var Ko={};Qa(Ko,{DocumentPosition:()=>Kr,append:()=>v5,appendChild:()=>y5,compareDocumentPosition:()=>J4,existsOne:()=>K4,filter:()=>Xo,find:()=>X4,findAll:()=>D5,findOne:()=>i0,findOneChild:()=>E5,getAttributeValue:()=>g5,getChildren:()=>q4,getElementById:()=>R5,getElements:()=>_5,getElementsByClassName:()=>N5,getElementsByTagName:()=>Ji,getElementsByTagType:()=>I5,getFeed:()=>na,getInnerHTML:()=>d5,getName:()=>m5,getOuterHTML:()=>V4,getParent:()=>$4,getSiblings:()=>p5,getText:()=>n0,hasAttrib:()=>A5,hasChildren:()=>pr,innerText:()=>Cg,isCDATA:()=>$o,isComment:()=>Zs,isDocument:()=>Fg,isTag:()=>er,isText:()=>kn,nextElementSibling:()=>F5,prepend:()=>C5,prependChild:()=>w5,prevElementSibling:()=>b5,removeElement:()=>ra,removeSubsets:()=>L5,replaceElement:()=>x5,testElement:()=>T5,textContent:()=>ea,uniqueSort:()=>P5});function t0(o){for(let r=1;r<o.length;r++)o[r][0]+=o[r-1][0]+1;return o}var t5=new Map(t0([[9,"&Tab;"],[0,"&NewLine;"],[22,"&excl;"],[0,"&quot;"],[0,"&num;"],[0,"&dollar;"],[0,"&percnt;"],[0,"&amp;"],[0,"&apos;"],[0,"&lpar;"],[0,"&rpar;"],[0,"&ast;"],[0,"&plus;"],[0,"&comma;"],[1,"&period;"],[0,"&sol;"],[10,"&colon;"],[0,"&semi;"],[0,{v:"&lt;",n:8402,o:"&nvlt;"}],[0,{v:"&equals;",n:8421,o:"&bne;"}],[0,{v:"&gt;",n:8402,o:"&nvgt;"}],[0,"&quest;"],[0,"&commat;"],[26,"&lbrack;"],[0,"&bsol;"],[0,"&rbrack;"],[0,"&Hat;"],[0,"&lowbar;"],[0,"&DiacriticalGrave;"],[5,{n:106,o:"&fjlig;"}],[20,"&lbrace;"],[0,"&verbar;"],[0,"&rbrace;"],[34,"&nbsp;"],[0,"&iexcl;"],[0,"&cent;"],[0,"&pound;"],[0,"&curren;"],[0,"&yen;"],[0,"&brvbar;"],[0,"&sect;"],[0,"&die;"],[0,"&copy;"],[0,"&ordf;"],[0,"&laquo;"],[0,"&not;"],[0,"&shy;"],[0,"&circledR;"],[0,"&macr;"],[0,"&deg;"],[0,"&PlusMinus;"],[0,"&sup2;"],[0,"&sup3;"],[0,"&acute;"],[0,"&micro;"],[0,"&para;"],[0,"&centerdot;"],[0,"&cedil;"],[0,"&sup1;"],[0,"&ordm;"],[0,"&raquo;"],[0,"&frac14;"],[0,"&frac12;"],[0,"&frac34;"],[0,"&iquest;"],[0,"&Agrave;"],[0,"&Aacute;"],[0,"&Acirc;"],[0,"&Atilde;"],[0,"&Auml;"],[0,"&angst;"],[0,"&AElig;"],[0,"&Ccedil;"],[0,"&Egrave;"],[0,"&Eacute;"],[0,"&Ecirc;"],[0,"&Euml;"],[0,"&Igrave;"],[0,"&Iacute;"],[0,"&Icirc;"],[0,"&Iuml;"],[0,"&ETH;"],[0,"&Ntilde;"],[0,"&Ograve;"],[0,"&Oacute;"],[0,"&Ocirc;"],[0,"&Otilde;"],[0,"&Ouml;"],[0,"&times;"],[0,"&Oslash;"],[0,"&Ugrave;"],[0,"&Uacute;"],[0,"&Ucirc;"],[0,"&Uuml;"],[0,"&Yacute;"],[0,"&THORN;"],[0,"&szlig;"],[0,"&agrave;"],[0,"&aacute;"],[0,"&acirc;"],[0,"&atilde;"],[0,"&auml;"],[0,"&aring;"],[0,"&aelig;"],[0,"&ccedil;"],[0,"&egrave;"],[0,"&eacute;"],[0,"&ecirc;"],[0,"&euml;"],[0,"&igrave;"],[0,"&iacute;"],[0,"&icirc;"],[0,"&iuml;"],[0,"&eth;"],[0,"&ntilde;"],[0,"&ograve;"],[0,"&oacute;"],[0,"&ocirc;"],[0,"&otilde;"],[0,"&ouml;"],[0,"&div;"],[0,"&oslash;"],[0,"&ugrave;"],[0,"&uacute;"],[0,"&ucirc;"],[0,"&uuml;"],[0,"&yacute;"],[0,"&thorn;"],[0,"&yuml;"],[0,"&Amacr;"],[0,"&amacr;"],[0,"&Abreve;"],[0,"&abreve;"],[0,"&Aogon;"],[0,"&aogon;"],[0,"&Cacute;"],[0,"&cacute;"],[0,"&Ccirc;"],[0,"&ccirc;"],[0,"&Cdot;"],[0,"&cdot;"],[0,"&Ccaron;"],[0,"&ccaron;"],[0,"&Dcaron;"],[0,"&dcaron;"],[0,"&Dstrok;"],[0,"&dstrok;"],[0,"&Emacr;"],[0,"&emacr;"],[2,"&Edot;"],[0,"&edot;"],[0,"&Eogon;"],[0,"&eogon;"],[0,"&Ecaron;"],[0,"&ecaron;"],[0,"&Gcirc;"],[0,"&gcirc;"],[0,"&Gbreve;"],[0,"&gbreve;"],[0,"&Gdot;"],[0,"&gdot;"],[0,"&Gcedil;"],[1,"&Hcirc;"],[0,"&hcirc;"],[0,"&Hstrok;"],[0,"&hstrok;"],[0,"&Itilde;"],[0,"&itilde;"],[0,"&Imacr;"],[0,"&imacr;"],[2,"&Iogon;"],[0,"&iogon;"],[0,"&Idot;"],[0,"&imath;"],[0,"&IJlig;"],[0,"&ijlig;"],[0,"&Jcirc;"],[0,"&jcirc;"],[0,"&Kcedil;"],[0,"&kcedil;"],[0,"&kgreen;"],[0,"&Lacute;"],[0,"&lacute;"],[0,"&Lcedil;"],[0,"&lcedil;"],[0,"&Lcaron;"],[0,"&lcaron;"],[0,"&Lmidot;"],[0,"&lmidot;"],[0,"&Lstrok;"],[0,"&lstrok;"],[0,"&Nacute;"],[0,"&nacute;"],[0,"&Ncedil;"],[0,"&ncedil;"],[0,"&Ncaron;"],[0,"&ncaron;"],[0,"&napos;"],[0,"&ENG;"],[0,"&eng;"],[0,"&Omacr;"],[0,"&omacr;"],[2,"&Odblac;"],[0,"&odblac;"],[0,"&OElig;"],[0,"&oelig;"],[0,"&Racute;"],[0,"&racute;"],[0,"&Rcedil;"],[0,"&rcedil;"],[0,"&Rcaron;"],[0,"&rcaron;"],[0,"&Sacute;"],[0,"&sacute;"],[0,"&Scirc;"],[0,"&scirc;"],[0,"&Scedil;"],[0,"&scedil;"],[0,"&Scaron;"],[0,"&scaron;"],[0,"&Tcedil;"],[0,"&tcedil;"],[0,"&Tcaron;"],[0,"&tcaron;"],[0,"&Tstrok;"],[0,"&tstrok;"],[0,"&Utilde;"],[0,"&utilde;"],[0,"&Umacr;"],[0,"&umacr;"],[0,"&Ubreve;"],[0,"&ubreve;"],[0,"&Uring;"],[0,"&uring;"],[0,"&Udblac;"],[0,"&udblac;"],[0,"&Uogon;"],[0,"&uogon;"],[0,"&Wcirc;"],[0,"&wcirc;"],[0,"&Ycirc;"],[0,"&ycirc;"],[0,"&Yuml;"],[0,"&Zacute;"],[0,"&zacute;"],[0,"&Zdot;"],[0,"&zdot;"],[0,"&Zcaron;"],[0,"&zcaron;"],[19,"&fnof;"],[34,"&imped;"],[63,"&gacute;"],[65,"&jmath;"],[142,"&circ;"],[0,"&caron;"],[16,"&breve;"],[0,"&DiacriticalDot;"],[0,"&ring;"],[0,"&ogon;"],[0,"&DiacriticalTilde;"],[0,"&dblac;"],[51,"&DownBreve;"],[127,"&Alpha;"],[0,"&Beta;"],[0,"&Gamma;"],[0,"&Delta;"],[0,"&Epsilon;"],[0,"&Zeta;"],[0,"&Eta;"],[0,"&Theta;"],[0,"&Iota;"],[0,"&Kappa;"],[0,"&Lambda;"],[0,"&Mu;"],[0,"&Nu;"],[0,"&Xi;"],[0,"&Omicron;"],[0,"&Pi;"],[0,"&Rho;"],[1,"&Sigma;"],[0,"&Tau;"],[0,"&Upsilon;"],[0,"&Phi;"],[0,"&Chi;"],[0,"&Psi;"],[0,"&ohm;"],[7,"&alpha;"],[0,"&beta;"],[0,"&gamma;"],[0,"&delta;"],[0,"&epsi;"],[0,"&zeta;"],[0,"&eta;"],[0,"&theta;"],[0,"&iota;"],[0,"&kappa;"],[0,"&lambda;"],[0,"&mu;"],[0,"&nu;"],[0,"&xi;"],[0,"&omicron;"],[0,"&pi;"],[0,"&rho;"],[0,"&sigmaf;"],[0,"&sigma;"],[0,"&tau;"],[0,"&upsi;"],[0,"&phi;"],[0,"&chi;"],[0,"&psi;"],[0,"&omega;"],[7,"&thetasym;"],[0,"&Upsi;"],[2,"&phiv;"],[0,"&piv;"],[5,"&Gammad;"],[0,"&digamma;"],[18,"&kappav;"],[0,"&rhov;"],[3,"&epsiv;"],[0,"&backepsilon;"],[10,"&IOcy;"],[0,"&DJcy;"],[0,"&GJcy;"],[0,"&Jukcy;"],[0,"&DScy;"],[0,"&Iukcy;"],[0,"&YIcy;"],[0,"&Jsercy;"],[0,"&LJcy;"],[0,"&NJcy;"],[0,"&TSHcy;"],[0,"&KJcy;"],[1,"&Ubrcy;"],[0,"&DZcy;"],[0,"&Acy;"],[0,"&Bcy;"],[0,"&Vcy;"],[0,"&Gcy;"],[0,"&Dcy;"],[0,"&IEcy;"],[0,"&ZHcy;"],[0,"&Zcy;"],[0,"&Icy;"],[0,"&Jcy;"],[0,"&Kcy;"],[0,"&Lcy;"],[0,"&Mcy;"],[0,"&Ncy;"],[0,"&Ocy;"],[0,"&Pcy;"],[0,"&Rcy;"],[0,"&Scy;"],[0,"&Tcy;"],[0,"&Ucy;"],[0,"&Fcy;"],[0,"&KHcy;"],[0,"&TScy;"],[0,"&CHcy;"],[0,"&SHcy;"],[0,"&SHCHcy;"],[0,"&HARDcy;"],[0,"&Ycy;"],[0,"&SOFTcy;"],[0,"&Ecy;"],[0,"&YUcy;"],[0,"&YAcy;"],[0,"&acy;"],[0,"&bcy;"],[0,"&vcy;"],[0,"&gcy;"],[0,"&dcy;"],[0,"&iecy;"],[0,"&zhcy;"],[0,"&zcy;"],[0,"&icy;"],[0,"&jcy;"],[0,"&kcy;"],[0,"&lcy;"],[0,"&mcy;"],[0,"&ncy;"],[0,"&ocy;"],[0,"&pcy;"],[0,"&rcy;"],[0,"&scy;"],[0,"&tcy;"],[0,"&ucy;"],[0,"&fcy;"],[0,"&khcy;"],[0,"&tscy;"],[0,"&chcy;"],[0,"&shcy;"],[0,"&shchcy;"],[0,"&hardcy;"],[0,"&ycy;"],[0,"&softcy;"],[0,"&ecy;"],[0,"&yucy;"],[0,"&yacy;"],[1,"&iocy;"],[0,"&djcy;"],[0,"&gjcy;"],[0,"&jukcy;"],[0,"&dscy;"],[0,"&iukcy;"],[0,"&yicy;"],[0,"&jsercy;"],[0,"&ljcy;"],[0,"&njcy;"],[0,"&tshcy;"],[0,"&kjcy;"],[1,"&ubrcy;"],[0,"&dzcy;"],[7074,"&ensp;"],[0,"&emsp;"],[0,"&emsp13;"],[0,"&emsp14;"],[1,"&numsp;"],[0,"&puncsp;"],[0,"&ThinSpace;"],[0,"&hairsp;"],[0,"&NegativeMediumSpace;"],[0,"&zwnj;"],[0,"&zwj;"],[0,"&lrm;"],[0,"&rlm;"],[0,"&dash;"],[2,"&ndash;"],[0,"&mdash;"],[0,"&horbar;"],[0,"&Verbar;"],[1,"&lsquo;"],[0,"&CloseCurlyQuote;"],[0,"&lsquor;"],[1,"&ldquo;"],[0,"&CloseCurlyDoubleQuote;"],[0,"&bdquo;"],[1,"&dagger;"],[0,"&Dagger;"],[0,"&bull;"],[2,"&nldr;"],[0,"&hellip;"],[9,"&permil;"],[0,"&pertenk;"],[0,"&prime;"],[0,"&Prime;"],[0,"&tprime;"],[0,"&backprime;"],[3,"&lsaquo;"],[0,"&rsaquo;"],[3,"&oline;"],[2,"&caret;"],[1,"&hybull;"],[0,"&frasl;"],[10,"&bsemi;"],[7,"&qprime;"],[7,{v:"&MediumSpace;",n:8202,o:"&ThickSpace;"}],[0,"&NoBreak;"],[0,"&af;"],[0,"&InvisibleTimes;"],[0,"&ic;"],[72,"&euro;"],[46,"&tdot;"],[0,"&DotDot;"],[37,"&complexes;"],[2,"&incare;"],[4,"&gscr;"],[0,"&hamilt;"],[0,"&Hfr;"],[0,"&Hopf;"],[0,"&planckh;"],[0,"&hbar;"],[0,"&imagline;"],[0,"&Ifr;"],[0,"&lagran;"],[0,"&ell;"],[1,"&naturals;"],[0,"&numero;"],[0,"&copysr;"],[0,"&weierp;"],[0,"&Popf;"],[0,"&Qopf;"],[0,"&realine;"],[0,"&real;"],[0,"&reals;"],[0,"&rx;"],[3,"&trade;"],[1,"&integers;"],[2,"&mho;"],[0,"&zeetrf;"],[0,"&iiota;"],[2,"&bernou;"],[0,"&Cayleys;"],[1,"&escr;"],[0,"&Escr;"],[0,"&Fouriertrf;"],[1,"&Mellintrf;"],[0,"&order;"],[0,"&alefsym;"],[0,"&beth;"],[0,"&gimel;"],[0,"&daleth;"],[12,"&CapitalDifferentialD;"],[0,"&dd;"],[0,"&ee;"],[0,"&ii;"],[10,"&frac13;"],[0,"&frac23;"],[0,"&frac15;"],[0,"&frac25;"],[0,"&frac35;"],[0,"&frac45;"],[0,"&frac16;"],[0,"&frac56;"],[0,"&frac18;"],[0,"&frac38;"],[0,"&frac58;"],[0,"&frac78;"],[49,"&larr;"],[0,"&ShortUpArrow;"],[0,"&rarr;"],[0,"&darr;"],[0,"&harr;"],[0,"&updownarrow;"],[0,"&nwarr;"],[0,"&nearr;"],[0,"&LowerRightArrow;"],[0,"&LowerLeftArrow;"],[0,"&nlarr;"],[0,"&nrarr;"],[1,{v:"&rarrw;",n:824,o:"&nrarrw;"}],[0,"&Larr;"],[0,"&Uarr;"],[0,"&Rarr;"],[0,"&Darr;"],[0,"&larrtl;"],[0,"&rarrtl;"],[0,"&LeftTeeArrow;"],[0,"&mapstoup;"],[0,"&map;"],[0,"&DownTeeArrow;"],[1,"&hookleftarrow;"],[0,"&hookrightarrow;"],[0,"&larrlp;"],[0,"&looparrowright;"],[0,"&harrw;"],[0,"&nharr;"],[1,"&lsh;"],[0,"&rsh;"],[0,"&ldsh;"],[0,"&rdsh;"],[1,"&crarr;"],[0,"&cularr;"],[0,"&curarr;"],[2,"&circlearrowleft;"],[0,"&circlearrowright;"],[0,"&leftharpoonup;"],[0,"&DownLeftVector;"],[0,"&RightUpVector;"],[0,"&LeftUpVector;"],[0,"&rharu;"],[0,"&DownRightVector;"],[0,"&dharr;"],[0,"&dharl;"],[0,"&RightArrowLeftArrow;"],[0,"&udarr;"],[0,"&LeftArrowRightArrow;"],[0,"&leftleftarrows;"],[0,"&upuparrows;"],[0,"&rightrightarrows;"],[0,"&ddarr;"],[0,"&leftrightharpoons;"],[0,"&Equilibrium;"],[0,"&nlArr;"],[0,"&nhArr;"],[0,"&nrArr;"],[0,"&DoubleLeftArrow;"],[0,"&DoubleUpArrow;"],[0,"&DoubleRightArrow;"],[0,"&dArr;"],[0,"&DoubleLeftRightArrow;"],[0,"&DoubleUpDownArrow;"],[0,"&nwArr;"],[0,"&neArr;"],[0,"&seArr;"],[0,"&swArr;"],[0,"&lAarr;"],[0,"&rAarr;"],[1,"&zigrarr;"],[6,"&larrb;"],[0,"&rarrb;"],[15,"&DownArrowUpArrow;"],[7,"&loarr;"],[0,"&roarr;"],[0,"&hoarr;"],[0,"&forall;"],[0,"&comp;"],[0,{v:"&part;",n:824,o:"&npart;"}],[0,"&exist;"],[0,"&nexist;"],[0,"&empty;"],[1,"&Del;"],[0,"&Element;"],[0,"&NotElement;"],[1,"&ni;"],[0,"&notni;"],[2,"&prod;"],[0,"&coprod;"],[0,"&sum;"],[0,"&minus;"],[0,"&MinusPlus;"],[0,"&dotplus;"],[1,"&Backslash;"],[0,"&lowast;"],[0,"&compfn;"],[1,"&radic;"],[2,"&prop;"],[0,"&infin;"],[0,"&angrt;"],[0,{v:"&ang;",n:8402,o:"&nang;"}],[0,"&angmsd;"],[0,"&angsph;"],[0,"&mid;"],[0,"&nmid;"],[0,"&DoubleVerticalBar;"],[0,"&NotDoubleVerticalBar;"],[0,"&and;"],[0,"&or;"],[0,{v:"&cap;",n:65024,o:"&caps;"}],[0,{v:"&cup;",n:65024,o:"&cups;"}],[0,"&int;"],[0,"&Int;"],[0,"&iiint;"],[0,"&conint;"],[0,"&Conint;"],[0,"&Cconint;"],[0,"&cwint;"],[0,"&ClockwiseContourIntegral;"],[0,"&awconint;"],[0,"&there4;"],[0,"&becaus;"],[0,"&ratio;"],[0,"&Colon;"],[0,"&dotminus;"],[1,"&mDDot;"],[0,"&homtht;"],[0,{v:"&sim;",n:8402,o:"&nvsim;"}],[0,{v:"&backsim;",n:817,o:"&race;"}],[0,{v:"&ac;",n:819,o:"&acE;"}],[0,"&acd;"],[0,"&VerticalTilde;"],[0,"&NotTilde;"],[0,{v:"&eqsim;",n:824,o:"&nesim;"}],[0,"&sime;"],[0,"&NotTildeEqual;"],[0,"&cong;"],[0,"&simne;"],[0,"&ncong;"],[0,"&ap;"],[0,"&nap;"],[0,"&ape;"],[0,{v:"&apid;",n:824,o:"&napid;"}],[0,"&backcong;"],[0,{v:"&asympeq;",n:8402,o:"&nvap;"}],[0,{v:"&bump;",n:824,o:"&nbump;"}],[0,{v:"&bumpe;",n:824,o:"&nbumpe;"}],[0,{v:"&doteq;",n:824,o:"&nedot;"}],[0,"&doteqdot;"],[0,"&efDot;"],[0,"&erDot;"],[0,"&Assign;"],[0,"&ecolon;"],[0,"&ecir;"],[0,"&circeq;"],[1,"&wedgeq;"],[0,"&veeeq;"],[1,"&triangleq;"],[2,"&equest;"],[0,"&ne;"],[0,{v:"&Congruent;",n:8421,o:"&bnequiv;"}],[0,"&nequiv;"],[1,{v:"&le;",n:8402,o:"&nvle;"}],[0,{v:"&ge;",n:8402,o:"&nvge;"}],[0,{v:"&lE;",n:824,o:"&nlE;"}],[0,{v:"&gE;",n:824,o:"&ngE;"}],[0,{v:"&lnE;",n:65024,o:"&lvertneqq;"}],[0,{v:"&gnE;",n:65024,o:"&gvertneqq;"}],[0,{v:"&ll;",n:new Map(t0([[824,"&nLtv;"],[7577,"&nLt;"]]))}],[0,{v:"&gg;",n:new Map(t0([[824,"&nGtv;"],[7577,"&nGt;"]]))}],[0,"&between;"],[0,"&NotCupCap;"],[0,"&nless;"],[0,"&ngt;"],[0,"&nle;"],[0,"&nge;"],[0,"&lesssim;"],[0,"&GreaterTilde;"],[0,"&nlsim;"],[0,"&ngsim;"],[0,"&LessGreater;"],[0,"&gl;"],[0,"&NotLessGreater;"],[0,"&NotGreaterLess;"],[0,"&pr;"],[0,"&sc;"],[0,"&prcue;"],[0,"&sccue;"],[0,"&PrecedesTilde;"],[0,{v:"&scsim;",n:824,o:"&NotSucceedsTilde;"}],[0,"&NotPrecedes;"],[0,"&NotSucceeds;"],[0,{v:"&sub;",n:8402,o:"&NotSubset;"}],[0,{v:"&sup;",n:8402,o:"&NotSuperset;"}],[0,"&nsub;"],[0,"&nsup;"],[0,"&sube;"],[0,"&supe;"],[0,"&NotSubsetEqual;"],[0,"&NotSupersetEqual;"],[0,{v:"&subne;",n:65024,o:"&varsubsetneq;"}],[0,{v:"&supne;",n:65024,o:"&varsupsetneq;"}],[1,"&cupdot;"],[0,"&UnionPlus;"],[0,{v:"&sqsub;",n:824,o:"&NotSquareSubset;"}],[0,{v:"&sqsup;",n:824,o:"&NotSquareSuperset;"}],[0,"&sqsube;"],[0,"&sqsupe;"],[0,{v:"&sqcap;",n:65024,o:"&sqcaps;"}],[0,{v:"&sqcup;",n:65024,o:"&sqcups;"}],[0,"&CirclePlus;"],[0,"&CircleMinus;"],[0,"&CircleTimes;"],[0,"&osol;"],[0,"&CircleDot;"],[0,"&circledcirc;"],[0,"&circledast;"],[1,"&circleddash;"],[0,"&boxplus;"],[0,"&boxminus;"],[0,"&boxtimes;"],[0,"&dotsquare;"],[0,"&RightTee;"],[0,"&dashv;"],[0,"&DownTee;"],[0,"&bot;"],[1,"&models;"],[0,"&DoubleRightTee;"],[0,"&Vdash;"],[0,"&Vvdash;"],[0,"&VDash;"],[0,"&nvdash;"],[0,"&nvDash;"],[0,"&nVdash;"],[0,"&nVDash;"],[0,"&prurel;"],[1,"&LeftTriangle;"],[0,"&RightTriangle;"],[0,{v:"&LeftTriangleEqual;",n:8402,o:"&nvltrie;"}],[0,{v:"&RightTriangleEqual;",n:8402,o:"&nvrtrie;"}],[0,"&origof;"],[0,"&imof;"],[0,"&multimap;"],[0,"&hercon;"],[0,"&intcal;"],[0,"&veebar;"],[1,"&barvee;"],[0,"&angrtvb;"],[0,"&lrtri;"],[0,"&bigwedge;"],[0,"&bigvee;"],[0,"&bigcap;"],[0,"&bigcup;"],[0,"&diam;"],[0,"&sdot;"],[0,"&sstarf;"],[0,"&divideontimes;"],[0,"&bowtie;"],[0,"&ltimes;"],[0,"&rtimes;"],[0,"&leftthreetimes;"],[0,"&rightthreetimes;"],[0,"&backsimeq;"],[0,"&curlyvee;"],[0,"&curlywedge;"],[0,"&Sub;"],[0,"&Sup;"],[0,"&Cap;"],[0,"&Cup;"],[0,"&fork;"],[0,"&epar;"],[0,"&lessdot;"],[0,"&gtdot;"],[0,{v:"&Ll;",n:824,o:"&nLl;"}],[0,{v:"&Gg;",n:824,o:"&nGg;"}],[0,{v:"&leg;",n:65024,o:"&lesg;"}],[0,{v:"&gel;",n:65024,o:"&gesl;"}],[2,"&cuepr;"],[0,"&cuesc;"],[0,"&NotPrecedesSlantEqual;"],[0,"&NotSucceedsSlantEqual;"],[0,"&NotSquareSubsetEqual;"],[0,"&NotSquareSupersetEqual;"],[2,"&lnsim;"],[0,"&gnsim;"],[0,"&precnsim;"],[0,"&scnsim;"],[0,"&nltri;"],[0,"&NotRightTriangle;"],[0,"&nltrie;"],[0,"&NotRightTriangleEqual;"],[0,"&vellip;"],[0,"&ctdot;"],[0,"&utdot;"],[0,"&dtdot;"],[0,"&disin;"],[0,"&isinsv;"],[0,"&isins;"],[0,{v:"&isindot;",n:824,o:"&notindot;"}],[0,"&notinvc;"],[0,"&notinvb;"],[1,{v:"&isinE;",n:824,o:"&notinE;"}],[0,"&nisd;"],[0,"&xnis;"],[0,"&nis;"],[0,"&notnivc;"],[0,"&notnivb;"],[6,"&barwed;"],[0,"&Barwed;"],[1,"&lceil;"],[0,"&rceil;"],[0,"&LeftFloor;"],[0,"&rfloor;"],[0,"&drcrop;"],[0,"&dlcrop;"],[0,"&urcrop;"],[0,"&ulcrop;"],[0,"&bnot;"],[1,"&profline;"],[0,"&profsurf;"],[1,"&telrec;"],[0,"&target;"],[5,"&ulcorn;"],[0,"&urcorn;"],[0,"&dlcorn;"],[0,"&drcorn;"],[2,"&frown;"],[0,"&smile;"],[9,"&cylcty;"],[0,"&profalar;"],[7,"&topbot;"],[6,"&ovbar;"],[1,"&solbar;"],[60,"&angzarr;"],[51,"&lmoustache;"],[0,"&rmoustache;"],[2,"&OverBracket;"],[0,"&bbrk;"],[0,"&bbrktbrk;"],[37,"&OverParenthesis;"],[0,"&UnderParenthesis;"],[0,"&OverBrace;"],[0,"&UnderBrace;"],[2,"&trpezium;"],[4,"&elinters;"],[59,"&blank;"],[164,"&circledS;"],[55,"&boxh;"],[1,"&boxv;"],[9,"&boxdr;"],[3,"&boxdl;"],[3,"&boxur;"],[3,"&boxul;"],[3,"&boxvr;"],[7,"&boxvl;"],[7,"&boxhd;"],[7,"&boxhu;"],[7,"&boxvh;"],[19,"&boxH;"],[0,"&boxV;"],[0,"&boxdR;"],[0,"&boxDr;"],[0,"&boxDR;"],[0,"&boxdL;"],[0,"&boxDl;"],[0,"&boxDL;"],[0,"&boxuR;"],[0,"&boxUr;"],[0,"&boxUR;"],[0,"&boxuL;"],[0,"&boxUl;"],[0,"&boxUL;"],[0,"&boxvR;"],[0,"&boxVr;"],[0,"&boxVR;"],[0,"&boxvL;"],[0,"&boxVl;"],[0,"&boxVL;"],[0,"&boxHd;"],[0,"&boxhD;"],[0,"&boxHD;"],[0,"&boxHu;"],[0,"&boxhU;"],[0,"&boxHU;"],[0,"&boxvH;"],[0,"&boxVh;"],[0,"&boxVH;"],[19,"&uhblk;"],[3,"&lhblk;"],[3,"&block;"],[8,"&blk14;"],[0,"&blk12;"],[0,"&blk34;"],[13,"&square;"],[8,"&blacksquare;"],[0,"&EmptyVerySmallSquare;"],[1,"&rect;"],[0,"&marker;"],[2,"&fltns;"],[1,"&bigtriangleup;"],[0,"&blacktriangle;"],[0,"&triangle;"],[2,"&blacktriangleright;"],[0,"&rtri;"],[3,"&bigtriangledown;"],[0,"&blacktriangledown;"],[0,"&dtri;"],[2,"&blacktriangleleft;"],[0,"&ltri;"],[6,"&loz;"],[0,"&cir;"],[32,"&tridot;"],[2,"&bigcirc;"],[8,"&ultri;"],[0,"&urtri;"],[0,"&lltri;"],[0,"&EmptySmallSquare;"],[0,"&FilledSmallSquare;"],[8,"&bigstar;"],[0,"&star;"],[7,"&phone;"],[49,"&female;"],[1,"&male;"],[29,"&spades;"],[2,"&clubs;"],[1,"&hearts;"],[0,"&diamondsuit;"],[3,"&sung;"],[2,"&flat;"],[0,"&natural;"],[0,"&sharp;"],[163,"&check;"],[3,"&cross;"],[8,"&malt;"],[21,"&sext;"],[33,"&VerticalSeparator;"],[25,"&lbbrk;"],[0,"&rbbrk;"],[84,"&bsolhsub;"],[0,"&suphsol;"],[28,"&LeftDoubleBracket;"],[0,"&RightDoubleBracket;"],[0,"&lang;"],[0,"&rang;"],[0,"&Lang;"],[0,"&Rang;"],[0,"&loang;"],[0,"&roang;"],[7,"&longleftarrow;"],[0,"&longrightarrow;"],[0,"&longleftrightarrow;"],[0,"&DoubleLongLeftArrow;"],[0,"&DoubleLongRightArrow;"],[0,"&DoubleLongLeftRightArrow;"],[1,"&longmapsto;"],[2,"&dzigrarr;"],[258,"&nvlArr;"],[0,"&nvrArr;"],[0,"&nvHarr;"],[0,"&Map;"],[6,"&lbarr;"],[0,"&bkarow;"],[0,"&lBarr;"],[0,"&dbkarow;"],[0,"&drbkarow;"],[0,"&DDotrahd;"],[0,"&UpArrowBar;"],[0,"&DownArrowBar;"],[2,"&Rarrtl;"],[2,"&latail;"],[0,"&ratail;"],[0,"&lAtail;"],[0,"&rAtail;"],[0,"&larrfs;"],[0,"&rarrfs;"],[0,"&larrbfs;"],[0,"&rarrbfs;"],[2,"&nwarhk;"],[0,"&nearhk;"],[0,"&hksearow;"],[0,"&hkswarow;"],[0,"&nwnear;"],[0,"&nesear;"],[0,"&seswar;"],[0,"&swnwar;"],[8,{v:"&rarrc;",n:824,o:"&nrarrc;"}],[1,"&cudarrr;"],[0,"&ldca;"],[0,"&rdca;"],[0,"&cudarrl;"],[0,"&larrpl;"],[2,"&curarrm;"],[0,"&cularrp;"],[7,"&rarrpl;"],[2,"&harrcir;"],[0,"&Uarrocir;"],[0,"&lurdshar;"],[0,"&ldrushar;"],[2,"&LeftRightVector;"],[0,"&RightUpDownVector;"],[0,"&DownLeftRightVector;"],[0,"&LeftUpDownVector;"],[0,"&LeftVectorBar;"],[0,"&RightVectorBar;"],[0,"&RightUpVectorBar;"],[0,"&RightDownVectorBar;"],[0,"&DownLeftVectorBar;"],[0,"&DownRightVectorBar;"],[0,"&LeftUpVectorBar;"],[0,"&LeftDownVectorBar;"],[0,"&LeftTeeVector;"],[0,"&RightTeeVector;"],[0,"&RightUpTeeVector;"],[0,"&RightDownTeeVector;"],[0,"&DownLeftTeeVector;"],[0,"&DownRightTeeVector;"],[0,"&LeftUpTeeVector;"],[0,"&LeftDownTeeVector;"],[0,"&lHar;"],[0,"&uHar;"],[0,"&rHar;"],[0,"&dHar;"],[0,"&luruhar;"],[0,"&ldrdhar;"],[0,"&ruluhar;"],[0,"&rdldhar;"],[0,"&lharul;"],[0,"&llhard;"],[0,"&rharul;"],[0,"&lrhard;"],[0,"&udhar;"],[0,"&duhar;"],[0,"&RoundImplies;"],[0,"&erarr;"],[0,"&simrarr;"],[0,"&larrsim;"],[0,"&rarrsim;"],[0,"&rarrap;"],[0,"&ltlarr;"],[1,"&gtrarr;"],[0,"&subrarr;"],[1,"&suplarr;"],[0,"&lfisht;"],[0,"&rfisht;"],[0,"&ufisht;"],[0,"&dfisht;"],[5,"&lopar;"],[0,"&ropar;"],[4,"&lbrke;"],[0,"&rbrke;"],[0,"&lbrkslu;"],[0,"&rbrksld;"],[0,"&lbrksld;"],[0,"&rbrkslu;"],[0,"&langd;"],[0,"&rangd;"],[0,"&lparlt;"],[0,"&rpargt;"],[0,"&gtlPar;"],[0,"&ltrPar;"],[3,"&vzigzag;"],[1,"&vangrt;"],[0,"&angrtvbd;"],[6,"&ange;"],[0,"&range;"],[0,"&dwangle;"],[0,"&uwangle;"],[0,"&angmsdaa;"],[0,"&angmsdab;"],[0,"&angmsdac;"],[0,"&angmsdad;"],[0,"&angmsdae;"],[0,"&angmsdaf;"],[0,"&angmsdag;"],[0,"&angmsdah;"],[0,"&bemptyv;"],[0,"&demptyv;"],[0,"&cemptyv;"],[0,"&raemptyv;"],[0,"&laemptyv;"],[0,"&ohbar;"],[0,"&omid;"],[0,"&opar;"],[1,"&operp;"],[1,"&olcross;"],[0,"&odsold;"],[1,"&olcir;"],[0,"&ofcir;"],[0,"&olt;"],[0,"&ogt;"],[0,"&cirscir;"],[0,"&cirE;"],[0,"&solb;"],[0,"&bsolb;"],[3,"&boxbox;"],[3,"&trisb;"],[0,"&rtriltri;"],[0,{v:"&LeftTriangleBar;",n:824,o:"&NotLeftTriangleBar;"}],[0,{v:"&RightTriangleBar;",n:824,o:"&NotRightTriangleBar;"}],[11,"&iinfin;"],[0,"&infintie;"],[0,"&nvinfin;"],[4,"&eparsl;"],[0,"&smeparsl;"],[0,"&eqvparsl;"],[5,"&blacklozenge;"],[8,"&RuleDelayed;"],[1,"&dsol;"],[9,"&bigodot;"],[0,"&bigoplus;"],[0,"&bigotimes;"],[1,"&biguplus;"],[1,"&bigsqcup;"],[5,"&iiiint;"],[0,"&fpartint;"],[2,"&cirfnint;"],[0,"&awint;"],[0,"&rppolint;"],[0,"&scpolint;"],[0,"&npolint;"],[0,"&pointint;"],[0,"&quatint;"],[0,"&intlarhk;"],[10,"&pluscir;"],[0,"&plusacir;"],[0,"&simplus;"],[0,"&plusdu;"],[0,"&plussim;"],[0,"&plustwo;"],[1,"&mcomma;"],[0,"&minusdu;"],[2,"&loplus;"],[0,"&roplus;"],[0,"&Cross;"],[0,"&timesd;"],[0,"&timesbar;"],[1,"&smashp;"],[0,"&lotimes;"],[0,"&rotimes;"],[0,"&otimesas;"],[0,"&Otimes;"],[0,"&odiv;"],[0,"&triplus;"],[0,"&triminus;"],[0,"&tritime;"],[0,"&intprod;"],[2,"&amalg;"],[0,"&capdot;"],[1,"&ncup;"],[0,"&ncap;"],[0,"&capand;"],[0,"&cupor;"],[0,"&cupcap;"],[0,"&capcup;"],[0,"&cupbrcap;"],[0,"&capbrcup;"],[0,"&cupcup;"],[0,"&capcap;"],[0,"&ccups;"],[0,"&ccaps;"],[2,"&ccupssm;"],[2,"&And;"],[0,"&Or;"],[0,"&andand;"],[0,"&oror;"],[0,"&orslope;"],[0,"&andslope;"],[1,"&andv;"],[0,"&orv;"],[0,"&andd;"],[0,"&ord;"],[1,"&wedbar;"],[6,"&sdote;"],[3,"&simdot;"],[2,{v:"&congdot;",n:824,o:"&ncongdot;"}],[0,"&easter;"],[0,"&apacir;"],[0,{v:"&apE;",n:824,o:"&napE;"}],[0,"&eplus;"],[0,"&pluse;"],[0,"&Esim;"],[0,"&Colone;"],[0,"&Equal;"],[1,"&ddotseq;"],[0,"&equivDD;"],[0,"&ltcir;"],[0,"&gtcir;"],[0,"&ltquest;"],[0,"&gtquest;"],[0,{v:"&leqslant;",n:824,o:"&nleqslant;"}],[0,{v:"&geqslant;",n:824,o:"&ngeqslant;"}],[0,"&lesdot;"],[0,"&gesdot;"],[0,"&lesdoto;"],[0,"&gesdoto;"],[0,"&lesdotor;"],[0,"&gesdotol;"],[0,"&lap;"],[0,"&gap;"],[0,"&lne;"],[0,"&gne;"],[0,"&lnap;"],[0,"&gnap;"],[0,"&lEg;"],[0,"&gEl;"],[0,"&lsime;"],[0,"&gsime;"],[0,"&lsimg;"],[0,"&gsiml;"],[0,"&lgE;"],[0,"&glE;"],[0,"&lesges;"],[0,"&gesles;"],[0,"&els;"],[0,"&egs;"],[0,"&elsdot;"],[0,"&egsdot;"],[0,"&el;"],[0,"&eg;"],[2,"&siml;"],[0,"&simg;"],[0,"&simlE;"],[0,"&simgE;"],[0,{v:"&LessLess;",n:824,o:"&NotNestedLessLess;"}],[0,{v:"&GreaterGreater;",n:824,o:"&NotNestedGreaterGreater;"}],[1,"&glj;"],[0,"&gla;"],[0,"&ltcc;"],[0,"&gtcc;"],[0,"&lescc;"],[0,"&gescc;"],[0,"&smt;"],[0,"&lat;"],[0,{v:"&smte;",n:65024,o:"&smtes;"}],[0,{v:"&late;",n:65024,o:"&lates;"}],[0,"&bumpE;"],[0,{v:"&PrecedesEqual;",n:824,o:"&NotPrecedesEqual;"}],[0,{v:"&sce;",n:824,o:"&NotSucceedsEqual;"}],[2,"&prE;"],[0,"&scE;"],[0,"&precneqq;"],[0,"&scnE;"],[0,"&prap;"],[0,"&scap;"],[0,"&precnapprox;"],[0,"&scnap;"],[0,"&Pr;"],[0,"&Sc;"],[0,"&subdot;"],[0,"&supdot;"],[0,"&subplus;"],[0,"&supplus;"],[0,"&submult;"],[0,"&supmult;"],[0,"&subedot;"],[0,"&supedot;"],[0,{v:"&subE;",n:824,o:"&nsubE;"}],[0,{v:"&supE;",n:824,o:"&nsupE;"}],[0,"&subsim;"],[0,"&supsim;"],[2,{v:"&subnE;",n:65024,o:"&varsubsetneqq;"}],[0,{v:"&supnE;",n:65024,o:"&varsupsetneqq;"}],[2,"&csub;"],[0,"&csup;"],[0,"&csube;"],[0,"&csupe;"],[0,"&subsup;"],[0,"&supsub;"],[0,"&subsub;"],[0,"&supsup;"],[0,"&suphsub;"],[0,"&supdsub;"],[0,"&forkv;"],[0,"&topfork;"],[0,"&mlcp;"],[8,"&Dashv;"],[1,"&Vdashl;"],[0,"&Barv;"],[0,"&vBar;"],[0,"&vBarv;"],[1,"&Vbar;"],[0,"&Not;"],[0,"&bNot;"],[0,"&rnmid;"],[0,"&cirmid;"],[0,"&midcir;"],[0,"&topcir;"],[0,"&nhpar;"],[0,"&parsim;"],[9,{v:"&parsl;",n:8421,o:"&nparsl;"}],[44343,{n:new Map(t0([[56476,"&Ascr;"],[1,"&Cscr;"],[0,"&Dscr;"],[2,"&Gscr;"],[2,"&Jscr;"],[0,"&Kscr;"],[2,"&Nscr;"],[0,"&Oscr;"],[0,"&Pscr;"],[0,"&Qscr;"],[1,"&Sscr;"],[0,"&Tscr;"],[0,"&Uscr;"],[0,"&Vscr;"],[0,"&Wscr;"],[0,"&Xscr;"],[0,"&Yscr;"],[0,"&Zscr;"],[0,"&ascr;"],[0,"&bscr;"],[0,"&cscr;"],[0,"&dscr;"],[1,"&fscr;"],[1,"&hscr;"],[0,"&iscr;"],[0,"&jscr;"],[0,"&kscr;"],[0,"&lscr;"],[0,"&mscr;"],[0,"&nscr;"],[1,"&pscr;"],[0,"&qscr;"],[0,"&rscr;"],[0,"&sscr;"],[0,"&tscr;"],[0,"&uscr;"],[0,"&vscr;"],[0,"&wscr;"],[0,"&xscr;"],[0,"&yscr;"],[0,"&zscr;"],[52,"&Afr;"],[0,"&Bfr;"],[1,"&Dfr;"],[0,"&Efr;"],[0,"&Ffr;"],[0,"&Gfr;"],[2,"&Jfr;"],[0,"&Kfr;"],[0,"&Lfr;"],[0,"&Mfr;"],[0,"&Nfr;"],[0,"&Ofr;"],[0,"&Pfr;"],[0,"&Qfr;"],[1,"&Sfr;"],[0,"&Tfr;"],[0,"&Ufr;"],[0,"&Vfr;"],[0,"&Wfr;"],[0,"&Xfr;"],[0,"&Yfr;"],[1,"&afr;"],[0,"&bfr;"],[0,"&cfr;"],[0,"&dfr;"],[0,"&efr;"],[0,"&ffr;"],[0,"&gfr;"],[0,"&hfr;"],[0,"&ifr;"],[0,"&jfr;"],[0,"&kfr;"],[0,"&lfr;"],[0,"&mfr;"],[0,"&nfr;"],[0,"&ofr;"],[0,"&pfr;"],[0,"&qfr;"],[0,"&rfr;"],[0,"&sfr;"],[0,"&tfr;"],[0,"&ufr;"],[0,"&vfr;"],[0,"&wfr;"],[0,"&xfr;"],[0,"&yfr;"],[0,"&zfr;"],[0,"&Aopf;"],[0,"&Bopf;"],[1,"&Dopf;"],[0,"&Eopf;"],[0,"&Fopf;"],[0,"&Gopf;"],[1,"&Iopf;"],[0,"&Jopf;"],[0,"&Kopf;"],[0,"&Lopf;"],[0,"&Mopf;"],[1,"&Oopf;"],[3,"&Sopf;"],[0,"&Topf;"],[0,"&Uopf;"],[0,"&Vopf;"],[0,"&Wopf;"],[0,"&Xopf;"],[0,"&Yopf;"],[1,"&aopf;"],[0,"&bopf;"],[0,"&copf;"],[0,"&dopf;"],[0,"&eopf;"],[0,"&fopf;"],[0,"&gopf;"],[0,"&hopf;"],[0,"&iopf;"],[0,"&jopf;"],[0,"&kopf;"],[0,"&lopf;"],[0,"&mopf;"],[0,"&nopf;"],[0,"&oopf;"],[0,"&popf;"],[0,"&qopf;"],[0,"&ropf;"],[0,"&sopf;"],[0,"&topf;"],[0,"&uopf;"],[0,"&vopf;"],[0,"&wopf;"],[0,"&xopf;"],[0,"&yopf;"],[0,"&zopf;"]]))}],[8906,"&fflig;"],[0,"&filig;"],[0,"&fllig;"],[0,"&ffilig;"],[0,"&ffllig;"]]));var bg=/["&'<>$\x80-\uFFFF]/g,P4=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]),M4=String.prototype.codePointAt!=null?(o,r)=>o.codePointAt(r):(o,r)=>(o.charCodeAt(r)&64512)===55296?(o.charCodeAt(r)-55296)*1024+o.charCodeAt(r+1)-56320+65536:o.charCodeAt(r);function ta(o){let r="",s=0,a;for(;(a=bg.exec(o))!==null;){let l=a.index,c=o.charCodeAt(l),f=P4.get(c);f!==void 0?(r+=o.substring(s,l)+f,s=l+1):(r+=`${o.substring(s,l)}&#x${M4(o,l).toString(16)};`,s=bg.lastIndex+=+((c&64512)===55296))}return r+o.substr(s)}function xg(o,r){return function(a){let l,c=0,f="";for(;l=o.exec(a);)c!==l.index&&(f+=a.substring(c,l.index)),f+=r.get(l[0].charCodeAt(0)),c=l.index+1;return f+a.substring(c)}}var k4=xg(/[&<>'"]/g,P4),e0=xg(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),r0=xg(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]));var B4;(function(o){o[o.XML=0]="XML",o[o.HTML=1]="HTML"})(B4||(B4={}));var O4;(function(o){o[o.UTF8=0]="UTF8",o[o.ASCII=1]="ASCII",o[o.Extensive=2]="Extensive",o[o.Attribute=3]="Attribute",o[o.Text=4]="Text"})(O4||(O4={}));var G4=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(o=>[o.toLowerCase(),o])),z4=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(o=>[o.toLowerCase(),o]));var r5=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function n5(o){return o.replace(/"/g,"&quot;")}function i5(o,r){var s;if(!o)return;let a=((s=r.encodeEntities)!==null&&s!==void 0?s:r.decodeEntities)===!1?n5:r.xmlMode||r.encodeEntities!=="utf8"?ta:e0;return Object.keys(o).map(l=>{var c,f;let u=(c=o[l])!==null&&c!==void 0?c:"";return r.xmlMode==="foreign"&&(l=(f=z4.get(l))!==null&&f!==void 0?f:l),!r.emptyAttrs&&!r.xmlMode&&u===""?l:`${l}="${a(u)}"`}).join(" ")}var W4=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function wg(o,r={}){let s="length"in o?o:[o],a="";for(let l=0;l<s.length;l++)a+=o5(s[l],r);return a}var j4=wg;function o5(o,r){switch(o.type){case lg:return wg(o.children,r);case Ag:case cg:return u5(o);case fg:return h5(o);case gg:return f5(o);case hg:case dg:case pg:return l5(o,r);case ug:return c5(o,r)}}var s5=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),a5=new Set(["svg","math"]);function l5(o,r){var s;r.xmlMode==="foreign"&&(o.name=(s=G4.get(o.name))!==null&&s!==void 0?s:o.name,o.parent&&s5.has(o.parent.name)&&(r={...r,xmlMode:!1})),!r.xmlMode&&a5.has(o.name)&&(r={...r,xmlMode:"foreign"});let a=`<${o.name}`,l=i5(o.attribs,r);return l&&(a+=` ${l}`),o.children.length===0&&(r.xmlMode?r.selfClosingTags!==!1:r.selfClosingTags&&W4.has(o.name))?(r.xmlMode||(a+=" "),a+="/>"):(a+=">",o.children.length>0&&(a+=wg(o.children,r)),(r.xmlMode||!W4.has(o.name))&&(a+=`</${o.name}>`)),a}function u5(o){return`<${o.data}>`}function c5(o,r){var s;let a=o.data||"";return((s=r.encodeEntities)!==null&&s!==void 0?s:r.decodeEntities)!==!1&&!(!r.xmlMode&&o.parent&&r5.has(o.parent.name))&&(a=r.xmlMode||r.encodeEntities!=="utf8"?ta(a):r0(a)),a}function f5(o){return`<![CDATA[${o.children[0].data}]]>`}function h5(o){return`<!--${o.data}-->`}function V4(o,r){return j4(o,r)}function d5(o,r){return pr(o)?o.children.map(s=>V4(s,r)).join(""):""}function n0(o){return Array.isArray(o)?o.map(n0).join(""):er(o)?o.name==="br"?`
184
+ `),c=a.underline?{type:Mv(a.underline.type),color:a.underline.color}:void 0;for(let f=0;f<l.length;f++){let u=K1(l[f],r);f>0&&s.push(new Se({break:1,bold:a.bold,italics:a.italic,color:a.color,size:a.size,font:a.fontFamily,superScript:a.superscript,subScript:a.subscript,strike:a.strike,characterSpacing:a.letterSpacing,underline:c,shading:a.backgroundColor?{type:Xr.CLEAR,fill:a.backgroundColor,color:"auto"}:void 0})),u&&(a.gradient?s.push(new Q1({text:u,gradient:a.gradient,bold:a.bold,italics:a.italic,size:a.size,font:a.fontFamily,fallbackColor:a.color})):s.push(new Se({text:u,bold:a.bold,italics:a.italic,color:a.color,size:a.size,font:a.fontFamily,superScript:a.superscript,subScript:a.subscript,strike:a.strike,characterSpacing:a.letterSpacing,underline:c,shading:a.backgroundColor?{type:Xr.CLEAR,fill:a.backgroundColor,color:"auto"}:void 0})))}}return s}function Bv(o,r,s,a,l,c,f){let u=i=>{switch(i){case"single":return Or.SINGLE;case"dotted":return Or.DOTTED;case"double":return Or.DOUBLE;case"wave":return Or.WAVE;default:return Or.SINGLE}};return new Vi({tableHeader:r,children:o.map((i,n)=>{let e=typeof i=="string"?[new Se({text:i,bold:r,color:r&&c?c:void 0})]:i.map(F=>new Se({text:F.text,bold:r||F.bold,italics:F.italic,color:r&&c?c:F.color,size:F.size,font:F.fontFamily,superScript:F.superscript,subScript:F.subscript,strike:F.strike,characterSpacing:F.letterSpacing,underline:F.underline?{type:u(F.underline.type),color:F.underline.color}:void 0,shading:F.backgroundColor?{type:Xr.CLEAR,fill:F.backgroundColor,color:"auto"}:void 0})),t;r&&l?t={type:Xr.CLEAR,color:"auto",fill:l}:!r&&f&&(t={type:Xr.CLEAR,color:"auto",fill:f});let b=n===o.length-1,g=s-o.length,h=b&&g>0?g+1:void 0;return new Nn({children:[new te({children:e})],width:{size:100/s,type:$r.PERCENTAGE},columnSpan:h,shading:t,margins:a?{top:a.top,bottom:a.bottom,left:a.left,right:a.right}:void 0})})})}function x4(o,r,s=0){let a=typeof o=="string"?[new Se({text:o})]:Xi(o),c={left:720+s*720,hanging:360},f={line:hn.line,lineRule:hn.lineRule,after:60};return r?new te({children:a,numbering:{reference:"default-numbering",level:s},indent:c,spacing:f}):new te({children:a,bullet:{level:s},indent:c,spacing:f})}function Us(o){switch(o.type){case"heading":{let r=O1[o.level],s=X1(o.alignment),a=`h${o.level}`,l=Pv[a]||{before:240,after:240},c=K1(o.text,o.textTransform),f;if(o.runs)f=Xi(o.runs,o.textTransform);else{let i={text:c};o.color&&(i.color=o.color),o.fontFamily&&(i.font=o.fontFamily),o.fontSize&&(i.size=o.fontSize),o.letterSpacing&&(i.characterSpacing=o.letterSpacing),f=[new Se(i)]}let u={children:f,heading:r,alignment:s,spacing:{line:o.lineSpacing!==void 0?o.lineSpacing:jl.line,lineRule:jl.lineRule,before:o.spacingBefore!==void 0?o.spacingBefore:l.before,after:o.spacingAfter!==void 0?o.spacingAfter:l.after}};if(o.borderBottom&&(u.border={...u.border,bottom:{style:Qt.SINGLE,size:6,color:o.borderBottom}}),o.borderLeft){let i=o.borderLeftWidth||24;u.border={...u.border,left:{style:Qt.SINGLE,size:i,color:o.borderLeft,space:8}},u.indent={left:Zt(.15)}}if(o.backgroundColor){let i=o.backgroundColor.replace("#","");u.shading={type:Xr.CLEAR,color:"auto",fill:i}}return[new te(u)]}case"paragraph":{let r=K1(o.text,o.textTransform),s=o.runs?Xi(o.runs,o.textTransform):[new Se({text:r,bold:o.bold,italics:o.italic,color:o.color,font:o.fontFamily})],a=X1(o.alignment),l={};o.firstLineIndent&&(l.firstLine=o.firstLineIndent),o.hangingIndent?(l.hanging=o.hangingIndent,l.left=o.leftIndent||o.hangingIndent):o.leftIndent&&(l.left=o.leftIndent);let c=o.spacingAfter!==void 0?o.spacingAfter:hn.after,f=o.lineSpacing!==void 0?o.lineSpacing:hn.line,u=o.spacingBefore!==void 0?o.spacingBefore:void 0;return[new te({children:s,alignment:a,indent:Object.keys(l).length>0?l:void 0,spacing:{line:f,lineRule:hn.lineRule,after:c,before:u}})]}case"list":return o.items.map(r=>{if(typeof r=="object"&&"level"in r&&"ordered"in r){let s=r;return x4(s.content,s.ordered,s.level)}return x4(r,o.ordered,0)});case"table":{let r=o.noBorders?!1:o.hasHeader!==!1,s=Math.max(...o.rows.map(b=>b.length)),a=o.rows.map((b,g)=>Bv(b,r&&g===0,s,o.cellPadding,o.headerBackgroundColor,o.headerTextColor,g>0&&g%2===0?o.evenRowBackgroundColor:void 0)),l="E5E7EB",c={style:Qt.NONE,size:0,color:"FFFFFF"},f=o.noBorders?c:{style:Qt.SINGLE,size:4,color:l},u=o.horizontalBordersOnly?c:f,i=o.horizontalBordersOnly?c:f,n=new ji({rows:a,width:{size:100,type:$r.PERCENTAGE},borders:{top:f,bottom:f,left:i,right:i,insideHorizontal:f,insideVertical:u}}),e=new te({children:[],spacing:{before:200,after:0}}),t=new te({children:[],spacing:{before:0,after:200}});return[e,n,t]}case"code":return[new te({children:[new Se({text:o.text,font:"Courier New",size:20})],border:{top:{style:Qt.SINGLE,size:1,color:"CCCCCC"},bottom:{style:Qt.SINGLE,size:1,color:"CCCCCC"},left:{style:Qt.SINGLE,size:1,color:"CCCCCC"},right:{style:Qt.SINGLE,size:1,color:"CCCCCC"}},shading:{type:Xr.CLEAR,color:"auto",fill:"F5F5F5"}})];case"blockquote":{let r=o.borderColor||"CCCCCC",s=o.backgroundColor||"FFFFFF",a=o.backgroundGradient,l=o.variant==="callout",c=o.borderStyle==="full",f=o.borderStyle==="none",u=f?void 0:r,i=[];for(let F of o.content)if(F.type==="paragraph"){let p=F.bold&&!F.color,A=F.color||(p?u:void 0),m=F.runs?Xi(F.runs):[new Se({text:F.text,bold:F.bold,italics:F.italic,color:A,font:F.fontFamily})];i.push(new te({children:m,alignment:F.alignment?X1(F.alignment):void 0,spacing:{line:F.lineSpacing!==void 0?F.lineSpacing:hn.line,lineRule:hn.lineRule,after:F.spacingAfter!==void 0?F.spacingAfter:120,before:F.spacingBefore}}))}else if(F.type==="list")for(let p=0;p<F.items.length;p++){let A=F.items[p],m,x,y=0;if(typeof A=="object"&&"level"in A&&"ordered"in A){let G=A;m=G.content,x=G.ordered,y=G.level}else m=A,x=F.ordered;let w=typeof m=="string"?[new Se({text:m})]:Xi(m),R=x?`${p+1}. `:"\u2022 ",P=[new Se({text:R}),...w],M=240+y*240;i.push(new te({children:P,indent:{left:M},spacing:{line:hn.line,lineRule:hn.lineRule,after:100}}))}else if(F.type==="heading"){let p=F.color||(f?void 0:r),A=F.runs?Xi(F.runs):[new Se({text:F.text,color:p})];i.push(new te({children:A,heading:O1[F.level],spacing:{line:jl.line,lineRule:jl.lineRule,after:120}}))}else if(F.type==="table"){if(F.noBorders&&F.rows.length===1){let p=F.rows[0],A=[];for(let m=0;m<p.length;m++){let x=p[m];typeof x=="string"?A.push(new Se({text:x})):A.push(...Xi(x)),m<p.length-1&&A.push(new Se({text:" "}))}i.push(new te({children:A,spacing:{line:hn.line,lineRule:hn.lineRule,after:120}}))}}else if(F.type==="image"){if(F.imageData){let A=F.imageData.width,m=F.imageData.height;if(A>580){let x=580/A;A=580,m=Math.round(m*x)}i.push(new te({children:[new Ro({data:F.imageData.data,transformation:{width:A,height:m},type:"png"})],alignment:Ce.CENTER,spacing:{before:120,after:120}}))}}else if(F.type==="blockquote"){let p=Us(F);i.push(...p)}let n=[],e=i.length>0?i:[new te({children:[]})],t=s;if(a&&f){let F=[...a.stops].sort((p,A)=>p.position-A.position);F.length>=2?t=F[1]?.color||F[0]?.color||s:F.length===1&&(t=F[0]?.color||s)}let b={type:Xr.CLEAR,color:"auto",fill:t};n.push(new Vi({children:[new Nn({children:e,shading:b,margins:{top:o.padding?.top??Zt(.25),bottom:o.padding?.bottom??Zt(.25),left:o.padding?.left??Zt(.35),right:o.padding?.right??Zt(.35)},borders:f?{...Hs}:c?{top:{style:Qt.SINGLE,size:6,color:r},bottom:{style:Qt.SINGLE,size:6,color:r},left:{style:Qt.SINGLE,size:6,color:r},right:{style:Qt.SINGLE,size:6,color:r}}:{...Hs,left:{style:Qt.SINGLE,size:24,color:r}}})]}));let g=new ji({rows:n,width:{size:100,type:$r.PERCENTAGE},borders:F4}),d=new te({children:[],spacing:{before:240,after:0}}),h=new te({children:[],spacing:{before:0,after:240}});return[d,g,h]}case"chart-placeholder":case"svg-chart":return[kv(o.title)];case"chart-image":{let{imageData:r}=o;return[new te({children:[new Ro({data:r.data,transformation:{width:r.width,height:r.height},type:"png"})],alignment:Ce.CENTER,spacing:{before:200,after:200}})]}case"image":{let{imageData:r,caption:s,alt:a}=o;if(!r){let c=a||"[Image]";return[new te({children:[new Se({text:c,italics:!0,color:"6B7280"})],alignment:Ce.CENTER,spacing:{before:200,after:s?80:200}}),...s?[b4(s)]:[]]}let l=[new te({children:[new Ro({data:r.data,transformation:{width:r.width,height:r.height},type:"png"})],alignment:Ce.CENTER,spacing:{before:200,after:s?80:200}})];return s&&l.push(b4(s)),l}case"horizontal-rule":{let r=o.color||"E5E7EB",s=o.spacingBefore!==void 0?o.spacingBefore:240,a=o.spacingAfter!==void 0?o.spacingAfter:240,c=(o.borderPosition||"bottom")==="top"?{top:{style:Qt.SINGLE,size:6,color:r}}:{bottom:{style:Qt.SINGLE,size:6,color:r}};return[new te({children:[],border:c,spacing:{before:s,after:a}})]}case"stats-grid":{let{cards:r}=o;if(r.length===0)return[];let s=r.map(f=>{let u=[new te({children:[new Se({text:f.value,bold:!0,size:36,color:f.valueColor||"2563EB"})],alignment:Ce.CENTER,spacing:{after:80}}),new te({children:[new Se({text:f.label,size:20,color:f.labelColor||"6B7280"})],alignment:Ce.CENTER,spacing:{after:f.change?60:0}})];return f.change&&u.push(new te({children:[new Se({text:f.change,size:16,bold:!0,color:f.changeColor||"10B981"})],alignment:Ce.CENTER})),new Nn({children:u,width:{size:Math.floor(100/r.length),type:$r.PERCENTAGE},margins:{top:Zt(.15),bottom:Zt(.15),left:Zt(.1),right:Zt(.1)},shading:f.backgroundColor?{type:Xr.CLEAR,color:"auto",fill:f.backgroundColor}:void 0,borders:f.borderColor?{top:{style:Qt.SINGLE,size:4,color:f.borderColor},bottom:{style:Qt.SINGLE,size:4,color:f.borderColor},left:{style:Qt.SINGLE,size:4,color:f.borderColor},right:{style:Qt.SINGLE,size:4,color:f.borderColor}}:{top:{style:Qt.NIL,size:0,color:"FFFFFF"},bottom:{style:Qt.NIL,size:0,color:"FFFFFF"},left:{style:Qt.NIL,size:0,color:"FFFFFF"},right:{style:Qt.NIL,size:0,color:"FFFFFF"}}})}),a=new ji({rows:[new Vi({children:s})],width:{size:100,type:$r.PERCENTAGE},borders:{top:{style:Qt.NIL,size:0,color:"FFFFFF"},bottom:{style:Qt.NIL,size:0,color:"FFFFFF"},left:{style:Qt.NIL,size:0,color:"FFFFFF"},right:{style:Qt.NIL,size:0,color:"FFFFFF"},insideHorizontal:{style:Qt.NIL,size:0,color:"FFFFFF"},insideVertical:{style:Qt.NIL,size:0,color:"FFFFFF"}}}),l=new te({children:[],spacing:{before:240,after:0}}),c=new te({children:[],spacing:{before:0,after:240}});return[l,a,c]}case"two-column-layout":{let{sidebar:r,main:s}=o,a=r.widthPercent||25,l=100-a,c=[];for(let e of r.content)(e.type==="heading"&&!e.color&&r.textColor||e.type==="paragraph"&&!e.color&&r.textColor)&&(e.color=r.textColor),c.push(...Us(e));let f=[];for(let e of s.content)f.push(...Us(e));let u=new Nn({children:c.length>0?c:[new te({children:[]})],width:{size:a,type:$r.PERCENTAGE},shading:r.backgroundColor?{type:Xr.CLEAR,color:"auto",fill:r.backgroundColor}:void 0,margins:{top:Zt(.25),bottom:Zt(.25),left:Zt(.2),right:Zt(.2)},borders:Hs}),i=new Nn({children:f.length>0?f:[new te({children:[]})],width:{size:l,type:$r.PERCENTAGE},margins:{top:Zt(.25),bottom:Zt(.25),left:Zt(.3),right:Zt(.2)},borders:Hs});return[new ji({rows:[new Vi({children:[u,i]})],width:{size:100,type:$r.PERCENTAGE},borders:F4})]}default:return[]}}function Ov(o,r){let s=0;function a(l){return l.map(c=>{if(c.type==="chart-placeholder"&&c.chartId){let f=r.get(c.chartId);if(f)return{type:"chart-image",title:c.title,imageData:f}}if(c.type==="svg-chart"){let f=`svg-chart-${s}`,u=r.get(f);if(s++,u)return{type:"chart-image",title:c.title,imageData:u}}return c.type==="blockquote"&&c.content?{...c,content:a(c.content)}:c.type==="two-column-layout"?{...c,sidebar:{...c.sidebar,content:a(c.sidebar.content)},main:{...c.main,content:a(c.main.content)}}:c})}return a(o)}function y4(o,r={}){let{title:s,author:a,description:l,chartImages:c,imageMap:f,pageless:u,pageHeightTwips:i,elements:n}=r,e=n?[...n]:Wl(o);if(c&&c.size>0&&(e=Ov(e,c)),f&&f.size>0){let p=function(A){for(let m of A)m.type==="image"&&!m.imageData&&f.has(m.src)&&(m.imageData=f.get(m.src)),m.type==="blockquote"&&m.content&&p(m.content),m.type==="two-column-layout"&&(p(m.sidebar.content),p(m.main.content))};var F=p;p(e)}let t=[];for(let p of e){let A=Us(p);t.push(...A)}let b="Arial",g;i?g=i:u?g=Zt(200):g=Zt(11);let d=Zt(8.5);return new Rl({creator:a,title:s??"Document",description:l??"Generated document",styles:{default:{document:{run:{font:b,size:24}},heading1:{run:{font:b,size:48,bold:!0,color:"000000"}},heading2:{run:{font:b,size:36,bold:!0,color:"000000"}},heading3:{run:{font:b,size:30,bold:!0,color:"000000"}},heading4:{run:{font:b,size:26,bold:!0,color:"000000"}},heading5:{run:{font:b,size:24,bold:!0,color:"000000"}},heading6:{run:{font:b,size:22,bold:!0,color:"000000"}}}},numbering:{config:[{reference:"default-numbering",levels:[{level:0,format:un.DECIMAL,text:"%1.",alignment:Ce.START,style:{paragraph:{indent:{left:720,hanging:360}}}}]}]},sections:[{properties:{page:{size:{orientation:Ns.PORTRAIT,width:d,height:g},margin:{top:Zt(.75),right:Zt(1),bottom:Zt(.75),left:Zt(1)}}},children:t}]})}async function Hv(o,r,s,a){let f=new DOMParser().parseFromString(o,"image/svg+xml").querySelector("svg");if(!f)return null;let u=r,i=s;if(!u||!i){let g=f.getAttribute("viewBox");if(g){let d=g.split(/\s+/).map(Number);d.length>=4&&(u=u||d[2],i=i||d[3])}if(!u){let d=f.getAttribute("width");d&&!d.includes("%")&&(u=parseFloat(d))}if(!i){let d=f.getAttribute("height");d&&!d.includes("%")&&(i=parseFloat(d))}}u=u||624,i=i||468,f.setAttribute("width",String(u)),f.setAttribute("height",String(i)),f.getAttribute("xmlns")||f.setAttribute("xmlns","http://www.w3.org/2000/svg");let e=new XMLSerializer().serializeToString(f),t=new Blob([e],{type:"image/svg+xml;charset=utf-8"}),b=URL.createObjectURL(t);try{let g=new Image;await new Promise((k,P)=>{g.onload=()=>k(),g.onerror=()=>P(new Error("Failed to load SVG image")),g.src=b});let d=typeof window<"u"&&window.devicePixelRatio||1,h=document.createElement("canvas");h.width=u*d,h.height=i*d;let F=h.getContext("2d");if(!F)return null;F.fillStyle=a?`#${a}`:"white",F.fillRect(0,0,h.width,h.height),F.scale(d,d),F.drawImage(g,0,0,u,i);let p=await new Promise(k=>{h.toBlob(k,"image/png")});if(!p)return null;let A=await p.arrayBuffer(),m=new Uint8Array(A),x=624,y=i/u,w=Math.min(u,x),R=w*y;return{data:m,width:Math.round(w),height:Math.round(R)}}finally{URL.revokeObjectURL(b)}}async function Uv(o){let r=new Map,s=[];function a(l){for(let c of l)c.type==="svg-chart"?s.push(c):c.type==="blockquote"&&c.content?a(c.content):c.type==="two-column-layout"&&(a(c.sidebar.content),a(c.main.content))}a(o);for(let l=0;l<s.length;l++){let c=s[l];try{let f=await Hv(c.svgContent,c.width,c.height,c.backgroundColor);f&&r.set(`svg-chart-${l}`,f)}catch(f){console.warn(`Failed to render SVG chart ${l}:`,f)}}return r}async function Gv(o){let r=Wl(o);return Uv(r)}async function zv(o,r){let{fileName:s,author:a,title:l,description:c}=r,f=await Gv(o),u={title:l??s.replace(/\.docx$/i,""),author:a,description:c??"Generated by Copilot",chartImages:f.size>0?f:void 0},i=y4(o,u);return await B1.toBase64String(i)}var v4=zv;var ex=Ke(Gs(),1);var BE=Ke(C4()),E4=Ke(Vl()),OE=Ke(ql());var Ho=Symbol("changed"),Ei=Symbol("classList"),vr=Symbol("CustomElements"),Vs=Symbol("content"),$l=Symbol("dataset"),Di=Symbol("doctype"),qs=Symbol("DOMParser"),It=Symbol("end"),Uo=Symbol("EventTarget"),Go=Symbol("globals"),Hr=Symbol("image"),dn=Symbol("mime"),Mn=Symbol("MutationObserver"),wt=Symbol("next"),ng=Symbol("ownerElement"),me=Symbol("prev"),qe=Symbol("private"),Ki=Symbol("sheet"),Qe=Symbol("start"),Xl=Symbol("style"),Si=Symbol("upgrade"),ee=Symbol("value");var Dg={};Qa(Dg,{DefaultHandler:()=>ai,DomHandler:()=>ai,DomUtils:()=>Ko,ElementType:()=>Ql,Parser:()=>_i,QuoteType:()=>Gr,Tokenizer:()=>Yi,createDocumentStream:()=>U5,createDomStream:()=>G5,getFeed:()=>na,parseDOM:()=>tb,parseDocument:()=>Z4,parseFeed:()=>W5});var Kl=new Uint16Array('\u1D41<\xD5\u0131\u028A\u049D\u057B\u05D0\u0675\u06DE\u07A2\u07D6\u080F\u0A4A\u0A91\u0DA1\u0E6D\u0F09\u0F26\u10CA\u1228\u12E1\u1415\u149D\u14C3\u14DF\u1525\0\0\0\0\0\0\u156B\u16CD\u198D\u1C12\u1DDD\u1F7E\u2060\u21B0\u228D\u23C0\u23FB\u2442\u2824\u2912\u2D08\u2E48\u2FCE\u3016\u32BA\u3639\u37AC\u38FE\u3A28\u3A71\u3AE0\u3B2E\u0800EMabcfglmnoprstu\\bfms\x7F\x84\x8B\x90\x95\x98\xA6\xB3\xB9\xC8\xCFlig\u803B\xC6\u40C6P\u803B&\u4026cute\u803B\xC1\u40C1reve;\u4102\u0100iyx}rc\u803B\xC2\u40C2;\u4410r;\uC000\u{1D504}rave\u803B\xC0\u40C0pha;\u4391acr;\u4100d;\u6A53\u0100gp\x9D\xA1on;\u4104f;\uC000\u{1D538}plyFunction;\u6061ing\u803B\xC5\u40C5\u0100cs\xBE\xC3r;\uC000\u{1D49C}ign;\u6254ilde\u803B\xC3\u40C3ml\u803B\xC4\u40C4\u0400aceforsu\xE5\xFB\xFE\u0117\u011C\u0122\u0127\u012A\u0100cr\xEA\xF2kslash;\u6216\u0176\xF6\xF8;\u6AE7ed;\u6306y;\u4411\u0180crt\u0105\u010B\u0114ause;\u6235noullis;\u612Ca;\u4392r;\uC000\u{1D505}pf;\uC000\u{1D539}eve;\u42D8c\xF2\u0113mpeq;\u624E\u0700HOacdefhilorsu\u014D\u0151\u0156\u0180\u019E\u01A2\u01B5\u01B7\u01BA\u01DC\u0215\u0273\u0278\u027Ecy;\u4427PY\u803B\xA9\u40A9\u0180cpy\u015D\u0162\u017Aute;\u4106\u0100;i\u0167\u0168\u62D2talDifferentialD;\u6145leys;\u612D\u0200aeio\u0189\u018E\u0194\u0198ron;\u410Cdil\u803B\xC7\u40C7rc;\u4108nint;\u6230ot;\u410A\u0100dn\u01A7\u01ADilla;\u40B8terDot;\u40B7\xF2\u017Fi;\u43A7rcle\u0200DMPT\u01C7\u01CB\u01D1\u01D6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01E2\u01F8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020FoubleQuote;\u601Duote;\u6019\u0200lnpu\u021E\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6A74\u0180git\u022F\u0236\u023Aruent;\u6261nt;\u622FourIntegral;\u622E\u0100fr\u024C\u024E;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6A2Fcr;\uC000\u{1D49E}p\u0100;C\u0284\u0285\u62D3ap;\u624D\u0580DJSZacefios\u02A0\u02AC\u02B0\u02B4\u02B8\u02CB\u02D7\u02E1\u02E6\u0333\u048D\u0100;o\u0179\u02A5trahd;\u6911cy;\u4402cy;\u4405cy;\u440F\u0180grs\u02BF\u02C4\u02C7ger;\u6021r;\u61A1hv;\u6AE4\u0100ay\u02D0\u02D5ron;\u410E;\u4414l\u0100;t\u02DD\u02DE\u6207a;\u4394r;\uC000\u{1D507}\u0100af\u02EB\u0327\u0100cm\u02F0\u0322ritical\u0200ADGT\u0300\u0306\u0316\u031Ccute;\u40B4o\u0174\u030B\u030D;\u42D9bleAcute;\u42DDrave;\u4060ilde;\u42DCond;\u62C4ferentialD;\u6146\u0470\u033D\0\0\0\u0342\u0354\0\u0405f;\uC000\u{1D53B}\u0180;DE\u0348\u0349\u034D\u40A8ot;\u60DCqual;\u6250ble\u0300CDLRUV\u0363\u0372\u0382\u03CF\u03E2\u03F8ontourIntegra\xEC\u0239o\u0274\u0379\0\0\u037B\xBB\u0349nArrow;\u61D3\u0100eo\u0387\u03A4ft\u0180ART\u0390\u0396\u03A1rrow;\u61D0ightArrow;\u61D4e\xE5\u02CAng\u0100LR\u03AB\u03C4eft\u0100AR\u03B3\u03B9rrow;\u67F8ightArrow;\u67FAightArrow;\u67F9ight\u0100AT\u03D8\u03DErrow;\u61D2ee;\u62A8p\u0241\u03E9\0\0\u03EFrrow;\u61D1ownArrow;\u61D5erticalBar;\u6225n\u0300ABLRTa\u0412\u042A\u0430\u045E\u047F\u037Crrow\u0180;BU\u041D\u041E\u0422\u6193ar;\u6913pArrow;\u61F5reve;\u4311eft\u02D2\u043A\0\u0446\0\u0450ightVector;\u6950eeVector;\u695Eector\u0100;B\u0459\u045A\u61BDar;\u6956ight\u01D4\u0467\0\u0471eeVector;\u695Fector\u0100;B\u047A\u047B\u61C1ar;\u6957ee\u0100;A\u0486\u0487\u62A4rrow;\u61A7\u0100ct\u0492\u0497r;\uC000\u{1D49F}rok;\u4110\u0800NTacdfglmopqstux\u04BD\u04C0\u04C4\u04CB\u04DE\u04E2\u04E7\u04EE\u04F5\u0521\u052F\u0536\u0552\u055D\u0560\u0565G;\u414AH\u803B\xD0\u40D0cute\u803B\xC9\u40C9\u0180aiy\u04D2\u04D7\u04DCron;\u411Arc\u803B\xCA\u40CA;\u442Dot;\u4116r;\uC000\u{1D508}rave\u803B\xC8\u40C8ement;\u6208\u0100ap\u04FA\u04FEcr;\u4112ty\u0253\u0506\0\0\u0512mallSquare;\u65FBerySmallSquare;\u65AB\u0100gp\u0526\u052Aon;\u4118f;\uC000\u{1D53C}silon;\u4395u\u0100ai\u053C\u0549l\u0100;T\u0542\u0543\u6A75ilde;\u6242librium;\u61CC\u0100ci\u0557\u055Ar;\u6130m;\u6A73a;\u4397ml\u803B\xCB\u40CB\u0100ip\u056A\u056Fsts;\u6203onentialE;\u6147\u0280cfios\u0585\u0588\u058D\u05B2\u05CCy;\u4424r;\uC000\u{1D509}lled\u0253\u0597\0\0\u05A3mallSquare;\u65FCerySmallSquare;\u65AA\u0370\u05BA\0\u05BF\0\0\u05C4f;\uC000\u{1D53D}All;\u6200riertrf;\u6131c\xF2\u05CB\u0600JTabcdfgorst\u05E8\u05EC\u05EF\u05FA\u0600\u0612\u0616\u061B\u061D\u0623\u066C\u0672cy;\u4403\u803B>\u403Emma\u0100;d\u05F7\u05F8\u4393;\u43DCreve;\u411E\u0180eiy\u0607\u060C\u0610dil;\u4122rc;\u411C;\u4413ot;\u4120r;\uC000\u{1D50A};\u62D9pf;\uC000\u{1D53E}eater\u0300EFGLST\u0635\u0644\u064E\u0656\u065B\u0666qual\u0100;L\u063E\u063F\u6265ess;\u62DBullEqual;\u6267reater;\u6AA2ess;\u6277lantEqual;\u6A7Eilde;\u6273cr;\uC000\u{1D4A2};\u626B\u0400Aacfiosu\u0685\u068B\u0696\u069B\u069E\u06AA\u06BE\u06CARDcy;\u442A\u0100ct\u0690\u0694ek;\u42C7;\u405Eirc;\u4124r;\u610ClbertSpace;\u610B\u01F0\u06AF\0\u06B2f;\u610DizontalLine;\u6500\u0100ct\u06C3\u06C5\xF2\u06A9rok;\u4126mp\u0144\u06D0\u06D8ownHum\xF0\u012Fqual;\u624F\u0700EJOacdfgmnostu\u06FA\u06FE\u0703\u0707\u070E\u071A\u071E\u0721\u0728\u0744\u0778\u078B\u078F\u0795cy;\u4415lig;\u4132cy;\u4401cute\u803B\xCD\u40CD\u0100iy\u0713\u0718rc\u803B\xCE\u40CE;\u4418ot;\u4130r;\u6111rave\u803B\xCC\u40CC\u0180;ap\u0720\u072F\u073F\u0100cg\u0734\u0737r;\u412AinaryI;\u6148lie\xF3\u03DD\u01F4\u0749\0\u0762\u0100;e\u074D\u074E\u622C\u0100gr\u0753\u0758ral;\u622Bsection;\u62C2isible\u0100CT\u076C\u0772omma;\u6063imes;\u6062\u0180gpt\u077F\u0783\u0788on;\u412Ef;\uC000\u{1D540}a;\u4399cr;\u6110ilde;\u4128\u01EB\u079A\0\u079Ecy;\u4406l\u803B\xCF\u40CF\u0280cfosu\u07AC\u07B7\u07BC\u07C2\u07D0\u0100iy\u07B1\u07B5rc;\u4134;\u4419r;\uC000\u{1D50D}pf;\uC000\u{1D541}\u01E3\u07C7\0\u07CCr;\uC000\u{1D4A5}rcy;\u4408kcy;\u4404\u0380HJacfos\u07E4\u07E8\u07EC\u07F1\u07FD\u0802\u0808cy;\u4425cy;\u440Cppa;\u439A\u0100ey\u07F6\u07FBdil;\u4136;\u441Ar;\uC000\u{1D50E}pf;\uC000\u{1D542}cr;\uC000\u{1D4A6}\u0580JTaceflmost\u0825\u0829\u082C\u0850\u0863\u09B3\u09B8\u09C7\u09CD\u0A37\u0A47cy;\u4409\u803B<\u403C\u0280cmnpr\u0837\u083C\u0841\u0844\u084Dute;\u4139bda;\u439Bg;\u67EAlacetrf;\u6112r;\u619E\u0180aey\u0857\u085C\u0861ron;\u413Ddil;\u413B;\u441B\u0100fs\u0868\u0970t\u0500ACDFRTUVar\u087E\u08A9\u08B1\u08E0\u08E6\u08FC\u092F\u095B\u0390\u096A\u0100nr\u0883\u088FgleBracket;\u67E8row\u0180;BR\u0899\u089A\u089E\u6190ar;\u61E4ightArrow;\u61C6eiling;\u6308o\u01F5\u08B7\0\u08C3bleBracket;\u67E6n\u01D4\u08C8\0\u08D2eeVector;\u6961ector\u0100;B\u08DB\u08DC\u61C3ar;\u6959loor;\u630Aight\u0100AV\u08EF\u08F5rrow;\u6194ector;\u694E\u0100er\u0901\u0917e\u0180;AV\u0909\u090A\u0910\u62A3rrow;\u61A4ector;\u695Aiangle\u0180;BE\u0924\u0925\u0929\u62B2ar;\u69CFqual;\u62B4p\u0180DTV\u0937\u0942\u094CownVector;\u6951eeVector;\u6960ector\u0100;B\u0956\u0957\u61BFar;\u6958ector\u0100;B\u0965\u0966\u61BCar;\u6952ight\xE1\u039Cs\u0300EFGLST\u097E\u098B\u0995\u099D\u09A2\u09ADqualGreater;\u62DAullEqual;\u6266reater;\u6276ess;\u6AA1lantEqual;\u6A7Dilde;\u6272r;\uC000\u{1D50F}\u0100;e\u09BD\u09BE\u62D8ftarrow;\u61DAidot;\u413F\u0180npw\u09D4\u0A16\u0A1Bg\u0200LRlr\u09DE\u09F7\u0A02\u0A10eft\u0100AR\u09E6\u09ECrrow;\u67F5ightArrow;\u67F7ightArrow;\u67F6eft\u0100ar\u03B3\u0A0Aight\xE1\u03BFight\xE1\u03CAf;\uC000\u{1D543}er\u0100LR\u0A22\u0A2CeftArrow;\u6199ightArrow;\u6198\u0180cht\u0A3E\u0A40\u0A42\xF2\u084C;\u61B0rok;\u4141;\u626A\u0400acefiosu\u0A5A\u0A5D\u0A60\u0A77\u0A7C\u0A85\u0A8B\u0A8Ep;\u6905y;\u441C\u0100dl\u0A65\u0A6FiumSpace;\u605Flintrf;\u6133r;\uC000\u{1D510}nusPlus;\u6213pf;\uC000\u{1D544}c\xF2\u0A76;\u439C\u0480Jacefostu\u0AA3\u0AA7\u0AAD\u0AC0\u0B14\u0B19\u0D91\u0D97\u0D9Ecy;\u440Acute;\u4143\u0180aey\u0AB4\u0AB9\u0ABEron;\u4147dil;\u4145;\u441D\u0180gsw\u0AC7\u0AF0\u0B0Eative\u0180MTV\u0AD3\u0ADF\u0AE8ediumSpace;\u600Bhi\u0100cn\u0AE6\u0AD8\xEB\u0AD9eryThi\xEE\u0AD9ted\u0100GL\u0AF8\u0B06reaterGreate\xF2\u0673essLes\xF3\u0A48Line;\u400Ar;\uC000\u{1D511}\u0200Bnpt\u0B22\u0B28\u0B37\u0B3Areak;\u6060BreakingSpace;\u40A0f;\u6115\u0680;CDEGHLNPRSTV\u0B55\u0B56\u0B6A\u0B7C\u0BA1\u0BEB\u0C04\u0C5E\u0C84\u0CA6\u0CD8\u0D61\u0D85\u6AEC\u0100ou\u0B5B\u0B64ngruent;\u6262pCap;\u626DoubleVerticalBar;\u6226\u0180lqx\u0B83\u0B8A\u0B9Bement;\u6209ual\u0100;T\u0B92\u0B93\u6260ilde;\uC000\u2242\u0338ists;\u6204reater\u0380;EFGLST\u0BB6\u0BB7\u0BBD\u0BC9\u0BD3\u0BD8\u0BE5\u626Fqual;\u6271ullEqual;\uC000\u2267\u0338reater;\uC000\u226B\u0338ess;\u6279lantEqual;\uC000\u2A7E\u0338ilde;\u6275ump\u0144\u0BF2\u0BFDownHump;\uC000\u224E\u0338qual;\uC000\u224F\u0338e\u0100fs\u0C0A\u0C27tTriangle\u0180;BE\u0C1A\u0C1B\u0C21\u62EAar;\uC000\u29CF\u0338qual;\u62ECs\u0300;EGLST\u0C35\u0C36\u0C3C\u0C44\u0C4B\u0C58\u626Equal;\u6270reater;\u6278ess;\uC000\u226A\u0338lantEqual;\uC000\u2A7D\u0338ilde;\u6274ested\u0100GL\u0C68\u0C79reaterGreater;\uC000\u2AA2\u0338essLess;\uC000\u2AA1\u0338recedes\u0180;ES\u0C92\u0C93\u0C9B\u6280qual;\uC000\u2AAF\u0338lantEqual;\u62E0\u0100ei\u0CAB\u0CB9verseElement;\u620CghtTriangle\u0180;BE\u0CCB\u0CCC\u0CD2\u62EBar;\uC000\u29D0\u0338qual;\u62ED\u0100qu\u0CDD\u0D0CuareSu\u0100bp\u0CE8\u0CF9set\u0100;E\u0CF0\u0CF3\uC000\u228F\u0338qual;\u62E2erset\u0100;E\u0D03\u0D06\uC000\u2290\u0338qual;\u62E3\u0180bcp\u0D13\u0D24\u0D4Eset\u0100;E\u0D1B\u0D1E\uC000\u2282\u20D2qual;\u6288ceeds\u0200;EST\u0D32\u0D33\u0D3B\u0D46\u6281qual;\uC000\u2AB0\u0338lantEqual;\u62E1ilde;\uC000\u227F\u0338erset\u0100;E\u0D58\u0D5B\uC000\u2283\u20D2qual;\u6289ilde\u0200;EFT\u0D6E\u0D6F\u0D75\u0D7F\u6241qual;\u6244ullEqual;\u6247ilde;\u6249erticalBar;\u6224cr;\uC000\u{1D4A9}ilde\u803B\xD1\u40D1;\u439D\u0700Eacdfgmoprstuv\u0DBD\u0DC2\u0DC9\u0DD5\u0DDB\u0DE0\u0DE7\u0DFC\u0E02\u0E20\u0E22\u0E32\u0E3F\u0E44lig;\u4152cute\u803B\xD3\u40D3\u0100iy\u0DCE\u0DD3rc\u803B\xD4\u40D4;\u441Eblac;\u4150r;\uC000\u{1D512}rave\u803B\xD2\u40D2\u0180aei\u0DEE\u0DF2\u0DF6cr;\u414Cga;\u43A9cron;\u439Fpf;\uC000\u{1D546}enCurly\u0100DQ\u0E0E\u0E1AoubleQuote;\u601Cuote;\u6018;\u6A54\u0100cl\u0E27\u0E2Cr;\uC000\u{1D4AA}ash\u803B\xD8\u40D8i\u016C\u0E37\u0E3Cde\u803B\xD5\u40D5es;\u6A37ml\u803B\xD6\u40D6er\u0100BP\u0E4B\u0E60\u0100ar\u0E50\u0E53r;\u603Eac\u0100ek\u0E5A\u0E5C;\u63DEet;\u63B4arenthesis;\u63DC\u0480acfhilors\u0E7F\u0E87\u0E8A\u0E8F\u0E92\u0E94\u0E9D\u0EB0\u0EFCrtialD;\u6202y;\u441Fr;\uC000\u{1D513}i;\u43A6;\u43A0usMinus;\u40B1\u0100ip\u0EA2\u0EADncareplan\xE5\u069Df;\u6119\u0200;eio\u0EB9\u0EBA\u0EE0\u0EE4\u6ABBcedes\u0200;EST\u0EC8\u0EC9\u0ECF\u0EDA\u627Aqual;\u6AAFlantEqual;\u627Cilde;\u627Eme;\u6033\u0100dp\u0EE9\u0EEEuct;\u620Fortion\u0100;a\u0225\u0EF9l;\u621D\u0100ci\u0F01\u0F06r;\uC000\u{1D4AB};\u43A8\u0200Ufos\u0F11\u0F16\u0F1B\u0F1FOT\u803B"\u4022r;\uC000\u{1D514}pf;\u611Acr;\uC000\u{1D4AC}\u0600BEacefhiorsu\u0F3E\u0F43\u0F47\u0F60\u0F73\u0FA7\u0FAA\u0FAD\u1096\u10A9\u10B4\u10BEarr;\u6910G\u803B\xAE\u40AE\u0180cnr\u0F4E\u0F53\u0F56ute;\u4154g;\u67EBr\u0100;t\u0F5C\u0F5D\u61A0l;\u6916\u0180aey\u0F67\u0F6C\u0F71ron;\u4158dil;\u4156;\u4420\u0100;v\u0F78\u0F79\u611Cerse\u0100EU\u0F82\u0F99\u0100lq\u0F87\u0F8Eement;\u620Builibrium;\u61CBpEquilibrium;\u696Fr\xBB\u0F79o;\u43A1ght\u0400ACDFTUVa\u0FC1\u0FEB\u0FF3\u1022\u1028\u105B\u1087\u03D8\u0100nr\u0FC6\u0FD2gleBracket;\u67E9row\u0180;BL\u0FDC\u0FDD\u0FE1\u6192ar;\u61E5eftArrow;\u61C4eiling;\u6309o\u01F5\u0FF9\0\u1005bleBracket;\u67E7n\u01D4\u100A\0\u1014eeVector;\u695Dector\u0100;B\u101D\u101E\u61C2ar;\u6955loor;\u630B\u0100er\u102D\u1043e\u0180;AV\u1035\u1036\u103C\u62A2rrow;\u61A6ector;\u695Biangle\u0180;BE\u1050\u1051\u1055\u62B3ar;\u69D0qual;\u62B5p\u0180DTV\u1063\u106E\u1078ownVector;\u694FeeVector;\u695Cector\u0100;B\u1082\u1083\u61BEar;\u6954ector\u0100;B\u1091\u1092\u61C0ar;\u6953\u0100pu\u109B\u109Ef;\u611DndImplies;\u6970ightarrow;\u61DB\u0100ch\u10B9\u10BCr;\u611B;\u61B1leDelayed;\u69F4\u0680HOacfhimoqstu\u10E4\u10F1\u10F7\u10FD\u1119\u111E\u1151\u1156\u1161\u1167\u11B5\u11BB\u11BF\u0100Cc\u10E9\u10EEHcy;\u4429y;\u4428FTcy;\u442Ccute;\u415A\u0280;aeiy\u1108\u1109\u110E\u1113\u1117\u6ABCron;\u4160dil;\u415Erc;\u415C;\u4421r;\uC000\u{1D516}ort\u0200DLRU\u112A\u1134\u113E\u1149ownArrow\xBB\u041EeftArrow\xBB\u089AightArrow\xBB\u0FDDpArrow;\u6191gma;\u43A3allCircle;\u6218pf;\uC000\u{1D54A}\u0272\u116D\0\0\u1170t;\u621Aare\u0200;ISU\u117B\u117C\u1189\u11AF\u65A1ntersection;\u6293u\u0100bp\u118F\u119Eset\u0100;E\u1197\u1198\u628Fqual;\u6291erset\u0100;E\u11A8\u11A9\u6290qual;\u6292nion;\u6294cr;\uC000\u{1D4AE}ar;\u62C6\u0200bcmp\u11C8\u11DB\u1209\u120B\u0100;s\u11CD\u11CE\u62D0et\u0100;E\u11CD\u11D5qual;\u6286\u0100ch\u11E0\u1205eeds\u0200;EST\u11ED\u11EE\u11F4\u11FF\u627Bqual;\u6AB0lantEqual;\u627Dilde;\u627FTh\xE1\u0F8C;\u6211\u0180;es\u1212\u1213\u1223\u62D1rset\u0100;E\u121C\u121D\u6283qual;\u6287et\xBB\u1213\u0580HRSacfhiors\u123E\u1244\u1249\u1255\u125E\u1271\u1276\u129F\u12C2\u12C8\u12D1ORN\u803B\xDE\u40DEADE;\u6122\u0100Hc\u124E\u1252cy;\u440By;\u4426\u0100bu\u125A\u125C;\u4009;\u43A4\u0180aey\u1265\u126A\u126Fron;\u4164dil;\u4162;\u4422r;\uC000\u{1D517}\u0100ei\u127B\u1289\u01F2\u1280\0\u1287efore;\u6234a;\u4398\u0100cn\u128E\u1298kSpace;\uC000\u205F\u200ASpace;\u6009lde\u0200;EFT\u12AB\u12AC\u12B2\u12BC\u623Cqual;\u6243ullEqual;\u6245ilde;\u6248pf;\uC000\u{1D54B}ipleDot;\u60DB\u0100ct\u12D6\u12DBr;\uC000\u{1D4AF}rok;\u4166\u0AE1\u12F7\u130E\u131A\u1326\0\u132C\u1331\0\0\0\0\0\u1338\u133D\u1377\u1385\0\u13FF\u1404\u140A\u1410\u0100cr\u12FB\u1301ute\u803B\xDA\u40DAr\u0100;o\u1307\u1308\u619Fcir;\u6949r\u01E3\u1313\0\u1316y;\u440Eve;\u416C\u0100iy\u131E\u1323rc\u803B\xDB\u40DB;\u4423blac;\u4170r;\uC000\u{1D518}rave\u803B\xD9\u40D9acr;\u416A\u0100di\u1341\u1369er\u0100BP\u1348\u135D\u0100ar\u134D\u1350r;\u405Fac\u0100ek\u1357\u1359;\u63DFet;\u63B5arenthesis;\u63DDon\u0100;P\u1370\u1371\u62C3lus;\u628E\u0100gp\u137B\u137Fon;\u4172f;\uC000\u{1D54C}\u0400ADETadps\u1395\u13AE\u13B8\u13C4\u03E8\u13D2\u13D7\u13F3rrow\u0180;BD\u1150\u13A0\u13A4ar;\u6912ownArrow;\u61C5ownArrow;\u6195quilibrium;\u696Eee\u0100;A\u13CB\u13CC\u62A5rrow;\u61A5own\xE1\u03F3er\u0100LR\u13DE\u13E8eftArrow;\u6196ightArrow;\u6197i\u0100;l\u13F9\u13FA\u43D2on;\u43A5ing;\u416Ecr;\uC000\u{1D4B0}ilde;\u4168ml\u803B\xDC\u40DC\u0480Dbcdefosv\u1427\u142C\u1430\u1433\u143E\u1485\u148A\u1490\u1496ash;\u62ABar;\u6AEBy;\u4412ash\u0100;l\u143B\u143C\u62A9;\u6AE6\u0100er\u1443\u1445;\u62C1\u0180bty\u144C\u1450\u147Aar;\u6016\u0100;i\u144F\u1455cal\u0200BLST\u1461\u1465\u146A\u1474ar;\u6223ine;\u407Ceparator;\u6758ilde;\u6240ThinSpace;\u600Ar;\uC000\u{1D519}pf;\uC000\u{1D54D}cr;\uC000\u{1D4B1}dash;\u62AA\u0280cefos\u14A7\u14AC\u14B1\u14B6\u14BCirc;\u4174dge;\u62C0r;\uC000\u{1D51A}pf;\uC000\u{1D54E}cr;\uC000\u{1D4B2}\u0200fios\u14CB\u14D0\u14D2\u14D8r;\uC000\u{1D51B};\u439Epf;\uC000\u{1D54F}cr;\uC000\u{1D4B3}\u0480AIUacfosu\u14F1\u14F5\u14F9\u14FD\u1504\u150F\u1514\u151A\u1520cy;\u442Fcy;\u4407cy;\u442Ecute\u803B\xDD\u40DD\u0100iy\u1509\u150Drc;\u4176;\u442Br;\uC000\u{1D51C}pf;\uC000\u{1D550}cr;\uC000\u{1D4B4}ml;\u4178\u0400Hacdefos\u1535\u1539\u153F\u154B\u154F\u155D\u1560\u1564cy;\u4416cute;\u4179\u0100ay\u1544\u1549ron;\u417D;\u4417ot;\u417B\u01F2\u1554\0\u155BoWidt\xE8\u0AD9a;\u4396r;\u6128pf;\u6124cr;\uC000\u{1D4B5}\u0BE1\u1583\u158A\u1590\0\u15B0\u15B6\u15BF\0\0\0\0\u15C6\u15DB\u15EB\u165F\u166D\0\u1695\u169B\u16B2\u16B9\0\u16BEcute\u803B\xE1\u40E1reve;\u4103\u0300;Ediuy\u159C\u159D\u15A1\u15A3\u15A8\u15AD\u623E;\uC000\u223E\u0333;\u623Frc\u803B\xE2\u40E2te\u80BB\xB4\u0306;\u4430lig\u803B\xE6\u40E6\u0100;r\xB2\u15BA;\uC000\u{1D51E}rave\u803B\xE0\u40E0\u0100ep\u15CA\u15D6\u0100fp\u15CF\u15D4sym;\u6135\xE8\u15D3ha;\u43B1\u0100ap\u15DFc\u0100cl\u15E4\u15E7r;\u4101g;\u6A3F\u0264\u15F0\0\0\u160A\u0280;adsv\u15FA\u15FB\u15FF\u1601\u1607\u6227nd;\u6A55;\u6A5Clope;\u6A58;\u6A5A\u0380;elmrsz\u1618\u1619\u161B\u161E\u163F\u164F\u1659\u6220;\u69A4e\xBB\u1619sd\u0100;a\u1625\u1626\u6221\u0461\u1630\u1632\u1634\u1636\u1638\u163A\u163C\u163E;\u69A8;\u69A9;\u69AA;\u69AB;\u69AC;\u69AD;\u69AE;\u69AFt\u0100;v\u1645\u1646\u621Fb\u0100;d\u164C\u164D\u62BE;\u699D\u0100pt\u1654\u1657h;\u6222\xBB\xB9arr;\u637C\u0100gp\u1663\u1667on;\u4105f;\uC000\u{1D552}\u0380;Eaeiop\u12C1\u167B\u167D\u1682\u1684\u1687\u168A;\u6A70cir;\u6A6F;\u624Ad;\u624Bs;\u4027rox\u0100;e\u12C1\u1692\xF1\u1683ing\u803B\xE5\u40E5\u0180cty\u16A1\u16A6\u16A8r;\uC000\u{1D4B6};\u402Amp\u0100;e\u12C1\u16AF\xF1\u0288ilde\u803B\xE3\u40E3ml\u803B\xE4\u40E4\u0100ci\u16C2\u16C8onin\xF4\u0272nt;\u6A11\u0800Nabcdefiklnoprsu\u16ED\u16F1\u1730\u173C\u1743\u1748\u1778\u177D\u17E0\u17E6\u1839\u1850\u170D\u193D\u1948\u1970ot;\u6AED\u0100cr\u16F6\u171Ek\u0200ceps\u1700\u1705\u170D\u1713ong;\u624Cpsilon;\u43F6rime;\u6035im\u0100;e\u171A\u171B\u623Dq;\u62CD\u0176\u1722\u1726ee;\u62BDed\u0100;g\u172C\u172D\u6305e\xBB\u172Drk\u0100;t\u135C\u1737brk;\u63B6\u0100oy\u1701\u1741;\u4431quo;\u601E\u0280cmprt\u1753\u175B\u1761\u1764\u1768aus\u0100;e\u010A\u0109ptyv;\u69B0s\xE9\u170Cno\xF5\u0113\u0180ahw\u176F\u1771\u1773;\u43B2;\u6136een;\u626Cr;\uC000\u{1D51F}g\u0380costuvw\u178D\u179D\u17B3\u17C1\u17D5\u17DB\u17DE\u0180aiu\u1794\u1796\u179A\xF0\u0760rc;\u65EFp\xBB\u1371\u0180dpt\u17A4\u17A8\u17ADot;\u6A00lus;\u6A01imes;\u6A02\u0271\u17B9\0\0\u17BEcup;\u6A06ar;\u6605riangle\u0100du\u17CD\u17D2own;\u65BDp;\u65B3plus;\u6A04e\xE5\u1444\xE5\u14ADarow;\u690D\u0180ako\u17ED\u1826\u1835\u0100cn\u17F2\u1823k\u0180lst\u17FA\u05AB\u1802ozenge;\u69EBriangle\u0200;dlr\u1812\u1813\u1818\u181D\u65B4own;\u65BEeft;\u65C2ight;\u65B8k;\u6423\u01B1\u182B\0\u1833\u01B2\u182F\0\u1831;\u6592;\u65914;\u6593ck;\u6588\u0100eo\u183E\u184D\u0100;q\u1843\u1846\uC000=\u20E5uiv;\uC000\u2261\u20E5t;\u6310\u0200ptwx\u1859\u185E\u1867\u186Cf;\uC000\u{1D553}\u0100;t\u13CB\u1863om\xBB\u13CCtie;\u62C8\u0600DHUVbdhmptuv\u1885\u1896\u18AA\u18BB\u18D7\u18DB\u18EC\u18FF\u1905\u190A\u1910\u1921\u0200LRlr\u188E\u1890\u1892\u1894;\u6557;\u6554;\u6556;\u6553\u0280;DUdu\u18A1\u18A2\u18A4\u18A6\u18A8\u6550;\u6566;\u6569;\u6564;\u6567\u0200LRlr\u18B3\u18B5\u18B7\u18B9;\u655D;\u655A;\u655C;\u6559\u0380;HLRhlr\u18CA\u18CB\u18CD\u18CF\u18D1\u18D3\u18D5\u6551;\u656C;\u6563;\u6560;\u656B;\u6562;\u655Fox;\u69C9\u0200LRlr\u18E4\u18E6\u18E8\u18EA;\u6555;\u6552;\u6510;\u650C\u0280;DUdu\u06BD\u18F7\u18F9\u18FB\u18FD;\u6565;\u6568;\u652C;\u6534inus;\u629Flus;\u629Eimes;\u62A0\u0200LRlr\u1919\u191B\u191D\u191F;\u655B;\u6558;\u6518;\u6514\u0380;HLRhlr\u1930\u1931\u1933\u1935\u1937\u1939\u193B\u6502;\u656A;\u6561;\u655E;\u653C;\u6524;\u651C\u0100ev\u0123\u1942bar\u803B\xA6\u40A6\u0200ceio\u1951\u1956\u195A\u1960r;\uC000\u{1D4B7}mi;\u604Fm\u0100;e\u171A\u171Cl\u0180;bh\u1968\u1969\u196B\u405C;\u69C5sub;\u67C8\u016C\u1974\u197El\u0100;e\u1979\u197A\u6022t\xBB\u197Ap\u0180;Ee\u012F\u1985\u1987;\u6AAE\u0100;q\u06DC\u06DB\u0CE1\u19A7\0\u19E8\u1A11\u1A15\u1A32\0\u1A37\u1A50\0\0\u1AB4\0\0\u1AC1\0\0\u1B21\u1B2E\u1B4D\u1B52\0\u1BFD\0\u1C0C\u0180cpr\u19AD\u19B2\u19DDute;\u4107\u0300;abcds\u19BF\u19C0\u19C4\u19CA\u19D5\u19D9\u6229nd;\u6A44rcup;\u6A49\u0100au\u19CF\u19D2p;\u6A4Bp;\u6A47ot;\u6A40;\uC000\u2229\uFE00\u0100eo\u19E2\u19E5t;\u6041\xEE\u0693\u0200aeiu\u19F0\u19FB\u1A01\u1A05\u01F0\u19F5\0\u19F8s;\u6A4Don;\u410Ddil\u803B\xE7\u40E7rc;\u4109ps\u0100;s\u1A0C\u1A0D\u6A4Cm;\u6A50ot;\u410B\u0180dmn\u1A1B\u1A20\u1A26il\u80BB\xB8\u01ADptyv;\u69B2t\u8100\xA2;e\u1A2D\u1A2E\u40A2r\xE4\u01B2r;\uC000\u{1D520}\u0180cei\u1A3D\u1A40\u1A4Dy;\u4447ck\u0100;m\u1A47\u1A48\u6713ark\xBB\u1A48;\u43C7r\u0380;Ecefms\u1A5F\u1A60\u1A62\u1A6B\u1AA4\u1AAA\u1AAE\u65CB;\u69C3\u0180;el\u1A69\u1A6A\u1A6D\u42C6q;\u6257e\u0261\u1A74\0\0\u1A88rrow\u0100lr\u1A7C\u1A81eft;\u61BAight;\u61BB\u0280RSacd\u1A92\u1A94\u1A96\u1A9A\u1A9F\xBB\u0F47;\u64C8st;\u629Birc;\u629Aash;\u629Dnint;\u6A10id;\u6AEFcir;\u69C2ubs\u0100;u\u1ABB\u1ABC\u6663it\xBB\u1ABC\u02EC\u1AC7\u1AD4\u1AFA\0\u1B0Aon\u0100;e\u1ACD\u1ACE\u403A\u0100;q\xC7\xC6\u026D\u1AD9\0\0\u1AE2a\u0100;t\u1ADE\u1ADF\u402C;\u4040\u0180;fl\u1AE8\u1AE9\u1AEB\u6201\xEE\u1160e\u0100mx\u1AF1\u1AF6ent\xBB\u1AE9e\xF3\u024D\u01E7\u1AFE\0\u1B07\u0100;d\u12BB\u1B02ot;\u6A6Dn\xF4\u0246\u0180fry\u1B10\u1B14\u1B17;\uC000\u{1D554}o\xE4\u0254\u8100\xA9;s\u0155\u1B1Dr;\u6117\u0100ao\u1B25\u1B29rr;\u61B5ss;\u6717\u0100cu\u1B32\u1B37r;\uC000\u{1D4B8}\u0100bp\u1B3C\u1B44\u0100;e\u1B41\u1B42\u6ACF;\u6AD1\u0100;e\u1B49\u1B4A\u6AD0;\u6AD2dot;\u62EF\u0380delprvw\u1B60\u1B6C\u1B77\u1B82\u1BAC\u1BD4\u1BF9arr\u0100lr\u1B68\u1B6A;\u6938;\u6935\u0270\u1B72\0\0\u1B75r;\u62DEc;\u62DFarr\u0100;p\u1B7F\u1B80\u61B6;\u693D\u0300;bcdos\u1B8F\u1B90\u1B96\u1BA1\u1BA5\u1BA8\u622Arcap;\u6A48\u0100au\u1B9B\u1B9Ep;\u6A46p;\u6A4Aot;\u628Dr;\u6A45;\uC000\u222A\uFE00\u0200alrv\u1BB5\u1BBF\u1BDE\u1BE3rr\u0100;m\u1BBC\u1BBD\u61B7;\u693Cy\u0180evw\u1BC7\u1BD4\u1BD8q\u0270\u1BCE\0\0\u1BD2re\xE3\u1B73u\xE3\u1B75ee;\u62CEedge;\u62CFen\u803B\xA4\u40A4earrow\u0100lr\u1BEE\u1BF3eft\xBB\u1B80ight\xBB\u1BBDe\xE4\u1BDD\u0100ci\u1C01\u1C07onin\xF4\u01F7nt;\u6231lcty;\u632D\u0980AHabcdefhijlorstuwz\u1C38\u1C3B\u1C3F\u1C5D\u1C69\u1C75\u1C8A\u1C9E\u1CAC\u1CB7\u1CFB\u1CFF\u1D0D\u1D7B\u1D91\u1DAB\u1DBB\u1DC6\u1DCDr\xF2\u0381ar;\u6965\u0200glrs\u1C48\u1C4D\u1C52\u1C54ger;\u6020eth;\u6138\xF2\u1133h\u0100;v\u1C5A\u1C5B\u6010\xBB\u090A\u016B\u1C61\u1C67arow;\u690Fa\xE3\u0315\u0100ay\u1C6E\u1C73ron;\u410F;\u4434\u0180;ao\u0332\u1C7C\u1C84\u0100gr\u02BF\u1C81r;\u61CAtseq;\u6A77\u0180glm\u1C91\u1C94\u1C98\u803B\xB0\u40B0ta;\u43B4ptyv;\u69B1\u0100ir\u1CA3\u1CA8sht;\u697F;\uC000\u{1D521}ar\u0100lr\u1CB3\u1CB5\xBB\u08DC\xBB\u101E\u0280aegsv\u1CC2\u0378\u1CD6\u1CDC\u1CE0m\u0180;os\u0326\u1CCA\u1CD4nd\u0100;s\u0326\u1CD1uit;\u6666amma;\u43DDin;\u62F2\u0180;io\u1CE7\u1CE8\u1CF8\u40F7de\u8100\xF7;o\u1CE7\u1CF0ntimes;\u62C7n\xF8\u1CF7cy;\u4452c\u026F\u1D06\0\0\u1D0Arn;\u631Eop;\u630D\u0280lptuw\u1D18\u1D1D\u1D22\u1D49\u1D55lar;\u4024f;\uC000\u{1D555}\u0280;emps\u030B\u1D2D\u1D37\u1D3D\u1D42q\u0100;d\u0352\u1D33ot;\u6251inus;\u6238lus;\u6214quare;\u62A1blebarwedg\xE5\xFAn\u0180adh\u112E\u1D5D\u1D67ownarrow\xF3\u1C83arpoon\u0100lr\u1D72\u1D76ef\xF4\u1CB4igh\xF4\u1CB6\u0162\u1D7F\u1D85karo\xF7\u0F42\u026F\u1D8A\0\0\u1D8Ern;\u631Fop;\u630C\u0180cot\u1D98\u1DA3\u1DA6\u0100ry\u1D9D\u1DA1;\uC000\u{1D4B9};\u4455l;\u69F6rok;\u4111\u0100dr\u1DB0\u1DB4ot;\u62F1i\u0100;f\u1DBA\u1816\u65BF\u0100ah\u1DC0\u1DC3r\xF2\u0429a\xF2\u0FA6angle;\u69A6\u0100ci\u1DD2\u1DD5y;\u445Fgrarr;\u67FF\u0900Dacdefglmnopqrstux\u1E01\u1E09\u1E19\u1E38\u0578\u1E3C\u1E49\u1E61\u1E7E\u1EA5\u1EAF\u1EBD\u1EE1\u1F2A\u1F37\u1F44\u1F4E\u1F5A\u0100Do\u1E06\u1D34o\xF4\u1C89\u0100cs\u1E0E\u1E14ute\u803B\xE9\u40E9ter;\u6A6E\u0200aioy\u1E22\u1E27\u1E31\u1E36ron;\u411Br\u0100;c\u1E2D\u1E2E\u6256\u803B\xEA\u40EAlon;\u6255;\u444Dot;\u4117\u0100Dr\u1E41\u1E45ot;\u6252;\uC000\u{1D522}\u0180;rs\u1E50\u1E51\u1E57\u6A9Aave\u803B\xE8\u40E8\u0100;d\u1E5C\u1E5D\u6A96ot;\u6A98\u0200;ils\u1E6A\u1E6B\u1E72\u1E74\u6A99nters;\u63E7;\u6113\u0100;d\u1E79\u1E7A\u6A95ot;\u6A97\u0180aps\u1E85\u1E89\u1E97cr;\u4113ty\u0180;sv\u1E92\u1E93\u1E95\u6205et\xBB\u1E93p\u01001;\u1E9D\u1EA4\u0133\u1EA1\u1EA3;\u6004;\u6005\u6003\u0100gs\u1EAA\u1EAC;\u414Bp;\u6002\u0100gp\u1EB4\u1EB8on;\u4119f;\uC000\u{1D556}\u0180als\u1EC4\u1ECE\u1ED2r\u0100;s\u1ECA\u1ECB\u62D5l;\u69E3us;\u6A71i\u0180;lv\u1EDA\u1EDB\u1EDF\u43B5on\xBB\u1EDB;\u43F5\u0200csuv\u1EEA\u1EF3\u1F0B\u1F23\u0100io\u1EEF\u1E31rc\xBB\u1E2E\u0269\u1EF9\0\0\u1EFB\xED\u0548ant\u0100gl\u1F02\u1F06tr\xBB\u1E5Dess\xBB\u1E7A\u0180aei\u1F12\u1F16\u1F1Als;\u403Dst;\u625Fv\u0100;D\u0235\u1F20D;\u6A78parsl;\u69E5\u0100Da\u1F2F\u1F33ot;\u6253rr;\u6971\u0180cdi\u1F3E\u1F41\u1EF8r;\u612Fo\xF4\u0352\u0100ah\u1F49\u1F4B;\u43B7\u803B\xF0\u40F0\u0100mr\u1F53\u1F57l\u803B\xEB\u40EBo;\u60AC\u0180cip\u1F61\u1F64\u1F67l;\u4021s\xF4\u056E\u0100eo\u1F6C\u1F74ctatio\xEE\u0559nential\xE5\u0579\u09E1\u1F92\0\u1F9E\0\u1FA1\u1FA7\0\0\u1FC6\u1FCC\0\u1FD3\0\u1FE6\u1FEA\u2000\0\u2008\u205Allingdotse\xF1\u1E44y;\u4444male;\u6640\u0180ilr\u1FAD\u1FB3\u1FC1lig;\u8000\uFB03\u0269\u1FB9\0\0\u1FBDg;\u8000\uFB00ig;\u8000\uFB04;\uC000\u{1D523}lig;\u8000\uFB01lig;\uC000fj\u0180alt\u1FD9\u1FDC\u1FE1t;\u666Dig;\u8000\uFB02ns;\u65B1of;\u4192\u01F0\u1FEE\0\u1FF3f;\uC000\u{1D557}\u0100ak\u05BF\u1FF7\u0100;v\u1FFC\u1FFD\u62D4;\u6AD9artint;\u6A0D\u0100ao\u200C\u2055\u0100cs\u2011\u2052\u03B1\u201A\u2030\u2038\u2045\u2048\0\u2050\u03B2\u2022\u2025\u2027\u202A\u202C\0\u202E\u803B\xBD\u40BD;\u6153\u803B\xBC\u40BC;\u6155;\u6159;\u615B\u01B3\u2034\0\u2036;\u6154;\u6156\u02B4\u203E\u2041\0\0\u2043\u803B\xBE\u40BE;\u6157;\u615C5;\u6158\u01B6\u204C\0\u204E;\u615A;\u615D8;\u615El;\u6044wn;\u6322cr;\uC000\u{1D4BB}\u0880Eabcdefgijlnorstv\u2082\u2089\u209F\u20A5\u20B0\u20B4\u20F0\u20F5\u20FA\u20FF\u2103\u2112\u2138\u0317\u213E\u2152\u219E\u0100;l\u064D\u2087;\u6A8C\u0180cmp\u2090\u2095\u209Dute;\u41F5ma\u0100;d\u209C\u1CDA\u43B3;\u6A86reve;\u411F\u0100iy\u20AA\u20AErc;\u411D;\u4433ot;\u4121\u0200;lqs\u063E\u0642\u20BD\u20C9\u0180;qs\u063E\u064C\u20C4lan\xF4\u0665\u0200;cdl\u0665\u20D2\u20D5\u20E5c;\u6AA9ot\u0100;o\u20DC\u20DD\u6A80\u0100;l\u20E2\u20E3\u6A82;\u6A84\u0100;e\u20EA\u20ED\uC000\u22DB\uFE00s;\u6A94r;\uC000\u{1D524}\u0100;g\u0673\u061Bmel;\u6137cy;\u4453\u0200;Eaj\u065A\u210C\u210E\u2110;\u6A92;\u6AA5;\u6AA4\u0200Eaes\u211B\u211D\u2129\u2134;\u6269p\u0100;p\u2123\u2124\u6A8Arox\xBB\u2124\u0100;q\u212E\u212F\u6A88\u0100;q\u212E\u211Bim;\u62E7pf;\uC000\u{1D558}\u0100ci\u2143\u2146r;\u610Am\u0180;el\u066B\u214E\u2150;\u6A8E;\u6A90\u8300>;cdlqr\u05EE\u2160\u216A\u216E\u2173\u2179\u0100ci\u2165\u2167;\u6AA7r;\u6A7Aot;\u62D7Par;\u6995uest;\u6A7C\u0280adels\u2184\u216A\u2190\u0656\u219B\u01F0\u2189\0\u218Epro\xF8\u209Er;\u6978q\u0100lq\u063F\u2196les\xF3\u2088i\xED\u066B\u0100en\u21A3\u21ADrtneqq;\uC000\u2269\uFE00\xC5\u21AA\u0500Aabcefkosy\u21C4\u21C7\u21F1\u21F5\u21FA\u2218\u221D\u222F\u2268\u227Dr\xF2\u03A0\u0200ilmr\u21D0\u21D4\u21D7\u21DBrs\xF0\u1484f\xBB\u2024il\xF4\u06A9\u0100dr\u21E0\u21E4cy;\u444A\u0180;cw\u08F4\u21EB\u21EFir;\u6948;\u61ADar;\u610Firc;\u4125\u0180alr\u2201\u220E\u2213rts\u0100;u\u2209\u220A\u6665it\xBB\u220Alip;\u6026con;\u62B9r;\uC000\u{1D525}s\u0100ew\u2223\u2229arow;\u6925arow;\u6926\u0280amopr\u223A\u223E\u2243\u225E\u2263rr;\u61FFtht;\u623Bk\u0100lr\u2249\u2253eftarrow;\u61A9ightarrow;\u61AAf;\uC000\u{1D559}bar;\u6015\u0180clt\u226F\u2274\u2278r;\uC000\u{1D4BD}as\xE8\u21F4rok;\u4127\u0100bp\u2282\u2287ull;\u6043hen\xBB\u1C5B\u0AE1\u22A3\0\u22AA\0\u22B8\u22C5\u22CE\0\u22D5\u22F3\0\0\u22F8\u2322\u2367\u2362\u237F\0\u2386\u23AA\u23B4cute\u803B\xED\u40ED\u0180;iy\u0771\u22B0\u22B5rc\u803B\xEE\u40EE;\u4438\u0100cx\u22BC\u22BFy;\u4435cl\u803B\xA1\u40A1\u0100fr\u039F\u22C9;\uC000\u{1D526}rave\u803B\xEC\u40EC\u0200;ino\u073E\u22DD\u22E9\u22EE\u0100in\u22E2\u22E6nt;\u6A0Ct;\u622Dfin;\u69DCta;\u6129lig;\u4133\u0180aop\u22FE\u231A\u231D\u0180cgt\u2305\u2308\u2317r;\u412B\u0180elp\u071F\u230F\u2313in\xE5\u078Ear\xF4\u0720h;\u4131f;\u62B7ed;\u41B5\u0280;cfot\u04F4\u232C\u2331\u233D\u2341are;\u6105in\u0100;t\u2338\u2339\u621Eie;\u69DDdo\xF4\u2319\u0280;celp\u0757\u234C\u2350\u235B\u2361al;\u62BA\u0100gr\u2355\u2359er\xF3\u1563\xE3\u234Darhk;\u6A17rod;\u6A3C\u0200cgpt\u236F\u2372\u2376\u237By;\u4451on;\u412Ff;\uC000\u{1D55A}a;\u43B9uest\u803B\xBF\u40BF\u0100ci\u238A\u238Fr;\uC000\u{1D4BE}n\u0280;Edsv\u04F4\u239B\u239D\u23A1\u04F3;\u62F9ot;\u62F5\u0100;v\u23A6\u23A7\u62F4;\u62F3\u0100;i\u0777\u23AElde;\u4129\u01EB\u23B8\0\u23BCcy;\u4456l\u803B\xEF\u40EF\u0300cfmosu\u23CC\u23D7\u23DC\u23E1\u23E7\u23F5\u0100iy\u23D1\u23D5rc;\u4135;\u4439r;\uC000\u{1D527}ath;\u4237pf;\uC000\u{1D55B}\u01E3\u23EC\0\u23F1r;\uC000\u{1D4BF}rcy;\u4458kcy;\u4454\u0400acfghjos\u240B\u2416\u2422\u2427\u242D\u2431\u2435\u243Bppa\u0100;v\u2413\u2414\u43BA;\u43F0\u0100ey\u241B\u2420dil;\u4137;\u443Ar;\uC000\u{1D528}reen;\u4138cy;\u4445cy;\u445Cpf;\uC000\u{1D55C}cr;\uC000\u{1D4C0}\u0B80ABEHabcdefghjlmnoprstuv\u2470\u2481\u2486\u248D\u2491\u250E\u253D\u255A\u2580\u264E\u265E\u2665\u2679\u267D\u269A\u26B2\u26D8\u275D\u2768\u278B\u27C0\u2801\u2812\u0180art\u2477\u247A\u247Cr\xF2\u09C6\xF2\u0395ail;\u691Barr;\u690E\u0100;g\u0994\u248B;\u6A8Bar;\u6962\u0963\u24A5\0\u24AA\0\u24B1\0\0\0\0\0\u24B5\u24BA\0\u24C6\u24C8\u24CD\0\u24F9ute;\u413Amptyv;\u69B4ra\xEE\u084Cbda;\u43BBg\u0180;dl\u088E\u24C1\u24C3;\u6991\xE5\u088E;\u6A85uo\u803B\xAB\u40ABr\u0400;bfhlpst\u0899\u24DE\u24E6\u24E9\u24EB\u24EE\u24F1\u24F5\u0100;f\u089D\u24E3s;\u691Fs;\u691D\xEB\u2252p;\u61ABl;\u6939im;\u6973l;\u61A2\u0180;ae\u24FF\u2500\u2504\u6AABil;\u6919\u0100;s\u2509\u250A\u6AAD;\uC000\u2AAD\uFE00\u0180abr\u2515\u2519\u251Drr;\u690Crk;\u6772\u0100ak\u2522\u252Cc\u0100ek\u2528\u252A;\u407B;\u405B\u0100es\u2531\u2533;\u698Bl\u0100du\u2539\u253B;\u698F;\u698D\u0200aeuy\u2546\u254B\u2556\u2558ron;\u413E\u0100di\u2550\u2554il;\u413C\xEC\u08B0\xE2\u2529;\u443B\u0200cqrs\u2563\u2566\u256D\u257Da;\u6936uo\u0100;r\u0E19\u1746\u0100du\u2572\u2577har;\u6967shar;\u694Bh;\u61B2\u0280;fgqs\u258B\u258C\u0989\u25F3\u25FF\u6264t\u0280ahlrt\u2598\u25A4\u25B7\u25C2\u25E8rrow\u0100;t\u0899\u25A1a\xE9\u24F6arpoon\u0100du\u25AF\u25B4own\xBB\u045Ap\xBB\u0966eftarrows;\u61C7ight\u0180ahs\u25CD\u25D6\u25DErrow\u0100;s\u08F4\u08A7arpoon\xF3\u0F98quigarro\xF7\u21F0hreetimes;\u62CB\u0180;qs\u258B\u0993\u25FAlan\xF4\u09AC\u0280;cdgs\u09AC\u260A\u260D\u261D\u2628c;\u6AA8ot\u0100;o\u2614\u2615\u6A7F\u0100;r\u261A\u261B\u6A81;\u6A83\u0100;e\u2622\u2625\uC000\u22DA\uFE00s;\u6A93\u0280adegs\u2633\u2639\u263D\u2649\u264Bppro\xF8\u24C6ot;\u62D6q\u0100gq\u2643\u2645\xF4\u0989gt\xF2\u248C\xF4\u099Bi\xED\u09B2\u0180ilr\u2655\u08E1\u265Asht;\u697C;\uC000\u{1D529}\u0100;E\u099C\u2663;\u6A91\u0161\u2669\u2676r\u0100du\u25B2\u266E\u0100;l\u0965\u2673;\u696Alk;\u6584cy;\u4459\u0280;acht\u0A48\u2688\u268B\u2691\u2696r\xF2\u25C1orne\xF2\u1D08ard;\u696Bri;\u65FA\u0100io\u269F\u26A4dot;\u4140ust\u0100;a\u26AC\u26AD\u63B0che\xBB\u26AD\u0200Eaes\u26BB\u26BD\u26C9\u26D4;\u6268p\u0100;p\u26C3\u26C4\u6A89rox\xBB\u26C4\u0100;q\u26CE\u26CF\u6A87\u0100;q\u26CE\u26BBim;\u62E6\u0400abnoptwz\u26E9\u26F4\u26F7\u271A\u272F\u2741\u2747\u2750\u0100nr\u26EE\u26F1g;\u67ECr;\u61FDr\xEB\u08C1g\u0180lmr\u26FF\u270D\u2714eft\u0100ar\u09E6\u2707ight\xE1\u09F2apsto;\u67FCight\xE1\u09FDparrow\u0100lr\u2725\u2729ef\xF4\u24EDight;\u61AC\u0180afl\u2736\u2739\u273Dr;\u6985;\uC000\u{1D55D}us;\u6A2Dimes;\u6A34\u0161\u274B\u274Fst;\u6217\xE1\u134E\u0180;ef\u2757\u2758\u1800\u65CAnge\xBB\u2758ar\u0100;l\u2764\u2765\u4028t;\u6993\u0280achmt\u2773\u2776\u277C\u2785\u2787r\xF2\u08A8orne\xF2\u1D8Car\u0100;d\u0F98\u2783;\u696D;\u600Eri;\u62BF\u0300achiqt\u2798\u279D\u0A40\u27A2\u27AE\u27BBquo;\u6039r;\uC000\u{1D4C1}m\u0180;eg\u09B2\u27AA\u27AC;\u6A8D;\u6A8F\u0100bu\u252A\u27B3o\u0100;r\u0E1F\u27B9;\u601Arok;\u4142\u8400<;cdhilqr\u082B\u27D2\u2639\u27DC\u27E0\u27E5\u27EA\u27F0\u0100ci\u27D7\u27D9;\u6AA6r;\u6A79re\xE5\u25F2mes;\u62C9arr;\u6976uest;\u6A7B\u0100Pi\u27F5\u27F9ar;\u6996\u0180;ef\u2800\u092D\u181B\u65C3r\u0100du\u2807\u280Dshar;\u694Ahar;\u6966\u0100en\u2817\u2821rtneqq;\uC000\u2268\uFE00\xC5\u281E\u0700Dacdefhilnopsu\u2840\u2845\u2882\u288E\u2893\u28A0\u28A5\u28A8\u28DA\u28E2\u28E4\u0A83\u28F3\u2902Dot;\u623A\u0200clpr\u284E\u2852\u2863\u287Dr\u803B\xAF\u40AF\u0100et\u2857\u2859;\u6642\u0100;e\u285E\u285F\u6720se\xBB\u285F\u0100;s\u103B\u2868to\u0200;dlu\u103B\u2873\u2877\u287Bow\xEE\u048Cef\xF4\u090F\xF0\u13D1ker;\u65AE\u0100oy\u2887\u288Cmma;\u6A29;\u443Cash;\u6014asuredangle\xBB\u1626r;\uC000\u{1D52A}o;\u6127\u0180cdn\u28AF\u28B4\u28C9ro\u803B\xB5\u40B5\u0200;acd\u1464\u28BD\u28C0\u28C4s\xF4\u16A7ir;\u6AF0ot\u80BB\xB7\u01B5us\u0180;bd\u28D2\u1903\u28D3\u6212\u0100;u\u1D3C\u28D8;\u6A2A\u0163\u28DE\u28E1p;\u6ADB\xF2\u2212\xF0\u0A81\u0100dp\u28E9\u28EEels;\u62A7f;\uC000\u{1D55E}\u0100ct\u28F8\u28FDr;\uC000\u{1D4C2}pos\xBB\u159D\u0180;lm\u2909\u290A\u290D\u43BCtimap;\u62B8\u0C00GLRVabcdefghijlmoprstuvw\u2942\u2953\u297E\u2989\u2998\u29DA\u29E9\u2A15\u2A1A\u2A58\u2A5D\u2A83\u2A95\u2AA4\u2AA8\u2B04\u2B07\u2B44\u2B7F\u2BAE\u2C34\u2C67\u2C7C\u2CE9\u0100gt\u2947\u294B;\uC000\u22D9\u0338\u0100;v\u2950\u0BCF\uC000\u226B\u20D2\u0180elt\u295A\u2972\u2976ft\u0100ar\u2961\u2967rrow;\u61CDightarrow;\u61CE;\uC000\u22D8\u0338\u0100;v\u297B\u0C47\uC000\u226A\u20D2ightarrow;\u61CF\u0100Dd\u298E\u2993ash;\u62AFash;\u62AE\u0280bcnpt\u29A3\u29A7\u29AC\u29B1\u29CCla\xBB\u02DEute;\u4144g;\uC000\u2220\u20D2\u0280;Eiop\u0D84\u29BC\u29C0\u29C5\u29C8;\uC000\u2A70\u0338d;\uC000\u224B\u0338s;\u4149ro\xF8\u0D84ur\u0100;a\u29D3\u29D4\u666El\u0100;s\u29D3\u0B38\u01F3\u29DF\0\u29E3p\u80BB\xA0\u0B37mp\u0100;e\u0BF9\u0C00\u0280aeouy\u29F4\u29FE\u2A03\u2A10\u2A13\u01F0\u29F9\0\u29FB;\u6A43on;\u4148dil;\u4146ng\u0100;d\u0D7E\u2A0Aot;\uC000\u2A6D\u0338p;\u6A42;\u443Dash;\u6013\u0380;Aadqsx\u0B92\u2A29\u2A2D\u2A3B\u2A41\u2A45\u2A50rr;\u61D7r\u0100hr\u2A33\u2A36k;\u6924\u0100;o\u13F2\u13F0ot;\uC000\u2250\u0338ui\xF6\u0B63\u0100ei\u2A4A\u2A4Ear;\u6928\xED\u0B98ist\u0100;s\u0BA0\u0B9Fr;\uC000\u{1D52B}\u0200Eest\u0BC5\u2A66\u2A79\u2A7C\u0180;qs\u0BBC\u2A6D\u0BE1\u0180;qs\u0BBC\u0BC5\u2A74lan\xF4\u0BE2i\xED\u0BEA\u0100;r\u0BB6\u2A81\xBB\u0BB7\u0180Aap\u2A8A\u2A8D\u2A91r\xF2\u2971rr;\u61AEar;\u6AF2\u0180;sv\u0F8D\u2A9C\u0F8C\u0100;d\u2AA1\u2AA2\u62FC;\u62FAcy;\u445A\u0380AEadest\u2AB7\u2ABA\u2ABE\u2AC2\u2AC5\u2AF6\u2AF9r\xF2\u2966;\uC000\u2266\u0338rr;\u619Ar;\u6025\u0200;fqs\u0C3B\u2ACE\u2AE3\u2AEFt\u0100ar\u2AD4\u2AD9rro\xF7\u2AC1ightarro\xF7\u2A90\u0180;qs\u0C3B\u2ABA\u2AEAlan\xF4\u0C55\u0100;s\u0C55\u2AF4\xBB\u0C36i\xED\u0C5D\u0100;r\u0C35\u2AFEi\u0100;e\u0C1A\u0C25i\xE4\u0D90\u0100pt\u2B0C\u2B11f;\uC000\u{1D55F}\u8180\xAC;in\u2B19\u2B1A\u2B36\u40ACn\u0200;Edv\u0B89\u2B24\u2B28\u2B2E;\uC000\u22F9\u0338ot;\uC000\u22F5\u0338\u01E1\u0B89\u2B33\u2B35;\u62F7;\u62F6i\u0100;v\u0CB8\u2B3C\u01E1\u0CB8\u2B41\u2B43;\u62FE;\u62FD\u0180aor\u2B4B\u2B63\u2B69r\u0200;ast\u0B7B\u2B55\u2B5A\u2B5Flle\xEC\u0B7Bl;\uC000\u2AFD\u20E5;\uC000\u2202\u0338lint;\u6A14\u0180;ce\u0C92\u2B70\u2B73u\xE5\u0CA5\u0100;c\u0C98\u2B78\u0100;e\u0C92\u2B7D\xF1\u0C98\u0200Aait\u2B88\u2B8B\u2B9D\u2BA7r\xF2\u2988rr\u0180;cw\u2B94\u2B95\u2B99\u619B;\uC000\u2933\u0338;\uC000\u219D\u0338ghtarrow\xBB\u2B95ri\u0100;e\u0CCB\u0CD6\u0380chimpqu\u2BBD\u2BCD\u2BD9\u2B04\u0B78\u2BE4\u2BEF\u0200;cer\u0D32\u2BC6\u0D37\u2BC9u\xE5\u0D45;\uC000\u{1D4C3}ort\u026D\u2B05\0\0\u2BD6ar\xE1\u2B56m\u0100;e\u0D6E\u2BDF\u0100;q\u0D74\u0D73su\u0100bp\u2BEB\u2BED\xE5\u0CF8\xE5\u0D0B\u0180bcp\u2BF6\u2C11\u2C19\u0200;Ees\u2BFF\u2C00\u0D22\u2C04\u6284;\uC000\u2AC5\u0338et\u0100;e\u0D1B\u2C0Bq\u0100;q\u0D23\u2C00c\u0100;e\u0D32\u2C17\xF1\u0D38\u0200;Ees\u2C22\u2C23\u0D5F\u2C27\u6285;\uC000\u2AC6\u0338et\u0100;e\u0D58\u2C2Eq\u0100;q\u0D60\u2C23\u0200gilr\u2C3D\u2C3F\u2C45\u2C47\xEC\u0BD7lde\u803B\xF1\u40F1\xE7\u0C43iangle\u0100lr\u2C52\u2C5Ceft\u0100;e\u0C1A\u2C5A\xF1\u0C26ight\u0100;e\u0CCB\u2C65\xF1\u0CD7\u0100;m\u2C6C\u2C6D\u43BD\u0180;es\u2C74\u2C75\u2C79\u4023ro;\u6116p;\u6007\u0480DHadgilrs\u2C8F\u2C94\u2C99\u2C9E\u2CA3\u2CB0\u2CB6\u2CD3\u2CE3ash;\u62ADarr;\u6904p;\uC000\u224D\u20D2ash;\u62AC\u0100et\u2CA8\u2CAC;\uC000\u2265\u20D2;\uC000>\u20D2nfin;\u69DE\u0180Aet\u2CBD\u2CC1\u2CC5rr;\u6902;\uC000\u2264\u20D2\u0100;r\u2CCA\u2CCD\uC000<\u20D2ie;\uC000\u22B4\u20D2\u0100At\u2CD8\u2CDCrr;\u6903rie;\uC000\u22B5\u20D2im;\uC000\u223C\u20D2\u0180Aan\u2CF0\u2CF4\u2D02rr;\u61D6r\u0100hr\u2CFA\u2CFDk;\u6923\u0100;o\u13E7\u13E5ear;\u6927\u1253\u1A95\0\0\0\0\0\0\0\0\0\0\0\0\0\u2D2D\0\u2D38\u2D48\u2D60\u2D65\u2D72\u2D84\u1B07\0\0\u2D8D\u2DAB\0\u2DC8\u2DCE\0\u2DDC\u2E19\u2E2B\u2E3E\u2E43\u0100cs\u2D31\u1A97ute\u803B\xF3\u40F3\u0100iy\u2D3C\u2D45r\u0100;c\u1A9E\u2D42\u803B\xF4\u40F4;\u443E\u0280abios\u1AA0\u2D52\u2D57\u01C8\u2D5Alac;\u4151v;\u6A38old;\u69BClig;\u4153\u0100cr\u2D69\u2D6Dir;\u69BF;\uC000\u{1D52C}\u036F\u2D79\0\0\u2D7C\0\u2D82n;\u42DBave\u803B\xF2\u40F2;\u69C1\u0100bm\u2D88\u0DF4ar;\u69B5\u0200acit\u2D95\u2D98\u2DA5\u2DA8r\xF2\u1A80\u0100ir\u2D9D\u2DA0r;\u69BEoss;\u69BBn\xE5\u0E52;\u69C0\u0180aei\u2DB1\u2DB5\u2DB9cr;\u414Dga;\u43C9\u0180cdn\u2DC0\u2DC5\u01CDron;\u43BF;\u69B6pf;\uC000\u{1D560}\u0180ael\u2DD4\u2DD7\u01D2r;\u69B7rp;\u69B9\u0380;adiosv\u2DEA\u2DEB\u2DEE\u2E08\u2E0D\u2E10\u2E16\u6228r\xF2\u1A86\u0200;efm\u2DF7\u2DF8\u2E02\u2E05\u6A5Dr\u0100;o\u2DFE\u2DFF\u6134f\xBB\u2DFF\u803B\xAA\u40AA\u803B\xBA\u40BAgof;\u62B6r;\u6A56lope;\u6A57;\u6A5B\u0180clo\u2E1F\u2E21\u2E27\xF2\u2E01ash\u803B\xF8\u40F8l;\u6298i\u016C\u2E2F\u2E34de\u803B\xF5\u40F5es\u0100;a\u01DB\u2E3As;\u6A36ml\u803B\xF6\u40F6bar;\u633D\u0AE1\u2E5E\0\u2E7D\0\u2E80\u2E9D\0\u2EA2\u2EB9\0\0\u2ECB\u0E9C\0\u2F13\0\0\u2F2B\u2FBC\0\u2FC8r\u0200;ast\u0403\u2E67\u2E72\u0E85\u8100\xB6;l\u2E6D\u2E6E\u40B6le\xEC\u0403\u0269\u2E78\0\0\u2E7Bm;\u6AF3;\u6AFDy;\u443Fr\u0280cimpt\u2E8B\u2E8F\u2E93\u1865\u2E97nt;\u4025od;\u402Eil;\u6030enk;\u6031r;\uC000\u{1D52D}\u0180imo\u2EA8\u2EB0\u2EB4\u0100;v\u2EAD\u2EAE\u43C6;\u43D5ma\xF4\u0A76ne;\u660E\u0180;tv\u2EBF\u2EC0\u2EC8\u43C0chfork\xBB\u1FFD;\u43D6\u0100au\u2ECF\u2EDFn\u0100ck\u2ED5\u2EDDk\u0100;h\u21F4\u2EDB;\u610E\xF6\u21F4s\u0480;abcdemst\u2EF3\u2EF4\u1908\u2EF9\u2EFD\u2F04\u2F06\u2F0A\u2F0E\u402Bcir;\u6A23ir;\u6A22\u0100ou\u1D40\u2F02;\u6A25;\u6A72n\u80BB\xB1\u0E9Dim;\u6A26wo;\u6A27\u0180ipu\u2F19\u2F20\u2F25ntint;\u6A15f;\uC000\u{1D561}nd\u803B\xA3\u40A3\u0500;Eaceinosu\u0EC8\u2F3F\u2F41\u2F44\u2F47\u2F81\u2F89\u2F92\u2F7E\u2FB6;\u6AB3p;\u6AB7u\xE5\u0ED9\u0100;c\u0ECE\u2F4C\u0300;acens\u0EC8\u2F59\u2F5F\u2F66\u2F68\u2F7Eppro\xF8\u2F43urlye\xF1\u0ED9\xF1\u0ECE\u0180aes\u2F6F\u2F76\u2F7Approx;\u6AB9qq;\u6AB5im;\u62E8i\xED\u0EDFme\u0100;s\u2F88\u0EAE\u6032\u0180Eas\u2F78\u2F90\u2F7A\xF0\u2F75\u0180dfp\u0EEC\u2F99\u2FAF\u0180als\u2FA0\u2FA5\u2FAAlar;\u632Eine;\u6312urf;\u6313\u0100;t\u0EFB\u2FB4\xEF\u0EFBrel;\u62B0\u0100ci\u2FC0\u2FC5r;\uC000\u{1D4C5};\u43C8ncsp;\u6008\u0300fiopsu\u2FDA\u22E2\u2FDF\u2FE5\u2FEB\u2FF1r;\uC000\u{1D52E}pf;\uC000\u{1D562}rime;\u6057cr;\uC000\u{1D4C6}\u0180aeo\u2FF8\u3009\u3013t\u0100ei\u2FFE\u3005rnion\xF3\u06B0nt;\u6A16st\u0100;e\u3010\u3011\u403F\xF1\u1F19\xF4\u0F14\u0A80ABHabcdefhilmnoprstux\u3040\u3051\u3055\u3059\u30E0\u310E\u312B\u3147\u3162\u3172\u318E\u3206\u3215\u3224\u3229\u3258\u326E\u3272\u3290\u32B0\u32B7\u0180art\u3047\u304A\u304Cr\xF2\u10B3\xF2\u03DDail;\u691Car\xF2\u1C65ar;\u6964\u0380cdenqrt\u3068\u3075\u3078\u307F\u308F\u3094\u30CC\u0100eu\u306D\u3071;\uC000\u223D\u0331te;\u4155i\xE3\u116Emptyv;\u69B3g\u0200;del\u0FD1\u3089\u308B\u308D;\u6992;\u69A5\xE5\u0FD1uo\u803B\xBB\u40BBr\u0580;abcfhlpstw\u0FDC\u30AC\u30AF\u30B7\u30B9\u30BC\u30BE\u30C0\u30C3\u30C7\u30CAp;\u6975\u0100;f\u0FE0\u30B4s;\u6920;\u6933s;\u691E\xEB\u225D\xF0\u272El;\u6945im;\u6974l;\u61A3;\u619D\u0100ai\u30D1\u30D5il;\u691Ao\u0100;n\u30DB\u30DC\u6236al\xF3\u0F1E\u0180abr\u30E7\u30EA\u30EEr\xF2\u17E5rk;\u6773\u0100ak\u30F3\u30FDc\u0100ek\u30F9\u30FB;\u407D;\u405D\u0100es\u3102\u3104;\u698Cl\u0100du\u310A\u310C;\u698E;\u6990\u0200aeuy\u3117\u311C\u3127\u3129ron;\u4159\u0100di\u3121\u3125il;\u4157\xEC\u0FF2\xE2\u30FA;\u4440\u0200clqs\u3134\u3137\u313D\u3144a;\u6937dhar;\u6969uo\u0100;r\u020E\u020Dh;\u61B3\u0180acg\u314E\u315F\u0F44l\u0200;ips\u0F78\u3158\u315B\u109Cn\xE5\u10BBar\xF4\u0FA9t;\u65AD\u0180ilr\u3169\u1023\u316Esht;\u697D;\uC000\u{1D52F}\u0100ao\u3177\u3186r\u0100du\u317D\u317F\xBB\u047B\u0100;l\u1091\u3184;\u696C\u0100;v\u318B\u318C\u43C1;\u43F1\u0180gns\u3195\u31F9\u31FCht\u0300ahlrst\u31A4\u31B0\u31C2\u31D8\u31E4\u31EErrow\u0100;t\u0FDC\u31ADa\xE9\u30C8arpoon\u0100du\u31BB\u31BFow\xEE\u317Ep\xBB\u1092eft\u0100ah\u31CA\u31D0rrow\xF3\u0FEAarpoon\xF3\u0551ightarrows;\u61C9quigarro\xF7\u30CBhreetimes;\u62CCg;\u42DAingdotse\xF1\u1F32\u0180ahm\u320D\u3210\u3213r\xF2\u0FEAa\xF2\u0551;\u600Foust\u0100;a\u321E\u321F\u63B1che\xBB\u321Fmid;\u6AEE\u0200abpt\u3232\u323D\u3240\u3252\u0100nr\u3237\u323Ag;\u67EDr;\u61FEr\xEB\u1003\u0180afl\u3247\u324A\u324Er;\u6986;\uC000\u{1D563}us;\u6A2Eimes;\u6A35\u0100ap\u325D\u3267r\u0100;g\u3263\u3264\u4029t;\u6994olint;\u6A12ar\xF2\u31E3\u0200achq\u327B\u3280\u10BC\u3285quo;\u603Ar;\uC000\u{1D4C7}\u0100bu\u30FB\u328Ao\u0100;r\u0214\u0213\u0180hir\u3297\u329B\u32A0re\xE5\u31F8mes;\u62CAi\u0200;efl\u32AA\u1059\u1821\u32AB\u65B9tri;\u69CEluhar;\u6968;\u611E\u0D61\u32D5\u32DB\u32DF\u332C\u3338\u3371\0\u337A\u33A4\0\0\u33EC\u33F0\0\u3428\u3448\u345A\u34AD\u34B1\u34CA\u34F1\0\u3616\0\0\u3633cute;\u415Bqu\xEF\u27BA\u0500;Eaceinpsy\u11ED\u32F3\u32F5\u32FF\u3302\u330B\u330F\u331F\u3326\u3329;\u6AB4\u01F0\u32FA\0\u32FC;\u6AB8on;\u4161u\xE5\u11FE\u0100;d\u11F3\u3307il;\u415Frc;\u415D\u0180Eas\u3316\u3318\u331B;\u6AB6p;\u6ABAim;\u62E9olint;\u6A13i\xED\u1204;\u4441ot\u0180;be\u3334\u1D47\u3335\u62C5;\u6A66\u0380Aacmstx\u3346\u334A\u3357\u335B\u335E\u3363\u336Drr;\u61D8r\u0100hr\u3350\u3352\xEB\u2228\u0100;o\u0A36\u0A34t\u803B\xA7\u40A7i;\u403Bwar;\u6929m\u0100in\u3369\xF0nu\xF3\xF1t;\u6736r\u0100;o\u3376\u2055\uC000\u{1D530}\u0200acoy\u3382\u3386\u3391\u33A0rp;\u666F\u0100hy\u338B\u338Fcy;\u4449;\u4448rt\u026D\u3399\0\0\u339Ci\xE4\u1464ara\xEC\u2E6F\u803B\xAD\u40AD\u0100gm\u33A8\u33B4ma\u0180;fv\u33B1\u33B2\u33B2\u43C3;\u43C2\u0400;deglnpr\u12AB\u33C5\u33C9\u33CE\u33D6\u33DE\u33E1\u33E6ot;\u6A6A\u0100;q\u12B1\u12B0\u0100;E\u33D3\u33D4\u6A9E;\u6AA0\u0100;E\u33DB\u33DC\u6A9D;\u6A9Fe;\u6246lus;\u6A24arr;\u6972ar\xF2\u113D\u0200aeit\u33F8\u3408\u340F\u3417\u0100ls\u33FD\u3404lsetm\xE9\u336Ahp;\u6A33parsl;\u69E4\u0100dl\u1463\u3414e;\u6323\u0100;e\u341C\u341D\u6AAA\u0100;s\u3422\u3423\u6AAC;\uC000\u2AAC\uFE00\u0180flp\u342E\u3433\u3442tcy;\u444C\u0100;b\u3438\u3439\u402F\u0100;a\u343E\u343F\u69C4r;\u633Ff;\uC000\u{1D564}a\u0100dr\u344D\u0402es\u0100;u\u3454\u3455\u6660it\xBB\u3455\u0180csu\u3460\u3479\u349F\u0100au\u3465\u346Fp\u0100;s\u1188\u346B;\uC000\u2293\uFE00p\u0100;s\u11B4\u3475;\uC000\u2294\uFE00u\u0100bp\u347F\u348F\u0180;es\u1197\u119C\u3486et\u0100;e\u1197\u348D\xF1\u119D\u0180;es\u11A8\u11AD\u3496et\u0100;e\u11A8\u349D\xF1\u11AE\u0180;af\u117B\u34A6\u05B0r\u0165\u34AB\u05B1\xBB\u117Car\xF2\u1148\u0200cemt\u34B9\u34BE\u34C2\u34C5r;\uC000\u{1D4C8}tm\xEE\xF1i\xEC\u3415ar\xE6\u11BE\u0100ar\u34CE\u34D5r\u0100;f\u34D4\u17BF\u6606\u0100an\u34DA\u34EDight\u0100ep\u34E3\u34EApsilo\xEE\u1EE0h\xE9\u2EAFs\xBB\u2852\u0280bcmnp\u34FB\u355E\u1209\u358B\u358E\u0480;Edemnprs\u350E\u350F\u3511\u3515\u351E\u3523\u352C\u3531\u3536\u6282;\u6AC5ot;\u6ABD\u0100;d\u11DA\u351Aot;\u6AC3ult;\u6AC1\u0100Ee\u3528\u352A;\u6ACB;\u628Alus;\u6ABFarr;\u6979\u0180eiu\u353D\u3552\u3555t\u0180;en\u350E\u3545\u354Bq\u0100;q\u11DA\u350Feq\u0100;q\u352B\u3528m;\u6AC7\u0100bp\u355A\u355C;\u6AD5;\u6AD3c\u0300;acens\u11ED\u356C\u3572\u3579\u357B\u3326ppro\xF8\u32FAurlye\xF1\u11FE\xF1\u11F3\u0180aes\u3582\u3588\u331Bppro\xF8\u331Aq\xF1\u3317g;\u666A\u0680123;Edehlmnps\u35A9\u35AC\u35AF\u121C\u35B2\u35B4\u35C0\u35C9\u35D5\u35DA\u35DF\u35E8\u35ED\u803B\xB9\u40B9\u803B\xB2\u40B2\u803B\xB3\u40B3;\u6AC6\u0100os\u35B9\u35BCt;\u6ABEub;\u6AD8\u0100;d\u1222\u35C5ot;\u6AC4s\u0100ou\u35CF\u35D2l;\u67C9b;\u6AD7arr;\u697Bult;\u6AC2\u0100Ee\u35E4\u35E6;\u6ACC;\u628Blus;\u6AC0\u0180eiu\u35F4\u3609\u360Ct\u0180;en\u121C\u35FC\u3602q\u0100;q\u1222\u35B2eq\u0100;q\u35E7\u35E4m;\u6AC8\u0100bp\u3611\u3613;\u6AD4;\u6AD6\u0180Aan\u361C\u3620\u362Drr;\u61D9r\u0100hr\u3626\u3628\xEB\u222E\u0100;o\u0A2B\u0A29war;\u692Alig\u803B\xDF\u40DF\u0BE1\u3651\u365D\u3660\u12CE\u3673\u3679\0\u367E\u36C2\0\0\0\0\0\u36DB\u3703\0\u3709\u376C\0\0\0\u3787\u0272\u3656\0\0\u365Bget;\u6316;\u43C4r\xEB\u0E5F\u0180aey\u3666\u366B\u3670ron;\u4165dil;\u4163;\u4442lrec;\u6315r;\uC000\u{1D531}\u0200eiko\u3686\u369D\u36B5\u36BC\u01F2\u368B\0\u3691e\u01004f\u1284\u1281a\u0180;sv\u3698\u3699\u369B\u43B8ym;\u43D1\u0100cn\u36A2\u36B2k\u0100as\u36A8\u36AEppro\xF8\u12C1im\xBB\u12ACs\xF0\u129E\u0100as\u36BA\u36AE\xF0\u12C1rn\u803B\xFE\u40FE\u01EC\u031F\u36C6\u22E7es\u8180\xD7;bd\u36CF\u36D0\u36D8\u40D7\u0100;a\u190F\u36D5r;\u6A31;\u6A30\u0180eps\u36E1\u36E3\u3700\xE1\u2A4D\u0200;bcf\u0486\u36EC\u36F0\u36F4ot;\u6336ir;\u6AF1\u0100;o\u36F9\u36FC\uC000\u{1D565}rk;\u6ADA\xE1\u3362rime;\u6034\u0180aip\u370F\u3712\u3764d\xE5\u1248\u0380adempst\u3721\u374D\u3740\u3751\u3757\u375C\u375Fngle\u0280;dlqr\u3730\u3731\u3736\u3740\u3742\u65B5own\xBB\u1DBBeft\u0100;e\u2800\u373E\xF1\u092E;\u625Cight\u0100;e\u32AA\u374B\xF1\u105Aot;\u65ECinus;\u6A3Alus;\u6A39b;\u69CDime;\u6A3Bezium;\u63E2\u0180cht\u3772\u377D\u3781\u0100ry\u3777\u377B;\uC000\u{1D4C9};\u4446cy;\u445Brok;\u4167\u0100io\u378B\u378Ex\xF4\u1777head\u0100lr\u3797\u37A0eftarro\xF7\u084Fightarrow\xBB\u0F5D\u0900AHabcdfghlmoprstuw\u37D0\u37D3\u37D7\u37E4\u37F0\u37FC\u380E\u381C\u3823\u3834\u3851\u385D\u386B\u38A9\u38CC\u38D2\u38EA\u38F6r\xF2\u03EDar;\u6963\u0100cr\u37DC\u37E2ute\u803B\xFA\u40FA\xF2\u1150r\u01E3\u37EA\0\u37EDy;\u445Eve;\u416D\u0100iy\u37F5\u37FArc\u803B\xFB\u40FB;\u4443\u0180abh\u3803\u3806\u380Br\xF2\u13ADlac;\u4171a\xF2\u13C3\u0100ir\u3813\u3818sht;\u697E;\uC000\u{1D532}rave\u803B\xF9\u40F9\u0161\u3827\u3831r\u0100lr\u382C\u382E\xBB\u0957\xBB\u1083lk;\u6580\u0100ct\u3839\u384D\u026F\u383F\0\0\u384Arn\u0100;e\u3845\u3846\u631Cr\xBB\u3846op;\u630Fri;\u65F8\u0100al\u3856\u385Acr;\u416B\u80BB\xA8\u0349\u0100gp\u3862\u3866on;\u4173f;\uC000\u{1D566}\u0300adhlsu\u114B\u3878\u387D\u1372\u3891\u38A0own\xE1\u13B3arpoon\u0100lr\u3888\u388Cef\xF4\u382Digh\xF4\u382Fi\u0180;hl\u3899\u389A\u389C\u43C5\xBB\u13FAon\xBB\u389Aparrows;\u61C8\u0180cit\u38B0\u38C4\u38C8\u026F\u38B6\0\0\u38C1rn\u0100;e\u38BC\u38BD\u631Dr\xBB\u38BDop;\u630Eng;\u416Fri;\u65F9cr;\uC000\u{1D4CA}\u0180dir\u38D9\u38DD\u38E2ot;\u62F0lde;\u4169i\u0100;f\u3730\u38E8\xBB\u1813\u0100am\u38EF\u38F2r\xF2\u38A8l\u803B\xFC\u40FCangle;\u69A7\u0780ABDacdeflnoprsz\u391C\u391F\u3929\u392D\u39B5\u39B8\u39BD\u39DF\u39E4\u39E8\u39F3\u39F9\u39FD\u3A01\u3A20r\xF2\u03F7ar\u0100;v\u3926\u3927\u6AE8;\u6AE9as\xE8\u03E1\u0100nr\u3932\u3937grt;\u699C\u0380eknprst\u34E3\u3946\u394B\u3952\u395D\u3964\u3996app\xE1\u2415othin\xE7\u1E96\u0180hir\u34EB\u2EC8\u3959op\xF4\u2FB5\u0100;h\u13B7\u3962\xEF\u318D\u0100iu\u3969\u396Dgm\xE1\u33B3\u0100bp\u3972\u3984setneq\u0100;q\u397D\u3980\uC000\u228A\uFE00;\uC000\u2ACB\uFE00setneq\u0100;q\u398F\u3992\uC000\u228B\uFE00;\uC000\u2ACC\uFE00\u0100hr\u399B\u399Fet\xE1\u369Ciangle\u0100lr\u39AA\u39AFeft\xBB\u0925ight\xBB\u1051y;\u4432ash\xBB\u1036\u0180elr\u39C4\u39D2\u39D7\u0180;be\u2DEA\u39CB\u39CFar;\u62BBq;\u625Alip;\u62EE\u0100bt\u39DC\u1468a\xF2\u1469r;\uC000\u{1D533}tr\xE9\u39AEsu\u0100bp\u39EF\u39F1\xBB\u0D1C\xBB\u0D59pf;\uC000\u{1D567}ro\xF0\u0EFBtr\xE9\u39B4\u0100cu\u3A06\u3A0Br;\uC000\u{1D4CB}\u0100bp\u3A10\u3A18n\u0100Ee\u3980\u3A16\xBB\u397En\u0100Ee\u3992\u3A1E\xBB\u3990igzag;\u699A\u0380cefoprs\u3A36\u3A3B\u3A56\u3A5B\u3A54\u3A61\u3A6Airc;\u4175\u0100di\u3A40\u3A51\u0100bg\u3A45\u3A49ar;\u6A5Fe\u0100;q\u15FA\u3A4F;\u6259erp;\u6118r;\uC000\u{1D534}pf;\uC000\u{1D568}\u0100;e\u1479\u3A66at\xE8\u1479cr;\uC000\u{1D4CC}\u0AE3\u178E\u3A87\0\u3A8B\0\u3A90\u3A9B\0\0\u3A9D\u3AA8\u3AAB\u3AAF\0\0\u3AC3\u3ACE\0\u3AD8\u17DC\u17DFtr\xE9\u17D1r;\uC000\u{1D535}\u0100Aa\u3A94\u3A97r\xF2\u03C3r\xF2\u09F6;\u43BE\u0100Aa\u3AA1\u3AA4r\xF2\u03B8r\xF2\u09EBa\xF0\u2713is;\u62FB\u0180dpt\u17A4\u3AB5\u3ABE\u0100fl\u3ABA\u17A9;\uC000\u{1D569}im\xE5\u17B2\u0100Aa\u3AC7\u3ACAr\xF2\u03CEr\xF2\u0A01\u0100cq\u3AD2\u17B8r;\uC000\u{1D4CD}\u0100pt\u17D6\u3ADCr\xE9\u17D4\u0400acefiosu\u3AF0\u3AFD\u3B08\u3B0C\u3B11\u3B15\u3B1B\u3B21c\u0100uy\u3AF6\u3AFBte\u803B\xFD\u40FD;\u444F\u0100iy\u3B02\u3B06rc;\u4177;\u444Bn\u803B\xA5\u40A5r;\uC000\u{1D536}cy;\u4457pf;\uC000\u{1D56A}cr;\uC000\u{1D4CE}\u0100cm\u3B26\u3B29y;\u444El\u803B\xFF\u40FF\u0500acdefhiosw\u3B42\u3B48\u3B54\u3B58\u3B64\u3B69\u3B6D\u3B74\u3B7A\u3B80cute;\u417A\u0100ay\u3B4D\u3B52ron;\u417E;\u4437ot;\u417C\u0100et\u3B5D\u3B61tr\xE6\u155Fa;\u43B6r;\uC000\u{1D537}cy;\u4436grarr;\u61DDpf;\uC000\u{1D56B}cr;\uC000\u{1D4CF}\u0100jn\u3B85\u3B87;\u600Dj;\u600C'.split("").map(o=>o.charCodeAt(0)));var Yl=new Uint16Array("\u0200aglq \x1B\u026D\0\0p;\u4026os;\u4027t;\u403Et;\u403Cuot;\u4022".split("").map(o=>o.charCodeAt(0)));var ig,Wv=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),zo=(ig=String.fromCodePoint)!==null&&ig!==void 0?ig:function(o){let r="";return o>65535&&(o-=65536,r+=String.fromCharCode(o>>>10&1023|55296),o=56320|o&1023),r+=String.fromCharCode(o),r};function og(o){var r;return o>=55296&&o<=57343||o>1114111?65533:(r=Wv.get(o))!==null&&r!==void 0?r:o}var tr;(function(o){o[o.NUM=35]="NUM",o[o.SEMI=59]="SEMI",o[o.EQUALS=61]="EQUALS",o[o.ZERO=48]="ZERO",o[o.NINE=57]="NINE",o[o.LOWER_A=97]="LOWER_A",o[o.LOWER_F=102]="LOWER_F",o[o.LOWER_X=120]="LOWER_X",o[o.LOWER_Z=122]="LOWER_Z",o[o.UPPER_A=65]="UPPER_A",o[o.UPPER_F=70]="UPPER_F",o[o.UPPER_Z=90]="UPPER_Z"})(tr||(tr={}));var jv=32,Ti;(function(o){o[o.VALUE_LENGTH=49152]="VALUE_LENGTH",o[o.BRANCH_LENGTH=16256]="BRANCH_LENGTH",o[o.JUMP_TABLE=127]="JUMP_TABLE"})(Ti||(Ti={}));function sg(o){return o>=tr.ZERO&&o<=tr.NINE}function Vv(o){return o>=tr.UPPER_A&&o<=tr.UPPER_F||o>=tr.LOWER_A&&o<=tr.LOWER_F}function qv(o){return o>=tr.UPPER_A&&o<=tr.UPPER_Z||o>=tr.LOWER_A&&o<=tr.LOWER_Z||sg(o)}function $v(o){return o===tr.EQUALS||qv(o)}var Ze;(function(o){o[o.EntityStart=0]="EntityStart",o[o.NumericStart=1]="NumericStart",o[o.NumericDecimal=2]="NumericDecimal",o[o.NumericHex=3]="NumericHex",o[o.NamedEntity=4]="NamedEntity"})(Ze||(Ze={}));var Ur;(function(o){o[o.Legacy=0]="Legacy",o[o.Strict=1]="Strict",o[o.Attribute=2]="Attribute"})(Ur||(Ur={}));var Wo=class{constructor(r,s,a){this.decodeTree=r,this.emitCodePoint=s,this.errors=a,this.state=Ze.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Ur.Strict}startEntity(r){this.decodeMode=r,this.state=Ze.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(r,s){switch(this.state){case Ze.EntityStart:return r.charCodeAt(s)===tr.NUM?(this.state=Ze.NumericStart,this.consumed+=1,this.stateNumericStart(r,s+1)):(this.state=Ze.NamedEntity,this.stateNamedEntity(r,s));case Ze.NumericStart:return this.stateNumericStart(r,s);case Ze.NumericDecimal:return this.stateNumericDecimal(r,s);case Ze.NumericHex:return this.stateNumericHex(r,s);case Ze.NamedEntity:return this.stateNamedEntity(r,s)}}stateNumericStart(r,s){return s>=r.length?-1:(r.charCodeAt(s)|jv)===tr.LOWER_X?(this.state=Ze.NumericHex,this.consumed+=1,this.stateNumericHex(r,s+1)):(this.state=Ze.NumericDecimal,this.stateNumericDecimal(r,s))}addToNumericResult(r,s,a,l){if(s!==a){let c=a-s;this.result=this.result*Math.pow(l,c)+parseInt(r.substr(s,c),l),this.consumed+=c}}stateNumericHex(r,s){let a=s;for(;s<r.length;){let l=r.charCodeAt(s);if(sg(l)||Vv(l))s+=1;else return this.addToNumericResult(r,a,s,16),this.emitNumericEntity(l,3)}return this.addToNumericResult(r,a,s,16),-1}stateNumericDecimal(r,s){let a=s;for(;s<r.length;){let l=r.charCodeAt(s);if(sg(l))s+=1;else return this.addToNumericResult(r,a,s,10),this.emitNumericEntity(l,2)}return this.addToNumericResult(r,a,s,10),-1}emitNumericEntity(r,s){var a;if(this.consumed<=s)return(a=this.errors)===null||a===void 0||a.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(r===tr.SEMI)this.consumed+=1;else if(this.decodeMode===Ur.Strict)return 0;return this.emitCodePoint(og(this.result),this.consumed),this.errors&&(r!==tr.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(r,s){let{decodeTree:a}=this,l=a[this.treeIndex],c=(l&Ti.VALUE_LENGTH)>>14;for(;s<r.length;s++,this.excess++){let f=r.charCodeAt(s);if(this.treeIndex=Xv(a,l,this.treeIndex+Math.max(1,c),f),this.treeIndex<0)return this.result===0||this.decodeMode===Ur.Attribute&&(c===0||$v(f))?0:this.emitNotTerminatedNamedEntity();if(l=a[this.treeIndex],c=(l&Ti.VALUE_LENGTH)>>14,c!==0){if(f===tr.SEMI)return this.emitNamedEntityData(this.treeIndex,c,this.consumed+this.excess);this.decodeMode!==Ur.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var r;let{result:s,decodeTree:a}=this,l=(a[s]&Ti.VALUE_LENGTH)>>14;return this.emitNamedEntityData(s,l,this.consumed),(r=this.errors)===null||r===void 0||r.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(r,s,a){let{decodeTree:l}=this;return this.emitCodePoint(s===1?l[r]&~Ti.VALUE_LENGTH:l[r+1],a),s===3&&this.emitCodePoint(l[r+2],a),a}end(){var r;switch(this.state){case Ze.NamedEntity:return this.result!==0&&(this.decodeMode!==Ur.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case Ze.NumericDecimal:return this.emitNumericEntity(0,2);case Ze.NumericHex:return this.emitNumericEntity(0,3);case Ze.NumericStart:return(r=this.errors)===null||r===void 0||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Ze.EntityStart:return 0}}};function D4(o){let r="",s=new Wo(o,a=>r+=zo(a));return function(l,c){let f=0,u=0;for(;(u=l.indexOf("&",u))>=0;){r+=l.slice(f,u),s.startEntity(c);let n=s.write(l,u+1);if(n<0){f=u+s.end();break}f=u+n,u=n===0?f+1:f}let i=r+l.slice(f);return r="",i}}function Xv(o,r,s,a){let l=(r&Ti.BRANCH_LENGTH)>>7,c=r&Ti.JUMP_TABLE;if(l===0)return c!==0&&a===c?s:-1;if(c){let i=a-c;return i<0||i>=l?-1:o[s+i]-1}let f=s,u=f+l-1;for(;f<=u;){let i=f+u>>>1,n=o[i];if(n<a)f=i+1;else if(n>a)u=i-1;else return o[i+l]}return-1}var XE=D4(Kl),KE=D4(Yl);var Ot;(function(o){o[o.Tab=9]="Tab",o[o.NewLine=10]="NewLine",o[o.FormFeed=12]="FormFeed",o[o.CarriageReturn=13]="CarriageReturn",o[o.Space=32]="Space",o[o.ExclamationMark=33]="ExclamationMark",o[o.Number=35]="Number",o[o.Amp=38]="Amp",o[o.SingleQuote=39]="SingleQuote",o[o.DoubleQuote=34]="DoubleQuote",o[o.Dash=45]="Dash",o[o.Slash=47]="Slash",o[o.Zero=48]="Zero",o[o.Nine=57]="Nine",o[o.Semi=59]="Semi",o[o.Lt=60]="Lt",o[o.Eq=61]="Eq",o[o.Gt=62]="Gt",o[o.Questionmark=63]="Questionmark",o[o.UpperA=65]="UpperA",o[o.LowerA=97]="LowerA",o[o.UpperF=70]="UpperF",o[o.LowerF=102]="LowerF",o[o.UpperZ=90]="UpperZ",o[o.LowerZ=122]="LowerZ",o[o.LowerX=120]="LowerX",o[o.OpeningSquareBracket=91]="OpeningSquareBracket"})(Ot||(Ot={}));var xt;(function(o){o[o.Text=1]="Text",o[o.BeforeTagName=2]="BeforeTagName",o[o.InTagName=3]="InTagName",o[o.InSelfClosingTag=4]="InSelfClosingTag",o[o.BeforeClosingTagName=5]="BeforeClosingTagName",o[o.InClosingTagName=6]="InClosingTagName",o[o.AfterClosingTagName=7]="AfterClosingTagName",o[o.BeforeAttributeName=8]="BeforeAttributeName",o[o.InAttributeName=9]="InAttributeName",o[o.AfterAttributeName=10]="AfterAttributeName",o[o.BeforeAttributeValue=11]="BeforeAttributeValue",o[o.InAttributeValueDq=12]="InAttributeValueDq",o[o.InAttributeValueSq=13]="InAttributeValueSq",o[o.InAttributeValueNq=14]="InAttributeValueNq",o[o.BeforeDeclaration=15]="BeforeDeclaration",o[o.InDeclaration=16]="InDeclaration",o[o.InProcessingInstruction=17]="InProcessingInstruction",o[o.BeforeComment=18]="BeforeComment",o[o.CDATASequence=19]="CDATASequence",o[o.InSpecialComment=20]="InSpecialComment",o[o.InCommentLike=21]="InCommentLike",o[o.BeforeSpecialS=22]="BeforeSpecialS",o[o.BeforeSpecialT=23]="BeforeSpecialT",o[o.SpecialStartSequence=24]="SpecialStartSequence",o[o.InSpecialTag=25]="InSpecialTag",o[o.InEntity=26]="InEntity"})(xt||(xt={}));function si(o){return o===Ot.Space||o===Ot.NewLine||o===Ot.Tab||o===Ot.FormFeed||o===Ot.CarriageReturn}function Jl(o){return o===Ot.Slash||o===Ot.Gt||si(o)}function Kv(o){return o>=Ot.LowerA&&o<=Ot.LowerZ||o>=Ot.UpperA&&o<=Ot.UpperZ}var Gr;(function(o){o[o.NoValue=0]="NoValue",o[o.Unquoted=1]="Unquoted",o[o.Single=2]="Single",o[o.Double=3]="Double"})(Gr||(Gr={}));var fr={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97])},Yi=class{constructor({xmlMode:r=!1,decodeEntities:s=!0},a){this.cbs=a,this.state=xt.Text,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=xt.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=r,this.decodeEntities=s,this.entityDecoder=new Wo(r?Yl:Kl,(l,c)=>this.emitCodePoint(l,c))}reset(){this.state=xt.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=xt.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(r){this.offset+=this.buffer.length,this.buffer=r,this.parse()}end(){this.running&&this.finish()}pause(){this.running=!1}resume(){this.running=!0,this.index<this.buffer.length+this.offset&&this.parse()}stateText(r){r===Ot.Lt||!this.decodeEntities&&this.fastForwardTo(Ot.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=xt.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&r===Ot.Amp&&this.startEntity()}stateSpecialStartSequence(r){let s=this.sequenceIndex===this.currentSequence.length;if(!(s?Jl(r):(r|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!s){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=xt.InTagName,this.stateInTagName(r)}stateInSpecialTag(r){if(this.sequenceIndex===this.currentSequence.length){if(r===Ot.Gt||si(r)){let s=this.index-this.currentSequence.length;if(this.sectionStart<s){let a=this.index;this.index=s,this.cbs.ontext(this.sectionStart,s),this.index=a}this.isSpecial=!1,this.sectionStart=s+2,this.stateInClosingTagName(r);return}this.sequenceIndex=0}(r|32)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:this.sequenceIndex===0?this.currentSequence===fr.TitleEnd?this.decodeEntities&&r===Ot.Amp&&this.startEntity():this.fastForwardTo(Ot.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=+(r===Ot.Lt)}stateCDATASequence(r){r===fr.Cdata[this.sequenceIndex]?++this.sequenceIndex===fr.Cdata.length&&(this.state=xt.InCommentLike,this.currentSequence=fr.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=xt.InDeclaration,this.stateInDeclaration(r))}fastForwardTo(r){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===r)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(r){r===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===fr.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index,2):this.cbs.oncomment(this.sectionStart,this.index,2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=xt.Text):this.sequenceIndex===0?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):r!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(r){return this.xmlMode?!Jl(r):Kv(r)}startSpecial(r,s){this.isSpecial=!0,this.currentSequence=r,this.sequenceIndex=s,this.state=xt.SpecialStartSequence}stateBeforeTagName(r){if(r===Ot.ExclamationMark)this.state=xt.BeforeDeclaration,this.sectionStart=this.index+1;else if(r===Ot.Questionmark)this.state=xt.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(r)){let s=r|32;this.sectionStart=this.index,this.xmlMode?this.state=xt.InTagName:s===fr.ScriptEnd[2]?this.state=xt.BeforeSpecialS:s===fr.TitleEnd[2]?this.state=xt.BeforeSpecialT:this.state=xt.InTagName}else r===Ot.Slash?this.state=xt.BeforeClosingTagName:(this.state=xt.Text,this.stateText(r))}stateInTagName(r){Jl(r)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=xt.BeforeAttributeName,this.stateBeforeAttributeName(r))}stateBeforeClosingTagName(r){si(r)||(r===Ot.Gt?this.state=xt.Text:(this.state=this.isTagStartChar(r)?xt.InClosingTagName:xt.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(r){(r===Ot.Gt||si(r))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=xt.AfterClosingTagName,this.stateAfterClosingTagName(r))}stateAfterClosingTagName(r){(r===Ot.Gt||this.fastForwardTo(Ot.Gt))&&(this.state=xt.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(r){r===Ot.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=xt.InSpecialTag,this.sequenceIndex=0):this.state=xt.Text,this.sectionStart=this.index+1):r===Ot.Slash?this.state=xt.InSelfClosingTag:si(r)||(this.state=xt.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(r){r===Ot.Gt?(this.cbs.onselfclosingtag(this.index),this.state=xt.Text,this.sectionStart=this.index+1,this.isSpecial=!1):si(r)||(this.state=xt.BeforeAttributeName,this.stateBeforeAttributeName(r))}stateInAttributeName(r){(r===Ot.Eq||Jl(r))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=xt.AfterAttributeName,this.stateAfterAttributeName(r))}stateAfterAttributeName(r){r===Ot.Eq?this.state=xt.BeforeAttributeValue:r===Ot.Slash||r===Ot.Gt?(this.cbs.onattribend(Gr.NoValue,this.sectionStart),this.sectionStart=-1,this.state=xt.BeforeAttributeName,this.stateBeforeAttributeName(r)):si(r)||(this.cbs.onattribend(Gr.NoValue,this.sectionStart),this.state=xt.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(r){r===Ot.DoubleQuote?(this.state=xt.InAttributeValueDq,this.sectionStart=this.index+1):r===Ot.SingleQuote?(this.state=xt.InAttributeValueSq,this.sectionStart=this.index+1):si(r)||(this.sectionStart=this.index,this.state=xt.InAttributeValueNq,this.stateInAttributeValueNoQuotes(r))}handleInAttributeValue(r,s){r===s||!this.decodeEntities&&this.fastForwardTo(s)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(s===Ot.DoubleQuote?Gr.Double:Gr.Single,this.index+1),this.state=xt.BeforeAttributeName):this.decodeEntities&&r===Ot.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(r){this.handleInAttributeValue(r,Ot.DoubleQuote)}stateInAttributeValueSingleQuotes(r){this.handleInAttributeValue(r,Ot.SingleQuote)}stateInAttributeValueNoQuotes(r){si(r)||r===Ot.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(Gr.Unquoted,this.index),this.state=xt.BeforeAttributeName,this.stateBeforeAttributeName(r)):this.decodeEntities&&r===Ot.Amp&&this.startEntity()}stateBeforeDeclaration(r){r===Ot.OpeningSquareBracket?(this.state=xt.CDATASequence,this.sequenceIndex=0):this.state=r===Ot.Dash?xt.BeforeComment:xt.InDeclaration}stateInDeclaration(r){(r===Ot.Gt||this.fastForwardTo(Ot.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=xt.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(r){(r===Ot.Gt||this.fastForwardTo(Ot.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=xt.Text,this.sectionStart=this.index+1)}stateBeforeComment(r){r===Ot.Dash?(this.state=xt.InCommentLike,this.currentSequence=fr.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=xt.InDeclaration}stateInSpecialComment(r){(r===Ot.Gt||this.fastForwardTo(Ot.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=xt.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(r){let s=r|32;s===fr.ScriptEnd[3]?this.startSpecial(fr.ScriptEnd,4):s===fr.StyleEnd[3]?this.startSpecial(fr.StyleEnd,4):(this.state=xt.InTagName,this.stateInTagName(r))}stateBeforeSpecialT(r){let s=r|32;s===fr.TitleEnd[3]?this.startSpecial(fr.TitleEnd,4):s===fr.TextareaEnd[3]?this.startSpecial(fr.TextareaEnd,4):(this.state=xt.InTagName,this.stateInTagName(r))}startEntity(){this.baseState=this.state,this.state=xt.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?Ur.Strict:this.baseState===xt.Text||this.baseState===xt.InSpecialTag?Ur.Legacy:Ur.Attribute)}stateInEntity(){let r=this.entityDecoder.write(this.buffer,this.index-this.offset);r>=0?(this.state=this.baseState,r===0&&(this.index=this.entityStart)):this.index=this.offset+this.buffer.length-1}cleanup(){this.running&&this.sectionStart!==this.index&&(this.state===xt.Text||this.state===xt.InSpecialTag&&this.sequenceIndex===0?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):(this.state===xt.InAttributeValueDq||this.state===xt.InAttributeValueSq||this.state===xt.InAttributeValueNq)&&(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){for(;this.shouldContinue();){let r=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case xt.Text:{this.stateText(r);break}case xt.SpecialStartSequence:{this.stateSpecialStartSequence(r);break}case xt.InSpecialTag:{this.stateInSpecialTag(r);break}case xt.CDATASequence:{this.stateCDATASequence(r);break}case xt.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(r);break}case xt.InAttributeName:{this.stateInAttributeName(r);break}case xt.InCommentLike:{this.stateInCommentLike(r);break}case xt.InSpecialComment:{this.stateInSpecialComment(r);break}case xt.BeforeAttributeName:{this.stateBeforeAttributeName(r);break}case xt.InTagName:{this.stateInTagName(r);break}case xt.InClosingTagName:{this.stateInClosingTagName(r);break}case xt.BeforeTagName:{this.stateBeforeTagName(r);break}case xt.AfterAttributeName:{this.stateAfterAttributeName(r);break}case xt.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(r);break}case xt.BeforeAttributeValue:{this.stateBeforeAttributeValue(r);break}case xt.BeforeClosingTagName:{this.stateBeforeClosingTagName(r);break}case xt.AfterClosingTagName:{this.stateAfterClosingTagName(r);break}case xt.BeforeSpecialS:{this.stateBeforeSpecialS(r);break}case xt.BeforeSpecialT:{this.stateBeforeSpecialT(r);break}case xt.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(r);break}case xt.InSelfClosingTag:{this.stateInSelfClosingTag(r);break}case xt.InDeclaration:{this.stateInDeclaration(r);break}case xt.BeforeDeclaration:{this.stateBeforeDeclaration(r);break}case xt.BeforeComment:{this.stateBeforeComment(r);break}case xt.InProcessingInstruction:{this.stateInProcessingInstruction(r);break}case xt.InEntity:{this.stateInEntity();break}}this.index++}this.cleanup()}finish(){this.state===xt.InEntity&&(this.entityDecoder.end(),this.state=this.baseState),this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){let r=this.buffer.length+this.offset;this.sectionStart>=r||(this.state===xt.InCommentLike?this.currentSequence===fr.CdataEnd?this.cbs.oncdata(this.sectionStart,r,0):this.cbs.oncomment(this.sectionStart,r,0):this.state===xt.InTagName||this.state===xt.BeforeAttributeName||this.state===xt.BeforeAttributeValue||this.state===xt.AfterAttributeName||this.state===xt.InAttributeName||this.state===xt.InAttributeValueSq||this.state===xt.InAttributeValueDq||this.state===xt.InAttributeValueNq||this.state===xt.InClosingTagName||this.cbs.ontext(this.sectionStart,r))}emitCodePoint(r,s){this.baseState!==xt.Text&&this.baseState!==xt.InSpecialTag?(this.sectionStart<this.entityStart&&this.cbs.onattribdata(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+s,this.index=this.sectionStart-1,this.cbs.onattribentity(r)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+s,this.index=this.sectionStart-1,this.cbs.ontextentity(r,this.sectionStart))}};var jo=new Set(["input","option","optgroup","select","button","datalist","textarea"]),ye=new Set(["p"]),S4=new Set(["thead","tbody"]),T4=new Set(["dd","dt"]),_4=new Set(["rt","rp"]),Yv=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",ye],["h1",ye],["h2",ye],["h3",ye],["h4",ye],["h5",ye],["h6",ye],["select",jo],["input",jo],["output",jo],["button",jo],["datalist",jo],["textarea",jo],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",T4],["dt",T4],["address",ye],["article",ye],["aside",ye],["blockquote",ye],["details",ye],["div",ye],["dl",ye],["fieldset",ye],["figcaption",ye],["figure",ye],["footer",ye],["form",ye],["header",ye],["hr",ye],["main",ye],["nav",ye],["ol",ye],["pre",ye],["section",ye],["table",ye],["ul",ye],["rt",_4],["rp",_4],["tbody",S4],["tfoot",S4]]),Jv=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),R4=new Set(["math","svg"]),N4=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),Qv=/\s|\//,_i=class{constructor(r,s={}){var a,l,c,f,u,i;this.options=s,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=r??{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=(a=s.lowerCaseTags)!==null&&a!==void 0?a:this.htmlMode,this.lowerCaseAttributeNames=(l=s.lowerCaseAttributeNames)!==null&&l!==void 0?l:this.htmlMode,this.recognizeSelfClosing=(c=s.recognizeSelfClosing)!==null&&c!==void 0?c:!this.htmlMode,this.tokenizer=new((f=s.Tokenizer)!==null&&f!==void 0?f:Yi)(this.options,this),this.foreignContext=[!this.htmlMode],(i=(u=this.cbs).onparserinit)===null||i===void 0||i.call(u,this)}ontext(r,s){var a,l;let c=this.getSlice(r,s);this.endIndex=s-1,(l=(a=this.cbs).ontext)===null||l===void 0||l.call(a,c),this.startIndex=s}ontextentity(r,s){var a,l;this.endIndex=s-1,(l=(a=this.cbs).ontext)===null||l===void 0||l.call(a,zo(r)),this.startIndex=s}isVoidElement(r){return this.htmlMode&&Jv.has(r)}onopentagname(r,s){this.endIndex=s;let a=this.getSlice(r,s);this.lowerCaseTagNames&&(a=a.toLowerCase()),this.emitOpenTag(a)}emitOpenTag(r){var s,a,l,c;this.openTagStart=this.startIndex,this.tagname=r;let f=this.htmlMode&&Yv.get(r);if(f)for(;this.stack.length>0&&f.has(this.stack[0]);){let u=this.stack.shift();(a=(s=this.cbs).onclosetag)===null||a===void 0||a.call(s,u,!0)}this.isVoidElement(r)||(this.stack.unshift(r),this.htmlMode&&(R4.has(r)?this.foreignContext.unshift(!0):N4.has(r)&&this.foreignContext.unshift(!1))),(c=(l=this.cbs).onopentagname)===null||c===void 0||c.call(l,r),this.cbs.onopentag&&(this.attribs={})}endOpenTag(r){var s,a;this.startIndex=this.openTagStart,this.attribs&&((a=(s=this.cbs).onopentag)===null||a===void 0||a.call(s,this.tagname,this.attribs,r),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""}onopentagend(r){this.endIndex=r,this.endOpenTag(!1),this.startIndex=r+1}onclosetag(r,s){var a,l,c,f,u,i,n,e;this.endIndex=s;let t=this.getSlice(r,s);if(this.lowerCaseTagNames&&(t=t.toLowerCase()),this.htmlMode&&(R4.has(t)||N4.has(t))&&this.foreignContext.shift(),this.isVoidElement(t))this.htmlMode&&t==="br"&&((f=(c=this.cbs).onopentagname)===null||f===void 0||f.call(c,"br"),(i=(u=this.cbs).onopentag)===null||i===void 0||i.call(u,"br",{},!0),(e=(n=this.cbs).onclosetag)===null||e===void 0||e.call(n,"br",!1));else{let b=this.stack.indexOf(t);if(b!==-1)for(let g=0;g<=b;g++){let d=this.stack.shift();(l=(a=this.cbs).onclosetag)===null||l===void 0||l.call(a,d,g!==b)}else this.htmlMode&&t==="p"&&(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=s+1}onselfclosingtag(r){this.endIndex=r,this.recognizeSelfClosing||this.foreignContext[0]?(this.closeCurrentTag(!1),this.startIndex=r+1):this.onopentagend(r)}closeCurrentTag(r){var s,a;let l=this.tagname;this.endOpenTag(r),this.stack[0]===l&&((a=(s=this.cbs).onclosetag)===null||a===void 0||a.call(s,l,!r),this.stack.shift())}onattribname(r,s){this.startIndex=r;let a=this.getSlice(r,s);this.attribname=this.lowerCaseAttributeNames?a.toLowerCase():a}onattribdata(r,s){this.attribvalue+=this.getSlice(r,s)}onattribentity(r){this.attribvalue+=zo(r)}onattribend(r,s){var a,l;this.endIndex=s,(l=(a=this.cbs).onattribute)===null||l===void 0||l.call(a,this.attribname,this.attribvalue,r===Gr.Double?'"':r===Gr.Single?"'":r===Gr.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""}getInstructionName(r){let s=r.search(Qv),a=s<0?r:r.substr(0,s);return this.lowerCaseTagNames&&(a=a.toLowerCase()),a}ondeclaration(r,s){this.endIndex=s;let a=this.getSlice(r,s);if(this.cbs.onprocessinginstruction){let l=this.getInstructionName(a);this.cbs.onprocessinginstruction(`!${l}`,`!${a}`)}this.startIndex=s+1}onprocessinginstruction(r,s){this.endIndex=s;let a=this.getSlice(r,s);if(this.cbs.onprocessinginstruction){let l=this.getInstructionName(a);this.cbs.onprocessinginstruction(`?${l}`,`?${a}`)}this.startIndex=s+1}oncomment(r,s,a){var l,c,f,u;this.endIndex=s,(c=(l=this.cbs).oncomment)===null||c===void 0||c.call(l,this.getSlice(r,s-a)),(u=(f=this.cbs).oncommentend)===null||u===void 0||u.call(f),this.startIndex=s+1}oncdata(r,s,a){var l,c,f,u,i,n,e,t,b,g;this.endIndex=s;let d=this.getSlice(r,s-a);!this.htmlMode||this.options.recognizeCDATA?((c=(l=this.cbs).oncdatastart)===null||c===void 0||c.call(l),(u=(f=this.cbs).ontext)===null||u===void 0||u.call(f,d),(n=(i=this.cbs).oncdataend)===null||n===void 0||n.call(i)):((t=(e=this.cbs).oncomment)===null||t===void 0||t.call(e,`[CDATA[${d}]]`),(g=(b=this.cbs).oncommentend)===null||g===void 0||g.call(b)),this.startIndex=s+1}onend(){var r,s;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let a=0;a<this.stack.length;a++)this.cbs.onclosetag(this.stack[a],!0)}(s=(r=this.cbs).onend)===null||s===void 0||s.call(r)}reset(){var r,s,a,l;(s=(r=this.cbs).onreset)===null||s===void 0||s.call(r),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(l=(a=this.cbs).onparserinit)===null||l===void 0||l.call(a,this),this.buffers.length=0,this.foreignContext.length=0,this.foreignContext.unshift(!this.htmlMode),this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete(r){this.reset(),this.end(r)}getSlice(r,s){for(;r-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();let a=this.buffers[0].slice(r-this.bufferOffset,s-this.bufferOffset);for(;s-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),a+=this.buffers[0].slice(0,s-this.bufferOffset);return a}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(r){var s,a;if(this.ended){(a=(s=this.cbs).onerror)===null||a===void 0||a.call(s,new Error(".write() after done!"));return}this.buffers.push(r),this.tokenizer.running&&(this.tokenizer.write(r),this.writeIndex++)}end(r){var s,a;if(this.ended){(a=(s=this.cbs).onerror)===null||a===void 0||a.call(s,new Error(".end() after done!"));return}r&&this.write(r),this.ended=!0,this.tokenizer.end()}pause(){this.tokenizer.pause()}resume(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex<this.buffers.length;)this.tokenizer.write(this.buffers[this.writeIndex++]);this.ended&&this.tokenizer.end()}parseChunk(r){this.write(r)}done(r){this.end(r)}};var Ql={};Qa(Ql,{CDATA:()=>gg,Comment:()=>fg,Directive:()=>cg,Doctype:()=>Ag,ElementType:()=>le,Root:()=>lg,Script:()=>hg,Style:()=>dg,Tag:()=>pg,Text:()=>ug,isTag:()=>ag});var le;(function(o){o.Root="root",o.Text="text",o.Directive="directive",o.Comment="comment",o.Script="script",o.Style="style",o.Tag="tag",o.CDATA="cdata",o.Doctype="doctype"})(le||(le={}));function ag(o){return o.type===le.Tag||o.type===le.Script||o.type===le.Style}var lg=le.Root,ug=le.Text,cg=le.Directive,fg=le.Comment,hg=le.Script,dg=le.Style,pg=le.Tag,gg=le.CDATA,Ag=le.Doctype;var Zl=class{constructor(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}get parentNode(){return this.parent}set parentNode(r){this.parent=r}get previousSibling(){return this.prev}set previousSibling(r){this.prev=r}get nextSibling(){return this.next}set nextSibling(r){this.next=r}cloneNode(r=!1){return I4(this,r)}},$s=class extends Zl{constructor(r){super(),this.data=r}get nodeValue(){return this.data}set nodeValue(r){this.data=r}},Vo=class extends $s{constructor(){super(...arguments),this.type=le.Text}get nodeType(){return 3}},Xs=class extends $s{constructor(){super(...arguments),this.type=le.Comment}get nodeType(){return 8}},Ks=class extends $s{constructor(r,s){super(s),this.name=r,this.type=le.Directive}get nodeType(){return 1}},Ys=class extends Zl{constructor(r){super(),this.children=r}get firstChild(){var r;return(r=this.children[0])!==null&&r!==void 0?r:null}get lastChild(){return this.children.length>0?this.children[this.children.length-1]:null}get childNodes(){return this.children}set childNodes(r){this.children=r}},Js=class extends Ys{constructor(){super(...arguments),this.type=le.CDATA}get nodeType(){return 4}},qo=class extends Ys{constructor(){super(...arguments),this.type=le.Root}get nodeType(){return 9}},Qs=class extends Ys{constructor(r,s,a=[],l=r==="script"?le.Script:r==="style"?le.Style:le.Tag){super(a),this.name=r,this.attribs=s,this.type=l}get nodeType(){return 1}get tagName(){return this.name}set tagName(r){this.name=r}get attributes(){return Object.keys(this.attribs).map(r=>{var s,a;return{name:r,value:this.attribs[r],namespace:(s=this["x-attribsNamespace"])===null||s===void 0?void 0:s[r],prefix:(a=this["x-attribsPrefix"])===null||a===void 0?void 0:a[r]}})}};function er(o){return ag(o)}function $o(o){return o.type===le.CDATA}function kn(o){return o.type===le.Text}function Zs(o){return o.type===le.Comment}function Zv(o){return o.type===le.Directive}function Fg(o){return o.type===le.Root}function pr(o){return Object.prototype.hasOwnProperty.call(o,"children")}function I4(o,r=!1){let s;if(kn(o))s=new Vo(o.data);else if(Zs(o))s=new Xs(o.data);else if(er(o)){let a=r?mg(o.children):[],l=new Qs(o.name,{...o.attribs},a);a.forEach(c=>c.parent=l),o.namespace!=null&&(l.namespace=o.namespace),o["x-attribsNamespace"]&&(l["x-attribsNamespace"]={...o["x-attribsNamespace"]}),o["x-attribsPrefix"]&&(l["x-attribsPrefix"]={...o["x-attribsPrefix"]}),s=l}else if($o(o)){let a=r?mg(o.children):[],l=new Js(a);a.forEach(c=>c.parent=l),s=l}else if(Fg(o)){let a=r?mg(o.children):[],l=new qo(a);a.forEach(c=>c.parent=l),o["x-mode"]&&(l["x-mode"]=o["x-mode"]),s=l}else if(Zv(o)){let a=new Ks(o.name,o.data);o["x-name"]!=null&&(a["x-name"]=o["x-name"],a["x-publicId"]=o["x-publicId"],a["x-systemId"]=o["x-systemId"]),s=a}else throw new Error(`Not implemented yet: ${o.type}`);return s.startIndex=o.startIndex,s.endIndex=o.endIndex,o.sourceCodeLocation!=null&&(s.sourceCodeLocation=o.sourceCodeLocation),s}function mg(o){let r=o.map(s=>I4(s,!0));for(let s=1;s<r.length;s++)r[s].prev=r[s-1],r[s-1].next=r[s];return r}var L4={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},ai=class{constructor(r,s,a){this.dom=[],this.root=new qo(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof s=="function"&&(a=s,s=L4),typeof r=="object"&&(s=r,r=void 0),this.callback=r??null,this.options=s??L4,this.elementCB=a??null}onparserinit(r){this.parser=r}onreset(){this.dom=[],this.root=new qo(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null}onend(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))}onerror(r){this.handleCallback(r)}onclosetag(){this.lastNode=null;let r=this.tagStack.pop();this.options.withEndIndices&&(r.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(r)}onopentag(r,s){let a=this.options.xmlMode?le.Tag:void 0,l=new Qs(r,s,void 0,a);this.addNode(l),this.tagStack.push(l)}ontext(r){let{lastNode:s}=this;if(s&&s.type===le.Text)s.data+=r,this.options.withEndIndices&&(s.endIndex=this.parser.endIndex);else{let a=new Vo(r);this.addNode(a),this.lastNode=a}}oncomment(r){if(this.lastNode&&this.lastNode.type===le.Comment){this.lastNode.data+=r;return}let s=new Xs(r);this.addNode(s),this.lastNode=s}oncommentend(){this.lastNode=null}oncdatastart(){let r=new Vo(""),s=new Js([r]);this.addNode(s),r.parent=s,this.lastNode=r}oncdataend(){this.lastNode=null}onprocessinginstruction(r,s){let a=new Ks(r,s);this.addNode(a)}handleCallback(r){if(typeof this.callback=="function")this.callback(r,this.dom);else if(r)throw r}addNode(r){let s=this.tagStack[this.tagStack.length-1],a=s.children[s.children.length-1];this.options.withStartIndices&&(r.startIndex=this.parser.startIndex),this.options.withEndIndices&&(r.endIndex=this.parser.endIndex),s.children.push(r),a&&(r.prev=a,a.next=r),r.parent=s,this.lastNode=null}};var Ko={};Qa(Ko,{DocumentPosition:()=>Kr,append:()=>v5,appendChild:()=>y5,compareDocumentPosition:()=>J4,existsOne:()=>K4,filter:()=>Xo,find:()=>X4,findAll:()=>D5,findOne:()=>i0,findOneChild:()=>E5,getAttributeValue:()=>g5,getChildren:()=>q4,getElementById:()=>R5,getElements:()=>_5,getElementsByClassName:()=>N5,getElementsByTagName:()=>Ji,getElementsByTagType:()=>I5,getFeed:()=>na,getInnerHTML:()=>d5,getName:()=>m5,getOuterHTML:()=>V4,getParent:()=>$4,getSiblings:()=>p5,getText:()=>n0,hasAttrib:()=>A5,hasChildren:()=>pr,innerText:()=>Cg,isCDATA:()=>$o,isComment:()=>Zs,isDocument:()=>Fg,isTag:()=>er,isText:()=>kn,nextElementSibling:()=>F5,prepend:()=>C5,prependChild:()=>w5,prevElementSibling:()=>b5,removeElement:()=>ra,removeSubsets:()=>L5,replaceElement:()=>x5,testElement:()=>T5,textContent:()=>ea,uniqueSort:()=>P5});function t0(o){for(let r=1;r<o.length;r++)o[r][0]+=o[r-1][0]+1;return o}var t5=new Map(t0([[9,"&Tab;"],[0,"&NewLine;"],[22,"&excl;"],[0,"&quot;"],[0,"&num;"],[0,"&dollar;"],[0,"&percnt;"],[0,"&amp;"],[0,"&apos;"],[0,"&lpar;"],[0,"&rpar;"],[0,"&ast;"],[0,"&plus;"],[0,"&comma;"],[1,"&period;"],[0,"&sol;"],[10,"&colon;"],[0,"&semi;"],[0,{v:"&lt;",n:8402,o:"&nvlt;"}],[0,{v:"&equals;",n:8421,o:"&bne;"}],[0,{v:"&gt;",n:8402,o:"&nvgt;"}],[0,"&quest;"],[0,"&commat;"],[26,"&lbrack;"],[0,"&bsol;"],[0,"&rbrack;"],[0,"&Hat;"],[0,"&lowbar;"],[0,"&DiacriticalGrave;"],[5,{n:106,o:"&fjlig;"}],[20,"&lbrace;"],[0,"&verbar;"],[0,"&rbrace;"],[34,"&nbsp;"],[0,"&iexcl;"],[0,"&cent;"],[0,"&pound;"],[0,"&curren;"],[0,"&yen;"],[0,"&brvbar;"],[0,"&sect;"],[0,"&die;"],[0,"&copy;"],[0,"&ordf;"],[0,"&laquo;"],[0,"&not;"],[0,"&shy;"],[0,"&circledR;"],[0,"&macr;"],[0,"&deg;"],[0,"&PlusMinus;"],[0,"&sup2;"],[0,"&sup3;"],[0,"&acute;"],[0,"&micro;"],[0,"&para;"],[0,"&centerdot;"],[0,"&cedil;"],[0,"&sup1;"],[0,"&ordm;"],[0,"&raquo;"],[0,"&frac14;"],[0,"&frac12;"],[0,"&frac34;"],[0,"&iquest;"],[0,"&Agrave;"],[0,"&Aacute;"],[0,"&Acirc;"],[0,"&Atilde;"],[0,"&Auml;"],[0,"&angst;"],[0,"&AElig;"],[0,"&Ccedil;"],[0,"&Egrave;"],[0,"&Eacute;"],[0,"&Ecirc;"],[0,"&Euml;"],[0,"&Igrave;"],[0,"&Iacute;"],[0,"&Icirc;"],[0,"&Iuml;"],[0,"&ETH;"],[0,"&Ntilde;"],[0,"&Ograve;"],[0,"&Oacute;"],[0,"&Ocirc;"],[0,"&Otilde;"],[0,"&Ouml;"],[0,"&times;"],[0,"&Oslash;"],[0,"&Ugrave;"],[0,"&Uacute;"],[0,"&Ucirc;"],[0,"&Uuml;"],[0,"&Yacute;"],[0,"&THORN;"],[0,"&szlig;"],[0,"&agrave;"],[0,"&aacute;"],[0,"&acirc;"],[0,"&atilde;"],[0,"&auml;"],[0,"&aring;"],[0,"&aelig;"],[0,"&ccedil;"],[0,"&egrave;"],[0,"&eacute;"],[0,"&ecirc;"],[0,"&euml;"],[0,"&igrave;"],[0,"&iacute;"],[0,"&icirc;"],[0,"&iuml;"],[0,"&eth;"],[0,"&ntilde;"],[0,"&ograve;"],[0,"&oacute;"],[0,"&ocirc;"],[0,"&otilde;"],[0,"&ouml;"],[0,"&div;"],[0,"&oslash;"],[0,"&ugrave;"],[0,"&uacute;"],[0,"&ucirc;"],[0,"&uuml;"],[0,"&yacute;"],[0,"&thorn;"],[0,"&yuml;"],[0,"&Amacr;"],[0,"&amacr;"],[0,"&Abreve;"],[0,"&abreve;"],[0,"&Aogon;"],[0,"&aogon;"],[0,"&Cacute;"],[0,"&cacute;"],[0,"&Ccirc;"],[0,"&ccirc;"],[0,"&Cdot;"],[0,"&cdot;"],[0,"&Ccaron;"],[0,"&ccaron;"],[0,"&Dcaron;"],[0,"&dcaron;"],[0,"&Dstrok;"],[0,"&dstrok;"],[0,"&Emacr;"],[0,"&emacr;"],[2,"&Edot;"],[0,"&edot;"],[0,"&Eogon;"],[0,"&eogon;"],[0,"&Ecaron;"],[0,"&ecaron;"],[0,"&Gcirc;"],[0,"&gcirc;"],[0,"&Gbreve;"],[0,"&gbreve;"],[0,"&Gdot;"],[0,"&gdot;"],[0,"&Gcedil;"],[1,"&Hcirc;"],[0,"&hcirc;"],[0,"&Hstrok;"],[0,"&hstrok;"],[0,"&Itilde;"],[0,"&itilde;"],[0,"&Imacr;"],[0,"&imacr;"],[2,"&Iogon;"],[0,"&iogon;"],[0,"&Idot;"],[0,"&imath;"],[0,"&IJlig;"],[0,"&ijlig;"],[0,"&Jcirc;"],[0,"&jcirc;"],[0,"&Kcedil;"],[0,"&kcedil;"],[0,"&kgreen;"],[0,"&Lacute;"],[0,"&lacute;"],[0,"&Lcedil;"],[0,"&lcedil;"],[0,"&Lcaron;"],[0,"&lcaron;"],[0,"&Lmidot;"],[0,"&lmidot;"],[0,"&Lstrok;"],[0,"&lstrok;"],[0,"&Nacute;"],[0,"&nacute;"],[0,"&Ncedil;"],[0,"&ncedil;"],[0,"&Ncaron;"],[0,"&ncaron;"],[0,"&napos;"],[0,"&ENG;"],[0,"&eng;"],[0,"&Omacr;"],[0,"&omacr;"],[2,"&Odblac;"],[0,"&odblac;"],[0,"&OElig;"],[0,"&oelig;"],[0,"&Racute;"],[0,"&racute;"],[0,"&Rcedil;"],[0,"&rcedil;"],[0,"&Rcaron;"],[0,"&rcaron;"],[0,"&Sacute;"],[0,"&sacute;"],[0,"&Scirc;"],[0,"&scirc;"],[0,"&Scedil;"],[0,"&scedil;"],[0,"&Scaron;"],[0,"&scaron;"],[0,"&Tcedil;"],[0,"&tcedil;"],[0,"&Tcaron;"],[0,"&tcaron;"],[0,"&Tstrok;"],[0,"&tstrok;"],[0,"&Utilde;"],[0,"&utilde;"],[0,"&Umacr;"],[0,"&umacr;"],[0,"&Ubreve;"],[0,"&ubreve;"],[0,"&Uring;"],[0,"&uring;"],[0,"&Udblac;"],[0,"&udblac;"],[0,"&Uogon;"],[0,"&uogon;"],[0,"&Wcirc;"],[0,"&wcirc;"],[0,"&Ycirc;"],[0,"&ycirc;"],[0,"&Yuml;"],[0,"&Zacute;"],[0,"&zacute;"],[0,"&Zdot;"],[0,"&zdot;"],[0,"&Zcaron;"],[0,"&zcaron;"],[19,"&fnof;"],[34,"&imped;"],[63,"&gacute;"],[65,"&jmath;"],[142,"&circ;"],[0,"&caron;"],[16,"&breve;"],[0,"&DiacriticalDot;"],[0,"&ring;"],[0,"&ogon;"],[0,"&DiacriticalTilde;"],[0,"&dblac;"],[51,"&DownBreve;"],[127,"&Alpha;"],[0,"&Beta;"],[0,"&Gamma;"],[0,"&Delta;"],[0,"&Epsilon;"],[0,"&Zeta;"],[0,"&Eta;"],[0,"&Theta;"],[0,"&Iota;"],[0,"&Kappa;"],[0,"&Lambda;"],[0,"&Mu;"],[0,"&Nu;"],[0,"&Xi;"],[0,"&Omicron;"],[0,"&Pi;"],[0,"&Rho;"],[1,"&Sigma;"],[0,"&Tau;"],[0,"&Upsilon;"],[0,"&Phi;"],[0,"&Chi;"],[0,"&Psi;"],[0,"&ohm;"],[7,"&alpha;"],[0,"&beta;"],[0,"&gamma;"],[0,"&delta;"],[0,"&epsi;"],[0,"&zeta;"],[0,"&eta;"],[0,"&theta;"],[0,"&iota;"],[0,"&kappa;"],[0,"&lambda;"],[0,"&mu;"],[0,"&nu;"],[0,"&xi;"],[0,"&omicron;"],[0,"&pi;"],[0,"&rho;"],[0,"&sigmaf;"],[0,"&sigma;"],[0,"&tau;"],[0,"&upsi;"],[0,"&phi;"],[0,"&chi;"],[0,"&psi;"],[0,"&omega;"],[7,"&thetasym;"],[0,"&Upsi;"],[2,"&phiv;"],[0,"&piv;"],[5,"&Gammad;"],[0,"&digamma;"],[18,"&kappav;"],[0,"&rhov;"],[3,"&epsiv;"],[0,"&backepsilon;"],[10,"&IOcy;"],[0,"&DJcy;"],[0,"&GJcy;"],[0,"&Jukcy;"],[0,"&DScy;"],[0,"&Iukcy;"],[0,"&YIcy;"],[0,"&Jsercy;"],[0,"&LJcy;"],[0,"&NJcy;"],[0,"&TSHcy;"],[0,"&KJcy;"],[1,"&Ubrcy;"],[0,"&DZcy;"],[0,"&Acy;"],[0,"&Bcy;"],[0,"&Vcy;"],[0,"&Gcy;"],[0,"&Dcy;"],[0,"&IEcy;"],[0,"&ZHcy;"],[0,"&Zcy;"],[0,"&Icy;"],[0,"&Jcy;"],[0,"&Kcy;"],[0,"&Lcy;"],[0,"&Mcy;"],[0,"&Ncy;"],[0,"&Ocy;"],[0,"&Pcy;"],[0,"&Rcy;"],[0,"&Scy;"],[0,"&Tcy;"],[0,"&Ucy;"],[0,"&Fcy;"],[0,"&KHcy;"],[0,"&TScy;"],[0,"&CHcy;"],[0,"&SHcy;"],[0,"&SHCHcy;"],[0,"&HARDcy;"],[0,"&Ycy;"],[0,"&SOFTcy;"],[0,"&Ecy;"],[0,"&YUcy;"],[0,"&YAcy;"],[0,"&acy;"],[0,"&bcy;"],[0,"&vcy;"],[0,"&gcy;"],[0,"&dcy;"],[0,"&iecy;"],[0,"&zhcy;"],[0,"&zcy;"],[0,"&icy;"],[0,"&jcy;"],[0,"&kcy;"],[0,"&lcy;"],[0,"&mcy;"],[0,"&ncy;"],[0,"&ocy;"],[0,"&pcy;"],[0,"&rcy;"],[0,"&scy;"],[0,"&tcy;"],[0,"&ucy;"],[0,"&fcy;"],[0,"&khcy;"],[0,"&tscy;"],[0,"&chcy;"],[0,"&shcy;"],[0,"&shchcy;"],[0,"&hardcy;"],[0,"&ycy;"],[0,"&softcy;"],[0,"&ecy;"],[0,"&yucy;"],[0,"&yacy;"],[1,"&iocy;"],[0,"&djcy;"],[0,"&gjcy;"],[0,"&jukcy;"],[0,"&dscy;"],[0,"&iukcy;"],[0,"&yicy;"],[0,"&jsercy;"],[0,"&ljcy;"],[0,"&njcy;"],[0,"&tshcy;"],[0,"&kjcy;"],[1,"&ubrcy;"],[0,"&dzcy;"],[7074,"&ensp;"],[0,"&emsp;"],[0,"&emsp13;"],[0,"&emsp14;"],[1,"&numsp;"],[0,"&puncsp;"],[0,"&ThinSpace;"],[0,"&hairsp;"],[0,"&NegativeMediumSpace;"],[0,"&zwnj;"],[0,"&zwj;"],[0,"&lrm;"],[0,"&rlm;"],[0,"&dash;"],[2,"&ndash;"],[0,"&mdash;"],[0,"&horbar;"],[0,"&Verbar;"],[1,"&lsquo;"],[0,"&CloseCurlyQuote;"],[0,"&lsquor;"],[1,"&ldquo;"],[0,"&CloseCurlyDoubleQuote;"],[0,"&bdquo;"],[1,"&dagger;"],[0,"&Dagger;"],[0,"&bull;"],[2,"&nldr;"],[0,"&hellip;"],[9,"&permil;"],[0,"&pertenk;"],[0,"&prime;"],[0,"&Prime;"],[0,"&tprime;"],[0,"&backprime;"],[3,"&lsaquo;"],[0,"&rsaquo;"],[3,"&oline;"],[2,"&caret;"],[1,"&hybull;"],[0,"&frasl;"],[10,"&bsemi;"],[7,"&qprime;"],[7,{v:"&MediumSpace;",n:8202,o:"&ThickSpace;"}],[0,"&NoBreak;"],[0,"&af;"],[0,"&InvisibleTimes;"],[0,"&ic;"],[72,"&euro;"],[46,"&tdot;"],[0,"&DotDot;"],[37,"&complexes;"],[2,"&incare;"],[4,"&gscr;"],[0,"&hamilt;"],[0,"&Hfr;"],[0,"&Hopf;"],[0,"&planckh;"],[0,"&hbar;"],[0,"&imagline;"],[0,"&Ifr;"],[0,"&lagran;"],[0,"&ell;"],[1,"&naturals;"],[0,"&numero;"],[0,"&copysr;"],[0,"&weierp;"],[0,"&Popf;"],[0,"&Qopf;"],[0,"&realine;"],[0,"&real;"],[0,"&reals;"],[0,"&rx;"],[3,"&trade;"],[1,"&integers;"],[2,"&mho;"],[0,"&zeetrf;"],[0,"&iiota;"],[2,"&bernou;"],[0,"&Cayleys;"],[1,"&escr;"],[0,"&Escr;"],[0,"&Fouriertrf;"],[1,"&Mellintrf;"],[0,"&order;"],[0,"&alefsym;"],[0,"&beth;"],[0,"&gimel;"],[0,"&daleth;"],[12,"&CapitalDifferentialD;"],[0,"&dd;"],[0,"&ee;"],[0,"&ii;"],[10,"&frac13;"],[0,"&frac23;"],[0,"&frac15;"],[0,"&frac25;"],[0,"&frac35;"],[0,"&frac45;"],[0,"&frac16;"],[0,"&frac56;"],[0,"&frac18;"],[0,"&frac38;"],[0,"&frac58;"],[0,"&frac78;"],[49,"&larr;"],[0,"&ShortUpArrow;"],[0,"&rarr;"],[0,"&darr;"],[0,"&harr;"],[0,"&updownarrow;"],[0,"&nwarr;"],[0,"&nearr;"],[0,"&LowerRightArrow;"],[0,"&LowerLeftArrow;"],[0,"&nlarr;"],[0,"&nrarr;"],[1,{v:"&rarrw;",n:824,o:"&nrarrw;"}],[0,"&Larr;"],[0,"&Uarr;"],[0,"&Rarr;"],[0,"&Darr;"],[0,"&larrtl;"],[0,"&rarrtl;"],[0,"&LeftTeeArrow;"],[0,"&mapstoup;"],[0,"&map;"],[0,"&DownTeeArrow;"],[1,"&hookleftarrow;"],[0,"&hookrightarrow;"],[0,"&larrlp;"],[0,"&looparrowright;"],[0,"&harrw;"],[0,"&nharr;"],[1,"&lsh;"],[0,"&rsh;"],[0,"&ldsh;"],[0,"&rdsh;"],[1,"&crarr;"],[0,"&cularr;"],[0,"&curarr;"],[2,"&circlearrowleft;"],[0,"&circlearrowright;"],[0,"&leftharpoonup;"],[0,"&DownLeftVector;"],[0,"&RightUpVector;"],[0,"&LeftUpVector;"],[0,"&rharu;"],[0,"&DownRightVector;"],[0,"&dharr;"],[0,"&dharl;"],[0,"&RightArrowLeftArrow;"],[0,"&udarr;"],[0,"&LeftArrowRightArrow;"],[0,"&leftleftarrows;"],[0,"&upuparrows;"],[0,"&rightrightarrows;"],[0,"&ddarr;"],[0,"&leftrightharpoons;"],[0,"&Equilibrium;"],[0,"&nlArr;"],[0,"&nhArr;"],[0,"&nrArr;"],[0,"&DoubleLeftArrow;"],[0,"&DoubleUpArrow;"],[0,"&DoubleRightArrow;"],[0,"&dArr;"],[0,"&DoubleLeftRightArrow;"],[0,"&DoubleUpDownArrow;"],[0,"&nwArr;"],[0,"&neArr;"],[0,"&seArr;"],[0,"&swArr;"],[0,"&lAarr;"],[0,"&rAarr;"],[1,"&zigrarr;"],[6,"&larrb;"],[0,"&rarrb;"],[15,"&DownArrowUpArrow;"],[7,"&loarr;"],[0,"&roarr;"],[0,"&hoarr;"],[0,"&forall;"],[0,"&comp;"],[0,{v:"&part;",n:824,o:"&npart;"}],[0,"&exist;"],[0,"&nexist;"],[0,"&empty;"],[1,"&Del;"],[0,"&Element;"],[0,"&NotElement;"],[1,"&ni;"],[0,"&notni;"],[2,"&prod;"],[0,"&coprod;"],[0,"&sum;"],[0,"&minus;"],[0,"&MinusPlus;"],[0,"&dotplus;"],[1,"&Backslash;"],[0,"&lowast;"],[0,"&compfn;"],[1,"&radic;"],[2,"&prop;"],[0,"&infin;"],[0,"&angrt;"],[0,{v:"&ang;",n:8402,o:"&nang;"}],[0,"&angmsd;"],[0,"&angsph;"],[0,"&mid;"],[0,"&nmid;"],[0,"&DoubleVerticalBar;"],[0,"&NotDoubleVerticalBar;"],[0,"&and;"],[0,"&or;"],[0,{v:"&cap;",n:65024,o:"&caps;"}],[0,{v:"&cup;",n:65024,o:"&cups;"}],[0,"&int;"],[0,"&Int;"],[0,"&iiint;"],[0,"&conint;"],[0,"&Conint;"],[0,"&Cconint;"],[0,"&cwint;"],[0,"&ClockwiseContourIntegral;"],[0,"&awconint;"],[0,"&there4;"],[0,"&becaus;"],[0,"&ratio;"],[0,"&Colon;"],[0,"&dotminus;"],[1,"&mDDot;"],[0,"&homtht;"],[0,{v:"&sim;",n:8402,o:"&nvsim;"}],[0,{v:"&backsim;",n:817,o:"&race;"}],[0,{v:"&ac;",n:819,o:"&acE;"}],[0,"&acd;"],[0,"&VerticalTilde;"],[0,"&NotTilde;"],[0,{v:"&eqsim;",n:824,o:"&nesim;"}],[0,"&sime;"],[0,"&NotTildeEqual;"],[0,"&cong;"],[0,"&simne;"],[0,"&ncong;"],[0,"&ap;"],[0,"&nap;"],[0,"&ape;"],[0,{v:"&apid;",n:824,o:"&napid;"}],[0,"&backcong;"],[0,{v:"&asympeq;",n:8402,o:"&nvap;"}],[0,{v:"&bump;",n:824,o:"&nbump;"}],[0,{v:"&bumpe;",n:824,o:"&nbumpe;"}],[0,{v:"&doteq;",n:824,o:"&nedot;"}],[0,"&doteqdot;"],[0,"&efDot;"],[0,"&erDot;"],[0,"&Assign;"],[0,"&ecolon;"],[0,"&ecir;"],[0,"&circeq;"],[1,"&wedgeq;"],[0,"&veeeq;"],[1,"&triangleq;"],[2,"&equest;"],[0,"&ne;"],[0,{v:"&Congruent;",n:8421,o:"&bnequiv;"}],[0,"&nequiv;"],[1,{v:"&le;",n:8402,o:"&nvle;"}],[0,{v:"&ge;",n:8402,o:"&nvge;"}],[0,{v:"&lE;",n:824,o:"&nlE;"}],[0,{v:"&gE;",n:824,o:"&ngE;"}],[0,{v:"&lnE;",n:65024,o:"&lvertneqq;"}],[0,{v:"&gnE;",n:65024,o:"&gvertneqq;"}],[0,{v:"&ll;",n:new Map(t0([[824,"&nLtv;"],[7577,"&nLt;"]]))}],[0,{v:"&gg;",n:new Map(t0([[824,"&nGtv;"],[7577,"&nGt;"]]))}],[0,"&between;"],[0,"&NotCupCap;"],[0,"&nless;"],[0,"&ngt;"],[0,"&nle;"],[0,"&nge;"],[0,"&lesssim;"],[0,"&GreaterTilde;"],[0,"&nlsim;"],[0,"&ngsim;"],[0,"&LessGreater;"],[0,"&gl;"],[0,"&NotLessGreater;"],[0,"&NotGreaterLess;"],[0,"&pr;"],[0,"&sc;"],[0,"&prcue;"],[0,"&sccue;"],[0,"&PrecedesTilde;"],[0,{v:"&scsim;",n:824,o:"&NotSucceedsTilde;"}],[0,"&NotPrecedes;"],[0,"&NotSucceeds;"],[0,{v:"&sub;",n:8402,o:"&NotSubset;"}],[0,{v:"&sup;",n:8402,o:"&NotSuperset;"}],[0,"&nsub;"],[0,"&nsup;"],[0,"&sube;"],[0,"&supe;"],[0,"&NotSubsetEqual;"],[0,"&NotSupersetEqual;"],[0,{v:"&subne;",n:65024,o:"&varsubsetneq;"}],[0,{v:"&supne;",n:65024,o:"&varsupsetneq;"}],[1,"&cupdot;"],[0,"&UnionPlus;"],[0,{v:"&sqsub;",n:824,o:"&NotSquareSubset;"}],[0,{v:"&sqsup;",n:824,o:"&NotSquareSuperset;"}],[0,"&sqsube;"],[0,"&sqsupe;"],[0,{v:"&sqcap;",n:65024,o:"&sqcaps;"}],[0,{v:"&sqcup;",n:65024,o:"&sqcups;"}],[0,"&CirclePlus;"],[0,"&CircleMinus;"],[0,"&CircleTimes;"],[0,"&osol;"],[0,"&CircleDot;"],[0,"&circledcirc;"],[0,"&circledast;"],[1,"&circleddash;"],[0,"&boxplus;"],[0,"&boxminus;"],[0,"&boxtimes;"],[0,"&dotsquare;"],[0,"&RightTee;"],[0,"&dashv;"],[0,"&DownTee;"],[0,"&bot;"],[1,"&models;"],[0,"&DoubleRightTee;"],[0,"&Vdash;"],[0,"&Vvdash;"],[0,"&VDash;"],[0,"&nvdash;"],[0,"&nvDash;"],[0,"&nVdash;"],[0,"&nVDash;"],[0,"&prurel;"],[1,"&LeftTriangle;"],[0,"&RightTriangle;"],[0,{v:"&LeftTriangleEqual;",n:8402,o:"&nvltrie;"}],[0,{v:"&RightTriangleEqual;",n:8402,o:"&nvrtrie;"}],[0,"&origof;"],[0,"&imof;"],[0,"&multimap;"],[0,"&hercon;"],[0,"&intcal;"],[0,"&veebar;"],[1,"&barvee;"],[0,"&angrtvb;"],[0,"&lrtri;"],[0,"&bigwedge;"],[0,"&bigvee;"],[0,"&bigcap;"],[0,"&bigcup;"],[0,"&diam;"],[0,"&sdot;"],[0,"&sstarf;"],[0,"&divideontimes;"],[0,"&bowtie;"],[0,"&ltimes;"],[0,"&rtimes;"],[0,"&leftthreetimes;"],[0,"&rightthreetimes;"],[0,"&backsimeq;"],[0,"&curlyvee;"],[0,"&curlywedge;"],[0,"&Sub;"],[0,"&Sup;"],[0,"&Cap;"],[0,"&Cup;"],[0,"&fork;"],[0,"&epar;"],[0,"&lessdot;"],[0,"&gtdot;"],[0,{v:"&Ll;",n:824,o:"&nLl;"}],[0,{v:"&Gg;",n:824,o:"&nGg;"}],[0,{v:"&leg;",n:65024,o:"&lesg;"}],[0,{v:"&gel;",n:65024,o:"&gesl;"}],[2,"&cuepr;"],[0,"&cuesc;"],[0,"&NotPrecedesSlantEqual;"],[0,"&NotSucceedsSlantEqual;"],[0,"&NotSquareSubsetEqual;"],[0,"&NotSquareSupersetEqual;"],[2,"&lnsim;"],[0,"&gnsim;"],[0,"&precnsim;"],[0,"&scnsim;"],[0,"&nltri;"],[0,"&NotRightTriangle;"],[0,"&nltrie;"],[0,"&NotRightTriangleEqual;"],[0,"&vellip;"],[0,"&ctdot;"],[0,"&utdot;"],[0,"&dtdot;"],[0,"&disin;"],[0,"&isinsv;"],[0,"&isins;"],[0,{v:"&isindot;",n:824,o:"&notindot;"}],[0,"&notinvc;"],[0,"&notinvb;"],[1,{v:"&isinE;",n:824,o:"&notinE;"}],[0,"&nisd;"],[0,"&xnis;"],[0,"&nis;"],[0,"&notnivc;"],[0,"&notnivb;"],[6,"&barwed;"],[0,"&Barwed;"],[1,"&lceil;"],[0,"&rceil;"],[0,"&LeftFloor;"],[0,"&rfloor;"],[0,"&drcrop;"],[0,"&dlcrop;"],[0,"&urcrop;"],[0,"&ulcrop;"],[0,"&bnot;"],[1,"&profline;"],[0,"&profsurf;"],[1,"&telrec;"],[0,"&target;"],[5,"&ulcorn;"],[0,"&urcorn;"],[0,"&dlcorn;"],[0,"&drcorn;"],[2,"&frown;"],[0,"&smile;"],[9,"&cylcty;"],[0,"&profalar;"],[7,"&topbot;"],[6,"&ovbar;"],[1,"&solbar;"],[60,"&angzarr;"],[51,"&lmoustache;"],[0,"&rmoustache;"],[2,"&OverBracket;"],[0,"&bbrk;"],[0,"&bbrktbrk;"],[37,"&OverParenthesis;"],[0,"&UnderParenthesis;"],[0,"&OverBrace;"],[0,"&UnderBrace;"],[2,"&trpezium;"],[4,"&elinters;"],[59,"&blank;"],[164,"&circledS;"],[55,"&boxh;"],[1,"&boxv;"],[9,"&boxdr;"],[3,"&boxdl;"],[3,"&boxur;"],[3,"&boxul;"],[3,"&boxvr;"],[7,"&boxvl;"],[7,"&boxhd;"],[7,"&boxhu;"],[7,"&boxvh;"],[19,"&boxH;"],[0,"&boxV;"],[0,"&boxdR;"],[0,"&boxDr;"],[0,"&boxDR;"],[0,"&boxdL;"],[0,"&boxDl;"],[0,"&boxDL;"],[0,"&boxuR;"],[0,"&boxUr;"],[0,"&boxUR;"],[0,"&boxuL;"],[0,"&boxUl;"],[0,"&boxUL;"],[0,"&boxvR;"],[0,"&boxVr;"],[0,"&boxVR;"],[0,"&boxvL;"],[0,"&boxVl;"],[0,"&boxVL;"],[0,"&boxHd;"],[0,"&boxhD;"],[0,"&boxHD;"],[0,"&boxHu;"],[0,"&boxhU;"],[0,"&boxHU;"],[0,"&boxvH;"],[0,"&boxVh;"],[0,"&boxVH;"],[19,"&uhblk;"],[3,"&lhblk;"],[3,"&block;"],[8,"&blk14;"],[0,"&blk12;"],[0,"&blk34;"],[13,"&square;"],[8,"&blacksquare;"],[0,"&EmptyVerySmallSquare;"],[1,"&rect;"],[0,"&marker;"],[2,"&fltns;"],[1,"&bigtriangleup;"],[0,"&blacktriangle;"],[0,"&triangle;"],[2,"&blacktriangleright;"],[0,"&rtri;"],[3,"&bigtriangledown;"],[0,"&blacktriangledown;"],[0,"&dtri;"],[2,"&blacktriangleleft;"],[0,"&ltri;"],[6,"&loz;"],[0,"&cir;"],[32,"&tridot;"],[2,"&bigcirc;"],[8,"&ultri;"],[0,"&urtri;"],[0,"&lltri;"],[0,"&EmptySmallSquare;"],[0,"&FilledSmallSquare;"],[8,"&bigstar;"],[0,"&star;"],[7,"&phone;"],[49,"&female;"],[1,"&male;"],[29,"&spades;"],[2,"&clubs;"],[1,"&hearts;"],[0,"&diamondsuit;"],[3,"&sung;"],[2,"&flat;"],[0,"&natural;"],[0,"&sharp;"],[163,"&check;"],[3,"&cross;"],[8,"&malt;"],[21,"&sext;"],[33,"&VerticalSeparator;"],[25,"&lbbrk;"],[0,"&rbbrk;"],[84,"&bsolhsub;"],[0,"&suphsol;"],[28,"&LeftDoubleBracket;"],[0,"&RightDoubleBracket;"],[0,"&lang;"],[0,"&rang;"],[0,"&Lang;"],[0,"&Rang;"],[0,"&loang;"],[0,"&roang;"],[7,"&longleftarrow;"],[0,"&longrightarrow;"],[0,"&longleftrightarrow;"],[0,"&DoubleLongLeftArrow;"],[0,"&DoubleLongRightArrow;"],[0,"&DoubleLongLeftRightArrow;"],[1,"&longmapsto;"],[2,"&dzigrarr;"],[258,"&nvlArr;"],[0,"&nvrArr;"],[0,"&nvHarr;"],[0,"&Map;"],[6,"&lbarr;"],[0,"&bkarow;"],[0,"&lBarr;"],[0,"&dbkarow;"],[0,"&drbkarow;"],[0,"&DDotrahd;"],[0,"&UpArrowBar;"],[0,"&DownArrowBar;"],[2,"&Rarrtl;"],[2,"&latail;"],[0,"&ratail;"],[0,"&lAtail;"],[0,"&rAtail;"],[0,"&larrfs;"],[0,"&rarrfs;"],[0,"&larrbfs;"],[0,"&rarrbfs;"],[2,"&nwarhk;"],[0,"&nearhk;"],[0,"&hksearow;"],[0,"&hkswarow;"],[0,"&nwnear;"],[0,"&nesear;"],[0,"&seswar;"],[0,"&swnwar;"],[8,{v:"&rarrc;",n:824,o:"&nrarrc;"}],[1,"&cudarrr;"],[0,"&ldca;"],[0,"&rdca;"],[0,"&cudarrl;"],[0,"&larrpl;"],[2,"&curarrm;"],[0,"&cularrp;"],[7,"&rarrpl;"],[2,"&harrcir;"],[0,"&Uarrocir;"],[0,"&lurdshar;"],[0,"&ldrushar;"],[2,"&LeftRightVector;"],[0,"&RightUpDownVector;"],[0,"&DownLeftRightVector;"],[0,"&LeftUpDownVector;"],[0,"&LeftVectorBar;"],[0,"&RightVectorBar;"],[0,"&RightUpVectorBar;"],[0,"&RightDownVectorBar;"],[0,"&DownLeftVectorBar;"],[0,"&DownRightVectorBar;"],[0,"&LeftUpVectorBar;"],[0,"&LeftDownVectorBar;"],[0,"&LeftTeeVector;"],[0,"&RightTeeVector;"],[0,"&RightUpTeeVector;"],[0,"&RightDownTeeVector;"],[0,"&DownLeftTeeVector;"],[0,"&DownRightTeeVector;"],[0,"&LeftUpTeeVector;"],[0,"&LeftDownTeeVector;"],[0,"&lHar;"],[0,"&uHar;"],[0,"&rHar;"],[0,"&dHar;"],[0,"&luruhar;"],[0,"&ldrdhar;"],[0,"&ruluhar;"],[0,"&rdldhar;"],[0,"&lharul;"],[0,"&llhard;"],[0,"&rharul;"],[0,"&lrhard;"],[0,"&udhar;"],[0,"&duhar;"],[0,"&RoundImplies;"],[0,"&erarr;"],[0,"&simrarr;"],[0,"&larrsim;"],[0,"&rarrsim;"],[0,"&rarrap;"],[0,"&ltlarr;"],[1,"&gtrarr;"],[0,"&subrarr;"],[1,"&suplarr;"],[0,"&lfisht;"],[0,"&rfisht;"],[0,"&ufisht;"],[0,"&dfisht;"],[5,"&lopar;"],[0,"&ropar;"],[4,"&lbrke;"],[0,"&rbrke;"],[0,"&lbrkslu;"],[0,"&rbrksld;"],[0,"&lbrksld;"],[0,"&rbrkslu;"],[0,"&langd;"],[0,"&rangd;"],[0,"&lparlt;"],[0,"&rpargt;"],[0,"&gtlPar;"],[0,"&ltrPar;"],[3,"&vzigzag;"],[1,"&vangrt;"],[0,"&angrtvbd;"],[6,"&ange;"],[0,"&range;"],[0,"&dwangle;"],[0,"&uwangle;"],[0,"&angmsdaa;"],[0,"&angmsdab;"],[0,"&angmsdac;"],[0,"&angmsdad;"],[0,"&angmsdae;"],[0,"&angmsdaf;"],[0,"&angmsdag;"],[0,"&angmsdah;"],[0,"&bemptyv;"],[0,"&demptyv;"],[0,"&cemptyv;"],[0,"&raemptyv;"],[0,"&laemptyv;"],[0,"&ohbar;"],[0,"&omid;"],[0,"&opar;"],[1,"&operp;"],[1,"&olcross;"],[0,"&odsold;"],[1,"&olcir;"],[0,"&ofcir;"],[0,"&olt;"],[0,"&ogt;"],[0,"&cirscir;"],[0,"&cirE;"],[0,"&solb;"],[0,"&bsolb;"],[3,"&boxbox;"],[3,"&trisb;"],[0,"&rtriltri;"],[0,{v:"&LeftTriangleBar;",n:824,o:"&NotLeftTriangleBar;"}],[0,{v:"&RightTriangleBar;",n:824,o:"&NotRightTriangleBar;"}],[11,"&iinfin;"],[0,"&infintie;"],[0,"&nvinfin;"],[4,"&eparsl;"],[0,"&smeparsl;"],[0,"&eqvparsl;"],[5,"&blacklozenge;"],[8,"&RuleDelayed;"],[1,"&dsol;"],[9,"&bigodot;"],[0,"&bigoplus;"],[0,"&bigotimes;"],[1,"&biguplus;"],[1,"&bigsqcup;"],[5,"&iiiint;"],[0,"&fpartint;"],[2,"&cirfnint;"],[0,"&awint;"],[0,"&rppolint;"],[0,"&scpolint;"],[0,"&npolint;"],[0,"&pointint;"],[0,"&quatint;"],[0,"&intlarhk;"],[10,"&pluscir;"],[0,"&plusacir;"],[0,"&simplus;"],[0,"&plusdu;"],[0,"&plussim;"],[0,"&plustwo;"],[1,"&mcomma;"],[0,"&minusdu;"],[2,"&loplus;"],[0,"&roplus;"],[0,"&Cross;"],[0,"&timesd;"],[0,"&timesbar;"],[1,"&smashp;"],[0,"&lotimes;"],[0,"&rotimes;"],[0,"&otimesas;"],[0,"&Otimes;"],[0,"&odiv;"],[0,"&triplus;"],[0,"&triminus;"],[0,"&tritime;"],[0,"&intprod;"],[2,"&amalg;"],[0,"&capdot;"],[1,"&ncup;"],[0,"&ncap;"],[0,"&capand;"],[0,"&cupor;"],[0,"&cupcap;"],[0,"&capcup;"],[0,"&cupbrcap;"],[0,"&capbrcup;"],[0,"&cupcup;"],[0,"&capcap;"],[0,"&ccups;"],[0,"&ccaps;"],[2,"&ccupssm;"],[2,"&And;"],[0,"&Or;"],[0,"&andand;"],[0,"&oror;"],[0,"&orslope;"],[0,"&andslope;"],[1,"&andv;"],[0,"&orv;"],[0,"&andd;"],[0,"&ord;"],[1,"&wedbar;"],[6,"&sdote;"],[3,"&simdot;"],[2,{v:"&congdot;",n:824,o:"&ncongdot;"}],[0,"&easter;"],[0,"&apacir;"],[0,{v:"&apE;",n:824,o:"&napE;"}],[0,"&eplus;"],[0,"&pluse;"],[0,"&Esim;"],[0,"&Colone;"],[0,"&Equal;"],[1,"&ddotseq;"],[0,"&equivDD;"],[0,"&ltcir;"],[0,"&gtcir;"],[0,"&ltquest;"],[0,"&gtquest;"],[0,{v:"&leqslant;",n:824,o:"&nleqslant;"}],[0,{v:"&geqslant;",n:824,o:"&ngeqslant;"}],[0,"&lesdot;"],[0,"&gesdot;"],[0,"&lesdoto;"],[0,"&gesdoto;"],[0,"&lesdotor;"],[0,"&gesdotol;"],[0,"&lap;"],[0,"&gap;"],[0,"&lne;"],[0,"&gne;"],[0,"&lnap;"],[0,"&gnap;"],[0,"&lEg;"],[0,"&gEl;"],[0,"&lsime;"],[0,"&gsime;"],[0,"&lsimg;"],[0,"&gsiml;"],[0,"&lgE;"],[0,"&glE;"],[0,"&lesges;"],[0,"&gesles;"],[0,"&els;"],[0,"&egs;"],[0,"&elsdot;"],[0,"&egsdot;"],[0,"&el;"],[0,"&eg;"],[2,"&siml;"],[0,"&simg;"],[0,"&simlE;"],[0,"&simgE;"],[0,{v:"&LessLess;",n:824,o:"&NotNestedLessLess;"}],[0,{v:"&GreaterGreater;",n:824,o:"&NotNestedGreaterGreater;"}],[1,"&glj;"],[0,"&gla;"],[0,"&ltcc;"],[0,"&gtcc;"],[0,"&lescc;"],[0,"&gescc;"],[0,"&smt;"],[0,"&lat;"],[0,{v:"&smte;",n:65024,o:"&smtes;"}],[0,{v:"&late;",n:65024,o:"&lates;"}],[0,"&bumpE;"],[0,{v:"&PrecedesEqual;",n:824,o:"&NotPrecedesEqual;"}],[0,{v:"&sce;",n:824,o:"&NotSucceedsEqual;"}],[2,"&prE;"],[0,"&scE;"],[0,"&precneqq;"],[0,"&scnE;"],[0,"&prap;"],[0,"&scap;"],[0,"&precnapprox;"],[0,"&scnap;"],[0,"&Pr;"],[0,"&Sc;"],[0,"&subdot;"],[0,"&supdot;"],[0,"&subplus;"],[0,"&supplus;"],[0,"&submult;"],[0,"&supmult;"],[0,"&subedot;"],[0,"&supedot;"],[0,{v:"&subE;",n:824,o:"&nsubE;"}],[0,{v:"&supE;",n:824,o:"&nsupE;"}],[0,"&subsim;"],[0,"&supsim;"],[2,{v:"&subnE;",n:65024,o:"&varsubsetneqq;"}],[0,{v:"&supnE;",n:65024,o:"&varsupsetneqq;"}],[2,"&csub;"],[0,"&csup;"],[0,"&csube;"],[0,"&csupe;"],[0,"&subsup;"],[0,"&supsub;"],[0,"&subsub;"],[0,"&supsup;"],[0,"&suphsub;"],[0,"&supdsub;"],[0,"&forkv;"],[0,"&topfork;"],[0,"&mlcp;"],[8,"&Dashv;"],[1,"&Vdashl;"],[0,"&Barv;"],[0,"&vBar;"],[0,"&vBarv;"],[1,"&Vbar;"],[0,"&Not;"],[0,"&bNot;"],[0,"&rnmid;"],[0,"&cirmid;"],[0,"&midcir;"],[0,"&topcir;"],[0,"&nhpar;"],[0,"&parsim;"],[9,{v:"&parsl;",n:8421,o:"&nparsl;"}],[44343,{n:new Map(t0([[56476,"&Ascr;"],[1,"&Cscr;"],[0,"&Dscr;"],[2,"&Gscr;"],[2,"&Jscr;"],[0,"&Kscr;"],[2,"&Nscr;"],[0,"&Oscr;"],[0,"&Pscr;"],[0,"&Qscr;"],[1,"&Sscr;"],[0,"&Tscr;"],[0,"&Uscr;"],[0,"&Vscr;"],[0,"&Wscr;"],[0,"&Xscr;"],[0,"&Yscr;"],[0,"&Zscr;"],[0,"&ascr;"],[0,"&bscr;"],[0,"&cscr;"],[0,"&dscr;"],[1,"&fscr;"],[1,"&hscr;"],[0,"&iscr;"],[0,"&jscr;"],[0,"&kscr;"],[0,"&lscr;"],[0,"&mscr;"],[0,"&nscr;"],[1,"&pscr;"],[0,"&qscr;"],[0,"&rscr;"],[0,"&sscr;"],[0,"&tscr;"],[0,"&uscr;"],[0,"&vscr;"],[0,"&wscr;"],[0,"&xscr;"],[0,"&yscr;"],[0,"&zscr;"],[52,"&Afr;"],[0,"&Bfr;"],[1,"&Dfr;"],[0,"&Efr;"],[0,"&Ffr;"],[0,"&Gfr;"],[2,"&Jfr;"],[0,"&Kfr;"],[0,"&Lfr;"],[0,"&Mfr;"],[0,"&Nfr;"],[0,"&Ofr;"],[0,"&Pfr;"],[0,"&Qfr;"],[1,"&Sfr;"],[0,"&Tfr;"],[0,"&Ufr;"],[0,"&Vfr;"],[0,"&Wfr;"],[0,"&Xfr;"],[0,"&Yfr;"],[1,"&afr;"],[0,"&bfr;"],[0,"&cfr;"],[0,"&dfr;"],[0,"&efr;"],[0,"&ffr;"],[0,"&gfr;"],[0,"&hfr;"],[0,"&ifr;"],[0,"&jfr;"],[0,"&kfr;"],[0,"&lfr;"],[0,"&mfr;"],[0,"&nfr;"],[0,"&ofr;"],[0,"&pfr;"],[0,"&qfr;"],[0,"&rfr;"],[0,"&sfr;"],[0,"&tfr;"],[0,"&ufr;"],[0,"&vfr;"],[0,"&wfr;"],[0,"&xfr;"],[0,"&yfr;"],[0,"&zfr;"],[0,"&Aopf;"],[0,"&Bopf;"],[1,"&Dopf;"],[0,"&Eopf;"],[0,"&Fopf;"],[0,"&Gopf;"],[1,"&Iopf;"],[0,"&Jopf;"],[0,"&Kopf;"],[0,"&Lopf;"],[0,"&Mopf;"],[1,"&Oopf;"],[3,"&Sopf;"],[0,"&Topf;"],[0,"&Uopf;"],[0,"&Vopf;"],[0,"&Wopf;"],[0,"&Xopf;"],[0,"&Yopf;"],[1,"&aopf;"],[0,"&bopf;"],[0,"&copf;"],[0,"&dopf;"],[0,"&eopf;"],[0,"&fopf;"],[0,"&gopf;"],[0,"&hopf;"],[0,"&iopf;"],[0,"&jopf;"],[0,"&kopf;"],[0,"&lopf;"],[0,"&mopf;"],[0,"&nopf;"],[0,"&oopf;"],[0,"&popf;"],[0,"&qopf;"],[0,"&ropf;"],[0,"&sopf;"],[0,"&topf;"],[0,"&uopf;"],[0,"&vopf;"],[0,"&wopf;"],[0,"&xopf;"],[0,"&yopf;"],[0,"&zopf;"]]))}],[8906,"&fflig;"],[0,"&filig;"],[0,"&fllig;"],[0,"&ffilig;"],[0,"&ffllig;"]]));var bg=/["&'<>$\x80-\uFFFF]/g,P4=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]),M4=String.prototype.codePointAt!=null?(o,r)=>o.codePointAt(r):(o,r)=>(o.charCodeAt(r)&64512)===55296?(o.charCodeAt(r)-55296)*1024+o.charCodeAt(r+1)-56320+65536:o.charCodeAt(r);function ta(o){let r="",s=0,a;for(;(a=bg.exec(o))!==null;){let l=a.index,c=o.charCodeAt(l),f=P4.get(c);f!==void 0?(r+=o.substring(s,l)+f,s=l+1):(r+=`${o.substring(s,l)}&#x${M4(o,l).toString(16)};`,s=bg.lastIndex+=+((c&64512)===55296))}return r+o.substr(s)}function xg(o,r){return function(a){let l,c=0,f="";for(;l=o.exec(a);)c!==l.index&&(f+=a.substring(c,l.index)),f+=r.get(l[0].charCodeAt(0)),c=l.index+1;return f+a.substring(c)}}var k4=xg(/[&<>'"]/g,P4),e0=xg(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),r0=xg(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]));var B4;(function(o){o[o.XML=0]="XML",o[o.HTML=1]="HTML"})(B4||(B4={}));var O4;(function(o){o[o.UTF8=0]="UTF8",o[o.ASCII=1]="ASCII",o[o.Extensive=2]="Extensive",o[o.Attribute=3]="Attribute",o[o.Text=4]="Text"})(O4||(O4={}));var G4=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(o=>[o.toLowerCase(),o])),z4=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(o=>[o.toLowerCase(),o]));var r5=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function n5(o){return o.replace(/"/g,"&quot;")}function i5(o,r){var s;if(!o)return;let a=((s=r.encodeEntities)!==null&&s!==void 0?s:r.decodeEntities)===!1?n5:r.xmlMode||r.encodeEntities!=="utf8"?ta:e0;return Object.keys(o).map(l=>{var c,f;let u=(c=o[l])!==null&&c!==void 0?c:"";return r.xmlMode==="foreign"&&(l=(f=z4.get(l))!==null&&f!==void 0?f:l),!r.emptyAttrs&&!r.xmlMode&&u===""?l:`${l}="${a(u)}"`}).join(" ")}var W4=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function wg(o,r={}){let s="length"in o?o:[o],a="";for(let l=0;l<s.length;l++)a+=o5(s[l],r);return a}var j4=wg;function o5(o,r){switch(o.type){case lg:return wg(o.children,r);case Ag:case cg:return u5(o);case fg:return h5(o);case gg:return f5(o);case hg:case dg:case pg:return l5(o,r);case ug:return c5(o,r)}}var s5=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),a5=new Set(["svg","math"]);function l5(o,r){var s;r.xmlMode==="foreign"&&(o.name=(s=G4.get(o.name))!==null&&s!==void 0?s:o.name,o.parent&&s5.has(o.parent.name)&&(r={...r,xmlMode:!1})),!r.xmlMode&&a5.has(o.name)&&(r={...r,xmlMode:"foreign"});let a=`<${o.name}`,l=i5(o.attribs,r);return l&&(a+=` ${l}`),o.children.length===0&&(r.xmlMode?r.selfClosingTags!==!1:r.selfClosingTags&&W4.has(o.name))?(r.xmlMode||(a+=" "),a+="/>"):(a+=">",o.children.length>0&&(a+=wg(o.children,r)),(r.xmlMode||!W4.has(o.name))&&(a+=`</${o.name}>`)),a}function u5(o){return`<${o.data}>`}function c5(o,r){var s;let a=o.data||"";return((s=r.encodeEntities)!==null&&s!==void 0?s:r.decodeEntities)!==!1&&!(!r.xmlMode&&o.parent&&r5.has(o.parent.name))&&(a=r.xmlMode||r.encodeEntities!=="utf8"?ta(a):r0(a)),a}function f5(o){return`<![CDATA[${o.children[0].data}]]>`}function h5(o){return`<!--${o.data}-->`}function V4(o,r){return j4(o,r)}function d5(o,r){return pr(o)?o.children.map(s=>V4(s,r)).join(""):""}function n0(o){return Array.isArray(o)?o.map(n0).join(""):er(o)?o.name==="br"?`
185
185
  `:n0(o.children):$o(o)?n0(o.children):kn(o)?o.data:""}function ea(o){return Array.isArray(o)?o.map(ea).join(""):pr(o)&&!Zs(o)?ea(o.children):kn(o)?o.data:""}function Cg(o){return Array.isArray(o)?o.map(Cg).join(""):pr(o)&&(o.type===le.Tag||$o(o))?Cg(o.children):kn(o)?o.data:""}function q4(o){return pr(o)?o.children:[]}function $4(o){return o.parent||null}function p5(o){let r=$4(o);if(r!=null)return q4(r);let s=[o],{prev:a,next:l}=o;for(;a!=null;)s.unshift(a),{prev:a}=a;for(;l!=null;)s.push(l),{next:l}=l;return s}function g5(o,r){var s;return(s=o.attribs)===null||s===void 0?void 0:s[r]}function A5(o,r){return o.attribs!=null&&Object.prototype.hasOwnProperty.call(o.attribs,r)&&o.attribs[r]!=null}function m5(o){return o.name}function F5(o){let{next:r}=o;for(;r!==null&&!er(r);)({next:r}=r);return r}function b5(o){let{prev:r}=o;for(;r!==null&&!er(r);)({prev:r}=r);return r}function ra(o){if(o.prev&&(o.prev.next=o.next),o.next&&(o.next.prev=o.prev),o.parent){let r=o.parent.children,s=r.lastIndexOf(o);s>=0&&r.splice(s,1)}o.next=null,o.prev=null,o.parent=null}function x5(o,r){let s=r.prev=o.prev;s&&(s.next=r);let a=r.next=o.next;a&&(a.prev=r);let l=r.parent=o.parent;if(l){let c=l.children;c[c.lastIndexOf(o)]=r,o.parent=null}}function y5(o,r){if(ra(r),r.next=null,r.parent=o,o.children.push(r)>1){let s=o.children[o.children.length-2];s.next=r,r.prev=s}else r.prev=null}function v5(o,r){ra(r);let{parent:s}=o,a=o.next;if(r.next=a,r.prev=o,o.next=r,r.parent=s,a){if(a.prev=r,s){let l=s.children;l.splice(l.lastIndexOf(a),0,r)}}else s&&s.children.push(r)}function w5(o,r){if(ra(r),r.parent=o,r.prev=null,o.children.unshift(r)!==1){let s=o.children[1];s.prev=r,r.next=s}else r.next=null}function C5(o,r){ra(r);let{parent:s}=o;if(s){let a=s.children;a.splice(a.indexOf(o),0,r)}o.prev&&(o.prev.next=r),r.parent=s,r.prev=o.prev,r.next=o,o.prev=r}function Xo(o,r,s=!0,a=1/0){return X4(o,Array.isArray(r)?r:[r],s,a)}function X4(o,r,s,a){let l=[],c=[Array.isArray(r)?r:[r]],f=[0];for(;;){if(f[0]>=c[0].length){if(f.length===1)return l;c.shift(),f.shift();continue}let u=c[0][f[0]++];if(o(u)&&(l.push(u),--a<=0))return l;s&&pr(u)&&u.children.length>0&&(f.unshift(0),c.unshift(u.children))}}function E5(o,r){return r.find(o)}function i0(o,r,s=!0){let a=Array.isArray(r)?r:[r];for(let l=0;l<a.length;l++){let c=a[l];if(er(c)&&o(c))return c;if(s&&pr(c)&&c.children.length>0){let f=i0(o,c.children,!0);if(f)return f}}return null}function K4(o,r){return(Array.isArray(r)?r:[r]).some(s=>er(s)&&o(s)||pr(s)&&K4(o,s.children))}function D5(o,r){let s=[],a=[Array.isArray(r)?r:[r]],l=[0];for(;;){if(l[0]>=a[0].length){if(a.length===1)return s;a.shift(),l.shift();continue}let c=a[0][l[0]++];er(c)&&o(c)&&s.push(c),pr(c)&&c.children.length>0&&(l.unshift(0),a.unshift(c.children))}}var o0={tag_name(o){return typeof o=="function"?r=>er(r)&&o(r.name):o==="*"?er:r=>er(r)&&r.name===o},tag_type(o){return typeof o=="function"?r=>o(r.type):r=>r.type===o},tag_contains(o){return typeof o=="function"?r=>kn(r)&&o(r.data):r=>kn(r)&&r.data===o}};function Eg(o,r){return typeof r=="function"?s=>er(s)&&r(s.attribs[o]):s=>er(s)&&s.attribs[o]===r}function S5(o,r){return s=>o(s)||r(s)}function Y4(o){let r=Object.keys(o).map(s=>{let a=o[s];return Object.prototype.hasOwnProperty.call(o0,s)?o0[s](a):Eg(s,a)});return r.length===0?null:r.reduce(S5)}function T5(o,r){let s=Y4(o);return s?s(r):!0}function _5(o,r,s,a=1/0){let l=Y4(o);return l?Xo(l,r,s,a):[]}function R5(o,r,s=!0){return Array.isArray(r)||(r=[r]),i0(Eg("id",o),r,s)}function Ji(o,r,s=!0,a=1/0){return Xo(o0.tag_name(o),r,s,a)}function N5(o,r,s=!0,a=1/0){return Xo(Eg("class",o),r,s,a)}function I5(o,r,s=!0,a=1/0){return Xo(o0.tag_type(o),r,s,a)}function L5(o){let r=o.length;for(;--r>=0;){let s=o[r];if(r>0&&o.lastIndexOf(s,r-1)>=0){o.splice(r,1);continue}for(let a=s.parent;a;a=a.parent)if(o.includes(a)){o.splice(r,1);break}}return o}var Kr;(function(o){o[o.DISCONNECTED=1]="DISCONNECTED",o[o.PRECEDING=2]="PRECEDING",o[o.FOLLOWING=4]="FOLLOWING",o[o.CONTAINS=8]="CONTAINS",o[o.CONTAINED_BY=16]="CONTAINED_BY"})(Kr||(Kr={}));function J4(o,r){let s=[],a=[];if(o===r)return 0;let l=pr(o)?o:o.parent;for(;l;)s.unshift(l),l=l.parent;for(l=pr(r)?r:r.parent;l;)a.unshift(l),l=l.parent;let c=Math.min(s.length,a.length),f=0;for(;f<c&&s[f]===a[f];)f++;if(f===0)return Kr.DISCONNECTED;let u=s[f-1],i=u.children,n=s[f],e=a[f];return i.indexOf(n)>i.indexOf(e)?u===r?Kr.FOLLOWING|Kr.CONTAINED_BY:Kr.FOLLOWING:u===o?Kr.PRECEDING|Kr.CONTAINS:Kr.PRECEDING}function P5(o){return o=o.filter((r,s,a)=>!a.includes(r,s+1)),o.sort((r,s)=>{let a=J4(r,s);return a&Kr.PRECEDING?-1:a&Kr.FOLLOWING?1:0}),o}function na(o){let r=s0(H5,o);return r?r.name==="feed"?M5(r):k5(r):null}function M5(o){var r;let s=o.children,a={type:"atom",items:Ji("entry",s).map(f=>{var u;let{children:i}=f,n={media:Q4(i)};Rr(n,"id","id",i),Rr(n,"title","title",i);let e=(u=s0("link",i))===null||u===void 0?void 0:u.attribs.href;e&&(n.link=e);let t=Ri("summary",i)||Ri("content",i);t&&(n.description=t);let b=Ri("updated",i);return b&&(n.pubDate=new Date(b)),n})};Rr(a,"id","id",s),Rr(a,"title","title",s);let l=(r=s0("link",s))===null||r===void 0?void 0:r.attribs.href;l&&(a.link=l),Rr(a,"description","subtitle",s);let c=Ri("updated",s);return c&&(a.updated=new Date(c)),Rr(a,"author","email",s,!0),a}function k5(o){var r,s;let a=(s=(r=s0("channel",o.children))===null||r===void 0?void 0:r.children)!==null&&s!==void 0?s:[],l={type:o.name.substr(0,3),id:"",items:Ji("item",o.children).map(f=>{let{children:u}=f,i={media:Q4(u)};Rr(i,"id","guid",u),Rr(i,"title","title",u),Rr(i,"link","link",u),Rr(i,"description","description",u);let n=Ri("pubDate",u)||Ri("dc:date",u);return n&&(i.pubDate=new Date(n)),i})};Rr(l,"title","title",a),Rr(l,"link","link",a),Rr(l,"description","description",a);let c=Ri("lastBuildDate",a);return c&&(l.updated=new Date(c)),Rr(l,"author","managingEditor",a,!0),l}var B5=["url","type","lang"],O5=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function Q4(o){return Ji("media:content",o).map(r=>{let{attribs:s}=r,a={medium:s.medium,isDefault:!!s.isDefault};for(let l of B5)s[l]&&(a[l]=s[l]);for(let l of O5)s[l]&&(a[l]=parseInt(s[l],10));return s.expression&&(a.expression=s.expression),a})}function s0(o,r){return Ji(o,r,!0,1)[0]}function Ri(o,r,s=!1){return ea(Ji(o,r,s,1)).trim()}function Rr(o,r,s,a,l=!1){let c=Ri(s,a,l);c&&(o[r]=c)}function H5(o){return o==="rss"||o==="feed"||o==="rdf:RDF"}function Z4(o,r){let s=new ai(void 0,r);return new _i(s,r).end(o),s.root}function tb(o,r){return Z4(o,r).children}function U5(o,r,s){let a=new ai(l=>o(l,a.root),r,s);return new _i(a,r)}function G5(o,r,s){let a=new ai(o,r,s);return new _i(a,r)}var z5={xmlMode:!0};function W5(o,r=z5){return na(tb(o,r))}var eb=new Set(["ARTICLE","ASIDE","BLOCKQUOTE","BODY","BR","BUTTON","CANVAS","CAPTION","COL","COLGROUP","DD","DIV","DL","DT","EMBED","FIELDSET","FIGCAPTION","FIGURE","FOOTER","FORM","H1","H2","H3","H4","H5","H6","LI","UL","OL","P"]),Sg=-1,Tg=1,_g=4,Rg=8,Ng=128,rb=1,Ig=2,Lg=4,nb=8,ib=16,ob=32,Qi="http://www.w3.org/2000/svg";var{assign:sb,create:ab,defineProperties:lb,entries:ub,getOwnPropertyDescriptors:sS,keys:cb,setPrototypeOf:$e}=Object;var pn=String;var rr=o=>o.nodeType===1?o[It]:o,Yr=({ownerDocument:o})=>o[dn].ignoreCase,Nr=(o,r)=>{o[wt]=r,r[me]=o},ia=(o,r,s)=>{Nr(o,r),Nr(rr(r),s)},fb=(o,r,s,a)=>{Nr(o,r),Nr(rr(s),a)},li=(o,r,s)=>{Nr(o,r),Nr(r,s)},oa=({localName:o,ownerDocument:r})=>r[dn].ignoreCase?o.toUpperCase():o,a0=(o,r)=>{o&&(o[wt]=r),r&&(r[me]=o)};var Bn=new WeakMap;var u0=!1,Zi=new WeakMap,ui=new WeakMap,to=(o,r,s,a)=>{u0&&ui.has(o)&&o.attributeChangedCallback&&o.constructor.observedAttributes.includes(r)&&o.attributeChangedCallback(r,s,a)},pb=(o,r)=>s=>{if(ui.has(s)){let a=ui.get(s);a.connected!==r&&s.isConnected===r&&(a.connected=r,o in s&&s[o]())}},hb=pb("connectedCallback",!0),sa=o=>{if(u0){hb(o),Bn.has(o)&&(o=Bn.get(o).shadowRoot);let{[wt]:r,[It]:s}=o;for(;r!==s;)r.nodeType===1&&hb(r),r=r[wt]}},db=pb("disconnectedCallback",!1),gb=o=>{if(u0){db(o),Bn.has(o)&&(o=Bn.get(o).shadowRoot);let{[wt]:r,[It]:s}=o;for(;r!==s;)r.nodeType===1&&db(r),r=r[wt]}},l0=class{constructor(r){this.ownerDocument=r,this.registry=new Map,this.waiting=new Map,this.active=!1}define(r,s,a={}){let{ownerDocument:l,registry:c,waiting:f}=this;if(c.has(r))throw new Error("unable to redefine "+r);if(Zi.has(s))throw new Error("unable to redefine the same class: "+s);this.active=u0=!0;let{extends:u}=a;Zi.set(s,{ownerDocument:l,options:{is:u?r:""},localName:u||r});let i=u?n=>n.localName===u&&n.getAttribute("is")===r:n=>n.localName===r;if(c.set(r,{Class:s,check:i}),f.has(r)){for(let n of f.get(r))n(s);f.delete(r)}l.querySelectorAll(u?`${u}[is="${r}"]`:r).forEach(this.upgrade,this)}upgrade(r){if(ui.has(r))return;let{ownerDocument:s,registry:a}=this,l=r.getAttribute("is")||r.localName;if(a.has(l)){let{Class:c,check:f}=a.get(l);if(f(r)){let{attributes:u,isConnected:i}=r;for(let e of u)r.removeAttributeNode(e);let n=ub(r);for(let[e]of n)delete r[e];$e(r,c.prototype),s[Si]={element:r,values:n},new c(s,l),ui.set(r,{connected:i});for(let e of u)r.setAttributeNode(e);i&&r.connectedCallback&&r.connectedCallback()}}}whenDefined(r){let{registry:s,waiting:a}=this;return new Promise(l=>{s.has(r)?l(s.get(r).Class):(a.has(r)||a.set(r,[]),a.get(r).push(l))})}get(r){let s=this.registry.get(r);return s&&s.Class}getName(r){if(Zi.has(r)){let{localName:s}=Zi.get(r);return s}return null}};var{Parser:j5}=Dg,Ab=!0,eo=(o,r,s)=>{let a=o[It];return r.parentNode=o,ia(a[me],r,a),s&&r.nodeType===1&&sa(r),r},V5=(o,r,s,a,l)=>{s[ee]=a,s.ownerElement=o,li(r[me],s,r),s.name==="class"&&(o.className=a),l&&to(o,s.name,null,a)};var c0=(o,r,s)=>{let{active:a,registry:l}=o[vr],c=o,f=null,u=!1;Ab=!1;let i=new j5({onprocessinginstruction(n,e){n.toLowerCase()==="!doctype"&&(o.doctype=e.slice(n.length).trim())},onopentag(n,e){let t=!0;if(r){if(f)c=eo(c,o.createElementNS(Qi,n),a),c.ownerSVGElement=f,t=!1;else if(n==="svg"||n==="SVG")f=o.createElementNS(Qi,n),c=eo(c,f,a),t=!1;else if(a){let g=n.includes("-")?n:e.is||"";if(g&&l.has(g)){let{Class:d}=l.get(g);c=eo(c,new d,a),delete e.is,t=!1}}}t&&(c=eo(c,o.createElement(n),!1));let b=c[It];for(let g of cb(e))V5(c,b,o.createAttribute(g),e[g],a)},oncomment(n){eo(c,o.createComment(n),a)},ontext(n){u?eo(c,o.createCDATASection(n),a):eo(c,o.createTextNode(n),a)},oncdatastart(){u=!0},oncdataend(){u=!1},onclosetag(){r&&c===f&&(f=null),c=c.parentNode}},{lowerCaseAttributeNames:!1,decodeEntities:!0,xmlMode:!r});return i.write(s),i.end(),Ab=!0,o};var Yo=new Map,oe=(o,r)=>{for(let s of[].concat(o))Yo.set(s,r),Yo.set(s.toUpperCase(),r)};var Y6=Ke(mb(),1);var Fb=({[wt]:o,[It]:r},s)=>{for(;o!==r;){switch(o.nodeType){case 2:Mg(o,s);break;case 3:case 8:case 4:kg(o,s);break;case 1:Og(o,s),o=rr(o);break;case 10:Bg(o,s);break}o=o[wt]}let a=s.length-1,l=s[a];typeof l=="number"&&l<0?s[a]+=-1:s.push(-1)},Mg=(o,r)=>{r.push(2,o.name);let s=o[ee].trim();s&&r.push(s)},kg=(o,r)=>{let s=o[ee];s.trim()&&r.push(o.nodeType,s)},bb=(o,r)=>{r.push(o.nodeType),Fb(o,r)},Bg=({name:o,publicId:r,systemId:s},a)=>{a.push(10,o),r&&a.push(r),s&&a.push(s)},Og=(o,r)=>{r.push(1,o.localName),Fb(o,r)};var yb=(o,r,s,a,l,c)=>({type:o,target:r,addedNodes:s,removedNodes:a,attributeName:l,oldValue:c}),xb=(o,r,s,a,l,c)=>{if(!a||a.includes(s)){let{callback:f,records:u,scheduled:i}=o;u.push(yb("attributes",r,[],[],s,l?c:void 0)),i||(o.scheduled=!0,Promise.resolve().then(()=>{o.scheduled=!1,f(u.splice(0),o)}))}},aa=(o,r,s)=>{let{ownerDocument:a}=o,{active:l,observers:c}=a[Mn];if(l){for(let f of c)for(let[u,{childList:i,subtree:n,attributes:e,attributeFilter:t,attributeOldValue:b}]of f.nodes)if(i){if(n&&(u===a||u.contains(o))||!n&&u.children.includes(o)){xb(f,o,r,t,b,s);break}}else if(e&&u===o){xb(f,o,r,t,b,s);break}}},Ni=(o,r)=>{let{ownerDocument:s}=o,{active:a,observers:l}=s[Mn];if(a){for(let c of l)for(let[f,{subtree:u,childList:i,characterData:n}]of c.nodes)if(i&&(r&&(f===r||u&&f.contains(r))||!r&&(u&&(f===s||f.contains(o))||!u&&f[n?"childNodes":"children"].includes(o)))){let{callback:e,records:t,scheduled:b}=c;t.push(yb("childList",f,r?[]:[o],r?[o]:[])),b||(c.scheduled=!0,Promise.resolve().then(()=>{c.scheduled=!1,e(t.splice(0),c)}));break}}},f0=class{constructor(r){let s=new Set;this.observers=s,this.active=!1,this.class=class{constructor(l){this.callback=l,this.nodes=new Map,this.records=[],this.scheduled=!1}disconnect(){this.records.splice(0),this.nodes.clear(),s.delete(this),r[Mn].active=!!s.size}observe(l,c={subtree:!1,childList:!1,attributes:!1,attributeFilter:null,attributeOldValue:!1,characterData:!1}){("attributeOldValue"in c||"attributeFilter"in c)&&(c.attributes=!0),c.childList=!!c.childList,c.subtree=!!c.subtree,this.nodes.set(l,c),s.add(this),r[Mn].active=!0}takeRecords(){return this.records.splice(0)}}}};var vb=new Set(["allowfullscreen","allowpaymentrequest","async","autofocus","autoplay","checked","class","contenteditable","controls","default","defer","disabled","draggable","formnovalidate","hidden","id","ismap","itemscope","loop","multiple","muted","nomodule","novalidate","open","playsinline","readonly","required","reversed","selected","style","truespeed"]),la=(o,r)=>{let{[ee]:s,name:a}=r;r.ownerElement=o,li(o,r,o[wt]),a==="class"&&(o.className=s),aa(o,a,null),to(o,a,null,s)},Hg=(o,r)=>{let{[ee]:s,name:a}=r;Nr(r[me],r[wt]),r.ownerElement=r[me]=r[wt]=null,a==="class"&&(o[Ei]=null),aa(o,a,s),to(o,a,s,null)},Jt={get(o,r){return o.hasAttribute(r)},set(o,r,s){s?o.setAttribute(r,""):o.removeAttribute(r)}},gn={get(o,r){return parseFloat(o.getAttribute(r)||0)},set(o,r,s){o.setAttribute(r,s)}},yt={get(o,r){return o.getAttribute(r)||""},set(o,r,s){o.setAttribute(r,s)}};var h0=new WeakMap;function q5(o,r){return typeof r=="function"?r.call(o.target,o):r.handleEvent(o),o._stopImmediatePropagationFlag}function $5({currentTarget:o,target:r}){let s=h0.get(o);if(s&&s.has(this.type)){let a=s.get(this.type);o===r?this.eventPhase=this.AT_TARGET:this.eventPhase=this.BUBBLING_PHASE,this.currentTarget=o,this.target=r;for(let[l,c]of a)if(c&&c.once&&a.delete(l),q5(this,l))break;return delete this.currentTarget,delete this.target,this.cancelBubble}}var Ii=class{constructor(){h0.set(this,new Map)}_getParent(){return null}addEventListener(r,s,a){let l=h0.get(this);l.has(r)||l.set(r,new Map),l.get(r).set(s,a)}removeEventListener(r,s){let a=h0.get(this);if(a.has(r)){let l=a.get(r);l.delete(s)&&!l.size&&a.delete(r)}}dispatchEvent(r){let s=this;for(r.eventPhase=r.CAPTURING_PHASE;s;)s.dispatchEvent&&r._path.push({currentTarget:s,target:this}),s=r.bubbles&&s._getParent&&s._getParent();return r._path.some($5,r),r._path=[],r.eventPhase=r.NONE,!r.defaultPrevented}};var Je=class extends Array{item(r){return r<this.length?this[r]:null}};var wb=({parentNode:o})=>{let r=0;for(;o;)r++,o=o.parentNode;return r},Ir=class extends Ii{static get ELEMENT_NODE(){return 1}static get ATTRIBUTE_NODE(){return 2}static get TEXT_NODE(){return 3}static get CDATA_SECTION_NODE(){return 4}static get COMMENT_NODE(){return 8}static get DOCUMENT_NODE(){return 9}static get DOCUMENT_FRAGMENT_NODE(){return 11}static get DOCUMENT_TYPE_NODE(){return 10}constructor(r,s,a){super(),this.ownerDocument=r,this.localName=s,this.nodeType=a,this.parentNode=null,this[wt]=null,this[me]=null}get ELEMENT_NODE(){return 1}get ATTRIBUTE_NODE(){return 2}get TEXT_NODE(){return 3}get CDATA_SECTION_NODE(){return 4}get COMMENT_NODE(){return 8}get DOCUMENT_NODE(){return 9}get DOCUMENT_FRAGMENT_NODE(){return 11}get DOCUMENT_TYPE_NODE(){return 10}get baseURI(){let r=this.nodeType===9?this:this.ownerDocument;if(r){let s=r.querySelector("base");if(s)return s.getAttribute("href");let{location:a}=r.defaultView;if(a)return a.href}return null}get isConnected(){return!1}get nodeName(){return this.localName}get parentElement(){return null}get previousSibling(){return null}get previousElementSibling(){return null}get nextSibling(){return null}get nextElementSibling(){return null}get childNodes(){return new Je}get firstChild(){return null}get lastChild(){return null}get nodeValue(){return null}set nodeValue(r){}get textContent(){return null}set textContent(r){}normalize(){}cloneNode(){return null}contains(){return!1}insertBefore(r,s){return r}appendChild(r){return r}replaceChild(r,s){return s}removeChild(r){return r}toString(){return""}hasChildNodes(){return!!this.lastChild}isSameNode(r){return this===r}compareDocumentPosition(r){let s=0;if(this!==r){let a=wb(this),l=wb(r);if(a<l)s+=Lg,this.contains(r)&&(s+=ib);else if(l<a)s+=Ig,r.contains(this)&&(s+=nb);else if(a&&l){let{childNodes:c}=this.parentNode;c.indexOf(this)<c.indexOf(r)?s+=Lg:s+=Ig}(!a||!l)&&(s+=ob,s+=rb)}return s}isEqualNode(r){if(this===r)return!0;if(this.nodeType===r.nodeType){switch(this.nodeType){case 9:case 11:{let s=this.childNodes,a=r.childNodes;return s.length===a.length&&s.every((l,c)=>l.isEqualNode(a[c]))}}return this.toString()===r.toString()}return!1}_getParent(){return this.parentNode}getRootNode(){let r=this;for(;r.parentNode;)r=r.parentNode;return r}};var{replace:X5}="",K5=/[<>&\xA0]/g,Y5={"\xA0":"&#160;","&":"&amp;","<":"&lt;",">":"&gt;"},J5=o=>Y5[o],Jo=o=>X5.call(o,K5,J5);var Q5=/"/g,Qr=class o extends Ir{constructor(r,s,a=""){super(r,s,2),this.ownerElement=null,this.name=pn(s),this[ee]=pn(a),this[Ho]=!1}get value(){return this[ee]}set value(r){let{[ee]:s,name:a,ownerElement:l}=this;this[ee]=pn(r),this[Ho]=!0,l&&(aa(l,a,s),to(l,a,s,this[ee]))}cloneNode(){let{ownerDocument:r,name:s,[ee]:a}=this;return new o(r,s,a)}toString(){let{name:r,[ee]:s}=this;if(vb.has(r)&&!s)return Yr(this)?r:`${r}=""`;let a=Yr(this)?s.replace(Q5,"&quot;"):Jo(s);return`${r}="${a}"`}toJSON(){let r=[];return Mg(this,r),r}};var d0=({ownerDocument:o,parentNode:r})=>{for(;r;){if(r===o)return!0;r=r.parentNode||r.host}return!1},p0=({parentNode:o})=>{if(o)switch(o.nodeType){case 9:case 11:return null}return o},ci=({[me]:o})=>{switch(o?o.nodeType:0){case-1:return o[Qe];case 3:case 8:case 4:return o}return null},mn=o=>{let r=rr(o)[wt];return r&&(r.nodeType===-1?null:r)};var Qo=o=>{let r=mn(o);for(;r&&r.nodeType!==1;)r=mn(r);return r},g0=o=>{let r=ci(o);for(;r&&r.nodeType!==1;)r=ci(r);return r};var Ug=(o,r)=>{let s=o.createDocumentFragment();return s.append(...r),s},A0=(o,r)=>{let{ownerDocument:s,parentNode:a}=o;a&&a.insertBefore(Ug(s,r),o)},m0=(o,r)=>{let{ownerDocument:s,parentNode:a}=o;a&&a.insertBefore(Ug(s,r),rr(o)[wt])},ua=(o,r)=>{let{ownerDocument:s,parentNode:a}=o;a&&(r.includes(o)&&ua(o,[o=o.cloneNode()]),a.insertBefore(Ug(s,r),o),o.remove())},F0=(o,r,s)=>{let{parentNode:a,nodeType:l}=r;(o||s)&&(a0(o,s),r[me]=null,rr(r)[wt]=null),a&&(r.parentNode=null,Ni(r,a),l===1&&gb(r))};var Fn=class extends Ir{constructor(r,s,a,l){super(r,s,a),this[ee]=pn(l)}get isConnected(){return d0(this)}get parentElement(){return p0(this)}get previousSibling(){return ci(this)}get nextSibling(){return mn(this)}get previousElementSibling(){return g0(this)}get nextElementSibling(){return Qo(this)}before(...r){A0(this,r)}after(...r){m0(this,r)}replaceWith(...r){ua(this,r)}remove(){F0(this[me],this,this[wt])}get data(){return this[ee]}set data(r){this[ee]=pn(r),Ni(this,this.parentNode)}get nodeValue(){return this.data}set nodeValue(r){this.data=r}get textContent(){return this.data}set textContent(r){this.data=r}get length(){return this.data.length}substringData(r,s){return this.data.substr(r,s)}appendData(r){this.data+=r}insertData(r,s){let{data:a}=this;this.data=a.slice(0,r)+s+a.slice(r)}deleteData(r,s){let{data:a}=this;this.data=a.slice(0,r)+a.slice(r+s)}replaceData(r,s,a){let{data:l}=this;this.data=l.slice(0,r)+a+l.slice(r+s)}toJSON(){let r=[];return kg(this,r),r}};var Li=class o extends Fn{constructor(r,s=""){super(r,"#cdatasection",4,s)}cloneNode(){let{ownerDocument:r,[ee]:s}=this;return new o(r,s)}toString(){return`<![CDATA[${this[ee]}]]>`}};var Pi=class o extends Fn{constructor(r,s=""){super(r,"#comment",8,s)}cloneNode(){let{ownerDocument:r,[ee]:s}=this;return new o(r,s)}toString(){return`<!--${this[ee]}-->`}};var tA=Ke(ro(),1);var kt;(function(o){o.Attribute="attribute",o.Pseudo="pseudo",o.PseudoElement="pseudo-element",o.Tag="tag",o.Universal="universal",o.Adjacent="adjacent",o.Child="child",o.Descendant="descendant",o.Parent="parent",o.Sibling="sibling",o.ColumnCombinator="column-combinator"})(kt||(kt={}));var We;(function(o){o.Any="any",o.Element="element",o.End="end",o.Equals="equals",o.Exists="exists",o.Hyphen="hyphen",o.Not="not",o.Start="start"})(We||(We={}));var Eb=/^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/,Z5=/\\([\da-f]{1,6}\s?|(\s)|.)/gi,tw=new Map([[126,We.Element],[94,We.Start],[36,We.End],[42,We.Any],[33,We.Not],[124,We.Hyphen]]),ew=new Set(["has","not","matches","is","where","host","host-context"]);function Sb(o){switch(o.type){case kt.Adjacent:case kt.Child:case kt.Descendant:case kt.Parent:case kt.Sibling:case kt.ColumnCombinator:return!0;default:return!1}}var rw=new Set(["contains","icontains"]);function nw(o,r,s){let a=parseInt(r,16)-65536;return a!==a||s?r:a<0?String.fromCharCode(a+65536):String.fromCharCode(a>>10|55296,a&1023|56320)}function ca(o){return o.replace(Z5,nw)}function Gg(o){return o===39||o===34}function Db(o){return o===32||o===9||o===10||o===12||o===13}function fa(o){let r=[],s=Tb(r,`${o}`,0);if(s<o.length)throw new Error(`Unmatched selector: ${o.slice(s)}`);return r}function Tb(o,r,s){let a=[];function l(b){let g=r.slice(s+b).match(Eb);if(!g)throw new Error(`Expected name, found ${r.slice(s)}`);let[d]=g;return s+=b+d.length,ca(d)}function c(b){for(s+=b;s<r.length&&Db(r.charCodeAt(s));)s++}function f(){s+=1;let b=s,g=1;for(;g>0&&s<r.length;s++)r.charCodeAt(s)===40&&!u(s)?g++:r.charCodeAt(s)===41&&!u(s)&&g--;if(g)throw new Error("Parenthesis not matched");return ca(r.slice(b,s-1))}function u(b){let g=0;for(;r.charCodeAt(--b)===92;)g++;return(g&1)===1}function i(){if(a.length>0&&Sb(a[a.length-1]))throw new Error("Did not expect successive traversals.")}function n(b){if(a.length>0&&a[a.length-1].type===kt.Descendant){a[a.length-1].type=b;return}i(),a.push({type:b})}function e(b,g){a.push({type:kt.Attribute,name:b,action:g,value:l(1),namespace:null,ignoreCase:"quirks"})}function t(){if(a.length&&a[a.length-1].type===kt.Descendant&&a.pop(),a.length===0)throw new Error("Empty sub-selector");o.push(a)}if(c(0),r.length===s)return s;t:for(;s<r.length;){let b=r.charCodeAt(s);switch(b){case 32:case 9:case 10:case 12:case 13:{(a.length===0||a[0].type!==kt.Descendant)&&(i(),a.push({type:kt.Descendant})),c(1);break}case 62:{n(kt.Child),c(1);break}case 60:{n(kt.Parent),c(1);break}case 126:{n(kt.Sibling),c(1);break}case 43:{n(kt.Adjacent),c(1);break}case 46:{e("class",We.Element);break}case 35:{e("id",We.Equals);break}case 91:{c(1);let g,d=null;r.charCodeAt(s)===124?g=l(1):r.startsWith("*|",s)?(d="*",g=l(2)):(g=l(0),r.charCodeAt(s)===124&&r.charCodeAt(s+1)!==61&&(d=g,g=l(1))),c(0);let h=We.Exists,F=tw.get(r.charCodeAt(s));if(F){if(h=F,r.charCodeAt(s+1)!==61)throw new Error("Expected `=`");c(2)}else r.charCodeAt(s)===61&&(h=We.Equals,c(1));let p="",A=null;if(h!=="exists"){if(Gg(r.charCodeAt(s))){let y=r.charCodeAt(s),w=s+1;for(;w<r.length&&(r.charCodeAt(w)!==y||u(w));)w+=1;if(r.charCodeAt(w)!==y)throw new Error("Attribute value didn't end");p=ca(r.slice(s+1,w)),s=w+1}else{let y=s;for(;s<r.length&&(!Db(r.charCodeAt(s))&&r.charCodeAt(s)!==93||u(s));)s+=1;p=ca(r.slice(y,s))}c(0);let x=r.charCodeAt(s)|32;x===115?(A=!1,c(1)):x===105&&(A=!0,c(1))}if(r.charCodeAt(s)!==93)throw new Error("Attribute selector didn't terminate");s+=1;let m={type:kt.Attribute,name:g,action:h,value:p,namespace:d,ignoreCase:A};a.push(m);break}case 58:{if(r.charCodeAt(s+1)===58){a.push({type:kt.PseudoElement,name:l(2).toLowerCase(),data:r.charCodeAt(s)===40?f():null});continue}let g=l(1).toLowerCase(),d=null;if(r.charCodeAt(s)===40)if(ew.has(g)){if(Gg(r.charCodeAt(s+1)))throw new Error(`Pseudo-selector ${g} cannot be quoted`);if(d=[],s=Tb(d,r,s+1),r.charCodeAt(s)!==41)throw new Error(`Missing closing parenthesis in :${g} (${r})`);s+=1}else{if(d=f(),rw.has(g)){let h=d.charCodeAt(0);h===d.charCodeAt(d.length-1)&&Gg(h)&&(d=d.slice(1,-1))}d=ca(d)}a.push({type:kt.Pseudo,name:g,data:d});break}case 44:{t(),a=[],c(1);break}default:{if(r.startsWith("/*",s)){let h=r.indexOf("*/",s+2);if(h<0)throw new Error("Comment was not terminated");s=h+2,a.length===0&&c(0);break}let g=null,d;if(b===42)s+=1,d="*";else if(b===124){if(d="",r.charCodeAt(s+1)===124){n(kt.ColumnCombinator),c(2);break}}else if(Eb.test(r.slice(s)))d=l(0);else break t;r.charCodeAt(s)===124&&r.charCodeAt(s+1)!==124&&(g=d,r.charCodeAt(s+1)===42?(d="*",s+=2):d=l(1)),a.push(d==="*"?{type:kt.Universal,namespace:g}:{type:kt.Tag,name:d,namespace:g})}}}return t(),s}var fi=Ke(ro(),1);var _b=new Map([[kt.Universal,50],[kt.Tag,30],[kt.Attribute,1],[kt.Pseudo,0]]);function ha(o){return!_b.has(o.type)}var iw=new Map([[We.Exists,10],[We.Equals,8],[We.Not,7],[We.Start,6],[We.End,6],[We.Any,5]]);function zg(o){let r=o.map(Rb);for(let s=1;s<o.length;s++){let a=r[s];if(!(a<0))for(let l=s-1;l>=0&&a<r[l];l--){let c=o[l+1];o[l+1]=o[l],o[l]=c,r[l+1]=r[l],r[l]=a}}}function Rb(o){var r,s;let a=(r=_b.get(o.type))!==null&&r!==void 0?r:-1;return o.type===kt.Attribute?(a=(s=iw.get(o.action))!==null&&s!==void 0?s:4,o.action===We.Equals&&o.name==="id"&&(a=9),o.ignoreCase&&(a>>=1)):o.type===kt.Pseudo&&(o.data?o.name==="has"||o.name==="contains"?a=0:Array.isArray(o.data)?(a=Math.min(...o.data.map(l=>Math.min(...l.map(Rb)))),a<0&&(a=0)):a=2:a=3),a}var da=Ke(ro(),1),ow=/[-[\]{}()*+?.,\\^$|#\s]/g;function Nb(o){return o.replace(ow,"\\$&")}var sw=new Set(["accept","accept-charset","align","alink","axis","bgcolor","charset","checked","clear","codetype","color","compact","declare","defer","dir","direction","disabled","enctype","face","frame","hreflang","http-equiv","lang","language","link","media","method","multiple","nohref","noresize","noshade","nowrap","readonly","rel","rev","rules","scope","scrolling","selected","shape","target","text","type","valign","valuetype","vlink"]);function no(o,r){return typeof o.ignoreCase=="boolean"?o.ignoreCase:o.ignoreCase==="quirks"?!!r.quirksMode:!r.xmlMode&&sw.has(o.name)}var Ib={equals(o,r,s){let{adapter:a}=s,{name:l}=r,{value:c}=r;return no(r,s)?(c=c.toLowerCase(),f=>{let u=a.getAttributeValue(f,l);return u!=null&&u.length===c.length&&u.toLowerCase()===c&&o(f)}):f=>a.getAttributeValue(f,l)===c&&o(f)},hyphen(o,r,s){let{adapter:a}=s,{name:l}=r,{value:c}=r,f=c.length;return no(r,s)?(c=c.toLowerCase(),function(i){let n=a.getAttributeValue(i,l);return n!=null&&(n.length===f||n.charAt(f)==="-")&&n.substr(0,f).toLowerCase()===c&&o(i)}):function(i){let n=a.getAttributeValue(i,l);return n!=null&&(n.length===f||n.charAt(f)==="-")&&n.substr(0,f)===c&&o(i)}},element(o,r,s){let{adapter:a}=s,{name:l,value:c}=r;if(/\s/.test(c))return da.default.falseFunc;let f=new RegExp(`(?:^|\\s)${Nb(c)}(?:$|\\s)`,no(r,s)?"i":"");return function(i){let n=a.getAttributeValue(i,l);return n!=null&&n.length>=c.length&&f.test(n)&&o(i)}},exists(o,{name:r},{adapter:s}){return a=>s.hasAttrib(a,r)&&o(a)},start(o,r,s){let{adapter:a}=s,{name:l}=r,{value:c}=r,f=c.length;return f===0?da.default.falseFunc:no(r,s)?(c=c.toLowerCase(),u=>{let i=a.getAttributeValue(u,l);return i!=null&&i.length>=f&&i.substr(0,f).toLowerCase()===c&&o(u)}):u=>{var i;return!!(!((i=a.getAttributeValue(u,l))===null||i===void 0)&&i.startsWith(c))&&o(u)}},end(o,r,s){let{adapter:a}=s,{name:l}=r,{value:c}=r,f=-c.length;return f===0?da.default.falseFunc:no(r,s)?(c=c.toLowerCase(),u=>{var i;return((i=a.getAttributeValue(u,l))===null||i===void 0?void 0:i.substr(f).toLowerCase())===c&&o(u)}):u=>{var i;return!!(!((i=a.getAttributeValue(u,l))===null||i===void 0)&&i.endsWith(c))&&o(u)}},any(o,r,s){let{adapter:a}=s,{name:l,value:c}=r;if(c==="")return da.default.falseFunc;if(no(r,s)){let f=new RegExp(Nb(c),"i");return function(i){let n=a.getAttributeValue(i,l);return n!=null&&n.length>=c.length&&f.test(n)&&o(i)}}return f=>{var u;return!!(!((u=a.getAttributeValue(f,l))===null||u===void 0)&&u.includes(c))&&o(f)}},not(o,r,s){let{adapter:a}=s,{name:l}=r,{value:c}=r;return c===""?f=>!!a.getAttributeValue(f,l)&&o(f):no(r,s)?(c=c.toLowerCase(),f=>{let u=a.getAttributeValue(f,l);return(u==null||u.length!==c.length||u.toLowerCase()!==c)&&o(f)}):f=>a.getAttributeValue(f,l)!==c&&o(f)}};var aw=new Set([9,10,12,13,32]),Lb=48,lw=57;function Pb(o){if(o=o.trim().toLowerCase(),o==="even")return[2,0];if(o==="odd")return[2,1];let r=0,s=0,a=c(),l=f();if(r<o.length&&o.charAt(r)==="n"&&(r++,s=a*(l??1),u(),r<o.length?(a=c(),u(),l=f()):a=l=0),l===null||r<o.length)throw new Error(`n-th rule couldn't be parsed ('${o}')`);return[s,a*l];function c(){return o.charAt(r)==="-"?(r++,-1):(o.charAt(r)==="+"&&r++,1)}function f(){let i=r,n=0;for(;r<o.length&&o.charCodeAt(r)>=Lb&&o.charCodeAt(r)<=lw;)n=n*10+(o.charCodeAt(r)-Lb),r++;return r===i?null:n}function u(){for(;r<o.length&&aw.has(o.charCodeAt(r));)r++}}var Wg=Ke(ro(),1);function Mb(o){let r=o[0],s=o[1]-1;if(s<0&&r<=0)return Wg.default.falseFunc;if(r===-1)return c=>c<=s;if(r===0)return c=>c===s;if(r===1)return s<0?Wg.default.trueFunc:c=>c>=s;let a=Math.abs(r),l=(s%a+a)%a;return r>1?c=>c>=s&&c%a===l:c=>c<=s&&c%a===l}function Zo(o){return Mb(Pb(o))}var Lr=Ke(ro(),1);function b0(o,r){return s=>{let a=r.getParent(s);return a!=null&&r.isTag(a)&&o(s)}}var pa={contains(o,r,{adapter:s}){return function(l){return o(l)&&s.getText(l).includes(r)}},icontains(o,r,{adapter:s}){let a=r.toLowerCase();return function(c){return o(c)&&s.getText(c).toLowerCase().includes(a)}},"nth-child"(o,r,{adapter:s,equals:a}){let l=Zo(r);return l===Lr.default.falseFunc?Lr.default.falseFunc:l===Lr.default.trueFunc?b0(o,s):function(f){let u=s.getSiblings(f),i=0;for(let n=0;n<u.length&&!a(f,u[n]);n++)s.isTag(u[n])&&i++;return l(i)&&o(f)}},"nth-last-child"(o,r,{adapter:s,equals:a}){let l=Zo(r);return l===Lr.default.falseFunc?Lr.default.falseFunc:l===Lr.default.trueFunc?b0(o,s):function(f){let u=s.getSiblings(f),i=0;for(let n=u.length-1;n>=0&&!a(f,u[n]);n--)s.isTag(u[n])&&i++;return l(i)&&o(f)}},"nth-of-type"(o,r,{adapter:s,equals:a}){let l=Zo(r);return l===Lr.default.falseFunc?Lr.default.falseFunc:l===Lr.default.trueFunc?b0(o,s):function(f){let u=s.getSiblings(f),i=0;for(let n=0;n<u.length;n++){let e=u[n];if(a(f,e))break;s.isTag(e)&&s.getName(e)===s.getName(f)&&i++}return l(i)&&o(f)}},"nth-last-of-type"(o,r,{adapter:s,equals:a}){let l=Zo(r);return l===Lr.default.falseFunc?Lr.default.falseFunc:l===Lr.default.trueFunc?b0(o,s):function(f){let u=s.getSiblings(f),i=0;for(let n=u.length-1;n>=0;n--){let e=u[n];if(a(f,e))break;s.isTag(e)&&s.getName(e)===s.getName(f)&&i++}return l(i)&&o(f)}},root(o,r,{adapter:s}){return a=>{let l=s.getParent(a);return(l==null||!s.isTag(l))&&o(a)}},scope(o,r,s,a){let{equals:l}=s;return!a||a.length===0?pa.root(o,r,s):a.length===1?c=>l(a[0],c)&&o(c):c=>a.includes(c)&&o(c)},hover:jg("isHovered"),visited:jg("isVisited"),active:jg("isActive")};function jg(o){return function(s,a,{adapter:l}){let c=l[o];return typeof c!="function"?Lr.default.falseFunc:function(u){return c(u)&&s(u)}}}var x0={empty(o,{adapter:r}){return!r.getChildren(o).some(s=>r.isTag(s)||r.getText(s)!=="")},"first-child"(o,{adapter:r,equals:s}){if(r.prevElementSibling)return r.prevElementSibling(o)==null;let a=r.getSiblings(o).find(l=>r.isTag(l));return a!=null&&s(o,a)},"last-child"(o,{adapter:r,equals:s}){let a=r.getSiblings(o);for(let l=a.length-1;l>=0;l--){if(s(o,a[l]))return!0;if(r.isTag(a[l]))break}return!1},"first-of-type"(o,{adapter:r,equals:s}){let a=r.getSiblings(o),l=r.getName(o);for(let c=0;c<a.length;c++){let f=a[c];if(s(o,f))return!0;if(r.isTag(f)&&r.getName(f)===l)break}return!1},"last-of-type"(o,{adapter:r,equals:s}){let a=r.getSiblings(o),l=r.getName(o);for(let c=a.length-1;c>=0;c--){let f=a[c];if(s(o,f))return!0;if(r.isTag(f)&&r.getName(f)===l)break}return!1},"only-of-type"(o,{adapter:r,equals:s}){let a=r.getName(o);return r.getSiblings(o).every(l=>s(o,l)||!r.isTag(l)||r.getName(l)!==a)},"only-child"(o,{adapter:r,equals:s}){return r.getSiblings(o).every(a=>s(o,a)||!r.isTag(a))}};function Vg(o,r,s,a){if(s===null){if(o.length>a)throw new Error(`Pseudo-class :${r} requires an argument`)}else if(o.length===a)throw new Error(`Pseudo-class :${r} doesn't have any arguments`)}var qg={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:`:is(
186
186
  :is(button, input, select, textarea, optgroup, option)[disabled],
187
187
  optgroup[disabled] > option,