@loaders.gl/parquet 4.0.0-alpha.23 → 4.0.0-alpha.24

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.
Files changed (93) hide show
  1. package/dist/dist.min.js +17 -17
  2. package/dist/dist.min.js.map +3 -3
  3. package/dist/es5/parquet-loader.js +1 -1
  4. package/dist/es5/parquet-wasm-loader.js +1 -1
  5. package/dist/es5/parquet-wasm-writer.js +1 -1
  6. package/dist/es5/parquet-writer.js +1 -1
  7. package/dist/esm/parquet-loader.js +1 -1
  8. package/dist/esm/parquet-wasm-loader.js +1 -1
  9. package/dist/esm/parquet-wasm-writer.js +1 -1
  10. package/dist/esm/parquet-writer.js +1 -1
  11. package/dist/parquet-worker.js +17 -17
  12. package/dist/parquet-worker.js.map +3 -3
  13. package/package.json +11 -9
  14. package/dist/bundle.js +0 -5
  15. package/dist/constants.js +0 -18
  16. package/dist/index.js +0 -56
  17. package/dist/lib/arrow/convert-columns-to-row-group.js +0 -1
  18. package/dist/lib/arrow/convert-row-group-to-columns.js +0 -12
  19. package/dist/lib/arrow/convert-schema-from-parquet.js +0 -86
  20. package/dist/lib/arrow/convert-schema-to-parquet.js +0 -71
  21. package/dist/lib/geo/decode-geo-metadata.js +0 -77
  22. package/dist/lib/geo/geoparquet-schema.js +0 -69
  23. package/dist/lib/parsers/parse-parquet-to-columns.js +0 -46
  24. package/dist/lib/parsers/parse-parquet-to-rows.js +0 -37
  25. package/dist/lib/wasm/encode-parquet-wasm.js +0 -30
  26. package/dist/lib/wasm/load-wasm/index.js +0 -5
  27. package/dist/lib/wasm/load-wasm/load-wasm-browser.js +0 -38
  28. package/dist/lib/wasm/load-wasm/load-wasm-node.js +0 -31
  29. package/dist/lib/wasm/parse-parquet-wasm.js +0 -27
  30. package/dist/parquet-loader.js +0 -41
  31. package/dist/parquet-wasm-loader.js +0 -26
  32. package/dist/parquet-wasm-writer.js +0 -24
  33. package/dist/parquet-writer.js +0 -21
  34. package/dist/parquetjs/codecs/declare.js +0 -2
  35. package/dist/parquetjs/codecs/dictionary.js +0 -14
  36. package/dist/parquetjs/codecs/index.js +0 -55
  37. package/dist/parquetjs/codecs/plain.js +0 -211
  38. package/dist/parquetjs/codecs/rle.js +0 -145
  39. package/dist/parquetjs/compression.js +0 -183
  40. package/dist/parquetjs/encoder/parquet-encoder.js +0 -484
  41. package/dist/parquetjs/parquet-thrift/BoundaryOrder.js +0 -15
  42. package/dist/parquetjs/parquet-thrift/BsonType.js +0 -62
  43. package/dist/parquetjs/parquet-thrift/ColumnChunk.js +0 -211
  44. package/dist/parquetjs/parquet-thrift/ColumnIndex.js +0 -217
  45. package/dist/parquetjs/parquet-thrift/ColumnMetaData.js +0 -402
  46. package/dist/parquetjs/parquet-thrift/ColumnOrder.js +0 -108
  47. package/dist/parquetjs/parquet-thrift/CompressionCodec.js +0 -20
  48. package/dist/parquetjs/parquet-thrift/ConvertedType.js +0 -34
  49. package/dist/parquetjs/parquet-thrift/DataPageHeader.js +0 -170
  50. package/dist/parquetjs/parquet-thrift/DataPageHeaderV2.js +0 -230
  51. package/dist/parquetjs/parquet-thrift/DateType.js +0 -62
  52. package/dist/parquetjs/parquet-thrift/DecimalType.js +0 -109
  53. package/dist/parquetjs/parquet-thrift/DictionaryPageHeader.js +0 -126
  54. package/dist/parquetjs/parquet-thrift/Encoding.js +0 -20
  55. package/dist/parquetjs/parquet-thrift/EnumType.js +0 -62
  56. package/dist/parquetjs/parquet-thrift/FieldRepetitionType.js +0 -15
  57. package/dist/parquetjs/parquet-thrift/FileMetaData.js +0 -260
  58. package/dist/parquetjs/parquet-thrift/IndexPageHeader.js +0 -62
  59. package/dist/parquetjs/parquet-thrift/IntType.js +0 -109
  60. package/dist/parquetjs/parquet-thrift/JsonType.js +0 -62
  61. package/dist/parquetjs/parquet-thrift/KeyValue.js +0 -106
  62. package/dist/parquetjs/parquet-thrift/ListType.js +0 -62
  63. package/dist/parquetjs/parquet-thrift/LogicalType.js +0 -384
  64. package/dist/parquetjs/parquet-thrift/MapType.js +0 -62
  65. package/dist/parquetjs/parquet-thrift/MicroSeconds.js +0 -62
  66. package/dist/parquetjs/parquet-thrift/MilliSeconds.js +0 -62
  67. package/dist/parquetjs/parquet-thrift/NullType.js +0 -62
  68. package/dist/parquetjs/parquet-thrift/OffsetIndex.js +0 -101
  69. package/dist/parquetjs/parquet-thrift/PageEncodingStats.js +0 -131
  70. package/dist/parquetjs/parquet-thrift/PageHeader.js +0 -220
  71. package/dist/parquetjs/parquet-thrift/PageLocation.js +0 -145
  72. package/dist/parquetjs/parquet-thrift/PageType.js +0 -16
  73. package/dist/parquetjs/parquet-thrift/RowGroup.js +0 -186
  74. package/dist/parquetjs/parquet-thrift/SchemaElement.js +0 -243
  75. package/dist/parquetjs/parquet-thrift/SortingColumn.js +0 -131
  76. package/dist/parquetjs/parquet-thrift/Statistics.js +0 -180
  77. package/dist/parquetjs/parquet-thrift/StringType.js +0 -62
  78. package/dist/parquetjs/parquet-thrift/TimeType.js +0 -110
  79. package/dist/parquetjs/parquet-thrift/TimeUnit.js +0 -131
  80. package/dist/parquetjs/parquet-thrift/TimestampType.js +0 -110
  81. package/dist/parquetjs/parquet-thrift/Type.js +0 -20
  82. package/dist/parquetjs/parquet-thrift/TypeDefinedOrder.js +0 -62
  83. package/dist/parquetjs/parquet-thrift/UUIDType.js +0 -62
  84. package/dist/parquetjs/parquet-thrift/index.js +0 -65
  85. package/dist/parquetjs/parser/decoders.js +0 -318
  86. package/dist/parquetjs/parser/parquet-reader.js +0 -200
  87. package/dist/parquetjs/schema/declare.js +0 -12
  88. package/dist/parquetjs/schema/schema.js +0 -162
  89. package/dist/parquetjs/schema/shred.js +0 -355
  90. package/dist/parquetjs/schema/types.js +0 -416
  91. package/dist/parquetjs/utils/file-utils.js +0 -43
  92. package/dist/parquetjs/utils/read-utils.js +0 -109
  93. package/dist/workers/parquet-worker.js +0 -5
@@ -1,41 +1,41 @@
1
- (()=>{var R_=Object.create;var Aa=Object.defineProperty;var D_=Object.getOwnPropertyDescriptor;var z_=Object.getOwnPropertyNames;var F_=Object.getPrototypeOf,P_=Object.prototype.hasOwnProperty;var th=t=>Aa(t,"__esModule",{value:!0});var he=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Cf=(t,e)=>{th(t);for(var r in e)Aa(t,r,{get:e[r],enumerable:!0})},M_=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of z_(e))!P_.call(t,n)&&n!=="default"&&Aa(t,n,{get:()=>e[n],enumerable:!(r=D_(e,n))||r.enumerable});return t},Te=t=>M_(th(Aa(t!=null?R_(F_(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var ah=he((sA,lh)=>{var _i={},zs=4294967295,Q_=9007199254740991;function Na(t){return t=~t,t<0&&(t=(t&2147483647)+2147483648),t}function Ha(t){console.assert(t>-1&&t<=Q_,"number out of range"),console.assert(Math.floor(t)===t,"number must be an integer");var e=0,r=t&4294967295,n=r<0?(t&2147483647)+2147483648:r;return t>zs&&(e=(t-n)/(zs+1)),[e,n]}function sh(t){if(t>-1)return Ha(t);var e=Ha(-t),r=Na(e[0]),n=Na(e[1]);return n===zs?(r+=1,n=0):n+=1,[r,n]}function Ra(t,e,r){return r&&(t&2147483648)!=0?(t=Na(t),e=Na(e),console.assert(t<2097152,"number too small"),-(t*(zs+1)+e+1)):(console.assert(t<2097152,"number too large"),t*(zs+1)+e)}_i.readInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return Ra(r,n,!0)};_i.readInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return Ra(n,r,!0)};_i.readUInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return Ra(r,n,!1)};_i.readUInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return Ra(n,r,!1)};_i.writeInt64BE=function(t,e,r){r=r||0;var n=sh(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};_i.writeInt64LE=function(t,e,r){r=r||0;var n=sh(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};_i.writeUInt64BE=function(t,e,r){r=r||0;var n=Ha(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};_i.writeUInt64LE=function(t,e,r){r=r||0;var n=Ha(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};lh.exports=_i});var wh=he((aA,dh)=>{dh.exports=mh;var ch=128,wq=127,hq=~wq,bq=Math.pow(2,31);function mh(t,e,r){e=e||[],r=r||0;for(var n=r;t>=bq;)e[r++]=t&255|ch,t/=128;for(;t&hq;)e[r++]=t&255|ch,t>>>=7;return e[r]=t|0,mh.bytes=r-n+1,e}});var gh=he((pA,bh)=>{bh.exports=kc;var gq=128,hh=127;function kc(t,e){var r=0,e=e||0,n=0,i=e,f,o=t.length;do{if(i>=o)throw kc.bytes=0,new RangeError("Could not decode varint");f=t[i++],r+=n<28?(f&hh)<<n:(f&hh)*Math.pow(2,n),n+=7}while(f>=gq);return kc.bytes=i-e,r}});var yh=he((uA,jh)=>{var jq=Math.pow(2,7),yq=Math.pow(2,14),vq=Math.pow(2,21),_q=Math.pow(2,28),qq=Math.pow(2,35),kq=Math.pow(2,42),Tq=Math.pow(2,49),Bq=Math.pow(2,56),Iq=Math.pow(2,63);jh.exports=function(t){return t<jq?1:t<yq?2:t<vq?3:t<_q?4:t<qq?5:t<kq?6:t<Tq?7:t<Bq?8:t<Iq?9:10}});var _h=he((cA,vh)=>{vh.exports={encode:wh(),decode:gh(),encodingLength:yh()}});var qi=he(Tr=>{"use strict";var Eq=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Int32Array!="undefined";function Aq(t,e){return Object.prototype.hasOwnProperty.call(t,e)}Tr.assign=function(t){for(var e=Array.prototype.slice.call(arguments,1);e.length;){var r=e.shift();if(!!r){if(typeof r!="object")throw new TypeError(r+"must be non-object");for(var n in r)Aq(r,n)&&(t[n]=r[n])}}return t};Tr.shrinkBuf=function(t,e){return t.length===e?t:t.subarray?t.subarray(0,e):(t.length=e,t)};var Oq={arraySet:function(t,e,r,n,i){if(e.subarray&&t.subarray){t.set(e.subarray(r,r+n),i);return}for(var f=0;f<n;f++)t[i+f]=e[r+f]},flattenChunks:function(t){var e,r,n,i,f,o;for(n=0,e=0,r=t.length;e<r;e++)n+=t[e].length;for(o=new Uint8Array(n),i=0,e=0,r=t.length;e<r;e++)f=t[e],o.set(f,i),i+=f.length;return o}},Nq={arraySet:function(t,e,r,n,i){for(var f=0;f<n;f++)t[i+f]=e[r+f]},flattenChunks:function(t){return[].concat.apply([],t)}};Tr.setTyped=function(t){t?(Tr.Buf8=Uint8Array,Tr.Buf16=Uint16Array,Tr.Buf32=Int32Array,Tr.assign(Tr,Oq)):(Tr.Buf8=Array,Tr.Buf16=Array,Tr.Buf32=Array,Tr.assign(Tr,Nq))};Tr.setTyped(Eq)});var Gh=he(So=>{"use strict";var Hq=qi(),Rq=4,Bh=0,Ih=1,Dq=2;function Bo(t){for(var e=t.length;--e>=0;)t[e]=0}var zq=0,Sh=1,Fq=2,Pq=3,Mq=258,Ic=29,Ms=256,Us=Ms+1+Ic,Io=30,Sc=19,xh=2*Us+1,Wf=15,xc=16,Uq=7,Ec=256,Eh=16,Ah=17,Oh=18,Ac=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],Fa=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],Lq=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],Nh=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],Cq=512,ki=new Array((Us+2)*2);Bo(ki);var Ls=new Array(Io*2);Bo(Ls);var Cs=new Array(Cq);Bo(Cs);var Vs=new Array(Mq-Pq+1);Bo(Vs);var Oc=new Array(Ic);Bo(Oc);var Pa=new Array(Io);Bo(Pa);function Nc(t,e,r,n,i){this.static_tree=t,this.extra_bits=e,this.extra_base=r,this.elems=n,this.max_length=i,this.has_stree=t&&t.length}var Hh,Rh,Dh;function Hc(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function zh(t){return t<256?Cs[t]:Cs[256+(t>>>7)]}function Ws(t,e){t.pending_buf[t.pending++]=e&255,t.pending_buf[t.pending++]=e>>>8&255}function Dr(t,e,r){t.bi_valid>xc-r?(t.bi_buf|=e<<t.bi_valid&65535,Ws(t,t.bi_buf),t.bi_buf=e>>xc-t.bi_valid,t.bi_valid+=r-xc):(t.bi_buf|=e<<t.bi_valid&65535,t.bi_valid+=r)}function Qn(t,e,r){Dr(t,r[e*2],r[e*2+1])}function Fh(t,e){var r=0;do r|=t&1,t>>>=1,r<<=1;while(--e>0);return r>>>1}function Vq(t){t.bi_valid===16?(Ws(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=t.bi_buf&255,t.bi_buf>>=8,t.bi_valid-=8)}function Wq(t,e){var r=e.dyn_tree,n=e.max_code,i=e.stat_desc.static_tree,f=e.stat_desc.has_stree,o=e.stat_desc.extra_bits,s=e.stat_desc.extra_base,l=e.stat_desc.max_length,p,u,b,c,h,T,y=0;for(c=0;c<=Wf;c++)t.bl_count[c]=0;for(r[t.heap[t.heap_max]*2+1]=0,p=t.heap_max+1;p<xh;p++)u=t.heap[p],c=r[r[u*2+1]*2+1]+1,c>l&&(c=l,y++),r[u*2+1]=c,!(u>n)&&(t.bl_count[c]++,h=0,u>=s&&(h=o[u-s]),T=r[u*2],t.opt_len+=T*(c+h),f&&(t.static_len+=T*(i[u*2+1]+h)));if(y!==0){do{for(c=l-1;t.bl_count[c]===0;)c--;t.bl_count[c]--,t.bl_count[c+1]+=2,t.bl_count[l]--,y-=2}while(y>0);for(c=l;c!==0;c--)for(u=t.bl_count[c];u!==0;)b=t.heap[--p],!(b>n)&&(r[b*2+1]!==c&&(t.opt_len+=(c-r[b*2+1])*r[b*2],r[b*2+1]=c),u--)}}function Ph(t,e,r){var n=new Array(Wf+1),i=0,f,o;for(f=1;f<=Wf;f++)n[f]=i=i+r[f-1]<<1;for(o=0;o<=e;o++){var s=t[o*2+1];s!==0&&(t[o*2]=Fh(n[s]++,s))}}function Yq(){var t,e,r,n,i,f=new Array(Wf+1);for(r=0,n=0;n<Ic-1;n++)for(Oc[n]=r,t=0;t<1<<Ac[n];t++)Vs[r++]=n;for(Vs[r-1]=n,i=0,n=0;n<16;n++)for(Pa[n]=i,t=0;t<1<<Fa[n];t++)Cs[i++]=n;for(i>>=7;n<Io;n++)for(Pa[n]=i<<7,t=0;t<1<<Fa[n]-7;t++)Cs[256+i++]=n;for(e=0;e<=Wf;e++)f[e]=0;for(t=0;t<=143;)ki[t*2+1]=8,t++,f[8]++;for(;t<=255;)ki[t*2+1]=9,t++,f[9]++;for(;t<=279;)ki[t*2+1]=7,t++,f[7]++;for(;t<=287;)ki[t*2+1]=8,t++,f[8]++;for(Ph(ki,Us+1,f),t=0;t<Io;t++)Ls[t*2+1]=5,Ls[t*2]=Fh(t,5);Hh=new Nc(ki,Ac,Ms+1,Us,Wf),Rh=new Nc(Ls,Fa,0,Io,Wf),Dh=new Nc(new Array(0),Lq,0,Sc,Uq)}function Mh(t){var e;for(e=0;e<Us;e++)t.dyn_ltree[e*2]=0;for(e=0;e<Io;e++)t.dyn_dtree[e*2]=0;for(e=0;e<Sc;e++)t.bl_tree[e*2]=0;t.dyn_ltree[Ec*2]=1,t.opt_len=t.static_len=0,t.last_lit=t.matches=0}function Uh(t){t.bi_valid>8?Ws(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0}function Kq(t,e,r,n){Uh(t),n&&(Ws(t,r),Ws(t,~r)),Hq.arraySet(t.pending_buf,t.window,e,r,t.pending),t.pending+=r}function Lh(t,e,r,n){var i=e*2,f=r*2;return t[i]<t[f]||t[i]===t[f]&&n[e]<=n[r]}function Rc(t,e,r){for(var n=t.heap[r],i=r<<1;i<=t.heap_len&&(i<t.heap_len&&Lh(e,t.heap[i+1],t.heap[i],t.depth)&&i++,!Lh(e,n,t.heap[i],t.depth));)t.heap[r]=t.heap[i],r=i,i<<=1;t.heap[r]=n}function Ch(t,e,r){var n,i,f=0,o,s;if(t.last_lit!==0)do n=t.pending_buf[t.d_buf+f*2]<<8|t.pending_buf[t.d_buf+f*2+1],i=t.pending_buf[t.l_buf+f],f++,n===0?Qn(t,i,e):(o=Vs[i],Qn(t,o+Ms+1,e),s=Ac[o],s!==0&&(i-=Oc[o],Dr(t,i,s)),n--,o=zh(n),Qn(t,o,r),s=Fa[o],s!==0&&(n-=Pa[o],Dr(t,n,s)));while(f<t.last_lit);Qn(t,Ec,e)}function Dc(t,e){var r=e.dyn_tree,n=e.stat_desc.static_tree,i=e.stat_desc.has_stree,f=e.stat_desc.elems,o,s,l=-1,p;for(t.heap_len=0,t.heap_max=xh,o=0;o<f;o++)r[o*2]!==0?(t.heap[++t.heap_len]=l=o,t.depth[o]=0):r[o*2+1]=0;for(;t.heap_len<2;)p=t.heap[++t.heap_len]=l<2?++l:0,r[p*2]=1,t.depth[p]=0,t.opt_len--,i&&(t.static_len-=n[p*2+1]);for(e.max_code=l,o=t.heap_len>>1;o>=1;o--)Rc(t,r,o);p=f;do o=t.heap[1],t.heap[1]=t.heap[t.heap_len--],Rc(t,r,1),s=t.heap[1],t.heap[--t.heap_max]=o,t.heap[--t.heap_max]=s,r[p*2]=r[o*2]+r[s*2],t.depth[p]=(t.depth[o]>=t.depth[s]?t.depth[o]:t.depth[s])+1,r[o*2+1]=r[s*2+1]=p,t.heap[1]=p++,Rc(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],Wq(t,e),Ph(r,l,t.bl_count)}function Vh(t,e,r){var n,i=-1,f,o=e[0*2+1],s=0,l=7,p=4;for(o===0&&(l=138,p=3),e[(r+1)*2+1]=65535,n=0;n<=r;n++)f=o,o=e[(n+1)*2+1],!(++s<l&&f===o)&&(s<p?t.bl_tree[f*2]+=s:f!==0?(f!==i&&t.bl_tree[f*2]++,t.bl_tree[Eh*2]++):s<=10?t.bl_tree[Ah*2]++:t.bl_tree[Oh*2]++,s=0,i=f,o===0?(l=138,p=3):f===o?(l=6,p=3):(l=7,p=4))}function Wh(t,e,r){var n,i=-1,f,o=e[0*2+1],s=0,l=7,p=4;for(o===0&&(l=138,p=3),n=0;n<=r;n++)if(f=o,o=e[(n+1)*2+1],!(++s<l&&f===o)){if(s<p)do Qn(t,f,t.bl_tree);while(--s!=0);else f!==0?(f!==i&&(Qn(t,f,t.bl_tree),s--),Qn(t,Eh,t.bl_tree),Dr(t,s-3,2)):s<=10?(Qn(t,Ah,t.bl_tree),Dr(t,s-3,3)):(Qn(t,Oh,t.bl_tree),Dr(t,s-11,7));s=0,i=f,o===0?(l=138,p=3):f===o?(l=6,p=3):(l=7,p=4)}}function Gq(t){var e;for(Vh(t,t.dyn_ltree,t.l_desc.max_code),Vh(t,t.dyn_dtree,t.d_desc.max_code),Dc(t,t.bl_desc),e=Sc-1;e>=3&&t.bl_tree[Nh[e]*2+1]===0;e--);return t.opt_len+=3*(e+1)+5+5+4,e}function Jq(t,e,r,n){var i;for(Dr(t,e-257,5),Dr(t,r-1,5),Dr(t,n-4,4),i=0;i<n;i++)Dr(t,t.bl_tree[Nh[i]*2+1],3);Wh(t,t.dyn_ltree,e-1),Wh(t,t.dyn_dtree,r-1)}function Zq(t){var e=4093624447,r;for(r=0;r<=31;r++,e>>>=1)if(e&1&&t.dyn_ltree[r*2]!==0)return Bh;if(t.dyn_ltree[9*2]!==0||t.dyn_ltree[10*2]!==0||t.dyn_ltree[13*2]!==0)return Ih;for(r=32;r<Ms;r++)if(t.dyn_ltree[r*2]!==0)return Ih;return Bh}var Yh=!1;function Xq(t){Yh||(Yq(),Yh=!0),t.l_desc=new Hc(t.dyn_ltree,Hh),t.d_desc=new Hc(t.dyn_dtree,Rh),t.bl_desc=new Hc(t.bl_tree,Dh),t.bi_buf=0,t.bi_valid=0,Mh(t)}function Kh(t,e,r,n){Dr(t,(zq<<1)+(n?1:0),3),Kq(t,e,r,!0)}function Qq(t){Dr(t,Sh<<1,3),Qn(t,Ec,ki),Vq(t)}function $q(t,e,r,n){var i,f,o=0;t.level>0?(t.strm.data_type===Dq&&(t.strm.data_type=Zq(t)),Dc(t,t.l_desc),Dc(t,t.d_desc),o=Gq(t),i=t.opt_len+3+7>>>3,f=t.static_len+3+7>>>3,f<=i&&(i=f)):i=f=r+5,r+4<=i&&e!==-1?Kh(t,e,r,n):t.strategy===Rq||f===i?(Dr(t,(Sh<<1)+(n?1:0),3),Ch(t,ki,Ls)):(Dr(t,(Fq<<1)+(n?1:0),3),Jq(t,t.l_desc.max_code+1,t.d_desc.max_code+1,o+1),Ch(t,t.dyn_ltree,t.dyn_dtree)),Mh(t),n&&Uh(t)}function ek(t,e,r){return t.pending_buf[t.d_buf+t.last_lit*2]=e>>>8&255,t.pending_buf[t.d_buf+t.last_lit*2+1]=e&255,t.pending_buf[t.l_buf+t.last_lit]=r&255,t.last_lit++,e===0?t.dyn_ltree[r*2]++:(t.matches++,e--,t.dyn_ltree[(Vs[r]+Ms+1)*2]++,t.dyn_dtree[zh(e)*2]++),t.last_lit===t.lit_bufsize-1}So._tr_init=Xq;So._tr_stored_block=Kh;So._tr_flush_block=$q;So._tr_tally=ek;So._tr_align=Qq});var zc=he((IA,Jh)=>{"use strict";function tk(t,e,r,n){for(var i=t&65535|0,f=t>>>16&65535|0,o=0;r!==0;){o=r>2e3?2e3:r,r-=o;do i=i+e[n++]|0,f=f+i|0;while(--o);i%=65521,f%=65521}return i|f<<16|0}Jh.exports=tk});var Fc=he((SA,Zh)=>{"use strict";function rk(){for(var t,e=[],r=0;r<256;r++){t=r;for(var n=0;n<8;n++)t=t&1?3988292384^t>>>1:t>>>1;e[r]=t}return e}var nk=rk();function ik(t,e,r,n){var i=nk,f=n+r;t^=-1;for(var o=n;o<f;o++)t=t>>>8^i[(t^e[o])&255];return t^-1}Zh.exports=ik});var Ma=he((xA,Xh)=>{"use strict";Xh.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}});var ob=he(ti=>{"use strict";var Br=qi(),bn=Gh(),Qh=zc(),ff=Fc(),fk=Ma(),Yf=0,ok=1,sk=3,of=4,$h=5,$n=0,eb=1,gn=-2,lk=-3,Pc=-5,ak=-1,pk=1,Ua=2,uk=3,ck=4,mk=0,dk=2,La=8,wk=9,hk=15,bk=8,gk=29,jk=256,Mc=jk+1+gk,yk=30,vk=19,_k=2*Mc+1,qk=15,tt=3,sf=258,Dn=sf+tt+1,kk=32,Ca=42,Uc=69,Va=73,Wa=91,Ya=103,Kf=113,Ys=666,nr=1,Ks=2,Gf=3,xo=4,Tk=3;function lf(t,e){return t.msg=fk[e],e}function tb(t){return(t<<1)-(t>4?9:0)}function af(t){for(var e=t.length;--e>=0;)t[e]=0}function pf(t){var e=t.state,r=e.pending;r>t.avail_out&&(r=t.avail_out),r!==0&&(Br.arraySet(t.output,e.pending_buf,e.pending_out,r,t.next_out),t.next_out+=r,e.pending_out+=r,t.total_out+=r,t.avail_out-=r,e.pending-=r,e.pending===0&&(e.pending_out=0))}function ur(t,e){bn._tr_flush_block(t,t.block_start>=0?t.block_start:-1,t.strstart-t.block_start,e),t.block_start=t.strstart,pf(t.strm)}function st(t,e){t.pending_buf[t.pending++]=e}function Gs(t,e){t.pending_buf[t.pending++]=e>>>8&255,t.pending_buf[t.pending++]=e&255}function Bk(t,e,r,n){var i=t.avail_in;return i>n&&(i=n),i===0?0:(t.avail_in-=i,Br.arraySet(e,t.input,t.next_in,i,r),t.state.wrap===1?t.adler=Qh(t.adler,e,i,r):t.state.wrap===2&&(t.adler=ff(t.adler,e,i,r)),t.next_in+=i,t.total_in+=i,i)}function rb(t,e){var r=t.max_chain_length,n=t.strstart,i,f,o=t.prev_length,s=t.nice_match,l=t.strstart>t.w_size-Dn?t.strstart-(t.w_size-Dn):0,p=t.window,u=t.w_mask,b=t.prev,c=t.strstart+sf,h=p[n+o-1],T=p[n+o];t.prev_length>=t.good_match&&(r>>=2),s>t.lookahead&&(s=t.lookahead);do if(i=e,!(p[i+o]!==T||p[i+o-1]!==h||p[i]!==p[n]||p[++i]!==p[n+1])){n+=2,i++;do;while(p[++n]===p[++i]&&p[++n]===p[++i]&&p[++n]===p[++i]&&p[++n]===p[++i]&&p[++n]===p[++i]&&p[++n]===p[++i]&&p[++n]===p[++i]&&p[++n]===p[++i]&&n<c);if(f=sf-(c-n),n=c-sf,f>o){if(t.match_start=e,o=f,f>=s)break;h=p[n+o-1],T=p[n+o]}}while((e=b[e&u])>l&&--r!=0);return o<=t.lookahead?o:t.lookahead}function Jf(t){var e=t.w_size,r,n,i,f,o;do{if(f=t.window_size-t.lookahead-t.strstart,t.strstart>=e+(e-Dn)){Br.arraySet(t.window,t.window,e,e,0),t.match_start-=e,t.strstart-=e,t.block_start-=e,n=t.hash_size,r=n;do i=t.head[--r],t.head[r]=i>=e?i-e:0;while(--n);n=e,r=n;do i=t.prev[--r],t.prev[r]=i>=e?i-e:0;while(--n);f+=e}if(t.strm.avail_in===0)break;if(n=Bk(t.strm,t.window,t.strstart+t.lookahead,f),t.lookahead+=n,t.lookahead+t.insert>=tt)for(o=t.strstart-t.insert,t.ins_h=t.window[o],t.ins_h=(t.ins_h<<t.hash_shift^t.window[o+1])&t.hash_mask;t.insert&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[o+tt-1])&t.hash_mask,t.prev[o&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=o,o++,t.insert--,!(t.lookahead+t.insert<tt)););}while(t.lookahead<Dn&&t.strm.avail_in!==0)}function Ik(t,e){var r=65535;for(r>t.pending_buf_size-5&&(r=t.pending_buf_size-5);;){if(t.lookahead<=1){if(Jf(t),t.lookahead===0&&e===Yf)return nr;if(t.lookahead===0)break}t.strstart+=t.lookahead,t.lookahead=0;var n=t.block_start+r;if((t.strstart===0||t.strstart>=n)&&(t.lookahead=t.strstart-n,t.strstart=n,ur(t,!1),t.strm.avail_out===0)||t.strstart-t.block_start>=t.w_size-Dn&&(ur(t,!1),t.strm.avail_out===0))return nr}return t.insert=0,e===of?(ur(t,!0),t.strm.avail_out===0?Gf:xo):(t.strstart>t.block_start&&(ur(t,!1),t.strm.avail_out===0),nr)}function Lc(t,e){for(var r,n;;){if(t.lookahead<Dn){if(Jf(t),t.lookahead<Dn&&e===Yf)return nr;if(t.lookahead===0)break}if(r=0,t.lookahead>=tt&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+tt-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),r!==0&&t.strstart-r<=t.w_size-Dn&&(t.match_length=rb(t,r)),t.match_length>=tt)if(n=bn._tr_tally(t,t.strstart-t.match_start,t.match_length-tt),t.lookahead-=t.match_length,t.match_length<=t.max_lazy_match&&t.lookahead>=tt){t.match_length--;do t.strstart++,t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+tt-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart;while(--t.match_length!=0);t.strstart++}else t.strstart+=t.match_length,t.match_length=0,t.ins_h=t.window[t.strstart],t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+1])&t.hash_mask;else n=bn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++;if(n&&(ur(t,!1),t.strm.avail_out===0))return nr}return t.insert=t.strstart<tt-1?t.strstart:tt-1,e===of?(ur(t,!0),t.strm.avail_out===0?Gf:xo):t.last_lit&&(ur(t,!1),t.strm.avail_out===0)?nr:Ks}function Eo(t,e){for(var r,n,i;;){if(t.lookahead<Dn){if(Jf(t),t.lookahead<Dn&&e===Yf)return nr;if(t.lookahead===0)break}if(r=0,t.lookahead>=tt&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+tt-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),t.prev_length=t.match_length,t.prev_match=t.match_start,t.match_length=tt-1,r!==0&&t.prev_length<t.max_lazy_match&&t.strstart-r<=t.w_size-Dn&&(t.match_length=rb(t,r),t.match_length<=5&&(t.strategy===pk||t.match_length===tt&&t.strstart-t.match_start>4096)&&(t.match_length=tt-1)),t.prev_length>=tt&&t.match_length<=t.prev_length){i=t.strstart+t.lookahead-tt,n=bn._tr_tally(t,t.strstart-1-t.prev_match,t.prev_length-tt),t.lookahead-=t.prev_length-1,t.prev_length-=2;do++t.strstart<=i&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+tt-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart);while(--t.prev_length!=0);if(t.match_available=0,t.match_length=tt-1,t.strstart++,n&&(ur(t,!1),t.strm.avail_out===0))return nr}else if(t.match_available){if(n=bn._tr_tally(t,0,t.window[t.strstart-1]),n&&ur(t,!1),t.strstart++,t.lookahead--,t.strm.avail_out===0)return nr}else t.match_available=1,t.strstart++,t.lookahead--}return t.match_available&&(n=bn._tr_tally(t,0,t.window[t.strstart-1]),t.match_available=0),t.insert=t.strstart<tt-1?t.strstart:tt-1,e===of?(ur(t,!0),t.strm.avail_out===0?Gf:xo):t.last_lit&&(ur(t,!1),t.strm.avail_out===0)?nr:Ks}function Sk(t,e){for(var r,n,i,f,o=t.window;;){if(t.lookahead<=sf){if(Jf(t),t.lookahead<=sf&&e===Yf)return nr;if(t.lookahead===0)break}if(t.match_length=0,t.lookahead>=tt&&t.strstart>0&&(i=t.strstart-1,n=o[i],n===o[++i]&&n===o[++i]&&n===o[++i])){f=t.strstart+sf;do;while(n===o[++i]&&n===o[++i]&&n===o[++i]&&n===o[++i]&&n===o[++i]&&n===o[++i]&&n===o[++i]&&n===o[++i]&&i<f);t.match_length=sf-(f-i),t.match_length>t.lookahead&&(t.match_length=t.lookahead)}if(t.match_length>=tt?(r=bn._tr_tally(t,1,t.match_length-tt),t.lookahead-=t.match_length,t.strstart+=t.match_length,t.match_length=0):(r=bn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++),r&&(ur(t,!1),t.strm.avail_out===0))return nr}return t.insert=0,e===of?(ur(t,!0),t.strm.avail_out===0?Gf:xo):t.last_lit&&(ur(t,!1),t.strm.avail_out===0)?nr:Ks}function xk(t,e){for(var r;;){if(t.lookahead===0&&(Jf(t),t.lookahead===0)){if(e===Yf)return nr;break}if(t.match_length=0,r=bn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++,r&&(ur(t,!1),t.strm.avail_out===0))return nr}return t.insert=0,e===of?(ur(t,!0),t.strm.avail_out===0?Gf:xo):t.last_lit&&(ur(t,!1),t.strm.avail_out===0)?nr:Ks}function ei(t,e,r,n,i){this.good_length=t,this.max_lazy=e,this.nice_length=r,this.max_chain=n,this.func=i}var Ao;Ao=[new ei(0,0,0,0,Ik),new ei(4,4,8,4,Lc),new ei(4,5,16,8,Lc),new ei(4,6,32,32,Lc),new ei(4,4,16,16,Eo),new ei(8,16,32,32,Eo),new ei(8,16,128,128,Eo),new ei(8,32,128,256,Eo),new ei(32,128,258,1024,Eo),new ei(32,258,258,4096,Eo)];function Ek(t){t.window_size=2*t.w_size,af(t.head),t.max_lazy_match=Ao[t.level].max_lazy,t.good_match=Ao[t.level].good_length,t.nice_match=Ao[t.level].nice_length,t.max_chain_length=Ao[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=tt-1,t.match_available=0,t.ins_h=0}function Ak(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=La,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new Br.Buf16(_k*2),this.dyn_dtree=new Br.Buf16((2*yk+1)*2),this.bl_tree=new Br.Buf16((2*vk+1)*2),af(this.dyn_ltree),af(this.dyn_dtree),af(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new Br.Buf16(qk+1),this.heap=new Br.Buf16(2*Mc+1),af(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Br.Buf16(2*Mc+1),af(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function nb(t){var e;return!t||!t.state?lf(t,gn):(t.total_in=t.total_out=0,t.data_type=dk,e=t.state,e.pending=0,e.pending_out=0,e.wrap<0&&(e.wrap=-e.wrap),e.status=e.wrap?Ca:Kf,t.adler=e.wrap===2?0:1,e.last_flush=Yf,bn._tr_init(e),$n)}function ib(t){var e=nb(t);return e===$n&&Ek(t.state),e}function Ok(t,e){return!t||!t.state||t.state.wrap!==2?gn:(t.state.gzhead=e,$n)}function fb(t,e,r,n,i,f){if(!t)return gn;var o=1;if(e===ak&&(e=6),n<0?(o=0,n=-n):n>15&&(o=2,n-=16),i<1||i>wk||r!==La||n<8||n>15||e<0||e>9||f<0||f>ck)return lf(t,gn);n===8&&(n=9);var s=new Ak;return t.state=s,s.strm=t,s.wrap=o,s.gzhead=null,s.w_bits=n,s.w_size=1<<s.w_bits,s.w_mask=s.w_size-1,s.hash_bits=i+7,s.hash_size=1<<s.hash_bits,s.hash_mask=s.hash_size-1,s.hash_shift=~~((s.hash_bits+tt-1)/tt),s.window=new Br.Buf8(s.w_size*2),s.head=new Br.Buf16(s.hash_size),s.prev=new Br.Buf16(s.w_size),s.lit_bufsize=1<<i+6,s.pending_buf_size=s.lit_bufsize*4,s.pending_buf=new Br.Buf8(s.pending_buf_size),s.d_buf=1*s.lit_bufsize,s.l_buf=(1+2)*s.lit_bufsize,s.level=e,s.strategy=f,s.method=r,ib(t)}function Nk(t,e){return fb(t,e,La,hk,bk,mk)}function Hk(t,e){var r,n,i,f;if(!t||!t.state||e>$h||e<0)return t?lf(t,gn):gn;if(n=t.state,!t.output||!t.input&&t.avail_in!==0||n.status===Ys&&e!==of)return lf(t,t.avail_out===0?Pc:gn);if(n.strm=t,r=n.last_flush,n.last_flush=e,n.status===Ca)if(n.wrap===2)t.adler=0,st(n,31),st(n,139),st(n,8),n.gzhead?(st(n,(n.gzhead.text?1:0)+(n.gzhead.hcrc?2:0)+(n.gzhead.extra?4:0)+(n.gzhead.name?8:0)+(n.gzhead.comment?16:0)),st(n,n.gzhead.time&255),st(n,n.gzhead.time>>8&255),st(n,n.gzhead.time>>16&255),st(n,n.gzhead.time>>24&255),st(n,n.level===9?2:n.strategy>=Ua||n.level<2?4:0),st(n,n.gzhead.os&255),n.gzhead.extra&&n.gzhead.extra.length&&(st(n,n.gzhead.extra.length&255),st(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(t.adler=ff(t.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=Uc):(st(n,0),st(n,0),st(n,0),st(n,0),st(n,0),st(n,n.level===9?2:n.strategy>=Ua||n.level<2?4:0),st(n,Tk),n.status=Kf);else{var o=La+(n.w_bits-8<<4)<<8,s=-1;n.strategy>=Ua||n.level<2?s=0:n.level<6?s=1:n.level===6?s=2:s=3,o|=s<<6,n.strstart!==0&&(o|=kk),o+=31-o%31,n.status=Kf,Gs(n,o),n.strstart!==0&&(Gs(n,t.adler>>>16),Gs(n,t.adler&65535)),t.adler=1}if(n.status===Uc)if(n.gzhead.extra){for(i=n.pending;n.gzindex<(n.gzhead.extra.length&65535)&&!(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=ff(t.adler,n.pending_buf,n.pending-i,i)),pf(t),i=n.pending,n.pending===n.pending_buf_size));)st(n,n.gzhead.extra[n.gzindex]&255),n.gzindex++;n.gzhead.hcrc&&n.pending>i&&(t.adler=ff(t.adler,n.pending_buf,n.pending-i,i)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=Va)}else n.status=Va;if(n.status===Va)if(n.gzhead.name){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=ff(t.adler,n.pending_buf,n.pending-i,i)),pf(t),i=n.pending,n.pending===n.pending_buf_size)){f=1;break}n.gzindex<n.gzhead.name.length?f=n.gzhead.name.charCodeAt(n.gzindex++)&255:f=0,st(n,f)}while(f!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=ff(t.adler,n.pending_buf,n.pending-i,i)),f===0&&(n.gzindex=0,n.status=Wa)}else n.status=Wa;if(n.status===Wa)if(n.gzhead.comment){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=ff(t.adler,n.pending_buf,n.pending-i,i)),pf(t),i=n.pending,n.pending===n.pending_buf_size)){f=1;break}n.gzindex<n.gzhead.comment.length?f=n.gzhead.comment.charCodeAt(n.gzindex++)&255:f=0,st(n,f)}while(f!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=ff(t.adler,n.pending_buf,n.pending-i,i)),f===0&&(n.status=Ya)}else n.status=Ya;if(n.status===Ya&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&pf(t),n.pending+2<=n.pending_buf_size&&(st(n,t.adler&255),st(n,t.adler>>8&255),t.adler=0,n.status=Kf)):n.status=Kf),n.pending!==0){if(pf(t),t.avail_out===0)return n.last_flush=-1,$n}else if(t.avail_in===0&&tb(e)<=tb(r)&&e!==of)return lf(t,Pc);if(n.status===Ys&&t.avail_in!==0)return lf(t,Pc);if(t.avail_in!==0||n.lookahead!==0||e!==Yf&&n.status!==Ys){var l=n.strategy===Ua?xk(n,e):n.strategy===uk?Sk(n,e):Ao[n.level].func(n,e);if((l===Gf||l===xo)&&(n.status=Ys),l===nr||l===Gf)return t.avail_out===0&&(n.last_flush=-1),$n;if(l===Ks&&(e===ok?bn._tr_align(n):e!==$h&&(bn._tr_stored_block(n,0,0,!1),e===sk&&(af(n.head),n.lookahead===0&&(n.strstart=0,n.block_start=0,n.insert=0))),pf(t),t.avail_out===0))return n.last_flush=-1,$n}return e!==of?$n:n.wrap<=0?eb:(n.wrap===2?(st(n,t.adler&255),st(n,t.adler>>8&255),st(n,t.adler>>16&255),st(n,t.adler>>24&255),st(n,t.total_in&255),st(n,t.total_in>>8&255),st(n,t.total_in>>16&255),st(n,t.total_in>>24&255)):(Gs(n,t.adler>>>16),Gs(n,t.adler&65535)),pf(t),n.wrap>0&&(n.wrap=-n.wrap),n.pending!==0?$n:eb)}function Rk(t){var e;return!t||!t.state?gn:(e=t.state.status,e!==Ca&&e!==Uc&&e!==Va&&e!==Wa&&e!==Ya&&e!==Kf&&e!==Ys?lf(t,gn):(t.state=null,e===Kf?lf(t,lk):$n))}function Dk(t,e){var r=e.length,n,i,f,o,s,l,p,u;if(!t||!t.state||(n=t.state,o=n.wrap,o===2||o===1&&n.status!==Ca||n.lookahead))return gn;for(o===1&&(t.adler=Qh(t.adler,e,r,0)),n.wrap=0,r>=n.w_size&&(o===0&&(af(n.head),n.strstart=0,n.block_start=0,n.insert=0),u=new Br.Buf8(n.w_size),Br.arraySet(u,e,r-n.w_size,n.w_size,0),e=u,r=n.w_size),s=t.avail_in,l=t.next_in,p=t.input,t.avail_in=r,t.next_in=0,t.input=e,Jf(n);n.lookahead>=tt;){i=n.strstart,f=n.lookahead-(tt-1);do n.ins_h=(n.ins_h<<n.hash_shift^n.window[i+tt-1])&n.hash_mask,n.prev[i&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=i,i++;while(--f);n.strstart=i,n.lookahead=tt-1,Jf(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=tt-1,n.match_available=0,t.next_in=l,t.input=p,t.avail_in=s,n.wrap=o,$n}ti.deflateInit=Nk;ti.deflateInit2=fb;ti.deflateReset=ib;ti.deflateResetKeep=nb;ti.deflateSetHeader=Ok;ti.deflate=Hk;ti.deflateEnd=Rk;ti.deflateSetDictionary=Dk;ti.deflateInfo="pako deflate (from Nodeca project)"});var Cc=he(Oo=>{"use strict";var Ka=qi(),sb=!0,lb=!0;try{String.fromCharCode.apply(null,[0])}catch{sb=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{lb=!1}var Js=new Ka.Buf8(256);for(Ti=0;Ti<256;Ti++)Js[Ti]=Ti>=252?6:Ti>=248?5:Ti>=240?4:Ti>=224?3:Ti>=192?2:1;var Ti;Js[254]=Js[254]=1;Oo.string2buf=function(t){var e,r,n,i,f,o=t.length,s=0;for(i=0;i<o;i++)r=t.charCodeAt(i),(r&64512)==55296&&i+1<o&&(n=t.charCodeAt(i+1),(n&64512)==56320&&(r=65536+(r-55296<<10)+(n-56320),i++)),s+=r<128?1:r<2048?2:r<65536?3:4;for(e=new Ka.Buf8(s),f=0,i=0;f<s;i++)r=t.charCodeAt(i),(r&64512)==55296&&i+1<o&&(n=t.charCodeAt(i+1),(n&64512)==56320&&(r=65536+(r-55296<<10)+(n-56320),i++)),r<128?e[f++]=r:r<2048?(e[f++]=192|r>>>6,e[f++]=128|r&63):r<65536?(e[f++]=224|r>>>12,e[f++]=128|r>>>6&63,e[f++]=128|r&63):(e[f++]=240|r>>>18,e[f++]=128|r>>>12&63,e[f++]=128|r>>>6&63,e[f++]=128|r&63);return e};function ab(t,e){if(e<65534&&(t.subarray&&lb||!t.subarray&&sb))return String.fromCharCode.apply(null,Ka.shrinkBuf(t,e));for(var r="",n=0;n<e;n++)r+=String.fromCharCode(t[n]);return r}Oo.buf2binstring=function(t){return ab(t,t.length)};Oo.binstring2buf=function(t){for(var e=new Ka.Buf8(t.length),r=0,n=e.length;r<n;r++)e[r]=t.charCodeAt(r);return e};Oo.buf2string=function(t,e){var r,n,i,f,o=e||t.length,s=new Array(o*2);for(n=0,r=0;r<o;){if(i=t[r++],i<128){s[n++]=i;continue}if(f=Js[i],f>4){s[n++]=65533,r+=f-1;continue}for(i&=f===2?31:f===3?15:7;f>1&&r<o;)i=i<<6|t[r++]&63,f--;if(f>1){s[n++]=65533;continue}i<65536?s[n++]=i:(i-=65536,s[n++]=55296|i>>10&1023,s[n++]=56320|i&1023)}return ab(s,n)};Oo.utf8border=function(t,e){var r;for(e=e||t.length,e>t.length&&(e=t.length),r=e-1;r>=0&&(t[r]&192)==128;)r--;return r<0||r===0?e:r+Js[t[r]]>e?r:e}});var Vc=he((OA,pb)=>{"use strict";function zk(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}pb.exports=zk});var db=he(Qs=>{"use strict";var Zs=ob(),Xs=qi(),Wc=Cc(),Yc=Ma(),Fk=Vc(),ub=Object.prototype.toString,Pk=0,Kc=4,No=0,cb=1,mb=2,Mk=-1,Uk=0,Lk=8;function Zf(t){if(!(this instanceof Zf))return new Zf(t);this.options=Xs.assign({level:Mk,method:Lk,chunkSize:16384,windowBits:15,memLevel:8,strategy:Uk,to:""},t||{});var e=this.options;e.raw&&e.windowBits>0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new Fk,this.strm.avail_out=0;var r=Zs.deflateInit2(this.strm,e.level,e.method,e.windowBits,e.memLevel,e.strategy);if(r!==No)throw new Error(Yc[r]);if(e.header&&Zs.deflateSetHeader(this.strm,e.header),e.dictionary){var n;if(typeof e.dictionary=="string"?n=Wc.string2buf(e.dictionary):ub.call(e.dictionary)==="[object ArrayBuffer]"?n=new Uint8Array(e.dictionary):n=e.dictionary,r=Zs.deflateSetDictionary(this.strm,n),r!==No)throw new Error(Yc[r]);this._dict_set=!0}}Zf.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i,f;if(this.ended)return!1;f=e===~~e?e:e===!0?Kc:Pk,typeof t=="string"?r.input=Wc.string2buf(t):ub.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new Xs.Buf8(n),r.next_out=0,r.avail_out=n),i=Zs.deflate(r,f),i!==cb&&i!==No)return this.onEnd(i),this.ended=!0,!1;(r.avail_out===0||r.avail_in===0&&(f===Kc||f===mb))&&(this.options.to==="string"?this.onData(Wc.buf2binstring(Xs.shrinkBuf(r.output,r.next_out))):this.onData(Xs.shrinkBuf(r.output,r.next_out)))}while((r.avail_in>0||r.avail_out===0)&&i!==cb);return f===Kc?(i=Zs.deflateEnd(this.strm),this.onEnd(i),this.ended=!0,i===No):(f===mb&&(this.onEnd(No),r.avail_out=0),!0)};Zf.prototype.onData=function(t){this.chunks.push(t)};Zf.prototype.onEnd=function(t){t===No&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=Xs.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function Gc(t,e){var r=new Zf(e);if(r.push(t,!0),r.err)throw r.msg||Yc[r.err];return r.result}function Ck(t,e){return e=e||{},e.raw=!0,Gc(t,e)}function Vk(t,e){return e=e||{},e.gzip=!0,Gc(t,e)}Qs.Deflate=Zf;Qs.deflate=Gc;Qs.deflateRaw=Ck;Qs.gzip=Vk});var hb=he((HA,wb)=>{"use strict";var Ga=30,Wk=12;wb.exports=function(e,r){var n,i,f,o,s,l,p,u,b,c,h,T,y,N,P,R,Y,re,W,O,te,L,ne,j,g;n=e.state,i=e.next_in,j=e.input,f=i+(e.avail_in-5),o=e.next_out,g=e.output,s=o-(r-e.avail_out),l=o+(e.avail_out-257),p=n.dmax,u=n.wsize,b=n.whave,c=n.wnext,h=n.window,T=n.hold,y=n.bits,N=n.lencode,P=n.distcode,R=(1<<n.lenbits)-1,Y=(1<<n.distbits)-1;e:do{y<15&&(T+=j[i++]<<y,y+=8,T+=j[i++]<<y,y+=8),re=N[T&R];t:for(;;){if(W=re>>>24,T>>>=W,y-=W,W=re>>>16&255,W===0)g[o++]=re&65535;else if(W&16){O=re&65535,W&=15,W&&(y<W&&(T+=j[i++]<<y,y+=8),O+=T&(1<<W)-1,T>>>=W,y-=W),y<15&&(T+=j[i++]<<y,y+=8,T+=j[i++]<<y,y+=8),re=P[T&Y];r:for(;;){if(W=re>>>24,T>>>=W,y-=W,W=re>>>16&255,W&16){if(te=re&65535,W&=15,y<W&&(T+=j[i++]<<y,y+=8,y<W&&(T+=j[i++]<<y,y+=8)),te+=T&(1<<W)-1,te>p){e.msg="invalid distance too far back",n.mode=Ga;break e}if(T>>>=W,y-=W,W=o-s,te>W){if(W=te-W,W>b&&n.sane){e.msg="invalid distance too far back",n.mode=Ga;break e}if(L=0,ne=h,c===0){if(L+=u-W,W<O){O-=W;do g[o++]=h[L++];while(--W);L=o-te,ne=g}}else if(c<W){if(L+=u+c-W,W-=c,W<O){O-=W;do g[o++]=h[L++];while(--W);if(L=0,c<O){W=c,O-=W;do g[o++]=h[L++];while(--W);L=o-te,ne=g}}}else if(L+=c-W,W<O){O-=W;do g[o++]=h[L++];while(--W);L=o-te,ne=g}for(;O>2;)g[o++]=ne[L++],g[o++]=ne[L++],g[o++]=ne[L++],O-=3;O&&(g[o++]=ne[L++],O>1&&(g[o++]=ne[L++]))}else{L=o-te;do g[o++]=g[L++],g[o++]=g[L++],g[o++]=g[L++],O-=3;while(O>2);O&&(g[o++]=g[L++],O>1&&(g[o++]=g[L++]))}}else if((W&64)==0){re=P[(re&65535)+(T&(1<<W)-1)];continue r}else{e.msg="invalid distance code",n.mode=Ga;break e}break}}else if((W&64)==0){re=N[(re&65535)+(T&(1<<W)-1)];continue t}else if(W&32){n.mode=Wk;break e}else{e.msg="invalid literal/length code",n.mode=Ga;break e}break}}while(i<f&&o<l);O=y>>3,i-=O,y-=O<<3,T&=(1<<y)-1,e.next_in=i,e.next_out=o,e.avail_in=i<f?5+(f-i):5-(i-f),e.avail_out=o<l?257+(l-o):257-(o-l),n.hold=T,n.bits=y}});var qb=he((RA,_b)=>{"use strict";var bb=qi(),Ho=15,gb=852,jb=592,yb=0,Jc=1,vb=2,Yk=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],Kk=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],Gk=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],Jk=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];_b.exports=function(e,r,n,i,f,o,s,l){var p=l.bits,u=0,b=0,c=0,h=0,T=0,y=0,N=0,P=0,R=0,Y=0,re,W,O,te,L,ne=null,j=0,g,A=new bb.Buf16(Ho+1),w=new bb.Buf16(Ho+1),F=null,C=0,M,Q,x;for(u=0;u<=Ho;u++)A[u]=0;for(b=0;b<i;b++)A[r[n+b]]++;for(T=p,h=Ho;h>=1&&A[h]===0;h--);if(T>h&&(T=h),h===0)return f[o++]=1<<24|64<<16|0,f[o++]=1<<24|64<<16|0,l.bits=1,0;for(c=1;c<h&&A[c]===0;c++);for(T<c&&(T=c),P=1,u=1;u<=Ho;u++)if(P<<=1,P-=A[u],P<0)return-1;if(P>0&&(e===yb||h!==1))return-1;for(w[1]=0,u=1;u<Ho;u++)w[u+1]=w[u]+A[u];for(b=0;b<i;b++)r[n+b]!==0&&(s[w[r[n+b]]++]=b);if(e===yb?(ne=F=s,g=19):e===Jc?(ne=Yk,j-=257,F=Kk,C-=257,g=256):(ne=Gk,F=Jk,g=-1),Y=0,b=0,u=c,L=o,y=T,N=0,O=-1,R=1<<T,te=R-1,e===Jc&&R>gb||e===vb&&R>jb)return 1;for(;;){M=u-N,s[b]<g?(Q=0,x=s[b]):s[b]>g?(Q=F[C+s[b]],x=ne[j+s[b]]):(Q=32+64,x=0),re=1<<u-N,W=1<<y,c=W;do W-=re,f[L+(Y>>N)+W]=M<<24|Q<<16|x|0;while(W!==0);for(re=1<<u-1;Y&re;)re>>=1;if(re!==0?(Y&=re-1,Y+=re):Y=0,b++,--A[u]==0){if(u===h)break;u=r[n+s[b]]}if(u>T&&(Y&te)!==O){for(N===0&&(N=T),L+=c,y=u-N,P=1<<y;y+N<h&&(P-=A[y+N],!(P<=0));)y++,P<<=1;if(R+=1<<y,e===Jc&&R>gb||e===vb&&R>jb)return 1;O=Y&te,f[O]=T<<24|y<<16|L-o|0}}return Y!==0&&(f[L+Y]=u-N<<24|64<<16|0),l.bits=T,0}});var ig=he(zn=>{"use strict";var Xr=qi(),Zc=zc(),ri=Fc(),Zk=hb(),$s=qb(),Xk=0,kb=1,Tb=2,Bb=4,Qk=5,Ja=6,Xf=0,$k=1,eT=2,jn=-2,Ib=-3,Xc=-4,tT=-5,Sb=8,xb=1,Eb=2,Ab=3,Ob=4,Nb=5,Hb=6,Rb=7,Db=8,zb=9,Fb=10,Za=11,Bi=12,Qc=13,Pb=14,$c=15,Mb=16,Ub=17,Lb=18,Cb=19,Xa=20,Qa=21,Vb=22,Wb=23,Yb=24,Kb=25,Gb=26,em=27,Jb=28,Zb=29,Rt=30,tm=31,rT=32,nT=852,iT=592,fT=15,oT=fT;function Xb(t){return(t>>>24&255)+(t>>>8&65280)+((t&65280)<<8)+((t&255)<<24)}function sT(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Xr.Buf16(320),this.work=new Xr.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function Qb(t){var e;return!t||!t.state?jn:(e=t.state,t.total_in=t.total_out=e.total=0,t.msg="",e.wrap&&(t.adler=e.wrap&1),e.mode=xb,e.last=0,e.havedict=0,e.dmax=32768,e.head=null,e.hold=0,e.bits=0,e.lencode=e.lendyn=new Xr.Buf32(nT),e.distcode=e.distdyn=new Xr.Buf32(iT),e.sane=1,e.back=-1,Xf)}function $b(t){var e;return!t||!t.state?jn:(e=t.state,e.wsize=0,e.whave=0,e.wnext=0,Qb(t))}function eg(t,e){var r,n;return!t||!t.state||(n=t.state,e<0?(r=0,e=-e):(r=(e>>4)+1,e<48&&(e&=15)),e&&(e<8||e>15))?jn:(n.window!==null&&n.wbits!==e&&(n.window=null),n.wrap=r,n.wbits=e,$b(t))}function tg(t,e){var r,n;return t?(n=new sT,t.state=n,n.window=null,r=eg(t,e),r!==Xf&&(t.state=null),r):jn}function lT(t){return tg(t,oT)}var rg=!0,rm,nm;function aT(t){if(rg){var e;for(rm=new Xr.Buf32(512),nm=new Xr.Buf32(32),e=0;e<144;)t.lens[e++]=8;for(;e<256;)t.lens[e++]=9;for(;e<280;)t.lens[e++]=7;for(;e<288;)t.lens[e++]=8;for($s(kb,t.lens,0,288,rm,0,t.work,{bits:9}),e=0;e<32;)t.lens[e++]=5;$s(Tb,t.lens,0,32,nm,0,t.work,{bits:5}),rg=!1}t.lencode=rm,t.lenbits=9,t.distcode=nm,t.distbits=5}function ng(t,e,r,n){var i,f=t.state;return f.window===null&&(f.wsize=1<<f.wbits,f.wnext=0,f.whave=0,f.window=new Xr.Buf8(f.wsize)),n>=f.wsize?(Xr.arraySet(f.window,e,r-f.wsize,f.wsize,0),f.wnext=0,f.whave=f.wsize):(i=f.wsize-f.wnext,i>n&&(i=n),Xr.arraySet(f.window,e,r-n,i,f.wnext),n-=i,n?(Xr.arraySet(f.window,e,r-n,n,0),f.wnext=n,f.whave=f.wsize):(f.wnext+=i,f.wnext===f.wsize&&(f.wnext=0),f.whave<f.wsize&&(f.whave+=i))),0}function pT(t,e){var r,n,i,f,o,s,l,p,u,b,c,h,T,y,N=0,P,R,Y,re,W,O,te,L,ne=new Xr.Buf8(4),j,g,A=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!t||!t.state||!t.output||!t.input&&t.avail_in!==0)return jn;r=t.state,r.mode===Bi&&(r.mode=Qc),o=t.next_out,i=t.output,l=t.avail_out,f=t.next_in,n=t.input,s=t.avail_in,p=r.hold,u=r.bits,b=s,c=l,L=Xf;e:for(;;)switch(r.mode){case xb:if(r.wrap===0){r.mode=Qc;break}for(;u<16;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(r.wrap&2&&p===35615){r.check=0,ne[0]=p&255,ne[1]=p>>>8&255,r.check=ri(r.check,ne,2,0),p=0,u=0,r.mode=Eb;break}if(r.flags=0,r.head&&(r.head.done=!1),!(r.wrap&1)||(((p&255)<<8)+(p>>8))%31){t.msg="incorrect header check",r.mode=Rt;break}if((p&15)!==Sb){t.msg="unknown compression method",r.mode=Rt;break}if(p>>>=4,u-=4,te=(p&15)+8,r.wbits===0)r.wbits=te;else if(te>r.wbits){t.msg="invalid window size",r.mode=Rt;break}r.dmax=1<<te,t.adler=r.check=1,r.mode=p&512?Fb:Bi,p=0,u=0;break;case Eb:for(;u<16;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(r.flags=p,(r.flags&255)!==Sb){t.msg="unknown compression method",r.mode=Rt;break}if(r.flags&57344){t.msg="unknown header flags set",r.mode=Rt;break}r.head&&(r.head.text=p>>8&1),r.flags&512&&(ne[0]=p&255,ne[1]=p>>>8&255,r.check=ri(r.check,ne,2,0)),p=0,u=0,r.mode=Ab;case Ab:for(;u<32;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}r.head&&(r.head.time=p),r.flags&512&&(ne[0]=p&255,ne[1]=p>>>8&255,ne[2]=p>>>16&255,ne[3]=p>>>24&255,r.check=ri(r.check,ne,4,0)),p=0,u=0,r.mode=Ob;case Ob:for(;u<16;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}r.head&&(r.head.xflags=p&255,r.head.os=p>>8),r.flags&512&&(ne[0]=p&255,ne[1]=p>>>8&255,r.check=ri(r.check,ne,2,0)),p=0,u=0,r.mode=Nb;case Nb:if(r.flags&1024){for(;u<16;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}r.length=p,r.head&&(r.head.extra_len=p),r.flags&512&&(ne[0]=p&255,ne[1]=p>>>8&255,r.check=ri(r.check,ne,2,0)),p=0,u=0}else r.head&&(r.head.extra=null);r.mode=Hb;case Hb:if(r.flags&1024&&(h=r.length,h>s&&(h=s),h&&(r.head&&(te=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Array(r.head.extra_len)),Xr.arraySet(r.head.extra,n,f,h,te)),r.flags&512&&(r.check=ri(r.check,n,h,f)),s-=h,f+=h,r.length-=h),r.length))break e;r.length=0,r.mode=Rb;case Rb:if(r.flags&2048){if(s===0)break e;h=0;do te=n[f+h++],r.head&&te&&r.length<65536&&(r.head.name+=String.fromCharCode(te));while(te&&h<s);if(r.flags&512&&(r.check=ri(r.check,n,h,f)),s-=h,f+=h,te)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=Db;case Db:if(r.flags&4096){if(s===0)break e;h=0;do te=n[f+h++],r.head&&te&&r.length<65536&&(r.head.comment+=String.fromCharCode(te));while(te&&h<s);if(r.flags&512&&(r.check=ri(r.check,n,h,f)),s-=h,f+=h,te)break e}else r.head&&(r.head.comment=null);r.mode=zb;case zb:if(r.flags&512){for(;u<16;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(p!==(r.check&65535)){t.msg="header crc mismatch",r.mode=Rt;break}p=0,u=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),t.adler=r.check=0,r.mode=Bi;break;case Fb:for(;u<32;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}t.adler=r.check=Xb(p),p=0,u=0,r.mode=Za;case Za:if(r.havedict===0)return t.next_out=o,t.avail_out=l,t.next_in=f,t.avail_in=s,r.hold=p,r.bits=u,eT;t.adler=r.check=1,r.mode=Bi;case Bi:if(e===Qk||e===Ja)break e;case Qc:if(r.last){p>>>=u&7,u-=u&7,r.mode=em;break}for(;u<3;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}switch(r.last=p&1,p>>>=1,u-=1,p&3){case 0:r.mode=Pb;break;case 1:if(aT(r),r.mode=Xa,e===Ja){p>>>=2,u-=2;break e}break;case 2:r.mode=Ub;break;case 3:t.msg="invalid block type",r.mode=Rt}p>>>=2,u-=2;break;case Pb:for(p>>>=u&7,u-=u&7;u<32;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if((p&65535)!=(p>>>16^65535)){t.msg="invalid stored block lengths",r.mode=Rt;break}if(r.length=p&65535,p=0,u=0,r.mode=$c,e===Ja)break e;case $c:r.mode=Mb;case Mb:if(h=r.length,h){if(h>s&&(h=s),h>l&&(h=l),h===0)break e;Xr.arraySet(i,n,f,h,o),s-=h,f+=h,l-=h,o+=h,r.length-=h;break}r.mode=Bi;break;case Ub:for(;u<14;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(r.nlen=(p&31)+257,p>>>=5,u-=5,r.ndist=(p&31)+1,p>>>=5,u-=5,r.ncode=(p&15)+4,p>>>=4,u-=4,r.nlen>286||r.ndist>30){t.msg="too many length or distance symbols",r.mode=Rt;break}r.have=0,r.mode=Lb;case Lb:for(;r.have<r.ncode;){for(;u<3;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}r.lens[A[r.have++]]=p&7,p>>>=3,u-=3}for(;r.have<19;)r.lens[A[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,j={bits:r.lenbits},L=$s(Xk,r.lens,0,19,r.lencode,0,r.work,j),r.lenbits=j.bits,L){t.msg="invalid code lengths set",r.mode=Rt;break}r.have=0,r.mode=Cb;case Cb:for(;r.have<r.nlen+r.ndist;){for(;N=r.lencode[p&(1<<r.lenbits)-1],P=N>>>24,R=N>>>16&255,Y=N&65535,!(P<=u);){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(Y<16)p>>>=P,u-=P,r.lens[r.have++]=Y;else{if(Y===16){for(g=P+2;u<g;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(p>>>=P,u-=P,r.have===0){t.msg="invalid bit length repeat",r.mode=Rt;break}te=r.lens[r.have-1],h=3+(p&3),p>>>=2,u-=2}else if(Y===17){for(g=P+3;u<g;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}p>>>=P,u-=P,te=0,h=3+(p&7),p>>>=3,u-=3}else{for(g=P+7;u<g;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}p>>>=P,u-=P,te=0,h=11+(p&127),p>>>=7,u-=7}if(r.have+h>r.nlen+r.ndist){t.msg="invalid bit length repeat",r.mode=Rt;break}for(;h--;)r.lens[r.have++]=te}}if(r.mode===Rt)break;if(r.lens[256]===0){t.msg="invalid code -- missing end-of-block",r.mode=Rt;break}if(r.lenbits=9,j={bits:r.lenbits},L=$s(kb,r.lens,0,r.nlen,r.lencode,0,r.work,j),r.lenbits=j.bits,L){t.msg="invalid literal/lengths set",r.mode=Rt;break}if(r.distbits=6,r.distcode=r.distdyn,j={bits:r.distbits},L=$s(Tb,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,j),r.distbits=j.bits,L){t.msg="invalid distances set",r.mode=Rt;break}if(r.mode=Xa,e===Ja)break e;case Xa:r.mode=Qa;case Qa:if(s>=6&&l>=258){t.next_out=o,t.avail_out=l,t.next_in=f,t.avail_in=s,r.hold=p,r.bits=u,Zk(t,c),o=t.next_out,i=t.output,l=t.avail_out,f=t.next_in,n=t.input,s=t.avail_in,p=r.hold,u=r.bits,r.mode===Bi&&(r.back=-1);break}for(r.back=0;N=r.lencode[p&(1<<r.lenbits)-1],P=N>>>24,R=N>>>16&255,Y=N&65535,!(P<=u);){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(R&&(R&240)==0){for(re=P,W=R,O=Y;N=r.lencode[O+((p&(1<<re+W)-1)>>re)],P=N>>>24,R=N>>>16&255,Y=N&65535,!(re+P<=u);){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}p>>>=re,u-=re,r.back+=re}if(p>>>=P,u-=P,r.back+=P,r.length=Y,R===0){r.mode=Gb;break}if(R&32){r.back=-1,r.mode=Bi;break}if(R&64){t.msg="invalid literal/length code",r.mode=Rt;break}r.extra=R&15,r.mode=Vb;case Vb:if(r.extra){for(g=r.extra;u<g;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}r.length+=p&(1<<r.extra)-1,p>>>=r.extra,u-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=Wb;case Wb:for(;N=r.distcode[p&(1<<r.distbits)-1],P=N>>>24,R=N>>>16&255,Y=N&65535,!(P<=u);){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if((R&240)==0){for(re=P,W=R,O=Y;N=r.distcode[O+((p&(1<<re+W)-1)>>re)],P=N>>>24,R=N>>>16&255,Y=N&65535,!(re+P<=u);){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}p>>>=re,u-=re,r.back+=re}if(p>>>=P,u-=P,r.back+=P,R&64){t.msg="invalid distance code",r.mode=Rt;break}r.offset=Y,r.extra=R&15,r.mode=Yb;case Yb:if(r.extra){for(g=r.extra;u<g;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}r.offset+=p&(1<<r.extra)-1,p>>>=r.extra,u-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){t.msg="invalid distance too far back",r.mode=Rt;break}r.mode=Kb;case Kb:if(l===0)break e;if(h=c-l,r.offset>h){if(h=r.offset-h,h>r.whave&&r.sane){t.msg="invalid distance too far back",r.mode=Rt;break}h>r.wnext?(h-=r.wnext,T=r.wsize-h):T=r.wnext-h,h>r.length&&(h=r.length),y=r.window}else y=i,T=o-r.offset,h=r.length;h>l&&(h=l),l-=h,r.length-=h;do i[o++]=y[T++];while(--h);r.length===0&&(r.mode=Qa);break;case Gb:if(l===0)break e;i[o++]=r.length,l--,r.mode=Qa;break;case em:if(r.wrap){for(;u<32;){if(s===0)break e;s--,p|=n[f++]<<u,u+=8}if(c-=l,t.total_out+=c,r.total+=c,c&&(t.adler=r.check=r.flags?ri(r.check,i,c,o-c):Zc(r.check,i,c,o-c)),c=l,(r.flags?p:Xb(p))!==r.check){t.msg="incorrect data check",r.mode=Rt;break}p=0,u=0}r.mode=Jb;case Jb:if(r.wrap&&r.flags){for(;u<32;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(p!==(r.total&4294967295)){t.msg="incorrect length check",r.mode=Rt;break}p=0,u=0}r.mode=Zb;case Zb:L=$k;break e;case Rt:L=Ib;break e;case tm:return Xc;case rT:default:return jn}return t.next_out=o,t.avail_out=l,t.next_in=f,t.avail_in=s,r.hold=p,r.bits=u,(r.wsize||c!==t.avail_out&&r.mode<Rt&&(r.mode<em||e!==Bb))&&ng(t,t.output,t.next_out,c-t.avail_out)?(r.mode=tm,Xc):(b-=t.avail_in,c-=t.avail_out,t.total_in+=b,t.total_out+=c,r.total+=c,r.wrap&&c&&(t.adler=r.check=r.flags?ri(r.check,i,c,t.next_out-c):Zc(r.check,i,c,t.next_out-c)),t.data_type=r.bits+(r.last?64:0)+(r.mode===Bi?128:0)+(r.mode===Xa||r.mode===$c?256:0),(b===0&&c===0||e===Bb)&&L===Xf&&(L=tT),L)}function uT(t){if(!t||!t.state)return jn;var e=t.state;return e.window&&(e.window=null),t.state=null,Xf}function cT(t,e){var r;return!t||!t.state||(r=t.state,(r.wrap&2)==0)?jn:(r.head=e,e.done=!1,Xf)}function mT(t,e){var r=e.length,n,i,f;return!t||!t.state||(n=t.state,n.wrap!==0&&n.mode!==Za)?jn:n.mode===Za&&(i=1,i=Zc(i,e,r,0),i!==n.check)?Ib:(f=ng(t,e,r,r),f?(n.mode=tm,Xc):(n.havedict=1,Xf))}zn.inflateReset=$b;zn.inflateReset2=eg;zn.inflateResetKeep=Qb;zn.inflateInit=lT;zn.inflateInit2=tg;zn.inflate=pT;zn.inflateEnd=uT;zn.inflateGetHeader=cT;zn.inflateSetDictionary=mT;zn.inflateInfo="pako inflate (from Nodeca project)"});var im=he((zA,fg)=>{"use strict";fg.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}});var sg=he((FA,og)=>{"use strict";function dT(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}og.exports=dT});var ag=he(tl=>{"use strict";var Ro=ig(),el=qi(),$a=Cc(),Wt=im(),fm=Ma(),wT=Vc(),hT=sg(),lg=Object.prototype.toString;function Qf(t){if(!(this instanceof Qf))return new Qf(t);this.options=el.assign({chunkSize:16384,windowBits:0,to:""},t||{});var e=this.options;e.raw&&e.windowBits>=0&&e.windowBits<16&&(e.windowBits=-e.windowBits,e.windowBits===0&&(e.windowBits=-15)),e.windowBits>=0&&e.windowBits<16&&!(t&&t.windowBits)&&(e.windowBits+=32),e.windowBits>15&&e.windowBits<48&&(e.windowBits&15)==0&&(e.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new wT,this.strm.avail_out=0;var r=Ro.inflateInit2(this.strm,e.windowBits);if(r!==Wt.Z_OK)throw new Error(fm[r]);if(this.header=new hT,Ro.inflateGetHeader(this.strm,this.header),e.dictionary&&(typeof e.dictionary=="string"?e.dictionary=$a.string2buf(e.dictionary):lg.call(e.dictionary)==="[object ArrayBuffer]"&&(e.dictionary=new Uint8Array(e.dictionary)),e.raw&&(r=Ro.inflateSetDictionary(this.strm,e.dictionary),r!==Wt.Z_OK)))throw new Error(fm[r])}Qf.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i=this.options.dictionary,f,o,s,l,p,u=!1;if(this.ended)return!1;o=e===~~e?e:e===!0?Wt.Z_FINISH:Wt.Z_NO_FLUSH,typeof t=="string"?r.input=$a.binstring2buf(t):lg.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new el.Buf8(n),r.next_out=0,r.avail_out=n),f=Ro.inflate(r,Wt.Z_NO_FLUSH),f===Wt.Z_NEED_DICT&&i&&(f=Ro.inflateSetDictionary(this.strm,i)),f===Wt.Z_BUF_ERROR&&u===!0&&(f=Wt.Z_OK,u=!1),f!==Wt.Z_STREAM_END&&f!==Wt.Z_OK)return this.onEnd(f),this.ended=!0,!1;r.next_out&&(r.avail_out===0||f===Wt.Z_STREAM_END||r.avail_in===0&&(o===Wt.Z_FINISH||o===Wt.Z_SYNC_FLUSH))&&(this.options.to==="string"?(s=$a.utf8border(r.output,r.next_out),l=r.next_out-s,p=$a.buf2string(r.output,s),r.next_out=l,r.avail_out=n-l,l&&el.arraySet(r.output,r.output,s,l,0),this.onData(p)):this.onData(el.shrinkBuf(r.output,r.next_out))),r.avail_in===0&&r.avail_out===0&&(u=!0)}while((r.avail_in>0||r.avail_out===0)&&f!==Wt.Z_STREAM_END);return f===Wt.Z_STREAM_END&&(o=Wt.Z_FINISH),o===Wt.Z_FINISH?(f=Ro.inflateEnd(this.strm),this.onEnd(f),this.ended=!0,f===Wt.Z_OK):(o===Wt.Z_SYNC_FLUSH&&(this.onEnd(Wt.Z_OK),r.avail_out=0),!0)};Qf.prototype.onData=function(t){this.chunks.push(t)};Qf.prototype.onEnd=function(t){t===Wt.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=el.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function om(t,e){var r=new Qf(e);if(r.push(t,!0),r.err)throw r.msg||fm[r.err];return r.result}function bT(t,e){return e=e||{},e.raw=!0,om(t,e)}tl.Inflate=Qf;tl.inflate=om;tl.inflateRaw=bT;tl.ungzip=om});var cg=he((MA,ug)=>{"use strict";var gT=qi().assign,jT=db(),yT=ag(),vT=im(),pg={};gT(pg,jT,yT,vT);ug.exports=pg});var sm=he(()=>{});var hg=he(wg=>{"use strict";var qT=[0,255,65535,16777215,4294967295];function kT(t,e,r,n,i){var f;for(f=0;f<i;f++)r[n+f]=t[e+f]}function TT(t,e,r,n){var i;for(i=0;i<n;i++)t[e+i]=t[e-r+i]}function am(t){this.array=t,this.pos=0}am.prototype.readUncompressedLength=function(){for(var t=0,e=0,r,n;e<32&&this.pos<this.array.length;){if(r=this.array[this.pos],this.pos+=1,n=r&127,n<<e>>>e!==n)return-1;if(t|=n<<e,r<128)return t;e+=7}return-1};am.prototype.uncompressToBuffer=function(t){for(var e=this.array,r=e.length,n=this.pos,i=0,f,o,s,l;n<e.length;)if(f=e[n],n+=1,(f&3)==0){if(o=(f>>>2)+1,o>60){if(n+3>=r)return!1;s=o-60,o=e[n]+(e[n+1]<<8)+(e[n+2]<<16)+(e[n+3]<<24),o=(o&qT[s])+1,n+=s}if(n+o>r)return!1;kT(e,n,t,i,o),n+=o,i+=o}else{switch(f&3){case 1:o=(f>>>2&7)+4,l=e[n]+(f>>>5<<8),n+=1;break;case 2:if(n+1>=r)return!1;o=(f>>>2)+1,l=e[n]+(e[n+1]<<8),n+=2;break;case 3:if(n+3>=r)return!1;o=(f>>>2)+1,l=e[n]+(e[n+1]<<8)+(e[n+2]<<16)+(e[n+3]<<24),n+=4;break;default:break}if(l===0||l>i)return!1;TT(t,i,l,o),i+=o}return!0};wg.SnappyDecompressor=am});var vg=he(yg=>{"use strict";var BT=16,IT=1<<BT,bg=14,pm=new Array(bg+1);function nl(t,e){return t*506832829>>>e}function il(t,e){return t[e]+(t[e+1]<<8)+(t[e+2]<<16)+(t[e+3]<<24)}function gg(t,e,r){return t[e]===t[r]&&t[e+1]===t[r+1]&&t[e+2]===t[r+2]&&t[e+3]===t[r+3]}function ST(t,e,r,n,i){var f;for(f=0;f<i;f++)r[n+f]=t[e+f]}function jg(t,e,r,n,i){return r<=60?(n[i]=r-1<<2,i+=1):r<256?(n[i]=60<<2,n[i+1]=r-1,i+=2):(n[i]=61<<2,n[i+1]=r-1&255,n[i+2]=r-1>>>8,i+=3),ST(t,e,n,i,r),i+r}function um(t,e,r,n){return n<12&&r<2048?(t[e]=1+(n-4<<2)+(r>>>8<<5),t[e+1]=r&255,e+2):(t[e]=2+(n-1<<2),t[e+1]=r&255,t[e+2]=r>>>8,e+3)}function xT(t,e,r,n){for(;n>=68;)e=um(t,e,r,64),n-=64;return n>64&&(e=um(t,e,r,60),n-=60),um(t,e,r,n)}function ET(t,e,r,n,i){for(var f=1;1<<f<=r&&f<=bg;)f+=1;f-=1;var o=32-f;typeof pm[f]=="undefined"&&(pm[f]=new Uint16Array(1<<f));var s=pm[f],l;for(l=0;l<s.length;l++)s[l]=0;var p=e+r,u,b=e,c=e,h,T,y,N,P,R,Y,re,W,O,te,L=!0,ne=15;if(r>=ne)for(u=p-ne,e+=1,T=nl(il(t,e),o);L;){P=32,y=e;do{if(e=y,h=T,R=P>>>5,P+=1,y=e+R,e>u){L=!1;break}T=nl(il(t,y),o),N=b+s[h],s[h]=e-b}while(!gg(t,e,N));if(!L)break;i=jg(t,c,e-c,n,i);do{for(Y=e,re=4;e+re<p&&t[e+re]===t[N+re];)re+=1;if(e+=re,W=Y-N,i=xT(n,i,W,re),c=e,e>=u){L=!1;break}O=nl(il(t,e-1),o),s[O]=e-1-b,te=nl(il(t,e),o),N=b+s[te],s[te]=e-b}while(gg(t,e,N));if(!L)break;e+=1,T=nl(il(t,e),o)}return c<p&&(i=jg(t,c,p-c,n,i)),i}function AT(t,e,r){do e[r]=t&127,t=t>>>7,t>0&&(e[r]+=128),r+=1;while(t>0);return r}function cm(t){this.array=t}cm.prototype.maxCompressedLength=function(){var t=this.array.length;return 32+t+Math.floor(t/6)};cm.prototype.compressToBuffer=function(t){var e=this.array,r=e.length,n=0,i=0,f;for(i=AT(r,t,i);n<r;)f=Math.min(r-n,IT),i=ET(e,n,f,t,i),n+=f;return i};yg.SnappyCompressor=cm});var Tg=he(mm=>{"use strict";function _g(){return typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node!="undefined"}function rp(t){return t instanceof Uint8Array&&(!_g()||!Buffer.isBuffer(t))}function np(t){return t instanceof ArrayBuffer}function qg(t){return _g()?Buffer.isBuffer(t):!1}var OT=hg().SnappyDecompressor,NT=vg().SnappyCompressor,kg="Argument compressed must be type of ArrayBuffer, Buffer, or Uint8Array";function HT(t){if(!rp(t)&&!np(t)&&!qg(t))throw new TypeError(kg);var e=!1,r=!1;rp(t)?e=!0:np(t)&&(r=!0,t=new Uint8Array(t));var n=new OT(t),i=n.readUncompressedLength();if(i===-1)throw new Error("Invalid Snappy bitstream");var f,o;if(e){if(f=new Uint8Array(i),!n.uncompressToBuffer(f))throw new Error("Invalid Snappy bitstream")}else if(r){if(f=new ArrayBuffer(i),o=new Uint8Array(f),!n.uncompressToBuffer(o))throw new Error("Invalid Snappy bitstream")}else if(f=Buffer.alloc(i),!n.uncompressToBuffer(f))throw new Error("Invalid Snappy bitstream");return f}function RT(t){if(!rp(t)&&!np(t)&&!qg(t))throw new TypeError(kg);var e=!1,r=!1;rp(t)?e=!0:np(t)&&(r=!0,t=new Uint8Array(t));var n=new NT(t),i=n.maxCompressedLength(),f,o,s;if(e?(f=new Uint8Array(i),s=n.compressToBuffer(f)):r?(f=new ArrayBuffer(i),o=new Uint8Array(f),s=n.compressToBuffer(o)):(f=Buffer.alloc(i),s=n.compressToBuffer(f)),!f.slice){var l=new Uint8Array(Array.prototype.slice.call(f,0,s));if(e)return l;if(r)return l.buffer;throw new Error("Not implemented")}return f.slice(0,s)}mm.uncompress=HT;mm.compress=RT});var dm=he(Do=>{Do.hashU32=function(e){return e=e|0,e=e+2127912214+(e<<12)|0,e=e^-949894596^e>>>19,e=e+374761393+(e<<5)|0,e=e+-744332180^e<<9,e=e+-42973499+(e<<3)|0,e^-1252372727^e>>>16|0};Do.readU64=function(e,r){var n=0;return n|=e[r++]<<0,n|=e[r++]<<8,n|=e[r++]<<16,n|=e[r++]<<24,n|=e[r++]<<32,n|=e[r++]<<40,n|=e[r++]<<48,n|=e[r++]<<56,n};Do.readU32=function(e,r){var n=0;return n|=e[r++]<<0,n|=e[r++]<<8,n|=e[r++]<<16,n|=e[r++]<<24,n};Do.writeU32=function(e,r,n){e[r++]=n>>0&255,e[r++]=n>>8&255,e[r++]=n>>16&255,e[r++]=n>>24&255};Do.imul=function(e,r){var n=e>>>16,i=e&65535,f=r>>>16,o=r&65535;return i*o+(n*o+i*f<<16)|0}});var Eg=he(xg=>{var ni=dm(),to=2654435761,ro=2246822519,Bg=3266489917,zT=668265263,Ig=374761393;function ap(t,e){return t=t|0,e=e|0,t>>>(32-e|0)|t<<e|0}function Sg(t,e,r){return t=t|0,e=e|0,r=r|0,ni.imul(t>>>(32-e|0)|t<<e,r)|0}function wm(t,e){return t=t|0,e=e|0,t>>>e^t|0}function sl(t,e,r,n,i){return Sg(ni.imul(e,r)+t,n,i)}function FT(t,e,r){return Sg(t+ni.imul(e[r],Ig),11,to)}function PT(t,e,r){return sl(t,ni.readU32(e,r),Bg,17,zT)}function MT(t,e,r){return[sl(t[0],ni.readU32(e,r+0),ro,13,to),sl(t[1],ni.readU32(e,r+4),ro,13,to),sl(t[2],ni.readU32(e,r+8),ro,13,to),sl(t[3],ni.readU32(e,r+12),ro,13,to)]}function UT(t,e,r,n){var i,f;if(f=n,n>=16){for(i=[t+to+ro,t+ro,t,t-to];n>=16;)i=MT(i,e,r),r+=16,n-=16;i=ap(i[0],1)+ap(i[1],7)+ap(i[2],12)+ap(i[3],18)+f}else i=t+Ig+n>>>0;for(;n>=4;)i=PT(i,e,r),r+=4,n-=4;for(;n>0;)i=FT(i,e,r),r++,n--;return i=wm(ni.imul(wm(ni.imul(wm(i,15),ro),13),Bg),16),i>>>0}xg.hash=UT});var Pg=he(lr=>{var LT=Eg(),yn=dm(),pp=4,CT=13,Ag=5,hm=6,up=1<<16,ll=4,cp=(1<<ll)-1,VT=4,zo=(1<<VT)-1,Og=zg(5<<20),bm=YT(),gm=407708164,WT=4,Ng=8,Hg=16,jm=64,ym=192,mp=2147483648,Rg=7,vm=4,Dg=7,dp={4:65536,5:262144,6:1048576,7:4194304};function YT(){try{return new Uint32Array(up)}catch{for(var t=new Array(up),e=0;e<up;e++)t[e]=0;return t}}function KT(t){for(var e=0;e<up;e++)bm[e]=0}function zg(t){try{return new Uint8Array(t)}catch{for(var e=new Array(t),r=0;r<t;r++)e[r]=0;return e}}function Fg(t,e,r){if(typeof t.buffer!==void 0){if(Uint8Array.prototype.slice)return t.slice(e,r);var n=t.length;e=e|0,e=e<0?Math.max(n+e,0):Math.min(e,n),r=r===void 0?n:r|0,r=r<0?Math.max(n+r,0):Math.min(r,n);for(var i=new Uint8Array(r-e),f=e,o=0;f<r;)i[o++]=t[f++];return i}else return t.slice(e,r)}lr.compressBound=function(e){return e+e/255+16|0};lr.decompressBound=function(e){var r=0;if(yn.readU32(e,r)!==gm)throw new Error("invalid magic number");r+=4;var n=e[r++];if((n&ym)!==jm)throw new Error("incompatible descriptor version "+(n&ym));var i=(n&Hg)!=0,f=(n&Ng)!=0,o=e[r++]>>vm&Dg;if(dp[o]===void 0)throw new Error("invalid block size "+o);var s=dp[o];if(f)return yn.readU64(e,r);r++;for(var l=0;;){var p=yn.readU32(e,r);if(r+=4,p&mp?(p&=~mp,l+=p):l+=s,p===0)return l;i&&(r+=4),r+=p}};lr.makeBuffer=zg;lr.decompressBlock=function(e,r,n,i,f){var o,s,l,p,u;for(l=n+i;n<l;){var b=e[n++],c=b>>4;if(c>0){if(c===15)for(;c+=e[n],e[n++]===255;);for(p=n+c;n<p;)r[f++]=e[n++]}if(n>=l)break;if(o=b&15,s=e[n++]|e[n++]<<8,o===15)for(;o+=e[n],e[n++]===255;);for(o+=pp,u=f-s,p=u+o;u<p;)r[f++]=r[u++]|0}return f};lr.compressBlock=function(e,r,n,i,f){var o,s,l,p,u,b,c,h,T;if(c=0,h=i+n,s=n,i>=CT)for(var y=(1<<hm)+3;n+pp<h-Ag;){var N=yn.readU32(e,n),P=yn.hashU32(N)>>>0;if(P=(P>>16^P)>>>0&65535,o=f[P]-1,f[P]=n+1,o<0||n-o>>>16>0||yn.readU32(e,o)!==N){u=y++>>hm,n+=u;continue}for(y=(1<<hm)+3,b=n-s,p=n-o,n+=pp,o+=pp,l=n;n<h-Ag&&e[n]===e[o];)n++,o++;l=n-l;var R=l<cp?l:cp;if(b>=zo){for(r[c++]=(zo<<ll)+R,T=b-zo;T>=255;T-=255)r[c++]=255;r[c++]=T}else r[c++]=(b<<ll)+R;for(var Y=0;Y<b;Y++)r[c++]=e[s+Y];if(r[c++]=p,r[c++]=p>>8,l>=cp){for(T=l-cp;T>=255;T-=255)r[c++]=255;r[c++]=T}s=n}if(s===0)return 0;if(b=h-s,b>=zo){for(r[c++]=zo<<ll,T=b-zo;T>=255;T-=255)r[c++]=255;r[c++]=T}else r[c++]=b<<ll;for(n=s;n<h;)r[c++]=e[n++];return c};lr.decompressFrame=function(e,r){var n,i,f,o,s=0,l=0;if(yn.readU32(e,s)!==gm)throw new Error("invalid magic number");if(s+=4,o=e[s++],(o&ym)!==jm)throw new Error("incompatible descriptor version");n=(o&Hg)!=0,i=(o&WT)!=0,f=(o&Ng)!=0;var p=e[s++]>>vm&Dg;if(dp[p]===void 0)throw new Error("invalid block size");for(f&&(s+=8),s++;;){var u;if(u=yn.readU32(e,s),s+=4,u===0)break;if(n&&(s+=4),(u&mp)!=0){u&=~mp;for(var b=0;b<u;b++)r[l++]=e[s++]}else l=lr.decompressBlock(e,r,s,u,l),s+=u}return i&&(s+=4),l};lr.compressFrame=function(e,r){var n=0;yn.writeU32(r,n,gm),n+=4,r[n++]=jm,r[n++]=Rg<<vm,r[n]=LT.hash(0,r,4,n-4)>>8,n++;var i=dp[Rg],f=e.length,o=0;for(KT(bm);f>0;){var s=0,l=f>i?i:f;if(s=lr.compressBlock(e,Og,o,l,bm),s>l||s===0){yn.writeU32(r,n,2147483648|l),n+=4;for(var p=o+l;o<p;)r[n++]=e[o++];f-=l}else{yn.writeU32(r,n,s),n+=4;for(var u=0;u<s;)r[n++]=Og[u++];o+=l,f-=l}}return yn.writeU32(r,n,0),n+=4,n};lr.decompress=function(e,r){var n,i;return r===void 0&&(r=lr.decompressBound(e)),n=lr.makeBuffer(r),i=lr.decompressFrame(e,n),i!==r&&(n=Fg(n,0,i)),n};lr.compress=function(e,r){var n,i;return r===void 0&&(r=lr.compressBound(e.length)),n=lr.makeBuffer(r),i=lr.compressFrame(e,n),i!==r&&(n=Fg(n,0,i)),n}});var _n=he((yN,aj)=>{var Vm=4294967296,lj=[];for(Wo=0;Wo<256;Wo++)lj[Wo]=(Wo>15?"":"0")+Wo.toString(16);var Wo,cl=aj.exports=function(t,e){t instanceof Buffer?(this.buffer=t,this.offset=e||0):Object.prototype.toString.call(t)=="[object Uint8Array]"?(this.buffer=new Buffer(t),this.offset=e||0):(this.buffer=this.buffer||new Buffer(8),this.offset=0,this.setValue.apply(this,arguments))};cl.MAX_INT=Math.pow(2,53);cl.MIN_INT=-Math.pow(2,53);cl.prototype={constructor:cl,_2scomp:function(){for(var t=this.buffer,e=this.offset,r=1,n=e+7;n>=e;n--){var i=(t[n]^255)+r;t[n]=i&255,r=i>>8}},setValue:function(t,e){var r=!1;if(arguments.length==1)if(typeof t=="number"){if(r=t<0,t=Math.abs(t),e=t%Vm,t=t/Vm,t>Vm)throw new RangeError(t+" is outside Int64 range");t=t|0}else if(typeof t=="string")t=(t+"").replace(/^0x/,""),e=t.substr(-8),t=t.length>8?t.substr(0,t.length-8):"",t=parseInt(t,16),e=parseInt(e,16);else throw new Error(t+" must be a Number or String");for(var n=this.buffer,i=this.offset,f=7;f>=0;f--)n[i+f]=e&255,e=f==4?t:e>>>8;r&&this._2scomp()},toNumber:function(t){for(var e=this.buffer,r=this.offset,n=e[r]&128,i=0,f=1,o=7,s=1;o>=0;o--,s*=256){var l=e[r+o];n&&(l=(l^255)+f,f=l>>8,l=l&255),i+=l*s}return!t&&i>=cl.MAX_INT?n?-1/0:1/0:n?-i:i},valueOf:function(){return this.toNumber(!1)},toString:function(t){return this.valueOf().toString(t||10)},toOctetString:function(t){for(var e=new Array(8),r=this.buffer,n=this.offset,i=0;i<8;i++)e[i]=lj[r[n+i]];return e.join(t||"")},toBuffer:function(t){if(t&&this.offset===0)return this.buffer;var e=new Buffer(8);return this.buffer.copy(e,0,this.offset,this.offset+8),e},copy:function(t,e){this.buffer.copy(t,e||0,this.offset,this.offset+8)},compare:function(t){if((this.buffer[this.offset]&128)!=(t.buffer[t.offset]&128))return t.buffer[t.offset]-this.buffer[this.offset];for(var e=0;e<8;e++)if(this.buffer[this.offset+e]!==t.buffer[t.offset+e])return this.buffer[this.offset+e]-t.buffer[t.offset+e];return 0},equals:function(t){return this.compare(t)===0},inspect:function(){return"[Int64 value:"+this+" octets:"+this.toOctetString(" ")+"]"}}});var uj=he((vN,pj)=>{pj.exports=function(e){return e&&typeof e=="object"&&typeof e.copy=="function"&&typeof e.fill=="function"&&typeof e.readUInt8=="function"}});var cj=he((_N,Wm)=>{typeof Object.create=="function"?Wm.exports=function(e,r){e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:Wm.exports=function(e,r){e.super_=r;var n=function(){};n.prototype=r.prototype,e.prototype=new n,e.prototype.constructor=e}});var Ai=he(ot=>{var mj=Object.getOwnPropertyDescriptors||function(e){for(var r=Object.keys(e),n={},i=0;i<r.length;i++)n[r[i]]=Object.getOwnPropertyDescriptor(e,r[i]);return n},sI=/%[sdj%]/g;ot.format=function(t){if(!zp(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(wf(arguments[r]));return e.join(" ")}for(var r=1,n=arguments,i=n.length,f=String(t).replace(sI,function(s){if(s==="%%")return"%";if(r>=i)return s;switch(s){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch{return"[Circular]"}default:return s}}),o=n[r];r<i;o=n[++r])Dp(o)||!Yo(o)?f+=" "+o:f+=" "+wf(o);return f};ot.deprecate=function(t,e){if(typeof process!="undefined"&&process.noDeprecation===!0)return t;if(typeof process=="undefined")return function(){return ot.deprecate(t,e).apply(this,arguments)};var r=!1;function n(){if(!r){if(process.throwDeprecation)throw new Error(e);process.traceDeprecation?console.trace(e):console.error(e),r=!0}return t.apply(this,arguments)}return n};var Hp={},Ym;ot.debuglog=function(t){if(hf(Ym)&&(Ym=process.env.NODE_DEBUG||""),t=t.toUpperCase(),!Hp[t])if(new RegExp("\\b"+t+"\\b","i").test(Ym)){var e=process.pid;Hp[t]=function(){var r=ot.format.apply(ot,arguments);console.error("%s %d: %s",t,e,r)}}else Hp[t]=function(){};return Hp[t]};function wf(t,e){var r={seen:[],stylize:aI};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),Jm(e)?r.showHidden=e:e&&ot._extend(r,e),hf(r.showHidden)&&(r.showHidden=!1),hf(r.depth)&&(r.depth=2),hf(r.colors)&&(r.colors=!1),hf(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=lI),Rp(r,t,r.depth)}ot.inspect=wf;wf.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]};wf.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function lI(t,e){var r=wf.styles[e];return r?"["+wf.colors[r][0]+"m"+t+"["+wf.colors[r][1]+"m":t}function aI(t,e){return t}function pI(t){var e={};return t.forEach(function(r,n){e[r]=!0}),e}function Rp(t,e,r){if(t.customInspect&&e&&Mp(e.inspect)&&e.inspect!==ot.inspect&&!(e.constructor&&e.constructor.prototype===e)){var n=e.inspect(r,t);return zp(n)||(n=Rp(t,n,r)),n}var i=uI(t,e);if(i)return i;var f=Object.keys(e),o=pI(f);if(t.showHidden&&(f=Object.getOwnPropertyNames(e)),Pp(e)&&(f.indexOf("message")>=0||f.indexOf("description")>=0))return Km(e);if(f.length===0){if(Mp(e)){var s=e.name?": "+e.name:"";return t.stylize("[Function"+s+"]","special")}if(Fp(e))return t.stylize(RegExp.prototype.toString.call(e),"regexp");if(Zm(e))return t.stylize(Date.prototype.toString.call(e),"date");if(Pp(e))return Km(e)}var l="",p=!1,u=["{","}"];if(dj(e)&&(p=!0,u=["[","]"]),Mp(e)){var b=e.name?": "+e.name:"";l=" [Function"+b+"]"}if(Fp(e)&&(l=" "+RegExp.prototype.toString.call(e)),Zm(e)&&(l=" "+Date.prototype.toUTCString.call(e)),Pp(e)&&(l=" "+Km(e)),f.length===0&&(!p||e.length==0))return u[0]+l+u[1];if(r<0)return Fp(e)?t.stylize(RegExp.prototype.toString.call(e),"regexp"):t.stylize("[Object]","special");t.seen.push(e);var c;return p?c=cI(t,e,r,o,f):c=f.map(function(h){return Gm(t,e,r,o,h,p)}),t.seen.pop(),mI(c,l,u)}function uI(t,e){if(hf(e))return t.stylize("undefined","undefined");if(zp(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}if(wj(e))return t.stylize(""+e,"number");if(Jm(e))return t.stylize(""+e,"boolean");if(Dp(e))return t.stylize("null","null")}function Km(t){return"["+Error.prototype.toString.call(t)+"]"}function cI(t,e,r,n,i){for(var f=[],o=0,s=e.length;o<s;++o)hj(e,String(o))?f.push(Gm(t,e,r,n,String(o),!0)):f.push("");return i.forEach(function(l){l.match(/^\d+$/)||f.push(Gm(t,e,r,n,l,!0))}),f}function Gm(t,e,r,n,i,f){var o,s,l;if(l=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},l.get?l.set?s=t.stylize("[Getter/Setter]","special"):s=t.stylize("[Getter]","special"):l.set&&(s=t.stylize("[Setter]","special")),hj(n,i)||(o="["+i+"]"),s||(t.seen.indexOf(l.value)<0?(Dp(r)?s=Rp(t,l.value,null):s=Rp(t,l.value,r-1),s.indexOf(`
1
+ (()=>{var $v=Object.create;var Ia=Object.defineProperty;var eq=Object.getOwnPropertyDescriptor;var tq=Object.getOwnPropertyNames;var rq=Object.getPrototypeOf,nq=Object.prototype.hasOwnProperty;var Ww=t=>Ia(t,"__esModule",{value:!0});var ge=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports),Lf=(t,e)=>{Ww(t);for(var r in e)Ia(t,r,{get:e[r],enumerable:!0})},iq=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of tq(e))!nq.call(t,n)&&n!=="default"&&Ia(t,n,{get:()=>e[n],enumerable:!(r=eq(e,n))||r.enumerable});return t},Ie=t=>iq(Ww(Ia(t!=null?$v(rq(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var $w=ge((kE,Qw)=>{var qi={},Rs=4294967295,hq=9007199254740991;function xa(t){return t=~t,t<0&&(t=(t&2147483647)+2147483648),t}function Ea(t){console.assert(t>-1&&t<=hq,"number out of range"),console.assert(Math.floor(t)===t,"number must be an integer");var e=0,r=t&4294967295,n=r<0?(t&2147483647)+2147483648:r;return t>Rs&&(e=(t-n)/(Rs+1)),[e,n]}function Zw(t){if(t>-1)return Ea(t);var e=Ea(-t),r=xa(e[0]),n=xa(e[1]);return n===Rs?(r+=1,n=0):n+=1,[r,n]}function Aa(t,e,r){return r&&(t&2147483648)!=0?(t=xa(t),e=xa(e),console.assert(t<2097152,"number too small"),-(t*(Rs+1)+e+1)):(console.assert(t<2097152,"number too large"),t*(Rs+1)+e)}qi.readInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return Aa(r,n,!0)};qi.readInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return Aa(n,r,!0)};qi.readUInt64BE=function(t,e){e=e||0;var r=t.readUInt32BE(e),n=t.readUInt32BE(e+4);return Aa(r,n,!1)};qi.readUInt64LE=function(t,e){e=e||0;var r=t.readUInt32LE(e),n=t.readUInt32LE(e+4);return Aa(n,r,!1)};qi.writeInt64BE=function(t,e,r){r=r||0;var n=Zw(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};qi.writeInt64LE=function(t,e,r){r=r||0;var n=Zw(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};qi.writeUInt64BE=function(t,e,r){r=r||0;var n=Ea(t);e.writeUInt32BE(n[0],r),e.writeUInt32BE(n[1],r+4)};qi.writeUInt64LE=function(t,e,r){r=r||0;var n=Ea(t);e.writeUInt32LE(n[1],r),e.writeUInt32LE(n[0],r+4)};Qw.exports=qi});var fh=ge((BE,ih)=>{ih.exports=nh;var rh=128,Nq=127,Rq=~Nq,Hq=Math.pow(2,31);function nh(t,e,r){e=e||[],r=r||0;for(var n=r;t>=Hq;)e[r++]=t&255|rh,t/=128;for(;t&Rq;)e[r++]=t&255|rh,t>>>=7;return e[r]=t|0,nh.bytes=r-n+1,e}});var lh=ge((IE,sh)=>{sh.exports=wc;var Dq=128,oh=127;function wc(t,e){var r=0,e=e||0,n=0,i=e,f,o=t.length;do{if(i>=o)throw wc.bytes=0,new RangeError("Could not decode varint");f=t[i++],r+=n<28?(f&oh)<<n:(f&oh)*Math.pow(2,n),n+=7}while(f>=Dq);return wc.bytes=i-e,r}});var ph=ge((SE,ah)=>{var zq=Math.pow(2,7),Fq=Math.pow(2,14),Pq=Math.pow(2,21),Mq=Math.pow(2,28),Uq=Math.pow(2,35),Lq=Math.pow(2,42),Cq=Math.pow(2,49),Vq=Math.pow(2,56),Wq=Math.pow(2,63);ah.exports=function(t){return t<zq?1:t<Fq?2:t<Pq?3:t<Mq?4:t<Uq?5:t<Lq?6:t<Cq?7:t<Vq?8:t<Wq?9:10}});var ch=ge((xE,uh)=>{uh.exports={encode:fh(),decode:lh(),encodingLength:ph()}});var _i=ge(kr=>{"use strict";var Gq=typeof Uint8Array!="undefined"&&typeof Uint16Array!="undefined"&&typeof Int32Array!="undefined";function Jq(t,e){return Object.prototype.hasOwnProperty.call(t,e)}kr.assign=function(t){for(var e=Array.prototype.slice.call(arguments,1);e.length;){var r=e.shift();if(!!r){if(typeof r!="object")throw new TypeError(r+"must be non-object");for(var n in r)Jq(r,n)&&(t[n]=r[n])}}return t};kr.shrinkBuf=function(t,e){return t.length===e?t:t.subarray?t.subarray(0,e):(t.length=e,t)};var Xq={arraySet:function(t,e,r,n,i){if(e.subarray&&t.subarray){t.set(e.subarray(r,r+n),i);return}for(var f=0;f<n;f++)t[i+f]=e[r+f]},flattenChunks:function(t){var e,r,n,i,f,o;for(n=0,e=0,r=t.length;e<r;e++)n+=t[e].length;for(o=new Uint8Array(n),i=0,e=0,r=t.length;e<r;e++)f=t[e],o.set(f,i),i+=f.length;return o}},Zq={arraySet:function(t,e,r,n,i){for(var f=0;f<n;f++)t[i+f]=e[r+f]},flattenChunks:function(t){return[].concat.apply([],t)}};kr.setTyped=function(t){t?(kr.Buf8=Uint8Array,kr.Buf16=Uint16Array,kr.Buf32=Int32Array,kr.assign(kr,Xq)):(kr.Buf8=Array,kr.Buf16=Array,kr.Buf32=Array,kr.assign(kr,Zq))};kr.setTyped(Gq)});var Fh=ge(Bo=>{"use strict";var Qq=_i(),$q=4,hh=0,bh=1,e_=2;function ko(t){for(var e=t.length;--e>=0;)t[e]=0}var t_=0,gh=1,r_=2,n_=3,i_=258,gc=29,zs=256,Fs=zs+1+gc,To=30,jc=19,jh=2*Fs+1,Vf=15,yc=16,f_=7,vc=256,yh=16,vh=17,qh=18,qc=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],Ra=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],o_=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],_h=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],s_=512,ki=new Array((Fs+2)*2);ko(ki);var Ps=new Array(To*2);ko(Ps);var Ms=new Array(s_);ko(Ms);var Us=new Array(i_-n_+1);ko(Us);var _c=new Array(gc);ko(_c);var Ha=new Array(To);ko(Ha);function kc(t,e,r,n,i){this.static_tree=t,this.extra_bits=e,this.extra_base=r,this.elems=n,this.max_length=i,this.has_stree=t&&t.length}var kh,Th,Bh;function Tc(t,e){this.dyn_tree=t,this.max_code=0,this.stat_desc=e}function Ih(t){return t<256?Ms[t]:Ms[256+(t>>>7)]}function Ls(t,e){t.pending_buf[t.pending++]=e&255,t.pending_buf[t.pending++]=e>>>8&255}function Hr(t,e,r){t.bi_valid>yc-r?(t.bi_buf|=e<<t.bi_valid&65535,Ls(t,t.bi_buf),t.bi_buf=e>>yc-t.bi_valid,t.bi_valid+=r-yc):(t.bi_buf|=e<<t.bi_valid&65535,t.bi_valid+=r)}function Zn(t,e,r){Hr(t,r[e*2],r[e*2+1])}function Sh(t,e){var r=0;do r|=t&1,t>>>=1,r<<=1;while(--e>0);return r>>>1}function l_(t){t.bi_valid===16?(Ls(t,t.bi_buf),t.bi_buf=0,t.bi_valid=0):t.bi_valid>=8&&(t.pending_buf[t.pending++]=t.bi_buf&255,t.bi_buf>>=8,t.bi_valid-=8)}function a_(t,e){var r=e.dyn_tree,n=e.max_code,i=e.stat_desc.static_tree,f=e.stat_desc.has_stree,o=e.stat_desc.extra_bits,s=e.stat_desc.extra_base,l=e.stat_desc.max_length,p,u,h,c,j,B,q=0;for(c=0;c<=Vf;c++)t.bl_count[c]=0;for(r[t.heap[t.heap_max]*2+1]=0,p=t.heap_max+1;p<jh;p++)u=t.heap[p],c=r[r[u*2+1]*2+1]+1,c>l&&(c=l,q++),r[u*2+1]=c,!(u>n)&&(t.bl_count[c]++,j=0,u>=s&&(j=o[u-s]),B=r[u*2],t.opt_len+=B*(c+j),f&&(t.static_len+=B*(i[u*2+1]+j)));if(q!==0){do{for(c=l-1;t.bl_count[c]===0;)c--;t.bl_count[c]--,t.bl_count[c+1]+=2,t.bl_count[l]--,q-=2}while(q>0);for(c=l;c!==0;c--)for(u=t.bl_count[c];u!==0;)h=t.heap[--p],!(h>n)&&(r[h*2+1]!==c&&(t.opt_len+=(c-r[h*2+1])*r[h*2],r[h*2+1]=c),u--)}}function xh(t,e,r){var n=new Array(Vf+1),i=0,f,o;for(f=1;f<=Vf;f++)n[f]=i=i+r[f-1]<<1;for(o=0;o<=e;o++){var s=t[o*2+1];s!==0&&(t[o*2]=Sh(n[s]++,s))}}function p_(){var t,e,r,n,i,f=new Array(Vf+1);for(r=0,n=0;n<gc-1;n++)for(_c[n]=r,t=0;t<1<<qc[n];t++)Us[r++]=n;for(Us[r-1]=n,i=0,n=0;n<16;n++)for(Ha[n]=i,t=0;t<1<<Ra[n];t++)Ms[i++]=n;for(i>>=7;n<To;n++)for(Ha[n]=i<<7,t=0;t<1<<Ra[n]-7;t++)Ms[256+i++]=n;for(e=0;e<=Vf;e++)f[e]=0;for(t=0;t<=143;)ki[t*2+1]=8,t++,f[8]++;for(;t<=255;)ki[t*2+1]=9,t++,f[9]++;for(;t<=279;)ki[t*2+1]=7,t++,f[7]++;for(;t<=287;)ki[t*2+1]=8,t++,f[8]++;for(xh(ki,Fs+1,f),t=0;t<To;t++)Ps[t*2+1]=5,Ps[t*2]=Sh(t,5);kh=new kc(ki,qc,zs+1,Fs,Vf),Th=new kc(Ps,Ra,0,To,Vf),Bh=new kc(new Array(0),o_,0,jc,f_)}function Eh(t){var e;for(e=0;e<Fs;e++)t.dyn_ltree[e*2]=0;for(e=0;e<To;e++)t.dyn_dtree[e*2]=0;for(e=0;e<jc;e++)t.bl_tree[e*2]=0;t.dyn_ltree[vc*2]=1,t.opt_len=t.static_len=0,t.last_lit=t.matches=0}function Ah(t){t.bi_valid>8?Ls(t,t.bi_buf):t.bi_valid>0&&(t.pending_buf[t.pending++]=t.bi_buf),t.bi_buf=0,t.bi_valid=0}function u_(t,e,r,n){Ah(t),n&&(Ls(t,r),Ls(t,~r)),Qq.arraySet(t.pending_buf,t.window,e,r,t.pending),t.pending+=r}function Oh(t,e,r,n){var i=e*2,f=r*2;return t[i]<t[f]||t[i]===t[f]&&n[e]<=n[r]}function Bc(t,e,r){for(var n=t.heap[r],i=r<<1;i<=t.heap_len&&(i<t.heap_len&&Oh(e,t.heap[i+1],t.heap[i],t.depth)&&i++,!Oh(e,n,t.heap[i],t.depth));)t.heap[r]=t.heap[i],r=i,i<<=1;t.heap[r]=n}function Nh(t,e,r){var n,i,f=0,o,s;if(t.last_lit!==0)do n=t.pending_buf[t.d_buf+f*2]<<8|t.pending_buf[t.d_buf+f*2+1],i=t.pending_buf[t.l_buf+f],f++,n===0?Zn(t,i,e):(o=Us[i],Zn(t,o+zs+1,e),s=qc[o],s!==0&&(i-=_c[o],Hr(t,i,s)),n--,o=Ih(n),Zn(t,o,r),s=Ra[o],s!==0&&(n-=Ha[o],Hr(t,n,s)));while(f<t.last_lit);Zn(t,vc,e)}function Ic(t,e){var r=e.dyn_tree,n=e.stat_desc.static_tree,i=e.stat_desc.has_stree,f=e.stat_desc.elems,o,s,l=-1,p;for(t.heap_len=0,t.heap_max=jh,o=0;o<f;o++)r[o*2]!==0?(t.heap[++t.heap_len]=l=o,t.depth[o]=0):r[o*2+1]=0;for(;t.heap_len<2;)p=t.heap[++t.heap_len]=l<2?++l:0,r[p*2]=1,t.depth[p]=0,t.opt_len--,i&&(t.static_len-=n[p*2+1]);for(e.max_code=l,o=t.heap_len>>1;o>=1;o--)Bc(t,r,o);p=f;do o=t.heap[1],t.heap[1]=t.heap[t.heap_len--],Bc(t,r,1),s=t.heap[1],t.heap[--t.heap_max]=o,t.heap[--t.heap_max]=s,r[p*2]=r[o*2]+r[s*2],t.depth[p]=(t.depth[o]>=t.depth[s]?t.depth[o]:t.depth[s])+1,r[o*2+1]=r[s*2+1]=p,t.heap[1]=p++,Bc(t,r,1);while(t.heap_len>=2);t.heap[--t.heap_max]=t.heap[1],a_(t,e),xh(r,l,t.bl_count)}function Rh(t,e,r){var n,i=-1,f,o=e[0*2+1],s=0,l=7,p=4;for(o===0&&(l=138,p=3),e[(r+1)*2+1]=65535,n=0;n<=r;n++)f=o,o=e[(n+1)*2+1],!(++s<l&&f===o)&&(s<p?t.bl_tree[f*2]+=s:f!==0?(f!==i&&t.bl_tree[f*2]++,t.bl_tree[yh*2]++):s<=10?t.bl_tree[vh*2]++:t.bl_tree[qh*2]++,s=0,i=f,o===0?(l=138,p=3):f===o?(l=6,p=3):(l=7,p=4))}function Hh(t,e,r){var n,i=-1,f,o=e[0*2+1],s=0,l=7,p=4;for(o===0&&(l=138,p=3),n=0;n<=r;n++)if(f=o,o=e[(n+1)*2+1],!(++s<l&&f===o)){if(s<p)do Zn(t,f,t.bl_tree);while(--s!=0);else f!==0?(f!==i&&(Zn(t,f,t.bl_tree),s--),Zn(t,yh,t.bl_tree),Hr(t,s-3,2)):s<=10?(Zn(t,vh,t.bl_tree),Hr(t,s-3,3)):(Zn(t,qh,t.bl_tree),Hr(t,s-11,7));s=0,i=f,o===0?(l=138,p=3):f===o?(l=6,p=3):(l=7,p=4)}}function c_(t){var e;for(Rh(t,t.dyn_ltree,t.l_desc.max_code),Rh(t,t.dyn_dtree,t.d_desc.max_code),Ic(t,t.bl_desc),e=jc-1;e>=3&&t.bl_tree[_h[e]*2+1]===0;e--);return t.opt_len+=3*(e+1)+5+5+4,e}function m_(t,e,r,n){var i;for(Hr(t,e-257,5),Hr(t,r-1,5),Hr(t,n-4,4),i=0;i<n;i++)Hr(t,t.bl_tree[_h[i]*2+1],3);Hh(t,t.dyn_ltree,e-1),Hh(t,t.dyn_dtree,r-1)}function d_(t){var e=4093624447,r;for(r=0;r<=31;r++,e>>>=1)if(e&1&&t.dyn_ltree[r*2]!==0)return hh;if(t.dyn_ltree[9*2]!==0||t.dyn_ltree[10*2]!==0||t.dyn_ltree[13*2]!==0)return bh;for(r=32;r<zs;r++)if(t.dyn_ltree[r*2]!==0)return bh;return hh}var Dh=!1;function w_(t){Dh||(p_(),Dh=!0),t.l_desc=new Tc(t.dyn_ltree,kh),t.d_desc=new Tc(t.dyn_dtree,Th),t.bl_desc=new Tc(t.bl_tree,Bh),t.bi_buf=0,t.bi_valid=0,Eh(t)}function zh(t,e,r,n){Hr(t,(t_<<1)+(n?1:0),3),u_(t,e,r,!0)}function h_(t){Hr(t,gh<<1,3),Zn(t,vc,ki),l_(t)}function b_(t,e,r,n){var i,f,o=0;t.level>0?(t.strm.data_type===e_&&(t.strm.data_type=d_(t)),Ic(t,t.l_desc),Ic(t,t.d_desc),o=c_(t),i=t.opt_len+3+7>>>3,f=t.static_len+3+7>>>3,f<=i&&(i=f)):i=f=r+5,r+4<=i&&e!==-1?zh(t,e,r,n):t.strategy===$q||f===i?(Hr(t,(gh<<1)+(n?1:0),3),Nh(t,ki,Ps)):(Hr(t,(r_<<1)+(n?1:0),3),m_(t,t.l_desc.max_code+1,t.d_desc.max_code+1,o+1),Nh(t,t.dyn_ltree,t.dyn_dtree)),Eh(t),n&&Ah(t)}function g_(t,e,r){return t.pending_buf[t.d_buf+t.last_lit*2]=e>>>8&255,t.pending_buf[t.d_buf+t.last_lit*2+1]=e&255,t.pending_buf[t.l_buf+t.last_lit]=r&255,t.last_lit++,e===0?t.dyn_ltree[r*2]++:(t.matches++,e--,t.dyn_ltree[(Us[r]+zs+1)*2]++,t.dyn_dtree[Ih(e)*2]++),t.last_lit===t.lit_bufsize-1}Bo._tr_init=w_;Bo._tr_stored_block=zh;Bo._tr_flush_block=b_;Bo._tr_tally=g_;Bo._tr_align=h_});var Sc=ge((VE,Ph)=>{"use strict";function j_(t,e,r,n){for(var i=t&65535|0,f=t>>>16&65535|0,o=0;r!==0;){o=r>2e3?2e3:r,r-=o;do i=i+e[n++]|0,f=f+i|0;while(--o);i%=65521,f%=65521}return i|f<<16|0}Ph.exports=j_});var xc=ge((WE,Mh)=>{"use strict";function y_(){for(var t,e=[],r=0;r<256;r++){t=r;for(var n=0;n<8;n++)t=t&1?3988292384^t>>>1:t>>>1;e[r]=t}return e}var v_=y_();function q_(t,e,r,n){var i=v_,f=n+r;t^=-1;for(var o=n;o<f;o++)t=t>>>8^i[(t^e[o])&255];return t^-1}Mh.exports=q_});var Da=ge((YE,Uh)=>{"use strict";Uh.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}});var Xh=ge(ei=>{"use strict";var Tr=_i(),bn=Fh(),Lh=Sc(),ff=xc(),__=Da(),Wf=0,k_=1,T_=3,of=4,Ch=5,Qn=0,Vh=1,gn=-2,B_=-3,Ec=-5,I_=-1,S_=1,za=2,x_=3,E_=4,A_=0,O_=2,Fa=8,N_=9,R_=15,H_=8,D_=29,z_=256,Ac=z_+1+D_,F_=30,P_=19,M_=2*Ac+1,U_=15,tt=3,sf=258,Hn=sf+tt+1,L_=32,Pa=42,Oc=69,Ma=73,Ua=91,La=103,Yf=113,Cs=666,nr=1,Vs=2,Kf=3,Io=4,C_=3;function lf(t,e){return t.msg=__[e],e}function Wh(t){return(t<<1)-(t>4?9:0)}function af(t){for(var e=t.length;--e>=0;)t[e]=0}function pf(t){var e=t.state,r=e.pending;r>t.avail_out&&(r=t.avail_out),r!==0&&(Tr.arraySet(t.output,e.pending_buf,e.pending_out,r,t.next_out),t.next_out+=r,e.pending_out+=r,t.total_out+=r,t.avail_out-=r,e.pending-=r,e.pending===0&&(e.pending_out=0))}function pr(t,e){bn._tr_flush_block(t,t.block_start>=0?t.block_start:-1,t.strstart-t.block_start,e),t.block_start=t.strstart,pf(t.strm)}function st(t,e){t.pending_buf[t.pending++]=e}function Ws(t,e){t.pending_buf[t.pending++]=e>>>8&255,t.pending_buf[t.pending++]=e&255}function V_(t,e,r,n){var i=t.avail_in;return i>n&&(i=n),i===0?0:(t.avail_in-=i,Tr.arraySet(e,t.input,t.next_in,i,r),t.state.wrap===1?t.adler=Lh(t.adler,e,i,r):t.state.wrap===2&&(t.adler=ff(t.adler,e,i,r)),t.next_in+=i,t.total_in+=i,i)}function Yh(t,e){var r=t.max_chain_length,n=t.strstart,i,f,o=t.prev_length,s=t.nice_match,l=t.strstart>t.w_size-Hn?t.strstart-(t.w_size-Hn):0,p=t.window,u=t.w_mask,h=t.prev,c=t.strstart+sf,j=p[n+o-1],B=p[n+o];t.prev_length>=t.good_match&&(r>>=2),s>t.lookahead&&(s=t.lookahead);do if(i=e,!(p[i+o]!==B||p[i+o-1]!==j||p[i]!==p[n]||p[++i]!==p[n+1])){n+=2,i++;do;while(p[++n]===p[++i]&&p[++n]===p[++i]&&p[++n]===p[++i]&&p[++n]===p[++i]&&p[++n]===p[++i]&&p[++n]===p[++i]&&p[++n]===p[++i]&&p[++n]===p[++i]&&n<c);if(f=sf-(c-n),n=c-sf,f>o){if(t.match_start=e,o=f,f>=s)break;j=p[n+o-1],B=p[n+o]}}while((e=h[e&u])>l&&--r!=0);return o<=t.lookahead?o:t.lookahead}function Gf(t){var e=t.w_size,r,n,i,f,o;do{if(f=t.window_size-t.lookahead-t.strstart,t.strstart>=e+(e-Hn)){Tr.arraySet(t.window,t.window,e,e,0),t.match_start-=e,t.strstart-=e,t.block_start-=e,n=t.hash_size,r=n;do i=t.head[--r],t.head[r]=i>=e?i-e:0;while(--n);n=e,r=n;do i=t.prev[--r],t.prev[r]=i>=e?i-e:0;while(--n);f+=e}if(t.strm.avail_in===0)break;if(n=V_(t.strm,t.window,t.strstart+t.lookahead,f),t.lookahead+=n,t.lookahead+t.insert>=tt)for(o=t.strstart-t.insert,t.ins_h=t.window[o],t.ins_h=(t.ins_h<<t.hash_shift^t.window[o+1])&t.hash_mask;t.insert&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[o+tt-1])&t.hash_mask,t.prev[o&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=o,o++,t.insert--,!(t.lookahead+t.insert<tt)););}while(t.lookahead<Hn&&t.strm.avail_in!==0)}function W_(t,e){var r=65535;for(r>t.pending_buf_size-5&&(r=t.pending_buf_size-5);;){if(t.lookahead<=1){if(Gf(t),t.lookahead===0&&e===Wf)return nr;if(t.lookahead===0)break}t.strstart+=t.lookahead,t.lookahead=0;var n=t.block_start+r;if((t.strstart===0||t.strstart>=n)&&(t.lookahead=t.strstart-n,t.strstart=n,pr(t,!1),t.strm.avail_out===0)||t.strstart-t.block_start>=t.w_size-Hn&&(pr(t,!1),t.strm.avail_out===0))return nr}return t.insert=0,e===of?(pr(t,!0),t.strm.avail_out===0?Kf:Io):(t.strstart>t.block_start&&(pr(t,!1),t.strm.avail_out===0),nr)}function Nc(t,e){for(var r,n;;){if(t.lookahead<Hn){if(Gf(t),t.lookahead<Hn&&e===Wf)return nr;if(t.lookahead===0)break}if(r=0,t.lookahead>=tt&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+tt-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),r!==0&&t.strstart-r<=t.w_size-Hn&&(t.match_length=Yh(t,r)),t.match_length>=tt)if(n=bn._tr_tally(t,t.strstart-t.match_start,t.match_length-tt),t.lookahead-=t.match_length,t.match_length<=t.max_lazy_match&&t.lookahead>=tt){t.match_length--;do t.strstart++,t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+tt-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart;while(--t.match_length!=0);t.strstart++}else t.strstart+=t.match_length,t.match_length=0,t.ins_h=t.window[t.strstart],t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+1])&t.hash_mask;else n=bn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++;if(n&&(pr(t,!1),t.strm.avail_out===0))return nr}return t.insert=t.strstart<tt-1?t.strstart:tt-1,e===of?(pr(t,!0),t.strm.avail_out===0?Kf:Io):t.last_lit&&(pr(t,!1),t.strm.avail_out===0)?nr:Vs}function So(t,e){for(var r,n,i;;){if(t.lookahead<Hn){if(Gf(t),t.lookahead<Hn&&e===Wf)return nr;if(t.lookahead===0)break}if(r=0,t.lookahead>=tt&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+tt-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart),t.prev_length=t.match_length,t.prev_match=t.match_start,t.match_length=tt-1,r!==0&&t.prev_length<t.max_lazy_match&&t.strstart-r<=t.w_size-Hn&&(t.match_length=Yh(t,r),t.match_length<=5&&(t.strategy===S_||t.match_length===tt&&t.strstart-t.match_start>4096)&&(t.match_length=tt-1)),t.prev_length>=tt&&t.match_length<=t.prev_length){i=t.strstart+t.lookahead-tt,n=bn._tr_tally(t,t.strstart-1-t.prev_match,t.prev_length-tt),t.lookahead-=t.prev_length-1,t.prev_length-=2;do++t.strstart<=i&&(t.ins_h=(t.ins_h<<t.hash_shift^t.window[t.strstart+tt-1])&t.hash_mask,r=t.prev[t.strstart&t.w_mask]=t.head[t.ins_h],t.head[t.ins_h]=t.strstart);while(--t.prev_length!=0);if(t.match_available=0,t.match_length=tt-1,t.strstart++,n&&(pr(t,!1),t.strm.avail_out===0))return nr}else if(t.match_available){if(n=bn._tr_tally(t,0,t.window[t.strstart-1]),n&&pr(t,!1),t.strstart++,t.lookahead--,t.strm.avail_out===0)return nr}else t.match_available=1,t.strstart++,t.lookahead--}return t.match_available&&(n=bn._tr_tally(t,0,t.window[t.strstart-1]),t.match_available=0),t.insert=t.strstart<tt-1?t.strstart:tt-1,e===of?(pr(t,!0),t.strm.avail_out===0?Kf:Io):t.last_lit&&(pr(t,!1),t.strm.avail_out===0)?nr:Vs}function Y_(t,e){for(var r,n,i,f,o=t.window;;){if(t.lookahead<=sf){if(Gf(t),t.lookahead<=sf&&e===Wf)return nr;if(t.lookahead===0)break}if(t.match_length=0,t.lookahead>=tt&&t.strstart>0&&(i=t.strstart-1,n=o[i],n===o[++i]&&n===o[++i]&&n===o[++i])){f=t.strstart+sf;do;while(n===o[++i]&&n===o[++i]&&n===o[++i]&&n===o[++i]&&n===o[++i]&&n===o[++i]&&n===o[++i]&&n===o[++i]&&i<f);t.match_length=sf-(f-i),t.match_length>t.lookahead&&(t.match_length=t.lookahead)}if(t.match_length>=tt?(r=bn._tr_tally(t,1,t.match_length-tt),t.lookahead-=t.match_length,t.strstart+=t.match_length,t.match_length=0):(r=bn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++),r&&(pr(t,!1),t.strm.avail_out===0))return nr}return t.insert=0,e===of?(pr(t,!0),t.strm.avail_out===0?Kf:Io):t.last_lit&&(pr(t,!1),t.strm.avail_out===0)?nr:Vs}function K_(t,e){for(var r;;){if(t.lookahead===0&&(Gf(t),t.lookahead===0)){if(e===Wf)return nr;break}if(t.match_length=0,r=bn._tr_tally(t,0,t.window[t.strstart]),t.lookahead--,t.strstart++,r&&(pr(t,!1),t.strm.avail_out===0))return nr}return t.insert=0,e===of?(pr(t,!0),t.strm.avail_out===0?Kf:Io):t.last_lit&&(pr(t,!1),t.strm.avail_out===0)?nr:Vs}function $n(t,e,r,n,i){this.good_length=t,this.max_lazy=e,this.nice_length=r,this.max_chain=n,this.func=i}var xo;xo=[new $n(0,0,0,0,W_),new $n(4,4,8,4,Nc),new $n(4,5,16,8,Nc),new $n(4,6,32,32,Nc),new $n(4,4,16,16,So),new $n(8,16,32,32,So),new $n(8,16,128,128,So),new $n(8,32,128,256,So),new $n(32,128,258,1024,So),new $n(32,258,258,4096,So)];function G_(t){t.window_size=2*t.w_size,af(t.head),t.max_lazy_match=xo[t.level].max_lazy,t.good_match=xo[t.level].good_length,t.nice_match=xo[t.level].nice_length,t.max_chain_length=xo[t.level].max_chain,t.strstart=0,t.block_start=0,t.lookahead=0,t.insert=0,t.match_length=t.prev_length=tt-1,t.match_available=0,t.ins_h=0}function J_(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=Fa,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new Tr.Buf16(M_*2),this.dyn_dtree=new Tr.Buf16((2*F_+1)*2),this.bl_tree=new Tr.Buf16((2*P_+1)*2),af(this.dyn_ltree),af(this.dyn_dtree),af(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new Tr.Buf16(U_+1),this.heap=new Tr.Buf16(2*Ac+1),af(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new Tr.Buf16(2*Ac+1),af(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function Kh(t){var e;return!t||!t.state?lf(t,gn):(t.total_in=t.total_out=0,t.data_type=O_,e=t.state,e.pending=0,e.pending_out=0,e.wrap<0&&(e.wrap=-e.wrap),e.status=e.wrap?Pa:Yf,t.adler=e.wrap===2?0:1,e.last_flush=Wf,bn._tr_init(e),Qn)}function Gh(t){var e=Kh(t);return e===Qn&&G_(t.state),e}function X_(t,e){return!t||!t.state||t.state.wrap!==2?gn:(t.state.gzhead=e,Qn)}function Jh(t,e,r,n,i,f){if(!t)return gn;var o=1;if(e===I_&&(e=6),n<0?(o=0,n=-n):n>15&&(o=2,n-=16),i<1||i>N_||r!==Fa||n<8||n>15||e<0||e>9||f<0||f>E_)return lf(t,gn);n===8&&(n=9);var s=new J_;return t.state=s,s.strm=t,s.wrap=o,s.gzhead=null,s.w_bits=n,s.w_size=1<<s.w_bits,s.w_mask=s.w_size-1,s.hash_bits=i+7,s.hash_size=1<<s.hash_bits,s.hash_mask=s.hash_size-1,s.hash_shift=~~((s.hash_bits+tt-1)/tt),s.window=new Tr.Buf8(s.w_size*2),s.head=new Tr.Buf16(s.hash_size),s.prev=new Tr.Buf16(s.w_size),s.lit_bufsize=1<<i+6,s.pending_buf_size=s.lit_bufsize*4,s.pending_buf=new Tr.Buf8(s.pending_buf_size),s.d_buf=1*s.lit_bufsize,s.l_buf=(1+2)*s.lit_bufsize,s.level=e,s.strategy=f,s.method=r,Gh(t)}function Z_(t,e){return Jh(t,e,Fa,R_,H_,A_)}function Q_(t,e){var r,n,i,f;if(!t||!t.state||e>Ch||e<0)return t?lf(t,gn):gn;if(n=t.state,!t.output||!t.input&&t.avail_in!==0||n.status===Cs&&e!==of)return lf(t,t.avail_out===0?Ec:gn);if(n.strm=t,r=n.last_flush,n.last_flush=e,n.status===Pa)if(n.wrap===2)t.adler=0,st(n,31),st(n,139),st(n,8),n.gzhead?(st(n,(n.gzhead.text?1:0)+(n.gzhead.hcrc?2:0)+(n.gzhead.extra?4:0)+(n.gzhead.name?8:0)+(n.gzhead.comment?16:0)),st(n,n.gzhead.time&255),st(n,n.gzhead.time>>8&255),st(n,n.gzhead.time>>16&255),st(n,n.gzhead.time>>24&255),st(n,n.level===9?2:n.strategy>=za||n.level<2?4:0),st(n,n.gzhead.os&255),n.gzhead.extra&&n.gzhead.extra.length&&(st(n,n.gzhead.extra.length&255),st(n,n.gzhead.extra.length>>8&255)),n.gzhead.hcrc&&(t.adler=ff(t.adler,n.pending_buf,n.pending,0)),n.gzindex=0,n.status=Oc):(st(n,0),st(n,0),st(n,0),st(n,0),st(n,0),st(n,n.level===9?2:n.strategy>=za||n.level<2?4:0),st(n,C_),n.status=Yf);else{var o=Fa+(n.w_bits-8<<4)<<8,s=-1;n.strategy>=za||n.level<2?s=0:n.level<6?s=1:n.level===6?s=2:s=3,o|=s<<6,n.strstart!==0&&(o|=L_),o+=31-o%31,n.status=Yf,Ws(n,o),n.strstart!==0&&(Ws(n,t.adler>>>16),Ws(n,t.adler&65535)),t.adler=1}if(n.status===Oc)if(n.gzhead.extra){for(i=n.pending;n.gzindex<(n.gzhead.extra.length&65535)&&!(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=ff(t.adler,n.pending_buf,n.pending-i,i)),pf(t),i=n.pending,n.pending===n.pending_buf_size));)st(n,n.gzhead.extra[n.gzindex]&255),n.gzindex++;n.gzhead.hcrc&&n.pending>i&&(t.adler=ff(t.adler,n.pending_buf,n.pending-i,i)),n.gzindex===n.gzhead.extra.length&&(n.gzindex=0,n.status=Ma)}else n.status=Ma;if(n.status===Ma)if(n.gzhead.name){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=ff(t.adler,n.pending_buf,n.pending-i,i)),pf(t),i=n.pending,n.pending===n.pending_buf_size)){f=1;break}n.gzindex<n.gzhead.name.length?f=n.gzhead.name.charCodeAt(n.gzindex++)&255:f=0,st(n,f)}while(f!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=ff(t.adler,n.pending_buf,n.pending-i,i)),f===0&&(n.gzindex=0,n.status=Ua)}else n.status=Ua;if(n.status===Ua)if(n.gzhead.comment){i=n.pending;do{if(n.pending===n.pending_buf_size&&(n.gzhead.hcrc&&n.pending>i&&(t.adler=ff(t.adler,n.pending_buf,n.pending-i,i)),pf(t),i=n.pending,n.pending===n.pending_buf_size)){f=1;break}n.gzindex<n.gzhead.comment.length?f=n.gzhead.comment.charCodeAt(n.gzindex++)&255:f=0,st(n,f)}while(f!==0);n.gzhead.hcrc&&n.pending>i&&(t.adler=ff(t.adler,n.pending_buf,n.pending-i,i)),f===0&&(n.status=La)}else n.status=La;if(n.status===La&&(n.gzhead.hcrc?(n.pending+2>n.pending_buf_size&&pf(t),n.pending+2<=n.pending_buf_size&&(st(n,t.adler&255),st(n,t.adler>>8&255),t.adler=0,n.status=Yf)):n.status=Yf),n.pending!==0){if(pf(t),t.avail_out===0)return n.last_flush=-1,Qn}else if(t.avail_in===0&&Wh(e)<=Wh(r)&&e!==of)return lf(t,Ec);if(n.status===Cs&&t.avail_in!==0)return lf(t,Ec);if(t.avail_in!==0||n.lookahead!==0||e!==Wf&&n.status!==Cs){var l=n.strategy===za?K_(n,e):n.strategy===x_?Y_(n,e):xo[n.level].func(n,e);if((l===Kf||l===Io)&&(n.status=Cs),l===nr||l===Kf)return t.avail_out===0&&(n.last_flush=-1),Qn;if(l===Vs&&(e===k_?bn._tr_align(n):e!==Ch&&(bn._tr_stored_block(n,0,0,!1),e===T_&&(af(n.head),n.lookahead===0&&(n.strstart=0,n.block_start=0,n.insert=0))),pf(t),t.avail_out===0))return n.last_flush=-1,Qn}return e!==of?Qn:n.wrap<=0?Vh:(n.wrap===2?(st(n,t.adler&255),st(n,t.adler>>8&255),st(n,t.adler>>16&255),st(n,t.adler>>24&255),st(n,t.total_in&255),st(n,t.total_in>>8&255),st(n,t.total_in>>16&255),st(n,t.total_in>>24&255)):(Ws(n,t.adler>>>16),Ws(n,t.adler&65535)),pf(t),n.wrap>0&&(n.wrap=-n.wrap),n.pending!==0?Qn:Vh)}function $_(t){var e;return!t||!t.state?gn:(e=t.state.status,e!==Pa&&e!==Oc&&e!==Ma&&e!==Ua&&e!==La&&e!==Yf&&e!==Cs?lf(t,gn):(t.state=null,e===Yf?lf(t,B_):Qn))}function ek(t,e){var r=e.length,n,i,f,o,s,l,p,u;if(!t||!t.state||(n=t.state,o=n.wrap,o===2||o===1&&n.status!==Pa||n.lookahead))return gn;for(o===1&&(t.adler=Lh(t.adler,e,r,0)),n.wrap=0,r>=n.w_size&&(o===0&&(af(n.head),n.strstart=0,n.block_start=0,n.insert=0),u=new Tr.Buf8(n.w_size),Tr.arraySet(u,e,r-n.w_size,n.w_size,0),e=u,r=n.w_size),s=t.avail_in,l=t.next_in,p=t.input,t.avail_in=r,t.next_in=0,t.input=e,Gf(n);n.lookahead>=tt;){i=n.strstart,f=n.lookahead-(tt-1);do n.ins_h=(n.ins_h<<n.hash_shift^n.window[i+tt-1])&n.hash_mask,n.prev[i&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=i,i++;while(--f);n.strstart=i,n.lookahead=tt-1,Gf(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=tt-1,n.match_available=0,t.next_in=l,t.input=p,t.avail_in=s,n.wrap=o,Qn}ei.deflateInit=Z_;ei.deflateInit2=Jh;ei.deflateReset=Gh;ei.deflateResetKeep=Kh;ei.deflateSetHeader=X_;ei.deflate=Q_;ei.deflateEnd=$_;ei.deflateSetDictionary=ek;ei.deflateInfo="pako deflate (from Nodeca project)"});var Rc=ge(Eo=>{"use strict";var Ca=_i(),Zh=!0,Qh=!0;try{String.fromCharCode.apply(null,[0])}catch{Zh=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{Qh=!1}var Ys=new Ca.Buf8(256);for(Ti=0;Ti<256;Ti++)Ys[Ti]=Ti>=252?6:Ti>=248?5:Ti>=240?4:Ti>=224?3:Ti>=192?2:1;var Ti;Ys[254]=Ys[254]=1;Eo.string2buf=function(t){var e,r,n,i,f,o=t.length,s=0;for(i=0;i<o;i++)r=t.charCodeAt(i),(r&64512)==55296&&i+1<o&&(n=t.charCodeAt(i+1),(n&64512)==56320&&(r=65536+(r-55296<<10)+(n-56320),i++)),s+=r<128?1:r<2048?2:r<65536?3:4;for(e=new Ca.Buf8(s),f=0,i=0;f<s;i++)r=t.charCodeAt(i),(r&64512)==55296&&i+1<o&&(n=t.charCodeAt(i+1),(n&64512)==56320&&(r=65536+(r-55296<<10)+(n-56320),i++)),r<128?e[f++]=r:r<2048?(e[f++]=192|r>>>6,e[f++]=128|r&63):r<65536?(e[f++]=224|r>>>12,e[f++]=128|r>>>6&63,e[f++]=128|r&63):(e[f++]=240|r>>>18,e[f++]=128|r>>>12&63,e[f++]=128|r>>>6&63,e[f++]=128|r&63);return e};function $h(t,e){if(e<65534&&(t.subarray&&Qh||!t.subarray&&Zh))return String.fromCharCode.apply(null,Ca.shrinkBuf(t,e));for(var r="",n=0;n<e;n++)r+=String.fromCharCode(t[n]);return r}Eo.buf2binstring=function(t){return $h(t,t.length)};Eo.binstring2buf=function(t){for(var e=new Ca.Buf8(t.length),r=0,n=e.length;r<n;r++)e[r]=t.charCodeAt(r);return e};Eo.buf2string=function(t,e){var r,n,i,f,o=e||t.length,s=new Array(o*2);for(n=0,r=0;r<o;){if(i=t[r++],i<128){s[n++]=i;continue}if(f=Ys[i],f>4){s[n++]=65533,r+=f-1;continue}for(i&=f===2?31:f===3?15:7;f>1&&r<o;)i=i<<6|t[r++]&63,f--;if(f>1){s[n++]=65533;continue}i<65536?s[n++]=i:(i-=65536,s[n++]=55296|i>>10&1023,s[n++]=56320|i&1023)}return $h(s,n)};Eo.utf8border=function(t,e){var r;for(e=e||t.length,e>t.length&&(e=t.length),r=e-1;r>=0&&(t[r]&192)==128;)r--;return r<0||r===0?e:r+Ys[t[r]]>e?r:e}});var Hc=ge((JE,eb)=>{"use strict";function tk(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}eb.exports=tk});var ib=ge(Js=>{"use strict";var Ks=Xh(),Gs=_i(),Dc=Rc(),zc=Da(),rk=Hc(),tb=Object.prototype.toString,nk=0,Fc=4,Ao=0,rb=1,nb=2,ik=-1,fk=0,ok=8;function Jf(t){if(!(this instanceof Jf))return new Jf(t);this.options=Gs.assign({level:ik,method:ok,chunkSize:16384,windowBits:15,memLevel:8,strategy:fk,to:""},t||{});var e=this.options;e.raw&&e.windowBits>0?e.windowBits=-e.windowBits:e.gzip&&e.windowBits>0&&e.windowBits<16&&(e.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new rk,this.strm.avail_out=0;var r=Ks.deflateInit2(this.strm,e.level,e.method,e.windowBits,e.memLevel,e.strategy);if(r!==Ao)throw new Error(zc[r]);if(e.header&&Ks.deflateSetHeader(this.strm,e.header),e.dictionary){var n;if(typeof e.dictionary=="string"?n=Dc.string2buf(e.dictionary):tb.call(e.dictionary)==="[object ArrayBuffer]"?n=new Uint8Array(e.dictionary):n=e.dictionary,r=Ks.deflateSetDictionary(this.strm,n),r!==Ao)throw new Error(zc[r]);this._dict_set=!0}}Jf.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i,f;if(this.ended)return!1;f=e===~~e?e:e===!0?Fc:nk,typeof t=="string"?r.input=Dc.string2buf(t):tb.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new Gs.Buf8(n),r.next_out=0,r.avail_out=n),i=Ks.deflate(r,f),i!==rb&&i!==Ao)return this.onEnd(i),this.ended=!0,!1;(r.avail_out===0||r.avail_in===0&&(f===Fc||f===nb))&&(this.options.to==="string"?this.onData(Dc.buf2binstring(Gs.shrinkBuf(r.output,r.next_out))):this.onData(Gs.shrinkBuf(r.output,r.next_out)))}while((r.avail_in>0||r.avail_out===0)&&i!==rb);return f===Fc?(i=Ks.deflateEnd(this.strm),this.onEnd(i),this.ended=!0,i===Ao):(f===nb&&(this.onEnd(Ao),r.avail_out=0),!0)};Jf.prototype.onData=function(t){this.chunks.push(t)};Jf.prototype.onEnd=function(t){t===Ao&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=Gs.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function Pc(t,e){var r=new Jf(e);if(r.push(t,!0),r.err)throw r.msg||zc[r.err];return r.result}function sk(t,e){return e=e||{},e.raw=!0,Pc(t,e)}function lk(t,e){return e=e||{},e.gzip=!0,Pc(t,e)}Js.Deflate=Jf;Js.deflate=Pc;Js.deflateRaw=sk;Js.gzip=lk});var ob=ge((ZE,fb)=>{"use strict";var Va=30,ak=12;fb.exports=function(e,r){var n,i,f,o,s,l,p,u,h,c,j,B,q,H,M,F,J,re,W,O,te,L,ne,g,b;n=e.state,i=e.next_in,g=e.input,f=i+(e.avail_in-5),o=e.next_out,b=e.output,s=o-(r-e.avail_out),l=o+(e.avail_out-257),p=n.dmax,u=n.wsize,h=n.whave,c=n.wnext,j=n.window,B=n.hold,q=n.bits,H=n.lencode,M=n.distcode,F=(1<<n.lenbits)-1,J=(1<<n.distbits)-1;e:do{q<15&&(B+=g[i++]<<q,q+=8,B+=g[i++]<<q,q+=8),re=H[B&F];t:for(;;){if(W=re>>>24,B>>>=W,q-=W,W=re>>>16&255,W===0)b[o++]=re&65535;else if(W&16){O=re&65535,W&=15,W&&(q<W&&(B+=g[i++]<<q,q+=8),O+=B&(1<<W)-1,B>>>=W,q-=W),q<15&&(B+=g[i++]<<q,q+=8,B+=g[i++]<<q,q+=8),re=M[B&J];r:for(;;){if(W=re>>>24,B>>>=W,q-=W,W=re>>>16&255,W&16){if(te=re&65535,W&=15,q<W&&(B+=g[i++]<<q,q+=8,q<W&&(B+=g[i++]<<q,q+=8)),te+=B&(1<<W)-1,te>p){e.msg="invalid distance too far back",n.mode=Va;break e}if(B>>>=W,q-=W,W=o-s,te>W){if(W=te-W,W>h&&n.sane){e.msg="invalid distance too far back",n.mode=Va;break e}if(L=0,ne=j,c===0){if(L+=u-W,W<O){O-=W;do b[o++]=j[L++];while(--W);L=o-te,ne=b}}else if(c<W){if(L+=u+c-W,W-=c,W<O){O-=W;do b[o++]=j[L++];while(--W);if(L=0,c<O){W=c,O-=W;do b[o++]=j[L++];while(--W);L=o-te,ne=b}}}else if(L+=c-W,W<O){O-=W;do b[o++]=j[L++];while(--W);L=o-te,ne=b}for(;O>2;)b[o++]=ne[L++],b[o++]=ne[L++],b[o++]=ne[L++],O-=3;O&&(b[o++]=ne[L++],O>1&&(b[o++]=ne[L++]))}else{L=o-te;do b[o++]=b[L++],b[o++]=b[L++],b[o++]=b[L++],O-=3;while(O>2);O&&(b[o++]=b[L++],O>1&&(b[o++]=b[L++]))}}else if((W&64)==0){re=M[(re&65535)+(B&(1<<W)-1)];continue r}else{e.msg="invalid distance code",n.mode=Va;break e}break}}else if((W&64)==0){re=H[(re&65535)+(B&(1<<W)-1)];continue t}else if(W&32){n.mode=ak;break e}else{e.msg="invalid literal/length code",n.mode=Va;break e}break}}while(i<f&&o<l);O=q>>3,i-=O,q-=O<<3,B&=(1<<q)-1,e.next_in=i,e.next_out=o,e.avail_in=i<f?5+(f-i):5-(i-f),e.avail_out=o<l?257+(l-o):257-(o-l),n.hold=B,n.bits=q}});var mb=ge((QE,cb)=>{"use strict";var sb=_i(),Oo=15,lb=852,ab=592,pb=0,Mc=1,ub=2,pk=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],uk=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],ck=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],mk=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];cb.exports=function(e,r,n,i,f,o,s,l){var p=l.bits,u=0,h=0,c=0,j=0,B=0,q=0,H=0,M=0,F=0,J=0,re,W,O,te,L,ne=null,g=0,b,A=new sb.Buf16(Oo+1),w=new sb.Buf16(Oo+1),z=null,C=0,P,Q,x;for(u=0;u<=Oo;u++)A[u]=0;for(h=0;h<i;h++)A[r[n+h]]++;for(B=p,j=Oo;j>=1&&A[j]===0;j--);if(B>j&&(B=j),j===0)return f[o++]=1<<24|64<<16|0,f[o++]=1<<24|64<<16|0,l.bits=1,0;for(c=1;c<j&&A[c]===0;c++);for(B<c&&(B=c),M=1,u=1;u<=Oo;u++)if(M<<=1,M-=A[u],M<0)return-1;if(M>0&&(e===pb||j!==1))return-1;for(w[1]=0,u=1;u<Oo;u++)w[u+1]=w[u]+A[u];for(h=0;h<i;h++)r[n+h]!==0&&(s[w[r[n+h]]++]=h);if(e===pb?(ne=z=s,b=19):e===Mc?(ne=pk,g-=257,z=uk,C-=257,b=256):(ne=ck,z=mk,b=-1),J=0,h=0,u=c,L=o,q=B,H=0,O=-1,F=1<<B,te=F-1,e===Mc&&F>lb||e===ub&&F>ab)return 1;for(;;){P=u-H,s[h]<b?(Q=0,x=s[h]):s[h]>b?(Q=z[C+s[h]],x=ne[g+s[h]]):(Q=32+64,x=0),re=1<<u-H,W=1<<q,c=W;do W-=re,f[L+(J>>H)+W]=P<<24|Q<<16|x|0;while(W!==0);for(re=1<<u-1;J&re;)re>>=1;if(re!==0?(J&=re-1,J+=re):J=0,h++,--A[u]==0){if(u===j)break;u=r[n+s[h]]}if(u>B&&(J&te)!==O){for(H===0&&(H=B),L+=c,q=u-H,M=1<<q;q+H<j&&(M-=A[q+H],!(M<=0));)q++,M<<=1;if(F+=1<<q,e===Mc&&F>lb||e===ub&&F>ab)return 1;O=J&te,f[O]=B<<24|q<<16|L-o|0}}return J!==0&&(f[L+J]=u-H<<24|64<<16|0),l.bits=B,0}});var Gb=ge(Dn=>{"use strict";var Xr=_i(),Uc=Sc(),ti=xc(),dk=ob(),Xs=mb(),wk=0,db=1,wb=2,hb=4,hk=5,Wa=6,Xf=0,bk=1,gk=2,jn=-2,bb=-3,Lc=-4,jk=-5,gb=8,jb=1,yb=2,vb=3,qb=4,_b=5,kb=6,Tb=7,Bb=8,Ib=9,Sb=10,Ya=11,Bi=12,Cc=13,xb=14,Vc=15,Eb=16,Ab=17,Ob=18,Nb=19,Ka=20,Ga=21,Rb=22,Hb=23,Db=24,zb=25,Fb=26,Wc=27,Pb=28,Mb=29,Ht=30,Yc=31,yk=32,vk=852,qk=592,_k=15,kk=_k;function Ub(t){return(t>>>24&255)+(t>>>8&65280)+((t&65280)<<8)+((t&255)<<24)}function Tk(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new Xr.Buf16(320),this.work=new Xr.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function Lb(t){var e;return!t||!t.state?jn:(e=t.state,t.total_in=t.total_out=e.total=0,t.msg="",e.wrap&&(t.adler=e.wrap&1),e.mode=jb,e.last=0,e.havedict=0,e.dmax=32768,e.head=null,e.hold=0,e.bits=0,e.lencode=e.lendyn=new Xr.Buf32(vk),e.distcode=e.distdyn=new Xr.Buf32(qk),e.sane=1,e.back=-1,Xf)}function Cb(t){var e;return!t||!t.state?jn:(e=t.state,e.wsize=0,e.whave=0,e.wnext=0,Lb(t))}function Vb(t,e){var r,n;return!t||!t.state||(n=t.state,e<0?(r=0,e=-e):(r=(e>>4)+1,e<48&&(e&=15)),e&&(e<8||e>15))?jn:(n.window!==null&&n.wbits!==e&&(n.window=null),n.wrap=r,n.wbits=e,Cb(t))}function Wb(t,e){var r,n;return t?(n=new Tk,t.state=n,n.window=null,r=Vb(t,e),r!==Xf&&(t.state=null),r):jn}function Bk(t){return Wb(t,kk)}var Yb=!0,Kc,Gc;function Ik(t){if(Yb){var e;for(Kc=new Xr.Buf32(512),Gc=new Xr.Buf32(32),e=0;e<144;)t.lens[e++]=8;for(;e<256;)t.lens[e++]=9;for(;e<280;)t.lens[e++]=7;for(;e<288;)t.lens[e++]=8;for(Xs(db,t.lens,0,288,Kc,0,t.work,{bits:9}),e=0;e<32;)t.lens[e++]=5;Xs(wb,t.lens,0,32,Gc,0,t.work,{bits:5}),Yb=!1}t.lencode=Kc,t.lenbits=9,t.distcode=Gc,t.distbits=5}function Kb(t,e,r,n){var i,f=t.state;return f.window===null&&(f.wsize=1<<f.wbits,f.wnext=0,f.whave=0,f.window=new Xr.Buf8(f.wsize)),n>=f.wsize?(Xr.arraySet(f.window,e,r-f.wsize,f.wsize,0),f.wnext=0,f.whave=f.wsize):(i=f.wsize-f.wnext,i>n&&(i=n),Xr.arraySet(f.window,e,r-n,i,f.wnext),n-=i,n?(Xr.arraySet(f.window,e,r-n,n,0),f.wnext=n,f.whave=f.wsize):(f.wnext+=i,f.wnext===f.wsize&&(f.wnext=0),f.whave<f.wsize&&(f.whave+=i))),0}function Sk(t,e){var r,n,i,f,o,s,l,p,u,h,c,j,B,q,H=0,M,F,J,re,W,O,te,L,ne=new Xr.Buf8(4),g,b,A=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!t||!t.state||!t.output||!t.input&&t.avail_in!==0)return jn;r=t.state,r.mode===Bi&&(r.mode=Cc),o=t.next_out,i=t.output,l=t.avail_out,f=t.next_in,n=t.input,s=t.avail_in,p=r.hold,u=r.bits,h=s,c=l,L=Xf;e:for(;;)switch(r.mode){case jb:if(r.wrap===0){r.mode=Cc;break}for(;u<16;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(r.wrap&2&&p===35615){r.check=0,ne[0]=p&255,ne[1]=p>>>8&255,r.check=ti(r.check,ne,2,0),p=0,u=0,r.mode=yb;break}if(r.flags=0,r.head&&(r.head.done=!1),!(r.wrap&1)||(((p&255)<<8)+(p>>8))%31){t.msg="incorrect header check",r.mode=Ht;break}if((p&15)!==gb){t.msg="unknown compression method",r.mode=Ht;break}if(p>>>=4,u-=4,te=(p&15)+8,r.wbits===0)r.wbits=te;else if(te>r.wbits){t.msg="invalid window size",r.mode=Ht;break}r.dmax=1<<te,t.adler=r.check=1,r.mode=p&512?Sb:Bi,p=0,u=0;break;case yb:for(;u<16;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(r.flags=p,(r.flags&255)!==gb){t.msg="unknown compression method",r.mode=Ht;break}if(r.flags&57344){t.msg="unknown header flags set",r.mode=Ht;break}r.head&&(r.head.text=p>>8&1),r.flags&512&&(ne[0]=p&255,ne[1]=p>>>8&255,r.check=ti(r.check,ne,2,0)),p=0,u=0,r.mode=vb;case vb:for(;u<32;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}r.head&&(r.head.time=p),r.flags&512&&(ne[0]=p&255,ne[1]=p>>>8&255,ne[2]=p>>>16&255,ne[3]=p>>>24&255,r.check=ti(r.check,ne,4,0)),p=0,u=0,r.mode=qb;case qb:for(;u<16;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}r.head&&(r.head.xflags=p&255,r.head.os=p>>8),r.flags&512&&(ne[0]=p&255,ne[1]=p>>>8&255,r.check=ti(r.check,ne,2,0)),p=0,u=0,r.mode=_b;case _b:if(r.flags&1024){for(;u<16;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}r.length=p,r.head&&(r.head.extra_len=p),r.flags&512&&(ne[0]=p&255,ne[1]=p>>>8&255,r.check=ti(r.check,ne,2,0)),p=0,u=0}else r.head&&(r.head.extra=null);r.mode=kb;case kb:if(r.flags&1024&&(j=r.length,j>s&&(j=s),j&&(r.head&&(te=r.head.extra_len-r.length,r.head.extra||(r.head.extra=new Array(r.head.extra_len)),Xr.arraySet(r.head.extra,n,f,j,te)),r.flags&512&&(r.check=ti(r.check,n,j,f)),s-=j,f+=j,r.length-=j),r.length))break e;r.length=0,r.mode=Tb;case Tb:if(r.flags&2048){if(s===0)break e;j=0;do te=n[f+j++],r.head&&te&&r.length<65536&&(r.head.name+=String.fromCharCode(te));while(te&&j<s);if(r.flags&512&&(r.check=ti(r.check,n,j,f)),s-=j,f+=j,te)break e}else r.head&&(r.head.name=null);r.length=0,r.mode=Bb;case Bb:if(r.flags&4096){if(s===0)break e;j=0;do te=n[f+j++],r.head&&te&&r.length<65536&&(r.head.comment+=String.fromCharCode(te));while(te&&j<s);if(r.flags&512&&(r.check=ti(r.check,n,j,f)),s-=j,f+=j,te)break e}else r.head&&(r.head.comment=null);r.mode=Ib;case Ib:if(r.flags&512){for(;u<16;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(p!==(r.check&65535)){t.msg="header crc mismatch",r.mode=Ht;break}p=0,u=0}r.head&&(r.head.hcrc=r.flags>>9&1,r.head.done=!0),t.adler=r.check=0,r.mode=Bi;break;case Sb:for(;u<32;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}t.adler=r.check=Ub(p),p=0,u=0,r.mode=Ya;case Ya:if(r.havedict===0)return t.next_out=o,t.avail_out=l,t.next_in=f,t.avail_in=s,r.hold=p,r.bits=u,gk;t.adler=r.check=1,r.mode=Bi;case Bi:if(e===hk||e===Wa)break e;case Cc:if(r.last){p>>>=u&7,u-=u&7,r.mode=Wc;break}for(;u<3;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}switch(r.last=p&1,p>>>=1,u-=1,p&3){case 0:r.mode=xb;break;case 1:if(Ik(r),r.mode=Ka,e===Wa){p>>>=2,u-=2;break e}break;case 2:r.mode=Ab;break;case 3:t.msg="invalid block type",r.mode=Ht}p>>>=2,u-=2;break;case xb:for(p>>>=u&7,u-=u&7;u<32;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if((p&65535)!=(p>>>16^65535)){t.msg="invalid stored block lengths",r.mode=Ht;break}if(r.length=p&65535,p=0,u=0,r.mode=Vc,e===Wa)break e;case Vc:r.mode=Eb;case Eb:if(j=r.length,j){if(j>s&&(j=s),j>l&&(j=l),j===0)break e;Xr.arraySet(i,n,f,j,o),s-=j,f+=j,l-=j,o+=j,r.length-=j;break}r.mode=Bi;break;case Ab:for(;u<14;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(r.nlen=(p&31)+257,p>>>=5,u-=5,r.ndist=(p&31)+1,p>>>=5,u-=5,r.ncode=(p&15)+4,p>>>=4,u-=4,r.nlen>286||r.ndist>30){t.msg="too many length or distance symbols",r.mode=Ht;break}r.have=0,r.mode=Ob;case Ob:for(;r.have<r.ncode;){for(;u<3;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}r.lens[A[r.have++]]=p&7,p>>>=3,u-=3}for(;r.have<19;)r.lens[A[r.have++]]=0;if(r.lencode=r.lendyn,r.lenbits=7,g={bits:r.lenbits},L=Xs(wk,r.lens,0,19,r.lencode,0,r.work,g),r.lenbits=g.bits,L){t.msg="invalid code lengths set",r.mode=Ht;break}r.have=0,r.mode=Nb;case Nb:for(;r.have<r.nlen+r.ndist;){for(;H=r.lencode[p&(1<<r.lenbits)-1],M=H>>>24,F=H>>>16&255,J=H&65535,!(M<=u);){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(J<16)p>>>=M,u-=M,r.lens[r.have++]=J;else{if(J===16){for(b=M+2;u<b;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(p>>>=M,u-=M,r.have===0){t.msg="invalid bit length repeat",r.mode=Ht;break}te=r.lens[r.have-1],j=3+(p&3),p>>>=2,u-=2}else if(J===17){for(b=M+3;u<b;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}p>>>=M,u-=M,te=0,j=3+(p&7),p>>>=3,u-=3}else{for(b=M+7;u<b;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}p>>>=M,u-=M,te=0,j=11+(p&127),p>>>=7,u-=7}if(r.have+j>r.nlen+r.ndist){t.msg="invalid bit length repeat",r.mode=Ht;break}for(;j--;)r.lens[r.have++]=te}}if(r.mode===Ht)break;if(r.lens[256]===0){t.msg="invalid code -- missing end-of-block",r.mode=Ht;break}if(r.lenbits=9,g={bits:r.lenbits},L=Xs(db,r.lens,0,r.nlen,r.lencode,0,r.work,g),r.lenbits=g.bits,L){t.msg="invalid literal/lengths set",r.mode=Ht;break}if(r.distbits=6,r.distcode=r.distdyn,g={bits:r.distbits},L=Xs(wb,r.lens,r.nlen,r.ndist,r.distcode,0,r.work,g),r.distbits=g.bits,L){t.msg="invalid distances set",r.mode=Ht;break}if(r.mode=Ka,e===Wa)break e;case Ka:r.mode=Ga;case Ga:if(s>=6&&l>=258){t.next_out=o,t.avail_out=l,t.next_in=f,t.avail_in=s,r.hold=p,r.bits=u,dk(t,c),o=t.next_out,i=t.output,l=t.avail_out,f=t.next_in,n=t.input,s=t.avail_in,p=r.hold,u=r.bits,r.mode===Bi&&(r.back=-1);break}for(r.back=0;H=r.lencode[p&(1<<r.lenbits)-1],M=H>>>24,F=H>>>16&255,J=H&65535,!(M<=u);){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(F&&(F&240)==0){for(re=M,W=F,O=J;H=r.lencode[O+((p&(1<<re+W)-1)>>re)],M=H>>>24,F=H>>>16&255,J=H&65535,!(re+M<=u);){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}p>>>=re,u-=re,r.back+=re}if(p>>>=M,u-=M,r.back+=M,r.length=J,F===0){r.mode=Fb;break}if(F&32){r.back=-1,r.mode=Bi;break}if(F&64){t.msg="invalid literal/length code",r.mode=Ht;break}r.extra=F&15,r.mode=Rb;case Rb:if(r.extra){for(b=r.extra;u<b;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}r.length+=p&(1<<r.extra)-1,p>>>=r.extra,u-=r.extra,r.back+=r.extra}r.was=r.length,r.mode=Hb;case Hb:for(;H=r.distcode[p&(1<<r.distbits)-1],M=H>>>24,F=H>>>16&255,J=H&65535,!(M<=u);){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if((F&240)==0){for(re=M,W=F,O=J;H=r.distcode[O+((p&(1<<re+W)-1)>>re)],M=H>>>24,F=H>>>16&255,J=H&65535,!(re+M<=u);){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}p>>>=re,u-=re,r.back+=re}if(p>>>=M,u-=M,r.back+=M,F&64){t.msg="invalid distance code",r.mode=Ht;break}r.offset=J,r.extra=F&15,r.mode=Db;case Db:if(r.extra){for(b=r.extra;u<b;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}r.offset+=p&(1<<r.extra)-1,p>>>=r.extra,u-=r.extra,r.back+=r.extra}if(r.offset>r.dmax){t.msg="invalid distance too far back",r.mode=Ht;break}r.mode=zb;case zb:if(l===0)break e;if(j=c-l,r.offset>j){if(j=r.offset-j,j>r.whave&&r.sane){t.msg="invalid distance too far back",r.mode=Ht;break}j>r.wnext?(j-=r.wnext,B=r.wsize-j):B=r.wnext-j,j>r.length&&(j=r.length),q=r.window}else q=i,B=o-r.offset,j=r.length;j>l&&(j=l),l-=j,r.length-=j;do i[o++]=q[B++];while(--j);r.length===0&&(r.mode=Ga);break;case Fb:if(l===0)break e;i[o++]=r.length,l--,r.mode=Ga;break;case Wc:if(r.wrap){for(;u<32;){if(s===0)break e;s--,p|=n[f++]<<u,u+=8}if(c-=l,t.total_out+=c,r.total+=c,c&&(t.adler=r.check=r.flags?ti(r.check,i,c,o-c):Uc(r.check,i,c,o-c)),c=l,(r.flags?p:Ub(p))!==r.check){t.msg="incorrect data check",r.mode=Ht;break}p=0,u=0}r.mode=Pb;case Pb:if(r.wrap&&r.flags){for(;u<32;){if(s===0)break e;s--,p+=n[f++]<<u,u+=8}if(p!==(r.total&4294967295)){t.msg="incorrect length check",r.mode=Ht;break}p=0,u=0}r.mode=Mb;case Mb:L=bk;break e;case Ht:L=bb;break e;case Yc:return Lc;case yk:default:return jn}return t.next_out=o,t.avail_out=l,t.next_in=f,t.avail_in=s,r.hold=p,r.bits=u,(r.wsize||c!==t.avail_out&&r.mode<Ht&&(r.mode<Wc||e!==hb))&&Kb(t,t.output,t.next_out,c-t.avail_out)?(r.mode=Yc,Lc):(h-=t.avail_in,c-=t.avail_out,t.total_in+=h,t.total_out+=c,r.total+=c,r.wrap&&c&&(t.adler=r.check=r.flags?ti(r.check,i,c,t.next_out-c):Uc(r.check,i,c,t.next_out-c)),t.data_type=r.bits+(r.last?64:0)+(r.mode===Bi?128:0)+(r.mode===Ka||r.mode===Vc?256:0),(h===0&&c===0||e===hb)&&L===Xf&&(L=jk),L)}function xk(t){if(!t||!t.state)return jn;var e=t.state;return e.window&&(e.window=null),t.state=null,Xf}function Ek(t,e){var r;return!t||!t.state||(r=t.state,(r.wrap&2)==0)?jn:(r.head=e,e.done=!1,Xf)}function Ak(t,e){var r=e.length,n,i,f;return!t||!t.state||(n=t.state,n.wrap!==0&&n.mode!==Ya)?jn:n.mode===Ya&&(i=1,i=Uc(i,e,r,0),i!==n.check)?bb:(f=Kb(t,e,r,r),f?(n.mode=Yc,Lc):(n.havedict=1,Xf))}Dn.inflateReset=Cb;Dn.inflateReset2=Vb;Dn.inflateResetKeep=Lb;Dn.inflateInit=Bk;Dn.inflateInit2=Wb;Dn.inflate=Sk;Dn.inflateEnd=xk;Dn.inflateGetHeader=Ek;Dn.inflateSetDictionary=Ak;Dn.inflateInfo="pako inflate (from Nodeca project)"});var Jc=ge((eA,Jb)=>{"use strict";Jb.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}});var Zb=ge((tA,Xb)=>{"use strict";function Ok(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}Xb.exports=Ok});var $b=ge(Qs=>{"use strict";var No=Gb(),Zs=_i(),Ja=Rc(),Wt=Jc(),Xc=Da(),Nk=Hc(),Rk=Zb(),Qb=Object.prototype.toString;function Zf(t){if(!(this instanceof Zf))return new Zf(t);this.options=Zs.assign({chunkSize:16384,windowBits:0,to:""},t||{});var e=this.options;e.raw&&e.windowBits>=0&&e.windowBits<16&&(e.windowBits=-e.windowBits,e.windowBits===0&&(e.windowBits=-15)),e.windowBits>=0&&e.windowBits<16&&!(t&&t.windowBits)&&(e.windowBits+=32),e.windowBits>15&&e.windowBits<48&&(e.windowBits&15)==0&&(e.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new Nk,this.strm.avail_out=0;var r=No.inflateInit2(this.strm,e.windowBits);if(r!==Wt.Z_OK)throw new Error(Xc[r]);if(this.header=new Rk,No.inflateGetHeader(this.strm,this.header),e.dictionary&&(typeof e.dictionary=="string"?e.dictionary=Ja.string2buf(e.dictionary):Qb.call(e.dictionary)==="[object ArrayBuffer]"&&(e.dictionary=new Uint8Array(e.dictionary)),e.raw&&(r=No.inflateSetDictionary(this.strm,e.dictionary),r!==Wt.Z_OK)))throw new Error(Xc[r])}Zf.prototype.push=function(t,e){var r=this.strm,n=this.options.chunkSize,i=this.options.dictionary,f,o,s,l,p,u=!1;if(this.ended)return!1;o=e===~~e?e:e===!0?Wt.Z_FINISH:Wt.Z_NO_FLUSH,typeof t=="string"?r.input=Ja.binstring2buf(t):Qb.call(t)==="[object ArrayBuffer]"?r.input=new Uint8Array(t):r.input=t,r.next_in=0,r.avail_in=r.input.length;do{if(r.avail_out===0&&(r.output=new Zs.Buf8(n),r.next_out=0,r.avail_out=n),f=No.inflate(r,Wt.Z_NO_FLUSH),f===Wt.Z_NEED_DICT&&i&&(f=No.inflateSetDictionary(this.strm,i)),f===Wt.Z_BUF_ERROR&&u===!0&&(f=Wt.Z_OK,u=!1),f!==Wt.Z_STREAM_END&&f!==Wt.Z_OK)return this.onEnd(f),this.ended=!0,!1;r.next_out&&(r.avail_out===0||f===Wt.Z_STREAM_END||r.avail_in===0&&(o===Wt.Z_FINISH||o===Wt.Z_SYNC_FLUSH))&&(this.options.to==="string"?(s=Ja.utf8border(r.output,r.next_out),l=r.next_out-s,p=Ja.buf2string(r.output,s),r.next_out=l,r.avail_out=n-l,l&&Zs.arraySet(r.output,r.output,s,l,0),this.onData(p)):this.onData(Zs.shrinkBuf(r.output,r.next_out))),r.avail_in===0&&r.avail_out===0&&(u=!0)}while((r.avail_in>0||r.avail_out===0)&&f!==Wt.Z_STREAM_END);return f===Wt.Z_STREAM_END&&(o=Wt.Z_FINISH),o===Wt.Z_FINISH?(f=No.inflateEnd(this.strm),this.onEnd(f),this.ended=!0,f===Wt.Z_OK):(o===Wt.Z_SYNC_FLUSH&&(this.onEnd(Wt.Z_OK),r.avail_out=0),!0)};Zf.prototype.onData=function(t){this.chunks.push(t)};Zf.prototype.onEnd=function(t){t===Wt.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=Zs.flattenChunks(this.chunks)),this.chunks=[],this.err=t,this.msg=this.strm.msg};function Zc(t,e){var r=new Zf(e);if(r.push(t,!0),r.err)throw r.msg||Xc[r.err];return r.result}function Hk(t,e){return e=e||{},e.raw=!0,Zc(t,e)}Qs.Inflate=Zf;Qs.inflate=Zc;Qs.inflateRaw=Hk;Qs.ungzip=Zc});var rg=ge((nA,tg)=>{"use strict";var Dk=_i().assign,zk=ib(),Fk=$b(),Pk=Jc(),eg={};Dk(eg,zk,Fk,Pk);tg.exports=eg});var Qc=ge(()=>{});var og=ge(fg=>{"use strict";var Uk=[0,255,65535,16777215,4294967295];function Lk(t,e,r,n,i){var f;for(f=0;f<i;f++)r[n+f]=t[e+f]}function Ck(t,e,r,n){var i;for(i=0;i<n;i++)t[e+i]=t[e-r+i]}function em(t){this.array=t,this.pos=0}em.prototype.readUncompressedLength=function(){for(var t=0,e=0,r,n;e<32&&this.pos<this.array.length;){if(r=this.array[this.pos],this.pos+=1,n=r&127,n<<e>>>e!==n)return-1;if(t|=n<<e,r<128)return t;e+=7}return-1};em.prototype.uncompressToBuffer=function(t){for(var e=this.array,r=e.length,n=this.pos,i=0,f,o,s,l;n<e.length;)if(f=e[n],n+=1,(f&3)==0){if(o=(f>>>2)+1,o>60){if(n+3>=r)return!1;s=o-60,o=e[n]+(e[n+1]<<8)+(e[n+2]<<16)+(e[n+3]<<24),o=(o&Uk[s])+1,n+=s}if(n+o>r)return!1;Lk(e,n,t,i,o),n+=o,i+=o}else{switch(f&3){case 1:o=(f>>>2&7)+4,l=e[n]+(f>>>5<<8),n+=1;break;case 2:if(n+1>=r)return!1;o=(f>>>2)+1,l=e[n]+(e[n+1]<<8),n+=2;break;case 3:if(n+3>=r)return!1;o=(f>>>2)+1,l=e[n]+(e[n+1]<<8)+(e[n+2]<<16)+(e[n+3]<<24),n+=4;break;default:break}if(l===0||l>i)return!1;Ck(t,i,l,o),i+=o}return!0};fg.SnappyDecompressor=em});var ug=ge(pg=>{"use strict";var Vk=16,Wk=1<<Vk,sg=14,tm=new Array(sg+1);function el(t,e){return t*506832829>>>e}function tl(t,e){return t[e]+(t[e+1]<<8)+(t[e+2]<<16)+(t[e+3]<<24)}function lg(t,e,r){return t[e]===t[r]&&t[e+1]===t[r+1]&&t[e+2]===t[r+2]&&t[e+3]===t[r+3]}function Yk(t,e,r,n,i){var f;for(f=0;f<i;f++)r[n+f]=t[e+f]}function ag(t,e,r,n,i){return r<=60?(n[i]=r-1<<2,i+=1):r<256?(n[i]=60<<2,n[i+1]=r-1,i+=2):(n[i]=61<<2,n[i+1]=r-1&255,n[i+2]=r-1>>>8,i+=3),Yk(t,e,n,i,r),i+r}function rm(t,e,r,n){return n<12&&r<2048?(t[e]=1+(n-4<<2)+(r>>>8<<5),t[e+1]=r&255,e+2):(t[e]=2+(n-1<<2),t[e+1]=r&255,t[e+2]=r>>>8,e+3)}function Kk(t,e,r,n){for(;n>=68;)e=rm(t,e,r,64),n-=64;return n>64&&(e=rm(t,e,r,60),n-=60),rm(t,e,r,n)}function Gk(t,e,r,n,i){for(var f=1;1<<f<=r&&f<=sg;)f+=1;f-=1;var o=32-f;typeof tm[f]=="undefined"&&(tm[f]=new Uint16Array(1<<f));var s=tm[f],l;for(l=0;l<s.length;l++)s[l]=0;var p=e+r,u,h=e,c=e,j,B,q,H,M,F,J,re,W,O,te,L=!0,ne=15;if(r>=ne)for(u=p-ne,e+=1,B=el(tl(t,e),o);L;){M=32,q=e;do{if(e=q,j=B,F=M>>>5,M+=1,q=e+F,e>u){L=!1;break}B=el(tl(t,q),o),H=h+s[j],s[j]=e-h}while(!lg(t,e,H));if(!L)break;i=ag(t,c,e-c,n,i);do{for(J=e,re=4;e+re<p&&t[e+re]===t[H+re];)re+=1;if(e+=re,W=J-H,i=Kk(n,i,W,re),c=e,e>=u){L=!1;break}O=el(tl(t,e-1),o),s[O]=e-1-h,te=el(tl(t,e),o),H=h+s[te],s[te]=e-h}while(lg(t,e,H));if(!L)break;e+=1,B=el(tl(t,e),o)}return c<p&&(i=ag(t,c,p-c,n,i)),i}function Jk(t,e,r){do e[r]=t&127,t=t>>>7,t>0&&(e[r]+=128),r+=1;while(t>0);return r}function nm(t){this.array=t}nm.prototype.maxCompressedLength=function(){var t=this.array.length;return 32+t+Math.floor(t/6)};nm.prototype.compressToBuffer=function(t){var e=this.array,r=e.length,n=0,i=0,f;for(i=Jk(r,t,i);n<r;)f=Math.min(r-n,Wk),i=Gk(e,n,f,t,i),n+=f;return i};pg.SnappyCompressor=nm});var wg=ge(im=>{"use strict";function cg(){return typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node!="undefined"}function Qa(t){return t instanceof Uint8Array&&(!cg()||!Buffer.isBuffer(t))}function $a(t){return t instanceof ArrayBuffer}function mg(t){return cg()?Buffer.isBuffer(t):!1}var Xk=og().SnappyDecompressor,Zk=ug().SnappyCompressor,dg="Argument compressed must be type of ArrayBuffer, Buffer, or Uint8Array";function Qk(t){if(!Qa(t)&&!$a(t)&&!mg(t))throw new TypeError(dg);var e=!1,r=!1;Qa(t)?e=!0:$a(t)&&(r=!0,t=new Uint8Array(t));var n=new Xk(t),i=n.readUncompressedLength();if(i===-1)throw new Error("Invalid Snappy bitstream");var f,o;if(e){if(f=new Uint8Array(i),!n.uncompressToBuffer(f))throw new Error("Invalid Snappy bitstream")}else if(r){if(f=new ArrayBuffer(i),o=new Uint8Array(f),!n.uncompressToBuffer(o))throw new Error("Invalid Snappy bitstream")}else if(f=Buffer.alloc(i),!n.uncompressToBuffer(f))throw new Error("Invalid Snappy bitstream");return f}function $k(t){if(!Qa(t)&&!$a(t)&&!mg(t))throw new TypeError(dg);var e=!1,r=!1;Qa(t)?e=!0:$a(t)&&(r=!0,t=new Uint8Array(t));var n=new Zk(t),i=n.maxCompressedLength(),f,o,s;if(e?(f=new Uint8Array(i),s=n.compressToBuffer(f)):r?(f=new ArrayBuffer(i),o=new Uint8Array(f),s=n.compressToBuffer(o)):(f=Buffer.alloc(i),s=n.compressToBuffer(f)),!f.slice){var l=new Uint8Array(Array.prototype.slice.call(f,0,s));if(e)return l;if(r)return l.buffer;throw new Error("Not implemented")}return f.slice(0,s)}im.uncompress=Qk;im.compress=$k});var fm=ge(Ro=>{Ro.hashU32=function(e){return e=e|0,e=e+2127912214+(e<<12)|0,e=e^-949894596^e>>>19,e=e+374761393+(e<<5)|0,e=e+-744332180^e<<9,e=e+-42973499+(e<<3)|0,e^-1252372727^e>>>16|0};Ro.readU64=function(e,r){var n=0;return n|=e[r++]<<0,n|=e[r++]<<8,n|=e[r++]<<16,n|=e[r++]<<24,n|=e[r++]<<32,n|=e[r++]<<40,n|=e[r++]<<48,n|=e[r++]<<56,n};Ro.readU32=function(e,r){var n=0;return n|=e[r++]<<0,n|=e[r++]<<8,n|=e[r++]<<16,n|=e[r++]<<24,n};Ro.writeU32=function(e,r,n){e[r++]=n>>0&255,e[r++]=n>>8&255,e[r++]=n>>16&255,e[r++]=n>>24&255};Ro.imul=function(e,r){var n=e>>>16,i=e&65535,f=r>>>16,o=r&65535;return i*o+(n*o+i*f<<16)|0}});var yg=ge(jg=>{var ri=fm(),eo=2654435761,to=2246822519,hg=3266489917,tT=668265263,bg=374761393;function fp(t,e){return t=t|0,e=e|0,t>>>(32-e|0)|t<<e|0}function gg(t,e,r){return t=t|0,e=e|0,r=r|0,ri.imul(t>>>(32-e|0)|t<<e,r)|0}function om(t,e){return t=t|0,e=e|0,t>>>e^t|0}function il(t,e,r,n,i){return gg(ri.imul(e,r)+t,n,i)}function rT(t,e,r){return gg(t+ri.imul(e[r],bg),11,eo)}function nT(t,e,r){return il(t,ri.readU32(e,r),hg,17,tT)}function iT(t,e,r){return[il(t[0],ri.readU32(e,r+0),to,13,eo),il(t[1],ri.readU32(e,r+4),to,13,eo),il(t[2],ri.readU32(e,r+8),to,13,eo),il(t[3],ri.readU32(e,r+12),to,13,eo)]}function fT(t,e,r,n){var i,f;if(f=n,n>=16){for(i=[t+eo+to,t+to,t,t-eo];n>=16;)i=iT(i,e,r),r+=16,n-=16;i=fp(i[0],1)+fp(i[1],7)+fp(i[2],12)+fp(i[3],18)+f}else i=t+bg+n>>>0;for(;n>=4;)i=nT(i,e,r),r+=4,n-=4;for(;n>0;)i=rT(i,e,r),r++,n--;return i=om(ri.imul(om(ri.imul(om(i,15),to),13),hg),16),i>>>0}jg.hash=fT});var xg=ge(sr=>{var oT=yg(),yn=fm(),op=4,sT=13,vg=5,sm=6,sp=1<<16,fl=4,lp=(1<<fl)-1,lT=4,Ho=(1<<lT)-1,qg=Ig(5<<20),lm=pT(),am=407708164,aT=4,_g=8,kg=16,pm=64,um=192,ap=2147483648,Tg=7,cm=4,Bg=7,pp={4:65536,5:262144,6:1048576,7:4194304};function pT(){try{return new Uint32Array(sp)}catch{for(var t=new Array(sp),e=0;e<sp;e++)t[e]=0;return t}}function uT(t){for(var e=0;e<sp;e++)lm[e]=0}function Ig(t){try{return new Uint8Array(t)}catch{for(var e=new Array(t),r=0;r<t;r++)e[r]=0;return e}}function Sg(t,e,r){if(typeof t.buffer!==void 0){if(Uint8Array.prototype.slice)return t.slice(e,r);var n=t.length;e=e|0,e=e<0?Math.max(n+e,0):Math.min(e,n),r=r===void 0?n:r|0,r=r<0?Math.max(n+r,0):Math.min(r,n);for(var i=new Uint8Array(r-e),f=e,o=0;f<r;)i[o++]=t[f++];return i}else return t.slice(e,r)}sr.compressBound=function(e){return e+e/255+16|0};sr.decompressBound=function(e){var r=0;if(yn.readU32(e,r)!==am)throw new Error("invalid magic number");r+=4;var n=e[r++];if((n&um)!==pm)throw new Error("incompatible descriptor version "+(n&um));var i=(n&kg)!=0,f=(n&_g)!=0,o=e[r++]>>cm&Bg;if(pp[o]===void 0)throw new Error("invalid block size "+o);var s=pp[o];if(f)return yn.readU64(e,r);r++;for(var l=0;;){var p=yn.readU32(e,r);if(r+=4,p&ap?(p&=~ap,l+=p):l+=s,p===0)return l;i&&(r+=4),r+=p}};sr.makeBuffer=Ig;sr.decompressBlock=function(e,r,n,i,f){var o,s,l,p,u;for(l=n+i;n<l;){var h=e[n++],c=h>>4;if(c>0){if(c===15)for(;c+=e[n],e[n++]===255;);for(p=n+c;n<p;)r[f++]=e[n++]}if(n>=l)break;if(o=h&15,s=e[n++]|e[n++]<<8,o===15)for(;o+=e[n],e[n++]===255;);for(o+=op,u=f-s,p=u+o;u<p;)r[f++]=r[u++]|0}return f};sr.compressBlock=function(e,r,n,i,f){var o,s,l,p,u,h,c,j,B;if(c=0,j=i+n,s=n,i>=sT)for(var q=(1<<sm)+3;n+op<j-vg;){var H=yn.readU32(e,n),M=yn.hashU32(H)>>>0;if(M=(M>>16^M)>>>0&65535,o=f[M]-1,f[M]=n+1,o<0||n-o>>>16>0||yn.readU32(e,o)!==H){u=q++>>sm,n+=u;continue}for(q=(1<<sm)+3,h=n-s,p=n-o,n+=op,o+=op,l=n;n<j-vg&&e[n]===e[o];)n++,o++;l=n-l;var F=l<lp?l:lp;if(h>=Ho){for(r[c++]=(Ho<<fl)+F,B=h-Ho;B>=255;B-=255)r[c++]=255;r[c++]=B}else r[c++]=(h<<fl)+F;for(var J=0;J<h;J++)r[c++]=e[s+J];if(r[c++]=p,r[c++]=p>>8,l>=lp){for(B=l-lp;B>=255;B-=255)r[c++]=255;r[c++]=B}s=n}if(s===0)return 0;if(h=j-s,h>=Ho){for(r[c++]=Ho<<fl,B=h-Ho;B>=255;B-=255)r[c++]=255;r[c++]=B}else r[c++]=h<<fl;for(n=s;n<j;)r[c++]=e[n++];return c};sr.decompressFrame=function(e,r){var n,i,f,o,s=0,l=0;if(yn.readU32(e,s)!==am)throw new Error("invalid magic number");if(s+=4,o=e[s++],(o&um)!==pm)throw new Error("incompatible descriptor version");n=(o&kg)!=0,i=(o&aT)!=0,f=(o&_g)!=0;var p=e[s++]>>cm&Bg;if(pp[p]===void 0)throw new Error("invalid block size");for(f&&(s+=8),s++;;){var u;if(u=yn.readU32(e,s),s+=4,u===0)break;if(n&&(s+=4),(u&ap)!=0){u&=~ap;for(var h=0;h<u;h++)r[l++]=e[s++]}else l=sr.decompressBlock(e,r,s,u,l),s+=u}return i&&(s+=4),l};sr.compressFrame=function(e,r){var n=0;yn.writeU32(r,n,am),n+=4,r[n++]=pm,r[n++]=Tg<<cm,r[n]=oT.hash(0,r,4,n-4)>>8,n++;var i=pp[Tg],f=e.length,o=0;for(uT(lm);f>0;){var s=0,l=f>i?i:f;if(s=sr.compressBlock(e,qg,o,l,lm),s>l||s===0){yn.writeU32(r,n,2147483648|l),n+=4;for(var p=o+l;o<p;)r[n++]=e[o++];f-=l}else{yn.writeU32(r,n,s),n+=4;for(var u=0;u<s;)r[n++]=qg[u++];o+=l,f-=l}}return yn.writeU32(r,n,0),n+=4,n};sr.decompress=function(e,r){var n,i;return r===void 0&&(r=sr.decompressBound(e)),n=sr.makeBuffer(r),i=sr.decompressFrame(e,n),i!==r&&(n=Sg(n,0,i)),n};sr.compress=function(e,r){var n,i;return r===void 0&&(r=sr.compressBound(e.length)),n=sr.makeBuffer(r),i=sr.compressFrame(e,n),i!==r&&(n=Sg(n,0,i)),n}});var qn=ge((z2,$g)=>{var Hm=4294967296,Qg=[];for(Co=0;Co<256;Co++)Qg[Co]=(Co>15?"":"0")+Co.toString(16);var Co,al=$g.exports=function(t,e){t instanceof Buffer?(this.buffer=t,this.offset=e||0):Object.prototype.toString.call(t)=="[object Uint8Array]"?(this.buffer=new Buffer(t),this.offset=e||0):(this.buffer=this.buffer||new Buffer(8),this.offset=0,this.setValue.apply(this,arguments))};al.MAX_INT=Math.pow(2,53);al.MIN_INT=-Math.pow(2,53);al.prototype={constructor:al,_2scomp:function(){for(var t=this.buffer,e=this.offset,r=1,n=e+7;n>=e;n--){var i=(t[n]^255)+r;t[n]=i&255,r=i>>8}},setValue:function(t,e){var r=!1;if(arguments.length==1)if(typeof t=="number"){if(r=t<0,t=Math.abs(t),e=t%Hm,t=t/Hm,t>Hm)throw new RangeError(t+" is outside Int64 range");t=t|0}else if(typeof t=="string")t=(t+"").replace(/^0x/,""),e=t.substr(-8),t=t.length>8?t.substr(0,t.length-8):"",t=parseInt(t,16),e=parseInt(e,16);else throw new Error(t+" must be a Number or String");for(var n=this.buffer,i=this.offset,f=7;f>=0;f--)n[i+f]=e&255,e=f==4?t:e>>>8;r&&this._2scomp()},toNumber:function(t){for(var e=this.buffer,r=this.offset,n=e[r]&128,i=0,f=1,o=7,s=1;o>=0;o--,s*=256){var l=e[r+o];n&&(l=(l^255)+f,f=l>>8,l=l&255),i+=l*s}return!t&&i>=al.MAX_INT?n?-1/0:1/0:n?-i:i},valueOf:function(){return this.toNumber(!1)},toString:function(t){return this.valueOf().toString(t||10)},toOctetString:function(t){for(var e=new Array(8),r=this.buffer,n=this.offset,i=0;i<8;i++)e[i]=Qg[r[n+i]];return e.join(t||"")},toBuffer:function(t){if(t&&this.offset===0)return this.buffer;var e=new Buffer(8);return this.buffer.copy(e,0,this.offset,this.offset+8),e},copy:function(t,e){this.buffer.copy(t,e||0,this.offset,this.offset+8)},compare:function(t){if((this.buffer[this.offset]&128)!=(t.buffer[t.offset]&128))return t.buffer[t.offset]-this.buffer[this.offset];for(var e=0;e<8;e++)if(this.buffer[this.offset+e]!==t.buffer[t.offset+e])return this.buffer[this.offset+e]-t.buffer[t.offset+e];return 0},equals:function(t){return this.compare(t)===0},inspect:function(){return"[Int64 value:"+this+" octets:"+this.toOctetString(" ")+"]"}}});var tj=ge((F2,ej)=>{ej.exports=function(e){return e&&typeof e=="object"&&typeof e.copy=="function"&&typeof e.fill=="function"&&typeof e.readUInt8=="function"}});var rj=ge((P2,Dm)=>{typeof Object.create=="function"?Dm.exports=function(e,r){e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:Dm.exports=function(e,r){e.super_=r;var n=function(){};n.prototype=r.prototype,e.prototype=new n,e.prototype.constructor=e}});var Ai=ge(ot=>{var nj=Object.getOwnPropertyDescriptors||function(e){for(var r=Object.keys(e),n={},i=0;i<r.length;i++)n[r[i]]=Object.getOwnPropertyDescriptor(e,r[i]);return n},TB=/%[sdj%]/g;ot.format=function(t){if(!Np(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(wf(arguments[r]));return e.join(" ")}for(var r=1,n=arguments,i=n.length,f=String(t).replace(TB,function(s){if(s==="%%")return"%";if(r>=i)return s;switch(s){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch{return"[Circular]"}default:return s}}),o=n[r];r<i;o=n[++r])Op(o)||!Vo(o)?f+=" "+o:f+=" "+wf(o);return f};ot.deprecate=function(t,e){if(typeof process!="undefined"&&process.noDeprecation===!0)return t;if(typeof process=="undefined")return function(){return ot.deprecate(t,e).apply(this,arguments)};var r=!1;function n(){if(!r){if(process.throwDeprecation)throw new Error(e);process.traceDeprecation?console.trace(e):console.error(e),r=!0}return t.apply(this,arguments)}return n};var Ep={},zm;ot.debuglog=function(t){if(hf(zm)&&(zm=process.env.NODE_DEBUG||""),t=t.toUpperCase(),!Ep[t])if(new RegExp("\\b"+t+"\\b","i").test(zm)){var e=process.pid;Ep[t]=function(){var r=ot.format.apply(ot,arguments);console.error("%s %d: %s",t,e,r)}}else Ep[t]=function(){};return Ep[t]};function wf(t,e){var r={seen:[],stylize:IB};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),Mm(e)?r.showHidden=e:e&&ot._extend(r,e),hf(r.showHidden)&&(r.showHidden=!1),hf(r.depth)&&(r.depth=2),hf(r.colors)&&(r.colors=!1),hf(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=BB),Ap(r,t,r.depth)}ot.inspect=wf;wf.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]};wf.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function BB(t,e){var r=wf.styles[e];return r?"["+wf.colors[r][0]+"m"+t+"["+wf.colors[r][1]+"m":t}function IB(t,e){return t}function SB(t){var e={};return t.forEach(function(r,n){e[r]=!0}),e}function Ap(t,e,r){if(t.customInspect&&e&&Dp(e.inspect)&&e.inspect!==ot.inspect&&!(e.constructor&&e.constructor.prototype===e)){var n=e.inspect(r,t);return Np(n)||(n=Ap(t,n,r)),n}var i=xB(t,e);if(i)return i;var f=Object.keys(e),o=SB(f);if(t.showHidden&&(f=Object.getOwnPropertyNames(e)),Hp(e)&&(f.indexOf("message")>=0||f.indexOf("description")>=0))return Fm(e);if(f.length===0){if(Dp(e)){var s=e.name?": "+e.name:"";return t.stylize("[Function"+s+"]","special")}if(Rp(e))return t.stylize(RegExp.prototype.toString.call(e),"regexp");if(Um(e))return t.stylize(Date.prototype.toString.call(e),"date");if(Hp(e))return Fm(e)}var l="",p=!1,u=["{","}"];if(ij(e)&&(p=!0,u=["[","]"]),Dp(e)){var h=e.name?": "+e.name:"";l=" [Function"+h+"]"}if(Rp(e)&&(l=" "+RegExp.prototype.toString.call(e)),Um(e)&&(l=" "+Date.prototype.toUTCString.call(e)),Hp(e)&&(l=" "+Fm(e)),f.length===0&&(!p||e.length==0))return u[0]+l+u[1];if(r<0)return Rp(e)?t.stylize(RegExp.prototype.toString.call(e),"regexp"):t.stylize("[Object]","special");t.seen.push(e);var c;return p?c=EB(t,e,r,o,f):c=f.map(function(j){return Pm(t,e,r,o,j,p)}),t.seen.pop(),AB(c,l,u)}function xB(t,e){if(hf(e))return t.stylize("undefined","undefined");if(Np(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}if(fj(e))return t.stylize(""+e,"number");if(Mm(e))return t.stylize(""+e,"boolean");if(Op(e))return t.stylize("null","null")}function Fm(t){return"["+Error.prototype.toString.call(t)+"]"}function EB(t,e,r,n,i){for(var f=[],o=0,s=e.length;o<s;++o)oj(e,String(o))?f.push(Pm(t,e,r,n,String(o),!0)):f.push("");return i.forEach(function(l){l.match(/^\d+$/)||f.push(Pm(t,e,r,n,l,!0))}),f}function Pm(t,e,r,n,i,f){var o,s,l;if(l=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},l.get?l.set?s=t.stylize("[Getter/Setter]","special"):s=t.stylize("[Getter]","special"):l.set&&(s=t.stylize("[Setter]","special")),oj(n,i)||(o="["+i+"]"),s||(t.seen.indexOf(l.value)<0?(Op(r)?s=Ap(t,l.value,null):s=Ap(t,l.value,r-1),s.indexOf(`
2
2
  `)>-1&&(f?s=s.split(`
3
3
  `).map(function(p){return" "+p}).join(`
4
4
  `).substr(2):s=`
5
5
  `+s.split(`
6
6
  `).map(function(p){return" "+p}).join(`
7
- `))):s=t.stylize("[Circular]","special")),hf(o)){if(f&&i.match(/^\d+$/))return s;o=JSON.stringify(""+i),o.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(o=o.substr(1,o.length-2),o=t.stylize(o,"name")):(o=o.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),o=t.stylize(o,"string"))}return o+": "+s}function mI(t,e,r){var n=0,i=t.reduce(function(f,o){return n++,o.indexOf(`
7
+ `))):s=t.stylize("[Circular]","special")),hf(o)){if(f&&i.match(/^\d+$/))return s;o=JSON.stringify(""+i),o.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(o=o.substr(1,o.length-2),o=t.stylize(o,"name")):(o=o.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),o=t.stylize(o,"string"))}return o+": "+s}function AB(t,e,r){var n=0,i=t.reduce(function(f,o){return n++,o.indexOf(`
8
8
  `)>=0&&n++,f+o.replace(/\u001b\[\d\d?m/g,"").length+1},0);return i>60?r[0]+(e===""?"":e+`
9
9
  `)+" "+t.join(`,
10
- `)+" "+r[1]:r[0]+e+" "+t.join(", ")+" "+r[1]}function dj(t){return Array.isArray(t)}ot.isArray=dj;function Jm(t){return typeof t=="boolean"}ot.isBoolean=Jm;function Dp(t){return t===null}ot.isNull=Dp;function dI(t){return t==null}ot.isNullOrUndefined=dI;function wj(t){return typeof t=="number"}ot.isNumber=wj;function zp(t){return typeof t=="string"}ot.isString=zp;function wI(t){return typeof t=="symbol"}ot.isSymbol=wI;function hf(t){return t===void 0}ot.isUndefined=hf;function Fp(t){return Yo(t)&&Xm(t)==="[object RegExp]"}ot.isRegExp=Fp;function Yo(t){return typeof t=="object"&&t!==null}ot.isObject=Yo;function Zm(t){return Yo(t)&&Xm(t)==="[object Date]"}ot.isDate=Zm;function Pp(t){return Yo(t)&&(Xm(t)==="[object Error]"||t instanceof Error)}ot.isError=Pp;function Mp(t){return typeof t=="function"}ot.isFunction=Mp;function hI(t){return t===null||typeof t=="boolean"||typeof t=="number"||typeof t=="string"||typeof t=="symbol"||typeof t=="undefined"}ot.isPrimitive=hI;ot.isBuffer=uj();function Xm(t){return Object.prototype.toString.call(t)}function Qm(t){return t<10?"0"+t.toString(10):t.toString(10)}var bI=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function gI(){var t=new Date,e=[Qm(t.getHours()),Qm(t.getMinutes()),Qm(t.getSeconds())].join(":");return[t.getDate(),bI[t.getMonth()],e].join(" ")}ot.log=function(){console.log("%s - %s",gI(),ot.format.apply(ot,arguments))};ot.inherits=cj();ot._extend=function(t,e){if(!e||!Yo(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t};function hj(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var lo=typeof Symbol!="undefined"?Symbol("util.promisify.custom"):void 0;ot.promisify=function(e){if(typeof e!="function")throw new TypeError('The "original" argument must be of type Function');if(lo&&e[lo]){var r=e[lo];if(typeof r!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(r,lo,{value:r,enumerable:!1,writable:!1,configurable:!0}),r}function r(){for(var n,i,f=new Promise(function(l,p){n=l,i=p}),o=[],s=0;s<arguments.length;s++)o.push(arguments[s]);o.push(function(l,p){l?i(l):n(p)});try{e.apply(this,o)}catch(l){i(l)}return f}return Object.setPrototypeOf(r,Object.getPrototypeOf(e)),lo&&Object.defineProperty(r,lo,{value:r,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(r,mj(e))};ot.promisify.custom=lo;function jI(t,e){if(!t){var r=new Error("Promise was rejected with a falsy value");r.reason=t,t=r}return e(t)}function yI(t){if(typeof t!="function")throw new TypeError('The "original" argument must be of type Function');function e(){for(var r=[],n=0;n<arguments.length;n++)r.push(arguments[n]);var i=r.pop();if(typeof i!="function")throw new TypeError("The last argument must be of type Function");var f=this,o=function(){return i.apply(f,arguments)};t.apply(this,r).then(function(s){process.nextTick(o,null,s)},function(s){process.nextTick(jI,s,o)})}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),Object.defineProperties(e,mj(t)),e}ot.callbackify=yI});var bf=he((fi,$m)=>{var Up=Ai(),ml=fi.Type={STOP:0,VOID:1,BOOL:2,BYTE:3,I08:3,DOUBLE:4,I16:6,I32:8,I64:10,STRING:11,UTF7:11,STRUCT:12,MAP:13,SET:14,LIST:15,UTF8:16,UTF16:17};fi.MessageType={CALL:1,REPLY:2,EXCEPTION:3,ONEWAY:4};fi.TException=Lp;function Lp(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}Up.inherits(Lp,Error);var vI=fi.TApplicationExceptionType={UNKNOWN:0,UNKNOWN_METHOD:1,INVALID_MESSAGE_TYPE:2,WRONG_METHOD_NAME:3,BAD_SEQUENCE_ID:4,MISSING_RESULT:5,INTERNAL_ERROR:6,PROTOCOL_ERROR:7,INVALID_TRANSFORM:8,INVALID_PROTOCOL:9,UNSUPPORTED_CLIENT_TYPE:10};fi.TApplicationException=Cp;function Cp(t,e){Lp.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.type=t||vI.UNKNOWN,this.name=this.constructor.name,this.message=e}Up.inherits(Cp,Lp);Cp.prototype.read=function(t){for(var e,r=t.readStructBegin("TApplicationException");r=t.readFieldBegin(),r.ftype!=ml.STOP;){switch(r.fid){case 1:r.ftype==ml.STRING?(r=t.readString(),this.message=r):r=t.skip(r.ftype);break;case 2:r.ftype==ml.I32?(r=t.readI32(),this.type=r):r=t.skip(r.ftype);break;default:r=t.skip(r.ftype);break}t.readFieldEnd()}t.readStructEnd()};Cp.prototype.write=function(t){t.writeStructBegin("TApplicationException"),this.message&&(t.writeFieldBegin("message",ml.STRING,1),t.writeString(this.message),t.writeFieldEnd()),this.code&&(t.writeFieldBegin("type",ml.I32,2),t.writeI32(this.code),t.writeFieldEnd()),t.writeFieldStop(),t.writeStructEnd()};var kN=fi.TProtocolExceptionType={UNKNOWN:0,INVALID_DATA:1,NEGATIVE_SIZE:2,SIZE_LIMIT:3,BAD_VERSION:4,NOT_IMPLEMENTED:5,DEPTH_LIMIT:6};fi.TProtocolException=bj;function bj(t,e){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.type=t,this.message=e}Up.inherits(bj,Error);fi.objectLength=function(t){return Object.keys(t).length};fi.inherits=function(t,e){Up.inherits(t,e)};var Vp,Wp;Vp=function(t,e){if(!t)return t;var r;e.shift===void 0?r=e:r=e[0];var n=r,i=t.length,f=[],o,s;for(o=0;o<i;o++)s=t[o],r===null?f.push(s):r===Wp||r===Vp?f.push(r(s,e.slice(1))):f.push(new n(s));return f};Wp=function(t,e){if(!t)return t;var r;e.shift===void 0?r=e:r=e[0];var n=r,i={},f;for(var o in t)t.hasOwnProperty(o)&&(f=t[o],r===null?i[o]=f:r===Wp||r===Vp?i[o]=r(f,e.slice(1)):i[o]=new n(f));return i};$m.exports.copyMap=Wp;$m.exports.copyList=Vp});var jj=he((TN,gj)=>{var Ko=null;typeof WebSocket!="undefined"?Ko=WebSocket:typeof MozWebSocket!="undefined"?Ko=MozWebSocket:typeof global!="undefined"?Ko=global.WebSocket||global.MozWebSocket:typeof window!="undefined"?Ko=window.WebSocket||window.MozWebSocket:typeof self!="undefined"&&(Ko=self.WebSocket||self.MozWebSocket);gj.exports=Ko});var td=he((BN,ed)=>{"use strict";var Go=typeof Reflect=="object"?Reflect:null,yj=Go&&typeof Go.apply=="function"?Go.apply:function(e,r,n){return Function.prototype.apply.call(e,r,n)},Yp;Go&&typeof Go.ownKeys=="function"?Yp=Go.ownKeys:Object.getOwnPropertySymbols?Yp=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Yp=function(e){return Object.getOwnPropertyNames(e)};function _I(t){console&&console.warn&&console.warn(t)}var vj=Number.isNaN||function(e){return e!==e};function ht(){ht.init.call(this)}ed.exports=ht;ed.exports.once=BI;ht.EventEmitter=ht;ht.prototype._events=void 0;ht.prototype._eventsCount=0;ht.prototype._maxListeners=void 0;var _j=10;function Kp(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(ht,"defaultMaxListeners",{enumerable:!0,get:function(){return _j},set:function(t){if(typeof t!="number"||t<0||vj(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");_j=t}});ht.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};ht.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||vj(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function qj(t){return t._maxListeners===void 0?ht.defaultMaxListeners:t._maxListeners}ht.prototype.getMaxListeners=function(){return qj(this)};ht.prototype.emit=function(e){for(var r=[],n=1;n<arguments.length;n++)r.push(arguments[n]);var i=e==="error",f=this._events;if(f!==void 0)i=i&&f.error===void 0;else if(!i)return!1;if(i){var o;if(r.length>0&&(o=r[0]),o instanceof Error)throw o;var s=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw s.context=o,s}var l=f[e];if(l===void 0)return!1;if(typeof l=="function")yj(l,this,r);else for(var p=l.length,u=Sj(l,p),n=0;n<p;++n)yj(u[n],this,r);return!0};function kj(t,e,r,n){var i,f,o;if(Kp(r),f=t._events,f===void 0?(f=t._events=Object.create(null),t._eventsCount=0):(f.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),f=t._events),o=f[e]),o===void 0)o=f[e]=r,++t._eventsCount;else if(typeof o=="function"?o=f[e]=n?[r,o]:[o,r]:n?o.unshift(r):o.push(r),i=qj(t),i>0&&o.length>i&&!o.warned){o.warned=!0;var s=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");s.name="MaxListenersExceededWarning",s.emitter=t,s.type=e,s.count=o.length,_I(s)}return t}ht.prototype.addListener=function(e,r){return kj(this,e,r,!1)};ht.prototype.on=ht.prototype.addListener;ht.prototype.prependListener=function(e,r){return kj(this,e,r,!0)};function qI(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function Tj(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=qI.bind(n);return i.listener=r,n.wrapFn=i,i}ht.prototype.once=function(e,r){return Kp(r),this.on(e,Tj(this,e,r)),this};ht.prototype.prependOnceListener=function(e,r){return Kp(r),this.prependListener(e,Tj(this,e,r)),this};ht.prototype.removeListener=function(e,r){var n,i,f,o,s;if(Kp(r),i=this._events,i===void 0)return this;if(n=i[e],n===void 0)return this;if(n===r||n.listener===r)--this._eventsCount==0?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,n.listener||r));else if(typeof n!="function"){for(f=-1,o=n.length-1;o>=0;o--)if(n[o]===r||n[o].listener===r){s=n[o].listener,f=o;break}if(f<0)return this;f===0?n.shift():kI(n,f),n.length===1&&(i[e]=n[0]),i.removeListener!==void 0&&this.emit("removeListener",e,s||r)}return this};ht.prototype.off=ht.prototype.removeListener;ht.prototype.removeAllListeners=function(e){var r,n,i;if(n=this._events,n===void 0)return this;if(n.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):n[e]!==void 0&&(--this._eventsCount==0?this._events=Object.create(null):delete n[e]),this;if(arguments.length===0){var f=Object.keys(n),o;for(i=0;i<f.length;++i)o=f[i],o!=="removeListener"&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(r=n[e],typeof r=="function")this.removeListener(e,r);else if(r!==void 0)for(i=r.length-1;i>=0;i--)this.removeListener(e,r[i]);return this};function Bj(t,e,r){var n=t._events;if(n===void 0)return[];var i=n[e];return i===void 0?[]:typeof i=="function"?r?[i.listener||i]:[i]:r?TI(i):Sj(i,i.length)}ht.prototype.listeners=function(e){return Bj(this,e,!0)};ht.prototype.rawListeners=function(e){return Bj(this,e,!1)};ht.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):Ij.call(t,e)};ht.prototype.listenerCount=Ij;function Ij(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}ht.prototype.eventNames=function(){return this._eventsCount>0?Yp(this._events):[]};function Sj(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function kI(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function TI(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function BI(t,e){return new Promise(function(r,n){function i(o){t.removeListener(e,f),n(o)}function f(){typeof t.removeListener=="function"&&t.removeListener("error",i),r([].slice.call(arguments))}xj(t,e,f,{once:!0}),e!=="error"&&II(t,i,{once:!0})})}function II(t,e,r){typeof t.on=="function"&&xj(t,"error",e,r)}function xj(t,e,r,n){if(typeof t.on=="function")n.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(f){n.once&&t.removeEventListener(e,i),r(f)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}});var Gp=he(gf=>{var rd=Math.pow(2,8),SI=Math.pow(2,16),Ej=Math.pow(2,24),Aj=Math.pow(2,32),xI=Math.pow(2,40),EI=Math.pow(2,48),nd=Math.pow(2,52),AI=Math.pow(2,1022);gf.readByte=function(t){return t>127?t-256:t};gf.readI16=function(t,e){e=e||0;var r=t[e+1];return r+=t[e]<<8,t[e]&128&&(r-=SI),r};gf.readI32=function(t,e){e=e||0;var r=t[e+3];return r+=t[e+2]<<8,r+=t[e+1]<<16,r+=t[e]*Ej,t[e]&128&&(r-=Aj),r};gf.writeI16=function(t,e){return t[1]=e&255,e>>=8,t[0]=e&255,t};gf.writeI32=function(t,e){return t[3]=e&255,e>>=8,t[2]=e&255,e>>=8,t[1]=e&255,e>>=8,t[0]=e&255,t};gf.readDouble=function(t,e){e=e||0;var r=t[e]&128,n=(t[e+1]&240)>>4;n+=(t[e]&127)<<4;var i=t[e+7];switch(i+=t[e+6]<<8,i+=t[e+5]<<16,i+=t[e+4]*Ej,i+=t[e+3]*Aj,i+=t[e+2]*xI,i+=(t[e+1]&15)*EI,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=nd,n-=1023}return r&&(i*=-1),i*Math.pow(2,n-52)};gf.writeDouble=function(t,e){var r,n,i;return t[0]=e<0?128:0,e=Math.abs(e),e!==e?(r=2251799813685248,n=2047):e===1/0?(r=0,n=2047):(n=Math.floor(Math.log(e)/Math.LN2),i=Math.pow(2,-n),e*i<1&&(n--,i*=2),n+1023>=2047?(r=0,n=2047):n+1023>=1?(r=(e*i-1)*nd,n+=1023):(r=e*AI*nd,n=0)),t[1]=n<<4&240,t[0]|=n>>4&127,t[7]=r&255,r=Math.floor(r/rd),t[6]=r&255,r=Math.floor(r/rd),t[5]=r&255,r=Math.floor(r/rd),t[4]=r&255,r>>=8,t[3]=r&255,r>>=8,t[2]=r&255,r>>=8,t[1]|=r&15,t}});var ao=he((SN,Nj)=>{var OI=Ai();Nj.exports=Oj;function Oj(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}OI.inherits(Oj,Error)});var Zp=he(Oi=>{var NI=Ai(),Jo=function(){},Hj=console.log,Jp="error";function dl(t){return function(){var e=["thrift: ["+t+"] "].concat(Array.from(arguments));return Hj(NI.format.apply(null,e))}}var id=Jo,fd=Jo,od=Jo,sd=Jo,ld=Jo;Oi.setLogFunc=function(t){Hj=t};var HI=Oi.setLogLevel=function(t){switch(id=fd=od=sd=ld=Jo,Jp=t,Jp){case"trace":id=dl("TRACE");case"debug":fd=dl("DEBUG");case"error":od=dl("ERROR");case"warning":sd=dl("WARN");case"info":ld=dl("INFO")}};HI(Jp);Oi.getLogLevel=function(){return Jp};Oi.trace=function(){return id.apply(null,arguments)};Oi.debug=function(){return fd.apply(null,arguments)};Oi.error=function(){return od.apply(null,arguments)};Oi.warning=function(){return sd.apply(null,arguments)};Oi.info=function(){return ld.apply(null,arguments)}});var ud=he((EN,Rj)=>{var RI=Zp(),Ni=_n(),Ft=bf(),vt=Ft.Type;Rj.exports=J;var ad=Math.pow(2,8),DI=Math.pow(2,24),zI=Math.pow(2,32),FI=Math.pow(2,40),PI=Math.pow(2,48),pd=Math.pow(2,52),MI=Math.pow(2,1022);function J(t){this.trans=t,this.lastField_=[],this.lastFieldId_=0,this.string_limit_=0,this.string_buf_=null,this.string_buf_size_=0,this.container_limit_=0,this.booleanField_={name:null,hasBoolValue:!1},this.boolValue_={hasBoolValue:!1,boolValue:!1}}J.PROTOCOL_ID=-126;J.VERSION_N=1;J.VERSION_MASK=31;J.TYPE_MASK=-32;J.TYPE_BITS=7;J.TYPE_SHIFT_AMOUNT=5;J.Types={CT_STOP:0,CT_BOOLEAN_TRUE:1,CT_BOOLEAN_FALSE:2,CT_BYTE:3,CT_I16:4,CT_I32:5,CT_I64:6,CT_DOUBLE:7,CT_BINARY:8,CT_LIST:9,CT_SET:10,CT_MAP:11,CT_STRUCT:12};J.TTypeToCType=[J.Types.CT_STOP,0,J.Types.CT_BOOLEAN_TRUE,J.Types.CT_BYTE,J.Types.CT_DOUBLE,0,J.Types.CT_I16,0,J.Types.CT_I32,0,J.Types.CT_I64,J.Types.CT_BINARY,J.Types.CT_STRUCT,J.Types.CT_MAP,J.Types.CT_SET,J.Types.CT_LIST];J.prototype.getTransport=function(){return this.trans};J.prototype.getCompactType=function(t){return J.TTypeToCType[t]};J.prototype.getTType=function(t){switch(t){case vt.STOP:return vt.STOP;case J.Types.CT_BOOLEAN_FALSE:case J.Types.CT_BOOLEAN_TRUE:return vt.BOOL;case J.Types.CT_BYTE:return vt.BYTE;case J.Types.CT_I16:return vt.I16;case J.Types.CT_I32:return vt.I32;case J.Types.CT_I64:return vt.I64;case J.Types.CT_DOUBLE:return vt.DOUBLE;case J.Types.CT_BINARY:return vt.STRING;case J.Types.CT_LIST:return vt.LIST;case J.Types.CT_SET:return vt.SET;case J.Types.CT_MAP:return vt.MAP;case J.Types.CT_STRUCT:return vt.STRUCT;default:throw new Ft.TProtocolException(Ft.TProtocolExceptionType.INVALID_DATA,"Unknown type: "+t)}return vt.STOP};J.prototype.flush=function(){return this.trans.flush()};J.prototype.writeMessageBegin=function(t,e,r){this.writeByte(J.PROTOCOL_ID),this.writeByte(J.VERSION_N&J.VERSION_MASK|e<<J.TYPE_SHIFT_AMOUNT&J.TYPE_MASK),this.writeVarint32(r),this.writeString(t),this._seqid?RI.warning("SeqId already set",{name:t}):(this._seqid=r,this.trans.setCurrSeqId(r))};J.prototype.writeMessageEnd=function(){};J.prototype.writeStructBegin=function(t){this.lastField_.push(this.lastFieldId_),this.lastFieldId_=0};J.prototype.writeStructEnd=function(){this.lastFieldId_=this.lastField_.pop()};J.prototype.writeFieldBegin=function(t,e,r){if(e!=vt.BOOL)return this.writeFieldBeginInternal(t,e,r,-1);this.booleanField_.name=t,this.booleanField_.fieldType=e,this.booleanField_.fieldId=r};J.prototype.writeFieldEnd=function(){};J.prototype.writeFieldStop=function(){this.writeByte(J.Types.CT_STOP)};J.prototype.writeMapBegin=function(t,e,r){r===0?this.writeByte(0):(this.writeVarint32(r),this.writeByte(this.getCompactType(t)<<4|this.getCompactType(e)))};J.prototype.writeMapEnd=function(){};J.prototype.writeListBegin=function(t,e){this.writeCollectionBegin(t,e)};J.prototype.writeListEnd=function(){};J.prototype.writeSetBegin=function(t,e){this.writeCollectionBegin(t,e)};J.prototype.writeSetEnd=function(){};J.prototype.writeBool=function(t){this.booleanField_.name!==null?(this.writeFieldBeginInternal(this.booleanField_.name,this.booleanField_.fieldType,this.booleanField_.fieldId,t?J.Types.CT_BOOLEAN_TRUE:J.Types.CT_BOOLEAN_FALSE),this.booleanField_.name=null):this.writeByte(t?J.Types.CT_BOOLEAN_TRUE:J.Types.CT_BOOLEAN_FALSE)};J.prototype.writeByte=function(t){this.trans.write(new Buffer([t]))};J.prototype.writeI16=function(t){this.writeVarint32(this.i32ToZigzag(t))};J.prototype.writeI32=function(t){this.writeVarint32(this.i32ToZigzag(t))};J.prototype.writeI64=function(t){this.writeVarint64(this.i64ToZigzag(t))};J.prototype.writeDouble=function(t){var e=new Buffer(8),r,n,i;e[7]=t<0?128:0,t=Math.abs(t),t!==t?(r=2251799813685248,n=2047):t===1/0?(r=0,n=2047):(n=Math.floor(Math.log(t)/Math.LN2),i=Math.pow(2,-n),t*i<1&&(n--,i*=2),n+1023>=2047?(r=0,n=2047):n+1023>=1?(r=(t*i-1)*pd,n+=1023):(r=t*MI*pd,n=0)),e[6]=n<<4&240,e[7]|=n>>4&127,e[0]=r&255,r=Math.floor(r/ad),e[1]=r&255,r=Math.floor(r/ad),e[2]=r&255,r=Math.floor(r/ad),e[3]=r&255,r>>=8,e[4]=r&255,r>>=8,e[5]=r&255,r>>=8,e[6]|=r&15,this.trans.write(e)};J.prototype.writeStringOrBinary=function(t,e,r){if(typeof r=="string")this.writeVarint32(Buffer.byteLength(r,e)),this.trans.write(new Buffer(r,e));else if(r instanceof Buffer||Object.prototype.toString.call(r)=="[object Uint8Array]")this.writeVarint32(r.length),this.trans.write(r);else throw new Error(t+" called without a string/Buffer argument: "+r)};J.prototype.writeString=function(t){this.writeStringOrBinary("writeString","utf8",t)};J.prototype.writeBinary=function(t){this.writeStringOrBinary("writeBinary","binary",t)};J.prototype.writeFieldBeginInternal=function(t,e,r,n){var i=n==-1?this.getCompactType(e):n;r>this.lastFieldId_&&r-this.lastFieldId_<=15?this.writeByte(r-this.lastFieldId_<<4|i):(this.writeByte(i),this.writeI16(r)),this.lastFieldId_=r};J.prototype.writeCollectionBegin=function(t,e){e<=14?this.writeByte(e<<4|this.getCompactType(t)):(this.writeByte(240|this.getCompactType(t)),this.writeVarint32(e))};J.prototype.writeVarint32=function(t){for(var e=new Buffer(5),r=0;;)if((t&~127)==0){e[r++]=t;break}else e[r++]=t&127|128,t=t>>>7;var n=new Buffer(r);e.copy(n,0,0,r),this.trans.write(n)};J.prototype.writeVarint64=function(t){if(typeof t=="number"&&(t=new Ni(t)),!(t instanceof Ni))throw new Ft.TProtocolException(Ft.TProtocolExceptionType.INVALID_DATA,"Expected Int64 or Number, found: "+t);for(var e=new Buffer(10),r=0,n=t.buffer.readUInt32BE(0,!0),i=t.buffer.readUInt32BE(4,!0),f=0;;)if((i&~127)==0&&n===0){e[r++]=i;break}else e[r++]=i&127|128,f=n<<25,i=i>>>7,n=n>>>7,i=i|f;var o=new Buffer(r);e.copy(o,0,0,r),this.trans.write(o)};J.prototype.i64ToZigzag=function(t){if(typeof t=="string"?t=new Ni(parseInt(t,10)):typeof t=="number"&&(t=new Ni(t)),!(t instanceof Ni))throw new Ft.TProtocolException(Ft.TProtocolExceptionType.INVALID_DATA,"Expected Int64 or Number, found: "+t);var e=t.buffer.readUInt32BE(0,!0),r=t.buffer.readUInt32BE(4,!0),n=e>>>31;return e=(e<<1|r>>>31)^(n?4294967295:0),r=r<<1^(n?4294967295:0),new Ni(e,r)};J.prototype.i32ToZigzag=function(t){return t<<1^(t&2147483648?4294967295:0)};J.prototype.readMessageBegin=function(){var t=this.trans.readByte();if(t!=J.PROTOCOL_ID)throw new Ft.TProtocolException(Ft.TProtocolExceptionType.BAD_VERSION,"Bad protocol identifier "+t);var e=this.trans.readByte(),r=e&J.VERSION_MASK;if(r!=J.VERSION_N)throw new Ft.TProtocolException(Ft.TProtocolExceptionType.BAD_VERSION,"Bad protocol version "+r);var n=e>>J.TYPE_SHIFT_AMOUNT&J.TYPE_BITS,i=this.readVarint32(),f=this.readString();return{fname:f,mtype:n,rseqid:i}};J.prototype.readMessageEnd=function(){};J.prototype.readStructBegin=function(){return this.lastField_.push(this.lastFieldId_),this.lastFieldId_=0,{fname:""}};J.prototype.readStructEnd=function(){this.lastFieldId_=this.lastField_.pop()};J.prototype.readFieldBegin=function(){var t=0,e=this.trans.readByte(e),r=e&15;if(r==J.Types.CT_STOP)return{fname:null,ftype:Ft.Type.STOP,fid:0};var n=(e&240)>>>4;n===0?t=this.readI16():t=this.lastFieldId_+n;var i=this.getTType(r);return(r==J.Types.CT_BOOLEAN_TRUE||r==J.Types.CT_BOOLEAN_FALSE)&&(this.boolValue_.hasBoolValue=!0,this.boolValue_.boolValue=r==J.Types.CT_BOOLEAN_TRUE),this.lastFieldId_=t,{fname:null,ftype:i,fid:t}};J.prototype.readFieldEnd=function(){};J.prototype.readMapBegin=function(){var t=this.readVarint32();if(t<0)throw new Ft.TProtocolException(Ft.TProtocolExceptionType.NEGATIVE_SIZE,"Negative map size");var e=0;t!==0&&(e=this.trans.readByte());var r=this.getTType((e&240)>>>4),n=this.getTType(e&15);return{ktype:r,vtype:n,size:t}};J.prototype.readMapEnd=function(){};J.prototype.readListBegin=function(){var t=this.trans.readByte(),e=t>>>4&15;if(e==15&&(e=this.readVarint32()),e<0)throw new Ft.TProtocolException(Ft.TProtocolExceptionType.NEGATIVE_SIZE,"Negative list size");var r=this.getTType(t&15);return{etype:r,size:e}};J.prototype.readListEnd=function(){};J.prototype.readSetBegin=function(){return this.readListBegin()};J.prototype.readSetEnd=function(){};J.prototype.readBool=function(){var t=!1,e=0;if(this.boolValue_.hasBoolValue===!0)t=this.boolValue_.boolValue,this.boolValue_.hasBoolValue=!1;else{var r=this.trans.readByte();e=r.rsize,t=r.value==J.Types.CT_BOOLEAN_TRUE}return t};J.prototype.readByte=function(){return this.trans.readByte()};J.prototype.readI16=function(){return this.readI32()};J.prototype.readI32=function(){return this.zigzagToI32(this.readVarint32())};J.prototype.readI64=function(){return this.zigzagToI64(this.readVarint64())};J.prototype.readDouble=function(){var t=this.trans.read(8),e=0,r=t[e+7]&128,n=(t[e+6]&240)>>4;n+=(t[e+7]&127)<<4;var i=t[e];switch(i+=t[e+1]<<8,i+=t[e+2]<<16,i+=t[e+3]*DI,i+=t[e+4]*zI,i+=t[e+5]*FI,i+=(t[e+6]&15)*PI,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=pd,n-=1023}return r&&(i*=-1),i*Math.pow(2,n-52)};J.prototype.readBinary=function(){var t=this.readVarint32();if(t===0)return new Buffer(0);if(t<0)throw new Ft.TProtocolException(Ft.TProtocolExceptionType.NEGATIVE_SIZE,"Negative binary size");return this.trans.read(t)};J.prototype.readString=function(){var t=this.readVarint32();if(t===0)return"";if(t<0)throw new Ft.TProtocolException(Ft.TProtocolExceptionType.NEGATIVE_SIZE,"Negative string size");return this.trans.readString(t)};J.prototype.readVarint32=function(){return this.readVarint64().toNumber()};J.prototype.readVarint64=function(){for(var t=0,e=0,r=0,n=0;;){var i=this.trans.readByte();if(t++,n<=25?e=e|(i&127)<<n:25<n&&n<32?(e=e|(i&127)<<n,r=r|(i&127)>>>32-n):r=r|(i&127)<<n-32,n+=7,!(i&128))break;if(t>=10)throw new Ft.TProtocolException(Ft.TProtocolExceptionType.INVALID_DATA,"Variable-length int over 10 bytes.")}return new Ni(r,e)};J.prototype.zigzagToI32=function(t){return t>>>1^-1*(t&1)};J.prototype.zigzagToI64=function(t){var e=t.buffer.readUInt32BE(0,!0),r=t.buffer.readUInt32BE(4,!0),n=new Ni(e&0,r&1);n._2scomp();var i=n.buffer.readUInt32BE(0,!0),f=n.buffer.readUInt32BE(4,!0),o=e<<31;return e=e>>>1^i,r=(r>>>1|o)^f,new Ni(e,r)};J.prototype.skip=function(t){switch(t){case vt.BOOL:this.readBool();break;case vt.BYTE:this.readByte();break;case vt.I16:this.readI16();break;case vt.I32:this.readI32();break;case vt.I64:this.readI64();break;case vt.DOUBLE:this.readDouble();break;case vt.STRING:this.readString();break;case vt.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===vt.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case vt.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case vt.SET:for(var i=this.readSetBegin(),f=0;f<i.size;++f)this.skip(i.etype);this.readSetEnd();break;case vt.LIST:for(var o=this.readListBegin(),s=0;s<o.size;++s)this.skip(o.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var dd=he((AN,Mj)=>{var Dj=Zp(),cd=Gp(),zj=_n(),Hi=bf(),zr=Hi.Type;Mj.exports=_e;var Fj=-65536,md=-2147418112,Pj=255;_e.VERSION_MASK=Fj;_e.VERSION_1=md;_e.TYPE_MASK=Pj;function _e(t,e,r){this.trans=t,this.strictRead=e!==void 0?e:!1,this.strictWrite=r!==void 0?r:!0,this._seqid=null}_e.prototype.flush=function(){return this.trans.flush()};_e.prototype.writeMessageBegin=function(t,e,r){this.strictWrite?(this.writeI32(md|e),this.writeString(t),this.writeI32(r)):(this.writeString(t),this.writeByte(e),this.writeI32(r)),this._seqid!==null?Dj.warning("SeqId already set",{name:t}):(this._seqid=r,this.trans.setCurrSeqId(r))};_e.prototype.writeMessageEnd=function(){this._seqid!==null?this._seqid=null:Dj.warning("No seqid to unset")};_e.prototype.writeStructBegin=function(t){};_e.prototype.writeStructEnd=function(){};_e.prototype.writeFieldBegin=function(t,e,r){this.writeByte(e),this.writeI16(r)};_e.prototype.writeFieldEnd=function(){};_e.prototype.writeFieldStop=function(){this.writeByte(zr.STOP)};_e.prototype.writeMapBegin=function(t,e,r){this.writeByte(t),this.writeByte(e),this.writeI32(r)};_e.prototype.writeMapEnd=function(){};_e.prototype.writeListBegin=function(t,e){this.writeByte(t),this.writeI32(e)};_e.prototype.writeListEnd=function(){};_e.prototype.writeSetBegin=function(t,e){this.writeByte(t),this.writeI32(e)};_e.prototype.writeSetEnd=function(){};_e.prototype.writeBool=function(t){t?this.writeByte(1):this.writeByte(0)};_e.prototype.writeByte=function(t){this.trans.write(new Buffer([t]))};_e.prototype.writeI16=function(t){this.trans.write(cd.writeI16(new Buffer(2),t))};_e.prototype.writeI32=function(t){this.trans.write(cd.writeI32(new Buffer(4),t))};_e.prototype.writeI64=function(t){t.buffer?this.trans.write(t.buffer):this.trans.write(new zj(t).buffer)};_e.prototype.writeDouble=function(t){this.trans.write(cd.writeDouble(new Buffer(8),t))};_e.prototype.writeStringOrBinary=function(t,e,r){if(typeof r=="string")this.writeI32(Buffer.byteLength(r,e)),this.trans.write(new Buffer(r,e));else if(r instanceof Buffer||Object.prototype.toString.call(r)=="[object Uint8Array]")this.writeI32(r.length),this.trans.write(r);else throw new Error(t+" called without a string/Buffer argument: "+r)};_e.prototype.writeString=function(t){this.writeStringOrBinary("writeString","utf8",t)};_e.prototype.writeBinary=function(t){this.writeStringOrBinary("writeBinary","binary",t)};_e.prototype.readMessageBegin=function(){var t=this.readI32(),e,r,n;if(t<0){var i=t&Fj;if(i!=md)throw new Hi.TProtocolException(Hi.TProtocolExceptionType.BAD_VERSION,"Bad version in readMessageBegin: "+t);e=t&Pj,r=this.readString(),n=this.readI32()}else{if(this.strictRead)throw new Hi.TProtocolException(Hi.TProtocolExceptionType.BAD_VERSION,"No protocol version header");r=this.trans.read(t),e=this.readByte(),n=this.readI32()}return{fname:r,mtype:e,rseqid:n}};_e.prototype.readMessageEnd=function(){};_e.prototype.readStructBegin=function(){return{fname:""}};_e.prototype.readStructEnd=function(){};_e.prototype.readFieldBegin=function(){var t=this.readByte();if(t==zr.STOP)return{fname:null,ftype:t,fid:0};var e=this.readI16();return{fname:null,ftype:t,fid:e}};_e.prototype.readFieldEnd=function(){};_e.prototype.readMapBegin=function(){var t=this.readByte(),e=this.readByte(),r=this.readI32();return{ktype:t,vtype:e,size:r}};_e.prototype.readMapEnd=function(){};_e.prototype.readListBegin=function(){var t=this.readByte(),e=this.readI32();return{etype:t,size:e}};_e.prototype.readListEnd=function(){};_e.prototype.readSetBegin=function(){var t=this.readByte(),e=this.readI32();return{etype:t,size:e}};_e.prototype.readSetEnd=function(){};_e.prototype.readBool=function(){var t=this.readByte();return t!==0};_e.prototype.readByte=function(){return this.trans.readByte()};_e.prototype.readI16=function(){return this.trans.readI16()};_e.prototype.readI32=function(){return this.trans.readI32()};_e.prototype.readI64=function(){var t=this.trans.read(8);return new zj(t)};_e.prototype.readDouble=function(){return this.trans.readDouble()};_e.prototype.readBinary=function(){var t=this.readI32();if(t===0)return new Buffer(0);if(t<0)throw new Hi.TProtocolException(Hi.TProtocolExceptionType.NEGATIVE_SIZE,"Negative binary size");return this.trans.read(t)};_e.prototype.readString=function(){var t=this.readI32();if(t===0)return"";if(t<0)throw new Hi.TProtocolException(Hi.TProtocolExceptionType.NEGATIVE_SIZE,"Negative string size");return this.trans.readString(t)};_e.prototype.getTransport=function(){return this.trans};_e.prototype.skip=function(t){switch(t){case zr.BOOL:this.readBool();break;case zr.BYTE:this.readByte();break;case zr.I16:this.readI16();break;case zr.I32:this.readI32();break;case zr.I64:this.readI64();break;case zr.DOUBLE:this.readDouble();break;case zr.STRING:this.readString();break;case zr.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===zr.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case zr.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case zr.SET:for(var i=this.readSetBegin(),f=0;f<i.size;++f)this.skip(i.etype);this.readSetEnd();break;case zr.LIST:for(var o=this.readListBegin(),s=0;s<o.size;++s)this.skip(o.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var wd=he((ON,Yj)=>{var UI=Ai(),Xp=ud(),Uj=dd(),LI=ao();function wl(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}UI.inherits(wl,Error);Yj.exports=Yt;var CI=0,VI=1,WI=0,YI=32/8,KI=48/8,GI=64/8,JI=96/8,Lj=112/8,Cj=4095,Vj=1,ZI=1073741823;function Ri(t){var e=hl();this.outputBuffer=null;var r=this;this.transport=new e(null,function(n){r.outputBuffer=n}),this.transport.inBuf=t||Buffer.alloc(0),this.transport.writeCursor=this.transport.inBuf.length,this.protocol=new Xp(this.transport)}Ri.prototype.readVarint32=function(){return this.protocol.readVarint32()};Ri.prototype.writeVarint32=function(t){this.protocol.writeVarint32(t)};Ri.prototype.readString=function(){return this.protocol.readString()};Ri.prototype.writeString=function(t){this.protocol.writeString(t)};Ri.prototype.getOutCount=function(){return this.transport.outCount};Ri.prototype.write=function(t){this.transport.write(t)};Ri.prototype.toBuffer=function(){return this.transport.flush(),this.outputBuffer};Yt.SubprotocolId={BINARY:0,JSON:1,COMPACT:2};function Yt(){this.maxFrameSize=ZI,this.protocolId=Yt.SubprotocolId.BINARY,this.rheaders={},this.wheaders={},this.inBuf=Buffer.alloc(0),this.outCount=0,this.flags=null,this.seqid=0,this.shouldWriteHeaders=!0}var Wj=function(t,e){if(typeof t!="string"||typeof e!="string")throw new wl("Header key and values must be strings")},XI=function(t){for(var e=Object.keys(Yt.SubprotocolId),r=0;r<e.length;r++)if(t===Yt.SubprotocolId[e[r]])return!0;throw new Error(t+" is not a valid protocol id")};Yt.prototype.setSeqId=function(t){this.seqid=t};Yt.prototype.getSeqId=function(t){return this.seqid};Yt.prototype.setFlags=function(t){this.flags=t};Yt.prototype.getReadHeaders=function(){return this.rheaders};Yt.prototype.setReadHeader=function(t,e){Wj(t,e),this.rheaders[t]=e};Yt.prototype.clearReadHeaders=function(){this.rheaders={}};Yt.prototype.getWriteHeaders=function(){return this.wheaders};Yt.prototype.setWriteHeader=function(t,e){Wj(t,e),this.wheaders[t]=e};Yt.prototype.clearWriteHeaders=function(){this.wheaders={}};Yt.prototype.setMaxFrameSize=function(t){this.maxFrameSize=t};Yt.prototype.setProtocolId=function(t){XI(t),this.protocolId=t};Yt.prototype.getProtocolId=function(){return this.protocolId};var QI=function(t){var e=t.readInt32BE();return(e&Uj.VERSION_MASK)===Uj.VERSION_1},$I=function(t){var e=t.readInt8(CI),r=t.readInt8(VI);return e===Xp.PROTOCOL_ID&&(r&Xp.VERSION_MASK)===Xp.VERSION_N};Yt.prototype.readHeaders=function(){var t=this.inBuf,e=!1;if(QI(t)&&(this.setProtocolId(Yt.SubprotocolId.BINARY),e=!0),$I(t)&&(this.setProtocolId(Yt.SubprotocolId.COMPACT),e=!0),e){this.shouldWriteHeaders=!1;return}var r=t.readInt32BE(WI);if(r>this.maxFrameSize)throw new wl("Frame exceeds maximum frame size");var n=t.readInt16BE(YI);if(this.shouldWriteHeaders=n===Cj,!!this.shouldWriteHeaders){this.setFlags(t.readInt16BE(KI)),this.setSeqId(t.readInt32BE(GI));var i=t.readInt16BE(JI)*4,f=Lj+i;if(f>t.length)throw new wl("Header size is greater than frame size");var o=Buffer.alloc(i);t.copy(o,0,Lj,f);var s=new Ri(o);this.setProtocolId(s.readVarint32());var l=s.readVarint32();if(l>0)throw new wl("Transforms are not yet supported");for(;;)try{var p=s.readVarint32();if(p!==Vj)break;for(var u=s.readVarint32(),b=0;b<u;b++){var c=s.readString(),h=s.readString();this.setReadHeader(c,h)}}catch(T){if(T instanceof LI)break;throw T}return this.read(f),this.getReadHeaders()}};Yt.prototype.writeHeaders=function(){if(!!this.shouldWriteHeaders){var t=this.getWriteHeaders(),e=new Ri;e.writeVarint32(this.protocolId),e.writeVarint32(0);var r=Object.keys(t);if(r.length>0){e.writeVarint32(Vj),e.writeVarint32(r.length);for(var n=0;n<r.length;n++){var i=r[n],f=t[i];e.writeString(i),e.writeString(f)}}var o=e.getOutCount(),s=(4-o%4)%4,l=Buffer.alloc(2);l.writeInt16BE(Math.floor((o+s)/4));var p=Buffer.alloc(s);p.fill(0),e.write(p);var u=e.toBuffer(),b=Buffer.alloc(4);b.writeInt32BE(10+this.outCount+u.length);var c=Buffer.alloc(2);c.writeInt16BE(Cj);var h=Buffer.alloc(2);h.writeInt16BE(0);var T=Buffer.alloc(4);T.writeInt32BE(this.getSeqId());var y=Buffer.concat([b,c,h,T,l,u]);this.outBuffers.unshift(y),this.outCount+=y.length}}});var hl=he((NN,Kj)=>{var Qp=Gp(),eS=ao(),tS=wd();Kj.exports=Pt;function Pt(t,e){this.defaultReadBufferSize=1024,this.writeBufferSize=512,this.inBuf=new Buffer(this.defaultReadBufferSize),this.readCursor=0,this.writeCursor=0,this.outBuffers=[],this.outCount=0,this.onFlush=e}Pt.prototype=new tS;Pt.prototype.reset=function(){this.inBuf=new Buffer(this.defaultReadBufferSize),this.readCursor=0,this.writeCursor=0,this.outBuffers=[],this.outCount=0};Pt.receiver=function(t,e){var r=new Pt;return function(n){if(r.writeCursor+n.length>r.inBuf.length){var i=new Buffer(r.writeCursor+n.length);r.inBuf.copy(i,0,0,r.writeCursor),r.inBuf=i}n.copy(r.inBuf,r.writeCursor,0),r.writeCursor+=n.length,t(r,e)}};Pt.prototype.commitPosition=function(){var t=this.writeCursor-this.readCursor,e=t*2>this.defaultReadBufferSize?t*2:this.defaultReadBufferSize,r=new Buffer(e);t>0&&this.inBuf.copy(r,0,this.readCursor,this.writeCursor),this.readCursor=0,this.writeCursor=t,this.inBuf=r};Pt.prototype.rollbackPosition=function(){this.readCursor=0};Pt.prototype.isOpen=function(){return!0};Pt.prototype.open=function(){};Pt.prototype.close=function(){};Pt.prototype.setCurrSeqId=function(t){this._seqid=t};Pt.prototype.ensureAvailable=function(t){if(this.readCursor+t>this.writeCursor)throw new eS};Pt.prototype.read=function(t){this.ensureAvailable(t);var e=new Buffer(t);return this.inBuf.copy(e,0,this.readCursor,this.readCursor+t),this.readCursor+=t,e};Pt.prototype.readByte=function(){return this.ensureAvailable(1),Qp.readByte(this.inBuf[this.readCursor++])};Pt.prototype.readI16=function(){this.ensureAvailable(2);var t=Qp.readI16(this.inBuf,this.readCursor);return this.readCursor+=2,t};Pt.prototype.readI32=function(){this.ensureAvailable(4);var t=Qp.readI32(this.inBuf,this.readCursor);return this.readCursor+=4,t};Pt.prototype.readDouble=function(){this.ensureAvailable(8);var t=Qp.readDouble(this.inBuf,this.readCursor);return this.readCursor+=8,t};Pt.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readCursor,this.readCursor+t);return this.readCursor+=t,e};Pt.prototype.borrow=function(){var t={buf:this.inBuf,readIndex:this.readCursor,writeIndex:this.writeCursor};return t};Pt.prototype.consume=function(t){this.readCursor+=t};Pt.prototype.write=function(t){typeof t=="string"&&(t=new Buffer(t,"utf8")),this.outBuffers.push(t),this.outCount+=t.length};Pt.prototype.flush=function(){var t=this._seqid;if(this._seqid=null,!(this.outCount<1)){var e=new Buffer(this.outCount),r=0;this.outBuffers.forEach(function(n){n.copy(e,r,0),r+=n.length}),this.onFlush&&this.onFlush(e,t),this.outBuffers=[],this.outCount=0}}});var bd=he((HN,Qj)=>{var Gj=_n(),Jj=Qj.exports={},rS=Math.pow(2,24),Zj=Math.pow(2,31),hd=Math.pow(2,32),Xj=Math.pow(10,11);Jj.toDecimalString=function(t){var e=t.buffer,r=t.offset;if(!e[r]&&!(e[r+1]&224)||!~e[r]&&!~(e[r+1]&224))return t.toString();var n=e[r]&128;if(n){for(var i=!1,f=new Buffer(8),o=7;o>=0;--o)f[o]=~e[r+o]+(i?0:1)&255,i|=e[r+o];e=f}var s=e[r+1]+(e[r]<<8),l=e[r+7]+(e[r+6]<<8)+(e[r+5]<<16)+e[r+4]*rS+(e[r+3]+(e[r+2]<<8))*hd+s*74976710656,p=Math.floor(l/Xj)+s*2814;return l=("00000000000"+String(l%Xj)).slice(-11),(n?"-":"")+String(p)+l};Jj.fromDecimalString=function(t){var e=t.charAt(0)==="-";if(t.length<(e?17:16))return new Gj(+t);if(t.length>(e?20:19))throw new RangeError("Too many digits for Int64: "+t);var r=+t.slice(e?1:0,-15),n=+t.slice(-15)+r*2764472320,i=Math.floor(n/hd)+r*232830;if(n=n%hd,i>=Zj&&!(e&&i==Zj&&n==0))throw new RangeError("The magnitude is too large for Int64.");return e&&(i=~i,n===0?i=i+1&4294967295:n=~n+1,i=2147483648|i),new Gj(i,n)}});var ty=he((zN,ey)=>{var $j=_n(),RN=bd(),DN=ey.exports=function(){"use strict";var t,e,r={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:`
11
- `,r:"\r",t:" "},n,i=function(h){throw new SyntaxError(h)},f=function(h){return h&&h!==e&&i("Expected '"+h+"' instead of '"+e+"'"),e=n.charAt(t),t+=1,e},o=function(){var h,T="";for(e==="-"&&(T="-",f("-"));e>="0"&&e<="9";)T+=e,f();if(e===".")for(T+=".";f()&&e>="0"&&e<="9";)T+=e;if(e==="e"||e==="E")for(T+=e,f(),(e==="-"||e==="+")&&(T+=e,f());e>="0"&&e<="9";)T+=e,f();if(h=+T,!isFinite(h))i("Bad number");else return h>=$j.MAX_INT||h<=$j.MIN_INT?T:h},s=function(){var h,T,y="",N;if(e==='"')for(;f();){if(e==='"')return f(),y;if(e==="\\")if(f(),e==="u"){for(N=0,T=0;T<4&&(h=parseInt(f(),16),!!isFinite(h));T+=1)N=N*16+h;y+=String.fromCharCode(N)}else if(typeof r[e]=="string")y+=r[e];else break;else y+=e}i("Bad string")},l=function(){for(;e&&e<=" ";)f()},p=function(){switch(e){case"t":return f("t"),f("r"),f("u"),f("e"),!0;case"f":return f("f"),f("a"),f("l"),f("s"),f("e"),!1;case"n":return f("n"),f("u"),f("l"),f("l"),null}i("Unexpected '"+e+"'")},u,b=function(){var h=[];if(e==="["){if(f("["),l(),e==="]")return f("]"),h;for(;e;){if(h.push(u()),l(),e==="]")return f("]"),h;f(","),l()}}i("Bad array")},c=function(){var h,T={};if(e==="{"){if(f("{"),l(),e==="}")return f("}"),T;for(;e;){if(h=s(),l(),f(":"),Object.hasOwnProperty.call(T,h)&&i('Duplicate key "'+h+'"'),T[h]=u(),l(),e==="}")return f("}"),T;f(","),l()}}i("Bad object")};return u=function(){switch(l(),e){case"{":return c();case"[":return b();case'"':return s();case"-":return o();default:return e>="0"&&e<="9"?o():p()}},function(h){var T;return n=h,t=0,e=" ",T=u(),l(),e&&i("Syntax error"),T}}()});var bl=he((PN,iy)=>{var gd=_n(),nS=bf(),rt=nS.Type,FN=Ai(),ry=bd(),iS=ty(),ny=ao();iy.exports=fe;function fe(t){this.tstack=[],this.tpos=[],this.trans=t}fe.Type={};fe.Type[rt.BOOL]='"tf"';fe.Type[rt.BYTE]='"i8"';fe.Type[rt.I16]='"i16"';fe.Type[rt.I32]='"i32"';fe.Type[rt.I64]='"i64"';fe.Type[rt.DOUBLE]='"dbl"';fe.Type[rt.STRUCT]='"rec"';fe.Type[rt.STRING]='"str"';fe.Type[rt.MAP]='"map"';fe.Type[rt.LIST]='"lst"';fe.Type[rt.SET]='"set"';fe.RType={};fe.RType.tf=rt.BOOL;fe.RType.i8=rt.BYTE;fe.RType.i16=rt.I16;fe.RType.i32=rt.I32;fe.RType.i64=rt.I64;fe.RType.dbl=rt.DOUBLE;fe.RType.rec=rt.STRUCT;fe.RType.str=rt.STRING;fe.RType.map=rt.MAP;fe.RType.lst=rt.LIST;fe.RType.set=rt.SET;fe.Version=1;fe.prototype.flush=function(){return this.writeToTransportIfStackIsFlushable(),this.trans.flush()};fe.prototype.writeToTransportIfStackIsFlushable=function(){this.tstack.length===1&&this.trans.write(this.tstack.pop())};fe.prototype.writeMessageBegin=function(t,e,r){this.tstack.push([fe.Version,'"'+t+'"',e,r])};fe.prototype.writeMessageEnd=function(){var t=this.tstack.pop();this.wobj=this.tstack.pop(),this.wobj.push(t),this.wbuf="["+this.wobj.join(",")+"]",this.trans.write(this.wbuf)};fe.prototype.writeStructBegin=function(t){this.tpos.push(this.tstack.length),this.tstack.push({})};fe.prototype.writeStructEnd=function(){var t=this.tpos.pop(),e=this.tstack[t],r="{",n=!0;for(var i in e)n?n=!1:r+=",",r+=i+":"+e[i];r+="}",this.tstack[t]=r,this.writeToTransportIfStackIsFlushable()};fe.prototype.writeFieldBegin=function(t,e,r){this.tpos.push(this.tstack.length),this.tstack.push({fieldId:'"'+r+'"',fieldType:fe.Type[e]})};fe.prototype.writeFieldEnd=function(){var t=this.tstack.pop(),e=this.tstack.pop();":"+t==":[object Object]"?this.tstack[this.tstack.length-1][e.fieldId]="{"+e.fieldType+":"+JSON.stringify(t)+"}":this.tstack[this.tstack.length-1][e.fieldId]="{"+e.fieldType+":"+t+"}",this.tpos.pop(),this.writeToTransportIfStackIsFlushable()};fe.prototype.writeFieldStop=function(){};fe.prototype.writeMapBegin=function(t,e,r){this.tpos.push(this.tstack.length),this.tstack.push([fe.Type[t],fe.Type[e],0])};fe.prototype.writeMapEnd=function(){var t=this.tpos.pop();if(t!=this.tstack.length){(this.tstack.length-t-1)%2!=0&&this.tstack.push("");var e=(this.tstack.length-t-1)/2;this.tstack[t][this.tstack[t].length-1]=e;for(var r="}",n=!0;this.tstack.length>t+1;){var i=this.tstack.pop(),f=this.tstack.pop();n?n=!1:r=","+r,isNaN(f)||(f='"'+f+'"'),r=f+":"+i+r}r="{"+r,this.tstack[t].push(r),this.tstack[t]="["+this.tstack[t].join(",")+"]",this.writeToTransportIfStackIsFlushable()}};fe.prototype.writeListBegin=function(t,e){this.tpos.push(this.tstack.length),this.tstack.push([fe.Type[t],e])};fe.prototype.writeListEnd=function(){for(var t=this.tpos.pop();this.tstack.length>t+1;){var e=this.tstack[t+1];this.tstack.splice(t+1,1),this.tstack[t].push(e)}this.tstack[t]="["+this.tstack[t].join(",")+"]",this.writeToTransportIfStackIsFlushable()};fe.prototype.writeSetBegin=function(t,e){this.tpos.push(this.tstack.length),this.tstack.push([fe.Type[t],e])};fe.prototype.writeSetEnd=function(){for(var t=this.tpos.pop();this.tstack.length>t+1;){var e=this.tstack[t+1];this.tstack.splice(t+1,1),this.tstack[t].push(e)}this.tstack[t]="["+this.tstack[t].join(",")+"]",this.writeToTransportIfStackIsFlushable()};fe.prototype.writeBool=function(t){this.tstack.push(t?1:0)};fe.prototype.writeByte=function(t){this.tstack.push(t)};fe.prototype.writeI16=function(t){this.tstack.push(t)};fe.prototype.writeI32=function(t){this.tstack.push(t)};fe.prototype.writeI64=function(t){t instanceof gd?this.tstack.push(ry.toDecimalString(t)):this.tstack.push(t)};fe.prototype.writeDouble=function(t){this.tstack.push(t)};fe.prototype.writeString=function(t){if(t===null)this.tstack.push(null);else{if(typeof t=="string")var e=t;else if(t instanceof Buffer)var e=t.toString("utf8");else throw new Error("writeString called without a string/Buffer argument: "+t);for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);i==='"'?r+='\\"':i==="\\"?r+="\\\\":i==="\b"?r+="\\b":i==="\f"?r+="\\f":i===`
12
- `?r+="\\n":i==="\r"?r+="\\r":i===" "?r+="\\t":r+=i}this.tstack.push('"'+r+'"')}};fe.prototype.writeBinary=function(t){if(typeof t=="string")var e=new Buffer(t,"binary");else if(t instanceof Buffer||Object.prototype.toString.call(t)=="[object Uint8Array]")var e=t;else throw new Error("writeBinary called without a string/Buffer argument: "+t);this.tstack.push('"'+e.toString("base64")+'"')};fe.prototype.readMessageBegin=function(){this.rstack=[],this.rpos=[];var t=this.trans.borrow();if(t.readIndex>=t.writeIndex)throw new ny;var e=t.readIndex;if(t.buf[e]!==91)throw new Error("Malformed JSON input, no opening bracket");e++;for(var r=1,n=!1;e<t.writeIndex;e++){var i=t.buf[e];if(n)i===34?n=!1:i===92&&(e+=1);else if(i===91)r+=1;else if(i===93){if(r-=1,r===0)break}else i===34&&(n=!0)}if(r!==0)throw new ny;this.robj=iS(t.buf.slice(t.readIndex,e+1).toString()),this.trans.consume(e+1-t.readIndex);var f=this.robj.shift();if(f!=fe.Version)throw new Error("Wrong thrift protocol version: "+f);var o={};return o.fname=this.robj.shift(),o.mtype=this.robj.shift(),o.rseqid=this.robj.shift(),this.rstack.push(this.robj.shift()),o};fe.prototype.readMessageEnd=function(){};fe.prototype.readStructBegin=function(){var t={};return t.fname="",this.rstack[this.rstack.length-1]instanceof Array&&this.rstack.push(this.rstack[this.rstack.length-1].shift()),t};fe.prototype.readStructEnd=function(){this.rstack.pop()};fe.prototype.readFieldBegin=function(){var t={},e=-1,r=rt.STOP;for(var n in this.rstack[this.rstack.length-1])if(n!==null){e=parseInt(n,10),this.rpos.push(this.rstack.length);var i=this.rstack[this.rstack.length-1][e];delete this.rstack[this.rstack.length-1][e],this.rstack.push(i);break}if(e!=-1)for(var f in this.rstack[this.rstack.length-1])fe.RType[f]!==null&&(r=fe.RType[f],this.rstack[this.rstack.length-1]=this.rstack[this.rstack.length-1][f]);return t.fname="",t.ftype=r,t.fid=e,t};fe.prototype.readFieldEnd=function(){for(var t=this.rpos.pop();this.rstack.length>t;)this.rstack.pop()};fe.prototype.readMapBegin=function(){var t=this.rstack.pop(),e=t.shift();e instanceof Array&&(this.rstack.push(t),t=e,e=t.shift());var r={};return r.ktype=fe.RType[e],r.vtype=fe.RType[t.shift()],r.size=t.shift(),this.rpos.push(this.rstack.length),this.rstack.push(t.shift()),r};fe.prototype.readMapEnd=function(){this.readFieldEnd()};fe.prototype.readListBegin=function(){var t=this.rstack[this.rstack.length-1],e={};return e.etype=fe.RType[t.shift()],e.size=t.shift(),this.rpos.push(this.rstack.length),this.rstack.push(t.shift()),e};fe.prototype.readListEnd=function(){var t=this.rpos.pop()-2,e=this.rstack;e.pop(),e instanceof Array&&e.length>t&&e[t].length>0&&e.push(e[t].shift())};fe.prototype.readSetBegin=function(){return this.readListBegin()};fe.prototype.readSetEnd=function(){return this.readListEnd()};fe.prototype.readBool=function(){return this.readValue()=="1"};fe.prototype.readByte=function(){return this.readI32()};fe.prototype.readI16=function(){return this.readI32()};fe.prototype.readI32=function(t){return+this.readValue()};fe.prototype.readValue=function(t){t===void 0&&(t=this.rstack[this.rstack.length-1]);var e={};if(t instanceof Array)t.length===0?e.value=void 0:e.value=t.shift();else if(!(t instanceof gd)&&t instanceof Object){for(var r in t)if(r!==null){this.rstack.push(t[r]),delete t[r],e.value=r;break}}else e.value=t,this.rstack.pop();return e.value};fe.prototype.readI64=function(){var t=this.readValue();return typeof t=="string"?ry.fromDecimalString(t):new gd(t)};fe.prototype.readDouble=function(){return this.readI32()};fe.prototype.readBinary=function(){return new Buffer(this.readValue(),"base64")};fe.prototype.readString=function(){return this.readValue()};fe.prototype.getTransport=function(){return this.trans};fe.prototype.skip=function(t){switch(t){case rt.BOOL:this.readBool();break;case rt.BYTE:this.readByte();break;case rt.I16:this.readI16();break;case rt.I32:this.readI32();break;case rt.I64:this.readI64();break;case rt.DOUBLE:this.readDouble();break;case rt.STRING:this.readString();break;case rt.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===rt.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case rt.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case rt.SET:for(var i=this.readSetBegin(),f=0;f<i.size;++f)this.skip(i.etype);this.readSetEnd();break;case rt.LIST:for(var o=this.readListBegin(),s=0;s<o.size;++s)this.skip(o.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var jd=he((MN,fy)=>{fy.exports=fS;function fS(t,e){t.Client&&(t=t.Client);var r=function(f,o){e.write(f,o)},n=new e.transport(void 0,r),i=new t(n,e.protocol);return n.client=i,e.client=i,i}});var oy=he(Zo=>{"use strict";Object.defineProperty(Zo,"__esModule",{value:!0});var oS=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},sS=typeof window!="undefined"&&typeof window.document!="undefined",lS=(typeof self=="undefined"?"undefined":oS(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",aS=typeof process!="undefined"&&process.versions!=null&&process.versions.node!=null,pS=function(){return typeof window!="undefined"&&window.name==="nodejs"||navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")};Zo.isBrowser=sS;Zo.isWebWorker=lS;Zo.isNode=aS;Zo.isJsDom=pS});var py=he($p=>{var uS=Ai(),sy=jj(),ly=td().EventEmitter,ay=bf(),cS=hl(),mS=bl(),dS=ao(),wS=jd(),hS=oy();$p.WSConnection=Ir;function Ir(t,e,r){ly.call(this),this.options=r||{},this.host=t,this.port=e,this.secure=this.options.secure||!1,this.transport=this.options.transport||cS,this.protocol=this.options.protocol||mS,this.path=this.options.path,this.send_pending=[],this.seqId2Service={},this.wsOptions={host:this.host,port:this.port||80,path:this.options.path||"/",headers:this.options.headers||{}};for(var n in this.options.wsOptions)this.wsOptions[n]=this.options.wsOptions[n]}uS.inherits(Ir,ly);Ir.prototype.__reset=function(){this.socket=null,this.send_pending=[]};Ir.prototype.__onOpen=function(){this.emit("open"),this.send_pending.length>0&&(this.send_pending.forEach(function(t){this.socket.send(t)},this),this.send_pending=[])};Ir.prototype.__onClose=function(t){this.emit("close"),this.__reset()};Ir.prototype.__decodeCallback=function(t){var e=new this.protocol(t);try{for(;;){var r=e.readMessageBegin(),n=r.rseqid*-1,i=this.client,f=this.seqId2Service[r.rseqid];f&&(i=this.client[f],delete this.seqId2Service[r.rseqid]),i._reqs[n]=function(o,s){t.commitPosition();var l=i._reqs[r.rseqid];delete i._reqs[r.rseqid],l&&l(o,s)},i["recv_"+r.fname]?i["recv_"+r.fname](e,r.mtype,n):(delete i._reqs[n],this.emit("error",new ay.TApplicationException(ay.TApplicationExceptionType.WRONG_METHOD_NAME,"Received a response to an unknown RPC function")))}}catch(o){if(o instanceof dS)t.rollbackPosition();else throw o}};Ir.prototype.__onData=function(t){Object.prototype.toString.call(t)==="[object ArrayBuffer]"&&(t=new Uint8Array(t));var e=new Buffer(t);this.transport.receiver(this.__decodeCallback.bind(this))(e)};Ir.prototype.__onMessage=function(t){this.__onData(t.data)};Ir.prototype.__onError=function(t){this.emit("error",t),this.socket.close()};Ir.prototype.isOpen=function(){return this.socket&&this.socket.readyState===this.socket.OPEN};Ir.prototype.open=function(){this.socket&&this.socket.readyState!==this.socket.CLOSED||(hS.isBrowser?this.socket=new sy(this.uri()):this.socket=new sy(this.uri(),"",this.wsOptions),this.socket.binaryType="arraybuffer",this.socket.onopen=this.__onOpen.bind(this),this.socket.onmessage=this.__onMessage.bind(this),this.socket.onerror=this.__onError.bind(this),this.socket.onclose=this.__onClose.bind(this))};Ir.prototype.close=function(){this.socket.close()};Ir.prototype.uri=function(){var t=this.secure?"wss":"ws",e="",r=this.path||"/",n=this.host;return this.port&&(t==="wss"&&this.port!==443||t==="ws"&&this.port!==80)&&(e=":"+this.port),t+"://"+n+e+r};Ir.prototype.write=function(t){this.isOpen()?this.socket.send(t):this.send_pending.push(t)};$p.createWSConnection=function(t,e,r){return new Ir(t,e,r)};$p.createWSClient=wS});var cy=he(eu=>{var bS=Ai(),gS=td().EventEmitter,uy=bf(),jS=hl(),yS=bl(),vS=ao(),_S=jd();eu.XHRConnection=Fr;function Fr(t,e,r){this.options=r||{},this.wpos=0,this.rpos=0,this.useCORS=r&&r.useCORS,this.send_buf="",this.recv_buf="",this.transport=r.transport||jS,this.protocol=r.protocol||yS,this.headers=r.headers||{},t=t||window.location.host,e=e||window.location.port;var n=r.https?"https://":"http://",i=r.path||"/";e===""&&(e=void 0),!e||e===80||e==="80"?this.url=n+t+i:this.url=n+t+":"+e+i,this.seqId2Service={}}bS.inherits(Fr,gS);Fr.prototype.getXmlHttpRequestObject=function(){try{return new XMLHttpRequest}catch{}try{return new ActiveXObject("Msxml2.XMLHTTP")}catch{}try{return new ActiveXObject("Microsoft.XMLHTTP")}catch{}throw"Your browser doesn't support XHR."};Fr.prototype.flush=function(){var t=this;if(this.url===void 0||this.url==="")return this.send_buf;var e=this.getXmlHttpRequestObject();e.overrideMimeType&&e.overrideMimeType("application/json"),e.onreadystatechange=function(){this.readyState==4&&this.status==200&&t.setRecvBuffer(this.responseText)},e.open("POST",this.url,!0),Object.keys(this.headers).forEach(function(r){e.setRequestHeader(r,t.headers[r])}),e.send(this.send_buf)};Fr.prototype.setRecvBuffer=function(t){if(this.recv_buf=t,this.recv_buf_sz=this.recv_buf.length,this.wpos=this.recv_buf.length,this.rpos=0,Object.prototype.toString.call(t)=="[object ArrayBuffer]")var e=new Uint8Array(t);var r=new Buffer(e||t);this.transport.receiver(this.__decodeCallback.bind(this))(r)};Fr.prototype.__decodeCallback=function(t){var e=new this.protocol(t);try{for(;;){var r=e.readMessageBegin(),n=r.rseqid*-1,i=this.client,f=this.seqId2Service[r.rseqid];f&&(i=this.client[f],delete this.seqId2Service[r.rseqid]),i._reqs[n]=function(o,s){t.commitPosition();var l=i._reqs[r.rseqid];delete i._reqs[r.rseqid],l&&l(o,s)},i["recv_"+r.fname]?i["recv_"+r.fname](e,r.mtype,n):(delete i._reqs[n],this.emit("error",new uy.TApplicationException(uy.TApplicationExceptionType.WRONG_METHOD_NAME,"Received a response to an unknown RPC function")))}}catch(o){if(o instanceof vS)t.rollbackPosition();else throw o}};Fr.prototype.isOpen=function(){return!0};Fr.prototype.open=function(){};Fr.prototype.close=function(){};Fr.prototype.read=function(t){var e=this.wpos-this.rpos;if(e===0)return"";var r=t;e<t&&(r=e);var n=this.read_buf.substr(this.rpos,r);return this.rpos+=r,n};Fr.prototype.readAll=function(){return this.recv_buf};Fr.prototype.write=function(t){this.send_buf=t,this.flush()};Fr.prototype.getSendBuffer=function(){return this.send_buf};eu.createXHRConnection=function(t,e,r){return new Fr(t,e,r)};eu.createXHRClient=_S});var dy=he((my,yd)=>{(function(t){"use strict";if(typeof bootstrap=="function")bootstrap("promise",t);else if(typeof my=="object"&&typeof yd=="object")yd.exports=t();else if(typeof define=="function"&&define.amd)define(t);else if(typeof ses!="undefined")if(ses.ok())ses.makeQ=t;else return;else if(typeof window!="undefined"||typeof self!="undefined"){var e=typeof window!="undefined"?window:self,r=e.Q;e.Q=t(),e.Q.noConflict=function(){return e.Q=r,this}}else throw new Error("This environment was not anticipated by Q. Please file a bug.")})(function(){"use strict";var t=!1;try{throw new Error}catch(_){t=!!_.stack}var e=ne(),r,n=function(){},i=function(){var _={task:void 0,next:null},B=_,D=!1,X=void 0,ye=!1,Pe=[];function ke(){for(var yt,Vt;_.next;)_=_.next,yt=_.task,_.task=void 0,Vt=_.domain,Vt&&(_.domain=void 0,Vt.enter()),gt(yt,Vt);for(;Pe.length;)yt=Pe.pop(),gt(yt);D=!1}function gt(yt,Vt){try{yt()}catch(ef){if(ye)throw Vt&&Vt.exit(),setTimeout(ke,0),Vt&&Vt.enter(),ef;setTimeout(function(){throw ef},0)}Vt&&Vt.exit()}if(i=function(yt){B=B.next={task:yt,domain:ye&&process.domain,next:null},D||(D=!0,X())},typeof process=="object"&&process.toString()==="[object process]"&&process.nextTick)ye=!0,X=function(){process.nextTick(ke)};else if(typeof setImmediate=="function")typeof window!="undefined"?X=setImmediate.bind(window,ke):X=function(){setImmediate(ke)};else if(typeof MessageChannel!="undefined"){var at=new MessageChannel;at.port1.onmessage=function(){X=jt,at.port1.onmessage=ke,ke()};var jt=function(){at.port2.postMessage(0)};X=function(){setTimeout(ke,0),jt()}}else X=function(){setTimeout(ke,0)};return i.runAfter=function(yt){Pe.push(yt),D||(D=!0,X())},i}(),f=Function.call;function o(_){return function(){return f.apply(_,arguments)}}var s=o(Array.prototype.slice),l=o(Array.prototype.reduce||function(_,B){var D=0,X=this.length;if(arguments.length===1)do{if(D in this){B=this[D++];break}if(++D>=X)throw new TypeError}while(1);for(;D<X;D++)D in this&&(B=_(B,this[D],D));return B}),p=o(Array.prototype.indexOf||function(_){for(var B=0;B<this.length;B++)if(this[B]===_)return B;return-1}),u=o(Array.prototype.map||function(_,B){var D=this,X=[];return l(D,function(ye,Pe,ke){X.push(_.call(B,Pe,ke,D))},void 0),X}),b=Object.create||function(_){function B(){}return B.prototype=_,new B},c=Object.defineProperty||function(_,B,D){return _[B]=D.value,_},h=o(Object.prototype.hasOwnProperty),T=Object.keys||function(_){var B=[];for(var D in _)h(_,D)&&B.push(D);return B},y=o(Object.prototype.toString);function N(_){return _===Object(_)}function P(_){return y(_)==="[object StopIteration]"||_ instanceof R}var R;typeof ReturnValue!="undefined"?R=ReturnValue:R=function(_){this.value=_};var Y="From previous event:";function re(_,B){if(t&&B.stack&&typeof _=="object"&&_!==null&&_.stack){for(var D=[],X=B;X;X=X.source)X.stack&&(!_.__minimumStackCounter__||_.__minimumStackCounter__>X.stackCounter)&&(c(_,"__minimumStackCounter__",{value:X.stackCounter,configurable:!0}),D.unshift(X.stack));D.unshift(_.stack);var ye=D.join(`
13
- `+Y+`
14
- `),Pe=W(ye);c(_,"stack",{value:Pe,configurable:!0})}}function W(_){for(var B=_.split(`
15
- `),D=[],X=0;X<B.length;++X){var ye=B[X];!L(ye)&&!O(ye)&&ye&&D.push(ye)}return D.join(`
16
- `)}function O(_){return _.indexOf("(module.js:")!==-1||_.indexOf("(node.js:")!==-1}function te(_){var B=/at .+ \((.+):(\d+):(?:\d+)\)$/.exec(_);if(B)return[B[1],Number(B[2])];var D=/at ([^ ]+):(\d+):(?:\d+)$/.exec(_);if(D)return[D[1],Number(D[2])];var X=/.*@(.+):(\d+)$/.exec(_);if(X)return[X[1],Number(X[2])]}function L(_){var B=te(_);if(!B)return!1;var D=B[0],X=B[1];return D===r&&X>=e&&X<=Hn}function ne(){if(!!t)try{throw new Error}catch(X){var _=X.stack.split(`
17
- `),B=_[0].indexOf("@")>0?_[1]:_[2],D=te(B);return D?(r=D[0],D[1]):void 0}}function j(_,B,D){return function(){return typeof console!="undefined"&&typeof console.warn=="function"&&console.warn(B+" is deprecated, use "+D+" instead.",new Error("").stack),_.apply(_,arguments)}}function g(_){return _ instanceof M?_:ie(_)?xt(_):xe(_)}g.resolve=g,g.nextTick=i,g.longStackSupport=!1;var A=1;typeof process=="object"&&process&&process.env&&process.env.Q_DEBUG&&(g.longStackSupport=!0),g.defer=w;function w(){var _=[],B=[],D,X=b(w.prototype),ye=b(M.prototype);if(ye.promiseDispatch=function(ke,gt,at){var jt=s(arguments);_?(_.push(jt),gt==="when"&&at[1]&&B.push(at[1])):g.nextTick(function(){D.promiseDispatch.apply(D,jt)})},ye.valueOf=function(){if(_)return ye;var ke=x(D);return Se(ke)&&(D=ke),ke},ye.inspect=function(){return D?D.inspect():{state:"pending"}},g.longStackSupport&&t)try{throw new Error}catch(ke){ye.stack=ke.stack.substring(ke.stack.indexOf(`
18
- `)+1),ye.stackCounter=A++}function Pe(ke){D=ke,g.longStackSupport&&t&&(ye.source=ke),l(_,function(gt,at){g.nextTick(function(){ke.promiseDispatch.apply(ke,at)})},void 0),_=void 0,B=void 0}return X.promise=ye,X.resolve=function(ke){D||Pe(g(ke))},X.fulfill=function(ke){D||Pe(xe(ke))},X.reject=function(ke){D||Pe(bt(ke))},X.notify=function(ke){D||l(B,function(gt,at){g.nextTick(function(){at(ke)})},void 0)},X}w.prototype.makeNodeResolver=function(){var _=this;return function(B,D){B?_.reject(B):arguments.length>2?_.resolve(s(arguments,1)):_.resolve(D)}},g.Promise=F,g.promise=F;function F(_){if(typeof _!="function")throw new TypeError("resolver must be a function.");var B=w();try{_(B.resolve,B.reject,B.notify)}catch(D){B.reject(D)}return B.promise}F.race=C,F.all=ee,F.reject=bt,F.resolve=g,g.passByCopy=function(_){return _},M.prototype.passByCopy=function(){return this},g.join=function(_,B){return g(_).join(B)},M.prototype.join=function(_){return g([this,_]).spread(function(B,D){if(B===D)return B;throw new Error("Q can't join: not the same: "+B+" "+D)})},g.race=C;function C(_){return F(function(B,D){for(var X=0,ye=_.length;X<ye;X++)g(_[X]).then(B,D)})}M.prototype.race=function(){return this.then(g.race)},g.makePromise=M;function M(_,B,D){B===void 0&&(B=function(Pe){return bt(new Error("Promise does not support operation: "+Pe))}),D===void 0&&(D=function(){return{state:"unknown"}});var X=b(M.prototype);if(X.promiseDispatch=function(Pe,ke,gt){var at;try{_[ke]?at=_[ke].apply(X,gt):at=B.call(X,ke,gt)}catch(jt){at=bt(jt)}Pe&&Pe(at)},X.inspect=D,D){var ye=D();ye.state==="rejected"&&(X.exception=ye.reason),X.valueOf=function(){var Pe=D();return Pe.state==="pending"||Pe.state==="rejected"?X:Pe.value}}return X}M.prototype.toString=function(){return"[object Promise]"},M.prototype.then=function(_,B,D){var X=this,ye=w(),Pe=!1;function ke(jt){try{return typeof _=="function"?_(jt):jt}catch(yt){return bt(yt)}}function gt(jt){if(typeof B=="function"){re(jt,X);try{return B(jt)}catch(yt){return bt(yt)}}return bt(jt)}function at(jt){return typeof D=="function"?D(jt):jt}return g.nextTick(function(){X.promiseDispatch(function(jt){Pe||(Pe=!0,ye.resolve(ke(jt)))},"when",[function(jt){Pe||(Pe=!0,ye.resolve(gt(jt)))}])}),X.promiseDispatch(void 0,"when",[void 0,function(jt){var yt,Vt=!1;try{yt=at(jt)}catch(ef){if(Vt=!0,g.onerror)g.onerror(ef);else throw ef}Vt||ye.notify(yt)}]),ye.promise},g.tap=function(_,B){return g(_).tap(B)},M.prototype.tap=function(_){return _=g(_),this.then(function(B){return _.fcall(B).thenResolve(B)})},g.when=Q;function Q(_,B,D,X){return g(_).then(B,D,X)}M.prototype.thenResolve=function(_){return this.then(function(){return _})},g.thenResolve=function(_,B){return g(_).thenResolve(B)},M.prototype.thenReject=function(_){return this.then(function(){throw _})},g.thenReject=function(_,B){return g(_).thenReject(B)},g.nearer=x;function x(_){if(Se(_)){var B=_.inspect();if(B.state==="fulfilled")return B.value}return _}g.isPromise=Se;function Se(_){return _ instanceof M}g.isPromiseAlike=ie;function ie(_){return N(_)&&typeof _.then=="function"}g.isPending=U;function U(_){return Se(_)&&_.inspect().state==="pending"}M.prototype.isPending=function(){return this.inspect().state==="pending"},g.isFulfilled=K;function K(_){return!Se(_)||_.inspect().state==="fulfilled"}M.prototype.isFulfilled=function(){return this.inspect().state==="fulfilled"},g.isRejected=Ie;function Ie(_){return Se(_)&&_.inspect().state==="rejected"}M.prototype.isRejected=function(){return this.inspect().state==="rejected"};var oe=[],We=[],pr=[],ae=!0;function St(){oe.length=0,We.length=0,ae||(ae=!0)}function Qi(_,B){!ae||(typeof process=="object"&&typeof process.emit=="function"&&g.nextTick.runAfter(function(){p(We,_)!==-1&&(process.emit("unhandledRejection",B,_),pr.push(_))}),We.push(_),B&&typeof B.stack!="undefined"?oe.push(B.stack):oe.push("(no stack) "+B))}function $i(_){if(!!ae){var B=p(We,_);B!==-1&&(typeof process=="object"&&typeof process.emit=="function"&&g.nextTick.runAfter(function(){var D=p(pr,_);D!==-1&&(process.emit("rejectionHandled",oe[B],_),pr.splice(D,1))}),We.splice(B,1),oe.splice(B,1))}}g.resetUnhandledRejections=St,g.getUnhandledReasons=function(){return oe.slice()},g.stopUnhandledRejectionTracking=function(){St(),ae=!1},St(),g.reject=bt;function bt(_){var B=M({when:function(D){return D&&$i(this),D?D(_):this}},function(){return this},function(){return{state:"rejected",reason:_}});return Qi(B,_),B}g.fulfill=xe;function xe(_){return M({when:function(){return _},get:function(B){return _[B]},set:function(B,D){_[B]=D},delete:function(B){delete _[B]},post:function(B,D){return B==null?_.apply(void 0,D):_[B].apply(_,D)},apply:function(B,D){return _.apply(B,D)},keys:function(){return T(_)}},void 0,function(){return{state:"fulfilled",value:_}})}function xt(_){var B=w();return g.nextTick(function(){try{_.then(B.resolve,B.reject,B.notify)}catch(D){B.reject(D)}}),B.promise}g.master=it;function it(_){return M({isDef:function(){}},function(D,X){return $(_,D,X)},function(){return g(_).inspect()})}g.spread=v;function v(_,B,D){return g(_).spread(B,D)}M.prototype.spread=function(_,B){return this.all().then(function(D){return _.apply(void 0,D)},B)},g.async=m;function m(_){return function(){function B(Pe,ke){var gt;if(typeof StopIteration=="undefined"){try{gt=D[Pe](ke)}catch(at){return bt(at)}return gt.done?g(gt.value):Q(gt.value,X,ye)}else{try{gt=D[Pe](ke)}catch(at){return P(at)?g(at.value):bt(at)}return Q(gt,X,ye)}}var D=_.apply(this,arguments),X=B.bind(B,"next"),ye=B.bind(B,"throw");return X()}}g.spawn=d;function d(_){g.done(g.async(_)())}g.return=q;function q(_){throw new R(_)}g.promised=z;function z(_){return function(){return v([this,ee(arguments)],function(B,D){return _.apply(B,D)})}}g.dispatch=$;function $(_,B,D){return g(_).dispatch(B,D)}M.prototype.dispatch=function(_,B){var D=this,X=w();return g.nextTick(function(){D.promiseDispatch(X.resolve,_,B)}),X.promise},g.get=function(_,B){return g(_).dispatch("get",[B])},M.prototype.get=function(_){return this.dispatch("get",[_])},g.set=function(_,B,D){return g(_).dispatch("set",[B,D])},M.prototype.set=function(_,B){return this.dispatch("set",[_,B])},g.del=g.delete=function(_,B){return g(_).dispatch("delete",[B])},M.prototype.del=M.prototype.delete=function(_){return this.dispatch("delete",[_])},g.mapply=g.post=function(_,B,D){return g(_).dispatch("post",[B,D])},M.prototype.mapply=M.prototype.post=function(_,B){return this.dispatch("post",[_,B])},g.send=g.mcall=g.invoke=function(_,B){return g(_).dispatch("post",[B,s(arguments,2)])},M.prototype.send=M.prototype.mcall=M.prototype.invoke=function(_){return this.dispatch("post",[_,s(arguments,1)])},g.fapply=function(_,B){return g(_).dispatch("apply",[void 0,B])},M.prototype.fapply=function(_){return this.dispatch("apply",[void 0,_])},g.try=g.fcall=function(_){return g(_).dispatch("apply",[void 0,s(arguments,1)])},M.prototype.fcall=function(){return this.dispatch("apply",[void 0,s(arguments)])},g.fbind=function(_){var B=g(_),D=s(arguments,1);return function(){return B.dispatch("apply",[this,D.concat(s(arguments))])}},M.prototype.fbind=function(){var _=this,B=s(arguments);return function(){return _.dispatch("apply",[this,B.concat(s(arguments))])}},g.keys=function(_){return g(_).dispatch("keys",[])},M.prototype.keys=function(){return this.dispatch("keys",[])},g.all=ee;function ee(_){return Q(_,function(B){var D=0,X=w();return l(B,function(ye,Pe,ke){var gt;Se(Pe)&&(gt=Pe.inspect()).state==="fulfilled"?B[ke]=gt.value:(++D,Q(Pe,function(at){B[ke]=at,--D==0&&X.resolve(B)},X.reject,function(at){X.notify({index:ke,value:at})}))},void 0),D===0&&X.resolve(B),X.promise})}M.prototype.all=function(){return ee(this)},g.any=Ye;function Ye(_){if(_.length===0)return g.resolve();var B=g.defer(),D=0;return l(_,function(X,ye,Pe){var ke=_[Pe];D++,Q(ke,gt,at,jt);function gt(yt){B.resolve(yt)}function at(yt){if(D--,D===0){var Vt=yt||new Error(""+yt);Vt.message="Q can't get fulfillment value from any promise, all promises were rejected. Last error message: "+Vt.message,B.reject(Vt)}}function jt(yt){B.notify({index:Pe,value:yt})}},void 0),B.promise}M.prototype.any=function(){return Ye(this)},g.allResolved=j(Re,"allResolved","allSettled");function Re(_){return Q(_,function(B){return B=u(B,g),Q(ee(u(B,function(D){return Q(D,n,n)})),function(){return B})})}M.prototype.allResolved=function(){return Re(this)},g.allSettled=mt;function mt(_){return g(_).allSettled()}M.prototype.allSettled=function(){return this.then(function(_){return ee(u(_,function(B){B=g(B);function D(){return B.inspect()}return B.then(D,D)}))})},g.fail=g.catch=function(_,B){return g(_).then(void 0,B)},M.prototype.fail=M.prototype.catch=function(_){return this.then(void 0,_)},g.progress=tr;function tr(_,B){return g(_).then(void 0,void 0,B)}M.prototype.progress=function(_){return this.then(void 0,void 0,_)},g.fin=g.finally=function(_,B){return g(_).finally(B)},M.prototype.fin=M.prototype.finally=function(_){if(!_||typeof _.apply!="function")throw new Error("Q can't apply finally callback");return _=g(_),this.then(function(B){return _.fcall().then(function(){return B})},function(B){return _.fcall().then(function(){throw B})})},g.done=function(_,B,D,X){return g(_).done(B,D,X)},M.prototype.done=function(_,B,D){var X=function(Pe){g.nextTick(function(){if(re(Pe,ye),g.onerror)g.onerror(Pe);else throw Pe})},ye=_||B||D?this.then(_,B,D):this;typeof process=="object"&&process&&process.domain&&(X=process.domain.bind(X)),ye.then(void 0,X)},g.timeout=function(_,B,D){return g(_).timeout(B,D)},M.prototype.timeout=function(_,B){var D=w(),X=setTimeout(function(){(!B||typeof B=="string")&&(B=new Error(B||"Timed out after "+_+" ms"),B.code="ETIMEDOUT"),D.reject(B)},_);return this.then(function(ye){clearTimeout(X),D.resolve(ye)},function(ye){clearTimeout(X),D.reject(ye)},D.notify),D.promise},g.delay=function(_,B){return B===void 0&&(B=_,_=void 0),g(_).delay(B)},M.prototype.delay=function(_){return this.then(function(B){var D=w();return setTimeout(function(){D.resolve(B)},_),D.promise})},g.nfapply=function(_,B){return g(_).nfapply(B)},M.prototype.nfapply=function(_){var B=w(),D=s(_);return D.push(B.makeNodeResolver()),this.fapply(D).fail(B.reject),B.promise},g.nfcall=function(_){var B=s(arguments,1);return g(_).nfapply(B)},M.prototype.nfcall=function(){var _=s(arguments),B=w();return _.push(B.makeNodeResolver()),this.fapply(_).fail(B.reject),B.promise},g.nfbind=g.denodeify=function(_){if(_===void 0)throw new Error("Q can't wrap an undefined function");var B=s(arguments,1);return function(){var D=B.concat(s(arguments)),X=w();return D.push(X.makeNodeResolver()),g(_).fapply(D).fail(X.reject),X.promise}},M.prototype.nfbind=M.prototype.denodeify=function(){var _=s(arguments);return _.unshift(this),g.denodeify.apply(void 0,_)},g.nbind=function(_,B){var D=s(arguments,2);return function(){var X=D.concat(s(arguments)),ye=w();X.push(ye.makeNodeResolver());function Pe(){return _.apply(B,arguments)}return g(Pe).fapply(X).fail(ye.reject),ye.promise}},M.prototype.nbind=function(){var _=s(arguments,0);return _.unshift(this),g.nbind.apply(void 0,_)},g.nmapply=g.npost=function(_,B,D){return g(_).npost(B,D)},M.prototype.nmapply=M.prototype.npost=function(_,B){var D=s(B||[]),X=w();return D.push(X.makeNodeResolver()),this.dispatch("post",[_,D]).fail(X.reject),X.promise},g.nsend=g.nmcall=g.ninvoke=function(_,B){var D=s(arguments,2),X=w();return D.push(X.makeNodeResolver()),g(_).dispatch("post",[B,D]).fail(X.reject),X.promise},M.prototype.nsend=M.prototype.nmcall=M.prototype.ninvoke=function(_){var B=s(arguments,1),D=w();return B.push(D.makeNodeResolver()),this.dispatch("post",[_,B]).fail(D.reject),D.promise},g.nodeify=ce;function ce(_,B){return g(_).nodeify(B)}M.prototype.nodeify=function(_){if(_)this.then(function(B){g.nextTick(function(){_(null,B)})},function(B){g.nextTick(function(){_(B)})});else return this},g.noConflict=function(){throw new Error("Q.noConflict only works when Q is used as a global")};var Hn=ne();return g})});var gy=he(by=>{var qS=Ai(),wy=bf();by.Multiplexer=hy;function kS(t,e,r){function n(i,f,o){e.call(this,i,f,o)}return qS.inherits(n,e),n.prototype.writeMessageBegin=function(i,f,o){f==wy.MessageType.CALL||f==wy.MessageType.ONEWAY?(r.seqId2Service[o]=t,n.super_.prototype.writeMessageBegin.call(this,t+":"+i,f,o)):n.super_.prototype.writeMessageBegin.call(this,i,f,o)},n}function hy(){this.seqid=0}hy.prototype.createClient=function(t,e,r){e.Client&&(e=e.Client);var n=function(l,p){r.write(l,p)},i=new r.transport(void 0,n),f=new kS(t,r.protocol,r),o=new e(i,f),s=this;return o.new_seqid=function(){return s.seqid+=1,s.seqid},typeof r.client!="object"&&(r.client={}),r.client[t]=o,o}});var yy=he((WN,jy)=>{var Xo=Gp(),TS=ao(),BS=wd();jy.exports=Kt;function Kt(t,e){this.inBuf=t||new Buffer(0),this.outBuffers=[],this.outCount=0,this.readPos=0,this.onFlush=e}Kt.prototype=new BS;Kt.receiver=function(t,e){var r=null;return function(n){for(r&&(n=Buffer.concat([r,n]),r=null);n.length;){if(n.length<4){r=n;return}var i=Xo.readI32(n,0);if(n.length<4+i){r=n;return}var f=n.slice(4,4+i);r=n.slice(4+i),t(new Kt(f),e),n=r,r=null}}};Kt.prototype.commitPosition=function(){},Kt.prototype.rollbackPosition=function(){},Kt.prototype.isOpen=function(){return!0};Kt.prototype.open=function(){};Kt.prototype.close=function(){};Kt.prototype.setCurrSeqId=function(t){this._seqid=t};Kt.prototype.ensureAvailable=function(t){if(this.readPos+t>this.inBuf.length)throw new TS};Kt.prototype.read=function(t){this.ensureAvailable(t);var e=this.readPos+t;if(this.inBuf.length<e)throw new Error("read("+t+") failed - not enough data");var r=this.inBuf.slice(this.readPos,e);return this.readPos=e,r};Kt.prototype.readByte=function(){return this.ensureAvailable(1),Xo.readByte(this.inBuf[this.readPos++])};Kt.prototype.readI16=function(){this.ensureAvailable(2);var t=Xo.readI16(this.inBuf,this.readPos);return this.readPos+=2,t};Kt.prototype.readI32=function(){this.ensureAvailable(4);var t=Xo.readI32(this.inBuf,this.readPos);return this.readPos+=4,t};Kt.prototype.readDouble=function(){this.ensureAvailable(8);var t=Xo.readDouble(this.inBuf,this.readPos);return this.readPos+=8,t};Kt.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readPos,this.readPos+t);return this.readPos+=t,e};Kt.prototype.borrow=function(){return{buf:this.inBuf,readIndex:this.readPos,writeIndex:this.inBuf.length}};Kt.prototype.consume=function(t){this.readPos+=t};Kt.prototype.write=function(t,e){typeof t=="string"&&(t=new Buffer(t,e||"utf8")),this.outBuffers.push(t),this.outCount+=t.length};Kt.prototype.flush=function(){var t=this._seqid;this._seqid=null;var e=new Buffer(this.outCount),r=0;if(this.outBuffers.forEach(function(i){i.copy(e,r,0),r+=i.length}),this.onFlush){var n=new Buffer(e.length+4);Xo.writeI32(n,e.length),e.copy(n,4,0,e.length),this.onFlush&&this.onFlush(n,t)}this.outBuffers=[],this.outCount=0}});var _y=he((YN,vy)=>{var IS=Zp();vy.exports=Sr;function Sr(t){this.__reset(t)}Sr.prototype.__reset=function(t){this.url=t,this.socket=null,this.callbacks=[],this.send_pending=[],this.send_buf="",this.recv_buf="",this.rb_wpos=0,this.rb_rpos=0};Sr.prototype.flush=function(t,e){var r=this;this.isOpen()?(this.socket.send(this.send_buf),this.callbacks.push(function(){var n=e;return function(i){r.setRecvBuffer(i),n()}}())):this.send_pending.push({buf:this.send_buf,cb:e})};Sr.prototype.__onOpen=function(){var t=this;this.send_pending.length>0&&(this.send_pending.forEach(function(e){t.socket.send(e.buf),t.callbacks.push(function(){var r=e.cb;return function(n){t.setRecvBuffer(n),r()}}())}),this.send_pending=[])};Sr.prototype.__onClose=function(t){this.__reset(this.url)};Sr.prototype.__onMessage=function(t){this.callbacks.length&&this.callbacks.shift()(t.data)};Sr.prototype.__onError=function(t){IS.error("websocket: "+t.toString()),this.socket.close()};Sr.prototype.setRecvBuffer=function(t){this.recv_buf=t,this.recv_buf_sz=this.recv_buf.length,this.wpos=this.recv_buf.length,this.rpos=0};Sr.prototype.isOpen=function(){return this.socket&&this.socket.readyState==this.socket.OPEN};Sr.prototype.open=function(){this.socket&&this.socket.readyState!=this.socket.CLOSED||(this.socket=new WebSocket(this.url),this.socket.onopen=this.__onOpen.bind(this),this.socket.onmessage=this.__onMessage.bind(this),this.socket.onerror=this.__onError.bind(this),this.socket.onclose=this.__onClose.bind(this))};Sr.prototype.close=function(){this.socket.close()};Sr.prototype.read=function(t){var e=this.wpos-this.rpos;if(e===0)return"";var r=t;e<t&&(r=e);var n=this.read_buf.substr(this.rpos,r);return this.rpos+=r,n};Sr.prototype.readAll=function(){return this.recv_buf};Sr.prototype.write=function(t){this.send_buf=t};Sr.prototype.getSendBuffer=function(){return this.send_buf}});var nt=he(ar=>{ar.Thrift=bf();var vd=py();ar.WSConnection=vd.WSConnection;ar.createWSConnection=vd.createWSConnection;ar.createWSClient=vd.createWSClient;var _d=cy();ar.XHRConnection=_d.XHRConnection;ar.createXHRConnection=_d.createXHRConnection;ar.createXHRClient=_d.createXHRClient;ar.Int64=_n();ar.Q=dy();var SS=gy();ar.Multiplexer=SS.Multiplexer;ar.TBufferedTransport=hl();ar.TFramedTransport=yy();ar.TWebSocketTransport=_y();ar.Protocol=bl();ar.TJSONProtocol=bl();ar.TBinaryProtocol=dd();ar.TCompactProtocol=ud()});var g0=he((CR,iu)=>{var Ky,Gy,Jy,Zy,Xy,Qy,$y,e0,t0,r0,n0,i0,f0,ru,Od,o0,s0,l0,ts,a0,p0,u0,c0,m0,d0,w0,h0,b0,nu;(function(t){var e=typeof global=="object"?global:typeof self=="object"?self:typeof this=="object"?this:{};typeof define=="function"&&define.amd?define("tslib",["exports"],function(n){t(r(e,r(n)))}):typeof iu=="object"&&typeof iu.exports=="object"?t(r(e,r(iu.exports))):t(r(e));function r(n,i){return n!==e&&(typeof Object.create=="function"?Object.defineProperty(n,"__esModule",{value:!0}):n.__esModule=!0),function(f,o){return n[f]=i?i(f,o):o}}})(function(t){var e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var f in i)Object.prototype.hasOwnProperty.call(i,f)&&(n[f]=i[f])};Ky=function(n,i){if(typeof i!="function"&&i!==null)throw new TypeError("Class extends value "+String(i)+" is not a constructor or null");e(n,i);function f(){this.constructor=n}n.prototype=i===null?Object.create(i):(f.prototype=i.prototype,new f)},Gy=Object.assign||function(n){for(var i,f=1,o=arguments.length;f<o;f++){i=arguments[f];for(var s in i)Object.prototype.hasOwnProperty.call(i,s)&&(n[s]=i[s])}return n},Jy=function(n,i){var f={};for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&i.indexOf(o)<0&&(f[o]=n[o]);if(n!=null&&typeof Object.getOwnPropertySymbols=="function")for(var s=0,o=Object.getOwnPropertySymbols(n);s<o.length;s++)i.indexOf(o[s])<0&&Object.prototype.propertyIsEnumerable.call(n,o[s])&&(f[o[s]]=n[o[s]]);return f},Zy=function(n,i,f,o){var s=arguments.length,l=s<3?i:o===null?o=Object.getOwnPropertyDescriptor(i,f):o,p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(n,i,f,o);else for(var u=n.length-1;u>=0;u--)(p=n[u])&&(l=(s<3?p(l):s>3?p(i,f,l):p(i,f))||l);return s>3&&l&&Object.defineProperty(i,f,l),l},Xy=function(n,i){return function(f,o){i(f,o,n)}},Qy=function(n,i,f,o,s,l){function p(re){if(re!==void 0&&typeof re!="function")throw new TypeError("Function expected");return re}for(var u=o.kind,b=u==="getter"?"get":u==="setter"?"set":"value",c=!i&&n?o.static?n:n.prototype:null,h=i||(c?Object.getOwnPropertyDescriptor(c,o.name):{}),T,y=!1,N=f.length-1;N>=0;N--){var P={};for(var R in o)P[R]=R==="access"?{}:o[R];for(var R in o.access)P.access[R]=o.access[R];P.addInitializer=function(re){if(y)throw new TypeError("Cannot add initializers after decoration has completed");l.push(p(re||null))};var Y=(0,f[N])(u==="accessor"?{get:h.get,set:h.set}:h[b],P);if(u==="accessor"){if(Y===void 0)continue;if(Y===null||typeof Y!="object")throw new TypeError("Object expected");(T=p(Y.get))&&(h.get=T),(T=p(Y.set))&&(h.set=T),(T=p(Y.init))&&s.push(T)}else(T=p(Y))&&(u==="field"?s.push(T):h[b]=T)}c&&Object.defineProperty(c,o.name,h),y=!0},$y=function(n,i,f){for(var o=arguments.length>2,s=0;s<i.length;s++)f=o?i[s].call(n,f):i[s].call(n);return o?f:void 0},e0=function(n){return typeof n=="symbol"?n:"".concat(n)},t0=function(n,i,f){return typeof i=="symbol"&&(i=i.description?"[".concat(i.description,"]"):""),Object.defineProperty(n,"name",{configurable:!0,value:f?"".concat(f," ",i):i})},r0=function(n,i){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(n,i)},n0=function(n,i,f,o){function s(l){return l instanceof f?l:new f(function(p){p(l)})}return new(f||(f=Promise))(function(l,p){function u(h){try{c(o.next(h))}catch(T){p(T)}}function b(h){try{c(o.throw(h))}catch(T){p(T)}}function c(h){h.done?l(h.value):s(h.value).then(u,b)}c((o=o.apply(n,i||[])).next())})},i0=function(n,i){var f={label:0,sent:function(){if(l[0]&1)throw l[1];return l[1]},trys:[],ops:[]},o,s,l,p;return p={next:u(0),throw:u(1),return:u(2)},typeof Symbol=="function"&&(p[Symbol.iterator]=function(){return this}),p;function u(c){return function(h){return b([c,h])}}function b(c){if(o)throw new TypeError("Generator is already executing.");for(;p&&(p=0,c[0]&&(f=0)),f;)try{if(o=1,s&&(l=c[0]&2?s.return:c[0]?s.throw||((l=s.return)&&l.call(s),0):s.next)&&!(l=l.call(s,c[1])).done)return l;switch(s=0,l&&(c=[c[0]&2,l.value]),c[0]){case 0:case 1:l=c;break;case 4:return f.label++,{value:c[1],done:!1};case 5:f.label++,s=c[1],c=[0];continue;case 7:c=f.ops.pop(),f.trys.pop();continue;default:if(l=f.trys,!(l=l.length>0&&l[l.length-1])&&(c[0]===6||c[0]===2)){f=0;continue}if(c[0]===3&&(!l||c[1]>l[0]&&c[1]<l[3])){f.label=c[1];break}if(c[0]===6&&f.label<l[1]){f.label=l[1],l=c;break}if(l&&f.label<l[2]){f.label=l[2],f.ops.push(c);break}l[2]&&f.ops.pop(),f.trys.pop();continue}c=i.call(n,f)}catch(h){c=[6,h],s=0}finally{o=l=0}if(c[0]&5)throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}},f0=function(n,i){for(var f in n)f!=="default"&&!Object.prototype.hasOwnProperty.call(i,f)&&nu(i,n,f)},nu=Object.create?function(n,i,f,o){o===void 0&&(o=f);var s=Object.getOwnPropertyDescriptor(i,f);(!s||("get"in s?!i.__esModule:s.writable||s.configurable))&&(s={enumerable:!0,get:function(){return i[f]}}),Object.defineProperty(n,o,s)}:function(n,i,f,o){o===void 0&&(o=f),n[o]=i[f]},ru=function(n){var i=typeof Symbol=="function"&&Symbol.iterator,f=i&&n[i],o=0;if(f)return f.call(n);if(n&&typeof n.length=="number")return{next:function(){return n&&o>=n.length&&(n=void 0),{value:n&&n[o++],done:!n}}};throw new TypeError(i?"Object is not iterable.":"Symbol.iterator is not defined.")},Od=function(n,i){var f=typeof Symbol=="function"&&n[Symbol.iterator];if(!f)return n;var o=f.call(n),s,l=[],p;try{for(;(i===void 0||i-- >0)&&!(s=o.next()).done;)l.push(s.value)}catch(u){p={error:u}}finally{try{s&&!s.done&&(f=o.return)&&f.call(o)}finally{if(p)throw p.error}}return l},o0=function(){for(var n=[],i=0;i<arguments.length;i++)n=n.concat(Od(arguments[i]));return n},s0=function(){for(var n=0,i=0,f=arguments.length;i<f;i++)n+=arguments[i].length;for(var o=Array(n),s=0,i=0;i<f;i++)for(var l=arguments[i],p=0,u=l.length;p<u;p++,s++)o[s]=l[p];return o},l0=function(n,i,f){if(f||arguments.length===2)for(var o=0,s=i.length,l;o<s;o++)(l||!(o in i))&&(l||(l=Array.prototype.slice.call(i,0,o)),l[o]=i[o]);return n.concat(l||Array.prototype.slice.call(i))},ts=function(n){return this instanceof ts?(this.v=n,this):new ts(n)},a0=function(n,i,f){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var o=f.apply(n,i||[]),s,l=[];return s={},p("next"),p("throw"),p("return"),s[Symbol.asyncIterator]=function(){return this},s;function p(y){o[y]&&(s[y]=function(N){return new Promise(function(P,R){l.push([y,N,P,R])>1||u(y,N)})})}function u(y,N){try{b(o[y](N))}catch(P){T(l[0][3],P)}}function b(y){y.value instanceof ts?Promise.resolve(y.value.v).then(c,h):T(l[0][2],y)}function c(y){u("next",y)}function h(y){u("throw",y)}function T(y,N){y(N),l.shift(),l.length&&u(l[0][0],l[0][1])}},p0=function(n){var i,f;return i={},o("next"),o("throw",function(s){throw s}),o("return"),i[Symbol.iterator]=function(){return this},i;function o(s,l){i[s]=n[s]?function(p){return(f=!f)?{value:ts(n[s](p)),done:!1}:l?l(p):p}:l}},u0=function(n){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var i=n[Symbol.asyncIterator],f;return i?i.call(n):(n=typeof ru=="function"?ru(n):n[Symbol.iterator](),f={},o("next"),o("throw"),o("return"),f[Symbol.asyncIterator]=function(){return this},f);function o(l){f[l]=n[l]&&function(p){return new Promise(function(u,b){p=n[l](p),s(u,b,p.done,p.value)})}}function s(l,p,u,b){Promise.resolve(b).then(function(c){l({value:c,done:u})},p)}},c0=function(n,i){return Object.defineProperty?Object.defineProperty(n,"raw",{value:i}):n.raw=i,n};var r=Object.create?function(n,i){Object.defineProperty(n,"default",{enumerable:!0,value:i})}:function(n,i){n.default=i};m0=function(n){if(n&&n.__esModule)return n;var i={};if(n!=null)for(var f in n)f!=="default"&&Object.prototype.hasOwnProperty.call(n,f)&&nu(i,n,f);return r(i,n),i},d0=function(n){return n&&n.__esModule?n:{default:n}},w0=function(n,i,f,o){if(f==="a"&&!o)throw new TypeError("Private accessor was defined without a getter");if(typeof i=="function"?n!==i||!o:!i.has(n))throw new TypeError("Cannot read private member from an object whose class did not declare it");return f==="m"?o:f==="a"?o.call(n):o?o.value:i.get(n)},h0=function(n,i,f,o,s){if(o==="m")throw new TypeError("Private method is not writable");if(o==="a"&&!s)throw new TypeError("Private accessor was defined without a setter");if(typeof i=="function"?n!==i||!s:!i.has(n))throw new TypeError("Cannot write private member to an object whose class did not declare it");return o==="a"?s.call(n,f):s?s.value=f:i.set(n,f),f},b0=function(n,i){if(i===null||typeof i!="object"&&typeof i!="function")throw new TypeError("Cannot use 'in' operator on non-object");return typeof n=="function"?i===n:n.has(i)},t("__extends",Ky),t("__assign",Gy),t("__rest",Jy),t("__decorate",Zy),t("__param",Xy),t("__esDecorate",Qy),t("__runInitializers",$y),t("__propKey",e0),t("__setFunctionName",t0),t("__metadata",r0),t("__awaiter",n0),t("__generator",i0),t("__exportStar",f0),t("__createBinding",nu),t("__values",ru),t("__read",Od),t("__spread",o0),t("__spreadArrays",s0),t("__spreadArray",l0),t("__await",ts),t("__asyncGenerator",a0),t("__asyncDelegator",p0),t("__asyncValues",u0),t("__makeTemplateObject",c0),t("__importStar",m0),t("__importDefault",d0),t("__classPrivateFieldGet",w0),t("__classPrivateFieldSet",h0),t("__classPrivateFieldIn",b0)})});var Xn={self:typeof self!="undefined"&&self,window:typeof window!="undefined"&&window,global:typeof global!="undefined"&&global,document:typeof document!="undefined"&&document},U_=Xn.self||Xn.window||Xn.global||{},L_=Xn.window||Xn.self||Xn.global||{},C_=Xn.global||Xn.self||Xn.window||{},V_=Xn.document||{};var Rn=Boolean(typeof process!="object"||String(process)!=="[object process]"||process.browser);var rh=typeof process!="undefined"&&process.version&&/v([0-9]*)/.exec(process.version),W_=rh&&parseFloat(rh[1])||0;function yc(t,e=!0,r){let n=r||new Set;if(t){if(nh(t))n.add(t);else if(nh(t.buffer))n.add(t.buffer);else if(!ArrayBuffer.isView(t)){if(e&&typeof t=="object")for(let i in t)yc(t[i],e,n)}}return r===void 0?Array.from(n):[]}function nh(t){return t?t instanceof ArrayBuffer||typeof MessagePort!="undefined"&&t instanceof MessagePort||typeof ImageBitmap!="undefined"&&t instanceof ImageBitmap||typeof OffscreenCanvas!="undefined"&&t instanceof OffscreenCanvas:!1}function Vf(){let parentPort;try{eval("globalThis.parentPort = require('worker_threads').parentPort"),parentPort=globalThis.parentPort}catch{}return parentPort}var vc=new Map,hn=class{static inWorkerThread(){return typeof self!="undefined"||Boolean(Vf())}static set onmessage(e){function r(i){let f=Vf(),{type:o,payload:s}=f?i:i.data;e(o,s)}let n=Vf();n?(n.on("message",r),n.on("exit",()=>console.debug("Node worker closing"))):globalThis.onmessage=r}static addEventListener(e){let r=vc.get(e);r||(r=i=>{if(!Y_(i))return;let f=Vf(),{type:o,payload:s}=f?i:i.data;e(o,s)}),Vf()?console.error("not implemented"):globalThis.addEventListener("message",r)}static removeEventListener(e){let r=vc.get(e);vc.delete(e),Vf()?console.error("not implemented"):globalThis.removeEventListener("message",r)}static postMessage(e,r){let n={source:"loaders.gl",type:e,payload:r},i=yc(r),f=Vf();f?f.postMessage(n,i):globalThis.postMessage(n,i)}};function Y_(t){let{type:e,data:r}=t;return e==="message"&&r&&typeof r.source=="string"&&r.source.startsWith("loaders.gl")}var K_=0;function _c(t){!hn.inWorkerThread()||(hn.onmessage=async(e,r)=>{switch(e){case"process":try{let{input:n,options:i={},context:f={}}=r,o=await J_({loader:t,arrayBuffer:n,options:i,context:{...f,_parse:G_}});hn.postMessage("done",{result:o})}catch(n){let i=n instanceof Error?n.message:"";hn.postMessage("error",{error:i})}break;default:}})}function G_(t,e,r,n){return new Promise((i,f)=>{let o=K_++,s=(p,u)=>{if(u.id===o)switch(p){case"done":hn.removeEventListener(s),i(u.result);break;case"error":hn.removeEventListener(s),f(u.error);break;default:}};hn.addEventListener(s);let l={id:o,input:t,options:r};hn.postMessage("process",l)})}async function J_({loader:t,arrayBuffer:e,options:r,context:n}){let i,f;if(t.parseSync||t.parse)i=e,f=t.parseSync||t.parse;else if(t.parseTextSync)i=new TextDecoder().decode(e),f=t.parseTextSync;else throw new Error(`Could not load data with ${t.name} loader`);return r={...r,modules:t&&t.options&&t.options.modules||{},worker:!1},await f(i,{...r},n,t)}function ih(...t){let e=t.map(f=>f instanceof ArrayBuffer?new Uint8Array(f):f),r=e.reduce((f,o)=>f+o.byteLength,0),n=new Uint8Array(r),i=0;for(let f of e)n.set(f,i),i+=f.byteLength;return n.buffer}async function qc(t){let e=[];for await(let r of t)e.push(r);return ih(...e)}function fh(t){return t}function oh(t){return t&&typeof t=="object"&&t.isBuffer}function Jr(t){if(oh(t))return fh(t);if(t instanceof ArrayBuffer)return t;if(ArrayBuffer.isView(t))return t.byteOffset===0&&t.byteLength===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength);if(typeof t=="string"){let e=t;return new TextEncoder().encode(e).buffer}if(t&&typeof t=="object"&&t._toArrayBuffer)return t._toArrayBuffer();throw new Error("toArrayBuffer")}function vi(t){return e=>new Promise((r,n)=>t(e,(i,f)=>i?n(i):r(f)))}function Ds(t){if(t instanceof ArrayBuffer)return{read:async(n,i)=>Buffer.from(t,n,i),close:async()=>{},size:t.byteLength};let e=t;return{read:async(r,n)=>{let i=await e.slice(r,r+n).arrayBuffer();return Buffer.from(i)},close:async()=>{},size:e.size}}var Z_="4.0.0-alpha.23",X_={parquet:{type:"object-row-table",url:void 0,columnList:[],geoparquet:!0}},Oa={name:"Apache Parquet",id:"parquet",module:"parquet",version:Z_,worker:!0,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:X_};var To=Te(ah());function ph(t,e,r){switch(t){case"BOOLEAN":return $_(e);case"INT32":return tq(e);case"INT64":return nq(e);case"INT96":return fq(e);case"FLOAT":return sq(e);case"DOUBLE":return aq(e);case"BYTE_ARRAY":return uq(e);case"FIXED_LEN_BYTE_ARRAY":return mq(e,r);default:throw new Error(`unsupported type: ${t}`)}}function uh(t,e,r,n){switch(t){case"BOOLEAN":return eq(e,r);case"INT32":return rq(e,r);case"INT64":return iq(e,r);case"INT96":return oq(e,r);case"FLOAT":return lq(e,r);case"DOUBLE":return pq(e,r);case"BYTE_ARRAY":return cq(e,r);case"FIXED_LEN_BYTE_ARRAY":return dq(e,r,n);default:throw new Error(`unsupported type: ${t}`)}}function $_(t){let e=Buffer.alloc(Math.ceil(t.length/8));e.fill(0);for(let r=0;r<t.length;r++)t[r]&&(e[Math.floor(r/8)]|=1<<r%8);return e}function eq(t,e){let r=[];for(let n=0;n<e;n++){let i=t.buffer[t.offset+Math.floor(n/8)];r.push((i&1<<n%8)>0)}return t.offset+=Math.ceil(e/8),r}function tq(t){let e=Buffer.alloc(4*t.length);for(let r=0;r<t.length;r++)e.writeInt32LE(t[r],r*4);return e}function rq(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readInt32LE(t.offset)),t.offset+=4;return r}function nq(t){let e=Buffer.alloc(8*t.length);for(let r=0;r<t.length;r++)To.default.writeInt64LE(t[r],e,r*8);return e}function iq(t,e){let r=[];for(let n=0;n<e;n++)r.push(To.default.readInt64LE(t.buffer,t.offset)),t.offset+=8;return r}function fq(t){let e=Buffer.alloc(12*t.length);for(let r=0;r<t.length;r++)t[r]>=0?(To.default.writeInt64LE(t[r],e,r*12),e.writeUInt32LE(0,r*12+8)):(To.default.writeInt64LE(~-t[r]+1,e,r*12),e.writeUInt32LE(4294967295,r*12+8));return e}function oq(t,e){let r=[];for(let n=0;n<e;n++){let i=To.default.readInt64LE(t.buffer,t.offset);t.buffer.readUInt32LE(t.offset+8)===4294967295?r.push(~-i+1):r.push(i),t.offset+=12}return r}function sq(t){let e=Buffer.alloc(4*t.length);for(let r=0;r<t.length;r++)e.writeFloatLE(t[r],r*4);return e}function lq(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readFloatLE(t.offset)),t.offset+=4;return r}function aq(t){let e=Buffer.alloc(8*t.length);for(let r=0;r<t.length;r++)e.writeDoubleLE(t[r],r*8);return e}function pq(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readDoubleLE(t.offset)),t.offset+=8;return r}function uq(t){let e=0;for(let i=0;i<t.length;i++)t[i]=Buffer.from(t[i]),e+=4+t[i].length;let r=Buffer.alloc(e),n=0;for(let i=0;i<t.length;i++)r.writeUInt32LE(t[i].length,n),t[i].copy(r,n+4),n+=4+t[i].length;return r}function cq(t,e){let r=[];for(let n=0;n<e;n++){let i=t.buffer.readUInt32LE(t.offset);t.offset+=4,r.push(t.buffer.slice(t.offset,t.offset+i)),t.offset+=i}return r}function mq(t,e){if(!e.typeLength)throw new Error("missing option: typeLength (required for FIXED_LEN_BYTE_ARRAY)");for(let r=0;r<t.length;r++)if(t[r]=Buffer.from(t[r]),t[r].length!==e.typeLength)throw new Error(`invalid value for FIXED_LEN_BYTE_ARRAY: ${t[r]}`);return Buffer.concat(t)}function dq(t,e,r){let n=[];if(!r.typeLength)throw new Error("missing option: typeLength (required for FIXED_LEN_BYTE_ARRAY)");for(let i=0;i<e;i++)n.push(t.buffer.slice(t.offset,t.offset+r.typeLength)),t.offset+=r.typeLength;return n}var Fs=Te(_h());function qh(t,e,r){if(!("bitWidth"in r))throw new Error("bitWidth is required");switch(t){case"BOOLEAN":case"INT32":case"INT64":e=e.map(s=>parseInt(s,10));break;default:throw new Error(`unsupported type: ${t}`)}let n=Buffer.alloc(0),i=[],f=0;for(let s=0;s<e.length;s++)f===0&&i.length%8==0&&e[s]===e[s+1]?(i.length&&(n=Buffer.concat([n,kh(i,r)]),i=[]),f=1):f>0&&e[s]===e[s-1]?f+=1:(f&&(n=Buffer.concat([n,Th(e[s-1],f,r)]),f=0),i.push(e[s]));if(f?n=Buffer.concat([n,Th(e[e.length-1],f,r)]):i.length&&(n=Buffer.concat([n,kh(i,r)])),r.disableEnvelope)return n;let o=Buffer.alloc(n.length+4);return o.writeUInt32LE(n.length,void 0),n.copy(o,4),o}function Da(t,e,r,n){if(!("bitWidth"in n))throw new Error("bitWidth is required");n.disableEnvelope||(e.offset+=4);let i=[];for(;i.length<r;){let f=Fs.default.decode(e.buffer,e.offset);if(e.offset+=Fs.default.encodingLength(f),f&1){let o=(f>>1)*8;i.push(...Sq(e,o,n))}else{let o=f>>1;i.push(...xq(e,o,n))}}if(i=i.slice(0,r),i.length!==r)throw new Error("invalid RLE encoding");return i}function Sq(t,e,r){let n=r.bitWidth;if(e%8!=0)throw new Error("must be a multiple of 8");let i=new Array(e).fill(0);for(let f=0;f<n*e;f++)t.buffer[t.offset+Math.floor(f/8)]&1<<f%8&&(i[Math.floor(f/n)]|=1<<f%n);return t.offset+=n*(e/8),i}function xq(t,e,r){let n=r.bitWidth,i=0;for(let f=0;f<Math.ceil(n/8);f++)i<<8,i+=t.buffer[t.offset],t.offset+=1;return new Array(e).fill(i)}function kh(t,e){let r=e.bitWidth;for(let i=0;i<t.length%8;i++)t.push(0);let n=Buffer.alloc(Math.ceil(r*(t.length/8)));for(let i=0;i<r*t.length;i++)(t[Math.floor(i/r)]&1<<i%r)>0&&(n[Math.floor(i/8)]|=1<<i%8);return Buffer.concat([Buffer.from(Fs.default.encode(t.length/8<<1|1)),n])}function Th(t,e,r){let n=r.bitWidth,i=Buffer.alloc(Math.ceil(n/8));for(let f=0;f<i.length;f++)i.writeUInt8(t&255,f),t>>8;return Buffer.concat([Buffer.from(Fs.default.encode(e<<1)),i])}function Tc(t,e,r,n){return n.bitWidth=e.buffer.slice(e.offset,e.offset+1).readInt8(0),e.offset+=1,Da(t,e,r,{...n,disableEnvelope:!0})}function Bc(t,e,r,n){throw new Error("Encode dictionary functionality is not supported")}var Ps={PLAIN:{encodeValues:ph,decodeValues:uh},RLE:{encodeValues:qh,decodeValues:Da},PLAIN_DICTIONARY:{encodeValues:Bc,decodeValues:Tc},RLE_DICTIONARY:{encodeValues:Bc,decodeValues:Tc}};var Zr=class{constructor(e){this.compressBatches=this.compressBatches.bind(this),this.decompressBatches=this.decompressBatches.bind(this)}async preload(){}async compress(e){return await this.preload(),this.compressSync(e)}async decompress(e,r){return await this.preload(),this.decompressSync(e,r)}compressSync(e){throw new Error(`${this.name}: sync compression not supported`)}decompressSync(e,r){throw new Error(`${this.name}: sync decompression not supported`)}async*compressBatches(e){let r=await this.concatenate(e);yield this.compress(r)}async*decompressBatches(e){let r=await this.concatenate(e);yield this.decompress(r)}concatenate(e){return qc(e)}improveError(e){return e.message.includes(this.name)||(e.message=`${this.name} ${e.message}`),e}};var za=class extends Zr{constructor(e){super(e);this.name="uncompressed";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e||{}}compressSync(e){return e}decompressSync(e){return e}async*compressBatches(e){return yield*e}async*decompressBatches(e){return yield*e}};var $f=Te(cg()),Ii=Te(sm());var lm=class extends Zr{constructor(e={}){super(e);this.name="deflate";this.extensions=[];this.contentEncodings=["deflate"];this.isSupported=!0;this._chunks=[];this.options=e}async compress(e){if(!Rn&&this.options.deflate?.useZlib){let r=this.options.deflate?.gzip?await vi(Ii.default.gzip)(e):await vi(Ii.default.deflate)(e);return Jr(r)}return this.compressSync(e)}async decompress(e){if(!Rn&&this.options.deflate?.useZlib){let r=this.options.deflate?.gzip?await vi(Ii.default.gunzip)(e):await vi(Ii.default.inflate)(e);return Jr(r)}return this.decompressSync(e)}compressSync(e){if(!Rn&&this.options.deflate?.useZlib){let f=this.options.deflate?.gzip?Ii.default.gzipSync(e):Ii.default.deflateSync(e);return Jr(f)}let r=this.options?.deflate||{},n=new Uint8Array(e);return(this.options?.raw?$f.default.deflateRaw:$f.default.deflate)(n,r).buffer}decompressSync(e){if(!Rn&&this.options.deflate?.useZlib){let f=this.options.deflate?.gzip?Ii.default.gunzipSync(e):Ii.default.inflateSync(e);return Jr(f)}let r=this.options?.deflate||{},n=new Uint8Array(e);return(this.options?.raw?$f.default.inflateRaw:$f.default.inflate)(n,r).buffer}async*compressBatches(e){let r=this.options?.deflate||{},n=new $f.default.Deflate(r);yield*this.transformBatches(n,e)}async*decompressBatches(e){let r=this.options?.deflate||{},n=new $f.default.Inflate(r);yield*this.transformBatches(n,e)}async*transformBatches(e,r){e.onData=this._onData.bind(this),e.onEnd=this._onEnd.bind(this);for await(let o of r){let s=new Uint8Array(o);if(!e.push(s,!1))throw new Error(`${this._getError()}write`);yield*this._getChunks()}let n=new Uint8Array(0),i=e.push(n,!0);yield*this._getChunks()}_onData(e){this._chunks.push(e)}_onEnd(e){if(e!==0)throw new Error(this._getError(e)+this._chunks.length)}_getChunks(){let e=this._chunks;return this._chunks=[],e}_getError(e=0){let r={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"};return`${this.name}: ${r[e]}`}};var ep=class extends lm{constructor(e){super({...e,deflate:{...e?.gzip,gzip:!0}});this.name="gzip";this.extensions=["gz","gzip"];this.contentEncodings=["gzip","x-gzip"];this.isSupported=!0}};var _T=()=>{function t(a){this.data=a,this.offset=0}let e=Int32Array.from([256,402,436,468,500,534,566,598,630,662,694,726,758,790,822,854,886,920,952,984,1016,1048,1080]),r=Int32Array.from([1,2,3,4,0,5,17,6,16,7,8,9,10,11,12,13,14,15]),n=Int32Array.from([0,3,2,1,0,0,0,0,0,0,3,3,3,3,3,3]),i=Int32Array.from([0,0,0,0,-1,1,-2,2,-3,3,-1,1,-2,2,-3,3]),f=Int32Array.from([131072,131076,131075,196610,131072,131076,131075,262145,131072,131076,131075,196610,131072,131076,131075,262149]),o=Int32Array.from([1,5,9,13,17,25,33,41,49,65,81,97,113,145,177,209,241,305,369,497,753,1265,2289,4337,8433,16625]),s=Int32Array.from([2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,6,6,7,8,9,10,11,12,13,24]),l=Int16Array.from([0,0,0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,7,8,9,10,12,14,24]),p=Int16Array.from([0,0,0,0,0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,7,8,9,10,24]),u=new Int16Array(2816);T(u);function b(a){let I=-1,k=16;for(;k>0;)a>>>k!=0&&(I+=k,a=a>>>k),k=k>>1;return I+a}function c(a,I,k){return 16+I+2*(k<<a)}function h(a,I,k){if(a<k+(2<<I))throw"maxDistance is too small";let S=(a-k>>I)+4,E=b(S)-1;return((E-1<<1|S>>E&1)-1<<I)+(1<<I)+k+16}function T(a){let I=new Int16Array(24),k=new Int16Array(24);k[0]=2;for(let S=0;S<23;++S)I[S+1]=I[S]+(1<<l[S]),k[S+1]=k[S]+(1<<p[S]);for(let S=0;S<704;++S){let E=S>>>6,G=-4;E>=2&&(E-=2,G=0);let Z=(170064>>>E*2&3)<<3|S>>>3&7,se=(156228>>>E*2&3)<<3|S&7,we=k[se],ge=G+(we>4?3:we-2),ue=S*4;a[ue+0]=l[Z]|p[se]<<8,a[ue+1]=I[Z],a[ue+2]=k[se],a[ue+3]=ge}}function y(a){let I=a.isLargeWindow;if(a.isLargeWindow=0,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),ce(a,1)==0)return 16;let k=ce(a,3);return k!=0?17+k:(k=ce(a,3),k!=0?k==1?I==0||(a.isLargeWindow=1,ce(a,1)==1)||(k=ce(a,6),k<10||k>30)?-1:k:8+k:17)}function N(a){if(a.runningState!=1)throw"State MUST be freshly initialized";a.isEager=1}function P(a){if(a.runningState!=1)throw"State MUST be freshly initialized";a.isLargeWindow=1}function R(a,I){if(a.runningState!=1)throw"State MUST be freshly initialized";if(a.cdNumChunks==0&&(a.cdChunks=new Array(16),a.cdChunkOffsets=new Int32Array(16),a.cdBlockBits=-1),a.cdNumChunks==15)throw"Too many dictionary chunks";a.cdChunks[a.cdNumChunks]=I,a.cdNumChunks++,a.cdTotalSize+=I.length,a.cdChunkOffsets[a.cdNumChunks]=a.cdTotalSize}function Y(a,I){if(a.runningState!=0)throw"State MUST be uninitialized";a.blockTrees=new Int32Array(3091),a.blockTrees[0]=7,a.distRbIdx=3;let k=h(2147483644,3,15<<3);a.distExtraBits=new Int8Array(k),a.distOffset=new Int32Array(k),a.input=I,_(a),a.runningState=1}function re(a){if(a.runningState==0)throw"State MUST be initialized";a.runningState!=11&&(a.runningState=11,a.input!=null&&(S_(a.input),a.input=null))}function W(a){if(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),ce(a,1)!=0){let I=ce(a,3);return I==0?1:ce(a,I)+(1<<I)}return 0}function O(a){if(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.inputEnd=ce(a,1),a.metaBlockLength=0,a.isUncompressed=0,a.isMetadata=0,a.inputEnd!=0&&ce(a,1)!=0)return;let I=ce(a,2)+4;if(I==7){if(a.isMetadata=1,ce(a,1)!=0)throw"Corrupted reserved bit";let k=ce(a,2);if(k==0)return;for(let S=0;S<k;S++){a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let E=ce(a,8);if(E==0&&S+1==k&&k>1)throw"Exuberant nibble";a.metaBlockLength|=E<<S*8}}else for(let k=0;k<I;k++){a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let S=ce(a,4);if(S==0&&k+1==I&&I>4)throw"Exuberant nibble";a.metaBlockLength|=S<<k*4}a.metaBlockLength++,a.inputEnd==0&&(a.isUncompressed=ce(a,1))}function te(a,I,k){let S=a[I],E=k.accumulator32>>>k.bitOffset;S+=E&255;let G=a[S]>>16,Z=a[S]&65535;if(G<=8)return k.bitOffset+=G,Z;S+=Z;let se=(1<<G)-1;return S+=(E&se)>>>8,k.bitOffset+=(a[S]>>16)+8,a[S]&65535}function L(a,I,k){k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let S=te(a,I,k),E=s[S];return k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16),o[S]+(E<=16?ce(k,E):Hn(k,E))}function ne(a,I){let k=a[I];for(;I>0;I--)a[I]=a[I-1];a[0]=k}function j(a,I){let k=new Int32Array(256);for(let S=0;S<256;S++)k[S]=S;for(let S=0;S<I;S++){let E=a[S]&255;a[S]=k[E],E!=0&&ne(k,E)}}function g(a,I,k,S){let E=0,G=8,Z=0,se=0,we=32768,ge=new Int32Array(32+1),ue=ge.length-1;for(Ye(ge,ue,5,a,18);E<I&&we>0;){S.halfOffset>2030&&Re(S),S.bitOffset>=16&&(S.accumulator32=S.shortBuffer[S.halfOffset++]<<16|S.accumulator32>>>16,S.bitOffset-=16);let Ke=S.accumulator32>>>S.bitOffset&31;S.bitOffset+=ge[Ke]>>16;let Ze=ge[Ke]&65535;if(Ze<16)Z=0,k[E++]=Ze,Ze!=0&&(G=Ze,we-=32768>>Ze);else{let Et=Ze-14,Kr=0;Ze==16&&(Kr=G),se!=Kr&&(Z=0,se=Kr);let wn=Z;Z>0&&(Z-=2,Z<<=Et),S.bitOffset>=16&&(S.accumulator32=S.shortBuffer[S.halfOffset++]<<16|S.accumulator32>>>16,S.bitOffset-=16),Z+=ce(S,Et)+3;let rr=Z-wn;if(E+rr>I)throw"symbol + repeatDelta > numSymbols";for(let $e=0;$e<rr;$e++)k[E++]=se;se!=0&&(we-=rr<<15-se)}}if(we!=0)throw"Unused space";k.fill(0,E,I)}function A(a,I){for(let k=0;k<I-1;++k)for(let S=k+1;S<I;++S)if(a[k]==a[S])throw"Duplicate simple Huffman code symbol"}function w(a,I,k,S,E){let G=new Int32Array(I),Z=new Int32Array(4),se=1+b(a-1),we=ce(E,2)+1;for(let ue=0;ue<we;ue++){E.bitOffset>=16&&(E.accumulator32=E.shortBuffer[E.halfOffset++]<<16|E.accumulator32>>>16,E.bitOffset-=16);let Ke=ce(E,se);if(Ke>=I)throw"Can't readHuffmanCode";Z[ue]=Ke}A(Z,we);let ge=we;switch(we==4&&(ge+=ce(E,1)),ge){case 1:G[Z[0]]=1;break;case 2:G[Z[0]]=1,G[Z[1]]=1;break;case 3:G[Z[0]]=1,G[Z[1]]=2,G[Z[2]]=2;break;case 4:G[Z[0]]=2,G[Z[1]]=2,G[Z[2]]=2,G[Z[3]]=2;break;case 5:G[Z[0]]=1,G[Z[1]]=2,G[Z[2]]=3,G[Z[3]]=3;break;default:break}return Ye(k,S,8,G,I)}function F(a,I,k,S,E){let G=new Int32Array(a),Z=new Int32Array(18),se=32,we=0;for(let ge=I;ge<18&&se>0;ge++){let ue=r[ge];E.bitOffset>=16&&(E.accumulator32=E.shortBuffer[E.halfOffset++]<<16|E.accumulator32>>>16,E.bitOffset-=16);let Ke=E.accumulator32>>>E.bitOffset&15;E.bitOffset+=f[Ke]>>16;let Ze=f[Ke]&65535;Z[ue]=Ze,Ze!=0&&(se-=32>>Ze,we++)}if(se!=0&&we!=1)throw"Corrupted Huffman code histogram";return g(Z,a,G,E),Ye(k,S,8,G,a)}function C(a,I,k,S,E){E.halfOffset>2030&&Re(E),E.bitOffset>=16&&(E.accumulator32=E.shortBuffer[E.halfOffset++]<<16|E.accumulator32>>>16,E.bitOffset-=16);let G=ce(E,2);return G==1?w(a,I,k,S,E):F(I,G,k,S,E)}function M(a,I,k){k.halfOffset>2030&&Re(k);let S=W(k)+1;if(S==1)return I.fill(0,0,a),S;k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let E=ce(k,1),G=0;E!=0&&(G=ce(k,4)+1);let Z=S+G,se=e[Z+31>>5],we=new Int32Array(se+1),ge=we.length-1;C(Z,Z,we,ge,k);for(let ue=0;ue<a;){k.halfOffset>2030&&Re(k),k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let Ke=te(we,ge,k);if(Ke==0)I[ue]=0,ue++;else if(Ke<=G){k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let Ze=(1<<Ke)+ce(k,Ke);for(;Ze!=0;){if(ue>=a)throw"Corrupted context map";I[ue]=0,ue++,Ze--}}else I[ue]=Ke-G,ue++}return k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16),ce(k,1)==1&&j(I,a),S}function Q(a,I,k){let S=a.rings,E=4+I*2;a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let G=te(a.blockTrees,2*I,a),Z=L(a.blockTrees,2*I+1,a);return G==1?G=S[E+1]+1:G==0?G=S[E]:G-=2,G>=k&&(G-=k),S[E]=S[E+1],S[E+1]=G,Z}function x(a){a.literalBlockLength=Q(a,0,a.numLiteralBlockTypes);let I=a.rings[5];a.contextMapSlice=I<<6,a.literalTreeIdx=a.contextMap[a.contextMapSlice]&255;let k=a.contextModes[I];a.contextLookupOffset1=k<<9,a.contextLookupOffset2=a.contextLookupOffset1+256}function Se(a){a.commandBlockLength=Q(a,1,a.numCommandBlockTypes),a.commandTreeIdx=a.rings[7]}function ie(a){a.distanceBlockLength=Q(a,2,a.numDistanceBlockTypes),a.distContextMapSlice=a.rings[9]<<2}function U(a){let I=a.maxRingBufferSize;if(I>a.expectedTotalSize){let E=a.expectedTotalSize;for(;I>>1>E;)I>>=1;a.inputEnd==0&&I<16384&&a.maxRingBufferSize>=16384&&(I=16384)}if(I<=a.ringBufferSize)return;let k=I+37,S=new Int8Array(k);a.ringBuffer.length!=0&&S.set(a.ringBuffer.subarray(0,0+a.ringBufferSize),0),a.ringBuffer=S,a.ringBufferSize=I}function K(a){if(a.inputEnd!=0){a.nextRunningState=10,a.runningState=12;return}a.literalTreeGroup=new Int32Array(0),a.commandTreeGroup=new Int32Array(0),a.distanceTreeGroup=new Int32Array(0),a.halfOffset>2030&&Re(a),O(a),!(a.metaBlockLength==0&&a.isMetadata==0)&&(a.isUncompressed!=0||a.isMetadata!=0?(X(a),a.runningState=a.isMetadata!=0?5:6):a.runningState=3,a.isMetadata==0&&(a.expectedTotalSize+=a.metaBlockLength,a.expectedTotalSize>1<<30&&(a.expectedTotalSize=1<<30),a.ringBufferSize<a.maxRingBufferSize&&U(a)))}function Ie(a,I,k){let S=a.blockTrees[2*I];if(k<=1)return a.blockTrees[2*I+1]=S,a.blockTrees[2*I+2]=S,1<<28;let E=k+2;S+=C(E,E,a.blockTrees,2*I,a),a.blockTrees[2*I+1]=S;let G=26;return S+=C(G,G,a.blockTrees,2*I+1,a),a.blockTrees[2*I+2]=S,L(a.blockTrees,2*I+1,a)}function oe(a,I){let k=a.distExtraBits,S=a.distOffset,E=a.distancePostfixBits,G=a.numDirectDistanceCodes,Z=1<<E,se=1,we=0,ge=16;for(let ue=0;ue<G;++ue)k[ge]=0,S[ge]=ue+1,++ge;for(;ge<I;){let ue=G+((2+we<<se)-4<<E)+1;for(let Ke=0;Ke<Z;++Ke)k[ge]=se,S[ge]=ue+Ke,++ge;se=se+we,we=we^1}}function We(a){a.numLiteralBlockTypes=W(a)+1,a.literalBlockLength=Ie(a,0,a.numLiteralBlockTypes),a.numCommandBlockTypes=W(a)+1,a.commandBlockLength=Ie(a,1,a.numCommandBlockTypes),a.numDistanceBlockTypes=W(a)+1,a.distanceBlockLength=Ie(a,2,a.numDistanceBlockTypes),a.halfOffset>2030&&Re(a),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.distancePostfixBits=ce(a,2),a.numDirectDistanceCodes=ce(a,4)<<a.distancePostfixBits,a.contextModes=new Int8Array(a.numLiteralBlockTypes);for(let G=0;G<a.numLiteralBlockTypes;){let Z=tf(G+96,a.numLiteralBlockTypes);for(;G<Z;++G)a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.contextModes[G]=ce(a,2);a.halfOffset>2030&&Re(a)}a.contextMap=new Int8Array(a.numLiteralBlockTypes<<6);let I=M(a.numLiteralBlockTypes<<6,a.contextMap,a);a.trivialLiteralContext=1;for(let G=0;G<a.numLiteralBlockTypes<<6;G++)if(a.contextMap[G]!=G>>6){a.trivialLiteralContext=0;break}a.distContextMap=new Int8Array(a.numDistanceBlockTypes<<2);let k=M(a.numDistanceBlockTypes<<2,a.distContextMap,a);a.literalTreeGroup=St(256,256,I,a),a.commandTreeGroup=St(704,704,a.numCommandBlockTypes,a);let S=c(a.distancePostfixBits,a.numDirectDistanceCodes,24),E=S;a.isLargeWindow==1&&(S=c(a.distancePostfixBits,a.numDirectDistanceCodes,62),E=h(2147483644,a.distancePostfixBits,a.numDirectDistanceCodes)),a.distanceTreeGroup=St(S,E,k,a),oe(a,E),a.contextMapSlice=0,a.distContextMapSlice=0,a.contextLookupOffset1=a.contextModes[0]*512,a.contextLookupOffset2=a.contextLookupOffset1+256,a.literalTreeIdx=0,a.commandTreeIdx=0,a.rings[4]=1,a.rings[5]=0,a.rings[6]=1,a.rings[7]=0,a.rings[8]=1,a.rings[9]=0}function pr(a){let I=a.ringBuffer;if(a.metaBlockLength<=0){D(a),a.runningState=2;return}let k=tf(a.ringBufferSize-a.pos,a.metaBlockLength);if(Pe(a,I,a.pos,k),a.metaBlockLength-=k,a.pos+=k,a.pos==a.ringBufferSize){a.nextRunningState=6,a.runningState=12;return}D(a),a.runningState=2}function ae(a){let I=tf(a.outputLength-a.outputUsed,a.ringBufferBytesReady-a.ringBufferBytesWritten);return I!=0&&(a.output.set(a.ringBuffer.subarray(a.ringBufferBytesWritten,a.ringBufferBytesWritten+I),a.outputOffset+a.outputUsed),a.outputUsed+=I,a.ringBufferBytesWritten+=I),a.outputUsed<a.outputLength?1:0}function St(a,I,k,S){let E=e[I+31>>5],G=new Int32Array(k+k*E),Z=k;for(let se=0;se<k;++se)G[se]=Z,Z+=C(a,I,G,se,S);return G}function Qi(a){let I=a.ringBufferSize;return a.isEager!=0&&(I=tf(I,a.ringBufferBytesWritten+a.outputLength-a.outputUsed)),I}function $i(a,I){if(a.distance>2147483644)throw"Invalid backward reference";let k=a.distance-a.maxDistance-1-a.cdTotalSize;if(k<0)xe(a,-k-1,a.copyLength),a.runningState=14;else{let S=yt,E=a.copyLength;if(E>31)throw"Invalid backward reference";let G=ef[E];if(G==0)throw"Invalid backward reference";let Z=Vt[E],se=(1<<G)-1,we=k&se,ge=k>>>G;Z+=we*E;let ue=m;if(ge>=ue.numTransforms)throw"Invalid backward reference";let Ke=q(a.ringBuffer,a.pos,S,Z,E,ue,ge);if(a.pos+=Ke,a.metaBlockLength-=Ke,a.pos>=I){a.nextRunningState=4,a.runningState=12;return}a.runningState=4}}function bt(a){a.cdBlockMap=new Int8Array(256);let I=8;for(;a.cdTotalSize-1>>>I!=0;)I++;I-=8,a.cdBlockBits=I;let k=0,S=0;for(;k<a.cdTotalSize;){for(;a.cdChunkOffsets[S+1]<k;)S++;a.cdBlockMap[k>>>I]=S,k+=1<<I}}function xe(a,I,k){a.cdBlockBits==-1&&bt(a);let S=a.cdBlockMap[I>>>a.cdBlockBits];for(;I>=a.cdChunkOffsets[S+1];)S++;if(a.cdTotalSize>I+k)throw"Invalid backward reference";a.distRbIdx=a.distRbIdx+1&3,a.rings[a.distRbIdx]=a.distance,a.metaBlockLength-=k,a.cdBrIndex=S,a.cdBrOffset=I-a.cdChunkOffsets[S],a.cdBrLength=k,a.cdBrCopied=0}function xt(a,I){let k=a.pos,S=k;for(;a.cdBrLength!=a.cdBrCopied;){let E=I-k,Z=a.cdChunkOffsets[a.cdBrIndex+1]-a.cdChunkOffsets[a.cdBrIndex]-a.cdBrOffset,se=a.cdBrLength-a.cdBrCopied;if(se>Z&&(se=Z),se>E&&(se=E),I_(a.ringBuffer,k,a.cdChunks[a.cdBrIndex],a.cdBrOffset,a.cdBrOffset+se),k+=se,a.cdBrOffset+=se,a.cdBrCopied+=se,se==Z&&(a.cdBrIndex++,a.cdBrOffset=0),k>=I)break}return k-S}function it(a){if(a.runningState==0)throw"Can't decompress until initialized";if(a.runningState==11)throw"Can't decompress after close";if(a.runningState==1){let E=y(a);if(E==-1)throw"Invalid 'windowBits' code";a.maxRingBufferSize=1<<E,a.maxBackwardDistance=a.maxRingBufferSize-16,a.runningState=2}let I=Qi(a),k=a.ringBufferSize-1,S=a.ringBuffer;for(;a.runningState!=10;)switch(a.runningState){case 2:if(a.metaBlockLength<0)throw"Invalid metablock length";K(a),I=Qi(a),k=a.ringBufferSize-1,S=a.ringBuffer;continue;case 3:We(a),a.runningState=4;case 4:if(a.metaBlockLength<=0){a.runningState=2;continue}a.halfOffset>2030&&Re(a),a.commandBlockLength==0&&Se(a),a.commandBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let E=te(a.commandTreeGroup,a.commandTreeIdx,a)<<2,G=u[E],Z=u[E+1],se=u[E+2];a.distanceCode=u[E+3],a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let we=G&255;a.insertLength=Z+(we<=16?ce(a,we):Hn(a,we)),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let ge=G>>8;a.copyLength=se+(ge<=16?ce(a,ge):Hn(a,ge)),a.j=0,a.runningState=7;case 7:if(a.trivialLiteralContext!=0){for(;a.j<a.insertLength;)if(a.halfOffset>2030&&Re(a),a.literalBlockLength==0&&x(a),a.literalBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),S[a.pos]=te(a.literalTreeGroup,a.literalTreeIdx,a),a.pos++,a.j++,a.pos>=I){a.nextRunningState=7,a.runningState=12;break}}else{let rr=S[a.pos-1&k]&255,$e=S[a.pos-2&k]&255;for(;a.j<a.insertLength;){a.halfOffset>2030&&Re(a),a.literalBlockLength==0&&x(a);let Gr=gt[a.contextLookupOffset1+rr]|gt[a.contextLookupOffset2+$e],ji=a.contextMap[a.contextMapSlice+Gr]&255;if(a.literalBlockLength--,$e=rr,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),rr=te(a.literalTreeGroup,ji,a),S[a.pos]=rr,a.pos++,a.j++,a.pos>=I){a.nextRunningState=7,a.runningState=12;break}}}if(a.runningState!=7)continue;if(a.metaBlockLength-=a.insertLength,a.metaBlockLength<=0){a.runningState=4;continue}let ue=a.distanceCode;if(ue<0)a.distance=a.rings[a.distRbIdx];else{a.halfOffset>2030&&Re(a),a.distanceBlockLength==0&&ie(a),a.distanceBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let rr=a.distContextMap[a.distContextMapSlice+ue]&255;if(ue=te(a.distanceTreeGroup,rr,a),ue<16){let $e=a.distRbIdx+n[ue]&3;if(a.distance=a.rings[$e]+i[ue],a.distance<0)throw"Negative distance"}else{let $e=a.distExtraBits[ue],Gr;a.bitOffset+$e<=32?Gr=ce(a,$e):(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),Gr=$e<=16?ce(a,$e):Hn(a,$e)),a.distance=a.distOffset[ue]+(Gr<<a.distancePostfixBits)}}if(a.maxDistance!=a.maxBackwardDistance&&a.pos<a.maxBackwardDistance?a.maxDistance=a.pos:a.maxDistance=a.maxBackwardDistance,a.distance>a.maxDistance){a.runningState=9;continue}if(ue>0&&(a.distRbIdx=a.distRbIdx+1&3,a.rings[a.distRbIdx]=a.distance),a.copyLength>a.metaBlockLength)throw"Invalid backward reference";a.j=0,a.runningState=8;case 8:let Ke=a.pos-a.distance&k,Ze=a.pos,Et=a.copyLength-a.j,Kr=Ke+Et,wn=Ze+Et;if(Kr<k&&wn<k){if(Et<12||Kr>Ze&&wn>Ke)for(let rr=0;rr<Et;rr+=4)S[Ze++]=S[Ke++],S[Ze++]=S[Ke++],S[Ze++]=S[Ke++],S[Ze++]=S[Ke++];else S.copyWithin(Ze,Ke,Kr);a.j+=Et,a.metaBlockLength-=Et,a.pos+=Et}else for(;a.j<a.copyLength;)if(S[a.pos]=S[a.pos-a.distance&k],a.metaBlockLength--,a.pos++,a.j++,a.pos>=I){a.nextRunningState=8,a.runningState=12;break}a.runningState==8&&(a.runningState=4);continue;case 9:$i(a,I);continue;case 14:if(a.pos+=xt(a,I),a.pos>=I){a.nextRunningState=14,a.runningState=12;return}a.runningState=4;continue;case 5:for(;a.metaBlockLength>0;)a.halfOffset>2030&&Re(a),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),ce(a,8),a.metaBlockLength--;a.runningState=2;continue;case 6:pr(a);continue;case 12:a.ringBufferBytesReady=tf(a.pos,a.ringBufferSize),a.runningState=13;case 13:if(ae(a)==0)return;a.pos>=a.maxBackwardDistance&&(a.maxDistance=a.maxBackwardDistance),a.pos>=a.ringBufferSize&&(a.pos>a.ringBufferSize&&S.copyWithin(0,a.ringBufferSize,a.pos),a.pos&=k,a.ringBufferBytesWritten=0),a.runningState=a.nextRunningState;continue;default:throw"Unexpected state "+a.runningState}if(a.runningState==10){if(a.metaBlockLength<0)throw"Invalid metablock length";X(a),mt(a,1)}}function v(a,I,k){this.numTransforms=0,this.triplets=new Int32Array(0),this.prefixSuffixStorage=new Int8Array(0),this.prefixSuffixHeads=new Int32Array(0),this.params=new Int16Array(0),this.numTransforms=a,this.triplets=new Int32Array(a*3),this.params=new Int16Array(a),this.prefixSuffixStorage=new Int8Array(I),this.prefixSuffixHeads=new Int32Array(k+1)}let m=new v(121,167,50);function d(a,I,k,S,E){let G=S.length,Z=1,se=0;for(let we=0;we<G;++we){let ge=S.charCodeAt(we);ge==35?I[Z++]=se:a[se++]=ge}for(let we=0;we<363;++we)k[we]=E.charCodeAt(we)-32}d(m.prefixSuffixStorage,m.prefixSuffixHeads,m.triplets,`# #s #, #e #.# the #.com/#\xC2\xA0# of # and # in # to #"#">#
10
+ `)+" "+r[1]:r[0]+e+" "+t.join(", ")+" "+r[1]}function ij(t){return Array.isArray(t)}ot.isArray=ij;function Mm(t){return typeof t=="boolean"}ot.isBoolean=Mm;function Op(t){return t===null}ot.isNull=Op;function OB(t){return t==null}ot.isNullOrUndefined=OB;function fj(t){return typeof t=="number"}ot.isNumber=fj;function Np(t){return typeof t=="string"}ot.isString=Np;function NB(t){return typeof t=="symbol"}ot.isSymbol=NB;function hf(t){return t===void 0}ot.isUndefined=hf;function Rp(t){return Vo(t)&&Lm(t)==="[object RegExp]"}ot.isRegExp=Rp;function Vo(t){return typeof t=="object"&&t!==null}ot.isObject=Vo;function Um(t){return Vo(t)&&Lm(t)==="[object Date]"}ot.isDate=Um;function Hp(t){return Vo(t)&&(Lm(t)==="[object Error]"||t instanceof Error)}ot.isError=Hp;function Dp(t){return typeof t=="function"}ot.isFunction=Dp;function RB(t){return t===null||typeof t=="boolean"||typeof t=="number"||typeof t=="string"||typeof t=="symbol"||typeof t=="undefined"}ot.isPrimitive=RB;ot.isBuffer=tj();function Lm(t){return Object.prototype.toString.call(t)}function Cm(t){return t<10?"0"+t.toString(10):t.toString(10)}var HB=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function DB(){var t=new Date,e=[Cm(t.getHours()),Cm(t.getMinutes()),Cm(t.getSeconds())].join(":");return[t.getDate(),HB[t.getMonth()],e].join(" ")}ot.log=function(){console.log("%s - %s",DB(),ot.format.apply(ot,arguments))};ot.inherits=rj();ot._extend=function(t,e){if(!e||!Vo(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t};function oj(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var so=typeof Symbol!="undefined"?Symbol("util.promisify.custom"):void 0;ot.promisify=function(e){if(typeof e!="function")throw new TypeError('The "original" argument must be of type Function');if(so&&e[so]){var r=e[so];if(typeof r!="function")throw new TypeError('The "util.promisify.custom" argument must be of type Function');return Object.defineProperty(r,so,{value:r,enumerable:!1,writable:!1,configurable:!0}),r}function r(){for(var n,i,f=new Promise(function(l,p){n=l,i=p}),o=[],s=0;s<arguments.length;s++)o.push(arguments[s]);o.push(function(l,p){l?i(l):n(p)});try{e.apply(this,o)}catch(l){i(l)}return f}return Object.setPrototypeOf(r,Object.getPrototypeOf(e)),so&&Object.defineProperty(r,so,{value:r,enumerable:!1,writable:!1,configurable:!0}),Object.defineProperties(r,nj(e))};ot.promisify.custom=so;function zB(t,e){if(!t){var r=new Error("Promise was rejected with a falsy value");r.reason=t,t=r}return e(t)}function FB(t){if(typeof t!="function")throw new TypeError('The "original" argument must be of type Function');function e(){for(var r=[],n=0;n<arguments.length;n++)r.push(arguments[n]);var i=r.pop();if(typeof i!="function")throw new TypeError("The last argument must be of type Function");var f=this,o=function(){return i.apply(f,arguments)};t.apply(this,r).then(function(s){process.nextTick(o,null,s)},function(s){process.nextTick(zB,s,o)})}return Object.setPrototypeOf(e,Object.getPrototypeOf(t)),Object.defineProperties(e,nj(t)),e}ot.callbackify=FB});var bf=ge((ii,Vm)=>{var zp=Ai(),pl=ii.Type={STOP:0,VOID:1,BOOL:2,BYTE:3,I08:3,DOUBLE:4,I16:6,I32:8,I64:10,STRING:11,UTF7:11,STRUCT:12,MAP:13,SET:14,LIST:15,UTF8:16,UTF16:17};ii.MessageType={CALL:1,REPLY:2,EXCEPTION:3,ONEWAY:4};ii.TException=Fp;function Fp(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}zp.inherits(Fp,Error);var PB=ii.TApplicationExceptionType={UNKNOWN:0,UNKNOWN_METHOD:1,INVALID_MESSAGE_TYPE:2,WRONG_METHOD_NAME:3,BAD_SEQUENCE_ID:4,MISSING_RESULT:5,INTERNAL_ERROR:6,PROTOCOL_ERROR:7,INVALID_TRANSFORM:8,INVALID_PROTOCOL:9,UNSUPPORTED_CLIENT_TYPE:10};ii.TApplicationException=Pp;function Pp(t,e){Fp.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.type=t||PB.UNKNOWN,this.name=this.constructor.name,this.message=e}zp.inherits(Pp,Fp);Pp.prototype.read=function(t){for(var e,r=t.readStructBegin("TApplicationException");r=t.readFieldBegin(),r.ftype!=pl.STOP;){switch(r.fid){case 1:r.ftype==pl.STRING?(r=t.readString(),this.message=r):r=t.skip(r.ftype);break;case 2:r.ftype==pl.I32?(r=t.readI32(),this.type=r):r=t.skip(r.ftype);break;default:r=t.skip(r.ftype);break}t.readFieldEnd()}t.readStructEnd()};Pp.prototype.write=function(t){t.writeStructBegin("TApplicationException"),this.message&&(t.writeFieldBegin("message",pl.STRING,1),t.writeString(this.message),t.writeFieldEnd()),this.code&&(t.writeFieldBegin("type",pl.I32,2),t.writeI32(this.code),t.writeFieldEnd()),t.writeFieldStop(),t.writeStructEnd()};var U2=ii.TProtocolExceptionType={UNKNOWN:0,INVALID_DATA:1,NEGATIVE_SIZE:2,SIZE_LIMIT:3,BAD_VERSION:4,NOT_IMPLEMENTED:5,DEPTH_LIMIT:6};ii.TProtocolException=sj;function sj(t,e){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.type=t,this.message=e}zp.inherits(sj,Error);ii.objectLength=function(t){return Object.keys(t).length};ii.inherits=function(t,e){zp.inherits(t,e)};var Mp,Up;Mp=function(t,e){if(!t)return t;var r;e.shift===void 0?r=e:r=e[0];var n=r,i=t.length,f=[],o,s;for(o=0;o<i;o++)s=t[o],r===null?f.push(s):r===Up||r===Mp?f.push(r(s,e.slice(1))):f.push(new n(s));return f};Up=function(t,e){if(!t)return t;var r;e.shift===void 0?r=e:r=e[0];var n=r,i={},f;for(var o in t)t.hasOwnProperty(o)&&(f=t[o],r===null?i[o]=f:r===Up||r===Mp?i[o]=r(f,e.slice(1)):i[o]=new n(f));return i};Vm.exports.copyMap=Up;Vm.exports.copyList=Mp});var aj=ge((L2,lj)=>{var Wo=null;typeof WebSocket!="undefined"?Wo=WebSocket:typeof MozWebSocket!="undefined"?Wo=MozWebSocket:typeof global!="undefined"?Wo=global.WebSocket||global.MozWebSocket:typeof window!="undefined"?Wo=window.WebSocket||window.MozWebSocket:typeof self!="undefined"&&(Wo=self.WebSocket||self.MozWebSocket);lj.exports=Wo});var Ym=ge((C2,Wm)=>{"use strict";var Yo=typeof Reflect=="object"?Reflect:null,pj=Yo&&typeof Yo.apply=="function"?Yo.apply:function(e,r,n){return Function.prototype.apply.call(e,r,n)},Lp;Yo&&typeof Yo.ownKeys=="function"?Lp=Yo.ownKeys:Object.getOwnPropertySymbols?Lp=function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Lp=function(e){return Object.getOwnPropertyNames(e)};function MB(t){console&&console.warn&&console.warn(t)}var uj=Number.isNaN||function(e){return e!==e};function ht(){ht.init.call(this)}Wm.exports=ht;Wm.exports.once=VB;ht.EventEmitter=ht;ht.prototype._events=void 0;ht.prototype._eventsCount=0;ht.prototype._maxListeners=void 0;var cj=10;function Cp(t){if(typeof t!="function")throw new TypeError('The "listener" argument must be of type Function. Received type '+typeof t)}Object.defineProperty(ht,"defaultMaxListeners",{enumerable:!0,get:function(){return cj},set:function(t){if(typeof t!="number"||t<0||uj(t))throw new RangeError('The value of "defaultMaxListeners" is out of range. It must be a non-negative number. Received '+t+".");cj=t}});ht.init=function(){(this._events===void 0||this._events===Object.getPrototypeOf(this)._events)&&(this._events=Object.create(null),this._eventsCount=0),this._maxListeners=this._maxListeners||void 0};ht.prototype.setMaxListeners=function(e){if(typeof e!="number"||e<0||uj(e))throw new RangeError('The value of "n" is out of range. It must be a non-negative number. Received '+e+".");return this._maxListeners=e,this};function mj(t){return t._maxListeners===void 0?ht.defaultMaxListeners:t._maxListeners}ht.prototype.getMaxListeners=function(){return mj(this)};ht.prototype.emit=function(e){for(var r=[],n=1;n<arguments.length;n++)r.push(arguments[n]);var i=e==="error",f=this._events;if(f!==void 0)i=i&&f.error===void 0;else if(!i)return!1;if(i){var o;if(r.length>0&&(o=r[0]),o instanceof Error)throw o;var s=new Error("Unhandled error."+(o?" ("+o.message+")":""));throw s.context=o,s}var l=f[e];if(l===void 0)return!1;if(typeof l=="function")pj(l,this,r);else for(var p=l.length,u=gj(l,p),n=0;n<p;++n)pj(u[n],this,r);return!0};function dj(t,e,r,n){var i,f,o;if(Cp(r),f=t._events,f===void 0?(f=t._events=Object.create(null),t._eventsCount=0):(f.newListener!==void 0&&(t.emit("newListener",e,r.listener?r.listener:r),f=t._events),o=f[e]),o===void 0)o=f[e]=r,++t._eventsCount;else if(typeof o=="function"?o=f[e]=n?[r,o]:[o,r]:n?o.unshift(r):o.push(r),i=mj(t),i>0&&o.length>i&&!o.warned){o.warned=!0;var s=new Error("Possible EventEmitter memory leak detected. "+o.length+" "+String(e)+" listeners added. Use emitter.setMaxListeners() to increase limit");s.name="MaxListenersExceededWarning",s.emitter=t,s.type=e,s.count=o.length,MB(s)}return t}ht.prototype.addListener=function(e,r){return dj(this,e,r,!1)};ht.prototype.on=ht.prototype.addListener;ht.prototype.prependListener=function(e,r){return dj(this,e,r,!0)};function UB(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,arguments.length===0?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function wj(t,e,r){var n={fired:!1,wrapFn:void 0,target:t,type:e,listener:r},i=UB.bind(n);return i.listener=r,n.wrapFn=i,i}ht.prototype.once=function(e,r){return Cp(r),this.on(e,wj(this,e,r)),this};ht.prototype.prependOnceListener=function(e,r){return Cp(r),this.prependListener(e,wj(this,e,r)),this};ht.prototype.removeListener=function(e,r){var n,i,f,o,s;if(Cp(r),i=this._events,i===void 0)return this;if(n=i[e],n===void 0)return this;if(n===r||n.listener===r)--this._eventsCount==0?this._events=Object.create(null):(delete i[e],i.removeListener&&this.emit("removeListener",e,n.listener||r));else if(typeof n!="function"){for(f=-1,o=n.length-1;o>=0;o--)if(n[o]===r||n[o].listener===r){s=n[o].listener,f=o;break}if(f<0)return this;f===0?n.shift():LB(n,f),n.length===1&&(i[e]=n[0]),i.removeListener!==void 0&&this.emit("removeListener",e,s||r)}return this};ht.prototype.off=ht.prototype.removeListener;ht.prototype.removeAllListeners=function(e){var r,n,i;if(n=this._events,n===void 0)return this;if(n.removeListener===void 0)return arguments.length===0?(this._events=Object.create(null),this._eventsCount=0):n[e]!==void 0&&(--this._eventsCount==0?this._events=Object.create(null):delete n[e]),this;if(arguments.length===0){var f=Object.keys(n),o;for(i=0;i<f.length;++i)o=f[i],o!=="removeListener"&&this.removeAllListeners(o);return this.removeAllListeners("removeListener"),this._events=Object.create(null),this._eventsCount=0,this}if(r=n[e],typeof r=="function")this.removeListener(e,r);else if(r!==void 0)for(i=r.length-1;i>=0;i--)this.removeListener(e,r[i]);return this};function hj(t,e,r){var n=t._events;if(n===void 0)return[];var i=n[e];return i===void 0?[]:typeof i=="function"?r?[i.listener||i]:[i]:r?CB(i):gj(i,i.length)}ht.prototype.listeners=function(e){return hj(this,e,!0)};ht.prototype.rawListeners=function(e){return hj(this,e,!1)};ht.listenerCount=function(t,e){return typeof t.listenerCount=="function"?t.listenerCount(e):bj.call(t,e)};ht.prototype.listenerCount=bj;function bj(t){var e=this._events;if(e!==void 0){var r=e[t];if(typeof r=="function")return 1;if(r!==void 0)return r.length}return 0}ht.prototype.eventNames=function(){return this._eventsCount>0?Lp(this._events):[]};function gj(t,e){for(var r=new Array(e),n=0;n<e;++n)r[n]=t[n];return r}function LB(t,e){for(;e+1<t.length;e++)t[e]=t[e+1];t.pop()}function CB(t){for(var e=new Array(t.length),r=0;r<e.length;++r)e[r]=t[r].listener||t[r];return e}function VB(t,e){return new Promise(function(r,n){function i(o){t.removeListener(e,f),n(o)}function f(){typeof t.removeListener=="function"&&t.removeListener("error",i),r([].slice.call(arguments))}jj(t,e,f,{once:!0}),e!=="error"&&WB(t,i,{once:!0})})}function WB(t,e,r){typeof t.on=="function"&&jj(t,"error",e,r)}function jj(t,e,r,n){if(typeof t.on=="function")n.once?t.once(e,r):t.on(e,r);else if(typeof t.addEventListener=="function")t.addEventListener(e,function i(f){n.once&&t.removeEventListener(e,i),r(f)});else throw new TypeError('The "emitter" argument must be of type EventEmitter. Received type '+typeof t)}});var Vp=ge(gf=>{var Km=Math.pow(2,8),YB=Math.pow(2,16),yj=Math.pow(2,24),vj=Math.pow(2,32),KB=Math.pow(2,40),GB=Math.pow(2,48),Gm=Math.pow(2,52),JB=Math.pow(2,1022);gf.readByte=function(t){return t>127?t-256:t};gf.readI16=function(t,e){e=e||0;var r=t[e+1];return r+=t[e]<<8,t[e]&128&&(r-=YB),r};gf.readI32=function(t,e){e=e||0;var r=t[e+3];return r+=t[e+2]<<8,r+=t[e+1]<<16,r+=t[e]*yj,t[e]&128&&(r-=vj),r};gf.writeI16=function(t,e){return t[1]=e&255,e>>=8,t[0]=e&255,t};gf.writeI32=function(t,e){return t[3]=e&255,e>>=8,t[2]=e&255,e>>=8,t[1]=e&255,e>>=8,t[0]=e&255,t};gf.readDouble=function(t,e){e=e||0;var r=t[e]&128,n=(t[e+1]&240)>>4;n+=(t[e]&127)<<4;var i=t[e+7];switch(i+=t[e+6]<<8,i+=t[e+5]<<16,i+=t[e+4]*yj,i+=t[e+3]*vj,i+=t[e+2]*KB,i+=(t[e+1]&15)*GB,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=Gm,n-=1023}return r&&(i*=-1),i*Math.pow(2,n-52)};gf.writeDouble=function(t,e){var r,n,i;return t[0]=e<0?128:0,e=Math.abs(e),e!==e?(r=2251799813685248,n=2047):e===1/0?(r=0,n=2047):(n=Math.floor(Math.log(e)/Math.LN2),i=Math.pow(2,-n),e*i<1&&(n--,i*=2),n+1023>=2047?(r=0,n=2047):n+1023>=1?(r=(e*i-1)*Gm,n+=1023):(r=e*JB*Gm,n=0)),t[1]=n<<4&240,t[0]|=n>>4&127,t[7]=r&255,r=Math.floor(r/Km),t[6]=r&255,r=Math.floor(r/Km),t[5]=r&255,r=Math.floor(r/Km),t[4]=r&255,r>>=8,t[3]=r&255,r>>=8,t[2]=r&255,r>>=8,t[1]|=r&15,t}});var lo=ge((W2,_j)=>{var XB=Ai();_j.exports=qj;function qj(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}XB.inherits(qj,Error)});var Yp=ge(Oi=>{var ZB=Ai(),Ko=function(){},kj=console.log,Wp="error";function ul(t){return function(){var e=["thrift: ["+t+"] "].concat(Array.from(arguments));return kj(ZB.format.apply(null,e))}}var Jm=Ko,Xm=Ko,Zm=Ko,Qm=Ko,$m=Ko;Oi.setLogFunc=function(t){kj=t};var QB=Oi.setLogLevel=function(t){switch(Jm=Xm=Zm=Qm=$m=Ko,Wp=t,Wp){case"trace":Jm=ul("TRACE");case"debug":Xm=ul("DEBUG");case"error":Zm=ul("ERROR");case"warning":Qm=ul("WARN");case"info":$m=ul("INFO")}};QB(Wp);Oi.getLogLevel=function(){return Wp};Oi.trace=function(){return Jm.apply(null,arguments)};Oi.debug=function(){return Xm.apply(null,arguments)};Oi.error=function(){return Zm.apply(null,arguments)};Oi.warning=function(){return Qm.apply(null,arguments)};Oi.info=function(){return $m.apply(null,arguments)}});var rd=ge((K2,Tj)=>{var $B=Yp(),Ni=qn(),Ft=bf(),vt=Ft.Type;Tj.exports=G;var ed=Math.pow(2,8),eI=Math.pow(2,24),tI=Math.pow(2,32),rI=Math.pow(2,40),nI=Math.pow(2,48),td=Math.pow(2,52),iI=Math.pow(2,1022);function G(t){this.trans=t,this.lastField_=[],this.lastFieldId_=0,this.string_limit_=0,this.string_buf_=null,this.string_buf_size_=0,this.container_limit_=0,this.booleanField_={name:null,hasBoolValue:!1},this.boolValue_={hasBoolValue:!1,boolValue:!1}}G.PROTOCOL_ID=-126;G.VERSION_N=1;G.VERSION_MASK=31;G.TYPE_MASK=-32;G.TYPE_BITS=7;G.TYPE_SHIFT_AMOUNT=5;G.Types={CT_STOP:0,CT_BOOLEAN_TRUE:1,CT_BOOLEAN_FALSE:2,CT_BYTE:3,CT_I16:4,CT_I32:5,CT_I64:6,CT_DOUBLE:7,CT_BINARY:8,CT_LIST:9,CT_SET:10,CT_MAP:11,CT_STRUCT:12};G.TTypeToCType=[G.Types.CT_STOP,0,G.Types.CT_BOOLEAN_TRUE,G.Types.CT_BYTE,G.Types.CT_DOUBLE,0,G.Types.CT_I16,0,G.Types.CT_I32,0,G.Types.CT_I64,G.Types.CT_BINARY,G.Types.CT_STRUCT,G.Types.CT_MAP,G.Types.CT_SET,G.Types.CT_LIST];G.prototype.getTransport=function(){return this.trans};G.prototype.getCompactType=function(t){return G.TTypeToCType[t]};G.prototype.getTType=function(t){switch(t){case vt.STOP:return vt.STOP;case G.Types.CT_BOOLEAN_FALSE:case G.Types.CT_BOOLEAN_TRUE:return vt.BOOL;case G.Types.CT_BYTE:return vt.BYTE;case G.Types.CT_I16:return vt.I16;case G.Types.CT_I32:return vt.I32;case G.Types.CT_I64:return vt.I64;case G.Types.CT_DOUBLE:return vt.DOUBLE;case G.Types.CT_BINARY:return vt.STRING;case G.Types.CT_LIST:return vt.LIST;case G.Types.CT_SET:return vt.SET;case G.Types.CT_MAP:return vt.MAP;case G.Types.CT_STRUCT:return vt.STRUCT;default:throw new Ft.TProtocolException(Ft.TProtocolExceptionType.INVALID_DATA,"Unknown type: "+t)}return vt.STOP};G.prototype.flush=function(){return this.trans.flush()};G.prototype.writeMessageBegin=function(t,e,r){this.writeByte(G.PROTOCOL_ID),this.writeByte(G.VERSION_N&G.VERSION_MASK|e<<G.TYPE_SHIFT_AMOUNT&G.TYPE_MASK),this.writeVarint32(r),this.writeString(t),this._seqid?$B.warning("SeqId already set",{name:t}):(this._seqid=r,this.trans.setCurrSeqId(r))};G.prototype.writeMessageEnd=function(){};G.prototype.writeStructBegin=function(t){this.lastField_.push(this.lastFieldId_),this.lastFieldId_=0};G.prototype.writeStructEnd=function(){this.lastFieldId_=this.lastField_.pop()};G.prototype.writeFieldBegin=function(t,e,r){if(e!=vt.BOOL)return this.writeFieldBeginInternal(t,e,r,-1);this.booleanField_.name=t,this.booleanField_.fieldType=e,this.booleanField_.fieldId=r};G.prototype.writeFieldEnd=function(){};G.prototype.writeFieldStop=function(){this.writeByte(G.Types.CT_STOP)};G.prototype.writeMapBegin=function(t,e,r){r===0?this.writeByte(0):(this.writeVarint32(r),this.writeByte(this.getCompactType(t)<<4|this.getCompactType(e)))};G.prototype.writeMapEnd=function(){};G.prototype.writeListBegin=function(t,e){this.writeCollectionBegin(t,e)};G.prototype.writeListEnd=function(){};G.prototype.writeSetBegin=function(t,e){this.writeCollectionBegin(t,e)};G.prototype.writeSetEnd=function(){};G.prototype.writeBool=function(t){this.booleanField_.name!==null?(this.writeFieldBeginInternal(this.booleanField_.name,this.booleanField_.fieldType,this.booleanField_.fieldId,t?G.Types.CT_BOOLEAN_TRUE:G.Types.CT_BOOLEAN_FALSE),this.booleanField_.name=null):this.writeByte(t?G.Types.CT_BOOLEAN_TRUE:G.Types.CT_BOOLEAN_FALSE)};G.prototype.writeByte=function(t){this.trans.write(new Buffer([t]))};G.prototype.writeI16=function(t){this.writeVarint32(this.i32ToZigzag(t))};G.prototype.writeI32=function(t){this.writeVarint32(this.i32ToZigzag(t))};G.prototype.writeI64=function(t){this.writeVarint64(this.i64ToZigzag(t))};G.prototype.writeDouble=function(t){var e=new Buffer(8),r,n,i;e[7]=t<0?128:0,t=Math.abs(t),t!==t?(r=2251799813685248,n=2047):t===1/0?(r=0,n=2047):(n=Math.floor(Math.log(t)/Math.LN2),i=Math.pow(2,-n),t*i<1&&(n--,i*=2),n+1023>=2047?(r=0,n=2047):n+1023>=1?(r=(t*i-1)*td,n+=1023):(r=t*iI*td,n=0)),e[6]=n<<4&240,e[7]|=n>>4&127,e[0]=r&255,r=Math.floor(r/ed),e[1]=r&255,r=Math.floor(r/ed),e[2]=r&255,r=Math.floor(r/ed),e[3]=r&255,r>>=8,e[4]=r&255,r>>=8,e[5]=r&255,r>>=8,e[6]|=r&15,this.trans.write(e)};G.prototype.writeStringOrBinary=function(t,e,r){if(typeof r=="string")this.writeVarint32(Buffer.byteLength(r,e)),this.trans.write(new Buffer(r,e));else if(r instanceof Buffer||Object.prototype.toString.call(r)=="[object Uint8Array]")this.writeVarint32(r.length),this.trans.write(r);else throw new Error(t+" called without a string/Buffer argument: "+r)};G.prototype.writeString=function(t){this.writeStringOrBinary("writeString","utf8",t)};G.prototype.writeBinary=function(t){this.writeStringOrBinary("writeBinary","binary",t)};G.prototype.writeFieldBeginInternal=function(t,e,r,n){var i=n==-1?this.getCompactType(e):n;r>this.lastFieldId_&&r-this.lastFieldId_<=15?this.writeByte(r-this.lastFieldId_<<4|i):(this.writeByte(i),this.writeI16(r)),this.lastFieldId_=r};G.prototype.writeCollectionBegin=function(t,e){e<=14?this.writeByte(e<<4|this.getCompactType(t)):(this.writeByte(240|this.getCompactType(t)),this.writeVarint32(e))};G.prototype.writeVarint32=function(t){for(var e=new Buffer(5),r=0;;)if((t&~127)==0){e[r++]=t;break}else e[r++]=t&127|128,t=t>>>7;var n=new Buffer(r);e.copy(n,0,0,r),this.trans.write(n)};G.prototype.writeVarint64=function(t){if(typeof t=="number"&&(t=new Ni(t)),!(t instanceof Ni))throw new Ft.TProtocolException(Ft.TProtocolExceptionType.INVALID_DATA,"Expected Int64 or Number, found: "+t);for(var e=new Buffer(10),r=0,n=t.buffer.readUInt32BE(0,!0),i=t.buffer.readUInt32BE(4,!0),f=0;;)if((i&~127)==0&&n===0){e[r++]=i;break}else e[r++]=i&127|128,f=n<<25,i=i>>>7,n=n>>>7,i=i|f;var o=new Buffer(r);e.copy(o,0,0,r),this.trans.write(o)};G.prototype.i64ToZigzag=function(t){if(typeof t=="string"?t=new Ni(parseInt(t,10)):typeof t=="number"&&(t=new Ni(t)),!(t instanceof Ni))throw new Ft.TProtocolException(Ft.TProtocolExceptionType.INVALID_DATA,"Expected Int64 or Number, found: "+t);var e=t.buffer.readUInt32BE(0,!0),r=t.buffer.readUInt32BE(4,!0),n=e>>>31;return e=(e<<1|r>>>31)^(n?4294967295:0),r=r<<1^(n?4294967295:0),new Ni(e,r)};G.prototype.i32ToZigzag=function(t){return t<<1^(t&2147483648?4294967295:0)};G.prototype.readMessageBegin=function(){var t=this.trans.readByte();if(t!=G.PROTOCOL_ID)throw new Ft.TProtocolException(Ft.TProtocolExceptionType.BAD_VERSION,"Bad protocol identifier "+t);var e=this.trans.readByte(),r=e&G.VERSION_MASK;if(r!=G.VERSION_N)throw new Ft.TProtocolException(Ft.TProtocolExceptionType.BAD_VERSION,"Bad protocol version "+r);var n=e>>G.TYPE_SHIFT_AMOUNT&G.TYPE_BITS,i=this.readVarint32(),f=this.readString();return{fname:f,mtype:n,rseqid:i}};G.prototype.readMessageEnd=function(){};G.prototype.readStructBegin=function(){return this.lastField_.push(this.lastFieldId_),this.lastFieldId_=0,{fname:""}};G.prototype.readStructEnd=function(){this.lastFieldId_=this.lastField_.pop()};G.prototype.readFieldBegin=function(){var t=0,e=this.trans.readByte(e),r=e&15;if(r==G.Types.CT_STOP)return{fname:null,ftype:Ft.Type.STOP,fid:0};var n=(e&240)>>>4;n===0?t=this.readI16():t=this.lastFieldId_+n;var i=this.getTType(r);return(r==G.Types.CT_BOOLEAN_TRUE||r==G.Types.CT_BOOLEAN_FALSE)&&(this.boolValue_.hasBoolValue=!0,this.boolValue_.boolValue=r==G.Types.CT_BOOLEAN_TRUE),this.lastFieldId_=t,{fname:null,ftype:i,fid:t}};G.prototype.readFieldEnd=function(){};G.prototype.readMapBegin=function(){var t=this.readVarint32();if(t<0)throw new Ft.TProtocolException(Ft.TProtocolExceptionType.NEGATIVE_SIZE,"Negative map size");var e=0;t!==0&&(e=this.trans.readByte());var r=this.getTType((e&240)>>>4),n=this.getTType(e&15);return{ktype:r,vtype:n,size:t}};G.prototype.readMapEnd=function(){};G.prototype.readListBegin=function(){var t=this.trans.readByte(),e=t>>>4&15;if(e==15&&(e=this.readVarint32()),e<0)throw new Ft.TProtocolException(Ft.TProtocolExceptionType.NEGATIVE_SIZE,"Negative list size");var r=this.getTType(t&15);return{etype:r,size:e}};G.prototype.readListEnd=function(){};G.prototype.readSetBegin=function(){return this.readListBegin()};G.prototype.readSetEnd=function(){};G.prototype.readBool=function(){var t=!1,e=0;if(this.boolValue_.hasBoolValue===!0)t=this.boolValue_.boolValue,this.boolValue_.hasBoolValue=!1;else{var r=this.trans.readByte();e=r.rsize,t=r.value==G.Types.CT_BOOLEAN_TRUE}return t};G.prototype.readByte=function(){return this.trans.readByte()};G.prototype.readI16=function(){return this.readI32()};G.prototype.readI32=function(){return this.zigzagToI32(this.readVarint32())};G.prototype.readI64=function(){return this.zigzagToI64(this.readVarint64())};G.prototype.readDouble=function(){var t=this.trans.read(8),e=0,r=t[e+7]&128,n=(t[e+6]&240)>>4;n+=(t[e+7]&127)<<4;var i=t[e];switch(i+=t[e+1]<<8,i+=t[e+2]<<16,i+=t[e+3]*eI,i+=t[e+4]*tI,i+=t[e+5]*rI,i+=(t[e+6]&15)*nI,n){case 0:n=-1022;break;case 2047:return i?NaN:r?-1/0:1/0;default:i+=td,n-=1023}return r&&(i*=-1),i*Math.pow(2,n-52)};G.prototype.readBinary=function(){var t=this.readVarint32();if(t===0)return new Buffer(0);if(t<0)throw new Ft.TProtocolException(Ft.TProtocolExceptionType.NEGATIVE_SIZE,"Negative binary size");return this.trans.read(t)};G.prototype.readString=function(){var t=this.readVarint32();if(t===0)return"";if(t<0)throw new Ft.TProtocolException(Ft.TProtocolExceptionType.NEGATIVE_SIZE,"Negative string size");return this.trans.readString(t)};G.prototype.readVarint32=function(){return this.readVarint64().toNumber()};G.prototype.readVarint64=function(){for(var t=0,e=0,r=0,n=0;;){var i=this.trans.readByte();if(t++,n<=25?e=e|(i&127)<<n:25<n&&n<32?(e=e|(i&127)<<n,r=r|(i&127)>>>32-n):r=r|(i&127)<<n-32,n+=7,!(i&128))break;if(t>=10)throw new Ft.TProtocolException(Ft.TProtocolExceptionType.INVALID_DATA,"Variable-length int over 10 bytes.")}return new Ni(r,e)};G.prototype.zigzagToI32=function(t){return t>>>1^-1*(t&1)};G.prototype.zigzagToI64=function(t){var e=t.buffer.readUInt32BE(0,!0),r=t.buffer.readUInt32BE(4,!0),n=new Ni(e&0,r&1);n._2scomp();var i=n.buffer.readUInt32BE(0,!0),f=n.buffer.readUInt32BE(4,!0),o=e<<31;return e=e>>>1^i,r=(r>>>1|o)^f,new Ni(e,r)};G.prototype.skip=function(t){switch(t){case vt.BOOL:this.readBool();break;case vt.BYTE:this.readByte();break;case vt.I16:this.readI16();break;case vt.I32:this.readI32();break;case vt.I64:this.readI64();break;case vt.DOUBLE:this.readDouble();break;case vt.STRING:this.readString();break;case vt.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===vt.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case vt.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case vt.SET:for(var i=this.readSetBegin(),f=0;f<i.size;++f)this.skip(i.etype);this.readSetEnd();break;case vt.LIST:for(var o=this.readListBegin(),s=0;s<o.size;++s)this.skip(o.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var fd=ge((G2,Ej)=>{var Bj=Yp(),nd=Vp(),Ij=qn(),Ri=bf(),Dr=Ri.Type;Ej.exports=qe;var Sj=-65536,id=-2147418112,xj=255;qe.VERSION_MASK=Sj;qe.VERSION_1=id;qe.TYPE_MASK=xj;function qe(t,e,r){this.trans=t,this.strictRead=e!==void 0?e:!1,this.strictWrite=r!==void 0?r:!0,this._seqid=null}qe.prototype.flush=function(){return this.trans.flush()};qe.prototype.writeMessageBegin=function(t,e,r){this.strictWrite?(this.writeI32(id|e),this.writeString(t),this.writeI32(r)):(this.writeString(t),this.writeByte(e),this.writeI32(r)),this._seqid!==null?Bj.warning("SeqId already set",{name:t}):(this._seqid=r,this.trans.setCurrSeqId(r))};qe.prototype.writeMessageEnd=function(){this._seqid!==null?this._seqid=null:Bj.warning("No seqid to unset")};qe.prototype.writeStructBegin=function(t){};qe.prototype.writeStructEnd=function(){};qe.prototype.writeFieldBegin=function(t,e,r){this.writeByte(e),this.writeI16(r)};qe.prototype.writeFieldEnd=function(){};qe.prototype.writeFieldStop=function(){this.writeByte(Dr.STOP)};qe.prototype.writeMapBegin=function(t,e,r){this.writeByte(t),this.writeByte(e),this.writeI32(r)};qe.prototype.writeMapEnd=function(){};qe.prototype.writeListBegin=function(t,e){this.writeByte(t),this.writeI32(e)};qe.prototype.writeListEnd=function(){};qe.prototype.writeSetBegin=function(t,e){this.writeByte(t),this.writeI32(e)};qe.prototype.writeSetEnd=function(){};qe.prototype.writeBool=function(t){t?this.writeByte(1):this.writeByte(0)};qe.prototype.writeByte=function(t){this.trans.write(new Buffer([t]))};qe.prototype.writeI16=function(t){this.trans.write(nd.writeI16(new Buffer(2),t))};qe.prototype.writeI32=function(t){this.trans.write(nd.writeI32(new Buffer(4),t))};qe.prototype.writeI64=function(t){t.buffer?this.trans.write(t.buffer):this.trans.write(new Ij(t).buffer)};qe.prototype.writeDouble=function(t){this.trans.write(nd.writeDouble(new Buffer(8),t))};qe.prototype.writeStringOrBinary=function(t,e,r){if(typeof r=="string")this.writeI32(Buffer.byteLength(r,e)),this.trans.write(new Buffer(r,e));else if(r instanceof Buffer||Object.prototype.toString.call(r)=="[object Uint8Array]")this.writeI32(r.length),this.trans.write(r);else throw new Error(t+" called without a string/Buffer argument: "+r)};qe.prototype.writeString=function(t){this.writeStringOrBinary("writeString","utf8",t)};qe.prototype.writeBinary=function(t){this.writeStringOrBinary("writeBinary","binary",t)};qe.prototype.readMessageBegin=function(){var t=this.readI32(),e,r,n;if(t<0){var i=t&Sj;if(i!=id)throw new Ri.TProtocolException(Ri.TProtocolExceptionType.BAD_VERSION,"Bad version in readMessageBegin: "+t);e=t&xj,r=this.readString(),n=this.readI32()}else{if(this.strictRead)throw new Ri.TProtocolException(Ri.TProtocolExceptionType.BAD_VERSION,"No protocol version header");r=this.trans.read(t),e=this.readByte(),n=this.readI32()}return{fname:r,mtype:e,rseqid:n}};qe.prototype.readMessageEnd=function(){};qe.prototype.readStructBegin=function(){return{fname:""}};qe.prototype.readStructEnd=function(){};qe.prototype.readFieldBegin=function(){var t=this.readByte();if(t==Dr.STOP)return{fname:null,ftype:t,fid:0};var e=this.readI16();return{fname:null,ftype:t,fid:e}};qe.prototype.readFieldEnd=function(){};qe.prototype.readMapBegin=function(){var t=this.readByte(),e=this.readByte(),r=this.readI32();return{ktype:t,vtype:e,size:r}};qe.prototype.readMapEnd=function(){};qe.prototype.readListBegin=function(){var t=this.readByte(),e=this.readI32();return{etype:t,size:e}};qe.prototype.readListEnd=function(){};qe.prototype.readSetBegin=function(){var t=this.readByte(),e=this.readI32();return{etype:t,size:e}};qe.prototype.readSetEnd=function(){};qe.prototype.readBool=function(){var t=this.readByte();return t!==0};qe.prototype.readByte=function(){return this.trans.readByte()};qe.prototype.readI16=function(){return this.trans.readI16()};qe.prototype.readI32=function(){return this.trans.readI32()};qe.prototype.readI64=function(){var t=this.trans.read(8);return new Ij(t)};qe.prototype.readDouble=function(){return this.trans.readDouble()};qe.prototype.readBinary=function(){var t=this.readI32();if(t===0)return new Buffer(0);if(t<0)throw new Ri.TProtocolException(Ri.TProtocolExceptionType.NEGATIVE_SIZE,"Negative binary size");return this.trans.read(t)};qe.prototype.readString=function(){var t=this.readI32();if(t===0)return"";if(t<0)throw new Ri.TProtocolException(Ri.TProtocolExceptionType.NEGATIVE_SIZE,"Negative string size");return this.trans.readString(t)};qe.prototype.getTransport=function(){return this.trans};qe.prototype.skip=function(t){switch(t){case Dr.BOOL:this.readBool();break;case Dr.BYTE:this.readByte();break;case Dr.I16:this.readI16();break;case Dr.I32:this.readI32();break;case Dr.I64:this.readI64();break;case Dr.DOUBLE:this.readDouble();break;case Dr.STRING:this.readString();break;case Dr.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===Dr.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case Dr.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case Dr.SET:for(var i=this.readSetBegin(),f=0;f<i.size;++f)this.skip(i.etype);this.readSetEnd();break;case Dr.LIST:for(var o=this.readListBegin(),s=0;s<o.size;++s)this.skip(o.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var od=ge((J2,Dj)=>{var fI=Ai(),Kp=rd(),Aj=fd(),oI=lo();function cl(t){Error.call(this),Error.captureStackTrace!==void 0&&Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.message=t}fI.inherits(cl,Error);Dj.exports=Yt;var sI=0,lI=1,aI=0,pI=32/8,uI=48/8,cI=64/8,mI=96/8,Oj=112/8,Nj=4095,Rj=1,dI=1073741823;function Hi(t){var e=ml();this.outputBuffer=null;var r=this;this.transport=new e(null,function(n){r.outputBuffer=n}),this.transport.inBuf=t||Buffer.alloc(0),this.transport.writeCursor=this.transport.inBuf.length,this.protocol=new Kp(this.transport)}Hi.prototype.readVarint32=function(){return this.protocol.readVarint32()};Hi.prototype.writeVarint32=function(t){this.protocol.writeVarint32(t)};Hi.prototype.readString=function(){return this.protocol.readString()};Hi.prototype.writeString=function(t){this.protocol.writeString(t)};Hi.prototype.getOutCount=function(){return this.transport.outCount};Hi.prototype.write=function(t){this.transport.write(t)};Hi.prototype.toBuffer=function(){return this.transport.flush(),this.outputBuffer};Yt.SubprotocolId={BINARY:0,JSON:1,COMPACT:2};function Yt(){this.maxFrameSize=dI,this.protocolId=Yt.SubprotocolId.BINARY,this.rheaders={},this.wheaders={},this.inBuf=Buffer.alloc(0),this.outCount=0,this.flags=null,this.seqid=0,this.shouldWriteHeaders=!0}var Hj=function(t,e){if(typeof t!="string"||typeof e!="string")throw new cl("Header key and values must be strings")},wI=function(t){for(var e=Object.keys(Yt.SubprotocolId),r=0;r<e.length;r++)if(t===Yt.SubprotocolId[e[r]])return!0;throw new Error(t+" is not a valid protocol id")};Yt.prototype.setSeqId=function(t){this.seqid=t};Yt.prototype.getSeqId=function(t){return this.seqid};Yt.prototype.setFlags=function(t){this.flags=t};Yt.prototype.getReadHeaders=function(){return this.rheaders};Yt.prototype.setReadHeader=function(t,e){Hj(t,e),this.rheaders[t]=e};Yt.prototype.clearReadHeaders=function(){this.rheaders={}};Yt.prototype.getWriteHeaders=function(){return this.wheaders};Yt.prototype.setWriteHeader=function(t,e){Hj(t,e),this.wheaders[t]=e};Yt.prototype.clearWriteHeaders=function(){this.wheaders={}};Yt.prototype.setMaxFrameSize=function(t){this.maxFrameSize=t};Yt.prototype.setProtocolId=function(t){wI(t),this.protocolId=t};Yt.prototype.getProtocolId=function(){return this.protocolId};var hI=function(t){var e=t.readInt32BE();return(e&Aj.VERSION_MASK)===Aj.VERSION_1},bI=function(t){var e=t.readInt8(sI),r=t.readInt8(lI);return e===Kp.PROTOCOL_ID&&(r&Kp.VERSION_MASK)===Kp.VERSION_N};Yt.prototype.readHeaders=function(){var t=this.inBuf,e=!1;if(hI(t)&&(this.setProtocolId(Yt.SubprotocolId.BINARY),e=!0),bI(t)&&(this.setProtocolId(Yt.SubprotocolId.COMPACT),e=!0),e){this.shouldWriteHeaders=!1;return}var r=t.readInt32BE(aI);if(r>this.maxFrameSize)throw new cl("Frame exceeds maximum frame size");var n=t.readInt16BE(pI);if(this.shouldWriteHeaders=n===Nj,!!this.shouldWriteHeaders){this.setFlags(t.readInt16BE(uI)),this.setSeqId(t.readInt32BE(cI));var i=t.readInt16BE(mI)*4,f=Oj+i;if(f>t.length)throw new cl("Header size is greater than frame size");var o=Buffer.alloc(i);t.copy(o,0,Oj,f);var s=new Hi(o);this.setProtocolId(s.readVarint32());var l=s.readVarint32();if(l>0)throw new cl("Transforms are not yet supported");for(;;)try{var p=s.readVarint32();if(p!==Rj)break;for(var u=s.readVarint32(),h=0;h<u;h++){var c=s.readString(),j=s.readString();this.setReadHeader(c,j)}}catch(B){if(B instanceof oI)break;throw B}return this.read(f),this.getReadHeaders()}};Yt.prototype.writeHeaders=function(){if(!!this.shouldWriteHeaders){var t=this.getWriteHeaders(),e=new Hi;e.writeVarint32(this.protocolId),e.writeVarint32(0);var r=Object.keys(t);if(r.length>0){e.writeVarint32(Rj),e.writeVarint32(r.length);for(var n=0;n<r.length;n++){var i=r[n],f=t[i];e.writeString(i),e.writeString(f)}}var o=e.getOutCount(),s=(4-o%4)%4,l=Buffer.alloc(2);l.writeInt16BE(Math.floor((o+s)/4));var p=Buffer.alloc(s);p.fill(0),e.write(p);var u=e.toBuffer(),h=Buffer.alloc(4);h.writeInt32BE(10+this.outCount+u.length);var c=Buffer.alloc(2);c.writeInt16BE(Nj);var j=Buffer.alloc(2);j.writeInt16BE(0);var B=Buffer.alloc(4);B.writeInt32BE(this.getSeqId());var q=Buffer.concat([h,c,j,B,l,u]);this.outBuffers.unshift(q),this.outCount+=q.length}}});var ml=ge((X2,zj)=>{var Gp=Vp(),gI=lo(),jI=od();zj.exports=Pt;function Pt(t,e){this.defaultReadBufferSize=1024,this.writeBufferSize=512,this.inBuf=new Buffer(this.defaultReadBufferSize),this.readCursor=0,this.writeCursor=0,this.outBuffers=[],this.outCount=0,this.onFlush=e}Pt.prototype=new jI;Pt.prototype.reset=function(){this.inBuf=new Buffer(this.defaultReadBufferSize),this.readCursor=0,this.writeCursor=0,this.outBuffers=[],this.outCount=0};Pt.receiver=function(t,e){var r=new Pt;return function(n){if(r.writeCursor+n.length>r.inBuf.length){var i=new Buffer(r.writeCursor+n.length);r.inBuf.copy(i,0,0,r.writeCursor),r.inBuf=i}n.copy(r.inBuf,r.writeCursor,0),r.writeCursor+=n.length,t(r,e)}};Pt.prototype.commitPosition=function(){var t=this.writeCursor-this.readCursor,e=t*2>this.defaultReadBufferSize?t*2:this.defaultReadBufferSize,r=new Buffer(e);t>0&&this.inBuf.copy(r,0,this.readCursor,this.writeCursor),this.readCursor=0,this.writeCursor=t,this.inBuf=r};Pt.prototype.rollbackPosition=function(){this.readCursor=0};Pt.prototype.isOpen=function(){return!0};Pt.prototype.open=function(){};Pt.prototype.close=function(){};Pt.prototype.setCurrSeqId=function(t){this._seqid=t};Pt.prototype.ensureAvailable=function(t){if(this.readCursor+t>this.writeCursor)throw new gI};Pt.prototype.read=function(t){this.ensureAvailable(t);var e=new Buffer(t);return this.inBuf.copy(e,0,this.readCursor,this.readCursor+t),this.readCursor+=t,e};Pt.prototype.readByte=function(){return this.ensureAvailable(1),Gp.readByte(this.inBuf[this.readCursor++])};Pt.prototype.readI16=function(){this.ensureAvailable(2);var t=Gp.readI16(this.inBuf,this.readCursor);return this.readCursor+=2,t};Pt.prototype.readI32=function(){this.ensureAvailable(4);var t=Gp.readI32(this.inBuf,this.readCursor);return this.readCursor+=4,t};Pt.prototype.readDouble=function(){this.ensureAvailable(8);var t=Gp.readDouble(this.inBuf,this.readCursor);return this.readCursor+=8,t};Pt.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readCursor,this.readCursor+t);return this.readCursor+=t,e};Pt.prototype.borrow=function(){var t={buf:this.inBuf,readIndex:this.readCursor,writeIndex:this.writeCursor};return t};Pt.prototype.consume=function(t){this.readCursor+=t};Pt.prototype.write=function(t){typeof t=="string"&&(t=new Buffer(t,"utf8")),this.outBuffers.push(t),this.outCount+=t.length};Pt.prototype.flush=function(){var t=this._seqid;if(this._seqid=null,!(this.outCount<1)){var e=new Buffer(this.outCount),r=0;this.outBuffers.forEach(function(n){n.copy(e,r,0),r+=n.length}),this.onFlush&&this.onFlush(e,t),this.outBuffers=[],this.outCount=0}}});var ld=ge((Z2,Lj)=>{var Fj=qn(),Pj=Lj.exports={},yI=Math.pow(2,24),Mj=Math.pow(2,31),sd=Math.pow(2,32),Uj=Math.pow(10,11);Pj.toDecimalString=function(t){var e=t.buffer,r=t.offset;if(!e[r]&&!(e[r+1]&224)||!~e[r]&&!~(e[r+1]&224))return t.toString();var n=e[r]&128;if(n){for(var i=!1,f=new Buffer(8),o=7;o>=0;--o)f[o]=~e[r+o]+(i?0:1)&255,i|=e[r+o];e=f}var s=e[r+1]+(e[r]<<8),l=e[r+7]+(e[r+6]<<8)+(e[r+5]<<16)+e[r+4]*yI+(e[r+3]+(e[r+2]<<8))*sd+s*74976710656,p=Math.floor(l/Uj)+s*2814;return l=("00000000000"+String(l%Uj)).slice(-11),(n?"-":"")+String(p)+l};Pj.fromDecimalString=function(t){var e=t.charAt(0)==="-";if(t.length<(e?17:16))return new Fj(+t);if(t.length>(e?20:19))throw new RangeError("Too many digits for Int64: "+t);var r=+t.slice(e?1:0,-15),n=+t.slice(-15)+r*2764472320,i=Math.floor(n/sd)+r*232830;if(n=n%sd,i>=Mj&&!(e&&i==Mj&&n==0))throw new RangeError("The magnitude is too large for Int64.");return e&&(i=~i,n===0?i=i+1&4294967295:n=~n+1,i=2147483648|i),new Fj(i,n)}});var Wj=ge((eN,Vj)=>{var Cj=qn(),Q2=ld(),$2=Vj.exports=function(){"use strict";var t,e,r={'"':'"',"\\":"\\","/":"/",b:"\b",f:"\f",n:`
11
+ `,r:"\r",t:" "},n,i=function(j){throw new SyntaxError(j)},f=function(j){return j&&j!==e&&i("Expected '"+j+"' instead of '"+e+"'"),e=n.charAt(t),t+=1,e},o=function(){var j,B="";for(e==="-"&&(B="-",f("-"));e>="0"&&e<="9";)B+=e,f();if(e===".")for(B+=".";f()&&e>="0"&&e<="9";)B+=e;if(e==="e"||e==="E")for(B+=e,f(),(e==="-"||e==="+")&&(B+=e,f());e>="0"&&e<="9";)B+=e,f();if(j=+B,!isFinite(j))i("Bad number");else return j>=Cj.MAX_INT||j<=Cj.MIN_INT?B:j},s=function(){var j,B,q="",H;if(e==='"')for(;f();){if(e==='"')return f(),q;if(e==="\\")if(f(),e==="u"){for(H=0,B=0;B<4&&(j=parseInt(f(),16),!!isFinite(j));B+=1)H=H*16+j;q+=String.fromCharCode(H)}else if(typeof r[e]=="string")q+=r[e];else break;else q+=e}i("Bad string")},l=function(){for(;e&&e<=" ";)f()},p=function(){switch(e){case"t":return f("t"),f("r"),f("u"),f("e"),!0;case"f":return f("f"),f("a"),f("l"),f("s"),f("e"),!1;case"n":return f("n"),f("u"),f("l"),f("l"),null}i("Unexpected '"+e+"'")},u,h=function(){var j=[];if(e==="["){if(f("["),l(),e==="]")return f("]"),j;for(;e;){if(j.push(u()),l(),e==="]")return f("]"),j;f(","),l()}}i("Bad array")},c=function(){var j,B={};if(e==="{"){if(f("{"),l(),e==="}")return f("}"),B;for(;e;){if(j=s(),l(),f(":"),Object.hasOwnProperty.call(B,j)&&i('Duplicate key "'+j+'"'),B[j]=u(),l(),e==="}")return f("}"),B;f(","),l()}}i("Bad object")};return u=function(){switch(l(),e){case"{":return c();case"[":return h();case'"':return s();case"-":return o();default:return e>="0"&&e<="9"?o():p()}},function(j){var B;return n=j,t=0,e=" ",B=u(),l(),e&&i("Syntax error"),B}}()});var dl=ge((rN,Gj)=>{var ad=qn(),vI=bf(),rt=vI.Type,tN=Ai(),Yj=ld(),qI=Wj(),Kj=lo();Gj.exports=fe;function fe(t){this.tstack=[],this.tpos=[],this.trans=t}fe.Type={};fe.Type[rt.BOOL]='"tf"';fe.Type[rt.BYTE]='"i8"';fe.Type[rt.I16]='"i16"';fe.Type[rt.I32]='"i32"';fe.Type[rt.I64]='"i64"';fe.Type[rt.DOUBLE]='"dbl"';fe.Type[rt.STRUCT]='"rec"';fe.Type[rt.STRING]='"str"';fe.Type[rt.MAP]='"map"';fe.Type[rt.LIST]='"lst"';fe.Type[rt.SET]='"set"';fe.RType={};fe.RType.tf=rt.BOOL;fe.RType.i8=rt.BYTE;fe.RType.i16=rt.I16;fe.RType.i32=rt.I32;fe.RType.i64=rt.I64;fe.RType.dbl=rt.DOUBLE;fe.RType.rec=rt.STRUCT;fe.RType.str=rt.STRING;fe.RType.map=rt.MAP;fe.RType.lst=rt.LIST;fe.RType.set=rt.SET;fe.Version=1;fe.prototype.flush=function(){return this.writeToTransportIfStackIsFlushable(),this.trans.flush()};fe.prototype.writeToTransportIfStackIsFlushable=function(){this.tstack.length===1&&this.trans.write(this.tstack.pop())};fe.prototype.writeMessageBegin=function(t,e,r){this.tstack.push([fe.Version,'"'+t+'"',e,r])};fe.prototype.writeMessageEnd=function(){var t=this.tstack.pop();this.wobj=this.tstack.pop(),this.wobj.push(t),this.wbuf="["+this.wobj.join(",")+"]",this.trans.write(this.wbuf)};fe.prototype.writeStructBegin=function(t){this.tpos.push(this.tstack.length),this.tstack.push({})};fe.prototype.writeStructEnd=function(){var t=this.tpos.pop(),e=this.tstack[t],r="{",n=!0;for(var i in e)n?n=!1:r+=",",r+=i+":"+e[i];r+="}",this.tstack[t]=r,this.writeToTransportIfStackIsFlushable()};fe.prototype.writeFieldBegin=function(t,e,r){this.tpos.push(this.tstack.length),this.tstack.push({fieldId:'"'+r+'"',fieldType:fe.Type[e]})};fe.prototype.writeFieldEnd=function(){var t=this.tstack.pop(),e=this.tstack.pop();":"+t==":[object Object]"?this.tstack[this.tstack.length-1][e.fieldId]="{"+e.fieldType+":"+JSON.stringify(t)+"}":this.tstack[this.tstack.length-1][e.fieldId]="{"+e.fieldType+":"+t+"}",this.tpos.pop(),this.writeToTransportIfStackIsFlushable()};fe.prototype.writeFieldStop=function(){};fe.prototype.writeMapBegin=function(t,e,r){this.tpos.push(this.tstack.length),this.tstack.push([fe.Type[t],fe.Type[e],0])};fe.prototype.writeMapEnd=function(){var t=this.tpos.pop();if(t!=this.tstack.length){(this.tstack.length-t-1)%2!=0&&this.tstack.push("");var e=(this.tstack.length-t-1)/2;this.tstack[t][this.tstack[t].length-1]=e;for(var r="}",n=!0;this.tstack.length>t+1;){var i=this.tstack.pop(),f=this.tstack.pop();n?n=!1:r=","+r,isNaN(f)||(f='"'+f+'"'),r=f+":"+i+r}r="{"+r,this.tstack[t].push(r),this.tstack[t]="["+this.tstack[t].join(",")+"]",this.writeToTransportIfStackIsFlushable()}};fe.prototype.writeListBegin=function(t,e){this.tpos.push(this.tstack.length),this.tstack.push([fe.Type[t],e])};fe.prototype.writeListEnd=function(){for(var t=this.tpos.pop();this.tstack.length>t+1;){var e=this.tstack[t+1];this.tstack.splice(t+1,1),this.tstack[t].push(e)}this.tstack[t]="["+this.tstack[t].join(",")+"]",this.writeToTransportIfStackIsFlushable()};fe.prototype.writeSetBegin=function(t,e){this.tpos.push(this.tstack.length),this.tstack.push([fe.Type[t],e])};fe.prototype.writeSetEnd=function(){for(var t=this.tpos.pop();this.tstack.length>t+1;){var e=this.tstack[t+1];this.tstack.splice(t+1,1),this.tstack[t].push(e)}this.tstack[t]="["+this.tstack[t].join(",")+"]",this.writeToTransportIfStackIsFlushable()};fe.prototype.writeBool=function(t){this.tstack.push(t?1:0)};fe.prototype.writeByte=function(t){this.tstack.push(t)};fe.prototype.writeI16=function(t){this.tstack.push(t)};fe.prototype.writeI32=function(t){this.tstack.push(t)};fe.prototype.writeI64=function(t){t instanceof ad?this.tstack.push(Yj.toDecimalString(t)):this.tstack.push(t)};fe.prototype.writeDouble=function(t){this.tstack.push(t)};fe.prototype.writeString=function(t){if(t===null)this.tstack.push(null);else{if(typeof t=="string")var e=t;else if(t instanceof Buffer)var e=t.toString("utf8");else throw new Error("writeString called without a string/Buffer argument: "+t);for(var r="",n=0;n<e.length;n++){var i=e.charAt(n);i==='"'?r+='\\"':i==="\\"?r+="\\\\":i==="\b"?r+="\\b":i==="\f"?r+="\\f":i===`
12
+ `?r+="\\n":i==="\r"?r+="\\r":i===" "?r+="\\t":r+=i}this.tstack.push('"'+r+'"')}};fe.prototype.writeBinary=function(t){if(typeof t=="string")var e=new Buffer(t,"binary");else if(t instanceof Buffer||Object.prototype.toString.call(t)=="[object Uint8Array]")var e=t;else throw new Error("writeBinary called without a string/Buffer argument: "+t);this.tstack.push('"'+e.toString("base64")+'"')};fe.prototype.readMessageBegin=function(){this.rstack=[],this.rpos=[];var t=this.trans.borrow();if(t.readIndex>=t.writeIndex)throw new Kj;var e=t.readIndex;if(t.buf[e]!==91)throw new Error("Malformed JSON input, no opening bracket");e++;for(var r=1,n=!1;e<t.writeIndex;e++){var i=t.buf[e];if(n)i===34?n=!1:i===92&&(e+=1);else if(i===91)r+=1;else if(i===93){if(r-=1,r===0)break}else i===34&&(n=!0)}if(r!==0)throw new Kj;this.robj=qI(t.buf.slice(t.readIndex,e+1).toString()),this.trans.consume(e+1-t.readIndex);var f=this.robj.shift();if(f!=fe.Version)throw new Error("Wrong thrift protocol version: "+f);var o={};return o.fname=this.robj.shift(),o.mtype=this.robj.shift(),o.rseqid=this.robj.shift(),this.rstack.push(this.robj.shift()),o};fe.prototype.readMessageEnd=function(){};fe.prototype.readStructBegin=function(){var t={};return t.fname="",this.rstack[this.rstack.length-1]instanceof Array&&this.rstack.push(this.rstack[this.rstack.length-1].shift()),t};fe.prototype.readStructEnd=function(){this.rstack.pop()};fe.prototype.readFieldBegin=function(){var t={},e=-1,r=rt.STOP;for(var n in this.rstack[this.rstack.length-1])if(n!==null){e=parseInt(n,10),this.rpos.push(this.rstack.length);var i=this.rstack[this.rstack.length-1][e];delete this.rstack[this.rstack.length-1][e],this.rstack.push(i);break}if(e!=-1)for(var f in this.rstack[this.rstack.length-1])fe.RType[f]!==null&&(r=fe.RType[f],this.rstack[this.rstack.length-1]=this.rstack[this.rstack.length-1][f]);return t.fname="",t.ftype=r,t.fid=e,t};fe.prototype.readFieldEnd=function(){for(var t=this.rpos.pop();this.rstack.length>t;)this.rstack.pop()};fe.prototype.readMapBegin=function(){var t=this.rstack.pop(),e=t.shift();e instanceof Array&&(this.rstack.push(t),t=e,e=t.shift());var r={};return r.ktype=fe.RType[e],r.vtype=fe.RType[t.shift()],r.size=t.shift(),this.rpos.push(this.rstack.length),this.rstack.push(t.shift()),r};fe.prototype.readMapEnd=function(){this.readFieldEnd()};fe.prototype.readListBegin=function(){var t=this.rstack[this.rstack.length-1],e={};return e.etype=fe.RType[t.shift()],e.size=t.shift(),this.rpos.push(this.rstack.length),this.rstack.push(t.shift()),e};fe.prototype.readListEnd=function(){var t=this.rpos.pop()-2,e=this.rstack;e.pop(),e instanceof Array&&e.length>t&&e[t].length>0&&e.push(e[t].shift())};fe.prototype.readSetBegin=function(){return this.readListBegin()};fe.prototype.readSetEnd=function(){return this.readListEnd()};fe.prototype.readBool=function(){return this.readValue()=="1"};fe.prototype.readByte=function(){return this.readI32()};fe.prototype.readI16=function(){return this.readI32()};fe.prototype.readI32=function(t){return+this.readValue()};fe.prototype.readValue=function(t){t===void 0&&(t=this.rstack[this.rstack.length-1]);var e={};if(t instanceof Array)t.length===0?e.value=void 0:e.value=t.shift();else if(!(t instanceof ad)&&t instanceof Object){for(var r in t)if(r!==null){this.rstack.push(t[r]),delete t[r],e.value=r;break}}else e.value=t,this.rstack.pop();return e.value};fe.prototype.readI64=function(){var t=this.readValue();return typeof t=="string"?Yj.fromDecimalString(t):new ad(t)};fe.prototype.readDouble=function(){return this.readI32()};fe.prototype.readBinary=function(){return new Buffer(this.readValue(),"base64")};fe.prototype.readString=function(){return this.readValue()};fe.prototype.getTransport=function(){return this.trans};fe.prototype.skip=function(t){switch(t){case rt.BOOL:this.readBool();break;case rt.BYTE:this.readByte();break;case rt.I16:this.readI16();break;case rt.I32:this.readI32();break;case rt.I64:this.readI64();break;case rt.DOUBLE:this.readDouble();break;case rt.STRING:this.readString();break;case rt.STRUCT:for(this.readStructBegin();;){var e=this.readFieldBegin();if(e.ftype===rt.STOP)break;this.skip(e.ftype),this.readFieldEnd()}this.readStructEnd();break;case rt.MAP:for(var r=this.readMapBegin(),n=0;n<r.size;++n)this.skip(r.ktype),this.skip(r.vtype);this.readMapEnd();break;case rt.SET:for(var i=this.readSetBegin(),f=0;f<i.size;++f)this.skip(i.etype);this.readSetEnd();break;case rt.LIST:for(var o=this.readListBegin(),s=0;s<o.size;++s)this.skip(o.etype);this.readListEnd();break;default:throw new Error("Invalid type: "+t)}}});var pd=ge((nN,Jj)=>{Jj.exports=_I;function _I(t,e){t.Client&&(t=t.Client);var r=function(f,o){e.write(f,o)},n=new e.transport(void 0,r),i=new t(n,e.protocol);return n.client=i,e.client=i,i}});var Xj=ge(Go=>{"use strict";Object.defineProperty(Go,"__esModule",{value:!0});var kI=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},TI=typeof window!="undefined"&&typeof window.document!="undefined",BI=(typeof self=="undefined"?"undefined":kI(self))==="object"&&self.constructor&&self.constructor.name==="DedicatedWorkerGlobalScope",II=typeof process!="undefined"&&process.versions!=null&&process.versions.node!=null,SI=function(){return typeof window!="undefined"&&window.name==="nodejs"||navigator.userAgent.includes("Node.js")||navigator.userAgent.includes("jsdom")};Go.isBrowser=TI;Go.isWebWorker=BI;Go.isNode=II;Go.isJsDom=SI});var ey=ge(Jp=>{var xI=Ai(),Zj=aj(),Qj=Ym().EventEmitter,$j=bf(),EI=ml(),AI=dl(),OI=lo(),NI=pd(),RI=Xj();Jp.WSConnection=Br;function Br(t,e,r){Qj.call(this),this.options=r||{},this.host=t,this.port=e,this.secure=this.options.secure||!1,this.transport=this.options.transport||EI,this.protocol=this.options.protocol||AI,this.path=this.options.path,this.send_pending=[],this.seqId2Service={},this.wsOptions={host:this.host,port:this.port||80,path:this.options.path||"/",headers:this.options.headers||{}};for(var n in this.options.wsOptions)this.wsOptions[n]=this.options.wsOptions[n]}xI.inherits(Br,Qj);Br.prototype.__reset=function(){this.socket=null,this.send_pending=[]};Br.prototype.__onOpen=function(){this.emit("open"),this.send_pending.length>0&&(this.send_pending.forEach(function(t){this.socket.send(t)},this),this.send_pending=[])};Br.prototype.__onClose=function(t){this.emit("close"),this.__reset()};Br.prototype.__decodeCallback=function(t){var e=new this.protocol(t);try{for(;;){var r=e.readMessageBegin(),n=r.rseqid*-1,i=this.client,f=this.seqId2Service[r.rseqid];f&&(i=this.client[f],delete this.seqId2Service[r.rseqid]),i._reqs[n]=function(o,s){t.commitPosition();var l=i._reqs[r.rseqid];delete i._reqs[r.rseqid],l&&l(o,s)},i["recv_"+r.fname]?i["recv_"+r.fname](e,r.mtype,n):(delete i._reqs[n],this.emit("error",new $j.TApplicationException($j.TApplicationExceptionType.WRONG_METHOD_NAME,"Received a response to an unknown RPC function")))}}catch(o){if(o instanceof OI)t.rollbackPosition();else throw o}};Br.prototype.__onData=function(t){Object.prototype.toString.call(t)==="[object ArrayBuffer]"&&(t=new Uint8Array(t));var e=new Buffer(t);this.transport.receiver(this.__decodeCallback.bind(this))(e)};Br.prototype.__onMessage=function(t){this.__onData(t.data)};Br.prototype.__onError=function(t){this.emit("error",t),this.socket.close()};Br.prototype.isOpen=function(){return this.socket&&this.socket.readyState===this.socket.OPEN};Br.prototype.open=function(){this.socket&&this.socket.readyState!==this.socket.CLOSED||(RI.isBrowser?this.socket=new Zj(this.uri()):this.socket=new Zj(this.uri(),"",this.wsOptions),this.socket.binaryType="arraybuffer",this.socket.onopen=this.__onOpen.bind(this),this.socket.onmessage=this.__onMessage.bind(this),this.socket.onerror=this.__onError.bind(this),this.socket.onclose=this.__onClose.bind(this))};Br.prototype.close=function(){this.socket.close()};Br.prototype.uri=function(){var t=this.secure?"wss":"ws",e="",r=this.path||"/",n=this.host;return this.port&&(t==="wss"&&this.port!==443||t==="ws"&&this.port!==80)&&(e=":"+this.port),t+"://"+n+e+r};Br.prototype.write=function(t){this.isOpen()?this.socket.send(t):this.send_pending.push(t)};Jp.createWSConnection=function(t,e,r){return new Br(t,e,r)};Jp.createWSClient=NI});var ry=ge(Xp=>{var HI=Ai(),DI=Ym().EventEmitter,ty=bf(),zI=ml(),FI=dl(),PI=lo(),MI=pd();Xp.XHRConnection=zr;function zr(t,e,r){this.options=r||{},this.wpos=0,this.rpos=0,this.useCORS=r&&r.useCORS,this.send_buf="",this.recv_buf="",this.transport=r.transport||zI,this.protocol=r.protocol||FI,this.headers=r.headers||{},t=t||window.location.host,e=e||window.location.port;var n=r.https?"https://":"http://",i=r.path||"/";e===""&&(e=void 0),!e||e===80||e==="80"?this.url=n+t+i:this.url=n+t+":"+e+i,this.seqId2Service={}}HI.inherits(zr,DI);zr.prototype.getXmlHttpRequestObject=function(){try{return new XMLHttpRequest}catch{}try{return new ActiveXObject("Msxml2.XMLHTTP")}catch{}try{return new ActiveXObject("Microsoft.XMLHTTP")}catch{}throw"Your browser doesn't support XHR."};zr.prototype.flush=function(){var t=this;if(this.url===void 0||this.url==="")return this.send_buf;var e=this.getXmlHttpRequestObject();e.overrideMimeType&&e.overrideMimeType("application/json"),e.onreadystatechange=function(){this.readyState==4&&this.status==200&&t.setRecvBuffer(this.responseText)},e.open("POST",this.url,!0),Object.keys(this.headers).forEach(function(r){e.setRequestHeader(r,t.headers[r])}),e.send(this.send_buf)};zr.prototype.setRecvBuffer=function(t){if(this.recv_buf=t,this.recv_buf_sz=this.recv_buf.length,this.wpos=this.recv_buf.length,this.rpos=0,Object.prototype.toString.call(t)=="[object ArrayBuffer]")var e=new Uint8Array(t);var r=new Buffer(e||t);this.transport.receiver(this.__decodeCallback.bind(this))(r)};zr.prototype.__decodeCallback=function(t){var e=new this.protocol(t);try{for(;;){var r=e.readMessageBegin(),n=r.rseqid*-1,i=this.client,f=this.seqId2Service[r.rseqid];f&&(i=this.client[f],delete this.seqId2Service[r.rseqid]),i._reqs[n]=function(o,s){t.commitPosition();var l=i._reqs[r.rseqid];delete i._reqs[r.rseqid],l&&l(o,s)},i["recv_"+r.fname]?i["recv_"+r.fname](e,r.mtype,n):(delete i._reqs[n],this.emit("error",new ty.TApplicationException(ty.TApplicationExceptionType.WRONG_METHOD_NAME,"Received a response to an unknown RPC function")))}}catch(o){if(o instanceof PI)t.rollbackPosition();else throw o}};zr.prototype.isOpen=function(){return!0};zr.prototype.open=function(){};zr.prototype.close=function(){};zr.prototype.read=function(t){var e=this.wpos-this.rpos;if(e===0)return"";var r=t;e<t&&(r=e);var n=this.read_buf.substr(this.rpos,r);return this.rpos+=r,n};zr.prototype.readAll=function(){return this.recv_buf};zr.prototype.write=function(t){this.send_buf=t,this.flush()};zr.prototype.getSendBuffer=function(){return this.send_buf};Xp.createXHRConnection=function(t,e,r){return new zr(t,e,r)};Xp.createXHRClient=MI});var iy=ge((ny,ud)=>{(function(t){"use strict";if(typeof bootstrap=="function")bootstrap("promise",t);else if(typeof ny=="object"&&typeof ud=="object")ud.exports=t();else if(typeof define=="function"&&define.amd)define(t);else if(typeof ses!="undefined")if(ses.ok())ses.makeQ=t;else return;else if(typeof window!="undefined"||typeof self!="undefined"){var e=typeof window!="undefined"?window:self,r=e.Q;e.Q=t(),e.Q.noConflict=function(){return e.Q=r,this}}else throw new Error("This environment was not anticipated by Q. Please file a bug.")})(function(){"use strict";var t=!1;try{throw new Error}catch(v){t=!!v.stack}var e=ne(),r,n=function(){},i=function(){var v={task:void 0,next:null},T=v,R=!1,Z=void 0,ye=!1,Me=[];function ke(){for(var yt,Vt;v.next;)v=v.next,yt=v.task,v.task=void 0,Vt=v.domain,Vt&&(v.domain=void 0,Vt.enter()),gt(yt,Vt);for(;Me.length;)yt=Me.pop(),gt(yt);R=!1}function gt(yt,Vt){try{yt()}catch(ef){if(ye)throw Vt&&Vt.exit(),setTimeout(ke,0),Vt&&Vt.enter(),ef;setTimeout(function(){throw ef},0)}Vt&&Vt.exit()}if(i=function(yt){T=T.next={task:yt,domain:ye&&process.domain,next:null},R||(R=!0,Z())},typeof process=="object"&&process.toString()==="[object process]"&&process.nextTick)ye=!0,Z=function(){process.nextTick(ke)};else if(typeof setImmediate=="function")typeof window!="undefined"?Z=setImmediate.bind(window,ke):Z=function(){setImmediate(ke)};else if(typeof MessageChannel!="undefined"){var at=new MessageChannel;at.port1.onmessage=function(){Z=jt,at.port1.onmessage=ke,ke()};var jt=function(){at.port2.postMessage(0)};Z=function(){setTimeout(ke,0),jt()}}else Z=function(){setTimeout(ke,0)};return i.runAfter=function(yt){Me.push(yt),R||(R=!0,Z())},i}(),f=Function.call;function o(v){return function(){return f.apply(v,arguments)}}var s=o(Array.prototype.slice),l=o(Array.prototype.reduce||function(v,T){var R=0,Z=this.length;if(arguments.length===1)do{if(R in this){T=this[R++];break}if(++R>=Z)throw new TypeError}while(1);for(;R<Z;R++)R in this&&(T=v(T,this[R],R));return T}),p=o(Array.prototype.indexOf||function(v){for(var T=0;T<this.length;T++)if(this[T]===v)return T;return-1}),u=o(Array.prototype.map||function(v,T){var R=this,Z=[];return l(R,function(ye,Me,ke){Z.push(v.call(T,Me,ke,R))},void 0),Z}),h=Object.create||function(v){function T(){}return T.prototype=v,new T},c=Object.defineProperty||function(v,T,R){return v[T]=R.value,v},j=o(Object.prototype.hasOwnProperty),B=Object.keys||function(v){var T=[];for(var R in v)j(v,R)&&T.push(R);return T},q=o(Object.prototype.toString);function H(v){return v===Object(v)}function M(v){return q(v)==="[object StopIteration]"||v instanceof F}var F;typeof ReturnValue!="undefined"?F=ReturnValue:F=function(v){this.value=v};var J="From previous event:";function re(v,T){if(t&&T.stack&&typeof v=="object"&&v!==null&&v.stack){for(var R=[],Z=T;Z;Z=Z.source)Z.stack&&(!v.__minimumStackCounter__||v.__minimumStackCounter__>Z.stackCounter)&&(c(v,"__minimumStackCounter__",{value:Z.stackCounter,configurable:!0}),R.unshift(Z.stack));R.unshift(v.stack);var ye=R.join(`
13
+ `+J+`
14
+ `),Me=W(ye);c(v,"stack",{value:Me,configurable:!0})}}function W(v){for(var T=v.split(`
15
+ `),R=[],Z=0;Z<T.length;++Z){var ye=T[Z];!L(ye)&&!O(ye)&&ye&&R.push(ye)}return R.join(`
16
+ `)}function O(v){return v.indexOf("(module.js:")!==-1||v.indexOf("(node.js:")!==-1}function te(v){var T=/at .+ \((.+):(\d+):(?:\d+)\)$/.exec(v);if(T)return[T[1],Number(T[2])];var R=/at ([^ ]+):(\d+):(?:\d+)$/.exec(v);if(R)return[R[1],Number(R[2])];var Z=/.*@(.+):(\d+)$/.exec(v);if(Z)return[Z[1],Number(Z[2])]}function L(v){var T=te(v);if(!T)return!1;var R=T[0],Z=T[1];return R===r&&Z>=e&&Z<=Nn}function ne(){if(!!t)try{throw new Error}catch(Z){var v=Z.stack.split(`
17
+ `),T=v[0].indexOf("@")>0?v[1]:v[2],R=te(T);return R?(r=R[0],R[1]):void 0}}function g(v,T,R){return function(){return typeof console!="undefined"&&typeof console.warn=="function"&&console.warn(T+" is deprecated, use "+R+" instead.",new Error("").stack),v.apply(v,arguments)}}function b(v){return v instanceof P?v:ie(v)?xt(v):xe(v)}b.resolve=b,b.nextTick=i,b.longStackSupport=!1;var A=1;typeof process=="object"&&process&&process.env&&process.env.Q_DEBUG&&(b.longStackSupport=!0),b.defer=w;function w(){var v=[],T=[],R,Z=h(w.prototype),ye=h(P.prototype);if(ye.promiseDispatch=function(ke,gt,at){var jt=s(arguments);v?(v.push(jt),gt==="when"&&at[1]&&T.push(at[1])):b.nextTick(function(){R.promiseDispatch.apply(R,jt)})},ye.valueOf=function(){if(v)return ye;var ke=x(R);return Se(ke)&&(R=ke),ke},ye.inspect=function(){return R?R.inspect():{state:"pending"}},b.longStackSupport&&t)try{throw new Error}catch(ke){ye.stack=ke.stack.substring(ke.stack.indexOf(`
18
+ `)+1),ye.stackCounter=A++}function Me(ke){R=ke,b.longStackSupport&&t&&(ye.source=ke),l(v,function(gt,at){b.nextTick(function(){ke.promiseDispatch.apply(ke,at)})},void 0),v=void 0,T=void 0}return Z.promise=ye,Z.resolve=function(ke){R||Me(b(ke))},Z.fulfill=function(ke){R||Me(xe(ke))},Z.reject=function(ke){R||Me(bt(ke))},Z.notify=function(ke){R||l(T,function(gt,at){b.nextTick(function(){at(ke)})},void 0)},Z}w.prototype.makeNodeResolver=function(){var v=this;return function(T,R){T?v.reject(T):arguments.length>2?v.resolve(s(arguments,1)):v.resolve(R)}},b.Promise=z,b.promise=z;function z(v){if(typeof v!="function")throw new TypeError("resolver must be a function.");var T=w();try{v(T.resolve,T.reject,T.notify)}catch(R){T.reject(R)}return T.promise}z.race=C,z.all=ee,z.reject=bt,z.resolve=b,b.passByCopy=function(v){return v},P.prototype.passByCopy=function(){return this},b.join=function(v,T){return b(v).join(T)},P.prototype.join=function(v){return b([this,v]).spread(function(T,R){if(T===R)return T;throw new Error("Q can't join: not the same: "+T+" "+R)})},b.race=C;function C(v){return z(function(T,R){for(var Z=0,ye=v.length;Z<ye;Z++)b(v[Z]).then(T,R)})}P.prototype.race=function(){return this.then(b.race)},b.makePromise=P;function P(v,T,R){T===void 0&&(T=function(Me){return bt(new Error("Promise does not support operation: "+Me))}),R===void 0&&(R=function(){return{state:"unknown"}});var Z=h(P.prototype);if(Z.promiseDispatch=function(Me,ke,gt){var at;try{v[ke]?at=v[ke].apply(Z,gt):at=T.call(Z,ke,gt)}catch(jt){at=bt(jt)}Me&&Me(at)},Z.inspect=R,R){var ye=R();ye.state==="rejected"&&(Z.exception=ye.reason),Z.valueOf=function(){var Me=R();return Me.state==="pending"||Me.state==="rejected"?Z:Me.value}}return Z}P.prototype.toString=function(){return"[object Promise]"},P.prototype.then=function(v,T,R){var Z=this,ye=w(),Me=!1;function ke(jt){try{return typeof v=="function"?v(jt):jt}catch(yt){return bt(yt)}}function gt(jt){if(typeof T=="function"){re(jt,Z);try{return T(jt)}catch(yt){return bt(yt)}}return bt(jt)}function at(jt){return typeof R=="function"?R(jt):jt}return b.nextTick(function(){Z.promiseDispatch(function(jt){Me||(Me=!0,ye.resolve(ke(jt)))},"when",[function(jt){Me||(Me=!0,ye.resolve(gt(jt)))}])}),Z.promiseDispatch(void 0,"when",[void 0,function(jt){var yt,Vt=!1;try{yt=at(jt)}catch(ef){if(Vt=!0,b.onerror)b.onerror(ef);else throw ef}Vt||ye.notify(yt)}]),ye.promise},b.tap=function(v,T){return b(v).tap(T)},P.prototype.tap=function(v){return v=b(v),this.then(function(T){return v.fcall(T).thenResolve(T)})},b.when=Q;function Q(v,T,R,Z){return b(v).then(T,R,Z)}P.prototype.thenResolve=function(v){return this.then(function(){return v})},b.thenResolve=function(v,T){return b(v).thenResolve(T)},P.prototype.thenReject=function(v){return this.then(function(){throw v})},b.thenReject=function(v,T){return b(v).thenReject(T)},b.nearer=x;function x(v){if(Se(v)){var T=v.inspect();if(T.state==="fulfilled")return T.value}return v}b.isPromise=Se;function Se(v){return v instanceof P}b.isPromiseAlike=ie;function ie(v){return H(v)&&typeof v.then=="function"}b.isPending=U;function U(v){return Se(v)&&v.inspect().state==="pending"}P.prototype.isPending=function(){return this.inspect().state==="pending"},b.isFulfilled=Y;function Y(v){return!Se(v)||v.inspect().state==="fulfilled"}P.prototype.isFulfilled=function(){return this.inspect().state==="fulfilled"},b.isRejected=Be;function Be(v){return Se(v)&&v.inspect().state==="rejected"}P.prototype.isRejected=function(){return this.inspect().state==="rejected"};var oe=[],We=[],ar=[],ae=!0;function St(){oe.length=0,We.length=0,ae||(ae=!0)}function Qi(v,T){!ae||(typeof process=="object"&&typeof process.emit=="function"&&b.nextTick.runAfter(function(){p(We,v)!==-1&&(process.emit("unhandledRejection",T,v),ar.push(v))}),We.push(v),T&&typeof T.stack!="undefined"?oe.push(T.stack):oe.push("(no stack) "+T))}function $i(v){if(!!ae){var T=p(We,v);T!==-1&&(typeof process=="object"&&typeof process.emit=="function"&&b.nextTick.runAfter(function(){var R=p(ar,v);R!==-1&&(process.emit("rejectionHandled",oe[T],v),ar.splice(R,1))}),We.splice(T,1),oe.splice(T,1))}}b.resetUnhandledRejections=St,b.getUnhandledReasons=function(){return oe.slice()},b.stopUnhandledRejectionTracking=function(){St(),ae=!1},St(),b.reject=bt;function bt(v){var T=P({when:function(R){return R&&$i(this),R?R(v):this}},function(){return this},function(){return{state:"rejected",reason:v}});return Qi(T,v),T}b.fulfill=xe;function xe(v){return P({when:function(){return v},get:function(T){return v[T]},set:function(T,R){v[T]=R},delete:function(T){delete v[T]},post:function(T,R){return T==null?v.apply(void 0,R):v[T].apply(v,R)},apply:function(T,R){return v.apply(T,R)},keys:function(){return B(v)}},void 0,function(){return{state:"fulfilled",value:v}})}function xt(v){var T=w();return b.nextTick(function(){try{v.then(T.resolve,T.reject,T.notify)}catch(R){T.reject(R)}}),T.promise}b.master=it;function it(v){return P({isDef:function(){}},function(R,Z){return $(v,R,Z)},function(){return b(v).inspect()})}b.spread=y;function y(v,T,R){return b(v).spread(T,R)}P.prototype.spread=function(v,T){return this.all().then(function(R){return v.apply(void 0,R)},T)},b.async=m;function m(v){return function(){function T(Me,ke){var gt;if(typeof StopIteration=="undefined"){try{gt=R[Me](ke)}catch(at){return bt(at)}return gt.done?b(gt.value):Q(gt.value,Z,ye)}else{try{gt=R[Me](ke)}catch(at){return M(at)?b(at.value):bt(at)}return Q(gt,Z,ye)}}var R=v.apply(this,arguments),Z=T.bind(T,"next"),ye=T.bind(T,"throw");return Z()}}b.spawn=d;function d(v){b.done(b.async(v)())}b.return=_;function _(v){throw new F(v)}b.promised=D;function D(v){return function(){return y([this,ee(arguments)],function(T,R){return v.apply(T,R)})}}b.dispatch=$;function $(v,T,R){return b(v).dispatch(T,R)}P.prototype.dispatch=function(v,T){var R=this,Z=w();return b.nextTick(function(){R.promiseDispatch(Z.resolve,v,T)}),Z.promise},b.get=function(v,T){return b(v).dispatch("get",[T])},P.prototype.get=function(v){return this.dispatch("get",[v])},b.set=function(v,T,R){return b(v).dispatch("set",[T,R])},P.prototype.set=function(v,T){return this.dispatch("set",[v,T])},b.del=b.delete=function(v,T){return b(v).dispatch("delete",[T])},P.prototype.del=P.prototype.delete=function(v){return this.dispatch("delete",[v])},b.mapply=b.post=function(v,T,R){return b(v).dispatch("post",[T,R])},P.prototype.mapply=P.prototype.post=function(v,T){return this.dispatch("post",[v,T])},b.send=b.mcall=b.invoke=function(v,T){return b(v).dispatch("post",[T,s(arguments,2)])},P.prototype.send=P.prototype.mcall=P.prototype.invoke=function(v){return this.dispatch("post",[v,s(arguments,1)])},b.fapply=function(v,T){return b(v).dispatch("apply",[void 0,T])},P.prototype.fapply=function(v){return this.dispatch("apply",[void 0,v])},b.try=b.fcall=function(v){return b(v).dispatch("apply",[void 0,s(arguments,1)])},P.prototype.fcall=function(){return this.dispatch("apply",[void 0,s(arguments)])},b.fbind=function(v){var T=b(v),R=s(arguments,1);return function(){return T.dispatch("apply",[this,R.concat(s(arguments))])}},P.prototype.fbind=function(){var v=this,T=s(arguments);return function(){return v.dispatch("apply",[this,T.concat(s(arguments))])}},b.keys=function(v){return b(v).dispatch("keys",[])},P.prototype.keys=function(){return this.dispatch("keys",[])},b.all=ee;function ee(v){return Q(v,function(T){var R=0,Z=w();return l(T,function(ye,Me,ke){var gt;Se(Me)&&(gt=Me.inspect()).state==="fulfilled"?T[ke]=gt.value:(++R,Q(Me,function(at){T[ke]=at,--R==0&&Z.resolve(T)},Z.reject,function(at){Z.notify({index:ke,value:at})}))},void 0),R===0&&Z.resolve(T),Z.promise})}P.prototype.all=function(){return ee(this)},b.any=Ye;function Ye(v){if(v.length===0)return b.resolve();var T=b.defer(),R=0;return l(v,function(Z,ye,Me){var ke=v[Me];R++,Q(ke,gt,at,jt);function gt(yt){T.resolve(yt)}function at(yt){if(R--,R===0){var Vt=yt||new Error(""+yt);Vt.message="Q can't get fulfillment value from any promise, all promises were rejected. Last error message: "+Vt.message,T.reject(Vt)}}function jt(yt){T.notify({index:Me,value:yt})}},void 0),T.promise}P.prototype.any=function(){return Ye(this)},b.allResolved=g(He,"allResolved","allSettled");function He(v){return Q(v,function(T){return T=u(T,b),Q(ee(u(T,function(R){return Q(R,n,n)})),function(){return T})})}P.prototype.allResolved=function(){return He(this)},b.allSettled=mt;function mt(v){return b(v).allSettled()}P.prototype.allSettled=function(){return this.then(function(v){return ee(u(v,function(T){T=b(T);function R(){return T.inspect()}return T.then(R,R)}))})},b.fail=b.catch=function(v,T){return b(v).then(void 0,T)},P.prototype.fail=P.prototype.catch=function(v){return this.then(void 0,v)},b.progress=tr;function tr(v,T){return b(v).then(void 0,void 0,T)}P.prototype.progress=function(v){return this.then(void 0,void 0,v)},b.fin=b.finally=function(v,T){return b(v).finally(T)},P.prototype.fin=P.prototype.finally=function(v){if(!v||typeof v.apply!="function")throw new Error("Q can't apply finally callback");return v=b(v),this.then(function(T){return v.fcall().then(function(){return T})},function(T){return v.fcall().then(function(){throw T})})},b.done=function(v,T,R,Z){return b(v).done(T,R,Z)},P.prototype.done=function(v,T,R){var Z=function(Me){b.nextTick(function(){if(re(Me,ye),b.onerror)b.onerror(Me);else throw Me})},ye=v||T||R?this.then(v,T,R):this;typeof process=="object"&&process&&process.domain&&(Z=process.domain.bind(Z)),ye.then(void 0,Z)},b.timeout=function(v,T,R){return b(v).timeout(T,R)},P.prototype.timeout=function(v,T){var R=w(),Z=setTimeout(function(){(!T||typeof T=="string")&&(T=new Error(T||"Timed out after "+v+" ms"),T.code="ETIMEDOUT"),R.reject(T)},v);return this.then(function(ye){clearTimeout(Z),R.resolve(ye)},function(ye){clearTimeout(Z),R.reject(ye)},R.notify),R.promise},b.delay=function(v,T){return T===void 0&&(T=v,v=void 0),b(v).delay(T)},P.prototype.delay=function(v){return this.then(function(T){var R=w();return setTimeout(function(){R.resolve(T)},v),R.promise})},b.nfapply=function(v,T){return b(v).nfapply(T)},P.prototype.nfapply=function(v){var T=w(),R=s(v);return R.push(T.makeNodeResolver()),this.fapply(R).fail(T.reject),T.promise},b.nfcall=function(v){var T=s(arguments,1);return b(v).nfapply(T)},P.prototype.nfcall=function(){var v=s(arguments),T=w();return v.push(T.makeNodeResolver()),this.fapply(v).fail(T.reject),T.promise},b.nfbind=b.denodeify=function(v){if(v===void 0)throw new Error("Q can't wrap an undefined function");var T=s(arguments,1);return function(){var R=T.concat(s(arguments)),Z=w();return R.push(Z.makeNodeResolver()),b(v).fapply(R).fail(Z.reject),Z.promise}},P.prototype.nfbind=P.prototype.denodeify=function(){var v=s(arguments);return v.unshift(this),b.denodeify.apply(void 0,v)},b.nbind=function(v,T){var R=s(arguments,2);return function(){var Z=R.concat(s(arguments)),ye=w();Z.push(ye.makeNodeResolver());function Me(){return v.apply(T,arguments)}return b(Me).fapply(Z).fail(ye.reject),ye.promise}},P.prototype.nbind=function(){var v=s(arguments,0);return v.unshift(this),b.nbind.apply(void 0,v)},b.nmapply=b.npost=function(v,T,R){return b(v).npost(T,R)},P.prototype.nmapply=P.prototype.npost=function(v,T){var R=s(T||[]),Z=w();return R.push(Z.makeNodeResolver()),this.dispatch("post",[v,R]).fail(Z.reject),Z.promise},b.nsend=b.nmcall=b.ninvoke=function(v,T){var R=s(arguments,2),Z=w();return R.push(Z.makeNodeResolver()),b(v).dispatch("post",[T,R]).fail(Z.reject),Z.promise},P.prototype.nsend=P.prototype.nmcall=P.prototype.ninvoke=function(v){var T=s(arguments,1),R=w();return T.push(R.makeNodeResolver()),this.dispatch("post",[v,T]).fail(R.reject),R.promise},b.nodeify=ce;function ce(v,T){return b(v).nodeify(T)}P.prototype.nodeify=function(v){if(v)this.then(function(T){b.nextTick(function(){v(null,T)})},function(T){b.nextTick(function(){v(T)})});else return this},b.noConflict=function(){throw new Error("Q.noConflict only works when Q is used as a global")};var Nn=ne();return b})});var ly=ge(sy=>{var UI=Ai(),fy=bf();sy.Multiplexer=oy;function LI(t,e,r){function n(i,f,o){e.call(this,i,f,o)}return UI.inherits(n,e),n.prototype.writeMessageBegin=function(i,f,o){f==fy.MessageType.CALL||f==fy.MessageType.ONEWAY?(r.seqId2Service[o]=t,n.super_.prototype.writeMessageBegin.call(this,t+":"+i,f,o)):n.super_.prototype.writeMessageBegin.call(this,i,f,o)},n}function oy(){this.seqid=0}oy.prototype.createClient=function(t,e,r){e.Client&&(e=e.Client);var n=function(l,p){r.write(l,p)},i=new r.transport(void 0,n),f=new LI(t,r.protocol,r),o=new e(i,f),s=this;return o.new_seqid=function(){return s.seqid+=1,s.seqid},typeof r.client!="object"&&(r.client={}),r.client[t]=o,o}});var py=ge((lN,ay)=>{var Jo=Vp(),CI=lo(),VI=od();ay.exports=Kt;function Kt(t,e){this.inBuf=t||new Buffer(0),this.outBuffers=[],this.outCount=0,this.readPos=0,this.onFlush=e}Kt.prototype=new VI;Kt.receiver=function(t,e){var r=null;return function(n){for(r&&(n=Buffer.concat([r,n]),r=null);n.length;){if(n.length<4){r=n;return}var i=Jo.readI32(n,0);if(n.length<4+i){r=n;return}var f=n.slice(4,4+i);r=n.slice(4+i),t(new Kt(f),e),n=r,r=null}}};Kt.prototype.commitPosition=function(){},Kt.prototype.rollbackPosition=function(){},Kt.prototype.isOpen=function(){return!0};Kt.prototype.open=function(){};Kt.prototype.close=function(){};Kt.prototype.setCurrSeqId=function(t){this._seqid=t};Kt.prototype.ensureAvailable=function(t){if(this.readPos+t>this.inBuf.length)throw new CI};Kt.prototype.read=function(t){this.ensureAvailable(t);var e=this.readPos+t;if(this.inBuf.length<e)throw new Error("read("+t+") failed - not enough data");var r=this.inBuf.slice(this.readPos,e);return this.readPos=e,r};Kt.prototype.readByte=function(){return this.ensureAvailable(1),Jo.readByte(this.inBuf[this.readPos++])};Kt.prototype.readI16=function(){this.ensureAvailable(2);var t=Jo.readI16(this.inBuf,this.readPos);return this.readPos+=2,t};Kt.prototype.readI32=function(){this.ensureAvailable(4);var t=Jo.readI32(this.inBuf,this.readPos);return this.readPos+=4,t};Kt.prototype.readDouble=function(){this.ensureAvailable(8);var t=Jo.readDouble(this.inBuf,this.readPos);return this.readPos+=8,t};Kt.prototype.readString=function(t){this.ensureAvailable(t);var e=this.inBuf.toString("utf8",this.readPos,this.readPos+t);return this.readPos+=t,e};Kt.prototype.borrow=function(){return{buf:this.inBuf,readIndex:this.readPos,writeIndex:this.inBuf.length}};Kt.prototype.consume=function(t){this.readPos+=t};Kt.prototype.write=function(t,e){typeof t=="string"&&(t=new Buffer(t,e||"utf8")),this.outBuffers.push(t),this.outCount+=t.length};Kt.prototype.flush=function(){var t=this._seqid;this._seqid=null;var e=new Buffer(this.outCount),r=0;if(this.outBuffers.forEach(function(i){i.copy(e,r,0),r+=i.length}),this.onFlush){var n=new Buffer(e.length+4);Jo.writeI32(n,e.length),e.copy(n,4,0,e.length),this.onFlush&&this.onFlush(n,t)}this.outBuffers=[],this.outCount=0}});var cy=ge((aN,uy)=>{var WI=Yp();uy.exports=Ir;function Ir(t){this.__reset(t)}Ir.prototype.__reset=function(t){this.url=t,this.socket=null,this.callbacks=[],this.send_pending=[],this.send_buf="",this.recv_buf="",this.rb_wpos=0,this.rb_rpos=0};Ir.prototype.flush=function(t,e){var r=this;this.isOpen()?(this.socket.send(this.send_buf),this.callbacks.push(function(){var n=e;return function(i){r.setRecvBuffer(i),n()}}())):this.send_pending.push({buf:this.send_buf,cb:e})};Ir.prototype.__onOpen=function(){var t=this;this.send_pending.length>0&&(this.send_pending.forEach(function(e){t.socket.send(e.buf),t.callbacks.push(function(){var r=e.cb;return function(n){t.setRecvBuffer(n),r()}}())}),this.send_pending=[])};Ir.prototype.__onClose=function(t){this.__reset(this.url)};Ir.prototype.__onMessage=function(t){this.callbacks.length&&this.callbacks.shift()(t.data)};Ir.prototype.__onError=function(t){WI.error("websocket: "+t.toString()),this.socket.close()};Ir.prototype.setRecvBuffer=function(t){this.recv_buf=t,this.recv_buf_sz=this.recv_buf.length,this.wpos=this.recv_buf.length,this.rpos=0};Ir.prototype.isOpen=function(){return this.socket&&this.socket.readyState==this.socket.OPEN};Ir.prototype.open=function(){this.socket&&this.socket.readyState!=this.socket.CLOSED||(this.socket=new WebSocket(this.url),this.socket.onopen=this.__onOpen.bind(this),this.socket.onmessage=this.__onMessage.bind(this),this.socket.onerror=this.__onError.bind(this),this.socket.onclose=this.__onClose.bind(this))};Ir.prototype.close=function(){this.socket.close()};Ir.prototype.read=function(t){var e=this.wpos-this.rpos;if(e===0)return"";var r=t;e<t&&(r=e);var n=this.read_buf.substr(this.rpos,r);return this.rpos+=r,n};Ir.prototype.readAll=function(){return this.recv_buf};Ir.prototype.write=function(t){this.send_buf=t};Ir.prototype.getSendBuffer=function(){return this.send_buf}});var nt=ge(lr=>{lr.Thrift=bf();var cd=ey();lr.WSConnection=cd.WSConnection;lr.createWSConnection=cd.createWSConnection;lr.createWSClient=cd.createWSClient;var md=ry();lr.XHRConnection=md.XHRConnection;lr.createXHRConnection=md.createXHRConnection;lr.createXHRClient=md.createXHRClient;lr.Int64=qn();lr.Q=iy();var YI=ly();lr.Multiplexer=YI.Multiplexer;lr.TBufferedTransport=ml();lr.TFramedTransport=py();lr.TWebSocketTransport=cy();lr.Protocol=dl();lr.TJSONProtocol=dl();lr.TBinaryProtocol=fd();lr.TCompactProtocol=rd()});var Xn={self:typeof self!="undefined"&&self,window:typeof window!="undefined"&&window,global:typeof global!="undefined"&&global,document:typeof document!="undefined"&&document},fq=Xn.self||Xn.window||Xn.global||{},oq=Xn.window||Xn.self||Xn.global||{},sq=Xn.global||Xn.self||Xn.window||{},lq=Xn.document||{};var Rn=Boolean(typeof process!="object"||String(process)!=="[object process]"||process.browser);var Yw=typeof process!="undefined"&&process.version&&/v([0-9]*)/.exec(process.version),aq=Yw&&parseFloat(Yw[1])||0;function uc(t,e=!0,r){let n=r||new Set;if(t){if(Kw(t))n.add(t);else if(Kw(t.buffer))n.add(t.buffer);else if(!ArrayBuffer.isView(t)){if(e&&typeof t=="object")for(let i in t)uc(t[i],e,n)}}return r===void 0?Array.from(n):[]}function Kw(t){return t?t instanceof ArrayBuffer||typeof MessagePort!="undefined"&&t instanceof MessagePort||typeof ImageBitmap!="undefined"&&t instanceof ImageBitmap||typeof OffscreenCanvas!="undefined"&&t instanceof OffscreenCanvas:!1}function Cf(){let parentPort;try{eval("globalThis.parentPort = require('worker_threads').parentPort"),parentPort=globalThis.parentPort}catch{}return parentPort}var cc=new Map,hn=class{static inWorkerThread(){return typeof self!="undefined"||Boolean(Cf())}static set onmessage(e){function r(i){let f=Cf(),{type:o,payload:s}=f?i:i.data;e(o,s)}let n=Cf();n?(n.on("message",r),n.on("exit",()=>console.debug("Node worker closing"))):globalThis.onmessage=r}static addEventListener(e){let r=cc.get(e);r||(r=i=>{if(!pq(i))return;let f=Cf(),{type:o,payload:s}=f?i:i.data;e(o,s)}),Cf()?console.error("not implemented"):globalThis.addEventListener("message",r)}static removeEventListener(e){let r=cc.get(e);cc.delete(e),Cf()?console.error("not implemented"):globalThis.removeEventListener("message",r)}static postMessage(e,r){let n={source:"loaders.gl",type:e,payload:r},i=uc(r),f=Cf();f?f.postMessage(n,i):globalThis.postMessage(n,i)}};function pq(t){let{type:e,data:r}=t;return e==="message"&&r&&typeof r.source=="string"&&r.source.startsWith("loaders.gl")}var uq=0;function mc(t){!hn.inWorkerThread()||(hn.onmessage=async(e,r)=>{switch(e){case"process":try{let{input:n,options:i={},context:f={}}=r,o=await mq({loader:t,arrayBuffer:n,options:i,context:{...f,_parse:cq}});hn.postMessage("done",{result:o})}catch(n){let i=n instanceof Error?n.message:"";hn.postMessage("error",{error:i})}break;default:}})}function cq(t,e,r,n){return new Promise((i,f)=>{let o=uq++,s=(p,u)=>{if(u.id===o)switch(p){case"done":hn.removeEventListener(s),i(u.result);break;case"error":hn.removeEventListener(s),f(u.error);break;default:}};hn.addEventListener(s);let l={id:o,input:t,options:r};hn.postMessage("process",l)})}async function mq({loader:t,arrayBuffer:e,options:r,context:n}){let i,f;if(t.parseSync||t.parse)i=e,f=t.parseSync||t.parse;else if(t.parseTextSync)i=new TextDecoder().decode(e),f=t.parseTextSync;else throw new Error(`Could not load data with ${t.name} loader`);return r={...r,modules:t&&t.options&&t.options.modules||{},worker:!1},await f(i,{...r},n,t)}function Gw(...t){let e=t.map(f=>f instanceof ArrayBuffer?new Uint8Array(f):f),r=e.reduce((f,o)=>f+o.byteLength,0),n=new Uint8Array(r),i=0;for(let f of e)n.set(f,i),i+=f.byteLength;return n.buffer}async function dc(t){let e=[];for await(let r of t)e.push(r);return Gw(...e)}function Jw(t){return t}function Xw(t){return t&&typeof t=="object"&&t.isBuffer}function Gr(t){if(Xw(t))return Jw(t);if(t instanceof ArrayBuffer)return t;if(ArrayBuffer.isView(t))return t.byteOffset===0&&t.byteLength===t.buffer.byteLength?t.buffer:t.buffer.slice(t.byteOffset,t.byteOffset+t.byteLength);if(typeof t=="string"){let e=t;return new TextEncoder().encode(e).buffer}if(t&&typeof t=="object"&&t._toArrayBuffer)return t._toArrayBuffer();throw new Error("toArrayBuffer")}function vi(t){return e=>new Promise((r,n)=>t(e,(i,f)=>i?n(i):r(f)))}function Ns(t){if(t instanceof ArrayBuffer)return{read:async(n,i)=>Buffer.from(t,n,i),close:async()=>{},size:t.byteLength};let e=t;return{read:async(r,n)=>{let i=await e.slice(r,r+n).arrayBuffer();return Buffer.from(i)},close:async()=>{},size:e.size}}var dq="4.0.0-alpha.24",wq={parquet:{type:"object-row-table",url:void 0,columnList:[],geoparquet:!0}},Sa={name:"Apache Parquet",id:"parquet",module:"parquet",version:dq,worker:!0,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:wq};var _o=Ie($w());function eh(t,e,r){switch(t){case"BOOLEAN":return bq(e);case"INT32":return jq(e);case"INT64":return vq(e);case"INT96":return _q(e);case"FLOAT":return Tq(e);case"DOUBLE":return Iq(e);case"BYTE_ARRAY":return xq(e);case"FIXED_LEN_BYTE_ARRAY":return Aq(e,r);default:throw new Error(`unsupported type: ${t}`)}}function th(t,e,r,n){switch(t){case"BOOLEAN":return gq(e,r);case"INT32":return yq(e,r);case"INT64":return qq(e,r);case"INT96":return kq(e,r);case"FLOAT":return Bq(e,r);case"DOUBLE":return Sq(e,r);case"BYTE_ARRAY":return Eq(e,r);case"FIXED_LEN_BYTE_ARRAY":return Oq(e,r,n);default:throw new Error(`unsupported type: ${t}`)}}function bq(t){let e=Buffer.alloc(Math.ceil(t.length/8));e.fill(0);for(let r=0;r<t.length;r++)t[r]&&(e[Math.floor(r/8)]|=1<<r%8);return e}function gq(t,e){let r=[];for(let n=0;n<e;n++){let i=t.buffer[t.offset+Math.floor(n/8)];r.push((i&1<<n%8)>0)}return t.offset+=Math.ceil(e/8),r}function jq(t){let e=Buffer.alloc(4*t.length);for(let r=0;r<t.length;r++)e.writeInt32LE(t[r],r*4);return e}function yq(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readInt32LE(t.offset)),t.offset+=4;return r}function vq(t){let e=Buffer.alloc(8*t.length);for(let r=0;r<t.length;r++)_o.default.writeInt64LE(t[r],e,r*8);return e}function qq(t,e){let r=[];for(let n=0;n<e;n++)r.push(_o.default.readInt64LE(t.buffer,t.offset)),t.offset+=8;return r}function _q(t){let e=Buffer.alloc(12*t.length);for(let r=0;r<t.length;r++)t[r]>=0?(_o.default.writeInt64LE(t[r],e,r*12),e.writeUInt32LE(0,r*12+8)):(_o.default.writeInt64LE(~-t[r]+1,e,r*12),e.writeUInt32LE(4294967295,r*12+8));return e}function kq(t,e){let r=[];for(let n=0;n<e;n++){let i=_o.default.readInt64LE(t.buffer,t.offset);t.buffer.readUInt32LE(t.offset+8)===4294967295?r.push(~-i+1):r.push(i),t.offset+=12}return r}function Tq(t){let e=Buffer.alloc(4*t.length);for(let r=0;r<t.length;r++)e.writeFloatLE(t[r],r*4);return e}function Bq(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readFloatLE(t.offset)),t.offset+=4;return r}function Iq(t){let e=Buffer.alloc(8*t.length);for(let r=0;r<t.length;r++)e.writeDoubleLE(t[r],r*8);return e}function Sq(t,e){let r=[];for(let n=0;n<e;n++)r.push(t.buffer.readDoubleLE(t.offset)),t.offset+=8;return r}function xq(t){let e=0;for(let i=0;i<t.length;i++)t[i]=Buffer.from(t[i]),e+=4+t[i].length;let r=Buffer.alloc(e),n=0;for(let i=0;i<t.length;i++)r.writeUInt32LE(t[i].length,n),t[i].copy(r,n+4),n+=4+t[i].length;return r}function Eq(t,e){let r=[];for(let n=0;n<e;n++){let i=t.buffer.readUInt32LE(t.offset);t.offset+=4,r.push(t.buffer.slice(t.offset,t.offset+i)),t.offset+=i}return r}function Aq(t,e){if(!e.typeLength)throw new Error("missing option: typeLength (required for FIXED_LEN_BYTE_ARRAY)");for(let r=0;r<t.length;r++)if(t[r]=Buffer.from(t[r]),t[r].length!==e.typeLength)throw new Error(`invalid value for FIXED_LEN_BYTE_ARRAY: ${t[r]}`);return Buffer.concat(t)}function Oq(t,e,r){let n=[];if(!r.typeLength)throw new Error("missing option: typeLength (required for FIXED_LEN_BYTE_ARRAY)");for(let i=0;i<e;i++)n.push(t.buffer.slice(t.offset,t.offset+r.typeLength)),t.offset+=r.typeLength;return n}var Hs=Ie(ch());function mh(t,e,r){if(!("bitWidth"in r))throw new Error("bitWidth is required");switch(t){case"BOOLEAN":case"INT32":case"INT64":e=e.map(s=>parseInt(s,10));break;default:throw new Error(`unsupported type: ${t}`)}let n=Buffer.alloc(0),i=[],f=0;for(let s=0;s<e.length;s++)f===0&&i.length%8==0&&e[s]===e[s+1]?(i.length&&(n=Buffer.concat([n,dh(i,r)]),i=[]),f=1):f>0&&e[s]===e[s-1]?f+=1:(f&&(n=Buffer.concat([n,wh(e[s-1],f,r)]),f=0),i.push(e[s]));if(f?n=Buffer.concat([n,wh(e[e.length-1],f,r)]):i.length&&(n=Buffer.concat([n,dh(i,r)])),r.disableEnvelope)return n;let o=Buffer.alloc(n.length+4);return o.writeUInt32LE(n.length,void 0),n.copy(o,4),o}function Oa(t,e,r,n){if(!("bitWidth"in n))throw new Error("bitWidth is required");n.disableEnvelope||(e.offset+=4);let i=[];for(;i.length<r;){let f=Hs.default.decode(e.buffer,e.offset);if(e.offset+=Hs.default.encodingLength(f),f&1){let o=(f>>1)*8;i.push(...Yq(e,o,n))}else{let o=f>>1;i.push(...Kq(e,o,n))}}if(i=i.slice(0,r),i.length!==r)throw new Error("invalid RLE encoding");return i}function Yq(t,e,r){let n=r.bitWidth;if(e%8!=0)throw new Error("must be a multiple of 8");let i=new Array(e).fill(0);for(let f=0;f<n*e;f++)t.buffer[t.offset+Math.floor(f/8)]&1<<f%8&&(i[Math.floor(f/n)]|=1<<f%n);return t.offset+=n*(e/8),i}function Kq(t,e,r){let n=r.bitWidth,i=0;for(let f=0;f<Math.ceil(n/8);f++)i<<8,i+=t.buffer[t.offset],t.offset+=1;return new Array(e).fill(i)}function dh(t,e){let r=e.bitWidth;for(let i=0;i<t.length%8;i++)t.push(0);let n=Buffer.alloc(Math.ceil(r*(t.length/8)));for(let i=0;i<r*t.length;i++)(t[Math.floor(i/r)]&1<<i%r)>0&&(n[Math.floor(i/8)]|=1<<i%8);return Buffer.concat([Buffer.from(Hs.default.encode(t.length/8<<1|1)),n])}function wh(t,e,r){let n=r.bitWidth,i=Buffer.alloc(Math.ceil(n/8));for(let f=0;f<i.length;f++)i.writeUInt8(t&255,f),t>>8;return Buffer.concat([Buffer.from(Hs.default.encode(e<<1)),i])}function hc(t,e,r,n){return n.bitWidth=e.buffer.slice(e.offset,e.offset+1).readInt8(0),e.offset+=1,Oa(t,e,r,{...n,disableEnvelope:!0})}function bc(t,e,r,n){throw new Error("Encode dictionary functionality is not supported")}var Ds={PLAIN:{encodeValues:eh,decodeValues:th},RLE:{encodeValues:mh,decodeValues:Oa},PLAIN_DICTIONARY:{encodeValues:bc,decodeValues:hc},RLE_DICTIONARY:{encodeValues:bc,decodeValues:hc}};var Jr=class{constructor(e){this.compressBatches=this.compressBatches.bind(this),this.decompressBatches=this.decompressBatches.bind(this)}async preload(){}async compress(e){return await this.preload(),this.compressSync(e)}async decompress(e,r){return await this.preload(),this.decompressSync(e,r)}compressSync(e){throw new Error(`${this.name}: sync compression not supported`)}decompressSync(e,r){throw new Error(`${this.name}: sync decompression not supported`)}async*compressBatches(e){let r=await this.concatenate(e);yield this.compress(r)}async*decompressBatches(e){let r=await this.concatenate(e);yield this.decompress(r)}concatenate(e){return dc(e)}improveError(e){return e.message.includes(this.name)||(e.message=`${this.name} ${e.message}`),e}};var Na=class extends Jr{constructor(e){super(e);this.name="uncompressed";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e||{}}compressSync(e){return e}decompressSync(e){return e}async*compressBatches(e){return yield*e}async*decompressBatches(e){return yield*e}};var Qf=Ie(rg()),Ii=Ie(Qc());var $c=class extends Jr{constructor(e={}){super(e);this.name="deflate";this.extensions=[];this.contentEncodings=["deflate"];this.isSupported=!0;this._chunks=[];this.options=e}async compress(e){if(!Rn&&this.options.deflate?.useZlib){let r=this.options.deflate?.gzip?await vi(Ii.default.gzip)(e):await vi(Ii.default.deflate)(e);return Gr(r)}return this.compressSync(e)}async decompress(e){if(!Rn&&this.options.deflate?.useZlib){let r=this.options.deflate?.gzip?await vi(Ii.default.gunzip)(e):await vi(Ii.default.inflate)(e);return Gr(r)}return this.decompressSync(e)}compressSync(e){if(!Rn&&this.options.deflate?.useZlib){let f=this.options.deflate?.gzip?Ii.default.gzipSync(e):Ii.default.deflateSync(e);return Gr(f)}let r=this.options?.deflate||{},n=new Uint8Array(e);return(this.options?.raw?Qf.default.deflateRaw:Qf.default.deflate)(n,r).buffer}decompressSync(e){if(!Rn&&this.options.deflate?.useZlib){let f=this.options.deflate?.gzip?Ii.default.gunzipSync(e):Ii.default.inflateSync(e);return Gr(f)}let r=this.options?.deflate||{},n=new Uint8Array(e);return(this.options?.raw?Qf.default.inflateRaw:Qf.default.inflate)(n,r).buffer}async*compressBatches(e){let r=this.options?.deflate||{},n=new Qf.default.Deflate(r);yield*this.transformBatches(n,e)}async*decompressBatches(e){let r=this.options?.deflate||{},n=new Qf.default.Inflate(r);yield*this.transformBatches(n,e)}async*transformBatches(e,r){e.onData=this._onData.bind(this),e.onEnd=this._onEnd.bind(this);for await(let o of r){let s=new Uint8Array(o);if(!e.push(s,!1))throw new Error(`${this._getError()}write`);yield*this._getChunks()}let n=new Uint8Array(0),i=e.push(n,!0);yield*this._getChunks()}_onData(e){this._chunks.push(e)}_onEnd(e){if(e!==0)throw new Error(this._getError(e)+this._chunks.length)}_getChunks(){let e=this._chunks;return this._chunks=[],e}_getError(e=0){let r={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"};return`${this.name}: ${r[e]}`}};var Xa=class extends $c{constructor(e){super({...e,deflate:{...e?.gzip,gzip:!0}});this.name="gzip";this.extensions=["gz","gzip"];this.contentEncodings=["gzip","x-gzip"];this.isSupported=!0}};var Mk=()=>{function t(a){this.data=a,this.offset=0}let e=Int32Array.from([256,402,436,468,500,534,566,598,630,662,694,726,758,790,822,854,886,920,952,984,1016,1048,1080]),r=Int32Array.from([1,2,3,4,0,5,17,6,16,7,8,9,10,11,12,13,14,15]),n=Int32Array.from([0,3,2,1,0,0,0,0,0,0,3,3,3,3,3,3]),i=Int32Array.from([0,0,0,0,-1,1,-2,2,-3,3,-1,1,-2,2,-3,3]),f=Int32Array.from([131072,131076,131075,196610,131072,131076,131075,262145,131072,131076,131075,196610,131072,131076,131075,262149]),o=Int32Array.from([1,5,9,13,17,25,33,41,49,65,81,97,113,145,177,209,241,305,369,497,753,1265,2289,4337,8433,16625]),s=Int32Array.from([2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,6,6,7,8,9,10,11,12,13,24]),l=Int16Array.from([0,0,0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,7,8,9,10,12,14,24]),p=Int16Array.from([0,0,0,0,0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,7,8,9,10,24]),u=new Int16Array(2816);B(u);function h(a){let I=-1,k=16;for(;k>0;)a>>>k!=0&&(I+=k,a=a>>>k),k=k>>1;return I+a}function c(a,I,k){return 16+I+2*(k<<a)}function j(a,I,k){if(a<k+(2<<I))throw"maxDistance is too small";let S=(a-k>>I)+4,E=h(S)-1;return((E-1<<1|S>>E&1)-1<<I)+(1<<I)+k+16}function B(a){let I=new Int16Array(24),k=new Int16Array(24);k[0]=2;for(let S=0;S<23;++S)I[S+1]=I[S]+(1<<l[S]),k[S+1]=k[S]+(1<<p[S]);for(let S=0;S<704;++S){let E=S>>>6,K=-4;E>=2&&(E-=2,K=0);let X=(170064>>>E*2&3)<<3|S>>>3&7,se=(156228>>>E*2&3)<<3|S&7,we=k[se],be=K+(we>4?3:we-2),ue=S*4;a[ue+0]=l[X]|p[se]<<8,a[ue+1]=I[X],a[ue+2]=k[se],a[ue+3]=be}}function q(a){let I=a.isLargeWindow;if(a.isLargeWindow=0,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),ce(a,1)==0)return 16;let k=ce(a,3);return k!=0?17+k:(k=ce(a,3),k!=0?k==1?I==0||(a.isLargeWindow=1,ce(a,1)==1)||(k=ce(a,6),k<10||k>30)?-1:k:8+k:17)}function H(a){if(a.runningState!=1)throw"State MUST be freshly initialized";a.isEager=1}function M(a){if(a.runningState!=1)throw"State MUST be freshly initialized";a.isLargeWindow=1}function F(a,I){if(a.runningState!=1)throw"State MUST be freshly initialized";if(a.cdNumChunks==0&&(a.cdChunks=new Array(16),a.cdChunkOffsets=new Int32Array(16),a.cdBlockBits=-1),a.cdNumChunks==15)throw"Too many dictionary chunks";a.cdChunks[a.cdNumChunks]=I,a.cdNumChunks++,a.cdTotalSize+=I.length,a.cdChunkOffsets[a.cdNumChunks]=a.cdTotalSize}function J(a,I){if(a.runningState!=0)throw"State MUST be uninitialized";a.blockTrees=new Int32Array(3091),a.blockTrees[0]=7,a.distRbIdx=3;let k=j(2147483644,3,15<<3);a.distExtraBits=new Int8Array(k),a.distOffset=new Int32Array(k),a.input=I,v(a),a.runningState=1}function re(a){if(a.runningState==0)throw"State MUST be initialized";a.runningState!=11&&(a.runningState=11,a.input!=null&&(Yv(a.input),a.input=null))}function W(a){if(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),ce(a,1)!=0){let I=ce(a,3);return I==0?1:ce(a,I)+(1<<I)}return 0}function O(a){if(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.inputEnd=ce(a,1),a.metaBlockLength=0,a.isUncompressed=0,a.isMetadata=0,a.inputEnd!=0&&ce(a,1)!=0)return;let I=ce(a,2)+4;if(I==7){if(a.isMetadata=1,ce(a,1)!=0)throw"Corrupted reserved bit";let k=ce(a,2);if(k==0)return;for(let S=0;S<k;S++){a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let E=ce(a,8);if(E==0&&S+1==k&&k>1)throw"Exuberant nibble";a.metaBlockLength|=E<<S*8}}else for(let k=0;k<I;k++){a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let S=ce(a,4);if(S==0&&k+1==I&&I>4)throw"Exuberant nibble";a.metaBlockLength|=S<<k*4}a.metaBlockLength++,a.inputEnd==0&&(a.isUncompressed=ce(a,1))}function te(a,I,k){let S=a[I],E=k.accumulator32>>>k.bitOffset;S+=E&255;let K=a[S]>>16,X=a[S]&65535;if(K<=8)return k.bitOffset+=K,X;S+=X;let se=(1<<K)-1;return S+=(E&se)>>>8,k.bitOffset+=(a[S]>>16)+8,a[S]&65535}function L(a,I,k){k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let S=te(a,I,k),E=s[S];return k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16),o[S]+(E<=16?ce(k,E):Nn(k,E))}function ne(a,I){let k=a[I];for(;I>0;I--)a[I]=a[I-1];a[0]=k}function g(a,I){let k=new Int32Array(256);for(let S=0;S<256;S++)k[S]=S;for(let S=0;S<I;S++){let E=a[S]&255;a[S]=k[E],E!=0&&ne(k,E)}}function b(a,I,k,S){let E=0,K=8,X=0,se=0,we=32768,be=new Int32Array(32+1),ue=be.length-1;for(Ye(be,ue,5,a,18);E<I&&we>0;){S.halfOffset>2030&&He(S),S.bitOffset>=16&&(S.accumulator32=S.shortBuffer[S.halfOffset++]<<16|S.accumulator32>>>16,S.bitOffset-=16);let Ke=S.accumulator32>>>S.bitOffset&31;S.bitOffset+=be[Ke]>>16;let Xe=be[Ke]&65535;if(Xe<16)X=0,k[E++]=Xe,Xe!=0&&(K=Xe,we-=32768>>Xe);else{let Et=Xe-14,Yr=0;Xe==16&&(Yr=K),se!=Yr&&(X=0,se=Yr);let wn=X;X>0&&(X-=2,X<<=Et),S.bitOffset>=16&&(S.accumulator32=S.shortBuffer[S.halfOffset++]<<16|S.accumulator32>>>16,S.bitOffset-=16),X+=ce(S,Et)+3;let rr=X-wn;if(E+rr>I)throw"symbol + repeatDelta > numSymbols";for(let $e=0;$e<rr;$e++)k[E++]=se;se!=0&&(we-=rr<<15-se)}}if(we!=0)throw"Unused space";k.fill(0,E,I)}function A(a,I){for(let k=0;k<I-1;++k)for(let S=k+1;S<I;++S)if(a[k]==a[S])throw"Duplicate simple Huffman code symbol"}function w(a,I,k,S,E){let K=new Int32Array(I),X=new Int32Array(4),se=1+h(a-1),we=ce(E,2)+1;for(let ue=0;ue<we;ue++){E.bitOffset>=16&&(E.accumulator32=E.shortBuffer[E.halfOffset++]<<16|E.accumulator32>>>16,E.bitOffset-=16);let Ke=ce(E,se);if(Ke>=I)throw"Can't readHuffmanCode";X[ue]=Ke}A(X,we);let be=we;switch(we==4&&(be+=ce(E,1)),be){case 1:K[X[0]]=1;break;case 2:K[X[0]]=1,K[X[1]]=1;break;case 3:K[X[0]]=1,K[X[1]]=2,K[X[2]]=2;break;case 4:K[X[0]]=2,K[X[1]]=2,K[X[2]]=2,K[X[3]]=2;break;case 5:K[X[0]]=1,K[X[1]]=2,K[X[2]]=3,K[X[3]]=3;break;default:break}return Ye(k,S,8,K,I)}function z(a,I,k,S,E){let K=new Int32Array(a),X=new Int32Array(18),se=32,we=0;for(let be=I;be<18&&se>0;be++){let ue=r[be];E.bitOffset>=16&&(E.accumulator32=E.shortBuffer[E.halfOffset++]<<16|E.accumulator32>>>16,E.bitOffset-=16);let Ke=E.accumulator32>>>E.bitOffset&15;E.bitOffset+=f[Ke]>>16;let Xe=f[Ke]&65535;X[ue]=Xe,Xe!=0&&(se-=32>>Xe,we++)}if(se!=0&&we!=1)throw"Corrupted Huffman code histogram";return b(X,a,K,E),Ye(k,S,8,K,a)}function C(a,I,k,S,E){E.halfOffset>2030&&He(E),E.bitOffset>=16&&(E.accumulator32=E.shortBuffer[E.halfOffset++]<<16|E.accumulator32>>>16,E.bitOffset-=16);let K=ce(E,2);return K==1?w(a,I,k,S,E):z(I,K,k,S,E)}function P(a,I,k){k.halfOffset>2030&&He(k);let S=W(k)+1;if(S==1)return I.fill(0,0,a),S;k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let E=ce(k,1),K=0;E!=0&&(K=ce(k,4)+1);let X=S+K,se=e[X+31>>5],we=new Int32Array(se+1),be=we.length-1;C(X,X,we,be,k);for(let ue=0;ue<a;){k.halfOffset>2030&&He(k),k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let Ke=te(we,be,k);if(Ke==0)I[ue]=0,ue++;else if(Ke<=K){k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16);let Xe=(1<<Ke)+ce(k,Ke);for(;Xe!=0;){if(ue>=a)throw"Corrupted context map";I[ue]=0,ue++,Xe--}}else I[ue]=Ke-K,ue++}return k.bitOffset>=16&&(k.accumulator32=k.shortBuffer[k.halfOffset++]<<16|k.accumulator32>>>16,k.bitOffset-=16),ce(k,1)==1&&g(I,a),S}function Q(a,I,k){let S=a.rings,E=4+I*2;a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let K=te(a.blockTrees,2*I,a),X=L(a.blockTrees,2*I+1,a);return K==1?K=S[E+1]+1:K==0?K=S[E]:K-=2,K>=k&&(K-=k),S[E]=S[E+1],S[E+1]=K,X}function x(a){a.literalBlockLength=Q(a,0,a.numLiteralBlockTypes);let I=a.rings[5];a.contextMapSlice=I<<6,a.literalTreeIdx=a.contextMap[a.contextMapSlice]&255;let k=a.contextModes[I];a.contextLookupOffset1=k<<9,a.contextLookupOffset2=a.contextLookupOffset1+256}function Se(a){a.commandBlockLength=Q(a,1,a.numCommandBlockTypes),a.commandTreeIdx=a.rings[7]}function ie(a){a.distanceBlockLength=Q(a,2,a.numDistanceBlockTypes),a.distContextMapSlice=a.rings[9]<<2}function U(a){let I=a.maxRingBufferSize;if(I>a.expectedTotalSize){let E=a.expectedTotalSize;for(;I>>1>E;)I>>=1;a.inputEnd==0&&I<16384&&a.maxRingBufferSize>=16384&&(I=16384)}if(I<=a.ringBufferSize)return;let k=I+37,S=new Int8Array(k);a.ringBuffer.length!=0&&S.set(a.ringBuffer.subarray(0,0+a.ringBufferSize),0),a.ringBuffer=S,a.ringBufferSize=I}function Y(a){if(a.inputEnd!=0){a.nextRunningState=10,a.runningState=12;return}a.literalTreeGroup=new Int32Array(0),a.commandTreeGroup=new Int32Array(0),a.distanceTreeGroup=new Int32Array(0),a.halfOffset>2030&&He(a),O(a),!(a.metaBlockLength==0&&a.isMetadata==0)&&(a.isUncompressed!=0||a.isMetadata!=0?(Z(a),a.runningState=a.isMetadata!=0?5:6):a.runningState=3,a.isMetadata==0&&(a.expectedTotalSize+=a.metaBlockLength,a.expectedTotalSize>1<<30&&(a.expectedTotalSize=1<<30),a.ringBufferSize<a.maxRingBufferSize&&U(a)))}function Be(a,I,k){let S=a.blockTrees[2*I];if(k<=1)return a.blockTrees[2*I+1]=S,a.blockTrees[2*I+2]=S,1<<28;let E=k+2;S+=C(E,E,a.blockTrees,2*I,a),a.blockTrees[2*I+1]=S;let K=26;return S+=C(K,K,a.blockTrees,2*I+1,a),a.blockTrees[2*I+2]=S,L(a.blockTrees,2*I+1,a)}function oe(a,I){let k=a.distExtraBits,S=a.distOffset,E=a.distancePostfixBits,K=a.numDirectDistanceCodes,X=1<<E,se=1,we=0,be=16;for(let ue=0;ue<K;++ue)k[be]=0,S[be]=ue+1,++be;for(;be<I;){let ue=K+((2+we<<se)-4<<E)+1;for(let Ke=0;Ke<X;++Ke)k[be]=se,S[be]=ue+Ke,++be;se=se+we,we=we^1}}function We(a){a.numLiteralBlockTypes=W(a)+1,a.literalBlockLength=Be(a,0,a.numLiteralBlockTypes),a.numCommandBlockTypes=W(a)+1,a.commandBlockLength=Be(a,1,a.numCommandBlockTypes),a.numDistanceBlockTypes=W(a)+1,a.distanceBlockLength=Be(a,2,a.numDistanceBlockTypes),a.halfOffset>2030&&He(a),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.distancePostfixBits=ce(a,2),a.numDirectDistanceCodes=ce(a,4)<<a.distancePostfixBits,a.contextModes=new Int8Array(a.numLiteralBlockTypes);for(let K=0;K<a.numLiteralBlockTypes;){let X=tf(K+96,a.numLiteralBlockTypes);for(;K<X;++K)a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),a.contextModes[K]=ce(a,2);a.halfOffset>2030&&He(a)}a.contextMap=new Int8Array(a.numLiteralBlockTypes<<6);let I=P(a.numLiteralBlockTypes<<6,a.contextMap,a);a.trivialLiteralContext=1;for(let K=0;K<a.numLiteralBlockTypes<<6;K++)if(a.contextMap[K]!=K>>6){a.trivialLiteralContext=0;break}a.distContextMap=new Int8Array(a.numDistanceBlockTypes<<2);let k=P(a.numDistanceBlockTypes<<2,a.distContextMap,a);a.literalTreeGroup=St(256,256,I,a),a.commandTreeGroup=St(704,704,a.numCommandBlockTypes,a);let S=c(a.distancePostfixBits,a.numDirectDistanceCodes,24),E=S;a.isLargeWindow==1&&(S=c(a.distancePostfixBits,a.numDirectDistanceCodes,62),E=j(2147483644,a.distancePostfixBits,a.numDirectDistanceCodes)),a.distanceTreeGroup=St(S,E,k,a),oe(a,E),a.contextMapSlice=0,a.distContextMapSlice=0,a.contextLookupOffset1=a.contextModes[0]*512,a.contextLookupOffset2=a.contextLookupOffset1+256,a.literalTreeIdx=0,a.commandTreeIdx=0,a.rings[4]=1,a.rings[5]=0,a.rings[6]=1,a.rings[7]=0,a.rings[8]=1,a.rings[9]=0}function ar(a){let I=a.ringBuffer;if(a.metaBlockLength<=0){R(a),a.runningState=2;return}let k=tf(a.ringBufferSize-a.pos,a.metaBlockLength);if(Me(a,I,a.pos,k),a.metaBlockLength-=k,a.pos+=k,a.pos==a.ringBufferSize){a.nextRunningState=6,a.runningState=12;return}R(a),a.runningState=2}function ae(a){let I=tf(a.outputLength-a.outputUsed,a.ringBufferBytesReady-a.ringBufferBytesWritten);return I!=0&&(a.output.set(a.ringBuffer.subarray(a.ringBufferBytesWritten,a.ringBufferBytesWritten+I),a.outputOffset+a.outputUsed),a.outputUsed+=I,a.ringBufferBytesWritten+=I),a.outputUsed<a.outputLength?1:0}function St(a,I,k,S){let E=e[I+31>>5],K=new Int32Array(k+k*E),X=k;for(let se=0;se<k;++se)K[se]=X,X+=C(a,I,K,se,S);return K}function Qi(a){let I=a.ringBufferSize;return a.isEager!=0&&(I=tf(I,a.ringBufferBytesWritten+a.outputLength-a.outputUsed)),I}function $i(a,I){if(a.distance>2147483644)throw"Invalid backward reference";let k=a.distance-a.maxDistance-1-a.cdTotalSize;if(k<0)xe(a,-k-1,a.copyLength),a.runningState=14;else{let S=yt,E=a.copyLength;if(E>31)throw"Invalid backward reference";let K=ef[E];if(K==0)throw"Invalid backward reference";let X=Vt[E],se=(1<<K)-1,we=k&se,be=k>>>K;X+=we*E;let ue=m;if(be>=ue.numTransforms)throw"Invalid backward reference";let Ke=_(a.ringBuffer,a.pos,S,X,E,ue,be);if(a.pos+=Ke,a.metaBlockLength-=Ke,a.pos>=I){a.nextRunningState=4,a.runningState=12;return}a.runningState=4}}function bt(a){a.cdBlockMap=new Int8Array(256);let I=8;for(;a.cdTotalSize-1>>>I!=0;)I++;I-=8,a.cdBlockBits=I;let k=0,S=0;for(;k<a.cdTotalSize;){for(;a.cdChunkOffsets[S+1]<k;)S++;a.cdBlockMap[k>>>I]=S,k+=1<<I}}function xe(a,I,k){a.cdBlockBits==-1&&bt(a);let S=a.cdBlockMap[I>>>a.cdBlockBits];for(;I>=a.cdChunkOffsets[S+1];)S++;if(a.cdTotalSize>I+k)throw"Invalid backward reference";a.distRbIdx=a.distRbIdx+1&3,a.rings[a.distRbIdx]=a.distance,a.metaBlockLength-=k,a.cdBrIndex=S,a.cdBrOffset=I-a.cdChunkOffsets[S],a.cdBrLength=k,a.cdBrCopied=0}function xt(a,I){let k=a.pos,S=k;for(;a.cdBrLength!=a.cdBrCopied;){let E=I-k,X=a.cdChunkOffsets[a.cdBrIndex+1]-a.cdChunkOffsets[a.cdBrIndex]-a.cdBrOffset,se=a.cdBrLength-a.cdBrCopied;if(se>X&&(se=X),se>E&&(se=E),Wv(a.ringBuffer,k,a.cdChunks[a.cdBrIndex],a.cdBrOffset,a.cdBrOffset+se),k+=se,a.cdBrOffset+=se,a.cdBrCopied+=se,se==X&&(a.cdBrIndex++,a.cdBrOffset=0),k>=I)break}return k-S}function it(a){if(a.runningState==0)throw"Can't decompress until initialized";if(a.runningState==11)throw"Can't decompress after close";if(a.runningState==1){let E=q(a);if(E==-1)throw"Invalid 'windowBits' code";a.maxRingBufferSize=1<<E,a.maxBackwardDistance=a.maxRingBufferSize-16,a.runningState=2}let I=Qi(a),k=a.ringBufferSize-1,S=a.ringBuffer;for(;a.runningState!=10;)switch(a.runningState){case 2:if(a.metaBlockLength<0)throw"Invalid metablock length";Y(a),I=Qi(a),k=a.ringBufferSize-1,S=a.ringBuffer;continue;case 3:We(a),a.runningState=4;case 4:if(a.metaBlockLength<=0){a.runningState=2;continue}a.halfOffset>2030&&He(a),a.commandBlockLength==0&&Se(a),a.commandBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let E=te(a.commandTreeGroup,a.commandTreeIdx,a)<<2,K=u[E],X=u[E+1],se=u[E+2];a.distanceCode=u[E+3],a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let we=K&255;a.insertLength=X+(we<=16?ce(a,we):Nn(a,we)),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let be=K>>8;a.copyLength=se+(be<=16?ce(a,be):Nn(a,be)),a.j=0,a.runningState=7;case 7:if(a.trivialLiteralContext!=0){for(;a.j<a.insertLength;)if(a.halfOffset>2030&&He(a),a.literalBlockLength==0&&x(a),a.literalBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),S[a.pos]=te(a.literalTreeGroup,a.literalTreeIdx,a),a.pos++,a.j++,a.pos>=I){a.nextRunningState=7,a.runningState=12;break}}else{let rr=S[a.pos-1&k]&255,$e=S[a.pos-2&k]&255;for(;a.j<a.insertLength;){a.halfOffset>2030&&He(a),a.literalBlockLength==0&&x(a);let Kr=gt[a.contextLookupOffset1+rr]|gt[a.contextLookupOffset2+$e],ji=a.contextMap[a.contextMapSlice+Kr]&255;if(a.literalBlockLength--,$e=rr,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),rr=te(a.literalTreeGroup,ji,a),S[a.pos]=rr,a.pos++,a.j++,a.pos>=I){a.nextRunningState=7,a.runningState=12;break}}}if(a.runningState!=7)continue;if(a.metaBlockLength-=a.insertLength,a.metaBlockLength<=0){a.runningState=4;continue}let ue=a.distanceCode;if(ue<0)a.distance=a.rings[a.distRbIdx];else{a.halfOffset>2030&&He(a),a.distanceBlockLength==0&&ie(a),a.distanceBlockLength--,a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);let rr=a.distContextMap[a.distContextMapSlice+ue]&255;if(ue=te(a.distanceTreeGroup,rr,a),ue<16){let $e=a.distRbIdx+n[ue]&3;if(a.distance=a.rings[$e]+i[ue],a.distance<0)throw"Negative distance"}else{let $e=a.distExtraBits[ue],Kr;a.bitOffset+$e<=32?Kr=ce(a,$e):(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),Kr=$e<=16?ce(a,$e):Nn(a,$e)),a.distance=a.distOffset[ue]+(Kr<<a.distancePostfixBits)}}if(a.maxDistance!=a.maxBackwardDistance&&a.pos<a.maxBackwardDistance?a.maxDistance=a.pos:a.maxDistance=a.maxBackwardDistance,a.distance>a.maxDistance){a.runningState=9;continue}if(ue>0&&(a.distRbIdx=a.distRbIdx+1&3,a.rings[a.distRbIdx]=a.distance),a.copyLength>a.metaBlockLength)throw"Invalid backward reference";a.j=0,a.runningState=8;case 8:let Ke=a.pos-a.distance&k,Xe=a.pos,Et=a.copyLength-a.j,Yr=Ke+Et,wn=Xe+Et;if(Yr<k&&wn<k){if(Et<12||Yr>Xe&&wn>Ke)for(let rr=0;rr<Et;rr+=4)S[Xe++]=S[Ke++],S[Xe++]=S[Ke++],S[Xe++]=S[Ke++],S[Xe++]=S[Ke++];else S.copyWithin(Xe,Ke,Yr);a.j+=Et,a.metaBlockLength-=Et,a.pos+=Et}else for(;a.j<a.copyLength;)if(S[a.pos]=S[a.pos-a.distance&k],a.metaBlockLength--,a.pos++,a.j++,a.pos>=I){a.nextRunningState=8,a.runningState=12;break}a.runningState==8&&(a.runningState=4);continue;case 9:$i(a,I);continue;case 14:if(a.pos+=xt(a,I),a.pos>=I){a.nextRunningState=14,a.runningState=12;return}a.runningState=4;continue;case 5:for(;a.metaBlockLength>0;)a.halfOffset>2030&&He(a),a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16),ce(a,8),a.metaBlockLength--;a.runningState=2;continue;case 6:ar(a);continue;case 12:a.ringBufferBytesReady=tf(a.pos,a.ringBufferSize),a.runningState=13;case 13:if(ae(a)==0)return;a.pos>=a.maxBackwardDistance&&(a.maxDistance=a.maxBackwardDistance),a.pos>=a.ringBufferSize&&(a.pos>a.ringBufferSize&&S.copyWithin(0,a.ringBufferSize,a.pos),a.pos&=k,a.ringBufferBytesWritten=0),a.runningState=a.nextRunningState;continue;default:throw"Unexpected state "+a.runningState}if(a.runningState==10){if(a.metaBlockLength<0)throw"Invalid metablock length";Z(a),mt(a,1)}}function y(a,I,k){this.numTransforms=0,this.triplets=new Int32Array(0),this.prefixSuffixStorage=new Int8Array(0),this.prefixSuffixHeads=new Int32Array(0),this.params=new Int16Array(0),this.numTransforms=a,this.triplets=new Int32Array(a*3),this.params=new Int16Array(a),this.prefixSuffixStorage=new Int8Array(I),this.prefixSuffixHeads=new Int32Array(k+1)}let m=new y(121,167,50);function d(a,I,k,S,E){let K=S.length,X=1,se=0;for(let we=0;we<K;++we){let be=S.charCodeAt(we);be==35?I[X++]=se:a[se++]=be}for(let we=0;we<363;++we)k[we]=E.charCodeAt(we)-32}d(m.prefixSuffixStorage,m.prefixSuffixHeads,m.triplets,`# #s #, #e #.# the #.com/#\xC2\xA0# of # and # in # to #"#">#
19
19
  #]# for # a # that #. # with #'# from # by #. The # on # as # is #ing #
20
- #:#ed #(# at #ly #="# of the #. This #,# not #er #al #='#ful #ive #less #est #ize #ous #`,` !! ! , *! &! " ! ) * * - ! # ! #!*! + ,$ ! - % . / # 0 1 . " 2 3!* 4% ! # / 5 6 7 8 0 1 & $ 9 + : ; < ' != > ?! 4 @ 4 2 & A *# ( B C& ) % ) !*# *-% A +! *. D! %' & E *6 F G% ! *A *% H! D I!+! J!+ K +- *4! A L!*4 M N +6 O!*% +.! K *G P +%( ! G *D +D Q +# *K!*G!+D!+# +G +A +4!+% +K!+4!*D!+K!*K`);function q(a,I,k,S,E,G,Z){let se=I,we=G.triplets,ge=G.prefixSuffixStorage,ue=G.prefixSuffixHeads,Ke=3*Z,Ze=we[Ke],Et=we[Ke+1],Kr=we[Ke+2],wn=ue[Ze],rr=ue[Ze+1],$e=ue[Kr],Gr=ue[Kr+1],ji=Et-11,Ea=Et-0;for((ji<1||ji>9)&&(ji=0),(Ea<1||Ea>9)&&(Ea=0);wn!=rr;)a[se++]=ge[wn++];ji>E&&(ji=E),S+=ji,E-=ji,E-=Ea;let $w=E;for(;$w>0;)a[se++]=k[S++],$w--;if(Et==10||Et==11){let _t=se-E;for(Et==10&&(E=1);E>0;){let Lf=a[_t]&255;Lf<192?(Lf>=97&&Lf<=122&&(a[_t]^=32),_t+=1,E-=1):Lf<224?(a[_t+1]^=32,_t+=2,E-=2):(a[_t+2]^=5,_t+=3,E-=3)}}else if(Et==21||Et==22){let _t=se-E,Lf=G.params[Z],Rr=(Lf&32767)+(16777216-(Lf&32768));for(;E>0;){let rf=1,yi=a[_t]&255;if(yi<128)Rr+=yi,a[_t]=Rr&127;else if(!(yi<192)){if(yi<224)if(E>=2){let nf=a[_t+1];Rr+=nf&63|(yi&31)<<6,a[_t]=192|Rr>>6&31,a[_t+1]=nf&192|Rr&63,rf=2}else rf=E;else if(yi<240)if(E>=3){let nf=a[_t+1],Rs=a[_t+2];Rr+=Rs&63|(nf&63)<<6|(yi&15)<<12,a[_t]=224|Rr>>12&15,a[_t+1]=nf&192|Rr>>6&63,a[_t+2]=Rs&192|Rr&63,rf=3}else rf=E;else if(yi<248)if(E>=4){let nf=a[_t+1],Rs=a[_t+2],eh=a[_t+3];Rr+=eh&63|(Rs&63)<<6|(nf&63)<<12|(yi&7)<<18,a[_t]=240|Rr>>18&7,a[_t+1]=nf&192|Rr>>12&63,a[_t+2]=Rs&192|Rr>>6&63,a[_t+3]=eh&192|Rr&63,rf=4}else rf=E}_t+=rf,E-=rf,Et==21&&(E=0)}}for(;$e!=Gr;)a[se++]=ge[$e++];return se-I}function z(a,I){let k=1<<I-1;for(;(a&k)!=0;)k>>=1;return(a&k-1)+k}function $(a,I,k,S,E){do S-=k,a[I+S]=E;while(S>0)}function ee(a,I,k){let S=1<<I-k;for(;I<15&&(S-=a[I],!(S<=0));)I++,S<<=1;return I-k}function Ye(a,I,k,S,E){let G=a[I],Z,se=new Int32Array(E),we=new Int32Array(16),ge=new Int32Array(16),ue;for(ue=0;ue<E;ue++)we[S[ue]]++;ge[1]=0;for(let $e=1;$e<15;$e++)ge[$e+1]=ge[$e]+we[$e];for(ue=0;ue<E;ue++)S[ue]!=0&&(se[ge[S[ue]]++]=ue);let Ke=k,Ze=1<<Ke,Et=Ze;if(ge[15]==1){for(Z=0;Z<Et;Z++)a[G+Z]=se[0];return Et}Z=0,ue=0;for(let $e=1,Gr=2;$e<=k;$e++,Gr<<=1)for(;we[$e]>0;we[$e]--)$(a,G+Z,Gr,Ze,$e<<16|se[ue++]),Z=z(Z,$e);let Kr=Et-1,wn=-1,rr=G;for(let $e=k+1,Gr=2;$e<=15;$e++,Gr<<=1)for(;we[$e]>0;we[$e]--)(Z&Kr)!=wn&&(rr+=Ze,Ke=ee(we,$e,k),Ze=1<<Ke,Et+=Ze,wn=Z&Kr,a[G+wn]=Ke+k<<16|rr-G-wn),$(a,rr+(Z>>k),Gr,Ze,$e-k<<16|se[ue++]),Z=z(Z,$e);return Et}function Re(a){if(a.endOfStreamReached!=0){if(ye(a)>=-2)return;throw"No more input"}let I=a.halfOffset<<1,k=4096-I;for(a.byteBuffer.copyWithin(0,I,4096),a.halfOffset=0;k<4096;){let S=4096-k,E=Qw(a.input,a.byteBuffer,k,S);if(E<=0){a.endOfStreamReached=1,a.tailBytes=k,k+=1;break}k+=E}ke(a,k)}function mt(a,I){if(a.endOfStreamReached==0)return;let k=(a.halfOffset<<1)+(a.bitOffset+7>>3)-4;if(k>a.tailBytes)throw"Read after end";if(I!=0&&k!=a.tailBytes)throw"Unused bytes after end"}function tr(a){if(a.bitOffset>32)throw"Accumulator underloaded: "+a.bitOffset}function ce(a,I){let k=a.accumulator32>>>a.bitOffset&(1<<I)-1;return a.bitOffset+=I,k}function Hn(a,I){let k=ce(a,16);return a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16,k|ce(a,I-16)<<16}function _(a){a.byteBuffer=new Int8Array(4160),a.accumulator32=0,a.shortBuffer=new Int16Array(2080),a.bitOffset=32,a.halfOffset=2048,a.endOfStreamReached=0,B(a)}function B(a){a.halfOffset>2030&&Re(a),mt(a,0),a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16,a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16}function D(a){a.bitOffset==32&&B(a)}function X(a){let I=32-a.bitOffset&7;if(I!=0&&ce(a,I)!=0)throw"Corrupted padding bits"}function ye(a){let I=2048;return a.endOfStreamReached!=0&&(I=a.tailBytes+1>>1),I-a.halfOffset}function Pe(a,I,k,S){if((a.bitOffset&7)!=0)throw"Unaligned copyBytes";for(;a.bitOffset!=32&&S!=0;)I[k++]=a.accumulator32>>>a.bitOffset,a.bitOffset+=8,S--;if(S==0)return;let E=tf(ye(a),S>>1);if(E>0){let G=a.halfOffset<<1,Z=E<<1;I.set(a.byteBuffer.subarray(G,G+Z),k),k+=Z,S-=Z,a.halfOffset+=E}if(S!=0){if(ye(a)>0){for(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);S!=0;)I[k++]=a.accumulator32>>>a.bitOffset,a.bitOffset+=8,S--;mt(a,0);return}for(;S>0;){let G=Qw(a.input,I,k,S);if(G==-1)throw"Unexpected end of input";k+=G,S-=G}}}function ke(a,I){let k=a.byteBuffer,S=I>>1,E=a.shortBuffer;for(let G=0;G<S;++G)E[G]=k[G*2]&255|(k[G*2+1]&255)<<8}let gt=new Int32Array(2048);function at(a,I,k){for(let E=0;E<256;++E)a[E]=E&63,a[512+E]=E>>2,a[1792+E]=2+(E>>6);for(let E=0;E<128;++E)a[1024+E]=4*(I.charCodeAt(E)-32);for(let E=0;E<64;++E)a[1152+E]=E&1,a[1216+E]=2+(E&1);let S=1280;for(let E=0;E<19;++E){let G=E&3,Z=k.charCodeAt(E)-32;for(let se=0;se<Z;++se)a[S++]=G}for(let E=0;E<16;++E)a[1792+E]=1,a[2032+E]=6;a[1792]=0,a[2047]=7;for(let E=0;E<256;++E)a[1536+E]=a[1792+E]<<3}at(gt,` !! ! "#$##%#$&'##(#)#++++++++++((&*'##,---,---,-----,-----,-----&#'###.///.///./////./////./////&#'# `,"A/* ': & : $ \x81 @");function jt(){this.ringBuffer=new Int8Array(0),this.contextModes=new Int8Array(0),this.contextMap=new Int8Array(0),this.distContextMap=new Int8Array(0),this.distExtraBits=new Int8Array(0),this.output=new Int8Array(0),this.byteBuffer=new Int8Array(0),this.shortBuffer=new Int16Array(0),this.intBuffer=new Int32Array(0),this.rings=new Int32Array(0),this.blockTrees=new Int32Array(0),this.literalTreeGroup=new Int32Array(0),this.commandTreeGroup=new Int32Array(0),this.distanceTreeGroup=new Int32Array(0),this.distOffset=new Int32Array(0),this.runningState=0,this.nextRunningState=0,this.accumulator32=0,this.bitOffset=0,this.halfOffset=0,this.tailBytes=0,this.endOfStreamReached=0,this.metaBlockLength=0,this.inputEnd=0,this.isUncompressed=0,this.isMetadata=0,this.literalBlockLength=0,this.numLiteralBlockTypes=0,this.commandBlockLength=0,this.numCommandBlockTypes=0,this.distanceBlockLength=0,this.numDistanceBlockTypes=0,this.pos=0,this.maxDistance=0,this.distRbIdx=0,this.trivialLiteralContext=0,this.literalTreeIdx=0,this.commandTreeIdx=0,this.j=0,this.insertLength=0,this.contextMapSlice=0,this.distContextMapSlice=0,this.contextLookupOffset1=0,this.contextLookupOffset2=0,this.distanceCode=0,this.numDirectDistanceCodes=0,this.distancePostfixBits=0,this.distance=0,this.copyLength=0,this.maxBackwardDistance=0,this.maxRingBufferSize=0,this.ringBufferSize=0,this.expectedTotalSize=0,this.outputOffset=0,this.outputLength=0,this.outputUsed=0,this.ringBufferBytesWritten=0,this.ringBufferBytesReady=0,this.isEager=0,this.isLargeWindow=0,this.cdNumChunks=0,this.cdTotalSize=0,this.cdBrIndex=0,this.cdBrOffset=0,this.cdBrLength=0,this.cdBrCopied=0,this.cdChunks=new Array(0),this.cdChunkOffsets=new Int32Array(0),this.cdBlockBits=0,this.cdBlockMap=new Int8Array(0),this.input=null,this.ringBuffer=new Int8Array(0),this.rings=new Int32Array(10),this.rings[0]=16,this.rings[1]=15,this.rings[2]=11,this.rings[3]=4}let yt=null,Vt=new Int32Array(32),ef=new Int32Array(32);function T_(a,I){if(A_(a)==0||E_(a)==0)throw"newData must be a direct read-only byte buffer";if(I.length>31)throw"sizeBits length must be at most "+31;for(let Z=0;Z<4;++Z)if(I[Z]!=0)throw"first "+4+" must be 0";let k=Vt,S=ef;S.set(I.subarray(0,0+I.length),0);let E=0,G=a.length;for(let Z=0;Z<I.length;++Z){k[Z]=E;let se=S[Z];if(se!=0){if(se>=31)throw"newSizeBits values must be less than 31";if(E+=Z<<se,E<=0||E>G)throw"newSizeBits is inconsistent: overflow"}}for(let Z=I.length;Z<32;++Z)k[Z]=E;if(E!=G)throw"newSizeBits is inconsistent: underflow";yt=a}function B_(a,I,k,S,E,G){let Z=N_(I+k);if(Z.length!=a.length)throw"Corrupted brotli dictionary";let se=0,we=S.length;for(let ge=0;ge<we;ge+=2){let ue=S.charCodeAt(ge)-36,Ke=S.charCodeAt(ge+1)-36;for(let Ze=0;Ze<ue;++Ze)Z[se]^=3,se++;for(let Ze=0;Ze<Ke;++Ze)Z[se]^=236,se++}for(let ge=0;ge<G.length;++ge)E[ge]=G.charCodeAt(ge)-65;a.set(Z)}{let a=new Int8Array(122784),I=new Int32Array(25);B_(a,'wjnfgltmojefofewab`h`lgfgbwbpkltlmozpjwf`jwzlsfmivpwojhfeqfftlqhwf{wzfbqlufqalgzolufelqnallhsobzojufojmfkfosklnfpjgfnlqftlqgolmdwkfnujftejmgsbdfgbzpevookfbgwfqnfb`kbqfbeqlnwqvfnbqhbaofvslmkjdkgbwfobmgmftpfufmmf{w`bpfalwkslpwvpfgnbgfkbmgkfqftkbwmbnfOjmhaoldpjyfabpfkfognbhfnbjmvpfq$*#(klogfmgptjwkMftpqfbgtfqfpjdmwbhfkbufdbnfpffm`boosbwktfoosovpnfmvejonsbqwiljmwkjpojpwdllgmffgtbzptfpwilapnjmgboploldlqj`kvpfpobpwwfbnbqnzellghjmdtjoofbpwtbqgafpwejqfSbdfhmltbtbz-smdnlufwkbmolbgdjufpfoemlwfnv`keffgnbmzql`hj`lmlm`follhkjgfgjfgKlnfqvofklpwbib{jmel`ovaobtpofppkboeplnfpv`kylmf233&lmfp`bqfWjnfqb`faovfelvqtffheb`fklsfdbufkbqgolpwtkfmsbqhhfswsbpppkjsqllnKWNOsobmWzsfglmfpbufhffseobdojmhplogejufwllhqbwfwltmivnswkvpgbqh`bqgejofefbqpwbzhjoowkbweboobvwlfufq-`lnwbohpklsulwfgffsnlgfqfpwwvqmalqmabmgefooqlpfvqo+phjmqlof`lnfb`wpbdfpnffwdlog-isdjwfnubqzefowwkfmpfmggqlsUjft`lsz2-3!?,b=pwlsfopfojfpwlvqsb`h-djesbpw`pp<dqbznfbm%dw8qjgfpklwobwfpbjgqlbgubq#effoilkmqj`hslqwebpw$VB.gfbg?,a=sllqajoowzsfV-P-tllgnvpw1s{8JmelqbmhtjgftbmwtbooofbgX3^8sbvotbufpvqf\'+$ tbjwnbppbqnpdlfpdbjmobmdsbjg"..#ol`hvmjwqllwtbohejqntjef{no!plmdwfpw13s{hjmgqltpwlloelmwnbjopbefpwbqnbsp`lqfqbjmeoltabazpsbmpbzp7s{85s{8bqwpellwqfbotjhjkfbwpwfswqjslqd,obhftfbhwlogElqn`bpwebmpabmhufqzqvmpivozwbph2s{8dlbodqftpoltfgdfjg>!pfwp6s{8-ip<73s{je#+pllmpfbwmlmfwvafyfqlpfmwqffgeb`wjmwldjewkbqn2;s{`bnfkjooalogyllnuljgfbpzqjmdejoosfbhjmjw`lpw0s{8ib`hwbdpajwpqloofgjwhmftmfbq?"..dqltIPLMgvwzMbnfpbofzlv#olwpsbjmibyy`logfzfpejpkttt-qjphwbapsqfu23s{qjpf16s{Aovfgjmd033/abooelqgfbqmtjogal{-ebjqob`hufqpsbjqivmfwf`kje+"sj`hfujo\'+! tbqnolqgglfpsvoo/333jgfbgqbtkvdfpslwevmgavqmkqfe`foohfzpwj`hklvqolppevfo21s{pvjwgfboQPP!bdfgdqfzDFW!fbpfbjnpdjqobjgp;s{8mbuzdqjgwjsp :::tbqpobgz`bqp*8#~sks<kfoowbootklnyk9 ), #233kboo- B4s{8svpk`kbw3s{8`qft),?,kbpk46s{eobwqbqf#%%#wfoo`bnslmwlobjgnjppphjswfmwejmfnbofdfwpsolw733/  `lloeffw-sks?aq=fqj`nlpwdvjgafoogfp`kbjqnbwkbwln,jnd% ;1ov`h`fmw3338wjmzdlmfkwnopfoogqvdEQFFmlgfmj`h<jg>olpfmvooubpwtjmgQPP#tfbqqfozaffmpbnfgvhfmbpb`bsftjpkdvoeW109kjwppolwdbwfhj`haovqwkfz26s{$$*8*8!=npjftjmpajqgplqwafwbpffhW2;9lqgpwqffnboo53s{ebqnlupalzpX3^-$*8!SLPWafbqhjgp*8~~nbqzwfmg+VH*rvbgyk9\n.pjy....sqls$*8ojewW2:9uj`fbmgzgfaw=QPPsllomf`haoltW259gllqfuboW249ofwpebjolqbosloomlub`lopdfmf#lxplewqlnfwjooqlpp?k0=slvqebgfsjmh?wq=njmj*\x7F"+njmfyk9abqpkfbq33*8njoh#..=jqlmeqfggjphtfmwpljosvwp,ip,klozW119JPAMW139bgbnpffp?k1=iplm$/#$`lmwW129#QPPollsbpjbnllm?,s=plvoOJMFelqw`bqwW279?k2=;3s{"..?:s{8W379njhf975Ymj`fjm`kZlqhqj`fyk9\b$**8svqfnbdfsbqbwlmfalmg904Y\\le\\$^*8333/yk9\vwbmhzbqgaltoavpk965YIbub03s{ \x7F~ &@0&907YifeeF[SJ`bpkujpbdloepmltyk9rvfq-`pppj`hnfbwnjm-ajmggfookjqfsj`pqfmw905YKWWS.132elwltloeFMG#{al{967YALGZgj`h8 ~ f{jw906Yubqpafbw$~*8gjfw:::8bmmf~~?,Xj^-Obmdhn.^tjqfwlzpbggppfbobof{8 \n~f`klmjmf-lqd336*wlmziftppbmgofdpqlle333*#133tjmfdfbqgldpallwdbqz`vwpwzofwfnswjlm-{no`l`hdbmd\'+$-63s{Sk-Gnjp`bobmolbmgfphnjofqzbmvmj{gjp`*8~ gvpw`ojs*- 43s{.133GUGp4^=?wbsfgfnlj((*tbdffvqlskjolswpklofEBRpbpjm.15WobapsfwpVQO#avoh`llh8~ KFBGX3^*baaqivbm+2:;ofpkwtjm?,j=plmzdvzpev`hsjsf\x7F. "331*mgltX2^8X^8 Old#pbow \n\nabmdwqjnabwk*x 33s{ ~*8hl9\0effpbg=p9,,#X^8wloosovd+*x x #-ip$133sgvboalbw-ISD*8 ~rvlw*8 $*8  ~1327132613251324132;132:13131312131113101317131613151314131;131:130313021301130013071306130513041320132113221323133:133;133413351336133713301331133213332:::2::;2::42::52::62::72::02::12::22::32:;:2:;;2:;42:;52:;62:;72:;02:;12:;22:;32:4:2:4;2:442:452:462:472:402:412:422:432:5:2:5;2:542:552:562:572:502:512:522:532:6:2:6;2:642:652:662:672:602:612:622:632333231720:73333::::`lnln/Mpfpwffpwbsfqlwlglkb`f`bgbb/]lajfmg/Abbp/Aujgb`bpllwqlelqlplollwqb`vbogjilpjgldqbmwjslwfnbgfafbodlrv/Efpwlmbgbwqfpsl`l`bpbabilwlgbpjmlbdvbsvfpvmlpbmwfgj`fovjpfoobnbzlylmbbnlqsjpllaqb`oj`foolgjlpklqb`bpj<[<\\<Q<\\<R<P=l<\\=l=o=n<\\<Q<Y<S<R<R=n<T<[<Q<R<X<R=n<R<Z<Y<R<Q<T=i<q<\\<Y<Y<]=g<P=g<~=g=m<R<^=g<^<R<q<R<R<]<s<R<W<T<Q<T<L<H<q<Y<p=g=n=g<r<Q<T<P<X<\\<{<\\<x<\\<q=o<r<]=n<Y<t<[<Y<U<Q=o<P<P<N=g=o<Z5m5f4O5j5i4K5i4U5o5h4O5d4]4C5f4K5m5e5k5d5h5i5h5o4K5d5h5k4D4_4K5h4I5j5k5f4O5f5n4C5k5h4G5i4D5k5h5d5h5f4D5h4K5f4D5o4X5f4K5i4O5i5j4F4D5f5h5j4A4D5k5i5i4X5d4Xejqpwujgflojdkwtlqognfgjbtkjwf`olpfaob`hqjdkwpnbooallhpsob`fnvpj`ejfoglqgfqsljmwubovfofufowbaofalbqgklvpfdqlvstlqhpzfbqppwbwfwlgbztbwfqpwbqwpwzofgfbwksltfqsklmfmjdkwfqqlqjmsvwbalvwwfqnpwjwofwllopfufmwol`bowjnfpobqdftlqgpdbnfppklqwpsb`fel`vp`ofbqnlgfoaol`hdvjgfqbgjlpkbqftlnfmbdbjmnlmfzjnbdfmbnfpzlvmdojmfpobwfq`lolqdqffmeqlmw%bns8tbw`kelq`fsqj`fqvofpafdjmbewfqujpjwjppvfbqfbpafoltjmgf{wlwboklvqpobafosqjmwsqfppavjowojmhppsffgpwvgzwqbgfelvmgpfmpfvmgfqpkltmelqnpqbmdfbggfgpwjoonlufgwbhfmbalufeobpkej{fglewfmlwkfqujftp`kf`hofdboqjufqjwfnprvj`hpkbsfkvnbmf{jpwdljmdnlujfwkjqgabpj`sfb`fpwbdftjgwkoldjmjgfbptqlwfsbdfpvpfqpgqjufpwlqfaqfbhplvwkulj`fpjwfpnlmwktkfqfavjogtkj`kfbqwkelqvnwkqffpslqwsbqwz@oj`holtfqojufp`obppobzfqfmwqzpwlqzvpbdfplvmg`lvqwzlvq#ajqwkslsvswzsfpbssozJnbdfafjmdvssfqmlwfpfufqzpkltpnfbmpf{wqbnbw`kwqb`hhmltmfbqozafdbmpvsfqsbsfqmlqwkofbqmdjufmmbnfgfmgfgWfqnpsbqwpDqlvsaqbmgvpjmdtlnbmebopfqfbgzbvgjlwbhfptkjof-`ln,ojufg`bpfpgbjoz`kjogdqfbwivgdfwklpfvmjwpmfufqaqlbg`lbpw`lufqbssofejofp`z`ofp`fmfsobmp`oj`htqjwfrvffmsjf`ffnbjoeqbnflogfqsklwlojnjw`b`kf`jujop`boffmwfqwkfnfwkfqfwlv`kalvmgqlzbobphfgtklofpjm`fpwl`h#mbnfebjwkkfbqwfnswzleefqp`lsfltmfgnjdkwboavnwkjmhaollgbqqbznbilqwqvpw`bmlmvmjlm`lvmwubojgpwlmfPwzofOldjmkbsszl``vqofew9eqfpkrvjwfejonpdqbgfmffgpvqabmejdkwabpjpklufqbvwl8qlvwf-kwnonj{fgejmboZlvq#pojgfwlsj`aqltmbolmfgqbtmpsojwqfb`kQjdkwgbwfpnbq`krvlwfdllgpOjmhpglvawbpzm`wkvnaboolt`kjfezlvwkmlufo23s{8pfqufvmwjokbmgp@kf`hPsb`frvfqzibnfpfrvbowtj`f3/333Pwbqwsbmfoplmdpqlvmgfjdkwpkjewtlqwkslpwpofbgptffhpbuljgwkfpfnjofpsobmfpnbqwboskbsobmwnbqhpqbwfpsobzp`objnpbofpwf{wppwbqptqlmd?,k0=wkjmd-lqd,nvowjkfbqgSltfqpwbmgwlhfmplojg+wkjpaqjmdpkjsppwbeewqjfg`boopevoozeb`wpbdfmwWkjp#,,..=bgnjmfdzswFufmw26s{8Fnbjowqvf!`qlpppsfmwaoldpal{!=mlwfgofbuf`kjmbpjyfpdvfpw?,k7=qlalwkfbuzwqvf/pfufmdqbmg`qjnfpjdmpbtbqfgbm`fskbpf=?"..fm\\VP% 0:8133s{\\mbnfobwjmfmilzbib{-bwjlmpnjwkV-P-#klogpsfwfqjmgjbmbu!=`kbjmp`lqf`lnfpgljmdsqjlqPkbqf2::3pqlnbmojpwpibsbmeboopwqjboltmfqbdqff?,k1=bavpfbofqwlsfqb!.,,T`bqgpkjoopwfbnpSklwlwqvwk`ofbm-sks<pbjmwnfwboolvjpnfbmwsqlleaqjfeqlt!=dfmqfwqv`hollhpUbovfEqbnf-mfw,..= ?wqz#x ubq#nbhfp`lpwpsobjmbgvowrvfpwwqbjmobalqkfosp`bvpfnbdj`nlwlqwkfjq163s{ofbpwpwfsp@lvmw`lvogdobpppjgfpevmgpklwfobtbqgnlvwknlufpsbqjpdjufpgvw`kwf{bpeqvjwmvoo/\x7F\x7FX^8wls!= ?"..SLPW!l`fbm?aq,=eollqpsfbhgfswk#pjyfabmhp`bw`k`kbqw13s{8bojdmgfboptlvog63s{8vqo>!sbqhpnlvpfNlpw#---?,bnlmdaqbjmalgz#mlmf8abpfg`bqqzgqbewqfefqsbdf\\klnf-nfwfqgfobzgqfbnsqlufiljmw?,wq=gqvdp?"..#bsqjojgfboboofmf{b`welqwk`lgfpoldj`Ujft#pffnpaobmhslqwp#+133pbufg\\ojmhdlbopdqbmwdqffhklnfpqjmdpqbwfg03s{8tklpfsbqpf+*8!#Aol`hojmv{ilmfpsj{fo$*8!=*8je+.ofewgbujgklqpfEl`vpqbjpfal{fpWqb`hfnfmw?,fn=abq!=-pq`>wltfqbow>!`baofkfmqz17s{8pfwvsjwbozpkbqsnjmlqwbpwftbmwpwkjp-qfpfwtkffodjqop,`pp,233&8`ovappwveeajaofulwfp#2333hlqfb~*8 abmgprvfvf>#x~8;3s{8`hjmdx \n\nbkfbg`ol`hjqjpkojhf#qbwjlpwbwpElqn!zbkll*X3^8Balvwejmgp?,k2=gfavdwbphpVQO#>`foop~*+*821s{8sqjnfwfoopwvqmp3{533-isd!psbjmafb`kwb{fpnj`qlbmdfo..=?,djewppwfuf.ojmhalgz-~*8 \nnlvmw#+2::EBR?,qldfqeqbmh@obpp1;s{8effgp?k2=?p`lwwwfpwp11s{8gqjmh*#\x7F\x7F#oftjppkboo 30:8#elq#olufgtbpwf33s{8ib9npjnlm?elmwqfsoznffwpvmwfq`kfbswjdkwAqbmg*#">#gqfpp`ojspqllnplmhfznlajonbjm-Mbnf#sobwfevmmzwqffp`ln,!2-isdtnlgfsbqbnPWBQWofew#jggfm/#132*8 ~ elqn-ujqvp`kbjqwqbmptlqpwSbdfpjwjlmsbw`k?".. l.`b`ejqnpwlvqp/333#bpjbmj((*xbglaf$*X3^jg>23alwk8nfmv#-1-nj-smd!hfujm`lb`k@kjogaqv`f1-isdVQO*(-isd\x7Fpvjwfpoj`fkbqqz213!#ptffwwq= mbnf>gjfdlsbdf#ptjpp..= eee8!=Old-`ln!wqfbwpkffw*#%%#27s{8poffsmwfmwejofgib9ojg>!`Mbnf!tlqpfpklwp.al{.gfowb %ow8afbqp97;Y?gbwb.qvqbo?,b=#psfmgabhfqpklsp>#!!8sks!=`wjlm20s{8aqjbmkfoolpjyf>l>&1E#iljmnbzaf?jnd#jnd!=/#eipjnd!#!*X3^NWlsAWzsf!mftozGbmph`yf`kwqbjohmltp?,k6=ebr!=yk.`m23*8 .2!*8wzsf>aovfpwqvozgbujp-ip$8= ?"pwffo#zlv#k1= elqn#ifpvp233&#nfmv- \n tbofpqjphpvnfmwggjmda.ojhwfb`kdje!#ufdbpgbmphffpwjpkrjspvlnjplaqfgfpgffmwqfwlglpsvfgfb/]lpfpw/Mwjfmfkbpwblwqlpsbqwfglmgfmvfulkb`fqelqnbnjpnlnfilqnvmglbrv/Ag/Abpp/_olbzvgbef`kbwlgbpwbmwlnfmlpgbwlplwqbppjwjlnv`klbklqbovdbqnbzlqfpwlpklqbpwfmfqbmwfpelwlpfpwbpsb/Apmvfubpbovgelqlpnfgjlrvjfmnfpfpslgfq`kjofpfq/Muf`fpgf`jqilp/Efpwbqufmwbdqvslkf`klfoolpwfmdlbnjdl`lpbpmjufodfmwfnjpnbbjqfpivojlwfnbpkb`jbebulqivmjlojaqfsvmwlavfmlbvwlqbaqjoavfmbwf{wlnbqylpbafqojpwbovfdl`/_nlfmfqlivfdlsfq/Vkbafqfpwlzmvm`bnvifqubolqevfqbojaqldvpwbjdvboulwlp`bplpdv/Absvfglplnlpbujplvpwfggfafmml`kfavp`bebowbfvqlppfqjfgj`kl`vqpl`obuf`bpbpof/_msobylobqdllaqbpujpwbbslzlivmwlwqbwbujpwl`qfbq`bnslkfnlp`jm`l`bqdlsjplplqgfmkb`fm/Mqfbgjp`lsfgql`fq`bsvfgbsbsfonfmlq/Vwjo`obqlilqdf`boofslmfqwbqgfmbgjfnbq`bpjdvffoobppjdol`l`kfnlwlpnbgqf`obpfqfpwlmj/]lrvfgbsbpbqabm`lkjilpujbifsbaol/Epwfujfmfqfjmlgfibqelmgl`bmbomlqwfofwqb`bvpbwlnbqnbmlpovmfpbvwlpujoobufmglsfpbqwjslpwfmdbnbq`loofubsbgqfvmjglubnlpylmbpbnalpabmgbnbqjbbavplnv`kbpvajqqjlibujujqdqbgl`kj`bboo/Ailufmgj`kbfpwbmwbofppbojqpvfolsfplpejmfpoobnbavp`l/Epwboofdbmfdqlsobybkvnlqsbdbqivmwbglaofjpobpalopbab/]lkbaobov`kb/mqfbgj`fmivdbqmlwbpuboofboo/M`bqdbglolqbabilfpw/Edvpwlnfmwfnbqjlejqnb`lpwlej`kbsobwbkldbqbqwfpofzfpbrvfonvpflabpfpsl`lpnjwbg`jfol`kj`lnjfgldbmbqpbmwlfwbsbgfafpsobzbqfgfppjfwf`lqwf`lqfbgvgbpgfpflujfilgfpfbbdvbp%rvlw8glnbjm`lnnlmpwbwvpfufmwpnbpwfqpzpwfnb`wjlmabmmfqqfnlufp`qloovsgbwfdolabonfgjvnejowfqmvnafq`kbmdfqfpvowsvaoj`p`qffm`kllpfmlqnbowqbufojppvfpplvq`fwbqdfwpsqjmdnlgvofnlajofptjw`ksklwlpalqgfqqfdjlmjwpfoepl`jbob`wjuf`lovnmqf`lqgelooltwjwof=fjwkfqofmdwkebnjozeqjfmgobzlvwbvwklq`qfbwfqfujftpvnnfqpfqufqsobzfgsobzfqf{sbmgsloj`zelqnbwglvaofsljmwppfqjfpsfqplmojujmdgfpjdmnlmwkpelq`fpvmjrvftfjdkwsflsoffmfqdzmbwvqfpfbq`kejdvqfkbujmd`vpwlnleepfwofwwfqtjmgltpvanjwqfmgfqdqlvspvsolbgkfbowknfwklgujgflpp`klloevwvqfpkbgltgfabwfubovfpLaif`wlwkfqpqjdkwpofbdvf`kqlnfpjnsofmlwj`fpkbqfgfmgjmdpfbplmqfslqwlmojmfprvbqfavwwlmjnbdfpfmbaofnlujmdobwfpwtjmwfqEqbm`fsfqjlgpwqlmdqfsfbwOlmglmgfwbjoelqnfggfnbmgpf`vqfsbppfgwlddofsob`fpgfuj`fpwbwj``jwjfppwqfbnzfooltbwwb`hpwqffweojdkwkjggfmjmel!=lsfmfgvpfevouboofz`bvpfpofbgfqpf`qfwpf`lmggbnbdfpslqwpf{`fswqbwjmdpjdmfgwkjmdpfeef`wejfogppwbwfpleej`fujpvbofgjwlqulovnfQfslqwnvpfvnnlujfpsbqfmwb``fppnlpwoznlwkfq!#jg>!nbqhfwdqlvmg`kbm`fpvqufzafelqfpznalonlnfmwpsff`knlwjlmjmpjgfnbwwfq@fmwfqlaif`wf{jpwpnjggofFvqlsfdqltwkofdb`znbmmfqfmlvdk`bqffqbmptfqlqjdjmslqwbo`ojfmwpfof`wqbmgln`olpfgwlsj`p`lnjmdebwkfqlswjlmpjnsozqbjpfgfp`bsf`klpfm`kvq`kgfejmfqfbplm`lqmfqlvwsvwnfnlqzjeqbnfsloj`fnlgfopMvnafqgvqjmdleefqppwzofphjoofgojpwfg`boofgpjoufqnbqdjmgfofwfafwwfqaqltpfojnjwpDolabopjmdoftjgdfw`fmwfqavgdfwmltqbs`qfgjw`objnpfmdjmfpbefwz`klj`fpsjqjw.pwzofpsqfbgnbhjmdmffgfgqvppjbsofbpff{wfmwP`qjswaqlhfmbooltp`kbqdfgjujgfeb`wlqnfnafq.abpfgwkflqz`lmejdbqlvmgtlqhfgkfosfg@kvq`kjnsb`wpklvogbotbzpoldl!#alwwlnojpw!=*xubq#sqfej{lqbmdfKfbgfq-svpk+`lvsofdbqgfmaqjgdfobvm`kQfujftwbhjmdujpjlmojwwofgbwjmdAvwwlmafbvwzwkfnfpelqdlwPfbq`kbm`klqbonlpwolbgfg@kbmdfqfwvqmpwqjmdqfolbgNlajofjm`lnfpvssozPlvq`flqgfqpujftfg%maps8`lvqpfBalvw#jpobmg?kwno#`llhjfmbnf>!bnbylmnlgfqmbguj`fjm?,b=9#Wkf#gjboldklvpfpAFDJM#Nf{j`lpwbqwp`fmwqfkfjdkwbggjmdJpobmgbppfwpFnsjqfP`kllofeelqwgjqf`wmfbqoznbmvboPfof`w- Lmfiljmfgnfmv!=SkjojsbtbqgpkbmgofjnslqwLeej`fqfdbqgphjoopmbwjlmPslqwpgfdqfftffhoz#+f-d-afkjmggl`wlqolddfgvmjwfg?,a=?,afdjmpsobmwpbppjpwbqwjpwjppvfg033s{\x7F`bmbgbbdfm`zp`kfnfqfnbjmAqbyjopbnsofoldl!=afzlmg.p`bofb``fswpfqufgnbqjmfEllwfq`bnfqb?,k2= \\elqn!ofbufppwqfpp!#,= -dje!#lmolbgolbgfqL{elqgpjpwfqpvqujuojpwfmefnbofGfpjdmpjyf>!bssfbowf{w!=ofufopwkbmhpkjdkfqelq`fgbmjnbobmzlmfBeqj`bbdqffgqf`fmwSflsof?aq#,=tlmgfqsqj`fpwvqmfg\x7F\x7F#x~8nbjm!=jmojmfpvmgbztqbs!=ebjofg`fmpvpnjmvwfafb`lmrvlwfp263s{\x7Ffpwbwfqfnlwffnbjo!ojmhfgqjdkw8pjdmboelqnbo2-kwnopjdmvssqjm`feolbw9-smd!#elqvn-B``fppsbsfqpplvmgpf{wfmgKfjdkwpojgfqVWE.;!%bns8#Afelqf-#TjwkpwvgjlltmfqpnbmbdfsqlejwiRvfqzbmmvbosbqbnpalvdkwebnlvpdlldofolmdfqj((*#xjpqbfopbzjmdgf`jgfklnf!=kfbgfqfmpvqfaqbm`ksjf`fpaol`h8pwbwfgwls!=?qb`jmdqfpjyf..%dw8sb`jwzpf{vboavqfbv-isd!#23/333lawbjmwjwofpbnlvmw/#Jm`-`lnfgznfmv!#ozqj`pwlgbz-jmgffg`lvmwz\\oldl-EbnjozollhfgNbqhfwopf#jeSobzfqwvqhfz*8ubq#elqfpwdjujmdfqqlqpGlnbjm~fopfxjmpfqwAold?,ellwfqoldjm-ebpwfqbdfmwp?algz#23s{#3sqbdnbeqjgbzivmjlqgloobqsob`fg`lufqpsovdjm6/333#sbdf!=alpwlm-wfpw+bubwbqwfpwfg\\`lvmwelqvnpp`kfnbjmgf{/ejoofgpkbqfpqfbgfqbofqw+bssfbqPvanjwojmf!=algz!= )#WkfWklvdkpffjmdifqpfzMftp?,ufqjezf{sfqwjmivqztjgwk>@llhjfPWBQW#b`qlpp\\jnbdfwkqfbgmbwjufsl`hfwal{!= Pzpwfn#Gbujg`bm`fqwbaofpsqlufgBsqjo#qfboozgqjufqjwfn!=nlqf!=albqgp`lolqp`bnsvpejqpw#\x7F\x7F#X^8nfgjb-dvjwbqejmjpktjgwk9pkltfgLwkfq#-sks!#bppvnfobzfqptjoplmpwlqfpqfojfeptfgfm@vpwlnfbpjoz#zlvq#Pwqjmd Tkjowbzolq`ofbq9qfplqweqfm`kwklvdk!*#(#!?algz=avzjmdaqbmgpNfnafqmbnf!=lssjmdpf`wlq6s{8!=upsb`fslpwfqnbilq#`leeffnbqwjmnbwvqfkbssfm?,mbu=hbmpbpojmh!=Jnbdfp>ebopftkjof#kpsb`f3%bns8# Jm##sltfqSlophj.`lolqilqgbmAlwwlnPwbqw#.`lvmw1-kwnomftp!=32-isdLmojmf.qjdkwnjoofqpfmjlqJPAM#33/333#dvjgfpubovf*f`wjlmqfsbjq-{no!##qjdkwp-kwno.aol`hqfdF{s9klufqtjwkjmujqdjmsklmfp?,wq=vpjmd# \nubq#=$*8 \n?,wg= ?,wq= abkbpbaqbpjodbofdlnbdzbqslophjpqsphj4]4C5d\bTA\nzk\vBl\bQ\x7F\vUmGx\bSM\nmC\bTA wQ\nd}\bW@\bTl\bTF i@ cT\vBM\v|jBV qw cC\bWI\npa fM\n{Z{X\bTF\bVV\bVK \x7FmkF []\bPm\bTv\nsI\vpg [I\bQpmx\v_W\n^M\npe\vQ}\vGu\nel\npeChBV\bTA So\nzk\vGL\vxD\nd[JzMY\bQpli\nfl\npC{BNt\vwT i_\bTgQQ\n|p\vXN\bQS\vxDQC\bWZ pD\vVS\bTWNtYh\nzuKjN} wr Ha\n_D j`\vQ}\vWp\nxZ{c ji BU\nbDa| Tn pV\nZd\nmC\vEV{X c} To\bWl\bUd IQ cg\vxs\nXW wR\vek c} ]y Jn\nrp\neg\npV\nz\\{W\npl\nz\\\nzU Pc `{\bV@\nc|\bRw i_\bVb\nwX HvSu\bTF\v_W\vWs\vsIm\x7F\nTT\ndc US }f iZ\bWz c}MD Be iD\v@@\bTl\bPv }tSwM`\vnU kW\ved\nqo\vxY A|\bTz\vy`BRBM iaXU\nyun^ fL iI\nXW fD\bWz\bW@ yj \x7Fm av BN\vb\\ pD\bTf\nY[ Jn\bQy [^\vWc\vyuDlCJ\vWj\vHR `V\vuW Qy\np@\vGuplJm\bW[\nLP\nxC\n`m wQui\x7FR\nbI wQ BZ WVBR\npg cgtiCW\n_y Rg\bQa\vQB\vWc\nYble\ngESu\nL[ Q\x7F ea dj\v]W\nb~M` wL\bTV\bVH\nt\x7F\npl |bs_\bU|\bTaoQlvSkM`\bTv\vK}\nfl cCoQBR Hk |d\bQp HK BZ\vHR\bPv\vLx\vEZ\bT\x7F\bTv iDoDMU\vwBSuk`St\ntC Pl Kg\noi jY\vxYh}\nzk\bWZ \x7Fm\ve` TB fE\nzk `zYh\nV| HK AJ AJ\bUL p\\ ql\nYcKd\nfyYh [I\vDgJm\n]n\nlb\bUd\n{Z lu fsoQ\bTWJm\vwB eaYhBC sb Tn\nzU\n_y\vxY Q]\ngwmt O\\\ntb\bWW\bQy mI V[\ny\\\naB\vRb wQ\n]QQJ\bWg\vWa\bQj\ntC\bVH\nYm\vxs\bVK\nel\bWI\vxYCq\ntR\vHV\bTl\bVw ay\bQa\bVV }t dj\nr| p\\ wR\n{i\nTT [I i[ AJ\vxs\v_W d{\vQ} cg Tz A| Cj\vLmN}m\x7F\nbK dZ p\\ `V sV\np@ iD wQ\vQ}\bTfkaJm\v@@\bV` zp\n@NSw iI cg\noiSu\bVwloCy c}\vb\\ sUBA\bWI\bTf\nxS Vp\nd|\bTV\vbC NoJu\nTC |`\n{Z D]\bU| c}lm\bTl Bv Pl c}\bQp \x7Fm\nLk kj\n@NSbKO j_ p\\\nzU\bTl\bTg\bWI cfXO\bWW\ndzli BN\nd[\bWOMD\vKC dj I_\bVV\ny\\\vLmxl xB kV\vb\\\vJW\vVS Vx\vxD d{MD\bTa |`\vPzR}\vWsBM\nsICN\bTaJm\npe i_\npV\nrh Rd Hv\n~A\nxR\vWh\vWk\nxS\vAz\vwX\nbIoQ fw\nqI\nV|\nunz\x7F\vpg d\\\voA{D i_xB\bT\x7F `Vqr TTg]CA\vuR VJ T`\npw\vRb I_\nCxRo\vsICjKh Bv WVBBoD{D\nhcKm\v^R QE\n{I\np@\nc|Gt c}Dl\nzUqN sVk} Hh\v|j\nqou| Q]\vek\x7FZM`St\npe dj\bVG\veE \x7Fm\vWc|I\n[W fL\bT\x7F BZSu\vKaCqNtY[\nqI\bTv fM i@ }fB\\ Qy\vBl\bWgXDkc\vx[\bVV Q] \x7Fa Py\vxD\nfI }foD dj SGls ~DCN\n{Z \\v\n_D\nhc\vx_C[ AJ\nLM VxCI bj c^ cF\ntCSx wrXA\bU\\ |a\vK\\\bTV\bVj\nd| fsCX\ntb\bRw Vx AE A|\bT\x7FNt\vDg Vc\bTld@\npo \x7FM cF\npe iZ Bo\bSq\nfHl`\bTx\bWf HE\vF{ cO fD\nlm\vfZ\nlm\veU dGBH\bTV SiMW\nwX\nz\\ \\cCX\nd} l}\bQp\bTV F~\bQ\x7F `i\ng@nO\bUd\bTl\nL[ wQ ji\ntC |J\nLU\naB\vxYKj AJuN i[\npeSk\vDg\vx]\bVb\bVV\nea kV\nqI\bTaSk\nAO pD\ntb\nts\nyi\bVg i_\v_W\nLkNt yj fMR\x7F iI\bTl\vwX sV\vMl\nyu AJ\bVjKO WV\vA}\vW\x7F\nrp iD\v|olv\vsIBM d~ CU\bVbeV\npC\vwT j` c}\vxs\vps\vvh WV\vGg\vAe\vVK\v]W rg\vWcF` Br\vb\\ dZ\bQp\nqIkF\nLk\vAR\bWI\bTg bs dw\n{L\n_y iZ\bTA lg\bVV\bTl dk\n`k a{ i_{Awj wN\v@@\bTe i_\n_D wL\nAH\viK\vek\n[] p_ yj\bTv US [r\n{I\npsGt\vVK\nplS}\vWP |dMD\vHV\bT\x7FR}M`\bTV\bVHlvCh\bW[Ke R{\v^R ab BZ VA B`\nd|\nhsKe BeOi R{ d\\nB\bWZ dZ VJOs \x7FmuQ\vhZQ@QQ\nfI\bW[B\\li\nzU\nMdM`\nxS\bVV\n\\}\vxD \x7Fm\bTpIS\nc| kVi~ V{\vhZ |b\bWt\n@R\voA\vnU\bWI ea B` iD c} TzBR\vQBNj CP [I\bTv `WuN\vpg\vpg\vWc iT bs wL U_ c\\ |h\vKa Nr fL\nq|\nzu\nz\\ Nr\bUg |bm`\bTv\nyd\nrp\bWf UXBV\nzk\nd} wQ }fCe\ved\bTW\bSB\nxU cn\bTb\ne\x7F a\\ SG\bU|\npV\nN\\Kn\vnU At pD\v^R\vIrb[ R{ dE\vxD\vWK\vWA\bQL\bW@Su\bUd\nDM PcCADloQ Hswiub\n\x7Fa\bQpOb\nLP\bTlY[\vK} AJ\bQ\x7Fn^\vsA\bSM\nqM\bWZ\n^W\vz{S| fD\bVK\bTv\bPvBB CPdF id\vxsmx\vws cC\ntC ycM`\vW\x7F\nrh\bQp\vxD\\o\nsI_k\nzukF fDXsXO jp\bTvBS{B Br\nzQ\nbI c{BDBVnO\bTF caJd fL PV I_\nlK`o wX\npa gu\bP}{^\bWf\n{I BN\npaKl\vpg cn fL\vvhCq\bTl\vnU\bSqCm wR\bUJ\npe\nyd\nYgCy\vKW fD\neaoQ j_ BvnM\vID\bTa\nzApl\n]n\bTa R{ fr\n_y\bUg{Xkk\vxD|Ixl\nfyCe\vwB\nLk\vd]\noi\n}h Q]\npe\bVwHkOQ\nzk AJ\npV\bPv\ny\\ A{Oi\bSBXA\veE jp\nq} iDqN\v^R \x7Fm iZ Br\bVg\noi\n\\X U_\nc|\vHV\bTf Tn\\N\\N\nuBlv\nyu Td\bTf\bPL\v]W dG\nA`\nw^\ngI\npe dw\nz\\ia\bWZ cFJm\n{Z\bWO_kDfRR d\\\bVV\vxsBNtilm Td ]y\vHV So\v|jXX A|\vZ^\vGu\bTWM`kF\vhZ\vVK dG\vBl ay\nxUqEnO\bVw\nqICX\ne\x7F Pl\bWO\vLm dLuHCm dTfn\vwBka\vnU\n@M\nyT Hv \\}Kh d~Yhk}\neR d\\\bWI |b HK iD\bTWMY\npl\bQ_ wr\vAx HE\bTg\bSqvp\vb\\\bWO\nOl\nsI\nfy\vID \\c\n{Z\n^~\npe\nAO TT\vxvk_\bWO\v|j\vwB Qy i@ Pl Ha dZk}ra UT\vJc\ved\np@ QN\nd| kj HkM`\noi wr d\\\nlq\no_\nlb\nL[ acBBBHCm\npl IQ\bVK\vxs\n`e\viK\npaOi US\bTp fD\nPGkkXA\nz\\\neg\vWh wRqN\nqS cnlo\nxS\n^W BU\nt\x7F HE p\\ fF fw\bVV\bW@ ak\vVKls VJ\bVV\veE\\o\nyX\nYmM`lL\nd|\nzk A{sE wQXT\nt\x7F Pl ]y\vwT{pMD\vb\\ Q]Kj Jn\nAH\vRb BU HK \\c\nfIm\x7F\nqM\n@R So\noiBT Hv\n_yKh BZ ]i\bUJ V{Sr\nbI\vGg a_\bTR\nfI\nfl [K IIS|\vuW iI\bWI\nqI\v|jBV\bVg\bWZkF\vx]\bTA ab fr i@ Jd Jd\vps\nAO\bTaxu iD\nzk |d |`\bW[ lP dG\bVV\vw}\vqO i[\bQ\x7F\bTz\vVF wNts dw\bTv\neS\ngi NryS\npe\bVV\bSq\n`m yj BZ\vWX\bSB c\\\nUR [J c_nM\bWQ\vAx\nMd Brui\vxY\bSM\vWc\v|j\vxs }Q BO\bPL\bWW fM\nAO Pc\veUe^\bTg\nqI ac\bPv cFoQ Q\x7F\vhZka\nz\\ iK BU\n`k CPS|M`\n{I S{_O BZZiSk ps p\\\nYu\n]s\nxC\bWt\nbD kV\vGuyS\nqA [r\neKM` dZlL\bUg\bTl\nbD US\vb\\ pV\nccS\\ ct `z\bPL\vWs\nA`\neg\bSquECR\vDg `W\vz{\vWcSkSk bW\bUg ea\nxZ iI UX VJ\nqn S{\vRb\bTQ\nplGt\vuWuj\npF\nqI fL [I iaXO\nyu\vDg\ved q{VG\bQ\x7Fka Vj kV xB\nd|\np@ QN Pc ps]j kV oU\bTp\nzUnB\vB] a{\bV@\n]nm` cz R{m`\bQa\vwT\bSMMYqN dj~s\vQ}MY\vMB Bv wR\bRg\vQ} ql\vKC\nrmxuCC\vwB\vvh BqXq\npV i_ObuE\nbd\nqo\v{i\nC~ BL\veEuH\bVjEyGz\vzR\v{i cf\n{Z\n]nXA\vGu\vnU hS\vGI\nCc HE\bTA HBBHCj\nCc\bTF HE\nXI A{\bQ\x7F c\\\vmO\vWX\nfH\np@MY\bTF\nlK Bt\nzU TTKm\vwT\npV\ndt\vyI Vx Q\x7F Rg Td\nzU\bRS\nLM wAnM Tn\ndS ]g\nLc\vwB }t [I CPkX\vFm\vhZm\x7F i[\np@\vQ}\vW\x7F |d\nMO\nMd f_ fD cJ Hz\vRb io PyY[\nxU ct\v@@ ww\bPvBMFF\ntbv|\vKm Bq BqKh`o\nZdXU i] |` StB\\\bQ\x7F\v_W TJ\nqI |a A{\vuPMD Pl\nxR fL\vws c{ d\\\bV`\neg HKkc\nd|\bVV\ny\\kc i]\bVG `V ss I_ AE bs du\nel pD\vW\x7F\nqslv\bSMZi\vVKia\vQB Q\x7F\n{Z\bPt\vKl\nlK\nhs\ndS\bVKmf\nd^ kV cO\nc|\bVH \\]\bTv\bSq mI\vDg VJ cn\ny\\\bVg\bTv\nyX\bTF ]]\bTp\noi\nhs\veU\nBf djMr\n|p \\g ]r\bVb{D\nd[XN fM O\\s_ cf iZXN\vWc qv\n`m U^oD\nd|\vGg dE\vwflou}\nd|oQ `iOi\vxD\ndZ\nCxYw\nzk\ntb\ngw yj B`\nyX\vps\ntC\vpP\vqw\bPu\bPX Dm\npwNj ss aG\vxs\bPt\noLGz Ok i@ i]eC IQ ii dj\v@J |duh\bWZ\veU\vnU\bTa cCg]\nzkYh\bVK\nLU\np@\ntb\ntR Cj\vNP i@\bP{\n\\}\n{c\nwX fL\bVG c{ |` AJ |C fDln |d bs\nqI{B\vAx\np@\nzk\vRbOs\vWSe^\vD_ Bv\vWd\bVb\vxs\veE\bRw\n]n\n|p\vg| fwkc\bTIka\n\\TSp ju\vps\npeu|\vGr\bVe CU]MXU\vxD\bTa IQ\vWq CU am dj\bSoSw\vnUCh Q]s_\bPt fS\bTa \\}\n@OYc UZ\bTx\npe\vnU\nzU |} iD\nz\\\bSM\vxDBR\nzQ QN]MYh\nLP\vFm\vLXvc\vqlka HK\bVb\ntC\nCy\bTv\nuVoQ `z [I B`\vRb yj sb\vWs\bTl kV\ved\ne\x7FlL\vxN \x7Fm\nJn jY\vxD\bVb\bSq\vyu wL\vXL\bTA pg At nDXX wR\npl\nhwyS\nps cO\bW[\v|jXN sV p\\ Be\nb~\nAJ\n]ek`qN dw WV HE\vEVJz id B` zhE] fD\bTgqN\bTa jaCv\bSM\nhc\bUet_ ieg] wQ\nPn\bVB jw\bVg\vbE BZ\vRH\bP{ jp\n\\} a_ cC |a\vD] BZ i[ fD\vxW\no_ d\\\n_D\ntb \\c AJ\nlKoQlo\vLx\vM@\bWZKn\vpg\nTi\nIv\n|r\v@}JzLmWhk}ln\vxD\n]sgc\vps Br\bTW\vBMtZ\nBYDW jf\vSWC}\nqo dE mv IQ\bPP\bUblvBC\nzQ [I\vgl\nig\bUsBT\vbC\bSq sU iW\nJn SY HK rg\npV\vID\v|jKO `S |a`vbmglfmujbqnbgqjgavp`bqjmj`jlwjfnslslqrvf`vfmwbfpwbglsvfgfmivfdlp`lmwqbfpw/Mmmlnaqfwjfmfmsfqejonbmfqbbnjdlp`jvgbg`fmwqlbvmrvfsvfgfpgfmwqlsqjnfqsqf`jlpfd/Vmavfmlpuloufqsvmwlppfnbmbkba/Abbdlpwlmvfulpvmjglp`bqolpfrvjslmj/]lpnv`klpbodvmb`lqqfljnbdfmsbqwjqbqqjabnbq/Abklnaqffnsoflufqgbg`bnajlnv`kbpevfqlmsbpbglo/Amfbsbqf`fmvfubp`vqplpfpwbabrvjfqlojaqlp`vbmwlb``fplnjdvfoubqjlp`vbwqlwjfmfpdqvslppfq/Mmfvqlsbnfgjlpeqfmwfb`fq`bgfn/Mplefqwb`l`kfpnlgfoljwbojbofwqbpbod/Vm`lnsqb`vbofpf{jpwf`vfqslpjfmglsqfmpboofdbqujbifpgjmfqlnvq`jbslgq/Msvfpwlgjbqjlsvfaolrvjfqfnbmvfosqlsjl`qjpjp`jfqwlpfdvqlnvfqwfevfmwf`fqqbqdqbmgffef`wlsbqwfpnfgjgbsqlsjbleqf`fwjfqqbf.nbjoubqjbpelqnbpevwvqllaifwlpfdvjqqjfpdlmlqnbpnjpnlp/Vmj`l`bnjmlpjwjlpqby/_mgfajglsqvfabwlofglwfm/Abifp/Vpfpsfql`l`jmblqjdfmwjfmgb`jfmwl`/Mgjykbaobqpfq/Abobwjmbevfqybfpwjoldvfqqbfmwqbq/E{jwlo/_sfybdfmgbu/Agflfujwbqsbdjmbnfwqlpibujfqsbgqfpe/M`jo`bafyb/Mqfbppbojgbfmu/Alibs/_mbavplpajfmfpwf{wlpoofubqsvfgbmevfqwf`ln/Vm`obpfpkvnbmlwfmjglajoablvmjgbgfpw/Mpfgjwbq`qfbgl<X<W=c=k=n<R<V<\\<V<T<W<T=a=n<R<^=m<Y<Y<_<R<S=l<T=n<\\<V<Y=e<Y=o<Z<Y<v<\\<V<]<Y<[<]=g<W<R<Q<T<~=m<Y<S<R<X<A=n<R=n<R<P=k<Y<P<Q<Y=n<W<Y=n=l<\\<[<R<Q<\\<_<X<Y<P<Q<Y<x<W=c<s=l<T<Q<\\=m<Q<T=i=n<Y<P<V=n<R<_<R<X<^<R=n=n<\\<P<M<D<|<P<\\=c<K=n<R<^<\\=m<^<\\<P<Y<P=o<N<\\<V<X<^<\\<Q<\\<P=a=n<T=a=n=o<~<\\<P=n<Y=i<S=l<R=n=o=n<Q<\\<X<X<Q=c<~<R=n=n=l<T<Q<Y<U<~<\\=m<Q<T<P=m<\\<P=n<R=n=l=o<]<r<Q<T<P<T=l<Q<Y<Y<r<r<r<W<T=j=a=n<\\<r<Q<\\<Q<Y<P<X<R<P<P<R<U<X<^<Y<R<Q<R=m=o<X\fHy\fIk\fHU\fId\fHy\fIl\fHT\fIk\fHy\fHR\fHy\fIg\fHx\fH\\\fHF\fH\\\fHD\fIk\fHc\fHy\fHy\fHS\fHA\fIl\fHk\fHT\fHy\fH\\\fHH\fIg\fHU\fIg\fHj\fHF\fHU\fIl\fHC\fHU\fHC\fHR\fHH\fHy\fHI\fHRibdqbm\fHj\fHp\fHp\fIg\fHi\fH@\fHJ\fIg\fH{\fHd\fHp\fHR\fH{\fHc\fHU\fHB\fHk\fHD\fHY\fHU\fHC\fIk\fHI\fIk\fHI\fIl\fHt\fH\\\fHp\fH@\fHJ\fIl\fHy\fHd\fHp\fIl\fHY\fIk\fHD\fHd\fHD\fHc\fHU\fH\\\fHe\fHT\fHB\fIk\fHy\fHB\fHY\fIg\fH^\fIk\fHT\fH@\fHB\fHd\fHJ\fIk\fH\x7F\fH\\\fHj\fHB\fH@\fHT\fHA\fH\\\fH@\fHD\fHv\fH^\fHB\fHD\fHj\fH{\fHT\fIl\fH^\fIl4U5h5e4I5h5e5k4\\4K4N4B4]4U4C4C4K5h5e5k4\\5k4Y5d4]4V5f4]5o4K5j5d5h4K4D5f5j4U4]4Z4\\5h5o5k5j4K5f5d5i5n4K5h4U5h5f4K5j4K5h5o5j4A4F5e5n4D5h5d4A4E4K4B4]5m5n4[4U4D4C4]5o5j4I4\\4K5o5i4K4K4A4C4I5h4K5m5f5k4D4U4Z5o5f5m4D4A4G5d5i5j5d5k5d4O5j4K4@4C4K5h5k4K4_5h5i4U5j4C5h5f4_4U4D4]4Y5h5e5i5j4\\4D5k4K4O5j5k5i4G5h5o5j4F4K5h4K4A5f4G5i4Y4]4X4]4A4A5d5h5d5m5f4K4\\4K5h5o5h5i4]4E4K5j4F4K5h5m4O4D5d4B4K4Y4O5j4F4K5j5k4K5h5f4U4Z5d5d5n4C4K4D5j4B5f4]4D5j4F5h5o5i4X4K4M5d5k5f4K4D5d5n4Y4Y5d5i4K4]5n5i4O4A4C5j4A5j4U4C5i4]4O5f4K4A4E5o4F4D4C5d5j5f4@4D5i5j5k4F4A4F4@5k4E4_5j4E5f4F5i5o4]4E4V4^4E5j5m4_4D5f4F5h5h5k5h5j4K4F5h5o5n5h4D5h5i4K4U5j5k4O5d5h4X5f4M5j5d4]4O5i4K5m5f5o4D5o5h4\\4K4F4]4F4D4D4O5j5k5i4_4K5j5o4D5f4U5m5n4C4A4_5j5h5k5i4X4U4]4O5k5h4X5k4]5n4[4]4[5h4Dsqlejofpfquj`fgfebvowkjnpfoegfwbjop`lmwfmwpvsslqwpwbqwfgnfppbdfpv``fppebpkjlm?wjwof=`lvmwqzb``lvmw`qfbwfgpwlqjfpqfpvowpqvmmjmdsql`fpptqjwjmdlaif`wpujpjaoftfo`lnfbqwj`ofvmhmltmmfwtlqh`lnsbmzgzmbnj`aqltpfqsqjub`zsqlaofnPfquj`fqfpsf`wgjpsobzqfrvfpwqfpfquftfapjwfkjpwlqzeqjfmgplswjlmptlqhjmdufqpjlmnjoojlm`kbmmfotjmglt-bggqfppujpjwfgtfbwkfq`lqqf`wsqlgv`wfgjqf`welqtbqgzlv#`bmqfnlufgpvaif`w`lmwqlobq`kjuf`vqqfmwqfbgjmdojaqbqzojnjwfgnbmbdfqevqwkfqpvnnbqznb`kjmfnjmvwfpsqjubwf`lmwf{wsqldqbnpl`jfwzmvnafqptqjwwfmfmbaofgwqjddfqplvq`fpolbgjmdfofnfmwsbqwmfqejmboozsfqef`wnfbmjmdpzpwfnphffsjmd`vowvqf%rvlw8/ilvqmbosqlif`wpvqeb`fp%rvlw8f{sjqfpqfujftpabobm`fFmdojpk@lmwfmwwkqlvdkSofbpf#lsjmjlm`lmwb`wbufqbdfsqjnbqzujoobdfPsbmjpkdboofqzgf`ojmfnffwjmdnjppjlmslsvobqrvbojwznfbpvqfdfmfqbopsf`jfppfppjlmpf`wjlmtqjwfqp`lvmwfqjmjwjboqfslqwpejdvqfpnfnafqpklogjmdgjpsvwffbqojfqf{sqfppgjdjwbosj`wvqfBmlwkfqnbqqjfgwqbeej`ofbgjmd`kbmdfg`fmwqbouj`wlqzjnbdfp,qfbplmppwvgjfpefbwvqfojpwjmdnvpw#afp`kllopUfqpjlmvpvboozfsjplgfsobzjmddqltjmdlaujlvplufqobzsqfpfmwb`wjlmp?,vo= tqbssfqboqfbgz`fqwbjmqfbojwzpwlqbdfbmlwkfqgfphwlsleefqfgsbwwfqmvmvpvboGjdjwbo`bsjwboTfapjwfebjovqf`lmmf`wqfgv`fgBmgqljggf`bgfpqfdvobq#%bns8#bmjnbopqfofbpfBvwlnbwdfwwjmdnfwklgpmlwkjmdSlsvobq`bswjlmofwwfqp`bswvqfp`jfm`foj`fmpf`kbmdfpFmdobmg>2%bns8Kjpwlqz#>#mft#@fmwqbovsgbwfgPsf`jboMfwtlqhqfrvjqf`lnnfmwtbqmjmd@loofdfwlloabqqfnbjmpaf`bvpffof`wfgGfvwp`kejmbm`ftlqhfqprvj`hozafwtffmf{b`wozpfwwjmdgjpfbpfPl`jfwztfbslmpf{kjajw%ow8"..@lmwqlo`obppfp`lufqfglvwojmfbwwb`hpgfuj`fp+tjmgltsvqslpfwjwof>!Nlajof#hjoojmdpkltjmdJwbojbmgqlssfgkfbujozfeef`wp.2$^*8 `lmejqn@vqqfmwbgubm`fpkbqjmdlsfmjmdgqbtjmdajoojlmlqgfqfgDfqnbmzqfobwfg?,elqn=jm`ovgftkfwkfqgfejmfgP`jfm`f`bwboldBqwj`ofavwwlmpobqdfpwvmjelqnilvqmfzpjgfabq@kj`bdlklojgbzDfmfqbosbppbdf/%rvlw8bmjnbwfeffojmdbqqjufgsbppjmdmbwvqboqlvdkoz- Wkf#avw#mlwgfmpjwzAqjwbjm@kjmfpfob`h#lewqjavwfJqfobmg!#gbwb.eb`wlqpqf`fjufwkbw#jpOjaqbqzkvpabmgjm#eb`wbeebjqp@kbqofpqbgj`boaqlvdkwejmgjmdobmgjmd9obmd>!qfwvqm#ofbgfqpsobmmfgsqfnjvnsb`hbdfBnfqj`bFgjwjlm^%rvlw8Nfppbdfmffg#wlubovf>!`lnsof{ollhjmdpwbwjlmafojfufpnboofq.nlajofqf`lqgptbmw#wlhjmg#leEjqfel{zlv#bqfpjnjobqpwvgjfgnb{jnvnkfbgjmdqbsjgoz`ojnbwfhjmdglnfnfqdfgbnlvmwpelvmgfgsjlmffqelqnvobgzmbpwzklt#wl#Pvsslqwqfufmvff`lmlnzQfpvowpaqlwkfqplogjfqobqdfoz`boojmd-%rvlw8B``lvmwFgtbqg#pfdnfmwQlafqw#feelqwpSb`jej`ofbqmfgvs#tjwkkfjdkw9tf#kbufBmdfofpmbwjlmp\\pfbq`kbssojfgb`rvjqfnbppjufdqbmwfg9#ebopfwqfbwfgajddfpwafmfejwgqjujmdPwvgjfpnjmjnvnsfqkbspnlqmjmdpfoojmdjp#vpfgqfufqpfubqjbmw#qlof>!njppjmdb`kjfufsqlnlwfpwvgfmwplnflmff{wqfnfqfpwlqfalwwln9fuloufgboo#wkfpjwfnbsfmdojpktbz#wl##Bvdvpwpznalop@lnsbmznbwwfqpnvpj`bobdbjmpwpfqujmd~*+*8 sbznfmwwqlvaof`lm`fsw`lnsbqfsbqfmwpsobzfqpqfdjlmpnlmjwlq#$$Wkf#tjmmjmdf{solqfbgbswfgDboofqzsqlgv`fbajojwzfmkbm`f`bqffqp*-#Wkf#`loof`wPfbq`k#bm`jfmwf{jpwfgellwfq#kbmgofqsqjmwfg`lmplofFbpwfqmf{slqwptjmgltp@kbmmfojoofdbomfvwqbopvddfpw\\kfbgfqpjdmjmd-kwno!=pfwwofgtfpwfqm`bvpjmd.tfahjw`objnfgIvpwj`f`kbswfquj`wjnpWklnbp#nlyjoobsqlnjpfsbqwjfpfgjwjlmlvwpjgf9ebopf/kvmgqfgLoznsj`\\avwwlmbvwklqpqfb`kfg`kqlmj`gfnbmgppf`lmgpsqlwf`wbglswfgsqfsbqfmfjwkfqdqfbwozdqfbwfqlufqboojnsqluf`lnnbmgpsf`jbopfbq`k-tlqpkjsevmgjmdwklvdkwkjdkfpwjmpwfbgvwjojwzrvbqwfq@vowvqfwfpwjmd`ofbqozf{slpfgAqltpfqojafqbo~#`bw`kSqlif`wf{bnsofkjgf+*8EolqjgbbmptfqpbooltfgFnsfqlqgfefmpfpfqjlvpeqffglnPfufqbo.avwwlmEvqwkfqlvw#le#">#mvoowqbjmfgGfmnbqhuljg+3*,boo-ipsqfufmwQfrvfpwPwfskfm Tkfm#lapfquf?,k1= Nlgfqm#sqlujgf!#bow>!alqgfqp- Elq# Nbmz#bqwjpwpsltfqfgsfqelqnej`wjlmwzsf#lenfgj`bowj`hfwplsslpfg@lvm`jotjwmfppivpwj`fDflqdf#Afodjvn---?,b=wtjwwfqmlwbaoztbjwjmdtbqebqf#Lwkfq#qbmhjmdskqbpfpnfmwjlmpvqujufp`klobq?,s= #@lvmwqzjdmlqfgolpp#leivpw#bpDflqdjbpwqbmdf?kfbg=?pwlssfg2$^*8 jpobmgpmlwbaofalqgfq9ojpw#le`bqqjfg233/333?,k0= #pfufqboaf`lnfppfof`w#tfggjmd33-kwnonlmbq`klee#wkfwfb`kfqkjdkoz#ajloldzojef#lelq#fufmqjpf#le%qbrvl8sovplmfkvmwjmd+wklvdkGlvdobpiljmjmd`jq`ofpElq#wkfBm`jfmwUjfwmbnufkj`ofpv`k#bp`qzpwboubovf#>Tjmgltpfmilzfgb#pnboobppvnfg?b#jg>!elqfjdm#Boo#qjklt#wkfGjpsobzqfwjqfgkltfufqkjggfm8abwwofppffhjmd`bajmfwtbp#mlwollh#bw`lmgv`wdfw#wkfIbmvbqzkbssfmpwvqmjmdb9klufqLmojmf#Eqfm`k#ob`hjmdwzsj`bof{wqb`wfmfnjfpfufm#jedfmfqbwgf`jgfgbqf#mlw,pfbq`kafojfep.jnbdf9ol`bwfgpwbwj`-oldjm!=`lmufqwujlofmwfmwfqfgejqpw!=`jq`vjwEjmobmg`kfnjpwpkf#tbp23s{8!=bp#pv`kgjujgfg?,psbm=tjoo#afojmf#leb#dqfbwnzpwfqz,jmgf{-eboojmdgvf#wl#qbjotbz`loofdfnlmpwfqgfp`fmwjw#tjwkmv`ofbqIftjpk#sqlwfpwAqjwjpkeoltfqpsqfgj`wqfelqnpavwwlm#tkl#tbpof`wvqfjmpwbmwpvj`jgfdfmfqj`sfqjlgpnbqhfwpPl`jbo#ejpkjmd`lnajmfdqbskj`tjmmfqp?aq#,=?az#wkf#MbwvqboSqjub`z`llhjfplvw`lnfqfploufPtfgjpkaqjfeozSfqpjbmpl#nv`k@fmwvqzgfsj`wp`lovnmpklvpjmdp`qjswpmf{w#wlafbqjmdnbssjmdqfujpfgiRvfqz+.tjgwk9wjwof!=wllowjsPf`wjlmgfpjdmpWvqhjpkzlvmdfq-nbw`k+~*+*8 avqmjmdlsfqbwfgfdqffpplvq`f>Qj`kbqg`olpfozsobpwj`fmwqjfp?,wq= `lolq9 vo#jg>!slppfppqloojmdskzpj`pebjojmdf{f`vwf`lmwfpwojmh#wlGfebvow?aq#,= 9#wqvf/`kbqwfqwlvqjpn`obppj`sql`ffgf{sobjm?,k2= lmojmf-<{no#ufkfosjmdgjbnlmgvpf#wkfbjqojmffmg#..=*-bwwq+qfbgfqpklpwjmd eeeeeeqfbojyfUjm`fmwpjdmbop#pq`>!,Sqlgv`wgfpsjwfgjufqpfwfoojmdSvaoj`#kfog#jmIlpfsk#wkfbwqfbeef`wp?pwzof=b#obqdfglfpm$wobwfq/#Fofnfmwebuj`lm`qfbwlqKvmdbqzBjqslqwpff#wkfpl#wkbwNj`kbfoPzpwfnpSqldqbnp/#bmg##tjgwk>f%rvlw8wqbgjmdofew!= sfqplmpDlogfm#Beebjqpdqbnnbqelqnjmdgfpwqlzjgfb#le`bpf#lelogfpw#wkjp#jp-pq`#>#`bqwllmqfdjpwq@lnnlmpNvpojnpTkbw#jpjm#nbmznbqhjmdqfufbopJmgffg/frvbooz,pklt\\blvwgllqfp`bsf+Bvpwqjbdfmfwj`pzpwfn/Jm#wkf#pjwwjmdKf#boplJpobmgpB`bgfnz \n\n?"..Gbmjfo#ajmgjmdaol`h!=jnslpfgvwjojyfBaqbkbn+f{`fswxtjgwk9svwwjmd*-kwno+\x7F\x7F#X^8 GBWBX#)hjw`kfmnlvmwfgb`wvbo#gjbof`wnbjmoz#\\aobmh$jmpwboof{sfqwpje+wzsfJw#bopl%`lsz8#!=Wfqnpalqm#jmLswjlmpfbpwfqmwbohjmd`lm`fqmdbjmfg#lmdljmdivpwjez`qjwj`peb`wlqzjwp#ltmbppbvowjmujwfgobpwjmdkjp#ltmkqfe>!,!#qfo>!gfufols`lm`fqwgjbdqbngloobqp`ovpwfqsks<jg>bo`lklo*8~*+*8vpjmd#b=?psbm=ufppfopqfujuboBggqfppbnbwfvqbmgqljgboofdfgjoomfpptbohjmd`fmwfqprvbojeznbw`kfpvmjejfgf{wjm`wGfefmpfgjfg#jm \n?"..#`vpwlnpojmhjmdOjwwof#Allh#lefufmjmdnjm-ip<bqf#wkfhlmwbhwwlgbz$p-kwno!#wbqdfw>tfbqjmdBoo#Qjd8 ~*+*8qbjpjmd#Bopl/#`qv`jbobalvw!=gf`obqf..= ?p`ejqfel{bp#nv`kbssojfpjmgf{/#p/#avw#wzsf#>#  ?"..wltbqgpQf`lqgpSqjubwfElqfjdmSqfnjfq`klj`fpUjqwvboqfwvqmp@lnnfmwSltfqfgjmojmf8slufqwz`kbnafqOjujmd#ulovnfpBmwklmzoldjm!#QfobwfgF`lmlnzqfb`kfp`vwwjmddqbujwzojef#jm@kbswfq.pkbgltMlwbaof?,wg= #qfwvqmpwbgjvntjgdfwpubqzjmdwqbufopkfog#aztkl#bqftlqh#jmeb`vowzbmdvobqtkl#kbgbjqslqwwltm#le Plnf#$`oj`h$`kbqdfphfztlqgjw#tjoo`jwz#le+wkjp*8Bmgqft#vmjrvf#`kf`hfglq#nlqf033s{8#qfwvqm8qpjlm>!sovdjmptjwkjm#kfqpfoePwbwjlmEfgfqboufmwvqfsvaojpkpfmw#wlwfmpjlmb`wqfpp`lnf#wlejmdfqpGvhf#lesflsof/f{soljwtkbw#jpkbqnlmzb#nbilq!9!kwwsjm#kjp#nfmv!= nlmwkozleej`fq`lvm`jodbjmjmdfufm#jmPvnnbqzgbwf#leolzbowzejwmfppbmg#tbpfnsfqlqpvsqfnfPf`lmg#kfbqjmdQvppjbmolmdfpwBoafqwbobwfqbopfw#le#pnboo!=-bssfmggl#tjwkefgfqboabmh#leafmfbwkGfpsjwf@bsjwbodqlvmgp*/#bmg#sfq`fmwjw#eqln`olpjmd`lmwbjmJmpwfbgejewffmbp#tfoo-zbkll-qfpslmgejdkwfqlap`vqfqfeof`wlqdbmj`>#Nbwk-fgjwjmdlmojmf#sbggjmdb#tkloflmfqqlqzfbq#lefmg#le#abqqjfqtkfm#jwkfbgfq#klnf#leqfpvnfgqfmbnfgpwqlmd=kfbwjmdqfwbjmp`olvgeqtbz#le#Nbq`k#2hmltjmdjm#sbqwAfwtffmofpplmp`olpfpwujqwvboojmhp!=`qlppfgFMG#..=ebnlvp#btbqgfgOj`fmpfKfbowk#ebjqoz#tfbowkznjmjnboBeqj`bm`lnsfwfobafo!=pjmdjmdebqnfqpAqbpjo*gjp`vppqfsob`fDqfdlqzelmw#`lsvqpvfgbssfbqpnbhf#vsqlvmgfgalwk#leaol`hfgpbt#wkfleej`fp`lolvqpje+gl`vtkfm#kffmelq`fsvpk+evBvdvpw#VWE.;!=Ebmwbpzjm#nlpwjmivqfgVpvboozebqnjmd`olpvqflaif`w#gfefm`fvpf#le#Nfgj`bo?algz= fujgfmwaf#vpfghfz@lgfpj{wffmJpobnj` 333333fmwjqf#tjgfoz#b`wjuf#+wzsflelmf#`bm`lolq#>psfbhfqf{wfmgpSkzpj`pwfqqbjm?walgz=evmfqboujftjmdnjggof#`qj`hfwsqlskfwpkjewfggl`wlqpQvppfoo#wbqdfw`lnsb`wbodfaqbpl`jbo.avoh#lenbm#bmg?,wg= #kf#ofew*-ubo+*ebopf*8oldj`boabmhjmdklnf#wlmbnjmd#Bqjylmb`qfgjwp*8 ~*8 elvmgfqjm#wvqm@loojmpafelqf#Avw#wkf`kbqdfgWjwof!=@bswbjmpsfoofgdlggfppWbd#..=Bggjmd9avw#tbpQf`fmw#sbwjfmwab`h#jm>ebopf%Ojm`lomtf#hmlt@lvmwfqIvgbjpnp`qjsw#bowfqfg$^*8 ##kbp#wkfvm`ofbqFufmw$/alwk#jmmlw#boo ?"..#sob`jmdkbqg#wl#`fmwfqplqw#le`ojfmwppwqffwpAfqmbqgbppfqwpwfmg#wlebmwbpzgltm#jmkbqalvqEqffglniftfoqz,balvw--pfbq`kofdfmgpjp#nbgfnlgfqm#lmoz#lmlmoz#wljnbdf!#ojmfbq#sbjmwfqbmg#mlwqbqfoz#b`qlmzngfojufqpklqwfq33%bns8bp#nbmztjgwk>!,)#?"X@wjwof#>le#wkf#oltfpw#sj`hfg#fp`bsfgvpfp#lesflsofp#Svaoj`Nbwwkftwb`wj`pgbnbdfgtbz#elqobtp#lefbpz#wl#tjmgltpwqlmd##pjnsof~`bw`k+pfufmwkjmelal{tfmw#wlsbjmwfg`jwjyfmJ#glm$wqfwqfbw-#Plnf#tt-!*8 alnajmdnbjowl9nbgf#jm-#Nbmz#`bqqjfp\x7F\x7Fx~8tjtlqh#lepzmlmzngfefbwpebulqfglswj`bosbdfWqbvmofpp#pfmgjmdofew!=?`lnP`lqBoo#wkfiRvfqz-wlvqjpw@obppj`ebopf!#Tjokfonpvavqapdfmvjmfajpklsp-psojw+dolabo#elooltpalgz#lemlnjmbo@lmwb`wpf`vobqofew#wl`kjfeoz.kjggfm.abmmfq?,oj= -#Tkfm#jm#alwkgjpnjppF{solqfbotbzp#ujb#wkfpsb/]lotfoebqfqvojmd#bqqbmdf`bswbjmkjp#plmqvof#lekf#wllhjwpfoe/>3%bns8+`boofgpbnsofpwl#nbhf`ln,sbdNbqwjm#Hfmmfgzb``fswpevoo#lekbmgofgAfpjgfp,,..=?,baof#wlwbqdfwpfppfm`fkjn#wl#jwp#az#`lnnlm-njmfqbowl#wbhftbzp#wlp-lqd,obgujpfgsfmbowzpjnsof9je#wkfzOfwwfqpb#pklqwKfqafqwpwqjhfp#dqlvsp-ofmdwkeojdkwplufqobspoltoz#ofppfq#pl`jbo#?,s= \n\njw#jmwlqbmhfg#qbwf#levo= ##bwwfnswsbjq#lenbhf#jwHlmwbhwBmwlmjlkbujmd#qbwjmdp#b`wjufpwqfbnpwqbssfg!*-`pp+klpwjofofbg#wlojwwof#dqlvsp/Sj`wvqf..=  #qltp>!#laif`wjmufqpf?ellwfq@vpwlnU=?_,p`qploujmd@kbnafqpobufqztlvmgfgtkfqfbp">#$vmgelq#boosbqwoz#.qjdkw9Bqbajbmab`hfg#`fmwvqzvmjw#lenlajof.Fvqlsf/jp#klnfqjph#legfpjqfg@ojmwlm`lpw#lebdf#le#af`lnf#mlmf#les%rvlw8Njggof#fbg$*X3@qjwj`ppwvgjlp=%`lsz8dqlvs!=bppfnaonbhjmd#sqfppfgtjgdfw-sp9!#<#qfavjowaz#plnfElqnfq#fgjwlqpgfobzfg@bmlmj`kbg#wkfsvpkjmd`obpp>!avw#bqfsbqwjboAbazolmalwwln#`bqqjfq@lnnbmgjwp#vpfBp#tjwk`lvqpfpb#wkjqggfmlwfpbopl#jmKlvpwlm13s{8!=b``vpfgglvaof#dlbo#leEbnlvp#*-ajmg+sqjfpwp#Lmojmfjm#Ivozpw#(#!d`lmpvowgf`jnbokfosevoqfujufgjp#ufqzq$($jswolpjmd#efnbofpjp#boplpwqjmdpgbzp#lebqqjuboevwvqf#?laif`welq`jmdPwqjmd+!#,= \n\nkfqf#jpfm`lgfg-##Wkf#aboollmglmf#az,`lnnlmad`lolqobt#le#Jmgjbmbbuljgfgavw#wkf1s{#0s{irvfqz-bewfq#bsloj`z-nfm#bmgellwfq.>#wqvf8elq#vpfp`qffm-Jmgjbm#jnbdf#>ebnjoz/kwws9,,#%maps8gqjufqpfwfqmbopbnf#bpmlwj`fgujftfqp~*+*8 #jp#nlqfpfbplmpelqnfq#wkf#mftjp#ivpw`lmpfmw#Pfbq`ktbp#wkftkz#wkfpkjssfgaq=?aq=tjgwk9#kfjdkw>nbgf#le`vjpjmfjp#wkbwb#ufqz#Bgnjqbo#ej{fg8mlqnbo#NjppjlmSqfpp/#lmwbqjl`kbqpfwwqz#wl#jmubgfg>!wqvf!psb`jmdjp#nlpwb#nlqf#wlwboozeboo#le~*8 ##jnnfmpfwjnf#jmpfw#lvwpbwjpezwl#ejmggltm#wlolw#le#Sobzfqpjm#Ivmfrvbmwvnmlw#wkfwjnf#wlgjpwbmwEjmmjpkpq`#>#+pjmdof#kfos#leDfqnbm#obt#bmgobafofgelqfpwp`llhjmdpsb`f!=kfbgfq.tfoo#bpPwbmofzaqjgdfp,dolabo@qlbwjb#Balvw#X3^8 ##jw/#bmgdqlvsfgafjmd#b*xwkqltkf#nbgfojdkwfqfwkj`boEEEEEE!alwwln!ojhf#b#fnsolzpojuf#jmbp#pffmsqjmwfqnlpw#leva.ojmhqfif`wpbmg#vpfjnbdf!=pv``ffgeffgjmdMv`ofbqjmelqnbwl#kfosTlnfm$pMfjwkfqNf{j`bmsqlwfjm?wbaof#az#nbmzkfbowkzobtpvjwgfujpfg-svpk+xpfoofqppjnsoz#Wkqlvdk-`llhjf#Jnbdf+logfq!=vp-ip!=#Pjm`f#vmjufqpobqdfq#lsfm#wl"..#fmgojfp#jm$^*8 ##nbqhfwtkl#jp#+!GLN@lnbmbdfglmf#elqwzsfle#Hjmdglnsqlejwpsqlslpfwl#pklt`fmwfq8nbgf#jwgqfppfgtfqf#jmnj{wvqfsqf`jpfbqjpjmdpq`#>#$nbhf#b#pf`vqfgAbswjpwulwjmd# \n\nubq#Nbq`k#1dqft#vs@ojnbwf-qfnlufphjoofgtbz#wkf?,kfbg=eb`f#leb`wjmd#qjdkw!=wl#tlqhqfgv`fpkbp#kbgfqf`wfgpklt+*8b`wjlm>allh#lebm#bqfb>>#!kww?kfbgfq ?kwno=`lmelqneb`jmd#`llhjf-qfoz#lmklpwfg#-`vpwlnkf#tfmwavw#elqpsqfbg#Ebnjoz#b#nfbmplvw#wkfelqvnp-ellwbdf!=Nlajo@ofnfmwp!#jg>!bp#kjdkjmwfmpf..=?"..efnbof#jp#pffmjnsojfgpfw#wkfb#pwbwfbmg#kjpebpwfpwafpjgfpavwwlm\\alvmgfg!=?jnd#Jmelal{fufmwp/b#zlvmdbmg#bqfMbwjuf#`kfbsfqWjnflvwbmg#kbpfmdjmfptlm#wkf+nlpwozqjdkw9#ejmg#b#.alwwlnSqjm`f#bqfb#lenlqf#lepfbq`k\\mbwvqf/ofdboozsfqjlg/obmg#lelq#tjwkjmgv`fgsqlujmdnjppjofol`boozBdbjmpwwkf#tbzh%rvlw8s{8!= svpkfg#babmglmmvnfqbo@fqwbjmJm#wkjpnlqf#jmlq#plnfmbnf#jpbmg/#jm`qltmfgJPAM#3.`qfbwfpL`wlafqnbz#mlw`fmwfq#obwf#jmGfefm`ffmb`wfgtjpk#wlaqlbgoz`llojmdlmolbg>jw-#Wkfqf`lufqNfnafqpkfjdkw#bppvnfp?kwno= sflsof-jm#lmf#>tjmgltellwfq\\b#dllg#qfhobnblwkfqp/wl#wkjp\\`llhjfsbmfo!=Olmglm/gfejmfp`qvpkfgabswjpn`lbpwbopwbwvp#wjwof!#nluf#wlolpw#jmafwwfq#jnsojfpqjuboqzpfqufqp#PzpwfnSfqkbspfp#bmg#`lmwfmgeoltjmdobpwfg#qjpf#jmDfmfpjpujft#leqjpjmd#pffn#wlavw#jm#ab`hjmdkf#tjoodjufm#bdjujmd#`jwjfp-eolt#le#Obwfq#boo#avwKjdktbzlmoz#azpjdm#lekf#glfpgjeefqpabwwfqz%bns8obpjmdofpwkqfbwpjmwfdfqwbhf#lmqfevpfg`boofg#>VP%bnsPff#wkfmbwjufpaz#wkjppzpwfn-kfbg#le9klufq/ofpajbmpvqmbnfbmg#boo`lnnlm,kfbgfq\\\\sbqbnpKbqubqg,sj{fo-qfnlubopl#olmdqlof#leiljmwozphzp`qbVmj`lgfaq#,= Bwobmwbmv`ofvp@lvmwz/svqfoz#`lvmw!=fbpjoz#avjog#blm`oj`hb#djufmsljmwfqk%rvlw8fufmwp#fopf#x gjwjlmpmlt#wkf/#tjwk#nbm#tkllqd,Tfalmf#bmg`buboqzKf#gjfgpfbwwof33/333#xtjmgltkbuf#wlje+tjmgbmg#jwpplofoz#n%rvlw8qfmftfgGfwqljwbnlmdpwfjwkfq#wkfn#jmPfmbwlqVp?,b=?Hjmd#leEqbm`jp.sqlgv`kf#vpfgbqw#bmgkjn#bmgvpfg#azp`lqjmdbw#klnfwl#kbufqfobwfpjajojwzeb`wjlmAveebolojmh!=?tkbw#kfeqff#wl@jwz#le`lnf#jmpf`wlqp`lvmwfglmf#gbzmfqulvpprvbqf#~8je+dljm#tkbwjnd!#bojp#lmozpfbq`k,wvfpgbzollpfozPlolnlmpf{vbo#.#?b#kqnfgjvn!GL#MLW#Eqbm`f/tjwk#b#tbq#bmgpf`lmg#wbhf#b#=   nbqhfw-kjdktbzglmf#jm`wjujwz!obpw!=laojdfgqjpf#wl!vmgfejnbgf#wl#Fbqoz#sqbjpfgjm#jwp#elq#kjpbwkofwfIvsjwfqZbkll"#wfqnfg#pl#nbmzqfbooz#p-#Wkf#b#tlnbm<ubovf>gjqf`w#qjdkw!#aj`z`ofb`jmd>!gbz#bmgpwbwjmdQbwkfq/kjdkfq#Leej`f#bqf#mltwjnfp/#tkfm#b#sbz#elqlm#wkjp.ojmh!=8alqgfqbqlvmg#bmmvbo#wkf#Mftsvw#wkf-`ln!#wbhjm#wlb#aqjfe+jm#wkfdqlvsp-8#tjgwkfmyznfppjnsof#jm#obwfxqfwvqmwkfqbszb#sljmwabmmjmdjmhp!= +*8!#qfb#sob`f_v330@bbalvw#bwq= \n\n``lvmw#djufp#b?P@QJSWQbjotbzwkfnfp,wlloal{AzJg+!{kvnbmp/tbw`kfpjm#plnf#je#+tj`lnjmd#elqnbwp#Vmgfq#avw#kbpkbmgfg#nbgf#azwkbm#jmefbq#legfmlwfg,jeqbnfofew#jmulowbdfjm#fb`kb%rvlw8abpf#leJm#nbmzvmgfqdlqfdjnfpb`wjlm#?,s= ?vpwlnUb8%dw8?,jnslqwplq#wkbwnlpwoz#%bns8qf#pjyf>!?,b=?,kb#`obppsbppjufKlpw#>#TkfwkfqefqwjofUbqjlvp>X^8+ev`bnfqbp,=?,wg=b`wp#bpJm#plnf=  ?"lqdbmjp#?aq#,=Afjijmd`bwbo/Lgfvwp`kfvqlsfvfvphbqbdbfjodfpufmphbfpsb/]bnfmpbifvpvbqjlwqbabiln/E{j`ls/Mdjmbpjfnsqfpjpwfnbl`wvaqfgvqbmwfb/]bgjqfnsqfpbnlnfmwlmvfpwqlsqjnfqbwqbu/Epdqb`jbpmvfpwqbsql`fplfpwbglp`bojgbgsfqplmbm/Vnfqlb`vfqgln/Vpj`bnjfnaqllefqwbpbodvmlpsb/Apfpfifnsolgfqf`klbgfn/Mpsqjubglbdqfdbqfmob`fpslpjaofklwfofppfujoobsqjnfql/Vowjnlfufmwlpbq`kjul`vowvqbnvifqfpfmwqbgbbmvm`jlfnabqdlnfq`bgldqbmgfpfpwvgjlnfilqfpefaqfqlgjpf/]lwvqjpnl`/_gjdlslqwbgbfpsb`jlebnjojbbmwlmjlsfqnjwfdvbqgbqbodvmbpsqf`jlpbodvjfmpfmwjglujpjwbpw/Awvol`lml`fqpfdvmgl`lmpfileqbm`jbnjmvwlppfdvmgbwfmfnlpfef`wlpn/Mobdbpfpj/_mqfujpwbdqbmbgb`lnsqbqjmdqfpldbq`/Abb``j/_mf`vbglqrvjfmfpjm`ovplgfafq/Mnbwfqjbklnaqfpnvfpwqbslgq/Abnb/]bmb/Vowjnbfpwbnlplej`jbowbnajfmmjmd/Vmpbovglpslgfnlpnfilqbqslpjwjlmavpjmfppklnfsbdfpf`vqjwzobmdvbdfpwbmgbqg`bnsbjdmefbwvqfp`bwfdlqzf{wfqmbo`kjogqfmqfpfqufgqfpfbq`kf{`kbmdfebulqjwfwfnsobwfnjojwbqzjmgvpwqzpfquj`fpnbwfqjbosqlgv`wpy.jmgf{9`lnnfmwpplewtbqf`lnsofwf`bofmgbqsobwelqnbqwj`ofpqfrvjqfgnlufnfmwrvfpwjlmavjogjmdslojwj`pslppjaofqfojdjlmskzpj`boeffgab`hqfdjpwfqsj`wvqfpgjpbaofgsqlwl`lobvgjfm`fpfwwjmdpb`wjujwzfofnfmwpofbqmjmdbmzwkjmdbapwqb`wsqldqfpplufqujftnbdbyjmff`lmlnj`wqbjmjmdsqfppvqfubqjlvp#?pwqlmd=sqlsfqwzpklssjmdwldfwkfqbgubm`fgafkbujlqgltmolbgefbwvqfgellwaboopfof`wfgObmdvbdfgjpwbm`fqfnfnafqwqb`hjmdsbpptlqgnlgjejfgpwvgfmwpgjqf`wozejdkwjmdmlqwkfqmgbwbabpfefpwjuboaqfbhjmdol`bwjlmjmwfqmfwgqlsgltmsqb`wj`ffujgfm`fevm`wjlmnbqqjbdfqfpslmpfsqlaofnpmfdbwjufsqldqbnpbmbozpjpqfofbpfgabmmfq!=svq`kbpfsloj`jfpqfdjlmbo`qfbwjufbqdvnfmwallhnbqhqfefqqfq`kfnj`bogjujpjlm`booab`hpfsbqbwfsqlif`wp`lmeoj`wkbqgtbqfjmwfqfpwgfojufqznlvmwbjmlawbjmfg>#ebopf8elq+ubq#b``fswfg`bsb`jwz`lnsvwfqjgfmwjwzbjq`qbewfnsolzfgsqlslpfgglnfpwj`jm`ovgfpsqlujgfgklpsjwboufqwj`bo`loobspfbssqlb`ksbqwmfqpoldl!=?bgbvdkwfqbvwklq!#`vowvqboebnjojfp,jnbdfp,bppfnaozsltfqevowfb`kjmdejmjpkfggjpwqj`w`qjwj`bo`dj.ajm,svqslpfpqfrvjqfpfof`wjlmaf`lnjmdsqlujgfpb`bgfnj`f{fq`jpfb`wvbooznfgj`jmf`lmpwbmwb``jgfmwNbdbyjmfgl`vnfmwpwbqwjmdalwwln!=lapfqufg9#%rvlw8f{wfmgfgsqfujlvpPlewtbqf`vpwlnfqgf`jpjlmpwqfmdwkgfwbjofgpojdkwozsobmmjmdwf{wbqfb`vqqfm`zfufqzlmfpwqbjdkwwqbmpefqslpjwjufsqlgv`fgkfqjwbdfpkjssjmdbaplovwfqf`fjufgqfofubmwavwwlm!#ujlofm`fbmztkfqfafmfejwpobvm`kfgqf`fmwozboojbm`felooltfgnvowjsofavoofwjmjm`ovgfgl``vqqfgjmwfqmbo\'+wkjp*-qfsvaoj`=?wq=?wg`lmdqfppqf`lqgfgvowjnbwfplovwjlm?vo#jg>!gjp`lufqKlnf?,b=tfapjwfpmfwtlqhpbowklvdkfmwjqfoznfnlqjbonfppbdfp`lmwjmvfb`wjuf!=plnftkbwuj`wlqjbTfpwfqm##wjwof>!Ol`bwjlm`lmwqb`wujpjwlqpGltmolbgtjwklvw#qjdkw!= nfbpvqfptjgwk#>#ubqjbaofjmuloufgujqdjmjbmlqnboozkbssfmfgb``lvmwppwbmgjmdmbwjlmboQfdjpwfqsqfsbqfg`lmwqlopb``vqbwfajqwkgbzpwqbwfdzleej`jbodqbskj`p`qjnjmboslppjaoz`lmpvnfqSfqplmbopsfbhjmdubojgbwfb`kjfufg-isd!#,=nb`kjmfp?,k1= ##hfztlqgpeqjfmgozaqlwkfqp`lnajmfglqjdjmbo`lnslpfgf{sf`wfgbgfrvbwfsbhjpwbmeloolt!#ubovbaof?,obafo=qfobwjufaqjmdjmdjm`qfbpfdlufqmlqsovdjmp,Ojpw#le#Kfbgfq!=!#mbnf>!#+%rvlw8dqbgvbwf?,kfbg= `lnnfq`fnbobzpjbgjqf`wlqnbjmwbjm8kfjdkw9p`kfgvof`kbmdjmdab`h#wl#`bwkloj`sbwwfqmp`lolq9# dqfbwfpwpvssojfpqfojbaof?,vo= \n\n?pfof`w#`jwjyfmp`olwkjmdtbw`kjmd?oj#jg>!psf`jej``bqqzjmdpfmwfm`f?`fmwfq=`lmwqbpwwkjmhjmd`bw`k+f*plvwkfqmNj`kbfo#nfq`kbmw`bqlvpfosbggjmd9jmwfqjlq-psojw+!ojybwjlmL`wlafq#*xqfwvqmjnsqlufg..%dw8 `lufqbdf`kbjqnbm-smd!#,=pvaif`wpQj`kbqg#tkbwfufqsqlabaozqf`lufqzabpfabooivgdnfmw`lmmf`w--`pp!#,=#tfapjwfqfslqwfggfebvow!,=?,b= fof`wqj`p`lwobmg`qfbwjlmrvbmwjwz-#JPAM#3gjg#mlw#jmpwbm`f.pfbq`k.!#obmd>!psfbhfqp@lnsvwfq`lmwbjmpbq`kjufpnjmjpwfqqfb`wjlmgjp`lvmwJwbojbml`qjwfqjbpwqlmdoz9#$kwws9$p`qjsw$`lufqjmdleefqjmdbssfbqfgAqjwjpk#jgfmwjezEb`fallhmvnfqlvpufkj`ofp`lm`fqmpBnfqj`bmkbmgojmdgju#jg>!Tjoojbn#sqlujgfq\\`lmwfmwb``vqb`zpf`wjlm#bmgfqplmeof{jaof@bwfdlqzobtqfm`f?p`qjsw=obzlvw>!bssqlufg#nb{jnvnkfbgfq!=?,wbaof=Pfquj`fpkbnjowlm`vqqfmw#`bmbgjbm`kbmmfop,wkfnfp,,bqwj`oflswjlmboslqwvdboubovf>!!jmwfqubotjqfofppfmwjwofgbdfm`jfpPfbq`k!#nfbpvqfgwklvpbmgpsfmgjmd%kfoojs8mft#Gbwf!#pjyf>!sbdfMbnfnjggof!#!#,=?,b=kjggfm!=pfrvfm`fsfqplmbolufqeoltlsjmjlmpjoojmljpojmhp!= \n?wjwof=ufqpjlmppbwvqgbzwfqnjmbojwfnsqlsfmdjmffqpf`wjlmpgfpjdmfqsqlslpbo>!ebopf!Fpsb/]loqfofbpfppvanjw!#fq%rvlw8bggjwjlmpznswlnplqjfmwfgqfplvq`fqjdkw!=?sofbpvqfpwbwjlmpkjpwlqz-ofbujmd##alqgfq>`lmwfmwp`fmwfq!=- Plnf#gjqf`wfgpvjwbaofavodbqjb-pklt+*8gfpjdmfgDfmfqbo#`lm`fswpF{bnsofptjoojbnpLqjdjmbo!=?psbm=pfbq`k!=lsfqbwlqqfrvfpwpb#%rvlw8booltjmdGl`vnfmwqfujpjlm-# Wkf#zlvqpfoe@lmwb`w#nj`kjdbmFmdojpk#`lovnajbsqjlqjwzsqjmwjmdgqjmhjmdeb`jojwzqfwvqmfg@lmwfmw#leej`fqpQvppjbm#dfmfqbwf.;;6:.2!jmgj`bwfebnjojbq#rvbojwznbqdjm93#`lmwfmwujftslqw`lmwb`wp.wjwof!=slqwbaof-ofmdwk#fojdjaofjmuloufpbwobmwj`lmolbg>!gfebvow-pvssojfgsbznfmwpdolppbqz Bewfq#dvjgbm`f?,wg=?wgfm`lgjmdnjggof!=`bnf#wl#gjpsobzpp`lwwjpkilmbwkbmnbilqjwztjgdfwp-`ojmj`bowkbjobmgwfb`kfqp?kfbg= \nbeef`wfgpvsslqwpsljmwfq8wlPwqjmd?,pnboo=lhobklnbtjoo#af#jmufpwlq3!#bow>!klojgbzpQfplvq`foj`fmpfg#+tkj`k#-#Bewfq#`lmpjgfqujpjwjmdf{solqfqsqjnbqz#pfbq`k!#bmgqljg!rvj`hoz#nffwjmdpfpwjnbwf8qfwvqm#8`lolq9 #kfjdkw>bssqlubo/#%rvlw8#`kf`hfg-njm-ip!nbdmfwj`=?,b=?,kelqf`bpw-#Tkjof#wkvqpgbzgufqwjpf%fb`vwf8kbp@obppfubovbwflqgfqjmdf{jpwjmdsbwjfmwp#Lmojmf#`lolqbglLswjlmp!`bnsafoo?"..#fmg?,psbm=??aq#,= \\slsvsp\x7Fp`jfm`fp/%rvlw8#rvbojwz#Tjmgltp#bppjdmfgkfjdkw9#?a#`obppof%rvlw8#ubovf>!#@lnsbmzf{bnsofp?jeqbnf#afojfufpsqfpfmwpnbqpkboosbqw#le#sqlsfqoz*- Wkf#wb{lmlnznv`k#le#?,psbm= !#gbwb.pqwvdv/Fpp`qlooWl#sqlif`w?kfbg= bwwlqmfzfnskbpjppslmplqpebm`zal{tlqog$p#tjogojef`kf`hfg>pfppjlmpsqldqbnns{8elmw.#Sqlif`wilvqmbopafojfufgub`bwjlmwklnsplmojdkwjmdbmg#wkf#psf`jbo#alqgfq>3`kf`hjmd?,walgz=?avwwlm#@lnsofwf`ofbqej{ ?kfbg= bqwj`of#?pf`wjlmejmgjmdpqlof#jm#slsvobq##L`wlafqtfapjwf#f{slpvqfvpfg#wl##`kbmdfplsfqbwfg`oj`hjmdfmwfqjmd`lnnbmgpjmelqnfg#mvnafqp##?,gju=`qfbwjmdlmPvanjwnbqzobmg`loofdfpbmbozwj`ojpwjmdp`lmwb`w-olddfgJmbgujplqzpjaojmdp`lmwfmw!p%rvlw8*p-#Wkjp#sb`hbdfp`kf`hal{pvddfpwpsqfdmbmwwlnlqqltpsb`jmd>j`lm-smdibsbmfpf`lgfabpfavwwlm!=dbnaojmdpv`k#bp#/#tkjof#?,psbm=#njpplvqjpslqwjmdwls92s{#-?,psbm=wfmpjlmptjgwk>!1obyzolbgmlufnafqvpfg#jm#kfjdkw>!`qjsw!= %maps8?,?wq=?wg#kfjdkw91,sqlgv`w`lvmwqz#jm`ovgf#ellwfq!#%ow8"..#wjwof!=?,irvfqz-?,elqn= +\vBl\bQ\x7F*+\vUmGx*kqubwphjjwbojbmlqln/Nm(ow/Pqh/Kf4K4]4C5dwbnaj/Emmlwj`jbpnfmpbifpsfqplmbpgfqf`klpmb`jlmbopfquj`jl`lmwb`wlvpvbqjlpsqldqbnbdlajfqmlfnsqfpbpbmvm`jlpubofm`jb`lolnajbgfpsv/Epgfslqwfpsqlzf`wlsqlgv`wls/Vaoj`lmlplwqlpkjpwlqjbsqfpfmwfnjoolmfpnfgjbmwfsqfdvmwbbmwfqjlqqf`vqplpsqlaofnbpbmwjbdlmvfpwqlplsjmj/_mjnsqjnjqnjfmwqbpbn/Eqj`bufmgfglqpl`jfgbgqfpsf`wlqfbojybqqfdjpwqlsbobaqbpjmwfq/Epfmwlm`fpfpsf`jbonjfnaqlpqfbojgbg`/_qglabybqbdlybs/Mdjmbppl`jbofpaolrvfbqdfpwj/_mborvjofqpjpwfnbp`jfm`jbp`lnsofwlufqpj/_m`lnsofwbfpwvgjlps/Vaoj`blaifwjulboj`bmwfavp`bglq`bmwjgbgfmwqbgbpb``jlmfpbq`kjulppvsfqjlqnbzlq/Abbofnbmjbevm`j/_m/Vowjnlpkb`jfmglbrvfoolpfgj`j/_mefqmbmglbnajfmwfeb`fallhmvfpwqbp`ojfmwfpsql`fplpabpwbmwfsqfpfmwbqfslqwbq`lmdqfplsvaoj`bq`lnfq`jl`lmwqbwli/_ufmfpgjpwqjwlw/E`mj`b`lmivmwlfmfqd/Abwqbabibqbpwvqjbpqf`jfmwfvwjojybqalofw/Ampboubglq`lqqf`wbwqbabilpsqjnfqlpmfdl`jlpojafqwbggfwboofpsbmwboobsq/_{jnlbonfq/Abbmjnbofprvj/Emfp`lqby/_mpf``j/_mavp`bmglls`jlmfpf{wfqjlq`lm`fswlwlgbu/Abdbofq/Abfp`qjajqnfgj`jmboj`fm`jb`lmpvowbbpsf`wlp`q/Awj`bg/_obqfpivpwj`jbgfafq/Mmsfq/Alglmf`fpjwbnbmwfmfqsfrvf/]lqf`jajgbwqjavmbowfmfqjef`bm`j/_m`bmbqjbpgfp`bqdbgjufqplpnboolq`bqfrvjfqfw/E`mj`lgfafq/Abujujfmgbejmbmybpbgfobmwfevm`jlmb`lmpfilpgje/A`jo`jvgbgfpbmwjdvbpbubmybgbw/Eqnjmlvmjgbgfpp/Mm`kfy`bnsb/]bplewlmj`qfujpwbp`lmwjfmfpf`wlqfpnlnfmwlpeb`vowbg`q/Egjwlgjufqpbppvsvfpwleb`wlqfppfdvmglpsfrvf/]b<_<R<X<\\<Y=m<W<T<Y=m=n=`<]=g<W<R<]=g=n=`=a=n<R<P<y=m<W<T=n<R<_<R<P<Y<Q=c<^=m<Y=i=a=n<R<U<X<\\<Z<Y<]=g<W<T<_<R<X=o<X<Y<Q=`=a=n<R=n<]=g<W<\\=m<Y<]=c<R<X<T<Q=m<Y<]<Y<Q<\\<X<R=m<\\<U=n=h<R=n<R<Q<Y<_<R=m<^<R<T=m<^<R<U<T<_=l=g=n<R<Z<Y<^=m<Y<P=m<^<R=b<W<T=d=`=a=n<T=i<S<R<V<\\<X<Q<Y<U<X<R<P<\\<P<T=l<\\<W<T<]<R=n<Y<P=o=i<R=n=c<X<^=o=i=m<Y=n<T<W=b<X<T<X<Y<W<R<P<T=l<Y=n<Y<]=c=m<^<R<Y<^<T<X<Y=k<Y<_<R=a=n<T<P=m=k<Y=n=n<Y<P=g=j<Y<Q=g=m=n<\\<W<^<Y<X=`=n<Y<P<Y<^<R<X=g=n<Y<]<Y<^=g=d<Y<Q<\\<P<T=n<T<S<\\=n<R<P=o<S=l<\\<^<W<T=j<\\<R<X<Q<\\<_<R<X=g<[<Q<\\=b<P<R<_=o<X=l=o<_<^=m<Y<U<T<X<Y=n<V<T<Q<R<R<X<Q<R<X<Y<W<\\<X<Y<W<Y=m=l<R<V<T=b<Q=c<^<Y=m=`<y=m=n=`=l<\\<[<\\<Q<\\=d<T4K5h5h5k4K5h4F5f4@5i5f4U4B4K4Y4E4K5h4\\5f4U5h5f5k4@4C5f4C4K5h4N5j4K5h4]4C4F4A5o5i4Y5m4A4E5o4K5j4F4K5h5h5f5f5o5d5j4X4D5o4E5m5f5k4K4D5j4K4F4A5d4K4M4O5o4G4]4B5h4K5h4K5h4A4D4C5h5f5h4C4]5d4_4K4Z4V4[4F5o5d5j5k5j4K5o4_4K4A4E5j4K4C5f4K5h4[4D4U5h5f5o4X5o4]4K5f5i5o5j5i5j5k4K4X4]5o4E4]4J5f4_5j4X5f4[5i4K4\\4K4K5h5m5j4X4D4K4D4F4U4D4]4]4A5i4E5o4K5m4E5f5n5d5h5i4]5o4^5o5h5i4E4O4A5i4C5n5h4D5f5f4U5j5f4Y5d4]4E4[4]5f5n4X4K4]5o4@5d4K5h4O4B4]5e5i4U5j4K4K4D4A4G4U4]5d4Z4D4X5o5h5i4_4@5h4D5j4K5j4B4K5h4C5o4F4K4D5o5h5f4E4D4C5d5j4O5f4Z4K5f5d4@4C5m4]5f5n5o4F4D4F4O5m4Z5h5i4[4D4B4K5o4G4]4D4K4]5o4K5m4Z5h4K4A5h5e5j5m4_5k4O5f4K5i4]4C5d4C4O5j5k4K4C5f5j4K4K5h4K5j5i4U4]4Z4F4U5h5i4C4K4B5h5i5i5o5j\x07\x07\x07\x07\0\x07\x07\0\v\n \b\r\f\f\r\b \n\v\0\v\v\v\v\0\x07qfplvq`fp`lvmwqjfprvfpwjlmpfrvjsnfmw`lnnvmjwzbubjobaofkjdkojdkwGWG,{kwnonbqhfwjmdhmltofgdfplnfwkjmd`lmwbjmfqgjqf`wjlmpvap`qjafbgufqwjpf`kbqb`wfq!#ubovf>!?,pfof`w=Bvpwqbojb!#`obpp>!pjwvbwjlmbvwklqjwzelooltjmdsqjnbqjozlsfqbwjlm`kboofmdfgfufolsfgbmlmznlvpevm`wjlm#evm`wjlmp`lnsbmjfppwqv`wvqfbdqffnfmw!#wjwof>!slwfmwjbofgv`bwjlmbqdvnfmwppf`lmgbqz`lszqjdkwobmdvbdfpf{`ovpjuf`lmgjwjlm?,elqn= pwbwfnfmwbwwfmwjlmAjldqbskz~#fopf#x plovwjlmptkfm#wkf#Bmbozwj`pwfnsobwfpgbmdfqlvppbwfoojwfgl`vnfmwpsvaojpkfqjnslqwbmwsqlwlwzsfjmeovfm`f%qbrvl8?,feef`wjufdfmfqboozwqbmpelqnafbvwjevowqbmpslqwlqdbmjyfgsvaojpkfgsqlnjmfmwvmwjo#wkfwkvnambjoMbwjlmbo#-el`vp+*8lufq#wkf#njdqbwjlmbmmlvm`fgellwfq!= f{`fswjlmofpp#wkbmf{sfmpjufelqnbwjlmeqbnftlqhwfqqjwlqzmgj`bwjlm`vqqfmwoz`obppMbnf`qjwj`jpnwqbgjwjlmfopftkfqfBof{bmgfqbssljmwfgnbwfqjbopaqlbg`bpwnfmwjlmfgbeejojbwf?,lswjlm=wqfbwnfmwgjeefqfmw,gfebvow-Sqfpjgfmwlm`oj`h>!ajldqbskzlwkfqtjpfsfqnbmfmwEqbm/KbjpKlooztllgf{sbmpjlmpwbmgbqgp?,pwzof= qfgv`wjlmGf`fnafq#sqfefqqfg@bnaqjgdflsslmfmwpAvpjmfpp#`lmevpjlm= ?wjwof=sqfpfmwfgf{sobjmfgglfp#mlw#tlqogtjgfjmwfqeb`fslpjwjlmpmftpsbsfq?,wbaof= nlvmwbjmpojhf#wkf#fppfmwjboejmbm`jbopfof`wjlmb`wjlm>!,babmglmfgFgv`bwjlmsbqpfJmw+pwbajojwzvmbaof#wl?,wjwof= qfobwjlmpMlwf#wkbwfeej`jfmwsfqelqnfgwtl#zfbqpPjm`f#wkfwkfqfelqftqbssfq!=bowfqmbwfjm`qfbpfgAbwwof#lesfq`fjufgwqzjmd#wlmf`fppbqzslqwqbzfgfof`wjlmpFojybafwk?,jeqbnf=gjp`lufqzjmpvqbm`fp-ofmdwk8ofdfmgbqzDfldqbskz`bmgjgbwf`lqslqbwfplnfwjnfppfquj`fp-jmkfqjwfg?,pwqlmd=@lnnvmjwzqfojdjlvpol`bwjlmp@lnnjwwffavjogjmdpwkf#tlqogml#olmdfqafdjmmjmdqfefqfm`f`bmmlw#afeqfrvfm`zwzsj`boozjmwl#wkf#qfobwjuf8qf`lqgjmdsqfpjgfmwjmjwjboozwf`kmjrvfwkf#lwkfqjw#`bm#aff{jpwfm`fvmgfqojmfwkjp#wjnfwfofsklmfjwfnp`lsfsqb`wj`fpbgubmwbdf*8qfwvqm#Elq#lwkfqsqlujgjmdgfnl`qb`zalwk#wkf#f{wfmpjufpveefqjmdpvsslqwfg`lnsvwfqp#evm`wjlmsqb`wj`bopbjg#wkbwjw#nbz#afFmdojpk?,eqln#wkf#p`kfgvofggltmolbgp?,obafo= pvpsf`wfgnbqdjm9#3psjqjwvbo?,kfbg= nj`qlplewdqbgvboozgjp`vppfgkf#af`bnff{f`vwjufirvfqz-ipklvpfklog`lmejqnfgsvq`kbpfgojwfqboozgfpwqlzfgvs#wl#wkfubqjbwjlmqfnbjmjmdjw#jp#mlw`fmwvqjfpIbsbmfpf#bnlmd#wkf`lnsofwfgbodlqjwknjmwfqfpwpqfafoojlmvmgfejmfgfm`lvqbdfqfpjybaofjmuloujmdpfmpjwjufvmjufqpbosqlujpjlm+bowklvdkefbwvqjmd`lmgv`wfg*/#tkj`k#`lmwjmvfg.kfbgfq!=Efaqvbqz#mvnfqlvp#lufqeolt9`lnslmfmweqbdnfmwpf{`foofmw`lopsbm>!wf`kmj`bomfbq#wkf#Bgubm`fg#plvq`f#lef{sqfppfgKlmd#Hlmd#Eb`fallhnvowjsof#nf`kbmjpnfofubwjlmleefmpjuf?,elqn= \npslmplqfggl`vnfmw-lq#%rvlw8wkfqf#bqfwklpf#tklnlufnfmwpsql`fppfpgjeej`vowpvanjwwfgqf`lnnfmg`lmujm`fgsqlnlwjmd!#tjgwk>!-qfsob`f+`obppj`bo`lbojwjlmkjp#ejqpwgf`jpjlmpbppjpwbmwjmgj`bwfgfulovwjlm.tqbssfq!fmlvdk#wlbolmd#wkfgfojufqfg..= ?"..Bnfqj`bm#sqlwf`wfgMlufnafq#?,pwzof=?evqmjwvqfJmwfqmfw##lmaovq>!pvpsfmgfgqf`jsjfmwabpfg#lm#Nlqflufq/balojpkfg`loof`wfgtfqf#nbgffnlwjlmbofnfqdfm`zmbqqbwjufbgul`bwfps{8alqgfq`lnnjwwfggjq>!owq!fnsolzffpqfpfbq`k-#pfof`wfgpv``fpplq`vpwlnfqpgjpsobzfgPfswfnafqbgg@obpp+Eb`fallh#pvddfpwfgbmg#obwfqlsfqbwjmdfobalqbwfPlnfwjnfpJmpwjwvwf`fqwbjmozjmpwboofgelooltfqpIfqvpbofnwkfz#kbuf`lnsvwjmddfmfqbwfgsqlujm`fpdvbqbmwffbqajwqbqzqf`ldmjyftbmwfg#wls{8tjgwk9wkflqz#leafkbujlvqTkjof#wkffpwjnbwfgafdbm#wl#jw#af`bnfnbdmjwvgfnvpw#kbufnlqf#wkbmGjqf`wlqzf{wfmpjlmpf`qfwbqzmbwvqboozl``vqqjmdubqjbaofpdjufm#wkfsobwelqn-?,obafo=?ebjofg#wl`lnslvmgphjmgp#le#pl`jfwjfpbolmdpjgf#..%dw8 plvwktfpwwkf#qjdkwqbgjbwjlmnbz#kbuf#vmfp`bsf+pslhfm#jm!#kqfe>!,sqldqbnnflmoz#wkf#`lnf#eqlngjqf`wlqzavqjfg#jmb#pjnjobqwkfz#tfqf?,elmw=?,Mlqtfdjbmpsf`jejfgsqlgv`jmdsbppfmdfq+mft#Gbwfwfnslqbqzej`wjlmboBewfq#wkffrvbwjlmpgltmolbg-qfdvobqozgfufolsfqbaluf#wkfojmhfg#wlskfmlnfmbsfqjlg#lewllowjs!=pvapwbm`fbvwlnbwj`bpsf`w#leBnlmd#wkf`lmmf`wfgfpwjnbwfpBjq#Elq`fpzpwfn#lelaif`wjufjnnfgjbwfnbhjmd#jwsbjmwjmdp`lmrvfqfgbqf#pwjoosql`fgvqfdqltwk#lekfbgfg#azFvqlsfbm#gjujpjlmpnlof`vofpeqbm`kjpfjmwfmwjlmbwwqb`wfg`kjogkllgbopl#vpfggfgj`bwfgpjmdbslqfgfdqff#leebwkfq#le`lmeoj`wp?,b=?,s= `bnf#eqlntfqf#vpfgmlwf#wkbwqf`fjujmdF{f`vwjuffufm#nlqfb``fpp#wl`lnnbmgfqSlojwj`bonvpj`jbmpgfoj`jlvpsqjplmfqpbgufmw#leVWE.;!#,=?"X@GBWBX!=@lmwb`wPlvwkfqm#ad`lolq>!pfqjfp#le-#Jw#tbp#jm#Fvqlsfsfqnjwwfgubojgbwf-bssfbqjmdleej`jboppfqjlvpoz.obmdvbdfjmjwjbwfgf{wfmgjmdolmd.wfqnjmeobwjlmpv`k#wkbwdfw@llhjfnbqhfg#az?,avwwlm=jnsofnfmwavw#jw#jpjm`qfbpfpgltm#wkf#qfrvjqjmdgfsfmgfmw..= ?"..#jmwfqujftTjwk#wkf#`lsjfp#le`lmpfmpvptbp#avjowUfmfyvfob+elqnfqozwkf#pwbwfsfqplmmfopwqbwfdj`ebulvq#lejmufmwjlmTjhjsfgjb`lmwjmfmwujqwvbooztkj`k#tbpsqjm`jsof@lnsofwf#jgfmwj`bopklt#wkbwsqjnjwjufbtbz#eqlnnlof`vobqsqf`jpfozgjpploufgVmgfq#wkfufqpjlm>!=%maps8?,Jw#jp#wkf#Wkjp#jp#tjoo#kbuflqdbmjpnpplnf#wjnfEqjfgqj`ktbp#ejqpwwkf#lmoz#eb`w#wkbwelqn#jg>!sqf`fgjmdWf`kmj`boskzpj`jpwl``vqp#jmmbujdbwlqpf`wjlm!=psbm#jg>!plvdkw#wlafolt#wkfpvqujujmd~?,pwzof=kjp#gfbwkbp#jm#wkf`bvpfg#azsbqwjboozf{jpwjmd#vpjmd#wkftbp#djufmb#ojpw#leofufop#lemlwjlm#leLeej`jbo#gjpnjppfgp`jfmwjpwqfpfnaofpgvsoj`bwff{solpjufqf`lufqfgboo#lwkfqdboofqjfpxsbggjmd9sflsof#leqfdjlm#lebggqfppfpbppl`jbwfjnd#bow>!jm#nlgfqmpklvog#afnfwklg#leqfslqwjmdwjnfpwbnsmffgfg#wlwkf#Dqfbwqfdbqgjmdpffnfg#wlujftfg#bpjnsb`w#lmjgfb#wkbwwkf#Tlqogkfjdkw#lef{sbmgjmdWkfpf#bqf`vqqfmw!=`bqfevooznbjmwbjmp`kbqdf#le@obppj`bobggqfppfgsqfgj`wfgltmfqpkjs?gju#jg>!qjdkw!= qfpjgfm`fofbuf#wkf`lmwfmw!=bqf#lewfm##~*+*8 sqlabaoz#Sqlefpplq.avwwlm!#qfpslmgfgpbzp#wkbwkbg#wl#afsob`fg#jmKvmdbqjbmpwbwvp#lepfqufp#bpVmjufqpbof{f`vwjlmbddqfdbwfelq#tkj`kjmef`wjlmbdqffg#wlkltfufq/#slsvobq!=sob`fg#lm`lmpwqv`wfof`wlqbopznalo#lejm`ovgjmdqfwvqm#wlbq`kjwf`w@kqjpwjbmsqfujlvp#ojujmd#jmfbpjfq#wlsqlefpplq %ow8"..#feef`w#lebmbozwj`ptbp#wbhfmtkfqf#wkfwllh#lufqafojfe#jmBeqjhbbmpbp#ebq#bpsqfufmwfgtlqh#tjwkb#psf`jbo?ejfogpfw@kqjpwnbpQfwqjfufg Jm#wkf#ab`h#jmwlmlqwkfbpwnbdbyjmfp=?pwqlmd=`lnnjwwffdlufqmjmddqlvsp#lepwlqfg#jmfpwbaojpkb#dfmfqbojwp#ejqpwwkfjq#ltmslsvobwfgbm#laif`w@bqjaafbmboolt#wkfgjpwqj`wptjp`lmpjmol`bwjlm-8#tjgwk9#jmkbajwfgPl`jbojpwIbmvbqz#2?,ellwfq=pjnjobqoz`klj`f#lewkf#pbnf#psf`jej`#avpjmfpp#Wkf#ejqpw-ofmdwk8#gfpjqf#wlgfbo#tjwkpjm`f#wkfvpfqBdfmw`lm`fjufgjmgf{-sksbp#%rvlw8fmdbdf#jmqf`fmwoz/eft#zfbqptfqf#bopl ?kfbg= ?fgjwfg#azbqf#hmltm`jwjfp#jmb``fpphfz`lmgfnmfgbopl#kbufpfquj`fp/ebnjoz#leP`kllo#le`lmufqwfgmbwvqf#le#obmdvbdfnjmjpwfqp?,laif`w=wkfqf#jp#b#slsvobqpfrvfm`fpbgul`bwfgWkfz#tfqfbmz#lwkfqol`bwjlm>fmwfq#wkfnv`k#nlqfqfeof`wfgtbp#mbnfglqjdjmbo#b#wzsj`botkfm#wkfzfmdjmffqp`lvog#mlwqfpjgfmwptfgmfpgbzwkf#wkjqg#sqlgv`wpIbmvbqz#1tkbw#wkfzb#`fqwbjmqfb`wjlmpsql`fpplqbewfq#kjpwkf#obpw#`lmwbjmfg!=?,gju= ?,b=?,wg=gfsfmg#lmpfbq`k!= sjf`fp#le`lnsfwjmdQfefqfm`fwfmmfppfftkj`k#kbp#ufqpjlm>?,psbm=#??,kfbgfq=djufp#wkfkjpwlqjbmubovf>!!=sbggjmd93ujft#wkbwwldfwkfq/wkf#nlpw#tbp#elvmgpvapfw#lebwwb`h#lm`kjogqfm/sljmwp#lesfqplmbo#slpjwjlm9boofdfgoz@ofufobmgtbp#obwfqbmg#bewfqbqf#djufmtbp#pwjoop`qloojmdgfpjdm#lenbhfp#wkfnv`k#ofppBnfqj`bmp- Bewfq#/#avw#wkfNvpfvn#leolvjpjbmb+eqln#wkfnjmmfplwbsbqwj`ofpb#sql`fppGlnjmj`bmulovnf#leqfwvqmjmdgfefmpjuf33s{\x7Fqjdknbgf#eqlnnlvpflufq!#pwzof>!pwbwfp#le+tkj`k#jp`lmwjmvfpEqbm`jp`lavjogjmd#tjwklvw#btjwk#plnftkl#tlvogb#elqn#leb#sbqw#leafelqf#jwhmltm#bp##Pfquj`fpol`bwjlm#bmg#lewfmnfbpvqjmdbmg#jw#jpsbsfqab`hubovfp#le ?wjwof=>#tjmglt-gfwfqnjmffq%rvlw8#sobzfg#azbmg#fbqoz?,`fmwfq=eqln#wkjpwkf#wkqffsltfq#bmgle#%rvlw8jmmfqKWNO?b#kqfe>!z9jmojmf8@kvq`k#lewkf#fufmwufqz#kjdkleej`jbo#.kfjdkw9#`lmwfmw>!,`dj.ajm,wl#`qfbwfbeqjhbbmpfpsfqbmwleqbm/Kbjpobwujf)Mvojfwvuj)_(`f)Mwjmb(af)Mwjmb\fUh\fT{\fTN\n{I\np@Fr\vBl\bQ\x7F A{\vUmGx A{ypYA\0zX\bTV\bWl\bUdBM\vB{\npV\v@xB\\\np@DbGz al\npa fM uD\bV~mx\vQ}\ndS p\\\bVK\bS]\bU|oD kV\ved\vHR\nb~M`\nJpoD|Q\nLPSw\bTl\nAI\nxC\bWt BqF`Cm\vLm Kx }t\bPv\ny\\\naB V\x7F\nZdXUli fr i@ BHBDBV `V\n[] p_ Tn\n~A\nxR uD `{\bV@ Tn HK AJ\vxsZf\nqIZf\vBM\v|j }t\bSM\nmC\vQ}pfquj`jlpbqw/A`volbqdfmwjmbabq`folmb`vborvjfqsvaoj`bglsqlgv`wlpslo/Awj`bqfpsvfpwbtjhjsfgjbpjdvjfmwfa/Vprvfgb`lnvmjgbgpfdvqjgbgsqjm`jsbosqfdvmwbp`lmwfmjglqfpslmgfqufmfyvfobsqlaofnbpgj`jfnaqfqfob`j/_mmlujfnaqfpjnjobqfpsqlzf`wlpsqldqbnbpjmpwjwvwlb`wjujgbgfm`vfmwqbf`lmln/Abjn/Mdfmfp`lmwb`wbqgfp`bqdbqmf`fpbqjlbwfm`j/_mwfo/Eelml`lnjpj/_m`bm`jlmfp`bsb`jgbgfm`lmwqbqbm/Mojpjpebulqjwlpw/Eqnjmlpsqlujm`jbfwjrvfwbpfofnfmwlpevm`jlmfpqfpvowbgl`bq/M`wfqsqlsjfgbgsqjm`jsjlmf`fpjgbgnvmj`jsbo`qfb`j/_mgfp`bqdbpsqfpfm`jb`lnfq`jbolsjmjlmfpfifq`j`jlfgjwlqjbopbobnbm`bdlmy/Mofygl`vnfmwlsfo/A`vobqf`jfmwfpdfmfqbofpwbqqbdlmbsq/M`wj`bmlufgbgfpsqlsvfpwbsb`jfmwfpw/E`mj`bplaifwjulp`lmwb`wlp\fHB\fIk\fHn\fH^\fHS\fHc\fHU\fId\fHn\fH{\fHC\fHR\fHT\fHR\fHI\fHc\fHY\fHn\fH\\\fHU\fIk\fHy\fIg\fHd\fHy\fIm\fHw\fH\\\fHU\fHR\fH@\fHR\fHJ\fHy\fHU\fHR\fHT\fHA\fIl\fHU\fIm\fHc\fH\\\fHU\fIl\fHB\fId\fHn\fHJ\fHS\fHD\fH@\fHR\fHHgjsolgl`p\fHT\fHB\fHC\fH\\\fIn\fHF\fHD\fHR\fHB\fHF\fHH\fHR\fHG\fHS\fH\\\fHx\fHT\fHH\fHH\fH\\\fHU\fH^\fIg\fH{\fHU\fIm\fHj\fH@\fHR\fH\\\fHJ\fIk\fHZ\fHU\fIm\fHd\fHz\fIk\fH^\fHC\fHJ\fHS\fHy\fHR\fHB\fHY\fIk\fH@\fHH\fIl\fHD\fH@\fIl\fHv\fHB\fI`\fHH\fHT\fHR\fH^\fH^\fIk\fHz\fHp\fIe\fH@\fHB\fHJ\fHJ\fHH\fHI\fHR\fHD\fHU\fIl\fHZ\fHU\fH\\\fHi\fH^\fH{\fHy\fHA\fIl\fHD\fH{\fH\\\fHF\fHR\fHT\fH\\\fHR\fHH\fHy\fHS\fHc\fHe\fHT\fIk\fH{\fHC\fIl\fHU\fIn\fHm\fHj\fH{\fIk\fHs\fIl\fHB\fHz\fIg\fHp\fHy\fHR\fH\\\fHi\fHA\fIl\fH{\fHC\fIk\fHH\fIm\fHB\fHY\fIg\fHs\fHJ\fIk\fHn\fHi\fH{\fH\\\fH|\fHT\fIk\fHB\fIk\fH^\fH^\fH{\fHR\fHU\fHR\fH^\fHf\fHF\fH\\\fHv\fHR\fH\\\fH|\fHT\fHR\fHJ\fIk\fH\\\fHp\fHS\fHT\fHJ\fHS\fH^\fH@\fHn\fHJ\fH@\fHD\fHR\fHU\fIn\fHn\fH^\fHR\fHz\fHp\fIl\fHH\fH@\fHs\fHD\fHB\fHS\fH^\fHk\fHT\fIk\fHj\fHD\fIk\fHD\fHC\fHR\fHy\fIm\fH^\fH^\fIe\fH{\fHA\fHR\fH{\fH\\\fIk\fH^\fHp\fH{\fHU\fH\\\fHR\fHB\fH^\fH{\fIk\fHF\fIk\fHp\fHU\fHR\fHI\fHk\fHT\fIl\fHT\fHU\fIl\fHy\fH^\fHR\fHL\fIl\fHy\fHU\fHR\fHm\fHJ\fIn\fH\\\fHH\fHU\fHH\fHT\fHR\fHH\fHC\fHR\fHJ\fHj\fHC\fHR\fHF\fHR\fHy\fHy\fI`\fHD\fHZ\fHR\fHB\fHJ\fIk\fHz\fHC\fHU\fIl\fH\\\fHR\fHC\fHz\fIm\fHJ\fH^\fH{\fIl`bwfdlqjfpf{sfqjfm`f?,wjwof= @lszqjdkw#ibubp`qjsw`lmgjwjlmpfufqzwkjmd?s#`obpp>!wf`kmloldzab`hdqlvmg?b#`obpp>!nbmbdfnfmw%`lsz8#132ibubP`qjsw`kbqb`wfqpaqfbg`qvnawkfnpfoufpklqjylmwbodlufqmnfmw@bojelqmjbb`wjujwjfpgjp`lufqfgMbujdbwjlmwqbmpjwjlm`lmmf`wjlmmbujdbwjlmbssfbqbm`f?,wjwof=?n`kf`hal{!#wf`kmjrvfpsqlwf`wjlmbssbqfmwozbp#tfoo#bpvmw$/#$VB.qfplovwjlmlsfqbwjlmpwfofujpjlmwqbmpobwfgTbpkjmdwlmmbujdbwlq-#>#tjmglt-jnsqfppjlm%ow8aq%dw8ojwfqbwvqfslsvobwjlmad`lolq>! fpsf`jbooz#`lmwfmw>!sqlgv`wjlmmftpofwwfqsqlsfqwjfpgfejmjwjlmofbgfqpkjsWf`kmloldzSbqojbnfmw`lnsbqjplmvo#`obpp>!-jmgf{Le+!`lm`ovpjlmgjp`vppjlm`lnslmfmwpajloldj`boQfulovwjlm\\`lmwbjmfqvmgfqpwllgmlp`qjsw=?sfqnjppjlmfb`k#lwkfqbwnlpskfqf#lmel`vp>!?elqn#jg>!sql`fppjmdwkjp-ubovfdfmfqbwjlm@lmefqfm`fpvapfrvfmwtfoo.hmltmubqjbwjlmpqfsvwbwjlmskfmlnfmlmgjp`jsojmfoldl-smd!#+gl`vnfmw/alvmgbqjfpf{sqfppjlmpfwwofnfmwAb`hdqlvmglvw#le#wkffmwfqsqjpf+!kwwsp9!#vmfp`bsf+!sbpptlqg!#gfnl`qbwj`?b#kqfe>!,tqbssfq!= nfnafqpkjsojmdvjpwj`s{8sbggjmdskjolplskzbppjpwbm`fvmjufqpjwzeb`jojwjfpqf`ldmjyfgsqfefqfm`fje#+wzsflenbjmwbjmfgul`bavobqzkzslwkfpjp-pvanjw+*8%bns8maps8bmmlwbwjlmafkjmg#wkfElvmgbwjlmsvaojpkfq!bppvnswjlmjmwqlgv`fg`lqqvswjlmp`jfmwjpwpf{soj`jwozjmpwfbg#legjnfmpjlmp#lm@oj`h>!`lmpjgfqfggfsbqwnfmwl``vsbwjlmpllm#bewfqjmufpwnfmwsqlmlvm`fgjgfmwjejfgf{sfqjnfmwNbmbdfnfmwdfldqbskj`!#kfjdkw>!ojmh#qfo>!-qfsob`f+,gfsqfppjlm`lmefqfm`fsvmjpknfmwfojnjmbwfgqfpjpwbm`fbgbswbwjlmlsslpjwjlmtfoo#hmltmpvssofnfmwgfwfqnjmfgk2#`obpp>!3s{8nbqdjmnf`kbmj`bopwbwjpwj`p`fofaqbwfgDlufqmnfmw Gvqjmd#wgfufolsfqpbqwjej`jbofrvjubofmwlqjdjmbwfg@lnnjppjlmbwwb`knfmw?psbm#jg>!wkfqf#tfqfMfgfqobmgpafzlmg#wkfqfdjpwfqfgilvqmbojpweqfrvfmwozboo#le#wkfobmd>!fm!#?,pwzof= baplovwf8#pvsslqwjmdf{wqfnfoz#nbjmpwqfbn?,pwqlmd=#slsvobqjwzfnsolznfmw?,wbaof= #`lopsbm>!?,elqn= ##`lmufqpjlmbalvw#wkf#?,s=?,gju=jmwfdqbwfg!#obmd>!fmSlqwvdvfpfpvapwjwvwfjmgjujgvbojnslppjaofnvowjnfgjbbonlpw#boos{#plojg# bsbqw#eqlnpvaif`w#wljm#Fmdojpk`qjwj`jyfgf{`fsw#elqdvjgfojmfplqjdjmboozqfnbqhbaofwkf#pf`lmgk1#`obpp>!?b#wjwof>!+jm`ovgjmdsbqbnfwfqpsqlkjajwfg>#!kwws9,,gj`wjlmbqzsfq`fswjlmqfulovwjlmelvmgbwjlms{8kfjdkw9pv``fppevopvsslqwfqpnjoofmmjvnkjp#ebwkfqwkf#%rvlw8ml.qfsfbw8`lnnfq`jbojmgvpwqjbofm`lvqbdfgbnlvmw#le#vmleej`jbofeej`jfm`zQfefqfm`fp`llqgjmbwfgjp`objnfqf{sfgjwjlmgfufolsjmd`bo`vobwfgpjnsojejfgofdjwjnbwfpvapwqjmd+3!#`obpp>!`lnsofwfozjoovpwqbwfejuf#zfbqpjmpwqvnfmwSvaojpkjmd2!#`obpp>!spz`kloldz`lmejgfm`fmvnafq#le#bapfm`f#leel`vpfg#lmiljmfg#wkfpwqv`wvqfpsqfujlvpoz=?,jeqbnf=lm`f#bdbjmavw#qbwkfqjnnjdqbmwple#`lvqpf/b#dqlvs#leOjwfqbwvqfVmojhf#wkf?,b=%maps8 evm`wjlm#jw#tbp#wkf@lmufmwjlmbvwlnlajofSqlwfpwbmwbddqfppjufbewfq#wkf#Pjnjobqoz/!#,=?,gju=`loof`wjlm evm`wjlmujpjajojwzwkf#vpf#leulovmwffqpbwwqb`wjlmvmgfq#wkf#wkqfbwfmfg)?"X@GBWBXjnslqwbm`fjm#dfmfqbowkf#obwwfq?,elqn= ?,-jmgf{Le+$j#>#38#j#?gjeefqfm`fgfulwfg#wlwqbgjwjlmppfbq`k#elqvowjnbwfozwlvqmbnfmwbwwqjavwfppl.`boofg#~ ?,pwzof=fubovbwjlmfnskbpjyfgb``fppjaof?,pf`wjlm=pv``fppjlmbolmd#tjwkNfbmtkjof/jmgvpwqjfp?,b=?aq#,=kbp#af`lnfbpsf`wp#leWfofujpjlmpveej`jfmwabphfwabooalwk#pjgfp`lmwjmvjmdbm#bqwj`of?jnd#bow>!bgufmwvqfpkjp#nlwkfqnbm`kfpwfqsqjm`jsofpsbqwj`vobq`lnnfmwbqzfeef`wp#legf`jgfg#wl!=?pwqlmd=svaojpkfqpIlvqmbo#legjeej`vowzeb`jojwbwfb``fswbaofpwzof-`pp!\nevm`wjlm#jmmlubwjlm=@lszqjdkwpjwvbwjlmptlvog#kbufavpjmfppfpGj`wjlmbqzpwbwfnfmwplewfm#vpfgsfqpjpwfmwjm#Ibmvbqz`lnsqjpjmd?,wjwof= \ngjsolnbwj``lmwbjmjmdsfqelqnjmdf{wfmpjlmpnbz#mlw#af`lm`fsw#le#lm`oj`h>!Jw#jp#boplejmbm`jbo#nbhjmd#wkfOv{fnalvqdbggjwjlmbobqf#`boofgfmdbdfg#jm!p`qjsw!*8avw#jw#tbpfof`wqlmj`lmpvanjw>! ?"..#Fmg#fof`wqj`boleej`jboozpvddfpwjlmwls#le#wkfvmojhf#wkfBvpwqbojbmLqjdjmboozqfefqfm`fp ?,kfbg= qf`ldmjpfgjmjwjbojyfojnjwfg#wlBof{bmgqjbqfwjqfnfmwBgufmwvqfpelvq#zfbqp %ow8"..#jm`qfbpjmdgf`lqbwjlmk0#`obpp>!lqjdjmp#lelaojdbwjlmqfdvobwjlm`obppjejfg+evm`wjlm+bgubmwbdfpafjmd#wkf#kjpwlqjbmp?abpf#kqfeqfsfbwfgoztjoojmd#wl`lnsbqbaofgfpjdmbwfgmlnjmbwjlmevm`wjlmbojmpjgf#wkfqfufobwjlmfmg#le#wkfp#elq#wkf#bvwklqjyfgqfevpfg#wlwbhf#sob`fbvwlmlnlvp`lnsqlnjpfslojwj`bo#qfpwbvqbmwwtl#le#wkfEfaqvbqz#1rvbojwz#leptelaif`w-vmgfqpwbmgmfbqoz#bootqjwwfm#azjmwfqujftp!#tjgwk>!2tjwkgqbtboeolbw9ofewjp#vpvbooz`bmgjgbwfpmftpsbsfqpnzpwfqjlvpGfsbqwnfmwafpw#hmltmsbqojbnfmwpvssqfppfg`lmufmjfmwqfnfnafqfggjeefqfmw#pzpwfnbwj`kbp#ofg#wlsqlsbdbmgb`lmwqloofgjmeovfm`fp`fqfnlmjbosql`objnfgSqlwf`wjlmoj#`obpp>!P`jfmwjej``obpp>!ml.wqbgfnbqhpnlqf#wkbm#tjgfpsqfbgOjafqbwjlmwllh#sob`fgbz#le#wkfbp#olmd#bpjnsqjplmfgBggjwjlmbo ?kfbg= ?nObalqbwlqzMlufnafq#1f{`fswjlmpJmgvpwqjboubqjfwz#leeolbw9#ofeGvqjmd#wkfbppfppnfmwkbuf#affm#gfbop#tjwkPwbwjpwj`pl``vqqfm`f,vo=?,gju=`ofbqej{!=wkf#svaoj`nbmz#zfbqptkj`k#tfqflufq#wjnf/pzmlmznlvp`lmwfmw!= sqfpvnbaozkjp#ebnjozvpfqBdfmw-vmf{sf`wfgjm`ovgjmd#`kboofmdfgb#njmlqjwzvmgfejmfg!afolmdp#wlwbhfm#eqlnjm#L`wlafqslpjwjlm9#pbjg#wl#afqfojdjlvp#Efgfqbwjlm#qltpsbm>!lmoz#b#eftnfbmw#wkbwofg#wl#wkf..= ?gju#?ejfogpfw=Bq`kajpkls#`obpp>!mlafjmd#vpfgbssqlb`kfpsqjujofdfpmlp`qjsw= qfpvowp#jmnbz#af#wkfFbpwfq#fddnf`kbmjpnpqfbplmbaofSlsvobwjlm@loof`wjlmpfof`wfg!=mlp`qjsw=,jmgf{-sksbqqjubo#le.ippgh$**8nbmbdfg#wljm`lnsofwf`bpvbowjfp`lnsofwjlm@kqjpwjbmpPfswfnafq#bqjwknfwj`sql`fgvqfpnjdkw#kbufSqlgv`wjlmjw#bssfbqpSkjolplskzeqjfmgpkjsofbgjmd#wldjujmd#wkfwltbqg#wkfdvbqbmwffggl`vnfmwfg`lolq9 333ujgfl#dbnf`lnnjppjlmqfeof`wjmd`kbmdf#wkfbppl`jbwfgpbmp.pfqjelmhfzsqfpp8#sbggjmd9Kf#tbp#wkfvmgfqozjmdwzsj`booz#/#bmg#wkf#pq`Fofnfmwpv``fppjufpjm`f#wkf#pklvog#af#mfwtlqhjmdb``lvmwjmdvpf#le#wkfoltfq#wkbmpkltp#wkbw?,psbm= \n\n`lnsobjmwp`lmwjmvlvprvbmwjwjfpbpwqlmlnfqkf#gjg#mlwgvf#wl#jwpbssojfg#wlbm#bufqbdffeelqwp#wlwkf#evwvqfbwwfnsw#wlWkfqfelqf/`bsbajojwzQfsvaoj`bmtbp#elqnfgFof`wqlmj`hjolnfwfqp`kboofmdfpsvaojpkjmdwkf#elqnfqjmgjdfmlvpgjqf`wjlmppvapjgjbqz`lmpsjqb`zgfwbjop#lebmg#jm#wkfbeelqgbaofpvapwbm`fpqfbplm#elq`lmufmwjlmjwfnwzsf>!baplovwfozpvsslpfgozqfnbjmfg#bbwwqb`wjufwqbufoojmdpfsbqbwfozel`vpfp#lmfofnfmwbqzbssoj`baofelvmg#wkbwpwzofpkffwnbmvp`qjswpwbmgp#elq#ml.qfsfbw+plnfwjnfp@lnnfq`jbojm#Bnfqj`bvmgfqwbhfmrvbqwfq#lebm#f{bnsofsfqplmboozjmgf{-sks<?,avwwlm= sfq`fmwbdfafpw.hmltm`qfbwjmd#b!#gjq>!owqOjfvwfmbmw ?gju#jg>!wkfz#tlvogbajojwz#lenbgf#vs#lemlwfg#wkbw`ofbq#wkbwbqdvf#wkbwwl#bmlwkfq`kjogqfm$psvqslpf#leelqnvobwfgabpfg#vslmwkf#qfdjlmpvaif`w#lesbppfmdfqpslppfppjlm- Jm#wkf#Afelqf#wkfbewfqtbqgp`vqqfmwoz#b`qlpp#wkfp`jfmwjej``lnnvmjwz-`bsjwbojpnjm#Dfqnbmzqjdkw.tjmdwkf#pzpwfnPl`jfwz#leslojwj`jbmgjqf`wjlm9tfmw#lm#wlqfnlubo#le#Mft#Zlqh#bsbqwnfmwpjmgj`bwjlmgvqjmd#wkfvmofpp#wkfkjpwlqj`bokbg#affm#bgfejmjwjufjmdqfgjfmwbwwfmgbm`f@fmwfq#elqsqlnjmfm`fqfbgzPwbwfpwqbwfdjfpavw#jm#wkfbp#sbqw#le`lmpwjwvwf`objn#wkbwobalqbwlqz`lnsbwjaofebjovqf#le/#pv`k#bp#afdbm#tjwkvpjmd#wkf#wl#sqlujgfefbwvqf#leeqln#tkj`k,!#`obpp>!dfloldj`bopfufqbo#legfojafqbwfjnslqwbmw#klogp#wkbwjmd%rvlw8#ubojdm>wlswkf#Dfqnbmlvwpjgf#lemfdlwjbwfgkjp#`bqffqpfsbqbwjlmjg>!pfbq`ktbp#`boofgwkf#elvqwkqf`qfbwjlmlwkfq#wkbmsqfufmwjlmtkjof#wkf#fgv`bwjlm/`lmmf`wjmdb``vqbwfoztfqf#avjowtbp#hjoofgbdqffnfmwpnv`k#nlqf#Gvf#wl#wkftjgwk9#233plnf#lwkfqHjmdgln#lewkf#fmwjqfebnlvp#elqwl#`lmmf`wlaif`wjufpwkf#Eqfm`ksflsof#bmgefbwvqfg!=jp#pbjg#wlpwqv`wvqboqfefqfmgvnnlpw#lewfmb#pfsbqbwf.= ?gju#jg#Leej`jbo#tlqogtjgf-bqjb.obafowkf#sobmfwbmg#jw#tbpg!#ubovf>!ollhjmd#bwafmfej`jbobqf#jm#wkfnlmjwlqjmdqfslqwfgozwkf#nlgfqmtlqhjmd#lmbooltfg#wltkfqf#wkf#jmmlubwjuf?,b=?,gju=plvmgwqb`hpfbq`kElqnwfmg#wl#afjmsvw#jg>!lsfmjmd#leqfpwqj`wfgbglswfg#azbggqfppjmdwkfloldjbmnfwklgp#leubqjbmw#le@kqjpwjbm#ufqz#obqdfbvwlnlwjufaz#ebq#wkfqbmdf#eqlnsvqpvjw#leeloolt#wkfaqlvdkw#wljm#Fmdobmgbdqff#wkbwb``vpfg#le`lnfp#eqlnsqfufmwjmdgju#pwzof>kjp#lq#kfqwqfnfmglvpeqffgln#le`lm`fqmjmd3#2fn#2fn8Abphfwaboo,pwzof-`ppbm#fbqojfqfufm#bewfq,!#wjwof>!-`ln,jmgf{wbhjmd#wkfsjwwpavqdk`lmwfmw!=?p`qjsw=+ewvqmfg#lvwkbujmd#wkf?,psbm= #l``bpjlmboaf`bvpf#jwpwbqwfg#wlskzpj`booz=?,gju= ##`qfbwfg#az@vqqfmwoz/#ad`lolq>!wbajmgf{>!gjpbpwqlvpBmbozwj`p#bopl#kbp#b=?gju#jg>!?,pwzof= ?`boofg#elqpjmdfq#bmg-pq`#>#!,,ujlobwjlmpwkjp#sljmw`lmpwbmwozjp#ol`bwfgqf`lqgjmdpg#eqln#wkfmfgfqobmgpslqwvdv/Fp;N;};D;u;F5m4K4]4_7`gfpbqqlool`lnfmwbqjlfgv`b`j/_mpfswjfnaqfqfdjpwqbglgjqf``j/_mvaj`b`j/_msvaoj`jgbgqfpsvfpwbpqfpvowbglpjnslqwbmwfqfpfqubglpbqw/A`volpgjefqfmwfppjdvjfmwfpqfs/Vaoj`bpjwvb`j/_mnjmjpwfqjlsqjub`jgbggjqf`wlqjlelqnb`j/_mslaob`j/_msqfpjgfmwf`lmw','fmjglpb``fplqjlpwf`kmlqbwjsfqplmbofp`bwfdlq/Abfpsf`jbofpgjpslmjaofb`wvbojgbgqfefqfm`jbuboobglojgajaojlwf`bqfob`jlmfp`bofmgbqjlslo/Awj`bpbmwfqjlqfpgl`vnfmwlpmbwvqbofybnbwfqjbofpgjefqfm`jbf`lm/_nj`bwqbmpslqwfqlgq/Advfysbqwj`jsbqfm`vfmwqbmgjp`vpj/_mfpwqv`wvqbevmgb`j/_meqf`vfmwfpsfqnbmfmwfwlwbonfmwf<P<R<Z<Q<R<]=o<X<Y=n<P<R<Z<Y=n<^=l<Y<P=c=n<\\<V<Z<Y=k=n<R<]=g<]<R<W<Y<Y<R=k<Y<Q=`=a=n<R<_<R<V<R<_<X<\\<S<R=m<W<Y<^=m<Y<_<R=m<\\<U=n<Y=k<Y=l<Y<[<P<R<_=o=n=m<\\<U=n<\\<Z<T<[<Q<T<P<Y<Z<X=o<]=o<X=o=n<s<R<T=m<V<[<X<Y=m=`<^<T<X<Y<R=m<^=c<[<T<Q=o<Z<Q<R=m<^<R<Y<U<W=b<X<Y<U<S<R=l<Q<R<P<Q<R<_<R<X<Y=n<Y<U=m<^<R<T=i<S=l<\\<^<\\=n<\\<V<R<U<P<Y=m=n<R<T<P<Y<Y=n<Z<T<[<Q=`<R<X<Q<R<U<W=o=k=d<Y<S<Y=l<Y<X=k<\\=m=n<T=k<\\=m=n=`=l<\\<]<R=n<Q<R<^=g=i<S=l<\\<^<R=m<R<]<R<U<S<R=n<R<P<P<Y<Q<Y<Y=k<T=m<W<Y<Q<R<^=g<Y=o=m<W=o<_<R<V<R<W<R<Q<\\<[<\\<X=n<\\<V<R<Y=n<R<_<X<\\<S<R=k=n<T<s<R=m<W<Y=n<\\<V<T<Y<Q<R<^=g<U=m=n<R<T=n=n<\\<V<T=i=m=l<\\<[=o<M<\\<Q<V=n=h<R=l=o<P<v<R<_<X<\\<V<Q<T<_<T=m<W<R<^<\\<Q<\\=d<Y<U<Q<\\<U=n<T=m<^<R<T<P=m<^=c<[=`<W=b<]<R<U=k<\\=m=n<R=m=l<Y<X<T<v=l<R<P<Y<H<R=l=o<P=l=g<Q<V<Y=m=n<\\<W<T<S<R<T=m<V=n=g=m=c=k<P<Y=m=c=j=j<Y<Q=n=l=n=l=o<X<\\=m<\\<P=g=i=l=g<Q<V<\\<q<R<^=g<U=k<\\=m<R<^<P<Y=m=n<\\=h<T<W=`<P<P<\\=l=n<\\=m=n=l<\\<Q<P<Y=m=n<Y=n<Y<V=m=n<Q<\\=d<T=i<P<T<Q=o=n<T<P<Y<Q<T<T<P<Y=b=n<Q<R<P<Y=l<_<R=l<R<X=m<\\<P<R<P=a=n<R<P=o<V<R<Q=j<Y=m<^<R<Y<P<V<\\<V<R<U<|=l=i<T<^5i5j4F4C5e4I4]4_4K5h4]4_4K5h4E4K5h4U4K5i5o4F4D5k4K4D4]4K5i4@4K5h5f5d5i4K5h4Y5d4]4@4C5f4C4E4K5h4U4Z5d4I4Z4K5m4E4K5h5n4_5i4K5h4U4K4D4F4A5i5f5h5i5h5m4K4F5i5h4F5n5e4F4U4C5f5h4K5h4X4U4]4O4B4D4K4]4F4[5d5f4]4U5h5f5o5i4I4]5m4K5n4[5h4D4K4F4K5h5h4V4E4F4]4F5f4D4K5h5j4K4_4K5h4X5f4B5i5j4F4C5f4K5h4U4]4D4K5h5n4Y4Y4K5m5h4K5i4U5h5f5k4K4F4A4C5f4G4K5h5h5k5i4K5h4U5i5h5i5o4F4D4E5f5i5o5j5o4K5h4[5m5h5m5f4C5f5d4I4C4K4]4E4F4K4]5f4B4K5h4Y4A4E4F4_4@5f5h4K5h5d5n4F4U5j4C5i4K5i4C5f5j4E4F4Y5i5f5i4O4]4X5f5m4K5h4\\5f5j4U4]4D5f4E4D5d4K4D4E4O5h4U4K4D4K5h4_5m4]5i4X4K5o5h4F4U4K5h5e4K5h4O5d5h4K5h4_5j4E4@4K5i4U4E4K5h4Y4A5m4K5h4C5f5j5o5h5i4K4F4K5h4B4K4Y4K5h5i5h5m4O4U4Z4K4M5o4F4K4D4E4K5h4B5f4]4]4_4K4J5h4K5h5n5h4D4K5h4O4C4D5i5n4K4[4U5i4]4K4_5h5i5j4[5n4E4K5h5o4F4D4K5h4]4@5h4K4X4F4]5o4K5h5n4C5i5f4U4[5f5opAzWbdMbnf+-isd!#bow>!2s{#plojg# -dje!#bow>!wqbmpsbqfmwjmelqnbwjlmbssoj`bwjlm!#lm`oj`h>!fpwbaojpkfgbgufqwjpjmd-smd!#bow>!fmujqlmnfmwsfqelqnbm`fbssqlsqjbwf%bns8ngbpk8jnnfgjbwfoz?,pwqlmd=?,qbwkfq#wkbmwfnsfqbwvqfgfufolsnfmw`lnsfwjwjlmsob`fklogfqujpjajojwz9`lszqjdkw!=3!#kfjdkw>!fufm#wklvdkqfsob`fnfmwgfpwjmbwjlm@lqslqbwjlm?vo#`obpp>!Bppl`jbwjlmjmgjujgvbopsfqpsf`wjufpfwWjnflvw+vqo+kwws9,,nbwkfnbwj`pnbqdjm.wls9fufmwvbooz#gfp`qjswjlm*#ml.qfsfbw`loof`wjlmp-ISD\x7Fwkvna\x7Fsbqwj`jsbwf,kfbg=?algzeolbw9ofew8?oj#`obpp>!kvmgqfgp#le Kltfufq/#`lnslpjwjlm`ofbq9alwk8`llsfqbwjlmtjwkjm#wkf#obafo#elq>!alqgfq.wls9Mft#Yfbobmgqf`lnnfmgfgsklwldqbskzjmwfqfpwjmd%ow8pvs%dw8`lmwqlufqpzMfwkfqobmgpbowfqmbwjufnb{ofmdwk>!ptjwyfqobmgGfufolsnfmwfppfmwjbooz Bowklvdk#?,wf{wbqfb=wkvmgfqajqgqfsqfpfmwfg%bns8mgbpk8psf`vobwjlm`lnnvmjwjfpofdjpobwjlmfof`wqlmj`p \n?gju#jg>!joovpwqbwfgfmdjmffqjmdwfqqjwlqjfpbvwklqjwjfpgjpwqjavwfg5!#kfjdkw>!pbmp.pfqje8`bsbaof#le#gjpbssfbqfgjmwfqb`wjufollhjmd#elqjw#tlvog#afBedkbmjpwbmtbp#`qfbwfgNbwk-eollq+pvqqlvmgjmd`bm#bopl#aflapfqubwjlmnbjmwfmbm`ffm`lvmwfqfg?k1#`obpp>!nlqf#qf`fmwjw#kbp#affmjmubpjlm#le*-dfwWjnf+*evmgbnfmwboGfpsjwf#wkf!=?gju#jg>!jmpsjqbwjlmf{bnjmbwjlmsqfsbqbwjlmf{sobmbwjlm?jmsvw#jg>!?,b=?,psbm=ufqpjlmp#lejmpwqvnfmwpafelqf#wkf##>#$kwws9,,Gfp`qjswjlmqfobwjufoz#-pvapwqjmd+fb`k#le#wkff{sfqjnfmwpjmeovfmwjbojmwfdqbwjlmnbmz#sflsofgvf#wl#wkf#`lnajmbwjlmgl#mlw#kbufNjggof#Fbpw?mlp`qjsw=?`lszqjdkw!#sfqkbsp#wkfjmpwjwvwjlmjm#Gf`fnafqbqqbmdfnfmwnlpw#ebnlvpsfqplmbojwz`qfbwjlm#leojnjwbwjlmpf{`ovpjufozplufqfjdmwz.`lmwfmw!= ?wg#`obpp>!vmgfqdqlvmgsbqboofo#wlgl`wqjmf#lel``vsjfg#azwfqnjmloldzQfmbjppbm`fb#mvnafq#lepvsslqw#elqf{solqbwjlmqf`ldmjwjlmsqfgf`fpplq?jnd#pq`>!,?k2#`obpp>!svaoj`bwjlmnbz#bopl#afpsf`jbojyfg?,ejfogpfw=sqldqfppjufnjoojlmp#lepwbwfp#wkbwfmelq`fnfmwbqlvmg#wkf#lmf#bmlwkfq-sbqfmwMlgfbdqj`vowvqfBowfqmbwjufqfpfbq`kfqpwltbqgp#wkfNlpw#le#wkfnbmz#lwkfq#+fpsf`jbooz?wg#tjgwk>!8tjgwk9233&jmgfsfmgfmw?k0#`obpp>!#lm`kbmdf>!*-bgg@obpp+jmwfqb`wjlmLmf#le#wkf#gbvdkwfq#leb``fpplqjfpaqbm`kfp#le ?gju#jg>!wkf#obqdfpwgf`obqbwjlmqfdvobwjlmpJmelqnbwjlmwqbmpobwjlmgl`vnfmwbqzjm#lqgfq#wl!= ?kfbg= ?!#kfjdkw>!2b`qlpp#wkf#lqjfmwbwjlm*8?,p`qjsw=jnsofnfmwfg`bm#af#pffmwkfqf#tbp#bgfnlmpwqbwf`lmwbjmfq!=`lmmf`wjlmpwkf#Aqjwjpktbp#tqjwwfm"jnslqwbmw8s{8#nbqdjm.elooltfg#azbajojwz#wl#`lnsoj`bwfggvqjmd#wkf#jnnjdqbwjlmbopl#`boofg?k7#`obpp>!gjpwjm`wjlmqfsob`fg#azdlufqmnfmwpol`bwjlm#lejm#Mlufnafqtkfwkfq#wkf?,s= ?,gju=b`rvjpjwjlm`boofg#wkf#sfqpf`vwjlmgfpjdmbwjlmxelmw.pjyf9bssfbqfg#jmjmufpwjdbwff{sfqjfm`fgnlpw#ojhfoztjgfoz#vpfggjp`vppjlmpsqfpfm`f#le#+gl`vnfmw-f{wfmpjufozJw#kbp#affmjw#glfp#mlw`lmwqbqz#wljmkbajwbmwpjnsqlufnfmwp`klobqpkjs`lmpvnswjlmjmpwqv`wjlmelq#f{bnsoflmf#lq#nlqfs{8#sbggjmdwkf#`vqqfmwb#pfqjfp#lebqf#vpvboozqlof#jm#wkfsqfujlvpoz#gfqjubwjufpfujgfm`f#lef{sfqjfm`fp`lolqp`kfnfpwbwfg#wkbw`fqwjej`bwf?,b=?,gju= #pfof`wfg>!kjdk#p`klloqfpslmpf#wl`lnelqwbaofbglswjlm#lewkqff#zfbqpwkf#`lvmwqzjm#Efaqvbqzpl#wkbw#wkfsflsof#tkl#sqlujgfg#az?sbqbn#mbnfbeef`wfg#azjm#wfqnp#lebssljmwnfmwJPL.;;6:.2!tbp#alqm#jmkjpwlqj`bo#qfdbqgfg#bpnfbpvqfnfmwjp#abpfg#lm#bmg#lwkfq#9#evm`wjlm+pjdmjej`bmw`fofaqbwjlmwqbmpnjwwfg,ip,irvfqz-jp#hmltm#bpwkflqfwj`bo#wbajmgf{>!jw#`lvog#af?mlp`qjsw= kbujmd#affm ?kfbg= ?#%rvlw8Wkf#`lnsjobwjlmkf#kbg#affmsqlgv`fg#azskjolplskfq`lmpwqv`wfgjmwfmgfg#wlbnlmd#lwkfq`lnsbqfg#wlwl#pbz#wkbwFmdjmffqjmdb#gjeefqfmwqfefqqfg#wlgjeefqfm`fpafojfe#wkbwsklwldqbskpjgfmwjezjmdKjpwlqz#le#Qfsvaoj`#lemf`fppbqjozsqlabajojwzwf`kmj`boozofbujmd#wkfpsf`wb`vobqeqb`wjlm#lefof`wqj`jwzkfbg#le#wkfqfpwbvqbmwpsbqwmfqpkjsfnskbpjp#lmnlpw#qf`fmwpkbqf#tjwk#pbzjmd#wkbwejoofg#tjwkgfpjdmfg#wljw#jp#lewfm!=?,jeqbnf=bp#elooltp9nfqdfg#tjwkwkqlvdk#wkf`lnnfq`jbo#sljmwfg#lvwlsslqwvmjwzujft#le#wkfqfrvjqfnfmwgjujpjlm#lesqldqbnnjmdkf#qf`fjufgpfwJmwfqubo!=?,psbm=?,jm#Mft#Zlqhbggjwjlmbo#`lnsqfppjlm ?gju#jg>!jm`lqslqbwf8?,p`qjsw=?bwwb`kFufmwaf`bnf#wkf#!#wbqdfw>!\\`bqqjfg#lvwPlnf#le#wkfp`jfm`f#bmgwkf#wjnf#le@lmwbjmfq!=nbjmwbjmjmd@kqjpwlskfqNv`k#le#wkftqjwjmdp#le!#kfjdkw>!1pjyf#le#wkfufqpjlm#le#nj{wvqf#le#afwtffm#wkfF{bnsofp#lefgv`bwjlmbo`lnsfwjwjuf#lmpvanjw>!gjqf`wlq#legjpwjm`wjuf,GWG#[KWNO#qfobwjmd#wlwfmgfm`z#wlsqlujm`f#letkj`k#tlvoggfpsjwf#wkfp`jfmwjej`#ofdjpobwvqf-jmmfqKWNO#boofdbwjlmpBdqj`vowvqftbp#vpfg#jmbssqlb`k#wljmwfoojdfmwzfbqp#obwfq/pbmp.pfqjegfwfqnjmjmdSfqelqnbm`fbssfbqbm`fp/#tkj`k#jp#elvmgbwjlmpbaaqfujbwfgkjdkfq#wkbmp#eqln#wkf#jmgjujgvbo#`lnslpfg#lepvsslpfg#wl`objnp#wkbwbwwqjavwjlmelmw.pjyf92fofnfmwp#leKjpwlqj`bo#kjp#aqlwkfqbw#wkf#wjnfbmmjufqpbqzdlufqmfg#azqfobwfg#wl#vowjnbwfoz#jmmlubwjlmpjw#jp#pwjoo`bm#lmoz#afgfejmjwjlmpwlDNWPwqjmdB#mvnafq#lejnd#`obpp>!Fufmwvbooz/tbp#`kbmdfgl``vqqfg#jmmfjdkalqjmdgjpwjmdvjpktkfm#kf#tbpjmwqlgv`jmdwfqqfpwqjboNbmz#le#wkfbqdvfp#wkbwbm#Bnfqj`bm`lmrvfpw#letjgfpsqfbg#tfqf#hjoofgp`qffm#bmg#Jm#lqgfq#wlf{sf`wfg#wlgfp`fmgbmwpbqf#ol`bwfgofdjpobwjufdfmfqbwjlmp#ab`hdqlvmgnlpw#sflsofzfbqp#bewfqwkfqf#jp#mlwkf#kjdkfpweqfrvfmwoz#wkfz#gl#mlwbqdvfg#wkbwpkltfg#wkbwsqfglnjmbmwwkfloldj`boaz#wkf#wjnf`lmpjgfqjmdpklqw.ojufg?,psbm=?,b=`bm#af#vpfgufqz#ojwwoflmf#le#wkf#kbg#boqfbgzjmwfqsqfwfg`lnnvmj`bwfefbwvqfp#ledlufqmnfmw/?,mlp`qjsw=fmwfqfg#wkf!#kfjdkw>!0Jmgfsfmgfmwslsvobwjlmpobqdf.p`bof-#Bowklvdk#vpfg#jm#wkfgfpwqv`wjlmslppjajojwzpwbqwjmd#jmwtl#lq#nlqff{sqfppjlmppvalqgjmbwfobqdfq#wkbmkjpwlqz#bmg?,lswjlm= @lmwjmfmwbofojnjmbwjmdtjoo#mlw#afsqb`wj`f#lejm#eqlmw#lepjwf#le#wkffmpvqf#wkbwwl#`qfbwf#bnjppjppjssjslwfmwjboozlvwpwbmgjmdafwwfq#wkbmtkbw#jp#mltpjwvbwfg#jmnfwb#mbnf>!WqbgjwjlmbopvddfpwjlmpWqbmpobwjlmwkf#elqn#lebwnlpskfqj`jgfloldj`bofmwfqsqjpfp`bo`vobwjmdfbpw#le#wkfqfnmbmwp#lesovdjmpsbdf,jmgf{-sks<qfnbjmfg#jmwqbmpelqnfgKf#tbp#bopltbp#boqfbgzpwbwjpwj`bojm#ebulq#leNjmjpwqz#lenlufnfmw#leelqnvobwjlmjp#qfrvjqfg?ojmh#qfo>!Wkjp#jp#wkf#?b#kqfe>!,slsvobqjyfgjmuloufg#jmbqf#vpfg#wlbmg#pfufqbonbgf#az#wkfpffnp#wl#afojhfoz#wkbwSbofpwjmjbmmbnfg#bewfqjw#kbg#affmnlpw#`lnnlmwl#qfefq#wlavw#wkjp#jp`lmpf`vwjufwfnslqbqjozJm#dfmfqbo/`lmufmwjlmpwbhfp#sob`fpvagjujpjlmwfqqjwlqjbolsfqbwjlmbosfqnbmfmwoztbp#obqdfozlvwaqfbh#lejm#wkf#sbpwelooltjmd#b#{nomp9ld>!=?b#`obpp>!`obpp>!wf{w@lmufqpjlm#nbz#af#vpfgnbmveb`wvqfbewfq#afjmd`ofbqej{!= rvfpwjlm#letbp#fof`wfgwl#af`lnf#baf`bvpf#le#plnf#sflsofjmpsjqfg#azpv``fppevo#b#wjnf#tkfmnlqf#`lnnlmbnlmdpw#wkfbm#leej`jbotjgwk9233&8wf`kmloldz/tbp#bglswfgwl#hffs#wkfpfwwofnfmwpojuf#ajqwkpjmgf{-kwno!@lmmf`wj`vwbppjdmfg#wl%bns8wjnfp8b``lvmw#elqbojdm>qjdkwwkf#`lnsbmzbotbzp#affmqfwvqmfg#wljmuloufnfmwAf`bvpf#wkfwkjp#sfqjlg!#mbnf>!r!#`lmejmfg#wlb#qfpvow#leubovf>!!#,=jp#b`wvboozFmujqlmnfmw ?,kfbg= @lmufqpfoz/= ?gju#jg>!3!#tjgwk>!2jp#sqlabaozkbuf#af`lnf`lmwqloojmdwkf#sqlaofn`jwjyfmp#leslojwj`jbmpqfb`kfg#wkfbp#fbqoz#bp9mlmf8#lufq?wbaof#`fooubojgjwz#legjqf`woz#wllmnlvpfgltmtkfqf#jw#jptkfm#jw#tbpnfnafqp#le#qfobwjlm#wlb``lnnlgbwfbolmd#tjwk#Jm#wkf#obwfwkf#Fmdojpkgfoj`jlvp!=wkjp#jp#mlwwkf#sqfpfmwje#wkfz#bqfbmg#ejmboozb#nbwwfq#le \n?,gju=  ?,p`qjsw=ebpwfq#wkbmnbilqjwz#lebewfq#tkj`k`lnsbqbwjufwl#nbjmwbjmjnsqluf#wkfbtbqgfg#wkffq!#`obpp>!eqbnfalqgfqqfpwlqbwjlmjm#wkf#pbnfbmbozpjp#lewkfjq#ejqpwGvqjmd#wkf#`lmwjmfmwbopfrvfm`f#leevm`wjlm+*xelmw.pjyf9#tlqh#lm#wkf?,p`qjsw= ?afdjmp#tjwkibubp`qjsw9`lmpwjwvfmwtbp#elvmgfgfrvjojaqjvnbppvnf#wkbwjp#djufm#azmffgp#wl#af`llqgjmbwfpwkf#ubqjlvpbqf#sbqw#lelmoz#jm#wkfpf`wjlmp#lejp#b#`lnnlmwkflqjfp#legjp`lufqjfpbppl`jbwjlmfgdf#le#wkfpwqfmdwk#leslpjwjlm#jmsqfpfmw.gbzvmjufqpboozwl#elqn#wkfavw#jmpwfbg`lqslqbwjlmbwwb`kfg#wljp#`lnnlmozqfbplmp#elq#%rvlw8wkf#`bm#af#nbgftbp#baof#wltkj`k#nfbmpavw#gjg#mlwlmNlvpfLufqbp#slppjaoflsfqbwfg#az`lnjmd#eqlnwkf#sqjnbqzbggjwjlm#leelq#pfufqbowqbmpefqqfgb#sfqjlg#lebqf#baof#wlkltfufq/#jwpklvog#kbufnv`k#obqdfq \n?,p`qjsw=bglswfg#wkfsqlsfqwz#legjqf`wfg#azfeef`wjufoztbp#aqlvdkw`kjogqfm#leSqldqbnnjmdolmdfq#wkbmnbmvp`qjswptbq#bdbjmpwaz#nfbmp#lebmg#nlpw#lepjnjobq#wl#sqlsqjfwbqzlqjdjmbwjmdsqfpwjdjlvpdqbnnbwj`bof{sfqjfm`f-wl#nbhf#wkfJw#tbp#bopljp#elvmg#jm`lnsfwjwlqpjm#wkf#V-P-qfsob`f#wkfaqlvdkw#wkf`bo`vobwjlmeboo#le#wkfwkf#dfmfqbosqb`wj`boozjm#klmlq#leqfofbpfg#jmqfpjgfmwjbobmg#plnf#lehjmd#le#wkfqfb`wjlm#wl2pw#Fbqo#le`vowvqf#bmgsqjm`jsbooz?,wjwof= ##wkfz#`bm#afab`h#wl#wkfplnf#le#kjpf{slpvqf#wlbqf#pjnjobqelqn#le#wkfbggEbulqjwf`jwjyfmpkjssbqw#jm#wkfsflsof#tjwkjm#sqb`wj`fwl#`lmwjmvf%bns8njmvp8bssqlufg#az#wkf#ejqpw#booltfg#wkfbmg#elq#wkfevm`wjlmjmdsobzjmd#wkfplovwjlm#wlkfjdkw>!3!#jm#kjp#allhnlqf#wkbm#belooltp#wkf`qfbwfg#wkfsqfpfm`f#jm%maps8?,wg=mbwjlmbojpwwkf#jgfb#leb#`kbqb`wfqtfqf#elq`fg#`obpp>!awmgbzp#le#wkfefbwvqfg#jmpkltjmd#wkfjmwfqfpw#jmjm#sob`f#lewvqm#le#wkfwkf#kfbg#leOlqg#le#wkfslojwj`boozkbp#jwp#ltmFgv`bwjlmbobssqlubo#leplnf#le#wkffb`k#lwkfq/afkbujlq#lebmg#af`bvpfbmg#bmlwkfqbssfbqfg#lmqf`lqgfg#jmaob`h%rvlw8nbz#jm`ovgfwkf#tlqog$p`bm#ofbg#wlqfefqp#wl#balqgfq>!3!#dlufqmnfmw#tjmmjmd#wkfqfpvowfg#jm#tkjof#wkf#Tbpkjmdwlm/wkf#pvaif`w`jwz#jm#wkf=?,gju= \n\nqfeof`w#wkfwl#`lnsofwfaf`bnf#nlqfqbgjlb`wjufqfif`wfg#aztjwklvw#bmzkjp#ebwkfq/tkj`k#`lvog`lsz#le#wkfwl#jmgj`bwfb#slojwj`bob``lvmwp#le`lmpwjwvwfptlqhfg#tjwkfq?,b=?,oj=le#kjp#ojefb``lnsbmjfg`ojfmwTjgwksqfufmw#wkfOfdjpobwjufgjeefqfmwozwldfwkfq#jmkbp#pfufqboelq#bmlwkfqwf{w#le#wkfelvmgfg#wkff#tjwk#wkf#jp#vpfg#elq`kbmdfg#wkfvpvbooz#wkfsob`f#tkfqftkfqfbp#wkf=#?b#kqfe>!!=?b#kqfe>!wkfnpfoufp/bowklvdk#kfwkbw#`bm#afwqbgjwjlmboqlof#le#wkfbp#b#qfpvowqfnluf@kjoggfpjdmfg#aztfpw#le#wkfPlnf#sflsofsqlgv`wjlm/pjgf#le#wkfmftpofwwfqpvpfg#az#wkfgltm#wl#wkfb``fswfg#azojuf#jm#wkfbwwfnswp#wllvwpjgf#wkfeqfrvfm`jfpKltfufq/#jmsqldqbnnfqpbw#ofbpw#jmbssql{jnbwfbowklvdk#jwtbp#sbqw#lebmg#ubqjlvpDlufqmlq#lewkf#bqwj`ofwvqmfg#jmwl=?b#kqfe>!,wkf#f`lmlnzjp#wkf#nlpwnlpw#tjgfoztlvog#obwfqbmg#sfqkbspqjpf#wl#wkfl``vqp#tkfmvmgfq#tkj`k`lmgjwjlmp-wkf#tfpwfqmwkflqz#wkbwjp#sqlgv`fgwkf#`jwz#lejm#tkj`k#kfpffm#jm#wkfwkf#`fmwqboavjogjmd#lenbmz#le#kjpbqfb#le#wkfjp#wkf#lmoznlpw#le#wkfnbmz#le#wkfwkf#TfpwfqmWkfqf#jp#mlf{wfmgfg#wlPwbwjpwj`bo`lopsbm>1#\x7Fpklqw#pwlqzslppjaof#wlwlsloldj`bo`qjwj`bo#leqfslqwfg#wlb#@kqjpwjbmgf`jpjlm#wljp#frvbo#wlsqlaofnp#leWkjp#`bm#afnfq`kbmgjpfelq#nlpw#leml#fujgfm`ffgjwjlmp#lefofnfmwp#jm%rvlw8-#Wkf`ln,jnbdfp,tkj`k#nbhfpwkf#sql`fppqfnbjmp#wkfojwfqbwvqf/jp#b#nfnafqwkf#slsvobqwkf#bm`jfmwsqlaofnp#jmwjnf#le#wkfgfefbwfg#azalgz#le#wkfb#eft#zfbqpnv`k#le#wkfwkf#tlqh#le@bojelqmjb/pfqufg#bp#bdlufqmnfmw-`lm`fswp#lenlufnfmw#jm\n\n?gju#jg>!jw!#ubovf>!obmdvbdf#lebp#wkfz#bqfsqlgv`fg#jmjp#wkbw#wkff{sobjm#wkfgju=?,gju= Kltfufq#wkfofbg#wl#wkf\n?b#kqfe>!,tbp#dqbmwfgsflsof#kbuf`lmwjmvbooztbp#pffm#bpbmg#qfobwfgwkf#qlof#lesqlslpfg#azle#wkf#afpwfb`k#lwkfq-@lmpwbmwjmfsflsof#eqlngjbof`wp#lewl#qfujpjlmtbp#qfmbnfgb#plvq`f#lewkf#jmjwjboobvm`kfg#jmsqlujgf#wkfwl#wkf#tfpwtkfqf#wkfqfbmg#pjnjobqafwtffm#wtljp#bopl#wkfFmdojpk#bmg`lmgjwjlmp/wkbw#jw#tbpfmwjwofg#wlwkfnpfoufp-rvbmwjwz#leqbmpsbqfm`zwkf#pbnf#bpwl#iljm#wkf`lvmwqz#bmgwkjp#jp#wkfWkjp#ofg#wlb#pwbwfnfmw`lmwqbpw#wlobpwJmgf{Lewkqlvdk#kjpjp#gfpjdmfgwkf#wfqn#jpjp#sqlujgfgsqlwf`w#wkfmd?,b=?,oj=Wkf#`vqqfmwwkf#pjwf#lepvapwbmwjbof{sfqjfm`f/jm#wkf#Tfpwwkfz#pklvogpolufm(ajmb`lnfmwbqjlpvmjufqpjgbg`lmgj`jlmfpb`wjujgbgfpf{sfqjfm`jbwf`mlold/Absqlgv``j/_msvmwvb`j/_mbsoj`b`j/_m`lmwqbpf/]b`bwfdlq/Abpqfdjpwqbqpfsqlefpjlmbowqbwbnjfmwlqfd/Apwqbwfpf`qfwbq/Absqjm`jsbofpsqlwf``j/_mjnslqwbmwfpjnslqwbm`jbslpjajojgbgjmwfqfpbmwf`qf`jnjfmwlmf`fpjgbgfppvp`qjajqpfbpl`jb`j/_mgjpslmjaofpfubovb`j/_mfpwvgjbmwfpqfpslmpbaofqfplov`j/_mdvbgbobibqbqfdjpwqbglplslqwvmjgbg`lnfq`jbofpelwldqbe/Abbvwlqjgbgfpjmdfmjfq/Abwfofujpj/_m`lnsfwfm`jblsfqb`jlmfpfpwbaof`jglpjnsofnfmwfb`wvbonfmwfmbufdb`j/_m`lmelqnjgbgojmf.kfjdkw9elmw.ebnjoz9!#9#!kwws9,,bssoj`bwjlmpojmh!#kqfe>!psf`jej`booz,,?"X@GBWBX Lqdbmjybwjlmgjpwqjavwjlm3s{8#kfjdkw9qfobwjlmpkjsgfuj`f.tjgwk?gju#`obpp>!?obafo#elq>!qfdjpwqbwjlm?,mlp`qjsw= ,jmgf{-kwno!tjmglt-lsfm+#"jnslqwbmw8bssoj`bwjlm,jmgfsfmgfm`f,,ttt-dlldoflqdbmjybwjlmbvwl`lnsofwfqfrvjqfnfmwp`lmpfqubwjuf?elqn#mbnf>!jmwfoof`wvbonbqdjm.ofew92;wk#`fmwvqzbm#jnslqwbmwjmpwjwvwjlmpbaaqfujbwjlm?jnd#`obpp>!lqdbmjpbwjlm`jujojybwjlm2:wk#`fmwvqzbq`kjwf`wvqfjm`lqslqbwfg13wk#`fmwvqz.`lmwbjmfq!=nlpw#mlwbaoz,=?,b=?,gju=mlwjej`bwjlm$vmgfejmfg$*Evqwkfqnlqf/afojfuf#wkbwjmmfqKWNO#>#sqjlq#wl#wkfgqbnbwj`boozqfefqqjmd#wlmfdlwjbwjlmpkfbgrvbqwfqpPlvwk#Beqj`bvmpv``fppevoSfmmpzoubmjbBp#b#qfpvow/?kwno#obmd>!%ow8,pvs%dw8gfbojmd#tjwkskjobgfoskjbkjpwlqj`booz*8?,p`qjsw= sbggjmd.wls9f{sfqjnfmwbodfwBwwqjavwfjmpwqv`wjlmpwf`kmloldjfpsbqw#le#wkf#>evm`wjlm+*xpvap`qjswjlmo-gwg!= ?kwdfldqbskj`bo@lmpwjwvwjlm$/#evm`wjlm+pvsslqwfg#azbdqj`vowvqbo`lmpwqv`wjlmsvaoj`bwjlmpelmw.pjyf9#2b#ubqjfwz#le?gju#pwzof>!Fm`z`olsfgjbjeqbnf#pq`>!gfnlmpwqbwfgb``lnsojpkfgvmjufqpjwjfpGfnldqbskj`p*8?,p`qjsw=?gfgj`bwfg#wlhmltofgdf#lepbwjpeb`wjlmsbqwj`vobqoz?,gju=?,gju=Fmdojpk#+VP*bssfmg@kjog+wqbmpnjppjlmp-#Kltfufq/#jmwfoojdfm`f!#wbajmgf{>!eolbw9qjdkw8@lnnlmtfbowkqbmdjmd#eqlnjm#tkj`k#wkfbw#ofbpw#lmfqfsqlgv`wjlmfm`z`olsfgjb8elmw.pjyf92ivqjpgj`wjlmbw#wkbw#wjnf!=?b#`obpp>!Jm#bggjwjlm/gfp`qjswjlm(`lmufqpbwjlm`lmwb`w#tjwkjp#dfmfqboozq!#`lmwfmw>!qfsqfpfmwjmd%ow8nbwk%dw8sqfpfmwbwjlml``bpjlmbooz?jnd#tjgwk>!mbujdbwjlm!=`lnsfmpbwjlm`kbnsjlmpkjsnfgjb>!boo!#ujlobwjlm#leqfefqfm`f#wlqfwvqm#wqvf8Pwqj`w,,FM!#wqbmpb`wjlmpjmwfqufmwjlmufqjej`bwjlmJmelqnbwjlm#gjeej`vowjfp@kbnsjlmpkjs`bsbajojwjfp?"Xfmgje^..=~ ?,p`qjsw= @kqjpwjbmjwzelq#f{bnsof/Sqlefppjlmboqfpwqj`wjlmppvddfpw#wkbwtbp#qfofbpfg+pv`k#bp#wkfqfnluf@obpp+vmfnsolznfmwwkf#Bnfqj`bmpwqv`wvqf#le,jmgf{-kwno#svaojpkfg#jmpsbm#`obpp>!!=?b#kqfe>!,jmwqlgv`wjlmafolmdjmd#wl`objnfg#wkbw`lmpfrvfm`fp?nfwb#mbnf>!Dvjgf#wl#wkflufqtkfonjmdbdbjmpw#wkf#`lm`fmwqbwfg/ -mlmwlv`k#lapfqubwjlmp?,b= ?,gju= e#+gl`vnfmw-alqgfq9#2s{#xelmw.pjyf92wqfbwnfmw#le3!#kfjdkw>!2nlgjej`bwjlmJmgfsfmgfm`fgjujgfg#jmwldqfbwfq#wkbmb`kjfufnfmwpfpwbaojpkjmdIbubP`qjsw!#mfufqwkfofpppjdmjej`bm`fAqlbg`bpwjmd=%maps8?,wg=`lmwbjmfq!= pv`k#bp#wkf#jmeovfm`f#leb#sbqwj`vobqpq`>$kwws9,,mbujdbwjlm!#kboe#le#wkf#pvapwbmwjbo#%maps8?,gju=bgubmwbdf#legjp`lufqz#leevmgbnfmwbo#nfwqlslojwbmwkf#lsslpjwf!#{no9obmd>!gfojafqbwfozbojdm>`fmwfqfulovwjlm#lesqfpfqubwjlmjnsqlufnfmwpafdjmmjmd#jmIfpvp#@kqjpwSvaoj`bwjlmpgjpbdqffnfmwwf{w.bojdm9q/#evm`wjlm+*pjnjobqjwjfpalgz=?,kwno=jp#`vqqfmwozboskbafwj`bojp#plnfwjnfpwzsf>!jnbdf,nbmz#le#wkf#eolt9kjggfm8bubjobaof#jmgfp`qjaf#wkff{jpwfm`f#leboo#lufq#wkfwkf#Jmwfqmfw\n?vo#`obpp>!jmpwboobwjlmmfjdkalqkllgbqnfg#elq`fpqfgv`jmd#wkf`lmwjmvfp#wlMlmfwkfofpp/wfnsfqbwvqfp \n\n?b#kqfe>!`olpf#wl#wkff{bnsofp#le#jp#balvw#wkf+pff#afolt*-!#jg>!pfbq`ksqlefppjlmbojp#bubjobaofwkf#leej`jbo\n\n?,p`qjsw= \n\n?gju#jg>!b``fofqbwjlmwkqlvdk#wkf#Kboo#le#Ebnfgfp`qjswjlmpwqbmpobwjlmpjmwfqefqfm`f#wzsf>$wf{w,qf`fmw#zfbqpjm#wkf#tlqogufqz#slsvobqxab`hdqlvmg9wqbgjwjlmbo#plnf#le#wkf#`lmmf`wfg#wlf{soljwbwjlmfnfqdfm`f#le`lmpwjwvwjlmB#Kjpwlqz#lepjdmjej`bmw#nbmveb`wvqfgf{sf`wbwjlmp=?mlp`qjsw=?`bm#af#elvmgaf`bvpf#wkf#kbp#mlw#affmmfjdkalvqjmdtjwklvw#wkf#bggfg#wl#wkf\n?oj#`obpp>!jmpwqvnfmwboPlujfw#Vmjlmb`hmltofgdfgtkj`k#`bm#afmbnf#elq#wkfbwwfmwjlm#wlbwwfnswp#wl#gfufolsnfmwpJm#eb`w/#wkf?oj#`obpp>!bjnsoj`bwjlmppvjwbaof#elqnv`k#le#wkf#`lolmjybwjlmsqfpjgfmwjbo`bm`foAvaaof#Jmelqnbwjlmnlpw#le#wkf#jp#gfp`qjafgqfpw#le#wkf#nlqf#lq#ofppjm#PfswfnafqJmwfoojdfm`fpq`>!kwws9,,s{8#kfjdkw9#bubjobaof#wlnbmveb`wvqfqkvnbm#qjdkwpojmh#kqfe>!,bubjobajojwzsqlslqwjlmbolvwpjgf#wkf#bpwqlmlnj`bokvnbm#afjmdpmbnf#le#wkf#bqf#elvmg#jmbqf#abpfg#lmpnboofq#wkbmb#sfqplm#tklf{sbmpjlm#lebqdvjmd#wkbwmlt#hmltm#bpJm#wkf#fbqozjmwfqnfgjbwfgfqjufg#eqlnP`bmgjmbujbm?,b=?,gju= `lmpjgfq#wkfbm#fpwjnbwfgwkf#Mbwjlmbo?gju#jg>!sbdqfpvowjmd#jm`lnnjppjlmfgbmboldlvp#wlbqf#qfrvjqfg,vo= ?,gju= tbp#abpfg#lmbmg#af`bnf#b%maps8%maps8w!#ubovf>!!#tbp#`bswvqfgml#nlqf#wkbmqfpsf`wjufoz`lmwjmvf#wl#= ?kfbg= ?tfqf#`qfbwfgnlqf#dfmfqbojmelqnbwjlm#vpfg#elq#wkfjmgfsfmgfmw#wkf#Jnsfqjbo`lnslmfmw#lewl#wkf#mlqwkjm`ovgf#wkf#@lmpwqv`wjlmpjgf#le#wkf#tlvog#mlw#afelq#jmpwbm`fjmufmwjlm#lenlqf#`lnsof{`loof`wjufozab`hdqlvmg9#wf{w.bojdm9#jwp#lqjdjmbojmwl#b``lvmwwkjp#sql`fppbm#f{wfmpjufkltfufq/#wkfwkfz#bqf#mlwqfif`wfg#wkf`qjwj`jpn#legvqjmd#tkj`ksqlabaoz#wkfwkjp#bqwj`of+evm`wjlm+*xJw#pklvog#afbm#bdqffnfmwb``jgfmwboozgjeefqp#eqlnBq`kjwf`wvqfafwwfq#hmltmbqqbmdfnfmwpjmeovfm`f#lmbwwfmgfg#wkfjgfmwj`bo#wlplvwk#le#wkfsbpp#wkqlvdk{no!#wjwof>!tfjdkw9alog8`qfbwjmd#wkfgjpsobz9mlmfqfsob`fg#wkf?jnd#pq`>!,jkwwsp9,,ttt-Tlqog#Tbq#JJwfpwjnlmjbopelvmg#jm#wkfqfrvjqfg#wl#bmg#wkbw#wkfafwtffm#wkf#tbp#gfpjdmfg`lmpjpwp#le#`lmpjgfqbaozsvaojpkfg#azwkf#obmdvbdf@lmpfqubwjlm`lmpjpwfg#leqfefq#wl#wkfab`h#wl#wkf#`pp!#nfgjb>!Sflsof#eqln#bubjobaof#lmsqlufg#wl#afpvddfpwjlmp!tbp#hmltm#bpubqjfwjfp#leojhfoz#wl#af`lnsqjpfg#lepvsslqw#wkf#kbmgp#le#wkf`lvsofg#tjwk`lmmf`w#bmg#alqgfq9mlmf8sfqelqnbm`fpafelqf#afjmdobwfq#af`bnf`bo`vobwjlmplewfm#`boofgqfpjgfmwp#lenfbmjmd#wkbw=?oj#`obpp>!fujgfm`f#elqf{sobmbwjlmpfmujqlmnfmwp!=?,b=?,gju=tkj`k#booltpJmwqlgv`wjlmgfufolsfg#azb#tjgf#qbmdflm#afkboe#leubojdm>!wls!sqjm`jsof#lebw#wkf#wjnf/?,mlp`qjsw=pbjg#wl#kbufjm#wkf#ejqpwtkjof#lwkfqpkzslwkfwj`boskjolplskfqpsltfq#le#wkf`lmwbjmfg#jmsfqelqnfg#azjmbajojwz#wltfqf#tqjwwfmpsbm#pwzof>!jmsvw#mbnf>!wkf#rvfpwjlmjmwfmgfg#elqqfif`wjlm#lejnsojfp#wkbwjmufmwfg#wkfwkf#pwbmgbqgtbp#sqlabaozojmh#afwtffmsqlefpplq#lejmwfqb`wjlmp`kbmdjmd#wkfJmgjbm#L`fbm#`obpp>!obpwtlqhjmd#tjwk$kwws9,,ttt-zfbqp#afelqfWkjp#tbp#wkfqf`qfbwjlmbofmwfqjmd#wkfnfbpvqfnfmwpbm#f{wqfnfozubovf#le#wkfpwbqw#le#wkf ?,p`qjsw= bm#feelqw#wljm`qfbpf#wkfwl#wkf#plvwkpsb`jmd>!3!=pveej`jfmwozwkf#Fvqlsfbm`lmufqwfg#wl`ofbqWjnflvwgjg#mlw#kbuf`lmpfrvfmwozelq#wkf#mf{wf{wfmpjlm#lef`lmlnj`#bmgbowklvdk#wkfbqf#sqlgv`fgbmg#tjwk#wkfjmpveej`jfmwdjufm#az#wkfpwbwjmd#wkbwf{sfmgjwvqfp?,psbm=?,b= wklvdkw#wkbwlm#wkf#abpjp`foosbggjmd>jnbdf#le#wkfqfwvqmjmd#wljmelqnbwjlm/pfsbqbwfg#azbppbppjmbwfgp!#`lmwfmw>!bvwklqjwz#lemlqwktfpwfqm?,gju= ?gju#!=?,gju= ##`lmpvowbwjlm`lnnvmjwz#lewkf#mbwjlmbojw#pklvog#afsbqwj`jsbmwp#bojdm>!ofewwkf#dqfbwfpwpfof`wjlm#lepvsfqmbwvqbogfsfmgfmw#lmjp#nfmwjlmfgbooltjmd#wkftbp#jmufmwfgb``lnsbmzjmdkjp#sfqplmbobubjobaof#bwpwvgz#le#wkflm#wkf#lwkfqf{f`vwjlm#leKvnbm#Qjdkwpwfqnp#le#wkfbppl`jbwjlmpqfpfbq`k#bmgpv``ffgfg#azgfefbwfg#wkfbmg#eqln#wkfavw#wkfz#bqf`lnnbmgfq#lepwbwf#le#wkfzfbqp#le#bdfwkf#pwvgz#le?vo#`obpp>!psob`f#jm#wkftkfqf#kf#tbp?oj#`obpp>!ewkfqf#bqf#mltkj`k#af`bnfkf#svaojpkfgf{sqfppfg#jmwl#tkj`k#wkf`lnnjppjlmfqelmw.tfjdkw9wfqqjwlqz#lef{wfmpjlmp!=Qlnbm#Fnsjqffrvbo#wl#wkfJm#`lmwqbpw/kltfufq/#bmgjp#wzsj`boozbmg#kjp#tjef+bopl#`boofg=?vo#`obpp>!feef`wjufoz#fuloufg#jmwlpffn#wl#kbuftkj`k#jp#wkfwkfqf#tbp#mlbm#f{`foofmwboo#le#wkfpfgfp`qjafg#azJm#sqb`wj`f/aqlbg`bpwjmd`kbqdfg#tjwkqfeof`wfg#jmpvaif`wfg#wlnjojwbqz#bmgwl#wkf#sljmwf`lmlnj`boozpfwWbqdfwjmdbqf#b`wvboozuj`wlqz#lufq+*8?,p`qjsw=`lmwjmvlvpozqfrvjqfg#elqfulovwjlmbqzbm#feef`wjufmlqwk#le#wkf/#tkj`k#tbp#eqlmw#le#wkflq#lwkfqtjpfplnf#elqn#lekbg#mlw#affmdfmfqbwfg#azjmelqnbwjlm-sfqnjwwfg#wljm`ovgfp#wkfgfufolsnfmw/fmwfqfg#jmwlwkf#sqfujlvp`lmpjpwfmwozbqf#hmltm#bpwkf#ejfog#lewkjp#wzsf#ledjufm#wl#wkfwkf#wjwof#le`lmwbjmp#wkfjmpwbm`fp#lejm#wkf#mlqwkgvf#wl#wkfjqbqf#gfpjdmfg`lqslqbwjlmptbp#wkbw#wkflmf#le#wkfpfnlqf#slsvobqpv``ffgfg#jmpvsslqw#eqlnjm#gjeefqfmwglnjmbwfg#azgfpjdmfg#elqltmfqpkjs#lebmg#slppjaozpwbmgbqgjyfgqfpslmpfWf{wtbp#jmwfmgfgqf`fjufg#wkfbppvnfg#wkbwbqfbp#le#wkfsqjnbqjoz#jmwkf#abpjp#lejm#wkf#pfmpfb``lvmwp#elqgfpwqlzfg#azbw#ofbpw#wtltbp#gf`obqfg`lvog#mlw#afPf`qfwbqz#lebssfbq#wl#afnbqdjm.wls92,]_p(\x7F_p(\',df*xwkqlt#f~8wkf#pwbqw#lewtl#pfsbqbwfobmdvbdf#bmgtkl#kbg#affmlsfqbwjlm#legfbwk#le#wkfqfbo#mvnafqp\n?ojmh#qfo>!sqlujgfg#wkfwkf#pwlqz#le`lnsfwjwjlmpfmdojpk#+VH*fmdojpk#+VP*<p<R<Q<_<R<W<M=l<S=m<V<T=m=l<S=m<V<T=m=l<S=m<V<R5h4U4]4D5f4E\nAOGx\bTA\nzk\vBl\bQ\x7F\bTA\nzk\vUm\bQ\x7F\bTA\nzk\npeu| i@ cT\bVV\n\\}\nxS VptSk` [X [X\vHR\bPv\bTW\bUe\n\x7Fa\bQp\v_W\vWs\nxS\vAz\n_yKhjmelqnb`j/_mkfqqbnjfmwbpfof`wq/_mj`lgfp`qjs`j/_m`obpjej`bglp`lml`jnjfmwlsvaoj`b`j/_mqfob`jlmbgbpjmelqn/Mwj`bqfob`jlmbglpgfsbqwbnfmwlwqbabibglqfpgjqf`wbnfmwfbzvmwbnjfmwlnfq`bglOjaqf`lmw/M`wfmlpkbajwb`jlmfp`vnsojnjfmwlqfpwbvqbmwfpgjpslpj`j/_m`lmpf`vfm`jbfof`wq/_mj`bbsoj`b`jlmfpgfp`lmf`wbgljmpwbob`j/_mqfbojyb`j/_mvwjojyb`j/_mfm`j`olsfgjbfmefqnfgbgfpjmpwqvnfmwlpf{sfqjfm`jbpjmpwjwv`j/_msbqwj`vobqfppva`bwfdlqjb=n<R<W=`<V<R<L<R=m=m<T<T=l<\\<]<R=n=g<]<R<W=`=d<Y<S=l<R=m=n<R<P<R<Z<Y=n<Y<X=l=o<_<T=i=m<W=o=k<\\<Y=m<Y<U=k<\\=m<^=m<Y<_<X<\\<L<R=m=m<T=c<p<R=m<V<^<Y<X=l=o<_<T<Y<_<R=l<R<X<\\<^<R<S=l<R=m<X<\\<Q<Q=g=i<X<R<W<Z<Q=g<T<P<Y<Q<Q<R<p<R=m<V<^=g=l=o<]<W<Y<U<p<R=m<V<^<\\=m=n=l<\\<Q=g<Q<T=k<Y<_<R=l<\\<]<R=n<Y<X<R<W<Z<Y<Q=o=m<W=o<_<T=n<Y<S<Y=l=`<r<X<Q<\\<V<R<S<R=n<R<P=o=l<\\<]<R=n=o<\\<S=l<Y<W=c<^<R<R<]=e<Y<R<X<Q<R<_<R=m<^<R<Y<_<R=m=n<\\=n=`<T<X=l=o<_<R<U=h<R=l=o<P<Y=i<R=l<R=d<R<S=l<R=n<T<^=m=m=g<W<V<\\<V<\\<Z<X=g<U<^<W<\\=m=n<T<_=l=o<S<S=g<^<P<Y=m=n<Y=l<\\<]<R=n<\\=m<V<\\<[<\\<W<S<Y=l<^=g<U<X<Y<W<\\=n=`<X<Y<Q=`<_<T<S<Y=l<T<R<X<]<T<[<Q<Y=m<R=m<Q<R<^<Y<P<R<P<Y<Q=n<V=o<S<T=n=`<X<R<W<Z<Q<\\=l<\\<P<V<\\=i<Q<\\=k<\\<W<R<L<\\<]<R=n<\\<N<R<W=`<V<R=m<R<^=m<Y<P<^=n<R=l<R<U<Q<\\=k<\\<W<\\=m<S<T=m<R<V=m<W=o<Z<]=g=m<T=m=n<Y<P<S<Y=k<\\=n<T<Q<R<^<R<_<R<S<R<P<R=e<T=m<\\<U=n<R<^<S<R=k<Y<P=o<S<R<P<R=e=`<X<R<W<Z<Q<R=m=m=g<W<V<T<]=g=m=n=l<R<X<\\<Q<Q=g<Y<P<Q<R<_<T<Y<S=l<R<Y<V=n<M<Y<U=k<\\=m<P<R<X<Y<W<T=n<\\<V<R<_<R<R<Q<W<\\<U<Q<_<R=l<R<X<Y<^<Y=l=m<T=c=m=n=l<\\<Q<Y=h<T<W=`<P=g=o=l<R<^<Q=c=l<\\<[<Q=g=i<T=m<V<\\=n=`<Q<Y<X<Y<W=b=c<Q<^<\\=l=c<P<Y<Q=`=d<Y<P<Q<R<_<T=i<X<\\<Q<Q<R<U<[<Q<\\=k<T=n<Q<Y<W=`<[=c=h<R=l=o<P<\\<N<Y<S<Y=l=`<P<Y=m=c=j<\\<[<\\=e<T=n=g<w=o=k=d<T<Y\fHD\fHU\fIl\fHn\fHy\fH\\\fHD\fIk\fHi\fHF\fHD\fIk\fHy\fHS\fHC\fHR\fHy\fH\\\fIk\fHn\fHi\fHD\fIa\fHC\fHy\fIa\fHC\fHR\fH{\fHR\fHk\fHM\fH@\fHR\fH\\\fIk\fHy\fHS\fHT\fIl\fHJ\fHS\fHC\fHR\fHF\fHU\fH^\fIk\fHT\fHS\fHn\fHU\fHA\fHR\fH\\\fHH\fHi\fHF\fHD\fIl\fHY\fHR\fH^\fIk\fHT\fIk\fHY\fHR\fHy\fH\\\fHH\fIk\fHB\fIk\fH\\\fIk\fHU\fIg\fHD\fIk\fHT\fHy\fHH\fIk\fH@\fHU\fIm\fHH\fHT\fHR\fHk\fHs\fHU\fIg\fH{\fHR\fHp\fHR\fHD\fIk\fHB\fHS\fHD\fHs\fHy\fH\\\fHH\fHR\fHy\fH\\\fHD\fHR\fHe\fHD\fHy\fIk\fHC\fHU\fHR\fHm\fHT\fH@\fHT\fIk\fHA\fHR\fH[\fHR\fHj\fHF\fHy\fIk\fH^\fHS\fHC\fIk\fHZ\fIm\fH\\\fIn\fHk\fHT\fHy\fIk\fHt\fHn\fHs\fIk\fHB\fIk\fH\\\fIl\fHT\fHy\fHH\fHR\fHB\fIk\fH\\\fHR\fH^\fIk\fHy\fH\\\fHi\fHK\fHS\fHy\fHi\fHF\fHD\fHR\fHT\fHB\fHR\fHp\fHB\fIm\fHq\fIk\fHy\fHR\fH\\\fHO\fHU\fIg\fHH\fHR\fHy\fHM\fHP\fIl\fHC\fHU\fHR\fHn\fHU\fIg\fHs\fH^\fHZ\fH@\fIa\fHJ\fH^\fHS\fHC\fHR\fHp\fIl\fHY\fHD\fHp\fHR\fHH\fHR\fHy\fId\fHT\fIk\fHj\fHF\fHy\fHR\fHY\fHR\fH^\fIl\fHJ\fIk\fHD\fIk\fHF\fIn\fH\\\fIl\fHF\fHR\fHD\fIl\fHe\fHT\fHy\fIk\fHU\fIg\fH{\fIl\fH@\fId\fHL\fHy\fHj\fHF\fHy\fIl\fHY\fH\\\fIa\fH[\fH{\fHR\fHn\fHY\fHj\fHF\fHy\fIg\fHp\fHS\fH^\fHR\fHp\fHR\fHD\fHR\fHT\fHU\fHB\fHH\fHU\fHB\fIk\fHn\fHe\fHD\fHy\fIl\fHC\fHR\fHU\fIn\fHJ\fH\\\fIa\fHp\fHT\fIn\fHv\fIl\fHF\fHT\fHn\fHJ\fHT\fHY\fHR\fH^\fHU\fIg\fHD\fHR\fHU\fIg\fHH\fIl\fHp\fId\fHT\fIk\fHY\fHR\fHF\fHT\fHp\fHD\fHH\fHR\fHD\fIk\fHH\fHR\fHp\fHR\fH\\\fIl\fHt\fHR\fHC\fH^\fHp\fHS\fH^\fIk\fHD\fIl\fHv\fIk\fHp\fHR\fHn\fHv\fHF\fHH\fIa\fH\\\fH{\fIn\fH{\fH^\fHp\fHR\fHH\fIk\fH@\fHR\fHU\fH\\\fHj\fHF\fHD\fIk\fHY\fHR\fHU\fHD\fHk\fHT\fHy\fHR\fHT\fIm\fH@\fHU\fH\\\fHU\fHD\fIk\fHk\fHT\fHT\fIk\fHT\fHU\fHS\fHH\fH@\fHM\fHP\fIk\fHt\fHs\fHD\fHR\fHH\fH^\fHR\fHZ\fHF\fHR\fHn\fHv\fHZ\fIa\fH\\\fIl\fH@\fHM\fHP\fIl\fHU\fIg\fHH\fIk\fHT\fHR\fHd\fHs\fHZ\fHR\fHC\fHJ\fHT\fHy\fHH\fIl\fHp\fHR\fHH\fIl\fHY\fHR\fH^\fHR\fHU\fHp\fHR\fH\\\fHF\fHs\fHD\fHR\fH\\\fHz\fHD\fIk\fHT\fHM\fHP\fHy\fHB\fHS\fH^\fHR\fHe\fHT\fHy\fIl\fHy\fIk\fHY\fH^\fH^\fH{\fHH\fHR\fHz\fHR\fHD\fHR\fHi\fH\\\fIa\fHI\fHp\fHU\fHR\fHn\fHJ\fIk\fHz\fHR\fHF\fHU\fH^\fIl\fHD\fHS\fHC\fHB\fH@\fHS\fHD\fHR\fH@\fId\fHn\fHy\fHy\fHU\fIl\fHn\fHy\fHU\fHD\fHR\fHJ\fIk\fHH\fHR\fHU\fHB\fH^\fIk\fHy\fHR\fHG\fIl\fHp\fH@\fHy\fHS\fHH\fIm\fH\\\fHH\fHB\fHR\fHn\fH{\fHY\fHU\fIl\fHn\fH\\\fIg\fHp\fHP\fHB\fHS\fH^\fIl\fHj\fH\\\fIg\fHF\fHT\fIk\fHD\fHR\fHC\fHR\fHJ\fHY\fH^\fIk\fHD\fIk\fHz\fHR\fHH\fHR\fHy\fH\\\fIl\fH@\fHe\fHD\fHy\fHR\fHp\fHY\fHR\fH@\fHF\fIn\fH\\\fHR\fH@\fHM\fHP\fHR\fHT\fI`\fHJ\fHR\fHZ\fIk\fHC\fH\\\fHy\fHS\fHC\fIk\fHy\fHU\fHR\fHn\fHi\fHy\fHT\fH\\\fH@\fHD\fHR\fHc\fHY\fHU\fHR\fHn\fHT\fIa\fHI\fH^\fHB\fHS\fH^\fIk\fH^\fIk\fHz\fHy\fHY\fHS\fH[\fHC\fHy\fIa\fH\\\fHn\fHT\fHB\fIn\fHU\fHI\fHR\fHD\fHR4F4_4F4[5f4U5i4X4K4]5o4E4D5d4K4_4[4E4K5h4Y5m4A4E5i5d4K4Z5f4U4K5h4B4K4Y4E4K5h5i4^5f4C4K5h4U4K5i4E4K5h5o4K4F4D4K5h4]4C5d4C4D4]5j4K5i4@4K5h4C5d5h4E4K5h4U4K5h5i4K5h5i5d5n4U4K5h4U4]4D5f4K5h4_4]5f4U4K5h4@5d4K5h4K5h4\\5k4K4D4K5h4A5f4K4E4K5h4A5n5d5n4K5h5o4]5f5i4K5h4U4]4K5n5i4A5m5d4T4E4K5h4G4K5j5f5i4X4K5k4C4E4K5h5i4]4O4E4K5h5n4]4N5j4K5h4X4D4K4D4K5h4A5d4K4]4K5h4@4C5f4C4K5h4O4_4]4E4K5h4U5h5d5i5i4@5i5d4U4E4K5h4]4A5i5j4K5h5j5n4K4[5m5h4_4[5f5j4K5h5o5d5f4F4K5h4C5j5f4K4D4]5o4K4F5k4K5h4]5f4K4Z4F4A5f4K4F5f4D4F5d5n5f4F4K5h4O5d5h5e4K5h4D4]5f4C4K5h5o5h4K5i4K5h4]4K4D4[4K5h4X4B4Y5f4_5f4K4]4K4F4K5h4G4K5h4G4K5h4Y5h4K4E4K5h4A4C5f4G4K5h4^5d4K4]4K5h4B5h5f4@4K5h4@5i5f4U4K5h4U4K5i5k4K5h4@5i4K5h4K5h4_4K4U4E5i4X4K5k4C5k4K5h4]4J5f4_4K5h4C4B5d5h4K5h5m5j5f4E4K5h5o4F4K4D4K5h4C5d4]5f4K5h4C4]5d4_4K4_4F4V4]5n4F4Y4K5i5f5i4K5h4D5j4K4F4K5h4U4T5f5ifmwfqwbjmnfmwvmgfqpwbmgjmd#>#evm`wjlm+*-isd!#tjgwk>!`lmejdvqbwjlm-smd!#tjgwk>!?algz#`obpp>!Nbwk-qbmgln+*`lmwfnslqbqz#Vmjwfg#Pwbwfp`jq`vnpwbm`fp-bssfmg@kjog+lqdbmjybwjlmp?psbm#`obpp>!!=?jnd#pq`>!,gjpwjmdvjpkfgwklvpbmgp#le#`lnnvmj`bwjlm`ofbq!=?,gju=jmufpwjdbwjlmebuj`lm-j`l!#nbqdjm.qjdkw9abpfg#lm#wkf#Nbppb`kvpfwwpwbaof#alqgfq>jmwfqmbwjlmbobopl#hmltm#bpsqlmvm`jbwjlmab`hdqlvmg9 esbggjmd.ofew9Elq#f{bnsof/#njp`foobmflvp%ow8,nbwk%dw8spz`kloldj`bojm#sbqwj`vobqfbq`k!#wzsf>!elqn#nfwklg>!bp#lsslpfg#wlPvsqfnf#@lvqwl``bpjlmbooz#Bggjwjlmbooz/Mlqwk#Bnfqj`bs{8ab`hdqlvmglsslqwvmjwjfpFmwfqwbjmnfmw-wlOltfq@bpf+nbmveb`wvqjmdsqlefppjlmbo#`lnajmfg#tjwkElq#jmpwbm`f/`lmpjpwjmd#le!#nb{ofmdwk>!qfwvqm#ebopf8`lmp`jlvpmfppNfgjwfqqbmfbmf{wqblqgjmbqzbppbppjmbwjlmpvapfrvfmwoz#avwwlm#wzsf>!wkf#mvnafq#lewkf#lqjdjmbo#`lnsqfkfmpjufqfefqp#wl#wkf?,vo= ?,gju= skjolplskj`bool`bwjlm-kqfetbp#svaojpkfgPbm#Eqbm`jp`l+evm`wjlm+*x ?gju#jg>!nbjmplskjpwj`bwfgnbwkfnbwj`bo#,kfbg= ?algzpvddfpwp#wkbwgl`vnfmwbwjlm`lm`fmwqbwjlmqfobwjlmpkjspnbz#kbuf#affm+elq#f{bnsof/Wkjp#bqwj`of#jm#plnf#`bpfpsbqwp#le#wkf#gfejmjwjlm#leDqfbw#Aqjwbjm#`foosbggjmd>frvjubofmw#wlsob`fklogfq>!8#elmw.pjyf9#ivpwjej`bwjlmafojfufg#wkbwpveefqfg#eqlnbwwfnswfg#wl#ofbgfq#le#wkf`qjsw!#pq`>!,+evm`wjlm+*#xbqf#bubjobaof \n?ojmh#qfo>!#pq`>$kwws9,,jmwfqfpwfg#jm`lmufmwjlmbo#!#bow>!!#,=?,bqf#dfmfqboozkbp#bopl#affmnlpw#slsvobq#`lqqfpslmgjmd`qfgjwfg#tjwkwzof>!alqgfq9?,b=?,psbm=?,-dje!#tjgwk>!?jeqbnf#pq`>!wbaof#`obpp>!jmojmf.aol`h8b``lqgjmd#wl#wldfwkfq#tjwkbssql{jnbwfozsbqojbnfmwbqznlqf#bmg#nlqfgjpsobz9mlmf8wqbgjwjlmboozsqfglnjmbmwoz%maps8\x7F%maps8%maps8?,psbm=#`foopsb`jmd>?jmsvw#mbnf>!lq!#`lmwfmw>!`lmwqlufqpjbosqlsfqwz>!ld9,{.pkl`htbuf.gfnlmpwqbwjlmpvqqlvmgfg#azMfufqwkfofpp/tbp#wkf#ejqpw`lmpjgfqbaof#Bowklvdk#wkf#`loobalqbwjlmpklvog#mlw#afsqlslqwjlm#le?psbm#pwzof>!hmltm#bp#wkf#pklqwoz#bewfqelq#jmpwbm`f/gfp`qjafg#bp#,kfbg= ?algz#pwbqwjmd#tjwkjm`qfbpjmdoz#wkf#eb`w#wkbwgjp`vppjlm#lenjggof#le#wkfbm#jmgjujgvbogjeej`vow#wl#sljmw#le#ujftklnlpf{vbojwzb``fswbm`f#le?,psbm=?,gju=nbmveb`wvqfqplqjdjm#le#wkf`lnnlmoz#vpfgjnslqwbm`f#legfmlnjmbwjlmpab`hdqlvmg9# ofmdwk#le#wkfgfwfqnjmbwjlmb#pjdmjej`bmw!#alqgfq>!3!=qfulovwjlmbqzsqjm`jsofp#lejp#`lmpjgfqfgtbp#gfufolsfgJmgl.Fvqlsfbmuvomfqbaof#wlsqlslmfmwp#lebqf#plnfwjnfp`olpfq#wl#wkfMft#Zlqh#@jwz#mbnf>!pfbq`kbwwqjavwfg#wl`lvqpf#le#wkfnbwkfnbwj`jbmaz#wkf#fmg#lebw#wkf#fmg#le!#alqgfq>!3!#wf`kmloldj`bo-qfnluf@obpp+aqbm`k#le#wkffujgfm`f#wkbw"Xfmgje^..= Jmpwjwvwf#le#jmwl#b#pjmdofqfpsf`wjufoz-bmg#wkfqfelqfsqlsfqwjfp#lejp#ol`bwfg#jmplnf#le#tkj`kWkfqf#jp#bopl`lmwjmvfg#wl#bssfbqbm`f#le#%bns8mgbpk8#gfp`qjafp#wkf`lmpjgfqbwjlmbvwklq#le#wkfjmgfsfmgfmwozfrvjssfg#tjwkglfp#mlw#kbuf?,b=?b#kqfe>!`lmevpfg#tjwk?ojmh#kqfe>!,bw#wkf#bdf#lebssfbq#jm#wkfWkfpf#jm`ovgfqfdbqgofpp#le`lvog#af#vpfg#pwzof>%rvlw8pfufqbo#wjnfpqfsqfpfmw#wkfalgz= ?,kwno=wklvdkw#wl#afslsvobwjlm#leslppjajojwjfpsfq`fmwbdf#leb``fpp#wl#wkfbm#bwwfnsw#wlsqlgv`wjlm#leirvfqz,irvfqzwtl#gjeefqfmwafolmd#wl#wkffpwbaojpknfmwqfsob`jmd#wkfgfp`qjswjlm!#gfwfqnjmf#wkfbubjobaof#elqB``lqgjmd#wl#tjgf#qbmdf#le\n?gju#`obpp>!nlqf#`lnnlmozlqdbmjpbwjlmpevm`wjlmbojwztbp#`lnsofwfg#%bns8ngbpk8#sbqwj`jsbwjlmwkf#`kbqb`wfqbm#bggjwjlmbobssfbqp#wl#afeb`w#wkbw#wkfbm#f{bnsof#lepjdmjej`bmwozlmnlvpflufq>!af`bvpf#wkfz#bpzm`#>#wqvf8sqlaofnp#tjwkpffnp#wl#kbufwkf#qfpvow#le#pq`>!kwws9,,ebnjojbq#tjwkslppfppjlm#leevm`wjlm#+*#xwllh#sob`f#jmbmg#plnfwjnfppvapwbmwjbooz?psbm=?,psbm=jp#lewfm#vpfgjm#bm#bwwfnswdqfbw#gfbo#leFmujqlmnfmwbopv``fppevooz#ujqwvbooz#boo13wk#`fmwvqz/sqlefppjlmbopmf`fppbqz#wl#gfwfqnjmfg#az`lnsbwjajojwzaf`bvpf#jw#jpGj`wjlmbqz#lenlgjej`bwjlmpWkf#elooltjmdnbz#qfefq#wl9@lmpfrvfmwoz/Jmwfqmbwjlmbobowklvdk#plnfwkbw#tlvog#aftlqog$p#ejqpw`obppjejfg#bpalwwln#le#wkf+sbqwj`vobqozbojdm>!ofew!#nlpw#`lnnlmozabpjp#elq#wkfelvmgbwjlm#le`lmwqjavwjlmpslsvobqjwz#le`fmwfq#le#wkfwl#qfgv`f#wkfivqjpgj`wjlmpbssql{jnbwjlm#lmnlvpflvw>!Mft#Wfpwbnfmw`loof`wjlm#le?,psbm=?,b=?,jm#wkf#Vmjwfgejon#gjqf`wlq.pwqj`w-gwg!=kbp#affm#vpfgqfwvqm#wl#wkfbowklvdk#wkjp`kbmdf#jm#wkfpfufqbo#lwkfqavw#wkfqf#bqfvmsqf`fgfmwfgjp#pjnjobq#wlfpsf`jbooz#jmtfjdkw9#alog8jp#`boofg#wkf`lnsvwbwjlmbojmgj`bwf#wkbwqfpwqj`wfg#wl\n?nfwb#mbnf>!bqf#wzsj`booz`lmeoj`w#tjwkKltfufq/#wkf#Bm#f{bnsof#le`lnsbqfg#tjwkrvbmwjwjfp#leqbwkfq#wkbm#b`lmpwfoobwjlmmf`fppbqz#elqqfslqwfg#wkbwpsf`jej`bwjlmslojwj`bo#bmg%maps8%maps8?qfefqfm`fp#wlwkf#pbnf#zfbqDlufqmnfmw#ledfmfqbwjlm#lekbuf#mlw#affmpfufqbo#zfbqp`lnnjwnfmw#wl\n\n?vo#`obpp>!ujpvbojybwjlm2:wk#`fmwvqz/sqb`wjwjlmfqpwkbw#kf#tlvogbmg#`lmwjmvfgl``vsbwjlm#lejp#gfejmfg#bp`fmwqf#le#wkfwkf#bnlvmw#le=?gju#pwzof>!frvjubofmw#legjeefqfmwjbwfaqlvdkw#balvwnbqdjm.ofew9#bvwlnbwj`boozwklvdkw#le#bpPlnf#le#wkfpf ?gju#`obpp>!jmsvw#`obpp>!qfsob`fg#tjwkjp#lmf#le#wkffgv`bwjlm#bmgjmeovfm`fg#azqfsvwbwjlm#bp ?nfwb#mbnf>!b``lnnlgbwjlm?,gju= ?,gju=obqdf#sbqw#leJmpwjwvwf#elqwkf#pl.`boofg#bdbjmpw#wkf#Jm#wkjp#`bpf/tbp#bssljmwfg`objnfg#wl#afKltfufq/#wkjpGfsbqwnfmw#lewkf#qfnbjmjmdfeef`w#lm#wkfsbqwj`vobqoz#gfbo#tjwk#wkf ?gju#pwzof>!bonlpw#botbzpbqf#`vqqfmwozf{sqfppjlm#leskjolplskz#leelq#nlqf#wkbm`jujojybwjlmplm#wkf#jpobmgpfof`wfgJmgf{`bm#qfpvow#jm!#ubovf>!!#,=wkf#pwqv`wvqf#,=?,b=?,gju=Nbmz#le#wkfpf`bvpfg#az#wkfle#wkf#Vmjwfgpsbm#`obpp>!n`bm#af#wqb`fgjp#qfobwfg#wlaf`bnf#lmf#lejp#eqfrvfmwozojujmd#jm#wkfwkflqfwj`boozElooltjmd#wkfQfulovwjlmbqzdlufqmnfmw#jmjp#gfwfqnjmfgwkf#slojwj`bojmwqlgv`fg#jmpveej`jfmw#wlgfp`qjswjlm!=pklqw#pwlqjfppfsbqbwjlm#lebp#wl#tkfwkfqhmltm#elq#jwptbp#jmjwjboozgjpsobz9aol`hjp#bm#f{bnsofwkf#sqjm`jsbo`lmpjpwp#le#bqf`ldmjyfg#bp,algz=?,kwno=b#pvapwbmwjboqf`lmpwqv`wfgkfbg#le#pwbwfqfpjpwbm`f#wlvmgfqdqbgvbwfWkfqf#bqf#wtldqbujwbwjlmbobqf#gfp`qjafgjmwfmwjlmboozpfqufg#bp#wkf`obpp>!kfbgfqlsslpjwjlm#wlevmgbnfmwboozglnjmbwfg#wkfbmg#wkf#lwkfqboojbm`f#tjwktbp#elq`fg#wlqfpsf`wjufoz/bmg#slojwj`bojm#pvsslqw#lesflsof#jm#wkf13wk#`fmwvqz-bmg#svaojpkfgolbg@kbqwafbwwl#vmgfqpwbmgnfnafq#pwbwfpfmujqlmnfmwboejqpw#kboe#le`lvmwqjfp#bmgbq`kjwf`wvqboaf#`lmpjgfqfg`kbqb`wfqjyfg`ofbqJmwfqubobvwklqjwbwjufEfgfqbwjlm#letbp#pv``ffgfgbmg#wkfqf#bqfb#`lmpfrvfm`fwkf#Sqfpjgfmwbopl#jm`ovgfgeqff#plewtbqfpv``fppjlm#legfufolsfg#wkftbp#gfpwqlzfgbtbz#eqln#wkf8 ?,p`qjsw= ?bowklvdk#wkfzelooltfg#az#bnlqf#sltfqevoqfpvowfg#jm#bVmjufqpjwz#leKltfufq/#nbmzwkf#sqfpjgfmwKltfufq/#plnfjp#wklvdkw#wlvmwjo#wkf#fmgtbp#bmmlvm`fgbqf#jnslqwbmwbopl#jm`ovgfp=?jmsvw#wzsf>wkf#`fmwfq#le#GL#MLW#BOWFQvpfg#wl#qfefqwkfnfp,<plqw>wkbw#kbg#affmwkf#abpjp#elqkbp#gfufolsfgjm#wkf#pvnnfq`lnsbqbwjufozgfp`qjafg#wkfpv`k#bp#wklpfwkf#qfpvowjmdjp#jnslppjaofubqjlvp#lwkfqPlvwk#Beqj`bmkbuf#wkf#pbnffeef`wjufmfppjm#tkj`k#`bpf8#wf{w.bojdm9pwqv`wvqf#bmg8#ab`hdqlvmg9qfdbqgjmd#wkfpvsslqwfg#wkfjp#bopl#hmltmpwzof>!nbqdjmjm`ovgjmd#wkfabkbpb#Nfobzvmlqph#alhn/Iomlqph#mzmlqphpolufm)M(ajmbjmwfqmb`jlmbo`bojej`b`j/_m`lnvmj`b`j/_m`lmpwqv``j/_m!=?gju#`obpp>!gjpbnajdvbwjlmGlnbjmMbnf$/#$bgnjmjpwqbwjlmpjnvowbmflvpozwqbmpslqwbwjlmJmwfqmbwjlmbo#nbqdjm.alwwln9qfpslmpjajojwz?"Xfmgje^..= ?,=?nfwb#mbnf>!jnsofnfmwbwjlmjmeqbpwqv`wvqfqfsqfpfmwbwjlmalqgfq.alwwln9?,kfbg= ?algz=>kwws&0B&1E&1E?elqn#nfwklg>!nfwklg>!slpw!#,ebuj`lm-j`l!#~*8 ?,p`qjsw= -pfwBwwqjavwf+Bgnjmjpwqbwjlm>#mft#Bqqbz+*8?"Xfmgje^..= gjpsobz9aol`h8Vmelqwvmbwfoz/!=%maps8?,gju=,ebuj`lm-j`l!=>$pwzofpkffw$#jgfmwjej`bwjlm/#elq#f{bnsof/?oj=?b#kqfe>!,bm#bowfqmbwjufbp#b#qfpvow#lesw!=?,p`qjsw= wzsf>!pvanjw!# +evm`wjlm+*#xqf`lnnfmgbwjlmelqn#b`wjlm>!,wqbmpelqnbwjlmqf`lmpwqv`wjlm-pwzof-gjpsobz#B``lqgjmd#wl#kjggfm!#mbnf>!bolmd#tjwk#wkfgl`vnfmw-algz-bssql{jnbwfoz#@lnnvmj`bwjlmpslpw!#b`wjlm>!nfbmjmd#%rvlw8..?"Xfmgje^..=Sqjnf#Njmjpwfq`kbqb`wfqjpwj`?,b=#?b#`obpp>wkf#kjpwlqz#le#lmnlvpflufq>!wkf#dlufqmnfmwkqfe>!kwwsp9,,tbp#lqjdjmbooztbp#jmwqlgv`fg`obppjej`bwjlmqfsqfpfmwbwjufbqf#`lmpjgfqfg?"Xfmgje^..= gfsfmgp#lm#wkfVmjufqpjwz#le#jm#`lmwqbpw#wl#sob`fklogfq>!jm#wkf#`bpf#lejmwfqmbwjlmbo#`lmpwjwvwjlmbopwzof>!alqgfq.9#evm`wjlm+*#xAf`bvpf#le#wkf.pwqj`w-gwg!= ?wbaof#`obpp>!b``lnsbmjfg#azb``lvmw#le#wkf?p`qjsw#pq`>!,mbwvqf#le#wkf#wkf#sflsof#jm#jm#bggjwjlm#wlp*8#ip-jg#>#jg!#tjgwk>!233&!qfdbqgjmd#wkf#Qlnbm#@bwkloj`bm#jmgfsfmgfmwelooltjmd#wkf#-dje!#tjgwk>!2wkf#elooltjmd#gjp`qjnjmbwjlmbq`kbfloldj`bosqjnf#njmjpwfq-ip!=?,p`qjsw=`lnajmbwjlm#le#nbqdjmtjgwk>!`qfbwfFofnfmw+t-bwwb`kFufmw+?,b=?,wg=?,wq=pq`>!kwwsp9,,bJm#sbqwj`vobq/#bojdm>!ofew!#@yf`k#Qfsvaoj`Vmjwfg#Hjmdgln`lqqfpslmgfm`f`lm`ovgfg#wkbw-kwno!#wjwof>!+evm`wjlm#+*#x`lnfp#eqln#wkfbssoj`bwjlm#le?psbm#`obpp>!pafojfufg#wl#affnfmw+$p`qjsw$?,b= ?,oj= ?ojufqz#gjeefqfmw=?psbm#`obpp>!lswjlm#ubovf>!+bopl#hmltm#bp\n?oj=?b#kqfe>!=?jmsvw#mbnf>!pfsbqbwfg#eqlnqfefqqfg#wl#bp#ubojdm>!wls!=elvmgfq#le#wkfbwwfnswjmd#wl#`bqalm#gjl{jgf ?gju#`obpp>!`obpp>!pfbq`k.,algz= ?,kwno=lsslqwvmjwz#wl`lnnvmj`bwjlmp?,kfbg= ?algz#pwzof>!tjgwk9Wj\rVSmd#Uj\rWkw`kbmdfp#jm#wkfalqgfq.`lolq9 3!#alqgfq>!3!#?,psbm=?,gju=?tbp#gjp`lufqfg!#wzsf>!wf{w!#*8 ?,p`qjsw= Gfsbqwnfmw#le#f``ofpjbpwj`bowkfqf#kbp#affmqfpvowjmd#eqln?,algz=?,kwno=kbp#mfufq#affmwkf#ejqpw#wjnfjm#qfpslmpf#wlbvwlnbwj`booz#?,gju= ?gju#jtbp#`lmpjgfqfgsfq`fmw#le#wkf!#,=?,b=?,gju=`loof`wjlm#le#gfp`fmgfg#eqlnpf`wjlm#le#wkfb``fsw.`kbqpfwwl#af#`lmevpfgnfnafq#le#wkf#sbggjmd.qjdkw9wqbmpobwjlm#lejmwfqsqfwbwjlm#kqfe>$kwws9,,tkfwkfq#lq#mlwWkfqf#bqf#boplwkfqf#bqf#nbmzb#pnboo#mvnafqlwkfq#sbqwp#lejnslppjaof#wl##`obpp>!avwwlmol`bwfg#jm#wkf-#Kltfufq/#wkfbmg#fufmwvboozBw#wkf#fmg#le#af`bvpf#le#jwpqfsqfpfmwp#wkf?elqn#b`wjlm>!#nfwklg>!slpw!jw#jp#slppjaofnlqf#ojhfoz#wlbm#jm`qfbpf#jmkbuf#bopl#affm`lqqfpslmgp#wlbmmlvm`fg#wkbwbojdm>!qjdkw!=nbmz#`lvmwqjfpelq#nbmz#zfbqpfbqojfpw#hmltmaf`bvpf#jw#tbpsw!=?,p`qjsw=#ubojdm>!wls!#jmkbajwbmwp#leelooltjmd#zfbq ?gju#`obpp>!njoojlm#sflsof`lmwqlufqpjbo#`lm`fqmjmd#wkfbqdvf#wkbw#wkfdlufqmnfmw#bmgb#qfefqfm`f#wlwqbmpefqqfg#wlgfp`qjajmd#wkf#pwzof>!`lolq9bowklvdk#wkfqfafpw#hmltm#elqpvanjw!#mbnf>!nvowjsoj`bwjlmnlqf#wkbm#lmf#qf`ldmjwjlm#le@lvm`jo#le#wkffgjwjlm#le#wkf##?nfwb#mbnf>!Fmwfqwbjmnfmw#btbz#eqln#wkf#8nbqdjm.qjdkw9bw#wkf#wjnf#lejmufpwjdbwjlmp`lmmf`wfg#tjwkbmg#nbmz#lwkfqbowklvdk#jw#jpafdjmmjmd#tjwk#?psbm#`obpp>!gfp`fmgbmwp#le?psbm#`obpp>!j#bojdm>!qjdkw!?,kfbg= ?algz#bpsf`wp#le#wkfkbp#pjm`f#affmFvqlsfbm#Vmjlmqfnjmjp`fmw#lenlqf#gjeej`vowUj`f#Sqfpjgfmw`lnslpjwjlm#lesbppfg#wkqlvdknlqf#jnslqwbmwelmw.pjyf922s{f{sobmbwjlm#lewkf#`lm`fsw#letqjwwfm#jm#wkf\n?psbm#`obpp>!jp#lmf#le#wkf#qfpfnaobm`f#wllm#wkf#dqlvmgptkj`k#`lmwbjmpjm`ovgjmd#wkf#gfejmfg#az#wkfsvaoj`bwjlm#lenfbmp#wkbw#wkflvwpjgf#le#wkfpvsslqw#le#wkf?jmsvw#`obpp>!?psbm#`obpp>!w+Nbwk-qbmgln+*nlpw#sqlnjmfmwgfp`qjswjlm#le@lmpwbmwjmlsoftfqf#svaojpkfg?gju#`obpp>!pfbssfbqp#jm#wkf2!#kfjdkw>!2!#nlpw#jnslqwbmwtkj`k#jm`ovgfptkj`k#kbg#affmgfpwqv`wjlm#lewkf#slsvobwjlm \n?gju#`obpp>!slppjajojwz#leplnfwjnfp#vpfgbssfbq#wl#kbufpv``fpp#le#wkfjmwfmgfg#wl#afsqfpfmw#jm#wkfpwzof>!`ofbq9a ?,p`qjsw= ?tbp#elvmgfg#jmjmwfqujft#tjwk\\jg!#`lmwfmw>!`bsjwbo#le#wkf ?ojmh#qfo>!pqfofbpf#le#wkfsljmw#lvw#wkbw{NOKwwsQfrvfpwbmg#pvapfrvfmwpf`lmg#obqdfpwufqz#jnslqwbmwpsf`jej`bwjlmppvqeb`f#le#wkfbssojfg#wl#wkfelqfjdm#sloj`z\\pfwGlnbjmMbnffpwbaojpkfg#jmjp#afojfufg#wlJm#bggjwjlm#wlnfbmjmd#le#wkfjp#mbnfg#bewfqwl#sqlwf`w#wkfjp#qfsqfpfmwfgGf`obqbwjlm#lenlqf#feej`jfmw@obppjej`bwjlmlwkfq#elqnp#lekf#qfwvqmfg#wl?psbm#`obpp>!`sfqelqnbm`f#le+evm`wjlm+*#xje#bmg#lmoz#jeqfdjlmp#le#wkfofbgjmd#wl#wkfqfobwjlmp#tjwkVmjwfg#Mbwjlmppwzof>!kfjdkw9lwkfq#wkbm#wkfzsf!#`lmwfmw>!Bppl`jbwjlm#le ?,kfbg= ?algzol`bwfg#lm#wkfjp#qfefqqfg#wl+jm`ovgjmd#wkf`lm`fmwqbwjlmpwkf#jmgjujgvbobnlmd#wkf#nlpwwkbm#bmz#lwkfq,= ?ojmh#qfo>!#qfwvqm#ebopf8wkf#svqslpf#lewkf#bajojwz#wl8`lolq9 eee~ - ?psbm#`obpp>!wkf#pvaif`w#legfejmjwjlmp#le= ?ojmh#qfo>!`objn#wkbw#wkfkbuf#gfufolsfg?wbaof#tjgwk>!`fofaqbwjlm#leElooltjmd#wkf#wl#gjpwjmdvjpk?psbm#`obpp>!awbhfp#sob`f#jmvmgfq#wkf#mbnfmlwfg#wkbw#wkf=?"Xfmgje^..= pwzof>!nbqdjm.jmpwfbg#le#wkfjmwqlgv`fg#wkfwkf#sql`fpp#lejm`qfbpjmd#wkfgjeefqfm`fp#jmfpwjnbwfg#wkbwfpsf`jbooz#wkf,gju=?gju#jg>!tbp#fufmwvboozwkqlvdklvw#kjpwkf#gjeefqfm`fplnfwkjmd#wkbwpsbm=?,psbm=?,pjdmjej`bmwoz#=?,p`qjsw=  fmujqlmnfmwbo#wl#sqfufmw#wkfkbuf#affm#vpfgfpsf`jbooz#elqvmgfqpwbmg#wkfjp#fppfmwjbooztfqf#wkf#ejqpwjp#wkf#obqdfpwkbuf#affm#nbgf!#pq`>!kwws9,,jmwfqsqfwfg#bppf`lmg#kboe#le`qloojmd>!ml!#jp#`lnslpfg#leJJ/#Kloz#Qlnbmjp#f{sf`wfg#wlkbuf#wkfjq#ltmgfejmfg#bp#wkfwqbgjwjlmbooz#kbuf#gjeefqfmwbqf#lewfm#vpfgwl#fmpvqf#wkbwbdqffnfmw#tjwk`lmwbjmjmd#wkfbqf#eqfrvfmwozjmelqnbwjlm#lmf{bnsof#jp#wkfqfpvowjmd#jm#b?,b=?,oj=?,vo=#`obpp>!ellwfqbmg#fpsf`jboozwzsf>!avwwlm!#?,psbm=?,psbm=tkj`k#jm`ovgfg= ?nfwb#mbnf>!`lmpjgfqfg#wkf`bqqjfg#lvw#azKltfufq/#jw#jpaf`bnf#sbqw#lejm#qfobwjlm#wlslsvobq#jm#wkfwkf#`bsjwbo#letbp#leej`jbooztkj`k#kbp#affmwkf#Kjpwlqz#lebowfqmbwjuf#wlgjeefqfmw#eqlnwl#pvsslqw#wkfpvddfpwfg#wkbwjm#wkf#sql`fpp##?gju#`obpp>!wkf#elvmgbwjlmaf`bvpf#le#kjp`lm`fqmfg#tjwkwkf#vmjufqpjwzlsslpfg#wl#wkfwkf#`lmwf{w#le?psbm#`obpp>!swf{w!#mbnf>!r!\n\n?gju#`obpp>!wkf#p`jfmwjej`qfsqfpfmwfg#aznbwkfnbwj`jbmpfof`wfg#az#wkfwkbw#kbuf#affm=?gju#`obpp>!`gju#jg>!kfbgfqjm#sbqwj`vobq/`lmufqwfg#jmwl*8 ?,p`qjsw= ?skjolplskj`bo#pqsphlkqubwphjwj\rVSmd#Uj\rWkw<L=o=m=m<V<T<U=l=o=m=m<V<T<Ujmufpwjdb`j/_msbqwj`jsb`j/_m<V<R=n<R=l=g<Y<R<]<W<\\=m=n<T<V<R=n<R=l=g<U=k<Y<W<R<^<Y<V=m<T=m=n<Y<P=g<q<R<^<R=m=n<T<V<R=n<R=l=g=i<R<]<W<\\=m=n=`<^=l<Y<P<Y<Q<T<V<R=n<R=l<\\=c=m<Y<_<R<X<Q=c=m<V<\\=k<\\=n=`<Q<R<^<R=m=n<T<O<V=l<\\<T<Q=g<^<R<S=l<R=m=g<V<R=n<R=l<R<U=m<X<Y<W<\\=n=`<S<R<P<R=e=`=b=m=l<Y<X=m=n<^<R<]=l<\\<[<R<P=m=n<R=l<R<Q=g=o=k<\\=m=n<T<Y=n<Y=k<Y<Q<T<Y<\x7F<W<\\<^<Q<\\=c<T=m=n<R=l<T<T=m<T=m=n<Y<P<\\=l<Y=d<Y<Q<T=c<M<V<\\=k<\\=n=`<S<R=a=n<R<P=o=m<W<Y<X=o<Y=n=m<V<\\<[<\\=n=`=n<R<^<\\=l<R<^<V<R<Q<Y=k<Q<R=l<Y=d<Y<Q<T<Y<V<R=n<R=l<R<Y<R=l<_<\\<Q<R<^<V<R=n<R=l<R<P<L<Y<V<W<\\<P<\\4K5h5i5j4F4C5e5i5j4F4C5f4K4F4K5h5i5d4Z5d4U4K5h4D4]4K5i4@4K5h5i5d4K5n4U4K5h4]4_4K4J5h5i4X4K4]5o4K4F4K5h4O4U4Z4K4M4K5h4]5f4K4Z4E4K5h4F4Y5i5f5i4K5h4K4U4Z4K4M4K5h5j4F4K4J4@4K5h4O5h4U4K4D4K5h4F4_4@5f5h4K5h4O5n4_4K5i4K5h4Z4V4[4K4F4K5h5m5f4C5f5d4K5h4F4]4A5f4D4K5h4@4C5f4C4E4K5h4F4U5h5f5i4K5h4O4B4D4K4]4K5h4K5m5h4K5i4K5h4O5m5h4K5i4K5h4F4K4]5f4B4K5h4F5n5j5f4E4K5h4K5h4U4K4D4K5h4B5d4K4[4]4K5h5i4@4F5i4U4K5h4C5f5o5d4]4K5h4_5f4K4A4E4U4D4C4K5h5h5k4K5h4F4]4D5f4E4K5h4]5d4K4D4[4K5h4O4C4D5f4E4K5h4K4B4D4K4]4K5h5i4F4A4C4E4K5h4K4V4K5j5f`vqplq9sljmwfq8?,wjwof= ?nfwb#!#kqfe>!kwws9,,!=?psbm#`obpp>!nfnafqp#le#wkf#tjmglt-ol`bwjlmufqwj`bo.bojdm9,b=#\x7F#?b#kqfe>!?"gl`wzsf#kwno=nfgjb>!p`qffm!#?lswjlm#ubovf>!ebuj`lm-j`l!#,= \n\n?gju#`obpp>!`kbqb`wfqjpwj`p!#nfwklg>!dfw!#,algz= ?,kwno= pklqw`vw#j`lm!#gl`vnfmw-tqjwf+sbggjmd.alwwln9qfsqfpfmwbwjufppvanjw!#ubovf>!bojdm>!`fmwfq!#wkqlvdklvw#wkf#p`jfm`f#ej`wjlm ##?gju#`obpp>!pvanjw!#`obpp>!lmf#le#wkf#nlpw#ubojdm>!wls!=?tbp#fpwbaojpkfg*8 ?,p`qjsw= qfwvqm#ebopf8!=*-pwzof-gjpsobzaf`bvpf#le#wkf#gl`vnfmw-`llhjf?elqn#b`wjlm>!,~algzxnbqdjm938Fm`z`olsfgjb#leufqpjlm#le#wkf#-`qfbwfFofnfmw+mbnf!#`lmwfmw>!?,gju= ?,gju= bgnjmjpwqbwjuf#?,algz= ?,kwno=kjpwlqz#le#wkf#!=?jmsvw#wzsf>!slqwjlm#le#wkf#bp#sbqw#le#wkf#%maps8?b#kqfe>!lwkfq#`lvmwqjfp!= ?gju#`obpp>!?,psbm=?,psbm=?Jm#lwkfq#tlqgp/gjpsobz9#aol`h8`lmwqlo#le#wkf#jmwqlgv`wjlm#le,= ?nfwb#mbnf>!bp#tfoo#bp#wkf#jm#qf`fmw#zfbqp \n?gju#`obpp>!?,gju= \n?,gju= jmpsjqfg#az#wkfwkf#fmg#le#wkf#`lnsbwjaof#tjwkaf`bnf#hmltm#bp#pwzof>!nbqdjm9-ip!=?,p`qjsw=?#Jmwfqmbwjlmbo#wkfqf#kbuf#affmDfqnbm#obmdvbdf#pwzof>!`lolq9 @lnnvmjpw#Sbqwz`lmpjpwfmw#tjwkalqgfq>!3!#`foo#nbqdjmkfjdkw>!wkf#nbilqjwz#le!#bojdm>!`fmwfqqfobwfg#wl#wkf#nbmz#gjeefqfmw#Lqwklgl{#@kvq`kpjnjobq#wl#wkf#,= ?ojmh#qfo>!ptbp#lmf#le#wkf#vmwjo#kjp#gfbwk~*+*8 ?,p`qjsw=lwkfq#obmdvbdfp`lnsbqfg#wl#wkfslqwjlmp#le#wkfwkf#Mfwkfqobmgpwkf#nlpw#`lnnlmab`hdqlvmg9vqo+bqdvfg#wkbw#wkfp`qloojmd>!ml!#jm`ovgfg#jm#wkfMlqwk#Bnfqj`bm#wkf#mbnf#le#wkfjmwfqsqfwbwjlmpwkf#wqbgjwjlmbogfufolsnfmw#le#eqfrvfmwoz#vpfgb#`loof`wjlm#leufqz#pjnjobq#wlpvqqlvmgjmd#wkff{bnsof#le#wkjpbojdm>!`fmwfq!=tlvog#kbuf#affmjnbdf\\`bswjlm#>bwwb`kfg#wl#wkfpvddfpwjmd#wkbwjm#wkf#elqn#le#jmuloufg#jm#wkfjp#gfqjufg#eqlnmbnfg#bewfq#wkfJmwqlgv`wjlm#wlqfpwqj`wjlmp#lm#pwzof>!tjgwk9#`bm#af#vpfg#wl#wkf#`qfbwjlm#lenlpw#jnslqwbmw#jmelqnbwjlm#bmgqfpvowfg#jm#wkf`loobspf#le#wkfWkjp#nfbmp#wkbwfofnfmwp#le#wkftbp#qfsob`fg#azbmbozpjp#le#wkfjmpsjqbwjlm#elqqfdbqgfg#bp#wkfnlpw#pv``fppevohmltm#bp#%rvlw8b#`lnsqfkfmpjufKjpwlqz#le#wkf#tfqf#`lmpjgfqfgqfwvqmfg#wl#wkfbqf#qfefqqfg#wlVmplvq`fg#jnbdf= \n?gju#`obpp>!`lmpjpwp#le#wkfpwlsSqlsbdbwjlmjmwfqfpw#jm#wkfbubjobajojwz#lebssfbqp#wl#kbuffof`wqlnbdmfwj`fmbaofPfquj`fp+evm`wjlm#le#wkfJw#jp#jnslqwbmw?,p`qjsw=?,gju=evm`wjlm+*xubq#qfobwjuf#wl#wkfbp#b#qfpvow#le#wkf#slpjwjlm#leElq#f{bnsof/#jm#nfwklg>!slpw!#tbp#elooltfg#az%bns8ngbpk8#wkfwkf#bssoj`bwjlmip!=?,p`qjsw= vo=?,gju=?,gju=bewfq#wkf#gfbwktjwk#qfpsf`w#wlpwzof>!sbggjmd9jp#sbqwj`vobqozgjpsobz9jmojmf8#wzsf>!pvanjw!#jp#gjujgfg#jmwl\bTA\nzk#+\vBl\bQ\x7F*qfpslmpbajojgbgbgnjmjpwqb`j/_mjmwfqmb`jlmbofp`lqqfpslmgjfmwf\fHe\fHF\fHC\fIg\fH{\fHF\fIn\fH\\\fIa\fHY\fHU\fHB\fHR\fH\\\fIk\fH^\fIg\fH{\fIg\fHn\fHv\fIm\fHD\fHR\fHY\fH^\fIk\fHy\fHS\fHD\fHT\fH\\\fHy\fHR\fH\\\fHF\fIm\fH^\fHS\fHT\fHz\fIg\fHp\fIk\fHn\fHv\fHR\fHU\fHS\fHc\fHA\fIk\fHp\fIk\fHn\fHZ\fHR\fHB\fHS\fH^\fHU\fHB\fHR\fH\\\fIl\fHp\fHR\fH{\fH\\\fHO\fH@\fHD\fHR\fHD\fIk\fHy\fIm\fHB\fHR\fH\\\fH@\fIa\fH^\fIe\fH{\fHB\fHR\fH^\fHS\fHy\fHB\fHU\fHS\fH^\fHR\fHF\fIo\fH[\fIa\fHL\fH@\fHN\fHP\fHH\fIk\fHA\fHR\fHp\fHF\fHR\fHy\fIa\fH^\fHS\fHy\fHs\fIa\fH\\\fIk\fHD\fHz\fHS\fH^\fHR\fHG\fHJ\fI`\fH\\\fHR\fHD\fHB\fHR\fHB\fH^\fIk\fHB\fHH\fHJ\fHR\fHD\fH@\fHR\fHp\fHR\fH\\\fHY\fHS\fHy\fHR\fHT\fHy\fIa\fHC\fIg\fHn\fHv\fHR\fHU\fHH\fIk\fHF\fHU\fIm\fHm\fHv\fH@\fHH\fHR\fHC\fHR\fHT\fHn\fHY\fHR\fHJ\fHJ\fIk\fHz\fHD\fIk\fHF\fHS\fHw\fH^\fIk\fHY\fHS\fHZ\fIk\fH[\fH\\\fHR\fHp\fIa\fHC\fHe\fHH\fIa\fHH\fH\\\fHB\fIm\fHn\fH@\fHd\fHJ\fIg\fHD\fIg\fHn\fHe\fHF\fHy\fH\\\fHO\fHF\fHN\fHP\fIk\fHn\fHT\fIa\fHI\fHS\fHH\fHG\fHS\fH^\fIa\fHB\fHB\fIm\fHz\fIa\fHC\fHi\fHv\fIa\fHw\fHR\fHw\fIn\fHs\fHH\fIl\fHT\fHn\fH{\fIl\fHH\fHp\fHR\fHc\fH{\fHR\fHY\fHS\fHA\fHR\fH{\fHt\fHO\fIa\fHs\fIk\fHJ\fIn\fHT\fH\\\fIk\fHJ\fHS\fHD\fIg\fHn\fHU\fHH\fIa\fHC\fHR\fHT\fIk\fHy\fIa\fHT\fH{\fHR\fHn\fHK\fIl\fHY\fHS\fHZ\fIa\fHY\fH\\\fHR\fHH\fIk\fHn\fHJ\fId\fHs\fIa\fHT\fHD\fHy\fIa\fHZ\fHR\fHT\fHR\fHB\fHD\fIk\fHi\fHJ\fHR\fH^\fHH\fH@\fHS\fHp\fH^\fIl\fHF\fIm\fH\\\fIn\fH[\fHU\fHS\fHn\fHJ\fIl\fHB\fHS\fHH\fIa\fH\\\fHy\fHY\fHS\fHH\fHR\fH\\\fIm\fHF\fHC\fIk\fHT\fIa\fHI\fHR\fHD\fHy\fH\\\fIg\fHM\fHP\fHB\fIm\fHy\fIa\fHH\fHC\fIg\fHp\fHD\fHR\fHy\fIo\fHF\fHC\fHR\fHF\fIg\fHT\fIa\fHs\fHt\fH\\\fIk\fH^\fIn\fHy\fHR\fH\\\fIa\fHC\fHY\fHS\fHv\fHR\fH\\\fHT\fIn\fHv\fHD\fHR\fHB\fIn\fH^\fIa\fHC\fHJ\fIk\fHz\fIk\fHn\fHU\fHB\fIk\fHZ\fHR\fHT\fIa\fHy\fIn\fH^\fHB\fId\fHn\fHD\fIk\fHH\fId\fHC\fHR\fH\\\fHp\fHS\fHT\fHy\fIkqpp({no!#wjwof>!.wzsf!#`lmwfmw>!wjwof!#`lmwfmw>!bw#wkf#pbnf#wjnf-ip!=?,p`qjsw= ?!#nfwklg>!slpw!#?,psbm=?,b=?,oj=ufqwj`bo.bojdm9w,irvfqz-njm-ip!=-`oj`h+evm`wjlm+#pwzof>!sbggjmd.~*+*8 ?,p`qjsw= ?,psbm=?b#kqfe>!?b#kqfe>!kwws9,,*8#qfwvqm#ebopf8wf{w.gf`lqbwjlm9#p`qloojmd>!ml!#alqgfq.`loobspf9bppl`jbwfg#tjwk#Abkbpb#JmglmfpjbFmdojpk#obmdvbdf?wf{w#{no9psb`f>-dje!#alqgfq>!3!?,algz= ?,kwno= lufqeolt9kjggfm8jnd#pq`>!kwws9,,bggFufmwOjpwfmfqqfpslmpjaof#elq#p-ip!=?,p`qjsw= ,ebuj`lm-j`l!#,=lsfqbwjmd#pzpwfn!#pwzof>!tjgwk92wbqdfw>!\\aobmh!=Pwbwf#Vmjufqpjwzwf{w.bojdm9ofew8 gl`vnfmw-tqjwf+/#jm`ovgjmd#wkf#bqlvmg#wkf#tlqog*8 ?,p`qjsw= ?!#pwzof>!kfjdkw98lufqeolt9kjggfmnlqf#jmelqnbwjlmbm#jmwfqmbwjlmbob#nfnafq#le#wkf#lmf#le#wkf#ejqpw`bm#af#elvmg#jm#?,gju= \n\n?,gju= gjpsobz9#mlmf8!=!#,= ?ojmh#qfo>! ##+evm`wjlm+*#xwkf#26wk#`fmwvqz-sqfufmwGfebvow+obqdf#mvnafq#le#Azybmwjmf#Fnsjqf-isd\x7Fwkvna\x7Fofew\x7Fubpw#nbilqjwz#lenbilqjwz#le#wkf##bojdm>!`fmwfq!=Vmjufqpjwz#Sqfppglnjmbwfg#az#wkfPf`lmg#Tlqog#Tbqgjpwqjavwjlm#le#pwzof>!slpjwjlm9wkf#qfpw#le#wkf#`kbqb`wfqjyfg#az#qfo>!mleloolt!=gfqjufp#eqln#wkfqbwkfq#wkbm#wkf#b#`lnajmbwjlm#lepwzof>!tjgwk9233Fmdojpk.psfbhjmd`lnsvwfq#p`jfm`falqgfq>!3!#bow>!wkf#f{jpwfm`f#leGfnl`qbwj`#Sbqwz!#pwzof>!nbqdjm.Elq#wkjp#qfbplm/-ip!=?,p`qjsw= \npAzWbdMbnf+p*X3^ip!=?,p`qjsw= ?-ip!=?,p`qjsw= ojmh#qfo>!j`lm!#$#bow>$$#`obpp>$elqnbwjlm#le#wkfufqpjlmp#le#wkf#?,b=?,gju=?,gju=,sbdf= ##?sbdf= ?gju#`obpp>!`lmwaf`bnf#wkf#ejqpwabkbpb#Jmglmfpjbfmdojpk#+pjnsof*"y"W"W"["Q"U"V"@=i=l<^<\\=n=m<V<T<V<R<P<S<\\<Q<T<T=c<^<W=c<Y=n=m=c<x<R<]<\\<^<T=n=`=k<Y<W<R<^<Y<V<\\=l<\\<[<^<T=n<T=c<t<Q=n<Y=l<Q<Y=n<r=n<^<Y=n<T=n=`<Q<\\<S=l<T<P<Y=l<T<Q=n<Y=l<Q<Y=n<V<R=n<R=l<R<_<R=m=n=l<\\<Q<T=j=g<V<\\=k<Y=m=n<^<Y=o=m<W<R<^<T=c=i<S=l<R<]<W<Y<P=g<S<R<W=o=k<T=n=`=c<^<W=c=b=n=m=c<Q<\\<T<]<R<W<Y<Y<V<R<P<S<\\<Q<T=c<^<Q<T<P<\\<Q<T<Y=m=l<Y<X=m=n<^<\\4K5h5i5d4K4Z5f4U4K5h4]4J5f4_5f4E4K5h4K5j4F5n4K5h5i4X4K4]5o4K4F5o4K5h4_5f4K4]4K4F4K5h5i5o4F5d4D4E4K5h4_4U5d4C5f4E4K4A4Y4K4J5f4K4F4K5h4U4K5h5i5f4E4K5h4Y5d4F5f4K4F4K5h4K5j4F4]5j4F4K5h4F4Y4K5i5f5i4K5h4I4_5h4K5i5f4K5h5i4X4K4]5o4E4K5h5i4]4J5f4K4Fqlalwp!#`lmwfmw>!?gju#jg>!ellwfq!=wkf#Vmjwfg#Pwbwfp?jnd#pq`>!kwws9,,-isd\x7Fqjdkw\x7Fwkvna\x7F-ip!=?,p`qjsw= ?ol`bwjlm-sqlwl`loeqbnfalqgfq>!3!#p!#,= ?nfwb#mbnf>!?,b=?,gju=?,gju=?elmw.tfjdkw9alog8%rvlw8#bmg#%rvlw8gfsfmgjmd#lm#wkf#nbqdjm938sbggjmd9!#qfo>!mleloolt!#Sqfpjgfmw#le#wkf#wtfmwjfwk#`fmwvqzfujpjlm= ##?,sbdfJmwfqmfw#F{solqfqb-bpzm`#>#wqvf8 jmelqnbwjlm#balvw?gju#jg>!kfbgfq!=!#b`wjlm>!kwws9,,?b#kqfe>!kwwsp9,,?gju#jg>!`lmwfmw!?,gju= ?,gju= ?gfqjufg#eqln#wkf#?jnd#pq`>$kwws9,,b``lqgjmd#wl#wkf# ?,algz= ?,kwno= pwzof>!elmw.pjyf9p`qjsw#obmdvbdf>!Bqjbo/#Kfoufwj`b/?,b=?psbm#`obpp>!?,p`qjsw=?p`qjsw#slojwj`bo#sbqwjfpwg=?,wq=?,wbaof=?kqfe>!kwws9,,ttt-jmwfqsqfwbwjlm#leqfo>!pwzofpkffw!#gl`vnfmw-tqjwf+$?`kbqpfw>!vwe.;!= afdjmmjmd#le#wkf#qfufbofg#wkbw#wkfwfofujpjlm#pfqjfp!#qfo>!mleloolt!=#wbqdfw>!\\aobmh!=`objnjmd#wkbw#wkfkwws&0B&1E&1Ettt-nbmjefpwbwjlmp#leSqjnf#Njmjpwfq#lejmeovfm`fg#az#wkf`obpp>!`ofbqej{!=,gju= ?,gju=  wkqff.gjnfmpjlmbo@kvq`k#le#Fmdobmgle#Mlqwk#@bqlojmbprvbqf#hjolnfwqfp-bggFufmwOjpwfmfqgjpwjm`w#eqln#wkf`lnnlmoz#hmltm#bpSklmfwj`#Boskbafwgf`obqfg#wkbw#wkf`lmwqloofg#az#wkfAfmibnjm#Eqbmhojmqlof.sobzjmd#dbnfwkf#Vmjufqpjwz#lejm#Tfpwfqm#Fvqlsfsfqplmbo#`lnsvwfqSqlif`w#Dvwfmafqdqfdbqgofpp#le#wkfkbp#affm#sqlslpfgwldfwkfq#tjwk#wkf=?,oj=?oj#`obpp>!jm#plnf#`lvmwqjfpnjm-ip!=?,p`qjsw=le#wkf#slsvobwjlmleej`jbo#obmdvbdf?jnd#pq`>!jnbdfp,jgfmwjejfg#az#wkfmbwvqbo#qfplvq`fp`obppjej`bwjlm#le`bm#af#`lmpjgfqfgrvbmwvn#nf`kbmj`pMfufqwkfofpp/#wkfnjoojlm#zfbqp#bdl?,algz= ?,kwno="y"W"W"["Q"U"V"@ wbhf#bgubmwbdf#lebmg/#b``lqgjmd#wlbwwqjavwfg#wl#wkfNj`qlplew#Tjmgltpwkf#ejqpw#`fmwvqzvmgfq#wkf#`lmwqlogju#`obpp>!kfbgfqpklqwoz#bewfq#wkfmlwbaof#f{`fswjlmwfmp#le#wklvpbmgppfufqbo#gjeefqfmwbqlvmg#wkf#tlqog-qfb`kjmd#njojwbqzjplobwfg#eqln#wkflsslpjwjlm#wl#wkfwkf#Log#WfpwbnfmwBeqj`bm#Bnfqj`bmpjmpfqwfg#jmwl#wkfpfsbqbwf#eqln#wkfnfwqlslojwbm#bqfbnbhfp#jw#slppjaofb`hmltofgdfg#wkbwbqdvbaoz#wkf#nlpwwzsf>!wf{w,`pp!= wkf#JmwfqmbwjlmboB``lqgjmd#wl#wkf#sf>!wf{w,`pp!#,= `ljm`jgf#tjwk#wkfwtl.wkjqgp#le#wkfGvqjmd#wkjp#wjnf/gvqjmd#wkf#sfqjlgbmmlvm`fg#wkbw#kfwkf#jmwfqmbwjlmbobmg#nlqf#qf`fmwozafojfufg#wkbw#wkf`lmp`jlvpmfpp#bmgelqnfqoz#hmltm#bppvqqlvmgfg#az#wkfejqpw#bssfbqfg#jml``bpjlmbooz#vpfgslpjwjlm9baplovwf8!#wbqdfw>!\\aobmh!#slpjwjlm9qfobwjuf8wf{w.bojdm9`fmwfq8ib{,ojap,irvfqz,2-ab`hdqlvmg.`lolq9 wzsf>!bssoj`bwjlm,bmdvbdf!#`lmwfmw>!?nfwb#kwws.frvju>!Sqjub`z#Sloj`z?,b=f+!&0@p`qjsw#pq`>$!#wbqdfw>!\\aobmh!=Lm#wkf#lwkfq#kbmg/-isd\x7Fwkvna\x7Fqjdkw\x7F1?,gju=?gju#`obpp>!?gju#pwzof>!eolbw9mjmfwffmwk#`fmwvqz?,algz= ?,kwno= ?jnd#pq`>!kwws9,,p8wf{w.bojdm9`fmwfqelmw.tfjdkw9#alog8#B``lqgjmd#wl#wkf#gjeefqfm`f#afwtffm!#eqbnfalqgfq>!3!#!#pwzof>!slpjwjlm9ojmh#kqfe>!kwws9,,kwno7,ollpf-gwg!= gvqjmd#wkjp#sfqjlg?,wg=?,wq=?,wbaof=`olpfoz#qfobwfg#wlelq#wkf#ejqpw#wjnf8elmw.tfjdkw9alog8jmsvw#wzsf>!wf{w!#?psbm#pwzof>!elmw.lmqfbgzpwbwf`kbmdf\n?gju#`obpp>!`ofbqgl`vnfmw-ol`bwjlm-#Elq#f{bnsof/#wkf#b#tjgf#ubqjfwz#le#?"GL@WZSF#kwno= ?%maps8%maps8%maps8!=?b#kqfe>!kwws9,,pwzof>!eolbw9ofew8`lm`fqmfg#tjwk#wkf>kwws&0B&1E&1Ettt-jm#slsvobq#`vowvqfwzsf>!wf{w,`pp!#,=jw#jp#slppjaof#wl#Kbqubqg#Vmjufqpjwzwzofpkffw!#kqfe>!,wkf#nbjm#`kbqb`wfqL{elqg#Vmjufqpjwz##mbnf>!hfztlqgp!#`pwzof>!wf{w.bojdm9wkf#Vmjwfg#Hjmdglnefgfqbo#dlufqmnfmw?gju#pwzof>!nbqdjm#gfsfmgjmd#lm#wkf#gfp`qjswjlm#le#wkf?gju#`obpp>!kfbgfq-njm-ip!=?,p`qjsw=gfpwqv`wjlm#le#wkfpojdkwoz#gjeefqfmwjm#b``lqgbm`f#tjwkwfof`lnnvmj`bwjlmpjmgj`bwfp#wkbw#wkfpklqwoz#wkfqfbewfqfpsf`jbooz#jm#wkf#Fvqlsfbm#`lvmwqjfpKltfufq/#wkfqf#bqfpq`>!kwws9,,pwbwj`pvddfpwfg#wkbw#wkf!#pq`>!kwws9,,ttt-b#obqdf#mvnafq#le#Wfof`lnnvmj`bwjlmp!#qfo>!mleloolt!#wKloz#Qlnbm#Fnsfqlqbonlpw#f{`ovpjufoz!#alqgfq>!3!#bow>!Pf`qfwbqz#le#Pwbwf`vonjmbwjmd#jm#wkf@JB#Tlqog#Eb`wallhwkf#nlpw#jnslqwbmwbmmjufqpbqz#le#wkfpwzof>!ab`hdqlvmg.?oj=?fn=?b#kqfe>!,wkf#Bwobmwj`#L`fbmpwqj`woz#psfbhjmd/pklqwoz#afelqf#wkfgjeefqfmw#wzsfp#lewkf#Lwwlnbm#Fnsjqf=?jnd#pq`>!kwws9,,Bm#Jmwqlgv`wjlm#wl`lmpfrvfm`f#le#wkfgfsbqwvqf#eqln#wkf@lmefgfqbwf#Pwbwfpjmgjdfmlvp#sflsofpSql`ffgjmdp#le#wkfjmelqnbwjlm#lm#wkfwkflqjfp#kbuf#affmjmuloufnfmw#jm#wkfgjujgfg#jmwl#wkqffbgib`fmw#`lvmwqjfpjp#qfpslmpjaof#elqgjpplovwjlm#le#wkf`loobalqbwjlm#tjwktjgfoz#qfdbqgfg#bpkjp#`lmwfnslqbqjfpelvmgjmd#nfnafq#leGlnjmj`bm#Qfsvaoj`dfmfqbooz#b``fswfgwkf#slppjajojwz#lebqf#bopl#bubjobaofvmgfq#`lmpwqv`wjlmqfpwlqbwjlm#le#wkfwkf#dfmfqbo#svaoj`jp#bonlpw#fmwjqfozsbppfp#wkqlvdk#wkfkbp#affm#pvddfpwfg`lnsvwfq#bmg#ujgflDfqnbmj`#obmdvbdfp#b``lqgjmd#wl#wkf#gjeefqfmw#eqln#wkfpklqwoz#bewfqtbqgpkqfe>!kwwsp9,,ttt-qf`fmw#gfufolsnfmwAlbqg#le#Gjqf`wlqp?gju#`obpp>!pfbq`k\x7F#?b#kqfe>!kwws9,,Jm#sbqwj`vobq/#wkfNvowjsof#ellwmlwfplq#lwkfq#pvapwbm`fwklvpbmgp#le#zfbqpwqbmpobwjlm#le#wkf?,gju= ?,gju=  ?b#kqfe>!jmgf{-skstbp#fpwbaojpkfg#jmnjm-ip!=?,p`qjsw= sbqwj`jsbwf#jm#wkfb#pwqlmd#jmeovfm`fpwzof>!nbqdjm.wls9qfsqfpfmwfg#az#wkfdqbgvbwfg#eqln#wkfWqbgjwjlmbooz/#wkfFofnfmw+!p`qjsw!*8Kltfufq/#pjm`f#wkf,gju= ?,gju= ?gju#ofew8#nbqdjm.ofew9sqlwf`wjlm#bdbjmpw38#ufqwj`bo.bojdm9Vmelqwvmbwfoz/#wkfwzsf>!jnbdf,{.j`lm,gju= ?gju#`obpp>!#`obpp>!`ofbqej{!=?gju#`obpp>!ellwfq\n\n?,gju= \n\n?,gju= wkf#nlwjlm#sj`wvqf<}=f<W<_<\\=l=m<V<T<]=f<W<_<\\=l=m<V<T<H<Y<X<Y=l<\\=j<T<T<Q<Y=m<V<R<W=`<V<R=m<R<R<]=e<Y<Q<T<Y=m<R<R<]=e<Y<Q<T=c<S=l<R<_=l<\\<P<P=g<r=n<S=l<\\<^<T=n=`<]<Y=m<S<W<\\=n<Q<R<P<\\=n<Y=l<T<\\<W=g<S<R<[<^<R<W=c<Y=n<S<R=m<W<Y<X<Q<T<Y=l<\\<[<W<T=k<Q=g=i<S=l<R<X=o<V=j<T<T<S=l<R<_=l<\\<P<P<\\<S<R<W<Q<R=m=n=`=b<Q<\\=i<R<X<T=n=m=c<T<[<]=l<\\<Q<Q<R<Y<Q<\\=m<Y<W<Y<Q<T=c<T<[<P<Y<Q<Y<Q<T=c<V<\\=n<Y<_<R=l<T<T<|<W<Y<V=m<\\<Q<X=l\fHJ\fIa\fHY\fHR\fH\\\fHR\fHB\fId\fHD\fIm\fHi\fH^\fHF\fIa\fH\\\fHJ\fHR\fHD\fHA\fHR\fH\\\fHH\fIl\fHC\fHi\fHD\fIm\fHJ\fIk\fHZ\fHU\fHS\fHD\fIa\fHJ\fIl\fHk\fHn\fHM\fHS\fHC\fHR\fHJ\fHS\fH^\fIa\fH^\fIl\fHi\fHK\fHS\fHy\fHR\fH\\\fHY\fIl\fHM\fHS\fHC\fIg\fHv\fHS\fHs\fIa\fHL\fIk\fHT\fHB\fHR\fHv\fHR\fH\\\fHp\fHn\fHy\fIa\fHZ\fHD\fHJ\fIm\fHD\fHS\fHC\fHR\fHF\fIa\fH\\\fHC\fIg\fH{\fHi\fHD\fIm\fHT\fHR\fH\\\fH}\fHD\fH^\fHR\fHk\fHD\fHF\fHR\fH\\\fIa\fHs\fIl\fHZ\fH\\\fIa\fHH\fIg\fHn\fH^\fIg\fHy\fHT\fHA\fHR\fHG\fHP\fIa\fH^\fId\fHZ\fHZ\fH\\\fIa\fHH\fIk\fHn\fHF\fIa\fH\\\fHJ\fIk\fHZ\fHF\fIa\fH^\fIk\fHC\fH\\\fHy\fIk\fHn\fHJ\fIa\fH\\\fHT\fIa\fHI\fHS\fHH\fHS\fHe\fHH\fIa\fHF\fHR\fHJ\fHe\fHD\fIa\fHU\fIk\fHn\fHv\fHS\fHs\fIa\fHL\fHR\fHC\fHR\fHH\fIa\fH\\\fHR\fHp\fIa\fHC\fHR\fHJ\fHR\fHF\fIm\fH\\\fHR\fHD\fIk\fHp\fIg\fHM\fHP\fIk\fHn\fHi\fHD\fIm\fHY\fHR\fHJ\fHZ\fIa\fH\\\fIk\fHO\fIl\fHZ\fHS\fHy\fIa\fH[\fHR\fHT\fH\\\fHy\fHR\fH\\\fIl\fHT\fHn\fH{\fIa\fH\\\fHU\fHF\fH\\\fHS\fHO\fHR\fHB\fH@\fIa\fH\\\fHR\fHn\fHM\fH@\fHv\fIa\fHv\fIg\fHn\fHe\fHF\fH^\fH@\fIa\fHK\fHB\fHn\fHH\fIa\fH\\\fIl\fHT\fHn\fHF\fH\\\fIa\fHy\fHe\fHB\fIa\fHB\fIl\fHJ\fHB\fHR\fHK\fIa\fHC\fHB\fHT\fHU\fHR\fHC\fHH\fHR\fHZ\fH@\fIa\fHJ\fIg\fHn\fHB\fIl\fHM\fHS\fHC\fHR\fHj\fHd\fHF\fIl\fHc\fH^\fHB\fIg\fH@\fHR\fHk\fH^\fHT\fHn\fHz\fIa\fHC\fHR\fHj\fHF\fH\\\fIk\fHZ\fHD\fHi\fHD\fIm\fH@\fHn\fHK\fH@\fHR\fHp\fHP\fHR\fH\\\fHD\fHY\fIl\fHD\fHH\fHB\fHF\fIa\fH\\\fHB\fIm\fHz\fHF\fIa\fH\\\fHZ\fIa\fHD\fHF\fH\\\fHS\fHY\fHR\fH\\\fHD\fIm\fHy\fHT\fHR\fHD\fHT\fHB\fH\\\fIa\fHI\fHD\fHj\fHC\fIg\fHp\fHS\fHH\fHT\fIg\fHB\fHY\fHR\fH\\4K5h5i4X4K4]5o4K4F4K5h5i5j4F4C5f4K4F4K5h5o5i4D5f5d4F4]4K5h5i4X4K5k4C4K4F4U4C4C4K5h4^5d4K4]4U4C4C4K5h4]4C5d4C4K5h4I4_5h4K5i5f4E4K5h5m5d4F5d4X5d4D4K5h5i4_4K4D5n4K4F4K5h5i4U5h5d5i4K4F4K5h5i4_5h4_5h4K4F4K5h4@4]4K5m5f5o4_4K5h4K4_5h4K5i5f4E4K5h4K4F4Y4K5h4K4Fhfztlqgp!#`lmwfmw>!t0-lqd,2:::,{kwno!=?b#wbqdfw>!\\aobmh!#wf{w,kwno8#`kbqpfw>!#wbqdfw>!\\aobmh!=?wbaof#`foosbggjmd>!bvwl`lnsofwf>!lee!#wf{w.bojdm9#`fmwfq8wl#obpw#ufqpjlm#az#ab`hdqlvmg.`lolq9# !#kqfe>!kwws9,,ttt-,gju=?,gju=?gju#jg>?b#kqfe>! !#`obpp>!!=?jnd#pq`>!kwws9,,`qjsw!#pq`>!kwws9,, ?p`qjsw#obmdvbdf>!,,FM!#!kwws9,,ttt-tfm`lgfVQJ@lnslmfmw+!#kqfe>!ibubp`qjsw9?gju#`obpp>!`lmwfmwgl`vnfmw-tqjwf+$?p`slpjwjlm9#baplovwf8p`qjsw#pq`>!kwws9,,#pwzof>!nbqdjm.wls9-njm-ip!=?,p`qjsw= ?,gju= ?gju#`obpp>!t0-lqd,2:::,{kwno!#  ?,algz= ?,kwno=gjpwjm`wjlm#afwtffm,!#wbqdfw>!\\aobmh!=?ojmh#kqfe>!kwws9,,fm`lgjmd>!vwe.;!<= t-bggFufmwOjpwfmfq<b`wjlm>!kwws9,,ttt-j`lm!#kqfe>!kwws9,,#pwzof>!ab`hdqlvmg9wzsf>!wf{w,`pp!#,= nfwb#sqlsfqwz>!ld9w?jmsvw#wzsf>!wf{w!##pwzof>!wf{w.bojdm9wkf#gfufolsnfmw#le#wzofpkffw!#wzsf>!wfkwno8#`kbqpfw>vwe.;jp#`lmpjgfqfg#wl#afwbaof#tjgwk>!233&!#Jm#bggjwjlm#wl#wkf#`lmwqjavwfg#wl#wkf#gjeefqfm`fp#afwtffmgfufolsnfmw#le#wkf#Jw#jp#jnslqwbmw#wl#?,p`qjsw= ?p`qjsw##pwzof>!elmw.pjyf92=?,psbm=?psbm#jg>daOjaqbqz#le#@lmdqfpp?jnd#pq`>!kwws9,,jnFmdojpk#wqbmpobwjlmB`bgfnz#le#P`jfm`fpgju#pwzof>!gjpsobz9`lmpwqv`wjlm#le#wkf-dfwFofnfmwAzJg+jg*jm#`lmivm`wjlm#tjwkFofnfmw+$p`qjsw$*8#?nfwb#sqlsfqwz>!ld9<}=f<W<_<\\=l=m<V<T #wzsf>!wf{w!#mbnf>!=Sqjub`z#Sloj`z?,b=bgnjmjpwfqfg#az#wkffmbaofPjmdofQfrvfpwpwzof>%rvlw8nbqdjm9?,gju=?,gju=?,gju=?=?jnd#pq`>!kwws9,,j#pwzof>%rvlw8eolbw9qfefqqfg#wl#bp#wkf#wlwbo#slsvobwjlm#lejm#Tbpkjmdwlm/#G-@-#pwzof>!ab`hdqlvmg.bnlmd#lwkfq#wkjmdp/lqdbmjybwjlm#le#wkfsbqwj`jsbwfg#jm#wkfwkf#jmwqlgv`wjlm#lejgfmwjejfg#tjwk#wkfej`wjlmbo#`kbqb`wfq#L{elqg#Vmjufqpjwz#njpvmgfqpwbmgjmd#leWkfqf#bqf/#kltfufq/pwzofpkffw!#kqfe>!,@lovnajb#Vmjufqpjwzf{sbmgfg#wl#jm`ovgfvpvbooz#qfefqqfg#wljmgj`bwjmd#wkbw#wkfkbuf#pvddfpwfg#wkbwbeejojbwfg#tjwk#wkf`lqqfobwjlm#afwtffmmvnafq#le#gjeefqfmw=?,wg=?,wq=?,wbaof=Qfsvaoj`#le#Jqfobmg ?,p`qjsw= ?p`qjsw#vmgfq#wkf#jmeovfm`f`lmwqjavwjlm#wl#wkfLeej`jbo#tfapjwf#lekfbgrvbqwfqp#le#wkf`fmwfqfg#bqlvmg#wkfjnsoj`bwjlmp#le#wkfkbuf#affm#gfufolsfgEfgfqbo#Qfsvaoj`#leaf`bnf#jm`qfbpjmdoz`lmwjmvbwjlm#le#wkfMlwf/#kltfufq/#wkbwpjnjobq#wl#wkbw#le#`bsbajojwjfp#le#wkfb``lqgbm`f#tjwk#wkfsbqwj`jsbmwp#jm#wkfevqwkfq#gfufolsnfmwvmgfq#wkf#gjqf`wjlmjp#lewfm#`lmpjgfqfgkjp#zlvmdfq#aqlwkfq?,wg=?,wq=?,wbaof=?b#kwws.frvju>![.VB.skzpj`bo#sqlsfqwjfple#Aqjwjpk#@lovnajbkbp#affm#`qjwj`jyfg+tjwk#wkf#f{`fswjlmrvfpwjlmp#balvw#wkfsbppjmd#wkqlvdk#wkf3!#`foosbggjmd>!3!#wklvpbmgp#le#sflsofqfgjqf`wp#kfqf-#Elqkbuf#`kjogqfm#vmgfq&0F&0@,p`qjsw&0F!**8?b#kqfe>!kwws9,,ttt-?oj=?b#kqfe>!kwws9,,pjwf\\mbnf!#`lmwfmw>!wf{w.gf`lqbwjlm9mlmfpwzof>!gjpsobz9#mlmf?nfwb#kwws.frvju>![.mft#Gbwf+*-dfwWjnf+*#wzsf>!jnbdf,{.j`lm!?,psbm=?psbm#`obpp>!obmdvbdf>!ibubp`qjswtjmglt-ol`bwjlm-kqfe?b#kqfe>!ibubp`qjsw9..= ?p`qjsw#wzsf>!w?b#kqfe>$kwws9,,ttt-klqw`vw#j`lm!#kqfe>!?,gju= ?gju#`obpp>!?p`qjsw#pq`>!kwws9,,!#qfo>!pwzofpkffw!#w?,gju= ?p`qjsw#wzsf>,b=#?b#kqfe>!kwws9,,#booltWqbmpsbqfm`z>![.VB.@lnsbwjaof!#`lmqfobwjlmpkjs#afwtffm ?,p`qjsw= ?p`qjsw#?,b=?,oj=?,vo=?,gju=bppl`jbwfg#tjwk#wkf#sqldqbnnjmd#obmdvbdf?,b=?b#kqfe>!kwws9,,?,b=?,oj=?oj#`obpp>!elqn#b`wjlm>!kwws9,,?gju#pwzof>!gjpsobz9wzsf>!wf{w!#mbnf>!r!?wbaof#tjgwk>!233&!#ab`hdqlvmg.slpjwjlm9!#alqgfq>!3!#tjgwk>!qfo>!pklqw`vw#j`lm!#k5=?vo=?oj=?b#kqfe>!##?nfwb#kwws.frvju>!`pp!#nfgjb>!p`qffm!#qfpslmpjaof#elq#wkf#!#wzsf>!bssoj`bwjlm,!#pwzof>!ab`hdqlvmg.kwno8#`kbqpfw>vwe.;!#booltwqbmpsbqfm`z>!pwzofpkffw!#wzsf>!wf ?nfwb#kwws.frvju>!=?,psbm=?psbm#`obpp>!3!#`foopsb`jmd>!3!=8 ?,p`qjsw= ?p`qjsw#plnfwjnfp#`boofg#wkfglfp#mlw#mf`fppbqjozElq#nlqf#jmelqnbwjlmbw#wkf#afdjmmjmd#le#?"GL@WZSF#kwno=?kwnosbqwj`vobqoz#jm#wkf#wzsf>!kjggfm!#mbnf>!ibubp`qjsw9uljg+3*8!feef`wjufmfpp#le#wkf#bvwl`lnsofwf>!lee!#dfmfqbooz#`lmpjgfqfg=?jmsvw#wzsf>!wf{w!#!=?,p`qjsw= ?p`qjswwkqlvdklvw#wkf#tlqog`lnnlm#njp`lm`fswjlmbppl`jbwjlm#tjwk#wkf?,gju= ?,gju= ?gju#`gvqjmd#kjp#ojefwjnf/`lqqfpslmgjmd#wl#wkfwzsf>!jnbdf,{.j`lm!#bm#jm`qfbpjmd#mvnafqgjsolnbwj`#qfobwjlmpbqf#lewfm#`lmpjgfqfgnfwb#`kbqpfw>!vwe.;!#?jmsvw#wzsf>!wf{w!#f{bnsofp#jm`ovgf#wkf!=?jnd#pq`>!kwws9,,jsbqwj`jsbwjlm#jm#wkfwkf#fpwbaojpknfmw#le ?,gju= ?gju#`obpp>!%bns8maps8%bns8maps8wl#gfwfqnjmf#tkfwkfqrvjwf#gjeefqfmw#eqlnnbqhfg#wkf#afdjmmjmdgjpwbm`f#afwtffm#wkf`lmwqjavwjlmp#wl#wkf`lmeoj`w#afwtffm#wkftjgfoz#`lmpjgfqfg#wltbp#lmf#le#wkf#ejqpwtjwk#ubqzjmd#gfdqffpkbuf#psf`vobwfg#wkbw+gl`vnfmw-dfwFofnfmwsbqwj`jsbwjmd#jm#wkflqjdjmbooz#gfufolsfgfwb#`kbqpfw>!vwe.;!=#wzsf>!wf{w,`pp!#,= jmwfq`kbmdfbaoz#tjwknlqf#`olpfoz#qfobwfgpl`jbo#bmg#slojwj`bowkbw#tlvog#lwkfqtjpfsfqsfmgj`vobq#wl#wkfpwzof#wzsf>!wf{w,`ppwzsf>!pvanjw!#mbnf>!ebnjojfp#qfpjgjmd#jmgfufolsjmd#`lvmwqjfp`lnsvwfq#sqldqbnnjmdf`lmlnj`#gfufolsnfmwgfwfqnjmbwjlm#le#wkfelq#nlqf#jmelqnbwjlmlm#pfufqbo#l``bpjlmpslqwvdv/Fp#+Fvqlsfv*<O<V=l<\\={<Q=m=`<V<\\=o<V=l<\\={<Q=m=`<V<\\<L<R=m=m<T<U=m<V<R<U<P<\\=n<Y=l<T<\\<W<R<^<T<Q=h<R=l<P<\\=j<T<T=o<S=l<\\<^<W<Y<Q<T=c<Q<Y<R<]=i<R<X<T<P<R<T<Q=h<R=l<P<\\=j<T=c<t<Q=h<R=l<P<\\=j<T=c<L<Y=m<S=o<]<W<T<V<T<V<R<W<T=k<Y=m=n<^<R<T<Q=h<R=l<P<\\=j<T=b=n<Y=l=l<T=n<R=l<T<T<X<R=m=n<\\=n<R=k<Q<R4K5h5i4F5d4K4@4C5d5j4K5h4K4X4F4]4K5o4K4F4K5h4K5n4F4]4K4A4K4Fkwno8#`kbqpfw>VWE.;!#pfwWjnflvw+evm`wjlm+*gjpsobz9jmojmf.aol`h8?jmsvw#wzsf>!pvanjw!#wzsf#>#$wf{w,ibubp`qj?jnd#pq`>!kwws9,,ttt-!#!kwws9,,ttt-t0-lqd,pklqw`vw#j`lm!#kqfe>!!#bvwl`lnsofwf>!lee!#?,b=?,gju=?gju#`obpp>?,b=?,oj= ?oj#`obpp>!`pp!#wzsf>!wf{w,`pp!#?elqn#b`wjlm>!kwws9,,{w,`pp!#kqfe>!kwws9,,ojmh#qfo>!bowfqmbwf!# ?p`qjsw#wzsf>!wf{w,#lm`oj`h>!ibubp`qjsw9+mft#Gbwf*-dfwWjnf+*~kfjdkw>!2!#tjgwk>!2!#Sflsof$p#Qfsvaoj`#le##?b#kqfe>!kwws9,,ttt-wf{w.gf`lqbwjlm9vmgfqwkf#afdjmmjmd#le#wkf#?,gju= ?,gju= ?,gju= fpwbaojpknfmw#le#wkf#?,gju=?,gju=?,gju=?,g ujftslqwxnjm.kfjdkw9 ?p`qjsw#pq`>!kwws9,,lswjlm=?lswjlm#ubovf>lewfm#qfefqqfg#wl#bp#,lswjlm= ?lswjlm#ubov?"GL@WZSF#kwno= ?"..XJmwfqmbwjlmbo#Bjqslqw= ?b#kqfe>!kwws9,,ttt?,b=?b#kqfe>!kwws9,,t\fTL\fT^\fTE\fT^\fUh\fT{\fTN\roI\ro|\roL\ro{\roO\rov\rot\nAOGx\bTA\nzk#+\vUmGx*\fHD\fHS\fH\\\fIa\fHJ\fIk\fHZ\fHM\fHR\fHe\fHD\fH^\fIg\fHM\fHy\fIa\fH[\fIk\fHH\fIa\fH\\\fHp\fHR\fHD\fHy\fHR\fH\\\fIl\fHT\fHn\fH@\fHn\fHK\fHS\fHH\fHT\fIa\fHI\fHR\fHF\fHD\fHR\fHT\fIa\fHY\fIl\fHy\fHR\fH\\\fHT\fHn\fHT\fIa\fHy\fH\\\fHO\fHT\fHR\fHB\fH{\fIa\fH\\\fIl\fHv\fHS\fHs\fIa\fHL\fIg\fHn\fHY\fHS\fHp\fIa\fHr\fHR\fHD\fHi\fHB\fIk\fH\\\fHS\fHy\fHR\fHY\fHS\fHA\fHS\fHD\fIa\fHD\fH{\fHR\fHM\fHS\fHC\fHR\fHm\fHy\fIa\fHC\fIg\fHn\fHy\fHS\fHT\fIm\fH\\\fHy\fIa\fH[\fHR\fHF\fHU\fIm\fHm\fHv\fHH\fIl\fHF\fIa\fH\\\fH@\fHn\fHK\fHD\fHs\fHS\fHF\fIa\fHF\fHO\fIl\fHy\fIa\fH\\\fHS\fHy\fIk\fHs\fHF\fIa\fH\\\fHR\fH\\\fHn\fHA\fHF\fIa\fH\\\fHR\fHF\fIa\fHH\fHB\fHR\fH^\fHS\fHy\fIg\fHn\fH\\\fHG\fHP\fIa\fHH\fHR\fH\\\fHD\fHS\fH\\\fIa\fHB\fHR\fHO\fH^\fHS\fHB\fHS\fHs\fIk\fHMgfp`qjswjlm!#`lmwfmw>!gl`vnfmw-ol`bwjlm-sqlw-dfwFofnfmwpAzWbdMbnf+?"GL@WZSF#kwno= ?kwno#?nfwb#`kbqpfw>!vwe.;!=9vqo!#`lmwfmw>!kwws9,,-`pp!#qfo>!pwzofpkffw!pwzof#wzsf>!wf{w,`pp!=wzsf>!wf{w,`pp!#kqfe>!t0-lqd,2:::,{kwno!#{nowzsf>!wf{w,ibubp`qjsw!#nfwklg>!dfw!#b`wjlm>!ojmh#qfo>!pwzofpkffw!##>#gl`vnfmw-dfwFofnfmwwzsf>!jnbdf,{.j`lm!#,=`foosbggjmd>!3!#`foops-`pp!#wzsf>!wf{w,`pp!#?,b=?,oj=?oj=?b#kqfe>!!#tjgwk>!2!#kfjdkw>!2!!=?b#kqfe>!kwws9,,ttt-pwzof>!gjpsobz9mlmf8!=bowfqmbwf!#wzsf>!bssoj.,,T0@,,GWG#[KWNO#2-3#foopsb`jmd>!3!#`foosbg#wzsf>!kjggfm!#ubovf>!,b=%maps8?psbm#qlof>!p ?jmsvw#wzsf>!kjggfm!#obmdvbdf>!IbubP`qjsw!##gl`vnfmw-dfwFofnfmwpAd>!3!#`foopsb`jmd>!3!#zsf>!wf{w,`pp!#nfgjb>!wzsf>$wf{w,ibubp`qjsw$tjwk#wkf#f{`fswjlm#le#zsf>!wf{w,`pp!#qfo>!pw#kfjdkw>!2!#tjgwk>!2!#>$(fm`lgfVQJ@lnslmfmw+?ojmh#qfo>!bowfqmbwf!# algz/#wq/#jmsvw/#wf{wnfwb#mbnf>!qlalwp!#`lmnfwklg>!slpw!#b`wjlm>!= ?b#kqfe>!kwws9,,ttt-`pp!#qfo>!pwzofpkffw!#?,gju=?,gju=?gju#`obppobmdvbdf>!ibubp`qjsw!=bqjb.kjggfm>!wqvf!=.[?qjsw!#wzsf>!wf{w,ibubpo>38~*+*8 +evm`wjlm+*xab`hdqlvmg.jnbdf9#vqo+,b=?,oj=?oj=?b#kqfe>!k\n\n?oj=?b#kqfe>!kwws9,,bwlq!#bqjb.kjggfm>!wqv=#?b#kqfe>!kwws9,,ttt-obmdvbdf>!ibubp`qjsw!#,lswjlm= ?lswjlm#ubovf,gju=?,gju=?gju#`obpp>qbwlq!#bqjb.kjggfm>!wqf>+mft#Gbwf*-dfwWjnf+*slqwvdv/Fp#+gl#Aqbpjo*<R=l<_<\\<Q<T<[<\\=j<T<T<^<R<[<P<R<Z<Q<R=m=n=`<R<]=l<\\<[<R<^<\\<Q<T=c=l<Y<_<T=m=n=l<\\=j<T<T<^<R<[<P<R<Z<Q<R=m=n<T<R<]=c<[<\\=n<Y<W=`<Q<\\?"GL@WZSF#kwno#SVAOJ@#!mw.Wzsf!#`lmwfmw>!wf{w,?nfwb#kwws.frvju>!@lmwfqbmpjwjlmbo,,FM!#!kwws9?kwno#{nomp>!kwws9,,ttt.,,T0@,,GWG#[KWNO#2-3#WGWG,{kwno2.wqbmpjwjlmbo,,ttt-t0-lqd,WQ,{kwno2,sf#>#$wf{w,ibubp`qjsw$8?nfwb#mbnf>!gfp`qjswjlmsbqfmwMlgf-jmpfqwAfelqf?jmsvw#wzsf>!kjggfm!#mbip!#wzsf>!wf{w,ibubp`qj+gl`vnfmw*-qfbgz+evm`wjp`qjsw#wzsf>!wf{w,ibubpjnbdf!#`lmwfmw>!kwws9,,VB.@lnsbwjaof!#`lmwfmw>wno8#`kbqpfw>vwe.;!#,= ojmh#qfo>!pklqw`vw#j`lm?ojmh#qfo>!pwzofpkffw!#?,p`qjsw= ?p`qjsw#wzsf>>#gl`vnfmw-`qfbwfFofnfm?b#wbqdfw>!\\aobmh!#kqfe>#gl`vnfmw-dfwFofnfmwpAjmsvw#wzsf>!wf{w!#mbnf>b-wzsf#>#$wf{w,ibubp`qjmsvw#wzsf>!kjggfm!#mbnfkwno8#`kbqpfw>vwe.;!#,=gwg!= ?kwno#{nomp>!kwws.,,T0@,,GWG#KWNO#7-32#WfmwpAzWbdMbnf+$p`qjsw$*jmsvw#wzsf>!kjggfm!#mbn?p`qjsw#wzsf>!wf{w,ibubp!#pwzof>!gjpsobz9mlmf8!=gl`vnfmw-dfwFofnfmwAzJg+>gl`vnfmw-`qfbwfFofnfmw+$#wzsf>$wf{w,ibubp`qjsw$jmsvw#wzsf>!wf{w!#mbnf>!g-dfwFofnfmwpAzWbdMbnf+pmj`bo!#kqfe>!kwws9,,ttt-@,,GWG#KWNO#7-32#Wqbmpjw?pwzof#wzsf>!wf{w,`pp!= ?pwzof#wzsf>!wf{w,`pp!=jlmbo-gwg!= ?kwno#{nomp>kwws.frvju>!@lmwfmw.Wzsfgjmd>!3!#`foopsb`jmd>!3!kwno8#`kbqpfw>vwe.;!#,= #pwzof>!gjpsobz9mlmf8!=??oj=?b#kqfe>!kwws9,,ttt-#wzsf>$wf{w,ibubp`qjsw$=<X<Y=c=n<Y<W=`<Q<R=m=n<T=m<R<R=n<^<Y=n=m=n<^<T<T<S=l<R<T<[<^<R<X=m=n<^<\\<]<Y<[<R<S<\\=m<Q<R=m=n<T\fHF\fIm\fHT\fIa\fHH\fHS\fHy\fHR\fHy\fHR\fHn\fH{\fIa\fH\\\fIk\fHT\fHe\fHD\fIa\fHU\fIg\fHn\fHD\fIk\fHY\fHS\fHK\fHR\fHD\fHT\fHA\fHR\fHG\fHS\fHy\fIa\fHT\fHS\fHn\fH{\fHT\fIm\fH\\\fHy\fIa\fH[\fHS\fHH\fHy\fIe\fHF\fIl\fH\\\fHR\fHk\fHs\fHY\fHS\fHp\fIa\fHr\fHR\fHF\fHD\fHy\fHR\fH\\\fIa\fH\\\fHY\fHR\fHd\fHT\fHy\fIa\fH\\\fHS\fHC\fHH\fHR',"\u06F7%\u018C'T%\x85'W%\xD7%O%g%\xA6&\u0193%\u01E5&>&*&'&^&\x88\u0178\u0C3E&\u01AD&\u0192&)&^&%&'&\x82&P&1&\xB1&3&]&m&u&E&t&C&\xCF&V&V&/&>&6&\u0F76\u177Co&p&@&E&M&P&x&@&F&e&\xCC&7&:&(&D&0&C&)&.&F&-&1&(&L&F&1\u025E*\u03EA\u21F3&\u1372&K&;&)&E&H&P&0&?&9&V&\x81&-&v&a&,&E&)&?&=&'&'&B&\u0D2E&\u0503&\u0316*&*8&%&%&&&%,)&\x9A&>&\x86&7&]&F&2&>&J&6&n&2&%&?&\x8E&2&6&J&g&-&0&,&*&J&*&O&)&6&(&<&B&N&.&P&@&2&.&W&M&%\u053C\x84(,(<&,&\u03DA&\u18C7&-&,(%&(&%&(\u013B0&X&D&\x81&j&'&J&(&.&B&3&Z&R&h&3&E&E&<\xC6-\u0360\u1EF3&%8?&@&,&Z&@&0&J&,&^&x&_&6&C&6&C\u072C\u2A25&f&-&-&-&-&,&J&2&8&z&8&C&Y&8&-&d&\u1E78\xCC-&7&1&F&7&t&W&7&I&.&.&^&=\u0F9C\u19D3&8(>&/&/&\u077B')'\u1065')'%@/&0&%\u043E\u09C0*&*@&C\u053D\u05D4\u0274\u05EB4\u0DD7\u071A\u04D16\u0D84&/\u0178\u0303Z&*%\u0246\u03FF&\u0134&1\xA8\u04B4\u0174",I,"AAAAKKLLKKKKKJJIHHIHHGGFF"),O_(a),T_(x_(a),I)}function tf(a,I){return a<=I?a:I}function I_(a,I,k,S,E){a.set(k.slice(S,E),I)}function Qw(a,I,k,S){if(a==null)return-1;let E=tf(a.offset+S,a.data.length),G=E-a.offset;return I.set(a.data.subarray(a.offset,E),k),a.offset+=G,G}function S_(a){return 0}function x_(a){return a}function E_(a){return 1}function A_(a){return 1}function O_(a){}function N_(a){let I=a.length,k=new Int8Array(I);for(let S=0;S<I;++S)k[S]=a.charCodeAt(S);return k}function H_(a,I){let k=new jt;if(Y(k,new t(a)),I){let se=I.customDictionary;se&&R(k,se)}let S=0,E=[];for(;;){let se=new Int8Array(16384);if(E.push(se),k.output=se,k.outputOffset=0,k.outputLength=16384,k.outputUsed=0,it(k),S+=k.outputUsed,k.outputUsed<16384)break}re(k);let G=new Int8Array(S),Z=0;for(let se=0;se<E.length;++se){let we=E[se],ue=tf(S,Z+16384)-Z;ue<16384?G.set(we.subarray(0,ue),Z):G.set(we,Z),Z+=ue}return G}return H_},mg=_T();var rl=Te(sm());var dg={brotli:{mode:0,quality:8,lgwin:22}},eo,tp=class extends Zr{constructor(e){super(e);this.name="brotli";this.extensions=["br"];this.contentEncodings=["br"];this.isSupported=!0;this.options=e}async preload(){eo=eo||this.options?.modules?.brotli,eo||console.warn(`${this.name} library not installed`)}async compress(e){if(!Rn&&this.options.brotli?.useZlib){let r=await vi(rl.default.brotliCompress)(e);return Jr(r)}return this.compressSync(e)}compressSync(e){if(!Rn&&this.options.brotli?.useZlib){let f=rl.default.brotliCompressSync(e);return Jr(f)}let r={...dg.brotli,...this.options?.brotli},n=new Uint8Array(e);if(!eo)throw new Error("brotli compression: brotli module not installed");return eo.compress(n,r).buffer}async decompress(e){if(!Rn&&this.options.brotli?.useZlib){let r=await vi(rl.default.brotliDecompress)(e);return Jr(r)}return this.decompressSync(e)}decompressSync(e){if(!Rn&&this.options.brotli?.useZlib){let f=rl.default.brotliDecompressSync(e);return Jr(f)}let r={...dg.brotli,...this.options?.brotli},n=new Uint8Array(e);return eo?eo.decompress(n,r).buffer:mg(n,void 0).buffer}};var ip=Te(Tg()),fp=class extends Zr{constructor(e){super(e);this.name="snappy";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e||{}}compressSync(e){return(0,ip.compress)(e)}decompressSync(e){return(0,ip.uncompress)(e)}};var DT=407708164,fl,ol=class extends Zr{constructor(e){super(e);this.name="lz4";this.extensions=["lz4"];this.contentEncodings=["x-lz4"];this.isSupported=!0;if(this.options=e,fl=fl||this.options?.modules?.lz4js,!fl)throw new Error(this.name)}compressSync(e){let r=new Uint8Array(e);return fl.compress(r).buffer}decompressSync(e,r){try{let n=this.checkMagicNumber(e),i=new Uint8Array(e);if(n)return fl.decompress(i,r).buffer;if(!r){let s=new Error("Need to provide maxSize");throw this.improveError(s)}let f=new Uint8Array(r),o=this.decodeBlock(i,f);return f=f.slice(0,o),Jr(f)}catch(n){throw this.improveError(n)}}decodeBlock(e,r,n,i){n=n||0,i=i||e.length-n;let f=0;for(let o=n;o<i;){let s=e[o++],l=s>>4;if(l>0){let T=l+240;for(;T===255;)T=e[o++],l+=T;let y=o+l;for(;o<y;)r[f++]=e[o++];if(o===i)return f}let p=e[o++]|e[o++]<<8;if(p===0||p>f)return-(o-2);let u=s&15,b=u+240;for(;b===255;)b=e[o++],u+=b;let c=f-p,h=f+u+4;for(;f<h;)r[f++]=r[c++]}return f}checkMagicNumber(e){return new Uint32Array(e.slice(0,4))[0]===DT}};var op,sp,lp=class extends Zr{constructor(e){super(e);this.name="zstd";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e,op=this.options?.modules?.["zstd-codec"],op||console.warn(`${this.name} library not installed`)}async preload(){!sp&&op&&(sp=await new Promise(e=>op.run(r=>e(r))))}compressSync(e){let r=new sp.Simple,n=new Uint8Array(e);return r.compress(n).buffer}decompressSync(e){let r=new sp.Simple,n=new Uint8Array(e);return r.decompress(n).buffer}};var Mg=Te(Pg());function GT(t){return Buffer.from(t)}function JT(t){return Buffer.isBuffer(t)?new Uint8Array(t.buffer,t.byteOffset,t.length).slice().buffer:t}var wp={lz4js:Mg.default},_m={UNCOMPRESSED:new za,GZIP:new ep,SNAPPY:new fp,BROTLI:new tp({modules:wp}),LZ4:new ol({modules:wp}),LZ4_RAW:new ol({modules:wp}),ZSTD:new lp({modules:wp})};async function hp(t,e,r){let n=_m[t];if(!n)throw new Error(`parquet: invalid compression method: ${t}`);let i=JT(e),f=await n.decompress(i,r);return GT(f)}var bp=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function At(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function qt(t,e){return e={exports:{}},t(e,e.exports),e.exports}var ZT=eB,XT=rB,QT=fB,ii=[],vn=[],$T=typeof Uint8Array!="undefined"?Uint8Array:Array,qm="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(no=0,Ug=qm.length;no<Ug;++no)ii[no]=qm[no],vn[qm.charCodeAt(no)]=no;var no,Ug;vn["-".charCodeAt(0)]=62;vn["_".charCodeAt(0)]=63;function Lg(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function eB(t){var e=Lg(t),r=e[0],n=e[1];return(r+n)*3/4-n}function tB(t,e,r){return(e+r)*3/4-r}function rB(t){var e,r=Lg(t),n=r[0],i=r[1],f=new $T(tB(t,n,i)),o=0,s=i>0?n-4:n,l;for(l=0;l<s;l+=4)e=vn[t.charCodeAt(l)]<<18|vn[t.charCodeAt(l+1)]<<12|vn[t.charCodeAt(l+2)]<<6|vn[t.charCodeAt(l+3)],f[o++]=e>>16&255,f[o++]=e>>8&255,f[o++]=e&255;return i===2&&(e=vn[t.charCodeAt(l)]<<2|vn[t.charCodeAt(l+1)]>>4,f[o++]=e&255),i===1&&(e=vn[t.charCodeAt(l)]<<10|vn[t.charCodeAt(l+1)]<<4|vn[t.charCodeAt(l+2)]>>2,f[o++]=e>>8&255,f[o++]=e&255),f}function nB(t){return ii[t>>18&63]+ii[t>>12&63]+ii[t>>6&63]+ii[t&63]}function iB(t,e,r){for(var n,i=[],f=e;f<r;f+=3)n=(t[f]<<16&16711680)+(t[f+1]<<8&65280)+(t[f+2]&255),i.push(nB(n));return i.join("")}function fB(t){for(var e,r=t.length,n=r%3,i=[],f=16383,o=0,s=r-n;o<s;o+=f)i.push(iB(t,o,o+f>s?s:o+f));return n===1?(e=t[r-1],i.push(ii[e>>2]+ii[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(ii[e>>10]+ii[e>>4&63]+ii[e<<2&63]+"=")),i.join("")}var km={byteLength:ZT,toByteArray:XT,fromByteArray:QT},oB=function(e,r,n,i,f){var o,s,l=f*8-i-1,p=(1<<l)-1,u=p>>1,b=-7,c=n?f-1:0,h=n?-1:1,T=e[r+c];for(c+=h,o=T&(1<<-b)-1,T>>=-b,b+=l;b>0;o=o*256+e[r+c],c+=h,b-=8);for(s=o&(1<<-b)-1,o>>=-b,b+=i;b>0;s=s*256+e[r+c],c+=h,b-=8);if(o===0)o=1-u;else{if(o===p)return s?NaN:(T?-1:1)*(1/0);s=s+Math.pow(2,i),o=o-u}return(T?-1:1)*s*Math.pow(2,o-i)},sB=function(e,r,n,i,f,o){var s,l,p,u=o*8-f-1,b=(1<<u)-1,c=b>>1,h=f===23?Math.pow(2,-24)-Math.pow(2,-77):0,T=i?0:o-1,y=i?1:-1,N=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(l=isNaN(r)?1:0,s=b):(s=Math.floor(Math.log(r)/Math.LN2),r*(p=Math.pow(2,-s))<1&&(s--,p*=2),s+c>=1?r+=h/p:r+=h*Math.pow(2,1-c),r*p>=2&&(s++,p/=2),s+c>=b?(l=0,s=b):s+c>=1?(l=(r*p-1)*Math.pow(2,f),s=s+c):(l=r*Math.pow(2,c-1)*Math.pow(2,f),s=0));f>=8;e[n+T]=l&255,T+=y,l/=256,f-=8);for(s=s<<f|l,u+=f;u>0;e[n+T]=s&255,T+=y,s/=256,u-=8);e[n+T-y]|=N*128},Fo={read:oB,write:sB},le=qt(function(t,e){var r=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=o,e.SlowBuffer=N,e.INSPECT_MAX_BYTES=50;var n=2147483647;e.kMaxLength=n,o.TYPED_ARRAY_SUPPORT=i(),!o.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function i(){try{var v=new Uint8Array(1),m={foo:function(){return 42}};return Object.setPrototypeOf(m,Uint8Array.prototype),Object.setPrototypeOf(v,m),v.foo()===42}catch{return!1}}Object.defineProperty(o.prototype,"parent",{enumerable:!0,get:function(){if(!!o.isBuffer(this))return this.buffer}}),Object.defineProperty(o.prototype,"offset",{enumerable:!0,get:function(){if(!!o.isBuffer(this))return this.byteOffset}});function f(v){if(v>n)throw new RangeError('The value "'+v+'" is invalid for option "size"');var m=new Uint8Array(v);return Object.setPrototypeOf(m,o.prototype),m}function o(v,m,d){if(typeof v=="number"){if(typeof m=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return u(v)}return s(v,m,d)}o.poolSize=8192;function s(v,m,d){if(typeof v=="string")return b(v,m);if(ArrayBuffer.isView(v))return c(v);if(v==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(v));if(xe(v,ArrayBuffer)||v&&xe(v.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(xe(v,SharedArrayBuffer)||v&&xe(v.buffer,SharedArrayBuffer)))return h(v,m,d);if(typeof v=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var q=v.valueOf&&v.valueOf();if(q!=null&&q!==v)return o.from(q,m,d);var z=T(v);if(z)return z;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof v[Symbol.toPrimitive]=="function")return o.from(v[Symbol.toPrimitive]("string"),m,d);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(v))}o.from=function(v,m,d){return s(v,m,d)},Object.setPrototypeOf(o.prototype,Uint8Array.prototype),Object.setPrototypeOf(o,Uint8Array);function l(v){if(typeof v!="number")throw new TypeError('"size" argument must be of type number');if(v<0)throw new RangeError('The value "'+v+'" is invalid for option "size"')}function p(v,m,d){return l(v),v<=0?f(v):m!==void 0?typeof d=="string"?f(v).fill(m,d):f(v).fill(m):f(v)}o.alloc=function(v,m,d){return p(v,m,d)};function u(v){return l(v),f(v<0?0:y(v)|0)}o.allocUnsafe=function(v){return u(v)},o.allocUnsafeSlow=function(v){return u(v)};function b(v,m){if((typeof m!="string"||m==="")&&(m="utf8"),!o.isEncoding(m))throw new TypeError("Unknown encoding: "+m);var d=P(v,m)|0,q=f(d),z=q.write(v,m);return z!==d&&(q=q.slice(0,z)),q}function c(v){for(var m=v.length<0?0:y(v.length)|0,d=f(m),q=0;q<m;q+=1)d[q]=v[q]&255;return d}function h(v,m,d){if(m<0||v.byteLength<m)throw new RangeError('"offset" is outside of buffer bounds');if(v.byteLength<m+(d||0))throw new RangeError('"length" is outside of buffer bounds');var q;return m===void 0&&d===void 0?q=new Uint8Array(v):d===void 0?q=new Uint8Array(v,m):q=new Uint8Array(v,m,d),Object.setPrototypeOf(q,o.prototype),q}function T(v){if(o.isBuffer(v)){var m=y(v.length)|0,d=f(m);return d.length===0||v.copy(d,0,0,m),d}if(v.length!==void 0)return typeof v.length!="number"||xt(v.length)?f(0):c(v);if(v.type==="Buffer"&&Array.isArray(v.data))return c(v.data)}function y(v){if(v>=n)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+n.toString(16)+" bytes");return v|0}function N(v){return+v!=v&&(v=0),o.alloc(+v)}o.isBuffer=function(m){return m!=null&&m._isBuffer===!0&&m!==o.prototype},o.compare=function(m,d){if(xe(m,Uint8Array)&&(m=o.from(m,m.offset,m.byteLength)),xe(d,Uint8Array)&&(d=o.from(d,d.offset,d.byteLength)),!o.isBuffer(m)||!o.isBuffer(d))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(m===d)return 0;for(var q=m.length,z=d.length,$=0,ee=Math.min(q,z);$<ee;++$)if(m[$]!==d[$]){q=m[$],z=d[$];break}return q<z?-1:z<q?1:0},o.isEncoding=function(m){switch(String(m).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},o.concat=function(m,d){if(!Array.isArray(m))throw new TypeError('"list" argument must be an Array of Buffers');if(m.length===0)return o.alloc(0);var q;if(d===void 0)for(d=0,q=0;q<m.length;++q)d+=m[q].length;var z=o.allocUnsafe(d),$=0;for(q=0;q<m.length;++q){var ee=m[q];if(xe(ee,Uint8Array)&&(ee=o.from(ee)),!o.isBuffer(ee))throw new TypeError('"list" argument must be an Array of Buffers');ee.copy(z,$),$+=ee.length}return z};function P(v,m){if(o.isBuffer(v))return v.length;if(ArrayBuffer.isView(v)||xe(v,ArrayBuffer))return v.byteLength;if(typeof v!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+babelHelpers.typeof(v));var d=v.length,q=arguments.length>2&&arguments[2]===!0;if(!q&&d===0)return 0;for(var z=!1;;)switch(m){case"ascii":case"latin1":case"binary":return d;case"utf8":case"utf-8":return ae(v).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return d*2;case"hex":return d>>>1;case"base64":return $i(v).length;default:if(z)return q?-1:ae(v).length;m=(""+m).toLowerCase(),z=!0}}o.byteLength=P;function R(v,m,d){var q=!1;if((m===void 0||m<0)&&(m=0),m>this.length||((d===void 0||d>this.length)&&(d=this.length),d<=0)||(d>>>=0,m>>>=0,d<=m))return"";for(v||(v="utf8");;)switch(v){case"hex":return x(this,m,d);case"utf8":case"utf-8":return w(this,m,d);case"ascii":return M(this,m,d);case"latin1":case"binary":return Q(this,m,d);case"base64":return A(this,m,d);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Se(this,m,d);default:if(q)throw new TypeError("Unknown encoding: "+v);v=(v+"").toLowerCase(),q=!0}}o.prototype._isBuffer=!0;function Y(v,m,d){var q=v[m];v[m]=v[d],v[d]=q}o.prototype.swap16=function(){var m=this.length;if(m%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var d=0;d<m;d+=2)Y(this,d,d+1);return this},o.prototype.swap32=function(){var m=this.length;if(m%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var d=0;d<m;d+=4)Y(this,d,d+3),Y(this,d+1,d+2);return this},o.prototype.swap64=function(){var m=this.length;if(m%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var d=0;d<m;d+=8)Y(this,d,d+7),Y(this,d+1,d+6),Y(this,d+2,d+5),Y(this,d+3,d+4);return this},o.prototype.toString=function(){var m=this.length;return m===0?"":arguments.length===0?w(this,0,m):R.apply(this,arguments)},o.prototype.toLocaleString=o.prototype.toString,o.prototype.equals=function(m){if(!o.isBuffer(m))throw new TypeError("Argument must be a Buffer");return this===m?!0:o.compare(this,m)===0},o.prototype.inspect=function(){var m="",d=e.INSPECT_MAX_BYTES;return m=this.toString("hex",0,d).replace(/(.{2})/g,"$1 ").trim(),this.length>d&&(m+=" ... "),"<Buffer "+m+">"},r&&(o.prototype[r]=o.prototype.inspect),o.prototype.compare=function(m,d,q,z,$){if(xe(m,Uint8Array)&&(m=o.from(m,m.offset,m.byteLength)),!o.isBuffer(m))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+babelHelpers.typeof(m));if(d===void 0&&(d=0),q===void 0&&(q=m?m.length:0),z===void 0&&(z=0),$===void 0&&($=this.length),d<0||q>m.length||z<0||$>this.length)throw new RangeError("out of range index");if(z>=$&&d>=q)return 0;if(z>=$)return-1;if(d>=q)return 1;if(d>>>=0,q>>>=0,z>>>=0,$>>>=0,this===m)return 0;for(var ee=$-z,Ye=q-d,Re=Math.min(ee,Ye),mt=this.slice(z,$),tr=m.slice(d,q),ce=0;ce<Re;++ce)if(mt[ce]!==tr[ce]){ee=mt[ce],Ye=tr[ce];break}return ee<Ye?-1:Ye<ee?1:0};function re(v,m,d,q,z){if(v.length===0)return-1;if(typeof d=="string"?(q=d,d=0):d>2147483647?d=2147483647:d<-2147483648&&(d=-2147483648),d=+d,xt(d)&&(d=z?0:v.length-1),d<0&&(d=v.length+d),d>=v.length){if(z)return-1;d=v.length-1}else if(d<0)if(z)d=0;else return-1;if(typeof m=="string"&&(m=o.from(m,q)),o.isBuffer(m))return m.length===0?-1:W(v,m,d,q,z);if(typeof m=="number")return m=m&255,typeof Uint8Array.prototype.indexOf=="function"?z?Uint8Array.prototype.indexOf.call(v,m,d):Uint8Array.prototype.lastIndexOf.call(v,m,d):W(v,[m],d,q,z);throw new TypeError("val must be string, number or Buffer")}function W(v,m,d,q,z){var $=1,ee=v.length,Ye=m.length;if(q!==void 0&&(q=String(q).toLowerCase(),q==="ucs2"||q==="ucs-2"||q==="utf16le"||q==="utf-16le")){if(v.length<2||m.length<2)return-1;$=2,ee/=2,Ye/=2,d/=2}function Re(_,B){return $===1?_[B]:_.readUInt16BE(B*$)}var mt;if(z){var tr=-1;for(mt=d;mt<ee;mt++)if(Re(v,mt)===Re(m,tr===-1?0:mt-tr)){if(tr===-1&&(tr=mt),mt-tr+1===Ye)return tr*$}else tr!==-1&&(mt-=mt-tr),tr=-1}else for(d+Ye>ee&&(d=ee-Ye),mt=d;mt>=0;mt--){for(var ce=!0,Hn=0;Hn<Ye;Hn++)if(Re(v,mt+Hn)!==Re(m,Hn)){ce=!1;break}if(ce)return mt}return-1}o.prototype.includes=function(m,d,q){return this.indexOf(m,d,q)!==-1},o.prototype.indexOf=function(m,d,q){return re(this,m,d,q,!0)},o.prototype.lastIndexOf=function(m,d,q){return re(this,m,d,q,!1)};function O(v,m,d,q){d=Number(d)||0;var z=v.length-d;q?(q=Number(q),q>z&&(q=z)):q=z;var $=m.length;q>$/2&&(q=$/2);for(var ee=0;ee<q;++ee){var Ye=parseInt(m.substr(ee*2,2),16);if(xt(Ye))return ee;v[d+ee]=Ye}return ee}function te(v,m,d,q){return bt(ae(m,v.length-d),v,d,q)}function L(v,m,d,q){return bt(St(m),v,d,q)}function ne(v,m,d,q){return L(v,m,d,q)}function j(v,m,d,q){return bt($i(m),v,d,q)}function g(v,m,d,q){return bt(Qi(m,v.length-d),v,d,q)}o.prototype.write=function(m,d,q,z){if(d===void 0)z="utf8",q=this.length,d=0;else if(q===void 0&&typeof d=="string")z=d,q=this.length,d=0;else if(isFinite(d))d=d>>>0,isFinite(q)?(q=q>>>0,z===void 0&&(z="utf8")):(z=q,q=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var $=this.length-d;if((q===void 0||q>$)&&(q=$),m.length>0&&(q<0||d<0)||d>this.length)throw new RangeError("Attempt to write outside buffer bounds");z||(z="utf8");for(var ee=!1;;)switch(z){case"hex":return O(this,m,d,q);case"utf8":case"utf-8":return te(this,m,d,q);case"ascii":return L(this,m,d,q);case"latin1":case"binary":return ne(this,m,d,q);case"base64":return j(this,m,d,q);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return g(this,m,d,q);default:if(ee)throw new TypeError("Unknown encoding: "+z);z=(""+z).toLowerCase(),ee=!0}},o.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function A(v,m,d){return m===0&&d===v.length?km.fromByteArray(v):km.fromByteArray(v.slice(m,d))}function w(v,m,d){d=Math.min(v.length,d);for(var q=[],z=m;z<d;){var $=v[z],ee=null,Ye=$>239?4:$>223?3:$>191?2:1;if(z+Ye<=d){var Re,mt,tr,ce;switch(Ye){case 1:$<128&&(ee=$);break;case 2:Re=v[z+1],(Re&192)==128&&(ce=($&31)<<6|Re&63,ce>127&&(ee=ce));break;case 3:Re=v[z+1],mt=v[z+2],(Re&192)==128&&(mt&192)==128&&(ce=($&15)<<12|(Re&63)<<6|mt&63,ce>2047&&(ce<55296||ce>57343)&&(ee=ce));break;case 4:Re=v[z+1],mt=v[z+2],tr=v[z+3],(Re&192)==128&&(mt&192)==128&&(tr&192)==128&&(ce=($&15)<<18|(Re&63)<<12|(mt&63)<<6|tr&63,ce>65535&&ce<1114112&&(ee=ce))}}ee===null?(ee=65533,Ye=1):ee>65535&&(ee-=65536,q.push(ee>>>10&1023|55296),ee=56320|ee&1023),q.push(ee),z+=Ye}return C(q)}var F=4096;function C(v){var m=v.length;if(m<=F)return String.fromCharCode.apply(String,v);for(var d="",q=0;q<m;)d+=String.fromCharCode.apply(String,v.slice(q,q+=F));return d}function M(v,m,d){var q="";d=Math.min(v.length,d);for(var z=m;z<d;++z)q+=String.fromCharCode(v[z]&127);return q}function Q(v,m,d){var q="";d=Math.min(v.length,d);for(var z=m;z<d;++z)q+=String.fromCharCode(v[z]);return q}function x(v,m,d){var q=v.length;(!m||m<0)&&(m=0),(!d||d<0||d>q)&&(d=q);for(var z="",$=m;$<d;++$)z+=it[v[$]];return z}function Se(v,m,d){for(var q=v.slice(m,d),z="",$=0;$<q.length;$+=2)z+=String.fromCharCode(q[$]+q[$+1]*256);return z}o.prototype.slice=function(m,d){var q=this.length;m=~~m,d=d===void 0?q:~~d,m<0?(m+=q,m<0&&(m=0)):m>q&&(m=q),d<0?(d+=q,d<0&&(d=0)):d>q&&(d=q),d<m&&(d=m);var z=this.subarray(m,d);return Object.setPrototypeOf(z,o.prototype),z};function ie(v,m,d){if(v%1!=0||v<0)throw new RangeError("offset is not uint");if(v+m>d)throw new RangeError("Trying to access beyond buffer length")}o.prototype.readUIntLE=function(m,d,q){m=m>>>0,d=d>>>0,q||ie(m,d,this.length);for(var z=this[m],$=1,ee=0;++ee<d&&($*=256);)z+=this[m+ee]*$;return z},o.prototype.readUIntBE=function(m,d,q){m=m>>>0,d=d>>>0,q||ie(m,d,this.length);for(var z=this[m+--d],$=1;d>0&&($*=256);)z+=this[m+--d]*$;return z},o.prototype.readUInt8=function(m,d){return m=m>>>0,d||ie(m,1,this.length),this[m]},o.prototype.readUInt16LE=function(m,d){return m=m>>>0,d||ie(m,2,this.length),this[m]|this[m+1]<<8},o.prototype.readUInt16BE=function(m,d){return m=m>>>0,d||ie(m,2,this.length),this[m]<<8|this[m+1]},o.prototype.readUInt32LE=function(m,d){return m=m>>>0,d||ie(m,4,this.length),(this[m]|this[m+1]<<8|this[m+2]<<16)+this[m+3]*16777216},o.prototype.readUInt32BE=function(m,d){return m=m>>>0,d||ie(m,4,this.length),this[m]*16777216+(this[m+1]<<16|this[m+2]<<8|this[m+3])},o.prototype.readIntLE=function(m,d,q){m=m>>>0,d=d>>>0,q||ie(m,d,this.length);for(var z=this[m],$=1,ee=0;++ee<d&&($*=256);)z+=this[m+ee]*$;return $*=128,z>=$&&(z-=Math.pow(2,8*d)),z},o.prototype.readIntBE=function(m,d,q){m=m>>>0,d=d>>>0,q||ie(m,d,this.length);for(var z=d,$=1,ee=this[m+--z];z>0&&($*=256);)ee+=this[m+--z]*$;return $*=128,ee>=$&&(ee-=Math.pow(2,8*d)),ee},o.prototype.readInt8=function(m,d){return m=m>>>0,d||ie(m,1,this.length),this[m]&128?(255-this[m]+1)*-1:this[m]},o.prototype.readInt16LE=function(m,d){m=m>>>0,d||ie(m,2,this.length);var q=this[m]|this[m+1]<<8;return q&32768?q|4294901760:q},o.prototype.readInt16BE=function(m,d){m=m>>>0,d||ie(m,2,this.length);var q=this[m+1]|this[m]<<8;return q&32768?q|4294901760:q},o.prototype.readInt32LE=function(m,d){return m=m>>>0,d||ie(m,4,this.length),this[m]|this[m+1]<<8|this[m+2]<<16|this[m+3]<<24},o.prototype.readInt32BE=function(m,d){return m=m>>>0,d||ie(m,4,this.length),this[m]<<24|this[m+1]<<16|this[m+2]<<8|this[m+3]},o.prototype.readFloatLE=function(m,d){return m=m>>>0,d||ie(m,4,this.length),Fo.read(this,m,!0,23,4)},o.prototype.readFloatBE=function(m,d){return m=m>>>0,d||ie(m,4,this.length),Fo.read(this,m,!1,23,4)},o.prototype.readDoubleLE=function(m,d){return m=m>>>0,d||ie(m,8,this.length),Fo.read(this,m,!0,52,8)},o.prototype.readDoubleBE=function(m,d){return m=m>>>0,d||ie(m,8,this.length),Fo.read(this,m,!1,52,8)};function U(v,m,d,q,z,$){if(!o.isBuffer(v))throw new TypeError('"buffer" argument must be a Buffer instance');if(m>z||m<$)throw new RangeError('"value" argument is out of bounds');if(d+q>v.length)throw new RangeError("Index out of range")}o.prototype.writeUIntLE=function(m,d,q,z){if(m=+m,d=d>>>0,q=q>>>0,!z){var $=Math.pow(2,8*q)-1;U(this,m,d,q,$,0)}var ee=1,Ye=0;for(this[d]=m&255;++Ye<q&&(ee*=256);)this[d+Ye]=m/ee&255;return d+q},o.prototype.writeUIntBE=function(m,d,q,z){if(m=+m,d=d>>>0,q=q>>>0,!z){var $=Math.pow(2,8*q)-1;U(this,m,d,q,$,0)}var ee=q-1,Ye=1;for(this[d+ee]=m&255;--ee>=0&&(Ye*=256);)this[d+ee]=m/Ye&255;return d+q},o.prototype.writeUInt8=function(m,d,q){return m=+m,d=d>>>0,q||U(this,m,d,1,255,0),this[d]=m&255,d+1},o.prototype.writeUInt16LE=function(m,d,q){return m=+m,d=d>>>0,q||U(this,m,d,2,65535,0),this[d]=m&255,this[d+1]=m>>>8,d+2},o.prototype.writeUInt16BE=function(m,d,q){return m=+m,d=d>>>0,q||U(this,m,d,2,65535,0),this[d]=m>>>8,this[d+1]=m&255,d+2},o.prototype.writeUInt32LE=function(m,d,q){return m=+m,d=d>>>0,q||U(this,m,d,4,4294967295,0),this[d+3]=m>>>24,this[d+2]=m>>>16,this[d+1]=m>>>8,this[d]=m&255,d+4},o.prototype.writeUInt32BE=function(m,d,q){return m=+m,d=d>>>0,q||U(this,m,d,4,4294967295,0),this[d]=m>>>24,this[d+1]=m>>>16,this[d+2]=m>>>8,this[d+3]=m&255,d+4},o.prototype.writeIntLE=function(m,d,q,z){if(m=+m,d=d>>>0,!z){var $=Math.pow(2,8*q-1);U(this,m,d,q,$-1,-$)}var ee=0,Ye=1,Re=0;for(this[d]=m&255;++ee<q&&(Ye*=256);)m<0&&Re===0&&this[d+ee-1]!==0&&(Re=1),this[d+ee]=(m/Ye>>0)-Re&255;return d+q},o.prototype.writeIntBE=function(m,d,q,z){if(m=+m,d=d>>>0,!z){var $=Math.pow(2,8*q-1);U(this,m,d,q,$-1,-$)}var ee=q-1,Ye=1,Re=0;for(this[d+ee]=m&255;--ee>=0&&(Ye*=256);)m<0&&Re===0&&this[d+ee+1]!==0&&(Re=1),this[d+ee]=(m/Ye>>0)-Re&255;return d+q},o.prototype.writeInt8=function(m,d,q){return m=+m,d=d>>>0,q||U(this,m,d,1,127,-128),m<0&&(m=255+m+1),this[d]=m&255,d+1},o.prototype.writeInt16LE=function(m,d,q){return m=+m,d=d>>>0,q||U(this,m,d,2,32767,-32768),this[d]=m&255,this[d+1]=m>>>8,d+2},o.prototype.writeInt16BE=function(m,d,q){return m=+m,d=d>>>0,q||U(this,m,d,2,32767,-32768),this[d]=m>>>8,this[d+1]=m&255,d+2},o.prototype.writeInt32LE=function(m,d,q){return m=+m,d=d>>>0,q||U(this,m,d,4,2147483647,-2147483648),this[d]=m&255,this[d+1]=m>>>8,this[d+2]=m>>>16,this[d+3]=m>>>24,d+4},o.prototype.writeInt32BE=function(m,d,q){return m=+m,d=d>>>0,q||U(this,m,d,4,2147483647,-2147483648),m<0&&(m=4294967295+m+1),this[d]=m>>>24,this[d+1]=m>>>16,this[d+2]=m>>>8,this[d+3]=m&255,d+4};function K(v,m,d,q,z,$){if(d+q>v.length)throw new RangeError("Index out of range");if(d<0)throw new RangeError("Index out of range")}function Ie(v,m,d,q,z){return m=+m,d=d>>>0,z||K(v,m,d,4),Fo.write(v,m,d,q,23,4),d+4}o.prototype.writeFloatLE=function(m,d,q){return Ie(this,m,d,!0,q)},o.prototype.writeFloatBE=function(m,d,q){return Ie(this,m,d,!1,q)};function oe(v,m,d,q,z){return m=+m,d=d>>>0,z||K(v,m,d,8),Fo.write(v,m,d,q,52,8),d+8}o.prototype.writeDoubleLE=function(m,d,q){return oe(this,m,d,!0,q)},o.prototype.writeDoubleBE=function(m,d,q){return oe(this,m,d,!1,q)},o.prototype.copy=function(m,d,q,z){if(!o.isBuffer(m))throw new TypeError("argument should be a Buffer");if(q||(q=0),!z&&z!==0&&(z=this.length),d>=m.length&&(d=m.length),d||(d=0),z>0&&z<q&&(z=q),z===q||m.length===0||this.length===0)return 0;if(d<0)throw new RangeError("targetStart out of bounds");if(q<0||q>=this.length)throw new RangeError("Index out of range");if(z<0)throw new RangeError("sourceEnd out of bounds");z>this.length&&(z=this.length),m.length-d<z-q&&(z=m.length-d+q);var $=z-q;if(this===m&&typeof Uint8Array.prototype.copyWithin=="function")this.copyWithin(d,q,z);else if(this===m&&q<d&&d<z)for(var ee=$-1;ee>=0;--ee)m[ee+d]=this[ee+q];else Uint8Array.prototype.set.call(m,this.subarray(q,z),d);return $},o.prototype.fill=function(m,d,q,z){if(typeof m=="string"){if(typeof d=="string"?(z=d,d=0,q=this.length):typeof q=="string"&&(z=q,q=this.length),z!==void 0&&typeof z!="string")throw new TypeError("encoding must be a string");if(typeof z=="string"&&!o.isEncoding(z))throw new TypeError("Unknown encoding: "+z);if(m.length===1){var $=m.charCodeAt(0);(z==="utf8"&&$<128||z==="latin1")&&(m=$)}}else typeof m=="number"?m=m&255:typeof m=="boolean"&&(m=Number(m));if(d<0||this.length<d||this.length<q)throw new RangeError("Out of range index");if(q<=d)return this;d=d>>>0,q=q===void 0?this.length:q>>>0,m||(m=0);var ee;if(typeof m=="number")for(ee=d;ee<q;++ee)this[ee]=m;else{var Ye=o.isBuffer(m)?m:o.from(m,z),Re=Ye.length;if(Re===0)throw new TypeError('The value "'+m+'" is invalid for argument "value"');for(ee=0;ee<q-d;++ee)this[ee+d]=Ye[ee%Re]}return this};var We=/[^+/0-9A-Za-z-_]/g;function pr(v){if(v=v.split("=")[0],v=v.trim().replace(We,""),v.length<2)return"";for(;v.length%4!=0;)v=v+"=";return v}function ae(v,m){m=m||1/0;for(var d,q=v.length,z=null,$=[],ee=0;ee<q;++ee){if(d=v.charCodeAt(ee),d>55295&&d<57344){if(!z){if(d>56319){(m-=3)>-1&&$.push(239,191,189);continue}else if(ee+1===q){(m-=3)>-1&&$.push(239,191,189);continue}z=d;continue}if(d<56320){(m-=3)>-1&&$.push(239,191,189),z=d;continue}d=(z-55296<<10|d-56320)+65536}else z&&(m-=3)>-1&&$.push(239,191,189);if(z=null,d<128){if((m-=1)<0)break;$.push(d)}else if(d<2048){if((m-=2)<0)break;$.push(d>>6|192,d&63|128)}else if(d<65536){if((m-=3)<0)break;$.push(d>>12|224,d>>6&63|128,d&63|128)}else if(d<1114112){if((m-=4)<0)break;$.push(d>>18|240,d>>12&63|128,d>>6&63|128,d&63|128)}else throw new Error("Invalid code point")}return $}function St(v){for(var m=[],d=0;d<v.length;++d)m.push(v.charCodeAt(d)&255);return m}function Qi(v,m){for(var d,q,z,$=[],ee=0;ee<v.length&&!((m-=2)<0);++ee)d=v.charCodeAt(ee),q=d>>8,z=d%256,$.push(z),$.push(q);return $}function $i(v){return km.toByteArray(pr(v))}function bt(v,m,d,q){for(var z=0;z<q&&!(z+d>=m.length||z>=v.length);++z)m[z+d]=v[z];return z}function xe(v,m){return v instanceof m||v!=null&&v.constructor!=null&&v.constructor.name!=null&&v.constructor.name===m.name}function xt(v){return v!==v}var it=function(){for(var v="0123456789abcdef",m=new Array(256),d=0;d<16;++d)for(var q=d*16,z=0;z<16;++z)m[q+z]=v[d]+v[z];return m}()}),k4=le.Buffer,T4=le.SlowBuffer,B4=le.INSPECT_MAX_BYTES,I4=le.kMaxLength,uf=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.ensureBuffer=void 0;function r(n){if(le.Buffer.isBuffer(n))return n;if(ArrayBuffer.isView(n))return le.Buffer.from(n.buffer);if(n instanceof ArrayBuffer)return le.Buffer.from(n);throw new TypeError("Must use either Buffer or TypedArray")}e.ensureBuffer=r});At(uf);var S4=uf.ensureBuffer,Tm=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.parseUUID=void 0;let r=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function n(i){if(typeof i!="string")throw new TypeError("Invalid type for UUID, expected string but got "+typeof i);if(!r.test(i))throw new TypeError("Invalid format for UUID: "+i);let f,o=new Uint8Array(16);return o[0]=(f=parseInt(i.slice(0,8),16))>>>24,o[1]=f>>>16&255,o[2]=f>>>8&255,o[3]=f&255,o[4]=(f=parseInt(i.slice(9,13),16))>>>8,o[5]=f&255,o[6]=(f=parseInt(i.slice(14,18),16))>>>8,o[7]=f&255,o[8]=(f=parseInt(i.slice(19,23),16))>>>8,o[9]=f&255,o[10]=(f=parseInt(i.slice(24,36),16))/1099511627776&255,o[11]=f/4294967296&255,o[12]=f>>>24&255,o[13]=f>>>16&255,o[14]=f>>>8&255,o[15]=f&255,o}e.parseUUID=n});At(Tm);var x4=Tm.parseUUID,Qr=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Binary=void 0;class r{constructor(i,f){if(i!=null&&typeof i!="string"&&!ArrayBuffer.isView(i)&&!(i instanceof ArrayBuffer)&&!Array.isArray(i))throw new TypeError("Binary can only be constructed from string, Buffer, TypedArray, or Array<number>");this.sub_type=f??r.BSON_BINARY_SUBTYPE_DEFAULT,i==null?(this.buffer=le.Buffer.alloc(r.BUFFER_SIZE),this.position=0):(typeof i=="string"?this.buffer=le.Buffer.from(i,"binary"):Array.isArray(i)?this.buffer=le.Buffer.from(i):this.buffer=uf.ensureBuffer(i),this.position=this.buffer.byteLength)}put(i){if(typeof i=="string"&&i.length!==1)throw new TypeError("only accepts single character String");if(typeof i!="number"&&i.length!==1)throw new TypeError("only accepts single character Uint8Array or Array");let f;if(typeof i=="string"?f=i.charCodeAt(0):typeof i=="number"?f=i:f=i[0],f<0||f>255)throw new TypeError("only accepts number in a valid unsigned byte range 0-255");if(this.buffer.length>this.position)this.buffer[this.position++]=f;else{let o=le.Buffer.alloc(r.BUFFER_SIZE+this.buffer.length);this.buffer.copy(o,0,0,this.buffer.length),this.buffer=o,this.buffer[this.position++]=f}}write(i,f){if(f=typeof f=="number"?f:this.position,this.buffer.length<f+i.length){let o=le.Buffer.alloc(this.buffer.length+i.length);this.buffer.copy(o,0,0,this.buffer.length),this.buffer=o}ArrayBuffer.isView(i)?(this.buffer.set(uf.ensureBuffer(i),f),this.position=f+i.byteLength>this.position?f+i.length:this.position):typeof i=="string"&&(this.buffer.write(i,f,i.length,"binary"),this.position=f+i.length>this.position?f+i.length:this.position)}read(i,f){return f=f&&f>0?f:this.position,this.buffer.slice(i,i+f)}value(i){return i=!!i,i&&this.buffer.length===this.position?this.buffer:i?this.buffer.slice(0,this.position):this.buffer.toString("binary",0,this.position)}length(){return this.position}toJSON(){return this.buffer.toString("base64")}toString(i){return this.buffer.toString(i)}toExtendedJSON(i){i=i||{};let f=this.buffer.toString("base64"),o=Number(this.sub_type).toString(16);return i.legacy?{$binary:f,$type:o.length===1?"0"+o:o}:{$binary:{base64:f,subType:o.length===1?"0"+o:o}}}static fromExtendedJSON(i,f){f=f||{};let o,s;if("$binary"in i?f.legacy&&typeof i.$binary=="string"&&"$type"in i?(s=i.$type?parseInt(i.$type,16):0,o=le.Buffer.from(i.$binary,"base64")):typeof i.$binary!="string"&&(s=i.$binary.subType?parseInt(i.$binary.subType,16):0,o=le.Buffer.from(i.$binary.base64,"base64")):"$uuid"in i&&(s=4,o=le.Buffer.from(Tm.parseUUID(i.$uuid))),!o)throw new TypeError(`Unexpected Binary Extended JSON format ${JSON.stringify(i)}`);return new r(o,s)}}e.Binary=r,r.BSON_BINARY_SUBTYPE_DEFAULT=0,r.BUFFER_SIZE=256,r.SUBTYPE_DEFAULT=0,r.SUBTYPE_FUNCTION=1,r.SUBTYPE_BYTE_ARRAY=2,r.SUBTYPE_UUID_OLD=3,r.SUBTYPE_UUID=4,r.SUBTYPE_MD5=5,r.SUBTYPE_USER_DEFINED=128,Object.defineProperty(r.prototype,"_bsontype",{value:"Binary"})});At(Qr);var E4=Qr.Binary,cf=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Code=void 0;class r{constructor(i,f){this.code=i,this.scope=f}toJSON(){return{code:this.code,scope:this.scope}}toExtendedJSON(){return this.scope?{$code:this.code,$scope:this.scope}:{$code:this.code}}static fromExtendedJSON(i){return new r(i.$code,i.$scope)}}e.Code=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Code"})});At(cf);var A4=cf.Code,lB={},Bm;typeof Object.create=="function"?Bm=function(e,r){e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:Bm=function(e,r){e.super_=r;var n=function(){};n.prototype=r.prototype,e.prototype=new n,e.prototype.constructor=e};var aB=Bm,pB=/%[sdj%]/g;function Im(t){if(!vp(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(Si(arguments[r]));return e.join(" ")}for(var r=1,n=arguments,i=n.length,f=String(t).replace(pB,function(s){if(s==="%%")return"%";if(r>=i)return s;switch(s){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch{return"[Circular]"}default:return s}}),o=n[r];r<i;o=n[++r])yp(o)||!Po(o)?f+=" "+o:f+=" "+Si(o);return f}function Cg(t,e){if(xi(global.process))return function(){return Cg(t,e).apply(this,arguments)};var r=!1;function n(){return r||(console.error(e),r=!0),t.apply(this,arguments)}return n}var gp={},Sm;function uB(t){if(xi(Sm)&&(Sm=""),t=t.toUpperCase(),!gp[t])if(new RegExp("\\b"+t+"\\b","i").test(Sm)){var e=0;gp[t]=function(){var r=Im.apply(null,arguments);console.error("%s %d: %s",t,e,r)}}else gp[t]=function(){};return gp[t]}function Si(t,e){var r={seen:[],stylize:mB};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),Am(e)?r.showHidden=e:e&&Yg(r,e),xi(r.showHidden)&&(r.showHidden=!1),xi(r.depth)&&(r.depth=2),xi(r.colors)&&(r.colors=!1),xi(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=cB),jp(r,t,r.depth)}Si.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]};Si.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function cB(t,e){var r=Si.styles[e];return r?"["+Si.colors[r][0]+"m"+t+"["+Si.colors[r][1]+"m":t}function mB(t,e){return t}function dB(t){var e={};return t.forEach(function(r,n){e[r]=!0}),e}function jp(t,e,r){if(t.customInspect&&e&&kp(e.inspect)&&e.inspect!==Si&&!(e.constructor&&e.constructor.prototype===e)){var n=e.inspect(r,t);return vp(n)||(n=jp(t,n,r)),n}var i=wB(t,e);if(i)return i;var f=Object.keys(e),o=dB(f);if(t.showHidden&&(f=Object.getOwnPropertyNames(e)),qp(e)&&(f.indexOf("message")>=0||f.indexOf("description")>=0))return xm(e);if(f.length===0){if(kp(e)){var s=e.name?": "+e.name:"";return t.stylize("[Function"+s+"]","special")}if(_p(e))return t.stylize(RegExp.prototype.toString.call(e),"regexp");if(Om(e))return t.stylize(Date.prototype.toString.call(e),"date");if(qp(e))return xm(e)}var l="",p=!1,u=["{","}"];if(Vg(e)&&(p=!0,u=["[","]"]),kp(e)){var b=e.name?": "+e.name:"";l=" [Function"+b+"]"}if(_p(e)&&(l=" "+RegExp.prototype.toString.call(e)),Om(e)&&(l=" "+Date.prototype.toUTCString.call(e)),qp(e)&&(l=" "+xm(e)),f.length===0&&(!p||e.length==0))return u[0]+l+u[1];if(r<0)return _p(e)?t.stylize(RegExp.prototype.toString.call(e),"regexp"):t.stylize("[Object]","special");t.seen.push(e);var c;return p?c=hB(t,e,r,o,f):c=f.map(function(h){return Em(t,e,r,o,h,p)}),t.seen.pop(),bB(c,l,u)}function wB(t,e){if(xi(e))return t.stylize("undefined","undefined");if(vp(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}if(Wg(e))return t.stylize(""+e,"number");if(Am(e))return t.stylize(""+e,"boolean");if(yp(e))return t.stylize("null","null")}function xm(t){return"["+Error.prototype.toString.call(t)+"]"}function hB(t,e,r,n,i){for(var f=[],o=0,s=e.length;o<s;++o)Kg(e,String(o))?f.push(Em(t,e,r,n,String(o),!0)):f.push("");return i.forEach(function(l){l.match(/^\d+$/)||f.push(Em(t,e,r,n,l,!0))}),f}function Em(t,e,r,n,i,f){var o,s,l;if(l=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},l.get?l.set?s=t.stylize("[Getter/Setter]","special"):s=t.stylize("[Getter]","special"):l.set&&(s=t.stylize("[Setter]","special")),Kg(n,i)||(o="["+i+"]"),s||(t.seen.indexOf(l.value)<0?(yp(r)?s=jp(t,l.value,null):s=jp(t,l.value,r-1),s.indexOf(`
20
+ #:#ed #(# at #ly #="# of the #. This #,# not #er #al #='#ful #ive #less #est #ize #ous #`,` !! ! , *! &! " ! ) * * - ! # ! #!*! + ,$ ! - % . / # 0 1 . " 2 3!* 4% ! # / 5 6 7 8 0 1 & $ 9 + : ; < ' != > ?! 4 @ 4 2 & A *# ( B C& ) % ) !*# *-% A +! *. D! %' & E *6 F G% ! *A *% H! D I!+! J!+ K +- *4! A L!*4 M N +6 O!*% +.! K *G P +%( ! G *D +D Q +# *K!*G!+D!+# +G +A +4!+% +K!+4!*D!+K!*K`);function _(a,I,k,S,E,K,X){let se=I,we=K.triplets,be=K.prefixSuffixStorage,ue=K.prefixSuffixHeads,Ke=3*X,Xe=we[Ke],Et=we[Ke+1],Yr=we[Ke+2],wn=ue[Xe],rr=ue[Xe+1],$e=ue[Yr],Kr=ue[Yr+1],ji=Et-11,Ba=Et-0;for((ji<1||ji>9)&&(ji=0),(Ba<1||Ba>9)&&(Ba=0);wn!=rr;)a[se++]=be[wn++];ji>E&&(ji=E),S+=ji,E-=ji,E-=Ba;let Cw=E;for(;Cw>0;)a[se++]=k[S++],Cw--;if(Et==10||Et==11){let qt=se-E;for(Et==10&&(E=1);E>0;){let Uf=a[qt]&255;Uf<192?(Uf>=97&&Uf<=122&&(a[qt]^=32),qt+=1,E-=1):Uf<224?(a[qt+1]^=32,qt+=2,E-=2):(a[qt+2]^=5,qt+=3,E-=3)}}else if(Et==21||Et==22){let qt=se-E,Uf=K.params[X],Rr=(Uf&32767)+(16777216-(Uf&32768));for(;E>0;){let rf=1,yi=a[qt]&255;if(yi<128)Rr+=yi,a[qt]=Rr&127;else if(!(yi<192)){if(yi<224)if(E>=2){let nf=a[qt+1];Rr+=nf&63|(yi&31)<<6,a[qt]=192|Rr>>6&31,a[qt+1]=nf&192|Rr&63,rf=2}else rf=E;else if(yi<240)if(E>=3){let nf=a[qt+1],Os=a[qt+2];Rr+=Os&63|(nf&63)<<6|(yi&15)<<12,a[qt]=224|Rr>>12&15,a[qt+1]=nf&192|Rr>>6&63,a[qt+2]=Os&192|Rr&63,rf=3}else rf=E;else if(yi<248)if(E>=4){let nf=a[qt+1],Os=a[qt+2],Vw=a[qt+3];Rr+=Vw&63|(Os&63)<<6|(nf&63)<<12|(yi&7)<<18,a[qt]=240|Rr>>18&7,a[qt+1]=nf&192|Rr>>12&63,a[qt+2]=Os&192|Rr>>6&63,a[qt+3]=Vw&192|Rr&63,rf=4}else rf=E}qt+=rf,E-=rf,Et==21&&(E=0)}}for(;$e!=Kr;)a[se++]=be[$e++];return se-I}function D(a,I){let k=1<<I-1;for(;(a&k)!=0;)k>>=1;return(a&k-1)+k}function $(a,I,k,S,E){do S-=k,a[I+S]=E;while(S>0)}function ee(a,I,k){let S=1<<I-k;for(;I<15&&(S-=a[I],!(S<=0));)I++,S<<=1;return I-k}function Ye(a,I,k,S,E){let K=a[I],X,se=new Int32Array(E),we=new Int32Array(16),be=new Int32Array(16),ue;for(ue=0;ue<E;ue++)we[S[ue]]++;be[1]=0;for(let $e=1;$e<15;$e++)be[$e+1]=be[$e]+we[$e];for(ue=0;ue<E;ue++)S[ue]!=0&&(se[be[S[ue]]++]=ue);let Ke=k,Xe=1<<Ke,Et=Xe;if(be[15]==1){for(X=0;X<Et;X++)a[K+X]=se[0];return Et}X=0,ue=0;for(let $e=1,Kr=2;$e<=k;$e++,Kr<<=1)for(;we[$e]>0;we[$e]--)$(a,K+X,Kr,Xe,$e<<16|se[ue++]),X=D(X,$e);let Yr=Et-1,wn=-1,rr=K;for(let $e=k+1,Kr=2;$e<=15;$e++,Kr<<=1)for(;we[$e]>0;we[$e]--)(X&Yr)!=wn&&(rr+=Xe,Ke=ee(we,$e,k),Xe=1<<Ke,Et+=Xe,wn=X&Yr,a[K+wn]=Ke+k<<16|rr-K-wn),$(a,rr+(X>>k),Kr,Xe,$e-k<<16|se[ue++]),X=D(X,$e);return Et}function He(a){if(a.endOfStreamReached!=0){if(ye(a)>=-2)return;throw"No more input"}let I=a.halfOffset<<1,k=4096-I;for(a.byteBuffer.copyWithin(0,I,4096),a.halfOffset=0;k<4096;){let S=4096-k,E=Lw(a.input,a.byteBuffer,k,S);if(E<=0){a.endOfStreamReached=1,a.tailBytes=k,k+=1;break}k+=E}ke(a,k)}function mt(a,I){if(a.endOfStreamReached==0)return;let k=(a.halfOffset<<1)+(a.bitOffset+7>>3)-4;if(k>a.tailBytes)throw"Read after end";if(I!=0&&k!=a.tailBytes)throw"Unused bytes after end"}function tr(a){if(a.bitOffset>32)throw"Accumulator underloaded: "+a.bitOffset}function ce(a,I){let k=a.accumulator32>>>a.bitOffset&(1<<I)-1;return a.bitOffset+=I,k}function Nn(a,I){let k=ce(a,16);return a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16,k|ce(a,I-16)<<16}function v(a){a.byteBuffer=new Int8Array(4160),a.accumulator32=0,a.shortBuffer=new Int16Array(2080),a.bitOffset=32,a.halfOffset=2048,a.endOfStreamReached=0,T(a)}function T(a){a.halfOffset>2030&&He(a),mt(a,0),a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16,a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16}function R(a){a.bitOffset==32&&T(a)}function Z(a){let I=32-a.bitOffset&7;if(I!=0&&ce(a,I)!=0)throw"Corrupted padding bits"}function ye(a){let I=2048;return a.endOfStreamReached!=0&&(I=a.tailBytes+1>>1),I-a.halfOffset}function Me(a,I,k,S){if((a.bitOffset&7)!=0)throw"Unaligned copyBytes";for(;a.bitOffset!=32&&S!=0;)I[k++]=a.accumulator32>>>a.bitOffset,a.bitOffset+=8,S--;if(S==0)return;let E=tf(ye(a),S>>1);if(E>0){let K=a.halfOffset<<1,X=E<<1;I.set(a.byteBuffer.subarray(K,K+X),k),k+=X,S-=X,a.halfOffset+=E}if(S!=0){if(ye(a)>0){for(a.bitOffset>=16&&(a.accumulator32=a.shortBuffer[a.halfOffset++]<<16|a.accumulator32>>>16,a.bitOffset-=16);S!=0;)I[k++]=a.accumulator32>>>a.bitOffset,a.bitOffset+=8,S--;mt(a,0);return}for(;S>0;){let K=Lw(a.input,I,k,S);if(K==-1)throw"Unexpected end of input";k+=K,S-=K}}}function ke(a,I){let k=a.byteBuffer,S=I>>1,E=a.shortBuffer;for(let K=0;K<S;++K)E[K]=k[K*2]&255|(k[K*2+1]&255)<<8}let gt=new Int32Array(2048);function at(a,I,k){for(let E=0;E<256;++E)a[E]=E&63,a[512+E]=E>>2,a[1792+E]=2+(E>>6);for(let E=0;E<128;++E)a[1024+E]=4*(I.charCodeAt(E)-32);for(let E=0;E<64;++E)a[1152+E]=E&1,a[1216+E]=2+(E&1);let S=1280;for(let E=0;E<19;++E){let K=E&3,X=k.charCodeAt(E)-32;for(let se=0;se<X;++se)a[S++]=K}for(let E=0;E<16;++E)a[1792+E]=1,a[2032+E]=6;a[1792]=0,a[2047]=7;for(let E=0;E<256;++E)a[1536+E]=a[1792+E]<<3}at(gt,` !! ! "#$##%#$&'##(#)#++++++++++((&*'##,---,---,-----,-----,-----&#'###.///.///./////./////./////&#'# `,"A/* ': & : $ \x81 @");function jt(){this.ringBuffer=new Int8Array(0),this.contextModes=new Int8Array(0),this.contextMap=new Int8Array(0),this.distContextMap=new Int8Array(0),this.distExtraBits=new Int8Array(0),this.output=new Int8Array(0),this.byteBuffer=new Int8Array(0),this.shortBuffer=new Int16Array(0),this.intBuffer=new Int32Array(0),this.rings=new Int32Array(0),this.blockTrees=new Int32Array(0),this.literalTreeGroup=new Int32Array(0),this.commandTreeGroup=new Int32Array(0),this.distanceTreeGroup=new Int32Array(0),this.distOffset=new Int32Array(0),this.runningState=0,this.nextRunningState=0,this.accumulator32=0,this.bitOffset=0,this.halfOffset=0,this.tailBytes=0,this.endOfStreamReached=0,this.metaBlockLength=0,this.inputEnd=0,this.isUncompressed=0,this.isMetadata=0,this.literalBlockLength=0,this.numLiteralBlockTypes=0,this.commandBlockLength=0,this.numCommandBlockTypes=0,this.distanceBlockLength=0,this.numDistanceBlockTypes=0,this.pos=0,this.maxDistance=0,this.distRbIdx=0,this.trivialLiteralContext=0,this.literalTreeIdx=0,this.commandTreeIdx=0,this.j=0,this.insertLength=0,this.contextMapSlice=0,this.distContextMapSlice=0,this.contextLookupOffset1=0,this.contextLookupOffset2=0,this.distanceCode=0,this.numDirectDistanceCodes=0,this.distancePostfixBits=0,this.distance=0,this.copyLength=0,this.maxBackwardDistance=0,this.maxRingBufferSize=0,this.ringBufferSize=0,this.expectedTotalSize=0,this.outputOffset=0,this.outputLength=0,this.outputUsed=0,this.ringBufferBytesWritten=0,this.ringBufferBytesReady=0,this.isEager=0,this.isLargeWindow=0,this.cdNumChunks=0,this.cdTotalSize=0,this.cdBrIndex=0,this.cdBrOffset=0,this.cdBrLength=0,this.cdBrCopied=0,this.cdChunks=new Array(0),this.cdChunkOffsets=new Int32Array(0),this.cdBlockBits=0,this.cdBlockMap=new Int8Array(0),this.input=null,this.ringBuffer=new Int8Array(0),this.rings=new Int32Array(10),this.rings[0]=16,this.rings[1]=15,this.rings[2]=11,this.rings[3]=4}let yt=null,Vt=new Int32Array(32),ef=new Int32Array(32);function Cv(a,I){if(Jv(a)==0||Gv(a)==0)throw"newData must be a direct read-only byte buffer";if(I.length>31)throw"sizeBits length must be at most "+31;for(let X=0;X<4;++X)if(I[X]!=0)throw"first "+4+" must be 0";let k=Vt,S=ef;S.set(I.subarray(0,0+I.length),0);let E=0,K=a.length;for(let X=0;X<I.length;++X){k[X]=E;let se=S[X];if(se!=0){if(se>=31)throw"newSizeBits values must be less than 31";if(E+=X<<se,E<=0||E>K)throw"newSizeBits is inconsistent: overflow"}}for(let X=I.length;X<32;++X)k[X]=E;if(E!=K)throw"newSizeBits is inconsistent: underflow";yt=a}function Vv(a,I,k,S,E,K){let X=Zv(I+k);if(X.length!=a.length)throw"Corrupted brotli dictionary";let se=0,we=S.length;for(let be=0;be<we;be+=2){let ue=S.charCodeAt(be)-36,Ke=S.charCodeAt(be+1)-36;for(let Xe=0;Xe<ue;++Xe)X[se]^=3,se++;for(let Xe=0;Xe<Ke;++Xe)X[se]^=236,se++}for(let be=0;be<K.length;++be)E[be]=K.charCodeAt(be)-65;a.set(X)}{let a=new Int8Array(122784),I=new Int32Array(25);Vv(a,'wjnfgltmojefofewab`h`lgfgbwbpkltlmozpjwf`jwzlsfmivpwojhfeqfftlqhwf{wzfbqlufqalgzolufelqnallhsobzojufojmfkfosklnfpjgfnlqftlqgolmdwkfnujftejmgsbdfgbzpevookfbgwfqnfb`kbqfbeqlnwqvfnbqhbaofvslmkjdkgbwfobmgmftpfufmmf{w`bpfalwkslpwvpfgnbgfkbmgkfqftkbwmbnfOjmhaoldpjyfabpfkfognbhfnbjmvpfq$*#(klogfmgptjwkMftpqfbgtfqfpjdmwbhfkbufdbnfpffm`boosbwktfoosovpnfmvejonsbqwiljmwkjpojpwdllgmffgtbzptfpwilapnjmgboploldlqj`kvpfpobpwwfbnbqnzellghjmdtjoofbpwtbqgafpwejqfSbdfhmltbtbz-smdnlufwkbmolbgdjufpfoemlwfnv`keffgnbmzql`hj`lmlm`follhkjgfgjfgKlnfqvofklpwbib{jmel`ovaobtpofppkboeplnfpv`kylmf233&lmfp`bqfWjnfqb`faovfelvqtffheb`fklsfdbufkbqgolpwtkfmsbqhhfswsbpppkjsqllnKWNOsobmWzsfglmfpbufhffseobdojmhplogejufwllhqbwfwltmivnswkvpgbqh`bqgejofefbqpwbzhjoowkbweboobvwlfufq-`lnwbohpklsulwfgffsnlgfqfpwwvqmalqmabmgefooqlpfvqo+phjmqlof`lnfb`wpbdfpnffwdlog-isdjwfnubqzefowwkfmpfmggqlsUjft`lsz2-3!?,b=pwlsfopfojfpwlvqsb`h-djesbpw`pp<dqbznfbm%dw8qjgfpklwobwfpbjgqlbgubq#effoilkmqj`hslqwebpw$VB.gfbg?,a=sllqajoowzsfV-P-tllgnvpw1s{8JmelqbmhtjgftbmwtbooofbgX3^8sbvotbufpvqf\'+$ tbjwnbppbqnpdlfpdbjmobmdsbjg"..#ol`hvmjwqllwtbohejqntjef{no!plmdwfpw13s{hjmgqltpwlloelmwnbjopbefpwbqnbsp`lqfqbjmeoltabazpsbmpbzp7s{85s{8bqwpellwqfbotjhjkfbwpwfswqjslqd,obhftfbhwlogElqn`bpwebmpabmhufqzqvmpivozwbph2s{8dlbodqftpoltfgdfjg>!pfwp6s{8-ip<73s{je#+pllmpfbwmlmfwvafyfqlpfmwqffgeb`wjmwldjewkbqn2;s{`bnfkjooalogyllnuljgfbpzqjmdejoosfbhjmjw`lpw0s{8ib`hwbdpajwpqloofgjwhmftmfbq?"..dqltIPLMgvwzMbnfpbofzlv#olwpsbjmibyy`logfzfpejpkttt-qjphwbapsqfu23s{qjpf16s{Aovfgjmd033/abooelqgfbqmtjogal{-ebjqob`hufqpsbjqivmfwf`kje+"sj`hfujo\'+! tbqnolqgglfpsvoo/333jgfbgqbtkvdfpslwevmgavqmkqfe`foohfzpwj`hklvqolppevfo21s{pvjwgfboQPP!bdfgdqfzDFW!fbpfbjnpdjqobjgp;s{8mbuzdqjgwjsp :::tbqpobgz`bqp*8#~sks<kfoowbootklnyk9 ), #233kboo- B4s{8svpk`kbw3s{8`qft),?,kbpk46s{eobwqbqf#%%#wfoo`bnslmwlobjgnjppphjswfmwejmfnbofdfwpsolw733/  `lloeffw-sks?aq=fqj`nlpwdvjgafoogfp`kbjqnbwkbwln,jnd% ;1ov`h`fmw3338wjmzdlmfkwnopfoogqvdEQFFmlgfmj`h<jg>olpfmvooubpwtjmgQPP#tfbqqfozaffmpbnfgvhfmbpb`bsftjpkdvoeW109kjwppolwdbwfhj`haovqwkfz26s{$$*8*8!=npjftjmpajqgplqwafwbpffhW2;9lqgpwqffnboo53s{ebqnlupalzpX3^-$*8!SLPWafbqhjgp*8~~nbqzwfmg+VH*rvbgyk9\n.pjy....sqls$*8ojewW2:9uj`fbmgzgfaw=QPPsllomf`haoltW259gllqfuboW249ofwpebjolqbosloomlub`lopdfmf#lxplewqlnfwjooqlpp?k0=slvqebgfsjmh?wq=njmj*\x7F"+njmfyk9abqpkfbq33*8njoh#..=jqlmeqfggjphtfmwpljosvwp,ip,klozW119JPAMW139bgbnpffp?k1=iplm$/#$`lmwW129#QPPollsbpjbnllm?,s=plvoOJMFelqw`bqwW279?k2=;3s{"..?:s{8W379njhf975Ymj`fjm`kZlqhqj`fyk9\b$**8svqfnbdfsbqbwlmfalmg904Y\\le\\$^*8333/yk9\vwbmhzbqgaltoavpk965YIbub03s{ \x7F~ &@0&907YifeeF[SJ`bpkujpbdloepmltyk9rvfq-`pppj`hnfbwnjm-ajmggfookjqfsj`pqfmw905YKWWS.132elwltloeFMG#{al{967YALGZgj`h8 ~ f{jw906Yubqpafbw$~*8gjfw:::8bmmf~~?,Xj^-Obmdhn.^tjqfwlzpbggppfbobof{8 \n~f`klmjmf-lqd336*wlmziftppbmgofdpqlle333*#133tjmfdfbqgldpallwdbqz`vwpwzofwfnswjlm-{no`l`hdbmd\'+$-63s{Sk-Gnjp`bobmolbmgfphnjofqzbmvmj{gjp`*8~ gvpw`ojs*- 43s{.133GUGp4^=?wbsfgfnlj((*tbdffvqlskjolswpklofEBRpbpjm.15WobapsfwpVQO#avoh`llh8~ KFBGX3^*baaqivbm+2:;ofpkwtjm?,j=plmzdvzpev`hsjsf\x7F. "331*mgltX2^8X^8 Old#pbow \n\nabmdwqjnabwk*x 33s{ ~*8hl9\0effpbg=p9,,#X^8wloosovd+*x x #-ip$133sgvboalbw-ISD*8 ~rvlw*8 $*8  ~1327132613251324132;132:13131312131113101317131613151314131;131:130313021301130013071306130513041320132113221323133:133;133413351336133713301331133213332:::2::;2::42::52::62::72::02::12::22::32:;:2:;;2:;42:;52:;62:;72:;02:;12:;22:;32:4:2:4;2:442:452:462:472:402:412:422:432:5:2:5;2:542:552:562:572:502:512:522:532:6:2:6;2:642:652:662:672:602:612:622:632333231720:73333::::`lnln/Mpfpwffpwbsfqlwlglkb`f`bgbb/]lajfmg/Abbp/Aujgb`bpllwqlelqlplollwqb`vbogjilpjgldqbmwjslwfnbgfafbodlrv/Efpwlmbgbwqfpsl`l`bpbabilwlgbpjmlbdvbsvfpvmlpbmwfgj`fovjpfoobnbzlylmbbnlqsjpllaqb`oj`foolgjlpklqb`bpj<[<\\<Q<\\<R<P=l<\\=l=o=n<\\<Q<Y<S<R<R=n<T<[<Q<R<X<R=n<R<Z<Y<R<Q<T=i<q<\\<Y<Y<]=g<P=g<~=g=m<R<^=g<^<R<q<R<R<]<s<R<W<T<Q<T<L<H<q<Y<p=g=n=g<r<Q<T<P<X<\\<{<\\<x<\\<q=o<r<]=n<Y<t<[<Y<U<Q=o<P<P<N=g=o<Z5m5f4O5j5i4K5i4U5o5h4O5d4]4C5f4K5m5e5k5d5h5i5h5o4K5d5h5k4D4_4K5h4I5j5k5f4O5f5n4C5k5h4G5i4D5k5h5d5h5f4D5h4K5f4D5o4X5f4K5i4O5i5j4F4D5f5h5j4A4D5k5i5i4X5d4Xejqpwujgflojdkwtlqognfgjbtkjwf`olpfaob`hqjdkwpnbooallhpsob`fnvpj`ejfoglqgfqsljmwubovfofufowbaofalbqgklvpfdqlvstlqhpzfbqppwbwfwlgbztbwfqpwbqwpwzofgfbwksltfqsklmfmjdkwfqqlqjmsvwbalvwwfqnpwjwofwllopfufmwol`bowjnfpobqdftlqgpdbnfppklqwpsb`fel`vp`ofbqnlgfoaol`hdvjgfqbgjlpkbqftlnfmbdbjmnlmfzjnbdfmbnfpzlvmdojmfpobwfq`lolqdqffmeqlmw%bns8tbw`kelq`fsqj`fqvofpafdjmbewfqujpjwjppvfbqfbpafoltjmgf{wlwboklvqpobafosqjmwsqfppavjowojmhppsffgpwvgzwqbgfelvmgpfmpfvmgfqpkltmelqnpqbmdfbggfgpwjoonlufgwbhfmbalufeobpkej{fglewfmlwkfqujftp`kf`hofdboqjufqjwfnprvj`hpkbsfkvnbmf{jpwdljmdnlujfwkjqgabpj`sfb`fpwbdftjgwkoldjmjgfbptqlwfsbdfpvpfqpgqjufpwlqfaqfbhplvwkulj`fpjwfpnlmwktkfqfavjogtkj`kfbqwkelqvnwkqffpslqwsbqwz@oj`holtfqojufp`obppobzfqfmwqzpwlqzvpbdfplvmg`lvqwzlvq#ajqwkslsvswzsfpbssozJnbdfafjmdvssfqmlwfpfufqzpkltpnfbmpf{wqbnbw`kwqb`hhmltmfbqozafdbmpvsfqsbsfqmlqwkofbqmdjufmmbnfgfmgfgWfqnpsbqwpDqlvsaqbmgvpjmdtlnbmebopfqfbgzbvgjlwbhfptkjof-`ln,ojufg`bpfpgbjoz`kjogdqfbwivgdfwklpfvmjwpmfufqaqlbg`lbpw`lufqbssofejofp`z`ofp`fmfsobmp`oj`htqjwfrvffmsjf`ffnbjoeqbnflogfqsklwlojnjw`b`kf`jujop`boffmwfqwkfnfwkfqfwlv`kalvmgqlzbobphfgtklofpjm`fpwl`h#mbnfebjwkkfbqwfnswzleefqp`lsfltmfgnjdkwboavnwkjmhaollgbqqbznbilqwqvpw`bmlmvmjlm`lvmwubojgpwlmfPwzofOldjmkbsszl``vqofew9eqfpkrvjwfejonpdqbgfmffgpvqabmejdkwabpjpklufqbvwl8qlvwf-kwnonj{fgejmboZlvq#pojgfwlsj`aqltmbolmfgqbtmpsojwqfb`kQjdkwgbwfpnbq`krvlwfdllgpOjmhpglvawbpzm`wkvnaboolt`kjfezlvwkmlufo23s{8pfqufvmwjokbmgp@kf`hPsb`frvfqzibnfpfrvbowtj`f3/333Pwbqwsbmfoplmdpqlvmgfjdkwpkjewtlqwkslpwpofbgptffhpbuljgwkfpfnjofpsobmfpnbqwboskbsobmwnbqhpqbwfpsobzp`objnpbofpwf{wppwbqptqlmd?,k0=wkjmd-lqd,nvowjkfbqgSltfqpwbmgwlhfmplojg+wkjpaqjmdpkjsppwbeewqjfg`boopevoozeb`wpbdfmwWkjp#,,..=bgnjmfdzswFufmw26s{8Fnbjowqvf!`qlpppsfmwaoldpal{!=mlwfgofbuf`kjmbpjyfpdvfpw?,k7=qlalwkfbuzwqvf/pfufmdqbmg`qjnfpjdmpbtbqfgbm`fskbpf=?"..fm\\VP% 0:8133s{\\mbnfobwjmfmilzbib{-bwjlmpnjwkV-P-#klogpsfwfqjmgjbmbu!=`kbjmp`lqf`lnfpgljmdsqjlqPkbqf2::3pqlnbmojpwpibsbmeboopwqjboltmfqbdqff?,k1=bavpfbofqwlsfqb!.,,T`bqgpkjoopwfbnpSklwlwqvwk`ofbm-sks<pbjmwnfwboolvjpnfbmwsqlleaqjfeqlt!=dfmqfwqv`hollhpUbovfEqbnf-mfw,..= ?wqz#x ubq#nbhfp`lpwpsobjmbgvowrvfpwwqbjmobalqkfosp`bvpfnbdj`nlwlqwkfjq163s{ofbpwpwfsp@lvmw`lvogdobpppjgfpevmgpklwfobtbqgnlvwknlufpsbqjpdjufpgvw`kwf{bpeqvjwmvoo/\x7F\x7FX^8wls!= ?"..SLPW!l`fbm?aq,=eollqpsfbhgfswk#pjyfabmhp`bw`k`kbqw13s{8bojdmgfboptlvog63s{8vqo>!sbqhpnlvpfNlpw#---?,bnlmdaqbjmalgz#mlmf8abpfg`bqqzgqbewqfefqsbdf\\klnf-nfwfqgfobzgqfbnsqlufiljmw?,wq=gqvdp?"..#bsqjojgfboboofmf{b`welqwk`lgfpoldj`Ujft#pffnpaobmhslqwp#+133pbufg\\ojmhdlbopdqbmwdqffhklnfpqjmdpqbwfg03s{8tklpfsbqpf+*8!#Aol`hojmv{ilmfpsj{fo$*8!=*8je+.ofewgbujgklqpfEl`vpqbjpfal{fpWqb`hfnfmw?,fn=abq!=-pq`>wltfqbow>!`baofkfmqz17s{8pfwvsjwbozpkbqsnjmlqwbpwftbmwpwkjp-qfpfwtkffodjqop,`pp,233&8`ovappwveeajaofulwfp#2333hlqfb~*8 abmgprvfvf>#x~8;3s{8`hjmdx \n\nbkfbg`ol`hjqjpkojhf#qbwjlpwbwpElqn!zbkll*X3^8Balvwejmgp?,k2=gfavdwbphpVQO#>`foop~*+*821s{8sqjnfwfoopwvqmp3{533-isd!psbjmafb`kwb{fpnj`qlbmdfo..=?,djewppwfuf.ojmhalgz-~*8 \nnlvmw#+2::EBR?,qldfqeqbmh@obpp1;s{8effgp?k2=?p`lwwwfpwp11s{8gqjmh*#\x7F\x7F#oftjppkboo 30:8#elq#olufgtbpwf33s{8ib9npjnlm?elmwqfsoznffwpvmwfq`kfbswjdkwAqbmg*#">#gqfpp`ojspqllnplmhfznlajonbjm-Mbnf#sobwfevmmzwqffp`ln,!2-isdtnlgfsbqbnPWBQWofew#jggfm/#132*8 ~ elqn-ujqvp`kbjqwqbmptlqpwSbdfpjwjlmsbw`k?".. l.`b`ejqnpwlvqp/333#bpjbmj((*xbglaf$*X3^jg>23alwk8nfmv#-1-nj-smd!hfujm`lb`k@kjogaqv`f1-isdVQO*(-isd\x7Fpvjwfpoj`fkbqqz213!#ptffwwq= mbnf>gjfdlsbdf#ptjpp..= eee8!=Old-`ln!wqfbwpkffw*#%%#27s{8poffsmwfmwejofgib9ojg>!`Mbnf!tlqpfpklwp.al{.gfowb %ow8afbqp97;Y?gbwb.qvqbo?,b=#psfmgabhfqpklsp>#!!8sks!=`wjlm20s{8aqjbmkfoolpjyf>l>&1E#iljmnbzaf?jnd#jnd!=/#eipjnd!#!*X3^NWlsAWzsf!mftozGbmph`yf`kwqbjohmltp?,k6=ebr!=yk.`m23*8 .2!*8wzsf>aovfpwqvozgbujp-ip$8= ?"pwffo#zlv#k1= elqn#ifpvp233&#nfmv- \n tbofpqjphpvnfmwggjmda.ojhwfb`kdje!#ufdbpgbmphffpwjpkrjspvlnjplaqfgfpgffmwqfwlglpsvfgfb/]lpfpw/Mwjfmfkbpwblwqlpsbqwfglmgfmvfulkb`fqelqnbnjpnlnfilqnvmglbrv/Ag/Abpp/_olbzvgbef`kbwlgbpwbmwlnfmlpgbwlplwqbppjwjlnv`klbklqbovdbqnbzlqfpwlpklqbpwfmfqbmwfpelwlpfpwbpsb/Apmvfubpbovgelqlpnfgjlrvjfmnfpfpslgfq`kjofpfq/Muf`fpgf`jqilp/Efpwbqufmwbdqvslkf`klfoolpwfmdlbnjdl`lpbpmjufodfmwfnjpnbbjqfpivojlwfnbpkb`jbebulqivmjlojaqfsvmwlavfmlbvwlqbaqjoavfmbwf{wlnbqylpbafqojpwbovfdl`/_nlfmfqlivfdlsfq/Vkbafqfpwlzmvm`bnvifqubolqevfqbojaqldvpwbjdvboulwlp`bplpdv/Absvfglplnlpbujplvpwfggfafmml`kfavp`bebowbfvqlppfqjfgj`kl`vqpl`obuf`bpbpof/_msobylobqdllaqbpujpwbbslzlivmwlwqbwbujpwl`qfbq`bnslkfnlp`jm`l`bqdlsjplplqgfmkb`fm/Mqfbgjp`lsfgql`fq`bsvfgbsbsfonfmlq/Vwjo`obqlilqdf`boofslmfqwbqgfmbgjfnbq`bpjdvffoobppjdol`l`kfnlwlpnbgqf`obpfqfpwlmj/]lrvfgbsbpbqabm`lkjilpujbifsbaol/Epwfujfmfqfjmlgfibqelmgl`bmbomlqwfofwqb`bvpbwlnbqnbmlpovmfpbvwlpujoobufmglsfpbqwjslpwfmdbnbq`loofubsbgqfvmjglubnlpylmbpbnalpabmgbnbqjbbavplnv`kbpvajqqjlibujujqdqbgl`kj`bboo/Ailufmgj`kbfpwbmwbofppbojqpvfolsfplpejmfpoobnbavp`l/Epwboofdbmfdqlsobybkvnlqsbdbqivmwbglaofjpobpalopbab/]lkbaobov`kb/mqfbgj`fmivdbqmlwbpuboofboo/M`bqdbglolqbabilfpw/Edvpwlnfmwfnbqjlejqnb`lpwlej`kbsobwbkldbqbqwfpofzfpbrvfonvpflabpfpsl`lpnjwbg`jfol`kj`lnjfgldbmbqpbmwlfwbsbgfafpsobzbqfgfppjfwf`lqwf`lqfbgvgbpgfpflujfilgfpfbbdvbp%rvlw8glnbjm`lnnlmpwbwvpfufmwpnbpwfqpzpwfnb`wjlmabmmfqqfnlufp`qloovsgbwfdolabonfgjvnejowfqmvnafq`kbmdfqfpvowsvaoj`p`qffm`kllpfmlqnbowqbufojppvfpplvq`fwbqdfwpsqjmdnlgvofnlajofptjw`ksklwlpalqgfqqfdjlmjwpfoepl`jbob`wjuf`lovnmqf`lqgelooltwjwof=fjwkfqofmdwkebnjozeqjfmgobzlvwbvwklq`qfbwfqfujftpvnnfqpfqufqsobzfgsobzfqf{sbmgsloj`zelqnbwglvaofsljmwppfqjfpsfqplmojujmdgfpjdmnlmwkpelq`fpvmjrvftfjdkwsflsoffmfqdzmbwvqfpfbq`kejdvqfkbujmd`vpwlnleepfwofwwfqtjmgltpvanjwqfmgfqdqlvspvsolbgkfbowknfwklgujgflpp`klloevwvqfpkbgltgfabwfubovfpLaif`wlwkfqpqjdkwpofbdvf`kqlnfpjnsofmlwj`fpkbqfgfmgjmdpfbplmqfslqwlmojmfprvbqfavwwlmjnbdfpfmbaofnlujmdobwfpwtjmwfqEqbm`fsfqjlgpwqlmdqfsfbwOlmglmgfwbjoelqnfggfnbmgpf`vqfsbppfgwlddofsob`fpgfuj`fpwbwj``jwjfppwqfbnzfooltbwwb`hpwqffweojdkwkjggfmjmel!=lsfmfgvpfevouboofz`bvpfpofbgfqpf`qfwpf`lmggbnbdfpslqwpf{`fswqbwjmdpjdmfgwkjmdpfeef`wejfogppwbwfpleej`fujpvbofgjwlqulovnfQfslqwnvpfvnnlujfpsbqfmwb``fppnlpwoznlwkfq!#jg>!nbqhfwdqlvmg`kbm`fpvqufzafelqfpznalonlnfmwpsff`knlwjlmjmpjgfnbwwfq@fmwfqlaif`wf{jpwpnjggofFvqlsfdqltwkofdb`znbmmfqfmlvdk`bqffqbmptfqlqjdjmslqwbo`ojfmwpfof`wqbmgln`olpfgwlsj`p`lnjmdebwkfqlswjlmpjnsozqbjpfgfp`bsf`klpfm`kvq`kgfejmfqfbplm`lqmfqlvwsvwnfnlqzjeqbnfsloj`fnlgfopMvnafqgvqjmdleefqppwzofphjoofgojpwfg`boofgpjoufqnbqdjmgfofwfafwwfqaqltpfojnjwpDolabopjmdoftjgdfw`fmwfqavgdfwmltqbs`qfgjw`objnpfmdjmfpbefwz`klj`fpsjqjw.pwzofpsqfbgnbhjmdmffgfgqvppjbsofbpff{wfmwP`qjswaqlhfmbooltp`kbqdfgjujgfeb`wlqnfnafq.abpfgwkflqz`lmejdbqlvmgtlqhfgkfosfg@kvq`kjnsb`wpklvogbotbzpoldl!#alwwlnojpw!=*xubq#sqfej{lqbmdfKfbgfq-svpk+`lvsofdbqgfmaqjgdfobvm`kQfujftwbhjmdujpjlmojwwofgbwjmdAvwwlmafbvwzwkfnfpelqdlwPfbq`kbm`klqbonlpwolbgfg@kbmdfqfwvqmpwqjmdqfolbgNlajofjm`lnfpvssozPlvq`flqgfqpujftfg%maps8`lvqpfBalvw#jpobmg?kwno#`llhjfmbnf>!bnbylmnlgfqmbguj`fjm?,b=9#Wkf#gjboldklvpfpAFDJM#Nf{j`lpwbqwp`fmwqfkfjdkwbggjmdJpobmgbppfwpFnsjqfP`kllofeelqwgjqf`wmfbqoznbmvboPfof`w- Lmfiljmfgnfmv!=SkjojsbtbqgpkbmgofjnslqwLeej`fqfdbqgphjoopmbwjlmPslqwpgfdqfftffhoz#+f-d-afkjmggl`wlqolddfgvmjwfg?,a=?,afdjmpsobmwpbppjpwbqwjpwjppvfg033s{\x7F`bmbgbbdfm`zp`kfnfqfnbjmAqbyjopbnsofoldl!=afzlmg.p`bofb``fswpfqufgnbqjmfEllwfq`bnfqb?,k2= \\elqn!ofbufppwqfpp!#,= -dje!#lmolbgolbgfqL{elqgpjpwfqpvqujuojpwfmefnbofGfpjdmpjyf>!bssfbowf{w!=ofufopwkbmhpkjdkfqelq`fgbmjnbobmzlmfBeqj`bbdqffgqf`fmwSflsof?aq#,=tlmgfqsqj`fpwvqmfg\x7F\x7F#x~8nbjm!=jmojmfpvmgbztqbs!=ebjofg`fmpvpnjmvwfafb`lmrvlwfp263s{\x7Ffpwbwfqfnlwffnbjo!ojmhfgqjdkw8pjdmboelqnbo2-kwnopjdmvssqjm`feolbw9-smd!#elqvn-B``fppsbsfqpplvmgpf{wfmgKfjdkwpojgfqVWE.;!%bns8#Afelqf-#TjwkpwvgjlltmfqpnbmbdfsqlejwiRvfqzbmmvbosbqbnpalvdkwebnlvpdlldofolmdfqj((*#xjpqbfopbzjmdgf`jgfklnf!=kfbgfqfmpvqfaqbm`ksjf`fpaol`h8pwbwfgwls!=?qb`jmdqfpjyf..%dw8sb`jwzpf{vboavqfbv-isd!#23/333lawbjmwjwofpbnlvmw/#Jm`-`lnfgznfmv!#ozqj`pwlgbz-jmgffg`lvmwz\\oldl-EbnjozollhfgNbqhfwopf#jeSobzfqwvqhfz*8ubq#elqfpwdjujmdfqqlqpGlnbjm~fopfxjmpfqwAold?,ellwfqoldjm-ebpwfqbdfmwp?algz#23s{#3sqbdnbeqjgbzivmjlqgloobqsob`fg`lufqpsovdjm6/333#sbdf!=alpwlm-wfpw+bubwbqwfpwfg\\`lvmwelqvnpp`kfnbjmgf{/ejoofgpkbqfpqfbgfqbofqw+bssfbqPvanjwojmf!=algz!= )#WkfWklvdkpffjmdifqpfzMftp?,ufqjezf{sfqwjmivqztjgwk>@llhjfPWBQW#b`qlpp\\jnbdfwkqfbgmbwjufsl`hfwal{!= Pzpwfn#Gbujg`bm`fqwbaofpsqlufgBsqjo#qfboozgqjufqjwfn!=nlqf!=albqgp`lolqp`bnsvpejqpw#\x7F\x7F#X^8nfgjb-dvjwbqejmjpktjgwk9pkltfgLwkfq#-sks!#bppvnfobzfqptjoplmpwlqfpqfojfeptfgfm@vpwlnfbpjoz#zlvq#Pwqjmd Tkjowbzolq`ofbq9qfplqweqfm`kwklvdk!*#(#!?algz=avzjmdaqbmgpNfnafqmbnf!=lssjmdpf`wlq6s{8!=upsb`fslpwfqnbilq#`leeffnbqwjmnbwvqfkbssfm?,mbu=hbmpbpojmh!=Jnbdfp>ebopftkjof#kpsb`f3%bns8# Jm##sltfqSlophj.`lolqilqgbmAlwwlnPwbqw#.`lvmw1-kwnomftp!=32-isdLmojmf.qjdkwnjoofqpfmjlqJPAM#33/333#dvjgfpubovf*f`wjlmqfsbjq-{no!##qjdkwp-kwno.aol`hqfdF{s9klufqtjwkjmujqdjmsklmfp?,wq=vpjmd# \nubq#=$*8 \n?,wg= ?,wq= abkbpbaqbpjodbofdlnbdzbqslophjpqsphj4]4C5d\bTA\nzk\vBl\bQ\x7F\vUmGx\bSM\nmC\bTA wQ\nd}\bW@\bTl\bTF i@ cT\vBM\v|jBV qw cC\bWI\npa fM\n{Z{X\bTF\bVV\bVK \x7FmkF []\bPm\bTv\nsI\vpg [I\bQpmx\v_W\n^M\npe\vQ}\vGu\nel\npeChBV\bTA So\nzk\vGL\vxD\nd[JzMY\bQpli\nfl\npC{BNt\vwT i_\bTgQQ\n|p\vXN\bQS\vxDQC\bWZ pD\vVS\bTWNtYh\nzuKjN} wr Ha\n_D j`\vQ}\vWp\nxZ{c ji BU\nbDa| Tn pV\nZd\nmC\vEV{X c} To\bWl\bUd IQ cg\vxs\nXW wR\vek c} ]y Jn\nrp\neg\npV\nz\\{W\npl\nz\\\nzU Pc `{\bV@\nc|\bRw i_\bVb\nwX HvSu\bTF\v_W\vWs\vsIm\x7F\nTT\ndc US }f iZ\bWz c}MD Be iD\v@@\bTl\bPv }tSwM`\vnU kW\ved\nqo\vxY A|\bTz\vy`BRBM iaXU\nyun^ fL iI\nXW fD\bWz\bW@ yj \x7Fm av BN\vb\\ pD\bTf\nY[ Jn\bQy [^\vWc\vyuDlCJ\vWj\vHR `V\vuW Qy\np@\vGuplJm\bW[\nLP\nxC\n`m wQui\x7FR\nbI wQ BZ WVBR\npg cgtiCW\n_y Rg\bQa\vQB\vWc\nYble\ngESu\nL[ Q\x7F ea dj\v]W\nb~M` wL\bTV\bVH\nt\x7F\npl |bs_\bU|\bTaoQlvSkM`\bTv\vK}\nfl cCoQBR Hk |d\bQp HK BZ\vHR\bPv\vLx\vEZ\bT\x7F\bTv iDoDMU\vwBSuk`St\ntC Pl Kg\noi jY\vxYh}\nzk\bWZ \x7Fm\ve` TB fE\nzk `zYh\nV| HK AJ AJ\bUL p\\ ql\nYcKd\nfyYh [I\vDgJm\n]n\nlb\bUd\n{Z lu fsoQ\bTWJm\vwB eaYhBC sb Tn\nzU\n_y\vxY Q]\ngwmt O\\\ntb\bWW\bQy mI V[\ny\\\naB\vRb wQ\n]QQJ\bWg\vWa\bQj\ntC\bVH\nYm\vxs\bVK\nel\bWI\vxYCq\ntR\vHV\bTl\bVw ay\bQa\bVV }t dj\nr| p\\ wR\n{i\nTT [I i[ AJ\vxs\v_W d{\vQ} cg Tz A| Cj\vLmN}m\x7F\nbK dZ p\\ `V sV\np@ iD wQ\vQ}\bTfkaJm\v@@\bV` zp\n@NSw iI cg\noiSu\bVwloCy c}\vb\\ sUBA\bWI\bTf\nxS Vp\nd|\bTV\vbC NoJu\nTC |`\n{Z D]\bU| c}lm\bTl Bv Pl c}\bQp \x7Fm\nLk kj\n@NSbKO j_ p\\\nzU\bTl\bTg\bWI cfXO\bWW\ndzli BN\nd[\bWOMD\vKC dj I_\bVV\ny\\\vLmxl xB kV\vb\\\vJW\vVS Vx\vxD d{MD\bTa |`\vPzR}\vWsBM\nsICN\bTaJm\npe i_\npV\nrh Rd Hv\n~A\nxR\vWh\vWk\nxS\vAz\vwX\nbIoQ fw\nqI\nV|\nunz\x7F\vpg d\\\voA{D i_xB\bT\x7F `Vqr TTg]CA\vuR VJ T`\npw\vRb I_\nCxRo\vsICjKh Bv WVBBoD{D\nhcKm\v^R QE\n{I\np@\nc|Gt c}Dl\nzUqN sVk} Hh\v|j\nqou| Q]\vek\x7FZM`St\npe dj\bVG\veE \x7Fm\vWc|I\n[W fL\bT\x7F BZSu\vKaCqNtY[\nqI\bTv fM i@ }fB\\ Qy\vBl\bWgXDkc\vx[\bVV Q] \x7Fa Py\vxD\nfI }foD dj SGls ~DCN\n{Z \\v\n_D\nhc\vx_C[ AJ\nLM VxCI bj c^ cF\ntCSx wrXA\bU\\ |a\vK\\\bTV\bVj\nd| fsCX\ntb\bRw Vx AE A|\bT\x7FNt\vDg Vc\bTld@\npo \x7FM cF\npe iZ Bo\bSq\nfHl`\bTx\bWf HE\vF{ cO fD\nlm\vfZ\nlm\veU dGBH\bTV SiMW\nwX\nz\\ \\cCX\nd} l}\bQp\bTV F~\bQ\x7F `i\ng@nO\bUd\bTl\nL[ wQ ji\ntC |J\nLU\naB\vxYKj AJuN i[\npeSk\vDg\vx]\bVb\bVV\nea kV\nqI\bTaSk\nAO pD\ntb\nts\nyi\bVg i_\v_W\nLkNt yj fMR\x7F iI\bTl\vwX sV\vMl\nyu AJ\bVjKO WV\vA}\vW\x7F\nrp iD\v|olv\vsIBM d~ CU\bVbeV\npC\vwT j` c}\vxs\vps\vvh WV\vGg\vAe\vVK\v]W rg\vWcF` Br\vb\\ dZ\bQp\nqIkF\nLk\vAR\bWI\bTg bs dw\n{L\n_y iZ\bTA lg\bVV\bTl dk\n`k a{ i_{Awj wN\v@@\bTe i_\n_D wL\nAH\viK\vek\n[] p_ yj\bTv US [r\n{I\npsGt\vVK\nplS}\vWP |dMD\vHV\bT\x7FR}M`\bTV\bVHlvCh\bW[Ke R{\v^R ab BZ VA B`\nd|\nhsKe BeOi R{ d\\nB\bWZ dZ VJOs \x7FmuQ\vhZQ@QQ\nfI\bW[B\\li\nzU\nMdM`\nxS\bVV\n\\}\vxD \x7Fm\bTpIS\nc| kVi~ V{\vhZ |b\bWt\n@R\voA\vnU\bWI ea B` iD c} TzBR\vQBNj CP [I\bTv `WuN\vpg\vpg\vWc iT bs wL U_ c\\ |h\vKa Nr fL\nq|\nzu\nz\\ Nr\bUg |bm`\bTv\nyd\nrp\bWf UXBV\nzk\nd} wQ }fCe\ved\bTW\bSB\nxU cn\bTb\ne\x7F a\\ SG\bU|\npV\nN\\Kn\vnU At pD\v^R\vIrb[ R{ dE\vxD\vWK\vWA\bQL\bW@Su\bUd\nDM PcCADloQ Hswiub\n\x7Fa\bQpOb\nLP\bTlY[\vK} AJ\bQ\x7Fn^\vsA\bSM\nqM\bWZ\n^W\vz{S| fD\bVK\bTv\bPvBB CPdF id\vxsmx\vws cC\ntC ycM`\vW\x7F\nrh\bQp\vxD\\o\nsI_k\nzukF fDXsXO jp\bTvBS{B Br\nzQ\nbI c{BDBVnO\bTF caJd fL PV I_\nlK`o wX\npa gu\bP}{^\bWf\n{I BN\npaKl\vpg cn fL\vvhCq\bTl\vnU\bSqCm wR\bUJ\npe\nyd\nYgCy\vKW fD\neaoQ j_ BvnM\vID\bTa\nzApl\n]n\bTa R{ fr\n_y\bUg{Xkk\vxD|Ixl\nfyCe\vwB\nLk\vd]\noi\n}h Q]\npe\bVwHkOQ\nzk AJ\npV\bPv\ny\\ A{Oi\bSBXA\veE jp\nq} iDqN\v^R \x7Fm iZ Br\bVg\noi\n\\X U_\nc|\vHV\bTf Tn\\N\\N\nuBlv\nyu Td\bTf\bPL\v]W dG\nA`\nw^\ngI\npe dw\nz\\ia\bWZ cFJm\n{Z\bWO_kDfRR d\\\bVV\vxsBNtilm Td ]y\vHV So\v|jXX A|\vZ^\vGu\bTWM`kF\vhZ\vVK dG\vBl ay\nxUqEnO\bVw\nqICX\ne\x7F Pl\bWO\vLm dLuHCm dTfn\vwBka\vnU\n@M\nyT Hv \\}Kh d~Yhk}\neR d\\\bWI |b HK iD\bTWMY\npl\bQ_ wr\vAx HE\bTg\bSqvp\vb\\\bWO\nOl\nsI\nfy\vID \\c\n{Z\n^~\npe\nAO TT\vxvk_\bWO\v|j\vwB Qy i@ Pl Ha dZk}ra UT\vJc\ved\np@ QN\nd| kj HkM`\noi wr d\\\nlq\no_\nlb\nL[ acBBBHCm\npl IQ\bVK\vxs\n`e\viK\npaOi US\bTp fD\nPGkkXA\nz\\\neg\vWh wRqN\nqS cnlo\nxS\n^W BU\nt\x7F HE p\\ fF fw\bVV\bW@ ak\vVKls VJ\bVV\veE\\o\nyX\nYmM`lL\nd|\nzk A{sE wQXT\nt\x7F Pl ]y\vwT{pMD\vb\\ Q]Kj Jn\nAH\vRb BU HK \\c\nfIm\x7F\nqM\n@R So\noiBT Hv\n_yKh BZ ]i\bUJ V{Sr\nbI\vGg a_\bTR\nfI\nfl [K IIS|\vuW iI\bWI\nqI\v|jBV\bVg\bWZkF\vx]\bTA ab fr i@ Jd Jd\vps\nAO\bTaxu iD\nzk |d |`\bW[ lP dG\bVV\vw}\vqO i[\bQ\x7F\bTz\vVF wNts dw\bTv\neS\ngi NryS\npe\bVV\bSq\n`m yj BZ\vWX\bSB c\\\nUR [J c_nM\bWQ\vAx\nMd Brui\vxY\bSM\vWc\v|j\vxs }Q BO\bPL\bWW fM\nAO Pc\veUe^\bTg\nqI ac\bPv cFoQ Q\x7F\vhZka\nz\\ iK BU\n`k CPS|M`\n{I S{_O BZZiSk ps p\\\nYu\n]s\nxC\bWt\nbD kV\vGuyS\nqA [r\neKM` dZlL\bUg\bTl\nbD US\vb\\ pV\nccS\\ ct `z\bPL\vWs\nA`\neg\bSquECR\vDg `W\vz{\vWcSkSk bW\bUg ea\nxZ iI UX VJ\nqn S{\vRb\bTQ\nplGt\vuWuj\npF\nqI fL [I iaXO\nyu\vDg\ved q{VG\bQ\x7Fka Vj kV xB\nd|\np@ QN Pc ps]j kV oU\bTp\nzUnB\vB] a{\bV@\n]nm` cz R{m`\bQa\vwT\bSMMYqN dj~s\vQ}MY\vMB Bv wR\bRg\vQ} ql\vKC\nrmxuCC\vwB\vvh BqXq\npV i_ObuE\nbd\nqo\v{i\nC~ BL\veEuH\bVjEyGz\vzR\v{i cf\n{Z\n]nXA\vGu\vnU hS\vGI\nCc HE\bTA HBBHCj\nCc\bTF HE\nXI A{\bQ\x7F c\\\vmO\vWX\nfH\np@MY\bTF\nlK Bt\nzU TTKm\vwT\npV\ndt\vyI Vx Q\x7F Rg Td\nzU\bRS\nLM wAnM Tn\ndS ]g\nLc\vwB }t [I CPkX\vFm\vhZm\x7F i[\np@\vQ}\vW\x7F |d\nMO\nMd f_ fD cJ Hz\vRb io PyY[\nxU ct\v@@ ww\bPvBMFF\ntbv|\vKm Bq BqKh`o\nZdXU i] |` StB\\\bQ\x7F\v_W TJ\nqI |a A{\vuPMD Pl\nxR fL\vws c{ d\\\bV`\neg HKkc\nd|\bVV\ny\\kc i]\bVG `V ss I_ AE bs du\nel pD\vW\x7F\nqslv\bSMZi\vVKia\vQB Q\x7F\n{Z\bPt\vKl\nlK\nhs\ndS\bVKmf\nd^ kV cO\nc|\bVH \\]\bTv\bSq mI\vDg VJ cn\ny\\\bVg\bTv\nyX\bTF ]]\bTp\noi\nhs\veU\nBf djMr\n|p \\g ]r\bVb{D\nd[XN fM O\\s_ cf iZXN\vWc qv\n`m U^oD\nd|\vGg dE\vwflou}\nd|oQ `iOi\vxD\ndZ\nCxYw\nzk\ntb\ngw yj B`\nyX\vps\ntC\vpP\vqw\bPu\bPX Dm\npwNj ss aG\vxs\bPt\noLGz Ok i@ i]eC IQ ii dj\v@J |duh\bWZ\veU\vnU\bTa cCg]\nzkYh\bVK\nLU\np@\ntb\ntR Cj\vNP i@\bP{\n\\}\n{c\nwX fL\bVG c{ |` AJ |C fDln |d bs\nqI{B\vAx\np@\nzk\vRbOs\vWSe^\vD_ Bv\vWd\bVb\vxs\veE\bRw\n]n\n|p\vg| fwkc\bTIka\n\\TSp ju\vps\npeu|\vGr\bVe CU]MXU\vxD\bTa IQ\vWq CU am dj\bSoSw\vnUCh Q]s_\bPt fS\bTa \\}\n@OYc UZ\bTx\npe\vnU\nzU |} iD\nz\\\bSM\vxDBR\nzQ QN]MYh\nLP\vFm\vLXvc\vqlka HK\bVb\ntC\nCy\bTv\nuVoQ `z [I B`\vRb yj sb\vWs\bTl kV\ved\ne\x7FlL\vxN \x7Fm\nJn jY\vxD\bVb\bSq\vyu wL\vXL\bTA pg At nDXX wR\npl\nhwyS\nps cO\bW[\v|jXN sV p\\ Be\nb~\nAJ\n]ek`qN dw WV HE\vEVJz id B` zhE] fD\bTgqN\bTa jaCv\bSM\nhc\bUet_ ieg] wQ\nPn\bVB jw\bVg\vbE BZ\vRH\bP{ jp\n\\} a_ cC |a\vD] BZ i[ fD\vxW\no_ d\\\n_D\ntb \\c AJ\nlKoQlo\vLx\vM@\bWZKn\vpg\nTi\nIv\n|r\v@}JzLmWhk}ln\vxD\n]sgc\vps Br\bTW\vBMtZ\nBYDW jf\vSWC}\nqo dE mv IQ\bPP\bUblvBC\nzQ [I\vgl\nig\bUsBT\vbC\bSq sU iW\nJn SY HK rg\npV\vID\v|jKO `S |a`vbmglfmujbqnbgqjgavp`bqjmj`jlwjfnslslqrvf`vfmwbfpwbglsvfgfmivfdlp`lmwqbfpw/Mmmlnaqfwjfmfmsfqejonbmfqbbnjdlp`jvgbg`fmwqlbvmrvfsvfgfpgfmwqlsqjnfqsqf`jlpfd/Vmavfmlpuloufqsvmwlppfnbmbkba/Abbdlpwlmvfulpvmjglp`bqolpfrvjslmj/]lpnv`klpbodvmb`lqqfljnbdfmsbqwjqbqqjabnbq/Abklnaqffnsoflufqgbg`bnajlnv`kbpevfqlmsbpbglo/Amfbsbqf`fmvfubp`vqplpfpwbabrvjfqlojaqlp`vbmwlb``fplnjdvfoubqjlp`vbwqlwjfmfpdqvslppfq/Mmfvqlsbnfgjlpeqfmwfb`fq`bgfn/Mplefqwb`l`kfpnlgfoljwbojbofwqbpbod/Vm`lnsqb`vbofpf{jpwf`vfqslpjfmglsqfmpboofdbqujbifpgjmfqlnvq`jbslgq/Msvfpwlgjbqjlsvfaolrvjfqfnbmvfosqlsjl`qjpjp`jfqwlpfdvqlnvfqwfevfmwf`fqqbqdqbmgffef`wlsbqwfpnfgjgbsqlsjbleqf`fwjfqqbf.nbjoubqjbpelqnbpevwvqllaifwlpfdvjqqjfpdlmlqnbpnjpnlp/Vmj`l`bnjmlpjwjlpqby/_mgfajglsqvfabwlofglwfm/Abifp/Vpfpsfql`l`jmblqjdfmwjfmgb`jfmwl`/Mgjykbaobqpfq/Abobwjmbevfqybfpwjoldvfqqbfmwqbq/E{jwlo/_sfybdfmgbu/Agflfujwbqsbdjmbnfwqlpibujfqsbgqfpe/M`jo`bafyb/Mqfbppbojgbfmu/Alibs/_mbavplpajfmfpwf{wlpoofubqsvfgbmevfqwf`ln/Vm`obpfpkvnbmlwfmjglajoablvmjgbgfpw/Mpfgjwbq`qfbgl<X<W=c=k=n<R<V<\\<V<T<W<T=a=n<R<^=m<Y<Y<_<R<S=l<T=n<\\<V<Y=e<Y=o<Z<Y<v<\\<V<]<Y<[<]=g<W<R<Q<T<~=m<Y<S<R<X<A=n<R=n<R<P=k<Y<P<Q<Y=n<W<Y=n=l<\\<[<R<Q<\\<_<X<Y<P<Q<Y<x<W=c<s=l<T<Q<\\=m<Q<T=i=n<Y<P<V=n<R<_<R<X<^<R=n=n<\\<P<M<D<|<P<\\=c<K=n<R<^<\\=m<^<\\<P<Y<P=o<N<\\<V<X<^<\\<Q<\\<P=a=n<T=a=n=o<~<\\<P=n<Y=i<S=l<R=n=o=n<Q<\\<X<X<Q=c<~<R=n=n=l<T<Q<Y<U<~<\\=m<Q<T<P=m<\\<P=n<R=n=l=o<]<r<Q<T<P<T=l<Q<Y<Y<r<r<r<W<T=j=a=n<\\<r<Q<\\<Q<Y<P<X<R<P<P<R<U<X<^<Y<R<Q<R=m=o<X\fHy\fIk\fHU\fId\fHy\fIl\fHT\fIk\fHy\fHR\fHy\fIg\fHx\fH\\\fHF\fH\\\fHD\fIk\fHc\fHy\fHy\fHS\fHA\fIl\fHk\fHT\fHy\fH\\\fHH\fIg\fHU\fIg\fHj\fHF\fHU\fIl\fHC\fHU\fHC\fHR\fHH\fHy\fHI\fHRibdqbm\fHj\fHp\fHp\fIg\fHi\fH@\fHJ\fIg\fH{\fHd\fHp\fHR\fH{\fHc\fHU\fHB\fHk\fHD\fHY\fHU\fHC\fIk\fHI\fIk\fHI\fIl\fHt\fH\\\fHp\fH@\fHJ\fIl\fHy\fHd\fHp\fIl\fHY\fIk\fHD\fHd\fHD\fHc\fHU\fH\\\fHe\fHT\fHB\fIk\fHy\fHB\fHY\fIg\fH^\fIk\fHT\fH@\fHB\fHd\fHJ\fIk\fH\x7F\fH\\\fHj\fHB\fH@\fHT\fHA\fH\\\fH@\fHD\fHv\fH^\fHB\fHD\fHj\fH{\fHT\fIl\fH^\fIl4U5h5e4I5h5e5k4\\4K4N4B4]4U4C4C4K5h5e5k4\\5k4Y5d4]4V5f4]5o4K5j5d5h4K4D5f5j4U4]4Z4\\5h5o5k5j4K5f5d5i5n4K5h4U5h5f4K5j4K5h5o5j4A4F5e5n4D5h5d4A4E4K4B4]5m5n4[4U4D4C4]5o5j4I4\\4K5o5i4K4K4A4C4I5h4K5m5f5k4D4U4Z5o5f5m4D4A4G5d5i5j5d5k5d4O5j4K4@4C4K5h5k4K4_5h5i4U5j4C5h5f4_4U4D4]4Y5h5e5i5j4\\4D5k4K4O5j5k5i4G5h5o5j4F4K5h4K4A5f4G5i4Y4]4X4]4A4A5d5h5d5m5f4K4\\4K5h5o5h5i4]4E4K5j4F4K5h5m4O4D5d4B4K4Y4O5j4F4K5j5k4K5h5f4U4Z5d5d5n4C4K4D5j4B5f4]4D5j4F5h5o5i4X4K4M5d5k5f4K4D5d5n4Y4Y5d5i4K4]5n5i4O4A4C5j4A5j4U4C5i4]4O5f4K4A4E5o4F4D4C5d5j5f4@4D5i5j5k4F4A4F4@5k4E4_5j4E5f4F5i5o4]4E4V4^4E5j5m4_4D5f4F5h5h5k5h5j4K4F5h5o5n5h4D5h5i4K4U5j5k4O5d5h4X5f4M5j5d4]4O5i4K5m5f5o4D5o5h4\\4K4F4]4F4D4D4O5j5k5i4_4K5j5o4D5f4U5m5n4C4A4_5j5h5k5i4X4U4]4O5k5h4X5k4]5n4[4]4[5h4Dsqlejofpfquj`fgfebvowkjnpfoegfwbjop`lmwfmwpvsslqwpwbqwfgnfppbdfpv``fppebpkjlm?wjwof=`lvmwqzb``lvmw`qfbwfgpwlqjfpqfpvowpqvmmjmdsql`fpptqjwjmdlaif`wpujpjaoftfo`lnfbqwj`ofvmhmltmmfwtlqh`lnsbmzgzmbnj`aqltpfqsqjub`zsqlaofnPfquj`fqfpsf`wgjpsobzqfrvfpwqfpfquftfapjwfkjpwlqzeqjfmgplswjlmptlqhjmdufqpjlmnjoojlm`kbmmfotjmglt-bggqfppujpjwfgtfbwkfq`lqqf`wsqlgv`wfgjqf`welqtbqgzlv#`bmqfnlufgpvaif`w`lmwqlobq`kjuf`vqqfmwqfbgjmdojaqbqzojnjwfgnbmbdfqevqwkfqpvnnbqznb`kjmfnjmvwfpsqjubwf`lmwf{wsqldqbnpl`jfwzmvnafqptqjwwfmfmbaofgwqjddfqplvq`fpolbgjmdfofnfmwsbqwmfqejmboozsfqef`wnfbmjmdpzpwfnphffsjmd`vowvqf%rvlw8/ilvqmbosqlif`wpvqeb`fp%rvlw8f{sjqfpqfujftpabobm`fFmdojpk@lmwfmwwkqlvdkSofbpf#lsjmjlm`lmwb`wbufqbdfsqjnbqzujoobdfPsbmjpkdboofqzgf`ojmfnffwjmdnjppjlmslsvobqrvbojwznfbpvqfdfmfqbopsf`jfppfppjlmpf`wjlmtqjwfqp`lvmwfqjmjwjboqfslqwpejdvqfpnfnafqpklogjmdgjpsvwffbqojfqf{sqfppgjdjwbosj`wvqfBmlwkfqnbqqjfgwqbeej`ofbgjmd`kbmdfg`fmwqbouj`wlqzjnbdfp,qfbplmppwvgjfpefbwvqfojpwjmdnvpw#afp`kllopUfqpjlmvpvboozfsjplgfsobzjmddqltjmdlaujlvplufqobzsqfpfmwb`wjlmp?,vo= tqbssfqboqfbgz`fqwbjmqfbojwzpwlqbdfbmlwkfqgfphwlsleefqfgsbwwfqmvmvpvboGjdjwbo`bsjwboTfapjwfebjovqf`lmmf`wqfgv`fgBmgqljggf`bgfpqfdvobq#%bns8#bmjnbopqfofbpfBvwlnbwdfwwjmdnfwklgpmlwkjmdSlsvobq`bswjlmofwwfqp`bswvqfp`jfm`foj`fmpf`kbmdfpFmdobmg>2%bns8Kjpwlqz#>#mft#@fmwqbovsgbwfgPsf`jboMfwtlqhqfrvjqf`lnnfmwtbqmjmd@loofdfwlloabqqfnbjmpaf`bvpffof`wfgGfvwp`kejmbm`ftlqhfqprvj`hozafwtffmf{b`wozpfwwjmdgjpfbpfPl`jfwztfbslmpf{kjajw%ow8"..@lmwqlo`obppfp`lufqfglvwojmfbwwb`hpgfuj`fp+tjmgltsvqslpfwjwof>!Nlajof#hjoojmdpkltjmdJwbojbmgqlssfgkfbujozfeef`wp.2$^*8 `lmejqn@vqqfmwbgubm`fpkbqjmdlsfmjmdgqbtjmdajoojlmlqgfqfgDfqnbmzqfobwfg?,elqn=jm`ovgftkfwkfqgfejmfgP`jfm`f`bwboldBqwj`ofavwwlmpobqdfpwvmjelqnilvqmfzpjgfabq@kj`bdlklojgbzDfmfqbosbppbdf/%rvlw8bmjnbwfeffojmdbqqjufgsbppjmdmbwvqboqlvdkoz- Wkf#avw#mlwgfmpjwzAqjwbjm@kjmfpfob`h#lewqjavwfJqfobmg!#gbwb.eb`wlqpqf`fjufwkbw#jpOjaqbqzkvpabmgjm#eb`wbeebjqp@kbqofpqbgj`boaqlvdkwejmgjmdobmgjmd9obmd>!qfwvqm#ofbgfqpsobmmfgsqfnjvnsb`hbdfBnfqj`bFgjwjlm^%rvlw8Nfppbdfmffg#wlubovf>!`lnsof{ollhjmdpwbwjlmafojfufpnboofq.nlajofqf`lqgptbmw#wlhjmg#leEjqfel{zlv#bqfpjnjobqpwvgjfgnb{jnvnkfbgjmdqbsjgoz`ojnbwfhjmdglnfnfqdfgbnlvmwpelvmgfgsjlmffqelqnvobgzmbpwzklt#wl#Pvsslqwqfufmvff`lmlnzQfpvowpaqlwkfqplogjfqobqdfoz`boojmd-%rvlw8B``lvmwFgtbqg#pfdnfmwQlafqw#feelqwpSb`jej`ofbqmfgvs#tjwkkfjdkw9tf#kbufBmdfofpmbwjlmp\\pfbq`kbssojfgb`rvjqfnbppjufdqbmwfg9#ebopfwqfbwfgajddfpwafmfejwgqjujmdPwvgjfpnjmjnvnsfqkbspnlqmjmdpfoojmdjp#vpfgqfufqpfubqjbmw#qlof>!njppjmdb`kjfufsqlnlwfpwvgfmwplnflmff{wqfnfqfpwlqfalwwln9fuloufgboo#wkfpjwfnbsfmdojpktbz#wl##Bvdvpwpznalop@lnsbmznbwwfqpnvpj`bobdbjmpwpfqujmd~*+*8 sbznfmwwqlvaof`lm`fsw`lnsbqfsbqfmwpsobzfqpqfdjlmpnlmjwlq#$$Wkf#tjmmjmdf{solqfbgbswfgDboofqzsqlgv`fbajojwzfmkbm`f`bqffqp*-#Wkf#`loof`wPfbq`k#bm`jfmwf{jpwfgellwfq#kbmgofqsqjmwfg`lmplofFbpwfqmf{slqwptjmgltp@kbmmfojoofdbomfvwqbopvddfpw\\kfbgfqpjdmjmd-kwno!=pfwwofgtfpwfqm`bvpjmd.tfahjw`objnfgIvpwj`f`kbswfquj`wjnpWklnbp#nlyjoobsqlnjpfsbqwjfpfgjwjlmlvwpjgf9ebopf/kvmgqfgLoznsj`\\avwwlmbvwklqpqfb`kfg`kqlmj`gfnbmgppf`lmgpsqlwf`wbglswfgsqfsbqfmfjwkfqdqfbwozdqfbwfqlufqboojnsqluf`lnnbmgpsf`jbopfbq`k-tlqpkjsevmgjmdwklvdkwkjdkfpwjmpwfbgvwjojwzrvbqwfq@vowvqfwfpwjmd`ofbqozf{slpfgAqltpfqojafqbo~#`bw`kSqlif`wf{bnsofkjgf+*8EolqjgbbmptfqpbooltfgFnsfqlqgfefmpfpfqjlvpeqffglnPfufqbo.avwwlmEvqwkfqlvw#le#">#mvoowqbjmfgGfmnbqhuljg+3*,boo-ipsqfufmwQfrvfpwPwfskfm Tkfm#lapfquf?,k1= Nlgfqm#sqlujgf!#bow>!alqgfqp- Elq# Nbmz#bqwjpwpsltfqfgsfqelqnej`wjlmwzsf#lenfgj`bowj`hfwplsslpfg@lvm`jotjwmfppivpwj`fDflqdf#Afodjvn---?,b=wtjwwfqmlwbaoztbjwjmdtbqebqf#Lwkfq#qbmhjmdskqbpfpnfmwjlmpvqujufp`klobq?,s= #@lvmwqzjdmlqfgolpp#leivpw#bpDflqdjbpwqbmdf?kfbg=?pwlssfg2$^*8 jpobmgpmlwbaofalqgfq9ojpw#le`bqqjfg233/333?,k0= #pfufqboaf`lnfppfof`w#tfggjmd33-kwnonlmbq`klee#wkfwfb`kfqkjdkoz#ajloldzojef#lelq#fufmqjpf#le%qbrvl8sovplmfkvmwjmd+wklvdkGlvdobpiljmjmd`jq`ofpElq#wkfBm`jfmwUjfwmbnufkj`ofpv`k#bp`qzpwboubovf#>Tjmgltpfmilzfgb#pnboobppvnfg?b#jg>!elqfjdm#Boo#qjklt#wkfGjpsobzqfwjqfgkltfufqkjggfm8abwwofppffhjmd`bajmfwtbp#mlwollh#bw`lmgv`wdfw#wkfIbmvbqzkbssfmpwvqmjmdb9klufqLmojmf#Eqfm`k#ob`hjmdwzsj`bof{wqb`wfmfnjfpfufm#jedfmfqbwgf`jgfgbqf#mlw,pfbq`kafojfep.jnbdf9ol`bwfgpwbwj`-oldjm!=`lmufqwujlofmwfmwfqfgejqpw!=`jq`vjwEjmobmg`kfnjpwpkf#tbp23s{8!=bp#pv`kgjujgfg?,psbm=tjoo#afojmf#leb#dqfbwnzpwfqz,jmgf{-eboojmdgvf#wl#qbjotbz`loofdfnlmpwfqgfp`fmwjw#tjwkmv`ofbqIftjpk#sqlwfpwAqjwjpkeoltfqpsqfgj`wqfelqnpavwwlm#tkl#tbpof`wvqfjmpwbmwpvj`jgfdfmfqj`sfqjlgpnbqhfwpPl`jbo#ejpkjmd`lnajmfdqbskj`tjmmfqp?aq#,=?az#wkf#MbwvqboSqjub`z`llhjfplvw`lnfqfploufPtfgjpkaqjfeozSfqpjbmpl#nv`k@fmwvqzgfsj`wp`lovnmpklvpjmdp`qjswpmf{w#wlafbqjmdnbssjmdqfujpfgiRvfqz+.tjgwk9wjwof!=wllowjsPf`wjlmgfpjdmpWvqhjpkzlvmdfq-nbw`k+~*+*8 avqmjmdlsfqbwfgfdqffpplvq`f>Qj`kbqg`olpfozsobpwj`fmwqjfp?,wq= `lolq9 vo#jg>!slppfppqloojmdskzpj`pebjojmdf{f`vwf`lmwfpwojmh#wlGfebvow?aq#,= 9#wqvf/`kbqwfqwlvqjpn`obppj`sql`ffgf{sobjm?,k2= lmojmf-<{no#ufkfosjmdgjbnlmgvpf#wkfbjqojmffmg#..=*-bwwq+qfbgfqpklpwjmd eeeeeeqfbojyfUjm`fmwpjdmbop#pq`>!,Sqlgv`wgfpsjwfgjufqpfwfoojmdSvaoj`#kfog#jmIlpfsk#wkfbwqfbeef`wp?pwzof=b#obqdfglfpm$wobwfq/#Fofnfmwebuj`lm`qfbwlqKvmdbqzBjqslqwpff#wkfpl#wkbwNj`kbfoPzpwfnpSqldqbnp/#bmg##tjgwk>f%rvlw8wqbgjmdofew!= sfqplmpDlogfm#Beebjqpdqbnnbqelqnjmdgfpwqlzjgfb#le`bpf#lelogfpw#wkjp#jp-pq`#>#`bqwllmqfdjpwq@lnnlmpNvpojnpTkbw#jpjm#nbmznbqhjmdqfufbopJmgffg/frvbooz,pklt\\blvwgllqfp`bsf+Bvpwqjbdfmfwj`pzpwfn/Jm#wkf#pjwwjmdKf#boplJpobmgpB`bgfnz \n\n?"..Gbmjfo#ajmgjmdaol`h!=jnslpfgvwjojyfBaqbkbn+f{`fswxtjgwk9svwwjmd*-kwno+\x7F\x7F#X^8 GBWBX#)hjw`kfmnlvmwfgb`wvbo#gjbof`wnbjmoz#\\aobmh$jmpwboof{sfqwpje+wzsfJw#bopl%`lsz8#!=Wfqnpalqm#jmLswjlmpfbpwfqmwbohjmd`lm`fqmdbjmfg#lmdljmdivpwjez`qjwj`peb`wlqzjwp#ltmbppbvowjmujwfgobpwjmdkjp#ltmkqfe>!,!#qfo>!gfufols`lm`fqwgjbdqbngloobqp`ovpwfqsks<jg>bo`lklo*8~*+*8vpjmd#b=?psbm=ufppfopqfujuboBggqfppbnbwfvqbmgqljgboofdfgjoomfpptbohjmd`fmwfqprvbojeznbw`kfpvmjejfgf{wjm`wGfefmpfgjfg#jm \n?"..#`vpwlnpojmhjmdOjwwof#Allh#lefufmjmdnjm-ip<bqf#wkfhlmwbhwwlgbz$p-kwno!#wbqdfw>tfbqjmdBoo#Qjd8 ~*+*8qbjpjmd#Bopl/#`qv`jbobalvw!=gf`obqf..= ?p`ejqfel{bp#nv`kbssojfpjmgf{/#p/#avw#wzsf#>#  ?"..wltbqgpQf`lqgpSqjubwfElqfjdmSqfnjfq`klj`fpUjqwvboqfwvqmp@lnnfmwSltfqfgjmojmf8slufqwz`kbnafqOjujmd#ulovnfpBmwklmzoldjm!#QfobwfgF`lmlnzqfb`kfp`vwwjmddqbujwzojef#jm@kbswfq.pkbgltMlwbaof?,wg= #qfwvqmpwbgjvntjgdfwpubqzjmdwqbufopkfog#aztkl#bqftlqh#jmeb`vowzbmdvobqtkl#kbgbjqslqwwltm#le Plnf#$`oj`h$`kbqdfphfztlqgjw#tjoo`jwz#le+wkjp*8Bmgqft#vmjrvf#`kf`hfglq#nlqf033s{8#qfwvqm8qpjlm>!sovdjmptjwkjm#kfqpfoePwbwjlmEfgfqboufmwvqfsvaojpkpfmw#wlwfmpjlmb`wqfpp`lnf#wlejmdfqpGvhf#lesflsof/f{soljwtkbw#jpkbqnlmzb#nbilq!9!kwwsjm#kjp#nfmv!= nlmwkozleej`fq`lvm`jodbjmjmdfufm#jmPvnnbqzgbwf#leolzbowzejwmfppbmg#tbpfnsfqlqpvsqfnfPf`lmg#kfbqjmdQvppjbmolmdfpwBoafqwbobwfqbopfw#le#pnboo!=-bssfmggl#tjwkefgfqboabmh#leafmfbwkGfpsjwf@bsjwbodqlvmgp*/#bmg#sfq`fmwjw#eqln`olpjmd`lmwbjmJmpwfbgejewffmbp#tfoo-zbkll-qfpslmgejdkwfqlap`vqfqfeof`wlqdbmj`>#Nbwk-fgjwjmdlmojmf#sbggjmdb#tkloflmfqqlqzfbq#lefmg#le#abqqjfqtkfm#jwkfbgfq#klnf#leqfpvnfgqfmbnfgpwqlmd=kfbwjmdqfwbjmp`olvgeqtbz#le#Nbq`k#2hmltjmdjm#sbqwAfwtffmofpplmp`olpfpwujqwvboojmhp!=`qlppfgFMG#..=ebnlvp#btbqgfgOj`fmpfKfbowk#ebjqoz#tfbowkznjmjnboBeqj`bm`lnsfwfobafo!=pjmdjmdebqnfqpAqbpjo*gjp`vppqfsob`fDqfdlqzelmw#`lsvqpvfgbssfbqpnbhf#vsqlvmgfgalwk#leaol`hfgpbt#wkfleej`fp`lolvqpje+gl`vtkfm#kffmelq`fsvpk+evBvdvpw#VWE.;!=Ebmwbpzjm#nlpwjmivqfgVpvboozebqnjmd`olpvqflaif`w#gfefm`fvpf#le#Nfgj`bo?algz= fujgfmwaf#vpfghfz@lgfpj{wffmJpobnj` 333333fmwjqf#tjgfoz#b`wjuf#+wzsflelmf#`bm`lolq#>psfbhfqf{wfmgpSkzpj`pwfqqbjm?walgz=evmfqboujftjmdnjggof#`qj`hfwsqlskfwpkjewfggl`wlqpQvppfoo#wbqdfw`lnsb`wbodfaqbpl`jbo.avoh#lenbm#bmg?,wg= #kf#ofew*-ubo+*ebopf*8oldj`boabmhjmdklnf#wlmbnjmd#Bqjylmb`qfgjwp*8 ~*8 elvmgfqjm#wvqm@loojmpafelqf#Avw#wkf`kbqdfgWjwof!=@bswbjmpsfoofgdlggfppWbd#..=Bggjmd9avw#tbpQf`fmw#sbwjfmwab`h#jm>ebopf%Ojm`lomtf#hmlt@lvmwfqIvgbjpnp`qjsw#bowfqfg$^*8 ##kbp#wkfvm`ofbqFufmw$/alwk#jmmlw#boo ?"..#sob`jmdkbqg#wl#`fmwfqplqw#le`ojfmwppwqffwpAfqmbqgbppfqwpwfmg#wlebmwbpzgltm#jmkbqalvqEqffglniftfoqz,balvw--pfbq`kofdfmgpjp#nbgfnlgfqm#lmoz#lmlmoz#wljnbdf!#ojmfbq#sbjmwfqbmg#mlwqbqfoz#b`qlmzngfojufqpklqwfq33%bns8bp#nbmztjgwk>!,)#?"X@wjwof#>le#wkf#oltfpw#sj`hfg#fp`bsfgvpfp#lesflsofp#Svaoj`Nbwwkftwb`wj`pgbnbdfgtbz#elqobtp#lefbpz#wl#tjmgltpwqlmd##pjnsof~`bw`k+pfufmwkjmelal{tfmw#wlsbjmwfg`jwjyfmJ#glm$wqfwqfbw-#Plnf#tt-!*8 alnajmdnbjowl9nbgf#jm-#Nbmz#`bqqjfp\x7F\x7Fx~8tjtlqh#lepzmlmzngfefbwpebulqfglswj`bosbdfWqbvmofpp#pfmgjmdofew!=?`lnP`lqBoo#wkfiRvfqz-wlvqjpw@obppj`ebopf!#Tjokfonpvavqapdfmvjmfajpklsp-psojw+dolabo#elooltpalgz#lemlnjmbo@lmwb`wpf`vobqofew#wl`kjfeoz.kjggfm.abmmfq?,oj= -#Tkfm#jm#alwkgjpnjppF{solqfbotbzp#ujb#wkfpsb/]lotfoebqfqvojmd#bqqbmdf`bswbjmkjp#plmqvof#lekf#wllhjwpfoe/>3%bns8+`boofgpbnsofpwl#nbhf`ln,sbdNbqwjm#Hfmmfgzb``fswpevoo#lekbmgofgAfpjgfp,,..=?,baof#wlwbqdfwpfppfm`fkjn#wl#jwp#az#`lnnlm-njmfqbowl#wbhftbzp#wlp-lqd,obgujpfgsfmbowzpjnsof9je#wkfzOfwwfqpb#pklqwKfqafqwpwqjhfp#dqlvsp-ofmdwkeojdkwplufqobspoltoz#ofppfq#pl`jbo#?,s= \n\njw#jmwlqbmhfg#qbwf#levo= ##bwwfnswsbjq#lenbhf#jwHlmwbhwBmwlmjlkbujmd#qbwjmdp#b`wjufpwqfbnpwqbssfg!*-`pp+klpwjofofbg#wlojwwof#dqlvsp/Sj`wvqf..=  #qltp>!#laif`wjmufqpf?ellwfq@vpwlnU=?_,p`qploujmd@kbnafqpobufqztlvmgfgtkfqfbp">#$vmgelq#boosbqwoz#.qjdkw9Bqbajbmab`hfg#`fmwvqzvmjw#lenlajof.Fvqlsf/jp#klnfqjph#legfpjqfg@ojmwlm`lpw#lebdf#le#af`lnf#mlmf#les%rvlw8Njggof#fbg$*X3@qjwj`ppwvgjlp=%`lsz8dqlvs!=bppfnaonbhjmd#sqfppfgtjgdfw-sp9!#<#qfavjowaz#plnfElqnfq#fgjwlqpgfobzfg@bmlmj`kbg#wkfsvpkjmd`obpp>!avw#bqfsbqwjboAbazolmalwwln#`bqqjfq@lnnbmgjwp#vpfBp#tjwk`lvqpfpb#wkjqggfmlwfpbopl#jmKlvpwlm13s{8!=b``vpfgglvaof#dlbo#leEbnlvp#*-ajmg+sqjfpwp#Lmojmfjm#Ivozpw#(#!d`lmpvowgf`jnbokfosevoqfujufgjp#ufqzq$($jswolpjmd#efnbofpjp#boplpwqjmdpgbzp#lebqqjuboevwvqf#?laif`welq`jmdPwqjmd+!#,= \n\nkfqf#jpfm`lgfg-##Wkf#aboollmglmf#az,`lnnlmad`lolqobt#le#Jmgjbmbbuljgfgavw#wkf1s{#0s{irvfqz-bewfq#bsloj`z-nfm#bmgellwfq.>#wqvf8elq#vpfp`qffm-Jmgjbm#jnbdf#>ebnjoz/kwws9,,#%maps8gqjufqpfwfqmbopbnf#bpmlwj`fgujftfqp~*+*8 #jp#nlqfpfbplmpelqnfq#wkf#mftjp#ivpw`lmpfmw#Pfbq`ktbp#wkftkz#wkfpkjssfgaq=?aq=tjgwk9#kfjdkw>nbgf#le`vjpjmfjp#wkbwb#ufqz#Bgnjqbo#ej{fg8mlqnbo#NjppjlmSqfpp/#lmwbqjl`kbqpfwwqz#wl#jmubgfg>!wqvf!psb`jmdjp#nlpwb#nlqf#wlwboozeboo#le~*8 ##jnnfmpfwjnf#jmpfw#lvwpbwjpezwl#ejmggltm#wlolw#le#Sobzfqpjm#Ivmfrvbmwvnmlw#wkfwjnf#wlgjpwbmwEjmmjpkpq`#>#+pjmdof#kfos#leDfqnbm#obt#bmgobafofgelqfpwp`llhjmdpsb`f!=kfbgfq.tfoo#bpPwbmofzaqjgdfp,dolabo@qlbwjb#Balvw#X3^8 ##jw/#bmgdqlvsfgafjmd#b*xwkqltkf#nbgfojdkwfqfwkj`boEEEEEE!alwwln!ojhf#b#fnsolzpojuf#jmbp#pffmsqjmwfqnlpw#leva.ojmhqfif`wpbmg#vpfjnbdf!=pv``ffgeffgjmdMv`ofbqjmelqnbwl#kfosTlnfm$pMfjwkfqNf{j`bmsqlwfjm?wbaof#az#nbmzkfbowkzobtpvjwgfujpfg-svpk+xpfoofqppjnsoz#Wkqlvdk-`llhjf#Jnbdf+logfq!=vp-ip!=#Pjm`f#vmjufqpobqdfq#lsfm#wl"..#fmgojfp#jm$^*8 ##nbqhfwtkl#jp#+!GLN@lnbmbdfglmf#elqwzsfle#Hjmdglnsqlejwpsqlslpfwl#pklt`fmwfq8nbgf#jwgqfppfgtfqf#jmnj{wvqfsqf`jpfbqjpjmdpq`#>#$nbhf#b#pf`vqfgAbswjpwulwjmd# \n\nubq#Nbq`k#1dqft#vs@ojnbwf-qfnlufphjoofgtbz#wkf?,kfbg=eb`f#leb`wjmd#qjdkw!=wl#tlqhqfgv`fpkbp#kbgfqf`wfgpklt+*8b`wjlm>allh#lebm#bqfb>>#!kww?kfbgfq ?kwno=`lmelqneb`jmd#`llhjf-qfoz#lmklpwfg#-`vpwlnkf#tfmwavw#elqpsqfbg#Ebnjoz#b#nfbmplvw#wkfelqvnp-ellwbdf!=Nlajo@ofnfmwp!#jg>!bp#kjdkjmwfmpf..=?"..efnbof#jp#pffmjnsojfgpfw#wkfb#pwbwfbmg#kjpebpwfpwafpjgfpavwwlm\\alvmgfg!=?jnd#Jmelal{fufmwp/b#zlvmdbmg#bqfMbwjuf#`kfbsfqWjnflvwbmg#kbpfmdjmfptlm#wkf+nlpwozqjdkw9#ejmg#b#.alwwlnSqjm`f#bqfb#lenlqf#lepfbq`k\\mbwvqf/ofdboozsfqjlg/obmg#lelq#tjwkjmgv`fgsqlujmdnjppjofol`boozBdbjmpwwkf#tbzh%rvlw8s{8!= svpkfg#babmglmmvnfqbo@fqwbjmJm#wkjpnlqf#jmlq#plnfmbnf#jpbmg/#jm`qltmfgJPAM#3.`qfbwfpL`wlafqnbz#mlw`fmwfq#obwf#jmGfefm`ffmb`wfgtjpk#wlaqlbgoz`llojmdlmolbg>jw-#Wkfqf`lufqNfnafqpkfjdkw#bppvnfp?kwno= sflsof-jm#lmf#>tjmgltellwfq\\b#dllg#qfhobnblwkfqp/wl#wkjp\\`llhjfsbmfo!=Olmglm/gfejmfp`qvpkfgabswjpn`lbpwbopwbwvp#wjwof!#nluf#wlolpw#jmafwwfq#jnsojfpqjuboqzpfqufqp#PzpwfnSfqkbspfp#bmg#`lmwfmgeoltjmdobpwfg#qjpf#jmDfmfpjpujft#leqjpjmd#pffn#wlavw#jm#ab`hjmdkf#tjoodjufm#bdjujmd#`jwjfp-eolt#le#Obwfq#boo#avwKjdktbzlmoz#azpjdm#lekf#glfpgjeefqpabwwfqz%bns8obpjmdofpwkqfbwpjmwfdfqwbhf#lmqfevpfg`boofg#>VP%bnsPff#wkfmbwjufpaz#wkjppzpwfn-kfbg#le9klufq/ofpajbmpvqmbnfbmg#boo`lnnlm,kfbgfq\\\\sbqbnpKbqubqg,sj{fo-qfnlubopl#olmdqlof#leiljmwozphzp`qbVmj`lgfaq#,= Bwobmwbmv`ofvp@lvmwz/svqfoz#`lvmw!=fbpjoz#avjog#blm`oj`hb#djufmsljmwfqk%rvlw8fufmwp#fopf#x gjwjlmpmlt#wkf/#tjwk#nbm#tkllqd,Tfalmf#bmg`buboqzKf#gjfgpfbwwof33/333#xtjmgltkbuf#wlje+tjmgbmg#jwpplofoz#n%rvlw8qfmftfgGfwqljwbnlmdpwfjwkfq#wkfn#jmPfmbwlqVp?,b=?Hjmd#leEqbm`jp.sqlgv`kf#vpfgbqw#bmgkjn#bmgvpfg#azp`lqjmdbw#klnfwl#kbufqfobwfpjajojwzeb`wjlmAveebolojmh!=?tkbw#kfeqff#wl@jwz#le`lnf#jmpf`wlqp`lvmwfglmf#gbzmfqulvpprvbqf#~8je+dljm#tkbwjnd!#bojp#lmozpfbq`k,wvfpgbzollpfozPlolnlmpf{vbo#.#?b#kqnfgjvn!GL#MLW#Eqbm`f/tjwk#b#tbq#bmgpf`lmg#wbhf#b#=   nbqhfw-kjdktbzglmf#jm`wjujwz!obpw!=laojdfgqjpf#wl!vmgfejnbgf#wl#Fbqoz#sqbjpfgjm#jwp#elq#kjpbwkofwfIvsjwfqZbkll"#wfqnfg#pl#nbmzqfbooz#p-#Wkf#b#tlnbm<ubovf>gjqf`w#qjdkw!#aj`z`ofb`jmd>!gbz#bmgpwbwjmdQbwkfq/kjdkfq#Leej`f#bqf#mltwjnfp/#tkfm#b#sbz#elqlm#wkjp.ojmh!=8alqgfqbqlvmg#bmmvbo#wkf#Mftsvw#wkf-`ln!#wbhjm#wlb#aqjfe+jm#wkfdqlvsp-8#tjgwkfmyznfppjnsof#jm#obwfxqfwvqmwkfqbszb#sljmwabmmjmdjmhp!= +*8!#qfb#sob`f_v330@bbalvw#bwq= \n\n``lvmw#djufp#b?P@QJSWQbjotbzwkfnfp,wlloal{AzJg+!{kvnbmp/tbw`kfpjm#plnf#je#+tj`lnjmd#elqnbwp#Vmgfq#avw#kbpkbmgfg#nbgf#azwkbm#jmefbq#legfmlwfg,jeqbnfofew#jmulowbdfjm#fb`kb%rvlw8abpf#leJm#nbmzvmgfqdlqfdjnfpb`wjlm#?,s= ?vpwlnUb8%dw8?,jnslqwplq#wkbwnlpwoz#%bns8qf#pjyf>!?,b=?,kb#`obppsbppjufKlpw#>#TkfwkfqefqwjofUbqjlvp>X^8+ev`bnfqbp,=?,wg=b`wp#bpJm#plnf=  ?"lqdbmjp#?aq#,=Afjijmd`bwbo/Lgfvwp`kfvqlsfvfvphbqbdbfjodfpufmphbfpsb/]bnfmpbifvpvbqjlwqbabiln/E{j`ls/Mdjmbpjfnsqfpjpwfnbl`wvaqfgvqbmwfb/]bgjqfnsqfpbnlnfmwlmvfpwqlsqjnfqbwqbu/Epdqb`jbpmvfpwqbsql`fplfpwbglp`bojgbgsfqplmbm/Vnfqlb`vfqgln/Vpj`bnjfnaqllefqwbpbodvmlpsb/Apfpfifnsolgfqf`klbgfn/Mpsqjubglbdqfdbqfmob`fpslpjaofklwfofppfujoobsqjnfql/Vowjnlfufmwlpbq`kjul`vowvqbnvifqfpfmwqbgbbmvm`jlfnabqdlnfq`bgldqbmgfpfpwvgjlnfilqfpefaqfqlgjpf/]lwvqjpnl`/_gjdlslqwbgbfpsb`jlebnjojbbmwlmjlsfqnjwfdvbqgbqbodvmbpsqf`jlpbodvjfmpfmwjglujpjwbpw/Awvol`lml`fqpfdvmgl`lmpfileqbm`jbnjmvwlppfdvmgbwfmfnlpfef`wlpn/Mobdbpfpj/_mqfujpwbdqbmbgb`lnsqbqjmdqfpldbq`/Abb``j/_mf`vbglqrvjfmfpjm`ovplgfafq/Mnbwfqjbklnaqfpnvfpwqbslgq/Abnb/]bmb/Vowjnbfpwbnlplej`jbowbnajfmmjmd/Vmpbovglpslgfnlpnfilqbqslpjwjlmavpjmfppklnfsbdfpf`vqjwzobmdvbdfpwbmgbqg`bnsbjdmefbwvqfp`bwfdlqzf{wfqmbo`kjogqfmqfpfqufgqfpfbq`kf{`kbmdfebulqjwfwfnsobwfnjojwbqzjmgvpwqzpfquj`fpnbwfqjbosqlgv`wpy.jmgf{9`lnnfmwpplewtbqf`lnsofwf`bofmgbqsobwelqnbqwj`ofpqfrvjqfgnlufnfmwrvfpwjlmavjogjmdslojwj`pslppjaofqfojdjlmskzpj`boeffgab`hqfdjpwfqsj`wvqfpgjpbaofgsqlwl`lobvgjfm`fpfwwjmdpb`wjujwzfofnfmwpofbqmjmdbmzwkjmdbapwqb`wsqldqfpplufqujftnbdbyjmff`lmlnj`wqbjmjmdsqfppvqfubqjlvp#?pwqlmd=sqlsfqwzpklssjmdwldfwkfqbgubm`fgafkbujlqgltmolbgefbwvqfgellwaboopfof`wfgObmdvbdfgjpwbm`fqfnfnafqwqb`hjmdsbpptlqgnlgjejfgpwvgfmwpgjqf`wozejdkwjmdmlqwkfqmgbwbabpfefpwjuboaqfbhjmdol`bwjlmjmwfqmfwgqlsgltmsqb`wj`ffujgfm`fevm`wjlmnbqqjbdfqfpslmpfsqlaofnpmfdbwjufsqldqbnpbmbozpjpqfofbpfgabmmfq!=svq`kbpfsloj`jfpqfdjlmbo`qfbwjufbqdvnfmwallhnbqhqfefqqfq`kfnj`bogjujpjlm`booab`hpfsbqbwfsqlif`wp`lmeoj`wkbqgtbqfjmwfqfpwgfojufqznlvmwbjmlawbjmfg>#ebopf8elq+ubq#b``fswfg`bsb`jwz`lnsvwfqjgfmwjwzbjq`qbewfnsolzfgsqlslpfgglnfpwj`jm`ovgfpsqlujgfgklpsjwboufqwj`bo`loobspfbssqlb`ksbqwmfqpoldl!=?bgbvdkwfqbvwklq!#`vowvqboebnjojfp,jnbdfp,bppfnaozsltfqevowfb`kjmdejmjpkfggjpwqj`w`qjwj`bo`dj.ajm,svqslpfpqfrvjqfpfof`wjlmaf`lnjmdsqlujgfpb`bgfnj`f{fq`jpfb`wvbooznfgj`jmf`lmpwbmwb``jgfmwNbdbyjmfgl`vnfmwpwbqwjmdalwwln!=lapfqufg9#%rvlw8f{wfmgfgsqfujlvpPlewtbqf`vpwlnfqgf`jpjlmpwqfmdwkgfwbjofgpojdkwozsobmmjmdwf{wbqfb`vqqfm`zfufqzlmfpwqbjdkwwqbmpefqslpjwjufsqlgv`fgkfqjwbdfpkjssjmdbaplovwfqf`fjufgqfofubmwavwwlm!#ujlofm`fbmztkfqfafmfejwpobvm`kfgqf`fmwozboojbm`felooltfgnvowjsofavoofwjmjm`ovgfgl``vqqfgjmwfqmbo\'+wkjp*-qfsvaoj`=?wq=?wg`lmdqfppqf`lqgfgvowjnbwfplovwjlm?vo#jg>!gjp`lufqKlnf?,b=tfapjwfpmfwtlqhpbowklvdkfmwjqfoznfnlqjbonfppbdfp`lmwjmvfb`wjuf!=plnftkbwuj`wlqjbTfpwfqm##wjwof>!Ol`bwjlm`lmwqb`wujpjwlqpGltmolbgtjwklvw#qjdkw!= nfbpvqfptjgwk#>#ubqjbaofjmuloufgujqdjmjbmlqnboozkbssfmfgb``lvmwppwbmgjmdmbwjlmboQfdjpwfqsqfsbqfg`lmwqlopb``vqbwfajqwkgbzpwqbwfdzleej`jbodqbskj`p`qjnjmboslppjaoz`lmpvnfqSfqplmbopsfbhjmdubojgbwfb`kjfufg-isd!#,=nb`kjmfp?,k1= ##hfztlqgpeqjfmgozaqlwkfqp`lnajmfglqjdjmbo`lnslpfgf{sf`wfgbgfrvbwfsbhjpwbmeloolt!#ubovbaof?,obafo=qfobwjufaqjmdjmdjm`qfbpfdlufqmlqsovdjmp,Ojpw#le#Kfbgfq!=!#mbnf>!#+%rvlw8dqbgvbwf?,kfbg= `lnnfq`fnbobzpjbgjqf`wlqnbjmwbjm8kfjdkw9p`kfgvof`kbmdjmdab`h#wl#`bwkloj`sbwwfqmp`lolq9# dqfbwfpwpvssojfpqfojbaof?,vo= \n\n?pfof`w#`jwjyfmp`olwkjmdtbw`kjmd?oj#jg>!psf`jej``bqqzjmdpfmwfm`f?`fmwfq=`lmwqbpwwkjmhjmd`bw`k+f*plvwkfqmNj`kbfo#nfq`kbmw`bqlvpfosbggjmd9jmwfqjlq-psojw+!ojybwjlmL`wlafq#*xqfwvqmjnsqlufg..%dw8 `lufqbdf`kbjqnbm-smd!#,=pvaif`wpQj`kbqg#tkbwfufqsqlabaozqf`lufqzabpfabooivgdnfmw`lmmf`w--`pp!#,=#tfapjwfqfslqwfggfebvow!,=?,b= fof`wqj`p`lwobmg`qfbwjlmrvbmwjwz-#JPAM#3gjg#mlw#jmpwbm`f.pfbq`k.!#obmd>!psfbhfqp@lnsvwfq`lmwbjmpbq`kjufpnjmjpwfqqfb`wjlmgjp`lvmwJwbojbml`qjwfqjbpwqlmdoz9#$kwws9$p`qjsw$`lufqjmdleefqjmdbssfbqfgAqjwjpk#jgfmwjezEb`fallhmvnfqlvpufkj`ofp`lm`fqmpBnfqj`bmkbmgojmdgju#jg>!Tjoojbn#sqlujgfq\\`lmwfmwb``vqb`zpf`wjlm#bmgfqplmeof{jaof@bwfdlqzobtqfm`f?p`qjsw=obzlvw>!bssqlufg#nb{jnvnkfbgfq!=?,wbaof=Pfquj`fpkbnjowlm`vqqfmw#`bmbgjbm`kbmmfop,wkfnfp,,bqwj`oflswjlmboslqwvdboubovf>!!jmwfqubotjqfofppfmwjwofgbdfm`jfpPfbq`k!#nfbpvqfgwklvpbmgpsfmgjmd%kfoojs8mft#Gbwf!#pjyf>!sbdfMbnfnjggof!#!#,=?,b=kjggfm!=pfrvfm`fsfqplmbolufqeoltlsjmjlmpjoojmljpojmhp!= \n?wjwof=ufqpjlmppbwvqgbzwfqnjmbojwfnsqlsfmdjmffqpf`wjlmpgfpjdmfqsqlslpbo>!ebopf!Fpsb/]loqfofbpfppvanjw!#fq%rvlw8bggjwjlmpznswlnplqjfmwfgqfplvq`fqjdkw!=?sofbpvqfpwbwjlmpkjpwlqz-ofbujmd##alqgfq>`lmwfmwp`fmwfq!=- Plnf#gjqf`wfgpvjwbaofavodbqjb-pklt+*8gfpjdmfgDfmfqbo#`lm`fswpF{bnsofptjoojbnpLqjdjmbo!=?psbm=pfbq`k!=lsfqbwlqqfrvfpwpb#%rvlw8booltjmdGl`vnfmwqfujpjlm-# Wkf#zlvqpfoe@lmwb`w#nj`kjdbmFmdojpk#`lovnajbsqjlqjwzsqjmwjmdgqjmhjmdeb`jojwzqfwvqmfg@lmwfmw#leej`fqpQvppjbm#dfmfqbwf.;;6:.2!jmgj`bwfebnjojbq#rvbojwznbqdjm93#`lmwfmwujftslqw`lmwb`wp.wjwof!=slqwbaof-ofmdwk#fojdjaofjmuloufpbwobmwj`lmolbg>!gfebvow-pvssojfgsbznfmwpdolppbqz Bewfq#dvjgbm`f?,wg=?wgfm`lgjmdnjggof!=`bnf#wl#gjpsobzpp`lwwjpkilmbwkbmnbilqjwztjgdfwp-`ojmj`bowkbjobmgwfb`kfqp?kfbg= \nbeef`wfgpvsslqwpsljmwfq8wlPwqjmd?,pnboo=lhobklnbtjoo#af#jmufpwlq3!#bow>!klojgbzpQfplvq`foj`fmpfg#+tkj`k#-#Bewfq#`lmpjgfqujpjwjmdf{solqfqsqjnbqz#pfbq`k!#bmgqljg!rvj`hoz#nffwjmdpfpwjnbwf8qfwvqm#8`lolq9 #kfjdkw>bssqlubo/#%rvlw8#`kf`hfg-njm-ip!nbdmfwj`=?,b=?,kelqf`bpw-#Tkjof#wkvqpgbzgufqwjpf%fb`vwf8kbp@obppfubovbwflqgfqjmdf{jpwjmdsbwjfmwp#Lmojmf#`lolqbglLswjlmp!`bnsafoo?"..#fmg?,psbm=??aq#,= \\slsvsp\x7Fp`jfm`fp/%rvlw8#rvbojwz#Tjmgltp#bppjdmfgkfjdkw9#?a#`obppof%rvlw8#ubovf>!#@lnsbmzf{bnsofp?jeqbnf#afojfufpsqfpfmwpnbqpkboosbqw#le#sqlsfqoz*- Wkf#wb{lmlnznv`k#le#?,psbm= !#gbwb.pqwvdv/Fpp`qlooWl#sqlif`w?kfbg= bwwlqmfzfnskbpjppslmplqpebm`zal{tlqog$p#tjogojef`kf`hfg>pfppjlmpsqldqbnns{8elmw.#Sqlif`wilvqmbopafojfufgub`bwjlmwklnsplmojdkwjmdbmg#wkf#psf`jbo#alqgfq>3`kf`hjmd?,walgz=?avwwlm#@lnsofwf`ofbqej{ ?kfbg= bqwj`of#?pf`wjlmejmgjmdpqlof#jm#slsvobq##L`wlafqtfapjwf#f{slpvqfvpfg#wl##`kbmdfplsfqbwfg`oj`hjmdfmwfqjmd`lnnbmgpjmelqnfg#mvnafqp##?,gju=`qfbwjmdlmPvanjwnbqzobmg`loofdfpbmbozwj`ojpwjmdp`lmwb`w-olddfgJmbgujplqzpjaojmdp`lmwfmw!p%rvlw8*p-#Wkjp#sb`hbdfp`kf`hal{pvddfpwpsqfdmbmwwlnlqqltpsb`jmd>j`lm-smdibsbmfpf`lgfabpfavwwlm!=dbnaojmdpv`k#bp#/#tkjof#?,psbm=#njpplvqjpslqwjmdwls92s{#-?,psbm=wfmpjlmptjgwk>!1obyzolbgmlufnafqvpfg#jm#kfjdkw>!`qjsw!= %maps8?,?wq=?wg#kfjdkw91,sqlgv`w`lvmwqz#jm`ovgf#ellwfq!#%ow8"..#wjwof!=?,irvfqz-?,elqn= +\vBl\bQ\x7F*+\vUmGx*kqubwphjjwbojbmlqln/Nm(ow/Pqh/Kf4K4]4C5dwbnaj/Emmlwj`jbpnfmpbifpsfqplmbpgfqf`klpmb`jlmbopfquj`jl`lmwb`wlvpvbqjlpsqldqbnbdlajfqmlfnsqfpbpbmvm`jlpubofm`jb`lolnajbgfpsv/Epgfslqwfpsqlzf`wlsqlgv`wls/Vaoj`lmlplwqlpkjpwlqjbsqfpfmwfnjoolmfpnfgjbmwfsqfdvmwbbmwfqjlqqf`vqplpsqlaofnbpbmwjbdlmvfpwqlplsjmj/_mjnsqjnjqnjfmwqbpbn/Eqj`bufmgfglqpl`jfgbgqfpsf`wlqfbojybqqfdjpwqlsbobaqbpjmwfq/Epfmwlm`fpfpsf`jbonjfnaqlpqfbojgbg`/_qglabybqbdlybs/Mdjmbppl`jbofpaolrvfbqdfpwj/_mborvjofqpjpwfnbp`jfm`jbp`lnsofwlufqpj/_m`lnsofwbfpwvgjlps/Vaoj`blaifwjulboj`bmwfavp`bglq`bmwjgbgfmwqbgbpb``jlmfpbq`kjulppvsfqjlqnbzlq/Abbofnbmjbevm`j/_m/Vowjnlpkb`jfmglbrvfoolpfgj`j/_mefqmbmglbnajfmwfeb`fallhmvfpwqbp`ojfmwfpsql`fplpabpwbmwfsqfpfmwbqfslqwbq`lmdqfplsvaoj`bq`lnfq`jl`lmwqbwli/_ufmfpgjpwqjwlw/E`mj`b`lmivmwlfmfqd/Abwqbabibqbpwvqjbpqf`jfmwfvwjojybqalofw/Ampboubglq`lqqf`wbwqbabilpsqjnfqlpmfdl`jlpojafqwbggfwboofpsbmwboobsq/_{jnlbonfq/Abbmjnbofprvj/Emfp`lqby/_mpf``j/_mavp`bmglls`jlmfpf{wfqjlq`lm`fswlwlgbu/Abdbofq/Abfp`qjajqnfgj`jmboj`fm`jb`lmpvowbbpsf`wlp`q/Awj`bg/_obqfpivpwj`jbgfafq/Mmsfq/Alglmf`fpjwbnbmwfmfqsfrvf/]lqf`jajgbwqjavmbowfmfqjef`bm`j/_m`bmbqjbpgfp`bqdbgjufqplpnboolq`bqfrvjfqfw/E`mj`lgfafq/Abujujfmgbejmbmybpbgfobmwfevm`jlmb`lmpfilpgje/A`jo`jvgbgfpbmwjdvbpbubmybgbw/Eqnjmlvmjgbgfpp/Mm`kfy`bnsb/]bplewlmj`qfujpwbp`lmwjfmfpf`wlqfpnlnfmwlpeb`vowbg`q/Egjwlgjufqpbppvsvfpwleb`wlqfppfdvmglpsfrvf/]b<_<R<X<\\<Y=m<W<T<Y=m=n=`<]=g<W<R<]=g=n=`=a=n<R<P<y=m<W<T=n<R<_<R<P<Y<Q=c<^=m<Y=i=a=n<R<U<X<\\<Z<Y<]=g<W<T<_<R<X=o<X<Y<Q=`=a=n<R=n<]=g<W<\\=m<Y<]=c<R<X<T<Q=m<Y<]<Y<Q<\\<X<R=m<\\<U=n=h<R=n<R<Q<Y<_<R=m<^<R<T=m<^<R<U<T<_=l=g=n<R<Z<Y<^=m<Y<P=m<^<R=b<W<T=d=`=a=n<T=i<S<R<V<\\<X<Q<Y<U<X<R<P<\\<P<T=l<\\<W<T<]<R=n<Y<P=o=i<R=n=c<X<^=o=i=m<Y=n<T<W=b<X<T<X<Y<W<R<P<T=l<Y=n<Y<]=c=m<^<R<Y<^<T<X<Y=k<Y<_<R=a=n<T<P=m=k<Y=n=n<Y<P=g=j<Y<Q=g=m=n<\\<W<^<Y<X=`=n<Y<P<Y<^<R<X=g=n<Y<]<Y<^=g=d<Y<Q<\\<P<T=n<T<S<\\=n<R<P=o<S=l<\\<^<W<T=j<\\<R<X<Q<\\<_<R<X=g<[<Q<\\=b<P<R<_=o<X=l=o<_<^=m<Y<U<T<X<Y=n<V<T<Q<R<R<X<Q<R<X<Y<W<\\<X<Y<W<Y=m=l<R<V<T=b<Q=c<^<Y=m=`<y=m=n=`=l<\\<[<\\<Q<\\=d<T4K5h5h5k4K5h4F5f4@5i5f4U4B4K4Y4E4K5h4\\5f4U5h5f5k4@4C5f4C4K5h4N5j4K5h4]4C4F4A5o5i4Y5m4A4E5o4K5j4F4K5h5h5f5f5o5d5j4X4D5o4E5m5f5k4K4D5j4K4F4A5d4K4M4O5o4G4]4B5h4K5h4K5h4A4D4C5h5f5h4C4]5d4_4K4Z4V4[4F5o5d5j5k5j4K5o4_4K4A4E5j4K4C5f4K5h4[4D4U5h5f5o4X5o4]4K5f5i5o5j5i5j5k4K4X4]5o4E4]4J5f4_5j4X5f4[5i4K4\\4K4K5h5m5j4X4D4K4D4F4U4D4]4]4A5i4E5o4K5m4E5f5n5d5h5i4]5o4^5o5h5i4E4O4A5i4C5n5h4D5f5f4U5j5f4Y5d4]4E4[4]5f5n4X4K4]5o4@5d4K5h4O4B4]5e5i4U5j4K4K4D4A4G4U4]5d4Z4D4X5o5h5i4_4@5h4D5j4K5j4B4K5h4C5o4F4K4D5o5h5f4E4D4C5d5j4O5f4Z4K5f5d4@4C5m4]5f5n5o4F4D4F4O5m4Z5h5i4[4D4B4K5o4G4]4D4K4]5o4K5m4Z5h4K4A5h5e5j5m4_5k4O5f4K5i4]4C5d4C4O5j5k4K4C5f5j4K4K5h4K5j5i4U4]4Z4F4U5h5i4C4K4B5h5i5i5o5j\x07\x07\x07\x07\0\x07\x07\0\v\n \b\r\f\f\r\b \n\v\0\v\v\v\v\0\x07qfplvq`fp`lvmwqjfprvfpwjlmpfrvjsnfmw`lnnvmjwzbubjobaofkjdkojdkwGWG,{kwnonbqhfwjmdhmltofgdfplnfwkjmd`lmwbjmfqgjqf`wjlmpvap`qjafbgufqwjpf`kbqb`wfq!#ubovf>!?,pfof`w=Bvpwqbojb!#`obpp>!pjwvbwjlmbvwklqjwzelooltjmdsqjnbqjozlsfqbwjlm`kboofmdfgfufolsfgbmlmznlvpevm`wjlm#evm`wjlmp`lnsbmjfppwqv`wvqfbdqffnfmw!#wjwof>!slwfmwjbofgv`bwjlmbqdvnfmwppf`lmgbqz`lszqjdkwobmdvbdfpf{`ovpjuf`lmgjwjlm?,elqn= pwbwfnfmwbwwfmwjlmAjldqbskz~#fopf#x plovwjlmptkfm#wkf#Bmbozwj`pwfnsobwfpgbmdfqlvppbwfoojwfgl`vnfmwpsvaojpkfqjnslqwbmwsqlwlwzsfjmeovfm`f%qbrvl8?,feef`wjufdfmfqboozwqbmpelqnafbvwjevowqbmpslqwlqdbmjyfgsvaojpkfgsqlnjmfmwvmwjo#wkfwkvnambjoMbwjlmbo#-el`vp+*8lufq#wkf#njdqbwjlmbmmlvm`fgellwfq!= f{`fswjlmofpp#wkbmf{sfmpjufelqnbwjlmeqbnftlqhwfqqjwlqzmgj`bwjlm`vqqfmwoz`obppMbnf`qjwj`jpnwqbgjwjlmfopftkfqfBof{bmgfqbssljmwfgnbwfqjbopaqlbg`bpwnfmwjlmfgbeejojbwf?,lswjlm=wqfbwnfmwgjeefqfmw,gfebvow-Sqfpjgfmwlm`oj`h>!ajldqbskzlwkfqtjpfsfqnbmfmwEqbm/KbjpKlooztllgf{sbmpjlmpwbmgbqgp?,pwzof= qfgv`wjlmGf`fnafq#sqfefqqfg@bnaqjgdflsslmfmwpAvpjmfpp#`lmevpjlm= ?wjwof=sqfpfmwfgf{sobjmfgglfp#mlw#tlqogtjgfjmwfqeb`fslpjwjlmpmftpsbsfq?,wbaof= nlvmwbjmpojhf#wkf#fppfmwjboejmbm`jbopfof`wjlmb`wjlm>!,babmglmfgFgv`bwjlmsbqpfJmw+pwbajojwzvmbaof#wl?,wjwof= qfobwjlmpMlwf#wkbwfeej`jfmwsfqelqnfgwtl#zfbqpPjm`f#wkfwkfqfelqftqbssfq!=bowfqmbwfjm`qfbpfgAbwwof#lesfq`fjufgwqzjmd#wlmf`fppbqzslqwqbzfgfof`wjlmpFojybafwk?,jeqbnf=gjp`lufqzjmpvqbm`fp-ofmdwk8ofdfmgbqzDfldqbskz`bmgjgbwf`lqslqbwfplnfwjnfppfquj`fp-jmkfqjwfg?,pwqlmd=@lnnvmjwzqfojdjlvpol`bwjlmp@lnnjwwffavjogjmdpwkf#tlqogml#olmdfqafdjmmjmdqfefqfm`f`bmmlw#afeqfrvfm`zwzsj`boozjmwl#wkf#qfobwjuf8qf`lqgjmdsqfpjgfmwjmjwjboozwf`kmjrvfwkf#lwkfqjw#`bm#aff{jpwfm`fvmgfqojmfwkjp#wjnfwfofsklmfjwfnp`lsfsqb`wj`fpbgubmwbdf*8qfwvqm#Elq#lwkfqsqlujgjmdgfnl`qb`zalwk#wkf#f{wfmpjufpveefqjmdpvsslqwfg`lnsvwfqp#evm`wjlmsqb`wj`bopbjg#wkbwjw#nbz#afFmdojpk?,eqln#wkf#p`kfgvofggltmolbgp?,obafo= pvpsf`wfgnbqdjm9#3psjqjwvbo?,kfbg= nj`qlplewdqbgvboozgjp`vppfgkf#af`bnff{f`vwjufirvfqz-ipklvpfklog`lmejqnfgsvq`kbpfgojwfqboozgfpwqlzfgvs#wl#wkfubqjbwjlmqfnbjmjmdjw#jp#mlw`fmwvqjfpIbsbmfpf#bnlmd#wkf`lnsofwfgbodlqjwknjmwfqfpwpqfafoojlmvmgfejmfgfm`lvqbdfqfpjybaofjmuloujmdpfmpjwjufvmjufqpbosqlujpjlm+bowklvdkefbwvqjmd`lmgv`wfg*/#tkj`k#`lmwjmvfg.kfbgfq!=Efaqvbqz#mvnfqlvp#lufqeolt9`lnslmfmweqbdnfmwpf{`foofmw`lopsbm>!wf`kmj`bomfbq#wkf#Bgubm`fg#plvq`f#lef{sqfppfgKlmd#Hlmd#Eb`fallhnvowjsof#nf`kbmjpnfofubwjlmleefmpjuf?,elqn= \npslmplqfggl`vnfmw-lq#%rvlw8wkfqf#bqfwklpf#tklnlufnfmwpsql`fppfpgjeej`vowpvanjwwfgqf`lnnfmg`lmujm`fgsqlnlwjmd!#tjgwk>!-qfsob`f+`obppj`bo`lbojwjlmkjp#ejqpwgf`jpjlmpbppjpwbmwjmgj`bwfgfulovwjlm.tqbssfq!fmlvdk#wlbolmd#wkfgfojufqfg..= ?"..Bnfqj`bm#sqlwf`wfgMlufnafq#?,pwzof=?evqmjwvqfJmwfqmfw##lmaovq>!pvpsfmgfgqf`jsjfmwabpfg#lm#Nlqflufq/balojpkfg`loof`wfgtfqf#nbgffnlwjlmbofnfqdfm`zmbqqbwjufbgul`bwfps{8alqgfq`lnnjwwfggjq>!owq!fnsolzffpqfpfbq`k-#pfof`wfgpv``fpplq`vpwlnfqpgjpsobzfgPfswfnafqbgg@obpp+Eb`fallh#pvddfpwfgbmg#obwfqlsfqbwjmdfobalqbwfPlnfwjnfpJmpwjwvwf`fqwbjmozjmpwboofgelooltfqpIfqvpbofnwkfz#kbuf`lnsvwjmddfmfqbwfgsqlujm`fpdvbqbmwffbqajwqbqzqf`ldmjyftbmwfg#wls{8tjgwk9wkflqz#leafkbujlvqTkjof#wkffpwjnbwfgafdbm#wl#jw#af`bnfnbdmjwvgfnvpw#kbufnlqf#wkbmGjqf`wlqzf{wfmpjlmpf`qfwbqzmbwvqboozl``vqqjmdubqjbaofpdjufm#wkfsobwelqn-?,obafo=?ebjofg#wl`lnslvmgphjmgp#le#pl`jfwjfpbolmdpjgf#..%dw8 plvwktfpwwkf#qjdkwqbgjbwjlmnbz#kbuf#vmfp`bsf+pslhfm#jm!#kqfe>!,sqldqbnnflmoz#wkf#`lnf#eqlngjqf`wlqzavqjfg#jmb#pjnjobqwkfz#tfqf?,elmw=?,Mlqtfdjbmpsf`jejfgsqlgv`jmdsbppfmdfq+mft#Gbwfwfnslqbqzej`wjlmboBewfq#wkffrvbwjlmpgltmolbg-qfdvobqozgfufolsfqbaluf#wkfojmhfg#wlskfmlnfmbsfqjlg#lewllowjs!=pvapwbm`fbvwlnbwj`bpsf`w#leBnlmd#wkf`lmmf`wfgfpwjnbwfpBjq#Elq`fpzpwfn#lelaif`wjufjnnfgjbwfnbhjmd#jwsbjmwjmdp`lmrvfqfgbqf#pwjoosql`fgvqfdqltwk#lekfbgfg#azFvqlsfbm#gjujpjlmpnlof`vofpeqbm`kjpfjmwfmwjlmbwwqb`wfg`kjogkllgbopl#vpfggfgj`bwfgpjmdbslqfgfdqff#leebwkfq#le`lmeoj`wp?,b=?,s= `bnf#eqlntfqf#vpfgmlwf#wkbwqf`fjujmdF{f`vwjuffufm#nlqfb``fpp#wl`lnnbmgfqSlojwj`bonvpj`jbmpgfoj`jlvpsqjplmfqpbgufmw#leVWE.;!#,=?"X@GBWBX!=@lmwb`wPlvwkfqm#ad`lolq>!pfqjfp#le-#Jw#tbp#jm#Fvqlsfsfqnjwwfgubojgbwf-bssfbqjmdleej`jboppfqjlvpoz.obmdvbdfjmjwjbwfgf{wfmgjmdolmd.wfqnjmeobwjlmpv`k#wkbwdfw@llhjfnbqhfg#az?,avwwlm=jnsofnfmwavw#jw#jpjm`qfbpfpgltm#wkf#qfrvjqjmdgfsfmgfmw..= ?"..#jmwfqujftTjwk#wkf#`lsjfp#le`lmpfmpvptbp#avjowUfmfyvfob+elqnfqozwkf#pwbwfsfqplmmfopwqbwfdj`ebulvq#lejmufmwjlmTjhjsfgjb`lmwjmfmwujqwvbooztkj`k#tbpsqjm`jsof@lnsofwf#jgfmwj`bopklt#wkbwsqjnjwjufbtbz#eqlnnlof`vobqsqf`jpfozgjpploufgVmgfq#wkfufqpjlm>!=%maps8?,Jw#jp#wkf#Wkjp#jp#tjoo#kbuflqdbmjpnpplnf#wjnfEqjfgqj`ktbp#ejqpwwkf#lmoz#eb`w#wkbwelqn#jg>!sqf`fgjmdWf`kmj`boskzpj`jpwl``vqp#jmmbujdbwlqpf`wjlm!=psbm#jg>!plvdkw#wlafolt#wkfpvqujujmd~?,pwzof=kjp#gfbwkbp#jm#wkf`bvpfg#azsbqwjboozf{jpwjmd#vpjmd#wkftbp#djufmb#ojpw#leofufop#lemlwjlm#leLeej`jbo#gjpnjppfgp`jfmwjpwqfpfnaofpgvsoj`bwff{solpjufqf`lufqfgboo#lwkfqdboofqjfpxsbggjmd9sflsof#leqfdjlm#lebggqfppfpbppl`jbwfjnd#bow>!jm#nlgfqmpklvog#afnfwklg#leqfslqwjmdwjnfpwbnsmffgfg#wlwkf#Dqfbwqfdbqgjmdpffnfg#wlujftfg#bpjnsb`w#lmjgfb#wkbwwkf#Tlqogkfjdkw#lef{sbmgjmdWkfpf#bqf`vqqfmw!=`bqfevooznbjmwbjmp`kbqdf#le@obppj`bobggqfppfgsqfgj`wfgltmfqpkjs?gju#jg>!qjdkw!= qfpjgfm`fofbuf#wkf`lmwfmw!=bqf#lewfm##~*+*8 sqlabaoz#Sqlefpplq.avwwlm!#qfpslmgfgpbzp#wkbwkbg#wl#afsob`fg#jmKvmdbqjbmpwbwvp#lepfqufp#bpVmjufqpbof{f`vwjlmbddqfdbwfelq#tkj`kjmef`wjlmbdqffg#wlkltfufq/#slsvobq!=sob`fg#lm`lmpwqv`wfof`wlqbopznalo#lejm`ovgjmdqfwvqm#wlbq`kjwf`w@kqjpwjbmsqfujlvp#ojujmd#jmfbpjfq#wlsqlefpplq %ow8"..#feef`w#lebmbozwj`ptbp#wbhfmtkfqf#wkfwllh#lufqafojfe#jmBeqjhbbmpbp#ebq#bpsqfufmwfgtlqh#tjwkb#psf`jbo?ejfogpfw@kqjpwnbpQfwqjfufg Jm#wkf#ab`h#jmwlmlqwkfbpwnbdbyjmfp=?pwqlmd=`lnnjwwffdlufqmjmddqlvsp#lepwlqfg#jmfpwbaojpkb#dfmfqbojwp#ejqpwwkfjq#ltmslsvobwfgbm#laif`w@bqjaafbmboolt#wkfgjpwqj`wptjp`lmpjmol`bwjlm-8#tjgwk9#jmkbajwfgPl`jbojpwIbmvbqz#2?,ellwfq=pjnjobqoz`klj`f#lewkf#pbnf#psf`jej`#avpjmfpp#Wkf#ejqpw-ofmdwk8#gfpjqf#wlgfbo#tjwkpjm`f#wkfvpfqBdfmw`lm`fjufgjmgf{-sksbp#%rvlw8fmdbdf#jmqf`fmwoz/eft#zfbqptfqf#bopl ?kfbg= ?fgjwfg#azbqf#hmltm`jwjfp#jmb``fpphfz`lmgfnmfgbopl#kbufpfquj`fp/ebnjoz#leP`kllo#le`lmufqwfgmbwvqf#le#obmdvbdfnjmjpwfqp?,laif`w=wkfqf#jp#b#slsvobqpfrvfm`fpbgul`bwfgWkfz#tfqfbmz#lwkfqol`bwjlm>fmwfq#wkfnv`k#nlqfqfeof`wfgtbp#mbnfglqjdjmbo#b#wzsj`botkfm#wkfzfmdjmffqp`lvog#mlwqfpjgfmwptfgmfpgbzwkf#wkjqg#sqlgv`wpIbmvbqz#1tkbw#wkfzb#`fqwbjmqfb`wjlmpsql`fpplqbewfq#kjpwkf#obpw#`lmwbjmfg!=?,gju= ?,b=?,wg=gfsfmg#lmpfbq`k!= sjf`fp#le`lnsfwjmdQfefqfm`fwfmmfppfftkj`k#kbp#ufqpjlm>?,psbm=#??,kfbgfq=djufp#wkfkjpwlqjbmubovf>!!=sbggjmd93ujft#wkbwwldfwkfq/wkf#nlpw#tbp#elvmgpvapfw#lebwwb`h#lm`kjogqfm/sljmwp#lesfqplmbo#slpjwjlm9boofdfgoz@ofufobmgtbp#obwfqbmg#bewfqbqf#djufmtbp#pwjoop`qloojmdgfpjdm#lenbhfp#wkfnv`k#ofppBnfqj`bmp- Bewfq#/#avw#wkfNvpfvn#leolvjpjbmb+eqln#wkfnjmmfplwbsbqwj`ofpb#sql`fppGlnjmj`bmulovnf#leqfwvqmjmdgfefmpjuf33s{\x7Fqjdknbgf#eqlnnlvpflufq!#pwzof>!pwbwfp#le+tkj`k#jp`lmwjmvfpEqbm`jp`lavjogjmd#tjwklvw#btjwk#plnftkl#tlvogb#elqn#leb#sbqw#leafelqf#jwhmltm#bp##Pfquj`fpol`bwjlm#bmg#lewfmnfbpvqjmdbmg#jw#jpsbsfqab`hubovfp#le ?wjwof=>#tjmglt-gfwfqnjmffq%rvlw8#sobzfg#azbmg#fbqoz?,`fmwfq=eqln#wkjpwkf#wkqffsltfq#bmgle#%rvlw8jmmfqKWNO?b#kqfe>!z9jmojmf8@kvq`k#lewkf#fufmwufqz#kjdkleej`jbo#.kfjdkw9#`lmwfmw>!,`dj.ajm,wl#`qfbwfbeqjhbbmpfpsfqbmwleqbm/Kbjpobwujf)Mvojfwvuj)_(`f)Mwjmb(af)Mwjmb\fUh\fT{\fTN\n{I\np@Fr\vBl\bQ\x7F A{\vUmGx A{ypYA\0zX\bTV\bWl\bUdBM\vB{\npV\v@xB\\\np@DbGz al\npa fM uD\bV~mx\vQ}\ndS p\\\bVK\bS]\bU|oD kV\ved\vHR\nb~M`\nJpoD|Q\nLPSw\bTl\nAI\nxC\bWt BqF`Cm\vLm Kx }t\bPv\ny\\\naB V\x7F\nZdXUli fr i@ BHBDBV `V\n[] p_ Tn\n~A\nxR uD `{\bV@ Tn HK AJ\vxsZf\nqIZf\vBM\v|j }t\bSM\nmC\vQ}pfquj`jlpbqw/A`volbqdfmwjmbabq`folmb`vborvjfqsvaoj`bglsqlgv`wlpslo/Awj`bqfpsvfpwbtjhjsfgjbpjdvjfmwfa/Vprvfgb`lnvmjgbgpfdvqjgbgsqjm`jsbosqfdvmwbp`lmwfmjglqfpslmgfqufmfyvfobsqlaofnbpgj`jfnaqfqfob`j/_mmlujfnaqfpjnjobqfpsqlzf`wlpsqldqbnbpjmpwjwvwlb`wjujgbgfm`vfmwqbf`lmln/Abjn/Mdfmfp`lmwb`wbqgfp`bqdbqmf`fpbqjlbwfm`j/_mwfo/Eelml`lnjpj/_m`bm`jlmfp`bsb`jgbgfm`lmwqbqbm/Mojpjpebulqjwlpw/Eqnjmlpsqlujm`jbfwjrvfwbpfofnfmwlpevm`jlmfpqfpvowbgl`bq/M`wfqsqlsjfgbgsqjm`jsjlmf`fpjgbgnvmj`jsbo`qfb`j/_mgfp`bqdbpsqfpfm`jb`lnfq`jbolsjmjlmfpfifq`j`jlfgjwlqjbopbobnbm`bdlmy/Mofygl`vnfmwlsfo/A`vobqf`jfmwfpdfmfqbofpwbqqbdlmbsq/M`wj`bmlufgbgfpsqlsvfpwbsb`jfmwfpw/E`mj`bplaifwjulp`lmwb`wlp\fHB\fIk\fHn\fH^\fHS\fHc\fHU\fId\fHn\fH{\fHC\fHR\fHT\fHR\fHI\fHc\fHY\fHn\fH\\\fHU\fIk\fHy\fIg\fHd\fHy\fIm\fHw\fH\\\fHU\fHR\fH@\fHR\fHJ\fHy\fHU\fHR\fHT\fHA\fIl\fHU\fIm\fHc\fH\\\fHU\fIl\fHB\fId\fHn\fHJ\fHS\fHD\fH@\fHR\fHHgjsolgl`p\fHT\fHB\fHC\fH\\\fIn\fHF\fHD\fHR\fHB\fHF\fHH\fHR\fHG\fHS\fH\\\fHx\fHT\fHH\fHH\fH\\\fHU\fH^\fIg\fH{\fHU\fIm\fHj\fH@\fHR\fH\\\fHJ\fIk\fHZ\fHU\fIm\fHd\fHz\fIk\fH^\fHC\fHJ\fHS\fHy\fHR\fHB\fHY\fIk\fH@\fHH\fIl\fHD\fH@\fIl\fHv\fHB\fI`\fHH\fHT\fHR\fH^\fH^\fIk\fHz\fHp\fIe\fH@\fHB\fHJ\fHJ\fHH\fHI\fHR\fHD\fHU\fIl\fHZ\fHU\fH\\\fHi\fH^\fH{\fHy\fHA\fIl\fHD\fH{\fH\\\fHF\fHR\fHT\fH\\\fHR\fHH\fHy\fHS\fHc\fHe\fHT\fIk\fH{\fHC\fIl\fHU\fIn\fHm\fHj\fH{\fIk\fHs\fIl\fHB\fHz\fIg\fHp\fHy\fHR\fH\\\fHi\fHA\fIl\fH{\fHC\fIk\fHH\fIm\fHB\fHY\fIg\fHs\fHJ\fIk\fHn\fHi\fH{\fH\\\fH|\fHT\fIk\fHB\fIk\fH^\fH^\fH{\fHR\fHU\fHR\fH^\fHf\fHF\fH\\\fHv\fHR\fH\\\fH|\fHT\fHR\fHJ\fIk\fH\\\fHp\fHS\fHT\fHJ\fHS\fH^\fH@\fHn\fHJ\fH@\fHD\fHR\fHU\fIn\fHn\fH^\fHR\fHz\fHp\fIl\fHH\fH@\fHs\fHD\fHB\fHS\fH^\fHk\fHT\fIk\fHj\fHD\fIk\fHD\fHC\fHR\fHy\fIm\fH^\fH^\fIe\fH{\fHA\fHR\fH{\fH\\\fIk\fH^\fHp\fH{\fHU\fH\\\fHR\fHB\fH^\fH{\fIk\fHF\fIk\fHp\fHU\fHR\fHI\fHk\fHT\fIl\fHT\fHU\fIl\fHy\fH^\fHR\fHL\fIl\fHy\fHU\fHR\fHm\fHJ\fIn\fH\\\fHH\fHU\fHH\fHT\fHR\fHH\fHC\fHR\fHJ\fHj\fHC\fHR\fHF\fHR\fHy\fHy\fI`\fHD\fHZ\fHR\fHB\fHJ\fIk\fHz\fHC\fHU\fIl\fH\\\fHR\fHC\fHz\fIm\fHJ\fH^\fH{\fIl`bwfdlqjfpf{sfqjfm`f?,wjwof= @lszqjdkw#ibubp`qjsw`lmgjwjlmpfufqzwkjmd?s#`obpp>!wf`kmloldzab`hdqlvmg?b#`obpp>!nbmbdfnfmw%`lsz8#132ibubP`qjsw`kbqb`wfqpaqfbg`qvnawkfnpfoufpklqjylmwbodlufqmnfmw@bojelqmjbb`wjujwjfpgjp`lufqfgMbujdbwjlmwqbmpjwjlm`lmmf`wjlmmbujdbwjlmbssfbqbm`f?,wjwof=?n`kf`hal{!#wf`kmjrvfpsqlwf`wjlmbssbqfmwozbp#tfoo#bpvmw$/#$VB.qfplovwjlmlsfqbwjlmpwfofujpjlmwqbmpobwfgTbpkjmdwlmmbujdbwlq-#>#tjmglt-jnsqfppjlm%ow8aq%dw8ojwfqbwvqfslsvobwjlmad`lolq>! fpsf`jbooz#`lmwfmw>!sqlgv`wjlmmftpofwwfqsqlsfqwjfpgfejmjwjlmofbgfqpkjsWf`kmloldzSbqojbnfmw`lnsbqjplmvo#`obpp>!-jmgf{Le+!`lm`ovpjlmgjp`vppjlm`lnslmfmwpajloldj`boQfulovwjlm\\`lmwbjmfqvmgfqpwllgmlp`qjsw=?sfqnjppjlmfb`k#lwkfqbwnlpskfqf#lmel`vp>!?elqn#jg>!sql`fppjmdwkjp-ubovfdfmfqbwjlm@lmefqfm`fpvapfrvfmwtfoo.hmltmubqjbwjlmpqfsvwbwjlmskfmlnfmlmgjp`jsojmfoldl-smd!#+gl`vnfmw/alvmgbqjfpf{sqfppjlmpfwwofnfmwAb`hdqlvmglvw#le#wkffmwfqsqjpf+!kwwsp9!#vmfp`bsf+!sbpptlqg!#gfnl`qbwj`?b#kqfe>!,tqbssfq!= nfnafqpkjsojmdvjpwj`s{8sbggjmdskjolplskzbppjpwbm`fvmjufqpjwzeb`jojwjfpqf`ldmjyfgsqfefqfm`fje#+wzsflenbjmwbjmfgul`bavobqzkzslwkfpjp-pvanjw+*8%bns8maps8bmmlwbwjlmafkjmg#wkfElvmgbwjlmsvaojpkfq!bppvnswjlmjmwqlgv`fg`lqqvswjlmp`jfmwjpwpf{soj`jwozjmpwfbg#legjnfmpjlmp#lm@oj`h>!`lmpjgfqfggfsbqwnfmwl``vsbwjlmpllm#bewfqjmufpwnfmwsqlmlvm`fgjgfmwjejfgf{sfqjnfmwNbmbdfnfmwdfldqbskj`!#kfjdkw>!ojmh#qfo>!-qfsob`f+,gfsqfppjlm`lmefqfm`fsvmjpknfmwfojnjmbwfgqfpjpwbm`fbgbswbwjlmlsslpjwjlmtfoo#hmltmpvssofnfmwgfwfqnjmfgk2#`obpp>!3s{8nbqdjmnf`kbmj`bopwbwjpwj`p`fofaqbwfgDlufqmnfmw Gvqjmd#wgfufolsfqpbqwjej`jbofrvjubofmwlqjdjmbwfg@lnnjppjlmbwwb`knfmw?psbm#jg>!wkfqf#tfqfMfgfqobmgpafzlmg#wkfqfdjpwfqfgilvqmbojpweqfrvfmwozboo#le#wkfobmd>!fm!#?,pwzof= baplovwf8#pvsslqwjmdf{wqfnfoz#nbjmpwqfbn?,pwqlmd=#slsvobqjwzfnsolznfmw?,wbaof= #`lopsbm>!?,elqn= ##`lmufqpjlmbalvw#wkf#?,s=?,gju=jmwfdqbwfg!#obmd>!fmSlqwvdvfpfpvapwjwvwfjmgjujgvbojnslppjaofnvowjnfgjbbonlpw#boos{#plojg# bsbqw#eqlnpvaif`w#wljm#Fmdojpk`qjwj`jyfgf{`fsw#elqdvjgfojmfplqjdjmboozqfnbqhbaofwkf#pf`lmgk1#`obpp>!?b#wjwof>!+jm`ovgjmdsbqbnfwfqpsqlkjajwfg>#!kwws9,,gj`wjlmbqzsfq`fswjlmqfulovwjlmelvmgbwjlms{8kfjdkw9pv``fppevopvsslqwfqpnjoofmmjvnkjp#ebwkfqwkf#%rvlw8ml.qfsfbw8`lnnfq`jbojmgvpwqjbofm`lvqbdfgbnlvmw#le#vmleej`jbofeej`jfm`zQfefqfm`fp`llqgjmbwfgjp`objnfqf{sfgjwjlmgfufolsjmd`bo`vobwfgpjnsojejfgofdjwjnbwfpvapwqjmd+3!#`obpp>!`lnsofwfozjoovpwqbwfejuf#zfbqpjmpwqvnfmwSvaojpkjmd2!#`obpp>!spz`kloldz`lmejgfm`fmvnafq#le#bapfm`f#leel`vpfg#lmiljmfg#wkfpwqv`wvqfpsqfujlvpoz=?,jeqbnf=lm`f#bdbjmavw#qbwkfqjnnjdqbmwple#`lvqpf/b#dqlvs#leOjwfqbwvqfVmojhf#wkf?,b=%maps8 evm`wjlm#jw#tbp#wkf@lmufmwjlmbvwlnlajofSqlwfpwbmwbddqfppjufbewfq#wkf#Pjnjobqoz/!#,=?,gju=`loof`wjlm evm`wjlmujpjajojwzwkf#vpf#leulovmwffqpbwwqb`wjlmvmgfq#wkf#wkqfbwfmfg)?"X@GBWBXjnslqwbm`fjm#dfmfqbowkf#obwwfq?,elqn= ?,-jmgf{Le+$j#>#38#j#?gjeefqfm`fgfulwfg#wlwqbgjwjlmppfbq`k#elqvowjnbwfozwlvqmbnfmwbwwqjavwfppl.`boofg#~ ?,pwzof=fubovbwjlmfnskbpjyfgb``fppjaof?,pf`wjlm=pv``fppjlmbolmd#tjwkNfbmtkjof/jmgvpwqjfp?,b=?aq#,=kbp#af`lnfbpsf`wp#leWfofujpjlmpveej`jfmwabphfwabooalwk#pjgfp`lmwjmvjmdbm#bqwj`of?jnd#bow>!bgufmwvqfpkjp#nlwkfqnbm`kfpwfqsqjm`jsofpsbqwj`vobq`lnnfmwbqzfeef`wp#legf`jgfg#wl!=?pwqlmd=svaojpkfqpIlvqmbo#legjeej`vowzeb`jojwbwfb``fswbaofpwzof-`pp!\nevm`wjlm#jmmlubwjlm=@lszqjdkwpjwvbwjlmptlvog#kbufavpjmfppfpGj`wjlmbqzpwbwfnfmwplewfm#vpfgsfqpjpwfmwjm#Ibmvbqz`lnsqjpjmd?,wjwof= \ngjsolnbwj``lmwbjmjmdsfqelqnjmdf{wfmpjlmpnbz#mlw#af`lm`fsw#le#lm`oj`h>!Jw#jp#boplejmbm`jbo#nbhjmd#wkfOv{fnalvqdbggjwjlmbobqf#`boofgfmdbdfg#jm!p`qjsw!*8avw#jw#tbpfof`wqlmj`lmpvanjw>! ?"..#Fmg#fof`wqj`boleej`jboozpvddfpwjlmwls#le#wkfvmojhf#wkfBvpwqbojbmLqjdjmboozqfefqfm`fp ?,kfbg= qf`ldmjpfgjmjwjbojyfojnjwfg#wlBof{bmgqjbqfwjqfnfmwBgufmwvqfpelvq#zfbqp %ow8"..#jm`qfbpjmdgf`lqbwjlmk0#`obpp>!lqjdjmp#lelaojdbwjlmqfdvobwjlm`obppjejfg+evm`wjlm+bgubmwbdfpafjmd#wkf#kjpwlqjbmp?abpf#kqfeqfsfbwfgoztjoojmd#wl`lnsbqbaofgfpjdmbwfgmlnjmbwjlmevm`wjlmbojmpjgf#wkfqfufobwjlmfmg#le#wkfp#elq#wkf#bvwklqjyfgqfevpfg#wlwbhf#sob`fbvwlmlnlvp`lnsqlnjpfslojwj`bo#qfpwbvqbmwwtl#le#wkfEfaqvbqz#1rvbojwz#leptelaif`w-vmgfqpwbmgmfbqoz#bootqjwwfm#azjmwfqujftp!#tjgwk>!2tjwkgqbtboeolbw9ofewjp#vpvbooz`bmgjgbwfpmftpsbsfqpnzpwfqjlvpGfsbqwnfmwafpw#hmltmsbqojbnfmwpvssqfppfg`lmufmjfmwqfnfnafqfggjeefqfmw#pzpwfnbwj`kbp#ofg#wlsqlsbdbmgb`lmwqloofgjmeovfm`fp`fqfnlmjbosql`objnfgSqlwf`wjlmoj#`obpp>!P`jfmwjej``obpp>!ml.wqbgfnbqhpnlqf#wkbm#tjgfpsqfbgOjafqbwjlmwllh#sob`fgbz#le#wkfbp#olmd#bpjnsqjplmfgBggjwjlmbo ?kfbg= ?nObalqbwlqzMlufnafq#1f{`fswjlmpJmgvpwqjboubqjfwz#leeolbw9#ofeGvqjmd#wkfbppfppnfmwkbuf#affm#gfbop#tjwkPwbwjpwj`pl``vqqfm`f,vo=?,gju=`ofbqej{!=wkf#svaoj`nbmz#zfbqptkj`k#tfqflufq#wjnf/pzmlmznlvp`lmwfmw!= sqfpvnbaozkjp#ebnjozvpfqBdfmw-vmf{sf`wfgjm`ovgjmd#`kboofmdfgb#njmlqjwzvmgfejmfg!afolmdp#wlwbhfm#eqlnjm#L`wlafqslpjwjlm9#pbjg#wl#afqfojdjlvp#Efgfqbwjlm#qltpsbm>!lmoz#b#eftnfbmw#wkbwofg#wl#wkf..= ?gju#?ejfogpfw=Bq`kajpkls#`obpp>!mlafjmd#vpfgbssqlb`kfpsqjujofdfpmlp`qjsw= qfpvowp#jmnbz#af#wkfFbpwfq#fddnf`kbmjpnpqfbplmbaofSlsvobwjlm@loof`wjlmpfof`wfg!=mlp`qjsw=,jmgf{-sksbqqjubo#le.ippgh$**8nbmbdfg#wljm`lnsofwf`bpvbowjfp`lnsofwjlm@kqjpwjbmpPfswfnafq#bqjwknfwj`sql`fgvqfpnjdkw#kbufSqlgv`wjlmjw#bssfbqpSkjolplskzeqjfmgpkjsofbgjmd#wldjujmd#wkfwltbqg#wkfdvbqbmwffggl`vnfmwfg`lolq9 333ujgfl#dbnf`lnnjppjlmqfeof`wjmd`kbmdf#wkfbppl`jbwfgpbmp.pfqjelmhfzsqfpp8#sbggjmd9Kf#tbp#wkfvmgfqozjmdwzsj`booz#/#bmg#wkf#pq`Fofnfmwpv``fppjufpjm`f#wkf#pklvog#af#mfwtlqhjmdb``lvmwjmdvpf#le#wkfoltfq#wkbmpkltp#wkbw?,psbm= \n\n`lnsobjmwp`lmwjmvlvprvbmwjwjfpbpwqlmlnfqkf#gjg#mlwgvf#wl#jwpbssojfg#wlbm#bufqbdffeelqwp#wlwkf#evwvqfbwwfnsw#wlWkfqfelqf/`bsbajojwzQfsvaoj`bmtbp#elqnfgFof`wqlmj`hjolnfwfqp`kboofmdfpsvaojpkjmdwkf#elqnfqjmgjdfmlvpgjqf`wjlmppvapjgjbqz`lmpsjqb`zgfwbjop#lebmg#jm#wkfbeelqgbaofpvapwbm`fpqfbplm#elq`lmufmwjlmjwfnwzsf>!baplovwfozpvsslpfgozqfnbjmfg#bbwwqb`wjufwqbufoojmdpfsbqbwfozel`vpfp#lmfofnfmwbqzbssoj`baofelvmg#wkbwpwzofpkffwnbmvp`qjswpwbmgp#elq#ml.qfsfbw+plnfwjnfp@lnnfq`jbojm#Bnfqj`bvmgfqwbhfmrvbqwfq#lebm#f{bnsofsfqplmboozjmgf{-sks<?,avwwlm= sfq`fmwbdfafpw.hmltm`qfbwjmd#b!#gjq>!owqOjfvwfmbmw ?gju#jg>!wkfz#tlvogbajojwz#lenbgf#vs#lemlwfg#wkbw`ofbq#wkbwbqdvf#wkbwwl#bmlwkfq`kjogqfm$psvqslpf#leelqnvobwfgabpfg#vslmwkf#qfdjlmpvaif`w#lesbppfmdfqpslppfppjlm- Jm#wkf#Afelqf#wkfbewfqtbqgp`vqqfmwoz#b`qlpp#wkfp`jfmwjej``lnnvmjwz-`bsjwbojpnjm#Dfqnbmzqjdkw.tjmdwkf#pzpwfnPl`jfwz#leslojwj`jbmgjqf`wjlm9tfmw#lm#wlqfnlubo#le#Mft#Zlqh#bsbqwnfmwpjmgj`bwjlmgvqjmd#wkfvmofpp#wkfkjpwlqj`bokbg#affm#bgfejmjwjufjmdqfgjfmwbwwfmgbm`f@fmwfq#elqsqlnjmfm`fqfbgzPwbwfpwqbwfdjfpavw#jm#wkfbp#sbqw#le`lmpwjwvwf`objn#wkbwobalqbwlqz`lnsbwjaofebjovqf#le/#pv`k#bp#afdbm#tjwkvpjmd#wkf#wl#sqlujgfefbwvqf#leeqln#tkj`k,!#`obpp>!dfloldj`bopfufqbo#legfojafqbwfjnslqwbmw#klogp#wkbwjmd%rvlw8#ubojdm>wlswkf#Dfqnbmlvwpjgf#lemfdlwjbwfgkjp#`bqffqpfsbqbwjlmjg>!pfbq`ktbp#`boofgwkf#elvqwkqf`qfbwjlmlwkfq#wkbmsqfufmwjlmtkjof#wkf#fgv`bwjlm/`lmmf`wjmdb``vqbwfoztfqf#avjowtbp#hjoofgbdqffnfmwpnv`k#nlqf#Gvf#wl#wkftjgwk9#233plnf#lwkfqHjmdgln#lewkf#fmwjqfebnlvp#elqwl#`lmmf`wlaif`wjufpwkf#Eqfm`ksflsof#bmgefbwvqfg!=jp#pbjg#wlpwqv`wvqboqfefqfmgvnnlpw#lewfmb#pfsbqbwf.= ?gju#jg#Leej`jbo#tlqogtjgf-bqjb.obafowkf#sobmfwbmg#jw#tbpg!#ubovf>!ollhjmd#bwafmfej`jbobqf#jm#wkfnlmjwlqjmdqfslqwfgozwkf#nlgfqmtlqhjmd#lmbooltfg#wltkfqf#wkf#jmmlubwjuf?,b=?,gju=plvmgwqb`hpfbq`kElqnwfmg#wl#afjmsvw#jg>!lsfmjmd#leqfpwqj`wfgbglswfg#azbggqfppjmdwkfloldjbmnfwklgp#leubqjbmw#le@kqjpwjbm#ufqz#obqdfbvwlnlwjufaz#ebq#wkfqbmdf#eqlnsvqpvjw#leeloolt#wkfaqlvdkw#wljm#Fmdobmgbdqff#wkbwb``vpfg#le`lnfp#eqlnsqfufmwjmdgju#pwzof>kjp#lq#kfqwqfnfmglvpeqffgln#le`lm`fqmjmd3#2fn#2fn8Abphfwaboo,pwzof-`ppbm#fbqojfqfufm#bewfq,!#wjwof>!-`ln,jmgf{wbhjmd#wkfsjwwpavqdk`lmwfmw!=?p`qjsw=+ewvqmfg#lvwkbujmd#wkf?,psbm= #l``bpjlmboaf`bvpf#jwpwbqwfg#wlskzpj`booz=?,gju= ##`qfbwfg#az@vqqfmwoz/#ad`lolq>!wbajmgf{>!gjpbpwqlvpBmbozwj`p#bopl#kbp#b=?gju#jg>!?,pwzof= ?`boofg#elqpjmdfq#bmg-pq`#>#!,,ujlobwjlmpwkjp#sljmw`lmpwbmwozjp#ol`bwfgqf`lqgjmdpg#eqln#wkfmfgfqobmgpslqwvdv/Fp;N;};D;u;F5m4K4]4_7`gfpbqqlool`lnfmwbqjlfgv`b`j/_mpfswjfnaqfqfdjpwqbglgjqf``j/_mvaj`b`j/_msvaoj`jgbgqfpsvfpwbpqfpvowbglpjnslqwbmwfqfpfqubglpbqw/A`volpgjefqfmwfppjdvjfmwfpqfs/Vaoj`bpjwvb`j/_mnjmjpwfqjlsqjub`jgbggjqf`wlqjlelqnb`j/_mslaob`j/_msqfpjgfmwf`lmw','fmjglpb``fplqjlpwf`kmlqbwjsfqplmbofp`bwfdlq/Abfpsf`jbofpgjpslmjaofb`wvbojgbgqfefqfm`jbuboobglojgajaojlwf`bqfob`jlmfp`bofmgbqjlslo/Awj`bpbmwfqjlqfpgl`vnfmwlpmbwvqbofybnbwfqjbofpgjefqfm`jbf`lm/_nj`bwqbmpslqwfqlgq/Advfysbqwj`jsbqfm`vfmwqbmgjp`vpj/_mfpwqv`wvqbevmgb`j/_meqf`vfmwfpsfqnbmfmwfwlwbonfmwf<P<R<Z<Q<R<]=o<X<Y=n<P<R<Z<Y=n<^=l<Y<P=c=n<\\<V<Z<Y=k=n<R<]=g<]<R<W<Y<Y<R=k<Y<Q=`=a=n<R<_<R<V<R<_<X<\\<S<R=m<W<Y<^=m<Y<_<R=m<\\<U=n<Y=k<Y=l<Y<[<P<R<_=o=n=m<\\<U=n<\\<Z<T<[<Q<T<P<Y<Z<X=o<]=o<X=o=n<s<R<T=m<V<[<X<Y=m=`<^<T<X<Y<R=m<^=c<[<T<Q=o<Z<Q<R=m<^<R<Y<U<W=b<X<Y<U<S<R=l<Q<R<P<Q<R<_<R<X<Y=n<Y<U=m<^<R<T=i<S=l<\\<^<\\=n<\\<V<R<U<P<Y=m=n<R<T<P<Y<Y=n<Z<T<[<Q=`<R<X<Q<R<U<W=o=k=d<Y<S<Y=l<Y<X=k<\\=m=n<T=k<\\=m=n=`=l<\\<]<R=n<Q<R<^=g=i<S=l<\\<^<R=m<R<]<R<U<S<R=n<R<P<P<Y<Q<Y<Y=k<T=m<W<Y<Q<R<^=g<Y=o=m<W=o<_<R<V<R<W<R<Q<\\<[<\\<X=n<\\<V<R<Y=n<R<_<X<\\<S<R=k=n<T<s<R=m<W<Y=n<\\<V<T<Y<Q<R<^=g<U=m=n<R<T=n=n<\\<V<T=i=m=l<\\<[=o<M<\\<Q<V=n=h<R=l=o<P<v<R<_<X<\\<V<Q<T<_<T=m<W<R<^<\\<Q<\\=d<Y<U<Q<\\<U=n<T=m<^<R<T<P=m<^=c<[=`<W=b<]<R<U=k<\\=m=n<R=m=l<Y<X<T<v=l<R<P<Y<H<R=l=o<P=l=g<Q<V<Y=m=n<\\<W<T<S<R<T=m<V=n=g=m=c=k<P<Y=m=c=j=j<Y<Q=n=l=n=l=o<X<\\=m<\\<P=g=i=l=g<Q<V<\\<q<R<^=g<U=k<\\=m<R<^<P<Y=m=n<\\=h<T<W=`<P<P<\\=l=n<\\=m=n=l<\\<Q<P<Y=m=n<Y=n<Y<V=m=n<Q<\\=d<T=i<P<T<Q=o=n<T<P<Y<Q<T<T<P<Y=b=n<Q<R<P<Y=l<_<R=l<R<X=m<\\<P<R<P=a=n<R<P=o<V<R<Q=j<Y=m<^<R<Y<P<V<\\<V<R<U<|=l=i<T<^5i5j4F4C5e4I4]4_4K5h4]4_4K5h4E4K5h4U4K5i5o4F4D5k4K4D4]4K5i4@4K5h5f5d5i4K5h4Y5d4]4@4C5f4C4E4K5h4U4Z5d4I4Z4K5m4E4K5h5n4_5i4K5h4U4K4D4F4A5i5f5h5i5h5m4K4F5i5h4F5n5e4F4U4C5f5h4K5h4X4U4]4O4B4D4K4]4F4[5d5f4]4U5h5f5o5i4I4]5m4K5n4[5h4D4K4F4K5h5h4V4E4F4]4F5f4D4K5h5j4K4_4K5h4X5f4B5i5j4F4C5f4K5h4U4]4D4K5h5n4Y4Y4K5m5h4K5i4U5h5f5k4K4F4A4C5f4G4K5h5h5k5i4K5h4U5i5h5i5o4F4D4E5f5i5o5j5o4K5h4[5m5h5m5f4C5f5d4I4C4K4]4E4F4K4]5f4B4K5h4Y4A4E4F4_4@5f5h4K5h5d5n4F4U5j4C5i4K5i4C5f5j4E4F4Y5i5f5i4O4]4X5f5m4K5h4\\5f5j4U4]4D5f4E4D5d4K4D4E4O5h4U4K4D4K5h4_5m4]5i4X4K5o5h4F4U4K5h5e4K5h4O5d5h4K5h4_5j4E4@4K5i4U4E4K5h4Y4A5m4K5h4C5f5j5o5h5i4K4F4K5h4B4K4Y4K5h5i5h5m4O4U4Z4K4M5o4F4K4D4E4K5h4B5f4]4]4_4K4J5h4K5h5n5h4D4K5h4O4C4D5i5n4K4[4U5i4]4K4_5h5i5j4[5n4E4K5h5o4F4D4K5h4]4@5h4K4X4F4]5o4K5h5n4C5i5f4U4[5f5opAzWbdMbnf+-isd!#bow>!2s{#plojg# -dje!#bow>!wqbmpsbqfmwjmelqnbwjlmbssoj`bwjlm!#lm`oj`h>!fpwbaojpkfgbgufqwjpjmd-smd!#bow>!fmujqlmnfmwsfqelqnbm`fbssqlsqjbwf%bns8ngbpk8jnnfgjbwfoz?,pwqlmd=?,qbwkfq#wkbmwfnsfqbwvqfgfufolsnfmw`lnsfwjwjlmsob`fklogfqujpjajojwz9`lszqjdkw!=3!#kfjdkw>!fufm#wklvdkqfsob`fnfmwgfpwjmbwjlm@lqslqbwjlm?vo#`obpp>!Bppl`jbwjlmjmgjujgvbopsfqpsf`wjufpfwWjnflvw+vqo+kwws9,,nbwkfnbwj`pnbqdjm.wls9fufmwvbooz#gfp`qjswjlm*#ml.qfsfbw`loof`wjlmp-ISD\x7Fwkvna\x7Fsbqwj`jsbwf,kfbg=?algzeolbw9ofew8?oj#`obpp>!kvmgqfgp#le Kltfufq/#`lnslpjwjlm`ofbq9alwk8`llsfqbwjlmtjwkjm#wkf#obafo#elq>!alqgfq.wls9Mft#Yfbobmgqf`lnnfmgfgsklwldqbskzjmwfqfpwjmd%ow8pvs%dw8`lmwqlufqpzMfwkfqobmgpbowfqmbwjufnb{ofmdwk>!ptjwyfqobmgGfufolsnfmwfppfmwjbooz Bowklvdk#?,wf{wbqfb=wkvmgfqajqgqfsqfpfmwfg%bns8mgbpk8psf`vobwjlm`lnnvmjwjfpofdjpobwjlmfof`wqlmj`p \n?gju#jg>!joovpwqbwfgfmdjmffqjmdwfqqjwlqjfpbvwklqjwjfpgjpwqjavwfg5!#kfjdkw>!pbmp.pfqje8`bsbaof#le#gjpbssfbqfgjmwfqb`wjufollhjmd#elqjw#tlvog#afBedkbmjpwbmtbp#`qfbwfgNbwk-eollq+pvqqlvmgjmd`bm#bopl#aflapfqubwjlmnbjmwfmbm`ffm`lvmwfqfg?k1#`obpp>!nlqf#qf`fmwjw#kbp#affmjmubpjlm#le*-dfwWjnf+*evmgbnfmwboGfpsjwf#wkf!=?gju#jg>!jmpsjqbwjlmf{bnjmbwjlmsqfsbqbwjlmf{sobmbwjlm?jmsvw#jg>!?,b=?,psbm=ufqpjlmp#lejmpwqvnfmwpafelqf#wkf##>#$kwws9,,Gfp`qjswjlmqfobwjufoz#-pvapwqjmd+fb`k#le#wkff{sfqjnfmwpjmeovfmwjbojmwfdqbwjlmnbmz#sflsofgvf#wl#wkf#`lnajmbwjlmgl#mlw#kbufNjggof#Fbpw?mlp`qjsw=?`lszqjdkw!#sfqkbsp#wkfjmpwjwvwjlmjm#Gf`fnafqbqqbmdfnfmwnlpw#ebnlvpsfqplmbojwz`qfbwjlm#leojnjwbwjlmpf{`ovpjufozplufqfjdmwz.`lmwfmw!= ?wg#`obpp>!vmgfqdqlvmgsbqboofo#wlgl`wqjmf#lel``vsjfg#azwfqnjmloldzQfmbjppbm`fb#mvnafq#lepvsslqw#elqf{solqbwjlmqf`ldmjwjlmsqfgf`fpplq?jnd#pq`>!,?k2#`obpp>!svaoj`bwjlmnbz#bopl#afpsf`jbojyfg?,ejfogpfw=sqldqfppjufnjoojlmp#lepwbwfp#wkbwfmelq`fnfmwbqlvmg#wkf#lmf#bmlwkfq-sbqfmwMlgfbdqj`vowvqfBowfqmbwjufqfpfbq`kfqpwltbqgp#wkfNlpw#le#wkfnbmz#lwkfq#+fpsf`jbooz?wg#tjgwk>!8tjgwk9233&jmgfsfmgfmw?k0#`obpp>!#lm`kbmdf>!*-bgg@obpp+jmwfqb`wjlmLmf#le#wkf#gbvdkwfq#leb``fpplqjfpaqbm`kfp#le ?gju#jg>!wkf#obqdfpwgf`obqbwjlmqfdvobwjlmpJmelqnbwjlmwqbmpobwjlmgl`vnfmwbqzjm#lqgfq#wl!= ?kfbg= ?!#kfjdkw>!2b`qlpp#wkf#lqjfmwbwjlm*8?,p`qjsw=jnsofnfmwfg`bm#af#pffmwkfqf#tbp#bgfnlmpwqbwf`lmwbjmfq!=`lmmf`wjlmpwkf#Aqjwjpktbp#tqjwwfm"jnslqwbmw8s{8#nbqdjm.elooltfg#azbajojwz#wl#`lnsoj`bwfggvqjmd#wkf#jnnjdqbwjlmbopl#`boofg?k7#`obpp>!gjpwjm`wjlmqfsob`fg#azdlufqmnfmwpol`bwjlm#lejm#Mlufnafqtkfwkfq#wkf?,s= ?,gju=b`rvjpjwjlm`boofg#wkf#sfqpf`vwjlmgfpjdmbwjlmxelmw.pjyf9bssfbqfg#jmjmufpwjdbwff{sfqjfm`fgnlpw#ojhfoztjgfoz#vpfggjp`vppjlmpsqfpfm`f#le#+gl`vnfmw-f{wfmpjufozJw#kbp#affmjw#glfp#mlw`lmwqbqz#wljmkbajwbmwpjnsqlufnfmwp`klobqpkjs`lmpvnswjlmjmpwqv`wjlmelq#f{bnsoflmf#lq#nlqfs{8#sbggjmdwkf#`vqqfmwb#pfqjfp#lebqf#vpvboozqlof#jm#wkfsqfujlvpoz#gfqjubwjufpfujgfm`f#lef{sfqjfm`fp`lolqp`kfnfpwbwfg#wkbw`fqwjej`bwf?,b=?,gju= #pfof`wfg>!kjdk#p`klloqfpslmpf#wl`lnelqwbaofbglswjlm#lewkqff#zfbqpwkf#`lvmwqzjm#Efaqvbqzpl#wkbw#wkfsflsof#tkl#sqlujgfg#az?sbqbn#mbnfbeef`wfg#azjm#wfqnp#lebssljmwnfmwJPL.;;6:.2!tbp#alqm#jmkjpwlqj`bo#qfdbqgfg#bpnfbpvqfnfmwjp#abpfg#lm#bmg#lwkfq#9#evm`wjlm+pjdmjej`bmw`fofaqbwjlmwqbmpnjwwfg,ip,irvfqz-jp#hmltm#bpwkflqfwj`bo#wbajmgf{>!jw#`lvog#af?mlp`qjsw= kbujmd#affm ?kfbg= ?#%rvlw8Wkf#`lnsjobwjlmkf#kbg#affmsqlgv`fg#azskjolplskfq`lmpwqv`wfgjmwfmgfg#wlbnlmd#lwkfq`lnsbqfg#wlwl#pbz#wkbwFmdjmffqjmdb#gjeefqfmwqfefqqfg#wlgjeefqfm`fpafojfe#wkbwsklwldqbskpjgfmwjezjmdKjpwlqz#le#Qfsvaoj`#lemf`fppbqjozsqlabajojwzwf`kmj`boozofbujmd#wkfpsf`wb`vobqeqb`wjlm#lefof`wqj`jwzkfbg#le#wkfqfpwbvqbmwpsbqwmfqpkjsfnskbpjp#lmnlpw#qf`fmwpkbqf#tjwk#pbzjmd#wkbwejoofg#tjwkgfpjdmfg#wljw#jp#lewfm!=?,jeqbnf=bp#elooltp9nfqdfg#tjwkwkqlvdk#wkf`lnnfq`jbo#sljmwfg#lvwlsslqwvmjwzujft#le#wkfqfrvjqfnfmwgjujpjlm#lesqldqbnnjmdkf#qf`fjufgpfwJmwfqubo!=?,psbm=?,jm#Mft#Zlqhbggjwjlmbo#`lnsqfppjlm ?gju#jg>!jm`lqslqbwf8?,p`qjsw=?bwwb`kFufmwaf`bnf#wkf#!#wbqdfw>!\\`bqqjfg#lvwPlnf#le#wkfp`jfm`f#bmgwkf#wjnf#le@lmwbjmfq!=nbjmwbjmjmd@kqjpwlskfqNv`k#le#wkftqjwjmdp#le!#kfjdkw>!1pjyf#le#wkfufqpjlm#le#nj{wvqf#le#afwtffm#wkfF{bnsofp#lefgv`bwjlmbo`lnsfwjwjuf#lmpvanjw>!gjqf`wlq#legjpwjm`wjuf,GWG#[KWNO#qfobwjmd#wlwfmgfm`z#wlsqlujm`f#letkj`k#tlvoggfpsjwf#wkfp`jfmwjej`#ofdjpobwvqf-jmmfqKWNO#boofdbwjlmpBdqj`vowvqftbp#vpfg#jmbssqlb`k#wljmwfoojdfmwzfbqp#obwfq/pbmp.pfqjegfwfqnjmjmdSfqelqnbm`fbssfbqbm`fp/#tkj`k#jp#elvmgbwjlmpbaaqfujbwfgkjdkfq#wkbmp#eqln#wkf#jmgjujgvbo#`lnslpfg#lepvsslpfg#wl`objnp#wkbwbwwqjavwjlmelmw.pjyf92fofnfmwp#leKjpwlqj`bo#kjp#aqlwkfqbw#wkf#wjnfbmmjufqpbqzdlufqmfg#azqfobwfg#wl#vowjnbwfoz#jmmlubwjlmpjw#jp#pwjoo`bm#lmoz#afgfejmjwjlmpwlDNWPwqjmdB#mvnafq#lejnd#`obpp>!Fufmwvbooz/tbp#`kbmdfgl``vqqfg#jmmfjdkalqjmdgjpwjmdvjpktkfm#kf#tbpjmwqlgv`jmdwfqqfpwqjboNbmz#le#wkfbqdvfp#wkbwbm#Bnfqj`bm`lmrvfpw#letjgfpsqfbg#tfqf#hjoofgp`qffm#bmg#Jm#lqgfq#wlf{sf`wfg#wlgfp`fmgbmwpbqf#ol`bwfgofdjpobwjufdfmfqbwjlmp#ab`hdqlvmgnlpw#sflsofzfbqp#bewfqwkfqf#jp#mlwkf#kjdkfpweqfrvfmwoz#wkfz#gl#mlwbqdvfg#wkbwpkltfg#wkbwsqfglnjmbmwwkfloldj`boaz#wkf#wjnf`lmpjgfqjmdpklqw.ojufg?,psbm=?,b=`bm#af#vpfgufqz#ojwwoflmf#le#wkf#kbg#boqfbgzjmwfqsqfwfg`lnnvmj`bwfefbwvqfp#ledlufqmnfmw/?,mlp`qjsw=fmwfqfg#wkf!#kfjdkw>!0Jmgfsfmgfmwslsvobwjlmpobqdf.p`bof-#Bowklvdk#vpfg#jm#wkfgfpwqv`wjlmslppjajojwzpwbqwjmd#jmwtl#lq#nlqff{sqfppjlmppvalqgjmbwfobqdfq#wkbmkjpwlqz#bmg?,lswjlm= @lmwjmfmwbofojnjmbwjmdtjoo#mlw#afsqb`wj`f#lejm#eqlmw#lepjwf#le#wkffmpvqf#wkbwwl#`qfbwf#bnjppjppjssjslwfmwjboozlvwpwbmgjmdafwwfq#wkbmtkbw#jp#mltpjwvbwfg#jmnfwb#mbnf>!WqbgjwjlmbopvddfpwjlmpWqbmpobwjlmwkf#elqn#lebwnlpskfqj`jgfloldj`bofmwfqsqjpfp`bo`vobwjmdfbpw#le#wkfqfnmbmwp#lesovdjmpsbdf,jmgf{-sks<qfnbjmfg#jmwqbmpelqnfgKf#tbp#bopltbp#boqfbgzpwbwjpwj`bojm#ebulq#leNjmjpwqz#lenlufnfmw#leelqnvobwjlmjp#qfrvjqfg?ojmh#qfo>!Wkjp#jp#wkf#?b#kqfe>!,slsvobqjyfgjmuloufg#jmbqf#vpfg#wlbmg#pfufqbonbgf#az#wkfpffnp#wl#afojhfoz#wkbwSbofpwjmjbmmbnfg#bewfqjw#kbg#affmnlpw#`lnnlmwl#qfefq#wlavw#wkjp#jp`lmpf`vwjufwfnslqbqjozJm#dfmfqbo/`lmufmwjlmpwbhfp#sob`fpvagjujpjlmwfqqjwlqjbolsfqbwjlmbosfqnbmfmwoztbp#obqdfozlvwaqfbh#lejm#wkf#sbpwelooltjmd#b#{nomp9ld>!=?b#`obpp>!`obpp>!wf{w@lmufqpjlm#nbz#af#vpfgnbmveb`wvqfbewfq#afjmd`ofbqej{!= rvfpwjlm#letbp#fof`wfgwl#af`lnf#baf`bvpf#le#plnf#sflsofjmpsjqfg#azpv``fppevo#b#wjnf#tkfmnlqf#`lnnlmbnlmdpw#wkfbm#leej`jbotjgwk9233&8wf`kmloldz/tbp#bglswfgwl#hffs#wkfpfwwofnfmwpojuf#ajqwkpjmgf{-kwno!@lmmf`wj`vwbppjdmfg#wl%bns8wjnfp8b``lvmw#elqbojdm>qjdkwwkf#`lnsbmzbotbzp#affmqfwvqmfg#wljmuloufnfmwAf`bvpf#wkfwkjp#sfqjlg!#mbnf>!r!#`lmejmfg#wlb#qfpvow#leubovf>!!#,=jp#b`wvboozFmujqlmnfmw ?,kfbg= @lmufqpfoz/= ?gju#jg>!3!#tjgwk>!2jp#sqlabaozkbuf#af`lnf`lmwqloojmdwkf#sqlaofn`jwjyfmp#leslojwj`jbmpqfb`kfg#wkfbp#fbqoz#bp9mlmf8#lufq?wbaof#`fooubojgjwz#legjqf`woz#wllmnlvpfgltmtkfqf#jw#jptkfm#jw#tbpnfnafqp#le#qfobwjlm#wlb``lnnlgbwfbolmd#tjwk#Jm#wkf#obwfwkf#Fmdojpkgfoj`jlvp!=wkjp#jp#mlwwkf#sqfpfmwje#wkfz#bqfbmg#ejmboozb#nbwwfq#le \n?,gju=  ?,p`qjsw=ebpwfq#wkbmnbilqjwz#lebewfq#tkj`k`lnsbqbwjufwl#nbjmwbjmjnsqluf#wkfbtbqgfg#wkffq!#`obpp>!eqbnfalqgfqqfpwlqbwjlmjm#wkf#pbnfbmbozpjp#lewkfjq#ejqpwGvqjmd#wkf#`lmwjmfmwbopfrvfm`f#leevm`wjlm+*xelmw.pjyf9#tlqh#lm#wkf?,p`qjsw= ?afdjmp#tjwkibubp`qjsw9`lmpwjwvfmwtbp#elvmgfgfrvjojaqjvnbppvnf#wkbwjp#djufm#azmffgp#wl#af`llqgjmbwfpwkf#ubqjlvpbqf#sbqw#lelmoz#jm#wkfpf`wjlmp#lejp#b#`lnnlmwkflqjfp#legjp`lufqjfpbppl`jbwjlmfgdf#le#wkfpwqfmdwk#leslpjwjlm#jmsqfpfmw.gbzvmjufqpboozwl#elqn#wkfavw#jmpwfbg`lqslqbwjlmbwwb`kfg#wljp#`lnnlmozqfbplmp#elq#%rvlw8wkf#`bm#af#nbgftbp#baof#wltkj`k#nfbmpavw#gjg#mlwlmNlvpfLufqbp#slppjaoflsfqbwfg#az`lnjmd#eqlnwkf#sqjnbqzbggjwjlm#leelq#pfufqbowqbmpefqqfgb#sfqjlg#lebqf#baof#wlkltfufq/#jwpklvog#kbufnv`k#obqdfq \n?,p`qjsw=bglswfg#wkfsqlsfqwz#legjqf`wfg#azfeef`wjufoztbp#aqlvdkw`kjogqfm#leSqldqbnnjmdolmdfq#wkbmnbmvp`qjswptbq#bdbjmpwaz#nfbmp#lebmg#nlpw#lepjnjobq#wl#sqlsqjfwbqzlqjdjmbwjmdsqfpwjdjlvpdqbnnbwj`bof{sfqjfm`f-wl#nbhf#wkfJw#tbp#bopljp#elvmg#jm`lnsfwjwlqpjm#wkf#V-P-qfsob`f#wkfaqlvdkw#wkf`bo`vobwjlmeboo#le#wkfwkf#dfmfqbosqb`wj`boozjm#klmlq#leqfofbpfg#jmqfpjgfmwjbobmg#plnf#lehjmd#le#wkfqfb`wjlm#wl2pw#Fbqo#le`vowvqf#bmgsqjm`jsbooz?,wjwof= ##wkfz#`bm#afab`h#wl#wkfplnf#le#kjpf{slpvqf#wlbqf#pjnjobqelqn#le#wkfbggEbulqjwf`jwjyfmpkjssbqw#jm#wkfsflsof#tjwkjm#sqb`wj`fwl#`lmwjmvf%bns8njmvp8bssqlufg#az#wkf#ejqpw#booltfg#wkfbmg#elq#wkfevm`wjlmjmdsobzjmd#wkfplovwjlm#wlkfjdkw>!3!#jm#kjp#allhnlqf#wkbm#belooltp#wkf`qfbwfg#wkfsqfpfm`f#jm%maps8?,wg=mbwjlmbojpwwkf#jgfb#leb#`kbqb`wfqtfqf#elq`fg#`obpp>!awmgbzp#le#wkfefbwvqfg#jmpkltjmd#wkfjmwfqfpw#jmjm#sob`f#lewvqm#le#wkfwkf#kfbg#leOlqg#le#wkfslojwj`boozkbp#jwp#ltmFgv`bwjlmbobssqlubo#leplnf#le#wkffb`k#lwkfq/afkbujlq#lebmg#af`bvpfbmg#bmlwkfqbssfbqfg#lmqf`lqgfg#jmaob`h%rvlw8nbz#jm`ovgfwkf#tlqog$p`bm#ofbg#wlqfefqp#wl#balqgfq>!3!#dlufqmnfmw#tjmmjmd#wkfqfpvowfg#jm#tkjof#wkf#Tbpkjmdwlm/wkf#pvaif`w`jwz#jm#wkf=?,gju= \n\nqfeof`w#wkfwl#`lnsofwfaf`bnf#nlqfqbgjlb`wjufqfif`wfg#aztjwklvw#bmzkjp#ebwkfq/tkj`k#`lvog`lsz#le#wkfwl#jmgj`bwfb#slojwj`bob``lvmwp#le`lmpwjwvwfptlqhfg#tjwkfq?,b=?,oj=le#kjp#ojefb``lnsbmjfg`ojfmwTjgwksqfufmw#wkfOfdjpobwjufgjeefqfmwozwldfwkfq#jmkbp#pfufqboelq#bmlwkfqwf{w#le#wkfelvmgfg#wkff#tjwk#wkf#jp#vpfg#elq`kbmdfg#wkfvpvbooz#wkfsob`f#tkfqftkfqfbp#wkf=#?b#kqfe>!!=?b#kqfe>!wkfnpfoufp/bowklvdk#kfwkbw#`bm#afwqbgjwjlmboqlof#le#wkfbp#b#qfpvowqfnluf@kjoggfpjdmfg#aztfpw#le#wkfPlnf#sflsofsqlgv`wjlm/pjgf#le#wkfmftpofwwfqpvpfg#az#wkfgltm#wl#wkfb``fswfg#azojuf#jm#wkfbwwfnswp#wllvwpjgf#wkfeqfrvfm`jfpKltfufq/#jmsqldqbnnfqpbw#ofbpw#jmbssql{jnbwfbowklvdk#jwtbp#sbqw#lebmg#ubqjlvpDlufqmlq#lewkf#bqwj`ofwvqmfg#jmwl=?b#kqfe>!,wkf#f`lmlnzjp#wkf#nlpwnlpw#tjgfoztlvog#obwfqbmg#sfqkbspqjpf#wl#wkfl``vqp#tkfmvmgfq#tkj`k`lmgjwjlmp-wkf#tfpwfqmwkflqz#wkbwjp#sqlgv`fgwkf#`jwz#lejm#tkj`k#kfpffm#jm#wkfwkf#`fmwqboavjogjmd#lenbmz#le#kjpbqfb#le#wkfjp#wkf#lmoznlpw#le#wkfnbmz#le#wkfwkf#TfpwfqmWkfqf#jp#mlf{wfmgfg#wlPwbwjpwj`bo`lopsbm>1#\x7Fpklqw#pwlqzslppjaof#wlwlsloldj`bo`qjwj`bo#leqfslqwfg#wlb#@kqjpwjbmgf`jpjlm#wljp#frvbo#wlsqlaofnp#leWkjp#`bm#afnfq`kbmgjpfelq#nlpw#leml#fujgfm`ffgjwjlmp#lefofnfmwp#jm%rvlw8-#Wkf`ln,jnbdfp,tkj`k#nbhfpwkf#sql`fppqfnbjmp#wkfojwfqbwvqf/jp#b#nfnafqwkf#slsvobqwkf#bm`jfmwsqlaofnp#jmwjnf#le#wkfgfefbwfg#azalgz#le#wkfb#eft#zfbqpnv`k#le#wkfwkf#tlqh#le@bojelqmjb/pfqufg#bp#bdlufqmnfmw-`lm`fswp#lenlufnfmw#jm\n\n?gju#jg>!jw!#ubovf>!obmdvbdf#lebp#wkfz#bqfsqlgv`fg#jmjp#wkbw#wkff{sobjm#wkfgju=?,gju= Kltfufq#wkfofbg#wl#wkf\n?b#kqfe>!,tbp#dqbmwfgsflsof#kbuf`lmwjmvbooztbp#pffm#bpbmg#qfobwfgwkf#qlof#lesqlslpfg#azle#wkf#afpwfb`k#lwkfq-@lmpwbmwjmfsflsof#eqlngjbof`wp#lewl#qfujpjlmtbp#qfmbnfgb#plvq`f#lewkf#jmjwjboobvm`kfg#jmsqlujgf#wkfwl#wkf#tfpwtkfqf#wkfqfbmg#pjnjobqafwtffm#wtljp#bopl#wkfFmdojpk#bmg`lmgjwjlmp/wkbw#jw#tbpfmwjwofg#wlwkfnpfoufp-rvbmwjwz#leqbmpsbqfm`zwkf#pbnf#bpwl#iljm#wkf`lvmwqz#bmgwkjp#jp#wkfWkjp#ofg#wlb#pwbwfnfmw`lmwqbpw#wlobpwJmgf{Lewkqlvdk#kjpjp#gfpjdmfgwkf#wfqn#jpjp#sqlujgfgsqlwf`w#wkfmd?,b=?,oj=Wkf#`vqqfmwwkf#pjwf#lepvapwbmwjbof{sfqjfm`f/jm#wkf#Tfpwwkfz#pklvogpolufm(ajmb`lnfmwbqjlpvmjufqpjgbg`lmgj`jlmfpb`wjujgbgfpf{sfqjfm`jbwf`mlold/Absqlgv``j/_msvmwvb`j/_mbsoj`b`j/_m`lmwqbpf/]b`bwfdlq/Abpqfdjpwqbqpfsqlefpjlmbowqbwbnjfmwlqfd/Apwqbwfpf`qfwbq/Absqjm`jsbofpsqlwf``j/_mjnslqwbmwfpjnslqwbm`jbslpjajojgbgjmwfqfpbmwf`qf`jnjfmwlmf`fpjgbgfppvp`qjajqpfbpl`jb`j/_mgjpslmjaofpfubovb`j/_mfpwvgjbmwfpqfpslmpbaofqfplov`j/_mdvbgbobibqbqfdjpwqbglplslqwvmjgbg`lnfq`jbofpelwldqbe/Abbvwlqjgbgfpjmdfmjfq/Abwfofujpj/_m`lnsfwfm`jblsfqb`jlmfpfpwbaof`jglpjnsofnfmwfb`wvbonfmwfmbufdb`j/_m`lmelqnjgbgojmf.kfjdkw9elmw.ebnjoz9!#9#!kwws9,,bssoj`bwjlmpojmh!#kqfe>!psf`jej`booz,,?"X@GBWBX Lqdbmjybwjlmgjpwqjavwjlm3s{8#kfjdkw9qfobwjlmpkjsgfuj`f.tjgwk?gju#`obpp>!?obafo#elq>!qfdjpwqbwjlm?,mlp`qjsw= ,jmgf{-kwno!tjmglt-lsfm+#"jnslqwbmw8bssoj`bwjlm,jmgfsfmgfm`f,,ttt-dlldoflqdbmjybwjlmbvwl`lnsofwfqfrvjqfnfmwp`lmpfqubwjuf?elqn#mbnf>!jmwfoof`wvbonbqdjm.ofew92;wk#`fmwvqzbm#jnslqwbmwjmpwjwvwjlmpbaaqfujbwjlm?jnd#`obpp>!lqdbmjpbwjlm`jujojybwjlm2:wk#`fmwvqzbq`kjwf`wvqfjm`lqslqbwfg13wk#`fmwvqz.`lmwbjmfq!=nlpw#mlwbaoz,=?,b=?,gju=mlwjej`bwjlm$vmgfejmfg$*Evqwkfqnlqf/afojfuf#wkbwjmmfqKWNO#>#sqjlq#wl#wkfgqbnbwj`boozqfefqqjmd#wlmfdlwjbwjlmpkfbgrvbqwfqpPlvwk#Beqj`bvmpv``fppevoSfmmpzoubmjbBp#b#qfpvow/?kwno#obmd>!%ow8,pvs%dw8gfbojmd#tjwkskjobgfoskjbkjpwlqj`booz*8?,p`qjsw= sbggjmd.wls9f{sfqjnfmwbodfwBwwqjavwfjmpwqv`wjlmpwf`kmloldjfpsbqw#le#wkf#>evm`wjlm+*xpvap`qjswjlmo-gwg!= ?kwdfldqbskj`bo@lmpwjwvwjlm$/#evm`wjlm+pvsslqwfg#azbdqj`vowvqbo`lmpwqv`wjlmsvaoj`bwjlmpelmw.pjyf9#2b#ubqjfwz#le?gju#pwzof>!Fm`z`olsfgjbjeqbnf#pq`>!gfnlmpwqbwfgb``lnsojpkfgvmjufqpjwjfpGfnldqbskj`p*8?,p`qjsw=?gfgj`bwfg#wlhmltofgdf#lepbwjpeb`wjlmsbqwj`vobqoz?,gju=?,gju=Fmdojpk#+VP*bssfmg@kjog+wqbmpnjppjlmp-#Kltfufq/#jmwfoojdfm`f!#wbajmgf{>!eolbw9qjdkw8@lnnlmtfbowkqbmdjmd#eqlnjm#tkj`k#wkfbw#ofbpw#lmfqfsqlgv`wjlmfm`z`olsfgjb8elmw.pjyf92ivqjpgj`wjlmbw#wkbw#wjnf!=?b#`obpp>!Jm#bggjwjlm/gfp`qjswjlm(`lmufqpbwjlm`lmwb`w#tjwkjp#dfmfqboozq!#`lmwfmw>!qfsqfpfmwjmd%ow8nbwk%dw8sqfpfmwbwjlml``bpjlmbooz?jnd#tjgwk>!mbujdbwjlm!=`lnsfmpbwjlm`kbnsjlmpkjsnfgjb>!boo!#ujlobwjlm#leqfefqfm`f#wlqfwvqm#wqvf8Pwqj`w,,FM!#wqbmpb`wjlmpjmwfqufmwjlmufqjej`bwjlmJmelqnbwjlm#gjeej`vowjfp@kbnsjlmpkjs`bsbajojwjfp?"Xfmgje^..=~ ?,p`qjsw= @kqjpwjbmjwzelq#f{bnsof/Sqlefppjlmboqfpwqj`wjlmppvddfpw#wkbwtbp#qfofbpfg+pv`k#bp#wkfqfnluf@obpp+vmfnsolznfmwwkf#Bnfqj`bmpwqv`wvqf#le,jmgf{-kwno#svaojpkfg#jmpsbm#`obpp>!!=?b#kqfe>!,jmwqlgv`wjlmafolmdjmd#wl`objnfg#wkbw`lmpfrvfm`fp?nfwb#mbnf>!Dvjgf#wl#wkflufqtkfonjmdbdbjmpw#wkf#`lm`fmwqbwfg/ -mlmwlv`k#lapfqubwjlmp?,b= ?,gju= e#+gl`vnfmw-alqgfq9#2s{#xelmw.pjyf92wqfbwnfmw#le3!#kfjdkw>!2nlgjej`bwjlmJmgfsfmgfm`fgjujgfg#jmwldqfbwfq#wkbmb`kjfufnfmwpfpwbaojpkjmdIbubP`qjsw!#mfufqwkfofpppjdmjej`bm`fAqlbg`bpwjmd=%maps8?,wg=`lmwbjmfq!= pv`k#bp#wkf#jmeovfm`f#leb#sbqwj`vobqpq`>$kwws9,,mbujdbwjlm!#kboe#le#wkf#pvapwbmwjbo#%maps8?,gju=bgubmwbdf#legjp`lufqz#leevmgbnfmwbo#nfwqlslojwbmwkf#lsslpjwf!#{no9obmd>!gfojafqbwfozbojdm>`fmwfqfulovwjlm#lesqfpfqubwjlmjnsqlufnfmwpafdjmmjmd#jmIfpvp#@kqjpwSvaoj`bwjlmpgjpbdqffnfmwwf{w.bojdm9q/#evm`wjlm+*pjnjobqjwjfpalgz=?,kwno=jp#`vqqfmwozboskbafwj`bojp#plnfwjnfpwzsf>!jnbdf,nbmz#le#wkf#eolt9kjggfm8bubjobaof#jmgfp`qjaf#wkff{jpwfm`f#leboo#lufq#wkfwkf#Jmwfqmfw\n?vo#`obpp>!jmpwboobwjlmmfjdkalqkllgbqnfg#elq`fpqfgv`jmd#wkf`lmwjmvfp#wlMlmfwkfofpp/wfnsfqbwvqfp \n\n?b#kqfe>!`olpf#wl#wkff{bnsofp#le#jp#balvw#wkf+pff#afolt*-!#jg>!pfbq`ksqlefppjlmbojp#bubjobaofwkf#leej`jbo\n\n?,p`qjsw= \n\n?gju#jg>!b``fofqbwjlmwkqlvdk#wkf#Kboo#le#Ebnfgfp`qjswjlmpwqbmpobwjlmpjmwfqefqfm`f#wzsf>$wf{w,qf`fmw#zfbqpjm#wkf#tlqogufqz#slsvobqxab`hdqlvmg9wqbgjwjlmbo#plnf#le#wkf#`lmmf`wfg#wlf{soljwbwjlmfnfqdfm`f#le`lmpwjwvwjlmB#Kjpwlqz#lepjdmjej`bmw#nbmveb`wvqfgf{sf`wbwjlmp=?mlp`qjsw=?`bm#af#elvmgaf`bvpf#wkf#kbp#mlw#affmmfjdkalvqjmdtjwklvw#wkf#bggfg#wl#wkf\n?oj#`obpp>!jmpwqvnfmwboPlujfw#Vmjlmb`hmltofgdfgtkj`k#`bm#afmbnf#elq#wkfbwwfmwjlm#wlbwwfnswp#wl#gfufolsnfmwpJm#eb`w/#wkf?oj#`obpp>!bjnsoj`bwjlmppvjwbaof#elqnv`k#le#wkf#`lolmjybwjlmsqfpjgfmwjbo`bm`foAvaaof#Jmelqnbwjlmnlpw#le#wkf#jp#gfp`qjafgqfpw#le#wkf#nlqf#lq#ofppjm#PfswfnafqJmwfoojdfm`fpq`>!kwws9,,s{8#kfjdkw9#bubjobaof#wlnbmveb`wvqfqkvnbm#qjdkwpojmh#kqfe>!,bubjobajojwzsqlslqwjlmbolvwpjgf#wkf#bpwqlmlnj`bokvnbm#afjmdpmbnf#le#wkf#bqf#elvmg#jmbqf#abpfg#lmpnboofq#wkbmb#sfqplm#tklf{sbmpjlm#lebqdvjmd#wkbwmlt#hmltm#bpJm#wkf#fbqozjmwfqnfgjbwfgfqjufg#eqlnP`bmgjmbujbm?,b=?,gju= `lmpjgfq#wkfbm#fpwjnbwfgwkf#Mbwjlmbo?gju#jg>!sbdqfpvowjmd#jm`lnnjppjlmfgbmboldlvp#wlbqf#qfrvjqfg,vo= ?,gju= tbp#abpfg#lmbmg#af`bnf#b%maps8%maps8w!#ubovf>!!#tbp#`bswvqfgml#nlqf#wkbmqfpsf`wjufoz`lmwjmvf#wl#= ?kfbg= ?tfqf#`qfbwfgnlqf#dfmfqbojmelqnbwjlm#vpfg#elq#wkfjmgfsfmgfmw#wkf#Jnsfqjbo`lnslmfmw#lewl#wkf#mlqwkjm`ovgf#wkf#@lmpwqv`wjlmpjgf#le#wkf#tlvog#mlw#afelq#jmpwbm`fjmufmwjlm#lenlqf#`lnsof{`loof`wjufozab`hdqlvmg9#wf{w.bojdm9#jwp#lqjdjmbojmwl#b``lvmwwkjp#sql`fppbm#f{wfmpjufkltfufq/#wkfwkfz#bqf#mlwqfif`wfg#wkf`qjwj`jpn#legvqjmd#tkj`ksqlabaoz#wkfwkjp#bqwj`of+evm`wjlm+*xJw#pklvog#afbm#bdqffnfmwb``jgfmwboozgjeefqp#eqlnBq`kjwf`wvqfafwwfq#hmltmbqqbmdfnfmwpjmeovfm`f#lmbwwfmgfg#wkfjgfmwj`bo#wlplvwk#le#wkfsbpp#wkqlvdk{no!#wjwof>!tfjdkw9alog8`qfbwjmd#wkfgjpsobz9mlmfqfsob`fg#wkf?jnd#pq`>!,jkwwsp9,,ttt-Tlqog#Tbq#JJwfpwjnlmjbopelvmg#jm#wkfqfrvjqfg#wl#bmg#wkbw#wkfafwtffm#wkf#tbp#gfpjdmfg`lmpjpwp#le#`lmpjgfqbaozsvaojpkfg#azwkf#obmdvbdf@lmpfqubwjlm`lmpjpwfg#leqfefq#wl#wkfab`h#wl#wkf#`pp!#nfgjb>!Sflsof#eqln#bubjobaof#lmsqlufg#wl#afpvddfpwjlmp!tbp#hmltm#bpubqjfwjfp#leojhfoz#wl#af`lnsqjpfg#lepvsslqw#wkf#kbmgp#le#wkf`lvsofg#tjwk`lmmf`w#bmg#alqgfq9mlmf8sfqelqnbm`fpafelqf#afjmdobwfq#af`bnf`bo`vobwjlmplewfm#`boofgqfpjgfmwp#lenfbmjmd#wkbw=?oj#`obpp>!fujgfm`f#elqf{sobmbwjlmpfmujqlmnfmwp!=?,b=?,gju=tkj`k#booltpJmwqlgv`wjlmgfufolsfg#azb#tjgf#qbmdflm#afkboe#leubojdm>!wls!sqjm`jsof#lebw#wkf#wjnf/?,mlp`qjsw=pbjg#wl#kbufjm#wkf#ejqpwtkjof#lwkfqpkzslwkfwj`boskjolplskfqpsltfq#le#wkf`lmwbjmfg#jmsfqelqnfg#azjmbajojwz#wltfqf#tqjwwfmpsbm#pwzof>!jmsvw#mbnf>!wkf#rvfpwjlmjmwfmgfg#elqqfif`wjlm#lejnsojfp#wkbwjmufmwfg#wkfwkf#pwbmgbqgtbp#sqlabaozojmh#afwtffmsqlefpplq#lejmwfqb`wjlmp`kbmdjmd#wkfJmgjbm#L`fbm#`obpp>!obpwtlqhjmd#tjwk$kwws9,,ttt-zfbqp#afelqfWkjp#tbp#wkfqf`qfbwjlmbofmwfqjmd#wkfnfbpvqfnfmwpbm#f{wqfnfozubovf#le#wkfpwbqw#le#wkf ?,p`qjsw= bm#feelqw#wljm`qfbpf#wkfwl#wkf#plvwkpsb`jmd>!3!=pveej`jfmwozwkf#Fvqlsfbm`lmufqwfg#wl`ofbqWjnflvwgjg#mlw#kbuf`lmpfrvfmwozelq#wkf#mf{wf{wfmpjlm#lef`lmlnj`#bmgbowklvdk#wkfbqf#sqlgv`fgbmg#tjwk#wkfjmpveej`jfmwdjufm#az#wkfpwbwjmd#wkbwf{sfmgjwvqfp?,psbm=?,b= wklvdkw#wkbwlm#wkf#abpjp`foosbggjmd>jnbdf#le#wkfqfwvqmjmd#wljmelqnbwjlm/pfsbqbwfg#azbppbppjmbwfgp!#`lmwfmw>!bvwklqjwz#lemlqwktfpwfqm?,gju= ?gju#!=?,gju= ##`lmpvowbwjlm`lnnvmjwz#lewkf#mbwjlmbojw#pklvog#afsbqwj`jsbmwp#bojdm>!ofewwkf#dqfbwfpwpfof`wjlm#lepvsfqmbwvqbogfsfmgfmw#lmjp#nfmwjlmfgbooltjmd#wkftbp#jmufmwfgb``lnsbmzjmdkjp#sfqplmbobubjobaof#bwpwvgz#le#wkflm#wkf#lwkfqf{f`vwjlm#leKvnbm#Qjdkwpwfqnp#le#wkfbppl`jbwjlmpqfpfbq`k#bmgpv``ffgfg#azgfefbwfg#wkfbmg#eqln#wkfavw#wkfz#bqf`lnnbmgfq#lepwbwf#le#wkfzfbqp#le#bdfwkf#pwvgz#le?vo#`obpp>!psob`f#jm#wkftkfqf#kf#tbp?oj#`obpp>!ewkfqf#bqf#mltkj`k#af`bnfkf#svaojpkfgf{sqfppfg#jmwl#tkj`k#wkf`lnnjppjlmfqelmw.tfjdkw9wfqqjwlqz#lef{wfmpjlmp!=Qlnbm#Fnsjqffrvbo#wl#wkfJm#`lmwqbpw/kltfufq/#bmgjp#wzsj`boozbmg#kjp#tjef+bopl#`boofg=?vo#`obpp>!feef`wjufoz#fuloufg#jmwlpffn#wl#kbuftkj`k#jp#wkfwkfqf#tbp#mlbm#f{`foofmwboo#le#wkfpfgfp`qjafg#azJm#sqb`wj`f/aqlbg`bpwjmd`kbqdfg#tjwkqfeof`wfg#jmpvaif`wfg#wlnjojwbqz#bmgwl#wkf#sljmwf`lmlnj`boozpfwWbqdfwjmdbqf#b`wvboozuj`wlqz#lufq+*8?,p`qjsw=`lmwjmvlvpozqfrvjqfg#elqfulovwjlmbqzbm#feef`wjufmlqwk#le#wkf/#tkj`k#tbp#eqlmw#le#wkflq#lwkfqtjpfplnf#elqn#lekbg#mlw#affmdfmfqbwfg#azjmelqnbwjlm-sfqnjwwfg#wljm`ovgfp#wkfgfufolsnfmw/fmwfqfg#jmwlwkf#sqfujlvp`lmpjpwfmwozbqf#hmltm#bpwkf#ejfog#lewkjp#wzsf#ledjufm#wl#wkfwkf#wjwof#le`lmwbjmp#wkfjmpwbm`fp#lejm#wkf#mlqwkgvf#wl#wkfjqbqf#gfpjdmfg`lqslqbwjlmptbp#wkbw#wkflmf#le#wkfpfnlqf#slsvobqpv``ffgfg#jmpvsslqw#eqlnjm#gjeefqfmwglnjmbwfg#azgfpjdmfg#elqltmfqpkjs#lebmg#slppjaozpwbmgbqgjyfgqfpslmpfWf{wtbp#jmwfmgfgqf`fjufg#wkfbppvnfg#wkbwbqfbp#le#wkfsqjnbqjoz#jmwkf#abpjp#lejm#wkf#pfmpfb``lvmwp#elqgfpwqlzfg#azbw#ofbpw#wtltbp#gf`obqfg`lvog#mlw#afPf`qfwbqz#lebssfbq#wl#afnbqdjm.wls92,]_p(\x7F_p(\',df*xwkqlt#f~8wkf#pwbqw#lewtl#pfsbqbwfobmdvbdf#bmgtkl#kbg#affmlsfqbwjlm#legfbwk#le#wkfqfbo#mvnafqp\n?ojmh#qfo>!sqlujgfg#wkfwkf#pwlqz#le`lnsfwjwjlmpfmdojpk#+VH*fmdojpk#+VP*<p<R<Q<_<R<W<M=l<S=m<V<T=m=l<S=m<V<T=m=l<S=m<V<R5h4U4]4D5f4E\nAOGx\bTA\nzk\vBl\bQ\x7F\bTA\nzk\vUm\bQ\x7F\bTA\nzk\npeu| i@ cT\bVV\n\\}\nxS VptSk` [X [X\vHR\bPv\bTW\bUe\n\x7Fa\bQp\v_W\vWs\nxS\vAz\n_yKhjmelqnb`j/_mkfqqbnjfmwbpfof`wq/_mj`lgfp`qjs`j/_m`obpjej`bglp`lml`jnjfmwlsvaoj`b`j/_mqfob`jlmbgbpjmelqn/Mwj`bqfob`jlmbglpgfsbqwbnfmwlwqbabibglqfpgjqf`wbnfmwfbzvmwbnjfmwlnfq`bglOjaqf`lmw/M`wfmlpkbajwb`jlmfp`vnsojnjfmwlqfpwbvqbmwfpgjpslpj`j/_m`lmpf`vfm`jbfof`wq/_mj`bbsoj`b`jlmfpgfp`lmf`wbgljmpwbob`j/_mqfbojyb`j/_mvwjojyb`j/_mfm`j`olsfgjbfmefqnfgbgfpjmpwqvnfmwlpf{sfqjfm`jbpjmpwjwv`j/_msbqwj`vobqfppva`bwfdlqjb=n<R<W=`<V<R<L<R=m=m<T<T=l<\\<]<R=n=g<]<R<W=`=d<Y<S=l<R=m=n<R<P<R<Z<Y=n<Y<X=l=o<_<T=i=m<W=o=k<\\<Y=m<Y<U=k<\\=m<^=m<Y<_<X<\\<L<R=m=m<T=c<p<R=m<V<^<Y<X=l=o<_<T<Y<_<R=l<R<X<\\<^<R<S=l<R=m<X<\\<Q<Q=g=i<X<R<W<Z<Q=g<T<P<Y<Q<Q<R<p<R=m<V<^=g=l=o<]<W<Y<U<p<R=m<V<^<\\=m=n=l<\\<Q=g<Q<T=k<Y<_<R=l<\\<]<R=n<Y<X<R<W<Z<Y<Q=o=m<W=o<_<T=n<Y<S<Y=l=`<r<X<Q<\\<V<R<S<R=n<R<P=o=l<\\<]<R=n=o<\\<S=l<Y<W=c<^<R<R<]=e<Y<R<X<Q<R<_<R=m<^<R<Y<_<R=m=n<\\=n=`<T<X=l=o<_<R<U=h<R=l=o<P<Y=i<R=l<R=d<R<S=l<R=n<T<^=m=m=g<W<V<\\<V<\\<Z<X=g<U<^<W<\\=m=n<T<_=l=o<S<S=g<^<P<Y=m=n<Y=l<\\<]<R=n<\\=m<V<\\<[<\\<W<S<Y=l<^=g<U<X<Y<W<\\=n=`<X<Y<Q=`<_<T<S<Y=l<T<R<X<]<T<[<Q<Y=m<R=m<Q<R<^<Y<P<R<P<Y<Q=n<V=o<S<T=n=`<X<R<W<Z<Q<\\=l<\\<P<V<\\=i<Q<\\=k<\\<W<R<L<\\<]<R=n<\\<N<R<W=`<V<R=m<R<^=m<Y<P<^=n<R=l<R<U<Q<\\=k<\\<W<\\=m<S<T=m<R<V=m<W=o<Z<]=g=m<T=m=n<Y<P<S<Y=k<\\=n<T<Q<R<^<R<_<R<S<R<P<R=e<T=m<\\<U=n<R<^<S<R=k<Y<P=o<S<R<P<R=e=`<X<R<W<Z<Q<R=m=m=g<W<V<T<]=g=m=n=l<R<X<\\<Q<Q=g<Y<P<Q<R<_<T<Y<S=l<R<Y<V=n<M<Y<U=k<\\=m<P<R<X<Y<W<T=n<\\<V<R<_<R<R<Q<W<\\<U<Q<_<R=l<R<X<Y<^<Y=l=m<T=c=m=n=l<\\<Q<Y=h<T<W=`<P=g=o=l<R<^<Q=c=l<\\<[<Q=g=i<T=m<V<\\=n=`<Q<Y<X<Y<W=b=c<Q<^<\\=l=c<P<Y<Q=`=d<Y<P<Q<R<_<T=i<X<\\<Q<Q<R<U<[<Q<\\=k<T=n<Q<Y<W=`<[=c=h<R=l=o<P<\\<N<Y<S<Y=l=`<P<Y=m=c=j<\\<[<\\=e<T=n=g<w=o=k=d<T<Y\fHD\fHU\fIl\fHn\fHy\fH\\\fHD\fIk\fHi\fHF\fHD\fIk\fHy\fHS\fHC\fHR\fHy\fH\\\fIk\fHn\fHi\fHD\fIa\fHC\fHy\fIa\fHC\fHR\fH{\fHR\fHk\fHM\fH@\fHR\fH\\\fIk\fHy\fHS\fHT\fIl\fHJ\fHS\fHC\fHR\fHF\fHU\fH^\fIk\fHT\fHS\fHn\fHU\fHA\fHR\fH\\\fHH\fHi\fHF\fHD\fIl\fHY\fHR\fH^\fIk\fHT\fIk\fHY\fHR\fHy\fH\\\fHH\fIk\fHB\fIk\fH\\\fIk\fHU\fIg\fHD\fIk\fHT\fHy\fHH\fIk\fH@\fHU\fIm\fHH\fHT\fHR\fHk\fHs\fHU\fIg\fH{\fHR\fHp\fHR\fHD\fIk\fHB\fHS\fHD\fHs\fHy\fH\\\fHH\fHR\fHy\fH\\\fHD\fHR\fHe\fHD\fHy\fIk\fHC\fHU\fHR\fHm\fHT\fH@\fHT\fIk\fHA\fHR\fH[\fHR\fHj\fHF\fHy\fIk\fH^\fHS\fHC\fIk\fHZ\fIm\fH\\\fIn\fHk\fHT\fHy\fIk\fHt\fHn\fHs\fIk\fHB\fIk\fH\\\fIl\fHT\fHy\fHH\fHR\fHB\fIk\fH\\\fHR\fH^\fIk\fHy\fH\\\fHi\fHK\fHS\fHy\fHi\fHF\fHD\fHR\fHT\fHB\fHR\fHp\fHB\fIm\fHq\fIk\fHy\fHR\fH\\\fHO\fHU\fIg\fHH\fHR\fHy\fHM\fHP\fIl\fHC\fHU\fHR\fHn\fHU\fIg\fHs\fH^\fHZ\fH@\fIa\fHJ\fH^\fHS\fHC\fHR\fHp\fIl\fHY\fHD\fHp\fHR\fHH\fHR\fHy\fId\fHT\fIk\fHj\fHF\fHy\fHR\fHY\fHR\fH^\fIl\fHJ\fIk\fHD\fIk\fHF\fIn\fH\\\fIl\fHF\fHR\fHD\fIl\fHe\fHT\fHy\fIk\fHU\fIg\fH{\fIl\fH@\fId\fHL\fHy\fHj\fHF\fHy\fIl\fHY\fH\\\fIa\fH[\fH{\fHR\fHn\fHY\fHj\fHF\fHy\fIg\fHp\fHS\fH^\fHR\fHp\fHR\fHD\fHR\fHT\fHU\fHB\fHH\fHU\fHB\fIk\fHn\fHe\fHD\fHy\fIl\fHC\fHR\fHU\fIn\fHJ\fH\\\fIa\fHp\fHT\fIn\fHv\fIl\fHF\fHT\fHn\fHJ\fHT\fHY\fHR\fH^\fHU\fIg\fHD\fHR\fHU\fIg\fHH\fIl\fHp\fId\fHT\fIk\fHY\fHR\fHF\fHT\fHp\fHD\fHH\fHR\fHD\fIk\fHH\fHR\fHp\fHR\fH\\\fIl\fHt\fHR\fHC\fH^\fHp\fHS\fH^\fIk\fHD\fIl\fHv\fIk\fHp\fHR\fHn\fHv\fHF\fHH\fIa\fH\\\fH{\fIn\fH{\fH^\fHp\fHR\fHH\fIk\fH@\fHR\fHU\fH\\\fHj\fHF\fHD\fIk\fHY\fHR\fHU\fHD\fHk\fHT\fHy\fHR\fHT\fIm\fH@\fHU\fH\\\fHU\fHD\fIk\fHk\fHT\fHT\fIk\fHT\fHU\fHS\fHH\fH@\fHM\fHP\fIk\fHt\fHs\fHD\fHR\fHH\fH^\fHR\fHZ\fHF\fHR\fHn\fHv\fHZ\fIa\fH\\\fIl\fH@\fHM\fHP\fIl\fHU\fIg\fHH\fIk\fHT\fHR\fHd\fHs\fHZ\fHR\fHC\fHJ\fHT\fHy\fHH\fIl\fHp\fHR\fHH\fIl\fHY\fHR\fH^\fHR\fHU\fHp\fHR\fH\\\fHF\fHs\fHD\fHR\fH\\\fHz\fHD\fIk\fHT\fHM\fHP\fHy\fHB\fHS\fH^\fHR\fHe\fHT\fHy\fIl\fHy\fIk\fHY\fH^\fH^\fH{\fHH\fHR\fHz\fHR\fHD\fHR\fHi\fH\\\fIa\fHI\fHp\fHU\fHR\fHn\fHJ\fIk\fHz\fHR\fHF\fHU\fH^\fIl\fHD\fHS\fHC\fHB\fH@\fHS\fHD\fHR\fH@\fId\fHn\fHy\fHy\fHU\fIl\fHn\fHy\fHU\fHD\fHR\fHJ\fIk\fHH\fHR\fHU\fHB\fH^\fIk\fHy\fHR\fHG\fIl\fHp\fH@\fHy\fHS\fHH\fIm\fH\\\fHH\fHB\fHR\fHn\fH{\fHY\fHU\fIl\fHn\fH\\\fIg\fHp\fHP\fHB\fHS\fH^\fIl\fHj\fH\\\fIg\fHF\fHT\fIk\fHD\fHR\fHC\fHR\fHJ\fHY\fH^\fIk\fHD\fIk\fHz\fHR\fHH\fHR\fHy\fH\\\fIl\fH@\fHe\fHD\fHy\fHR\fHp\fHY\fHR\fH@\fHF\fIn\fH\\\fHR\fH@\fHM\fHP\fHR\fHT\fI`\fHJ\fHR\fHZ\fIk\fHC\fH\\\fHy\fHS\fHC\fIk\fHy\fHU\fHR\fHn\fHi\fHy\fHT\fH\\\fH@\fHD\fHR\fHc\fHY\fHU\fHR\fHn\fHT\fIa\fHI\fH^\fHB\fHS\fH^\fIk\fH^\fIk\fHz\fHy\fHY\fHS\fH[\fHC\fHy\fIa\fH\\\fHn\fHT\fHB\fIn\fHU\fHI\fHR\fHD\fHR4F4_4F4[5f4U5i4X4K4]5o4E4D5d4K4_4[4E4K5h4Y5m4A4E5i5d4K4Z5f4U4K5h4B4K4Y4E4K5h5i4^5f4C4K5h4U4K5i4E4K5h5o4K4F4D4K5h4]4C5d4C4D4]5j4K5i4@4K5h4C5d5h4E4K5h4U4K5h5i4K5h5i5d5n4U4K5h4U4]4D5f4K5h4_4]5f4U4K5h4@5d4K5h4K5h4\\5k4K4D4K5h4A5f4K4E4K5h4A5n5d5n4K5h5o4]5f5i4K5h4U4]4K5n5i4A5m5d4T4E4K5h4G4K5j5f5i4X4K5k4C4E4K5h5i4]4O4E4K5h5n4]4N5j4K5h4X4D4K4D4K5h4A5d4K4]4K5h4@4C5f4C4K5h4O4_4]4E4K5h4U5h5d5i5i4@5i5d4U4E4K5h4]4A5i5j4K5h5j5n4K4[5m5h4_4[5f5j4K5h5o5d5f4F4K5h4C5j5f4K4D4]5o4K4F5k4K5h4]5f4K4Z4F4A5f4K4F5f4D4F5d5n5f4F4K5h4O5d5h5e4K5h4D4]5f4C4K5h5o5h4K5i4K5h4]4K4D4[4K5h4X4B4Y5f4_5f4K4]4K4F4K5h4G4K5h4G4K5h4Y5h4K4E4K5h4A4C5f4G4K5h4^5d4K4]4K5h4B5h5f4@4K5h4@5i5f4U4K5h4U4K5i5k4K5h4@5i4K5h4K5h4_4K4U4E5i4X4K5k4C5k4K5h4]4J5f4_4K5h4C4B5d5h4K5h5m5j5f4E4K5h5o4F4K4D4K5h4C5d4]5f4K5h4C4]5d4_4K4_4F4V4]5n4F4Y4K5i5f5i4K5h4D5j4K4F4K5h4U4T5f5ifmwfqwbjmnfmwvmgfqpwbmgjmd#>#evm`wjlm+*-isd!#tjgwk>!`lmejdvqbwjlm-smd!#tjgwk>!?algz#`obpp>!Nbwk-qbmgln+*`lmwfnslqbqz#Vmjwfg#Pwbwfp`jq`vnpwbm`fp-bssfmg@kjog+lqdbmjybwjlmp?psbm#`obpp>!!=?jnd#pq`>!,gjpwjmdvjpkfgwklvpbmgp#le#`lnnvmj`bwjlm`ofbq!=?,gju=jmufpwjdbwjlmebuj`lm-j`l!#nbqdjm.qjdkw9abpfg#lm#wkf#Nbppb`kvpfwwpwbaof#alqgfq>jmwfqmbwjlmbobopl#hmltm#bpsqlmvm`jbwjlmab`hdqlvmg9 esbggjmd.ofew9Elq#f{bnsof/#njp`foobmflvp%ow8,nbwk%dw8spz`kloldj`bojm#sbqwj`vobqfbq`k!#wzsf>!elqn#nfwklg>!bp#lsslpfg#wlPvsqfnf#@lvqwl``bpjlmbooz#Bggjwjlmbooz/Mlqwk#Bnfqj`bs{8ab`hdqlvmglsslqwvmjwjfpFmwfqwbjmnfmw-wlOltfq@bpf+nbmveb`wvqjmdsqlefppjlmbo#`lnajmfg#tjwkElq#jmpwbm`f/`lmpjpwjmd#le!#nb{ofmdwk>!qfwvqm#ebopf8`lmp`jlvpmfppNfgjwfqqbmfbmf{wqblqgjmbqzbppbppjmbwjlmpvapfrvfmwoz#avwwlm#wzsf>!wkf#mvnafq#lewkf#lqjdjmbo#`lnsqfkfmpjufqfefqp#wl#wkf?,vo= ?,gju= skjolplskj`bool`bwjlm-kqfetbp#svaojpkfgPbm#Eqbm`jp`l+evm`wjlm+*x ?gju#jg>!nbjmplskjpwj`bwfgnbwkfnbwj`bo#,kfbg= ?algzpvddfpwp#wkbwgl`vnfmwbwjlm`lm`fmwqbwjlmqfobwjlmpkjspnbz#kbuf#affm+elq#f{bnsof/Wkjp#bqwj`of#jm#plnf#`bpfpsbqwp#le#wkf#gfejmjwjlm#leDqfbw#Aqjwbjm#`foosbggjmd>frvjubofmw#wlsob`fklogfq>!8#elmw.pjyf9#ivpwjej`bwjlmafojfufg#wkbwpveefqfg#eqlnbwwfnswfg#wl#ofbgfq#le#wkf`qjsw!#pq`>!,+evm`wjlm+*#xbqf#bubjobaof \n?ojmh#qfo>!#pq`>$kwws9,,jmwfqfpwfg#jm`lmufmwjlmbo#!#bow>!!#,=?,bqf#dfmfqboozkbp#bopl#affmnlpw#slsvobq#`lqqfpslmgjmd`qfgjwfg#tjwkwzof>!alqgfq9?,b=?,psbm=?,-dje!#tjgwk>!?jeqbnf#pq`>!wbaof#`obpp>!jmojmf.aol`h8b``lqgjmd#wl#wldfwkfq#tjwkbssql{jnbwfozsbqojbnfmwbqznlqf#bmg#nlqfgjpsobz9mlmf8wqbgjwjlmboozsqfglnjmbmwoz%maps8\x7F%maps8%maps8?,psbm=#`foopsb`jmd>?jmsvw#mbnf>!lq!#`lmwfmw>!`lmwqlufqpjbosqlsfqwz>!ld9,{.pkl`htbuf.gfnlmpwqbwjlmpvqqlvmgfg#azMfufqwkfofpp/tbp#wkf#ejqpw`lmpjgfqbaof#Bowklvdk#wkf#`loobalqbwjlmpklvog#mlw#afsqlslqwjlm#le?psbm#pwzof>!hmltm#bp#wkf#pklqwoz#bewfqelq#jmpwbm`f/gfp`qjafg#bp#,kfbg= ?algz#pwbqwjmd#tjwkjm`qfbpjmdoz#wkf#eb`w#wkbwgjp`vppjlm#lenjggof#le#wkfbm#jmgjujgvbogjeej`vow#wl#sljmw#le#ujftklnlpf{vbojwzb``fswbm`f#le?,psbm=?,gju=nbmveb`wvqfqplqjdjm#le#wkf`lnnlmoz#vpfgjnslqwbm`f#legfmlnjmbwjlmpab`hdqlvmg9# ofmdwk#le#wkfgfwfqnjmbwjlmb#pjdmjej`bmw!#alqgfq>!3!=qfulovwjlmbqzsqjm`jsofp#lejp#`lmpjgfqfgtbp#gfufolsfgJmgl.Fvqlsfbmuvomfqbaof#wlsqlslmfmwp#lebqf#plnfwjnfp`olpfq#wl#wkfMft#Zlqh#@jwz#mbnf>!pfbq`kbwwqjavwfg#wl`lvqpf#le#wkfnbwkfnbwj`jbmaz#wkf#fmg#lebw#wkf#fmg#le!#alqgfq>!3!#wf`kmloldj`bo-qfnluf@obpp+aqbm`k#le#wkffujgfm`f#wkbw"Xfmgje^..= Jmpwjwvwf#le#jmwl#b#pjmdofqfpsf`wjufoz-bmg#wkfqfelqfsqlsfqwjfp#lejp#ol`bwfg#jmplnf#le#tkj`kWkfqf#jp#bopl`lmwjmvfg#wl#bssfbqbm`f#le#%bns8mgbpk8#gfp`qjafp#wkf`lmpjgfqbwjlmbvwklq#le#wkfjmgfsfmgfmwozfrvjssfg#tjwkglfp#mlw#kbuf?,b=?b#kqfe>!`lmevpfg#tjwk?ojmh#kqfe>!,bw#wkf#bdf#lebssfbq#jm#wkfWkfpf#jm`ovgfqfdbqgofpp#le`lvog#af#vpfg#pwzof>%rvlw8pfufqbo#wjnfpqfsqfpfmw#wkfalgz= ?,kwno=wklvdkw#wl#afslsvobwjlm#leslppjajojwjfpsfq`fmwbdf#leb``fpp#wl#wkfbm#bwwfnsw#wlsqlgv`wjlm#leirvfqz,irvfqzwtl#gjeefqfmwafolmd#wl#wkffpwbaojpknfmwqfsob`jmd#wkfgfp`qjswjlm!#gfwfqnjmf#wkfbubjobaof#elqB``lqgjmd#wl#tjgf#qbmdf#le\n?gju#`obpp>!nlqf#`lnnlmozlqdbmjpbwjlmpevm`wjlmbojwztbp#`lnsofwfg#%bns8ngbpk8#sbqwj`jsbwjlmwkf#`kbqb`wfqbm#bggjwjlmbobssfbqp#wl#afeb`w#wkbw#wkfbm#f{bnsof#lepjdmjej`bmwozlmnlvpflufq>!af`bvpf#wkfz#bpzm`#>#wqvf8sqlaofnp#tjwkpffnp#wl#kbufwkf#qfpvow#le#pq`>!kwws9,,ebnjojbq#tjwkslppfppjlm#leevm`wjlm#+*#xwllh#sob`f#jmbmg#plnfwjnfppvapwbmwjbooz?psbm=?,psbm=jp#lewfm#vpfgjm#bm#bwwfnswdqfbw#gfbo#leFmujqlmnfmwbopv``fppevooz#ujqwvbooz#boo13wk#`fmwvqz/sqlefppjlmbopmf`fppbqz#wl#gfwfqnjmfg#az`lnsbwjajojwzaf`bvpf#jw#jpGj`wjlmbqz#lenlgjej`bwjlmpWkf#elooltjmdnbz#qfefq#wl9@lmpfrvfmwoz/Jmwfqmbwjlmbobowklvdk#plnfwkbw#tlvog#aftlqog$p#ejqpw`obppjejfg#bpalwwln#le#wkf+sbqwj`vobqozbojdm>!ofew!#nlpw#`lnnlmozabpjp#elq#wkfelvmgbwjlm#le`lmwqjavwjlmpslsvobqjwz#le`fmwfq#le#wkfwl#qfgv`f#wkfivqjpgj`wjlmpbssql{jnbwjlm#lmnlvpflvw>!Mft#Wfpwbnfmw`loof`wjlm#le?,psbm=?,b=?,jm#wkf#Vmjwfgejon#gjqf`wlq.pwqj`w-gwg!=kbp#affm#vpfgqfwvqm#wl#wkfbowklvdk#wkjp`kbmdf#jm#wkfpfufqbo#lwkfqavw#wkfqf#bqfvmsqf`fgfmwfgjp#pjnjobq#wlfpsf`jbooz#jmtfjdkw9#alog8jp#`boofg#wkf`lnsvwbwjlmbojmgj`bwf#wkbwqfpwqj`wfg#wl\n?nfwb#mbnf>!bqf#wzsj`booz`lmeoj`w#tjwkKltfufq/#wkf#Bm#f{bnsof#le`lnsbqfg#tjwkrvbmwjwjfp#leqbwkfq#wkbm#b`lmpwfoobwjlmmf`fppbqz#elqqfslqwfg#wkbwpsf`jej`bwjlmslojwj`bo#bmg%maps8%maps8?qfefqfm`fp#wlwkf#pbnf#zfbqDlufqmnfmw#ledfmfqbwjlm#lekbuf#mlw#affmpfufqbo#zfbqp`lnnjwnfmw#wl\n\n?vo#`obpp>!ujpvbojybwjlm2:wk#`fmwvqz/sqb`wjwjlmfqpwkbw#kf#tlvogbmg#`lmwjmvfgl``vsbwjlm#lejp#gfejmfg#bp`fmwqf#le#wkfwkf#bnlvmw#le=?gju#pwzof>!frvjubofmw#legjeefqfmwjbwfaqlvdkw#balvwnbqdjm.ofew9#bvwlnbwj`boozwklvdkw#le#bpPlnf#le#wkfpf ?gju#`obpp>!jmsvw#`obpp>!qfsob`fg#tjwkjp#lmf#le#wkffgv`bwjlm#bmgjmeovfm`fg#azqfsvwbwjlm#bp ?nfwb#mbnf>!b``lnnlgbwjlm?,gju= ?,gju=obqdf#sbqw#leJmpwjwvwf#elqwkf#pl.`boofg#bdbjmpw#wkf#Jm#wkjp#`bpf/tbp#bssljmwfg`objnfg#wl#afKltfufq/#wkjpGfsbqwnfmw#lewkf#qfnbjmjmdfeef`w#lm#wkfsbqwj`vobqoz#gfbo#tjwk#wkf ?gju#pwzof>!bonlpw#botbzpbqf#`vqqfmwozf{sqfppjlm#leskjolplskz#leelq#nlqf#wkbm`jujojybwjlmplm#wkf#jpobmgpfof`wfgJmgf{`bm#qfpvow#jm!#ubovf>!!#,=wkf#pwqv`wvqf#,=?,b=?,gju=Nbmz#le#wkfpf`bvpfg#az#wkfle#wkf#Vmjwfgpsbm#`obpp>!n`bm#af#wqb`fgjp#qfobwfg#wlaf`bnf#lmf#lejp#eqfrvfmwozojujmd#jm#wkfwkflqfwj`boozElooltjmd#wkfQfulovwjlmbqzdlufqmnfmw#jmjp#gfwfqnjmfgwkf#slojwj`bojmwqlgv`fg#jmpveej`jfmw#wlgfp`qjswjlm!=pklqw#pwlqjfppfsbqbwjlm#lebp#wl#tkfwkfqhmltm#elq#jwptbp#jmjwjboozgjpsobz9aol`hjp#bm#f{bnsofwkf#sqjm`jsbo`lmpjpwp#le#bqf`ldmjyfg#bp,algz=?,kwno=b#pvapwbmwjboqf`lmpwqv`wfgkfbg#le#pwbwfqfpjpwbm`f#wlvmgfqdqbgvbwfWkfqf#bqf#wtldqbujwbwjlmbobqf#gfp`qjafgjmwfmwjlmboozpfqufg#bp#wkf`obpp>!kfbgfqlsslpjwjlm#wlevmgbnfmwboozglnjmbwfg#wkfbmg#wkf#lwkfqboojbm`f#tjwktbp#elq`fg#wlqfpsf`wjufoz/bmg#slojwj`bojm#pvsslqw#lesflsof#jm#wkf13wk#`fmwvqz-bmg#svaojpkfgolbg@kbqwafbwwl#vmgfqpwbmgnfnafq#pwbwfpfmujqlmnfmwboejqpw#kboe#le`lvmwqjfp#bmgbq`kjwf`wvqboaf#`lmpjgfqfg`kbqb`wfqjyfg`ofbqJmwfqubobvwklqjwbwjufEfgfqbwjlm#letbp#pv``ffgfgbmg#wkfqf#bqfb#`lmpfrvfm`fwkf#Sqfpjgfmwbopl#jm`ovgfgeqff#plewtbqfpv``fppjlm#legfufolsfg#wkftbp#gfpwqlzfgbtbz#eqln#wkf8 ?,p`qjsw= ?bowklvdk#wkfzelooltfg#az#bnlqf#sltfqevoqfpvowfg#jm#bVmjufqpjwz#leKltfufq/#nbmzwkf#sqfpjgfmwKltfufq/#plnfjp#wklvdkw#wlvmwjo#wkf#fmgtbp#bmmlvm`fgbqf#jnslqwbmwbopl#jm`ovgfp=?jmsvw#wzsf>wkf#`fmwfq#le#GL#MLW#BOWFQvpfg#wl#qfefqwkfnfp,<plqw>wkbw#kbg#affmwkf#abpjp#elqkbp#gfufolsfgjm#wkf#pvnnfq`lnsbqbwjufozgfp`qjafg#wkfpv`k#bp#wklpfwkf#qfpvowjmdjp#jnslppjaofubqjlvp#lwkfqPlvwk#Beqj`bmkbuf#wkf#pbnffeef`wjufmfppjm#tkj`k#`bpf8#wf{w.bojdm9pwqv`wvqf#bmg8#ab`hdqlvmg9qfdbqgjmd#wkfpvsslqwfg#wkfjp#bopl#hmltmpwzof>!nbqdjmjm`ovgjmd#wkfabkbpb#Nfobzvmlqph#alhn/Iomlqph#mzmlqphpolufm)M(ajmbjmwfqmb`jlmbo`bojej`b`j/_m`lnvmj`b`j/_m`lmpwqv``j/_m!=?gju#`obpp>!gjpbnajdvbwjlmGlnbjmMbnf$/#$bgnjmjpwqbwjlmpjnvowbmflvpozwqbmpslqwbwjlmJmwfqmbwjlmbo#nbqdjm.alwwln9qfpslmpjajojwz?"Xfmgje^..= ?,=?nfwb#mbnf>!jnsofnfmwbwjlmjmeqbpwqv`wvqfqfsqfpfmwbwjlmalqgfq.alwwln9?,kfbg= ?algz=>kwws&0B&1E&1E?elqn#nfwklg>!nfwklg>!slpw!#,ebuj`lm-j`l!#~*8 ?,p`qjsw= -pfwBwwqjavwf+Bgnjmjpwqbwjlm>#mft#Bqqbz+*8?"Xfmgje^..= gjpsobz9aol`h8Vmelqwvmbwfoz/!=%maps8?,gju=,ebuj`lm-j`l!=>$pwzofpkffw$#jgfmwjej`bwjlm/#elq#f{bnsof/?oj=?b#kqfe>!,bm#bowfqmbwjufbp#b#qfpvow#lesw!=?,p`qjsw= wzsf>!pvanjw!# +evm`wjlm+*#xqf`lnnfmgbwjlmelqn#b`wjlm>!,wqbmpelqnbwjlmqf`lmpwqv`wjlm-pwzof-gjpsobz#B``lqgjmd#wl#kjggfm!#mbnf>!bolmd#tjwk#wkfgl`vnfmw-algz-bssql{jnbwfoz#@lnnvmj`bwjlmpslpw!#b`wjlm>!nfbmjmd#%rvlw8..?"Xfmgje^..=Sqjnf#Njmjpwfq`kbqb`wfqjpwj`?,b=#?b#`obpp>wkf#kjpwlqz#le#lmnlvpflufq>!wkf#dlufqmnfmwkqfe>!kwwsp9,,tbp#lqjdjmbooztbp#jmwqlgv`fg`obppjej`bwjlmqfsqfpfmwbwjufbqf#`lmpjgfqfg?"Xfmgje^..= gfsfmgp#lm#wkfVmjufqpjwz#le#jm#`lmwqbpw#wl#sob`fklogfq>!jm#wkf#`bpf#lejmwfqmbwjlmbo#`lmpwjwvwjlmbopwzof>!alqgfq.9#evm`wjlm+*#xAf`bvpf#le#wkf.pwqj`w-gwg!= ?wbaof#`obpp>!b``lnsbmjfg#azb``lvmw#le#wkf?p`qjsw#pq`>!,mbwvqf#le#wkf#wkf#sflsof#jm#jm#bggjwjlm#wlp*8#ip-jg#>#jg!#tjgwk>!233&!qfdbqgjmd#wkf#Qlnbm#@bwkloj`bm#jmgfsfmgfmwelooltjmd#wkf#-dje!#tjgwk>!2wkf#elooltjmd#gjp`qjnjmbwjlmbq`kbfloldj`bosqjnf#njmjpwfq-ip!=?,p`qjsw=`lnajmbwjlm#le#nbqdjmtjgwk>!`qfbwfFofnfmw+t-bwwb`kFufmw+?,b=?,wg=?,wq=pq`>!kwwsp9,,bJm#sbqwj`vobq/#bojdm>!ofew!#@yf`k#Qfsvaoj`Vmjwfg#Hjmdgln`lqqfpslmgfm`f`lm`ovgfg#wkbw-kwno!#wjwof>!+evm`wjlm#+*#x`lnfp#eqln#wkfbssoj`bwjlm#le?psbm#`obpp>!pafojfufg#wl#affnfmw+$p`qjsw$?,b= ?,oj= ?ojufqz#gjeefqfmw=?psbm#`obpp>!lswjlm#ubovf>!+bopl#hmltm#bp\n?oj=?b#kqfe>!=?jmsvw#mbnf>!pfsbqbwfg#eqlnqfefqqfg#wl#bp#ubojdm>!wls!=elvmgfq#le#wkfbwwfnswjmd#wl#`bqalm#gjl{jgf ?gju#`obpp>!`obpp>!pfbq`k.,algz= ?,kwno=lsslqwvmjwz#wl`lnnvmj`bwjlmp?,kfbg= ?algz#pwzof>!tjgwk9Wj\rVSmd#Uj\rWkw`kbmdfp#jm#wkfalqgfq.`lolq9 3!#alqgfq>!3!#?,psbm=?,gju=?tbp#gjp`lufqfg!#wzsf>!wf{w!#*8 ?,p`qjsw= Gfsbqwnfmw#le#f``ofpjbpwj`bowkfqf#kbp#affmqfpvowjmd#eqln?,algz=?,kwno=kbp#mfufq#affmwkf#ejqpw#wjnfjm#qfpslmpf#wlbvwlnbwj`booz#?,gju= ?gju#jtbp#`lmpjgfqfgsfq`fmw#le#wkf!#,=?,b=?,gju=`loof`wjlm#le#gfp`fmgfg#eqlnpf`wjlm#le#wkfb``fsw.`kbqpfwwl#af#`lmevpfgnfnafq#le#wkf#sbggjmd.qjdkw9wqbmpobwjlm#lejmwfqsqfwbwjlm#kqfe>$kwws9,,tkfwkfq#lq#mlwWkfqf#bqf#boplwkfqf#bqf#nbmzb#pnboo#mvnafqlwkfq#sbqwp#lejnslppjaof#wl##`obpp>!avwwlmol`bwfg#jm#wkf-#Kltfufq/#wkfbmg#fufmwvboozBw#wkf#fmg#le#af`bvpf#le#jwpqfsqfpfmwp#wkf?elqn#b`wjlm>!#nfwklg>!slpw!jw#jp#slppjaofnlqf#ojhfoz#wlbm#jm`qfbpf#jmkbuf#bopl#affm`lqqfpslmgp#wlbmmlvm`fg#wkbwbojdm>!qjdkw!=nbmz#`lvmwqjfpelq#nbmz#zfbqpfbqojfpw#hmltmaf`bvpf#jw#tbpsw!=?,p`qjsw=#ubojdm>!wls!#jmkbajwbmwp#leelooltjmd#zfbq ?gju#`obpp>!njoojlm#sflsof`lmwqlufqpjbo#`lm`fqmjmd#wkfbqdvf#wkbw#wkfdlufqmnfmw#bmgb#qfefqfm`f#wlwqbmpefqqfg#wlgfp`qjajmd#wkf#pwzof>!`lolq9bowklvdk#wkfqfafpw#hmltm#elqpvanjw!#mbnf>!nvowjsoj`bwjlmnlqf#wkbm#lmf#qf`ldmjwjlm#le@lvm`jo#le#wkffgjwjlm#le#wkf##?nfwb#mbnf>!Fmwfqwbjmnfmw#btbz#eqln#wkf#8nbqdjm.qjdkw9bw#wkf#wjnf#lejmufpwjdbwjlmp`lmmf`wfg#tjwkbmg#nbmz#lwkfqbowklvdk#jw#jpafdjmmjmd#tjwk#?psbm#`obpp>!gfp`fmgbmwp#le?psbm#`obpp>!j#bojdm>!qjdkw!?,kfbg= ?algz#bpsf`wp#le#wkfkbp#pjm`f#affmFvqlsfbm#Vmjlmqfnjmjp`fmw#lenlqf#gjeej`vowUj`f#Sqfpjgfmw`lnslpjwjlm#lesbppfg#wkqlvdknlqf#jnslqwbmwelmw.pjyf922s{f{sobmbwjlm#lewkf#`lm`fsw#letqjwwfm#jm#wkf\n?psbm#`obpp>!jp#lmf#le#wkf#qfpfnaobm`f#wllm#wkf#dqlvmgptkj`k#`lmwbjmpjm`ovgjmd#wkf#gfejmfg#az#wkfsvaoj`bwjlm#lenfbmp#wkbw#wkflvwpjgf#le#wkfpvsslqw#le#wkf?jmsvw#`obpp>!?psbm#`obpp>!w+Nbwk-qbmgln+*nlpw#sqlnjmfmwgfp`qjswjlm#le@lmpwbmwjmlsoftfqf#svaojpkfg?gju#`obpp>!pfbssfbqp#jm#wkf2!#kfjdkw>!2!#nlpw#jnslqwbmwtkj`k#jm`ovgfptkj`k#kbg#affmgfpwqv`wjlm#lewkf#slsvobwjlm \n?gju#`obpp>!slppjajojwz#leplnfwjnfp#vpfgbssfbq#wl#kbufpv``fpp#le#wkfjmwfmgfg#wl#afsqfpfmw#jm#wkfpwzof>!`ofbq9a ?,p`qjsw= ?tbp#elvmgfg#jmjmwfqujft#tjwk\\jg!#`lmwfmw>!`bsjwbo#le#wkf ?ojmh#qfo>!pqfofbpf#le#wkfsljmw#lvw#wkbw{NOKwwsQfrvfpwbmg#pvapfrvfmwpf`lmg#obqdfpwufqz#jnslqwbmwpsf`jej`bwjlmppvqeb`f#le#wkfbssojfg#wl#wkfelqfjdm#sloj`z\\pfwGlnbjmMbnffpwbaojpkfg#jmjp#afojfufg#wlJm#bggjwjlm#wlnfbmjmd#le#wkfjp#mbnfg#bewfqwl#sqlwf`w#wkfjp#qfsqfpfmwfgGf`obqbwjlm#lenlqf#feej`jfmw@obppjej`bwjlmlwkfq#elqnp#lekf#qfwvqmfg#wl?psbm#`obpp>!`sfqelqnbm`f#le+evm`wjlm+*#xje#bmg#lmoz#jeqfdjlmp#le#wkfofbgjmd#wl#wkfqfobwjlmp#tjwkVmjwfg#Mbwjlmppwzof>!kfjdkw9lwkfq#wkbm#wkfzsf!#`lmwfmw>!Bppl`jbwjlm#le ?,kfbg= ?algzol`bwfg#lm#wkfjp#qfefqqfg#wl+jm`ovgjmd#wkf`lm`fmwqbwjlmpwkf#jmgjujgvbobnlmd#wkf#nlpwwkbm#bmz#lwkfq,= ?ojmh#qfo>!#qfwvqm#ebopf8wkf#svqslpf#lewkf#bajojwz#wl8`lolq9 eee~ - ?psbm#`obpp>!wkf#pvaif`w#legfejmjwjlmp#le= ?ojmh#qfo>!`objn#wkbw#wkfkbuf#gfufolsfg?wbaof#tjgwk>!`fofaqbwjlm#leElooltjmd#wkf#wl#gjpwjmdvjpk?psbm#`obpp>!awbhfp#sob`f#jmvmgfq#wkf#mbnfmlwfg#wkbw#wkf=?"Xfmgje^..= pwzof>!nbqdjm.jmpwfbg#le#wkfjmwqlgv`fg#wkfwkf#sql`fpp#lejm`qfbpjmd#wkfgjeefqfm`fp#jmfpwjnbwfg#wkbwfpsf`jbooz#wkf,gju=?gju#jg>!tbp#fufmwvboozwkqlvdklvw#kjpwkf#gjeefqfm`fplnfwkjmd#wkbwpsbm=?,psbm=?,pjdmjej`bmwoz#=?,p`qjsw=  fmujqlmnfmwbo#wl#sqfufmw#wkfkbuf#affm#vpfgfpsf`jbooz#elqvmgfqpwbmg#wkfjp#fppfmwjbooztfqf#wkf#ejqpwjp#wkf#obqdfpwkbuf#affm#nbgf!#pq`>!kwws9,,jmwfqsqfwfg#bppf`lmg#kboe#le`qloojmd>!ml!#jp#`lnslpfg#leJJ/#Kloz#Qlnbmjp#f{sf`wfg#wlkbuf#wkfjq#ltmgfejmfg#bp#wkfwqbgjwjlmbooz#kbuf#gjeefqfmwbqf#lewfm#vpfgwl#fmpvqf#wkbwbdqffnfmw#tjwk`lmwbjmjmd#wkfbqf#eqfrvfmwozjmelqnbwjlm#lmf{bnsof#jp#wkfqfpvowjmd#jm#b?,b=?,oj=?,vo=#`obpp>!ellwfqbmg#fpsf`jboozwzsf>!avwwlm!#?,psbm=?,psbm=tkj`k#jm`ovgfg= ?nfwb#mbnf>!`lmpjgfqfg#wkf`bqqjfg#lvw#azKltfufq/#jw#jpaf`bnf#sbqw#lejm#qfobwjlm#wlslsvobq#jm#wkfwkf#`bsjwbo#letbp#leej`jbooztkj`k#kbp#affmwkf#Kjpwlqz#lebowfqmbwjuf#wlgjeefqfmw#eqlnwl#pvsslqw#wkfpvddfpwfg#wkbwjm#wkf#sql`fpp##?gju#`obpp>!wkf#elvmgbwjlmaf`bvpf#le#kjp`lm`fqmfg#tjwkwkf#vmjufqpjwzlsslpfg#wl#wkfwkf#`lmwf{w#le?psbm#`obpp>!swf{w!#mbnf>!r!\n\n?gju#`obpp>!wkf#p`jfmwjej`qfsqfpfmwfg#aznbwkfnbwj`jbmpfof`wfg#az#wkfwkbw#kbuf#affm=?gju#`obpp>!`gju#jg>!kfbgfqjm#sbqwj`vobq/`lmufqwfg#jmwl*8 ?,p`qjsw= ?skjolplskj`bo#pqsphlkqubwphjwj\rVSmd#Uj\rWkw<L=o=m=m<V<T<U=l=o=m=m<V<T<Ujmufpwjdb`j/_msbqwj`jsb`j/_m<V<R=n<R=l=g<Y<R<]<W<\\=m=n<T<V<R=n<R=l=g<U=k<Y<W<R<^<Y<V=m<T=m=n<Y<P=g<q<R<^<R=m=n<T<V<R=n<R=l=g=i<R<]<W<\\=m=n=`<^=l<Y<P<Y<Q<T<V<R=n<R=l<\\=c=m<Y<_<R<X<Q=c=m<V<\\=k<\\=n=`<Q<R<^<R=m=n<T<O<V=l<\\<T<Q=g<^<R<S=l<R=m=g<V<R=n<R=l<R<U=m<X<Y<W<\\=n=`<S<R<P<R=e=`=b=m=l<Y<X=m=n<^<R<]=l<\\<[<R<P=m=n<R=l<R<Q=g=o=k<\\=m=n<T<Y=n<Y=k<Y<Q<T<Y<\x7F<W<\\<^<Q<\\=c<T=m=n<R=l<T<T=m<T=m=n<Y<P<\\=l<Y=d<Y<Q<T=c<M<V<\\=k<\\=n=`<S<R=a=n<R<P=o=m<W<Y<X=o<Y=n=m<V<\\<[<\\=n=`=n<R<^<\\=l<R<^<V<R<Q<Y=k<Q<R=l<Y=d<Y<Q<T<Y<V<R=n<R=l<R<Y<R=l<_<\\<Q<R<^<V<R=n<R=l<R<P<L<Y<V<W<\\<P<\\4K5h5i5j4F4C5e5i5j4F4C5f4K4F4K5h5i5d4Z5d4U4K5h4D4]4K5i4@4K5h5i5d4K5n4U4K5h4]4_4K4J5h5i4X4K4]5o4K4F4K5h4O4U4Z4K4M4K5h4]5f4K4Z4E4K5h4F4Y5i5f5i4K5h4K4U4Z4K4M4K5h5j4F4K4J4@4K5h4O5h4U4K4D4K5h4F4_4@5f5h4K5h4O5n4_4K5i4K5h4Z4V4[4K4F4K5h5m5f4C5f5d4K5h4F4]4A5f4D4K5h4@4C5f4C4E4K5h4F4U5h5f5i4K5h4O4B4D4K4]4K5h4K5m5h4K5i4K5h4O5m5h4K5i4K5h4F4K4]5f4B4K5h4F5n5j5f4E4K5h4K5h4U4K4D4K5h4B5d4K4[4]4K5h5i4@4F5i4U4K5h4C5f5o5d4]4K5h4_5f4K4A4E4U4D4C4K5h5h5k4K5h4F4]4D5f4E4K5h4]5d4K4D4[4K5h4O4C4D5f4E4K5h4K4B4D4K4]4K5h5i4F4A4C4E4K5h4K4V4K5j5f`vqplq9sljmwfq8?,wjwof= ?nfwb#!#kqfe>!kwws9,,!=?psbm#`obpp>!nfnafqp#le#wkf#tjmglt-ol`bwjlmufqwj`bo.bojdm9,b=#\x7F#?b#kqfe>!?"gl`wzsf#kwno=nfgjb>!p`qffm!#?lswjlm#ubovf>!ebuj`lm-j`l!#,= \n\n?gju#`obpp>!`kbqb`wfqjpwj`p!#nfwklg>!dfw!#,algz= ?,kwno= pklqw`vw#j`lm!#gl`vnfmw-tqjwf+sbggjmd.alwwln9qfsqfpfmwbwjufppvanjw!#ubovf>!bojdm>!`fmwfq!#wkqlvdklvw#wkf#p`jfm`f#ej`wjlm ##?gju#`obpp>!pvanjw!#`obpp>!lmf#le#wkf#nlpw#ubojdm>!wls!=?tbp#fpwbaojpkfg*8 ?,p`qjsw= qfwvqm#ebopf8!=*-pwzof-gjpsobzaf`bvpf#le#wkf#gl`vnfmw-`llhjf?elqn#b`wjlm>!,~algzxnbqdjm938Fm`z`olsfgjb#leufqpjlm#le#wkf#-`qfbwfFofnfmw+mbnf!#`lmwfmw>!?,gju= ?,gju= bgnjmjpwqbwjuf#?,algz= ?,kwno=kjpwlqz#le#wkf#!=?jmsvw#wzsf>!slqwjlm#le#wkf#bp#sbqw#le#wkf#%maps8?b#kqfe>!lwkfq#`lvmwqjfp!= ?gju#`obpp>!?,psbm=?,psbm=?Jm#lwkfq#tlqgp/gjpsobz9#aol`h8`lmwqlo#le#wkf#jmwqlgv`wjlm#le,= ?nfwb#mbnf>!bp#tfoo#bp#wkf#jm#qf`fmw#zfbqp \n?gju#`obpp>!?,gju= \n?,gju= jmpsjqfg#az#wkfwkf#fmg#le#wkf#`lnsbwjaof#tjwkaf`bnf#hmltm#bp#pwzof>!nbqdjm9-ip!=?,p`qjsw=?#Jmwfqmbwjlmbo#wkfqf#kbuf#affmDfqnbm#obmdvbdf#pwzof>!`lolq9 @lnnvmjpw#Sbqwz`lmpjpwfmw#tjwkalqgfq>!3!#`foo#nbqdjmkfjdkw>!wkf#nbilqjwz#le!#bojdm>!`fmwfqqfobwfg#wl#wkf#nbmz#gjeefqfmw#Lqwklgl{#@kvq`kpjnjobq#wl#wkf#,= ?ojmh#qfo>!ptbp#lmf#le#wkf#vmwjo#kjp#gfbwk~*+*8 ?,p`qjsw=lwkfq#obmdvbdfp`lnsbqfg#wl#wkfslqwjlmp#le#wkfwkf#Mfwkfqobmgpwkf#nlpw#`lnnlmab`hdqlvmg9vqo+bqdvfg#wkbw#wkfp`qloojmd>!ml!#jm`ovgfg#jm#wkfMlqwk#Bnfqj`bm#wkf#mbnf#le#wkfjmwfqsqfwbwjlmpwkf#wqbgjwjlmbogfufolsnfmw#le#eqfrvfmwoz#vpfgb#`loof`wjlm#leufqz#pjnjobq#wlpvqqlvmgjmd#wkff{bnsof#le#wkjpbojdm>!`fmwfq!=tlvog#kbuf#affmjnbdf\\`bswjlm#>bwwb`kfg#wl#wkfpvddfpwjmd#wkbwjm#wkf#elqn#le#jmuloufg#jm#wkfjp#gfqjufg#eqlnmbnfg#bewfq#wkfJmwqlgv`wjlm#wlqfpwqj`wjlmp#lm#pwzof>!tjgwk9#`bm#af#vpfg#wl#wkf#`qfbwjlm#lenlpw#jnslqwbmw#jmelqnbwjlm#bmgqfpvowfg#jm#wkf`loobspf#le#wkfWkjp#nfbmp#wkbwfofnfmwp#le#wkftbp#qfsob`fg#azbmbozpjp#le#wkfjmpsjqbwjlm#elqqfdbqgfg#bp#wkfnlpw#pv``fppevohmltm#bp#%rvlw8b#`lnsqfkfmpjufKjpwlqz#le#wkf#tfqf#`lmpjgfqfgqfwvqmfg#wl#wkfbqf#qfefqqfg#wlVmplvq`fg#jnbdf= \n?gju#`obpp>!`lmpjpwp#le#wkfpwlsSqlsbdbwjlmjmwfqfpw#jm#wkfbubjobajojwz#lebssfbqp#wl#kbuffof`wqlnbdmfwj`fmbaofPfquj`fp+evm`wjlm#le#wkfJw#jp#jnslqwbmw?,p`qjsw=?,gju=evm`wjlm+*xubq#qfobwjuf#wl#wkfbp#b#qfpvow#le#wkf#slpjwjlm#leElq#f{bnsof/#jm#nfwklg>!slpw!#tbp#elooltfg#az%bns8ngbpk8#wkfwkf#bssoj`bwjlmip!=?,p`qjsw= vo=?,gju=?,gju=bewfq#wkf#gfbwktjwk#qfpsf`w#wlpwzof>!sbggjmd9jp#sbqwj`vobqozgjpsobz9jmojmf8#wzsf>!pvanjw!#jp#gjujgfg#jmwl\bTA\nzk#+\vBl\bQ\x7F*qfpslmpbajojgbgbgnjmjpwqb`j/_mjmwfqmb`jlmbofp`lqqfpslmgjfmwf\fHe\fHF\fHC\fIg\fH{\fHF\fIn\fH\\\fIa\fHY\fHU\fHB\fHR\fH\\\fIk\fH^\fIg\fH{\fIg\fHn\fHv\fIm\fHD\fHR\fHY\fH^\fIk\fHy\fHS\fHD\fHT\fH\\\fHy\fHR\fH\\\fHF\fIm\fH^\fHS\fHT\fHz\fIg\fHp\fIk\fHn\fHv\fHR\fHU\fHS\fHc\fHA\fIk\fHp\fIk\fHn\fHZ\fHR\fHB\fHS\fH^\fHU\fHB\fHR\fH\\\fIl\fHp\fHR\fH{\fH\\\fHO\fH@\fHD\fHR\fHD\fIk\fHy\fIm\fHB\fHR\fH\\\fH@\fIa\fH^\fIe\fH{\fHB\fHR\fH^\fHS\fHy\fHB\fHU\fHS\fH^\fHR\fHF\fIo\fH[\fIa\fHL\fH@\fHN\fHP\fHH\fIk\fHA\fHR\fHp\fHF\fHR\fHy\fIa\fH^\fHS\fHy\fHs\fIa\fH\\\fIk\fHD\fHz\fHS\fH^\fHR\fHG\fHJ\fI`\fH\\\fHR\fHD\fHB\fHR\fHB\fH^\fIk\fHB\fHH\fHJ\fHR\fHD\fH@\fHR\fHp\fHR\fH\\\fHY\fHS\fHy\fHR\fHT\fHy\fIa\fHC\fIg\fHn\fHv\fHR\fHU\fHH\fIk\fHF\fHU\fIm\fHm\fHv\fH@\fHH\fHR\fHC\fHR\fHT\fHn\fHY\fHR\fHJ\fHJ\fIk\fHz\fHD\fIk\fHF\fHS\fHw\fH^\fIk\fHY\fHS\fHZ\fIk\fH[\fH\\\fHR\fHp\fIa\fHC\fHe\fHH\fIa\fHH\fH\\\fHB\fIm\fHn\fH@\fHd\fHJ\fIg\fHD\fIg\fHn\fHe\fHF\fHy\fH\\\fHO\fHF\fHN\fHP\fIk\fHn\fHT\fIa\fHI\fHS\fHH\fHG\fHS\fH^\fIa\fHB\fHB\fIm\fHz\fIa\fHC\fHi\fHv\fIa\fHw\fHR\fHw\fIn\fHs\fHH\fIl\fHT\fHn\fH{\fIl\fHH\fHp\fHR\fHc\fH{\fHR\fHY\fHS\fHA\fHR\fH{\fHt\fHO\fIa\fHs\fIk\fHJ\fIn\fHT\fH\\\fIk\fHJ\fHS\fHD\fIg\fHn\fHU\fHH\fIa\fHC\fHR\fHT\fIk\fHy\fIa\fHT\fH{\fHR\fHn\fHK\fIl\fHY\fHS\fHZ\fIa\fHY\fH\\\fHR\fHH\fIk\fHn\fHJ\fId\fHs\fIa\fHT\fHD\fHy\fIa\fHZ\fHR\fHT\fHR\fHB\fHD\fIk\fHi\fHJ\fHR\fH^\fHH\fH@\fHS\fHp\fH^\fIl\fHF\fIm\fH\\\fIn\fH[\fHU\fHS\fHn\fHJ\fIl\fHB\fHS\fHH\fIa\fH\\\fHy\fHY\fHS\fHH\fHR\fH\\\fIm\fHF\fHC\fIk\fHT\fIa\fHI\fHR\fHD\fHy\fH\\\fIg\fHM\fHP\fHB\fIm\fHy\fIa\fHH\fHC\fIg\fHp\fHD\fHR\fHy\fIo\fHF\fHC\fHR\fHF\fIg\fHT\fIa\fHs\fHt\fH\\\fIk\fH^\fIn\fHy\fHR\fH\\\fIa\fHC\fHY\fHS\fHv\fHR\fH\\\fHT\fIn\fHv\fHD\fHR\fHB\fIn\fH^\fIa\fHC\fHJ\fIk\fHz\fIk\fHn\fHU\fHB\fIk\fHZ\fHR\fHT\fIa\fHy\fIn\fH^\fHB\fId\fHn\fHD\fIk\fHH\fId\fHC\fHR\fH\\\fHp\fHS\fHT\fHy\fIkqpp({no!#wjwof>!.wzsf!#`lmwfmw>!wjwof!#`lmwfmw>!bw#wkf#pbnf#wjnf-ip!=?,p`qjsw= ?!#nfwklg>!slpw!#?,psbm=?,b=?,oj=ufqwj`bo.bojdm9w,irvfqz-njm-ip!=-`oj`h+evm`wjlm+#pwzof>!sbggjmd.~*+*8 ?,p`qjsw= ?,psbm=?b#kqfe>!?b#kqfe>!kwws9,,*8#qfwvqm#ebopf8wf{w.gf`lqbwjlm9#p`qloojmd>!ml!#alqgfq.`loobspf9bppl`jbwfg#tjwk#Abkbpb#JmglmfpjbFmdojpk#obmdvbdf?wf{w#{no9psb`f>-dje!#alqgfq>!3!?,algz= ?,kwno= lufqeolt9kjggfm8jnd#pq`>!kwws9,,bggFufmwOjpwfmfqqfpslmpjaof#elq#p-ip!=?,p`qjsw= ,ebuj`lm-j`l!#,=lsfqbwjmd#pzpwfn!#pwzof>!tjgwk92wbqdfw>!\\aobmh!=Pwbwf#Vmjufqpjwzwf{w.bojdm9ofew8 gl`vnfmw-tqjwf+/#jm`ovgjmd#wkf#bqlvmg#wkf#tlqog*8 ?,p`qjsw= ?!#pwzof>!kfjdkw98lufqeolt9kjggfmnlqf#jmelqnbwjlmbm#jmwfqmbwjlmbob#nfnafq#le#wkf#lmf#le#wkf#ejqpw`bm#af#elvmg#jm#?,gju= \n\n?,gju= gjpsobz9#mlmf8!=!#,= ?ojmh#qfo>! ##+evm`wjlm+*#xwkf#26wk#`fmwvqz-sqfufmwGfebvow+obqdf#mvnafq#le#Azybmwjmf#Fnsjqf-isd\x7Fwkvna\x7Fofew\x7Fubpw#nbilqjwz#lenbilqjwz#le#wkf##bojdm>!`fmwfq!=Vmjufqpjwz#Sqfppglnjmbwfg#az#wkfPf`lmg#Tlqog#Tbqgjpwqjavwjlm#le#pwzof>!slpjwjlm9wkf#qfpw#le#wkf#`kbqb`wfqjyfg#az#qfo>!mleloolt!=gfqjufp#eqln#wkfqbwkfq#wkbm#wkf#b#`lnajmbwjlm#lepwzof>!tjgwk9233Fmdojpk.psfbhjmd`lnsvwfq#p`jfm`falqgfq>!3!#bow>!wkf#f{jpwfm`f#leGfnl`qbwj`#Sbqwz!#pwzof>!nbqdjm.Elq#wkjp#qfbplm/-ip!=?,p`qjsw= \npAzWbdMbnf+p*X3^ip!=?,p`qjsw= ?-ip!=?,p`qjsw= ojmh#qfo>!j`lm!#$#bow>$$#`obpp>$elqnbwjlm#le#wkfufqpjlmp#le#wkf#?,b=?,gju=?,gju=,sbdf= ##?sbdf= ?gju#`obpp>!`lmwaf`bnf#wkf#ejqpwabkbpb#Jmglmfpjbfmdojpk#+pjnsof*"y"W"W"["Q"U"V"@=i=l<^<\\=n=m<V<T<V<R<P<S<\\<Q<T<T=c<^<W=c<Y=n=m=c<x<R<]<\\<^<T=n=`=k<Y<W<R<^<Y<V<\\=l<\\<[<^<T=n<T=c<t<Q=n<Y=l<Q<Y=n<r=n<^<Y=n<T=n=`<Q<\\<S=l<T<P<Y=l<T<Q=n<Y=l<Q<Y=n<V<R=n<R=l<R<_<R=m=n=l<\\<Q<T=j=g<V<\\=k<Y=m=n<^<Y=o=m<W<R<^<T=c=i<S=l<R<]<W<Y<P=g<S<R<W=o=k<T=n=`=c<^<W=c=b=n=m=c<Q<\\<T<]<R<W<Y<Y<V<R<P<S<\\<Q<T=c<^<Q<T<P<\\<Q<T<Y=m=l<Y<X=m=n<^<\\4K5h5i5d4K4Z5f4U4K5h4]4J5f4_5f4E4K5h4K5j4F5n4K5h5i4X4K4]5o4K4F5o4K5h4_5f4K4]4K4F4K5h5i5o4F5d4D4E4K5h4_4U5d4C5f4E4K4A4Y4K4J5f4K4F4K5h4U4K5h5i5f4E4K5h4Y5d4F5f4K4F4K5h4K5j4F4]5j4F4K5h4F4Y4K5i5f5i4K5h4I4_5h4K5i5f4K5h5i4X4K4]5o4E4K5h5i4]4J5f4K4Fqlalwp!#`lmwfmw>!?gju#jg>!ellwfq!=wkf#Vmjwfg#Pwbwfp?jnd#pq`>!kwws9,,-isd\x7Fqjdkw\x7Fwkvna\x7F-ip!=?,p`qjsw= ?ol`bwjlm-sqlwl`loeqbnfalqgfq>!3!#p!#,= ?nfwb#mbnf>!?,b=?,gju=?,gju=?elmw.tfjdkw9alog8%rvlw8#bmg#%rvlw8gfsfmgjmd#lm#wkf#nbqdjm938sbggjmd9!#qfo>!mleloolt!#Sqfpjgfmw#le#wkf#wtfmwjfwk#`fmwvqzfujpjlm= ##?,sbdfJmwfqmfw#F{solqfqb-bpzm`#>#wqvf8 jmelqnbwjlm#balvw?gju#jg>!kfbgfq!=!#b`wjlm>!kwws9,,?b#kqfe>!kwwsp9,,?gju#jg>!`lmwfmw!?,gju= ?,gju= ?gfqjufg#eqln#wkf#?jnd#pq`>$kwws9,,b``lqgjmd#wl#wkf# ?,algz= ?,kwno= pwzof>!elmw.pjyf9p`qjsw#obmdvbdf>!Bqjbo/#Kfoufwj`b/?,b=?psbm#`obpp>!?,p`qjsw=?p`qjsw#slojwj`bo#sbqwjfpwg=?,wq=?,wbaof=?kqfe>!kwws9,,ttt-jmwfqsqfwbwjlm#leqfo>!pwzofpkffw!#gl`vnfmw-tqjwf+$?`kbqpfw>!vwe.;!= afdjmmjmd#le#wkf#qfufbofg#wkbw#wkfwfofujpjlm#pfqjfp!#qfo>!mleloolt!=#wbqdfw>!\\aobmh!=`objnjmd#wkbw#wkfkwws&0B&1E&1Ettt-nbmjefpwbwjlmp#leSqjnf#Njmjpwfq#lejmeovfm`fg#az#wkf`obpp>!`ofbqej{!=,gju= ?,gju=  wkqff.gjnfmpjlmbo@kvq`k#le#Fmdobmgle#Mlqwk#@bqlojmbprvbqf#hjolnfwqfp-bggFufmwOjpwfmfqgjpwjm`w#eqln#wkf`lnnlmoz#hmltm#bpSklmfwj`#Boskbafwgf`obqfg#wkbw#wkf`lmwqloofg#az#wkfAfmibnjm#Eqbmhojmqlof.sobzjmd#dbnfwkf#Vmjufqpjwz#lejm#Tfpwfqm#Fvqlsfsfqplmbo#`lnsvwfqSqlif`w#Dvwfmafqdqfdbqgofpp#le#wkfkbp#affm#sqlslpfgwldfwkfq#tjwk#wkf=?,oj=?oj#`obpp>!jm#plnf#`lvmwqjfpnjm-ip!=?,p`qjsw=le#wkf#slsvobwjlmleej`jbo#obmdvbdf?jnd#pq`>!jnbdfp,jgfmwjejfg#az#wkfmbwvqbo#qfplvq`fp`obppjej`bwjlm#le`bm#af#`lmpjgfqfgrvbmwvn#nf`kbmj`pMfufqwkfofpp/#wkfnjoojlm#zfbqp#bdl?,algz= ?,kwno="y"W"W"["Q"U"V"@ wbhf#bgubmwbdf#lebmg/#b``lqgjmd#wlbwwqjavwfg#wl#wkfNj`qlplew#Tjmgltpwkf#ejqpw#`fmwvqzvmgfq#wkf#`lmwqlogju#`obpp>!kfbgfqpklqwoz#bewfq#wkfmlwbaof#f{`fswjlmwfmp#le#wklvpbmgppfufqbo#gjeefqfmwbqlvmg#wkf#tlqog-qfb`kjmd#njojwbqzjplobwfg#eqln#wkflsslpjwjlm#wl#wkfwkf#Log#WfpwbnfmwBeqj`bm#Bnfqj`bmpjmpfqwfg#jmwl#wkfpfsbqbwf#eqln#wkfnfwqlslojwbm#bqfbnbhfp#jw#slppjaofb`hmltofgdfg#wkbwbqdvbaoz#wkf#nlpwwzsf>!wf{w,`pp!= wkf#JmwfqmbwjlmboB``lqgjmd#wl#wkf#sf>!wf{w,`pp!#,= `ljm`jgf#tjwk#wkfwtl.wkjqgp#le#wkfGvqjmd#wkjp#wjnf/gvqjmd#wkf#sfqjlgbmmlvm`fg#wkbw#kfwkf#jmwfqmbwjlmbobmg#nlqf#qf`fmwozafojfufg#wkbw#wkf`lmp`jlvpmfpp#bmgelqnfqoz#hmltm#bppvqqlvmgfg#az#wkfejqpw#bssfbqfg#jml``bpjlmbooz#vpfgslpjwjlm9baplovwf8!#wbqdfw>!\\aobmh!#slpjwjlm9qfobwjuf8wf{w.bojdm9`fmwfq8ib{,ojap,irvfqz,2-ab`hdqlvmg.`lolq9 wzsf>!bssoj`bwjlm,bmdvbdf!#`lmwfmw>!?nfwb#kwws.frvju>!Sqjub`z#Sloj`z?,b=f+!&0@p`qjsw#pq`>$!#wbqdfw>!\\aobmh!=Lm#wkf#lwkfq#kbmg/-isd\x7Fwkvna\x7Fqjdkw\x7F1?,gju=?gju#`obpp>!?gju#pwzof>!eolbw9mjmfwffmwk#`fmwvqz?,algz= ?,kwno= ?jnd#pq`>!kwws9,,p8wf{w.bojdm9`fmwfqelmw.tfjdkw9#alog8#B``lqgjmd#wl#wkf#gjeefqfm`f#afwtffm!#eqbnfalqgfq>!3!#!#pwzof>!slpjwjlm9ojmh#kqfe>!kwws9,,kwno7,ollpf-gwg!= gvqjmd#wkjp#sfqjlg?,wg=?,wq=?,wbaof=`olpfoz#qfobwfg#wlelq#wkf#ejqpw#wjnf8elmw.tfjdkw9alog8jmsvw#wzsf>!wf{w!#?psbm#pwzof>!elmw.lmqfbgzpwbwf`kbmdf\n?gju#`obpp>!`ofbqgl`vnfmw-ol`bwjlm-#Elq#f{bnsof/#wkf#b#tjgf#ubqjfwz#le#?"GL@WZSF#kwno= ?%maps8%maps8%maps8!=?b#kqfe>!kwws9,,pwzof>!eolbw9ofew8`lm`fqmfg#tjwk#wkf>kwws&0B&1E&1Ettt-jm#slsvobq#`vowvqfwzsf>!wf{w,`pp!#,=jw#jp#slppjaof#wl#Kbqubqg#Vmjufqpjwzwzofpkffw!#kqfe>!,wkf#nbjm#`kbqb`wfqL{elqg#Vmjufqpjwz##mbnf>!hfztlqgp!#`pwzof>!wf{w.bojdm9wkf#Vmjwfg#Hjmdglnefgfqbo#dlufqmnfmw?gju#pwzof>!nbqdjm#gfsfmgjmd#lm#wkf#gfp`qjswjlm#le#wkf?gju#`obpp>!kfbgfq-njm-ip!=?,p`qjsw=gfpwqv`wjlm#le#wkfpojdkwoz#gjeefqfmwjm#b``lqgbm`f#tjwkwfof`lnnvmj`bwjlmpjmgj`bwfp#wkbw#wkfpklqwoz#wkfqfbewfqfpsf`jbooz#jm#wkf#Fvqlsfbm#`lvmwqjfpKltfufq/#wkfqf#bqfpq`>!kwws9,,pwbwj`pvddfpwfg#wkbw#wkf!#pq`>!kwws9,,ttt-b#obqdf#mvnafq#le#Wfof`lnnvmj`bwjlmp!#qfo>!mleloolt!#wKloz#Qlnbm#Fnsfqlqbonlpw#f{`ovpjufoz!#alqgfq>!3!#bow>!Pf`qfwbqz#le#Pwbwf`vonjmbwjmd#jm#wkf@JB#Tlqog#Eb`wallhwkf#nlpw#jnslqwbmwbmmjufqpbqz#le#wkfpwzof>!ab`hdqlvmg.?oj=?fn=?b#kqfe>!,wkf#Bwobmwj`#L`fbmpwqj`woz#psfbhjmd/pklqwoz#afelqf#wkfgjeefqfmw#wzsfp#lewkf#Lwwlnbm#Fnsjqf=?jnd#pq`>!kwws9,,Bm#Jmwqlgv`wjlm#wl`lmpfrvfm`f#le#wkfgfsbqwvqf#eqln#wkf@lmefgfqbwf#Pwbwfpjmgjdfmlvp#sflsofpSql`ffgjmdp#le#wkfjmelqnbwjlm#lm#wkfwkflqjfp#kbuf#affmjmuloufnfmw#jm#wkfgjujgfg#jmwl#wkqffbgib`fmw#`lvmwqjfpjp#qfpslmpjaof#elqgjpplovwjlm#le#wkf`loobalqbwjlm#tjwktjgfoz#qfdbqgfg#bpkjp#`lmwfnslqbqjfpelvmgjmd#nfnafq#leGlnjmj`bm#Qfsvaoj`dfmfqbooz#b``fswfgwkf#slppjajojwz#lebqf#bopl#bubjobaofvmgfq#`lmpwqv`wjlmqfpwlqbwjlm#le#wkfwkf#dfmfqbo#svaoj`jp#bonlpw#fmwjqfozsbppfp#wkqlvdk#wkfkbp#affm#pvddfpwfg`lnsvwfq#bmg#ujgflDfqnbmj`#obmdvbdfp#b``lqgjmd#wl#wkf#gjeefqfmw#eqln#wkfpklqwoz#bewfqtbqgpkqfe>!kwwsp9,,ttt-qf`fmw#gfufolsnfmwAlbqg#le#Gjqf`wlqp?gju#`obpp>!pfbq`k\x7F#?b#kqfe>!kwws9,,Jm#sbqwj`vobq/#wkfNvowjsof#ellwmlwfplq#lwkfq#pvapwbm`fwklvpbmgp#le#zfbqpwqbmpobwjlm#le#wkf?,gju= ?,gju=  ?b#kqfe>!jmgf{-skstbp#fpwbaojpkfg#jmnjm-ip!=?,p`qjsw= sbqwj`jsbwf#jm#wkfb#pwqlmd#jmeovfm`fpwzof>!nbqdjm.wls9qfsqfpfmwfg#az#wkfdqbgvbwfg#eqln#wkfWqbgjwjlmbooz/#wkfFofnfmw+!p`qjsw!*8Kltfufq/#pjm`f#wkf,gju= ?,gju= ?gju#ofew8#nbqdjm.ofew9sqlwf`wjlm#bdbjmpw38#ufqwj`bo.bojdm9Vmelqwvmbwfoz/#wkfwzsf>!jnbdf,{.j`lm,gju= ?gju#`obpp>!#`obpp>!`ofbqej{!=?gju#`obpp>!ellwfq\n\n?,gju= \n\n?,gju= wkf#nlwjlm#sj`wvqf<}=f<W<_<\\=l=m<V<T<]=f<W<_<\\=l=m<V<T<H<Y<X<Y=l<\\=j<T<T<Q<Y=m<V<R<W=`<V<R=m<R<R<]=e<Y<Q<T<Y=m<R<R<]=e<Y<Q<T=c<S=l<R<_=l<\\<P<P=g<r=n<S=l<\\<^<T=n=`<]<Y=m<S<W<\\=n<Q<R<P<\\=n<Y=l<T<\\<W=g<S<R<[<^<R<W=c<Y=n<S<R=m<W<Y<X<Q<T<Y=l<\\<[<W<T=k<Q=g=i<S=l<R<X=o<V=j<T<T<S=l<R<_=l<\\<P<P<\\<S<R<W<Q<R=m=n=`=b<Q<\\=i<R<X<T=n=m=c<T<[<]=l<\\<Q<Q<R<Y<Q<\\=m<Y<W<Y<Q<T=c<T<[<P<Y<Q<Y<Q<T=c<V<\\=n<Y<_<R=l<T<T<|<W<Y<V=m<\\<Q<X=l\fHJ\fIa\fHY\fHR\fH\\\fHR\fHB\fId\fHD\fIm\fHi\fH^\fHF\fIa\fH\\\fHJ\fHR\fHD\fHA\fHR\fH\\\fHH\fIl\fHC\fHi\fHD\fIm\fHJ\fIk\fHZ\fHU\fHS\fHD\fIa\fHJ\fIl\fHk\fHn\fHM\fHS\fHC\fHR\fHJ\fHS\fH^\fIa\fH^\fIl\fHi\fHK\fHS\fHy\fHR\fH\\\fHY\fIl\fHM\fHS\fHC\fIg\fHv\fHS\fHs\fIa\fHL\fIk\fHT\fHB\fHR\fHv\fHR\fH\\\fHp\fHn\fHy\fIa\fHZ\fHD\fHJ\fIm\fHD\fHS\fHC\fHR\fHF\fIa\fH\\\fHC\fIg\fH{\fHi\fHD\fIm\fHT\fHR\fH\\\fH}\fHD\fH^\fHR\fHk\fHD\fHF\fHR\fH\\\fIa\fHs\fIl\fHZ\fH\\\fIa\fHH\fIg\fHn\fH^\fIg\fHy\fHT\fHA\fHR\fHG\fHP\fIa\fH^\fId\fHZ\fHZ\fH\\\fIa\fHH\fIk\fHn\fHF\fIa\fH\\\fHJ\fIk\fHZ\fHF\fIa\fH^\fIk\fHC\fH\\\fHy\fIk\fHn\fHJ\fIa\fH\\\fHT\fIa\fHI\fHS\fHH\fHS\fHe\fHH\fIa\fHF\fHR\fHJ\fHe\fHD\fIa\fHU\fIk\fHn\fHv\fHS\fHs\fIa\fHL\fHR\fHC\fHR\fHH\fIa\fH\\\fHR\fHp\fIa\fHC\fHR\fHJ\fHR\fHF\fIm\fH\\\fHR\fHD\fIk\fHp\fIg\fHM\fHP\fIk\fHn\fHi\fHD\fIm\fHY\fHR\fHJ\fHZ\fIa\fH\\\fIk\fHO\fIl\fHZ\fHS\fHy\fIa\fH[\fHR\fHT\fH\\\fHy\fHR\fH\\\fIl\fHT\fHn\fH{\fIa\fH\\\fHU\fHF\fH\\\fHS\fHO\fHR\fHB\fH@\fIa\fH\\\fHR\fHn\fHM\fH@\fHv\fIa\fHv\fIg\fHn\fHe\fHF\fH^\fH@\fIa\fHK\fHB\fHn\fHH\fIa\fH\\\fIl\fHT\fHn\fHF\fH\\\fIa\fHy\fHe\fHB\fIa\fHB\fIl\fHJ\fHB\fHR\fHK\fIa\fHC\fHB\fHT\fHU\fHR\fHC\fHH\fHR\fHZ\fH@\fIa\fHJ\fIg\fHn\fHB\fIl\fHM\fHS\fHC\fHR\fHj\fHd\fHF\fIl\fHc\fH^\fHB\fIg\fH@\fHR\fHk\fH^\fHT\fHn\fHz\fIa\fHC\fHR\fHj\fHF\fH\\\fIk\fHZ\fHD\fHi\fHD\fIm\fH@\fHn\fHK\fH@\fHR\fHp\fHP\fHR\fH\\\fHD\fHY\fIl\fHD\fHH\fHB\fHF\fIa\fH\\\fHB\fIm\fHz\fHF\fIa\fH\\\fHZ\fIa\fHD\fHF\fH\\\fHS\fHY\fHR\fH\\\fHD\fIm\fHy\fHT\fHR\fHD\fHT\fHB\fH\\\fIa\fHI\fHD\fHj\fHC\fIg\fHp\fHS\fHH\fHT\fIg\fHB\fHY\fHR\fH\\4K5h5i4X4K4]5o4K4F4K5h5i5j4F4C5f4K4F4K5h5o5i4D5f5d4F4]4K5h5i4X4K5k4C4K4F4U4C4C4K5h4^5d4K4]4U4C4C4K5h4]4C5d4C4K5h4I4_5h4K5i5f4E4K5h5m5d4F5d4X5d4D4K5h5i4_4K4D5n4K4F4K5h5i4U5h5d5i4K4F4K5h5i4_5h4_5h4K4F4K5h4@4]4K5m5f5o4_4K5h4K4_5h4K5i5f4E4K5h4K4F4Y4K5h4K4Fhfztlqgp!#`lmwfmw>!t0-lqd,2:::,{kwno!=?b#wbqdfw>!\\aobmh!#wf{w,kwno8#`kbqpfw>!#wbqdfw>!\\aobmh!=?wbaof#`foosbggjmd>!bvwl`lnsofwf>!lee!#wf{w.bojdm9#`fmwfq8wl#obpw#ufqpjlm#az#ab`hdqlvmg.`lolq9# !#kqfe>!kwws9,,ttt-,gju=?,gju=?gju#jg>?b#kqfe>! !#`obpp>!!=?jnd#pq`>!kwws9,,`qjsw!#pq`>!kwws9,, ?p`qjsw#obmdvbdf>!,,FM!#!kwws9,,ttt-tfm`lgfVQJ@lnslmfmw+!#kqfe>!ibubp`qjsw9?gju#`obpp>!`lmwfmwgl`vnfmw-tqjwf+$?p`slpjwjlm9#baplovwf8p`qjsw#pq`>!kwws9,,#pwzof>!nbqdjm.wls9-njm-ip!=?,p`qjsw= ?,gju= ?gju#`obpp>!t0-lqd,2:::,{kwno!#  ?,algz= ?,kwno=gjpwjm`wjlm#afwtffm,!#wbqdfw>!\\aobmh!=?ojmh#kqfe>!kwws9,,fm`lgjmd>!vwe.;!<= t-bggFufmwOjpwfmfq<b`wjlm>!kwws9,,ttt-j`lm!#kqfe>!kwws9,,#pwzof>!ab`hdqlvmg9wzsf>!wf{w,`pp!#,= nfwb#sqlsfqwz>!ld9w?jmsvw#wzsf>!wf{w!##pwzof>!wf{w.bojdm9wkf#gfufolsnfmw#le#wzofpkffw!#wzsf>!wfkwno8#`kbqpfw>vwe.;jp#`lmpjgfqfg#wl#afwbaof#tjgwk>!233&!#Jm#bggjwjlm#wl#wkf#`lmwqjavwfg#wl#wkf#gjeefqfm`fp#afwtffmgfufolsnfmw#le#wkf#Jw#jp#jnslqwbmw#wl#?,p`qjsw= ?p`qjsw##pwzof>!elmw.pjyf92=?,psbm=?psbm#jg>daOjaqbqz#le#@lmdqfpp?jnd#pq`>!kwws9,,jnFmdojpk#wqbmpobwjlmB`bgfnz#le#P`jfm`fpgju#pwzof>!gjpsobz9`lmpwqv`wjlm#le#wkf-dfwFofnfmwAzJg+jg*jm#`lmivm`wjlm#tjwkFofnfmw+$p`qjsw$*8#?nfwb#sqlsfqwz>!ld9<}=f<W<_<\\=l=m<V<T #wzsf>!wf{w!#mbnf>!=Sqjub`z#Sloj`z?,b=bgnjmjpwfqfg#az#wkffmbaofPjmdofQfrvfpwpwzof>%rvlw8nbqdjm9?,gju=?,gju=?,gju=?=?jnd#pq`>!kwws9,,j#pwzof>%rvlw8eolbw9qfefqqfg#wl#bp#wkf#wlwbo#slsvobwjlm#lejm#Tbpkjmdwlm/#G-@-#pwzof>!ab`hdqlvmg.bnlmd#lwkfq#wkjmdp/lqdbmjybwjlm#le#wkfsbqwj`jsbwfg#jm#wkfwkf#jmwqlgv`wjlm#lejgfmwjejfg#tjwk#wkfej`wjlmbo#`kbqb`wfq#L{elqg#Vmjufqpjwz#njpvmgfqpwbmgjmd#leWkfqf#bqf/#kltfufq/pwzofpkffw!#kqfe>!,@lovnajb#Vmjufqpjwzf{sbmgfg#wl#jm`ovgfvpvbooz#qfefqqfg#wljmgj`bwjmd#wkbw#wkfkbuf#pvddfpwfg#wkbwbeejojbwfg#tjwk#wkf`lqqfobwjlm#afwtffmmvnafq#le#gjeefqfmw=?,wg=?,wq=?,wbaof=Qfsvaoj`#le#Jqfobmg ?,p`qjsw= ?p`qjsw#vmgfq#wkf#jmeovfm`f`lmwqjavwjlm#wl#wkfLeej`jbo#tfapjwf#lekfbgrvbqwfqp#le#wkf`fmwfqfg#bqlvmg#wkfjnsoj`bwjlmp#le#wkfkbuf#affm#gfufolsfgEfgfqbo#Qfsvaoj`#leaf`bnf#jm`qfbpjmdoz`lmwjmvbwjlm#le#wkfMlwf/#kltfufq/#wkbwpjnjobq#wl#wkbw#le#`bsbajojwjfp#le#wkfb``lqgbm`f#tjwk#wkfsbqwj`jsbmwp#jm#wkfevqwkfq#gfufolsnfmwvmgfq#wkf#gjqf`wjlmjp#lewfm#`lmpjgfqfgkjp#zlvmdfq#aqlwkfq?,wg=?,wq=?,wbaof=?b#kwws.frvju>![.VB.skzpj`bo#sqlsfqwjfple#Aqjwjpk#@lovnajbkbp#affm#`qjwj`jyfg+tjwk#wkf#f{`fswjlmrvfpwjlmp#balvw#wkfsbppjmd#wkqlvdk#wkf3!#`foosbggjmd>!3!#wklvpbmgp#le#sflsofqfgjqf`wp#kfqf-#Elqkbuf#`kjogqfm#vmgfq&0F&0@,p`qjsw&0F!**8?b#kqfe>!kwws9,,ttt-?oj=?b#kqfe>!kwws9,,pjwf\\mbnf!#`lmwfmw>!wf{w.gf`lqbwjlm9mlmfpwzof>!gjpsobz9#mlmf?nfwb#kwws.frvju>![.mft#Gbwf+*-dfwWjnf+*#wzsf>!jnbdf,{.j`lm!?,psbm=?psbm#`obpp>!obmdvbdf>!ibubp`qjswtjmglt-ol`bwjlm-kqfe?b#kqfe>!ibubp`qjsw9..= ?p`qjsw#wzsf>!w?b#kqfe>$kwws9,,ttt-klqw`vw#j`lm!#kqfe>!?,gju= ?gju#`obpp>!?p`qjsw#pq`>!kwws9,,!#qfo>!pwzofpkffw!#w?,gju= ?p`qjsw#wzsf>,b=#?b#kqfe>!kwws9,,#booltWqbmpsbqfm`z>![.VB.@lnsbwjaof!#`lmqfobwjlmpkjs#afwtffm ?,p`qjsw= ?p`qjsw#?,b=?,oj=?,vo=?,gju=bppl`jbwfg#tjwk#wkf#sqldqbnnjmd#obmdvbdf?,b=?b#kqfe>!kwws9,,?,b=?,oj=?oj#`obpp>!elqn#b`wjlm>!kwws9,,?gju#pwzof>!gjpsobz9wzsf>!wf{w!#mbnf>!r!?wbaof#tjgwk>!233&!#ab`hdqlvmg.slpjwjlm9!#alqgfq>!3!#tjgwk>!qfo>!pklqw`vw#j`lm!#k5=?vo=?oj=?b#kqfe>!##?nfwb#kwws.frvju>!`pp!#nfgjb>!p`qffm!#qfpslmpjaof#elq#wkf#!#wzsf>!bssoj`bwjlm,!#pwzof>!ab`hdqlvmg.kwno8#`kbqpfw>vwe.;!#booltwqbmpsbqfm`z>!pwzofpkffw!#wzsf>!wf ?nfwb#kwws.frvju>!=?,psbm=?psbm#`obpp>!3!#`foopsb`jmd>!3!=8 ?,p`qjsw= ?p`qjsw#plnfwjnfp#`boofg#wkfglfp#mlw#mf`fppbqjozElq#nlqf#jmelqnbwjlmbw#wkf#afdjmmjmd#le#?"GL@WZSF#kwno=?kwnosbqwj`vobqoz#jm#wkf#wzsf>!kjggfm!#mbnf>!ibubp`qjsw9uljg+3*8!feef`wjufmfpp#le#wkf#bvwl`lnsofwf>!lee!#dfmfqbooz#`lmpjgfqfg=?jmsvw#wzsf>!wf{w!#!=?,p`qjsw= ?p`qjswwkqlvdklvw#wkf#tlqog`lnnlm#njp`lm`fswjlmbppl`jbwjlm#tjwk#wkf?,gju= ?,gju= ?gju#`gvqjmd#kjp#ojefwjnf/`lqqfpslmgjmd#wl#wkfwzsf>!jnbdf,{.j`lm!#bm#jm`qfbpjmd#mvnafqgjsolnbwj`#qfobwjlmpbqf#lewfm#`lmpjgfqfgnfwb#`kbqpfw>!vwe.;!#?jmsvw#wzsf>!wf{w!#f{bnsofp#jm`ovgf#wkf!=?jnd#pq`>!kwws9,,jsbqwj`jsbwjlm#jm#wkfwkf#fpwbaojpknfmw#le ?,gju= ?gju#`obpp>!%bns8maps8%bns8maps8wl#gfwfqnjmf#tkfwkfqrvjwf#gjeefqfmw#eqlnnbqhfg#wkf#afdjmmjmdgjpwbm`f#afwtffm#wkf`lmwqjavwjlmp#wl#wkf`lmeoj`w#afwtffm#wkftjgfoz#`lmpjgfqfg#wltbp#lmf#le#wkf#ejqpwtjwk#ubqzjmd#gfdqffpkbuf#psf`vobwfg#wkbw+gl`vnfmw-dfwFofnfmwsbqwj`jsbwjmd#jm#wkflqjdjmbooz#gfufolsfgfwb#`kbqpfw>!vwe.;!=#wzsf>!wf{w,`pp!#,= jmwfq`kbmdfbaoz#tjwknlqf#`olpfoz#qfobwfgpl`jbo#bmg#slojwj`bowkbw#tlvog#lwkfqtjpfsfqsfmgj`vobq#wl#wkfpwzof#wzsf>!wf{w,`ppwzsf>!pvanjw!#mbnf>!ebnjojfp#qfpjgjmd#jmgfufolsjmd#`lvmwqjfp`lnsvwfq#sqldqbnnjmdf`lmlnj`#gfufolsnfmwgfwfqnjmbwjlm#le#wkfelq#nlqf#jmelqnbwjlmlm#pfufqbo#l``bpjlmpslqwvdv/Fp#+Fvqlsfv*<O<V=l<\\={<Q=m=`<V<\\=o<V=l<\\={<Q=m=`<V<\\<L<R=m=m<T<U=m<V<R<U<P<\\=n<Y=l<T<\\<W<R<^<T<Q=h<R=l<P<\\=j<T<T=o<S=l<\\<^<W<Y<Q<T=c<Q<Y<R<]=i<R<X<T<P<R<T<Q=h<R=l<P<\\=j<T=c<t<Q=h<R=l<P<\\=j<T=c<L<Y=m<S=o<]<W<T<V<T<V<R<W<T=k<Y=m=n<^<R<T<Q=h<R=l<P<\\=j<T=b=n<Y=l=l<T=n<R=l<T<T<X<R=m=n<\\=n<R=k<Q<R4K5h5i4F5d4K4@4C5d5j4K5h4K4X4F4]4K5o4K4F4K5h4K5n4F4]4K4A4K4Fkwno8#`kbqpfw>VWE.;!#pfwWjnflvw+evm`wjlm+*gjpsobz9jmojmf.aol`h8?jmsvw#wzsf>!pvanjw!#wzsf#>#$wf{w,ibubp`qj?jnd#pq`>!kwws9,,ttt-!#!kwws9,,ttt-t0-lqd,pklqw`vw#j`lm!#kqfe>!!#bvwl`lnsofwf>!lee!#?,b=?,gju=?gju#`obpp>?,b=?,oj= ?oj#`obpp>!`pp!#wzsf>!wf{w,`pp!#?elqn#b`wjlm>!kwws9,,{w,`pp!#kqfe>!kwws9,,ojmh#qfo>!bowfqmbwf!# ?p`qjsw#wzsf>!wf{w,#lm`oj`h>!ibubp`qjsw9+mft#Gbwf*-dfwWjnf+*~kfjdkw>!2!#tjgwk>!2!#Sflsof$p#Qfsvaoj`#le##?b#kqfe>!kwws9,,ttt-wf{w.gf`lqbwjlm9vmgfqwkf#afdjmmjmd#le#wkf#?,gju= ?,gju= ?,gju= fpwbaojpknfmw#le#wkf#?,gju=?,gju=?,gju=?,g ujftslqwxnjm.kfjdkw9 ?p`qjsw#pq`>!kwws9,,lswjlm=?lswjlm#ubovf>lewfm#qfefqqfg#wl#bp#,lswjlm= ?lswjlm#ubov?"GL@WZSF#kwno= ?"..XJmwfqmbwjlmbo#Bjqslqw= ?b#kqfe>!kwws9,,ttt?,b=?b#kqfe>!kwws9,,t\fTL\fT^\fTE\fT^\fUh\fT{\fTN\roI\ro|\roL\ro{\roO\rov\rot\nAOGx\bTA\nzk#+\vUmGx*\fHD\fHS\fH\\\fIa\fHJ\fIk\fHZ\fHM\fHR\fHe\fHD\fH^\fIg\fHM\fHy\fIa\fH[\fIk\fHH\fIa\fH\\\fHp\fHR\fHD\fHy\fHR\fH\\\fIl\fHT\fHn\fH@\fHn\fHK\fHS\fHH\fHT\fIa\fHI\fHR\fHF\fHD\fHR\fHT\fIa\fHY\fIl\fHy\fHR\fH\\\fHT\fHn\fHT\fIa\fHy\fH\\\fHO\fHT\fHR\fHB\fH{\fIa\fH\\\fIl\fHv\fHS\fHs\fIa\fHL\fIg\fHn\fHY\fHS\fHp\fIa\fHr\fHR\fHD\fHi\fHB\fIk\fH\\\fHS\fHy\fHR\fHY\fHS\fHA\fHS\fHD\fIa\fHD\fH{\fHR\fHM\fHS\fHC\fHR\fHm\fHy\fIa\fHC\fIg\fHn\fHy\fHS\fHT\fIm\fH\\\fHy\fIa\fH[\fHR\fHF\fHU\fIm\fHm\fHv\fHH\fIl\fHF\fIa\fH\\\fH@\fHn\fHK\fHD\fHs\fHS\fHF\fIa\fHF\fHO\fIl\fHy\fIa\fH\\\fHS\fHy\fIk\fHs\fHF\fIa\fH\\\fHR\fH\\\fHn\fHA\fHF\fIa\fH\\\fHR\fHF\fIa\fHH\fHB\fHR\fH^\fHS\fHy\fIg\fHn\fH\\\fHG\fHP\fIa\fHH\fHR\fH\\\fHD\fHS\fH\\\fIa\fHB\fHR\fHO\fH^\fHS\fHB\fHS\fHs\fIk\fHMgfp`qjswjlm!#`lmwfmw>!gl`vnfmw-ol`bwjlm-sqlw-dfwFofnfmwpAzWbdMbnf+?"GL@WZSF#kwno= ?kwno#?nfwb#`kbqpfw>!vwe.;!=9vqo!#`lmwfmw>!kwws9,,-`pp!#qfo>!pwzofpkffw!pwzof#wzsf>!wf{w,`pp!=wzsf>!wf{w,`pp!#kqfe>!t0-lqd,2:::,{kwno!#{nowzsf>!wf{w,ibubp`qjsw!#nfwklg>!dfw!#b`wjlm>!ojmh#qfo>!pwzofpkffw!##>#gl`vnfmw-dfwFofnfmwwzsf>!jnbdf,{.j`lm!#,=`foosbggjmd>!3!#`foops-`pp!#wzsf>!wf{w,`pp!#?,b=?,oj=?oj=?b#kqfe>!!#tjgwk>!2!#kfjdkw>!2!!=?b#kqfe>!kwws9,,ttt-pwzof>!gjpsobz9mlmf8!=bowfqmbwf!#wzsf>!bssoj.,,T0@,,GWG#[KWNO#2-3#foopsb`jmd>!3!#`foosbg#wzsf>!kjggfm!#ubovf>!,b=%maps8?psbm#qlof>!p ?jmsvw#wzsf>!kjggfm!#obmdvbdf>!IbubP`qjsw!##gl`vnfmw-dfwFofnfmwpAd>!3!#`foopsb`jmd>!3!#zsf>!wf{w,`pp!#nfgjb>!wzsf>$wf{w,ibubp`qjsw$tjwk#wkf#f{`fswjlm#le#zsf>!wf{w,`pp!#qfo>!pw#kfjdkw>!2!#tjgwk>!2!#>$(fm`lgfVQJ@lnslmfmw+?ojmh#qfo>!bowfqmbwf!# algz/#wq/#jmsvw/#wf{wnfwb#mbnf>!qlalwp!#`lmnfwklg>!slpw!#b`wjlm>!= ?b#kqfe>!kwws9,,ttt-`pp!#qfo>!pwzofpkffw!#?,gju=?,gju=?gju#`obppobmdvbdf>!ibubp`qjsw!=bqjb.kjggfm>!wqvf!=.[?qjsw!#wzsf>!wf{w,ibubpo>38~*+*8 +evm`wjlm+*xab`hdqlvmg.jnbdf9#vqo+,b=?,oj=?oj=?b#kqfe>!k\n\n?oj=?b#kqfe>!kwws9,,bwlq!#bqjb.kjggfm>!wqv=#?b#kqfe>!kwws9,,ttt-obmdvbdf>!ibubp`qjsw!#,lswjlm= ?lswjlm#ubovf,gju=?,gju=?gju#`obpp>qbwlq!#bqjb.kjggfm>!wqf>+mft#Gbwf*-dfwWjnf+*slqwvdv/Fp#+gl#Aqbpjo*<R=l<_<\\<Q<T<[<\\=j<T<T<^<R<[<P<R<Z<Q<R=m=n=`<R<]=l<\\<[<R<^<\\<Q<T=c=l<Y<_<T=m=n=l<\\=j<T<T<^<R<[<P<R<Z<Q<R=m=n<T<R<]=c<[<\\=n<Y<W=`<Q<\\?"GL@WZSF#kwno#SVAOJ@#!mw.Wzsf!#`lmwfmw>!wf{w,?nfwb#kwws.frvju>!@lmwfqbmpjwjlmbo,,FM!#!kwws9?kwno#{nomp>!kwws9,,ttt.,,T0@,,GWG#[KWNO#2-3#WGWG,{kwno2.wqbmpjwjlmbo,,ttt-t0-lqd,WQ,{kwno2,sf#>#$wf{w,ibubp`qjsw$8?nfwb#mbnf>!gfp`qjswjlmsbqfmwMlgf-jmpfqwAfelqf?jmsvw#wzsf>!kjggfm!#mbip!#wzsf>!wf{w,ibubp`qj+gl`vnfmw*-qfbgz+evm`wjp`qjsw#wzsf>!wf{w,ibubpjnbdf!#`lmwfmw>!kwws9,,VB.@lnsbwjaof!#`lmwfmw>wno8#`kbqpfw>vwe.;!#,= ojmh#qfo>!pklqw`vw#j`lm?ojmh#qfo>!pwzofpkffw!#?,p`qjsw= ?p`qjsw#wzsf>>#gl`vnfmw-`qfbwfFofnfm?b#wbqdfw>!\\aobmh!#kqfe>#gl`vnfmw-dfwFofnfmwpAjmsvw#wzsf>!wf{w!#mbnf>b-wzsf#>#$wf{w,ibubp`qjmsvw#wzsf>!kjggfm!#mbnfkwno8#`kbqpfw>vwe.;!#,=gwg!= ?kwno#{nomp>!kwws.,,T0@,,GWG#KWNO#7-32#WfmwpAzWbdMbnf+$p`qjsw$*jmsvw#wzsf>!kjggfm!#mbn?p`qjsw#wzsf>!wf{w,ibubp!#pwzof>!gjpsobz9mlmf8!=gl`vnfmw-dfwFofnfmwAzJg+>gl`vnfmw-`qfbwfFofnfmw+$#wzsf>$wf{w,ibubp`qjsw$jmsvw#wzsf>!wf{w!#mbnf>!g-dfwFofnfmwpAzWbdMbnf+pmj`bo!#kqfe>!kwws9,,ttt-@,,GWG#KWNO#7-32#Wqbmpjw?pwzof#wzsf>!wf{w,`pp!= ?pwzof#wzsf>!wf{w,`pp!=jlmbo-gwg!= ?kwno#{nomp>kwws.frvju>!@lmwfmw.Wzsfgjmd>!3!#`foopsb`jmd>!3!kwno8#`kbqpfw>vwe.;!#,= #pwzof>!gjpsobz9mlmf8!=??oj=?b#kqfe>!kwws9,,ttt-#wzsf>$wf{w,ibubp`qjsw$=<X<Y=c=n<Y<W=`<Q<R=m=n<T=m<R<R=n<^<Y=n=m=n<^<T<T<S=l<R<T<[<^<R<X=m=n<^<\\<]<Y<[<R<S<\\=m<Q<R=m=n<T\fHF\fIm\fHT\fIa\fHH\fHS\fHy\fHR\fHy\fHR\fHn\fH{\fIa\fH\\\fIk\fHT\fHe\fHD\fIa\fHU\fIg\fHn\fHD\fIk\fHY\fHS\fHK\fHR\fHD\fHT\fHA\fHR\fHG\fHS\fHy\fIa\fHT\fHS\fHn\fH{\fHT\fIm\fH\\\fHy\fIa\fH[\fHS\fHH\fHy\fIe\fHF\fIl\fH\\\fHR\fHk\fHs\fHY\fHS\fHp\fIa\fHr\fHR\fHF\fHD\fHy\fHR\fH\\\fIa\fH\\\fHY\fHR\fHd\fHT\fHy\fIa\fH\\\fHS\fHC\fHH\fHR',"\u06F7%\u018C'T%\x85'W%\xD7%O%g%\xA6&\u0193%\u01E5&>&*&'&^&\x88\u0178\u0C3E&\u01AD&\u0192&)&^&%&'&\x82&P&1&\xB1&3&]&m&u&E&t&C&\xCF&V&V&/&>&6&\u0F76\u177Co&p&@&E&M&P&x&@&F&e&\xCC&7&:&(&D&0&C&)&.&F&-&1&(&L&F&1\u025E*\u03EA\u21F3&\u1372&K&;&)&E&H&P&0&?&9&V&\x81&-&v&a&,&E&)&?&=&'&'&B&\u0D2E&\u0503&\u0316*&*8&%&%&&&%,)&\x9A&>&\x86&7&]&F&2&>&J&6&n&2&%&?&\x8E&2&6&J&g&-&0&,&*&J&*&O&)&6&(&<&B&N&.&P&@&2&.&W&M&%\u053C\x84(,(<&,&\u03DA&\u18C7&-&,(%&(&%&(\u013B0&X&D&\x81&j&'&J&(&.&B&3&Z&R&h&3&E&E&<\xC6-\u0360\u1EF3&%8?&@&,&Z&@&0&J&,&^&x&_&6&C&6&C\u072C\u2A25&f&-&-&-&-&,&J&2&8&z&8&C&Y&8&-&d&\u1E78\xCC-&7&1&F&7&t&W&7&I&.&.&^&=\u0F9C\u19D3&8(>&/&/&\u077B')'\u1065')'%@/&0&%\u043E\u09C0*&*@&C\u053D\u05D4\u0274\u05EB4\u0DD7\u071A\u04D16\u0D84&/\u0178\u0303Z&*%\u0246\u03FF&\u0134&1\xA8\u04B4\u0174",I,"AAAAKKLLKKKKKJJIHHIHHGGFF"),Xv(a),Cv(Kv(a),I)}function tf(a,I){return a<=I?a:I}function Wv(a,I,k,S,E){a.set(k.slice(S,E),I)}function Lw(a,I,k,S){if(a==null)return-1;let E=tf(a.offset+S,a.data.length),K=E-a.offset;return I.set(a.data.subarray(a.offset,E),k),a.offset+=K,K}function Yv(a){return 0}function Kv(a){return a}function Gv(a){return 1}function Jv(a){return 1}function Xv(a){}function Zv(a){let I=a.length,k=new Int8Array(I);for(let S=0;S<I;++S)k[S]=a.charCodeAt(S);return k}function Qv(a,I){let k=new jt;if(J(k,new t(a)),I){let se=I.customDictionary;se&&F(k,se)}let S=0,E=[];for(;;){let se=new Int8Array(16384);if(E.push(se),k.output=se,k.outputOffset=0,k.outputLength=16384,k.outputUsed=0,it(k),S+=k.outputUsed,k.outputUsed<16384)break}re(k);let K=new Int8Array(S),X=0;for(let se=0;se<E.length;++se){let we=E[se],ue=tf(S,X+16384)-X;ue<16384?K.set(we.subarray(0,ue),X):K.set(we,X),X+=ue}return K}return Qv},ng=Mk();var $s=Ie(Qc());var ig={brotli:{mode:0,quality:8,lgwin:22}},$f,Za=class extends Jr{constructor(e){super(e);this.name="brotli";this.extensions=["br"];this.contentEncodings=["br"];this.isSupported=!0;this.options=e}async preload(){$f=$f||this.options?.modules?.brotli,$f||console.warn(`${this.name} library not installed`)}async compress(e){if(!Rn&&this.options.brotli?.useZlib){let r=await vi($s.default.brotliCompress)(e);return Gr(r)}return this.compressSync(e)}compressSync(e){if(!Rn&&this.options.brotli?.useZlib){let f=$s.default.brotliCompressSync(e);return Gr(f)}let r={...ig.brotli,...this.options?.brotli},n=new Uint8Array(e);if(!$f)throw new Error("brotli compression: brotli module not installed");return $f.compress(n,r).buffer}async decompress(e){if(!Rn&&this.options.brotli?.useZlib){let r=await vi($s.default.brotliDecompress)(e);return Gr(r)}return this.decompressSync(e)}decompressSync(e){if(!Rn&&this.options.brotli?.useZlib){let f=$s.default.brotliDecompressSync(e);return Gr(f)}let r={...ig.brotli,...this.options?.brotli},n=new Uint8Array(e);return $f?$f.decompress(n,r).buffer:ng(n,void 0).buffer}};var ep=Ie(wg()),tp=class extends Jr{constructor(e){super(e);this.name="snappy";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e||{}}compressSync(e){return(0,ep.compress)(e)}decompressSync(e){return(0,ep.uncompress)(e)}};var eT=407708164,rl,nl=class extends Jr{constructor(e){super(e);this.name="lz4";this.extensions=["lz4"];this.contentEncodings=["x-lz4"];this.isSupported=!0;if(this.options=e,rl=rl||this.options?.modules?.lz4js,!rl)throw new Error(this.name)}compressSync(e){let r=new Uint8Array(e);return rl.compress(r).buffer}decompressSync(e,r){try{let n=this.checkMagicNumber(e),i=new Uint8Array(e);if(n)return rl.decompress(i,r).buffer;if(!r){let s=new Error("Need to provide maxSize");throw this.improveError(s)}let f=new Uint8Array(r),o=this.decodeBlock(i,f);return f=f.slice(0,o),Gr(f)}catch(n){throw this.improveError(n)}}decodeBlock(e,r,n,i){n=n||0,i=i||e.length-n;let f=0;for(let o=n;o<i;){let s=e[o++],l=s>>4;if(l>0){let B=l+240;for(;B===255;)B=e[o++],l+=B;let q=o+l;for(;o<q;)r[f++]=e[o++];if(o===i)return f}let p=e[o++]|e[o++]<<8;if(p===0||p>f)return-(o-2);let u=s&15,h=u+240;for(;h===255;)h=e[o++],u+=h;let c=f-p,j=f+u+4;for(;f<j;)r[f++]=r[c++]}return f}checkMagicNumber(e){return new Uint32Array(e.slice(0,4))[0]===eT}};var rp,np,ip=class extends Jr{constructor(e){super(e);this.name="zstd";this.extensions=[];this.contentEncodings=[];this.isSupported=!0;this.options=e,rp=this.options?.modules?.["zstd-codec"],rp||console.warn(`${this.name} library not installed`)}async preload(){!np&&rp&&(np=await new Promise(e=>rp.run(r=>e(r))))}compressSync(e){let r=new np.Simple,n=new Uint8Array(e);return r.compress(n).buffer}decompressSync(e){let r=new np.Simple,n=new Uint8Array(e);return r.decompress(n).buffer}};var Eg=Ie(xg());function cT(t){return Buffer.from(t)}function mT(t){return Buffer.isBuffer(t)?new Uint8Array(t.buffer,t.byteOffset,t.length).slice().buffer:t}var up={lz4js:Eg.default},mm={UNCOMPRESSED:new Na,GZIP:new Xa,SNAPPY:new tp,BROTLI:new Za({modules:up}),LZ4:new nl({modules:up}),LZ4_RAW:new nl({modules:up}),ZSTD:new ip({modules:up})};async function cp(t,e,r){let n=mm[t];if(!n)throw new Error(`parquet: invalid compression method: ${t}`);let i=mT(e),f=await n.decompress(i,r);return cT(f)}var mp=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function At(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function _t(t,e){return e={exports:{}},t(e,e.exports),e.exports}var dT=gT,wT=yT,hT=_T,ni=[],vn=[],bT=typeof Uint8Array!="undefined"?Uint8Array:Array,dm="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(ro=0,Ag=dm.length;ro<Ag;++ro)ni[ro]=dm[ro],vn[dm.charCodeAt(ro)]=ro;var ro,Ag;vn["-".charCodeAt(0)]=62;vn["_".charCodeAt(0)]=63;function Og(t){var e=t.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var r=t.indexOf("=");r===-1&&(r=e);var n=r===e?0:4-r%4;return[r,n]}function gT(t){var e=Og(t),r=e[0],n=e[1];return(r+n)*3/4-n}function jT(t,e,r){return(e+r)*3/4-r}function yT(t){var e,r=Og(t),n=r[0],i=r[1],f=new bT(jT(t,n,i)),o=0,s=i>0?n-4:n,l;for(l=0;l<s;l+=4)e=vn[t.charCodeAt(l)]<<18|vn[t.charCodeAt(l+1)]<<12|vn[t.charCodeAt(l+2)]<<6|vn[t.charCodeAt(l+3)],f[o++]=e>>16&255,f[o++]=e>>8&255,f[o++]=e&255;return i===2&&(e=vn[t.charCodeAt(l)]<<2|vn[t.charCodeAt(l+1)]>>4,f[o++]=e&255),i===1&&(e=vn[t.charCodeAt(l)]<<10|vn[t.charCodeAt(l+1)]<<4|vn[t.charCodeAt(l+2)]>>2,f[o++]=e>>8&255,f[o++]=e&255),f}function vT(t){return ni[t>>18&63]+ni[t>>12&63]+ni[t>>6&63]+ni[t&63]}function qT(t,e,r){for(var n,i=[],f=e;f<r;f+=3)n=(t[f]<<16&16711680)+(t[f+1]<<8&65280)+(t[f+2]&255),i.push(vT(n));return i.join("")}function _T(t){for(var e,r=t.length,n=r%3,i=[],f=16383,o=0,s=r-n;o<s;o+=f)i.push(qT(t,o,o+f>s?s:o+f));return n===1?(e=t[r-1],i.push(ni[e>>2]+ni[e<<4&63]+"==")):n===2&&(e=(t[r-2]<<8)+t[r-1],i.push(ni[e>>10]+ni[e>>4&63]+ni[e<<2&63]+"=")),i.join("")}var wm={byteLength:dT,toByteArray:wT,fromByteArray:hT},kT=function(e,r,n,i,f){var o,s,l=f*8-i-1,p=(1<<l)-1,u=p>>1,h=-7,c=n?f-1:0,j=n?-1:1,B=e[r+c];for(c+=j,o=B&(1<<-h)-1,B>>=-h,h+=l;h>0;o=o*256+e[r+c],c+=j,h-=8);for(s=o&(1<<-h)-1,o>>=-h,h+=i;h>0;s=s*256+e[r+c],c+=j,h-=8);if(o===0)o=1-u;else{if(o===p)return s?NaN:(B?-1:1)*(1/0);s=s+Math.pow(2,i),o=o-u}return(B?-1:1)*s*Math.pow(2,o-i)},TT=function(e,r,n,i,f,o){var s,l,p,u=o*8-f-1,h=(1<<u)-1,c=h>>1,j=f===23?Math.pow(2,-24)-Math.pow(2,-77):0,B=i?0:o-1,q=i?1:-1,H=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(l=isNaN(r)?1:0,s=h):(s=Math.floor(Math.log(r)/Math.LN2),r*(p=Math.pow(2,-s))<1&&(s--,p*=2),s+c>=1?r+=j/p:r+=j*Math.pow(2,1-c),r*p>=2&&(s++,p/=2),s+c>=h?(l=0,s=h):s+c>=1?(l=(r*p-1)*Math.pow(2,f),s=s+c):(l=r*Math.pow(2,c-1)*Math.pow(2,f),s=0));f>=8;e[n+B]=l&255,B+=q,l/=256,f-=8);for(s=s<<f|l,u+=f;u>0;e[n+B]=s&255,B+=q,s/=256,u-=8);e[n+B-q]|=H*128},Do={read:kT,write:TT},le=_t(function(t,e){var r=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;e.Buffer=o,e.SlowBuffer=H,e.INSPECT_MAX_BYTES=50;var n=2147483647;e.kMaxLength=n,o.TYPED_ARRAY_SUPPORT=i(),!o.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function i(){try{var y=new Uint8Array(1),m={foo:function(){return 42}};return Object.setPrototypeOf(m,Uint8Array.prototype),Object.setPrototypeOf(y,m),y.foo()===42}catch{return!1}}Object.defineProperty(o.prototype,"parent",{enumerable:!0,get:function(){if(!!o.isBuffer(this))return this.buffer}}),Object.defineProperty(o.prototype,"offset",{enumerable:!0,get:function(){if(!!o.isBuffer(this))return this.byteOffset}});function f(y){if(y>n)throw new RangeError('The value "'+y+'" is invalid for option "size"');var m=new Uint8Array(y);return Object.setPrototypeOf(m,o.prototype),m}function o(y,m,d){if(typeof y=="number"){if(typeof m=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return u(y)}return s(y,m,d)}o.poolSize=8192;function s(y,m,d){if(typeof y=="string")return h(y,m);if(ArrayBuffer.isView(y))return c(y);if(y==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(y));if(xe(y,ArrayBuffer)||y&&xe(y.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(xe(y,SharedArrayBuffer)||y&&xe(y.buffer,SharedArrayBuffer)))return j(y,m,d);if(typeof y=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var _=y.valueOf&&y.valueOf();if(_!=null&&_!==y)return o.from(_,m,d);var D=B(y);if(D)return D;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof y[Symbol.toPrimitive]=="function")return o.from(y[Symbol.toPrimitive]("string"),m,d);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+babelHelpers.typeof(y))}o.from=function(y,m,d){return s(y,m,d)},Object.setPrototypeOf(o.prototype,Uint8Array.prototype),Object.setPrototypeOf(o,Uint8Array);function l(y){if(typeof y!="number")throw new TypeError('"size" argument must be of type number');if(y<0)throw new RangeError('The value "'+y+'" is invalid for option "size"')}function p(y,m,d){return l(y),y<=0?f(y):m!==void 0?typeof d=="string"?f(y).fill(m,d):f(y).fill(m):f(y)}o.alloc=function(y,m,d){return p(y,m,d)};function u(y){return l(y),f(y<0?0:q(y)|0)}o.allocUnsafe=function(y){return u(y)},o.allocUnsafeSlow=function(y){return u(y)};function h(y,m){if((typeof m!="string"||m==="")&&(m="utf8"),!o.isEncoding(m))throw new TypeError("Unknown encoding: "+m);var d=M(y,m)|0,_=f(d),D=_.write(y,m);return D!==d&&(_=_.slice(0,D)),_}function c(y){for(var m=y.length<0?0:q(y.length)|0,d=f(m),_=0;_<m;_+=1)d[_]=y[_]&255;return d}function j(y,m,d){if(m<0||y.byteLength<m)throw new RangeError('"offset" is outside of buffer bounds');if(y.byteLength<m+(d||0))throw new RangeError('"length" is outside of buffer bounds');var _;return m===void 0&&d===void 0?_=new Uint8Array(y):d===void 0?_=new Uint8Array(y,m):_=new Uint8Array(y,m,d),Object.setPrototypeOf(_,o.prototype),_}function B(y){if(o.isBuffer(y)){var m=q(y.length)|0,d=f(m);return d.length===0||y.copy(d,0,0,m),d}if(y.length!==void 0)return typeof y.length!="number"||xt(y.length)?f(0):c(y);if(y.type==="Buffer"&&Array.isArray(y.data))return c(y.data)}function q(y){if(y>=n)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+n.toString(16)+" bytes");return y|0}function H(y){return+y!=y&&(y=0),o.alloc(+y)}o.isBuffer=function(m){return m!=null&&m._isBuffer===!0&&m!==o.prototype},o.compare=function(m,d){if(xe(m,Uint8Array)&&(m=o.from(m,m.offset,m.byteLength)),xe(d,Uint8Array)&&(d=o.from(d,d.offset,d.byteLength)),!o.isBuffer(m)||!o.isBuffer(d))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(m===d)return 0;for(var _=m.length,D=d.length,$=0,ee=Math.min(_,D);$<ee;++$)if(m[$]!==d[$]){_=m[$],D=d[$];break}return _<D?-1:D<_?1:0},o.isEncoding=function(m){switch(String(m).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},o.concat=function(m,d){if(!Array.isArray(m))throw new TypeError('"list" argument must be an Array of Buffers');if(m.length===0)return o.alloc(0);var _;if(d===void 0)for(d=0,_=0;_<m.length;++_)d+=m[_].length;var D=o.allocUnsafe(d),$=0;for(_=0;_<m.length;++_){var ee=m[_];if(xe(ee,Uint8Array)&&(ee=o.from(ee)),!o.isBuffer(ee))throw new TypeError('"list" argument must be an Array of Buffers');ee.copy(D,$),$+=ee.length}return D};function M(y,m){if(o.isBuffer(y))return y.length;if(ArrayBuffer.isView(y)||xe(y,ArrayBuffer))return y.byteLength;if(typeof y!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+babelHelpers.typeof(y));var d=y.length,_=arguments.length>2&&arguments[2]===!0;if(!_&&d===0)return 0;for(var D=!1;;)switch(m){case"ascii":case"latin1":case"binary":return d;case"utf8":case"utf-8":return ae(y).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return d*2;case"hex":return d>>>1;case"base64":return $i(y).length;default:if(D)return _?-1:ae(y).length;m=(""+m).toLowerCase(),D=!0}}o.byteLength=M;function F(y,m,d){var _=!1;if((m===void 0||m<0)&&(m=0),m>this.length||((d===void 0||d>this.length)&&(d=this.length),d<=0)||(d>>>=0,m>>>=0,d<=m))return"";for(y||(y="utf8");;)switch(y){case"hex":return x(this,m,d);case"utf8":case"utf-8":return w(this,m,d);case"ascii":return P(this,m,d);case"latin1":case"binary":return Q(this,m,d);case"base64":return A(this,m,d);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Se(this,m,d);default:if(_)throw new TypeError("Unknown encoding: "+y);y=(y+"").toLowerCase(),_=!0}}o.prototype._isBuffer=!0;function J(y,m,d){var _=y[m];y[m]=y[d],y[d]=_}o.prototype.swap16=function(){var m=this.length;if(m%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var d=0;d<m;d+=2)J(this,d,d+1);return this},o.prototype.swap32=function(){var m=this.length;if(m%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var d=0;d<m;d+=4)J(this,d,d+3),J(this,d+1,d+2);return this},o.prototype.swap64=function(){var m=this.length;if(m%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var d=0;d<m;d+=8)J(this,d,d+7),J(this,d+1,d+6),J(this,d+2,d+5),J(this,d+3,d+4);return this},o.prototype.toString=function(){var m=this.length;return m===0?"":arguments.length===0?w(this,0,m):F.apply(this,arguments)},o.prototype.toLocaleString=o.prototype.toString,o.prototype.equals=function(m){if(!o.isBuffer(m))throw new TypeError("Argument must be a Buffer");return this===m?!0:o.compare(this,m)===0},o.prototype.inspect=function(){var m="",d=e.INSPECT_MAX_BYTES;return m=this.toString("hex",0,d).replace(/(.{2})/g,"$1 ").trim(),this.length>d&&(m+=" ... "),"<Buffer "+m+">"},r&&(o.prototype[r]=o.prototype.inspect),o.prototype.compare=function(m,d,_,D,$){if(xe(m,Uint8Array)&&(m=o.from(m,m.offset,m.byteLength)),!o.isBuffer(m))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+babelHelpers.typeof(m));if(d===void 0&&(d=0),_===void 0&&(_=m?m.length:0),D===void 0&&(D=0),$===void 0&&($=this.length),d<0||_>m.length||D<0||$>this.length)throw new RangeError("out of range index");if(D>=$&&d>=_)return 0;if(D>=$)return-1;if(d>=_)return 1;if(d>>>=0,_>>>=0,D>>>=0,$>>>=0,this===m)return 0;for(var ee=$-D,Ye=_-d,He=Math.min(ee,Ye),mt=this.slice(D,$),tr=m.slice(d,_),ce=0;ce<He;++ce)if(mt[ce]!==tr[ce]){ee=mt[ce],Ye=tr[ce];break}return ee<Ye?-1:Ye<ee?1:0};function re(y,m,d,_,D){if(y.length===0)return-1;if(typeof d=="string"?(_=d,d=0):d>2147483647?d=2147483647:d<-2147483648&&(d=-2147483648),d=+d,xt(d)&&(d=D?0:y.length-1),d<0&&(d=y.length+d),d>=y.length){if(D)return-1;d=y.length-1}else if(d<0)if(D)d=0;else return-1;if(typeof m=="string"&&(m=o.from(m,_)),o.isBuffer(m))return m.length===0?-1:W(y,m,d,_,D);if(typeof m=="number")return m=m&255,typeof Uint8Array.prototype.indexOf=="function"?D?Uint8Array.prototype.indexOf.call(y,m,d):Uint8Array.prototype.lastIndexOf.call(y,m,d):W(y,[m],d,_,D);throw new TypeError("val must be string, number or Buffer")}function W(y,m,d,_,D){var $=1,ee=y.length,Ye=m.length;if(_!==void 0&&(_=String(_).toLowerCase(),_==="ucs2"||_==="ucs-2"||_==="utf16le"||_==="utf-16le")){if(y.length<2||m.length<2)return-1;$=2,ee/=2,Ye/=2,d/=2}function He(v,T){return $===1?v[T]:v.readUInt16BE(T*$)}var mt;if(D){var tr=-1;for(mt=d;mt<ee;mt++)if(He(y,mt)===He(m,tr===-1?0:mt-tr)){if(tr===-1&&(tr=mt),mt-tr+1===Ye)return tr*$}else tr!==-1&&(mt-=mt-tr),tr=-1}else for(d+Ye>ee&&(d=ee-Ye),mt=d;mt>=0;mt--){for(var ce=!0,Nn=0;Nn<Ye;Nn++)if(He(y,mt+Nn)!==He(m,Nn)){ce=!1;break}if(ce)return mt}return-1}o.prototype.includes=function(m,d,_){return this.indexOf(m,d,_)!==-1},o.prototype.indexOf=function(m,d,_){return re(this,m,d,_,!0)},o.prototype.lastIndexOf=function(m,d,_){return re(this,m,d,_,!1)};function O(y,m,d,_){d=Number(d)||0;var D=y.length-d;_?(_=Number(_),_>D&&(_=D)):_=D;var $=m.length;_>$/2&&(_=$/2);for(var ee=0;ee<_;++ee){var Ye=parseInt(m.substr(ee*2,2),16);if(xt(Ye))return ee;y[d+ee]=Ye}return ee}function te(y,m,d,_){return bt(ae(m,y.length-d),y,d,_)}function L(y,m,d,_){return bt(St(m),y,d,_)}function ne(y,m,d,_){return L(y,m,d,_)}function g(y,m,d,_){return bt($i(m),y,d,_)}function b(y,m,d,_){return bt(Qi(m,y.length-d),y,d,_)}o.prototype.write=function(m,d,_,D){if(d===void 0)D="utf8",_=this.length,d=0;else if(_===void 0&&typeof d=="string")D=d,_=this.length,d=0;else if(isFinite(d))d=d>>>0,isFinite(_)?(_=_>>>0,D===void 0&&(D="utf8")):(D=_,_=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var $=this.length-d;if((_===void 0||_>$)&&(_=$),m.length>0&&(_<0||d<0)||d>this.length)throw new RangeError("Attempt to write outside buffer bounds");D||(D="utf8");for(var ee=!1;;)switch(D){case"hex":return O(this,m,d,_);case"utf8":case"utf-8":return te(this,m,d,_);case"ascii":return L(this,m,d,_);case"latin1":case"binary":return ne(this,m,d,_);case"base64":return g(this,m,d,_);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return b(this,m,d,_);default:if(ee)throw new TypeError("Unknown encoding: "+D);D=(""+D).toLowerCase(),ee=!0}},o.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function A(y,m,d){return m===0&&d===y.length?wm.fromByteArray(y):wm.fromByteArray(y.slice(m,d))}function w(y,m,d){d=Math.min(y.length,d);for(var _=[],D=m;D<d;){var $=y[D],ee=null,Ye=$>239?4:$>223?3:$>191?2:1;if(D+Ye<=d){var He,mt,tr,ce;switch(Ye){case 1:$<128&&(ee=$);break;case 2:He=y[D+1],(He&192)==128&&(ce=($&31)<<6|He&63,ce>127&&(ee=ce));break;case 3:He=y[D+1],mt=y[D+2],(He&192)==128&&(mt&192)==128&&(ce=($&15)<<12|(He&63)<<6|mt&63,ce>2047&&(ce<55296||ce>57343)&&(ee=ce));break;case 4:He=y[D+1],mt=y[D+2],tr=y[D+3],(He&192)==128&&(mt&192)==128&&(tr&192)==128&&(ce=($&15)<<18|(He&63)<<12|(mt&63)<<6|tr&63,ce>65535&&ce<1114112&&(ee=ce))}}ee===null?(ee=65533,Ye=1):ee>65535&&(ee-=65536,_.push(ee>>>10&1023|55296),ee=56320|ee&1023),_.push(ee),D+=Ye}return C(_)}var z=4096;function C(y){var m=y.length;if(m<=z)return String.fromCharCode.apply(String,y);for(var d="",_=0;_<m;)d+=String.fromCharCode.apply(String,y.slice(_,_+=z));return d}function P(y,m,d){var _="";d=Math.min(y.length,d);for(var D=m;D<d;++D)_+=String.fromCharCode(y[D]&127);return _}function Q(y,m,d){var _="";d=Math.min(y.length,d);for(var D=m;D<d;++D)_+=String.fromCharCode(y[D]);return _}function x(y,m,d){var _=y.length;(!m||m<0)&&(m=0),(!d||d<0||d>_)&&(d=_);for(var D="",$=m;$<d;++$)D+=it[y[$]];return D}function Se(y,m,d){for(var _=y.slice(m,d),D="",$=0;$<_.length;$+=2)D+=String.fromCharCode(_[$]+_[$+1]*256);return D}o.prototype.slice=function(m,d){var _=this.length;m=~~m,d=d===void 0?_:~~d,m<0?(m+=_,m<0&&(m=0)):m>_&&(m=_),d<0?(d+=_,d<0&&(d=0)):d>_&&(d=_),d<m&&(d=m);var D=this.subarray(m,d);return Object.setPrototypeOf(D,o.prototype),D};function ie(y,m,d){if(y%1!=0||y<0)throw new RangeError("offset is not uint");if(y+m>d)throw new RangeError("Trying to access beyond buffer length")}o.prototype.readUIntLE=function(m,d,_){m=m>>>0,d=d>>>0,_||ie(m,d,this.length);for(var D=this[m],$=1,ee=0;++ee<d&&($*=256);)D+=this[m+ee]*$;return D},o.prototype.readUIntBE=function(m,d,_){m=m>>>0,d=d>>>0,_||ie(m,d,this.length);for(var D=this[m+--d],$=1;d>0&&($*=256);)D+=this[m+--d]*$;return D},o.prototype.readUInt8=function(m,d){return m=m>>>0,d||ie(m,1,this.length),this[m]},o.prototype.readUInt16LE=function(m,d){return m=m>>>0,d||ie(m,2,this.length),this[m]|this[m+1]<<8},o.prototype.readUInt16BE=function(m,d){return m=m>>>0,d||ie(m,2,this.length),this[m]<<8|this[m+1]},o.prototype.readUInt32LE=function(m,d){return m=m>>>0,d||ie(m,4,this.length),(this[m]|this[m+1]<<8|this[m+2]<<16)+this[m+3]*16777216},o.prototype.readUInt32BE=function(m,d){return m=m>>>0,d||ie(m,4,this.length),this[m]*16777216+(this[m+1]<<16|this[m+2]<<8|this[m+3])},o.prototype.readIntLE=function(m,d,_){m=m>>>0,d=d>>>0,_||ie(m,d,this.length);for(var D=this[m],$=1,ee=0;++ee<d&&($*=256);)D+=this[m+ee]*$;return $*=128,D>=$&&(D-=Math.pow(2,8*d)),D},o.prototype.readIntBE=function(m,d,_){m=m>>>0,d=d>>>0,_||ie(m,d,this.length);for(var D=d,$=1,ee=this[m+--D];D>0&&($*=256);)ee+=this[m+--D]*$;return $*=128,ee>=$&&(ee-=Math.pow(2,8*d)),ee},o.prototype.readInt8=function(m,d){return m=m>>>0,d||ie(m,1,this.length),this[m]&128?(255-this[m]+1)*-1:this[m]},o.prototype.readInt16LE=function(m,d){m=m>>>0,d||ie(m,2,this.length);var _=this[m]|this[m+1]<<8;return _&32768?_|4294901760:_},o.prototype.readInt16BE=function(m,d){m=m>>>0,d||ie(m,2,this.length);var _=this[m+1]|this[m]<<8;return _&32768?_|4294901760:_},o.prototype.readInt32LE=function(m,d){return m=m>>>0,d||ie(m,4,this.length),this[m]|this[m+1]<<8|this[m+2]<<16|this[m+3]<<24},o.prototype.readInt32BE=function(m,d){return m=m>>>0,d||ie(m,4,this.length),this[m]<<24|this[m+1]<<16|this[m+2]<<8|this[m+3]},o.prototype.readFloatLE=function(m,d){return m=m>>>0,d||ie(m,4,this.length),Do.read(this,m,!0,23,4)},o.prototype.readFloatBE=function(m,d){return m=m>>>0,d||ie(m,4,this.length),Do.read(this,m,!1,23,4)},o.prototype.readDoubleLE=function(m,d){return m=m>>>0,d||ie(m,8,this.length),Do.read(this,m,!0,52,8)},o.prototype.readDoubleBE=function(m,d){return m=m>>>0,d||ie(m,8,this.length),Do.read(this,m,!1,52,8)};function U(y,m,d,_,D,$){if(!o.isBuffer(y))throw new TypeError('"buffer" argument must be a Buffer instance');if(m>D||m<$)throw new RangeError('"value" argument is out of bounds');if(d+_>y.length)throw new RangeError("Index out of range")}o.prototype.writeUIntLE=function(m,d,_,D){if(m=+m,d=d>>>0,_=_>>>0,!D){var $=Math.pow(2,8*_)-1;U(this,m,d,_,$,0)}var ee=1,Ye=0;for(this[d]=m&255;++Ye<_&&(ee*=256);)this[d+Ye]=m/ee&255;return d+_},o.prototype.writeUIntBE=function(m,d,_,D){if(m=+m,d=d>>>0,_=_>>>0,!D){var $=Math.pow(2,8*_)-1;U(this,m,d,_,$,0)}var ee=_-1,Ye=1;for(this[d+ee]=m&255;--ee>=0&&(Ye*=256);)this[d+ee]=m/Ye&255;return d+_},o.prototype.writeUInt8=function(m,d,_){return m=+m,d=d>>>0,_||U(this,m,d,1,255,0),this[d]=m&255,d+1},o.prototype.writeUInt16LE=function(m,d,_){return m=+m,d=d>>>0,_||U(this,m,d,2,65535,0),this[d]=m&255,this[d+1]=m>>>8,d+2},o.prototype.writeUInt16BE=function(m,d,_){return m=+m,d=d>>>0,_||U(this,m,d,2,65535,0),this[d]=m>>>8,this[d+1]=m&255,d+2},o.prototype.writeUInt32LE=function(m,d,_){return m=+m,d=d>>>0,_||U(this,m,d,4,4294967295,0),this[d+3]=m>>>24,this[d+2]=m>>>16,this[d+1]=m>>>8,this[d]=m&255,d+4},o.prototype.writeUInt32BE=function(m,d,_){return m=+m,d=d>>>0,_||U(this,m,d,4,4294967295,0),this[d]=m>>>24,this[d+1]=m>>>16,this[d+2]=m>>>8,this[d+3]=m&255,d+4},o.prototype.writeIntLE=function(m,d,_,D){if(m=+m,d=d>>>0,!D){var $=Math.pow(2,8*_-1);U(this,m,d,_,$-1,-$)}var ee=0,Ye=1,He=0;for(this[d]=m&255;++ee<_&&(Ye*=256);)m<0&&He===0&&this[d+ee-1]!==0&&(He=1),this[d+ee]=(m/Ye>>0)-He&255;return d+_},o.prototype.writeIntBE=function(m,d,_,D){if(m=+m,d=d>>>0,!D){var $=Math.pow(2,8*_-1);U(this,m,d,_,$-1,-$)}var ee=_-1,Ye=1,He=0;for(this[d+ee]=m&255;--ee>=0&&(Ye*=256);)m<0&&He===0&&this[d+ee+1]!==0&&(He=1),this[d+ee]=(m/Ye>>0)-He&255;return d+_},o.prototype.writeInt8=function(m,d,_){return m=+m,d=d>>>0,_||U(this,m,d,1,127,-128),m<0&&(m=255+m+1),this[d]=m&255,d+1},o.prototype.writeInt16LE=function(m,d,_){return m=+m,d=d>>>0,_||U(this,m,d,2,32767,-32768),this[d]=m&255,this[d+1]=m>>>8,d+2},o.prototype.writeInt16BE=function(m,d,_){return m=+m,d=d>>>0,_||U(this,m,d,2,32767,-32768),this[d]=m>>>8,this[d+1]=m&255,d+2},o.prototype.writeInt32LE=function(m,d,_){return m=+m,d=d>>>0,_||U(this,m,d,4,2147483647,-2147483648),this[d]=m&255,this[d+1]=m>>>8,this[d+2]=m>>>16,this[d+3]=m>>>24,d+4},o.prototype.writeInt32BE=function(m,d,_){return m=+m,d=d>>>0,_||U(this,m,d,4,2147483647,-2147483648),m<0&&(m=4294967295+m+1),this[d]=m>>>24,this[d+1]=m>>>16,this[d+2]=m>>>8,this[d+3]=m&255,d+4};function Y(y,m,d,_,D,$){if(d+_>y.length)throw new RangeError("Index out of range");if(d<0)throw new RangeError("Index out of range")}function Be(y,m,d,_,D){return m=+m,d=d>>>0,D||Y(y,m,d,4),Do.write(y,m,d,_,23,4),d+4}o.prototype.writeFloatLE=function(m,d,_){return Be(this,m,d,!0,_)},o.prototype.writeFloatBE=function(m,d,_){return Be(this,m,d,!1,_)};function oe(y,m,d,_,D){return m=+m,d=d>>>0,D||Y(y,m,d,8),Do.write(y,m,d,_,52,8),d+8}o.prototype.writeDoubleLE=function(m,d,_){return oe(this,m,d,!0,_)},o.prototype.writeDoubleBE=function(m,d,_){return oe(this,m,d,!1,_)},o.prototype.copy=function(m,d,_,D){if(!o.isBuffer(m))throw new TypeError("argument should be a Buffer");if(_||(_=0),!D&&D!==0&&(D=this.length),d>=m.length&&(d=m.length),d||(d=0),D>0&&D<_&&(D=_),D===_||m.length===0||this.length===0)return 0;if(d<0)throw new RangeError("targetStart out of bounds");if(_<0||_>=this.length)throw new RangeError("Index out of range");if(D<0)throw new RangeError("sourceEnd out of bounds");D>this.length&&(D=this.length),m.length-d<D-_&&(D=m.length-d+_);var $=D-_;if(this===m&&typeof Uint8Array.prototype.copyWithin=="function")this.copyWithin(d,_,D);else if(this===m&&_<d&&d<D)for(var ee=$-1;ee>=0;--ee)m[ee+d]=this[ee+_];else Uint8Array.prototype.set.call(m,this.subarray(_,D),d);return $},o.prototype.fill=function(m,d,_,D){if(typeof m=="string"){if(typeof d=="string"?(D=d,d=0,_=this.length):typeof _=="string"&&(D=_,_=this.length),D!==void 0&&typeof D!="string")throw new TypeError("encoding must be a string");if(typeof D=="string"&&!o.isEncoding(D))throw new TypeError("Unknown encoding: "+D);if(m.length===1){var $=m.charCodeAt(0);(D==="utf8"&&$<128||D==="latin1")&&(m=$)}}else typeof m=="number"?m=m&255:typeof m=="boolean"&&(m=Number(m));if(d<0||this.length<d||this.length<_)throw new RangeError("Out of range index");if(_<=d)return this;d=d>>>0,_=_===void 0?this.length:_>>>0,m||(m=0);var ee;if(typeof m=="number")for(ee=d;ee<_;++ee)this[ee]=m;else{var Ye=o.isBuffer(m)?m:o.from(m,D),He=Ye.length;if(He===0)throw new TypeError('The value "'+m+'" is invalid for argument "value"');for(ee=0;ee<_-d;++ee)this[ee+d]=Ye[ee%He]}return this};var We=/[^+/0-9A-Za-z-_]/g;function ar(y){if(y=y.split("=")[0],y=y.trim().replace(We,""),y.length<2)return"";for(;y.length%4!=0;)y=y+"=";return y}function ae(y,m){m=m||1/0;for(var d,_=y.length,D=null,$=[],ee=0;ee<_;++ee){if(d=y.charCodeAt(ee),d>55295&&d<57344){if(!D){if(d>56319){(m-=3)>-1&&$.push(239,191,189);continue}else if(ee+1===_){(m-=3)>-1&&$.push(239,191,189);continue}D=d;continue}if(d<56320){(m-=3)>-1&&$.push(239,191,189),D=d;continue}d=(D-55296<<10|d-56320)+65536}else D&&(m-=3)>-1&&$.push(239,191,189);if(D=null,d<128){if((m-=1)<0)break;$.push(d)}else if(d<2048){if((m-=2)<0)break;$.push(d>>6|192,d&63|128)}else if(d<65536){if((m-=3)<0)break;$.push(d>>12|224,d>>6&63|128,d&63|128)}else if(d<1114112){if((m-=4)<0)break;$.push(d>>18|240,d>>12&63|128,d>>6&63|128,d&63|128)}else throw new Error("Invalid code point")}return $}function St(y){for(var m=[],d=0;d<y.length;++d)m.push(y.charCodeAt(d)&255);return m}function Qi(y,m){for(var d,_,D,$=[],ee=0;ee<y.length&&!((m-=2)<0);++ee)d=y.charCodeAt(ee),_=d>>8,D=d%256,$.push(D),$.push(_);return $}function $i(y){return wm.toByteArray(ar(y))}function bt(y,m,d,_){for(var D=0;D<_&&!(D+d>=m.length||D>=y.length);++D)m[D+d]=y[D];return D}function xe(y,m){return y instanceof m||y!=null&&y.constructor!=null&&y.constructor.name!=null&&y.constructor.name===m.name}function xt(y){return y!==y}var it=function(){for(var y="0123456789abcdef",m=new Array(256),d=0;d<16;++d)for(var _=d*16,D=0;D<16;++D)m[_+D]=y[d]+y[D];return m}()}),UA=le.Buffer,LA=le.SlowBuffer,CA=le.INSPECT_MAX_BYTES,VA=le.kMaxLength,uf=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.ensureBuffer=void 0;function r(n){if(le.Buffer.isBuffer(n))return n;if(ArrayBuffer.isView(n))return le.Buffer.from(n.buffer);if(n instanceof ArrayBuffer)return le.Buffer.from(n);throw new TypeError("Must use either Buffer or TypedArray")}e.ensureBuffer=r});At(uf);var WA=uf.ensureBuffer,hm=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.parseUUID=void 0;let r=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function n(i){if(typeof i!="string")throw new TypeError("Invalid type for UUID, expected string but got "+typeof i);if(!r.test(i))throw new TypeError("Invalid format for UUID: "+i);let f,o=new Uint8Array(16);return o[0]=(f=parseInt(i.slice(0,8),16))>>>24,o[1]=f>>>16&255,o[2]=f>>>8&255,o[3]=f&255,o[4]=(f=parseInt(i.slice(9,13),16))>>>8,o[5]=f&255,o[6]=(f=parseInt(i.slice(14,18),16))>>>8,o[7]=f&255,o[8]=(f=parseInt(i.slice(19,23),16))>>>8,o[9]=f&255,o[10]=(f=parseInt(i.slice(24,36),16))/1099511627776&255,o[11]=f/4294967296&255,o[12]=f>>>24&255,o[13]=f>>>16&255,o[14]=f>>>8&255,o[15]=f&255,o}e.parseUUID=n});At(hm);var YA=hm.parseUUID,Zr=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Binary=void 0;class r{constructor(i,f){if(i!=null&&typeof i!="string"&&!ArrayBuffer.isView(i)&&!(i instanceof ArrayBuffer)&&!Array.isArray(i))throw new TypeError("Binary can only be constructed from string, Buffer, TypedArray, or Array<number>");this.sub_type=f??r.BSON_BINARY_SUBTYPE_DEFAULT,i==null?(this.buffer=le.Buffer.alloc(r.BUFFER_SIZE),this.position=0):(typeof i=="string"?this.buffer=le.Buffer.from(i,"binary"):Array.isArray(i)?this.buffer=le.Buffer.from(i):this.buffer=uf.ensureBuffer(i),this.position=this.buffer.byteLength)}put(i){if(typeof i=="string"&&i.length!==1)throw new TypeError("only accepts single character String");if(typeof i!="number"&&i.length!==1)throw new TypeError("only accepts single character Uint8Array or Array");let f;if(typeof i=="string"?f=i.charCodeAt(0):typeof i=="number"?f=i:f=i[0],f<0||f>255)throw new TypeError("only accepts number in a valid unsigned byte range 0-255");if(this.buffer.length>this.position)this.buffer[this.position++]=f;else{let o=le.Buffer.alloc(r.BUFFER_SIZE+this.buffer.length);this.buffer.copy(o,0,0,this.buffer.length),this.buffer=o,this.buffer[this.position++]=f}}write(i,f){if(f=typeof f=="number"?f:this.position,this.buffer.length<f+i.length){let o=le.Buffer.alloc(this.buffer.length+i.length);this.buffer.copy(o,0,0,this.buffer.length),this.buffer=o}ArrayBuffer.isView(i)?(this.buffer.set(uf.ensureBuffer(i),f),this.position=f+i.byteLength>this.position?f+i.length:this.position):typeof i=="string"&&(this.buffer.write(i,f,i.length,"binary"),this.position=f+i.length>this.position?f+i.length:this.position)}read(i,f){return f=f&&f>0?f:this.position,this.buffer.slice(i,i+f)}value(i){return i=!!i,i&&this.buffer.length===this.position?this.buffer:i?this.buffer.slice(0,this.position):this.buffer.toString("binary",0,this.position)}length(){return this.position}toJSON(){return this.buffer.toString("base64")}toString(i){return this.buffer.toString(i)}toExtendedJSON(i){i=i||{};let f=this.buffer.toString("base64"),o=Number(this.sub_type).toString(16);return i.legacy?{$binary:f,$type:o.length===1?"0"+o:o}:{$binary:{base64:f,subType:o.length===1?"0"+o:o}}}static fromExtendedJSON(i,f){f=f||{};let o,s;if("$binary"in i?f.legacy&&typeof i.$binary=="string"&&"$type"in i?(s=i.$type?parseInt(i.$type,16):0,o=le.Buffer.from(i.$binary,"base64")):typeof i.$binary!="string"&&(s=i.$binary.subType?parseInt(i.$binary.subType,16):0,o=le.Buffer.from(i.$binary.base64,"base64")):"$uuid"in i&&(s=4,o=le.Buffer.from(hm.parseUUID(i.$uuid))),!o)throw new TypeError(`Unexpected Binary Extended JSON format ${JSON.stringify(i)}`);return new r(o,s)}}e.Binary=r,r.BSON_BINARY_SUBTYPE_DEFAULT=0,r.BUFFER_SIZE=256,r.SUBTYPE_DEFAULT=0,r.SUBTYPE_FUNCTION=1,r.SUBTYPE_BYTE_ARRAY=2,r.SUBTYPE_UUID_OLD=3,r.SUBTYPE_UUID=4,r.SUBTYPE_MD5=5,r.SUBTYPE_USER_DEFINED=128,Object.defineProperty(r.prototype,"_bsontype",{value:"Binary"})});At(Zr);var KA=Zr.Binary,cf=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Code=void 0;class r{constructor(i,f){this.code=i,this.scope=f}toJSON(){return{code:this.code,scope:this.scope}}toExtendedJSON(){return this.scope?{$code:this.code,$scope:this.scope}:{$code:this.code}}static fromExtendedJSON(i){return new r(i.$code,i.$scope)}}e.Code=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Code"})});At(cf);var GA=cf.Code,BT={},bm;typeof Object.create=="function"?bm=function(e,r){e.super_=r,e.prototype=Object.create(r.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}:bm=function(e,r){e.super_=r;var n=function(){};n.prototype=r.prototype,e.prototype=new n,e.prototype.constructor=e};var IT=bm,ST=/%[sdj%]/g;function gm(t){if(!bp(t)){for(var e=[],r=0;r<arguments.length;r++)e.push(Si(arguments[r]));return e.join(" ")}for(var r=1,n=arguments,i=n.length,f=String(t).replace(ST,function(s){if(s==="%%")return"%";if(r>=i)return s;switch(s){case"%s":return String(n[r++]);case"%d":return Number(n[r++]);case"%j":try{return JSON.stringify(n[r++])}catch{return"[Circular]"}default:return s}}),o=n[r];r<i;o=n[++r])hp(o)||!zo(o)?f+=" "+o:f+=" "+Si(o);return f}function Ng(t,e){if(xi(global.process))return function(){return Ng(t,e).apply(this,arguments)};var r=!1;function n(){return r||(console.error(e),r=!0),t.apply(this,arguments)}return n}var dp={},jm;function xT(t){if(xi(jm)&&(jm=""),t=t.toUpperCase(),!dp[t])if(new RegExp("\\b"+t+"\\b","i").test(jm)){var e=0;dp[t]=function(){var r=gm.apply(null,arguments);console.error("%s %d: %s",t,e,r)}}else dp[t]=function(){};return dp[t]}function Si(t,e){var r={seen:[],stylize:AT};return arguments.length>=3&&(r.depth=arguments[2]),arguments.length>=4&&(r.colors=arguments[3]),qm(e)?r.showHidden=e:e&&Dg(r,e),xi(r.showHidden)&&(r.showHidden=!1),xi(r.depth)&&(r.depth=2),xi(r.colors)&&(r.colors=!1),xi(r.customInspect)&&(r.customInspect=!0),r.colors&&(r.stylize=ET),wp(r,t,r.depth)}Si.colors={bold:[1,22],italic:[3,23],underline:[4,24],inverse:[7,27],white:[37,39],grey:[90,39],black:[30,39],blue:[34,39],cyan:[36,39],green:[32,39],magenta:[35,39],red:[31,39],yellow:[33,39]};Si.styles={special:"cyan",number:"yellow",boolean:"yellow",undefined:"grey",null:"bold",string:"green",date:"magenta",regexp:"red"};function ET(t,e){var r=Si.styles[e];return r?"["+Si.colors[r][0]+"m"+t+"["+Si.colors[r][1]+"m":t}function AT(t,e){return t}function OT(t){var e={};return t.forEach(function(r,n){e[r]=!0}),e}function wp(t,e,r){if(t.customInspect&&e&&yp(e.inspect)&&e.inspect!==Si&&!(e.constructor&&e.constructor.prototype===e)){var n=e.inspect(r,t);return bp(n)||(n=wp(t,n,r)),n}var i=NT(t,e);if(i)return i;var f=Object.keys(e),o=OT(f);if(t.showHidden&&(f=Object.getOwnPropertyNames(e)),jp(e)&&(f.indexOf("message")>=0||f.indexOf("description")>=0))return ym(e);if(f.length===0){if(yp(e)){var s=e.name?": "+e.name:"";return t.stylize("[Function"+s+"]","special")}if(gp(e))return t.stylize(RegExp.prototype.toString.call(e),"regexp");if(_m(e))return t.stylize(Date.prototype.toString.call(e),"date");if(jp(e))return ym(e)}var l="",p=!1,u=["{","}"];if(Rg(e)&&(p=!0,u=["[","]"]),yp(e)){var h=e.name?": "+e.name:"";l=" [Function"+h+"]"}if(gp(e)&&(l=" "+RegExp.prototype.toString.call(e)),_m(e)&&(l=" "+Date.prototype.toUTCString.call(e)),jp(e)&&(l=" "+ym(e)),f.length===0&&(!p||e.length==0))return u[0]+l+u[1];if(r<0)return gp(e)?t.stylize(RegExp.prototype.toString.call(e),"regexp"):t.stylize("[Object]","special");t.seen.push(e);var c;return p?c=RT(t,e,r,o,f):c=f.map(function(j){return vm(t,e,r,o,j,p)}),t.seen.pop(),HT(c,l,u)}function NT(t,e){if(xi(e))return t.stylize("undefined","undefined");if(bp(e)){var r="'"+JSON.stringify(e).replace(/^"|"$/g,"").replace(/'/g,"\\'").replace(/\\"/g,'"')+"'";return t.stylize(r,"string")}if(Hg(e))return t.stylize(""+e,"number");if(qm(e))return t.stylize(""+e,"boolean");if(hp(e))return t.stylize("null","null")}function ym(t){return"["+Error.prototype.toString.call(t)+"]"}function RT(t,e,r,n,i){for(var f=[],o=0,s=e.length;o<s;++o)zg(e,String(o))?f.push(vm(t,e,r,n,String(o),!0)):f.push("");return i.forEach(function(l){l.match(/^\d+$/)||f.push(vm(t,e,r,n,l,!0))}),f}function vm(t,e,r,n,i,f){var o,s,l;if(l=Object.getOwnPropertyDescriptor(e,i)||{value:e[i]},l.get?l.set?s=t.stylize("[Getter/Setter]","special"):s=t.stylize("[Getter]","special"):l.set&&(s=t.stylize("[Setter]","special")),zg(n,i)||(o="["+i+"]"),s||(t.seen.indexOf(l.value)<0?(hp(r)?s=wp(t,l.value,null):s=wp(t,l.value,r-1),s.indexOf(`
21
21
  `)>-1&&(f?s=s.split(`
22
22
  `).map(function(p){return" "+p}).join(`
23
23
  `).substr(2):s=`
24
24
  `+s.split(`
25
25
  `).map(function(p){return" "+p}).join(`
26
- `))):s=t.stylize("[Circular]","special")),xi(o)){if(f&&i.match(/^\d+$/))return s;o=JSON.stringify(""+i),o.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(o=o.substr(1,o.length-2),o=t.stylize(o,"name")):(o=o.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),o=t.stylize(o,"string"))}return o+": "+s}function bB(t,e,r){var n=t.reduce(function(i,f){return f.indexOf(`
26
+ `))):s=t.stylize("[Circular]","special")),xi(o)){if(f&&i.match(/^\d+$/))return s;o=JSON.stringify(""+i),o.match(/^"([a-zA-Z_][a-zA-Z_0-9]*)"$/)?(o=o.substr(1,o.length-2),o=t.stylize(o,"name")):(o=o.replace(/'/g,"\\'").replace(/\\"/g,'"').replace(/(^"|"$)/g,"'"),o=t.stylize(o,"string"))}return o+": "+s}function HT(t,e,r){var n=t.reduce(function(i,f){return f.indexOf(`
27
27
  `)>=0,i+f.replace(/\u001b\[\d\d?m/g,"").length+1},0);return n>60?r[0]+(e===""?"":e+`
28
28
  `)+" "+t.join(`,
29
- `)+" "+r[1]:r[0]+e+" "+t.join(", ")+" "+r[1]}function Vg(t){return Array.isArray(t)}function Am(t){return typeof t=="boolean"}function yp(t){return t===null}function gB(t){return t==null}function Wg(t){return typeof t=="number"}function vp(t){return typeof t=="string"}function jB(t){return babelHelpers.typeof(t)==="symbol"}function xi(t){return t===void 0}function _p(t){return Po(t)&&Nm(t)==="[object RegExp]"}function Po(t){return babelHelpers.typeof(t)==="object"&&t!==null}function Om(t){return Po(t)&&Nm(t)==="[object Date]"}function qp(t){return Po(t)&&(Nm(t)==="[object Error]"||t instanceof Error)}function kp(t){return typeof t=="function"}function yB(t){return t===null||typeof t=="boolean"||typeof t=="number"||typeof t=="string"||babelHelpers.typeof(t)==="symbol"||typeof t=="undefined"}function vB(t){return Buffer.isBuffer(t)}function Nm(t){return Object.prototype.toString.call(t)}function Hm(t){return t<10?"0"+t.toString(10):t.toString(10)}var _B=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function qB(){var t=new Date,e=[Hm(t.getHours()),Hm(t.getMinutes()),Hm(t.getSeconds())].join(":");return[t.getDate(),_B[t.getMonth()],e].join(" ")}function kB(){console.log("%s - %s",qB(),Im.apply(null,arguments))}function Yg(t,e){if(!e||!Po(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t}function Kg(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var TB={inherits:aB,_extend:Yg,log:kB,isBuffer:vB,isPrimitive:yB,isFunction:kp,isError:qp,isDate:Om,isObject:Po,isRegExp:_p,isUndefined:xi,isSymbol:jB,isString:vp,isNumber:Wg,isNullOrUndefined:gB,isNull:yp,isBoolean:Am,isArray:Vg,inspect:Si,deprecate:Cg,format:Im,debuglog:uB},pt=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.deprecate=e.isObjectLike=e.isDate=e.isBuffer=e.haveBuffer=e.isBigUInt64Array=e.isBigInt64Array=e.isUint8Array=e.randomBytes=e.normalizedFunctionString=void 0;function r(c){return c.toString().replace("function(","function (")}e.normalizedFunctionString=r;function n(c){let h=le.Buffer.alloc(c);for(let T=0;T<c;++T)h[T]=Math.floor(Math.random()*256);return h}if(e.randomBytes=n,typeof window!="undefined"&&window.crypto&&window.crypto.getRandomValues)e.randomBytes=c=>window.crypto.getRandomValues(le.Buffer.alloc(c));else{try{e.randomBytes=lB.randomBytes}catch{}e.randomBytes==null&&(e.randomBytes=n)}function i(c){return Object.prototype.toString.call(c)==="[object Uint8Array]"}e.isUint8Array=i;function f(c){return Object.prototype.toString.call(c)==="[object BigInt64Array]"}e.isBigInt64Array=f;function o(c){return Object.prototype.toString.call(c)==="[object BigUint64Array]"}e.isBigUInt64Array=o;function s(){return typeof bp!="undefined"&&typeof bp.Buffer!="undefined"}e.haveBuffer=s;function l(c){return s()&&le.Buffer.isBuffer(c)}e.isBuffer=l;function p(c){return u(c)&&Object.prototype.toString.call(c)==="[object Date]"}e.isDate=p;function u(c){return typeof c=="object"&&c!==null}e.isObjectLike=u;function b(c,h){if(typeof window=="undefined"||typeof self=="undefined")return TB.deprecate(c,h);let T=!1;function y(...N){return T||(console.warn(h),T=!0),c.apply(this,...N)}return y}e.deprecate=b});At(pt);var O4=pt.deprecate,N4=pt.isObjectLike,H4=pt.isDate,R4=pt.isBuffer,D4=pt.haveBuffer,z4=pt.isBigUInt64Array,F4=pt.isBigInt64Array,P4=pt.isUint8Array,M4=pt.randomBytes,U4=pt.normalizedFunctionString,Fn=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.DBRef=e.isDBRefLike=void 0;function r(i){return pt.isObjectLike(i)&&i.$id!=null&&i.$ref!=null}e.isDBRefLike=r;class n{constructor(f,o,s,l){let p=f.split(".");p.length===2&&(s=p.shift(),f=p.shift()),this.collection=f,this.oid=o,this.db=s,this.fields=l||{}}get namespace(){return this.collection}set namespace(f){this.collection=f}toJSON(){let f=Object.assign({$ref:this.collection,$id:this.oid},this.fields);return this.db!=null&&(f.$db=this.db),f}toExtendedJSON(f){f=f||{};let o={$ref:this.collection,$id:this.oid};return f.legacy||(this.db&&(o.$db=this.db),o=Object.assign(o,this.fields)),o}static fromExtendedJSON(f){let o=Object.assign({},f);return delete o.$ref,delete o.$id,delete o.$db,new n(f.$ref,f.$id,f.$db,o)}}e.DBRef=n,Object.defineProperty(n.prototype,"_bsontype",{value:"DBRef"})});At(Fn);var L4=Fn.DBRef,C4=Fn.isDBRefLike,me=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Long=void 0;let r;try{r=new WebAssembly.Instance(new WebAssembly.Module(new Uint8Array([0,97,115,109,1,0,0,0,1,13,2,96,0,1,127,96,4,127,127,127,127,1,127,3,7,6,0,1,1,1,1,1,6,6,1,127,1,65,0,11,7,50,6,3,109,117,108,0,1,5,100,105,118,95,115,0,2,5,100,105,118,95,117,0,3,5,114,101,109,95,115,0,4,5,114,101,109,95,117,0,5,8,103,101,116,95,104,105,103,104,0,0,10,191,1,6,4,0,35,0,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,126,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,127,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,128,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,129,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,130,34,4,66,32,135,167,36,0,32,4,167,11])),{}).exports}catch{}let n=1<<16,i=1<<24,f=n*n,o=f*f,s=o/2,l={},p={};class u{constructor(c=0,h=0,T){this.comp=u.prototype.compare,this.div=u.prototype.divide,this.eq=u.prototype.equals,this.gt=u.prototype.greaterThan,this.gte=u.prototype.greaterThanOrEqual,this.ge=u.prototype.greaterThanOrEqual,this.lt=u.prototype.lessThan,this.lte=u.prototype.lessThanOrEqual,this.mod=u.prototype.modulo,this.rem=u.prototype.modulo,this.mul=u.prototype.multiply,this.neg=u.prototype.negate,this.neq=u.prototype.notEquals,this.ne=u.prototype.notEquals,this.shl=u.prototype.shiftLeft,this.shr=u.prototype.shiftRight,this.shr_u=u.prototype.shiftRightUnsigned,this.shru=u.prototype.shiftRightUnsigned,this.sub=u.prototype.subtract,this.eqz=u.prototype.isZero,this.le=u.prototype.lessThanOrEqual,this.low=c|0,this.high=h|0,this.unsigned=!!T,Object.defineProperty(this,"__isLong__",{value:!0,configurable:!1,writable:!1,enumerable:!1})}static fromBits(c,h,T){return new u(c,h,T)}static fromInt(c,h){let T,y,N;return h?(c>>>=0,(N=0<=c&&c<256)&&(y=p[c],y)?y:(T=u.fromBits(c,(c|0)<0?-1:0,!0),N&&(p[c]=T),T)):(c|=0,(N=-128<=c&&c<128)&&(y=l[c],y)?y:(T=u.fromBits(c,c<0?-1:0,!1),N&&(l[c]=T),T))}static fromNumber(c,h){if(isNaN(c))return h?u.UZERO:u.ZERO;if(h){if(c<0)return u.UZERO;if(c>=o)return u.MAX_UNSIGNED_VALUE}else{if(c<=-s)return u.MIN_VALUE;if(c+1>=s)return u.MAX_VALUE}return c<0?u.fromNumber(-c,h).neg():u.fromBits(c%f|0,c/f|0,h)}static fromBigInt(c,h){return u.fromString(c.toString(),h)}static fromString(c,h,T){if(c.length===0)throw Error("empty string");if(c==="NaN"||c==="Infinity"||c==="+Infinity"||c==="-Infinity")return u.ZERO;if(typeof h=="number"?(T=h,h=!1):h=!!h,T=T||10,T<2||36<T)throw RangeError("radix");let y;if((y=c.indexOf("-"))>0)throw Error("interior hyphen");if(y===0)return u.fromString(c.substring(1),h,T).neg();let N=u.fromNumber(Math.pow(T,8)),P=u.ZERO;for(let R=0;R<c.length;R+=8){let Y=Math.min(8,c.length-R),re=parseInt(c.substring(R,R+Y),T);if(Y<8){let W=u.fromNumber(Math.pow(T,Y));P=P.mul(W).add(u.fromNumber(re))}else P=P.mul(N),P=P.add(u.fromNumber(re))}return P.unsigned=h,P}static fromBytes(c,h,T){return T?u.fromBytesLE(c,h):u.fromBytesBE(c,h)}static fromBytesLE(c,h){return new u(c[0]|c[1]<<8|c[2]<<16|c[3]<<24,c[4]|c[5]<<8|c[6]<<16|c[7]<<24,h)}static fromBytesBE(c,h){return new u(c[4]<<24|c[5]<<16|c[6]<<8|c[7],c[0]<<24|c[1]<<16|c[2]<<8|c[3],h)}static isLong(c){return pt.isObjectLike(c)&&c.__isLong__===!0}static fromValue(c,h){return typeof c=="number"?u.fromNumber(c,h):typeof c=="string"?u.fromString(c,h):u.fromBits(c.low,c.high,typeof h=="boolean"?h:c.unsigned)}add(c){u.isLong(c)||(c=u.fromValue(c));let h=this.high>>>16,T=this.high&65535,y=this.low>>>16,N=this.low&65535,P=c.high>>>16,R=c.high&65535,Y=c.low>>>16,re=c.low&65535,W=0,O=0,te=0,L=0;return L+=N+re,te+=L>>>16,L&=65535,te+=y+Y,O+=te>>>16,te&=65535,O+=T+R,W+=O>>>16,O&=65535,W+=h+P,W&=65535,u.fromBits(te<<16|L,W<<16|O,this.unsigned)}and(c){return u.isLong(c)||(c=u.fromValue(c)),u.fromBits(this.low&c.low,this.high&c.high,this.unsigned)}compare(c){if(u.isLong(c)||(c=u.fromValue(c)),this.eq(c))return 0;let h=this.isNegative(),T=c.isNegative();return h&&!T?-1:!h&&T?1:this.unsigned?c.high>>>0>this.high>>>0||c.high===this.high&&c.low>>>0>this.low>>>0?-1:1:this.sub(c).isNegative()?-1:1}divide(c){if(u.isLong(c)||(c=u.fromValue(c)),c.isZero())throw Error("division by zero");if(r){if(!this.unsigned&&this.high===-2147483648&&c.low===-1&&c.high===-1)return this;let N=(this.unsigned?r.div_u:r.div_s)(this.low,this.high,c.low,c.high);return u.fromBits(N,r.get_high(),this.unsigned)}if(this.isZero())return this.unsigned?u.UZERO:u.ZERO;let h,T,y;if(this.unsigned){if(c.unsigned||(c=c.toUnsigned()),c.gt(this))return u.UZERO;if(c.gt(this.shru(1)))return u.UONE;y=u.UZERO}else{if(this.eq(u.MIN_VALUE))return c.eq(u.ONE)||c.eq(u.NEG_ONE)?u.MIN_VALUE:c.eq(u.MIN_VALUE)?u.ONE:(h=this.shr(1).div(c).shl(1),h.eq(u.ZERO)?c.isNegative()?u.ONE:u.NEG_ONE:(T=this.sub(c.mul(h)),y=h.add(T.div(c)),y));if(c.eq(u.MIN_VALUE))return this.unsigned?u.UZERO:u.ZERO;if(this.isNegative())return c.isNegative()?this.neg().div(c.neg()):this.neg().div(c).neg();if(c.isNegative())return this.div(c.neg()).neg();y=u.ZERO}for(T=this;T.gte(c);){h=Math.max(1,Math.floor(T.toNumber()/c.toNumber()));let N=Math.ceil(Math.log(h)/Math.LN2),P=N<=48?1:Math.pow(2,N-48),R=u.fromNumber(h),Y=R.mul(c);for(;Y.isNegative()||Y.gt(T);)h-=P,R=u.fromNumber(h,this.unsigned),Y=R.mul(c);R.isZero()&&(R=u.ONE),y=y.add(R),T=T.sub(Y)}return y}equals(c){return u.isLong(c)||(c=u.fromValue(c)),this.unsigned!==c.unsigned&&this.high>>>31==1&&c.high>>>31==1?!1:this.high===c.high&&this.low===c.low}getHighBits(){return this.high}getHighBitsUnsigned(){return this.high>>>0}getLowBits(){return this.low}getLowBitsUnsigned(){return this.low>>>0}getNumBitsAbs(){if(this.isNegative())return this.eq(u.MIN_VALUE)?64:this.neg().getNumBitsAbs();let c=this.high!==0?this.high:this.low,h;for(h=31;h>0&&(c&1<<h)==0;h--);return this.high!==0?h+33:h+1}greaterThan(c){return this.comp(c)>0}greaterThanOrEqual(c){return this.comp(c)>=0}isEven(){return(this.low&1)==0}isNegative(){return!this.unsigned&&this.high<0}isOdd(){return(this.low&1)==1}isPositive(){return this.unsigned||this.high>=0}isZero(){return this.high===0&&this.low===0}lessThan(c){return this.comp(c)<0}lessThanOrEqual(c){return this.comp(c)<=0}modulo(c){if(u.isLong(c)||(c=u.fromValue(c)),r){let h=(this.unsigned?r.rem_u:r.rem_s)(this.low,this.high,c.low,c.high);return u.fromBits(h,r.get_high(),this.unsigned)}return this.sub(this.div(c).mul(c))}multiply(c){if(this.isZero())return u.ZERO;if(u.isLong(c)||(c=u.fromValue(c)),r){let ne=r.mul(this.low,this.high,c.low,c.high);return u.fromBits(ne,r.get_high(),this.unsigned)}if(c.isZero())return u.ZERO;if(this.eq(u.MIN_VALUE))return c.isOdd()?u.MIN_VALUE:u.ZERO;if(c.eq(u.MIN_VALUE))return this.isOdd()?u.MIN_VALUE:u.ZERO;if(this.isNegative())return c.isNegative()?this.neg().mul(c.neg()):this.neg().mul(c).neg();if(c.isNegative())return this.mul(c.neg()).neg();if(this.lt(u.TWO_PWR_24)&&c.lt(u.TWO_PWR_24))return u.fromNumber(this.toNumber()*c.toNumber(),this.unsigned);let h=this.high>>>16,T=this.high&65535,y=this.low>>>16,N=this.low&65535,P=c.high>>>16,R=c.high&65535,Y=c.low>>>16,re=c.low&65535,W=0,O=0,te=0,L=0;return L+=N*re,te+=L>>>16,L&=65535,te+=y*re,O+=te>>>16,te&=65535,te+=N*Y,O+=te>>>16,te&=65535,O+=T*re,W+=O>>>16,O&=65535,O+=y*Y,W+=O>>>16,O&=65535,O+=N*R,W+=O>>>16,O&=65535,W+=h*re+T*Y+y*R+N*P,W&=65535,u.fromBits(te<<16|L,W<<16|O,this.unsigned)}negate(){return!this.unsigned&&this.eq(u.MIN_VALUE)?u.MIN_VALUE:this.not().add(u.ONE)}not(){return u.fromBits(~this.low,~this.high,this.unsigned)}notEquals(c){return!this.equals(c)}or(c){return u.isLong(c)||(c=u.fromValue(c)),u.fromBits(this.low|c.low,this.high|c.high,this.unsigned)}shiftLeft(c){return u.isLong(c)&&(c=c.toInt()),(c&=63)==0?this:c<32?u.fromBits(this.low<<c,this.high<<c|this.low>>>32-c,this.unsigned):u.fromBits(0,this.low<<c-32,this.unsigned)}shiftRight(c){return u.isLong(c)&&(c=c.toInt()),(c&=63)==0?this:c<32?u.fromBits(this.low>>>c|this.high<<32-c,this.high>>c,this.unsigned):u.fromBits(this.high>>c-32,this.high>=0?0:-1,this.unsigned)}shiftRightUnsigned(c){if(u.isLong(c)&&(c=c.toInt()),c&=63,c===0)return this;{let h=this.high;if(c<32){let T=this.low;return u.fromBits(T>>>c|h<<32-c,h>>>c,this.unsigned)}else return c===32?u.fromBits(h,0,this.unsigned):u.fromBits(h>>>c-32,0,this.unsigned)}}subtract(c){return u.isLong(c)||(c=u.fromValue(c)),this.add(c.neg())}toInt(){return this.unsigned?this.low>>>0:this.low}toNumber(){return this.unsigned?(this.high>>>0)*f+(this.low>>>0):this.high*f+(this.low>>>0)}toBigInt(){return BigInt(this.toString())}toBytes(c){return c?this.toBytesLE():this.toBytesBE()}toBytesLE(){let c=this.high,h=this.low;return[h&255,h>>>8&255,h>>>16&255,h>>>24,c&255,c>>>8&255,c>>>16&255,c>>>24]}toBytesBE(){let c=this.high,h=this.low;return[c>>>24,c>>>16&255,c>>>8&255,c&255,h>>>24,h>>>16&255,h>>>8&255,h&255]}toSigned(){return this.unsigned?u.fromBits(this.low,this.high,!1):this}toString(c){if(c=c||10,c<2||36<c)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative())if(this.eq(u.MIN_VALUE)){let N=u.fromNumber(c),P=this.div(N),R=P.mul(N).sub(this);return P.toString(c)+R.toInt().toString(c)}else return"-"+this.neg().toString(c);let h=u.fromNumber(Math.pow(c,6),this.unsigned),T=this,y="";for(;;){let N=T.div(h),R=(T.sub(N.mul(h)).toInt()>>>0).toString(c);if(T=N,T.isZero())return R+y;for(;R.length<6;)R="0"+R;y=""+R+y}}toUnsigned(){return this.unsigned?this:u.fromBits(this.low,this.high,!0)}xor(c){return u.isLong(c)||(c=u.fromValue(c)),u.fromBits(this.low^c.low,this.high^c.high,this.unsigned)}toExtendedJSON(c){return c&&c.relaxed?this.toNumber():{$numberLong:this.toString()}}static fromExtendedJSON(c,h){let T=u.fromString(c.$numberLong);return h&&h.relaxed?T.toNumber():T}}e.Long=u,u.TWO_PWR_24=u.fromInt(i),u.MAX_UNSIGNED_VALUE=u.fromBits(4294967295|0,4294967295|0,!0),u.ZERO=u.fromInt(0),u.UZERO=u.fromInt(0,!0),u.ONE=u.fromInt(1),u.UONE=u.fromInt(1,!0),u.NEG_ONE=u.fromInt(-1),u.MAX_VALUE=u.fromBits(4294967295|0,2147483647|0,!1),u.MIN_VALUE=u.fromBits(0,2147483648|0,!1),Object.defineProperty(u.prototype,"__isLong__",{value:!0}),Object.defineProperty(u.prototype,"_bsontype",{value:"Long"})});At(me);var V4=me.Long,Mo=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Decimal128=void 0;let r=/^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/,n=/^(\+|-)?(Infinity|inf)$/i,i=/^(\+|-)?NaN$/i,f=6111,o=-6176,s=6176,l=34,p=[124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),u=[248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),b=[120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),c=/^([-+])?(\d+)?$/,h=31,T=16383,y=30,N=31;function P(te){return!isNaN(parseInt(te,10))}function R(te){let L=me.Long.fromNumber(1e3*1e3*1e3),ne=me.Long.fromNumber(0);if(!te.parts[0]&&!te.parts[1]&&!te.parts[2]&&!te.parts[3])return{quotient:te,rem:ne};for(let j=0;j<=3;j++)ne=ne.shiftLeft(32),ne=ne.add(new me.Long(te.parts[j],0)),te.parts[j]=ne.div(L).low,ne=ne.modulo(L);return{quotient:te,rem:ne}}function Y(te,L){if(!te&&!L)return{high:me.Long.fromNumber(0),low:me.Long.fromNumber(0)};let ne=te.shiftRightUnsigned(32),j=new me.Long(te.getLowBits(),0),g=L.shiftRightUnsigned(32),A=new me.Long(L.getLowBits(),0),w=ne.multiply(g),F=ne.multiply(A),C=j.multiply(g),M=j.multiply(A);return w=w.add(F.shiftRightUnsigned(32)),F=new me.Long(F.getLowBits(),0).add(C).add(M.shiftRightUnsigned(32)),w=w.add(F.shiftRightUnsigned(32)),M=F.shiftLeft(32).add(new me.Long(M.getLowBits(),0)),{high:w,low:M}}function re(te,L){let ne=te.high>>>0,j=L.high>>>0;if(ne<j)return!0;if(ne===j){let g=te.low>>>0,A=L.low>>>0;if(g<A)return!0}return!1}function W(te,L){throw new TypeError(`"${te}" is not a valid Decimal128 string - ${L}`)}class O{constructor(L){this.bytes=L}static fromString(L){let ne=!1,j=!1,g=!1,A=0,w=0,F=0,C=0,M=0,Q=[0],x=0,Se=0,ie=0,U=0,K=0,Ie=0,oe=new me.Long(0,0),We=new me.Long(0,0),pr=0,ae=0;if(L.length>=7e3)throw new TypeError(""+L+" not a valid Decimal128 string");let St=L.match(r),Qi=L.match(n),$i=L.match(i);if(!St&&!Qi&&!$i||L.length===0)throw new TypeError(""+L+" not a valid Decimal128 string");if(St){let it=St[2],v=St[4],m=St[5],d=St[6];v&&d===void 0&&W(L,"missing exponent power"),v&&it===void 0&&W(L,"missing exponent base"),v===void 0&&(m||d)&&W(L,"missing e before exponent")}if((L[ae]==="+"||L[ae]==="-")&&(ne=L[ae++]==="-"),!P(L[ae])&&L[ae]!=="."){if(L[ae]==="i"||L[ae]==="I")return new O(le.Buffer.from(ne?u:b));if(L[ae]==="N")return new O(le.Buffer.from(p))}for(;P(L[ae])||L[ae]===".";){if(L[ae]==="."){j&&W(L,"contains multiple periods"),j=!0,ae=ae+1;continue}x<34&&(L[ae]!=="0"||g)&&(g||(M=w),g=!0,Q[Se++]=parseInt(L[ae],10),x=x+1),g&&(F=F+1),j&&(C=C+1),w=w+1,ae=ae+1}if(j&&!w)throw new TypeError(""+L+" not a valid Decimal128 string");if(L[ae]==="e"||L[ae]==="E"){let it=L.substr(++ae).match(c);if(!it||!it[2])return new O(le.Buffer.from(p));K=parseInt(it[0],10),ae=ae+it[0].length}if(L[ae])return new O(le.Buffer.from(p));if(ie=0,!x)ie=0,U=0,Q[0]=0,F=1,x=1,A=0;else if(U=x-1,A=F,A!==1)for(;L[M+A-1]==="0";)A=A-1;for(K<=C&&C-K>1<<14?K=o:K=K-C;K>f;){if(U=U+1,U-ie>l){if(Q.join("").match(/^0+$/)){K=f;break}W(L,"overflow")}K=K-1}for(;K<o||x<F;){if(U===0&&A<x){K=o,A=0;break}if(x<F?F=F-1:U=U-1,K<f)K=K+1;else{if(Q.join("").match(/^0+$/)){K=f;break}W(L,"overflow")}}if(U-ie+1<A){let it=w;j&&(M=M+1,it=it+1),ne&&(M=M+1,it=it+1);let v=parseInt(L[M+U+1],10),m=0;if(v>=5&&(m=1,v===5)){for(m=Q[U]%2==1?1:0,Ie=M+U+2;Ie<it;Ie++)if(parseInt(L[Ie],10)){m=1;break}}if(m){let d=U;for(;d>=0;d--)if(++Q[d]>9&&(Q[d]=0,d===0))if(K<f)K=K+1,Q[d]=1;else return new O(le.Buffer.from(ne?u:b))}}if(oe=me.Long.fromNumber(0),We=me.Long.fromNumber(0),A===0)oe=me.Long.fromNumber(0),We=me.Long.fromNumber(0);else if(U-ie<17){let it=ie;for(We=me.Long.fromNumber(Q[it++]),oe=new me.Long(0,0);it<=U;it++)We=We.multiply(me.Long.fromNumber(10)),We=We.add(me.Long.fromNumber(Q[it]))}else{let it=ie;for(oe=me.Long.fromNumber(Q[it++]);it<=U-17;it++)oe=oe.multiply(me.Long.fromNumber(10)),oe=oe.add(me.Long.fromNumber(Q[it]));for(We=me.Long.fromNumber(Q[it++]);it<=U;it++)We=We.multiply(me.Long.fromNumber(10)),We=We.add(me.Long.fromNumber(Q[it]))}let bt=Y(oe,me.Long.fromString("100000000000000000"));bt.low=bt.low.add(We),re(bt.low,We)&&(bt.high=bt.high.add(me.Long.fromNumber(1))),pr=K+s;let xe={low:me.Long.fromNumber(0),high:me.Long.fromNumber(0)};bt.high.shiftRightUnsigned(49).and(me.Long.fromNumber(1)).equals(me.Long.fromNumber(1))?(xe.high=xe.high.or(me.Long.fromNumber(3).shiftLeft(61)),xe.high=xe.high.or(me.Long.fromNumber(pr).and(me.Long.fromNumber(16383).shiftLeft(47))),xe.high=xe.high.or(bt.high.and(me.Long.fromNumber(140737488355327)))):(xe.high=xe.high.or(me.Long.fromNumber(pr&16383).shiftLeft(49)),xe.high=xe.high.or(bt.high.and(me.Long.fromNumber(562949953421311)))),xe.low=bt.low,ne&&(xe.high=xe.high.or(me.Long.fromString("9223372036854775808")));let xt=le.Buffer.alloc(16);return ae=0,xt[ae++]=xe.low.low&255,xt[ae++]=xe.low.low>>8&255,xt[ae++]=xe.low.low>>16&255,xt[ae++]=xe.low.low>>24&255,xt[ae++]=xe.low.high&255,xt[ae++]=xe.low.high>>8&255,xt[ae++]=xe.low.high>>16&255,xt[ae++]=xe.low.high>>24&255,xt[ae++]=xe.high.low&255,xt[ae++]=xe.high.low>>8&255,xt[ae++]=xe.high.low>>16&255,xt[ae++]=xe.high.low>>24&255,xt[ae++]=xe.high.high&255,xt[ae++]=xe.high.high>>8&255,xt[ae++]=xe.high.high>>16&255,xt[ae++]=xe.high.high>>24&255,new O(xt)}toString(){let L,ne=0,j=new Array(36);for(let ae=0;ae<j.length;ae++)j[ae]=0;let g=0,A=!1,w,F={parts:[0,0,0,0]},C,M,Q=[];g=0;let x=this.bytes,Se=x[g++]|x[g++]<<8|x[g++]<<16|x[g++]<<24,ie=x[g++]|x[g++]<<8|x[g++]<<16|x[g++]<<24,U=x[g++]|x[g++]<<8|x[g++]<<16|x[g++]<<24,K=x[g++]|x[g++]<<8|x[g++]<<16|x[g++]<<24;g=0,{low:new me.Long(Se,ie),high:new me.Long(U,K)}.high.lessThan(me.Long.ZERO)&&Q.push("-");let oe=K>>26&h;if(oe>>3==3){if(oe===y)return Q.join("")+"Infinity";if(oe===N)return"NaN";L=K>>15&T,w=8+(K>>14&1)}else w=K>>14&7,L=K>>17&T;let We=L-s;if(F.parts[0]=(K&16383)+((w&15)<<14),F.parts[1]=U,F.parts[2]=ie,F.parts[3]=Se,F.parts[0]===0&&F.parts[1]===0&&F.parts[2]===0&&F.parts[3]===0)A=!0;else for(M=3;M>=0;M--){let ae=0,St=R(F);if(F=St.quotient,ae=St.rem.low,!!ae)for(C=8;C>=0;C--)j[M*9+C]=ae%10,ae=Math.floor(ae/10)}if(A)ne=1,j[g]=0;else for(ne=36;!j[g];)ne=ne-1,g=g+1;let pr=ne-1+We;if(pr>=34||pr<=-7||We>0){if(ne>34)return Q.push(`${0}`),We>0?Q.push("E+"+We):We<0&&Q.push("E"+We),Q.join("");Q.push(`${j[g++]}`),ne=ne-1,ne&&Q.push(".");for(let ae=0;ae<ne;ae++)Q.push(`${j[g++]}`);Q.push("E"),pr>0?Q.push("+"+pr):Q.push(`${pr}`)}else if(We>=0)for(let ae=0;ae<ne;ae++)Q.push(`${j[g++]}`);else{let ae=ne+We;if(ae>0)for(let St=0;St<ae;St++)Q.push(`${j[g++]}`);else Q.push("0");for(Q.push(".");ae++<0;)Q.push("0");for(let St=0;St<ne-Math.max(ae-1,0);St++)Q.push(`${j[g++]}`)}return Q.join("")}toJSON(){return{$numberDecimal:this.toString()}}toExtendedJSON(){return{$numberDecimal:this.toString()}}static fromExtendedJSON(L){return O.fromString(L.$numberDecimal)}}e.Decimal128=O,Object.defineProperty(O.prototype,"_bsontype",{value:"Decimal128"})});At(Mo);var W4=Mo.Decimal128,io=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Double=void 0;class r{constructor(i){i instanceof Number&&(i=i.valueOf()),this.value=+i}valueOf(){return this.value}toJSON(){return this.value}toExtendedJSON(i){if(i&&(i.legacy||i.relaxed&&isFinite(this.value)))return this.value;if(Object.is(Math.sign(this.value),-0))return{$numberDouble:`-${this.value.toFixed(1)}`};let f;return Number.isInteger(this.value)?(f=this.value.toFixed(1),f.length>=13&&(f=this.value.toExponential(13).toUpperCase())):f=this.value.toString(),{$numberDouble:f}}static fromExtendedJSON(i,f){let o=parseFloat(i.$numberDouble);return f&&f.relaxed?o:new r(o)}}e.Double=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Double"})});At(io);var Y4=io.Double,fo=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Int32=void 0;class r{constructor(i){i instanceof Number&&(i=i.valueOf()),this.value=+i}valueOf(){return this.value}toJSON(){return this.value}toExtendedJSON(i){return i&&(i.relaxed||i.legacy)?this.value:{$numberInt:this.value.toString()}}static fromExtendedJSON(i,f){return f&&f.relaxed?parseInt(i.$numberInt,10):new r(i.$numberInt)}}e.Int32=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Int32"})});At(fo);var K4=fo.Int32,Tp=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Map=void 0;let r;e.Map=r;let n=function(o){return o&&o.Math==Math&&o};function i(){return n(typeof globalThis=="object"&&globalThis)||n(typeof window=="object"&&window)||n(typeof self=="object"&&self)||n(typeof bp=="object"&&bp)||Function("return this")()}let f=i();Object.prototype.hasOwnProperty.call(f,"Map")?e.Map=r=f.Map:e.Map=r=class{constructor(s=[]){this._keys=[],this._values={};for(let l=0;l<s.length;l++){if(s[l]==null)continue;let p=s[l],u=p[0],b=p[1];this._keys.push(u),this._values[u]={v:b,i:this._keys.length-1}}}clear(){this._keys=[],this._values={}}delete(s){let l=this._values[s];return l==null?!1:(delete this._values[s],this._keys.splice(l.i,1),!0)}entries(){let s=0;return{next:()=>{let l=this._keys[s++];return{value:l!==void 0?[l,this._values[l].v]:void 0,done:l===void 0}}}}forEach(s,l){l=l||this;for(let p=0;p<this._keys.length;p++){let u=this._keys[p];s.call(l,this._values[u].v,u,l)}}get(s){return this._values[s]?this._values[s].v:void 0}has(s){return this._values[s]!=null}keys(){let s=0;return{next:()=>{let l=this._keys[s++];return{value:l!==void 0?l:void 0,done:l===void 0}}}}set(s,l){return this._values[s]?(this._values[s].v=l,this):(this._keys.push(s),this._values[s]={v:l,i:this._keys.length-1},this)}values(){let s=0;return{next:()=>{let l=this._keys[s++];return{value:l!==void 0?this._values[l].v:void 0,done:l===void 0}}}}get size(){return this._keys.length}}});At(Tp);var J4=Tp.Map,Uo=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.MaxKey=void 0;class r{toExtendedJSON(){return{$maxKey:1}}static fromExtendedJSON(){return new r}}e.MaxKey=r,Object.defineProperty(r.prototype,"_bsontype",{value:"MaxKey"})});At(Uo);var Z4=Uo.MaxKey,Lo=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.MinKey=void 0;class r{toExtendedJSON(){return{$minKey:1}}static fromExtendedJSON(){return new r}}e.MinKey=r,Object.defineProperty(r.prototype,"_bsontype",{value:"MinKey"})});At(Lo);var X4=Lo.MinKey,Ei=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.ObjectId=void 0;let r=pt.randomBytes(5),n=new RegExp("^[0-9a-fA-F]{24}$"),i=[];for(let u=0;u<256;u++)i[u]=(u<=15?"0":"")+u.toString(16);let f=[],o=0;for(;o<10;)f[48+o]=o++;for(;o<16;)f[65-10+o]=f[97-10+o]=o++;let s=Symbol("id");class l{constructor(b){if(b instanceof l&&(this[s]=b.id,this.__id=b.__id),typeof b=="object"&&b&&"id"in b&&("toHexString"in b&&typeof b.toHexString=="function"?this[s]=le.Buffer.from(b.toHexString(),"hex"):this[s]=typeof b.id=="string"?le.Buffer.from(b.id):b.id),(b==null||typeof b=="number")&&(this[s]=l.generate(typeof b=="number"?b:void 0),l.cacheHexString&&(this.__id=this.id.toString("hex"))),ArrayBuffer.isView(b)&&b.byteLength===12&&(this[s]=uf.ensureBuffer(b)),typeof b=="string")if(b.length===12){let c=le.Buffer.from(b);c.byteLength===12&&(this[s]=c)}else if(b.length===24&&n.test(b))this[s]=le.Buffer.from(b,"hex");else throw new TypeError("Argument passed in must be a Buffer or string of 12 bytes or a string of 24 hex characters");l.cacheHexString&&(this.__id=this.id.toString("hex"))}get id(){return this[s]}set id(b){this[s]=b,l.cacheHexString&&(this.__id=b.toString("hex"))}get generationTime(){return this.id.readInt32BE(0)}set generationTime(b){this.id.writeUInt32BE(b,0)}toHexString(){if(l.cacheHexString&&this.__id)return this.__id;let b=this.id.toString("hex");return l.cacheHexString&&!this.__id&&(this.__id=b),b}static getInc(){return l.index=(l.index+1)%16777215}static generate(b){typeof b!="number"&&(b=~~(Date.now()/1e3));let c=l.getInc(),h=le.Buffer.alloc(12);return h.writeUInt32BE(b,0),h[4]=r[0],h[5]=r[1],h[6]=r[2],h[7]=r[3],h[8]=r[4],h[11]=c&255,h[10]=c>>8&255,h[9]=c>>16&255,h}toString(b){return b?this.id.toString(b):this.toHexString()}toJSON(){return this.toHexString()}equals(b){return b==null?!1:b instanceof l?this.toString()===b.toString():typeof b=="string"&&l.isValid(b)&&b.length===12&&this.id instanceof le.Buffer?b===this.id.toString("binary"):typeof b=="string"&&l.isValid(b)&&b.length===24?b.toLowerCase()===this.toHexString():typeof b=="string"&&l.isValid(b)&&b.length===12?le.Buffer.from(b).equals(this.id):typeof b=="object"&&"toHexString"in b&&typeof b.toHexString=="function"?b.toHexString()===this.toHexString():!1}getTimestamp(){let b=new Date,c=this.id.readUInt32BE(0);return b.setTime(Math.floor(c)*1e3),b}static createPk(){return new l}static createFromTime(b){let c=le.Buffer.from([0,0,0,0,0,0,0,0,0,0,0,0]);return c.writeUInt32BE(b,0),new l(c)}static createFromHexString(b){if(typeof b=="undefined"||b!=null&&b.length!==24)throw new TypeError("Argument passed in must be a single String of 12 bytes or a string of 24 hex characters");return new l(le.Buffer.from(b,"hex"))}static isValid(b){return b==null?!1:typeof b=="number"?!0:typeof b=="string"?b.length===12||b.length===24&&n.test(b):b instanceof l||b instanceof le.Buffer&&b.length===12?!0:typeof b=="object"&&"toHexString"in b&&typeof b.toHexString=="function"?typeof b.id=="string"?b.id.length===12:b.toHexString().length===24&&n.test(b.id.toString("hex")):!1}toExtendedJSON(){return this.toHexString?{$oid:this.toHexString()}:{$oid:this.toString("hex")}}static fromExtendedJSON(b){return new l(b.$oid)}}e.ObjectId=l,l.index=~~(Math.random()*16777215),Object.defineProperty(l.prototype,"generate",{value:pt.deprecate(u=>l.generate(u),"Please use the static `ObjectId.generate(time)` instead")}),Object.defineProperty(l.prototype,"getInc",{value:pt.deprecate(()=>l.getInc(),"Please use the static `ObjectId.getInc()` instead")}),Object.defineProperty(l.prototype,"get_inc",{value:pt.deprecate(()=>l.getInc(),"Please use the static `ObjectId.getInc()` instead")}),Object.defineProperty(l,"get_inc",{value:pt.deprecate(()=>l.getInc(),"Please use the static `ObjectId.getInc()` instead")});let p=Symbol.for("nodejs.util.inspect.custom");Object.defineProperty(l.prototype,p,l.prototype.toString),Object.defineProperty(l.prototype,"inspect",l.prototype.toString),Object.defineProperty(l.prototype,"_bsontype",{value:"ObjectID"})});At(Ei);var Q4=Ei.ObjectId,V=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.BSON_BINARY_SUBTYPE_USER_DEFINED=e.BSON_BINARY_SUBTYPE_MD5=e.BSON_BINARY_SUBTYPE_UUID_NEW=e.BSON_BINARY_SUBTYPE_UUID=e.BSON_BINARY_SUBTYPE_BYTE_ARRAY=e.BSON_BINARY_SUBTYPE_FUNCTION=e.BSON_BINARY_SUBTYPE_DEFAULT=e.BSON_DATA_MAX_KEY=e.BSON_DATA_MIN_KEY=e.BSON_DATA_DECIMAL128=e.BSON_DATA_LONG=e.BSON_DATA_TIMESTAMP=e.BSON_DATA_INT=e.BSON_DATA_CODE_W_SCOPE=e.BSON_DATA_SYMBOL=e.BSON_DATA_CODE=e.BSON_DATA_DBPOINTER=e.BSON_DATA_REGEXP=e.BSON_DATA_NULL=e.BSON_DATA_DATE=e.BSON_DATA_BOOLEAN=e.BSON_DATA_OID=e.BSON_DATA_UNDEFINED=e.BSON_DATA_BINARY=e.BSON_DATA_ARRAY=e.BSON_DATA_OBJECT=e.BSON_DATA_STRING=e.BSON_DATA_NUMBER=e.JS_INT_MIN=e.JS_INT_MAX=e.BSON_INT64_MIN=e.BSON_INT64_MAX=e.BSON_INT32_MIN=e.BSON_INT32_MAX=void 0,e.BSON_INT32_MAX=2147483647,e.BSON_INT32_MIN=-2147483648,e.BSON_INT64_MAX=Math.pow(2,63)-1,e.BSON_INT64_MIN=-Math.pow(2,63),e.JS_INT_MAX=Math.pow(2,53),e.JS_INT_MIN=-Math.pow(2,53),e.BSON_DATA_NUMBER=1,e.BSON_DATA_STRING=2,e.BSON_DATA_OBJECT=3,e.BSON_DATA_ARRAY=4,e.BSON_DATA_BINARY=5,e.BSON_DATA_UNDEFINED=6,e.BSON_DATA_OID=7,e.BSON_DATA_BOOLEAN=8,e.BSON_DATA_DATE=9,e.BSON_DATA_NULL=10,e.BSON_DATA_REGEXP=11,e.BSON_DATA_DBPOINTER=12,e.BSON_DATA_CODE=13,e.BSON_DATA_SYMBOL=14,e.BSON_DATA_CODE_W_SCOPE=15,e.BSON_DATA_INT=16,e.BSON_DATA_TIMESTAMP=17,e.BSON_DATA_LONG=18,e.BSON_DATA_DECIMAL128=19,e.BSON_DATA_MIN_KEY=255,e.BSON_DATA_MAX_KEY=127,e.BSON_BINARY_SUBTYPE_DEFAULT=0,e.BSON_BINARY_SUBTYPE_FUNCTION=1,e.BSON_BINARY_SUBTYPE_BYTE_ARRAY=2,e.BSON_BINARY_SUBTYPE_UUID=3,e.BSON_BINARY_SUBTYPE_UUID_NEW=4,e.BSON_BINARY_SUBTYPE_MD5=5,e.BSON_BINARY_SUBTYPE_USER_DEFINED=128});At(V);var $4=V.BSON_BINARY_SUBTYPE_USER_DEFINED,eO=V.BSON_BINARY_SUBTYPE_MD5,tO=V.BSON_BINARY_SUBTYPE_UUID_NEW,rO=V.BSON_BINARY_SUBTYPE_UUID,nO=V.BSON_BINARY_SUBTYPE_BYTE_ARRAY,iO=V.BSON_BINARY_SUBTYPE_FUNCTION,fO=V.BSON_BINARY_SUBTYPE_DEFAULT,oO=V.BSON_DATA_MAX_KEY,sO=V.BSON_DATA_MIN_KEY,lO=V.BSON_DATA_DECIMAL128,aO=V.BSON_DATA_LONG,pO=V.BSON_DATA_TIMESTAMP,uO=V.BSON_DATA_INT,cO=V.BSON_DATA_CODE_W_SCOPE,mO=V.BSON_DATA_SYMBOL,dO=V.BSON_DATA_CODE,wO=V.BSON_DATA_DBPOINTER,hO=V.BSON_DATA_REGEXP,bO=V.BSON_DATA_NULL,gO=V.BSON_DATA_DATE,jO=V.BSON_DATA_BOOLEAN,yO=V.BSON_DATA_OID,vO=V.BSON_DATA_UNDEFINED,_O=V.BSON_DATA_BINARY,qO=V.BSON_DATA_ARRAY,kO=V.BSON_DATA_OBJECT,TO=V.BSON_DATA_STRING,BO=V.BSON_DATA_NUMBER,IO=V.JS_INT_MIN,SO=V.JS_INT_MAX,xO=V.BSON_INT64_MIN,EO=V.BSON_INT64_MAX,AO=V.BSON_INT32_MIN,OO=V.BSON_INT32_MAX,Rm=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.calculateObjectSize=void 0;function r(i,f,o){let s=4+1;if(Array.isArray(i))for(let l=0;l<i.length;l++)s+=n(l.toString(),i[l],f,!0,o);else{i.toBSON&&(i=i.toBSON());for(let l in i)s+=n(l,i[l],f,!1,o)}return s}e.calculateObjectSize=r;function n(i,f,o=!1,s=!1,l=!1){switch(f&&f.toBSON&&(f=f.toBSON()),typeof f){case"string":return 1+le.Buffer.byteLength(i,"utf8")+1+4+le.Buffer.byteLength(f,"utf8")+1;case"number":return Math.floor(f)===f&&f>=V.JS_INT_MIN&&f<=V.JS_INT_MAX&&f>=V.BSON_INT32_MIN&&f<=V.BSON_INT32_MAX?(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(4+1):(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(8+1);case"undefined":return s||!l?(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1:0;case"boolean":return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(1+1);case"object":if(f==null||f._bsontype==="MinKey"||f._bsontype==="MaxKey")return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1;if(f._bsontype==="ObjectId"||f._bsontype==="ObjectID")return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(12+1);if(f instanceof Date||pt.isDate(f))return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(8+1);if(ArrayBuffer.isView(f)||f instanceof ArrayBuffer)return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(1+4+1)+f.byteLength;if(f._bsontype==="Long"||f._bsontype==="Double"||f._bsontype==="Timestamp")return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(8+1);if(f._bsontype==="Decimal128")return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(16+1);if(f._bsontype==="Code")return f.scope!=null&&Object.keys(f.scope).length>0?(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+4+4+le.Buffer.byteLength(f.code.toString(),"utf8")+1+r(f.scope,o,l):(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+4+le.Buffer.byteLength(f.code.toString(),"utf8")+1;if(f._bsontype==="Binary")return f.sub_type===Qr.Binary.SUBTYPE_BYTE_ARRAY?(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(f.position+1+4+1+4):(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(f.position+1+4+1);if(f._bsontype==="Symbol")return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+le.Buffer.byteLength(f.value,"utf8")+4+1+1;if(f._bsontype==="DBRef"){let p=Object.assign({$ref:f.collection,$id:f.oid},f.fields);return f.db!=null&&(p.$db=f.db),(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+r(p,o,l)}else return f instanceof RegExp||Object.prototype.toString.call(f)==="[object RegExp]"?(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+le.Buffer.byteLength(f.source,"utf8")+1+(f.global?1:0)+(f.ignoreCase?1:0)+(f.multiline?1:0)+1:f._bsontype==="BSONRegExp"?(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+le.Buffer.byteLength(f.pattern,"utf8")+1+le.Buffer.byteLength(f.options,"utf8")+1:(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+r(f,o,l)+1;case"function":if(f instanceof RegExp||Object.prototype.toString.call(f)==="[object RegExp]"||String.call(f)==="[object RegExp]")return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+le.Buffer.byteLength(f.source,"utf8")+1+(f.global?1:0)+(f.ignoreCase?1:0)+(f.multiline?1:0)+1;if(o&&f.scope!=null&&Object.keys(f.scope).length>0)return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+4+4+le.Buffer.byteLength(pt.normalizedFunctionString(f),"utf8")+1+r(f.scope,o,l);if(o)return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+4+le.Buffer.byteLength(pt.normalizedFunctionString(f),"utf8")+1}return 0}});At(Rm);var NO=Rm.calculateObjectSize,mf=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.BSONRegExp=void 0;function r(i){return i.split("").sort().join("")}class n{constructor(f,o){this.pattern=f,this.options=o??"",r(this.options);for(let s=0;s<this.options.length;s++)if(!(this.options[s]==="i"||this.options[s]==="m"||this.options[s]==="x"||this.options[s]==="l"||this.options[s]==="s"||this.options[s]==="u"))throw new Error(`The regular expression option [${this.options[s]}] is not supported`)}static parseOptions(f){return f?f.split("").sort().join(""):""}toExtendedJSON(f){return f=f||{},f.legacy?{$regex:this.pattern,$options:this.options}:{$regularExpression:{pattern:this.pattern,options:this.options}}}static fromExtendedJSON(f){if("$regex"in f)if(typeof f.$regex!="string"){if(f.$regex._bsontype==="BSONRegExp")return f}else return new n(f.$regex,n.parseOptions(f.$options));if("$regularExpression"in f)return new n(f.$regularExpression.pattern,n.parseOptions(f.$regularExpression.options));throw new TypeError(`Unexpected BSONRegExp EJSON object form: ${JSON.stringify(f)}`)}}e.BSONRegExp=n,Object.defineProperty(n.prototype,"_bsontype",{value:"BSONRegExp"})});At(mf);var HO=mf.BSONRegExp,Co=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.BSONSymbol=void 0;class r{constructor(i){this.value=i}valueOf(){return this.value}toString(){return this.value}inspect(){return this.value}toJSON(){return this.value}toExtendedJSON(){return{$symbol:this.value}}static fromExtendedJSON(i){return new r(i.$symbol)}}e.BSONSymbol=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Symbol"})});At(Co);var RO=Co.BSONSymbol,df=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Timestamp=e.LongWithoutOverridesClass=void 0,e.LongWithoutOverridesClass=me.Long;class r extends e.LongWithoutOverridesClass{constructor(i,f){me.Long.isLong(i)?super(i.low,i.high,!0):super(i,f,!0),Object.defineProperty(this,"_bsontype",{value:"Timestamp",writable:!1,configurable:!1,enumerable:!1})}toJSON(){return{$timestamp:this.toString()}}static fromInt(i){return new r(me.Long.fromInt(i,!0))}static fromNumber(i){return new r(me.Long.fromNumber(i,!0))}static fromBits(i,f){return new r(i,f)}static fromString(i,f){return new r(me.Long.fromString(i,!0,f))}toExtendedJSON(){return{$timestamp:{t:this.high>>>0,i:this.low>>>0}}}static fromExtendedJSON(i){return new r(i.$timestamp.i,i.$timestamp.t)}}e.Timestamp=r,r.MAX_VALUE=me.Long.MAX_UNSIGNED_VALUE});At(df);var DO=df.Timestamp,zO=df.LongWithoutOverridesClass,Bp=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.validateUtf8=void 0;let r=128,n=192,i=224,f=240,o=248,s=192,l=224,p=240,u=128;function b(c,h,T){let y=0;for(let N=h;N<T;N+=1){let P=c[N];if(y){if((P&n)!==u)return!1;y-=1}else if(P&r)if((P&i)===s)y=1;else if((P&f)===l)y=2;else if((P&o)===p)y=3;else return!1}return!y}e.validateUtf8=b});At(Bp);var FO=Bp.validateUtf8,Ip=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.deserialize=void 0;let r=me.Long.fromNumber(V.JS_INT_MAX),n=me.Long.fromNumber(V.JS_INT_MIN),i={};function f(l,p,u){p=p??{};let b=p&&p.index?p.index:0,c=l[b]|l[b+1]<<8|l[b+2]<<16|l[b+3]<<24;if(c<5)throw new Error(`bson size must be >= 5, is ${c}`);if(p.allowObjectSmallerThanBufferSize&&l.length<c)throw new Error(`buffer length ${l.length} must be >= bson size ${c}`);if(!p.allowObjectSmallerThanBufferSize&&l.length!==c)throw new Error(`buffer length ${l.length} must === bson size ${c}`);if(c+b>l.byteLength)throw new Error(`(bson size ${c} + options.index ${b} must be <= buffer length ${l.byteLength})`);if(l[b+c-1]!==0)throw new Error("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00");return o(l,b,p,u)}e.deserialize=f;function o(l,p,u,b=!1){let c=u.evalFunctions==null?!1:u.evalFunctions,h=u.cacheFunctions==null?!1:u.cacheFunctions,T=u.fieldsAsRaw==null?null:u.fieldsAsRaw,y=u.raw==null?!1:u.raw,N=typeof u.bsonRegExp=="boolean"?u.bsonRegExp:!1,P=u.promoteBuffers==null?!1:u.promoteBuffers,R=u.promoteLongs==null?!0:u.promoteLongs,Y=u.promoteValues==null?!0:u.promoteValues,re=p;if(l.length<5)throw new Error("corrupt bson message < 5 bytes long");let W=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;if(W<5||W>l.length)throw new Error("corrupt bson message");let O=b?[]:{},te=0,L=!1;for(;!L;){let g=l[p++];if(g===0)break;let A=p;for(;l[A]!==0&&A<l.length;)A++;if(A>=l.byteLength)throw new Error("Bad BSON Document: illegal CString");let w=b?te++:l.toString("utf8",p,A);if(p=A+1,g===V.BSON_DATA_STRING){let F=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;if(F<=0||F>l.length-p||l[p+F-1]!==0)throw new Error("bad string length in bson");if(!Bp.validateUtf8(l,p,p+F-1))throw new Error("Invalid UTF-8 string in BSON document");let C=l.toString("utf8",p,p+F-1);O[w]=C,p=p+F}else if(g===V.BSON_DATA_OID){let F=le.Buffer.alloc(12);l.copy(F,0,p,p+12),O[w]=new Ei.ObjectId(F),p=p+12}else if(g===V.BSON_DATA_INT&&Y===!1)O[w]=new fo.Int32(l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24);else if(g===V.BSON_DATA_INT)O[w]=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;else if(g===V.BSON_DATA_NUMBER&&Y===!1)O[w]=new io.Double(l.readDoubleLE(p)),p=p+8;else if(g===V.BSON_DATA_NUMBER)O[w]=l.readDoubleLE(p),p=p+8;else if(g===V.BSON_DATA_DATE){let F=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24,C=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;O[w]=new Date(new me.Long(F,C).toNumber())}else if(g===V.BSON_DATA_BOOLEAN){if(l[p]!==0&&l[p]!==1)throw new Error("illegal boolean type value");O[w]=l[p++]===1}else if(g===V.BSON_DATA_OBJECT){let F=p,C=l[p]|l[p+1]<<8|l[p+2]<<16|l[p+3]<<24;if(C<=0||C>l.length-p)throw new Error("bad embedded document length in bson");y?O[w]=l.slice(p,p+C):O[w]=o(l,F,u,!1),p=p+C}else if(g===V.BSON_DATA_ARRAY){let F=p,C=l[p]|l[p+1]<<8|l[p+2]<<16|l[p+3]<<24,M=u,Q=p+C;if(T&&T[w]){M={};for(let x in u)M[x]=u[x];M.raw=!0}if(O[w]=o(l,F,M,!0),p=p+C,l[p-1]!==0)throw new Error("invalid array terminator byte");if(p!==Q)throw new Error("corrupted array bson")}else if(g===V.BSON_DATA_UNDEFINED)O[w]=void 0;else if(g===V.BSON_DATA_NULL)O[w]=null;else if(g===V.BSON_DATA_LONG){let F=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24,C=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24,M=new me.Long(F,C);R&&Y===!0?O[w]=M.lessThanOrEqual(r)&&M.greaterThanOrEqual(n)?M.toNumber():M:O[w]=M}else if(g===V.BSON_DATA_DECIMAL128){let F=le.Buffer.alloc(16);l.copy(F,0,p,p+16),p=p+16;let C=new Mo.Decimal128(F);"toObject"in C&&typeof C.toObject=="function"?O[w]=C.toObject():O[w]=C}else if(g===V.BSON_DATA_BINARY){let F=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24,C=F,M=l[p++];if(F<0)throw new Error("Negative binary type element size found");if(F>l.byteLength)throw new Error("Binary type size larger than document size");if(l.slice!=null){if(M===Qr.Binary.SUBTYPE_BYTE_ARRAY){if(F=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24,F<0)throw new Error("Negative binary type element size found for subtype 0x02");if(F>C-4)throw new Error("Binary type with subtype 0x02 contains too long binary size");if(F<C-4)throw new Error("Binary type with subtype 0x02 contains too short binary size")}P&&Y?O[w]=l.slice(p,p+F):O[w]=new Qr.Binary(l.slice(p,p+F),M)}else{let Q=le.Buffer.alloc(F);if(M===Qr.Binary.SUBTYPE_BYTE_ARRAY){if(F=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24,F<0)throw new Error("Negative binary type element size found for subtype 0x02");if(F>C-4)throw new Error("Binary type with subtype 0x02 contains too long binary size");if(F<C-4)throw new Error("Binary type with subtype 0x02 contains too short binary size")}for(A=0;A<F;A++)Q[A]=l[p+A];P&&Y?O[w]=Q:O[w]=new Qr.Binary(Q,M)}p=p+F}else if(g===V.BSON_DATA_REGEXP&&N===!1){for(A=p;l[A]!==0&&A<l.length;)A++;if(A>=l.length)throw new Error("Bad BSON Document: illegal CString");let F=l.toString("utf8",p,A);for(p=A+1,A=p;l[A]!==0&&A<l.length;)A++;if(A>=l.length)throw new Error("Bad BSON Document: illegal CString");let C=l.toString("utf8",p,A);p=A+1;let M=new Array(C.length);for(A=0;A<C.length;A++)switch(C[A]){case"m":M[A]="m";break;case"s":M[A]="g";break;case"i":M[A]="i";break}O[w]=new RegExp(F,M.join(""))}else if(g===V.BSON_DATA_REGEXP&&N===!0){for(A=p;l[A]!==0&&A<l.length;)A++;if(A>=l.length)throw new Error("Bad BSON Document: illegal CString");let F=l.toString("utf8",p,A);for(p=A+1,A=p;l[A]!==0&&A<l.length;)A++;if(A>=l.length)throw new Error("Bad BSON Document: illegal CString");let C=l.toString("utf8",p,A);p=A+1,O[w]=new mf.BSONRegExp(F,C)}else if(g===V.BSON_DATA_SYMBOL){let F=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;if(F<=0||F>l.length-p||l[p+F-1]!==0)throw new Error("bad string length in bson");let C=l.toString("utf8",p,p+F-1);O[w]=Y?C:new Co.BSONSymbol(C),p=p+F}else if(g===V.BSON_DATA_TIMESTAMP){let F=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24,C=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;O[w]=new df.Timestamp(F,C)}else if(g===V.BSON_DATA_MIN_KEY)O[w]=new Lo.MinKey;else if(g===V.BSON_DATA_MAX_KEY)O[w]=new Uo.MaxKey;else if(g===V.BSON_DATA_CODE){let F=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;if(F<=0||F>l.length-p||l[p+F-1]!==0)throw new Error("bad string length in bson");let C=l.toString("utf8",p,p+F-1);c?h?O[w]=s(C,i,O):O[w]=s(C):O[w]=new cf.Code(C),p=p+F}else if(g===V.BSON_DATA_CODE_W_SCOPE){let F=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;if(F<4+4+4+1)throw new Error("code_w_scope total size shorter minimum expected length");let C=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;if(C<=0||C>l.length-p||l[p+C-1]!==0)throw new Error("bad string length in bson");let M=l.toString("utf8",p,p+C-1);p=p+C;let Q=p,x=l[p]|l[p+1]<<8|l[p+2]<<16|l[p+3]<<24,Se=o(l,Q,u,!1);if(p=p+x,F<4+4+x+C)throw new Error("code_w_scope total size is too short, truncating scope");if(F>4+4+x+C)throw new Error("code_w_scope total size is too long, clips outer document");c?(h?O[w]=s(M,i,O):O[w]=s(M),O[w].scope=Se):O[w]=new cf.Code(M,Se)}else if(g===V.BSON_DATA_DBPOINTER){let F=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;if(F<=0||F>l.length-p||l[p+F-1]!==0)throw new Error("bad string length in bson");if(!Bp.validateUtf8(l,p,p+F-1))throw new Error("Invalid UTF-8 string in BSON document");let C=l.toString("utf8",p,p+F-1);p=p+F;let M=le.Buffer.alloc(12);l.copy(M,0,p,p+12);let Q=new Ei.ObjectId(M);p=p+12,O[w]=new Fn.DBRef(C,Q)}else throw new Error("Detected unknown BSON type "+g.toString(16)+' for fieldname "'+w+'"')}if(W!==p-re)throw b?new Error("corrupt array bson"):new Error("corrupt object bson");let ne=Object.keys(O).filter(g=>g.startsWith("$")),j=!0;if(ne.forEach(g=>{["$ref","$id","$db"].indexOf(g)===-1&&(j=!1)}),!j)return O;if(Fn.isDBRefLike(O)){let g=Object.assign({},O);return delete g.$ref,delete g.$id,delete g.$db,new Fn.DBRef(O.$ref,O.$id,O.$db,g)}return O}function s(l,p,u){return p?(p[l]==null&&(p[l]=new Function(l)),p[l].bind(u)):new Function(l)}});At(Ip);var PO=Ip.deserialize,al=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.EJSON=e.isBSONType=void 0;function r(y){return pt.isObjectLike(y)&&Reflect.has(y,"_bsontype")&&typeof y._bsontype=="string"}e.isBSONType=r;let n=2147483647,i=-2147483648,f=9223372036854776e3,o=-9223372036854776e3,s={$oid:Ei.ObjectId,$binary:Qr.Binary,$uuid:Qr.Binary,$symbol:Co.BSONSymbol,$numberInt:fo.Int32,$numberDecimal:Mo.Decimal128,$numberDouble:io.Double,$numberLong:me.Long,$minKey:Lo.MinKey,$maxKey:Uo.MaxKey,$regex:mf.BSONRegExp,$regularExpression:mf.BSONRegExp,$timestamp:df.Timestamp};function l(y,N={}){if(typeof y=="number"){if(N.relaxed||N.legacy)return y;if(Math.floor(y)===y){if(y>=i&&y<=n)return new fo.Int32(y);if(y>=o&&y<=f)return me.Long.fromNumber(y)}return new io.Double(y)}if(y==null||typeof y!="object")return y;if(y.$undefined)return null;let P=Object.keys(y).filter(R=>R.startsWith("$")&&y[R]!=null);for(let R=0;R<P.length;R++){let Y=s[P[R]];if(Y)return Y.fromExtendedJSON(y,N)}if(y.$date!=null){let R=y.$date,Y=new Date;return N.legacy?typeof R=="number"?Y.setTime(R):typeof R=="string"&&Y.setTime(Date.parse(R)):typeof R=="string"?Y.setTime(Date.parse(R)):me.Long.isLong(R)?Y.setTime(R.toNumber()):typeof R=="number"&&N.relaxed&&Y.setTime(R),Y}if(y.$code!=null){let R=Object.assign({},y);return y.$scope&&(R.$scope=l(y.$scope)),cf.Code.fromExtendedJSON(y)}if(y.$ref!=null||y.$dbPointer!=null){let R=y.$ref?y:y.$dbPointer;if(R instanceof Fn.DBRef)return R;let Y=Object.keys(R).filter(W=>W.startsWith("$")),re=!0;if(Y.forEach(W=>{["$ref","$id","$db"].indexOf(W)===-1&&(re=!1)}),re)return Fn.DBRef.fromExtendedJSON(R)}return y}function p(y,N){return y.map(P=>b(P,N))}function u(y){let N=y.toISOString();return y.getUTCMilliseconds()!==0?N:N.slice(0,-5)+"Z"}function b(y,N){if(Array.isArray(y))return p(y,N);if(y===void 0)return null;if(y instanceof Date){let P=y.getTime(),R=P>-1&&P<2534023188e5;return N.legacy?N.relaxed&&R?{$date:y.getTime()}:{$date:u(y)}:N.relaxed&&R?{$date:u(y)}:{$date:{$numberLong:y.getTime().toString()}}}if(typeof y=="number"&&!N.relaxed){if(Math.floor(y)===y){let P=y>=i&&y<=n,R=y>=o&&y<=f;if(P)return{$numberInt:y.toString()};if(R)return{$numberLong:y.toString()}}return{$numberDouble:y.toString()}}if(y instanceof RegExp){let P=y.flags;if(P===void 0){let Y=y.toString().match(/[gimuy]*$/);Y&&(P=Y[0])}return new mf.BSONRegExp(y.source,P).toExtendedJSON(N)}return y!=null&&typeof y=="object"?h(y,N):y}let c={Binary:y=>new Qr.Binary(y.value(),y.sub_type),Code:y=>new cf.Code(y.code,y.scope),DBRef:y=>new Fn.DBRef(y.collection||y.namespace,y.oid,y.db,y.fields),Decimal128:y=>new Mo.Decimal128(y.bytes),Double:y=>new io.Double(y.value),Int32:y=>new fo.Int32(y.value),Long:y=>me.Long.fromBits(y.low!=null?y.low:y.low_,y.low!=null?y.high:y.high_,y.low!=null?y.unsigned:y.unsigned_),MaxKey:()=>new Uo.MaxKey,MinKey:()=>new Lo.MinKey,ObjectID:y=>new Ei.ObjectId(y),ObjectId:y=>new Ei.ObjectId(y),BSONRegExp:y=>new mf.BSONRegExp(y.pattern,y.options),Symbol:y=>new Co.BSONSymbol(y.value),Timestamp:y=>df.Timestamp.fromBits(y.low,y.high)};function h(y,N){if(y==null||typeof y!="object")throw new Error("not an object instance");let P=y._bsontype;if(typeof P=="undefined"){let R={};for(let Y in y)R[Y]=b(y[Y],N);return R}else if(r(y)){let R=y;if(typeof R.toExtendedJSON!="function"){let Y=c[y._bsontype];if(!Y)throw new TypeError("Unrecognized or invalid _bsontype: "+y._bsontype);R=Y(R)}return P==="Code"&&R.scope?R=new cf.Code(R.code,b(R.scope,N)):P==="DBRef"&&R.oid&&(R=new Fn.DBRef(R.collection,b(R.oid,N),R.db,R.fields)),R.toExtendedJSON(N)}else throw new Error("_bsontype must be a string, but was: "+typeof P)}var T;(function(y){function N(re,W){let O=Object.assign({},{relaxed:!0,legacy:!1},W);return typeof O.relaxed=="boolean"&&(O.strict=!O.relaxed),typeof O.strict=="boolean"&&(O.relaxed=!O.strict),JSON.parse(re,(te,L)=>l(L,O))}y.parse=N;function P(re,W,O,te){O!=null&&typeof O=="object"&&(te=O,O=0),W!=null&&typeof W=="object"&&!Array.isArray(W)&&(te=W,W=void 0,O=0),te=Object.assign({},{relaxed:!0,legacy:!1},te);let L=b(re,te);return JSON.stringify(L,W,O)}y.stringify=P;function R(re,W){return W=W||{},JSON.parse(P(re,W))}y.serialize=R;function Y(re,W){return W=W||{},N(JSON.stringify(re),W)}y.deserialize=Y})(T=e.EJSON||(e.EJSON={}))});At(al);var MO=al.EJSON,UO=al.isBSONType,pl=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.writeIEEE754=e.readIEEE754=void 0;function r(i,f,o,s,l){let p,u,b=o==="big",c=l*8-s-1,h=(1<<c)-1,T=h>>1,y=-7,N=b?0:l-1,P=b?1:-1,R=i[f+N];for(N+=P,p=R&(1<<-y)-1,R>>=-y,y+=c;y>0;p=p*256+i[f+N],N+=P,y-=8);for(u=p&(1<<-y)-1,p>>=-y,y+=s;y>0;u=u*256+i[f+N],N+=P,y-=8);if(p===0)p=1-T;else{if(p===h)return u?NaN:(R?-1:1)*(1/0);u=u+Math.pow(2,s),p=p-T}return(R?-1:1)*u*Math.pow(2,p-s)}e.readIEEE754=r;function n(i,f,o,s,l,p){let u,b,c,h=s==="big",T=p*8-l-1,y=(1<<T)-1,N=y>>1,P=l===23?Math.pow(2,-24)-Math.pow(2,-77):0,R=h?p-1:0,Y=h?-1:1,re=f<0||f===0&&1/f<0?1:0;for(f=Math.abs(f),isNaN(f)||f===1/0?(b=isNaN(f)?1:0,u=y):(u=Math.floor(Math.log(f)/Math.LN2),f*(c=Math.pow(2,-u))<1&&(u--,c*=2),u+N>=1?f+=P/c:f+=P*Math.pow(2,1-N),f*c>=2&&(u++,c/=2),u+N>=y?(b=0,u=y):u+N>=1?(b=(f*c-1)*Math.pow(2,l),u=u+N):(b=f*Math.pow(2,N-1)*Math.pow(2,l),u=0)),isNaN(f)&&(b=0);l>=8;)i[o+R]=b&255,R+=Y,b/=256,l-=8;for(u=u<<l|b,isNaN(f)&&(u+=8),T+=l;T>0;)i[o+R]=u&255,R+=Y,u/=256,T-=8;i[o+R-Y]|=re*128}e.writeIEEE754=n});At(pl);var LO=pl.writeIEEE754,CO=pl.readIEEE754,Sp=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.serializeInto=void 0;let r=/\x00/,n=new Set(["$db","$ref","$id","$clusterTime"]);function i(j){return Object.prototype.toString.call(j)==="[object RegExp]"}function f(j,g,A,w,F){j[w++]=V.BSON_DATA_STRING;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");w=w+C+1,j[w-1]=0;let M=j.write(A,w+4,void 0,"utf8");return j[w+3]=M+1>>24&255,j[w+2]=M+1>>16&255,j[w+1]=M+1>>8&255,j[w]=M+1&255,w=w+4+M,j[w++]=0,w}function o(j,g,A,w,F){if(Number.isInteger(A)&&A>=V.BSON_INT32_MIN&&A<=V.BSON_INT32_MAX){j[w++]=V.BSON_DATA_INT;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");w=w+C,j[w++]=0,j[w++]=A&255,j[w++]=A>>8&255,j[w++]=A>>16&255,j[w++]=A>>24&255}else{j[w++]=V.BSON_DATA_NUMBER;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");w=w+C,j[w++]=0,pl.writeIEEE754(j,A,w,"little",52,8),w=w+8}return w}function s(j,g,A,w,F){j[w++]=V.BSON_DATA_NULL;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");return w=w+C,j[w++]=0,w}function l(j,g,A,w,F){j[w++]=V.BSON_DATA_BOOLEAN;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");return w=w+C,j[w++]=0,j[w++]=A?1:0,w}function p(j,g,A,w,F){j[w++]=V.BSON_DATA_DATE;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");w=w+C,j[w++]=0;let M=me.Long.fromNumber(A.getTime()),Q=M.getLowBits(),x=M.getHighBits();return j[w++]=Q&255,j[w++]=Q>>8&255,j[w++]=Q>>16&255,j[w++]=Q>>24&255,j[w++]=x&255,j[w++]=x>>8&255,j[w++]=x>>16&255,j[w++]=x>>24&255,w}function u(j,g,A,w,F){j[w++]=V.BSON_DATA_REGEXP;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");if(w=w+C,j[w++]=0,A.source&&A.source.match(r)!=null)throw Error("value "+A.source+" must not contain null bytes");return w=w+j.write(A.source,w,void 0,"utf8"),j[w++]=0,A.ignoreCase&&(j[w++]=105),A.global&&(j[w++]=115),A.multiline&&(j[w++]=109),j[w++]=0,w}function b(j,g,A,w,F){j[w++]=V.BSON_DATA_REGEXP;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");if(w=w+C,j[w++]=0,A.pattern.match(r)!=null)throw Error("pattern "+A.pattern+" must not contain null bytes");return w=w+j.write(A.pattern,w,void 0,"utf8"),j[w++]=0,w=w+j.write(A.options.split("").sort().join(""),w,void 0,"utf8"),j[w++]=0,w}function c(j,g,A,w,F){A===null?j[w++]=V.BSON_DATA_NULL:A._bsontype==="MinKey"?j[w++]=V.BSON_DATA_MIN_KEY:j[w++]=V.BSON_DATA_MAX_KEY;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");return w=w+C,j[w++]=0,w}function h(j,g,A,w,F){j[w++]=V.BSON_DATA_OID;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");if(w=w+C,j[w++]=0,typeof A.id=="string")j.write(A.id,w,void 0,"binary");else if(A.id&&A.id.copy)A.id.copy(j,w,0,12);else throw new TypeError("object ["+JSON.stringify(A)+"] is not a valid ObjectId");return w+12}function T(j,g,A,w,F){j[w++]=V.BSON_DATA_BINARY;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");w=w+C,j[w++]=0;let M=A.length;return j[w++]=M&255,j[w++]=M>>8&255,j[w++]=M>>16&255,j[w++]=M>>24&255,j[w++]=V.BSON_BINARY_SUBTYPE_DEFAULT,j.set(uf.ensureBuffer(A),w),w=w+M,w}function y(j,g,A,w,F=!1,C=0,M=!1,Q=!0,x=!1,Se=[]){for(let K=0;K<Se.length;K++)if(Se[K]===A)throw new Error("cyclic dependency detected");Se.push(A),j[w++]=Array.isArray(A)?V.BSON_DATA_ARRAY:V.BSON_DATA_OBJECT;let ie=x?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");w=w+ie,j[w++]=0;let U=ne(j,A,F,w,C+1,M,Q,Se);return Se.pop(),U}function N(j,g,A,w,F){j[w++]=V.BSON_DATA_DECIMAL128;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");return w=w+C,j[w++]=0,A.bytes.copy(j,w,0,16),w+16}function P(j,g,A,w,F){j[w++]=A._bsontype==="Long"?V.BSON_DATA_LONG:V.BSON_DATA_TIMESTAMP;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");w=w+C,j[w++]=0;let M=A.getLowBits(),Q=A.getHighBits();return j[w++]=M&255,j[w++]=M>>8&255,j[w++]=M>>16&255,j[w++]=M>>24&255,j[w++]=Q&255,j[w++]=Q>>8&255,j[w++]=Q>>16&255,j[w++]=Q>>24&255,w}function R(j,g,A,w,F){A=A.valueOf(),j[w++]=V.BSON_DATA_INT;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");return w=w+C,j[w++]=0,j[w++]=A&255,j[w++]=A>>8&255,j[w++]=A>>16&255,j[w++]=A>>24&255,w}function Y(j,g,A,w,F){j[w++]=V.BSON_DATA_NUMBER;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");return w=w+C,j[w++]=0,pl.writeIEEE754(j,A.value,w,"little",52,8),w=w+8,w}function re(j,g,A,w,F=!1,C=0,M){j[w++]=V.BSON_DATA_CODE;let Q=M?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");w=w+Q,j[w++]=0;let x=pt.normalizedFunctionString(A),Se=j.write(x,w+4,void 0,"utf8")+1;return j[w]=Se&255,j[w+1]=Se>>8&255,j[w+2]=Se>>16&255,j[w+3]=Se>>24&255,w=w+4+Se-1,j[w++]=0,w}function W(j,g,A,w,F=!1,C=0,M=!1,Q=!0,x=!1){if(A.scope&&typeof A.scope=="object"){j[w++]=V.BSON_DATA_CODE_W_SCOPE;let Se=x?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");w=w+Se,j[w++]=0;let ie=w,U=typeof A.code=="string"?A.code:A.code.toString();w=w+4;let K=j.write(U,w+4,void 0,"utf8")+1;j[w]=K&255,j[w+1]=K>>8&255,j[w+2]=K>>16&255,j[w+3]=K>>24&255,j[w+4+K-1]=0,w=w+K+4;let Ie=ne(j,A.scope,F,w,C+1,M,Q);w=Ie-1;let oe=Ie-ie;j[ie++]=oe&255,j[ie++]=oe>>8&255,j[ie++]=oe>>16&255,j[ie++]=oe>>24&255,j[w++]=0}else{j[w++]=V.BSON_DATA_CODE;let Se=x?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");w=w+Se,j[w++]=0;let ie=A.code.toString(),U=j.write(ie,w+4,void 0,"utf8")+1;j[w]=U&255,j[w+1]=U>>8&255,j[w+2]=U>>16&255,j[w+3]=U>>24&255,w=w+4+U-1,j[w++]=0}return w}function O(j,g,A,w,F){j[w++]=V.BSON_DATA_BINARY;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");w=w+C,j[w++]=0;let M=A.value(!0),Q=A.position;return A.sub_type===Qr.Binary.SUBTYPE_BYTE_ARRAY&&(Q=Q+4),j[w++]=Q&255,j[w++]=Q>>8&255,j[w++]=Q>>16&255,j[w++]=Q>>24&255,j[w++]=A.sub_type,A.sub_type===Qr.Binary.SUBTYPE_BYTE_ARRAY&&(Q=Q-4,j[w++]=Q&255,j[w++]=Q>>8&255,j[w++]=Q>>16&255,j[w++]=Q>>24&255),j.set(M,w),w=w+A.position,w}function te(j,g,A,w,F){j[w++]=V.BSON_DATA_SYMBOL;let C=F?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");w=w+C,j[w++]=0;let M=j.write(A.value,w+4,void 0,"utf8")+1;return j[w]=M&255,j[w+1]=M>>8&255,j[w+2]=M>>16&255,j[w+3]=M>>24&255,w=w+4+M-1,j[w++]=0,w}function L(j,g,A,w,F,C,M){j[w++]=V.BSON_DATA_OBJECT;let Q=M?j.write(g,w,void 0,"ascii"):j.write(g,w,void 0,"utf8");w=w+Q,j[w++]=0;let x=w,Se={$ref:A.collection||A.namespace,$id:A.oid};A.db!=null&&(Se.$db=A.db),Se=Object.assign(Se,A.fields);let ie=ne(j,Se,!1,w,F+1,C),U=ie-x;return j[x++]=U&255,j[x++]=U>>8&255,j[x++]=U>>16&255,j[x++]=U>>24&255,ie}function ne(j,g,A=!1,w=0,F=0,C=!1,M=!0,Q=[]){w=w||0,Q=Q||[],Q.push(g);let x=w+4;if(Array.isArray(g))for(let ie=0;ie<g.length;ie++){let U=""+ie,K=g[ie];if(K&&K.toBSON){if(typeof K.toBSON!="function")throw new TypeError("toBSON is not a function");K=K.toBSON()}if(typeof K=="string")x=f(j,U,K,x,!0);else if(typeof K=="number")x=o(j,U,K,x,!0);else{if(typeof K=="bigint")throw new TypeError("Unsupported type BigInt, please use Decimal128");if(typeof K=="boolean")x=l(j,U,K,x,!0);else if(K instanceof Date||pt.isDate(K))x=p(j,U,K,x,!0);else if(K===void 0)x=s(j,U,K,x,!0);else if(K===null)x=s(j,U,K,x,!0);else if(K._bsontype==="ObjectId"||K._bsontype==="ObjectID")x=h(j,U,K,x,!0);else if(le.Buffer.isBuffer(K)||pt.isUint8Array(K))x=T(j,U,K,x,!0);else if(K instanceof RegExp||i(K))x=u(j,U,K,x,!0);else if(typeof K=="object"&&K._bsontype==null)x=y(j,U,K,x,A,F,C,M,!0,Q);else if(typeof K=="object"&&al.isBSONType(K)&&K._bsontype==="Decimal128")x=N(j,U,K,x,!0);else if(K._bsontype==="Long"||K._bsontype==="Timestamp")x=P(j,U,K,x,!0);else if(K._bsontype==="Double")x=Y(j,U,K,x,!0);else if(typeof K=="function"&&C)x=re(j,U,K,x,A,F,!0);else if(K._bsontype==="Code")x=W(j,U,K,x,A,F,C,M,!0);else if(K._bsontype==="Binary")x=O(j,U,K,x,!0);else if(K._bsontype==="Symbol")x=te(j,U,K,x,!0);else if(K._bsontype==="DBRef")x=L(j,U,K,x,F,C,!0);else if(K._bsontype==="BSONRegExp")x=b(j,U,K,x,!0);else if(K._bsontype==="Int32")x=R(j,U,K,x,!0);else if(K._bsontype==="MinKey"||K._bsontype==="MaxKey")x=c(j,U,K,x,!0);else if(typeof K._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+K._bsontype)}}else if(g instanceof Tp.Map){let ie=g.entries(),U=!1;for(;!U;){let K=ie.next();if(U=!!K.done,U)continue;let Ie=K.value[0],oe=K.value[1],We=typeof oe;if(typeof Ie=="string"&&!n.has(Ie)){if(Ie.match(r)!=null)throw Error("key "+Ie+" must not contain null bytes");if(A){if(Ie[0]==="$")throw Error("key "+Ie+" must not start with '$'");if(~Ie.indexOf("."))throw Error("key "+Ie+" must not contain '.'")}}if(We==="string")x=f(j,Ie,oe,x);else if(We==="number")x=o(j,Ie,oe,x);else{if(We==="bigint"||pt.isBigInt64Array(oe)||pt.isBigUInt64Array(oe))throw new TypeError("Unsupported type BigInt, please use Decimal128");if(We==="boolean")x=l(j,Ie,oe,x);else if(oe instanceof Date||pt.isDate(oe))x=p(j,Ie,oe,x);else if(oe===null||oe===void 0&&M===!1)x=s(j,Ie,oe,x);else if(oe._bsontype==="ObjectId"||oe._bsontype==="ObjectID")x=h(j,Ie,oe,x);else if(le.Buffer.isBuffer(oe)||pt.isUint8Array(oe))x=T(j,Ie,oe,x);else if(oe instanceof RegExp||i(oe))x=u(j,Ie,oe,x);else if(We==="object"&&oe._bsontype==null)x=y(j,Ie,oe,x,A,F,C,M,!1,Q);else if(We==="object"&&oe._bsontype==="Decimal128")x=N(j,Ie,oe,x);else if(oe._bsontype==="Long"||oe._bsontype==="Timestamp")x=P(j,Ie,oe,x);else if(oe._bsontype==="Double")x=Y(j,Ie,oe,x);else if(oe._bsontype==="Code")x=W(j,Ie,oe,x,A,F,C,M);else if(typeof oe=="function"&&C)x=re(j,Ie,oe,x,A,F,C);else if(oe._bsontype==="Binary")x=O(j,Ie,oe,x);else if(oe._bsontype==="Symbol")x=te(j,Ie,oe,x);else if(oe._bsontype==="DBRef")x=L(j,Ie,oe,x,F,C);else if(oe._bsontype==="BSONRegExp")x=b(j,Ie,oe,x);else if(oe._bsontype==="Int32")x=R(j,Ie,oe,x);else if(oe._bsontype==="MinKey"||oe._bsontype==="MaxKey")x=c(j,Ie,oe,x);else if(typeof oe._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+oe._bsontype)}}}else{if(g.toBSON){if(typeof g.toBSON!="function")throw new TypeError("toBSON is not a function");if(g=g.toBSON(),g!=null&&typeof g!="object")throw new TypeError("toBSON function did not return an object")}for(let ie in g){let U=g[ie];if(U&&U.toBSON){if(typeof U.toBSON!="function")throw new TypeError("toBSON is not a function");U=U.toBSON()}let K=typeof U;if(typeof ie=="string"&&!n.has(ie)){if(ie.match(r)!=null)throw Error("key "+ie+" must not contain null bytes");if(A){if(ie[0]==="$")throw Error("key "+ie+" must not start with '$'");if(~ie.indexOf("."))throw Error("key "+ie+" must not contain '.'")}}if(K==="string")x=f(j,ie,U,x);else if(K==="number")x=o(j,ie,U,x);else{if(K==="bigint")throw new TypeError("Unsupported type BigInt, please use Decimal128");if(K==="boolean")x=l(j,ie,U,x);else if(U instanceof Date||pt.isDate(U))x=p(j,ie,U,x);else if(U===void 0)M===!1&&(x=s(j,ie,U,x));else if(U===null)x=s(j,ie,U,x);else if(U._bsontype==="ObjectId"||U._bsontype==="ObjectID")x=h(j,ie,U,x);else if(le.Buffer.isBuffer(U)||pt.isUint8Array(U))x=T(j,ie,U,x);else if(U instanceof RegExp||i(U))x=u(j,ie,U,x);else if(K==="object"&&U._bsontype==null)x=y(j,ie,U,x,A,F,C,M,!1,Q);else if(K==="object"&&U._bsontype==="Decimal128")x=N(j,ie,U,x);else if(U._bsontype==="Long"||U._bsontype==="Timestamp")x=P(j,ie,U,x);else if(U._bsontype==="Double")x=Y(j,ie,U,x);else if(U._bsontype==="Code")x=W(j,ie,U,x,A,F,C,M);else if(typeof U=="function"&&C)x=re(j,ie,U,x,A,F,C);else if(U._bsontype==="Binary")x=O(j,ie,U,x);else if(U._bsontype==="Symbol")x=te(j,ie,U,x);else if(U._bsontype==="DBRef")x=L(j,ie,U,x,F,C);else if(U._bsontype==="BSONRegExp")x=b(j,ie,U,x);else if(U._bsontype==="Int32")x=R(j,ie,U,x);else if(U._bsontype==="MinKey"||U._bsontype==="MaxKey")x=c(j,ie,U,x);else if(typeof U._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+U._bsontype)}}}Q.pop(),j[x++]=0;let Se=x-w;return j[w++]=Se&255,j[w++]=Se>>8&255,j[w++]=Se>>16&255,j[w++]=Se>>24&255,x}e.serializeInto=ne});At(Sp);var VO=Sp.serializeInto,de=qt(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.deserializeStream=e.calculateObjectSize=e.deserialize=e.serializeWithBufferAndIndex=e.serialize=e.setInternalBufferSize=e.ObjectID=e.Decimal128=e.BSONRegExp=e.MaxKey=e.MinKey=e.Int32=e.Double=e.Timestamp=e.Long=e.ObjectId=e.Binary=e.DBRef=e.BSONSymbol=e.Map=e.Code=e.LongWithoutOverridesClass=e.EJSON=e.JS_INT_MIN=e.JS_INT_MAX=e.BSON_INT64_MIN=e.BSON_INT64_MAX=e.BSON_INT32_MIN=e.BSON_INT32_MAX=e.BSON_DATA_UNDEFINED=e.BSON_DATA_TIMESTAMP=e.BSON_DATA_SYMBOL=e.BSON_DATA_STRING=e.BSON_DATA_REGEXP=e.BSON_DATA_OID=e.BSON_DATA_OBJECT=e.BSON_DATA_NUMBER=e.BSON_DATA_NULL=e.BSON_DATA_MIN_KEY=e.BSON_DATA_MAX_KEY=e.BSON_DATA_LONG=e.BSON_DATA_INT=e.BSON_DATA_DECIMAL128=e.BSON_DATA_DBPOINTER=e.BSON_DATA_DATE=e.BSON_DATA_CODE_W_SCOPE=e.BSON_DATA_CODE=e.BSON_DATA_BOOLEAN=e.BSON_DATA_BINARY=e.BSON_DATA_ARRAY=e.BSON_BINARY_SUBTYPE_UUID_NEW=e.BSON_BINARY_SUBTYPE_UUID=e.BSON_BINARY_SUBTYPE_USER_DEFINED=e.BSON_BINARY_SUBTYPE_MD5=e.BSON_BINARY_SUBTYPE_FUNCTION=e.BSON_BINARY_SUBTYPE_DEFAULT=e.BSON_BINARY_SUBTYPE_BYTE_ARRAY=void 0,Object.defineProperty(e,"Binary",{enumerable:!0,get:function(){return Qr.Binary}}),Object.defineProperty(e,"Code",{enumerable:!0,get:function(){return cf.Code}}),Object.defineProperty(e,"DBRef",{enumerable:!0,get:function(){return Fn.DBRef}}),Object.defineProperty(e,"Decimal128",{enumerable:!0,get:function(){return Mo.Decimal128}}),Object.defineProperty(e,"Double",{enumerable:!0,get:function(){return io.Double}}),Object.defineProperty(e,"Int32",{enumerable:!0,get:function(){return fo.Int32}}),Object.defineProperty(e,"Long",{enumerable:!0,get:function(){return me.Long}}),Object.defineProperty(e,"Map",{enumerable:!0,get:function(){return Tp.Map}}),Object.defineProperty(e,"MaxKey",{enumerable:!0,get:function(){return Uo.MaxKey}}),Object.defineProperty(e,"MinKey",{enumerable:!0,get:function(){return Lo.MinKey}}),Object.defineProperty(e,"ObjectId",{enumerable:!0,get:function(){return Ei.ObjectId}}),Object.defineProperty(e,"ObjectID",{enumerable:!0,get:function(){return Ei.ObjectId}}),Object.defineProperty(e,"BSONRegExp",{enumerable:!0,get:function(){return mf.BSONRegExp}}),Object.defineProperty(e,"BSONSymbol",{enumerable:!0,get:function(){return Co.BSONSymbol}}),Object.defineProperty(e,"Timestamp",{enumerable:!0,get:function(){return df.Timestamp}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_BYTE_ARRAY",{enumerable:!0,get:function(){return V.BSON_BINARY_SUBTYPE_BYTE_ARRAY}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_DEFAULT",{enumerable:!0,get:function(){return V.BSON_BINARY_SUBTYPE_DEFAULT}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_FUNCTION",{enumerable:!0,get:function(){return V.BSON_BINARY_SUBTYPE_FUNCTION}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_MD5",{enumerable:!0,get:function(){return V.BSON_BINARY_SUBTYPE_MD5}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_USER_DEFINED",{enumerable:!0,get:function(){return V.BSON_BINARY_SUBTYPE_USER_DEFINED}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_UUID",{enumerable:!0,get:function(){return V.BSON_BINARY_SUBTYPE_UUID}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_UUID_NEW",{enumerable:!0,get:function(){return V.BSON_BINARY_SUBTYPE_UUID_NEW}}),Object.defineProperty(e,"BSON_DATA_ARRAY",{enumerable:!0,get:function(){return V.BSON_DATA_ARRAY}}),Object.defineProperty(e,"BSON_DATA_BINARY",{enumerable:!0,get:function(){return V.BSON_DATA_BINARY}}),Object.defineProperty(e,"BSON_DATA_BOOLEAN",{enumerable:!0,get:function(){return V.BSON_DATA_BOOLEAN}}),Object.defineProperty(e,"BSON_DATA_CODE",{enumerable:!0,get:function(){return V.BSON_DATA_CODE}}),Object.defineProperty(e,"BSON_DATA_CODE_W_SCOPE",{enumerable:!0,get:function(){return V.BSON_DATA_CODE_W_SCOPE}}),Object.defineProperty(e,"BSON_DATA_DATE",{enumerable:!0,get:function(){return V.BSON_DATA_DATE}}),Object.defineProperty(e,"BSON_DATA_DBPOINTER",{enumerable:!0,get:function(){return V.BSON_DATA_DBPOINTER}}),Object.defineProperty(e,"BSON_DATA_DECIMAL128",{enumerable:!0,get:function(){return V.BSON_DATA_DECIMAL128}}),Object.defineProperty(e,"BSON_DATA_INT",{enumerable:!0,get:function(){return V.BSON_DATA_INT}}),Object.defineProperty(e,"BSON_DATA_LONG",{enumerable:!0,get:function(){return V.BSON_DATA_LONG}}),Object.defineProperty(e,"BSON_DATA_MAX_KEY",{enumerable:!0,get:function(){return V.BSON_DATA_MAX_KEY}}),Object.defineProperty(e,"BSON_DATA_MIN_KEY",{enumerable:!0,get:function(){return V.BSON_DATA_MIN_KEY}}),Object.defineProperty(e,"BSON_DATA_NULL",{enumerable:!0,get:function(){return V.BSON_DATA_NULL}}),Object.defineProperty(e,"BSON_DATA_NUMBER",{enumerable:!0,get:function(){return V.BSON_DATA_NUMBER}}),Object.defineProperty(e,"BSON_DATA_OBJECT",{enumerable:!0,get:function(){return V.BSON_DATA_OBJECT}}),Object.defineProperty(e,"BSON_DATA_OID",{enumerable:!0,get:function(){return V.BSON_DATA_OID}}),Object.defineProperty(e,"BSON_DATA_REGEXP",{enumerable:!0,get:function(){return V.BSON_DATA_REGEXP}}),Object.defineProperty(e,"BSON_DATA_STRING",{enumerable:!0,get:function(){return V.BSON_DATA_STRING}}),Object.defineProperty(e,"BSON_DATA_SYMBOL",{enumerable:!0,get:function(){return V.BSON_DATA_SYMBOL}}),Object.defineProperty(e,"BSON_DATA_TIMESTAMP",{enumerable:!0,get:function(){return V.BSON_DATA_TIMESTAMP}}),Object.defineProperty(e,"BSON_DATA_UNDEFINED",{enumerable:!0,get:function(){return V.BSON_DATA_UNDEFINED}}),Object.defineProperty(e,"BSON_INT32_MAX",{enumerable:!0,get:function(){return V.BSON_INT32_MAX}}),Object.defineProperty(e,"BSON_INT32_MIN",{enumerable:!0,get:function(){return V.BSON_INT32_MIN}}),Object.defineProperty(e,"BSON_INT64_MAX",{enumerable:!0,get:function(){return V.BSON_INT64_MAX}}),Object.defineProperty(e,"BSON_INT64_MIN",{enumerable:!0,get:function(){return V.BSON_INT64_MIN}}),Object.defineProperty(e,"JS_INT_MAX",{enumerable:!0,get:function(){return V.JS_INT_MAX}}),Object.defineProperty(e,"JS_INT_MIN",{enumerable:!0,get:function(){return V.JS_INT_MIN}}),Object.defineProperty(e,"EJSON",{enumerable:!0,get:function(){return al.EJSON}});var r=df;Object.defineProperty(e,"LongWithoutOverridesClass",{enumerable:!0,get:function(){return r.LongWithoutOverridesClass}});let n=1024*1024*17,i=le.Buffer.alloc(n);function f(b){i.length<b&&(i=le.Buffer.alloc(b))}e.setInternalBufferSize=f;function o(b,c={}){let h=typeof c.checkKeys=="boolean"?c.checkKeys:!1,T=typeof c.serializeFunctions=="boolean"?c.serializeFunctions:!1,y=typeof c.ignoreUndefined=="boolean"?c.ignoreUndefined:!0,N=typeof c.minInternalBufferSize=="number"?c.minInternalBufferSize:n;i.length<N&&(i=le.Buffer.alloc(N));let P=Sp.serializeInto(i,b,h,0,0,T,y,[]),R=le.Buffer.alloc(P);return i.copy(R,0,0,R.length),R}e.serialize=o;function s(b,c,h={}){let T=typeof h.checkKeys=="boolean"?h.checkKeys:!1,y=typeof h.serializeFunctions=="boolean"?h.serializeFunctions:!1,N=typeof h.ignoreUndefined=="boolean"?h.ignoreUndefined:!0,P=typeof h.index=="number"?h.index:0,R=Sp.serializeInto(i,b,T,0,0,y,N);return i.copy(c,P,0,R),P+R-1}e.serializeWithBufferAndIndex=s;function l(b,c={}){return Ip.deserialize(uf.ensureBuffer(b),c)}e.deserialize=l;function p(b,c={}){c=c||{};let h=typeof c.serializeFunctions=="boolean"?c.serializeFunctions:!1,T=typeof c.ignoreUndefined=="boolean"?c.ignoreUndefined:!0;return Rm.calculateObjectSize(b,h,T)}e.calculateObjectSize=p;function u(b,c,h,T,y,N){let P=Object.assign({allowObjectSmallerThanBufferSize:!0,index:0},N),R=uf.ensureBuffer(b),Y=c;for(let re=0;re<h;re++){let W=R[Y]|R[Y+1]<<8|R[Y+2]<<16|R[Y+3]<<24;P.index=Y,T[y+re]=Ip.deserialize(R,P),Y=Y+W}return Y}e.deserializeStream=u}),WO=At(de),YO=de.deserializeStream,KO=de.calculateObjectSize,Gg=de.deserialize,GO=de.serializeWithBufferAndIndex,Jg=de.serialize,JO=de.setInternalBufferSize,ZO=de.ObjectID,XO=de.Decimal128,QO=de.BSONRegExp,$O=de.MaxKey,e2=de.MinKey,t2=de.Int32,r2=de.Double,n2=de.Timestamp,i2=de.Long,f2=de.ObjectId,o2=de.Binary,s2=de.DBRef,l2=de.BSONSymbol,a2=de.Map,p2=de.Code,u2=de.LongWithoutOverridesClass,c2=de.EJSON,m2=de.JS_INT_MIN,d2=de.JS_INT_MAX,w2=de.BSON_INT64_MIN,h2=de.BSON_INT64_MAX,b2=de.BSON_INT32_MIN,g2=de.BSON_INT32_MAX,j2=de.BSON_DATA_UNDEFINED,y2=de.BSON_DATA_TIMESTAMP,v2=de.BSON_DATA_SYMBOL,_2=de.BSON_DATA_STRING,q2=de.BSON_DATA_REGEXP,k2=de.BSON_DATA_OID,T2=de.BSON_DATA_OBJECT,B2=de.BSON_DATA_NUMBER,I2=de.BSON_DATA_NULL,S2=de.BSON_DATA_MIN_KEY,x2=de.BSON_DATA_MAX_KEY,E2=de.BSON_DATA_LONG,A2=de.BSON_DATA_INT,O2=de.BSON_DATA_DECIMAL128,N2=de.BSON_DATA_DBPOINTER,H2=de.BSON_DATA_DATE,R2=de.BSON_DATA_CODE_W_SCOPE,D2=de.BSON_DATA_CODE,z2=de.BSON_DATA_BOOLEAN,F2=de.BSON_DATA_BINARY,P2=de.BSON_DATA_ARRAY,M2=de.BSON_BINARY_SUBTYPE_UUID_NEW,U2=de.BSON_BINARY_SUBTYPE_UUID,L2=de.BSON_BINARY_SUBTYPE_USER_DEFINED,C2=de.BSON_BINARY_SUBTYPE_MD5,V2=de.BSON_BINARY_SUBTYPE_FUNCTION,W2=de.BSON_BINARY_SUBTYPE_DEFAULT,Y2=de.BSON_BINARY_SUBTYPE_BYTE_ARRAY;function Dm(t,e){return Gg(new Uint8Array(t),e)}var BB="4.0.0-alpha.23",ul={name:"BSON",id:"bson",module:"bson",version:BB,extensions:["bson"],mimeTypes:["application/bson"],category:"json",binary:!0,parse:IB,parseSync:SB,options:{bson:{}}};async function IB(t,e){let r={...ul.options.bson,...e==null?void 0:e.bson};return Dm(t,r)}function SB(t,e){let r={...ul.options.bson,...e==null?void 0:e.bson};return Dm(t,r)}function zm(t,e){return Jg(t).buffer}var xB="4.0.0-alpha.23",Fm={name:"BSON",id:"bson",module:"bson",version:xB,extensions:["bson"],options:{bson:{}},async encode(t,e){return zm(t,{})},encodeSync(t,e){return zm(t,{})}};var oo={BOOLEAN:{primitiveType:"BOOLEAN",toPrimitive:EB,fromPrimitive:AB},INT32:{primitiveType:"INT32",toPrimitive:Xg},INT64:{primitiveType:"INT64",toPrimitive:Qg},INT96:{primitiveType:"INT96",toPrimitive:LB},FLOAT:{primitiveType:"FLOAT",toPrimitive:OB},DOUBLE:{primitiveType:"DOUBLE",toPrimitive:NB},BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",toPrimitive:$g},FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",toPrimitive:$g},UTF8:{primitiveType:"BYTE_ARRAY",originalType:"UTF8",toPrimitive:CB,fromPrimitive:VB},TIME_MILLIS:{primitiveType:"INT32",originalType:"TIME_MILLIS",toPrimitive:JB},TIME_MICROS:{primitiveType:"INT64",originalType:"TIME_MICROS",toPrimitive:ZB},DATE:{primitiveType:"INT32",originalType:"DATE",toPrimitive:XB,fromPrimitive:QB},TIMESTAMP_MILLIS:{primitiveType:"INT64",originalType:"TIMESTAMP_MILLIS",toPrimitive:$B,fromPrimitive:eI},TIMESTAMP_MICROS:{primitiveType:"INT64",originalType:"TIMESTAMP_MICROS",toPrimitive:tI,fromPrimitive:rI},UINT_8:{primitiveType:"INT32",originalType:"UINT_8",toPrimitive:RB},UINT_16:{primitiveType:"INT32",originalType:"UINT_16",toPrimitive:zB},UINT_32:{primitiveType:"INT32",originalType:"UINT_32",toPrimitive:PB},UINT_64:{primitiveType:"INT64",originalType:"UINT_64",toPrimitive:UB},INT_8:{primitiveType:"INT32",originalType:"INT_8",toPrimitive:HB},INT_16:{primitiveType:"INT32",originalType:"INT_16",toPrimitive:DB},INT_32:{primitiveType:"INT32",originalType:"INT_32",toPrimitive:Xg},INT_64:{primitiveType:"INT64",originalType:"INT_64",toPrimitive:Qg},JSON:{primitiveType:"BYTE_ARRAY",originalType:"JSON",toPrimitive:WB,fromPrimitive:YB},BSON:{primitiveType:"BYTE_ARRAY",originalType:"BSON",toPrimitive:KB,fromPrimitive:GB},INTERVAL:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"INTERVAL",typeLength:12,toPrimitive:nI,fromPrimitive:iI},DECIMAL_INT32:{primitiveType:"INT32",originalType:"DECIMAL_INT32",toPrimitive:FB,fromPrimitive:rj},DECIMAL_INT64:{primitiveType:"INT64",originalType:"DECIMAL_INT64",toPrimitive:MB,fromPrimitive:rj},DECIMAL_BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",originalType:"DECIMAL_BYTE_ARRAY",toPrimitive:ej,fromPrimitive:nj},DECIMAL_FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"DECIMAL_FIXED_LEN_BYTE_ARRAY",toPrimitive:ej,fromPrimitive:nj}};function Zg(t,e,r){if(!(t in oo))throw new Error(`invalid type: ${t}`);return oo[t].toPrimitive(e,r)}function Pm(t,e,r){if(!(t in oo))throw new Error(`invalid type: ${t}`);return"fromPrimitive"in oo[t]?oo[t].fromPrimitive?.(e,r):e}function EB(t){return Boolean(t)}function AB(t){return Boolean(t)}function OB(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for FLOAT: ${t}`);return e}function NB(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for DOUBLE: ${t}`);return e}function HB(t){let e=parseInt(t,10);if(e<-128||e>127||isNaN(e))throw new Error(`invalid value for INT8: ${t}`);return e}function RB(t){let e=parseInt(t,10);if(e<0||e>255||isNaN(e))throw new Error(`invalid value for UINT8: ${t}`);return e}function DB(t){let e=parseInt(t,10);if(e<-32768||e>32767||isNaN(e))throw new Error(`invalid value for INT16: ${t}`);return e}function zB(t){let e=parseInt(t,10);if(e<0||e>65535||isNaN(e))throw new Error(`invalid value for UINT16: ${t}`);return e}function Xg(t){let e=parseInt(t,10);if(e<-2147483648||e>2147483647||isNaN(e))throw new Error(`invalid value for INT32: ${t}`);return e}function FB(t,e){let r=t*10**(e.scale||0),n=Math.round(r*10**-e.presision%1*10**e.presision);if(n<-2147483648||n>2147483647||isNaN(n))throw new Error(`invalid value for INT32: ${t}`);return n}function PB(t){let e=parseInt(t,10);if(e<0||e>281474976710655||isNaN(e))throw new Error(`invalid value for UINT32: ${t}`);return e}function Qg(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT64: ${t}`);return e}function MB(t,e){let r=t*10**(e.scale||0),n=Math.round(r*10**-e.presision%1*10**e.presision);if(isNaN(n))throw new Error(`invalid value for INT64: ${t}`);return n}function UB(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for UINT64: ${t}`);return e}function LB(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT96: ${t}`);return e}function $g(t){return Buffer.from(t)}function ej(t){return Buffer.from(t)}function CB(t){return Buffer.from(t,"utf8")}function VB(t){return t.toString()}function WB(t){return Buffer.from(JSON.stringify(t))}function YB(t){return JSON.parse(t)}function KB(t){let e=Fm.encodeSync?.(t);return Buffer.from(e)}function GB(t){return ul.parseSync?.(t)}function JB(t){let e=parseInt(t,10);if(e<0||e>18446744073709552e3||isNaN(e))throw new Error(`invalid value for TIME_MILLIS: ${t}`);return e}function ZB(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIME_MICROS: ${t}`);return e}var tj=864e5;function XB(t){if(t instanceof Date)return t.getTime()/tj;{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for DATE: ${t}`);return e}}function QB(t){return new Date(t*tj)}function $B(t){if(t instanceof Date)return t.getTime();{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIMESTAMP_MILLIS: ${t}`);return e}}function eI(t){return new Date(t)}function tI(t){if(t instanceof Date)return t.getTime()*1e3;{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIMESTAMP_MICROS: ${t}`);return e}}function rI(t){return new Date(t/1e3)}function nI(t){if(!t.months||!t.days||!t.milliseconds)throw new Error("value for INTERVAL must be object { months: ..., days: ..., milliseconds: ... }");let e=Buffer.alloc(12);return e.writeUInt32LE(t.months,0),e.writeUInt32LE(t.days,4),e.writeUInt32LE(t.milliseconds,8),e}function iI(t){let e=Buffer.from(t),r=e.readUInt32LE(0),n=e.readUInt32LE(4),i=e.readUInt32LE(8);return{months:r,days:n,milliseconds:i}}function rj(t,e){return Math.round(t*10**-e.presision%1*10**e.presision)*10**-(e.scale||0)}function nj(t,e){let r=0;if(t.length<=4)for(let i=0;i<t.length;i++)r+=t[i]<<8*(t.length-i-1);else for(let i=0;i<t.length;i++)r+=t[i]*2**(8*(t.length-1-i));return Math.round(r*10**-e.presision%1*10**e.presision)*10**-(e.scale||0)}function Mm(t){let e={};for(let r of t.fieldList)e[r.key]={dlevels:[],rlevels:[],values:[],pageHeaders:[],count:0};return{rowCount:0,columnData:e}}function ij(t,e,r){let n=Mm(t).columnData;if(Um(t.fields,e,n,0,0),r.rowCount===0){r.rowCount=1,r.columnData=n;return}r.rowCount+=1;for(let i of t.fieldList)Array.prototype.push.apply(r.columnData[i.key].rlevels,n[i.key].rlevels),Array.prototype.push.apply(r.columnData[i.key].dlevels,n[i.key].dlevels),Array.prototype.push.apply(r.columnData[i.key].values,n[i.key].values),r.columnData[i.key].count+=n[i.key].count}function Um(t,e,r,n,i){for(let f in t){let o=t[f],s=[];if(e&&o.name in e&&e[o.name]!==void 0&&e[o.name]!==null&&(e[o.name].constructor===Array?s=e[o.name]:s.push(e[o.name])),s.length===0&&Boolean(e)&&o.repetitionType==="REQUIRED")throw new Error(`missing required field: ${o.name}`);if(s.length>1&&o.repetitionType!=="REPEATED")throw new Error(`too many values for field: ${o.name}`);if(s.length===0){o.isNested?Um(o.fields,null,r,n,i):(r[o.key].count+=1,r[o.key].rlevels.push(n),r[o.key].dlevels.push(i));continue}for(let l=0;l<s.length;l++){let p=l===0?n:o.rLevelMax;o.isNested?Um(o.fields,s[l],r,p,o.dLevelMax):(r[o.key].count+=1,r[o.key].rlevels.push(p),r[o.key].dlevels.push(o.dLevelMax),r[o.key].values.push(Zg(o.originalType||o.primitiveType,s[l])))}}}function xp(t,e){let r=[];for(let n=0;n<e.rowCount;n++)r.push({});for(let n in e.columnData){let i=e.columnData[n];i.count&&fI(t,i,n,r)}return r}function fI(t,e,r,n){let i=t.findField(r),f=t.findFieldBranch(r),o=new Array(i.rLevelMax+1).fill(0),s=0;for(let l=0;l<e.count;l++){let p=e.dlevels[l],u=e.rlevels[l];o[u]++,o.fill(0,u+1);let b=0,c=n[o[b++]-1];for(let h of f){if(h===i||p<h.dLevelMax)break;switch(h.repetitionType){case"REPEATED":h.name in c||(c[h.name]=[]);let T=o[b++];for(;c[h.name].length<=T;)c[h.name].push({});c=c[h.name][T];break;default:c[h.name]=c[h.name]||{},c=c[h.name]}}if(p===i.dLevelMax){let h=Pm(i.originalType||i.primitiveType,e.values[s],i);switch(s++,i.repetitionType){case"REPEATED":i.name in c||(c[i.name]=[]);let T=o[b];for(;c[i.name].length<=T;)c[i.name].push(null);c[i.name][T]=h;break;default:c[i.name]=h}}}}function fj(t,e){let r={};for(let n in e.columnData){let i=e.columnData[n];i.count&&oI(t,i,e.rowCount,n,r)}return r}function oI(t,e,r,n,i){if(e.count<=0)return;let f=t.findField(n),o=t.findFieldBranch(n),s=o[0].name,l,{values:p}=e;if(p.length===r&&o[0].primitiveType&&(l=p),l){i[s]=l;return}l=new Array(r);for(let c=0;c<r;c++)l[c]={};i[s]=l;let u=new Array(f.rLevelMax+1).fill(0),b=0;for(let c=0;c<e.count;c++){let h=e.dlevels[c],T=e.rlevels[c];u[T]++,u.fill(0,T+1);let y=0,N=l[u[y++]-1];for(let P of o){if(P===f||h<P.dLevelMax)break;switch(P.repetitionType){case"REPEATED":P.name in N||(N[P.name]=[]);let R=u[y++];for(;N[P.name].length<=R;)N[P.name].push({});N=N[P.name][R];break;default:N[P.name]=N[P.name]||{},N=N[P.name]}}if(h===f.dLevelMax){let P=Pm(f.originalType||f.primitiveType,e.values[b],f);switch(b++,f.repetitionType){case"REPEATED":f.name in N||(N[f.name]=[]);let R=u[y];for(;N[f.name].length<=R;)N[f.name].push(null);N[f.name][R]=P;break;default:N[f.name]=P}}}for(let c=0;c<r;++c)s in l[c]&&(l[c]=l[c][s])}var Lm=class{constructor(e){this.schema=e,this.fields=oj(e,0,0,[]),this.fieldList=sj(this.fields)}findField(e){typeof e=="string"?e=e.split(","):e=e.slice(0);let r=this.fields;for(;e.length>1;e.shift())r=r[e[0]].fields;return r[e[0]]}findFieldBranch(e){typeof e=="string"&&(e=e.split(","));let r=[],n=this.fields;for(;e.length>0;e.shift())r.push(n[e[0]]),e.length>1&&(n=n[e[0]].fields);return r}shredRecord(e,r){ij(this,e,r)}materializeRows(e){return xp(this,e)}compress(e){return Cm(this.schema,e),Cm(this.fields,e),this}rowGroup(){return Mm(this)}};function Cm(t,e){for(let r in t){let n=t[r];n.fields?Cm(n.fields,e):n.compression=e}}function oj(t,e,r,n){let i={};for(let f in t){let o=t[f],s=!o.optional,l=Boolean(o.repeated),p=e,u=r,b="REQUIRED";if(s||(b="OPTIONAL",u++),l&&(b="REPEATED",p++,s&&u++),o.fields){let T=n.concat([f]);i[f]={name:f,path:T,key:T.join(),repetitionType:b,rLevelMax:p,dLevelMax:u,isNested:!0,fieldCount:Object.keys(o.fields).length,fields:oj(o.fields,p,u,T)};continue}let c=oo[o.type];if(!c)throw new Error(`invalid parquet type: ${o.type}`);if(o.encoding=o.encoding||"PLAIN",!(o.encoding in Ps))throw new Error(`unsupported parquet encoding: ${o.encoding}`);if(o.compression=o.compression||"UNCOMPRESSED",!(o.compression in _m))throw new Error(`unsupported compression method: ${o.compression}`);let h=n.concat([f]);i[f]={name:f,primitiveType:c.primitiveType,originalType:c.originalType,path:h,key:h.join(),repetitionType:b,encoding:o.encoding,compression:o.compression,typeLength:o.typeLength||c.typeLength,presision:o.presision,scale:o.scale,rLevelMax:p,dLevelMax:u}}return i}function sj(t){let e=[];for(let r in t)e.push(t[r]),t[r].isNested&&(e=e.concat(sj(t[r].fields)));return e}var Vo;(function(l){l[l.BOOLEAN=0]="BOOLEAN",l[l.INT32=1]="INT32",l[l.INT64=2]="INT64",l[l.INT96=3]="INT96",l[l.FLOAT=4]="FLOAT",l[l.DOUBLE=5]="DOUBLE",l[l.BYTE_ARRAY=6]="BYTE_ARRAY",l[l.FIXED_LEN_BYTE_ARRAY=7]="FIXED_LEN_BYTE_ARRAY"})(Vo||(Vo={}));var Ep;(function(O){O[O.UTF8=0]="UTF8",O[O.MAP=1]="MAP",O[O.MAP_KEY_VALUE=2]="MAP_KEY_VALUE",O[O.LIST=3]="LIST",O[O.ENUM=4]="ENUM",O[O.DECIMAL=5]="DECIMAL",O[O.DATE=6]="DATE",O[O.TIME_MILLIS=7]="TIME_MILLIS",O[O.TIME_MICROS=8]="TIME_MICROS",O[O.TIMESTAMP_MILLIS=9]="TIMESTAMP_MILLIS",O[O.TIMESTAMP_MICROS=10]="TIMESTAMP_MICROS",O[O.UINT_8=11]="UINT_8",O[O.UINT_16=12]="UINT_16",O[O.UINT_32=13]="UINT_32",O[O.UINT_64=14]="UINT_64",O[O.INT_8=15]="INT_8",O[O.INT_16=16]="INT_16",O[O.INT_32=17]="INT_32",O[O.INT_64=18]="INT_64",O[O.JSON=19]="JSON",O[O.BSON=20]="BSON",O[O.INTERVAL=21]="INTERVAL"})(Ep||(Ep={}));var Ap;(function(n){n[n.REQUIRED=0]="REQUIRED",n[n.OPTIONAL=1]="OPTIONAL",n[n.REPEATED=2]="REPEATED"})(Ap||(Ap={}));var so;(function(l){l[l.PLAIN=0]="PLAIN",l[l.PLAIN_DICTIONARY=2]="PLAIN_DICTIONARY",l[l.RLE=3]="RLE",l[l.BIT_PACKED=4]="BIT_PACKED",l[l.DELTA_BINARY_PACKED=5]="DELTA_BINARY_PACKED",l[l.DELTA_LENGTH_BYTE_ARRAY=6]="DELTA_LENGTH_BYTE_ARRAY",l[l.DELTA_BYTE_ARRAY=7]="DELTA_BYTE_ARRAY",l[l.RLE_DICTIONARY=8]="RLE_DICTIONARY"})(so||(so={}));var Op;(function(l){l[l.UNCOMPRESSED=0]="UNCOMPRESSED",l[l.SNAPPY=1]="SNAPPY",l[l.GZIP=2]="GZIP",l[l.LZO=3]="LZO",l[l.BROTLI=4]="BROTLI",l[l.LZ4=5]="LZ4",l[l.ZSTD=6]="ZSTD",l[l.LZ4_RAW=7]="LZ4_RAW"})(Op||(Op={}));var Np;(function(i){i[i.DATA_PAGE=0]="DATA_PAGE",i[i.INDEX_PAGE=1]="INDEX_PAGE",i[i.DICTIONARY_PAGE=2]="DICTIONARY_PAGE",i[i.DATA_PAGE_V2=3]="DATA_PAGE_V2"})(Np||(Np={}));var qd=Te(_n()),Pr=Te(nt()),Di=class{constructor(e){e!=null&&e.max!=null&&(this.max=e.max),e!=null&&e.min!=null&&(this.min=e.min),e!=null&&e.null_count!=null&&(typeof e.null_count=="number"?this.null_count=new qd.default(e.null_count):this.null_count=e.null_count),e!=null&&e.distinct_count!=null&&(typeof e.distinct_count=="number"?this.distinct_count=new qd.default(e.distinct_count):this.distinct_count=e.distinct_count),e!=null&&e.max_value!=null&&(this.max_value=e.max_value),e!=null&&e.min_value!=null&&(this.min_value=e.min_value)}write(e){e.writeStructBegin("Statistics"),this.max!=null&&(e.writeFieldBegin("max",Pr.Thrift.Type.STRING,1),e.writeBinary(this.max),e.writeFieldEnd()),this.min!=null&&(e.writeFieldBegin("min",Pr.Thrift.Type.STRING,2),e.writeBinary(this.min),e.writeFieldEnd()),this.null_count!=null&&(e.writeFieldBegin("null_count",Pr.Thrift.Type.I64,3),e.writeI64(this.null_count),e.writeFieldEnd()),this.distinct_count!=null&&(e.writeFieldBegin("distinct_count",Pr.Thrift.Type.I64,4),e.writeI64(this.distinct_count),e.writeFieldEnd()),this.max_value!=null&&(e.writeFieldBegin("max_value",Pr.Thrift.Type.STRING,5),e.writeBinary(this.max_value),e.writeFieldEnd()),this.min_value!=null&&(e.writeFieldBegin("min_value",Pr.Thrift.Type.STRING,6),e.writeBinary(this.min_value),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Pr.Thrift.Type.STOP)break;switch(f){case 1:if(i===Pr.Thrift.Type.STRING){let o=e.readBinary();r.max=o}else e.skip(i);break;case 2:if(i===Pr.Thrift.Type.STRING){let o=e.readBinary();r.min=o}else e.skip(i);break;case 3:if(i===Pr.Thrift.Type.I64){let o=e.readI64();r.null_count=o}else e.skip(i);break;case 4:if(i===Pr.Thrift.Type.I64){let o=e.readI64();r.distinct_count=o}else e.skip(i);break;case 5:if(i===Pr.Thrift.Type.STRING){let o=e.readBinary();r.max_value=o}else e.skip(i);break;case 6:if(i===Pr.Thrift.Type.STRING){let o=e.readBinary();r.min_value=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}return e.readStructEnd(),new Di(r)}};var qy=Te(nt()),gl=class{constructor(){}write(e){e.writeStructBegin("StringType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===qy.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new gl}};var ky=Te(nt()),jl=class{constructor(){}write(e){e.writeStructBegin("UUIDType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===ky.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new jl}};var Ty=Te(nt()),yl=class{constructor(){}write(e){e.writeStructBegin("MapType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Ty.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new yl}};var By=Te(nt()),vl=class{constructor(){}write(e){e.writeStructBegin("ListType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===By.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new vl}};var Iy=Te(nt()),_l=class{constructor(){}write(e){e.writeStructBegin("EnumType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Iy.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new _l}};var Sy=Te(nt()),ql=class{constructor(){}write(e){e.writeStructBegin("DateType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Sy.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new ql}};var xy=Te(nt()),kl=class{constructor(){}write(e){e.writeStructBegin("NullType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===xy.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new kl}};var qn=Te(nt()),Tl=class{constructor(e){if(e!=null&&e.scale!=null)this.scale=e.scale;else throw new qn.Thrift.TProtocolException(qn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[scale] is unset!");if(e!=null&&e.precision!=null)this.precision=e.precision;else throw new qn.Thrift.TProtocolException(qn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[precision] is unset!")}write(e){e.writeStructBegin("DecimalType"),this.scale!=null&&(e.writeFieldBegin("scale",qn.Thrift.Type.I32,1),e.writeI32(this.scale),e.writeFieldEnd()),this.precision!=null&&(e.writeFieldBegin("precision",qn.Thrift.Type.I32,2),e.writeI32(this.precision),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===qn.Thrift.Type.STOP)break;switch(f){case 1:if(i===qn.Thrift.Type.I32){let o=e.readI32();r.scale=o}else e.skip(i);break;case 2:if(i===qn.Thrift.Type.I32){let o=e.readI32();r.precision=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.scale!==void 0&&r.precision!==void 0)return new Tl(r);throw new qn.Thrift.TProtocolException(qn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DecimalType from input")}};var Ey=Te(nt()),Bl=class{constructor(){}write(e){e.writeStructBegin("MilliSeconds"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Ey.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Bl}};var Ay=Te(nt()),Il=class{constructor(){}write(e){e.writeStructBegin("MicroSeconds"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Ay.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Il}};var kn=Te(nt());var yr=Te(nt());var oi=class{constructor(e){let r=0;if(e!=null){if(e.MILLIS!=null&&(r++,this.MILLIS=e.MILLIS),e.MICROS!=null&&(r++,this.MICROS=e.MICROS),r>1)throw new yr.Thrift.TProtocolException(yr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new yr.Thrift.TProtocolException(yr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromMILLIS(e){return new oi({MILLIS:e})}static fromMICROS(e){return new oi({MICROS:e})}write(e){e.writeStructBegin("TimeUnit"),this.MILLIS!=null&&(e.writeFieldBegin("MILLIS",yr.Thrift.Type.STRUCT,1),this.MILLIS.write(e),e.writeFieldEnd()),this.MICROS!=null&&(e.writeFieldBegin("MICROS",yr.Thrift.Type.STRUCT,2),this.MICROS.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),f=i.ftype,o=i.fid;if(f===yr.Thrift.Type.STOP)break;switch(o){case 1:if(f===yr.Thrift.Type.STRUCT){r++;let s=Bl.read(e);n=oi.fromMILLIS(s)}else e.skip(f);break;case 2:if(f===yr.Thrift.Type.STRUCT){r++;let s=Il.read(e);n=oi.fromMICROS(s)}else e.skip(f);break;default:e.skip(f)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new yr.Thrift.TProtocolException(yr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new yr.Thrift.TProtocolException(yr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new yr.Thrift.TProtocolException(yr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}};var Sl=class{constructor(e){if(e!=null&&e.isAdjustedToUTC!=null)this.isAdjustedToUTC=e.isAdjustedToUTC;else throw new kn.Thrift.TProtocolException(kn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isAdjustedToUTC] is unset!");if(e!=null&&e.unit!=null)this.unit=e.unit;else throw new kn.Thrift.TProtocolException(kn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[unit] is unset!")}write(e){e.writeStructBegin("TimestampType"),this.isAdjustedToUTC!=null&&(e.writeFieldBegin("isAdjustedToUTC",kn.Thrift.Type.BOOL,1),e.writeBool(this.isAdjustedToUTC),e.writeFieldEnd()),this.unit!=null&&(e.writeFieldBegin("unit",kn.Thrift.Type.STRUCT,2),this.unit.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===kn.Thrift.Type.STOP)break;switch(f){case 1:if(i===kn.Thrift.Type.BOOL){let o=e.readBool();r.isAdjustedToUTC=o}else e.skip(i);break;case 2:if(i===kn.Thrift.Type.STRUCT){let o=oi.read(e);r.unit=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.isAdjustedToUTC!==void 0&&r.unit!==void 0)return new Sl(r);throw new kn.Thrift.TProtocolException(kn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimestampType from input")}};var Tn=Te(nt());var xl=class{constructor(e){if(e!=null&&e.isAdjustedToUTC!=null)this.isAdjustedToUTC=e.isAdjustedToUTC;else throw new Tn.Thrift.TProtocolException(Tn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isAdjustedToUTC] is unset!");if(e!=null&&e.unit!=null)this.unit=e.unit;else throw new Tn.Thrift.TProtocolException(Tn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[unit] is unset!")}write(e){e.writeStructBegin("TimeType"),this.isAdjustedToUTC!=null&&(e.writeFieldBegin("isAdjustedToUTC",Tn.Thrift.Type.BOOL,1),e.writeBool(this.isAdjustedToUTC),e.writeFieldEnd()),this.unit!=null&&(e.writeFieldBegin("unit",Tn.Thrift.Type.STRUCT,2),this.unit.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Tn.Thrift.Type.STOP)break;switch(f){case 1:if(i===Tn.Thrift.Type.BOOL){let o=e.readBool();r.isAdjustedToUTC=o}else e.skip(i);break;case 2:if(i===Tn.Thrift.Type.STRUCT){let o=oi.read(e);r.unit=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.isAdjustedToUTC!==void 0&&r.unit!==void 0)return new xl(r);throw new Tn.Thrift.TProtocolException(Tn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimeType from input")}};var Bn=Te(nt()),El=class{constructor(e){if(e!=null&&e.bitWidth!=null)this.bitWidth=e.bitWidth;else throw new Bn.Thrift.TProtocolException(Bn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[bitWidth] is unset!");if(e!=null&&e.isSigned!=null)this.isSigned=e.isSigned;else throw new Bn.Thrift.TProtocolException(Bn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isSigned] is unset!")}write(e){e.writeStructBegin("IntType"),this.bitWidth!=null&&(e.writeFieldBegin("bitWidth",Bn.Thrift.Type.BYTE,1),e.writeByte(this.bitWidth),e.writeFieldEnd()),this.isSigned!=null&&(e.writeFieldBegin("isSigned",Bn.Thrift.Type.BOOL,2),e.writeBool(this.isSigned),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Bn.Thrift.Type.STOP)break;switch(f){case 1:if(i===Bn.Thrift.Type.BYTE){let o=e.readByte();r.bitWidth=o}else e.skip(i);break;case 2:if(i===Bn.Thrift.Type.BOOL){let o=e.readBool();r.isSigned=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.bitWidth!==void 0&&r.isSigned!==void 0)return new El(r);throw new Bn.Thrift.TProtocolException(Bn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read IntType from input")}};var Oy=Te(nt()),Al=class{constructor(){}write(e){e.writeStructBegin("JsonType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Oy.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Al}};var Ny=Te(nt()),Ol=class{constructor(){}write(e){e.writeStructBegin("BsonType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Ny.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Ol}};var kt=Te(nt());var Xe=Te(nt());var dt=class{constructor(e){let r=0;if(e!=null){if(e.STRING!=null&&(r++,this.STRING=e.STRING),e.MAP!=null&&(r++,this.MAP=e.MAP),e.LIST!=null&&(r++,this.LIST=e.LIST),e.ENUM!=null&&(r++,this.ENUM=e.ENUM),e.DECIMAL!=null&&(r++,this.DECIMAL=e.DECIMAL),e.DATE!=null&&(r++,this.DATE=e.DATE),e.TIME!=null&&(r++,this.TIME=e.TIME),e.TIMESTAMP!=null&&(r++,this.TIMESTAMP=e.TIMESTAMP),e.INTEGER!=null&&(r++,this.INTEGER=e.INTEGER),e.UNKNOWN!=null&&(r++,this.UNKNOWN=e.UNKNOWN),e.JSON!=null&&(r++,this.JSON=e.JSON),e.BSON!=null&&(r++,this.BSON=e.BSON),e.UUID!=null&&(r++,this.UUID=e.UUID),r>1)throw new Xe.Thrift.TProtocolException(Xe.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Xe.Thrift.TProtocolException(Xe.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromSTRING(e){return new dt({STRING:e})}static fromMAP(e){return new dt({MAP:e})}static fromLIST(e){return new dt({LIST:e})}static fromENUM(e){return new dt({ENUM:e})}static fromDECIMAL(e){return new dt({DECIMAL:e})}static fromDATE(e){return new dt({DATE:e})}static fromTIME(e){return new dt({TIME:e})}static fromTIMESTAMP(e){return new dt({TIMESTAMP:e})}static fromINTEGER(e){return new dt({INTEGER:e})}static fromUNKNOWN(e){return new dt({UNKNOWN:e})}static fromJSON(e){return new dt({JSON:e})}static fromBSON(e){return new dt({BSON:e})}static fromUUID(e){return new dt({UUID:e})}write(e){e.writeStructBegin("LogicalType"),this.STRING!=null&&(e.writeFieldBegin("STRING",Xe.Thrift.Type.STRUCT,1),this.STRING.write(e),e.writeFieldEnd()),this.MAP!=null&&(e.writeFieldBegin("MAP",Xe.Thrift.Type.STRUCT,2),this.MAP.write(e),e.writeFieldEnd()),this.LIST!=null&&(e.writeFieldBegin("LIST",Xe.Thrift.Type.STRUCT,3),this.LIST.write(e),e.writeFieldEnd()),this.ENUM!=null&&(e.writeFieldBegin("ENUM",Xe.Thrift.Type.STRUCT,4),this.ENUM.write(e),e.writeFieldEnd()),this.DECIMAL!=null&&(e.writeFieldBegin("DECIMAL",Xe.Thrift.Type.STRUCT,5),this.DECIMAL.write(e),e.writeFieldEnd()),this.DATE!=null&&(e.writeFieldBegin("DATE",Xe.Thrift.Type.STRUCT,6),this.DATE.write(e),e.writeFieldEnd()),this.TIME!=null&&(e.writeFieldBegin("TIME",Xe.Thrift.Type.STRUCT,7),this.TIME.write(e),e.writeFieldEnd()),this.TIMESTAMP!=null&&(e.writeFieldBegin("TIMESTAMP",Xe.Thrift.Type.STRUCT,8),this.TIMESTAMP.write(e),e.writeFieldEnd()),this.INTEGER!=null&&(e.writeFieldBegin("INTEGER",Xe.Thrift.Type.STRUCT,10),this.INTEGER.write(e),e.writeFieldEnd()),this.UNKNOWN!=null&&(e.writeFieldBegin("UNKNOWN",Xe.Thrift.Type.STRUCT,11),this.UNKNOWN.write(e),e.writeFieldEnd()),this.JSON!=null&&(e.writeFieldBegin("JSON",Xe.Thrift.Type.STRUCT,12),this.JSON.write(e),e.writeFieldEnd()),this.BSON!=null&&(e.writeFieldBegin("BSON",Xe.Thrift.Type.STRUCT,13),this.BSON.write(e),e.writeFieldEnd()),this.UUID!=null&&(e.writeFieldBegin("UUID",Xe.Thrift.Type.STRUCT,14),this.UUID.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),f=i.ftype,o=i.fid;if(f===Xe.Thrift.Type.STOP)break;switch(o){case 1:if(f===Xe.Thrift.Type.STRUCT){r++;let s=gl.read(e);n=dt.fromSTRING(s)}else e.skip(f);break;case 2:if(f===Xe.Thrift.Type.STRUCT){r++;let s=yl.read(e);n=dt.fromMAP(s)}else e.skip(f);break;case 3:if(f===Xe.Thrift.Type.STRUCT){r++;let s=vl.read(e);n=dt.fromLIST(s)}else e.skip(f);break;case 4:if(f===Xe.Thrift.Type.STRUCT){r++;let s=_l.read(e);n=dt.fromENUM(s)}else e.skip(f);break;case 5:if(f===Xe.Thrift.Type.STRUCT){r++;let s=Tl.read(e);n=dt.fromDECIMAL(s)}else e.skip(f);break;case 6:if(f===Xe.Thrift.Type.STRUCT){r++;let s=ql.read(e);n=dt.fromDATE(s)}else e.skip(f);break;case 7:if(f===Xe.Thrift.Type.STRUCT){r++;let s=xl.read(e);n=dt.fromTIME(s)}else e.skip(f);break;case 8:if(f===Xe.Thrift.Type.STRUCT){r++;let s=Sl.read(e);n=dt.fromTIMESTAMP(s)}else e.skip(f);break;case 10:if(f===Xe.Thrift.Type.STRUCT){r++;let s=El.read(e);n=dt.fromINTEGER(s)}else e.skip(f);break;case 11:if(f===Xe.Thrift.Type.STRUCT){r++;let s=kl.read(e);n=dt.fromUNKNOWN(s)}else e.skip(f);break;case 12:if(f===Xe.Thrift.Type.STRUCT){r++;let s=Al.read(e);n=dt.fromJSON(s)}else e.skip(f);break;case 13:if(f===Xe.Thrift.Type.STRUCT){r++;let s=Ol.read(e);n=dt.fromBSON(s)}else e.skip(f);break;case 14:if(f===Xe.Thrift.Type.STRUCT){r++;let s=jl.read(e);n=dt.fromUUID(s)}else e.skip(f);break;default:e.skip(f)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new Xe.Thrift.TProtocolException(Xe.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Xe.Thrift.TProtocolException(Xe.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new Xe.Thrift.TProtocolException(Xe.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}};var Nl=class{constructor(e){if(e!=null&&e.type!=null&&(this.type=e.type),e!=null&&e.type_length!=null&&(this.type_length=e.type_length),e!=null&&e.repetition_type!=null&&(this.repetition_type=e.repetition_type),e!=null&&e.name!=null)this.name=e.name;else throw new kt.Thrift.TProtocolException(kt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[name] is unset!");e!=null&&e.num_children!=null&&(this.num_children=e.num_children),e!=null&&e.converted_type!=null&&(this.converted_type=e.converted_type),e!=null&&e.scale!=null&&(this.scale=e.scale),e!=null&&e.precision!=null&&(this.precision=e.precision),e!=null&&e.field_id!=null&&(this.field_id=e.field_id),e!=null&&e.logicalType!=null&&(this.logicalType=e.logicalType)}write(e){e.writeStructBegin("SchemaElement"),this.type!=null&&(e.writeFieldBegin("type",kt.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.type_length!=null&&(e.writeFieldBegin("type_length",kt.Thrift.Type.I32,2),e.writeI32(this.type_length),e.writeFieldEnd()),this.repetition_type!=null&&(e.writeFieldBegin("repetition_type",kt.Thrift.Type.I32,3),e.writeI32(this.repetition_type),e.writeFieldEnd()),this.name!=null&&(e.writeFieldBegin("name",kt.Thrift.Type.STRING,4),e.writeString(this.name),e.writeFieldEnd()),this.num_children!=null&&(e.writeFieldBegin("num_children",kt.Thrift.Type.I32,5),e.writeI32(this.num_children),e.writeFieldEnd()),this.converted_type!=null&&(e.writeFieldBegin("converted_type",kt.Thrift.Type.I32,6),e.writeI32(this.converted_type),e.writeFieldEnd()),this.scale!=null&&(e.writeFieldBegin("scale",kt.Thrift.Type.I32,7),e.writeI32(this.scale),e.writeFieldEnd()),this.precision!=null&&(e.writeFieldBegin("precision",kt.Thrift.Type.I32,8),e.writeI32(this.precision),e.writeFieldEnd()),this.field_id!=null&&(e.writeFieldBegin("field_id",kt.Thrift.Type.I32,9),e.writeI32(this.field_id),e.writeFieldEnd()),this.logicalType!=null&&(e.writeFieldBegin("logicalType",kt.Thrift.Type.STRUCT,10),this.logicalType.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===kt.Thrift.Type.STOP)break;switch(f){case 1:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.type=o}else e.skip(i);break;case 2:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.type_length=o}else e.skip(i);break;case 3:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.repetition_type=o}else e.skip(i);break;case 4:if(i===kt.Thrift.Type.STRING){let o=e.readString();r.name=o}else e.skip(i);break;case 5:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.num_children=o}else e.skip(i);break;case 6:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.converted_type=o}else e.skip(i);break;case 7:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.scale=o}else e.skip(i);break;case 8:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.precision=o}else e.skip(i);break;case 9:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.field_id=o}else e.skip(i);break;case 10:if(i===kt.Thrift.Type.STRUCT){let o=dt.read(e);r.logicalType=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.name!==void 0)return new Nl(r);throw new kt.Thrift.TProtocolException(kt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SchemaElement from input")}};var Mt=Te(nt());var Hl=class{constructor(e){if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new Mt.Thrift.TProtocolException(Mt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Mt.Thrift.TProtocolException(Mt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.definition_level_encoding!=null)this.definition_level_encoding=e.definition_level_encoding;else throw new Mt.Thrift.TProtocolException(Mt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[definition_level_encoding] is unset!");if(e!=null&&e.repetition_level_encoding!=null)this.repetition_level_encoding=e.repetition_level_encoding;else throw new Mt.Thrift.TProtocolException(Mt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[repetition_level_encoding] is unset!");e!=null&&e.statistics!=null&&(this.statistics=e.statistics)}write(e){e.writeStructBegin("DataPageHeader"),this.num_values!=null&&(e.writeFieldBegin("num_values",Mt.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Mt.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_level_encoding!=null&&(e.writeFieldBegin("definition_level_encoding",Mt.Thrift.Type.I32,3),e.writeI32(this.definition_level_encoding),e.writeFieldEnd()),this.repetition_level_encoding!=null&&(e.writeFieldBegin("repetition_level_encoding",Mt.Thrift.Type.I32,4),e.writeI32(this.repetition_level_encoding),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",Mt.Thrift.Type.STRUCT,5),this.statistics.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Mt.Thrift.Type.STOP)break;switch(f){case 1:if(i===Mt.Thrift.Type.I32){let o=e.readI32();r.num_values=o}else e.skip(i);break;case 2:if(i===Mt.Thrift.Type.I32){let o=e.readI32();r.encoding=o}else e.skip(i);break;case 3:if(i===Mt.Thrift.Type.I32){let o=e.readI32();r.definition_level_encoding=o}else e.skip(i);break;case 4:if(i===Mt.Thrift.Type.I32){let o=e.readI32();r.repetition_level_encoding=o}else e.skip(i);break;case 5:if(i===Mt.Thrift.Type.STRUCT){let o=Di.read(e);r.statistics=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.encoding!==void 0&&r.definition_level_encoding!==void 0&&r.repetition_level_encoding!==void 0)return new Hl(r);throw new Mt.Thrift.TProtocolException(Mt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeader from input")}};var Hy=Te(nt()),Rl=class{constructor(){}write(e){e.writeStructBegin("IndexPageHeader"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Hy.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Rl}};var Mr=Te(nt()),Dl=class{constructor(e){if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new Mr.Thrift.TProtocolException(Mr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Mr.Thrift.TProtocolException(Mr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");e!=null&&e.is_sorted!=null&&(this.is_sorted=e.is_sorted)}write(e){e.writeStructBegin("DictionaryPageHeader"),this.num_values!=null&&(e.writeFieldBegin("num_values",Mr.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Mr.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.is_sorted!=null&&(e.writeFieldBegin("is_sorted",Mr.Thrift.Type.BOOL,3),e.writeBool(this.is_sorted),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Mr.Thrift.Type.STOP)break;switch(f){case 1:if(i===Mr.Thrift.Type.I32){let o=e.readI32();r.num_values=o}else e.skip(i);break;case 2:if(i===Mr.Thrift.Type.I32){let o=e.readI32();r.encoding=o}else e.skip(i);break;case 3:if(i===Mr.Thrift.Type.BOOL){let o=e.readBool();r.is_sorted=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.encoding!==void 0)return new Dl(r);throw new Mr.Thrift.TProtocolException(Mr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DictionaryPageHeader from input")}};var lt=Te(nt());var zl=class{constructor(e){this.is_compressed=!0;if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new lt.Thrift.TProtocolException(lt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.num_nulls!=null)this.num_nulls=e.num_nulls;else throw new lt.Thrift.TProtocolException(lt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_nulls] is unset!");if(e!=null&&e.num_rows!=null)this.num_rows=e.num_rows;else throw new lt.Thrift.TProtocolException(lt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new lt.Thrift.TProtocolException(lt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.definition_levels_byte_length!=null)this.definition_levels_byte_length=e.definition_levels_byte_length;else throw new lt.Thrift.TProtocolException(lt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[definition_levels_byte_length] is unset!");if(e!=null&&e.repetition_levels_byte_length!=null)this.repetition_levels_byte_length=e.repetition_levels_byte_length;else throw new lt.Thrift.TProtocolException(lt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[repetition_levels_byte_length] is unset!");e!=null&&e.is_compressed!=null&&(this.is_compressed=e.is_compressed),e!=null&&e.statistics!=null&&(this.statistics=e.statistics)}write(e){e.writeStructBegin("DataPageHeaderV2"),this.num_values!=null&&(e.writeFieldBegin("num_values",lt.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.num_nulls!=null&&(e.writeFieldBegin("num_nulls",lt.Thrift.Type.I32,2),e.writeI32(this.num_nulls),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",lt.Thrift.Type.I32,3),e.writeI32(this.num_rows),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",lt.Thrift.Type.I32,4),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_levels_byte_length!=null&&(e.writeFieldBegin("definition_levels_byte_length",lt.Thrift.Type.I32,5),e.writeI32(this.definition_levels_byte_length),e.writeFieldEnd()),this.repetition_levels_byte_length!=null&&(e.writeFieldBegin("repetition_levels_byte_length",lt.Thrift.Type.I32,6),e.writeI32(this.repetition_levels_byte_length),e.writeFieldEnd()),this.is_compressed!=null&&(e.writeFieldBegin("is_compressed",lt.Thrift.Type.BOOL,7),e.writeBool(this.is_compressed),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",lt.Thrift.Type.STRUCT,8),this.statistics.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===lt.Thrift.Type.STOP)break;switch(f){case 1:if(i===lt.Thrift.Type.I32){let o=e.readI32();r.num_values=o}else e.skip(i);break;case 2:if(i===lt.Thrift.Type.I32){let o=e.readI32();r.num_nulls=o}else e.skip(i);break;case 3:if(i===lt.Thrift.Type.I32){let o=e.readI32();r.num_rows=o}else e.skip(i);break;case 4:if(i===lt.Thrift.Type.I32){let o=e.readI32();r.encoding=o}else e.skip(i);break;case 5:if(i===lt.Thrift.Type.I32){let o=e.readI32();r.definition_levels_byte_length=o}else e.skip(i);break;case 6:if(i===lt.Thrift.Type.I32){let o=e.readI32();r.repetition_levels_byte_length=o}else e.skip(i);break;case 7:if(i===lt.Thrift.Type.BOOL){let o=e.readBool();r.is_compressed=o}else e.skip(i);break;case 8:if(i===lt.Thrift.Type.STRUCT){let o=Di.read(e);r.statistics=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.num_nulls!==void 0&&r.num_rows!==void 0&&r.encoding!==void 0&&r.definition_levels_byte_length!==void 0&&r.repetition_levels_byte_length!==void 0)return new zl(r);throw new lt.Thrift.TProtocolException(lt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeaderV2 from input")}};var Tt=Te(nt());var Fl=class{constructor(e){if(e!=null&&e.type!=null)this.type=e.type;else throw new Tt.Thrift.TProtocolException(Tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[type] is unset!");if(e!=null&&e.uncompressed_page_size!=null)this.uncompressed_page_size=e.uncompressed_page_size;else throw new Tt.Thrift.TProtocolException(Tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[uncompressed_page_size] is unset!");if(e!=null&&e.compressed_page_size!=null)this.compressed_page_size=e.compressed_page_size;else throw new Tt.Thrift.TProtocolException(Tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[compressed_page_size] is unset!");e!=null&&e.crc!=null&&(this.crc=e.crc),e!=null&&e.data_page_header!=null&&(this.data_page_header=e.data_page_header),e!=null&&e.index_page_header!=null&&(this.index_page_header=e.index_page_header),e!=null&&e.dictionary_page_header!=null&&(this.dictionary_page_header=e.dictionary_page_header),e!=null&&e.data_page_header_v2!=null&&(this.data_page_header_v2=e.data_page_header_v2)}write(e){e.writeStructBegin("PageHeader"),this.type!=null&&(e.writeFieldBegin("type",Tt.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.uncompressed_page_size!=null&&(e.writeFieldBegin("uncompressed_page_size",Tt.Thrift.Type.I32,2),e.writeI32(this.uncompressed_page_size),e.writeFieldEnd()),this.compressed_page_size!=null&&(e.writeFieldBegin("compressed_page_size",Tt.Thrift.Type.I32,3),e.writeI32(this.compressed_page_size),e.writeFieldEnd()),this.crc!=null&&(e.writeFieldBegin("crc",Tt.Thrift.Type.I32,4),e.writeI32(this.crc),e.writeFieldEnd()),this.data_page_header!=null&&(e.writeFieldBegin("data_page_header",Tt.Thrift.Type.STRUCT,5),this.data_page_header.write(e),e.writeFieldEnd()),this.index_page_header!=null&&(e.writeFieldBegin("index_page_header",Tt.Thrift.Type.STRUCT,6),this.index_page_header.write(e),e.writeFieldEnd()),this.dictionary_page_header!=null&&(e.writeFieldBegin("dictionary_page_header",Tt.Thrift.Type.STRUCT,7),this.dictionary_page_header.write(e),e.writeFieldEnd()),this.data_page_header_v2!=null&&(e.writeFieldBegin("data_page_header_v2",Tt.Thrift.Type.STRUCT,8),this.data_page_header_v2.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Tt.Thrift.Type.STOP)break;switch(f){case 1:if(i===Tt.Thrift.Type.I32){let o=e.readI32();r.type=o}else e.skip(i);break;case 2:if(i===Tt.Thrift.Type.I32){let o=e.readI32();r.uncompressed_page_size=o}else e.skip(i);break;case 3:if(i===Tt.Thrift.Type.I32){let o=e.readI32();r.compressed_page_size=o}else e.skip(i);break;case 4:if(i===Tt.Thrift.Type.I32){let o=e.readI32();r.crc=o}else e.skip(i);break;case 5:if(i===Tt.Thrift.Type.STRUCT){let o=Hl.read(e);r.data_page_header=o}else e.skip(i);break;case 6:if(i===Tt.Thrift.Type.STRUCT){let o=Rl.read(e);r.index_page_header=o}else e.skip(i);break;case 7:if(i===Tt.Thrift.Type.STRUCT){let o=Dl.read(e);r.dictionary_page_header=o}else e.skip(i);break;case 8:if(i===Tt.Thrift.Type.STRUCT){let o=zl.read(e);r.data_page_header_v2=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.type!==void 0&&r.uncompressed_page_size!==void 0&&r.compressed_page_size!==void 0)return new Fl(r);throw new Tt.Thrift.TProtocolException(Tt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageHeader from input")}};var si=Te(nt()),po=class{constructor(e){if(e!=null&&e.key!=null)this.key=e.key;else throw new si.Thrift.TProtocolException(si.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[key] is unset!");e!=null&&e.value!=null&&(this.value=e.value)}write(e){e.writeStructBegin("KeyValue"),this.key!=null&&(e.writeFieldBegin("key",si.Thrift.Type.STRING,1),e.writeString(this.key),e.writeFieldEnd()),this.value!=null&&(e.writeFieldBegin("value",si.Thrift.Type.STRING,2),e.writeString(this.value),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===si.Thrift.Type.STOP)break;switch(f){case 1:if(i===si.Thrift.Type.STRING){let o=e.readString();r.key=o}else e.skip(i);break;case 2:if(i===si.Thrift.Type.STRING){let o=e.readString();r.value=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.key!==void 0)return new po(r);throw new si.Thrift.TProtocolException(si.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read KeyValue from input")}};var vr=Te(nt()),Pl=class{constructor(e){if(e!=null&&e.column_idx!=null)this.column_idx=e.column_idx;else throw new vr.Thrift.TProtocolException(vr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[column_idx] is unset!");if(e!=null&&e.descending!=null)this.descending=e.descending;else throw new vr.Thrift.TProtocolException(vr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[descending] is unset!");if(e!=null&&e.nulls_first!=null)this.nulls_first=e.nulls_first;else throw new vr.Thrift.TProtocolException(vr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[nulls_first] is unset!")}write(e){e.writeStructBegin("SortingColumn"),this.column_idx!=null&&(e.writeFieldBegin("column_idx",vr.Thrift.Type.I32,1),e.writeI32(this.column_idx),e.writeFieldEnd()),this.descending!=null&&(e.writeFieldBegin("descending",vr.Thrift.Type.BOOL,2),e.writeBool(this.descending),e.writeFieldEnd()),this.nulls_first!=null&&(e.writeFieldBegin("nulls_first",vr.Thrift.Type.BOOL,3),e.writeBool(this.nulls_first),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===vr.Thrift.Type.STOP)break;switch(f){case 1:if(i===vr.Thrift.Type.I32){let o=e.readI32();r.column_idx=o}else e.skip(i);break;case 2:if(i===vr.Thrift.Type.BOOL){let o=e.readBool();r.descending=o}else e.skip(i);break;case 3:if(i===vr.Thrift.Type.BOOL){let o=e.readBool();r.nulls_first=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.column_idx!==void 0&&r.descending!==void 0&&r.nulls_first!==void 0)return new Pl(r);throw new vr.Thrift.TProtocolException(vr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SortingColumn from input")}};var _r=Te(nt()),Ml=class{constructor(e){if(e!=null&&e.page_type!=null)this.page_type=e.page_type;else throw new _r.Thrift.TProtocolException(_r.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[page_type] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new _r.Thrift.TProtocolException(_r.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.count!=null)this.count=e.count;else throw new _r.Thrift.TProtocolException(_r.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[count] is unset!")}write(e){e.writeStructBegin("PageEncodingStats"),this.page_type!=null&&(e.writeFieldBegin("page_type",_r.Thrift.Type.I32,1),e.writeI32(this.page_type),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",_r.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.count!=null&&(e.writeFieldBegin("count",_r.Thrift.Type.I32,3),e.writeI32(this.count),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===_r.Thrift.Type.STOP)break;switch(f){case 1:if(i===_r.Thrift.Type.I32){let o=e.readI32();r.page_type=o}else e.skip(i);break;case 2:if(i===_r.Thrift.Type.I32){let o=e.readI32();r.encoding=o}else e.skip(i);break;case 3:if(i===_r.Thrift.Type.I32){let o=e.readI32();r.count=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.page_type!==void 0&&r.encoding!==void 0&&r.count!==void 0)return new Ml(r);throw new _r.Thrift.TProtocolException(_r.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageEncodingStats from input")}};var uo=Te(_n()),ve=Te(nt());var Ul=class{constructor(e){if(e!=null&&e.type!=null)this.type=e.type;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[type] is unset!");if(e!=null&&e.encodings!=null)this.encodings=e.encodings;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encodings] is unset!");if(e!=null&&e.path_in_schema!=null)this.path_in_schema=e.path_in_schema;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[path_in_schema] is unset!");if(e!=null&&e.codec!=null)this.codec=e.codec;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[codec] is unset!");if(e!=null&&e.num_values!=null)typeof e.num_values=="number"?this.num_values=new uo.default(e.num_values):this.num_values=e.num_values;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.total_uncompressed_size!=null)typeof e.total_uncompressed_size=="number"?this.total_uncompressed_size=new uo.default(e.total_uncompressed_size):this.total_uncompressed_size=e.total_uncompressed_size;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_uncompressed_size] is unset!");if(e!=null&&e.total_compressed_size!=null)typeof e.total_compressed_size=="number"?this.total_compressed_size=new uo.default(e.total_compressed_size):this.total_compressed_size=e.total_compressed_size;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_compressed_size] is unset!");if(e!=null&&e.key_value_metadata!=null&&(this.key_value_metadata=e.key_value_metadata),e!=null&&e.data_page_offset!=null)typeof e.data_page_offset=="number"?this.data_page_offset=new uo.default(e.data_page_offset):this.data_page_offset=e.data_page_offset;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[data_page_offset] is unset!");e!=null&&e.index_page_offset!=null&&(typeof e.index_page_offset=="number"?this.index_page_offset=new uo.default(e.index_page_offset):this.index_page_offset=e.index_page_offset),e!=null&&e.dictionary_page_offset!=null&&(typeof e.dictionary_page_offset=="number"?this.dictionary_page_offset=new uo.default(e.dictionary_page_offset):this.dictionary_page_offset=e.dictionary_page_offset),e!=null&&e.statistics!=null&&(this.statistics=e.statistics),e!=null&&e.encoding_stats!=null&&(this.encoding_stats=e.encoding_stats)}write(e){e.writeStructBegin("ColumnMetaData"),this.type!=null&&(e.writeFieldBegin("type",ve.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.encodings!=null&&(e.writeFieldBegin("encodings",ve.Thrift.Type.LIST,2),e.writeListBegin(ve.Thrift.Type.I32,this.encodings.length),this.encodings.forEach(r=>{e.writeI32(r)}),e.writeListEnd(),e.writeFieldEnd()),this.path_in_schema!=null&&(e.writeFieldBegin("path_in_schema",ve.Thrift.Type.LIST,3),e.writeListBegin(ve.Thrift.Type.STRING,this.path_in_schema.length),this.path_in_schema.forEach(r=>{e.writeString(r)}),e.writeListEnd(),e.writeFieldEnd()),this.codec!=null&&(e.writeFieldBegin("codec",ve.Thrift.Type.I32,4),e.writeI32(this.codec),e.writeFieldEnd()),this.num_values!=null&&(e.writeFieldBegin("num_values",ve.Thrift.Type.I64,5),e.writeI64(this.num_values),e.writeFieldEnd()),this.total_uncompressed_size!=null&&(e.writeFieldBegin("total_uncompressed_size",ve.Thrift.Type.I64,6),e.writeI64(this.total_uncompressed_size),e.writeFieldEnd()),this.total_compressed_size!=null&&(e.writeFieldBegin("total_compressed_size",ve.Thrift.Type.I64,7),e.writeI64(this.total_compressed_size),e.writeFieldEnd()),this.key_value_metadata!=null&&(e.writeFieldBegin("key_value_metadata",ve.Thrift.Type.LIST,8),e.writeListBegin(ve.Thrift.Type.STRUCT,this.key_value_metadata.length),this.key_value_metadata.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.data_page_offset!=null&&(e.writeFieldBegin("data_page_offset",ve.Thrift.Type.I64,9),e.writeI64(this.data_page_offset),e.writeFieldEnd()),this.index_page_offset!=null&&(e.writeFieldBegin("index_page_offset",ve.Thrift.Type.I64,10),e.writeI64(this.index_page_offset),e.writeFieldEnd()),this.dictionary_page_offset!=null&&(e.writeFieldBegin("dictionary_page_offset",ve.Thrift.Type.I64,11),e.writeI64(this.dictionary_page_offset),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",ve.Thrift.Type.STRUCT,12),this.statistics.write(e),e.writeFieldEnd()),this.encoding_stats!=null&&(e.writeFieldBegin("encoding_stats",ve.Thrift.Type.LIST,13),e.writeListBegin(ve.Thrift.Type.STRUCT,this.encoding_stats.length),this.encoding_stats.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===ve.Thrift.Type.STOP)break;switch(f){case 1:if(i===ve.Thrift.Type.I32){let o=e.readI32();r.type=o}else e.skip(i);break;case 2:if(i===ve.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=e.readI32();o.push(u)}e.readListEnd(),r.encodings=o}else e.skip(i);break;case 3:if(i===ve.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=e.readString();o.push(u)}e.readListEnd(),r.path_in_schema=o}else e.skip(i);break;case 4:if(i===ve.Thrift.Type.I32){let o=e.readI32();r.codec=o}else e.skip(i);break;case 5:if(i===ve.Thrift.Type.I64){let o=e.readI64();r.num_values=o}else e.skip(i);break;case 6:if(i===ve.Thrift.Type.I64){let o=e.readI64();r.total_uncompressed_size=o}else e.skip(i);break;case 7:if(i===ve.Thrift.Type.I64){let o=e.readI64();r.total_compressed_size=o}else e.skip(i);break;case 8:if(i===ve.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=po.read(e);o.push(u)}e.readListEnd(),r.key_value_metadata=o}else e.skip(i);break;case 9:if(i===ve.Thrift.Type.I64){let o=e.readI64();r.data_page_offset=o}else e.skip(i);break;case 10:if(i===ve.Thrift.Type.I64){let o=e.readI64();r.index_page_offset=o}else e.skip(i);break;case 11:if(i===ve.Thrift.Type.I64){let o=e.readI64();r.dictionary_page_offset=o}else e.skip(i);break;case 12:if(i===ve.Thrift.Type.STRUCT){let o=Di.read(e);r.statistics=o}else e.skip(i);break;case 13:if(i===ve.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=Ml.read(e);o.push(u)}e.readListEnd(),r.encoding_stats=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.type!==void 0&&r.encodings!==void 0&&r.path_in_schema!==void 0&&r.codec!==void 0&&r.num_values!==void 0&&r.total_uncompressed_size!==void 0&&r.total_compressed_size!==void 0&&r.data_page_offset!==void 0)return new Ul(r);throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnMetaData from input")}};var tu=Te(_n()),Jt=Te(nt());var Ll=class{constructor(e){if(e!=null&&e.file_path!=null&&(this.file_path=e.file_path),e!=null&&e.file_offset!=null)typeof e.file_offset=="number"?this.file_offset=new tu.default(e.file_offset):this.file_offset=e.file_offset;else throw new Jt.Thrift.TProtocolException(Jt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[file_offset] is unset!");e!=null&&e.meta_data!=null&&(this.meta_data=e.meta_data),e!=null&&e.offset_index_offset!=null&&(typeof e.offset_index_offset=="number"?this.offset_index_offset=new tu.default(e.offset_index_offset):this.offset_index_offset=e.offset_index_offset),e!=null&&e.offset_index_length!=null&&(this.offset_index_length=e.offset_index_length),e!=null&&e.column_index_offset!=null&&(typeof e.column_index_offset=="number"?this.column_index_offset=new tu.default(e.column_index_offset):this.column_index_offset=e.column_index_offset),e!=null&&e.column_index_length!=null&&(this.column_index_length=e.column_index_length)}write(e){e.writeStructBegin("ColumnChunk"),this.file_path!=null&&(e.writeFieldBegin("file_path",Jt.Thrift.Type.STRING,1),e.writeString(this.file_path),e.writeFieldEnd()),this.file_offset!=null&&(e.writeFieldBegin("file_offset",Jt.Thrift.Type.I64,2),e.writeI64(this.file_offset),e.writeFieldEnd()),this.meta_data!=null&&(e.writeFieldBegin("meta_data",Jt.Thrift.Type.STRUCT,3),this.meta_data.write(e),e.writeFieldEnd()),this.offset_index_offset!=null&&(e.writeFieldBegin("offset_index_offset",Jt.Thrift.Type.I64,4),e.writeI64(this.offset_index_offset),e.writeFieldEnd()),this.offset_index_length!=null&&(e.writeFieldBegin("offset_index_length",Jt.Thrift.Type.I32,5),e.writeI32(this.offset_index_length),e.writeFieldEnd()),this.column_index_offset!=null&&(e.writeFieldBegin("column_index_offset",Jt.Thrift.Type.I64,6),e.writeI64(this.column_index_offset),e.writeFieldEnd()),this.column_index_length!=null&&(e.writeFieldBegin("column_index_length",Jt.Thrift.Type.I32,7),e.writeI32(this.column_index_length),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Jt.Thrift.Type.STOP)break;switch(f){case 1:if(i===Jt.Thrift.Type.STRING){let o=e.readString();r.file_path=o}else e.skip(i);break;case 2:if(i===Jt.Thrift.Type.I64){let o=e.readI64();r.file_offset=o}else e.skip(i);break;case 3:if(i===Jt.Thrift.Type.STRUCT){let o=Ul.read(e);r.meta_data=o}else e.skip(i);break;case 4:if(i===Jt.Thrift.Type.I64){let o=e.readI64();r.offset_index_offset=o}else e.skip(i);break;case 5:if(i===Jt.Thrift.Type.I32){let o=e.readI32();r.offset_index_length=o}else e.skip(i);break;case 6:if(i===Jt.Thrift.Type.I64){let o=e.readI64();r.column_index_offset=o}else e.skip(i);break;case 7:if(i===Jt.Thrift.Type.I32){let o=e.readI32();r.column_index_length=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.file_offset!==void 0)return new Ll(r);throw new Jt.Thrift.TProtocolException(Jt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnChunk from input")}};var kd=Te(_n()),Zt=Te(nt());var Cl=class{constructor(e){if(e!=null&&e.columns!=null)this.columns=e.columns;else throw new Zt.Thrift.TProtocolException(Zt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[columns] is unset!");if(e!=null&&e.total_byte_size!=null)typeof e.total_byte_size=="number"?this.total_byte_size=new kd.default(e.total_byte_size):this.total_byte_size=e.total_byte_size;else throw new Zt.Thrift.TProtocolException(Zt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_byte_size] is unset!");if(e!=null&&e.num_rows!=null)typeof e.num_rows=="number"?this.num_rows=new kd.default(e.num_rows):this.num_rows=e.num_rows;else throw new Zt.Thrift.TProtocolException(Zt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");e!=null&&e.sorting_columns!=null&&(this.sorting_columns=e.sorting_columns)}write(e){e.writeStructBegin("RowGroup"),this.columns!=null&&(e.writeFieldBegin("columns",Zt.Thrift.Type.LIST,1),e.writeListBegin(Zt.Thrift.Type.STRUCT,this.columns.length),this.columns.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.total_byte_size!=null&&(e.writeFieldBegin("total_byte_size",Zt.Thrift.Type.I64,2),e.writeI64(this.total_byte_size),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",Zt.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.sorting_columns!=null&&(e.writeFieldBegin("sorting_columns",Zt.Thrift.Type.LIST,4),e.writeListBegin(Zt.Thrift.Type.STRUCT,this.sorting_columns.length),this.sorting_columns.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Zt.Thrift.Type.STOP)break;switch(f){case 1:if(i===Zt.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=Ll.read(e);o.push(u)}e.readListEnd(),r.columns=o}else e.skip(i);break;case 2:if(i===Zt.Thrift.Type.I64){let o=e.readI64();r.total_byte_size=o}else e.skip(i);break;case 3:if(i===Zt.Thrift.Type.I64){let o=e.readI64();r.num_rows=o}else e.skip(i);break;case 4:if(i===Zt.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=Pl.read(e);o.push(u)}e.readListEnd(),r.sorting_columns=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.columns!==void 0&&r.total_byte_size!==void 0&&r.num_rows!==void 0)return new Cl(r);throw new Zt.Thrift.TProtocolException(Zt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read RowGroup from input")}};var Ry=Te(nt()),Vl=class{constructor(){}write(e){e.writeStructBegin("TypeDefinedOrder"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Ry.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Vl}};var Dy=Te(_n()),wt=Te(nt());var Ur=Te(nt());var Qo=class{constructor(e){let r=0;if(e!=null){if(e.TYPE_ORDER!=null&&(r++,this.TYPE_ORDER=e.TYPE_ORDER),r>1)throw new Ur.Thrift.TProtocolException(Ur.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Ur.Thrift.TProtocolException(Ur.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromTYPE_ORDER(e){return new Qo({TYPE_ORDER:e})}write(e){e.writeStructBegin("ColumnOrder"),this.TYPE_ORDER!=null&&(e.writeFieldBegin("TYPE_ORDER",Ur.Thrift.Type.STRUCT,1),this.TYPE_ORDER.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),f=i.ftype,o=i.fid;if(f===Ur.Thrift.Type.STOP)break;switch(o){case 1:if(f===Ur.Thrift.Type.STRUCT){r++;let s=Vl.read(e);n=Qo.fromTYPE_ORDER(s)}else e.skip(f);break;default:e.skip(f)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new Ur.Thrift.TProtocolException(Ur.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Ur.Thrift.TProtocolException(Ur.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new Ur.Thrift.TProtocolException(Ur.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}};var Wl=class{constructor(e=null){if(e!=null&&e.version!=null)this.version=e.version;else throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[version] is unset!");if(e!=null&&e.schema!=null)this.schema=e.schema;else throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[schema] is unset!");if(e!=null&&e.num_rows!=null)typeof e.num_rows=="number"?this.num_rows=new Dy.default(e.num_rows):this.num_rows=e.num_rows;else throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");if(e!=null&&e.row_groups!=null)this.row_groups=e.row_groups;else throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[row_groups] is unset!");e!=null&&e.key_value_metadata!=null&&(this.key_value_metadata=e.key_value_metadata),e!=null&&e.created_by!=null&&(this.created_by=e.created_by),e!=null&&e.column_orders!=null&&(this.column_orders=e.column_orders)}write(e){e.writeStructBegin("FileMetaData"),this.version!=null&&(e.writeFieldBegin("version",wt.Thrift.Type.I32,1),e.writeI32(this.version),e.writeFieldEnd()),this.schema!=null&&(e.writeFieldBegin("schema",wt.Thrift.Type.LIST,2),e.writeListBegin(wt.Thrift.Type.STRUCT,this.schema.length),this.schema.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",wt.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.row_groups!=null&&(e.writeFieldBegin("row_groups",wt.Thrift.Type.LIST,4),e.writeListBegin(wt.Thrift.Type.STRUCT,this.row_groups.length),this.row_groups.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.key_value_metadata!=null&&(e.writeFieldBegin("key_value_metadata",wt.Thrift.Type.LIST,5),e.writeListBegin(wt.Thrift.Type.STRUCT,this.key_value_metadata.length),this.key_value_metadata.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.created_by!=null&&(e.writeFieldBegin("created_by",wt.Thrift.Type.STRING,6),e.writeString(this.created_by),e.writeFieldEnd()),this.column_orders!=null&&(e.writeFieldBegin("column_orders",wt.Thrift.Type.LIST,7),e.writeListBegin(wt.Thrift.Type.STRUCT,this.column_orders.length),this.column_orders.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===wt.Thrift.Type.STOP)break;switch(f){case 1:if(i===wt.Thrift.Type.I32){let o=e.readI32();r.version=o}else e.skip(i);break;case 2:if(i===wt.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=Nl.read(e);o.push(u)}e.readListEnd(),r.schema=o}else e.skip(i);break;case 3:if(i===wt.Thrift.Type.I64){let o=e.readI64();r.num_rows=o}else e.skip(i);break;case 4:if(i===wt.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=Cl.read(e);o.push(u)}e.readListEnd(),r.row_groups=o}else e.skip(i);break;case 5:if(i===wt.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=po.read(e);o.push(u)}e.readListEnd(),r.key_value_metadata=o}else e.skip(i);break;case 6:if(i===wt.Thrift.Type.STRING){let o=e.readString();r.created_by=o}else e.skip(i);break;case 7:if(i===wt.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=Qo.read(e);o.push(u)}e.readListEnd(),r.column_orders=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.version!==void 0&&r.schema!==void 0&&r.num_rows!==void 0&&r.row_groups!==void 0)return new Wl(r);throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read FileMetaData from input")}};var $o="PAR1",zy="PARE";var Yl="INT32",Td="RLE";var es=Te(nt());var Bd=class extends es.TFramedTransport{constructor(){super(...arguments);this.readPos=0}};function In(t,e){for(let r in t)if(t[r]===e)return r;throw new Error("Invalid ENUM value")}function Fy(t,e){e||(e=0);let r=new Bd(t);r.readPos=e;let n=new es.TCompactProtocol(r),i=Wl.read(n);return{length:r.readPos-e,metadata:i}}function Py(t,e){e||(e=0);let r=new Bd(t);r.readPos=e;let n=new es.TCompactProtocol(r),i=Fl.read(n);return{length:r.readPos-e,pageHeader:i}}function Kl(t){return t===0?0:Math.ceil(Math.log2(t+1))}function My(t,e){for(let r=0;r<t.length;r++){if(t[r].length>e.length)continue;let n=!0;for(let i=0;i<e.length;i++)if(!(t[r][i]===e[i]||t[r][i]==="+"||t[r][i]==="#")&&!(i>=t[r].length&&t[r][t[r].length-1]==="#")){n=!1;break}if(n)return r}return-1}async function Uy(t,e){let r={buffer:t,offset:0,size:t.length},n={rlevels:[],dlevels:[],values:[],pageHeaders:[],count:0},i=e.dictionary||[];for(;r.offset<r.size&&(!e.numValues||n.dlevels.length<Number(e.numValues));){let f=await Id(r,e);if(f.dictionary){i=f.dictionary;continue}i.length&&(f.values=f.values.map(o=>i[o]));for(let o=0;o<f.rlevels.length;o++){n.rlevels.push(f.rlevels[o]),n.dlevels.push(f.dlevels[o]);let s=f.values[o];s!==void 0&&n.values.push(s)}n.count+=f.count,n.pageHeaders.push(f.pageHeader)}return n}async function Id(t,e){let r,{pageHeader:n,length:i}=Py(t.buffer,t.offset);t.offset+=i;let f=In(Np,n.type);switch(f){case"DATA_PAGE":r=await xS(t,n,e);break;case"DATA_PAGE_V2":r=await ES(t,n,e);break;case"DICTIONARY_PAGE":r={dictionary:await AS(t,n,e),pageHeader:n};break;default:throw new Error(`invalid page type: ${f}`)}return r}function Sd(t,e,r){let n={},i=e;for(let f=0;f<r;f++){let o=t[i],s=i>0?In(Ap,o.repetition_type):"ROOT",l=!1,p=!1;switch(s){case"REQUIRED":break;case"OPTIONAL":l=!0;break;case"REPEATED":p=!0;break;default:throw new Error("parquet: unknown repetition type")}if(o.num_children>0){let u=Sd(t,i+1,o.num_children);i=u.next,n[o.name]={optional:l,repeated:p,fields:u.schema}}else{let u=In(Vo,o.type),b=u;switch(o.converted_type&&(b=In(Ep,o.converted_type)),b){case"DECIMAL":b=`${b}_${u}`;break;default:}n[o.name]={type:b,typeLength:o.type_length,presision:o.precision,scale:o.scale,optional:l,repeated:p},i++}}return{schema:n,offset:e,next:i}}function co(t,e,r,n,i){if(!(e in Ps))throw new Error(`invalid encoding: ${e}`);return Ps[e].decodeValues(t,r,n,i)}async function xS(t,e,r){let n=t.offset+e.compressed_page_size,i=e.data_page_header?.num_values,f=t;if(r.compression!=="UNCOMPRESSED"){let T=await hp(r.compression,t.buffer.slice(t.offset,n),e.uncompressed_page_size);f={buffer:T,offset:0,size:T.length},t.offset=n}let o=In(so,e.data_page_header?.repetition_level_encoding),s=new Array(i);r.column.rLevelMax>0?s=co(Yl,o,f,i,{bitWidth:Kl(r.column.rLevelMax),disableEnvelope:!1}):s.fill(0);let l=In(so,e.data_page_header?.definition_level_encoding),p=new Array(i);r.column.dLevelMax>0?p=co(Yl,l,f,i,{bitWidth:Kl(r.column.dLevelMax),disableEnvelope:!1}):p.fill(0);let u=0;for(let T of p)T===r.column.dLevelMax&&u++;let b=In(so,e.data_page_header?.encoding),c={typeLength:r.column.typeLength,bitWidth:r.column.typeLength},h=co(r.column.primitiveType,b,f,u,c);return{dlevels:p,rlevels:s,values:h,count:i,pageHeader:e}}async function ES(t,e,r){let n=t.offset+e.compressed_page_size,i=e.data_page_header_v2?.num_values,f=i-e.data_page_header_v2?.num_nulls,o=In(so,e.data_page_header_v2?.encoding),s=new Array(i);r.column.rLevelMax>0?s=co(Yl,Td,t,i,{bitWidth:Kl(r.column.rLevelMax),disableEnvelope:!0}):s.fill(0);let l=new Array(i);r.column.dLevelMax>0?l=co(Yl,Td,t,i,{bitWidth:Kl(r.column.dLevelMax),disableEnvelope:!0}):l.fill(0);let p=t;if(e.data_page_header_v2?.is_compressed){let c=await hp(r.compression,t.buffer.slice(t.offset,n),e.uncompressed_page_size);p={buffer:c,offset:0,size:c.length},t.offset=n}let u={typeLength:r.column.typeLength,bitWidth:r.column.typeLength},b=co(r.column.primitiveType,o,p,f,u);return{dlevels:l,rlevels:s,values:b,count:i,pageHeader:e}}async function AS(t,e,r){let n=t.offset+e.compressed_page_size,i={offset:0,buffer:t.buffer.slice(t.offset,n),size:n-t.offset};if(t.offset=n,r.compression!=="UNCOMPRESSED"){let o=await hp(r.compression,i.buffer.slice(i.offset,n),e.uncompressed_page_size);i={buffer:o,offset:0,size:o.length},t.offset=n}let f=e?.dictionary_page_header?.num_values||0;return co(r.column.primitiveType,r.column.encoding,i,f,r).map(o=>o.toString())}var OS={defaultDictionarySize:1e6},Gl=class{constructor(e,r){this.metadata=null;this.file=e,this.props={...OS,...r}}close(){this.file.close()}async*rowIterator(e){for await(let r of this.rowBatchIterator(e))for(let n of r)yield n}async*rowBatchIterator(e){let r=await this.getSchema();for await(let n of this.rowGroupIterator(e))yield xp(r,n)}async*rowGroupIterator(e){let r=(e?.columnList||[]).map(o=>Array.isArray(o)?o:[o]),n=await this.getFileMetadata(),i=await this.getSchema(),f=n?.row_groups.length||0;for(let o=0;o<f;o++)yield await this.readRowGroup(i,n.row_groups[o],r)}async getRowCount(){let e=await this.getFileMetadata();return Number(e.num_rows)}async getSchema(){let e=await this.getFileMetadata(),r=e.schema[0],{schema:n}=Sd(e.schema,1,r.num_children);return new Lm(n)}async getSchemaMetadata(){let e=await this.getFileMetadata(),r={};for(let n of e.key_value_metadata)r[n.key]=n.value;return r}async getFileMetadata(){return this.metadata||(await this.readHeader(),this.metadata=this.readFooter()),this.metadata}async readHeader(){let r=(await this.file.read(0,$o.length)).toString();switch(r){case $o:break;case zy:throw new Error("Encrypted parquet file not supported");default:throw new Error(`Invalid parquet file (magic=${r})`)}}async readFooter(){let e=$o.length+4,r=await this.file.read(this.file.size-e,e),n=r.slice(4).toString();if(n!==$o)throw new Error(`Not a valid parquet file (magic="${n})`);let i=r.readUInt32LE(0),f=this.file.size-i-e;if(f<$o.length)throw new Error(`Invalid metadata size ${f}`);let o=await this.file.read(f,i),{metadata:s}=Fy(o);return s}async readRowGroup(e,r,n){let i={rowCount:Number(r.num_rows),columnData:{}};for(let f of r.columns){let s=f.meta_data?.path_in_schema;n.length>0&&My(n,s)<0||(i.columnData[s.join()]=await this.readColumnChunk(e,f))}return i}async readColumnChunk(e,r){if(r.file_path!==void 0&&r.file_path!==null)throw new Error("external references are not supported");let n=e.findField(r.meta_data?.path_in_schema),i=In(Vo,r.meta_data?.type);if(i!==n.primitiveType)throw new Error(`chunk type not matching schema: ${i}`);let f=In(Op,r.meta_data?.codec),o=Number(r.meta_data?.data_page_offset),s=Number(r.meta_data?.total_compressed_size);r.file_path||(s=Math.min(this.file.size-o,Number(r.meta_data?.total_compressed_size)));let l={type:i,rLevelMax:n.rLevelMax,dLevelMax:n.dLevelMax,compression:f,column:n,numValues:r.meta_data?.num_values,dictionary:[]},p,u=r?.meta_data?.dictionary_page_offset;if(u){let c=Number(u);p=await this.getDictionary(c,l,o)}p=l.dictionary?.length?l.dictionary:p;let b=await this.file.read(o,s);return await Uy(b,{...l,dictionary:p})}async getDictionary(e,r,n){if(e===0)return[];let i=Math.min(this.file.size-e,this.props.defaultDictionarySize),f=await this.file.read(e,i),o={buffer:f,offset:0,size:f.length};return(await Id(o,r)).dictionary}};async function Ly(t,e){let r=new Blob([t]),n=[];for await(let i of xd(r,e))for(let f of i.data)n.push(f);return{shape:"object-row-table",data:n}}async function*xd(t,e){let r=Ds(t),i=new Gl(r).rowBatchIterator(e?.parquet);for await(let f of i)yield{shape:"object-row-table",data:f,batchType:"data",length:f.length}}var NS={BOOLEAN:"bool",INT32:"int32",INT64:"float64",INT96:"float64",FLOAT:"float32",DOUBLE:"float64",BYTE_ARRAY:"binary",FIXED_LEN_BYTE_ARRAY:"binary",UTF8:"utf8",DATE:"int32",TIME_MILLIS:"int64",TIME_MICROS:"int64",TIMESTAMP_MILLIS:"int64",TIMESTAMP_MICROS:"int64",UINT_8:"int32",UINT_16:"uint16",UINT_32:"uint32",UINT_64:"uint64",INT_8:"int8",INT_16:"int16",INT_32:"int32",INT_64:"int64",JSON:"binary",BSON:"binary",INTERVAL:"binary",DECIMAL_INT32:"float32",DECIMAL_INT64:"float64",DECIMAL_BYTE_ARRAY:"float64",DECIMAL_FIXED_LEN_BYTE_ARRAY:"float64"};function Cy(t,e){let r=Vy(t.schema),n=e&&RS(e);return{fields:r,metadata:n||{}}}function Vy(t){let e=[];for(let r in t){let n=t[r];if(n.fields){let i=Vy(n.fields);e.push({name:r,type:{type:"struct",children:i},nullable:n.optional})}else{let i=NS[n.type],f=HS(n),o={name:r,type:i,nullable:n.optional,metadata:f};e.push(o)}}return e}function HS(t){let e;for(let r in t)if(r!=="name"){let n=t[r]||"";n=typeof t[r]!="string"?JSON.stringify(t[r]):t[r],e=e||{},e[r]=n}return e}function RS(t){let e,r=t.key_value_metadata||[];for(let{key:n,value:i}of r)typeof i=="string"&&(e=e||{},e[n]=i);return e}function DS(t){let e=t.metadata.geo;if(!e)return null;try{return JSON.parse(e)}catch{return null}}function Wy(t){let e=DS(t);if(!e)return;let{version:r,primary_column:n,columns:i}=e;r&&(t.metadata["geo.version"]=r),n&&(t.metadata["geo.primary_column"]=n),t.metadata["geo.columns"]=Object.keys(i||{}).join("");for(let[f,o]of Object.entries(i||{})){let s=t.fields.find(l=>l.name===f);s&&(s.name===n&&Ed(s,"geo.primary_field","true"),zS(s,o))}}function zS(t,e){for(let[r,n]of Object.entries(e||{}))switch(r){case"geometry_type":Ed(t,`geo.${r}`,n.join(","));break;case"bbox":case"crs":case"edges":default:Ed(t,`geo.${r}`,typeof n=="string"?n:JSON.stringify(n))}}function Ed(t,e,r){t.metadata=t.metadata||{},t.metadata[e]=r}async function Yy(t,e){let r=new Blob([t]);for await(let n of Ad(r,e))return{shape:"columnar-table",schema:n.schema,data:n.data};throw new Error("empty table")}async function*Ad(t,e){let r=Ds(t),n=new Gl(r),i=await n.getSchema(),f=await n.getFileMetadata(),o=Cy(i,f);Wy(o);let s=n.rowGroupIterator(e?.parquet);for await(let l of s)yield FS(i,l,o)}function FS(t,e,r){let n=fj(t,e);return{shape:"columnar-table",batchType:"data",schema:r,data:n,length:e.rowCount}}var j0=Te(g0()),{__extends:VR,__assign:WR,__rest:y0,__decorate:YR,__param:KR,__esDecorate:GR,__runInitializers:JR,__propKey:ZR,__setFunctionName:XR,__metadata:QR,__awaiter:pe,__generator:$R,__exportStar:eD,__createBinding:tD,__values:rD,__read:nD,__spread:iD,__spreadArrays:fD,__spreadArray:oD,__await:Ve,__asyncGenerator:Lr,__asyncDelegator:rs,__asyncValues:Sn,__makeTemplateObject:sD,__importStar:lD,__importDefault:aD,__classPrivateFieldGet:pD,__classPrivateFieldSet:uD,__classPrivateFieldIn:cD}=j0.default;var Fd={};Cf(Fd,{compareArrayLike:()=>zd,joinUint8Arrays:()=>$r,memcpy:()=>is,rebaseValueOffsets:()=>Ql,toArrayBufferView:()=>Ge,toArrayBufferViewAsyncIterator:()=>Un,toArrayBufferViewIterator:()=>li,toBigInt64Array:()=>WS,toBigUint64Array:()=>GS,toFloat32Array:()=>JS,toFloat32ArrayAsyncIterator:()=>ux,toFloat32ArrayIterator:()=>nx,toFloat64Array:()=>ZS,toFloat64ArrayAsyncIterator:()=>cx,toFloat64ArrayIterator:()=>ix,toInt16Array:()=>VS,toInt16ArrayAsyncIterator:()=>sx,toInt16ArrayIterator:()=>$S,toInt32Array:()=>mo,toInt32ArrayAsyncIterator:()=>lx,toInt32ArrayIterator:()=>ex,toInt8Array:()=>CS,toInt8ArrayAsyncIterator:()=>ox,toInt8ArrayIterator:()=>QS,toUint16Array:()=>YS,toUint16ArrayAsyncIterator:()=>ax,toUint16ArrayIterator:()=>tx,toUint32Array:()=>KS,toUint32ArrayAsyncIterator:()=>px,toUint32ArrayIterator:()=>rx,toUint8Array:()=>Ee,toUint8ArrayAsyncIterator:()=>Dd,toUint8ArrayIterator:()=>Rd,toUint8ClampedArray:()=>XS,toUint8ClampedArrayAsyncIterator:()=>mx,toUint8ClampedArrayIterator:()=>fx});var PS=new TextDecoder("utf-8"),Jl=t=>PS.decode(t),MS=new TextEncoder,jf=t=>MS.encode(t);var[wD,fu]=(()=>{let t=()=>{throw new Error("BigInt is not available in this environment")};function e(){throw t()}return e.asIntN=()=>{throw t()},e.asUintN=()=>{throw t()},typeof BigInt!="undefined"?[BigInt,!0]:[e,!1]})(),[Zl,hD]=(()=>{let t=()=>{throw new Error("BigInt64Array is not available in this environment")};class e{static get BYTES_PER_ELEMENT(){return 8}static of(){throw t()}static from(){throw t()}constructor(){throw t()}}return typeof BigInt64Array!="undefined"?[BigInt64Array,!0]:[e,!1]})(),[ns,bD]=(()=>{let t=()=>{throw new Error("BigUint64Array is not available in this environment")};class e{static get BYTES_PER_ELEMENT(){return 8}static of(){throw t()}static from(){throw t()}constructor(){throw t()}}return typeof BigUint64Array!="undefined"?[BigUint64Array,!0]:[e,!1]})();var US=t=>typeof t=="number",v0=t=>typeof t=="boolean",ir=t=>typeof t=="function",xr=t=>t!=null&&Object(t)===t,Pn=t=>xr(t)&&ir(t.then);var Mn=t=>xr(t)&&ir(t[Symbol.iterator]),xn=t=>xr(t)&&ir(t[Symbol.asyncIterator]),ou=t=>xr(t)&&xr(t.schema);var su=t=>xr(t)&&"done"in t&&"value"in t;var lu=t=>xr(t)&&ir(t.stat)&&US(t.fd);var au=t=>xr(t)&&Xl(t.body),pu=t=>"_getDOMStream"in t&&"_getNodeStream"in t,_0=t=>xr(t)&&ir(t.abort)&&ir(t.getWriter)&&!pu(t),Xl=t=>xr(t)&&ir(t.cancel)&&ir(t.getReader)&&!pu(t),q0=t=>xr(t)&&ir(t.end)&&ir(t.write)&&v0(t.writable)&&!pu(t),uu=t=>xr(t)&&ir(t.read)&&ir(t.pipe)&&v0(t.readable)&&!pu(t),k0=t=>xr(t)&&ir(t.clear)&&ir(t.bytes)&&ir(t.position)&&ir(t.setPosition)&&ir(t.capacity)&&ir(t.getBufferIdentifier)&&ir(t.createLong);var Nd=typeof SharedArrayBuffer!="undefined"?SharedArrayBuffer:ArrayBuffer;function LS(t){let e=t[0]?[t[0]]:[],r,n,i,f;for(let o,s,l=0,p=0,u=t.length;++l<u;){if(o=e[p],s=t[l],!o||!s||o.buffer!==s.buffer||s.byteOffset<o.byteOffset){s&&(e[++p]=s);continue}if({byteOffset:r,byteLength:i}=o,{byteOffset:n,byteLength:f}=s,r+i<n||n+f<r){s&&(e[++p]=s);continue}e[p]=new Uint8Array(o.buffer,r,n-r+f)}return e}function is(t,e,r=0,n=e.byteLength){let i=t.byteLength,f=new Uint8Array(t.buffer,t.byteOffset,i),o=new Uint8Array(e.buffer,e.byteOffset,Math.min(n,i));return f.set(o,r),t}function $r(t,e){let r=LS(t),n=r.reduce((u,b)=>u+b.byteLength,0),i,f,o,s=0,l=-1,p=Math.min(e||Number.POSITIVE_INFINITY,n);for(let u=r.length;++l<u;){if(i=r[l],f=i.subarray(0,Math.min(i.length,p-s)),p<=s+f.length){f.length<i.length?r[l]=i.subarray(f.length):f.length===i.length&&l++,o?is(o,f,s):o=f;break}is(o||(o=new Uint8Array(p)),f,s),s+=f.length}return[o||new Uint8Array(0),r.slice(l),n-(o?o.byteLength:0)]}function Ge(t,e){let r=su(e)?e.value:e;return r instanceof t?t===Uint8Array?new t(r.buffer,r.byteOffset,r.byteLength):r:r?(typeof r=="string"&&(r=jf(r)),r instanceof ArrayBuffer?new t(r):r instanceof Nd?new t(r):k0(r)?Ge(t,r.bytes()):ArrayBuffer.isView(r)?r.byteLength<=0?new t(0):new t(r.buffer,r.byteOffset,r.byteLength/t.BYTES_PER_ELEMENT):t.from(r)):new t(0)}var CS=t=>Ge(Int8Array,t),VS=t=>Ge(Int16Array,t),mo=t=>Ge(Int32Array,t),WS=t=>Ge(Zl,t),Ee=t=>Ge(Uint8Array,t),YS=t=>Ge(Uint16Array,t),KS=t=>Ge(Uint32Array,t),GS=t=>Ge(ns,t),JS=t=>Ge(Float32Array,t),ZS=t=>Ge(Float64Array,t),XS=t=>Ge(Uint8ClampedArray,t),Hd=t=>(t.next(),t);function*li(t,e){let r=function*(i){yield i},n=typeof e=="string"||ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof Nd?r(e):Mn(e)?e:r(e);return yield*Hd(function*(i){let f=null;do f=i.next(yield Ge(t,f));while(!f.done)}(n[Symbol.iterator]())),new t}var QS=t=>li(Int8Array,t),$S=t=>li(Int16Array,t),ex=t=>li(Int32Array,t),Rd=t=>li(Uint8Array,t),tx=t=>li(Uint16Array,t),rx=t=>li(Uint32Array,t),nx=t=>li(Float32Array,t),ix=t=>li(Float64Array,t),fx=t=>li(Uint8ClampedArray,t);function Un(t,e){return Lr(this,arguments,function*(){if(Pn(e))return yield Ve(yield Ve(yield*rs(Sn(Un(t,yield Ve(e))))));let n=function(o){return Lr(this,arguments,function*(){yield yield Ve(yield Ve(o))})},i=function(o){return Lr(this,arguments,function*(){yield Ve(yield*rs(Sn(Hd(function*(s){let l=null;do l=s.next(yield l==null?void 0:l.value);while(!l.done)}(o[Symbol.iterator]())))))})},f=typeof e=="string"||ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof Nd?n(e):Mn(e)?i(e):xn(e)?e:n(e);return yield Ve(yield*rs(Sn(Hd(function(o){return Lr(this,arguments,function*(){let s=null;do s=yield Ve(o.next(yield yield Ve(Ge(t,s))));while(!s.done)})}(f[Symbol.asyncIterator]()))))),yield Ve(new t)})}var ox=t=>Un(Int8Array,t),sx=t=>Un(Int16Array,t),lx=t=>Un(Int32Array,t),Dd=t=>Un(Uint8Array,t),ax=t=>Un(Uint16Array,t),px=t=>Un(Uint32Array,t),ux=t=>Un(Float32Array,t),cx=t=>Un(Float64Array,t),mx=t=>Un(Uint8ClampedArray,t);function Ql(t,e,r){if(t!==0){r=r.slice(0,e+1);for(let n=-1;++n<=e;)r[n]+=t}return r}function zd(t,e){let r=0,n=t.length;if(n!==e.length)return!1;if(n>0)do if(t[r]!==e[r])return!1;while(++r<n);return!0}var cr={fromIterable(t){return cu(dx(t))},fromAsyncIterable(t){return cu(wx(t))},fromDOMStream(t){return cu(hx(t))},fromNodeStream(t){return cu(bx(t))},toDOMStream(t,e){throw new Error('"toDOMStream" not available in this environment')},toNodeStream(t,e){throw new Error('"toNodeStream" not available in this environment')}},cu=t=>(t.next(),t);function*dx(t){let e,r=!1,n=[],i,f,o,s=0;function l(){return f==="peek"?$r(n,o)[0]:([i,n,s]=$r(n,o),i)}({cmd:f,size:o}=yield null);let p=Rd(t)[Symbol.iterator]();try{do if({done:e,value:i}=Number.isNaN(o-s)?p.next():p.next(o-s),!e&&i.byteLength>0&&(n.push(i),s+=i.byteLength),e||o<=s)do({cmd:f,size:o}=yield l());while(o<s);while(!e)}catch(u){(r=!0)&&typeof p.throw=="function"&&p.throw(u)}finally{r===!1&&typeof p.return=="function"&&p.return(null)}return null}function wx(t){return Lr(this,arguments,function*(){let r,n=!1,i=[],f,o,s,l=0;function p(){return o==="peek"?$r(i,s)[0]:([f,i,l]=$r(i,s),f)}({cmd:o,size:s}=yield yield Ve(null));let u=Dd(t)[Symbol.asyncIterator]();try{do if({done:r,value:f}=Number.isNaN(s-l)?yield Ve(u.next()):yield Ve(u.next(s-l)),!r&&f.byteLength>0&&(i.push(f),l+=f.byteLength),r||s<=l)do({cmd:o,size:s}=yield yield Ve(p()));while(s<l);while(!r)}catch(b){(n=!0)&&typeof u.throw=="function"&&(yield Ve(u.throw(b)))}finally{n===!1&&typeof u.return=="function"&&(yield Ve(u.return(new Uint8Array(0))))}return yield Ve(null)})}function hx(t){return Lr(this,arguments,function*(){let r=!1,n=!1,i=[],f,o,s,l=0;function p(){return o==="peek"?$r(i,s)[0]:([f,i,l]=$r(i,s),f)}({cmd:o,size:s}=yield yield Ve(null));let u=new T0(t);try{do if({done:r,value:f}=Number.isNaN(s-l)?yield Ve(u.read()):yield Ve(u.read(s-l)),!r&&f.byteLength>0&&(i.push(Ee(f)),l+=f.byteLength),r||s<=l)do({cmd:o,size:s}=yield yield Ve(p()));while(s<l);while(!r)}catch(b){(n=!0)&&(yield Ve(u.cancel(b)))}finally{n===!1?yield Ve(u.cancel()):t.locked&&u.releaseLock()}return yield Ve(null)})}var T0=class{constructor(e){this.source=e,this.reader=null,this.reader=this.source.getReader(),this.reader.closed.catch(()=>{})}get closed(){return this.reader?this.reader.closed.catch(()=>{}):Promise.resolve()}releaseLock(){this.reader&&this.reader.releaseLock(),this.reader=null}cancel(e){return pe(this,void 0,void 0,function*(){let{reader:r,source:n}=this;r&&(yield r.cancel(e).catch(()=>{})),n&&n.locked&&this.releaseLock()})}read(e){return pe(this,void 0,void 0,function*(){if(e===0)return{done:this.reader==null,value:new Uint8Array(0)};let r=yield this.reader.read();return!r.done&&(r.value=Ee(r)),r})}},Pd=(t,e)=>{let r=i=>n([e,i]),n;return[e,r,new Promise(i=>(n=i)&&t.once(e,r))]};function bx(t){return Lr(this,arguments,function*(){let r=[],n="error",i=!1,f=null,o,s,l=0,p=[],u;function b(){return o==="peek"?$r(p,s)[0]:([u,p,l]=$r(p,s),u)}if({cmd:o,size:s}=yield yield Ve(null),t.isTTY)return yield yield Ve(new Uint8Array(0)),yield Ve(null);try{r[0]=Pd(t,"end"),r[1]=Pd(t,"error");do{if(r[2]=Pd(t,"readable"),[n,f]=yield Ve(Promise.race(r.map(h=>h[2]))),n==="error")break;if((i=n==="end")||(Number.isFinite(s-l)?(u=Ee(t.read(s-l)),u.byteLength<s-l&&(u=Ee(t.read()))):u=Ee(t.read()),u.byteLength>0&&(p.push(u),l+=u.byteLength)),i||s<=l)do({cmd:o,size:s}=yield yield Ve(b()));while(s<l)}while(!i)}finally{yield Ve(c(r,n==="error"?f:null))}return yield Ve(null);function c(h,T){return u=p=null,new Promise((y,N)=>{for(let[P,R]of h)t.off(P,R);try{let P=t.destroy;P&&P.call(t,T),T=void 0}catch(P){T=P||T}finally{T!=null?N(T):y()}})}})}var mr;(function(t){t[t.V1=0]="V1",t[t.V2=1]="V2",t[t.V3=2]="V3",t[t.V4=3]="V4",t[t.V5=4]="V5"})(mr||(mr={}));var Ut;(function(t){t[t.Sparse=0]="Sparse",t[t.Dense=1]="Dense"})(Ut||(Ut={}));var Dt;(function(t){t[t.HALF=0]="HALF",t[t.SINGLE=1]="SINGLE",t[t.DOUBLE=2]="DOUBLE"})(Dt||(Dt={}));var qr;(function(t){t[t.DAY=0]="DAY",t[t.MILLISECOND=1]="MILLISECOND"})(qr||(qr={}));var Qe;(function(t){t[t.SECOND=0]="SECOND",t[t.MILLISECOND=1]="MILLISECOND",t[t.MICROSECOND=2]="MICROSECOND",t[t.NANOSECOND=3]="NANOSECOND"})(Qe||(Qe={}));var Cr;(function(t){t[t.YEAR_MONTH=0]="YEAR_MONTH",t[t.DAY_TIME=1]="DAY_TIME",t[t.MONTH_DAY_NANO=2]="MONTH_DAY_NANO"})(Cr||(Cr={}));var ft;(function(t){t[t.NONE=0]="NONE",t[t.Schema=1]="Schema",t[t.DictionaryBatch=2]="DictionaryBatch",t[t.RecordBatch=3]="RecordBatch",t[t.Tensor=4]="Tensor",t[t.SparseTensor=5]="SparseTensor"})(ft||(ft={}));var H;(function(t){t[t.NONE=0]="NONE",t[t.Null=1]="Null",t[t.Int=2]="Int",t[t.Float=3]="Float",t[t.Binary=4]="Binary",t[t.Utf8=5]="Utf8",t[t.Bool=6]="Bool",t[t.Decimal=7]="Decimal",t[t.Date=8]="Date",t[t.Time=9]="Time",t[t.Timestamp=10]="Timestamp",t[t.Interval=11]="Interval",t[t.List=12]="List",t[t.Struct=13]="Struct",t[t.Union=14]="Union",t[t.FixedSizeBinary=15]="FixedSizeBinary",t[t.FixedSizeList=16]="FixedSizeList",t[t.Map=17]="Map",t[t.Dictionary=-1]="Dictionary",t[t.Int8=-2]="Int8",t[t.Int16=-3]="Int16",t[t.Int32=-4]="Int32",t[t.Int64=-5]="Int64",t[t.Uint8=-6]="Uint8",t[t.Uint16=-7]="Uint16",t[t.Uint32=-8]="Uint32",t[t.Uint64=-9]="Uint64",t[t.Float16=-10]="Float16",t[t.Float32=-11]="Float32",t[t.Float64=-12]="Float64",t[t.DateDay=-13]="DateDay",t[t.DateMillisecond=-14]="DateMillisecond",t[t.TimestampSecond=-15]="TimestampSecond",t[t.TimestampMillisecond=-16]="TimestampMillisecond",t[t.TimestampMicrosecond=-17]="TimestampMicrosecond",t[t.TimestampNanosecond=-18]="TimestampNanosecond",t[t.TimeSecond=-19]="TimeSecond",t[t.TimeMillisecond=-20]="TimeMillisecond",t[t.TimeMicrosecond=-21]="TimeMicrosecond",t[t.TimeNanosecond=-22]="TimeNanosecond",t[t.DenseUnion=-23]="DenseUnion",t[t.SparseUnion=-24]="SparseUnion",t[t.IntervalDayTime=-25]="IntervalDayTime",t[t.IntervalYearMonth=-26]="IntervalYearMonth"})(H||(H={}));var Ln;(function(t){t[t.OFFSET=0]="OFFSET",t[t.DATA=1]="DATA",t[t.VALIDITY=2]="VALIDITY",t[t.TYPE=3]="TYPE"})(Ln||(Ln={}));var lw={};Cf(lw,{clampIndex:()=>l1,clampRange:()=>ta,createElementComparator:()=>Ef});var gx=void 0;function Cn(t){if(t===null)return"null";if(t===gx)return"undefined";switch(typeof t){case"number":return`${t}`;case"bigint":return`${t}`;case"string":return`"${t}"`}return typeof t[Symbol.toPrimitive]=="function"?t[Symbol.toPrimitive]("string"):ArrayBuffer.isView(t)?t instanceof BigInt64Array||t instanceof BigUint64Array?`[${[...t].map(e=>Cn(e))}]`:`[${t}]`:ArrayBuffer.isView(t)?`[${t}]`:JSON.stringify(t,(e,r)=>typeof r=="bigint"?`${r}`:r)}var Ud={};Cf(Ud,{BN:()=>ss,bignumToBigInt:()=>mu,bignumToString:()=>yf,isArrowBigNumSymbol:()=>B0});var B0=Symbol.for("isArrowBigNum");function Vn(t,...e){return e.length===0?Object.setPrototypeOf(Ge(this.TypedArray,t),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(t,...e),this.constructor.prototype)}Vn.prototype[B0]=!0;Vn.prototype.toJSON=function(){return`"${yf(this)}"`};Vn.prototype.valueOf=function(){return I0(this)};Vn.prototype.toString=function(){return yf(this)};Vn.prototype[Symbol.toPrimitive]=function(t="default"){switch(t){case"number":return I0(this);case"string":return yf(this);case"default":return mu(this)}return yf(this)};function fs(...t){return Vn.apply(this,t)}function os(...t){return Vn.apply(this,t)}function $l(...t){return Vn.apply(this,t)}Object.setPrototypeOf(fs.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(os.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf($l.prototype,Object.create(Uint32Array.prototype));Object.assign(fs.prototype,Vn.prototype,{constructor:fs,signed:!0,TypedArray:Int32Array,BigIntArray:Zl});Object.assign(os.prototype,Vn.prototype,{constructor:os,signed:!1,TypedArray:Uint32Array,BigIntArray:ns});Object.assign($l.prototype,Vn.prototype,{constructor:$l,signed:!0,TypedArray:Uint32Array,BigIntArray:ns});function I0(t){let{buffer:e,byteOffset:r,length:n,signed:i}=t,f=new ns(e,r,n),o=i&&f[f.length-1]&BigInt(1)<<BigInt(63),s=BigInt(o?1:0),l=BigInt(0);if(o){for(let p of f)s+=~p*(BigInt(1)<<BigInt(32)*l++);s*=BigInt(-1)}else for(let p of f)s+=p*(BigInt(1)<<BigInt(32)*l++);return s}var yf,mu;fu?(mu=t=>t.byteLength===8?new t.BigIntArray(t.buffer,t.byteOffset,1)[0]:Md(t),yf=t=>t.byteLength===8?`${new t.BigIntArray(t.buffer,t.byteOffset,1)[0]}`:Md(t)):(yf=Md,mu=yf);function Md(t){let e="",r=new Uint32Array(2),n=new Uint16Array(t.buffer,t.byteOffset,t.byteLength/2),i=new Uint32Array((n=new Uint16Array(n).reverse()).buffer),f=-1,o=n.length-1;do{for(r[0]=n[f=0];f<o;)n[f++]=r[1]=r[0]/10,r[0]=(r[0]-r[1]*10<<16)+n[f];n[f]=r[1]=r[0]/10,r[0]=r[0]-r[1]*10,e=`${r[0]}${e}`}while(i[0]||i[1]||i[2]||i[3]);return e||"0"}var ss=class{static new(e,r){switch(r){case!0:return new fs(e);case!1:return new os(e)}switch(e.constructor){case Int8Array:case Int16Array:case Int32Array:case Zl:return new fs(e)}return e.byteLength===16?new $l(e):new os(e)}static signed(e){return new fs(e)}static unsigned(e){return new os(e)}static decimal(e){return new $l(e)}constructor(e,r){return ss.new(e,r)}};var S0,x0,E0,A0,O0,N0,H0,R0,D0,z0,F0,P0,M0,U0,L0,C0,V0,W0,Y0,je=class{static isNull(e){return(e==null?void 0:e.typeId)===H.Null}static isInt(e){return(e==null?void 0:e.typeId)===H.Int}static isFloat(e){return(e==null?void 0:e.typeId)===H.Float}static isBinary(e){return(e==null?void 0:e.typeId)===H.Binary}static isUtf8(e){return(e==null?void 0:e.typeId)===H.Utf8}static isBool(e){return(e==null?void 0:e.typeId)===H.Bool}static isDecimal(e){return(e==null?void 0:e.typeId)===H.Decimal}static isDate(e){return(e==null?void 0:e.typeId)===H.Date}static isTime(e){return(e==null?void 0:e.typeId)===H.Time}static isTimestamp(e){return(e==null?void 0:e.typeId)===H.Timestamp}static isInterval(e){return(e==null?void 0:e.typeId)===H.Interval}static isList(e){return(e==null?void 0:e.typeId)===H.List}static isStruct(e){return(e==null?void 0:e.typeId)===H.Struct}static isUnion(e){return(e==null?void 0:e.typeId)===H.Union}static isFixedSizeBinary(e){return(e==null?void 0:e.typeId)===H.FixedSizeBinary}static isFixedSizeList(e){return(e==null?void 0:e.typeId)===H.FixedSizeList}static isMap(e){return(e==null?void 0:e.typeId)===H.Map}static isDictionary(e){return(e==null?void 0:e.typeId)===H.Dictionary}static isDenseUnion(e){return je.isUnion(e)&&e.mode===Ut.Dense}static isSparseUnion(e){return je.isUnion(e)&&e.mode===Ut.Sparse}get typeId(){return H.NONE}};S0=Symbol.toStringTag;je[S0]=(t=>(t.children=null,t.ArrayType=Array,t[Symbol.toStringTag]="DataType"))(je.prototype);var Vr=class extends je{toString(){return"Null"}get typeId(){return H.Null}};x0=Symbol.toStringTag;Vr[x0]=(t=>t[Symbol.toStringTag]="Null")(Vr.prototype);var Xt=class extends je{constructor(e,r){super();this.isSigned=e,this.bitWidth=r}get typeId(){return H.Int}get ArrayType(){switch(this.bitWidth){case 8:return this.isSigned?Int8Array:Uint8Array;case 16:return this.isSigned?Int16Array:Uint16Array;case 32:return this.isSigned?Int32Array:Uint32Array;case 64:return this.isSigned?BigInt64Array:BigUint64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};E0=Symbol.toStringTag;Xt[E0]=(t=>(t.isSigned=null,t.bitWidth=null,t[Symbol.toStringTag]="Int"))(Xt.prototype);var Ld=class extends Xt{constructor(){super(!0,8)}get ArrayType(){return Int8Array}},Cd=class extends Xt{constructor(){super(!0,16)}get ArrayType(){return Int16Array}},zi=class extends Xt{constructor(){super(!0,32)}get ArrayType(){return Int32Array}},Vd=class extends Xt{constructor(){super(!0,64)}get ArrayType(){return BigInt64Array}},Wd=class extends Xt{constructor(){super(!1,8)}get ArrayType(){return Uint8Array}},Yd=class extends Xt{constructor(){super(!1,16)}get ArrayType(){return Uint16Array}},Kd=class extends Xt{constructor(){super(!1,32)}get ArrayType(){return Uint32Array}},Gd=class extends Xt{constructor(){super(!1,64)}get ArrayType(){return BigUint64Array}};Object.defineProperty(Ld.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(Cd.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(zi.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(Vd.prototype,"ArrayType",{value:BigInt64Array});Object.defineProperty(Wd.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(Yd.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Kd.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(Gd.prototype,"ArrayType",{value:BigUint64Array});var en=class extends je{constructor(e){super();this.precision=e}get typeId(){return H.Float}get ArrayType(){switch(this.precision){case Dt.HALF:return Uint16Array;case Dt.SINGLE:return Float32Array;case Dt.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};A0=Symbol.toStringTag;en[A0]=(t=>(t.precision=null,t[Symbol.toStringTag]="Float"))(en.prototype);var Jd=class extends en{constructor(){super(Dt.HALF)}},Zd=class extends en{constructor(){super(Dt.SINGLE)}},Xd=class extends en{constructor(){super(Dt.DOUBLE)}};Object.defineProperty(Jd.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Zd.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(Xd.prototype,"ArrayType",{value:Float64Array});var vf=class extends je{constructor(){super()}get typeId(){return H.Binary}toString(){return"Binary"}};O0=Symbol.toStringTag;vf[O0]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Binary"))(vf.prototype);var _f=class extends je{constructor(){super()}get typeId(){return H.Utf8}toString(){return"Utf8"}};N0=Symbol.toStringTag;_f[N0]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Utf8"))(_f.prototype);var qf=class extends je{constructor(){super()}get typeId(){return H.Bool}toString(){return"Bool"}};H0=Symbol.toStringTag;qf[H0]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Bool"))(qf.prototype);var kf=class extends je{constructor(e,r,n=128){super();this.scale=e,this.precision=r,this.bitWidth=n}get typeId(){return H.Decimal}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};R0=Symbol.toStringTag;kf[R0]=(t=>(t.scale=null,t.precision=null,t.ArrayType=Uint32Array,t[Symbol.toStringTag]="Decimal"))(kf.prototype);var Tf=class extends je{constructor(e){super();this.unit=e}get typeId(){return H.Date}toString(){return`Date${(this.unit+1)*32}<${qr[this.unit]}>`}};D0=Symbol.toStringTag;Tf[D0]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Date"))(Tf.prototype);var ai=class extends je{constructor(e,r){super();this.unit=e,this.bitWidth=r}get typeId(){return H.Time}toString(){return`Time${this.bitWidth}<${Qe[this.unit]}>`}get ArrayType(){switch(this.bitWidth){case 32:return Int32Array;case 64:return BigInt64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}};z0=Symbol.toStringTag;ai[z0]=(t=>(t.unit=null,t.bitWidth=null,t[Symbol.toStringTag]="Time"))(ai.prototype);var Bf=class extends je{constructor(e,r){super();this.unit=e,this.timezone=r}get typeId(){return H.Timestamp}toString(){return`Timestamp<${Qe[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};F0=Symbol.toStringTag;Bf[F0]=(t=>(t.unit=null,t.timezone=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Timestamp"))(Bf.prototype);var If=class extends je{constructor(e){super();this.unit=e}get typeId(){return H.Interval}toString(){return`Interval<${Cr[this.unit]}>`}};P0=Symbol.toStringTag;If[P0]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Interval"))(If.prototype);var pi=class extends je{constructor(e){super();this.children=[e]}get typeId(){return H.List}toString(){return`List<${this.valueType}>`}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}};M0=Symbol.toStringTag;pi[M0]=(t=>(t.children=null,t[Symbol.toStringTag]="List"))(pi.prototype);var Ot=class extends je{constructor(e){super();this.children=e}get typeId(){return H.Struct}toString(){return`Struct<{${this.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}};U0=Symbol.toStringTag;Ot[U0]=(t=>(t.children=null,t[Symbol.toStringTag]="Struct"))(Ot.prototype);var ui=class extends je{constructor(e,r,n){super();this.mode=e,this.children=n,this.typeIds=r=Int32Array.from(r),this.typeIdToChildIndex=r.reduce((i,f,o)=>(i[f]=o)&&i||i,Object.create(null))}get typeId(){return H.Union}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(e=>`${e.type}`).join(" | ")}>`}};L0=Symbol.toStringTag;ui[L0]=(t=>(t.mode=null,t.typeIds=null,t.children=null,t.typeIdToChildIndex=null,t.ArrayType=Int8Array,t[Symbol.toStringTag]="Union"))(ui.prototype);var Sf=class extends je{constructor(e){super();this.byteWidth=e}get typeId(){return H.FixedSizeBinary}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};C0=Symbol.toStringTag;Sf[C0]=(t=>(t.byteWidth=null,t.ArrayType=Uint8Array,t[Symbol.toStringTag]="FixedSizeBinary"))(Sf.prototype);var ci=class extends je{constructor(e,r){super();this.listSize=e,this.children=[r]}get typeId(){return H.FixedSizeList}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}toString(){return`FixedSizeList[${this.listSize}]<${this.valueType}>`}};V0=Symbol.toStringTag;ci[V0]=(t=>(t.children=null,t.listSize=null,t[Symbol.toStringTag]="FixedSizeList"))(ci.prototype);var mi=class extends je{constructor(e,r=!1){super();this.children=[e],this.keysSorted=r}get typeId(){return H.Map}get keyType(){return this.children[0].type.children[0].type}get valueType(){return this.children[0].type.children[1].type}get childType(){return this.children[0].type}toString(){return`Map<{${this.children[0].type.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}};W0=Symbol.toStringTag;mi[W0]=(t=>(t.children=null,t.keysSorted=null,t[Symbol.toStringTag]="Map_"))(mi.prototype);var jx=(t=>()=>++t)(-1),En=class extends je{constructor(e,r,n,i){super();this.indices=r,this.dictionary=e,this.isOrdered=i||!1,this.id=n==null?jx():typeof n=="number"?n:n.low}get typeId(){return H.Dictionary}get children(){return this.dictionary.children}get valueType(){return this.dictionary}get ArrayType(){return this.dictionary.ArrayType}toString(){return`Dictionary<${this.indices}, ${this.dictionary}>`}};Y0=Symbol.toStringTag;En[Y0]=(t=>(t.id=null,t.indices=null,t.isOrdered=null,t.dictionary=null,t[Symbol.toStringTag]="Dictionary"))(En.prototype);function tn(t){let e=t;switch(t.typeId){case H.Decimal:return t.bitWidth/32;case H.Timestamp:return 2;case H.Date:return 1+e.unit;case H.Interval:return 1+e.unit;case H.FixedSizeList:return e.listSize;case H.FixedSizeBinary:return e.byteWidth;default:return 1}}var qe=class{visitMany(e,...r){return e.map((n,i)=>this.visit(n,...r.map(f=>f[i])))}visit(...e){return this.getVisitFn(e[0],!1).apply(this,e)}getVisitFn(e,r=!0){return yx(this,e,r)}getVisitFnByTypeId(e,r=!0){return ls(this,e,r)}visitNull(e,...r){return null}visitBool(e,...r){return null}visitInt(e,...r){return null}visitFloat(e,...r){return null}visitUtf8(e,...r){return null}visitBinary(e,...r){return null}visitFixedSizeBinary(e,...r){return null}visitDate(e,...r){return null}visitTimestamp(e,...r){return null}visitTime(e,...r){return null}visitDecimal(e,...r){return null}visitList(e,...r){return null}visitStruct(e,...r){return null}visitUnion(e,...r){return null}visitDictionary(e,...r){return null}visitInterval(e,...r){return null}visitFixedSizeList(e,...r){return null}visitMap(e,...r){return null}};function yx(t,e,r=!0){return typeof e=="number"?ls(t,e,r):typeof e=="string"&&e in H?ls(t,H[e],r):e&&e instanceof je?ls(t,K0(e),r):(e==null?void 0:e.type)&&e.type instanceof je?ls(t,K0(e.type),r):ls(t,H.NONE,r)}function ls(t,e,r=!0){let n=null;switch(e){case H.Null:n=t.visitNull;break;case H.Bool:n=t.visitBool;break;case H.Int:n=t.visitInt;break;case H.Int8:n=t.visitInt8||t.visitInt;break;case H.Int16:n=t.visitInt16||t.visitInt;break;case H.Int32:n=t.visitInt32||t.visitInt;break;case H.Int64:n=t.visitInt64||t.visitInt;break;case H.Uint8:n=t.visitUint8||t.visitInt;break;case H.Uint16:n=t.visitUint16||t.visitInt;break;case H.Uint32:n=t.visitUint32||t.visitInt;break;case H.Uint64:n=t.visitUint64||t.visitInt;break;case H.Float:n=t.visitFloat;break;case H.Float16:n=t.visitFloat16||t.visitFloat;break;case H.Float32:n=t.visitFloat32||t.visitFloat;break;case H.Float64:n=t.visitFloat64||t.visitFloat;break;case H.Utf8:n=t.visitUtf8;break;case H.Binary:n=t.visitBinary;break;case H.FixedSizeBinary:n=t.visitFixedSizeBinary;break;case H.Date:n=t.visitDate;break;case H.DateDay:n=t.visitDateDay||t.visitDate;break;case H.DateMillisecond:n=t.visitDateMillisecond||t.visitDate;break;case H.Timestamp:n=t.visitTimestamp;break;case H.TimestampSecond:n=t.visitTimestampSecond||t.visitTimestamp;break;case H.TimestampMillisecond:n=t.visitTimestampMillisecond||t.visitTimestamp;break;case H.TimestampMicrosecond:n=t.visitTimestampMicrosecond||t.visitTimestamp;break;case H.TimestampNanosecond:n=t.visitTimestampNanosecond||t.visitTimestamp;break;case H.Time:n=t.visitTime;break;case H.TimeSecond:n=t.visitTimeSecond||t.visitTime;break;case H.TimeMillisecond:n=t.visitTimeMillisecond||t.visitTime;break;case H.TimeMicrosecond:n=t.visitTimeMicrosecond||t.visitTime;break;case H.TimeNanosecond:n=t.visitTimeNanosecond||t.visitTime;break;case H.Decimal:n=t.visitDecimal;break;case H.List:n=t.visitList;break;case H.Struct:n=t.visitStruct;break;case H.Union:n=t.visitUnion;break;case H.DenseUnion:n=t.visitDenseUnion||t.visitUnion;break;case H.SparseUnion:n=t.visitSparseUnion||t.visitUnion;break;case H.Dictionary:n=t.visitDictionary;break;case H.Interval:n=t.visitInterval;break;case H.IntervalDayTime:n=t.visitIntervalDayTime||t.visitInterval;break;case H.IntervalYearMonth:n=t.visitIntervalYearMonth||t.visitInterval;break;case H.FixedSizeList:n=t.visitFixedSizeList;break;case H.Map:n=t.visitMap;break}if(typeof n=="function")return n;if(!r)return()=>null;throw new Error(`Unrecognized type '${H[e]}'`)}function K0(t){switch(t.typeId){case H.Null:return H.Null;case H.Int:{let{bitWidth:e,isSigned:r}=t;switch(e){case 8:return r?H.Int8:H.Uint8;case 16:return r?H.Int16:H.Uint16;case 32:return r?H.Int32:H.Uint32;case 64:return r?H.Int64:H.Uint64}return H.Int}case H.Float:switch(t.precision){case Dt.HALF:return H.Float16;case Dt.SINGLE:return H.Float32;case Dt.DOUBLE:return H.Float64}return H.Float;case H.Binary:return H.Binary;case H.Utf8:return H.Utf8;case H.Bool:return H.Bool;case H.Decimal:return H.Decimal;case H.Time:switch(t.unit){case Qe.SECOND:return H.TimeSecond;case Qe.MILLISECOND:return H.TimeMillisecond;case Qe.MICROSECOND:return H.TimeMicrosecond;case Qe.NANOSECOND:return H.TimeNanosecond}return H.Time;case H.Timestamp:switch(t.unit){case Qe.SECOND:return H.TimestampSecond;case Qe.MILLISECOND:return H.TimestampMillisecond;case Qe.MICROSECOND:return H.TimestampMicrosecond;case Qe.NANOSECOND:return H.TimestampNanosecond}return H.Timestamp;case H.Date:switch(t.unit){case qr.DAY:return H.DateDay;case qr.MILLISECOND:return H.DateMillisecond}return H.Date;case H.Interval:switch(t.unit){case Cr.DAY_TIME:return H.IntervalDayTime;case Cr.YEAR_MONTH:return H.IntervalYearMonth}return H.Interval;case H.Map:return H.Map;case H.List:return H.List;case H.Struct:return H.Struct;case H.Union:switch(t.mode){case Ut.Dense:return H.DenseUnion;case Ut.Sparse:return H.SparseUnion}return H.Union;case H.FixedSizeBinary:return H.FixedSizeBinary;case H.FixedSizeList:return H.FixedSizeList;case H.Dictionary:return H.Dictionary}throw new Error(`Unrecognized type '${H[t.typeId]}'`)}qe.prototype.visitInt8=null;qe.prototype.visitInt16=null;qe.prototype.visitInt32=null;qe.prototype.visitInt64=null;qe.prototype.visitUint8=null;qe.prototype.visitUint16=null;qe.prototype.visitUint32=null;qe.prototype.visitUint64=null;qe.prototype.visitFloat16=null;qe.prototype.visitFloat32=null;qe.prototype.visitFloat64=null;qe.prototype.visitDateDay=null;qe.prototype.visitDateMillisecond=null;qe.prototype.visitTimestampSecond=null;qe.prototype.visitTimestampMillisecond=null;qe.prototype.visitTimestampMicrosecond=null;qe.prototype.visitTimestampNanosecond=null;qe.prototype.visitTimeSecond=null;qe.prototype.visitTimeMillisecond=null;qe.prototype.visitTimeMicrosecond=null;qe.prototype.visitTimeNanosecond=null;qe.prototype.visitDenseUnion=null;qe.prototype.visitSparseUnion=null;qe.prototype.visitIntervalDayTime=null;qe.prototype.visitIntervalYearMonth=null;var Qd={};Cf(Qd,{float64ToUint16:()=>ea,uint16ToFloat64:()=>du});var G0=new Float64Array(1),as=new Uint32Array(G0.buffer);function du(t){let e=(t&31744)>>10,r=(t&1023)/1024,n=Math.pow(-1,(t&32768)>>15);switch(e){case 31:return n*(r?Number.NaN:1/0);case 0:return n*(r?6103515625e-14*r:0)}return n*Math.pow(2,e-15)*(1+r)}function ea(t){if(t!==t)return 32256;G0[0]=t;let e=(as[1]&2147483648)>>16&65535,r=as[1]&2146435072,n=0;return r>=1089470464?as[0]>0?r=31744:(r=(r&2080374784)>>16,n=(as[1]&1048575)>>10):r<=1056964608?(n=1048576+(as[1]&1048575),n=1048576+(n<<(r>>20)-998)>>21,r=0):(r=r-1056964608>>10,n=(as[1]&1048575)+512>>10),e|r|n&65535}var De=class extends qe{};function Le(t){return(e,r,n)=>{if(e.setValid(r,n!=null))return t(e,r,n)}}var vx=(t,e,r)=>{t[e]=Math.trunc(r/864e5)},$d=(t,e,r)=>{t[e]=Math.trunc(r%4294967296),t[e+1]=Math.trunc(r/4294967296)},_x=(t,e,r)=>{t[e]=Math.trunc(r*1e3%4294967296),t[e+1]=Math.trunc(r*1e3/4294967296)},qx=(t,e,r)=>{t[e]=Math.trunc(r*1e6%4294967296),t[e+1]=Math.trunc(r*1e6/4294967296)},J0=(t,e,r,n)=>{if(r+1<e.length){let{[r]:i,[r+1]:f}=e;t.set(n.subarray(0,f-i),i)}},kx=({offset:t,values:e},r,n)=>{let i=t+r;n?e[i>>3]|=1<<i%8:e[i>>3]&=~(1<<i%8)},Fi=({values:t},e,r)=>{t[e]=r},ew=({values:t},e,r)=>{t[e]=r},Z0=({values:t},e,r)=>{t[e]=ea(r)},Tx=(t,e,r)=>{switch(t.type.precision){case Dt.HALF:return Z0(t,e,r);case Dt.SINGLE:case Dt.DOUBLE:return ew(t,e,r)}},wu=({values:t},e,r)=>{vx(t,e,r.valueOf())},hu=({values:t},e,r)=>{$d(t,e*2,r.valueOf())},tw=({stride:t,values:e},r,n)=>{e.set(n.subarray(0,t),t*r)},Bx=({values:t,valueOffsets:e},r,n)=>J0(t,e,r,n),Ix=({values:t,valueOffsets:e},r,n)=>{J0(t,e,r,jf(n))},rw=(t,e,r)=>{t.type.unit===qr.DAY?wu(t,e,r):hu(t,e,r)},bu=({values:t},e,r)=>$d(t,e*2,r/1e3),gu=({values:t},e,r)=>$d(t,e*2,r),ju=({values:t},e,r)=>_x(t,e*2,r),yu=({values:t},e,r)=>qx(t,e*2,r),nw=(t,e,r)=>{switch(t.type.unit){case Qe.SECOND:return bu(t,e,r);case Qe.MILLISECOND:return gu(t,e,r);case Qe.MICROSECOND:return ju(t,e,r);case Qe.NANOSECOND:return yu(t,e,r)}},vu=({values:t},e,r)=>{t[e]=r},_u=({values:t},e,r)=>{t[e]=r},qu=({values:t},e,r)=>{t[e]=r},ku=({values:t},e,r)=>{t[e]=r},iw=(t,e,r)=>{switch(t.type.unit){case Qe.SECOND:return vu(t,e,r);case Qe.MILLISECOND:return _u(t,e,r);case Qe.MICROSECOND:return qu(t,e,r);case Qe.NANOSECOND:return ku(t,e,r)}},fw=({values:t,stride:e},r,n)=>{t.set(n.subarray(0,e),e*r)},Sx=(t,e,r)=>{let n=t.children[0],i=t.valueOffsets,f=dr.getVisitFn(n);if(Array.isArray(r))for(let o=-1,s=i[e],l=i[e+1];s<l;)f(n,s++,r[++o]);else for(let o=-1,s=i[e],l=i[e+1];s<l;)f(n,s++,r.get(++o))},xx=(t,e,r)=>{let n=t.children[0],{valueOffsets:i}=t,f=dr.getVisitFn(n),{[e]:o,[e+1]:s}=i,l=r instanceof Map?r.entries():Object.entries(r);for(let p of l)if(f(n,o,p),++o>=s)break},Ex=(t,e)=>(r,n,i,f)=>n&&r(n,t,e[f]),Ax=(t,e)=>(r,n,i,f)=>n&&r(n,t,e.get(f)),Ox=(t,e)=>(r,n,i,f)=>n&&r(n,t,e.get(i.name)),Nx=(t,e)=>(r,n,i,f)=>n&&r(n,t,e[i.name]),Hx=(t,e,r)=>{let n=t.type.children.map(f=>dr.getVisitFn(f.type)),i=r instanceof Map?Ox(e,r):r instanceof ze?Ax(e,r):Array.isArray(r)?Ex(e,r):Nx(e,r);t.type.children.forEach((f,o)=>i(n[o],t.children[o],f,o))},Rx=(t,e,r)=>{t.type.mode===Ut.Dense?X0(t,e,r):Q0(t,e,r)},X0=(t,e,r)=>{let n=t.type.typeIdToChildIndex[t.typeIds[e]],i=t.children[n];dr.visit(i,t.valueOffsets[e],r)},Q0=(t,e,r)=>{let n=t.type.typeIdToChildIndex[t.typeIds[e]],i=t.children[n];dr.visit(i,e,r)},Dx=(t,e,r)=>{var n;(n=t.dictionary)===null||n===void 0||n.set(t.values[e],r)},ow=(t,e,r)=>{t.type.unit===Cr.DAY_TIME?Tu(t,e,r):Bu(t,e,r)},Tu=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},Bu=({values:t},e,r)=>{t[e]=r[0]*12+r[1]%12},zx=(t,e,r)=>{let{stride:n}=t,i=t.children[0],f=dr.getVisitFn(i);if(Array.isArray(r))for(let o=-1,s=e*n;++o<n;)f(i,s+o,r[o]);else for(let o=-1,s=e*n;++o<n;)f(i,s+o,r.get(o))};De.prototype.visitBool=Le(kx);De.prototype.visitInt=Le(Fi);De.prototype.visitInt8=Le(Fi);De.prototype.visitInt16=Le(Fi);De.prototype.visitInt32=Le(Fi);De.prototype.visitInt64=Le(Fi);De.prototype.visitUint8=Le(Fi);De.prototype.visitUint16=Le(Fi);De.prototype.visitUint32=Le(Fi);De.prototype.visitUint64=Le(Fi);De.prototype.visitFloat=Le(Tx);De.prototype.visitFloat16=Le(Z0);De.prototype.visitFloat32=Le(ew);De.prototype.visitFloat64=Le(ew);De.prototype.visitUtf8=Le(Ix);De.prototype.visitBinary=Le(Bx);De.prototype.visitFixedSizeBinary=Le(tw);De.prototype.visitDate=Le(rw);De.prototype.visitDateDay=Le(wu);De.prototype.visitDateMillisecond=Le(hu);De.prototype.visitTimestamp=Le(nw);De.prototype.visitTimestampSecond=Le(bu);De.prototype.visitTimestampMillisecond=Le(gu);De.prototype.visitTimestampMicrosecond=Le(ju);De.prototype.visitTimestampNanosecond=Le(yu);De.prototype.visitTime=Le(iw);De.prototype.visitTimeSecond=Le(vu);De.prototype.visitTimeMillisecond=Le(_u);De.prototype.visitTimeMicrosecond=Le(qu);De.prototype.visitTimeNanosecond=Le(ku);De.prototype.visitDecimal=Le(fw);De.prototype.visitList=Le(Sx);De.prototype.visitStruct=Le(Hx);De.prototype.visitUnion=Le(Rx);De.prototype.visitDenseUnion=Le(X0);De.prototype.visitSparseUnion=Le(Q0);De.prototype.visitDictionary=Le(Dx);De.prototype.visitInterval=Le(ow);De.prototype.visitIntervalDayTime=Le(Tu);De.prototype.visitIntervalYearMonth=Le(Bu);De.prototype.visitFixedSizeList=Le(zx);De.prototype.visitMap=Le(xx);var dr=new De;var Wn=Symbol.for("parent"),ps=Symbol.for("rowIndex"),wo=class{constructor(e,r){return this[Wn]=e,this[ps]=r,new Proxy(this,new ev)}toArray(){return Object.values(this.toJSON())}toJSON(){let e=this[ps],r=this[Wn],n=r.type.children,i={};for(let f=-1,o=n.length;++f<o;)i[n[f].name]=Qt.visit(r.children[f],e);return i}toString(){return`{${[...this].map(([e,r])=>`${Cn(e)}: ${Cn(r)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}[Symbol.iterator](){return new $0(this[Wn],this[ps])}},$0=class{constructor(e,r){this.childIndex=0,this.children=e.children,this.rowIndex=r,this.childFields=e.type.children,this.numChildren=this.childFields.length}[Symbol.iterator](){return this}next(){let e=this.childIndex;return e<this.numChildren?(this.childIndex=e+1,{done:!1,value:[this.childFields[e].name,Qt.visit(this.children[e],this.rowIndex)]}):{done:!0,value:null}}};Object.defineProperties(wo.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[Wn]:{writable:!0,enumerable:!1,configurable:!1,value:null},[ps]:{writable:!0,enumerable:!1,configurable:!1,value:-1}});var ev=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(e){return e[Wn].type.children.map(r=>r.name)}has(e,r){return e[Wn].type.children.findIndex(n=>n.name===r)!==-1}getOwnPropertyDescriptor(e,r){if(e[Wn].type.children.findIndex(n=>n.name===r)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(e,r){if(Reflect.has(e,r))return e[r];let n=e[Wn].type.children.findIndex(i=>i.name===r);if(n!==-1){let i=Qt.visit(e[Wn].children[n],e[ps]);return Reflect.set(e,r,i),i}}set(e,r,n){let i=e[Wn].type.children.findIndex(f=>f.name===r);return i!==-1?(dr.visit(e[Wn].children[i],e[ps],n),Reflect.set(e,r,n)):Reflect.has(e,r)||typeof r=="symbol"?Reflect.set(e,r,n):!1}};var Ae=class extends qe{};function Me(t){return(e,r)=>e.getValid(r)?t(e,r):null}var Fx=(t,e)=>864e5*t[e],sw=(t,e)=>4294967296*t[e+1]+(t[e]>>>0),Px=(t,e)=>4294967296*(t[e+1]/1e3)+(t[e]>>>0)/1e3,Mx=(t,e)=>4294967296*(t[e+1]/1e6)+(t[e]>>>0)/1e6,tv=t=>new Date(t),Ux=(t,e)=>tv(Fx(t,e)),Lx=(t,e)=>tv(sw(t,e)),Cx=(t,e)=>null,rv=(t,e,r)=>{if(r+1>=e.length)return null;let n=e[r],i=e[r+1];return t.subarray(n,i)},Vx=({offset:t,values:e},r)=>{let n=t+r;return(e[n>>3]&1<<n%8)!=0},nv=({values:t},e)=>Ux(t,e),iv=({values:t},e)=>Lx(t,e*2),xf=({stride:t,values:e},r)=>e[t*r],Wx=({stride:t,values:e},r)=>du(e[t*r]),fv=({values:t},e)=>t[e],Yx=({stride:t,values:e},r)=>e.subarray(t*r,t*(r+1)),Kx=({values:t,valueOffsets:e},r)=>rv(t,e,r),Gx=({values:t,valueOffsets:e},r)=>{let n=rv(t,e,r);return n!==null?Jl(n):null},Jx=({values:t},e)=>t[e],Zx=({type:t,values:e},r)=>t.precision!==Dt.HALF?e[r]:du(e[r]),Xx=(t,e)=>t.type.unit===qr.DAY?nv(t,e):iv(t,e),ov=({values:t},e)=>1e3*sw(t,e*2),sv=({values:t},e)=>sw(t,e*2),lv=({values:t},e)=>Px(t,e*2),av=({values:t},e)=>Mx(t,e*2),Qx=(t,e)=>{switch(t.type.unit){case Qe.SECOND:return ov(t,e);case Qe.MILLISECOND:return sv(t,e);case Qe.MICROSECOND:return lv(t,e);case Qe.NANOSECOND:return av(t,e)}},pv=({values:t},e)=>t[e],uv=({values:t},e)=>t[e],cv=({values:t},e)=>t[e],mv=({values:t},e)=>t[e],$x=(t,e)=>{switch(t.type.unit){case Qe.SECOND:return pv(t,e);case Qe.MILLISECOND:return uv(t,e);case Qe.MICROSECOND:return cv(t,e);case Qe.NANOSECOND:return mv(t,e)}},e1=({values:t,stride:e},r)=>ss.decimal(t.subarray(e*r,e*(r+1))),t1=(t,e)=>{let{valueOffsets:r,stride:n,children:i}=t,{[e*n]:f,[e*n+1]:o}=r,l=i[0].slice(f,o-f);return new ze([l])},r1=(t,e)=>{let{valueOffsets:r,children:n}=t,{[e]:i,[e+1]:f}=r,o=n[0];return new Pi(o.slice(i,f-i))},n1=(t,e)=>new wo(t,e),i1=(t,e)=>t.type.mode===Ut.Dense?dv(t,e):wv(t,e),dv=(t,e)=>{let r=t.type.typeIdToChildIndex[t.typeIds[e]],n=t.children[r];return Qt.visit(n,t.valueOffsets[e])},wv=(t,e)=>{let r=t.type.typeIdToChildIndex[t.typeIds[e]],n=t.children[r];return Qt.visit(n,e)},f1=(t,e)=>{var r;return(r=t.dictionary)===null||r===void 0?void 0:r.get(t.values[e])},o1=(t,e)=>t.type.unit===Cr.DAY_TIME?hv(t,e):bv(t,e),hv=({values:t},e)=>t.subarray(2*e,2*(e+1)),bv=({values:t},e)=>{let r=t[e],n=new Int32Array(2);return n[0]=Math.trunc(r/12),n[1]=Math.trunc(r%12),n},s1=(t,e)=>{let{stride:r,children:n}=t,f=n[0].slice(e*r,r);return new ze([f])};Ae.prototype.visitNull=Me(Cx);Ae.prototype.visitBool=Me(Vx);Ae.prototype.visitInt=Me(Jx);Ae.prototype.visitInt8=Me(xf);Ae.prototype.visitInt16=Me(xf);Ae.prototype.visitInt32=Me(xf);Ae.prototype.visitInt64=Me(fv);Ae.prototype.visitUint8=Me(xf);Ae.prototype.visitUint16=Me(xf);Ae.prototype.visitUint32=Me(xf);Ae.prototype.visitUint64=Me(fv);Ae.prototype.visitFloat=Me(Zx);Ae.prototype.visitFloat16=Me(Wx);Ae.prototype.visitFloat32=Me(xf);Ae.prototype.visitFloat64=Me(xf);Ae.prototype.visitUtf8=Me(Gx);Ae.prototype.visitBinary=Me(Kx);Ae.prototype.visitFixedSizeBinary=Me(Yx);Ae.prototype.visitDate=Me(Xx);Ae.prototype.visitDateDay=Me(nv);Ae.prototype.visitDateMillisecond=Me(iv);Ae.prototype.visitTimestamp=Me(Qx);Ae.prototype.visitTimestampSecond=Me(ov);Ae.prototype.visitTimestampMillisecond=Me(sv);Ae.prototype.visitTimestampMicrosecond=Me(lv);Ae.prototype.visitTimestampNanosecond=Me(av);Ae.prototype.visitTime=Me($x);Ae.prototype.visitTimeSecond=Me(pv);Ae.prototype.visitTimeMillisecond=Me(uv);Ae.prototype.visitTimeMicrosecond=Me(cv);Ae.prototype.visitTimeNanosecond=Me(mv);Ae.prototype.visitDecimal=Me(e1);Ae.prototype.visitList=Me(t1);Ae.prototype.visitStruct=Me(n1);Ae.prototype.visitUnion=Me(i1);Ae.prototype.visitDenseUnion=Me(dv);Ae.prototype.visitSparseUnion=Me(wv);Ae.prototype.visitDictionary=Me(f1);Ae.prototype.visitInterval=Me(o1);Ae.prototype.visitIntervalDayTime=Me(hv);Ae.prototype.visitIntervalYearMonth=Me(bv);Ae.prototype.visitFixedSizeList=Me(s1);Ae.prototype.visitMap=Me(r1);var Qt=new Ae;var An=Symbol.for("keys"),us=Symbol.for("vals"),Pi=class{constructor(e){return this[An]=new ze([e.children[0]]).memoize(),this[us]=e.children[1],new Proxy(this,new jv)}[Symbol.iterator](){return new gv(this[An],this[us])}get size(){return this[An].length}toArray(){return Object.values(this.toJSON())}toJSON(){let e=this[An],r=this[us],n={};for(let i=-1,f=e.length;++i<f;)n[e.get(i)]=Qt.visit(r,i);return n}toString(){return`{${[...this].map(([e,r])=>`${Cn(e)}: ${Cn(r)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}},gv=class{constructor(e,r){this.keys=e,this.vals=r,this.keyIndex=0,this.numKeys=e.length}[Symbol.iterator](){return this}next(){let e=this.keyIndex;return e===this.numKeys?{done:!0,value:null}:(this.keyIndex++,{done:!1,value:[this.keys.get(e),Qt.visit(this.vals,e)]})}},jv=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(e){return e[An].toArray().map(String)}has(e,r){return e[An].includes(r)}getOwnPropertyDescriptor(e,r){if(e[An].indexOf(r)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(e,r){if(Reflect.has(e,r))return e[r];let n=e[An].indexOf(r);if(n!==-1){let i=Qt.visit(Reflect.get(e,us),n);return Reflect.set(e,r,i),i}}set(e,r,n){let i=e[An].indexOf(r);return i!==-1?(dr.visit(Reflect.get(e,us),i,n),Reflect.set(e,r,n)):Reflect.has(e,r)?Reflect.set(e,r,n):!1}};Object.defineProperties(Pi.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[An]:{writable:!0,enumerable:!1,configurable:!1,value:null},[us]:{writable:!0,enumerable:!1,configurable:!1,value:null}});function l1(t,e,r){let n=t.length,i=e>-1?e:n+e%n;return r?r(t,i):i}var yv;function ta(t,e,r,n){let{length:i=0}=t,f=typeof e!="number"?0:e,o=typeof r!="number"?i:r;return f<0&&(f=(f%i+i)%i),o<0&&(o=(o%i+i)%i),o<f&&(yv=f,f=o,o=yv),o>i&&(o=i),n?n(t,f,o):[f,o]}var vv=t=>t!==t;function Ef(t){if(typeof t!=="object"||t===null)return vv(t)?vv:r=>r===t;if(t instanceof Date){let r=t.valueOf();return n=>n instanceof Date?n.valueOf()===r:!1}return ArrayBuffer.isView(t)?r=>r?zd(t,r):!1:t instanceof Map?p1(t):Array.isArray(t)?a1(t):t instanceof ze?u1(t):c1(t,!0)}function a1(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=Ef(t[r]);return Iu(e)}function p1(t){let e=-1,r=[];for(let n of t.values())r[++e]=Ef(n);return Iu(r)}function u1(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=Ef(t.get(r));return Iu(e)}function c1(t,e=!1){let r=Object.keys(t);if(!e&&r.length===0)return()=>!1;let n=[];for(let i=-1,f=r.length;++i<f;)n[i]=Ef(t[r[i]]);return Iu(n,r)}function Iu(t,e){return r=>{if(!r||typeof r!="object")return!1;switch(r.constructor){case Array:return m1(t,r);case Map:return _v(t,r,r.keys());case Pi:case wo:case Object:case void 0:return _v(t,r,e||Object.keys(r))}return r instanceof ze?d1(t,r):!1}}function m1(t,e){let r=t.length;if(e.length!==r)return!1;for(let n=-1;++n<r;)if(!t[n](e[n]))return!1;return!0}function d1(t,e){let r=t.length;if(e.length!==r)return!1;for(let n=-1;++n<r;)if(!t[n](e.get(n)))return!1;return!0}function _v(t,e,r){let n=r[Symbol.iterator](),i=e instanceof Map?e.keys():Object.keys(e)[Symbol.iterator](),f=e instanceof Map?e.values():Object.values(e)[Symbol.iterator](),o=0,s=t.length,l=f.next(),p=n.next(),u=i.next();for(;o<s&&!p.done&&!u.done&&!l.done&&!(p.value!==u.value||!t[o](l.value));++o,p=n.next(),u=i.next(),l=f.next());return o===s&&p.done&&u.done&&l.done?!0:(n.return&&n.return(),i.return&&i.return(),f.return&&f.return(),!1)}var aw={};Cf(aw,{BitIterator:()=>ms,getBit:()=>qv,getBool:()=>Su,packBools:()=>ho,popcnt_array:()=>kv,popcnt_bit_range:()=>ra,popcnt_uint32:()=>xu,setBool:()=>w1,truncateBitmap:()=>cs});function Su(t,e,r,n){return(r&1<<n)!=0}function qv(t,e,r,n){return(r&1<<n)>>n}function w1(t,e,r){return r?!!(t[e>>3]|=1<<e%8)||!0:!(t[e>>3]&=~(1<<e%8))&&!1}function cs(t,e,r){let n=r.byteLength+7&~7;if(t>0||r.byteLength<n){let i=new Uint8Array(n);return i.set(t%8==0?r.subarray(t>>3):ho(new ms(r,t,e,null,Su)).subarray(0,n)),i}return r}function ho(t){let e=[],r=0,n=0,i=0;for(let o of t)o&&(i|=1<<n),++n==8&&(e[r++]=i,i=n=0);(r===0||n>0)&&(e[r++]=i);let f=new Uint8Array(e.length+7&~7);return f.set(e),f}var ms=class{constructor(e,r,n,i,f){this.bytes=e,this.length=n,this.context=i,this.get=f,this.bit=r%8,this.byteIndex=r>>3,this.byte=e[this.byteIndex++],this.index=0}next(){return this.index<this.length?(this.bit===8&&(this.bit=0,this.byte=this.bytes[this.byteIndex++]),{value:this.get(this.context,this.index++,this.byte,this.bit++)}):{done:!0,value:null}}[Symbol.iterator](){return this}};function ra(t,e,r){if(r-e<=0)return 0;if(r-e<8){let f=0;for(let o of new ms(t,e,r-e,t,qv))f+=o;return f}let n=r>>3<<3,i=e+(e%8==0?0:8-e%8);return ra(t,e,i)+ra(t,n,r)+kv(t,i>>3,n-i>>3)}function kv(t,e,r){let n=0,i=Math.trunc(e),f=new DataView(t.buffer,t.byteOffset,t.byteLength),o=r===void 0?t.byteLength:i+r;for(;o-i>=4;)n+=xu(f.getUint32(i)),i+=4;for(;o-i>=2;)n+=xu(f.getUint16(i)),i+=2;for(;o-i>=1;)n+=xu(f.getUint8(i)),i+=1;return n}function xu(t){let e=Math.trunc(t);return e=e-(e>>>1&1431655765),e=(e&858993459)+(e>>>2&858993459),(e+(e>>>4)&252645135)*16843009>>>24}var h1=-1,ut=class{constructor(e,r,n,i,f,o=[],s){this.type=e,this.children=o,this.dictionary=s,this.offset=Math.floor(Math.max(r||0,0)),this.length=Math.floor(Math.max(n||0,0)),this._nullCount=Math.floor(Math.max(i||0,-1));let l;f instanceof ut?(this.stride=f.stride,this.values=f.values,this.typeIds=f.typeIds,this.nullBitmap=f.nullBitmap,this.valueOffsets=f.valueOffsets):(this.stride=tn(e),f&&((l=f[0])&&(this.valueOffsets=l),(l=f[1])&&(this.values=l),(l=f[2])&&(this.nullBitmap=l),(l=f[3])&&(this.typeIds=l))),this.nullable=this._nullCount!==0&&this.nullBitmap&&this.nullBitmap.byteLength>0}get typeId(){return this.type.typeId}get ArrayType(){return this.type.ArrayType}get buffers(){return[this.valueOffsets,this.values,this.nullBitmap,this.typeIds]}get byteLength(){let e=0,{valueOffsets:r,values:n,nullBitmap:i,typeIds:f}=this;return r&&(e+=r.byteLength),n&&(e+=n.byteLength),i&&(e+=i.byteLength),f&&(e+=f.byteLength),this.children.reduce((o,s)=>o+s.byteLength,e)}get nullCount(){let e=this._nullCount,r;return e<=h1&&(r=this.nullBitmap)&&(this._nullCount=e=this.length-ra(r,this.offset,this.offset+this.length)),e}getValid(e){if(this.nullable&&this.nullCount>0){let r=this.offset+e;return(this.nullBitmap[r>>3]&1<<r%8)!=0}return!0}setValid(e,r){if(!this.nullable)return r;if(!this.nullBitmap||this.nullBitmap.byteLength<=e>>3){let{nullBitmap:l}=this._changeLengthAndBackfillNullBitmap(this.length);Object.assign(this,{nullBitmap:l,_nullCount:0})}let{nullBitmap:n,offset:i}=this,f=i+e>>3,o=(i+e)%8,s=n[f]>>o&1;return r?s===0&&(n[f]|=1<<o,this._nullCount=this.nullCount+1):s===1&&(n[f]&=~(1<<o),this._nullCount=this.nullCount-1),r}clone(e=this.type,r=this.offset,n=this.length,i=this._nullCount,f=this,o=this.children){return new ut(e,r,n,i,f,o,this.dictionary)}slice(e,r){let{stride:n,typeId:i,children:f}=this,o=+(this._nullCount===0)-1,s=i===16?n:1,l=this._sliceBuffers(e,r,n,i);return this.clone(this.type,this.offset+e,r,o,l,f.length===0||this.valueOffsets?f:this._sliceChildren(f,s*e,s*r))}_changeLengthAndBackfillNullBitmap(e){if(this.typeId===H.Null)return this.clone(this.type,0,e,0);let{length:r,nullCount:n}=this,i=new Uint8Array((e+63&~63)>>3).fill(255,0,r>>3);i[r>>3]=(1<<r-(r&~7))-1,n>0&&i.set(cs(this.offset,r,this.nullBitmap),0);let f=this.buffers;return f[Ln.VALIDITY]=i,this.clone(this.type,0,e,n+(e-r),f)}_sliceBuffers(e,r,n,i){let f,{buffers:o}=this;return(f=o[Ln.TYPE])&&(o[Ln.TYPE]=f.subarray(e,e+r)),(f=o[Ln.OFFSET])&&(o[Ln.OFFSET]=f.subarray(e,e+r+1))||(f=o[Ln.DATA])&&(o[Ln.DATA]=i===6?f:f.subarray(n*e,n*(e+r))),o}_sliceChildren(e,r,n){return e.map(i=>i.slice(r,n))}};ut.prototype.children=Object.freeze([]);var ds=class extends qe{visit(e){return this.getVisitFn(e.type).call(this,e)}visitNull(e){let{["type"]:r,["offset"]:n=0,["length"]:i=0}=e;return new ut(r,n,i,0)}visitBool(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length>>3,["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitInt(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length,["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitFloat(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length,["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitUtf8(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.data),f=Ee(e.nullBitmap),o=mo(e.valueOffsets),{["length"]:s=o.length-1,["nullCount"]:l=e.nullBitmap?-1:0}=e;return new ut(r,n,s,l,[o,i,f])}visitBinary(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.data),f=Ee(e.nullBitmap),o=mo(e.valueOffsets),{["length"]:s=o.length-1,["nullCount"]:l=e.nullBitmap?-1:0}=e;return new ut(r,n,s,l,[o,i,f])}visitFixedSizeBinary(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length/tn(r),["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitDate(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length/tn(r),["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitTimestamp(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length/tn(r),["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitTime(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length/tn(r),["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitDecimal(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length/tn(r),["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitList(e){let{["type"]:r,["offset"]:n=0,["child"]:i}=e,f=Ee(e.nullBitmap),o=mo(e.valueOffsets),{["length"]:s=o.length-1,["nullCount"]:l=e.nullBitmap?-1:0}=e;return new ut(r,n,s,l,[o,void 0,f],[i])}visitStruct(e){let{["type"]:r,["offset"]:n=0,["children"]:i=[]}=e,f=Ee(e.nullBitmap),{length:o=i.reduce((l,{length:p})=>Math.max(l,p),0),nullCount:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,void 0,f],i)}visitUnion(e){let{["type"]:r,["offset"]:n=0,["children"]:i=[]}=e,f=Ee(e.nullBitmap),o=Ge(r.ArrayType,e.typeIds),{["length"]:s=o.length,["nullCount"]:l=e.nullBitmap?-1:0}=e;if(je.isSparseUnion(r))return new ut(r,n,s,l,[void 0,void 0,f,o],i);let p=mo(e.valueOffsets);return new ut(r,n,s,l,[p,void 0,f,o],i)}visitDictionary(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.indices.ArrayType,e.data),{["dictionary"]:o=new ze([new ds().visit({type:r.dictionary})])}=e,{["length"]:s=f.length,["nullCount"]:l=e.nullBitmap?-1:0}=e;return new ut(r,n,s,l,[void 0,f,i],[],o)}visitInterval(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length/tn(r),["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitFixedSizeList(e){let{["type"]:r,["offset"]:n=0,["child"]:i=new ds().visit({type:r.valueType})}=e,f=Ee(e.nullBitmap),{["length"]:o=i.length/tn(r),["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,void 0,f],[i])}visitMap(e){let{["type"]:r,["offset"]:n=0,["child"]:i=new ds().visit({type:r.childType})}=e,f=Ee(e.nullBitmap),o=mo(e.valueOffsets),{["length"]:s=o.length-1,["nullCount"]:l=e.nullBitmap?-1:0}=e;return new ut(r,n,s,l,[o,void 0,f],[i])}};function Fe(t){return new ds().visit(t)}var Eu=class{constructor(e=0,r){this.numChunks=e,this.getChunkIterator=r,this.chunkIndex=0,this.chunkIterator=this.getChunkIterator(0)}next(){for(;this.chunkIndex<this.numChunks;){let e=this.chunkIterator.next();if(!e.done)return e;++this.chunkIndex<this.numChunks&&(this.chunkIterator=this.getChunkIterator(this.chunkIndex))}return{done:!0,value:null}}[Symbol.iterator](){return this}};function Au(t){return t.reduce((e,r)=>e+r.nullCount,0)}function Ou(t){return t.reduce((e,r,n)=>(e[n+1]=e[n]+r.length,e),new Uint32Array(t.length+1))}function Nu(t,e,r,n){let i=[];for(let f=-1,o=t.length;++f<o;){let s=t[f],l=e[f],{length:p}=s;if(l>=n)break;if(r>=l+p)continue;if(l>=r&&l+p<=n){i.push(s);continue}let u=Math.max(0,r-l),b=Math.min(n-l,p);i.push(s.slice(u,b-u))}return i.length===0&&i.push(t[0].slice(0,0)),i}function pw(t,e,r,n){let i=0,f=0,o=e.length-1;do{if(i>=o-1)return r<e[o]?n(t,i,r-e[i]):null;f=i+Math.trunc((o-i)*.5),r<e[f]?o=f:i=f}while(i<o)}function na(t,e){return t.getValid(e)}function Af(t){function e(r,n,i){return t(r[n],i)}return function(r){let n=this.data;return pw(n,this._offsets,r,e)}}function Hu(t){let e;function r(n,i,f){return t(n[i],f,e)}return function(n,i){let f=this.data;e=i;let o=pw(f,this._offsets,n,r);return e=void 0,o}}function Ru(t){let e;function r(n,i,f){let o=f,s=0,l=0;for(let p=i-1,u=n.length;++p<u;){let b=n[p];if(~(s=t(b,e,o)))return l+s;o=0,l+=b.length}return-1}return function(n,i){e=n;let f=this.data,o=typeof i!="number"?r(f,0,0):pw(f,this._offsets,i,r);return e=void 0,o}}var Oe=class extends qe{};function b1(t,e){return e===null&&t.length>0?0:-1}function g1(t,e){let{nullBitmap:r}=t;if(!r||t.nullCount<=0)return-1;let n=0;for(let i of new ms(r,t.offset+(e||0),t.length,r,Su)){if(!i)return n;++n}return-1}function Je(t,e,r){if(e===void 0)return-1;if(e===null)return g1(t,r);let n=Qt.getVisitFn(t),i=Ef(e);for(let f=(r||0)-1,o=t.length;++f<o;)if(i(n(t,f)))return f;return-1}function Tv(t,e,r){let n=Qt.getVisitFn(t),i=Ef(e);for(let f=(r||0)-1,o=t.length;++f<o;)if(i(n(t,f)))return f;return-1}Oe.prototype.visitNull=b1;Oe.prototype.visitBool=Je;Oe.prototype.visitInt=Je;Oe.prototype.visitInt8=Je;Oe.prototype.visitInt16=Je;Oe.prototype.visitInt32=Je;Oe.prototype.visitInt64=Je;Oe.prototype.visitUint8=Je;Oe.prototype.visitUint16=Je;Oe.prototype.visitUint32=Je;Oe.prototype.visitUint64=Je;Oe.prototype.visitFloat=Je;Oe.prototype.visitFloat16=Je;Oe.prototype.visitFloat32=Je;Oe.prototype.visitFloat64=Je;Oe.prototype.visitUtf8=Je;Oe.prototype.visitBinary=Je;Oe.prototype.visitFixedSizeBinary=Je;Oe.prototype.visitDate=Je;Oe.prototype.visitDateDay=Je;Oe.prototype.visitDateMillisecond=Je;Oe.prototype.visitTimestamp=Je;Oe.prototype.visitTimestampSecond=Je;Oe.prototype.visitTimestampMillisecond=Je;Oe.prototype.visitTimestampMicrosecond=Je;Oe.prototype.visitTimestampNanosecond=Je;Oe.prototype.visitTime=Je;Oe.prototype.visitTimeSecond=Je;Oe.prototype.visitTimeMillisecond=Je;Oe.prototype.visitTimeMicrosecond=Je;Oe.prototype.visitTimeNanosecond=Je;Oe.prototype.visitDecimal=Je;Oe.prototype.visitList=Je;Oe.prototype.visitStruct=Je;Oe.prototype.visitUnion=Je;Oe.prototype.visitDenseUnion=Tv;Oe.prototype.visitSparseUnion=Tv;Oe.prototype.visitDictionary=Je;Oe.prototype.visitInterval=Je;Oe.prototype.visitIntervalDayTime=Je;Oe.prototype.visitIntervalYearMonth=Je;Oe.prototype.visitFixedSizeList=Je;Oe.prototype.visitMap=Je;var bo=new Oe;var Ne=class extends qe{};function Ue(t){let{type:e}=t;if(t.nullCount===0&&t.stride===1&&(e.typeId===H.Timestamp||e instanceof Xt&&e.bitWidth!==64||e instanceof ai&&e.bitWidth!==64||e instanceof en&&e.precision!==Dt.HALF))return new Eu(t.data.length,n=>{let i=t.data[n];return i.values.subarray(0,i.length)[Symbol.iterator]()});let r=0;return new Eu(t.data.length,n=>{let f=t.data[n].length,o=t.slice(r,r+f);return r+=f,new Bv(o)})}var Bv=class{constructor(e){this.vector=e,this.index=0}next(){return this.index<this.vector.length?{value:this.vector.get(this.index++)}:{done:!0,value:null}}[Symbol.iterator](){return this}};Ne.prototype.visitNull=Ue;Ne.prototype.visitBool=Ue;Ne.prototype.visitInt=Ue;Ne.prototype.visitInt8=Ue;Ne.prototype.visitInt16=Ue;Ne.prototype.visitInt32=Ue;Ne.prototype.visitInt64=Ue;Ne.prototype.visitUint8=Ue;Ne.prototype.visitUint16=Ue;Ne.prototype.visitUint32=Ue;Ne.prototype.visitUint64=Ue;Ne.prototype.visitFloat=Ue;Ne.prototype.visitFloat16=Ue;Ne.prototype.visitFloat32=Ue;Ne.prototype.visitFloat64=Ue;Ne.prototype.visitUtf8=Ue;Ne.prototype.visitBinary=Ue;Ne.prototype.visitFixedSizeBinary=Ue;Ne.prototype.visitDate=Ue;Ne.prototype.visitDateDay=Ue;Ne.prototype.visitDateMillisecond=Ue;Ne.prototype.visitTimestamp=Ue;Ne.prototype.visitTimestampSecond=Ue;Ne.prototype.visitTimestampMillisecond=Ue;Ne.prototype.visitTimestampMicrosecond=Ue;Ne.prototype.visitTimestampNanosecond=Ue;Ne.prototype.visitTime=Ue;Ne.prototype.visitTimeSecond=Ue;Ne.prototype.visitTimeMillisecond=Ue;Ne.prototype.visitTimeMicrosecond=Ue;Ne.prototype.visitTimeNanosecond=Ue;Ne.prototype.visitDecimal=Ue;Ne.prototype.visitList=Ue;Ne.prototype.visitStruct=Ue;Ne.prototype.visitUnion=Ue;Ne.prototype.visitDenseUnion=Ue;Ne.prototype.visitSparseUnion=Ue;Ne.prototype.visitDictionary=Ue;Ne.prototype.visitInterval=Ue;Ne.prototype.visitIntervalDayTime=Ue;Ne.prototype.visitIntervalYearMonth=Ue;Ne.prototype.visitFixedSizeList=Ue;Ne.prototype.visitMap=Ue;var ws=new Ne;var j1=(t,e)=>t+e,Mi=class extends qe{visitNull(e,r){return 0}visitInt(e,r){return e.type.bitWidth/8}visitFloat(e,r){return e.type.ArrayType.BYTES_PER_ELEMENT}visitBool(e,r){return 1/8}visitDecimal(e,r){return e.type.bitWidth/8}visitDate(e,r){return(e.type.unit+1)*4}visitTime(e,r){return e.type.bitWidth/8}visitTimestamp(e,r){return e.type.unit===Qe.SECOND?4:8}visitInterval(e,r){return(e.type.unit+1)*4}visitStruct(e,r){return e.children.reduce((n,i)=>n+rn.visit(i,r),0)}visitFixedSizeBinary(e,r){return e.type.byteWidth}visitMap(e,r){return 8+e.children.reduce((n,i)=>n+rn.visit(i,r),0)}visitDictionary(e,r){var n;return e.type.indices.bitWidth/8+(((n=e.dictionary)===null||n===void 0?void 0:n.getByteLength(e.values[r]))||0)}},y1=({valueOffsets:t},e)=>8+(t[e+1]-t[e]),v1=({valueOffsets:t},e)=>8+(t[e+1]-t[e]),_1=({valueOffsets:t,stride:e,children:r},n)=>{let i=r[0],{[n*e]:f}=t,{[n*e+1]:o}=t,s=rn.getVisitFn(i.type),l=i.slice(f,o-f),p=8;for(let u=-1,b=o-f;++u<b;)p+=s(l,u);return p},q1=({stride:t,children:e},r)=>{let n=e[0],i=n.slice(r*t,t),f=rn.getVisitFn(n.type),o=0;for(let s=-1,l=i.length;++s<l;)o+=f(i,s);return o},k1=(t,e)=>t.type.mode===Ut.Dense?Iv(t,e):Sv(t,e),Iv=({type:t,children:e,typeIds:r,valueOffsets:n},i)=>{let f=t.typeIdToChildIndex[r[i]];return 8+rn.visit(e[f],n[i])},Sv=({children:t},e)=>4+rn.visitMany(t,t.map(()=>e)).reduce(j1,0);Mi.prototype.visitUtf8=y1;Mi.prototype.visitBinary=v1;Mi.prototype.visitList=_1;Mi.prototype.visitFixedSizeList=q1;Mi.prototype.visitUnion=k1;Mi.prototype.visitDenseUnion=Iv;Mi.prototype.visitSparseUnion=Sv;var rn=new Mi;var xv,Ev={},Av={},ze=class{constructor(e){var r,n,i;let f=e[0]instanceof ze?e.flatMap(s=>s.data):e;if(f.length===0||f.some(s=>!(s instanceof ut)))throw new TypeError("Vector constructor expects an Array of Data instances.");let o=(r=f[0])===null||r===void 0?void 0:r.type;switch(f.length){case 0:this._offsets=[0];break;case 1:{let{get:s,set:l,indexOf:p,byteLength:u}=Ev[o.typeId],b=f[0];this.isValid=c=>na(b,c),this.get=c=>s(b,c),this.set=(c,h)=>l(b,c,h),this.indexOf=c=>p(b,c),this.getByteLength=c=>u(b,c),this._offsets=[0,b.length];break}default:Object.setPrototypeOf(this,Av[o.typeId]),this._offsets=Ou(f);break}this.data=f,this.type=o,this.stride=tn(o),this.numChildren=(i=(n=o.children)===null||n===void 0?void 0:n.length)!==null&&i!==void 0?i:0,this.length=this._offsets[this._offsets.length-1]}get byteLength(){return this._byteLength===-1&&(this._byteLength=this.data.reduce((e,r)=>e+r.byteLength,0)),this._byteLength}get nullCount(){return this._nullCount===-1&&(this._nullCount=Au(this.data)),this._nullCount}get ArrayType(){return this.type.ArrayType}get[Symbol.toStringTag](){return`${this.VectorName}<${this.type[Symbol.toStringTag]}>`}get VectorName(){return`${H[this.type.typeId]}Vector`}isValid(e){return!1}get(e){return null}set(e,r){}indexOf(e,r){return-1}includes(e,r){return this.indexOf(e,r)>0}getByteLength(e){return 0}[Symbol.iterator](){return ws.visit(this)}concat(...e){return new ze(this.data.concat(e.flatMap(r=>r.data).flat(Number.POSITIVE_INFINITY)))}slice(e,r){return new ze(ta(this,e,r,({data:n,_offsets:i},f,o)=>Nu(n,i,f,o)))}toJSON(){return[...this]}toArray(){let{type:e,data:r,length:n,stride:i,ArrayType:f}=this;switch(e.typeId){case H.Int:case H.Float:case H.Decimal:case H.Time:case H.Timestamp:switch(r.length){case 0:return new f;case 1:return r[0].values.subarray(0,n*i);default:return r.reduce((o,{values:s})=>(o.array.set(s,o.offset),o.offset+=s.length,o),{array:new f(n*i),offset:0}).array}}return[...this]}toString(){return`[${[...this].join(",")}]`}getChild(e){var r;return this.getChildAt((r=this.type.children)===null||r===void 0?void 0:r.findIndex(n=>n.name===e))}getChildAt(e){return e>-1&&e<this.numChildren?new ze(this.data.map(({children:r})=>r[e])):null}get isMemoized(){return je.isDictionary(this.type)?this.data[0].dictionary.isMemoized:!1}memoize(){if(je.isDictionary(this.type)){let e=new ia(this.data[0].dictionary),r=this.data.map(n=>{let i=n.clone();return i.dictionary=e,i});return new ze(r)}return new ia(this)}unmemoize(){if(je.isDictionary(this.type)&&this.isMemoized){let e=this.data[0].dictionary.unmemoize(),r=this.data.map(n=>{let i=n.clone();return i.dictionary=e,i});return new ze(r)}return this}};xv=Symbol.toStringTag;ze[xv]=(t=>{t.type=je.prototype,t.data=[],t.length=0,t.stride=1,t.numChildren=0,t._nullCount=-1,t._byteLength=-1,t._offsets=new Uint32Array([0]),t[Symbol.isConcatSpreadable]=!0;let e=Object.keys(H).map(r=>H[r]).filter(r=>typeof r=="number"&&r!==H.NONE);for(let r of e){let n=Qt.getVisitFnByTypeId(r),i=dr.getVisitFnByTypeId(r),f=bo.getVisitFnByTypeId(r),o=rn.getVisitFnByTypeId(r);Ev[r]={get:n,set:i,indexOf:f,byteLength:o},Av[r]=Object.create(t,{isValid:{value:Af(na)},get:{value:Af(Qt.getVisitFnByTypeId(r))},set:{value:Hu(dr.getVisitFnByTypeId(r))},indexOf:{value:Ru(bo.getVisitFnByTypeId(r))},getByteLength:{value:Af(rn.getVisitFnByTypeId(r))}})}return"Vector"})(ze.prototype);var ia=class extends ze{constructor(e){super(e.data);let r=this.get,n=this.set,i=this.slice,f=new Array(this.length);Object.defineProperty(this,"get",{value(o){let s=f[o];if(s!==void 0)return s;let l=r.call(this,o);return f[o]=l,l}}),Object.defineProperty(this,"set",{value(o,s){n.call(this,o,s),f[o]=s}}),Object.defineProperty(this,"slice",{value:(o,s)=>new ia(i.call(this,o,s))}),Object.defineProperty(this,"isMemoized",{value:!0}),Object.defineProperty(this,"unmemoize",{value:()=>new ze(this.data)}),Object.defineProperty(this,"memoize",{value:()=>this})}};function Ov(t){if(!t||t.length<=0)return function(i){return!0};let e="",r=t.filter(n=>n===n);return r.length>0&&(e=`
29
+ `)+" "+r[1]:r[0]+e+" "+t.join(", ")+" "+r[1]}function Rg(t){return Array.isArray(t)}function qm(t){return typeof t=="boolean"}function hp(t){return t===null}function DT(t){return t==null}function Hg(t){return typeof t=="number"}function bp(t){return typeof t=="string"}function zT(t){return babelHelpers.typeof(t)==="symbol"}function xi(t){return t===void 0}function gp(t){return zo(t)&&km(t)==="[object RegExp]"}function zo(t){return babelHelpers.typeof(t)==="object"&&t!==null}function _m(t){return zo(t)&&km(t)==="[object Date]"}function jp(t){return zo(t)&&(km(t)==="[object Error]"||t instanceof Error)}function yp(t){return typeof t=="function"}function FT(t){return t===null||typeof t=="boolean"||typeof t=="number"||typeof t=="string"||babelHelpers.typeof(t)==="symbol"||typeof t=="undefined"}function PT(t){return Buffer.isBuffer(t)}function km(t){return Object.prototype.toString.call(t)}function Tm(t){return t<10?"0"+t.toString(10):t.toString(10)}var MT=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function UT(){var t=new Date,e=[Tm(t.getHours()),Tm(t.getMinutes()),Tm(t.getSeconds())].join(":");return[t.getDate(),MT[t.getMonth()],e].join(" ")}function LT(){console.log("%s - %s",UT(),gm.apply(null,arguments))}function Dg(t,e){if(!e||!zo(e))return t;for(var r=Object.keys(e),n=r.length;n--;)t[r[n]]=e[r[n]];return t}function zg(t,e){return Object.prototype.hasOwnProperty.call(t,e)}var CT={inherits:IT,_extend:Dg,log:LT,isBuffer:PT,isPrimitive:FT,isFunction:yp,isError:jp,isDate:_m,isObject:zo,isRegExp:gp,isUndefined:xi,isSymbol:zT,isString:bp,isNumber:Hg,isNullOrUndefined:DT,isNull:hp,isBoolean:qm,isArray:Rg,inspect:Si,deprecate:Ng,format:gm,debuglog:xT},pt=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.deprecate=e.isObjectLike=e.isDate=e.isBuffer=e.haveBuffer=e.isBigUInt64Array=e.isBigInt64Array=e.isUint8Array=e.randomBytes=e.normalizedFunctionString=void 0;function r(c){return c.toString().replace("function(","function (")}e.normalizedFunctionString=r;function n(c){let j=le.Buffer.alloc(c);for(let B=0;B<c;++B)j[B]=Math.floor(Math.random()*256);return j}if(e.randomBytes=n,typeof window!="undefined"&&window.crypto&&window.crypto.getRandomValues)e.randomBytes=c=>window.crypto.getRandomValues(le.Buffer.alloc(c));else{try{e.randomBytes=BT.randomBytes}catch{}e.randomBytes==null&&(e.randomBytes=n)}function i(c){return Object.prototype.toString.call(c)==="[object Uint8Array]"}e.isUint8Array=i;function f(c){return Object.prototype.toString.call(c)==="[object BigInt64Array]"}e.isBigInt64Array=f;function o(c){return Object.prototype.toString.call(c)==="[object BigUint64Array]"}e.isBigUInt64Array=o;function s(){return typeof mp!="undefined"&&typeof mp.Buffer!="undefined"}e.haveBuffer=s;function l(c){return s()&&le.Buffer.isBuffer(c)}e.isBuffer=l;function p(c){return u(c)&&Object.prototype.toString.call(c)==="[object Date]"}e.isDate=p;function u(c){return typeof c=="object"&&c!==null}e.isObjectLike=u;function h(c,j){if(typeof window=="undefined"||typeof self=="undefined")return CT.deprecate(c,j);let B=!1;function q(...H){return B||(console.warn(j),B=!0),c.apply(this,...H)}return q}e.deprecate=h});At(pt);var JA=pt.deprecate,XA=pt.isObjectLike,ZA=pt.isDate,QA=pt.isBuffer,$A=pt.haveBuffer,e4=pt.isBigUInt64Array,t4=pt.isBigInt64Array,r4=pt.isUint8Array,n4=pt.randomBytes,i4=pt.normalizedFunctionString,zn=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.DBRef=e.isDBRefLike=void 0;function r(i){return pt.isObjectLike(i)&&i.$id!=null&&i.$ref!=null}e.isDBRefLike=r;class n{constructor(f,o,s,l){let p=f.split(".");p.length===2&&(s=p.shift(),f=p.shift()),this.collection=f,this.oid=o,this.db=s,this.fields=l||{}}get namespace(){return this.collection}set namespace(f){this.collection=f}toJSON(){let f=Object.assign({$ref:this.collection,$id:this.oid},this.fields);return this.db!=null&&(f.$db=this.db),f}toExtendedJSON(f){f=f||{};let o={$ref:this.collection,$id:this.oid};return f.legacy||(this.db&&(o.$db=this.db),o=Object.assign(o,this.fields)),o}static fromExtendedJSON(f){let o=Object.assign({},f);return delete o.$ref,delete o.$id,delete o.$db,new n(f.$ref,f.$id,f.$db,o)}}e.DBRef=n,Object.defineProperty(n.prototype,"_bsontype",{value:"DBRef"})});At(zn);var f4=zn.DBRef,o4=zn.isDBRefLike,me=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Long=void 0;let r;try{r=new WebAssembly.Instance(new WebAssembly.Module(new Uint8Array([0,97,115,109,1,0,0,0,1,13,2,96,0,1,127,96,4,127,127,127,127,1,127,3,7,6,0,1,1,1,1,1,6,6,1,127,1,65,0,11,7,50,6,3,109,117,108,0,1,5,100,105,118,95,115,0,2,5,100,105,118,95,117,0,3,5,114,101,109,95,115,0,4,5,114,101,109,95,117,0,5,8,103,101,116,95,104,105,103,104,0,0,10,191,1,6,4,0,35,0,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,126,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,127,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,128,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,129,34,4,66,32,135,167,36,0,32,4,167,11,36,1,1,126,32,0,173,32,1,173,66,32,134,132,32,2,173,32,3,173,66,32,134,132,130,34,4,66,32,135,167,36,0,32,4,167,11])),{}).exports}catch{}let n=1<<16,i=1<<24,f=n*n,o=f*f,s=o/2,l={},p={};class u{constructor(c=0,j=0,B){this.comp=u.prototype.compare,this.div=u.prototype.divide,this.eq=u.prototype.equals,this.gt=u.prototype.greaterThan,this.gte=u.prototype.greaterThanOrEqual,this.ge=u.prototype.greaterThanOrEqual,this.lt=u.prototype.lessThan,this.lte=u.prototype.lessThanOrEqual,this.mod=u.prototype.modulo,this.rem=u.prototype.modulo,this.mul=u.prototype.multiply,this.neg=u.prototype.negate,this.neq=u.prototype.notEquals,this.ne=u.prototype.notEquals,this.shl=u.prototype.shiftLeft,this.shr=u.prototype.shiftRight,this.shr_u=u.prototype.shiftRightUnsigned,this.shru=u.prototype.shiftRightUnsigned,this.sub=u.prototype.subtract,this.eqz=u.prototype.isZero,this.le=u.prototype.lessThanOrEqual,this.low=c|0,this.high=j|0,this.unsigned=!!B,Object.defineProperty(this,"__isLong__",{value:!0,configurable:!1,writable:!1,enumerable:!1})}static fromBits(c,j,B){return new u(c,j,B)}static fromInt(c,j){let B,q,H;return j?(c>>>=0,(H=0<=c&&c<256)&&(q=p[c],q)?q:(B=u.fromBits(c,(c|0)<0?-1:0,!0),H&&(p[c]=B),B)):(c|=0,(H=-128<=c&&c<128)&&(q=l[c],q)?q:(B=u.fromBits(c,c<0?-1:0,!1),H&&(l[c]=B),B))}static fromNumber(c,j){if(isNaN(c))return j?u.UZERO:u.ZERO;if(j){if(c<0)return u.UZERO;if(c>=o)return u.MAX_UNSIGNED_VALUE}else{if(c<=-s)return u.MIN_VALUE;if(c+1>=s)return u.MAX_VALUE}return c<0?u.fromNumber(-c,j).neg():u.fromBits(c%f|0,c/f|0,j)}static fromBigInt(c,j){return u.fromString(c.toString(),j)}static fromString(c,j,B){if(c.length===0)throw Error("empty string");if(c==="NaN"||c==="Infinity"||c==="+Infinity"||c==="-Infinity")return u.ZERO;if(typeof j=="number"?(B=j,j=!1):j=!!j,B=B||10,B<2||36<B)throw RangeError("radix");let q;if((q=c.indexOf("-"))>0)throw Error("interior hyphen");if(q===0)return u.fromString(c.substring(1),j,B).neg();let H=u.fromNumber(Math.pow(B,8)),M=u.ZERO;for(let F=0;F<c.length;F+=8){let J=Math.min(8,c.length-F),re=parseInt(c.substring(F,F+J),B);if(J<8){let W=u.fromNumber(Math.pow(B,J));M=M.mul(W).add(u.fromNumber(re))}else M=M.mul(H),M=M.add(u.fromNumber(re))}return M.unsigned=j,M}static fromBytes(c,j,B){return B?u.fromBytesLE(c,j):u.fromBytesBE(c,j)}static fromBytesLE(c,j){return new u(c[0]|c[1]<<8|c[2]<<16|c[3]<<24,c[4]|c[5]<<8|c[6]<<16|c[7]<<24,j)}static fromBytesBE(c,j){return new u(c[4]<<24|c[5]<<16|c[6]<<8|c[7],c[0]<<24|c[1]<<16|c[2]<<8|c[3],j)}static isLong(c){return pt.isObjectLike(c)&&c.__isLong__===!0}static fromValue(c,j){return typeof c=="number"?u.fromNumber(c,j):typeof c=="string"?u.fromString(c,j):u.fromBits(c.low,c.high,typeof j=="boolean"?j:c.unsigned)}add(c){u.isLong(c)||(c=u.fromValue(c));let j=this.high>>>16,B=this.high&65535,q=this.low>>>16,H=this.low&65535,M=c.high>>>16,F=c.high&65535,J=c.low>>>16,re=c.low&65535,W=0,O=0,te=0,L=0;return L+=H+re,te+=L>>>16,L&=65535,te+=q+J,O+=te>>>16,te&=65535,O+=B+F,W+=O>>>16,O&=65535,W+=j+M,W&=65535,u.fromBits(te<<16|L,W<<16|O,this.unsigned)}and(c){return u.isLong(c)||(c=u.fromValue(c)),u.fromBits(this.low&c.low,this.high&c.high,this.unsigned)}compare(c){if(u.isLong(c)||(c=u.fromValue(c)),this.eq(c))return 0;let j=this.isNegative(),B=c.isNegative();return j&&!B?-1:!j&&B?1:this.unsigned?c.high>>>0>this.high>>>0||c.high===this.high&&c.low>>>0>this.low>>>0?-1:1:this.sub(c).isNegative()?-1:1}divide(c){if(u.isLong(c)||(c=u.fromValue(c)),c.isZero())throw Error("division by zero");if(r){if(!this.unsigned&&this.high===-2147483648&&c.low===-1&&c.high===-1)return this;let H=(this.unsigned?r.div_u:r.div_s)(this.low,this.high,c.low,c.high);return u.fromBits(H,r.get_high(),this.unsigned)}if(this.isZero())return this.unsigned?u.UZERO:u.ZERO;let j,B,q;if(this.unsigned){if(c.unsigned||(c=c.toUnsigned()),c.gt(this))return u.UZERO;if(c.gt(this.shru(1)))return u.UONE;q=u.UZERO}else{if(this.eq(u.MIN_VALUE))return c.eq(u.ONE)||c.eq(u.NEG_ONE)?u.MIN_VALUE:c.eq(u.MIN_VALUE)?u.ONE:(j=this.shr(1).div(c).shl(1),j.eq(u.ZERO)?c.isNegative()?u.ONE:u.NEG_ONE:(B=this.sub(c.mul(j)),q=j.add(B.div(c)),q));if(c.eq(u.MIN_VALUE))return this.unsigned?u.UZERO:u.ZERO;if(this.isNegative())return c.isNegative()?this.neg().div(c.neg()):this.neg().div(c).neg();if(c.isNegative())return this.div(c.neg()).neg();q=u.ZERO}for(B=this;B.gte(c);){j=Math.max(1,Math.floor(B.toNumber()/c.toNumber()));let H=Math.ceil(Math.log(j)/Math.LN2),M=H<=48?1:Math.pow(2,H-48),F=u.fromNumber(j),J=F.mul(c);for(;J.isNegative()||J.gt(B);)j-=M,F=u.fromNumber(j,this.unsigned),J=F.mul(c);F.isZero()&&(F=u.ONE),q=q.add(F),B=B.sub(J)}return q}equals(c){return u.isLong(c)||(c=u.fromValue(c)),this.unsigned!==c.unsigned&&this.high>>>31==1&&c.high>>>31==1?!1:this.high===c.high&&this.low===c.low}getHighBits(){return this.high}getHighBitsUnsigned(){return this.high>>>0}getLowBits(){return this.low}getLowBitsUnsigned(){return this.low>>>0}getNumBitsAbs(){if(this.isNegative())return this.eq(u.MIN_VALUE)?64:this.neg().getNumBitsAbs();let c=this.high!==0?this.high:this.low,j;for(j=31;j>0&&(c&1<<j)==0;j--);return this.high!==0?j+33:j+1}greaterThan(c){return this.comp(c)>0}greaterThanOrEqual(c){return this.comp(c)>=0}isEven(){return(this.low&1)==0}isNegative(){return!this.unsigned&&this.high<0}isOdd(){return(this.low&1)==1}isPositive(){return this.unsigned||this.high>=0}isZero(){return this.high===0&&this.low===0}lessThan(c){return this.comp(c)<0}lessThanOrEqual(c){return this.comp(c)<=0}modulo(c){if(u.isLong(c)||(c=u.fromValue(c)),r){let j=(this.unsigned?r.rem_u:r.rem_s)(this.low,this.high,c.low,c.high);return u.fromBits(j,r.get_high(),this.unsigned)}return this.sub(this.div(c).mul(c))}multiply(c){if(this.isZero())return u.ZERO;if(u.isLong(c)||(c=u.fromValue(c)),r){let ne=r.mul(this.low,this.high,c.low,c.high);return u.fromBits(ne,r.get_high(),this.unsigned)}if(c.isZero())return u.ZERO;if(this.eq(u.MIN_VALUE))return c.isOdd()?u.MIN_VALUE:u.ZERO;if(c.eq(u.MIN_VALUE))return this.isOdd()?u.MIN_VALUE:u.ZERO;if(this.isNegative())return c.isNegative()?this.neg().mul(c.neg()):this.neg().mul(c).neg();if(c.isNegative())return this.mul(c.neg()).neg();if(this.lt(u.TWO_PWR_24)&&c.lt(u.TWO_PWR_24))return u.fromNumber(this.toNumber()*c.toNumber(),this.unsigned);let j=this.high>>>16,B=this.high&65535,q=this.low>>>16,H=this.low&65535,M=c.high>>>16,F=c.high&65535,J=c.low>>>16,re=c.low&65535,W=0,O=0,te=0,L=0;return L+=H*re,te+=L>>>16,L&=65535,te+=q*re,O+=te>>>16,te&=65535,te+=H*J,O+=te>>>16,te&=65535,O+=B*re,W+=O>>>16,O&=65535,O+=q*J,W+=O>>>16,O&=65535,O+=H*F,W+=O>>>16,O&=65535,W+=j*re+B*J+q*F+H*M,W&=65535,u.fromBits(te<<16|L,W<<16|O,this.unsigned)}negate(){return!this.unsigned&&this.eq(u.MIN_VALUE)?u.MIN_VALUE:this.not().add(u.ONE)}not(){return u.fromBits(~this.low,~this.high,this.unsigned)}notEquals(c){return!this.equals(c)}or(c){return u.isLong(c)||(c=u.fromValue(c)),u.fromBits(this.low|c.low,this.high|c.high,this.unsigned)}shiftLeft(c){return u.isLong(c)&&(c=c.toInt()),(c&=63)==0?this:c<32?u.fromBits(this.low<<c,this.high<<c|this.low>>>32-c,this.unsigned):u.fromBits(0,this.low<<c-32,this.unsigned)}shiftRight(c){return u.isLong(c)&&(c=c.toInt()),(c&=63)==0?this:c<32?u.fromBits(this.low>>>c|this.high<<32-c,this.high>>c,this.unsigned):u.fromBits(this.high>>c-32,this.high>=0?0:-1,this.unsigned)}shiftRightUnsigned(c){if(u.isLong(c)&&(c=c.toInt()),c&=63,c===0)return this;{let j=this.high;if(c<32){let B=this.low;return u.fromBits(B>>>c|j<<32-c,j>>>c,this.unsigned)}else return c===32?u.fromBits(j,0,this.unsigned):u.fromBits(j>>>c-32,0,this.unsigned)}}subtract(c){return u.isLong(c)||(c=u.fromValue(c)),this.add(c.neg())}toInt(){return this.unsigned?this.low>>>0:this.low}toNumber(){return this.unsigned?(this.high>>>0)*f+(this.low>>>0):this.high*f+(this.low>>>0)}toBigInt(){return BigInt(this.toString())}toBytes(c){return c?this.toBytesLE():this.toBytesBE()}toBytesLE(){let c=this.high,j=this.low;return[j&255,j>>>8&255,j>>>16&255,j>>>24,c&255,c>>>8&255,c>>>16&255,c>>>24]}toBytesBE(){let c=this.high,j=this.low;return[c>>>24,c>>>16&255,c>>>8&255,c&255,j>>>24,j>>>16&255,j>>>8&255,j&255]}toSigned(){return this.unsigned?u.fromBits(this.low,this.high,!1):this}toString(c){if(c=c||10,c<2||36<c)throw RangeError("radix");if(this.isZero())return"0";if(this.isNegative())if(this.eq(u.MIN_VALUE)){let H=u.fromNumber(c),M=this.div(H),F=M.mul(H).sub(this);return M.toString(c)+F.toInt().toString(c)}else return"-"+this.neg().toString(c);let j=u.fromNumber(Math.pow(c,6),this.unsigned),B=this,q="";for(;;){let H=B.div(j),F=(B.sub(H.mul(j)).toInt()>>>0).toString(c);if(B=H,B.isZero())return F+q;for(;F.length<6;)F="0"+F;q=""+F+q}}toUnsigned(){return this.unsigned?this:u.fromBits(this.low,this.high,!0)}xor(c){return u.isLong(c)||(c=u.fromValue(c)),u.fromBits(this.low^c.low,this.high^c.high,this.unsigned)}toExtendedJSON(c){return c&&c.relaxed?this.toNumber():{$numberLong:this.toString()}}static fromExtendedJSON(c,j){let B=u.fromString(c.$numberLong);return j&&j.relaxed?B.toNumber():B}}e.Long=u,u.TWO_PWR_24=u.fromInt(i),u.MAX_UNSIGNED_VALUE=u.fromBits(4294967295|0,4294967295|0,!0),u.ZERO=u.fromInt(0),u.UZERO=u.fromInt(0,!0),u.ONE=u.fromInt(1),u.UONE=u.fromInt(1,!0),u.NEG_ONE=u.fromInt(-1),u.MAX_VALUE=u.fromBits(4294967295|0,2147483647|0,!1),u.MIN_VALUE=u.fromBits(0,2147483648|0,!1),Object.defineProperty(u.prototype,"__isLong__",{value:!0}),Object.defineProperty(u.prototype,"_bsontype",{value:"Long"})});At(me);var s4=me.Long,Fo=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Decimal128=void 0;let r=/^(\+|-)?(\d+|(\d*\.\d*))?(E|e)?([-+])?(\d+)?$/,n=/^(\+|-)?(Infinity|inf)$/i,i=/^(\+|-)?NaN$/i,f=6111,o=-6176,s=6176,l=34,p=[124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),u=[248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),h=[120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0].reverse(),c=/^([-+])?(\d+)?$/,j=31,B=16383,q=30,H=31;function M(te){return!isNaN(parseInt(te,10))}function F(te){let L=me.Long.fromNumber(1e3*1e3*1e3),ne=me.Long.fromNumber(0);if(!te.parts[0]&&!te.parts[1]&&!te.parts[2]&&!te.parts[3])return{quotient:te,rem:ne};for(let g=0;g<=3;g++)ne=ne.shiftLeft(32),ne=ne.add(new me.Long(te.parts[g],0)),te.parts[g]=ne.div(L).low,ne=ne.modulo(L);return{quotient:te,rem:ne}}function J(te,L){if(!te&&!L)return{high:me.Long.fromNumber(0),low:me.Long.fromNumber(0)};let ne=te.shiftRightUnsigned(32),g=new me.Long(te.getLowBits(),0),b=L.shiftRightUnsigned(32),A=new me.Long(L.getLowBits(),0),w=ne.multiply(b),z=ne.multiply(A),C=g.multiply(b),P=g.multiply(A);return w=w.add(z.shiftRightUnsigned(32)),z=new me.Long(z.getLowBits(),0).add(C).add(P.shiftRightUnsigned(32)),w=w.add(z.shiftRightUnsigned(32)),P=z.shiftLeft(32).add(new me.Long(P.getLowBits(),0)),{high:w,low:P}}function re(te,L){let ne=te.high>>>0,g=L.high>>>0;if(ne<g)return!0;if(ne===g){let b=te.low>>>0,A=L.low>>>0;if(b<A)return!0}return!1}function W(te,L){throw new TypeError(`"${te}" is not a valid Decimal128 string - ${L}`)}class O{constructor(L){this.bytes=L}static fromString(L){let ne=!1,g=!1,b=!1,A=0,w=0,z=0,C=0,P=0,Q=[0],x=0,Se=0,ie=0,U=0,Y=0,Be=0,oe=new me.Long(0,0),We=new me.Long(0,0),ar=0,ae=0;if(L.length>=7e3)throw new TypeError(""+L+" not a valid Decimal128 string");let St=L.match(r),Qi=L.match(n),$i=L.match(i);if(!St&&!Qi&&!$i||L.length===0)throw new TypeError(""+L+" not a valid Decimal128 string");if(St){let it=St[2],y=St[4],m=St[5],d=St[6];y&&d===void 0&&W(L,"missing exponent power"),y&&it===void 0&&W(L,"missing exponent base"),y===void 0&&(m||d)&&W(L,"missing e before exponent")}if((L[ae]==="+"||L[ae]==="-")&&(ne=L[ae++]==="-"),!M(L[ae])&&L[ae]!=="."){if(L[ae]==="i"||L[ae]==="I")return new O(le.Buffer.from(ne?u:h));if(L[ae]==="N")return new O(le.Buffer.from(p))}for(;M(L[ae])||L[ae]===".";){if(L[ae]==="."){g&&W(L,"contains multiple periods"),g=!0,ae=ae+1;continue}x<34&&(L[ae]!=="0"||b)&&(b||(P=w),b=!0,Q[Se++]=parseInt(L[ae],10),x=x+1),b&&(z=z+1),g&&(C=C+1),w=w+1,ae=ae+1}if(g&&!w)throw new TypeError(""+L+" not a valid Decimal128 string");if(L[ae]==="e"||L[ae]==="E"){let it=L.substr(++ae).match(c);if(!it||!it[2])return new O(le.Buffer.from(p));Y=parseInt(it[0],10),ae=ae+it[0].length}if(L[ae])return new O(le.Buffer.from(p));if(ie=0,!x)ie=0,U=0,Q[0]=0,z=1,x=1,A=0;else if(U=x-1,A=z,A!==1)for(;L[P+A-1]==="0";)A=A-1;for(Y<=C&&C-Y>1<<14?Y=o:Y=Y-C;Y>f;){if(U=U+1,U-ie>l){if(Q.join("").match(/^0+$/)){Y=f;break}W(L,"overflow")}Y=Y-1}for(;Y<o||x<z;){if(U===0&&A<x){Y=o,A=0;break}if(x<z?z=z-1:U=U-1,Y<f)Y=Y+1;else{if(Q.join("").match(/^0+$/)){Y=f;break}W(L,"overflow")}}if(U-ie+1<A){let it=w;g&&(P=P+1,it=it+1),ne&&(P=P+1,it=it+1);let y=parseInt(L[P+U+1],10),m=0;if(y>=5&&(m=1,y===5)){for(m=Q[U]%2==1?1:0,Be=P+U+2;Be<it;Be++)if(parseInt(L[Be],10)){m=1;break}}if(m){let d=U;for(;d>=0;d--)if(++Q[d]>9&&(Q[d]=0,d===0))if(Y<f)Y=Y+1,Q[d]=1;else return new O(le.Buffer.from(ne?u:h))}}if(oe=me.Long.fromNumber(0),We=me.Long.fromNumber(0),A===0)oe=me.Long.fromNumber(0),We=me.Long.fromNumber(0);else if(U-ie<17){let it=ie;for(We=me.Long.fromNumber(Q[it++]),oe=new me.Long(0,0);it<=U;it++)We=We.multiply(me.Long.fromNumber(10)),We=We.add(me.Long.fromNumber(Q[it]))}else{let it=ie;for(oe=me.Long.fromNumber(Q[it++]);it<=U-17;it++)oe=oe.multiply(me.Long.fromNumber(10)),oe=oe.add(me.Long.fromNumber(Q[it]));for(We=me.Long.fromNumber(Q[it++]);it<=U;it++)We=We.multiply(me.Long.fromNumber(10)),We=We.add(me.Long.fromNumber(Q[it]))}let bt=J(oe,me.Long.fromString("100000000000000000"));bt.low=bt.low.add(We),re(bt.low,We)&&(bt.high=bt.high.add(me.Long.fromNumber(1))),ar=Y+s;let xe={low:me.Long.fromNumber(0),high:me.Long.fromNumber(0)};bt.high.shiftRightUnsigned(49).and(me.Long.fromNumber(1)).equals(me.Long.fromNumber(1))?(xe.high=xe.high.or(me.Long.fromNumber(3).shiftLeft(61)),xe.high=xe.high.or(me.Long.fromNumber(ar).and(me.Long.fromNumber(16383).shiftLeft(47))),xe.high=xe.high.or(bt.high.and(me.Long.fromNumber(140737488355327)))):(xe.high=xe.high.or(me.Long.fromNumber(ar&16383).shiftLeft(49)),xe.high=xe.high.or(bt.high.and(me.Long.fromNumber(562949953421311)))),xe.low=bt.low,ne&&(xe.high=xe.high.or(me.Long.fromString("9223372036854775808")));let xt=le.Buffer.alloc(16);return ae=0,xt[ae++]=xe.low.low&255,xt[ae++]=xe.low.low>>8&255,xt[ae++]=xe.low.low>>16&255,xt[ae++]=xe.low.low>>24&255,xt[ae++]=xe.low.high&255,xt[ae++]=xe.low.high>>8&255,xt[ae++]=xe.low.high>>16&255,xt[ae++]=xe.low.high>>24&255,xt[ae++]=xe.high.low&255,xt[ae++]=xe.high.low>>8&255,xt[ae++]=xe.high.low>>16&255,xt[ae++]=xe.high.low>>24&255,xt[ae++]=xe.high.high&255,xt[ae++]=xe.high.high>>8&255,xt[ae++]=xe.high.high>>16&255,xt[ae++]=xe.high.high>>24&255,new O(xt)}toString(){let L,ne=0,g=new Array(36);for(let ae=0;ae<g.length;ae++)g[ae]=0;let b=0,A=!1,w,z={parts:[0,0,0,0]},C,P,Q=[];b=0;let x=this.bytes,Se=x[b++]|x[b++]<<8|x[b++]<<16|x[b++]<<24,ie=x[b++]|x[b++]<<8|x[b++]<<16|x[b++]<<24,U=x[b++]|x[b++]<<8|x[b++]<<16|x[b++]<<24,Y=x[b++]|x[b++]<<8|x[b++]<<16|x[b++]<<24;b=0,{low:new me.Long(Se,ie),high:new me.Long(U,Y)}.high.lessThan(me.Long.ZERO)&&Q.push("-");let oe=Y>>26&j;if(oe>>3==3){if(oe===q)return Q.join("")+"Infinity";if(oe===H)return"NaN";L=Y>>15&B,w=8+(Y>>14&1)}else w=Y>>14&7,L=Y>>17&B;let We=L-s;if(z.parts[0]=(Y&16383)+((w&15)<<14),z.parts[1]=U,z.parts[2]=ie,z.parts[3]=Se,z.parts[0]===0&&z.parts[1]===0&&z.parts[2]===0&&z.parts[3]===0)A=!0;else for(P=3;P>=0;P--){let ae=0,St=F(z);if(z=St.quotient,ae=St.rem.low,!!ae)for(C=8;C>=0;C--)g[P*9+C]=ae%10,ae=Math.floor(ae/10)}if(A)ne=1,g[b]=0;else for(ne=36;!g[b];)ne=ne-1,b=b+1;let ar=ne-1+We;if(ar>=34||ar<=-7||We>0){if(ne>34)return Q.push(`${0}`),We>0?Q.push("E+"+We):We<0&&Q.push("E"+We),Q.join("");Q.push(`${g[b++]}`),ne=ne-1,ne&&Q.push(".");for(let ae=0;ae<ne;ae++)Q.push(`${g[b++]}`);Q.push("E"),ar>0?Q.push("+"+ar):Q.push(`${ar}`)}else if(We>=0)for(let ae=0;ae<ne;ae++)Q.push(`${g[b++]}`);else{let ae=ne+We;if(ae>0)for(let St=0;St<ae;St++)Q.push(`${g[b++]}`);else Q.push("0");for(Q.push(".");ae++<0;)Q.push("0");for(let St=0;St<ne-Math.max(ae-1,0);St++)Q.push(`${g[b++]}`)}return Q.join("")}toJSON(){return{$numberDecimal:this.toString()}}toExtendedJSON(){return{$numberDecimal:this.toString()}}static fromExtendedJSON(L){return O.fromString(L.$numberDecimal)}}e.Decimal128=O,Object.defineProperty(O.prototype,"_bsontype",{value:"Decimal128"})});At(Fo);var l4=Fo.Decimal128,no=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Double=void 0;class r{constructor(i){i instanceof Number&&(i=i.valueOf()),this.value=+i}valueOf(){return this.value}toJSON(){return this.value}toExtendedJSON(i){if(i&&(i.legacy||i.relaxed&&isFinite(this.value)))return this.value;if(Object.is(Math.sign(this.value),-0))return{$numberDouble:`-${this.value.toFixed(1)}`};let f;return Number.isInteger(this.value)?(f=this.value.toFixed(1),f.length>=13&&(f=this.value.toExponential(13).toUpperCase())):f=this.value.toString(),{$numberDouble:f}}static fromExtendedJSON(i,f){let o=parseFloat(i.$numberDouble);return f&&f.relaxed?o:new r(o)}}e.Double=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Double"})});At(no);var a4=no.Double,io=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Int32=void 0;class r{constructor(i){i instanceof Number&&(i=i.valueOf()),this.value=+i}valueOf(){return this.value}toJSON(){return this.value}toExtendedJSON(i){return i&&(i.relaxed||i.legacy)?this.value:{$numberInt:this.value.toString()}}static fromExtendedJSON(i,f){return f&&f.relaxed?parseInt(i.$numberInt,10):new r(i.$numberInt)}}e.Int32=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Int32"})});At(io);var p4=io.Int32,vp=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Map=void 0;let r;e.Map=r;let n=function(o){return o&&o.Math==Math&&o};function i(){return n(typeof globalThis=="object"&&globalThis)||n(typeof window=="object"&&window)||n(typeof self=="object"&&self)||n(typeof mp=="object"&&mp)||Function("return this")()}let f=i();Object.prototype.hasOwnProperty.call(f,"Map")?e.Map=r=f.Map:e.Map=r=class{constructor(s=[]){this._keys=[],this._values={};for(let l=0;l<s.length;l++){if(s[l]==null)continue;let p=s[l],u=p[0],h=p[1];this._keys.push(u),this._values[u]={v:h,i:this._keys.length-1}}}clear(){this._keys=[],this._values={}}delete(s){let l=this._values[s];return l==null?!1:(delete this._values[s],this._keys.splice(l.i,1),!0)}entries(){let s=0;return{next:()=>{let l=this._keys[s++];return{value:l!==void 0?[l,this._values[l].v]:void 0,done:l===void 0}}}}forEach(s,l){l=l||this;for(let p=0;p<this._keys.length;p++){let u=this._keys[p];s.call(l,this._values[u].v,u,l)}}get(s){return this._values[s]?this._values[s].v:void 0}has(s){return this._values[s]!=null}keys(){let s=0;return{next:()=>{let l=this._keys[s++];return{value:l!==void 0?l:void 0,done:l===void 0}}}}set(s,l){return this._values[s]?(this._values[s].v=l,this):(this._keys.push(s),this._values[s]={v:l,i:this._keys.length-1},this)}values(){let s=0;return{next:()=>{let l=this._keys[s++];return{value:l!==void 0?this._values[l].v:void 0,done:l===void 0}}}}get size(){return this._keys.length}}});At(vp);var c4=vp.Map,Po=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.MaxKey=void 0;class r{toExtendedJSON(){return{$maxKey:1}}static fromExtendedJSON(){return new r}}e.MaxKey=r,Object.defineProperty(r.prototype,"_bsontype",{value:"MaxKey"})});At(Po);var m4=Po.MaxKey,Mo=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.MinKey=void 0;class r{toExtendedJSON(){return{$minKey:1}}static fromExtendedJSON(){return new r}}e.MinKey=r,Object.defineProperty(r.prototype,"_bsontype",{value:"MinKey"})});At(Mo);var d4=Mo.MinKey,Ei=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.ObjectId=void 0;let r=pt.randomBytes(5),n=new RegExp("^[0-9a-fA-F]{24}$"),i=[];for(let u=0;u<256;u++)i[u]=(u<=15?"0":"")+u.toString(16);let f=[],o=0;for(;o<10;)f[48+o]=o++;for(;o<16;)f[65-10+o]=f[97-10+o]=o++;let s=Symbol("id");class l{constructor(h){if(h instanceof l&&(this[s]=h.id,this.__id=h.__id),typeof h=="object"&&h&&"id"in h&&("toHexString"in h&&typeof h.toHexString=="function"?this[s]=le.Buffer.from(h.toHexString(),"hex"):this[s]=typeof h.id=="string"?le.Buffer.from(h.id):h.id),(h==null||typeof h=="number")&&(this[s]=l.generate(typeof h=="number"?h:void 0),l.cacheHexString&&(this.__id=this.id.toString("hex"))),ArrayBuffer.isView(h)&&h.byteLength===12&&(this[s]=uf.ensureBuffer(h)),typeof h=="string")if(h.length===12){let c=le.Buffer.from(h);c.byteLength===12&&(this[s]=c)}else if(h.length===24&&n.test(h))this[s]=le.Buffer.from(h,"hex");else throw new TypeError("Argument passed in must be a Buffer or string of 12 bytes or a string of 24 hex characters");l.cacheHexString&&(this.__id=this.id.toString("hex"))}get id(){return this[s]}set id(h){this[s]=h,l.cacheHexString&&(this.__id=h.toString("hex"))}get generationTime(){return this.id.readInt32BE(0)}set generationTime(h){this.id.writeUInt32BE(h,0)}toHexString(){if(l.cacheHexString&&this.__id)return this.__id;let h=this.id.toString("hex");return l.cacheHexString&&!this.__id&&(this.__id=h),h}static getInc(){return l.index=(l.index+1)%16777215}static generate(h){typeof h!="number"&&(h=~~(Date.now()/1e3));let c=l.getInc(),j=le.Buffer.alloc(12);return j.writeUInt32BE(h,0),j[4]=r[0],j[5]=r[1],j[6]=r[2],j[7]=r[3],j[8]=r[4],j[11]=c&255,j[10]=c>>8&255,j[9]=c>>16&255,j}toString(h){return h?this.id.toString(h):this.toHexString()}toJSON(){return this.toHexString()}equals(h){return h==null?!1:h instanceof l?this.toString()===h.toString():typeof h=="string"&&l.isValid(h)&&h.length===12&&this.id instanceof le.Buffer?h===this.id.toString("binary"):typeof h=="string"&&l.isValid(h)&&h.length===24?h.toLowerCase()===this.toHexString():typeof h=="string"&&l.isValid(h)&&h.length===12?le.Buffer.from(h).equals(this.id):typeof h=="object"&&"toHexString"in h&&typeof h.toHexString=="function"?h.toHexString()===this.toHexString():!1}getTimestamp(){let h=new Date,c=this.id.readUInt32BE(0);return h.setTime(Math.floor(c)*1e3),h}static createPk(){return new l}static createFromTime(h){let c=le.Buffer.from([0,0,0,0,0,0,0,0,0,0,0,0]);return c.writeUInt32BE(h,0),new l(c)}static createFromHexString(h){if(typeof h=="undefined"||h!=null&&h.length!==24)throw new TypeError("Argument passed in must be a single String of 12 bytes or a string of 24 hex characters");return new l(le.Buffer.from(h,"hex"))}static isValid(h){return h==null?!1:typeof h=="number"?!0:typeof h=="string"?h.length===12||h.length===24&&n.test(h):h instanceof l||h instanceof le.Buffer&&h.length===12?!0:typeof h=="object"&&"toHexString"in h&&typeof h.toHexString=="function"?typeof h.id=="string"?h.id.length===12:h.toHexString().length===24&&n.test(h.id.toString("hex")):!1}toExtendedJSON(){return this.toHexString?{$oid:this.toHexString()}:{$oid:this.toString("hex")}}static fromExtendedJSON(h){return new l(h.$oid)}}e.ObjectId=l,l.index=~~(Math.random()*16777215),Object.defineProperty(l.prototype,"generate",{value:pt.deprecate(u=>l.generate(u),"Please use the static `ObjectId.generate(time)` instead")}),Object.defineProperty(l.prototype,"getInc",{value:pt.deprecate(()=>l.getInc(),"Please use the static `ObjectId.getInc()` instead")}),Object.defineProperty(l.prototype,"get_inc",{value:pt.deprecate(()=>l.getInc(),"Please use the static `ObjectId.getInc()` instead")}),Object.defineProperty(l,"get_inc",{value:pt.deprecate(()=>l.getInc(),"Please use the static `ObjectId.getInc()` instead")});let p=Symbol.for("nodejs.util.inspect.custom");Object.defineProperty(l.prototype,p,l.prototype.toString),Object.defineProperty(l.prototype,"inspect",l.prototype.toString),Object.defineProperty(l.prototype,"_bsontype",{value:"ObjectID"})});At(Ei);var w4=Ei.ObjectId,V=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.BSON_BINARY_SUBTYPE_USER_DEFINED=e.BSON_BINARY_SUBTYPE_MD5=e.BSON_BINARY_SUBTYPE_UUID_NEW=e.BSON_BINARY_SUBTYPE_UUID=e.BSON_BINARY_SUBTYPE_BYTE_ARRAY=e.BSON_BINARY_SUBTYPE_FUNCTION=e.BSON_BINARY_SUBTYPE_DEFAULT=e.BSON_DATA_MAX_KEY=e.BSON_DATA_MIN_KEY=e.BSON_DATA_DECIMAL128=e.BSON_DATA_LONG=e.BSON_DATA_TIMESTAMP=e.BSON_DATA_INT=e.BSON_DATA_CODE_W_SCOPE=e.BSON_DATA_SYMBOL=e.BSON_DATA_CODE=e.BSON_DATA_DBPOINTER=e.BSON_DATA_REGEXP=e.BSON_DATA_NULL=e.BSON_DATA_DATE=e.BSON_DATA_BOOLEAN=e.BSON_DATA_OID=e.BSON_DATA_UNDEFINED=e.BSON_DATA_BINARY=e.BSON_DATA_ARRAY=e.BSON_DATA_OBJECT=e.BSON_DATA_STRING=e.BSON_DATA_NUMBER=e.JS_INT_MIN=e.JS_INT_MAX=e.BSON_INT64_MIN=e.BSON_INT64_MAX=e.BSON_INT32_MIN=e.BSON_INT32_MAX=void 0,e.BSON_INT32_MAX=2147483647,e.BSON_INT32_MIN=-2147483648,e.BSON_INT64_MAX=Math.pow(2,63)-1,e.BSON_INT64_MIN=-Math.pow(2,63),e.JS_INT_MAX=Math.pow(2,53),e.JS_INT_MIN=-Math.pow(2,53),e.BSON_DATA_NUMBER=1,e.BSON_DATA_STRING=2,e.BSON_DATA_OBJECT=3,e.BSON_DATA_ARRAY=4,e.BSON_DATA_BINARY=5,e.BSON_DATA_UNDEFINED=6,e.BSON_DATA_OID=7,e.BSON_DATA_BOOLEAN=8,e.BSON_DATA_DATE=9,e.BSON_DATA_NULL=10,e.BSON_DATA_REGEXP=11,e.BSON_DATA_DBPOINTER=12,e.BSON_DATA_CODE=13,e.BSON_DATA_SYMBOL=14,e.BSON_DATA_CODE_W_SCOPE=15,e.BSON_DATA_INT=16,e.BSON_DATA_TIMESTAMP=17,e.BSON_DATA_LONG=18,e.BSON_DATA_DECIMAL128=19,e.BSON_DATA_MIN_KEY=255,e.BSON_DATA_MAX_KEY=127,e.BSON_BINARY_SUBTYPE_DEFAULT=0,e.BSON_BINARY_SUBTYPE_FUNCTION=1,e.BSON_BINARY_SUBTYPE_BYTE_ARRAY=2,e.BSON_BINARY_SUBTYPE_UUID=3,e.BSON_BINARY_SUBTYPE_UUID_NEW=4,e.BSON_BINARY_SUBTYPE_MD5=5,e.BSON_BINARY_SUBTYPE_USER_DEFINED=128});At(V);var h4=V.BSON_BINARY_SUBTYPE_USER_DEFINED,b4=V.BSON_BINARY_SUBTYPE_MD5,g4=V.BSON_BINARY_SUBTYPE_UUID_NEW,j4=V.BSON_BINARY_SUBTYPE_UUID,y4=V.BSON_BINARY_SUBTYPE_BYTE_ARRAY,v4=V.BSON_BINARY_SUBTYPE_FUNCTION,q4=V.BSON_BINARY_SUBTYPE_DEFAULT,_4=V.BSON_DATA_MAX_KEY,k4=V.BSON_DATA_MIN_KEY,T4=V.BSON_DATA_DECIMAL128,B4=V.BSON_DATA_LONG,I4=V.BSON_DATA_TIMESTAMP,S4=V.BSON_DATA_INT,x4=V.BSON_DATA_CODE_W_SCOPE,E4=V.BSON_DATA_SYMBOL,A4=V.BSON_DATA_CODE,O4=V.BSON_DATA_DBPOINTER,N4=V.BSON_DATA_REGEXP,R4=V.BSON_DATA_NULL,H4=V.BSON_DATA_DATE,D4=V.BSON_DATA_BOOLEAN,z4=V.BSON_DATA_OID,F4=V.BSON_DATA_UNDEFINED,P4=V.BSON_DATA_BINARY,M4=V.BSON_DATA_ARRAY,U4=V.BSON_DATA_OBJECT,L4=V.BSON_DATA_STRING,C4=V.BSON_DATA_NUMBER,V4=V.JS_INT_MIN,W4=V.JS_INT_MAX,Y4=V.BSON_INT64_MIN,K4=V.BSON_INT64_MAX,G4=V.BSON_INT32_MIN,J4=V.BSON_INT32_MAX,Bm=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.calculateObjectSize=void 0;function r(i,f,o){let s=4+1;if(Array.isArray(i))for(let l=0;l<i.length;l++)s+=n(l.toString(),i[l],f,!0,o);else{i.toBSON&&(i=i.toBSON());for(let l in i)s+=n(l,i[l],f,!1,o)}return s}e.calculateObjectSize=r;function n(i,f,o=!1,s=!1,l=!1){switch(f&&f.toBSON&&(f=f.toBSON()),typeof f){case"string":return 1+le.Buffer.byteLength(i,"utf8")+1+4+le.Buffer.byteLength(f,"utf8")+1;case"number":return Math.floor(f)===f&&f>=V.JS_INT_MIN&&f<=V.JS_INT_MAX&&f>=V.BSON_INT32_MIN&&f<=V.BSON_INT32_MAX?(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(4+1):(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(8+1);case"undefined":return s||!l?(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1:0;case"boolean":return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(1+1);case"object":if(f==null||f._bsontype==="MinKey"||f._bsontype==="MaxKey")return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1;if(f._bsontype==="ObjectId"||f._bsontype==="ObjectID")return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(12+1);if(f instanceof Date||pt.isDate(f))return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(8+1);if(ArrayBuffer.isView(f)||f instanceof ArrayBuffer)return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(1+4+1)+f.byteLength;if(f._bsontype==="Long"||f._bsontype==="Double"||f._bsontype==="Timestamp")return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(8+1);if(f._bsontype==="Decimal128")return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(16+1);if(f._bsontype==="Code")return f.scope!=null&&Object.keys(f.scope).length>0?(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+4+4+le.Buffer.byteLength(f.code.toString(),"utf8")+1+r(f.scope,o,l):(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+4+le.Buffer.byteLength(f.code.toString(),"utf8")+1;if(f._bsontype==="Binary")return f.sub_type===Zr.Binary.SUBTYPE_BYTE_ARRAY?(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(f.position+1+4+1+4):(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+(f.position+1+4+1);if(f._bsontype==="Symbol")return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+le.Buffer.byteLength(f.value,"utf8")+4+1+1;if(f._bsontype==="DBRef"){let p=Object.assign({$ref:f.collection,$id:f.oid},f.fields);return f.db!=null&&(p.$db=f.db),(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+r(p,o,l)}else return f instanceof RegExp||Object.prototype.toString.call(f)==="[object RegExp]"?(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+le.Buffer.byteLength(f.source,"utf8")+1+(f.global?1:0)+(f.ignoreCase?1:0)+(f.multiline?1:0)+1:f._bsontype==="BSONRegExp"?(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+le.Buffer.byteLength(f.pattern,"utf8")+1+le.Buffer.byteLength(f.options,"utf8")+1:(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+r(f,o,l)+1;case"function":if(f instanceof RegExp||Object.prototype.toString.call(f)==="[object RegExp]"||String.call(f)==="[object RegExp]")return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+le.Buffer.byteLength(f.source,"utf8")+1+(f.global?1:0)+(f.ignoreCase?1:0)+(f.multiline?1:0)+1;if(o&&f.scope!=null&&Object.keys(f.scope).length>0)return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+4+4+le.Buffer.byteLength(pt.normalizedFunctionString(f),"utf8")+1+r(f.scope,o,l);if(o)return(i!=null?le.Buffer.byteLength(i,"utf8")+1:0)+1+4+le.Buffer.byteLength(pt.normalizedFunctionString(f),"utf8")+1}return 0}});At(Bm);var X4=Bm.calculateObjectSize,mf=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.BSONRegExp=void 0;function r(i){return i.split("").sort().join("")}class n{constructor(f,o){this.pattern=f,this.options=o??"",r(this.options);for(let s=0;s<this.options.length;s++)if(!(this.options[s]==="i"||this.options[s]==="m"||this.options[s]==="x"||this.options[s]==="l"||this.options[s]==="s"||this.options[s]==="u"))throw new Error(`The regular expression option [${this.options[s]}] is not supported`)}static parseOptions(f){return f?f.split("").sort().join(""):""}toExtendedJSON(f){return f=f||{},f.legacy?{$regex:this.pattern,$options:this.options}:{$regularExpression:{pattern:this.pattern,options:this.options}}}static fromExtendedJSON(f){if("$regex"in f)if(typeof f.$regex!="string"){if(f.$regex._bsontype==="BSONRegExp")return f}else return new n(f.$regex,n.parseOptions(f.$options));if("$regularExpression"in f)return new n(f.$regularExpression.pattern,n.parseOptions(f.$regularExpression.options));throw new TypeError(`Unexpected BSONRegExp EJSON object form: ${JSON.stringify(f)}`)}}e.BSONRegExp=n,Object.defineProperty(n.prototype,"_bsontype",{value:"BSONRegExp"})});At(mf);var Z4=mf.BSONRegExp,Uo=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.BSONSymbol=void 0;class r{constructor(i){this.value=i}valueOf(){return this.value}toString(){return this.value}inspect(){return this.value}toJSON(){return this.value}toExtendedJSON(){return{$symbol:this.value}}static fromExtendedJSON(i){return new r(i.$symbol)}}e.BSONSymbol=r,Object.defineProperty(r.prototype,"_bsontype",{value:"Symbol"})});At(Uo);var Q4=Uo.BSONSymbol,df=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.Timestamp=e.LongWithoutOverridesClass=void 0,e.LongWithoutOverridesClass=me.Long;class r extends e.LongWithoutOverridesClass{constructor(i,f){me.Long.isLong(i)?super(i.low,i.high,!0):super(i,f,!0),Object.defineProperty(this,"_bsontype",{value:"Timestamp",writable:!1,configurable:!1,enumerable:!1})}toJSON(){return{$timestamp:this.toString()}}static fromInt(i){return new r(me.Long.fromInt(i,!0))}static fromNumber(i){return new r(me.Long.fromNumber(i,!0))}static fromBits(i,f){return new r(i,f)}static fromString(i,f){return new r(me.Long.fromString(i,!0,f))}toExtendedJSON(){return{$timestamp:{t:this.high>>>0,i:this.low>>>0}}}static fromExtendedJSON(i){return new r(i.$timestamp.i,i.$timestamp.t)}}e.Timestamp=r,r.MAX_VALUE=me.Long.MAX_UNSIGNED_VALUE});At(df);var $4=df.Timestamp,eO=df.LongWithoutOverridesClass,qp=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.validateUtf8=void 0;let r=128,n=192,i=224,f=240,o=248,s=192,l=224,p=240,u=128;function h(c,j,B){let q=0;for(let H=j;H<B;H+=1){let M=c[H];if(q){if((M&n)!==u)return!1;q-=1}else if(M&r)if((M&i)===s)q=1;else if((M&f)===l)q=2;else if((M&o)===p)q=3;else return!1}return!q}e.validateUtf8=h});At(qp);var tO=qp.validateUtf8,_p=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.deserialize=void 0;let r=me.Long.fromNumber(V.JS_INT_MAX),n=me.Long.fromNumber(V.JS_INT_MIN),i={};function f(l,p,u){p=p??{};let h=p&&p.index?p.index:0,c=l[h]|l[h+1]<<8|l[h+2]<<16|l[h+3]<<24;if(c<5)throw new Error(`bson size must be >= 5, is ${c}`);if(p.allowObjectSmallerThanBufferSize&&l.length<c)throw new Error(`buffer length ${l.length} must be >= bson size ${c}`);if(!p.allowObjectSmallerThanBufferSize&&l.length!==c)throw new Error(`buffer length ${l.length} must === bson size ${c}`);if(c+h>l.byteLength)throw new Error(`(bson size ${c} + options.index ${h} must be <= buffer length ${l.byteLength})`);if(l[h+c-1]!==0)throw new Error("One object, sized correctly, with a spot for an EOO, but the EOO isn't 0x00");return o(l,h,p,u)}e.deserialize=f;function o(l,p,u,h=!1){let c=u.evalFunctions==null?!1:u.evalFunctions,j=u.cacheFunctions==null?!1:u.cacheFunctions,B=u.fieldsAsRaw==null?null:u.fieldsAsRaw,q=u.raw==null?!1:u.raw,H=typeof u.bsonRegExp=="boolean"?u.bsonRegExp:!1,M=u.promoteBuffers==null?!1:u.promoteBuffers,F=u.promoteLongs==null?!0:u.promoteLongs,J=u.promoteValues==null?!0:u.promoteValues,re=p;if(l.length<5)throw new Error("corrupt bson message < 5 bytes long");let W=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;if(W<5||W>l.length)throw new Error("corrupt bson message");let O=h?[]:{},te=0,L=!1;for(;!L;){let b=l[p++];if(b===0)break;let A=p;for(;l[A]!==0&&A<l.length;)A++;if(A>=l.byteLength)throw new Error("Bad BSON Document: illegal CString");let w=h?te++:l.toString("utf8",p,A);if(p=A+1,b===V.BSON_DATA_STRING){let z=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;if(z<=0||z>l.length-p||l[p+z-1]!==0)throw new Error("bad string length in bson");if(!qp.validateUtf8(l,p,p+z-1))throw new Error("Invalid UTF-8 string in BSON document");let C=l.toString("utf8",p,p+z-1);O[w]=C,p=p+z}else if(b===V.BSON_DATA_OID){let z=le.Buffer.alloc(12);l.copy(z,0,p,p+12),O[w]=new Ei.ObjectId(z),p=p+12}else if(b===V.BSON_DATA_INT&&J===!1)O[w]=new io.Int32(l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24);else if(b===V.BSON_DATA_INT)O[w]=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;else if(b===V.BSON_DATA_NUMBER&&J===!1)O[w]=new no.Double(l.readDoubleLE(p)),p=p+8;else if(b===V.BSON_DATA_NUMBER)O[w]=l.readDoubleLE(p),p=p+8;else if(b===V.BSON_DATA_DATE){let z=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24,C=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;O[w]=new Date(new me.Long(z,C).toNumber())}else if(b===V.BSON_DATA_BOOLEAN){if(l[p]!==0&&l[p]!==1)throw new Error("illegal boolean type value");O[w]=l[p++]===1}else if(b===V.BSON_DATA_OBJECT){let z=p,C=l[p]|l[p+1]<<8|l[p+2]<<16|l[p+3]<<24;if(C<=0||C>l.length-p)throw new Error("bad embedded document length in bson");q?O[w]=l.slice(p,p+C):O[w]=o(l,z,u,!1),p=p+C}else if(b===V.BSON_DATA_ARRAY){let z=p,C=l[p]|l[p+1]<<8|l[p+2]<<16|l[p+3]<<24,P=u,Q=p+C;if(B&&B[w]){P={};for(let x in u)P[x]=u[x];P.raw=!0}if(O[w]=o(l,z,P,!0),p=p+C,l[p-1]!==0)throw new Error("invalid array terminator byte");if(p!==Q)throw new Error("corrupted array bson")}else if(b===V.BSON_DATA_UNDEFINED)O[w]=void 0;else if(b===V.BSON_DATA_NULL)O[w]=null;else if(b===V.BSON_DATA_LONG){let z=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24,C=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24,P=new me.Long(z,C);F&&J===!0?O[w]=P.lessThanOrEqual(r)&&P.greaterThanOrEqual(n)?P.toNumber():P:O[w]=P}else if(b===V.BSON_DATA_DECIMAL128){let z=le.Buffer.alloc(16);l.copy(z,0,p,p+16),p=p+16;let C=new Fo.Decimal128(z);"toObject"in C&&typeof C.toObject=="function"?O[w]=C.toObject():O[w]=C}else if(b===V.BSON_DATA_BINARY){let z=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24,C=z,P=l[p++];if(z<0)throw new Error("Negative binary type element size found");if(z>l.byteLength)throw new Error("Binary type size larger than document size");if(l.slice!=null){if(P===Zr.Binary.SUBTYPE_BYTE_ARRAY){if(z=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24,z<0)throw new Error("Negative binary type element size found for subtype 0x02");if(z>C-4)throw new Error("Binary type with subtype 0x02 contains too long binary size");if(z<C-4)throw new Error("Binary type with subtype 0x02 contains too short binary size")}M&&J?O[w]=l.slice(p,p+z):O[w]=new Zr.Binary(l.slice(p,p+z),P)}else{let Q=le.Buffer.alloc(z);if(P===Zr.Binary.SUBTYPE_BYTE_ARRAY){if(z=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24,z<0)throw new Error("Negative binary type element size found for subtype 0x02");if(z>C-4)throw new Error("Binary type with subtype 0x02 contains too long binary size");if(z<C-4)throw new Error("Binary type with subtype 0x02 contains too short binary size")}for(A=0;A<z;A++)Q[A]=l[p+A];M&&J?O[w]=Q:O[w]=new Zr.Binary(Q,P)}p=p+z}else if(b===V.BSON_DATA_REGEXP&&H===!1){for(A=p;l[A]!==0&&A<l.length;)A++;if(A>=l.length)throw new Error("Bad BSON Document: illegal CString");let z=l.toString("utf8",p,A);for(p=A+1,A=p;l[A]!==0&&A<l.length;)A++;if(A>=l.length)throw new Error("Bad BSON Document: illegal CString");let C=l.toString("utf8",p,A);p=A+1;let P=new Array(C.length);for(A=0;A<C.length;A++)switch(C[A]){case"m":P[A]="m";break;case"s":P[A]="g";break;case"i":P[A]="i";break}O[w]=new RegExp(z,P.join(""))}else if(b===V.BSON_DATA_REGEXP&&H===!0){for(A=p;l[A]!==0&&A<l.length;)A++;if(A>=l.length)throw new Error("Bad BSON Document: illegal CString");let z=l.toString("utf8",p,A);for(p=A+1,A=p;l[A]!==0&&A<l.length;)A++;if(A>=l.length)throw new Error("Bad BSON Document: illegal CString");let C=l.toString("utf8",p,A);p=A+1,O[w]=new mf.BSONRegExp(z,C)}else if(b===V.BSON_DATA_SYMBOL){let z=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;if(z<=0||z>l.length-p||l[p+z-1]!==0)throw new Error("bad string length in bson");let C=l.toString("utf8",p,p+z-1);O[w]=J?C:new Uo.BSONSymbol(C),p=p+z}else if(b===V.BSON_DATA_TIMESTAMP){let z=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24,C=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;O[w]=new df.Timestamp(z,C)}else if(b===V.BSON_DATA_MIN_KEY)O[w]=new Mo.MinKey;else if(b===V.BSON_DATA_MAX_KEY)O[w]=new Po.MaxKey;else if(b===V.BSON_DATA_CODE){let z=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;if(z<=0||z>l.length-p||l[p+z-1]!==0)throw new Error("bad string length in bson");let C=l.toString("utf8",p,p+z-1);c?j?O[w]=s(C,i,O):O[w]=s(C):O[w]=new cf.Code(C),p=p+z}else if(b===V.BSON_DATA_CODE_W_SCOPE){let z=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;if(z<4+4+4+1)throw new Error("code_w_scope total size shorter minimum expected length");let C=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;if(C<=0||C>l.length-p||l[p+C-1]!==0)throw new Error("bad string length in bson");let P=l.toString("utf8",p,p+C-1);p=p+C;let Q=p,x=l[p]|l[p+1]<<8|l[p+2]<<16|l[p+3]<<24,Se=o(l,Q,u,!1);if(p=p+x,z<4+4+x+C)throw new Error("code_w_scope total size is too short, truncating scope");if(z>4+4+x+C)throw new Error("code_w_scope total size is too long, clips outer document");c?(j?O[w]=s(P,i,O):O[w]=s(P),O[w].scope=Se):O[w]=new cf.Code(P,Se)}else if(b===V.BSON_DATA_DBPOINTER){let z=l[p++]|l[p++]<<8|l[p++]<<16|l[p++]<<24;if(z<=0||z>l.length-p||l[p+z-1]!==0)throw new Error("bad string length in bson");if(!qp.validateUtf8(l,p,p+z-1))throw new Error("Invalid UTF-8 string in BSON document");let C=l.toString("utf8",p,p+z-1);p=p+z;let P=le.Buffer.alloc(12);l.copy(P,0,p,p+12);let Q=new Ei.ObjectId(P);p=p+12,O[w]=new zn.DBRef(C,Q)}else throw new Error("Detected unknown BSON type "+b.toString(16)+' for fieldname "'+w+'"')}if(W!==p-re)throw h?new Error("corrupt array bson"):new Error("corrupt object bson");let ne=Object.keys(O).filter(b=>b.startsWith("$")),g=!0;if(ne.forEach(b=>{["$ref","$id","$db"].indexOf(b)===-1&&(g=!1)}),!g)return O;if(zn.isDBRefLike(O)){let b=Object.assign({},O);return delete b.$ref,delete b.$id,delete b.$db,new zn.DBRef(O.$ref,O.$id,O.$db,b)}return O}function s(l,p,u){return p?(p[l]==null&&(p[l]=new Function(l)),p[l].bind(u)):new Function(l)}});At(_p);var rO=_p.deserialize,ol=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.EJSON=e.isBSONType=void 0;function r(q){return pt.isObjectLike(q)&&Reflect.has(q,"_bsontype")&&typeof q._bsontype=="string"}e.isBSONType=r;let n=2147483647,i=-2147483648,f=9223372036854776e3,o=-9223372036854776e3,s={$oid:Ei.ObjectId,$binary:Zr.Binary,$uuid:Zr.Binary,$symbol:Uo.BSONSymbol,$numberInt:io.Int32,$numberDecimal:Fo.Decimal128,$numberDouble:no.Double,$numberLong:me.Long,$minKey:Mo.MinKey,$maxKey:Po.MaxKey,$regex:mf.BSONRegExp,$regularExpression:mf.BSONRegExp,$timestamp:df.Timestamp};function l(q,H={}){if(typeof q=="number"){if(H.relaxed||H.legacy)return q;if(Math.floor(q)===q){if(q>=i&&q<=n)return new io.Int32(q);if(q>=o&&q<=f)return me.Long.fromNumber(q)}return new no.Double(q)}if(q==null||typeof q!="object")return q;if(q.$undefined)return null;let M=Object.keys(q).filter(F=>F.startsWith("$")&&q[F]!=null);for(let F=0;F<M.length;F++){let J=s[M[F]];if(J)return J.fromExtendedJSON(q,H)}if(q.$date!=null){let F=q.$date,J=new Date;return H.legacy?typeof F=="number"?J.setTime(F):typeof F=="string"&&J.setTime(Date.parse(F)):typeof F=="string"?J.setTime(Date.parse(F)):me.Long.isLong(F)?J.setTime(F.toNumber()):typeof F=="number"&&H.relaxed&&J.setTime(F),J}if(q.$code!=null){let F=Object.assign({},q);return q.$scope&&(F.$scope=l(q.$scope)),cf.Code.fromExtendedJSON(q)}if(q.$ref!=null||q.$dbPointer!=null){let F=q.$ref?q:q.$dbPointer;if(F instanceof zn.DBRef)return F;let J=Object.keys(F).filter(W=>W.startsWith("$")),re=!0;if(J.forEach(W=>{["$ref","$id","$db"].indexOf(W)===-1&&(re=!1)}),re)return zn.DBRef.fromExtendedJSON(F)}return q}function p(q,H){return q.map(M=>h(M,H))}function u(q){let H=q.toISOString();return q.getUTCMilliseconds()!==0?H:H.slice(0,-5)+"Z"}function h(q,H){if(Array.isArray(q))return p(q,H);if(q===void 0)return null;if(q instanceof Date){let M=q.getTime(),F=M>-1&&M<2534023188e5;return H.legacy?H.relaxed&&F?{$date:q.getTime()}:{$date:u(q)}:H.relaxed&&F?{$date:u(q)}:{$date:{$numberLong:q.getTime().toString()}}}if(typeof q=="number"&&!H.relaxed){if(Math.floor(q)===q){let M=q>=i&&q<=n,F=q>=o&&q<=f;if(M)return{$numberInt:q.toString()};if(F)return{$numberLong:q.toString()}}return{$numberDouble:q.toString()}}if(q instanceof RegExp){let M=q.flags;if(M===void 0){let J=q.toString().match(/[gimuy]*$/);J&&(M=J[0])}return new mf.BSONRegExp(q.source,M).toExtendedJSON(H)}return q!=null&&typeof q=="object"?j(q,H):q}let c={Binary:q=>new Zr.Binary(q.value(),q.sub_type),Code:q=>new cf.Code(q.code,q.scope),DBRef:q=>new zn.DBRef(q.collection||q.namespace,q.oid,q.db,q.fields),Decimal128:q=>new Fo.Decimal128(q.bytes),Double:q=>new no.Double(q.value),Int32:q=>new io.Int32(q.value),Long:q=>me.Long.fromBits(q.low!=null?q.low:q.low_,q.low!=null?q.high:q.high_,q.low!=null?q.unsigned:q.unsigned_),MaxKey:()=>new Po.MaxKey,MinKey:()=>new Mo.MinKey,ObjectID:q=>new Ei.ObjectId(q),ObjectId:q=>new Ei.ObjectId(q),BSONRegExp:q=>new mf.BSONRegExp(q.pattern,q.options),Symbol:q=>new Uo.BSONSymbol(q.value),Timestamp:q=>df.Timestamp.fromBits(q.low,q.high)};function j(q,H){if(q==null||typeof q!="object")throw new Error("not an object instance");let M=q._bsontype;if(typeof M=="undefined"){let F={};for(let J in q)F[J]=h(q[J],H);return F}else if(r(q)){let F=q;if(typeof F.toExtendedJSON!="function"){let J=c[q._bsontype];if(!J)throw new TypeError("Unrecognized or invalid _bsontype: "+q._bsontype);F=J(F)}return M==="Code"&&F.scope?F=new cf.Code(F.code,h(F.scope,H)):M==="DBRef"&&F.oid&&(F=new zn.DBRef(F.collection,h(F.oid,H),F.db,F.fields)),F.toExtendedJSON(H)}else throw new Error("_bsontype must be a string, but was: "+typeof M)}var B;(function(q){function H(re,W){let O=Object.assign({},{relaxed:!0,legacy:!1},W);return typeof O.relaxed=="boolean"&&(O.strict=!O.relaxed),typeof O.strict=="boolean"&&(O.relaxed=!O.strict),JSON.parse(re,(te,L)=>l(L,O))}q.parse=H;function M(re,W,O,te){O!=null&&typeof O=="object"&&(te=O,O=0),W!=null&&typeof W=="object"&&!Array.isArray(W)&&(te=W,W=void 0,O=0),te=Object.assign({},{relaxed:!0,legacy:!1},te);let L=h(re,te);return JSON.stringify(L,W,O)}q.stringify=M;function F(re,W){return W=W||{},JSON.parse(M(re,W))}q.serialize=F;function J(re,W){return W=W||{},H(JSON.stringify(re),W)}q.deserialize=J})(B=e.EJSON||(e.EJSON={}))});At(ol);var nO=ol.EJSON,iO=ol.isBSONType,sl=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.writeIEEE754=e.readIEEE754=void 0;function r(i,f,o,s,l){let p,u,h=o==="big",c=l*8-s-1,j=(1<<c)-1,B=j>>1,q=-7,H=h?0:l-1,M=h?1:-1,F=i[f+H];for(H+=M,p=F&(1<<-q)-1,F>>=-q,q+=c;q>0;p=p*256+i[f+H],H+=M,q-=8);for(u=p&(1<<-q)-1,p>>=-q,q+=s;q>0;u=u*256+i[f+H],H+=M,q-=8);if(p===0)p=1-B;else{if(p===j)return u?NaN:(F?-1:1)*(1/0);u=u+Math.pow(2,s),p=p-B}return(F?-1:1)*u*Math.pow(2,p-s)}e.readIEEE754=r;function n(i,f,o,s,l,p){let u,h,c,j=s==="big",B=p*8-l-1,q=(1<<B)-1,H=q>>1,M=l===23?Math.pow(2,-24)-Math.pow(2,-77):0,F=j?p-1:0,J=j?-1:1,re=f<0||f===0&&1/f<0?1:0;for(f=Math.abs(f),isNaN(f)||f===1/0?(h=isNaN(f)?1:0,u=q):(u=Math.floor(Math.log(f)/Math.LN2),f*(c=Math.pow(2,-u))<1&&(u--,c*=2),u+H>=1?f+=M/c:f+=M*Math.pow(2,1-H),f*c>=2&&(u++,c/=2),u+H>=q?(h=0,u=q):u+H>=1?(h=(f*c-1)*Math.pow(2,l),u=u+H):(h=f*Math.pow(2,H-1)*Math.pow(2,l),u=0)),isNaN(f)&&(h=0);l>=8;)i[o+F]=h&255,F+=J,h/=256,l-=8;for(u=u<<l|h,isNaN(f)&&(u+=8),B+=l;B>0;)i[o+F]=u&255,F+=J,u/=256,B-=8;i[o+F-J]|=re*128}e.writeIEEE754=n});At(sl);var fO=sl.writeIEEE754,oO=sl.readIEEE754,kp=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.serializeInto=void 0;let r=/\x00/,n=new Set(["$db","$ref","$id","$clusterTime"]);function i(g){return Object.prototype.toString.call(g)==="[object RegExp]"}function f(g,b,A,w,z){g[w++]=V.BSON_DATA_STRING;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");w=w+C+1,g[w-1]=0;let P=g.write(A,w+4,void 0,"utf8");return g[w+3]=P+1>>24&255,g[w+2]=P+1>>16&255,g[w+1]=P+1>>8&255,g[w]=P+1&255,w=w+4+P,g[w++]=0,w}function o(g,b,A,w,z){if(Number.isInteger(A)&&A>=V.BSON_INT32_MIN&&A<=V.BSON_INT32_MAX){g[w++]=V.BSON_DATA_INT;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");w=w+C,g[w++]=0,g[w++]=A&255,g[w++]=A>>8&255,g[w++]=A>>16&255,g[w++]=A>>24&255}else{g[w++]=V.BSON_DATA_NUMBER;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");w=w+C,g[w++]=0,sl.writeIEEE754(g,A,w,"little",52,8),w=w+8}return w}function s(g,b,A,w,z){g[w++]=V.BSON_DATA_NULL;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");return w=w+C,g[w++]=0,w}function l(g,b,A,w,z){g[w++]=V.BSON_DATA_BOOLEAN;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");return w=w+C,g[w++]=0,g[w++]=A?1:0,w}function p(g,b,A,w,z){g[w++]=V.BSON_DATA_DATE;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");w=w+C,g[w++]=0;let P=me.Long.fromNumber(A.getTime()),Q=P.getLowBits(),x=P.getHighBits();return g[w++]=Q&255,g[w++]=Q>>8&255,g[w++]=Q>>16&255,g[w++]=Q>>24&255,g[w++]=x&255,g[w++]=x>>8&255,g[w++]=x>>16&255,g[w++]=x>>24&255,w}function u(g,b,A,w,z){g[w++]=V.BSON_DATA_REGEXP;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");if(w=w+C,g[w++]=0,A.source&&A.source.match(r)!=null)throw Error("value "+A.source+" must not contain null bytes");return w=w+g.write(A.source,w,void 0,"utf8"),g[w++]=0,A.ignoreCase&&(g[w++]=105),A.global&&(g[w++]=115),A.multiline&&(g[w++]=109),g[w++]=0,w}function h(g,b,A,w,z){g[w++]=V.BSON_DATA_REGEXP;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");if(w=w+C,g[w++]=0,A.pattern.match(r)!=null)throw Error("pattern "+A.pattern+" must not contain null bytes");return w=w+g.write(A.pattern,w,void 0,"utf8"),g[w++]=0,w=w+g.write(A.options.split("").sort().join(""),w,void 0,"utf8"),g[w++]=0,w}function c(g,b,A,w,z){A===null?g[w++]=V.BSON_DATA_NULL:A._bsontype==="MinKey"?g[w++]=V.BSON_DATA_MIN_KEY:g[w++]=V.BSON_DATA_MAX_KEY;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");return w=w+C,g[w++]=0,w}function j(g,b,A,w,z){g[w++]=V.BSON_DATA_OID;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");if(w=w+C,g[w++]=0,typeof A.id=="string")g.write(A.id,w,void 0,"binary");else if(A.id&&A.id.copy)A.id.copy(g,w,0,12);else throw new TypeError("object ["+JSON.stringify(A)+"] is not a valid ObjectId");return w+12}function B(g,b,A,w,z){g[w++]=V.BSON_DATA_BINARY;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");w=w+C,g[w++]=0;let P=A.length;return g[w++]=P&255,g[w++]=P>>8&255,g[w++]=P>>16&255,g[w++]=P>>24&255,g[w++]=V.BSON_BINARY_SUBTYPE_DEFAULT,g.set(uf.ensureBuffer(A),w),w=w+P,w}function q(g,b,A,w,z=!1,C=0,P=!1,Q=!0,x=!1,Se=[]){for(let Y=0;Y<Se.length;Y++)if(Se[Y]===A)throw new Error("cyclic dependency detected");Se.push(A),g[w++]=Array.isArray(A)?V.BSON_DATA_ARRAY:V.BSON_DATA_OBJECT;let ie=x?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");w=w+ie,g[w++]=0;let U=ne(g,A,z,w,C+1,P,Q,Se);return Se.pop(),U}function H(g,b,A,w,z){g[w++]=V.BSON_DATA_DECIMAL128;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");return w=w+C,g[w++]=0,A.bytes.copy(g,w,0,16),w+16}function M(g,b,A,w,z){g[w++]=A._bsontype==="Long"?V.BSON_DATA_LONG:V.BSON_DATA_TIMESTAMP;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");w=w+C,g[w++]=0;let P=A.getLowBits(),Q=A.getHighBits();return g[w++]=P&255,g[w++]=P>>8&255,g[w++]=P>>16&255,g[w++]=P>>24&255,g[w++]=Q&255,g[w++]=Q>>8&255,g[w++]=Q>>16&255,g[w++]=Q>>24&255,w}function F(g,b,A,w,z){A=A.valueOf(),g[w++]=V.BSON_DATA_INT;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");return w=w+C,g[w++]=0,g[w++]=A&255,g[w++]=A>>8&255,g[w++]=A>>16&255,g[w++]=A>>24&255,w}function J(g,b,A,w,z){g[w++]=V.BSON_DATA_NUMBER;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");return w=w+C,g[w++]=0,sl.writeIEEE754(g,A.value,w,"little",52,8),w=w+8,w}function re(g,b,A,w,z=!1,C=0,P){g[w++]=V.BSON_DATA_CODE;let Q=P?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");w=w+Q,g[w++]=0;let x=pt.normalizedFunctionString(A),Se=g.write(x,w+4,void 0,"utf8")+1;return g[w]=Se&255,g[w+1]=Se>>8&255,g[w+2]=Se>>16&255,g[w+3]=Se>>24&255,w=w+4+Se-1,g[w++]=0,w}function W(g,b,A,w,z=!1,C=0,P=!1,Q=!0,x=!1){if(A.scope&&typeof A.scope=="object"){g[w++]=V.BSON_DATA_CODE_W_SCOPE;let Se=x?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");w=w+Se,g[w++]=0;let ie=w,U=typeof A.code=="string"?A.code:A.code.toString();w=w+4;let Y=g.write(U,w+4,void 0,"utf8")+1;g[w]=Y&255,g[w+1]=Y>>8&255,g[w+2]=Y>>16&255,g[w+3]=Y>>24&255,g[w+4+Y-1]=0,w=w+Y+4;let Be=ne(g,A.scope,z,w,C+1,P,Q);w=Be-1;let oe=Be-ie;g[ie++]=oe&255,g[ie++]=oe>>8&255,g[ie++]=oe>>16&255,g[ie++]=oe>>24&255,g[w++]=0}else{g[w++]=V.BSON_DATA_CODE;let Se=x?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");w=w+Se,g[w++]=0;let ie=A.code.toString(),U=g.write(ie,w+4,void 0,"utf8")+1;g[w]=U&255,g[w+1]=U>>8&255,g[w+2]=U>>16&255,g[w+3]=U>>24&255,w=w+4+U-1,g[w++]=0}return w}function O(g,b,A,w,z){g[w++]=V.BSON_DATA_BINARY;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");w=w+C,g[w++]=0;let P=A.value(!0),Q=A.position;return A.sub_type===Zr.Binary.SUBTYPE_BYTE_ARRAY&&(Q=Q+4),g[w++]=Q&255,g[w++]=Q>>8&255,g[w++]=Q>>16&255,g[w++]=Q>>24&255,g[w++]=A.sub_type,A.sub_type===Zr.Binary.SUBTYPE_BYTE_ARRAY&&(Q=Q-4,g[w++]=Q&255,g[w++]=Q>>8&255,g[w++]=Q>>16&255,g[w++]=Q>>24&255),g.set(P,w),w=w+A.position,w}function te(g,b,A,w,z){g[w++]=V.BSON_DATA_SYMBOL;let C=z?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");w=w+C,g[w++]=0;let P=g.write(A.value,w+4,void 0,"utf8")+1;return g[w]=P&255,g[w+1]=P>>8&255,g[w+2]=P>>16&255,g[w+3]=P>>24&255,w=w+4+P-1,g[w++]=0,w}function L(g,b,A,w,z,C,P){g[w++]=V.BSON_DATA_OBJECT;let Q=P?g.write(b,w,void 0,"ascii"):g.write(b,w,void 0,"utf8");w=w+Q,g[w++]=0;let x=w,Se={$ref:A.collection||A.namespace,$id:A.oid};A.db!=null&&(Se.$db=A.db),Se=Object.assign(Se,A.fields);let ie=ne(g,Se,!1,w,z+1,C),U=ie-x;return g[x++]=U&255,g[x++]=U>>8&255,g[x++]=U>>16&255,g[x++]=U>>24&255,ie}function ne(g,b,A=!1,w=0,z=0,C=!1,P=!0,Q=[]){w=w||0,Q=Q||[],Q.push(b);let x=w+4;if(Array.isArray(b))for(let ie=0;ie<b.length;ie++){let U=""+ie,Y=b[ie];if(Y&&Y.toBSON){if(typeof Y.toBSON!="function")throw new TypeError("toBSON is not a function");Y=Y.toBSON()}if(typeof Y=="string")x=f(g,U,Y,x,!0);else if(typeof Y=="number")x=o(g,U,Y,x,!0);else{if(typeof Y=="bigint")throw new TypeError("Unsupported type BigInt, please use Decimal128");if(typeof Y=="boolean")x=l(g,U,Y,x,!0);else if(Y instanceof Date||pt.isDate(Y))x=p(g,U,Y,x,!0);else if(Y===void 0)x=s(g,U,Y,x,!0);else if(Y===null)x=s(g,U,Y,x,!0);else if(Y._bsontype==="ObjectId"||Y._bsontype==="ObjectID")x=j(g,U,Y,x,!0);else if(le.Buffer.isBuffer(Y)||pt.isUint8Array(Y))x=B(g,U,Y,x,!0);else if(Y instanceof RegExp||i(Y))x=u(g,U,Y,x,!0);else if(typeof Y=="object"&&Y._bsontype==null)x=q(g,U,Y,x,A,z,C,P,!0,Q);else if(typeof Y=="object"&&ol.isBSONType(Y)&&Y._bsontype==="Decimal128")x=H(g,U,Y,x,!0);else if(Y._bsontype==="Long"||Y._bsontype==="Timestamp")x=M(g,U,Y,x,!0);else if(Y._bsontype==="Double")x=J(g,U,Y,x,!0);else if(typeof Y=="function"&&C)x=re(g,U,Y,x,A,z,!0);else if(Y._bsontype==="Code")x=W(g,U,Y,x,A,z,C,P,!0);else if(Y._bsontype==="Binary")x=O(g,U,Y,x,!0);else if(Y._bsontype==="Symbol")x=te(g,U,Y,x,!0);else if(Y._bsontype==="DBRef")x=L(g,U,Y,x,z,C,!0);else if(Y._bsontype==="BSONRegExp")x=h(g,U,Y,x,!0);else if(Y._bsontype==="Int32")x=F(g,U,Y,x,!0);else if(Y._bsontype==="MinKey"||Y._bsontype==="MaxKey")x=c(g,U,Y,x,!0);else if(typeof Y._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+Y._bsontype)}}else if(b instanceof vp.Map){let ie=b.entries(),U=!1;for(;!U;){let Y=ie.next();if(U=!!Y.done,U)continue;let Be=Y.value[0],oe=Y.value[1],We=typeof oe;if(typeof Be=="string"&&!n.has(Be)){if(Be.match(r)!=null)throw Error("key "+Be+" must not contain null bytes");if(A){if(Be[0]==="$")throw Error("key "+Be+" must not start with '$'");if(~Be.indexOf("."))throw Error("key "+Be+" must not contain '.'")}}if(We==="string")x=f(g,Be,oe,x);else if(We==="number")x=o(g,Be,oe,x);else{if(We==="bigint"||pt.isBigInt64Array(oe)||pt.isBigUInt64Array(oe))throw new TypeError("Unsupported type BigInt, please use Decimal128");if(We==="boolean")x=l(g,Be,oe,x);else if(oe instanceof Date||pt.isDate(oe))x=p(g,Be,oe,x);else if(oe===null||oe===void 0&&P===!1)x=s(g,Be,oe,x);else if(oe._bsontype==="ObjectId"||oe._bsontype==="ObjectID")x=j(g,Be,oe,x);else if(le.Buffer.isBuffer(oe)||pt.isUint8Array(oe))x=B(g,Be,oe,x);else if(oe instanceof RegExp||i(oe))x=u(g,Be,oe,x);else if(We==="object"&&oe._bsontype==null)x=q(g,Be,oe,x,A,z,C,P,!1,Q);else if(We==="object"&&oe._bsontype==="Decimal128")x=H(g,Be,oe,x);else if(oe._bsontype==="Long"||oe._bsontype==="Timestamp")x=M(g,Be,oe,x);else if(oe._bsontype==="Double")x=J(g,Be,oe,x);else if(oe._bsontype==="Code")x=W(g,Be,oe,x,A,z,C,P);else if(typeof oe=="function"&&C)x=re(g,Be,oe,x,A,z,C);else if(oe._bsontype==="Binary")x=O(g,Be,oe,x);else if(oe._bsontype==="Symbol")x=te(g,Be,oe,x);else if(oe._bsontype==="DBRef")x=L(g,Be,oe,x,z,C);else if(oe._bsontype==="BSONRegExp")x=h(g,Be,oe,x);else if(oe._bsontype==="Int32")x=F(g,Be,oe,x);else if(oe._bsontype==="MinKey"||oe._bsontype==="MaxKey")x=c(g,Be,oe,x);else if(typeof oe._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+oe._bsontype)}}}else{if(b.toBSON){if(typeof b.toBSON!="function")throw new TypeError("toBSON is not a function");if(b=b.toBSON(),b!=null&&typeof b!="object")throw new TypeError("toBSON function did not return an object")}for(let ie in b){let U=b[ie];if(U&&U.toBSON){if(typeof U.toBSON!="function")throw new TypeError("toBSON is not a function");U=U.toBSON()}let Y=typeof U;if(typeof ie=="string"&&!n.has(ie)){if(ie.match(r)!=null)throw Error("key "+ie+" must not contain null bytes");if(A){if(ie[0]==="$")throw Error("key "+ie+" must not start with '$'");if(~ie.indexOf("."))throw Error("key "+ie+" must not contain '.'")}}if(Y==="string")x=f(g,ie,U,x);else if(Y==="number")x=o(g,ie,U,x);else{if(Y==="bigint")throw new TypeError("Unsupported type BigInt, please use Decimal128");if(Y==="boolean")x=l(g,ie,U,x);else if(U instanceof Date||pt.isDate(U))x=p(g,ie,U,x);else if(U===void 0)P===!1&&(x=s(g,ie,U,x));else if(U===null)x=s(g,ie,U,x);else if(U._bsontype==="ObjectId"||U._bsontype==="ObjectID")x=j(g,ie,U,x);else if(le.Buffer.isBuffer(U)||pt.isUint8Array(U))x=B(g,ie,U,x);else if(U instanceof RegExp||i(U))x=u(g,ie,U,x);else if(Y==="object"&&U._bsontype==null)x=q(g,ie,U,x,A,z,C,P,!1,Q);else if(Y==="object"&&U._bsontype==="Decimal128")x=H(g,ie,U,x);else if(U._bsontype==="Long"||U._bsontype==="Timestamp")x=M(g,ie,U,x);else if(U._bsontype==="Double")x=J(g,ie,U,x);else if(U._bsontype==="Code")x=W(g,ie,U,x,A,z,C,P);else if(typeof U=="function"&&C)x=re(g,ie,U,x,A,z,C);else if(U._bsontype==="Binary")x=O(g,ie,U,x);else if(U._bsontype==="Symbol")x=te(g,ie,U,x);else if(U._bsontype==="DBRef")x=L(g,ie,U,x,z,C);else if(U._bsontype==="BSONRegExp")x=h(g,ie,U,x);else if(U._bsontype==="Int32")x=F(g,ie,U,x);else if(U._bsontype==="MinKey"||U._bsontype==="MaxKey")x=c(g,ie,U,x);else if(typeof U._bsontype!="undefined")throw new TypeError("Unrecognized or invalid _bsontype: "+U._bsontype)}}}Q.pop(),g[x++]=0;let Se=x-w;return g[w++]=Se&255,g[w++]=Se>>8&255,g[w++]=Se>>16&255,g[w++]=Se>>24&255,x}e.serializeInto=ne});At(kp);var sO=kp.serializeInto,de=_t(function(t,e){Object.defineProperty(e,"__esModule",{value:!0}),e.deserializeStream=e.calculateObjectSize=e.deserialize=e.serializeWithBufferAndIndex=e.serialize=e.setInternalBufferSize=e.ObjectID=e.Decimal128=e.BSONRegExp=e.MaxKey=e.MinKey=e.Int32=e.Double=e.Timestamp=e.Long=e.ObjectId=e.Binary=e.DBRef=e.BSONSymbol=e.Map=e.Code=e.LongWithoutOverridesClass=e.EJSON=e.JS_INT_MIN=e.JS_INT_MAX=e.BSON_INT64_MIN=e.BSON_INT64_MAX=e.BSON_INT32_MIN=e.BSON_INT32_MAX=e.BSON_DATA_UNDEFINED=e.BSON_DATA_TIMESTAMP=e.BSON_DATA_SYMBOL=e.BSON_DATA_STRING=e.BSON_DATA_REGEXP=e.BSON_DATA_OID=e.BSON_DATA_OBJECT=e.BSON_DATA_NUMBER=e.BSON_DATA_NULL=e.BSON_DATA_MIN_KEY=e.BSON_DATA_MAX_KEY=e.BSON_DATA_LONG=e.BSON_DATA_INT=e.BSON_DATA_DECIMAL128=e.BSON_DATA_DBPOINTER=e.BSON_DATA_DATE=e.BSON_DATA_CODE_W_SCOPE=e.BSON_DATA_CODE=e.BSON_DATA_BOOLEAN=e.BSON_DATA_BINARY=e.BSON_DATA_ARRAY=e.BSON_BINARY_SUBTYPE_UUID_NEW=e.BSON_BINARY_SUBTYPE_UUID=e.BSON_BINARY_SUBTYPE_USER_DEFINED=e.BSON_BINARY_SUBTYPE_MD5=e.BSON_BINARY_SUBTYPE_FUNCTION=e.BSON_BINARY_SUBTYPE_DEFAULT=e.BSON_BINARY_SUBTYPE_BYTE_ARRAY=void 0,Object.defineProperty(e,"Binary",{enumerable:!0,get:function(){return Zr.Binary}}),Object.defineProperty(e,"Code",{enumerable:!0,get:function(){return cf.Code}}),Object.defineProperty(e,"DBRef",{enumerable:!0,get:function(){return zn.DBRef}}),Object.defineProperty(e,"Decimal128",{enumerable:!0,get:function(){return Fo.Decimal128}}),Object.defineProperty(e,"Double",{enumerable:!0,get:function(){return no.Double}}),Object.defineProperty(e,"Int32",{enumerable:!0,get:function(){return io.Int32}}),Object.defineProperty(e,"Long",{enumerable:!0,get:function(){return me.Long}}),Object.defineProperty(e,"Map",{enumerable:!0,get:function(){return vp.Map}}),Object.defineProperty(e,"MaxKey",{enumerable:!0,get:function(){return Po.MaxKey}}),Object.defineProperty(e,"MinKey",{enumerable:!0,get:function(){return Mo.MinKey}}),Object.defineProperty(e,"ObjectId",{enumerable:!0,get:function(){return Ei.ObjectId}}),Object.defineProperty(e,"ObjectID",{enumerable:!0,get:function(){return Ei.ObjectId}}),Object.defineProperty(e,"BSONRegExp",{enumerable:!0,get:function(){return mf.BSONRegExp}}),Object.defineProperty(e,"BSONSymbol",{enumerable:!0,get:function(){return Uo.BSONSymbol}}),Object.defineProperty(e,"Timestamp",{enumerable:!0,get:function(){return df.Timestamp}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_BYTE_ARRAY",{enumerable:!0,get:function(){return V.BSON_BINARY_SUBTYPE_BYTE_ARRAY}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_DEFAULT",{enumerable:!0,get:function(){return V.BSON_BINARY_SUBTYPE_DEFAULT}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_FUNCTION",{enumerable:!0,get:function(){return V.BSON_BINARY_SUBTYPE_FUNCTION}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_MD5",{enumerable:!0,get:function(){return V.BSON_BINARY_SUBTYPE_MD5}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_USER_DEFINED",{enumerable:!0,get:function(){return V.BSON_BINARY_SUBTYPE_USER_DEFINED}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_UUID",{enumerable:!0,get:function(){return V.BSON_BINARY_SUBTYPE_UUID}}),Object.defineProperty(e,"BSON_BINARY_SUBTYPE_UUID_NEW",{enumerable:!0,get:function(){return V.BSON_BINARY_SUBTYPE_UUID_NEW}}),Object.defineProperty(e,"BSON_DATA_ARRAY",{enumerable:!0,get:function(){return V.BSON_DATA_ARRAY}}),Object.defineProperty(e,"BSON_DATA_BINARY",{enumerable:!0,get:function(){return V.BSON_DATA_BINARY}}),Object.defineProperty(e,"BSON_DATA_BOOLEAN",{enumerable:!0,get:function(){return V.BSON_DATA_BOOLEAN}}),Object.defineProperty(e,"BSON_DATA_CODE",{enumerable:!0,get:function(){return V.BSON_DATA_CODE}}),Object.defineProperty(e,"BSON_DATA_CODE_W_SCOPE",{enumerable:!0,get:function(){return V.BSON_DATA_CODE_W_SCOPE}}),Object.defineProperty(e,"BSON_DATA_DATE",{enumerable:!0,get:function(){return V.BSON_DATA_DATE}}),Object.defineProperty(e,"BSON_DATA_DBPOINTER",{enumerable:!0,get:function(){return V.BSON_DATA_DBPOINTER}}),Object.defineProperty(e,"BSON_DATA_DECIMAL128",{enumerable:!0,get:function(){return V.BSON_DATA_DECIMAL128}}),Object.defineProperty(e,"BSON_DATA_INT",{enumerable:!0,get:function(){return V.BSON_DATA_INT}}),Object.defineProperty(e,"BSON_DATA_LONG",{enumerable:!0,get:function(){return V.BSON_DATA_LONG}}),Object.defineProperty(e,"BSON_DATA_MAX_KEY",{enumerable:!0,get:function(){return V.BSON_DATA_MAX_KEY}}),Object.defineProperty(e,"BSON_DATA_MIN_KEY",{enumerable:!0,get:function(){return V.BSON_DATA_MIN_KEY}}),Object.defineProperty(e,"BSON_DATA_NULL",{enumerable:!0,get:function(){return V.BSON_DATA_NULL}}),Object.defineProperty(e,"BSON_DATA_NUMBER",{enumerable:!0,get:function(){return V.BSON_DATA_NUMBER}}),Object.defineProperty(e,"BSON_DATA_OBJECT",{enumerable:!0,get:function(){return V.BSON_DATA_OBJECT}}),Object.defineProperty(e,"BSON_DATA_OID",{enumerable:!0,get:function(){return V.BSON_DATA_OID}}),Object.defineProperty(e,"BSON_DATA_REGEXP",{enumerable:!0,get:function(){return V.BSON_DATA_REGEXP}}),Object.defineProperty(e,"BSON_DATA_STRING",{enumerable:!0,get:function(){return V.BSON_DATA_STRING}}),Object.defineProperty(e,"BSON_DATA_SYMBOL",{enumerable:!0,get:function(){return V.BSON_DATA_SYMBOL}}),Object.defineProperty(e,"BSON_DATA_TIMESTAMP",{enumerable:!0,get:function(){return V.BSON_DATA_TIMESTAMP}}),Object.defineProperty(e,"BSON_DATA_UNDEFINED",{enumerable:!0,get:function(){return V.BSON_DATA_UNDEFINED}}),Object.defineProperty(e,"BSON_INT32_MAX",{enumerable:!0,get:function(){return V.BSON_INT32_MAX}}),Object.defineProperty(e,"BSON_INT32_MIN",{enumerable:!0,get:function(){return V.BSON_INT32_MIN}}),Object.defineProperty(e,"BSON_INT64_MAX",{enumerable:!0,get:function(){return V.BSON_INT64_MAX}}),Object.defineProperty(e,"BSON_INT64_MIN",{enumerable:!0,get:function(){return V.BSON_INT64_MIN}}),Object.defineProperty(e,"JS_INT_MAX",{enumerable:!0,get:function(){return V.JS_INT_MAX}}),Object.defineProperty(e,"JS_INT_MIN",{enumerable:!0,get:function(){return V.JS_INT_MIN}}),Object.defineProperty(e,"EJSON",{enumerable:!0,get:function(){return ol.EJSON}});var r=df;Object.defineProperty(e,"LongWithoutOverridesClass",{enumerable:!0,get:function(){return r.LongWithoutOverridesClass}});let n=1024*1024*17,i=le.Buffer.alloc(n);function f(h){i.length<h&&(i=le.Buffer.alloc(h))}e.setInternalBufferSize=f;function o(h,c={}){let j=typeof c.checkKeys=="boolean"?c.checkKeys:!1,B=typeof c.serializeFunctions=="boolean"?c.serializeFunctions:!1,q=typeof c.ignoreUndefined=="boolean"?c.ignoreUndefined:!0,H=typeof c.minInternalBufferSize=="number"?c.minInternalBufferSize:n;i.length<H&&(i=le.Buffer.alloc(H));let M=kp.serializeInto(i,h,j,0,0,B,q,[]),F=le.Buffer.alloc(M);return i.copy(F,0,0,F.length),F}e.serialize=o;function s(h,c,j={}){let B=typeof j.checkKeys=="boolean"?j.checkKeys:!1,q=typeof j.serializeFunctions=="boolean"?j.serializeFunctions:!1,H=typeof j.ignoreUndefined=="boolean"?j.ignoreUndefined:!0,M=typeof j.index=="number"?j.index:0,F=kp.serializeInto(i,h,B,0,0,q,H);return i.copy(c,M,0,F),M+F-1}e.serializeWithBufferAndIndex=s;function l(h,c={}){return _p.deserialize(uf.ensureBuffer(h),c)}e.deserialize=l;function p(h,c={}){c=c||{};let j=typeof c.serializeFunctions=="boolean"?c.serializeFunctions:!1,B=typeof c.ignoreUndefined=="boolean"?c.ignoreUndefined:!0;return Bm.calculateObjectSize(h,j,B)}e.calculateObjectSize=p;function u(h,c,j,B,q,H){let M=Object.assign({allowObjectSmallerThanBufferSize:!0,index:0},H),F=uf.ensureBuffer(h),J=c;for(let re=0;re<j;re++){let W=F[J]|F[J+1]<<8|F[J+2]<<16|F[J+3]<<24;M.index=J,B[q+re]=_p.deserialize(F,M),J=J+W}return J}e.deserializeStream=u}),lO=At(de),aO=de.deserializeStream,pO=de.calculateObjectSize,Fg=de.deserialize,uO=de.serializeWithBufferAndIndex,Pg=de.serialize,cO=de.setInternalBufferSize,mO=de.ObjectID,dO=de.Decimal128,wO=de.BSONRegExp,hO=de.MaxKey,bO=de.MinKey,gO=de.Int32,jO=de.Double,yO=de.Timestamp,vO=de.Long,qO=de.ObjectId,_O=de.Binary,kO=de.DBRef,TO=de.BSONSymbol,BO=de.Map,IO=de.Code,SO=de.LongWithoutOverridesClass,xO=de.EJSON,EO=de.JS_INT_MIN,AO=de.JS_INT_MAX,OO=de.BSON_INT64_MIN,NO=de.BSON_INT64_MAX,RO=de.BSON_INT32_MIN,HO=de.BSON_INT32_MAX,DO=de.BSON_DATA_UNDEFINED,zO=de.BSON_DATA_TIMESTAMP,FO=de.BSON_DATA_SYMBOL,PO=de.BSON_DATA_STRING,MO=de.BSON_DATA_REGEXP,UO=de.BSON_DATA_OID,LO=de.BSON_DATA_OBJECT,CO=de.BSON_DATA_NUMBER,VO=de.BSON_DATA_NULL,WO=de.BSON_DATA_MIN_KEY,YO=de.BSON_DATA_MAX_KEY,KO=de.BSON_DATA_LONG,GO=de.BSON_DATA_INT,JO=de.BSON_DATA_DECIMAL128,XO=de.BSON_DATA_DBPOINTER,ZO=de.BSON_DATA_DATE,QO=de.BSON_DATA_CODE_W_SCOPE,$O=de.BSON_DATA_CODE,e2=de.BSON_DATA_BOOLEAN,t2=de.BSON_DATA_BINARY,r2=de.BSON_DATA_ARRAY,n2=de.BSON_BINARY_SUBTYPE_UUID_NEW,i2=de.BSON_BINARY_SUBTYPE_UUID,f2=de.BSON_BINARY_SUBTYPE_USER_DEFINED,o2=de.BSON_BINARY_SUBTYPE_MD5,s2=de.BSON_BINARY_SUBTYPE_FUNCTION,l2=de.BSON_BINARY_SUBTYPE_DEFAULT,a2=de.BSON_BINARY_SUBTYPE_BYTE_ARRAY;function Im(t,e){return Fg(new Uint8Array(t),e)}var VT="4.0.0-alpha.24",ll={name:"BSON",id:"bson",module:"bson",version:VT,extensions:["bson"],mimeTypes:["application/bson"],category:"json",binary:!0,parse:WT,parseSync:YT,options:{bson:{}}};async function WT(t,e){let r={...ll.options.bson,...e==null?void 0:e.bson};return Im(t,r)}function YT(t,e){let r={...ll.options.bson,...e==null?void 0:e.bson};return Im(t,r)}function Sm(t,e){return Pg(t).buffer}var KT="4.0.0-alpha.24",xm={name:"BSON",id:"bson",module:"bson",version:KT,extensions:["bson"],options:{bson:{}},async encode(t,e){return Sm(t,{})},encodeSync(t,e){return Sm(t,{})}};var fo={BOOLEAN:{primitiveType:"BOOLEAN",toPrimitive:GT,fromPrimitive:JT},INT32:{primitiveType:"INT32",toPrimitive:Ug},INT64:{primitiveType:"INT64",toPrimitive:Lg},INT96:{primitiveType:"INT96",toPrimitive:oB},FLOAT:{primitiveType:"FLOAT",toPrimitive:XT},DOUBLE:{primitiveType:"DOUBLE",toPrimitive:ZT},BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",toPrimitive:Cg},FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",toPrimitive:Cg},UTF8:{primitiveType:"BYTE_ARRAY",originalType:"UTF8",toPrimitive:sB,fromPrimitive:lB},TIME_MILLIS:{primitiveType:"INT32",originalType:"TIME_MILLIS",toPrimitive:mB},TIME_MICROS:{primitiveType:"INT64",originalType:"TIME_MICROS",toPrimitive:dB},DATE:{primitiveType:"INT32",originalType:"DATE",toPrimitive:wB,fromPrimitive:hB},TIMESTAMP_MILLIS:{primitiveType:"INT64",originalType:"TIMESTAMP_MILLIS",toPrimitive:bB,fromPrimitive:gB},TIMESTAMP_MICROS:{primitiveType:"INT64",originalType:"TIMESTAMP_MICROS",toPrimitive:jB,fromPrimitive:yB},UINT_8:{primitiveType:"INT32",originalType:"UINT_8",toPrimitive:$T},UINT_16:{primitiveType:"INT32",originalType:"UINT_16",toPrimitive:tB},UINT_32:{primitiveType:"INT32",originalType:"UINT_32",toPrimitive:nB},UINT_64:{primitiveType:"INT64",originalType:"UINT_64",toPrimitive:fB},INT_8:{primitiveType:"INT32",originalType:"INT_8",toPrimitive:QT},INT_16:{primitiveType:"INT32",originalType:"INT_16",toPrimitive:eB},INT_32:{primitiveType:"INT32",originalType:"INT_32",toPrimitive:Ug},INT_64:{primitiveType:"INT64",originalType:"INT_64",toPrimitive:Lg},JSON:{primitiveType:"BYTE_ARRAY",originalType:"JSON",toPrimitive:aB,fromPrimitive:pB},BSON:{primitiveType:"BYTE_ARRAY",originalType:"BSON",toPrimitive:uB,fromPrimitive:cB},INTERVAL:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"INTERVAL",typeLength:12,toPrimitive:vB,fromPrimitive:qB},DECIMAL_INT32:{primitiveType:"INT32",originalType:"DECIMAL_INT32",toPrimitive:rB,fromPrimitive:Yg},DECIMAL_INT64:{primitiveType:"INT64",originalType:"DECIMAL_INT64",toPrimitive:iB,fromPrimitive:Yg},DECIMAL_BYTE_ARRAY:{primitiveType:"BYTE_ARRAY",originalType:"DECIMAL_BYTE_ARRAY",toPrimitive:Vg,fromPrimitive:Kg},DECIMAL_FIXED_LEN_BYTE_ARRAY:{primitiveType:"FIXED_LEN_BYTE_ARRAY",originalType:"DECIMAL_FIXED_LEN_BYTE_ARRAY",toPrimitive:Vg,fromPrimitive:Kg}};function Mg(t,e,r){if(!(t in fo))throw new Error(`invalid type: ${t}`);return fo[t].toPrimitive(e,r)}function Em(t,e,r){if(!(t in fo))throw new Error(`invalid type: ${t}`);return"fromPrimitive"in fo[t]?fo[t].fromPrimitive?.(e,r):e}function GT(t){return Boolean(t)}function JT(t){return Boolean(t)}function XT(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for FLOAT: ${t}`);return e}function ZT(t){let e=parseFloat(t);if(isNaN(e))throw new Error(`invalid value for DOUBLE: ${t}`);return e}function QT(t){let e=parseInt(t,10);if(e<-128||e>127||isNaN(e))throw new Error(`invalid value for INT8: ${t}`);return e}function $T(t){let e=parseInt(t,10);if(e<0||e>255||isNaN(e))throw new Error(`invalid value for UINT8: ${t}`);return e}function eB(t){let e=parseInt(t,10);if(e<-32768||e>32767||isNaN(e))throw new Error(`invalid value for INT16: ${t}`);return e}function tB(t){let e=parseInt(t,10);if(e<0||e>65535||isNaN(e))throw new Error(`invalid value for UINT16: ${t}`);return e}function Ug(t){let e=parseInt(t,10);if(e<-2147483648||e>2147483647||isNaN(e))throw new Error(`invalid value for INT32: ${t}`);return e}function rB(t,e){let r=t*10**(e.scale||0),n=Math.round(r*10**-e.presision%1*10**e.presision);if(n<-2147483648||n>2147483647||isNaN(n))throw new Error(`invalid value for INT32: ${t}`);return n}function nB(t){let e=parseInt(t,10);if(e<0||e>281474976710655||isNaN(e))throw new Error(`invalid value for UINT32: ${t}`);return e}function Lg(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT64: ${t}`);return e}function iB(t,e){let r=t*10**(e.scale||0),n=Math.round(r*10**-e.presision%1*10**e.presision);if(isNaN(n))throw new Error(`invalid value for INT64: ${t}`);return n}function fB(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for UINT64: ${t}`);return e}function oB(t){let e=parseInt(t,10);if(isNaN(e))throw new Error(`invalid value for INT96: ${t}`);return e}function Cg(t){return Buffer.from(t)}function Vg(t){return Buffer.from(t)}function sB(t){return Buffer.from(t,"utf8")}function lB(t){return t.toString()}function aB(t){return Buffer.from(JSON.stringify(t))}function pB(t){return JSON.parse(t)}function uB(t){let e=xm.encodeSync?.(t);return Buffer.from(e)}function cB(t){return ll.parseSync?.(t)}function mB(t){let e=parseInt(t,10);if(e<0||e>18446744073709552e3||isNaN(e))throw new Error(`invalid value for TIME_MILLIS: ${t}`);return e}function dB(t){let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIME_MICROS: ${t}`);return e}var Wg=864e5;function wB(t){if(t instanceof Date)return t.getTime()/Wg;{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for DATE: ${t}`);return e}}function hB(t){return new Date(t*Wg)}function bB(t){if(t instanceof Date)return t.getTime();{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIMESTAMP_MILLIS: ${t}`);return e}}function gB(t){return new Date(t)}function jB(t){if(t instanceof Date)return t.getTime()*1e3;{let e=parseInt(t,10);if(e<0||isNaN(e))throw new Error(`invalid value for TIMESTAMP_MICROS: ${t}`);return e}}function yB(t){return new Date(t/1e3)}function vB(t){if(!t.months||!t.days||!t.milliseconds)throw new Error("value for INTERVAL must be object { months: ..., days: ..., milliseconds: ... }");let e=Buffer.alloc(12);return e.writeUInt32LE(t.months,0),e.writeUInt32LE(t.days,4),e.writeUInt32LE(t.milliseconds,8),e}function qB(t){let e=Buffer.from(t),r=e.readUInt32LE(0),n=e.readUInt32LE(4),i=e.readUInt32LE(8);return{months:r,days:n,milliseconds:i}}function Yg(t,e){return Math.round(t*10**-e.presision%1*10**e.presision)*10**-(e.scale||0)}function Kg(t,e){let r=0;if(t.length<=4)for(let i=0;i<t.length;i++)r+=t[i]<<8*(t.length-i-1);else for(let i=0;i<t.length;i++)r+=t[i]*2**(8*(t.length-1-i));return Math.round(r*10**-e.presision%1*10**e.presision)*10**-(e.scale||0)}function Am(t){let e={};for(let r of t.fieldList)e[r.key]={dlevels:[],rlevels:[],values:[],pageHeaders:[],count:0};return{rowCount:0,columnData:e}}function Gg(t,e,r){let n=Am(t).columnData;if(Om(t.fields,e,n,0,0),r.rowCount===0){r.rowCount=1,r.columnData=n;return}r.rowCount+=1;for(let i of t.fieldList)Array.prototype.push.apply(r.columnData[i.key].rlevels,n[i.key].rlevels),Array.prototype.push.apply(r.columnData[i.key].dlevels,n[i.key].dlevels),Array.prototype.push.apply(r.columnData[i.key].values,n[i.key].values),r.columnData[i.key].count+=n[i.key].count}function Om(t,e,r,n,i){for(let f in t){let o=t[f],s=[];if(e&&o.name in e&&e[o.name]!==void 0&&e[o.name]!==null&&(e[o.name].constructor===Array?s=e[o.name]:s.push(e[o.name])),s.length===0&&Boolean(e)&&o.repetitionType==="REQUIRED")throw new Error(`missing required field: ${o.name}`);if(s.length>1&&o.repetitionType!=="REPEATED")throw new Error(`too many values for field: ${o.name}`);if(s.length===0){o.isNested?Om(o.fields,null,r,n,i):(r[o.key].count+=1,r[o.key].rlevels.push(n),r[o.key].dlevels.push(i));continue}for(let l=0;l<s.length;l++){let p=l===0?n:o.rLevelMax;o.isNested?Om(o.fields,s[l],r,p,o.dLevelMax):(r[o.key].count+=1,r[o.key].rlevels.push(p),r[o.key].dlevels.push(o.dLevelMax),r[o.key].values.push(Mg(o.originalType||o.primitiveType,s[l])))}}}function Tp(t,e){let r=[];for(let n=0;n<e.rowCount;n++)r.push({});for(let n in e.columnData){let i=e.columnData[n];i.count&&_B(t,i,n,r)}return r}function _B(t,e,r,n){let i=t.findField(r),f=t.findFieldBranch(r),o=new Array(i.rLevelMax+1).fill(0),s=0;for(let l=0;l<e.count;l++){let p=e.dlevels[l],u=e.rlevels[l];o[u]++,o.fill(0,u+1);let h=0,c=n[o[h++]-1];for(let j of f){if(j===i||p<j.dLevelMax)break;switch(j.repetitionType){case"REPEATED":j.name in c||(c[j.name]=[]);let B=o[h++];for(;c[j.name].length<=B;)c[j.name].push({});c=c[j.name][B];break;default:c[j.name]=c[j.name]||{},c=c[j.name]}}if(p===i.dLevelMax){let j=Em(i.originalType||i.primitiveType,e.values[s],i);switch(s++,i.repetitionType){case"REPEATED":i.name in c||(c[i.name]=[]);let B=o[h];for(;c[i.name].length<=B;)c[i.name].push(null);c[i.name][B]=j;break;default:c[i.name]=j}}}}function Jg(t,e){let r={};for(let n in e.columnData){let i=e.columnData[n];i.count&&kB(t,i,e.rowCount,n,r)}return r}function kB(t,e,r,n,i){if(e.count<=0)return;let f=t.findField(n),o=t.findFieldBranch(n),s=o[0].name,l,{values:p}=e;if(p.length===r&&o[0].primitiveType&&(l=p),l){i[s]=l;return}l=new Array(r);for(let c=0;c<r;c++)l[c]={};i[s]=l;let u=new Array(f.rLevelMax+1).fill(0),h=0;for(let c=0;c<e.count;c++){let j=e.dlevels[c],B=e.rlevels[c];u[B]++,u.fill(0,B+1);let q=0,H=l[u[q++]-1];for(let M of o){if(M===f||j<M.dLevelMax)break;switch(M.repetitionType){case"REPEATED":M.name in H||(H[M.name]=[]);let F=u[q++];for(;H[M.name].length<=F;)H[M.name].push({});H=H[M.name][F];break;default:H[M.name]=H[M.name]||{},H=H[M.name]}}if(j===f.dLevelMax){let M=Em(f.originalType||f.primitiveType,e.values[h],f);switch(h++,f.repetitionType){case"REPEATED":f.name in H||(H[f.name]=[]);let F=u[q];for(;H[f.name].length<=F;)H[f.name].push(null);H[f.name][F]=M;break;default:H[f.name]=M}}}for(let c=0;c<r;++c)s in l[c]&&(l[c]=l[c][s])}var Nm=class{constructor(e){this.schema=e,this.fields=Xg(e,0,0,[]),this.fieldList=Zg(this.fields)}findField(e){typeof e=="string"?e=e.split(","):e=e.slice(0);let r=this.fields;for(;e.length>1;e.shift())r=r[e[0]].fields;return r[e[0]]}findFieldBranch(e){typeof e=="string"&&(e=e.split(","));let r=[],n=this.fields;for(;e.length>0;e.shift())r.push(n[e[0]]),e.length>1&&(n=n[e[0]].fields);return r}shredRecord(e,r){Gg(this,e,r)}materializeRows(e){return Tp(this,e)}compress(e){return Rm(this.schema,e),Rm(this.fields,e),this}rowGroup(){return Am(this)}};function Rm(t,e){for(let r in t){let n=t[r];n.fields?Rm(n.fields,e):n.compression=e}}function Xg(t,e,r,n){let i={};for(let f in t){let o=t[f],s=!o.optional,l=Boolean(o.repeated),p=e,u=r,h="REQUIRED";if(s||(h="OPTIONAL",u++),l&&(h="REPEATED",p++,s&&u++),o.fields){let B=n.concat([f]);i[f]={name:f,path:B,key:B.join(),repetitionType:h,rLevelMax:p,dLevelMax:u,isNested:!0,fieldCount:Object.keys(o.fields).length,fields:Xg(o.fields,p,u,B)};continue}let c=fo[o.type];if(!c)throw new Error(`invalid parquet type: ${o.type}`);if(o.encoding=o.encoding||"PLAIN",!(o.encoding in Ds))throw new Error(`unsupported parquet encoding: ${o.encoding}`);if(o.compression=o.compression||"UNCOMPRESSED",!(o.compression in mm))throw new Error(`unsupported compression method: ${o.compression}`);let j=n.concat([f]);i[f]={name:f,primitiveType:c.primitiveType,originalType:c.originalType,path:j,key:j.join(),repetitionType:h,encoding:o.encoding,compression:o.compression,typeLength:o.typeLength||c.typeLength,presision:o.presision,scale:o.scale,rLevelMax:p,dLevelMax:u}}return i}function Zg(t){let e=[];for(let r in t)e.push(t[r]),t[r].isNested&&(e=e.concat(Zg(t[r].fields)));return e}var Lo;(function(l){l[l.BOOLEAN=0]="BOOLEAN",l[l.INT32=1]="INT32",l[l.INT64=2]="INT64",l[l.INT96=3]="INT96",l[l.FLOAT=4]="FLOAT",l[l.DOUBLE=5]="DOUBLE",l[l.BYTE_ARRAY=6]="BYTE_ARRAY",l[l.FIXED_LEN_BYTE_ARRAY=7]="FIXED_LEN_BYTE_ARRAY"})(Lo||(Lo={}));var Bp;(function(O){O[O.UTF8=0]="UTF8",O[O.MAP=1]="MAP",O[O.MAP_KEY_VALUE=2]="MAP_KEY_VALUE",O[O.LIST=3]="LIST",O[O.ENUM=4]="ENUM",O[O.DECIMAL=5]="DECIMAL",O[O.DATE=6]="DATE",O[O.TIME_MILLIS=7]="TIME_MILLIS",O[O.TIME_MICROS=8]="TIME_MICROS",O[O.TIMESTAMP_MILLIS=9]="TIMESTAMP_MILLIS",O[O.TIMESTAMP_MICROS=10]="TIMESTAMP_MICROS",O[O.UINT_8=11]="UINT_8",O[O.UINT_16=12]="UINT_16",O[O.UINT_32=13]="UINT_32",O[O.UINT_64=14]="UINT_64",O[O.INT_8=15]="INT_8",O[O.INT_16=16]="INT_16",O[O.INT_32=17]="INT_32",O[O.INT_64=18]="INT_64",O[O.JSON=19]="JSON",O[O.BSON=20]="BSON",O[O.INTERVAL=21]="INTERVAL"})(Bp||(Bp={}));var Ip;(function(n){n[n.REQUIRED=0]="REQUIRED",n[n.OPTIONAL=1]="OPTIONAL",n[n.REPEATED=2]="REPEATED"})(Ip||(Ip={}));var oo;(function(l){l[l.PLAIN=0]="PLAIN",l[l.PLAIN_DICTIONARY=2]="PLAIN_DICTIONARY",l[l.RLE=3]="RLE",l[l.BIT_PACKED=4]="BIT_PACKED",l[l.DELTA_BINARY_PACKED=5]="DELTA_BINARY_PACKED",l[l.DELTA_LENGTH_BYTE_ARRAY=6]="DELTA_LENGTH_BYTE_ARRAY",l[l.DELTA_BYTE_ARRAY=7]="DELTA_BYTE_ARRAY",l[l.RLE_DICTIONARY=8]="RLE_DICTIONARY"})(oo||(oo={}));var Sp;(function(l){l[l.UNCOMPRESSED=0]="UNCOMPRESSED",l[l.SNAPPY=1]="SNAPPY",l[l.GZIP=2]="GZIP",l[l.LZO=3]="LZO",l[l.BROTLI=4]="BROTLI",l[l.LZ4=5]="LZ4",l[l.ZSTD=6]="ZSTD",l[l.LZ4_RAW=7]="LZ4_RAW"})(Sp||(Sp={}));var xp;(function(i){i[i.DATA_PAGE=0]="DATA_PAGE",i[i.INDEX_PAGE=1]="INDEX_PAGE",i[i.DICTIONARY_PAGE=2]="DICTIONARY_PAGE",i[i.DATA_PAGE_V2=3]="DATA_PAGE_V2"})(xp||(xp={}));var dd=Ie(qn()),Fr=Ie(nt()),Di=class{constructor(e){e!=null&&e.max!=null&&(this.max=e.max),e!=null&&e.min!=null&&(this.min=e.min),e!=null&&e.null_count!=null&&(typeof e.null_count=="number"?this.null_count=new dd.default(e.null_count):this.null_count=e.null_count),e!=null&&e.distinct_count!=null&&(typeof e.distinct_count=="number"?this.distinct_count=new dd.default(e.distinct_count):this.distinct_count=e.distinct_count),e!=null&&e.max_value!=null&&(this.max_value=e.max_value),e!=null&&e.min_value!=null&&(this.min_value=e.min_value)}write(e){e.writeStructBegin("Statistics"),this.max!=null&&(e.writeFieldBegin("max",Fr.Thrift.Type.STRING,1),e.writeBinary(this.max),e.writeFieldEnd()),this.min!=null&&(e.writeFieldBegin("min",Fr.Thrift.Type.STRING,2),e.writeBinary(this.min),e.writeFieldEnd()),this.null_count!=null&&(e.writeFieldBegin("null_count",Fr.Thrift.Type.I64,3),e.writeI64(this.null_count),e.writeFieldEnd()),this.distinct_count!=null&&(e.writeFieldBegin("distinct_count",Fr.Thrift.Type.I64,4),e.writeI64(this.distinct_count),e.writeFieldEnd()),this.max_value!=null&&(e.writeFieldBegin("max_value",Fr.Thrift.Type.STRING,5),e.writeBinary(this.max_value),e.writeFieldEnd()),this.min_value!=null&&(e.writeFieldBegin("min_value",Fr.Thrift.Type.STRING,6),e.writeBinary(this.min_value),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Fr.Thrift.Type.STOP)break;switch(f){case 1:if(i===Fr.Thrift.Type.STRING){let o=e.readBinary();r.max=o}else e.skip(i);break;case 2:if(i===Fr.Thrift.Type.STRING){let o=e.readBinary();r.min=o}else e.skip(i);break;case 3:if(i===Fr.Thrift.Type.I64){let o=e.readI64();r.null_count=o}else e.skip(i);break;case 4:if(i===Fr.Thrift.Type.I64){let o=e.readI64();r.distinct_count=o}else e.skip(i);break;case 5:if(i===Fr.Thrift.Type.STRING){let o=e.readBinary();r.max_value=o}else e.skip(i);break;case 6:if(i===Fr.Thrift.Type.STRING){let o=e.readBinary();r.min_value=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}return e.readStructEnd(),new Di(r)}};var my=Ie(nt()),wl=class{constructor(){}write(e){e.writeStructBegin("StringType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===my.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new wl}};var dy=Ie(nt()),hl=class{constructor(){}write(e){e.writeStructBegin("UUIDType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===dy.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new hl}};var wy=Ie(nt()),bl=class{constructor(){}write(e){e.writeStructBegin("MapType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===wy.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new bl}};var hy=Ie(nt()),gl=class{constructor(){}write(e){e.writeStructBegin("ListType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===hy.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new gl}};var by=Ie(nt()),jl=class{constructor(){}write(e){e.writeStructBegin("EnumType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===by.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new jl}};var gy=Ie(nt()),yl=class{constructor(){}write(e){e.writeStructBegin("DateType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===gy.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new yl}};var jy=Ie(nt()),vl=class{constructor(){}write(e){e.writeStructBegin("NullType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===jy.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new vl}};var _n=Ie(nt()),ql=class{constructor(e){if(e!=null&&e.scale!=null)this.scale=e.scale;else throw new _n.Thrift.TProtocolException(_n.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[scale] is unset!");if(e!=null&&e.precision!=null)this.precision=e.precision;else throw new _n.Thrift.TProtocolException(_n.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[precision] is unset!")}write(e){e.writeStructBegin("DecimalType"),this.scale!=null&&(e.writeFieldBegin("scale",_n.Thrift.Type.I32,1),e.writeI32(this.scale),e.writeFieldEnd()),this.precision!=null&&(e.writeFieldBegin("precision",_n.Thrift.Type.I32,2),e.writeI32(this.precision),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===_n.Thrift.Type.STOP)break;switch(f){case 1:if(i===_n.Thrift.Type.I32){let o=e.readI32();r.scale=o}else e.skip(i);break;case 2:if(i===_n.Thrift.Type.I32){let o=e.readI32();r.precision=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.scale!==void 0&&r.precision!==void 0)return new ql(r);throw new _n.Thrift.TProtocolException(_n.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DecimalType from input")}};var yy=Ie(nt()),_l=class{constructor(){}write(e){e.writeStructBegin("MilliSeconds"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===yy.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new _l}};var vy=Ie(nt()),kl=class{constructor(){}write(e){e.writeStructBegin("MicroSeconds"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===vy.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new kl}};var kn=Ie(nt());var jr=Ie(nt());var fi=class{constructor(e){let r=0;if(e!=null){if(e.MILLIS!=null&&(r++,this.MILLIS=e.MILLIS),e.MICROS!=null&&(r++,this.MICROS=e.MICROS),r>1)throw new jr.Thrift.TProtocolException(jr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new jr.Thrift.TProtocolException(jr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromMILLIS(e){return new fi({MILLIS:e})}static fromMICROS(e){return new fi({MICROS:e})}write(e){e.writeStructBegin("TimeUnit"),this.MILLIS!=null&&(e.writeFieldBegin("MILLIS",jr.Thrift.Type.STRUCT,1),this.MILLIS.write(e),e.writeFieldEnd()),this.MICROS!=null&&(e.writeFieldBegin("MICROS",jr.Thrift.Type.STRUCT,2),this.MICROS.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),f=i.ftype,o=i.fid;if(f===jr.Thrift.Type.STOP)break;switch(o){case 1:if(f===jr.Thrift.Type.STRUCT){r++;let s=_l.read(e);n=fi.fromMILLIS(s)}else e.skip(f);break;case 2:if(f===jr.Thrift.Type.STRUCT){r++;let s=kl.read(e);n=fi.fromMICROS(s)}else e.skip(f);break;default:e.skip(f)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new jr.Thrift.TProtocolException(jr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new jr.Thrift.TProtocolException(jr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new jr.Thrift.TProtocolException(jr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}};var Tl=class{constructor(e){if(e!=null&&e.isAdjustedToUTC!=null)this.isAdjustedToUTC=e.isAdjustedToUTC;else throw new kn.Thrift.TProtocolException(kn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isAdjustedToUTC] is unset!");if(e!=null&&e.unit!=null)this.unit=e.unit;else throw new kn.Thrift.TProtocolException(kn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[unit] is unset!")}write(e){e.writeStructBegin("TimestampType"),this.isAdjustedToUTC!=null&&(e.writeFieldBegin("isAdjustedToUTC",kn.Thrift.Type.BOOL,1),e.writeBool(this.isAdjustedToUTC),e.writeFieldEnd()),this.unit!=null&&(e.writeFieldBegin("unit",kn.Thrift.Type.STRUCT,2),this.unit.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===kn.Thrift.Type.STOP)break;switch(f){case 1:if(i===kn.Thrift.Type.BOOL){let o=e.readBool();r.isAdjustedToUTC=o}else e.skip(i);break;case 2:if(i===kn.Thrift.Type.STRUCT){let o=fi.read(e);r.unit=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.isAdjustedToUTC!==void 0&&r.unit!==void 0)return new Tl(r);throw new kn.Thrift.TProtocolException(kn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimestampType from input")}};var Tn=Ie(nt());var Bl=class{constructor(e){if(e!=null&&e.isAdjustedToUTC!=null)this.isAdjustedToUTC=e.isAdjustedToUTC;else throw new Tn.Thrift.TProtocolException(Tn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isAdjustedToUTC] is unset!");if(e!=null&&e.unit!=null)this.unit=e.unit;else throw new Tn.Thrift.TProtocolException(Tn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[unit] is unset!")}write(e){e.writeStructBegin("TimeType"),this.isAdjustedToUTC!=null&&(e.writeFieldBegin("isAdjustedToUTC",Tn.Thrift.Type.BOOL,1),e.writeBool(this.isAdjustedToUTC),e.writeFieldEnd()),this.unit!=null&&(e.writeFieldBegin("unit",Tn.Thrift.Type.STRUCT,2),this.unit.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Tn.Thrift.Type.STOP)break;switch(f){case 1:if(i===Tn.Thrift.Type.BOOL){let o=e.readBool();r.isAdjustedToUTC=o}else e.skip(i);break;case 2:if(i===Tn.Thrift.Type.STRUCT){let o=fi.read(e);r.unit=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.isAdjustedToUTC!==void 0&&r.unit!==void 0)return new Bl(r);throw new Tn.Thrift.TProtocolException(Tn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read TimeType from input")}};var Bn=Ie(nt()),Il=class{constructor(e){if(e!=null&&e.bitWidth!=null)this.bitWidth=e.bitWidth;else throw new Bn.Thrift.TProtocolException(Bn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[bitWidth] is unset!");if(e!=null&&e.isSigned!=null)this.isSigned=e.isSigned;else throw new Bn.Thrift.TProtocolException(Bn.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[isSigned] is unset!")}write(e){e.writeStructBegin("IntType"),this.bitWidth!=null&&(e.writeFieldBegin("bitWidth",Bn.Thrift.Type.BYTE,1),e.writeByte(this.bitWidth),e.writeFieldEnd()),this.isSigned!=null&&(e.writeFieldBegin("isSigned",Bn.Thrift.Type.BOOL,2),e.writeBool(this.isSigned),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Bn.Thrift.Type.STOP)break;switch(f){case 1:if(i===Bn.Thrift.Type.BYTE){let o=e.readByte();r.bitWidth=o}else e.skip(i);break;case 2:if(i===Bn.Thrift.Type.BOOL){let o=e.readBool();r.isSigned=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.bitWidth!==void 0&&r.isSigned!==void 0)return new Il(r);throw new Bn.Thrift.TProtocolException(Bn.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read IntType from input")}};var qy=Ie(nt()),Sl=class{constructor(){}write(e){e.writeStructBegin("JsonType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===qy.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Sl}};var _y=Ie(nt()),xl=class{constructor(){}write(e){e.writeStructBegin("BsonType"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===_y.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new xl}};var kt=Ie(nt());var Ze=Ie(nt());var dt=class{constructor(e){let r=0;if(e!=null){if(e.STRING!=null&&(r++,this.STRING=e.STRING),e.MAP!=null&&(r++,this.MAP=e.MAP),e.LIST!=null&&(r++,this.LIST=e.LIST),e.ENUM!=null&&(r++,this.ENUM=e.ENUM),e.DECIMAL!=null&&(r++,this.DECIMAL=e.DECIMAL),e.DATE!=null&&(r++,this.DATE=e.DATE),e.TIME!=null&&(r++,this.TIME=e.TIME),e.TIMESTAMP!=null&&(r++,this.TIMESTAMP=e.TIMESTAMP),e.INTEGER!=null&&(r++,this.INTEGER=e.INTEGER),e.UNKNOWN!=null&&(r++,this.UNKNOWN=e.UNKNOWN),e.JSON!=null&&(r++,this.JSON=e.JSON),e.BSON!=null&&(r++,this.BSON=e.BSON),e.UUID!=null&&(r++,this.UUID=e.UUID),r>1)throw new Ze.Thrift.TProtocolException(Ze.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Ze.Thrift.TProtocolException(Ze.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromSTRING(e){return new dt({STRING:e})}static fromMAP(e){return new dt({MAP:e})}static fromLIST(e){return new dt({LIST:e})}static fromENUM(e){return new dt({ENUM:e})}static fromDECIMAL(e){return new dt({DECIMAL:e})}static fromDATE(e){return new dt({DATE:e})}static fromTIME(e){return new dt({TIME:e})}static fromTIMESTAMP(e){return new dt({TIMESTAMP:e})}static fromINTEGER(e){return new dt({INTEGER:e})}static fromUNKNOWN(e){return new dt({UNKNOWN:e})}static fromJSON(e){return new dt({JSON:e})}static fromBSON(e){return new dt({BSON:e})}static fromUUID(e){return new dt({UUID:e})}write(e){e.writeStructBegin("LogicalType"),this.STRING!=null&&(e.writeFieldBegin("STRING",Ze.Thrift.Type.STRUCT,1),this.STRING.write(e),e.writeFieldEnd()),this.MAP!=null&&(e.writeFieldBegin("MAP",Ze.Thrift.Type.STRUCT,2),this.MAP.write(e),e.writeFieldEnd()),this.LIST!=null&&(e.writeFieldBegin("LIST",Ze.Thrift.Type.STRUCT,3),this.LIST.write(e),e.writeFieldEnd()),this.ENUM!=null&&(e.writeFieldBegin("ENUM",Ze.Thrift.Type.STRUCT,4),this.ENUM.write(e),e.writeFieldEnd()),this.DECIMAL!=null&&(e.writeFieldBegin("DECIMAL",Ze.Thrift.Type.STRUCT,5),this.DECIMAL.write(e),e.writeFieldEnd()),this.DATE!=null&&(e.writeFieldBegin("DATE",Ze.Thrift.Type.STRUCT,6),this.DATE.write(e),e.writeFieldEnd()),this.TIME!=null&&(e.writeFieldBegin("TIME",Ze.Thrift.Type.STRUCT,7),this.TIME.write(e),e.writeFieldEnd()),this.TIMESTAMP!=null&&(e.writeFieldBegin("TIMESTAMP",Ze.Thrift.Type.STRUCT,8),this.TIMESTAMP.write(e),e.writeFieldEnd()),this.INTEGER!=null&&(e.writeFieldBegin("INTEGER",Ze.Thrift.Type.STRUCT,10),this.INTEGER.write(e),e.writeFieldEnd()),this.UNKNOWN!=null&&(e.writeFieldBegin("UNKNOWN",Ze.Thrift.Type.STRUCT,11),this.UNKNOWN.write(e),e.writeFieldEnd()),this.JSON!=null&&(e.writeFieldBegin("JSON",Ze.Thrift.Type.STRUCT,12),this.JSON.write(e),e.writeFieldEnd()),this.BSON!=null&&(e.writeFieldBegin("BSON",Ze.Thrift.Type.STRUCT,13),this.BSON.write(e),e.writeFieldEnd()),this.UUID!=null&&(e.writeFieldBegin("UUID",Ze.Thrift.Type.STRUCT,14),this.UUID.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),f=i.ftype,o=i.fid;if(f===Ze.Thrift.Type.STOP)break;switch(o){case 1:if(f===Ze.Thrift.Type.STRUCT){r++;let s=wl.read(e);n=dt.fromSTRING(s)}else e.skip(f);break;case 2:if(f===Ze.Thrift.Type.STRUCT){r++;let s=bl.read(e);n=dt.fromMAP(s)}else e.skip(f);break;case 3:if(f===Ze.Thrift.Type.STRUCT){r++;let s=gl.read(e);n=dt.fromLIST(s)}else e.skip(f);break;case 4:if(f===Ze.Thrift.Type.STRUCT){r++;let s=jl.read(e);n=dt.fromENUM(s)}else e.skip(f);break;case 5:if(f===Ze.Thrift.Type.STRUCT){r++;let s=ql.read(e);n=dt.fromDECIMAL(s)}else e.skip(f);break;case 6:if(f===Ze.Thrift.Type.STRUCT){r++;let s=yl.read(e);n=dt.fromDATE(s)}else e.skip(f);break;case 7:if(f===Ze.Thrift.Type.STRUCT){r++;let s=Bl.read(e);n=dt.fromTIME(s)}else e.skip(f);break;case 8:if(f===Ze.Thrift.Type.STRUCT){r++;let s=Tl.read(e);n=dt.fromTIMESTAMP(s)}else e.skip(f);break;case 10:if(f===Ze.Thrift.Type.STRUCT){r++;let s=Il.read(e);n=dt.fromINTEGER(s)}else e.skip(f);break;case 11:if(f===Ze.Thrift.Type.STRUCT){r++;let s=vl.read(e);n=dt.fromUNKNOWN(s)}else e.skip(f);break;case 12:if(f===Ze.Thrift.Type.STRUCT){r++;let s=Sl.read(e);n=dt.fromJSON(s)}else e.skip(f);break;case 13:if(f===Ze.Thrift.Type.STRUCT){r++;let s=xl.read(e);n=dt.fromBSON(s)}else e.skip(f);break;case 14:if(f===Ze.Thrift.Type.STRUCT){r++;let s=hl.read(e);n=dt.fromUUID(s)}else e.skip(f);break;default:e.skip(f)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new Ze.Thrift.TProtocolException(Ze.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Ze.Thrift.TProtocolException(Ze.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new Ze.Thrift.TProtocolException(Ze.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}};var El=class{constructor(e){if(e!=null&&e.type!=null&&(this.type=e.type),e!=null&&e.type_length!=null&&(this.type_length=e.type_length),e!=null&&e.repetition_type!=null&&(this.repetition_type=e.repetition_type),e!=null&&e.name!=null)this.name=e.name;else throw new kt.Thrift.TProtocolException(kt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[name] is unset!");e!=null&&e.num_children!=null&&(this.num_children=e.num_children),e!=null&&e.converted_type!=null&&(this.converted_type=e.converted_type),e!=null&&e.scale!=null&&(this.scale=e.scale),e!=null&&e.precision!=null&&(this.precision=e.precision),e!=null&&e.field_id!=null&&(this.field_id=e.field_id),e!=null&&e.logicalType!=null&&(this.logicalType=e.logicalType)}write(e){e.writeStructBegin("SchemaElement"),this.type!=null&&(e.writeFieldBegin("type",kt.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.type_length!=null&&(e.writeFieldBegin("type_length",kt.Thrift.Type.I32,2),e.writeI32(this.type_length),e.writeFieldEnd()),this.repetition_type!=null&&(e.writeFieldBegin("repetition_type",kt.Thrift.Type.I32,3),e.writeI32(this.repetition_type),e.writeFieldEnd()),this.name!=null&&(e.writeFieldBegin("name",kt.Thrift.Type.STRING,4),e.writeString(this.name),e.writeFieldEnd()),this.num_children!=null&&(e.writeFieldBegin("num_children",kt.Thrift.Type.I32,5),e.writeI32(this.num_children),e.writeFieldEnd()),this.converted_type!=null&&(e.writeFieldBegin("converted_type",kt.Thrift.Type.I32,6),e.writeI32(this.converted_type),e.writeFieldEnd()),this.scale!=null&&(e.writeFieldBegin("scale",kt.Thrift.Type.I32,7),e.writeI32(this.scale),e.writeFieldEnd()),this.precision!=null&&(e.writeFieldBegin("precision",kt.Thrift.Type.I32,8),e.writeI32(this.precision),e.writeFieldEnd()),this.field_id!=null&&(e.writeFieldBegin("field_id",kt.Thrift.Type.I32,9),e.writeI32(this.field_id),e.writeFieldEnd()),this.logicalType!=null&&(e.writeFieldBegin("logicalType",kt.Thrift.Type.STRUCT,10),this.logicalType.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===kt.Thrift.Type.STOP)break;switch(f){case 1:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.type=o}else e.skip(i);break;case 2:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.type_length=o}else e.skip(i);break;case 3:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.repetition_type=o}else e.skip(i);break;case 4:if(i===kt.Thrift.Type.STRING){let o=e.readString();r.name=o}else e.skip(i);break;case 5:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.num_children=o}else e.skip(i);break;case 6:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.converted_type=o}else e.skip(i);break;case 7:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.scale=o}else e.skip(i);break;case 8:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.precision=o}else e.skip(i);break;case 9:if(i===kt.Thrift.Type.I32){let o=e.readI32();r.field_id=o}else e.skip(i);break;case 10:if(i===kt.Thrift.Type.STRUCT){let o=dt.read(e);r.logicalType=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.name!==void 0)return new El(r);throw new kt.Thrift.TProtocolException(kt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SchemaElement from input")}};var Mt=Ie(nt());var Al=class{constructor(e){if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new Mt.Thrift.TProtocolException(Mt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Mt.Thrift.TProtocolException(Mt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.definition_level_encoding!=null)this.definition_level_encoding=e.definition_level_encoding;else throw new Mt.Thrift.TProtocolException(Mt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[definition_level_encoding] is unset!");if(e!=null&&e.repetition_level_encoding!=null)this.repetition_level_encoding=e.repetition_level_encoding;else throw new Mt.Thrift.TProtocolException(Mt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[repetition_level_encoding] is unset!");e!=null&&e.statistics!=null&&(this.statistics=e.statistics)}write(e){e.writeStructBegin("DataPageHeader"),this.num_values!=null&&(e.writeFieldBegin("num_values",Mt.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Mt.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_level_encoding!=null&&(e.writeFieldBegin("definition_level_encoding",Mt.Thrift.Type.I32,3),e.writeI32(this.definition_level_encoding),e.writeFieldEnd()),this.repetition_level_encoding!=null&&(e.writeFieldBegin("repetition_level_encoding",Mt.Thrift.Type.I32,4),e.writeI32(this.repetition_level_encoding),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",Mt.Thrift.Type.STRUCT,5),this.statistics.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Mt.Thrift.Type.STOP)break;switch(f){case 1:if(i===Mt.Thrift.Type.I32){let o=e.readI32();r.num_values=o}else e.skip(i);break;case 2:if(i===Mt.Thrift.Type.I32){let o=e.readI32();r.encoding=o}else e.skip(i);break;case 3:if(i===Mt.Thrift.Type.I32){let o=e.readI32();r.definition_level_encoding=o}else e.skip(i);break;case 4:if(i===Mt.Thrift.Type.I32){let o=e.readI32();r.repetition_level_encoding=o}else e.skip(i);break;case 5:if(i===Mt.Thrift.Type.STRUCT){let o=Di.read(e);r.statistics=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.encoding!==void 0&&r.definition_level_encoding!==void 0&&r.repetition_level_encoding!==void 0)return new Al(r);throw new Mt.Thrift.TProtocolException(Mt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeader from input")}};var ky=Ie(nt()),Ol=class{constructor(){}write(e){e.writeStructBegin("IndexPageHeader"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===ky.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Ol}};var Pr=Ie(nt()),Nl=class{constructor(e){if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new Pr.Thrift.TProtocolException(Pr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new Pr.Thrift.TProtocolException(Pr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");e!=null&&e.is_sorted!=null&&(this.is_sorted=e.is_sorted)}write(e){e.writeStructBegin("DictionaryPageHeader"),this.num_values!=null&&(e.writeFieldBegin("num_values",Pr.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",Pr.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.is_sorted!=null&&(e.writeFieldBegin("is_sorted",Pr.Thrift.Type.BOOL,3),e.writeBool(this.is_sorted),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Pr.Thrift.Type.STOP)break;switch(f){case 1:if(i===Pr.Thrift.Type.I32){let o=e.readI32();r.num_values=o}else e.skip(i);break;case 2:if(i===Pr.Thrift.Type.I32){let o=e.readI32();r.encoding=o}else e.skip(i);break;case 3:if(i===Pr.Thrift.Type.BOOL){let o=e.readBool();r.is_sorted=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.encoding!==void 0)return new Nl(r);throw new Pr.Thrift.TProtocolException(Pr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DictionaryPageHeader from input")}};var lt=Ie(nt());var Rl=class{constructor(e){this.is_compressed=!0;if(e!=null&&e.num_values!=null)this.num_values=e.num_values;else throw new lt.Thrift.TProtocolException(lt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.num_nulls!=null)this.num_nulls=e.num_nulls;else throw new lt.Thrift.TProtocolException(lt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_nulls] is unset!");if(e!=null&&e.num_rows!=null)this.num_rows=e.num_rows;else throw new lt.Thrift.TProtocolException(lt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new lt.Thrift.TProtocolException(lt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.definition_levels_byte_length!=null)this.definition_levels_byte_length=e.definition_levels_byte_length;else throw new lt.Thrift.TProtocolException(lt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[definition_levels_byte_length] is unset!");if(e!=null&&e.repetition_levels_byte_length!=null)this.repetition_levels_byte_length=e.repetition_levels_byte_length;else throw new lt.Thrift.TProtocolException(lt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[repetition_levels_byte_length] is unset!");e!=null&&e.is_compressed!=null&&(this.is_compressed=e.is_compressed),e!=null&&e.statistics!=null&&(this.statistics=e.statistics)}write(e){e.writeStructBegin("DataPageHeaderV2"),this.num_values!=null&&(e.writeFieldBegin("num_values",lt.Thrift.Type.I32,1),e.writeI32(this.num_values),e.writeFieldEnd()),this.num_nulls!=null&&(e.writeFieldBegin("num_nulls",lt.Thrift.Type.I32,2),e.writeI32(this.num_nulls),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",lt.Thrift.Type.I32,3),e.writeI32(this.num_rows),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",lt.Thrift.Type.I32,4),e.writeI32(this.encoding),e.writeFieldEnd()),this.definition_levels_byte_length!=null&&(e.writeFieldBegin("definition_levels_byte_length",lt.Thrift.Type.I32,5),e.writeI32(this.definition_levels_byte_length),e.writeFieldEnd()),this.repetition_levels_byte_length!=null&&(e.writeFieldBegin("repetition_levels_byte_length",lt.Thrift.Type.I32,6),e.writeI32(this.repetition_levels_byte_length),e.writeFieldEnd()),this.is_compressed!=null&&(e.writeFieldBegin("is_compressed",lt.Thrift.Type.BOOL,7),e.writeBool(this.is_compressed),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",lt.Thrift.Type.STRUCT,8),this.statistics.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===lt.Thrift.Type.STOP)break;switch(f){case 1:if(i===lt.Thrift.Type.I32){let o=e.readI32();r.num_values=o}else e.skip(i);break;case 2:if(i===lt.Thrift.Type.I32){let o=e.readI32();r.num_nulls=o}else e.skip(i);break;case 3:if(i===lt.Thrift.Type.I32){let o=e.readI32();r.num_rows=o}else e.skip(i);break;case 4:if(i===lt.Thrift.Type.I32){let o=e.readI32();r.encoding=o}else e.skip(i);break;case 5:if(i===lt.Thrift.Type.I32){let o=e.readI32();r.definition_levels_byte_length=o}else e.skip(i);break;case 6:if(i===lt.Thrift.Type.I32){let o=e.readI32();r.repetition_levels_byte_length=o}else e.skip(i);break;case 7:if(i===lt.Thrift.Type.BOOL){let o=e.readBool();r.is_compressed=o}else e.skip(i);break;case 8:if(i===lt.Thrift.Type.STRUCT){let o=Di.read(e);r.statistics=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.num_values!==void 0&&r.num_nulls!==void 0&&r.num_rows!==void 0&&r.encoding!==void 0&&r.definition_levels_byte_length!==void 0&&r.repetition_levels_byte_length!==void 0)return new Rl(r);throw new lt.Thrift.TProtocolException(lt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read DataPageHeaderV2 from input")}};var Tt=Ie(nt());var Hl=class{constructor(e){if(e!=null&&e.type!=null)this.type=e.type;else throw new Tt.Thrift.TProtocolException(Tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[type] is unset!");if(e!=null&&e.uncompressed_page_size!=null)this.uncompressed_page_size=e.uncompressed_page_size;else throw new Tt.Thrift.TProtocolException(Tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[uncompressed_page_size] is unset!");if(e!=null&&e.compressed_page_size!=null)this.compressed_page_size=e.compressed_page_size;else throw new Tt.Thrift.TProtocolException(Tt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[compressed_page_size] is unset!");e!=null&&e.crc!=null&&(this.crc=e.crc),e!=null&&e.data_page_header!=null&&(this.data_page_header=e.data_page_header),e!=null&&e.index_page_header!=null&&(this.index_page_header=e.index_page_header),e!=null&&e.dictionary_page_header!=null&&(this.dictionary_page_header=e.dictionary_page_header),e!=null&&e.data_page_header_v2!=null&&(this.data_page_header_v2=e.data_page_header_v2)}write(e){e.writeStructBegin("PageHeader"),this.type!=null&&(e.writeFieldBegin("type",Tt.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.uncompressed_page_size!=null&&(e.writeFieldBegin("uncompressed_page_size",Tt.Thrift.Type.I32,2),e.writeI32(this.uncompressed_page_size),e.writeFieldEnd()),this.compressed_page_size!=null&&(e.writeFieldBegin("compressed_page_size",Tt.Thrift.Type.I32,3),e.writeI32(this.compressed_page_size),e.writeFieldEnd()),this.crc!=null&&(e.writeFieldBegin("crc",Tt.Thrift.Type.I32,4),e.writeI32(this.crc),e.writeFieldEnd()),this.data_page_header!=null&&(e.writeFieldBegin("data_page_header",Tt.Thrift.Type.STRUCT,5),this.data_page_header.write(e),e.writeFieldEnd()),this.index_page_header!=null&&(e.writeFieldBegin("index_page_header",Tt.Thrift.Type.STRUCT,6),this.index_page_header.write(e),e.writeFieldEnd()),this.dictionary_page_header!=null&&(e.writeFieldBegin("dictionary_page_header",Tt.Thrift.Type.STRUCT,7),this.dictionary_page_header.write(e),e.writeFieldEnd()),this.data_page_header_v2!=null&&(e.writeFieldBegin("data_page_header_v2",Tt.Thrift.Type.STRUCT,8),this.data_page_header_v2.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Tt.Thrift.Type.STOP)break;switch(f){case 1:if(i===Tt.Thrift.Type.I32){let o=e.readI32();r.type=o}else e.skip(i);break;case 2:if(i===Tt.Thrift.Type.I32){let o=e.readI32();r.uncompressed_page_size=o}else e.skip(i);break;case 3:if(i===Tt.Thrift.Type.I32){let o=e.readI32();r.compressed_page_size=o}else e.skip(i);break;case 4:if(i===Tt.Thrift.Type.I32){let o=e.readI32();r.crc=o}else e.skip(i);break;case 5:if(i===Tt.Thrift.Type.STRUCT){let o=Al.read(e);r.data_page_header=o}else e.skip(i);break;case 6:if(i===Tt.Thrift.Type.STRUCT){let o=Ol.read(e);r.index_page_header=o}else e.skip(i);break;case 7:if(i===Tt.Thrift.Type.STRUCT){let o=Nl.read(e);r.dictionary_page_header=o}else e.skip(i);break;case 8:if(i===Tt.Thrift.Type.STRUCT){let o=Rl.read(e);r.data_page_header_v2=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.type!==void 0&&r.uncompressed_page_size!==void 0&&r.compressed_page_size!==void 0)return new Hl(r);throw new Tt.Thrift.TProtocolException(Tt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageHeader from input")}};var oi=Ie(nt()),ao=class{constructor(e){if(e!=null&&e.key!=null)this.key=e.key;else throw new oi.Thrift.TProtocolException(oi.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[key] is unset!");e!=null&&e.value!=null&&(this.value=e.value)}write(e){e.writeStructBegin("KeyValue"),this.key!=null&&(e.writeFieldBegin("key",oi.Thrift.Type.STRING,1),e.writeString(this.key),e.writeFieldEnd()),this.value!=null&&(e.writeFieldBegin("value",oi.Thrift.Type.STRING,2),e.writeString(this.value),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===oi.Thrift.Type.STOP)break;switch(f){case 1:if(i===oi.Thrift.Type.STRING){let o=e.readString();r.key=o}else e.skip(i);break;case 2:if(i===oi.Thrift.Type.STRING){let o=e.readString();r.value=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.key!==void 0)return new ao(r);throw new oi.Thrift.TProtocolException(oi.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read KeyValue from input")}};var yr=Ie(nt()),Dl=class{constructor(e){if(e!=null&&e.column_idx!=null)this.column_idx=e.column_idx;else throw new yr.Thrift.TProtocolException(yr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[column_idx] is unset!");if(e!=null&&e.descending!=null)this.descending=e.descending;else throw new yr.Thrift.TProtocolException(yr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[descending] is unset!");if(e!=null&&e.nulls_first!=null)this.nulls_first=e.nulls_first;else throw new yr.Thrift.TProtocolException(yr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[nulls_first] is unset!")}write(e){e.writeStructBegin("SortingColumn"),this.column_idx!=null&&(e.writeFieldBegin("column_idx",yr.Thrift.Type.I32,1),e.writeI32(this.column_idx),e.writeFieldEnd()),this.descending!=null&&(e.writeFieldBegin("descending",yr.Thrift.Type.BOOL,2),e.writeBool(this.descending),e.writeFieldEnd()),this.nulls_first!=null&&(e.writeFieldBegin("nulls_first",yr.Thrift.Type.BOOL,3),e.writeBool(this.nulls_first),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===yr.Thrift.Type.STOP)break;switch(f){case 1:if(i===yr.Thrift.Type.I32){let o=e.readI32();r.column_idx=o}else e.skip(i);break;case 2:if(i===yr.Thrift.Type.BOOL){let o=e.readBool();r.descending=o}else e.skip(i);break;case 3:if(i===yr.Thrift.Type.BOOL){let o=e.readBool();r.nulls_first=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.column_idx!==void 0&&r.descending!==void 0&&r.nulls_first!==void 0)return new Dl(r);throw new yr.Thrift.TProtocolException(yr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read SortingColumn from input")}};var vr=Ie(nt()),zl=class{constructor(e){if(e!=null&&e.page_type!=null)this.page_type=e.page_type;else throw new vr.Thrift.TProtocolException(vr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[page_type] is unset!");if(e!=null&&e.encoding!=null)this.encoding=e.encoding;else throw new vr.Thrift.TProtocolException(vr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encoding] is unset!");if(e!=null&&e.count!=null)this.count=e.count;else throw new vr.Thrift.TProtocolException(vr.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[count] is unset!")}write(e){e.writeStructBegin("PageEncodingStats"),this.page_type!=null&&(e.writeFieldBegin("page_type",vr.Thrift.Type.I32,1),e.writeI32(this.page_type),e.writeFieldEnd()),this.encoding!=null&&(e.writeFieldBegin("encoding",vr.Thrift.Type.I32,2),e.writeI32(this.encoding),e.writeFieldEnd()),this.count!=null&&(e.writeFieldBegin("count",vr.Thrift.Type.I32,3),e.writeI32(this.count),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===vr.Thrift.Type.STOP)break;switch(f){case 1:if(i===vr.Thrift.Type.I32){let o=e.readI32();r.page_type=o}else e.skip(i);break;case 2:if(i===vr.Thrift.Type.I32){let o=e.readI32();r.encoding=o}else e.skip(i);break;case 3:if(i===vr.Thrift.Type.I32){let o=e.readI32();r.count=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.page_type!==void 0&&r.encoding!==void 0&&r.count!==void 0)return new zl(r);throw new vr.Thrift.TProtocolException(vr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read PageEncodingStats from input")}};var po=Ie(qn()),ve=Ie(nt());var Fl=class{constructor(e){if(e!=null&&e.type!=null)this.type=e.type;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[type] is unset!");if(e!=null&&e.encodings!=null)this.encodings=e.encodings;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[encodings] is unset!");if(e!=null&&e.path_in_schema!=null)this.path_in_schema=e.path_in_schema;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[path_in_schema] is unset!");if(e!=null&&e.codec!=null)this.codec=e.codec;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[codec] is unset!");if(e!=null&&e.num_values!=null)typeof e.num_values=="number"?this.num_values=new po.default(e.num_values):this.num_values=e.num_values;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_values] is unset!");if(e!=null&&e.total_uncompressed_size!=null)typeof e.total_uncompressed_size=="number"?this.total_uncompressed_size=new po.default(e.total_uncompressed_size):this.total_uncompressed_size=e.total_uncompressed_size;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_uncompressed_size] is unset!");if(e!=null&&e.total_compressed_size!=null)typeof e.total_compressed_size=="number"?this.total_compressed_size=new po.default(e.total_compressed_size):this.total_compressed_size=e.total_compressed_size;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_compressed_size] is unset!");if(e!=null&&e.key_value_metadata!=null&&(this.key_value_metadata=e.key_value_metadata),e!=null&&e.data_page_offset!=null)typeof e.data_page_offset=="number"?this.data_page_offset=new po.default(e.data_page_offset):this.data_page_offset=e.data_page_offset;else throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[data_page_offset] is unset!");e!=null&&e.index_page_offset!=null&&(typeof e.index_page_offset=="number"?this.index_page_offset=new po.default(e.index_page_offset):this.index_page_offset=e.index_page_offset),e!=null&&e.dictionary_page_offset!=null&&(typeof e.dictionary_page_offset=="number"?this.dictionary_page_offset=new po.default(e.dictionary_page_offset):this.dictionary_page_offset=e.dictionary_page_offset),e!=null&&e.statistics!=null&&(this.statistics=e.statistics),e!=null&&e.encoding_stats!=null&&(this.encoding_stats=e.encoding_stats)}write(e){e.writeStructBegin("ColumnMetaData"),this.type!=null&&(e.writeFieldBegin("type",ve.Thrift.Type.I32,1),e.writeI32(this.type),e.writeFieldEnd()),this.encodings!=null&&(e.writeFieldBegin("encodings",ve.Thrift.Type.LIST,2),e.writeListBegin(ve.Thrift.Type.I32,this.encodings.length),this.encodings.forEach(r=>{e.writeI32(r)}),e.writeListEnd(),e.writeFieldEnd()),this.path_in_schema!=null&&(e.writeFieldBegin("path_in_schema",ve.Thrift.Type.LIST,3),e.writeListBegin(ve.Thrift.Type.STRING,this.path_in_schema.length),this.path_in_schema.forEach(r=>{e.writeString(r)}),e.writeListEnd(),e.writeFieldEnd()),this.codec!=null&&(e.writeFieldBegin("codec",ve.Thrift.Type.I32,4),e.writeI32(this.codec),e.writeFieldEnd()),this.num_values!=null&&(e.writeFieldBegin("num_values",ve.Thrift.Type.I64,5),e.writeI64(this.num_values),e.writeFieldEnd()),this.total_uncompressed_size!=null&&(e.writeFieldBegin("total_uncompressed_size",ve.Thrift.Type.I64,6),e.writeI64(this.total_uncompressed_size),e.writeFieldEnd()),this.total_compressed_size!=null&&(e.writeFieldBegin("total_compressed_size",ve.Thrift.Type.I64,7),e.writeI64(this.total_compressed_size),e.writeFieldEnd()),this.key_value_metadata!=null&&(e.writeFieldBegin("key_value_metadata",ve.Thrift.Type.LIST,8),e.writeListBegin(ve.Thrift.Type.STRUCT,this.key_value_metadata.length),this.key_value_metadata.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.data_page_offset!=null&&(e.writeFieldBegin("data_page_offset",ve.Thrift.Type.I64,9),e.writeI64(this.data_page_offset),e.writeFieldEnd()),this.index_page_offset!=null&&(e.writeFieldBegin("index_page_offset",ve.Thrift.Type.I64,10),e.writeI64(this.index_page_offset),e.writeFieldEnd()),this.dictionary_page_offset!=null&&(e.writeFieldBegin("dictionary_page_offset",ve.Thrift.Type.I64,11),e.writeI64(this.dictionary_page_offset),e.writeFieldEnd()),this.statistics!=null&&(e.writeFieldBegin("statistics",ve.Thrift.Type.STRUCT,12),this.statistics.write(e),e.writeFieldEnd()),this.encoding_stats!=null&&(e.writeFieldBegin("encoding_stats",ve.Thrift.Type.LIST,13),e.writeListBegin(ve.Thrift.Type.STRUCT,this.encoding_stats.length),this.encoding_stats.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===ve.Thrift.Type.STOP)break;switch(f){case 1:if(i===ve.Thrift.Type.I32){let o=e.readI32();r.type=o}else e.skip(i);break;case 2:if(i===ve.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=e.readI32();o.push(u)}e.readListEnd(),r.encodings=o}else e.skip(i);break;case 3:if(i===ve.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=e.readString();o.push(u)}e.readListEnd(),r.path_in_schema=o}else e.skip(i);break;case 4:if(i===ve.Thrift.Type.I32){let o=e.readI32();r.codec=o}else e.skip(i);break;case 5:if(i===ve.Thrift.Type.I64){let o=e.readI64();r.num_values=o}else e.skip(i);break;case 6:if(i===ve.Thrift.Type.I64){let o=e.readI64();r.total_uncompressed_size=o}else e.skip(i);break;case 7:if(i===ve.Thrift.Type.I64){let o=e.readI64();r.total_compressed_size=o}else e.skip(i);break;case 8:if(i===ve.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=ao.read(e);o.push(u)}e.readListEnd(),r.key_value_metadata=o}else e.skip(i);break;case 9:if(i===ve.Thrift.Type.I64){let o=e.readI64();r.data_page_offset=o}else e.skip(i);break;case 10:if(i===ve.Thrift.Type.I64){let o=e.readI64();r.index_page_offset=o}else e.skip(i);break;case 11:if(i===ve.Thrift.Type.I64){let o=e.readI64();r.dictionary_page_offset=o}else e.skip(i);break;case 12:if(i===ve.Thrift.Type.STRUCT){let o=Di.read(e);r.statistics=o}else e.skip(i);break;case 13:if(i===ve.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=zl.read(e);o.push(u)}e.readListEnd(),r.encoding_stats=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.type!==void 0&&r.encodings!==void 0&&r.path_in_schema!==void 0&&r.codec!==void 0&&r.num_values!==void 0&&r.total_uncompressed_size!==void 0&&r.total_compressed_size!==void 0&&r.data_page_offset!==void 0)return new Fl(r);throw new ve.Thrift.TProtocolException(ve.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnMetaData from input")}};var Zp=Ie(qn()),Jt=Ie(nt());var Pl=class{constructor(e){if(e!=null&&e.file_path!=null&&(this.file_path=e.file_path),e!=null&&e.file_offset!=null)typeof e.file_offset=="number"?this.file_offset=new Zp.default(e.file_offset):this.file_offset=e.file_offset;else throw new Jt.Thrift.TProtocolException(Jt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[file_offset] is unset!");e!=null&&e.meta_data!=null&&(this.meta_data=e.meta_data),e!=null&&e.offset_index_offset!=null&&(typeof e.offset_index_offset=="number"?this.offset_index_offset=new Zp.default(e.offset_index_offset):this.offset_index_offset=e.offset_index_offset),e!=null&&e.offset_index_length!=null&&(this.offset_index_length=e.offset_index_length),e!=null&&e.column_index_offset!=null&&(typeof e.column_index_offset=="number"?this.column_index_offset=new Zp.default(e.column_index_offset):this.column_index_offset=e.column_index_offset),e!=null&&e.column_index_length!=null&&(this.column_index_length=e.column_index_length)}write(e){e.writeStructBegin("ColumnChunk"),this.file_path!=null&&(e.writeFieldBegin("file_path",Jt.Thrift.Type.STRING,1),e.writeString(this.file_path),e.writeFieldEnd()),this.file_offset!=null&&(e.writeFieldBegin("file_offset",Jt.Thrift.Type.I64,2),e.writeI64(this.file_offset),e.writeFieldEnd()),this.meta_data!=null&&(e.writeFieldBegin("meta_data",Jt.Thrift.Type.STRUCT,3),this.meta_data.write(e),e.writeFieldEnd()),this.offset_index_offset!=null&&(e.writeFieldBegin("offset_index_offset",Jt.Thrift.Type.I64,4),e.writeI64(this.offset_index_offset),e.writeFieldEnd()),this.offset_index_length!=null&&(e.writeFieldBegin("offset_index_length",Jt.Thrift.Type.I32,5),e.writeI32(this.offset_index_length),e.writeFieldEnd()),this.column_index_offset!=null&&(e.writeFieldBegin("column_index_offset",Jt.Thrift.Type.I64,6),e.writeI64(this.column_index_offset),e.writeFieldEnd()),this.column_index_length!=null&&(e.writeFieldBegin("column_index_length",Jt.Thrift.Type.I32,7),e.writeI32(this.column_index_length),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Jt.Thrift.Type.STOP)break;switch(f){case 1:if(i===Jt.Thrift.Type.STRING){let o=e.readString();r.file_path=o}else e.skip(i);break;case 2:if(i===Jt.Thrift.Type.I64){let o=e.readI64();r.file_offset=o}else e.skip(i);break;case 3:if(i===Jt.Thrift.Type.STRUCT){let o=Fl.read(e);r.meta_data=o}else e.skip(i);break;case 4:if(i===Jt.Thrift.Type.I64){let o=e.readI64();r.offset_index_offset=o}else e.skip(i);break;case 5:if(i===Jt.Thrift.Type.I32){let o=e.readI32();r.offset_index_length=o}else e.skip(i);break;case 6:if(i===Jt.Thrift.Type.I64){let o=e.readI64();r.column_index_offset=o}else e.skip(i);break;case 7:if(i===Jt.Thrift.Type.I32){let o=e.readI32();r.column_index_length=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.file_offset!==void 0)return new Pl(r);throw new Jt.Thrift.TProtocolException(Jt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read ColumnChunk from input")}};var wd=Ie(qn()),Xt=Ie(nt());var Ml=class{constructor(e){if(e!=null&&e.columns!=null)this.columns=e.columns;else throw new Xt.Thrift.TProtocolException(Xt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[columns] is unset!");if(e!=null&&e.total_byte_size!=null)typeof e.total_byte_size=="number"?this.total_byte_size=new wd.default(e.total_byte_size):this.total_byte_size=e.total_byte_size;else throw new Xt.Thrift.TProtocolException(Xt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[total_byte_size] is unset!");if(e!=null&&e.num_rows!=null)typeof e.num_rows=="number"?this.num_rows=new wd.default(e.num_rows):this.num_rows=e.num_rows;else throw new Xt.Thrift.TProtocolException(Xt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");e!=null&&e.sorting_columns!=null&&(this.sorting_columns=e.sorting_columns)}write(e){e.writeStructBegin("RowGroup"),this.columns!=null&&(e.writeFieldBegin("columns",Xt.Thrift.Type.LIST,1),e.writeListBegin(Xt.Thrift.Type.STRUCT,this.columns.length),this.columns.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.total_byte_size!=null&&(e.writeFieldBegin("total_byte_size",Xt.Thrift.Type.I64,2),e.writeI64(this.total_byte_size),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",Xt.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.sorting_columns!=null&&(e.writeFieldBegin("sorting_columns",Xt.Thrift.Type.LIST,4),e.writeListBegin(Xt.Thrift.Type.STRUCT,this.sorting_columns.length),this.sorting_columns.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===Xt.Thrift.Type.STOP)break;switch(f){case 1:if(i===Xt.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=Pl.read(e);o.push(u)}e.readListEnd(),r.columns=o}else e.skip(i);break;case 2:if(i===Xt.Thrift.Type.I64){let o=e.readI64();r.total_byte_size=o}else e.skip(i);break;case 3:if(i===Xt.Thrift.Type.I64){let o=e.readI64();r.num_rows=o}else e.skip(i);break;case 4:if(i===Xt.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=Dl.read(e);o.push(u)}e.readListEnd(),r.sorting_columns=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.columns!==void 0&&r.total_byte_size!==void 0&&r.num_rows!==void 0)return new Ml(r);throw new Xt.Thrift.TProtocolException(Xt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read RowGroup from input")}};var Ty=Ie(nt()),Ul=class{constructor(){}write(e){e.writeStructBegin("TypeDefinedOrder"),e.writeFieldStop(),e.writeStructEnd()}static read(e){for(e.readStructBegin();;){let r=e.readFieldBegin(),n=r.ftype,i=r.fid;if(n===Ty.Thrift.Type.STOP)break;switch(i){default:e.skip(n)}e.readFieldEnd()}return e.readStructEnd(),new Ul}};var By=Ie(qn()),wt=Ie(nt());var Mr=Ie(nt());var Xo=class{constructor(e){let r=0;if(e!=null){if(e.TYPE_ORDER!=null&&(r++,this.TYPE_ORDER=e.TYPE_ORDER),r>1)throw new Mr.Thrift.TProtocolException(Mr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Mr.Thrift.TProtocolException(Mr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!")}}static fromTYPE_ORDER(e){return new Xo({TYPE_ORDER:e})}write(e){e.writeStructBegin("ColumnOrder"),this.TYPE_ORDER!=null&&(e.writeFieldBegin("TYPE_ORDER",Mr.Thrift.Type.STRUCT,1),this.TYPE_ORDER.write(e),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){let r=0,n=null;for(e.readStructBegin();;){let i=e.readFieldBegin(),f=i.ftype,o=i.fid;if(f===Mr.Thrift.Type.STOP)break;switch(o){case 1:if(f===Mr.Thrift.Type.STRUCT){r++;let s=Ul.read(e);n=Xo.fromTYPE_ORDER(s)}else e.skip(f);break;default:e.skip(f)}e.readFieldEnd()}if(e.readStructEnd(),r>1)throw new Mr.Thrift.TProtocolException(Mr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with more than one set value!");if(r<1)throw new Mr.Thrift.TProtocolException(Mr.Thrift.TProtocolExceptionType.INVALID_DATA,"Cannot read a TUnion with no set value!");if(n!==null)return n;throw new Mr.Thrift.TProtocolException(Mr.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read data for TUnion")}};var Ll=class{constructor(e=null){if(e!=null&&e.version!=null)this.version=e.version;else throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[version] is unset!");if(e!=null&&e.schema!=null)this.schema=e.schema;else throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[schema] is unset!");if(e!=null&&e.num_rows!=null)typeof e.num_rows=="number"?this.num_rows=new By.default(e.num_rows):this.num_rows=e.num_rows;else throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[num_rows] is unset!");if(e!=null&&e.row_groups!=null)this.row_groups=e.row_groups;else throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Required field[row_groups] is unset!");e!=null&&e.key_value_metadata!=null&&(this.key_value_metadata=e.key_value_metadata),e!=null&&e.created_by!=null&&(this.created_by=e.created_by),e!=null&&e.column_orders!=null&&(this.column_orders=e.column_orders)}write(e){e.writeStructBegin("FileMetaData"),this.version!=null&&(e.writeFieldBegin("version",wt.Thrift.Type.I32,1),e.writeI32(this.version),e.writeFieldEnd()),this.schema!=null&&(e.writeFieldBegin("schema",wt.Thrift.Type.LIST,2),e.writeListBegin(wt.Thrift.Type.STRUCT,this.schema.length),this.schema.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.num_rows!=null&&(e.writeFieldBegin("num_rows",wt.Thrift.Type.I64,3),e.writeI64(this.num_rows),e.writeFieldEnd()),this.row_groups!=null&&(e.writeFieldBegin("row_groups",wt.Thrift.Type.LIST,4),e.writeListBegin(wt.Thrift.Type.STRUCT,this.row_groups.length),this.row_groups.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.key_value_metadata!=null&&(e.writeFieldBegin("key_value_metadata",wt.Thrift.Type.LIST,5),e.writeListBegin(wt.Thrift.Type.STRUCT,this.key_value_metadata.length),this.key_value_metadata.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),this.created_by!=null&&(e.writeFieldBegin("created_by",wt.Thrift.Type.STRING,6),e.writeString(this.created_by),e.writeFieldEnd()),this.column_orders!=null&&(e.writeFieldBegin("column_orders",wt.Thrift.Type.LIST,7),e.writeListBegin(wt.Thrift.Type.STRUCT,this.column_orders.length),this.column_orders.forEach(r=>{r.write(e)}),e.writeListEnd(),e.writeFieldEnd()),e.writeFieldStop(),e.writeStructEnd()}static read(e){e.readStructBegin();let r={};for(;;){let n=e.readFieldBegin(),i=n.ftype,f=n.fid;if(i===wt.Thrift.Type.STOP)break;switch(f){case 1:if(i===wt.Thrift.Type.I32){let o=e.readI32();r.version=o}else e.skip(i);break;case 2:if(i===wt.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=El.read(e);o.push(u)}e.readListEnd(),r.schema=o}else e.skip(i);break;case 3:if(i===wt.Thrift.Type.I64){let o=e.readI64();r.num_rows=o}else e.skip(i);break;case 4:if(i===wt.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=Ml.read(e);o.push(u)}e.readListEnd(),r.row_groups=o}else e.skip(i);break;case 5:if(i===wt.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=ao.read(e);o.push(u)}e.readListEnd(),r.key_value_metadata=o}else e.skip(i);break;case 6:if(i===wt.Thrift.Type.STRING){let o=e.readString();r.created_by=o}else e.skip(i);break;case 7:if(i===wt.Thrift.Type.LIST){let o=new Array,l=e.readListBegin().size;for(let p=0;p<l;p++){let u=Xo.read(e);o.push(u)}e.readListEnd(),r.column_orders=o}else e.skip(i);break;default:e.skip(i)}e.readFieldEnd()}if(e.readStructEnd(),r.version!==void 0&&r.schema!==void 0&&r.num_rows!==void 0&&r.row_groups!==void 0)return new Ll(r);throw new wt.Thrift.TProtocolException(wt.Thrift.TProtocolExceptionType.UNKNOWN,"Unable to read FileMetaData from input")}};var Zo="PAR1",Iy="PARE";var Cl="INT32",hd="RLE";var Qo=Ie(nt());var bd=class extends Qo.TFramedTransport{constructor(){super(...arguments);this.readPos=0}};function In(t,e){for(let r in t)if(t[r]===e)return r;throw new Error("Invalid ENUM value")}function Sy(t,e){e||(e=0);let r=new bd(t);r.readPos=e;let n=new Qo.TCompactProtocol(r),i=Ll.read(n);return{length:r.readPos-e,metadata:i}}function xy(t,e){e||(e=0);let r=new bd(t);r.readPos=e;let n=new Qo.TCompactProtocol(r),i=Hl.read(n);return{length:r.readPos-e,pageHeader:i}}function Vl(t){return t===0?0:Math.ceil(Math.log2(t+1))}function Ey(t,e){for(let r=0;r<t.length;r++){if(t[r].length>e.length)continue;let n=!0;for(let i=0;i<e.length;i++)if(!(t[r][i]===e[i]||t[r][i]==="+"||t[r][i]==="#")&&!(i>=t[r].length&&t[r][t[r].length-1]==="#")){n=!1;break}if(n)return r}return-1}async function Ay(t,e){let r={buffer:t,offset:0,size:t.length},n={rlevels:[],dlevels:[],values:[],pageHeaders:[],count:0},i=e.dictionary||[];for(;r.offset<r.size&&(!e.numValues||n.dlevels.length<Number(e.numValues));){let f=await gd(r,e);if(f.dictionary){i=f.dictionary;continue}i.length&&(f.values=f.values.map(o=>i[o]));for(let o=0;o<f.rlevels.length;o++){n.rlevels.push(f.rlevels[o]),n.dlevels.push(f.dlevels[o]);let s=f.values[o];s!==void 0&&n.values.push(s)}n.count+=f.count,n.pageHeaders.push(f.pageHeader)}return n}async function gd(t,e){let r,{pageHeader:n,length:i}=xy(t.buffer,t.offset);t.offset+=i;let f=In(xp,n.type);switch(f){case"DATA_PAGE":r=await KI(t,n,e);break;case"DATA_PAGE_V2":r=await GI(t,n,e);break;case"DICTIONARY_PAGE":r={dictionary:await JI(t,n,e),pageHeader:n};break;default:throw new Error(`invalid page type: ${f}`)}return r}function jd(t,e,r){let n={},i=e;for(let f=0;f<r;f++){let o=t[i],s=i>0?In(Ip,o.repetition_type):"ROOT",l=!1,p=!1;switch(s){case"REQUIRED":break;case"OPTIONAL":l=!0;break;case"REPEATED":p=!0;break;default:throw new Error("parquet: unknown repetition type")}if(o.num_children>0){let u=jd(t,i+1,o.num_children);i=u.next,n[o.name]={optional:l,repeated:p,fields:u.schema}}else{let u=In(Lo,o.type),h=u;switch(o.converted_type&&(h=In(Bp,o.converted_type)),h){case"DECIMAL":h=`${h}_${u}`;break;default:}n[o.name]={type:h,typeLength:o.type_length,presision:o.precision,scale:o.scale,optional:l,repeated:p},i++}}return{schema:n,offset:e,next:i}}function uo(t,e,r,n,i){if(!(e in Ds))throw new Error(`invalid encoding: ${e}`);return Ds[e].decodeValues(t,r,n,i)}async function KI(t,e,r){let n=t.offset+e.compressed_page_size,i=e.data_page_header?.num_values,f=t;if(r.compression!=="UNCOMPRESSED"){let B=await cp(r.compression,t.buffer.slice(t.offset,n),e.uncompressed_page_size);f={buffer:B,offset:0,size:B.length},t.offset=n}let o=In(oo,e.data_page_header?.repetition_level_encoding),s=new Array(i);r.column.rLevelMax>0?s=uo(Cl,o,f,i,{bitWidth:Vl(r.column.rLevelMax),disableEnvelope:!1}):s.fill(0);let l=In(oo,e.data_page_header?.definition_level_encoding),p=new Array(i);r.column.dLevelMax>0?p=uo(Cl,l,f,i,{bitWidth:Vl(r.column.dLevelMax),disableEnvelope:!1}):p.fill(0);let u=0;for(let B of p)B===r.column.dLevelMax&&u++;let h=In(oo,e.data_page_header?.encoding),c={typeLength:r.column.typeLength,bitWidth:r.column.typeLength},j=uo(r.column.primitiveType,h,f,u,c);return{dlevels:p,rlevels:s,values:j,count:i,pageHeader:e}}async function GI(t,e,r){let n=t.offset+e.compressed_page_size,i=e.data_page_header_v2?.num_values,f=i-e.data_page_header_v2?.num_nulls,o=In(oo,e.data_page_header_v2?.encoding),s=new Array(i);r.column.rLevelMax>0?s=uo(Cl,hd,t,i,{bitWidth:Vl(r.column.rLevelMax),disableEnvelope:!0}):s.fill(0);let l=new Array(i);r.column.dLevelMax>0?l=uo(Cl,hd,t,i,{bitWidth:Vl(r.column.dLevelMax),disableEnvelope:!0}):l.fill(0);let p=t;if(e.data_page_header_v2?.is_compressed){let c=await cp(r.compression,t.buffer.slice(t.offset,n),e.uncompressed_page_size);p={buffer:c,offset:0,size:c.length},t.offset=n}let u={typeLength:r.column.typeLength,bitWidth:r.column.typeLength},h=uo(r.column.primitiveType,o,p,f,u);return{dlevels:l,rlevels:s,values:h,count:i,pageHeader:e}}async function JI(t,e,r){let n=t.offset+e.compressed_page_size,i={offset:0,buffer:t.buffer.slice(t.offset,n),size:n-t.offset};if(t.offset=n,r.compression!=="UNCOMPRESSED"){let o=await cp(r.compression,i.buffer.slice(i.offset,n),e.uncompressed_page_size);i={buffer:o,offset:0,size:o.length},t.offset=n}let f=e?.dictionary_page_header?.num_values||0;return uo(r.column.primitiveType,r.column.encoding,i,f,r).map(o=>o.toString())}var XI={defaultDictionarySize:1e6},Wl=class{constructor(e,r){this.metadata=null;this.file=e,this.props={...XI,...r}}close(){this.file.close()}async*rowIterator(e){for await(let r of this.rowBatchIterator(e))for(let n of r)yield n}async*rowBatchIterator(e){let r=await this.getSchema();for await(let n of this.rowGroupIterator(e))yield Tp(r,n)}async*rowGroupIterator(e){let r=(e?.columnList||[]).map(o=>Array.isArray(o)?o:[o]),n=await this.getFileMetadata(),i=await this.getSchema(),f=n?.row_groups.length||0;for(let o=0;o<f;o++)yield await this.readRowGroup(i,n.row_groups[o],r)}async getRowCount(){let e=await this.getFileMetadata();return Number(e.num_rows)}async getSchema(){let e=await this.getFileMetadata(),r=e.schema[0],{schema:n}=jd(e.schema,1,r.num_children);return new Nm(n)}async getSchemaMetadata(){let e=await this.getFileMetadata(),r={};for(let n of e.key_value_metadata)r[n.key]=n.value;return r}async getFileMetadata(){return this.metadata||(await this.readHeader(),this.metadata=this.readFooter()),this.metadata}async readHeader(){let r=(await this.file.read(0,Zo.length)).toString();switch(r){case Zo:break;case Iy:throw new Error("Encrypted parquet file not supported");default:throw new Error(`Invalid parquet file (magic=${r})`)}}async readFooter(){let e=Zo.length+4,r=await this.file.read(this.file.size-e,e),n=r.slice(4).toString();if(n!==Zo)throw new Error(`Not a valid parquet file (magic="${n})`);let i=r.readUInt32LE(0),f=this.file.size-i-e;if(f<Zo.length)throw new Error(`Invalid metadata size ${f}`);let o=await this.file.read(f,i),{metadata:s}=Sy(o);return s}async readRowGroup(e,r,n){let i={rowCount:Number(r.num_rows),columnData:{}};for(let f of r.columns){let s=f.meta_data?.path_in_schema;n.length>0&&Ey(n,s)<0||(i.columnData[s.join()]=await this.readColumnChunk(e,f))}return i}async readColumnChunk(e,r){if(r.file_path!==void 0&&r.file_path!==null)throw new Error("external references are not supported");let n=e.findField(r.meta_data?.path_in_schema),i=In(Lo,r.meta_data?.type);if(i!==n.primitiveType)throw new Error(`chunk type not matching schema: ${i}`);let f=In(Sp,r.meta_data?.codec),o=Number(r.meta_data?.data_page_offset),s=Number(r.meta_data?.total_compressed_size);r.file_path||(s=Math.min(this.file.size-o,Number(r.meta_data?.total_compressed_size)));let l={type:i,rLevelMax:n.rLevelMax,dLevelMax:n.dLevelMax,compression:f,column:n,numValues:r.meta_data?.num_values,dictionary:[]},p,u=r?.meta_data?.dictionary_page_offset;if(u){let c=Number(u);p=await this.getDictionary(c,l,o)}p=l.dictionary?.length?l.dictionary:p;let h=await this.file.read(o,s);return await Ay(h,{...l,dictionary:p})}async getDictionary(e,r,n){if(e===0)return[];let i=Math.min(this.file.size-e,this.props.defaultDictionarySize),f=await this.file.read(e,i),o={buffer:f,offset:0,size:f.length};return(await gd(o,r)).dictionary}};async function Oy(t,e){let r=new Blob([t]),n=[];for await(let i of yd(r,e))for(let f of i.data)n.push(f);return{shape:"object-row-table",data:n}}async function*yd(t,e){let r=Ns(t),i=new Wl(r).rowBatchIterator(e?.parquet);for await(let f of i)yield{shape:"object-row-table",data:f,batchType:"data",length:f.length}}var ZI={BOOLEAN:"bool",INT32:"int32",INT64:"float64",INT96:"float64",FLOAT:"float32",DOUBLE:"float64",BYTE_ARRAY:"binary",FIXED_LEN_BYTE_ARRAY:"binary",UTF8:"utf8",DATE:"int32",TIME_MILLIS:"int64",TIME_MICROS:"int64",TIMESTAMP_MILLIS:"int64",TIMESTAMP_MICROS:"int64",UINT_8:"int32",UINT_16:"uint16",UINT_32:"uint32",UINT_64:"uint64",INT_8:"int8",INT_16:"int16",INT_32:"int32",INT_64:"int64",JSON:"binary",BSON:"binary",INTERVAL:"binary",DECIMAL_INT32:"float32",DECIMAL_INT64:"float64",DECIMAL_BYTE_ARRAY:"float64",DECIMAL_FIXED_LEN_BYTE_ARRAY:"float64"};function Ny(t,e){let r=Ry(t.schema),n=e&&$I(e);return{fields:r,metadata:n||{}}}function Ry(t){let e=[];for(let r in t){let n=t[r];if(n.fields){let i=Ry(n.fields);e.push({name:r,type:{type:"struct",children:i},nullable:n.optional})}else{let i=ZI[n.type],f=QI(n),o={name:r,type:i,nullable:n.optional,metadata:f};e.push(o)}}return e}function QI(t){let e;for(let r in t)if(r!=="name"){let n=t[r]||"";n=typeof t[r]!="string"?JSON.stringify(t[r]):t[r],e=e||{},e[r]=n}return e}function $I(t){let e,r=t.key_value_metadata||[];for(let{key:n,value:i}of r)typeof i=="string"&&(e=e||{},e[n]=i);return e}function eS(t){let e=t.metadata.geo;if(!e)return null;try{return JSON.parse(e)}catch{return null}}function Hy(t){let e=eS(t);if(!e)return;let{version:r,primary_column:n,columns:i}=e;r&&(t.metadata["geo.version"]=r),n&&(t.metadata["geo.primary_column"]=n),t.metadata["geo.columns"]=Object.keys(i||{}).join("");for(let[f,o]of Object.entries(i||{})){let s=t.fields.find(l=>l.name===f);s&&(s.name===n&&vd(s,"geo.primary_field","true"),tS(s,o))}}function tS(t,e){for(let[r,n]of Object.entries(e||{}))switch(r){case"geometry_type":vd(t,`geo.${r}`,n.join(","));break;case"bbox":case"crs":case"edges":default:vd(t,`geo.${r}`,typeof n=="string"?n:JSON.stringify(n))}}function vd(t,e,r){t.metadata=t.metadata||{},t.metadata[e]=r}async function Dy(t,e){let r=new Blob([t]);for await(let n of qd(r,e))return{shape:"columnar-table",schema:n.schema,data:n.data};throw new Error("empty table")}async function*qd(t,e){let r=Ns(t),n=new Wl(r),i=await n.getSchema(),f=await n.getFileMetadata(),o=Ny(i,f);Hy(o);let s=n.rowGroupIterator(e?.parquet);for await(let l of s)yield rS(i,l,o)}function rS(t,e,r){let n=Jg(t,e);return{shape:"columnar-table",batchType:"data",schema:r,data:n,length:e.rowCount}}function zy(t,e){var r={};for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&e.indexOf(n)<0&&(r[n]=t[n]);if(t!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,n=Object.getOwnPropertySymbols(t);i<n.length;i++)e.indexOf(n[i])<0&&Object.prototype.propertyIsEnumerable.call(t,n[i])&&(r[n[i]]=t[n[i]]);return r}function pe(t,e,r,n){function i(f){return f instanceof r?f:new r(function(o){o(f)})}return new(r||(r=Promise))(function(f,o){function s(u){try{p(n.next(u))}catch(h){o(h)}}function l(u){try{p(n.throw(u))}catch(h){o(h)}}function p(u){u.done?f(u.value):i(u.value).then(s,l)}p((n=n.apply(t,e||[])).next())})}function Fy(t){var e=typeof Symbol=="function"&&Symbol.iterator,r=e&&t[e],n=0;if(r)return r.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(e?"Object is not iterable.":"Symbol.iterator is not defined.")}function De(t){return this instanceof De?(this.v=t,this):new De(t)}function Qr(t,e,r){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=r.apply(t,e||[]),i,f=[];return i={},o("next"),o("throw"),o("return"),i[Symbol.asyncIterator]=function(){return this},i;function o(c){n[c]&&(i[c]=function(j){return new Promise(function(B,q){f.push([c,j,B,q])>1||s(c,j)})})}function s(c,j){try{l(n[c](j))}catch(B){h(f[0][3],B)}}function l(c){c.value instanceof De?Promise.resolve(c.value.v).then(p,u):h(f[0][2],c)}function p(c){s("next",c)}function u(c){s("throw",c)}function h(c,j){c(j),f.shift(),f.length&&s(f[0][0],f[0][1])}}function $o(t){var e,r;return e={},n("next"),n("throw",function(i){throw i}),n("return"),e[Symbol.iterator]=function(){return this},e;function n(i,f){e[i]=t[i]?function(o){return(r=!r)?{value:De(t[i](o)),done:!1}:f?f(o):o}:f}}function Fn(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var e=t[Symbol.asyncIterator],r;return e?e.call(t):(t=typeof Fy=="function"?Fy(t):t[Symbol.iterator](),r={},n("next"),n("throw"),n("return"),r[Symbol.asyncIterator]=function(){return this},r);function n(f){r[f]=t[f]&&function(o){return new Promise(function(s,l){o=t[f](o),i(s,l,o.done,o.value)})}}function i(f,o,s,l){Promise.resolve(l).then(function(p){f({value:p,done:s})},o)}}var Sd={};Lf(Sd,{compareArrayLike:()=>Id,joinUint8Arrays:()=>$r,memcpy:()=>es,rebaseValueOffsets:()=>Gl,toArrayBufferView:()=>Ge,toArrayBufferViewAsyncIterator:()=>Un,toArrayBufferViewIterator:()=>si,toBigInt64Array:()=>aS,toBigUint64Array:()=>cS,toFloat32Array:()=>mS,toFloat32ArrayAsyncIterator:()=>xS,toFloat32ArrayIterator:()=>vS,toFloat64Array:()=>dS,toFloat64ArrayAsyncIterator:()=>ES,toFloat64ArrayIterator:()=>qS,toInt16Array:()=>lS,toInt16ArrayAsyncIterator:()=>TS,toInt16ArrayIterator:()=>bS,toInt32Array:()=>co,toInt32ArrayAsyncIterator:()=>BS,toInt32ArrayIterator:()=>gS,toInt8Array:()=>sS,toInt8ArrayAsyncIterator:()=>kS,toInt8ArrayIterator:()=>hS,toUint16Array:()=>pS,toUint16ArrayAsyncIterator:()=>IS,toUint16ArrayIterator:()=>jS,toUint32Array:()=>uS,toUint32ArrayAsyncIterator:()=>SS,toUint32ArrayIterator:()=>yS,toUint8Array:()=>Ee,toUint8ArrayAsyncIterator:()=>Bd,toUint8ArrayIterator:()=>Td,toUint8ClampedArray:()=>wS,toUint8ClampedArrayAsyncIterator:()=>AS,toUint8ClampedArrayIterator:()=>_S});var nS=new TextDecoder("utf-8"),Yl=t=>nS.decode(t),iS=new TextEncoder,jf=t=>iS.encode(t);var fS=t=>typeof t=="number",Py=t=>typeof t=="boolean",ir=t=>typeof t=="function",Sr=t=>t!=null&&Object(t)===t,Pn=t=>Sr(t)&&ir(t.then);var Mn=t=>Sr(t)&&ir(t[Symbol.iterator]),Sn=t=>Sr(t)&&ir(t[Symbol.asyncIterator]),Qp=t=>Sr(t)&&Sr(t.schema);var $p=t=>Sr(t)&&"done"in t&&"value"in t;var eu=t=>Sr(t)&&ir(t.stat)&&fS(t.fd);var tu=t=>Sr(t)&&Kl(t.body),ru=t=>"_getDOMStream"in t&&"_getNodeStream"in t,My=t=>Sr(t)&&ir(t.abort)&&ir(t.getWriter)&&!ru(t),Kl=t=>Sr(t)&&ir(t.cancel)&&ir(t.getReader)&&!ru(t),Uy=t=>Sr(t)&&ir(t.end)&&ir(t.write)&&Py(t.writable)&&!ru(t),nu=t=>Sr(t)&&ir(t.read)&&ir(t.pipe)&&Py(t.readable)&&!ru(t),Ly=t=>Sr(t)&&ir(t.clear)&&ir(t.bytes)&&ir(t.position)&&ir(t.setPosition)&&ir(t.capacity)&&ir(t.getBufferIdentifier)&&ir(t.createLong);var _d=typeof SharedArrayBuffer!="undefined"?SharedArrayBuffer:ArrayBuffer;function oS(t){let e=t[0]?[t[0]]:[],r,n,i,f;for(let o,s,l=0,p=0,u=t.length;++l<u;){if(o=e[p],s=t[l],!o||!s||o.buffer!==s.buffer||s.byteOffset<o.byteOffset){s&&(e[++p]=s);continue}if({byteOffset:r,byteLength:i}=o,{byteOffset:n,byteLength:f}=s,r+i<n||n+f<r){s&&(e[++p]=s);continue}e[p]=new Uint8Array(o.buffer,r,n-r+f)}return e}function es(t,e,r=0,n=e.byteLength){let i=t.byteLength,f=new Uint8Array(t.buffer,t.byteOffset,i),o=new Uint8Array(e.buffer,e.byteOffset,Math.min(n,i));return f.set(o,r),t}function $r(t,e){let r=oS(t),n=r.reduce((u,h)=>u+h.byteLength,0),i,f,o,s=0,l=-1,p=Math.min(e||Number.POSITIVE_INFINITY,n);for(let u=r.length;++l<u;){if(i=r[l],f=i.subarray(0,Math.min(i.length,p-s)),p<=s+f.length){f.length<i.length?r[l]=i.subarray(f.length):f.length===i.length&&l++,o?es(o,f,s):o=f;break}es(o||(o=new Uint8Array(p)),f,s),s+=f.length}return[o||new Uint8Array(0),r.slice(l),n-(o?o.byteLength:0)]}function Ge(t,e){let r=$p(e)?e.value:e;return r instanceof t?t===Uint8Array?new t(r.buffer,r.byteOffset,r.byteLength):r:r?(typeof r=="string"&&(r=jf(r)),r instanceof ArrayBuffer?new t(r):r instanceof _d?new t(r):Ly(r)?Ge(t,r.bytes()):ArrayBuffer.isView(r)?r.byteLength<=0?new t(0):new t(r.buffer,r.byteOffset,r.byteLength/t.BYTES_PER_ELEMENT):t.from(r)):new t(0)}var sS=t=>Ge(Int8Array,t),lS=t=>Ge(Int16Array,t),co=t=>Ge(Int32Array,t),aS=t=>Ge(BigInt64Array,t),Ee=t=>Ge(Uint8Array,t),pS=t=>Ge(Uint16Array,t),uS=t=>Ge(Uint32Array,t),cS=t=>Ge(BigUint64Array,t),mS=t=>Ge(Float32Array,t),dS=t=>Ge(Float64Array,t),wS=t=>Ge(Uint8ClampedArray,t),kd=t=>(t.next(),t);function*si(t,e){let r=function*(i){yield i},n=typeof e=="string"||ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof _d?r(e):Mn(e)?e:r(e);return yield*kd(function*(i){let f=null;do f=i.next(yield Ge(t,f));while(!f.done)}(n[Symbol.iterator]())),new t}var hS=t=>si(Int8Array,t),bS=t=>si(Int16Array,t),gS=t=>si(Int32Array,t),Td=t=>si(Uint8Array,t),jS=t=>si(Uint16Array,t),yS=t=>si(Uint32Array,t),vS=t=>si(Float32Array,t),qS=t=>si(Float64Array,t),_S=t=>si(Uint8ClampedArray,t);function Un(t,e){return Qr(this,arguments,function*(){if(Pn(e))return yield De(yield De(yield*$o(Fn(Un(t,yield De(e))))));let n=function(o){return Qr(this,arguments,function*(){yield yield De(yield De(o))})},i=function(o){return Qr(this,arguments,function*(){yield De(yield*$o(Fn(kd(function*(s){let l=null;do l=s.next(yield l==null?void 0:l.value);while(!l.done)}(o[Symbol.iterator]())))))})},f=typeof e=="string"||ArrayBuffer.isView(e)||e instanceof ArrayBuffer||e instanceof _d?n(e):Mn(e)?i(e):Sn(e)?e:n(e);return yield De(yield*$o(Fn(kd(function(o){return Qr(this,arguments,function*(){let s=null;do s=yield De(o.next(yield yield De(Ge(t,s))));while(!s.done)})}(f[Symbol.asyncIterator]()))))),yield De(new t)})}var kS=t=>Un(Int8Array,t),TS=t=>Un(Int16Array,t),BS=t=>Un(Int32Array,t),Bd=t=>Un(Uint8Array,t),IS=t=>Un(Uint16Array,t),SS=t=>Un(Uint32Array,t),xS=t=>Un(Float32Array,t),ES=t=>Un(Float64Array,t),AS=t=>Un(Uint8ClampedArray,t);function Gl(t,e,r){if(t!==0){r=r.slice(0,e+1);for(let n=-1;++n<=e;)r[n]+=t}return r}function Id(t,e){let r=0,n=t.length;if(n!==e.length)return!1;if(n>0)do if(t[r]!==e[r])return!1;while(++r<n);return!0}var ur={fromIterable(t){return iu(OS(t))},fromAsyncIterable(t){return iu(NS(t))},fromDOMStream(t){return iu(RS(t))},fromNodeStream(t){return iu(HS(t))},toDOMStream(t,e){throw new Error('"toDOMStream" not available in this environment')},toNodeStream(t,e){throw new Error('"toNodeStream" not available in this environment')}},iu=t=>(t.next(),t);function*OS(t){let e,r=!1,n=[],i,f,o,s=0;function l(){return f==="peek"?$r(n,o)[0]:([i,n,s]=$r(n,o),i)}({cmd:f,size:o}=yield null);let p=Td(t)[Symbol.iterator]();try{do if({done:e,value:i}=Number.isNaN(o-s)?p.next():p.next(o-s),!e&&i.byteLength>0&&(n.push(i),s+=i.byteLength),e||o<=s)do({cmd:f,size:o}=yield l());while(o<s);while(!e)}catch(u){(r=!0)&&typeof p.throw=="function"&&p.throw(u)}finally{r===!1&&typeof p.return=="function"&&p.return(null)}return null}function NS(t){return Qr(this,arguments,function*(){let r,n=!1,i=[],f,o,s,l=0;function p(){return o==="peek"?$r(i,s)[0]:([f,i,l]=$r(i,s),f)}({cmd:o,size:s}=yield yield De(null));let u=Bd(t)[Symbol.asyncIterator]();try{do if({done:r,value:f}=Number.isNaN(s-l)?yield De(u.next()):yield De(u.next(s-l)),!r&&f.byteLength>0&&(i.push(f),l+=f.byteLength),r||s<=l)do({cmd:o,size:s}=yield yield De(p()));while(s<l);while(!r)}catch(h){(n=!0)&&typeof u.throw=="function"&&(yield De(u.throw(h)))}finally{n===!1&&typeof u.return=="function"&&(yield De(u.return(new Uint8Array(0))))}return yield De(null)})}function RS(t){return Qr(this,arguments,function*(){let r=!1,n=!1,i=[],f,o,s,l=0;function p(){return o==="peek"?$r(i,s)[0]:([f,i,l]=$r(i,s),f)}({cmd:o,size:s}=yield yield De(null));let u=new Cy(t);try{do if({done:r,value:f}=Number.isNaN(s-l)?yield De(u.read()):yield De(u.read(s-l)),!r&&f.byteLength>0&&(i.push(Ee(f)),l+=f.byteLength),r||s<=l)do({cmd:o,size:s}=yield yield De(p()));while(s<l);while(!r)}catch(h){(n=!0)&&(yield De(u.cancel(h)))}finally{n===!1?yield De(u.cancel()):t.locked&&u.releaseLock()}return yield De(null)})}var Cy=class{constructor(e){this.source=e,this.reader=null,this.reader=this.source.getReader(),this.reader.closed.catch(()=>{})}get closed(){return this.reader?this.reader.closed.catch(()=>{}):Promise.resolve()}releaseLock(){this.reader&&this.reader.releaseLock(),this.reader=null}cancel(e){return pe(this,void 0,void 0,function*(){let{reader:r,source:n}=this;r&&(yield r.cancel(e).catch(()=>{})),n&&n.locked&&this.releaseLock()})}read(e){return pe(this,void 0,void 0,function*(){if(e===0)return{done:this.reader==null,value:new Uint8Array(0)};let r=yield this.reader.read();return!r.done&&(r.value=Ee(r)),r})}},xd=(t,e)=>{let r=i=>n([e,i]),n;return[e,r,new Promise(i=>(n=i)&&t.once(e,r))]};function HS(t){return Qr(this,arguments,function*(){let r=[],n="error",i=!1,f=null,o,s,l=0,p=[],u;function h(){return o==="peek"?$r(p,s)[0]:([u,p,l]=$r(p,s),u)}if({cmd:o,size:s}=yield yield De(null),t.isTTY)return yield yield De(new Uint8Array(0)),yield De(null);try{r[0]=xd(t,"end"),r[1]=xd(t,"error");do{if(r[2]=xd(t,"readable"),[n,f]=yield De(Promise.race(r.map(j=>j[2]))),n==="error")break;if((i=n==="end")||(Number.isFinite(s-l)?(u=Ee(t.read(s-l)),u.byteLength<s-l&&(u=Ee(t.read()))):u=Ee(t.read()),u.byteLength>0&&(p.push(u),l+=u.byteLength)),i||s<=l)do({cmd:o,size:s}=yield yield De(h()));while(s<l)}while(!i)}finally{yield De(c(r,n==="error"?f:null))}return yield De(null);function c(j,B){return u=p=null,new Promise((q,H)=>{for(let[M,F]of j)t.off(M,F);try{let M=t.destroy;M&&M.call(t,B),B=void 0}catch(M){B=M||B}finally{B!=null?H(B):q()}})}})}var cr;(function(t){t[t.V1=0]="V1",t[t.V2=1]="V2",t[t.V3=2]="V3",t[t.V4=3]="V4",t[t.V5=4]="V5"})(cr||(cr={}));var Ut;(function(t){t[t.Sparse=0]="Sparse",t[t.Dense=1]="Dense"})(Ut||(Ut={}));var Dt;(function(t){t[t.HALF=0]="HALF",t[t.SINGLE=1]="SINGLE",t[t.DOUBLE=2]="DOUBLE"})(Dt||(Dt={}));var qr;(function(t){t[t.DAY=0]="DAY",t[t.MILLISECOND=1]="MILLISECOND"})(qr||(qr={}));var Qe;(function(t){t[t.SECOND=0]="SECOND",t[t.MILLISECOND=1]="MILLISECOND",t[t.MICROSECOND=2]="MICROSECOND",t[t.NANOSECOND=3]="NANOSECOND"})(Qe||(Qe={}));var Ur;(function(t){t[t.YEAR_MONTH=0]="YEAR_MONTH",t[t.DAY_TIME=1]="DAY_TIME",t[t.MONTH_DAY_NANO=2]="MONTH_DAY_NANO"})(Ur||(Ur={}));var ft;(function(t){t[t.NONE=0]="NONE",t[t.Schema=1]="Schema",t[t.DictionaryBatch=2]="DictionaryBatch",t[t.RecordBatch=3]="RecordBatch",t[t.Tensor=4]="Tensor",t[t.SparseTensor=5]="SparseTensor"})(ft||(ft={}));var N;(function(t){t[t.NONE=0]="NONE",t[t.Null=1]="Null",t[t.Int=2]="Int",t[t.Float=3]="Float",t[t.Binary=4]="Binary",t[t.Utf8=5]="Utf8",t[t.Bool=6]="Bool",t[t.Decimal=7]="Decimal",t[t.Date=8]="Date",t[t.Time=9]="Time",t[t.Timestamp=10]="Timestamp",t[t.Interval=11]="Interval",t[t.List=12]="List",t[t.Struct=13]="Struct",t[t.Union=14]="Union",t[t.FixedSizeBinary=15]="FixedSizeBinary",t[t.FixedSizeList=16]="FixedSizeList",t[t.Map=17]="Map",t[t.Dictionary=-1]="Dictionary",t[t.Int8=-2]="Int8",t[t.Int16=-3]="Int16",t[t.Int32=-4]="Int32",t[t.Int64=-5]="Int64",t[t.Uint8=-6]="Uint8",t[t.Uint16=-7]="Uint16",t[t.Uint32=-8]="Uint32",t[t.Uint64=-9]="Uint64",t[t.Float16=-10]="Float16",t[t.Float32=-11]="Float32",t[t.Float64=-12]="Float64",t[t.DateDay=-13]="DateDay",t[t.DateMillisecond=-14]="DateMillisecond",t[t.TimestampSecond=-15]="TimestampSecond",t[t.TimestampMillisecond=-16]="TimestampMillisecond",t[t.TimestampMicrosecond=-17]="TimestampMicrosecond",t[t.TimestampNanosecond=-18]="TimestampNanosecond",t[t.TimeSecond=-19]="TimeSecond",t[t.TimeMillisecond=-20]="TimeMillisecond",t[t.TimeMicrosecond=-21]="TimeMicrosecond",t[t.TimeNanosecond=-22]="TimeNanosecond",t[t.DenseUnion=-23]="DenseUnion",t[t.SparseUnion=-24]="SparseUnion",t[t.IntervalDayTime=-25]="IntervalDayTime",t[t.IntervalYearMonth=-26]="IntervalYearMonth"})(N||(N={}));var Ln;(function(t){t[t.OFFSET=0]="OFFSET",t[t.DATA=1]="DATA",t[t.VALIDITY=2]="VALIDITY",t[t.TYPE=3]="TYPE"})(Ln||(Ln={}));var Qd={};Lf(Qd,{clampIndex:()=>Bx,clampRange:()=>Zl,createElementComparator:()=>xf});var DS=void 0;function li(t){if(t===null)return"null";if(t===DS)return"undefined";switch(typeof t){case"number":return`${t}`;case"bigint":return`${t}`;case"string":return`"${t}"`}return typeof t[Symbol.toPrimitive]=="function"?t[Symbol.toPrimitive]("string"):ArrayBuffer.isView(t)?t instanceof BigInt64Array||t instanceof BigUint64Array?`[${[...t].map(e=>li(e))}]`:`[${t}]`:ArrayBuffer.isView(t)?`[${t}]`:JSON.stringify(t,(e,r)=>typeof r=="bigint"?`${r}`:r)}var Ad={};Lf(Ad,{BN:()=>is,bigNumToBigInt:()=>Yy,bigNumToString:()=>ns,isArrowBigNumSymbol:()=>Vy});var Vy=Symbol.for("isArrowBigNum");function Cn(t,...e){return e.length===0?Object.setPrototypeOf(Ge(this.TypedArray,t),this.constructor.prototype):Object.setPrototypeOf(new this.TypedArray(t,...e),this.constructor.prototype)}Cn.prototype[Vy]=!0;Cn.prototype.toJSON=function(){return`"${ns(this)}"`};Cn.prototype.valueOf=function(){return Wy(this)};Cn.prototype.toString=function(){return ns(this)};Cn.prototype[Symbol.toPrimitive]=function(t="default"){switch(t){case"number":return Wy(this);case"string":return ns(this);case"default":return Yy(this)}return ns(this)};function ts(...t){return Cn.apply(this,t)}function rs(...t){return Cn.apply(this,t)}function Jl(...t){return Cn.apply(this,t)}Object.setPrototypeOf(ts.prototype,Object.create(Int32Array.prototype));Object.setPrototypeOf(rs.prototype,Object.create(Uint32Array.prototype));Object.setPrototypeOf(Jl.prototype,Object.create(Uint32Array.prototype));Object.assign(ts.prototype,Cn.prototype,{constructor:ts,signed:!0,TypedArray:Int32Array,BigIntArray:BigInt64Array});Object.assign(rs.prototype,Cn.prototype,{constructor:rs,signed:!1,TypedArray:Uint32Array,BigIntArray:BigUint64Array});Object.assign(Jl.prototype,Cn.prototype,{constructor:Jl,signed:!0,TypedArray:Uint32Array,BigIntArray:BigUint64Array});function Wy(t){let{buffer:e,byteOffset:r,length:n,signed:i}=t,f=new BigUint64Array(e,r,n),o=i&&f.at(-1)&BigInt(1)<<BigInt(63),s=BigInt(o?1:0),l=BigInt(0);if(o){for(let p of f)s+=~p*(BigInt(1)<<BigInt(32)*l++);s*=BigInt(-1)}else for(let p of f)s+=p*(BigInt(1)<<BigInt(32)*l++);return s}var ns=t=>{if(t.byteLength===8)return`${new t.BigIntArray(t.buffer,t.byteOffset,1)[0]}`;if(!t.signed)return Ed(t);let e=new Uint16Array(t.buffer,t.byteOffset,t.byteLength/2);if(new Int16Array([e.at(-1)])[0]>=0)return Ed(t);e=e.slice();let n=1;for(let f=0;f<e.length;f++){let o=e[f],s=~o+n;e[f]=s,n&=o===0?1:0}return`-${Ed(e)}`},Yy=t=>t.byteLength===8?new t.BigIntArray(t.buffer,t.byteOffset,1)[0]:ns(t);function Ed(t){let e="",r=new Uint32Array(2),n=new Uint16Array(t.buffer,t.byteOffset,t.byteLength/2),i=new Uint32Array((n=new Uint16Array(n).reverse()).buffer),f=-1,o=n.length-1;do{for(r[0]=n[f=0];f<o;)n[f++]=r[1]=r[0]/10,r[0]=(r[0]-r[1]*10<<16)+n[f];n[f]=r[1]=r[0]/10,r[0]=r[0]-r[1]*10,e=`${r[0]}${e}`}while(i[0]||i[1]||i[2]||i[3]);return e??"0"}var is=class{static new(e,r){switch(r){case!0:return new ts(e);case!1:return new rs(e)}switch(e.constructor){case Int8Array:case Int16Array:case Int32Array:case BigInt64Array:return new ts(e)}return e.byteLength===16?new Jl(e):new rs(e)}static signed(e){return new ts(e)}static unsigned(e){return new rs(e)}static decimal(e){return new Jl(e)}constructor(e,r){return is.new(e,r)}};function Lr(t){if(typeof t=="bigint"&&(t<Number.MIN_SAFE_INTEGER||t>Number.MAX_SAFE_INTEGER))throw new TypeError(`${t} is not safe to convert to a number.`);return Number(t)}var Ky,Gy,Jy,Xy,Zy,Qy,$y,e0,t0,r0,n0,i0,f0,o0,s0,l0,a0,p0,u0,je=class{static isNull(e){return(e==null?void 0:e.typeId)===N.Null}static isInt(e){return(e==null?void 0:e.typeId)===N.Int}static isFloat(e){return(e==null?void 0:e.typeId)===N.Float}static isBinary(e){return(e==null?void 0:e.typeId)===N.Binary}static isUtf8(e){return(e==null?void 0:e.typeId)===N.Utf8}static isBool(e){return(e==null?void 0:e.typeId)===N.Bool}static isDecimal(e){return(e==null?void 0:e.typeId)===N.Decimal}static isDate(e){return(e==null?void 0:e.typeId)===N.Date}static isTime(e){return(e==null?void 0:e.typeId)===N.Time}static isTimestamp(e){return(e==null?void 0:e.typeId)===N.Timestamp}static isInterval(e){return(e==null?void 0:e.typeId)===N.Interval}static isList(e){return(e==null?void 0:e.typeId)===N.List}static isStruct(e){return(e==null?void 0:e.typeId)===N.Struct}static isUnion(e){return(e==null?void 0:e.typeId)===N.Union}static isFixedSizeBinary(e){return(e==null?void 0:e.typeId)===N.FixedSizeBinary}static isFixedSizeList(e){return(e==null?void 0:e.typeId)===N.FixedSizeList}static isMap(e){return(e==null?void 0:e.typeId)===N.Map}static isDictionary(e){return(e==null?void 0:e.typeId)===N.Dictionary}static isDenseUnion(e){return je.isUnion(e)&&e.mode===Ut.Dense}static isSparseUnion(e){return je.isUnion(e)&&e.mode===Ut.Sparse}get typeId(){return N.NONE}};Ky=Symbol.toStringTag;je[Ky]=(t=>(t.children=null,t.ArrayType=Array,t[Symbol.toStringTag]="DataType"))(je.prototype);var Cr=class extends je{toString(){return"Null"}get typeId(){return N.Null}};Gy=Symbol.toStringTag;Cr[Gy]=(t=>t[Symbol.toStringTag]="Null")(Cr.prototype);var Zt=class extends je{constructor(e,r){super();this.isSigned=e,this.bitWidth=r}get typeId(){return N.Int}get ArrayType(){switch(this.bitWidth){case 8:return this.isSigned?Int8Array:Uint8Array;case 16:return this.isSigned?Int16Array:Uint16Array;case 32:return this.isSigned?Int32Array:Uint32Array;case 64:return this.isSigned?BigInt64Array:BigUint64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`${this.isSigned?"I":"Ui"}nt${this.bitWidth}`}};Jy=Symbol.toStringTag;Zt[Jy]=(t=>(t.isSigned=null,t.bitWidth=null,t[Symbol.toStringTag]="Int"))(Zt.prototype);var Od=class extends Zt{constructor(){super(!0,8)}get ArrayType(){return Int8Array}},Nd=class extends Zt{constructor(){super(!0,16)}get ArrayType(){return Int16Array}},zi=class extends Zt{constructor(){super(!0,32)}get ArrayType(){return Int32Array}},Rd=class extends Zt{constructor(){super(!0,64)}get ArrayType(){return BigInt64Array}},Hd=class extends Zt{constructor(){super(!1,8)}get ArrayType(){return Uint8Array}},Dd=class extends Zt{constructor(){super(!1,16)}get ArrayType(){return Uint16Array}},zd=class extends Zt{constructor(){super(!1,32)}get ArrayType(){return Uint32Array}},Fd=class extends Zt{constructor(){super(!1,64)}get ArrayType(){return BigUint64Array}};Object.defineProperty(Od.prototype,"ArrayType",{value:Int8Array});Object.defineProperty(Nd.prototype,"ArrayType",{value:Int16Array});Object.defineProperty(zi.prototype,"ArrayType",{value:Int32Array});Object.defineProperty(Rd.prototype,"ArrayType",{value:BigInt64Array});Object.defineProperty(Hd.prototype,"ArrayType",{value:Uint8Array});Object.defineProperty(Dd.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(zd.prototype,"ArrayType",{value:Uint32Array});Object.defineProperty(Fd.prototype,"ArrayType",{value:BigUint64Array});var en=class extends je{constructor(e){super();this.precision=e}get typeId(){return N.Float}get ArrayType(){switch(this.precision){case Dt.HALF:return Uint16Array;case Dt.SINGLE:return Float32Array;case Dt.DOUBLE:return Float64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}toString(){return`Float${this.precision<<5||16}`}};Xy=Symbol.toStringTag;en[Xy]=(t=>(t.precision=null,t[Symbol.toStringTag]="Float"))(en.prototype);var Pd=class extends en{constructor(){super(Dt.HALF)}},Md=class extends en{constructor(){super(Dt.SINGLE)}},Ud=class extends en{constructor(){super(Dt.DOUBLE)}};Object.defineProperty(Pd.prototype,"ArrayType",{value:Uint16Array});Object.defineProperty(Md.prototype,"ArrayType",{value:Float32Array});Object.defineProperty(Ud.prototype,"ArrayType",{value:Float64Array});var yf=class extends je{constructor(){super()}get typeId(){return N.Binary}toString(){return"Binary"}};Zy=Symbol.toStringTag;yf[Zy]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Binary"))(yf.prototype);var vf=class extends je{constructor(){super()}get typeId(){return N.Utf8}toString(){return"Utf8"}};Qy=Symbol.toStringTag;vf[Qy]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Utf8"))(vf.prototype);var qf=class extends je{constructor(){super()}get typeId(){return N.Bool}toString(){return"Bool"}};$y=Symbol.toStringTag;qf[$y]=(t=>(t.ArrayType=Uint8Array,t[Symbol.toStringTag]="Bool"))(qf.prototype);var _f=class extends je{constructor(e,r,n=128){super();this.scale=e,this.precision=r,this.bitWidth=n}get typeId(){return N.Decimal}toString(){return`Decimal[${this.precision}e${this.scale>0?"+":""}${this.scale}]`}};e0=Symbol.toStringTag;_f[e0]=(t=>(t.scale=null,t.precision=null,t.ArrayType=Uint32Array,t[Symbol.toStringTag]="Decimal"))(_f.prototype);var kf=class extends je{constructor(e){super();this.unit=e}get typeId(){return N.Date}toString(){return`Date${(this.unit+1)*32}<${qr[this.unit]}>`}};t0=Symbol.toStringTag;kf[t0]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Date"))(kf.prototype);var ai=class extends je{constructor(e,r){super();this.unit=e,this.bitWidth=r}get typeId(){return N.Time}toString(){return`Time${this.bitWidth}<${Qe[this.unit]}>`}get ArrayType(){switch(this.bitWidth){case 32:return Int32Array;case 64:return BigInt64Array}throw new Error(`Unrecognized ${this[Symbol.toStringTag]} type`)}};r0=Symbol.toStringTag;ai[r0]=(t=>(t.unit=null,t.bitWidth=null,t[Symbol.toStringTag]="Time"))(ai.prototype);var Tf=class extends je{constructor(e,r){super();this.unit=e,this.timezone=r}get typeId(){return N.Timestamp}toString(){return`Timestamp<${Qe[this.unit]}${this.timezone?`, ${this.timezone}`:""}>`}};n0=Symbol.toStringTag;Tf[n0]=(t=>(t.unit=null,t.timezone=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Timestamp"))(Tf.prototype);var Bf=class extends je{constructor(e){super();this.unit=e}get typeId(){return N.Interval}toString(){return`Interval<${Ur[this.unit]}>`}};i0=Symbol.toStringTag;Bf[i0]=(t=>(t.unit=null,t.ArrayType=Int32Array,t[Symbol.toStringTag]="Interval"))(Bf.prototype);var pi=class extends je{constructor(e){super();this.children=[e]}get typeId(){return N.List}toString(){return`List<${this.valueType}>`}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}};f0=Symbol.toStringTag;pi[f0]=(t=>(t.children=null,t[Symbol.toStringTag]="List"))(pi.prototype);var Ot=class extends je{constructor(e){super();this.children=e}get typeId(){return N.Struct}toString(){return`Struct<{${this.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}};o0=Symbol.toStringTag;Ot[o0]=(t=>(t.children=null,t[Symbol.toStringTag]="Struct"))(Ot.prototype);var ui=class extends je{constructor(e,r,n){super();this.mode=e,this.children=n,this.typeIds=r=Int32Array.from(r),this.typeIdToChildIndex=r.reduce((i,f,o)=>(i[f]=o)&&i||i,Object.create(null))}get typeId(){return N.Union}toString(){return`${this[Symbol.toStringTag]}<${this.children.map(e=>`${e.type}`).join(" | ")}>`}};s0=Symbol.toStringTag;ui[s0]=(t=>(t.mode=null,t.typeIds=null,t.children=null,t.typeIdToChildIndex=null,t.ArrayType=Int8Array,t[Symbol.toStringTag]="Union"))(ui.prototype);var If=class extends je{constructor(e){super();this.byteWidth=e}get typeId(){return N.FixedSizeBinary}toString(){return`FixedSizeBinary[${this.byteWidth}]`}};l0=Symbol.toStringTag;If[l0]=(t=>(t.byteWidth=null,t.ArrayType=Uint8Array,t[Symbol.toStringTag]="FixedSizeBinary"))(If.prototype);var ci=class extends je{constructor(e,r){super();this.listSize=e,this.children=[r]}get typeId(){return N.FixedSizeList}get valueType(){return this.children[0].type}get valueField(){return this.children[0]}get ArrayType(){return this.valueType.ArrayType}toString(){return`FixedSizeList[${this.listSize}]<${this.valueType}>`}};a0=Symbol.toStringTag;ci[a0]=(t=>(t.children=null,t.listSize=null,t[Symbol.toStringTag]="FixedSizeList"))(ci.prototype);var mi=class extends je{constructor(e,r=!1){super();this.children=[e],this.keysSorted=r}get typeId(){return N.Map}get keyType(){return this.children[0].type.children[0].type}get valueType(){return this.children[0].type.children[1].type}get childType(){return this.children[0].type}toString(){return`Map<{${this.children[0].type.children.map(e=>`${e.name}:${e.type}`).join(", ")}}>`}};p0=Symbol.toStringTag;mi[p0]=(t=>(t.children=null,t.keysSorted=null,t[Symbol.toStringTag]="Map_"))(mi.prototype);var zS=(t=>()=>++t)(-1),xn=class extends je{constructor(e,r,n,i){super();this.indices=r,this.dictionary=e,this.isOrdered=i||!1,this.id=n==null?zS():Lr(n)}get typeId(){return N.Dictionary}get children(){return this.dictionary.children}get valueType(){return this.dictionary}get ArrayType(){return this.dictionary.ArrayType}toString(){return`Dictionary<${this.indices}, ${this.dictionary}>`}};u0=Symbol.toStringTag;xn[u0]=(t=>(t.id=null,t.indices=null,t.isOrdered=null,t.dictionary=null,t[Symbol.toStringTag]="Dictionary"))(xn.prototype);function tn(t){let e=t;switch(t.typeId){case N.Decimal:return t.bitWidth/32;case N.Timestamp:return 2;case N.Date:return 1+e.unit;case N.Interval:return 1+e.unit;case N.FixedSizeList:return e.listSize;case N.FixedSizeBinary:return e.byteWidth;default:return 1}}var _e=class{visitMany(e,...r){return e.map((n,i)=>this.visit(n,...r.map(f=>f[i])))}visit(...e){return this.getVisitFn(e[0],!1).apply(this,e)}getVisitFn(e,r=!0){return FS(this,e,r)}getVisitFnByTypeId(e,r=!0){return fs(this,e,r)}visitNull(e,...r){return null}visitBool(e,...r){return null}visitInt(e,...r){return null}visitFloat(e,...r){return null}visitUtf8(e,...r){return null}visitBinary(e,...r){return null}visitFixedSizeBinary(e,...r){return null}visitDate(e,...r){return null}visitTimestamp(e,...r){return null}visitTime(e,...r){return null}visitDecimal(e,...r){return null}visitList(e,...r){return null}visitStruct(e,...r){return null}visitUnion(e,...r){return null}visitDictionary(e,...r){return null}visitInterval(e,...r){return null}visitFixedSizeList(e,...r){return null}visitMap(e,...r){return null}};function FS(t,e,r=!0){return typeof e=="number"?fs(t,e,r):typeof e=="string"&&e in N?fs(t,N[e],r):e&&e instanceof je?fs(t,c0(e),r):(e==null?void 0:e.type)&&e.type instanceof je?fs(t,c0(e.type),r):fs(t,N.NONE,r)}function fs(t,e,r=!0){let n=null;switch(e){case N.Null:n=t.visitNull;break;case N.Bool:n=t.visitBool;break;case N.Int:n=t.visitInt;break;case N.Int8:n=t.visitInt8||t.visitInt;break;case N.Int16:n=t.visitInt16||t.visitInt;break;case N.Int32:n=t.visitInt32||t.visitInt;break;case N.Int64:n=t.visitInt64||t.visitInt;break;case N.Uint8:n=t.visitUint8||t.visitInt;break;case N.Uint16:n=t.visitUint16||t.visitInt;break;case N.Uint32:n=t.visitUint32||t.visitInt;break;case N.Uint64:n=t.visitUint64||t.visitInt;break;case N.Float:n=t.visitFloat;break;case N.Float16:n=t.visitFloat16||t.visitFloat;break;case N.Float32:n=t.visitFloat32||t.visitFloat;break;case N.Float64:n=t.visitFloat64||t.visitFloat;break;case N.Utf8:n=t.visitUtf8;break;case N.Binary:n=t.visitBinary;break;case N.FixedSizeBinary:n=t.visitFixedSizeBinary;break;case N.Date:n=t.visitDate;break;case N.DateDay:n=t.visitDateDay||t.visitDate;break;case N.DateMillisecond:n=t.visitDateMillisecond||t.visitDate;break;case N.Timestamp:n=t.visitTimestamp;break;case N.TimestampSecond:n=t.visitTimestampSecond||t.visitTimestamp;break;case N.TimestampMillisecond:n=t.visitTimestampMillisecond||t.visitTimestamp;break;case N.TimestampMicrosecond:n=t.visitTimestampMicrosecond||t.visitTimestamp;break;case N.TimestampNanosecond:n=t.visitTimestampNanosecond||t.visitTimestamp;break;case N.Time:n=t.visitTime;break;case N.TimeSecond:n=t.visitTimeSecond||t.visitTime;break;case N.TimeMillisecond:n=t.visitTimeMillisecond||t.visitTime;break;case N.TimeMicrosecond:n=t.visitTimeMicrosecond||t.visitTime;break;case N.TimeNanosecond:n=t.visitTimeNanosecond||t.visitTime;break;case N.Decimal:n=t.visitDecimal;break;case N.List:n=t.visitList;break;case N.Struct:n=t.visitStruct;break;case N.Union:n=t.visitUnion;break;case N.DenseUnion:n=t.visitDenseUnion||t.visitUnion;break;case N.SparseUnion:n=t.visitSparseUnion||t.visitUnion;break;case N.Dictionary:n=t.visitDictionary;break;case N.Interval:n=t.visitInterval;break;case N.IntervalDayTime:n=t.visitIntervalDayTime||t.visitInterval;break;case N.IntervalYearMonth:n=t.visitIntervalYearMonth||t.visitInterval;break;case N.FixedSizeList:n=t.visitFixedSizeList;break;case N.Map:n=t.visitMap;break}if(typeof n=="function")return n;if(!r)return()=>null;throw new Error(`Unrecognized type '${N[e]}'`)}function c0(t){switch(t.typeId){case N.Null:return N.Null;case N.Int:{let{bitWidth:e,isSigned:r}=t;switch(e){case 8:return r?N.Int8:N.Uint8;case 16:return r?N.Int16:N.Uint16;case 32:return r?N.Int32:N.Uint32;case 64:return r?N.Int64:N.Uint64}return N.Int}case N.Float:switch(t.precision){case Dt.HALF:return N.Float16;case Dt.SINGLE:return N.Float32;case Dt.DOUBLE:return N.Float64}return N.Float;case N.Binary:return N.Binary;case N.Utf8:return N.Utf8;case N.Bool:return N.Bool;case N.Decimal:return N.Decimal;case N.Time:switch(t.unit){case Qe.SECOND:return N.TimeSecond;case Qe.MILLISECOND:return N.TimeMillisecond;case Qe.MICROSECOND:return N.TimeMicrosecond;case Qe.NANOSECOND:return N.TimeNanosecond}return N.Time;case N.Timestamp:switch(t.unit){case Qe.SECOND:return N.TimestampSecond;case Qe.MILLISECOND:return N.TimestampMillisecond;case Qe.MICROSECOND:return N.TimestampMicrosecond;case Qe.NANOSECOND:return N.TimestampNanosecond}return N.Timestamp;case N.Date:switch(t.unit){case qr.DAY:return N.DateDay;case qr.MILLISECOND:return N.DateMillisecond}return N.Date;case N.Interval:switch(t.unit){case Ur.DAY_TIME:return N.IntervalDayTime;case Ur.YEAR_MONTH:return N.IntervalYearMonth}return N.Interval;case N.Map:return N.Map;case N.List:return N.List;case N.Struct:return N.Struct;case N.Union:switch(t.mode){case Ut.Dense:return N.DenseUnion;case Ut.Sparse:return N.SparseUnion}return N.Union;case N.FixedSizeBinary:return N.FixedSizeBinary;case N.FixedSizeList:return N.FixedSizeList;case N.Dictionary:return N.Dictionary}throw new Error(`Unrecognized type '${N[t.typeId]}'`)}_e.prototype.visitInt8=null;_e.prototype.visitInt16=null;_e.prototype.visitInt32=null;_e.prototype.visitInt64=null;_e.prototype.visitUint8=null;_e.prototype.visitUint16=null;_e.prototype.visitUint32=null;_e.prototype.visitUint64=null;_e.prototype.visitFloat16=null;_e.prototype.visitFloat32=null;_e.prototype.visitFloat64=null;_e.prototype.visitDateDay=null;_e.prototype.visitDateMillisecond=null;_e.prototype.visitTimestampSecond=null;_e.prototype.visitTimestampMillisecond=null;_e.prototype.visitTimestampMicrosecond=null;_e.prototype.visitTimestampNanosecond=null;_e.prototype.visitTimeSecond=null;_e.prototype.visitTimeMillisecond=null;_e.prototype.visitTimeMicrosecond=null;_e.prototype.visitTimeNanosecond=null;_e.prototype.visitDenseUnion=null;_e.prototype.visitSparseUnion=null;_e.prototype.visitIntervalDayTime=null;_e.prototype.visitIntervalYearMonth=null;var Ld={};Lf(Ld,{float64ToUint16:()=>Xl,uint16ToFloat64:()=>fu});var m0=new Float64Array(1),os=new Uint32Array(m0.buffer);function fu(t){let e=(t&31744)>>10,r=(t&1023)/1024,n=Math.pow(-1,(t&32768)>>15);switch(e){case 31:return n*(r?Number.NaN:1/0);case 0:return n*(r?6103515625e-14*r:0)}return n*Math.pow(2,e-15)*(1+r)}function Xl(t){if(t!==t)return 32256;m0[0]=t;let e=(os[1]&2147483648)>>16&65535,r=os[1]&2146435072,n=0;return r>=1089470464?os[0]>0?r=31744:(r=(r&2080374784)>>16,n=(os[1]&1048575)>>10):r<=1056964608?(n=1048576+(os[1]&1048575),n=1048576+(n<<(r>>20)-998)>>21,r=0):(r=r-1056964608>>10,n=(os[1]&1048575)+512>>10),e|r|n&65535}var ze=class extends _e{};function Ce(t){return(e,r,n)=>{if(e.setValid(r,n!=null))return t(e,r,n)}}var PS=(t,e,r)=>{t[e]=Math.trunc(r/864e5)},Cd=(t,e,r)=>{t[e]=Math.trunc(r%4294967296),t[e+1]=Math.trunc(r/4294967296)},MS=(t,e,r)=>{t[e]=Math.trunc(r*1e3%4294967296),t[e+1]=Math.trunc(r*1e3/4294967296)},US=(t,e,r)=>{t[e]=Math.trunc(r*1e6%4294967296),t[e+1]=Math.trunc(r*1e6/4294967296)},d0=(t,e,r,n)=>{if(r+1<e.length){let{[r]:i,[r+1]:f}=e;t.set(n.subarray(0,f-i),i)}},LS=({offset:t,values:e},r,n)=>{let i=t+r;n?e[i>>3]|=1<<i%8:e[i>>3]&=~(1<<i%8)},Fi=({values:t},e,r)=>{t[e]=r},Vd=({values:t},e,r)=>{t[e]=r},w0=({values:t},e,r)=>{t[e]=Xl(r)},CS=(t,e,r)=>{switch(t.type.precision){case Dt.HALF:return w0(t,e,r);case Dt.SINGLE:case Dt.DOUBLE:return Vd(t,e,r)}},ou=({values:t},e,r)=>{PS(t,e,r.valueOf())},su=({values:t},e,r)=>{Cd(t,e*2,r.valueOf())},Wd=({stride:t,values:e},r,n)=>{e.set(n.subarray(0,t),t*r)},VS=({values:t,valueOffsets:e},r,n)=>d0(t,e,r,n),WS=({values:t,valueOffsets:e},r,n)=>{d0(t,e,r,jf(n))},Yd=(t,e,r)=>{t.type.unit===qr.DAY?ou(t,e,r):su(t,e,r)},lu=({values:t},e,r)=>Cd(t,e*2,r/1e3),au=({values:t},e,r)=>Cd(t,e*2,r),pu=({values:t},e,r)=>MS(t,e*2,r),uu=({values:t},e,r)=>US(t,e*2,r),Kd=(t,e,r)=>{switch(t.type.unit){case Qe.SECOND:return lu(t,e,r);case Qe.MILLISECOND:return au(t,e,r);case Qe.MICROSECOND:return pu(t,e,r);case Qe.NANOSECOND:return uu(t,e,r)}},cu=({values:t},e,r)=>{t[e]=r},mu=({values:t},e,r)=>{t[e]=r},du=({values:t},e,r)=>{t[e]=r},wu=({values:t},e,r)=>{t[e]=r},Gd=(t,e,r)=>{switch(t.type.unit){case Qe.SECOND:return cu(t,e,r);case Qe.MILLISECOND:return mu(t,e,r);case Qe.MICROSECOND:return du(t,e,r);case Qe.NANOSECOND:return wu(t,e,r)}},Jd=({values:t,stride:e},r,n)=>{t.set(n.subarray(0,e),e*r)},YS=(t,e,r)=>{let n=t.children[0],i=t.valueOffsets,f=mr.getVisitFn(n);if(Array.isArray(r))for(let o=-1,s=i[e],l=i[e+1];s<l;)f(n,s++,r[++o]);else for(let o=-1,s=i[e],l=i[e+1];s<l;)f(n,s++,r.get(++o))},KS=(t,e,r)=>{let n=t.children[0],{valueOffsets:i}=t,f=mr.getVisitFn(n),{[e]:o,[e+1]:s}=i,l=r instanceof Map?r.entries():Object.entries(r);for(let p of l)if(f(n,o,p),++o>=s)break},GS=(t,e)=>(r,n,i,f)=>n&&r(n,t,e[f]),JS=(t,e)=>(r,n,i,f)=>n&&r(n,t,e.get(f)),XS=(t,e)=>(r,n,i,f)=>n&&r(n,t,e.get(i.name)),ZS=(t,e)=>(r,n,i,f)=>n&&r(n,t,e[i.name]),QS=(t,e,r)=>{let n=t.type.children.map(f=>mr.getVisitFn(f.type)),i=r instanceof Map?XS(e,r):r instanceof Fe?JS(e,r):Array.isArray(r)?GS(e,r):ZS(e,r);t.type.children.forEach((f,o)=>i(n[o],t.children[o],f,o))},$S=(t,e,r)=>{t.type.mode===Ut.Dense?h0(t,e,r):b0(t,e,r)},h0=(t,e,r)=>{let n=t.type.typeIdToChildIndex[t.typeIds[e]],i=t.children[n];mr.visit(i,t.valueOffsets[e],r)},b0=(t,e,r)=>{let n=t.type.typeIdToChildIndex[t.typeIds[e]],i=t.children[n];mr.visit(i,e,r)},ex=(t,e,r)=>{var n;(n=t.dictionary)===null||n===void 0||n.set(t.values[e],r)},Xd=(t,e,r)=>{t.type.unit===Ur.DAY_TIME?hu(t,e,r):bu(t,e,r)},hu=({values:t},e,r)=>{t.set(r.subarray(0,2),2*e)},bu=({values:t},e,r)=>{t[e]=r[0]*12+r[1]%12},tx=(t,e,r)=>{let{stride:n}=t,i=t.children[0],f=mr.getVisitFn(i);if(Array.isArray(r))for(let o=-1,s=e*n;++o<n;)f(i,s+o,r[o]);else for(let o=-1,s=e*n;++o<n;)f(i,s+o,r.get(o))};ze.prototype.visitBool=Ce(LS);ze.prototype.visitInt=Ce(Fi);ze.prototype.visitInt8=Ce(Fi);ze.prototype.visitInt16=Ce(Fi);ze.prototype.visitInt32=Ce(Fi);ze.prototype.visitInt64=Ce(Fi);ze.prototype.visitUint8=Ce(Fi);ze.prototype.visitUint16=Ce(Fi);ze.prototype.visitUint32=Ce(Fi);ze.prototype.visitUint64=Ce(Fi);ze.prototype.visitFloat=Ce(CS);ze.prototype.visitFloat16=Ce(w0);ze.prototype.visitFloat32=Ce(Vd);ze.prototype.visitFloat64=Ce(Vd);ze.prototype.visitUtf8=Ce(WS);ze.prototype.visitBinary=Ce(VS);ze.prototype.visitFixedSizeBinary=Ce(Wd);ze.prototype.visitDate=Ce(Yd);ze.prototype.visitDateDay=Ce(ou);ze.prototype.visitDateMillisecond=Ce(su);ze.prototype.visitTimestamp=Ce(Kd);ze.prototype.visitTimestampSecond=Ce(lu);ze.prototype.visitTimestampMillisecond=Ce(au);ze.prototype.visitTimestampMicrosecond=Ce(pu);ze.prototype.visitTimestampNanosecond=Ce(uu);ze.prototype.visitTime=Ce(Gd);ze.prototype.visitTimeSecond=Ce(cu);ze.prototype.visitTimeMillisecond=Ce(mu);ze.prototype.visitTimeMicrosecond=Ce(du);ze.prototype.visitTimeNanosecond=Ce(wu);ze.prototype.visitDecimal=Ce(Jd);ze.prototype.visitList=Ce(YS);ze.prototype.visitStruct=Ce(QS);ze.prototype.visitUnion=Ce($S);ze.prototype.visitDenseUnion=Ce(h0);ze.prototype.visitSparseUnion=Ce(b0);ze.prototype.visitDictionary=Ce(ex);ze.prototype.visitInterval=Ce(Xd);ze.prototype.visitIntervalDayTime=Ce(hu);ze.prototype.visitIntervalYearMonth=Ce(bu);ze.prototype.visitFixedSizeList=Ce(tx);ze.prototype.visitMap=Ce(KS);var mr=new ze;var Vn=Symbol.for("parent"),ss=Symbol.for("rowIndex"),mo=class{constructor(e,r){return this[Vn]=e,this[ss]=r,new Proxy(this,new j0)}toArray(){return Object.values(this.toJSON())}toJSON(){let e=this[ss],r=this[Vn],n=r.type.children,i={};for(let f=-1,o=n.length;++f<o;)i[n[f].name]=Qt.visit(r.children[f],e);return i}toString(){return`{${[...this].map(([e,r])=>`${li(e)}: ${li(r)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}[Symbol.iterator](){return new g0(this[Vn],this[ss])}},g0=class{constructor(e,r){this.childIndex=0,this.children=e.children,this.rowIndex=r,this.childFields=e.type.children,this.numChildren=this.childFields.length}[Symbol.iterator](){return this}next(){let e=this.childIndex;return e<this.numChildren?(this.childIndex=e+1,{done:!1,value:[this.childFields[e].name,Qt.visit(this.children[e],this.rowIndex)]}):{done:!0,value:null}}};Object.defineProperties(mo.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[Vn]:{writable:!0,enumerable:!1,configurable:!1,value:null},[ss]:{writable:!0,enumerable:!1,configurable:!1,value:-1}});var j0=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(e){return e[Vn].type.children.map(r=>r.name)}has(e,r){return e[Vn].type.children.findIndex(n=>n.name===r)!==-1}getOwnPropertyDescriptor(e,r){if(e[Vn].type.children.findIndex(n=>n.name===r)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(e,r){if(Reflect.has(e,r))return e[r];let n=e[Vn].type.children.findIndex(i=>i.name===r);if(n!==-1){let i=Qt.visit(e[Vn].children[n],e[ss]);return Reflect.set(e,r,i),i}}set(e,r,n){let i=e[Vn].type.children.findIndex(f=>f.name===r);return i!==-1?(mr.visit(e[Vn].children[i],e[ss],n),Reflect.set(e,r,n)):Reflect.has(e,r)||typeof r=="symbol"?Reflect.set(e,r,n):!1}};var Ae=class extends _e{};function Ue(t){return(e,r)=>e.getValid(r)?t(e,r):null}var rx=(t,e)=>864e5*t[e],Zd=(t,e)=>4294967296*t[e+1]+(t[e]>>>0),nx=(t,e)=>4294967296*(t[e+1]/1e3)+(t[e]>>>0)/1e3,ix=(t,e)=>4294967296*(t[e+1]/1e6)+(t[e]>>>0)/1e6,y0=t=>new Date(t),fx=(t,e)=>y0(rx(t,e)),ox=(t,e)=>y0(Zd(t,e)),sx=(t,e)=>null,v0=(t,e,r)=>{if(r+1>=e.length)return null;let n=e[r],i=e[r+1];return t.subarray(n,i)},lx=({offset:t,values:e},r)=>{let n=t+r;return(e[n>>3]&1<<n%8)!=0},q0=({values:t},e)=>fx(t,e),_0=({values:t},e)=>ox(t,e*2),Sf=({stride:t,values:e},r)=>e[t*r],ax=({stride:t,values:e},r)=>fu(e[t*r]),k0=({values:t},e)=>t[e],px=({stride:t,values:e},r)=>e.subarray(t*r,t*(r+1)),ux=({values:t,valueOffsets:e},r)=>v0(t,e,r),cx=({values:t,valueOffsets:e},r)=>{let n=v0(t,e,r);return n!==null?Yl(n):null},mx=({values:t},e)=>t[e],dx=({type:t,values:e},r)=>t.precision!==Dt.HALF?e[r]:fu(e[r]),wx=(t,e)=>t.type.unit===qr.DAY?q0(t,e):_0(t,e),T0=({values:t},e)=>1e3*Zd(t,e*2),B0=({values:t},e)=>Zd(t,e*2),I0=({values:t},e)=>nx(t,e*2),S0=({values:t},e)=>ix(t,e*2),hx=(t,e)=>{switch(t.type.unit){case Qe.SECOND:return T0(t,e);case Qe.MILLISECOND:return B0(t,e);case Qe.MICROSECOND:return I0(t,e);case Qe.NANOSECOND:return S0(t,e)}},x0=({values:t},e)=>t[e],E0=({values:t},e)=>t[e],A0=({values:t},e)=>t[e],O0=({values:t},e)=>t[e],bx=(t,e)=>{switch(t.type.unit){case Qe.SECOND:return x0(t,e);case Qe.MILLISECOND:return E0(t,e);case Qe.MICROSECOND:return A0(t,e);case Qe.NANOSECOND:return O0(t,e)}},gx=({values:t,stride:e},r)=>is.decimal(t.subarray(e*r,e*(r+1))),jx=(t,e)=>{let{valueOffsets:r,stride:n,children:i}=t,{[e*n]:f,[e*n+1]:o}=r,l=i[0].slice(f,o-f);return new Fe([l])},yx=(t,e)=>{let{valueOffsets:r,children:n}=t,{[e]:i,[e+1]:f}=r,o=n[0];return new Pi(o.slice(i,f-i))},vx=(t,e)=>new mo(t,e),qx=(t,e)=>t.type.mode===Ut.Dense?N0(t,e):R0(t,e),N0=(t,e)=>{let r=t.type.typeIdToChildIndex[t.typeIds[e]],n=t.children[r];return Qt.visit(n,t.valueOffsets[e])},R0=(t,e)=>{let r=t.type.typeIdToChildIndex[t.typeIds[e]],n=t.children[r];return Qt.visit(n,e)},_x=(t,e)=>{var r;return(r=t.dictionary)===null||r===void 0?void 0:r.get(t.values[e])},kx=(t,e)=>t.type.unit===Ur.DAY_TIME?H0(t,e):D0(t,e),H0=({values:t},e)=>t.subarray(2*e,2*(e+1)),D0=({values:t},e)=>{let r=t[e],n=new Int32Array(2);return n[0]=Math.trunc(r/12),n[1]=Math.trunc(r%12),n},Tx=(t,e)=>{let{stride:r,children:n}=t,f=n[0].slice(e*r,r);return new Fe([f])};Ae.prototype.visitNull=Ue(sx);Ae.prototype.visitBool=Ue(lx);Ae.prototype.visitInt=Ue(mx);Ae.prototype.visitInt8=Ue(Sf);Ae.prototype.visitInt16=Ue(Sf);Ae.prototype.visitInt32=Ue(Sf);Ae.prototype.visitInt64=Ue(k0);Ae.prototype.visitUint8=Ue(Sf);Ae.prototype.visitUint16=Ue(Sf);Ae.prototype.visitUint32=Ue(Sf);Ae.prototype.visitUint64=Ue(k0);Ae.prototype.visitFloat=Ue(dx);Ae.prototype.visitFloat16=Ue(ax);Ae.prototype.visitFloat32=Ue(Sf);Ae.prototype.visitFloat64=Ue(Sf);Ae.prototype.visitUtf8=Ue(cx);Ae.prototype.visitBinary=Ue(ux);Ae.prototype.visitFixedSizeBinary=Ue(px);Ae.prototype.visitDate=Ue(wx);Ae.prototype.visitDateDay=Ue(q0);Ae.prototype.visitDateMillisecond=Ue(_0);Ae.prototype.visitTimestamp=Ue(hx);Ae.prototype.visitTimestampSecond=Ue(T0);Ae.prototype.visitTimestampMillisecond=Ue(B0);Ae.prototype.visitTimestampMicrosecond=Ue(I0);Ae.prototype.visitTimestampNanosecond=Ue(S0);Ae.prototype.visitTime=Ue(bx);Ae.prototype.visitTimeSecond=Ue(x0);Ae.prototype.visitTimeMillisecond=Ue(E0);Ae.prototype.visitTimeMicrosecond=Ue(A0);Ae.prototype.visitTimeNanosecond=Ue(O0);Ae.prototype.visitDecimal=Ue(gx);Ae.prototype.visitList=Ue(jx);Ae.prototype.visitStruct=Ue(vx);Ae.prototype.visitUnion=Ue(qx);Ae.prototype.visitDenseUnion=Ue(N0);Ae.prototype.visitSparseUnion=Ue(R0);Ae.prototype.visitDictionary=Ue(_x);Ae.prototype.visitInterval=Ue(kx);Ae.prototype.visitIntervalDayTime=Ue(H0);Ae.prototype.visitIntervalYearMonth=Ue(D0);Ae.prototype.visitFixedSizeList=Ue(Tx);Ae.prototype.visitMap=Ue(yx);var Qt=new Ae;var En=Symbol.for("keys"),ls=Symbol.for("vals"),Pi=class{constructor(e){return this[En]=new Fe([e.children[0]]).memoize(),this[ls]=e.children[1],new Proxy(this,new F0)}[Symbol.iterator](){return new z0(this[En],this[ls])}get size(){return this[En].length}toArray(){return Object.values(this.toJSON())}toJSON(){let e=this[En],r=this[ls],n={};for(let i=-1,f=e.length;++i<f;)n[e.get(i)]=Qt.visit(r,i);return n}toString(){return`{${[...this].map(([e,r])=>`${li(e)}: ${li(r)}`).join(", ")}}`}[Symbol.for("nodejs.util.inspect.custom")](){return this.toString()}},z0=class{constructor(e,r){this.keys=e,this.vals=r,this.keyIndex=0,this.numKeys=e.length}[Symbol.iterator](){return this}next(){let e=this.keyIndex;return e===this.numKeys?{done:!0,value:null}:(this.keyIndex++,{done:!1,value:[this.keys.get(e),Qt.visit(this.vals,e)]})}},F0=class{isExtensible(){return!1}deleteProperty(){return!1}preventExtensions(){return!0}ownKeys(e){return e[En].toArray().map(String)}has(e,r){return e[En].includes(r)}getOwnPropertyDescriptor(e,r){if(e[En].indexOf(r)!==-1)return{writable:!0,enumerable:!0,configurable:!0}}get(e,r){if(Reflect.has(e,r))return e[r];let n=e[En].indexOf(r);if(n!==-1){let i=Qt.visit(Reflect.get(e,ls),n);return Reflect.set(e,r,i),i}}set(e,r,n){let i=e[En].indexOf(r);return i!==-1?(mr.visit(Reflect.get(e,ls),i,n),Reflect.set(e,r,n)):Reflect.has(e,r)?Reflect.set(e,r,n):!1}};Object.defineProperties(Pi.prototype,{[Symbol.toStringTag]:{enumerable:!1,configurable:!1,value:"Row"},[En]:{writable:!0,enumerable:!1,configurable:!1,value:null},[ls]:{writable:!0,enumerable:!1,configurable:!1,value:null}});function Bx(t,e,r){let n=t.length,i=e>-1?e:n+e%n;return r?r(t,i):i}var P0;function Zl(t,e,r,n){let{length:i=0}=t,f=typeof e!="number"?0:e,o=typeof r!="number"?i:r;return f<0&&(f=(f%i+i)%i),o<0&&(o=(o%i+i)%i),o<f&&(P0=f,f=o,o=P0),o>i&&(o=i),n?n(t,f,o):[f,o]}var M0=t=>t!==t;function xf(t){if(typeof t!=="object"||t===null)return M0(t)?M0:r=>r===t;if(t instanceof Date){let r=t.valueOf();return n=>n instanceof Date?n.valueOf()===r:!1}return ArrayBuffer.isView(t)?r=>r?Id(t,r):!1:t instanceof Map?Sx(t):Array.isArray(t)?Ix(t):t instanceof Fe?xx(t):Ex(t,!0)}function Ix(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=xf(t[r]);return gu(e)}function Sx(t){let e=-1,r=[];for(let n of t.values())r[++e]=xf(n);return gu(r)}function xx(t){let e=[];for(let r=-1,n=t.length;++r<n;)e[r]=xf(t.get(r));return gu(e)}function Ex(t,e=!1){let r=Object.keys(t);if(!e&&r.length===0)return()=>!1;let n=[];for(let i=-1,f=r.length;++i<f;)n[i]=xf(t[r[i]]);return gu(n,r)}function gu(t,e){return r=>{if(!r||typeof r!="object")return!1;switch(r.constructor){case Array:return Ax(t,r);case Map:return U0(t,r,r.keys());case Pi:case mo:case Object:case void 0:return U0(t,r,e||Object.keys(r))}return r instanceof Fe?Ox(t,r):!1}}function Ax(t,e){let r=t.length;if(e.length!==r)return!1;for(let n=-1;++n<r;)if(!t[n](e[n]))return!1;return!0}function Ox(t,e){let r=t.length;if(e.length!==r)return!1;for(let n=-1;++n<r;)if(!t[n](e.get(n)))return!1;return!0}function U0(t,e,r){let n=r[Symbol.iterator](),i=e instanceof Map?e.keys():Object.keys(e)[Symbol.iterator](),f=e instanceof Map?e.values():Object.values(e)[Symbol.iterator](),o=0,s=t.length,l=f.next(),p=n.next(),u=i.next();for(;o<s&&!p.done&&!u.done&&!l.done&&!(p.value!==u.value||!t[o](l.value));++o,p=n.next(),u=i.next(),l=f.next());return o===s&&p.done&&u.done&&l.done?!0:(n.return&&n.return(),i.return&&i.return(),f.return&&f.return(),!1)}var $d={};Lf($d,{BitIterator:()=>ps,getBit:()=>L0,getBool:()=>ju,packBools:()=>wo,popcnt_array:()=>C0,popcnt_bit_range:()=>Ql,popcnt_uint32:()=>yu,setBool:()=>Nx,truncateBitmap:()=>as});function ju(t,e,r,n){return(r&1<<n)!=0}function L0(t,e,r,n){return(r&1<<n)>>n}function Nx(t,e,r){return r?!!(t[e>>3]|=1<<e%8)||!0:!(t[e>>3]&=~(1<<e%8))&&!1}function as(t,e,r){let n=r.byteLength+7&~7;if(t>0||r.byteLength<n){let i=new Uint8Array(n);return i.set(t%8==0?r.subarray(t>>3):wo(new ps(r,t,e,null,ju)).subarray(0,n)),i}return r}function wo(t){let e=[],r=0,n=0,i=0;for(let o of t)o&&(i|=1<<n),++n==8&&(e[r++]=i,i=n=0);(r===0||n>0)&&(e[r++]=i);let f=new Uint8Array(e.length+7&~7);return f.set(e),f}var ps=class{constructor(e,r,n,i,f){this.bytes=e,this.length=n,this.context=i,this.get=f,this.bit=r%8,this.byteIndex=r>>3,this.byte=e[this.byteIndex++],this.index=0}next(){return this.index<this.length?(this.bit===8&&(this.bit=0,this.byte=this.bytes[this.byteIndex++]),{value:this.get(this.context,this.index++,this.byte,this.bit++)}):{done:!0,value:null}}[Symbol.iterator](){return this}};function Ql(t,e,r){if(r-e<=0)return 0;if(r-e<8){let f=0;for(let o of new ps(t,e,r-e,t,L0))f+=o;return f}let n=r>>3<<3,i=e+(e%8==0?0:8-e%8);return Ql(t,e,i)+Ql(t,n,r)+C0(t,i>>3,n-i>>3)}function C0(t,e,r){let n=0,i=Math.trunc(e),f=new DataView(t.buffer,t.byteOffset,t.byteLength),o=r===void 0?t.byteLength:i+r;for(;o-i>=4;)n+=yu(f.getUint32(i)),i+=4;for(;o-i>=2;)n+=yu(f.getUint16(i)),i+=2;for(;o-i>=1;)n+=yu(f.getUint8(i)),i+=1;return n}function yu(t){let e=Math.trunc(t);return e=e-(e>>>1&1431655765),e=(e&858993459)+(e>>>2&858993459),(e+(e>>>4)&252645135)*16843009>>>24}var Rx=-1,ut=class{get typeId(){return this.type.typeId}get ArrayType(){return this.type.ArrayType}get buffers(){return[this.valueOffsets,this.values,this.nullBitmap,this.typeIds]}get byteLength(){let e=0,{valueOffsets:r,values:n,nullBitmap:i,typeIds:f}=this;return r&&(e+=r.byteLength),n&&(e+=n.byteLength),i&&(e+=i.byteLength),f&&(e+=f.byteLength),this.children.reduce((o,s)=>o+s.byteLength,e)}get nullCount(){let e=this._nullCount,r;return e<=Rx&&(r=this.nullBitmap)&&(this._nullCount=e=this.length-Ql(r,this.offset,this.offset+this.length)),e}constructor(e,r,n,i,f,o=[],s){this.type=e,this.children=o,this.dictionary=s,this.offset=Math.floor(Math.max(r||0,0)),this.length=Math.floor(Math.max(n||0,0)),this._nullCount=Math.floor(Math.max(i||0,-1));let l;f instanceof ut?(this.stride=f.stride,this.values=f.values,this.typeIds=f.typeIds,this.nullBitmap=f.nullBitmap,this.valueOffsets=f.valueOffsets):(this.stride=tn(e),f&&((l=f[0])&&(this.valueOffsets=l),(l=f[1])&&(this.values=l),(l=f[2])&&(this.nullBitmap=l),(l=f[3])&&(this.typeIds=l))),this.nullable=this._nullCount!==0&&this.nullBitmap&&this.nullBitmap.byteLength>0}getValid(e){if(this.nullable&&this.nullCount>0){let r=this.offset+e;return(this.nullBitmap[r>>3]&1<<r%8)!=0}return!0}setValid(e,r){if(!this.nullable)return r;if(!this.nullBitmap||this.nullBitmap.byteLength<=e>>3){let{nullBitmap:l}=this._changeLengthAndBackfillNullBitmap(this.length);Object.assign(this,{nullBitmap:l,_nullCount:0})}let{nullBitmap:n,offset:i}=this,f=i+e>>3,o=(i+e)%8,s=n[f]>>o&1;return r?s===0&&(n[f]|=1<<o,this._nullCount=this.nullCount+1):s===1&&(n[f]&=~(1<<o),this._nullCount=this.nullCount-1),r}clone(e=this.type,r=this.offset,n=this.length,i=this._nullCount,f=this,o=this.children){return new ut(e,r,n,i,f,o,this.dictionary)}slice(e,r){let{stride:n,typeId:i,children:f}=this,o=+(this._nullCount===0)-1,s=i===16?n:1,l=this._sliceBuffers(e,r,n,i);return this.clone(this.type,this.offset+e,r,o,l,f.length===0||this.valueOffsets?f:this._sliceChildren(f,s*e,s*r))}_changeLengthAndBackfillNullBitmap(e){if(this.typeId===N.Null)return this.clone(this.type,0,e,0);let{length:r,nullCount:n}=this,i=new Uint8Array((e+63&~63)>>3).fill(255,0,r>>3);i[r>>3]=(1<<r-(r&~7))-1,n>0&&i.set(as(this.offset,r,this.nullBitmap),0);let f=this.buffers;return f[Ln.VALIDITY]=i,this.clone(this.type,0,e,n+(e-r),f)}_sliceBuffers(e,r,n,i){let f,{buffers:o}=this;return(f=o[Ln.TYPE])&&(o[Ln.TYPE]=f.subarray(e,e+r)),(f=o[Ln.OFFSET])&&(o[Ln.OFFSET]=f.subarray(e,e+r+1))||(f=o[Ln.DATA])&&(o[Ln.DATA]=i===6?f:f.subarray(n*e,n*(e+r))),o}_sliceChildren(e,r,n){return e.map(i=>i.slice(r,n))}};ut.prototype.children=Object.freeze([]);var us=class extends _e{visit(e){return this.getVisitFn(e.type).call(this,e)}visitNull(e){let{["type"]:r,["offset"]:n=0,["length"]:i=0}=e;return new ut(r,n,i,0)}visitBool(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length>>3,["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitInt(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length,["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitFloat(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length,["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitUtf8(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.data),f=Ee(e.nullBitmap),o=co(e.valueOffsets),{["length"]:s=o.length-1,["nullCount"]:l=e.nullBitmap?-1:0}=e;return new ut(r,n,s,l,[o,i,f])}visitBinary(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.data),f=Ee(e.nullBitmap),o=co(e.valueOffsets),{["length"]:s=o.length-1,["nullCount"]:l=e.nullBitmap?-1:0}=e;return new ut(r,n,s,l,[o,i,f])}visitFixedSizeBinary(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length/tn(r),["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitDate(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length/tn(r),["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitTimestamp(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length/tn(r),["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitTime(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length/tn(r),["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitDecimal(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length/tn(r),["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitList(e){let{["type"]:r,["offset"]:n=0,["child"]:i}=e,f=Ee(e.nullBitmap),o=co(e.valueOffsets),{["length"]:s=o.length-1,["nullCount"]:l=e.nullBitmap?-1:0}=e;return new ut(r,n,s,l,[o,void 0,f],[i])}visitStruct(e){let{["type"]:r,["offset"]:n=0,["children"]:i=[]}=e,f=Ee(e.nullBitmap),{length:o=i.reduce((l,{length:p})=>Math.max(l,p),0),nullCount:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,void 0,f],i)}visitUnion(e){let{["type"]:r,["offset"]:n=0,["children"]:i=[]}=e,f=Ee(e.nullBitmap),o=Ge(r.ArrayType,e.typeIds),{["length"]:s=o.length,["nullCount"]:l=e.nullBitmap?-1:0}=e;if(je.isSparseUnion(r))return new ut(r,n,s,l,[void 0,void 0,f,o],i);let p=co(e.valueOffsets);return new ut(r,n,s,l,[p,void 0,f,o],i)}visitDictionary(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.indices.ArrayType,e.data),{["dictionary"]:o=new Fe([new us().visit({type:r.dictionary})])}=e,{["length"]:s=f.length,["nullCount"]:l=e.nullBitmap?-1:0}=e;return new ut(r,n,s,l,[void 0,f,i],[],o)}visitInterval(e){let{["type"]:r,["offset"]:n=0}=e,i=Ee(e.nullBitmap),f=Ge(r.ArrayType,e.data),{["length"]:o=f.length/tn(r),["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,f,i])}visitFixedSizeList(e){let{["type"]:r,["offset"]:n=0,["child"]:i=new us().visit({type:r.valueType})}=e,f=Ee(e.nullBitmap),{["length"]:o=i.length/tn(r),["nullCount"]:s=e.nullBitmap?-1:0}=e;return new ut(r,n,o,s,[void 0,void 0,f],[i])}visitMap(e){let{["type"]:r,["offset"]:n=0,["child"]:i=new us().visit({type:r.childType})}=e,f=Ee(e.nullBitmap),o=co(e.valueOffsets),{["length"]:s=o.length-1,["nullCount"]:l=e.nullBitmap?-1:0}=e;return new ut(r,n,s,l,[o,void 0,f],[i])}};function Pe(t){return new us().visit(t)}var vu=class{constructor(e=0,r){this.numChunks=e,this.getChunkIterator=r,this.chunkIndex=0,this.chunkIterator=this.getChunkIterator(0)}next(){for(;this.chunkIndex<this.numChunks;){let e=this.chunkIterator.next();if(!e.done)return e;++this.chunkIndex<this.numChunks&&(this.chunkIterator=this.getChunkIterator(this.chunkIndex))}return{done:!0,value:null}}[Symbol.iterator](){return this}};function qu(t){return t.reduce((e,r)=>e+r.nullCount,0)}function _u(t){return t.reduce((e,r,n)=>(e[n+1]=e[n]+r.length,e),new Uint32Array(t.length+1))}function ku(t,e,r,n){let i=[];for(let f=-1,o=t.length;++f<o;){let s=t[f],l=e[f],{length:p}=s;if(l>=n)break;if(r>=l+p)continue;if(l>=r&&l+p<=n){i.push(s);continue}let u=Math.max(0,r-l),h=Math.min(n-l,p);i.push(s.slice(u,h-u))}return i.length===0&&i.push(t[0].slice(0,0)),i}function ew(t,e,r,n){let i=0,f=0,o=e.length-1;do{if(i>=o-1)return r<e[o]?n(t,i,r-e[i]):null;f=i+Math.trunc((o-i)*.5),r<e[f]?o=f:i=f}while(i<o)}function $l(t,e){return t.getValid(e)}function Ef(t){function e(r,n,i){return t(r[n],i)}return function(r){let n=this.data;return ew(n,this._offsets,r,e)}}function Tu(t){let e;function r(n,i,f){return t(n[i],f,e)}return function(n,i){let f=this.data;e=i;let o=ew(f,this._offsets,n,r);return e=void 0,o}}function Bu(t){let e;function r(n,i,f){let o=f,s=0,l=0;for(let p=i-1,u=n.length;++p<u;){let h=n[p];if(~(s=t(h,e,o)))return l+s;o=0,l+=h.length}return-1}return function(n,i){e=n;let f=this.data,o=typeof i!="number"?r(f,0,0):ew(f,this._offsets,i,r);return e=void 0,o}}var Oe=class extends _e{};function Hx(t,e){return e===null&&t.length>0?0:-1}function Dx(t,e){let{nullBitmap:r}=t;if(!r||t.nullCount<=0)return-1;let n=0;for(let i of new ps(r,t.offset+(e||0),t.length,r,ju)){if(!i)return n;++n}return-1}function Je(t,e,r){if(e===void 0)return-1;if(e===null)return Dx(t,r);let n=Qt.getVisitFn(t),i=xf(e);for(let f=(r||0)-1,o=t.length;++f<o;)if(i(n(t,f)))return f;return-1}function V0(t,e,r){let n=Qt.getVisitFn(t),i=xf(e);for(let f=(r||0)-1,o=t.length;++f<o;)if(i(n(t,f)))return f;return-1}Oe.prototype.visitNull=Hx;Oe.prototype.visitBool=Je;Oe.prototype.visitInt=Je;Oe.prototype.visitInt8=Je;Oe.prototype.visitInt16=Je;Oe.prototype.visitInt32=Je;Oe.prototype.visitInt64=Je;Oe.prototype.visitUint8=Je;Oe.prototype.visitUint16=Je;Oe.prototype.visitUint32=Je;Oe.prototype.visitUint64=Je;Oe.prototype.visitFloat=Je;Oe.prototype.visitFloat16=Je;Oe.prototype.visitFloat32=Je;Oe.prototype.visitFloat64=Je;Oe.prototype.visitUtf8=Je;Oe.prototype.visitBinary=Je;Oe.prototype.visitFixedSizeBinary=Je;Oe.prototype.visitDate=Je;Oe.prototype.visitDateDay=Je;Oe.prototype.visitDateMillisecond=Je;Oe.prototype.visitTimestamp=Je;Oe.prototype.visitTimestampSecond=Je;Oe.prototype.visitTimestampMillisecond=Je;Oe.prototype.visitTimestampMicrosecond=Je;Oe.prototype.visitTimestampNanosecond=Je;Oe.prototype.visitTime=Je;Oe.prototype.visitTimeSecond=Je;Oe.prototype.visitTimeMillisecond=Je;Oe.prototype.visitTimeMicrosecond=Je;Oe.prototype.visitTimeNanosecond=Je;Oe.prototype.visitDecimal=Je;Oe.prototype.visitList=Je;Oe.prototype.visitStruct=Je;Oe.prototype.visitUnion=Je;Oe.prototype.visitDenseUnion=V0;Oe.prototype.visitSparseUnion=V0;Oe.prototype.visitDictionary=Je;Oe.prototype.visitInterval=Je;Oe.prototype.visitIntervalDayTime=Je;Oe.prototype.visitIntervalYearMonth=Je;Oe.prototype.visitFixedSizeList=Je;Oe.prototype.visitMap=Je;var ho=new Oe;var Ne=class extends _e{};function Le(t){let{type:e}=t;if(t.nullCount===0&&t.stride===1&&(e.typeId===N.Timestamp||e instanceof Zt&&e.bitWidth!==64||e instanceof ai&&e.bitWidth!==64||e instanceof en&&e.precision!==Dt.HALF))return new vu(t.data.length,n=>{let i=t.data[n];return i.values.subarray(0,i.length)[Symbol.iterator]()});let r=0;return new vu(t.data.length,n=>{let f=t.data[n].length,o=t.slice(r,r+f);return r+=f,new W0(o)})}var W0=class{constructor(e){this.vector=e,this.index=0}next(){return this.index<this.vector.length?{value:this.vector.get(this.index++)}:{done:!0,value:null}}[Symbol.iterator](){return this}};Ne.prototype.visitNull=Le;Ne.prototype.visitBool=Le;Ne.prototype.visitInt=Le;Ne.prototype.visitInt8=Le;Ne.prototype.visitInt16=Le;Ne.prototype.visitInt32=Le;Ne.prototype.visitInt64=Le;Ne.prototype.visitUint8=Le;Ne.prototype.visitUint16=Le;Ne.prototype.visitUint32=Le;Ne.prototype.visitUint64=Le;Ne.prototype.visitFloat=Le;Ne.prototype.visitFloat16=Le;Ne.prototype.visitFloat32=Le;Ne.prototype.visitFloat64=Le;Ne.prototype.visitUtf8=Le;Ne.prototype.visitBinary=Le;Ne.prototype.visitFixedSizeBinary=Le;Ne.prototype.visitDate=Le;Ne.prototype.visitDateDay=Le;Ne.prototype.visitDateMillisecond=Le;Ne.prototype.visitTimestamp=Le;Ne.prototype.visitTimestampSecond=Le;Ne.prototype.visitTimestampMillisecond=Le;Ne.prototype.visitTimestampMicrosecond=Le;Ne.prototype.visitTimestampNanosecond=Le;Ne.prototype.visitTime=Le;Ne.prototype.visitTimeSecond=Le;Ne.prototype.visitTimeMillisecond=Le;Ne.prototype.visitTimeMicrosecond=Le;Ne.prototype.visitTimeNanosecond=Le;Ne.prototype.visitDecimal=Le;Ne.prototype.visitList=Le;Ne.prototype.visitStruct=Le;Ne.prototype.visitUnion=Le;Ne.prototype.visitDenseUnion=Le;Ne.prototype.visitSparseUnion=Le;Ne.prototype.visitDictionary=Le;Ne.prototype.visitInterval=Le;Ne.prototype.visitIntervalDayTime=Le;Ne.prototype.visitIntervalYearMonth=Le;Ne.prototype.visitFixedSizeList=Le;Ne.prototype.visitMap=Le;var cs=new Ne;var zx=(t,e)=>t+e,Mi=class extends _e{visitNull(e,r){return 0}visitInt(e,r){return e.type.bitWidth/8}visitFloat(e,r){return e.type.ArrayType.BYTES_PER_ELEMENT}visitBool(e,r){return 1/8}visitDecimal(e,r){return e.type.bitWidth/8}visitDate(e,r){return(e.type.unit+1)*4}visitTime(e,r){return e.type.bitWidth/8}visitTimestamp(e,r){return e.type.unit===Qe.SECOND?4:8}visitInterval(e,r){return(e.type.unit+1)*4}visitStruct(e,r){return e.children.reduce((n,i)=>n+rn.visit(i,r),0)}visitFixedSizeBinary(e,r){return e.type.byteWidth}visitMap(e,r){return 8+e.children.reduce((n,i)=>n+rn.visit(i,r),0)}visitDictionary(e,r){var n;return e.type.indices.bitWidth/8+(((n=e.dictionary)===null||n===void 0?void 0:n.getByteLength(e.values[r]))||0)}},Fx=({valueOffsets:t},e)=>8+(t[e+1]-t[e]),Px=({valueOffsets:t},e)=>8+(t[e+1]-t[e]),Mx=({valueOffsets:t,stride:e,children:r},n)=>{let i=r[0],{[n*e]:f}=t,{[n*e+1]:o}=t,s=rn.getVisitFn(i.type),l=i.slice(f,o-f),p=8;for(let u=-1,h=o-f;++u<h;)p+=s(l,u);return p},Ux=({stride:t,children:e},r)=>{let n=e[0],i=n.slice(r*t,t),f=rn.getVisitFn(n.type),o=0;for(let s=-1,l=i.length;++s<l;)o+=f(i,s);return o},Lx=(t,e)=>t.type.mode===Ut.Dense?Y0(t,e):K0(t,e),Y0=({type:t,children:e,typeIds:r,valueOffsets:n},i)=>{let f=t.typeIdToChildIndex[r[i]];return 8+rn.visit(e[f],n[i])},K0=({children:t},e)=>4+rn.visitMany(t,t.map(()=>e)).reduce(zx,0);Mi.prototype.visitUtf8=Fx;Mi.prototype.visitBinary=Px;Mi.prototype.visitList=Mx;Mi.prototype.visitFixedSizeList=Ux;Mi.prototype.visitUnion=Lx;Mi.prototype.visitDenseUnion=Y0;Mi.prototype.visitSparseUnion=K0;var rn=new Mi;var G0,J0={},X0={},Fe=class{constructor(e){var r,n,i;let f=e[0]instanceof Fe?e.flatMap(s=>s.data):e;if(f.length===0||f.some(s=>!(s instanceof ut)))throw new TypeError("Vector constructor expects an Array of Data instances.");let o=(r=f[0])===null||r===void 0?void 0:r.type;switch(f.length){case 0:this._offsets=[0];break;case 1:{let{get:s,set:l,indexOf:p,byteLength:u}=J0[o.typeId],h=f[0];this.isValid=c=>$l(h,c),this.get=c=>s(h,c),this.set=(c,j)=>l(h,c,j),this.indexOf=c=>p(h,c),this.getByteLength=c=>u(h,c),this._offsets=[0,h.length];break}default:Object.setPrototypeOf(this,X0[o.typeId]),this._offsets=_u(f);break}this.data=f,this.type=o,this.stride=tn(o),this.numChildren=(i=(n=o.children)===null||n===void 0?void 0:n.length)!==null&&i!==void 0?i:0,this.length=this._offsets.at(-1)}get byteLength(){return this._byteLength===-1&&(this._byteLength=this.data.reduce((e,r)=>e+r.byteLength,0)),this._byteLength}get nullCount(){return this._nullCount===-1&&(this._nullCount=qu(this.data)),this._nullCount}get ArrayType(){return this.type.ArrayType}get[Symbol.toStringTag](){return`${this.VectorName}<${this.type[Symbol.toStringTag]}>`}get VectorName(){return`${N[this.type.typeId]}Vector`}isValid(e){return!1}get(e){return null}set(e,r){}indexOf(e,r){return-1}includes(e,r){return this.indexOf(e,r)>0}getByteLength(e){return 0}[Symbol.iterator](){return cs.visit(this)}concat(...e){return new Fe(this.data.concat(e.flatMap(r=>r.data).flat(Number.POSITIVE_INFINITY)))}slice(e,r){return new Fe(Zl(this,e,r,({data:n,_offsets:i},f,o)=>ku(n,i,f,o)))}toJSON(){return[...this]}toArray(){let{type:e,data:r,length:n,stride:i,ArrayType:f}=this;switch(e.typeId){case N.Int:case N.Float:case N.Decimal:case N.Time:case N.Timestamp:switch(r.length){case 0:return new f;case 1:return r[0].values.subarray(0,n*i);default:return r.reduce((o,{values:s,length:l})=>(o.array.set(s.subarray(0,l*i),o.offset),o.offset+=l*i,o),{array:new f(n*i),offset:0}).array}}return[...this]}toString(){return`[${[...this].join(",")}]`}getChild(e){var r;return this.getChildAt((r=this.type.children)===null||r===void 0?void 0:r.findIndex(n=>n.name===e))}getChildAt(e){return e>-1&&e<this.numChildren?new Fe(this.data.map(({children:r})=>r[e])):null}get isMemoized(){return je.isDictionary(this.type)?this.data[0].dictionary.isMemoized:!1}memoize(){if(je.isDictionary(this.type)){let e=new ea(this.data[0].dictionary),r=this.data.map(n=>{let i=n.clone();return i.dictionary=e,i});return new Fe(r)}return new ea(this)}unmemoize(){if(je.isDictionary(this.type)&&this.isMemoized){let e=this.data[0].dictionary.unmemoize(),r=this.data.map(n=>{let i=n.clone();return i.dictionary=e,i});return new Fe(r)}return this}};G0=Symbol.toStringTag;Fe[G0]=(t=>{t.type=je.prototype,t.data=[],t.length=0,t.stride=1,t.numChildren=0,t._nullCount=-1,t._byteLength=-1,t._offsets=new Uint32Array([0]),t[Symbol.isConcatSpreadable]=!0;let e=Object.keys(N).map(r=>N[r]).filter(r=>typeof r=="number"&&r!==N.NONE);for(let r of e){let n=Qt.getVisitFnByTypeId(r),i=mr.getVisitFnByTypeId(r),f=ho.getVisitFnByTypeId(r),o=rn.getVisitFnByTypeId(r);J0[r]={get:n,set:i,indexOf:f,byteLength:o},X0[r]=Object.create(t,{isValid:{value:Ef($l)},get:{value:Ef(Qt.getVisitFnByTypeId(r))},set:{value:Tu(mr.getVisitFnByTypeId(r))},indexOf:{value:Bu(ho.getVisitFnByTypeId(r))},getByteLength:{value:Ef(rn.getVisitFnByTypeId(r))}})}return"Vector"})(Fe.prototype);var ea=class extends Fe{constructor(e){super(e.data);let r=this.get,n=this.set,i=this.slice,f=new Array(this.length);Object.defineProperty(this,"get",{value(o){let s=f[o];if(s!==void 0)return s;let l=r.call(this,o);return f[o]=l,l}}),Object.defineProperty(this,"set",{value(o,s){n.call(this,o,s),f[o]=s}}),Object.defineProperty(this,"slice",{value:(o,s)=>new ea(i.call(this,o,s))}),Object.defineProperty(this,"isMemoized",{value:!0}),Object.defineProperty(this,"unmemoize",{value:()=>new Fe(this.data)}),Object.defineProperty(this,"memoize",{value:()=>this})}};function Z0(t){if(!t||t.length<=0)return function(i){return!0};let e="",r=t.filter(n=>n===n);return r.length>0&&(e=`
30
30
  switch (x) {${r.map(n=>`
31
- case ${T1(n)}:`).join("")}
31
+ case ${Cx(n)}:`).join("")}
32
32
  return false;
33
33
  }`),t.length!==r.length&&(e=`if (x !== x) return false;
34
34
  ${e}`),new Function("x",`${e}
35
- return true;`)}function T1(t){return typeof t!="bigint"?Cn(t):fu?`${Cn(t)}n`:`"${Cn(t)}"`}var uw=(t,e)=>(t*e+63&~63||64)/e,B1=(t,e=0)=>t.length>=e?t.subarray(0,e):is(new t.constructor(e),t,0),go=class{constructor(e,r=1){this.buffer=e,this.stride=r,this.BYTES_PER_ELEMENT=e.BYTES_PER_ELEMENT,this.ArrayType=e.constructor,this._resize(this.length=Math.trunc(e.length/r))}get byteLength(){return Math.trunc(this.length*this.stride*this.BYTES_PER_ELEMENT)}get reservedLength(){return this.buffer.length/this.stride}get reservedByteLength(){return this.buffer.byteLength}set(e,r){return this}append(e){return this.set(this.length,e)}reserve(e){if(e>0){this.length+=e;let r=this.stride,n=this.length*r,i=this.buffer.length;n>=i&&this._resize(i===0?uw(n*1,this.BYTES_PER_ELEMENT):uw(n*2,this.BYTES_PER_ELEMENT))}return this}flush(e=this.length){e=uw(e*this.stride,this.BYTES_PER_ELEMENT);let r=B1(this.buffer,e);return this.clear(),r}clear(){return this.length=0,this._resize(0),this}_resize(e){return this.buffer=is(new this.ArrayType(e),this.buffer)}};go.prototype.offset=0;var Of=class extends go{last(){return this.get(this.length-1)}get(e){return this.buffer[e]}set(e,r){return this.reserve(e-this.length+1),this.buffer[e*this.stride]=r,this}},fa=class extends Of{constructor(e=new Uint8Array(0)){super(e,1/8);this.numValid=0}get numInvalid(){return this.length-this.numValid}get(e){return this.buffer[e>>3]>>e%8&1}set(e,r){let{buffer:n}=this.reserve(e-this.length+1),i=e>>3,f=e%8,o=n[i]>>f&1;return r?o===0&&(n[i]|=1<<f,++this.numValid):o===1&&(n[i]&=~(1<<f),--this.numValid),this}clear(){return this.numValid=0,super.clear()}},oa=class extends Of{constructor(e=new Int32Array(1)){super(e,1)}append(e){return this.set(this.length-1,e)}set(e,r){let n=this.length-1,i=this.reserve(e-n+1).buffer;return n<e++&&i.fill(i[n],n,e),i[e]=i[e-1]+r,this}flush(e=this.length-1){return e>this.length&&this.set(e-1,0),super.flush(e+1)}};var zt=class{constructor({type:e,nullValues:r}){this.length=0,this.finished=!1,this.type=e,this.children=[],this.nullValues=r,this.stride=tn(e),this._nulls=new fa,r&&r.length>0&&(this._isValid=Ov(r))}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e){throw new Error('"throughDOM" not available in this environment')}toVector(){return new ze([this.flush()])}get ArrayType(){return this.type.ArrayType}get nullCount(){return this._nulls.numInvalid}get numChildren(){return this.children.length}get byteLength(){let e=0,{_offsets:r,_values:n,_nulls:i,_typeIds:f,children:o}=this;return r&&(e+=r.byteLength),n&&(e+=n.byteLength),i&&(e+=i.byteLength),f&&(e+=f.byteLength),o.reduce((s,l)=>s+l.byteLength,e)}get reservedLength(){return this._nulls.reservedLength}get reservedByteLength(){let e=0;return this._offsets&&(e+=this._offsets.reservedByteLength),this._values&&(e+=this._values.reservedByteLength),this._nulls&&(e+=this._nulls.reservedByteLength),this._typeIds&&(e+=this._typeIds.reservedByteLength),this.children.reduce((r,n)=>r+n.reservedByteLength,e)}get valueOffsets(){return this._offsets?this._offsets.buffer:null}get values(){return this._values?this._values.buffer:null}get nullBitmap(){return this._nulls?this._nulls.buffer:null}get typeIds(){return this._typeIds?this._typeIds.buffer:null}append(e){return this.set(this.length,e)}isValid(e){return this._isValid(e)}set(e,r){return this.setValid(e,this.isValid(r))&&this.setValue(e,r),this}setValue(e,r){this._setValue(this,e,r)}setValid(e,r){return this.length=this._nulls.set(e,+r).length,r}addChild(e,r=`${this.numChildren}`){throw new Error(`Cannot append children to non-nested type "${this.type}"`)}getChildAt(e){return this.children[e]||null}flush(){let e,r,n,i,{type:f,length:o,nullCount:s,_typeIds:l,_offsets:p,_values:u,_nulls:b}=this;(r=l==null?void 0:l.flush(o))?i=p==null?void 0:p.flush(o):(i=p==null?void 0:p.flush(o))?e=u==null?void 0:u.flush(p.last()):e=u==null?void 0:u.flush(o),s>0&&(n=b==null?void 0:b.flush(o));let c=this.children.map(h=>h.flush());return this.clear(),Fe({type:f,length:o,nullCount:s,children:c,child:c[0],data:e,typeIds:r,nullBitmap:n,valueOffsets:i})}finish(){this.finished=!0;for(let e of this.children)e.finish();return this}clear(){var e,r,n,i;this.length=0,(e=this._nulls)===null||e===void 0||e.clear(),(r=this._values)===null||r===void 0||r.clear(),(n=this._offsets)===null||n===void 0||n.clear(),(i=this._typeIds)===null||i===void 0||i.clear();for(let f of this.children)f.clear();return this}};zt.prototype.length=1;zt.prototype.stride=1;zt.prototype.children=null;zt.prototype.finished=!1;zt.prototype.nullValues=null;zt.prototype._isValid=()=>!0;var wr=class extends zt{constructor(e){super(e);this._values=new Of(new this.ArrayType(0),this.stride)}setValue(e,r){let n=this._values;return n.reserve(e-n.length+1),super.setValue(e,r)}},Ui=class extends zt{constructor(e){super(e);this._pendingLength=0,this._offsets=new oa}setValue(e,r){let n=this._pending||(this._pending=new Map),i=n.get(e);i&&(this._pendingLength-=i.length),this._pendingLength+=r instanceof Pi?r[An].length:r.length,n.set(e,r)}setValid(e,r){return super.setValid(e,r)?!0:((this._pending||(this._pending=new Map)).set(e,void 0),!1)}clear(){return this._pendingLength=0,this._pending=void 0,super.clear()}flush(){return this._flush(),super.flush()}finish(){return this._flush(),super.finish()}_flush(){let e=this._pending,r=this._pendingLength;return this._pendingLength=0,this._pending=void 0,e&&e.size>0&&this._flushPending(e,r),this}};var hs=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}offset(){return this.bb.readInt64(this.bb_pos)}metaDataLength(){return this.bb.readInt32(this.bb_pos+8)}bodyLength(){return this.bb.readInt64(this.bb_pos+16)}static sizeOf(){return 24}static createBlock(e,r,n,i){return e.prep(8,24),e.writeInt64(i),e.pad(4),e.writeInt32(n),e.writeInt64(r),e.offset()}};var sa=2,nn=4,On=4,be=4;var di=new Int32Array(2),Du=new Float32Array(di.buffer),zu=new Float64Array(di.buffer),bs=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;var fr=class{constructor(e,r){this.low=e|0,this.high=r|0}static create(e,r){return e==0&&r==0?fr.ZERO:new fr(e,r)}toFloat64(){return(this.low>>>0)+this.high*4294967296}equals(e){return this.low==e.low&&this.high==e.high}};fr.ZERO=new fr(0,0);var la;(function(t){t[t.UTF8_BYTES=1]="UTF8_BYTES",t[t.UTF16_STRING=2]="UTF16_STRING"})(la||(la={}));var Wr=class{constructor(e){this.bytes_=e,this.position_=0}static allocate(e){return new Wr(new Uint8Array(e))}clear(){this.position_=0}bytes(){return this.bytes_}position(){return this.position_}setPosition(e){this.position_=e}capacity(){return this.bytes_.length}readInt8(e){return this.readUint8(e)<<24>>24}readUint8(e){return this.bytes_[e]}readInt16(e){return this.readUint16(e)<<16>>16}readUint16(e){return this.bytes_[e]|this.bytes_[e+1]<<8}readInt32(e){return this.bytes_[e]|this.bytes_[e+1]<<8|this.bytes_[e+2]<<16|this.bytes_[e+3]<<24}readUint32(e){return this.readInt32(e)>>>0}readInt64(e){return new fr(this.readInt32(e),this.readInt32(e+4))}readUint64(e){return new fr(this.readUint32(e),this.readUint32(e+4))}readFloat32(e){return di[0]=this.readInt32(e),Du[0]}readFloat64(e){return di[bs?0:1]=this.readInt32(e),di[bs?1:0]=this.readInt32(e+4),zu[0]}writeInt8(e,r){this.bytes_[e]=r}writeUint8(e,r){this.bytes_[e]=r}writeInt16(e,r){this.bytes_[e]=r,this.bytes_[e+1]=r>>8}writeUint16(e,r){this.bytes_[e]=r,this.bytes_[e+1]=r>>8}writeInt32(e,r){this.bytes_[e]=r,this.bytes_[e+1]=r>>8,this.bytes_[e+2]=r>>16,this.bytes_[e+3]=r>>24}writeUint32(e,r){this.bytes_[e]=r,this.bytes_[e+1]=r>>8,this.bytes_[e+2]=r>>16,this.bytes_[e+3]=r>>24}writeInt64(e,r){this.writeInt32(e,r.low),this.writeInt32(e+4,r.high)}writeUint64(e,r){this.writeUint32(e,r.low),this.writeUint32(e+4,r.high)}writeFloat32(e,r){Du[0]=r,this.writeInt32(e,di[0])}writeFloat64(e,r){zu[0]=r,this.writeInt32(e,di[bs?0:1]),this.writeInt32(e+4,di[bs?1:0])}getBufferIdentifier(){if(this.bytes_.length<this.position_+nn+On)throw new Error("FlatBuffers: ByteBuffer is too short to contain an identifier.");let e="";for(let r=0;r<On;r++)e+=String.fromCharCode(this.readInt8(this.position_+nn+r));return e}__offset(e,r){let n=e-this.readInt32(e);return r<this.readInt16(n)?this.readInt16(n+r):0}__union(e,r){return e.bb_pos=r+this.readInt32(r),e.bb=this,e}__string(e,r){e+=this.readInt32(e);let n=this.readInt32(e),i="",f=0;if(e+=nn,r===la.UTF8_BYTES)return this.bytes_.subarray(e,e+n);for(;f<n;){let o,s=this.readUint8(e+f++);if(s<192)o=s;else{let l=this.readUint8(e+f++);if(s<224)o=(s&31)<<6|l&63;else{let p=this.readUint8(e+f++);if(s<240)o=(s&15)<<12|(l&63)<<6|p&63;else{let u=this.readUint8(e+f++);o=(s&7)<<18|(l&63)<<12|(p&63)<<6|u&63}}}o<65536?i+=String.fromCharCode(o):(o-=65536,i+=String.fromCharCode((o>>10)+55296,(o&(1<<10)-1)+56320))}return i}__union_with_string(e,r){return typeof e=="string"?this.__string(r):this.__union(e,r)}__indirect(e){return e+this.readInt32(e)}__vector(e){return e+this.readInt32(e)+nn}__vector_len(e){return this.readInt32(e+this.readInt32(e))}__has_identifier(e){if(e.length!=On)throw new Error("FlatBuffers: file identifier must be length "+On);for(let r=0;r<On;r++)if(e.charCodeAt(r)!=this.readInt8(this.position()+nn+r))return!1;return!0}createLong(e,r){return fr.create(e,r)}createScalarList(e,r){let n=[];for(let i=0;i<r;++i)e(i)!==null&&n.push(e(i));return n}createObjList(e,r){let n=[];for(let i=0;i<r;++i){let f=e(i);f!==null&&n.push(f.unpack())}return n}};var Nf=class{constructor(e){this.minalign=1,this.vtable=null,this.vtable_in_use=0,this.isNested=!1,this.object_start=0,this.vtables=[],this.vector_num_elems=0,this.force_defaults=!1,this.string_maps=null;let r;e?r=e:r=1024,this.bb=Wr.allocate(r),this.space=r}clear(){this.bb.clear(),this.space=this.bb.capacity(),this.minalign=1,this.vtable=null,this.vtable_in_use=0,this.isNested=!1,this.object_start=0,this.vtables=[],this.vector_num_elems=0,this.force_defaults=!1,this.string_maps=null}forceDefaults(e){this.force_defaults=e}dataBuffer(){return this.bb}asUint8Array(){return this.bb.bytes().subarray(this.bb.position(),this.bb.position()+this.offset())}prep(e,r){e>this.minalign&&(this.minalign=e);let n=~(this.bb.capacity()-this.space+r)+1&e-1;for(;this.space<n+e+r;){let i=this.bb.capacity();this.bb=Nf.growByteBuffer(this.bb),this.space+=this.bb.capacity()-i}this.pad(n)}pad(e){for(let r=0;r<e;r++)this.bb.writeInt8(--this.space,0)}writeInt8(e){this.bb.writeInt8(this.space-=1,e)}writeInt16(e){this.bb.writeInt16(this.space-=2,e)}writeInt32(e){this.bb.writeInt32(this.space-=4,e)}writeInt64(e){this.bb.writeInt64(this.space-=8,e)}writeFloat32(e){this.bb.writeFloat32(this.space-=4,e)}writeFloat64(e){this.bb.writeFloat64(this.space-=8,e)}addInt8(e){this.prep(1,0),this.writeInt8(e)}addInt16(e){this.prep(2,0),this.writeInt16(e)}addInt32(e){this.prep(4,0),this.writeInt32(e)}addInt64(e){this.prep(8,0),this.writeInt64(e)}addFloat32(e){this.prep(4,0),this.writeFloat32(e)}addFloat64(e){this.prep(8,0),this.writeFloat64(e)}addFieldInt8(e,r,n){(this.force_defaults||r!=n)&&(this.addInt8(r),this.slot(e))}addFieldInt16(e,r,n){(this.force_defaults||r!=n)&&(this.addInt16(r),this.slot(e))}addFieldInt32(e,r,n){(this.force_defaults||r!=n)&&(this.addInt32(r),this.slot(e))}addFieldInt64(e,r,n){(this.force_defaults||!r.equals(n))&&(this.addInt64(r),this.slot(e))}addFieldFloat32(e,r,n){(this.force_defaults||r!=n)&&(this.addFloat32(r),this.slot(e))}addFieldFloat64(e,r,n){(this.force_defaults||r!=n)&&(this.addFloat64(r),this.slot(e))}addFieldOffset(e,r,n){(this.force_defaults||r!=n)&&(this.addOffset(r),this.slot(e))}addFieldStruct(e,r,n){r!=n&&(this.nested(r),this.slot(e))}nested(e){if(e!=this.offset())throw new Error("FlatBuffers: struct must be serialized inline.")}notNested(){if(this.isNested)throw new Error("FlatBuffers: object serialization must not be nested.")}slot(e){this.vtable!==null&&(this.vtable[e]=this.offset())}offset(){return this.bb.capacity()-this.space}static growByteBuffer(e){let r=e.capacity();if(r&3221225472)throw new Error("FlatBuffers: cannot grow buffer beyond 2 gigabytes.");let n=r<<1,i=Wr.allocate(n);return i.setPosition(n-r),i.bytes().set(e.bytes(),n-r),i}addOffset(e){this.prep(nn,0),this.writeInt32(this.offset()-e+nn)}startObject(e){this.notNested(),this.vtable==null&&(this.vtable=[]),this.vtable_in_use=e;for(let r=0;r<e;r++)this.vtable[r]=0;this.isNested=!0,this.object_start=this.offset()}endObject(){if(this.vtable==null||!this.isNested)throw new Error("FlatBuffers: endObject called without startObject");this.addInt32(0);let e=this.offset(),r=this.vtable_in_use-1;for(;r>=0&&this.vtable[r]==0;r--);let n=r+1;for(;r>=0;r--)this.addInt16(this.vtable[r]!=0?e-this.vtable[r]:0);let i=2;this.addInt16(e-this.object_start);let f=(n+i)*sa;this.addInt16(f);let o=0,s=this.space;e:for(r=0;r<this.vtables.length;r++){let l=this.bb.capacity()-this.vtables[r];if(f==this.bb.readInt16(l)){for(let p=sa;p<f;p+=sa)if(this.bb.readInt16(s+p)!=this.bb.readInt16(l+p))continue e;o=this.vtables[r];break}}return o?(this.space=this.bb.capacity()-e,this.bb.writeInt32(this.space,o-e)):(this.vtables.push(this.offset()),this.bb.writeInt32(this.bb.capacity()-e,this.offset()-e)),this.isNested=!1,e}finish(e,r,n){let i=n?be:0;if(r){let f=r;if(this.prep(this.minalign,nn+On+i),f.length!=On)throw new Error("FlatBuffers: file identifier must be length "+On);for(let o=On-1;o>=0;o--)this.writeInt8(f.charCodeAt(o))}this.prep(this.minalign,nn+i),this.addOffset(e),i&&this.addInt32(this.bb.capacity()-this.space),this.bb.setPosition(this.space)}finishSizePrefixed(e,r){this.finish(e,r,!0)}requiredField(e,r){let n=this.bb.capacity()-e,i=n-this.bb.readInt32(n);if(!(this.bb.readInt16(i+r)!=0))throw new Error("FlatBuffers: field "+r+" must be set")}startVector(e,r,n){this.notNested(),this.vector_num_elems=r,this.prep(nn,e*r),this.prep(n,e*r)}endVector(){return this.writeInt32(this.vector_num_elems),this.offset()}createSharedString(e){if(!e)return 0;if(this.string_maps||(this.string_maps=new Map),this.string_maps.has(e))return this.string_maps.get(e);let r=this.createString(e);return this.string_maps.set(e,r),r}createString(e){if(!e)return 0;let r;if(e instanceof Uint8Array)r=e;else{r=[];let n=0;for(;n<e.length;){let i,f=e.charCodeAt(n++);if(f<55296||f>=56320)i=f;else{let o=e.charCodeAt(n++);i=(f<<10)+o+(65536-(55296<<10)-56320)}i<128?r.push(i):(i<2048?r.push(i>>6&31|192):(i<65536?r.push(i>>12&15|224):r.push(i>>18&7|240,i>>12&63|128),r.push(i>>6&63|128)),r.push(i&63|128))}}this.addInt8(0),this.startVector(1,r.length,1),this.bb.setPosition(this.space-=r.length);for(let n=0,i=this.space,f=this.bb.bytes();n<r.length;n++)f[i++]=r[n];return this.endVector()}createLong(e,r){return fr.create(e,r)}createObjectOffset(e){return e===null?0:typeof e=="string"?this.createString(e):e.pack(this)}createObjectOffsetList(e){let r=[];for(let n=0;n<e.length;++n){let i=e[n];if(i!==null)r.push(this.createObjectOffset(i));else throw new Error("FlatBuffers: Argument for createObjectOffsetList cannot contain null.")}return r}createStructOffsetList(e,r){return r(this,e.length),this.createObjectOffsetList(e),this.endVector()}};var Nt=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsKeyValue(e,r){return(r||new Nt).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsKeyValue(e,r){return e.setPosition(e.position()+be),(r||new Nt).__init(e.readInt32(e.position())+e.position(),e)}key(e){let r=this.bb.__offset(this.bb_pos,4);return r?this.bb.__string(this.bb_pos+r,e):null}value(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.__string(this.bb_pos+r,e):null}static startKeyValue(e){e.startObject(2)}static addKey(e,r){e.addFieldOffset(0,r,0)}static addValue(e,r){e.addFieldOffset(1,r,0)}static endKeyValue(e){return e.endObject()}static createKeyValue(e,r,n){return Nt.startKeyValue(e),Nt.addKey(e,r),Nt.addValue(e,n),Nt.endKeyValue(e)}};var Hf;(function(t){t[t.V1=0]="V1",t[t.V2=1]="V2",t[t.V3=2]="V3",t[t.V4=3]="V4",t[t.V5=4]="V5"})(Hf||(Hf={}));var Rf;(function(t){t[t.Little=0]="Little",t[t.Big=1]="Big"})(Rf||(Rf={}));var aa;(function(t){t[t.DenseArray=0]="DenseArray"})(aa||(aa={}));var hr=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsInt(e,r){return(r||new hr).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsInt(e,r){return e.setPosition(e.position()+be),(r||new hr).__init(e.readInt32(e.position())+e.position(),e)}bitWidth(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}isSigned(){let e=this.bb.__offset(this.bb_pos,6);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startInt(e){e.startObject(2)}static addBitWidth(e,r){e.addFieldInt32(0,r,0)}static addIsSigned(e,r){e.addFieldInt8(1,+r,0)}static endInt(e){return e.endObject()}static createInt(e,r,n){return hr.startInt(e),hr.addBitWidth(e,r),hr.addIsSigned(e,n),hr.endInt(e)}};var Nn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDictionaryEncoding(e,r){return(r||new Nn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDictionaryEncoding(e,r){return e.setPosition(e.position()+be),(r||new Nn).__init(e.readInt32(e.position())+e.position(),e)}id(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}indexType(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new hr).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}isOrdered(){let e=this.bb.__offset(this.bb_pos,8);return e?!!this.bb.readInt8(this.bb_pos+e):!1}dictionaryKind(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt16(this.bb_pos+e):aa.DenseArray}static startDictionaryEncoding(e){e.startObject(4)}static addId(e,r){e.addFieldInt64(0,r,e.createLong(0,0))}static addIndexType(e,r){e.addFieldOffset(1,r,0)}static addIsOrdered(e,r){e.addFieldInt8(2,+r,0)}static addDictionaryKind(e,r){e.addFieldInt16(3,r,aa.DenseArray)}static endDictionaryEncoding(e){return e.endObject()}};var Li=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBinary(e,r){return(r||new Li).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBinary(e,r){return e.setPosition(e.position()+be),(r||new Li).__init(e.readInt32(e.position())+e.position(),e)}static startBinary(e){e.startObject(0)}static endBinary(e){return e.endObject()}static createBinary(e){return Li.startBinary(e),Li.endBinary(e)}};var Ci=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBool(e,r){return(r||new Ci).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBool(e,r){return e.setPosition(e.position()+be),(r||new Ci).__init(e.readInt32(e.position())+e.position(),e)}static startBool(e){e.startObject(0)}static endBool(e){return e.endObject()}static createBool(e){return Ci.startBool(e),Ci.endBool(e)}};var pa;(function(t){t[t.DAY=0]="DAY",t[t.MILLISECOND=1]="MILLISECOND"})(pa||(pa={}));var fn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDate(e,r){return(r||new fn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDate(e,r){return e.setPosition(e.position()+be),(r||new fn).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):pa.MILLISECOND}static startDate(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,pa.MILLISECOND)}static endDate(e){return e.endObject()}static createDate(e,r){return fn.startDate(e),fn.addUnit(e,r),fn.endDate(e)}};var br=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDecimal(e,r){return(r||new br).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDecimal(e,r){return e.setPosition(e.position()+be),(r||new br).__init(e.readInt32(e.position())+e.position(),e)}precision(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}scale(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt32(this.bb_pos+e):0}bitWidth(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.readInt32(this.bb_pos+e):128}static startDecimal(e){e.startObject(3)}static addPrecision(e,r){e.addFieldInt32(0,r,0)}static addScale(e,r){e.addFieldInt32(1,r,0)}static addBitWidth(e,r){e.addFieldInt32(2,r,128)}static endDecimal(e){return e.endObject()}static createDecimal(e,r,n,i){return br.startDecimal(e),br.addPrecision(e,r),br.addScale(e,n),br.addBitWidth(e,i),br.endDecimal(e)}};var Df;(function(t){t[t.SECOND=0]="SECOND",t[t.MILLISECOND=1]="MILLISECOND",t[t.MICROSECOND=2]="MICROSECOND",t[t.NANOSECOND=3]="NANOSECOND"})(Df||(Df={}));var on=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFixedSizeBinary(e,r){return(r||new on).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeBinary(e,r){return e.setPosition(e.position()+be),(r||new on).__init(e.readInt32(e.position())+e.position(),e)}byteWidth(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}static startFixedSizeBinary(e){e.startObject(1)}static addByteWidth(e,r){e.addFieldInt32(0,r,0)}static endFixedSizeBinary(e){return e.endObject()}static createFixedSizeBinary(e,r){return on.startFixedSizeBinary(e),on.addByteWidth(e,r),on.endFixedSizeBinary(e)}};var sn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFixedSizeList(e,r){return(r||new sn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeList(e,r){return e.setPosition(e.position()+be),(r||new sn).__init(e.readInt32(e.position())+e.position(),e)}listSize(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}static startFixedSizeList(e){e.startObject(1)}static addListSize(e,r){e.addFieldInt32(0,r,0)}static endFixedSizeList(e){return e.endObject()}static createFixedSizeList(e,r){return sn.startFixedSizeList(e),sn.addListSize(e,r),sn.endFixedSizeList(e)}};var ua;(function(t){t[t.HALF=0]="HALF",t[t.SINGLE=1]="SINGLE",t[t.DOUBLE=2]="DOUBLE"})(ua||(ua={}));var ln=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFloatingPoint(e,r){return(r||new ln).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFloatingPoint(e,r){return e.setPosition(e.position()+be),(r||new ln).__init(e.readInt32(e.position())+e.position(),e)}precision(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):ua.HALF}static startFloatingPoint(e){e.startObject(1)}static addPrecision(e,r){e.addFieldInt16(0,r,ua.HALF)}static endFloatingPoint(e){return e.endObject()}static createFloatingPoint(e,r){return ln.startFloatingPoint(e),ln.addPrecision(e,r),ln.endFloatingPoint(e)}};var ca;(function(t){t[t.YEAR_MONTH=0]="YEAR_MONTH",t[t.DAY_TIME=1]="DAY_TIME",t[t.MONTH_DAY_NANO=2]="MONTH_DAY_NANO"})(ca||(ca={}));var an=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsInterval(e,r){return(r||new an).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsInterval(e,r){return e.setPosition(e.position()+be),(r||new an).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):ca.YEAR_MONTH}static startInterval(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,ca.YEAR_MONTH)}static endInterval(e){return e.endObject()}static createInterval(e,r){return an.startInterval(e),an.addUnit(e,r),an.endInterval(e)}};var Vi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsList(e,r){return(r||new Vi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsList(e,r){return e.setPosition(e.position()+be),(r||new Vi).__init(e.readInt32(e.position())+e.position(),e)}static startList(e){e.startObject(0)}static endList(e){return e.endObject()}static createList(e){return Vi.startList(e),Vi.endList(e)}};var pn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsMap(e,r){return(r||new pn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsMap(e,r){return e.setPosition(e.position()+be),(r||new pn).__init(e.readInt32(e.position())+e.position(),e)}keysSorted(){let e=this.bb.__offset(this.bb_pos,4);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startMap(e){e.startObject(1)}static addKeysSorted(e,r){e.addFieldInt8(0,+r,0)}static endMap(e){return e.endObject()}static createMap(e,r){return pn.startMap(e),pn.addKeysSorted(e,r),pn.endMap(e)}};var Wi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsNull(e,r){return(r||new Wi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsNull(e,r){return e.setPosition(e.position()+be),(r||new Wi).__init(e.readInt32(e.position())+e.position(),e)}static startNull(e){e.startObject(0)}static endNull(e){return e.endObject()}static createNull(e){return Wi.startNull(e),Wi.endNull(e)}};var Yi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsStruct_(e,r){return(r||new Yi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsStruct_(e,r){return e.setPosition(e.position()+be),(r||new Yi).__init(e.readInt32(e.position())+e.position(),e)}static startStruct_(e){e.startObject(0)}static endStruct_(e){return e.endObject()}static createStruct_(e){return Yi.startStruct_(e),Yi.endStruct_(e)}};var Er=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsTime(e,r){return(r||new Er).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsTime(e,r){return e.setPosition(e.position()+be),(r||new Er).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Df.MILLISECOND}bitWidth(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt32(this.bb_pos+e):32}static startTime(e){e.startObject(2)}static addUnit(e,r){e.addFieldInt16(0,r,Df.MILLISECOND)}static addBitWidth(e,r){e.addFieldInt32(1,r,32)}static endTime(e){return e.endObject()}static createTime(e,r,n){return Er.startTime(e),Er.addUnit(e,r),Er.addBitWidth(e,n),Er.endTime(e)}};var Ar=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsTimestamp(e,r){return(r||new Ar).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsTimestamp(e,r){return e.setPosition(e.position()+be),(r||new Ar).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Df.SECOND}timezone(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.__string(this.bb_pos+r,e):null}static startTimestamp(e){e.startObject(2)}static addUnit(e,r){e.addFieldInt16(0,r,Df.SECOND)}static addTimezone(e,r){e.addFieldOffset(1,r,0)}static endTimestamp(e){return e.endObject()}static createTimestamp(e,r,n){return Ar.startTimestamp(e),Ar.addUnit(e,r),Ar.addTimezone(e,n),Ar.endTimestamp(e)}};var ma;(function(t){t[t.Sparse=0]="Sparse",t[t.Dense=1]="Dense"})(ma||(ma={}));var gr=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsUnion(e,r){return(r||new gr).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsUnion(e,r){return e.setPosition(e.position()+be),(r||new gr).__init(e.readInt32(e.position())+e.position(),e)}mode(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):ma.Sparse}typeIds(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.readInt32(this.bb.__vector(this.bb_pos+r)+e*4):0}typeIdsLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}typeIdsArray(){let e=this.bb.__offset(this.bb_pos,6);return e?new Int32Array(this.bb.bytes().buffer,this.bb.bytes().byteOffset+this.bb.__vector(this.bb_pos+e),this.bb.__vector_len(this.bb_pos+e)):null}static startUnion(e){e.startObject(2)}static addMode(e,r){e.addFieldInt16(0,r,ma.Sparse)}static addTypeIds(e,r){e.addFieldOffset(1,r,0)}static createTypeIdsVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addInt32(r[n]);return e.endVector()}static startTypeIdsVector(e,r){e.startVector(4,r,4)}static endUnion(e){return e.endObject()}static createUnion(e,r,n){return gr.startUnion(e),gr.addMode(e,r),gr.addTypeIds(e,n),gr.endUnion(e)}};var Ki=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsUtf8(e,r){return(r||new Ki).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsUtf8(e,r){return e.setPosition(e.position()+be),(r||new Ki).__init(e.readInt32(e.position())+e.position(),e)}static startUtf8(e){e.startObject(0)}static endUtf8(e){return e.endObject()}static createUtf8(e){return Ki.startUtf8(e),Ki.endUtf8(e)}};var Ht;(function(t){t[t.NONE=0]="NONE",t[t.Null=1]="Null",t[t.Int=2]="Int",t[t.FloatingPoint=3]="FloatingPoint",t[t.Binary=4]="Binary",t[t.Utf8=5]="Utf8",t[t.Bool=6]="Bool",t[t.Decimal=7]="Decimal",t[t.Date=8]="Date",t[t.Time=9]="Time",t[t.Timestamp=10]="Timestamp",t[t.Interval=11]="Interval",t[t.List=12]="List",t[t.Struct_=13]="Struct_",t[t.Union=14]="Union",t[t.FixedSizeBinary=15]="FixedSizeBinary",t[t.FixedSizeList=16]="FixedSizeList",t[t.Map=17]="Map",t[t.Duration=18]="Duration",t[t.LargeBinary=19]="LargeBinary",t[t.LargeUtf8=20]="LargeUtf8",t[t.LargeList=21]="LargeList"})(Ht||(Ht={}));var or=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsField(e,r){return(r||new or).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsField(e,r){return e.setPosition(e.position()+be),(r||new or).__init(e.readInt32(e.position())+e.position(),e)}name(e){let r=this.bb.__offset(this.bb_pos,4);return r?this.bb.__string(this.bb_pos+r,e):null}nullable(){let e=this.bb.__offset(this.bb_pos,6);return e?!!this.bb.readInt8(this.bb_pos+e):!1}typeType(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.readUint8(this.bb_pos+e):Ht.NONE}type(e){let r=this.bb.__offset(this.bb_pos,10);return r?this.bb.__union(e,this.bb_pos+r):null}dictionary(e){let r=this.bb.__offset(this.bb_pos,12);return r?(e||new Nn).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}children(e,r){let n=this.bb.__offset(this.bb_pos,14);return n?(r||new or).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}childrenLength(){let e=this.bb.__offset(this.bb_pos,14);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,16);return n?(r||new Nt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,16);return e?this.bb.__vector_len(this.bb_pos+e):0}static startField(e){e.startObject(7)}static addName(e,r){e.addFieldOffset(0,r,0)}static addNullable(e,r){e.addFieldInt8(1,+r,0)}static addTypeType(e,r){e.addFieldInt8(2,r,Ht.NONE)}static addType(e,r){e.addFieldOffset(3,r,0)}static addDictionary(e,r){e.addFieldOffset(4,r,0)}static addChildren(e,r){e.addFieldOffset(5,r,0)}static createChildrenVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startChildrenVector(e,r){e.startVector(4,r,4)}static addCustomMetadata(e,r){e.addFieldOffset(6,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endField(e){return e.endObject()}};var Lt=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsSchema(e,r){return(r||new Lt).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsSchema(e,r){return e.setPosition(e.position()+be),(r||new Lt).__init(e.readInt32(e.position())+e.position(),e)}endianness(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Rf.Little}fields(e,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new or).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}fieldsLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new Nt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}features(e){let r=this.bb.__offset(this.bb_pos,10);return r?this.bb.readInt64(this.bb.__vector(this.bb_pos+r)+e*8):this.bb.createLong(0,0)}featuresLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__vector_len(this.bb_pos+e):0}static startSchema(e){e.startObject(4)}static addEndianness(e,r){e.addFieldInt16(0,r,Rf.Little)}static addFields(e,r){e.addFieldOffset(1,r,0)}static createFieldsVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startFieldsVector(e,r){e.startVector(4,r,4)}static addCustomMetadata(e,r){e.addFieldOffset(2,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static addFeatures(e,r){e.addFieldOffset(3,r,0)}static createFeaturesVector(e,r){e.startVector(8,r.length,8);for(let n=r.length-1;n>=0;n--)e.addInt64(r[n]);return e.endVector()}static startFeaturesVector(e,r){e.startVector(8,r,8)}static endSchema(e){return e.endObject()}static finishSchemaBuffer(e,r){e.finish(r)}static finishSizePrefixedSchemaBuffer(e,r){e.finish(r,void 0,!0)}static createSchema(e,r,n,i,f){return Lt.startSchema(e),Lt.addEndianness(e,r),Lt.addFields(e,n),Lt.addCustomMetadata(e,i),Lt.addFeatures(e,f),Lt.endSchema(e)}};var Or=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFooter(e,r){return(r||new Or).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFooter(e,r){return e.setPosition(e.position()+be),(r||new Or).__init(e.readInt32(e.position())+e.position(),e)}version(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Hf.V1}schema(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new Lt).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}dictionaries(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new hs).__init(this.bb.__vector(this.bb_pos+n)+e*24,this.bb):null}dictionariesLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}recordBatches(e,r){let n=this.bb.__offset(this.bb_pos,10);return n?(r||new hs).__init(this.bb.__vector(this.bb_pos+n)+e*24,this.bb):null}recordBatchesLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,12);return n?(r||new Nt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,12);return e?this.bb.__vector_len(this.bb_pos+e):0}static startFooter(e){e.startObject(5)}static addVersion(e,r){e.addFieldInt16(0,r,Hf.V1)}static addSchema(e,r){e.addFieldOffset(1,r,0)}static addDictionaries(e,r){e.addFieldOffset(2,r,0)}static startDictionariesVector(e,r){e.startVector(24,r,8)}static addRecordBatches(e,r){e.addFieldOffset(3,r,0)}static startRecordBatchesVector(e,r){e.startVector(24,r,8)}static addCustomMetadata(e,r){e.addFieldOffset(4,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endFooter(e){return e.endObject()}static finishFooterBuffer(e,r){e.finish(r)}static finishSizePrefixedFooterBuffer(e,r){e.finish(r,void 0,!0)}};var et=class{constructor(e=[],r,n){this.fields=e||[],this.metadata=r||new Map,n||(n=cw(e)),this.dictionaries=n}get[Symbol.toStringTag](){return"Schema"}get names(){return this.fields.map(e=>e.name)}toString(){return`Schema<{ ${this.fields.map((e,r)=>`${r}: ${e}`).join(", ")} }>`}select(e){let r=new Set(e),n=this.fields.filter(i=>r.has(i.name));return new et(n,this.metadata)}selectAt(e){let r=e.map(n=>this.fields[n]).filter(Boolean);return new et(r,this.metadata)}assign(...e){let r=e[0]instanceof et?e[0]:Array.isArray(e[0])?new et(e[0]):new et(e),n=[...this.fields],i=Fu(Fu(new Map,this.metadata),r.metadata),f=r.fields.filter(s=>{let l=n.findIndex(p=>p.name===s.name);return~l?(n[l]=s.clone({metadata:Fu(Fu(new Map,n[l].metadata),s.metadata)}))&&!1:!0}),o=cw(f,new Map);return new et([...n,...f],i,new Map([...this.dictionaries,...o]))}};et.prototype.fields=null;et.prototype.metadata=null;et.prototype.dictionaries=null;var Ce=class{constructor(e,r,n=!1,i){this.name=e,this.type=r,this.nullable=n,this.metadata=i||new Map}static new(...e){let[r,n,i,f]=e;return e[0]&&typeof e[0]=="object"&&({name:r}=e[0],n===void 0&&(n=e[0].type),i===void 0&&(i=e[0].nullable),f===void 0&&(f=e[0].metadata)),new Ce(`${r}`,n,i,f)}get typeId(){return this.type.typeId}get[Symbol.toStringTag](){return"Field"}toString(){return`${this.name}: ${this.type}`}clone(...e){let[r,n,i,f]=e;return!e[0]||typeof e[0]!="object"?[r=this.name,n=this.type,i=this.nullable,f=this.metadata]=e:{name:r=this.name,type:n=this.type,nullable:i=this.nullable,metadata:f=this.metadata}=e[0],Ce.new(r,n,i,f)}};Ce.prototype.type=null;Ce.prototype.name=null;Ce.prototype.nullable=null;Ce.prototype.metadata=null;function Fu(t,e){return new Map([...t||new Map,...e||new Map])}function cw(t,e=new Map){for(let r=-1,n=t.length;++r<n;){let f=t[r].type;if(je.isDictionary(f)){if(!e.has(f.id))e.set(f.id,f.dictionary);else if(e.get(f.id)!==f.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}f.children&&f.children.length>0&&cw(f.children,e)}return e}var Nv=fr,I1=Nf,S1=Wr,zf=class{constructor(e,r=mr.V4,n,i){this.schema=e,this.version=r,n&&(this._recordBatches=n),i&&(this._dictionaryBatches=i)}static decode(e){e=new S1(Ee(e));let r=Or.getRootAsFooter(e),n=et.decode(r.schema());return new Hv(n,r)}static encode(e){let r=new I1,n=et.encode(r,e.schema);Or.startRecordBatchesVector(r,e.numRecordBatches);for(let o of[...e.recordBatches()].slice().reverse())wi.encode(r,o);let i=r.endVector();Or.startDictionariesVector(r,e.numDictionaries);for(let o of[...e.dictionaryBatches()].slice().reverse())wi.encode(r,o);let f=r.endVector();return Or.startFooter(r),Or.addSchema(r,n),Or.addVersion(r,mr.V4),Or.addRecordBatches(r,i),Or.addDictionaries(r,f),Or.finishFooterBuffer(r,Or.endFooter(r)),r.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}*recordBatches(){for(let e,r=-1,n=this.numRecordBatches;++r<n;)(e=this.getRecordBatch(r))&&(yield e)}*dictionaryBatches(){for(let e,r=-1,n=this.numDictionaries;++r<n;)(e=this.getDictionaryBatch(r))&&(yield e)}getRecordBatch(e){return e>=0&&e<this.numRecordBatches&&this._recordBatches[e]||null}getDictionaryBatch(e){return e>=0&&e<this.numDictionaries&&this._dictionaryBatches[e]||null}};var Hv=class extends zf{constructor(e,r){super(e,r.version());this._footer=r}get numRecordBatches(){return this._footer.recordBatchesLength()}get numDictionaries(){return this._footer.dictionariesLength()}getRecordBatch(e){if(e>=0&&e<this.numRecordBatches){let r=this._footer.recordBatches(e);if(r)return wi.decode(r)}return null}getDictionaryBatch(e){if(e>=0&&e<this.numDictionaries){let r=this._footer.dictionaries(e);if(r)return wi.decode(r)}return null}},wi=class{constructor(e,r,n){this.metaDataLength=e,this.offset=typeof n=="number"?n:n.low,this.bodyLength=typeof r=="number"?r:r.low}static decode(e){return new wi(e.metaDataLength(),e.bodyLength(),e.offset())}static encode(e,r){let{metaDataLength:n}=r,i=new Nv(r.offset,0),f=new Nv(r.bodyLength,0);return hs.createBlock(e,i,n,f)}};var Bt=Object.freeze({done:!0,value:void 0}),Pu=class{constructor(e){this._json=e}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}},gs=class{tee(){return this._getDOMStream().tee()}pipe(e,r){return this._getNodeStream().pipe(e,r)}pipeTo(e,r){return this._getDOMStream().pipeTo(e,r)}pipeThrough(e,r){return this._getDOMStream().pipeThrough(e,r)}_getDOMStream(){return this._DOMStream||(this._DOMStream=this.toDOMStream())}_getNodeStream(){return this._nodeStream||(this._nodeStream=this.toNodeStream())}},mw=class extends gs{constructor(){super();this._values=[],this.resolvers=[],this._closedPromise=new Promise(e=>this._closedPromiseResolve=e)}get closed(){return this._closedPromise}cancel(e){return pe(this,void 0,void 0,function*(){yield this.return(e)})}write(e){this._ensureOpen()&&(this.resolvers.length<=0?this._values.push(e):this.resolvers.shift().resolve({done:!1,value:e}))}abort(e){this._closedPromiseResolve&&(this.resolvers.length<=0?this._error={error:e}:this.resolvers.shift().reject({done:!0,value:e}))}close(){if(this._closedPromiseResolve){let{resolvers:e}=this;for(;e.length>0;)e.shift().resolve(Bt);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(e){return cr.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,e)}toNodeStream(e){return cr.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,e)}throw(e){return pe(this,void 0,void 0,function*(){return yield this.abort(e),Bt})}return(e){return pe(this,void 0,void 0,function*(){return yield this.close(),Bt})}read(e){return pe(this,void 0,void 0,function*(){return(yield this.next(e,"read")).value})}peek(e){return pe(this,void 0,void 0,function*(){return(yield this.next(e,"peek")).value})}next(...e){return this._values.length>0?Promise.resolve({done:!1,value:this._values.shift()}):this._error?Promise.reject({done:!0,value:this._error.error}):this._closedPromiseResolve?new Promise((r,n)=>{this.resolvers.push({resolve:r,reject:n})}):Promise.resolve(Bt)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error("AsyncQueue is closed")}};var Gi=class extends mw{write(e){if((e=Ee(e)).byteLength>0)return super.write(e)}toString(e=!1){return e?Jl(this.toUint8Array(!0)):this.toUint8Array(!1).then(Jl)}toUint8Array(e=!1){return e?$r(this._values)[0]:(()=>pe(this,void 0,void 0,function*(){var r,n;let i=[],f=0;try{for(var o=Sn(this),s;s=yield o.next(),!s.done;){let l=s.value;i.push(l),f+=l.byteLength}}catch(l){r={error:l}}finally{try{s&&!s.done&&(n=o.return)&&(yield n.call(o))}finally{if(r)throw r.error}}return $r(i,f)[0]}))()}},Ji=class{constructor(e){e&&(this.source=new Rv(cr.fromIterable(e)))}[Symbol.iterator](){return this}next(e){return this.source.next(e)}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}peek(e){return this.source.peek(e)}read(e){return this.source.read(e)}},un=class{constructor(e){e instanceof un?this.source=e.source:e instanceof Gi?this.source=new Ff(cr.fromAsyncIterable(e)):uu(e)?this.source=new Ff(cr.fromNodeStream(e)):Xl(e)?this.source=new Ff(cr.fromDOMStream(e)):au(e)?this.source=new Ff(cr.fromDOMStream(e.body)):Mn(e)?this.source=new Ff(cr.fromIterable(e)):Pn(e)?this.source=new Ff(cr.fromAsyncIterable(e)):xn(e)&&(this.source=new Ff(cr.fromAsyncIterable(e)))}[Symbol.asyncIterator](){return this}next(e){return this.source.next(e)}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}get closed(){return this.source.closed}cancel(e){return this.source.cancel(e)}peek(e){return this.source.peek(e)}read(e){return this.source.read(e)}},Rv=class{constructor(e){this.source=e}cancel(e){this.return(e)}peek(e){return this.next(e,"peek").value}read(e){return this.next(e,"read").value}next(e,r="read"){return this.source.next({cmd:r,size:e})}throw(e){return Object.create(this.source.throw&&this.source.throw(e)||Bt)}return(e){return Object.create(this.source.return&&this.source.return(e)||Bt)}},Ff=class{constructor(e){this.source=e,this._closedPromise=new Promise(r=>this._closedPromiseResolve=r)}cancel(e){return pe(this,void 0,void 0,function*(){yield this.return(e)})}get closed(){return this._closedPromise}read(e){return pe(this,void 0,void 0,function*(){return(yield this.next(e,"read")).value})}peek(e){return pe(this,void 0,void 0,function*(){return(yield this.next(e,"peek")).value})}next(e,r="read"){return pe(this,void 0,void 0,function*(){return yield this.source.next({cmd:r,size:e})})}throw(e){return pe(this,void 0,void 0,function*(){let r=this.source.throw&&(yield this.source.throw(e))||Bt;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)})}return(e){return pe(this,void 0,void 0,function*(){let r=this.source.return&&(yield this.source.return(e))||Bt;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)})}};var Mu=class extends Ji{constructor(e,r){super();this.position=0,this.buffer=Ee(e),this.size=typeof r=="undefined"?this.buffer.byteLength:r}readInt32(e){let{buffer:r,byteOffset:n}=this.readAt(e,4);return new DataView(r,n).getInt32(0,!0)}seek(e){return this.position=Math.min(e,this.size),e<this.size}read(e){let{buffer:r,size:n,position:i}=this;return r&&i<n?(typeof e!="number"&&(e=Number.POSITIVE_INFINITY),this.position=Math.min(n,i+Math.min(n-i,e)),r.subarray(i,this.position)):null}readAt(e,r){let n=this.buffer,i=Math.min(this.size,e+r);return n?n.subarray(e,i):new Uint8Array(r)}close(){this.buffer&&(this.buffer=null)}throw(e){return this.close(),{done:!0,value:e}}return(e){return this.close(),{done:!0,value:e}}},jo=class extends un{constructor(e,r){super();this.position=0,this._handle=e,typeof r=="number"?this.size=r:this._pending=(()=>pe(this,void 0,void 0,function*(){this.size=(yield e.stat()).size,delete this._pending}))()}readInt32(e){return pe(this,void 0,void 0,function*(){let{buffer:r,byteOffset:n}=yield this.readAt(e,4);return new DataView(r,n).getInt32(0,!0)})}seek(e){return pe(this,void 0,void 0,function*(){return this._pending&&(yield this._pending),this.position=Math.min(e,this.size),e<this.size})}read(e){return pe(this,void 0,void 0,function*(){this._pending&&(yield this._pending);let{_handle:r,size:n,position:i}=this;if(r&&i<n){typeof e!="number"&&(e=Number.POSITIVE_INFINITY);let f=i,o=0,s=0,l=Math.min(n,f+Math.min(n-f,e)),p=new Uint8Array(Math.max(0,(this.position=l)-f));for(;(f+=s)<l&&(o+=s)<p.byteLength;)({bytesRead:s}=yield r.read(p,o,p.byteLength-o,f));return p}return null})}readAt(e,r){return pe(this,void 0,void 0,function*(){this._pending&&(yield this._pending);let{_handle:n,size:i}=this;if(n&&e+r<i){let f=Math.min(i,e+r),o=new Uint8Array(f-e);return(yield n.read(o,0,r,e)).buffer}return new Uint8Array(r)})}close(){return pe(this,void 0,void 0,function*(){let e=this._handle;this._handle=null,e&&(yield e.close())})}throw(e){return pe(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:e}})}return(e){return pe(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:e}})}};var ww={};Cf(ww,{BaseInt64:()=>Uu,Int128:()=>cn,Int64:()=>jr,Uint64:()=>ct});var x1=1<<16;function js(t){return t<0&&(t=4294967295+t+1),`0x${t.toString(16)}`}var ys=8,dw=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],Uu=class{constructor(e){this.buffer=e}high(){return this.buffer[1]}low(){return this.buffer[0]}_times(e){let r=new Uint32Array([this.buffer[1]>>>16,this.buffer[1]&65535,this.buffer[0]>>>16,this.buffer[0]&65535]),n=new Uint32Array([e.buffer[1]>>>16,e.buffer[1]&65535,e.buffer[0]>>>16,e.buffer[0]&65535]),i=r[3]*n[3];this.buffer[0]=i&65535;let f=i>>>16;return i=r[2]*n[3],f+=i,i=r[3]*n[2]>>>0,f+=i,this.buffer[0]+=f<<16,this.buffer[1]=f>>>0<i?x1:0,this.buffer[1]+=f>>>16,this.buffer[1]+=r[1]*n[3]+r[2]*n[2]+r[3]*n[1],this.buffer[1]+=r[0]*n[3]+r[1]*n[2]+r[2]*n[1]+r[3]*n[0]<<16,this}_plus(e){let r=this.buffer[0]+e.buffer[0]>>>0;this.buffer[1]+=e.buffer[1],r<this.buffer[0]>>>0&&++this.buffer[1],this.buffer[0]=r}lessThan(e){return this.buffer[1]<e.buffer[1]||this.buffer[1]===e.buffer[1]&&this.buffer[0]<e.buffer[0]}equals(e){return this.buffer[1]===e.buffer[1]&&this.buffer[0]==e.buffer[0]}greaterThan(e){return e.lessThan(this)}hex(){return`${js(this.buffer[1])} ${js(this.buffer[0])}`}},ct=class extends Uu{times(e){return this._times(e),this}plus(e){return this._plus(e),this}static from(e,r=new Uint32Array(2)){return ct.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(2)){return ct.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(2)){let n=e.length,i=new ct(r);for(let f=0;f<n;){let o=ys<n-f?ys:n-f,s=new ct(new Uint32Array([Number.parseInt(e.slice(f,f+o),10),0])),l=new ct(new Uint32Array([dw[o],0]));i.times(l),i.plus(s),f+=o}return i}static convertArray(e){let r=new Uint32Array(e.length*2);for(let n=-1,i=e.length;++n<i;)ct.from(e[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(e,r){return new ct(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new ct(new Uint32Array(e.buffer)).plus(r)}},jr=class extends Uu{negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[0]==0&&++this.buffer[1],this}times(e){return this._times(e),this}plus(e){return this._plus(e),this}lessThan(e){let r=this.buffer[1]<<0,n=e.buffer[1]<<0;return r<n||r===n&&this.buffer[0]<e.buffer[0]}static from(e,r=new Uint32Array(2)){return jr.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(2)){return jr.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(2)){let n=e.startsWith("-"),i=e.length,f=new jr(r);for(let o=n?1:0;o<i;){let s=ys<i-o?ys:i-o,l=new jr(new Uint32Array([Number.parseInt(e.slice(o,o+s),10),0])),p=new jr(new Uint32Array([dw[s],0]));f.times(p),f.plus(l),o+=s}return n?f.negate():f}static convertArray(e){let r=new Uint32Array(e.length*2);for(let n=-1,i=e.length;++n<i;)jr.from(e[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(e,r){return new jr(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new jr(new Uint32Array(e.buffer)).plus(r)}},cn=class{constructor(e){this.buffer=e}high(){return new jr(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new jr(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset,2))}negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[2]=~this.buffer[2],this.buffer[3]=~this.buffer[3],this.buffer[0]==0&&++this.buffer[1],this.buffer[1]==0&&++this.buffer[2],this.buffer[2]==0&&++this.buffer[3],this}times(e){let r=new ct(new Uint32Array([this.buffer[3],0])),n=new ct(new Uint32Array([this.buffer[2],0])),i=new ct(new Uint32Array([this.buffer[1],0])),f=new ct(new Uint32Array([this.buffer[0],0])),o=new ct(new Uint32Array([e.buffer[3],0])),s=new ct(new Uint32Array([e.buffer[2],0])),l=new ct(new Uint32Array([e.buffer[1],0])),p=new ct(new Uint32Array([e.buffer[0],0])),u=ct.multiply(f,p);this.buffer[0]=u.low();let b=new ct(new Uint32Array([u.high(),0]));return u=ct.multiply(i,p),b.plus(u),u=ct.multiply(f,l),b.plus(u),this.buffer[1]=b.low(),this.buffer[3]=b.lessThan(u)?1:0,this.buffer[2]=b.high(),new ct(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(ct.multiply(n,p)).plus(ct.multiply(i,l)).plus(ct.multiply(f,s)),this.buffer[3]+=ct.multiply(r,p).plus(ct.multiply(n,l)).plus(ct.multiply(i,s)).plus(ct.multiply(f,o)).low(),this}plus(e){let r=new Uint32Array(4);return r[3]=this.buffer[3]+e.buffer[3]>>>0,r[2]=this.buffer[2]+e.buffer[2]>>>0,r[1]=this.buffer[1]+e.buffer[1]>>>0,r[0]=this.buffer[0]+e.buffer[0]>>>0,r[0]<this.buffer[0]>>>0&&++r[1],r[1]<this.buffer[1]>>>0&&++r[2],r[2]<this.buffer[2]>>>0&&++r[3],this.buffer[3]=r[3],this.buffer[2]=r[2],this.buffer[1]=r[1],this.buffer[0]=r[0],this}hex(){return`${js(this.buffer[3])} ${js(this.buffer[2])} ${js(this.buffer[1])} ${js(this.buffer[0])}`}static multiply(e,r){return new cn(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new cn(new Uint32Array(e.buffer)).plus(r)}static from(e,r=new Uint32Array(4)){return cn.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(4)){return cn.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(4)){let n=e.startsWith("-"),i=e.length,f=new cn(r);for(let o=n?1:0;o<i;){let s=ys<i-o?ys:i-o,l=new cn(new Uint32Array([Number.parseInt(e.slice(o,o+s),10),0,0,0])),p=new cn(new Uint32Array([dw[s],0,0,0]));f.times(p),f.plus(l),o+=s}return n?f.negate():f}static convertArray(e){let r=new Uint32Array(e.length*4);for(let n=-1,i=e.length;++n<i;)cn.from(e[n],new Uint32Array(r.buffer,r.byteOffset+4*4*n,4));return r}};var Lu=class extends qe{constructor(e,r,n,i){super();this.nodesIndex=-1,this.buffersIndex=-1,this.bytes=e,this.nodes=r,this.buffers=n,this.dictionaries=i}visit(e){return super.visit(e instanceof Ce?e.type:e)}visitNull(e,{length:r}=this.nextFieldNode()){return Fe({type:e,length:r})}visitBool(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitInt(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitFloat(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitUtf8(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),valueOffsets:this.readOffsets(e),data:this.readData(e)})}visitBinary(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),valueOffsets:this.readOffsets(e),data:this.readData(e)})}visitFixedSizeBinary(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitDate(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitTimestamp(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitTime(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitDecimal(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitList(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),valueOffsets:this.readOffsets(e),child:this.visit(e.children[0])})}visitStruct(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),children:this.visitMany(e.children)})}visitUnion(e){return e.mode===Ut.Sparse?this.visitSparseUnion(e):this.visitDenseUnion(e)}visitDenseUnion(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),typeIds:this.readTypeIds(e),valueOffsets:this.readOffsets(e),children:this.visitMany(e.children)})}visitSparseUnion(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),typeIds:this.readTypeIds(e),children:this.visitMany(e.children)})}visitDictionary(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e.indices),dictionary:this.readDictionary(e)})}visitInterval(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitFixedSizeList(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),child:this.visit(e.children[0])})}visitMap(e,{length:r,nullCount:n}=this.nextFieldNode()){return Fe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),valueOffsets:this.readOffsets(e),child:this.visit(e.children[0])})}nextFieldNode(){return this.nodes[++this.nodesIndex]}nextBufferRange(){return this.buffers[++this.buffersIndex]}readNullBitmap(e,r,n=this.nextBufferRange()){return r>0&&this.readData(e,n)||new Uint8Array(0)}readOffsets(e,r){return this.readData(e,r)}readTypeIds(e,r){return this.readData(e,r)}readData(e,{length:r,offset:n}=this.nextBufferRange()){return this.bytes.subarray(n,n+r)}readDictionary(e){return this.dictionaries.get(e.id)}},hw=class extends Lu{constructor(e,r,n,i){super(new Uint8Array(0),r,n,i);this.sources=e}readNullBitmap(e,r,{offset:n}=this.nextBufferRange()){return r<=0?new Uint8Array(0):ho(this.sources[n])}readOffsets(e,{offset:r}=this.nextBufferRange()){return Ge(Uint8Array,Ge(Int32Array,this.sources[r]))}readTypeIds(e,{offset:r}=this.nextBufferRange()){return Ge(Uint8Array,Ge(e.ArrayType,this.sources[r]))}readData(e,{offset:r}=this.nextBufferRange()){let{sources:n}=this;return je.isTimestamp(e)?Ge(Uint8Array,jr.convertArray(n[r])):(je.isInt(e)||je.isTime(e))&&e.bitWidth===64?Ge(Uint8Array,jr.convertArray(n[r])):je.isDate(e)&&e.unit===qr.MILLISECOND?Ge(Uint8Array,jr.convertArray(n[r])):je.isDecimal(e)?Ge(Uint8Array,cn.convertArray(n[r])):je.isBinary(e)||je.isFixedSizeBinary(e)?E1(n[r]):je.isBool(e)?ho(n[r]):je.isUtf8(e)?jf(n[r].join("")):Ge(Uint8Array,Ge(e.ArrayType,n[r].map(i=>+i)))}};function E1(t){let e=t.join(""),r=new Uint8Array(e.length/2);for(let n=0;n<e.length;n+=2)r[n>>1]=Number.parseInt(e.slice(n,n+2),16);return r}var da=class extends Ui{constructor(e){super(e);this._values=new go(new Uint8Array(0))}get byteLength(){let e=this._pendingLength+this.length*4;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),e}setValue(e,r){return super.setValue(e,Ee(r))}_flushPending(e,r){let n=this._offsets,i=this._values.reserve(r).buffer,f=0;for(let[o,s]of e)if(s===void 0)n.set(o,0);else{let l=s.length;i.set(s,f),n.set(o,l),f+=l}}};var bw=class extends zt{constructor(e){super(e);this._values=new fa}setValue(e,r){this._values.set(e,+r)}};var vs=class extends wr{};vs.prototype._setValue=rw;var Cu=class extends vs{};Cu.prototype._setValue=wu;var Vu=class extends vs{};Vu.prototype._setValue=hu;var Wu=class extends wr{};Wu.prototype._setValue=fw;var gw=class extends zt{constructor({type:e,nullValues:r,dictionaryHashFunction:n}){super({type:new En(e.dictionary,e.indices,e.id,e.isOrdered)});this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=yo({type:this.type.indices,nullValues:r}),this.dictionary=yo({type:this.type.dictionary,nullValues:null}),typeof n=="function"&&(this.valueToKey=n)}get values(){return this.indices.values}get nullCount(){return this.indices.nullCount}get nullBitmap(){return this.indices.nullBitmap}get byteLength(){return this.indices.byteLength+this.dictionary.byteLength}get reservedLength(){return this.indices.reservedLength+this.dictionary.reservedLength}get reservedByteLength(){return this.indices.reservedByteLength+this.dictionary.reservedByteLength}isValid(e){return this.indices.isValid(e)}setValid(e,r){let n=this.indices;return r=n.setValid(e,r),this.length=n.length,r}setValue(e,r){let n=this._keysToIndices,i=this.valueToKey(r),f=n[i];return f===void 0&&(n[i]=f=this._dictionaryOffset+this.dictionary.append(r).length-1),this.indices.setValue(e,f)}flush(){let e=this.type,r=this._dictionary,n=this.dictionary.toVector(),i=this.indices.flush().clone(e);return i.dictionary=r?r.concat(n):n,this.finished||(this._dictionaryOffset+=n.length),this._dictionary=i.dictionary,this.clear(),i}finish(){return this.indices.finish(),this.dictionary.finish(),this._dictionaryOffset=0,this._keysToIndices=Object.create(null),super.finish()}clear(){return this.indices.clear(),this.dictionary.clear(),super.clear()}valueToKey(e){return typeof e=="string"?e:`${e}`}};var Yu=class extends wr{};Yu.prototype._setValue=tw;var jw=class extends zt{setValue(e,r){let[n]=this.children,i=e*this.stride;for(let f=-1,o=r.length;++f<o;)n.set(i+f,r[f])}addChild(e,r="0"){if(this.numChildren>0)throw new Error("FixedSizeListBuilder can only have one child.");let n=this.children.push(e);return this.type=new ci(this.type.listSize,new Ce(r,e.type,!0)),n}};var _s=class extends wr{setValue(e,r){this._values.set(e,r)}},yw=class extends _s{setValue(e,r){super.setValue(e,ea(r))}},vw=class extends _s{},_w=class extends _s{};var qs=class extends wr{};qs.prototype._setValue=ow;var Ku=class extends qs{};Ku.prototype._setValue=Tu;var Gu=class extends qs{};Gu.prototype._setValue=Bu;var Yn=class extends wr{setValue(e,r){this._values.set(e,r)}},qw=class extends Yn{},kw=class extends Yn{},Tw=class extends Yn{},Bw=class extends Yn{},Iw=class extends Yn{},Sw=class extends Yn{},xw=class extends Yn{},Ew=class extends Yn{};var Aw=class extends Ui{constructor(e){super(e);this._offsets=new oa}addChild(e,r="0"){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=e,this.type=new pi(new Ce(r,e.type,!0)),this.numChildren-1}_flushPending(e){let r=this._offsets,[n]=this.children;for(let[i,f]of e)if(f===void 0)r.set(i,0);else{let o=f.length,s=r.set(i,o).buffer[i];for(let l=-1;++l<o;)n.set(s+l,f[l])}}};var Ow=class extends Ui{set(e,r){return super.set(e,r)}setValue(e,r){let n=r instanceof Map?r:new Map(Object.entries(r)),i=this._pending||(this._pending=new Map),f=i.get(e);f&&(this._pendingLength-=f.size),this._pendingLength+=n.size,i.set(e,n)}addChild(e,r=`${this.numChildren}`){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=e,this.type=new mi(new Ce(r,e.type,!0),this.type.keysSorted),this.numChildren-1}_flushPending(e){let r=this._offsets,[n]=this.children;for(let[i,f]of e)if(f===void 0)r.set(i,0);else{let{[i]:o,[i+1]:s}=r.set(i,f.size).buffer;for(let l of f.entries())if(n.set(o,l),++o>=s)break}}};var Nw=class extends zt{setValue(e,r){}setValid(e,r){return this.length=Math.max(e+1,this.length),r}};var Hw=class extends zt{setValue(e,r){let{children:n,type:i}=this;switch(Array.isArray(r)||r.constructor){case!0:return i.children.forEach((f,o)=>n[o].set(e,r[o]));case Map:return i.children.forEach((f,o)=>n[o].set(e,r.get(f.name)));default:return i.children.forEach((f,o)=>n[o].set(e,r[f.name]))}}setValid(e,r){return super.setValid(e,r)||this.children.forEach(n=>n.setValid(e,r)),r}addChild(e,r=`${this.numChildren}`){let n=this.children.push(e);return this.type=new Ot([...this.type.children,new Ce(r,e.type,!0)]),n}};var Pf=class extends wr{};Pf.prototype._setValue=nw;var Ju=class extends Pf{};Ju.prototype._setValue=bu;var Zu=class extends Pf{};Zu.prototype._setValue=gu;var Xu=class extends Pf{};Xu.prototype._setValue=ju;var Qu=class extends Pf{};Qu.prototype._setValue=yu;var Mf=class extends wr{};Mf.prototype._setValue=iw;var $u=class extends Mf{};$u.prototype._setValue=vu;var ec=class extends Mf{};ec.prototype._setValue=_u;var tc=class extends Mf{};tc.prototype._setValue=qu;var rc=class extends Mf{};rc.prototype._setValue=ku;var wa=class extends zt{constructor(e){super(e);this._typeIds=new Of(new Int8Array(0),1),typeof e.valueToChildTypeId=="function"&&(this._valueToChildTypeId=e.valueToChildTypeId)}get typeIdToChildIndex(){return this.type.typeIdToChildIndex}append(e,r){return this.set(this.length,e,r)}set(e,r,n){return n===void 0&&(n=this._valueToChildTypeId(this,r,e)),this.setValid(e,this.isValid(r))&&this.setValue(e,r,n),this}setValue(e,r,n){this._typeIds.set(e,n);let i=this.type.typeIdToChildIndex[n],f=this.children[i];f==null||f.set(e,r)}addChild(e,r=`${this.children.length}`){let n=this.children.push(e),{type:{children:i,mode:f,typeIds:o}}=this,s=[...i,new Ce(r,e.type)];return this.type=new ui(f,[...o,n],s),n}_valueToChildTypeId(e,r,n){throw new Error("Cannot map UnionBuilder value to child typeId. Pass the `childTypeId` as the second argument to unionBuilder.append(), or supply a `valueToChildTypeId` function as part of the UnionBuilder constructor options.")}},Rw=class extends wa{},Dw=class extends wa{constructor(e){super(e);this._offsets=new Of(new Int32Array(0))}setValue(e,r,n){let i=this._typeIds.set(e,n).buffer[e],f=this.getChildAt(this.type.typeIdToChildIndex[i]),o=this._offsets.set(e,f.length).buffer[e];f==null||f.set(o,r)}};var nc=class extends Ui{constructor(e){super(e);this._values=new go(new Uint8Array(0))}get byteLength(){let e=this._pendingLength+this.length*4;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),e}setValue(e,r){return super.setValue(e,jf(r))}_flushPending(e,r){}};nc.prototype._flushPending=da.prototype._flushPending;var Dv=class extends qe{visitNull(){return Nw}visitBool(){return bw}visitInt(){return Yn}visitInt8(){return qw}visitInt16(){return kw}visitInt32(){return Tw}visitInt64(){return Bw}visitUint8(){return Iw}visitUint16(){return Sw}visitUint32(){return xw}visitUint64(){return Ew}visitFloat(){return _s}visitFloat16(){return yw}visitFloat32(){return vw}visitFloat64(){return _w}visitUtf8(){return nc}visitBinary(){return da}visitFixedSizeBinary(){return Yu}visitDate(){return vs}visitDateDay(){return Cu}visitDateMillisecond(){return Vu}visitTimestamp(){return Pf}visitTimestampSecond(){return Ju}visitTimestampMillisecond(){return Zu}visitTimestampMicrosecond(){return Xu}visitTimestampNanosecond(){return Qu}visitTime(){return Mf}visitTimeSecond(){return $u}visitTimeMillisecond(){return ec}visitTimeMicrosecond(){return tc}visitTimeNanosecond(){return rc}visitDecimal(){return Wu}visitList(){return Aw}visitStruct(){return Hw}visitUnion(){return wa}visitDenseUnion(){return Dw}visitSparseUnion(){return Rw}visitDictionary(){return gw}visitInterval(){return qs}visitIntervalDayTime(){return Ku}visitIntervalYearMonth(){return Gu}visitFixedSizeList(){return jw}visitMap(){return Ow}},zv=new Dv;var He=class extends qe{compareSchemas(e,r){return e===r||r instanceof e.constructor&&this.compareManyFields(e.fields,r.fields)}compareManyFields(e,r){return e===r||Array.isArray(e)&&Array.isArray(r)&&e.length===r.length&&e.every((n,i)=>this.compareFields(n,r[i]))}compareFields(e,r){return e===r||r instanceof e.constructor&&e.name===r.name&&e.nullable===r.nullable&&this.visit(e.type,r.type)}};function Yr(t,e){return e instanceof t.constructor}function ha(t,e){return t===e||Yr(t,e)}function Zi(t,e){return t===e||Yr(t,e)&&t.bitWidth===e.bitWidth&&t.isSigned===e.isSigned}function ic(t,e){return t===e||Yr(t,e)&&t.precision===e.precision}function A1(t,e){return t===e||Yr(t,e)&&t.byteWidth===e.byteWidth}function zw(t,e){return t===e||Yr(t,e)&&t.unit===e.unit}function ba(t,e){return t===e||Yr(t,e)&&t.unit===e.unit&&t.timezone===e.timezone}function ga(t,e){return t===e||Yr(t,e)&&t.unit===e.unit&&t.bitWidth===e.bitWidth}function O1(t,e){return t===e||Yr(t,e)&&t.children.length===e.children.length&&hi.compareManyFields(t.children,e.children)}function N1(t,e){return t===e||Yr(t,e)&&t.children.length===e.children.length&&hi.compareManyFields(t.children,e.children)}function Fw(t,e){return t===e||Yr(t,e)&&t.mode===e.mode&&t.typeIds.every((r,n)=>r===e.typeIds[n])&&hi.compareManyFields(t.children,e.children)}function H1(t,e){return t===e||Yr(t,e)&&t.id===e.id&&t.isOrdered===e.isOrdered&&hi.visit(t.indices,e.indices)&&hi.visit(t.dictionary,e.dictionary)}function Pw(t,e){return t===e||Yr(t,e)&&t.unit===e.unit}function R1(t,e){return t===e||Yr(t,e)&&t.listSize===e.listSize&&t.children.length===e.children.length&&hi.compareManyFields(t.children,e.children)}function D1(t,e){return t===e||Yr(t,e)&&t.keysSorted===e.keysSorted&&t.children.length===e.children.length&&hi.compareManyFields(t.children,e.children)}He.prototype.visitNull=ha;He.prototype.visitBool=ha;He.prototype.visitInt=Zi;He.prototype.visitInt8=Zi;He.prototype.visitInt16=Zi;He.prototype.visitInt32=Zi;He.prototype.visitInt64=Zi;He.prototype.visitUint8=Zi;He.prototype.visitUint16=Zi;He.prototype.visitUint32=Zi;He.prototype.visitUint64=Zi;He.prototype.visitFloat=ic;He.prototype.visitFloat16=ic;He.prototype.visitFloat32=ic;He.prototype.visitFloat64=ic;He.prototype.visitUtf8=ha;He.prototype.visitBinary=ha;He.prototype.visitFixedSizeBinary=A1;He.prototype.visitDate=zw;He.prototype.visitDateDay=zw;He.prototype.visitDateMillisecond=zw;He.prototype.visitTimestamp=ba;He.prototype.visitTimestampSecond=ba;He.prototype.visitTimestampMillisecond=ba;He.prototype.visitTimestampMicrosecond=ba;He.prototype.visitTimestampNanosecond=ba;He.prototype.visitTime=ga;He.prototype.visitTimeSecond=ga;He.prototype.visitTimeMillisecond=ga;He.prototype.visitTimeMicrosecond=ga;He.prototype.visitTimeNanosecond=ga;He.prototype.visitDecimal=ha;He.prototype.visitList=O1;He.prototype.visitStruct=N1;He.prototype.visitUnion=Fw;He.prototype.visitDenseUnion=Fw;He.prototype.visitSparseUnion=Fw;He.prototype.visitDictionary=H1;He.prototype.visitInterval=Pw;He.prototype.visitIntervalDayTime=Pw;He.prototype.visitIntervalYearMonth=Pw;He.prototype.visitFixedSizeList=R1;He.prototype.visitMap=D1;var hi=new He;function vo(t,e){return hi.compareSchemas(t,e)}function Fv(t,e){return hi.compareFields(t,e)}function Pv(t,e){return hi.visit(t,e)}function yo(t){let e=t.type,r=new(zv.getVisitFn(e)())(t);if(e.children&&e.children.length>0){let n=t.children||[],i={nullValues:t.nullValues},f=Array.isArray(n)?(o,s)=>n[s]||i:({name:o})=>n[o]||i;for(let[o,s]of e.children.entries()){let{type:l}=s,p=f(s,o);r.children.push(yo(Object.assign(Object.assign({},p),{type:l})))}}return r}function fc(t,e){return z1(t,e.map(r=>r.data.concat()))}function z1(t,e){let r=[...t.fields],n=[],i={numBatches:e.reduce((b,c)=>Math.max(b,c.length),0)},f=0,o=0,s=-1,l=e.length,p,u=[];for(;i.numBatches-- >0;){for(o=Number.POSITIVE_INFINITY,s=-1;++s<l;)u[s]=p=e[s].shift(),o=Math.min(o,p?p.length:o);Number.isFinite(o)&&(u=F1(r,o,u,e,i),o>0&&(n[f++]=Fe({type:new Ot(r),length:o,nullCount:0,children:u.slice()})))}return[t=t.assign(r),n.map(b=>new It(t,b))]}function F1(t,e,r,n,i){var f;let o=(e+63&~63)>>3;for(let s=-1,l=n.length;++s<l;){let p=r[s],u=p==null?void 0:p.length;if(u>=e)u===e?r[s]=p:(r[s]=p.slice(0,e),i.numBatches=Math.max(i.numBatches,n[s].unshift(p.slice(e,u-e))));else{let b=t[s];t[s]=b.clone({nullable:!0}),r[s]=(f=p==null?void 0:p._changeLengthAndBackfillNullBitmap(e))!==null&&f!==void 0?f:Fe({type:b.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)})}}return r}var Mv,$t=class{constructor(...e){var r,n;if(e.length===0)return this.batches=[],this.schema=new et([]),this._offsets=[0],this;let i,f;e[0]instanceof et&&(i=e.shift()),e[e.length-1]instanceof Uint32Array&&(f=e.pop());let o=l=>{if(l){if(l instanceof It)return[l];if(l instanceof $t)return l.batches;if(l instanceof ut){if(l.type instanceof Ot)return[new It(new et(l.type.children),l)]}else{if(Array.isArray(l))return l.flatMap(p=>o(p));if(typeof l[Symbol.iterator]=="function")return[...l].flatMap(p=>o(p));if(typeof l=="object"){let p=Object.keys(l),u=p.map(h=>new ze([l[h]])),b=new et(p.map((h,T)=>new Ce(String(h),u[T].type))),[,c]=fc(b,u);return c.length===0?[new It(l)]:c}}}return[]},s=e.flatMap(l=>o(l));if(i=(n=i??((r=s[0])===null||r===void 0?void 0:r.schema))!==null&&n!==void 0?n:new et([]),!(i instanceof et))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");for(let l of s){if(!(l instanceof It))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");if(!vo(i,l.schema))throw new TypeError("Table and inner RecordBatch schemas must be equivalent.")}this.schema=i,this.batches=s,this._offsets=f??Ou(this.data)}get data(){return this.batches.map(({data:e})=>e)}get numCols(){return this.schema.fields.length}get numRows(){return this.data.reduce((e,r)=>e+r.length,0)}get nullCount(){return this._nullCount===-1&&(this._nullCount=Au(this.data)),this._nullCount}isValid(e){return!1}get(e){return null}set(e,r){}indexOf(e,r){return-1}getByteLength(e){return 0}[Symbol.iterator](){return this.batches.length>0?ws.visit(new ze(this.data)):new Array(0)[Symbol.iterator]()}toArray(){return[...this]}toString(){return`[
35
+ return true;`)}function Cx(t){return typeof t!="bigint"?li(t):`${li(t)}n`}var tw=(t,e)=>(Math.ceil(t)*e+63&~63||64)/e,Vx=(t,e=0)=>t.length>=e?t.subarray(0,e):es(new t.constructor(e),t,0),bo=class{constructor(e,r=1){this.buffer=e,this.stride=r,this.BYTES_PER_ELEMENT=e.BYTES_PER_ELEMENT,this.ArrayType=e.constructor,this._resize(this.length=Math.ceil(e.length/r))}get byteLength(){return Math.ceil(this.length*this.stride)*this.BYTES_PER_ELEMENT}get reservedLength(){return this.buffer.length/this.stride}get reservedByteLength(){return this.buffer.byteLength}set(e,r){return this}append(e){return this.set(this.length,e)}reserve(e){if(e>0){this.length+=e;let r=this.stride,n=this.length*r,i=this.buffer.length;n>=i&&this._resize(i===0?tw(n*1,this.BYTES_PER_ELEMENT):tw(n*2,this.BYTES_PER_ELEMENT))}return this}flush(e=this.length){e=tw(e*this.stride,this.BYTES_PER_ELEMENT);let r=Vx(this.buffer,e);return this.clear(),r}clear(){return this.length=0,this._resize(0),this}_resize(e){return this.buffer=es(new this.ArrayType(e),this.buffer)}};bo.prototype.offset=0;var Af=class extends bo{last(){return this.get(this.length-1)}get(e){return this.buffer[e]}set(e,r){return this.reserve(e-this.length+1),this.buffer[e*this.stride]=r,this}},ta=class extends Af{constructor(e=new Uint8Array(0)){super(e,1/8);this.numValid=0}get numInvalid(){return this.length-this.numValid}get(e){return this.buffer[e>>3]>>e%8&1}set(e,r){let{buffer:n}=this.reserve(e-this.length+1),i=e>>3,f=e%8,o=n[i]>>f&1;return r?o===0&&(n[i]|=1<<f,++this.numValid):o===1&&(n[i]&=~(1<<f),--this.numValid),this}clear(){return this.numValid=0,super.clear()}},ra=class extends Af{constructor(e=new Int32Array(1)){super(e,1)}append(e){return this.set(this.length-1,e)}set(e,r){let n=this.length-1,i=this.reserve(e-n+1).buffer;return n<e++&&i.fill(i[n],n,e),i[e]=i[e-1]+r,this}flush(e=this.length-1){return e>this.length&&this.set(e-1,0),super.flush(e+1)}};var zt=class{static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e){throw new Error('"throughDOM" not available in this environment')}constructor({type:e,nullValues:r}){this.length=0,this.finished=!1,this.type=e,this.children=[],this.nullValues=r,this.stride=tn(e),this._nulls=new ta,r&&r.length>0&&(this._isValid=Z0(r))}toVector(){return new Fe([this.flush()])}get ArrayType(){return this.type.ArrayType}get nullCount(){return this._nulls.numInvalid}get numChildren(){return this.children.length}get byteLength(){let e=0,{_offsets:r,_values:n,_nulls:i,_typeIds:f,children:o}=this;return r&&(e+=r.byteLength),n&&(e+=n.byteLength),i&&(e+=i.byteLength),f&&(e+=f.byteLength),o.reduce((s,l)=>s+l.byteLength,e)}get reservedLength(){return this._nulls.reservedLength}get reservedByteLength(){let e=0;return this._offsets&&(e+=this._offsets.reservedByteLength),this._values&&(e+=this._values.reservedByteLength),this._nulls&&(e+=this._nulls.reservedByteLength),this._typeIds&&(e+=this._typeIds.reservedByteLength),this.children.reduce((r,n)=>r+n.reservedByteLength,e)}get valueOffsets(){return this._offsets?this._offsets.buffer:null}get values(){return this._values?this._values.buffer:null}get nullBitmap(){return this._nulls?this._nulls.buffer:null}get typeIds(){return this._typeIds?this._typeIds.buffer:null}append(e){return this.set(this.length,e)}isValid(e){return this._isValid(e)}set(e,r){return this.setValid(e,this.isValid(r))&&this.setValue(e,r),this}setValue(e,r){this._setValue(this,e,r)}setValid(e,r){return this.length=this._nulls.set(e,+r).length,r}addChild(e,r=`${this.numChildren}`){throw new Error(`Cannot append children to non-nested type "${this.type}"`)}getChildAt(e){return this.children[e]||null}flush(){let e,r,n,i,{type:f,length:o,nullCount:s,_typeIds:l,_offsets:p,_values:u,_nulls:h}=this;(r=l==null?void 0:l.flush(o))?i=p==null?void 0:p.flush(o):(i=p==null?void 0:p.flush(o))?e=u==null?void 0:u.flush(p.last()):e=u==null?void 0:u.flush(o),s>0&&(n=h==null?void 0:h.flush(o));let c=this.children.map(j=>j.flush());return this.clear(),Pe({type:f,length:o,nullCount:s,children:c,child:c[0],data:e,typeIds:r,nullBitmap:n,valueOffsets:i})}finish(){this.finished=!0;for(let e of this.children)e.finish();return this}clear(){var e,r,n,i;this.length=0,(e=this._nulls)===null||e===void 0||e.clear(),(r=this._values)===null||r===void 0||r.clear(),(n=this._offsets)===null||n===void 0||n.clear(),(i=this._typeIds)===null||i===void 0||i.clear();for(let f of this.children)f.clear();return this}};zt.prototype.length=1;zt.prototype.stride=1;zt.prototype.children=null;zt.prototype.finished=!1;zt.prototype.nullValues=null;zt.prototype._isValid=()=>!0;var dr=class extends zt{constructor(e){super(e);this._values=new Af(new this.ArrayType(0),this.stride)}setValue(e,r){let n=this._values;return n.reserve(e-n.length+1),super.setValue(e,r)}},Ui=class extends zt{constructor(e){super(e);this._pendingLength=0,this._offsets=new ra}setValue(e,r){let n=this._pending||(this._pending=new Map),i=n.get(e);i&&(this._pendingLength-=i.length),this._pendingLength+=r instanceof Pi?r[En].length:r.length,n.set(e,r)}setValid(e,r){return super.setValid(e,r)?!0:((this._pending||(this._pending=new Map)).set(e,void 0),!1)}clear(){return this._pendingLength=0,this._pending=void 0,super.clear()}flush(){return this._flush(),super.flush()}finish(){return this._flush(),super.finish()}_flush(){let e=this._pending,r=this._pendingLength;return this._pendingLength=0,this._pending=void 0,e&&e.size>0&&this._flushPending(e,r),this}};var ms=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}offset(){return this.bb.readInt64(this.bb_pos)}metaDataLength(){return this.bb.readInt32(this.bb_pos+8)}bodyLength(){return this.bb.readInt64(this.bb_pos+16)}static sizeOf(){return 24}static createBlock(e,r,n,i){return e.prep(8,24),e.writeInt64(BigInt(i??0)),e.pad(4),e.writeInt32(n),e.writeInt64(BigInt(r??0)),e.offset()}};var na=2,nn=4,An=4,he=4;var di=new Int32Array(2),Iu=new Float32Array(di.buffer),Su=new Float64Array(di.buffer),ds=new Uint16Array(new Uint8Array([1,0]).buffer)[0]===1;var ia;(function(t){t[t.UTF8_BYTES=1]="UTF8_BYTES",t[t.UTF16_STRING=2]="UTF16_STRING"})(ia||(ia={}));var Vr=class{constructor(e){this.bytes_=e,this.position_=0,this.text_decoder_=new TextDecoder}static allocate(e){return new Vr(new Uint8Array(e))}clear(){this.position_=0}bytes(){return this.bytes_}position(){return this.position_}setPosition(e){this.position_=e}capacity(){return this.bytes_.length}readInt8(e){return this.readUint8(e)<<24>>24}readUint8(e){return this.bytes_[e]}readInt16(e){return this.readUint16(e)<<16>>16}readUint16(e){return this.bytes_[e]|this.bytes_[e+1]<<8}readInt32(e){return this.bytes_[e]|this.bytes_[e+1]<<8|this.bytes_[e+2]<<16|this.bytes_[e+3]<<24}readUint32(e){return this.readInt32(e)>>>0}readInt64(e){return BigInt.asIntN(64,BigInt(this.readUint32(e))+(BigInt(this.readUint32(e+4))<<BigInt(32)))}readUint64(e){return BigInt.asUintN(64,BigInt(this.readUint32(e))+(BigInt(this.readUint32(e+4))<<BigInt(32)))}readFloat32(e){return di[0]=this.readInt32(e),Iu[0]}readFloat64(e){return di[ds?0:1]=this.readInt32(e),di[ds?1:0]=this.readInt32(e+4),Su[0]}writeInt8(e,r){this.bytes_[e]=r}writeUint8(e,r){this.bytes_[e]=r}writeInt16(e,r){this.bytes_[e]=r,this.bytes_[e+1]=r>>8}writeUint16(e,r){this.bytes_[e]=r,this.bytes_[e+1]=r>>8}writeInt32(e,r){this.bytes_[e]=r,this.bytes_[e+1]=r>>8,this.bytes_[e+2]=r>>16,this.bytes_[e+3]=r>>24}writeUint32(e,r){this.bytes_[e]=r,this.bytes_[e+1]=r>>8,this.bytes_[e+2]=r>>16,this.bytes_[e+3]=r>>24}writeInt64(e,r){this.writeInt32(e,Number(BigInt.asIntN(32,r))),this.writeInt32(e+4,Number(BigInt.asIntN(32,r>>BigInt(32))))}writeUint64(e,r){this.writeUint32(e,Number(BigInt.asUintN(32,r))),this.writeUint32(e+4,Number(BigInt.asUintN(32,r>>BigInt(32))))}writeFloat32(e,r){Iu[0]=r,this.writeInt32(e,di[0])}writeFloat64(e,r){Su[0]=r,this.writeInt32(e,di[ds?0:1]),this.writeInt32(e+4,di[ds?1:0])}getBufferIdentifier(){if(this.bytes_.length<this.position_+nn+An)throw new Error("FlatBuffers: ByteBuffer is too short to contain an identifier.");let e="";for(let r=0;r<An;r++)e+=String.fromCharCode(this.readInt8(this.position_+nn+r));return e}__offset(e,r){let n=e-this.readInt32(e);return r<this.readInt16(n)?this.readInt16(n+r):0}__union(e,r){return e.bb_pos=r+this.readInt32(r),e.bb=this,e}__string(e,r){e+=this.readInt32(e);let n=this.readInt32(e);e+=nn;let i=this.bytes_.subarray(e,e+n);return r===ia.UTF8_BYTES?i:this.text_decoder_.decode(i)}__union_with_string(e,r){return typeof e=="string"?this.__string(r):this.__union(e,r)}__indirect(e){return e+this.readInt32(e)}__vector(e){return e+this.readInt32(e)+nn}__vector_len(e){return this.readInt32(e+this.readInt32(e))}__has_identifier(e){if(e.length!=An)throw new Error("FlatBuffers: file identifier must be length "+An);for(let r=0;r<An;r++)if(e.charCodeAt(r)!=this.readInt8(this.position()+nn+r))return!1;return!0}createScalarList(e,r){let n=[];for(let i=0;i<r;++i){let f=e(i);f!==null&&n.push(f)}return n}createObjList(e,r){let n=[];for(let i=0;i<r;++i){let f=e(i);f!==null&&n.push(f.unpack())}return n}};var Of=class{constructor(e){this.minalign=1,this.vtable=null,this.vtable_in_use=0,this.isNested=!1,this.object_start=0,this.vtables=[],this.vector_num_elems=0,this.force_defaults=!1,this.string_maps=null,this.text_encoder=new TextEncoder;let r;e?r=e:r=1024,this.bb=Vr.allocate(r),this.space=r}clear(){this.bb.clear(),this.space=this.bb.capacity(),this.minalign=1,this.vtable=null,this.vtable_in_use=0,this.isNested=!1,this.object_start=0,this.vtables=[],this.vector_num_elems=0,this.force_defaults=!1,this.string_maps=null}forceDefaults(e){this.force_defaults=e}dataBuffer(){return this.bb}asUint8Array(){return this.bb.bytes().subarray(this.bb.position(),this.bb.position()+this.offset())}prep(e,r){e>this.minalign&&(this.minalign=e);let n=~(this.bb.capacity()-this.space+r)+1&e-1;for(;this.space<n+e+r;){let i=this.bb.capacity();this.bb=Of.growByteBuffer(this.bb),this.space+=this.bb.capacity()-i}this.pad(n)}pad(e){for(let r=0;r<e;r++)this.bb.writeInt8(--this.space,0)}writeInt8(e){this.bb.writeInt8(this.space-=1,e)}writeInt16(e){this.bb.writeInt16(this.space-=2,e)}writeInt32(e){this.bb.writeInt32(this.space-=4,e)}writeInt64(e){this.bb.writeInt64(this.space-=8,e)}writeFloat32(e){this.bb.writeFloat32(this.space-=4,e)}writeFloat64(e){this.bb.writeFloat64(this.space-=8,e)}addInt8(e){this.prep(1,0),this.writeInt8(e)}addInt16(e){this.prep(2,0),this.writeInt16(e)}addInt32(e){this.prep(4,0),this.writeInt32(e)}addInt64(e){this.prep(8,0),this.writeInt64(e)}addFloat32(e){this.prep(4,0),this.writeFloat32(e)}addFloat64(e){this.prep(8,0),this.writeFloat64(e)}addFieldInt8(e,r,n){(this.force_defaults||r!=n)&&(this.addInt8(r),this.slot(e))}addFieldInt16(e,r,n){(this.force_defaults||r!=n)&&(this.addInt16(r),this.slot(e))}addFieldInt32(e,r,n){(this.force_defaults||r!=n)&&(this.addInt32(r),this.slot(e))}addFieldInt64(e,r,n){(this.force_defaults||r!==n)&&(this.addInt64(r),this.slot(e))}addFieldFloat32(e,r,n){(this.force_defaults||r!=n)&&(this.addFloat32(r),this.slot(e))}addFieldFloat64(e,r,n){(this.force_defaults||r!=n)&&(this.addFloat64(r),this.slot(e))}addFieldOffset(e,r,n){(this.force_defaults||r!=n)&&(this.addOffset(r),this.slot(e))}addFieldStruct(e,r,n){r!=n&&(this.nested(r),this.slot(e))}nested(e){if(e!=this.offset())throw new TypeError("FlatBuffers: struct must be serialized inline.")}notNested(){if(this.isNested)throw new TypeError("FlatBuffers: object serialization must not be nested.")}slot(e){this.vtable!==null&&(this.vtable[e]=this.offset())}offset(){return this.bb.capacity()-this.space}static growByteBuffer(e){let r=e.capacity();if(r&3221225472)throw new Error("FlatBuffers: cannot grow buffer beyond 2 gigabytes.");let n=r<<1,i=Vr.allocate(n);return i.setPosition(n-r),i.bytes().set(e.bytes(),n-r),i}addOffset(e){this.prep(nn,0),this.writeInt32(this.offset()-e+nn)}startObject(e){this.notNested(),this.vtable==null&&(this.vtable=[]),this.vtable_in_use=e;for(let r=0;r<e;r++)this.vtable[r]=0;this.isNested=!0,this.object_start=this.offset()}endObject(){if(this.vtable==null||!this.isNested)throw new Error("FlatBuffers: endObject called without startObject");this.addInt32(0);let e=this.offset(),r=this.vtable_in_use-1;for(;r>=0&&this.vtable[r]==0;r--);let n=r+1;for(;r>=0;r--)this.addInt16(this.vtable[r]!=0?e-this.vtable[r]:0);let i=2;this.addInt16(e-this.object_start);let f=(n+i)*na;this.addInt16(f);let o=0,s=this.space;e:for(r=0;r<this.vtables.length;r++){let l=this.bb.capacity()-this.vtables[r];if(f==this.bb.readInt16(l)){for(let p=na;p<f;p+=na)if(this.bb.readInt16(s+p)!=this.bb.readInt16(l+p))continue e;o=this.vtables[r];break}}return o?(this.space=this.bb.capacity()-e,this.bb.writeInt32(this.space,o-e)):(this.vtables.push(this.offset()),this.bb.writeInt32(this.bb.capacity()-e,this.offset()-e)),this.isNested=!1,e}finish(e,r,n){let i=n?he:0;if(r){let f=r;if(this.prep(this.minalign,nn+An+i),f.length!=An)throw new TypeError("FlatBuffers: file identifier must be length "+An);for(let o=An-1;o>=0;o--)this.writeInt8(f.charCodeAt(o))}this.prep(this.minalign,nn+i),this.addOffset(e),i&&this.addInt32(this.bb.capacity()-this.space),this.bb.setPosition(this.space)}finishSizePrefixed(e,r){this.finish(e,r,!0)}requiredField(e,r){let n=this.bb.capacity()-e,i=n-this.bb.readInt32(n);if(!(r<this.bb.readInt16(i)&&this.bb.readInt16(i+r)!=0))throw new TypeError("FlatBuffers: field "+r+" must be set")}startVector(e,r,n){this.notNested(),this.vector_num_elems=r,this.prep(nn,e*r),this.prep(n,e*r)}endVector(){return this.writeInt32(this.vector_num_elems),this.offset()}createSharedString(e){if(!e)return 0;if(this.string_maps||(this.string_maps=new Map),this.string_maps.has(e))return this.string_maps.get(e);let r=this.createString(e);return this.string_maps.set(e,r),r}createString(e){if(e==null)return 0;let r;e instanceof Uint8Array?r=e:r=this.text_encoder.encode(e),this.addInt8(0),this.startVector(1,r.length,1),this.bb.setPosition(this.space-=r.length);for(let n=0,i=this.space,f=this.bb.bytes();n<r.length;n++)f[i++]=r[n];return this.endVector()}createObjectOffset(e){return e===null?0:typeof e=="string"?this.createString(e):e.pack(this)}createObjectOffsetList(e){let r=[];for(let n=0;n<e.length;++n){let i=e[n];if(i!==null)r.push(this.createObjectOffset(i));else throw new TypeError("FlatBuffers: Argument for createObjectOffsetList cannot contain null.")}return r}createStructOffsetList(e,r){return r(this,e.length),this.createObjectOffsetList(e.slice().reverse()),this.endVector()}};var Nt=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsKeyValue(e,r){return(r||new Nt).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsKeyValue(e,r){return e.setPosition(e.position()+he),(r||new Nt).__init(e.readInt32(e.position())+e.position(),e)}key(e){let r=this.bb.__offset(this.bb_pos,4);return r?this.bb.__string(this.bb_pos+r,e):null}value(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.__string(this.bb_pos+r,e):null}static startKeyValue(e){e.startObject(2)}static addKey(e,r){e.addFieldOffset(0,r,0)}static addValue(e,r){e.addFieldOffset(1,r,0)}static endKeyValue(e){return e.endObject()}static createKeyValue(e,r,n){return Nt.startKeyValue(e),Nt.addKey(e,r),Nt.addValue(e,n),Nt.endKeyValue(e)}};var Nf;(function(t){t[t.V1=0]="V1",t[t.V2=1]="V2",t[t.V3=2]="V3",t[t.V4=3]="V4",t[t.V5=4]="V5"})(Nf||(Nf={}));var Rf;(function(t){t[t.Little=0]="Little",t[t.Big=1]="Big"})(Rf||(Rf={}));var fa;(function(t){t[t.DenseArray=0]="DenseArray"})(fa||(fa={}));var wr=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsInt(e,r){return(r||new wr).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsInt(e,r){return e.setPosition(e.position()+he),(r||new wr).__init(e.readInt32(e.position())+e.position(),e)}bitWidth(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}isSigned(){let e=this.bb.__offset(this.bb_pos,6);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startInt(e){e.startObject(2)}static addBitWidth(e,r){e.addFieldInt32(0,r,0)}static addIsSigned(e,r){e.addFieldInt8(1,+r,0)}static endInt(e){return e.endObject()}static createInt(e,r,n){return wr.startInt(e),wr.addBitWidth(e,r),wr.addIsSigned(e,n),wr.endInt(e)}};var On=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDictionaryEncoding(e,r){return(r||new On).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDictionaryEncoding(e,r){return e.setPosition(e.position()+he),(r||new On).__init(e.readInt32(e.position())+e.position(),e)}id(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):BigInt("0")}indexType(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new wr).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}isOrdered(){let e=this.bb.__offset(this.bb_pos,8);return e?!!this.bb.readInt8(this.bb_pos+e):!1}dictionaryKind(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt16(this.bb_pos+e):fa.DenseArray}static startDictionaryEncoding(e){e.startObject(4)}static addId(e,r){e.addFieldInt64(0,r,BigInt("0"))}static addIndexType(e,r){e.addFieldOffset(1,r,0)}static addIsOrdered(e,r){e.addFieldInt8(2,+r,0)}static addDictionaryKind(e,r){e.addFieldInt16(3,r,fa.DenseArray)}static endDictionaryEncoding(e){return e.endObject()}};var Li=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBinary(e,r){return(r||new Li).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBinary(e,r){return e.setPosition(e.position()+he),(r||new Li).__init(e.readInt32(e.position())+e.position(),e)}static startBinary(e){e.startObject(0)}static endBinary(e){return e.endObject()}static createBinary(e){return Li.startBinary(e),Li.endBinary(e)}};var Ci=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBool(e,r){return(r||new Ci).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBool(e,r){return e.setPosition(e.position()+he),(r||new Ci).__init(e.readInt32(e.position())+e.position(),e)}static startBool(e){e.startObject(0)}static endBool(e){return e.endObject()}static createBool(e){return Ci.startBool(e),Ci.endBool(e)}};var oa;(function(t){t[t.DAY=0]="DAY",t[t.MILLISECOND=1]="MILLISECOND"})(oa||(oa={}));var fn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDate(e,r){return(r||new fn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDate(e,r){return e.setPosition(e.position()+he),(r||new fn).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):oa.MILLISECOND}static startDate(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,oa.MILLISECOND)}static endDate(e){return e.endObject()}static createDate(e,r){return fn.startDate(e),fn.addUnit(e,r),fn.endDate(e)}};var hr=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDecimal(e,r){return(r||new hr).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDecimal(e,r){return e.setPosition(e.position()+he),(r||new hr).__init(e.readInt32(e.position())+e.position(),e)}precision(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}scale(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt32(this.bb_pos+e):0}bitWidth(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.readInt32(this.bb_pos+e):128}static startDecimal(e){e.startObject(3)}static addPrecision(e,r){e.addFieldInt32(0,r,0)}static addScale(e,r){e.addFieldInt32(1,r,0)}static addBitWidth(e,r){e.addFieldInt32(2,r,128)}static endDecimal(e){return e.endObject()}static createDecimal(e,r,n,i){return hr.startDecimal(e),hr.addPrecision(e,r),hr.addScale(e,n),hr.addBitWidth(e,i),hr.endDecimal(e)}};var Hf;(function(t){t[t.SECOND=0]="SECOND",t[t.MILLISECOND=1]="MILLISECOND",t[t.MICROSECOND=2]="MICROSECOND",t[t.NANOSECOND=3]="NANOSECOND"})(Hf||(Hf={}));var on=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFixedSizeBinary(e,r){return(r||new on).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeBinary(e,r){return e.setPosition(e.position()+he),(r||new on).__init(e.readInt32(e.position())+e.position(),e)}byteWidth(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}static startFixedSizeBinary(e){e.startObject(1)}static addByteWidth(e,r){e.addFieldInt32(0,r,0)}static endFixedSizeBinary(e){return e.endObject()}static createFixedSizeBinary(e,r){return on.startFixedSizeBinary(e),on.addByteWidth(e,r),on.endFixedSizeBinary(e)}};var sn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFixedSizeList(e,r){return(r||new sn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFixedSizeList(e,r){return e.setPosition(e.position()+he),(r||new sn).__init(e.readInt32(e.position())+e.position(),e)}listSize(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt32(this.bb_pos+e):0}static startFixedSizeList(e){e.startObject(1)}static addListSize(e,r){e.addFieldInt32(0,r,0)}static endFixedSizeList(e){return e.endObject()}static createFixedSizeList(e,r){return sn.startFixedSizeList(e),sn.addListSize(e,r),sn.endFixedSizeList(e)}};var sa;(function(t){t[t.HALF=0]="HALF",t[t.SINGLE=1]="SINGLE",t[t.DOUBLE=2]="DOUBLE"})(sa||(sa={}));var ln=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFloatingPoint(e,r){return(r||new ln).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFloatingPoint(e,r){return e.setPosition(e.position()+he),(r||new ln).__init(e.readInt32(e.position())+e.position(),e)}precision(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):sa.HALF}static startFloatingPoint(e){e.startObject(1)}static addPrecision(e,r){e.addFieldInt16(0,r,sa.HALF)}static endFloatingPoint(e){return e.endObject()}static createFloatingPoint(e,r){return ln.startFloatingPoint(e),ln.addPrecision(e,r),ln.endFloatingPoint(e)}};var la;(function(t){t[t.YEAR_MONTH=0]="YEAR_MONTH",t[t.DAY_TIME=1]="DAY_TIME",t[t.MONTH_DAY_NANO=2]="MONTH_DAY_NANO"})(la||(la={}));var an=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsInterval(e,r){return(r||new an).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsInterval(e,r){return e.setPosition(e.position()+he),(r||new an).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):la.YEAR_MONTH}static startInterval(e){e.startObject(1)}static addUnit(e,r){e.addFieldInt16(0,r,la.YEAR_MONTH)}static endInterval(e){return e.endObject()}static createInterval(e,r){return an.startInterval(e),an.addUnit(e,r),an.endInterval(e)}};var Vi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsList(e,r){return(r||new Vi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsList(e,r){return e.setPosition(e.position()+he),(r||new Vi).__init(e.readInt32(e.position())+e.position(),e)}static startList(e){e.startObject(0)}static endList(e){return e.endObject()}static createList(e){return Vi.startList(e),Vi.endList(e)}};var pn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsMap(e,r){return(r||new pn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsMap(e,r){return e.setPosition(e.position()+he),(r||new pn).__init(e.readInt32(e.position())+e.position(),e)}keysSorted(){let e=this.bb.__offset(this.bb_pos,4);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startMap(e){e.startObject(1)}static addKeysSorted(e,r){e.addFieldInt8(0,+r,0)}static endMap(e){return e.endObject()}static createMap(e,r){return pn.startMap(e),pn.addKeysSorted(e,r),pn.endMap(e)}};var Wi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsNull(e,r){return(r||new Wi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsNull(e,r){return e.setPosition(e.position()+he),(r||new Wi).__init(e.readInt32(e.position())+e.position(),e)}static startNull(e){e.startObject(0)}static endNull(e){return e.endObject()}static createNull(e){return Wi.startNull(e),Wi.endNull(e)}};var Yi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsStruct_(e,r){return(r||new Yi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsStruct_(e,r){return e.setPosition(e.position()+he),(r||new Yi).__init(e.readInt32(e.position())+e.position(),e)}static startStruct_(e){e.startObject(0)}static endStruct_(e){return e.endObject()}static createStruct_(e){return Yi.startStruct_(e),Yi.endStruct_(e)}};var xr=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsTime(e,r){return(r||new xr).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsTime(e,r){return e.setPosition(e.position()+he),(r||new xr).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Hf.MILLISECOND}bitWidth(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt32(this.bb_pos+e):32}static startTime(e){e.startObject(2)}static addUnit(e,r){e.addFieldInt16(0,r,Hf.MILLISECOND)}static addBitWidth(e,r){e.addFieldInt32(1,r,32)}static endTime(e){return e.endObject()}static createTime(e,r,n){return xr.startTime(e),xr.addUnit(e,r),xr.addBitWidth(e,n),xr.endTime(e)}};var Er=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsTimestamp(e,r){return(r||new Er).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsTimestamp(e,r){return e.setPosition(e.position()+he),(r||new Er).__init(e.readInt32(e.position())+e.position(),e)}unit(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Hf.SECOND}timezone(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.__string(this.bb_pos+r,e):null}static startTimestamp(e){e.startObject(2)}static addUnit(e,r){e.addFieldInt16(0,r,Hf.SECOND)}static addTimezone(e,r){e.addFieldOffset(1,r,0)}static endTimestamp(e){return e.endObject()}static createTimestamp(e,r,n){return Er.startTimestamp(e),Er.addUnit(e,r),Er.addTimezone(e,n),Er.endTimestamp(e)}};var aa;(function(t){t[t.Sparse=0]="Sparse",t[t.Dense=1]="Dense"})(aa||(aa={}));var br=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsUnion(e,r){return(r||new br).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsUnion(e,r){return e.setPosition(e.position()+he),(r||new br).__init(e.readInt32(e.position())+e.position(),e)}mode(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):aa.Sparse}typeIds(e){let r=this.bb.__offset(this.bb_pos,6);return r?this.bb.readInt32(this.bb.__vector(this.bb_pos+r)+e*4):0}typeIdsLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}typeIdsArray(){let e=this.bb.__offset(this.bb_pos,6);return e?new Int32Array(this.bb.bytes().buffer,this.bb.bytes().byteOffset+this.bb.__vector(this.bb_pos+e),this.bb.__vector_len(this.bb_pos+e)):null}static startUnion(e){e.startObject(2)}static addMode(e,r){e.addFieldInt16(0,r,aa.Sparse)}static addTypeIds(e,r){e.addFieldOffset(1,r,0)}static createTypeIdsVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addInt32(r[n]);return e.endVector()}static startTypeIdsVector(e,r){e.startVector(4,r,4)}static endUnion(e){return e.endObject()}static createUnion(e,r,n){return br.startUnion(e),br.addMode(e,r),br.addTypeIds(e,n),br.endUnion(e)}};var Ki=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsUtf8(e,r){return(r||new Ki).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsUtf8(e,r){return e.setPosition(e.position()+he),(r||new Ki).__init(e.readInt32(e.position())+e.position(),e)}static startUtf8(e){e.startObject(0)}static endUtf8(e){return e.endObject()}static createUtf8(e){return Ki.startUtf8(e),Ki.endUtf8(e)}};var Rt;(function(t){t[t.NONE=0]="NONE",t[t.Null=1]="Null",t[t.Int=2]="Int",t[t.FloatingPoint=3]="FloatingPoint",t[t.Binary=4]="Binary",t[t.Utf8=5]="Utf8",t[t.Bool=6]="Bool",t[t.Decimal=7]="Decimal",t[t.Date=8]="Date",t[t.Time=9]="Time",t[t.Timestamp=10]="Timestamp",t[t.Interval=11]="Interval",t[t.List=12]="List",t[t.Struct_=13]="Struct_",t[t.Union=14]="Union",t[t.FixedSizeBinary=15]="FixedSizeBinary",t[t.FixedSizeList=16]="FixedSizeList",t[t.Map=17]="Map",t[t.Duration=18]="Duration",t[t.LargeBinary=19]="LargeBinary",t[t.LargeUtf8=20]="LargeUtf8",t[t.LargeList=21]="LargeList",t[t.RunEndEncoded=22]="RunEndEncoded"})(Rt||(Rt={}));var fr=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsField(e,r){return(r||new fr).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsField(e,r){return e.setPosition(e.position()+he),(r||new fr).__init(e.readInt32(e.position())+e.position(),e)}name(e){let r=this.bb.__offset(this.bb_pos,4);return r?this.bb.__string(this.bb_pos+r,e):null}nullable(){let e=this.bb.__offset(this.bb_pos,6);return e?!!this.bb.readInt8(this.bb_pos+e):!1}typeType(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.readUint8(this.bb_pos+e):Rt.NONE}type(e){let r=this.bb.__offset(this.bb_pos,10);return r?this.bb.__union(e,this.bb_pos+r):null}dictionary(e){let r=this.bb.__offset(this.bb_pos,12);return r?(e||new On).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}children(e,r){let n=this.bb.__offset(this.bb_pos,14);return n?(r||new fr).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}childrenLength(){let e=this.bb.__offset(this.bb_pos,14);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,16);return n?(r||new Nt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,16);return e?this.bb.__vector_len(this.bb_pos+e):0}static startField(e){e.startObject(7)}static addName(e,r){e.addFieldOffset(0,r,0)}static addNullable(e,r){e.addFieldInt8(1,+r,0)}static addTypeType(e,r){e.addFieldInt8(2,r,Rt.NONE)}static addType(e,r){e.addFieldOffset(3,r,0)}static addDictionary(e,r){e.addFieldOffset(4,r,0)}static addChildren(e,r){e.addFieldOffset(5,r,0)}static createChildrenVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startChildrenVector(e,r){e.startVector(4,r,4)}static addCustomMetadata(e,r){e.addFieldOffset(6,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endField(e){return e.endObject()}};var Lt=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsSchema(e,r){return(r||new Lt).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsSchema(e,r){return e.setPosition(e.position()+he),(r||new Lt).__init(e.readInt32(e.position())+e.position(),e)}endianness(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Rf.Little}fields(e,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new fr).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}fieldsLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new Nt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}features(e){let r=this.bb.__offset(this.bb_pos,10);return r?this.bb.readInt64(this.bb.__vector(this.bb_pos+r)+e*8):BigInt(0)}featuresLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__vector_len(this.bb_pos+e):0}static startSchema(e){e.startObject(4)}static addEndianness(e,r){e.addFieldInt16(0,r,Rf.Little)}static addFields(e,r){e.addFieldOffset(1,r,0)}static createFieldsVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startFieldsVector(e,r){e.startVector(4,r,4)}static addCustomMetadata(e,r){e.addFieldOffset(2,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static addFeatures(e,r){e.addFieldOffset(3,r,0)}static createFeaturesVector(e,r){e.startVector(8,r.length,8);for(let n=r.length-1;n>=0;n--)e.addInt64(r[n]);return e.endVector()}static startFeaturesVector(e,r){e.startVector(8,r,8)}static endSchema(e){return e.endObject()}static finishSchemaBuffer(e,r){e.finish(r)}static finishSizePrefixedSchemaBuffer(e,r){e.finish(r,void 0,!0)}static createSchema(e,r,n,i,f){return Lt.startSchema(e),Lt.addEndianness(e,r),Lt.addFields(e,n),Lt.addCustomMetadata(e,i),Lt.addFeatures(e,f),Lt.endSchema(e)}};var Ar=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsFooter(e,r){return(r||new Ar).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsFooter(e,r){return e.setPosition(e.position()+he),(r||new Ar).__init(e.readInt32(e.position())+e.position(),e)}version(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Nf.V1}schema(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new Lt).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}dictionaries(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new ms).__init(this.bb.__vector(this.bb_pos+n)+e*24,this.bb):null}dictionariesLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}recordBatches(e,r){let n=this.bb.__offset(this.bb_pos,10);return n?(r||new ms).__init(this.bb.__vector(this.bb_pos+n)+e*24,this.bb):null}recordBatchesLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.__vector_len(this.bb_pos+e):0}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,12);return n?(r||new Nt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,12);return e?this.bb.__vector_len(this.bb_pos+e):0}static startFooter(e){e.startObject(5)}static addVersion(e,r){e.addFieldInt16(0,r,Nf.V1)}static addSchema(e,r){e.addFieldOffset(1,r,0)}static addDictionaries(e,r){e.addFieldOffset(2,r,0)}static startDictionariesVector(e,r){e.startVector(24,r,8)}static addRecordBatches(e,r){e.addFieldOffset(3,r,0)}static startRecordBatchesVector(e,r){e.startVector(24,r,8)}static addCustomMetadata(e,r){e.addFieldOffset(4,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endFooter(e){return e.endObject()}static finishFooterBuffer(e,r){e.finish(r)}static finishSizePrefixedFooterBuffer(e,r){e.finish(r,void 0,!0)}};var et=class{constructor(e=[],r,n){this.fields=e||[],this.metadata=r||new Map,n||(n=rw(e)),this.dictionaries=n}get[Symbol.toStringTag](){return"Schema"}get names(){return this.fields.map(e=>e.name)}toString(){return`Schema<{ ${this.fields.map((e,r)=>`${r}: ${e}`).join(", ")} }>`}select(e){let r=new Set(e),n=this.fields.filter(i=>r.has(i.name));return new et(n,this.metadata)}selectAt(e){let r=e.map(n=>this.fields[n]).filter(Boolean);return new et(r,this.metadata)}assign(...e){let r=e[0]instanceof et?e[0]:Array.isArray(e[0])?new et(e[0]):new et(e),n=[...this.fields],i=xu(xu(new Map,this.metadata),r.metadata),f=r.fields.filter(s=>{let l=n.findIndex(p=>p.name===s.name);return~l?(n[l]=s.clone({metadata:xu(xu(new Map,n[l].metadata),s.metadata)}))&&!1:!0}),o=rw(f,new Map);return new et([...n,...f],i,new Map([...this.dictionaries,...o]))}};et.prototype.fields=null;et.prototype.metadata=null;et.prototype.dictionaries=null;var Ve=class{static new(...e){let[r,n,i,f]=e;return e[0]&&typeof e[0]=="object"&&({name:r}=e[0],n===void 0&&(n=e[0].type),i===void 0&&(i=e[0].nullable),f===void 0&&(f=e[0].metadata)),new Ve(`${r}`,n,i,f)}constructor(e,r,n=!1,i){this.name=e,this.type=r,this.nullable=n,this.metadata=i||new Map}get typeId(){return this.type.typeId}get[Symbol.toStringTag](){return"Field"}toString(){return`${this.name}: ${this.type}`}clone(...e){let[r,n,i,f]=e;return!e[0]||typeof e[0]!="object"?[r=this.name,n=this.type,i=this.nullable,f=this.metadata]=e:{name:r=this.name,type:n=this.type,nullable:i=this.nullable,metadata:f=this.metadata}=e[0],Ve.new(r,n,i,f)}};Ve.prototype.type=null;Ve.prototype.name=null;Ve.prototype.nullable=null;Ve.prototype.metadata=null;function xu(t,e){return new Map([...t||new Map,...e||new Map])}function rw(t,e=new Map){for(let r=-1,n=t.length;++r<n;){let f=t[r].type;if(je.isDictionary(f)){if(!e.has(f.id))e.set(f.id,f.dictionary);else if(e.get(f.id)!==f.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}f.children&&f.children.length>0&&rw(f.children,e)}return e}var Wx=Of,Yx=Vr,Df=class{static decode(e){e=new Yx(Ee(e));let r=Ar.getRootAsFooter(e),n=et.decode(r.schema());return new Q0(n,r)}static encode(e){let r=new Wx,n=et.encode(r,e.schema);Ar.startRecordBatchesVector(r,e.numRecordBatches);for(let o of[...e.recordBatches()].slice().reverse())wi.encode(r,o);let i=r.endVector();Ar.startDictionariesVector(r,e.numDictionaries);for(let o of[...e.dictionaryBatches()].slice().reverse())wi.encode(r,o);let f=r.endVector();return Ar.startFooter(r),Ar.addSchema(r,n),Ar.addVersion(r,cr.V4),Ar.addRecordBatches(r,i),Ar.addDictionaries(r,f),Ar.finishFooterBuffer(r,Ar.endFooter(r)),r.asUint8Array()}get numRecordBatches(){return this._recordBatches.length}get numDictionaries(){return this._dictionaryBatches.length}constructor(e,r=cr.V4,n,i){this.schema=e,this.version=r,n&&(this._recordBatches=n),i&&(this._dictionaryBatches=i)}*recordBatches(){for(let e,r=-1,n=this.numRecordBatches;++r<n;)(e=this.getRecordBatch(r))&&(yield e)}*dictionaryBatches(){for(let e,r=-1,n=this.numDictionaries;++r<n;)(e=this.getDictionaryBatch(r))&&(yield e)}getRecordBatch(e){return e>=0&&e<this.numRecordBatches&&this._recordBatches[e]||null}getDictionaryBatch(e){return e>=0&&e<this.numDictionaries&&this._dictionaryBatches[e]||null}};var Q0=class extends Df{get numRecordBatches(){return this._footer.recordBatchesLength()}get numDictionaries(){return this._footer.dictionariesLength()}constructor(e,r){super(e,r.version());this._footer=r}getRecordBatch(e){if(e>=0&&e<this.numRecordBatches){let r=this._footer.recordBatches(e);if(r)return wi.decode(r)}return null}getDictionaryBatch(e){if(e>=0&&e<this.numDictionaries){let r=this._footer.dictionaries(e);if(r)return wi.decode(r)}return null}},wi=class{static decode(e){return new wi(e.metaDataLength(),e.bodyLength(),e.offset())}static encode(e,r){let{metaDataLength:n}=r,i=BigInt(r.offset),f=BigInt(r.bodyLength);return ms.createBlock(e,i,n,f)}constructor(e,r,n){this.metaDataLength=e,this.offset=Lr(n),this.bodyLength=Lr(r)}};var Bt=Object.freeze({done:!0,value:void 0}),Eu=class{constructor(e){this._json=e}get schema(){return this._json.schema}get batches(){return this._json.batches||[]}get dictionaries(){return this._json.dictionaries||[]}},ws=class{tee(){return this._getDOMStream().tee()}pipe(e,r){return this._getNodeStream().pipe(e,r)}pipeTo(e,r){return this._getDOMStream().pipeTo(e,r)}pipeThrough(e,r){return this._getDOMStream().pipeThrough(e,r)}_getDOMStream(){return this._DOMStream||(this._DOMStream=this.toDOMStream())}_getNodeStream(){return this._nodeStream||(this._nodeStream=this.toNodeStream())}},nw=class extends ws{constructor(){super();this._values=[],this.resolvers=[],this._closedPromise=new Promise(e=>this._closedPromiseResolve=e)}get closed(){return this._closedPromise}cancel(e){return pe(this,void 0,void 0,function*(){yield this.return(e)})}write(e){this._ensureOpen()&&(this.resolvers.length<=0?this._values.push(e):this.resolvers.shift().resolve({done:!1,value:e}))}abort(e){this._closedPromiseResolve&&(this.resolvers.length<=0?this._error={error:e}:this.resolvers.shift().reject({done:!0,value:e}))}close(){if(this._closedPromiseResolve){let{resolvers:e}=this;for(;e.length>0;)e.shift().resolve(Bt);this._closedPromiseResolve(),this._closedPromiseResolve=void 0}}[Symbol.asyncIterator](){return this}toDOMStream(e){return ur.toDOMStream(this._closedPromiseResolve||this._error?this:this._values,e)}toNodeStream(e){return ur.toNodeStream(this._closedPromiseResolve||this._error?this:this._values,e)}throw(e){return pe(this,void 0,void 0,function*(){return yield this.abort(e),Bt})}return(e){return pe(this,void 0,void 0,function*(){return yield this.close(),Bt})}read(e){return pe(this,void 0,void 0,function*(){return(yield this.next(e,"read")).value})}peek(e){return pe(this,void 0,void 0,function*(){return(yield this.next(e,"peek")).value})}next(...e){return this._values.length>0?Promise.resolve({done:!1,value:this._values.shift()}):this._error?Promise.reject({done:!0,value:this._error.error}):this._closedPromiseResolve?new Promise((r,n)=>{this.resolvers.push({resolve:r,reject:n})}):Promise.resolve(Bt)}_ensureOpen(){if(this._closedPromiseResolve)return!0;throw new Error("AsyncQueue is closed")}};var Gi=class extends nw{write(e){if((e=Ee(e)).byteLength>0)return super.write(e)}toString(e=!1){return e?Yl(this.toUint8Array(!0)):this.toUint8Array(!1).then(Yl)}toUint8Array(e=!1){return e?$r(this._values)[0]:(()=>pe(this,void 0,void 0,function*(){var r,n,i,f;let o=[],s=0;try{for(var l=!0,p=Fn(this),u;u=yield p.next(),r=u.done,!r;l=!0){f=u.value,l=!1;let h=f;o.push(h),s+=h.byteLength}}catch(h){n={error:h}}finally{try{!l&&!r&&(i=p.return)&&(yield i.call(p))}finally{if(n)throw n.error}}return $r(o,s)[0]}))()}},Ji=class{constructor(e){e&&(this.source=new $0(ur.fromIterable(e)))}[Symbol.iterator](){return this}next(e){return this.source.next(e)}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}peek(e){return this.source.peek(e)}read(e){return this.source.read(e)}},un=class{constructor(e){e instanceof un?this.source=e.source:e instanceof Gi?this.source=new zf(ur.fromAsyncIterable(e)):nu(e)?this.source=new zf(ur.fromNodeStream(e)):Kl(e)?this.source=new zf(ur.fromDOMStream(e)):tu(e)?this.source=new zf(ur.fromDOMStream(e.body)):Mn(e)?this.source=new zf(ur.fromIterable(e)):Pn(e)?this.source=new zf(ur.fromAsyncIterable(e)):Sn(e)&&(this.source=new zf(ur.fromAsyncIterable(e)))}[Symbol.asyncIterator](){return this}next(e){return this.source.next(e)}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}get closed(){return this.source.closed}cancel(e){return this.source.cancel(e)}peek(e){return this.source.peek(e)}read(e){return this.source.read(e)}},$0=class{constructor(e){this.source=e}cancel(e){this.return(e)}peek(e){return this.next(e,"peek").value}read(e){return this.next(e,"read").value}next(e,r="read"){return this.source.next({cmd:r,size:e})}throw(e){return Object.create(this.source.throw&&this.source.throw(e)||Bt)}return(e){return Object.create(this.source.return&&this.source.return(e)||Bt)}},zf=class{constructor(e){this.source=e,this._closedPromise=new Promise(r=>this._closedPromiseResolve=r)}cancel(e){return pe(this,void 0,void 0,function*(){yield this.return(e)})}get closed(){return this._closedPromise}read(e){return pe(this,void 0,void 0,function*(){return(yield this.next(e,"read")).value})}peek(e){return pe(this,void 0,void 0,function*(){return(yield this.next(e,"peek")).value})}next(e,r="read"){return pe(this,void 0,void 0,function*(){return yield this.source.next({cmd:r,size:e})})}throw(e){return pe(this,void 0,void 0,function*(){let r=this.source.throw&&(yield this.source.throw(e))||Bt;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)})}return(e){return pe(this,void 0,void 0,function*(){let r=this.source.return&&(yield this.source.return(e))||Bt;return this._closedPromiseResolve&&this._closedPromiseResolve(),this._closedPromiseResolve=void 0,Object.create(r)})}};var Au=class extends Ji{constructor(e,r){super();this.position=0,this.buffer=Ee(e),this.size=r===void 0?this.buffer.byteLength:r}readInt32(e){let{buffer:r,byteOffset:n}=this.readAt(e,4);return new DataView(r,n).getInt32(0,!0)}seek(e){return this.position=Math.min(e,this.size),e<this.size}read(e){let{buffer:r,size:n,position:i}=this;return r&&i<n?(typeof e!="number"&&(e=Number.POSITIVE_INFINITY),this.position=Math.min(n,i+Math.min(n-i,e)),r.subarray(i,this.position)):null}readAt(e,r){let n=this.buffer,i=Math.min(this.size,e+r);return n?n.subarray(e,i):new Uint8Array(r)}close(){this.buffer&&(this.buffer=null)}throw(e){return this.close(),{done:!0,value:e}}return(e){return this.close(),{done:!0,value:e}}},go=class extends un{constructor(e,r){super();this.position=0,this._handle=e,typeof r=="number"?this.size=r:this._pending=(()=>pe(this,void 0,void 0,function*(){this.size=(yield e.stat()).size,delete this._pending}))()}readInt32(e){return pe(this,void 0,void 0,function*(){let{buffer:r,byteOffset:n}=yield this.readAt(e,4);return new DataView(r,n).getInt32(0,!0)})}seek(e){return pe(this,void 0,void 0,function*(){return this._pending&&(yield this._pending),this.position=Math.min(e,this.size),e<this.size})}read(e){return pe(this,void 0,void 0,function*(){this._pending&&(yield this._pending);let{_handle:r,size:n,position:i}=this;if(r&&i<n){typeof e!="number"&&(e=Number.POSITIVE_INFINITY);let f=i,o=0,s=0,l=Math.min(n,f+Math.min(n-f,e)),p=new Uint8Array(Math.max(0,(this.position=l)-f));for(;(f+=s)<l&&(o+=s)<p.byteLength;)({bytesRead:s}=yield r.read(p,o,p.byteLength-o,f));return p}return null})}readAt(e,r){return pe(this,void 0,void 0,function*(){this._pending&&(yield this._pending);let{_handle:n,size:i}=this;if(n&&e+r<i){let f=Math.min(i,e+r),o=new Uint8Array(f-e);return(yield n.read(o,0,r,e)).buffer}return new Uint8Array(r)})}close(){return pe(this,void 0,void 0,function*(){let e=this._handle;this._handle=null,e&&(yield e.close())})}throw(e){return pe(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:e}})}return(e){return pe(this,void 0,void 0,function*(){return yield this.close(),{done:!0,value:e}})}};var fw={};Lf(fw,{BaseInt64:()=>Ou,Int128:()=>cn,Int64:()=>gr,Uint64:()=>ct});var Kx=1<<16;function hs(t){return t<0&&(t=4294967295+t+1),`0x${t.toString(16)}`}var bs=8,iw=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8],Ou=class{constructor(e){this.buffer=e}high(){return this.buffer[1]}low(){return this.buffer[0]}_times(e){let r=new Uint32Array([this.buffer[1]>>>16,this.buffer[1]&65535,this.buffer[0]>>>16,this.buffer[0]&65535]),n=new Uint32Array([e.buffer[1]>>>16,e.buffer[1]&65535,e.buffer[0]>>>16,e.buffer[0]&65535]),i=r[3]*n[3];this.buffer[0]=i&65535;let f=i>>>16;return i=r[2]*n[3],f+=i,i=r[3]*n[2]>>>0,f+=i,this.buffer[0]+=f<<16,this.buffer[1]=f>>>0<i?Kx:0,this.buffer[1]+=f>>>16,this.buffer[1]+=r[1]*n[3]+r[2]*n[2]+r[3]*n[1],this.buffer[1]+=r[0]*n[3]+r[1]*n[2]+r[2]*n[1]+r[3]*n[0]<<16,this}_plus(e){let r=this.buffer[0]+e.buffer[0]>>>0;this.buffer[1]+=e.buffer[1],r<this.buffer[0]>>>0&&++this.buffer[1],this.buffer[0]=r}lessThan(e){return this.buffer[1]<e.buffer[1]||this.buffer[1]===e.buffer[1]&&this.buffer[0]<e.buffer[0]}equals(e){return this.buffer[1]===e.buffer[1]&&this.buffer[0]==e.buffer[0]}greaterThan(e){return e.lessThan(this)}hex(){return`${hs(this.buffer[1])} ${hs(this.buffer[0])}`}},ct=class extends Ou{times(e){return this._times(e),this}plus(e){return this._plus(e),this}static from(e,r=new Uint32Array(2)){return ct.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(2)){return ct.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(2)){let n=e.length,i=new ct(r);for(let f=0;f<n;){let o=bs<n-f?bs:n-f,s=new ct(new Uint32Array([Number.parseInt(e.slice(f,f+o),10),0])),l=new ct(new Uint32Array([iw[o],0]));i.times(l),i.plus(s),f+=o}return i}static convertArray(e){let r=new Uint32Array(e.length*2);for(let n=-1,i=e.length;++n<i;)ct.from(e[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(e,r){return new ct(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new ct(new Uint32Array(e.buffer)).plus(r)}},gr=class extends Ou{negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[0]==0&&++this.buffer[1],this}times(e){return this._times(e),this}plus(e){return this._plus(e),this}lessThan(e){let r=this.buffer[1]<<0,n=e.buffer[1]<<0;return r<n||r===n&&this.buffer[0]<e.buffer[0]}static from(e,r=new Uint32Array(2)){return gr.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(2)){return gr.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(2)){let n=e.startsWith("-"),i=e.length,f=new gr(r);for(let o=n?1:0;o<i;){let s=bs<i-o?bs:i-o,l=new gr(new Uint32Array([Number.parseInt(e.slice(o,o+s),10),0])),p=new gr(new Uint32Array([iw[s],0]));f.times(p),f.plus(l),o+=s}return n?f.negate():f}static convertArray(e){let r=new Uint32Array(e.length*2);for(let n=-1,i=e.length;++n<i;)gr.from(e[n],new Uint32Array(r.buffer,r.byteOffset+2*n*4,2));return r}static multiply(e,r){return new gr(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new gr(new Uint32Array(e.buffer)).plus(r)}},cn=class{constructor(e){this.buffer=e}high(){return new gr(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2))}low(){return new gr(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset,2))}negate(){return this.buffer[0]=~this.buffer[0]+1,this.buffer[1]=~this.buffer[1],this.buffer[2]=~this.buffer[2],this.buffer[3]=~this.buffer[3],this.buffer[0]==0&&++this.buffer[1],this.buffer[1]==0&&++this.buffer[2],this.buffer[2]==0&&++this.buffer[3],this}times(e){let r=new ct(new Uint32Array([this.buffer[3],0])),n=new ct(new Uint32Array([this.buffer[2],0])),i=new ct(new Uint32Array([this.buffer[1],0])),f=new ct(new Uint32Array([this.buffer[0],0])),o=new ct(new Uint32Array([e.buffer[3],0])),s=new ct(new Uint32Array([e.buffer[2],0])),l=new ct(new Uint32Array([e.buffer[1],0])),p=new ct(new Uint32Array([e.buffer[0],0])),u=ct.multiply(f,p);this.buffer[0]=u.low();let h=new ct(new Uint32Array([u.high(),0]));return u=ct.multiply(i,p),h.plus(u),u=ct.multiply(f,l),h.plus(u),this.buffer[1]=h.low(),this.buffer[3]=h.lessThan(u)?1:0,this.buffer[2]=h.high(),new ct(new Uint32Array(this.buffer.buffer,this.buffer.byteOffset+8,2)).plus(ct.multiply(n,p)).plus(ct.multiply(i,l)).plus(ct.multiply(f,s)),this.buffer[3]+=ct.multiply(r,p).plus(ct.multiply(n,l)).plus(ct.multiply(i,s)).plus(ct.multiply(f,o)).low(),this}plus(e){let r=new Uint32Array(4);return r[3]=this.buffer[3]+e.buffer[3]>>>0,r[2]=this.buffer[2]+e.buffer[2]>>>0,r[1]=this.buffer[1]+e.buffer[1]>>>0,r[0]=this.buffer[0]+e.buffer[0]>>>0,r[0]<this.buffer[0]>>>0&&++r[1],r[1]<this.buffer[1]>>>0&&++r[2],r[2]<this.buffer[2]>>>0&&++r[3],this.buffer[3]=r[3],this.buffer[2]=r[2],this.buffer[1]=r[1],this.buffer[0]=r[0],this}hex(){return`${hs(this.buffer[3])} ${hs(this.buffer[2])} ${hs(this.buffer[1])} ${hs(this.buffer[0])}`}static multiply(e,r){return new cn(new Uint32Array(e.buffer)).times(r)}static add(e,r){return new cn(new Uint32Array(e.buffer)).plus(r)}static from(e,r=new Uint32Array(4)){return cn.fromString(typeof e=="string"?e:e.toString(),r)}static fromNumber(e,r=new Uint32Array(4)){return cn.fromString(e.toString(),r)}static fromString(e,r=new Uint32Array(4)){let n=e.startsWith("-"),i=e.length,f=new cn(r);for(let o=n?1:0;o<i;){let s=bs<i-o?bs:i-o,l=new cn(new Uint32Array([Number.parseInt(e.slice(o,o+s),10),0,0,0])),p=new cn(new Uint32Array([iw[s],0,0,0]));f.times(p),f.plus(l),o+=s}return n?f.negate():f}static convertArray(e){let r=new Uint32Array(e.length*4);for(let n=-1,i=e.length;++n<i;)cn.from(e[n],new Uint32Array(r.buffer,r.byteOffset+4*4*n,4));return r}};var Nu=class extends _e{constructor(e,r,n,i){super();this.nodesIndex=-1,this.buffersIndex=-1,this.bytes=e,this.nodes=r,this.buffers=n,this.dictionaries=i}visit(e){return super.visit(e instanceof Ve?e.type:e)}visitNull(e,{length:r}=this.nextFieldNode()){return Pe({type:e,length:r})}visitBool(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitInt(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitFloat(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitUtf8(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),valueOffsets:this.readOffsets(e),data:this.readData(e)})}visitBinary(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),valueOffsets:this.readOffsets(e),data:this.readData(e)})}visitFixedSizeBinary(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitDate(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitTimestamp(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitTime(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitDecimal(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitList(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),valueOffsets:this.readOffsets(e),child:this.visit(e.children[0])})}visitStruct(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),children:this.visitMany(e.children)})}visitUnion(e){return e.mode===Ut.Sparse?this.visitSparseUnion(e):this.visitDenseUnion(e)}visitDenseUnion(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),typeIds:this.readTypeIds(e),valueOffsets:this.readOffsets(e),children:this.visitMany(e.children)})}visitSparseUnion(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),typeIds:this.readTypeIds(e),children:this.visitMany(e.children)})}visitDictionary(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e.indices),dictionary:this.readDictionary(e)})}visitInterval(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),data:this.readData(e)})}visitFixedSizeList(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),child:this.visit(e.children[0])})}visitMap(e,{length:r,nullCount:n}=this.nextFieldNode()){return Pe({type:e,length:r,nullCount:n,nullBitmap:this.readNullBitmap(e,n),valueOffsets:this.readOffsets(e),child:this.visit(e.children[0])})}nextFieldNode(){return this.nodes[++this.nodesIndex]}nextBufferRange(){return this.buffers[++this.buffersIndex]}readNullBitmap(e,r,n=this.nextBufferRange()){return r>0&&this.readData(e,n)||new Uint8Array(0)}readOffsets(e,r){return this.readData(e,r)}readTypeIds(e,r){return this.readData(e,r)}readData(e,{length:r,offset:n}=this.nextBufferRange()){return this.bytes.subarray(n,n+r)}readDictionary(e){return this.dictionaries.get(e.id)}},ow=class extends Nu{constructor(e,r,n,i){super(new Uint8Array(0),r,n,i);this.sources=e}readNullBitmap(e,r,{offset:n}=this.nextBufferRange()){return r<=0?new Uint8Array(0):wo(this.sources[n])}readOffsets(e,{offset:r}=this.nextBufferRange()){return Ge(Uint8Array,Ge(Int32Array,this.sources[r]))}readTypeIds(e,{offset:r}=this.nextBufferRange()){return Ge(Uint8Array,Ge(e.ArrayType,this.sources[r]))}readData(e,{offset:r}=this.nextBufferRange()){let{sources:n}=this;return je.isTimestamp(e)?Ge(Uint8Array,gr.convertArray(n[r])):(je.isInt(e)||je.isTime(e))&&e.bitWidth===64?Ge(Uint8Array,gr.convertArray(n[r])):je.isDate(e)&&e.unit===qr.MILLISECOND?Ge(Uint8Array,gr.convertArray(n[r])):je.isDecimal(e)?Ge(Uint8Array,cn.convertArray(n[r])):je.isBinary(e)||je.isFixedSizeBinary(e)?Gx(n[r]):je.isBool(e)?wo(n[r]):je.isUtf8(e)?jf(n[r].join("")):Ge(Uint8Array,Ge(e.ArrayType,n[r].map(i=>+i)))}};function Gx(t){let e=t.join(""),r=new Uint8Array(e.length/2);for(let n=0;n<e.length;n+=2)r[n>>1]=Number.parseInt(e.slice(n,n+2),16);return r}var pa=class extends Ui{constructor(e){super(e);this._values=new bo(new Uint8Array(0))}get byteLength(){let e=this._pendingLength+this.length*4;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),e}setValue(e,r){return super.setValue(e,Ee(r))}_flushPending(e,r){let n=this._offsets,i=this._values.reserve(r).buffer,f=0;for(let[o,s]of e)if(s===void 0)n.set(o,0);else{let l=s.length;i.set(s,f),n.set(o,l),f+=l}}};var sw=class extends zt{constructor(e){super(e);this._values=new ta}setValue(e,r){this._values.set(e,+r)}};var gs=class extends dr{};gs.prototype._setValue=Yd;var Ru=class extends gs{};Ru.prototype._setValue=ou;var Hu=class extends gs{};Hu.prototype._setValue=su;var Du=class extends dr{};Du.prototype._setValue=Jd;var lw=class extends zt{constructor({type:e,nullValues:r,dictionaryHashFunction:n}){super({type:new xn(e.dictionary,e.indices,e.id,e.isOrdered)});this._nulls=null,this._dictionaryOffset=0,this._keysToIndices=Object.create(null),this.indices=jo({type:this.type.indices,nullValues:r}),this.dictionary=jo({type:this.type.dictionary,nullValues:null}),typeof n=="function"&&(this.valueToKey=n)}get values(){return this.indices.values}get nullCount(){return this.indices.nullCount}get nullBitmap(){return this.indices.nullBitmap}get byteLength(){return this.indices.byteLength+this.dictionary.byteLength}get reservedLength(){return this.indices.reservedLength+this.dictionary.reservedLength}get reservedByteLength(){return this.indices.reservedByteLength+this.dictionary.reservedByteLength}isValid(e){return this.indices.isValid(e)}setValid(e,r){let n=this.indices;return r=n.setValid(e,r),this.length=n.length,r}setValue(e,r){let n=this._keysToIndices,i=this.valueToKey(r),f=n[i];return f===void 0&&(n[i]=f=this._dictionaryOffset+this.dictionary.append(r).length-1),this.indices.setValue(e,f)}flush(){let e=this.type,r=this._dictionary,n=this.dictionary.toVector(),i=this.indices.flush().clone(e);return i.dictionary=r?r.concat(n):n,this.finished||(this._dictionaryOffset+=n.length),this._dictionary=i.dictionary,this.clear(),i}finish(){return this.indices.finish(),this.dictionary.finish(),this._dictionaryOffset=0,this._keysToIndices=Object.create(null),super.finish()}clear(){return this.indices.clear(),this.dictionary.clear(),super.clear()}valueToKey(e){return typeof e=="string"?e:`${e}`}};var zu=class extends dr{};zu.prototype._setValue=Wd;var aw=class extends zt{setValue(e,r){let[n]=this.children,i=e*this.stride;for(let f=-1,o=r.length;++f<o;)n.set(i+f,r[f])}addChild(e,r="0"){if(this.numChildren>0)throw new Error("FixedSizeListBuilder can only have one child.");let n=this.children.push(e);return this.type=new ci(this.type.listSize,new Ve(r,e.type,!0)),n}};var js=class extends dr{setValue(e,r){this._values.set(e,r)}},pw=class extends js{setValue(e,r){super.setValue(e,Xl(r))}},uw=class extends js{},cw=class extends js{};var ys=class extends dr{};ys.prototype._setValue=Xd;var Fu=class extends ys{};Fu.prototype._setValue=hu;var Pu=class extends ys{};Pu.prototype._setValue=bu;var Wn=class extends dr{setValue(e,r){this._values.set(e,r)}},mw=class extends Wn{},dw=class extends Wn{},ww=class extends Wn{},hw=class extends Wn{},bw=class extends Wn{},gw=class extends Wn{},jw=class extends Wn{},yw=class extends Wn{};var vw=class extends Ui{constructor(e){super(e);this._offsets=new ra}addChild(e,r="0"){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=e,this.type=new pi(new Ve(r,e.type,!0)),this.numChildren-1}_flushPending(e){let r=this._offsets,[n]=this.children;for(let[i,f]of e)if(typeof f=="undefined")r.set(i,0);else{let o=f,s=o.length,l=r.set(i,s).buffer[i];for(let p=-1;++p<s;)n.set(l+p,o[p])}}};var qw=class extends Ui{set(e,r){return super.set(e,r)}setValue(e,r){let n=r instanceof Map?r:new Map(Object.entries(r)),i=this._pending||(this._pending=new Map),f=i.get(e);f&&(this._pendingLength-=f.size),this._pendingLength+=n.size,i.set(e,n)}addChild(e,r=`${this.numChildren}`){if(this.numChildren>0)throw new Error("ListBuilder can only have one child.");return this.children[this.numChildren]=e,this.type=new mi(new Ve(r,e.type,!0),this.type.keysSorted),this.numChildren-1}_flushPending(e){let r=this._offsets,[n]=this.children;for(let[i,f]of e)if(f===void 0)r.set(i,0);else{let{[i]:o,[i+1]:s}=r.set(i,f.size).buffer;for(let l of f.entries())if(n.set(o,l),++o>=s)break}}};var _w=class extends zt{setValue(e,r){}setValid(e,r){return this.length=Math.max(e+1,this.length),r}};var kw=class extends zt{setValue(e,r){let{children:n,type:i}=this;switch(Array.isArray(r)||r.constructor){case!0:return i.children.forEach((f,o)=>n[o].set(e,r[o]));case Map:return i.children.forEach((f,o)=>n[o].set(e,r.get(f.name)));default:return i.children.forEach((f,o)=>n[o].set(e,r[f.name]))}}setValid(e,r){return super.setValid(e,r)||this.children.forEach(n=>n.setValid(e,r)),r}addChild(e,r=`${this.numChildren}`){let n=this.children.push(e);return this.type=new Ot([...this.type.children,new Ve(r,e.type,!0)]),n}};var Ff=class extends dr{};Ff.prototype._setValue=Kd;var Mu=class extends Ff{};Mu.prototype._setValue=lu;var Uu=class extends Ff{};Uu.prototype._setValue=au;var Lu=class extends Ff{};Lu.prototype._setValue=pu;var Cu=class extends Ff{};Cu.prototype._setValue=uu;var Pf=class extends dr{};Pf.prototype._setValue=Gd;var Vu=class extends Pf{};Vu.prototype._setValue=cu;var Wu=class extends Pf{};Wu.prototype._setValue=mu;var Yu=class extends Pf{};Yu.prototype._setValue=du;var Ku=class extends Pf{};Ku.prototype._setValue=wu;var ua=class extends zt{constructor(e){super(e);this._typeIds=new Af(new Int8Array(0),1),typeof e.valueToChildTypeId=="function"&&(this._valueToChildTypeId=e.valueToChildTypeId)}get typeIdToChildIndex(){return this.type.typeIdToChildIndex}append(e,r){return this.set(this.length,e,r)}set(e,r,n){return n===void 0&&(n=this._valueToChildTypeId(this,r,e)),this.setValid(e,this.isValid(r))&&this.setValue(e,r,n),this}setValue(e,r,n){this._typeIds.set(e,n);let i=this.type.typeIdToChildIndex[n],f=this.children[i];f==null||f.set(e,r)}addChild(e,r=`${this.children.length}`){let n=this.children.push(e),{type:{children:i,mode:f,typeIds:o}}=this,s=[...i,new Ve(r,e.type)];return this.type=new ui(f,[...o,n],s),n}_valueToChildTypeId(e,r,n){throw new Error("Cannot map UnionBuilder value to child typeId. Pass the `childTypeId` as the second argument to unionBuilder.append(), or supply a `valueToChildTypeId` function as part of the UnionBuilder constructor options.")}},Tw=class extends ua{},Bw=class extends ua{constructor(e){super(e);this._offsets=new Af(new Int32Array(0))}setValue(e,r,n){let i=this._typeIds.set(e,n).buffer[e],f=this.getChildAt(this.type.typeIdToChildIndex[i]),o=this._offsets.set(e,f.length).buffer[e];f==null||f.set(o,r)}};var Gu=class extends Ui{constructor(e){super(e);this._values=new bo(new Uint8Array(0))}get byteLength(){let e=this._pendingLength+this.length*4;return this._offsets&&(e+=this._offsets.byteLength),this._values&&(e+=this._values.byteLength),this._nulls&&(e+=this._nulls.byteLength),e}setValue(e,r){return super.setValue(e,jf(r))}_flushPending(e,r){}};Gu.prototype._flushPending=pa.prototype._flushPending;var ev=class extends _e{visitNull(){return _w}visitBool(){return sw}visitInt(){return Wn}visitInt8(){return mw}visitInt16(){return dw}visitInt32(){return ww}visitInt64(){return hw}visitUint8(){return bw}visitUint16(){return gw}visitUint32(){return jw}visitUint64(){return yw}visitFloat(){return js}visitFloat16(){return pw}visitFloat32(){return uw}visitFloat64(){return cw}visitUtf8(){return Gu}visitBinary(){return pa}visitFixedSizeBinary(){return zu}visitDate(){return gs}visitDateDay(){return Ru}visitDateMillisecond(){return Hu}visitTimestamp(){return Ff}visitTimestampSecond(){return Mu}visitTimestampMillisecond(){return Uu}visitTimestampMicrosecond(){return Lu}visitTimestampNanosecond(){return Cu}visitTime(){return Pf}visitTimeSecond(){return Vu}visitTimeMillisecond(){return Wu}visitTimeMicrosecond(){return Yu}visitTimeNanosecond(){return Ku}visitDecimal(){return Du}visitList(){return vw}visitStruct(){return kw}visitUnion(){return ua}visitDenseUnion(){return Bw}visitSparseUnion(){return Tw}visitDictionary(){return lw}visitInterval(){return ys}visitIntervalDayTime(){return Fu}visitIntervalYearMonth(){return Pu}visitFixedSizeList(){return aw}visitMap(){return qw}},tv=new ev;var Re=class extends _e{compareSchemas(e,r){return e===r||r instanceof e.constructor&&this.compareManyFields(e.fields,r.fields)}compareManyFields(e,r){return e===r||Array.isArray(e)&&Array.isArray(r)&&e.length===r.length&&e.every((n,i)=>this.compareFields(n,r[i]))}compareFields(e,r){return e===r||r instanceof e.constructor&&e.name===r.name&&e.nullable===r.nullable&&this.visit(e.type,r.type)}};function Wr(t,e){return e instanceof t.constructor}function ca(t,e){return t===e||Wr(t,e)}function Xi(t,e){return t===e||Wr(t,e)&&t.bitWidth===e.bitWidth&&t.isSigned===e.isSigned}function Ju(t,e){return t===e||Wr(t,e)&&t.precision===e.precision}function Jx(t,e){return t===e||Wr(t,e)&&t.byteWidth===e.byteWidth}function Iw(t,e){return t===e||Wr(t,e)&&t.unit===e.unit}function ma(t,e){return t===e||Wr(t,e)&&t.unit===e.unit&&t.timezone===e.timezone}function da(t,e){return t===e||Wr(t,e)&&t.unit===e.unit&&t.bitWidth===e.bitWidth}function Xx(t,e){return t===e||Wr(t,e)&&t.children.length===e.children.length&&hi.compareManyFields(t.children,e.children)}function Zx(t,e){return t===e||Wr(t,e)&&t.children.length===e.children.length&&hi.compareManyFields(t.children,e.children)}function Sw(t,e){return t===e||Wr(t,e)&&t.mode===e.mode&&t.typeIds.every((r,n)=>r===e.typeIds[n])&&hi.compareManyFields(t.children,e.children)}function Qx(t,e){return t===e||Wr(t,e)&&t.id===e.id&&t.isOrdered===e.isOrdered&&hi.visit(t.indices,e.indices)&&hi.visit(t.dictionary,e.dictionary)}function xw(t,e){return t===e||Wr(t,e)&&t.unit===e.unit}function $x(t,e){return t===e||Wr(t,e)&&t.listSize===e.listSize&&t.children.length===e.children.length&&hi.compareManyFields(t.children,e.children)}function e1(t,e){return t===e||Wr(t,e)&&t.keysSorted===e.keysSorted&&t.children.length===e.children.length&&hi.compareManyFields(t.children,e.children)}Re.prototype.visitNull=ca;Re.prototype.visitBool=ca;Re.prototype.visitInt=Xi;Re.prototype.visitInt8=Xi;Re.prototype.visitInt16=Xi;Re.prototype.visitInt32=Xi;Re.prototype.visitInt64=Xi;Re.prototype.visitUint8=Xi;Re.prototype.visitUint16=Xi;Re.prototype.visitUint32=Xi;Re.prototype.visitUint64=Xi;Re.prototype.visitFloat=Ju;Re.prototype.visitFloat16=Ju;Re.prototype.visitFloat32=Ju;Re.prototype.visitFloat64=Ju;Re.prototype.visitUtf8=ca;Re.prototype.visitBinary=ca;Re.prototype.visitFixedSizeBinary=Jx;Re.prototype.visitDate=Iw;Re.prototype.visitDateDay=Iw;Re.prototype.visitDateMillisecond=Iw;Re.prototype.visitTimestamp=ma;Re.prototype.visitTimestampSecond=ma;Re.prototype.visitTimestampMillisecond=ma;Re.prototype.visitTimestampMicrosecond=ma;Re.prototype.visitTimestampNanosecond=ma;Re.prototype.visitTime=da;Re.prototype.visitTimeSecond=da;Re.prototype.visitTimeMillisecond=da;Re.prototype.visitTimeMicrosecond=da;Re.prototype.visitTimeNanosecond=da;Re.prototype.visitDecimal=ca;Re.prototype.visitList=Xx;Re.prototype.visitStruct=Zx;Re.prototype.visitUnion=Sw;Re.prototype.visitDenseUnion=Sw;Re.prototype.visitSparseUnion=Sw;Re.prototype.visitDictionary=Qx;Re.prototype.visitInterval=xw;Re.prototype.visitIntervalDayTime=xw;Re.prototype.visitIntervalYearMonth=xw;Re.prototype.visitFixedSizeList=$x;Re.prototype.visitMap=e1;var hi=new Re;function yo(t,e){return hi.compareSchemas(t,e)}function rv(t,e){return hi.compareFields(t,e)}function nv(t,e){return hi.visit(t,e)}function jo(t){let e=t.type,r=new(tv.getVisitFn(e)())(t);if(e.children&&e.children.length>0){let n=t.children||[],i={nullValues:t.nullValues},f=Array.isArray(n)?(o,s)=>n[s]||i:({name:o})=>n[o]||i;for(let[o,s]of e.children.entries()){let{type:l}=s,p=f(s,o);r.children.push(jo(Object.assign(Object.assign({},p),{type:l})))}}return r}function Xu(t,e){return t1(t,e.map(r=>r.data.concat()))}function t1(t,e){let r=[...t.fields],n=[],i={numBatches:e.reduce((h,c)=>Math.max(h,c.length),0)},f=0,o=0,s=-1,l=e.length,p,u=[];for(;i.numBatches-- >0;){for(o=Number.POSITIVE_INFINITY,s=-1;++s<l;)u[s]=p=e[s].shift(),o=Math.min(o,p?p.length:o);Number.isFinite(o)&&(u=r1(r,o,u,e,i),o>0&&(n[f++]=Pe({type:new Ot(r),length:o,nullCount:0,children:u.slice()})))}return[t=t.assign(r),n.map(h=>new It(t,h))]}function r1(t,e,r,n,i){var f;let o=(e+63&~63)>>3;for(let s=-1,l=n.length;++s<l;){let p=r[s],u=p==null?void 0:p.length;if(u>=e)u===e?r[s]=p:(r[s]=p.slice(0,e),i.numBatches=Math.max(i.numBatches,n[s].unshift(p.slice(e,u-e))));else{let h=t[s];t[s]=h.clone({nullable:!0}),r[s]=(f=p==null?void 0:p._changeLengthAndBackfillNullBitmap(e))!==null&&f!==void 0?f:Pe({type:h.type,length:e,nullCount:e,nullBitmap:new Uint8Array(o)})}}return r}var iv,$t=class{constructor(...e){var r,n;if(e.length===0)return this.batches=[],this.schema=new et([]),this._offsets=[0],this;let i,f;e[0]instanceof et&&(i=e.shift()),e.at(-1)instanceof Uint32Array&&(f=e.pop());let o=l=>{if(l){if(l instanceof It)return[l];if(l instanceof $t)return l.batches;if(l instanceof ut){if(l.type instanceof Ot)return[new It(new et(l.type.children),l)]}else{if(Array.isArray(l))return l.flatMap(p=>o(p));if(typeof l[Symbol.iterator]=="function")return[...l].flatMap(p=>o(p));if(typeof l=="object"){let p=Object.keys(l),u=p.map(j=>new Fe([l[j]])),h=new et(p.map((j,B)=>new Ve(String(j),u[B].type))),[,c]=Xu(h,u);return c.length===0?[new It(l)]:c}}}return[]},s=e.flatMap(l=>o(l));if(i=(n=i??((r=s[0])===null||r===void 0?void 0:r.schema))!==null&&n!==void 0?n:new et([]),!(i instanceof et))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");for(let l of s){if(!(l instanceof It))throw new TypeError("Table constructor expects a [Schema, RecordBatch[]] pair.");if(!yo(i,l.schema))throw new TypeError("Table and inner RecordBatch schemas must be equivalent.")}this.schema=i,this.batches=s,this._offsets=f??_u(this.data)}get data(){return this.batches.map(({data:e})=>e)}get numCols(){return this.schema.fields.length}get numRows(){return this.data.reduce((e,r)=>e+r.length,0)}get nullCount(){return this._nullCount===-1&&(this._nullCount=qu(this.data)),this._nullCount}isValid(e){return!1}get(e){return null}set(e,r){}indexOf(e,r){return-1}getByteLength(e){return 0}[Symbol.iterator](){return this.batches.length>0?cs.visit(new Fe(this.data)):new Array(0)[Symbol.iterator]()}toArray(){return[...this]}toString(){return`[
36
36
  ${this.toArray().join(`,
37
37
  `)}
38
- ]`}concat(...e){let r=this.schema,n=this.data.concat(e.flatMap(({data:i})=>i));return new $t(r,n.map(i=>new It(r,i)))}slice(e,r){let n=this.schema;[e,r]=ta({length:this.numRows},e,r);let i=Nu(this.data,this._offsets,e,r);return new $t(n,i.map(f=>new It(n,f)))}getChild(e){return this.getChildAt(this.schema.fields.findIndex(r=>r.name===e))}getChildAt(e){if(e>-1&&e<this.schema.fields.length){let r=this.data.map(n=>n.children[e]);if(r.length===0){let{type:n}=this.schema.fields[e],i=Fe({type:n,length:0,nullCount:0});r.push(i._changeLengthAndBackfillNullBitmap(this.numRows))}return new ze(r)}return null}setChild(e,r){var n;return this.setChildAt((n=this.schema.fields)===null||n===void 0?void 0:n.findIndex(i=>i.name===e),r)}setChildAt(e,r){let n=this.schema,i=[...this.batches];if(e>-1&&e<this.numCols){r||(r=new ze([Fe({type:new Vr,length:this.numRows})]));let f=n.fields.slice(),o=f[e].clone({type:r.type}),s=this.schema.fields.map((l,p)=>this.getChildAt(p));[f[e],s[e]]=[o,r],[n,i]=fc(n,s)}return new $t(n,i)}select(e){let r=this.schema.fields.reduce((n,i,f)=>n.set(i.name,f),new Map);return this.selectAt(e.map(n=>r.get(n)).filter(n=>n>-1))}selectAt(e){let r=this.schema.selectAt(e),n=this.batches.map(i=>i.selectAt(e));return new $t(r,n)}assign(e){let r=this.schema.fields,[n,i]=e.schema.fields.reduce((s,l,p)=>{let[u,b]=s,c=r.findIndex(h=>h.name===l.name);return~c?b[c]=p:u.push(p),s},[[],[]]),f=this.schema.assign(e.schema),o=[...r.map((s,l)=>[l,i[l]]).map(([s,l])=>l===void 0?this.getChildAt(s):e.getChildAt(l)),...n.map(s=>e.getChildAt(s))].filter(Boolean);return new $t(...fc(f,o))}};Mv=Symbol.toStringTag;$t[Mv]=(t=>(t.schema=null,t.batches=[],t._offsets=new Uint32Array([0]),t._nullCount=-1,t[Symbol.isConcatSpreadable]=!0,t.isValid=Af(na),t.get=Af(Qt.getVisitFn(H.Struct)),t.set=Hu(dr.getVisitFn(H.Struct)),t.indexOf=Ru(bo.getVisitFn(H.Struct)),t.getByteLength=Af(rn.getVisitFn(H.Struct)),"Table"))($t.prototype);var Uv,It=class{constructor(...e){switch(e.length){case 2:{if([this.schema]=e,!(this.schema instanceof et))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=Fe({nullCount:0,type:new Ot(this.schema.fields),children:this.schema.fields.map(r=>Fe({type:r.type,nullCount:0}))})]=e,!(this.data instanceof ut))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=Lv(this.schema,this.data.children);break}case 1:{let[r]=e,{fields:n,children:i,length:f}=Object.keys(r).reduce((l,p,u)=>(l.children[u]=r[p],l.length=Math.max(l.length,r[p].length),l.fields[u]=Ce.new({name:p,type:r[p].type,nullable:!0}),l),{length:0,fields:new Array,children:new Array}),o=new et(n),s=Fe({type:new Ot(n),length:f,children:i,nullCount:0});[this.schema,this.data]=Lv(o,s.children,f);break}default:throw new TypeError("RecordBatch constructor expects an Object mapping names to child Data, or a [Schema, Data] pair.")}}get dictionaries(){return this._dictionaries||(this._dictionaries=Cv(this.schema.fields,this.data.children))}get numCols(){return this.schema.fields.length}get numRows(){return this.data.length}get nullCount(){return this.data.nullCount}isValid(e){return this.data.getValid(e)}get(e){return Qt.visit(this.data,e)}set(e,r){return dr.visit(this.data,e,r)}indexOf(e,r){return bo.visit(this.data,e,r)}getByteLength(e){return rn.visit(this.data,e)}[Symbol.iterator](){return ws.visit(new ze([this.data]))}toArray(){return[...this]}concat(...e){return new $t(this.schema,[this,...e])}slice(e,r){let[n]=new ze([this.data]).slice(e,r).data;return new It(this.schema,n)}getChild(e){var r;return this.getChildAt((r=this.schema.fields)===null||r===void 0?void 0:r.findIndex(n=>n.name===e))}getChildAt(e){return e>-1&&e<this.schema.fields.length?new ze([this.data.children[e]]):null}setChild(e,r){var n;return this.setChildAt((n=this.schema.fields)===null||n===void 0?void 0:n.findIndex(i=>i.name===e),r)}setChildAt(e,r){let n=this.schema,i=this.data;if(e>-1&&e<this.numCols){r||(r=new ze([Fe({type:new Vr,length:this.numRows})]));let f=n.fields.slice(),o=i.children.slice(),s=f[e].clone({type:r.type});[f[e],o[e]]=[s,r.data[0]],n=new et(f,new Map(this.schema.metadata)),i=Fe({type:new Ot(f),children:o})}return new It(n,i)}select(e){let r=this.schema.select(e),n=new Ot(r.fields),i=[];for(let f of e){let o=this.schema.fields.findIndex(s=>s.name===f);~o&&(i[o]=this.data.children[o])}return new It(r,Fe({type:n,length:this.numRows,children:i}))}selectAt(e){let r=this.schema.selectAt(e),n=e.map(f=>this.data.children[f]).filter(Boolean),i=Fe({type:new Ot(r.fields),length:this.numRows,children:n});return new It(r,i)}};Uv=Symbol.toStringTag;It[Uv]=(t=>(t._nullCount=-1,t[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(It.prototype);function Lv(t,e,r=e.reduce((n,i)=>Math.max(n,i.length),0)){var n;let i=[...t.fields],f=[...e],o=(r+63&~63)>>3;for(let[s,l]of t.fields.entries()){let p=e[s];(!p||p.length!==r)&&(i[s]=l.clone({nullable:!0}),f[s]=(n=p==null?void 0:p._changeLengthAndBackfillNullBitmap(r))!==null&&n!==void 0?n:Fe({type:l.type,length:r,nullCount:r,nullBitmap:new Uint8Array(o)}))}return[t.assign(i),Fe({type:new Ot(i),length:r,children:f})]}function Cv(t,e,r=new Map){for(let n=-1,i=t.length;++n<i;){let o=t[n].type,s=e[n];if(je.isDictionary(o)){if(!r.has(o.id))s.dictionary&&r.set(o.id,s.dictionary);else if(r.get(o.id)!==s.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}o.children&&o.children.length>0&&Cv(o.children,s.children,r)}return r}var ks=class extends It{constructor(e){let r=e.fields.map(i=>Fe({type:i.type})),n=Fe({type:new Ot(e.fields),nullCount:0,children:r});super(e,n)}};var ja;(function(t){t[t.BUFFER=0]="BUFFER"})(ja||(ja={}));var ya;(function(t){t[t.LZ4_FRAME=0]="LZ4_FRAME",t[t.ZSTD=1]="ZSTD"})(ya||(ya={}));var bi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBodyCompression(e,r){return(r||new bi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBodyCompression(e,r){return e.setPosition(e.position()+be),(r||new bi).__init(e.readInt32(e.position())+e.position(),e)}codec(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt8(this.bb_pos+e):ya.LZ4_FRAME}method(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt8(this.bb_pos+e):ja.BUFFER}static startBodyCompression(e){e.startObject(2)}static addCodec(e,r){e.addFieldInt8(0,r,ya.LZ4_FRAME)}static addMethod(e,r){e.addFieldInt8(1,r,ja.BUFFER)}static endBodyCompression(e){return e.endObject()}static createBodyCompression(e,r,n){return bi.startBodyCompression(e),bi.addCodec(e,r),bi.addMethod(e,n),bi.endBodyCompression(e)}};var va=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}offset(){return this.bb.readInt64(this.bb_pos)}length(){return this.bb.readInt64(this.bb_pos+8)}static sizeOf(){return 16}static createBuffer(e,r,n){return e.prep(8,16),e.writeInt64(n),e.writeInt64(r),e.offset()}};var _a=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}length(){return this.bb.readInt64(this.bb_pos)}nullCount(){return this.bb.readInt64(this.bb_pos+8)}static sizeOf(){return 16}static createFieldNode(e,r,n){return e.prep(8,16),e.writeInt64(n),e.writeInt64(r),e.offset()}};var Nr=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsRecordBatch(e,r){return(r||new Nr).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsRecordBatch(e,r){return e.setPosition(e.position()+be),(r||new Nr).__init(e.readInt32(e.position())+e.position(),e)}length(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}nodes(e,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new _a).__init(this.bb.__vector(this.bb_pos+n)+e*16,this.bb):null}nodesLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}buffers(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new va).__init(this.bb.__vector(this.bb_pos+n)+e*16,this.bb):null}buffersLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}compression(e){let r=this.bb.__offset(this.bb_pos,10);return r?(e||new bi).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}static startRecordBatch(e){e.startObject(4)}static addLength(e,r){e.addFieldInt64(0,r,e.createLong(0,0))}static addNodes(e,r){e.addFieldOffset(1,r,0)}static startNodesVector(e,r){e.startVector(16,r,8)}static addBuffers(e,r){e.addFieldOffset(2,r,0)}static startBuffersVector(e,r){e.startVector(16,r,8)}static addCompression(e,r){e.addFieldOffset(3,r,0)}static endRecordBatch(e){return e.endObject()}};var Kn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDictionaryBatch(e,r){return(r||new Kn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDictionaryBatch(e,r){return e.setPosition(e.position()+be),(r||new Kn).__init(e.readInt32(e.position())+e.position(),e)}id(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}data(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new Nr).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}isDelta(){let e=this.bb.__offset(this.bb_pos,8);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startDictionaryBatch(e){e.startObject(3)}static addId(e,r){e.addFieldInt64(0,r,e.createLong(0,0))}static addData(e,r){e.addFieldOffset(1,r,0)}static addIsDelta(e,r){e.addFieldInt8(2,+r,0)}static endDictionaryBatch(e){return e.endObject()}};var Ts;(function(t){t[t.NONE=0]="NONE",t[t.Schema=1]="Schema",t[t.DictionaryBatch=2]="DictionaryBatch",t[t.RecordBatch=3]="RecordBatch",t[t.Tensor=4]="Tensor",t[t.SparseTensor=5]="SparseTensor"})(Ts||(Ts={}));var er=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsMessage(e,r){return(r||new er).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsMessage(e,r){return e.setPosition(e.position()+be),(r||new er).__init(e.readInt32(e.position())+e.position(),e)}version(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Hf.V1}headerType(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readUint8(this.bb_pos+e):Ts.NONE}header(e){let r=this.bb.__offset(this.bb_pos,8);return r?this.bb.__union(e,this.bb_pos+r):null}bodyLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt64(this.bb_pos+e):this.bb.createLong(0,0)}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,12);return n?(r||new Nt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,12);return e?this.bb.__vector_len(this.bb_pos+e):0}static startMessage(e){e.startObject(5)}static addVersion(e,r){e.addFieldInt16(0,r,Hf.V1)}static addHeaderType(e,r){e.addFieldInt8(1,r,Ts.NONE)}static addHeader(e,r){e.addFieldOffset(2,r,0)}static addBodyLength(e,r){e.addFieldInt64(3,r,e.createLong(0,0))}static addCustomMetadata(e,r){e.addFieldOffset(4,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endMessage(e){return e.endObject()}static finishMessageBuffer(e,r){e.finish(r)}static finishSizePrefixedMessageBuffer(e,r){e.finish(r,void 0,!0)}static createMessage(e,r,n,i,f,o){return er.startMessage(e),er.addVersion(e,r),er.addHeaderType(e,n),er.addHeader(e,i),er.addBodyLength(e,f),er.addCustomMetadata(e,o),er.endMessage(e)}};var M1=fr,Vv=class extends qe{visit(e,r){return e==null||r==null?void 0:super.visit(e,r)}visitNull(e,r){return Wi.startNull(r),Wi.endNull(r)}visitInt(e,r){return hr.startInt(r),hr.addBitWidth(r,e.bitWidth),hr.addIsSigned(r,e.isSigned),hr.endInt(r)}visitFloat(e,r){return ln.startFloatingPoint(r),ln.addPrecision(r,e.precision),ln.endFloatingPoint(r)}visitBinary(e,r){return Li.startBinary(r),Li.endBinary(r)}visitBool(e,r){return Ci.startBool(r),Ci.endBool(r)}visitUtf8(e,r){return Ki.startUtf8(r),Ki.endUtf8(r)}visitDecimal(e,r){return br.startDecimal(r),br.addScale(r,e.scale),br.addPrecision(r,e.precision),br.addBitWidth(r,e.bitWidth),br.endDecimal(r)}visitDate(e,r){return fn.startDate(r),fn.addUnit(r,e.unit),fn.endDate(r)}visitTime(e,r){return Er.startTime(r),Er.addUnit(r,e.unit),Er.addBitWidth(r,e.bitWidth),Er.endTime(r)}visitTimestamp(e,r){let n=e.timezone&&r.createString(e.timezone)||void 0;return Ar.startTimestamp(r),Ar.addUnit(r,e.unit),n!==void 0&&Ar.addTimezone(r,n),Ar.endTimestamp(r)}visitInterval(e,r){return an.startInterval(r),an.addUnit(r,e.unit),an.endInterval(r)}visitList(e,r){return Vi.startList(r),Vi.endList(r)}visitStruct(e,r){return Yi.startStruct_(r),Yi.endStruct_(r)}visitUnion(e,r){gr.startTypeIdsVector(r,e.typeIds.length);let n=gr.createTypeIdsVector(r,e.typeIds);return gr.startUnion(r),gr.addMode(r,e.mode),gr.addTypeIds(r,n),gr.endUnion(r)}visitDictionary(e,r){let n=this.visit(e.indices,r);return Nn.startDictionaryEncoding(r),Nn.addId(r,new M1(e.id,0)),Nn.addIsOrdered(r,e.isOrdered),n!==void 0&&Nn.addIndexType(r,n),Nn.endDictionaryEncoding(r)}visitFixedSizeBinary(e,r){return on.startFixedSizeBinary(r),on.addByteWidth(r,e.byteWidth),on.endFixedSizeBinary(r)}visitFixedSizeList(e,r){return sn.startFixedSizeList(r),sn.addListSize(r,e.listSize),sn.endFixedSizeList(r)}visitMap(e,r){return pn.startMap(r),pn.addKeysSorted(r,e.keysSorted),pn.endMap(r)}},oc=new Vv;function Wv(t,e=new Map){return new et(U1(t,e),sc(t.customMetadata),e)}function Mw(t){return new kr(t.count,Gv(t.columns),Jv(t.columns))}function Yv(t){return new mn(Mw(t.data),t.id,t.isDelta)}function U1(t,e){return(t.fields||[]).filter(Boolean).map(r=>Ce.fromJSON(r,e))}function Kv(t,e){return(t.children||[]).filter(Boolean).map(r=>Ce.fromJSON(r,e))}function Gv(t){return(t||[]).reduce((e,r)=>[...e,new gi(r.count,L1(r.VALIDITY)),...Gv(r.children)],[])}function Jv(t,e=[]){for(let r=-1,n=(t||[]).length;++r<n;){let i=t[r];i.VALIDITY&&e.push(new dn(e.length,i.VALIDITY.length)),i.TYPE&&e.push(new dn(e.length,i.TYPE.length)),i.OFFSET&&e.push(new dn(e.length,i.OFFSET.length)),i.DATA&&e.push(new dn(e.length,i.DATA.length)),e=Jv(i.children,e)}return e}function L1(t){return(t||[]).reduce((e,r)=>e+ +(r===0),0)}function Zv(t,e){let r,n,i,f,o,s;return!e||!(f=t.dictionary)?(o=Qv(t,Kv(t,e)),i=new Ce(t.name,o,t.nullable,sc(t.customMetadata))):e.has(r=f.id)?(n=(n=f.indexType)?Xv(n):new zi,s=new En(e.get(r),n,r,f.isOrdered),i=new Ce(t.name,s,t.nullable,sc(t.customMetadata))):(n=(n=f.indexType)?Xv(n):new zi,e.set(r,o=Qv(t,Kv(t,e))),s=new En(o,n,r,f.isOrdered),i=new Ce(t.name,s,t.nullable,sc(t.customMetadata))),i||null}function sc(t){return new Map(Object.entries(t||{}))}function Xv(t){return new Xt(t.isSigned,t.bitWidth)}function Qv(t,e){let r=t.type.name;switch(r){case"NONE":return new Vr;case"null":return new Vr;case"binary":return new vf;case"utf8":return new _f;case"bool":return new qf;case"list":return new pi((e||[])[0]);case"struct":return new Ot(e||[]);case"struct_":return new Ot(e||[])}switch(r){case"int":{let n=t.type;return new Xt(n.isSigned,n.bitWidth)}case"floatingpoint":{let n=t.type;return new en(Dt[n.precision])}case"decimal":{let n=t.type;return new kf(n.scale,n.precision,n.bitWidth)}case"date":{let n=t.type;return new Tf(qr[n.unit])}case"time":{let n=t.type;return new ai(Qe[n.unit],n.bitWidth)}case"timestamp":{let n=t.type;return new Bf(Qe[n.unit],n.timezone)}case"interval":{let n=t.type;return new If(Cr[n.unit])}case"union":{let n=t.type;return new ui(Ut[n.mode],n.typeIds||[],e||[])}case"fixedsizebinary":{let n=t.type;return new Sf(n.byteWidth)}case"fixedsizelist":{let n=t.type;return new ci(n.listSize,(e||[])[0])}case"map":{let n=t.type;return new mi((e||[])[0],n.keysSorted)}}throw new Error(`Unrecognized type: "${r}"`)}var _o=fr,C1=Nf,V1=Wr,sr=class{constructor(e,r,n,i){this._version=r,this._headerType=n,this.body=new Uint8Array(0),i&&(this._createHeader=()=>i),this._bodyLength=typeof e=="number"?e:e.low}static fromJSON(e,r){let n=new sr(0,mr.V4,r);return n._createHeader=W1(e,r),n}static decode(e){e=new V1(Ee(e));let r=er.getRootAsMessage(e),n=r.bodyLength(),i=r.version(),f=r.headerType(),o=new sr(n,i,f);return o._createHeader=Y1(r,f),o}static encode(e){let r=new C1,n=-1;return e.isSchema()?n=et.encode(r,e.header()):e.isRecordBatch()?n=kr.encode(r,e.header()):e.isDictionaryBatch()&&(n=mn.encode(r,e.header())),er.startMessage(r),er.addVersion(r,mr.V4),er.addHeader(r,n),er.addHeaderType(r,e.headerType),er.addBodyLength(r,new _o(e.bodyLength,0)),er.finishMessageBuffer(r,er.endMessage(r)),r.asUint8Array()}static from(e,r=0){if(e instanceof et)return new sr(0,mr.V4,ft.Schema,e);if(e instanceof kr)return new sr(r,mr.V4,ft.RecordBatch,e);if(e instanceof mn)return new sr(r,mr.V4,ft.DictionaryBatch,e);throw new Error(`Unrecognized Message header: ${e}`)}get type(){return this.headerType}get version(){return this._version}get headerType(){return this._headerType}get bodyLength(){return this._bodyLength}header(){return this._createHeader()}isSchema(){return this.headerType===ft.Schema}isRecordBatch(){return this.headerType===ft.RecordBatch}isDictionaryBatch(){return this.headerType===ft.DictionaryBatch}},kr=class{constructor(e,r,n){this._nodes=r,this._buffers=n,this._length=typeof e=="number"?e:e.low}get nodes(){return this._nodes}get length(){return this._length}get buffers(){return this._buffers}},mn=class{constructor(e,r,n=!1){this._data=e,this._isDelta=n,this._id=typeof r=="number"?r:r.low}get id(){return this._id}get data(){return this._data}get isDelta(){return this._isDelta}get length(){return this.data.length}get nodes(){return this.data.nodes}get buffers(){return this.data.buffers}},dn=class{constructor(e,r){this.offset=typeof e=="number"?e:e.low,this.length=typeof r=="number"?r:r.low}},gi=class{constructor(e,r){this.length=typeof e=="number"?e:e.low,this.nullCount=typeof r=="number"?r:r.low}};function W1(t,e){return()=>{switch(e){case ft.Schema:return et.fromJSON(t);case ft.RecordBatch:return kr.fromJSON(t);case ft.DictionaryBatch:return mn.fromJSON(t)}throw new Error(`Unrecognized Message type: { name: ${ft[e]}, type: ${e} }`)}}function Y1(t,e){return()=>{switch(e){case ft.Schema:return et.decode(t.header(new Lt));case ft.RecordBatch:return kr.decode(t.header(new Nr),t.version());case ft.DictionaryBatch:return mn.decode(t.header(new Kn),t.version())}throw new Error(`Unrecognized Message type: { name: ${ft[e]}, type: ${e} }`)}}Ce.encode=nE;Ce.decode=tE;Ce.fromJSON=Zv;et.encode=rE;et.decode=K1;et.fromJSON=Wv;kr.encode=iE;kr.decode=G1;kr.fromJSON=Mw;mn.encode=fE;mn.decode=J1;mn.fromJSON=Yv;gi.encode=oE;gi.decode=X1;dn.encode=sE;dn.decode=Z1;function K1(t,e=new Map){let r=eE(t,e);return new et(r,lc(t),e)}function G1(t,e=mr.V4){if(t.compression()!==null)throw new Error("Record batch compression not implemented");return new kr(t.length(),Q1(t),$1(t,e))}function J1(t,e=mr.V4){return new mn(kr.decode(t.data(),e),t.id(),t.isDelta())}function Z1(t){return new dn(t.offset(),t.length())}function X1(t){return new gi(t.length(),t.nullCount())}function Q1(t){let e=[];for(let r,n=-1,i=-1,f=t.nodesLength();++n<f;)(r=t.nodes(n))&&(e[++i]=gi.decode(r));return e}function $1(t,e){let r=[];for(let n,i=-1,f=-1,o=t.buffersLength();++i<o;)(n=t.buffers(i))&&(e<mr.V4&&(n.bb_pos+=8*(i+1)),r[++f]=dn.decode(n));return r}function eE(t,e){let r=[];for(let n,i=-1,f=-1,o=t.fieldsLength();++i<o;)(n=t.fields(i))&&(r[++f]=Ce.decode(n,e));return r}function $v(t,e){let r=[];for(let n,i=-1,f=-1,o=t.childrenLength();++i<o;)(n=t.children(i))&&(r[++f]=Ce.decode(n,e));return r}function tE(t,e){let r,n,i,f,o,s;return!e||!(s=t.dictionary())?(i=t_(t,$v(t,e)),n=new Ce(t.name(),i,t.nullable(),lc(t))):e.has(r=s.id().low)?(f=(f=s.indexType())?e_(f):new zi,o=new En(e.get(r),f,r,s.isOrdered()),n=new Ce(t.name(),o,t.nullable(),lc(t))):(f=(f=s.indexType())?e_(f):new zi,e.set(r,i=t_(t,$v(t,e))),o=new En(i,f,r,s.isOrdered()),n=new Ce(t.name(),o,t.nullable(),lc(t))),n||null}function lc(t){let e=new Map;if(t)for(let r,n,i=-1,f=Math.trunc(t.customMetadataLength());++i<f;)(r=t.customMetadata(i))&&(n=r.key())!=null&&e.set(n,r.value());return e}function e_(t){return new Xt(t.isSigned(),t.bitWidth())}function t_(t,e){let r=t.typeType();switch(r){case Ht.NONE:return new Vr;case Ht.Null:return new Vr;case Ht.Binary:return new vf;case Ht.Utf8:return new _f;case Ht.Bool:return new qf;case Ht.List:return new pi((e||[])[0]);case Ht.Struct_:return new Ot(e||[])}switch(r){case Ht.Int:{let n=t.type(new hr);return new Xt(n.isSigned(),n.bitWidth())}case Ht.FloatingPoint:{let n=t.type(new ln);return new en(n.precision())}case Ht.Decimal:{let n=t.type(new br);return new kf(n.scale(),n.precision(),n.bitWidth())}case Ht.Date:{let n=t.type(new fn);return new Tf(n.unit())}case Ht.Time:{let n=t.type(new Er);return new ai(n.unit(),n.bitWidth())}case Ht.Timestamp:{let n=t.type(new Ar);return new Bf(n.unit(),n.timezone())}case Ht.Interval:{let n=t.type(new an);return new If(n.unit())}case Ht.Union:{let n=t.type(new gr);return new ui(n.mode(),n.typeIdsArray()||[],e||[])}case Ht.FixedSizeBinary:{let n=t.type(new on);return new Sf(n.byteWidth())}case Ht.FixedSizeList:{let n=t.type(new sn);return new ci(n.listSize(),(e||[])[0])}case Ht.Map:{let n=t.type(new pn);return new mi((e||[])[0],n.keysSorted())}}throw new Error(`Unrecognized type: "${Ht[r]}" (${r})`)}function rE(t,e){let r=e.fields.map(f=>Ce.encode(t,f));Lt.startFieldsVector(t,r.length);let n=Lt.createFieldsVector(t,r),i=e.metadata&&e.metadata.size>0?Lt.createCustomMetadataVector(t,[...e.metadata].map(([f,o])=>{let s=t.createString(`${f}`),l=t.createString(`${o}`);return Nt.startKeyValue(t),Nt.addKey(t,s),Nt.addValue(t,l),Nt.endKeyValue(t)})):-1;return Lt.startSchema(t),Lt.addFields(t,n),Lt.addEndianness(t,lE?Rf.Little:Rf.Big),i!==-1&&Lt.addCustomMetadata(t,i),Lt.endSchema(t)}function nE(t,e){let r=-1,n=-1,i=-1,f=e.type,o=e.typeId;je.isDictionary(f)?(o=f.dictionary.typeId,i=oc.visit(f,t),n=oc.visit(f.dictionary,t)):n=oc.visit(f,t);let s=(f.children||[]).map(u=>Ce.encode(t,u)),l=or.createChildrenVector(t,s),p=e.metadata&&e.metadata.size>0?or.createCustomMetadataVector(t,[...e.metadata].map(([u,b])=>{let c=t.createString(`${u}`),h=t.createString(`${b}`);return Nt.startKeyValue(t),Nt.addKey(t,c),Nt.addValue(t,h),Nt.endKeyValue(t)})):-1;return e.name&&(r=t.createString(e.name)),or.startField(t),or.addType(t,n),or.addTypeType(t,o),or.addChildren(t,l),or.addNullable(t,!!e.nullable),r!==-1&&or.addName(t,r),i!==-1&&or.addDictionary(t,i),p!==-1&&or.addCustomMetadata(t,p),or.endField(t)}function iE(t,e){let r=e.nodes||[],n=e.buffers||[];Nr.startNodesVector(t,r.length);for(let o of r.slice().reverse())gi.encode(t,o);let i=t.endVector();Nr.startBuffersVector(t,n.length);for(let o of n.slice().reverse())dn.encode(t,o);let f=t.endVector();return Nr.startRecordBatch(t),Nr.addLength(t,new _o(e.length,0)),Nr.addNodes(t,i),Nr.addBuffers(t,f),Nr.endRecordBatch(t)}function fE(t,e){let r=kr.encode(t,e.data);return Kn.startDictionaryBatch(t),Kn.addId(t,new _o(e.id,0)),Kn.addIsDelta(t,e.isDelta),Kn.addData(t,r),Kn.endDictionaryBatch(t)}function oE(t,e){return _a.createFieldNode(t,new _o(e.length,0),new _o(e.nullCount,0))}function sE(t,e){return va.createBuffer(t,new _o(e.offset,0),new _o(e.length,0))}var lE=(()=>{let t=new ArrayBuffer(2);return new DataView(t).setInt16(0,256,!0),new Int16Array(t)[0]===256})();var Uw=t=>`Expected ${ft[t]} Message in stream, but was null or length 0.`,Lw=t=>`Header pointer of flatbuffer-encoded ${ft[t]} Message is null or length 0.`,r_=(t,e)=>`Expected to read ${t} metadata bytes, but only read ${e}.`,n_=(t,e)=>`Expected to read ${t} bytes for message body, but only read ${e}.`,qa=class{constructor(e){this.source=e instanceof Ji?e:new Ji(e)}[Symbol.iterator](){return this}next(){let e;return(e=this.readMetadataLength()).done?Bt:e.value===-1&&(e=this.readMetadataLength()).done?Bt:(e=this.readMetadata(e.value)).done?Bt:e}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}readMessage(e){let r;if((r=this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(Uw(e));return r.value}readMessageBody(e){if(e<=0)return new Uint8Array(0);let r=Ee(this.source.read(e));if(r.byteLength<e)throw new Error(n_(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()}readSchema(e=!1){let r=ft.Schema,n=this.readMessage(r),i=n==null?void 0:n.header();if(e&&!i)throw new Error(Lw(r));return i}readMetadataLength(){let e=this.source.read(uc),r=e&&new Wr(e),n=(r==null?void 0:r.readInt32(0))||0;return{done:n===0,value:n}}readMetadata(e){let r=this.source.read(e);if(!r)return Bt;if(r.byteLength<e)throw new Error(r_(e,r.byteLength));return{done:!1,value:sr.decode(r)}}},ac=class{constructor(e,r){this.source=e instanceof un?e:lu(e)?new jo(e,r):new un(e)}[Symbol.asyncIterator](){return this}next(){return pe(this,void 0,void 0,function*(){let e;return(e=yield this.readMetadataLength()).done?Bt:e.value===-1&&(e=yield this.readMetadataLength()).done?Bt:(e=yield this.readMetadata(e.value)).done?Bt:e})}throw(e){return pe(this,void 0,void 0,function*(){return yield this.source.throw(e)})}return(e){return pe(this,void 0,void 0,function*(){return yield this.source.return(e)})}readMessage(e){return pe(this,void 0,void 0,function*(){let r;if((r=yield this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(Uw(e));return r.value})}readMessageBody(e){return pe(this,void 0,void 0,function*(){if(e<=0)return new Uint8Array(0);let r=Ee(yield this.source.read(e));if(r.byteLength<e)throw new Error(n_(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()})}readSchema(e=!1){return pe(this,void 0,void 0,function*(){let r=ft.Schema,n=yield this.readMessage(r),i=n==null?void 0:n.header();if(e&&!i)throw new Error(Lw(r));return i})}readMetadataLength(){return pe(this,void 0,void 0,function*(){let e=yield this.source.read(uc),r=e&&new Wr(e),n=(r==null?void 0:r.readInt32(0))||0;return{done:n===0,value:n}})}readMetadata(e){return pe(this,void 0,void 0,function*(){let r=yield this.source.read(e);if(!r)return Bt;if(r.byteLength<e)throw new Error(r_(e,r.byteLength));return{done:!1,value:sr.decode(r)}})}},pc=class extends qa{constructor(e){super(new Uint8Array(0));this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=e instanceof Pu?e:new Pu(e)}next(){let{_json:e}=this;if(!this._schema){this._schema=!0;let r=sr.fromJSON(e.schema,ft.Schema);return{done:!1,value:r}}if(this._dictionaryIndex<e.dictionaries.length){let r=e.dictionaries[this._dictionaryIndex++];this._body=r.data.columns;let n=sr.fromJSON(r,ft.DictionaryBatch);return{done:!1,value:n}}if(this._batchIndex<e.batches.length){let r=e.batches[this._batchIndex++];this._body=r.columns;let n=sr.fromJSON(r,ft.RecordBatch);return{done:!1,value:n}}return this._body=[],Bt}readMessageBody(e){return r(this._body);function r(n){return(n||[]).reduce((i,f)=>[...i,...f.VALIDITY&&[f.VALIDITY]||[],...f.TYPE&&[f.TYPE]||[],...f.OFFSET&&[f.OFFSET]||[],...f.DATA&&[f.DATA]||[],...r(f.children)],[])}}readMessage(e){let r;if((r=this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(Uw(e));return r.value}readSchema(){let e=ft.Schema,r=this.readMessage(e),n=r==null?void 0:r.header();if(!r||!n)throw new Error(Lw(e));return n}},uc=4,Cw="ARROW1",Bs=new Uint8Array(Cw.length);for(let t=0;t<Cw.length;t+=1)Bs[t]=Cw.codePointAt(t);function cc(t,e=0){for(let r=-1,n=Bs.length;++r<n;)if(Bs[r]!==t[e+r])return!1;return!0}var Is=Bs.length,Vw=Is+uc,i_=Is*2+uc;var Hr=class extends gs{constructor(e){super();this._impl=e}get closed(){return this._impl.closed}get schema(){return this._impl.schema}get autoDestroy(){return this._impl.autoDestroy}get dictionaries(){return this._impl.dictionaries}get numDictionaries(){return this._impl.numDictionaries}get numRecordBatches(){return this._impl.numRecordBatches}get footer(){return this._impl.isFile()?this._impl.footer:null}isSync(){return this._impl.isSync()}isAsync(){return this._impl.isAsync()}isFile(){return this._impl.isFile()}isStream(){return this._impl.isStream()}next(){return this._impl.next()}throw(e){return this._impl.throw(e)}return(e){return this._impl.return(e)}cancel(){return this._impl.cancel()}reset(e){return this._impl.reset(e),this._DOMStream=void 0,this._nodeStream=void 0,this}open(e){let r=this._impl.open(e);return Pn(r)?r.then(()=>this):this}readRecordBatch(e){return this._impl.isFile()?this._impl.readRecordBatch(e):null}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}toDOMStream(){return cr.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return cr.toNodeStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this},{objectMode:!0})}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e,r){throw new Error('"throughDOM" not available in this environment')}static from(e){return e instanceof Hr?e:ou(e)?aE(e):lu(e)?cE(e):Pn(e)?(()=>pe(this,void 0,void 0,function*(){return yield Hr.from(yield e)}))():au(e)||Xl(e)||uu(e)||xn(e)?uE(new un(e)):pE(new Ji(e))}static readAll(e){return e instanceof Hr?e.isSync()?l_(e):a_(e):ou(e)||ArrayBuffer.isView(e)||Mn(e)||su(e)?l_(e):a_(e)}},Gn=class extends Hr{constructor(e){super(e);this._impl=e}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return Lr(this,arguments,function*(){yield Ve(yield*rs(Sn(this[Symbol.iterator]())))})}},qo=class extends Hr{constructor(e){super(e);this._impl=e}readAll(){var e,r;return pe(this,void 0,void 0,function*(){let n=new Array;try{for(var i=Sn(this),f;f=yield i.next(),!f.done;){let o=f.value;n.push(o)}}catch(o){e={error:o}}finally{try{f&&!f.done&&(r=i.return)&&(yield r.call(i))}finally{if(e)throw e.error}}return n})}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}},ko=class extends Gn{constructor(e){super(e);this._impl=e}},mc=class extends qo{constructor(e){super(e);this._impl=e}},Ww=class{constructor(e=new Map){this.closed=!1,this.autoDestroy=!0,this._dictionaryIndex=0,this._recordBatchIndex=0,this.dictionaries=e}get numDictionaries(){return this._dictionaryIndex}get numRecordBatches(){return this._recordBatchIndex}isSync(){return!1}isAsync(){return!1}isFile(){return!1}isStream(){return!1}reset(e){return this._dictionaryIndex=0,this._recordBatchIndex=0,this.schema=e,this.dictionaries=new Map,this}_loadRecordBatch(e,r){let n=this._loadVectors(e,r,this.schema.fields),i=Fe({type:new Ot(this.schema.fields),length:e.length,children:n});return new It(this.schema,i)}_loadDictionaryBatch(e,r){let{id:n,isDelta:i}=e,{dictionaries:f,schema:o}=this,s=f.get(n);if(i||!s){let l=o.dictionaries.get(n),p=this._loadVectors(e.data,r,[l]);return(s&&i?s.concat(new ze(p)):new ze(p)).memoize()}return s.memoize()}_loadVectors(e,r,n){return new Lu(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}},ka=class extends Ww{constructor(e,r){super(r);this._reader=ou(e)?new pc(this._handle=e):new qa(this._handle=e)}isSync(){return!0}isStream(){return!0}[Symbol.iterator](){return this}cancel(){!this.closed&&(this.closed=!0)&&(this.reset()._reader.return(),this._reader=null,this.dictionaries=null)}open(e){return this.closed||(this.autoDestroy=s_(this,e),this.schema||(this.schema=this._reader.readSchema())||this.cancel()),this}throw(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.throw(e):Bt}return(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(e):Bt}next(){if(this.closed)return Bt;let e,{_reader:r}=this;for(;e=this._readNextMessageAndValidate();)if(e.isSchema())this.reset(e.header());else if(e.isRecordBatch()){this._recordBatchIndex++;let n=e.header(),i=r.readMessageBody(e.bodyLength),f=this._loadRecordBatch(n,i);return{done:!1,value:f}}else if(e.isDictionaryBatch()){this._dictionaryIndex++;let n=e.header(),i=r.readMessageBody(e.bodyLength),f=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,f)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new ks(this.schema)}):this.return()}_readNextMessageAndValidate(e){return this._reader.readMessage(e)}},Ta=class extends Ww{constructor(e,r){super(r);this._reader=new ac(this._handle=e)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}cancel(){return pe(this,void 0,void 0,function*(){!this.closed&&(this.closed=!0)&&(yield this.reset()._reader.return(),this._reader=null,this.dictionaries=null)})}open(e){return pe(this,void 0,void 0,function*(){return this.closed||(this.autoDestroy=s_(this,e),this.schema||(this.schema=yield this._reader.readSchema())||(yield this.cancel())),this})}throw(e){return pe(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.throw(e):Bt})}return(e){return pe(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(e):Bt})}next(){return pe(this,void 0,void 0,function*(){if(this.closed)return Bt;let e,{_reader:r}=this;for(;e=yield this._readNextMessageAndValidate();)if(e.isSchema())yield this.reset(e.header());else if(e.isRecordBatch()){this._recordBatchIndex++;let n=e.header(),i=yield r.readMessageBody(e.bodyLength),f=this._loadRecordBatch(n,i);return{done:!1,value:f}}else if(e.isDictionaryBatch()){this._dictionaryIndex++;let n=e.header(),i=yield r.readMessageBody(e.bodyLength),f=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,f)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new ks(this.schema)}):yield this.return()})}_readNextMessageAndValidate(e){return pe(this,void 0,void 0,function*(){return yield this._reader.readMessage(e)})}},Yw=class extends ka{constructor(e,r){super(e instanceof Mu?e:new Mu(e),r)}get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}isSync(){return!0}isFile(){return!0}open(e){if(!this.closed&&!this._footer){this.schema=(this._footer=this._readFooter()).schema;for(let r of this._footer.dictionaryBatches())r&&this._readDictionaryBatch(this._dictionaryIndex++)}return super.open(e)}readRecordBatch(e){var r;if(this.closed)return null;this._footer||this.open();let n=(r=this._footer)===null||r===void 0?void 0:r.getRecordBatch(e);if(n&&this._handle.seek(n.offset)){let i=this._reader.readMessage(ft.RecordBatch);if(i==null?void 0:i.isRecordBatch()){let f=i.header(),o=this._reader.readMessageBody(i.bodyLength);return this._loadRecordBatch(f,o)}}return null}_readDictionaryBatch(e){var r;let n=(r=this._footer)===null||r===void 0?void 0:r.getDictionaryBatch(e);if(n&&this._handle.seek(n.offset)){let i=this._reader.readMessage(ft.DictionaryBatch);if(i==null?void 0:i.isDictionaryBatch()){let f=i.header(),o=this._reader.readMessageBody(i.bodyLength),s=this._loadDictionaryBatch(f,o);this.dictionaries.set(f.id,s)}}}_readFooter(){let{_handle:e}=this,r=e.size-Vw,n=e.readInt32(r),i=e.readAt(r-n,n);return zf.decode(i)}_readNextMessageAndValidate(e){var r;if(this._footer||this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let n=(r=this._footer)===null||r===void 0?void 0:r.getRecordBatch(this._recordBatchIndex);if(n&&this._handle.seek(n.offset))return this._reader.readMessage(e)}return null}},f_=class extends Ta{constructor(e,...r){let n=typeof r[0]!="number"?r.shift():void 0,i=r[0]instanceof Map?r.shift():void 0;super(e instanceof jo?e:new jo(e,n),i)}get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}isFile(){return!0}isAsync(){return!0}open(e){let r=Object.create(null,{open:{get:()=>super.open}});return pe(this,void 0,void 0,function*(){if(!this.closed&&!this._footer){this.schema=(this._footer=yield this._readFooter()).schema;for(let n of this._footer.dictionaryBatches())n&&(yield this._readDictionaryBatch(this._dictionaryIndex++))}return yield r.open.call(this,e)})}readRecordBatch(e){var r;return pe(this,void 0,void 0,function*(){if(this.closed)return null;this._footer||(yield this.open());let n=(r=this._footer)===null||r===void 0?void 0:r.getRecordBatch(e);if(n&&(yield this._handle.seek(n.offset))){let i=yield this._reader.readMessage(ft.RecordBatch);if(i==null?void 0:i.isRecordBatch()){let f=i.header(),o=yield this._reader.readMessageBody(i.bodyLength);return this._loadRecordBatch(f,o)}}return null})}_readDictionaryBatch(e){var r;return pe(this,void 0,void 0,function*(){let n=(r=this._footer)===null||r===void 0?void 0:r.getDictionaryBatch(e);if(n&&(yield this._handle.seek(n.offset))){let i=yield this._reader.readMessage(ft.DictionaryBatch);if(i==null?void 0:i.isDictionaryBatch()){let f=i.header(),o=yield this._reader.readMessageBody(i.bodyLength),s=this._loadDictionaryBatch(f,o);this.dictionaries.set(f.id,s)}}})}_readFooter(){return pe(this,void 0,void 0,function*(){let{_handle:e}=this;e._pending&&(yield e._pending);let r=e.size-Vw,n=yield e.readInt32(r),i=yield e.readAt(r-n,n);return zf.decode(i)})}_readNextMessageAndValidate(e){return pe(this,void 0,void 0,function*(){if(this._footer||(yield this.open()),this._footer&&this._recordBatchIndex<this.numRecordBatches){let r=this._footer.getRecordBatch(this._recordBatchIndex);if(r&&(yield this._handle.seek(r.offset)))return yield this._reader.readMessage(e)}return null})}},o_=class extends ka{constructor(e,r){super(e,r)}_loadVectors(e,r,n){return new hw(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}};function s_(t,e){return e&&typeof e.autoDestroy=="boolean"?e.autoDestroy:t.autoDestroy}function*l_(t){let e=Hr.from(t);try{if(!e.open({autoDestroy:!1}).closed)do yield e;while(!e.reset().open().closed)}finally{e.cancel()}}function a_(t){return Lr(this,arguments,function*(){let r=yield Ve(Hr.from(t));try{if(!(yield Ve(r.open({autoDestroy:!1}))).closed)do yield yield Ve(r);while(!(yield Ve(r.reset().open())).closed)}finally{yield Ve(r.cancel())}})}function aE(t){return new Gn(new o_(t))}function pE(t){let e=t.peek(Is+7&~7);return e&&e.byteLength>=4?cc(e)?new ko(new Yw(t.read())):new Gn(new ka(t)):new Gn(new ka(function*(){}()))}function uE(t){return pe(this,void 0,void 0,function*(){let e=yield t.peek(Is+7&~7);return e&&e.byteLength>=4?cc(e)?new ko(new Yw(yield t.read())):new qo(new Ta(t)):new qo(new Ta(function(){return Lr(this,arguments,function*(){})}()))})}function cE(t){return pe(this,void 0,void 0,function*(){let{size:e}=yield t.stat(),r=new jo(t,e);return e>=i_&&cc(yield r.readAt(0,Is+7&~7))?new mc(new f_(r)):new qo(new Ta(r))})}var Ct=class extends qe{constructor(){super();this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}static assemble(...e){let r=i=>i.flatMap(f=>Array.isArray(f)?r(f):f instanceof It?f.data.children:f.data),n=new Ct;return n.visitMany(r(e)),n}visit(e){if(e instanceof ze)return this.visitMany(e.data),this;let{type:r}=e;if(!je.isDictionary(r)){let{length:n,nullCount:i}=e;if(n>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");je.isNull(r)||Jn.call(this,i<=0?new Uint8Array(0):cs(e.offset,n,e.nullBitmap)),this.nodes.push(new gi(n,i))}return super.visit(e)}visitNull(e){return this}visitDictionary(e){return this.visit(e.clone(e.type.indices))}get nodes(){return this._nodes}get buffers(){return this._buffers}get byteLength(){return this._byteLength}get bufferRegions(){return this._bufferRegions}};function Jn(t){let e=t.byteLength+7&~7;return this.buffers.push(t),this.bufferRegions.push(new dn(this._byteLength,e)),this._byteLength+=e,this}function mE(t){let{type:e,length:r,typeIds:n,valueOffsets:i}=t;if(Jn.call(this,n),e.mode===Ut.Sparse)return Gw.call(this,t);if(e.mode===Ut.Dense){if(t.offset<=0)return Jn.call(this,i),Gw.call(this,t);{let f=n.reduce((u,b)=>Math.max(u,b),n[0]),o=new Int32Array(f+1),s=new Int32Array(f+1).fill(-1),l=new Int32Array(r),p=Ql(-i[0],r,i);for(let u,b,c=-1;++c<r;)(b=s[u=n[c]])===-1&&(b=s[u]=p[u]),l[c]=p[c]-b,++o[u];Jn.call(this,l);for(let u,b=-1,c=e.children.length;++b<c;)if(u=t.children[b]){let h=e.typeIds[b],T=Math.min(r,o[h]);this.visit(u.slice(s[h],T))}}}return this}function dE(t){let e;return t.nullCount>=t.length?Jn.call(this,new Uint8Array(0)):(e=t.values)instanceof Uint8Array?Jn.call(this,cs(t.offset,t.length,e)):Jn.call(this,ho(t.values))}function Uf(t){return Jn.call(this,t.values.subarray(0,t.length*t.stride))}function p_(t){let{length:e,values:r,valueOffsets:n}=t,i=n[0],f=n[e],o=Math.min(f-i,r.byteLength-i);return Jn.call(this,Ql(-n[0],e,n)),Jn.call(this,r.subarray(i,i+o)),this}function Kw(t){let{length:e,valueOffsets:r}=t;return r&&Jn.call(this,Ql(r[0],e,r)),this.visit(t.children[0])}function Gw(t){return this.visitMany(t.type.children.map((e,r)=>t.children[r]).filter(Boolean))[0]}Ct.prototype.visitBool=dE;Ct.prototype.visitInt=Uf;Ct.prototype.visitFloat=Uf;Ct.prototype.visitUtf8=p_;Ct.prototype.visitBinary=p_;Ct.prototype.visitFixedSizeBinary=Uf;Ct.prototype.visitDate=Uf;Ct.prototype.visitTimestamp=Uf;Ct.prototype.visitTime=Uf;Ct.prototype.visitDecimal=Uf;Ct.prototype.visitList=Kw;Ct.prototype.visitStruct=Gw;Ct.prototype.visitUnion=mE;Ct.prototype.visitInterval=Uf;Ct.prototype.visitFixedSizeList=Kw;Ct.prototype.visitMap=Kw;var Ss=class extends gs{constructor(e){super();this._position=0,this._started=!1,this._sink=new Gi,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,xr(e)||(e={autoDestroy:!0,writeLegacyIpcFormat:!1}),this._autoDestroy=typeof e.autoDestroy=="boolean"?e.autoDestroy:!0,this._writeLegacyIpcFormat=typeof e.writeLegacyIpcFormat=="boolean"?e.writeLegacyIpcFormat:!1}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e,r){throw new Error('"throughDOM" not available in this environment')}toString(e=!1){return this._sink.toString(e)}toUint8Array(e=!1){return this._sink.toUint8Array(e)}writeAll(e){return Pn(e)?e.then(r=>this.writeAll(r)):xn(e)?Zw(this,e):Jw(this,e)}get closed(){return this._sink.closed}[Symbol.asyncIterator](){return this._sink[Symbol.asyncIterator]()}toDOMStream(e){return this._sink.toDOMStream(e)}toNodeStream(e){return this._sink.toNodeStream(e)}close(){return this.reset()._sink.close()}abort(e){return this.reset()._sink.abort(e)}finish(){return this._autoDestroy?this.close():this.reset(this._sink,this._schema),this}reset(e=this._sink,r=null){return e===this._sink||e instanceof Gi?this._sink=e:(this._sink=new Gi,e&&_0(e)?this.toDOMStream({type:"bytes"}).pipeTo(e):e&&q0(e)&&this.toNodeStream({objectMode:!1}).pipe(e)),this._started&&this._schema&&this._writeFooter(this._schema),this._started=!1,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,(!r||!vo(r,this._schema))&&(r==null?(this._position=0,this._schema=null):(this._started=!0,this._schema=r,this._writeSchema(r))),this}write(e){let r=null;if(this._sink){if(e==null)return this.finish()&&void 0;if(e instanceof $t&&!(r=e.schema))return this.finish()&&void 0;if(e instanceof It&&!(r=e.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(r&&!vo(r,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,r)}e instanceof It?e instanceof ks||this._writeRecordBatch(e):e instanceof $t?this.writeAll(e.batches):Mn(e)&&this.writeAll(e)}_writeMessage(e,r=8){let n=r-1,i=sr.encode(e),f=i.byteLength,o=this._writeLegacyIpcFormat?4:8,s=f+o+n&~n,l=s-f-o;return e.headerType===ft.RecordBatch?this._recordBatchBlocks.push(new wi(s,e.bodyLength,this._position)):e.headerType===ft.DictionaryBatch&&this._dictionaryBlocks.push(new wi(s,e.bodyLength,this._position)),this._writeLegacyIpcFormat||this._write(Int32Array.of(-1)),this._write(Int32Array.of(s-o)),f>0&&this._write(i),this._writePadding(l)}_write(e){if(this._started){let r=Ee(e);r&&r.byteLength>0&&(this._sink.write(r),this._position+=r.byteLength)}return this}_writeSchema(e){return this._writeMessage(sr.from(e))}_writeFooter(e){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(Bs)}_writePadding(e){return e>0?this._write(new Uint8Array(e)):this}_writeRecordBatch(e){let{byteLength:r,nodes:n,bufferRegions:i,buffers:f}=Ct.assemble(e),o=new kr(e.numRows,n,i),s=sr.from(o,r);return this._writeDictionaries(e)._writeMessage(s)._writeBodyBuffers(f)}_writeDictionaryBatch(e,r,n=!1){this._dictionaryDeltaOffsets.set(r,e.length+(this._dictionaryDeltaOffsets.get(r)||0));let{byteLength:i,nodes:f,bufferRegions:o,buffers:s}=Ct.assemble(new ze([e])),l=new kr(e.length,f,o),p=new mn(l,r,n),u=sr.from(p,i);return this._writeMessage(u)._writeBodyBuffers(s)}_writeBodyBuffers(e){let r,n,i;for(let f=-1,o=e.length;++f<o;)(r=e[f])&&(n=r.byteLength)>0&&(this._write(r),(i=(n+7&~7)-n)>0&&this._writePadding(i));return this}_writeDictionaries(e){for(let[r,n]of e.dictionaries){let i=this._dictionaryDeltaOffsets.get(r)||0;if(i===0||(n=n==null?void 0:n.slice(i)).length>0)for(let f of n.data)this._writeDictionaryBatch(f,r,i>0),i+=f.length}return this}},xs=class extends Ss{static writeAll(e,r){let n=new xs(r);return Pn(e)?e.then(i=>n.writeAll(i)):xn(e)?Zw(n,e):Jw(n,e)}},Es=class extends Ss{static writeAll(e){let r=new Es;return Pn(e)?e.then(n=>r.writeAll(n)):xn(e)?Zw(r,e):Jw(r,e)}constructor(){super();this._autoDestroy=!0}_writeSchema(e){return this._writeMagic()._writePadding(2)}_writeFooter(e){let r=zf.encode(new zf(e,mr.V4,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(e)._write(r)._write(Int32Array.of(r.byteLength))._writeMagic()}};function Jw(t,e){let r=e;e instanceof $t&&(r=e.batches,t.reset(void 0,e.schema));for(let n of r)t.write(n);return t.finish()}function Zw(t,e){var r,n,i,f;return pe(this,void 0,void 0,function*(){try{for(r=Sn(e);n=yield r.next(),!n.done;){let o=n.value;t.write(o)}}catch(o){i={error:o}}finally{try{n&&!n.done&&(f=r.return)&&(yield f.call(r))}finally{if(i)throw i.error}}return t.finish()})}function u_(t,e){if(xn(t))return hE(t,e);if(Mn(t))return wE(t,e);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function wE(t,e){let r=null,n=(e==null?void 0:e.type)==="bytes"||!1,i=(e==null?void 0:e.highWaterMark)||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},e),{start(o){f(o,r||(r=t[Symbol.iterator]()))},pull(o){r?f(o,r):o.close()},cancel(){((r==null?void 0:r.return)&&r.return()||!0)&&(r=null)}}),Object.assign({highWaterMark:n?i:void 0},e));function f(o,s){let l,p=null,u=o.desiredSize||null;for(;!(p=s.next(n?u:null)).done;)if(ArrayBuffer.isView(p.value)&&(l=Ee(p.value))&&(u!=null&&n&&(u=u-l.byteLength+1),p.value=l),o.enqueue(p.value),u!=null&&--u<=0)return;o.close()}}function hE(t,e){let r=null,n=(e==null?void 0:e.type)==="bytes"||!1,i=(e==null?void 0:e.highWaterMark)||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},e),{start(o){return pe(this,void 0,void 0,function*(){yield f(o,r||(r=t[Symbol.asyncIterator]()))})},pull(o){return pe(this,void 0,void 0,function*(){r?yield f(o,r):o.close()})},cancel(){return pe(this,void 0,void 0,function*(){((r==null?void 0:r.return)&&(yield r.return())||!0)&&(r=null)})}}),Object.assign({highWaterMark:n?i:void 0},e));function f(o,s){return pe(this,void 0,void 0,function*(){let l,p=null,u=o.desiredSize||null;for(;!(p=yield s.next(n?u:null)).done;)if(ArrayBuffer.isView(p.value)&&(l=Ee(p.value))&&(u!=null&&n&&(u=u-l.byteLength+1),p.value=l),o.enqueue(p.value),u!=null&&--u<=0)return;o.close()})}}function c_(t){return new m_(t)}var m_=class{constructor(e){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:r,["writableStrategy"]:n,["queueingStrategy"]:i="count"}=e,f=y0(e,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=yo(f),this._getSize=i!=="bytes"?d_:w_;let{["highWaterMark"]:o=i==="bytes"?Math.pow(2,14):1e3}=Object.assign({},r),{["highWaterMark"]:s=i==="bytes"?Math.pow(2,14):1e3}=Object.assign({},n);this.readable=new ReadableStream({cancel:()=>{this._builder.clear()},pull:l=>{this._maybeFlush(this._builder,this._controller=l)},start:l=>{this._maybeFlush(this._builder,this._controller=l)}},{highWaterMark:o,size:i!=="bytes"?d_:w_}),this.writable=new WritableStream({abort:()=>{this._builder.clear()},write:()=>{this._maybeFlush(this._builder,this._controller)},close:()=>{this._maybeFlush(this._builder.finish(),this._controller)}},{highWaterMark:s,size:l=>this._writeValueAndReturnChunkSize(l)})}_writeValueAndReturnChunkSize(e){let r=this._bufferedSize;return this._bufferedSize=this._getSize(this._builder.append(e)),this._bufferedSize-r}_maybeFlush(e,r){r!=null&&(this._bufferedSize>=r.desiredSize&&++this._numChunks&&this._enqueue(r,e.toVector()),e.finished&&((e.length>0||this._numChunks===0)&&++this._numChunks&&this._enqueue(r,e.toVector()),!this._finished&&(this._finished=!0)&&this._enqueue(r,null)))}_enqueue(e,r){this._bufferedSize=0,this._controller=null,r==null?e.close():e.enqueue(r)}},d_=t=>{var e;return(e=t==null?void 0:t.length)!==null&&e!==void 0?e:0},w_=t=>{var e;return(e=t==null?void 0:t.byteLength)!==null&&e!==void 0?e:0};function dc(t,e){let r=new Gi,n=null,i=new ReadableStream({cancel(){return pe(this,void 0,void 0,function*(){yield r.close()})},start(s){return pe(this,void 0,void 0,function*(){yield o(s,n||(n=yield f()))})},pull(s){return pe(this,void 0,void 0,function*(){n?yield o(s,n):s.close()})}});return{writable:new WritableStream(r,Object.assign({highWaterMark:Math.pow(2,14)},t)),readable:i};function f(){return pe(this,void 0,void 0,function*(){return yield(yield Hr.from(r)).open(e)})}function o(s,l){return pe(this,void 0,void 0,function*(){let p=s.desiredSize,u=null;for(;!(u=yield l.next()).done;)if(s.enqueue(u.value),p!=null&&--p<=0)return;s.close()})}}function wc(t,e){let r=new this(t),n=new un(r),i=new ReadableStream({cancel(){return pe(this,void 0,void 0,function*(){yield n.cancel()})},pull(o){return pe(this,void 0,void 0,function*(){yield f(o)})},start(o){return pe(this,void 0,void 0,function*(){yield f(o)})}},Object.assign({highWaterMark:Math.pow(2,14)},e));return{writable:new WritableStream(r,t),readable:i};function f(o){return pe(this,void 0,void 0,function*(){let s=null,l=o.desiredSize;for(;s=yield n.read(l||null);)if(o.enqueue(s),l!=null&&(l-=s.byteLength)<=0)return;o.close()})}}var jE=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ud),ww),aw),Qd),Fd),lw),{compareSchemas:vo,compareFields:Fv,compareTypes:Pv});cr.toDOMStream=u_;zt.throughDOM=c_;Hr.throughDOM=dc;ko.throughDOM=dc;Gn.throughDOM=dc;Ss.throughDOM=wc;Es.throughDOM=wc;xs.throughDOM=wc;var jc={};Cf(jc,{Compression:()=>TE,Encoding:()=>BE,WriterProperties:()=>Hs,WriterPropertiesBuilder:()=>Gt,WriterVersion:()=>IE,default:()=>y_,readParquet:()=>_E,writeParquet:()=>kE});var Be,h_=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});h_.decode();var hc=null;function Ba(){return(hc===null||hc.buffer!==Be.memory.buffer)&&(hc=new Uint8Array(Be.memory.buffer)),hc}function b_(t,e){return h_.decode(Ba().subarray(t,t+e))}var Xi=new Array(32).fill(void 0);Xi.push(void 0,null,!0,!1);var Ia=Xi.length;function Sa(t){Ia===Xi.length&&Xi.push(Xi.length+1);let e=Ia;return Ia=Xi[e],Xi[e]=t,e}function As(t){return Xi[t]}function yE(t){t<36||(Xi[t]=Ia,Ia=t)}function xa(t){let e=As(t);return yE(t),e}var Zn=0,bc=new TextEncoder("utf-8"),vE=typeof bc.encodeInto=="function"?function(t,e){return bc.encodeInto(t,e)}:function(t,e){let r=bc.encode(t);return e.set(r),{read:t.length,written:r.length}};function Os(t,e,r){if(r===void 0){let s=bc.encode(t),l=e(s.length);return Ba().subarray(l,l+s.length).set(s),Zn=s.length,l}let n=t.length,i=e(n),f=Ba(),o=0;for(;o<n;o++){let s=t.charCodeAt(o);if(s>127)break;f[i+o]=s}if(o!==n){o!==0&&(t=t.slice(o)),i=r(i,n,n=o+t.length*3);let s=Ba().subarray(i+o,i+n);o+=vE(t,s).written}return Zn=o,i}function g_(t,e){let r=e(t.length*1);return Ba().set(t,r/1),Zn=t.length,r}var gc=null;function Ns(){return(gc===null||gc.buffer!==Be.memory.buffer)&&(gc=new Int32Array(Be.memory.buffer)),gc}function _E(t){try{let i=Be.__wbindgen_add_to_stack_pointer(-16),f=g_(t,Be.__wbindgen_malloc),o=Zn;Be.readParquet(i,f,o);var e=Ns()[i/4+0],r=Ns()[i/4+1],n=Ns()[i/4+2];if(n)throw xa(r);return xa(e)}finally{Be.__wbindgen_add_to_stack_pointer(16)}}function qE(t,e){if(!(t instanceof e))throw new Error(`expected instance of ${e.name}`);return t.ptr}function kE(t,e){try{let o=Be.__wbindgen_add_to_stack_pointer(-16),s=g_(t,Be.__wbindgen_malloc),l=Zn;qE(e,Hs);var r=e.ptr;e.ptr=0,Be.writeParquet(o,s,l,r);var n=Ns()[o/4+0],i=Ns()[o/4+1],f=Ns()[o/4+2];if(f)throw xa(i);return xa(n)}finally{Be.__wbindgen_add_to_stack_pointer(16)}}var TE=Object.freeze({UNCOMPRESSED:0,"0":"UNCOMPRESSED",SNAPPY:1,"1":"SNAPPY",GZIP:2,"2":"GZIP",BROTLI:3,"3":"BROTLI",LZ4:4,"4":"LZ4",ZSTD:5,"5":"ZSTD"}),BE=Object.freeze({PLAIN:0,"0":"PLAIN",PLAIN_DICTIONARY:1,"1":"PLAIN_DICTIONARY",RLE:2,"2":"RLE",BIT_PACKED:3,"3":"BIT_PACKED",DELTA_BINARY_PACKED:4,"4":"DELTA_BINARY_PACKED",DELTA_LENGTH_BYTE_ARRAY:5,"5":"DELTA_LENGTH_BYTE_ARRAY",DELTA_BYTE_ARRAY:6,"6":"DELTA_BYTE_ARRAY",RLE_DICTIONARY:7,"7":"RLE_DICTIONARY",BYTE_STREAM_SPLIT:8,"8":"BYTE_STREAM_SPLIT"}),IE=Object.freeze({V1:0,"0":"V1",V2:1,"1":"V2"}),Hs=class{static __wrap(e){let r=Object.create(Hs.prototype);return r.ptr=e,r}__destroy_into_raw(){let e=this.ptr;return this.ptr=0,e}free(){let e=this.__destroy_into_raw();Be.__wbg_writerproperties_free(e)}},Gt=class{static __wrap(e){let r=Object.create(Gt.prototype);return r.ptr=e,r}__destroy_into_raw(){let e=this.ptr;return this.ptr=0,e}free(){let e=this.__destroy_into_raw();Be.__wbg_writerpropertiesbuilder_free(e)}constructor(){let e=Be.writerpropertiesbuilder_new();return Gt.__wrap(e)}build(){let e=this.__destroy_into_raw(),r=Be.writerpropertiesbuilder_build(e);return Hs.__wrap(r)}setWriterVersion(e){let r=this.__destroy_into_raw(),n=Be.writerpropertiesbuilder_setWriterVersion(r,e);return Gt.__wrap(n)}setDataPagesizeLimit(e){let r=this.__destroy_into_raw(),n=Be.writerpropertiesbuilder_setDataPagesizeLimit(r,e);return Gt.__wrap(n)}setDictionaryPagesizeLimit(e){let r=this.__destroy_into_raw(),n=Be.writerpropertiesbuilder_setDictionaryPagesizeLimit(r,e);return Gt.__wrap(n)}setWriteBatchSize(e){let r=this.__destroy_into_raw(),n=Be.writerpropertiesbuilder_setWriteBatchSize(r,e);return Gt.__wrap(n)}setMaxRowGroupSize(e){let r=this.__destroy_into_raw(),n=Be.writerpropertiesbuilder_setMaxRowGroupSize(r,e);return Gt.__wrap(n)}setCreatedBy(e){let r=this.__destroy_into_raw(),n=Os(e,Be.__wbindgen_malloc,Be.__wbindgen_realloc),i=Zn,f=Be.writerpropertiesbuilder_setCreatedBy(r,n,i);return Gt.__wrap(f)}setEncoding(e){let r=this.__destroy_into_raw(),n=Be.writerpropertiesbuilder_setEncoding(r,e);return Gt.__wrap(n)}setCompression(e){let r=this.__destroy_into_raw(),n=Be.writerpropertiesbuilder_setCompression(r,e);return Gt.__wrap(n)}setDictionaryEnabled(e){let r=this.__destroy_into_raw(),n=Be.writerpropertiesbuilder_setDictionaryEnabled(r,e);return Gt.__wrap(n)}setStatisticsEnabled(e){let r=this.__destroy_into_raw(),n=Be.writerpropertiesbuilder_setStatisticsEnabled(r,e);return Gt.__wrap(n)}setMaxStatisticsSize(e){let r=this.__destroy_into_raw(),n=Be.writerpropertiesbuilder_setMaxStatisticsSize(r,e);return Gt.__wrap(n)}setColumnEncoding(e,r){let n=this.__destroy_into_raw(),i=Os(e,Be.__wbindgen_malloc,Be.__wbindgen_realloc),f=Zn,o=Be.writerpropertiesbuilder_setColumnEncoding(n,i,f,r);return Gt.__wrap(o)}setColumnCompression(e,r){let n=this.__destroy_into_raw(),i=Os(e,Be.__wbindgen_malloc,Be.__wbindgen_realloc),f=Zn,o=Be.writerpropertiesbuilder_setColumnCompression(n,i,f,r);return Gt.__wrap(o)}setColumnDictionaryEnabled(e,r){let n=this.__destroy_into_raw(),i=Os(e,Be.__wbindgen_malloc,Be.__wbindgen_realloc),f=Zn,o=Be.writerpropertiesbuilder_setColumnDictionaryEnabled(n,i,f,r);return Gt.__wrap(o)}setColumnStatisticsEnabled(e,r){let n=this.__destroy_into_raw(),i=Os(e,Be.__wbindgen_malloc,Be.__wbindgen_realloc),f=Zn,o=Be.writerpropertiesbuilder_setColumnStatisticsEnabled(n,i,f,r);return Gt.__wrap(o)}setColumnMaxStatisticsSize(e,r){let n=this.__destroy_into_raw(),i=Os(e,Be.__wbindgen_malloc,Be.__wbindgen_realloc),f=Zn,o=Be.writerpropertiesbuilder_setColumnMaxStatisticsSize(n,i,f,r);return Gt.__wrap(o)}};async function SE(t,e){if(typeof Response=="function"&&t instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(t,e)}catch(n){if(t.headers.get("Content-Type")!="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",n);else throw n}let r=await t.arrayBuffer();return await WebAssembly.instantiate(r,e)}else{let r=await WebAssembly.instantiate(t,e);return r instanceof WebAssembly.Instance?{instance:r,module:t}:r}}async function j_(t){let e={};e.wbg={},e.wbg.__wbindgen_string_new=function(i,f){let o=b_(i,f);return Sa(o)},e.wbg.__wbindgen_object_drop_ref=function(i){xa(i)},e.wbg.__wbg_buffer_7af23f65f6c64548=function(i){let f=As(i).buffer;return Sa(f)},e.wbg.__wbg_newwithbyteoffsetandlength_ce1e75f0ce5f7974=function(i,f,o){let s=new Uint8Array(As(i),f>>>0,o>>>0);return Sa(s)},e.wbg.__wbg_set_f25e869e4565d2a2=function(i,f,o){As(i).set(As(f),o>>>0)},e.wbg.__wbg_length_0acb1cf9bbaf8519=function(i){return As(i).length},e.wbg.__wbg_newwithlength_8f0657faca9f1422=function(i){let f=new Uint8Array(i>>>0);return Sa(f)},e.wbg.__wbindgen_throw=function(i,f){throw new Error(b_(i,f))},e.wbg.__wbindgen_memory=function(){let i=Be.memory;return Sa(i)},(typeof t=="string"||typeof Request=="function"&&t instanceof Request||typeof URL=="function"&&t instanceof URL)&&(t=fetch(t));let{instance:r,module:n}=await SE(await t,e);return Be=r.exports,j_.__wbindgen_wasm_module=n,Be}var y_=j_;var Xw=null;async function v_(t){return Xw!==null?Xw:(await y_(t),Xw=jc,jc)}async function __(t,e){let r=e?.parquet?.wasmUrl,n=await v_(r),i=new Uint8Array(t),f=n.readParquet(i),o=f.buffer.slice(f.byteOffset,f.byteLength+f.byteOffset);return xE(o)}function xE(t){let e=Gn.from(t),r=[];for(let n of e)r.push(n);return new $t(r)}var EE="4.0.0-alpha.23",q_={name:"Apache Parquet",id:"parquet-wasm",module:"parquet",version:EE,worker:!1,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:{parquet:{type:"arrow-table",wasmUrl:"https://unpkg.com/parquet-wasm@0.3.1/esm2/arrow1_bg.wasm"}}};var k_={...Oa,parse:Ly,parseFileInBatches:xd},r6={...Oa,parse:Yy,parseFileInBatches:Ad},n6={...q_,parse:__};_c(k_);})();
38
+ ]`}concat(...e){let r=this.schema,n=this.data.concat(e.flatMap(({data:i})=>i));return new $t(r,n.map(i=>new It(r,i)))}slice(e,r){let n=this.schema;[e,r]=Zl({length:this.numRows},e,r);let i=ku(this.data,this._offsets,e,r);return new $t(n,i.map(f=>new It(n,f)))}getChild(e){return this.getChildAt(this.schema.fields.findIndex(r=>r.name===e))}getChildAt(e){if(e>-1&&e<this.schema.fields.length){let r=this.data.map(n=>n.children[e]);if(r.length===0){let{type:n}=this.schema.fields[e],i=Pe({type:n,length:0,nullCount:0});r.push(i._changeLengthAndBackfillNullBitmap(this.numRows))}return new Fe(r)}return null}setChild(e,r){var n;return this.setChildAt((n=this.schema.fields)===null||n===void 0?void 0:n.findIndex(i=>i.name===e),r)}setChildAt(e,r){let n=this.schema,i=[...this.batches];if(e>-1&&e<this.numCols){r||(r=new Fe([Pe({type:new Cr,length:this.numRows})]));let f=n.fields.slice(),o=f[e].clone({type:r.type}),s=this.schema.fields.map((l,p)=>this.getChildAt(p));[f[e],s[e]]=[o,r],[n,i]=Xu(n,s)}return new $t(n,i)}select(e){let r=this.schema.fields.reduce((n,i,f)=>n.set(i.name,f),new Map);return this.selectAt(e.map(n=>r.get(n)).filter(n=>n>-1))}selectAt(e){let r=this.schema.selectAt(e),n=this.batches.map(i=>i.selectAt(e));return new $t(r,n)}assign(e){let r=this.schema.fields,[n,i]=e.schema.fields.reduce((s,l,p)=>{let[u,h]=s,c=r.findIndex(j=>j.name===l.name);return~c?h[c]=p:u.push(p),s},[[],[]]),f=this.schema.assign(e.schema),o=[...r.map((s,l)=>[l,i[l]]).map(([s,l])=>l===void 0?this.getChildAt(s):e.getChildAt(l)),...n.map(s=>e.getChildAt(s))].filter(Boolean);return new $t(...Xu(f,o))}};iv=Symbol.toStringTag;$t[iv]=(t=>(t.schema=null,t.batches=[],t._offsets=new Uint32Array([0]),t._nullCount=-1,t[Symbol.isConcatSpreadable]=!0,t.isValid=Ef($l),t.get=Ef(Qt.getVisitFn(N.Struct)),t.set=Tu(mr.getVisitFn(N.Struct)),t.indexOf=Bu(ho.getVisitFn(N.Struct)),t.getByteLength=Ef(rn.getVisitFn(N.Struct)),"Table"))($t.prototype);var fv,It=class{constructor(...e){switch(e.length){case 2:{if([this.schema]=e,!(this.schema instanceof et))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");if([,this.data=Pe({nullCount:0,type:new Ot(this.schema.fields),children:this.schema.fields.map(r=>Pe({type:r.type,nullCount:0}))})]=e,!(this.data instanceof ut))throw new TypeError("RecordBatch constructor expects a [Schema, Data] pair.");[this.schema,this.data]=ov(this.schema,this.data.children);break}case 1:{let[r]=e,{fields:n,children:i,length:f}=Object.keys(r).reduce((l,p,u)=>(l.children[u]=r[p],l.length=Math.max(l.length,r[p].length),l.fields[u]=Ve.new({name:p,type:r[p].type,nullable:!0}),l),{length:0,fields:new Array,children:new Array}),o=new et(n),s=Pe({type:new Ot(n),length:f,children:i,nullCount:0});[this.schema,this.data]=ov(o,s.children,f);break}default:throw new TypeError("RecordBatch constructor expects an Object mapping names to child Data, or a [Schema, Data] pair.")}}get dictionaries(){return this._dictionaries||(this._dictionaries=sv(this.schema.fields,this.data.children))}get numCols(){return this.schema.fields.length}get numRows(){return this.data.length}get nullCount(){return this.data.nullCount}isValid(e){return this.data.getValid(e)}get(e){return Qt.visit(this.data,e)}set(e,r){return mr.visit(this.data,e,r)}indexOf(e,r){return ho.visit(this.data,e,r)}getByteLength(e){return rn.visit(this.data,e)}[Symbol.iterator](){return cs.visit(new Fe([this.data]))}toArray(){return[...this]}concat(...e){return new $t(this.schema,[this,...e])}slice(e,r){let[n]=new Fe([this.data]).slice(e,r).data;return new It(this.schema,n)}getChild(e){var r;return this.getChildAt((r=this.schema.fields)===null||r===void 0?void 0:r.findIndex(n=>n.name===e))}getChildAt(e){return e>-1&&e<this.schema.fields.length?new Fe([this.data.children[e]]):null}setChild(e,r){var n;return this.setChildAt((n=this.schema.fields)===null||n===void 0?void 0:n.findIndex(i=>i.name===e),r)}setChildAt(e,r){let n=this.schema,i=this.data;if(e>-1&&e<this.numCols){r||(r=new Fe([Pe({type:new Cr,length:this.numRows})]));let f=n.fields.slice(),o=i.children.slice(),s=f[e].clone({type:r.type});[f[e],o[e]]=[s,r.data[0]],n=new et(f,new Map(this.schema.metadata)),i=Pe({type:new Ot(f),children:o})}return new It(n,i)}select(e){let r=this.schema.select(e),n=new Ot(r.fields),i=[];for(let f of e){let o=this.schema.fields.findIndex(s=>s.name===f);~o&&(i[o]=this.data.children[o])}return new It(r,Pe({type:n,length:this.numRows,children:i}))}selectAt(e){let r=this.schema.selectAt(e),n=e.map(f=>this.data.children[f]).filter(Boolean),i=Pe({type:new Ot(r.fields),length:this.numRows,children:n});return new It(r,i)}};fv=Symbol.toStringTag;It[fv]=(t=>(t._nullCount=-1,t[Symbol.isConcatSpreadable]=!0,"RecordBatch"))(It.prototype);function ov(t,e,r=e.reduce((n,i)=>Math.max(n,i.length),0)){var n;let i=[...t.fields],f=[...e],o=(r+63&~63)>>3;for(let[s,l]of t.fields.entries()){let p=e[s];(!p||p.length!==r)&&(i[s]=l.clone({nullable:!0}),f[s]=(n=p==null?void 0:p._changeLengthAndBackfillNullBitmap(r))!==null&&n!==void 0?n:Pe({type:l.type,length:r,nullCount:r,nullBitmap:new Uint8Array(o)}))}return[t.assign(i),Pe({type:new Ot(i),length:r,children:f})]}function sv(t,e,r=new Map){for(let n=-1,i=t.length;++n<i;){let o=t[n].type,s=e[n];if(je.isDictionary(o)){if(!r.has(o.id))s.dictionary&&r.set(o.id,s.dictionary);else if(r.get(o.id)!==s.dictionary)throw new Error("Cannot create Schema containing two different dictionaries with the same Id")}o.children&&o.children.length>0&&sv(o.children,s.children,r)}return r}var vs=class extends It{constructor(e){let r=e.fields.map(i=>Pe({type:i.type})),n=Pe({type:new Ot(e.fields),nullCount:0,children:r});super(e,n)}};var wa;(function(t){t[t.BUFFER=0]="BUFFER"})(wa||(wa={}));var ha;(function(t){t[t.LZ4_FRAME=0]="LZ4_FRAME",t[t.ZSTD=1]="ZSTD"})(ha||(ha={}));var bi=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsBodyCompression(e,r){return(r||new bi).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsBodyCompression(e,r){return e.setPosition(e.position()+he),(r||new bi).__init(e.readInt32(e.position())+e.position(),e)}codec(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt8(this.bb_pos+e):ha.LZ4_FRAME}method(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readInt8(this.bb_pos+e):wa.BUFFER}static startBodyCompression(e){e.startObject(2)}static addCodec(e,r){e.addFieldInt8(0,r,ha.LZ4_FRAME)}static addMethod(e,r){e.addFieldInt8(1,r,wa.BUFFER)}static endBodyCompression(e){return e.endObject()}static createBodyCompression(e,r,n){return bi.startBodyCompression(e),bi.addCodec(e,r),bi.addMethod(e,n),bi.endBodyCompression(e)}};var ba=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}offset(){return this.bb.readInt64(this.bb_pos)}length(){return this.bb.readInt64(this.bb_pos+8)}static sizeOf(){return 16}static createBuffer(e,r,n){return e.prep(8,16),e.writeInt64(BigInt(n??0)),e.writeInt64(BigInt(r??0)),e.offset()}};var ga=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}length(){return this.bb.readInt64(this.bb_pos)}nullCount(){return this.bb.readInt64(this.bb_pos+8)}static sizeOf(){return 16}static createFieldNode(e,r,n){return e.prep(8,16),e.writeInt64(BigInt(n??0)),e.writeInt64(BigInt(r??0)),e.offset()}};var Or=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsRecordBatch(e,r){return(r||new Or).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsRecordBatch(e,r){return e.setPosition(e.position()+he),(r||new Or).__init(e.readInt32(e.position())+e.position(),e)}length(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):BigInt("0")}nodes(e,r){let n=this.bb.__offset(this.bb_pos,6);return n?(r||new ga).__init(this.bb.__vector(this.bb_pos+n)+e*16,this.bb):null}nodesLength(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.__vector_len(this.bb_pos+e):0}buffers(e,r){let n=this.bb.__offset(this.bb_pos,8);return n?(r||new ba).__init(this.bb.__vector(this.bb_pos+n)+e*16,this.bb):null}buffersLength(){let e=this.bb.__offset(this.bb_pos,8);return e?this.bb.__vector_len(this.bb_pos+e):0}compression(e){let r=this.bb.__offset(this.bb_pos,10);return r?(e||new bi).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}static startRecordBatch(e){e.startObject(4)}static addLength(e,r){e.addFieldInt64(0,r,BigInt("0"))}static addNodes(e,r){e.addFieldOffset(1,r,0)}static startNodesVector(e,r){e.startVector(16,r,8)}static addBuffers(e,r){e.addFieldOffset(2,r,0)}static startBuffersVector(e,r){e.startVector(16,r,8)}static addCompression(e,r){e.addFieldOffset(3,r,0)}static endRecordBatch(e){return e.endObject()}};var Yn=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsDictionaryBatch(e,r){return(r||new Yn).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsDictionaryBatch(e,r){return e.setPosition(e.position()+he),(r||new Yn).__init(e.readInt32(e.position())+e.position(),e)}id(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt64(this.bb_pos+e):BigInt("0")}data(e){let r=this.bb.__offset(this.bb_pos,6);return r?(e||new Or).__init(this.bb.__indirect(this.bb_pos+r),this.bb):null}isDelta(){let e=this.bb.__offset(this.bb_pos,8);return e?!!this.bb.readInt8(this.bb_pos+e):!1}static startDictionaryBatch(e){e.startObject(3)}static addId(e,r){e.addFieldInt64(0,r,BigInt("0"))}static addData(e,r){e.addFieldOffset(1,r,0)}static addIsDelta(e,r){e.addFieldInt8(2,+r,0)}static endDictionaryBatch(e){return e.endObject()}};var qs;(function(t){t[t.NONE=0]="NONE",t[t.Schema=1]="Schema",t[t.DictionaryBatch=2]="DictionaryBatch",t[t.RecordBatch=3]="RecordBatch",t[t.Tensor=4]="Tensor",t[t.SparseTensor=5]="SparseTensor"})(qs||(qs={}));var er=class{constructor(){this.bb=null,this.bb_pos=0}__init(e,r){return this.bb_pos=e,this.bb=r,this}static getRootAsMessage(e,r){return(r||new er).__init(e.readInt32(e.position())+e.position(),e)}static getSizePrefixedRootAsMessage(e,r){return e.setPosition(e.position()+he),(r||new er).__init(e.readInt32(e.position())+e.position(),e)}version(){let e=this.bb.__offset(this.bb_pos,4);return e?this.bb.readInt16(this.bb_pos+e):Nf.V1}headerType(){let e=this.bb.__offset(this.bb_pos,6);return e?this.bb.readUint8(this.bb_pos+e):qs.NONE}header(e){let r=this.bb.__offset(this.bb_pos,8);return r?this.bb.__union(e,this.bb_pos+r):null}bodyLength(){let e=this.bb.__offset(this.bb_pos,10);return e?this.bb.readInt64(this.bb_pos+e):BigInt("0")}customMetadata(e,r){let n=this.bb.__offset(this.bb_pos,12);return n?(r||new Nt).__init(this.bb.__indirect(this.bb.__vector(this.bb_pos+n)+e*4),this.bb):null}customMetadataLength(){let e=this.bb.__offset(this.bb_pos,12);return e?this.bb.__vector_len(this.bb_pos+e):0}static startMessage(e){e.startObject(5)}static addVersion(e,r){e.addFieldInt16(0,r,Nf.V1)}static addHeaderType(e,r){e.addFieldInt8(1,r,qs.NONE)}static addHeader(e,r){e.addFieldOffset(2,r,0)}static addBodyLength(e,r){e.addFieldInt64(3,r,BigInt("0"))}static addCustomMetadata(e,r){e.addFieldOffset(4,r,0)}static createCustomMetadataVector(e,r){e.startVector(4,r.length,4);for(let n=r.length-1;n>=0;n--)e.addOffset(r[n]);return e.endVector()}static startCustomMetadataVector(e,r){e.startVector(4,r,4)}static endMessage(e){return e.endObject()}static finishMessageBuffer(e,r){e.finish(r)}static finishSizePrefixedMessageBuffer(e,r){e.finish(r,void 0,!0)}static createMessage(e,r,n,i,f,o){return er.startMessage(e),er.addVersion(e,r),er.addHeaderType(e,n),er.addHeader(e,i),er.addBodyLength(e,f),er.addCustomMetadata(e,o),er.endMessage(e)}};var lv=class extends _e{visit(e,r){return e==null||r==null?void 0:super.visit(e,r)}visitNull(e,r){return Wi.startNull(r),Wi.endNull(r)}visitInt(e,r){return wr.startInt(r),wr.addBitWidth(r,e.bitWidth),wr.addIsSigned(r,e.isSigned),wr.endInt(r)}visitFloat(e,r){return ln.startFloatingPoint(r),ln.addPrecision(r,e.precision),ln.endFloatingPoint(r)}visitBinary(e,r){return Li.startBinary(r),Li.endBinary(r)}visitBool(e,r){return Ci.startBool(r),Ci.endBool(r)}visitUtf8(e,r){return Ki.startUtf8(r),Ki.endUtf8(r)}visitDecimal(e,r){return hr.startDecimal(r),hr.addScale(r,e.scale),hr.addPrecision(r,e.precision),hr.addBitWidth(r,e.bitWidth),hr.endDecimal(r)}visitDate(e,r){return fn.startDate(r),fn.addUnit(r,e.unit),fn.endDate(r)}visitTime(e,r){return xr.startTime(r),xr.addUnit(r,e.unit),xr.addBitWidth(r,e.bitWidth),xr.endTime(r)}visitTimestamp(e,r){let n=e.timezone&&r.createString(e.timezone)||void 0;return Er.startTimestamp(r),Er.addUnit(r,e.unit),n!==void 0&&Er.addTimezone(r,n),Er.endTimestamp(r)}visitInterval(e,r){return an.startInterval(r),an.addUnit(r,e.unit),an.endInterval(r)}visitList(e,r){return Vi.startList(r),Vi.endList(r)}visitStruct(e,r){return Yi.startStruct_(r),Yi.endStruct_(r)}visitUnion(e,r){br.startTypeIdsVector(r,e.typeIds.length);let n=br.createTypeIdsVector(r,e.typeIds);return br.startUnion(r),br.addMode(r,e.mode),br.addTypeIds(r,n),br.endUnion(r)}visitDictionary(e,r){let n=this.visit(e.indices,r);return On.startDictionaryEncoding(r),On.addId(r,BigInt(e.id)),On.addIsOrdered(r,e.isOrdered),n!==void 0&&On.addIndexType(r,n),On.endDictionaryEncoding(r)}visitFixedSizeBinary(e,r){return on.startFixedSizeBinary(r),on.addByteWidth(r,e.byteWidth),on.endFixedSizeBinary(r)}visitFixedSizeList(e,r){return sn.startFixedSizeList(r),sn.addListSize(r,e.listSize),sn.endFixedSizeList(r)}visitMap(e,r){return pn.startMap(r),pn.addKeysSorted(r,e.keysSorted),pn.endMap(r)}},Zu=new lv;function av(t,e=new Map){return new et(i1(t,e),Qu(t.customMetadata),e)}function Ew(t){return new _r(t.count,cv(t.columns),mv(t.columns))}function pv(t){return new mn(Ew(t.data),t.id,t.isDelta)}function i1(t,e){return(t.fields||[]).filter(Boolean).map(r=>Ve.fromJSON(r,e))}function uv(t,e){return(t.children||[]).filter(Boolean).map(r=>Ve.fromJSON(r,e))}function cv(t){return(t||[]).reduce((e,r)=>[...e,new gi(r.count,f1(r.VALIDITY)),...cv(r.children)],[])}function mv(t,e=[]){for(let r=-1,n=(t||[]).length;++r<n;){let i=t[r];i.VALIDITY&&e.push(new dn(e.length,i.VALIDITY.length)),i.TYPE&&e.push(new dn(e.length,i.TYPE.length)),i.OFFSET&&e.push(new dn(e.length,i.OFFSET.length)),i.DATA&&e.push(new dn(e.length,i.DATA.length)),e=mv(i.children,e)}return e}function f1(t){return(t||[]).reduce((e,r)=>e+ +(r===0),0)}function dv(t,e){let r,n,i,f,o,s;return!e||!(f=t.dictionary)?(o=hv(t,uv(t,e)),i=new Ve(t.name,o,t.nullable,Qu(t.customMetadata))):e.has(r=f.id)?(n=(n=f.indexType)?wv(n):new zi,s=new xn(e.get(r),n,r,f.isOrdered),i=new Ve(t.name,s,t.nullable,Qu(t.customMetadata))):(n=(n=f.indexType)?wv(n):new zi,e.set(r,o=hv(t,uv(t,e))),s=new xn(o,n,r,f.isOrdered),i=new Ve(t.name,s,t.nullable,Qu(t.customMetadata))),i||null}function Qu(t){return new Map(Object.entries(t||{}))}function wv(t){return new Zt(t.isSigned,t.bitWidth)}function hv(t,e){let r=t.type.name;switch(r){case"NONE":return new Cr;case"null":return new Cr;case"binary":return new yf;case"utf8":return new vf;case"bool":return new qf;case"list":return new pi((e||[])[0]);case"struct":return new Ot(e||[]);case"struct_":return new Ot(e||[])}switch(r){case"int":{let n=t.type;return new Zt(n.isSigned,n.bitWidth)}case"floatingpoint":{let n=t.type;return new en(Dt[n.precision])}case"decimal":{let n=t.type;return new _f(n.scale,n.precision,n.bitWidth)}case"date":{let n=t.type;return new kf(qr[n.unit])}case"time":{let n=t.type;return new ai(Qe[n.unit],n.bitWidth)}case"timestamp":{let n=t.type;return new Tf(Qe[n.unit],n.timezone)}case"interval":{let n=t.type;return new Bf(Ur[n.unit])}case"union":{let n=t.type;return new ui(Ut[n.mode],n.typeIds||[],e||[])}case"fixedsizebinary":{let n=t.type;return new If(n.byteWidth)}case"fixedsizelist":{let n=t.type;return new ci(n.listSize,(e||[])[0])}case"map":{let n=t.type;return new mi((e||[])[0],n.keysSorted)}}throw new Error(`Unrecognized type: "${r}"`)}var o1=Of,s1=Vr,or=class{static fromJSON(e,r){let n=new or(0,cr.V4,r);return n._createHeader=l1(e,r),n}static decode(e){e=new s1(Ee(e));let r=er.getRootAsMessage(e),n=r.bodyLength(),i=r.version(),f=r.headerType(),o=new or(n,i,f);return o._createHeader=a1(r,f),o}static encode(e){let r=new o1,n=-1;return e.isSchema()?n=et.encode(r,e.header()):e.isRecordBatch()?n=_r.encode(r,e.header()):e.isDictionaryBatch()&&(n=mn.encode(r,e.header())),er.startMessage(r),er.addVersion(r,cr.V4),er.addHeader(r,n),er.addHeaderType(r,e.headerType),er.addBodyLength(r,BigInt(e.bodyLength)),er.finishMessageBuffer(r,er.endMessage(r)),r.asUint8Array()}static from(e,r=0){if(e instanceof et)return new or(0,cr.V4,ft.Schema,e);if(e instanceof _r)return new or(r,cr.V4,ft.RecordBatch,e);if(e instanceof mn)return new or(r,cr.V4,ft.DictionaryBatch,e);throw new Error(`Unrecognized Message header: ${e}`)}get type(){return this.headerType}get version(){return this._version}get headerType(){return this._headerType}get bodyLength(){return this._bodyLength}header(){return this._createHeader()}isSchema(){return this.headerType===ft.Schema}isRecordBatch(){return this.headerType===ft.RecordBatch}isDictionaryBatch(){return this.headerType===ft.DictionaryBatch}constructor(e,r,n,i){this._version=r,this._headerType=n,this.body=new Uint8Array(0),i&&(this._createHeader=()=>i),this._bodyLength=Lr(e)}},_r=class{get nodes(){return this._nodes}get length(){return this._length}get buffers(){return this._buffers}constructor(e,r,n){this._nodes=r,this._buffers=n,this._length=Lr(e)}},mn=class{get id(){return this._id}get data(){return this._data}get isDelta(){return this._isDelta}get length(){return this.data.length}get nodes(){return this.data.nodes}get buffers(){return this.data.buffers}constructor(e,r,n=!1){this._data=e,this._isDelta=n,this._id=Lr(r)}},dn=class{constructor(e,r){this.offset=Lr(e),this.length=Lr(r)}},gi=class{constructor(e,r){this.length=Lr(e),this.nullCount=Lr(r)}};function l1(t,e){return()=>{switch(e){case ft.Schema:return et.fromJSON(t);case ft.RecordBatch:return _r.fromJSON(t);case ft.DictionaryBatch:return mn.fromJSON(t)}throw new Error(`Unrecognized Message type: { name: ${ft[e]}, type: ${e} }`)}}function a1(t,e){return()=>{switch(e){case ft.Schema:return et.decode(t.header(new Lt));case ft.RecordBatch:return _r.decode(t.header(new Or),t.version());case ft.DictionaryBatch:return mn.decode(t.header(new Yn),t.version())}throw new Error(`Unrecognized Message type: { name: ${ft[e]}, type: ${e} }`)}}Ve.encode=y1;Ve.decode=g1;Ve.fromJSON=dv;et.encode=j1;et.decode=p1;et.fromJSON=av;_r.encode=v1;_r.decode=u1;_r.fromJSON=Ew;mn.encode=q1;mn.decode=c1;mn.fromJSON=pv;gi.encode=_1;gi.decode=d1;dn.encode=k1;dn.decode=m1;function p1(t,e=new Map){let r=b1(t,e);return new et(r,$u(t),e)}function u1(t,e=cr.V4){if(t.compression()!==null)throw new Error("Record batch compression not implemented");return new _r(t.length(),w1(t),h1(t,e))}function c1(t,e=cr.V4){return new mn(_r.decode(t.data(),e),t.id(),t.isDelta())}function m1(t){return new dn(t.offset(),t.length())}function d1(t){return new gi(t.length(),t.nullCount())}function w1(t){let e=[];for(let r,n=-1,i=-1,f=t.nodesLength();++n<f;)(r=t.nodes(n))&&(e[++i]=gi.decode(r));return e}function h1(t,e){let r=[];for(let n,i=-1,f=-1,o=t.buffersLength();++i<o;)(n=t.buffers(i))&&(e<cr.V4&&(n.bb_pos+=8*(i+1)),r[++f]=dn.decode(n));return r}function b1(t,e){let r=[];for(let n,i=-1,f=-1,o=t.fieldsLength();++i<o;)(n=t.fields(i))&&(r[++f]=Ve.decode(n,e));return r}function bv(t,e){let r=[];for(let n,i=-1,f=-1,o=t.childrenLength();++i<o;)(n=t.children(i))&&(r[++f]=Ve.decode(n,e));return r}function g1(t,e){let r,n,i,f,o,s;return!e||!(s=t.dictionary())?(i=jv(t,bv(t,e)),n=new Ve(t.name(),i,t.nullable(),$u(t))):e.has(r=Lr(s.id()))?(f=(f=s.indexType())?gv(f):new zi,o=new xn(e.get(r),f,r,s.isOrdered()),n=new Ve(t.name(),o,t.nullable(),$u(t))):(f=(f=s.indexType())?gv(f):new zi,e.set(r,i=jv(t,bv(t,e))),o=new xn(i,f,r,s.isOrdered()),n=new Ve(t.name(),o,t.nullable(),$u(t))),n||null}function $u(t){let e=new Map;if(t)for(let r,n,i=-1,f=Math.trunc(t.customMetadataLength());++i<f;)(r=t.customMetadata(i))&&(n=r.key())!=null&&e.set(n,r.value());return e}function gv(t){return new Zt(t.isSigned(),t.bitWidth())}function jv(t,e){let r=t.typeType();switch(r){case Rt.NONE:return new Cr;case Rt.Null:return new Cr;case Rt.Binary:return new yf;case Rt.Utf8:return new vf;case Rt.Bool:return new qf;case Rt.List:return new pi((e||[])[0]);case Rt.Struct_:return new Ot(e||[])}switch(r){case Rt.Int:{let n=t.type(new wr);return new Zt(n.isSigned(),n.bitWidth())}case Rt.FloatingPoint:{let n=t.type(new ln);return new en(n.precision())}case Rt.Decimal:{let n=t.type(new hr);return new _f(n.scale(),n.precision(),n.bitWidth())}case Rt.Date:{let n=t.type(new fn);return new kf(n.unit())}case Rt.Time:{let n=t.type(new xr);return new ai(n.unit(),n.bitWidth())}case Rt.Timestamp:{let n=t.type(new Er);return new Tf(n.unit(),n.timezone())}case Rt.Interval:{let n=t.type(new an);return new Bf(n.unit())}case Rt.Union:{let n=t.type(new br);return new ui(n.mode(),n.typeIdsArray()||[],e||[])}case Rt.FixedSizeBinary:{let n=t.type(new on);return new If(n.byteWidth())}case Rt.FixedSizeList:{let n=t.type(new sn);return new ci(n.listSize(),(e||[])[0])}case Rt.Map:{let n=t.type(new pn);return new mi((e||[])[0],n.keysSorted())}}throw new Error(`Unrecognized type: "${Rt[r]}" (${r})`)}function j1(t,e){let r=e.fields.map(f=>Ve.encode(t,f));Lt.startFieldsVector(t,r.length);let n=Lt.createFieldsVector(t,r),i=e.metadata&&e.metadata.size>0?Lt.createCustomMetadataVector(t,[...e.metadata].map(([f,o])=>{let s=t.createString(`${f}`),l=t.createString(`${o}`);return Nt.startKeyValue(t),Nt.addKey(t,s),Nt.addValue(t,l),Nt.endKeyValue(t)})):-1;return Lt.startSchema(t),Lt.addFields(t,n),Lt.addEndianness(t,T1?Rf.Little:Rf.Big),i!==-1&&Lt.addCustomMetadata(t,i),Lt.endSchema(t)}function y1(t,e){let r=-1,n=-1,i=-1,f=e.type,o=e.typeId;je.isDictionary(f)?(o=f.dictionary.typeId,i=Zu.visit(f,t),n=Zu.visit(f.dictionary,t)):n=Zu.visit(f,t);let s=(f.children||[]).map(u=>Ve.encode(t,u)),l=fr.createChildrenVector(t,s),p=e.metadata&&e.metadata.size>0?fr.createCustomMetadataVector(t,[...e.metadata].map(([u,h])=>{let c=t.createString(`${u}`),j=t.createString(`${h}`);return Nt.startKeyValue(t),Nt.addKey(t,c),Nt.addValue(t,j),Nt.endKeyValue(t)})):-1;return e.name&&(r=t.createString(e.name)),fr.startField(t),fr.addType(t,n),fr.addTypeType(t,o),fr.addChildren(t,l),fr.addNullable(t,!!e.nullable),r!==-1&&fr.addName(t,r),i!==-1&&fr.addDictionary(t,i),p!==-1&&fr.addCustomMetadata(t,p),fr.endField(t)}function v1(t,e){let r=e.nodes||[],n=e.buffers||[];Or.startNodesVector(t,r.length);for(let o of r.slice().reverse())gi.encode(t,o);let i=t.endVector();Or.startBuffersVector(t,n.length);for(let o of n.slice().reverse())dn.encode(t,o);let f=t.endVector();return Or.startRecordBatch(t),Or.addLength(t,BigInt(e.length)),Or.addNodes(t,i),Or.addBuffers(t,f),Or.endRecordBatch(t)}function q1(t,e){let r=_r.encode(t,e.data);return Yn.startDictionaryBatch(t),Yn.addId(t,BigInt(e.id)),Yn.addIsDelta(t,e.isDelta),Yn.addData(t,r),Yn.endDictionaryBatch(t)}function _1(t,e){return ga.createFieldNode(t,BigInt(e.length),BigInt(e.nullCount))}function k1(t,e){return ba.createBuffer(t,BigInt(e.offset),BigInt(e.length))}var T1=(()=>{let t=new ArrayBuffer(2);return new DataView(t).setInt16(0,256,!0),new Int16Array(t)[0]===256})();var Aw=t=>`Expected ${ft[t]} Message in stream, but was null or length 0.`,Ow=t=>`Header pointer of flatbuffer-encoded ${ft[t]} Message is null or length 0.`,yv=(t,e)=>`Expected to read ${t} metadata bytes, but only read ${e}.`,vv=(t,e)=>`Expected to read ${t} bytes for message body, but only read ${e}.`,ja=class{constructor(e){this.source=e instanceof Ji?e:new Ji(e)}[Symbol.iterator](){return this}next(){let e;return(e=this.readMetadataLength()).done?Bt:e.value===-1&&(e=this.readMetadataLength()).done?Bt:(e=this.readMetadata(e.value)).done?Bt:e}throw(e){return this.source.throw(e)}return(e){return this.source.return(e)}readMessage(e){let r;if((r=this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(Aw(e));return r.value}readMessageBody(e){if(e<=0)return new Uint8Array(0);let r=Ee(this.source.read(e));if(r.byteLength<e)throw new Error(vv(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()}readSchema(e=!1){let r=ft.Schema,n=this.readMessage(r),i=n==null?void 0:n.header();if(e&&!i)throw new Error(Ow(r));return i}readMetadataLength(){let e=this.source.read(rc),r=e&&new Vr(e),n=(r==null?void 0:r.readInt32(0))||0;return{done:n===0,value:n}}readMetadata(e){let r=this.source.read(e);if(!r)return Bt;if(r.byteLength<e)throw new Error(yv(e,r.byteLength));return{done:!1,value:or.decode(r)}}},ec=class{constructor(e,r){this.source=e instanceof un?e:eu(e)?new go(e,r):new un(e)}[Symbol.asyncIterator](){return this}next(){return pe(this,void 0,void 0,function*(){let e;return(e=yield this.readMetadataLength()).done?Bt:e.value===-1&&(e=yield this.readMetadataLength()).done?Bt:(e=yield this.readMetadata(e.value)).done?Bt:e})}throw(e){return pe(this,void 0,void 0,function*(){return yield this.source.throw(e)})}return(e){return pe(this,void 0,void 0,function*(){return yield this.source.return(e)})}readMessage(e){return pe(this,void 0,void 0,function*(){let r;if((r=yield this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(Aw(e));return r.value})}readMessageBody(e){return pe(this,void 0,void 0,function*(){if(e<=0)return new Uint8Array(0);let r=Ee(yield this.source.read(e));if(r.byteLength<e)throw new Error(vv(e,r.byteLength));return r.byteOffset%8==0&&r.byteOffset+r.byteLength<=r.buffer.byteLength?r:r.slice()})}readSchema(e=!1){return pe(this,void 0,void 0,function*(){let r=ft.Schema,n=yield this.readMessage(r),i=n==null?void 0:n.header();if(e&&!i)throw new Error(Ow(r));return i})}readMetadataLength(){return pe(this,void 0,void 0,function*(){let e=yield this.source.read(rc),r=e&&new Vr(e),n=(r==null?void 0:r.readInt32(0))||0;return{done:n===0,value:n}})}readMetadata(e){return pe(this,void 0,void 0,function*(){let r=yield this.source.read(e);if(!r)return Bt;if(r.byteLength<e)throw new Error(yv(e,r.byteLength));return{done:!1,value:or.decode(r)}})}},tc=class extends ja{constructor(e){super(new Uint8Array(0));this._schema=!1,this._body=[],this._batchIndex=0,this._dictionaryIndex=0,this._json=e instanceof Eu?e:new Eu(e)}next(){let{_json:e}=this;if(!this._schema){this._schema=!0;let r=or.fromJSON(e.schema,ft.Schema);return{done:!1,value:r}}if(this._dictionaryIndex<e.dictionaries.length){let r=e.dictionaries[this._dictionaryIndex++];this._body=r.data.columns;let n=or.fromJSON(r,ft.DictionaryBatch);return{done:!1,value:n}}if(this._batchIndex<e.batches.length){let r=e.batches[this._batchIndex++];this._body=r.columns;let n=or.fromJSON(r,ft.RecordBatch);return{done:!1,value:n}}return this._body=[],Bt}readMessageBody(e){return r(this._body);function r(n){return(n||[]).reduce((i,f)=>[...i,...f.VALIDITY&&[f.VALIDITY]||[],...f.TYPE&&[f.TYPE]||[],...f.OFFSET&&[f.OFFSET]||[],...f.DATA&&[f.DATA]||[],...r(f.children)],[])}}readMessage(e){let r;if((r=this.next()).done)return null;if(e!=null&&r.value.headerType!==e)throw new Error(Aw(e));return r.value}readSchema(){let e=ft.Schema,r=this.readMessage(e),n=r==null?void 0:r.header();if(!r||!n)throw new Error(Ow(e));return n}},rc=4,Nw="ARROW1",_s=new Uint8Array(Nw.length);for(let t=0;t<Nw.length;t+=1)_s[t]=Nw.codePointAt(t);function nc(t,e=0){for(let r=-1,n=_s.length;++r<n;)if(_s[r]!==t[e+r])return!1;return!0}var ks=_s.length,Rw=ks+rc,qv=ks*2+rc;var Nr=class extends ws{constructor(e){super();this._impl=e}get closed(){return this._impl.closed}get schema(){return this._impl.schema}get autoDestroy(){return this._impl.autoDestroy}get dictionaries(){return this._impl.dictionaries}get numDictionaries(){return this._impl.numDictionaries}get numRecordBatches(){return this._impl.numRecordBatches}get footer(){return this._impl.isFile()?this._impl.footer:null}isSync(){return this._impl.isSync()}isAsync(){return this._impl.isAsync()}isFile(){return this._impl.isFile()}isStream(){return this._impl.isStream()}next(){return this._impl.next()}throw(e){return this._impl.throw(e)}return(e){return this._impl.return(e)}cancel(){return this._impl.cancel()}reset(e){return this._impl.reset(e),this._DOMStream=void 0,this._nodeStream=void 0,this}open(e){let r=this._impl.open(e);return Pn(r)?r.then(()=>this):this}readRecordBatch(e){return this._impl.isFile()?this._impl.readRecordBatch(e):null}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}toDOMStream(){return ur.toDOMStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this})}toNodeStream(){return ur.toNodeStream(this.isSync()?{[Symbol.iterator]:()=>this}:{[Symbol.asyncIterator]:()=>this},{objectMode:!0})}static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e,r){throw new Error('"throughDOM" not available in this environment')}static from(e){return e instanceof Nr?e:Qp(e)?B1(e):eu(e)?x1(e):Pn(e)?(()=>pe(this,void 0,void 0,function*(){return yield Nr.from(yield e)}))():tu(e)||Kl(e)||nu(e)||Sn(e)?S1(new un(e)):I1(new Ji(e))}static readAll(e){return e instanceof Nr?e.isSync()?Bv(e):Iv(e):Qp(e)||ArrayBuffer.isView(e)||Mn(e)||$p(e)?Bv(e):Iv(e)}},Kn=class extends Nr{constructor(e){super(e);this._impl=e}readAll(){return[...this]}[Symbol.iterator](){return this._impl[Symbol.iterator]()}[Symbol.asyncIterator](){return Qr(this,arguments,function*(){yield De(yield*$o(Fn(this[Symbol.iterator]())))})}},vo=class extends Nr{constructor(e){super(e);this._impl=e}readAll(){var e,r,n,i;return pe(this,void 0,void 0,function*(){let f=new Array;try{for(var o=!0,s=Fn(this),l;l=yield s.next(),e=l.done,!e;o=!0){i=l.value,o=!1;let p=i;f.push(p)}}catch(p){r={error:p}}finally{try{!o&&!e&&(n=s.return)&&(yield n.call(s))}finally{if(r)throw r.error}}return f})}[Symbol.iterator](){throw new Error("AsyncRecordBatchStreamReader is not Iterable")}[Symbol.asyncIterator](){return this._impl[Symbol.asyncIterator]()}},qo=class extends Kn{constructor(e){super(e);this._impl=e}},ic=class extends vo{constructor(e){super(e);this._impl=e}},Hw=class{get numDictionaries(){return this._dictionaryIndex}get numRecordBatches(){return this._recordBatchIndex}constructor(e=new Map){this.closed=!1,this.autoDestroy=!0,this._dictionaryIndex=0,this._recordBatchIndex=0,this.dictionaries=e}isSync(){return!1}isAsync(){return!1}isFile(){return!1}isStream(){return!1}reset(e){return this._dictionaryIndex=0,this._recordBatchIndex=0,this.schema=e,this.dictionaries=new Map,this}_loadRecordBatch(e,r){let n=this._loadVectors(e,r,this.schema.fields),i=Pe({type:new Ot(this.schema.fields),length:e.length,children:n});return new It(this.schema,i)}_loadDictionaryBatch(e,r){let{id:n,isDelta:i}=e,{dictionaries:f,schema:o}=this,s=f.get(n);if(i||!s){let l=o.dictionaries.get(n),p=this._loadVectors(e.data,r,[l]);return(s&&i?s.concat(new Fe(p)):new Fe(p)).memoize()}return s.memoize()}_loadVectors(e,r,n){return new Nu(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}},ya=class extends Hw{constructor(e,r){super(r);this._reader=Qp(e)?new tc(this._handle=e):new ja(this._handle=e)}isSync(){return!0}isStream(){return!0}[Symbol.iterator](){return this}cancel(){!this.closed&&(this.closed=!0)&&(this.reset()._reader.return(),this._reader=null,this.dictionaries=null)}open(e){return this.closed||(this.autoDestroy=Tv(this,e),this.schema||(this.schema=this._reader.readSchema())||this.cancel()),this}throw(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.throw(e):Bt}return(e){return!this.closed&&this.autoDestroy&&(this.closed=!0)?this.reset()._reader.return(e):Bt}next(){if(this.closed)return Bt;let e,{_reader:r}=this;for(;e=this._readNextMessageAndValidate();)if(e.isSchema())this.reset(e.header());else if(e.isRecordBatch()){this._recordBatchIndex++;let n=e.header(),i=r.readMessageBody(e.bodyLength),f=this._loadRecordBatch(n,i);return{done:!1,value:f}}else if(e.isDictionaryBatch()){this._dictionaryIndex++;let n=e.header(),i=r.readMessageBody(e.bodyLength),f=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,f)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new vs(this.schema)}):this.return()}_readNextMessageAndValidate(e){return this._reader.readMessage(e)}},va=class extends Hw{constructor(e,r){super(r);this._reader=new ec(this._handle=e)}isAsync(){return!0}isStream(){return!0}[Symbol.asyncIterator](){return this}cancel(){return pe(this,void 0,void 0,function*(){!this.closed&&(this.closed=!0)&&(yield this.reset()._reader.return(),this._reader=null,this.dictionaries=null)})}open(e){return pe(this,void 0,void 0,function*(){return this.closed||(this.autoDestroy=Tv(this,e),this.schema||(this.schema=yield this._reader.readSchema())||(yield this.cancel())),this})}throw(e){return pe(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.throw(e):Bt})}return(e){return pe(this,void 0,void 0,function*(){return!this.closed&&this.autoDestroy&&(this.closed=!0)?yield this.reset()._reader.return(e):Bt})}next(){return pe(this,void 0,void 0,function*(){if(this.closed)return Bt;let e,{_reader:r}=this;for(;e=yield this._readNextMessageAndValidate();)if(e.isSchema())yield this.reset(e.header());else if(e.isRecordBatch()){this._recordBatchIndex++;let n=e.header(),i=yield r.readMessageBody(e.bodyLength),f=this._loadRecordBatch(n,i);return{done:!1,value:f}}else if(e.isDictionaryBatch()){this._dictionaryIndex++;let n=e.header(),i=yield r.readMessageBody(e.bodyLength),f=this._loadDictionaryBatch(n,i);this.dictionaries.set(n.id,f)}return this.schema&&this._recordBatchIndex===0?(this._recordBatchIndex++,{done:!1,value:new vs(this.schema)}):yield this.return()})}_readNextMessageAndValidate(e){return pe(this,void 0,void 0,function*(){return yield this._reader.readMessage(e)})}},Dw=class extends ya{get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}constructor(e,r){super(e instanceof Au?e:new Au(e),r)}isSync(){return!0}isFile(){return!0}open(e){if(!this.closed&&!this._footer){this.schema=(this._footer=this._readFooter()).schema;for(let r of this._footer.dictionaryBatches())r&&this._readDictionaryBatch(this._dictionaryIndex++)}return super.open(e)}readRecordBatch(e){var r;if(this.closed)return null;this._footer||this.open();let n=(r=this._footer)===null||r===void 0?void 0:r.getRecordBatch(e);if(n&&this._handle.seek(n.offset)){let i=this._reader.readMessage(ft.RecordBatch);if(i==null?void 0:i.isRecordBatch()){let f=i.header(),o=this._reader.readMessageBody(i.bodyLength);return this._loadRecordBatch(f,o)}}return null}_readDictionaryBatch(e){var r;let n=(r=this._footer)===null||r===void 0?void 0:r.getDictionaryBatch(e);if(n&&this._handle.seek(n.offset)){let i=this._reader.readMessage(ft.DictionaryBatch);if(i==null?void 0:i.isDictionaryBatch()){let f=i.header(),o=this._reader.readMessageBody(i.bodyLength),s=this._loadDictionaryBatch(f,o);this.dictionaries.set(f.id,s)}}}_readFooter(){let{_handle:e}=this,r=e.size-Rw,n=e.readInt32(r),i=e.readAt(r-n,n);return Df.decode(i)}_readNextMessageAndValidate(e){var r;if(this._footer||this.open(),this._footer&&this._recordBatchIndex<this.numRecordBatches){let n=(r=this._footer)===null||r===void 0?void 0:r.getRecordBatch(this._recordBatchIndex);if(n&&this._handle.seek(n.offset))return this._reader.readMessage(e)}return null}},_v=class extends va{get footer(){return this._footer}get numDictionaries(){return this._footer?this._footer.numDictionaries:0}get numRecordBatches(){return this._footer?this._footer.numRecordBatches:0}constructor(e,...r){let n=typeof r[0]!="number"?r.shift():void 0,i=r[0]instanceof Map?r.shift():void 0;super(e instanceof go?e:new go(e,n),i)}isFile(){return!0}isAsync(){return!0}open(e){let r=Object.create(null,{open:{get:()=>super.open}});return pe(this,void 0,void 0,function*(){if(!this.closed&&!this._footer){this.schema=(this._footer=yield this._readFooter()).schema;for(let n of this._footer.dictionaryBatches())n&&(yield this._readDictionaryBatch(this._dictionaryIndex++))}return yield r.open.call(this,e)})}readRecordBatch(e){var r;return pe(this,void 0,void 0,function*(){if(this.closed)return null;this._footer||(yield this.open());let n=(r=this._footer)===null||r===void 0?void 0:r.getRecordBatch(e);if(n&&(yield this._handle.seek(n.offset))){let i=yield this._reader.readMessage(ft.RecordBatch);if(i==null?void 0:i.isRecordBatch()){let f=i.header(),o=yield this._reader.readMessageBody(i.bodyLength);return this._loadRecordBatch(f,o)}}return null})}_readDictionaryBatch(e){var r;return pe(this,void 0,void 0,function*(){let n=(r=this._footer)===null||r===void 0?void 0:r.getDictionaryBatch(e);if(n&&(yield this._handle.seek(n.offset))){let i=yield this._reader.readMessage(ft.DictionaryBatch);if(i==null?void 0:i.isDictionaryBatch()){let f=i.header(),o=yield this._reader.readMessageBody(i.bodyLength),s=this._loadDictionaryBatch(f,o);this.dictionaries.set(f.id,s)}}})}_readFooter(){return pe(this,void 0,void 0,function*(){let{_handle:e}=this;e._pending&&(yield e._pending);let r=e.size-Rw,n=yield e.readInt32(r),i=yield e.readAt(r-n,n);return Df.decode(i)})}_readNextMessageAndValidate(e){return pe(this,void 0,void 0,function*(){if(this._footer||(yield this.open()),this._footer&&this._recordBatchIndex<this.numRecordBatches){let r=this._footer.getRecordBatch(this._recordBatchIndex);if(r&&(yield this._handle.seek(r.offset)))return yield this._reader.readMessage(e)}return null})}},kv=class extends ya{constructor(e,r){super(e,r)}_loadVectors(e,r,n){return new ow(r,e.nodes,e.buffers,this.dictionaries).visitMany(n)}};function Tv(t,e){return e&&typeof e.autoDestroy=="boolean"?e.autoDestroy:t.autoDestroy}function*Bv(t){let e=Nr.from(t);try{if(!e.open({autoDestroy:!1}).closed)do yield e;while(!e.reset().open().closed)}finally{e.cancel()}}function Iv(t){return Qr(this,arguments,function*(){let r=yield De(Nr.from(t));try{if(!(yield De(r.open({autoDestroy:!1}))).closed)do yield yield De(r);while(!(yield De(r.reset().open())).closed)}finally{yield De(r.cancel())}})}function B1(t){return new Kn(new kv(t))}function I1(t){let e=t.peek(ks+7&~7);return e&&e.byteLength>=4?nc(e)?new qo(new Dw(t.read())):new Kn(new ya(t)):new Kn(new ya(function*(){}()))}function S1(t){return pe(this,void 0,void 0,function*(){let e=yield t.peek(ks+7&~7);return e&&e.byteLength>=4?nc(e)?new qo(new Dw(yield t.read())):new vo(new va(t)):new vo(new va(function(){return Qr(this,arguments,function*(){})}()))})}function x1(t){return pe(this,void 0,void 0,function*(){let{size:e}=yield t.stat(),r=new go(t,e);return e>=qv&&nc(yield r.readAt(0,ks+7&~7))?new ic(new _v(r)):new vo(new va(r))})}var Ct=class extends _e{static assemble(...e){let r=i=>i.flatMap(f=>Array.isArray(f)?r(f):f instanceof It?f.data.children:f.data),n=new Ct;return n.visitMany(r(e)),n}constructor(){super();this._byteLength=0,this._nodes=[],this._buffers=[],this._bufferRegions=[]}visit(e){if(e instanceof Fe)return this.visitMany(e.data),this;let{type:r}=e;if(!je.isDictionary(r)){let{length:n,nullCount:i}=e;if(n>2147483647)throw new RangeError("Cannot write arrays larger than 2^31 - 1 in length");je.isNull(r)||Gn.call(this,i<=0?new Uint8Array(0):as(e.offset,n,e.nullBitmap)),this.nodes.push(new gi(n,i))}return super.visit(e)}visitNull(e){return this}visitDictionary(e){return this.visit(e.clone(e.type.indices))}get nodes(){return this._nodes}get buffers(){return this._buffers}get byteLength(){return this._byteLength}get bufferRegions(){return this._bufferRegions}};function Gn(t){let e=t.byteLength+7&~7;return this.buffers.push(t),this.bufferRegions.push(new dn(this._byteLength,e)),this._byteLength+=e,this}function E1(t){let{type:e,length:r,typeIds:n,valueOffsets:i}=t;if(Gn.call(this,n),e.mode===Ut.Sparse)return Fw.call(this,t);if(e.mode===Ut.Dense){if(t.offset<=0)return Gn.call(this,i),Fw.call(this,t);{let f=n.reduce((u,h)=>Math.max(u,h),n[0]),o=new Int32Array(f+1),s=new Int32Array(f+1).fill(-1),l=new Int32Array(r),p=Gl(-i[0],r,i);for(let u,h,c=-1;++c<r;)(h=s[u=n[c]])===-1&&(h=s[u]=p[u]),l[c]=p[c]-h,++o[u];Gn.call(this,l);for(let u,h=-1,c=e.children.length;++h<c;)if(u=t.children[h]){let j=e.typeIds[h],B=Math.min(r,o[j]);this.visit(u.slice(s[j],B))}}}return this}function A1(t){let e;return t.nullCount>=t.length?Gn.call(this,new Uint8Array(0)):(e=t.values)instanceof Uint8Array?Gn.call(this,as(t.offset,t.length,e)):Gn.call(this,wo(t.values))}function Mf(t){return Gn.call(this,t.values.subarray(0,t.length*t.stride))}function Sv(t){let{length:e,values:r,valueOffsets:n}=t,i=n[0],f=n[e],o=Math.min(f-i,r.byteLength-i);return Gn.call(this,Gl(-n[0],e,n)),Gn.call(this,r.subarray(i,i+o)),this}function zw(t){let{length:e,valueOffsets:r}=t;return r&&Gn.call(this,Gl(r[0],e,r)),this.visit(t.children[0])}function Fw(t){return this.visitMany(t.type.children.map((e,r)=>t.children[r]).filter(Boolean))[0]}Ct.prototype.visitBool=A1;Ct.prototype.visitInt=Mf;Ct.prototype.visitFloat=Mf;Ct.prototype.visitUtf8=Sv;Ct.prototype.visitBinary=Sv;Ct.prototype.visitFixedSizeBinary=Mf;Ct.prototype.visitDate=Mf;Ct.prototype.visitTimestamp=Mf;Ct.prototype.visitTime=Mf;Ct.prototype.visitDecimal=Mf;Ct.prototype.visitList=zw;Ct.prototype.visitStruct=Fw;Ct.prototype.visitUnion=E1;Ct.prototype.visitInterval=Mf;Ct.prototype.visitFixedSizeList=zw;Ct.prototype.visitMap=zw;var Ts=class extends ws{static throughNode(e){throw new Error('"throughNode" not available in this environment')}static throughDOM(e,r){throw new Error('"throughDOM" not available in this environment')}constructor(e){super();this._position=0,this._started=!1,this._sink=new Gi,this._schema=null,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,Sr(e)||(e={autoDestroy:!0,writeLegacyIpcFormat:!1}),this._autoDestroy=typeof e.autoDestroy=="boolean"?e.autoDestroy:!0,this._writeLegacyIpcFormat=typeof e.writeLegacyIpcFormat=="boolean"?e.writeLegacyIpcFormat:!1}toString(e=!1){return this._sink.toString(e)}toUint8Array(e=!1){return this._sink.toUint8Array(e)}writeAll(e){return Pn(e)?e.then(r=>this.writeAll(r)):Sn(e)?Mw(this,e):Pw(this,e)}get closed(){return this._sink.closed}[Symbol.asyncIterator](){return this._sink[Symbol.asyncIterator]()}toDOMStream(e){return this._sink.toDOMStream(e)}toNodeStream(e){return this._sink.toNodeStream(e)}close(){return this.reset()._sink.close()}abort(e){return this.reset()._sink.abort(e)}finish(){return this._autoDestroy?this.close():this.reset(this._sink,this._schema),this}reset(e=this._sink,r=null){return e===this._sink||e instanceof Gi?this._sink=e:(this._sink=new Gi,e&&My(e)?this.toDOMStream({type:"bytes"}).pipeTo(e):e&&Uy(e)&&this.toNodeStream({objectMode:!1}).pipe(e)),this._started&&this._schema&&this._writeFooter(this._schema),this._started=!1,this._dictionaryBlocks=[],this._recordBatchBlocks=[],this._dictionaryDeltaOffsets=new Map,(!r||!yo(r,this._schema))&&(r==null?(this._position=0,this._schema=null):(this._started=!0,this._schema=r,this._writeSchema(r))),this}write(e){let r=null;if(this._sink){if(e==null)return this.finish()&&void 0;if(e instanceof $t&&!(r=e.schema))return this.finish()&&void 0;if(e instanceof It&&!(r=e.schema))return this.finish()&&void 0}else throw new Error("RecordBatchWriter is closed");if(r&&!yo(r,this._schema)){if(this._started&&this._autoDestroy)return this.close();this.reset(this._sink,r)}e instanceof It?e instanceof vs||this._writeRecordBatch(e):e instanceof $t?this.writeAll(e.batches):Mn(e)&&this.writeAll(e)}_writeMessage(e,r=8){let n=r-1,i=or.encode(e),f=i.byteLength,o=this._writeLegacyIpcFormat?4:8,s=f+o+n&~n,l=s-f-o;return e.headerType===ft.RecordBatch?this._recordBatchBlocks.push(new wi(s,e.bodyLength,this._position)):e.headerType===ft.DictionaryBatch&&this._dictionaryBlocks.push(new wi(s,e.bodyLength,this._position)),this._writeLegacyIpcFormat||this._write(Int32Array.of(-1)),this._write(Int32Array.of(s-o)),f>0&&this._write(i),this._writePadding(l)}_write(e){if(this._started){let r=Ee(e);r&&r.byteLength>0&&(this._sink.write(r),this._position+=r.byteLength)}return this}_writeSchema(e){return this._writeMessage(or.from(e))}_writeFooter(e){return this._writeLegacyIpcFormat?this._write(Int32Array.of(0)):this._write(Int32Array.of(-1,0))}_writeMagic(){return this._write(_s)}_writePadding(e){return e>0?this._write(new Uint8Array(e)):this}_writeRecordBatch(e){let{byteLength:r,nodes:n,bufferRegions:i,buffers:f}=Ct.assemble(e),o=new _r(e.numRows,n,i),s=or.from(o,r);return this._writeDictionaries(e)._writeMessage(s)._writeBodyBuffers(f)}_writeDictionaryBatch(e,r,n=!1){this._dictionaryDeltaOffsets.set(r,e.length+(this._dictionaryDeltaOffsets.get(r)||0));let{byteLength:i,nodes:f,bufferRegions:o,buffers:s}=Ct.assemble(new Fe([e])),l=new _r(e.length,f,o),p=new mn(l,r,n),u=or.from(p,i);return this._writeMessage(u)._writeBodyBuffers(s)}_writeBodyBuffers(e){let r,n,i;for(let f=-1,o=e.length;++f<o;)(r=e[f])&&(n=r.byteLength)>0&&(this._write(r),(i=(n+7&~7)-n)>0&&this._writePadding(i));return this}_writeDictionaries(e){for(let[r,n]of e.dictionaries){let i=this._dictionaryDeltaOffsets.get(r)||0;if(i===0||(n=n==null?void 0:n.slice(i)).length>0)for(let f of n.data)this._writeDictionaryBatch(f,r,i>0),i+=f.length}return this}},Bs=class extends Ts{static writeAll(e,r){let n=new Bs(r);return Pn(e)?e.then(i=>n.writeAll(i)):Sn(e)?Mw(n,e):Pw(n,e)}},Is=class extends Ts{static writeAll(e){let r=new Is;return Pn(e)?e.then(n=>r.writeAll(n)):Sn(e)?Mw(r,e):Pw(r,e)}constructor(){super();this._autoDestroy=!0}_writeSchema(e){return this._writeMagic()._writePadding(2)}_writeFooter(e){let r=Df.encode(new Df(e,cr.V4,this._recordBatchBlocks,this._dictionaryBlocks));return super._writeFooter(e)._write(r)._write(Int32Array.of(r.byteLength))._writeMagic()}};function Pw(t,e){let r=e;e instanceof $t&&(r=e.batches,t.reset(void 0,e.schema));for(let n of r)t.write(n);return t.finish()}function Mw(t,e){var r,n,i,f,o,s,l;return pe(this,void 0,void 0,function*(){try{for(r=!0,n=Fn(e);i=yield n.next(),f=i.done,!f;r=!0){l=i.value,r=!1;let p=l;t.write(p)}}catch(p){o={error:p}}finally{try{!r&&!f&&(s=n.return)&&(yield s.call(n))}finally{if(o)throw o.error}}return t.finish()})}function xv(t,e){if(Sn(t))return N1(t,e);if(Mn(t))return O1(t,e);throw new Error("toDOMStream() must be called with an Iterable or AsyncIterable")}function O1(t,e){let r=null,n=(e==null?void 0:e.type)==="bytes"||!1,i=(e==null?void 0:e.highWaterMark)||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},e),{start(o){f(o,r||(r=t[Symbol.iterator]()))},pull(o){r?f(o,r):o.close()},cancel(){((r==null?void 0:r.return)&&r.return()||!0)&&(r=null)}}),Object.assign({highWaterMark:n?i:void 0},e));function f(o,s){let l,p=null,u=o.desiredSize||null;for(;!(p=s.next(n?u:null)).done;)if(ArrayBuffer.isView(p.value)&&(l=Ee(p.value))&&(u!=null&&n&&(u=u-l.byteLength+1),p.value=l),o.enqueue(p.value),u!=null&&--u<=0)return;o.close()}}function N1(t,e){let r=null,n=(e==null?void 0:e.type)==="bytes"||!1,i=(e==null?void 0:e.highWaterMark)||Math.pow(2,24);return new ReadableStream(Object.assign(Object.assign({},e),{start(o){return pe(this,void 0,void 0,function*(){yield f(o,r||(r=t[Symbol.asyncIterator]()))})},pull(o){return pe(this,void 0,void 0,function*(){r?yield f(o,r):o.close()})},cancel(){return pe(this,void 0,void 0,function*(){((r==null?void 0:r.return)&&(yield r.return())||!0)&&(r=null)})}}),Object.assign({highWaterMark:n?i:void 0},e));function f(o,s){return pe(this,void 0,void 0,function*(){let l,p=null,u=o.desiredSize||null;for(;!(p=yield s.next(n?u:null)).done;)if(ArrayBuffer.isView(p.value)&&(l=Ee(p.value))&&(u!=null&&n&&(u=u-l.byteLength+1),p.value=l),o.enqueue(p.value),u!=null&&--u<=0)return;o.close()})}}function Ev(t){return new Av(t)}var Av=class{constructor(e){this._numChunks=0,this._finished=!1,this._bufferedSize=0;let{["readableStrategy"]:r,["writableStrategy"]:n,["queueingStrategy"]:i="count"}=e,f=zy(e,["readableStrategy","writableStrategy","queueingStrategy"]);this._controller=null,this._builder=jo(f),this._getSize=i!=="bytes"?Ov:Nv;let{["highWaterMark"]:o=i==="bytes"?Math.pow(2,14):1e3}=Object.assign({},r),{["highWaterMark"]:s=i==="bytes"?Math.pow(2,14):1e3}=Object.assign({},n);this.readable=new ReadableStream({cancel:()=>{this._builder.clear()},pull:l=>{this._maybeFlush(this._builder,this._controller=l)},start:l=>{this._maybeFlush(this._builder,this._controller=l)}},{highWaterMark:o,size:i!=="bytes"?Ov:Nv}),this.writable=new WritableStream({abort:()=>{this._builder.clear()},write:()=>{this._maybeFlush(this._builder,this._controller)},close:()=>{this._maybeFlush(this._builder.finish(),this._controller)}},{highWaterMark:s,size:l=>this._writeValueAndReturnChunkSize(l)})}_writeValueAndReturnChunkSize(e){let r=this._bufferedSize;return this._bufferedSize=this._getSize(this._builder.append(e)),this._bufferedSize-r}_maybeFlush(e,r){r!=null&&(this._bufferedSize>=r.desiredSize&&++this._numChunks&&this._enqueue(r,e.toVector()),e.finished&&((e.length>0||this._numChunks===0)&&++this._numChunks&&this._enqueue(r,e.toVector()),!this._finished&&(this._finished=!0)&&this._enqueue(r,null)))}_enqueue(e,r){this._bufferedSize=0,this._controller=null,r==null?e.close():e.enqueue(r)}},Ov=t=>{var e;return(e=t==null?void 0:t.length)!==null&&e!==void 0?e:0},Nv=t=>{var e;return(e=t==null?void 0:t.byteLength)!==null&&e!==void 0?e:0};function fc(t,e){let r=new Gi,n=null,i=new ReadableStream({cancel(){return pe(this,void 0,void 0,function*(){yield r.close()})},start(s){return pe(this,void 0,void 0,function*(){yield o(s,n||(n=yield f()))})},pull(s){return pe(this,void 0,void 0,function*(){n?yield o(s,n):s.close()})}});return{writable:new WritableStream(r,Object.assign({highWaterMark:Math.pow(2,14)},t)),readable:i};function f(){return pe(this,void 0,void 0,function*(){return yield(yield Nr.from(r)).open(e)})}function o(s,l){return pe(this,void 0,void 0,function*(){let p=s.desiredSize,u=null;for(;!(u=yield l.next()).done;)if(s.enqueue(u.value),p!=null&&--p<=0)return;s.close()})}}function oc(t,e){let r=new this(t),n=new un(r),i=new ReadableStream({cancel(){return pe(this,void 0,void 0,function*(){yield n.cancel()})},pull(o){return pe(this,void 0,void 0,function*(){yield f(o)})},start(o){return pe(this,void 0,void 0,function*(){yield f(o)})}},Object.assign({highWaterMark:Math.pow(2,14)},e));return{writable:new WritableStream(r,t),readable:i};function f(o){return pe(this,void 0,void 0,function*(){let s=null,l=o.desiredSize;for(;s=yield n.read(l||null);)if(o.enqueue(s),l!=null&&(l-=s.byteLength)<=0)return;o.close()})}}var D1=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Ad),fw),$d),Ld),Sd),Qd),{compareSchemas:yo,compareFields:rv,compareTypes:nv});ur.toDOMStream=xv;zt.throughDOM=Ev;Nr.throughDOM=fc;qo.throughDOM=fc;Kn.throughDOM=fc;Ts.throughDOM=oc;Is.throughDOM=oc;Bs.throughDOM=oc;var pc={};Lf(pc,{Compression:()=>L1,Encoding:()=>C1,WriterProperties:()=>As,WriterPropertiesBuilder:()=>Gt,WriterVersion:()=>V1,default:()=>Fv,readParquet:()=>P1,writeParquet:()=>U1});var Te,Rv=new TextDecoder("utf-8",{ignoreBOM:!0,fatal:!0});Rv.decode();var sc=null;function qa(){return(sc===null||sc.buffer!==Te.memory.buffer)&&(sc=new Uint8Array(Te.memory.buffer)),sc}function Hv(t,e){return Rv.decode(qa().subarray(t,t+e))}var Zi=new Array(32).fill(void 0);Zi.push(void 0,null,!0,!1);var _a=Zi.length;function ka(t){_a===Zi.length&&Zi.push(Zi.length+1);let e=_a;return _a=Zi[e],Zi[e]=t,e}function Ss(t){return Zi[t]}function z1(t){t<36||(Zi[t]=_a,_a=t)}function Ta(t){let e=Ss(t);return z1(t),e}var Jn=0,lc=new TextEncoder("utf-8"),F1=typeof lc.encodeInto=="function"?function(t,e){return lc.encodeInto(t,e)}:function(t,e){let r=lc.encode(t);return e.set(r),{read:t.length,written:r.length}};function xs(t,e,r){if(r===void 0){let s=lc.encode(t),l=e(s.length);return qa().subarray(l,l+s.length).set(s),Jn=s.length,l}let n=t.length,i=e(n),f=qa(),o=0;for(;o<n;o++){let s=t.charCodeAt(o);if(s>127)break;f[i+o]=s}if(o!==n){o!==0&&(t=t.slice(o)),i=r(i,n,n=o+t.length*3);let s=qa().subarray(i+o,i+n);o+=F1(t,s).written}return Jn=o,i}function Dv(t,e){let r=e(t.length*1);return qa().set(t,r/1),Jn=t.length,r}var ac=null;function Es(){return(ac===null||ac.buffer!==Te.memory.buffer)&&(ac=new Int32Array(Te.memory.buffer)),ac}function P1(t){try{let i=Te.__wbindgen_add_to_stack_pointer(-16),f=Dv(t,Te.__wbindgen_malloc),o=Jn;Te.readParquet(i,f,o);var e=Es()[i/4+0],r=Es()[i/4+1],n=Es()[i/4+2];if(n)throw Ta(r);return Ta(e)}finally{Te.__wbindgen_add_to_stack_pointer(16)}}function M1(t,e){if(!(t instanceof e))throw new Error(`expected instance of ${e.name}`);return t.ptr}function U1(t,e){try{let o=Te.__wbindgen_add_to_stack_pointer(-16),s=Dv(t,Te.__wbindgen_malloc),l=Jn;M1(e,As);var r=e.ptr;e.ptr=0,Te.writeParquet(o,s,l,r);var n=Es()[o/4+0],i=Es()[o/4+1],f=Es()[o/4+2];if(f)throw Ta(i);return Ta(n)}finally{Te.__wbindgen_add_to_stack_pointer(16)}}var L1=Object.freeze({UNCOMPRESSED:0,"0":"UNCOMPRESSED",SNAPPY:1,"1":"SNAPPY",GZIP:2,"2":"GZIP",BROTLI:3,"3":"BROTLI",LZ4:4,"4":"LZ4",ZSTD:5,"5":"ZSTD"}),C1=Object.freeze({PLAIN:0,"0":"PLAIN",PLAIN_DICTIONARY:1,"1":"PLAIN_DICTIONARY",RLE:2,"2":"RLE",BIT_PACKED:3,"3":"BIT_PACKED",DELTA_BINARY_PACKED:4,"4":"DELTA_BINARY_PACKED",DELTA_LENGTH_BYTE_ARRAY:5,"5":"DELTA_LENGTH_BYTE_ARRAY",DELTA_BYTE_ARRAY:6,"6":"DELTA_BYTE_ARRAY",RLE_DICTIONARY:7,"7":"RLE_DICTIONARY",BYTE_STREAM_SPLIT:8,"8":"BYTE_STREAM_SPLIT"}),V1=Object.freeze({V1:0,"0":"V1",V2:1,"1":"V2"}),As=class{static __wrap(e){let r=Object.create(As.prototype);return r.ptr=e,r}__destroy_into_raw(){let e=this.ptr;return this.ptr=0,e}free(){let e=this.__destroy_into_raw();Te.__wbg_writerproperties_free(e)}},Gt=class{static __wrap(e){let r=Object.create(Gt.prototype);return r.ptr=e,r}__destroy_into_raw(){let e=this.ptr;return this.ptr=0,e}free(){let e=this.__destroy_into_raw();Te.__wbg_writerpropertiesbuilder_free(e)}constructor(){let e=Te.writerpropertiesbuilder_new();return Gt.__wrap(e)}build(){let e=this.__destroy_into_raw(),r=Te.writerpropertiesbuilder_build(e);return As.__wrap(r)}setWriterVersion(e){let r=this.__destroy_into_raw(),n=Te.writerpropertiesbuilder_setWriterVersion(r,e);return Gt.__wrap(n)}setDataPagesizeLimit(e){let r=this.__destroy_into_raw(),n=Te.writerpropertiesbuilder_setDataPagesizeLimit(r,e);return Gt.__wrap(n)}setDictionaryPagesizeLimit(e){let r=this.__destroy_into_raw(),n=Te.writerpropertiesbuilder_setDictionaryPagesizeLimit(r,e);return Gt.__wrap(n)}setWriteBatchSize(e){let r=this.__destroy_into_raw(),n=Te.writerpropertiesbuilder_setWriteBatchSize(r,e);return Gt.__wrap(n)}setMaxRowGroupSize(e){let r=this.__destroy_into_raw(),n=Te.writerpropertiesbuilder_setMaxRowGroupSize(r,e);return Gt.__wrap(n)}setCreatedBy(e){let r=this.__destroy_into_raw(),n=xs(e,Te.__wbindgen_malloc,Te.__wbindgen_realloc),i=Jn,f=Te.writerpropertiesbuilder_setCreatedBy(r,n,i);return Gt.__wrap(f)}setEncoding(e){let r=this.__destroy_into_raw(),n=Te.writerpropertiesbuilder_setEncoding(r,e);return Gt.__wrap(n)}setCompression(e){let r=this.__destroy_into_raw(),n=Te.writerpropertiesbuilder_setCompression(r,e);return Gt.__wrap(n)}setDictionaryEnabled(e){let r=this.__destroy_into_raw(),n=Te.writerpropertiesbuilder_setDictionaryEnabled(r,e);return Gt.__wrap(n)}setStatisticsEnabled(e){let r=this.__destroy_into_raw(),n=Te.writerpropertiesbuilder_setStatisticsEnabled(r,e);return Gt.__wrap(n)}setMaxStatisticsSize(e){let r=this.__destroy_into_raw(),n=Te.writerpropertiesbuilder_setMaxStatisticsSize(r,e);return Gt.__wrap(n)}setColumnEncoding(e,r){let n=this.__destroy_into_raw(),i=xs(e,Te.__wbindgen_malloc,Te.__wbindgen_realloc),f=Jn,o=Te.writerpropertiesbuilder_setColumnEncoding(n,i,f,r);return Gt.__wrap(o)}setColumnCompression(e,r){let n=this.__destroy_into_raw(),i=xs(e,Te.__wbindgen_malloc,Te.__wbindgen_realloc),f=Jn,o=Te.writerpropertiesbuilder_setColumnCompression(n,i,f,r);return Gt.__wrap(o)}setColumnDictionaryEnabled(e,r){let n=this.__destroy_into_raw(),i=xs(e,Te.__wbindgen_malloc,Te.__wbindgen_realloc),f=Jn,o=Te.writerpropertiesbuilder_setColumnDictionaryEnabled(n,i,f,r);return Gt.__wrap(o)}setColumnStatisticsEnabled(e,r){let n=this.__destroy_into_raw(),i=xs(e,Te.__wbindgen_malloc,Te.__wbindgen_realloc),f=Jn,o=Te.writerpropertiesbuilder_setColumnStatisticsEnabled(n,i,f,r);return Gt.__wrap(o)}setColumnMaxStatisticsSize(e,r){let n=this.__destroy_into_raw(),i=xs(e,Te.__wbindgen_malloc,Te.__wbindgen_realloc),f=Jn,o=Te.writerpropertiesbuilder_setColumnMaxStatisticsSize(n,i,f,r);return Gt.__wrap(o)}};async function W1(t,e){if(typeof Response=="function"&&t instanceof Response){if(typeof WebAssembly.instantiateStreaming=="function")try{return await WebAssembly.instantiateStreaming(t,e)}catch(n){if(t.headers.get("Content-Type")!="application/wasm")console.warn("`WebAssembly.instantiateStreaming` failed because your server does not serve wasm with `application/wasm` MIME type. Falling back to `WebAssembly.instantiate` which is slower. Original error:\n",n);else throw n}let r=await t.arrayBuffer();return await WebAssembly.instantiate(r,e)}else{let r=await WebAssembly.instantiate(t,e);return r instanceof WebAssembly.Instance?{instance:r,module:t}:r}}async function zv(t){let e={};e.wbg={},e.wbg.__wbindgen_string_new=function(i,f){let o=Hv(i,f);return ka(o)},e.wbg.__wbindgen_object_drop_ref=function(i){Ta(i)},e.wbg.__wbg_buffer_7af23f65f6c64548=function(i){let f=Ss(i).buffer;return ka(f)},e.wbg.__wbg_newwithbyteoffsetandlength_ce1e75f0ce5f7974=function(i,f,o){let s=new Uint8Array(Ss(i),f>>>0,o>>>0);return ka(s)},e.wbg.__wbg_set_f25e869e4565d2a2=function(i,f,o){Ss(i).set(Ss(f),o>>>0)},e.wbg.__wbg_length_0acb1cf9bbaf8519=function(i){return Ss(i).length},e.wbg.__wbg_newwithlength_8f0657faca9f1422=function(i){let f=new Uint8Array(i>>>0);return ka(f)},e.wbg.__wbindgen_throw=function(i,f){throw new Error(Hv(i,f))},e.wbg.__wbindgen_memory=function(){let i=Te.memory;return ka(i)},(typeof t=="string"||typeof Request=="function"&&t instanceof Request||typeof URL=="function"&&t instanceof URL)&&(t=fetch(t));let{instance:r,module:n}=await W1(await t,e);return Te=r.exports,zv.__wbindgen_wasm_module=n,Te}var Fv=zv;var Uw=null;async function Pv(t){return Uw!==null?Uw:(await Fv(t),Uw=pc,pc)}async function Mv(t,e){let r=e?.parquet?.wasmUrl,n=await Pv(r),i=new Uint8Array(t),f=n.readParquet(i),o=f.buffer.slice(f.byteOffset,f.byteLength+f.byteOffset);return Y1(o)}function Y1(t){let e=Kn.from(t),r=[];for(let n of e)r.push(n);return new $t(r)}var K1="4.0.0-alpha.24",Uv={name:"Apache Parquet",id:"parquet-wasm",module:"parquet",version:K1,worker:!1,category:"table",extensions:["parquet"],mimeTypes:["application/octet-stream"],binary:!0,tests:["PAR1","PARE"],options:{parquet:{type:"arrow-table",wasmUrl:"https://unpkg.com/parquet-wasm@0.3.1/esm2/arrow1_bg.wasm"}}};var Lv={...Sa,parse:Oy,parseFileInBatches:yd},U8={...Sa,parse:Dy,parseFileInBatches:qd},L8={...Uv,parse:Mv};mc(Lv);})();
39
39
  /*!
40
40
  *
41
41
  * Copyright 2009-2017 Kris Kowal under the terms of the MIT