0)){L||(v=this.replaceEntitiesValue(v));const G=this.options.tagValueProcessor(S,v,_,P,I);return G==null?v:typeof G!=typeof v||G!==v?G:this.options.trimValues?b(v,this.options.parseTagValue,this.options.numberParseOptions):v.trim()===v?b(v,this.options.parseTagValue,this.options.numberParseOptions):v}}function o(v){if(this.options.removeNSPrefix){const S=v.split(":"),_=v.charAt(0)==="/"?"/":"";if(S[0]==="xmlns")return"";S.length===2&&(v=_+S[1])}return v}const c=new RegExp(`([^\\s=]+)\\s*(=\\s*(['"])([\\s\\S]*?)\\3)?`,"gm");function u(v,S,_){if(this.options.ignoreAttributes!==!0&&typeof v=="string"){const w=t.getAllMatches(v,c),P=w.length,I={};for(let L=0;L",I,"Closing Tag is not closed.");let G=v.substring(I+2,L).trim();if(this.options.removeNSPrefix){const O=G.indexOf(":");O!==-1&&(G=G.substr(O+1))}this.options.transformTagName&&(G=this.options.transformTagName(G)),_&&(w=this.saveTextToParentTag(w,_,P));const z=P.substring(P.lastIndexOf(".")+1);if(G&&this.options.unpairedTags.indexOf(G)!==-1)throw new Error(`Unpaired tag can not be used as closing tag: ${G}>`);let $=0;z&&this.options.unpairedTags.indexOf(z)!==-1?($=P.lastIndexOf(".",P.lastIndexOf(".")-1),this.tagsNodeStack.pop()):$=P.lastIndexOf("."),P=P.substring(0,$),_=this.tagsNodeStack.pop(),w="",I=L}else if(v[I+1]==="?"){let L=p(v,I,!1,"?>");if(!L)throw new Error("Pi Tag is not closed.");if(w=this.saveTextToParentTag(w,_,P),!(this.options.ignoreDeclaration&&L.tagName==="?xml"||this.options.ignorePiTags)){const G=new e(L.tagName);G.add(this.options.textNodeName,""),L.tagName!==L.tagExp&&L.attrExpPresent&&(G[":@"]=this.buildAttributesMap(L.tagExp,P,L.tagName)),this.addChild(_,G,P)}I=L.closeIndex+1}else if(v.substr(I+1,3)==="!--"){const L=d(v,"-->",I+4,"Comment is not closed.");if(this.options.commentPropName){const G=v.substring(I+4,L-2);w=this.saveTextToParentTag(w,_,P),_.add(this.options.commentPropName,[{[this.options.textNodeName]:G}])}I=L}else if(v.substr(I+1,2)==="!D"){const L=r(v,I);this.docTypeEntities=L.entities,I=L.i}else if(v.substr(I+1,2)==="!["){const L=d(v,"]]>",I,"CDATA is not closed.")-2,G=v.substring(I+9,L);w=this.saveTextToParentTag(w,_,P);let z=this.parseTextData(G,_.tagname,P,!0,!1,!0,!0);z==null&&(z=""),this.options.cdataPropName?_.add(this.options.cdataPropName,[{[this.options.textNodeName]:G}]):_.add(this.options.textNodeName,z),I=L+2}else{let L=p(v,I,this.options.removeNSPrefix),G=L.tagName;const z=L.rawTagName;let $=L.tagExp,O=L.attrExpPresent,N=L.closeIndex;this.options.transformTagName&&(G=this.options.transformTagName(G)),_&&w&&_.tagname!=="!xml"&&(w=this.saveTextToParentTag(w,_,P,!1));const B=_;if(B&&this.options.unpairedTags.indexOf(B.tagname)!==-1&&(_=this.tagsNodeStack.pop(),P=P.substring(0,P.lastIndexOf("."))),G!==S.tagname&&(P+=P?"."+G:G),this.isItStopNode(this.options.stopNodes,P,G)){let A="";if($.length>0&&$.lastIndexOf("/")===$.length-1)G[G.length-1]==="/"?(G=G.substr(0,G.length-1),P=P.substr(0,P.length-1),$=G):$=$.substr(0,$.length-1),I=L.closeIndex;else if(this.options.unpairedTags.indexOf(G)!==-1)I=L.closeIndex;else{const V=this.readStopNodeData(v,z,N+1);if(!V)throw new Error(`Unexpected end of ${z}`);I=V.i,A=V.tagContent}const M=new e(G);G!==$&&O&&(M[":@"]=this.buildAttributesMap($,P,G)),A&&(A=this.parseTextData(A,G,P,!0,O,!0,!0)),P=P.substr(0,P.lastIndexOf(".")),M.add(this.options.textNodeName,A),this.addChild(_,M,P)}else{if($.length>0&&$.lastIndexOf("/")===$.length-1){G[G.length-1]==="/"?(G=G.substr(0,G.length-1),P=P.substr(0,P.length-1),$=G):$=$.substr(0,$.length-1),this.options.transformTagName&&(G=this.options.transformTagName(G));const A=new e(G);G!==$&&O&&(A[":@"]=this.buildAttributesMap($,P,G)),this.addChild(_,A,P),P=P.substr(0,P.lastIndexOf("."))}else{const A=new e(G);this.tagsNodeStack.push(_),G!==$&&O&&(A[":@"]=this.buildAttributesMap($,P,G)),this.addChild(_,A,P),_=A}w="",I=N}}else w+=v[I];return S.child};function h(v,S,_){const w=this.options.updateTag(S.tagname,_,S[":@"]);w===!1||(typeof w=="string"&&(S.tagname=w),v.addChild(S))}const y=function(v){if(this.options.processEntities){for(let S in this.docTypeEntities){const _=this.docTypeEntities[S];v=v.replace(_.regx,_.val)}for(let S in this.lastEntities){const _=this.lastEntities[S];v=v.replace(_.regex,_.val)}if(this.options.htmlEntities)for(let S in this.htmlEntities){const _=this.htmlEntities[S];v=v.replace(_.regex,_.val)}v=v.replace(this.ampEntity.regex,this.ampEntity.val)}return v};function g(v,S,_,w){return v&&(w===void 0&&(w=S.child.length===0),v=this.parseTextData(v,S.tagname,_,!1,S[":@"]?Object.keys(S[":@"]).length!==0:!1,w),v!==void 0&&v!==""&&S.add(this.options.textNodeName,v),v=""),v}function m(v,S,_){const w="*."+_;for(const P in v){const I=v[P];if(w===I||S===I)return!0}return!1}function k(v,S,_=">"){let w,P="";for(let I=S;I"){const P=k(v,S+1,w);if(!P)return;let I=P.data;const L=P.index,G=I.search(/\s/);let z=I,$=!0;G!==-1&&(z=I.substring(0,G),I=I.substring(G+1).trimStart());const O=z;if(_){const N=z.indexOf(":");N!==-1&&(z=z.substr(N+1),$=z!==P.data.substr(N+1))}return{tagName:z,tagExp:I,closeIndex:L,attrExpPresent:$,rawTagName:O}}function x(v,S,_){const w=_;let P=1;for(;_",_,`${S} is not closed`);if(v.substring(_+2,I).trim()===S&&(P--,P===0))return{tagContent:v.substring(w,_),i:I};_=I}else if(v[_+1]==="?")_=d(v,"?>",_+1,"StopNode is not closed.");else if(v.substr(_+1,3)==="!--")_=d(v,"-->",_+3,"StopNode is not closed.");else if(v.substr(_+1,2)==="![")_=d(v,"]]>",_,"StopNode is not closed.")-2;else{const I=p(v,_,">");I&&((I&&I.tagName)===S&&I.tagExp[I.tagExp.length-1]!=="/"&&P++,_=I.closeIndex)}}function b(v,S,_){if(S&&typeof v=="string"){const w=v.trim();return w==="true"?!0:w==="false"?!1:i(v,_)}else return t.isExist(v)?v:""}return jf=a,jf}var qf={},qx;function iM(){if(qx)return qf;qx=1;function t(a,s){return e(a,s)}function e(a,s,l){let o;const c={};for(let u=0;u0&&(c[s.textNodeName]=o):o!==void 0&&(c[s.textNodeName]=o),c}function r(a){const s=Object.keys(a);for(let l=0;l0&&(c=t),r(l,o,"",c)}function r(l,o,c,u){let f="",h=!1;for(let y=0;y`,h=!1;continue}else if(m===o.commentPropName){f+=u+``,h=!0;continue}else if(m[0]==="?"){const v=n(g[":@"],o),S=m==="?xml"?"":u;let _=g[m][0][o.textNodeName];_=_.length!==0?" "+_:"",f+=S+`<${m}${_}${v}?>`,h=!0;continue}let d=u;d!==""&&(d+=o.indentBy);const p=n(g[":@"],o),x=u+`<${m}${p}`,b=r(g[m],o,k,d);o.unpairedTags.indexOf(m)!==-1?o.suppressUnpairedNode?f+=x+">":f+=x+"/>":(!b||b.length===0)&&o.suppressEmptyNode?f+=x+"/>":b&&b.endsWith(">")?f+=x+`>${b}${u}${m}>`:(f+=x+">",b&&u!==""&&(b.includes("/>")||b.includes(""))?f+=u+o.indentBy+b+u:f+=b,f+=`${m}>`),h=!0}return f}function i(l){const o=Object.keys(l);for(let c=0;c0&&o.processEntities)for(let c=0;c","g"),val:">"},{regex:new RegExp("<","g"),val:"<"},{regex:new RegExp("'","g"),val:"'"},{regex:new RegExp('"',"g"),val:"""}],processEntities:!0,stopNodes:[],oneListGroup:!1};function i(l){this.options=Object.assign({},r,l),this.options.ignoreAttributes===!0||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn=e(this.options.ignoreAttributes),this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=s),this.processTextOrObjNode=n,this.options.format?(this.indentate=a,this.tagEndChar=`>
`,this.newLine=`
`):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}i.prototype.build=function(l){return this.options.preserveOrder?t(l,this.options):(Array.isArray(l)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(l={[this.options.arrayNodeName]:l}),this.j2x(l,0,[]).val)},i.prototype.j2x=function(l,o,c){let u="",f="";const h=c.join(".");for(let y in l)if(Object.prototype.hasOwnProperty.call(l,y))if(typeof l[y]>"u")this.isAttribute(y)&&(f+="");else if(l[y]===null)this.isAttribute(y)||y===this.options.cdataPropName?f+="":y[0]==="?"?f+=this.indentate(o)+"<"+y+"?"+this.tagEndChar:f+=this.indentate(o)+"<"+y+"/"+this.tagEndChar;else if(l[y]instanceof Date)f+=this.buildTextValNode(l[y],y,"",o);else if(typeof l[y]!="object"){const g=this.isAttribute(y);if(g&&!this.ignoreAttributesFn(g,h))u+=this.buildAttrPairStr(g,""+l[y]);else if(!g)if(y===this.options.textNodeName){let m=this.options.tagValueProcessor(y,""+l[y]);f+=this.replaceEntitiesValue(m)}else f+=this.buildTextValNode(l[y],y,"",o)}else if(Array.isArray(l[y])){const g=l[y].length;let m="",k="";for(let d=0;d"+l+f:this.options.commentPropName!==!1&&o===this.options.commentPropName&&h.length===0?this.indentate(u)+``+this.newLine:this.indentate(u)+"<"+o+c+h+this.tagEndChar+l+this.indentate(u)+f}},i.prototype.closeTag=function(l){let o="";return this.options.unpairedTags.indexOf(l)!==-1?this.options.suppressUnpairedNode||(o="/"):this.options.suppressEmptyNode?o="/":o=`>${l}`,o},i.prototype.buildTextValNode=function(l,o,c,u){if(this.options.cdataPropName!==!1&&o===this.options.cdataPropName)return this.indentate(u)+``+this.newLine;if(this.options.commentPropName!==!1&&o===this.options.commentPropName)return this.indentate(u)+``+this.newLine;if(o[0]==="?")return this.indentate(u)+"<"+o+c+"?"+this.tagEndChar;{let f=this.options.tagValueProcessor(o,l);return f=this.replaceEntitiesValue(f),f===""?this.indentate(u)+"<"+o+c+this.closeTag(o)+this.tagEndChar:this.indentate(u)+"<"+o+c+">"+f+""+o+this.tagEndChar}},i.prototype.replaceEntitiesValue=function(l){if(l&&l.length>0&&this.options.processEntities)for(let o=0;o{let e="",r=t|0;for(;r--;)e+=lM[Math.random()*64|0];return e};var Dt=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function uM(t){var e=t.default;if(typeof e=="function"){var r=function(){return e.apply(this,arguments)};r.prototype=e.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(t).forEach(function(i){var n=Object.getOwnPropertyDescriptor(t,i);Object.defineProperty(r,i,n.get?n:{enumerable:!0,get:function(){return t[i]}})}),r}var Ik={},Bk={};(function(t){(function(e){e.parser=function(D,T){return new i(D,T)},e.SAXParser=i,e.MAX_BUFFER_LENGTH=64*1024;var r=["comment","sgmlDecl","textNode","tagName","doctype","procInstName","procInstBody","entity","attribName","attribValue","cdata","script"];e.EVENTS=["text","processinginstruction","sgmldeclaration","doctype","comment","opentagstart","attribute","opentag","closetag","opencdata","cdata","closecdata","error","end","ready","script","opennamespace","closenamespace"];function i(D,T){if(!(this instanceof i))return new i(D,T);var E=this;a(E),E.q=E.c="",E.bufferCheckPosition=e.MAX_BUFFER_LENGTH,E.opt=T||{},E.opt.lowercase=E.opt.lowercase||E.opt.lowercasetags,E.looseCase=E.opt.lowercase?"toLowerCase":"toUpperCase",E.tags=[],E.closed=E.closedRoot=E.sawRoot=!1,E.tag=E.error=null,E.strict=!!D,E.noscript=!!(D||E.opt.noscript),E.state=v.BEGIN,E.strictEntities=E.opt.strictEntities,E.ENTITIES=E.strictEntities?Object.create(e.XML_ENTITIES):Object.create(e.ENTITIES),E.attribList=[],E.opt.xmlns&&(E.ns=Object.create(f)),E.trackPosition=E.opt.position!==!1,E.trackPosition&&(E.position=E.line=E.column=0),_(E,"onready")}Object.create||(Object.create=function(D){function T(){}T.prototype=D;var E=new T;return E}),Object.keys||(Object.keys=function(D){var T=[];for(var E in D)D.hasOwnProperty(E)&&T.push(E);return T});function n(D){for(var T=Math.max(e.MAX_BUFFER_LENGTH,10),E=0,C=0,R=r.length;CT)switch(r[C]){case"textNode":P(D);break;case"cdata":w(D,"oncdata",D.cdata),D.cdata="";break;case"script":w(D,"onscript",D.script),D.script="";break;default:L(D,"Max buffer length exceeded: "+r[C])}E=Math.max(E,W)}var F=e.MAX_BUFFER_LENGTH-E;D.bufferCheckPosition=F+D.position}function a(D){for(var T=0,E=r.length;T"||k(D)}function x(D,T){return D.test(T)}function b(D,T){return!x(D,T)}var v=0;e.STATE={BEGIN:v++,BEGIN_WHITESPACE:v++,TEXT:v++,TEXT_ENTITY:v++,OPEN_WAKA:v++,SGML_DECL:v++,SGML_DECL_QUOTED:v++,DOCTYPE:v++,DOCTYPE_QUOTED:v++,DOCTYPE_DTD:v++,DOCTYPE_DTD_QUOTED:v++,COMMENT_STARTING:v++,COMMENT:v++,COMMENT_ENDING:v++,COMMENT_ENDED:v++,CDATA:v++,CDATA_ENDING:v++,CDATA_ENDING_2:v++,PROC_INST:v++,PROC_INST_BODY:v++,PROC_INST_ENDING:v++,OPEN_TAG:v++,OPEN_TAG_SLASH:v++,ATTRIB:v++,ATTRIB_NAME:v++,ATTRIB_NAME_SAW_WHITE:v++,ATTRIB_VALUE:v++,ATTRIB_VALUE_QUOTED:v++,ATTRIB_VALUE_CLOSED:v++,ATTRIB_VALUE_UNQUOTED:v++,ATTRIB_VALUE_ENTITY_Q:v++,ATTRIB_VALUE_ENTITY_U:v++,CLOSE_TAG:v++,CLOSE_TAG_SAW_WHITE:v++,SCRIPT:v++,SCRIPT_ENDING:v++},e.XML_ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'"},e.ENTITIES={amp:"&",gt:">",lt:"<",quot:'"',apos:"'",AElig:198,Aacute:193,Acirc:194,Agrave:192,Aring:197,Atilde:195,Auml:196,Ccedil:199,ETH:208,Eacute:201,Ecirc:202,Egrave:200,Euml:203,Iacute:205,Icirc:206,Igrave:204,Iuml:207,Ntilde:209,Oacute:211,Ocirc:212,Ograve:210,Oslash:216,Otilde:213,Ouml:214,THORN:222,Uacute:218,Ucirc:219,Ugrave:217,Uuml:220,Yacute:221,aacute:225,acirc:226,aelig:230,agrave:224,aring:229,atilde:227,auml:228,ccedil:231,eacute:233,ecirc:234,egrave:232,eth:240,euml:235,iacute:237,icirc:238,igrave:236,iuml:239,ntilde:241,oacute:243,ocirc:244,ograve:242,oslash:248,otilde:245,ouml:246,szlig:223,thorn:254,uacute:250,ucirc:251,ugrave:249,uuml:252,yacute:253,yuml:255,copy:169,reg:174,nbsp:160,iexcl:161,cent:162,pound:163,curren:164,yen:165,brvbar:166,sect:167,uml:168,ordf:170,laquo:171,not:172,shy:173,macr:175,deg:176,plusmn:177,sup1:185,sup2:178,sup3:179,acute:180,micro:181,para:182,middot:183,cedil:184,ordm:186,raquo:187,frac14:188,frac12:189,frac34:190,iquest:191,times:215,divide:247,OElig:338,oelig:339,Scaron:352,scaron:353,Yuml:376,fnof:402,circ:710,tilde:732,Alpha:913,Beta:914,Gamma:915,Delta:916,Epsilon:917,Zeta:918,Eta:919,Theta:920,Iota:921,Kappa:922,Lambda:923,Mu:924,Nu:925,Xi:926,Omicron:927,Pi:928,Rho:929,Sigma:931,Tau:932,Upsilon:933,Phi:934,Chi:935,Psi:936,Omega:937,alpha:945,beta:946,gamma:947,delta:948,epsilon:949,zeta:950,eta:951,theta:952,iota:953,kappa:954,lambda:955,mu:956,nu:957,xi:958,omicron:959,pi:960,rho:961,sigmaf:962,sigma:963,tau:964,upsilon:965,phi:966,chi:967,psi:968,omega:969,thetasym:977,upsih:978,piv:982,ensp:8194,emsp:8195,thinsp:8201,zwnj:8204,zwj:8205,lrm:8206,rlm:8207,ndash:8211,mdash:8212,lsquo:8216,rsquo:8217,sbquo:8218,ldquo:8220,rdquo:8221,bdquo:8222,dagger:8224,Dagger:8225,bull:8226,hellip:8230,permil:8240,prime:8242,Prime:8243,lsaquo:8249,rsaquo:8250,oline:8254,frasl:8260,euro:8364,image:8465,weierp:8472,real:8476,trade:8482,alefsym:8501,larr:8592,uarr:8593,rarr:8594,darr:8595,harr:8596,crarr:8629,lArr:8656,uArr:8657,rArr:8658,dArr:8659,hArr:8660,forall:8704,part:8706,exist:8707,empty:8709,nabla:8711,isin:8712,notin:8713,ni:8715,prod:8719,sum:8721,minus:8722,lowast:8727,radic:8730,prop:8733,infin:8734,ang:8736,and:8743,or:8744,cap:8745,cup:8746,int:8747,there4:8756,sim:8764,cong:8773,asymp:8776,ne:8800,equiv:8801,le:8804,ge:8805,sub:8834,sup:8835,nsub:8836,sube:8838,supe:8839,oplus:8853,otimes:8855,perp:8869,sdot:8901,lceil:8968,rceil:8969,lfloor:8970,rfloor:8971,lang:9001,rang:9002,loz:9674,spades:9824,clubs:9827,hearts:9829,diams:9830},Object.keys(e.ENTITIES).forEach(function(D){var T=e.ENTITIES[D],E=typeof T=="number"?String.fromCharCode(T):T;e.ENTITIES[D]=E});for(var S in e.STATE)e.STATE[e.STATE[S]]=S;v=e.STATE;function _(D,T,E){D[T]&&D[T](E)}function w(D,T,E){D.textNode&&P(D),_(D,T,E)}function P(D){D.textNode=I(D.opt,D.textNode),D.textNode&&_(D,"ontext",D.textNode),D.textNode=""}function I(D,T){return D.trim&&(T=T.trim()),D.normalize&&(T=T.replace(/\s+/g," ")),T}function L(D,T){P(D);const E=T+`
Line: `+D.line+`
Column: `+D.column+`
Char: `+D.c,C=new Error(E);return C.reason=T,C.line=D.line,C.column=D.column,D.error=C,_(D,"onerror",C),D}function G(D){return D.sawRoot&&!D.closedRoot&&z(D,"Unclosed root tag"),D.state!==v.BEGIN&&D.state!==v.BEGIN_WHITESPACE&&D.state!==v.TEXT&&L(D,"Unexpected end"),P(D),D.c="",D.closed=!0,_(D,"onend"),i.call(D,D.strict,D.opt),D}function z(D,T){if(typeof D!="object"||!(D instanceof i))throw new Error("bad call to strictFail");D.strict&&L(D,T)}function $(D){D.strict||(D.tagName=D.tagName[D.looseCase]());var T=D.tags[D.tags.length-1]||D,E=D.tag={name:D.tagName,attributes:{}};D.opt.xmlns&&(E.ns=T.ns),D.attribList.length=0,w(D,"onopentagstart",E)}function O(D,T){var E=D.indexOf(":"),C=E<0?["",D]:D.split(":"),R=C[0],W=C[1];return T&&D==="xmlns"&&(R="xmlns",W=""),{prefix:R,local:W}}function N(D){if(D.strict||(D.attribName=D.attribName[D.looseCase]()),D.attribList.indexOf(D.attribName)!==-1||D.tag.attributes.hasOwnProperty(D.attribName)){D.attribName=D.attribValue="";return}if(D.opt.xmlns){var T=O(D.attribName,!0),E=T.prefix,C=T.local;if(E==="xmlns")if(C==="xml"&&D.attribValue!==c)z(D,"xml: prefix must be bound to "+c+`
Actual: `+D.attribValue);else if(C==="xmlns"&&D.attribValue!==u)z(D,"xmlns: prefix must be bound to "+u+`
Actual: `+D.attribValue);else{var R=D.tag,W=D.tags[D.tags.length-1]||D;R.ns===W.ns&&(R.ns=Object.create(W.ns)),R.ns[C]=D.attribValue}D.attribList.push([D.attribName,D.attribValue])}else D.tag.attributes[D.attribName]=D.attribValue,w(D,"onattribute",{name:D.attribName,value:D.attribValue});D.attribName=D.attribValue=""}function B(D,T){if(D.opt.xmlns){var E=D.tag,C=O(D.tagName);E.prefix=C.prefix,E.local=C.local,E.uri=E.ns[C.prefix]||"",E.prefix&&!E.uri&&(z(D,"Unbound namespace prefix: "+JSON.stringify(D.tagName)),E.uri=C.prefix);var R=D.tags[D.tags.length-1]||D;E.ns&&R.ns!==E.ns&&Object.keys(E.ns).forEach(function(We){w(D,"onopennamespace",{prefix:We,uri:E.ns[We]})});for(var W=0,F=D.attribList.length;W",D.state=v.TEXT;return}if(D.script){if(D.tagName!=="script"){D.script+=""+D.tagName+">",D.tagName="",D.state=v.SCRIPT;return}w(D,"onscript",D.script),D.script=""}var T=D.tags.length,E=D.tagName;D.strict||(E=E[D.looseCase]());for(var C=E;T--;){var R=D.tags[T];if(R.name!==C)z(D,"Unexpected close tag");else break}if(T<0){z(D,"Unmatched closing tag: "+D.tagName),D.textNode+=""+D.tagName+">",D.state=v.TEXT;return}D.tagName=E;for(var W=D.tags.length;W-- >T;){var F=D.tag=D.tags.pop();D.tagName=D.tag.name,w(D,"onclosetag",D.tagName);var J={};for(var Q in F.ns)J[Q]=F.ns[Q];var rt=D.tags[D.tags.length-1]||D;D.opt.xmlns&&F.ns!==rt.ns&&Object.keys(F.ns).forEach(function(_t){var Z=F.ns[_t];w(D,"onclosenamespace",{prefix:_t,uri:Z})})}T===0&&(D.closedRoot=!0),D.tagName=D.attribValue=D.attribName="",D.attribList.length=0,D.state=v.TEXT}function M(D){var T=D.entity,E=T.toLowerCase(),C,R="";return D.ENTITIES[T]?D.ENTITIES[T]:D.ENTITIES[E]?D.ENTITIES[E]:(T=E,T.charAt(0)==="#"&&(T.charAt(1)==="x"?(T=T.slice(2),C=parseInt(T,16),R=C.toString(16)):(T=T.slice(1),C=parseInt(T,10),R=C.toString(10))),T=T.replace(/^0+/,""),isNaN(C)||R.toLowerCase()!==T?(z(D,"Invalid character entity"),"&"+D.entity+";"):String.fromCodePoint(C))}function V(D,T){T==="<"?(D.state=v.OPEN_WAKA,D.startTagPosition=D.position):k(T)||(z(D,"Non-whitespace before first tag."),D.textNode=T,D.state=v.TEXT)}function j(D,T){var E="";return T"?(w(T,"onsgmldeclaration",T.sgmlDecl),T.sgmlDecl="",T.state=v.TEXT):(d(C)&&(T.state=v.SGML_DECL_QUOTED),T.sgmlDecl+=C);continue;case v.SGML_DECL_QUOTED:C===T.q&&(T.state=v.SGML_DECL,T.q=""),T.sgmlDecl+=C;continue;case v.DOCTYPE:C===">"?(T.state=v.TEXT,w(T,"ondoctype",T.doctype),T.doctype=!0):(T.doctype+=C,C==="["?T.state=v.DOCTYPE_DTD:d(C)&&(T.state=v.DOCTYPE_QUOTED,T.q=C));continue;case v.DOCTYPE_QUOTED:T.doctype+=C,C===T.q&&(T.q="",T.state=v.DOCTYPE);continue;case v.DOCTYPE_DTD:T.doctype+=C,C==="]"?T.state=v.DOCTYPE:d(C)&&(T.state=v.DOCTYPE_DTD_QUOTED,T.q=C);continue;case v.DOCTYPE_DTD_QUOTED:T.doctype+=C,C===T.q&&(T.state=v.DOCTYPE_DTD,T.q="");continue;case v.COMMENT:C==="-"?T.state=v.COMMENT_ENDING:T.comment+=C;continue;case v.COMMENT_ENDING:C==="-"?(T.state=v.COMMENT_ENDED,T.comment=I(T.opt,T.comment),T.comment&&w(T,"oncomment",T.comment),T.comment=""):(T.comment+="-"+C,T.state=v.COMMENT);continue;case v.COMMENT_ENDED:C!==">"?(z(T,"Malformed comment"),T.comment+="--"+C,T.state=v.COMMENT):T.state=v.TEXT;continue;case v.CDATA:C==="]"?T.state=v.CDATA_ENDING:T.cdata+=C;continue;case v.CDATA_ENDING:C==="]"?T.state=v.CDATA_ENDING_2:(T.cdata+="]"+C,T.state=v.CDATA);continue;case v.CDATA_ENDING_2:C===">"?(T.cdata&&w(T,"oncdata",T.cdata),w(T,"onclosecdata"),T.cdata="",T.state=v.TEXT):C==="]"?T.cdata+="]":(T.cdata+="]]"+C,T.state=v.CDATA);continue;case v.PROC_INST:C==="?"?T.state=v.PROC_INST_ENDING:k(C)?T.state=v.PROC_INST_BODY:T.procInstName+=C;continue;case v.PROC_INST_BODY:if(!T.procInstBody&&k(C))continue;C==="?"?T.state=v.PROC_INST_ENDING:T.procInstBody+=C;continue;case v.PROC_INST_ENDING:C===">"?(w(T,"onprocessinginstruction",{name:T.procInstName,body:T.procInstBody}),T.procInstName=T.procInstBody="",T.state=v.TEXT):(T.procInstBody+="?"+C,T.state=v.PROC_INST_BODY);continue;case v.OPEN_TAG:x(y,C)?T.tagName+=C:($(T),C===">"?B(T):C==="/"?T.state=v.OPEN_TAG_SLASH:(k(C)||z(T,"Invalid character in tag name"),T.state=v.ATTRIB));continue;case v.OPEN_TAG_SLASH:C===">"?(B(T,!0),A(T)):(z(T,"Forward-slash in opening tag not followed by >"),T.state=v.ATTRIB);continue;case v.ATTRIB:if(k(C))continue;C===">"?B(T):C==="/"?T.state=v.OPEN_TAG_SLASH:x(h,C)?(T.attribName=C,T.attribValue="",T.state=v.ATTRIB_NAME):z(T,"Invalid attribute name");continue;case v.ATTRIB_NAME:C==="="?T.state=v.ATTRIB_VALUE:C===">"?(z(T,"Attribute without value"),T.attribValue=T.attribName,N(T),B(T)):k(C)?T.state=v.ATTRIB_NAME_SAW_WHITE:x(y,C)?T.attribName+=C:z(T,"Invalid attribute name");continue;case v.ATTRIB_NAME_SAW_WHITE:if(C==="=")T.state=v.ATTRIB_VALUE;else{if(k(C))continue;z(T,"Attribute without value"),T.tag.attributes[T.attribName]="",T.attribValue="",w(T,"onattribute",{name:T.attribName,value:""}),T.attribName="",C===">"?B(T):x(h,C)?(T.attribName=C,T.state=v.ATTRIB_NAME):(z(T,"Invalid attribute name"),T.state=v.ATTRIB)}continue;case v.ATTRIB_VALUE:if(k(C))continue;d(C)?(T.q=C,T.state=v.ATTRIB_VALUE_QUOTED):(z(T,"Unquoted attribute value"),T.state=v.ATTRIB_VALUE_UNQUOTED,T.attribValue=C);continue;case v.ATTRIB_VALUE_QUOTED:if(C!==T.q){C==="&"?T.state=v.ATTRIB_VALUE_ENTITY_Q:T.attribValue+=C;continue}N(T),T.q="",T.state=v.ATTRIB_VALUE_CLOSED;continue;case v.ATTRIB_VALUE_CLOSED:k(C)?T.state=v.ATTRIB:C===">"?B(T):C==="/"?T.state=v.OPEN_TAG_SLASH:x(h,C)?(z(T,"No whitespace between attributes"),T.attribName=C,T.attribValue="",T.state=v.ATTRIB_NAME):z(T,"Invalid attribute name");continue;case v.ATTRIB_VALUE_UNQUOTED:if(!p(C)){C==="&"?T.state=v.ATTRIB_VALUE_ENTITY_U:T.attribValue+=C;continue}N(T),C===">"?B(T):T.state=v.ATTRIB;continue;case v.CLOSE_TAG:if(T.tagName)C===">"?A(T):x(y,C)?T.tagName+=C:T.script?(T.script+=""+T.tagName,T.tagName="",T.state=v.SCRIPT):(k(C)||z(T,"Invalid tagname in closing tag"),T.state=v.CLOSE_TAG_SAW_WHITE);else{if(k(C))continue;b(h,C)?T.script?(T.script+=""+C,T.state=v.SCRIPT):z(T,"Invalid tagname in closing tag."):T.tagName=C}continue;case v.CLOSE_TAG_SAW_WHITE:if(k(C))continue;C===">"?A(T):z(T,"Invalid characters in closing tag");continue;case v.TEXT_ENTITY:case v.ATTRIB_VALUE_ENTITY_Q:case v.ATTRIB_VALUE_ENTITY_U:var F,J;switch(T.state){case v.TEXT_ENTITY:F=v.TEXT,J="textNode";break;case v.ATTRIB_VALUE_ENTITY_Q:F=v.ATTRIB_VALUE_QUOTED,J="attribValue";break;case v.ATTRIB_VALUE_ENTITY_U:F=v.ATTRIB_VALUE_UNQUOTED,J="attribValue";break}if(C===";"){var Q=M(T);T.state===v.TEXT_ENTITY&&!e.ENTITIES[T.entity]&&Q!=="&"+T.entity+";"?D=D.slice(0,E)+Q+D.slice(E):T[J]+=Q,T.entity="",T.state=F}else x(T.entity.length?m:g,C)?T.entity+=C:(z(T,"Invalid character in entity name"),T[J]+="&"+T.entity+C,T.entity="",T.state=F);continue;default:throw new Error(T,"Unknown state: "+T.state)}return T.position>=T.bufferCheckPosition&&n(T),T}})(t)})(Bk);var be={};(function(t){t.elemsGroups={animation:new Set(["animate","animateColor","animateMotion","animateTransform","set"]),descriptive:new Set(["desc","metadata","title"]),shape:new Set(["circle","ellipse","line","path","polygon","polyline","rect"]),structural:new Set(["defs","g","svg","symbol","use"]),paintServer:new Set(["hatch","linearGradient","meshGradient","pattern","radialGradient","solidColor"]),nonRendering:new Set(["clipPath","filter","linearGradient","marker","mask","pattern","radialGradient","solidColor","symbol"]),container:new Set(["a","defs","foreignObject","g","marker","mask","missing-glyph","pattern","svg","switch","symbol"]),textContent:new Set(["altGlyph","altGlyphDef","altGlyphItem","glyph","glyphRef","text","textPath","tref","tspan"]),textContentChild:new Set(["altGlyph","textPath","tref","tspan"]),lightSource:new Set(["feDiffuseLighting","feDistantLight","fePointLight","feSpecularLighting","feSpotLight"]),filterPrimitive:new Set(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","feSpecularLighting","feTile","feTurbulence"])},t.textElems=new Set([...t.elemsGroups.textContent,"pre","title"]),t.pathElems=new Set(["glyph","missing-glyph","path"]),t.attrsGroups={animationAddition:new Set(["additive","accumulate"]),animationAttributeTarget:new Set(["attributeType","attributeName"]),animationEvent:new Set(["onbegin","onend","onrepeat","onload"]),animationTiming:new Set(["begin","dur","end","fill","max","min","repeatCount","repeatDur","restart"]),animationValue:new Set(["by","calcMode","from","keySplines","keyTimes","to","values"]),conditionalProcessing:new Set(["requiredExtensions","requiredFeatures","systemLanguage"]),core:new Set(["id","tabindex","xml:base","xml:lang","xml:space"]),graphicalEvent:new Set(["onactivate","onclick","onfocusin","onfocusout","onload","onmousedown","onmousemove","onmouseout","onmouseover","onmouseup"]),presentation:new Set(["alignment-baseline","baseline-shift","clip-path","clip-rule","clip","color-interpolation-filters","color-interpolation","color-profile","color-rendering","color","cursor","direction","display","dominant-baseline","enable-background","fill-opacity","fill-rule","fill","filter","flood-color","flood-opacity","font-family","font-size-adjust","font-size","font-stretch","font-style","font-variant","font-weight","glyph-orientation-horizontal","glyph-orientation-vertical","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","mask","opacity","overflow","paint-order","pointer-events","shape-rendering","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","stroke","text-anchor","text-decoration","text-overflow","text-rendering","transform-origin","transform","unicode-bidi","vector-effect","visibility","word-spacing","writing-mode"]),xlink:new Set(["xlink:actuate","xlink:arcrole","xlink:href","xlink:role","xlink:show","xlink:title","xlink:type"]),documentEvent:new Set(["onabort","onerror","onresize","onscroll","onunload","onzoom"]),documentElementEvent:new Set(["oncopy","oncut","onpaste"]),globalEvent:new Set(["oncancel","oncanplay","oncanplaythrough","onchange","onclick","onclose","oncuechange","ondblclick","ondrag","ondragend","ondragenter","ondragleave","ondragover","ondragstart","ondrop","ondurationchange","onemptied","onended","onerror","onfocus","oninput","oninvalid","onkeydown","onkeypress","onkeyup","onload","onloadeddata","onloadedmetadata","onloadstart","onmousedown","onmouseenter","onmouseleave","onmousemove","onmouseout","onmouseover","onmouseup","onmousewheel","onpause","onplay","onplaying","onprogress","onratechange","onreset","onresize","onscroll","onseeked","onseeking","onselect","onshow","onstalled","onsubmit","onsuspend","ontimeupdate","ontoggle","onvolumechange","onwaiting"]),filterPrimitive:new Set(["x","y","width","height","result"]),transferFunction:new Set(["amplitude","exponent","intercept","offset","slope","tableValues","type"])},t.attrsGroupsDefaults={core:{"xml:space":"default"},presentation:{clip:"auto","clip-path":"none","clip-rule":"nonzero",mask:"none",opacity:"1","stop-color":"#000","stop-opacity":"1","fill-opacity":"1","fill-rule":"nonzero",fill:"#000",stroke:"none","stroke-width":"1","stroke-linecap":"butt","stroke-linejoin":"miter","stroke-miterlimit":"4","stroke-dasharray":"none","stroke-dashoffset":"0","stroke-opacity":"1","paint-order":"normal","vector-effect":"none",display:"inline",visibility:"visible","marker-start":"none","marker-mid":"none","marker-end":"none","color-interpolation":"sRGB","color-interpolation-filters":"linearRGB","color-rendering":"auto","shape-rendering":"auto","text-rendering":"auto","image-rendering":"auto","font-style":"normal","font-variant":"normal","font-weight":"normal","font-stretch":"normal","font-size":"medium","font-size-adjust":"none",kerning:"auto","letter-spacing":"normal","word-spacing":"normal","text-decoration":"none","text-anchor":"start","text-overflow":"clip","writing-mode":"lr-tb","glyph-orientation-vertical":"auto","glyph-orientation-horizontal":"0deg",direction:"ltr","unicode-bidi":"normal","dominant-baseline":"auto","alignment-baseline":"baseline","baseline-shift":"baseline"},transferFunction:{slope:"1",intercept:"0",amplitude:"1",exponent:"1",offset:"0"}},t.elems={a:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation","xlink"]),attrs:new Set(["class","externalResourcesRequired","style","target","transform"]),defaults:{target:"_self"},contentGroups:new Set(["animation","descriptive","paintServer","shape","structural"]),content:new Set(["a","altGlyphDef","clipPath","color-profile","cursor","filter","font-face","font","foreignObject","image","marker","mask","pattern","script","style","switch","text","view","tspan"])},altGlyph:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation","xlink"]),attrs:new Set(["class","dx","dy","externalResourcesRequired","format","glyphRef","rotate","style","x","y"])},altGlyphDef:{attrsGroups:new Set(["core"]),content:new Set(["glyphRef"])},altGlyphItem:{attrsGroups:new Set(["core"]),content:new Set(["glyphRef","altGlyphItem"])},animate:{attrsGroups:new Set(["animationAddition","animationAttributeTarget","animationEvent","animationTiming","animationValue","conditionalProcessing","core","presentation","xlink"]),attrs:new Set(["externalResourcesRequired"]),contentGroups:new Set(["descriptive"])},animateColor:{attrsGroups:new Set(["animationAddition","animationAttributeTarget","animationEvent","animationTiming","animationValue","conditionalProcessing","core","presentation","xlink"]),attrs:new Set(["externalResourcesRequired"]),contentGroups:new Set(["descriptive"])},animateMotion:{attrsGroups:new Set(["animationAddition","animationEvent","animationTiming","animationValue","conditionalProcessing","core","xlink"]),attrs:new Set(["externalResourcesRequired","keyPoints","origin","path","rotate"]),defaults:{rotate:"0"},contentGroups:new Set(["descriptive"]),content:new Set(["mpath"])},animateTransform:{attrsGroups:new Set(["animationAddition","animationAttributeTarget","animationEvent","animationTiming","animationValue","conditionalProcessing","core","xlink"]),attrs:new Set(["externalResourcesRequired","type"]),contentGroups:new Set(["descriptive"])},circle:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation"]),attrs:new Set(["class","cx","cy","externalResourcesRequired","r","style","transform"]),defaults:{cx:"0",cy:"0"},contentGroups:new Set(["animation","descriptive"])},clipPath:{attrsGroups:new Set(["conditionalProcessing","core","presentation"]),attrs:new Set(["class","clipPathUnits","externalResourcesRequired","style","transform"]),defaults:{clipPathUnits:"userSpaceOnUse"},contentGroups:new Set(["animation","descriptive","shape"]),content:new Set(["text","use"])},"color-profile":{attrsGroups:new Set(["core","xlink"]),attrs:new Set(["local","name","rendering-intent"]),defaults:{name:"sRGB","rendering-intent":"auto"},contentGroups:new Set(["descriptive"])},cursor:{attrsGroups:new Set(["core","conditionalProcessing","xlink"]),attrs:new Set(["externalResourcesRequired","x","y"]),defaults:{x:"0",y:"0"},contentGroups:new Set(["descriptive"])},defs:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation"]),attrs:new Set(["class","externalResourcesRequired","style","transform"]),contentGroups:new Set(["animation","descriptive","paintServer","shape","structural"]),content:new Set(["a","altGlyphDef","clipPath","color-profile","cursor","filter","font-face","font","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"])},desc:{attrsGroups:new Set(["core"]),attrs:new Set(["class","style"])},ellipse:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation"]),attrs:new Set(["class","cx","cy","externalResourcesRequired","rx","ry","style","transform"]),defaults:{cx:"0",cy:"0"},contentGroups:new Set(["animation","descriptive"])},feBlend:{attrsGroups:new Set(["core","presentation","filterPrimitive"]),attrs:new Set(["class","style","in","in2","mode"]),defaults:{mode:"normal"},content:new Set(["animate","set"])},feColorMatrix:{attrsGroups:new Set(["core","presentation","filterPrimitive"]),attrs:new Set(["class","style","in","type","values"]),defaults:{type:"matrix"},content:new Set(["animate","set"])},feComponentTransfer:{attrsGroups:new Set(["core","presentation","filterPrimitive"]),attrs:new Set(["class","style","in"]),content:new Set(["feFuncA","feFuncB","feFuncG","feFuncR"])},feComposite:{attrsGroups:new Set(["core","presentation","filterPrimitive"]),attrs:new Set(["class","in","in2","k1","k2","k3","k4","operator","style"]),defaults:{operator:"over",k1:"0",k2:"0",k3:"0",k4:"0"},content:new Set(["animate","set"])},feConvolveMatrix:{attrsGroups:new Set(["core","presentation","filterPrimitive"]),attrs:new Set(["class","in","kernelMatrix","order","style","bias","divisor","edgeMode","targetX","targetY","kernelUnitLength","preserveAlpha"]),defaults:{order:"3",bias:"0",edgeMode:"duplicate",preserveAlpha:"false"},content:new Set(["animate","set"])},feDiffuseLighting:{attrsGroups:new Set(["core","presentation","filterPrimitive"]),attrs:new Set(["class","diffuseConstant","in","kernelUnitLength","style","surfaceScale"]),defaults:{surfaceScale:"1",diffuseConstant:"1"},contentGroups:new Set(["descriptive"]),content:new Set(["feDistantLight","fePointLight","feSpotLight"])},feDisplacementMap:{attrsGroups:new Set(["core","presentation","filterPrimitive"]),attrs:new Set(["class","in","in2","scale","style","xChannelSelector","yChannelSelector"]),defaults:{scale:"0",xChannelSelector:"A",yChannelSelector:"A"},content:new Set(["animate","set"])},feDistantLight:{attrsGroups:new Set(["core"]),attrs:new Set(["azimuth","elevation"]),defaults:{azimuth:"0",elevation:"0"},content:new Set(["animate","set"])},feFlood:{attrsGroups:new Set(["core","presentation","filterPrimitive"]),attrs:new Set(["class","style"]),content:new Set(["animate","animateColor","set"])},feFuncA:{attrsGroups:new Set(["core","transferFunction"]),content:new Set(["set","animate"])},feFuncB:{attrsGroups:new Set(["core","transferFunction"]),content:new Set(["set","animate"])},feFuncG:{attrsGroups:new Set(["core","transferFunction"]),content:new Set(["set","animate"])},feFuncR:{attrsGroups:new Set(["core","transferFunction"]),content:new Set(["set","animate"])},feGaussianBlur:{attrsGroups:new Set(["core","presentation","filterPrimitive"]),attrs:new Set(["class","style","in","stdDeviation"]),defaults:{stdDeviation:"0"},content:new Set(["set","animate"])},feImage:{attrsGroups:new Set(["core","presentation","filterPrimitive","xlink"]),attrs:new Set(["class","externalResourcesRequired","href","preserveAspectRatio","style","xlink:href"]),defaults:{preserveAspectRatio:"xMidYMid meet"},content:new Set(["animate","animateTransform","set"])},feMerge:{attrsGroups:new Set(["core","presentation","filterPrimitive"]),attrs:new Set(["class","style"]),content:new Set(["feMergeNode"])},feMergeNode:{attrsGroups:new Set(["core"]),attrs:new Set(["in"]),content:new Set(["animate","set"])},feMorphology:{attrsGroups:new Set(["core","presentation","filterPrimitive"]),attrs:new Set(["class","style","in","operator","radius"]),defaults:{operator:"erode",radius:"0"},content:new Set(["animate","set"])},feOffset:{attrsGroups:new Set(["core","presentation","filterPrimitive"]),attrs:new Set(["class","style","in","dx","dy"]),defaults:{dx:"0",dy:"0"},content:new Set(["animate","set"])},fePointLight:{attrsGroups:new Set(["core"]),attrs:new Set(["x","y","z"]),defaults:{x:"0",y:"0",z:"0"},content:new Set(["animate","set"])},feSpecularLighting:{attrsGroups:new Set(["core","presentation","filterPrimitive"]),attrs:new Set(["class","in","kernelUnitLength","specularConstant","specularExponent","style","surfaceScale"]),defaults:{surfaceScale:"1",specularConstant:"1",specularExponent:"1"},contentGroups:new Set(["descriptive","lightSource"])},feSpotLight:{attrsGroups:new Set(["core"]),attrs:new Set(["limitingConeAngle","pointsAtX","pointsAtY","pointsAtZ","specularExponent","x","y","z"]),defaults:{x:"0",y:"0",z:"0",pointsAtX:"0",pointsAtY:"0",pointsAtZ:"0",specularExponent:"1"},content:new Set(["animate","set"])},feTile:{attrsGroups:new Set(["core","presentation","filterPrimitive"]),attrs:new Set(["class","style","in"]),content:new Set(["animate","set"])},feTurbulence:{attrsGroups:new Set(["core","presentation","filterPrimitive"]),attrs:new Set(["baseFrequency","class","numOctaves","seed","stitchTiles","style","type"]),defaults:{baseFrequency:"0",numOctaves:"1",seed:"0",stitchTiles:"noStitch",type:"turbulence"},content:new Set(["animate","set"])},filter:{attrsGroups:new Set(["core","presentation","xlink"]),attrs:new Set(["class","externalResourcesRequired","filterRes","filterUnits","height","href","primitiveUnits","style","width","x","xlink:href","y"]),defaults:{primitiveUnits:"userSpaceOnUse",x:"-10%",y:"-10%",width:"120%",height:"120%"},contentGroups:new Set(["descriptive","filterPrimitive"]),content:new Set(["animate","set"])},font:{attrsGroups:new Set(["core","presentation"]),attrs:new Set(["class","externalResourcesRequired","horiz-adv-x","horiz-origin-x","horiz-origin-y","style","vert-adv-y","vert-origin-x","vert-origin-y"]),defaults:{"horiz-origin-x":"0","horiz-origin-y":"0"},contentGroups:new Set(["descriptive"]),content:new Set(["font-face","glyph","hkern","missing-glyph","vkern"])},"font-face":{attrsGroups:new Set(["core"]),attrs:new Set(["font-family","font-style","font-variant","font-weight","font-stretch","font-size","unicode-range","units-per-em","panose-1","stemv","stemh","slope","cap-height","x-height","accent-height","ascent","descent","widths","bbox","ideographic","alphabetic","mathematical","hanging","v-ideographic","v-alphabetic","v-mathematical","v-hanging","underline-position","underline-thickness","strikethrough-position","strikethrough-thickness","overline-position","overline-thickness"]),defaults:{"font-style":"all","font-variant":"normal","font-weight":"all","font-stretch":"normal","unicode-range":"U+0-10FFFF","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0",slope:"0"},contentGroups:new Set(["descriptive"]),content:new Set(["font-face-src"])},"font-face-format":{attrsGroups:new Set(["core"]),attrs:new Set(["string"])},"font-face-name":{attrsGroups:new Set(["core"]),attrs:new Set(["name"])},"font-face-src":{attrsGroups:new Set(["core"]),content:new Set(["font-face-name","font-face-uri"])},"font-face-uri":{attrsGroups:new Set(["core","xlink"]),attrs:new Set(["href","xlink:href"]),content:new Set(["font-face-format"])},foreignObject:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation"]),attrs:new Set(["class","externalResourcesRequired","height","style","transform","width","x","y"]),defaults:{x:"0",y:"0"}},g:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation"]),attrs:new Set(["class","externalResourcesRequired","style","transform"]),contentGroups:new Set(["animation","descriptive","paintServer","shape","structural"]),content:new Set(["a","altGlyphDef","clipPath","color-profile","cursor","filter","font-face","font","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"])},glyph:{attrsGroups:new Set(["core","presentation"]),attrs:new Set(["arabic-form","class","d","glyph-name","horiz-adv-x","lang","orientation","style","unicode","vert-adv-y","vert-origin-x","vert-origin-y"]),defaults:{"arabic-form":"initial"},contentGroups:new Set(["animation","descriptive","paintServer","shape","structural"]),content:new Set(["a","altGlyphDef","clipPath","color-profile","cursor","filter","font-face","font","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"])},glyphRef:{attrsGroups:new Set(["core","presentation"]),attrs:new Set(["class","d","horiz-adv-x","style","vert-adv-y","vert-origin-x","vert-origin-y"]),contentGroups:new Set(["animation","descriptive","paintServer","shape","structural"]),content:new Set(["a","altGlyphDef","clipPath","color-profile","cursor","filter","font-face","font","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"])},hatch:{attrsGroups:new Set(["core","presentation","xlink"]),attrs:new Set(["class","hatchContentUnits","hatchUnits","pitch","rotate","style","transform","x","y"]),defaults:{hatchUnits:"objectBoundingBox",hatchContentUnits:"userSpaceOnUse",x:"0",y:"0",pitch:"0",rotate:"0"},contentGroups:new Set(["animation","descriptive"]),content:new Set(["hatchPath"])},hatchPath:{attrsGroups:new Set(["core","presentation","xlink"]),attrs:new Set(["class","style","d","offset"]),defaults:{offset:"0"},contentGroups:new Set(["animation","descriptive"])},hkern:{attrsGroups:new Set(["core"]),attrs:new Set(["u1","g1","u2","g2","k"])},image:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation","xlink"]),attrs:new Set(["class","externalResourcesRequired","height","href","preserveAspectRatio","style","transform","width","x","xlink:href","y"]),defaults:{x:"0",y:"0",preserveAspectRatio:"xMidYMid meet"},contentGroups:new Set(["animation","descriptive"])},line:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation"]),attrs:new Set(["class","externalResourcesRequired","style","transform","x1","x2","y1","y2"]),defaults:{x1:"0",y1:"0",x2:"0",y2:"0"},contentGroups:new Set(["animation","descriptive"])},linearGradient:{attrsGroups:new Set(["core","presentation","xlink"]),attrs:new Set(["class","externalResourcesRequired","gradientTransform","gradientUnits","href","spreadMethod","style","x1","x2","xlink:href","y1","y2"]),defaults:{x1:"0",y1:"0",x2:"100%",y2:"0",spreadMethod:"pad"},contentGroups:new Set(["descriptive"]),content:new Set(["animate","animateTransform","set","stop"])},marker:{attrsGroups:new Set(["core","presentation"]),attrs:new Set(["class","externalResourcesRequired","markerHeight","markerUnits","markerWidth","orient","preserveAspectRatio","refX","refY","style","viewBox"]),defaults:{markerUnits:"strokeWidth",refX:"0",refY:"0",markerWidth:"3",markerHeight:"3"},contentGroups:new Set(["animation","descriptive","paintServer","shape","structural"]),content:new Set(["a","altGlyphDef","clipPath","color-profile","cursor","filter","font-face","font","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"])},mask:{attrsGroups:new Set(["conditionalProcessing","core","presentation"]),attrs:new Set(["class","externalResourcesRequired","height","mask-type","maskContentUnits","maskUnits","style","width","x","y"]),defaults:{maskUnits:"objectBoundingBox",maskContentUnits:"userSpaceOnUse",x:"-10%",y:"-10%",width:"120%",height:"120%"},contentGroups:new Set(["animation","descriptive","paintServer","shape","structural"]),content:new Set(["a","altGlyphDef","clipPath","color-profile","cursor","filter","font-face","font","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"])},metadata:{attrsGroups:new Set(["core"])},"missing-glyph":{attrsGroups:new Set(["core","presentation"]),attrs:new Set(["class","d","horiz-adv-x","style","vert-adv-y","vert-origin-x","vert-origin-y"]),contentGroups:new Set(["animation","descriptive","paintServer","shape","structural"]),content:new Set(["a","altGlyphDef","clipPath","color-profile","cursor","filter","font-face","font","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"])},mpath:{attrsGroups:new Set(["core","xlink"]),attrs:new Set(["externalResourcesRequired","href","xlink:href"]),contentGroups:new Set(["descriptive"])},path:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation"]),attrs:new Set(["class","d","externalResourcesRequired","pathLength","style","transform"]),contentGroups:new Set(["animation","descriptive"])},pattern:{attrsGroups:new Set(["conditionalProcessing","core","presentation","xlink"]),attrs:new Set(["class","externalResourcesRequired","height","href","patternContentUnits","patternTransform","patternUnits","preserveAspectRatio","style","viewBox","width","x","xlink:href","y"]),defaults:{patternUnits:"objectBoundingBox",patternContentUnits:"userSpaceOnUse",x:"0",y:"0",width:"0",height:"0",preserveAspectRatio:"xMidYMid meet"},contentGroups:new Set(["animation","descriptive","paintServer","shape","structural"]),content:new Set(["a","altGlyphDef","clipPath","color-profile","cursor","filter","font-face","font","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"])},polygon:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation"]),attrs:new Set(["class","externalResourcesRequired","points","style","transform"]),contentGroups:new Set(["animation","descriptive"])},polyline:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation"]),attrs:new Set(["class","externalResourcesRequired","points","style","transform"]),contentGroups:new Set(["animation","descriptive"])},radialGradient:{attrsGroups:new Set(["core","presentation","xlink"]),attrs:new Set(["class","cx","cy","externalResourcesRequired","fr","fx","fy","gradientTransform","gradientUnits","href","r","spreadMethod","style","xlink:href"]),defaults:{gradientUnits:"objectBoundingBox",cx:"50%",cy:"50%",r:"50%"},contentGroups:new Set(["descriptive"]),content:new Set(["animate","animateTransform","set","stop"])},meshGradient:{attrsGroups:new Set(["core","presentation","xlink"]),attrs:new Set(["class","style","x","y","gradientUnits","transform"]),contentGroups:new Set(["descriptive","paintServer","animation"]),content:new Set(["meshRow"])},meshRow:{attrsGroups:new Set(["core","presentation"]),attrs:new Set(["class","style"]),contentGroups:new Set(["descriptive"]),content:new Set(["meshPatch"])},meshPatch:{attrsGroups:new Set(["core","presentation"]),attrs:new Set(["class","style"]),contentGroups:new Set(["descriptive"]),content:new Set(["stop"])},rect:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation"]),attrs:new Set(["class","externalResourcesRequired","height","rx","ry","style","transform","width","x","y"]),defaults:{x:"0",y:"0"},contentGroups:new Set(["animation","descriptive"])},script:{attrsGroups:new Set(["core","xlink"]),attrs:new Set(["externalResourcesRequired","type","href","xlink:href"])},set:{attrsGroups:new Set(["animation","animationAttributeTarget","animationTiming","conditionalProcessing","core","xlink"]),attrs:new Set(["externalResourcesRequired","to"]),contentGroups:new Set(["descriptive"])},solidColor:{attrsGroups:new Set(["core","presentation"]),attrs:new Set(["class","style"]),contentGroups:new Set(["paintServer"])},stop:{attrsGroups:new Set(["core","presentation"]),attrs:new Set(["class","style","offset","path"]),content:new Set(["animate","animateColor","set"])},style:{attrsGroups:new Set(["core"]),attrs:new Set(["type","media","title"]),defaults:{type:"text/css"}},svg:{attrsGroups:new Set(["conditionalProcessing","core","documentEvent","graphicalEvent","presentation"]),attrs:new Set(["baseProfile","class","contentScriptType","contentStyleType","height","preserveAspectRatio","style","version","viewBox","width","x","y","zoomAndPan"]),defaults:{x:"0",y:"0",width:"100%",height:"100%",preserveAspectRatio:"xMidYMid meet",zoomAndPan:"magnify",version:"1.1",baseProfile:"none",contentScriptType:"application/ecmascript",contentStyleType:"text/css"},contentGroups:new Set(["animation","descriptive","paintServer","shape","structural"]),content:new Set(["a","altGlyphDef","clipPath","color-profile","cursor","filter","font-face","font","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"])},switch:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation"]),attrs:new Set(["class","externalResourcesRequired","style","transform"]),contentGroups:new Set(["animation","descriptive","shape"]),content:new Set(["a","foreignObject","g","image","svg","switch","text","use"])},symbol:{attrsGroups:new Set(["core","graphicalEvent","presentation"]),attrs:new Set(["class","externalResourcesRequired","preserveAspectRatio","refX","refY","style","viewBox"]),defaults:{refX:"0",refY:"0"},contentGroups:new Set(["animation","descriptive","paintServer","shape","structural"]),content:new Set(["a","altGlyphDef","clipPath","color-profile","cursor","filter","font-face","font","foreignObject","image","marker","mask","pattern","script","style","switch","text","view"])},text:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation"]),attrs:new Set(["class","dx","dy","externalResourcesRequired","lengthAdjust","rotate","style","textLength","transform","x","y"]),defaults:{x:"0",y:"0",lengthAdjust:"spacing"},contentGroups:new Set(["animation","descriptive","textContentChild"]),content:new Set(["a"])},textPath:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation","xlink"]),attrs:new Set(["class","d","externalResourcesRequired","href","method","spacing","startOffset","style","xlink:href"]),defaults:{startOffset:"0",method:"align",spacing:"exact"},contentGroups:new Set(["descriptive"]),content:new Set(["a","altGlyph","animate","animateColor","set","tref","tspan"])},title:{attrsGroups:new Set(["core"]),attrs:new Set(["class","style"])},tref:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation","xlink"]),attrs:new Set(["class","externalResourcesRequired","href","style","xlink:href"]),contentGroups:new Set(["descriptive"]),content:new Set(["animate","animateColor","set"])},tspan:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation"]),attrs:new Set(["class","dx","dy","externalResourcesRequired","lengthAdjust","rotate","style","textLength","x","y"]),contentGroups:new Set(["descriptive"]),content:new Set(["a","altGlyph","animate","animateColor","set","tref","tspan"])},use:{attrsGroups:new Set(["conditionalProcessing","core","graphicalEvent","presentation","xlink"]),attrs:new Set(["class","externalResourcesRequired","height","href","style","transform","width","x","xlink:href","y"]),defaults:{x:"0",y:"0"},contentGroups:new Set(["animation","descriptive"])},view:{attrsGroups:new Set(["core"]),attrs:new Set(["externalResourcesRequired","preserveAspectRatio","viewBox","viewTarget","zoomAndPan"]),contentGroups:new Set(["descriptive"])},vkern:{attrsGroups:new Set(["core"]),attrs:new Set(["u1","g1","u2","g2","k"])}},t.editorNamespaces=new Set(["http://creativecommons.org/ns#","http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd","http://ns.adobe.com/AdobeIllustrator/10.0/","http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/","http://ns.adobe.com/Extensibility/1.0/","http://ns.adobe.com/Flows/1.0/","http://ns.adobe.com/GenericCustomNamespace/1.0/","http://ns.adobe.com/Graphs/1.0/","http://ns.adobe.com/ImageReplacement/1.0/","http://ns.adobe.com/SaveForWeb/1.0/","http://ns.adobe.com/Variables/1.0/","http://ns.adobe.com/XPath/1.0/","http://purl.org/dc/elements/1.1/","http://schemas.microsoft.com/visio/2003/SVGExtensions/","http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd","http://taptrix.com/vectorillustrator/svg_extensions","http://www.bohemiancoding.com/sketch/ns","http://www.figma.com/figma/ns","http://www.inkscape.org/namespaces/inkscape","http://www.serif.com/","http://www.vector.evaxdesign.sk","http://www.w3.org/1999/02/22-rdf-syntax-ns#"]),t.referencesProps=new Set(["clip-path","color-profile","fill","filter","marker-end","marker-mid","marker-start","mask","stroke","style"]),t.inheritableAttrs=new Set(["clip-rule","color-interpolation-filters","color-interpolation","color-profile","color-rendering","color","cursor","direction","dominant-baseline","fill-opacity","fill-rule","fill","font-family","font-size-adjust","font-size","font-stretch","font-style","font-variant","font-weight","font","glyph-orientation-horizontal","glyph-orientation-vertical","image-rendering","letter-spacing","marker-end","marker-mid","marker-start","marker","paint-order","pointer-events","shape-rendering","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","stroke","text-anchor","text-rendering","transform","visibility","word-spacing","writing-mode"]),t.presentationNonInheritableGroupAttrs=new Set(["clip-path","display","filter","mask","opacity","text-decoration","transform","unicode-bidi"]),t.colorsNames={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#0ff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000",blanchedalmond:"#ffebcd",blue:"#00f",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#0ff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#f0f",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",gold:"#ffd700",goldenrod:"#daa520",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavender:"#e6e6fa",lavenderblush:"#fff0f5",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#789",lightslategrey:"#789",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#0f0",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#f0f",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#639",red:"#f00",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#fff",whitesmoke:"#f5f5f5",yellow:"#ff0",yellowgreen:"#9acd32"},t.colorsShortNames={"#f0ffff":"azure","#f5f5dc":"beige","#ffe4c4":"bisque","#a52a2a":"brown","#ff7f50":"coral","#ffd700":"gold","#808080":"gray","#008000":"green","#4b0082":"indigo","#fffff0":"ivory","#f0e68c":"khaki","#faf0e6":"linen","#800000":"maroon","#000080":"navy","#808000":"olive","#ffa500":"orange","#da70d6":"orchid","#cd853f":"peru","#ffc0cb":"pink","#dda0dd":"plum","#800080":"purple","#f00":"red","#ff0000":"red","#fa8072":"salmon","#a0522d":"sienna","#c0c0c0":"silver","#fffafa":"snow","#d2b48c":"tan","#008080":"teal","#ff6347":"tomato","#ee82ee":"violet","#f5deb3":"wheat"},t.colorsProps=new Set(["color","fill","flood-color","lighting-color","stop-color","stroke"]),t.pseudoClasses={displayState:new Set(["fullscreen","modal","picture-in-picture"]),input:new Set(["autofill","blank","checked","default","disabled","enabled","in-range","indetermined","invalid","optional","out-of-range","placeholder-shown","read-only","read-write","required","user-invalid","valid"]),linguistic:new Set(["dir","lang"]),location:new Set(["any-link","link","local-link","scope","target-within","target","visited"]),resourceState:new Set(["playing","paused"]),timeDimensional:new Set(["current","past","future"]),treeStructural:new Set(["empty","first-child","first-of-type","last-child","last-of-type","nth-child","nth-last-child","nth-last-of-type","nth-of-type","only-child","only-of-type","root"]),userAction:new Set(["active","focus-visible","focus-within","focus","hover"]),functional:new Set(["is","not","where","has"])}})(be);const hM=Bk,{textElems:pM}=be;class gg extends Error{constructor(e,r,i,n,a){super(e),this.name="SvgoParserError",this.message=`${a||""}:${r}:${i}: ${e}`,this.reason=e,this.line=r,this.column=i,this.source=n,Error.captureStackTrace&&Error.captureStackTrace(this,gg)}toString(){const e=this.source.split(/\r?\n/),r=Math.max(this.line-3,0),i=Math.min(this.line+2,e.length),n=String(i).length,a=Math.max(this.column-54,0),s=Math.max(this.column+20,80),l=e.slice(r,i).map((o,c)=>{const u=o.slice(a,s);let f="",h="";a!==0&&(f=a>o.length-1?" ":"…"),s${g}${f}${u}${h}
${d}^`}return` ${g}${f}${u}${h}`}).join(`
`);return`${this.name}: ${this.message}
${l}
`}}const Yf=//g,Yx={strict:!0,trim:!1,normalize:!1,lowercase:!0,xmlns:!0,position:!0},dM=(t,e)=>{const r=hM.parser(Yx.strict,Yx),i={type:"root",children:[]};let n=i;const a=[i],s=l=>{Object.defineProperty(l,"parentNode",{writable:!0,value:n}),n.children.push(l)};return r.ondoctype=l=>{s({type:"doctype",name:"svg",data:{doctype:l}});const o=l.indexOf("[");if(o>=0){Yf.lastIndex=o;let c=Yf.exec(t);for(;c!=null;)r.ENTITIES[c[1]]=c[2]||c[3],c=Yf.exec(t)}},r.onprocessinginstruction=l=>{const o={type:"instruction",name:l.name,value:l.body};s(o)},r.oncomment=l=>{const o={type:"comment",value:l.trim()};s(o)},r.oncdata=l=>{s({type:"cdata",value:l})},r.onopentag=l=>{let o={type:"element",name:l.name,attributes:{},children:[]};for(const[c,u]of Object.entries(l.attributes))o.attributes[c]=u.value;s(o),n=o,a.push(o)},r.ontext=l=>{if(n.type==="element"){if(pM.has(n.name))s({type:"text",value:l});else if(/\S/.test(l)){const o={type:"text",value:l.trim()};s(o)}}},r.onclosetag=()=>{a.pop(),n=a[a.length-1]},r.onerror=l=>{const o=new gg(l.reason,l.line+1,l.column,t,e);if(l.message.indexOf("Unexpected end")===-1)throw o},r.write(t).close(),i};Ik.parseSvg=dM;var zk={};const{textElems:fM}=be,mM=t=>gM[t],Ya={doctypeStart:"",procInstStart:"",procInstEnd:"?>",tagOpenStart:"<",tagOpenEnd:">",tagCloseStart:"",tagCloseEnd:">",tagShortStart:"<",tagShortEnd:"/>",attrStart:'="',attrEnd:'"',commentStart:"",cdataStart:"",textStart:"",textEnd:"",indent:4,regEntities:/[&'"<>]/g,regValEntities:/[&"<>]/g,encodeEntity:mM,pretty:!1,useShortTags:!0,eol:"lf",finalNewline:!1},gM={"&":"&","'":"'",'"':""",">":">","<":"<"},yM=(t,e={})=>{const r=Mt(Mt({},Ya),e),i=r.indent;let n=" ";typeof i=="number"&&Number.isNaN(i)===!1?n=i<0?" ":" ".repeat(i):typeof i=="string"&&(n=i);const a={indent:n,textContext:null,indentLevel:0},s=r.eol==="crlf"?`\r
`:`
`;r.pretty&&(r.doctypeEnd+=s,r.procInstEnd+=s,r.commentEnd+=s,r.cdataEnd+=s,r.tagShortEnd+=s,r.tagOpenEnd+=s,r.tagCloseEnd+=s,r.textEnd+=s);let l=Lk(t,r,a);return r.finalNewline&&l.length>0&&!l.endsWith(`
`)&&(l+=s),l};zk.stringifySvg=yM;const Lk=(t,e,r)=>{let i="";r.indentLevel+=1;for(const n of t.children)n.type==="element"&&(i+=wM(n,e,r)),n.type==="text"&&(i+=SM(n,e,r)),n.type==="doctype"&&(i+=xM(n,e)),n.type==="instruction"&&(i+=vM(n,e)),n.type==="comment"&&(i+=bM(n,e)),n.type==="cdata"&&(i+=kM(n,e,r));return r.indentLevel-=1,i},Mo=(t,e)=>{let r="";return t.pretty&&e.textContext==null&&(r=e.indent.repeat(e.indentLevel-1)),r},xM=(t,e)=>e.doctypeStart+t.data.doctype+e.doctypeEnd,vM=(t,e)=>e.procInstStart+t.name+" "+t.value+e.procInstEnd,bM=(t,e)=>e.commentStart+t.value+e.commentEnd,kM=(t,e,r)=>Mo(e,r)+e.cdataStart+t.value+e.cdataEnd,wM=(t,e,r)=>{if(t.children.length===0)return e.useShortTags?Mo(e,r)+e.tagShortStart+t.name+Zf(t,e)+e.tagShortEnd:Mo(e,r)+e.tagShortStart+t.name+Zf(t,e)+e.tagOpenEnd+e.tagCloseStart+t.name+e.tagCloseEnd;{let i=e.tagOpenStart,n=e.tagOpenEnd,a=e.tagCloseStart,s=e.tagCloseEnd,l=Mo(e,r),o=Mo(e,r);r.textContext?(i=Ya.tagOpenStart,n=Ya.tagOpenEnd,a=Ya.tagCloseStart,s=Ya.tagCloseEnd,l=""):fM.has(t.name)&&(n=Ya.tagOpenEnd,a=Ya.tagCloseStart,o="",r.textContext=t);const c=Lk(t,e,r);return r.textContext===t&&(r.textContext=null),l+i+t.name+Zf(t,e)+n+c+o+a+t.name+s}},Zf=(t,e)=>{let r="";for(const[i,n]of Object.entries(t.attributes))if(n!==void 0){const a=n.toString().replace(e.regValEntities,e.encodeEntity);r+=" "+i+e.attrStart+a+e.attrEnd}else r+=" "+i;return r},SM=(t,e,r)=>Mo(e,r)+e.textStart+t.value.replace(e.regEntities,e.encodeEntity)+(r.textContext?"":e.textEnd);var Ok={},rd={},Ht={},Vk={},Nk={},oi={},Is={},Bu={};(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.Doctype=t.CDATA=t.Tag=t.Style=t.Script=t.Comment=t.Directive=t.Text=t.Root=t.isTag=t.ElementType=void 0;var e;(function(i){i.Root="root",i.Text="text",i.Directive="directive",i.Comment="comment",i.Script="script",i.Style="style",i.Tag="tag",i.CDATA="cdata",i.Doctype="doctype"})(e=t.ElementType||(t.ElementType={}));function r(i){return i.type===e.Tag||i.type===e.Script||i.type===e.Style}t.isTag=r,t.Root=e.Root,t.Text=e.Text,t.Directive=e.Directive,t.Comment=e.Comment,t.Script=e.Script,t.Style=e.Style,t.Tag=e.Tag,t.CDATA=e.CDATA,t.Doctype=e.Doctype})(Bu);var qt={},La=Dt&&Dt.__extends||function(){var t=function(e,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(i,n){i.__proto__=n}||function(i,n){for(var a in n)Object.prototype.hasOwnProperty.call(n,a)&&(i[a]=n[a])},t(e,r)};return function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");t(e,r);function i(){this.constructor=e}e.prototype=r===null?Object.create(r):(i.prototype=r.prototype,new i)}}(),Vc=Dt&&Dt.__assign||function(){return Vc=Object.assign||function(t){for(var e,r=1,i=arguments.length;r0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"childNodes",{get:function(){return this.children},set:function(r){this.children=r},enumerable:!1,configurable:!0}),e}(yg);qt.NodeWithChildren=nd;var jk=function(t){La(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.type=Jr.ElementType.CDATA,r}return Object.defineProperty(e.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),e}(nd);qt.CDATA=jk;var qk=function(t){La(e,t);function e(){var r=t!==null&&t.apply(this,arguments)||this;return r.type=Jr.ElementType.Root,r}return Object.defineProperty(e.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),e}(nd);qt.Document=qk;var Uk=function(t){La(e,t);function e(r,i,n,a){n===void 0&&(n=[]),a===void 0&&(a=r==="script"?Jr.ElementType.Script:r==="style"?Jr.ElementType.Style:Jr.ElementType.Tag);var s=t.call(this,n)||this;return s.name=r,s.attribs=i,s.type=a,s}return Object.defineProperty(e.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"tagName",{get:function(){return this.name},set:function(r){this.name=r},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"attributes",{get:function(){var r=this;return Object.keys(this.attribs).map(function(i){var n,a;return{name:i,value:r.attribs[i],namespace:(n=r["x-attribsNamespace"])===null||n===void 0?void 0:n[i],prefix:(a=r["x-attribsPrefix"])===null||a===void 0?void 0:a[i]}})},enumerable:!1,configurable:!0}),e}(nd);qt.Element=Uk;function Hk(t){return(0,Jr.isTag)(t)}qt.isTag=Hk;function Wk(t){return t.type===Jr.ElementType.CDATA}qt.isCDATA=Wk;function Xk(t){return t.type===Jr.ElementType.Text}qt.isText=Xk;function Yk(t){return t.type===Jr.ElementType.Comment}qt.isComment=Yk;function Zk(t){return t.type===Jr.ElementType.Directive}qt.isDirective=Zk;function Kk(t){return t.type===Jr.ElementType.Root}qt.isDocument=Kk;function AM(t){return Object.prototype.hasOwnProperty.call(t,"children")}qt.hasChildren=AM;function xg(t,e){e===void 0&&(e=!1);var r;if(Xk(t))r=new Gk(t.data);else if(Yk(t))r=new Fk(t.data);else if(Hk(t)){var i=e?Kf(t.children):[],n=new Uk(t.name,Vc({},t.attribs),i);i.forEach(function(o){return o.parent=n}),t.namespace!=null&&(n.namespace=t.namespace),t["x-attribsNamespace"]&&(n["x-attribsNamespace"]=Vc({},t["x-attribsNamespace"])),t["x-attribsPrefix"]&&(n["x-attribsPrefix"]=Vc({},t["x-attribsPrefix"])),r=n}else if(Wk(t)){var i=e?Kf(t.children):[],a=new jk(i);i.forEach(function(c){return c.parent=a}),r=a}else if(Kk(t)){var i=e?Kf(t.children):[],s=new qk(i);i.forEach(function(c){return c.parent=s}),t["x-mode"]&&(s["x-mode"]=t["x-mode"]),r=s}else if(Zk(t)){var l=new Rk(t.name,t.data);t["x-name"]!=null&&(l["x-name"]=t["x-name"],l["x-publicId"]=t["x-publicId"],l["x-systemId"]=t["x-systemId"]),r=l}else throw new Error("Not implemented yet: ".concat(t.type));return r.startIndex=t.startIndex,r.endIndex=t.endIndex,t.sourceCodeLocation!=null&&(r.sourceCodeLocation=t.sourceCodeLocation),r}qt.cloneNode=xg;function Kf(t){for(var e=t.map(function(i){return xg(i,!0)}),r=1;r䀾mmaĀ;d䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ߂ߐĀiyޱrc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣসে্ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४ĀnrࢃgleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpwਖਛgȀLRlr৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼અઋp;椅y;䐜Ādl੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑඞcy;䐊cute;䅃ƀaeyહાron;䅇dil;䅅;䐝ƀgswે૰ativeƀMTV૨ediumSpace;怋hiĀcn૦ëeryThiîtedĀGLଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷreak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪௫ఄ಄ದൡඅ櫬Āoungruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater;EFGLSTஶஷ扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨setĀ;Eೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂෛ෧ขภยา฿ไlig;䅒cute耻Ó䃓Āiyීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲcr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬืde耻Õ䃕es;樷ml耻Ö䃖erĀBP๋Āar๐๓r;怾acĀek๚;揞et;掴arenthesis;揜ҀacfhilorsງຊຏຒດຝະrtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ檻cedesȀ;EST່້扺qual;檯lantEqual;扼ilde;找me;怳Ādpuct;戏ortionĀ;aȥl;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL憒ar;懥eftArrow;懄eiling;按oǵ\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄቕቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHcቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗ĀeiቻDzኀ\0ኇefore;戴a;䎘ĀcnኘkSpace;쀀 Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtèa;䎖r;愨pf;愤cr;쀀𝒵ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒;Eaeiopᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;eᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;eᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰᝃᝈ០៦ᠹᡐᜍ᥈ᥰot;櫭ĀcrᛶkȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;tbrk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯᝳ;䎲;愶een;扬r;쀀𝔟gcostuvwឍឝឳេ៕៛ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀakoᠦᠵĀcn៲ᠣkƀlst֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ;敛;敘;攘;攔;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģbar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;elƀ;bhᥨᥩᥫ䁜;槅sub;柈ŬᥴlĀ;e怢t»pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭒\0᯽\0ᰌƀcprᦲute;䄇̀;abcdsᦿᧀᧄ᧕᧙戩nd;橄rcup;橉Āau᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r;Ecefms᩠ᩢᩫ᪤᪪旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ\0\0aĀ;t䀬;䁀ƀ;fl戁îᅠeĀmxent»eóɍǧ\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯delprvw᭠᭬᭷ᮂᮬᯔarrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;pᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰻᰿ᱝᱩᱵᲞᲬᲷᴍᵻᶑᶫᶻ᷆᷍ròar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂᳖᳜᳠mƀ;oș᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄĀDoḆᴴoôĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»ṺƀaeiἒἚls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧\0耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₥₰₴⃰℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽ƀ;qsؾٌlanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqrⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0proør;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼ròòΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonóquigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roøurĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨íistĀ;sடr;쀀𝔫ȀEest⩦⩹⩼ƀ;qs⩭ƀ;qs⩴lanôií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast⭕⭚⭟lleìl;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖchimpqu⮽⯍⯙⬄⯤⯯Ȁ;cerല⯆ഷ⯉uå;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭ååഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñĀ;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;cⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācrir;榿;쀀𝔬ͯ\0\0\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕⶥⶨrò᪀Āirⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔǒr;榷rp;榹;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ\0\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ脀¶;l䂶leìЃɩ\0\0m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳ᤈ⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t⾴ïrel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⋢⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔ABHabcdefhilmnoprstuxけさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstwガクシスゼゾダッデナp;極Ā;fゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ìâヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘rrowĀ;tㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowóarpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓ròaòՑ;怏oustĀ;a㈞掱che»mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì耻䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;qኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫwar;椪lig耻ß䃟㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rëƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproøim»ኬsðኞĀas㚺㚮ðrn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈadempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xôheadĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roðtré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜtré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(function(t){return t.charCodeAt(0)}));var bg={};Object.defineProperty(bg,"__esModule",{value:!0});bg.default=new Uint16Array("Ȁaglq \x1Bɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(function(t){return t.charCodeAt(0)}));var T2={};(function(t){var e;Object.defineProperty(t,"__esModule",{value:!0}),t.replaceCodePoint=t.fromCodePoint=void 0;var r=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]]);t.fromCodePoint=(e=String.fromCodePoint)!==null&&e!==void 0?e:function(a){var s="";return a>65535&&(a-=65536,s+=String.fromCharCode(a>>>10&1023|55296),a=56320|a&1023),s+=String.fromCharCode(a),s};function i(a){var s;return a>=55296&&a<=57343||a>1114111?65533:(s=r.get(a))!==null&&s!==void 0?s:a}t.replaceCodePoint=i;function n(a){return(0,t.fromCodePoint)(i(a))}t.default=n})(T2);(function(t){var e=Dt&&Dt.__importDefault||function(m){return m&&m.__esModule?m:{default:m}};Object.defineProperty(t,"__esModule",{value:!0}),t.decodeXML=t.decodeHTMLStrict=t.decodeHTML=t.determineBranch=t.BinTrieFlags=t.fromCodePoint=t.replaceCodePoint=t.decodeCodePoint=t.xmlDecodeTree=t.htmlDecodeTree=void 0;var r=e(vg);t.htmlDecodeTree=r.default;var i=e(bg);t.xmlDecodeTree=i.default;var n=e(T2);t.decodeCodePoint=n.default;var a=T2;Object.defineProperty(t,"replaceCodePoint",{enumerable:!0,get:function(){return a.replaceCodePoint}}),Object.defineProperty(t,"fromCodePoint",{enumerable:!0,get:function(){return a.fromCodePoint}});var s;(function(m){m[m.NUM=35]="NUM",m[m.SEMI=59]="SEMI",m[m.ZERO=48]="ZERO",m[m.NINE=57]="NINE",m[m.LOWER_A=97]="LOWER_A",m[m.LOWER_F=102]="LOWER_F",m[m.LOWER_X=120]="LOWER_X",m[m.To_LOWER_BIT=32]="To_LOWER_BIT"})(s||(s={}));var l;(function(m){m[m.VALUE_LENGTH=49152]="VALUE_LENGTH",m[m.BRANCH_LENGTH=16256]="BRANCH_LENGTH",m[m.JUMP_TABLE=127]="JUMP_TABLE"})(l=t.BinTrieFlags||(t.BinTrieFlags={}));function o(m){return function(k,d){for(var p="",x=0,b=0;(b=k.indexOf("&",b))>=0;){if(p+=k.slice(x,b),x=b,b+=1,k.charCodeAt(b)===s.NUM){var v=b+1,S=10,_=k.charCodeAt(v);(_|s.To_LOWER_BIT)===s.LOWER_X&&(S=16,b+=1,v+=1);do _=k.charCodeAt(++b);while(_>=s.ZERO&&_<=s.NINE||S===16&&(_|s.To_LOWER_BIT)>=s.LOWER_A&&(_|s.To_LOWER_BIT)<=s.LOWER_F);if(v!==b){var w=k.substring(v,b),P=parseInt(w,S);if(k.charCodeAt(b)===s.SEMI)b+=1;else if(d)continue;p+=(0,n.default)(P),x=b}continue}for(var I=0,L=1,G=0,z=m[G];b>14)-1;if(O===0)break;G+=O}}if(I!==0){var O=(m[I]&l.VALUE_LENGTH)>>14;p+=O===1?String.fromCharCode(m[I]&~l.VALUE_LENGTH):O===2?String.fromCharCode(m[I+1]):String.fromCharCode(m[I+1],m[I+2]),x=b-L+1}}return p+k.slice(x)}}function c(m,k,d,p){var x=(k&l.BRANCH_LENGTH)>>7,b=k&l.JUMP_TABLE;if(x===0)return b!==0&&p===b?d:-1;if(b){var v=p-b;return v<0||v>=x?-1:m[d+v]-1}for(var S=d,_=S+x-1;S<=_;){var w=S+_>>>1,P=m[w];if(Pp)_=w-1;else return m[w+x]}return-1}t.determineBranch=c;var u=o(r.default),f=o(i.default);function h(m){return u(m,!1)}t.decodeHTML=h;function y(m){return u(m,!0)}t.decodeHTMLStrict=y;function g(m){return f(m,!0)}t.decodeXML=g})(D2);var Es={},kg={};Object.defineProperty(kg,"__esModule",{value:!0});function Fh(t){for(var e=1;e$\x80-\uFFFF]/g;var e=new Map([[34,"""],[38,"&"],[39,"'"],[60,"<"],[62,">"]]);t.getCodePoint=String.prototype.codePointAt!=null?function(n,a){return n.codePointAt(a)}:function(n,a){return(n.charCodeAt(a)&64512)===55296?(n.charCodeAt(a)-55296)*1024+n.charCodeAt(a+1)-56320+65536:n.charCodeAt(a)};function r(n){for(var a="",s=0,l;(l=t.xmlReplacer.exec(n))!==null;){var o=l.index,c=n.charCodeAt(o),u=e.get(c);u!==void 0?(a+=n.substring(s,o)+u,s=o+1):(a+="".concat(n.substring(s,o),"").concat((0,t.getCodePoint)(n,o).toString(16),";"),s=t.xmlReplacer.lastIndex+=+((c&64512)===55296))}return a+n.substr(s)}t.encodeXML=r,t.escape=r;function i(n,a){return function(s){for(var l,o=0,c="";l=n.exec(s);)o!==l.index&&(c+=s.substring(o,l.index)),c+=a.get(l[0].charCodeAt(0)),o=l.index+1;return c+s.substring(o)}}t.escapeUTF8=i(/[&<>'"]/g,e),t.escapeAttribute=i(/["&\u00A0]/g,new Map([[34,"""],[38,"&"],[160," "]])),t.escapeText=i(/[&<>\u00A0]/g,new Map([[38,"&"],[60,"<"],[62,">"],[160," "]]))})(ap);var EM=Dt&&Dt.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(Es,"__esModule",{value:!0});Es.encodeNonAsciiHTML=Es.encodeHTML=void 0;var _M=EM(kg),Qk=ap,CM=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function PM(t){return t8(CM,t)}Es.encodeHTML=PM;function DM(t){return t8(Qk.xmlReplacer,t)}Es.encodeNonAsciiHTML=DM;function t8(t,e){for(var r="",i=0,n;(n=t.exec(e))!==null;){var a=n.index;r+=e.substring(i,a);var s=e.charCodeAt(a),l=_M.default.get(s);if(typeof l=="object"){if(a+1"):(i+=">",t.children.length>0&&(i+=ad(t.children,e)),(e.xmlMode||!Zx.has(t.name))&&(i+="".concat(t.name,">"))),i}function GM(t){return"<".concat(t.data,">")}function FM(t,e){var r,i=t.data||"";return((r=e.encodeEntities)!==null&&r!==void 0?r:e.decodeEntities)!==!1&&!(!e.xmlMode&&t.parent&&IM.has(t.parent.name))&&(i=e.xmlMode||e.encodeEntities!=="utf8"?(0,sp.encodeXML)(i):(0,sp.escapeText)(i)),i}function RM(t){return"")}function jM(t){return"")}var qM=Dt&&Dt.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(oi,"__esModule",{value:!0});oi.innerText=oi.textContent=oi.getText=oi.getInnerHTML=oi.getOuterHTML=void 0;var bn=Is,UM=qM(zu),HM=Bu;function r8(t,e){return(0,UM.default)(t,e)}oi.getOuterHTML=r8;function WM(t,e){return(0,bn.hasChildren)(t)?t.children.map(function(r){return r8(r,e)}).join(""):""}oi.getInnerHTML=WM;function x1(t){return Array.isArray(t)?t.map(x1).join(""):(0,bn.isTag)(t)?t.name==="br"?`
`:x1(t.children):(0,bn.isCDATA)(t)?x1(t.children):(0,bn.isText)(t)?t.data:""}oi.getText=x1;function $2(t){return Array.isArray(t)?t.map($2).join(""):(0,bn.hasChildren)(t)&&!(0,bn.isComment)(t)?$2(t.children):(0,bn.isText)(t)?t.data:""}oi.textContent=$2;function M2(t){return Array.isArray(t)?t.map(M2).join(""):(0,bn.hasChildren)(t)&&(t.type===HM.ElementType.Tag||(0,bn.isCDATA)(t))?M2(t.children):(0,bn.isText)(t)?t.data:""}oi.innerText=M2;var sr={};Object.defineProperty(sr,"__esModule",{value:!0});sr.prevElementSibling=sr.nextElementSibling=sr.getName=sr.hasAttrib=sr.getAttributeValue=sr.getSiblings=sr.getParent=sr.getChildren=void 0;var wg=Is;function i8(t){return(0,wg.hasChildren)(t)?t.children:[]}sr.getChildren=i8;function n8(t){return t.parent||null}sr.getParent=n8;function XM(t){var e,r,i=n8(t);if(i!=null)return i8(i);for(var n=[t],a=t.prev,s=t.next;a!=null;)n.unshift(a),e=a,a=e.prev;for(;s!=null;)n.push(s),r=s,s=r.next;return n}sr.getSiblings=XM;function YM(t,e){var r;return(r=t.attribs)===null||r===void 0?void 0:r[e]}sr.getAttributeValue=YM;function ZM(t,e){return t.attribs!=null&&Object.prototype.hasOwnProperty.call(t.attribs,e)&&t.attribs[e]!=null}sr.hasAttrib=ZM;function KM(t){return t.name}sr.getName=KM;function JM(t){for(var e,r=t.next;r!==null&&!(0,wg.isTag)(r);)e=r,r=e.next;return r}sr.nextElementSibling=JM;function QM(t){for(var e,r=t.prev;r!==null&&!(0,wg.isTag)(r);)e=r,r=e.prev;return r}sr.prevElementSibling=QM;var jr={};Object.defineProperty(jr,"__esModule",{value:!0});jr.prepend=jr.prependChild=jr.append=jr.appendChild=jr.replaceElement=jr.removeElement=void 0;function Lu(t){if(t.prev&&(t.prev.next=t.next),t.next&&(t.next.prev=t.prev),t.parent){var e=t.parent.children;e.splice(e.lastIndexOf(t),1)}}jr.removeElement=Lu;function tI(t,e){var r=e.prev=t.prev;r&&(r.next=e);var i=e.next=t.next;i&&(i.prev=e);var n=e.parent=t.parent;if(n){var a=n.children;a[a.lastIndexOf(t)]=e,t.parent=null}}jr.replaceElement=tI;function eI(t,e){if(Lu(e),e.next=null,e.parent=t,t.children.push(e)>1){var r=t.children[t.children.length-2];r.next=e,e.prev=r}else e.prev=null}jr.appendChild=eI;function rI(t,e){Lu(e);var r=t.parent,i=t.next;if(e.next=i,e.prev=t,t.next=e,e.parent=r,i){if(i.prev=e,r){var n=r.children;n.splice(n.lastIndexOf(i),0,e)}}else r&&r.children.push(e)}jr.append=rI;function iI(t,e){if(Lu(e),e.parent=t,e.prev=null,t.children.unshift(e)!==1){var r=t.children[1];r.prev=e,e.next=r}else e.next=null}jr.prependChild=iI;function nI(t,e){Lu(e);var r=t.parent;if(r){var i=r.children;i.splice(i.indexOf(t),0,e)}t.prev&&(t.prev.next=e),e.parent=r,e.prev=t.prev,e.next=t,t.prev=e}jr.prepend=nI;var Mr={};Object.defineProperty(Mr,"__esModule",{value:!0});Mr.findAll=Mr.existsOne=Mr.findOne=Mr.findOneChild=Mr.find=Mr.filter=void 0;var tu=Is;function aI(t,e,r,i){return r===void 0&&(r=!0),i===void 0&&(i=1/0),Array.isArray(e)||(e=[e]),Sg(t,e,r,i)}Mr.filter=aI;function Sg(t,e,r,i){for(var n=[],a=0,s=e;a0){var o=Sg(t,l.children,r,i);if(n.push.apply(n,o),i-=o.length,i<=0)break}}return n}Mr.find=Sg;function sI(t,e){return e.find(t)}Mr.findOneChild=sI;function a8(t,e,r){r===void 0&&(r=!0);for(var i=null,n=0;n0&&(i=a8(t,a.children,!0));else continue}return i}Mr.findOne=a8;function s8(t,e){return e.some(function(r){return(0,tu.isTag)(r)&&(t(r)||r.children.length>0&&s8(t,r.children))})}Mr.existsOne=s8;function oI(t,e){for(var r,i=[],n=e.filter(tu.isTag),a;a=n.shift();){var s=(r=a.children)===null||r===void 0?void 0:r.filter(tu.isTag);s&&s.length>0&&n.unshift.apply(n,s),t(a)&&i.push(a)}return i}Mr.findAll=oI;var li={};Object.defineProperty(li,"__esModule",{value:!0});li.getElementsByTagType=li.getElementsByTagName=li.getElementById=li.getElements=li.testElement=void 0;var is=Is,sd=Mr,op={tag_name:function(t){return typeof t=="function"?function(e){return(0,is.isTag)(e)&&t(e.name)}:t==="*"?is.isTag:function(e){return(0,is.isTag)(e)&&e.name===t}},tag_type:function(t){return typeof t=="function"?function(e){return t(e.type)}:function(e){return e.type===t}},tag_contains:function(t){return typeof t=="function"?function(e){return(0,is.isText)(e)&&t(e.data)}:function(e){return(0,is.isText)(e)&&e.data===t}}};function o8(t,e){return typeof e=="function"?function(r){return(0,is.isTag)(r)&&e(r.attribs[t])}:function(r){return(0,is.isTag)(r)&&r.attribs[t]===e}}function lI(t,e){return function(r){return t(r)||e(r)}}function l8(t){var e=Object.keys(t).map(function(r){var i=t[r];return Object.prototype.hasOwnProperty.call(op,r)?op[r](i):o8(r,i)});return e.length===0?null:e.reduce(lI)}function cI(t,e){var r=l8(t);return r?r(e):!0}li.testElement=cI;function uI(t,e,r,i){i===void 0&&(i=1/0);var n=l8(t);return n?(0,sd.filter)(n,e,r,i):[]}li.getElements=uI;function hI(t,e,r){return r===void 0&&(r=!0),Array.isArray(e)||(e=[e]),(0,sd.findOne)(o8("id",t),e,r)}li.getElementById=hI;function pI(t,e,r,i){return r===void 0&&(r=!0),i===void 0&&(i=1/0),(0,sd.filter)(op.tag_name(t),e,r,i)}li.getElementsByTagName=pI;function dI(t,e,r,i){return r===void 0&&(r=!0),i===void 0&&(i=1/0),(0,sd.filter)(op.tag_type(t),e,r,i)}li.getElementsByTagType=dI;var c8={};(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.uniqueSort=t.compareDocumentPosition=t.DocumentPosition=t.removeSubsets=void 0;var e=Is;function r(s){for(var l=s.length;--l>=0;){var o=s[l];if(l>0&&s.lastIndexOf(o,l-1)>=0){s.splice(l,1);continue}for(var c=o.parent;c;c=c.parent)if(s.includes(c)){s.splice(l,1);break}}return s}t.removeSubsets=r;var i;(function(s){s[s.DISCONNECTED=1]="DISCONNECTED",s[s.PRECEDING=2]="PRECEDING",s[s.FOLLOWING=4]="FOLLOWING",s[s.CONTAINS=8]="CONTAINS",s[s.CONTAINED_BY=16]="CONTAINED_BY"})(i=t.DocumentPosition||(t.DocumentPosition={}));function n(s,l){var o=[],c=[];if(s===l)return 0;for(var u=(0,e.hasChildren)(s)?s:s.parent;u;)o.unshift(u),u=u.parent;for(u=(0,e.hasChildren)(l)?l:l.parent;u;)c.unshift(u),u=u.parent;for(var f=Math.min(o.length,c.length),h=0;hg.indexOf(k)?y===l?i.FOLLOWING|i.CONTAINED_BY:i.FOLLOWING:y===s?i.PRECEDING|i.CONTAINS:i.PRECEDING}t.compareDocumentPosition=n;function a(s){return s=s.filter(function(l,o,c){return!c.includes(l,o+1)}),s.sort(function(l,o){var c=n(l,o);return c&i.PRECEDING?-1:c&i.FOLLOWING?1:0}),s}t.uniqueSort=a})(c8);var od={};Object.defineProperty(od,"__esModule",{value:!0});od.getFeed=void 0;var fI=oi,Ou=li;function mI(t){var e=lp(bI,t);return e?e.name==="feed"?gI(e):yI(e):null}od.getFeed=mI;function gI(t){var e,r=t.children,i={type:"atom",items:(0,Ou.getElementsByTagName)("entry",r).map(function(s){var l,o=s.children,c={media:u8(o)};Rr(c,"id","id",o),Rr(c,"title","title",o);var u=(l=lp("link",o))===null||l===void 0?void 0:l.attribs.href;u&&(c.link=u);var f=ls("summary",o)||ls("content",o);f&&(c.description=f);var h=ls("updated",o);return h&&(c.pubDate=new Date(h)),c})};Rr(i,"id","id",r),Rr(i,"title","title",r);var n=(e=lp("link",r))===null||e===void 0?void 0:e.attribs.href;n&&(i.link=n),Rr(i,"description","subtitle",r);var a=ls("updated",r);return a&&(i.updated=new Date(a)),Rr(i,"author","email",r,!0),i}function yI(t){var e,r,i=(r=(e=lp("channel",t.children))===null||e===void 0?void 0:e.children)!==null&&r!==void 0?r:[],n={type:t.name.substr(0,3),id:"",items:(0,Ou.getElementsByTagName)("item",t.children).map(function(s){var l=s.children,o={media:u8(l)};Rr(o,"id","guid",l),Rr(o,"title","title",l),Rr(o,"link","link",l),Rr(o,"description","description",l);var c=ls("pubDate",l);return c&&(o.pubDate=new Date(c)),o})};Rr(n,"title","title",i),Rr(n,"link","link",i),Rr(n,"description","description",i);var a=ls("lastBuildDate",i);return a&&(n.updated=new Date(a)),Rr(n,"author","managingEditor",i,!0),n}var xI=["url","type","lang"],vI=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function u8(t){return(0,Ou.getElementsByTagName)("media:content",t).map(function(e){for(var r=e.attribs,i={medium:r.medium,isDefault:!!r.isDefault},n=0,a=xI;n>10|55296,i&1023|56320)}function jl(t){return t.replace(wI,_I)}function Jf(t){return t===39||t===34}function Jx(t){return t===32||t===9||t===10||t===12||t===13}function CI(t){const e=[],r=p8(e,`${t}`,0);if(r0&&r0&&h8(i[i.length-1]))throw new Error("Did not expect successive traversals.")}function c(h){if(i.length>0&&i[i.length-1].type===Zt.Descendant){i[i.length-1].type=h;return}o(),i.push({type:h})}function u(h,y){i.push({type:Zt.Attribute,name:h,action:y,value:n(1),namespace:null,ignoreCase:"quirks"})}function f(){if(i.length&&i[i.length-1].type===Zt.Descendant&&i.pop(),i.length===0)throw new Error("Empty sub-selector");t.push(i)}if(a(0),e.length===r)return r;t:for(;rt.charCodeAt(0))),Qx=new Set(f8.map(t=>t.charCodeAt(0))),Bo=new Set([...f8,"~","^","$","*","+","!","|",":","[","]"," ","."].map(t=>t.charCodeAt(0)));function m8(t){return t.map(e=>e.map(DI).join("")).join(", ")}function DI(t,e,r){switch(t.type){case Zt.Child:return e===0?"> ":" > ";case Zt.Parent:return e===0?"< ":" < ";case Zt.Sibling:return e===0?"~ ":" ~ ";case Zt.Adjacent:return e===0?"+ ":" + ";case Zt.Descendant:return" ";case Zt.ColumnCombinator:return e===0?"|| ":" || ";case Zt.Universal:return t.namespace==="*"&&e+10?i+t.slice(r):t}var $I=Object.freeze({__proto__:null,isTraversal:h8,parse:CI,stringify:m8,get SelectorType(){return Zt},IgnoreCaseMode:kI,get AttributeAction(){return we}}),Vu=uM($I),d0={};Object.defineProperty(d0,"__esModule",{value:!0});d0.isTraversal=void 0;var si=Vu,y8=new Map([[si.SelectorType.Universal,50],[si.SelectorType.Tag,30],[si.SelectorType.Attribute,1],[si.SelectorType.Pseudo,0]]);function MI(t){return!y8.has(t.type)}d0.isTraversal=MI;var II=new Map([[si.AttributeAction.Exists,10],[si.AttributeAction.Equals,8],[si.AttributeAction.Not,7],[si.AttributeAction.Start,6],[si.AttributeAction.End,6],[si.AttributeAction.Any,5]]);function BI(t){for(var e=t.map(x8),r=1;r=0&&i>=1)):t.type===si.SelectorType.Pseudo&&(t.data?t.name==="has"||t.name==="contains"?i=0:Array.isArray(t.data)?(i=Math.min.apply(Math,t.data.map(function(n){return Math.min.apply(Math,n.map(x8))})),i<0&&(i=0)):i=2:i=3),i}var ld={},cd={},zI=Dt&&Dt.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(cd,"__esModule",{value:!0});cd.attributeRules=void 0;var Rh=zI(p0),LI=/[-[\]{}()*+?.,\\^$|#\s]/g;function e5(t){return t.replace(LI,"\\$&")}var OI=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 Ua(t,e){return typeof t.ignoreCase=="boolean"?t.ignoreCase:t.ignoreCase==="quirks"?!!e.quirksMode:!e.xmlMode&&OI.has(t.name)}cd.attributeRules={equals:function(t,e,r){var i=r.adapter,n=e.name,a=e.value;return Ua(e,r)?(a=a.toLowerCase(),function(s){var l=i.getAttributeValue(s,n);return l!=null&&l.length===a.length&&l.toLowerCase()===a&&t(s)}):function(s){return i.getAttributeValue(s,n)===a&&t(s)}},hyphen:function(t,e,r){var i=r.adapter,n=e.name,a=e.value,s=a.length;return Ua(e,r)?(a=a.toLowerCase(),function(l){var o=i.getAttributeValue(l,n);return o!=null&&(o.length===s||o.charAt(s)==="-")&&o.substr(0,s).toLowerCase()===a&&t(l)}):function(l){var o=i.getAttributeValue(l,n);return o!=null&&(o.length===s||o.charAt(s)==="-")&&o.substr(0,s)===a&&t(l)}},element:function(t,e,r){var i=r.adapter,n=e.name,a=e.value;if(/\s/.test(a))return Rh.default.falseFunc;var s=new RegExp("(?:^|\\s)".concat(e5(a),"(?:$|\\s)"),Ua(e,r)?"i":"");return function(l){var o=i.getAttributeValue(l,n);return o!=null&&o.length>=a.length&&s.test(o)&&t(l)}},exists:function(t,e,r){var i=e.name,n=r.adapter;return function(a){return n.hasAttrib(a,i)&&t(a)}},start:function(t,e,r){var i=r.adapter,n=e.name,a=e.value,s=a.length;return s===0?Rh.default.falseFunc:Ua(e,r)?(a=a.toLowerCase(),function(l){var o=i.getAttributeValue(l,n);return o!=null&&o.length>=s&&o.substr(0,s).toLowerCase()===a&&t(l)}):function(l){var o;return!!(!((o=i.getAttributeValue(l,n))===null||o===void 0)&&o.startsWith(a))&&t(l)}},end:function(t,e,r){var i=r.adapter,n=e.name,a=e.value,s=-a.length;return s===0?Rh.default.falseFunc:Ua(e,r)?(a=a.toLowerCase(),function(l){var o;return((o=i.getAttributeValue(l,n))===null||o===void 0?void 0:o.substr(s).toLowerCase())===a&&t(l)}):function(l){var o;return!!(!((o=i.getAttributeValue(l,n))===null||o===void 0)&&o.endsWith(a))&&t(l)}},any:function(t,e,r){var i=r.adapter,n=e.name,a=e.value;if(a==="")return Rh.default.falseFunc;if(Ua(e,r)){var s=new RegExp(e5(a),"i");return function(l){var o=i.getAttributeValue(l,n);return o!=null&&o.length>=a.length&&s.test(o)&&t(l)}}return function(l){var o;return!!(!((o=i.getAttributeValue(l,n))===null||o===void 0)&&o.includes(a))&&t(l)}},not:function(t,e,r){var i=r.adapter,n=e.name,a=e.value;return a===""?function(s){return!!i.getAttributeValue(s,n)&&t(s)}:Ua(e,r)?(a=a.toLowerCase(),function(s){var l=i.getAttributeValue(s,n);return(l==null||l.length!==a.length||l.toLowerCase()!==a)&&t(s)}):function(s){return i.getAttributeValue(s,n)!==a&&t(s)}}};var Ag={},v8={},b8={},ud={};Object.defineProperty(ud,"__esModule",{value:!0});ud.parse=void 0;var VI=new Set([9,10,12,13,32]),r5=48,NI=57;function GI(t){if(t=t.trim().toLowerCase(),t==="even")return[2,0];if(t==="odd")return[2,1];var e=0,r=0,i=a(),n=s();if(e=r5&&t.charCodeAt(e)<=NI;)c=c*10+(t.charCodeAt(e)-r5),e++;return e===o?null:c}function l(){for(;e=r};var i=Math.abs(e),n=(r%i+i)%i;return e>1?function(a){return a>=r&&a%i===n}:function(a){return a<=r&&a%i===n}}Xo.compile=RI;function jI(t){var e=t[0],r=t[1]-1,i=0;if(e<0){var n=-e,a=(r%n+n)%n;return function(){var s=a+n*i++;return s>r?null:s}}return e===0?r<0?function(){return null}:function(){return i++===0?r:null}:(r<0&&(r+=e*Math.ceil(-r/e)),function(){return e*i+++r})}Xo.generate=jI;(function(t){Object.defineProperty(t,"__esModule",{value:!0}),t.sequence=t.generate=t.compile=t.parse=void 0;var e=ud;Object.defineProperty(t,"parse",{enumerable:!0,get:function(){return e.parse}});var r=Xo;Object.defineProperty(t,"compile",{enumerable:!0,get:function(){return r.compile}}),Object.defineProperty(t,"generate",{enumerable:!0,get:function(){return r.generate}});function i(a){return(0,r.compile)((0,e.parse)(a))}t.default=i;function n(a){return(0,r.generate)((0,e.parse)(a))}t.sequence=n})(b8);(function(t){var e=Dt&&Dt.__importDefault||function(s){return s&&s.__esModule?s:{default:s}};Object.defineProperty(t,"__esModule",{value:!0}),t.filters=void 0;var r=e(b8),i=e(p0);function n(s,l){return function(o){var c=l.getParent(o);return c!=null&&l.isTag(c)&&s(o)}}t.filters={contains:function(s,l,o){var c=o.adapter;return function(u){return s(u)&&c.getText(u).includes(l)}},icontains:function(s,l,o){var c=o.adapter,u=l.toLowerCase();return function(f){return s(f)&&c.getText(f).toLowerCase().includes(u)}},"nth-child":function(s,l,o){var c=o.adapter,u=o.equals,f=(0,r.default)(l);return f===i.default.falseFunc?i.default.falseFunc:f===i.default.trueFunc?n(s,c):function(h){for(var y=c.getSiblings(h),g=0,m=0;m=0&&!u(h,y[m]);m--)c.isTag(y[m])&&g++;return f(g)&&s(h)}},"nth-of-type":function(s,l,o){var c=o.adapter,u=o.equals,f=(0,r.default)(l);return f===i.default.falseFunc?i.default.falseFunc:f===i.default.trueFunc?n(s,c):function(h){for(var y=c.getSiblings(h),g=0,m=0;m=0;m--){var k=y[m];if(u(h,k))break;c.isTag(k)&&c.getName(k)===c.getName(h)&&g++}return f(g)&&s(h)}},root:function(s,l,o){var c=o.adapter;return function(u){var f=c.getParent(u);return(f==null||!c.isTag(f))&&s(u)}},scope:function(s,l,o,c){var u=o.equals;return!c||c.length===0?t.filters.root(s,l,o):c.length===1?function(f){return u(c[0],f)&&s(f)}:function(f){return c.includes(f)&&s(f)}},hover:a("isHovered"),visited:a("isVisited"),active:a("isActive")};function a(s){return function(l,o,c){var u=c.adapter,f=u[s];return typeof f!="function"?i.default.falseFunc:function(h){return f(h)&&l(h)}}}})(v8);var Yo={};Object.defineProperty(Yo,"__esModule",{value:!0});Yo.verifyPseudoArgs=Yo.pseudos=void 0;Yo.pseudos={empty:function(t,e){var r=e.adapter;return!r.getChildren(t).some(function(i){return r.isTag(i)||r.getText(i)!==""})},"first-child":function(t,e){var r=e.adapter,i=e.equals;if(r.prevElementSibling)return r.prevElementSibling(t)==null;var n=r.getSiblings(t).find(function(a){return r.isTag(a)});return n!=null&&i(t,n)},"last-child":function(t,e){for(var r=e.adapter,i=e.equals,n=r.getSiblings(t),a=n.length-1;a>=0;a--){if(i(t,n[a]))return!0;if(r.isTag(n[a]))break}return!1},"first-of-type":function(t,e){for(var r=e.adapter,i=e.equals,n=r.getSiblings(t),a=r.getName(t),s=0;s=0;s--){var l=n[s];if(i(t,l))return!0;if(r.isTag(l)&&r.getName(l)===a)break}return!1},"only-of-type":function(t,e){var r=e.adapter,i=e.equals,n=r.getName(t);return r.getSiblings(t).every(function(a){return i(t,a)||!r.isTag(a)||r.getName(a)!==n})},"only-child":function(t,e){var r=e.adapter,i=e.equals;return r.getSiblings(t).every(function(n){return i(t,n)||!r.isTag(n)})}};function qI(t,e,r,i){if(r===null){if(t.length>i)throw new Error("Pseudo-class :".concat(e," requires an argument"))}else if(t.length===i)throw new Error("Pseudo-class :".concat(e," doesn't have any arguments"))}Yo.verifyPseudoArgs=qI;var hd={};Object.defineProperty(hd,"__esModule",{value:!0});hd.aliases=void 0;hd.aliases={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:`:is(
:is(button, input, select, textarea, optgroup, option)[disabled],
optgroup[disabled] > option,
fieldset[disabled]:not(fieldset[disabled] legend:first-of-type *)
)`,enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])",selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"};var pd={};(function(t){var e=Dt&&Dt.__spreadArray||function(c,u,f){if(f||arguments.length===2)for(var h=0,y=u.length,g;h"u")return function(c){for(var u=c;u=Qf(u,a);)if(t(u))return!0;return!1};var o=new WeakSet;return function(c){for(var u=c;u=Qf(u,a);)if(!o.has(u)){if(a.isTag(u)&&t(u))return!0;o.add(u)}return!1}}case"_flexibleDescendant":return function(c){var u=c;do if(t(u))return!0;while(u=Qf(u,a));return!1};case Ni.SelectorType.Parent:return function(c){return a.getChildren(c).some(function(u){return a.isTag(u)&&t(u)})};case Ni.SelectorType.Child:return function(c){var u=a.getParent(c);return u!=null&&a.isTag(u)&&t(u)};case Ni.SelectorType.Sibling:return function(c){for(var u=a.getSiblings(c),f=0;f0&&(0,I2.isTraversal)(l[0])&&l[0].type!==Fn.SelectorType.Descendant))if(n&&!l.some(S8))l.unshift(tB);else continue;l.unshift(rB)}}function Eg(t,e,r){var i;t.forEach(I2.default),r=(i=e.context)!==null&&i!==void 0?i:r;var n=Array.isArray(r),a=r&&(Array.isArray(r)?r:[r]);if(e.relativeSelector!==!1)iB(t,e,a);else if(t.some(function(o){return o.length>0&&(0,I2.isTraversal)(o[0])}))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");var s=!1,l=t.map(function(o){if(o.length>=2){var c=o[0],u=o[1];c.type!==Fn.SelectorType.Pseudo||c.name!=="scope"||(n&&u.type===Fn.SelectorType.Descendant?o[1]=eB:(u.type===Fn.SelectorType.Adjacent||u.type===Fn.SelectorType.Sibling)&&(s=!0))}return nB(o,e,a)}).reduce(aB,ba.default.falseFunc);return l.shouldTestNextSiblings=s,l}Ea.compileToken=Eg;function nB(t,e,r){var i;return t.reduce(function(n,a){return n===ba.default.falseFunc?ba.default.falseFunc:(0,JI.compileGeneralSelector)(n,a,e,r,Eg)},(i=e.rootFunc)!==null&&i!==void 0?i:ba.default.trueFunc)}function aB(t,e){return e===ba.default.falseFunc||t===ba.default.trueFunc?t:t===ba.default.falseFunc||e===ba.default.trueFunc?e:function(r){return t(r)||e(r)}}(function(t){var e=Dt&&Dt.__createBinding||(Object.create?function(p,x,b,v){v===void 0&&(v=b);var S=Object.getOwnPropertyDescriptor(x,b);(!S||("get"in S?!x.__esModule:S.writable||S.configurable))&&(S={enumerable:!0,get:function(){return x[b]}}),Object.defineProperty(p,v,S)}:function(p,x,b,v){v===void 0&&(v=b),p[v]=x[b]}),r=Dt&&Dt.__setModuleDefault||(Object.create?function(p,x){Object.defineProperty(p,"default",{enumerable:!0,value:x})}:function(p,x){p.default=x}),i=Dt&&Dt.__importStar||function(p){if(p&&p.__esModule)return p;var x={};if(p!=null)for(var b in p)b!=="default"&&Object.prototype.hasOwnProperty.call(p,b)&&e(x,p,b);return r(x,p),x},n=Dt&&Dt.__importDefault||function(p){return p&&p.__esModule?p:{default:p}};Object.defineProperty(t,"__esModule",{value:!0}),t.aliases=t.pseudos=t.filters=t.is=t.selectOne=t.selectAll=t.prepareContext=t._compileToken=t._compileUnsafe=t.compile=void 0;var a=i(Nk),s=n(p0),l=Ea,o=pd,c=function(p,x){return p===x},u={adapter:a,equals:c};function f(p){var x,b,v,S,_=p??u;return(x=_.adapter)!==null&&x!==void 0||(_.adapter=a),(b=_.equals)!==null&&b!==void 0||(_.equals=(S=(v=_.adapter)===null||v===void 0?void 0:v.equals)!==null&&S!==void 0?S:c),_}function h(p){return function(x,b,v){var S=f(b);return p(x,S,v)}}t.compile=h(l.compile),t._compileUnsafe=h(l.compileUnsafe),t._compileToken=h(l.compileToken);function y(p){return function(x,b,v){var S=f(v);typeof x!="function"&&(x=(0,l.compileUnsafe)(x,S,b));var _=g(b,S.adapter,x.shouldTestNextSiblings);return p(x,_,S)}}function g(p,x,b){return b===void 0&&(b=!1),b&&(p=m(p,x)),Array.isArray(p)?x.removeSubsets(p):x.getChildren(p)}t.prepareContext=g;function m(p,x){for(var b=Array.isArray(p)?p.slice(0):[p],v=b.length,S=0;St.type==="element",A8=(t,e)=>e.some(r=>dd(r)?t(r)||A8(t,Nu(r)):!1),sB=(t,e)=>t.attributes[e],Nu=t=>t.children||[],oB=t=>t.name,_g=t=>t.parentNode||null,lB=t=>{var e=_g(t);return e?Nu(e):[]},cB=t=>t.children[0].type==="text"&&t.children[0].type==="cdata"?t.children[0].value:"",uB=(t,e)=>t.attributes[e]!==void 0,hB=t=>{let e=t.length,r,i,n;for(;--e>-1;){for(r=i=t[e],t[e]=null,n=!0;i;){if(t.includes(i)){n=!1,t.splice(e,1);break}i=_g(i)}n&&(t[e]=r)}return t},E8=(t,e)=>{const r=[];for(const i of e)dd(i)&&(t(i)&&r.push(i),r.push(...E8(t,Nu(i))));return r},_8=(t,e)=>{for(const r of e)if(dd(r)){if(t(r))return r;const i=_8(t,Nu(r));if(i)return i}return null},pB={isTag:dd,existsOne:A8,getAttributeValue:sB,getChildren:Nu,getName:oB,getParent:_g,getSiblings:lB,getText:cB,hasAttrib:uB,removeSubsets:hB,findAll:E8,findOne:_8};var dB=pB;const{selectAll:fB,selectOne:mB,is:gB}=Vk,yB=dB,Cg={xmlMode:!0,adapter:yB},xB=(t,e)=>fB(e,t,Cg);Ht.querySelectorAll=xB;const vB=(t,e)=>mB(e,t,Cg);Ht.querySelector=vB;const bB=(t,e)=>gB(t,e,Cg);Ht.matches=bB;const C8=Symbol();Ht.visitSkip=C8;const B2=(t,e,r)=>{const i=e[t.type];if(!(i&&i.enter&&i.enter(t,r)===C8)){if(t.type==="root")for(const n of t.children)B2(n,e,t);if(t.type==="element"&&r.children.includes(t))for(const n of t.children)B2(n,e,t);i&&i.exit&&i.exit(t,r)}};Ht.visit=B2;const kB=(t,e)=>{e.children=e.children.filter(r=>r!==t)};Ht.detachNodeFromParent=kB;const{visit:wB}=Ht,P8=(t,e,r,i,n)=>{for(const a of r){const s=i?.[a.name];if(s===!1)continue;const l=Mt(Mt(Mt({},a.params),n),s),o=a.fn(t,l,e);o!=null&&wB(t,o)}};rd.invokePlugins=P8;const SB=({name:t,plugins:e})=>({name:t,fn:(r,i,n)=>{const{floatPrecision:a,overrides:s}=i,l={};if(a!=null&&(l.floatPrecision=a),s){const o=e.map(({name:c})=>c);for(const c of Object.keys(s))o.includes(c)||console.warn(`You are trying to configure ${c} which is not part of ${t}.
Try to put it before or after, for example
plugins: [
{
name: '${t}',
},
'${c}'
]
`)}P8(r,n,e,s,l)}});rd.createPreset=SB;var Gu={};const{detachNodeFromParent:AB}=Ht;Gu.name="removeDoctype";Gu.description="removes doctype declaration";Gu.fn=()=>({doctype:{enter:(t,e)=>{AB(t,e)}}});var Fu={};const{detachNodeFromParent:EB}=Ht;Fu.name="removeXMLProcInst";Fu.description="removes XML processing instructions";Fu.fn=()=>({instruction:{enter:(t,e)=>{t.name==="xml"&&EB(t,e)}}});var Ru={};const{detachNodeFromParent:_B}=Ht;Ru.name="removeComments";Ru.description="removes comments";const CB=[/^!/];Ru.fn=(t,e)=>{const{preservePatterns:r=CB}=e;return{comment:{enter:(i,n)=>{if(r){if(!Array.isArray(r))throw Error(`Expected array in removeComments preservePatterns parameter but received ${r}`);if(r.some(a=>new RegExp(a).test(i.value)))return}_B(i,n)}}}};var ju={};const{detachNodeFromParent:PB}=Ht;ju.name="removeMetadata";ju.description="removes ";ju.fn=()=>({element:{enter:(t,e)=>{t.name==="metadata"&&PB(t,e)}}});var qu={};const{detachNodeFromParent:DB}=Ht,{editorNamespaces:n5}=be;qu.name="removeEditorsNSData";qu.description="removes editors namespaces, elements and attributes";qu.fn=(t,e)=>{let r=[...n5];Array.isArray(e.additionalNamespaces)&&(r=[...n5,...e.additionalNamespaces]);const i=[];return{element:{enter:(n,a)=>{if(n.name==="svg")for(const[s,l]of Object.entries(n.attributes))s.startsWith("xmlns:")&&r.includes(l)&&(i.push(s.slice(6)),delete n.attributes[s]);for(const s of Object.keys(n.attributes))if(s.includes(":")){const[l]=s.split(":");i.includes(l)&&delete n.attributes[s]}if(n.name.includes(":")){const[s]=n.name.split(":");i.includes(s)&&DB(n,a)}}}}};var Uu={};Uu.name="cleanupAttrs";Uu.description="cleanups attributes from newlines, trailing and repeating spaces";const TB=/(\S)\r?\n(\S)/g,$B=/\r?\n/g,MB=/\s{2,}/g;Uu.fn=(t,e)=>{const{newlines:r=!0,trim:i=!0,spaces:n=!0}=e;return{element:{enter:a=>{for(const s of Object.keys(a.attributes))r&&(a.attributes[s]=a.attributes[s].replace(TB,(l,o,c)=>o+" "+c),a.attributes[s]=a.attributes[s].replace($B,"")),i&&(a.attributes[s]=a.attributes[s].trim()),n&&(a.attributes[s]=a.attributes[s].replace(MB," "))}}}};var Hu={};const{visitSkip:IB,detachNodeFromParent:a5}=Ht;Hu.name="mergeStyles";Hu.description="merge multiple style elements into one";Hu.fn=()=>{let t=null,e="",r="text";return{element:{enter:(i,n)=>{if(i.name==="foreignObject")return IB;if(i.name!=="style"||i.attributes.type!=null&&i.attributes.type!==""&&i.attributes.type!=="text/css")return;let a="";for(const s of i.children)s.type==="text"&&(a+=s.value),s.type==="cdata"&&(r="cdata",a+=s.value);if(a.trim().length===0){a5(i,n);return}if(i.attributes.media==null?e+=a:(e+=`@media ${i.attributes.media}{${a}}`,delete i.attributes.media),t==null)t=i;else{a5(i,n);const s={type:r,value:e};Object.defineProperty(s,"parentNode",{writable:!0,value:t}),t.children=[s]}}}}};var Wu={},ne={},bt={},ot={};const BB=0,zB=1,LB=2,OB=3,VB=4,NB=5,GB=6,FB=7,RB=8,jB=9,qB=10,UB=11,HB=12,WB=13,XB=14,YB=15,ZB=16,KB=17,JB=18,QB=19,tz=20,ez=21,rz=22,iz=23,nz=24,az=25;ot.AtKeyword=OB;ot.BadString=GB;ot.BadUrl=RB;ot.CDC=YB;ot.CDO=XB;ot.Colon=ZB;ot.Comma=JB;ot.Comment=az;ot.Delim=jB;ot.Dimension=HB;ot.EOF=BB;ot.Function=LB;ot.Hash=VB;ot.Ident=zB;ot.LeftCurlyBracket=iz;ot.LeftParenthesis=ez;ot.LeftSquareBracket=QB;ot.Number=qB;ot.Percentage=UB;ot.RightCurlyBracket=nz;ot.RightParenthesis=rz;ot.RightSquareBracket=tz;ot.Semicolon=KB;ot.String=NB;ot.Url=FB;ot.WhiteSpace=WB;var te={};const sz=0;function ka(t){return t>=48&&t<=57}function oz(t){return ka(t)||t>=65&&t<=70||t>=97&&t<=102}function D8(t){return t>=65&&t<=90}function T8(t){return t>=97&&t<=122}function $8(t){return D8(t)||T8(t)}function M8(t){return t>=128}function eu(t){return $8(t)||M8(t)||t===95}function lz(t){return eu(t)||ka(t)||t===45}function I8(t){return t>=0&&t<=8||t===11||t>=14&&t<=31||t===127}function Pg(t){return t===10||t===13||t===12}function B8(t){return Pg(t)||t===32||t===9}function z2(t,e){return!(t!==92||Pg(e)||e===sz)}function cz(t,e,r){return t===45?eu(e)||e===45||z2(e,r):eu(t)?!0:t===92?z2(t,e):!1}function uz(t,e,r){return t===43||t===45?ka(e)?2:e===46&&ka(r)?3:0:t===46?ka(e)?2:0:ka(t)?1:0}function hz(t){return t===65279||t===65534?1:0}const L2=new Array(128),z8=128,L8=130,O8=131,Dg=132,V8=133;for(let t=0;tt.length)return!1;for(let n=e;n=0&&zr.isWhiteSpace(t.charCodeAt(e));e--);return e+1}function mz(t,e){for(;e=55296&&e<=57343||e>1114111)&&(e=65533),String.fromCodePoint(e)}Ue.cmpChar=G8;Ue.cmpStr=dz;Ue.consumeBadUrlRemnants=xz;Ue.consumeEscaped=Tg;Ue.consumeName=gz;Ue.consumeNumber=yz;Ue.decodeEscaped=vz;Ue.findDecimalNumberEnd=v1;Ue.findWhiteSpaceEnd=mz;Ue.findWhiteSpaceStart=fz;Ue.getNewlineLength=N8;const bz=["EOF-token","ident-token","function-token","at-keyword-token","hash-token","string-token","bad-string-token","url-token","bad-url-token","delim-token","number-token","percentage-token","dimension-token","whitespace-token","CDO-token","CDC-token","colon-token","semicolon-token","comma-token","[-token","]-token","(-token",")-token","{-token","}-token"];var fd=bz,$g={},Mg={};const kz=16*1024;function wz(t=null,e){return t===null||t.length0?Sz.isBOM(e.charCodeAt(0)):0,n=s5.adoptBuffer(t.lines,r),a=s5.adoptBuffer(t.columns,r);let s=t.startLine,l=t.startColumn;for(let o=i;o{}){e=String(e||"");const i=e.length,n=u5.adoptBuffer(this.offsetAndType,e.length+1),a=u5.adoptBuffer(this.balance,e.length+1);let s=0,l=0,o=0,c=-1;for(this.offsetAndType=null,this.balance=null,r(e,(u,f,h)=>{switch(u){default:a[s]=i;break;case l:{let y=o&yi;for(o=a[y],l=o>>na,a[s]=y,a[y++]=s;y>na:Ze.EOF}lookupOffset(e){return e+=this.tokenIndex,e0?e>na,this.tokenEnd=r&yi):(this.tokenIndex=this.tokenCount,this.next())}next(){let e=this.tokenIndex+1;e>na,this.tokenEnd=e&yi):(this.eof=!0,this.tokenIndex=this.tokenCount,this.tokenType=Ze.EOF,this.tokenStart=this.tokenEnd=this.source.length)}skipSC(){for(;this.tokenType===Ze.WhiteSpace||this.tokenType===Ze.Comment;)this.next()}skipUntilBalanced(e,r){let i=e,n,a;t:for(;i0?this.offsetAndType[i-1]&yi:this.firstCharOffset,r(this.source.charCodeAt(a))){case 1:break t;case 2:i++;break t;default:this.balance[n]===i&&(i=n)}}this.skip(i-this.tokenIndex)}forEachToken(e){for(let r=0,i=this.firstCharOffset;r>na;i=s,e(l,n,s,r)}}dump(){const e=new Array(this.tokenCount);return this.forEachToken((r,i,n,a)=>{e[a]={idx:a,type:Cz[r],chunk:this.source.substring(i,n),balance:this.balance[a]}}),e}}md.TokenStream=Dz;const At=ot,zt=te,oe=Ue,Tz=fd,$z=$g,Mz=md;function Iz(t,e){function r(f){return f=t.length){cString(u+y+1).padStart(o)+" |"+h).join(`
`)}const a=t.split(/\r\n?|\n|\f/),s=Math.max(1,e-i)-1,l=Math.min(e+i,a.length+1),o=Math.max(4,String(l).length)+1;let c=0;r+=(p5.length-1)*(a[e-1].substr(0,r-1).match(/\t/g)||[]).length,r>tm&&(c=r-h5+3,r=h5-2);for(let u=s;u<=l;u++)u>=0&&u0&&a[u].length>c?"…":"")+a[u].substr(c,tm-2)+(a[u].length>c+tm-1?"…":""));return[n(s,e),new Array(r+o+2).join("-")+"^",n(e,l)].filter(Boolean).join(`
`)}function Lz(t,e,r,i,n){return Object.assign(zz.createCustomError("SyntaxError",t),{source:e,offset:r,line:i,column:n,sourceFragment(a){return d5({source:e,line:i,column:n},isNaN(a)?0:a)},get formattedMessage(){return`Parse error: ${t}
`+d5({source:e,line:i,column:n},2)}})}R8.SyntaxError=Lz;var j8={};const f5=ot;function Oz(t){const e=this.createList();let r=!1;const i={recognizer:t};for(;!this.eof;){switch(this.tokenType){case f5.Comment:this.next();continue;case f5.WhiteSpace:r=!0,this.next();continue}let n=t.getNode.call(this,i);if(n===void 0)break;r&&(t.onWhiteSpace&&t.onWhiteSpace.call(this,n,e,i),r=!1),e.push(n)}return r&&t.onWhiteSpace&&t.onWhiteSpace.call(this,null,e,i),e}j8.readSequence=Oz;const m5=Bs,g5=R8,Vz=bt,Nz=j8,Gz=$g,Fz=md,ql=Ue,an=ot,Rz=fd,y5=()=>{},jz=33,qz=35,em=59,x5=123,v5=0;function Uz(t){return function(){return this[t]()}}function rm(t){const e=Object.create(null);for(const r in t){const i=t[r],n=i.parse||i;n&&(e[r]=n)}return e}function Hz(t){const e={context:Object.create(null),scope:Object.assign(Object.create(null),t.scope),atrule:rm(t.atrule),pseudo:rm(t.pseudo),node:rm(t.node)};for(const r in t.parseContext)switch(typeof t.parseContext[r]){case"function":e.context[r]=t.parseContext[r];break;case"string":e.context[r]=Uz(t.parseContext[r]);break}return Mt(Mt({config:e},e),e.node)}function Wz(t){let e="",r="",i=!1,n=y5,a=!1;const s=new Gz.OffsetToLocation,l=Object.assign(new Fz.TokenStream,Hz(t||{}),{parseAtrulePrelude:!0,parseRulePrelude:!0,parseValue:!0,parseCustomProperty:!1,readSequence:Nz.readSequence,consumeUntilBalanceEnd:()=>0,consumeUntilLeftCurlyBracket(o){return o===x5?1:0},consumeUntilLeftCurlyBracketOrSemicolon(o){return o===x5||o===em?1:0},consumeUntilExclamationMarkOrSemicolon(o){return o===jz||o===em?1:0},consumeUntilSemicolonIncluded(o){return o===em?2:0},createList(){return new m5.List},createSingleNodeList(o){return new m5.List().appendData(o)},getFirstListNode(o){return o&&o.first},getLastListNode(o){return o&&o.last},parseWithFallback(o,c){const u=this.tokenIndex;try{return o.call(this)}catch(f){if(a)throw f;const h=c.call(this,u);return a=!0,n(f,h),a=!1,h}},lookupNonWSType(o){let c;do if(c=this.lookupType(o++),c!==an.WhiteSpace)return c;while(c!==v5);return v5},charCodeAt(o){return o>=0&&oh.toUpperCase());let u=`${/[[\](){}]/.test(c)?`"${c}"`:c} is expected`,f=this.tokenStart;switch(o){case an.Ident:this.tokenType===an.Function||this.tokenType===an.Url?(f=this.tokenEnd-1,u="Identifier is expected but function found"):u="Identifier is expected";break;case an.Hash:this.isDelim(qz)&&(this.next(),f++,u="Name is expected");break;case an.Percentage:this.tokenType===an.Number&&(f=this.tokenEnd,u="Percent sign is expected");break}this.error(u,f)}this.next()},eatIdent(o){(this.tokenType!==an.Ident||this.lookupValue(0,o)===!1)&&this.error(`Identifier "${o}" is expected`),this.next()},eatDelim(o){this.isDelim(o)||this.error(`Delim "${String.fromCharCode(o)}" is expected`),this.next()},getLocation(o,c){return i?s.getLocationRange(o,c,r):null},getLocationFromList(o){if(i){const c=this.getFirstListNode(o),u=this.getLastListNode(o);return s.getLocationRange(c!==null?c.loc.start.offset-s.startOffset:this.tokenStart,u!==null?u.loc.end.offset-s.startOffset:this.tokenStart,r)}return null},error(o,c){const u=typeof c<"u"&&c",i=!!c.positions,n=typeof c.onParseError=="function"?c.onParseError:y5,a=!1,l.parseAtrulePrelude="parseAtrulePrelude"in c?!!c.parseAtrulePrelude:!0,l.parseRulePrelude="parseRulePrelude"in c?!!c.parseRulePrelude:!0,l.parseValue="parseValue"in c?!!c.parseValue:!0,l.parseCustomProperty="parseCustomProperty"in c?!!c.parseCustomProperty:!1;const{context:u="default",onComment:f}=c;if(!(u in l.context))throw new Error("Unknown context `"+u+"`");typeof f=="function"&&l.forEachToken((y,g,m)=>{if(y===an.Comment){const k=l.getLocation(g,m),d=ql.cmpStr(e,m-2,m,"*/")?e.slice(g+2,m-2):e.slice(g+2,m);f(d,k)}});const h=l.context[u].call(l,c);return l.eof||l.error(),h},{SyntaxError:g5.SyntaxError,config:l.config})}F8.createParser=Wz;var q8={},U8={},Ig={},Bg={},zg={},b5="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");zg.encode=function(t){if(0<=t&&t>1;return e?-r:r}Bg.encode=function(t){var e="",r,i=Xz(t);do r=i&X8,i>>>=Lg,i>0&&(r|=Y8),e+=H8.encode(r);while(i>0);return e};Bg.decode=function(t,e,r){var i=t.length,n=0,a=0,s,l;do{if(e>=i)throw new Error("Expected more digits in base 64 VLQ value.");if(l=H8.decode(t.charCodeAt(e++)),l===-1)throw new Error("Invalid base64 digit: "+t.charAt(e-1));s=!!(l&Y8),l&=X8,n=n+(l<s&&P.pop(),z}}var o=l(function(w){var P=w,I=n(w);if(I){if(!I.path)return w;P=I.path}for(var L=t.isAbsolute(P),G=[],z=0,$=0;;)if(z=$,$=P.indexOf("/",z),$===-1){G.push(P.slice(z));break}else for(G.push(P.slice(z,$));$=0;$--)O=G[$],O==="."?G.splice($,1):O===".."?N++:N>0&&(O===""?(G.splice($+1,N),N=0):(G.splice($,2),N--));return P=G.join("/"),P===""&&(P=L?"/":"."),I?(I.path=P,a(I)):P});t.normalize=o;function c(w,P){w===""&&(w="."),P===""&&(P=".");var I=n(P),L=n(w);if(L&&(w=L.path||"/"),I&&!I.scheme)return L&&(I.scheme=L.scheme),a(I);if(I||P.match(i))return P;if(L&&!L.host&&!L.path)return L.host=P,a(L);var G=P.charAt(0)==="/"?P:o(w.replace(/\/+$/,"")+"/"+P);return L?(L.path=G,a(L)):G}t.join=c,t.isAbsolute=function(w){return w.charAt(0)==="/"||r.test(w)};function u(w,P){w===""&&(w="."),w=w.replace(/\/$/,"");for(var I=0;P.indexOf(w+"/")!==0;){var L=w.lastIndexOf("/");if(L<0||(w=w.slice(0,L),w.match(/^([^\/]+:\/)?\/*$/)))return P;++I}return Array(I+1).join("../")+P.substr(w.length+1)}t.relative=u;var f=function(){var w=Object.create(null);return!("__proto__"in w)}();function h(w){return w}function y(w){return m(w)?"$"+w:w}t.toSetString=f?h:y;function g(w){return m(w)?w.slice(1):w}t.fromSetString=f?h:g;function m(w){if(!w)return!1;var P=w.length;if(P<9||w.charCodeAt(P-1)!==95||w.charCodeAt(P-2)!==95||w.charCodeAt(P-3)!==111||w.charCodeAt(P-4)!==116||w.charCodeAt(P-5)!==111||w.charCodeAt(P-6)!==114||w.charCodeAt(P-7)!==112||w.charCodeAt(P-8)!==95||w.charCodeAt(P-9)!==95)return!1;for(var I=P-10;I>=0;I--)if(w.charCodeAt(I)!==36)return!1;return!0}function k(w,P,I){var L=b(w.source,P.source);return L!==0||(L=w.originalLine-P.originalLine,L!==0)||(L=w.originalColumn-P.originalColumn,L!==0||I)||(L=w.generatedColumn-P.generatedColumn,L!==0)||(L=w.generatedLine-P.generatedLine,L!==0)?L:b(w.name,P.name)}t.compareByOriginalPositions=k;function d(w,P,I){var L;return L=w.originalLine-P.originalLine,L!==0||(L=w.originalColumn-P.originalColumn,L!==0||I)||(L=w.generatedColumn-P.generatedColumn,L!==0)||(L=w.generatedLine-P.generatedLine,L!==0)?L:b(w.name,P.name)}t.compareByOriginalPositionsNoSource=d;function p(w,P,I){var L=w.generatedLine-P.generatedLine;return L!==0||(L=w.generatedColumn-P.generatedColumn,L!==0||I)||(L=b(w.source,P.source),L!==0)||(L=w.originalLine-P.originalLine,L!==0)||(L=w.originalColumn-P.originalColumn,L!==0)?L:b(w.name,P.name)}t.compareByGeneratedPositionsDeflated=p;function x(w,P,I){var L=w.generatedColumn-P.generatedColumn;return L!==0||I||(L=b(w.source,P.source),L!==0)||(L=w.originalLine-P.originalLine,L!==0)||(L=w.originalColumn-P.originalColumn,L!==0)?L:b(w.name,P.name)}t.compareByGeneratedPositionsDeflatedNoLine=x;function b(w,P){return w===P?0:w===null?1:P===null?-1:w>P?1:-1}function v(w,P){var I=w.generatedLine-P.generatedLine;return I!==0||(I=w.generatedColumn-P.generatedColumn,I!==0)||(I=b(w.source,P.source),I!==0)||(I=w.originalLine-P.originalLine,I!==0)||(I=w.originalColumn-P.originalColumn,I!==0)?I:b(w.name,P.name)}t.compareByGeneratedPositionsInflated=v;function S(w){return JSON.parse(w.replace(/^\)]}'[^\n]*\n/,""))}t.parseSourceMapInput=S;function _(w,P,I){if(P=P||"",w&&(w[w.length-1]!=="/"&&P[0]!=="/"&&(w+="/"),P=w+P),I){var L=n(I);if(!L)throw new Error("sourceMapURL could not be parsed");if(L.path){var G=L.path.lastIndexOf("/");G>=0&&(L.path=L.path.substring(0,G+1))}P=c(a(L),P)}return o(P)}t.computeSourceURL=_})(yd);var Z8={},Og=yd,Vg=Object.prototype.hasOwnProperty,vs=typeof Map<"u";function Xn(){this._array=[],this._set=vs?new Map:Object.create(null)}Xn.fromArray=function(t,e){for(var r=new Xn,i=0,n=t.length;i=0)return e}else{var r=Og.toSetString(t);if(Vg.call(this._set,r))return this._set[r]}throw new Error('"'+t+'" is not in the set.')};Xn.prototype.at=function(t){if(t>=0&&tr||i==r&&a>=n||J8.compareByGeneratedPositionsInflated(t,e)<=0}function xd(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}xd.prototype.unsortedForEach=function(t,e){this._array.forEach(t,e)};xd.prototype.add=function(t){Zz(this._last,t)?(this._last=t,this._array.push(t)):(this._sorted=!1,this._array.push(t))};xd.prototype.toArray=function(){return this._sorted||(this._array.sort(J8.compareByGeneratedPositionsInflated),this._sorted=!0),this._array};K8.MappingList=xd;var Ul=Bg,je=yd,cp=Z8.ArraySet,Kz=K8.MappingList;function Mi(t){t||(t={}),this._file=je.getArg(t,"file",null),this._sourceRoot=je.getArg(t,"sourceRoot",null),this._skipValidation=je.getArg(t,"skipValidation",!1),this._sources=new cp,this._names=new cp,this._mappings=new Kz,this._sourcesContents=null}Mi.prototype._version=3;Mi.fromSourceMap=function(t){var e=t.sourceRoot,r=new Mi({file:t.file,sourceRoot:e});return t.eachMapping(function(i){var n={generated:{line:i.generatedLine,column:i.generatedColumn}};i.source!=null&&(n.source=i.source,e!=null&&(n.source=je.relative(e,n.source)),n.original={line:i.originalLine,column:i.originalColumn},i.name!=null&&(n.name=i.name)),r.addMapping(n)}),t.sources.forEach(function(i){var n=i;e!==null&&(n=je.relative(e,i)),r._sources.has(n)||r._sources.add(n);var a=t.sourceContentFor(i);a!=null&&r.setSourceContent(i,a)}),r};Mi.prototype.addMapping=function(t){var e=je.getArg(t,"generated"),r=je.getArg(t,"original",null),i=je.getArg(t,"source",null),n=je.getArg(t,"name",null);this._skipValidation||this._validateMapping(e,r,i,n),i!=null&&(i=String(i),this._sources.has(i)||this._sources.add(i)),n!=null&&(n=String(n),this._names.has(n)||this._names.add(n)),this._mappings.add({generatedLine:e.line,generatedColumn:e.column,originalLine:r!=null&&r.line,originalColumn:r!=null&&r.column,source:i,name:n})};Mi.prototype.setSourceContent=function(t,e){var r=t;this._sourceRoot!=null&&(r=je.relative(this._sourceRoot,r)),e!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[je.toSetString(r)]=e):this._sourcesContents&&(delete this._sourcesContents[je.toSetString(r)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))};Mi.prototype.applySourceMap=function(t,e,r){var i=e;if(e==null){if(t.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);i=t.file}var n=this._sourceRoot;n!=null&&(i=je.relative(n,i));var a=new cp,s=new cp;this._mappings.unsortedForEach(function(l){if(l.source===i&&l.originalLine!=null){var o=t.originalPositionFor({line:l.originalLine,column:l.originalColumn});o.source!=null&&(l.source=o.source,r!=null&&(l.source=je.join(r,l.source)),n!=null&&(l.source=je.relative(n,l.source)),l.originalLine=o.line,l.originalColumn=o.column,o.name!=null&&(l.name=o.name))}var c=l.source;c!=null&&!a.has(c)&&a.add(c);var u=l.name;u!=null&&!s.has(u)&&s.add(u)},this),this._sources=a,this._names=s,t.sources.forEach(function(l){var o=t.sourceContentFor(l);o!=null&&(r!=null&&(l=je.join(r,l)),n!=null&&(l=je.relative(n,l)),this.setSourceContent(l,o))},this)};Mi.prototype._validateMapping=function(t,e,r,i){if(e&&typeof e.line!="number"&&typeof e.column!="number")throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if(!(t&&"line"in t&&"column"in t&&t.line>0&&t.column>=0&&!e&&!r&&!i)){if(t&&"line"in t&&"column"in t&&e&&"line"in e&&"column"in e&&t.line>0&&t.column>=0&&e.line>0&&e.column>=0&&r)return;throw new Error("Invalid mapping: "+JSON.stringify({generated:t,source:r,original:e,name:i}))}};Mi.prototype._serializeMappings=function(){for(var t=0,e=1,r=0,i=0,n=0,a=0,s="",l,o,c,u,f=this._mappings.toArray(),h=0,y=f.length;h0){if(!je.compareByGeneratedPositionsInflated(o,f[h-1]))continue;l+=","}l+=Ul.encode(o.generatedColumn-t),t=o.generatedColumn,o.source!=null&&(u=this._sources.indexOf(o.source),l+=Ul.encode(u-a),a=u,l+=Ul.encode(o.originalLine-1-i),i=o.originalLine-1,l+=Ul.encode(o.originalColumn-r),r=o.originalColumn,o.name!=null&&(c=this._names.indexOf(o.name),l+=Ul.encode(c-n),n=c)),s+=l}return s};Mi.prototype._generateSourcesContent=function(t,e){return t.map(function(r){if(!this._sourcesContents)return null;e!=null&&(r=je.relative(e,r));var i=je.toSetString(r);return Object.prototype.hasOwnProperty.call(this._sourcesContents,i)?this._sourcesContents[i]:null},this)};Mi.prototype.toJSON=function(){var t={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(t.file=this._file),this._sourceRoot!=null&&(t.sourceRoot=this._sourceRoot),this._sourcesContents&&(t.sourcesContent=this._generateSourcesContent(t.sources,t.sourceRoot)),t};Mi.prototype.toString=function(){return JSON.stringify(this.toJSON())};Ig.SourceMapGenerator=Mi;const Jz=Ig,k5=new Set(["Atrule","Selector","Declaration"]);function Qz(t){const e=new Jz.SourceMapGenerator,r={line:1,column:0},i={line:0,column:0},n={line:1,column:0},a={generated:n};let s=1,l=0,o=!1;const c=t.node;t.node=function(h){if(h.loc&&h.loc.start&&k5.has(h.type)){const y=h.loc.start.line,g=h.loc.start.column-1;(i.line!==y||i.column!==g)&&(i.line=y,i.column=g,r.line=s,r.column=l,o&&(o=!1,(r.line!==n.line||r.column!==n.column)&&e.addMapping(a)),o=!0,e.addMapping({source:h.loc.source,original:i,generated:r}))}c.call(this,h),o&&k5.has(h.type)&&(n.line=s,n.column=l)};const u=t.emit;t.emit=function(h,y,g){for(let m=0;m{if(t===U.Delim&&(t=e),typeof t=="string"){const r=t.charCodeAt(0);return r>127?32768:r<<8}return t},Q8=[[U.Ident,U.Ident],[U.Ident,U.Function],[U.Ident,U.Url],[U.Ident,U.BadUrl],[U.Ident,"-"],[U.Ident,U.Number],[U.Ident,U.Percentage],[U.Ident,U.Dimension],[U.Ident,U.CDC],[U.Ident,U.LeftParenthesis],[U.AtKeyword,U.Ident],[U.AtKeyword,U.Function],[U.AtKeyword,U.Url],[U.AtKeyword,U.BadUrl],[U.AtKeyword,"-"],[U.AtKeyword,U.Number],[U.AtKeyword,U.Percentage],[U.AtKeyword,U.Dimension],[U.AtKeyword,U.CDC],[U.Hash,U.Ident],[U.Hash,U.Function],[U.Hash,U.Url],[U.Hash,U.BadUrl],[U.Hash,"-"],[U.Hash,U.Number],[U.Hash,U.Percentage],[U.Hash,U.Dimension],[U.Hash,U.CDC],[U.Dimension,U.Ident],[U.Dimension,U.Function],[U.Dimension,U.Url],[U.Dimension,U.BadUrl],[U.Dimension,"-"],[U.Dimension,U.Number],[U.Dimension,U.Percentage],[U.Dimension,U.Dimension],[U.Dimension,U.CDC],["#",U.Ident],["#",U.Function],["#",U.Url],["#",U.BadUrl],["#","-"],["#",U.Number],["#",U.Percentage],["#",U.Dimension],["#",U.CDC],["-",U.Ident],["-",U.Function],["-",U.Url],["-",U.BadUrl],["-","-"],["-",U.Number],["-",U.Percentage],["-",U.Dimension],["-",U.CDC],[U.Number,U.Ident],[U.Number,U.Function],[U.Number,U.Url],[U.Number,U.BadUrl],[U.Number,U.Number],[U.Number,U.Percentage],[U.Number,U.Dimension],[U.Number,"%"],[U.Number,U.CDC],["@",U.Ident],["@",U.Function],["@",U.Url],["@",U.BadUrl],["@","-"],["@",U.CDC],[".",U.Number],[".",U.Percentage],[".",U.Dimension],["+",U.Number],["+",U.Percentage],["+",U.Dimension],["/","*"]],rL=Q8.concat([[U.Ident,U.Hash],[U.Dimension,U.Hash],[U.Hash,U.Hash],[U.AtKeyword,U.LeftParenthesis],[U.AtKeyword,U.String],[U.AtKeyword,U.Colon],[U.Percentage,U.Percentage],[U.Percentage,U.Dimension],[U.Percentage,U.Function],[U.Percentage,"-"],[U.RightParenthesis,U.Ident],[U.RightParenthesis,U.Function],[U.RightParenthesis,U.Percentage],[U.RightParenthesis,U.Dimension],[U.RightParenthesis,U.Hash],[U.RightParenthesis,"-"]]);function t9(t){const e=new Set(t.map(([r,i])=>im(r)<<16|im(i)));return function(r,i,n){const a=im(i,n),s=n.charCodeAt(0);return(s===eL&&i!==U.Ident&&i!==U.Function&&i!==U.CDC||s===tL?e.has(r<<16|s<<8):e.has(r<<16|a))&&this.emit(" ",U.WhiteSpace,!0),a}}const iL=t9(Q8),nL=t9(rL);Ng.safe=nL;Ng.spec=iL;const aL=bt,sL=U8,nm=Ng,w5=ot,oL=92;function lL(t,e){if(typeof e=="function"){let r=null;t.children.forEach(i=>{r!==null&&e.call(this,r),this.node(i),r=i});return}t.children.forEach(this.node,this)}function cL(t){aL.tokenize(t,(e,r,i)=>{this.token(e,t.slice(r,i))})}function uL(t){const e=new Map;for(let r in t.node){const i=t.node[r];typeof(i.generate||i)=="function"&&e.set(r,i.generate||i)}return function(r,i){let n="",a=0,s={node(o){if(e.has(o.type))e.get(o.type).call(l,o);else throw new Error("Unknown node type: "+o.type)},tokenBefore:nm.safe,token(o,c){a=this.tokenBefore(a,o,c),this.emit(c,o,!1),o===w5.Delim&&c.charCodeAt(0)===oL&&this.emit(`
`,w5.WhiteSpace,!0)},emit(o){n+=o},result(){return n}};i&&(typeof i.decorator=="function"&&(s=i.decorator(s)),i.sourceMap&&(s=sL.generateSourceMap(s)),i.mode in nm&&(s.tokenBefore=nm[i.mode]));const l={node:o=>s.node(o),children:lL,token:(o,c)=>s.token(o,c),tokenize:cL};return s.node(r),s.result()}}q8.createGenerator=uL;var e9={};const am=Bs;function hL(t){return{fromPlainObject(e){return t(e,{enter(r){r.children&&!(r.children instanceof am.List)&&(r.children=new am.List().fromArray(r.children))}}),e},toPlainObject(e){return t(e,{leave(r){r.children&&r.children instanceof am.List&&(r.children=r.children.toArray())}}),e}}}e9.createConvertor=hL;var r9={};const{hasOwnProperty:Gg}=Object.prototype,gc=function(){};function S5(t){return typeof t=="function"?t:gc}function A5(t,e){return function(r,i,n){r.type===e&&t.call(this,r,i,n)}}function pL(t,e){const r=e.structure,i=[];for(const n in r){if(Gg.call(r,n)===!1)continue;let a=r[n];const s={name:n,type:!1,nullable:!1};Array.isArray(a)||(a=[a]);for(const l of a)l===null?s.nullable=!0:typeof l=="string"?s.type="node":Array.isArray(l)&&(s.type="list");s.type&&i.push(s)}return i.length?{context:e.walkContext,fields:i}:null}function dL(t){const e={};for(const r in t.node)if(Gg.call(t.node,r)){const i=t.node[r];if(!i.structure)throw new Error("Missed `structure` field in `"+r+"` node type definition");e[r]=pL(r,i)}return e}function E5(t,e){const r=t.fields.slice(),i=t.context,n=typeof i=="string";return e&&r.reverse(),function(a,s,l,o){let c;n&&(c=s[i],s[i]=a);for(const u of r){const f=a[u.name];if(!u.nullable||f){if(u.type==="list"){if(e?f.reduceRight(o,!1):f.reduce(o,!1))return!0}else if(l(f))return!0}}n&&(s[i]=c)}}function _5({StyleSheet:t,Atrule:e,Rule:r,Block:i,DeclarationList:n}){return{Atrule:{StyleSheet:t,Atrule:e,Rule:r,Block:i},Rule:{StyleSheet:t,Atrule:e,Rule:r,Block:i},Declaration:{StyleSheet:t,Atrule:e,Rule:r,Block:i,DeclarationList:n}}}function fL(t){const e=dL(t),r={},i={},n=Symbol("break-walk"),a=Symbol("skip-node");for(const c in e)Gg.call(e,c)&&e[c]!==null&&(r[c]=E5(e[c],!1),i[c]=E5(e[c],!0));const s=_5(r),l=_5(i),o=function(c,u){function f(d,p,x){const b=h.call(k,d,p,x);return b===n?!0:b===a?!1:!!(g.hasOwnProperty(d.type)&&g[d.type](d,k,f,m)||y.call(k,d,p,x)===n)}let h=gc,y=gc,g=r,m=(d,p,x,b)=>d||f(p,x,b);const k={break:n,skip:a,root:c,stylesheet:null,atrule:null,atrulePrelude:null,rule:null,selector:null,block:null,declaration:null,function:null};if(typeof u=="function")h=u;else if(u&&(h=S5(u.enter),y=S5(u.leave),u.reverse&&(g=i),u.visit)){if(s.hasOwnProperty(u.visit))g=u.reverse?l[u.visit]:s[u.visit];else if(!e.hasOwnProperty(u.visit))throw new Error("Bad value `"+u.visit+"` for `visit` option (should be: "+Object.keys(e).sort().join(", ")+")");h=A5(h,u.visit),y=A5(y,u.visit)}if(h===gc&&y===gc)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");f(c)};return o.break=n,o.skip=a,o.find=function(c,u){let f=null;return o(c,function(h,y,g){if(u.call(this,h,y,g))return f=h,n}),f},o.findLast=function(c,u){let f=null;return o(c,{reverse:!0,enter(h,y,g){if(u.call(this,h,y,g))return f=h,n}}),f},o.findAll=function(c,u){const f=[];return o(c,function(h,y,g){u.call(this,h,y,g)&&f.push(h)}),f},o}r9.createWalker=fL;var Fg={},Rg={},vd={};function mL(t){return t}function gL(t){const{min:e,max:r,comma:i}=t;return e===0&&r===0?i?"#?":"*":e===0&&r===1?"?":e===1&&r===0?i?"#":"+":e===1&&r===1?"":(i?"#":"")+(e===r?"{"+e+"}":"{"+e+","+(r!==0?r:"")+"}")}function yL(t){switch(t.type){case"Range":return" ["+(t.min===null?"-∞":t.min)+","+(t.max===null?"∞":t.max)+"]";default:throw new Error("Unknown node type `"+t.type+"`")}}function xL(t,e,r,i){const n=t.combinator===" "||i?t.combinator:" "+t.combinator+" ",a=t.terms.map(s=>jg(s,e,r,i)).join(n);return t.explicit||r?(i||a[0]===","?"[":"[ ")+a+(i?"]":" ]"):a}function jg(t,e,r,i){let n;switch(t.type){case"Group":n=xL(t,e,r,i)+(t.disallowEmpty?"!":"");break;case"Multiplier":return jg(t.term,e,r,i)+e(gL(t),t);case"Type":n="<"+t.name+(t.opts?e(yL(t.opts),t.opts):"")+">";break;case"Property":n="<'"+t.name+"'>";break;case"Keyword":n=t.name;break;case"AtKeyword":n="@"+t.name;break;case"Function":n=t.name+"(";break;case"String":case"Token":n=t.value;break;case"Comma":n=",";break;default:throw new Error("Unknown node type `"+t.type+"`")}return e(n,t)}function vL(t,e){let r=mL,i=!1,n=!1;return typeof e=="function"?r=e:e&&(i=!!e.forceBraces,n=!!e.compact,typeof e.decorate=="function"&&(r=e.decorate)),jg(t,r,i,n)}vd.generate=vL;const i9=gd,bL=vd,C5={offset:0,line:1,column:1};function kL(t,e){const r=t.tokens,i=t.longestMatch,n=i1?(u=jh(a||e,"end")||yc(C5,c),f=yc(u)):(u=jh(a,"start")||yc(jh(e,"start")||C5,c.slice(0,s)),f=jh(a,"end")||yc(u,c.substr(s,l))),{css:c,mismatchOffset:s,mismatchLength:l,start:u,end:f}}function jh(t,e){const r=t&&t.loc&&t.loc[e];return r?"line"in r?yc(r):r:null}function yc({offset:t,line:e,column:r},i){const n={offset:t,line:e,column:r};if(i){const a=i.split(/\n|\r\n?|\f/);n.offset+=i.length,n.line+=a.length-1,n.column=a.length===1?n.column+i.length:a.pop().length+1}return n}const wL=function(t,e){const r=i9.createCustomError("SyntaxReferenceError",t+(e?" `"+e+"`":""));return r.reference=e,r},SL=function(t,e,r,i){const n=i9.createCustomError("SyntaxMatchError",t),{css:a,mismatchOffset:s,mismatchLength:l,start:o,end:c}=kL(i,r);return n.rawMessage=t,n.syntax=e?bL.generate(e):"",n.css=a,n.mismatchOffset=s,n.mismatchLength=l,n.message=t+`
syntax: `+n.syntax+`
value: `+(a||"")+`
--------`+new Array(n.mismatchOffset+1).join("-")+"^",Object.assign(n,o),n.loc={source:r&&r.loc&&r.loc.source||"",start:o,end:c},n};Rg.SyntaxMatchError=SL;Rg.SyntaxReferenceError=wL;var zs={};const qh=new Map,uo=new Map,up=45,AL=CL,EL=PL,_L=Ug;function qg(t,e){return e=e||0,t.length-e>=2&&t.charCodeAt(e)===up&&t.charCodeAt(e+1)===up}function Ug(t,e){if(e=e||0,t.length-e>=3&&t.charCodeAt(e)===up&&t.charCodeAt(e+1)!==up){const r=t.indexOf("-",e+2);if(r!==-1)return t.substring(e,r+1)}return""}function CL(t){if(qh.has(t))return qh.get(t);const e=t.toLowerCase();let r=qh.get(e);if(r===void 0){const i=qg(e,0),n=i?"":Ug(e,0);r=Object.freeze({basename:e.substr(n.length),name:e,prefix:n,vendor:n,custom:i})}return qh.set(t,r),r}function PL(t){if(uo.has(t))return uo.get(t);let e=t,r=t[0];r==="/"?r=t[1]==="/"?"//":"/":r!=="_"&&r!=="*"&&r!=="$"&&r!=="#"&&r!=="+"&&r!=="&"&&(r="");const i=qg(e,r.length);if(!i&&(e=e.toLowerCase(),uo.has(e))){const l=uo.get(e);return uo.set(t,l),l}const n=i?"":Ug(e,r.length),a=e.substr(0,r.length+n.length),s=Object.freeze({basename:e.substr(a.length),name:e.substr(r.length),hack:r,vendor:n,prefix:a,custom:i});return uo.set(t,s),s}zs.isCustomProperty=qg;zs.keyword=AL;zs.property=EL;zs.vendorPrefix=_L;var Hg={};const DL=["initial","inherit","unset","revert","revert-layer"];Hg.cssWideKeywords=DL;var Xu={};const n9=te,Ui=ot,sm=Ue,ru=43,ln=45,om=110,ho=!0,TL=!1;function O2(t,e){return t!==null&&t.type===Ui.Delim&&t.value.charCodeAt(0)===e}function Nc(t,e,r){for(;t!==null&&(t.type===Ui.WhiteSpace||t.type===Ui.Comment);)t=r(++e);return e}function ca(t,e,r,i){if(!t)return 0;const n=t.value.charCodeAt(e);if(n===ru||n===ln){if(r)return 0;e++}for(;e6)return 0}return i}function Uh(t,e,r){if(!t)return 0;for(;V2(r(e),s9);){if(++t>6)return 0;e++}return e}function VL(t,e){let r=0;if(t===null||t.type!==Za.Ident||!BL.cmpChar(t.value,0,LL)||(t=e(++r),t===null))return 0;if(V2(t,zL))return t=e(++r),t===null?0:t.type===Za.Ident?Uh(xc(t,0,!0),++r,e):V2(t,s9)?Uh(1,++r,e):0;if(t.type===Za.Number){const i=xc(t,1,!0);return i===0?0:(t=e(++r),t===null?r:t.type===Za.Dimension||t.type===Za.Number?!OL(t,a9)||!xc(t,1,!1)?0:r+1:Uh(i,r,e))}return t.type===Za.Dimension?Uh(xc(t,1,!0),++r,e):0}var NL=VL;const GL=Hg,FL=ML,RL=NL,dt=ot,bd=te,Wg=Ue,jL=["calc(","-moz-calc(","-webkit-calc("],Xg=new Map([[dt.Function,dt.RightParenthesis],[dt.LeftParenthesis,dt.RightParenthesis],[dt.LeftSquareBracket,dt.RightSquareBracket],[dt.LeftCurlyBracket,dt.RightCurlyBracket]]);function Ki(t,e){return et.max&&typeof t.max!="string")return!0}return!1}function qL(t,e){let r=0,i=[],n=0;t:do{switch(t.type){case dt.RightCurlyBracket:case dt.RightParenthesis:case dt.RightSquareBracket:if(t.type!==r)break t;if(r=i.pop(),i.length===0){n++;break t}break;case dt.Function:case dt.LeftParenthesis:case dt.LeftSquareBracket:case dt.LeftCurlyBracket:i.push(r),r=Xg.get(t.type);break}n++}while(t=e(n));return n}function Ei(t){return function(e,r,i){return e===null?0:e.type===dt.Function&&l9(e.value,jL)?qL(e,r):t(e,r,i)}}function ge(t){return function(e){return e===null||e.type!==t?0:1}}function UL(t){if(t===null||t.type!==dt.Ident)return 0;const e=t.value.toLowerCase();return l9(e,GL.cssWideKeywords)||o9(e,"default")?0:1}function HL(t){return t===null||t.type!==dt.Ident||Ki(t.value,0)!==45||Ki(t.value,1)!==45?0:1}function WL(t){if(t===null||t.type!==dt.Hash)return 0;const e=t.value.length;if(e!==4&&e!==5&&e!==7&&e!==9)return 0;for(let r=1;re.push({type:r,value:t.slice(i,n),node:null})),e}function pO(t,e){return typeof t=="string"?hO(t):e.generate(t,uO)}var dO=pO,f0={},wd={},f9={},Yg={};const fO=gd;function mO(t,e,r){return Object.assign(fO.createCustomError("SyntaxError",t),{input:e,offset:r,rawMessage:t,message:t+`
`+e+`
--`+new Array((r||e.length)+1).join("-")+"^"})}Yg.SyntaxError=mO;const gO=Yg,yO=9,xO=10,vO=12,bO=13,kO=32;class wO{constructor(e){this.str=e,this.pos=0}charCodeAt(e){return e/[a-zA-Z0-9\-]/.test(String.fromCharCode(e))?1:0),I5={" ":1,"&&":2,"||":3,"|":4};function dp(t){return t.substringToPos(t.findWsEnd(t.pos))}function Zo(t){let e=t.pos;for(;e=128||iu[r]===0)break}return t.pos===e&&t.error("Expect a keyword"),t.substringToPos(e)}function fp(t){let e=t.pos;for(;e57)break}return t.pos===e&&t.error("Expect a number"),t.substringToPos(e)}function $O(t){const e=t.str.indexOf("'",t.pos+1);return e===-1&&(t.pos=t.str.length,t.error("Expect an apostrophe")),t.substringToPos(e+1)}function B5(t){let e=null,r=null;return t.eat(pp),e=fp(t),t.charCode()===Jg?(t.pos++,t.charCode()!==$5&&(r=fp(t))):r=e,t.eat($5),{min:Number(e),max:r?Number(r):0}}function MO(t){let e=null,r=!1;switch(t.charCode()){case y9:t.pos++,e={min:0,max:0};break;case Kg:t.pos++,e={min:1,max:0};break;case N2:t.pos++,e={min:0,max:1};break;case Zg:t.pos++,r=!0,t.charCode()===pp?e=B5(t):t.charCode()===N2?(t.pos++,e={min:0,max:0}):e={min:1,max:0};break;case pp:e=B5(t);break;default:return null}return{type:"Multiplier",comma:r,min:e.min,max:e.max,term:null}}function Ko(t,e){const r=MO(t);return r!==null?(r.term=e,t.charCode()===Zg&&t.charCodeAt(t.pos-1)===Kg?Ko(t,r):r):e}function cm(t){const e=t.peek();return e===""?null:{type:"Token",value:e}}function IO(t){let e;return t.eat(Qg),t.eat(hp),e=Zo(t),t.eat(hp),t.eat(x9),Ko(t,{type:"Property",name:e})}function BO(t){let e=null,r=null,i=1;return t.eat(Sd),t.charCode()===D5&&(t.peek(),i=-1),i==-1&&t.charCode()===M5?t.peek():(e=i*Number(fp(t)),iu[t.charCode()]!==0&&(e+=Zo(t))),dp(t),t.eat(Jg),dp(t),t.charCode()===M5?t.peek():(i=1,t.charCode()===D5&&(t.peek(),i=-1),r=i*Number(fp(t)),iu[t.charCode()]!==0&&(r+=Zo(t))),t.eat(ty),{type:"Range",min:e,max:r}}function zO(t){let e,r=null;return t.eat(Qg),e=Zo(t),t.charCode()===g9&&t.nextCharCode()===DO&&(t.pos+=2,e+="()"),t.charCodeAt(t.findWsEnd(t.pos))===Sd&&(dp(t),r=BO(t)),t.eat(x9),Ko(t,{type:"Type",name:e,opts:r})}function LO(t){const e=Zo(t);return t.charCode()===g9?(t.pos++,{type:"Function",name:e}):Ko(t,{type:"Keyword",name:e})}function OO(t,e){function r(n,a){return{type:"Group",terms:n,combinator:a,disallowEmpty:!1,explicit:!1}}let i;for(e=Object.keys(e).sort((n,a)=>I5[n]-I5[a]);e.length>0;){i=e.shift();let n=0,a=0;for(;n1&&(t.splice(a,n-a,r(t.slice(a,n),i)),n=a+1),a=-1))}a!==-1&&e.length&&t.splice(a,n-a,r(t.slice(a,n),i))}return i}function v9(t){const e=[],r={};let i,n=null,a=t.pos;for(;i=NO(t);)i.type!=="Spaces"&&(i.type==="Combinator"?((n===null||n.type==="Combinator")&&(t.pos=a,t.error("Unexpected combinator")),r[i.value]=!0):n!==null&&n.type!=="Combinator"&&(r[" "]=!0,e.push({type:"Combinator",value:" "})),e.push(i),n=i,a=t.pos);return n!==null&&n.type==="Combinator"&&(t.pos-=a,t.error("Unexpected combinator")),{type:"Group",terms:e,combinator:OO(e,r)||" ",disallowEmpty:!1,explicit:!1}}function VO(t){let e;return t.eat(Sd),e=v9(t),t.eat(ty),e.explicit=!0,t.charCode()===m9&&(t.pos++,e.disallowEmpty=!0),e}function NO(t){let e=t.charCode();if(e<128&&iu[e]===1)return LO(t);switch(e){case ty:break;case Sd:return Ko(t,VO(t));case Qg:return t.nextCharCode()===hp?IO(t):zO(t);case T5:return{type:"Combinator",value:t.substringToPos(t.pos+(t.nextCharCode()===T5?2:1))};case P5:return t.pos++,t.eat(P5),{type:"Combinator",value:"&&"};case Jg:return t.pos++,{type:"Comma"};case hp:return Ko(t,{type:"String",value:$O(t)});case PO:case AO:case EO:case CO:case _O:return{type:"Spaces",value:dp(t)};case TO:return e=t.nextCharCode(),e<128&&iu[e]===1?(t.pos++,{type:"AtKeyword",name:Zo(t)}):cm(t);case y9:case Kg:case N2:case Zg:case m9:break;case pp:if(e=t.nextCharCode(),e<48||e>57)return cm(t);break;default:return cm(t)}}function GO(t){const e=new SO.Tokenizer(t),r=v9(e);return e.pos!==t.length&&e.error("Unexpected input"),r.terms.length===1&&r.terms[0].type==="Group"?r.terms[0]:r}wd.parse=GO;const FO=wd,ze={type:"Match"},Tr={type:"Mismatch"},ey={type:"DisallowEmpty"},RO=40,jO=41;function kr(t,e,r){return e===ze&&r===Tr||t===ze&&e===ze&&r===ze?t:(t.type==="If"&&t.else===Tr&&e===ze&&(e=t.then,t=t.match),{type:"If",match:t,then:e,else:r})}function b9(t){return t.length>2&&t.charCodeAt(t.length-2)===RO&&t.charCodeAt(t.length-1)===jO}function z5(t){return t.type==="Keyword"||t.type==="AtKeyword"||t.type==="Function"||t.type==="Type"&&b9(t.name)}function G2(t,e,r){switch(t){case" ":{let i=ze;for(let n=e.length-1;n>=0;n--){const a=e[n];i=kr(a,i,Tr)}return i}case"|":{let i=Tr,n=null;for(let a=e.length-1;a>=0;a--){let s=e[a];if(z5(s)&&(n===null&&a>0&&z5(e[a-1])&&(n=Object.create(null),i=kr({type:"Enum",map:n},ze,i)),n!==null)){const l=(b9(s.name)?s.name.slice(0,-1):s.name).toLowerCase();if(!(l in n)){n[l]=s;continue}}n=null,i=kr(s,ze,i)}return i}case"&&":{if(e.length>5)return{type:"MatchOnce",terms:e,all:!0};let i=Tr;for(let n=e.length-1;n>=0;n--){const a=e[n];let s;e.length>1?s=G2(t,e.filter(function(l){return l!==a}),!1):s=ze,i=kr(a,s,i)}return i}case"||":{if(e.length>5)return{type:"MatchOnce",terms:e,all:!1};let i=r?ze:Tr;for(let n=e.length-1;n>=0;n--){const a=e[n];let s;e.length>1?s=G2(t,e.filter(function(l){return l!==a}),!0):s=ze,i=kr(a,s,i)}return i}}}function qO(t){let e=ze,r=ry(t.term);if(t.max===0)r=kr(r,ey,Tr),e=kr(r,null,Tr),e.then=kr(ze,ze,e),t.comma&&(e.then.else=kr({type:"Comma",syntax:t},e,Tr));else for(let i=t.min||1;i<=t.max;i++)t.comma&&e!==ze&&(e=kr({type:"Comma",syntax:t},e,Tr)),e=kr(r,kr(ze,ze,e),Tr);if(t.min===0)e=kr(ze,ze,e);else for(let i=0;i=65&&n<=90&&(n=n|32),n!==i)return!1}return!0}function ZO(t){return t.type!==Xr.Delim?!1:t.value!=="?"}function N5(t){return t===null?!0:t.type===Xr.Comma||t.type===Xr.Function||t.type===Xr.LeftParenthesis||t.type===Xr.LeftSquareBracket||t.type===Xr.LeftCurlyBracket||ZO(t)}function G5(t){return t===null?!0:t.type===Xr.RightParenthesis||t.type===Xr.RightSquareBracket||t.type===Xr.RightCurlyBracket||t.type===Xr.Delim&&t.value==="/"}function w9(t,e,r){function i(){do p++,d=px&&(x=p)}function c(){f={syntax:e.syntax,opts:e.syntax.opts||f!==null&&f.opts||null,prev:f},b={type:mp,syntax:e.syntax,token:b.token,prev:b}}function u(){b.type===mp?b=b.prev:b={type:ny,syntax:f.syntax,token:b.token,prev:b},f=f.prev}let f=null,h=null,y=null,g=null,m=0,k=null,d=null,p=-1,x=0,b={type:HO,syntax:null,token:null,prev:null};for(i();k===null&&++my.tokenIndex)&&(y=g,g=!1);else if(y===null){k=XO;break}e=y.nextState,h=y.thenStack,f=y.syntaxStack,b=y.matchStack,p=y.tokenIndex,d=pp){for(;p":"<'"+e.name+"'>"));if(g!==!1&&d!==null&&e.type==="Type"&&(e.name==="custom-ident"&&d.type===Xr.Ident||e.name==="length"&&d.value==="0")){g===null&&(g=a(e,y)),e=de.MISMATCH;break}c(),e=w.match;break}case"Keyword":{const _=e.name;if(d!==null){let w=d.value;if(w.indexOf("\\")!==-1&&(w=w.replace(/\\[09].*$/,"")),um(w,_)){o(),e=de.MATCH;break}}e=de.MISMATCH;break}case"AtKeyword":case"Function":if(d!==null&&um(d.value,e.name)){o(),e=de.MATCH;break}e=de.MISMATCH;break;case"Token":if(d!==null&&d.value===e.value){o(),e=de.MATCH;break}e=de.MISMATCH;break;case"Comma":d!==null&&d.type===Xr.Comma?N5(b.token)?e=de.MISMATCH:(o(),e=G5(d)?de.MISMATCH:de.MATCH):e=N5(b.token)||G5(d)?de.MATCH:de.MISMATCH;break;case"String":let v="",S=p;for(;Sr.type==="Type"&&r.name===e)}function tV(t,e){return ay(this,t,r=>r.type==="Property"&&r.name===e)}function eV(t){return ay(this,t,e=>e.type==="Keyword")}function ay(t,e,r){const i=S9.call(t,e);return i===null?!1:i.some(r)}Yu.getTrace=S9;Yu.isKeyword=eV;Yu.isProperty=tV;Yu.isType=QO;var A9={};const rV=Bs;function E9(t){return"node"in t?t.node:E9(t.match[0])}function _9(t){return"node"in t?t.node:_9(t.match[t.match.length-1])}function iV(t,e,r,i,n){function a(l){if(l.syntax!==null&&l.syntax.type===i&&l.syntax.name===n){const o=E9(l),c=_9(l);t.syntax.walk(e,function(u,f,h){if(u===o){const y=new rV.List;do{if(y.appendData(f.data),f.data===c)break;f=f.next}while(f!==null);s.push({parent:h,nodes:y})}})}Array.isArray(l.match)&&l.match.forEach(a)}const s=[];return r.matched!==null&&a(r.matched),s}A9.matchFragments=iV;var C9={};const nV=Bs,{hasOwnProperty:Gc}=Object.prototype;function hm(t){return typeof t=="number"&&isFinite(t)&&Math.floor(t)===t&&t>=0}function F5(t){return!!t&&hm(t.offset)&&hm(t.line)&&hm(t.column)}function aV(t,e){return function(r,i){if(!r||r.constructor!==Object)return i(r,"Type of node should be an Object");for(let n in r){let a=!0;if(Gc.call(r,n)!==!1){if(n==="type")r.type!==t&&i(r,"Wrong node type `"+r.type+"`, expected `"+t+"`");else if(n==="loc"){if(r.loc===null)continue;if(r.loc&&r.loc.constructor===Object)if(typeof r.loc.source!="string")n+=".source";else if(!F5(r.loc.start))n+=".start";else if(!F5(r.loc.end))n+=".end";else continue;a=!1}else if(e.hasOwnProperty(n)){a=!1;for(let s=0;!a&&s");else if(Array.isArray(c))s.push("List");else throw new Error("Wrong value `"+c+"` in `"+t+"."+a+"` structure definition")}n[a]=s.join(" | ")}return{docs:n,check:aV(t,i)}}function oV(t){const e={};if(t.node){for(const r in t.node)if(Gc.call(t.node,r)){const i=t.node[r];if(i.structure)e[r]=sV(r,i);else throw new Error("Missed `structure` field in `"+r+"` node type definition")}}return e}C9.getStructureFromConfig=oV;var sy={};const vc=function(){};function R5(t){return typeof t=="function"?t:vc}function lV(t,e,r){function i(s){switch(n.call(r,s),s.type){case"Group":s.terms.forEach(i);break;case"Multiplier":i(s.term);break;case"Type":case"Property":case"Keyword":case"AtKeyword":case"Function":case"String":case"Token":case"Comma":break;default:throw new Error("Unknown type: "+s.type)}a.call(r,s)}let n=vc,a=vc;if(typeof e=="function"?n=e:e&&(n=R5(e.enter),a=R5(e.leave)),n===vc&&a===vc)throw new Error("Neither `enter` nor `leave` walker handler is set or both aren't a function");i(t)}sy.walk=lV;const Eo=Rg,Hl=zs,cV=Hg,uV=Xu,j5=Qn,hV=dO,F2=f0,q5=iy,pV=Yu,U5=A9,dV=C9,fV=wd,P9=vd,mV=sy,gV=F2.buildMatchGraph(cV.cssWideKeywords.join(" | "));function R2(t,e,r){const i={};for(const n in t)t[n].syntax&&(i[n]=r?t[n].syntax:P9.generate(t[n].syntax,{compact:e}));return i}function yV(t,e,r){const i={};for(const[n,a]of Object.entries(t))i[n]={prelude:a.prelude&&(r?a.prelude.syntax:P9.generate(a.prelude.syntax,{compact:e})),descriptors:a.descriptors&&R2(a.descriptors,e,r)};return i}function xV(t){for(let e=0;e(i[n]=this.createDescriptor(r.descriptors[n],"AtruleDescriptor",n,e),i),Object.create(null)):null})}addProperty_(e,r){r&&(this.properties[e]=this.createDescriptor(r,"Property",e))}addType_(e,r){r&&(this.types[e]=this.createDescriptor(r,"Type",e))}checkAtruleName(e){if(!this.getAtrule(e))return new Eo.SyntaxReferenceError("Unknown at-rule","@"+e)}checkAtrulePrelude(e,r){const i=this.checkAtruleName(e);if(i)return i;const n=this.getAtrule(e);if(!n.prelude&&r)return new SyntaxError("At-rule `@"+e+"` should not contain a prelude");if(n.prelude&&!r&&!po(this,n.prelude,"",!1).matched)return new SyntaxError("At-rule `@"+e+"` should contain a prelude")}checkAtruleDescriptorName(e,r){const i=this.checkAtruleName(e);if(i)return i;const n=this.getAtrule(e),a=Hl.keyword(r);if(!n.descriptors)return new SyntaxError("At-rule `@"+e+"` has no known descriptors");if(!n.descriptors[a.name]&&!n.descriptors[a.basename])return new Eo.SyntaxReferenceError("Unknown at-rule descriptor",r)}checkPropertyName(e){if(!this.getProperty(e))return new Eo.SyntaxReferenceError("Unknown property",e)}matchAtrulePrelude(e,r){const i=this.checkAtrulePrelude(e,r);if(i)return Ri(null,i);const n=this.getAtrule(e);return n.prelude?po(this,n.prelude,r||"",!1):Ri(null,null)}matchAtruleDescriptor(e,r,i){const n=this.checkAtruleDescriptorName(e,r);if(n)return Ri(null,n);const a=this.getAtrule(e),s=Hl.keyword(r);return po(this,a.descriptors[s.name]||a.descriptors[s.basename],i,!1)}matchDeclaration(e){return e.type!=="Declaration"?Ri(null,new Error("Not a Declaration node")):this.matchProperty(e.property,e.value)}matchProperty(e,r){if(Hl.property(e).custom)return Ri(null,new Error("Lexer matching doesn't applicable for custom properties"));const i=this.checkPropertyName(e);return i?Ri(null,i):po(this,this.getProperty(e),r,!0)}matchType(e,r){const i=this.getType(e);return i?po(this,i,r,!1):Ri(null,new Eo.SyntaxReferenceError("Unknown type",e))}match(e,r){return typeof e!="string"&&(!e||!e.type)?Ri(null,new Eo.SyntaxReferenceError("Bad syntax")):((typeof e=="string"||!e.match)&&(e=this.createDescriptor(e,"Type","anonymous")),po(this,e,r,!1))}findValueFragments(e,r,i,n){return U5.matchFragments(this,r,this.matchProperty(e,r),i,n)}findDeclarationValueFragments(e,r,i){return U5.matchFragments(this,e.value,this.matchDeclaration(e),r,i)}findAllFragments(e,r,i){const n=[];return this.syntax.walk(e,{visit:"Declaration",enter:a=>{n.push.apply(n,this.findDeclarationValueFragments(a,r,i))}}),n}getAtrule(e,r=!0){const i=Hl.keyword(e);return(i.vendor&&r?this.atrules[i.name]||this.atrules[i.basename]:this.atrules[i.name])||null}getAtrulePrelude(e,r=!0){const i=this.getAtrule(e,r);return i&&i.prelude||null}getAtruleDescriptor(e,r){return this.atrules.hasOwnProperty(e)&&this.atrules.declarators&&this.atrules[e].declarators[r]||null}getProperty(e,r=!0){const i=Hl.property(e);return(i.vendor&&r?this.properties[i.name]||this.properties[i.basename]:this.properties[i.name])||null}getType(e){return hasOwnProperty.call(this.types,e)?this.types[e]:null}validate(){function e(n,a,s,l){if(s.has(a))return s.get(a);s.set(a,!1),l.syntax!==null&&mV.walk(l.syntax,function(o){if(o.type!=="Type"&&o.type!=="Property")return;const c=o.type==="Type"?n.types:n.properties,u=o.type==="Type"?r:i;(!hasOwnProperty.call(c,o.name)||e(n,o.name,u,c[o.name]))&&s.set(a,!0)},this)}let r=new Map,i=new Map;for(const n in this.types)e(this,n,r,this.types[n]);for(const n in this.properties)e(this,n,i,this.properties[n]);return r=[...r.keys()].filter(n=>r.get(n)),i=[...i.keys()].filter(n=>i.get(n)),r.length||i.length?{types:r,properties:i}:null}dump(e,r){return{generic:this.generic,units:this.units,types:R2(this.types,!r,e),properties:R2(this.properties,!r,e),atrules:yV(this.atrules,!r,e)}}toString(){return JSON.stringify(this.dump())}}Fg.Lexer=vV;function pm(t,e){return typeof e=="string"&&/^\s*\|/.test(e)?typeof t=="string"?t+e:e.replace(/^\s*\|\s*/,""):e||null}function H5(t,e){const r=Object.create(null);for(const[i,n]of Object.entries(t))if(n){r[i]={};for(const a of Object.keys(n))e.includes(a)&&(r[i][a]=n[a])}return r}function bV(t,e){const r=Mt({},t);for(const[i,n]of Object.entries(e))switch(i){case"generic":r[i]=!!n;break;case"units":r[i]=Mt({},t[i]);for(const[a,s]of Object.entries(n))r[i][a]=Array.isArray(s)?s:[];break;case"atrules":r[i]=Mt({},t[i]);for(const[a,s]of Object.entries(n)){const l=r[i][a]||{},o=r[i][a]={prelude:l.prelude||null,descriptors:Mt({},l.descriptors)};if(s){o.prelude=s.prelude?pm(o.prelude,s.prelude):o.prelude||null;for(const[c,u]of Object.entries(s.descriptors||{}))o.descriptors[c]=u?pm(o.descriptors[c],u):null;Object.keys(o.descriptors).length||(o.descriptors=null)}}break;case"types":case"properties":r[i]=Mt({},t[i]);for(const[a,s]of Object.entries(n))r[i][a]=pm(r[i][a],s);break;case"scope":r[i]=Mt({},t[i]);for(const[a,s]of Object.entries(n))r[i][a]=Mt(Mt({},r[i][a]),s);break;case"parseContext":r[i]=Mt(Mt({},t[i]),n);break;case"atrule":case"pseudo":r[i]=Mt(Mt({},t[i]),H5(n,["parse"]));break;case"node":r[i]=Mt(Mt({},t[i]),H5(n,["name","structure","parse","generate","walkContext"]));break}return r}var kV=bV;const wV=bt,SV=F8,AV=q8,EV=e9,_V=r9,W5=Fg,j2=kV;function D9(t){const e=SV.createParser(t),r=_V.createWalker(t),i=AV.createGenerator(t),{fromPlainObject:n,toPlainObject:a}=EV.createConvertor(r),s={lexer:null,createLexer:l=>new W5.Lexer(l,s,s.lexer.structure),tokenize:wV.tokenize,parse:e,generate:i,walk:r,find:r.find,findLast:r.findLast,findAll:r.findAll,fromPlainObject:n,toPlainObject:a,fork(l){const o=j2({},t);return D9(typeof l=="function"?l(o,Object.assign):j2(o,l))}};return s.lexer=new W5.Lexer({generic:!0,units:t.units,types:t.types,atrules:t.atrules,properties:t.properties,node:t.node},s),s}const CV=t=>D9(j2({},t));var T9=CV,PV={generic:!0,units:{angle:["deg","grad","rad","turn"],decibel:["db"],flex:["fr"],frequency:["hz","khz"],length:["cm","mm","q","in","pt","pc","px","em","rem","ex","rex","cap","rcap","ch","rch","ic","ric","lh","rlh","vw","svw","lvw","dvw","vh","svh","lvh","dvh","vi","svi","lvi","dvi","vb","svb","lvb","dvb","vmin","svmin","lvmin","dvmin","vmax","svmax","lvmax","dvmax","cqw","cqh","cqi","cqb","cqmin","cqmax"],resolution:["dpi","dpcm","dppx","x"],semitones:["st"],time:["s","ms"]},types:{"abs()":"abs( )","absolute-size":"xx-small|x-small|small|medium|large|x-large|xx-large|xxx-large","acos()":"acos( )","alpha-value":"|","angle-percentage":"|