bugstash 0.1.22 → 0.1.23
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/dist/index.cjs +48 -50
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +48 -50
- package/dist/index.js.map +1 -1
- package/package.json +4 -2
package/dist/index.cjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
"use strict";var
|
|
2
|
-
${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{return String(e)}return String(e)})}function
|
|
1
|
+
"use strict";var dn=Object.defineProperty;var Zi=Object.getOwnPropertyDescriptor;var qi=Object.getOwnPropertyNames;var ji=Object.prototype.hasOwnProperty;var Al=(A,e)=>{for(var t in e)dn(A,t,{get:e[t],enumerable:!0})},el=(A,e,t,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of qi(e))!ji.call(A,n)&&n!==t&&dn(A,n,{get:()=>e[n],enumerable:!(r=Zi(e,n))||r.enumerable});return A};var tl=A=>el(dn({},"__esModule",{value:!0}),A);var mf={};Al(mf,{BugStash:()=>Wi,default:()=>Cf});module.exports=tl(mf);var st=[],Ks=50,ot=null,at=null,it=null,lt=null;function zt(A){if(A.id)return`#${A.id}`;let e=A.tagName.toLowerCase(),t=A.className&&typeof A.className=="string"?"."+A.className.trim().split(/\s+/).slice(0,2).join("."):"",r=(A.textContent||"").trim().slice(0,30),n=r?` "${r}"`:"";return`${e}${t}${n}`}function vA(A){st.push(A),st.length>Ks&&st.shift()}function Ss(A){A&&(Ks=A),ot=t=>{let r=t.target;!r||!r.tagName||vA({type:"click",category:"ui",message:`Clicked ${zt(r)}`,timestamp:Date.now(),data:{x:t.clientX,y:t.clientY,selector:zt(r)}})},document.addEventListener("click",ot,!0);let e=new WeakMap;at=t=>{let r=t.target;if(!r||!r.tagName)return;let n=r.tagName.toLowerCase();if(n!=="input"&&n!=="textarea"&&n!=="select")return;let s=e.get(r);s&&clearTimeout(s),e.set(r,window.setTimeout(()=>{let o=r instanceof HTMLInputElement&&r.type==="password";vA({type:"input",category:"ui",message:`Input ${zt(r)}`,timestamp:Date.now(),data:{selector:zt(r),value:o?"[redacted]":void 0}})},300))},document.addEventListener("input",at,!0),it=()=>{vA({type:"navigation",category:"navigation",message:`Navigated to ${window.location.pathname}`,timestamp:Date.now(),data:{url:window.location.href}})},window.addEventListener("popstate",it),lt=()=>{vA({type:"navigation",category:"navigation",message:`Hash changed to ${window.location.hash}`,timestamp:Date.now(),data:{url:window.location.href}})},window.addEventListener("hashchange",lt),vA({type:"navigation",category:"navigation",message:`Page loaded: ${window.location.pathname}`,timestamp:Date.now(),data:{url:window.location.href}})}function Ie(){return[...st]}function Ts(){st=[]}function Ds(){ot&&document.removeEventListener("click",ot,!0),at&&document.removeEventListener("input",at,!0),it&&window.removeEventListener("popstate",it),lt&&window.removeEventListener("hashchange",lt),ot=null,at=null,it=null,lt=null}var fn="[REDACTED]",rl=[[/\b(?:\d[ -]*?){13,19}\b/g,"[CC_REDACTED]"],[/\b\d{3}-\d{2}-\d{4}\b/g,"[SSN_REDACTED]"],[/Bearer\s+[A-Za-z0-9\-._~+/]+=*/g,"Bearer [TOKEN_REDACTED]"],[/eyJ[A-Za-z0-9_-]+\.eyJ[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+/g,"[JWT_REDACTED]"],[/(?:api[_-]?key|apikey|secret|token|password|passwd|authorization)['":\s=]+['"]?([A-Za-z0-9\-._~+/]{20,})['"]?/gi,A=>{let e=A.search(/[=:]/);return A.slice(0,e+1)+" "+fn}],[/AKIA[0-9A-Z]{16}/g,"[AWS_KEY_REDACTED]"],[/"(?:password|passwd|secret|token|access_token|refresh_token|api_key|apiKey|private_key)":\s*"[^"]*"/gi,A=>{let e=A.indexOf(":");return A.slice(0,e+1)+' "'+fn+'"'}]];function Le(A){let e=A;for(let[t,r]of rl)e=e.replace(t,r);return e}function ks(A){return A.map(Le)}function $t(A){if(typeof A=="string")return Le(A);if(Array.isArray(A))return A.map($t);if(A&&typeof A=="object"){let e={};for(let[t,r]of Object.entries(A)){let n=t.toLowerCase();n.includes("password")||n.includes("secret")||n.includes("token")||n.includes("apikey")||n.includes("api_key")||n.includes("private")?e[t]=fn:e[t]=$t(r)}return e}return A}var Zt={log:console.log,warn:console.warn,error:console.error,debug:console.debug,info:console.info},ct=[],Ms=50;function nl(A){return A.map(e=>{if(e instanceof Error)return`${e.name}: ${e.message}
|
|
2
|
+
${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{return String(e)}return String(e)})}function sl(A,e){let t={level:A,args:ks(nl(e)),timestamp:Date.now()};A==="error"&&(t.stack=new Error().stack?.split(`
|
|
3
3
|
`).slice(2).join(`
|
|
4
|
-
`)),lt.push(t),lt.length>Ds&<.shift(),UA({type:"console",category:`console.${A}`,message:t.args.join(" ").slice(0,200),timestamp:t.timestamp})}function ks(A){A&&(Ds=A);for(let e of Object.keys($t))console[e]=function(...t){Zi(e,t),$t[e].apply(console,t)}}function jA(){return[...lt]}function Ms(){lt=[]}function Os(){for(let A of Object.keys($t))console[A]=$t[A]}var Ke=[],Rs=50,Zt,qt,jt;function dn(A){Ke.push(A),Ke.length>Rs&&Ke.shift(),UA({type:"network",category:A.failed?"network.error":"network.ok",message:`${A.method} ${A.url} \u2192 ${A.status} (${A.duration}ms)`,timestamp:A.timestamp,data:{status:A.status,duration:A.duration}})}function Ns(A){try{let e=new URL(A,window.location.origin),t=new URLSearchParams(e.search);for(let n of t.keys()){let s=n.toLowerCase();(s.includes("token")||s.includes("key")||s.includes("secret")||s.includes("password")||s.includes("auth"))&&t.set(n,"[REDACTED]")}let r=t.toString();return e.pathname+(r?"?"+r:"")}catch{return Le(A)}}function qi(){Zt=window.fetch,window.fetch=async function(A,e){let t=e?.method?.toUpperCase()??"GET",r=typeof A=="string"?A:A instanceof URL?A.href:A.url,n=Ns(r),s=Date.now();try{let a=await Zt.call(window,A,e);return dn({method:t,url:n,status:a.status,statusText:a.statusText,duration:Date.now()-s,responseType:a.headers.get("content-type")??void 0,timestamp:s,failed:a.status>=400}),a}catch(a){throw dn({method:t,url:n,status:0,statusText:"Network Error",duration:Date.now()-s,timestamp:s,failed:!0}),a}}}function ji(){qt=XMLHttpRequest.prototype.open,jt=XMLHttpRequest.prototype.send,XMLHttpRequest.prototype.open=function(A,e,...t){return this.__bs_method=A.toUpperCase(),this.__bs_url=Ns(typeof e=="string"?e:e.href),qt.apply(this,[A,e,...t])},XMLHttpRequest.prototype.send=function(A){let e=Date.now();return this.addEventListener("loadend",function(){dn({method:this.__bs_method??"GET",url:this.__bs_url??"",status:this.status,statusText:this.statusText,duration:Date.now()-e,responseType:this.getResponseHeader("content-type")??void 0,timestamp:e,failed:this.status>=400||this.status===0})}),jt.call(this,A)}}function Gs(A){A&&(Rs=A),qi(),ji()}function Se(){return[...Ke]}function le(){return Ke.filter(A=>A.failed)}function Ps(){Ke=[]}function Vs(){Zt&&(window.fetch=Zt),qt&&(XMLHttpRequest.prototype.open=qt),jt&&(XMLHttpRequest.prototype.send=jt)}var Ar=[],ct=null,Bt=null;function _s(){ct=A=>{let e={message:A.message||"Unknown error",source:A.filename,lineno:A.lineno,colno:A.colno,stack:A.error?.stack,type:"error",timestamp:Date.now()};Ar.push(e),UA({type:"error",category:"exception",message:e.message,timestamp:e.timestamp,data:{source:e.source,lineno:e.lineno}})},Bt=A=>{let e=A.reason,t=e instanceof Error?e.message:typeof e=="string"?e:"Unhandled promise rejection",r={message:t,stack:e instanceof Error?e.stack:void 0,type:"unhandledrejection",timestamp:Date.now()};Ar.push(r),UA({type:"error",category:"promise",message:t,timestamp:r.timestamp})},window.addEventListener("error",ct),window.addEventListener("unhandledrejection",Bt)}function Ae(){return[...Ar]}function Xs(){Ar=[]}function Js(){ct&&window.removeEventListener("error",ct),Bt&&window.removeEventListener("unhandledrejection",Bt),ct=null,Bt=null}var Y=null,er=null,tr=null,rr=null;function Ws(){if(Y={timestamp:Date.now()},performance.getEntriesByType){let A=()=>{let[e]=performance.getEntriesByType("navigation");e&&Y&&(Y.pageLoadTime=Math.round(e.loadEventEnd-e.startTime),Y.domContentLoaded=Math.round(e.domContentLoadedEventEnd-e.startTime));let t=performance.getEntriesByType("paint");for(let n of t)n.name==="first-paint"&&Y&&(Y.firstPaint=Math.round(n.startTime)),n.name==="first-contentful-paint"&&Y&&(Y.firstContentfulPaint=Math.round(n.startTime));Y&&(Y.resourceCount=performance.getEntriesByType("resource").length);let r=performance.memory;r&&Y&&(Y.memoryUsage={usedJSHeapSize:r.usedJSHeapSize,totalJSHeapSize:r.totalJSHeapSize})};document.readyState==="complete"?setTimeout(A,0):window.addEventListener("load",()=>setTimeout(A,100))}if(typeof PerformanceObserver<"u"){try{er=new PerformanceObserver(A=>{let e=A.getEntries(),t=e[e.length-1];t&&Y&&(Y.largestContentfulPaint=Math.round(t.startTime))}),er.observe({type:"largest-contentful-paint",buffered:!0})}catch{}try{let A=0;tr=new PerformanceObserver(e=>{for(let t of e.getEntries())t.hadRecentInput||(A+=t.value);Y&&(Y.cumulativeLayoutShift=Math.round(A*1e3)/1e3)}),tr.observe({type:"layout-shift",buffered:!0})}catch{}try{rr=new PerformanceObserver(A=>{let[e]=A.getEntries();e&&Y&&(Y.firstInputDelay=Math.round(e.processingStart-e.startTime))}),rr.observe({type:"first-input",buffered:!0})}catch{}}}function Te(){return Y&&(Y.timestamp=Date.now()),Y?{...Y}:null}function Ys(){er?.disconnect(),tr?.disconnect(),rr?.disconnect(),er=null,tr=null,rr=null,Y=null}var kn=function(A,e){return kn=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])},kn(A,e)};function VA(A,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");kn(A,e);function t(){this.constructor=A}A.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}var Mn=function(){return Mn=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s])}return e},Mn.apply(this,arguments)};function bA(A,e,t,r){function n(s){return s instanceof t?s:new t(function(a){a(s)})}return new(t||(t=Promise))(function(s,a){function i(c){try{l(r.next(c))}catch(B){a(B)}}function o(c){try{l(r.throw(c))}catch(B){a(B)}}function l(c){c.done?s(c.value):n(c.value).then(i,o)}l((r=r.apply(A,e||[])).next())})}function pA(A,e){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,n,s,a;return a={next:i(0),throw:i(1),return:i(2)},typeof Symbol=="function"&&(a[Symbol.iterator]=function(){return this}),a;function i(l){return function(c){return o([l,c])}}function o(l){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,n&&(s=l[0]&2?n.return:l[0]?n.throw||((s=n.return)&&s.call(n),0):n.next)&&!(s=s.call(n,l[1])).done)return s;switch(n=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return t.label++,{value:l[1],done:!1};case 5:t.label++,n=l[1],l=[0];continue;case 7:l=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){t=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){t.label=l[1];break}if(l[0]===6&&t.label<s[1]){t.label=s[1],s=l;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(l);break}s[2]&&t.ops.pop(),t.trys.pop();continue}l=e.call(A,t)}catch(c){l=[6,c],n=0}finally{r=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function nr(A,e,t){if(t||arguments.length===2)for(var r=0,n=e.length,s;r<n;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return A.concat(s||e)}var ne=(function(){function A(e,t,r,n){this.left=e,this.top=t,this.width=r,this.height=n}return A.prototype.add=function(e,t,r,n){return new A(this.left+e,this.top+t,this.width+r,this.height+n)},A.fromClientRect=function(e,t){return new A(t.left+e.windowBounds.left,t.top+e.windowBounds.top,t.width,t.height)},A.fromDOMRectList=function(e,t){var r=Array.from(t).find(function(n){return n.width!==0});return r?new A(r.left+e.windowBounds.left,r.top+e.windowBounds.top,r.width,r.height):A.EMPTY},A.EMPTY=new A(0,0,0,0),A})(),kr=function(A,e){return ne.fromClientRect(A,e.getBoundingClientRect())},Al=function(A){var e=A.body,t=A.documentElement;if(!e||!t)throw new Error("Unable to get document size");var r=Math.max(Math.max(e.scrollWidth,t.scrollWidth),Math.max(e.offsetWidth,t.offsetWidth),Math.max(e.clientWidth,t.clientWidth)),n=Math.max(Math.max(e.scrollHeight,t.scrollHeight),Math.max(e.offsetHeight,t.offsetHeight),Math.max(e.clientHeight,t.clientHeight));return new ne(0,0,r,n)},Mr=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=A.charCodeAt(t++);(s&64512)===56320?e.push(((n&1023)<<10)+(s&1023)+65536):(e.push(n),t--)}else e.push(n)}return e},Z=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var a=A[n];a<=65535?r.push(a):(a-=65536,r.push((a>>10)+55296,a%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},zs="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",el=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(ut=0;ut<zs.length;ut++)el[zs.charCodeAt(ut)]=ut;var ut,$s="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ct=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(gt=0;gt<$s.length;gt++)Ct[$s.charCodeAt(gt)]=gt;var gt,tl=function(A){var e=A.length*.75,t=A.length,r,n=0,s,a,i,o;A[A.length-1]==="="&&(e--,A[A.length-2]==="="&&e--);var l=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(e):new Array(e),c=Array.isArray(l)?l:new Uint8Array(l);for(r=0;r<t;r+=4)s=Ct[A.charCodeAt(r)],a=Ct[A.charCodeAt(r+1)],i=Ct[A.charCodeAt(r+2)],o=Ct[A.charCodeAt(r+3)],c[n++]=s<<2|a>>4,c[n++]=(a&15)<<4|i>>2,c[n++]=(i&3)<<6|o&63;return l},rl=function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t},nl=function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t},ye=5,ss=11,fn=2,sl=ss-ye,Ya=65536>>ye,al=1<<ye,pn=al-1,ol=1024>>ye,il=Ya+ol,ll=il,cl=32,Bl=ll+cl,ul=65536>>ss,gl=1<<sl,dl=gl-1,Zs=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},fl=function(A,e,t){return A.slice?A.slice(e,t):new Uint32Array(Array.prototype.slice.call(A,e,t))},pl=function(A,e){var t=tl(A),r=Array.isArray(t)?nl(t):new Uint32Array(t),n=Array.isArray(t)?rl(t):new Uint16Array(t),s=24,a=Zs(n,s/2,r[4]/2),i=r[5]===2?Zs(n,(s+r[4])/2):fl(r,Math.ceil((s+r[4])/4));return new wl(r[0],r[1],r[2],r[3],a,i)},wl=(function(){function A(e,t,r,n,s,a){this.initialValue=e,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=a}return A.prototype.get=function(e){var t;if(e>=0){if(e<55296||e>56319&&e<=65535)return t=this.index[e>>ye],t=(t<<fn)+(e&pn),this.data[t];if(e<=65535)return t=this.index[Ya+(e-55296>>ye)],t=(t<<fn)+(e&pn),this.data[t];if(e<this.highStart)return t=Bl-ul+(e>>ss),t=this.index[t],t+=e>>ye&dl,t=this.index[t],t=(t<<fn)+(e&pn),this.data[t];if(e<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A})(),qs="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",hl=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(dt=0;dt<qs.length;dt++)hl[qs.charCodeAt(dt)]=dt;var dt,bl="KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF8AZwBgAGgAcQB5AHUAfQCFAI0AlQCdAKIAqgCyALoAYABoAGAAaABgAGgAwgDKAGAAaADGAM4A0wDbAOEA6QDxAPkAAQEJAQ8BFwF1AH0AHAEkASwBNAE6AUIBQQFJAVEBWQFhAWgBcAF4ATAAgAGGAY4BlQGXAZ8BpwGvAbUBvQHFAc0B0wHbAeMB6wHxAfkBAQIJAvEBEQIZAiECKQIxAjgCQAJGAk4CVgJeAmQCbAJ0AnwCgQKJApECmQKgAqgCsAK4ArwCxAIwAMwC0wLbAjAA4wLrAvMC+AIAAwcDDwMwABcDHQMlAy0DNQN1AD0DQQNJA0kDSQNRA1EDVwNZA1kDdQB1AGEDdQBpA20DdQN1AHsDdQCBA4kDkQN1AHUAmQOhA3UAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AKYDrgN1AHUAtgO+A8YDzgPWAxcD3gPjA+sD8wN1AHUA+wMDBAkEdQANBBUEHQQlBCoEFwMyBDgEYABABBcDSARQBFgEYARoBDAAcAQzAXgEgASIBJAEdQCXBHUAnwSnBK4EtgS6BMIEyAR1AHUAdQB1AHUAdQCVANAEYABgAGAAYABgAGAAYABgANgEYADcBOQEYADsBPQE/AQEBQwFFAUcBSQFLAU0BWQEPAVEBUsFUwVbBWAAYgVgAGoFcgV6BYIFigWRBWAAmQWfBaYFYABgAGAAYABgAKoFYACxBbAFuQW6BcEFwQXHBcEFwQXPBdMF2wXjBeoF8gX6BQIGCgYSBhoGIgYqBjIGOgZgAD4GRgZMBmAAUwZaBmAAYABgAGAAYABgAGAAYABgAGAAYABgAGIGYABpBnAGYABgAGAAYABgAGAAYABgAGAAYAB4Bn8GhQZgAGAAYAB1AHcDFQSLBmAAYABgAJMGdQA9A3UAmwajBqsGqwaVALMGuwbDBjAAywbSBtIG1QbSBtIG0gbSBtIG0gbdBuMG6wbzBvsGAwcLBxMHAwcbByMHJwcsBywHMQcsB9IGOAdAB0gHTgfSBkgHVgfSBtIG0gbSBtIG0gbSBtIG0gbSBiwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdgAGAALAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdbB2MHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB2kH0gZwB64EdQB1AHUAdQB1AHUAdQB1AHUHfQdgAIUHjQd1AHUAlQedB2AAYAClB6sHYACzB7YHvgfGB3UAzgfWBzMB3gfmB1EB7gf1B/0HlQENAQUIDQh1ABUIHQglCBcDLQg1CD0IRQhNCEEDUwh1AHUAdQBbCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIcAh3CHoIMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIgggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAALAcsBywHLAcsBywHLAcsBywHLAcsB4oILAcsB44I0gaWCJ4Ipgh1AHUAqgiyCHUAdQB1AHUAdQB1AHUAdQB1AHUAtwh8AXUAvwh1AMUIyQjRCNkI4AjoCHUAdQB1AO4I9gj+CAYJDgkTCS0HGwkjCYIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiAAIAAAAFAAYABgAGIAXwBgAHEAdQBFAJUAogCyAKAAYABgAEIA4ABGANMA4QDxAMEBDwE1AFwBLAE6AQEBUQF4QkhCmEKoQrhCgAHIQsAB0MLAAcABwAHAAeDC6ABoAHDCwMMAAcABwAHAAdDDGMMAAcAB6MM4wwjDWMNow3jDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEjDqABWw6bDqABpg6gAaABoAHcDvwOPA+gAaABfA/8DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DpcPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB9cPKwkyCToJMAB1AHUAdQBCCUoJTQl1AFUJXAljCWcJawkwADAAMAAwAHMJdQB2CX4JdQCECYoJjgmWCXUAngkwAGAAYABxAHUApgn3A64JtAl1ALkJdQDACTAAMAAwADAAdQB1AHUAdQB1AHUAdQB1AHUAowYNBMUIMAAwADAAMADICcsJ0wnZCRUE4QkwAOkJ8An4CTAAMAB1AAAKvwh1AAgKDwoXCh8KdQAwACcKLgp1ADYKqAmICT4KRgowADAAdQB1AE4KMAB1AFYKdQBeCnUAZQowADAAMAAwADAAMAAwADAAMAAVBHUAbQowADAAdQC5CXUKMAAwAHwBxAijBogEMgF9CoQKiASMCpQKmgqIBKIKqgquCogEDQG2Cr4KxgrLCjAAMADTCtsKCgHjCusK8Qr5CgELMAAwADAAMAB1AIsECQsRC3UANAEZCzAAMAAwADAAMAB1ACELKQswAHUANAExCzkLdQBBC0kLMABRC1kLMAAwADAAMAAwADAAdQBhCzAAMAAwAGAAYABpC3ELdwt/CzAAMACHC4sLkwubC58Lpwt1AK4Ltgt1APsDMAAwADAAMAAwADAAMAAwAL4LwwvLC9IL1wvdCzAAMADlC+kL8Qv5C/8LSQswADAAMAAwADAAMAAwADAAMAAHDDAAMAAwADAAMAAODBYMHgx1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1ACYMMAAwADAAdQB1AHUALgx1AHUAdQB1AHUAdQA2DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AD4MdQBGDHUAdQB1AHUAdQB1AEkMdQB1AHUAdQB1AFAMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQBYDHUAdQB1AF8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUA+wMVBGcMMAAwAHwBbwx1AHcMfwyHDI8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAYABgAJcMMAAwADAAdQB1AJ8MlQClDDAAMACtDCwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB7UMLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AA0EMAC9DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAsBywHLAcsBywHLAcsBywHLQcwAMEMyAwsBywHLAcsBywHLAcsBywHLAcsBywHzAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1ANQM2QzhDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMABgAGAAYABgAGAAYABgAOkMYADxDGAA+AwADQYNYABhCWAAYAAODTAAMAAwADAAFg1gAGAAHg37AzAAMAAwADAAYABgACYNYAAsDTQNPA1gAEMNPg1LDWAAYABgAGAAYABgAGAAYABgAGAAUg1aDYsGVglhDV0NcQBnDW0NdQ15DWAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAlQCBDZUAiA2PDZcNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAnw2nDTAAMAAwADAAMAAwAHUArw23DTAAMAAwADAAMAAwADAAMAAwADAAMAB1AL8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQDHDTAAYABgAM8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA1w11ANwNMAAwAD0B5A0wADAAMAAwADAAMADsDfQN/A0EDgwOFA4wABsOMAAwADAAMAAwADAAMAAwANIG0gbSBtIG0gbSBtIG0gYjDigOwQUuDsEFMw7SBjoO0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGQg5KDlIOVg7SBtIGXg5lDm0OdQ7SBtIGfQ6EDooOjQ6UDtIGmg6hDtIG0gaoDqwO0ga0DrwO0gZgAGAAYADEDmAAYAAkBtIGzA5gANIOYADaDokO0gbSBt8O5w7SBu8O0gb1DvwO0gZgAGAAxA7SBtIG0gbSBtIGYABgAGAAYAAED2AAsAUMD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHJA8sBywHLAcsBywHLAccDywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywPLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAc0D9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHPA/SBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gYUD0QPlQCVAJUAMAAwADAAMACVAJUAlQCVAJUAlQCVAEwPMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA//8EAAQABAAEAAQABAAEAAQABAANAAMAAQABAAIABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQACgATABcAHgAbABoAHgAXABYAEgAeABsAGAAPABgAHABLAEsASwBLAEsASwBLAEsASwBLABgAGAAeAB4AHgATAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAGwASAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWAA0AEQAeAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAFAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJABYAGgAbABsAGwAeAB0AHQAeAE8AFwAeAA0AHgAeABoAGwBPAE8ADgBQAB0AHQAdAE8ATwAXAE8ATwBPABYAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwBWAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsABAAbABsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEAA0ADQBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABABQACsAKwArACsAKwArACsAKwAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUAAaABoAUABQAFAAUABQAEwAHgAbAFAAHgAEACsAKwAEAAQABAArAFAAUABQAFAAUABQACsAKwArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQACsAUABQACsAKwAEACsABAAEAAQABAAEACsAKwArACsABAAEACsAKwAEAAQABAArACsAKwAEACsAKwArACsAKwArACsAUABQAFAAUAArAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAAQABABQAFAAUAAEAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAArACsAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AGwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAKwArACsAKwArAAQABAAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAAQAUAArAFAAUABQAFAAUABQACsAKwArAFAAUABQACsAUABQAFAAUAArACsAKwBQAFAAKwBQACsAUABQACsAKwArAFAAUAArACsAKwBQAFAAUAArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAArACsAKwAEAAQABAArAAQABAAEAAQAKwArAFAAKwArACsAKwArACsABAArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAHgAeAB4AHgAeAB4AGwAeACsAKwArACsAKwAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAUABQAFAAKwArACsAKwArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwAOAFAAUABQAFAAUABQAFAAHgBQAAQABAAEAA4AUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAKwArAAQAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAKwArACsAKwArACsAUAArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAXABcAFwAXABcACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAXAArAFwAXABcAFwAXABcAFwAXABcAFwAKgBcAFwAKgAqACoAKgAqACoAKgAqACoAXAArACsAXABcAFwAXABcACsAXAArACoAKgAqACoAKgAqACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwBcAFwAXABcAFAADgAOAA4ADgAeAA4ADgAJAA4ADgANAAkAEwATABMAEwATAAkAHgATAB4AHgAeAAQABAAeAB4AHgAeAB4AHgBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAADQAEAB4ABAAeAAQAFgARABYAEQAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAAQABAAEAAQADQAEAAQAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAA0ADQAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeACsAHgAeAA4ADgANAA4AHgAeAB4AHgAeAAkACQArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgBcAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4AHgAeAB4AXABcAFwAXABcAFwAKgAqACoAKgBcAFwAXABcACoAKgAqAFwAKgAqACoAXABcACoAKgAqACoAKgAqACoAXABcAFwAKgAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwAKgBLAEsASwBLAEsASwBLAEsASwBLACoAKgAqACoAKgAqAFAAUABQAFAAUABQACsAUAArACsAKwArACsAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAKwBQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsABAAEAAQAHgANAB4AHgAeAB4AHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUAArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWABEAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAANAA0AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUAArAAQABAArACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAA0ADQAVAFwADQAeAA0AGwBcACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwAeAB4AEwATAA0ADQAOAB4AEwATAB4ABAAEAAQACQArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAHgArACsAKwATABMASwBLAEsASwBLAEsASwBLAEsASwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAXABcAFwAXABcACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXAArACsAKwAqACoAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsAHgAeAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKwArAAQASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACoAKgAqACoAKgAqACoAXAAqACoAKgAqACoAKgArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABABQAFAAUABQAFAAUABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgANAA0ADQANAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwAeAB4AHgAeAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArAA0ADQANAA0ADQBLAEsASwBLAEsASwBLAEsASwBLACsAKwArAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUAAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAAQAUABQAFAAUABQAFAABABQAFAABAAEAAQAUAArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQACsAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQACsAKwAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQACsAHgAeAB4AHgAeAB4AHgAOAB4AKwANAA0ADQANAA0ADQANAAkADQANAA0ACAAEAAsABAAEAA0ACQANAA0ADAAdAB0AHgAXABcAFgAXABcAFwAWABcAHQAdAB4AHgAUABQAFAANAAEAAQAEAAQABAAEAAQACQAaABoAGgAaABoAGgAaABoAHgAXABcAHQAVABUAHgAeAB4AHgAeAB4AGAAWABEAFQAVABUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ADQAeAA0ADQANAA0AHgANAA0ADQAHAB4AHgAeAB4AKwAEAAQABAAEAAQABAAEAAQABAAEAFAAUAArACsATwBQAFAAUABQAFAAHgAeAB4AFgARAE8AUABPAE8ATwBPAFAAUABQAFAAUAAeAB4AHgAWABEAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArABsAGwAbABsAGwAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGgAbABsAGwAbABoAGwAbABoAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAFAAGgAeAB0AHgBQAB4AGgAeAB4AHgAeAB4AHgAeAB4AHgBPAB4AUAAbAB4AHgBQAFAAUABQAFAAHgAeAB4AHQAdAB4AUAAeAFAAHgBQAB4AUABPAFAAUAAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgBQAFAAUABQAE8ATwBQAFAAUABQAFAATwBQAFAATwBQAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAUABQAFAATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABPAB4AHgArACsAKwArAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAdAB4AHgAeAB0AHQAeAB4AHQAeAB4AHgAdAB4AHQAbABsAHgAdAB4AHgAeAB4AHQAeAB4AHQAdAB0AHQAeAB4AHQAeAB0AHgAdAB0AHQAdAB0AHQAeAB0AHgAeAB4AHgAeAB0AHQAdAB0AHgAeAB4AHgAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB0AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAdAB0AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHQAdAB0AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHQAdAB4AHgAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AJQAlAB0AHQAlAB4AJQAlACUAIAAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAeAB0AJQAdAB0AHgAdAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAdAB0AHQAdACUAHgAlACUAJQAdACUAJQAdAB0AHQAlACUAHQAdACUAHQAdACUAJQAlAB4AHQAeAB4AHgAeAB0AHQAlAB0AHQAdAB0AHQAdACUAJQAlACUAJQAdACUAJQAgACUAHQAdACUAJQAlACUAJQAlACUAJQAeAB4AHgAlACUAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AFwAXABcAFwAXABcAHgATABMAJQAeAB4AHgAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARABYAEQAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANAA0AHgANAB4ADQANAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwAlACUAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACsAKwArACsAKwArACsAKwArACsAKwArAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBPAE8ATwBPAE8ATwBPAE8AJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeAAQAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUABQAAQAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAUABQAFAAUABQAAQABAAEACsABAAEACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAKwBQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAA0ADQANAA0ADQANAA0ADQAeACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAArACsAKwArAFAAUABQAFAAUAANAA0ADQANAA0ADQAUACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQANAA0ADQANAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAANACsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAB4AHgAeAB4AHgArACsAKwArACsAKwAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANAFAABAAEAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAEAAQABAAEAB4ABAAEAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsABAAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLAA0ADQArAB4ABABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUAAeAFAAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAAEAAQADgANAA0AEwATAB4AHgAeAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAFAAUABQAFAABAAEACsAKwAEAA0ADQAeAFAAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcAFwADQANAA0AKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQAKwAEAAQAKwArAAQABAAEAAQAUAAEAFAABAAEAA0ADQANACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABABQAA4AUAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANAFAADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAaABoAGgAaAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAJAAkACQAJAAkACQAJABYAEQArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AHgAeACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAARwBHABUARwAJACsAKwArACsAKwArACsAKwArACsAKwAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAKwArACsAKwArACsAKwArACsAKwArACsAKwBRAFEAUQBRACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAHgAEAAQADQAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAeAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQAHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAKwArAFAAKwArAFAAUAArACsAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAHgAeAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeACsAKwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4ABAAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAHgAeAA0ADQANAA0AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArAAQABAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwBQAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArABsAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAB4AHgAeAB4ABAAEAAQABAAEAAQABABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArABYAFgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAGgBQAFAAUAAaAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUAArACsAKwArACsAKwBQACsAKwArACsAUAArAFAAKwBQACsAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUAArAFAAKwBQACsAUAArAFAAUAArAFAAKwArAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAKwBQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeACUAJQAlAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAHgAlACUAJQAlACUAIAAgACAAJQAlACAAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACEAIQAhACEAIQAlACUAIAAgACUAJQAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAlACUAJQAlACAAIAAgACUAIAAgACAAJQAlACUAJQAlACUAJQAgACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAlAB4AJQAeACUAJQAlACUAJQAgACUAJQAlACUAHgAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACAAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABcAFwAXABUAFQAVAB4AHgAeAB4AJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAgACUAJQAgACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAIAAgACUAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACAAIAAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACAAIAAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAA==",js=50,Ql=1,za=2,$a=3,Cl=4,ml=5,Aa=7,Za=8,ea=9,ge=10,On=11,ta=12,Rn=13,Ul=14,mt=15,Nn=16,sr=17,ft=18,vl=19,ra=20,Gn=21,pt=22,wn=23,De=24,LA=25,Ut=26,vt=27,ke=28,Fl=29,ve=30,yl=31,ar=32,or=33,Pn=34,Vn=35,_n=36,St=37,Xn=38,mr=39,Ur=40,hn=41,qa=42,El=43,xl=[9001,65288],ja="!",O="\xD7",ir="\xF7",Jn=pl(bl),ee=[ve,_n],Wn=[Ql,za,$a,ml],Ao=[ge,Za],na=[vt,Ut],Hl=Wn.concat(Ao),sa=[Xn,mr,Ur,Pn,Vn],Il=[mt,Rn],Ll=function(A,e){e===void 0&&(e="strict");var t=[],r=[],n=[];return A.forEach(function(s,a){var i=Jn.get(s);if(i>js?(n.push(!0),i-=js):n.push(!1),["normal","auto","loose"].indexOf(e)!==-1&&[8208,8211,12316,12448].indexOf(s)!==-1)return r.push(a),t.push(Nn);if(i===Cl||i===On){if(a===0)return r.push(a),t.push(ve);var o=t[a-1];return Hl.indexOf(o)===-1?(r.push(r[a-1]),t.push(o)):(r.push(a),t.push(ve))}if(r.push(a),i===yl)return t.push(e==="strict"?Gn:St);if(i===qa||i===Fl)return t.push(ve);if(i===El)return s>=131072&&s<=196605||s>=196608&&s<=262141?t.push(St):t.push(ve);t.push(i)}),[r,t,n]},bn=function(A,e,t,r){var n=r[t];if(Array.isArray(A)?A.indexOf(n)!==-1:A===n)for(var s=t;s<=r.length;){s++;var a=r[s];if(a===e)return!0;if(a!==ge)break}if(n===ge)for(var s=t;s>0;){s--;var i=r[s];if(Array.isArray(A)?A.indexOf(i)!==-1:A===i)for(var o=t;o<=r.length;){o++;var a=r[o];if(a===e)return!0;if(a!==ge)break}if(i!==ge)break}return!1},aa=function(A,e){for(var t=A;t>=0;){var r=e[t];if(r===ge)t--;else return r}return 0},Kl=function(A,e,t,r,n){if(t[r]===0)return O;var s=r-1;if(Array.isArray(n)&&n[s]===!0)return O;var a=s-1,i=s+1,o=e[s],l=a>=0?e[a]:0,c=e[i];if(o===za&&c===$a)return O;if(Wn.indexOf(o)!==-1)return ja;if(Wn.indexOf(c)!==-1||Ao.indexOf(c)!==-1)return O;if(aa(s,e)===Za)return ir;if(Jn.get(A[s])===On||(o===ar||o===or)&&Jn.get(A[i])===On||o===Aa||c===Aa||o===ea||[ge,Rn,mt].indexOf(o)===-1&&c===ea||[sr,ft,vl,De,ke].indexOf(c)!==-1||aa(s,e)===pt||bn(wn,pt,s,e)||bn([sr,ft],Gn,s,e)||bn(ta,ta,s,e))return O;if(o===ge)return ir;if(o===wn||c===wn)return O;if(c===Nn||o===Nn)return ir;if([Rn,mt,Gn].indexOf(c)!==-1||o===Ul||l===_n&&Il.indexOf(o)!==-1||o===ke&&c===_n||c===ra||ee.indexOf(c)!==-1&&o===LA||ee.indexOf(o)!==-1&&c===LA||o===vt&&[St,ar,or].indexOf(c)!==-1||[St,ar,or].indexOf(o)!==-1&&c===Ut||ee.indexOf(o)!==-1&&na.indexOf(c)!==-1||na.indexOf(o)!==-1&&ee.indexOf(c)!==-1||[vt,Ut].indexOf(o)!==-1&&(c===LA||[pt,mt].indexOf(c)!==-1&&e[i+1]===LA)||[pt,mt].indexOf(o)!==-1&&c===LA||o===LA&&[LA,ke,De].indexOf(c)!==-1)return O;if([LA,ke,De,sr,ft].indexOf(c)!==-1)for(var B=s;B>=0;){var u=e[B];if(u===LA)return O;if([ke,De].indexOf(u)!==-1)B--;else break}if([vt,Ut].indexOf(c)!==-1)for(var B=[sr,ft].indexOf(o)!==-1?a:s;B>=0;){var u=e[B];if(u===LA)return O;if([ke,De].indexOf(u)!==-1)B--;else break}if(Xn===o&&[Xn,mr,Pn,Vn].indexOf(c)!==-1||[mr,Pn].indexOf(o)!==-1&&[mr,Ur].indexOf(c)!==-1||[Ur,Vn].indexOf(o)!==-1&&c===Ur||sa.indexOf(o)!==-1&&[ra,Ut].indexOf(c)!==-1||sa.indexOf(c)!==-1&&o===vt||ee.indexOf(o)!==-1&&ee.indexOf(c)!==-1||o===De&&ee.indexOf(c)!==-1||ee.concat(LA).indexOf(o)!==-1&&c===pt&&xl.indexOf(A[i])===-1||ee.concat(LA).indexOf(c)!==-1&&o===ft)return O;if(o===hn&&c===hn){for(var f=t[s],p=1;f>0&&(f--,e[f]===hn);)p++;if(p%2!==0)return O}return o===ar&&c===or?O:ir},Sl=function(A,e){e||(e={lineBreak:"normal",wordBreak:"normal"});var t=Ll(A,e.lineBreak),r=t[0],n=t[1],s=t[2];(e.wordBreak==="break-all"||e.wordBreak==="break-word")&&(n=n.map(function(i){return[LA,ve,qa].indexOf(i)!==-1?St:i}));var a=e.wordBreak==="keep-all"?s.map(function(i,o){return i&&A[o]>=19968&&A[o]<=40959}):void 0;return[r,n,a]},Tl=(function(){function A(e,t,r,n){this.codePoints=e,this.required=t===ja,this.start=r,this.end=n}return A.prototype.slice=function(){return Z.apply(void 0,this.codePoints.slice(this.start,this.end))},A})(),Dl=function(A,e){var t=Mr(A),r=Sl(t,e),n=r[0],s=r[1],a=r[2],i=t.length,o=0,l=0;return{next:function(){if(l>=i)return{done:!0,value:null};for(var c=O;l<i&&(c=Kl(t,s,n,++l,a))===O;);if(c!==O||l===i){var B=new Tl(t,c,o,l);return o=l,{value:B,done:!1}}return{done:!0,value:null}}}},kl=1,Ml=2,kt=4,oa=8,yr=10,ia=47,xt=92,Ol=9,Rl=32,lr=34,wt=61,Nl=35,Gl=36,Pl=37,cr=39,Br=40,ht=41,Vl=95,vA=45,_l=33,Xl=60,Jl=62,Wl=64,Yl=91,zl=93,$l=61,Zl=123,ur=63,ql=125,la=124,jl=126,Ac=128,ca=65533,Qn=42,Fe=43,ec=44,tc=58,rc=59,Tt=46,nc=0,sc=8,ac=11,oc=14,ic=31,lc=127,WA=-1,eo=48,to=97,ro=101,cc=102,Bc=117,uc=122,no=65,so=69,ao=70,gc=85,dc=90,wA=function(A){return A>=eo&&A<=57},fc=function(A){return A>=55296&&A<=57343},Me=function(A){return wA(A)||A>=no&&A<=ao||A>=to&&A<=cc},pc=function(A){return A>=to&&A<=uc},wc=function(A){return A>=no&&A<=dc},hc=function(A){return pc(A)||wc(A)},bc=function(A){return A>=Ac},gr=function(A){return A===yr||A===Ol||A===Rl},Er=function(A){return hc(A)||bc(A)||A===Vl},Ba=function(A){return Er(A)||wA(A)||A===vA},Qc=function(A){return A>=nc&&A<=sc||A===ac||A>=oc&&A<=ic||A===lc},ue=function(A,e){return A!==xt?!1:e!==yr},dr=function(A,e,t){return A===vA?Er(e)||ue(e,t):Er(A)?!0:!!(A===xt&&ue(A,e))},Cn=function(A,e,t){return A===Fe||A===vA?wA(e)?!0:e===Tt&&wA(t):wA(A===Tt?e:A)},Cc=function(A){var e=0,t=1;(A[e]===Fe||A[e]===vA)&&(A[e]===vA&&(t=-1),e++);for(var r=[];wA(A[e]);)r.push(A[e++]);var n=r.length?parseInt(Z.apply(void 0,r),10):0;A[e]===Tt&&e++;for(var s=[];wA(A[e]);)s.push(A[e++]);var a=s.length,i=a?parseInt(Z.apply(void 0,s),10):0;(A[e]===so||A[e]===ro)&&e++;var o=1;(A[e]===Fe||A[e]===vA)&&(A[e]===vA&&(o=-1),e++);for(var l=[];wA(A[e]);)l.push(A[e++]);var c=l.length?parseInt(Z.apply(void 0,l),10):0;return t*(n+i*Math.pow(10,-a))*Math.pow(10,o*c)},mc={type:2},Uc={type:3},vc={type:4},Fc={type:13},yc={type:8},Ec={type:21},xc={type:9},Hc={type:10},Ic={type:11},Lc={type:12},Kc={type:14},fr={type:23},Sc={type:1},Tc={type:25},Dc={type:24},kc={type:26},Mc={type:27},Oc={type:28},Rc={type:29},Nc={type:31},Yn={type:32},oo=(function(){function A(){this._value=[]}return A.prototype.write=function(e){this._value=this._value.concat(Mr(e))},A.prototype.read=function(){for(var e=[],t=this.consumeToken();t!==Yn;)e.push(t),t=this.consumeToken();return e},A.prototype.consumeToken=function(){var e=this.consumeCodePoint();switch(e){case lr:return this.consumeStringToken(lr);case Nl:var t=this.peekCodePoint(0),r=this.peekCodePoint(1),n=this.peekCodePoint(2);if(Ba(t)||ue(r,n)){var s=dr(t,r,n)?Ml:kl,a=this.consumeName();return{type:5,value:a,flags:s}}break;case Gl:if(this.peekCodePoint(0)===wt)return this.consumeCodePoint(),Fc;break;case cr:return this.consumeStringToken(cr);case Br:return mc;case ht:return Uc;case Qn:if(this.peekCodePoint(0)===wt)return this.consumeCodePoint(),Kc;break;case Fe:if(Cn(e,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(e),this.consumeNumericToken();break;case ec:return vc;case vA:var i=e,o=this.peekCodePoint(0),l=this.peekCodePoint(1);if(Cn(i,o,l))return this.reconsumeCodePoint(e),this.consumeNumericToken();if(dr(i,o,l))return this.reconsumeCodePoint(e),this.consumeIdentLikeToken();if(o===vA&&l===Jl)return this.consumeCodePoint(),this.consumeCodePoint(),Dc;break;case Tt:if(Cn(e,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(e),this.consumeNumericToken();break;case ia:if(this.peekCodePoint(0)===Qn)for(this.consumeCodePoint();;){var c=this.consumeCodePoint();if(c===Qn&&(c=this.consumeCodePoint(),c===ia))return this.consumeToken();if(c===WA)return this.consumeToken()}break;case tc:return kc;case rc:return Mc;case Xl:if(this.peekCodePoint(0)===_l&&this.peekCodePoint(1)===vA&&this.peekCodePoint(2)===vA)return this.consumeCodePoint(),this.consumeCodePoint(),Tc;break;case Wl:var B=this.peekCodePoint(0),u=this.peekCodePoint(1),f=this.peekCodePoint(2);if(dr(B,u,f)){var a=this.consumeName();return{type:7,value:a}}break;case Yl:return Oc;case xt:if(ue(e,this.peekCodePoint(0)))return this.reconsumeCodePoint(e),this.consumeIdentLikeToken();break;case zl:return Rc;case $l:if(this.peekCodePoint(0)===wt)return this.consumeCodePoint(),yc;break;case Zl:return Ic;case ql:return Lc;case Bc:case gc:var p=this.peekCodePoint(0),w=this.peekCodePoint(1);return p===Fe&&(Me(w)||w===ur)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(e),this.consumeIdentLikeToken();case la:if(this.peekCodePoint(0)===wt)return this.consumeCodePoint(),xc;if(this.peekCodePoint(0)===la)return this.consumeCodePoint(),Ec;break;case jl:if(this.peekCodePoint(0)===wt)return this.consumeCodePoint(),Hc;break;case WA:return Yn}return gr(e)?(this.consumeWhiteSpace(),Nc):wA(e)?(this.reconsumeCodePoint(e),this.consumeNumericToken()):Er(e)?(this.reconsumeCodePoint(e),this.consumeIdentLikeToken()):{type:6,value:Z(e)}},A.prototype.consumeCodePoint=function(){var e=this._value.shift();return typeof e>"u"?-1:e},A.prototype.reconsumeCodePoint=function(e){this._value.unshift(e)},A.prototype.peekCodePoint=function(e){return e>=this._value.length?-1:this._value[e]},A.prototype.consumeUnicodeRangeToken=function(){for(var e=[],t=this.consumeCodePoint();Me(t)&&e.length<6;)e.push(t),t=this.consumeCodePoint();for(var r=!1;t===ur&&e.length<6;)e.push(t),t=this.consumeCodePoint(),r=!0;if(r){var n=parseInt(Z.apply(void 0,e.map(function(o){return o===ur?eo:o})),16),s=parseInt(Z.apply(void 0,e.map(function(o){return o===ur?ao:o})),16);return{type:30,start:n,end:s}}var a=parseInt(Z.apply(void 0,e),16);if(this.peekCodePoint(0)===vA&&Me(this.peekCodePoint(1))){this.consumeCodePoint(),t=this.consumeCodePoint();for(var i=[];Me(t)&&i.length<6;)i.push(t),t=this.consumeCodePoint();var s=parseInt(Z.apply(void 0,i),16);return{type:30,start:a,end:s}}else return{type:30,start:a,end:a}},A.prototype.consumeIdentLikeToken=function(){var e=this.consumeName();return e.toLowerCase()==="url"&&this.peekCodePoint(0)===Br?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===Br?(this.consumeCodePoint(),{type:19,value:e}):{type:20,value:e}},A.prototype.consumeUrlToken=function(){var e=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===WA)return{type:22,value:""};var t=this.peekCodePoint(0);if(t===cr||t===lr){var r=this.consumeStringToken(this.consumeCodePoint());return r.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===WA||this.peekCodePoint(0)===ht)?(this.consumeCodePoint(),{type:22,value:r.value}):(this.consumeBadUrlRemnants(),fr)}for(;;){var n=this.consumeCodePoint();if(n===WA||n===ht)return{type:22,value:Z.apply(void 0,e)};if(gr(n))return this.consumeWhiteSpace(),this.peekCodePoint(0)===WA||this.peekCodePoint(0)===ht?(this.consumeCodePoint(),{type:22,value:Z.apply(void 0,e)}):(this.consumeBadUrlRemnants(),fr);if(n===lr||n===cr||n===Br||Qc(n))return this.consumeBadUrlRemnants(),fr;if(n===xt)if(ue(n,this.peekCodePoint(0)))e.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),fr;else e.push(n)}},A.prototype.consumeWhiteSpace=function(){for(;gr(this.peekCodePoint(0));)this.consumeCodePoint()},A.prototype.consumeBadUrlRemnants=function(){for(;;){var e=this.consumeCodePoint();if(e===ht||e===WA)return;ue(e,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},A.prototype.consumeStringSlice=function(e){for(var t=5e4,r="";e>0;){var n=Math.min(t,e);r+=Z.apply(void 0,this._value.splice(0,n)),e-=n}return this._value.shift(),r},A.prototype.consumeStringToken=function(e){var t="",r=0;do{var n=this._value[r];if(n===WA||n===void 0||n===e)return t+=this.consumeStringSlice(r),{type:0,value:t};if(n===yr)return this._value.splice(0,r),Sc;if(n===xt){var s=this._value[r+1];s!==WA&&s!==void 0&&(s===yr?(t+=this.consumeStringSlice(r),r=-1,this._value.shift()):ue(n,s)&&(t+=this.consumeStringSlice(r),t+=Z(this.consumeEscapedCodePoint()),r=-1))}r++}while(!0)},A.prototype.consumeNumber=function(){var e=[],t=kt,r=this.peekCodePoint(0);for((r===Fe||r===vA)&&e.push(this.consumeCodePoint());wA(this.peekCodePoint(0));)e.push(this.consumeCodePoint());r=this.peekCodePoint(0);var n=this.peekCodePoint(1);if(r===Tt&&wA(n))for(e.push(this.consumeCodePoint(),this.consumeCodePoint()),t=oa;wA(this.peekCodePoint(0));)e.push(this.consumeCodePoint());r=this.peekCodePoint(0),n=this.peekCodePoint(1);var s=this.peekCodePoint(2);if((r===so||r===ro)&&((n===Fe||n===vA)&&wA(s)||wA(n)))for(e.push(this.consumeCodePoint(),this.consumeCodePoint()),t=oa;wA(this.peekCodePoint(0));)e.push(this.consumeCodePoint());return[Cc(e),t]},A.prototype.consumeNumericToken=function(){var e=this.consumeNumber(),t=e[0],r=e[1],n=this.peekCodePoint(0),s=this.peekCodePoint(1),a=this.peekCodePoint(2);if(dr(n,s,a)){var i=this.consumeName();return{type:15,number:t,flags:r,unit:i}}return n===Pl?(this.consumeCodePoint(),{type:16,number:t,flags:r}):{type:17,number:t,flags:r}},A.prototype.consumeEscapedCodePoint=function(){var e=this.consumeCodePoint();if(Me(e)){for(var t=Z(e);Me(this.peekCodePoint(0))&&t.length<6;)t+=Z(this.consumeCodePoint());gr(this.peekCodePoint(0))&&this.consumeCodePoint();var r=parseInt(t,16);return r===0||fc(r)||r>1114111?ca:r}return e===WA?ca:e},A.prototype.consumeName=function(){for(var e="";;){var t=this.consumeCodePoint();if(Ba(t))e+=Z(t);else if(ue(t,this.peekCodePoint(0)))e+=Z(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(t),e}},A})(),io=(function(){function A(e){this._tokens=e}return A.create=function(e){var t=new oo;return t.write(e),new A(t.read())},A.parseValue=function(e){return A.create(e).parseComponentValue()},A.parseValues=function(e){return A.create(e).parseComponentValues()},A.prototype.parseComponentValue=function(){for(var e=this.consumeToken();e.type===31;)e=this.consumeToken();if(e.type===32)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(e);var t=this.consumeComponentValue();do e=this.consumeToken();while(e.type===31);if(e.type===32)return t;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},A.prototype.parseComponentValues=function(){for(var e=[];;){var t=this.consumeComponentValue();if(t.type===32)return e;e.push(t),e.push()}},A.prototype.consumeComponentValue=function(){var e=this.consumeToken();switch(e.type){case 11:case 28:case 2:return this.consumeSimpleBlock(e.type);case 19:return this.consumeFunction(e)}return e},A.prototype.consumeSimpleBlock=function(e){for(var t={type:e,values:[]},r=this.consumeToken();;){if(r.type===32||Pc(r,e))return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue()),r=this.consumeToken()}},A.prototype.consumeFunction=function(e){for(var t={name:e.value,values:[],type:18};;){var r=this.consumeToken();if(r.type===32||r.type===3)return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue())}},A.prototype.consumeToken=function(){var e=this._tokens.shift();return typeof e>"u"?Yn:e},A.prototype.reconsumeToken=function(e){this._tokens.unshift(e)},A})(),Mt=function(A){return A.type===15},Je=function(A){return A.type===17},G=function(A){return A.type===20},Gc=function(A){return A.type===0},zn=function(A,e){return G(A)&&A.value===e},lo=function(A){return A.type!==31},Xe=function(A){return A.type!==31&&A.type!==4},YA=function(A){var e=[],t=[];return A.forEach(function(r){if(r.type===4){if(t.length===0)throw new Error("Error parsing function args, zero tokens for arg");e.push(t),t=[];return}r.type!==31&&t.push(r)}),t.length&&e.push(t),e},Pc=function(A,e){return e===11&&A.type===12||e===28&&A.type===29?!0:e===2&&A.type===3},he=function(A){return A.type===17||A.type===15},j=function(A){return A.type===16||he(A)},co=function(A){return A.length>1?[A[0],A[1]]:[A[0]]},uA={type:17,number:0,flags:kt},as={type:16,number:50,flags:kt},de={type:16,number:100,flags:kt},Ft=function(A,e,t){var r=A[0],n=A[1];return[_(r,e),_(typeof n<"u"?n:r,t)]},_=function(A,e){if(A.type===16)return A.number/100*e;if(Mt(A))switch(A.unit){case"rem":case"em":return 16*A.number;default:return A.number}return A.number},Bo="deg",uo="grad",go="rad",fo="turn",Or={name:"angle",parse:function(A,e){if(e.type===15)switch(e.unit){case Bo:return Math.PI*e.number/180;case uo:return Math.PI/200*e.number;case go:return e.number;case fo:return Math.PI*2*e.number}throw new Error("Unsupported angle type")}},po=function(A){return A.type===15&&(A.unit===Bo||A.unit===uo||A.unit===go||A.unit===fo)},wo=function(A){var e=A.filter(G).map(function(t){return t.value}).join(" ");switch(e){case"to bottom right":case"to right bottom":case"left top":case"top left":return[uA,uA];case"to top":case"bottom":return DA(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[uA,de];case"to right":case"left":return DA(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[de,de];case"to bottom":case"top":return DA(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[de,uA];case"to left":case"right":return DA(270)}return 0},DA=function(A){return Math.PI*A/180},pe={name:"color",parse:function(A,e){if(e.type===18){var t=Vc[e.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported color function "'+e.name+'"');return t(A,e.values)}if(e.type===5){if(e.value.length===3){var r=e.value.substring(0,1),n=e.value.substring(1,2),s=e.value.substring(2,3);return fe(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),1)}if(e.value.length===4){var r=e.value.substring(0,1),n=e.value.substring(1,2),s=e.value.substring(2,3),a=e.value.substring(3,4);return fe(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),parseInt(a+a,16)/255)}if(e.value.length===6){var r=e.value.substring(0,2),n=e.value.substring(2,4),s=e.value.substring(4,6);return fe(parseInt(r,16),parseInt(n,16),parseInt(s,16),1)}if(e.value.length===8){var r=e.value.substring(0,2),n=e.value.substring(2,4),s=e.value.substring(4,6),a=e.value.substring(6,8);return fe(parseInt(r,16),parseInt(n,16),parseInt(s,16),parseInt(a,16)/255)}}if(e.type===20){var i=re[e.value.toUpperCase()];if(typeof i<"u")return i}return re.TRANSPARENT}},we=function(A){return(255&A)===0},aA=function(A){var e=255&A,t=255&A>>8,r=255&A>>16,n=255&A>>24;return e<255?"rgba("+n+","+r+","+t+","+e/255+")":"rgb("+n+","+r+","+t+")"},fe=function(A,e,t,r){return(A<<24|e<<16|t<<8|Math.round(r*255)<<0)>>>0},ua=function(A,e){if(A.type===17)return A.number;if(A.type===16){var t=e===3?1:255;return e===3?A.number/100*t:Math.round(A.number/100*t)}return 0},ga=function(A,e){var t=e.filter(Xe);if(t.length===3){var r=t.map(ua),n=r[0],s=r[1],a=r[2];return fe(n,s,a,1)}if(t.length===4){var i=t.map(ua),n=i[0],s=i[1],a=i[2],o=i[3];return fe(n,s,a,o)}return 0};function mn(A,e,t){return t<0&&(t+=1),t>=1&&(t-=1),t<1/6?(e-A)*t*6+A:t<1/2?e:t<2/3?(e-A)*6*(2/3-t)+A:A}var da=function(A,e){var t=e.filter(Xe),r=t[0],n=t[1],s=t[2],a=t[3],i=(r.type===17?DA(r.number):Or.parse(A,r))/(Math.PI*2),o=j(n)?n.number/100:0,l=j(s)?s.number/100:0,c=typeof a<"u"&&j(a)?_(a,1):1;if(o===0)return fe(l*255,l*255,l*255,1);var B=l<=.5?l*(o+1):l+o-l*o,u=l*2-B,f=mn(u,B,i+1/3),p=mn(u,B,i),w=mn(u,B,i-1/3);return fe(f*255,p*255,w*255,c)},Vc={hsl:da,hsla:da,rgb:ga,rgba:ga},Ht=function(A,e){return pe.parse(A,io.create(e).parseComponentValue())},re={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199},_c={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(t){if(G(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},Xc={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Rr=function(A,e){var t=pe.parse(A,e[0]),r=e[1];return r&&j(r)?{color:t,stop:r}:{color:t,stop:null}},fa=function(A,e){var t=A[0],r=A[A.length-1];t.stop===null&&(t.stop=uA),r.stop===null&&(r.stop=de);for(var n=[],s=0,a=0;a<A.length;a++){var i=A[a].stop;if(i!==null){var o=_(i,e);o>s?n.push(o):n.push(s),s=o}else n.push(null)}for(var l=null,a=0;a<n.length;a++){var c=n[a];if(c===null)l===null&&(l=a);else if(l!==null){for(var B=a-l,u=n[l-1],f=(c-u)/(B+1),p=1;p<=B;p++)n[l+p-1]=f*p;l=null}}return A.map(function(w,y){var b=w.color;return{color:b,stop:Math.max(Math.min(1,n[y]/e),0)}})},Jc=function(A,e,t){var r=e/2,n=t/2,s=_(A[0],e)-r,a=n-_(A[1],t);return(Math.atan2(a,s)+Math.PI*2)%(Math.PI*2)},Wc=function(A,e,t){var r=typeof A=="number"?A:Jc(A,e,t),n=Math.abs(e*Math.sin(r))+Math.abs(t*Math.cos(r)),s=e/2,a=t/2,i=n/2,o=Math.sin(r-Math.PI/2)*i,l=Math.cos(r-Math.PI/2)*i;return[n,s-l,s+l,a-o,a+o]},PA=function(A,e){return Math.sqrt(A*A+e*e)},pa=function(A,e,t,r,n){var s=[[0,0],[0,e],[A,0],[A,e]];return s.reduce(function(a,i){var o=i[0],l=i[1],c=PA(t-o,r-l);return(n?c<a.optimumDistance:c>a.optimumDistance)?{optimumCorner:i,optimumDistance:c}:a},{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},Yc=function(A,e,t,r,n){var s=0,a=0;switch(A.size){case 0:A.shape===0?s=a=Math.min(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n)):A.shape===1&&(s=Math.min(Math.abs(e),Math.abs(e-r)),a=Math.min(Math.abs(t),Math.abs(t-n)));break;case 2:if(A.shape===0)s=a=Math.min(PA(e,t),PA(e,t-n),PA(e-r,t),PA(e-r,t-n));else if(A.shape===1){var i=Math.min(Math.abs(t),Math.abs(t-n))/Math.min(Math.abs(e),Math.abs(e-r)),o=pa(r,n,e,t,!0),l=o[0],c=o[1];s=PA(l-e,(c-t)/i),a=i*s}break;case 1:A.shape===0?s=a=Math.max(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n)):A.shape===1&&(s=Math.max(Math.abs(e),Math.abs(e-r)),a=Math.max(Math.abs(t),Math.abs(t-n)));break;case 3:if(A.shape===0)s=a=Math.max(PA(e,t),PA(e,t-n),PA(e-r,t),PA(e-r,t-n));else if(A.shape===1){var i=Math.max(Math.abs(t),Math.abs(t-n))/Math.max(Math.abs(e),Math.abs(e-r)),B=pa(r,n,e,t,!1),l=B[0],c=B[1];s=PA(l-e,(c-t)/i),a=i*s}break}return Array.isArray(A.size)&&(s=_(A.size[0],r),a=A.size.length===2?_(A.size[1],n):s),[s,a]},zc=function(A,e){var t=DA(180),r=[];return YA(e).forEach(function(n,s){if(s===0){var a=n[0];if(a.type===20&&a.value==="to"){t=wo(n);return}else if(po(a)){t=Or.parse(A,a);return}}var i=Rr(A,n);r.push(i)}),{angle:t,stops:r,type:1}},pr=function(A,e){var t=DA(180),r=[];return YA(e).forEach(function(n,s){if(s===0){var a=n[0];if(a.type===20&&["top","left","right","bottom"].indexOf(a.value)!==-1){t=wo(n);return}else if(po(a)){t=(Or.parse(A,a)+DA(270))%DA(360);return}}var i=Rr(A,n);r.push(i)}),{angle:t,stops:r,type:1}},$c=function(A,e){var t=DA(180),r=[],n=1,s=0,a=3,i=[];return YA(e).forEach(function(o,l){var c=o[0];if(l===0){if(G(c)&&c.value==="linear"){n=1;return}else if(G(c)&&c.value==="radial"){n=2;return}}if(c.type===18){if(c.name==="from"){var B=pe.parse(A,c.values[0]);r.push({stop:uA,color:B})}else if(c.name==="to"){var B=pe.parse(A,c.values[0]);r.push({stop:de,color:B})}else if(c.name==="color-stop"){var u=c.values.filter(Xe);if(u.length===2){var B=pe.parse(A,u[1]),f=u[0];Je(f)&&r.push({stop:{type:16,number:f.number*100,flags:f.flags},color:B})}}}}),n===1?{angle:(t+DA(180))%DA(360),stops:r,type:n}:{size:a,shape:s,stops:r,position:i,type:n}},ho="closest-side",bo="farthest-side",Qo="closest-corner",Co="farthest-corner",mo="circle",Uo="ellipse",vo="cover",Fo="contain",Zc=function(A,e){var t=0,r=3,n=[],s=[];return YA(e).forEach(function(a,i){var o=!0;if(i===0){var l=!1;o=a.reduce(function(B,u){if(l)if(G(u))switch(u.value){case"center":return s.push(as),B;case"top":case"left":return s.push(uA),B;case"right":case"bottom":return s.push(de),B}else(j(u)||he(u))&&s.push(u);else if(G(u))switch(u.value){case mo:return t=0,!1;case Uo:return t=1,!1;case"at":return l=!0,!1;case ho:return r=0,!1;case vo:case bo:return r=1,!1;case Fo:case Qo:return r=2,!1;case Co:return r=3,!1}else if(he(u)||j(u))return Array.isArray(r)||(r=[]),r.push(u),!1;return B},o)}if(o){var c=Rr(A,a);n.push(c)}}),{size:r,shape:t,stops:n,position:s,type:2}},wr=function(A,e){var t=0,r=3,n=[],s=[];return YA(e).forEach(function(a,i){var o=!0;if(i===0?o=a.reduce(function(c,B){if(G(B))switch(B.value){case"center":return s.push(as),!1;case"top":case"left":return s.push(uA),!1;case"right":case"bottom":return s.push(de),!1}else if(j(B)||he(B))return s.push(B),!1;return c},o):i===1&&(o=a.reduce(function(c,B){if(G(B))switch(B.value){case mo:return t=0,!1;case Uo:return t=1,!1;case Fo:case ho:return r=0,!1;case bo:return r=1,!1;case Qo:return r=2,!1;case vo:case Co:return r=3,!1}else if(he(B)||j(B))return Array.isArray(r)||(r=[]),r.push(B),!1;return c},o)),o){var l=Rr(A,a);n.push(l)}}),{size:r,shape:t,stops:n,position:s,type:2}},qc=function(A){return A.type===1},jc=function(A){return A.type===2},os={name:"image",parse:function(A,e){if(e.type===22){var t={url:e.value,type:0};return A.cache.addImage(e.value),t}if(e.type===18){var r=yo[e.name];if(typeof r>"u")throw new Error('Attempting to parse an unsupported image function "'+e.name+'"');return r(A,e.values)}throw new Error("Unsupported image type "+e.type)}};function AB(A){return!(A.type===20&&A.value==="none")&&(A.type!==18||!!yo[A.name])}var yo={"linear-gradient":zc,"-moz-linear-gradient":pr,"-ms-linear-gradient":pr,"-o-linear-gradient":pr,"-webkit-linear-gradient":pr,"radial-gradient":Zc,"-moz-radial-gradient":wr,"-ms-radial-gradient":wr,"-o-radial-gradient":wr,"-webkit-radial-gradient":wr,"-webkit-gradient":$c},eB={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(e.length===0)return[];var t=e[0];return t.type===20&&t.value==="none"?[]:e.filter(function(r){return Xe(r)&&AB(r)}).map(function(r){return os.parse(A,r)})}},tB={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(t){if(G(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},rB={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,e){return YA(e).map(function(t){return t.filter(j)}).map(co)}},nB={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,e){return YA(e).map(function(t){return t.filter(G).map(function(r){return r.value}).join(" ")}).map(sB)}},sB=function(A){switch(A){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}},_e;(function(A){A.AUTO="auto",A.CONTAIN="contain",A.COVER="cover"})(_e||(_e={}));var aB={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,e){return YA(e).map(function(t){return t.filter(oB)})}},oB=function(A){return G(A)||j(A)},Nr=function(A){return{name:"border-"+A+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},iB=Nr("top"),lB=Nr("right"),cB=Nr("bottom"),BB=Nr("left"),Gr=function(A){return{name:"border-radius-"+A,initialValue:"0 0",prefix:!1,type:1,parse:function(e,t){return co(t.filter(j))}}},uB=Gr("top-left"),gB=Gr("top-right"),dB=Gr("bottom-right"),fB=Gr("bottom-left"),Pr=function(A){return{name:"border-"+A+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(e,t){switch(t){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},pB=Pr("top"),wB=Pr("right"),hB=Pr("bottom"),bB=Pr("left"),Vr=function(A){return{name:"border-"+A+"-width",initialValue:"0",type:0,prefix:!1,parse:function(e,t){return Mt(t)?t.number:0}}},QB=Vr("top"),CB=Vr("right"),mB=Vr("bottom"),UB=Vr("left"),vB={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},FB={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,e){return e==="rtl"?1:0}},yB={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,e){return e.filter(G).reduce(function(t,r){return t|EB(r.value)},0)}},EB=function(A){switch(A){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0},xB={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},HB={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,e){return e.type===20&&e.value==="normal"?0:e.type===17||e.type===15?e.number:0}},xr;(function(A){A.NORMAL="normal",A.STRICT="strict"})(xr||(xr={}));var IB={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return e==="strict"?xr.STRICT:xr.NORMAL}},LB={name:"line-height",initialValue:"normal",prefix:!1,type:4},wa=function(A,e){return G(A)&&A.value==="normal"?1.2*e:A.type===17?e*A.number:j(A)?_(A,e):e},KB={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,e){return e.type===20&&e.value==="none"?null:os.parse(A,e)}},SB={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,e){return e==="inside"?0:1}},$n={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":return 22;case"hebrew":return 22;case"hiragana":return 23;case"hiragana-iroha":return 24;case"japanese-formal":return 25;case"japanese-informal":return 26;case"kannada":return 27;case"katakana":return 28;case"katakana-iroha":return 29;case"khmer":return 30;case"korean-hangul-formal":return 31;case"korean-hanja-formal":return 32;case"korean-hanja-informal":return 33;case"lao":return 34;case"lower-armenian":return 35;case"malayalam":return 36;case"mongolian":return 37;case"myanmar":return 38;case"oriya":return 39;case"persian":return 40;case"simp-chinese-formal":return 41;case"simp-chinese-informal":return 42;case"tamil":return 43;case"telugu":return 44;case"thai":return 45;case"tibetan":return 46;case"trad-chinese-formal":return 47;case"trad-chinese-informal":return 48;case"upper-armenian":return 49;case"disclosure-open":return 50;case"disclosure-closed":return 51;default:return-1}}},_r=function(A){return{name:"margin-"+A,initialValue:"0",prefix:!1,type:4}},TB=_r("top"),DB=_r("right"),kB=_r("bottom"),MB=_r("left"),OB={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,e){return e.filter(G).map(function(t){switch(t.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},RB={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return e==="break-word"?"break-word":"normal"}},Xr=function(A){return{name:"padding-"+A,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},NB=Xr("top"),GB=Xr("right"),PB=Xr("bottom"),VB=Xr("left"),_B={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,e){switch(e){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},XB={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,e){switch(e){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},JB={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.length===1&&zn(e[0],"none")?[]:YA(e).map(function(t){for(var r={color:re.TRANSPARENT,offsetX:uA,offsetY:uA,blur:uA},n=0,s=0;s<t.length;s++){var a=t[s];he(a)?(n===0?r.offsetX=a:n===1?r.offsetY=a:r.blur=a,n++):r.color=pe.parse(A,a)}return r})}},WB={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},YB={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(A,e){if(e.type===20&&e.value==="none")return null;if(e.type===18){var t=ZB[e.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported transform function "'+e.name+'"');return t(e.values)}return null}},zB=function(A){var e=A.filter(function(t){return t.type===17}).map(function(t){return t.number});return e.length===6?e:null},$B=function(A){var e=A.filter(function(o){return o.type===17}).map(function(o){return o.number}),t=e[0],r=e[1];e[2],e[3];var n=e[4],s=e[5];e[6],e[7],e[8],e[9],e[10],e[11];var a=e[12],i=e[13];return e[14],e[15],e.length===16?[t,r,n,s,a,i]:null},ZB={matrix:zB,matrix3d:$B},ha={type:16,number:50,flags:kt},qB=[ha,ha],jB={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(A,e){var t=e.filter(j);return t.length!==2?qB:[t[0],t[1]]}},Au={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"hidden":return 1;case"collapse":return 2;default:return 0}}},It;(function(A){A.NORMAL="normal",A.BREAK_ALL="break-all",A.KEEP_ALL="keep-all"})(It||(It={}));var eu={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"break-all":return It.BREAK_ALL;case"keep-all":return It.KEEP_ALL;default:return It.NORMAL}}},tu={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,e){if(e.type===20)return{auto:!0,order:0};if(Je(e))return{auto:!1,order:e.number};throw new Error("Invalid z-index number parsed")}},Eo={name:"time",parse:function(A,e){if(e.type===15)switch(e.unit.toLowerCase()){case"s":return 1e3*e.number;case"ms":return e.number}throw new Error("Unsupported time type")}},ru={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,e){return Je(e)?e.number:1}},nu={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},su={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,e){return e.filter(G).map(function(t){switch(t.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(t){return t!==0})}},au={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,e){var t=[],r=[];return e.forEach(function(n){switch(n.type){case 20:case 0:t.push(n.value);break;case 17:t.push(n.number.toString());break;case 4:r.push(t.join(" ")),t.length=0;break}}),t.length&&r.push(t.join(" ")),r.map(function(n){return n.indexOf(" ")===-1?n:"'"+n+"'"})}},ou={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},iu={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,e){return Je(e)?e.number:G(e)&&e.value==="bold"?700:400}},lu={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.filter(G).map(function(t){return t.value})}},cu={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},tA=function(A,e){return(A&e)!==0},Bu={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(e.length===0)return[];var t=e[0];return t.type===20&&t.value==="none"?[]:e}},uu={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(e.length===0)return null;var t=e[0];if(t.type===20&&t.value==="none")return null;for(var r=[],n=e.filter(lo),s=0;s<n.length;s++){var a=n[s],i=n[s+1];if(a.type===20){var o=i&&Je(i)?i.number:1;r.push({counter:a.value,increment:o})}}return r}},gu={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(e.length===0)return[];for(var t=[],r=e.filter(lo),n=0;n<r.length;n++){var s=r[n],a=r[n+1];if(G(s)&&s.value!=="none"){var i=a&&Je(a)?a.number:0;t.push({counter:s.value,reset:i})}}return t}},du={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,e){return e.filter(Mt).map(function(t){return Eo.parse(A,t)})}},fu={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(e.length===0)return null;var t=e[0];if(t.type===20&&t.value==="none")return null;var r=[],n=e.filter(Gc);if(n.length%2!==0)return null;for(var s=0;s<n.length;s+=2){var a=n[s].value,i=n[s+1].value;r.push({open:a,close:i})}return r}},ba=function(A,e,t){if(!A)return"";var r=A[Math.min(e,A.length-1)];return r?t?r.open:r.close:""},pu={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.length===1&&zn(e[0],"none")?[]:YA(e).map(function(t){for(var r={color:255,offsetX:uA,offsetY:uA,blur:uA,spread:uA,inset:!1},n=0,s=0;s<t.length;s++){var a=t[s];zn(a,"inset")?r.inset=!0:he(a)?(n===0?r.offsetX=a:n===1?r.offsetY=a:n===2?r.blur=a:r.spread=a,n++):r.color=pe.parse(A,a)}return r})}},wu={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,e){var t=[0,1,2],r=[];return e.filter(G).forEach(function(n){switch(n.value){case"stroke":r.push(1);break;case"fill":r.push(0);break;case"markers":r.push(2);break}}),t.forEach(function(n){r.indexOf(n)===-1&&r.push(n)}),r}},hu={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},bu={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return Mt(e)?e.number:0}},Qu=(function(){function A(e,t){var r,n;this.animationDuration=U(e,du,t.animationDuration),this.backgroundClip=U(e,_c,t.backgroundClip),this.backgroundColor=U(e,Xc,t.backgroundColor),this.backgroundImage=U(e,eB,t.backgroundImage),this.backgroundOrigin=U(e,tB,t.backgroundOrigin),this.backgroundPosition=U(e,rB,t.backgroundPosition),this.backgroundRepeat=U(e,nB,t.backgroundRepeat),this.backgroundSize=U(e,aB,t.backgroundSize),this.borderTopColor=U(e,iB,t.borderTopColor),this.borderRightColor=U(e,lB,t.borderRightColor),this.borderBottomColor=U(e,cB,t.borderBottomColor),this.borderLeftColor=U(e,BB,t.borderLeftColor),this.borderTopLeftRadius=U(e,uB,t.borderTopLeftRadius),this.borderTopRightRadius=U(e,gB,t.borderTopRightRadius),this.borderBottomRightRadius=U(e,dB,t.borderBottomRightRadius),this.borderBottomLeftRadius=U(e,fB,t.borderBottomLeftRadius),this.borderTopStyle=U(e,pB,t.borderTopStyle),this.borderRightStyle=U(e,wB,t.borderRightStyle),this.borderBottomStyle=U(e,hB,t.borderBottomStyle),this.borderLeftStyle=U(e,bB,t.borderLeftStyle),this.borderTopWidth=U(e,QB,t.borderTopWidth),this.borderRightWidth=U(e,CB,t.borderRightWidth),this.borderBottomWidth=U(e,mB,t.borderBottomWidth),this.borderLeftWidth=U(e,UB,t.borderLeftWidth),this.boxShadow=U(e,pu,t.boxShadow),this.color=U(e,vB,t.color),this.direction=U(e,FB,t.direction),this.display=U(e,yB,t.display),this.float=U(e,xB,t.cssFloat),this.fontFamily=U(e,au,t.fontFamily),this.fontSize=U(e,ou,t.fontSize),this.fontStyle=U(e,cu,t.fontStyle),this.fontVariant=U(e,lu,t.fontVariant),this.fontWeight=U(e,iu,t.fontWeight),this.letterSpacing=U(e,HB,t.letterSpacing),this.lineBreak=U(e,IB,t.lineBreak),this.lineHeight=U(e,LB,t.lineHeight),this.listStyleImage=U(e,KB,t.listStyleImage),this.listStylePosition=U(e,SB,t.listStylePosition),this.listStyleType=U(e,$n,t.listStyleType),this.marginTop=U(e,TB,t.marginTop),this.marginRight=U(e,DB,t.marginRight),this.marginBottom=U(e,kB,t.marginBottom),this.marginLeft=U(e,MB,t.marginLeft),this.opacity=U(e,ru,t.opacity);var s=U(e,OB,t.overflow);this.overflowX=s[0],this.overflowY=s[s.length>1?1:0],this.overflowWrap=U(e,RB,t.overflowWrap),this.paddingTop=U(e,NB,t.paddingTop),this.paddingRight=U(e,GB,t.paddingRight),this.paddingBottom=U(e,PB,t.paddingBottom),this.paddingLeft=U(e,VB,t.paddingLeft),this.paintOrder=U(e,wu,t.paintOrder),this.position=U(e,XB,t.position),this.textAlign=U(e,_B,t.textAlign),this.textDecorationColor=U(e,nu,(r=t.textDecorationColor)!==null&&r!==void 0?r:t.color),this.textDecorationLine=U(e,su,(n=t.textDecorationLine)!==null&&n!==void 0?n:t.textDecoration),this.textShadow=U(e,JB,t.textShadow),this.textTransform=U(e,WB,t.textTransform),this.transform=U(e,YB,t.transform),this.transformOrigin=U(e,jB,t.transformOrigin),this.visibility=U(e,Au,t.visibility),this.webkitTextStrokeColor=U(e,hu,t.webkitTextStrokeColor),this.webkitTextStrokeWidth=U(e,bu,t.webkitTextStrokeWidth),this.wordBreak=U(e,eu,t.wordBreak),this.zIndex=U(e,tu,t.zIndex)}return A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},A.prototype.isTransparent=function(){return we(this.backgroundColor)},A.prototype.isTransformed=function(){return this.transform!==null},A.prototype.isPositioned=function(){return this.position!==0},A.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},A.prototype.isFloating=function(){return this.float!==0},A.prototype.isInlineLevel=function(){return tA(this.display,4)||tA(this.display,33554432)||tA(this.display,268435456)||tA(this.display,536870912)||tA(this.display,67108864)||tA(this.display,134217728)},A})(),Cu=(function(){function A(e,t){this.content=U(e,Bu,t.content),this.quotes=U(e,fu,t.quotes)}return A})(),Qa=(function(){function A(e,t){this.counterIncrement=U(e,uu,t.counterIncrement),this.counterReset=U(e,gu,t.counterReset)}return A})(),U=function(A,e,t){var r=new oo,n=t!==null&&typeof t<"u"?t.toString():e.initialValue;r.write(n);var s=new io(r.read());switch(e.type){case 2:var a=s.parseComponentValue();return e.parse(A,G(a)?a.value:e.initialValue);case 0:return e.parse(A,s.parseComponentValue());case 1:return e.parse(A,s.parseComponentValues());case 4:return s.parseComponentValue();case 3:switch(e.format){case"angle":return Or.parse(A,s.parseComponentValue());case"color":return pe.parse(A,s.parseComponentValue());case"image":return os.parse(A,s.parseComponentValue());case"length":var i=s.parseComponentValue();return he(i)?i:uA;case"length-percentage":var o=s.parseComponentValue();return j(o)?o:uA;case"time":return Eo.parse(A,s.parseComponentValue())}break}},mu="data-html2canvas-debug",Uu=function(A){var e=A.getAttribute(mu);switch(e){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},Zn=function(A,e){var t=Uu(A);return t===1||e===t},zA=(function(){function A(e,t){if(this.context=e,this.textNodes=[],this.elements=[],this.flags=0,Zn(t,3))debugger;this.styles=new Qu(e,window.getComputedStyle(t,null)),As(t)&&(this.styles.animationDuration.some(function(r){return r>0})&&(t.style.animationDuration="0s"),this.styles.transform!==null&&(t.style.transform="none")),this.bounds=kr(this.context,t),Zn(t,4)&&(this.flags|=16)}return A})(),vu="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",Ca="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",yt=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(bt=0;bt<Ca.length;bt++)yt[Ca.charCodeAt(bt)]=bt;var bt,Fu=function(A){var e=A.length*.75,t=A.length,r,n=0,s,a,i,o;A[A.length-1]==="="&&(e--,A[A.length-2]==="="&&e--);var l=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(e):new Array(e),c=Array.isArray(l)?l:new Uint8Array(l);for(r=0;r<t;r+=4)s=yt[A.charCodeAt(r)],a=yt[A.charCodeAt(r+1)],i=yt[A.charCodeAt(r+2)],o=yt[A.charCodeAt(r+3)],c[n++]=s<<2|a>>4,c[n++]=(a&15)<<4|i>>2,c[n++]=(i&3)<<6|o&63;return l},yu=function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t},Eu=function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t},Ee=5,is=11,Un=2,xu=is-Ee,xo=65536>>Ee,Hu=1<<Ee,vn=Hu-1,Iu=1024>>Ee,Lu=xo+Iu,Ku=Lu,Su=32,Tu=Ku+Su,Du=65536>>is,ku=1<<xu,Mu=ku-1,ma=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},Ou=function(A,e,t){return A.slice?A.slice(e,t):new Uint32Array(Array.prototype.slice.call(A,e,t))},Ru=function(A,e){var t=Fu(A),r=Array.isArray(t)?Eu(t):new Uint32Array(t),n=Array.isArray(t)?yu(t):new Uint16Array(t),s=24,a=ma(n,s/2,r[4]/2),i=r[5]===2?ma(n,(s+r[4])/2):Ou(r,Math.ceil((s+r[4])/4));return new Nu(r[0],r[1],r[2],r[3],a,i)},Nu=(function(){function A(e,t,r,n,s,a){this.initialValue=e,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=a}return A.prototype.get=function(e){var t;if(e>=0){if(e<55296||e>56319&&e<=65535)return t=this.index[e>>Ee],t=(t<<Un)+(e&vn),this.data[t];if(e<=65535)return t=this.index[xo+(e-55296>>Ee)],t=(t<<Un)+(e&vn),this.data[t];if(e<this.highStart)return t=Tu-Du+(e>>is),t=this.index[t],t+=e>>Ee&Mu,t=this.index[t],t=(t<<Un)+(e&vn),this.data[t];if(e<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A})(),Ua="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Gu=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(Qt=0;Qt<Ua.length;Qt++)Gu[Ua.charCodeAt(Qt)]=Qt;var Qt,Pu=1,Fn=2,yn=3,va=4,Fa=5,Vu=7,ya=8,En=9,xn=10,Ea=11,xa=12,Ha=13,Ia=14,Hn=15,_u=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=A.charCodeAt(t++);(s&64512)===56320?e.push(((n&1023)<<10)+(s&1023)+65536):(e.push(n),t--)}else e.push(n)}return e},Xu=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var a=A[n];a<=65535?r.push(a):(a-=65536,r.push((a>>10)+55296,a%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},Ju=Ru(vu),SA="\xD7",In="\xF7",Wu=function(A){return Ju.get(A)},Yu=function(A,e,t){var r=t-2,n=e[r],s=e[t-1],a=e[t];if(s===Fn&&a===yn)return SA;if(s===Fn||s===yn||s===va||a===Fn||a===yn||a===va)return In;if(s===ya&&[ya,En,Ea,xa].indexOf(a)!==-1||(s===Ea||s===En)&&(a===En||a===xn)||(s===xa||s===xn)&&a===xn||a===Ha||a===Fa||a===Vu||s===Pu)return SA;if(s===Ha&&a===Ia){for(;n===Fa;)n=e[--r];if(n===Ia)return SA}if(s===Hn&&a===Hn){for(var i=0;n===Hn;)i++,n=e[--r];if(i%2===0)return SA}return In},zu=function(A){var e=_u(A),t=e.length,r=0,n=0,s=e.map(Wu);return{next:function(){if(r>=t)return{done:!0,value:null};for(var a=SA;r<t&&(a=Yu(e,s,++r))===SA;);if(a!==SA||r===t){var i=Xu.apply(null,e.slice(n,r));return n=r,{value:i,done:!1}}return{done:!0,value:null}}}},$u=function(A){for(var e=zu(A),t=[],r;!(r=e.next()).done;)r.value&&t.push(r.value.slice());return t},Zu=function(A){var e=123;if(A.createRange){var t=A.createRange();if(t.getBoundingClientRect){var r=A.createElement("boundtest");r.style.height=e+"px",r.style.display="block",A.body.appendChild(r),t.selectNode(r);var n=t.getBoundingClientRect(),s=Math.round(n.height);if(A.body.removeChild(r),s===e)return!0}}return!1},qu=function(A){var e=A.createElement("boundtest");e.style.width="50px",e.style.display="block",e.style.fontSize="12px",e.style.letterSpacing="0px",e.style.wordSpacing="0px",A.body.appendChild(e);var t=A.createRange();e.innerHTML=typeof"".repeat=="function"?"👨".repeat(10):"";var r=e.firstChild,n=Mr(r.data).map(function(o){return Z(o)}),s=0,a={},i=n.every(function(o,l){t.setStart(r,s),t.setEnd(r,s+o.length);var c=t.getBoundingClientRect();s+=o.length;var B=c.x>a.x||c.y>a.y;return a=c,l===0?!0:B});return A.body.removeChild(e),i},ju=function(){return typeof new Image().crossOrigin<"u"},Ag=function(){return typeof new XMLHttpRequest().responseType=="string"},eg=function(A){var e=new Image,t=A.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;e.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(e,0,0),t.toDataURL()}catch{return!1}return!0},La=function(A){return A[0]===0&&A[1]===255&&A[2]===0&&A[3]===255},tg=function(A){var e=A.createElement("canvas"),t=100;e.width=t,e.height=t;var r=e.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,t,t);var n=new Image,s=e.toDataURL();n.src=s;var a=qn(t,t,0,0,n);return r.fillStyle="red",r.fillRect(0,0,t,t),Ka(a).then(function(i){r.drawImage(i,0,0);var o=r.getImageData(0,0,t,t).data;r.fillStyle="red",r.fillRect(0,0,t,t);var l=A.createElement("div");return l.style.backgroundImage="url("+s+")",l.style.height=t+"px",La(o)?Ka(qn(t,t,0,0,l)):Promise.reject(!1)}).then(function(i){return r.drawImage(i,0,0),La(r.getImageData(0,0,t,t).data)}).catch(function(){return!1})},qn=function(A,e,t,r,n){var s="http://www.w3.org/2000/svg",a=document.createElementNS(s,"svg"),i=document.createElementNS(s,"foreignObject");return a.setAttributeNS(null,"width",A.toString()),a.setAttributeNS(null,"height",e.toString()),i.setAttributeNS(null,"width","100%"),i.setAttributeNS(null,"height","100%"),i.setAttributeNS(null,"x",t.toString()),i.setAttributeNS(null,"y",r.toString()),i.setAttributeNS(null,"externalResourcesRequired","true"),a.appendChild(i),i.appendChild(n),a},Ka=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){return e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},BA={get SUPPORT_RANGE_BOUNDS(){var A=Zu(document);return Object.defineProperty(BA,"SUPPORT_RANGE_BOUNDS",{value:A}),A},get SUPPORT_WORD_BREAKING(){var A=BA.SUPPORT_RANGE_BOUNDS&&qu(document);return Object.defineProperty(BA,"SUPPORT_WORD_BREAKING",{value:A}),A},get SUPPORT_SVG_DRAWING(){var A=eg(document);return Object.defineProperty(BA,"SUPPORT_SVG_DRAWING",{value:A}),A},get SUPPORT_FOREIGNOBJECT_DRAWING(){var A=typeof Array.from=="function"&&typeof window.fetch=="function"?tg(document):Promise.resolve(!1);return Object.defineProperty(BA,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A}),A},get SUPPORT_CORS_IMAGES(){var A=ju();return Object.defineProperty(BA,"SUPPORT_CORS_IMAGES",{value:A}),A},get SUPPORT_RESPONSE_TYPE(){var A=Ag();return Object.defineProperty(BA,"SUPPORT_RESPONSE_TYPE",{value:A}),A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;return Object.defineProperty(BA,"SUPPORT_CORS_XHR",{value:A}),A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!!(typeof Intl<"u"&&Intl.Segmenter);return Object.defineProperty(BA,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A}),A}},Lt=(function(){function A(e,t){this.text=e,this.bounds=t}return A})(),rg=function(A,e,t,r){var n=ag(e,t),s=[],a=0;return n.forEach(function(i){if(t.textDecorationLine.length||i.trim().length>0)if(BA.SUPPORT_RANGE_BOUNDS){var o=Sa(r,a,i.length).getClientRects();if(o.length>1){var l=ls(i),c=0;l.forEach(function(u){s.push(new Lt(u,ne.fromDOMRectList(A,Sa(r,c+a,u.length).getClientRects()))),c+=u.length})}else s.push(new Lt(i,ne.fromDOMRectList(A,o)))}else{var B=r.splitText(i.length);s.push(new Lt(i,ng(A,r))),r=B}else BA.SUPPORT_RANGE_BOUNDS||(r=r.splitText(i.length));a+=i.length}),s},ng=function(A,e){var t=e.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(e.cloneNode(!0));var n=e.parentNode;if(n){n.replaceChild(r,e);var s=kr(A,r);return r.firstChild&&n.replaceChild(r.firstChild,r),s}}return ne.EMPTY},Sa=function(A,e,t){var r=A.ownerDocument;if(!r)throw new Error("Node has no owner document");var n=r.createRange();return n.setStart(A,e),n.setEnd(A,e+t),n},ls=function(A){if(BA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(e.segment(A)).map(function(t){return t.segment})}return $u(A)},sg=function(A,e){if(BA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(A)).map(function(r){return r.segment})}return ig(A,e)},ag=function(A,e){return e.letterSpacing!==0?ls(A):sg(A,e)},og=[32,160,4961,65792,65793,4153,4241],ig=function(A,e){for(var t=Dl(A,{lineBreak:e.lineBreak,wordBreak:e.overflowWrap==="break-word"?"break-word":e.wordBreak}),r=[],n,s=function(){if(n.value){var a=n.value.slice(),i=Mr(a),o="";i.forEach(function(l){og.indexOf(l)===-1?o+=Z(l):(o.length&&r.push(o),r.push(Z(l)),o="")}),o.length&&r.push(o)}};!(n=t.next()).done;)s();return r},lg=(function(){function A(e,t,r){this.text=cg(t.data,r.textTransform),this.textBounds=rg(e,this.text,r,t)}return A})(),cg=function(A,e){switch(e){case 1:return A.toLowerCase();case 3:return A.replace(Bg,ug);case 2:return A.toUpperCase();default:return A}},Bg=/(^|\s|:|-|\(|\))([a-z])/g,ug=function(A,e,t){return A.length>0?e+t.toUpperCase():A},Ho=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.src=r.currentSrc||r.src,n.intrinsicWidth=r.naturalWidth,n.intrinsicHeight=r.naturalHeight,n.context.cache.addImage(n.src),n}return e})(zA),Io=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.canvas=r,n.intrinsicWidth=r.width,n.intrinsicHeight=r.height,n}return e})(zA),Lo=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this,s=new XMLSerializer,a=kr(t,r);return r.setAttribute("width",a.width+"px"),r.setAttribute("height",a.height+"px"),n.svg="data:image/svg+xml,"+encodeURIComponent(s.serializeToString(r)),n.intrinsicWidth=r.width.baseVal.value,n.intrinsicHeight=r.height.baseVal.value,n.context.cache.addImage(n.svg),n}return e})(zA),Ko=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.value=r.value,n}return e})(zA),jn=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.start=r.start,n.reversed=typeof r.reversed=="boolean"&&r.reversed===!0,n}return e})(zA),gg=[{type:15,flags:0,unit:"px",number:3}],dg=[{type:16,flags:0,number:50}],fg=function(A){return A.width>A.height?new ne(A.left+(A.width-A.height)/2,A.top,A.height,A.height):A.width<A.height?new ne(A.left,A.top+(A.height-A.width)/2,A.width,A.width):A},pg=function(A){var e=A.type===wg?new Array(A.value.length+1).join("\u2022"):A.value;return e.length===0?A.placeholder||"":e},Hr="checkbox",Ir="radio",wg="password",Ta=707406591,cs=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;switch(n.type=r.type.toLowerCase(),n.checked=r.checked,n.value=pg(r),(n.type===Hr||n.type===Ir)&&(n.styles.backgroundColor=3739148031,n.styles.borderTopColor=n.styles.borderRightColor=n.styles.borderBottomColor=n.styles.borderLeftColor=2779096575,n.styles.borderTopWidth=n.styles.borderRightWidth=n.styles.borderBottomWidth=n.styles.borderLeftWidth=1,n.styles.borderTopStyle=n.styles.borderRightStyle=n.styles.borderBottomStyle=n.styles.borderLeftStyle=1,n.styles.backgroundClip=[0],n.styles.backgroundOrigin=[0],n.bounds=fg(n.bounds)),n.type){case Hr:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=gg;break;case Ir:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=dg;break}return n}return e})(zA),So=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this,s=r.options[r.selectedIndex||0];return n.value=s&&s.text||"",n}return e})(zA),To=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.value=r.value,n}return e})(zA),Do=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;n.src=r.src,n.width=parseInt(r.width,10)||0,n.height=parseInt(r.height,10)||0,n.backgroundColor=n.styles.backgroundColor;try{if(r.contentWindow&&r.contentWindow.document&&r.contentWindow.document.documentElement){n.tree=Mo(t,r.contentWindow.document.documentElement);var s=r.contentWindow.document.documentElement?Ht(t,getComputedStyle(r.contentWindow.document.documentElement).backgroundColor):re.TRANSPARENT,a=r.contentWindow.document.body?Ht(t,getComputedStyle(r.contentWindow.document.body).backgroundColor):re.TRANSPARENT;n.backgroundColor=we(s)?we(a)?n.styles.backgroundColor:a:s}}catch{}return n}return e})(zA),hg=["OL","UL","MENU"],vr=function(A,e,t,r){for(var n=e.firstChild,s=void 0;n;n=s)if(s=n.nextSibling,Oo(n)&&n.data.trim().length>0)t.textNodes.push(new lg(A,n,t.styles));else if(Ve(n))if(Po(n)&&n.assignedNodes)n.assignedNodes().forEach(function(i){return vr(A,i,t,r)});else{var a=ko(A,n);a.styles.isVisible()&&(bg(n,a,r)?a.flags|=4:Qg(a.styles)&&(a.flags|=2),hg.indexOf(n.tagName)!==-1&&(a.flags|=8),t.elements.push(a),n.slot,n.shadowRoot?vr(A,n.shadowRoot,a,r):!Lr(n)&&!Ro(n)&&!Kr(n)&&vr(A,n,a,r))}},ko=function(A,e){return es(e)?new Ho(A,e):No(e)?new Io(A,e):Ro(e)?new Lo(A,e):Cg(e)?new Ko(A,e):mg(e)?new jn(A,e):Ug(e)?new cs(A,e):Kr(e)?new So(A,e):Lr(e)?new To(A,e):Go(e)?new Do(A,e):new zA(A,e)},Mo=function(A,e){var t=ko(A,e);return t.flags|=4,vr(A,e,t,t),t},bg=function(A,e,t){return e.styles.isPositionedWithZIndex()||e.styles.opacity<1||e.styles.isTransformed()||Bs(A)&&t.styles.isTransparent()},Qg=function(A){return A.isPositioned()||A.isFloating()},Oo=function(A){return A.nodeType===Node.TEXT_NODE},Ve=function(A){return A.nodeType===Node.ELEMENT_NODE},As=function(A){return Ve(A)&&typeof A.style<"u"&&!Fr(A)},Fr=function(A){return typeof A.className=="object"},Cg=function(A){return A.tagName==="LI"},mg=function(A){return A.tagName==="OL"},Ug=function(A){return A.tagName==="INPUT"},vg=function(A){return A.tagName==="HTML"},Ro=function(A){return A.tagName==="svg"},Bs=function(A){return A.tagName==="BODY"},No=function(A){return A.tagName==="CANVAS"},Da=function(A){return A.tagName==="VIDEO"},es=function(A){return A.tagName==="IMG"},Go=function(A){return A.tagName==="IFRAME"},ka=function(A){return A.tagName==="STYLE"},Fg=function(A){return A.tagName==="SCRIPT"},Lr=function(A){return A.tagName==="TEXTAREA"},Kr=function(A){return A.tagName==="SELECT"},Po=function(A){return A.tagName==="SLOT"},Ma=function(A){return A.tagName.indexOf("-")>0},yg=(function(){function A(){this.counters={}}return A.prototype.getCounterValue=function(e){var t=this.counters[e];return t&&t.length?t[t.length-1]:1},A.prototype.getCounterValues=function(e){var t=this.counters[e];return t||[]},A.prototype.pop=function(e){var t=this;e.forEach(function(r){return t.counters[r].pop()})},A.prototype.parse=function(e){var t=this,r=e.counterIncrement,n=e.counterReset,s=!0;r!==null&&r.forEach(function(i){var o=t.counters[i.counter];o&&i.increment!==0&&(s=!1,o.length||o.push(1),o[Math.max(0,o.length-1)]+=i.increment)});var a=[];return s&&n.forEach(function(i){var o=t.counters[i.counter];a.push(i.counter),o||(o=t.counters[i.counter]=[]),o.push(i.reset)}),a},A})(),Oa={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},Ra={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u0554","\u0553","\u0552","\u0551","\u0550","\u054F","\u054E","\u054D","\u054C","\u054B","\u054A","\u0549","\u0548","\u0547","\u0546","\u0545","\u0544","\u0543","\u0542","\u0541","\u0540","\u053F","\u053E","\u053D","\u053C","\u053B","\u053A","\u0539","\u0538","\u0537","\u0536","\u0535","\u0534","\u0533","\u0532","\u0531"]},Eg={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["\u05D9\u05F3","\u05D8\u05F3","\u05D7\u05F3","\u05D6\u05F3","\u05D5\u05F3","\u05D4\u05F3","\u05D3\u05F3","\u05D2\u05F3","\u05D1\u05F3","\u05D0\u05F3","\u05EA","\u05E9","\u05E8","\u05E7","\u05E6","\u05E4","\u05E2","\u05E1","\u05E0","\u05DE","\u05DC","\u05DB","\u05D9\u05D8","\u05D9\u05D7","\u05D9\u05D6","\u05D8\u05D6","\u05D8\u05D5","\u05D9","\u05D8","\u05D7","\u05D6","\u05D5","\u05D4","\u05D3","\u05D2","\u05D1","\u05D0"]},xg={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u10F5","\u10F0","\u10EF","\u10F4","\u10EE","\u10ED","\u10EC","\u10EB","\u10EA","\u10E9","\u10E8","\u10E7","\u10E6","\u10E5","\u10E4","\u10F3","\u10E2","\u10E1","\u10E0","\u10DF","\u10DE","\u10DD","\u10F2","\u10DC","\u10DB","\u10DA","\u10D9","\u10D8","\u10D7","\u10F1","\u10D6","\u10D5","\u10D4","\u10D3","\u10D2","\u10D1","\u10D0"]},Oe=function(A,e,t,r,n,s){return A<e||A>t?Dt(A,n,s.length>0):r.integers.reduce(function(a,i,o){for(;A>=i;)A-=i,a+=r.values[o];return a},"")+s},Vo=function(A,e,t,r){var n="";do t||A--,n=r(A)+n,A/=e;while(A*e>=e);return n},$=function(A,e,t,r,n){var s=t-e+1;return(A<0?"-":"")+(Vo(Math.abs(A),s,r,function(a){return Z(Math.floor(a%s)+e)})+n)},Ue=function(A,e,t){t===void 0&&(t=". ");var r=e.length;return Vo(Math.abs(A),r,!1,function(n){return e[Math.floor(n%r)]})+t},Ge=1,ce=2,Be=4,Et=8,te=function(A,e,t,r,n,s){if(A<-9999||A>9999)return Dt(A,4,n.length>0);var a=Math.abs(A),i=n;if(a===0)return e[0]+i;for(var o=0;a>0&&o<=4;o++){var l=a%10;l===0&&tA(s,Ge)&&i!==""?i=e[l]+i:l>1||l===1&&o===0||l===1&&o===1&&tA(s,ce)||l===1&&o===1&&tA(s,Be)&&A>100||l===1&&o>1&&tA(s,Et)?i=e[l]+(o>0?t[o-1]:"")+i:l===1&&o>0&&(i=t[o-1]+i),a=Math.floor(a/10)}return(A<0?r:"")+i},Na="\u5341\u767E\u5343\u842C",Ga="\u62FE\u4F70\u4EDF\u842C",Pa="\u30DE\u30A4\u30CA\u30B9",Ln="\uB9C8\uC774\uB108\uC2A4",Dt=function(A,e,t){var r=t?". ":"",n=t?"\u3001":"",s=t?", ":"",a=t?" ":"";switch(e){case 0:return"\u2022"+a;case 1:return"\u25E6"+a;case 2:return"\u25FE"+a;case 5:var i=$(A,48,57,!0,r);return i.length<4?"0"+i:i;case 4:return Ue(A,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",n);case 6:return Oe(A,1,3999,Oa,3,r).toLowerCase();case 7:return Oe(A,1,3999,Oa,3,r);case 8:return $(A,945,969,!1,r);case 9:return $(A,97,122,!1,r);case 10:return $(A,65,90,!1,r);case 11:return $(A,1632,1641,!0,r);case 12:case 49:return Oe(A,1,9999,Ra,3,r);case 35:return Oe(A,1,9999,Ra,3,r).toLowerCase();case 13:return $(A,2534,2543,!0,r);case 14:case 30:return $(A,6112,6121,!0,r);case 15:return Ue(A,"\u5B50\u4E11\u5BC5\u536F\u8FB0\u5DF3\u5348\u672A\u7533\u9149\u620C\u4EA5",n);case 16:return Ue(A,"\u7532\u4E59\u4E19\u4E01\u620A\u5DF1\u5E9A\u8F9B\u58EC\u7678",n);case 17:case 48:return te(A,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",Na,"\u8CA0",n,ce|Be|Et);case 47:return te(A,"\u96F6\u58F9\u8CB3\u53C3\u8086\u4F0D\u9678\u67D2\u634C\u7396",Ga,"\u8CA0",n,Ge|ce|Be|Et);case 42:return te(A,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",Na,"\u8D1F",n,ce|Be|Et);case 41:return te(A,"\u96F6\u58F9\u8D30\u53C1\u8086\u4F0D\u9646\u67D2\u634C\u7396",Ga,"\u8D1F",n,Ge|ce|Be|Et);case 26:return te(A,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u4E07",Pa,n,0);case 25:return te(A,"\u96F6\u58F1\u5F10\u53C2\u56DB\u4F0D\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343\u4E07",Pa,n,Ge|ce|Be);case 31:return te(A,"\uC601\uC77C\uC774\uC0BC\uC0AC\uC624\uC721\uCE60\uD314\uAD6C","\uC2ED\uBC31\uCC9C\uB9CC",Ln,s,Ge|ce|Be);case 33:return te(A,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u842C",Ln,s,0);case 32:return te(A,"\u96F6\u58F9\u8CB3\u53C3\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343",Ln,s,Ge|ce|Be);case 18:return $(A,2406,2415,!0,r);case 20:return Oe(A,1,19999,xg,3,r);case 21:return $(A,2790,2799,!0,r);case 22:return $(A,2662,2671,!0,r);case 22:return Oe(A,1,10999,Eg,3,r);case 23:return Ue(A,"\u3042\u3044\u3046\u3048\u304A\u304B\u304D\u304F\u3051\u3053\u3055\u3057\u3059\u305B\u305D\u305F\u3061\u3064\u3066\u3068\u306A\u306B\u306C\u306D\u306E\u306F\u3072\u3075\u3078\u307B\u307E\u307F\u3080\u3081\u3082\u3084\u3086\u3088\u3089\u308A\u308B\u308C\u308D\u308F\u3090\u3091\u3092\u3093");case 24:return Ue(A,"\u3044\u308D\u306F\u306B\u307B\u3078\u3068\u3061\u308A\u306C\u308B\u3092\u308F\u304B\u3088\u305F\u308C\u305D\u3064\u306D\u306A\u3089\u3080\u3046\u3090\u306E\u304A\u304F\u3084\u307E\u3051\u3075\u3053\u3048\u3066\u3042\u3055\u304D\u3086\u3081\u307F\u3057\u3091\u3072\u3082\u305B\u3059");case 27:return $(A,3302,3311,!0,r);case 28:return Ue(A,"\u30A2\u30A4\u30A6\u30A8\u30AA\u30AB\u30AD\u30AF\u30B1\u30B3\u30B5\u30B7\u30B9\u30BB\u30BD\u30BF\u30C1\u30C4\u30C6\u30C8\u30CA\u30CB\u30CC\u30CD\u30CE\u30CF\u30D2\u30D5\u30D8\u30DB\u30DE\u30DF\u30E0\u30E1\u30E2\u30E4\u30E6\u30E8\u30E9\u30EA\u30EB\u30EC\u30ED\u30EF\u30F0\u30F1\u30F2\u30F3",n);case 29:return Ue(A,"\u30A4\u30ED\u30CF\u30CB\u30DB\u30D8\u30C8\u30C1\u30EA\u30CC\u30EB\u30F2\u30EF\u30AB\u30E8\u30BF\u30EC\u30BD\u30C4\u30CD\u30CA\u30E9\u30E0\u30A6\u30F0\u30CE\u30AA\u30AF\u30E4\u30DE\u30B1\u30D5\u30B3\u30A8\u30C6\u30A2\u30B5\u30AD\u30E6\u30E1\u30DF\u30B7\u30F1\u30D2\u30E2\u30BB\u30B9",n);case 34:return $(A,3792,3801,!0,r);case 37:return $(A,6160,6169,!0,r);case 38:return $(A,4160,4169,!0,r);case 39:return $(A,2918,2927,!0,r);case 40:return $(A,1776,1785,!0,r);case 43:return $(A,3046,3055,!0,r);case 44:return $(A,3174,3183,!0,r);case 45:return $(A,3664,3673,!0,r);case 46:return $(A,3872,3881,!0,r);default:return $(A,48,57,!0,r)}},_o="data-html2canvas-ignore",Va=(function(){function A(e,t,r){if(this.context=e,this.options=r,this.scrolledElements=[],this.referenceElement=t,this.counters=new yg,this.quoteDepth=0,!t.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(t.ownerDocument.documentElement,!1)}return A.prototype.toIFrame=function(e,t){var r=this,n=Hg(e,t);if(!n.contentWindow)return Promise.reject("Unable to find iframe window");var s=e.defaultView.pageXOffset,a=e.defaultView.pageYOffset,i=n.contentWindow,o=i.document,l=Kg(n).then(function(){return bA(r,void 0,void 0,function(){var c,B;return pA(this,function(u){switch(u.label){case 0:return this.scrolledElements.forEach(kg),i&&(i.scrollTo(t.left,t.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(i.scrollY!==t.top||i.scrollX!==t.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(i.scrollX-t.left,i.scrollY-t.top,0,0))),c=this.options.onclone,B=this.clonedReferenceElement,typeof B>"u"?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:o.fonts&&o.fonts.ready?[4,o.fonts.ready]:[3,2];case 1:u.sent(),u.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,Lg(o)]:[3,4];case 3:u.sent(),u.label=4;case 4:return typeof c=="function"?[2,Promise.resolve().then(function(){return c(o,B)}).then(function(){return n})]:[2,n]}})})});return o.open(),o.write(Tg(document.doctype)+"<html></html>"),Dg(this.referenceElement.ownerDocument,s,a),o.replaceChild(o.adoptNode(this.documentElement),o.documentElement),o.close(),l},A.prototype.createElementClone=function(e){if(Zn(e,2))debugger;if(No(e))return this.createCanvasClone(e);if(Da(e))return this.createVideoClone(e);if(ka(e))return this.createStyleClone(e);var t=e.cloneNode(!1);return es(t)&&(es(e)&&e.currentSrc&&e.currentSrc!==e.src&&(t.src=e.currentSrc,t.srcset=""),t.loading==="lazy"&&(t.loading="eager")),Ma(t)?this.createCustomElementClone(t):t},A.prototype.createCustomElementClone=function(e){var t=document.createElement("html2canvascustomelement");return Kn(e.style,t),t},A.prototype.createStyleClone=function(e){try{var t=e.sheet;if(t&&t.cssRules){var r=[].slice.call(t.cssRules,0).reduce(function(s,a){return a&&typeof a.cssText=="string"?s+a.cssText:s},""),n=e.cloneNode(!1);return n.textContent=r,n}}catch(s){if(this.context.logger.error("Unable to access cssRules property",s),s.name!=="SecurityError")throw s}return e.cloneNode(!1)},A.prototype.createCanvasClone=function(e){var t;if(this.options.inlineImages&&e.ownerDocument){var r=e.ownerDocument.createElement("img");try{return r.src=e.toDataURL(),r}catch{this.context.logger.info("Unable to inline canvas contents, canvas is tainted",e)}}var n=e.cloneNode(!1);try{n.width=e.width,n.height=e.height;var s=e.getContext("2d"),a=n.getContext("2d");if(a)if(!this.options.allowTaint&&s)a.putImageData(s.getImageData(0,0,e.width,e.height),0,0);else{var i=(t=e.getContext("webgl2"))!==null&&t!==void 0?t:e.getContext("webgl");if(i){var o=i.getContextAttributes();o?.preserveDrawingBuffer===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",e)}a.drawImage(e,0,0)}return n}catch{this.context.logger.info("Unable to clone canvas as it is tainted",e)}return n},A.prototype.createVideoClone=function(e){var t=e.ownerDocument.createElement("canvas");t.width=e.offsetWidth,t.height=e.offsetHeight;var r=t.getContext("2d");try{return r&&(r.drawImage(e,0,0,t.width,t.height),this.options.allowTaint||r.getImageData(0,0,t.width,t.height)),t}catch{this.context.logger.info("Unable to clone video as it is tainted",e)}var n=e.ownerDocument.createElement("canvas");return n.width=e.offsetWidth,n.height=e.offsetHeight,n},A.prototype.appendChildNode=function(e,t,r){(!Ve(t)||!Fg(t)&&!t.hasAttribute(_o)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(t)))&&(!this.options.copyStyles||!Ve(t)||!ka(t))&&e.appendChild(this.cloneNode(t,r))},A.prototype.cloneChildNodes=function(e,t,r){for(var n=this,s=e.shadowRoot?e.shadowRoot.firstChild:e.firstChild;s;s=s.nextSibling)if(Ve(s)&&Po(s)&&typeof s.assignedNodes=="function"){var a=s.assignedNodes();a.length&&a.forEach(function(i){return n.appendChildNode(t,i,r)})}else this.appendChildNode(t,s,r)},A.prototype.cloneNode=function(e,t){if(Oo(e))return document.createTextNode(e.data);if(!e.ownerDocument)return e.cloneNode(!1);var r=e.ownerDocument.defaultView;if(r&&Ve(e)&&(As(e)||Fr(e))){var n=this.createElementClone(e);n.style.transitionProperty="none";var s=r.getComputedStyle(e),a=r.getComputedStyle(e,":before"),i=r.getComputedStyle(e,":after");this.referenceElement===e&&As(n)&&(this.clonedReferenceElement=n),Bs(n)&&Rg(n);var o=this.counters.parse(new Qa(this.context,s)),l=this.resolvePseudoContent(e,n,a,Kt.BEFORE);Ma(e)&&(t=!0),Da(e)||this.cloneChildNodes(e,n,t),l&&n.insertBefore(l,n.firstChild);var c=this.resolvePseudoContent(e,n,i,Kt.AFTER);return c&&n.appendChild(c),this.counters.pop(o),(s&&(this.options.copyStyles||Fr(e))&&!Go(e)||t)&&Kn(s,n),(e.scrollTop!==0||e.scrollLeft!==0)&&this.scrolledElements.push([n,e.scrollLeft,e.scrollTop]),(Lr(e)||Kr(e))&&(Lr(n)||Kr(n))&&(n.value=e.value),n}return e.cloneNode(!1)},A.prototype.resolvePseudoContent=function(e,t,r,n){var s=this;if(r){var a=r.content,i=t.ownerDocument;if(!(!i||!a||a==="none"||a==="-moz-alt-content"||r.display==="none")){this.counters.parse(new Qa(this.context,r));var o=new Cu(this.context,r),l=i.createElement("html2canvaspseudoelement");Kn(r,l),o.content.forEach(function(B){if(B.type===0)l.appendChild(i.createTextNode(B.value));else if(B.type===22){var u=i.createElement("img");u.src=B.value,u.style.opacity="1",l.appendChild(u)}else if(B.type===18){if(B.name==="attr"){var f=B.values.filter(G);f.length&&l.appendChild(i.createTextNode(e.getAttribute(f[0].value)||""))}else if(B.name==="counter"){var p=B.values.filter(Xe),w=p[0],y=p[1];if(w&&G(w)){var b=s.counters.getCounterValue(w.value),h=y&&G(y)?$n.parse(s.context,y.value):3;l.appendChild(i.createTextNode(Dt(b,h,!1)))}}else if(B.name==="counters"){var k=B.values.filter(Xe),w=k[0],K=k[1],y=k[2];if(w&&G(w)){var H=s.counters.getCounterValues(w.value),Q=y&&G(y)?$n.parse(s.context,y.value):3,C=K&&K.type===0?K.value:"",S=H.map(function(sA){return Dt(sA,Q,!1)}).join(C);l.appendChild(i.createTextNode(S))}}}else if(B.type===20)switch(B.value){case"open-quote":l.appendChild(i.createTextNode(ba(o.quotes,s.quoteDepth++,!0)));break;case"close-quote":l.appendChild(i.createTextNode(ba(o.quotes,--s.quoteDepth,!1)));break;default:l.appendChild(i.createTextNode(B.value))}}),l.className=ts+" "+rs;var c=n===Kt.BEFORE?" "+ts:" "+rs;return Fr(t)?t.className.baseValue+=c:t.className+=c,l}}},A.destroy=function(e){return e.parentNode?(e.parentNode.removeChild(e),!0):!1},A})(),Kt;(function(A){A[A.BEFORE=0]="BEFORE",A[A.AFTER=1]="AFTER"})(Kt||(Kt={}));var Hg=function(A,e){var t=A.createElement("iframe");return t.className="html2canvas-container",t.style.visibility="hidden",t.style.position="fixed",t.style.left="-10000px",t.style.top="0px",t.style.border="0",t.width=e.width.toString(),t.height=e.height.toString(),t.scrolling="no",t.setAttribute(_o,"true"),A.body.appendChild(t),t},Ig=function(A){return new Promise(function(e){if(A.complete){e();return}if(!A.src){e();return}A.onload=e,A.onerror=e})},Lg=function(A){return Promise.all([].slice.call(A.images,0).map(Ig))},Kg=function(A){return new Promise(function(e,t){var r=A.contentWindow;if(!r)return t("No window assigned for iframe");var n=r.document;r.onload=A.onload=function(){r.onload=A.onload=null;var s=setInterval(function(){n.body.childNodes.length>0&&n.readyState==="complete"&&(clearInterval(s),e(A))},50)}})},Sg=["all","d","content"],Kn=function(A,e){for(var t=A.length-1;t>=0;t--){var r=A.item(t);Sg.indexOf(r)===-1&&e.style.setProperty(r,A.getPropertyValue(r))}return e},Tg=function(A){var e="";return A&&(e+="<!DOCTYPE ",A.name&&(e+=A.name),A.internalSubset&&(e+=A.internalSubset),A.publicId&&(e+='"'+A.publicId+'"'),A.systemId&&(e+='"'+A.systemId+'"'),e+=">"),e},Dg=function(A,e,t){A&&A.defaultView&&(e!==A.defaultView.pageXOffset||t!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(e,t)},kg=function(A){var e=A[0],t=A[1],r=A[2];e.scrollLeft=t,e.scrollTop=r},Mg=":before",Og=":after",ts="___html2canvas___pseudoelement_before",rs="___html2canvas___pseudoelement_after",_a=`{
|
|
4
|
+
`)),ct.push(t),ct.length>Ms&&ct.shift(),vA({type:"console",category:`console.${A}`,message:t.args.join(" ").slice(0,200),timestamp:t.timestamp})}function Os(A){A&&(Ms=A);for(let e of Object.keys(Zt))console[e]=function(...t){sl(e,t),Zt[e].apply(console,t)}}function jA(){return[...ct]}function Rs(){ct=[]}function Ns(){for(let A of Object.keys(Zt))console[A]=Zt[A]}var Ke=[],Gs=50,qt,jt,Ar;function pn(A){Ke.push(A),Ke.length>Gs&&Ke.shift(),vA({type:"network",category:A.failed?"network.error":"network.ok",message:`${A.method} ${A.url} \u2192 ${A.status} (${A.duration}ms)`,timestamp:A.timestamp,data:{status:A.status,duration:A.duration}})}function Ps(A){try{let e=new URL(A,window.location.origin),t=new URLSearchParams(e.search);for(let n of t.keys()){let s=n.toLowerCase();(s.includes("token")||s.includes("key")||s.includes("secret")||s.includes("password")||s.includes("auth"))&&t.set(n,"[REDACTED]")}let r=t.toString();return e.pathname+(r?"?"+r:"")}catch{return Le(A)}}function ol(){qt=window.fetch,window.fetch=async function(A,e){let t=e?.method?.toUpperCase()??"GET",r=typeof A=="string"?A:A instanceof URL?A.href:A.url,n=Ps(r),s=Date.now();try{let o=await qt.call(window,A,e);return pn({method:t,url:n,status:o.status,statusText:o.statusText,duration:Date.now()-s,responseType:o.headers.get("content-type")??void 0,timestamp:s,failed:o.status>=400}),o}catch(o){throw pn({method:t,url:n,status:0,statusText:"Network Error",duration:Date.now()-s,timestamp:s,failed:!0}),o}}}function al(){jt=XMLHttpRequest.prototype.open,Ar=XMLHttpRequest.prototype.send,XMLHttpRequest.prototype.open=function(A,e,...t){return this.__bs_method=A.toUpperCase(),this.__bs_url=Ps(typeof e=="string"?e:e.href),jt.apply(this,[A,e,...t])},XMLHttpRequest.prototype.send=function(A){let e=Date.now();return this.addEventListener("loadend",function(){pn({method:this.__bs_method??"GET",url:this.__bs_url??"",status:this.status,statusText:this.statusText,duration:Date.now()-e,responseType:this.getResponseHeader("content-type")??void 0,timestamp:e,failed:this.status>=400||this.status===0})}),Ar.call(this,A)}}function Vs(A){A&&(Gs=A),ol(),al()}function Se(){return[...Ke]}function le(){return Ke.filter(A=>A.failed)}function _s(){Ke=[]}function Xs(){qt&&(window.fetch=qt),jt&&(XMLHttpRequest.prototype.open=jt),Ar&&(XMLHttpRequest.prototype.send=Ar)}var er=[],Bt=null,ut=null;function Js(){Bt=A=>{let e={message:A.message||"Unknown error",source:A.filename,lineno:A.lineno,colno:A.colno,stack:A.error?.stack,type:"error",timestamp:Date.now()};er.push(e),vA({type:"error",category:"exception",message:e.message,timestamp:e.timestamp,data:{source:e.source,lineno:e.lineno}})},ut=A=>{let e=A.reason,t=e instanceof Error?e.message:typeof e=="string"?e:"Unhandled promise rejection",r={message:t,stack:e instanceof Error?e.stack:void 0,type:"unhandledrejection",timestamp:Date.now()};er.push(r),vA({type:"error",category:"promise",message:t,timestamp:r.timestamp})},window.addEventListener("error",Bt),window.addEventListener("unhandledrejection",ut)}function Ae(){return[...er]}function Ws(){er=[]}function Ys(){Bt&&window.removeEventListener("error",Bt),ut&&window.removeEventListener("unhandledrejection",ut),Bt=null,ut=null}var Y=null,tr=null,rr=null,nr=null;function zs(){if(Y={timestamp:Date.now()},performance.getEntriesByType){let A=()=>{let[e]=performance.getEntriesByType("navigation");e&&Y&&(Y.pageLoadTime=Math.round(e.loadEventEnd-e.startTime),Y.domContentLoaded=Math.round(e.domContentLoadedEventEnd-e.startTime));let t=performance.getEntriesByType("paint");for(let n of t)n.name==="first-paint"&&Y&&(Y.firstPaint=Math.round(n.startTime)),n.name==="first-contentful-paint"&&Y&&(Y.firstContentfulPaint=Math.round(n.startTime));Y&&(Y.resourceCount=performance.getEntriesByType("resource").length);let r=performance.memory;r&&Y&&(Y.memoryUsage={usedJSHeapSize:r.usedJSHeapSize,totalJSHeapSize:r.totalJSHeapSize})};document.readyState==="complete"?setTimeout(A,0):window.addEventListener("load",()=>setTimeout(A,100))}if(typeof PerformanceObserver<"u"){try{tr=new PerformanceObserver(A=>{let e=A.getEntries(),t=e[e.length-1];t&&Y&&(Y.largestContentfulPaint=Math.round(t.startTime))}),tr.observe({type:"largest-contentful-paint",buffered:!0})}catch{}try{let A=0;rr=new PerformanceObserver(e=>{for(let t of e.getEntries())t.hadRecentInput||(A+=t.value);Y&&(Y.cumulativeLayoutShift=Math.round(A*1e3)/1e3)}),rr.observe({type:"layout-shift",buffered:!0})}catch{}try{nr=new PerformanceObserver(A=>{let[e]=A.getEntries();e&&Y&&(Y.firstInputDelay=Math.round(e.processingStart-e.startTime))}),nr.observe({type:"first-input",buffered:!0})}catch{}}}function Te(){return Y&&(Y.timestamp=Date.now()),Y?{...Y}:null}function $s(){tr?.disconnect(),rr?.disconnect(),nr?.disconnect(),tr=null,rr=null,nr=null,Y=null}var On=function(A,e){return On=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,r){t.__proto__=r}||function(t,r){for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])},On(A,e)};function VA(A,e){if(typeof e!="function"&&e!==null)throw new TypeError("Class extends value "+String(e)+" is not a constructor or null");On(A,e);function t(){this.constructor=A}A.prototype=e===null?Object.create(e):(t.prototype=e.prototype,new t)}var Rn=function(){return Rn=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++){t=arguments[r];for(var s in t)Object.prototype.hasOwnProperty.call(t,s)&&(e[s]=t[s])}return e},Rn.apply(this,arguments)};function bA(A,e,t,r){function n(s){return s instanceof t?s:new t(function(o){o(s)})}return new(t||(t=Promise))(function(s,o){function a(c){try{l(r.next(c))}catch(B){o(B)}}function i(c){try{l(r.throw(c))}catch(B){o(B)}}function l(c){c.done?s(c.value):n(c.value).then(a,i)}l((r=r.apply(A,e||[])).next())})}function pA(A,e){var t={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},r,n,s,o;return o={next:a(0),throw:a(1),return:a(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(l){return function(c){return i([l,c])}}function i(l){if(r)throw new TypeError("Generator is already executing.");for(;t;)try{if(r=1,n&&(s=l[0]&2?n.return:l[0]?n.throw||((s=n.return)&&s.call(n),0):n.next)&&!(s=s.call(n,l[1])).done)return s;switch(n=0,s&&(l=[l[0]&2,s.value]),l[0]){case 0:case 1:s=l;break;case 4:return t.label++,{value:l[1],done:!1};case 5:t.label++,n=l[1],l=[0];continue;case 7:l=t.ops.pop(),t.trys.pop();continue;default:if(s=t.trys,!(s=s.length>0&&s[s.length-1])&&(l[0]===6||l[0]===2)){t=0;continue}if(l[0]===3&&(!s||l[1]>s[0]&&l[1]<s[3])){t.label=l[1];break}if(l[0]===6&&t.label<s[1]){t.label=s[1],s=l;break}if(s&&t.label<s[2]){t.label=s[2],t.ops.push(l);break}s[2]&&t.ops.pop(),t.trys.pop();continue}l=e.call(A,t)}catch(c){l=[6,c],n=0}finally{r=s=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}function sr(A,e,t){if(t||arguments.length===2)for(var r=0,n=e.length,s;r<n;r++)(s||!(r in e))&&(s||(s=Array.prototype.slice.call(e,0,r)),s[r]=e[r]);return A.concat(s||e)}var ne=(function(){function A(e,t,r,n){this.left=e,this.top=t,this.width=r,this.height=n}return A.prototype.add=function(e,t,r,n){return new A(this.left+e,this.top+t,this.width+r,this.height+n)},A.fromClientRect=function(e,t){return new A(t.left+e.windowBounds.left,t.top+e.windowBounds.top,t.width,t.height)},A.fromDOMRectList=function(e,t){var r=Array.from(t).find(function(n){return n.width!==0});return r?new A(r.left+e.windowBounds.left,r.top+e.windowBounds.top,r.width,r.height):A.EMPTY},A.EMPTY=new A(0,0,0,0),A})(),Mr=function(A,e){return ne.fromClientRect(A,e.getBoundingClientRect())},il=function(A){var e=A.body,t=A.documentElement;if(!e||!t)throw new Error("Unable to get document size");var r=Math.max(Math.max(e.scrollWidth,t.scrollWidth),Math.max(e.offsetWidth,t.offsetWidth),Math.max(e.clientWidth,t.clientWidth)),n=Math.max(Math.max(e.scrollHeight,t.scrollHeight),Math.max(e.offsetHeight,t.offsetHeight),Math.max(e.clientHeight,t.clientHeight));return new ne(0,0,r,n)},Or=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=A.charCodeAt(t++);(s&64512)===56320?e.push(((n&1023)<<10)+(s&1023)+65536):(e.push(n),t--)}else e.push(n)}return e},Z=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var o=A[n];o<=65535?r.push(o):(o-=65536,r.push((o>>10)+55296,o%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},Zs="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",ll=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(gt=0;gt<Zs.length;gt++)ll[Zs.charCodeAt(gt)]=gt;var gt,qs="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",mt=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(dt=0;dt<qs.length;dt++)mt[qs.charCodeAt(dt)]=dt;var dt,cl=function(A){var e=A.length*.75,t=A.length,r,n=0,s,o,a,i;A[A.length-1]==="="&&(e--,A[A.length-2]==="="&&e--);var l=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(e):new Array(e),c=Array.isArray(l)?l:new Uint8Array(l);for(r=0;r<t;r+=4)s=mt[A.charCodeAt(r)],o=mt[A.charCodeAt(r+1)],a=mt[A.charCodeAt(r+2)],i=mt[A.charCodeAt(r+3)],c[n++]=s<<2|o>>4,c[n++]=(o&15)<<4|a>>2,c[n++]=(a&3)<<6|i&63;return l},Bl=function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t},ul=function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t},ye=5,as=11,wn=2,gl=as-ye,Zo=65536>>ye,dl=1<<ye,hn=dl-1,fl=1024>>ye,pl=Zo+fl,wl=pl,hl=32,bl=wl+hl,Ql=65536>>as,Cl=1<<gl,ml=Cl-1,js=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},Ul=function(A,e,t){return A.slice?A.slice(e,t):new Uint32Array(Array.prototype.slice.call(A,e,t))},vl=function(A,e){var t=cl(A),r=Array.isArray(t)?ul(t):new Uint32Array(t),n=Array.isArray(t)?Bl(t):new Uint16Array(t),s=24,o=js(n,s/2,r[4]/2),a=r[5]===2?js(n,(s+r[4])/2):Ul(r,Math.ceil((s+r[4])/4));return new Fl(r[0],r[1],r[2],r[3],o,a)},Fl=(function(){function A(e,t,r,n,s,o){this.initialValue=e,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=o}return A.prototype.get=function(e){var t;if(e>=0){if(e<55296||e>56319&&e<=65535)return t=this.index[e>>ye],t=(t<<wn)+(e&hn),this.data[t];if(e<=65535)return t=this.index[Zo+(e-55296>>ye)],t=(t<<wn)+(e&hn),this.data[t];if(e<this.highStart)return t=bl-Ql+(e>>as),t=this.index[t],t+=e>>ye&ml,t=this.index[t],t=(t<<wn)+(e&hn),this.data[t];if(e<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A})(),Ao="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",yl=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(ft=0;ft<Ao.length;ft++)yl[Ao.charCodeAt(ft)]=ft;var ft,El="KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF8AZwBgAGgAcQB5AHUAfQCFAI0AlQCdAKIAqgCyALoAYABoAGAAaABgAGgAwgDKAGAAaADGAM4A0wDbAOEA6QDxAPkAAQEJAQ8BFwF1AH0AHAEkASwBNAE6AUIBQQFJAVEBWQFhAWgBcAF4ATAAgAGGAY4BlQGXAZ8BpwGvAbUBvQHFAc0B0wHbAeMB6wHxAfkBAQIJAvEBEQIZAiECKQIxAjgCQAJGAk4CVgJeAmQCbAJ0AnwCgQKJApECmQKgAqgCsAK4ArwCxAIwAMwC0wLbAjAA4wLrAvMC+AIAAwcDDwMwABcDHQMlAy0DNQN1AD0DQQNJA0kDSQNRA1EDVwNZA1kDdQB1AGEDdQBpA20DdQN1AHsDdQCBA4kDkQN1AHUAmQOhA3UAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AKYDrgN1AHUAtgO+A8YDzgPWAxcD3gPjA+sD8wN1AHUA+wMDBAkEdQANBBUEHQQlBCoEFwMyBDgEYABABBcDSARQBFgEYARoBDAAcAQzAXgEgASIBJAEdQCXBHUAnwSnBK4EtgS6BMIEyAR1AHUAdQB1AHUAdQCVANAEYABgAGAAYABgAGAAYABgANgEYADcBOQEYADsBPQE/AQEBQwFFAUcBSQFLAU0BWQEPAVEBUsFUwVbBWAAYgVgAGoFcgV6BYIFigWRBWAAmQWfBaYFYABgAGAAYABgAKoFYACxBbAFuQW6BcEFwQXHBcEFwQXPBdMF2wXjBeoF8gX6BQIGCgYSBhoGIgYqBjIGOgZgAD4GRgZMBmAAUwZaBmAAYABgAGAAYABgAGAAYABgAGAAYABgAGIGYABpBnAGYABgAGAAYABgAGAAYABgAGAAYAB4Bn8GhQZgAGAAYAB1AHcDFQSLBmAAYABgAJMGdQA9A3UAmwajBqsGqwaVALMGuwbDBjAAywbSBtIG1QbSBtIG0gbSBtIG0gbdBuMG6wbzBvsGAwcLBxMHAwcbByMHJwcsBywHMQcsB9IGOAdAB0gHTgfSBkgHVgfSBtIG0gbSBtIG0gbSBtIG0gbSBiwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdgAGAALAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdbB2MHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB2kH0gZwB64EdQB1AHUAdQB1AHUAdQB1AHUHfQdgAIUHjQd1AHUAlQedB2AAYAClB6sHYACzB7YHvgfGB3UAzgfWBzMB3gfmB1EB7gf1B/0HlQENAQUIDQh1ABUIHQglCBcDLQg1CD0IRQhNCEEDUwh1AHUAdQBbCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIcAh3CHoIMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIgggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAALAcsBywHLAcsBywHLAcsBywHLAcsB4oILAcsB44I0gaWCJ4Ipgh1AHUAqgiyCHUAdQB1AHUAdQB1AHUAdQB1AHUAtwh8AXUAvwh1AMUIyQjRCNkI4AjoCHUAdQB1AO4I9gj+CAYJDgkTCS0HGwkjCYIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiAAIAAAAFAAYABgAGIAXwBgAHEAdQBFAJUAogCyAKAAYABgAEIA4ABGANMA4QDxAMEBDwE1AFwBLAE6AQEBUQF4QkhCmEKoQrhCgAHIQsAB0MLAAcABwAHAAeDC6ABoAHDCwMMAAcABwAHAAdDDGMMAAcAB6MM4wwjDWMNow3jDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEjDqABWw6bDqABpg6gAaABoAHcDvwOPA+gAaABfA/8DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DpcPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB9cPKwkyCToJMAB1AHUAdQBCCUoJTQl1AFUJXAljCWcJawkwADAAMAAwAHMJdQB2CX4JdQCECYoJjgmWCXUAngkwAGAAYABxAHUApgn3A64JtAl1ALkJdQDACTAAMAAwADAAdQB1AHUAdQB1AHUAdQB1AHUAowYNBMUIMAAwADAAMADICcsJ0wnZCRUE4QkwAOkJ8An4CTAAMAB1AAAKvwh1AAgKDwoXCh8KdQAwACcKLgp1ADYKqAmICT4KRgowADAAdQB1AE4KMAB1AFYKdQBeCnUAZQowADAAMAAwADAAMAAwADAAMAAVBHUAbQowADAAdQC5CXUKMAAwAHwBxAijBogEMgF9CoQKiASMCpQKmgqIBKIKqgquCogEDQG2Cr4KxgrLCjAAMADTCtsKCgHjCusK8Qr5CgELMAAwADAAMAB1AIsECQsRC3UANAEZCzAAMAAwADAAMAB1ACELKQswAHUANAExCzkLdQBBC0kLMABRC1kLMAAwADAAMAAwADAAdQBhCzAAMAAwAGAAYABpC3ELdwt/CzAAMACHC4sLkwubC58Lpwt1AK4Ltgt1APsDMAAwADAAMAAwADAAMAAwAL4LwwvLC9IL1wvdCzAAMADlC+kL8Qv5C/8LSQswADAAMAAwADAAMAAwADAAMAAHDDAAMAAwADAAMAAODBYMHgx1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1ACYMMAAwADAAdQB1AHUALgx1AHUAdQB1AHUAdQA2DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AD4MdQBGDHUAdQB1AHUAdQB1AEkMdQB1AHUAdQB1AFAMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQBYDHUAdQB1AF8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUA+wMVBGcMMAAwAHwBbwx1AHcMfwyHDI8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAYABgAJcMMAAwADAAdQB1AJ8MlQClDDAAMACtDCwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB7UMLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AA0EMAC9DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAsBywHLAcsBywHLAcsBywHLQcwAMEMyAwsBywHLAcsBywHLAcsBywHLAcsBywHzAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1ANQM2QzhDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMABgAGAAYABgAGAAYABgAOkMYADxDGAA+AwADQYNYABhCWAAYAAODTAAMAAwADAAFg1gAGAAHg37AzAAMAAwADAAYABgACYNYAAsDTQNPA1gAEMNPg1LDWAAYABgAGAAYABgAGAAYABgAGAAUg1aDYsGVglhDV0NcQBnDW0NdQ15DWAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAlQCBDZUAiA2PDZcNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAnw2nDTAAMAAwADAAMAAwAHUArw23DTAAMAAwADAAMAAwADAAMAAwADAAMAB1AL8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQDHDTAAYABgAM8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA1w11ANwNMAAwAD0B5A0wADAAMAAwADAAMADsDfQN/A0EDgwOFA4wABsOMAAwADAAMAAwADAAMAAwANIG0gbSBtIG0gbSBtIG0gYjDigOwQUuDsEFMw7SBjoO0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGQg5KDlIOVg7SBtIGXg5lDm0OdQ7SBtIGfQ6EDooOjQ6UDtIGmg6hDtIG0gaoDqwO0ga0DrwO0gZgAGAAYADEDmAAYAAkBtIGzA5gANIOYADaDokO0gbSBt8O5w7SBu8O0gb1DvwO0gZgAGAAxA7SBtIG0gbSBtIGYABgAGAAYAAED2AAsAUMD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHJA8sBywHLAcsBywHLAccDywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywPLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAc0D9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHPA/SBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gYUD0QPlQCVAJUAMAAwADAAMACVAJUAlQCVAJUAlQCVAEwPMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA//8EAAQABAAEAAQABAAEAAQABAANAAMAAQABAAIABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQACgATABcAHgAbABoAHgAXABYAEgAeABsAGAAPABgAHABLAEsASwBLAEsASwBLAEsASwBLABgAGAAeAB4AHgATAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAGwASAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWAA0AEQAeAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAFAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJABYAGgAbABsAGwAeAB0AHQAeAE8AFwAeAA0AHgAeABoAGwBPAE8ADgBQAB0AHQAdAE8ATwAXAE8ATwBPABYAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwBWAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsABAAbABsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEAA0ADQBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABABQACsAKwArACsAKwArACsAKwAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUAAaABoAUABQAFAAUABQAEwAHgAbAFAAHgAEACsAKwAEAAQABAArAFAAUABQAFAAUABQACsAKwArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQACsAUABQACsAKwAEACsABAAEAAQABAAEACsAKwArACsABAAEACsAKwAEAAQABAArACsAKwAEACsAKwArACsAKwArACsAUABQAFAAUAArAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAAQABABQAFAAUAAEAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAArACsAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AGwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAKwArACsAKwArAAQABAAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAAQAUAArAFAAUABQAFAAUABQACsAKwArAFAAUABQACsAUABQAFAAUAArACsAKwBQAFAAKwBQACsAUABQACsAKwArAFAAUAArACsAKwBQAFAAUAArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAArACsAKwAEAAQABAArAAQABAAEAAQAKwArAFAAKwArACsAKwArACsABAArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAHgAeAB4AHgAeAB4AGwAeACsAKwArACsAKwAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAUABQAFAAKwArACsAKwArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwAOAFAAUABQAFAAUABQAFAAHgBQAAQABAAEAA4AUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAKwArAAQAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAKwArACsAKwArACsAUAArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAXABcAFwAXABcACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAXAArAFwAXABcAFwAXABcAFwAXABcAFwAKgBcAFwAKgAqACoAKgAqACoAKgAqACoAXAArACsAXABcAFwAXABcACsAXAArACoAKgAqACoAKgAqACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwBcAFwAXABcAFAADgAOAA4ADgAeAA4ADgAJAA4ADgANAAkAEwATABMAEwATAAkAHgATAB4AHgAeAAQABAAeAB4AHgAeAB4AHgBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAADQAEAB4ABAAeAAQAFgARABYAEQAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAAQABAAEAAQADQAEAAQAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAA0ADQAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeACsAHgAeAA4ADgANAA4AHgAeAB4AHgAeAAkACQArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgBcAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4AHgAeAB4AXABcAFwAXABcAFwAKgAqACoAKgBcAFwAXABcACoAKgAqAFwAKgAqACoAXABcACoAKgAqACoAKgAqACoAXABcAFwAKgAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwAKgBLAEsASwBLAEsASwBLAEsASwBLACoAKgAqACoAKgAqAFAAUABQAFAAUABQACsAUAArACsAKwArACsAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAKwBQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsABAAEAAQAHgANAB4AHgAeAB4AHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUAArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWABEAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAANAA0AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUAArAAQABAArACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAA0ADQAVAFwADQAeAA0AGwBcACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwAeAB4AEwATAA0ADQAOAB4AEwATAB4ABAAEAAQACQArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAHgArACsAKwATABMASwBLAEsASwBLAEsASwBLAEsASwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAXABcAFwAXABcACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXAArACsAKwAqACoAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsAHgAeAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKwArAAQASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACoAKgAqACoAKgAqACoAXAAqACoAKgAqACoAKgArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABABQAFAAUABQAFAAUABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgANAA0ADQANAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwAeAB4AHgAeAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArAA0ADQANAA0ADQBLAEsASwBLAEsASwBLAEsASwBLACsAKwArAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUAAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAAQAUABQAFAAUABQAFAABABQAFAABAAEAAQAUAArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQACsAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQACsAKwAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQACsAHgAeAB4AHgAeAB4AHgAOAB4AKwANAA0ADQANAA0ADQANAAkADQANAA0ACAAEAAsABAAEAA0ACQANAA0ADAAdAB0AHgAXABcAFgAXABcAFwAWABcAHQAdAB4AHgAUABQAFAANAAEAAQAEAAQABAAEAAQACQAaABoAGgAaABoAGgAaABoAHgAXABcAHQAVABUAHgAeAB4AHgAeAB4AGAAWABEAFQAVABUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ADQAeAA0ADQANAA0AHgANAA0ADQAHAB4AHgAeAB4AKwAEAAQABAAEAAQABAAEAAQABAAEAFAAUAArACsATwBQAFAAUABQAFAAHgAeAB4AFgARAE8AUABPAE8ATwBPAFAAUABQAFAAUAAeAB4AHgAWABEAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArABsAGwAbABsAGwAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGgAbABsAGwAbABoAGwAbABoAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAFAAGgAeAB0AHgBQAB4AGgAeAB4AHgAeAB4AHgAeAB4AHgBPAB4AUAAbAB4AHgBQAFAAUABQAFAAHgAeAB4AHQAdAB4AUAAeAFAAHgBQAB4AUABPAFAAUAAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgBQAFAAUABQAE8ATwBQAFAAUABQAFAATwBQAFAATwBQAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAUABQAFAATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABPAB4AHgArACsAKwArAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAdAB4AHgAeAB0AHQAeAB4AHQAeAB4AHgAdAB4AHQAbABsAHgAdAB4AHgAeAB4AHQAeAB4AHQAdAB0AHQAeAB4AHQAeAB0AHgAdAB0AHQAdAB0AHQAeAB0AHgAeAB4AHgAeAB0AHQAdAB0AHgAeAB4AHgAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB0AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAdAB0AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHQAdAB0AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHQAdAB4AHgAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AJQAlAB0AHQAlAB4AJQAlACUAIAAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAeAB0AJQAdAB0AHgAdAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAdAB0AHQAdACUAHgAlACUAJQAdACUAJQAdAB0AHQAlACUAHQAdACUAHQAdACUAJQAlAB4AHQAeAB4AHgAeAB0AHQAlAB0AHQAdAB0AHQAdACUAJQAlACUAJQAdACUAJQAgACUAHQAdACUAJQAlACUAJQAlACUAJQAeAB4AHgAlACUAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AFwAXABcAFwAXABcAHgATABMAJQAeAB4AHgAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARABYAEQAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANAA0AHgANAB4ADQANAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwAlACUAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACsAKwArACsAKwArACsAKwArACsAKwArAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBPAE8ATwBPAE8ATwBPAE8AJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeAAQAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUABQAAQAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAUABQAFAAUABQAAQABAAEACsABAAEACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAKwBQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAA0ADQANAA0ADQANAA0ADQAeACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAArACsAKwArAFAAUABQAFAAUAANAA0ADQANAA0ADQAUACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQANAA0ADQANAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAANACsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAB4AHgAeAB4AHgArACsAKwArACsAKwAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANAFAABAAEAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAEAAQABAAEAB4ABAAEAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsABAAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLAA0ADQArAB4ABABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUAAeAFAAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAAEAAQADgANAA0AEwATAB4AHgAeAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAFAAUABQAFAABAAEACsAKwAEAA0ADQAeAFAAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcAFwADQANAA0AKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQAKwAEAAQAKwArAAQABAAEAAQAUAAEAFAABAAEAA0ADQANACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABABQAA4AUAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANAFAADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAaABoAGgAaAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAJAAkACQAJAAkACQAJABYAEQArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AHgAeACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAARwBHABUARwAJACsAKwArACsAKwArACsAKwArACsAKwAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAKwArACsAKwArACsAKwArACsAKwArACsAKwBRAFEAUQBRACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAHgAEAAQADQAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAeAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQAHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAKwArAFAAKwArAFAAUAArACsAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAHgAeAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeACsAKwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4ABAAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAHgAeAA0ADQANAA0AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArAAQABAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwBQAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArABsAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAB4AHgAeAB4ABAAEAAQABAAEAAQABABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArABYAFgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAGgBQAFAAUAAaAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUAArACsAKwArACsAKwBQACsAKwArACsAUAArAFAAKwBQACsAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUAArAFAAKwBQACsAUAArAFAAUAArAFAAKwArAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAKwBQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeACUAJQAlAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAHgAlACUAJQAlACUAIAAgACAAJQAlACAAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACEAIQAhACEAIQAlACUAIAAgACUAJQAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAlACUAJQAlACAAIAAgACUAIAAgACAAJQAlACUAJQAlACUAJQAgACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAlAB4AJQAeACUAJQAlACUAJQAgACUAJQAlACUAHgAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACAAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABcAFwAXABUAFQAVAB4AHgAeAB4AJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAgACUAJQAgACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAIAAgACUAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACAAIAAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACAAIAAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAA==",eo=50,xl=1,qo=2,jo=3,Hl=4,Il=5,to=7,Aa=8,ro=9,ge=10,Nn=11,no=12,Gn=13,Ll=14,Ut=15,Pn=16,or=17,pt=18,Kl=19,so=20,Vn=21,wt=22,bn=23,De=24,LA=25,vt=26,Ft=27,ke=28,Sl=29,ve=30,Tl=31,ar=32,ir=33,_n=34,Xn=35,Jn=36,Tt=37,Wn=38,Ur=39,vr=40,Qn=41,ea=42,Dl=43,kl=[9001,65288],ta="!",O="\xD7",lr="\xF7",Yn=vl(El),ee=[ve,Jn],zn=[xl,qo,jo,Il],ra=[ge,Aa],oo=[Ft,vt],Ml=zn.concat(ra),ao=[Wn,Ur,vr,_n,Xn],Ol=[Ut,Gn],Rl=function(A,e){e===void 0&&(e="strict");var t=[],r=[],n=[];return A.forEach(function(s,o){var a=Yn.get(s);if(a>eo?(n.push(!0),a-=eo):n.push(!1),["normal","auto","loose"].indexOf(e)!==-1&&[8208,8211,12316,12448].indexOf(s)!==-1)return r.push(o),t.push(Pn);if(a===Hl||a===Nn){if(o===0)return r.push(o),t.push(ve);var i=t[o-1];return Ml.indexOf(i)===-1?(r.push(r[o-1]),t.push(i)):(r.push(o),t.push(ve))}if(r.push(o),a===Tl)return t.push(e==="strict"?Vn:Tt);if(a===ea||a===Sl)return t.push(ve);if(a===Dl)return s>=131072&&s<=196605||s>=196608&&s<=262141?t.push(Tt):t.push(ve);t.push(a)}),[r,t,n]},Cn=function(A,e,t,r){var n=r[t];if(Array.isArray(A)?A.indexOf(n)!==-1:A===n)for(var s=t;s<=r.length;){s++;var o=r[s];if(o===e)return!0;if(o!==ge)break}if(n===ge)for(var s=t;s>0;){s--;var a=r[s];if(Array.isArray(A)?A.indexOf(a)!==-1:A===a)for(var i=t;i<=r.length;){i++;var o=r[i];if(o===e)return!0;if(o!==ge)break}if(a!==ge)break}return!1},io=function(A,e){for(var t=A;t>=0;){var r=e[t];if(r===ge)t--;else return r}return 0},Nl=function(A,e,t,r,n){if(t[r]===0)return O;var s=r-1;if(Array.isArray(n)&&n[s]===!0)return O;var o=s-1,a=s+1,i=e[s],l=o>=0?e[o]:0,c=e[a];if(i===qo&&c===jo)return O;if(zn.indexOf(i)!==-1)return ta;if(zn.indexOf(c)!==-1||ra.indexOf(c)!==-1)return O;if(io(s,e)===Aa)return lr;if(Yn.get(A[s])===Nn||(i===ar||i===ir)&&Yn.get(A[a])===Nn||i===to||c===to||i===ro||[ge,Gn,Ut].indexOf(i)===-1&&c===ro||[or,pt,Kl,De,ke].indexOf(c)!==-1||io(s,e)===wt||Cn(bn,wt,s,e)||Cn([or,pt],Vn,s,e)||Cn(no,no,s,e))return O;if(i===ge)return lr;if(i===bn||c===bn)return O;if(c===Pn||i===Pn)return lr;if([Gn,Ut,Vn].indexOf(c)!==-1||i===Ll||l===Jn&&Ol.indexOf(i)!==-1||i===ke&&c===Jn||c===so||ee.indexOf(c)!==-1&&i===LA||ee.indexOf(i)!==-1&&c===LA||i===Ft&&[Tt,ar,ir].indexOf(c)!==-1||[Tt,ar,ir].indexOf(i)!==-1&&c===vt||ee.indexOf(i)!==-1&&oo.indexOf(c)!==-1||oo.indexOf(i)!==-1&&ee.indexOf(c)!==-1||[Ft,vt].indexOf(i)!==-1&&(c===LA||[wt,Ut].indexOf(c)!==-1&&e[a+1]===LA)||[wt,Ut].indexOf(i)!==-1&&c===LA||i===LA&&[LA,ke,De].indexOf(c)!==-1)return O;if([LA,ke,De,or,pt].indexOf(c)!==-1)for(var B=s;B>=0;){var g=e[B];if(g===LA)return O;if([ke,De].indexOf(g)!==-1)B--;else break}if([Ft,vt].indexOf(c)!==-1)for(var B=[or,pt].indexOf(i)!==-1?o:s;B>=0;){var g=e[B];if(g===LA)return O;if([ke,De].indexOf(g)!==-1)B--;else break}if(Wn===i&&[Wn,Ur,_n,Xn].indexOf(c)!==-1||[Ur,_n].indexOf(i)!==-1&&[Ur,vr].indexOf(c)!==-1||[vr,Xn].indexOf(i)!==-1&&c===vr||ao.indexOf(i)!==-1&&[so,vt].indexOf(c)!==-1||ao.indexOf(c)!==-1&&i===Ft||ee.indexOf(i)!==-1&&ee.indexOf(c)!==-1||i===De&&ee.indexOf(c)!==-1||ee.concat(LA).indexOf(i)!==-1&&c===wt&&kl.indexOf(A[a])===-1||ee.concat(LA).indexOf(c)!==-1&&i===pt)return O;if(i===Qn&&c===Qn){for(var f=t[s],p=1;f>0&&(f--,e[f]===Qn);)p++;if(p%2!==0)return O}return i===ar&&c===ir?O:lr},Gl=function(A,e){e||(e={lineBreak:"normal",wordBreak:"normal"});var t=Rl(A,e.lineBreak),r=t[0],n=t[1],s=t[2];(e.wordBreak==="break-all"||e.wordBreak==="break-word")&&(n=n.map(function(a){return[LA,ve,ea].indexOf(a)!==-1?Tt:a}));var o=e.wordBreak==="keep-all"?s.map(function(a,i){return a&&A[i]>=19968&&A[i]<=40959}):void 0;return[r,n,o]},Pl=(function(){function A(e,t,r,n){this.codePoints=e,this.required=t===ta,this.start=r,this.end=n}return A.prototype.slice=function(){return Z.apply(void 0,this.codePoints.slice(this.start,this.end))},A})(),Vl=function(A,e){var t=Or(A),r=Gl(t,e),n=r[0],s=r[1],o=r[2],a=t.length,i=0,l=0;return{next:function(){if(l>=a)return{done:!0,value:null};for(var c=O;l<a&&(c=Nl(t,s,n,++l,o))===O;);if(c!==O||l===a){var B=new Pl(t,c,i,l);return i=l,{value:B,done:!1}}return{done:!0,value:null}}}},_l=1,Xl=2,Mt=4,lo=8,Er=10,co=47,Ht=92,Jl=9,Wl=32,cr=34,ht=61,Yl=35,zl=36,$l=37,Br=39,ur=40,bt=41,Zl=95,FA=45,ql=33,jl=60,Ac=62,ec=64,tc=91,rc=93,nc=61,sc=123,gr=63,oc=125,Bo=124,ac=126,ic=128,uo=65533,mn=42,Fe=43,lc=44,cc=58,Bc=59,Dt=46,uc=0,gc=8,dc=11,fc=14,pc=31,wc=127,WA=-1,na=48,sa=97,oa=101,hc=102,bc=117,Qc=122,aa=65,ia=69,la=70,Cc=85,mc=90,wA=function(A){return A>=na&&A<=57},Uc=function(A){return A>=55296&&A<=57343},Me=function(A){return wA(A)||A>=aa&&A<=la||A>=sa&&A<=hc},vc=function(A){return A>=sa&&A<=Qc},Fc=function(A){return A>=aa&&A<=mc},yc=function(A){return vc(A)||Fc(A)},Ec=function(A){return A>=ic},dr=function(A){return A===Er||A===Jl||A===Wl},xr=function(A){return yc(A)||Ec(A)||A===Zl},go=function(A){return xr(A)||wA(A)||A===FA},xc=function(A){return A>=uc&&A<=gc||A===dc||A>=fc&&A<=pc||A===wc},ue=function(A,e){return A!==Ht?!1:e!==Er},fr=function(A,e,t){return A===FA?xr(e)||ue(e,t):xr(A)?!0:!!(A===Ht&&ue(A,e))},Un=function(A,e,t){return A===Fe||A===FA?wA(e)?!0:e===Dt&&wA(t):wA(A===Dt?e:A)},Hc=function(A){var e=0,t=1;(A[e]===Fe||A[e]===FA)&&(A[e]===FA&&(t=-1),e++);for(var r=[];wA(A[e]);)r.push(A[e++]);var n=r.length?parseInt(Z.apply(void 0,r),10):0;A[e]===Dt&&e++;for(var s=[];wA(A[e]);)s.push(A[e++]);var o=s.length,a=o?parseInt(Z.apply(void 0,s),10):0;(A[e]===ia||A[e]===oa)&&e++;var i=1;(A[e]===Fe||A[e]===FA)&&(A[e]===FA&&(i=-1),e++);for(var l=[];wA(A[e]);)l.push(A[e++]);var c=l.length?parseInt(Z.apply(void 0,l),10):0;return t*(n+a*Math.pow(10,-o))*Math.pow(10,i*c)},Ic={type:2},Lc={type:3},Kc={type:4},Sc={type:13},Tc={type:8},Dc={type:21},kc={type:9},Mc={type:10},Oc={type:11},Rc={type:12},Nc={type:14},pr={type:23},Gc={type:1},Pc={type:25},Vc={type:24},_c={type:26},Xc={type:27},Jc={type:28},Wc={type:29},Yc={type:31},$n={type:32},ca=(function(){function A(){this._value=[]}return A.prototype.write=function(e){this._value=this._value.concat(Or(e))},A.prototype.read=function(){for(var e=[],t=this.consumeToken();t!==$n;)e.push(t),t=this.consumeToken();return e},A.prototype.consumeToken=function(){var e=this.consumeCodePoint();switch(e){case cr:return this.consumeStringToken(cr);case Yl:var t=this.peekCodePoint(0),r=this.peekCodePoint(1),n=this.peekCodePoint(2);if(go(t)||ue(r,n)){var s=fr(t,r,n)?Xl:_l,o=this.consumeName();return{type:5,value:o,flags:s}}break;case zl:if(this.peekCodePoint(0)===ht)return this.consumeCodePoint(),Sc;break;case Br:return this.consumeStringToken(Br);case ur:return Ic;case bt:return Lc;case mn:if(this.peekCodePoint(0)===ht)return this.consumeCodePoint(),Nc;break;case Fe:if(Un(e,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(e),this.consumeNumericToken();break;case lc:return Kc;case FA:var a=e,i=this.peekCodePoint(0),l=this.peekCodePoint(1);if(Un(a,i,l))return this.reconsumeCodePoint(e),this.consumeNumericToken();if(fr(a,i,l))return this.reconsumeCodePoint(e),this.consumeIdentLikeToken();if(i===FA&&l===Ac)return this.consumeCodePoint(),this.consumeCodePoint(),Vc;break;case Dt:if(Un(e,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(e),this.consumeNumericToken();break;case co:if(this.peekCodePoint(0)===mn)for(this.consumeCodePoint();;){var c=this.consumeCodePoint();if(c===mn&&(c=this.consumeCodePoint(),c===co))return this.consumeToken();if(c===WA)return this.consumeToken()}break;case cc:return _c;case Bc:return Xc;case jl:if(this.peekCodePoint(0)===ql&&this.peekCodePoint(1)===FA&&this.peekCodePoint(2)===FA)return this.consumeCodePoint(),this.consumeCodePoint(),Pc;break;case ec:var B=this.peekCodePoint(0),g=this.peekCodePoint(1),f=this.peekCodePoint(2);if(fr(B,g,f)){var o=this.consumeName();return{type:7,value:o}}break;case tc:return Jc;case Ht:if(ue(e,this.peekCodePoint(0)))return this.reconsumeCodePoint(e),this.consumeIdentLikeToken();break;case rc:return Wc;case nc:if(this.peekCodePoint(0)===ht)return this.consumeCodePoint(),Tc;break;case sc:return Oc;case oc:return Rc;case bc:case Cc:var p=this.peekCodePoint(0),w=this.peekCodePoint(1);return p===Fe&&(Me(w)||w===gr)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(e),this.consumeIdentLikeToken();case Bo:if(this.peekCodePoint(0)===ht)return this.consumeCodePoint(),kc;if(this.peekCodePoint(0)===Bo)return this.consumeCodePoint(),Dc;break;case ac:if(this.peekCodePoint(0)===ht)return this.consumeCodePoint(),Mc;break;case WA:return $n}return dr(e)?(this.consumeWhiteSpace(),Yc):wA(e)?(this.reconsumeCodePoint(e),this.consumeNumericToken()):xr(e)?(this.reconsumeCodePoint(e),this.consumeIdentLikeToken()):{type:6,value:Z(e)}},A.prototype.consumeCodePoint=function(){var e=this._value.shift();return typeof e>"u"?-1:e},A.prototype.reconsumeCodePoint=function(e){this._value.unshift(e)},A.prototype.peekCodePoint=function(e){return e>=this._value.length?-1:this._value[e]},A.prototype.consumeUnicodeRangeToken=function(){for(var e=[],t=this.consumeCodePoint();Me(t)&&e.length<6;)e.push(t),t=this.consumeCodePoint();for(var r=!1;t===gr&&e.length<6;)e.push(t),t=this.consumeCodePoint(),r=!0;if(r){var n=parseInt(Z.apply(void 0,e.map(function(i){return i===gr?na:i})),16),s=parseInt(Z.apply(void 0,e.map(function(i){return i===gr?la:i})),16);return{type:30,start:n,end:s}}var o=parseInt(Z.apply(void 0,e),16);if(this.peekCodePoint(0)===FA&&Me(this.peekCodePoint(1))){this.consumeCodePoint(),t=this.consumeCodePoint();for(var a=[];Me(t)&&a.length<6;)a.push(t),t=this.consumeCodePoint();var s=parseInt(Z.apply(void 0,a),16);return{type:30,start:o,end:s}}else return{type:30,start:o,end:o}},A.prototype.consumeIdentLikeToken=function(){var e=this.consumeName();return e.toLowerCase()==="url"&&this.peekCodePoint(0)===ur?(this.consumeCodePoint(),this.consumeUrlToken()):this.peekCodePoint(0)===ur?(this.consumeCodePoint(),{type:19,value:e}):{type:20,value:e}},A.prototype.consumeUrlToken=function(){var e=[];if(this.consumeWhiteSpace(),this.peekCodePoint(0)===WA)return{type:22,value:""};var t=this.peekCodePoint(0);if(t===Br||t===cr){var r=this.consumeStringToken(this.consumeCodePoint());return r.type===0&&(this.consumeWhiteSpace(),this.peekCodePoint(0)===WA||this.peekCodePoint(0)===bt)?(this.consumeCodePoint(),{type:22,value:r.value}):(this.consumeBadUrlRemnants(),pr)}for(;;){var n=this.consumeCodePoint();if(n===WA||n===bt)return{type:22,value:Z.apply(void 0,e)};if(dr(n))return this.consumeWhiteSpace(),this.peekCodePoint(0)===WA||this.peekCodePoint(0)===bt?(this.consumeCodePoint(),{type:22,value:Z.apply(void 0,e)}):(this.consumeBadUrlRemnants(),pr);if(n===cr||n===Br||n===ur||xc(n))return this.consumeBadUrlRemnants(),pr;if(n===Ht)if(ue(n,this.peekCodePoint(0)))e.push(this.consumeEscapedCodePoint());else return this.consumeBadUrlRemnants(),pr;else e.push(n)}},A.prototype.consumeWhiteSpace=function(){for(;dr(this.peekCodePoint(0));)this.consumeCodePoint()},A.prototype.consumeBadUrlRemnants=function(){for(;;){var e=this.consumeCodePoint();if(e===bt||e===WA)return;ue(e,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},A.prototype.consumeStringSlice=function(e){for(var t=5e4,r="";e>0;){var n=Math.min(t,e);r+=Z.apply(void 0,this._value.splice(0,n)),e-=n}return this._value.shift(),r},A.prototype.consumeStringToken=function(e){var t="",r=0;do{var n=this._value[r];if(n===WA||n===void 0||n===e)return t+=this.consumeStringSlice(r),{type:0,value:t};if(n===Er)return this._value.splice(0,r),Gc;if(n===Ht){var s=this._value[r+1];s!==WA&&s!==void 0&&(s===Er?(t+=this.consumeStringSlice(r),r=-1,this._value.shift()):ue(n,s)&&(t+=this.consumeStringSlice(r),t+=Z(this.consumeEscapedCodePoint()),r=-1))}r++}while(!0)},A.prototype.consumeNumber=function(){var e=[],t=Mt,r=this.peekCodePoint(0);for((r===Fe||r===FA)&&e.push(this.consumeCodePoint());wA(this.peekCodePoint(0));)e.push(this.consumeCodePoint());r=this.peekCodePoint(0);var n=this.peekCodePoint(1);if(r===Dt&&wA(n))for(e.push(this.consumeCodePoint(),this.consumeCodePoint()),t=lo;wA(this.peekCodePoint(0));)e.push(this.consumeCodePoint());r=this.peekCodePoint(0),n=this.peekCodePoint(1);var s=this.peekCodePoint(2);if((r===ia||r===oa)&&((n===Fe||n===FA)&&wA(s)||wA(n)))for(e.push(this.consumeCodePoint(),this.consumeCodePoint()),t=lo;wA(this.peekCodePoint(0));)e.push(this.consumeCodePoint());return[Hc(e),t]},A.prototype.consumeNumericToken=function(){var e=this.consumeNumber(),t=e[0],r=e[1],n=this.peekCodePoint(0),s=this.peekCodePoint(1),o=this.peekCodePoint(2);if(fr(n,s,o)){var a=this.consumeName();return{type:15,number:t,flags:r,unit:a}}return n===$l?(this.consumeCodePoint(),{type:16,number:t,flags:r}):{type:17,number:t,flags:r}},A.prototype.consumeEscapedCodePoint=function(){var e=this.consumeCodePoint();if(Me(e)){for(var t=Z(e);Me(this.peekCodePoint(0))&&t.length<6;)t+=Z(this.consumeCodePoint());dr(this.peekCodePoint(0))&&this.consumeCodePoint();var r=parseInt(t,16);return r===0||Uc(r)||r>1114111?uo:r}return e===WA?uo:e},A.prototype.consumeName=function(){for(var e="";;){var t=this.consumeCodePoint();if(go(t))e+=Z(t);else if(ue(t,this.peekCodePoint(0)))e+=Z(this.consumeEscapedCodePoint());else return this.reconsumeCodePoint(t),e}},A})(),Ba=(function(){function A(e){this._tokens=e}return A.create=function(e){var t=new ca;return t.write(e),new A(t.read())},A.parseValue=function(e){return A.create(e).parseComponentValue()},A.parseValues=function(e){return A.create(e).parseComponentValues()},A.prototype.parseComponentValue=function(){for(var e=this.consumeToken();e.type===31;)e=this.consumeToken();if(e.type===32)throw new SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(e);var t=this.consumeComponentValue();do e=this.consumeToken();while(e.type===31);if(e.type===32)return t;throw new SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},A.prototype.parseComponentValues=function(){for(var e=[];;){var t=this.consumeComponentValue();if(t.type===32)return e;e.push(t),e.push()}},A.prototype.consumeComponentValue=function(){var e=this.consumeToken();switch(e.type){case 11:case 28:case 2:return this.consumeSimpleBlock(e.type);case 19:return this.consumeFunction(e)}return e},A.prototype.consumeSimpleBlock=function(e){for(var t={type:e,values:[]},r=this.consumeToken();;){if(r.type===32||$c(r,e))return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue()),r=this.consumeToken()}},A.prototype.consumeFunction=function(e){for(var t={name:e.value,values:[],type:18};;){var r=this.consumeToken();if(r.type===32||r.type===3)return t;this.reconsumeToken(r),t.values.push(this.consumeComponentValue())}},A.prototype.consumeToken=function(){var e=this._tokens.shift();return typeof e>"u"?$n:e},A.prototype.reconsumeToken=function(e){this._tokens.unshift(e)},A})(),Ot=function(A){return A.type===15},Je=function(A){return A.type===17},G=function(A){return A.type===20},zc=function(A){return A.type===0},Zn=function(A,e){return G(A)&&A.value===e},ua=function(A){return A.type!==31},Xe=function(A){return A.type!==31&&A.type!==4},YA=function(A){var e=[],t=[];return A.forEach(function(r){if(r.type===4){if(t.length===0)throw new Error("Error parsing function args, zero tokens for arg");e.push(t),t=[];return}r.type!==31&&t.push(r)}),t.length&&e.push(t),e},$c=function(A,e){return e===11&&A.type===12||e===28&&A.type===29?!0:e===2&&A.type===3},he=function(A){return A.type===17||A.type===15},j=function(A){return A.type===16||he(A)},ga=function(A){return A.length>1?[A[0],A[1]]:[A[0]]},gA={type:17,number:0,flags:Mt},is={type:16,number:50,flags:Mt},de={type:16,number:100,flags:Mt},yt=function(A,e,t){var r=A[0],n=A[1];return[_(r,e),_(typeof n<"u"?n:r,t)]},_=function(A,e){if(A.type===16)return A.number/100*e;if(Ot(A))switch(A.unit){case"rem":case"em":return 16*A.number;default:return A.number}return A.number},da="deg",fa="grad",pa="rad",wa="turn",Rr={name:"angle",parse:function(A,e){if(e.type===15)switch(e.unit){case da:return Math.PI*e.number/180;case fa:return Math.PI/200*e.number;case pa:return e.number;case wa:return Math.PI*2*e.number}throw new Error("Unsupported angle type")}},ha=function(A){return A.type===15&&(A.unit===da||A.unit===fa||A.unit===pa||A.unit===wa)},ba=function(A){var e=A.filter(G).map(function(t){return t.value}).join(" ");switch(e){case"to bottom right":case"to right bottom":case"left top":case"top left":return[gA,gA];case"to top":case"bottom":return DA(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[gA,de];case"to right":case"left":return DA(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[de,de];case"to bottom":case"top":return DA(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[de,gA];case"to left":case"right":return DA(270)}return 0},DA=function(A){return Math.PI*A/180},pe={name:"color",parse:function(A,e){if(e.type===18){var t=Zc[e.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported color function "'+e.name+'"');return t(A,e.values)}if(e.type===5){if(e.value.length===3){var r=e.value.substring(0,1),n=e.value.substring(1,2),s=e.value.substring(2,3);return fe(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),1)}if(e.value.length===4){var r=e.value.substring(0,1),n=e.value.substring(1,2),s=e.value.substring(2,3),o=e.value.substring(3,4);return fe(parseInt(r+r,16),parseInt(n+n,16),parseInt(s+s,16),parseInt(o+o,16)/255)}if(e.value.length===6){var r=e.value.substring(0,2),n=e.value.substring(2,4),s=e.value.substring(4,6);return fe(parseInt(r,16),parseInt(n,16),parseInt(s,16),1)}if(e.value.length===8){var r=e.value.substring(0,2),n=e.value.substring(2,4),s=e.value.substring(4,6),o=e.value.substring(6,8);return fe(parseInt(r,16),parseInt(n,16),parseInt(s,16),parseInt(o,16)/255)}}if(e.type===20){var a=re[e.value.toUpperCase()];if(typeof a<"u")return a}return re.TRANSPARENT}},we=function(A){return(255&A)===0},oA=function(A){var e=255&A,t=255&A>>8,r=255&A>>16,n=255&A>>24;return e<255?"rgba("+n+","+r+","+t+","+e/255+")":"rgb("+n+","+r+","+t+")"},fe=function(A,e,t,r){return(A<<24|e<<16|t<<8|Math.round(r*255)<<0)>>>0},fo=function(A,e){if(A.type===17)return A.number;if(A.type===16){var t=e===3?1:255;return e===3?A.number/100*t:Math.round(A.number/100*t)}return 0},po=function(A,e){var t=e.filter(Xe);if(t.length===3){var r=t.map(fo),n=r[0],s=r[1],o=r[2];return fe(n,s,o,1)}if(t.length===4){var a=t.map(fo),n=a[0],s=a[1],o=a[2],i=a[3];return fe(n,s,o,i)}return 0};function vn(A,e,t){return t<0&&(t+=1),t>=1&&(t-=1),t<1/6?(e-A)*t*6+A:t<1/2?e:t<2/3?(e-A)*6*(2/3-t)+A:A}var wo=function(A,e){var t=e.filter(Xe),r=t[0],n=t[1],s=t[2],o=t[3],a=(r.type===17?DA(r.number):Rr.parse(A,r))/(Math.PI*2),i=j(n)?n.number/100:0,l=j(s)?s.number/100:0,c=typeof o<"u"&&j(o)?_(o,1):1;if(i===0)return fe(l*255,l*255,l*255,1);var B=l<=.5?l*(i+1):l+i-l*i,g=l*2-B,f=vn(g,B,a+1/3),p=vn(g,B,a),w=vn(g,B,a-1/3);return fe(f*255,p*255,w*255,c)},Zc={hsl:wo,hsla:wo,rgb:po,rgba:po},It=function(A,e){return pe.parse(A,Ba.create(e).parseComponentValue())},re={ALICEBLUE:4042850303,ANTIQUEWHITE:4209760255,AQUA:16777215,AQUAMARINE:2147472639,AZURE:4043309055,BEIGE:4126530815,BISQUE:4293182719,BLACK:255,BLANCHEDALMOND:4293643775,BLUE:65535,BLUEVIOLET:2318131967,BROWN:2771004159,BURLYWOOD:3736635391,CADETBLUE:1604231423,CHARTREUSE:2147418367,CHOCOLATE:3530104575,CORAL:4286533887,CORNFLOWERBLUE:1687547391,CORNSILK:4294499583,CRIMSON:3692313855,CYAN:16777215,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:3095837695,DARKGRAY:2846468607,DARKGREEN:6553855,DARKGREY:2846468607,DARKKHAKI:3182914559,DARKMAGENTA:2332068863,DARKOLIVEGREEN:1433087999,DARKORANGE:4287365375,DARKORCHID:2570243327,DARKRED:2332033279,DARKSALMON:3918953215,DARKSEAGREEN:2411499519,DARKSLATEBLUE:1211993087,DARKSLATEGRAY:793726975,DARKSLATEGREY:793726975,DARKTURQUOISE:13554175,DARKVIOLET:2483082239,DEEPPINK:4279538687,DEEPSKYBLUE:12582911,DIMGRAY:1768516095,DIMGREY:1768516095,DODGERBLUE:512819199,FIREBRICK:2988581631,FLORALWHITE:4294635775,FORESTGREEN:579543807,FUCHSIA:4278255615,GAINSBORO:3705462015,GHOSTWHITE:4177068031,GOLD:4292280575,GOLDENROD:3668254975,GRAY:2155905279,GREEN:8388863,GREENYELLOW:2919182335,GREY:2155905279,HONEYDEW:4043305215,HOTPINK:4285117695,INDIANRED:3445382399,INDIGO:1258324735,IVORY:4294963455,KHAKI:4041641215,LAVENDER:3873897215,LAVENDERBLUSH:4293981695,LAWNGREEN:2096890111,LEMONCHIFFON:4294626815,LIGHTBLUE:2916673279,LIGHTCORAL:4034953471,LIGHTCYAN:3774873599,LIGHTGOLDENRODYELLOW:4210742015,LIGHTGRAY:3553874943,LIGHTGREEN:2431553791,LIGHTGREY:3553874943,LIGHTPINK:4290167295,LIGHTSALMON:4288707327,LIGHTSEAGREEN:548580095,LIGHTSKYBLUE:2278488831,LIGHTSLATEGRAY:2005441023,LIGHTSLATEGREY:2005441023,LIGHTSTEELBLUE:2965692159,LIGHTYELLOW:4294959359,LIME:16711935,LIMEGREEN:852308735,LINEN:4210091775,MAGENTA:4278255615,MAROON:2147483903,MEDIUMAQUAMARINE:1724754687,MEDIUMBLUE:52735,MEDIUMORCHID:3126187007,MEDIUMPURPLE:2473647103,MEDIUMSEAGREEN:1018393087,MEDIUMSLATEBLUE:2070474495,MEDIUMSPRINGGREEN:16423679,MEDIUMTURQUOISE:1221709055,MEDIUMVIOLETRED:3340076543,MIDNIGHTBLUE:421097727,MINTCREAM:4127193855,MISTYROSE:4293190143,MOCCASIN:4293178879,NAVAJOWHITE:4292783615,NAVY:33023,OLDLACE:4260751103,OLIVE:2155872511,OLIVEDRAB:1804477439,ORANGE:4289003775,ORANGERED:4282712319,ORCHID:3664828159,PALEGOLDENROD:4008225535,PALEGREEN:2566625535,PALETURQUOISE:2951671551,PALEVIOLETRED:3681588223,PAPAYAWHIP:4293907967,PEACHPUFF:4292524543,PERU:3448061951,PINK:4290825215,PLUM:3718307327,POWDERBLUE:2967529215,PURPLE:2147516671,REBECCAPURPLE:1714657791,RED:4278190335,ROSYBROWN:3163525119,ROYALBLUE:1097458175,SADDLEBROWN:2336560127,SALMON:4202722047,SANDYBROWN:4104413439,SEAGREEN:780883967,SEASHELL:4294307583,SIENNA:2689740287,SILVER:3233857791,SKYBLUE:2278484991,SLATEBLUE:1784335871,SLATEGRAY:1887473919,SLATEGREY:1887473919,SNOW:4294638335,SPRINGGREEN:16744447,STEELBLUE:1182971135,TAN:3535047935,TEAL:8421631,THISTLE:3636451583,TOMATO:4284696575,TRANSPARENT:0,TURQUOISE:1088475391,VIOLET:4001558271,WHEAT:4125012991,WHITE:4294967295,WHITESMOKE:4126537215,YELLOW:4294902015,YELLOWGREEN:2597139199},qc={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(t){if(G(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},jc={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},Nr=function(A,e){var t=pe.parse(A,e[0]),r=e[1];return r&&j(r)?{color:t,stop:r}:{color:t,stop:null}},ho=function(A,e){var t=A[0],r=A[A.length-1];t.stop===null&&(t.stop=gA),r.stop===null&&(r.stop=de);for(var n=[],s=0,o=0;o<A.length;o++){var a=A[o].stop;if(a!==null){var i=_(a,e);i>s?n.push(i):n.push(s),s=i}else n.push(null)}for(var l=null,o=0;o<n.length;o++){var c=n[o];if(c===null)l===null&&(l=o);else if(l!==null){for(var B=o-l,g=n[l-1],f=(c-g)/(B+1),p=1;p<=B;p++)n[l+p-1]=f*p;l=null}}return A.map(function(w,y){var b=w.color;return{color:b,stop:Math.max(Math.min(1,n[y]/e),0)}})},AB=function(A,e,t){var r=e/2,n=t/2,s=_(A[0],e)-r,o=n-_(A[1],t);return(Math.atan2(o,s)+Math.PI*2)%(Math.PI*2)},eB=function(A,e,t){var r=typeof A=="number"?A:AB(A,e,t),n=Math.abs(e*Math.sin(r))+Math.abs(t*Math.cos(r)),s=e/2,o=t/2,a=n/2,i=Math.sin(r-Math.PI/2)*a,l=Math.cos(r-Math.PI/2)*a;return[n,s-l,s+l,o-i,o+i]},PA=function(A,e){return Math.sqrt(A*A+e*e)},bo=function(A,e,t,r,n){var s=[[0,0],[0,e],[A,0],[A,e]];return s.reduce(function(o,a){var i=a[0],l=a[1],c=PA(t-i,r-l);return(n?c<o.optimumDistance:c>o.optimumDistance)?{optimumCorner:a,optimumDistance:c}:o},{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},tB=function(A,e,t,r,n){var s=0,o=0;switch(A.size){case 0:A.shape===0?s=o=Math.min(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n)):A.shape===1&&(s=Math.min(Math.abs(e),Math.abs(e-r)),o=Math.min(Math.abs(t),Math.abs(t-n)));break;case 2:if(A.shape===0)s=o=Math.min(PA(e,t),PA(e,t-n),PA(e-r,t),PA(e-r,t-n));else if(A.shape===1){var a=Math.min(Math.abs(t),Math.abs(t-n))/Math.min(Math.abs(e),Math.abs(e-r)),i=bo(r,n,e,t,!0),l=i[0],c=i[1];s=PA(l-e,(c-t)/a),o=a*s}break;case 1:A.shape===0?s=o=Math.max(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n)):A.shape===1&&(s=Math.max(Math.abs(e),Math.abs(e-r)),o=Math.max(Math.abs(t),Math.abs(t-n)));break;case 3:if(A.shape===0)s=o=Math.max(PA(e,t),PA(e,t-n),PA(e-r,t),PA(e-r,t-n));else if(A.shape===1){var a=Math.max(Math.abs(t),Math.abs(t-n))/Math.max(Math.abs(e),Math.abs(e-r)),B=bo(r,n,e,t,!1),l=B[0],c=B[1];s=PA(l-e,(c-t)/a),o=a*s}break}return Array.isArray(A.size)&&(s=_(A.size[0],r),o=A.size.length===2?_(A.size[1],n):s),[s,o]},rB=function(A,e){var t=DA(180),r=[];return YA(e).forEach(function(n,s){if(s===0){var o=n[0];if(o.type===20&&o.value==="to"){t=ba(n);return}else if(ha(o)){t=Rr.parse(A,o);return}}var a=Nr(A,n);r.push(a)}),{angle:t,stops:r,type:1}},wr=function(A,e){var t=DA(180),r=[];return YA(e).forEach(function(n,s){if(s===0){var o=n[0];if(o.type===20&&["top","left","right","bottom"].indexOf(o.value)!==-1){t=ba(n);return}else if(ha(o)){t=(Rr.parse(A,o)+DA(270))%DA(360);return}}var a=Nr(A,n);r.push(a)}),{angle:t,stops:r,type:1}},nB=function(A,e){var t=DA(180),r=[],n=1,s=0,o=3,a=[];return YA(e).forEach(function(i,l){var c=i[0];if(l===0){if(G(c)&&c.value==="linear"){n=1;return}else if(G(c)&&c.value==="radial"){n=2;return}}if(c.type===18){if(c.name==="from"){var B=pe.parse(A,c.values[0]);r.push({stop:gA,color:B})}else if(c.name==="to"){var B=pe.parse(A,c.values[0]);r.push({stop:de,color:B})}else if(c.name==="color-stop"){var g=c.values.filter(Xe);if(g.length===2){var B=pe.parse(A,g[1]),f=g[0];Je(f)&&r.push({stop:{type:16,number:f.number*100,flags:f.flags},color:B})}}}}),n===1?{angle:(t+DA(180))%DA(360),stops:r,type:n}:{size:o,shape:s,stops:r,position:a,type:n}},Qa="closest-side",Ca="farthest-side",ma="closest-corner",Ua="farthest-corner",va="circle",Fa="ellipse",ya="cover",Ea="contain",sB=function(A,e){var t=0,r=3,n=[],s=[];return YA(e).forEach(function(o,a){var i=!0;if(a===0){var l=!1;i=o.reduce(function(B,g){if(l)if(G(g))switch(g.value){case"center":return s.push(is),B;case"top":case"left":return s.push(gA),B;case"right":case"bottom":return s.push(de),B}else(j(g)||he(g))&&s.push(g);else if(G(g))switch(g.value){case va:return t=0,!1;case Fa:return t=1,!1;case"at":return l=!0,!1;case Qa:return r=0,!1;case ya:case Ca:return r=1,!1;case Ea:case ma:return r=2,!1;case Ua:return r=3,!1}else if(he(g)||j(g))return Array.isArray(r)||(r=[]),r.push(g),!1;return B},i)}if(i){var c=Nr(A,o);n.push(c)}}),{size:r,shape:t,stops:n,position:s,type:2}},hr=function(A,e){var t=0,r=3,n=[],s=[];return YA(e).forEach(function(o,a){var i=!0;if(a===0?i=o.reduce(function(c,B){if(G(B))switch(B.value){case"center":return s.push(is),!1;case"top":case"left":return s.push(gA),!1;case"right":case"bottom":return s.push(de),!1}else if(j(B)||he(B))return s.push(B),!1;return c},i):a===1&&(i=o.reduce(function(c,B){if(G(B))switch(B.value){case va:return t=0,!1;case Fa:return t=1,!1;case Ea:case Qa:return r=0,!1;case Ca:return r=1,!1;case ma:return r=2,!1;case ya:case Ua:return r=3,!1}else if(he(B)||j(B))return Array.isArray(r)||(r=[]),r.push(B),!1;return c},i)),i){var l=Nr(A,o);n.push(l)}}),{size:r,shape:t,stops:n,position:s,type:2}},oB=function(A){return A.type===1},aB=function(A){return A.type===2},ls={name:"image",parse:function(A,e){if(e.type===22){var t={url:e.value,type:0};return A.cache.addImage(e.value),t}if(e.type===18){var r=xa[e.name];if(typeof r>"u")throw new Error('Attempting to parse an unsupported image function "'+e.name+'"');return r(A,e.values)}throw new Error("Unsupported image type "+e.type)}};function iB(A){return!(A.type===20&&A.value==="none")&&(A.type!==18||!!xa[A.name])}var xa={"linear-gradient":rB,"-moz-linear-gradient":wr,"-ms-linear-gradient":wr,"-o-linear-gradient":wr,"-webkit-linear-gradient":wr,"radial-gradient":sB,"-moz-radial-gradient":hr,"-ms-radial-gradient":hr,"-o-radial-gradient":hr,"-webkit-radial-gradient":hr,"-webkit-gradient":nB},lB={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(e.length===0)return[];var t=e[0];return t.type===20&&t.value==="none"?[]:e.filter(function(r){return Xe(r)&&iB(r)}).map(function(r){return ls.parse(A,r)})}},cB={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(t){if(G(t))switch(t.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},BB={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,e){return YA(e).map(function(t){return t.filter(j)}).map(ga)}},uB={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,e){return YA(e).map(function(t){return t.filter(G).map(function(r){return r.value}).join(" ")}).map(gB)}},gB=function(A){switch(A){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}},_e;(function(A){A.AUTO="auto",A.CONTAIN="contain",A.COVER="cover"})(_e||(_e={}));var dB={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,e){return YA(e).map(function(t){return t.filter(fB)})}},fB=function(A){return G(A)||j(A)},Gr=function(A){return{name:"border-"+A+"-color",initialValue:"transparent",prefix:!1,type:3,format:"color"}},pB=Gr("top"),wB=Gr("right"),hB=Gr("bottom"),bB=Gr("left"),Pr=function(A){return{name:"border-radius-"+A,initialValue:"0 0",prefix:!1,type:1,parse:function(e,t){return ga(t.filter(j))}}},QB=Pr("top-left"),CB=Pr("top-right"),mB=Pr("bottom-right"),UB=Pr("bottom-left"),Vr=function(A){return{name:"border-"+A+"-style",initialValue:"solid",prefix:!1,type:2,parse:function(e,t){switch(t){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},vB=Vr("top"),FB=Vr("right"),yB=Vr("bottom"),EB=Vr("left"),_r=function(A){return{name:"border-"+A+"-width",initialValue:"0",type:0,prefix:!1,parse:function(e,t){return Ot(t)?t.number:0}}},xB=_r("top"),HB=_r("right"),IB=_r("bottom"),LB=_r("left"),KB={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},SB={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,e){return e==="rtl"?1:0}},TB={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,e){return e.filter(G).reduce(function(t,r){return t|DB(r.value)},0)}},DB=function(A){switch(A){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 16777216;case"inline-block":return 33554432;case"inline-list-item":return 67108864;case"inline-table":return 134217728;case"inline-flex":return 268435456;case"inline-grid":return 536870912}return 0},kB={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},MB={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,e){return e.type===20&&e.value==="normal"?0:e.type===17||e.type===15?e.number:0}},Hr;(function(A){A.NORMAL="normal",A.STRICT="strict"})(Hr||(Hr={}));var OB={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return e==="strict"?Hr.STRICT:Hr.NORMAL}},RB={name:"line-height",initialValue:"normal",prefix:!1,type:4},Qo=function(A,e){return G(A)&&A.value==="normal"?1.2*e:A.type===17?e*A.number:j(A)?_(A,e):e},NB={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,e){return e.type===20&&e.value==="none"?null:ls.parse(A,e)}},GB={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,e){return e==="inside"?0:1}},qn={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":return 22;case"hebrew":return 22;case"hiragana":return 23;case"hiragana-iroha":return 24;case"japanese-formal":return 25;case"japanese-informal":return 26;case"kannada":return 27;case"katakana":return 28;case"katakana-iroha":return 29;case"khmer":return 30;case"korean-hangul-formal":return 31;case"korean-hanja-formal":return 32;case"korean-hanja-informal":return 33;case"lao":return 34;case"lower-armenian":return 35;case"malayalam":return 36;case"mongolian":return 37;case"myanmar":return 38;case"oriya":return 39;case"persian":return 40;case"simp-chinese-formal":return 41;case"simp-chinese-informal":return 42;case"tamil":return 43;case"telugu":return 44;case"thai":return 45;case"tibetan":return 46;case"trad-chinese-formal":return 47;case"trad-chinese-informal":return 48;case"upper-armenian":return 49;case"disclosure-open":return 50;case"disclosure-closed":return 51;default:return-1}}},Xr=function(A){return{name:"margin-"+A,initialValue:"0",prefix:!1,type:4}},PB=Xr("top"),VB=Xr("right"),_B=Xr("bottom"),XB=Xr("left"),JB={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,e){return e.filter(G).map(function(t){switch(t.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},WB={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return e==="break-word"?"break-word":"normal"}},Jr=function(A){return{name:"padding-"+A,initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},YB=Jr("top"),zB=Jr("right"),$B=Jr("bottom"),ZB=Jr("left"),qB={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,e){switch(e){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},jB={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,e){switch(e){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},Au={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.length===1&&Zn(e[0],"none")?[]:YA(e).map(function(t){for(var r={color:re.TRANSPARENT,offsetX:gA,offsetY:gA,blur:gA},n=0,s=0;s<t.length;s++){var o=t[s];he(o)?(n===0?r.offsetX=o:n===1?r.offsetY=o:r.blur=o,n++):r.color=pe.parse(A,o)}return r})}},eu={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},tu={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(A,e){if(e.type===20&&e.value==="none")return null;if(e.type===18){var t=su[e.name];if(typeof t>"u")throw new Error('Attempting to parse an unsupported transform function "'+e.name+'"');return t(e.values)}return null}},ru=function(A){var e=A.filter(function(t){return t.type===17}).map(function(t){return t.number});return e.length===6?e:null},nu=function(A){var e=A.filter(function(i){return i.type===17}).map(function(i){return i.number}),t=e[0],r=e[1];e[2],e[3];var n=e[4],s=e[5];e[6],e[7],e[8],e[9],e[10],e[11];var o=e[12],a=e[13];return e[14],e[15],e.length===16?[t,r,n,s,o,a]:null},su={matrix:ru,matrix3d:nu},Co={type:16,number:50,flags:Mt},ou=[Co,Co],au={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(A,e){var t=e.filter(j);return t.length!==2?ou:[t[0],t[1]]}},iu={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"hidden":return 1;case"collapse":return 2;default:return 0}}},Lt;(function(A){A.NORMAL="normal",A.BREAK_ALL="break-all",A.KEEP_ALL="keep-all"})(Lt||(Lt={}));var lu={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"break-all":return Lt.BREAK_ALL;case"keep-all":return Lt.KEEP_ALL;default:return Lt.NORMAL}}},cu={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,e){if(e.type===20)return{auto:!0,order:0};if(Je(e))return{auto:!1,order:e.number};throw new Error("Invalid z-index number parsed")}},Ha={name:"time",parse:function(A,e){if(e.type===15)switch(e.unit.toLowerCase()){case"s":return 1e3*e.number;case"ms":return e.number}throw new Error("Unsupported time type")}},Bu={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,e){return Je(e)?e.number:1}},uu={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},gu={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,e){return e.filter(G).map(function(t){switch(t.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(t){return t!==0})}},du={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,e){var t=[],r=[];return e.forEach(function(n){switch(n.type){case 20:case 0:t.push(n.value);break;case 17:t.push(n.number.toString());break;case 4:r.push(t.join(" ")),t.length=0;break}}),t.length&&r.push(t.join(" ")),r.map(function(n){return n.indexOf(" ")===-1?n:"'"+n+"'"})}},fu={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},pu={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,e){return Je(e)?e.number:G(e)&&e.value==="bold"?700:400}},wu={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.filter(G).map(function(t){return t.value})}},hu={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},tA=function(A,e){return(A&e)!==0},bu={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(e.length===0)return[];var t=e[0];return t.type===20&&t.value==="none"?[]:e}},Qu={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(e.length===0)return null;var t=e[0];if(t.type===20&&t.value==="none")return null;for(var r=[],n=e.filter(ua),s=0;s<n.length;s++){var o=n[s],a=n[s+1];if(o.type===20){var i=a&&Je(a)?a.number:1;r.push({counter:o.value,increment:i})}}return r}},Cu={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(e.length===0)return[];for(var t=[],r=e.filter(ua),n=0;n<r.length;n++){var s=r[n],o=r[n+1];if(G(s)&&s.value!=="none"){var a=o&&Je(o)?o.number:0;t.push({counter:s.value,reset:a})}}return t}},mu={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,e){return e.filter(Ot).map(function(t){return Ha.parse(A,t)})}},Uu={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(e.length===0)return null;var t=e[0];if(t.type===20&&t.value==="none")return null;var r=[],n=e.filter(zc);if(n.length%2!==0)return null;for(var s=0;s<n.length;s+=2){var o=n[s].value,a=n[s+1].value;r.push({open:o,close:a})}return r}},mo=function(A,e,t){if(!A)return"";var r=A[Math.min(e,A.length-1)];return r?t?r.open:r.close:""},vu={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.length===1&&Zn(e[0],"none")?[]:YA(e).map(function(t){for(var r={color:255,offsetX:gA,offsetY:gA,blur:gA,spread:gA,inset:!1},n=0,s=0;s<t.length;s++){var o=t[s];Zn(o,"inset")?r.inset=!0:he(o)?(n===0?r.offsetX=o:n===1?r.offsetY=o:n===2?r.blur=o:r.spread=o,n++):r.color=pe.parse(A,o)}return r})}},Fu={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,e){var t=[0,1,2],r=[];return e.filter(G).forEach(function(n){switch(n.value){case"stroke":r.push(1);break;case"fill":r.push(0);break;case"markers":r.push(2);break}}),t.forEach(function(n){r.indexOf(n)===-1&&r.push(n)}),r}},yu={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},Eu={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return Ot(e)?e.number:0}},xu=(function(){function A(e,t){var r,n;this.animationDuration=U(e,mu,t.animationDuration),this.backgroundClip=U(e,qc,t.backgroundClip),this.backgroundColor=U(e,jc,t.backgroundColor),this.backgroundImage=U(e,lB,t.backgroundImage),this.backgroundOrigin=U(e,cB,t.backgroundOrigin),this.backgroundPosition=U(e,BB,t.backgroundPosition),this.backgroundRepeat=U(e,uB,t.backgroundRepeat),this.backgroundSize=U(e,dB,t.backgroundSize),this.borderTopColor=U(e,pB,t.borderTopColor),this.borderRightColor=U(e,wB,t.borderRightColor),this.borderBottomColor=U(e,hB,t.borderBottomColor),this.borderLeftColor=U(e,bB,t.borderLeftColor),this.borderTopLeftRadius=U(e,QB,t.borderTopLeftRadius),this.borderTopRightRadius=U(e,CB,t.borderTopRightRadius),this.borderBottomRightRadius=U(e,mB,t.borderBottomRightRadius),this.borderBottomLeftRadius=U(e,UB,t.borderBottomLeftRadius),this.borderTopStyle=U(e,vB,t.borderTopStyle),this.borderRightStyle=U(e,FB,t.borderRightStyle),this.borderBottomStyle=U(e,yB,t.borderBottomStyle),this.borderLeftStyle=U(e,EB,t.borderLeftStyle),this.borderTopWidth=U(e,xB,t.borderTopWidth),this.borderRightWidth=U(e,HB,t.borderRightWidth),this.borderBottomWidth=U(e,IB,t.borderBottomWidth),this.borderLeftWidth=U(e,LB,t.borderLeftWidth),this.boxShadow=U(e,vu,t.boxShadow),this.color=U(e,KB,t.color),this.direction=U(e,SB,t.direction),this.display=U(e,TB,t.display),this.float=U(e,kB,t.cssFloat),this.fontFamily=U(e,du,t.fontFamily),this.fontSize=U(e,fu,t.fontSize),this.fontStyle=U(e,hu,t.fontStyle),this.fontVariant=U(e,wu,t.fontVariant),this.fontWeight=U(e,pu,t.fontWeight),this.letterSpacing=U(e,MB,t.letterSpacing),this.lineBreak=U(e,OB,t.lineBreak),this.lineHeight=U(e,RB,t.lineHeight),this.listStyleImage=U(e,NB,t.listStyleImage),this.listStylePosition=U(e,GB,t.listStylePosition),this.listStyleType=U(e,qn,t.listStyleType),this.marginTop=U(e,PB,t.marginTop),this.marginRight=U(e,VB,t.marginRight),this.marginBottom=U(e,_B,t.marginBottom),this.marginLeft=U(e,XB,t.marginLeft),this.opacity=U(e,Bu,t.opacity);var s=U(e,JB,t.overflow);this.overflowX=s[0],this.overflowY=s[s.length>1?1:0],this.overflowWrap=U(e,WB,t.overflowWrap),this.paddingTop=U(e,YB,t.paddingTop),this.paddingRight=U(e,zB,t.paddingRight),this.paddingBottom=U(e,$B,t.paddingBottom),this.paddingLeft=U(e,ZB,t.paddingLeft),this.paintOrder=U(e,Fu,t.paintOrder),this.position=U(e,jB,t.position),this.textAlign=U(e,qB,t.textAlign),this.textDecorationColor=U(e,uu,(r=t.textDecorationColor)!==null&&r!==void 0?r:t.color),this.textDecorationLine=U(e,gu,(n=t.textDecorationLine)!==null&&n!==void 0?n:t.textDecoration),this.textShadow=U(e,Au,t.textShadow),this.textTransform=U(e,eu,t.textTransform),this.transform=U(e,tu,t.transform),this.transformOrigin=U(e,au,t.transformOrigin),this.visibility=U(e,iu,t.visibility),this.webkitTextStrokeColor=U(e,yu,t.webkitTextStrokeColor),this.webkitTextStrokeWidth=U(e,Eu,t.webkitTextStrokeWidth),this.wordBreak=U(e,lu,t.wordBreak),this.zIndex=U(e,cu,t.zIndex)}return A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&this.visibility===0},A.prototype.isTransparent=function(){return we(this.backgroundColor)},A.prototype.isTransformed=function(){return this.transform!==null},A.prototype.isPositioned=function(){return this.position!==0},A.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},A.prototype.isFloating=function(){return this.float!==0},A.prototype.isInlineLevel=function(){return tA(this.display,4)||tA(this.display,33554432)||tA(this.display,268435456)||tA(this.display,536870912)||tA(this.display,67108864)||tA(this.display,134217728)},A})(),Hu=(function(){function A(e,t){this.content=U(e,bu,t.content),this.quotes=U(e,Uu,t.quotes)}return A})(),Uo=(function(){function A(e,t){this.counterIncrement=U(e,Qu,t.counterIncrement),this.counterReset=U(e,Cu,t.counterReset)}return A})(),U=function(A,e,t){var r=new ca,n=t!==null&&typeof t<"u"?t.toString():e.initialValue;r.write(n);var s=new Ba(r.read());switch(e.type){case 2:var o=s.parseComponentValue();return e.parse(A,G(o)?o.value:e.initialValue);case 0:return e.parse(A,s.parseComponentValue());case 1:return e.parse(A,s.parseComponentValues());case 4:return s.parseComponentValue();case 3:switch(e.format){case"angle":return Rr.parse(A,s.parseComponentValue());case"color":return pe.parse(A,s.parseComponentValue());case"image":return ls.parse(A,s.parseComponentValue());case"length":var a=s.parseComponentValue();return he(a)?a:gA;case"length-percentage":var i=s.parseComponentValue();return j(i)?i:gA;case"time":return Ha.parse(A,s.parseComponentValue())}break}},Iu="data-html2canvas-debug",Lu=function(A){var e=A.getAttribute(Iu);switch(e){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},jn=function(A,e){var t=Lu(A);return t===1||e===t},zA=(function(){function A(e,t){if(this.context=e,this.textNodes=[],this.elements=[],this.flags=0,jn(t,3))debugger;this.styles=new xu(e,window.getComputedStyle(t,null)),ts(t)&&(this.styles.animationDuration.some(function(r){return r>0})&&(t.style.animationDuration="0s"),this.styles.transform!==null&&(t.style.transform="none")),this.bounds=Mr(this.context,t),jn(t,4)&&(this.flags|=16)}return A})(),Ku="AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA=",vo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Et=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(Qt=0;Qt<vo.length;Qt++)Et[vo.charCodeAt(Qt)]=Qt;var Qt,Su=function(A){var e=A.length*.75,t=A.length,r,n=0,s,o,a,i;A[A.length-1]==="="&&(e--,A[A.length-2]==="="&&e--);var l=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u"&&typeof Uint8Array.prototype.slice<"u"?new ArrayBuffer(e):new Array(e),c=Array.isArray(l)?l:new Uint8Array(l);for(r=0;r<t;r+=4)s=Et[A.charCodeAt(r)],o=Et[A.charCodeAt(r+1)],a=Et[A.charCodeAt(r+2)],i=Et[A.charCodeAt(r+3)],c[n++]=s<<2|o>>4,c[n++]=(o&15)<<4|a>>2,c[n++]=(a&3)<<6|i&63;return l},Tu=function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t},Du=function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t},Ee=5,cs=11,Fn=2,ku=cs-Ee,Ia=65536>>Ee,Mu=1<<Ee,yn=Mu-1,Ou=1024>>Ee,Ru=Ia+Ou,Nu=Ru,Gu=32,Pu=Nu+Gu,Vu=65536>>cs,_u=1<<ku,Xu=_u-1,Fo=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},Ju=function(A,e,t){return A.slice?A.slice(e,t):new Uint32Array(Array.prototype.slice.call(A,e,t))},Wu=function(A,e){var t=Su(A),r=Array.isArray(t)?Du(t):new Uint32Array(t),n=Array.isArray(t)?Tu(t):new Uint16Array(t),s=24,o=Fo(n,s/2,r[4]/2),a=r[5]===2?Fo(n,(s+r[4])/2):Ju(r,Math.ceil((s+r[4])/4));return new Yu(r[0],r[1],r[2],r[3],o,a)},Yu=(function(){function A(e,t,r,n,s,o){this.initialValue=e,this.errorValue=t,this.highStart=r,this.highValueIndex=n,this.index=s,this.data=o}return A.prototype.get=function(e){var t;if(e>=0){if(e<55296||e>56319&&e<=65535)return t=this.index[e>>Ee],t=(t<<Fn)+(e&yn),this.data[t];if(e<=65535)return t=this.index[Ia+(e-55296>>Ee)],t=(t<<Fn)+(e&yn),this.data[t];if(e<this.highStart)return t=Pu-Vu+(e>>cs),t=this.index[t],t+=e>>Ee&Xu,t=this.index[t],t=(t<<Fn)+(e&yn),this.data[t];if(e<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A})(),yo="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",zu=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(Ct=0;Ct<yo.length;Ct++)zu[yo.charCodeAt(Ct)]=Ct;var Ct,$u=1,En=2,xn=3,Eo=4,xo=5,Zu=7,Ho=8,Hn=9,In=10,Io=11,Lo=12,Ko=13,So=14,Ln=15,qu=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=A.charCodeAt(t++);(s&64512)===56320?e.push(((n&1023)<<10)+(s&1023)+65536):(e.push(n),t--)}else e.push(n)}return e},ju=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var o=A[n];o<=65535?r.push(o):(o-=65536,r.push((o>>10)+55296,o%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},Ag=Wu(Ku),SA="\xD7",Kn="\xF7",eg=function(A){return Ag.get(A)},tg=function(A,e,t){var r=t-2,n=e[r],s=e[t-1],o=e[t];if(s===En&&o===xn)return SA;if(s===En||s===xn||s===Eo||o===En||o===xn||o===Eo)return Kn;if(s===Ho&&[Ho,Hn,Io,Lo].indexOf(o)!==-1||(s===Io||s===Hn)&&(o===Hn||o===In)||(s===Lo||s===In)&&o===In||o===Ko||o===xo||o===Zu||s===$u)return SA;if(s===Ko&&o===So){for(;n===xo;)n=e[--r];if(n===So)return SA}if(s===Ln&&o===Ln){for(var a=0;n===Ln;)a++,n=e[--r];if(a%2===0)return SA}return Kn},rg=function(A){var e=qu(A),t=e.length,r=0,n=0,s=e.map(eg);return{next:function(){if(r>=t)return{done:!0,value:null};for(var o=SA;r<t&&(o=tg(e,s,++r))===SA;);if(o!==SA||r===t){var a=ju.apply(null,e.slice(n,r));return n=r,{value:a,done:!1}}return{done:!0,value:null}}}},ng=function(A){for(var e=rg(A),t=[],r;!(r=e.next()).done;)r.value&&t.push(r.value.slice());return t},sg=function(A){var e=123;if(A.createRange){var t=A.createRange();if(t.getBoundingClientRect){var r=A.createElement("boundtest");r.style.height=e+"px",r.style.display="block",A.body.appendChild(r),t.selectNode(r);var n=t.getBoundingClientRect(),s=Math.round(n.height);if(A.body.removeChild(r),s===e)return!0}}return!1},og=function(A){var e=A.createElement("boundtest");e.style.width="50px",e.style.display="block",e.style.fontSize="12px",e.style.letterSpacing="0px",e.style.wordSpacing="0px",A.body.appendChild(e);var t=A.createRange();e.innerHTML=typeof"".repeat=="function"?"👨".repeat(10):"";var r=e.firstChild,n=Or(r.data).map(function(i){return Z(i)}),s=0,o={},a=n.every(function(i,l){t.setStart(r,s),t.setEnd(r,s+i.length);var c=t.getBoundingClientRect();s+=i.length;var B=c.x>o.x||c.y>o.y;return o=c,l===0?!0:B});return A.body.removeChild(e),a},ag=function(){return typeof new Image().crossOrigin<"u"},ig=function(){return typeof new XMLHttpRequest().responseType=="string"},lg=function(A){var e=new Image,t=A.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;e.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(e,0,0),t.toDataURL()}catch{return!1}return!0},To=function(A){return A[0]===0&&A[1]===255&&A[2]===0&&A[3]===255},cg=function(A){var e=A.createElement("canvas"),t=100;e.width=t,e.height=t;var r=e.getContext("2d");if(!r)return Promise.reject(!1);r.fillStyle="rgb(0, 255, 0)",r.fillRect(0,0,t,t);var n=new Image,s=e.toDataURL();n.src=s;var o=As(t,t,0,0,n);return r.fillStyle="red",r.fillRect(0,0,t,t),Do(o).then(function(a){r.drawImage(a,0,0);var i=r.getImageData(0,0,t,t).data;r.fillStyle="red",r.fillRect(0,0,t,t);var l=A.createElement("div");return l.style.backgroundImage="url("+s+")",l.style.height=t+"px",To(i)?Do(As(t,t,0,0,l)):Promise.reject(!1)}).then(function(a){return r.drawImage(a,0,0),To(r.getImageData(0,0,t,t).data)}).catch(function(){return!1})},As=function(A,e,t,r,n){var s="http://www.w3.org/2000/svg",o=document.createElementNS(s,"svg"),a=document.createElementNS(s,"foreignObject");return o.setAttributeNS(null,"width",A.toString()),o.setAttributeNS(null,"height",e.toString()),a.setAttributeNS(null,"width","100%"),a.setAttributeNS(null,"height","100%"),a.setAttributeNS(null,"x",t.toString()),a.setAttributeNS(null,"y",r.toString()),a.setAttributeNS(null,"externalResourcesRequired","true"),o.appendChild(a),a.appendChild(n),o},Do=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){return e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},uA={get SUPPORT_RANGE_BOUNDS(){var A=sg(document);return Object.defineProperty(uA,"SUPPORT_RANGE_BOUNDS",{value:A}),A},get SUPPORT_WORD_BREAKING(){var A=uA.SUPPORT_RANGE_BOUNDS&&og(document);return Object.defineProperty(uA,"SUPPORT_WORD_BREAKING",{value:A}),A},get SUPPORT_SVG_DRAWING(){var A=lg(document);return Object.defineProperty(uA,"SUPPORT_SVG_DRAWING",{value:A}),A},get SUPPORT_FOREIGNOBJECT_DRAWING(){var A=typeof Array.from=="function"&&typeof window.fetch=="function"?cg(document):Promise.resolve(!1);return Object.defineProperty(uA,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:A}),A},get SUPPORT_CORS_IMAGES(){var A=ag();return Object.defineProperty(uA,"SUPPORT_CORS_IMAGES",{value:A}),A},get SUPPORT_RESPONSE_TYPE(){var A=ig();return Object.defineProperty(uA,"SUPPORT_RESPONSE_TYPE",{value:A}),A},get SUPPORT_CORS_XHR(){var A="withCredentials"in new XMLHttpRequest;return Object.defineProperty(uA,"SUPPORT_CORS_XHR",{value:A}),A},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var A=!!(typeof Intl<"u"&&Intl.Segmenter);return Object.defineProperty(uA,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:A}),A}},Kt=(function(){function A(e,t){this.text=e,this.bounds=t}return A})(),Bg=function(A,e,t,r){var n=dg(e,t),s=[],o=0;return n.forEach(function(a){if(t.textDecorationLine.length||a.trim().length>0)if(uA.SUPPORT_RANGE_BOUNDS){var i=ko(r,o,a.length).getClientRects();if(i.length>1){var l=Bs(a),c=0;l.forEach(function(g){s.push(new Kt(g,ne.fromDOMRectList(A,ko(r,c+o,g.length).getClientRects()))),c+=g.length})}else s.push(new Kt(a,ne.fromDOMRectList(A,i)))}else{var B=r.splitText(a.length);s.push(new Kt(a,ug(A,r))),r=B}else uA.SUPPORT_RANGE_BOUNDS||(r=r.splitText(a.length));o+=a.length}),s},ug=function(A,e){var t=e.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(e.cloneNode(!0));var n=e.parentNode;if(n){n.replaceChild(r,e);var s=Mr(A,r);return r.firstChild&&n.replaceChild(r.firstChild,r),s}}return ne.EMPTY},ko=function(A,e,t){var r=A.ownerDocument;if(!r)throw new Error("Node has no owner document");var n=r.createRange();return n.setStart(A,e),n.setEnd(A,e+t),n},Bs=function(A){if(uA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var e=new Intl.Segmenter(void 0,{granularity:"grapheme"});return Array.from(e.segment(A)).map(function(t){return t.segment})}return ng(A)},gg=function(A,e){if(uA.SUPPORT_NATIVE_TEXT_SEGMENTATION){var t=new Intl.Segmenter(void 0,{granularity:"word"});return Array.from(t.segment(A)).map(function(r){return r.segment})}return pg(A,e)},dg=function(A,e){return e.letterSpacing!==0?Bs(A):gg(A,e)},fg=[32,160,4961,65792,65793,4153,4241],pg=function(A,e){for(var t=Vl(A,{lineBreak:e.lineBreak,wordBreak:e.overflowWrap==="break-word"?"break-word":e.wordBreak}),r=[],n,s=function(){if(n.value){var o=n.value.slice(),a=Or(o),i="";a.forEach(function(l){fg.indexOf(l)===-1?i+=Z(l):(i.length&&r.push(i),r.push(Z(l)),i="")}),i.length&&r.push(i)}};!(n=t.next()).done;)s();return r},wg=(function(){function A(e,t,r){this.text=hg(t.data,r.textTransform),this.textBounds=Bg(e,this.text,r,t)}return A})(),hg=function(A,e){switch(e){case 1:return A.toLowerCase();case 3:return A.replace(bg,Qg);case 2:return A.toUpperCase();default:return A}},bg=/(^|\s|:|-|\(|\))([a-z])/g,Qg=function(A,e,t){return A.length>0?e+t.toUpperCase():A},La=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.src=r.currentSrc||r.src,n.intrinsicWidth=r.naturalWidth,n.intrinsicHeight=r.naturalHeight,n.context.cache.addImage(n.src),n}return e})(zA),Ka=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.canvas=r,n.intrinsicWidth=r.width,n.intrinsicHeight=r.height,n}return e})(zA),Sa=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this,s=new XMLSerializer,o=Mr(t,r);return r.setAttribute("width",o.width+"px"),r.setAttribute("height",o.height+"px"),n.svg="data:image/svg+xml,"+encodeURIComponent(s.serializeToString(r)),n.intrinsicWidth=r.width.baseVal.value,n.intrinsicHeight=r.height.baseVal.value,n.context.cache.addImage(n.svg),n}return e})(zA),Ta=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.value=r.value,n}return e})(zA),es=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.start=r.start,n.reversed=typeof r.reversed=="boolean"&&r.reversed===!0,n}return e})(zA),Cg=[{type:15,flags:0,unit:"px",number:3}],mg=[{type:16,flags:0,number:50}],Ug=function(A){return A.width>A.height?new ne(A.left+(A.width-A.height)/2,A.top,A.height,A.height):A.width<A.height?new ne(A.left,A.top+(A.height-A.width)/2,A.width,A.width):A},vg=function(A){var e=A.type===Fg?new Array(A.value.length+1).join("\u2022"):A.value;return e.length===0?A.placeholder||"":e},Ir="checkbox",Lr="radio",Fg="password",Mo=707406591,us=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;switch(n.type=r.type.toLowerCase(),n.checked=r.checked,n.value=vg(r),(n.type===Ir||n.type===Lr)&&(n.styles.backgroundColor=3739148031,n.styles.borderTopColor=n.styles.borderRightColor=n.styles.borderBottomColor=n.styles.borderLeftColor=2779096575,n.styles.borderTopWidth=n.styles.borderRightWidth=n.styles.borderBottomWidth=n.styles.borderLeftWidth=1,n.styles.borderTopStyle=n.styles.borderRightStyle=n.styles.borderBottomStyle=n.styles.borderLeftStyle=1,n.styles.backgroundClip=[0],n.styles.backgroundOrigin=[0],n.bounds=Ug(n.bounds)),n.type){case Ir:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=Cg;break;case Lr:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=mg;break}return n}return e})(zA),Da=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this,s=r.options[r.selectedIndex||0];return n.value=s&&s.text||"",n}return e})(zA),ka=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.value=r.value,n}return e})(zA),Ma=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;n.src=r.src,n.width=parseInt(r.width,10)||0,n.height=parseInt(r.height,10)||0,n.backgroundColor=n.styles.backgroundColor;try{if(r.contentWindow&&r.contentWindow.document&&r.contentWindow.document.documentElement){n.tree=Ra(t,r.contentWindow.document.documentElement);var s=r.contentWindow.document.documentElement?It(t,getComputedStyle(r.contentWindow.document.documentElement).backgroundColor):re.TRANSPARENT,o=r.contentWindow.document.body?It(t,getComputedStyle(r.contentWindow.document.body).backgroundColor):re.TRANSPARENT;n.backgroundColor=we(s)?we(o)?n.styles.backgroundColor:o:s}}catch{}return n}return e})(zA),yg=["OL","UL","MENU"],Fr=function(A,e,t,r){for(var n=e.firstChild,s=void 0;n;n=s)if(s=n.nextSibling,Na(n)&&n.data.trim().length>0)t.textNodes.push(new wg(A,n,t.styles));else if(Ve(n))if(_a(n)&&n.assignedNodes)n.assignedNodes().forEach(function(a){return Fr(A,a,t,r)});else{var o=Oa(A,n);o.styles.isVisible()&&(Eg(n,o,r)?o.flags|=4:xg(o.styles)&&(o.flags|=2),yg.indexOf(n.tagName)!==-1&&(o.flags|=8),t.elements.push(o),n.slot,n.shadowRoot?Fr(A,n.shadowRoot,o,r):!Kr(n)&&!Ga(n)&&!Sr(n)&&Fr(A,n,o,r))}},Oa=function(A,e){return rs(e)?new La(A,e):Pa(e)?new Ka(A,e):Ga(e)?new Sa(A,e):Hg(e)?new Ta(A,e):Ig(e)?new es(A,e):Lg(e)?new us(A,e):Sr(e)?new Da(A,e):Kr(e)?new ka(A,e):Va(e)?new Ma(A,e):new zA(A,e)},Ra=function(A,e){var t=Oa(A,e);return t.flags|=4,Fr(A,e,t,t),t},Eg=function(A,e,t){return e.styles.isPositionedWithZIndex()||e.styles.opacity<1||e.styles.isTransformed()||gs(A)&&t.styles.isTransparent()},xg=function(A){return A.isPositioned()||A.isFloating()},Na=function(A){return A.nodeType===Node.TEXT_NODE},Ve=function(A){return A.nodeType===Node.ELEMENT_NODE},ts=function(A){return Ve(A)&&typeof A.style<"u"&&!yr(A)},yr=function(A){return typeof A.className=="object"},Hg=function(A){return A.tagName==="LI"},Ig=function(A){return A.tagName==="OL"},Lg=function(A){return A.tagName==="INPUT"},Kg=function(A){return A.tagName==="HTML"},Ga=function(A){return A.tagName==="svg"},gs=function(A){return A.tagName==="BODY"},Pa=function(A){return A.tagName==="CANVAS"},Oo=function(A){return A.tagName==="VIDEO"},rs=function(A){return A.tagName==="IMG"},Va=function(A){return A.tagName==="IFRAME"},Ro=function(A){return A.tagName==="STYLE"},Sg=function(A){return A.tagName==="SCRIPT"},Kr=function(A){return A.tagName==="TEXTAREA"},Sr=function(A){return A.tagName==="SELECT"},_a=function(A){return A.tagName==="SLOT"},No=function(A){return A.tagName.indexOf("-")>0},Tg=(function(){function A(){this.counters={}}return A.prototype.getCounterValue=function(e){var t=this.counters[e];return t&&t.length?t[t.length-1]:1},A.prototype.getCounterValues=function(e){var t=this.counters[e];return t||[]},A.prototype.pop=function(e){var t=this;e.forEach(function(r){return t.counters[r].pop()})},A.prototype.parse=function(e){var t=this,r=e.counterIncrement,n=e.counterReset,s=!0;r!==null&&r.forEach(function(a){var i=t.counters[a.counter];i&&a.increment!==0&&(s=!1,i.length||i.push(1),i[Math.max(0,i.length-1)]+=a.increment)});var o=[];return s&&n.forEach(function(a){var i=t.counters[a.counter];o.push(a.counter),i||(i=t.counters[a.counter]=[]),i.push(a.reset)}),o},A})(),Go={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},Po={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u0554","\u0553","\u0552","\u0551","\u0550","\u054F","\u054E","\u054D","\u054C","\u054B","\u054A","\u0549","\u0548","\u0547","\u0546","\u0545","\u0544","\u0543","\u0542","\u0541","\u0540","\u053F","\u053E","\u053D","\u053C","\u053B","\u053A","\u0539","\u0538","\u0537","\u0536","\u0535","\u0534","\u0533","\u0532","\u0531"]},Dg={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["\u05D9\u05F3","\u05D8\u05F3","\u05D7\u05F3","\u05D6\u05F3","\u05D5\u05F3","\u05D4\u05F3","\u05D3\u05F3","\u05D2\u05F3","\u05D1\u05F3","\u05D0\u05F3","\u05EA","\u05E9","\u05E8","\u05E7","\u05E6","\u05E4","\u05E2","\u05E1","\u05E0","\u05DE","\u05DC","\u05DB","\u05D9\u05D8","\u05D9\u05D7","\u05D9\u05D6","\u05D8\u05D6","\u05D8\u05D5","\u05D9","\u05D8","\u05D7","\u05D6","\u05D5","\u05D4","\u05D3","\u05D2","\u05D1","\u05D0"]},kg={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["\u10F5","\u10F0","\u10EF","\u10F4","\u10EE","\u10ED","\u10EC","\u10EB","\u10EA","\u10E9","\u10E8","\u10E7","\u10E6","\u10E5","\u10E4","\u10F3","\u10E2","\u10E1","\u10E0","\u10DF","\u10DE","\u10DD","\u10F2","\u10DC","\u10DB","\u10DA","\u10D9","\u10D8","\u10D7","\u10F1","\u10D6","\u10D5","\u10D4","\u10D3","\u10D2","\u10D1","\u10D0"]},Oe=function(A,e,t,r,n,s){return A<e||A>t?kt(A,n,s.length>0):r.integers.reduce(function(o,a,i){for(;A>=a;)A-=a,o+=r.values[i];return o},"")+s},Xa=function(A,e,t,r){var n="";do t||A--,n=r(A)+n,A/=e;while(A*e>=e);return n},$=function(A,e,t,r,n){var s=t-e+1;return(A<0?"-":"")+(Xa(Math.abs(A),s,r,function(o){return Z(Math.floor(o%s)+e)})+n)},Ue=function(A,e,t){t===void 0&&(t=". ");var r=e.length;return Xa(Math.abs(A),r,!1,function(n){return e[Math.floor(n%r)]})+t},Ge=1,ce=2,Be=4,xt=8,te=function(A,e,t,r,n,s){if(A<-9999||A>9999)return kt(A,4,n.length>0);var o=Math.abs(A),a=n;if(o===0)return e[0]+a;for(var i=0;o>0&&i<=4;i++){var l=o%10;l===0&&tA(s,Ge)&&a!==""?a=e[l]+a:l>1||l===1&&i===0||l===1&&i===1&&tA(s,ce)||l===1&&i===1&&tA(s,Be)&&A>100||l===1&&i>1&&tA(s,xt)?a=e[l]+(i>0?t[i-1]:"")+a:l===1&&i>0&&(a=t[i-1]+a),o=Math.floor(o/10)}return(A<0?r:"")+a},Vo="\u5341\u767E\u5343\u842C",_o="\u62FE\u4F70\u4EDF\u842C",Xo="\u30DE\u30A4\u30CA\u30B9",Sn="\uB9C8\uC774\uB108\uC2A4",kt=function(A,e,t){var r=t?". ":"",n=t?"\u3001":"",s=t?", ":"",o=t?" ":"";switch(e){case 0:return"\u2022"+o;case 1:return"\u25E6"+o;case 2:return"\u25FE"+o;case 5:var a=$(A,48,57,!0,r);return a.length<4?"0"+a:a;case 4:return Ue(A,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",n);case 6:return Oe(A,1,3999,Go,3,r).toLowerCase();case 7:return Oe(A,1,3999,Go,3,r);case 8:return $(A,945,969,!1,r);case 9:return $(A,97,122,!1,r);case 10:return $(A,65,90,!1,r);case 11:return $(A,1632,1641,!0,r);case 12:case 49:return Oe(A,1,9999,Po,3,r);case 35:return Oe(A,1,9999,Po,3,r).toLowerCase();case 13:return $(A,2534,2543,!0,r);case 14:case 30:return $(A,6112,6121,!0,r);case 15:return Ue(A,"\u5B50\u4E11\u5BC5\u536F\u8FB0\u5DF3\u5348\u672A\u7533\u9149\u620C\u4EA5",n);case 16:return Ue(A,"\u7532\u4E59\u4E19\u4E01\u620A\u5DF1\u5E9A\u8F9B\u58EC\u7678",n);case 17:case 48:return te(A,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",Vo,"\u8CA0",n,ce|Be|xt);case 47:return te(A,"\u96F6\u58F9\u8CB3\u53C3\u8086\u4F0D\u9678\u67D2\u634C\u7396",_o,"\u8CA0",n,Ge|ce|Be|xt);case 42:return te(A,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D",Vo,"\u8D1F",n,ce|Be|xt);case 41:return te(A,"\u96F6\u58F9\u8D30\u53C1\u8086\u4F0D\u9646\u67D2\u634C\u7396",_o,"\u8D1F",n,Ge|ce|Be|xt);case 26:return te(A,"\u3007\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u4E07",Xo,n,0);case 25:return te(A,"\u96F6\u58F1\u5F10\u53C2\u56DB\u4F0D\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343\u4E07",Xo,n,Ge|ce|Be);case 31:return te(A,"\uC601\uC77C\uC774\uC0BC\uC0AC\uC624\uC721\uCE60\uD314\uAD6C","\uC2ED\uBC31\uCC9C\uB9CC",Sn,s,Ge|ce|Be);case 33:return te(A,"\u96F6\u4E00\u4E8C\u4E09\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u5341\u767E\u5343\u842C",Sn,s,0);case 32:return te(A,"\u96F6\u58F9\u8CB3\u53C3\u56DB\u4E94\u516D\u4E03\u516B\u4E5D","\u62FE\u767E\u5343",Sn,s,Ge|ce|Be);case 18:return $(A,2406,2415,!0,r);case 20:return Oe(A,1,19999,kg,3,r);case 21:return $(A,2790,2799,!0,r);case 22:return $(A,2662,2671,!0,r);case 22:return Oe(A,1,10999,Dg,3,r);case 23:return Ue(A,"\u3042\u3044\u3046\u3048\u304A\u304B\u304D\u304F\u3051\u3053\u3055\u3057\u3059\u305B\u305D\u305F\u3061\u3064\u3066\u3068\u306A\u306B\u306C\u306D\u306E\u306F\u3072\u3075\u3078\u307B\u307E\u307F\u3080\u3081\u3082\u3084\u3086\u3088\u3089\u308A\u308B\u308C\u308D\u308F\u3090\u3091\u3092\u3093");case 24:return Ue(A,"\u3044\u308D\u306F\u306B\u307B\u3078\u3068\u3061\u308A\u306C\u308B\u3092\u308F\u304B\u3088\u305F\u308C\u305D\u3064\u306D\u306A\u3089\u3080\u3046\u3090\u306E\u304A\u304F\u3084\u307E\u3051\u3075\u3053\u3048\u3066\u3042\u3055\u304D\u3086\u3081\u307F\u3057\u3091\u3072\u3082\u305B\u3059");case 27:return $(A,3302,3311,!0,r);case 28:return Ue(A,"\u30A2\u30A4\u30A6\u30A8\u30AA\u30AB\u30AD\u30AF\u30B1\u30B3\u30B5\u30B7\u30B9\u30BB\u30BD\u30BF\u30C1\u30C4\u30C6\u30C8\u30CA\u30CB\u30CC\u30CD\u30CE\u30CF\u30D2\u30D5\u30D8\u30DB\u30DE\u30DF\u30E0\u30E1\u30E2\u30E4\u30E6\u30E8\u30E9\u30EA\u30EB\u30EC\u30ED\u30EF\u30F0\u30F1\u30F2\u30F3",n);case 29:return Ue(A,"\u30A4\u30ED\u30CF\u30CB\u30DB\u30D8\u30C8\u30C1\u30EA\u30CC\u30EB\u30F2\u30EF\u30AB\u30E8\u30BF\u30EC\u30BD\u30C4\u30CD\u30CA\u30E9\u30E0\u30A6\u30F0\u30CE\u30AA\u30AF\u30E4\u30DE\u30B1\u30D5\u30B3\u30A8\u30C6\u30A2\u30B5\u30AD\u30E6\u30E1\u30DF\u30B7\u30F1\u30D2\u30E2\u30BB\u30B9",n);case 34:return $(A,3792,3801,!0,r);case 37:return $(A,6160,6169,!0,r);case 38:return $(A,4160,4169,!0,r);case 39:return $(A,2918,2927,!0,r);case 40:return $(A,1776,1785,!0,r);case 43:return $(A,3046,3055,!0,r);case 44:return $(A,3174,3183,!0,r);case 45:return $(A,3664,3673,!0,r);case 46:return $(A,3872,3881,!0,r);default:return $(A,48,57,!0,r)}},Ja="data-html2canvas-ignore",Jo=(function(){function A(e,t,r){if(this.context=e,this.options=r,this.scrolledElements=[],this.referenceElement=t,this.counters=new Tg,this.quoteDepth=0,!t.ownerDocument)throw new Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(t.ownerDocument.documentElement,!1)}return A.prototype.toIFrame=function(e,t){var r=this,n=Mg(e,t);if(!n.contentWindow)return Promise.reject("Unable to find iframe window");var s=e.defaultView.pageXOffset,o=e.defaultView.pageYOffset,a=n.contentWindow,i=a.document,l=Ng(n).then(function(){return bA(r,void 0,void 0,function(){var c,B;return pA(this,function(g){switch(g.label){case 0:return this.scrolledElements.forEach(_g),a&&(a.scrollTo(t.left,t.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(a.scrollY!==t.top||a.scrollX!==t.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(a.scrollX-t.left,a.scrollY-t.top,0,0))),c=this.options.onclone,B=this.clonedReferenceElement,typeof B>"u"?[2,Promise.reject("Error finding the "+this.referenceElement.nodeName+" in the cloned document")]:i.fonts&&i.fonts.ready?[4,i.fonts.ready]:[3,2];case 1:g.sent(),g.label=2;case 2:return/(AppleWebKit)/g.test(navigator.userAgent)?[4,Rg(i)]:[3,4];case 3:g.sent(),g.label=4;case 4:return typeof c=="function"?[2,Promise.resolve().then(function(){return c(i,B)}).then(function(){return n})]:[2,n]}})})});return i.open(),i.write(Pg(document.doctype)+"<html></html>"),Vg(this.referenceElement.ownerDocument,s,o),i.replaceChild(i.adoptNode(this.documentElement),i.documentElement),i.close(),l},A.prototype.createElementClone=function(e){if(jn(e,2))debugger;if(Pa(e))return this.createCanvasClone(e);if(Oo(e))return this.createVideoClone(e);if(Ro(e))return this.createStyleClone(e);var t=e.cloneNode(!1);return rs(t)&&(rs(e)&&e.currentSrc&&e.currentSrc!==e.src&&(t.src=e.currentSrc,t.srcset=""),t.loading==="lazy"&&(t.loading="eager")),No(t)?this.createCustomElementClone(t):t},A.prototype.createCustomElementClone=function(e){var t=document.createElement("html2canvascustomelement");return Tn(e.style,t),t},A.prototype.createStyleClone=function(e){try{var t=e.sheet;if(t&&t.cssRules){var r=[].slice.call(t.cssRules,0).reduce(function(s,o){return o&&typeof o.cssText=="string"?s+o.cssText:s},""),n=e.cloneNode(!1);return n.textContent=r,n}}catch(s){if(this.context.logger.error("Unable to access cssRules property",s),s.name!=="SecurityError")throw s}return e.cloneNode(!1)},A.prototype.createCanvasClone=function(e){var t;if(this.options.inlineImages&&e.ownerDocument){var r=e.ownerDocument.createElement("img");try{return r.src=e.toDataURL(),r}catch{this.context.logger.info("Unable to inline canvas contents, canvas is tainted",e)}}var n=e.cloneNode(!1);try{n.width=e.width,n.height=e.height;var s=e.getContext("2d"),o=n.getContext("2d");if(o)if(!this.options.allowTaint&&s)o.putImageData(s.getImageData(0,0,e.width,e.height),0,0);else{var a=(t=e.getContext("webgl2"))!==null&&t!==void 0?t:e.getContext("webgl");if(a){var i=a.getContextAttributes();i?.preserveDrawingBuffer===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",e)}o.drawImage(e,0,0)}return n}catch{this.context.logger.info("Unable to clone canvas as it is tainted",e)}return n},A.prototype.createVideoClone=function(e){var t=e.ownerDocument.createElement("canvas");t.width=e.offsetWidth,t.height=e.offsetHeight;var r=t.getContext("2d");try{return r&&(r.drawImage(e,0,0,t.width,t.height),this.options.allowTaint||r.getImageData(0,0,t.width,t.height)),t}catch{this.context.logger.info("Unable to clone video as it is tainted",e)}var n=e.ownerDocument.createElement("canvas");return n.width=e.offsetWidth,n.height=e.offsetHeight,n},A.prototype.appendChildNode=function(e,t,r){(!Ve(t)||!Sg(t)&&!t.hasAttribute(Ja)&&(typeof this.options.ignoreElements!="function"||!this.options.ignoreElements(t)))&&(!this.options.copyStyles||!Ve(t)||!Ro(t))&&e.appendChild(this.cloneNode(t,r))},A.prototype.cloneChildNodes=function(e,t,r){for(var n=this,s=e.shadowRoot?e.shadowRoot.firstChild:e.firstChild;s;s=s.nextSibling)if(Ve(s)&&_a(s)&&typeof s.assignedNodes=="function"){var o=s.assignedNodes();o.length&&o.forEach(function(a){return n.appendChildNode(t,a,r)})}else this.appendChildNode(t,s,r)},A.prototype.cloneNode=function(e,t){if(Na(e))return document.createTextNode(e.data);if(!e.ownerDocument)return e.cloneNode(!1);var r=e.ownerDocument.defaultView;if(r&&Ve(e)&&(ts(e)||yr(e))){var n=this.createElementClone(e);n.style.transitionProperty="none";var s=r.getComputedStyle(e),o=r.getComputedStyle(e,":before"),a=r.getComputedStyle(e,":after");this.referenceElement===e&&ts(n)&&(this.clonedReferenceElement=n),gs(n)&&Wg(n);var i=this.counters.parse(new Uo(this.context,s)),l=this.resolvePseudoContent(e,n,o,St.BEFORE);No(e)&&(t=!0),Oo(e)||this.cloneChildNodes(e,n,t),l&&n.insertBefore(l,n.firstChild);var c=this.resolvePseudoContent(e,n,a,St.AFTER);return c&&n.appendChild(c),this.counters.pop(i),(s&&(this.options.copyStyles||yr(e))&&!Va(e)||t)&&Tn(s,n),(e.scrollTop!==0||e.scrollLeft!==0)&&this.scrolledElements.push([n,e.scrollLeft,e.scrollTop]),(Kr(e)||Sr(e))&&(Kr(n)||Sr(n))&&(n.value=e.value),n}return e.cloneNode(!1)},A.prototype.resolvePseudoContent=function(e,t,r,n){var s=this;if(r){var o=r.content,a=t.ownerDocument;if(!(!a||!o||o==="none"||o==="-moz-alt-content"||r.display==="none")){this.counters.parse(new Uo(this.context,r));var i=new Hu(this.context,r),l=a.createElement("html2canvaspseudoelement");Tn(r,l),i.content.forEach(function(B){if(B.type===0)l.appendChild(a.createTextNode(B.value));else if(B.type===22){var g=a.createElement("img");g.src=B.value,g.style.opacity="1",l.appendChild(g)}else if(B.type===18){if(B.name==="attr"){var f=B.values.filter(G);f.length&&l.appendChild(a.createTextNode(e.getAttribute(f[0].value)||""))}else if(B.name==="counter"){var p=B.values.filter(Xe),w=p[0],y=p[1];if(w&&G(w)){var b=s.counters.getCounterValue(w.value),h=y&&G(y)?qn.parse(s.context,y.value):3;l.appendChild(a.createTextNode(kt(b,h,!1)))}}else if(B.name==="counters"){var k=B.values.filter(Xe),w=k[0],K=k[1],y=k[2];if(w&&G(w)){var H=s.counters.getCounterValues(w.value),Q=y&&G(y)?qn.parse(s.context,y.value):3,C=K&&K.type===0?K.value:"",S=H.map(function(sA){return kt(sA,Q,!1)}).join(C);l.appendChild(a.createTextNode(S))}}}else if(B.type===20)switch(B.value){case"open-quote":l.appendChild(a.createTextNode(mo(i.quotes,s.quoteDepth++,!0)));break;case"close-quote":l.appendChild(a.createTextNode(mo(i.quotes,--s.quoteDepth,!1)));break;default:l.appendChild(a.createTextNode(B.value))}}),l.className=ns+" "+ss;var c=n===St.BEFORE?" "+ns:" "+ss;return yr(t)?t.className.baseValue+=c:t.className+=c,l}}},A.destroy=function(e){return e.parentNode?(e.parentNode.removeChild(e),!0):!1},A})(),St;(function(A){A[A.BEFORE=0]="BEFORE",A[A.AFTER=1]="AFTER"})(St||(St={}));var Mg=function(A,e){var t=A.createElement("iframe");return t.className="html2canvas-container",t.style.visibility="hidden",t.style.position="fixed",t.style.left="-10000px",t.style.top="0px",t.style.border="0",t.width=e.width.toString(),t.height=e.height.toString(),t.scrolling="no",t.setAttribute(Ja,"true"),A.body.appendChild(t),t},Og=function(A){return new Promise(function(e){if(A.complete){e();return}if(!A.src){e();return}A.onload=e,A.onerror=e})},Rg=function(A){return Promise.all([].slice.call(A.images,0).map(Og))},Ng=function(A){return new Promise(function(e,t){var r=A.contentWindow;if(!r)return t("No window assigned for iframe");var n=r.document;r.onload=A.onload=function(){r.onload=A.onload=null;var s=setInterval(function(){n.body.childNodes.length>0&&n.readyState==="complete"&&(clearInterval(s),e(A))},50)}})},Gg=["all","d","content"],Tn=function(A,e){for(var t=A.length-1;t>=0;t--){var r=A.item(t);Gg.indexOf(r)===-1&&e.style.setProperty(r,A.getPropertyValue(r))}return e},Pg=function(A){var e="";return A&&(e+="<!DOCTYPE ",A.name&&(e+=A.name),A.internalSubset&&(e+=A.internalSubset),A.publicId&&(e+='"'+A.publicId+'"'),A.systemId&&(e+='"'+A.systemId+'"'),e+=">"),e},Vg=function(A,e,t){A&&A.defaultView&&(e!==A.defaultView.pageXOffset||t!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(e,t)},_g=function(A){var e=A[0],t=A[1],r=A[2];e.scrollLeft=t,e.scrollTop=r},Xg=":before",Jg=":after",ns="___html2canvas___pseudoelement_before",ss="___html2canvas___pseudoelement_after",Wo=`{
|
|
5
5
|
content: "" !important;
|
|
6
6
|
display: none !important;
|
|
7
|
-
}`,
|
|
8
|
-
.`+rs+Og+_a)},Ng=function(A,e){var t=A.ownerDocument;if(t){var r=t.createElement("style");r.textContent=e,A.appendChild(r)}},Xo=(function(){function A(){}return A.getOrigin=function(e){var t=A._link;return t?(t.href=e,t.href=t.href,t.protocol+t.hostname+t.port):"about:blank"},A.isSameOrigin=function(e){return A.getOrigin(e)===A._origin},A.setContext=function(e){A._link=e.document.createElement("a"),A._origin=A.getOrigin(e.location.href)},A._origin="about:blank",A})(),Gg=(function(){function A(e,t){this.context=e,this._options=t,this._cache={}}return A.prototype.addImage=function(e){var t=Promise.resolve();return this.has(e)||(Tn(e)||Xg(e))&&(this._cache[e]=this.loadImage(e)).catch(function(){}),t},A.prototype.match=function(e){return this._cache[e]},A.prototype.loadImage=function(e){return bA(this,void 0,void 0,function(){var t,r,n,s,a=this;return pA(this,function(i){switch(i.label){case 0:return t=Xo.isSameOrigin(e),r=!Sn(e)&&this._options.useCORS===!0&&BA.SUPPORT_CORS_IMAGES&&!t,n=!Sn(e)&&!t&&!Tn(e)&&typeof this._options.proxy=="string"&&BA.SUPPORT_CORS_XHR&&!r,!t&&this._options.allowTaint===!1&&!Sn(e)&&!Tn(e)&&!n&&!r?[2]:(s=e,n?[4,this.proxy(s)]:[3,2]);case 1:s=i.sent(),i.label=2;case 2:return this.context.logger.debug("Added image "+e.substring(0,256)),[4,new Promise(function(o,l){var c=new Image;c.onload=function(){return o(c)},c.onerror=l,(Jg(s)||r)&&(c.crossOrigin="anonymous"),c.src=s,c.complete===!0&&setTimeout(function(){return o(c)},500),a._options.imageTimeout>0&&setTimeout(function(){return l("Timed out ("+a._options.imageTimeout+"ms) loading image")},a._options.imageTimeout)})];case 3:return[2,i.sent()]}})})},A.prototype.has=function(e){return typeof this._cache[e]<"u"},A.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},A.prototype.proxy=function(e){var t=this,r=this._options.proxy;if(!r)throw new Error("No proxy defined");var n=e.substring(0,256);return new Promise(function(s,a){var i=BA.SUPPORT_RESPONSE_TYPE?"blob":"text",o=new XMLHttpRequest;o.onload=function(){if(o.status===200)if(i==="text")s(o.response);else{var B=new FileReader;B.addEventListener("load",function(){return s(B.result)},!1),B.addEventListener("error",function(u){return a(u)},!1),B.readAsDataURL(o.response)}else a("Failed to proxy resource "+n+" with status code "+o.status)},o.onerror=a;var l=r.indexOf("?")>-1?"&":"?";if(o.open("GET",""+r+l+"url="+encodeURIComponent(e)+"&responseType="+i),i!=="text"&&o instanceof XMLHttpRequest&&(o.responseType=i),t._options.imageTimeout){var c=t._options.imageTimeout;o.timeout=c,o.ontimeout=function(){return a("Timed out ("+c+"ms) proxying "+n)}}o.send()})},A})(),Pg=/^data:image\/svg\+xml/i,Vg=/^data:image\/.*;base64,/i,_g=/^data:image\/.*/i,Xg=function(A){return BA.SUPPORT_SVG_DRAWING||!Wg(A)},Sn=function(A){return _g.test(A)},Jg=function(A){return Vg.test(A)},Tn=function(A){return A.substr(0,4)==="blob"},Wg=function(A){return A.substr(-3).toLowerCase()==="svg"||Pg.test(A)},m=(function(){function A(e,t){this.type=0,this.x=e,this.y=t}return A.prototype.add=function(e,t){return new A(this.x+e,this.y+t)},A})(),Re=function(A,e,t){return new m(A.x+(e.x-A.x)*t,A.y+(e.y-A.y)*t)},hr=(function(){function A(e,t,r,n){this.type=1,this.start=e,this.startControl=t,this.endControl=r,this.end=n}return A.prototype.subdivide=function(e,t){var r=Re(this.start,this.startControl,e),n=Re(this.startControl,this.endControl,e),s=Re(this.endControl,this.end,e),a=Re(r,n,e),i=Re(n,s,e),o=Re(a,i,e);return t?new A(this.start,r,a,o):new A(o,i,s,this.end)},A.prototype.add=function(e,t){return new A(this.start.add(e,t),this.startControl.add(e,t),this.endControl.add(e,t),this.end.add(e,t))},A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)},A})(),TA=function(A){return A.type===1},Yg=(function(){function A(e){var t=e.styles,r=e.bounds,n=Ft(t.borderTopLeftRadius,r.width,r.height),s=n[0],a=n[1],i=Ft(t.borderTopRightRadius,r.width,r.height),o=i[0],l=i[1],c=Ft(t.borderBottomRightRadius,r.width,r.height),B=c[0],u=c[1],f=Ft(t.borderBottomLeftRadius,r.width,r.height),p=f[0],w=f[1],y=[];y.push((s+o)/r.width),y.push((p+B)/r.width),y.push((a+w)/r.height),y.push((l+u)/r.height);var b=Math.max.apply(Math,y);b>1&&(s/=b,a/=b,o/=b,l/=b,B/=b,u/=b,p/=b,w/=b);var h=r.width-o,k=r.height-u,K=r.width-B,H=r.height-w,Q=t.borderTopWidth,C=t.borderRightWidth,S=t.borderBottomWidth,L=t.borderLeftWidth,M=_(t.paddingTop,e.bounds.width),sA=_(t.paddingRight,e.bounds.width),hA=_(t.paddingBottom,e.bounds.width),D=_(t.paddingLeft,e.bounds.width);this.topLeftBorderDoubleOuterBox=s>0||a>0?X(r.left+L/3,r.top+Q/3,s-L/3,a-Q/3,R.TOP_LEFT):new m(r.left+L/3,r.top+Q/3),this.topRightBorderDoubleOuterBox=s>0||a>0?X(r.left+h,r.top+Q/3,o-C/3,l-Q/3,R.TOP_RIGHT):new m(r.left+r.width-C/3,r.top+Q/3),this.bottomRightBorderDoubleOuterBox=B>0||u>0?X(r.left+K,r.top+k,B-C/3,u-S/3,R.BOTTOM_RIGHT):new m(r.left+r.width-C/3,r.top+r.height-S/3),this.bottomLeftBorderDoubleOuterBox=p>0||w>0?X(r.left+L/3,r.top+H,p-L/3,w-S/3,R.BOTTOM_LEFT):new m(r.left+L/3,r.top+r.height-S/3),this.topLeftBorderDoubleInnerBox=s>0||a>0?X(r.left+L*2/3,r.top+Q*2/3,s-L*2/3,a-Q*2/3,R.TOP_LEFT):new m(r.left+L*2/3,r.top+Q*2/3),this.topRightBorderDoubleInnerBox=s>0||a>0?X(r.left+h,r.top+Q*2/3,o-C*2/3,l-Q*2/3,R.TOP_RIGHT):new m(r.left+r.width-C*2/3,r.top+Q*2/3),this.bottomRightBorderDoubleInnerBox=B>0||u>0?X(r.left+K,r.top+k,B-C*2/3,u-S*2/3,R.BOTTOM_RIGHT):new m(r.left+r.width-C*2/3,r.top+r.height-S*2/3),this.bottomLeftBorderDoubleInnerBox=p>0||w>0?X(r.left+L*2/3,r.top+H,p-L*2/3,w-S*2/3,R.BOTTOM_LEFT):new m(r.left+L*2/3,r.top+r.height-S*2/3),this.topLeftBorderStroke=s>0||a>0?X(r.left+L/2,r.top+Q/2,s-L/2,a-Q/2,R.TOP_LEFT):new m(r.left+L/2,r.top+Q/2),this.topRightBorderStroke=s>0||a>0?X(r.left+h,r.top+Q/2,o-C/2,l-Q/2,R.TOP_RIGHT):new m(r.left+r.width-C/2,r.top+Q/2),this.bottomRightBorderStroke=B>0||u>0?X(r.left+K,r.top+k,B-C/2,u-S/2,R.BOTTOM_RIGHT):new m(r.left+r.width-C/2,r.top+r.height-S/2),this.bottomLeftBorderStroke=p>0||w>0?X(r.left+L/2,r.top+H,p-L/2,w-S/2,R.BOTTOM_LEFT):new m(r.left+L/2,r.top+r.height-S/2),this.topLeftBorderBox=s>0||a>0?X(r.left,r.top,s,a,R.TOP_LEFT):new m(r.left,r.top),this.topRightBorderBox=o>0||l>0?X(r.left+h,r.top,o,l,R.TOP_RIGHT):new m(r.left+r.width,r.top),this.bottomRightBorderBox=B>0||u>0?X(r.left+K,r.top+k,B,u,R.BOTTOM_RIGHT):new m(r.left+r.width,r.top+r.height),this.bottomLeftBorderBox=p>0||w>0?X(r.left,r.top+H,p,w,R.BOTTOM_LEFT):new m(r.left,r.top+r.height),this.topLeftPaddingBox=s>0||a>0?X(r.left+L,r.top+Q,Math.max(0,s-L),Math.max(0,a-Q),R.TOP_LEFT):new m(r.left+L,r.top+Q),this.topRightPaddingBox=o>0||l>0?X(r.left+Math.min(h,r.width-C),r.top+Q,h>r.width+C?0:Math.max(0,o-C),Math.max(0,l-Q),R.TOP_RIGHT):new m(r.left+r.width-C,r.top+Q),this.bottomRightPaddingBox=B>0||u>0?X(r.left+Math.min(K,r.width-L),r.top+Math.min(k,r.height-S),Math.max(0,B-C),Math.max(0,u-S),R.BOTTOM_RIGHT):new m(r.left+r.width-C,r.top+r.height-S),this.bottomLeftPaddingBox=p>0||w>0?X(r.left+L,r.top+Math.min(H,r.height-S),Math.max(0,p-L),Math.max(0,w-S),R.BOTTOM_LEFT):new m(r.left+L,r.top+r.height-S),this.topLeftContentBox=s>0||a>0?X(r.left+L+D,r.top+Q+M,Math.max(0,s-(L+D)),Math.max(0,a-(Q+M)),R.TOP_LEFT):new m(r.left+L+D,r.top+Q+M),this.topRightContentBox=o>0||l>0?X(r.left+Math.min(h,r.width+L+D),r.top+Q+M,h>r.width+L+D?0:o-L+D,l-(Q+M),R.TOP_RIGHT):new m(r.left+r.width-(C+sA),r.top+Q+M),this.bottomRightContentBox=B>0||u>0?X(r.left+Math.min(K,r.width-(L+D)),r.top+Math.min(k,r.height+Q+M),Math.max(0,B-(C+sA)),u-(S+hA),R.BOTTOM_RIGHT):new m(r.left+r.width-(C+sA),r.top+r.height-(S+hA)),this.bottomLeftContentBox=p>0||w>0?X(r.left+L+D,r.top+H,Math.max(0,p-(L+D)),w-(S+hA),R.BOTTOM_LEFT):new m(r.left+L+D,r.top+r.height-(S+hA))}return A})(),R;(function(A){A[A.TOP_LEFT=0]="TOP_LEFT",A[A.TOP_RIGHT=1]="TOP_RIGHT",A[A.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",A[A.BOTTOM_LEFT=3]="BOTTOM_LEFT"})(R||(R={}));var X=function(A,e,t,r,n){var s=4*((Math.sqrt(2)-1)/3),a=t*s,i=r*s,o=A+t,l=e+r;switch(n){case R.TOP_LEFT:return new hr(new m(A,l),new m(A,l-i),new m(o-a,e),new m(o,e));case R.TOP_RIGHT:return new hr(new m(A,e),new m(A+a,e),new m(o,l-i),new m(o,l));case R.BOTTOM_RIGHT:return new hr(new m(o,e),new m(o,e+i),new m(A+a,l),new m(A,l));case R.BOTTOM_LEFT:default:return new hr(new m(o,l),new m(o-a,l),new m(A,e+i),new m(A,e))}},Sr=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},zg=function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]},Tr=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},$g=(function(){function A(e,t,r){this.offsetX=e,this.offsetY=t,this.matrix=r,this.type=0,this.target=6}return A})(),br=(function(){function A(e,t){this.path=e,this.target=t,this.type=1}return A})(),Zg=(function(){function A(e){this.opacity=e,this.type=2,this.target=6}return A})(),qg=function(A){return A.type===0},Jo=function(A){return A.type===1},jg=function(A){return A.type===2},Xa=function(A,e){return A.length===e.length?A.some(function(t,r){return t===e[r]}):!1},Ad=function(A,e,t,r,n){return A.map(function(s,a){switch(a){case 0:return s.add(e,t);case 1:return s.add(e+r,t);case 2:return s.add(e+r,t+n);case 3:return s.add(e,t+n)}return s})},Wo=(function(){function A(e){this.element=e,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return A})(),Yo=(function(){function A(e,t){if(this.container=e,this.parent=t,this.effects=[],this.curves=new Yg(this.container),this.container.styles.opacity<1&&this.effects.push(new Zg(this.container.styles.opacity)),this.container.styles.transform!==null){var r=this.container.bounds.left+this.container.styles.transformOrigin[0].number,n=this.container.bounds.top+this.container.styles.transformOrigin[1].number,s=this.container.styles.transform;this.effects.push(new $g(r,n,s))}if(this.container.styles.overflowX!==0){var a=Sr(this.curves),i=Tr(this.curves);Xa(a,i)?this.effects.push(new br(a,6)):(this.effects.push(new br(a,2)),this.effects.push(new br(i,4)))}}return A.prototype.getEffects=function(e){for(var t=[2,3].indexOf(this.container.styles.position)===-1,r=this.parent,n=this.effects.slice(0);r;){var s=r.effects.filter(function(o){return!Jo(o)});if(t||r.container.styles.position!==0||!r.parent){if(n.unshift.apply(n,s),t=[2,3].indexOf(r.container.styles.position)===-1,r.container.styles.overflowX!==0){var a=Sr(r.curves),i=Tr(r.curves);Xa(a,i)||n.unshift(new br(i,6))}}else n.unshift.apply(n,s);r=r.parent}return n.filter(function(o){return tA(o.target,e)})},A})(),ns=function(A,e,t,r){A.container.elements.forEach(function(n){var s=tA(n.flags,4),a=tA(n.flags,2),i=new Yo(n,A);tA(n.styles.display,2048)&&r.push(i);var o=tA(n.flags,8)?[]:r;if(s||a){var l=s||n.styles.isPositioned()?t:e,c=new Wo(i);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var B=n.styles.zIndex.order;if(B<0){var u=0;l.negativeZIndex.some(function(p,w){return B>p.element.container.styles.zIndex.order?(u=w,!1):u>0}),l.negativeZIndex.splice(u,0,c)}else if(B>0){var f=0;l.positiveZIndex.some(function(p,w){return B>=p.element.container.styles.zIndex.order?(f=w+1,!1):f>0}),l.positiveZIndex.splice(f,0,c)}else l.zeroOrAutoZIndexOrTransformedOrOpacity.push(c)}else n.styles.isFloating()?l.nonPositionedFloats.push(c):l.nonPositionedInlineLevel.push(c);ns(i,c,s?c:t,o)}else n.styles.isInlineLevel()?e.inlineLevel.push(i):e.nonInlineLevel.push(i),ns(i,e,t,o);tA(n.flags,8)&&zo(n,o)})},zo=function(A,e){for(var t=A instanceof jn?A.start:1,r=A instanceof jn?A.reversed:!1,n=0;n<e.length;n++){var s=e[n];s.container instanceof Ko&&typeof s.container.value=="number"&&s.container.value!==0&&(t=s.container.value),s.listValue=Dt(t,s.container.styles.listStyleType,!0),t+=r?-1:1}},ed=function(A){var e=new Yo(A,null),t=new Wo(e),r=[];return ns(e,t,t,r),zo(e.container,r),t},Ja=function(A,e){switch(e){case 0:return kA(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return kA(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return kA(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);default:return kA(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},td=function(A,e){switch(e){case 0:return kA(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return kA(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return kA(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);default:return kA(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}},rd=function(A,e){switch(e){case 0:return kA(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return kA(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return kA(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);default:return kA(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}},nd=function(A,e){switch(e){case 0:return Qr(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return Qr(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return Qr(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);default:return Qr(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}},Qr=function(A,e){var t=[];return TA(A)?t.push(A.subdivide(.5,!1)):t.push(A),TA(e)?t.push(e.subdivide(.5,!0)):t.push(e),t},kA=function(A,e,t,r){var n=[];return TA(A)?n.push(A.subdivide(.5,!1)):n.push(A),TA(t)?n.push(t.subdivide(.5,!0)):n.push(t),TA(r)?n.push(r.subdivide(.5,!0).reverse()):n.push(r),TA(e)?n.push(e.subdivide(.5,!1).reverse()):n.push(e),n},$o=function(A){var e=A.bounds,t=A.styles;return e.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},Dr=function(A){var e=A.styles,t=A.bounds,r=_(e.paddingLeft,t.width),n=_(e.paddingRight,t.width),s=_(e.paddingTop,t.width),a=_(e.paddingBottom,t.width);return t.add(r+e.borderLeftWidth,s+e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth+r+n),-(e.borderTopWidth+e.borderBottomWidth+s+a))},sd=function(A,e){return A===0?e.bounds:A===2?Dr(e):$o(e)},ad=function(A,e){return A===0?e.bounds:A===2?Dr(e):$o(e)},Dn=function(A,e,t){var r=sd(Pe(A.styles.backgroundOrigin,e),A),n=ad(Pe(A.styles.backgroundClip,e),A),s=od(Pe(A.styles.backgroundSize,e),t,r),a=s[0],i=s[1],o=Ft(Pe(A.styles.backgroundPosition,e),r.width-a,r.height-i),l=id(Pe(A.styles.backgroundRepeat,e),o,s,r,n),c=Math.round(r.left+o[0]),B=Math.round(r.top+o[1]);return[l,c,B,a,i]},Ne=function(A){return G(A)&&A.value===_e.AUTO},Cr=function(A){return typeof A=="number"},od=function(A,e,t){var r=e[0],n=e[1],s=e[2],a=A[0],i=A[1];if(!a)return[0,0];if(j(a)&&i&&j(i))return[_(a,t.width),_(i,t.height)];var o=Cr(s);if(G(a)&&(a.value===_e.CONTAIN||a.value===_e.COVER)){if(Cr(s)){var l=t.width/t.height;return l<s!=(a.value===_e.COVER)?[t.width,t.width/s]:[t.height*s,t.height]}return[t.width,t.height]}var c=Cr(r),B=Cr(n),u=c||B;if(Ne(a)&&(!i||Ne(i))){if(c&&B)return[r,n];if(!o&&!u)return[t.width,t.height];if(u&&o){var f=c?r:n*s,p=B?n:r/s;return[f,p]}var w=c?r:t.width,y=B?n:t.height;return[w,y]}if(o){var b=0,h=0;return j(a)?b=_(a,t.width):j(i)&&(h=_(i,t.height)),Ne(a)?b=h*s:(!i||Ne(i))&&(h=b/s),[b,h]}var k=null,K=null;if(j(a)?k=_(a,t.width):i&&j(i)&&(K=_(i,t.height)),k!==null&&(!i||Ne(i))&&(K=c&&B?k/r*n:t.height),K!==null&&Ne(a)&&(k=c&&B?K/n*r:t.width),k!==null&&K!==null)return[k,K];throw new Error("Unable to calculate background-size for element")},Pe=function(A,e){var t=A[e];return typeof t>"u"?A[0]:t},id=function(A,e,t,r,n){var s=e[0],a=e[1],i=t[0],o=t[1];switch(A){case 2:return[new m(Math.round(r.left),Math.round(r.top+a)),new m(Math.round(r.left+r.width),Math.round(r.top+a)),new m(Math.round(r.left+r.width),Math.round(o+r.top+a)),new m(Math.round(r.left),Math.round(o+r.top+a))];case 3:return[new m(Math.round(r.left+s),Math.round(r.top)),new m(Math.round(r.left+s+i),Math.round(r.top)),new m(Math.round(r.left+s+i),Math.round(r.height+r.top)),new m(Math.round(r.left+s),Math.round(r.height+r.top))];case 1:return[new m(Math.round(r.left+s),Math.round(r.top+a)),new m(Math.round(r.left+s+i),Math.round(r.top+a)),new m(Math.round(r.left+s+i),Math.round(r.top+a+o)),new m(Math.round(r.left+s),Math.round(r.top+a+o))];default:return[new m(Math.round(n.left),Math.round(n.top)),new m(Math.round(n.left+n.width),Math.round(n.top)),new m(Math.round(n.left+n.width),Math.round(n.height+n.top)),new m(Math.round(n.left),Math.round(n.height+n.top))]}},ld="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",Wa="Hidden Text",cd=(function(){function A(e){this._data={},this._document=e}return A.prototype.parseMetrics=function(e,t){var r=this._document.createElement("div"),n=this._document.createElement("img"),s=this._document.createElement("span"),a=this._document.body;r.style.visibility="hidden",r.style.fontFamily=e,r.style.fontSize=t,r.style.margin="0",r.style.padding="0",r.style.whiteSpace="nowrap",a.appendChild(r),n.src=ld,n.width=1,n.height=1,n.style.margin="0",n.style.padding="0",n.style.verticalAlign="baseline",s.style.fontFamily=e,s.style.fontSize=t,s.style.margin="0",s.style.padding="0",s.appendChild(this._document.createTextNode(Wa)),r.appendChild(s),r.appendChild(n);var i=n.offsetTop-s.offsetTop+2;r.removeChild(s),r.appendChild(this._document.createTextNode(Wa)),r.style.lineHeight="normal",n.style.verticalAlign="super";var o=n.offsetTop-r.offsetTop+2;return a.removeChild(r),{baseline:i,middle:o}},A.prototype.getMetrics=function(e,t){var r=e+" "+t;return typeof this._data[r]>"u"&&(this._data[r]=this.parseMetrics(e,t)),this._data[r]},A})(),Zo=(function(){function A(e,t){this.context=e,this.options=t}return A})(),Bd=1e4,ud=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n._activeEffects=[],n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),r.canvas||(n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px"),n.fontMetrics=new cd(document),n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.ctx.textBaseline="bottom",n._activeEffects=[],n.context.logger.debug("Canvas renderer initialized ("+r.width+"x"+r.height+") with scale "+r.scale),n}return e.prototype.applyEffects=function(t){for(var r=this;this._activeEffects.length;)this.popEffect();t.forEach(function(n){return r.applyEffect(n)})},e.prototype.applyEffect=function(t){this.ctx.save(),jg(t)&&(this.ctx.globalAlpha=t.opacity),qg(t)&&(this.ctx.translate(t.offsetX,t.offsetY),this.ctx.transform(t.matrix[0],t.matrix[1],t.matrix[2],t.matrix[3],t.matrix[4],t.matrix[5]),this.ctx.translate(-t.offsetX,-t.offsetY)),Jo(t)&&(this.path(t.path),this.ctx.clip()),this._activeEffects.push(t)},e.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},e.prototype.renderStack=function(t){return bA(this,void 0,void 0,function(){var r;return pA(this,function(n){switch(n.label){case 0:return r=t.element.container.styles,r.isVisible()?[4,this.renderStackContent(t)]:[3,2];case 1:n.sent(),n.label=2;case 2:return[2]}})})},e.prototype.renderNode=function(t){return bA(this,void 0,void 0,function(){return pA(this,function(r){switch(r.label){case 0:if(tA(t.container.flags,16))debugger;return t.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(t)]:[3,3];case 1:return r.sent(),[4,this.renderNodeContent(t)];case 2:r.sent(),r.label=3;case 3:return[2]}})})},e.prototype.renderTextWithLetterSpacing=function(t,r,n){var s=this;if(r===0)this.ctx.fillText(t.text,t.bounds.left,t.bounds.top+n);else{var a=ls(t.text);a.reduce(function(i,o){return s.ctx.fillText(o,i,t.bounds.top+n),i+s.ctx.measureText(o).width},t.bounds.left)}},e.prototype.createFontStyle=function(t){var r=t.fontVariant.filter(function(a){return a==="normal"||a==="small-caps"}).join(""),n=wd(t.fontFamily).join(", "),s=Mt(t.fontSize)?""+t.fontSize.number+t.fontSize.unit:t.fontSize.number+"px";return[[t.fontStyle,r,t.fontWeight,s,n].join(" "),n,s]},e.prototype.renderTextNode=function(t,r){return bA(this,void 0,void 0,function(){var n,s,a,i,o,l,c,B,u=this;return pA(this,function(f){return n=this.createFontStyle(r),s=n[0],a=n[1],i=n[2],this.ctx.font=s,this.ctx.direction=r.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",o=this.fontMetrics.getMetrics(a,i),l=o.baseline,c=o.middle,B=r.paintOrder,t.textBounds.forEach(function(p){B.forEach(function(w){switch(w){case 0:u.ctx.fillStyle=aA(r.color),u.renderTextWithLetterSpacing(p,r.letterSpacing,l);var y=r.textShadow;y.length&&p.text.trim().length&&(y.slice(0).reverse().forEach(function(b){u.ctx.shadowColor=aA(b.color),u.ctx.shadowOffsetX=b.offsetX.number*u.options.scale,u.ctx.shadowOffsetY=b.offsetY.number*u.options.scale,u.ctx.shadowBlur=b.blur.number,u.renderTextWithLetterSpacing(p,r.letterSpacing,l)}),u.ctx.shadowColor="",u.ctx.shadowOffsetX=0,u.ctx.shadowOffsetY=0,u.ctx.shadowBlur=0),r.textDecorationLine.length&&(u.ctx.fillStyle=aA(r.textDecorationColor||r.color),r.textDecorationLine.forEach(function(b){switch(b){case 1:u.ctx.fillRect(p.bounds.left,Math.round(p.bounds.top+l),p.bounds.width,1);break;case 2:u.ctx.fillRect(p.bounds.left,Math.round(p.bounds.top),p.bounds.width,1);break;case 3:u.ctx.fillRect(p.bounds.left,Math.ceil(p.bounds.top+c),p.bounds.width,1);break}}));break;case 1:r.webkitTextStrokeWidth&&p.text.trim().length&&(u.ctx.strokeStyle=aA(r.webkitTextStrokeColor),u.ctx.lineWidth=r.webkitTextStrokeWidth,u.ctx.lineJoin=window.chrome?"miter":"round",u.ctx.strokeText(p.text,p.bounds.left,p.bounds.top+l)),u.ctx.strokeStyle="",u.ctx.lineWidth=0,u.ctx.lineJoin="miter";break}})}),[2]})})},e.prototype.renderReplacedElement=function(t,r,n){if(n&&t.intrinsicWidth>0&&t.intrinsicHeight>0){var s=Dr(t),a=Tr(r);this.path(a),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(n,0,0,t.intrinsicWidth,t.intrinsicHeight,s.left,s.top,s.width,s.height),this.ctx.restore()}},e.prototype.renderNodeContent=function(t){return bA(this,void 0,void 0,function(){var r,n,s,a,i,o,h,h,l,c,B,u,K,f,p,H,w,y,b,h,k,K,H;return pA(this,function(Q){switch(Q.label){case 0:this.applyEffects(t.getEffects(4)),r=t.container,n=t.curves,s=r.styles,a=0,i=r.textNodes,Q.label=1;case 1:return a<i.length?(o=i[a],[4,this.renderTextNode(o,s)]):[3,4];case 2:Q.sent(),Q.label=3;case 3:return a++,[3,1];case 4:if(!(r instanceof Ho))return[3,8];Q.label=5;case 5:return Q.trys.push([5,7,,8]),[4,this.context.cache.match(r.src)];case 6:return h=Q.sent(),this.renderReplacedElement(r,n,h),[3,8];case 7:return Q.sent(),this.context.logger.error("Error loading image "+r.src),[3,8];case 8:if(r instanceof Io&&this.renderReplacedElement(r,n,r.canvas),!(r instanceof Lo))return[3,12];Q.label=9;case 9:return Q.trys.push([9,11,,12]),[4,this.context.cache.match(r.svg)];case 10:return h=Q.sent(),this.renderReplacedElement(r,n,h),[3,12];case 11:return Q.sent(),this.context.logger.error("Error loading svg "+r.svg.substring(0,255)),[3,12];case 12:return r instanceof Do&&r.tree?(l=new e(this.context,{scale:this.options.scale,backgroundColor:r.backgroundColor,x:0,y:0,width:r.width,height:r.height}),[4,l.render(r.tree)]):[3,14];case 13:c=Q.sent(),r.width&&r.height&&this.ctx.drawImage(c,0,0,r.width,r.height,r.bounds.left,r.bounds.top,r.bounds.width,r.bounds.height),Q.label=14;case 14:if(r instanceof cs&&(B=Math.min(r.bounds.width,r.bounds.height),r.type===Hr?r.checked&&(this.ctx.save(),this.path([new m(r.bounds.left+B*.39363,r.bounds.top+B*.79),new m(r.bounds.left+B*.16,r.bounds.top+B*.5549),new m(r.bounds.left+B*.27347,r.bounds.top+B*.44071),new m(r.bounds.left+B*.39694,r.bounds.top+B*.5649),new m(r.bounds.left+B*.72983,r.bounds.top+B*.23),new m(r.bounds.left+B*.84,r.bounds.top+B*.34085),new m(r.bounds.left+B*.39363,r.bounds.top+B*.79)]),this.ctx.fillStyle=aA(Ta),this.ctx.fill(),this.ctx.restore()):r.type===Ir&&r.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(r.bounds.left+B/2,r.bounds.top+B/2,B/4,0,Math.PI*2,!0),this.ctx.fillStyle=aA(Ta),this.ctx.fill(),this.ctx.restore())),gd(r)&&r.value.length){switch(u=this.createFontStyle(s),K=u[0],f=u[1],p=this.fontMetrics.getMetrics(K,f).baseline,this.ctx.font=K,this.ctx.fillStyle=aA(s.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=fd(r.styles.textAlign),H=Dr(r),w=0,r.styles.textAlign){case 1:w+=H.width/2;break;case 2:w+=H.width;break}y=H.add(w,0,0,-H.height/2+1),this.ctx.save(),this.path([new m(H.left,H.top),new m(H.left+H.width,H.top),new m(H.left+H.width,H.top+H.height),new m(H.left,H.top+H.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new Lt(r.value,y),s.letterSpacing,p),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!tA(r.styles.display,2048))return[3,20];if(r.styles.listStyleImage===null)return[3,19];if(b=r.styles.listStyleImage,b.type!==0)return[3,18];h=void 0,k=b.url,Q.label=15;case 15:return Q.trys.push([15,17,,18]),[4,this.context.cache.match(k)];case 16:return h=Q.sent(),this.ctx.drawImage(h,r.bounds.left-(h.width+10),r.bounds.top),[3,18];case 17:return Q.sent(),this.context.logger.error("Error loading list-style-image "+k),[3,18];case 18:return[3,20];case 19:t.listValue&&r.styles.listStyleType!==-1&&(K=this.createFontStyle(s)[0],this.ctx.font=K,this.ctx.fillStyle=aA(s.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",H=new ne(r.bounds.left,r.bounds.top+_(r.styles.paddingTop,r.bounds.width),r.bounds.width,wa(s.lineHeight,s.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new Lt(t.listValue,H),s.letterSpacing,wa(s.lineHeight,s.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),Q.label=20;case 20:return[2]}})})},e.prototype.renderStackContent=function(t){return bA(this,void 0,void 0,function(){var r,n,b,s,a,b,i,o,b,l,c,b,B,u,b,f,p,b,w,y,b;return pA(this,function(h){switch(h.label){case 0:if(tA(t.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(t.element)];case 1:h.sent(),r=0,n=t.negativeZIndex,h.label=2;case 2:return r<n.length?(b=n[r],[4,this.renderStack(b)]):[3,5];case 3:h.sent(),h.label=4;case 4:return r++,[3,2];case 5:return[4,this.renderNodeContent(t.element)];case 6:h.sent(),s=0,a=t.nonInlineLevel,h.label=7;case 7:return s<a.length?(b=a[s],[4,this.renderNode(b)]):[3,10];case 8:h.sent(),h.label=9;case 9:return s++,[3,7];case 10:i=0,o=t.nonPositionedFloats,h.label=11;case 11:return i<o.length?(b=o[i],[4,this.renderStack(b)]):[3,14];case 12:h.sent(),h.label=13;case 13:return i++,[3,11];case 14:l=0,c=t.nonPositionedInlineLevel,h.label=15;case 15:return l<c.length?(b=c[l],[4,this.renderStack(b)]):[3,18];case 16:h.sent(),h.label=17;case 17:return l++,[3,15];case 18:B=0,u=t.inlineLevel,h.label=19;case 19:return B<u.length?(b=u[B],[4,this.renderNode(b)]):[3,22];case 20:h.sent(),h.label=21;case 21:return B++,[3,19];case 22:f=0,p=t.zeroOrAutoZIndexOrTransformedOrOpacity,h.label=23;case 23:return f<p.length?(b=p[f],[4,this.renderStack(b)]):[3,26];case 24:h.sent(),h.label=25;case 25:return f++,[3,23];case 26:w=0,y=t.positiveZIndex,h.label=27;case 27:return w<y.length?(b=y[w],[4,this.renderStack(b)]):[3,30];case 28:h.sent(),h.label=29;case 29:return w++,[3,27];case 30:return[2]}})})},e.prototype.mask=function(t){this.ctx.beginPath(),this.ctx.moveTo(0,0),this.ctx.lineTo(this.canvas.width,0),this.ctx.lineTo(this.canvas.width,this.canvas.height),this.ctx.lineTo(0,this.canvas.height),this.ctx.lineTo(0,0),this.formatPath(t.slice(0).reverse()),this.ctx.closePath()},e.prototype.path=function(t){this.ctx.beginPath(),this.formatPath(t),this.ctx.closePath()},e.prototype.formatPath=function(t){var r=this;t.forEach(function(n,s){var a=TA(n)?n.start:n;s===0?r.ctx.moveTo(a.x,a.y):r.ctx.lineTo(a.x,a.y),TA(n)&&r.ctx.bezierCurveTo(n.startControl.x,n.startControl.y,n.endControl.x,n.endControl.y,n.end.x,n.end.y)})},e.prototype.renderRepeat=function(t,r,n,s){this.path(t),this.ctx.fillStyle=r,this.ctx.translate(n,s),this.ctx.fill(),this.ctx.translate(-n,-s)},e.prototype.resizeImage=function(t,r,n){var s;if(t.width===r&&t.height===n)return t;var a=(s=this.canvas.ownerDocument)!==null&&s!==void 0?s:document,i=a.createElement("canvas");i.width=Math.max(1,r),i.height=Math.max(1,n);var o=i.getContext("2d");return o.drawImage(t,0,0,t.width,t.height,0,0,r,n),i},e.prototype.renderBackgroundImage=function(t){return bA(this,void 0,void 0,function(){var r,n,s,a,i,o;return pA(this,function(l){switch(l.label){case 0:r=t.styles.backgroundImage.length-1,n=function(c){var B,u,f,M,iA,lA,D,z,S,p,M,iA,lA,D,z,w,y,b,h,k,K,H,Q,C,S,L,M,sA,hA,D,z,HA,iA,lA,XA,IA,NA,JA,GA,QA,CA,mA;return pA(this,function(d){switch(d.label){case 0:if(c.type!==0)return[3,5];B=void 0,u=c.url,d.label=1;case 1:return d.trys.push([1,3,,4]),[4,s.context.cache.match(u)];case 2:return B=d.sent(),[3,4];case 3:return d.sent(),s.context.logger.error("Error loading background-image "+u),[3,4];case 4:return B&&(f=Dn(t,r,[B.width,B.height,B.width/B.height]),M=f[0],iA=f[1],lA=f[2],D=f[3],z=f[4],S=s.ctx.createPattern(s.resizeImage(B,D,z),"repeat"),s.renderRepeat(M,S,iA,lA)),[3,6];case 5:qc(c)?(p=Dn(t,r,[null,null,null]),M=p[0],iA=p[1],lA=p[2],D=p[3],z=p[4],w=Wc(c.angle,D,z),y=w[0],b=w[1],h=w[2],k=w[3],K=w[4],H=document.createElement("canvas"),H.width=D,H.height=z,Q=H.getContext("2d"),C=Q.createLinearGradient(b,k,h,K),fa(c.stops,y).forEach(function(qA){return C.addColorStop(qA.stop,aA(qA.color))}),Q.fillStyle=C,Q.fillRect(0,0,D,z),D>0&&z>0&&(S=s.ctx.createPattern(H,"repeat"),s.renderRepeat(M,S,iA,lA))):jc(c)&&(L=Dn(t,r,[null,null,null]),M=L[0],sA=L[1],hA=L[2],D=L[3],z=L[4],HA=c.position.length===0?[as]:c.position,iA=_(HA[0],D),lA=_(HA[HA.length-1],z),XA=Yc(c,iA,lA,D,z),IA=XA[0],NA=XA[1],IA>0&&NA>0&&(JA=s.ctx.createRadialGradient(sA+iA,hA+lA,0,sA+iA,hA+lA,IA),fa(c.stops,IA*2).forEach(function(qA){return JA.addColorStop(qA.stop,aA(qA.color))}),s.path(M),s.ctx.fillStyle=JA,IA!==NA?(GA=t.bounds.left+.5*t.bounds.width,QA=t.bounds.top+.5*t.bounds.height,CA=NA/IA,mA=1/CA,s.ctx.save(),s.ctx.translate(GA,QA),s.ctx.transform(1,0,0,CA,0,0),s.ctx.translate(-GA,-QA),s.ctx.fillRect(sA,mA*(hA-QA)+QA,D,z*mA),s.ctx.restore()):s.ctx.fill())),d.label=6;case 6:return r--,[2]}})},s=this,a=0,i=t.styles.backgroundImage.slice(0).reverse(),l.label=1;case 1:return a<i.length?(o=i[a],[5,n(o)]):[3,4];case 2:l.sent(),l.label=3;case 3:return a++,[3,1];case 4:return[2]}})})},e.prototype.renderSolidBorder=function(t,r,n){return bA(this,void 0,void 0,function(){return pA(this,function(s){return this.path(Ja(n,r)),this.ctx.fillStyle=aA(t),this.ctx.fill(),[2]})})},e.prototype.renderDoubleBorder=function(t,r,n,s){return bA(this,void 0,void 0,function(){var a,i;return pA(this,function(o){switch(o.label){case 0:return r<3?[4,this.renderSolidBorder(t,n,s)]:[3,2];case 1:return o.sent(),[2];case 2:return a=td(s,n),this.path(a),this.ctx.fillStyle=aA(t),this.ctx.fill(),i=rd(s,n),this.path(i),this.ctx.fill(),[2]}})})},e.prototype.renderNodeBackgroundAndBorders=function(t){return bA(this,void 0,void 0,function(){var r,n,s,a,i,o,l,c,B=this;return pA(this,function(u){switch(u.label){case 0:return this.applyEffects(t.getEffects(2)),r=t.container.styles,n=!we(r.backgroundColor)||r.backgroundImage.length,s=[{style:r.borderTopStyle,color:r.borderTopColor,width:r.borderTopWidth},{style:r.borderRightStyle,color:r.borderRightColor,width:r.borderRightWidth},{style:r.borderBottomStyle,color:r.borderBottomColor,width:r.borderBottomWidth},{style:r.borderLeftStyle,color:r.borderLeftColor,width:r.borderLeftWidth}],a=dd(Pe(r.backgroundClip,0),t.curves),n||r.boxShadow.length?(this.ctx.save(),this.path(a),this.ctx.clip(),we(r.backgroundColor)||(this.ctx.fillStyle=aA(r.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(t.container)]):[3,2];case 1:u.sent(),this.ctx.restore(),r.boxShadow.slice(0).reverse().forEach(function(f){B.ctx.save();var p=Sr(t.curves),w=f.inset?0:Bd,y=Ad(p,-w+(f.inset?1:-1)*f.spread.number,(f.inset?1:-1)*f.spread.number,f.spread.number*(f.inset?-2:2),f.spread.number*(f.inset?-2:2));f.inset?(B.path(p),B.ctx.clip(),B.mask(y)):(B.mask(p),B.ctx.clip(),B.path(y)),B.ctx.shadowOffsetX=f.offsetX.number+w,B.ctx.shadowOffsetY=f.offsetY.number,B.ctx.shadowColor=aA(f.color),B.ctx.shadowBlur=f.blur.number,B.ctx.fillStyle=f.inset?aA(f.color):"rgba(0,0,0,1)",B.ctx.fill(),B.ctx.restore()}),u.label=2;case 2:i=0,o=0,l=s,u.label=3;case 3:return o<l.length?(c=l[o],c.style!==0&&!we(c.color)&&c.width>0?c.style!==2?[3,5]:[4,this.renderDashedDottedBorder(c.color,c.width,i,t.curves,2)]:[3,11]):[3,13];case 4:return u.sent(),[3,11];case 5:return c.style!==3?[3,7]:[4,this.renderDashedDottedBorder(c.color,c.width,i,t.curves,3)];case 6:return u.sent(),[3,11];case 7:return c.style!==4?[3,9]:[4,this.renderDoubleBorder(c.color,c.width,i,t.curves)];case 8:return u.sent(),[3,11];case 9:return[4,this.renderSolidBorder(c.color,i,t.curves)];case 10:u.sent(),u.label=11;case 11:i++,u.label=12;case 12:return o++,[3,3];case 13:return[2]}})})},e.prototype.renderDashedDottedBorder=function(t,r,n,s,a){return bA(this,void 0,void 0,function(){var i,o,l,c,B,u,f,p,w,y,b,h,k,K,H,Q,H,Q;return pA(this,function(C){return this.ctx.save(),i=nd(s,n),o=Ja(s,n),a===2&&(this.path(o),this.ctx.clip()),TA(o[0])?(l=o[0].start.x,c=o[0].start.y):(l=o[0].x,c=o[0].y),TA(o[1])?(B=o[1].end.x,u=o[1].end.y):(B=o[1].x,u=o[1].y),n===0||n===2?f=Math.abs(l-B):f=Math.abs(c-u),this.ctx.beginPath(),a===3?this.formatPath(i):this.formatPath(o.slice(0,2)),p=r<3?r*3:r*2,w=r<3?r*2:r,a===3&&(p=r,w=r),y=!0,f<=p*2?y=!1:f<=p*2+w?(b=f/(2*p+w),p*=b,w*=b):(h=Math.floor((f+w)/(p+w)),k=(f-h*p)/(h-1),K=(f-(h+1)*p)/h,w=K<=0||Math.abs(w-k)<Math.abs(w-K)?k:K),y&&(a===3?this.ctx.setLineDash([0,p+w]):this.ctx.setLineDash([p,w])),a===3?(this.ctx.lineCap="round",this.ctx.lineWidth=r):this.ctx.lineWidth=r*2+1.1,this.ctx.strokeStyle=aA(t),this.ctx.stroke(),this.ctx.setLineDash([]),a===2&&(TA(o[0])&&(H=o[3],Q=o[0],this.ctx.beginPath(),this.formatPath([new m(H.end.x,H.end.y),new m(Q.start.x,Q.start.y)]),this.ctx.stroke()),TA(o[1])&&(H=o[1],Q=o[2],this.ctx.beginPath(),this.formatPath([new m(H.end.x,H.end.y),new m(Q.start.x,Q.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},e.prototype.render=function(t){return bA(this,void 0,void 0,function(){var r;return pA(this,function(n){switch(n.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=aA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=ed(t),[4,this.renderStack(r)];case 1:return n.sent(),this.applyEffects([]),[2,this.canvas]}})})},e})(Zo),gd=function(A){return A instanceof To||A instanceof So?!0:A instanceof cs&&A.type!==Ir&&A.type!==Hr},dd=function(A,e){switch(A){case 0:return Sr(e);case 2:return zg(e);default:return Tr(e)}},fd=function(A){switch(A){case 1:return"center";case 2:return"right";default:return"left"}},pd=["-apple-system","system-ui"],wd=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter(function(e){return pd.indexOf(e)===-1}):A},hd=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),n.options=r,n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px",n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+r.width+"x"+r.height+" at "+r.x+","+r.y+") with scale "+r.scale),n}return e.prototype.render=function(t){return bA(this,void 0,void 0,function(){var r,n;return pA(this,function(s){switch(s.label){case 0:return r=qn(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,t),[4,bd(r)];case 1:return n=s.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=aA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(n,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},e})(Zo),bd=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},Qd=(function(){function A(e){var t=e.id,r=e.enabled;this.id=t,this.enabled=r,this.start=Date.now()}return A.prototype.debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,nr([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.prototype.getTime=function(){return Date.now()-this.start},A.prototype.info=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&typeof window<"u"&&window.console&&typeof console.info=="function"&&console.info.apply(console,nr([this.id,this.getTime()+"ms"],e))},A.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,nr([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.error=="function"?console.error.apply(console,nr([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.instances={},A})(),Cd=(function(){function A(e,t){var r;this.windowBounds=t,this.instanceName="#"+A.instanceCount++,this.logger=new Qd({id:this.instanceName,enabled:e.logging}),this.cache=(r=e.cache)!==null&&r!==void 0?r:new Gg(this,e)}return A.instanceCount=1,A})(),md=function(A,e){return e===void 0&&(e={}),Ud(A,e)};typeof window<"u"&&Xo.setContext(window);var Ud=function(A,e){return bA(void 0,void 0,void 0,function(){var t,r,n,s,a,i,o,l,c,B,u,f,p,w,y,b,h,k,K,H,C,Q,C,S,L,M,sA,hA,D,z,HA,iA,lA,XA,IA,NA,JA,GA,QA,CA;return pA(this,function(mA){switch(mA.label){case 0:if(!A||typeof A!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(t=A.ownerDocument,!t)throw new Error("Element is not attached to a Document");if(r=t.defaultView,!r)throw new Error("Document is not attached to a Window");return n={allowTaint:(S=e.allowTaint)!==null&&S!==void 0?S:!1,imageTimeout:(L=e.imageTimeout)!==null&&L!==void 0?L:15e3,proxy:e.proxy,useCORS:(M=e.useCORS)!==null&&M!==void 0?M:!1},s=Mn({logging:(sA=e.logging)!==null&&sA!==void 0?sA:!0,cache:e.cache},n),a={windowWidth:(hA=e.windowWidth)!==null&&hA!==void 0?hA:r.innerWidth,windowHeight:(D=e.windowHeight)!==null&&D!==void 0?D:r.innerHeight,scrollX:(z=e.scrollX)!==null&&z!==void 0?z:r.pageXOffset,scrollY:(HA=e.scrollY)!==null&&HA!==void 0?HA:r.pageYOffset},i=new ne(a.scrollX,a.scrollY,a.windowWidth,a.windowHeight),o=new Cd(s,i),l=(iA=e.foreignObjectRendering)!==null&&iA!==void 0?iA:!1,c={allowTaint:(lA=e.allowTaint)!==null&&lA!==void 0?lA:!1,onclone:e.onclone,ignoreElements:e.ignoreElements,inlineImages:l,copyStyles:l},o.logger.debug("Starting document clone with size "+i.width+"x"+i.height+" scrolled to "+-i.left+","+-i.top),B=new Va(o,A,c),u=B.clonedReferenceElement,u?[4,B.toIFrame(t,i)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return f=mA.sent(),p=Bs(u)||vg(u)?Al(u.ownerDocument):kr(o,u),w=p.width,y=p.height,b=p.left,h=p.top,k=vd(o,u,e.backgroundColor),K={canvas:e.canvas,backgroundColor:k,scale:(IA=(XA=e.scale)!==null&&XA!==void 0?XA:r.devicePixelRatio)!==null&&IA!==void 0?IA:1,x:((NA=e.x)!==null&&NA!==void 0?NA:0)+b,y:((JA=e.y)!==null&&JA!==void 0?JA:0)+h,width:(GA=e.width)!==null&&GA!==void 0?GA:Math.ceil(w),height:(QA=e.height)!==null&&QA!==void 0?QA:Math.ceil(y)},l?(o.logger.debug("Document cloned, using foreign object rendering"),C=new hd(o,K),[4,C.render(u)]):[3,3];case 2:return H=mA.sent(),[3,5];case 3:return o.logger.debug("Document cloned, element located at "+b+","+h+" with size "+w+"x"+y+" using computed rendering"),o.logger.debug("Starting DOM parsing"),Q=Mo(o,u),k===Q.styles.backgroundColor&&(Q.styles.backgroundColor=re.TRANSPARENT),o.logger.debug("Starting renderer for element at "+K.x+","+K.y+" with size "+K.width+"x"+K.height),C=new ud(o,K),[4,C.render(Q)];case 4:H=mA.sent(),mA.label=5;case 5:return(!((CA=e.removeContainer)!==null&&CA!==void 0)||CA)&&(Va.destroy(f)||o.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),o.logger.debug("Finished rendering"),[2,H]}})})},vd=function(A,e,t){var r=e.ownerDocument,n=r.documentElement?Ht(A,getComputedStyle(r.documentElement).backgroundColor):re.TRANSPARENT,s=r.body?Ht(A,getComputedStyle(r.body).backgroundColor):re.TRANSPARENT,a=typeof t=="string"?Ht(A,t):t===null?re.TRANSPARENT:4294967295;return e===r.documentElement?we(n)?we(s)?a:s:n:a},us=md;function Fd(){let A=document.createElement("div");if(A.style.cssText=`
|
|
7
|
+
}`,Wg=function(A){Yg(A,"."+ns+Xg+Wo+`
|
|
8
|
+
.`+ss+Jg+Wo)},Yg=function(A,e){var t=A.ownerDocument;if(t){var r=t.createElement("style");r.textContent=e,A.appendChild(r)}},Wa=(function(){function A(){}return A.getOrigin=function(e){var t=A._link;return t?(t.href=e,t.href=t.href,t.protocol+t.hostname+t.port):"about:blank"},A.isSameOrigin=function(e){return A.getOrigin(e)===A._origin},A.setContext=function(e){A._link=e.document.createElement("a"),A._origin=A.getOrigin(e.location.href)},A._origin="about:blank",A})(),zg=(function(){function A(e,t){this.context=e,this._options=t,this._cache={}}return A.prototype.addImage=function(e){var t=Promise.resolve();return this.has(e)||(kn(e)||jg(e))&&(this._cache[e]=this.loadImage(e)).catch(function(){}),t},A.prototype.match=function(e){return this._cache[e]},A.prototype.loadImage=function(e){return bA(this,void 0,void 0,function(){var t,r,n,s,o=this;return pA(this,function(a){switch(a.label){case 0:return t=Wa.isSameOrigin(e),r=!Dn(e)&&this._options.useCORS===!0&&uA.SUPPORT_CORS_IMAGES&&!t,n=!Dn(e)&&!t&&!kn(e)&&typeof this._options.proxy=="string"&&uA.SUPPORT_CORS_XHR&&!r,!t&&this._options.allowTaint===!1&&!Dn(e)&&!kn(e)&&!n&&!r?[2]:(s=e,n?[4,this.proxy(s)]:[3,2]);case 1:s=a.sent(),a.label=2;case 2:return this.context.logger.debug("Added image "+e.substring(0,256)),[4,new Promise(function(i,l){var c=new Image;c.onload=function(){return i(c)},c.onerror=l,(Ad(s)||r)&&(c.crossOrigin="anonymous"),c.src=s,c.complete===!0&&setTimeout(function(){return i(c)},500),o._options.imageTimeout>0&&setTimeout(function(){return l("Timed out ("+o._options.imageTimeout+"ms) loading image")},o._options.imageTimeout)})];case 3:return[2,a.sent()]}})})},A.prototype.has=function(e){return typeof this._cache[e]<"u"},A.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},A.prototype.proxy=function(e){var t=this,r=this._options.proxy;if(!r)throw new Error("No proxy defined");var n=e.substring(0,256);return new Promise(function(s,o){var a=uA.SUPPORT_RESPONSE_TYPE?"blob":"text",i=new XMLHttpRequest;i.onload=function(){if(i.status===200)if(a==="text")s(i.response);else{var B=new FileReader;B.addEventListener("load",function(){return s(B.result)},!1),B.addEventListener("error",function(g){return o(g)},!1),B.readAsDataURL(i.response)}else o("Failed to proxy resource "+n+" with status code "+i.status)},i.onerror=o;var l=r.indexOf("?")>-1?"&":"?";if(i.open("GET",""+r+l+"url="+encodeURIComponent(e)+"&responseType="+a),a!=="text"&&i instanceof XMLHttpRequest&&(i.responseType=a),t._options.imageTimeout){var c=t._options.imageTimeout;i.timeout=c,i.ontimeout=function(){return o("Timed out ("+c+"ms) proxying "+n)}}i.send()})},A})(),$g=/^data:image\/svg\+xml/i,Zg=/^data:image\/.*;base64,/i,qg=/^data:image\/.*/i,jg=function(A){return uA.SUPPORT_SVG_DRAWING||!ed(A)},Dn=function(A){return qg.test(A)},Ad=function(A){return Zg.test(A)},kn=function(A){return A.substr(0,4)==="blob"},ed=function(A){return A.substr(-3).toLowerCase()==="svg"||$g.test(A)},m=(function(){function A(e,t){this.type=0,this.x=e,this.y=t}return A.prototype.add=function(e,t){return new A(this.x+e,this.y+t)},A})(),Re=function(A,e,t){return new m(A.x+(e.x-A.x)*t,A.y+(e.y-A.y)*t)},br=(function(){function A(e,t,r,n){this.type=1,this.start=e,this.startControl=t,this.endControl=r,this.end=n}return A.prototype.subdivide=function(e,t){var r=Re(this.start,this.startControl,e),n=Re(this.startControl,this.endControl,e),s=Re(this.endControl,this.end,e),o=Re(r,n,e),a=Re(n,s,e),i=Re(o,a,e);return t?new A(this.start,r,o,i):new A(i,a,s,this.end)},A.prototype.add=function(e,t){return new A(this.start.add(e,t),this.startControl.add(e,t),this.endControl.add(e,t),this.end.add(e,t))},A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)},A})(),TA=function(A){return A.type===1},td=(function(){function A(e){var t=e.styles,r=e.bounds,n=yt(t.borderTopLeftRadius,r.width,r.height),s=n[0],o=n[1],a=yt(t.borderTopRightRadius,r.width,r.height),i=a[0],l=a[1],c=yt(t.borderBottomRightRadius,r.width,r.height),B=c[0],g=c[1],f=yt(t.borderBottomLeftRadius,r.width,r.height),p=f[0],w=f[1],y=[];y.push((s+i)/r.width),y.push((p+B)/r.width),y.push((o+w)/r.height),y.push((l+g)/r.height);var b=Math.max.apply(Math,y);b>1&&(s/=b,o/=b,i/=b,l/=b,B/=b,g/=b,p/=b,w/=b);var h=r.width-i,k=r.height-g,K=r.width-B,H=r.height-w,Q=t.borderTopWidth,C=t.borderRightWidth,S=t.borderBottomWidth,L=t.borderLeftWidth,M=_(t.paddingTop,e.bounds.width),sA=_(t.paddingRight,e.bounds.width),hA=_(t.paddingBottom,e.bounds.width),D=_(t.paddingLeft,e.bounds.width);this.topLeftBorderDoubleOuterBox=s>0||o>0?X(r.left+L/3,r.top+Q/3,s-L/3,o-Q/3,R.TOP_LEFT):new m(r.left+L/3,r.top+Q/3),this.topRightBorderDoubleOuterBox=s>0||o>0?X(r.left+h,r.top+Q/3,i-C/3,l-Q/3,R.TOP_RIGHT):new m(r.left+r.width-C/3,r.top+Q/3),this.bottomRightBorderDoubleOuterBox=B>0||g>0?X(r.left+K,r.top+k,B-C/3,g-S/3,R.BOTTOM_RIGHT):new m(r.left+r.width-C/3,r.top+r.height-S/3),this.bottomLeftBorderDoubleOuterBox=p>0||w>0?X(r.left+L/3,r.top+H,p-L/3,w-S/3,R.BOTTOM_LEFT):new m(r.left+L/3,r.top+r.height-S/3),this.topLeftBorderDoubleInnerBox=s>0||o>0?X(r.left+L*2/3,r.top+Q*2/3,s-L*2/3,o-Q*2/3,R.TOP_LEFT):new m(r.left+L*2/3,r.top+Q*2/3),this.topRightBorderDoubleInnerBox=s>0||o>0?X(r.left+h,r.top+Q*2/3,i-C*2/3,l-Q*2/3,R.TOP_RIGHT):new m(r.left+r.width-C*2/3,r.top+Q*2/3),this.bottomRightBorderDoubleInnerBox=B>0||g>0?X(r.left+K,r.top+k,B-C*2/3,g-S*2/3,R.BOTTOM_RIGHT):new m(r.left+r.width-C*2/3,r.top+r.height-S*2/3),this.bottomLeftBorderDoubleInnerBox=p>0||w>0?X(r.left+L*2/3,r.top+H,p-L*2/3,w-S*2/3,R.BOTTOM_LEFT):new m(r.left+L*2/3,r.top+r.height-S*2/3),this.topLeftBorderStroke=s>0||o>0?X(r.left+L/2,r.top+Q/2,s-L/2,o-Q/2,R.TOP_LEFT):new m(r.left+L/2,r.top+Q/2),this.topRightBorderStroke=s>0||o>0?X(r.left+h,r.top+Q/2,i-C/2,l-Q/2,R.TOP_RIGHT):new m(r.left+r.width-C/2,r.top+Q/2),this.bottomRightBorderStroke=B>0||g>0?X(r.left+K,r.top+k,B-C/2,g-S/2,R.BOTTOM_RIGHT):new m(r.left+r.width-C/2,r.top+r.height-S/2),this.bottomLeftBorderStroke=p>0||w>0?X(r.left+L/2,r.top+H,p-L/2,w-S/2,R.BOTTOM_LEFT):new m(r.left+L/2,r.top+r.height-S/2),this.topLeftBorderBox=s>0||o>0?X(r.left,r.top,s,o,R.TOP_LEFT):new m(r.left,r.top),this.topRightBorderBox=i>0||l>0?X(r.left+h,r.top,i,l,R.TOP_RIGHT):new m(r.left+r.width,r.top),this.bottomRightBorderBox=B>0||g>0?X(r.left+K,r.top+k,B,g,R.BOTTOM_RIGHT):new m(r.left+r.width,r.top+r.height),this.bottomLeftBorderBox=p>0||w>0?X(r.left,r.top+H,p,w,R.BOTTOM_LEFT):new m(r.left,r.top+r.height),this.topLeftPaddingBox=s>0||o>0?X(r.left+L,r.top+Q,Math.max(0,s-L),Math.max(0,o-Q),R.TOP_LEFT):new m(r.left+L,r.top+Q),this.topRightPaddingBox=i>0||l>0?X(r.left+Math.min(h,r.width-C),r.top+Q,h>r.width+C?0:Math.max(0,i-C),Math.max(0,l-Q),R.TOP_RIGHT):new m(r.left+r.width-C,r.top+Q),this.bottomRightPaddingBox=B>0||g>0?X(r.left+Math.min(K,r.width-L),r.top+Math.min(k,r.height-S),Math.max(0,B-C),Math.max(0,g-S),R.BOTTOM_RIGHT):new m(r.left+r.width-C,r.top+r.height-S),this.bottomLeftPaddingBox=p>0||w>0?X(r.left+L,r.top+Math.min(H,r.height-S),Math.max(0,p-L),Math.max(0,w-S),R.BOTTOM_LEFT):new m(r.left+L,r.top+r.height-S),this.topLeftContentBox=s>0||o>0?X(r.left+L+D,r.top+Q+M,Math.max(0,s-(L+D)),Math.max(0,o-(Q+M)),R.TOP_LEFT):new m(r.left+L+D,r.top+Q+M),this.topRightContentBox=i>0||l>0?X(r.left+Math.min(h,r.width+L+D),r.top+Q+M,h>r.width+L+D?0:i-L+D,l-(Q+M),R.TOP_RIGHT):new m(r.left+r.width-(C+sA),r.top+Q+M),this.bottomRightContentBox=B>0||g>0?X(r.left+Math.min(K,r.width-(L+D)),r.top+Math.min(k,r.height+Q+M),Math.max(0,B-(C+sA)),g-(S+hA),R.BOTTOM_RIGHT):new m(r.left+r.width-(C+sA),r.top+r.height-(S+hA)),this.bottomLeftContentBox=p>0||w>0?X(r.left+L+D,r.top+H,Math.max(0,p-(L+D)),w-(S+hA),R.BOTTOM_LEFT):new m(r.left+L+D,r.top+r.height-(S+hA))}return A})(),R;(function(A){A[A.TOP_LEFT=0]="TOP_LEFT",A[A.TOP_RIGHT=1]="TOP_RIGHT",A[A.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",A[A.BOTTOM_LEFT=3]="BOTTOM_LEFT"})(R||(R={}));var X=function(A,e,t,r,n){var s=4*((Math.sqrt(2)-1)/3),o=t*s,a=r*s,i=A+t,l=e+r;switch(n){case R.TOP_LEFT:return new br(new m(A,l),new m(A,l-a),new m(i-o,e),new m(i,e));case R.TOP_RIGHT:return new br(new m(A,e),new m(A+o,e),new m(i,l-a),new m(i,l));case R.BOTTOM_RIGHT:return new br(new m(i,e),new m(i,e+a),new m(A+o,l),new m(A,l));case R.BOTTOM_LEFT:default:return new br(new m(i,l),new m(i-o,l),new m(A,e+a),new m(A,e))}},Tr=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},rd=function(A){return[A.topLeftContentBox,A.topRightContentBox,A.bottomRightContentBox,A.bottomLeftContentBox]},Dr=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},nd=(function(){function A(e,t,r){this.offsetX=e,this.offsetY=t,this.matrix=r,this.type=0,this.target=6}return A})(),Qr=(function(){function A(e,t){this.path=e,this.target=t,this.type=1}return A})(),sd=(function(){function A(e){this.opacity=e,this.type=2,this.target=6}return A})(),od=function(A){return A.type===0},Ya=function(A){return A.type===1},ad=function(A){return A.type===2},Yo=function(A,e){return A.length===e.length?A.some(function(t,r){return t===e[r]}):!1},id=function(A,e,t,r,n){return A.map(function(s,o){switch(o){case 0:return s.add(e,t);case 1:return s.add(e+r,t);case 2:return s.add(e+r,t+n);case 3:return s.add(e,t+n)}return s})},za=(function(){function A(e){this.element=e,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]}return A})(),$a=(function(){function A(e,t){if(this.container=e,this.parent=t,this.effects=[],this.curves=new td(this.container),this.container.styles.opacity<1&&this.effects.push(new sd(this.container.styles.opacity)),this.container.styles.transform!==null){var r=this.container.bounds.left+this.container.styles.transformOrigin[0].number,n=this.container.bounds.top+this.container.styles.transformOrigin[1].number,s=this.container.styles.transform;this.effects.push(new nd(r,n,s))}if(this.container.styles.overflowX!==0){var o=Tr(this.curves),a=Dr(this.curves);Yo(o,a)?this.effects.push(new Qr(o,6)):(this.effects.push(new Qr(o,2)),this.effects.push(new Qr(a,4)))}}return A.prototype.getEffects=function(e){for(var t=[2,3].indexOf(this.container.styles.position)===-1,r=this.parent,n=this.effects.slice(0);r;){var s=r.effects.filter(function(i){return!Ya(i)});if(t||r.container.styles.position!==0||!r.parent){if(n.unshift.apply(n,s),t=[2,3].indexOf(r.container.styles.position)===-1,r.container.styles.overflowX!==0){var o=Tr(r.curves),a=Dr(r.curves);Yo(o,a)||n.unshift(new Qr(a,6))}}else n.unshift.apply(n,s);r=r.parent}return n.filter(function(i){return tA(i.target,e)})},A})(),os=function(A,e,t,r){A.container.elements.forEach(function(n){var s=tA(n.flags,4),o=tA(n.flags,2),a=new $a(n,A);tA(n.styles.display,2048)&&r.push(a);var i=tA(n.flags,8)?[]:r;if(s||o){var l=s||n.styles.isPositioned()?t:e,c=new za(a);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var B=n.styles.zIndex.order;if(B<0){var g=0;l.negativeZIndex.some(function(p,w){return B>p.element.container.styles.zIndex.order?(g=w,!1):g>0}),l.negativeZIndex.splice(g,0,c)}else if(B>0){var f=0;l.positiveZIndex.some(function(p,w){return B>=p.element.container.styles.zIndex.order?(f=w+1,!1):f>0}),l.positiveZIndex.splice(f,0,c)}else l.zeroOrAutoZIndexOrTransformedOrOpacity.push(c)}else n.styles.isFloating()?l.nonPositionedFloats.push(c):l.nonPositionedInlineLevel.push(c);os(a,c,s?c:t,i)}else n.styles.isInlineLevel()?e.inlineLevel.push(a):e.nonInlineLevel.push(a),os(a,e,t,i);tA(n.flags,8)&&Za(n,i)})},Za=function(A,e){for(var t=A instanceof es?A.start:1,r=A instanceof es?A.reversed:!1,n=0;n<e.length;n++){var s=e[n];s.container instanceof Ta&&typeof s.container.value=="number"&&s.container.value!==0&&(t=s.container.value),s.listValue=kt(t,s.container.styles.listStyleType,!0),t+=r?-1:1}},ld=function(A){var e=new $a(A,null),t=new za(e),r=[];return os(e,t,t,r),Za(e.container,r),t},zo=function(A,e){switch(e){case 0:return kA(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return kA(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return kA(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);default:return kA(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},cd=function(A,e){switch(e){case 0:return kA(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return kA(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return kA(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);default:return kA(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}},Bd=function(A,e){switch(e){case 0:return kA(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return kA(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return kA(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);default:return kA(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}},ud=function(A,e){switch(e){case 0:return Cr(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return Cr(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return Cr(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);default:return Cr(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}},Cr=function(A,e){var t=[];return TA(A)?t.push(A.subdivide(.5,!1)):t.push(A),TA(e)?t.push(e.subdivide(.5,!0)):t.push(e),t},kA=function(A,e,t,r){var n=[];return TA(A)?n.push(A.subdivide(.5,!1)):n.push(A),TA(t)?n.push(t.subdivide(.5,!0)):n.push(t),TA(r)?n.push(r.subdivide(.5,!0).reverse()):n.push(r),TA(e)?n.push(e.subdivide(.5,!1).reverse()):n.push(e),n},qa=function(A){var e=A.bounds,t=A.styles;return e.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},kr=function(A){var e=A.styles,t=A.bounds,r=_(e.paddingLeft,t.width),n=_(e.paddingRight,t.width),s=_(e.paddingTop,t.width),o=_(e.paddingBottom,t.width);return t.add(r+e.borderLeftWidth,s+e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth+r+n),-(e.borderTopWidth+e.borderBottomWidth+s+o))},gd=function(A,e){return A===0?e.bounds:A===2?kr(e):qa(e)},dd=function(A,e){return A===0?e.bounds:A===2?kr(e):qa(e)},Mn=function(A,e,t){var r=gd(Pe(A.styles.backgroundOrigin,e),A),n=dd(Pe(A.styles.backgroundClip,e),A),s=fd(Pe(A.styles.backgroundSize,e),t,r),o=s[0],a=s[1],i=yt(Pe(A.styles.backgroundPosition,e),r.width-o,r.height-a),l=pd(Pe(A.styles.backgroundRepeat,e),i,s,r,n),c=Math.round(r.left+i[0]),B=Math.round(r.top+i[1]);return[l,c,B,o,a]},Ne=function(A){return G(A)&&A.value===_e.AUTO},mr=function(A){return typeof A=="number"},fd=function(A,e,t){var r=e[0],n=e[1],s=e[2],o=A[0],a=A[1];if(!o)return[0,0];if(j(o)&&a&&j(a))return[_(o,t.width),_(a,t.height)];var i=mr(s);if(G(o)&&(o.value===_e.CONTAIN||o.value===_e.COVER)){if(mr(s)){var l=t.width/t.height;return l<s!=(o.value===_e.COVER)?[t.width,t.width/s]:[t.height*s,t.height]}return[t.width,t.height]}var c=mr(r),B=mr(n),g=c||B;if(Ne(o)&&(!a||Ne(a))){if(c&&B)return[r,n];if(!i&&!g)return[t.width,t.height];if(g&&i){var f=c?r:n*s,p=B?n:r/s;return[f,p]}var w=c?r:t.width,y=B?n:t.height;return[w,y]}if(i){var b=0,h=0;return j(o)?b=_(o,t.width):j(a)&&(h=_(a,t.height)),Ne(o)?b=h*s:(!a||Ne(a))&&(h=b/s),[b,h]}var k=null,K=null;if(j(o)?k=_(o,t.width):a&&j(a)&&(K=_(a,t.height)),k!==null&&(!a||Ne(a))&&(K=c&&B?k/r*n:t.height),K!==null&&Ne(o)&&(k=c&&B?K/n*r:t.width),k!==null&&K!==null)return[k,K];throw new Error("Unable to calculate background-size for element")},Pe=function(A,e){var t=A[e];return typeof t>"u"?A[0]:t},pd=function(A,e,t,r,n){var s=e[0],o=e[1],a=t[0],i=t[1];switch(A){case 2:return[new m(Math.round(r.left),Math.round(r.top+o)),new m(Math.round(r.left+r.width),Math.round(r.top+o)),new m(Math.round(r.left+r.width),Math.round(i+r.top+o)),new m(Math.round(r.left),Math.round(i+r.top+o))];case 3:return[new m(Math.round(r.left+s),Math.round(r.top)),new m(Math.round(r.left+s+a),Math.round(r.top)),new m(Math.round(r.left+s+a),Math.round(r.height+r.top)),new m(Math.round(r.left+s),Math.round(r.height+r.top))];case 1:return[new m(Math.round(r.left+s),Math.round(r.top+o)),new m(Math.round(r.left+s+a),Math.round(r.top+o)),new m(Math.round(r.left+s+a),Math.round(r.top+o+i)),new m(Math.round(r.left+s),Math.round(r.top+o+i))];default:return[new m(Math.round(n.left),Math.round(n.top)),new m(Math.round(n.left+n.width),Math.round(n.top)),new m(Math.round(n.left+n.width),Math.round(n.height+n.top)),new m(Math.round(n.left),Math.round(n.height+n.top))]}},wd="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",$o="Hidden Text",hd=(function(){function A(e){this._data={},this._document=e}return A.prototype.parseMetrics=function(e,t){var r=this._document.createElement("div"),n=this._document.createElement("img"),s=this._document.createElement("span"),o=this._document.body;r.style.visibility="hidden",r.style.fontFamily=e,r.style.fontSize=t,r.style.margin="0",r.style.padding="0",r.style.whiteSpace="nowrap",o.appendChild(r),n.src=wd,n.width=1,n.height=1,n.style.margin="0",n.style.padding="0",n.style.verticalAlign="baseline",s.style.fontFamily=e,s.style.fontSize=t,s.style.margin="0",s.style.padding="0",s.appendChild(this._document.createTextNode($o)),r.appendChild(s),r.appendChild(n);var a=n.offsetTop-s.offsetTop+2;r.removeChild(s),r.appendChild(this._document.createTextNode($o)),r.style.lineHeight="normal",n.style.verticalAlign="super";var i=n.offsetTop-r.offsetTop+2;return o.removeChild(r),{baseline:a,middle:i}},A.prototype.getMetrics=function(e,t){var r=e+" "+t;return typeof this._data[r]>"u"&&(this._data[r]=this.parseMetrics(e,t)),this._data[r]},A})(),ja=(function(){function A(e,t){this.context=e,this.options=t}return A})(),bd=1e4,Qd=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n._activeEffects=[],n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),r.canvas||(n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px"),n.fontMetrics=new hd(document),n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.ctx.textBaseline="bottom",n._activeEffects=[],n.context.logger.debug("Canvas renderer initialized ("+r.width+"x"+r.height+") with scale "+r.scale),n}return e.prototype.applyEffects=function(t){for(var r=this;this._activeEffects.length;)this.popEffect();t.forEach(function(n){return r.applyEffect(n)})},e.prototype.applyEffect=function(t){this.ctx.save(),ad(t)&&(this.ctx.globalAlpha=t.opacity),od(t)&&(this.ctx.translate(t.offsetX,t.offsetY),this.ctx.transform(t.matrix[0],t.matrix[1],t.matrix[2],t.matrix[3],t.matrix[4],t.matrix[5]),this.ctx.translate(-t.offsetX,-t.offsetY)),Ya(t)&&(this.path(t.path),this.ctx.clip()),this._activeEffects.push(t)},e.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},e.prototype.renderStack=function(t){return bA(this,void 0,void 0,function(){var r;return pA(this,function(n){switch(n.label){case 0:return r=t.element.container.styles,r.isVisible()?[4,this.renderStackContent(t)]:[3,2];case 1:n.sent(),n.label=2;case 2:return[2]}})})},e.prototype.renderNode=function(t){return bA(this,void 0,void 0,function(){return pA(this,function(r){switch(r.label){case 0:if(tA(t.container.flags,16))debugger;return t.container.styles.isVisible()?[4,this.renderNodeBackgroundAndBorders(t)]:[3,3];case 1:return r.sent(),[4,this.renderNodeContent(t)];case 2:r.sent(),r.label=3;case 3:return[2]}})})},e.prototype.renderTextWithLetterSpacing=function(t,r,n){var s=this;if(r===0)this.ctx.fillText(t.text,t.bounds.left,t.bounds.top+n);else{var o=Bs(t.text);o.reduce(function(a,i){return s.ctx.fillText(i,a,t.bounds.top+n),a+s.ctx.measureText(i).width},t.bounds.left)}},e.prototype.createFontStyle=function(t){var r=t.fontVariant.filter(function(o){return o==="normal"||o==="small-caps"}).join(""),n=Fd(t.fontFamily).join(", "),s=Ot(t.fontSize)?""+t.fontSize.number+t.fontSize.unit:t.fontSize.number+"px";return[[t.fontStyle,r,t.fontWeight,s,n].join(" "),n,s]},e.prototype.renderTextNode=function(t,r){return bA(this,void 0,void 0,function(){var n,s,o,a,i,l,c,B,g=this;return pA(this,function(f){return n=this.createFontStyle(r),s=n[0],o=n[1],a=n[2],this.ctx.font=s,this.ctx.direction=r.direction===1?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",i=this.fontMetrics.getMetrics(o,a),l=i.baseline,c=i.middle,B=r.paintOrder,t.textBounds.forEach(function(p){B.forEach(function(w){switch(w){case 0:g.ctx.fillStyle=oA(r.color),g.renderTextWithLetterSpacing(p,r.letterSpacing,l);var y=r.textShadow;y.length&&p.text.trim().length&&(y.slice(0).reverse().forEach(function(b){g.ctx.shadowColor=oA(b.color),g.ctx.shadowOffsetX=b.offsetX.number*g.options.scale,g.ctx.shadowOffsetY=b.offsetY.number*g.options.scale,g.ctx.shadowBlur=b.blur.number,g.renderTextWithLetterSpacing(p,r.letterSpacing,l)}),g.ctx.shadowColor="",g.ctx.shadowOffsetX=0,g.ctx.shadowOffsetY=0,g.ctx.shadowBlur=0),r.textDecorationLine.length&&(g.ctx.fillStyle=oA(r.textDecorationColor||r.color),r.textDecorationLine.forEach(function(b){switch(b){case 1:g.ctx.fillRect(p.bounds.left,Math.round(p.bounds.top+l),p.bounds.width,1);break;case 2:g.ctx.fillRect(p.bounds.left,Math.round(p.bounds.top),p.bounds.width,1);break;case 3:g.ctx.fillRect(p.bounds.left,Math.ceil(p.bounds.top+c),p.bounds.width,1);break}}));break;case 1:r.webkitTextStrokeWidth&&p.text.trim().length&&(g.ctx.strokeStyle=oA(r.webkitTextStrokeColor),g.ctx.lineWidth=r.webkitTextStrokeWidth,g.ctx.lineJoin=window.chrome?"miter":"round",g.ctx.strokeText(p.text,p.bounds.left,p.bounds.top+l)),g.ctx.strokeStyle="",g.ctx.lineWidth=0,g.ctx.lineJoin="miter";break}})}),[2]})})},e.prototype.renderReplacedElement=function(t,r,n){if(n&&t.intrinsicWidth>0&&t.intrinsicHeight>0){var s=kr(t),o=Dr(r);this.path(o),this.ctx.save(),this.ctx.clip(),this.ctx.drawImage(n,0,0,t.intrinsicWidth,t.intrinsicHeight,s.left,s.top,s.width,s.height),this.ctx.restore()}},e.prototype.renderNodeContent=function(t){return bA(this,void 0,void 0,function(){var r,n,s,o,a,i,h,h,l,c,B,g,K,f,p,H,w,y,b,h,k,K,H;return pA(this,function(Q){switch(Q.label){case 0:this.applyEffects(t.getEffects(4)),r=t.container,n=t.curves,s=r.styles,o=0,a=r.textNodes,Q.label=1;case 1:return o<a.length?(i=a[o],[4,this.renderTextNode(i,s)]):[3,4];case 2:Q.sent(),Q.label=3;case 3:return o++,[3,1];case 4:if(!(r instanceof La))return[3,8];Q.label=5;case 5:return Q.trys.push([5,7,,8]),[4,this.context.cache.match(r.src)];case 6:return h=Q.sent(),this.renderReplacedElement(r,n,h),[3,8];case 7:return Q.sent(),this.context.logger.error("Error loading image "+r.src),[3,8];case 8:if(r instanceof Ka&&this.renderReplacedElement(r,n,r.canvas),!(r instanceof Sa))return[3,12];Q.label=9;case 9:return Q.trys.push([9,11,,12]),[4,this.context.cache.match(r.svg)];case 10:return h=Q.sent(),this.renderReplacedElement(r,n,h),[3,12];case 11:return Q.sent(),this.context.logger.error("Error loading svg "+r.svg.substring(0,255)),[3,12];case 12:return r instanceof Ma&&r.tree?(l=new e(this.context,{scale:this.options.scale,backgroundColor:r.backgroundColor,x:0,y:0,width:r.width,height:r.height}),[4,l.render(r.tree)]):[3,14];case 13:c=Q.sent(),r.width&&r.height&&this.ctx.drawImage(c,0,0,r.width,r.height,r.bounds.left,r.bounds.top,r.bounds.width,r.bounds.height),Q.label=14;case 14:if(r instanceof us&&(B=Math.min(r.bounds.width,r.bounds.height),r.type===Ir?r.checked&&(this.ctx.save(),this.path([new m(r.bounds.left+B*.39363,r.bounds.top+B*.79),new m(r.bounds.left+B*.16,r.bounds.top+B*.5549),new m(r.bounds.left+B*.27347,r.bounds.top+B*.44071),new m(r.bounds.left+B*.39694,r.bounds.top+B*.5649),new m(r.bounds.left+B*.72983,r.bounds.top+B*.23),new m(r.bounds.left+B*.84,r.bounds.top+B*.34085),new m(r.bounds.left+B*.39363,r.bounds.top+B*.79)]),this.ctx.fillStyle=oA(Mo),this.ctx.fill(),this.ctx.restore()):r.type===Lr&&r.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(r.bounds.left+B/2,r.bounds.top+B/2,B/4,0,Math.PI*2,!0),this.ctx.fillStyle=oA(Mo),this.ctx.fill(),this.ctx.restore())),Cd(r)&&r.value.length){switch(g=this.createFontStyle(s),K=g[0],f=g[1],p=this.fontMetrics.getMetrics(K,f).baseline,this.ctx.font=K,this.ctx.fillStyle=oA(s.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=Ud(r.styles.textAlign),H=kr(r),w=0,r.styles.textAlign){case 1:w+=H.width/2;break;case 2:w+=H.width;break}y=H.add(w,0,0,-H.height/2+1),this.ctx.save(),this.path([new m(H.left,H.top),new m(H.left+H.width,H.top),new m(H.left+H.width,H.top+H.height),new m(H.left,H.top+H.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new Kt(r.value,y),s.letterSpacing,p),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!tA(r.styles.display,2048))return[3,20];if(r.styles.listStyleImage===null)return[3,19];if(b=r.styles.listStyleImage,b.type!==0)return[3,18];h=void 0,k=b.url,Q.label=15;case 15:return Q.trys.push([15,17,,18]),[4,this.context.cache.match(k)];case 16:return h=Q.sent(),this.ctx.drawImage(h,r.bounds.left-(h.width+10),r.bounds.top),[3,18];case 17:return Q.sent(),this.context.logger.error("Error loading list-style-image "+k),[3,18];case 18:return[3,20];case 19:t.listValue&&r.styles.listStyleType!==-1&&(K=this.createFontStyle(s)[0],this.ctx.font=K,this.ctx.fillStyle=oA(s.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",H=new ne(r.bounds.left,r.bounds.top+_(r.styles.paddingTop,r.bounds.width),r.bounds.width,Qo(s.lineHeight,s.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new Kt(t.listValue,H),s.letterSpacing,Qo(s.lineHeight,s.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),Q.label=20;case 20:return[2]}})})},e.prototype.renderStackContent=function(t){return bA(this,void 0,void 0,function(){var r,n,b,s,o,b,a,i,b,l,c,b,B,g,b,f,p,b,w,y,b;return pA(this,function(h){switch(h.label){case 0:if(tA(t.element.container.flags,16))debugger;return[4,this.renderNodeBackgroundAndBorders(t.element)];case 1:h.sent(),r=0,n=t.negativeZIndex,h.label=2;case 2:return r<n.length?(b=n[r],[4,this.renderStack(b)]):[3,5];case 3:h.sent(),h.label=4;case 4:return r++,[3,2];case 5:return[4,this.renderNodeContent(t.element)];case 6:h.sent(),s=0,o=t.nonInlineLevel,h.label=7;case 7:return s<o.length?(b=o[s],[4,this.renderNode(b)]):[3,10];case 8:h.sent(),h.label=9;case 9:return s++,[3,7];case 10:a=0,i=t.nonPositionedFloats,h.label=11;case 11:return a<i.length?(b=i[a],[4,this.renderStack(b)]):[3,14];case 12:h.sent(),h.label=13;case 13:return a++,[3,11];case 14:l=0,c=t.nonPositionedInlineLevel,h.label=15;case 15:return l<c.length?(b=c[l],[4,this.renderStack(b)]):[3,18];case 16:h.sent(),h.label=17;case 17:return l++,[3,15];case 18:B=0,g=t.inlineLevel,h.label=19;case 19:return B<g.length?(b=g[B],[4,this.renderNode(b)]):[3,22];case 20:h.sent(),h.label=21;case 21:return B++,[3,19];case 22:f=0,p=t.zeroOrAutoZIndexOrTransformedOrOpacity,h.label=23;case 23:return f<p.length?(b=p[f],[4,this.renderStack(b)]):[3,26];case 24:h.sent(),h.label=25;case 25:return f++,[3,23];case 26:w=0,y=t.positiveZIndex,h.label=27;case 27:return w<y.length?(b=y[w],[4,this.renderStack(b)]):[3,30];case 28:h.sent(),h.label=29;case 29:return w++,[3,27];case 30:return[2]}})})},e.prototype.mask=function(t){this.ctx.beginPath(),this.ctx.moveTo(0,0),this.ctx.lineTo(this.canvas.width,0),this.ctx.lineTo(this.canvas.width,this.canvas.height),this.ctx.lineTo(0,this.canvas.height),this.ctx.lineTo(0,0),this.formatPath(t.slice(0).reverse()),this.ctx.closePath()},e.prototype.path=function(t){this.ctx.beginPath(),this.formatPath(t),this.ctx.closePath()},e.prototype.formatPath=function(t){var r=this;t.forEach(function(n,s){var o=TA(n)?n.start:n;s===0?r.ctx.moveTo(o.x,o.y):r.ctx.lineTo(o.x,o.y),TA(n)&&r.ctx.bezierCurveTo(n.startControl.x,n.startControl.y,n.endControl.x,n.endControl.y,n.end.x,n.end.y)})},e.prototype.renderRepeat=function(t,r,n,s){this.path(t),this.ctx.fillStyle=r,this.ctx.translate(n,s),this.ctx.fill(),this.ctx.translate(-n,-s)},e.prototype.resizeImage=function(t,r,n){var s;if(t.width===r&&t.height===n)return t;var o=(s=this.canvas.ownerDocument)!==null&&s!==void 0?s:document,a=o.createElement("canvas");a.width=Math.max(1,r),a.height=Math.max(1,n);var i=a.getContext("2d");return i.drawImage(t,0,0,t.width,t.height,0,0,r,n),a},e.prototype.renderBackgroundImage=function(t){return bA(this,void 0,void 0,function(){var r,n,s,o,a,i;return pA(this,function(l){switch(l.label){case 0:r=t.styles.backgroundImage.length-1,n=function(c){var B,g,f,M,lA,cA,D,z,S,p,M,lA,cA,D,z,w,y,b,h,k,K,H,Q,C,S,L,M,sA,hA,D,z,HA,lA,cA,XA,IA,NA,JA,GA,CA,mA,UA;return pA(this,function(d){switch(d.label){case 0:if(c.type!==0)return[3,5];B=void 0,g=c.url,d.label=1;case 1:return d.trys.push([1,3,,4]),[4,s.context.cache.match(g)];case 2:return B=d.sent(),[3,4];case 3:return d.sent(),s.context.logger.error("Error loading background-image "+g),[3,4];case 4:return B&&(f=Mn(t,r,[B.width,B.height,B.width/B.height]),M=f[0],lA=f[1],cA=f[2],D=f[3],z=f[4],S=s.ctx.createPattern(s.resizeImage(B,D,z),"repeat"),s.renderRepeat(M,S,lA,cA)),[3,6];case 5:oB(c)?(p=Mn(t,r,[null,null,null]),M=p[0],lA=p[1],cA=p[2],D=p[3],z=p[4],w=eB(c.angle,D,z),y=w[0],b=w[1],h=w[2],k=w[3],K=w[4],H=document.createElement("canvas"),H.width=D,H.height=z,Q=H.getContext("2d"),C=Q.createLinearGradient(b,k,h,K),ho(c.stops,y).forEach(function(qA){return C.addColorStop(qA.stop,oA(qA.color))}),Q.fillStyle=C,Q.fillRect(0,0,D,z),D>0&&z>0&&(S=s.ctx.createPattern(H,"repeat"),s.renderRepeat(M,S,lA,cA))):aB(c)&&(L=Mn(t,r,[null,null,null]),M=L[0],sA=L[1],hA=L[2],D=L[3],z=L[4],HA=c.position.length===0?[is]:c.position,lA=_(HA[0],D),cA=_(HA[HA.length-1],z),XA=tB(c,lA,cA,D,z),IA=XA[0],NA=XA[1],IA>0&&NA>0&&(JA=s.ctx.createRadialGradient(sA+lA,hA+cA,0,sA+lA,hA+cA,IA),ho(c.stops,IA*2).forEach(function(qA){return JA.addColorStop(qA.stop,oA(qA.color))}),s.path(M),s.ctx.fillStyle=JA,IA!==NA?(GA=t.bounds.left+.5*t.bounds.width,CA=t.bounds.top+.5*t.bounds.height,mA=NA/IA,UA=1/mA,s.ctx.save(),s.ctx.translate(GA,CA),s.ctx.transform(1,0,0,mA,0,0),s.ctx.translate(-GA,-CA),s.ctx.fillRect(sA,UA*(hA-CA)+CA,D,z*UA),s.ctx.restore()):s.ctx.fill())),d.label=6;case 6:return r--,[2]}})},s=this,o=0,a=t.styles.backgroundImage.slice(0).reverse(),l.label=1;case 1:return o<a.length?(i=a[o],[5,n(i)]):[3,4];case 2:l.sent(),l.label=3;case 3:return o++,[3,1];case 4:return[2]}})})},e.prototype.renderSolidBorder=function(t,r,n){return bA(this,void 0,void 0,function(){return pA(this,function(s){return this.path(zo(n,r)),this.ctx.fillStyle=oA(t),this.ctx.fill(),[2]})})},e.prototype.renderDoubleBorder=function(t,r,n,s){return bA(this,void 0,void 0,function(){var o,a;return pA(this,function(i){switch(i.label){case 0:return r<3?[4,this.renderSolidBorder(t,n,s)]:[3,2];case 1:return i.sent(),[2];case 2:return o=cd(s,n),this.path(o),this.ctx.fillStyle=oA(t),this.ctx.fill(),a=Bd(s,n),this.path(a),this.ctx.fill(),[2]}})})},e.prototype.renderNodeBackgroundAndBorders=function(t){return bA(this,void 0,void 0,function(){var r,n,s,o,a,i,l,c,B=this;return pA(this,function(g){switch(g.label){case 0:return this.applyEffects(t.getEffects(2)),r=t.container.styles,n=!we(r.backgroundColor)||r.backgroundImage.length,s=[{style:r.borderTopStyle,color:r.borderTopColor,width:r.borderTopWidth},{style:r.borderRightStyle,color:r.borderRightColor,width:r.borderRightWidth},{style:r.borderBottomStyle,color:r.borderBottomColor,width:r.borderBottomWidth},{style:r.borderLeftStyle,color:r.borderLeftColor,width:r.borderLeftWidth}],o=md(Pe(r.backgroundClip,0),t.curves),n||r.boxShadow.length?(this.ctx.save(),this.path(o),this.ctx.clip(),we(r.backgroundColor)||(this.ctx.fillStyle=oA(r.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(t.container)]):[3,2];case 1:g.sent(),this.ctx.restore(),r.boxShadow.slice(0).reverse().forEach(function(f){B.ctx.save();var p=Tr(t.curves),w=f.inset?0:bd,y=id(p,-w+(f.inset?1:-1)*f.spread.number,(f.inset?1:-1)*f.spread.number,f.spread.number*(f.inset?-2:2),f.spread.number*(f.inset?-2:2));f.inset?(B.path(p),B.ctx.clip(),B.mask(y)):(B.mask(p),B.ctx.clip(),B.path(y)),B.ctx.shadowOffsetX=f.offsetX.number+w,B.ctx.shadowOffsetY=f.offsetY.number,B.ctx.shadowColor=oA(f.color),B.ctx.shadowBlur=f.blur.number,B.ctx.fillStyle=f.inset?oA(f.color):"rgba(0,0,0,1)",B.ctx.fill(),B.ctx.restore()}),g.label=2;case 2:a=0,i=0,l=s,g.label=3;case 3:return i<l.length?(c=l[i],c.style!==0&&!we(c.color)&&c.width>0?c.style!==2?[3,5]:[4,this.renderDashedDottedBorder(c.color,c.width,a,t.curves,2)]:[3,11]):[3,13];case 4:return g.sent(),[3,11];case 5:return c.style!==3?[3,7]:[4,this.renderDashedDottedBorder(c.color,c.width,a,t.curves,3)];case 6:return g.sent(),[3,11];case 7:return c.style!==4?[3,9]:[4,this.renderDoubleBorder(c.color,c.width,a,t.curves)];case 8:return g.sent(),[3,11];case 9:return[4,this.renderSolidBorder(c.color,a,t.curves)];case 10:g.sent(),g.label=11;case 11:a++,g.label=12;case 12:return i++,[3,3];case 13:return[2]}})})},e.prototype.renderDashedDottedBorder=function(t,r,n,s,o){return bA(this,void 0,void 0,function(){var a,i,l,c,B,g,f,p,w,y,b,h,k,K,H,Q,H,Q;return pA(this,function(C){return this.ctx.save(),a=ud(s,n),i=zo(s,n),o===2&&(this.path(i),this.ctx.clip()),TA(i[0])?(l=i[0].start.x,c=i[0].start.y):(l=i[0].x,c=i[0].y),TA(i[1])?(B=i[1].end.x,g=i[1].end.y):(B=i[1].x,g=i[1].y),n===0||n===2?f=Math.abs(l-B):f=Math.abs(c-g),this.ctx.beginPath(),o===3?this.formatPath(a):this.formatPath(i.slice(0,2)),p=r<3?r*3:r*2,w=r<3?r*2:r,o===3&&(p=r,w=r),y=!0,f<=p*2?y=!1:f<=p*2+w?(b=f/(2*p+w),p*=b,w*=b):(h=Math.floor((f+w)/(p+w)),k=(f-h*p)/(h-1),K=(f-(h+1)*p)/h,w=K<=0||Math.abs(w-k)<Math.abs(w-K)?k:K),y&&(o===3?this.ctx.setLineDash([0,p+w]):this.ctx.setLineDash([p,w])),o===3?(this.ctx.lineCap="round",this.ctx.lineWidth=r):this.ctx.lineWidth=r*2+1.1,this.ctx.strokeStyle=oA(t),this.ctx.stroke(),this.ctx.setLineDash([]),o===2&&(TA(i[0])&&(H=i[3],Q=i[0],this.ctx.beginPath(),this.formatPath([new m(H.end.x,H.end.y),new m(Q.start.x,Q.start.y)]),this.ctx.stroke()),TA(i[1])&&(H=i[1],Q=i[2],this.ctx.beginPath(),this.formatPath([new m(H.end.x,H.end.y),new m(Q.start.x,Q.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},e.prototype.render=function(t){return bA(this,void 0,void 0,function(){var r;return pA(this,function(n){switch(n.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=oA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),r=ld(t),[4,this.renderStack(r)];case 1:return n.sent(),this.applyEffects([]),[2,this.canvas]}})})},e})(ja),Cd=function(A){return A instanceof ka||A instanceof Da?!0:A instanceof us&&A.type!==Lr&&A.type!==Ir},md=function(A,e){switch(A){case 0:return Tr(e);case 2:return rd(e);default:return Dr(e)}},Ud=function(A){switch(A){case 1:return"center";case 2:return"right";default:return"left"}},vd=["-apple-system","system-ui"],Fd=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter(function(e){return vd.indexOf(e)===-1}):A},yd=(function(A){VA(e,A);function e(t,r){var n=A.call(this,t,r)||this;return n.canvas=r.canvas?r.canvas:document.createElement("canvas"),n.ctx=n.canvas.getContext("2d"),n.options=r,n.canvas.width=Math.floor(r.width*r.scale),n.canvas.height=Math.floor(r.height*r.scale),n.canvas.style.width=r.width+"px",n.canvas.style.height=r.height+"px",n.ctx.scale(n.options.scale,n.options.scale),n.ctx.translate(-r.x,-r.y),n.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized ("+r.width+"x"+r.height+" at "+r.x+","+r.y+") with scale "+r.scale),n}return e.prototype.render=function(t){return bA(this,void 0,void 0,function(){var r,n;return pA(this,function(s){switch(s.label){case 0:return r=As(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,t),[4,Ed(r)];case 1:return n=s.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=oA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(n,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},e})(ja),Ed=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,"+encodeURIComponent(new XMLSerializer().serializeToString(A))})},xd=(function(){function A(e){var t=e.id,r=e.enabled;this.id=t,this.enabled=r,this.start=Date.now()}return A.prototype.debug=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.debug=="function"?console.debug.apply(console,sr([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.prototype.getTime=function(){return Date.now()-this.start},A.prototype.info=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&typeof window<"u"&&window.console&&typeof console.info=="function"&&console.info.apply(console,sr([this.id,this.getTime()+"ms"],e))},A.prototype.warn=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.warn=="function"?console.warn.apply(console,sr([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.prototype.error=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];this.enabled&&(typeof window<"u"&&window.console&&typeof console.error=="function"?console.error.apply(console,sr([this.id,this.getTime()+"ms"],e)):this.info.apply(this,e))},A.instances={},A})(),Hd=(function(){function A(e,t){var r;this.windowBounds=t,this.instanceName="#"+A.instanceCount++,this.logger=new xd({id:this.instanceName,enabled:e.logging}),this.cache=(r=e.cache)!==null&&r!==void 0?r:new zg(this,e)}return A.instanceCount=1,A})(),Id=function(A,e){return e===void 0&&(e={}),Ld(A,e)};typeof window<"u"&&Wa.setContext(window);var Ld=function(A,e){return bA(void 0,void 0,void 0,function(){var t,r,n,s,o,a,i,l,c,B,g,f,p,w,y,b,h,k,K,H,C,Q,C,S,L,M,sA,hA,D,z,HA,lA,cA,XA,IA,NA,JA,GA,CA,mA;return pA(this,function(UA){switch(UA.label){case 0:if(!A||typeof A!="object")return[2,Promise.reject("Invalid element provided as first argument")];if(t=A.ownerDocument,!t)throw new Error("Element is not attached to a Document");if(r=t.defaultView,!r)throw new Error("Document is not attached to a Window");return n={allowTaint:(S=e.allowTaint)!==null&&S!==void 0?S:!1,imageTimeout:(L=e.imageTimeout)!==null&&L!==void 0?L:15e3,proxy:e.proxy,useCORS:(M=e.useCORS)!==null&&M!==void 0?M:!1},s=Rn({logging:(sA=e.logging)!==null&&sA!==void 0?sA:!0,cache:e.cache},n),o={windowWidth:(hA=e.windowWidth)!==null&&hA!==void 0?hA:r.innerWidth,windowHeight:(D=e.windowHeight)!==null&&D!==void 0?D:r.innerHeight,scrollX:(z=e.scrollX)!==null&&z!==void 0?z:r.pageXOffset,scrollY:(HA=e.scrollY)!==null&&HA!==void 0?HA:r.pageYOffset},a=new ne(o.scrollX,o.scrollY,o.windowWidth,o.windowHeight),i=new Hd(s,a),l=(lA=e.foreignObjectRendering)!==null&&lA!==void 0?lA:!1,c={allowTaint:(cA=e.allowTaint)!==null&&cA!==void 0?cA:!1,onclone:e.onclone,ignoreElements:e.ignoreElements,inlineImages:l,copyStyles:l},i.logger.debug("Starting document clone with size "+a.width+"x"+a.height+" scrolled to "+-a.left+","+-a.top),B=new Jo(i,A,c),g=B.clonedReferenceElement,g?[4,B.toIFrame(t,a)]:[2,Promise.reject("Unable to find element in cloned iframe")];case 1:return f=UA.sent(),p=gs(g)||Kg(g)?il(g.ownerDocument):Mr(i,g),w=p.width,y=p.height,b=p.left,h=p.top,k=Kd(i,g,e.backgroundColor),K={canvas:e.canvas,backgroundColor:k,scale:(IA=(XA=e.scale)!==null&&XA!==void 0?XA:r.devicePixelRatio)!==null&&IA!==void 0?IA:1,x:((NA=e.x)!==null&&NA!==void 0?NA:0)+b,y:((JA=e.y)!==null&&JA!==void 0?JA:0)+h,width:(GA=e.width)!==null&&GA!==void 0?GA:Math.ceil(w),height:(CA=e.height)!==null&&CA!==void 0?CA:Math.ceil(y)},l?(i.logger.debug("Document cloned, using foreign object rendering"),C=new yd(i,K),[4,C.render(g)]):[3,3];case 2:return H=UA.sent(),[3,5];case 3:return i.logger.debug("Document cloned, element located at "+b+","+h+" with size "+w+"x"+y+" using computed rendering"),i.logger.debug("Starting DOM parsing"),Q=Ra(i,g),k===Q.styles.backgroundColor&&(Q.styles.backgroundColor=re.TRANSPARENT),i.logger.debug("Starting renderer for element at "+K.x+","+K.y+" with size "+K.width+"x"+K.height),C=new Qd(i,K),[4,C.render(Q)];case 4:H=UA.sent(),UA.label=5;case 5:return(!((mA=e.removeContainer)!==null&&mA!==void 0)||mA)&&(Jo.destroy(f)||i.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore")),i.logger.debug("Finished rendering"),[2,H]}})})},Kd=function(A,e,t){var r=e.ownerDocument,n=r.documentElement?It(A,getComputedStyle(r.documentElement).backgroundColor):re.TRANSPARENT,s=r.body?It(A,getComputedStyle(r.body).backgroundColor):re.TRANSPARENT,o=typeof t=="string"?It(A,t):t===null?re.TRANSPARENT:4294967295;return e===r.documentElement?we(n)?we(s)?o:s:n:o},Ai=Id;function Sd(){let A=document.createElement("div");if(A.style.cssText=`
|
|
9
9
|
position: fixed; inset: 0; z-index: 2147483647;
|
|
10
10
|
background: white; opacity: 0;
|
|
11
11
|
pointer-events: none;
|
|
@@ -16,9 +16,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
|
|
|
16
16
|
15% { opacity: 0.7; }
|
|
17
17
|
100% { opacity: 0; }
|
|
18
18
|
}
|
|
19
|
-
`,document.head.appendChild(e)}document.body.appendChild(A),A.addEventListener("animationend",()=>A.remove())}async function
|
|
20
|
-
<foreignObject width="100%" height="100%">${a}</foreignObject>
|
|
21
|
-
</svg>`;return new Promise(o=>{try{let l=new Blob([i],{type:"image/svg+xml;charset=utf-8"}),c=new FileReader;c.onload=()=>{o(c.result)},c.onerror=()=>o(null),c.readAsDataURL(l)}catch{o(null)}})}var xd="https://bugstash-backend.vercel.app",qo="https://bugstash-backend.vercel.app",FA=xd,ds=!1;function jo(A){FA=A.replace(/\/$/,""),ds=!1}function Ai(){return FA}async function $A(A,e){try{return await fetch(A,e)}catch(t){if(ds)throw t;ds=!0;let r=FA;FA=qo;let n=A.replace(r,qo);return fetch(n,e)}}var fs="bugstash_auth";function ps(){try{let A=localStorage.getItem(fs);if(!A)return null;let e=JSON.parse(A);return e.tokens.expiresAt<Date.now(),e}catch{return null}}function ei(A){localStorage.setItem(fs,JSON.stringify(A))}function Hd(){localStorage.removeItem(fs)}function _A(){return ps()?.user||null}function ti(){return ps()?.tokens.accessToken||null}async function be(){let A=ps();if(!A)return{"Content-Type":"application/json"};if(A.tokens.expiresAt<Date.now()+6e4)try{let e=await $A(`${FA}/api/auth/refresh`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:A.tokens.refreshToken})});if(e.ok){let t=await e.json();t.success&&(A.tokens=t.data,ei(A))}}catch{}return{"Content-Type":"application/json",Authorization:`Bearer ${A.tokens.accessToken}`}}async function Jr(A,e,t){try{let n=await(await $A(`${FA}/api/auth/login`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:A,password:e,projectId:t})})).json();return n.success&&ei({user:n.data.user,tokens:n.data.tokens}),n}catch{return{success:!1,error:"Network error"}}}async function Wr(){Hd()}async function ws(A){try{let e=await be();return await(await $A(`${FA}/api/reports`,{method:"POST",headers:e,body:JSON.stringify(A)})).json()}catch{return{success:!1,error:"Network error - could not reach BugStash"}}}async function ri(A,e){try{let t=await be();return await(await $A(`${FA}/api/pins/by-page?projectId=${A}&pathname=${encodeURIComponent(e)}`,{headers:t})).json()}catch{return{success:!1,error:"Network error"}}}async function hs(A){try{let e=await be();return await(await $A(`${FA}/api/pins`,{method:"POST",headers:e,body:JSON.stringify(A)})).json()}catch{return{success:!1,error:"Network error"}}}async function Yr(A,e){try{let t=await be();return await(await $A(`${FA}/api/pins/${A}`,{method:"PUT",headers:t,body:JSON.stringify(e)})).json()}catch{return{success:!1,error:"Network error"}}}async function ni(A){try{let e=await be();return await(await $A(`${FA}/api/pins/${A}`,{method:"DELETE",headers:e})).json()}catch{return{success:!1,error:"Network error"}}}async function si(A){try{let e=await be();return await(await $A(`${FA}/api/pins/${A}/comments`,{headers:e})).json()}catch{return{success:!1,error:"Network error"}}}async function bs(A,e,t=[]){try{let r=await be();return await(await $A(`${FA}/api/pins/${A}/comments`,{method:"POST",headers:r,body:JSON.stringify({body:e,mentions:t})})).json()}catch{return{success:!1,error:"Network error"}}}async function ai(A){try{let e=await be();return await(await $A(`${FA}/api/members/for-project/${A}`,{headers:e})).json()}catch{return{success:!1,error:"Network error"}}}var Qs="bugstash_offline_queue";function Cs(A){let e=oi();e.push({...A,id:Math.random().toString(36).slice(2),timestamp:Date.now()}),localStorage.setItem(Qs,JSON.stringify(e))}function oi(){try{return JSON.parse(localStorage.getItem(Qs)||"[]")}catch{return[]}}async function Id(){let A=oi();if(A.length===0)return 0;let e=0,t=[];for(let r of A)try{let n;switch(r.type){case"create_pin":n=await hs(r.data);break;case"create_comment":n=await bs(r.data.pinId,r.data.body,r.data.mentions);break;case"update_pin":n=await Yr(r.data.pinId,r.data.updates);break;case"submit_report":n=await ws(r.data);break;default:n={success:!1,error:"Unknown action"}}n.success?e++:t.push(r)}catch{t.push(r)}return localStorage.setItem(Qs,JSON.stringify(t)),e}typeof window<"u"&&window.addEventListener("online",()=>{Id().catch(()=>{})});var ms=[{id:"slate",name:"Slate",preview:["#0f1117","#6E9ED0"],vars:{"--bs-bg":"#0f1117","--bs-bg2":"#1a1d27","--bs-bg3":"#2a2d37","--bs-text":"#e8eaed","--bs-muted":"#9ca3af","--bs-border":"#2a2d37","--bs-accent":"#6E9ED0","--bs-accent2":"#C3CAD6","--bs-fab1":"#6E9ED0","--bs-fab2":"#4a7ba8","--bs-radius":"12px","--bs-radius-sm":"8px","--bs-red":"#ef4444","--bs-green":"#22c55e","--bs-orange":"#f97316","--bs-yellow":"#eab308"}},{id:"black",name:"Dark",preview:["#0a0a0a","#ffffff"],vars:{"--bs-bg":"#0a0a0a","--bs-bg2":"#141414","--bs-bg3":"#1e1e1e","--bs-text":"#f5f5f5","--bs-muted":"#737373","--bs-border":"#262626","--bs-accent":"#f5f5f5","--bs-accent2":"#d4d4d4","--bs-fab1":"#262626","--bs-fab2":"#171717","--bs-radius":"12px","--bs-radius-sm":"8px","--bs-red":"#ef4444","--bs-green":"#22c55e","--bs-orange":"#f97316","--bs-yellow":"#eab308"}},{id:"white",name:"Light",preview:["#ffffff","#0a0a0a"],vars:{"--bs-bg":"#ffffff","--bs-bg2":"#f5f5f5","--bs-bg3":"#e5e5e5","--bs-text":"#0a0a0a","--bs-muted":"#737373","--bs-border":"#e5e5e5","--bs-accent":"#0a0a0a","--bs-accent2":"#404040","--bs-fab1":"#0a0a0a","--bs-fab2":"#262626","--bs-radius":"12px","--bs-radius-sm":"8px","--bs-red":"#dc2626","--bs-green":"#16a34a","--bs-orange":"#ea580c","--bs-yellow":"#ca8a04"}}];function zr(){return ms}function $r(A){return ms.find(e=>e.id===A)}function ii(){return ms[0]}var Us=[{id:"classic",name:"Center",description:"Centered modal",tabPosition:"top"},{id:"drawer-right",name:"Right Drawer",description:"Slides from right",tabPosition:"top"},{id:"bottom-sheet",name:"Bottom Sheet",description:"Slides from bottom",tabPosition:"top"},{id:"sidebar-tabs",name:"Sidebar",description:"Side navigation",tabPosition:"left"}];function Zr(){return Us}function Ot(A){return Us.find(e=>e.id===A)}function li(){return Us[0]}var ci=`
|
|
19
|
+
`,document.head.appendChild(e)}document.body.appendChild(A),A.addEventListener("animationend",()=>A.remove())}var Td=A=>A.classList?.contains("bs-fab")||A.classList?.contains("bs-toolbar")||A.classList?.contains("bs-modal")||A.classList?.contains("bs-backdrop")||A.id==="bs-flash-style"||A.id==="bugstash-live-pins"||A.id==="bugstash-pin-overlay";async function ds(A=!1){A&&Sd();try{return await ei()}catch{try{return await ei(!0)}catch{return null}}}async function ei(A=!1){let e=window.getComputedStyle(document.body).backgroundColor,t=window.getComputedStyle(document.documentElement).backgroundColor,r=o=>!o||o==="transparent"||o==="rgba(0, 0, 0, 0)",n=r(e)?r(t)?"#ffffff":t:e;return(await Ai(document.body,{scale:Math.min(window.devicePixelRatio||1,2),useCORS:!0,allowTaint:!A,logging:!1,backgroundColor:n,removeContainer:!0,x:window.scrollX,y:window.scrollY,width:window.innerWidth,height:window.innerHeight,scrollX:window.scrollX,scrollY:window.scrollY,windowWidth:window.innerWidth,windowHeight:window.innerHeight,ignoreElements:o=>{if(A&&o.tagName==="IMG"){let a=o.src||"";if(a&&!a.startsWith(window.location.origin)&&!a.startsWith("data:"))return!0}return Td(o)}})).toDataURL("image/jpeg",.8)}var Dd="https://bugstash-backend.vercel.app",ti="https://bugstash-backend.vercel.app",QA=Dd,fs=!1;function ri(A){QA=A.replace(/\/$/,""),fs=!1}function ni(){return QA}async function $A(A,e){try{return await fetch(A,e)}catch(t){if(fs)throw t;fs=!0;let r=QA;QA=ti;let n=A.replace(r,ti);return fetch(n,e)}}var ps="bugstash_auth";function ws(){try{let A=localStorage.getItem(ps);if(!A)return null;let e=JSON.parse(A);return e.tokens.expiresAt<Date.now(),e}catch{return null}}function si(A){localStorage.setItem(ps,JSON.stringify(A))}function kd(){localStorage.removeItem(ps)}function _A(){return ws()?.user||null}function oi(){return ws()?.tokens.accessToken||null}async function be(){let A=ws();if(!A)return{"Content-Type":"application/json"};if(A.tokens.expiresAt<Date.now()+6e4)try{let e=await $A(`${QA}/api/auth/refresh`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:A.tokens.refreshToken})});if(e.ok){let t=await e.json();t.success&&(A.tokens=t.data,si(A))}}catch{}return{"Content-Type":"application/json",Authorization:`Bearer ${A.tokens.accessToken}`}}async function Yr(A,e,t){try{let n=await(await $A(`${QA}/api/auth/login`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:A,password:e,projectId:t})})).json();return n.success&&si({user:n.data.user,tokens:n.data.tokens}),n}catch{return{success:!1,error:"Network error"}}}async function zr(){kd()}async function hs(A){try{let e=await be();return await(await $A(`${QA}/api/reports`,{method:"POST",headers:e,body:JSON.stringify(A)})).json()}catch{return{success:!1,error:"Network error - could not reach BugStash"}}}async function ai(A,e){try{let t=await be();return await(await $A(`${QA}/api/pins/by-page?projectId=${A}&pathname=${encodeURIComponent(e)}`,{headers:t})).json()}catch{return{success:!1,error:"Network error"}}}async function bs(A){try{let e=await be();return await(await $A(`${QA}/api/pins`,{method:"POST",headers:e,body:JSON.stringify(A)})).json()}catch{return{success:!1,error:"Network error"}}}async function $r(A,e){try{let t=await be();return await(await $A(`${QA}/api/pins/${A}`,{method:"PUT",headers:t,body:JSON.stringify(e)})).json()}catch{return{success:!1,error:"Network error"}}}async function ii(A){try{let e=await be();return await(await $A(`${QA}/api/pins/${A}`,{method:"DELETE",headers:e})).json()}catch{return{success:!1,error:"Network error"}}}async function li(A){try{let e=await be();return await(await $A(`${QA}/api/pins/${A}/comments`,{headers:e})).json()}catch{return{success:!1,error:"Network error"}}}async function Qs(A,e,t=[]){try{let r=await be();return await(await $A(`${QA}/api/pins/${A}/comments`,{method:"POST",headers:r,body:JSON.stringify({body:e,mentions:t})})).json()}catch{return{success:!1,error:"Network error"}}}async function ci(A){try{let e=await be();return await(await $A(`${QA}/api/members/for-project/${A}`,{headers:e})).json()}catch{return{success:!1,error:"Network error"}}}var Wr=null;function Bi(A){return Wr||(Wr=(async()=>{try{let e=await fetch(`${QA}/api/orgs/projects/${encodeURIComponent(A)}/verify-domain`,{headers:{"Content-Type":"application/json"}});return e.ok?(await e.json()).allowed===!0:!1}catch{return!1}})(),Wr)}var Cs="bugstash_offline_queue";function ms(A){let e=ui();e.push({...A,id:Math.random().toString(36).slice(2),timestamp:Date.now()}),localStorage.setItem(Cs,JSON.stringify(e))}function ui(){try{return JSON.parse(localStorage.getItem(Cs)||"[]")}catch{return[]}}async function Md(){let A=ui();if(A.length===0)return 0;let e=0,t=[];for(let r of A)try{let n;switch(r.type){case"create_pin":n=await bs(r.data);break;case"create_comment":n=await Qs(r.data.pinId,r.data.body,r.data.mentions);break;case"update_pin":n=await $r(r.data.pinId,r.data.updates);break;case"submit_report":n=await hs(r.data);break;default:n={success:!1,error:"Unknown action"}}n.success?e++:t.push(r)}catch{t.push(r)}return localStorage.setItem(Cs,JSON.stringify(t)),e}typeof window<"u"&&window.addEventListener("online",()=>{Md().catch(()=>{})});var Us=[{id:"slate",name:"Slate",preview:["#0f1117","#6E9ED0"],vars:{"--bs-bg":"#0f1117","--bs-bg2":"#1a1d27","--bs-bg3":"#2a2d37","--bs-text":"#e8eaed","--bs-muted":"#9ca3af","--bs-border":"#2a2d37","--bs-accent":"#6E9ED0","--bs-accent2":"#C3CAD6","--bs-fab1":"#6E9ED0","--bs-fab2":"#4a7ba8","--bs-radius":"12px","--bs-radius-sm":"8px","--bs-red":"#ef4444","--bs-green":"#22c55e","--bs-orange":"#f97316","--bs-yellow":"#eab308"}},{id:"black",name:"Dark",preview:["#0a0a0a","#ffffff"],vars:{"--bs-bg":"#0a0a0a","--bs-bg2":"#141414","--bs-bg3":"#1e1e1e","--bs-text":"#f5f5f5","--bs-muted":"#737373","--bs-border":"#262626","--bs-accent":"#f5f5f5","--bs-accent2":"#d4d4d4","--bs-fab1":"#262626","--bs-fab2":"#171717","--bs-radius":"12px","--bs-radius-sm":"8px","--bs-red":"#ef4444","--bs-green":"#22c55e","--bs-orange":"#f97316","--bs-yellow":"#eab308"}},{id:"white",name:"Light",preview:["#ffffff","#0a0a0a"],vars:{"--bs-bg":"#ffffff","--bs-bg2":"#f5f5f5","--bs-bg3":"#e5e5e5","--bs-text":"#0a0a0a","--bs-muted":"#737373","--bs-border":"#e5e5e5","--bs-accent":"#0a0a0a","--bs-accent2":"#404040","--bs-fab1":"#0a0a0a","--bs-fab2":"#262626","--bs-radius":"12px","--bs-radius-sm":"8px","--bs-red":"#dc2626","--bs-green":"#16a34a","--bs-orange":"#ea580c","--bs-yellow":"#ca8a04"}}];function Zr(){return Us}function qr(A){return Us.find(e=>e.id===A)}function gi(){return Us[0]}var vs=[{id:"classic",name:"Center",description:"Centered modal",tabPosition:"top"},{id:"drawer-right",name:"Right Drawer",description:"Slides from right",tabPosition:"top"},{id:"bottom-sheet",name:"Bottom Sheet",description:"Slides from bottom",tabPosition:"top"},{id:"sidebar-tabs",name:"Sidebar",description:"Side navigation",tabPosition:"left"}];function jr(){return vs}function Rt(A){return vs.find(e=>e.id===A)}function di(){return vs[0]}var fi=`
|
|
22
20
|
/* \u2500\u2500 1. Classic (default \u2014 no overrides) \u2500\u2500 */
|
|
23
21
|
|
|
24
22
|
/* \u2500\u2500 2. Drawer Right \u2500\u2500 */
|
|
@@ -78,7 +76,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
|
|
|
78
76
|
}
|
|
79
77
|
.bs-ly-sidebar-tabs .bs-tab-divider { display: none; }
|
|
80
78
|
.bs-ly-sidebar-tabs .bs-scroll { flex: 1; }
|
|
81
|
-
`;var ze=null,
|
|
79
|
+
`;var ze=null,An=0,Od=5e3,We=new Map,Ye=null,en=new Set;function Nt(A){Ye=A,An=Date.now(),Rd()}function Rd(){ze||(ze=setInterval(Nd,Od))}async function Nd(){if(!Ye)return;let A=oi();if(A)try{let e=ni(),t=window.location.pathname,r=await fetch(`${e}/api/pins/poll?projectId=${Ye}&pathname=${encodeURIComponent(t)}&since=${An}`,{headers:{Authorization:`Bearer ${A}`}});if(!r.ok)return;let n=await r.json();if(!n.success)return;let s=Array.isArray(n.data)?n.data:n.data?.pins||[];An=n.serverTime||n.data?.serverTime||Date.now();for(let o of s)en.has(o.id)?pi("pin:updated",{type:"pin:updated",projectId:Ye,data:o,userId:"",timestamp:Date.now()}):(en.add(o.id),pi("pin:created",{type:"pin:created",projectId:Ye,data:o,userId:"",timestamp:Date.now()}))}catch{}}function wi(){ze&&(clearInterval(ze),ze=null),Ye=null,en.clear(),An=0}function Gt(A,e){return We.has(A)||We.set(A,new Set),We.get(A).add(e),()=>{We.get(A)?.delete(e)}}function pi(A,e){We.get(A)?.forEach(t=>t(e)),We.get("*")?.forEach(t=>t(e))}function Fs(A){en=new Set(A)}function hi(){return ze!==null}var sn,MA=null,yA=null,aA=[],mi=[],$e=!1,je=null,Gd="",Ze=null,rn=null,Es=[],bi={open:"#f97316",in_progress:"#3b82f6",resolved:"#22c55e",closed:"#6b7280"},nn={critical:"#ef4444",high:"#f97316",medium:"#eab308",low:"#6b7280"};function Pt(A){sn=A,Gd=window.location.pathname,Wd(),xi(),Yd(),qd(),jd(),Pd()}function Ui(){Vd(),MA?.remove(),MA=null,yA?.remove(),yA=null,aA=[]}function At(A){return $e=A!==void 0?A:!$e,yA&&(yA.style.display=$e?"block":"none"),$e}function on(){return $e}function vi(A){let e=document.documentElement.scrollWidth||document.body.scrollWidth||1,t=document.documentElement.scrollHeight||document.body.scrollHeight||1,r=Fi(A.elementSelector,A.elementXPath);if(r){let n=r.getBoundingClientRect();if(n.width>0&&n.height>0){let s=n.left+window.scrollX,o=n.top+window.scrollY;if(A.pageX>0||A.pageY>0){let a=ys(A)?A.xPercent/100*e:A.pageX,i=ys(A)?A.yPercent/100*t:A.pageY,l={x:s+n.width/2,y:o+n.height/2};return Math.abs(a-l.x)+Math.abs(i-l.y)>100?{left:`${s+n.width/2}px`,top:`${o+n.height/2}px`}:{left:`${a}px`,top:`${i}px`}}return{left:`${s+n.width/2}px`,top:`${o+n.height/2}px`}}}return ys(A)?{left:`${A.xPercent/100*e}px`,top:`${A.yPercent/100*t}px`}:{left:`${A.pageX}px`,top:`${A.pageY}px`}}function ys(A){return A.xPercent!=null&&A.yPercent!=null&&(A.xPercent!==0||A.yPercent!==0||A.pageX===0&&A.pageY===0)}function Fi(A,e){if(A&&A!=="body")try{let t=document.querySelector(A);if(t)return t}catch{}if(e)try{let t=document.evaluate(e,document,null,XPathResult.FIRST_ORDERED_NODE_TYPE,null);if(t.singleNodeValue instanceof Element)return t.singleNodeValue}catch{}return null}function Pd(){window.addEventListener("scroll",qe,{passive:!0}),window.addEventListener("resize",qe,{passive:!0}),window.addEventListener("keydown",yi),rn=new MutationObserver(()=>qe()),rn.observe(document.body,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["style","class"]})}function Vd(){window.removeEventListener("scroll",qe),window.removeEventListener("resize",qe),window.removeEventListener("keydown",yi),Ei(),rn?.disconnect(),rn=null,Ze&&(cancelAnimationFrame(Ze),Ze=null)}function yi(A){A.key==="Escape"&&(je?Qe():$e&&(yA?.querySelectorAll(".bs-lp-form").forEach(e=>e.remove()),At(!1)))}function qe(){Ze||(Ze=requestAnimationFrame(()=>{Ze=null,_d()}))}function _d(){if(!MA)return;MA.querySelectorAll(".bs-lp").forEach(e=>{let t=e.dataset.pinId,r=aA.find(s=>s.id===t);if(!r)return;let n=vi(r);e.style.left=n.left,e.style.top=n.top})}function Xd(A){let e=[],t=A.parentElement;for(;t&&t!==document.documentElement;){let r=window.getComputedStyle(t),n=r.overflowY,s=r.overflowX;(n==="auto"||n==="scroll"||s==="auto"||s==="scroll")&&(t.scrollHeight>t.clientHeight||t.scrollWidth>t.clientWidth)&&e.push(t),t=t.parentElement}return e}function Jd(){Ei();let A=new Set;for(let e of aA){let t=Fi(e.elementSelector,e.elementXPath);if(!t)continue;let r=Xd(t);for(let n of r){if(A.has(n))continue;A.add(n);let s=()=>qe();n.addEventListener("scroll",s,{passive:!0}),Es.push(()=>n.removeEventListener("scroll",s))}}}function Ei(){for(let A of Es)A();Es=[]}function Wd(){if(MA)return;window.getComputedStyle(document.body).position==="static"&&(document.body.style.position="relative"),MA=document.createElement("div"),MA.id="bugstash-live-pins",yA=document.createElement("div"),yA.id="bugstash-pin-overlay",yA.style.display="none";let e=document.createElement("style");e.textContent=`
|
|
82
80
|
#bugstash-live-pins {
|
|
83
81
|
position: absolute;
|
|
84
82
|
top: 0;
|
|
@@ -365,21 +363,21 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
|
|
|
365
363
|
color: #9ca3af;
|
|
366
364
|
}
|
|
367
365
|
.bs-lp-form-cancel:hover { background: rgba(255,255,255,0.1); }
|
|
368
|
-
`,MA.appendChild(e),document.body.appendChild(MA),document.body.appendChild(yA),yA.addEventListener("click",t=>{if(t.target.closest(".bs-lp-form"))return;let r=t.clientX
|
|
366
|
+
`,MA.appendChild(e),document.body.appendChild(MA),document.body.appendChild(yA),yA.addEventListener("click",t=>{if(t.target.closest(".bs-lp-form"))return;let r=t.clientX,n=t.clientY;yA.style.pointerEvents="none";let s=document.elementFromPoint(r,n);yA.style.pointerEvents="";let o=r+window.scrollX,a=n+window.scrollY,i=document.documentElement.scrollWidth||document.body.scrollWidth||1,l=document.documentElement.scrollHeight||document.body.scrollHeight||1,c=o/i*100,B=a/l*100;Zd(o,a,c,B,r,n,s)})}async function xi(){let A=await ai(sn,window.location.pathname);A.success&&A.data&&(aA=A.data,Fs(aA.map(e=>e.id)),oe())}async function Yd(){let A=await ci(sn);A.success&&A.data&&(mi=A.data)}function oe(){MA&&(MA.querySelectorAll(".bs-lp").forEach(A=>A.remove()),aA.forEach((A,e)=>{let t=document.createElement("div");t.className="bs-lp",t.dataset.pinId=A.id;let r=vi(A);t.style.left=r.left,t.style.top=r.top;let n=nn[A.priority]||nn.medium;t.innerHTML=`
|
|
369
367
|
<div class="bs-lp-dot" style="background:${n};color:${n}">
|
|
370
368
|
${e+1}
|
|
371
369
|
<span class="bs-lp-ring"></span>
|
|
372
370
|
</div>
|
|
373
|
-
`,t.addEventListener("click",s=>{s.stopPropagation(),
|
|
371
|
+
`,t.addEventListener("click",s=>{s.stopPropagation(),zd(A,t)}),MA.appendChild(t)}),Jd())}function Qi(A){let e=typeof A=="string"?new Date(A).getTime():A;if(isNaN(e))return"";let t=Date.now()-e,r=Math.floor(t/6e4);if(r<1)return"just now";if(r<60)return`${r}m ago`;let n=Math.floor(r/60);return n<24?`${n}h ago`:`${Math.floor(n/24)}d ago`}function Ci(A){requestAnimationFrame(()=>{let e=A.getBoundingClientRect(),t=16;e.right>window.innerWidth-t&&(A.style.left="auto",A.style.right="34px"),e.left<t&&(A.style.left=`${t}px`,A.style.right="auto");let r=A.getBoundingClientRect();r.bottom>window.innerHeight-t&&(A.style.top="auto",A.style.bottom="0"),r.top<t&&(A.style.top=`${t}px`,A.style.bottom="auto")})}async function zd(A,e){Qe();let t=document.createElement("div");t.className="bs-lp-popup";let r=_A(),n=r&&(r.role==="owner"||r.role==="admin"||r.id===A.createdBy),s=bi[A.status]||bi.open,o=nn[A.priority]||nn.medium,a=A.priority?A.priority.charAt(0).toUpperCase()+A.priority.slice(1):"Medium";t.innerHTML=`
|
|
374
372
|
<div class="bs-lp-popup-hdr">
|
|
375
373
|
<div class="bs-lp-popup-title">${se(A.title)}</div>
|
|
376
|
-
<span class="bs-lp-popup-badge" style="background:${
|
|
374
|
+
<span class="bs-lp-popup-badge" style="background:${o}18;color:${o}">${a}</span>
|
|
377
375
|
<span class="bs-lp-popup-badge" style="background:${s}18;color:${s}">${A.status.replace("_"," ")}</span>
|
|
378
376
|
<button class="bs-lp-popup-close">×</button>
|
|
379
377
|
</div>
|
|
380
378
|
${A.description?`<div class="bs-lp-popup-desc">${se(A.description)}</div>`:""}
|
|
381
379
|
<div class="bs-lp-popup-info">
|
|
382
|
-
<span>${A.creatorName||"Unknown"} · ${
|
|
380
|
+
<span>${A.creatorName||"Unknown"} · ${Qi(A.createdAt)}</span>
|
|
383
381
|
<span>${A.assigneeName?`\u2192 ${A.assigneeName}`:"Unassigned"}</span>
|
|
384
382
|
</div>
|
|
385
383
|
<div class="bs-lp-cmts" id="bs-lp-cmts">
|
|
@@ -393,15 +391,15 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
|
|
|
393
391
|
${A.status!=="resolved"?'<button class="bs-lp-act resolve" id="bs-lp-resolve">Resolve</button>':'<button class="bs-lp-act" id="bs-lp-reopen">Reopen</button>'}
|
|
394
392
|
${n?'<button class="bs-lp-act delete" id="bs-lp-delete">Delete</button>':""}
|
|
395
393
|
</div>
|
|
396
|
-
`,e.appendChild(t),
|
|
394
|
+
`,e.appendChild(t),je=t,li(A.id).then(l=>{let c=t.querySelector("#bs-lp-cmts");if(!c)return;let B=l.success&&l.data?l.data:[];c.innerHTML=B.length?B.map(g=>`
|
|
397
395
|
<div class="bs-lp-cmt">
|
|
398
396
|
<div class="bs-lp-cmt-top">
|
|
399
|
-
<span class="bs-lp-cmt-author">${se(
|
|
400
|
-
<span class="bs-lp-cmt-time">${
|
|
397
|
+
<span class="bs-lp-cmt-author">${se(g.author?.name||g.authorName||"Unknown")}</span>
|
|
398
|
+
<span class="bs-lp-cmt-time">${Qi(new Date(g.createdAt).getTime())}</span>
|
|
401
399
|
</div>
|
|
402
|
-
<div class="bs-lp-cmt-body">${se(
|
|
400
|
+
<div class="bs-lp-cmt-body">${se(g.body)}</div>
|
|
403
401
|
</div>
|
|
404
|
-
`).join(""):"",
|
|
402
|
+
`).join(""):"",Ci(t)}),Ci(t),t.querySelector(".bs-lp-popup-close").addEventListener("click",l=>{l.stopPropagation(),Qe()}),t.querySelector("#bs-lp-cmt-send")?.addEventListener("click",async()=>{let l=t.querySelector("#bs-lp-cmt-in"),c=l.value.trim();if(c)if(l.value="",navigator.onLine){let B=await Qs(A.id,c);if(B.success&&B.data){let g=t.querySelector("#bs-lp-cmts"),f=B.data;g.innerHTML+=`
|
|
405
403
|
<div class="bs-lp-cmt">
|
|
406
404
|
<div class="bs-lp-cmt-top">
|
|
407
405
|
<span class="bs-lp-cmt-author">${se(f.authorName||r?.name||"You")}</span>
|
|
@@ -409,7 +407,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
|
|
|
409
407
|
</div>
|
|
410
408
|
<div class="bs-lp-cmt-body">${se(f.body)}</div>
|
|
411
409
|
</div>
|
|
412
|
-
`,
|
|
410
|
+
`,g.scrollTop=g.scrollHeight}}else ms({type:"create_comment",data:{pinId:A.id,body:c}})}),t.querySelector("#bs-lp-cmt-in")?.addEventListener("keydown",l=>{l.key==="Enter"&&t.querySelector("#bs-lp-cmt-send")?.dispatchEvent(new Event("click"))}),t.querySelector("#bs-lp-resolve")?.addEventListener("click",async()=>{await $r(A.id,{status:"resolved"}),A.status="resolved",Qe(),oe()}),t.querySelector("#bs-lp-reopen")?.addEventListener("click",async()=>{await $r(A.id,{status:"open"}),A.status="open",Qe(),oe()});let i=!1;t.querySelector("#bs-lp-delete")?.addEventListener("click",async()=>{i||confirm("Delete this pin?")&&(i=!0,await ii(A.id),aA=aA.filter(l=>l.id!==A.id),Qe(),oe())}),t.addEventListener("click",l=>l.stopPropagation())}function Qe(){je?.remove(),je=null}var tn=A=>A?typeof CSS<"u"&&typeof CSS.escape=="function"?CSS.escape(A):A.replace(/([!"#$%&'()*+,./:;<=>?@[\\\]^`{|}~])/g,"\\$1"):"";function Hi(A){if(!A||A===document.body||A===document.documentElement)return"body";for(let n of["data-testid","data-test-id","data-cy"]){let s=A.getAttribute(n);if(s)return`[${n}="${tn(s)}"]`}if(A.id)try{let n=`#${tn(A.id)}`;if(document.querySelectorAll(n).length===1)return n}catch{}let e=A.getAttribute("aria-label");if(e){let n=`${A.tagName.toLowerCase()}[aria-label="${tn(e)}"]`;try{if(document.querySelectorAll(n).length===1)return n}catch{}}let t=A.tagName.toLowerCase();if(A.className&&typeof A.className=="string"){let n=A.className.trim().split(/\s+/).filter(s=>!s.startsWith("bs-")&&!s.startsWith("ng-")&&!s.startsWith("_")).slice(0,3);n.length&&(t+="."+n.map(s=>tn(s)).join("."))}let r=A.parentElement;if(r&&r!==document.body){let n=Array.from(r.children).filter(s=>s.tagName===A.tagName);if(n.length>1){let s=n.indexOf(A);t+=`:nth-of-type(${s+1})`}return Hi(r)+" > "+t}return t}function $d(A){if(!A)return"";let e=[],t=A;for(;t&&t!==document.body;){let r=1,n=t.previousElementSibling;for(;n;)n.tagName===t.tagName&&r++,n=n.previousElementSibling;e.unshift(`${t.tagName.toLowerCase()}[${r}]`),t=t.parentElement}return"/body/"+e.join("/")}function Zd(A,e,t,r,n,s,o){Qe(),yA?.querySelectorAll(".bs-lp-form").forEach(f=>f.remove());let a=document.createElement("div");a.className="bs-lp-form";let i=Math.min(300,window.innerWidth-32),l=16,c=n+l,B=s-8;c+i>window.innerWidth-l&&(c=n-i-l),c<l&&(c=l),a.style.left=`${c}px`,a.style.top=`${B}px`,requestAnimationFrame(()=>{let f=a.getBoundingClientRect();f.bottom>window.innerHeight-l&&(a.style.top=`${Math.max(l,s-f.height)}px`)});let g=mi.filter(f=>f.userId!==_A()?.id).map(f=>`<option value="${f.userId}">${se(f.name)}</option>`).join("");a.innerHTML=`
|
|
413
411
|
<label class="bs-lp-form-label">Title *</label>
|
|
414
412
|
<input type="text" id="bs-np-title" name="pin-title" placeholder="What's the issue?" autofocus />
|
|
415
413
|
<label class="bs-lp-form-label">Description</label>
|
|
@@ -429,18 +427,18 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
|
|
|
429
427
|
<option value="content">Content</option>
|
|
430
428
|
<option value="other" selected>Other</option>
|
|
431
429
|
</select>
|
|
432
|
-
${
|
|
430
|
+
${g?`
|
|
433
431
|
<label class="bs-lp-form-label">Assign to</label>
|
|
434
432
|
<select id="bs-np-assignee" name="pin-assignee">
|
|
435
433
|
<option value="">Unassigned</option>
|
|
436
|
-
${
|
|
434
|
+
${g}
|
|
437
435
|
</select>
|
|
438
436
|
`:""}
|
|
439
437
|
<div class="bs-lp-form-btns">
|
|
440
438
|
<button class="bs-lp-form-cancel" id="bs-np-cancel">Cancel</button>
|
|
441
439
|
<button class="bs-lp-form-submit" id="bs-np-submit">Create Pin</button>
|
|
442
440
|
</div>
|
|
443
|
-
`,yA.appendChild(
|
|
441
|
+
`,yA.appendChild(a),a.addEventListener("click",f=>f.stopPropagation()),a.querySelector("#bs-np-cancel").addEventListener("click",()=>a.remove()),a.querySelector("#bs-np-submit").addEventListener("click",async()=>{let f=a.querySelector("#bs-np-title").value.trim();if(!f){a.querySelector("#bs-np-title").style.borderColor="#ef4444";return}let p=a.querySelector("#bs-np-submit");p.textContent="Creating...",p.style.opacity="0.6",p.style.pointerEvents="none";let w=a.querySelector("#bs-np-desc").value.trim(),y=a.querySelector("#bs-np-priority").value,b=a.querySelector("#bs-np-category").value,k=a.querySelector("#bs-np-assignee")?.value||void 0,K=Hi(o),H=$d(o),Q=jA().slice(-20).map(M=>`[${M.level}] ${M.args.join(" ")}`),C=Ae().slice(-10).map(M=>`${M.message} at ${M.source}:${M.lineno}`),S=le().slice(-10).map(M=>`${M.method} ${M.url} \u2192 ${M.status}`),L={projectId:sn,pageUrl:window.location.href,pathname:window.location.pathname,elementSelector:K,elementXPath:H,xPercent:t,yPercent:r,pageX:A,pageY:e,title:f,description:w,priority:y,category:b,assigneeId:k,browserInfo:navigator.userAgent,screenSize:`${screen.width}x${screen.height}`,viewportSize:`${window.innerWidth}x${window.innerHeight}`,devicePixelRatio:window.devicePixelRatio,consoleLogs:Q,networkErrors:S,jsErrors:C};if(a.remove(),navigator.onLine){let M=await bs(L);M.success&&M.data&&(aA.push(M.data),oe())}else ms({type:"create_pin",data:L}),aA.push({...L,id:"local-"+Date.now(),orgId:"",status:"open",tags:[],createdById:_A()?.id||"",creatorName:_A()?.name||"",commentCount:0,createdAt:Date.now(),updatedAt:Date.now()}),oe()}),setTimeout(()=>a.querySelector("#bs-np-title")?.focus(),50)}function qd(){Gt("pin:created",A=>{let e=A.data;e.pathname===window.location.pathname&&(aA.find(t=>t.id===e.id)||(aA.push(e),Fs(aA.map(t=>t.id)),oe()))}),Gt("pin:updated",A=>{let e=A.data,t=aA.findIndex(r=>r.id===e.id);t>=0&&(aA[t]={...aA[t],...e},oe())}),Gt("pin:deleted",A=>{let{id:e}=A.data;aA=aA.filter(t=>t.id!==e),Qe(),oe()}),Gt("comment:created",A=>{let e=A.data;if(je){let t=je.querySelector("#bs-lp-cmts");t&&(t.innerHTML+=`
|
|
444
442
|
<div class="bs-lp-cmt">
|
|
445
443
|
<div class="bs-lp-cmt-top">
|
|
446
444
|
<span class="bs-lp-cmt-author">${se(e.author?.name||"Someone")}</span>
|
|
@@ -448,7 +446,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
|
|
|
448
446
|
</div>
|
|
449
447
|
<div class="bs-lp-cmt-body">${se(e.body)}</div>
|
|
450
448
|
</div>
|
|
451
|
-
`,t.scrollTop=t.scrollHeight)}})}function
|
|
449
|
+
`,t.scrollTop=t.scrollHeight)}})}function jd(){let A=window.location.pathname,e=()=>{window.location.pathname!==A&&(A=window.location.pathname,window.location.href,xi())},t=history.pushState,r=history.replaceState;history.pushState=function(...n){t.apply(this,n),e()},history.replaceState=function(...n){r.apply(this,n),e()},window.addEventListener("popstate",e)}function se(A){let e=document.createElement("div");return e.textContent=A,e.innerHTML}var EA,iA=null,rA=null,I=null,KA=null,Vt=null,_t=null,OA=!1,an=!1,et="report";var Ce=gi(),xe=di(),nA={bug:'<svg width="28" height="28" viewBox="55 38 60 105" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M95.8 44h-29c-3 0-5.4 2.4-5.4 5.4v29c0 3 2.4 5.4 5.4 5.4h19.5c13 0 23.5-10.5 23.5-23.5v-2.8c0-7.5-6-13.5-13.5-13.5h-.5zm-6.2 28.2H74.8V57.4h14.8c5.8 0 10.4 4.7 10.4 10.4s-4.7 10.4-10.4 10.4z" fill="rgba(255,255,255,0.85)"/><path d="M100.4 96h-33.6c-3 0-5.4 2.4-5.4 5.4v33.6c0 3 2.4 5.4 5.4 5.4h22c15 0 27-12 27-27v-3.9c0-7.5-6-13.5-13.5-13.5h-1.9zm-7.8 32.2H74.8v-20h17.8c6.7 0 12.2 5.5 12.2 12.2 0 4.3-3.5 7.8-7.8 7.8h-4.6z" fill="rgba(255,255,255,1)"/></svg>',x:'<svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="18" y1="6" x2="6" y2="18"/><line x1="6" y1="6" x2="18" y2="18"/></svg>',cam:'<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></svg>',check:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round"><polyline points="20 6 9 17 4 12"/></svg>',report:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/><line x1="16" y1="13" x2="8" y2="13"/><line x1="16" y1="17" x2="8" y2="17"/></svg>',console:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="4 17 10 11 4 5"/><line x1="12" y1="19" x2="20" y2="19"/></svg>',network:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg>',ctx:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="3"/><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"/></svg>',settings:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="4" y1="21" x2="4" y2="14"/><line x1="4" y1="10" x2="4" y2="3"/><line x1="12" y1="21" x2="12" y2="12"/><line x1="12" y1="8" x2="12" y2="3"/><line x1="20" y1="21" x2="20" y2="16"/><line x1="20" y1="12" x2="20" y2="3"/><line x1="1" y1="14" x2="7" y2="14"/><line x1="9" y1="8" x2="15" y2="8"/><line x1="17" y1="16" x2="23" y2="16"/></svg>',history:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><polyline points="12 6 12 12 16 14"/></svg>',pin:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/><circle cx="12" cy="10" r="3"/></svg>',sun:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>',moon:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>',keyboard:'<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><rect x="2" y="4" width="20" height="16" rx="2"/><line x1="6" y1="8" x2="6" y2="8"/><line x1="10" y1="8" x2="10" y2="8"/><line x1="14" y1="8" x2="14" y2="8"/><line x1="18" y1="8" x2="18" y2="8"/><line x1="8" y1="12" x2="16" y2="12"/><line x1="6" y1="16" x2="18" y2="16"/></svg>'},Af=`
|
|
452
450
|
/* \u2500\u2500 FAB \u2500\u2500 */
|
|
453
451
|
.bs-fab {
|
|
454
452
|
all: unset;
|
|
@@ -1517,7 +1515,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
|
|
|
1517
1515
|
.bs-set-ly.bs-picked { border-color: var(--bs-accent); box-shadow: 0 0 0 2px color-mix(in srgb, var(--bs-accent) 25%, transparent); }
|
|
1518
1516
|
.bs-set-ly-name { font-size: 12px; font-weight: 600; color: var(--bs-text); margin-bottom: 2px; }
|
|
1519
1517
|
.bs-set-ly-desc { font-size: 10px; color: var(--bs-muted); }
|
|
1520
|
-
`;function
|
|
1518
|
+
`;function ef(){return`
|
|
1521
1519
|
<div class="bs-login-form">
|
|
1522
1520
|
<div class="bs-login-logo">BugStash</div>
|
|
1523
1521
|
<div class="bs-login-subtitle">Sign in to report bugs & collaborate</div>
|
|
@@ -1527,7 +1525,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
|
|
|
1527
1525
|
<button class="bs-login-btn" id="bs-login-submit">Sign In</button>
|
|
1528
1526
|
<div style="font-size:11px;color:var(--bs-muted);margin-top:4px">Contact your admin for an account</div>
|
|
1529
1527
|
</div>
|
|
1530
|
-
`}function AA(A){return A.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""")}function
|
|
1528
|
+
`}function AA(A){return A.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""")}function tf(A){let e=Math.floor((Date.now()-A)/1e3);return e<5?"now":e<60?`${e}s ago`:e<3600?`${Math.floor(e/60)}m ago`:new Date(A).toLocaleTimeString()}function Li(A){return new Date(A).toLocaleTimeString("en",{hour12:!1,hour:"2-digit",minute:"2-digit",second:"2-digit"})}var Ki="bugstash_history";function tt(){try{return JSON.parse(localStorage.getItem(Ki)||"[]")}catch{return[]}}function Hs(A){try{localStorage.setItem(Ki,JSON.stringify(A))}catch{}}function rf(A){let e=tt(),t=Date.now();e.unshift({...A,id:t}),e.length>50&&(e.length=50),Hs(e)}function nf(A){let e=tt().filter(t=>t.id!==A);Hs(e)}function sf(A,e){let t=tt(),r=t.findIndex(n=>n.id===A);r>=0&&(t[r]={...t[r],...e},Hs(t))}function Si(){return{url:window.location.href,userAgent:navigator.userAgent,platform:navigator.platform,language:navigator.language,cookiesEnabled:navigator.cookieEnabled,online:navigator.onLine,screenWidth:screen.width,screenHeight:screen.height,viewportWidth:window.innerWidth,viewportHeight:window.innerHeight,devicePixelRatio:window.devicePixelRatio,timestamp:Date.now(),environment:EA.environment??"development",commitHash:EA.commitHash,user:EA.user}}function Ti(){let A=Ae(),e=jA(),t=Se(),r=le(),n=Ie(),s=Te(),o=e.filter(l=>l.level==="error"),a="low";A.length>=3||r.length>=3?a="critical":A.length>=1||r.length>=2?a="high":(o.length>0||r.length>=1)&&(a="medium");let i=[];return A.length&&i.push("has-errors"),r.length&&i.push("network-failures"),o.length&&i.push("console-errors"),s?.pageLoadTime&&s.pageLoadTime>3e3&&i.push("slow-load"),s?.cumulativeLayoutShift&&s.cumulativeLayoutShift>.25&&i.push("layout-shift"),navigator.onLine||i.push("offline"),window.innerWidth<768&&i.push("mobile"),{severity:a,tags:i,counts:{logs:e.length,network:t.length,failedNet:r.length,errors:A.length,crumbs:n.length}}}function Di(){let A=Ti(),e=[{id:"ui",label:"UI"},{id:"functionality",label:"Feature"},{id:"performance",label:"Speed"},{id:"crash",label:"Crash"},{id:"security",label:"Security"},{id:"other",label:"Other"}],t=A.counts.errors>0||A.counts.failedNet>0;return`<div class="bs-view">
|
|
1531
1529
|
<form data-bs-form>
|
|
1532
1530
|
<div class="bs-report-summary${t?" bs-alert":A.counts.logs>0?" bs-has":""}">
|
|
1533
1531
|
<div class="bs-report-summary-left">
|
|
@@ -1567,7 +1565,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
|
|
|
1567
1565
|
<div data-bs-annotate></div>
|
|
1568
1566
|
<button type="submit" class="bs-submit-btn">Submit Report</button>
|
|
1569
1567
|
</form>
|
|
1570
|
-
</div>`}function
|
|
1568
|
+
</div>`}function of(){let A=jA(),e={error:"bs-le",warn:"bs-lw",log:"bs-ll",info:"bs-li",debug:"bs-ld"};return A.length?`<div class="bs-view">${A.slice().reverse().map(t=>`<div class="bs-log"><span class="bs-log-lv ${e[t.level]||"bs-ll"}">${t.level}</span><span class="bs-log-m">${AA(t.args.join(" ")).slice(0,500)}</span><span class="bs-log-t">${Li(t.timestamp)}</span></div>`).join("")}</div>`:'<div class="bs-view"><div class="bs-empty"><p>No console logs captured yet.<br>Use the app \u2014 logs will appear here automatically.</p></div></div>'}function af(){let A=Se();return A.length?`<div class="bs-view">${A.slice().reverse().map(e=>`<div class="bs-net"><span class="bs-net-m">${e.method}</span><span class="bs-net-s ${e.failed?"bs-fail":"bs-ok"}">${e.status||"ERR"}</span><span class="bs-net-u" title="${AA(e.url)}">${AA(e.url)}</span><span class="bs-net-d">${e.duration}ms</span></div>`).join("")}</div>`:'<div class="bs-view"><div class="bs-empty"><p>No network requests captured yet.<br>API calls will show up here automatically.</p></div></div>'}function lf(){let A='<div class="bs-view">',e=Ae();e.length&&(A+=`<div class="bs-sec">Errors <span class="bs-sec-n">${e.length}</span></div>`,A+=e.slice().reverse().map(s=>`<div class="bs-err-card"><div class="bs-err-m">${AA(s.message)}</div>${s.stack?`<div class="bs-err-stack">${AA(s.stack)}</div>`:""}<div class="bs-err-meta">${s.type} · ${Li(s.timestamp)}${s.source?` · ${AA(s.source)}:${s.lineno}`:""}</div></div>`).join(""));let t=Te();if(t){A+='<div class="bs-sec">Performance</div>';let s=[["Page Load",t.pageLoadTime,5e3],["DOM Ready",t.domContentLoaded,3e3],["First Paint",t.firstPaint,2e3],["FCP",t.firstContentfulPaint,2500],["LCP",t.largestContentfulPaint,4e3],["FID",t.firstInputDelay,300]];for(let[o,a,i]of s){if(a===void 0)continue;let l=Math.min(100,a/i*100);A+=`<div class="bs-pf"><span class="bs-pf-l">${o}</span><div class="bs-pf-tr"><div class="bs-pf-fl${l>75?" bs-slow":""}" style="width:${l}%"></div></div><span class="bs-pf-v">${a}ms</span></div>`}if(t.cumulativeLayoutShift!==void 0){let o=Math.min(100,t.cumulativeLayoutShift*400);A+=`<div class="bs-pf"><span class="bs-pf-l">CLS</span><div class="bs-pf-tr"><div class="bs-pf-fl${o>40?" bs-slow":""}" style="width:${o}%"></div></div><span class="bs-pf-v">${t.cumulativeLayoutShift}</span></div>`}}let r=Ie();r.length&&(A+=`<div class="bs-sec">Your activity trail <span class="bs-sec-n">${r.length}</span></div>`,A+=r.slice().reverse().map(s=>`<div class="bs-bc"><span class="bs-bc-t bs-t-${s.type}">${s.type}</span><span class="bs-bc-m">${AA(s.message).slice(0,120)}</span><span class="bs-bc-time">${tf(s.timestamp)}</span></div>`).join(""));let n=Si();return A+='<div class="bs-sec">Environment</div>',A+=`<div class="bs-kv">
|
|
1571
1569
|
<span class="bs-kv-k">URL</span><span class="bs-kv-v">${AA(n.url)}</span>
|
|
1572
1570
|
<span class="bs-kv-k">Viewport</span><span class="bs-kv-v">${n.viewportWidth}×${n.viewportHeight} @${n.devicePixelRatio}x</span>
|
|
1573
1571
|
<span class="bs-kv-k">Screen</span><span class="bs-kv-v">${n.screenWidth}×${n.screenHeight}</span>
|
|
@@ -1575,7 +1573,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
|
|
|
1575
1573
|
<span class="bs-kv-k">Language</span><span class="bs-kv-v">${n.language}</span>
|
|
1576
1574
|
${EA.commitHash?`<span class="bs-kv-k">Commit</span><span class="bs-kv-v">${AA(EA.commitHash)}</span>`:""}
|
|
1577
1575
|
${EA.user?.email?`<span class="bs-kv-k">User</span><span class="bs-kv-v">${AA(EA.user.email)}</span>`:""}
|
|
1578
|
-
</div>`,A+="</div>",A}function
|
|
1576
|
+
</div>`,A+="</div>",A}function cf(){let A=tt();if(!A.length)return'<div class="bs-view"><div class="bs-empty"><p>No reports yet.<br>Submitted bugs will appear here.</p></div></div>';let e={ui:"UI",functionality:"Feature",performance:"Perf",crash:"Crash",security:"Security",other:"Other"},t=n=>{let s=new Date(n),a=new Date().getTime()-s.getTime(),i=Math.floor(a/6e4);if(i<1)return"Just now";if(i<60)return`${i}m ago`;let l=Math.floor(i/60);if(l<24)return`${l}h ago`;let c=Math.floor(l/24);return c<7?`${c}d ago`:s.toLocaleDateString("en",{month:"short",day:"numeric"})},r='<div class="bs-view">';for(let n of A){let s=n.pins?.length?`<div class="bs-hist-pins">${n.pins.slice(0,5).map(o=>`<div class="bs-hist-pin-dot" style="background:${["#ef4444","#3b82f6","#f59e0b","#10b981","#8b5cf6"][o.number%5]}">${o.number}</div>`).join("")}${n.pins.length>5?`<span>+${n.pins.length-5}</span>`:""}</div>`:"";r+=`<div class="bs-hist-card" data-hist-id="${n.id}">
|
|
1579
1577
|
<div class="bs-hist-top">
|
|
1580
1578
|
<div class="bs-hist-title">${AA(n.title)}</div>
|
|
1581
1579
|
${n.screenshot?`<img class="bs-hist-thumb" src="${n.screenshot}" alt=""/>`:""}
|
|
@@ -1594,34 +1592,34 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
|
|
|
1594
1592
|
<span>${t(n.createdAt)} · ${AA(n.url.replace(/^https?:\/\//,"").slice(0,40))}</span>
|
|
1595
1593
|
${s}
|
|
1596
1594
|
</div>
|
|
1597
|
-
</div>`}return r+="</div>",r}function
|
|
1598
|
-
<div class="bs-ann-pin-num" style="background:${
|
|
1595
|
+
</div>`}return r+="</div>",r}function Bf(){let A=Zr(),e=jr(),t='<div class="bs-view">';t+='<div class="bs-set-sec">Layout</div>',t+='<div class="bs-set-ly-grid">';for(let r of e)t+=`<button class="bs-set-ly${r.id===xe.id?" bs-picked":""}" data-set-layout="${r.id}"><div class="bs-set-ly-name">${AA(r.name)}</div><div class="bs-set-ly-desc">${AA(r.description)}</div></button>`;t+="</div>",t+='<div class="bs-set-sec">Theme</div>',t+='<div class="bs-set-grid">';for(let r of A)t+=`<button class="bs-set-card${r.id===Ce.id?" bs-picked":""}" data-set-theme="${r.id}"><div class="bs-set-preview" style="background:${r.preview[0]}"><div class="bs-set-dot" style="background:${r.preview[1]}"></div><div class="bs-set-dot" style="background:${r.vars["--bs-accent2"]||r.preview[1]};opacity:0.6"></div></div><div class="bs-set-name">${AA(r.name)}</div></button>`;return t+="</div>",t+="</div>",t}function uf(A,e){let t=["#f87171","#3b82f6","#fb923c","#4ade80","#a78bfa","#facc15"],r=t[0],n="draw",s=4,o=1,a=!1,i=[],l=[],c=-1,B=-1,g=!1,f=!1,p=0,w=0,y=0,b=0,h=[],k=["#ef4444","#3b82f6","#f59e0b","#10b981","#8b5cf6","#ec4899"],K=new Image;K.src=e;let H=document.createElement("div");H.className="bs-ann-wrap";let Q=document.createElement("div");Q.className="bs-ann-viewport";let C=document.createElement("canvas");C.className="bs-ann-canvas bs-draw";let S=document.createElement("div");S.className="bs-ann-toolbar";let L={select:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"/><path d="M13 13l6 6"/></svg>',draw:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M12 19l7-7 3 3-7 7-3-3z"/><path d="M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"/><path d="M2 2l7.586 7.586"/></svg>',arrow:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>',rect:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="18" height="18" rx="2"/></svg>',circle:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/></svg>',text:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><polyline points="4 7 4 4 20 4 20 7"/><line x1="9.5" y1="20" x2="14.5" y2="20"/><line x1="12" y1="4" x2="12" y2="20"/></svg>',highlight:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M9 11l-6 6v3h9l3-3"/><path d="M22 12l-4.6 4.6a2 2 0 01-2.8 0l-5.2-5.2a2 2 0 010-2.8L14 4"/></svg>',pin:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0118 0z"/><circle cx="12" cy="10" r="3"/></svg>'},M={select:"Select & Move",draw:"Draw",arrow:"Arrow",rect:"Rectangle",circle:"Circle",text:"Text",highlight:"Highlight",pin:"Pin Issue"},sA=[],hA=u=>{n=u,c=-1,C.className=`bs-ann-canvas bs-${u}`,sA.forEach(E=>E.classList.remove("bs-sel")),sA.find(E=>E.dataset.tool===u)?.classList.add("bs-sel")};Object.keys(L).forEach(u=>{let E=document.createElement("button");E.type="button",E.dataset.tool=u,E.className=`bs-ann-btn${u===n?" bs-sel":""}`,E.title=M[u],E.innerHTML=L[u],E.addEventListener("click",()=>hA(u)),sA.push(E),S.appendChild(E)}),S.appendChild(Object.assign(document.createElement("div"),{className:"bs-ann-sep"})),t.forEach((u,E)=>{let x=document.createElement("button");x.type="button",x.className=`bs-ann-dot${E===0?" bs-sel":""}`,x.style.background=u,x.addEventListener("click",()=>{r=u,S.querySelectorAll(".bs-ann-dot").forEach(J=>J.classList.remove("bs-sel")),x.classList.add("bs-sel")}),S.appendChild(x)}),S.appendChild(Object.assign(document.createElement("div"),{className:"bs-ann-sep"}));let D=document.createElement("input");D.type="range",D.min="1",D.max="12",D.value="4",D.className="bs-ann-size",D.title="Brush size",D.addEventListener("input",()=>{s=parseInt(D.value)}),S.appendChild(D);let z=document.createElement("div");z.className="bs-ann-right";let HA=(u,E)=>{let x=document.createElement("button");return x.type="button",x.className="bs-ann-btn",x.title=u,x.innerHTML=E,x},lA=HA("Zoom out",'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/><line x1="8" y1="11" x2="14" y2="11"/></svg>'),cA=Object.assign(document.createElement("span"),{className:"bs-ann-zoom-label",textContent:"100%"}),XA=HA("Zoom in",'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/><line x1="11" y1="8" x2="11" y2="14"/><line x1="8" y1="11" x2="14" y2="11"/></svg>'),IA=HA("Fit",'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><path d="M15 3h6v6"/><path d="M9 21H3v-6"/><path d="M21 3l-7 7"/><path d="M3 21l7-7"/></svg>'),NA=HA("Undo",'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"><polyline points="1 4 1 10 7 10"/><path d="M3.51 15a9 9 0 105.42-8.49L1 10"/></svg>'),JA=Object.assign(document.createElement("button"),{type:"button",className:"bs-ann-clr-btn",textContent:"Clear"}),GA=()=>{C.style.transform=`scale(${o})`,cA.textContent=`${Math.round(o*100)}%`};XA.addEventListener("click",()=>{o<3&&(o=Math.min(3,o+.25),GA())}),lA.addEventListener("click",()=>{o>.5&&(o=Math.max(.5,o-.25),GA())}),IA.addEventListener("click",()=>{o=1,GA()}),z.appendChild(Object.assign(document.createElement("div"),{className:"bs-ann-sep"})),[lA,cA,XA,IA,NA,JA].forEach(u=>z.appendChild(u)),S.appendChild(z);let CA=document.createElement("div");CA.className="bs-ann-pins";let mA=document.createElement("div");mA.className="bs-ann-pin-list",mA.style.display="none",Q.appendChild(C),Q.appendChild(CA),H.appendChild(Q),H.appendChild(S),H.appendChild(mA),A.innerHTML="",A.appendChild(H);let UA=()=>{CA.innerHTML="",mA.innerHTML="",mA.style.display=l.length?"":"none",l.forEach((u,E)=>{let x=document.createElement("div");x.className="bs-ann-pin",x.style.background=u.color,x.style.color=u.color;let J=u.x/(C.width||1)*100,F=u.y/(C.height||1)*100;x.style.left=`${J}%`,x.style.top=`${F}%`,x.innerHTML=`<span class="bs-ann-pin-n">${E+1}</span><span class="bs-ann-pin-pulse"></span>`,x.title=`#${E+1}: ${u.note}`;let W=!1;x.addEventListener("mousedown",q=>{q.stopPropagation(),W=!0,x.classList.add("bs-dragging");let v=P=>{if(!W)return;let V=Q.getBoundingClientRect();u.x=(P.clientX-V.left)/V.width*C.width,u.y=(P.clientY-V.top)/V.height*C.height,x.style.left=`${(P.clientX-V.left)/V.width*100}%`,x.style.top=`${(P.clientY-V.top)/V.height*100}%`},T=()=>{W=!1,x.classList.remove("bs-dragging"),document.removeEventListener("mousemove",v),document.removeEventListener("mouseup",T),UA()};document.addEventListener("mousemove",v),document.addEventListener("mouseup",T)}),CA.appendChild(x);let BA=document.createElement("div");BA.className="bs-ann-pin-item",BA.innerHTML=`
|
|
1596
|
+
<div class="bs-ann-pin-num" style="background:${u.color}">${E+1}</div>
|
|
1599
1597
|
<div class="bs-ann-pin-body">
|
|
1600
|
-
<div class="bs-ann-pin-note">${AA(
|
|
1598
|
+
<div class="bs-ann-pin-note">${AA(u.note)}</div>
|
|
1601
1599
|
<div class="bs-ann-pin-loc">${Math.round(J)}% \xD7 ${Math.round(F)}%</div>
|
|
1602
|
-
</div>`;let fA=document.createElement("button");fA.type="button",fA.className="bs-ann-pin-del",fA.innerHTML="×",fA.title="Remove pin",fA.addEventListener("click",()=>{l.splice(E,1),
|
|
1600
|
+
</div>`;let fA=document.createElement("button");fA.type="button",fA.className="bs-ann-pin-del",fA.innerHTML="×",fA.title="Remove pin",fA.addEventListener("click",()=>{l.splice(E,1),UA()}),BA.appendChild(fA),mA.appendChild(BA)})},d,qA=()=>a?"rgba(255,255,255,0.5)":"rgba(0,0,0,0.35)",me=(u,E)=>{d.save(),d.strokeStyle=qA(),d.lineWidth=E+3,d.lineCap="round",d.lineJoin="round",d.globalAlpha=.5,u(),d.restore()},Yi=(u,E=!1)=>{if(u.type==="draw"||u.type==="highlight"){if(u.points.length<2)return;let F=u.type==="highlight"?.25:1,W=u.type==="highlight"?u.size*4+10:u.size,BA=()=>{d.beginPath(),d.moveTo(u.points[0].x,u.points[0].y);for(let fA=1;fA<u.points.length;fA++)d.lineTo(u.points[fA].x,u.points[fA].y);d.stroke()};u.type!=="highlight"&&me(BA,W),d.strokeStyle=u.color,d.lineWidth=W,d.lineCap="round",d.lineJoin="round",d.globalAlpha=F,BA(),d.globalAlpha=1}else if(u.type==="rect"){let F=()=>d.strokeRect(u.x,u.y,u.w,u.h);me(F,u.size),d.strokeStyle=u.color,d.lineWidth=u.size,d.lineCap="round",d.lineJoin="round",F()}else if(u.type==="circle"){let F=()=>{d.beginPath(),d.ellipse(u.cx,u.cy,Math.abs(u.rx),Math.abs(u.ry),0,0,Math.PI*2),d.stroke()};me(F,u.size),d.strokeStyle=u.color,d.lineWidth=u.size,F()}else if(u.type==="arrow"){let F=Math.atan2(u.y2-u.y1,u.x2-u.x1),W=12+u.size*2,BA=()=>{d.beginPath(),d.moveTo(u.x1,u.y1),d.lineTo(u.x2,u.y2),d.stroke(),d.beginPath(),d.moveTo(u.x2,u.y2),d.lineTo(u.x2-W*Math.cos(F-.45),u.y2-W*Math.sin(F-.45)),d.moveTo(u.x2,u.y2),d.lineTo(u.x2-W*Math.cos(F+.45),u.y2-W*Math.sin(F+.45)),d.stroke()};me(BA,u.size),d.strokeStyle=u.color,d.lineWidth=u.size,d.lineCap="round",d.lineJoin="round",BA()}else if(u.type==="text"){let F=u.size*5+12;d.font=`bold ${F}px Inter, -apple-system, sans-serif`,d.fillStyle=qA(),d.globalAlpha=.6,d.fillText(u.text,u.x+1,u.y+1),d.globalAlpha=1,d.fillStyle=u.color,d.fillText(u.text,u.x,u.y)}let x=!E&&c>=0&&i[c]===u,J=!E&&!x&&B>=0&&i[B]===u;if(x||J){let F=nt(u);if(d.save(),d.setLineDash([6,4]),d.strokeStyle=a?"#fff":"#000",d.lineWidth=x?1.5:1,d.globalAlpha=x?.7:.45,d.strokeRect(F.x-4,F.y-4,F.w+8,F.h+8),u.type==="rect"||u.type==="circle"){d.setLineDash([]),d.globalAlpha=x?.9:.6;let BA=u.type==="rect"?[[F.x,F.y],[F.x+F.w,F.y],[F.x,F.y+F.h],[F.x+F.w,F.y+F.h]]:[[F.x+F.w/2,F.y],[F.x+F.w,F.y+F.h/2],[F.x+F.w/2,F.y+F.h],[F.x,F.y+F.h/2]];for(let[fA,q]of BA)d.fillStyle="#fff",d.fillRect(fA-5,q-5,10,10),d.strokeStyle=a?"#aaa":"#333",d.lineWidth=1.2,d.strokeRect(fA-5,q-5,10,10)}d.restore()}},dA=()=>{d.clearRect(0,0,C.width,C.height),d.drawImage(K,0,0);for(let u of i)Yi(u)},nt=u=>{if(u.type==="rect")return{x:Math.min(u.x,u.x+u.w),y:Math.min(u.y,u.y+u.h),w:Math.abs(u.w),h:Math.abs(u.h)};if(u.type==="circle")return{x:u.cx-Math.abs(u.rx),y:u.cy-Math.abs(u.ry),w:Math.abs(u.rx)*2,h:Math.abs(u.ry)*2};if(u.type==="arrow"){let W=Math.min(u.x1,u.x2),BA=Math.min(u.y1,u.y2);return{x:W,y:BA,w:Math.abs(u.x2-u.x1)||20,h:Math.abs(u.y2-u.y1)||20}}if(u.type==="text")return{x:u.x,y:u.y-(u.size*5+12),w:u.text.length*(u.size*3+8),h:u.size*5+16};if(u.points.length===0)return{x:0,y:0,w:0,h:0};let E=1/0,x=1/0,J=-1/0,F=-1/0;for(let W of u.points)E=Math.min(E,W.x),x=Math.min(x,W.y),J=Math.max(J,W.x),F=Math.max(F,W.y);return{x:E,y:x,w:J-E||10,h:F-x||10}},Yt=(u,E)=>{for(let x=i.length-1;x>=0;x--){let J=nt(i[x]),F=8;if(u>=J.x-F&&u<=J.x+J.w+F&&E>=J.y-F&&E<=J.y+J.h+F)return x}return-1},zi=(u,E,x)=>{if(u.type==="draw"||u.type==="highlight")for(let J of u.points)J.x+=E,J.y+=x;else u.type==="rect"?(u.x+=E,u.y+=x):u.type==="circle"?(u.cx+=E,u.cy+=x):u.type==="arrow"?(u.x1+=E,u.y1+=x,u.x2+=E,u.y2+=x):u.type==="text"&&(u.x+=E,u.y+=x)};K.onload=()=>{let E=(A.clientWidth||450)/K.width;C.width=K.width,C.height=K.height,C.style.height=`${K.height*E}px`,d=C.getContext("2d"),d.drawImage(K,0,0);let x=[[10,10],[C.width-10,10],[10,C.height-10],[C.width-10,C.height-10],[C.width/2,C.height/2]],J=0;for(let[q,v]of x){let T=d.getImageData(q,v,1,1).data;J+=(T[0]*299+T[1]*587+T[2]*114)/1e3}a=J/x.length<128;let F=q=>{let v=C.getBoundingClientRect();return{x:(q.clientX-v.left)*(C.width/v.width),y:(q.clientY-v.top)*(C.height/v.height)}},W=!1;C.addEventListener("mousedown",q=>{let v=F(q);if(n==="select"){let T=Yt(v.x,v.y);if(T>=0){c=T,g=!0;let P=nt(i[T]);p=v.x-P.x,w=v.y-P.y,C.classList.add("bs-grabbing"),C.classList.remove("bs-grab"),dA()}else c=-1,dA();return}if(n!=="pin"&&n!=="text"){let T=Yt(v.x,v.y);if(T>=0){c=T,g=!0,W=!0;let P=nt(i[T]);p=v.x-P.x,w=v.y-P.y,C.classList.add("bs-grabbing"),dA();return}}if(f=!0,y=v.x,b=v.y,n==="pin"){f=!1;let T=prompt("Describe the issue at this spot:");if(T){let P=k[l.length%k.length];l.push({x:v.x,y:v.y,note:T,color:P}),UA()}return}if(n==="text"){f=!1;let T=prompt("Enter text:");T&&(i.push({type:"text",color:r,size:s,x:v.x,y:v.y,text:T}),dA());return}(n==="draw"||n==="highlight")&&(h=[{x:v.x,y:v.y}])}),C.addEventListener("mousemove",q=>{let v=F(q);if(g&&c>=0){let T=nt(i[c]),P=v.x-p-T.x,V=v.y-w-T.y;zi(i[c],P,V),dA();return}if(n==="select"){let T=Yt(v.x,v.y);C.classList.toggle("bs-grab",T>=0),B!==T&&(B=T,dA());return}if(n!=="pin"&&n!=="text"&&!f){let T=Yt(v.x,v.y);C.classList.toggle("bs-grab",T>=0),B!==T&&(B=T,dA())}if(f){if(n==="draw"||n==="highlight"){h.push({x:v.x,y:v.y}),dA();let T=n==="highlight"?.25:1,P=n==="highlight"?s*4+10:s;if(n!=="highlight"){d.save(),d.strokeStyle=qA(),d.lineWidth=P+3,d.lineCap="round",d.lineJoin="round",d.globalAlpha=.5,d.beginPath(),d.moveTo(h[0].x,h[0].y);for(let V=1;V<h.length;V++)d.lineTo(h[V].x,h[V].y);d.stroke(),d.restore()}d.strokeStyle=r,d.lineWidth=P,d.lineCap="round",d.lineJoin="round",d.globalAlpha=T,d.beginPath(),d.moveTo(h[0].x,h[0].y);for(let V=1;V<h.length;V++)d.lineTo(h[V].x,h[V].y);d.stroke(),d.globalAlpha=1}else if(dA(),d.strokeStyle=r,d.lineWidth=s,d.lineCap="round",d.lineJoin="round",n==="rect")me(()=>d.strokeRect(y,b,v.x-y,v.y-b),s),d.strokeStyle=r,d.lineWidth=s,d.strokeRect(y,b,v.x-y,v.y-b);else if(n==="circle"){let T=Math.abs(v.x-y)/2,P=Math.abs(v.y-b)/2,V=y+(v.x-y)/2,Ls=b+(v.y-b)/2;me(()=>{d.beginPath(),d.ellipse(V,Ls,T,P,0,0,Math.PI*2),d.stroke()},s),d.strokeStyle=r,d.lineWidth=s,d.beginPath(),d.ellipse(V,Ls,T,P,0,0,Math.PI*2),d.stroke()}else if(n==="arrow"){let T=Math.atan2(v.y-b,v.x-y),P=12+s*2,V=()=>{d.beginPath(),d.moveTo(y,b),d.lineTo(v.x,v.y),d.stroke(),d.beginPath(),d.moveTo(v.x,v.y),d.lineTo(v.x-P*Math.cos(T-.45),v.y-P*Math.sin(T-.45)),d.moveTo(v.x,v.y),d.lineTo(v.x-P*Math.cos(T+.45),v.y-P*Math.sin(T+.45)),d.stroke()};me(V,s),d.strokeStyle=r,d.lineWidth=s,d.lineCap="round",d.lineJoin="round",V()}}});let BA=q=>{if(g)return g=!1,W=!1,c=-1,C.classList.remove("bs-grabbing"),C.classList.remove("bs-grab"),dA(),void 0;if(!f)return;f=!1;let v=F(q);if(n==="draw"||n==="highlight")h.length>1&&i.push({type:n,color:r,size:s,alpha:n==="highlight"?.25:1,points:[...h]}),h=[];else if(n==="rect")i.push({type:"rect",color:r,size:s,x:y,y:b,w:v.x-y,h:v.y-b});else if(n==="circle"){let T=Math.abs(v.x-y)/2,P=Math.abs(v.y-b)/2;i.push({type:"circle",color:r,size:s,cx:y+(v.x-y)/2,cy:b+(v.y-b)/2,rx:T,ry:P})}else n==="arrow"&&i.push({type:"arrow",color:r,size:s,x1:y,y1:b,x2:v.x,y2:v.y});dA()};C.addEventListener("mouseup",BA),C.addEventListener("mouseleave",q=>{g?(g=!1,W=!1,C.classList.remove("bs-grabbing"),C.classList.remove("bs-grab"),dA()):f&&BA(q)});let fA=q=>{c>=0&&(q.key==="Delete"||q.key==="Backspace")&&(i.splice(c,1),c=-1,dA())};document.addEventListener("keydown",fA),NA.addEventListener("click",()=>{i.length&&(i.pop(),c=-1,dA())}),JA.addEventListener("click",()=>{i.length=0,l.length=0,c=-1,dA(),UA()})};let $i=()=>{for(let u=0;u<l.length;u++){let E=l[u],x=16;d.beginPath(),d.arc(E.x,E.y-x,x,0,Math.PI*2),d.fillStyle=E.color,d.fill(),d.strokeStyle="#fff",d.lineWidth=2,d.stroke(),d.beginPath(),d.moveTo(E.x-8,E.y-6),d.lineTo(E.x,E.y+4),d.lineTo(E.x+8,E.y-6),d.fillStyle=E.color,d.fill(),d.fillStyle="#fff",d.font="bold 14px Inter, sans-serif",d.textAlign="center",d.textBaseline="middle",d.fillText(`${u+1}`,E.x,E.y-x),d.textAlign="start",d.textBaseline="alphabetic"}};return{getAnnotation:()=>{try{return c=-1,dA(),$i(),C.toDataURL("image/jpeg",.7)}catch{return null}},getPins:()=>l.map((u,E)=>({number:E+1,x:Math.round(u.x),y:Math.round(u.y),note:u.note}))}}function Xt(A){if(!I)return;et=A,I.querySelectorAll(".bs-tab").forEach(r=>{r.classList.toggle("bs-active",r.dataset.tab===A)});let e=I.querySelector(".bs-scroll"),t={report:Di,console:of,network:af,context:lf,history:cf,settings:Bf};e.innerHTML=t[A](),e.scrollTop=0,ki()}function ki(){if(!I)return;if(et==="history"){I.querySelectorAll("[data-hist-del]").forEach(t=>{t.addEventListener("click",()=>{let r=parseInt(t.dataset.histDel),n=I.querySelector(`[data-hist-id="${r}"]`);if(!n)return;let s=n.querySelector(".bs-hist-confirm");if(s){s.remove();return}let o=document.createElement("div");o.className="bs-hist-confirm",o.innerHTML="<span>Delete this report?</span>";let a=document.createElement("button");a.type="button",a.className="bs-hist-confirm-yes",a.textContent="Delete";let i=document.createElement("button");i.type="button",i.className="bs-hist-confirm-no",i.textContent="Cancel",a.addEventListener("click",()=>{nf(r),Xt("history")}),i.addEventListener("click",()=>o.remove()),o.appendChild(a),o.appendChild(i),n.appendChild(o)})}),I.querySelectorAll("[data-hist-edit]").forEach(t=>{t.addEventListener("click",()=>{let r=parseInt(t.dataset.histEdit),n=I.querySelector(`[data-hist-id="${r}"]`);if(!n)return;let s=n.querySelector(".bs-hist-edit-wrap");if(s){s.remove();return}n.querySelector(".bs-hist-confirm")?.remove();let o=tt().find(g=>g.id===r);if(!o)return;let a=document.createElement("div");a.className="bs-hist-edit-wrap",a.innerHTML=`
|
|
1603
1601
|
<div class="bs-field" style="margin-bottom:8px">
|
|
1604
|
-
<input class="bs-input" data-edit-title value="${AA(
|
|
1602
|
+
<input class="bs-input" data-edit-title value="${AA(o.title)}" />
|
|
1605
1603
|
</div>
|
|
1606
1604
|
<div class="bs-field" style="margin-bottom:8px">
|
|
1607
|
-
<textarea class="bs-textarea" data-edit-desc style="min-height:56px">${AA(
|
|
1605
|
+
<textarea class="bs-textarea" data-edit-desc style="min-height:56px">${AA(o.description)}</textarea>
|
|
1608
1606
|
</div>
|
|
1609
1607
|
<div class="bs-field" style="margin-bottom:8px">
|
|
1610
1608
|
<div class="bs-sev-row">
|
|
1611
|
-
<button type="button" class="bs-sev-btn bs-sev-low${
|
|
1612
|
-
<button type="button" class="bs-sev-btn bs-sev-medium${
|
|
1613
|
-
<button type="button" class="bs-sev-btn bs-sev-high${
|
|
1614
|
-
<button type="button" class="bs-sev-btn bs-sev-critical${
|
|
1609
|
+
<button type="button" class="bs-sev-btn bs-sev-low${o.severity==="low"?" bs-picked":""}" data-edit-sev="low">Low</button>
|
|
1610
|
+
<button type="button" class="bs-sev-btn bs-sev-medium${o.severity==="medium"?" bs-picked":""}" data-edit-sev="medium">Medium</button>
|
|
1611
|
+
<button type="button" class="bs-sev-btn bs-sev-high${o.severity==="high"?" bs-picked":""}" data-edit-sev="high">High</button>
|
|
1612
|
+
<button type="button" class="bs-sev-btn bs-sev-critical${o.severity==="critical"?" bs-picked":""}" data-edit-sev="critical">Critical</button>
|
|
1615
1613
|
</div>
|
|
1616
1614
|
</div>
|
|
1617
|
-
<div class="bs-hist-edit-row"></div>`;let o
|
|
1615
|
+
<div class="bs-hist-edit-row"></div>`;let i=o.severity;n.appendChild(a),a.querySelectorAll("[data-edit-sev]").forEach(g=>{g.addEventListener("click",()=>{i=g.dataset.editSev,a.querySelectorAll(".bs-sev-btn").forEach(f=>f.classList.remove("bs-picked")),g.classList.add("bs-picked")})});let l=a.querySelector(".bs-hist-edit-row"),c=document.createElement("button");c.type="button",c.className="bs-hist-save",c.textContent="Save";let B=document.createElement("button");B.type="button",B.className="bs-hist-cancel",B.textContent="Cancel",c.addEventListener("click",()=>{let g=a.querySelector("[data-edit-title]").value.trim(),f=a.querySelector("[data-edit-desc]").value.trim();g&&(sf(r,{title:g,description:f,severity:i}),Xt("history"))}),B.addEventListener("click",()=>a.remove()),l.appendChild(c),l.appendChild(B)})});return}if(et==="settings"){I.querySelectorAll("[data-set-theme]").forEach(t=>{t.addEventListener("click",()=>{let r=t.dataset.setTheme;ln(r),I.querySelectorAll("[data-set-theme]").forEach(n=>n.classList.remove("bs-picked")),t.classList.add("bs-picked")})}),I.querySelectorAll("[data-set-layout]").forEach(t=>{t.addEventListener("click",()=>{let r=t.dataset.setLayout,n=Rt(r);n&&(xe=n,RA(),setTimeout(()=>{et="settings",ae(),setTimeout(()=>Xt("settings"),50)},400))})});return}if(et!=="report")return;I.querySelectorAll(".bs-cat-btn").forEach(t=>{t.addEventListener("click",()=>{let r=t.dataset.cat;I.querySelector('input[name="category"]').value=r,I.querySelectorAll(".bs-cat-btn").forEach(n=>n.classList.remove("bs-picked")),t.classList.add("bs-picked")})}),I.querySelectorAll(".bs-sev-btn").forEach(t=>{t.addEventListener("click",()=>{let r=t.dataset.sev;I.querySelector('input[name="severity"]').value=r,I.querySelectorAll(".bs-sev-btn").forEach(n=>n.classList.remove("bs-picked")),t.classList.add("bs-picked")})});let A=null,e=null;I.querySelector("[data-bs-screenshot]")?.addEventListener("click",async()=>{let t=I?.querySelector("[data-bs-shot-title]"),r=I?.querySelector("[data-bs-shot-sub]"),n=I?.querySelector("[data-bs-screenshot]");if(t&&(t.textContent="Capturing..."),I&&(I.style.visibility="hidden"),KA&&(KA.style.visibility="hidden"),await new Promise(s=>setTimeout(s,200)),A=await ds(!0),I&&(I.style.visibility=""),KA&&(KA.style.visibility=""),A){t&&(t.textContent="Screenshot captured!"),r&&(r.textContent="Draw on the image below to highlight the issue"),n?.classList.add("bs-captured");let s=I?.querySelector("[data-bs-annotate]");s&&(e=uf(s,A))}else t&&(t.textContent="Screenshot unavailable"),r&&(r.textContent="Could not capture screenshot on this page")}),I.querySelector("[data-bs-form]")?.addEventListener("submit",async t=>{t.preventDefault();let r=t.target,n=r.querySelector(".bs-submit-btn"),s=r.elements.namedItem("title").value.trim(),o=r.elements.namedItem("description").value.trim(),a=r.elements.namedItem("severity").value,i=r.elements.namedItem("category").value;if(!s)return;n.disabled=!0,n.textContent="Sending...";let l=Ti(),c={projectId:EA.projectId,title:s,description:o,category:i,severity:a,tags:l.tags.length?l.tags:void 0,context:Si(),consoleLogs:jA(),errors:Ae(),networkCaptures:le(),breadcrumbs:Ie(),performance:Te()??void 0,screenshot:A??void 0,annotation:e?.getAnnotation()??void 0,pins:e?.getPins().length?e.getPins():void 0,createdAt:Date.now()},B=await hs(c);rf({title:c.title,description:c.description,category:c.category,severity:c.severity,tags:c.tags,screenshot:c.screenshot,pins:c.pins,url:window.location.href,createdAt:c.createdAt,status:B.success?"sent":"draft"}),B.success?(n.innerHTML=`${nA.check} Bug reported!`,n.classList.add("bs-submit-ok"),setTimeout(RA,1200)):(n.textContent=B.error??"Failed \u2014 saved as draft",n.classList.add("bs-submit-err"),setTimeout(()=>{n.disabled=!1,n.textContent="Submit Report",n.classList.remove("bs-submit-err")},2500))})}function ae(){if(OA)return;OA=!0,et="report",xs(),KA=document.createElement("div"),KA.className="bs-backdrop",document.body.appendChild(KA);let A=le().length,e=Ae().length;I=document.createElement("div"),I.className=`bs-modal bs-ly-${xe.id}`,He(I);let t=`
|
|
1618
1616
|
<div class="bs-tabs">
|
|
1619
1617
|
<button class="bs-tab bs-active" data-tab="report">${nA.report} Report</button>
|
|
1620
1618
|
<button class="bs-tab" data-tab="console">${nA.console} Console <span class="bs-tab-badge">${jA().length}</span></button>
|
|
1621
1619
|
<button class="bs-tab" data-tab="network">${nA.network} Network ${A?`<span class="bs-tab-badge bs-warn">${A}</span>`:`<span class="bs-tab-badge">${Se().length}</span>`}</button>
|
|
1622
1620
|
<button class="bs-tab" data-tab="context">${nA.ctx} Context ${e?`<span class="bs-tab-badge bs-warn">${e}</span>`:""}</button>
|
|
1623
|
-
<button class="bs-tab" data-tab="history">${nA.history} History <span class="bs-tab-badge">${
|
|
1624
|
-
</div>`,r=_A(),n=r?r.name.split(" ").map(B=>B[0]).join("").toUpperCase().slice(0,2):"",s=
|
|
1621
|
+
<button class="bs-tab" data-tab="history">${nA.history} History <span class="bs-tab-badge">${tt().length}</span></button>
|
|
1622
|
+
</div>`,r=_A(),n=r?r.name.split(" ").map(B=>B[0]).join("").toUpperCase().slice(0,2):"",s=on(),o=r?`
|
|
1625
1623
|
<div class="bs-hdr">
|
|
1626
1624
|
<div class="bs-logo">BugStash</div>
|
|
1627
1625
|
<div class="bs-hdr-right">
|
|
@@ -1640,24 +1638,24 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
|
|
|
1640
1638
|
</div>`:`
|
|
1641
1639
|
<div class="bs-hdr" style="justify-content:flex-end">
|
|
1642
1640
|
<button class="bs-close-btn" data-bs-close title="Close">${nA.x}</button>
|
|
1643
|
-
</div>`,
|
|
1644
|
-
${
|
|
1641
|
+
</div>`,a=xe.tabPosition==="left",i=xe.tabPosition==="bottom",l=r?Di():ef();a?I.innerHTML=`
|
|
1642
|
+
${o}
|
|
1645
1643
|
<div class="bs-body-wrap">
|
|
1646
1644
|
${r?t:""}
|
|
1647
1645
|
<div class="bs-scroll">${l}</div>
|
|
1648
|
-
</div>`:
|
|
1649
|
-
${
|
|
1646
|
+
</div>`:i?I.innerHTML=`
|
|
1647
|
+
${o}
|
|
1650
1648
|
<div class="bs-scroll">${l}</div>
|
|
1651
1649
|
${r?`<div class="bs-tab-divider"></div>${t}`:""}`:I.innerHTML=`
|
|
1652
|
-
${
|
|
1650
|
+
${o}
|
|
1653
1651
|
${r?`${t}<div class="bs-tab-divider"></div>`:""}
|
|
1654
|
-
<div class="bs-scroll">${l}</div>`,document.body.appendChild(I),
|
|
1652
|
+
<div class="bs-scroll">${l}</div>`,document.body.appendChild(I),iA&&iA.classList.add("bs-open"),requestAnimationFrame(()=>{KA?.classList.add("bs-in"),I?.classList.add("bs-in")}),I.querySelectorAll(".bs-tab").forEach(B=>{B.addEventListener("click",()=>Xt(B.dataset.tab))}),I.querySelector('.bs-hdr-icon[data-tab="settings"]')?.addEventListener("click",()=>Xt("settings")),I.querySelector("[data-bs-close]")?.addEventListener("click",RA),KA.addEventListener("click",RA),I.querySelector("[data-bs-pin-toggle]")?.addEventListener("click",()=>{let B=At(),g=I?.querySelector("[data-bs-pin-toggle]");g&&(g.classList.toggle("active",B),g.innerHTML=`
|
|
1655
1653
|
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/><circle cx="12" cy="10" r="3"/></svg>
|
|
1656
1654
|
Pins ${B?"ON":"OFF"}
|
|
1657
|
-
`)}),I.querySelector("[data-bs-logout]")?.addEventListener("click",()=>{
|
|
1655
|
+
`)}),I.querySelector("[data-bs-logout]")?.addEventListener("click",()=>{zr(),RA(),setTimeout(()=>ae(),300)}),r?ki():gf();let c=B=>{B.key==="Escape"&&(RA(),document.removeEventListener("keydown",c))};document.addEventListener("keydown",c)}function gf(){if(!I)return;let A=I.querySelector("#bs-login-submit"),e=I.querySelector("#bs-login-email"),t=I.querySelector("#bs-login-pass"),r=I.querySelector("#bs-login-error");if(!A||!e||!t)return;let n=async()=>{let s=e.value.trim(),o=t.value;if(!s||!o){r.textContent="Please enter email and password",r.style.display="block";return}A.setAttribute("disabled","true"),A.textContent="Signing in...",r.style.display="none";let a=await Yr(s,o,EA.projectId);a.success?(Pt(EA.projectId),Nt(EA.projectId),RA(),setTimeout(()=>ae(),300)):(r.textContent=a.error||"Invalid credentials",r.style.display="block",A.removeAttribute("disabled"),A.textContent="Sign In")};A.addEventListener("click",n),t.addEventListener("keydown",s=>{s.key==="Enter"&&n()}),e.addEventListener("keydown",s=>{s.key==="Enter"&&t.focus()}),setTimeout(()=>e.focus(),100)}function RA(){OA&&(iA&&iA.classList.remove("bs-open"),I&&(I.classList.remove("bs-in"),I.classList.add("bs-out")),KA&&KA.classList.remove("bs-in"),setTimeout(()=>{I?.remove(),KA?.remove(),I=null,KA=null,OA=!1},350))}function He(A){for(let[e,t]of Object.entries(Ce.vars))A.style.setProperty(e,t)}function ln(A){let e=qr(A);e&&(Ce=e,I&&He(I),iA&&He(iA),rA&&He(rA))}function Mi(){return Ce.id}function Oi(A){let e=Rt(A);e&&(xe=e,OA&&(RA(),setTimeout(ae,400)))}function Ri(){return xe.id}function Ni(A){if(EA=A,!document.getElementById("bs-fonts")){let s=document.createElement("link");s.id="bs-fonts",s.rel="stylesheet",s.href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;600;700&family=Inter:wght@300;400;500;600;700&display=swap",document.head.appendChild(s)}Vt=document.createElement("style"),Vt.textContent=Af+fi,document.head.appendChild(Vt);let e=A.panelPosition==="bottom-left"?"left":"right";iA=document.createElement("button"),iA.className="bs-fab",He(iA),iA.innerHTML=`${nA.bug}<span class="bs-fab-label">Report a bug</span>`,iA.style[e]="24px",iA.addEventListener("click",()=>OA?RA():ae()),document.body.appendChild(iA),rA=document.createElement("div"),rA.className="bs-toolbar",rA.style[e]="32px",He(rA);let r=navigator.platform.toUpperCase().includes("MAC")?"\u2318":"Ctrl",n=[{icon:nA.cam,tip:"Screenshot",kbd:`${r}+Shift+S`,action:async()=>{let s=await ds(!0);s&&(OA||ae(),setTimeout(()=>{let o=I?.querySelector("[data-bs-screenshot]");if(o){o.__screenshot=s,o.classList.add("bs-captured");let a=o.querySelector("[data-bs-shot-title]"),i=o.querySelector("[data-bs-shot-sub]");a&&(a.textContent="Screenshot captured!"),i&&(i.textContent="Click to retake or annotate"),o.click()}},400))}},{icon:nA.pin,tip:"Toggle Pins",kbd:`${r}+Shift+P`,id:"bs-tb-pin",action:()=>{if(!_A()){OA||ae();return}document.getElementById("bugstash-live-pins")||(Pt(EA.projectId),Nt(EA.projectId));let o=At(),a=rA?.querySelector("#bs-tb-pin");a&&a.classList.toggle("bs-active",o);let i=I?.querySelector("[data-bs-pin-toggle]");i&&(i.classList.toggle("active",o),i.innerHTML=`
|
|
1658
1656
|
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/><circle cx="12" cy="10" r="3"/></svg>
|
|
1659
|
-
Pins ${
|
|
1660
|
-
`)}},{icon:Ce.id==="black"?nA.sun:nA.moon,tip:"Toggle Theme",kbd:`${r}+Shift+T`,id:"bs-tb-theme",action:()=>{let s=Ce.id==="black"?"white":"black";
|
|
1657
|
+
Pins ${o?"ON":"OFF"}
|
|
1658
|
+
`)}},{icon:Ce.id==="black"?nA.sun:nA.moon,tip:"Toggle Theme",kbd:`${r}+Shift+T`,id:"bs-tb-theme",action:()=>{let s=Ce.id==="black"?"white":"black";ln(s),rA&&He(rA);let o=rA?.querySelector("#bs-tb-theme");o&&(o.innerHTML=`${Ce.id==="black"?nA.sun:nA.moon}<span class="bs-toolbar-tip">${Ce.id==="black"?"Light":"Dark"} Mode<span class="bs-toolbar-kbd">${r}+Shift+T</span></span>`)}},{icon:nA.report,tip:"Open Panel",kbd:`${r}+Shift+B`,action:()=>{OA?RA():ae()}}];for(let s of n){let o=document.createElement("button");o.className="bs-toolbar-btn",s.id&&(o.id=s.id),o.innerHTML=`${s.icon}<span class="bs-toolbar-tip">${s.tip}<span class="bs-toolbar-kbd">${s.kbd}</span></span>`,o.addEventListener("click",a=>{a.stopPropagation(),s.action()}),rA.appendChild(o)}document.body.appendChild(rA),iA.addEventListener("mouseenter",()=>{OA||Ii()}),iA.addEventListener("mouseleave",s=>{let o=s.relatedTarget;rA?.contains(o)||xs()}),rA.addEventListener("mouseenter",()=>Ii()),rA.addEventListener("mouseleave",s=>{let o=s.relatedTarget;iA?.contains(o)||xs()}),_t=s=>{(s.ctrlKey||s.metaKey)&&s.shiftKey&&(s.key==="B"||s.key==="b"?(s.preventDefault(),OA?RA():ae()):s.key==="S"||s.key==="s"?(s.preventDefault(),n[0].action()):s.key==="P"||s.key==="p"?(s.preventDefault(),n[1].action()):(s.key==="T"||s.key==="t")&&(s.preventDefault(),n[2].action()))},document.addEventListener("keydown",_t)}function Ii(){an||OA||(an=!0,rA?.classList.add("bs-show"))}function xs(){an=!1,rA?.classList.remove("bs-show")}function Gi(){RA(),iA?.remove(),iA=null,rA?.remove(),rA=null,an=!1,Vt?.remove(),Vt=null,document.getElementById("bs-fonts")?.remove(),_t&&document.removeEventListener("keydown",_t),_t=null}var ZA=null,eA=null,N=null,ie=null,cn="freehand",Bn="#ef4444",df=3,rt=[],xA=null,Jt=!1,un=null,ff=[{id:"freehand",label:"Draw",icon:"M3 17.25V21h3.75L17.81 9.94l-3.75-3.75L3 17.25z"},{id:"rectangle",label:"Rect",icon:"M3 3h18v18H3V3zm2 2v14h14V5H5z"},{id:"circle",label:"Circle",icon:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"},{id:"arrow",label:"Arrow",icon:"M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"}],pf=["#ef4444","#f97316","#eab308","#22c55e","#3b82f6","#8b5cf6","#ffffff","#000000"];function _i(A){return new Promise(e=>{un=e,rt=[],xA=null,cn="freehand",Bn="#ef4444",wf(A)})}function wf(A){ZA&&ZA.remove(),ZA=document.createElement("div"),ZA.id="bs-annotation-overlay";let e=document.createElement("style");e.textContent=`
|
|
1661
1659
|
#bs-annotation-overlay {
|
|
1662
1660
|
position: fixed; inset: 0; z-index: 2147483647;
|
|
1663
1661
|
background: rgba(0,0,0,0.85);
|
|
@@ -1702,7 +1700,7 @@ ${e.stack??""}`;if(typeof e=="object")try{return JSON.stringify(e,null,2)}catch{
|
|
|
1702
1700
|
overflow: hidden; padding: 16px;
|
|
1703
1701
|
}
|
|
1704
1702
|
.bs-ann-canvas-wrap canvas { cursor: crosshair; border-radius: 4px; }
|
|
1705
|
-
`,ZA.appendChild(e);let t=document.createElement("div");t.className="bs-ann-toolbar";for(let
|
|
1703
|
+
`,ZA.appendChild(e);let t=document.createElement("div");t.className="bs-ann-toolbar";for(let a of ff){let i=document.createElement("button");i.className=`bs-ann-tool${a.id===cn?" active":""}`,i.title=a.label,i.innerHTML=`<svg viewBox="0 0 24 24"><path d="${a.icon}"/></svg>`,i.addEventListener("click",()=>{cn=a.id,t.querySelectorAll(".bs-ann-tool").forEach(l=>l.classList.remove("active")),i.classList.add("active")}),t.appendChild(i)}t.appendChild(Pi());for(let a of pf){let i=document.createElement("button");i.className=`bs-ann-color${a===Bn?" active":""}`,i.style.background=a,i.addEventListener("click",()=>{Bn=a,t.querySelectorAll(".bs-ann-color").forEach(l=>l.classList.remove("active")),i.classList.add("active")}),t.appendChild(i)}t.appendChild(Pi());let r=document.createElement("button");r.className="bs-ann-btn bs-ann-undo",r.textContent="Undo",r.addEventListener("click",()=>{rt.pop(),gn()}),t.appendChild(r);let n=document.createElement("button");n.className="bs-ann-btn bs-ann-save",n.textContent="Save",n.addEventListener("click",bf);let s=document.createElement("button");s.className="bs-ann-btn bs-ann-cancel",s.textContent="Cancel",s.addEventListener("click",()=>{Is(),un?.(null)}),t.appendChild(n),t.appendChild(s),ZA.appendChild(t);let o=document.createElement("div");o.className="bs-ann-canvas-wrap",eA=document.createElement("canvas"),N=eA.getContext("2d"),o.appendChild(eA),ZA.appendChild(o),document.body.appendChild(ZA),ie=new Image,ie.onload=()=>{if(!eA||!N||!ie)return;let a=window.innerWidth-32,i=window.innerHeight-100,l=ie.width,c=ie.height,B=Math.min(1,a/l,i/c);l=Math.round(l*B),c=Math.round(c*B),eA.width=l,eA.height=c,gn(),hf()},ie.src=A}function Pi(){let A=document.createElement("div");return A.className="bs-ann-sep",A}function hf(){if(!eA)return;eA.addEventListener("mousedown",e=>{Jt=!0;let{x:t,y:r}=Vi(e);xA={type:cn,color:Bn,lineWidth:df,points:[{x:t,y:r}],x:t,y:r,width:0,height:0}}),eA.addEventListener("mousemove",e=>{if(!Jt||!xA)return;let{x:t,y:r}=Vi(e);xA.type==="freehand"?xA.points.push({x:t,y:r}):(xA.width=t-xA.x,xA.height=r-xA.y),gn(),Xi(xA)});let A=()=>{Jt&&xA&&(rt.push(xA),xA=null),Jt=!1,gn()};eA.addEventListener("mouseup",A),eA.addEventListener("mouseleave",A)}function Vi(A){let e=eA.getBoundingClientRect();return{x:A.clientX-e.left,y:A.clientY-e.top}}function gn(){if(!(!N||!eA||!ie)){N.clearRect(0,0,eA.width,eA.height),N.drawImage(ie,0,0,eA.width,eA.height);for(let A of rt)Xi(A)}}function Xi(A){if(N)switch(N.strokeStyle=A.color,N.fillStyle=A.color,N.lineWidth=A.lineWidth,N.lineCap="round",N.lineJoin="round",A.type){case"freehand":{if(!A.points||A.points.length<2)return;N.beginPath(),N.moveTo(A.points[0].x,A.points[0].y);for(let e=1;e<A.points.length;e++)N.lineTo(A.points[e].x,A.points[e].y);N.stroke();break}case"rectangle":{N.strokeRect(A.x,A.y,A.width,A.height);break}case"circle":{let e=A.x+A.width/2,t=A.y+A.height/2,r=Math.abs(A.width)/2,n=Math.abs(A.height)/2;N.beginPath(),N.ellipse(e,t,r,n,0,0,Math.PI*2),N.stroke();break}case"arrow":{let e=A.x,t=A.y,r=A.x+A.width,n=A.y+A.height,s=14,o=Math.atan2(n-t,r-e);N.beginPath(),N.moveTo(e,t),N.lineTo(r,n),N.stroke(),N.beginPath(),N.moveTo(r,n),N.lineTo(r-s*Math.cos(o-Math.PI/6),n-s*Math.sin(o-Math.PI/6)),N.lineTo(r-s*Math.cos(o+Math.PI/6),n-s*Math.sin(o+Math.PI/6)),N.closePath(),N.fill();break}}}function bf(){if(!eA){Is(),un?.(null);return}let e={dataUrl:eA.toDataURL("image/png"),annotations:rt};Is(),un?.(e)}function Is(){ZA?.remove(),ZA=null,eA=null,N=null,ie=null,rt=[],xA=null,Jt=!1}var Wt=!1;function Ji(A){Wt||(Wt=!0,Ss(A.maxBreadcrumbs),Os(A.maxLogs),Vs(A.maxNetworkCaptures),Js(),A.enablePerformance!==!1&&zs(),Ni(A),A.enableLivePins!==!1&&_A()&&(Pt(A.projectId),Nt(A.projectId)))}function Qf(){if(typeof window>"u")return"production";let A=window.location.hostname;return A==="localhost"||A==="127.0.0.1"||A==="0.0.0.0"||A.endsWith(".local")||/^192\.168\./.test(A)||/^10\./.test(A)||/^172\.(1[6-9]|2\d|3[01])\./.test(A)?"development":A.includes("staging")||A.includes("stage")||A.includes("preview")||A.includes("preprod")||A.includes("pre-prod")||A.includes("qa.")||A.includes(".qa")||A.includes("test.")||A.includes(".dev.")||A.includes("vercel.app")||A.includes("netlify.app")||A.includes("pages.dev")||A.includes("ngrok.io")||A.includes("ngrok-free.app")||A.includes("localhost.run")||A.includes("loca.lt")?"staging":"production"}var Wi={init(A){if(Wt||typeof window>"u"||(A.environment??Qf())==="production")return;A.endpoint&&ri(A.endpoint);let t=window.location.hostname;t==="localhost"||t==="127.0.0.1"||t==="0.0.0.0"||t.endsWith(".local")||/^192\.168\./.test(t)||/^10\./.test(t)||/^172\.(1[6-9]|2\d|3[01])\./.test(t)?Ji(A):Bi(A.projectId).then(n=>{n&&Ji(A)}).catch(()=>{})},destroy(){Wt&&(Gi(),Ui(),wi(),Ns(),Xs(),Ys(),Ds(),$s(),Wt=!1)},getLogs:jA,clearLogs:Rs,getNetworkCaptures:Se,getFailedNetworkCaptures:le,clearNetworkCaptures:_s,getErrors:Ae,clearErrors:Ws,getBreadcrumbs:Ie,clearBreadcrumbs:Ts,getPerformanceMetrics:Te,addBreadcrumb:vA,getThemes:Zr,getThemeById:qr,setTheme:ln,getCurrentThemeId:Mi,getLayouts:jr,getLayoutById:Rt,setLayout:Oi,getCurrentLayoutId:Ri,getCurrentUser:_A,login:Yr,logout:zr,togglePinMode:At,isPinModeActive:on,isConnected:hi,openAnnotationEditor:_i,redactString:Le,redactObject:$t},Cf=Wi;0&&(module.exports={BugStash});
|
|
1706
1704
|
/*! Bundled license information:
|
|
1707
1705
|
|
|
1708
1706
|
html2canvas/dist/html2canvas.esm.js:
|