@theoplayer/extended 8.0.1 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THEOplayer.chromeless.d.ts +1 -1
- package/THEOplayer.chromeless.esm.js +2 -2
- package/THEOplayer.chromeless.js +3 -3
- package/THEOplayer.common.d.ts +11 -1
- package/THEOplayer.common.esm.js +3 -3
- package/THEOplayer.d.ts +1 -1
- package/THEOplayer.esm.js +3 -3
- package/THEOplayer.js +3 -3
- package/THEOplayer.transmux.asmjs.js +3 -3
- package/THEOplayer.transmux.js +3 -3
- package/package.json +1 -1
- package/theoplayer.d.js +3 -3
package/theoplayer.d.js
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
THEOplayer is based on patented technology developed by
|
|
26
26
|
THEO Technologies (https://www.theoplayer.com).
|
|
27
27
|
|
|
28
|
-
Version: 8.0
|
|
29
|
-
Created: 2024-09-
|
|
28
|
+
Version: 8.1.0
|
|
29
|
+
Created: 2024-09-25T17:01:54.158Z
|
|
30
30
|
*/
|
|
31
|
-
!function(t){"use strict";var n,r,i=t.window,e=t.document,u=(t.location,t.navigator),o=t.setTimeout,f=t.clearTimeout,s=t.setInterval,c=t.clearInterval,h=t.Error,a=t.TypeError,l=(t.SyntaxError,t.Object),v=t.Math,y=t.parseInt,d=t.parseFloat,w=t.isNaN,_=t.Uint8Array;t.Worker,t.WorkerGlobalScope,t.XMLHttpRequest;"function"==typeof Symbol&&Symbol.iterator?n=Symbol:(r=0,(n=function(t){return"t5t"+t+"_"+ ++r}).iterator=n("Symbol.iterator"));var g=o;function p(t){return Boolean(t&&void 0!==t.length)}function k(){}function S(t){if(!(this instanceof S))throw new a("Promises must be constructed via new");if("function"!=typeof t)throw new a("not a function");this.Pa=0,this.n5t=!1,this._yt=void 0,this.i5t=[],R(t,this)}function I(t,n){for(;3===t.Pa;)t=t._yt;0!==t.Pa?(t.n5t=!0,S.r5t((function(){var r=1===t.Pa?n.onFulfilled:n.onRejected;if(null!==r){var i;try{i=r(t._yt)}catch(t){return void m(n.promise,t)}b(n.promise,i)}else(1===t.Pa?b:m)(n.promise,t._yt)}))):t.i5t.push(n)}function b(t,n){try{if(n===t)throw new a("A promise cannot be resolved with itself.");if(n&&("object"==typeof n||"function"==typeof n)){var r=n.then;if(n instanceof S)return t.Pa=3,t._yt=n,void A(t);if("function"==typeof r)return void R(function(t,n){return function(){t.apply(n,arguments)}}(r,n),t)}t.Pa=1,t._yt=n,A(t)}catch(n){m(t,n)}}function m(t,n){t.Pa=2,t._yt=n,A(t)}function A(t){2===t.Pa&&0===t.i5t.length&&S.r5t((function(){t.n5t||S.e5t(t._yt)}));for(var n=0,r=t.i5t.length;n<r;n++)I(t,t.i5t[n]);t.i5t=null}function E(t,n,r){this.onFulfilled="function"==typeof t?t:null,this.onRejected="function"==typeof n?n:null,this.promise=r}function R(t,n){var r=!1;try{t((function(t){r||(r=!0,b(n,t))}),(function(t){r||(r=!0,m(n,t))}))}catch(t){if(r)return;r=!0,m(n,t)}}S.prototype.catch=function(t){return this.then(null,t)},S.prototype.then=function(t,n){var r=new this.constructor(k);return I(this,new E(t,n,r)),r},S.prototype.finally=function(t){var n=this.constructor;return this.then((function(r){return n.resolve(t()).then((function(){return r}))}),(function(r){return n.resolve(t()).then((function(){return n.reject(r)}))}))},S.all=function(t){return new S((function(n,r){if(!p(t))return r(new a("Promise.all accepts an array"));var i=Array.prototype.slice.call(t);if(0===i.length)return n([]);var e=i.length;function u(t,o){try{if(o&&("object"==typeof o||"function"==typeof o)){var f=o.then;if("function"==typeof f)return void f.call(o,(function(n){u(t,n)}),r)}i[t]=o,0==--e&&n(i)}catch(t){r(t)}}for(var o=0;o<i.length;o++)u(o,i[o])}))},S.allSettled=function(t){return new this((function(r,i){if(!t||void 0===t.length)return i(new a((void 0===t?"undefined":function(t){return t&&void 0!==n&&t.constructor===n?"symbol":typeof t}(t))+" "+t+" is not iterable(cannot read property Symbol(Symbol.iterator))"));var e=Array.prototype.slice.call(t);if(0===e.length)return r([]);var u=e.length;function o(t,n){if(n&&("object"==typeof n||"function"==typeof n)){var i=n.then;if("function"==typeof i)return void i.call(n,(function(n){o(t,n)}),(function(n){e[t]={status:"rejected",reason:n},0==--u&&r(e)}))}e[t]={status:"fulfilled",value:n},0==--u&&r(e)}for(var f=0;f<e.length;f++)o(f,e[f])}))},S.resolve=function(t){return t&&"object"==typeof t&&t.constructor===S?t:new S((function(n){n(t)}))},S.reject=function(t){return new S((function(n,r){r(t)}))},S.race=function(t){return new S((function(n,r){if(!p(t))return r(new a("Promise.race accepts an array"));for(var i=0,e=t.length;i<e;i++)S.resolve(t[i]).then(n,r)}))},S.r5t="function"==typeof setImmediate&&function(t){setImmediate(t)}||function(t){g(t,0)},S.e5t=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)};var O=function(){var t=self.Promise;if(void 0!==t)try{if(-1!==t.toString().indexOf("[native code]"))return t}catch(t){}}(),D=u?u.userAgent:"",T=D.match(/Firefox\/([0-9]+)/i),P=null!=T,N=T?Number(T[1]):0,F=D.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),C=null!=F,W=F?Number(F[3]):0,j=function(){function t(t){this.sC=0,this.tW=0,this.GC=[],this.u5t=t}return t.prototype.s5t=function(t){var n=this.length();this.o5t(n+1);var r=this.tW+n&this.u5t-1;this.GC[r]=t,this.sC=n+1},t.prototype.push=function(t){var n=this.length()+1;if(this.u5t<n)this.s5t(t);else{var r=this.tW+n-1,i=this.u5t-1;this.GC[r&i]=t,this.sC=n}},t.prototype.shift=function(){var t=this.tW,n=this.GC[t];return this.GC[t]=void 0,this.tW=t+1&this.u5t-1,this.sC--,n},t.prototype.length=function(){return this.sC},t.prototype.o5t=function(t){this.u5t<t&&this.c5t(this.u5t<<1)},t.prototype.c5t=function(t){var n=this.u5t;this.u5t=t;var r=this.tW+this.sC&n-1;!function(t,n,r,i){for(var e=0;e<i;++e)t[e+r]=t[e+n],t[e+n]=void 0}(this.GC,0,n,r)},t}();var M="unhandledrejection",B=self.PromiseRejectionEvent,U=self.CustomEvent;function L(t){return new B(M,{reason:t,promise:O.reject(t).catch((function(){})),cancelable:!0})}function V(t){var n=new U(M,{detail:{reason:t},cancelable:!0});return l.defineProperty(n,"reason",{value:t}),n}function x(t){var n=e.createEvent("CustomEvent");return n.initCustomEvent(M,!1,!0,{reason:t}),n}var H,G,z,K,X,$,q,Z,J,Y=function(t){return Y=function(){try{var t=O.resolve(),n="error",r=new B(M,{reason:n,promise:t});return M===r.type&&n===r.reason}catch(t){}return!1}()?L:function(){try{var t="error",n=new U(M,{detail:{reason:t}});return M===n.type&&t===n.detail.reason}catch(t){}return!1}()?V:x,Y(t)};function Q(t,n){for(var r=0;r<n.length;r++){var i=n[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),l.defineProperty(t,i.key,i)}}function tt(t,n,r){return n&&Q(t.prototype,n),r&&Q(t,r),t}function nt(t,n){return nt=l.setPrototypeOf||function(t,n){return t.__proto__=n,t},nt(t,n)}function rt(t,n){if("function"!=typeof n&&null!==n)throw new a("Super expression must either be null or a function");t.prototype=l.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),n&&nt(t,n)}function it(t,n){(null==n||n>t.length)&&(n=t.length);for(var r=0,i=new Array(n);r<n;r++)i[r]=t[r];return i}function et(t,n){if(t){if("string"==typeof t)return it(t,n);var r=l.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(r):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?it(t,n):void 0}}function ut(t){return function(t){if(Array.isArray(t))return it(t)}(t)||function(t){if(void 0!==n&&null!=t[n.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||et(t)||function(){throw new a("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}O&&!(P&&N<60||C&&W<15)?G=O:(G=S,q=null!==(H=function(){var t=self.queueMicrotask;if("function"==typeof t)return function(n){return t(n)};var n=O;if(n&&"function"==typeof n.resolve){var r=n.resolve();return function(t){return r.then(t)}}}())&&void 0!==H?H:S.r5t,z=q,K=new j(16),X=!1,(Z={j$:function(t){K.push(t),X||(X=!0,z($))},qH:$=function(){for(;K.length()>0;)K.shift()();X=!1}}).qH,S.r5t=Z.j$,S.e5t=function(t){try{var n=Y(t);if(!self.dispatchEvent(n)||n.defaultPrevented)return}catch(t){}o((function(){throw new h("Unhandled promise rejection: ".concat(t))}),0)}),function(t){t.NI="web",t.DI="android",t.BI="android-tv",t.OI="ios",t.LI="tvos",t.MI="chromecast",t.FI="theoliveweb"}(J||(J={}));var ot=u?u.userAgent:"",ft=ot.match(/chrome\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),st=ot.match(/Edg\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),ct=ot.match(/Android ([0-9\.]+)/i),ht=ot.match(/Windows NT ([0-9\.]+)/i),at=ot.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),lt=ot.match(/Firefox\/([0-9\.]+)/i),vt=ot.match(/OPR\/(\d+\.\d+)/i),yt=ot.match(/Tizen ([0-9\.]+)/i),dt=ot.match(/(iPhone OS|iPad OS|iPod OS|Mac OS X) (\d+)_(\d+)_?(\d+)?/),wt=function(){function t(){this.UI=Boolean("ontouchstart"in self||self.DocumentTouch&&e instanceof self.DocumentTouch||u&&u.msMaxTouchPoints),this.VI=/(mac\sos\sx)\s?([\w\s\.]+\w)*/i.test(ot)||/(macintosh|mac(?=_powerpc)\s)/i.test(ot),this.qI=/Windows NT/i.test(ot),this.XI=ht?d(ht[1]):0,this.QI=/Android/i.test(ot),this.YI=ct?d(ct[1]):0,this.ZI=/windows phone (8|8\.1)/i.test(ot),this.$I=/iPhone/i.test(ot),this.eR=/iPad/i.test(ot),this.sR=this.VI&&this.UI&&!this.eR,this.rR=/iPod/i.test(ot),this._R=/Mobile Safari/i.test(ot),this.lR=/EOS\d*STB/i.test(ot),this.dR=/APP\d*STB/i.test(ot),this.oR=(this.$I||this.eR||this.sR||this.rR)&&!this.ZI,this.uR=dt?d(dt[2]):0,this.gR=this.ZI||this.oR||this.QI||this._R,this.mR=/CriOS/i.test(ot),this.pR=Boolean(self.chrome&&/google/i.test(u.vendor))||this.mR,this.kR=this.pR&&/Edg\//i.test(u.userAgent),this.IR=st?y(st[1],10):0,this.TP=Boolean(self.chrome||/Chrome/i.test(ot)||/CriOS/i.test(ot)),this.bR=ft?y(ft[1],10):0,this.PR=/SMART-TV.*Tizen/i.test(ot),this.NR=yt?d(yt[1]):0,this.AR=this.NR>0?function(t){return t>=8?108:t>=7?94:t>=6.5?85:t>=6?76:t>=5.5?69:t>=5?63:t>=4?56:t>=3?47:0}(this.NR):void 0,this.OR=/webos|web0s/i.test(ot),this.MR=/VIZIO/i.test(ot),this.UR=/Edge\/\d+/i.test(ot),this.WR=/Trident/i.test(ot),this.zR=this.WR&&!self.ActiveXObject&&"ActiveXObject"in self,this.GR=/Vivaldi/i.test(ot),this.KR=/Firefox/i.test(ot)&&!/Seamonkey/i.test(ot),this.jR=lt?d(lt[1]):0,this.JR=/Safari/i.test(ot)&&!/Chrome/i.test(ot)&&!this.ZI&&!this.PR,this.tP=at?d(at[2]):0,this.iP=Boolean(vt),this.nP=vt?d(vt[1]):0,this.hP=/CrKey/.test(ot),this.aP=/\b(tv|smart-tv|smarttv|appletv|crkey|googletv|hbbtv|pov_tv|roku|viera|nettv|philipstv|vizio)\b/i.test(ot),this.lP="web"===J.BI,this.fP="web"===J.DI,this.gP=this.fP||this.lP,this.mP="web"===J.OI,this.pP="web"===J.LI,this.AP="web"===J.MI}return tt(t,[{key:"Ye",get:function(){return this.UI}},{key:"HI",get:function(){return this.VI}},{key:"WI",get:function(){return this.qI}},{key:"zI",get:function(){return this.XI}},{key:"GI",get:function(){return this.QI}},{key:"KI",get:function(){return this.YI}},{key:"jI",get:function(){return this.ZI}},{key:"JI",get:function(){return this.$I}},{key:"tR",get:function(){return this.eR}},{key:"iR",get:function(){return this.sR}},{key:"nR",get:function(){return this.rR}},{key:"hR",get:function(){return this.oR}},{key:"aR",get:function(){return this.uR}},{key:"cR",get:function(){return this.lR||this.dR}},{key:"fR",get:function(){return this._R}},{key:"Ks",get:function(){return this.gR}},{key:"vR",get:function(){return this.mR}},{key:"wR",get:function(){return this.pR}},{key:"yR",get:function(){var t;return null!=(t=this.AR)?t:this.bR}},{key:"SR",get:function(){return this.kR}},{key:"ER",get:function(){return this.IR}},{key:"RR",get:function(){return this.PR}},{key:"xR",get:function(){return this.NR}},{key:"DR",get:function(){return this.OR}},{key:"LR",get:function(){return this.MR}},{key:"FR",get:function(){return this.UR}},{key:"HR",get:function(){return this.WR}},{key:"qR",get:function(){return this.zR}},{key:"XR",get:function(){return this.GR}},{key:"QR",get:function(){return this.KR}},{key:"YR",get:function(){return this.jR}},{key:"ZR",get:function(){return this.JR}},{key:"$R",get:function(){return this.tP}},{key:"eP",get:function(){return this.iP}},{key:"sP",get:function(){return this.nP}},{key:"rP",get:function(){return this.hP}},{key:"oP",get:function(){return this.aP}},{key:"uP",get:function(){return!(!this.DR&&!this.RR)&&this.yR<=56}},{key:"cP",get:function(){return this.lP}},{key:"dP",get:function(){return this.fP}},{key:"_P",get:function(){return this.gP}},{key:"vP",get:function(){return this.mP}},{key:"wP",get:function(){return this.pP}},{key:"yP",get:function(){return this.AP}},{key:"bP",get:function(){return this.TP}}]),t}();wt.SP=new wt;var _t=wt.SP,gt={}.toString;function pt(t){return null!=t}Array.isArray;function kt(t){return"object"==typeof t&&null!==t}function St(t){return function(t){return"function"==typeof t}(t)||kt(t)}var It=function(){},bt=!(_t.HR&&!_t.qR),mt=self.console;function At(t){if(kt(t))try{return JSON.stringify(t)}catch(t){}return t}function Et(t){return t.map(At).join(" ")}function Rt(t){var n=mt&&mt[t];return n?n.bind&&bt?n.bind(mt):function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];mt[t](Et(r))}:void 0}var Ot=Rt("log")||It,Dt=Rt("warn")||Ot.bind(void 0,"WARNING:"),Tt=Rt("error")||Ot.bind(void 0,"ERROR:"),Pt=function(){var t=mt&&mt.assert;return t?t.bind&&bt?t.bind(mt):function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];mt.assert(t,Et(r))}:function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];t||Tt.apply(void 0,["Assertion failed:"].concat(ut(r)))}}(),Nt=null;try{Nt=new WebAssembly.Instance(new WebAssembly.Module(new _([0,97,115,109,1,0,0,0,1,13,2,96,0,1,127,96,4,127,127,127,127,1,127,3,7,6,0,1,1,1,1,1,6,6,1,127,1,65,0,11,7,50,6,3,109,117,108,0,1,5,100,105,118,95,115,0,2,5,100,105,118,95,117,0,3,5,114,101,109,95,115,0,4,5,114,101,109,95,117,0,5,8,103,101,116,95,104,105,103,104,0,0,10,191,1,6,4,0,35,0,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,126,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,127,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,128,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,129,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,130,34,4,66,32,135,167,36,0,32,4,167,11])),{}).exports}catch(z){}function Ft(t,n,r){this.low=0|t,this.high=0|n,this.unsigned=!!r}function Ct(t){return!0===(t&&t.Tp)}function Wt(t){var n=v.clz32(t&-t);return t?31-n:n}Ft.prototype.Tp,l.defineProperty(Ft.prototype,"Tp",{value:!0}),Ft.isLong=Ct;var jt={},Mt={};function Bt(t,n){var r,i,e;return n?(e=0<=(t>>>=0)&&t<256)&&(i=Mt[t])?i:(r=Lt(t,0,!0),e&&(Mt[t]=r),r):(e=-128<=(t|=0)&&t<128)&&(i=jt[t])?i:(r=Lt(t,t<0?-1:0,!1),e&&(jt[t]=r),r)}function Ut(t,n){if(w(t))return n?qt:$t;if(n){if(t<0)return qt;if(t>=zt)return tn}else{if(t<=-Kt)return nn;if(t+1>=Kt)return Qt}return t<0?Ut(-t,n).neg():Lt(t%Gt|0,t/Gt|0,n)}function Lt(t,n,r){return new Ft(t,n,r)}Ft.fromInt=Bt,Ft.fromNumber=Ut,Ft.fromBits=Lt;var Vt=v.pow;function xt(t,n,r){if(0===t.length)throw h("empty string");if("number"==typeof n?(r=n,n=!1):n=!!n,"NaN"===t||"Infinity"===t||"+Infinity"===t||"-Infinity"===t)return n?qt:$t;if((r=r||10)<2||36<r)throw RangeError("radix");var i;if((i=t.indexOf("-"))>0)throw h("interior hyphen");if(0===i)return xt(t.substring(1),n,r).neg();for(var e=Ut(Vt(r,8)),u=$t,o=0;o<t.length;o+=8){var f=v.min(8,t.length-o),s=y(t.substring(o,o+f),r);if(f<8){var c=Ut(Vt(r,f));u=u.mul(c).add(Ut(s))}else u=(u=u.mul(e)).add(Ut(s))}return u.unsigned=n,u}function Ht(t,n){return"number"==typeof t?Ut(t,n):"string"==typeof t?xt(t,n):Lt(t.low,t.high,"boolean"==typeof n?n:t.unsigned)}Ft.fromString=xt,Ft.fromValue=Ht;var Gt=4294967296,zt=Gt*Gt,Kt=zt/2,Xt=Bt(1<<24),$t=Bt(0);Ft.ZERO=$t;var qt=Bt(0,!0);Ft.UZERO=qt;var Zt=Bt(1);Ft.ONE=Zt;var Jt=Bt(1,!0);Ft.UONE=Jt;var Yt=Bt(-1);Ft.NEG_ONE=Yt;var Qt=Lt(-1,2147483647,!1);Ft.MAX_VALUE=Qt;var tn=Lt(-1,-1,!0);Ft.MAX_UNSIGNED_VALUE=tn;var nn=Lt(0,-2147483648,!1);Ft.MIN_VALUE=nn;var rn=Ft.prototype;rn.toInt=function(){return this.unsigned?this.low>>>0:this.low},rn.toNumber=function(){return this.unsigned?(this.high>>>0)*Gt+(this.low>>>0):this.high*Gt+(this.low>>>0)},rn.toString=function(t){if((t=t||10)<2||36<t)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative()){if(this.eq(nn)){var n=Ut(t),r=this.div(n),i=r.mul(n).sub(this);return r.toString(t)+i.toInt().toString(t)}return"-"+this.neg().toString(t)}for(var e=Ut(Vt(t,6),this.unsigned),u=this,o="";;){var f=u.div(e),s=(u.sub(f.mul(e)).toInt()>>>0).toString(t);if((u=f).isZero())return s+o;for(;s.length<6;)s="0"+s;o=""+s+o}},rn.getHighBits=function(){return this.high},rn.getHighBitsUnsigned=function(){return this.high>>>0},rn.getLowBits=function(){return this.low},rn.getLowBitsUnsigned=function(){return this.low>>>0},rn.getNumBitsAbs=function(){if(this.isNegative())return this.eq(nn)?64:this.neg().getNumBitsAbs();for(var t=0!=this.high?this.high:this.low,n=31;n>0&&0==(t&1<<n);n--);return 0!=this.high?n+33:n+1},rn.isZero=function(){return 0===this.high&&0===this.low},rn.eqz=rn.isZero,rn.isNegative=function(){return!this.unsigned&&this.high<0},rn.isPositive=function(){return this.unsigned||this.high>=0},rn.isOdd=function(){return 1==(1&this.low)},rn.isEven=function(){return 0==(1&this.low)},rn.equals=function(t){return Ct(t)||(t=Ht(t)),(this.unsigned===t.unsigned||this.high>>>31!=1||t.high>>>31!=1)&&(this.high===t.high&&this.low===t.low)},rn.eq=rn.equals,rn.notEquals=function(t){return!this.eq(t)},rn.neq=rn.notEquals,rn.ne=rn.notEquals,rn.lessThan=function(t){return this.comp(t)<0},rn.lt=rn.lessThan,rn.lessThanOrEqual=function(t){return this.comp(t)<=0},rn.lte=rn.lessThanOrEqual,rn.le=rn.lessThanOrEqual,rn.greaterThan=function(t){return this.comp(t)>0},rn.gt=rn.greaterThan,rn.greaterThanOrEqual=function(t){return this.comp(t)>=0},rn.gte=rn.greaterThanOrEqual,rn.ge=rn.greaterThanOrEqual,rn.compare=function(t){if(Ct(t)||(t=Ht(t)),this.eq(t))return 0;var n=this.isNegative(),r=t.isNegative();return n&&!r?-1:!n&&r?1:this.unsigned?t.high>>>0>this.high>>>0||t.high===this.high&&t.low>>>0>this.low>>>0?-1:1:this.sub(t).isNegative()?-1:1},rn.comp=rn.compare,rn.negate=function(){return!this.unsigned&&this.eq(nn)?nn:this.not().add(Zt)},rn.neg=rn.negate,rn.add=function(t){Ct(t)||(t=Ht(t));var n=this.high>>>16,r=65535&this.high,i=this.low>>>16,e=65535&this.low,u=t.high>>>16,o=65535&t.high,f=t.low>>>16,s=0,c=0,h=0,a=0;return h+=(a+=e+(65535&t.low))>>>16,c+=(h+=i+f)>>>16,s+=(c+=r+o)>>>16,s+=n+u,Lt((h&=65535)<<16|(a&=65535),(s&=65535)<<16|(c&=65535),this.unsigned)},rn.subtract=function(t){return Ct(t)||(t=Ht(t)),this.add(t.neg())},rn.sub=rn.subtract,rn.multiply=function(t){if(this.isZero())return this;if(Ct(t)||(t=Ht(t)),Nt)return Lt(Nt.mul(this.low,this.high,t.low,t.high),Nt.get_high(),this.unsigned);if(t.isZero())return this.unsigned?qt:$t;if(this.eq(nn))return t.isOdd()?nn:$t;if(t.eq(nn))return this.isOdd()?nn:$t;if(this.isNegative())return t.isNegative()?this.neg().mul(t.neg()):this.neg().mul(t).neg();if(t.isNegative())return this.mul(t.neg()).neg();if(this.lt(Xt)&&t.lt(Xt))return Ut(this.toNumber()*t.toNumber(),this.unsigned);var n=this.high>>>16,r=65535&this.high,i=this.low>>>16,e=65535&this.low,u=t.high>>>16,o=65535&t.high,f=t.low>>>16,s=65535&t.low,c=0,h=0,a=0,l=0;return a+=(l+=e*s)>>>16,h+=(a+=i*s)>>>16,a&=65535,h+=(a+=e*f)>>>16,c+=(h+=r*s)>>>16,h&=65535,c+=(h+=i*f)>>>16,h&=65535,c+=(h+=e*o)>>>16,c+=n*s+r*f+i*o+e*u,Lt((a&=65535)<<16|(l&=65535),(c&=65535)<<16|(h&=65535),this.unsigned)},rn.mul=rn.multiply,rn.divide=function(t){if(Ct(t)||(t=Ht(t)),t.isZero())throw h("division by zero");var n,r,i;if(Nt)return this.unsigned||-2147483648!==this.high||-1!==t.low||-1!==t.high?Lt((this.unsigned?Nt.div_u:Nt.div_s)(this.low,this.high,t.low,t.high),Nt.get_high(),this.unsigned):this;if(this.isZero())return this.unsigned?qt:$t;if(this.unsigned){if(t.unsigned||(t=t.toUnsigned()),t.gt(this))return qt;if(t.gt(this.shru(1)))return Jt;i=qt}else{if(this.eq(nn))return t.eq(Zt)||t.eq(Yt)?nn:t.eq(nn)?Zt:(n=this.shr(1).div(t).shl(1)).eq($t)?t.isNegative()?Zt:Yt:(r=this.sub(t.mul(n)),i=n.add(r.div(t)));if(t.eq(nn))return this.unsigned?qt:$t;if(this.isNegative())return t.isNegative()?this.neg().div(t.neg()):this.neg().div(t).neg();if(t.isNegative())return this.div(t.neg()).neg();i=$t}for(r=this;r.gte(t);){n=v.max(1,v.floor(r.toNumber()/t.toNumber()));for(var e=v.ceil(v.log(n)/v.LN2),u=e<=48?1:Vt(2,e-48),o=Ut(n),f=o.mul(t);f.isNegative()||f.gt(r);)f=(o=Ut(n-=u,this.unsigned)).mul(t);o.isZero()&&(o=Zt),i=i.add(o),r=r.sub(f)}return i},rn.div=rn.divide,rn.modulo=function(t){return Ct(t)||(t=Ht(t)),Nt?Lt((this.unsigned?Nt.rem_u:Nt.rem_s)(this.low,this.high,t.low,t.high),Nt.get_high(),this.unsigned):this.sub(this.div(t).mul(t))},rn.mod=rn.modulo,rn.rem=rn.modulo,rn.not=function(){return Lt(~this.low,~this.high,this.unsigned)},rn.countLeadingZeros=function(){return this.high?v.clz32(this.high):v.clz32(this.low)+32},rn.clz=rn.countLeadingZeros,rn.countTrailingZeros=function(){return this.low?Wt(this.low):Wt(this.high)+32},rn.ctz=rn.countTrailingZeros,rn.and=function(t){return Ct(t)||(t=Ht(t)),Lt(this.low&t.low,this.high&t.high,this.unsigned)},rn.or=function(t){return Ct(t)||(t=Ht(t)),Lt(this.low|t.low,this.high|t.high,this.unsigned)},rn.xor=function(t){return Ct(t)||(t=Ht(t)),Lt(this.low^t.low,this.high^t.high,this.unsigned)},rn.shiftLeft=function(t){return Ct(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Lt(this.low<<t,this.high<<t|this.low>>>32-t,this.unsigned):Lt(0,this.low<<t-32,this.unsigned)},rn.shl=rn.shiftLeft,rn.shiftRight=function(t){return Ct(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Lt(this.low>>>t|this.high<<32-t,this.high>>t,this.unsigned):Lt(this.high>>t-32,this.high>=0?0:-1,this.unsigned)},rn.shr=rn.shiftRight,rn.shiftRightUnsigned=function(t){return Ct(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Lt(this.low>>>t|this.high<<32-t,this.high>>>t,this.unsigned):Lt(32===t?this.high:this.high>>>t-32,0,this.unsigned)},rn.shru=rn.shiftRightUnsigned,rn.shr_u=rn.shiftRightUnsigned,rn.rotateLeft=function(t){var n;return Ct(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Lt(this.high,this.low,this.unsigned):t<32?(n=32-t,Lt(this.low<<t|this.high>>>n,this.high<<t|this.low>>>n,this.unsigned)):(n=32-(t-=32),Lt(this.high<<t|this.low>>>n,this.low<<t|this.high>>>n,this.unsigned))},rn.rotl=rn.rotateLeft,rn.rotateRight=function(t){var n;return Ct(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Lt(this.high,this.low,this.unsigned):t<32?(n=32-t,Lt(this.high<<n|this.low>>>t,this.low<<n|this.high>>>t,this.unsigned)):(n=32-(t-=32),Lt(this.low<<n|this.high>>>t,this.high<<n|this.low>>>t,this.unsigned))},rn.rotr=rn.rotateRight,rn.toSigned=function(){return this.unsigned?Lt(this.low,this.high,!1):this},rn.toUnsigned=function(){return this.unsigned?this:Lt(this.low,this.high,!0)},rn.toBytes=function(t){return t?this.toBytesLE():this.toBytesBE()},rn.toBytesLE=function(){var t=this.high,n=this.low;return[255&n,n>>>8&255,n>>>16&255,n>>>24,255&t,t>>>8&255,t>>>16&255,t>>>24]},rn.toBytesBE=function(){var t=this.high,n=this.low;return[t>>>24,t>>>16&255,t>>>8&255,255&t,n>>>24,n>>>16&255,n>>>8&255,255&n]},Ft.fromBytes=function(t,n,r){return r?Ft.fromBytesLE(t,n):Ft.fromBytesBE(t,n)},Ft.fromBytesLE=function(t,n){return new Ft(t[0]|t[1]<<8|t[2]<<16|t[3]<<24,t[4]|t[5]<<8|t[6]<<16|t[7]<<24,n)},Ft.fromBytesBE=function(t,n){return new Ft(t[4]<<24|t[5]<<16|t[6]<<8|t[7],t[0]<<24|t[1]<<16|t[2]<<8|t[3],n)};var en=Ft;v.pow(2,-52);function un(){return Date.now()||(new Date).getTime()}en.fromNumber(9007199254740991);function on(t,n){for(var r=0;r<n.length;r++){var i=n[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),l.defineProperty(t,i.key,i)}}function fn(t,n){var r=function(t,n){var r=t.length;if(r<=1)return t;for(var i=new Array(r),e=1;e<r;e*=2){sn(t,n,e,i);var u=t;t=i,i=u}return t}(t,n);return r!==t&&sn(r,null,t.length,t),t}function sn(t,n,r,i){var e,u,o,f,s,c=t.length,h=0,a=2*r;for(e=0;e<c;e+=a)for(o=(u=e+r)+r,u>c&&(u=c),o>c&&(o=c),f=e,s=u;;)if(f<u&&s<o)n(t[f],t[s])<=0?i[h++]=t[f++]:i[h++]=t[s++];else if(f<u)i[h++]=t[f++];else{if(!(s<o))break;i[h++]=t[s++]}}var cn=/[a-zA-Z]/,hn=/[0-9]/,an=/[0-9a-fA-F]/,ln=/^0x/i,vn=/^[0-9]+$/,yn=/^[0-9a-fA-F]+$/,dn=/^[0-7]+$/,wn=l.prototype.toString,_n=Array.isArray||function(t){return"[object Array]"===wn.call(t)},gn=void 0!==n&&"symbol"==typeof n.iterator;function pn(t){return _n(t)?t:Array.from(t)}function kn(t,n,r){var i=t[n];t[n]=t[r],t[r]=i}function Sn(t){return t>=65&&t<=90}function In(t){return Sn(t)||function(t){return t>=97&&t<=122}(t)}function bn(t){return t>=48&&t<=57}function mn(t){return bn(t)||In(t)}function An(t){return bn(t)||t>=65&&t<=70||t>=97&&t<=102}function En(t){return Sn(t)?t+32:t}function Rn(t){return bn(t)?t-48:t>=65&&t<=70?t-65+10:t>=97&&t<=102?t-97+10:-1}function On(t,n){return void 0===n&&(n=!1),0<=t&&t<=9?t+48:10<=t&&t<=15?t+(n?87:55):-1}var Dn=v.min,Tn=String.fromCharCode,Pn=16384;function Nn(t){for(var n=t.length,r=[],i=0;i<n;i+=Pn){var e=Dn(i+Pn,n);r.push(Tn.apply(null,t.slice(i,e)))}return r.join("")}var Fn=2147483647,Cn=/[^\0-\x7E]/,Wn=/[\x2E\u3002\uFF0E\uFF61]/g,jn={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Mn=v.floor,Bn=String.fromCharCode;function Un(t){throw new RangeError(jn[t])}function Ln(t){for(var n=[],r=0,i=t.length;r<i;){var e=t.charCodeAt(r++);if(e>=55296&&e<=56319&&r<i){var u=t.charCodeAt(r++);56320==(64512&u)?n.push(((1023&e)<<10)+(1023&u)+65536):(n.push(e),r--)}else n.push(e)}return n}var Vn,xn,Hn,Gn=function(t,n){return t+22+75*(t<26)-((0!=n)<<5)},zn=function(t,n,r){var i=0;for(t=r?Mn(t/700):t>>1,t+=Mn(t/n);t>455;i+=36)t=Mn(t/35);return Mn(i+36*t/(t+38))},Kn=function(t){return function(t,n){var r=t.split("@"),i="";r.length>1&&(i=r[0]+"@",t=r[1]);var e=function(t,n){for(var r=[],i=t.length;i--;)r[i]=n(t[i]);return r}((t=t.replace(Wn,".")).split("."),n).join(".");return i+e}(t,(function(t){return Cn.test(t)?"xn--"+function(t){for(var n=[],r=(t=Ln(t)).length,i=128,e=0,u=72,o=0,f=t;o<f.length;o++){var s=f[o];s<128&&n.push(Bn(s))}var c=n.length,h=c;for(c&&n.push("-");h<r;){for(var a=Fn,l=0,v=t;l<v.length;l++){var y=v[l];y>=i&&y<a&&(a=y)}var d=h+1;a-i>Mn((Fn-e)/d)&&Un("overflow"),e+=(a-i)*d,i=a;for(var w=0,_=t;w<_.length;w++){var g=_[w];if(g<i&&++e>Fn&&Un("overflow"),g==i){for(var p=e,k=36;;k+=36){var S=k<=u?1:k>=u+26?26:k-u;if(p<S)break;var I=p-S,b=36-S;n.push(Bn(Gn(S+I%b,0))),p=Mn(I/b)}n.push(Bn(Gn(p,0))),u=zn(e,d,h==c),e=0,++h}}++e,++i}return n.join("")}(t):t}))};function Xn(t){for(var n=[],r=0;r<t.length;r++){var i=t[r];i>65535&&(i-=65536,n.push(i>>>10&1023|55296),i=56320|1023&i),n.push(i)}return Nn(n)}function $n(t){if(t>=55296&&t<=57343)throw new h("Lone surrogate U+"+t.toString(16).toUpperCase()+" is not a scalar value")}function qn(t,n){return t>>n&63|128}function Zn(t,n){0!=(4294967168&t)?(0==(4294965248&t)?n.push(t>>6&31|192):0==(4294901760&t)?($n(t),n.push(t>>12&15|224),n.push(qn(t,6))):0==(4292870144&t)&&(n.push(t>>18&7|240),n.push(qn(t,12)),n.push(qn(t,6))),n.push(63&t|128)):n.push(t)}function Jn(t){for(var n=[],r=0;r<t.length;r++){Zn(t[r],n)}return n}function Yn(){if(Hn>=xn)throw new h("Invalid byte index");var t=255&Vn[Hn];if(Hn++,128==(192&t))return 63&t;throw new h("Invalid continuation byte")}function Qn(){var t,n;if(Hn>xn)throw new h("Invalid byte index");if(Hn===xn)return!1;if(t=255&Vn[Hn],Hn++,0==(128&t))return t;if(192==(224&t)){if((n=(31&t)<<6|Yn())>=128)return n;throw new h("Invalid continuation byte")}if(224==(240&t)){if((n=(15&t)<<12|Yn()<<6|Yn())>=2048)return $n(n),n;throw new h("Invalid continuation byte")}if(240==(248&t)&&(n=(7&t)<<18|Yn()<<12|Yn()<<6|Yn())>=65536&&n<=1114111)return n;throw new h("Invalid UTF-8 detected")}function tr(t){return[37,On(t>>4),On(15&t)]}function nr(t){return function(t){return t>=0&&t<=31}(t)||t>126}function rr(t){return nr(t)||32===t||34===t||60===t||62===t||96===t}function ir(t){return rr(t)||35===t||63===t||123===t||125===t}function er(t){return ir(t)||47===t||58===t||59===t||61===t||64===t||t>=91&&t<=94||124===t}function ur(t){return t<33||t>126||34===t||35===t||60===t||62===t}function or(t){return ur(t)||39===t}function fr(t,n){if(!n(t))return[t];for(var r=Jn([t]),i=[],e=0;e<r.length;e++){var u=r[e];i.push.apply(i,tr(u))}return i}function sr(t,n){for(var r=[],i=0,e=Ln(t);i<e.length;i++){var u=e[i];r.push.apply(r,fr(u,n))}return Xn(r)}function cr(t){return function(t){for(var n=[],r=t.length,i=0;i<r;i++){var e=t[i];if(37===e&&i+2<r&&An(t[i+1])&&An(t[i+2])){var u=Rn(t[i+1])<<4|Rn(t[i+2]);n.push(u),i+=2}else n.push(e)}return n}(Jn(t))}function hr(t){return Xn(function(t){Vn=t.slice(),xn=Vn.length,Hn=0;for(var n,r=[];!1!==(n=Qn());)r.push(n);return r}(cr(Ln(t))))}function ar(t){var n=t.length,r=[0,0,0,0,0,0,0,0],i=0,e=null,u=0;if(u<n&&":"===t[u]){if(!(u+1<n&&":"===t[u+1]))throw new a;u+=2,e=i+=1}for(;u<n;){if(8===i)throw new a("Too many groups");if(":"!==t[u]){for(var o=0,f=0;f<4&&u<n&&an.test(t[u]);)o=o<<4|y(t[u],16),u+=1,f+=1;if("."===t[u]){if(0===f)throw new a;if(u-=f,i>6)throw new a;for(var s=0;u<n;){var c=null;if(s>0){if(!("."===t[u]&&s<4))throw new a;u+=1}if(!hn.test(t[u]))throw new a;for(;u<n&&hn.test(t[u]);){var h=y(t[u],10);if(null===c)c=h;else{if(0===c)throw new a;if((c=10*c+h)>255)throw new a}u+=1}r[i]=r[i]<<8|c,2!==(s+=1)&&4!==s||(i+=1)}if(4!==s)throw new a;break}if(":"===t[u]){if((u+=1)===n)throw new a}else if(u<n)throw new a;r[i]=o,i+=1}else{if(null!==e)throw new a("Too many :: groups");u+=1,e=i+=1}}if(null!==e){var l=i-e;for(i=7;0!==i&&l>0;)kn(r,i,e+l-1),i-=1,l-=1}else if(8!==i)throw new a;return r}function lr(t){var n=10,r=vn;return ln.test(t)?(t=t.slice(2),n=16,r=yn):t.length>=2&&"0"===t[0]&&(t=t.slice(1),n=8,r=dn),""===t?0:r.test(t)?y(t,n):void 0}var vr={KJ:4},yr=/[\0\t\n\r #%/:?@\[\\\]]/,dr=/[\0\t\n\r #/:?@\[\\\]]/;function wr(t,n){if("["===t[0]){if("]"!==t[t.length-1])throw new a("Invalid IPv6 address");return{KJ:2,E9:ar(t.slice(1,-1))}}if(!n)return function(t){if(dr.test(t))throw new a("Invalid code point in opaque host");var n=sr(t,nr);return""===n?vr:{KJ:3,GC:n}}(t);var r=function(t){var n=function(t){return Kn(t.toLowerCase())}(t);return n}(hr(t));if(yr.test(r))throw new a("Invalid code point in host");var i=function(t){var n=t.split(".");if(""===n[n.length-1]&&n.pop(),!(n.length>4)){for(var r=[],i=0;i<n.length;i++){var e=n[i];if(""===e)return;var u=lr(e);if(void 0===u)return;r.push(u)}for(var o=0;o<r.length-1;o++)if(r[o]>255)throw new a;if(r[r.length-1]>=v.pow(256,5-r.length))throw new a;for(var f=r.pop(),s=0;s<r.length;s++)f+=r[s]*v.pow(256,3-s);return f}}(r);return void 0!==i?{KJ:1,E9:i}:""===r?vr:{KJ:0,I9:r}}function _r(t){switch(t.KJ){case 0:return t.I9;case 1:return function(t){for(var n=[],r=t,i=1;i<=4;i++)n.push(""+(255&r)),4!==i&&n.push("."),r>>>=8;return n.reverse().join("")}(t.E9);case 2:return"["+function(t){for(var n="",r=function(t){for(var n=0,r=0,i=0,e=0,u=0;u<8;u++)0===t[u]?(0===e&&(i=u),e++):(e>r&&(n=i,r=e),e=0);return e>r&&(n=i,r=e),r>1?n:null}(t),i=!1,e=0;e<8;e++){if(i){if(0===t[e])continue;i=!1}r!==e?(n+=t[e].toString(16),7!==e&&(n+=":")):(n+=0===e?"::":":",i=!0)}return n}(t.E9)+"]";case 3:return t.GC;case 4:return""}}var gr=/\+/g;function pr(t){return 42===t||45===t||46===t||95===t||mn(t)}function kr(t){for(var n=t.split("&"),r=[],i=0;i<n.length;i++){var e=n[i];if(""!==e){var u=e.indexOf("="),o=void 0,f=void 0;-1!==u?(o=e.slice(0,u),f=e.slice(u+1)):(o=e,f=""),o=o.replace(gr," "),f=f.replace(gr," ");var s=hr(o),c=hr(f);r.push([s,c])}}return r}function Sr(t){for(var n="",r=0;r<t.length;r++){var i=t[r];r>0&&(n+="&"),n+=Ir(Jn(Ln(i[0])))+"="+Ir(Jn(Ln(i[1])))}return n}function Ir(t){for(var n=[],r=0;r<t.length;r++){var i=t[r];32===i?n.push(43):pr(i)?n.push(i):n.push.apply(n,tr(i))}return Nn(n)}var br=/(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])/;function mr(t){var n=""+t,r=br.exec(n);return r?function(t,n){for(var r=t.length,i=[],e=n;e<r;e++){var u=t.charCodeAt(e);if(Er(u))if(Rr(u)||e===r-1)i.push(Ar);else{var o=t.charCodeAt(e+1);Rr(o)?(i.push(u,o),e++):i.push(Ar)}else i.push(u)}return t.slice(0,n)+Nn(i)}(n,r.index):n}var Ar=65533,Er=function(t){return 55296==(63488&t)},Rr=function(t){return 0!=(1024&t)};function Or(t,n){var r=t[0],i=n[0];return r===i?0:r<i?-1:1}function Dr(t){t.R9.length=0}function Tr(t,n){!function(t,n){for(var r=0;r<n.length;r++)t[r]=n[r];t.length=n.length}(t.R9,kr(n))}function Pr(t){if(t.P9){var n=Sr(t.R9);""===n&&(n=null),t.P9.P9.C9=n}}var Nr=function(){function t(t){if(void 0===t&&(t=void 0),this.P9=null,null==t)this.R9=[];else if("object"==typeof t||"function"==typeof t)if(function(t){return t instanceof Nr&&!!_n(t.R9)&&(!gn||t[n.iterator]===Fr)}(t))this.R9=t.R9.slice();else if(function(t){return null!=t&&(!!_n(t)||!!gn&&"function"==typeof t[n.iterator])}(t)){this.R9=[];for(var r=0,i=pn(t);r<i.length;r++){var e=pn(i[r]);if(2!==e.length)throw new a("Invalid name-value pair");this.R9.push([mr(e[0]),mr(e[1])])}}else for(var u in this.R9=[],t)l.prototype.hasOwnProperty.call(t,u)&&this.R9.push([mr(u),mr(t[u])]);else(t=mr(t)).length>0&&"?"===t[0]&&(t=t.slice(1)),this.R9=kr(t)}var r=t.prototype;return r.append=function(t,n){t=mr(t),n=mr(n),this.R9.push([t,n]),Pr(this)},r.delete=function(t){t=mr(t);for(var n=this.R9,r=0;r<n.length;){n[r][0]===t?n.splice(r,1):r++}Pr(this)},r.get=function(t){t=mr(t);for(var n=this.R9,r=0;r<n.length;r++){var i=n[r];if(i[0]===t)return i[1]}return null},r.getAll=function(t){t=mr(t);for(var n=this.R9,r=[],i=0;i<n.length;i++){var e=n[i];e[0]===t&&r.push(e[1])}return r},r.has=function(t){t=mr(t);for(var n=this.R9,r=0;r<n.length;r++){if(n[r][0]===t)return!0}return!1},r.set=function(t,n){t=mr(t),n=mr(n);for(var r=this.R9,i=!1,e=0;e<r.length;){var u=r[e];u[0]===t?i?r.splice(e,1):(u[1]=n,i=!0,e++):e++}i||r.push([t,n]),Pr(this)},r.sort=function(){fn(this.R9,Or),Pr(this)},r.toString=function(){return Sr(this.R9)},r.entries=function(){return new Mr(this.R9,Cr)},r.keys=function(){return new Mr(this.R9,Wr)},r.values=function(){return new Mr(this.R9,jr)},r.forEach=function(t){var n=this;this.R9.forEach((function(r){return t(r[1],r[0],n)}))},t}(),Fr=Nr.prototype.entries;gn&&(Nr.prototype[n.iterator]=Fr);var Cr=function(t){return[t[0],t[1]]},Wr=function(t){return t[0]},jr=function(t){return t[1]},Mr=function(){function t(t,n){this.x9=0,this.R9=t,this.N9=n}return t.prototype.next=function(){return this.x9<this.R9.length?{done:!1,value:this.N9(this.R9[this.x9++])}:{done:!0,value:void 0}},t}(),Br="null";var Ur=l.create(null);Ur.ftp=21,Ur.file=0,Ur.gopher=70,Ur.http=80,Ur.https=443,Ur.ws=80,Ur.wss=443;var Lr=/^(?:\.|%2e)$/i,Vr=/^(?:\.|%2e){2}$/i;function xr(t){return Lr.test(t)}function Hr(t){return Vr.test(t)}function Gr(t){return void 0!==Ur[t]}function zr(t){return Gr(t.vO)}function Kr(t){return""!==t.D9||""!==t.B9}function Xr(t){var n=t.length;if(!(n>=2))return!1;if(!qr(t.slice(0,2)))return!1;if(2!==n){var r=t[2];if(47!==r&&92!==r&&63!==r&&35!==r)return!1}return!0}function $r(t){return 2===t.length&&cn.test(t[0])&&(":"===t[1]||"|"===t[1])}function qr(t){return 2===t.length&&$r(Nn(t))}function Zr(t){return $r(t)&&":"===t[1]}function Jr(t){var n=t.O9;0!==n.length&&("file"===t.vO&&1===n.length&&Zr(n[0])||n.pop())}function Yr(t){return null===t.L9||vr===t.L9||t.M9||"file"===t.vO}var Qr=-1,ti=/\t|\n|\r/g,ni=/^[\x00-\x1f ]+|[\x00-\x1f ]+$/g;function ri(t,n,r,i){void 0===r&&(r=null),void 0===i&&(i=null),r||(r=new ei,t=t.replace(ni,""));var e=null!==i?i:0;n=n||null;for(var u=[],o=!1,f=!1,s=!1,c=Ln(t=t.replace(ti,"")),h=c.length,l=0;l<=h;){var v=l<h?c[l]:Qr;switch(e){case 0:if(!In(v)){if(null===i){u.length=0,e=2;continue}throw new a("Invalid scheme")}u.push(En(v)),e=1;break;case 1:if(mn(v)||43===v||45===v||46===v)u.push(En(v));else{if(58!==v){if(null===i){u.length=0,e=2,l=0;continue}throw new a("Invalid scheme")}var d=Xn(u);if(null!==i){if(Gr(r.vO)&&!Gr(d))return;if(!Gr(r.vO)&&Gr(d))return;if((Kr(r)||null!==r.U6)&&"file"===d)return;if("file"===r.vO&&(r.L9===vr||null===r.L9))return}if(r.vO=d,null!==i)return void(zr(r)&&r.U6===Ur[r.vO]&&(r.U6=null));u.length=0,"file"===r.vO?e=13:zr(r)&&n&&n.vO===r.vO?e=3:zr(r)?e=7:47===c[l+1]?(e=4,l+=1):(r.M9=!0,r.O9.push(""),e=18)}break;case 2:if(!n||n.M9&&35!==v)throw new a("Invalid scheme");n.M9&&35===v?(r.vO=n.vO,r.O9=n.O9.slice(),r.C9=n.C9,r.F9="",r.M9=!0,e=20):"file"!==n.vO?(e=5,l-=1):(e=13,l-=1);break;case 3:47===v&&47===c[l+1]?e=8:(e=5,l-=1);break;case 4:47===v?e=9:(e=17,l-=1);break;case 5:r.vO=n.vO,Qr===v?(r.D9=n.D9,r.B9=n.B9,r.L9=n.L9,r.U6=n.U6,r.O9=n.O9.slice(),r.C9=n.C9):47===v?e=6:63===v?(r.D9=n.D9,r.B9=n.B9,r.L9=n.L9,r.U6=n.U6,r.O9=n.O9.slice(),r.C9="",e=19):35===v?(r.D9=n.D9,r.B9=n.B9,r.L9=n.L9,r.U6=n.U6,r.O9=n.O9.slice(),r.C9=n.C9,r.F9="",e=20):92===v&&zr(r)?e=6:(r.D9=n.D9,r.B9=n.B9,r.L9=n.L9,r.U6=n.U6,r.O9=n.O9.slice(),r.O9.pop(),e=17,l-=1);break;case 6:!zr(r)||47!==v&&92!==v?47===v?e=9:(r.D9=n.D9,r.B9=n.B9,r.L9=n.L9,r.U6=n.U6,e=17,l-=1):e=8;break;case 7:if(47!==v||47!==c[l+1]){e=8;continue}e=8,l+=1;break;case 8:47!==v&&92!==v&&(e=9,l-=1);break;case 9:if(64===v){o&&u.unshift(37,52,48),o=!0;for(var w=0;w<u.length;w++){var _=u[w];if(58!==_||s){var g=Xn(fr(_,er));s?r.B9+=g:r.D9+=g}else s=!0}u.length=0}else if(Qr===v||47===v||63===v||35===v||zr(r)&&92===v){if(o&&0===u.length)throw new a("Invalid host");l-=u.length+1,u.length=0,e=10}else u.push(v);break;case 10:case 11:if(null!==i&&"file"===r.vO)l-=1,e=15;else if(58!==v||f)if(Qr===v||47===v||63===v||35===v||zr(r)&&92===v){if(l-=1,zr(r)&&0===u.length)throw new a("Invalid host");if(null!==i&&0===u.length&&(Kr(r)||null!==r.U6))return;var p=wr(Xn(u),zr(r));if(r.L9=p,u.length=0,e=16,null!==i)return}else 91===v?f=!0:93===v&&(f=!1),u.push(v);else{if(0===u.length)throw new a("Invalid host");var k=wr(Xn(u),zr(r));if(r.L9=k,u.length=0,e=12,11===i)return}break;case 12:if(bn(v))u.push(v);else{if(!(Qr===v||47===v||63===v||35===v||zr(r)&&92===v||null!==i))throw new a("Invalid port");if(0!==u.length){var S=y(Xn(u),10);if(S>65535)throw new a("Invalid port");r.U6=S===Ur[r.vO]?null:S,u.length=0}if(null!==i)return;e=16,l-=1}break;case 13:r.vO="file",47===v||92===v?e=14:n&&"file"===n.vO?Qr===v?(r.L9=n.L9,r.O9=n.O9.slice(),r.C9=n.C9):63===v?(r.L9=n.L9,r.O9=n.O9.slice(),r.C9="",e=19):35===v?(r.L9=n.L9,r.O9=n.O9.slice(),r.C9=n.C9,r.F9="",e=20):(Xr(c.slice(l))||(r.L9=n.L9,r.O9=n.O9.slice(),Jr(r)),e=17,l-=1):(e=17,l-=1);break;case 14:47===v||92===v?e=15:(n&&"file"===n.vO&&!Xr(c.slice(l))&&(Zr(n.O9[0])?r.O9.push(n.O9[0]):r.L9=n.L9),e=17,l-=1);break;case 15:if(Qr===v||47===v||92===v||63===v||35===v)if(l-=1,null===i&&qr(u))e=17;else if(0===u.length){if(r.L9=vr,null!==i)return;e=16}else{var I=wr(Xn(u),zr(r));if(0===I.KJ&&"localhost"===I.I9&&(I=vr),r.L9=I,null!==i)return;u.length=0,e=16}else u.push(v);break;case 16:zr(r)?(e=17,47!==v&&92!==v&&(l-=1)):null===i&&63===v?(r.C9="",e=19):null===i&&35===v?(r.F9="",e=20):Qr!==v&&(e=17,47!==v&&(l-=1));break;case 17:if(Qr===v||47===v||zr(r)&&92===v||null===i&&(63===v||35===v)){var b=Xn(u);if(Hr(b)?(Jr(r),47===v||zr(r)&&92===v||r.O9.push("")):!xr(b)||47===v||zr(r)&&92===v?xr(b)||("file"===r.vO&&0===r.O9.length&&qr(u)&&(vr!==r.L9&&null!==r.L9&&(r.L9=vr),u[1]=58,b=Xn(u)),r.O9.push(b)):r.O9.push(""),u.length=0,"file"===r.vO&&(Qr===v||63===v||35===v))for(;r.O9.length>1&&""===r.O9[0];)r.O9.shift();63===v?(r.C9="",e=19):35===v&&(r.F9="",e=20)}else u.push.apply(u,fr(v,ir));break;case 18:63===v?(r.C9="",e=19):35===v?(r.F9="",e=20):Qr!==v&&(r.O9[0]+=Xn(fr(v,nr)));break;case 19:null===i&&35===v?(r.F9="",e=20):Qr!==v&&(r.C9+=Xn(fr(v,zr(r)?or:ur)));break;case 20:Qr===v||0===v||(r.F9+=Xn(fr(v,rr)))}l++}return r}function ii(t,n,r,i){try{ri(t,n,r,i)}catch(t){}}var ei=function(){this.vO="",this.D9="",this.B9="",this.L9=null,this.U6=null,this.O9=[],this.C9=null,this.F9=null,this.M9=!1};function ui(t){switch(t.vO){case"blob":var n;try{n=ri(t.O9[0],null)}catch(t){return Br}return ui(n);case"ftp":case"gopher":case"http":case"https":case"ws":case"wss":return function(t,n,r){return t+"://"+_r(n)+(null===r?"":":"+r)}(t.vO,t.L9,t.U6);default:return Br}}var oi,fi,si=function(){function t(t,n){var r,i=null;if(null!=n)if(function(t){return null!=t&&t instanceof si&&"object"==typeof t.P9}(n))i=n.P9;else try{i=ri(String(n),null)}catch(t){throw new a("Invalid base URL: "+t.message)}try{r=ri(String(t),i)}catch(t){throw new a("Invalid URL: "+t.message)}var e=r.C9;this.P9=r,this.C9=function(t){var n=new Nr;return null!==t&&Tr(n,t),n}(e),this.C9.P9=this}var n=t.prototype;return n.toString=function(){return this.href},n.toJSON=function(){return this.href},function(t,n,r){n&&on(t.prototype,n),r&&on(t,r)}(t,[{key:"href",get:function(){return function(t,n){void 0===n&&(n=!1);var r=t.vO+":";if(null!==t.L9?(r+="//",Kr(t)&&(r+=t.D9,""!==t.B9&&(r+=":"+t.B9),r+="@"),r+=_r(t.L9),null!==t.U6&&(r+=":"+t.U6)):null===t.L9&&"file"===t.vO&&(r+="//"),t.M9)r+=t.O9[0];else for(var i=0,e=t.O9;i<e.length;i++)r+="/"+e[i];return null!==t.C9&&(r+="?"+t.C9),n||null===t.F9||(r+="#"+t.F9),r}(this.P9)},set:function(t){var n;try{n=ri(String(t),null)}catch(t){throw new a("Invalid URL: "+t.message)}this.P9=n,Dr(this.C9);var r=this.P9.C9;null!==r&&Tr(this.C9,r)}},{key:"origin",get:function(){return ui(this.P9)}},{key:"protocol",get:function(){return this.P9.vO+":"},set:function(t){ii(t+":",null,this.P9,0)}},{key:"username",get:function(){return this.P9.D9},set:function(t){Yr(this.P9)||(this.P9.D9=sr(t,er))}},{key:"password",get:function(){return this.P9.B9},set:function(t){Yr(this.P9)||(this.P9.B9=sr(t,er))}},{key:"host",get:function(){var t=this.P9,n=t.L9;if(null===n)return"";var r=t.U6,i=_r(n);return null!==r&&(i+=":"+r),i},set:function(t){this.P9.M9||ii(t,null,this.P9,10)}},{key:"hostname",get:function(){var t=this.P9.L9;return null===t?"":_r(t)},set:function(t){this.P9.M9||ii(t,null,this.P9,11)}},{key:"port",get:function(){var t=this.P9.U6;return null===t?"":""+t},set:function(t){Yr(this.P9)||(""===t?this.P9.U6=null:ii(t,null,this.P9,12))}},{key:"pathname",get:function(){var t=this.P9.O9;return this.P9.M9?t[0]:0===t.length?"":"/"+t.join("/")},set:function(t){this.P9.M9||(this.P9.O9.length=0,ii(t,null,this.P9,16))}},{key:"search",get:function(){var t=this.P9.C9;return null===t||""===t?"":"?"+t},set:function(t){t=mr(t);var n=this.P9;if(""===t)return n.C9=null,void Dr(this.C9);"?"===t[0]&&(t=t.slice(1)),n.C9="",ii(t,null,n,19),Tr(this.C9,t)}},{key:"searchParams",get:function(){return this.C9}},{key:"hash",get:function(){var t=this.P9.F9;return null===t||""===t?"":"#"+t},set:function(t){""!==t?("#"===t[0]&&(t=t.slice(1)),this.P9.F9="",ii(t,null,this.P9,20)):this.P9.F9=null}}]),t}();function ci(t){return t.document&&t.document.baseURI||t.location.href||""}function hi(){return void 0!==e?e.createElement("video"):void 0}var ai=!!("ontouchstart"in self||self.DocumentTouch&&e instanceof self.DocumentTouch)||!(!u||!u.msMaxTouchPoints),li=(fi||(fi=hi()),fi),vi=!(!li||!li.webkitShowPlaybackTargetPicker),yi=function(){function t(){this.H9=void 0,this.Z9=!1,this.Ye=ai,this.Ks=!1,this.P5=!0}var n=t.prototype;return n.V9=function(){return 0},n.Y9=function(t,n){return!0},n.j9=function(t){return t>=.3333333333333333},tt(t,[{key:"U9",get:function(){return void 0===this.H9&&(this.H9=this.V9()),this.H9}},{key:"W9",get:function(){return!_t.oP}},{key:"q9",get:function(){if(i.screen)return{width:i.screen.width,height:i.screen.height}}},{key:"u1",get:function(){return i.devicePixelRatio||1}},{key:"z9",get:function(){return vi}},{key:"q0",get:function(){return!1}},{key:"L0",get:function(){return!0}},{key:"Tm",get:function(){return _t.ZR||_t.hR}},{key:"X9",get:function(){return!_t.hR}},{key:"BB",get:function(){return!0}},{key:"Em",get:function(){return!0}},{key:"Sm",get:function(){return!1}},{key:"G9",get:function(){}},{key:"Q9",get:function(){return!0}},{key:"$j",get:function(){return!1}},{key:"K9",get:function(){return _t.LR}}]),t}(),di=function(){var t=hi();if(!t)return!1;var n=t.muted;return t.muted=!n,t.muted!==n}();!function(){if(_t.iR)return!1;var t=hi();if(!t)return!1;var n=t.volume;t.volume=n/2+.1,t.volume}();var wi=function(t){function n(n){var r;return(r=t.call(this)||this).J9=n,r.J9&&(r.Z9=r.J9.Z9,r.Ye=r.J9.Ye,r.P5=di&&r.J9.P5),r}rt(n,t);var r=n.prototype;return r.V9=function(){return this.J9?this.J9.U9:t.prototype.V9.call(this)},r.Y9=function(n,r){return this.J9?this.J9.Y9(n,r):t.prototype.Y9.call(this,n,r)},r.j9=function(n){return this.J9?this.J9.j9(n):t.prototype.j9.call(this,n)},tt(n,[{key:"G9",get:function(){var t;return null==(t=this.J9)?void 0:t.G9}},{key:"Q9",get:function(){var t,n;return null==(n=null==(t=this.J9)?void 0:t.Q9)||n}}]),n}(yi),_i=function(t){function n(n){var r;return(r=t.call(this,n)||this).Z9=!0,r.Ks=!0,r}return rt(n,t),tt(n,[{key:"Sm",get:function(){return _t.hR}}]),n}(wi);var gi=function(t){function n(){return t.apply(this,arguments)}return rt(n,t),n.prototype.V9=function(){return function(t){return t&&St(oi.ManagedMediaSource)?oi.ManagedMediaSource:St(oi.MediaSource)?oi.MediaSource:void 0}(!0)?t.prototype.V9.call(this):1},tt(n,[{key:"Sm",get:function(){return!0}}]),n}(_i),pi=function(t){function n(){return t.apply(this,arguments)}return rt(n,t),n.prototype.Y9=function(n,r){return t.prototype.Y9.call(this,n,r)},tt(n,[{key:"q0",get:function(){return _t.xR<3}},{key:"L0",get:function(){return _t.xR>=3}},{key:"q9",get:function(){var t=this;return i.tizen&&!this.t7&&i.tizen.systeminfo.getPropertyValue("DISPLAY",(function(n){var r=n.resolutionWidth,i=n.resolutionHeight;1===r&&1===i||(t.t7={width:r,height:i})})),this.t7}},{key:"$j",get:function(){return _t.xR<3}}]),n}(wi),ki=function(t){function n(){return t.call(this)}return rt(n,t),n}(yi),Si=function(t){function n(){return t.apply(this,arguments)}return rt(n,t),n.prototype.Y9=function(t,n){if(t&&t.e7&&n&&n.e7){var r=Ii(t.e7,"mp4a.40.2")&&Ii(n.e7,"mp4a.40.5"),i=Ii(t.e7,"mp4a.40.5")&&Ii(n.e7,"mp4a.40.2"),e=Ii(t.e7,"mp4a.40.2")&&Ii(n.e7,"mp4a.40.34"),u=Ii(t.e7,"mp4a.40.34")&&Ii(n.e7,"mp4a.40.2"),o=Ii(t.e7,"mp4a.40.5")&&Ii(n.e7,"mp4a.40.34"),f=Ii(t.e7,"mp4a.40.34")&&Ii(n.e7,"mp4a.40.5");return!(r||i||e||u||o||f)}return!0},tt(n,[{key:"G9",get:function(){if(_t.HI)return 4096}}]),n}(ki);function Ii(t,n){return t.indexOf(n)>-1}var bi=function(t){function n(){return t.apply(this,arguments)}return rt(n,t),n.prototype.j9=function(t){return t>=2},n}(ki),mi=function(t){function n(){var n;return(n=t.call(this)||this).Z9=_t.$R>=11,n.P5=_t.ZR&&!(_t.hR&&_t.$R<10),n}return rt(n,t),n}(ki),Ai=function(t){function n(){return t.apply(this,arguments)}return rt(n,t),tt(n,[{key:"q9",get:function(){var t=this;return i.webOS&&!this.t7&&i.webOS.deviceInfo((function(n){t.t7={width:n.screenWidth,height:n.screenHeight}})),this.t7}},{key:"BB",get:function(){return!1}}]),n}(wi),Ei=function(t){function n(){return t.apply(this,arguments)}return rt(n,t),tt(n,[{key:"Q9",get:function(){return!_t.WI||(_t.SR?92!==_t.ER:_t.yR>=100)}}]),n}(ki),Ri=function(t){function n(){return t.apply(this,arguments)}return rt(n,t),tt(n,[{key:"Sm",get:function(){return!0}}]),n}(wi),Oi=function(){function t(){this.h7=new Di,this.a7=function(){var t=function(){if(_t.QR)return new Si;if(_t.FR||_t.HR)return new bi;if(_t.ZR)return new mi;if(_t.wR)return new Ei;return new ki}();return _t.hR?new gi(t):_t.Ks?new _i(t):_t.RR?new pi(t):_t.DR?new Ai(t):_t.HI?new Ri(t):new wi(t)}(),this.o7=function(){if(self.URL)try{var t=new self.URL("b","http://a");return t.pathname="c d","http://a/c%20d"===t.href}catch(t){}return!1}(),self.performance&&self.performance.now?this.Cd=function(){return self.performance.now()}:this.Cd=un}var n=t.prototype;return n.i7=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Ot.apply(void 0,ut(n))},n.Mm=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Dt.apply(void 0,ut(n))},n.s7=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Tt.apply(void 0,ut(n))},n.n7=function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];Pt.apply(void 0,[t].concat(ut(r)))},n.Nd=function(t,n){return o(t,n)},n.MZ=function(t,n){return s(t,n)},n.xd=function(t){f(t)},n.UZ=function(t){c(t)},n.MN=function(){return this.r7.MN()},n.CN=function(){return this.r7.CN()},n.NN=function(){return this.r7.NN()},n.xN=function(){return this.r7.xN()},n.RN=function(){return this.r7.RN()},n.BN=function(t,n){return this.r7.BN(t,n)},n.PN=function(t){return this.r7.PN(t)},n.Rh=function(t,n){var r;return void 0===n&&(n=ci(oi)),r="object"!=typeof n||n instanceof si?n:n.href,new si(t,r)},n.Lm=function(t,n){if(void 0===n&&(n=ci(oi)),this.o7){var r=function(t){return"string"==typeof t}(n)?n:n.toString();return new self.URL(t,r).href}return this.Rh(t,n).href},tt(t,[{key:"IB",get:function(){return this.h7}},{key:"Zs",get:function(){return this.a7}},{key:"Rm",get:function(){return{Im:u&&u.userAgent.match(/Android /i)?"Android":"other",Pm:Boolean(u&&u.userAgent.match(/Android 8.0.0/i))}}},{key:"xq",get:function(){return self&&self.location&&"https:"===self.location.protocol}},{key:"u7",get:function(){return"languages"in u?u.languages.slice():[u.language]}}]),t}(),Di=function(){function t(){}return tt(t,[{key:"RB",get:function(){return u.oscpu}},{key:"Zs",get:function(){return u.platform}},{key:"PB",get:function(){return u.vendor}},{key:"CB",get:function(){return u.vendorSub}}]),t}();var Ti,Pi=function(){function t(){}var n=t.prototype;return n.RN=function(){return G.resolve(!1)},n.CN=function(){return G.resolve(!1)},n.xN=function(){return G.resolve(!1)},n.NN=function(){return G.resolve(!1)},n.PN=function(t){return G.resolve(!1)},n.BN=function(t,n){return G.resolve(!1)},n.MN=function(){return G.resolve(!1)},t}(),Ni=function(){function t(){}var n=t.prototype;return n.kU=function(){},n.zP=function(t){},n.VP=function(t){},n.CO=function(t,n){},t}();function Fi(t,r){return function(t){if(Array.isArray(t))return t}(t)||function(t,r){var i=null==t?null:void 0!==n&&t[n.iterator]||t["@@iterator"];if(null!=i){var e,u,o=[],f=!0,s=!1;try{for(i=i.call(t);!(f=(e=i.next()).done)&&(o.push(e.value),!r||o.length!==r);f=!0);}catch(t){s=!0,u=t}finally{try{f||null==i.return||i.return()}finally{if(s)throw u}}return o}}(t,r)||et(t,r)||function(){throw new a("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}!function(t){t.qE="arraybuffer",t.zE="json",t.XE="stream",t.iT="text"}(Ti||(Ti={}));var Ci,Wi=function(){function t(n){var r=this;this._d={},n instanceof t?n.asList().forEach((function(t){var n=Fi(t,2),i=n[0],e=n[1];r.append(i,e)})):Array.isArray(n)?n.forEach((function(t){var n=Fi(t,2),i=n[0],e=n[1];r.append(i,e)})):n&&l.getOwnPropertyNames(n).forEach((function(t){r.append(t,n[t])}))}var n=t.prototype;return n.append=function(t,n){var r=t,i=n;r=ji(r),i=Mi(i);var e=r.toLowerCase();if(this._d.hasOwnProperty(e)){var u=this._d[e],o=u[1];u[1]=o?o+", "+i:i}else this._d[e]=[r,i]},n.delete=function(t){var n=ji(t).toLowerCase();delete this._d[n]},n.get=function(t){var n=ji(t).toLowerCase();return this._d.hasOwnProperty(n)?this._d[n][1]:null},n.has=function(t){var n=ji(t).toLowerCase();return this._d.hasOwnProperty(n)},n.set=function(t,n){var r=t,i=(r=ji(r)).toLowerCase();this._d[i]=[r,Mi(n)]},n.forEach=function(t,n){for(var r in this._d)this._d.hasOwnProperty(r)&&t.call(n,this._d[r][1],r,this)},n.asList=function(){var t=[];for(var n in this._d)if(this._d.hasOwnProperty(n)){var r=Fi(this._d[n],2),i=r[0],e=r[1];t.push([i,e])}return t},n.GE=function(){var t={};return this.forEach((function(n,r){t[r]=n})),t},n.QE=function(t){var n=this;t.forEach((function(t,r){n.append(r,t)}))},n.KE=function(t){var n=this;t.forEach((function(t,r){n.set(r,t)}))},t}();function ji(t){var n=t;if("string"!=typeof n&&(n=String(n)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(n))throw new a("Invalid character in header field name");return n}function Mi(t){var n=t;return"string"!=typeof n&&(n=String(n)),n}!function(t){t[t.ih=0]="ih",t[t.ul=1]="ul",t[t.hd=-1]="hd"}(Ci||(Ci={}));Array.prototype.find,Array.prototype.findLast;var Bi="function"==typeof Array.prototype.findIndex?function(t,n){return t.findIndex(n)}:function(t,n){for(var r=0;r<t.length;r+=1){if(n(t[r],r,t))return r}return-1},Ui="function"==typeof Array.prototype.findLastIndex?function(t,n){return t.findLastIndex(n)}:function(t,n){for(var r=t.length-1;r>=0;r-=1){if(n(t[r],r,t))return r}return-1};function Li(t,n){var r=t.indexOf(n);return-1!==r&&(Vi(t,r),!0)}function Vi(t,n){0===n?t.shift():t.splice(n,1)}function xi(t){t.length=0}Array.prototype.flat,Array.prototype.flatMap;var Hi,Gi,zi,Ki,Xi,$i=function(){function t(){this.md=!1,this.wd=!1,this.pd=[],this.yd=[]}var n=t.prototype;return n.vd=function(){if(!this.md&&!this.wd){this.md=!0;for(var t=0,n=this.pd.slice();t<n.length;t++){(0,n[t])()}this.Ou()}},n.Ou=function(){if(!this.wd){this.wd=!0;for(var t=0,n=this.yd.slice();t<n.length;t++){(0,n[t])()}xi(this.pd),xi(this.yd)}},n.bd=function(t){this.wd||this.pd.push(t)},n.Td=function(t){this.wd||Li(this.pd,t)},n.Sd=function(t){this.wd||this.yd.push(t)},n.kd=function(t){this.wd||Li(this.yd,t)},t}(),qi=function(){function t(){this.Id=new $i}var n=t.prototype;return n.Jl=function(){this.Id.vd()},n.Ou=function(){this.Id.Ou()},n.Rd=function(t){var n=this.Id;if(!n.md)if(t.md)n.vd();else if(!n.wd&&!t.wd){var r=function(){i(),n.vd()},i=function(){t.Td(r),t.kd(i),n.Td(r),n.kd(i)};t.bd(r),t.Sd(i),n.bd(r),n.Sd(i)}},n.Pd=function(){var n=new t,r=new t,i=n.Ed,e=r.Ed,u=this.Id,o=function(){i.md&&e.wd||e.md&&i.wd?u.vd():i.wd&&e.wd&&u.Ou()};i.bd(o),e.bd(o),i.Sd(o),e.Sd(o),n.Rd(u),r.Rd(u);return u.Sd((function(){i.Td(o),e.Td(o),i.kd(o),e.kd(o)})),[n,r]},tt(t,[{key:"Ed",get:function(){return this.Id}}]),t}();!function(t){t.DELETE="DELETE",t.GET="GET",t.HEAD="HEAD",t.OPTIONS="OPTIONS",t.POST="POST",t.PUT="PUT"}(Hi||(Hi={})),function(t){t.nT="",t.YE="manifest",t.jE="segment",t.ZE="preload-hint",t.JE="content-protection"}(Gi||(Gi={})),function(t){t.nT="",t.$E="initialization-segment",t.tI="fairplay-license",t.eI="fairplay-certificate",t.iI="widevine-license",t.sI="widevine-certificate",t.nI="playready-license",t.rI="clearkey-license",t.hI="aes128-key"}(zi||(zi={})),function(t){t.nT="",t.vp="audio",t.vl="video",t.iT="text",t.sT="image"}(Ki||(Ki={})),function(t){t.oI="same-origin",t.Fm="no-cors",t.aI="cors",t.uI="navigate"}(Xi||(Xi={}));var Zi=function(t,n){var r,i,e,u,o,f,s,c,h,a,l,v,y,d,w,_,g=t.xE;n?(r=n.cI,i=n.lI,e=n.dI,u=n.fI,o=n.DE,f=n._I,s=n.Ed,c=n.$g,h=n.gI,a=n.vI,l=n.mI,v=n.wI,y=n.Yg,d=n.pI):(r=null,i={},e="GET",u=Ti.iT,o=0,f=0,c="",h="",a="",l=!1,y=void 0,d=!1),this.xE=g,this.cI=t.cI||r,this.lI=new Wi(t.lI||i),this.dI=t.dI||e,this.fI=t.fI||u,this.DE=void 0!==t.DE?Number(t.DE)||0:o,this._I=void 0!==t._I?Number(t._I)||0:f,this.Ed=t.Ed||s||(new qi).Ed,this.$g=t.$g||c,this.gI=t.gI||h,this.vI=t.vI||a,this.mI=void 0!==t.mI?Boolean(t.mI):l,this.wI=t.wI||v,this.Yg=null!=(w=t.Yg)?w:y,this.pI=null!=(_=t.pI)?_:d};var Ji=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];h.apply(this,n)};(Ji.prototype=l.create(h.prototype)).constructor=Ji;var Yi,Qi=function(t){function n(n,r){var i;return(i=t.call(this)||this).message=n||"Unknown error",i.cause=r,h.captureStackTrace&&h.captureStackTrace(function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(i),i.constructor),i}return rt(n,t),tt(n,[{key:"name",get:function(){return"BaseError"}}]),n}(Ji);!function(t){t.SE="HttpOpenError",t.kE="HttpResponseError",t.EE="HttpTimeoutError"}(Yi||(Yi={}));var te=function(t){function n(n,r,i){var e;return(e=t.call(this,r,i)||this).RE=n,e}return rt(n,t),tt(n,[{key:"IE",get:function(){return this.RE}}]),n}(Qi);var ne=function(t){function n(n,r){return t.call(this,n,function(t){return"Error while opening "+t+". Invalid URL."}(n.xE),r)}return rt(n,t),tt(n,[{key:"name",get:function(){return Yi.SE}}]),n}(te),re=function(){function t(){}var n=t.prototype;return n.IE=function(t){return G.reject(new ne(new Zi(t)))},n.QH=function(t){},n.bn=function(){},t}(),ie=function(t){function n(n){return t.call(this,"Invalid XML",n)}return rt(n,t),n}(Qi),ee=function(t){function n(){var n;return(n=t.apply(this,arguments)||this).U7=new Pi,n.SI=new re,n.i=new Ni,n}return rt(n,t),n.prototype.gE=function(t){throw new ie},tt(n,[{key:"r7",get:function(){return this.U7}},{key:"H7",get:function(){return!1}},{key:"PZ",get:function(){return!1}},{key:"z7",get:function(){return!1}},{key:"QZ",get:function(){return!1}},{key:"IO",get:function(){return this.i}},{key:"X7",get:function(){return{G7:It}}},{key:"Q7",get:function(){return"default"}},{key:"K7",get:function(){return"unknown"}},{key:"Xf",get:function(){return this.SI}}]),n}(Oi);!function(t){t}(new ee);var ue=function(){function t(){this.Rp=void 0,this.p=function(t){for(var n=new Array(t),r=0;r<t;r++)n[r]=0;return n}(20),this.en=0}var n=t.prototype;return n.vr=function(t){this.Rp=new _(t)},n.ui=function(t){var n=this.en;this.p[n]=t,n=(n+1)%20,this.en=n},n.li=function(t){var n,r=this.Rp?this.Rp.length:0;this.ui(t);var i=(n=v).max.apply(n,ut(this.p));return i>r?i+=v.round(.1*i):i<r&&(i=v.min(r,i+v.round(.1*i))),i},n.nv=function(t){var n=this.li(t);return(this.Rp?this.Rp.length:0)!==n&&this.vr(n),this.Rp},t}(),oe=("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"]),fe=(ArrayBuffer.isView,String.prototype.replaceAll,String.prototype.startsWith,String.prototype.endsWith,"function"==typeof String.prototype.repeat?function(t,n){return t.repeat(n)}:function(t,n){var r=0|n;if(0===t.length||0===r)return"";for(var i=t,e="";1==(1&r)&&(e+=i),0!=(r>>>=1);)i+=i;return e}),se=(String.prototype.padStart,String.prototype.padEnd,16384);String.fromCodePoint;function ce(t,n){for(var r=[],i=0;i<t.length;i+=se)r.push(n.apply(void 0,ut(t.slice(i,i+se))));return r.join("")}function he(t,n,r){return void 0===n&&(n=0),void 0===r&&(r=t.byteLength),t.slice?t.slice(n,r):function(t){if(t.slice)return t.slice(0);var n=new _(t.byteLength);return n.set(t,0),n}(function(t,n,r){return void 0===n&&(n=0),void 0===r&&(r=t.byteLength),new _(t.buffer,t.byteOffset+n,r-n)}(t,n,r))}var ae=function(t){function n(n,r,i){var e;return(e=t.call(this,r,i)||this).code=n,e}return rt(n,t),n}(Qi),le=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22,82,9,106,213,48,54,165,56,191,64,163,158,129,243,215,251,124,227,57,130,155,47,255,135,52,142,67,68,196,222,233,203,84,123,148,50,166,194,35,61,238,76,149,11,66,250,195,78,8,46,161,102,40,217,36,178,118,91,162,73,109,139,209,37,114,248,246,100,134,104,152,22,212,164,92,204,93,101,182,146,108,112,72,80,253,237,185,218,94,21,70,87,167,141,157,132,144,216,171,0,140,188,211,10,247,228,88,5,184,179,69,6,208,44,30,143,202,63,15,2,193,175,189,3,1,19,138,107,58,145,17,65,79,103,220,234,151,242,207,206,240,180,230,115,150,172,116,34,231,173,53,133,226,249,55,232,28,117,223,110,71,241,26,113,29,41,197,137,111,183,98,14,170,24,190,27,252,86,62,75,198,210,121,32,154,219,192,254,120,205,90,244,31,221,168,51,136,7,199,49,177,18,16,89,39,128,236,95,96,81,127,169,25,181,74,13,45,229,122,159,147,201,156,239,160,224,59,77,174,42,245,176,200,235,187,60,131,83,153,97,23,43,4,126,186,119,214,38,225,105,20,99,85,33,12,125,198,248,238,246,255,214,222,145,96,2,206,86,231,181,77,236,143,31,137,250,239,178,142,251,65,179,95,69,35,83,228,155,117,225,61,76,108,126,245,131,104,81,209,249,226,171,98,42,8,149,70,157,48,55,10,47,14,36,27,223,205,78,127,234,18,29,88,52,54,220,180,91,164,118,183,125,82,221,94,19,166,185,0,193,64,227,121,182,212,141,103,114,148,152,176,133,187,197,79,237,134,154,102,17,138,233,4,254,160,120,37,75,162,93,128,5,63,33,112,241,99,119,175,66,32,229,253,191,129,24,38,195,190,53,136,46,147,85,252,122,200,186,50,230,192,25,158,163,68,84,59,11,140,199,107,40,167,188,22,173,219,100,116,20,146,12,72,184,159,189,67,196,57,49,211,242,213,139,110,218,1,177,156,73,216,172,243,207,202,244,71,16,111,240,74,92,56,87,115,151,203,161,232,62,150,97,13,15,224,124,113,204,144,6,247,28,194,106,174,105,23,153,58,39,217,235,43,34,210,169,7,51,45,60,21,201,135,170,80,165,3,89,9,26,101,215,132,208,130,41,90,30,123,168,109,44,165,132,153,141,13,189,177,84,80,3,169,125,25,98,230,154,69,157,64,135,21,235,201,11,236,103,253,234,191,247,150,91,194,28,174,106,90,65,2,79,92,244,52,8,147,115,83,63,12,82,101,94,40,161,15,181,9,54,155,61,38,105,205,159,27,158,116,46,45,178,238,251,246,77,97,206,123,62,113,151,245,104,0,44,96,31,200,237,190,70,217,75,222,212,232,74,107,42,229,22,197,215,85,148,207,16,6,129,240,68,186,227,243,254,192,138,173,188,72,4,223,193,117,99,48,26,14,109,76,20,53,47,225,162,204,57,87,242,130,71,172,231,43,149,160,152,209,127,102,126,171,131,202,41,211,60,121,226,29,118,59,86,78,30,219,10,108,228,93,110,239,166,168,164,55,139,50,67,89,183,140,100,210,224,180,250,7,37,175,142,233,24,213,136,111,114,36,241,199,81,35,124,156,33,221,220,134,133,144,66,196,170,216,5,1,18,163,95,249,208,145,88,39,185,56,19,179,51,187,112,137,167,182,34,146,32,73,255,120,122,143,248,128,23,218,49,198,184,195,176,119,17,203,252,214,58,0,9,18,27,36,45,54,63,72,65,90,83,108,101,126,119,144,153,130,139,180,189,166,175,216,209,202,195,252,245,238,231,59,50,41,32,31,22,13,4,115,122,97,104,87,94,69,76,171,162,185,176,143,134,157,148,227,234,241,248,199,206,213,220,118,127,100,109,82,91,64,73,62,55,44,37,26,19,8,1,230,239,244,253,194,203,208,217,174,167,188,181,138,131,152,145,77,68,95,86,105,96,123,114,5,12,23,30,33,40,51,58,221,212,207,198,249,240,235,226,149,156,135,142,177,184,163,170,236,229,254,247,200,193,218,211,164,173,182,191,128,137,146,155,124,117,110,103,88,81,74,67,52,61,38,47,16,25,2,11,215,222,197,204,243,250,225,232,159,150,141,132,187,178,169,160,71,78,85,92,99,106,113,120,15,6,29,20,43,34,57,48,154,147,136,129,190,183,172,165,210,219,192,201,246,255,228,237,10,3,24,17,46,39,60,53,66,75,80,89,102,111,116,125,161,168,179,186,133,140,151,158,233,224,251,242,205,196,223,214,49,56,35,42,21,28,7,14,121,112,107,98,93,84,79,70,0,11,22,29,44,39,58,49,88,83,78,69,116,127,98,105,176,187,166,173,156,151,138,129,232,227,254,245,196,207,210,217,123,112,109,102,87,92,65,74,35,40,53,62,15,4,25,18,203,192,221,214,231,236,241,250,147,152,133,142,191,180,169,162,246,253,224,235,218,209,204,199,174,165,184,179,130,137,148,159,70,77,80,91,106,97,124,119,30,21,8,3,50,57,36,47,141,134,155,144,161,170,183,188,213,222,195,200,249,242,239,228,61,54,43,32,17,26,7,12,101,110,115,120,73,66,95,84,247,252,225,234,219,208,205,198,175,164,185,178,131,136,149,158,71,76,81,90,107,96,125,118,31,20,9,2,51,56,37,46,140,135,154,145,160,171,182,189,212,223,194,201,248,243,238,229,60,55,42,33,16,27,6,13,100,111,114,121,72,67,94,85,1,10,23,28,45,38,59,48,89,82,79,68,117,126,99,104,177,186,167,172,157,150,139,128,233,226,255,244,197,206,211,216,122,113,108,103,86,93,64,75,34,41,52,63,14,5,24,19,202,193,220,215,230,237,240,251,146,153,132,143,190,181,168,163,0,13,26,23,52,57,46,35,104,101,114,127,92,81,70,75,208,221,202,199,228,233,254,243,184,181,162,175,140,129,150,155,187,182,161,172,143,130,149,152,211,222,201,196,231,234,253,240,107,102,113,124,95,82,69,72,3,14,25,20,55,58,45,32,109,96,119,122,89,84,67,78,5,8,31,18,49,60,43,38,189,176,167,170,137,132,147,158,213,216,207,194,225,236,251,246,214,219,204,193,226,239,248,245,190,179,164,169,138,135,144,157,6,11,28,17,50,63,40,37,110,99,116,121,90,87,64,77,218,215,192,205,238,227,244,249,178,191,168,165,134,139,156,145,10,7,16,29,62,51,36,41,98,111,120,117,86,91,76,65,97,108,123,118,85,88,79,66,9,4,19,30,61,48,39,42,177,188,171,166,133,136,159,146,217,212,195,206,237,224,247,250,183,186,173,160,131,142,153,148,223,210,197,200,235,230,241,252,103,106,125,112,83,94,73,68,15,2,21,24,59,54,33,44,12,1,22,27,56,53,34,47,100,105,126,115,80,93,74,71,220,209,198,203,232,229,242,255,180,185,174,163,128,141,154,151,0,14,28,18,56,54,36,42,112,126,108,98,72,70,84,90,224,238,252,242,216,214,196,202,144,158,140,130,168,166,180,186,219,213,199,201,227,237,255,241,171,165,183,185,147,157,143,129,59,53,39,41,3,13,31,17,75,69,87,89,115,125,111,97,173,163,177,191,149,155,137,135,221,211,193,207,229,235,249,247,77,67,81,95,117,123,105,103,61,51,33,47,5,11,25,23,118,120,106,100,78,64,82,92,6,8,26,20,62,48,34,44,150,152,138,132,174,160,178,188,230,232,250,244,222,208,194,204,65,79,93,83,121,119,101,107,49,63,45,35,9,7,21,27,161,175,189,179,153,151,133,139,209,223,205,195,233,231,245,251,154,148,134,136,162,172,190,176,234,228,246,248,210,220,206,192,122,116,102,104,66,76,94,80,10,4,22,24,50,60,46,32,236,226,240,254,212,218,200,198,156,146,128,142,164,170,184,182,12,2,16,30,52,58,40,38,124,114,96,110,68,74,88,86,55,57,43,37,15,1,19,29,71,73,91,85,127,113,99,109,215,217,203,197,239,225,243,253,167,169,187,181,159,145,131,141],ve=2048,ye=16;function de(t,n,r){var i=0,e=0,u=0,o=0,f=0,s=0,c=0,h=0,a=0,l=0,v=0,y=0,d=0,w=0,_=0,g=0,p=0,k=0,S=0,I=0,b=0,m=0,A=0,E=0,R=0,O=0,D=0,T=0,P=0,N=0,F=0,C=0,W=0,j=0,M=0,B=0,U=0,L=0,V=0,x=0,H=0,G=0,z=0,K=0,X=0,$=0,q=0,Z=0,J=0,Y=0,Q=0,tt=0,nt=0,rt=0,it=0,et=0,ut=0,ot=0,ft=0,st=0,ct=0,ht=0,at=0,lt=0,vt=0,yt=0,dt=0,wt=0,_t=0,gt=0,pt=0,kt=0,St=0,It=0,bt=0,mt=0,At=0,Et=0,Rt=0,Ot=0,Dt=0,Tt=0,Pt=0,Nt=0,Ft=0,Ct=0,Wt=0,jt=0,Mt=0,Bt=0,Ut=0,Lt=0,Vt=0,xt=0,Ht=0,Gt=0,zt=0,Kt=0,Xt=0,$t=0,qt=0,Zt=0,Jt=0,Yt=0,Qt=0,tn=0,nn=0,rn=0,en=0,un=0,on=0,fn=0,sn=0,cn=0,hn=0,an=0,ln=0,vn=0,yn=0,dn=0,wn=0,_n=0,gn=0,pn=0,kn=0,Sn=0,In=0,bn=0,mn=0,An=0,En=0,Rn=0,On=0,Dn=0,Tn=0,Pn=0,Nn=0,Fn=0,Cn=0,Wn=0,jn=0,Mn=0,Bn=0,Un=0,Ln=0,Vn=0,xn=0,Hn=0,Gn=0,zn=0,Kn=0,Xn=0,$n=0,qn=0,Zn=0,Jn=0,Yn=0,Qn=0,tr=0,nr=0,rr=0,ir=0,er=0,ur=0,or=0,fr=0,sr=0,cr=0,hr=0,ar=0,lr=0,vr=0,yr=0,dr=0,wr=0,_r=0,gr=0,pr=0,kr=0,Sr=0,Ir=0,br=0,mr=0,Ar=0,Er=0,Rr=0,Or=0,Dr=0,Tr=0,Pr=0,Nr=0,Fr=0,Cr=0,Wr=0,jr=0,Mr=0,Br=0,Ur=0,Lr=0,Vr=0,xr=0,Hr=0,Gr=0,zr=0,Kr=0,Xr=0,$r=0,qr=0,Zr=0,Jr=0,Yr=0,Qr=0,ti=0,ni=0,ri=0,ii=0,ei=0,ui=0,oi=0,fi=0,si=0,ci=0,hi=0,ai=0,li=0,vi=0,yi=0,di=0,wi=0,_i=0,gi=0,pi=0,ki=0,Si=0,Ii=0,bi=0,mi=0,Ai=0,Ei=0,Ri=0,Oi=0,Di=0,Ti=0,Pi=0,Ni=0,Fi=0,Ci=0,Wi=0,ji=0,Mi=0,Bi=0,Ui=0,Li=0,Vi=0,xi=0,Hi=0,Gi=0,zi=new t.Uint8Array(r);function Ki(t,n,r,Ki,Xi,$i,qi,Zi,Ji,Yi,Qi,te,ne,re,ie,ee){t|=0,n|=0,r|=0,Ki|=0,Xi|=0,$i|=0,qi|=0,Zi|=0,Ji|=0,Yi|=0,Qi|=0,te|=0,ne|=0,re|=0,ie|=0,ee|=0;var ue=0,oe=0,fe=0,se=0,ce=0,he=0,ae=0,le=0,ve=0,ye=0,de=0,we=0,_e=0,ge=0,pe=0,ke=0,Se=256,Ie=1024,be=1280,me=1536,Ae=1792;32==(0|p)?(ue=zi[Se|t^Di]^vi,oe=zi[Se|re^xi]^yi,fe=zi[Se|Qi^Ui]^di,se=zi[Se|Zi^ji]^wi,ce=zi[Se|Xi^Fi]^_i,he=zi[Se|n^Ti]^gi,ae=zi[Se|ie^Hi]^pi,le=zi[Se|te^Li]^ki,ve=zi[Se|Ji^Mi]^Si,ye=zi[Se|$i^Ci]^Ii,de=zi[Se|r^Pi]^bi,we=zi[Se|ee^Gi]^mi,_e=zi[Se|ne^Vi]^Ai,ge=zi[Se|Yi^Bi]^Ei,pe=zi[Se|qi^Wi]^Ri,ke=zi[Se|Ki^Ni]^Oi,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Jr,oe=zi[Se|n]^Yr,fe=zi[Se|r]^Qr,se=zi[Se|Ki]^ti,ce=zi[Se|Xi]^ni,he=zi[Se|$i]^ri,ae=zi[Se|qi]^ii,le=zi[Se|Zi]^ei,ve=zi[Se|Ji]^ui,ye=zi[Se|Yi]^oi,de=zi[Se|Qi]^fi,we=zi[Se|te]^si,_e=zi[Se|ne]^ci,ge=zi[Se|re]^hi,pe=zi[Se|ie]^ai,ke=zi[Se|ee]^li,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Wr,oe=zi[Se|n]^jr,fe=zi[Se|r]^Mr,se=zi[Se|Ki]^Br,ce=zi[Se|Xi]^Ur,he=zi[Se|$i]^Lr,ae=zi[Se|qi]^Vr,le=zi[Se|Zi]^xr,ve=zi[Se|Ji]^Hr,ye=zi[Se|Yi]^Gr,de=zi[Se|Qi]^zr,we=zi[Se|te]^Kr,_e=zi[Se|ne]^Xr,ge=zi[Se|re]^$r,pe=zi[Se|ie]^qr,ke=zi[Se|ee]^Zr,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^pr,oe=zi[Se|n]^kr,fe=zi[Se|r]^Sr,se=zi[Se|Ki]^Ir,ce=zi[Se|Xi]^br,he=zi[Se|$i]^mr,ae=zi[Se|qi]^Ar,le=zi[Se|Zi]^Er,ve=zi[Se|Ji]^Rr,ye=zi[Se|Yi]^Or,de=zi[Se|Qi]^Dr,we=zi[Se|te]^Tr,_e=zi[Se|ne]^Pr,ge=zi[Se|re]^Nr,pe=zi[Se|ie]^Fr,ke=zi[Se|ee]^Cr,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^ir,oe=zi[Se|n]^er,fe=zi[Se|r]^ur,se=zi[Se|Ki]^or,ce=zi[Se|Xi]^fr,he=zi[Se|$i]^sr,ae=zi[Se|qi]^cr,le=zi[Se|Zi]^hr,ve=zi[Se|Ji]^ar,ye=zi[Se|Yi]^lr,de=zi[Se|Qi]^vr,we=zi[Se|te]^yr,_e=zi[Se|ne]^dr,ge=zi[Se|re]^wr,pe=zi[Se|ie]^_r,ke=zi[Se|ee]^gr):(ue=zi[Se|t^pr]^ir,oe=zi[Se|re^Nr]^er,fe=zi[Se|Qi^Dr]^ur,se=zi[Se|Zi^Er]^or,ce=zi[Se|Xi^br]^fr,he=zi[Se|n^kr]^sr,ae=zi[Se|ie^Fr]^cr,le=zi[Se|te^Tr]^hr,ve=zi[Se|Ji^Rr]^ar,ye=zi[Se|$i^mr]^lr,de=zi[Se|r^Sr]^vr,we=zi[Se|ee^Cr]^yr,_e=zi[Se|ne^Pr]^dr,ge=zi[Se|Yi^Or]^wr,pe=zi[Se|qi^Ar]^_r,ke=zi[Se|Ki^Ir]^gr),t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Vn,oe=zi[Se|n]^xn,fe=zi[Se|r]^Hn,se=zi[Se|Ki]^Gn,ce=zi[Se|Xi]^zn,he=zi[Se|$i]^Kn,ae=zi[Se|qi]^Xn,le=zi[Se|Zi]^$n,ve=zi[Se|Ji]^qn,ye=zi[Se|Yi]^Zn,de=zi[Se|Qi]^Jn,we=zi[Se|te]^Yn,_e=zi[Se|ne]^Qn,ge=zi[Se|re]^tr,pe=zi[Se|ie]^nr,ke=zi[Se|ee]^rr,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^An,oe=zi[Se|n]^En,fe=zi[Se|r]^Rn,se=zi[Se|Ki]^On,ce=zi[Se|Xi]^Dn,he=zi[Se|$i]^Tn,ae=zi[Se|qi]^Pn,le=zi[Se|Zi]^Nn,ve=zi[Se|Ji]^Fn,ye=zi[Se|Yi]^Cn,de=zi[Se|Qi]^Wn,we=zi[Se|te]^jn,_e=zi[Se|ne]^Mn,ge=zi[Se|re]^Bn,pe=zi[Se|ie]^Un,ke=zi[Se|ee]^Ln,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^cn,oe=zi[Se|n]^hn,fe=zi[Se|r]^an,se=zi[Se|Ki]^ln,ce=zi[Se|Xi]^vn,he=zi[Se|$i]^yn,ae=zi[Se|qi]^dn,le=zi[Se|Zi]^wn,ve=zi[Se|Ji]^_n,ye=zi[Se|Yi]^gn,de=zi[Se|Qi]^pn,we=zi[Se|te]^kn,_e=zi[Se|ne]^Sn,ge=zi[Se|re]^In,pe=zi[Se|ie]^bn,ke=zi[Se|ee]^mn,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Kt,oe=zi[Se|n]^Xt,fe=zi[Se|r]^$t,se=zi[Se|Ki]^qt,ce=zi[Se|Xi]^Zt,he=zi[Se|$i]^Jt,ae=zi[Se|qi]^Yt,le=zi[Se|Zi]^Qt,ve=zi[Se|Ji]^tn,ye=zi[Se|Yi]^nn,de=zi[Se|Qi]^rn,we=zi[Se|te]^en,_e=zi[Se|ne]^un,ge=zi[Se|re]^on,pe=zi[Se|ie]^fn,ke=zi[Se|ee]^sn,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Tt,oe=zi[Se|n]^Pt,fe=zi[Se|r]^Nt,se=zi[Se|Ki]^Ft,ce=zi[Se|Xi]^Ct,he=zi[Se|$i]^Wt,ae=zi[Se|qi]^jt,le=zi[Se|Zi]^Mt,ve=zi[Se|Ji]^Bt,ye=zi[Se|Yi]^Ut,de=zi[Se|Qi]^Lt,we=zi[Se|te]^Vt,_e=zi[Se|ne]^xt,ge=zi[Se|re]^Ht,pe=zi[Se|ie]^Gt,ke=zi[Se|ee]^zt,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^yt,oe=zi[Se|n]^dt,fe=zi[Se|r]^wt,se=zi[Se|Ki]^_t,ce=zi[Se|Xi]^gt,he=zi[Se|$i]^pt,ae=zi[Se|qi]^kt,le=zi[Se|Zi]^St,ve=zi[Se|Ji]^It,ye=zi[Se|Yi]^bt,de=zi[Se|Qi]^mt,we=zi[Se|te]^At,_e=zi[Se|ne]^Et,ge=zi[Se|re]^Rt,pe=zi[Se|ie]^Ot,ke=zi[Se|ee]^Dt,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Y,oe=zi[Se|n]^Q,fe=zi[Se|r]^tt,se=zi[Se|Ki]^nt,ce=zi[Se|Xi]^rt,he=zi[Se|$i]^it,ae=zi[Se|qi]^et,le=zi[Se|Zi]^ut,ve=zi[Se|Ji]^ot,ye=zi[Se|Yi]^ft,de=zi[Se|Qi]^st,we=zi[Se|te]^ct,_e=zi[Se|ne]^ht,ge=zi[Se|re]^at,pe=zi[Se|ie]^lt,ke=zi[Se|ee]^vt,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^j,oe=zi[Se|n]^M,fe=zi[Se|r]^B,se=zi[Se|Ki]^U,ce=zi[Se|Xi]^L,he=zi[Se|$i]^V,ae=zi[Se|qi]^x,le=zi[Se|Zi]^H,ve=zi[Se|Ji]^G,ye=zi[Se|Yi]^z,de=zi[Se|Qi]^K,we=zi[Se|te]^X,_e=zi[Se|ne]^$,ge=zi[Se|re]^q,pe=zi[Se|ie]^Z,ke=zi[Se|ee]^J,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],i=zi[Se|t]^k,e=zi[Se|n]^S,u=zi[Se|r]^I,o=zi[Se|Ki]^b,f=zi[Se|Xi]^m,s=zi[Se|$i]^A,c=zi[Se|qi]^E,h=zi[Se|Zi]^R,a=zi[Se|Ji]^O,l=zi[Se|Yi]^D,v=zi[Se|Qi]^T,y=zi[Se|te]^P,d=zi[Se|ne]^N,w=zi[Se|re]^F,_=zi[Se|ie]^C,g=zi[Se|ee]^W}return{iv:function(t,n,r,p,k,S,I,b,m,A,E,R,O,D,T,P){i=t|=0,e=n|=0,u=r|=0,o=p|=0,f=k|=0,s=S|=0,c=I|=0,h=b|=0,a=m|=0,l=A|=0,v=E|=0,y=R|=0,d=O|=0,w=D|=0,_=T|=0,g=P|=0},sv:function(t,n,r,i,e,u,o,f,s,c,h,a,l,v,y,d){S=n|=0,I=r|=0,b=i|=0,m=e|=0,A=u|=0,E=o|=0,R=f|=0,O=s|=0,D=c|=0,T=h|=0,P=a|=0,N=l|=0,C=y|=0,W=d|=0,p=16,j=(k=t|=0)^zi[0|(F=v|=0)]^1,M=S^zi[0|C],B=I^zi[0|W],U=b^zi[0|N],$=N^(G=O^(L=m^j)),Z=C^(K=T^(x=E^B)),J=W^(X=P^(H=R^U)),Y=j^zi[0|(q=F^(z=D^(V=A^M)))]^2,Q=M^zi[0|Z],tt=B^zi[0|J],nt=U^zi[0|$],ht=$^(ot=G^(rt=L^Y)),lt=Z^(st=K^(et=x^tt)),vt=J^(ct=X^(ut=H^nt)),yt=Y^zi[0|(at=q^(ft=z^(it=V^Q)))]^4,dt=Q^zi[0|lt],wt=tt^zi[0|vt],_t=nt^zi[0|ht],Et=ht^(It=ot^(gt=rt^yt)),Ot=lt^(mt=st^(kt=et^wt)),Dt=vt^(At=ct^(St=ut^_t)),Tt=yt^zi[0|(Rt=at^(bt=ft^(pt=it^dt)))]^8,Pt=dt^zi[0|Ot],Nt=wt^zi[0|Dt],Ft=_t^zi[0|Et],xt=Et^(Bt=It^(Ct=gt^Tt)),Gt=Ot^(Lt=mt^(jt=kt^Nt)),zt=Dt^(Vt=At^(Mt=St^Ft)),Kt=Tt^zi[0|(Ht=Rt^(Ut=bt^(Wt=pt^Pt)))]^16,Xt=Pt^zi[0|Gt],$t=Nt^zi[0|zt],qt=Ft^zi[0|xt],un=xt^(tn=Bt^(Zt=Ct^Kt)),fn=Gt^(rn=Lt^(Yt=jt^$t)),sn=zt^(en=Vt^(Qt=Mt^qt)),cn=Kt^zi[0|(on=Ht^(nn=Ut^(Jt=Wt^Xt)))]^32,hn=Xt^zi[0|fn],an=$t^zi[0|sn],ln=qt^zi[0|un],Sn=un^(_n=tn^(vn=Zt^cn)),bn=fn^(pn=rn^(dn=Yt^an)),mn=sn^(kn=en^(wn=Qt^ln)),An=cn^zi[0|(In=on^(gn=nn^(yn=Jt^hn)))]^64,En=hn^zi[0|bn],Rn=an^zi[0|mn],On=ln^zi[0|Sn],Mn=Sn^(Fn=_n^(Dn=vn^An)),Un=bn^(Wn=pn^(Pn=dn^Rn)),Ln=mn^(jn=kn^(Nn=wn^On)),Vn=An^zi[0|(Bn=In^(Cn=gn^(Tn=yn^En)))]^128,xn=En^zi[0|Un],Hn=Rn^zi[0|Ln],Gn=On^zi[0|Mn],Qn=Mn^(qn=Fn^(zn=Dn^Vn)),nr=Un^(Jn=Wn^(Xn=Pn^Hn)),rr=Ln^(Yn=jn^($n=Nn^Gn)),ir=Vn^zi[0|(tr=Bn^(Zn=Cn^(Kn=Tn^xn)))]^27,er=xn^zi[0|nr],ur=Hn^zi[0|rr],or=Gn^zi[0|Qn],dr=Qn^(ar=qn^(fr=zn^ir)),_r=nr^(vr=Jn^(cr=Xn^ur)),gr=rr^(yr=Yn^(hr=$n^or)),pr=ir^zi[0|(wr=tr^(lr=Zn^(sr=Kn^er)))]^54,kr=er^zi[0|_r],Sr=ur^zi[0|gr],Ir=or^zi[0|dr],Pr=dr^(Rr=ar^(br=fr^pr)),Nr=wr^(Or=lr^(mr=sr^kr)),Fr=_r^(Dr=vr^(Ar=cr^Sr)),Cr=gr^(Tr=yr^(Er=hr^Ir))},cv:function(t,n){n|=0;var r=0,p=0,k=0,S=0,I=0,b=0,m=0,A=0,E=0,R=0,O=0,D=0,T=0,P=0,N=0,F=0,C=0;if(15&(t|=0))return-1;for(r=i,p=e,k=u,S=o,I=f,b=s,m=c,A=h,E=a,R=l,O=v,D=y,T=d,P=w,N=_,F=g;(0|n)>=16;)Ki(0|zi[t],0|zi[1|t],0|zi[2|t],0|zi[3|t],0|zi[4|t],0|zi[5|t],0|zi[6|t],0|zi[7|t],0|zi[8|t],0|zi[9|t],0|zi[10|t],0|zi[11|t],0|zi[12|t],0|zi[13|t],0|zi[14|t],0|zi[15|t]),i^=r,r=0|zi[t],e^=p,p=0|zi[1|t],u^=k,k=0|zi[2|t],o^=S,S=0|zi[3|t],f^=I,I=0|zi[4|t],s^=b,b=0|zi[5|t],c^=m,m=0|zi[6|t],h^=A,A=0|zi[7|t],a^=E,E=0|zi[8|t],l^=R,R=0|zi[9|t],v^=O,O=0|zi[10|t],y^=D,D=0|zi[11|t],d^=T,T=0|zi[12|t],w^=P,P=0|zi[13|t],_^=N,N=0|zi[14|t],g^=F,F=0|zi[15|t],zi[t]=i,zi[1|t]=e,zi[2|t]=u,zi[3|t]=o,zi[4|t]=f,zi[5|t]=s,zi[6|t]=c,zi[7|t]=h,zi[8|t]=a,zi[9|t]=l,zi[10|t]=v,zi[11|t]=y,zi[12|t]=d,zi[13|t]=w,zi[14|t]=_,zi[15|t]=g,t=t+16|0,n=n-16|0,C=C+16|0;return i=r,e=p,u=k,o=S,f=I,s=b,c=m,h=A,a=E,l=R,v=O,y=D,d=T,w=P,_=N,g=F,0|C}}}function we(t){return new _(t).set(le),de({Uint8Array:_},0,t)}var _e=new _(1048576),ge=function(){function t(t){this.av=!0,this.Xut=ve,this.lv=0,this.dv=null,this.gv=new ue,this.kv=new ue,this.jv=new ue;var n=t.ty||4096;if(n<=0||n%4096)throw new ae("CAD1409","Invalid heap size");this.ny=t.ny||new _(n),this.hy=t.hy||we(this.ny.buffer),this.sr(t)}var n=t.prototype;return n.ky=function(t){var n=t.my;this.dv=null,this.Xut=ve,this.lv=0;var r=new _(16);return n&&(n.length>16&&(n=he(n,0,16)),r.set(n,16-n.length),this.hy.sv(r[0],r[1],r[2],r[3],r[4],r[5],r[6],r[7],r[8],r[9],r[10],r[11],r[12],r[13],r[14],r[15])),this},n.gd=function(t){var n=new _(ye);if(t){0;var r=t.length>ye?he(t,0,ye):t;n.set(r,ye-r.length)}this.hy.iv(n[0],n[1],n[2],n[3],n[4],n[5],n[6],n[7],n[8],n[9],n[10],n[11],n[12],n[13],n[14],n[15])},n.sr=function(t){this.ky(t);var n=t.av;return this.av=void 0===n||Boolean(n),this.gd(t.CEt),this},n.Ad=function(t,n,r,i,e){var u=t.byteLength-n,o=u<e?u:e;return t.set(new _(r.buffer||r,i,o),n),o},n.tw=function(t){for(var n=t.byteOffset||0,r=t.byteLength||t.length||0,i=this.hy,e=this.ny,u=this.av,o=this.Xut,f=this.lv,s=0,c=ye*v.floor((f+r)/ye),h=0,a=this.gv.nv(c);r>0;)f+=h=this.Ad(e,o+f,t,n,r),n+=h,r-=h,h=i.cv(o,f-(u&&0===r&&f%ye==0?ye:0)),a.set(e.subarray(o,o+h),s),s+=h,h<f?(o+=h,f-=h):(o=ve,f=0);return this.dv=a.subarray(0,s),this.Xut=o,this.lv=f,this},n.rw=function(){var t,n=this.hy,r=this.ny,i=this.av,e=this.Xut,u=this.lv,o=this.kv.nv(u);if(0===u){if(i)throw new ae("DAC1559","Invalid padding");return this.dv=new _(0),this.Xut=ve,this.lv=0,this}if(u%ye!=0)throw new ae("DAC1563","Invalid data length");return u>0&&(n.cv(e,u),o.set(r.subarray(e,e+u))),i&&(t=o[u-1],o=o.subarray(0,u-t)),this.dv=o.subarray(0,u),this.Xut=ve,this.lv=0,this},n.VCt=function(t){var n=this.tw(t).dv,r=this.rw().dv,i=n.length+r.length,e=this.jv.nv(i);return e.set(n),r.length>0&&e.set(r,n.length),this.dv=e.subarray(0,i),this},t}(),pe=new ge({ny:_e,hy:we(_e.buffer)});var ke,Se,Ie,be=self;function me(t,n){return void 0===ke&&(ke=function(){var t=new _(1);try{return be.postMessage(t,[t.buffer]),0===t.byteLength}catch(t){return!1}}()),n&&ke?be.postMessage(t,n):be.postMessage(t)}!function(t){t.NLt="VCt",t.DLt="lxt"}(Se||(Se={})),function(t){t.BLt="OLt",t.LLt="MLt"}(Ie||(Ie={}));var Ae=self;function Ee(t,n,r){Ae.postMessage({ZLt:Ie.LLt,jLt:t,$Lt:(null==n?void 0:n.code)||r||"DAW0008",tMt:(null==n?void 0:n.message)||""})}var Re,Oe=[];function De(t){for(var n=0;n<Oe.length;n++){if(Oe[n].XLt===t)return void Vi(Oe,n)}}function Te(){Oe.length?Re||(Re=o(Pe,0)):(f(Re),Re=void 0)}function Pe(){Re&&(f(Re),Re=void 0),Oe.length&&function(t){var n,r=t.zLt,i=t.XLt,e=t.GLt,u=t.QLt,o=t.KLt;try{if(r!==Se.NLt)return Ee(i,new ae("DAW0042","Unknown message type"));try{n=function(t,n,r,i){if(void 0===t)throw new ae("CAD1600","Missing data");if(void 0===n)throw new ae("CAD1603","Missing key");return pe.sr({my:n,av:r,CEt:i}).VCt(t).dv}(e,u,!0,o)}catch(t){return Ee(i,t,"DAW0033")}try{return me({ZLt:Ie.BLt,jLt:i,JLt:n},[n.buffer])}catch(t){return Ee(i,t,"DAW0038")}}catch(t){return Ee(i,t,"DAW0045")}}(Oe.shift()),Te()}Ae.addEventListener("message",(function(t){var n=t.data;if(n.zLt===Se.DLt)!function(t){for(var n=0;n<t.length;n++)De(t[n])}(n.sw);else!function(t){Oe.push(t)}(n);Te()}),!1),Ae.postMessage({xLt:"8.0.1"})}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof a?a:"undefined"!=typeof global?global:this);
|
|
31
|
+
!function(t){"use strict";var n,r,i=t.window,e=t.document,u=(t.location,t.navigator),o=t.setTimeout,f=t.clearTimeout,s=t.setInterval,c=t.clearInterval,h=t.Error,a=t.TypeError,l=(t.SyntaxError,t.Object),v=t.Math,y=t.parseInt,d=t.parseFloat,w=t.isNaN,_=t.Uint8Array;t.Worker,t.WorkerGlobalScope,t.XMLHttpRequest;"function"==typeof Symbol&&Symbol.iterator?n=Symbol:(r=0,(n=function(t){return"t5t"+t+"_"+ ++r}).iterator=n("Symbol.iterator"));var g=o;function p(t){return Boolean(t&&void 0!==t.length)}function k(){}function S(t){if(!(this instanceof S))throw new a("Promises must be constructed via new");if("function"!=typeof t)throw new a("not a function");this.Pa=0,this.n5t=!1,this._yt=void 0,this.i5t=[],R(t,this)}function I(t,n){for(;3===t.Pa;)t=t._yt;0!==t.Pa?(t.n5t=!0,S.r5t((function(){var r=1===t.Pa?n.onFulfilled:n.onRejected;if(null!==r){var i;try{i=r(t._yt)}catch(t){return void m(n.promise,t)}b(n.promise,i)}else(1===t.Pa?b:m)(n.promise,t._yt)}))):t.i5t.push(n)}function b(t,n){try{if(n===t)throw new a("A promise cannot be resolved with itself.");if(n&&("object"==typeof n||"function"==typeof n)){var r=n.then;if(n instanceof S)return t.Pa=3,t._yt=n,void A(t);if("function"==typeof r)return void R(function(t,n){return function(){t.apply(n,arguments)}}(r,n),t)}t.Pa=1,t._yt=n,A(t)}catch(n){m(t,n)}}function m(t,n){t.Pa=2,t._yt=n,A(t)}function A(t){2===t.Pa&&0===t.i5t.length&&S.r5t((function(){t.n5t||S.e5t(t._yt)}));for(var n=0,r=t.i5t.length;n<r;n++)I(t,t.i5t[n]);t.i5t=null}function E(t,n,r){this.onFulfilled="function"==typeof t?t:null,this.onRejected="function"==typeof n?n:null,this.promise=r}function R(t,n){var r=!1;try{t((function(t){r||(r=!0,b(n,t))}),(function(t){r||(r=!0,m(n,t))}))}catch(t){if(r)return;r=!0,m(n,t)}}S.prototype.catch=function(t){return this.then(null,t)},S.prototype.then=function(t,n){var r=new this.constructor(k);return I(this,new E(t,n,r)),r},S.prototype.finally=function(t){var n=this.constructor;return this.then((function(r){return n.resolve(t()).then((function(){return r}))}),(function(r){return n.resolve(t()).then((function(){return n.reject(r)}))}))},S.all=function(t){return new S((function(n,r){if(!p(t))return r(new a("Promise.all accepts an array"));var i=Array.prototype.slice.call(t);if(0===i.length)return n([]);var e=i.length;function u(t,o){try{if(o&&("object"==typeof o||"function"==typeof o)){var f=o.then;if("function"==typeof f)return void f.call(o,(function(n){u(t,n)}),r)}i[t]=o,0==--e&&n(i)}catch(t){r(t)}}for(var o=0;o<i.length;o++)u(o,i[o])}))},S.allSettled=function(t){return new this((function(r,i){if(!t||void 0===t.length)return i(new a((void 0===t?"undefined":function(t){return t&&void 0!==n&&t.constructor===n?"symbol":typeof t}(t))+" "+t+" is not iterable(cannot read property Symbol(Symbol.iterator))"));var e=Array.prototype.slice.call(t);if(0===e.length)return r([]);var u=e.length;function o(t,n){if(n&&("object"==typeof n||"function"==typeof n)){var i=n.then;if("function"==typeof i)return void i.call(n,(function(n){o(t,n)}),(function(n){e[t]={status:"rejected",reason:n},0==--u&&r(e)}))}e[t]={status:"fulfilled",value:n},0==--u&&r(e)}for(var f=0;f<e.length;f++)o(f,e[f])}))},S.resolve=function(t){return t&&"object"==typeof t&&t.constructor===S?t:new S((function(n){n(t)}))},S.reject=function(t){return new S((function(n,r){r(t)}))},S.race=function(t){return new S((function(n,r){if(!p(t))return r(new a("Promise.race accepts an array"));for(var i=0,e=t.length;i<e;i++)S.resolve(t[i]).then(n,r)}))},S.r5t="function"==typeof setImmediate&&function(t){setImmediate(t)}||function(t){g(t,0)},S.e5t=function(t){"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t)};var O=function(){var t=self.Promise;if(void 0!==t)try{if(-1!==t.toString().indexOf("[native code]"))return t}catch(t){}}(),D=u?u.userAgent:"",T=D.match(/Firefox\/([0-9]+)/i),P=null!=T,N=T?Number(T[1]):0,F=D.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),C=null!=F,W=F?Number(F[3]):0,j=function(){function t(t){this.nC=0,this.iW=0,this.QC=[],this.u5t=t}return t.prototype.s5t=function(t){var n=this.length();this.o5t(n+1);var r=this.iW+n&this.u5t-1;this.QC[r]=t,this.nC=n+1},t.prototype.push=function(t){var n=this.length()+1;if(this.u5t<n)this.s5t(t);else{var r=this.iW+n-1,i=this.u5t-1;this.QC[r&i]=t,this.nC=n}},t.prototype.shift=function(){var t=this.iW,n=this.QC[t];return this.QC[t]=void 0,this.iW=t+1&this.u5t-1,this.nC--,n},t.prototype.length=function(){return this.nC},t.prototype.o5t=function(t){this.u5t<t&&this.c5t(this.u5t<<1)},t.prototype.c5t=function(t){var n=this.u5t;this.u5t=t;var r=this.iW+this.nC&n-1;!function(t,n,r,i){for(var e=0;e<i;++e)t[e+r]=t[e+n],t[e+n]=void 0}(this.QC,0,n,r)},t}();var M="unhandledrejection",B=self.PromiseRejectionEvent,U=self.CustomEvent;function L(t){return new B(M,{reason:t,promise:O.reject(t).catch((function(){})),cancelable:!0})}function V(t){var n=new U(M,{detail:{reason:t},cancelable:!0});return l.defineProperty(n,"reason",{value:t}),n}function x(t){var n=e.createEvent("CustomEvent");return n.initCustomEvent(M,!1,!0,{reason:t}),n}var H,G,z,K,X,$,q,Z,J,Y=function(t){return Y=function(){try{var t=O.resolve(),n="error",r=new B(M,{reason:n,promise:t});return M===r.type&&n===r.reason}catch(t){}return!1}()?L:function(){try{var t="error",n=new U(M,{detail:{reason:t}});return M===n.type&&t===n.detail.reason}catch(t){}return!1}()?V:x,Y(t)};function Q(t,n){for(var r=0;r<n.length;r++){var i=n[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),l.defineProperty(t,i.key,i)}}function tt(t,n,r){return n&&Q(t.prototype,n),r&&Q(t,r),t}function nt(t,n){return nt=l.setPrototypeOf||function(t,n){return t.__proto__=n,t},nt(t,n)}function rt(t,n){if("function"!=typeof n&&null!==n)throw new a("Super expression must either be null or a function");t.prototype=l.create(n&&n.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),n&&nt(t,n)}function it(t,n){(null==n||n>t.length)&&(n=t.length);for(var r=0,i=new Array(n);r<n;r++)i[r]=t[r];return i}function et(t,n){if(t){if("string"==typeof t)return it(t,n);var r=l.prototype.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(r):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?it(t,n):void 0}}function ut(t){return function(t){if(Array.isArray(t))return it(t)}(t)||function(t){if(void 0!==n&&null!=t[n.iterator]||null!=t["@@iterator"])return Array.from(t)}(t)||et(t)||function(){throw new a("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}O&&!(P&&N<60||C&&W<15)?G=O:(G=S,q=null!==(H=function(){var t=self.queueMicrotask;if("function"==typeof t)return function(n){return t(n)};var n=O;if(n&&"function"==typeof n.resolve){var r=n.resolve();return function(t){return r.then(t)}}}())&&void 0!==H?H:S.r5t,z=q,K=new j(16),X=!1,(Z={Z$:function(t){K.push(t),X||(X=!0,z($))},XH:$=function(){for(;K.length()>0;)K.shift()();X=!1}}).XH,S.r5t=Z.Z$,S.e5t=function(t){try{var n=Y(t);if(!self.dispatchEvent(n)||n.defaultPrevented)return}catch(t){}o((function(){throw new h("Unhandled promise rejection: ".concat(t))}),0)}),function(t){t.DI="web",t.BI="android",t.OI="android-tv",t.LI="ios",t.MI="tvos",t.FI="chromecast",t.UI="theoliveweb"}(J||(J={}));var ot=u?u.userAgent:"",ft=ot.match(/chrome\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),st=ot.match(/Edg\/([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)/i),ct=ot.match(/Android ([0-9\.]+)/i),ht=ot.match(/Windows NT ([0-9\.]+)/i),at=ot.match(/(Version)\/((\d+)\.(\d+)(?:\.(\d+))?).*Safari/),lt=ot.match(/Firefox\/([0-9\.]+)/i),vt=ot.match(/OPR\/(\d+\.\d+)/i),yt=ot.match(/Tizen ([0-9\.]+)/i),dt=ot.match(/(iPhone OS|iPad OS|iPod OS|Mac OS X) (\d+)_(\d+)_?(\d+)?/),wt=function(){function t(){this.HI=Boolean("ontouchstart"in self||self.DocumentTouch&&e instanceof self.DocumentTouch||u&&u.msMaxTouchPoints),this.WI=/(mac\sos\sx)\s?([\w\s\.]+\w)*/i.test(ot)||/(macintosh|mac(?=_powerpc)\s)/i.test(ot),this.zI=/Windows NT/i.test(ot),this.GI=ht?d(ht[1]):0,this.KI=/Android/i.test(ot),this.jI=ct?d(ct[1]):0,this.JI=/windows phone (8|8\.1)/i.test(ot),this.tR=/iPhone/i.test(ot),this.iR=/iPad/i.test(ot),this.nR=this.WI&&this.HI&&!this.iR,this.hR=/iPod/i.test(ot),this.gR=/Mobile Safari/i.test(ot),this.dR=/EOS\d*STB/i.test(ot),this.fR=/APP\d*STB/i.test(ot),this.aR=(this.tR||this.iR||this.nR||this.hR)&&!this.JI,this.cR=dt?d(dt[2]):0,this.vR=this.JI||this.aR||this.KI||this.gR,this.wR=/CriOS/i.test(ot),this.yR=Boolean(self.chrome&&/google/i.test(u.vendor))||this.wR,this.ER=this.yR&&/Edg\//i.test(u.userAgent),this.RR=st?y(st[1],10):0,this.SP=Boolean(self.chrome||/Chrome/i.test(ot)||/CriOS/i.test(ot)),this.SR=ft?y(ft[1],10):0,this.xR=/SMART-TV.*Tizen/i.test(ot),this.DR=yt?d(yt[1]):0,this.bR=this.DR>0?function(t){return t>=8?108:t>=7?94:t>=6.5?85:t>=6?76:t>=5.5?69:t>=5?63:t>=4?56:t>=3?47:0}(this.DR):void 0,this.LR=/webos|web0s/i.test(ot),this.FR=/VIZIO/i.test(ot),this.HR=/Edge\/\d+/i.test(ot),this.qR=/Trident/i.test(ot),this.XR=this.qR&&!self.ActiveXObject&&"ActiveXObject"in self,this.QR=/Vivaldi/i.test(ot),this.YR=/Firefox/i.test(ot)&&!/Seamonkey/i.test(ot),this.ZR=lt?d(lt[1]):0,this.$R=/Safari/i.test(ot)&&!/Chrome/i.test(ot)&&!this.JI&&!this.xR,this.eP=at?d(at[2]):0,this.sP=Boolean(vt),this.rP=vt?d(vt[1]):0,this.oP=/CrKey/.test(ot),this.uP=/\b(tv|smart-tv|smarttv|appletv|crkey|googletv|hbbtv|pov_tv|roku|viera|nettv|philipstv|vizio)\b/i.test(ot),this.dP="web"===J.OI,this._P="web"===J.BI,this.vP=this._P||this.dP,this.wP="web"===J.LI,this.yP="web"===J.MI,this.bP="web"===J.FI}return tt(t,[{key:"Ye",get:function(){return this.HI}},{key:"VI",get:function(){return this.WI}},{key:"qI",get:function(){return this.zI}},{key:"XI",get:function(){return this.GI}},{key:"QI",get:function(){return this.KI}},{key:"YI",get:function(){return this.jI}},{key:"ZI",get:function(){return this.JI}},{key:"$I",get:function(){return this.tR}},{key:"eR",get:function(){return this.iR}},{key:"sR",get:function(){return this.nR}},{key:"rR",get:function(){return this.hR}},{key:"oR",get:function(){return this.aR}},{key:"uR",get:function(){return this.cR}},{key:"lR",get:function(){return this.dR||this.fR}},{key:"_R",get:function(){return this.gR}},{key:"Ks",get:function(){return this.vR}},{key:"mR",get:function(){return this.wR}},{key:"pR",get:function(){return this.yR}},{key:"AR",get:function(){var t;return null!=(t=this.bR)?t:this.SR}},{key:"kR",get:function(){return this.ER}},{key:"IR",get:function(){return this.RR}},{key:"PR",get:function(){return this.xR}},{key:"NR",get:function(){return this.DR}},{key:"OR",get:function(){return this.LR}},{key:"MR",get:function(){return this.FR}},{key:"UR",get:function(){return this.HR}},{key:"WR",get:function(){return this.qR}},{key:"zR",get:function(){return this.XR}},{key:"GR",get:function(){return this.QR}},{key:"KR",get:function(){return this.YR}},{key:"jR",get:function(){return this.ZR}},{key:"JR",get:function(){return this.$R}},{key:"tP",get:function(){return this.eP}},{key:"iP",get:function(){return this.sP}},{key:"nP",get:function(){return this.rP}},{key:"hP",get:function(){return this.oP}},{key:"aP",get:function(){return this.uP}},{key:"cP",get:function(){return!(!this.OR&&!this.PR)&&this.AR<=56}},{key:"lP",get:function(){return this.dP}},{key:"fP",get:function(){return this._P}},{key:"gP",get:function(){return this.vP}},{key:"mP",get:function(){return this.wP}},{key:"pP",get:function(){return this.yP}},{key:"AP",get:function(){return this.bP}},{key:"TP",get:function(){return this.SP}}]),t}();wt.kP=new wt;var _t=wt.kP,gt={}.toString;function pt(t){return null!=t}Array.isArray;function kt(t){return"object"==typeof t&&null!==t}function St(t){return function(t){return"function"==typeof t}(t)||kt(t)}var It=function(){},bt=!(_t.WR&&!_t.zR),mt=self.console;function At(t){if(kt(t))try{return JSON.stringify(t)}catch(t){}return t}function Et(t){return t.map(At).join(" ")}function Rt(t){var n=mt&&mt[t];return n?n.bind&&bt?n.bind(mt):function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];mt[t](Et(r))}:void 0}var Ot=Rt("log")||It,Dt=Rt("warn")||Ot.bind(void 0,"WARNING:"),Tt=Rt("error")||Ot.bind(void 0,"ERROR:"),Pt=function(){var t=mt&&mt.assert;return t?t.bind&&bt?t.bind(mt):function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];mt.assert(t,Et(r))}:function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];t||Tt.apply(void 0,["Assertion failed:"].concat(ut(r)))}}(),Nt=null;try{Nt=new WebAssembly.Instance(new WebAssembly.Module(new _([0,97,115,109,1,0,0,0,1,13,2,96,0,1,127,96,4,127,127,127,127,1,127,3,7,6,0,1,1,1,1,1,6,6,1,127,1,65,0,11,7,50,6,3,109,117,108,0,1,5,100,105,118,95,115,0,2,5,100,105,118,95,117,0,3,5,114,101,109,95,115,0,4,5,114,101,109,95,117,0,5,8,103,101,116,95,104,105,103,104,0,0,10,191,1,6,4,0,35,0,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,126,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,127,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,128,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,129,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,130,34,4,66,32,135,167,36,0,32,4,167,11])),{}).exports}catch(z){}function Ft(t,n,r){this.low=0|t,this.high=0|n,this.unsigned=!!r}function Ct(t){return!0===(t&&t.Tp)}function Wt(t){var n=v.clz32(t&-t);return t?31-n:n}Ft.prototype.Tp,l.defineProperty(Ft.prototype,"Tp",{value:!0}),Ft.isLong=Ct;var jt={},Mt={};function Bt(t,n){var r,i,e;return n?(e=0<=(t>>>=0)&&t<256)&&(i=Mt[t])?i:(r=Lt(t,0,!0),e&&(Mt[t]=r),r):(e=-128<=(t|=0)&&t<128)&&(i=jt[t])?i:(r=Lt(t,t<0?-1:0,!1),e&&(jt[t]=r),r)}function Ut(t,n){if(w(t))return n?qt:$t;if(n){if(t<0)return qt;if(t>=zt)return tn}else{if(t<=-Kt)return nn;if(t+1>=Kt)return Qt}return t<0?Ut(-t,n).neg():Lt(t%Gt|0,t/Gt|0,n)}function Lt(t,n,r){return new Ft(t,n,r)}Ft.fromInt=Bt,Ft.fromNumber=Ut,Ft.fromBits=Lt;var Vt=v.pow;function xt(t,n,r){if(0===t.length)throw h("empty string");if("number"==typeof n?(r=n,n=!1):n=!!n,"NaN"===t||"Infinity"===t||"+Infinity"===t||"-Infinity"===t)return n?qt:$t;if((r=r||10)<2||36<r)throw RangeError("radix");var i;if((i=t.indexOf("-"))>0)throw h("interior hyphen");if(0===i)return xt(t.substring(1),n,r).neg();for(var e=Ut(Vt(r,8)),u=$t,o=0;o<t.length;o+=8){var f=v.min(8,t.length-o),s=y(t.substring(o,o+f),r);if(f<8){var c=Ut(Vt(r,f));u=u.mul(c).add(Ut(s))}else u=(u=u.mul(e)).add(Ut(s))}return u.unsigned=n,u}function Ht(t,n){return"number"==typeof t?Ut(t,n):"string"==typeof t?xt(t,n):Lt(t.low,t.high,"boolean"==typeof n?n:t.unsigned)}Ft.fromString=xt,Ft.fromValue=Ht;var Gt=4294967296,zt=Gt*Gt,Kt=zt/2,Xt=Bt(1<<24),$t=Bt(0);Ft.ZERO=$t;var qt=Bt(0,!0);Ft.UZERO=qt;var Zt=Bt(1);Ft.ONE=Zt;var Jt=Bt(1,!0);Ft.UONE=Jt;var Yt=Bt(-1);Ft.NEG_ONE=Yt;var Qt=Lt(-1,2147483647,!1);Ft.MAX_VALUE=Qt;var tn=Lt(-1,-1,!0);Ft.MAX_UNSIGNED_VALUE=tn;var nn=Lt(0,-2147483648,!1);Ft.MIN_VALUE=nn;var rn=Ft.prototype;rn.toInt=function(){return this.unsigned?this.low>>>0:this.low},rn.toNumber=function(){return this.unsigned?(this.high>>>0)*Gt+(this.low>>>0):this.high*Gt+(this.low>>>0)},rn.toString=function(t){if((t=t||10)<2||36<t)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative()){if(this.eq(nn)){var n=Ut(t),r=this.div(n),i=r.mul(n).sub(this);return r.toString(t)+i.toInt().toString(t)}return"-"+this.neg().toString(t)}for(var e=Ut(Vt(t,6),this.unsigned),u=this,o="";;){var f=u.div(e),s=(u.sub(f.mul(e)).toInt()>>>0).toString(t);if((u=f).isZero())return s+o;for(;s.length<6;)s="0"+s;o=""+s+o}},rn.getHighBits=function(){return this.high},rn.getHighBitsUnsigned=function(){return this.high>>>0},rn.getLowBits=function(){return this.low},rn.getLowBitsUnsigned=function(){return this.low>>>0},rn.getNumBitsAbs=function(){if(this.isNegative())return this.eq(nn)?64:this.neg().getNumBitsAbs();for(var t=0!=this.high?this.high:this.low,n=31;n>0&&0==(t&1<<n);n--);return 0!=this.high?n+33:n+1},rn.isZero=function(){return 0===this.high&&0===this.low},rn.eqz=rn.isZero,rn.isNegative=function(){return!this.unsigned&&this.high<0},rn.isPositive=function(){return this.unsigned||this.high>=0},rn.isOdd=function(){return 1==(1&this.low)},rn.isEven=function(){return 0==(1&this.low)},rn.equals=function(t){return Ct(t)||(t=Ht(t)),(this.unsigned===t.unsigned||this.high>>>31!=1||t.high>>>31!=1)&&(this.high===t.high&&this.low===t.low)},rn.eq=rn.equals,rn.notEquals=function(t){return!this.eq(t)},rn.neq=rn.notEquals,rn.ne=rn.notEquals,rn.lessThan=function(t){return this.comp(t)<0},rn.lt=rn.lessThan,rn.lessThanOrEqual=function(t){return this.comp(t)<=0},rn.lte=rn.lessThanOrEqual,rn.le=rn.lessThanOrEqual,rn.greaterThan=function(t){return this.comp(t)>0},rn.gt=rn.greaterThan,rn.greaterThanOrEqual=function(t){return this.comp(t)>=0},rn.gte=rn.greaterThanOrEqual,rn.ge=rn.greaterThanOrEqual,rn.compare=function(t){if(Ct(t)||(t=Ht(t)),this.eq(t))return 0;var n=this.isNegative(),r=t.isNegative();return n&&!r?-1:!n&&r?1:this.unsigned?t.high>>>0>this.high>>>0||t.high===this.high&&t.low>>>0>this.low>>>0?-1:1:this.sub(t).isNegative()?-1:1},rn.comp=rn.compare,rn.negate=function(){return!this.unsigned&&this.eq(nn)?nn:this.not().add(Zt)},rn.neg=rn.negate,rn.add=function(t){Ct(t)||(t=Ht(t));var n=this.high>>>16,r=65535&this.high,i=this.low>>>16,e=65535&this.low,u=t.high>>>16,o=65535&t.high,f=t.low>>>16,s=0,c=0,h=0,a=0;return h+=(a+=e+(65535&t.low))>>>16,c+=(h+=i+f)>>>16,s+=(c+=r+o)>>>16,s+=n+u,Lt((h&=65535)<<16|(a&=65535),(s&=65535)<<16|(c&=65535),this.unsigned)},rn.subtract=function(t){return Ct(t)||(t=Ht(t)),this.add(t.neg())},rn.sub=rn.subtract,rn.multiply=function(t){if(this.isZero())return this;if(Ct(t)||(t=Ht(t)),Nt)return Lt(Nt.mul(this.low,this.high,t.low,t.high),Nt.get_high(),this.unsigned);if(t.isZero())return this.unsigned?qt:$t;if(this.eq(nn))return t.isOdd()?nn:$t;if(t.eq(nn))return this.isOdd()?nn:$t;if(this.isNegative())return t.isNegative()?this.neg().mul(t.neg()):this.neg().mul(t).neg();if(t.isNegative())return this.mul(t.neg()).neg();if(this.lt(Xt)&&t.lt(Xt))return Ut(this.toNumber()*t.toNumber(),this.unsigned);var n=this.high>>>16,r=65535&this.high,i=this.low>>>16,e=65535&this.low,u=t.high>>>16,o=65535&t.high,f=t.low>>>16,s=65535&t.low,c=0,h=0,a=0,l=0;return a+=(l+=e*s)>>>16,h+=(a+=i*s)>>>16,a&=65535,h+=(a+=e*f)>>>16,c+=(h+=r*s)>>>16,h&=65535,c+=(h+=i*f)>>>16,h&=65535,c+=(h+=e*o)>>>16,c+=n*s+r*f+i*o+e*u,Lt((a&=65535)<<16|(l&=65535),(c&=65535)<<16|(h&=65535),this.unsigned)},rn.mul=rn.multiply,rn.divide=function(t){if(Ct(t)||(t=Ht(t)),t.isZero())throw h("division by zero");var n,r,i;if(Nt)return this.unsigned||-2147483648!==this.high||-1!==t.low||-1!==t.high?Lt((this.unsigned?Nt.div_u:Nt.div_s)(this.low,this.high,t.low,t.high),Nt.get_high(),this.unsigned):this;if(this.isZero())return this.unsigned?qt:$t;if(this.unsigned){if(t.unsigned||(t=t.toUnsigned()),t.gt(this))return qt;if(t.gt(this.shru(1)))return Jt;i=qt}else{if(this.eq(nn))return t.eq(Zt)||t.eq(Yt)?nn:t.eq(nn)?Zt:(n=this.shr(1).div(t).shl(1)).eq($t)?t.isNegative()?Zt:Yt:(r=this.sub(t.mul(n)),i=n.add(r.div(t)));if(t.eq(nn))return this.unsigned?qt:$t;if(this.isNegative())return t.isNegative()?this.neg().div(t.neg()):this.neg().div(t).neg();if(t.isNegative())return this.div(t.neg()).neg();i=$t}for(r=this;r.gte(t);){n=v.max(1,v.floor(r.toNumber()/t.toNumber()));for(var e=v.ceil(v.log(n)/v.LN2),u=e<=48?1:Vt(2,e-48),o=Ut(n),f=o.mul(t);f.isNegative()||f.gt(r);)f=(o=Ut(n-=u,this.unsigned)).mul(t);o.isZero()&&(o=Zt),i=i.add(o),r=r.sub(f)}return i},rn.div=rn.divide,rn.modulo=function(t){return Ct(t)||(t=Ht(t)),Nt?Lt((this.unsigned?Nt.rem_u:Nt.rem_s)(this.low,this.high,t.low,t.high),Nt.get_high(),this.unsigned):this.sub(this.div(t).mul(t))},rn.mod=rn.modulo,rn.rem=rn.modulo,rn.not=function(){return Lt(~this.low,~this.high,this.unsigned)},rn.countLeadingZeros=function(){return this.high?v.clz32(this.high):v.clz32(this.low)+32},rn.clz=rn.countLeadingZeros,rn.countTrailingZeros=function(){return this.low?Wt(this.low):Wt(this.high)+32},rn.ctz=rn.countTrailingZeros,rn.and=function(t){return Ct(t)||(t=Ht(t)),Lt(this.low&t.low,this.high&t.high,this.unsigned)},rn.or=function(t){return Ct(t)||(t=Ht(t)),Lt(this.low|t.low,this.high|t.high,this.unsigned)},rn.xor=function(t){return Ct(t)||(t=Ht(t)),Lt(this.low^t.low,this.high^t.high,this.unsigned)},rn.shiftLeft=function(t){return Ct(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Lt(this.low<<t,this.high<<t|this.low>>>32-t,this.unsigned):Lt(0,this.low<<t-32,this.unsigned)},rn.shl=rn.shiftLeft,rn.shiftRight=function(t){return Ct(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Lt(this.low>>>t|this.high<<32-t,this.high>>t,this.unsigned):Lt(this.high>>t-32,this.high>=0?0:-1,this.unsigned)},rn.shr=rn.shiftRight,rn.shiftRightUnsigned=function(t){return Ct(t)&&(t=t.toInt()),0==(t&=63)?this:t<32?Lt(this.low>>>t|this.high<<32-t,this.high>>>t,this.unsigned):Lt(32===t?this.high:this.high>>>t-32,0,this.unsigned)},rn.shru=rn.shiftRightUnsigned,rn.shr_u=rn.shiftRightUnsigned,rn.rotateLeft=function(t){var n;return Ct(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Lt(this.high,this.low,this.unsigned):t<32?(n=32-t,Lt(this.low<<t|this.high>>>n,this.high<<t|this.low>>>n,this.unsigned)):(n=32-(t-=32),Lt(this.high<<t|this.low>>>n,this.low<<t|this.high>>>n,this.unsigned))},rn.rotl=rn.rotateLeft,rn.rotateRight=function(t){var n;return Ct(t)&&(t=t.toInt()),0==(t&=63)?this:32===t?Lt(this.high,this.low,this.unsigned):t<32?(n=32-t,Lt(this.high<<n|this.low>>>t,this.low<<n|this.high>>>t,this.unsigned)):(n=32-(t-=32),Lt(this.low<<n|this.high>>>t,this.high<<n|this.low>>>t,this.unsigned))},rn.rotr=rn.rotateRight,rn.toSigned=function(){return this.unsigned?Lt(this.low,this.high,!1):this},rn.toUnsigned=function(){return this.unsigned?this:Lt(this.low,this.high,!0)},rn.toBytes=function(t){return t?this.toBytesLE():this.toBytesBE()},rn.toBytesLE=function(){var t=this.high,n=this.low;return[255&n,n>>>8&255,n>>>16&255,n>>>24,255&t,t>>>8&255,t>>>16&255,t>>>24]},rn.toBytesBE=function(){var t=this.high,n=this.low;return[t>>>24,t>>>16&255,t>>>8&255,255&t,n>>>24,n>>>16&255,n>>>8&255,255&n]},Ft.fromBytes=function(t,n,r){return r?Ft.fromBytesLE(t,n):Ft.fromBytesBE(t,n)},Ft.fromBytesLE=function(t,n){return new Ft(t[0]|t[1]<<8|t[2]<<16|t[3]<<24,t[4]|t[5]<<8|t[6]<<16|t[7]<<24,n)},Ft.fromBytesBE=function(t,n){return new Ft(t[4]<<24|t[5]<<16|t[6]<<8|t[7],t[0]<<24|t[1]<<16|t[2]<<8|t[3],n)};var en=Ft;v.pow(2,-52);function un(){return Date.now()||(new Date).getTime()}en.fromNumber(9007199254740991);function on(t,n){for(var r=0;r<n.length;r++){var i=n[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),l.defineProperty(t,i.key,i)}}function fn(t,n){var r=function(t,n){var r=t.length;if(r<=1)return t;for(var i=new Array(r),e=1;e<r;e*=2){sn(t,n,e,i);var u=t;t=i,i=u}return t}(t,n);return r!==t&&sn(r,null,t.length,t),t}function sn(t,n,r,i){var e,u,o,f,s,c=t.length,h=0,a=2*r;for(e=0;e<c;e+=a)for(o=(u=e+r)+r,u>c&&(u=c),o>c&&(o=c),f=e,s=u;;)if(f<u&&s<o)n(t[f],t[s])<=0?i[h++]=t[f++]:i[h++]=t[s++];else if(f<u)i[h++]=t[f++];else{if(!(s<o))break;i[h++]=t[s++]}}var cn=/[a-zA-Z]/,hn=/[0-9]/,an=/[0-9a-fA-F]/,ln=/^0x/i,vn=/^[0-9]+$/,yn=/^[0-9a-fA-F]+$/,dn=/^[0-7]+$/,wn=l.prototype.toString,_n=Array.isArray||function(t){return"[object Array]"===wn.call(t)},gn=void 0!==n&&"symbol"==typeof n.iterator;function pn(t){return _n(t)?t:Array.from(t)}function kn(t,n,r){var i=t[n];t[n]=t[r],t[r]=i}function Sn(t){return t>=65&&t<=90}function In(t){return Sn(t)||function(t){return t>=97&&t<=122}(t)}function bn(t){return t>=48&&t<=57}function mn(t){return bn(t)||In(t)}function An(t){return bn(t)||t>=65&&t<=70||t>=97&&t<=102}function En(t){return Sn(t)?t+32:t}function Rn(t){return bn(t)?t-48:t>=65&&t<=70?t-65+10:t>=97&&t<=102?t-97+10:-1}function On(t,n){return void 0===n&&(n=!1),0<=t&&t<=9?t+48:10<=t&&t<=15?t+(n?87:55):-1}var Dn=v.min,Tn=String.fromCharCode,Pn=16384;function Nn(t){for(var n=t.length,r=[],i=0;i<n;i+=Pn){var e=Dn(i+Pn,n);r.push(Tn.apply(null,t.slice(i,e)))}return r.join("")}var Fn=2147483647,Cn=/[^\0-\x7E]/,Wn=/[\x2E\u3002\uFF0E\uFF61]/g,jn={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},Mn=v.floor,Bn=String.fromCharCode;function Un(t){throw new RangeError(jn[t])}function Ln(t){for(var n=[],r=0,i=t.length;r<i;){var e=t.charCodeAt(r++);if(e>=55296&&e<=56319&&r<i){var u=t.charCodeAt(r++);56320==(64512&u)?n.push(((1023&e)<<10)+(1023&u)+65536):(n.push(e),r--)}else n.push(e)}return n}var Vn,xn,Hn,Gn=function(t,n){return t+22+75*(t<26)-((0!=n)<<5)},zn=function(t,n,r){var i=0;for(t=r?Mn(t/700):t>>1,t+=Mn(t/n);t>455;i+=36)t=Mn(t/35);return Mn(i+36*t/(t+38))},Kn=function(t){return function(t,n){var r=t.split("@"),i="";r.length>1&&(i=r[0]+"@",t=r[1]);var e=function(t,n){for(var r=[],i=t.length;i--;)r[i]=n(t[i]);return r}((t=t.replace(Wn,".")).split("."),n).join(".");return i+e}(t,(function(t){return Cn.test(t)?"xn--"+function(t){for(var n=[],r=(t=Ln(t)).length,i=128,e=0,u=72,o=0,f=t;o<f.length;o++){var s=f[o];s<128&&n.push(Bn(s))}var c=n.length,h=c;for(c&&n.push("-");h<r;){for(var a=Fn,l=0,v=t;l<v.length;l++){var y=v[l];y>=i&&y<a&&(a=y)}var d=h+1;a-i>Mn((Fn-e)/d)&&Un("overflow"),e+=(a-i)*d,i=a;for(var w=0,_=t;w<_.length;w++){var g=_[w];if(g<i&&++e>Fn&&Un("overflow"),g==i){for(var p=e,k=36;;k+=36){var S=k<=u?1:k>=u+26?26:k-u;if(p<S)break;var I=p-S,b=36-S;n.push(Bn(Gn(S+I%b,0))),p=Mn(I/b)}n.push(Bn(Gn(p,0))),u=zn(e,d,h==c),e=0,++h}}++e,++i}return n.join("")}(t):t}))};function Xn(t){for(var n=[],r=0;r<t.length;r++){var i=t[r];i>65535&&(i-=65536,n.push(i>>>10&1023|55296),i=56320|1023&i),n.push(i)}return Nn(n)}function $n(t){if(t>=55296&&t<=57343)throw new h("Lone surrogate U+"+t.toString(16).toUpperCase()+" is not a scalar value")}function qn(t,n){return t>>n&63|128}function Zn(t,n){0!=(4294967168&t)?(0==(4294965248&t)?n.push(t>>6&31|192):0==(4294901760&t)?($n(t),n.push(t>>12&15|224),n.push(qn(t,6))):0==(4292870144&t)&&(n.push(t>>18&7|240),n.push(qn(t,12)),n.push(qn(t,6))),n.push(63&t|128)):n.push(t)}function Jn(t){for(var n=[],r=0;r<t.length;r++){Zn(t[r],n)}return n}function Yn(){if(Hn>=xn)throw new h("Invalid byte index");var t=255&Vn[Hn];if(Hn++,128==(192&t))return 63&t;throw new h("Invalid continuation byte")}function Qn(){var t,n;if(Hn>xn)throw new h("Invalid byte index");if(Hn===xn)return!1;if(t=255&Vn[Hn],Hn++,0==(128&t))return t;if(192==(224&t)){if((n=(31&t)<<6|Yn())>=128)return n;throw new h("Invalid continuation byte")}if(224==(240&t)){if((n=(15&t)<<12|Yn()<<6|Yn())>=2048)return $n(n),n;throw new h("Invalid continuation byte")}if(240==(248&t)&&(n=(7&t)<<18|Yn()<<12|Yn()<<6|Yn())>=65536&&n<=1114111)return n;throw new h("Invalid UTF-8 detected")}function tr(t){return[37,On(t>>4),On(15&t)]}function nr(t){return function(t){return t>=0&&t<=31}(t)||t>126}function rr(t){return nr(t)||32===t||34===t||60===t||62===t||96===t}function ir(t){return rr(t)||35===t||63===t||123===t||125===t}function er(t){return ir(t)||47===t||58===t||59===t||61===t||64===t||t>=91&&t<=94||124===t}function ur(t){return t<33||t>126||34===t||35===t||60===t||62===t}function or(t){return ur(t)||39===t}function fr(t,n){if(!n(t))return[t];for(var r=Jn([t]),i=[],e=0;e<r.length;e++){var u=r[e];i.push.apply(i,tr(u))}return i}function sr(t,n){for(var r=[],i=0,e=Ln(t);i<e.length;i++){var u=e[i];r.push.apply(r,fr(u,n))}return Xn(r)}function cr(t){return function(t){for(var n=[],r=t.length,i=0;i<r;i++){var e=t[i];if(37===e&&i+2<r&&An(t[i+1])&&An(t[i+2])){var u=Rn(t[i+1])<<4|Rn(t[i+2]);n.push(u),i+=2}else n.push(e)}return n}(Jn(t))}function hr(t){return Xn(function(t){Vn=t.slice(),xn=Vn.length,Hn=0;for(var n,r=[];!1!==(n=Qn());)r.push(n);return r}(cr(Ln(t))))}function ar(t){var n=t.length,r=[0,0,0,0,0,0,0,0],i=0,e=null,u=0;if(u<n&&":"===t[u]){if(!(u+1<n&&":"===t[u+1]))throw new a;u+=2,e=i+=1}for(;u<n;){if(8===i)throw new a("Too many groups");if(":"!==t[u]){for(var o=0,f=0;f<4&&u<n&&an.test(t[u]);)o=o<<4|y(t[u],16),u+=1,f+=1;if("."===t[u]){if(0===f)throw new a;if(u-=f,i>6)throw new a;for(var s=0;u<n;){var c=null;if(s>0){if(!("."===t[u]&&s<4))throw new a;u+=1}if(!hn.test(t[u]))throw new a;for(;u<n&&hn.test(t[u]);){var h=y(t[u],10);if(null===c)c=h;else{if(0===c)throw new a;if((c=10*c+h)>255)throw new a}u+=1}r[i]=r[i]<<8|c,2!==(s+=1)&&4!==s||(i+=1)}if(4!==s)throw new a;break}if(":"===t[u]){if((u+=1)===n)throw new a}else if(u<n)throw new a;r[i]=o,i+=1}else{if(null!==e)throw new a("Too many :: groups");u+=1,e=i+=1}}if(null!==e){var l=i-e;for(i=7;0!==i&&l>0;)kn(r,i,e+l-1),i-=1,l-=1}else if(8!==i)throw new a;return r}function lr(t){var n=10,r=vn;return ln.test(t)?(t=t.slice(2),n=16,r=yn):t.length>=2&&"0"===t[0]&&(t=t.slice(1),n=8,r=dn),""===t?0:r.test(t)?y(t,n):void 0}var vr={YJ:4},yr=/[\0\t\n\r #%/:?@\[\\\]]/,dr=/[\0\t\n\r #/:?@\[\\\]]/;function wr(t,n){if("["===t[0]){if("]"!==t[t.length-1])throw new a("Invalid IPv6 address");return{YJ:2,E9:ar(t.slice(1,-1))}}if(!n)return function(t){if(dr.test(t))throw new a("Invalid code point in opaque host");var n=sr(t,nr);return""===n?vr:{YJ:3,QC:n}}(t);var r=function(t){var n=function(t){return Kn(t.toLowerCase())}(t);return n}(hr(t));if(yr.test(r))throw new a("Invalid code point in host");var i=function(t){var n=t.split(".");if(""===n[n.length-1]&&n.pop(),!(n.length>4)){for(var r=[],i=0;i<n.length;i++){var e=n[i];if(""===e)return;var u=lr(e);if(void 0===u)return;r.push(u)}for(var o=0;o<r.length-1;o++)if(r[o]>255)throw new a;if(r[r.length-1]>=v.pow(256,5-r.length))throw new a;for(var f=r.pop(),s=0;s<r.length;s++)f+=r[s]*v.pow(256,3-s);return f}}(r);return void 0!==i?{YJ:1,E9:i}:""===r?vr:{YJ:0,I9:r}}function _r(t){switch(t.YJ){case 0:return t.I9;case 1:return function(t){for(var n=[],r=t,i=1;i<=4;i++)n.push(""+(255&r)),4!==i&&n.push("."),r>>>=8;return n.reverse().join("")}(t.E9);case 2:return"["+function(t){for(var n="",r=function(t){for(var n=0,r=0,i=0,e=0,u=0;u<8;u++)0===t[u]?(0===e&&(i=u),e++):(e>r&&(n=i,r=e),e=0);return e>r&&(n=i,r=e),r>1?n:null}(t),i=!1,e=0;e<8;e++){if(i){if(0===t[e])continue;i=!1}r!==e?(n+=t[e].toString(16),7!==e&&(n+=":")):(n+=0===e?"::":":",i=!0)}return n}(t.E9)+"]";case 3:return t.QC;case 4:return""}}var gr=/\+/g;function pr(t){return 42===t||45===t||46===t||95===t||mn(t)}function kr(t){for(var n=t.split("&"),r=[],i=0;i<n.length;i++){var e=n[i];if(""!==e){var u=e.indexOf("="),o=void 0,f=void 0;-1!==u?(o=e.slice(0,u),f=e.slice(u+1)):(o=e,f=""),o=o.replace(gr," "),f=f.replace(gr," ");var s=hr(o),c=hr(f);r.push([s,c])}}return r}function Sr(t){for(var n="",r=0;r<t.length;r++){var i=t[r];r>0&&(n+="&"),n+=Ir(Jn(Ln(i[0])))+"="+Ir(Jn(Ln(i[1])))}return n}function Ir(t){for(var n=[],r=0;r<t.length;r++){var i=t[r];32===i?n.push(43):pr(i)?n.push(i):n.push.apply(n,tr(i))}return Nn(n)}var br=/(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])/;function mr(t){var n=""+t,r=br.exec(n);return r?function(t,n){for(var r=t.length,i=[],e=n;e<r;e++){var u=t.charCodeAt(e);if(Er(u))if(Rr(u)||e===r-1)i.push(Ar);else{var o=t.charCodeAt(e+1);Rr(o)?(i.push(u,o),e++):i.push(Ar)}else i.push(u)}return t.slice(0,n)+Nn(i)}(n,r.index):n}var Ar=65533,Er=function(t){return 55296==(63488&t)},Rr=function(t){return 0!=(1024&t)};function Or(t,n){var r=t[0],i=n[0];return r===i?0:r<i?-1:1}function Dr(t){t.R9.length=0}function Tr(t,n){!function(t,n){for(var r=0;r<n.length;r++)t[r]=n[r];t.length=n.length}(t.R9,kr(n))}function Pr(t){if(t.P9){var n=Sr(t.R9);""===n&&(n=null),t.P9.P9.C9=n}}var Nr=function(){function t(t){if(void 0===t&&(t=void 0),this.P9=null,null==t)this.R9=[];else if("object"==typeof t||"function"==typeof t)if(function(t){return t instanceof Nr&&!!_n(t.R9)&&(!gn||t[n.iterator]===Fr)}(t))this.R9=t.R9.slice();else if(function(t){return null!=t&&(!!_n(t)||!!gn&&"function"==typeof t[n.iterator])}(t)){this.R9=[];for(var r=0,i=pn(t);r<i.length;r++){var e=pn(i[r]);if(2!==e.length)throw new a("Invalid name-value pair");this.R9.push([mr(e[0]),mr(e[1])])}}else for(var u in this.R9=[],t)l.prototype.hasOwnProperty.call(t,u)&&this.R9.push([mr(u),mr(t[u])]);else(t=mr(t)).length>0&&"?"===t[0]&&(t=t.slice(1)),this.R9=kr(t)}var r=t.prototype;return r.append=function(t,n){t=mr(t),n=mr(n),this.R9.push([t,n]),Pr(this)},r.delete=function(t){t=mr(t);for(var n=this.R9,r=0;r<n.length;){n[r][0]===t?n.splice(r,1):r++}Pr(this)},r.get=function(t){t=mr(t);for(var n=this.R9,r=0;r<n.length;r++){var i=n[r];if(i[0]===t)return i[1]}return null},r.getAll=function(t){t=mr(t);for(var n=this.R9,r=[],i=0;i<n.length;i++){var e=n[i];e[0]===t&&r.push(e[1])}return r},r.has=function(t){t=mr(t);for(var n=this.R9,r=0;r<n.length;r++){if(n[r][0]===t)return!0}return!1},r.set=function(t,n){t=mr(t),n=mr(n);for(var r=this.R9,i=!1,e=0;e<r.length;){var u=r[e];u[0]===t?i?r.splice(e,1):(u[1]=n,i=!0,e++):e++}i||r.push([t,n]),Pr(this)},r.sort=function(){fn(this.R9,Or),Pr(this)},r.toString=function(){return Sr(this.R9)},r.entries=function(){return new Mr(this.R9,Cr)},r.keys=function(){return new Mr(this.R9,Wr)},r.values=function(){return new Mr(this.R9,jr)},r.forEach=function(t){var n=this;this.R9.forEach((function(r){return t(r[1],r[0],n)}))},t}(),Fr=Nr.prototype.entries;gn&&(Nr.prototype[n.iterator]=Fr);var Cr=function(t){return[t[0],t[1]]},Wr=function(t){return t[0]},jr=function(t){return t[1]},Mr=function(){function t(t,n){this.x9=0,this.R9=t,this.N9=n}return t.prototype.next=function(){return this.x9<this.R9.length?{done:!1,value:this.N9(this.R9[this.x9++])}:{done:!0,value:void 0}},t}(),Br="null";var Ur=l.create(null);Ur.ftp=21,Ur.file=0,Ur.gopher=70,Ur.http=80,Ur.https=443,Ur.ws=80,Ur.wss=443;var Lr=/^(?:\.|%2e)$/i,Vr=/^(?:\.|%2e){2}$/i;function xr(t){return Lr.test(t)}function Hr(t){return Vr.test(t)}function Gr(t){return void 0!==Ur[t]}function zr(t){return Gr(t.mO)}function Kr(t){return""!==t.D9||""!==t.B9}function Xr(t){var n=t.length;if(!(n>=2))return!1;if(!qr(t.slice(0,2)))return!1;if(2!==n){var r=t[2];if(47!==r&&92!==r&&63!==r&&35!==r)return!1}return!0}function $r(t){return 2===t.length&&cn.test(t[0])&&(":"===t[1]||"|"===t[1])}function qr(t){return 2===t.length&&$r(Nn(t))}function Zr(t){return $r(t)&&":"===t[1]}function Jr(t){var n=t.O9;0!==n.length&&("file"===t.mO&&1===n.length&&Zr(n[0])||n.pop())}function Yr(t){return null===t.L9||vr===t.L9||t.M9||"file"===t.mO}var Qr=-1,ti=/\t|\n|\r/g,ni=/^[\x00-\x1f ]+|[\x00-\x1f ]+$/g;function ri(t,n,r,i){void 0===r&&(r=null),void 0===i&&(i=null),r||(r=new ei,t=t.replace(ni,""));var e=null!==i?i:0;n=n||null;for(var u=[],o=!1,f=!1,s=!1,c=Ln(t=t.replace(ti,"")),h=c.length,l=0;l<=h;){var v=l<h?c[l]:Qr;switch(e){case 0:if(!In(v)){if(null===i){u.length=0,e=2;continue}throw new a("Invalid scheme")}u.push(En(v)),e=1;break;case 1:if(mn(v)||43===v||45===v||46===v)u.push(En(v));else{if(58!==v){if(null===i){u.length=0,e=2,l=0;continue}throw new a("Invalid scheme")}var d=Xn(u);if(null!==i){if(Gr(r.mO)&&!Gr(d))return;if(!Gr(r.mO)&&Gr(d))return;if((Kr(r)||null!==r.U6)&&"file"===d)return;if("file"===r.mO&&(r.L9===vr||null===r.L9))return}if(r.mO=d,null!==i)return void(zr(r)&&r.U6===Ur[r.mO]&&(r.U6=null));u.length=0,"file"===r.mO?e=13:zr(r)&&n&&n.mO===r.mO?e=3:zr(r)?e=7:47===c[l+1]?(e=4,l+=1):(r.M9=!0,r.O9.push(""),e=18)}break;case 2:if(!n||n.M9&&35!==v)throw new a("Invalid scheme");n.M9&&35===v?(r.mO=n.mO,r.O9=n.O9.slice(),r.C9=n.C9,r.F9="",r.M9=!0,e=20):"file"!==n.mO?(e=5,l-=1):(e=13,l-=1);break;case 3:47===v&&47===c[l+1]?e=8:(e=5,l-=1);break;case 4:47===v?e=9:(e=17,l-=1);break;case 5:r.mO=n.mO,Qr===v?(r.D9=n.D9,r.B9=n.B9,r.L9=n.L9,r.U6=n.U6,r.O9=n.O9.slice(),r.C9=n.C9):47===v?e=6:63===v?(r.D9=n.D9,r.B9=n.B9,r.L9=n.L9,r.U6=n.U6,r.O9=n.O9.slice(),r.C9="",e=19):35===v?(r.D9=n.D9,r.B9=n.B9,r.L9=n.L9,r.U6=n.U6,r.O9=n.O9.slice(),r.C9=n.C9,r.F9="",e=20):92===v&&zr(r)?e=6:(r.D9=n.D9,r.B9=n.B9,r.L9=n.L9,r.U6=n.U6,r.O9=n.O9.slice(),r.O9.pop(),e=17,l-=1);break;case 6:!zr(r)||47!==v&&92!==v?47===v?e=9:(r.D9=n.D9,r.B9=n.B9,r.L9=n.L9,r.U6=n.U6,e=17,l-=1):e=8;break;case 7:if(47!==v||47!==c[l+1]){e=8;continue}e=8,l+=1;break;case 8:47!==v&&92!==v&&(e=9,l-=1);break;case 9:if(64===v){o&&u.unshift(37,52,48),o=!0;for(var w=0;w<u.length;w++){var _=u[w];if(58!==_||s){var g=Xn(fr(_,er));s?r.B9+=g:r.D9+=g}else s=!0}u.length=0}else if(Qr===v||47===v||63===v||35===v||zr(r)&&92===v){if(o&&0===u.length)throw new a("Invalid host");l-=u.length+1,u.length=0,e=10}else u.push(v);break;case 10:case 11:if(null!==i&&"file"===r.mO)l-=1,e=15;else if(58!==v||f)if(Qr===v||47===v||63===v||35===v||zr(r)&&92===v){if(l-=1,zr(r)&&0===u.length)throw new a("Invalid host");if(null!==i&&0===u.length&&(Kr(r)||null!==r.U6))return;var p=wr(Xn(u),zr(r));if(r.L9=p,u.length=0,e=16,null!==i)return}else 91===v?f=!0:93===v&&(f=!1),u.push(v);else{if(0===u.length)throw new a("Invalid host");var k=wr(Xn(u),zr(r));if(r.L9=k,u.length=0,e=12,11===i)return}break;case 12:if(bn(v))u.push(v);else{if(!(Qr===v||47===v||63===v||35===v||zr(r)&&92===v||null!==i))throw new a("Invalid port");if(0!==u.length){var S=y(Xn(u),10);if(S>65535)throw new a("Invalid port");r.U6=S===Ur[r.mO]?null:S,u.length=0}if(null!==i)return;e=16,l-=1}break;case 13:r.mO="file",47===v||92===v?e=14:n&&"file"===n.mO?Qr===v?(r.L9=n.L9,r.O9=n.O9.slice(),r.C9=n.C9):63===v?(r.L9=n.L9,r.O9=n.O9.slice(),r.C9="",e=19):35===v?(r.L9=n.L9,r.O9=n.O9.slice(),r.C9=n.C9,r.F9="",e=20):(Xr(c.slice(l))||(r.L9=n.L9,r.O9=n.O9.slice(),Jr(r)),e=17,l-=1):(e=17,l-=1);break;case 14:47===v||92===v?e=15:(n&&"file"===n.mO&&!Xr(c.slice(l))&&(Zr(n.O9[0])?r.O9.push(n.O9[0]):r.L9=n.L9),e=17,l-=1);break;case 15:if(Qr===v||47===v||92===v||63===v||35===v)if(l-=1,null===i&&qr(u))e=17;else if(0===u.length){if(r.L9=vr,null!==i)return;e=16}else{var I=wr(Xn(u),zr(r));if(0===I.YJ&&"localhost"===I.I9&&(I=vr),r.L9=I,null!==i)return;u.length=0,e=16}else u.push(v);break;case 16:zr(r)?(e=17,47!==v&&92!==v&&(l-=1)):null===i&&63===v?(r.C9="",e=19):null===i&&35===v?(r.F9="",e=20):Qr!==v&&(e=17,47!==v&&(l-=1));break;case 17:if(Qr===v||47===v||zr(r)&&92===v||null===i&&(63===v||35===v)){var b=Xn(u);if(Hr(b)?(Jr(r),47===v||zr(r)&&92===v||r.O9.push("")):!xr(b)||47===v||zr(r)&&92===v?xr(b)||("file"===r.mO&&0===r.O9.length&&qr(u)&&(vr!==r.L9&&null!==r.L9&&(r.L9=vr),u[1]=58,b=Xn(u)),r.O9.push(b)):r.O9.push(""),u.length=0,"file"===r.mO&&(Qr===v||63===v||35===v))for(;r.O9.length>1&&""===r.O9[0];)r.O9.shift();63===v?(r.C9="",e=19):35===v&&(r.F9="",e=20)}else u.push.apply(u,fr(v,ir));break;case 18:63===v?(r.C9="",e=19):35===v?(r.F9="",e=20):Qr!==v&&(r.O9[0]+=Xn(fr(v,nr)));break;case 19:null===i&&35===v?(r.F9="",e=20):Qr!==v&&(r.C9+=Xn(fr(v,zr(r)?or:ur)));break;case 20:Qr===v||0===v||(r.F9+=Xn(fr(v,rr)))}l++}return r}function ii(t,n,r,i){try{ri(t,n,r,i)}catch(t){}}var ei=function(){this.mO="",this.D9="",this.B9="",this.L9=null,this.U6=null,this.O9=[],this.C9=null,this.F9=null,this.M9=!1};function ui(t){switch(t.mO){case"blob":var n;try{n=ri(t.O9[0],null)}catch(t){return Br}return ui(n);case"ftp":case"gopher":case"http":case"https":case"ws":case"wss":return function(t,n,r){return t+"://"+_r(n)+(null===r?"":":"+r)}(t.mO,t.L9,t.U6);default:return Br}}var oi,fi,si=function(){function t(t,n){var r,i=null;if(null!=n)if(function(t){return null!=t&&t instanceof si&&"object"==typeof t.P9}(n))i=n.P9;else try{i=ri(String(n),null)}catch(t){throw new a("Invalid base URL: "+t.message)}try{r=ri(String(t),i)}catch(t){throw new a("Invalid URL: "+t.message)}var e=r.C9;this.P9=r,this.C9=function(t){var n=new Nr;return null!==t&&Tr(n,t),n}(e),this.C9.P9=this}var n=t.prototype;return n.toString=function(){return this.href},n.toJSON=function(){return this.href},function(t,n,r){n&&on(t.prototype,n),r&&on(t,r)}(t,[{key:"href",get:function(){return function(t,n){void 0===n&&(n=!1);var r=t.mO+":";if(null!==t.L9?(r+="//",Kr(t)&&(r+=t.D9,""!==t.B9&&(r+=":"+t.B9),r+="@"),r+=_r(t.L9),null!==t.U6&&(r+=":"+t.U6)):null===t.L9&&"file"===t.mO&&(r+="//"),t.M9)r+=t.O9[0];else for(var i=0,e=t.O9;i<e.length;i++)r+="/"+e[i];return null!==t.C9&&(r+="?"+t.C9),n||null===t.F9||(r+="#"+t.F9),r}(this.P9)},set:function(t){var n;try{n=ri(String(t),null)}catch(t){throw new a("Invalid URL: "+t.message)}this.P9=n,Dr(this.C9);var r=this.P9.C9;null!==r&&Tr(this.C9,r)}},{key:"origin",get:function(){return ui(this.P9)}},{key:"protocol",get:function(){return this.P9.mO+":"},set:function(t){ii(t+":",null,this.P9,0)}},{key:"username",get:function(){return this.P9.D9},set:function(t){Yr(this.P9)||(this.P9.D9=sr(t,er))}},{key:"password",get:function(){return this.P9.B9},set:function(t){Yr(this.P9)||(this.P9.B9=sr(t,er))}},{key:"host",get:function(){var t=this.P9,n=t.L9;if(null===n)return"";var r=t.U6,i=_r(n);return null!==r&&(i+=":"+r),i},set:function(t){this.P9.M9||ii(t,null,this.P9,10)}},{key:"hostname",get:function(){var t=this.P9.L9;return null===t?"":_r(t)},set:function(t){this.P9.M9||ii(t,null,this.P9,11)}},{key:"port",get:function(){var t=this.P9.U6;return null===t?"":""+t},set:function(t){Yr(this.P9)||(""===t?this.P9.U6=null:ii(t,null,this.P9,12))}},{key:"pathname",get:function(){var t=this.P9.O9;return this.P9.M9?t[0]:0===t.length?"":"/"+t.join("/")},set:function(t){this.P9.M9||(this.P9.O9.length=0,ii(t,null,this.P9,16))}},{key:"search",get:function(){var t=this.P9.C9;return null===t||""===t?"":"?"+t},set:function(t){t=mr(t);var n=this.P9;if(""===t)return n.C9=null,void Dr(this.C9);"?"===t[0]&&(t=t.slice(1)),n.C9="",ii(t,null,n,19),Tr(this.C9,t)}},{key:"searchParams",get:function(){return this.C9}},{key:"hash",get:function(){var t=this.P9.F9;return null===t||""===t?"":"#"+t},set:function(t){""!==t?("#"===t[0]&&(t=t.slice(1)),this.P9.F9="",ii(t,null,this.P9,20)):this.P9.F9=null}}]),t}();function ci(t){return t.document&&t.document.baseURI||t.location.href||""}function hi(){return void 0!==e?e.createElement("video"):void 0}var ai=!!("ontouchstart"in self||self.DocumentTouch&&e instanceof self.DocumentTouch)||!(!u||!u.msMaxTouchPoints),li=(fi||(fi=hi()),fi),vi=!(!li||!li.webkitShowPlaybackTargetPicker),yi=function(){function t(){this.H9=void 0,this.Z9=!1,this.Ye=ai,this.Ks=!1,this.P5=!0}var n=t.prototype;return n.V9=function(){return 0},n.Y9=function(t,n){return!0},n.j9=function(t){return t>=.3333333333333333},tt(t,[{key:"U9",get:function(){return void 0===this.H9&&(this.H9=this.V9()),this.H9}},{key:"W9",get:function(){return!_t.aP}},{key:"q9",get:function(){if(i.screen)return{width:i.screen.width,height:i.screen.height}}},{key:"u1",get:function(){return i.devicePixelRatio||1}},{key:"z9",get:function(){return vi}},{key:"z0",get:function(){return!1}},{key:"M0",get:function(){return!0}},{key:"Am",get:function(){return _t.JR||_t.oR}},{key:"X9",get:function(){return!_t.oR}},{key:"OB",get:function(){return!0}},{key:"Sm",get:function(){return!0}},{key:"Tm",get:function(){return!1}},{key:"G9",get:function(){}},{key:"Q9",get:function(){return!0}},{key:"tZ",get:function(){return!1}},{key:"K9",get:function(){return _t.MR}}]),t}(),di=function(){var t=hi();if(!t)return!1;var n=t.muted;return t.muted=!n,t.muted!==n}();!function(){if(_t.sR)return!1;var t=hi();if(!t)return!1;var n=t.volume;t.volume=n/2+.1,t.volume}();var wi=function(t){function n(n){var r;return(r=t.call(this)||this).J9=n,r.J9&&(r.Z9=r.J9.Z9,r.Ye=r.J9.Ye,r.P5=di&&r.J9.P5),r}rt(n,t);var r=n.prototype;return r.V9=function(){return this.J9?this.J9.U9:t.prototype.V9.call(this)},r.Y9=function(n,r){return this.J9?this.J9.Y9(n,r):t.prototype.Y9.call(this,n,r)},r.j9=function(n){return this.J9?this.J9.j9(n):t.prototype.j9.call(this,n)},tt(n,[{key:"G9",get:function(){var t;return null==(t=this.J9)?void 0:t.G9}},{key:"Q9",get:function(){var t,n;return null==(n=null==(t=this.J9)?void 0:t.Q9)||n}}]),n}(yi),_i=function(t){function n(n){var r;return(r=t.call(this,n)||this).Z9=!0,r.Ks=!0,r}return rt(n,t),tt(n,[{key:"Tm",get:function(){return _t.oR}}]),n}(wi);var gi=function(t){function n(){return t.apply(this,arguments)}return rt(n,t),n.prototype.V9=function(){return function(t){return t&&St(oi.ManagedMediaSource)?oi.ManagedMediaSource:St(oi.MediaSource)?oi.MediaSource:void 0}(!0)?t.prototype.V9.call(this):1},tt(n,[{key:"Tm",get:function(){return!0}}]),n}(_i),pi=function(t){function n(){return t.apply(this,arguments)}return rt(n,t),n.prototype.Y9=function(n,r){return t.prototype.Y9.call(this,n,r)},tt(n,[{key:"z0",get:function(){return _t.NR<3}},{key:"M0",get:function(){return _t.NR>=3}},{key:"q9",get:function(){var t=this;return i.tizen&&!this.t7&&i.tizen.systeminfo.getPropertyValue("DISPLAY",(function(n){var r=n.resolutionWidth,i=n.resolutionHeight;1===r&&1===i||(t.t7={width:r,height:i})})),this.t7}},{key:"tZ",get:function(){return _t.NR<3}}]),n}(wi),ki=function(t){function n(){return t.call(this)}return rt(n,t),n}(yi),Si=function(t){function n(){return t.apply(this,arguments)}return rt(n,t),n.prototype.Y9=function(t,n){if(t&&t.e7&&n&&n.e7){var r=Ii(t.e7,"mp4a.40.2")&&Ii(n.e7,"mp4a.40.5"),i=Ii(t.e7,"mp4a.40.5")&&Ii(n.e7,"mp4a.40.2"),e=Ii(t.e7,"mp4a.40.2")&&Ii(n.e7,"mp4a.40.34"),u=Ii(t.e7,"mp4a.40.34")&&Ii(n.e7,"mp4a.40.2"),o=Ii(t.e7,"mp4a.40.5")&&Ii(n.e7,"mp4a.40.34"),f=Ii(t.e7,"mp4a.40.34")&&Ii(n.e7,"mp4a.40.5");return!(r||i||e||u||o||f)}return!0},tt(n,[{key:"G9",get:function(){if(_t.VI)return 4096}}]),n}(ki);function Ii(t,n){return t.indexOf(n)>-1}var bi=function(t){function n(){return t.apply(this,arguments)}return rt(n,t),n.prototype.j9=function(t){return t>=2},n}(ki),mi=function(t){function n(){var n;return(n=t.call(this)||this).Z9=_t.tP>=11,n.P5=_t.JR&&!(_t.oR&&_t.tP<10),n}return rt(n,t),n}(ki),Ai=function(t){function n(){return t.apply(this,arguments)}return rt(n,t),tt(n,[{key:"q9",get:function(){var t=this;return i.webOS&&!this.t7&&i.webOS.deviceInfo((function(n){t.t7={width:n.screenWidth,height:n.screenHeight}})),this.t7}},{key:"OB",get:function(){return!1}}]),n}(wi),Ei=function(t){function n(){return t.apply(this,arguments)}return rt(n,t),tt(n,[{key:"Q9",get:function(){return!_t.qI||(_t.kR?92!==_t.IR:_t.AR>=100)}}]),n}(ki),Ri=function(t){function n(){return t.apply(this,arguments)}return rt(n,t),tt(n,[{key:"Tm",get:function(){return!0}}]),n}(wi),Oi=function(){function t(){this.h7=new Di,this.a7=function(){var t=function(){if(_t.KR)return new Si;if(_t.UR||_t.WR)return new bi;if(_t.JR)return new mi;if(_t.pR)return new Ei;return new ki}();return _t.oR?new gi(t):_t.Ks?new _i(t):_t.PR?new pi(t):_t.OR?new Ai(t):_t.VI?new Ri(t):new wi(t)}(),this.o7=function(){if(self.URL)try{var t=new self.URL("b","http://a");return t.pathname="c d","http://a/c%20d"===t.href}catch(t){}return!1}(),self.performance&&self.performance.now?this.Cd=function(){return self.performance.now()}:this.Cd=un}var n=t.prototype;return n.i7=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Ot.apply(void 0,ut(n))},n.Mm=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Dt.apply(void 0,ut(n))},n.s7=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];Tt.apply(void 0,ut(n))},n.n7=function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];Pt.apply(void 0,[t].concat(ut(r)))},n.Nd=function(t,n){return o(t,n)},n.FZ=function(t,n){return s(t,n)},n.xd=function(t){f(t)},n.HZ=function(t){c(t)},n.FN=function(){return this.r7.FN()},n.xN=function(){return this.r7.xN()},n.DN=function(){return this.r7.DN()},n.NN=function(){return this.r7.NN()},n.PN=function(){return this.r7.PN()},n.ON=function(t,n){return this.r7.ON(t,n)},n.CN=function(t){return this.r7.CN(t)},n.Rh=function(t,n){var r;return void 0===n&&(n=ci(oi)),r="object"!=typeof n||n instanceof si?n:n.href,new si(t,r)},n.Lm=function(t,n){if(void 0===n&&(n=ci(oi)),this.o7){var r=function(t){return"string"==typeof t}(n)?n:n.toString();return new self.URL(t,r).href}return this.Rh(t,n).href},tt(t,[{key:"RB",get:function(){return this.h7}},{key:"Zs",get:function(){return this.a7}},{key:"Im",get:function(){return{Em:u&&u.userAgent.match(/Android /i)?"Android":"other",Rm:Boolean(u&&u.userAgent.match(/Android 8.0.0/i))}}},{key:"Dq",get:function(){return self&&self.location&&"https:"===self.location.protocol}},{key:"u7",get:function(){return"languages"in u?u.languages.slice():[u.language]}}]),t}(),Di=function(){function t(){}return tt(t,[{key:"PB",get:function(){return u.oscpu}},{key:"Zs",get:function(){return u.platform}},{key:"CB",get:function(){return u.vendor}},{key:"xB",get:function(){return u.vendorSub}}]),t}();var Ti,Pi=function(){function t(){}var n=t.prototype;return n.PN=function(){return G.resolve(!1)},n.xN=function(){return G.resolve(!1)},n.NN=function(){return G.resolve(!1)},n.DN=function(){return G.resolve(!1)},n.CN=function(t){return G.resolve(!1)},n.ON=function(t,n){return G.resolve(!1)},n.FN=function(){return G.resolve(!1)},t}(),Ni=function(){function t(){}var n=t.prototype;return n.IU=function(){},n.XP=function(t){},n.WP=function(t){},n.xO=function(t,n){},t}();function Fi(t,r){return function(t){if(Array.isArray(t))return t}(t)||function(t,r){var i=null==t?null:void 0!==n&&t[n.iterator]||t["@@iterator"];if(null!=i){var e,u,o=[],f=!0,s=!1;try{for(i=i.call(t);!(f=(e=i.next()).done)&&(o.push(e.value),!r||o.length!==r);f=!0);}catch(t){s=!0,u=t}finally{try{f||null==i.return||i.return()}finally{if(s)throw u}}return o}}(t,r)||et(t,r)||function(){throw new a("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}!function(t){t.qE="arraybuffer",t.zE="json",t.XE="stream",t.iT="text"}(Ti||(Ti={}));var Ci,Wi=function(){function t(n){var r=this;this._d={},n instanceof t?n.asList().forEach((function(t){var n=Fi(t,2),i=n[0],e=n[1];r.append(i,e)})):Array.isArray(n)?n.forEach((function(t){var n=Fi(t,2),i=n[0],e=n[1];r.append(i,e)})):n&&l.getOwnPropertyNames(n).forEach((function(t){r.append(t,n[t])}))}var n=t.prototype;return n.append=function(t,n){var r=t,i=n;r=ji(r),i=Mi(i);var e=r.toLowerCase();if(this._d.hasOwnProperty(e)){var u=this._d[e],o=u[1];u[1]=o?o+", "+i:i}else this._d[e]=[r,i]},n.delete=function(t){var n=ji(t).toLowerCase();delete this._d[n]},n.get=function(t){var n=ji(t).toLowerCase();return this._d.hasOwnProperty(n)?this._d[n][1]:null},n.has=function(t){var n=ji(t).toLowerCase();return this._d.hasOwnProperty(n)},n.set=function(t,n){var r=t,i=(r=ji(r)).toLowerCase();this._d[i]=[r,Mi(n)]},n.forEach=function(t,n){for(var r in this._d)this._d.hasOwnProperty(r)&&t.call(n,this._d[r][1],r,this)},n.asList=function(){var t=[];for(var n in this._d)if(this._d.hasOwnProperty(n)){var r=Fi(this._d[n],2),i=r[0],e=r[1];t.push([i,e])}return t},n.GE=function(){var t={};return this.forEach((function(n,r){t[r]=n})),t},n.QE=function(t){var n=this;t.forEach((function(t,r){n.append(r,t)}))},n.KE=function(t){var n=this;t.forEach((function(t,r){n.set(r,t)}))},t}();function ji(t){var n=t;if("string"!=typeof n&&(n=String(n)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(n))throw new a("Invalid character in header field name");return n}function Mi(t){var n=t;return"string"!=typeof n&&(n=String(n)),n}!function(t){t[t.ih=0]="ih",t[t.ul=1]="ul",t[t.hd=-1]="hd"}(Ci||(Ci={}));Array.prototype.find,Array.prototype.findLast;var Bi="function"==typeof Array.prototype.findIndex?function(t,n){return t.findIndex(n)}:function(t,n){for(var r=0;r<t.length;r+=1){if(n(t[r],r,t))return r}return-1},Ui="function"==typeof Array.prototype.findLastIndex?function(t,n){return t.findLastIndex(n)}:function(t,n){for(var r=t.length-1;r>=0;r-=1){if(n(t[r],r,t))return r}return-1};function Li(t,n){var r=t.indexOf(n);return-1!==r&&(Vi(t,r),!0)}function Vi(t,n){0===n?t.shift():t.splice(n,1)}function xi(t){t.length=0}Array.prototype.flat,Array.prototype.flatMap;var Hi,Gi,zi,Ki,Xi,$i=function(){function t(){this.md=!1,this.wd=!1,this.pd=[],this.yd=[]}var n=t.prototype;return n.vd=function(){if(!this.md&&!this.wd){this.md=!0;for(var t=0,n=this.pd.slice();t<n.length;t++){(0,n[t])()}this.Ou()}},n.Ou=function(){if(!this.wd){this.wd=!0;for(var t=0,n=this.yd.slice();t<n.length;t++){(0,n[t])()}xi(this.pd),xi(this.yd)}},n.bd=function(t){this.wd||this.pd.push(t)},n.Td=function(t){this.wd||Li(this.pd,t)},n.Sd=function(t){this.wd||this.yd.push(t)},n.kd=function(t){this.wd||Li(this.yd,t)},t}(),qi=function(){function t(){this.Id=new $i}var n=t.prototype;return n.Jl=function(){this.Id.vd()},n.Ou=function(){this.Id.Ou()},n.Rd=function(t){var n=this.Id;if(!n.md)if(t.md)n.vd();else if(!n.wd&&!t.wd){var r=function(){i(),n.vd()},i=function(){t.Td(r),t.kd(i),n.Td(r),n.kd(i)};t.bd(r),t.Sd(i),n.bd(r),n.Sd(i)}},n.Pd=function(){var n=new t,r=new t,i=n.Ed,e=r.Ed,u=this.Id,o=function(){i.md&&e.wd||e.md&&i.wd?u.vd():i.wd&&e.wd&&u.Ou()};i.bd(o),e.bd(o),i.Sd(o),e.Sd(o),n.Rd(u),r.Rd(u);return u.Sd((function(){i.Td(o),e.Td(o),i.kd(o),e.kd(o)})),[n,r]},tt(t,[{key:"Ed",get:function(){return this.Id}}]),t}();!function(t){t.DELETE="DELETE",t.GET="GET",t.HEAD="HEAD",t.OPTIONS="OPTIONS",t.POST="POST",t.PUT="PUT"}(Hi||(Hi={})),function(t){t.nT="",t.YE="manifest",t.jE="segment",t.ZE="preload-hint",t.JE="content-protection"}(Gi||(Gi={})),function(t){t.nT="",t.$E="initialization-segment",t.tI="fairplay-license",t.eI="fairplay-certificate",t.iI="widevine-license",t.sI="widevine-certificate",t.nI="playready-license",t.rI="clearkey-license",t.hI="aes128-key"}(zi||(zi={})),function(t){t.nT="",t.vp="audio",t.vl="video",t.iT="text",t.sT="image"}(Ki||(Ki={})),function(t){t.oI="same-origin",t.Fm="no-cors",t.aI="cors",t.uI="navigate"}(Xi||(Xi={}));var Zi=function(t,n){var r,i,e,u,o,f,s,c,h,a,l,v,y,d,w,_,g,p,k=t.xE;n?(r=n.cI,i=n.lI,e=n.dI,u=n.fI,o=n.DE,f=n._I,s=n.Ed,c=n.$g,h=n.gI,a=n.vI,l=n.mI,v=n.wI,y=n.Yg,d=n.pI,w=n.yI):(r=null,i={},e="GET",u=Ti.iT,o=0,f=0,c="",h="",a="",l=!1,y=void 0,d=!1,w=void 0),this.xE=k,this.cI=t.cI||r,this.lI=new Wi(t.lI||i),this.dI=t.dI||e,this.fI=t.fI||u,this.DE=void 0!==t.DE?Number(t.DE)||0:o,this._I=void 0!==t._I?Number(t._I)||0:f,this.Ed=t.Ed||s||(new qi).Ed,this.$g=t.$g||c,this.gI=t.gI||h,this.vI=t.vI||a,this.mI=void 0!==t.mI?Boolean(t.mI):l,this.wI=t.wI||v,this.Yg=null!=(_=t.Yg)?_:y,this.pI=null!=(g=t.pI)?g:d,this.yI=null!=(p=t.yI)?p:w};var Ji=function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];h.apply(this,n)};(Ji.prototype=l.create(h.prototype)).constructor=Ji;var Yi,Qi=function(t){function n(n,r){var i;return(i=t.call(this)||this).message=n||"Unknown error",i.cause=r,h.captureStackTrace&&h.captureStackTrace(function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(i),i.constructor),i}return rt(n,t),tt(n,[{key:"name",get:function(){return"BaseError"}}]),n}(Ji);!function(t){t.SE="HttpOpenError",t.kE="HttpResponseError",t.EE="HttpTimeoutError"}(Yi||(Yi={}));var te=function(t){function n(n,r,i){var e;return(e=t.call(this,r,i)||this).RE=n,e}return rt(n,t),tt(n,[{key:"IE",get:function(){return this.RE}}]),n}(Qi);var ne=function(t){function n(n,r){return t.call(this,n,function(t){return"Error while opening "+t+". Invalid URL."}(n.xE),r)}return rt(n,t),tt(n,[{key:"name",get:function(){return Yi.SE}}]),n}(te),re=function(){function t(){}var n=t.prototype;return n.IE=function(t){return G.reject(new ne(new Zi(t)))},n.YH=function(t){},n.bn=function(){},t}(),ie=function(t){function n(n){return t.call(this,"Invalid XML",n)}return rt(n,t),n}(Qi),ee=function(t){function n(){var n;return(n=t.apply(this,arguments)||this).U7=new Pi,n.kI=new re,n.i=new Ni,n}return rt(n,t),n.prototype.gE=function(t){throw new ie},tt(n,[{key:"r7",get:function(){return this.U7}},{key:"H7",get:function(){return!1}},{key:"CZ",get:function(){return!1}},{key:"z7",get:function(){return!1}},{key:"KZ",get:function(){return!1}},{key:"RO",get:function(){return this.i}},{key:"X7",get:function(){return{G7:It}}},{key:"Q7",get:function(){return"default"}},{key:"K7",get:function(){return"unknown"}},{key:"Xf",get:function(){return this.kI}}]),n}(Oi);!function(t){t}(new ee);var ue=function(){function t(){this.Rp=void 0,this.p=function(t){for(var n=new Array(t),r=0;r<t;r++)n[r]=0;return n}(20),this.en=0}var n=t.prototype;return n.vr=function(t){this.Rp=new _(t)},n.ui=function(t){var n=this.en;this.p[n]=t,n=(n+1)%20,this.en=n},n.li=function(t){var n,r=this.Rp?this.Rp.length:0;this.ui(t);var i=(n=v).max.apply(n,ut(this.p));return i>r?i+=v.round(.1*i):i<r&&(i=v.min(r,i+v.round(.1*i))),i},n.nv=function(t){var n=this.li(t);return(this.Rp?this.Rp.length:0)!==n&&this.vr(n),this.Rp},t}(),oe=("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]","[object DataView]"]),fe=(ArrayBuffer.isView,String.prototype.replaceAll,String.prototype.startsWith,String.prototype.endsWith,"function"==typeof String.prototype.repeat?function(t,n){return t.repeat(n)}:function(t,n){var r=0|n;if(0===t.length||0===r)return"";for(var i=t,e="";1==(1&r)&&(e+=i),0!=(r>>>=1);)i+=i;return e}),se=(String.prototype.padStart,String.prototype.padEnd,16384);String.fromCodePoint;function ce(t,n){for(var r=[],i=0;i<t.length;i+=se)r.push(n.apply(void 0,ut(t.slice(i,i+se))));return r.join("")}function he(t,n,r){return void 0===n&&(n=0),void 0===r&&(r=t.byteLength),t.slice?t.slice(n,r):function(t){if(t.slice)return t.slice(0);var n=new _(t.byteLength);return n.set(t,0),n}(function(t,n,r){return void 0===n&&(n=0),void 0===r&&(r=t.byteLength),new _(t.buffer,t.byteOffset+n,r-n)}(t,n,r))}var ae=function(t){function n(n,r,i){var e;return(e=t.call(this,r,i)||this).code=n,e}return rt(n,t),n}(Qi),le=[99,124,119,123,242,107,111,197,48,1,103,43,254,215,171,118,202,130,201,125,250,89,71,240,173,212,162,175,156,164,114,192,183,253,147,38,54,63,247,204,52,165,229,241,113,216,49,21,4,199,35,195,24,150,5,154,7,18,128,226,235,39,178,117,9,131,44,26,27,110,90,160,82,59,214,179,41,227,47,132,83,209,0,237,32,252,177,91,106,203,190,57,74,76,88,207,208,239,170,251,67,77,51,133,69,249,2,127,80,60,159,168,81,163,64,143,146,157,56,245,188,182,218,33,16,255,243,210,205,12,19,236,95,151,68,23,196,167,126,61,100,93,25,115,96,129,79,220,34,42,144,136,70,238,184,20,222,94,11,219,224,50,58,10,73,6,36,92,194,211,172,98,145,149,228,121,231,200,55,109,141,213,78,169,108,86,244,234,101,122,174,8,186,120,37,46,28,166,180,198,232,221,116,31,75,189,139,138,112,62,181,102,72,3,246,14,97,53,87,185,134,193,29,158,225,248,152,17,105,217,142,148,155,30,135,233,206,85,40,223,140,161,137,13,191,230,66,104,65,153,45,15,176,84,187,22,82,9,106,213,48,54,165,56,191,64,163,158,129,243,215,251,124,227,57,130,155,47,255,135,52,142,67,68,196,222,233,203,84,123,148,50,166,194,35,61,238,76,149,11,66,250,195,78,8,46,161,102,40,217,36,178,118,91,162,73,109,139,209,37,114,248,246,100,134,104,152,22,212,164,92,204,93,101,182,146,108,112,72,80,253,237,185,218,94,21,70,87,167,141,157,132,144,216,171,0,140,188,211,10,247,228,88,5,184,179,69,6,208,44,30,143,202,63,15,2,193,175,189,3,1,19,138,107,58,145,17,65,79,103,220,234,151,242,207,206,240,180,230,115,150,172,116,34,231,173,53,133,226,249,55,232,28,117,223,110,71,241,26,113,29,41,197,137,111,183,98,14,170,24,190,27,252,86,62,75,198,210,121,32,154,219,192,254,120,205,90,244,31,221,168,51,136,7,199,49,177,18,16,89,39,128,236,95,96,81,127,169,25,181,74,13,45,229,122,159,147,201,156,239,160,224,59,77,174,42,245,176,200,235,187,60,131,83,153,97,23,43,4,126,186,119,214,38,225,105,20,99,85,33,12,125,198,248,238,246,255,214,222,145,96,2,206,86,231,181,77,236,143,31,137,250,239,178,142,251,65,179,95,69,35,83,228,155,117,225,61,76,108,126,245,131,104,81,209,249,226,171,98,42,8,149,70,157,48,55,10,47,14,36,27,223,205,78,127,234,18,29,88,52,54,220,180,91,164,118,183,125,82,221,94,19,166,185,0,193,64,227,121,182,212,141,103,114,148,152,176,133,187,197,79,237,134,154,102,17,138,233,4,254,160,120,37,75,162,93,128,5,63,33,112,241,99,119,175,66,32,229,253,191,129,24,38,195,190,53,136,46,147,85,252,122,200,186,50,230,192,25,158,163,68,84,59,11,140,199,107,40,167,188,22,173,219,100,116,20,146,12,72,184,159,189,67,196,57,49,211,242,213,139,110,218,1,177,156,73,216,172,243,207,202,244,71,16,111,240,74,92,56,87,115,151,203,161,232,62,150,97,13,15,224,124,113,204,144,6,247,28,194,106,174,105,23,153,58,39,217,235,43,34,210,169,7,51,45,60,21,201,135,170,80,165,3,89,9,26,101,215,132,208,130,41,90,30,123,168,109,44,165,132,153,141,13,189,177,84,80,3,169,125,25,98,230,154,69,157,64,135,21,235,201,11,236,103,253,234,191,247,150,91,194,28,174,106,90,65,2,79,92,244,52,8,147,115,83,63,12,82,101,94,40,161,15,181,9,54,155,61,38,105,205,159,27,158,116,46,45,178,238,251,246,77,97,206,123,62,113,151,245,104,0,44,96,31,200,237,190,70,217,75,222,212,232,74,107,42,229,22,197,215,85,148,207,16,6,129,240,68,186,227,243,254,192,138,173,188,72,4,223,193,117,99,48,26,14,109,76,20,53,47,225,162,204,57,87,242,130,71,172,231,43,149,160,152,209,127,102,126,171,131,202,41,211,60,121,226,29,118,59,86,78,30,219,10,108,228,93,110,239,166,168,164,55,139,50,67,89,183,140,100,210,224,180,250,7,37,175,142,233,24,213,136,111,114,36,241,199,81,35,124,156,33,221,220,134,133,144,66,196,170,216,5,1,18,163,95,249,208,145,88,39,185,56,19,179,51,187,112,137,167,182,34,146,32,73,255,120,122,143,248,128,23,218,49,198,184,195,176,119,17,203,252,214,58,0,9,18,27,36,45,54,63,72,65,90,83,108,101,126,119,144,153,130,139,180,189,166,175,216,209,202,195,252,245,238,231,59,50,41,32,31,22,13,4,115,122,97,104,87,94,69,76,171,162,185,176,143,134,157,148,227,234,241,248,199,206,213,220,118,127,100,109,82,91,64,73,62,55,44,37,26,19,8,1,230,239,244,253,194,203,208,217,174,167,188,181,138,131,152,145,77,68,95,86,105,96,123,114,5,12,23,30,33,40,51,58,221,212,207,198,249,240,235,226,149,156,135,142,177,184,163,170,236,229,254,247,200,193,218,211,164,173,182,191,128,137,146,155,124,117,110,103,88,81,74,67,52,61,38,47,16,25,2,11,215,222,197,204,243,250,225,232,159,150,141,132,187,178,169,160,71,78,85,92,99,106,113,120,15,6,29,20,43,34,57,48,154,147,136,129,190,183,172,165,210,219,192,201,246,255,228,237,10,3,24,17,46,39,60,53,66,75,80,89,102,111,116,125,161,168,179,186,133,140,151,158,233,224,251,242,205,196,223,214,49,56,35,42,21,28,7,14,121,112,107,98,93,84,79,70,0,11,22,29,44,39,58,49,88,83,78,69,116,127,98,105,176,187,166,173,156,151,138,129,232,227,254,245,196,207,210,217,123,112,109,102,87,92,65,74,35,40,53,62,15,4,25,18,203,192,221,214,231,236,241,250,147,152,133,142,191,180,169,162,246,253,224,235,218,209,204,199,174,165,184,179,130,137,148,159,70,77,80,91,106,97,124,119,30,21,8,3,50,57,36,47,141,134,155,144,161,170,183,188,213,222,195,200,249,242,239,228,61,54,43,32,17,26,7,12,101,110,115,120,73,66,95,84,247,252,225,234,219,208,205,198,175,164,185,178,131,136,149,158,71,76,81,90,107,96,125,118,31,20,9,2,51,56,37,46,140,135,154,145,160,171,182,189,212,223,194,201,248,243,238,229,60,55,42,33,16,27,6,13,100,111,114,121,72,67,94,85,1,10,23,28,45,38,59,48,89,82,79,68,117,126,99,104,177,186,167,172,157,150,139,128,233,226,255,244,197,206,211,216,122,113,108,103,86,93,64,75,34,41,52,63,14,5,24,19,202,193,220,215,230,237,240,251,146,153,132,143,190,181,168,163,0,13,26,23,52,57,46,35,104,101,114,127,92,81,70,75,208,221,202,199,228,233,254,243,184,181,162,175,140,129,150,155,187,182,161,172,143,130,149,152,211,222,201,196,231,234,253,240,107,102,113,124,95,82,69,72,3,14,25,20,55,58,45,32,109,96,119,122,89,84,67,78,5,8,31,18,49,60,43,38,189,176,167,170,137,132,147,158,213,216,207,194,225,236,251,246,214,219,204,193,226,239,248,245,190,179,164,169,138,135,144,157,6,11,28,17,50,63,40,37,110,99,116,121,90,87,64,77,218,215,192,205,238,227,244,249,178,191,168,165,134,139,156,145,10,7,16,29,62,51,36,41,98,111,120,117,86,91,76,65,97,108,123,118,85,88,79,66,9,4,19,30,61,48,39,42,177,188,171,166,133,136,159,146,217,212,195,206,237,224,247,250,183,186,173,160,131,142,153,148,223,210,197,200,235,230,241,252,103,106,125,112,83,94,73,68,15,2,21,24,59,54,33,44,12,1,22,27,56,53,34,47,100,105,126,115,80,93,74,71,220,209,198,203,232,229,242,255,180,185,174,163,128,141,154,151,0,14,28,18,56,54,36,42,112,126,108,98,72,70,84,90,224,238,252,242,216,214,196,202,144,158,140,130,168,166,180,186,219,213,199,201,227,237,255,241,171,165,183,185,147,157,143,129,59,53,39,41,3,13,31,17,75,69,87,89,115,125,111,97,173,163,177,191,149,155,137,135,221,211,193,207,229,235,249,247,77,67,81,95,117,123,105,103,61,51,33,47,5,11,25,23,118,120,106,100,78,64,82,92,6,8,26,20,62,48,34,44,150,152,138,132,174,160,178,188,230,232,250,244,222,208,194,204,65,79,93,83,121,119,101,107,49,63,45,35,9,7,21,27,161,175,189,179,153,151,133,139,209,223,205,195,233,231,245,251,154,148,134,136,162,172,190,176,234,228,246,248,210,220,206,192,122,116,102,104,66,76,94,80,10,4,22,24,50,60,46,32,236,226,240,254,212,218,200,198,156,146,128,142,164,170,184,182,12,2,16,30,52,58,40,38,124,114,96,110,68,74,88,86,55,57,43,37,15,1,19,29,71,73,91,85,127,113,99,109,215,217,203,197,239,225,243,253,167,169,187,181,159,145,131,141],ve=2048,ye=16;function de(t,n,r){var i=0,e=0,u=0,o=0,f=0,s=0,c=0,h=0,a=0,l=0,v=0,y=0,d=0,w=0,_=0,g=0,p=0,k=0,S=0,I=0,b=0,m=0,A=0,E=0,R=0,O=0,D=0,T=0,P=0,N=0,F=0,C=0,W=0,j=0,M=0,B=0,U=0,L=0,V=0,x=0,H=0,G=0,z=0,K=0,X=0,$=0,q=0,Z=0,J=0,Y=0,Q=0,tt=0,nt=0,rt=0,it=0,et=0,ut=0,ot=0,ft=0,st=0,ct=0,ht=0,at=0,lt=0,vt=0,yt=0,dt=0,wt=0,_t=0,gt=0,pt=0,kt=0,St=0,It=0,bt=0,mt=0,At=0,Et=0,Rt=0,Ot=0,Dt=0,Tt=0,Pt=0,Nt=0,Ft=0,Ct=0,Wt=0,jt=0,Mt=0,Bt=0,Ut=0,Lt=0,Vt=0,xt=0,Ht=0,Gt=0,zt=0,Kt=0,Xt=0,$t=0,qt=0,Zt=0,Jt=0,Yt=0,Qt=0,tn=0,nn=0,rn=0,en=0,un=0,on=0,fn=0,sn=0,cn=0,hn=0,an=0,ln=0,vn=0,yn=0,dn=0,wn=0,_n=0,gn=0,pn=0,kn=0,Sn=0,In=0,bn=0,mn=0,An=0,En=0,Rn=0,On=0,Dn=0,Tn=0,Pn=0,Nn=0,Fn=0,Cn=0,Wn=0,jn=0,Mn=0,Bn=0,Un=0,Ln=0,Vn=0,xn=0,Hn=0,Gn=0,zn=0,Kn=0,Xn=0,$n=0,qn=0,Zn=0,Jn=0,Yn=0,Qn=0,tr=0,nr=0,rr=0,ir=0,er=0,ur=0,or=0,fr=0,sr=0,cr=0,hr=0,ar=0,lr=0,vr=0,yr=0,dr=0,wr=0,_r=0,gr=0,pr=0,kr=0,Sr=0,Ir=0,br=0,mr=0,Ar=0,Er=0,Rr=0,Or=0,Dr=0,Tr=0,Pr=0,Nr=0,Fr=0,Cr=0,Wr=0,jr=0,Mr=0,Br=0,Ur=0,Lr=0,Vr=0,xr=0,Hr=0,Gr=0,zr=0,Kr=0,Xr=0,$r=0,qr=0,Zr=0,Jr=0,Yr=0,Qr=0,ti=0,ni=0,ri=0,ii=0,ei=0,ui=0,oi=0,fi=0,si=0,ci=0,hi=0,ai=0,li=0,vi=0,yi=0,di=0,wi=0,_i=0,gi=0,pi=0,ki=0,Si=0,Ii=0,bi=0,mi=0,Ai=0,Ei=0,Ri=0,Oi=0,Di=0,Ti=0,Pi=0,Ni=0,Fi=0,Ci=0,Wi=0,ji=0,Mi=0,Bi=0,Ui=0,Li=0,Vi=0,xi=0,Hi=0,Gi=0,zi=new t.Uint8Array(r);function Ki(t,n,r,Ki,Xi,$i,qi,Zi,Ji,Yi,Qi,te,ne,re,ie,ee){t|=0,n|=0,r|=0,Ki|=0,Xi|=0,$i|=0,qi|=0,Zi|=0,Ji|=0,Yi|=0,Qi|=0,te|=0,ne|=0,re|=0,ie|=0,ee|=0;var ue=0,oe=0,fe=0,se=0,ce=0,he=0,ae=0,le=0,ve=0,ye=0,de=0,we=0,_e=0,ge=0,pe=0,ke=0,Se=256,Ie=1024,be=1280,me=1536,Ae=1792;32==(0|p)?(ue=zi[Se|t^Di]^vi,oe=zi[Se|re^xi]^yi,fe=zi[Se|Qi^Ui]^di,se=zi[Se|Zi^ji]^wi,ce=zi[Se|Xi^Fi]^_i,he=zi[Se|n^Ti]^gi,ae=zi[Se|ie^Hi]^pi,le=zi[Se|te^Li]^ki,ve=zi[Se|Ji^Mi]^Si,ye=zi[Se|$i^Ci]^Ii,de=zi[Se|r^Pi]^bi,we=zi[Se|ee^Gi]^mi,_e=zi[Se|ne^Vi]^Ai,ge=zi[Se|Yi^Bi]^Ei,pe=zi[Se|qi^Wi]^Ri,ke=zi[Se|Ki^Ni]^Oi,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Jr,oe=zi[Se|n]^Yr,fe=zi[Se|r]^Qr,se=zi[Se|Ki]^ti,ce=zi[Se|Xi]^ni,he=zi[Se|$i]^ri,ae=zi[Se|qi]^ii,le=zi[Se|Zi]^ei,ve=zi[Se|Ji]^ui,ye=zi[Se|Yi]^oi,de=zi[Se|Qi]^fi,we=zi[Se|te]^si,_e=zi[Se|ne]^ci,ge=zi[Se|re]^hi,pe=zi[Se|ie]^ai,ke=zi[Se|ee]^li,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Wr,oe=zi[Se|n]^jr,fe=zi[Se|r]^Mr,se=zi[Se|Ki]^Br,ce=zi[Se|Xi]^Ur,he=zi[Se|$i]^Lr,ae=zi[Se|qi]^Vr,le=zi[Se|Zi]^xr,ve=zi[Se|Ji]^Hr,ye=zi[Se|Yi]^Gr,de=zi[Se|Qi]^zr,we=zi[Se|te]^Kr,_e=zi[Se|ne]^Xr,ge=zi[Se|re]^$r,pe=zi[Se|ie]^qr,ke=zi[Se|ee]^Zr,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^pr,oe=zi[Se|n]^kr,fe=zi[Se|r]^Sr,se=zi[Se|Ki]^Ir,ce=zi[Se|Xi]^br,he=zi[Se|$i]^mr,ae=zi[Se|qi]^Ar,le=zi[Se|Zi]^Er,ve=zi[Se|Ji]^Rr,ye=zi[Se|Yi]^Or,de=zi[Se|Qi]^Dr,we=zi[Se|te]^Tr,_e=zi[Se|ne]^Pr,ge=zi[Se|re]^Nr,pe=zi[Se|ie]^Fr,ke=zi[Se|ee]^Cr,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^ir,oe=zi[Se|n]^er,fe=zi[Se|r]^ur,se=zi[Se|Ki]^or,ce=zi[Se|Xi]^fr,he=zi[Se|$i]^sr,ae=zi[Se|qi]^cr,le=zi[Se|Zi]^hr,ve=zi[Se|Ji]^ar,ye=zi[Se|Yi]^lr,de=zi[Se|Qi]^vr,we=zi[Se|te]^yr,_e=zi[Se|ne]^dr,ge=zi[Se|re]^wr,pe=zi[Se|ie]^_r,ke=zi[Se|ee]^gr):(ue=zi[Se|t^pr]^ir,oe=zi[Se|re^Nr]^er,fe=zi[Se|Qi^Dr]^ur,se=zi[Se|Zi^Er]^or,ce=zi[Se|Xi^br]^fr,he=zi[Se|n^kr]^sr,ae=zi[Se|ie^Fr]^cr,le=zi[Se|te^Tr]^hr,ve=zi[Se|Ji^Rr]^ar,ye=zi[Se|$i^mr]^lr,de=zi[Se|r^Sr]^vr,we=zi[Se|ee^Cr]^yr,_e=zi[Se|ne^Pr]^dr,ge=zi[Se|Yi^Or]^wr,pe=zi[Se|qi^Ar]^_r,ke=zi[Se|Ki^Ir]^gr),t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Vn,oe=zi[Se|n]^xn,fe=zi[Se|r]^Hn,se=zi[Se|Ki]^Gn,ce=zi[Se|Xi]^zn,he=zi[Se|$i]^Kn,ae=zi[Se|qi]^Xn,le=zi[Se|Zi]^$n,ve=zi[Se|Ji]^qn,ye=zi[Se|Yi]^Zn,de=zi[Se|Qi]^Jn,we=zi[Se|te]^Yn,_e=zi[Se|ne]^Qn,ge=zi[Se|re]^tr,pe=zi[Se|ie]^nr,ke=zi[Se|ee]^rr,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^An,oe=zi[Se|n]^En,fe=zi[Se|r]^Rn,se=zi[Se|Ki]^On,ce=zi[Se|Xi]^Dn,he=zi[Se|$i]^Tn,ae=zi[Se|qi]^Pn,le=zi[Se|Zi]^Nn,ve=zi[Se|Ji]^Fn,ye=zi[Se|Yi]^Cn,de=zi[Se|Qi]^Wn,we=zi[Se|te]^jn,_e=zi[Se|ne]^Mn,ge=zi[Se|re]^Bn,pe=zi[Se|ie]^Un,ke=zi[Se|ee]^Ln,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^cn,oe=zi[Se|n]^hn,fe=zi[Se|r]^an,se=zi[Se|Ki]^ln,ce=zi[Se|Xi]^vn,he=zi[Se|$i]^yn,ae=zi[Se|qi]^dn,le=zi[Se|Zi]^wn,ve=zi[Se|Ji]^_n,ye=zi[Se|Yi]^gn,de=zi[Se|Qi]^pn,we=zi[Se|te]^kn,_e=zi[Se|ne]^Sn,ge=zi[Se|re]^In,pe=zi[Se|ie]^bn,ke=zi[Se|ee]^mn,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Kt,oe=zi[Se|n]^Xt,fe=zi[Se|r]^$t,se=zi[Se|Ki]^qt,ce=zi[Se|Xi]^Zt,he=zi[Se|$i]^Jt,ae=zi[Se|qi]^Yt,le=zi[Se|Zi]^Qt,ve=zi[Se|Ji]^tn,ye=zi[Se|Yi]^nn,de=zi[Se|Qi]^rn,we=zi[Se|te]^en,_e=zi[Se|ne]^un,ge=zi[Se|re]^on,pe=zi[Se|ie]^fn,ke=zi[Se|ee]^sn,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Tt,oe=zi[Se|n]^Pt,fe=zi[Se|r]^Nt,se=zi[Se|Ki]^Ft,ce=zi[Se|Xi]^Ct,he=zi[Se|$i]^Wt,ae=zi[Se|qi]^jt,le=zi[Se|Zi]^Mt,ve=zi[Se|Ji]^Bt,ye=zi[Se|Yi]^Ut,de=zi[Se|Qi]^Lt,we=zi[Se|te]^Vt,_e=zi[Se|ne]^xt,ge=zi[Se|re]^Ht,pe=zi[Se|ie]^Gt,ke=zi[Se|ee]^zt,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^yt,oe=zi[Se|n]^dt,fe=zi[Se|r]^wt,se=zi[Se|Ki]^_t,ce=zi[Se|Xi]^gt,he=zi[Se|$i]^pt,ae=zi[Se|qi]^kt,le=zi[Se|Zi]^St,ve=zi[Se|Ji]^It,ye=zi[Se|Yi]^bt,de=zi[Se|Qi]^mt,we=zi[Se|te]^At,_e=zi[Se|ne]^Et,ge=zi[Se|re]^Rt,pe=zi[Se|ie]^Ot,ke=zi[Se|ee]^Dt,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^Y,oe=zi[Se|n]^Q,fe=zi[Se|r]^tt,se=zi[Se|Ki]^nt,ce=zi[Se|Xi]^rt,he=zi[Se|$i]^it,ae=zi[Se|qi]^et,le=zi[Se|Zi]^ut,ve=zi[Se|Ji]^ot,ye=zi[Se|Yi]^ft,de=zi[Se|Qi]^st,we=zi[Se|te]^ct,_e=zi[Se|ne]^ht,ge=zi[Se|re]^at,pe=zi[Se|ie]^lt,ke=zi[Se|ee]^vt,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],ue=zi[Se|t]^j,oe=zi[Se|n]^M,fe=zi[Se|r]^B,se=zi[Se|Ki]^U,ce=zi[Se|Xi]^L,he=zi[Se|$i]^V,ae=zi[Se|qi]^x,le=zi[Se|Zi]^H,ve=zi[Se|Ji]^G,ye=zi[Se|Yi]^z,de=zi[Se|Qi]^K,we=zi[Se|te]^X,_e=zi[Se|ne]^$,ge=zi[Se|re]^q,pe=zi[Se|ie]^Z,ke=zi[Se|ee]^J,t=zi[Ae|ue]^zi[be|oe]^zi[me|fe]^zi[Ie|se],n=zi[Ie|_e]^zi[Ae|ge]^zi[be|pe]^zi[me|ke],r=zi[me|ve]^zi[Ie|ye]^zi[Ae|de]^zi[be|we],Ki=zi[be|ce]^zi[me|he]^zi[Ie|ae]^zi[Ae|le],Xi=zi[Ae|ce]^zi[be|he]^zi[me|ae]^zi[Ie|le],$i=zi[Ie|ue]^zi[Ae|oe]^zi[be|fe]^zi[me|se],qi=zi[me|_e]^zi[Ie|ge]^zi[Ae|pe]^zi[be|ke],Zi=zi[be|ve]^zi[me|ye]^zi[Ie|de]^zi[Ae|we],Ji=zi[Ae|ve]^zi[be|ye]^zi[me|de]^zi[Ie|we],Yi=zi[Ie|ce]^zi[Ae|he]^zi[be|ae]^zi[me|le],Qi=zi[me|ue]^zi[Ie|oe]^zi[Ae|fe]^zi[be|se],te=zi[be|_e]^zi[me|ge]^zi[Ie|pe]^zi[Ae|ke],ne=zi[Ae|_e]^zi[be|ge]^zi[me|pe]^zi[Ie|ke],re=zi[Ie|ve]^zi[Ae|ye]^zi[be|de]^zi[me|we],ie=zi[me|ce]^zi[Ie|he]^zi[Ae|ae]^zi[be|le],ee=zi[be|ue]^zi[me|oe]^zi[Ie|fe]^zi[Ae|se],i=zi[Se|t]^k,e=zi[Se|n]^S,u=zi[Se|r]^I,o=zi[Se|Ki]^b,f=zi[Se|Xi]^m,s=zi[Se|$i]^A,c=zi[Se|qi]^E,h=zi[Se|Zi]^R,a=zi[Se|Ji]^O,l=zi[Se|Yi]^D,v=zi[Se|Qi]^T,y=zi[Se|te]^P,d=zi[Se|ne]^N,w=zi[Se|re]^F,_=zi[Se|ie]^C,g=zi[Se|ee]^W}return{iv:function(t,n,r,p,k,S,I,b,m,A,E,R,O,D,T,P){i=t|=0,e=n|=0,u=r|=0,o=p|=0,f=k|=0,s=S|=0,c=I|=0,h=b|=0,a=m|=0,l=A|=0,v=E|=0,y=R|=0,d=O|=0,w=D|=0,_=T|=0,g=P|=0},sv:function(t,n,r,i,e,u,o,f,s,c,h,a,l,v,y,d){S=n|=0,I=r|=0,b=i|=0,m=e|=0,A=u|=0,E=o|=0,R=f|=0,O=s|=0,D=c|=0,T=h|=0,P=a|=0,N=l|=0,C=y|=0,W=d|=0,p=16,j=(k=t|=0)^zi[0|(F=v|=0)]^1,M=S^zi[0|C],B=I^zi[0|W],U=b^zi[0|N],$=N^(G=O^(L=m^j)),Z=C^(K=T^(x=E^B)),J=W^(X=P^(H=R^U)),Y=j^zi[0|(q=F^(z=D^(V=A^M)))]^2,Q=M^zi[0|Z],tt=B^zi[0|J],nt=U^zi[0|$],ht=$^(ot=G^(rt=L^Y)),lt=Z^(st=K^(et=x^tt)),vt=J^(ct=X^(ut=H^nt)),yt=Y^zi[0|(at=q^(ft=z^(it=V^Q)))]^4,dt=Q^zi[0|lt],wt=tt^zi[0|vt],_t=nt^zi[0|ht],Et=ht^(It=ot^(gt=rt^yt)),Ot=lt^(mt=st^(kt=et^wt)),Dt=vt^(At=ct^(St=ut^_t)),Tt=yt^zi[0|(Rt=at^(bt=ft^(pt=it^dt)))]^8,Pt=dt^zi[0|Ot],Nt=wt^zi[0|Dt],Ft=_t^zi[0|Et],xt=Et^(Bt=It^(Ct=gt^Tt)),Gt=Ot^(Lt=mt^(jt=kt^Nt)),zt=Dt^(Vt=At^(Mt=St^Ft)),Kt=Tt^zi[0|(Ht=Rt^(Ut=bt^(Wt=pt^Pt)))]^16,Xt=Pt^zi[0|Gt],$t=Nt^zi[0|zt],qt=Ft^zi[0|xt],un=xt^(tn=Bt^(Zt=Ct^Kt)),fn=Gt^(rn=Lt^(Yt=jt^$t)),sn=zt^(en=Vt^(Qt=Mt^qt)),cn=Kt^zi[0|(on=Ht^(nn=Ut^(Jt=Wt^Xt)))]^32,hn=Xt^zi[0|fn],an=$t^zi[0|sn],ln=qt^zi[0|un],Sn=un^(_n=tn^(vn=Zt^cn)),bn=fn^(pn=rn^(dn=Yt^an)),mn=sn^(kn=en^(wn=Qt^ln)),An=cn^zi[0|(In=on^(gn=nn^(yn=Jt^hn)))]^64,En=hn^zi[0|bn],Rn=an^zi[0|mn],On=ln^zi[0|Sn],Mn=Sn^(Fn=_n^(Dn=vn^An)),Un=bn^(Wn=pn^(Pn=dn^Rn)),Ln=mn^(jn=kn^(Nn=wn^On)),Vn=An^zi[0|(Bn=In^(Cn=gn^(Tn=yn^En)))]^128,xn=En^zi[0|Un],Hn=Rn^zi[0|Ln],Gn=On^zi[0|Mn],Qn=Mn^(qn=Fn^(zn=Dn^Vn)),nr=Un^(Jn=Wn^(Xn=Pn^Hn)),rr=Ln^(Yn=jn^($n=Nn^Gn)),ir=Vn^zi[0|(tr=Bn^(Zn=Cn^(Kn=Tn^xn)))]^27,er=xn^zi[0|nr],ur=Hn^zi[0|rr],or=Gn^zi[0|Qn],dr=Qn^(ar=qn^(fr=zn^ir)),_r=nr^(vr=Jn^(cr=Xn^ur)),gr=rr^(yr=Yn^(hr=$n^or)),pr=ir^zi[0|(wr=tr^(lr=Zn^(sr=Kn^er)))]^54,kr=er^zi[0|_r],Sr=ur^zi[0|gr],Ir=or^zi[0|dr],Pr=dr^(Rr=ar^(br=fr^pr)),Nr=wr^(Or=lr^(mr=sr^kr)),Fr=_r^(Dr=vr^(Ar=cr^Sr)),Cr=gr^(Tr=yr^(Er=hr^Ir))},cv:function(t,n){n|=0;var r=0,p=0,k=0,S=0,I=0,b=0,m=0,A=0,E=0,R=0,O=0,D=0,T=0,P=0,N=0,F=0,C=0;if(15&(t|=0))return-1;for(r=i,p=e,k=u,S=o,I=f,b=s,m=c,A=h,E=a,R=l,O=v,D=y,T=d,P=w,N=_,F=g;(0|n)>=16;)Ki(0|zi[t],0|zi[1|t],0|zi[2|t],0|zi[3|t],0|zi[4|t],0|zi[5|t],0|zi[6|t],0|zi[7|t],0|zi[8|t],0|zi[9|t],0|zi[10|t],0|zi[11|t],0|zi[12|t],0|zi[13|t],0|zi[14|t],0|zi[15|t]),i^=r,r=0|zi[t],e^=p,p=0|zi[1|t],u^=k,k=0|zi[2|t],o^=S,S=0|zi[3|t],f^=I,I=0|zi[4|t],s^=b,b=0|zi[5|t],c^=m,m=0|zi[6|t],h^=A,A=0|zi[7|t],a^=E,E=0|zi[8|t],l^=R,R=0|zi[9|t],v^=O,O=0|zi[10|t],y^=D,D=0|zi[11|t],d^=T,T=0|zi[12|t],w^=P,P=0|zi[13|t],_^=N,N=0|zi[14|t],g^=F,F=0|zi[15|t],zi[t]=i,zi[1|t]=e,zi[2|t]=u,zi[3|t]=o,zi[4|t]=f,zi[5|t]=s,zi[6|t]=c,zi[7|t]=h,zi[8|t]=a,zi[9|t]=l,zi[10|t]=v,zi[11|t]=y,zi[12|t]=d,zi[13|t]=w,zi[14|t]=_,zi[15|t]=g,t=t+16|0,n=n-16|0,C=C+16|0;return i=r,e=p,u=k,o=S,f=I,s=b,c=m,h=A,a=E,l=R,v=O,y=D,d=T,w=P,_=N,g=F,0|C}}}function we(t){return new _(t).set(le),de({Uint8Array:_},0,t)}var _e=new _(1048576),ge=function(){function t(t){this.av=!0,this.Xut=ve,this.lv=0,this.dv=null,this.gv=new ue,this.kv=new ue,this.jv=new ue;var n=t.ty||4096;if(n<=0||n%4096)throw new ae("CAD1409","Invalid heap size");this.ny=t.ny||new _(n),this.hy=t.hy||we(this.ny.buffer),this.sr(t)}var n=t.prototype;return n.ky=function(t){var n=t.my;this.dv=null,this.Xut=ve,this.lv=0;var r=new _(16);return n&&(n.length>16&&(n=he(n,0,16)),r.set(n,16-n.length),this.hy.sv(r[0],r[1],r[2],r[3],r[4],r[5],r[6],r[7],r[8],r[9],r[10],r[11],r[12],r[13],r[14],r[15])),this},n.gd=function(t){var n=new _(ye);if(t){0;var r=t.length>ye?he(t,0,ye):t;n.set(r,ye-r.length)}this.hy.iv(n[0],n[1],n[2],n[3],n[4],n[5],n[6],n[7],n[8],n[9],n[10],n[11],n[12],n[13],n[14],n[15])},n.sr=function(t){this.ky(t);var n=t.av;return this.av=void 0===n||Boolean(n),this.gd(t.CEt),this},n.Ad=function(t,n,r,i,e){var u=t.byteLength-n,o=u<e?u:e;return t.set(new _(r.buffer||r,i,o),n),o},n.tw=function(t){for(var n=t.byteOffset||0,r=t.byteLength||t.length||0,i=this.hy,e=this.ny,u=this.av,o=this.Xut,f=this.lv,s=0,c=ye*v.floor((f+r)/ye),h=0,a=this.gv.nv(c);r>0;)f+=h=this.Ad(e,o+f,t,n,r),n+=h,r-=h,h=i.cv(o,f-(u&&0===r&&f%ye==0?ye:0)),a.set(e.subarray(o,o+h),s),s+=h,h<f?(o+=h,f-=h):(o=ve,f=0);return this.dv=a.subarray(0,s),this.Xut=o,this.lv=f,this},n.rw=function(){var t,n=this.hy,r=this.ny,i=this.av,e=this.Xut,u=this.lv,o=this.kv.nv(u);if(0===u){if(i)throw new ae("DAC1559","Invalid padding");return this.dv=new _(0),this.Xut=ve,this.lv=0,this}if(u%ye!=0)throw new ae("DAC1563","Invalid data length");return u>0&&(n.cv(e,u),o.set(r.subarray(e,e+u))),i&&(t=o[u-1],o=o.subarray(0,u-t)),this.dv=o.subarray(0,u),this.Xut=ve,this.lv=0,this},n.VCt=function(t){var n=this.tw(t).dv,r=this.rw().dv,i=n.length+r.length,e=this.jv.nv(i);return e.set(n),r.length>0&&e.set(r,n.length),this.dv=e.subarray(0,i),this},t}(),pe=new ge({ny:_e,hy:we(_e.buffer)});var ke,Se,Ie,be=self;function me(t,n){return void 0===ke&&(ke=function(){var t=new _(1);try{return be.postMessage(t,[t.buffer]),0===t.byteLength}catch(t){return!1}}()),n&&ke?be.postMessage(t,n):be.postMessage(t)}!function(t){t.BLt="VCt",t.OLt="lxt"}(Se||(Se={})),function(t){t.LLt="MLt",t.FLt="ULt"}(Ie||(Ie={}));var Ae=self;function Ee(t,n,r){Ae.postMessage({$Lt:Ie.FLt,JLt:t,eMt:(null==n?void 0:n.code)||r||"DAW0008",iMt:(null==n?void 0:n.message)||""})}var Re,Oe=[];function De(t){for(var n=0;n<Oe.length;n++){if(Oe[n].QLt===t)return void Vi(Oe,n)}}function Te(){Oe.length?Re||(Re=o(Pe,0)):(f(Re),Re=void 0)}function Pe(){Re&&(f(Re),Re=void 0),Oe.length&&function(t){var n,r=t.GLt,i=t.QLt,e=t.KLt,u=t.YLt,o=t.jLt;try{if(r!==Se.BLt)return Ee(i,new ae("DAW0042","Unknown message type"));try{n=function(t,n,r,i){if(void 0===t)throw new ae("CAD1600","Missing data");if(void 0===n)throw new ae("CAD1603","Missing key");return pe.sr({my:n,av:r,CEt:i}).VCt(t).dv}(e,u,!0,o)}catch(t){return Ee(i,t,"DAW0033")}try{return me({$Lt:Ie.LLt,JLt:i,tMt:n},[n.buffer])}catch(t){return Ee(i,t,"DAW0038")}}catch(t){return Ee(i,t,"DAW0045")}}(Oe.shift()),Te()}Ae.addEventListener("message",(function(t){var n=t.data;if(n.GLt===Se.OLt)!function(t){for(var n=0;n<t.length;n++)De(t[n])}(n.sw);else!function(t){Oe.push(t)}(n);Te()}),!1),Ae.postMessage({DLt:"8.1.0"})}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof a?a:"undefined"!=typeof global?global:this);
|