@jocmp/mercury-parser 2.4.11 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (695) hide show
  1. package/README.md +2 -9
  2. package/dist/generate-custom-parser.js +2847 -2406
  3. package/dist/generate-custom-parser.js.map +1 -1
  4. package/dist/mercury.js +1865 -1915
  5. package/dist/mercury.js.map +1 -1
  6. package/dist/mercury.web.js +3 -1
  7. package/dist/mercury.web.js.map +1 -1
  8. package/package.json +38 -55
  9. package/node_modules/browser-request/.gitignore +0 -3
  10. package/node_modules/browser-request/.npmignore +0 -3
  11. package/node_modules/jquery/AUTHORS.txt +0 -331
  12. package/node_modules/jquery/LICENSE.txt +0 -20
  13. package/node_modules/jquery/README.md +0 -62
  14. package/node_modules/jquery/bower.json +0 -14
  15. package/node_modules/jquery/dist/jquery.js +0 -10881
  16. package/node_modules/jquery/dist/jquery.min.js +0 -2
  17. package/node_modules/jquery/dist/jquery.min.map +0 -1
  18. package/node_modules/jquery/dist/jquery.slim.js +0 -8782
  19. package/node_modules/jquery/dist/jquery.slim.min.js +0 -2
  20. package/node_modules/jquery/dist/jquery.slim.min.map +0 -1
  21. package/node_modules/jquery/external/sizzle/LICENSE.txt +0 -36
  22. package/node_modules/jquery/external/sizzle/dist/sizzle.js +0 -2478
  23. package/node_modules/jquery/external/sizzle/dist/sizzle.min.js +0 -3
  24. package/node_modules/jquery/external/sizzle/dist/sizzle.min.map +0 -1
  25. package/node_modules/jquery/package.json +0 -116
  26. package/node_modules/jquery/src/ajax/jsonp.js +0 -103
  27. package/node_modules/jquery/src/ajax/load.js +0 -77
  28. package/node_modules/jquery/src/ajax/script.js +0 -74
  29. package/node_modules/jquery/src/ajax/var/location.js +0 -5
  30. package/node_modules/jquery/src/ajax/var/nonce.js +0 -5
  31. package/node_modules/jquery/src/ajax/var/rquery.js +0 -5
  32. package/node_modules/jquery/src/ajax/xhr.js +0 -170
  33. package/node_modules/jquery/src/ajax.js +0 -876
  34. package/node_modules/jquery/src/attributes/attr.js +0 -141
  35. package/node_modules/jquery/src/attributes/classes.js +0 -186
  36. package/node_modules/jquery/src/attributes/prop.js +0 -143
  37. package/node_modules/jquery/src/attributes/support.js +0 -33
  38. package/node_modules/jquery/src/attributes/val.js +0 -191
  39. package/node_modules/jquery/src/attributes.js +0 -13
  40. package/node_modules/jquery/src/callbacks.js +0 -236
  41. package/node_modules/jquery/src/core/DOMEval.js +0 -43
  42. package/node_modules/jquery/src/core/access.js +0 -72
  43. package/node_modules/jquery/src/core/camelCase.js +0 -23
  44. package/node_modules/jquery/src/core/init.js +0 -129
  45. package/node_modules/jquery/src/core/isAttached.js +0 -26
  46. package/node_modules/jquery/src/core/nodeName.js +0 -13
  47. package/node_modules/jquery/src/core/parseHTML.js +0 -65
  48. package/node_modules/jquery/src/core/parseXML.js +0 -35
  49. package/node_modules/jquery/src/core/ready-no-deferred.js +0 -97
  50. package/node_modules/jquery/src/core/ready.js +0 -86
  51. package/node_modules/jquery/src/core/readyException.js +0 -13
  52. package/node_modules/jquery/src/core/stripAndCollapse.js +0 -14
  53. package/node_modules/jquery/src/core/support.js +0 -20
  54. package/node_modules/jquery/src/core/toType.js +0 -20
  55. package/node_modules/jquery/src/core/var/rsingleTag.js +0 -7
  56. package/node_modules/jquery/src/core.js +0 -400
  57. package/node_modules/jquery/src/css/addGetHookIf.js +0 -26
  58. package/node_modules/jquery/src/css/adjustCSS.js +0 -74
  59. package/node_modules/jquery/src/css/curCSS.js +0 -65
  60. package/node_modules/jquery/src/css/finalPropName.js +0 -42
  61. package/node_modules/jquery/src/css/hiddenVisibleSelectors.js +0 -15
  62. package/node_modules/jquery/src/css/showHide.js +0 -105
  63. package/node_modules/jquery/src/css/support.js +0 -152
  64. package/node_modules/jquery/src/css/var/cssExpand.js +0 -5
  65. package/node_modules/jquery/src/css/var/getStyles.js +0 -17
  66. package/node_modules/jquery/src/css/var/isHiddenWithinTree.js +0 -34
  67. package/node_modules/jquery/src/css/var/rboxStyle.js +0 -7
  68. package/node_modules/jquery/src/css/var/rnumnonpx.js +0 -7
  69. package/node_modules/jquery/src/css/var/swap.js +0 -26
  70. package/node_modules/jquery/src/css.js +0 -494
  71. package/node_modules/jquery/src/data/Data.js +0 -162
  72. package/node_modules/jquery/src/data/var/acceptData.js +0 -19
  73. package/node_modules/jquery/src/data/var/dataPriv.js +0 -7
  74. package/node_modules/jquery/src/data/var/dataUser.js +0 -7
  75. package/node_modules/jquery/src/data.js +0 -180
  76. package/node_modules/jquery/src/deferred/exceptionHook.js +0 -21
  77. package/node_modules/jquery/src/deferred.js +0 -399
  78. package/node_modules/jquery/src/deprecated/ajax-event-alias.js +0 -22
  79. package/node_modules/jquery/src/deprecated/event.js +0 -50
  80. package/node_modules/jquery/src/deprecated.js +0 -87
  81. package/node_modules/jquery/src/dimensions.js +0 -60
  82. package/node_modules/jquery/src/effects/Tween.js +0 -125
  83. package/node_modules/jquery/src/effects/animatedSelector.js +0 -15
  84. package/node_modules/jquery/src/effects.js +0 -702
  85. package/node_modules/jquery/src/event/focusin.js +0 -58
  86. package/node_modules/jquery/src/event/support.js +0 -11
  87. package/node_modules/jquery/src/event/trigger.js +0 -199
  88. package/node_modules/jquery/src/event.js +0 -874
  89. package/node_modules/jquery/src/exports/amd.js +0 -26
  90. package/node_modules/jquery/src/exports/global.js +0 -34
  91. package/node_modules/jquery/src/jquery.js +0 -41
  92. package/node_modules/jquery/src/manipulation/_evalUrl.js +0 -32
  93. package/node_modules/jquery/src/manipulation/buildFragment.js +0 -106
  94. package/node_modules/jquery/src/manipulation/getAll.js +0 -32
  95. package/node_modules/jquery/src/manipulation/setGlobalEval.js +0 -22
  96. package/node_modules/jquery/src/manipulation/support.js +0 -41
  97. package/node_modules/jquery/src/manipulation/var/rscriptType.js +0 -5
  98. package/node_modules/jquery/src/manipulation/var/rtagName.js +0 -8
  99. package/node_modules/jquery/src/manipulation/wrapMap.js +0 -30
  100. package/node_modules/jquery/src/manipulation.js +0 -480
  101. package/node_modules/jquery/src/offset.js +0 -232
  102. package/node_modules/jquery/src/queue/delay.js +0 -24
  103. package/node_modules/jquery/src/queue.js +0 -145
  104. package/node_modules/jquery/src/selector-native.js +0 -241
  105. package/node_modules/jquery/src/selector-sizzle.js +0 -19
  106. package/node_modules/jquery/src/selector.js +0 -3
  107. package/node_modules/jquery/src/serialize.js +0 -134
  108. package/node_modules/jquery/src/traversing/findFilter.js +0 -97
  109. package/node_modules/jquery/src/traversing/var/dir.js +0 -22
  110. package/node_modules/jquery/src/traversing/var/rneedsContext.js +0 -8
  111. package/node_modules/jquery/src/traversing/var/siblings.js +0 -17
  112. package/node_modules/jquery/src/traversing.js +0 -198
  113. package/node_modules/jquery/src/var/ObjectFunctionString.js +0 -7
  114. package/node_modules/jquery/src/var/arr.js +0 -5
  115. package/node_modules/jquery/src/var/class2type.js +0 -6
  116. package/node_modules/jquery/src/var/document.js +0 -5
  117. package/node_modules/jquery/src/var/documentElement.js +0 -7
  118. package/node_modules/jquery/src/var/flat.js +0 -16
  119. package/node_modules/jquery/src/var/fnToString.js +0 -7
  120. package/node_modules/jquery/src/var/getProto.js +0 -5
  121. package/node_modules/jquery/src/var/hasOwn.js +0 -7
  122. package/node_modules/jquery/src/var/indexOf.js +0 -7
  123. package/node_modules/jquery/src/var/isFunction.js +0 -17
  124. package/node_modules/jquery/src/var/isWindow.js +0 -8
  125. package/node_modules/jquery/src/var/pnum.js +0 -5
  126. package/node_modules/jquery/src/var/push.js +0 -7
  127. package/node_modules/jquery/src/var/rcheckableType.js +0 -5
  128. package/node_modules/jquery/src/var/rcssNum.js +0 -9
  129. package/node_modules/jquery/src/var/rnothtmlwhite.js +0 -8
  130. package/node_modules/jquery/src/var/slice.js +0 -7
  131. package/node_modules/jquery/src/var/support.js +0 -6
  132. package/node_modules/jquery/src/var/toString.js +0 -7
  133. package/node_modules/jquery/src/wrap.js +0 -78
  134. package/node_modules/moment/CHANGELOG.md +0 -996
  135. package/node_modules/moment/LICENSE +0 -22
  136. package/node_modules/moment/README.md +0 -55
  137. package/node_modules/moment/dist/locale/af.js +0 -71
  138. package/node_modules/moment/dist/locale/ar-dz.js +0 -156
  139. package/node_modules/moment/dist/locale/ar-kw.js +0 -55
  140. package/node_modules/moment/dist/locale/ar-ly.js +0 -171
  141. package/node_modules/moment/dist/locale/ar-ma.js +0 -56
  142. package/node_modules/moment/dist/locale/ar-ps.js +0 -112
  143. package/node_modules/moment/dist/locale/ar-sa.js +0 -105
  144. package/node_modules/moment/dist/locale/ar-tn.js +0 -55
  145. package/node_modules/moment/dist/locale/ar.js +0 -189
  146. package/node_modules/moment/dist/locale/az.js +0 -102
  147. package/node_modules/moment/dist/locale/be.js +0 -142
  148. package/node_modules/moment/dist/locale/bg.js +0 -87
  149. package/node_modules/moment/dist/locale/bm.js +0 -52
  150. package/node_modules/moment/dist/locale/bn-bd.js +0 -129
  151. package/node_modules/moment/dist/locale/bn.js +0 -119
  152. package/node_modules/moment/dist/locale/bo.js +0 -124
  153. package/node_modules/moment/dist/locale/br.js +0 -168
  154. package/node_modules/moment/dist/locale/bs.js +0 -160
  155. package/node_modules/moment/dist/locale/ca.js +0 -100
  156. package/node_modules/moment/dist/locale/cs.js +0 -181
  157. package/node_modules/moment/dist/locale/cv.js +0 -63
  158. package/node_modules/moment/dist/locale/cy.js +0 -98
  159. package/node_modules/moment/dist/locale/da.js +0 -53
  160. package/node_modules/moment/dist/locale/de-at.js +0 -79
  161. package/node_modules/moment/dist/locale/de-ch.js +0 -78
  162. package/node_modules/moment/dist/locale/de.js +0 -78
  163. package/node_modules/moment/dist/locale/dv.js +0 -90
  164. package/node_modules/moment/dist/locale/el.js +0 -106
  165. package/node_modules/moment/dist/locale/en-au.js +0 -68
  166. package/node_modules/moment/dist/locale/en-ca.js +0 -64
  167. package/node_modules/moment/dist/locale/en-gb.js +0 -68
  168. package/node_modules/moment/dist/locale/en-ie.js +0 -68
  169. package/node_modules/moment/dist/locale/en-il.js +0 -64
  170. package/node_modules/moment/dist/locale/en-in.js +0 -68
  171. package/node_modules/moment/dist/locale/en-nz.js +0 -68
  172. package/node_modules/moment/dist/locale/en-sg.js +0 -68
  173. package/node_modules/moment/dist/locale/eo.js +0 -68
  174. package/node_modules/moment/dist/locale/es-do.js +0 -108
  175. package/node_modules/moment/dist/locale/es-mx.js +0 -110
  176. package/node_modules/moment/dist/locale/es-us.js +0 -110
  177. package/node_modules/moment/dist/locale/es.js +0 -110
  178. package/node_modules/moment/dist/locale/et.js +0 -78
  179. package/node_modules/moment/dist/locale/eu.js +0 -65
  180. package/node_modules/moment/dist/locale/fa.js +0 -113
  181. package/node_modules/moment/dist/locale/fi.js +0 -124
  182. package/node_modules/moment/dist/locale/fil.js +0 -58
  183. package/node_modules/moment/dist/locale/fo.js +0 -57
  184. package/node_modules/moment/dist/locale/fr-ca.js +0 -70
  185. package/node_modules/moment/dist/locale/fr-ch.js +0 -74
  186. package/node_modules/moment/dist/locale/fr.js +0 -108
  187. package/node_modules/moment/dist/locale/fy.js +0 -75
  188. package/node_modules/moment/dist/locale/ga.js +0 -95
  189. package/node_modules/moment/dist/locale/gd.js +0 -95
  190. package/node_modules/moment/dist/locale/gl.js +0 -75
  191. package/node_modules/moment/dist/locale/gom-deva.js +0 -126
  192. package/node_modules/moment/dist/locale/gom-latn.js +0 -124
  193. package/node_modules/moment/dist/locale/gu.js +0 -122
  194. package/node_modules/moment/dist/locale/he.js +0 -94
  195. package/node_modules/moment/dist/locale/hi.js +0 -168
  196. package/node_modules/moment/dist/locale/hr.js +0 -156
  197. package/node_modules/moment/dist/locale/hu.js +0 -118
  198. package/node_modules/moment/dist/locale/hy-am.js +0 -94
  199. package/node_modules/moment/dist/locale/id.js +0 -76
  200. package/node_modules/moment/dist/locale/is.js +0 -140
  201. package/node_modules/moment/dist/locale/it-ch.js +0 -64
  202. package/node_modules/moment/dist/locale/it.js +0 -106
  203. package/node_modules/moment/dist/locale/ja.js +0 -148
  204. package/node_modules/moment/dist/locale/jv.js +0 -76
  205. package/node_modules/moment/dist/locale/ka.js +0 -92
  206. package/node_modules/moment/dist/locale/kk.js +0 -82
  207. package/node_modules/moment/dist/locale/km.js +0 -103
  208. package/node_modules/moment/dist/locale/kn.js +0 -124
  209. package/node_modules/moment/dist/locale/ko.js +0 -75
  210. package/node_modules/moment/dist/locale/ku-kmr.js +0 -121
  211. package/node_modules/moment/dist/locale/ku.js +0 -118
  212. package/node_modules/moment/dist/locale/ky.js +0 -84
  213. package/node_modules/moment/dist/locale/lb.js +0 -137
  214. package/node_modules/moment/dist/locale/lo.js +0 -66
  215. package/node_modules/moment/dist/locale/lt.js +0 -125
  216. package/node_modules/moment/dist/locale/lv.js +0 -94
  217. package/node_modules/moment/dist/locale/me.js +0 -117
  218. package/node_modules/moment/dist/locale/mi.js +0 -60
  219. package/node_modules/moment/dist/locale/mk.js +0 -85
  220. package/node_modules/moment/dist/locale/ml.js +0 -82
  221. package/node_modules/moment/dist/locale/mn.js +0 -100
  222. package/node_modules/moment/dist/locale/mr.js +0 -203
  223. package/node_modules/moment/dist/locale/ms-my.js +0 -76
  224. package/node_modules/moment/dist/locale/ms.js +0 -75
  225. package/node_modules/moment/dist/locale/mt.js +0 -56
  226. package/node_modules/moment/dist/locale/my.js +0 -91
  227. package/node_modules/moment/dist/locale/nb.js +0 -60
  228. package/node_modules/moment/dist/locale/ne.js +0 -121
  229. package/node_modules/moment/dist/locale/nl-be.js +0 -102
  230. package/node_modules/moment/dist/locale/nl.js +0 -104
  231. package/node_modules/moment/dist/locale/nn.js +0 -59
  232. package/node_modules/moment/dist/locale/oc-lnc.js +0 -85
  233. package/node_modules/moment/dist/locale/pa-in.js +0 -122
  234. package/node_modules/moment/dist/locale/pl.js +0 -140
  235. package/node_modules/moment/dist/locale/pt-br.js +0 -58
  236. package/node_modules/moment/dist/locale/pt.js +0 -63
  237. package/node_modules/moment/dist/locale/ro.js +0 -76
  238. package/node_modules/moment/dist/locale/ru.js +0 -213
  239. package/node_modules/moment/dist/locale/sd.js +0 -81
  240. package/node_modules/moment/dist/locale/se.js +0 -57
  241. package/node_modules/moment/dist/locale/si.js +0 -69
  242. package/node_modules/moment/dist/locale/sk.js +0 -145
  243. package/node_modules/moment/dist/locale/sl.js +0 -171
  244. package/node_modules/moment/dist/locale/sq.js +0 -65
  245. package/node_modules/moment/dist/locale/sr-cyrl.js +0 -127
  246. package/node_modules/moment/dist/locale/sr.js +0 -129
  247. package/node_modules/moment/dist/locale/ss.js +0 -84
  248. package/node_modules/moment/dist/locale/sv.js +0 -68
  249. package/node_modules/moment/dist/locale/sw.js +0 -55
  250. package/node_modules/moment/dist/locale/ta.js +0 -131
  251. package/node_modules/moment/dist/locale/te.js +0 -88
  252. package/node_modules/moment/dist/locale/tet.js +0 -68
  253. package/node_modules/moment/dist/locale/tg.js +0 -117
  254. package/node_modules/moment/dist/locale/th.js +0 -65
  255. package/node_modules/moment/dist/locale/tk.js +0 -91
  256. package/node_modules/moment/dist/locale/tl-ph.js +0 -57
  257. package/node_modules/moment/dist/locale/tlh.js +0 -124
  258. package/node_modules/moment/dist/locale/tr.js +0 -106
  259. package/node_modules/moment/dist/locale/tzl.js +0 -89
  260. package/node_modules/moment/dist/locale/tzm-latn.js +0 -54
  261. package/node_modules/moment/dist/locale/tzm.js +0 -54
  262. package/node_modules/moment/dist/locale/ug-cn.js +0 -111
  263. package/node_modules/moment/dist/locale/uk.js +0 -167
  264. package/node_modules/moment/dist/locale/ur.js +0 -82
  265. package/node_modules/moment/dist/locale/uz-latn.js +0 -54
  266. package/node_modules/moment/dist/locale/uz.js +0 -51
  267. package/node_modules/moment/dist/locale/vi.js +0 -80
  268. package/node_modules/moment/dist/locale/x-pseudo.js +0 -73
  269. package/node_modules/moment/dist/locale/yo.js +0 -53
  270. package/node_modules/moment/dist/locale/zh-cn.js +0 -120
  271. package/node_modules/moment/dist/locale/zh-hk.js +0 -101
  272. package/node_modules/moment/dist/locale/zh-mo.js +0 -100
  273. package/node_modules/moment/dist/locale/zh-tw.js +0 -99
  274. package/node_modules/moment/dist/moment.js +0 -5680
  275. package/node_modules/moment/ender.js +0 -1
  276. package/node_modules/moment/locale/af.js +0 -82
  277. package/node_modules/moment/locale/ar-dz.js +0 -167
  278. package/node_modules/moment/locale/ar-kw.js +0 -66
  279. package/node_modules/moment/locale/ar-ly.js +0 -182
  280. package/node_modules/moment/locale/ar-ma.js +0 -67
  281. package/node_modules/moment/locale/ar-ps.js +0 -123
  282. package/node_modules/moment/locale/ar-sa.js +0 -116
  283. package/node_modules/moment/locale/ar-tn.js +0 -66
  284. package/node_modules/moment/locale/ar.js +0 -200
  285. package/node_modules/moment/locale/az.js +0 -113
  286. package/node_modules/moment/locale/be.js +0 -153
  287. package/node_modules/moment/locale/bg.js +0 -98
  288. package/node_modules/moment/locale/bm.js +0 -62
  289. package/node_modules/moment/locale/bn-bd.js +0 -140
  290. package/node_modules/moment/locale/bn.js +0 -130
  291. package/node_modules/moment/locale/bo.js +0 -135
  292. package/node_modules/moment/locale/br.js +0 -179
  293. package/node_modules/moment/locale/bs.js +0 -171
  294. package/node_modules/moment/locale/ca.js +0 -111
  295. package/node_modules/moment/locale/cs.js +0 -192
  296. package/node_modules/moment/locale/cv.js +0 -74
  297. package/node_modules/moment/locale/cy.js +0 -109
  298. package/node_modules/moment/locale/da.js +0 -64
  299. package/node_modules/moment/locale/de-at.js +0 -90
  300. package/node_modules/moment/locale/de-ch.js +0 -87
  301. package/node_modules/moment/locale/de.js +0 -89
  302. package/node_modules/moment/locale/dv.js +0 -101
  303. package/node_modules/moment/locale/el.js +0 -117
  304. package/node_modules/moment/locale/en-au.js +0 -79
  305. package/node_modules/moment/locale/en-ca.js +0 -75
  306. package/node_modules/moment/locale/en-gb.js +0 -79
  307. package/node_modules/moment/locale/en-ie.js +0 -79
  308. package/node_modules/moment/locale/en-il.js +0 -75
  309. package/node_modules/moment/locale/en-in.js +0 -79
  310. package/node_modules/moment/locale/en-nz.js +0 -79
  311. package/node_modules/moment/locale/en-sg.js +0 -79
  312. package/node_modules/moment/locale/eo.js +0 -79
  313. package/node_modules/moment/locale/es-do.js +0 -119
  314. package/node_modules/moment/locale/es-mx.js +0 -121
  315. package/node_modules/moment/locale/es-us.js +0 -121
  316. package/node_modules/moment/locale/es.js +0 -121
  317. package/node_modules/moment/locale/et.js +0 -89
  318. package/node_modules/moment/locale/eu.js +0 -76
  319. package/node_modules/moment/locale/fa.js +0 -124
  320. package/node_modules/moment/locale/fi.js +0 -135
  321. package/node_modules/moment/locale/fil.js +0 -69
  322. package/node_modules/moment/locale/fo.js +0 -68
  323. package/node_modules/moment/locale/fr-ca.js +0 -81
  324. package/node_modules/moment/locale/fr-ch.js +0 -85
  325. package/node_modules/moment/locale/fr.js +0 -119
  326. package/node_modules/moment/locale/fy.js +0 -86
  327. package/node_modules/moment/locale/ga.js +0 -106
  328. package/node_modules/moment/locale/gd.js +0 -106
  329. package/node_modules/moment/locale/gl.js +0 -86
  330. package/node_modules/moment/locale/gom-deva.js +0 -137
  331. package/node_modules/moment/locale/gom-latn.js +0 -135
  332. package/node_modules/moment/locale/gu.js +0 -133
  333. package/node_modules/moment/locale/he.js +0 -105
  334. package/node_modules/moment/locale/hi.js +0 -179
  335. package/node_modules/moment/locale/hr.js +0 -167
  336. package/node_modules/moment/locale/hu.js +0 -129
  337. package/node_modules/moment/locale/hy-am.js +0 -105
  338. package/node_modules/moment/locale/id.js +0 -87
  339. package/node_modules/moment/locale/is.js +0 -151
  340. package/node_modules/moment/locale/it-ch.js +0 -75
  341. package/node_modules/moment/locale/it.js +0 -117
  342. package/node_modules/moment/locale/ja.js +0 -159
  343. package/node_modules/moment/locale/jv.js +0 -87
  344. package/node_modules/moment/locale/ka.js +0 -103
  345. package/node_modules/moment/locale/kk.js +0 -93
  346. package/node_modules/moment/locale/km.js +0 -114
  347. package/node_modules/moment/locale/kn.js +0 -135
  348. package/node_modules/moment/locale/ko.js +0 -86
  349. package/node_modules/moment/locale/ku-kmr.js +0 -125
  350. package/node_modules/moment/locale/ku.js +0 -129
  351. package/node_modules/moment/locale/ky.js +0 -95
  352. package/node_modules/moment/locale/lb.js +0 -148
  353. package/node_modules/moment/locale/lo.js +0 -77
  354. package/node_modules/moment/locale/lt.js +0 -136
  355. package/node_modules/moment/locale/lv.js +0 -105
  356. package/node_modules/moment/locale/me.js +0 -128
  357. package/node_modules/moment/locale/mi.js +0 -71
  358. package/node_modules/moment/locale/mk.js +0 -97
  359. package/node_modules/moment/locale/ml.js +0 -93
  360. package/node_modules/moment/locale/mn.js +0 -111
  361. package/node_modules/moment/locale/mr.js +0 -214
  362. package/node_modules/moment/locale/ms-my.js +0 -87
  363. package/node_modules/moment/locale/ms.js +0 -86
  364. package/node_modules/moment/locale/mt.js +0 -67
  365. package/node_modules/moment/locale/my.js +0 -102
  366. package/node_modules/moment/locale/nb.js +0 -71
  367. package/node_modules/moment/locale/ne.js +0 -132
  368. package/node_modules/moment/locale/nl-be.js +0 -113
  369. package/node_modules/moment/locale/nl.js +0 -115
  370. package/node_modules/moment/locale/nn.js +0 -70
  371. package/node_modules/moment/locale/oc-lnc.js +0 -96
  372. package/node_modules/moment/locale/pa-in.js +0 -133
  373. package/node_modules/moment/locale/pl.js +0 -151
  374. package/node_modules/moment/locale/pt-br.js +0 -69
  375. package/node_modules/moment/locale/pt.js +0 -74
  376. package/node_modules/moment/locale/ro.js +0 -87
  377. package/node_modules/moment/locale/ru.js +0 -224
  378. package/node_modules/moment/locale/sd.js +0 -92
  379. package/node_modules/moment/locale/se.js +0 -68
  380. package/node_modules/moment/locale/si.js +0 -80
  381. package/node_modules/moment/locale/sk.js +0 -156
  382. package/node_modules/moment/locale/sl.js +0 -182
  383. package/node_modules/moment/locale/sq.js +0 -76
  384. package/node_modules/moment/locale/sr-cyrl.js +0 -138
  385. package/node_modules/moment/locale/sr.js +0 -140
  386. package/node_modules/moment/locale/ss.js +0 -95
  387. package/node_modules/moment/locale/sv.js +0 -79
  388. package/node_modules/moment/locale/sw.js +0 -66
  389. package/node_modules/moment/locale/ta.js +0 -142
  390. package/node_modules/moment/locale/te.js +0 -99
  391. package/node_modules/moment/locale/tet.js +0 -79
  392. package/node_modules/moment/locale/tg.js +0 -128
  393. package/node_modules/moment/locale/th.js +0 -76
  394. package/node_modules/moment/locale/tk.js +0 -102
  395. package/node_modules/moment/locale/tl-ph.js +0 -68
  396. package/node_modules/moment/locale/tlh.js +0 -135
  397. package/node_modules/moment/locale/tr.js +0 -117
  398. package/node_modules/moment/locale/tzl.js +0 -100
  399. package/node_modules/moment/locale/tzm-latn.js +0 -65
  400. package/node_modules/moment/locale/tzm.js +0 -65
  401. package/node_modules/moment/locale/ug-cn.js +0 -122
  402. package/node_modules/moment/locale/uk.js +0 -178
  403. package/node_modules/moment/locale/ur.js +0 -93
  404. package/node_modules/moment/locale/uz-latn.js +0 -65
  405. package/node_modules/moment/locale/uz.js +0 -62
  406. package/node_modules/moment/locale/vi.js +0 -91
  407. package/node_modules/moment/locale/x-pseudo.js +0 -84
  408. package/node_modules/moment/locale/yo.js +0 -64
  409. package/node_modules/moment/locale/zh-cn.js +0 -131
  410. package/node_modules/moment/locale/zh-hk.js +0 -112
  411. package/node_modules/moment/locale/zh-mo.js +0 -111
  412. package/node_modules/moment/locale/zh-tw.js +0 -110
  413. package/node_modules/moment/min/locales.js +0 -12800
  414. package/node_modules/moment/min/locales.min.js +0 -2
  415. package/node_modules/moment/min/locales.min.js.map +0 -1
  416. package/node_modules/moment/min/moment-with-locales.js +0 -18472
  417. package/node_modules/moment/min/moment-with-locales.min.js +0 -2
  418. package/node_modules/moment/min/moment-with-locales.min.js.map +0 -1
  419. package/node_modules/moment/min/moment.min.js +0 -2
  420. package/node_modules/moment/min/moment.min.js.map +0 -1
  421. package/node_modules/moment/moment.d.ts +0 -796
  422. package/node_modules/moment/moment.js +0 -5688
  423. package/node_modules/moment/package.js +0 -11
  424. package/node_modules/moment/package.json +0 -116
  425. package/node_modules/moment/src/lib/create/check-overflow.js +0 -57
  426. package/node_modules/moment/src/lib/create/date-from-array.js +0 -35
  427. package/node_modules/moment/src/lib/create/from-anything.js +0 -117
  428. package/node_modules/moment/src/lib/create/from-array.js +0 -187
  429. package/node_modules/moment/src/lib/create/from-object.js +0 -20
  430. package/node_modules/moment/src/lib/create/from-string-and-array.js +0 -67
  431. package/node_modules/moment/src/lib/create/from-string-and-format.js +0 -135
  432. package/node_modules/moment/src/lib/create/from-string.js +0 -258
  433. package/node_modules/moment/src/lib/create/local.js +0 -5
  434. package/node_modules/moment/src/lib/create/parsing-flags.js +0 -28
  435. package/node_modules/moment/src/lib/create/utc.js +0 -5
  436. package/node_modules/moment/src/lib/create/valid.js +0 -51
  437. package/node_modules/moment/src/lib/duration/abs.js +0 -18
  438. package/node_modules/moment/src/lib/duration/add-subtract.js +0 -21
  439. package/node_modules/moment/src/lib/duration/as.js +0 -76
  440. package/node_modules/moment/src/lib/duration/bubble.js +0 -68
  441. package/node_modules/moment/src/lib/duration/clone.js +0 -5
  442. package/node_modules/moment/src/lib/duration/constructor.js +0 -42
  443. package/node_modules/moment/src/lib/duration/create.js +0 -133
  444. package/node_modules/moment/src/lib/duration/duration.js +0 -16
  445. package/node_modules/moment/src/lib/duration/get.js +0 -27
  446. package/node_modules/moment/src/lib/duration/humanize.js +0 -114
  447. package/node_modules/moment/src/lib/duration/iso-string.js +0 -68
  448. package/node_modules/moment/src/lib/duration/prototype.js +0 -78
  449. package/node_modules/moment/src/lib/duration/valid.js +0 -55
  450. package/node_modules/moment/src/lib/format/format.js +0 -104
  451. package/node_modules/moment/src/lib/locale/base-config.js +0 -41
  452. package/node_modules/moment/src/lib/locale/calendar.js +0 -15
  453. package/node_modules/moment/src/lib/locale/constructor.js +0 -5
  454. package/node_modules/moment/src/lib/locale/en.js +0 -39
  455. package/node_modules/moment/src/lib/locale/formats.js +0 -36
  456. package/node_modules/moment/src/lib/locale/invalid.js +0 -5
  457. package/node_modules/moment/src/lib/locale/lists.js +0 -93
  458. package/node_modules/moment/src/lib/locale/locale.js +0 -45
  459. package/node_modules/moment/src/lib/locale/locales.js +0 -249
  460. package/node_modules/moment/src/lib/locale/ordinal.js +0 -8
  461. package/node_modules/moment/src/lib/locale/pre-post-format.js +0 -3
  462. package/node_modules/moment/src/lib/locale/prototype.js +0 -88
  463. package/node_modules/moment/src/lib/locale/relative.js +0 -32
  464. package/node_modules/moment/src/lib/locale/set.js +0 -56
  465. package/node_modules/moment/src/lib/moment/add-subtract.js +0 -61
  466. package/node_modules/moment/src/lib/moment/calendar.js +0 -53
  467. package/node_modules/moment/src/lib/moment/clone.js +0 -5
  468. package/node_modules/moment/src/lib/moment/compare.js +0 -72
  469. package/node_modules/moment/src/lib/moment/constructor.js +0 -80
  470. package/node_modules/moment/src/lib/moment/creation-data.js +0 -9
  471. package/node_modules/moment/src/lib/moment/diff.js +0 -79
  472. package/node_modules/moment/src/lib/moment/format.js +0 -78
  473. package/node_modules/moment/src/lib/moment/from.js +0 -20
  474. package/node_modules/moment/src/lib/moment/get-set.js +0 -117
  475. package/node_modules/moment/src/lib/moment/locale.js +0 -34
  476. package/node_modules/moment/src/lib/moment/min-max.js +0 -62
  477. package/node_modules/moment/src/lib/moment/moment.js +0 -28
  478. package/node_modules/moment/src/lib/moment/now.js +0 -3
  479. package/node_modules/moment/src/lib/moment/prototype.js +0 -197
  480. package/node_modules/moment/src/lib/moment/start-end-of.js +0 -164
  481. package/node_modules/moment/src/lib/moment/to-type.js +0 -42
  482. package/node_modules/moment/src/lib/moment/to.js +0 -20
  483. package/node_modules/moment/src/lib/moment/valid.js +0 -15
  484. package/node_modules/moment/src/lib/parse/regex.js +0 -84
  485. package/node_modules/moment/src/lib/parse/token.js +0 -36
  486. package/node_modules/moment/src/lib/units/aliases.js +0 -75
  487. package/node_modules/moment/src/lib/units/constants.js +0 -9
  488. package/node_modules/moment/src/lib/units/day-of-month.js +0 -35
  489. package/node_modules/moment/src/lib/units/day-of-week.js +0 -432
  490. package/node_modules/moment/src/lib/units/day-of-year.js +0 -28
  491. package/node_modules/moment/src/lib/units/era.js +0 -293
  492. package/node_modules/moment/src/lib/units/hour.js +0 -152
  493. package/node_modules/moment/src/lib/units/millisecond.js +0 -66
  494. package/node_modules/moment/src/lib/units/minute.js +0 -24
  495. package/node_modules/moment/src/lib/units/month.js +0 -340
  496. package/node_modules/moment/src/lib/units/offset.js +0 -249
  497. package/node_modules/moment/src/lib/units/priorities.js +0 -34
  498. package/node_modules/moment/src/lib/units/quarter.js +0 -24
  499. package/node_modules/moment/src/lib/units/second.js +0 -24
  500. package/node_modules/moment/src/lib/units/timestamp.js +0 -20
  501. package/node_modules/moment/src/lib/units/timezone.js +0 -16
  502. package/node_modules/moment/src/lib/units/units.js +0 -20
  503. package/node_modules/moment/src/lib/units/week-calendar-utils.js +0 -66
  504. package/node_modules/moment/src/lib/units/week-year.js +0 -128
  505. package/node_modules/moment/src/lib/units/week.js +0 -62
  506. package/node_modules/moment/src/lib/units/year.js +0 -75
  507. package/node_modules/moment/src/lib/utils/abs-ceil.js +0 -7
  508. package/node_modules/moment/src/lib/utils/abs-floor.js +0 -8
  509. package/node_modules/moment/src/lib/utils/abs-round.js +0 -7
  510. package/node_modules/moment/src/lib/utils/compare-arrays.js +0 -18
  511. package/node_modules/moment/src/lib/utils/defaults.js +0 -10
  512. package/node_modules/moment/src/lib/utils/deprecate.js +0 -69
  513. package/node_modules/moment/src/lib/utils/extend.js +0 -19
  514. package/node_modules/moment/src/lib/utils/has-own-prop.js +0 -3
  515. package/node_modules/moment/src/lib/utils/hooks.js +0 -13
  516. package/node_modules/moment/src/lib/utils/index-of.js +0 -18
  517. package/node_modules/moment/src/lib/utils/is-array.js +0 -6
  518. package/node_modules/moment/src/lib/utils/is-calendar-spec.js +0 -25
  519. package/node_modules/moment/src/lib/utils/is-date.js +0 -6
  520. package/node_modules/moment/src/lib/utils/is-function.js +0 -6
  521. package/node_modules/moment/src/lib/utils/is-leap-year.js +0 -3
  522. package/node_modules/moment/src/lib/utils/is-moment-input.js +0 -75
  523. package/node_modules/moment/src/lib/utils/is-number.js +0 -6
  524. package/node_modules/moment/src/lib/utils/is-object-empty.js +0 -15
  525. package/node_modules/moment/src/lib/utils/is-object.js +0 -8
  526. package/node_modules/moment/src/lib/utils/is-string.js +0 -3
  527. package/node_modules/moment/src/lib/utils/is-undefined.js +0 -3
  528. package/node_modules/moment/src/lib/utils/keys.js +0 -20
  529. package/node_modules/moment/src/lib/utils/map.js +0 -9
  530. package/node_modules/moment/src/lib/utils/mod.js +0 -3
  531. package/node_modules/moment/src/lib/utils/some.js +0 -20
  532. package/node_modules/moment/src/lib/utils/to-int.js +0 -12
  533. package/node_modules/moment/src/lib/utils/zero-fill.js +0 -10
  534. package/node_modules/moment/src/locale/af.js +0 -71
  535. package/node_modules/moment/src/locale/ar-dz.js +0 -156
  536. package/node_modules/moment/src/locale/ar-kw.js +0 -55
  537. package/node_modules/moment/src/locale/ar-ly.js +0 -171
  538. package/node_modules/moment/src/locale/ar-ma.js +0 -56
  539. package/node_modules/moment/src/locale/ar-ps.js +0 -112
  540. package/node_modules/moment/src/locale/ar-sa.js +0 -105
  541. package/node_modules/moment/src/locale/ar-tn.js +0 -55
  542. package/node_modules/moment/src/locale/ar.js +0 -189
  543. package/node_modules/moment/src/locale/az.js +0 -102
  544. package/node_modules/moment/src/locale/be.js +0 -142
  545. package/node_modules/moment/src/locale/bg.js +0 -87
  546. package/node_modules/moment/src/locale/bm.js +0 -52
  547. package/node_modules/moment/src/locale/bn-bd.js +0 -129
  548. package/node_modules/moment/src/locale/bn.js +0 -119
  549. package/node_modules/moment/src/locale/bo.js +0 -124
  550. package/node_modules/moment/src/locale/br.js +0 -168
  551. package/node_modules/moment/src/locale/bs.js +0 -160
  552. package/node_modules/moment/src/locale/ca.js +0 -100
  553. package/node_modules/moment/src/locale/cs.js +0 -181
  554. package/node_modules/moment/src/locale/cv.js +0 -63
  555. package/node_modules/moment/src/locale/cy.js +0 -98
  556. package/node_modules/moment/src/locale/da.js +0 -53
  557. package/node_modules/moment/src/locale/de-at.js +0 -79
  558. package/node_modules/moment/src/locale/de-ch.js +0 -78
  559. package/node_modules/moment/src/locale/de.js +0 -78
  560. package/node_modules/moment/src/locale/dv.js +0 -90
  561. package/node_modules/moment/src/locale/el.js +0 -106
  562. package/node_modules/moment/src/locale/en-au.js +0 -68
  563. package/node_modules/moment/src/locale/en-ca.js +0 -64
  564. package/node_modules/moment/src/locale/en-gb.js +0 -68
  565. package/node_modules/moment/src/locale/en-ie.js +0 -68
  566. package/node_modules/moment/src/locale/en-il.js +0 -64
  567. package/node_modules/moment/src/locale/en-in.js +0 -68
  568. package/node_modules/moment/src/locale/en-nz.js +0 -68
  569. package/node_modules/moment/src/locale/en-sg.js +0 -68
  570. package/node_modules/moment/src/locale/eo.js +0 -68
  571. package/node_modules/moment/src/locale/es-do.js +0 -108
  572. package/node_modules/moment/src/locale/es-mx.js +0 -110
  573. package/node_modules/moment/src/locale/es-us.js +0 -110
  574. package/node_modules/moment/src/locale/es.js +0 -110
  575. package/node_modules/moment/src/locale/et.js +0 -78
  576. package/node_modules/moment/src/locale/eu.js +0 -65
  577. package/node_modules/moment/src/locale/fa.js +0 -113
  578. package/node_modules/moment/src/locale/fi.js +0 -124
  579. package/node_modules/moment/src/locale/fil.js +0 -58
  580. package/node_modules/moment/src/locale/fo.js +0 -57
  581. package/node_modules/moment/src/locale/fr-ca.js +0 -70
  582. package/node_modules/moment/src/locale/fr-ch.js +0 -74
  583. package/node_modules/moment/src/locale/fr.js +0 -108
  584. package/node_modules/moment/src/locale/fy.js +0 -75
  585. package/node_modules/moment/src/locale/ga.js +0 -95
  586. package/node_modules/moment/src/locale/gd.js +0 -95
  587. package/node_modules/moment/src/locale/gl.js +0 -75
  588. package/node_modules/moment/src/locale/gom-deva.js +0 -126
  589. package/node_modules/moment/src/locale/gom-latn.js +0 -124
  590. package/node_modules/moment/src/locale/gu.js +0 -122
  591. package/node_modules/moment/src/locale/he.js +0 -94
  592. package/node_modules/moment/src/locale/hi.js +0 -168
  593. package/node_modules/moment/src/locale/hr.js +0 -156
  594. package/node_modules/moment/src/locale/hu.js +0 -118
  595. package/node_modules/moment/src/locale/hy-am.js +0 -94
  596. package/node_modules/moment/src/locale/id.js +0 -76
  597. package/node_modules/moment/src/locale/is.js +0 -140
  598. package/node_modules/moment/src/locale/it-ch.js +0 -64
  599. package/node_modules/moment/src/locale/it.js +0 -106
  600. package/node_modules/moment/src/locale/ja.js +0 -148
  601. package/node_modules/moment/src/locale/jv.js +0 -76
  602. package/node_modules/moment/src/locale/ka.js +0 -92
  603. package/node_modules/moment/src/locale/kk.js +0 -82
  604. package/node_modules/moment/src/locale/km.js +0 -103
  605. package/node_modules/moment/src/locale/kn.js +0 -124
  606. package/node_modules/moment/src/locale/ko.js +0 -75
  607. package/node_modules/moment/src/locale/ku-kmr.js +0 -121
  608. package/node_modules/moment/src/locale/ku.js +0 -118
  609. package/node_modules/moment/src/locale/ky.js +0 -84
  610. package/node_modules/moment/src/locale/lb.js +0 -137
  611. package/node_modules/moment/src/locale/lo.js +0 -66
  612. package/node_modules/moment/src/locale/lt.js +0 -125
  613. package/node_modules/moment/src/locale/lv.js +0 -94
  614. package/node_modules/moment/src/locale/me.js +0 -117
  615. package/node_modules/moment/src/locale/mi.js +0 -60
  616. package/node_modules/moment/src/locale/mk.js +0 -85
  617. package/node_modules/moment/src/locale/ml.js +0 -82
  618. package/node_modules/moment/src/locale/mn.js +0 -100
  619. package/node_modules/moment/src/locale/mr.js +0 -203
  620. package/node_modules/moment/src/locale/ms-my.js +0 -76
  621. package/node_modules/moment/src/locale/ms.js +0 -75
  622. package/node_modules/moment/src/locale/mt.js +0 -56
  623. package/node_modules/moment/src/locale/my.js +0 -91
  624. package/node_modules/moment/src/locale/nb.js +0 -60
  625. package/node_modules/moment/src/locale/ne.js +0 -121
  626. package/node_modules/moment/src/locale/nl-be.js +0 -102
  627. package/node_modules/moment/src/locale/nl.js +0 -104
  628. package/node_modules/moment/src/locale/nn.js +0 -59
  629. package/node_modules/moment/src/locale/oc-lnc.js +0 -85
  630. package/node_modules/moment/src/locale/pa-in.js +0 -122
  631. package/node_modules/moment/src/locale/pl.js +0 -140
  632. package/node_modules/moment/src/locale/pt-br.js +0 -58
  633. package/node_modules/moment/src/locale/pt.js +0 -63
  634. package/node_modules/moment/src/locale/ro.js +0 -76
  635. package/node_modules/moment/src/locale/ru.js +0 -213
  636. package/node_modules/moment/src/locale/sd.js +0 -81
  637. package/node_modules/moment/src/locale/se.js +0 -57
  638. package/node_modules/moment/src/locale/si.js +0 -69
  639. package/node_modules/moment/src/locale/sk.js +0 -145
  640. package/node_modules/moment/src/locale/sl.js +0 -171
  641. package/node_modules/moment/src/locale/sq.js +0 -65
  642. package/node_modules/moment/src/locale/sr-cyrl.js +0 -127
  643. package/node_modules/moment/src/locale/sr.js +0 -129
  644. package/node_modules/moment/src/locale/ss.js +0 -84
  645. package/node_modules/moment/src/locale/sv.js +0 -68
  646. package/node_modules/moment/src/locale/sw.js +0 -55
  647. package/node_modules/moment/src/locale/ta.js +0 -131
  648. package/node_modules/moment/src/locale/te.js +0 -88
  649. package/node_modules/moment/src/locale/tet.js +0 -68
  650. package/node_modules/moment/src/locale/tg.js +0 -117
  651. package/node_modules/moment/src/locale/th.js +0 -65
  652. package/node_modules/moment/src/locale/tk.js +0 -91
  653. package/node_modules/moment/src/locale/tl-ph.js +0 -57
  654. package/node_modules/moment/src/locale/tlh.js +0 -124
  655. package/node_modules/moment/src/locale/tr.js +0 -106
  656. package/node_modules/moment/src/locale/tzl.js +0 -89
  657. package/node_modules/moment/src/locale/tzm-latn.js +0 -54
  658. package/node_modules/moment/src/locale/tzm.js +0 -54
  659. package/node_modules/moment/src/locale/ug-cn.js +0 -111
  660. package/node_modules/moment/src/locale/uk.js +0 -167
  661. package/node_modules/moment/src/locale/ur.js +0 -82
  662. package/node_modules/moment/src/locale/uz-latn.js +0 -54
  663. package/node_modules/moment/src/locale/uz.js +0 -51
  664. package/node_modules/moment/src/locale/vi.js +0 -80
  665. package/node_modules/moment/src/locale/x-pseudo.js +0 -73
  666. package/node_modules/moment/src/locale/yo.js +0 -53
  667. package/node_modules/moment/src/locale/zh-cn.js +0 -120
  668. package/node_modules/moment/src/locale/zh-hk.js +0 -101
  669. package/node_modules/moment/src/locale/zh-mo.js +0 -100
  670. package/node_modules/moment/src/locale/zh-tw.js +0 -99
  671. package/node_modules/moment/src/moment.js +0 -93
  672. package/node_modules/moment/ts3.1-typings/moment.d.ts +0 -785
  673. package/node_modules/moment-timezone/.editorconfig +0 -22
  674. package/node_modules/moment-timezone/LICENSE +0 -20
  675. package/node_modules/moment-timezone/README.md +0 -64
  676. package/node_modules/moment-timezone/builds/moment-timezone-with-data-10-year-range.js +0 -1581
  677. package/node_modules/moment-timezone/builds/moment-timezone-with-data-10-year-range.min.js +0 -1
  678. package/node_modules/moment-timezone/builds/moment-timezone-with-data-1970-2030.js +0 -1581
  679. package/node_modules/moment-timezone/builds/moment-timezone-with-data-1970-2030.min.js +0 -1
  680. package/node_modules/moment-timezone/builds/moment-timezone-with-data-2012-2022.js +0 -1593
  681. package/node_modules/moment-timezone/builds/moment-timezone-with-data-2012-2022.min.js +0 -1
  682. package/node_modules/moment-timezone/builds/moment-timezone-with-data.js +0 -1581
  683. package/node_modules/moment-timezone/builds/moment-timezone-with-data.min.js +0 -1
  684. package/node_modules/moment-timezone/builds/moment-timezone.min.js +0 -1
  685. package/node_modules/moment-timezone/changelog.md +0 -277
  686. package/node_modules/moment-timezone/composer.json +0 -43
  687. package/node_modules/moment-timezone/data/meta/latest.json +0 -5877
  688. package/node_modules/moment-timezone/data/packed/latest.json +0 -852
  689. package/node_modules/moment-timezone/index.d.ts +0 -78
  690. package/node_modules/moment-timezone/index.js +0 -2
  691. package/node_modules/moment-timezone/moment-timezone-utils.d.ts +0 -70
  692. package/node_modules/moment-timezone/moment-timezone-utils.js +0 -339
  693. package/node_modules/moment-timezone/moment-timezone.js +0 -729
  694. package/node_modules/moment-timezone/package.json +0 -55
  695. package/src/shims/cheerio-query.js +0 -119
@@ -1,2 +1,4 @@
1
- var Mercury=function(){"use strict";function uo(){throw new Error("Dynamic requires are not currently supported by rollup-plugin-commonjs")}function e(e,t){return e(t={exports:{}},t.exports),t.exports}var t=e(function(e){function i(e,t,r,n){var a,i,o,s,t=t&&t.prototype instanceof l?t:l,t=Object.create(t.prototype),n=new u(n||[]);return t._invoke=(a=e,i=r,o=n,s=p,function(e,t){if(s===v)throw new Error("Generator is already running");if(s===y){if("throw"===e)throw t;return d()}for(o.method=e,o.arg=t;;){var r=o.delegate;if(r){r=function e(t,r){var n=t.iterator[r.method];if(n===m){if(r.delegate=null,"throw"===r.method){if(t.iterator.return&&(r.method="return",r.arg=m,e(t,r),"throw"===r.method))return _;r.method="throw",r.arg=new TypeError("The iterator does not provide a 'throw' method")}return _}n=c(n,t.iterator,r.arg);if("throw"===n.type)return r.method="throw",r.arg=n.arg,r.delegate=null,_;n=n.arg;if(!n)return r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,_;{if(!n.done)return n;r[t.resultName]=n.value,r.next=t.nextLoc,"return"!==r.method&&(r.method="next",r.arg=m)}r.delegate=null;return _}(r,o);if(r){if(r===_)continue;return r}}if("next"===o.method)o.sent=o._sent=o.arg;else if("throw"===o.method){if(s===p)throw s=y,o.arg;o.dispatchException(o.arg)}else"return"===o.method&&o.abrupt("return",o.arg);s=v;r=c(a,i,o);if("normal"===r.type){if(s=o.done?y:g,r.arg!==_)return{value:r.arg,done:o.done}}else"throw"===r.type&&(s=y,o.method="throw",o.arg=r.arg)}}),t}function c(e,t,r){try{return{type:"normal",arg:e.call(t,r)}}catch(e){return{type:"throw",arg:e}}}function l(){}function t(){}function r(){}function n(e){["next","throw","return"].forEach(function(t){e[t]=function(e){return this._invoke(t,e)}})}function o(o){var t;this._invoke=function(r,n){function e(){return new Promise(function(e,t){!function t(e,r,n,a){var i,e=c(o[e],o,r);if("throw"!==e.type)return(r=(i=e.arg).value)&&"object"==typeof r&&w.call(r,"__await")?Promise.resolve(r.__await).then(function(e){t("next",e,n,a)},function(e){t("throw",e,n,a)}):Promise.resolve(r).then(function(e){i.value=e,n(i)},function(e){return t("throw",e,n,a)});a(e.arg)}(r,n,e,t)})}return t=t?t.then(e,e):e()}}function a(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function s(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function u(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(a,this),this.reset(!0)}function f(t){if(t){var r,e=t[k];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length))return r=-1,(e=function e(){for(;++r<t.length;)if(w.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=m,e.done=!0,e}).next=e}return{next:d}}function d(){return{value:m,done:!0}}var h,m,p,g,v,y,_,b,A,w,x,k,E,M,S;h=function(){return this||"object"==typeof self&&self}()||Function("return this")(),A=Object.prototype,w=A.hasOwnProperty,x="function"==typeof Symbol?Symbol:{},k=x.iterator||"@@iterator",E=x.asyncIterator||"@@asyncIterator",M=x.toStringTag||"@@toStringTag",(S=h.regeneratorRuntime)?e.exports=S:((S=h.regeneratorRuntime=e.exports).wrap=i,p="suspendedStart",g="suspendedYield",v="executing",y="completed",_={},(x={})[k]=function(){return this},(h=(h=Object.getPrototypeOf)&&h(h(f([]))))&&h!==A&&w.call(h,k)&&(x=h),b=r.prototype=l.prototype=Object.create(x),(t.prototype=b.constructor=r).constructor=t,r[M]=t.displayName="GeneratorFunction",S.isGeneratorFunction=function(e){e="function"==typeof e&&e.constructor;return!!e&&(e===t||"GeneratorFunction"===(e.displayName||e.name))},S.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,r):(e.__proto__=r,M in e||(e[M]="GeneratorFunction")),e.prototype=Object.create(b),e},S.awrap=function(e){return{__await:e}},n(o.prototype),o.prototype[E]=function(){return this},S.AsyncIterator=o,S.async=function(e,t,r,n){var a=new o(i(e,t,r,n));return S.isGeneratorFunction(t)?a:a.next().then(function(e){return e.done?e.value:a.next()})},n(b),b[M]="Generator",b[k]=function(){return this},b.toString=function(){return"[object Generator]"},S.keys=function(r){var e,n=[];for(e in r)n.push(e);return n.reverse(),function e(){for(;n.length;){var t=n.pop();if(t in r)return e.value=t,e.done=!1,e}return e.done=!0,e}},S.values=f,u.prototype={constructor:u,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=m,this.done=!1,this.delegate=null,this.method="next",this.arg=m,this.tryEntries.forEach(s),!e)for(var t in this)"t"===t.charAt(0)&&w.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=m)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(r){if(this.done)throw r;var n=this;function e(e,t){return i.type="throw",i.arg=r,n.next=e,t&&(n.method="next",n.arg=m),!!t}for(var t=this.tryEntries.length-1;0<=t;--t){var a=this.tryEntries[t],i=a.completion;if("root"===a.tryLoc)return e("end");if(a.tryLoc<=this.prev){var o=w.call(a,"catchLoc"),s=w.call(a,"finallyLoc");if(o&&s){if(this.prev<a.catchLoc)return e(a.catchLoc,!0);if(this.prev<a.finallyLoc)return e(a.finallyLoc)}else if(o){if(this.prev<a.catchLoc)return e(a.catchLoc,!0)}else{if(!s)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return e(a.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;0<=r;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&w.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var a=n;break}}var i=(a=a&&("break"===e||"continue"===e)&&a.tryLoc<=t&&t<=a.finallyLoc?null:a)?a.completion:{};return i.type=e,i.arg=t,a?(this.method="next",this.next=a.finallyLoc,_):this.complete(i)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),_},finish:function(e){for(var t=this.tryEntries.length-1;0<=t;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),s(r),_}},catch:function(e){for(var t=this.tryEntries.length-1;0<=t;--t){var r,n,a=this.tryEntries[t];if(a.tryLoc===e)return"throw"===(r=a.completion).type&&(n=r.arg,s(a)),n}throw new Error("illegal catch attempt")},delegateYield:function(e,t,r){return this.delegate={iterator:f(e),resultName:t,nextLoc:r},"next"===this.method&&(this.arg=m),_}})}),r=function(){return this||"object"==typeof self&&self}()||Function("return this")(),n=r.regeneratorRuntime&&0<=Object.getOwnPropertyNames(r).indexOf("regeneratorRuntime"),a=n&&r.regeneratorRuntime;r.regeneratorRuntime=void 0;if(n)r.regeneratorRuntime=a;else try{delete r.regeneratorRuntime}catch(e){r.regeneratorRuntime=void 0}function R(e){return ee.call(e).slice(8,-1)}function L(e){if(null==e)throw TypeError("Can't call method on "+e);return e}function Y(e,t){if(!c(e))return e;var r,n;if(t&&"function"==typeof(r=e.toString)&&!c(n=r.call(e)))return n;if("function"==typeof(r=e.valueOf)&&!c(n=r.call(e)))return n;if(t||"function"!=typeof(r=e.toString)||c(n=r.call(e)))throw TypeError("Can't convert object to primitive value");return n}function p(e,t){return ae.call(e,t)}function W(e){try{return!!e()}catch(e){return!0}}function I(e){return oe?ie.createElement(e):{}}function g(e,t,r){var n,a,i,o=e&g.F,s=e&g.G,c=e&g.S,l=e&g.P,u=e&g.B,f=e&g.W,d=s?_:_[t]||(_[t]={}),h=d[de],m=s?v:c?v[t]:(v[t]||{})[de];for(n in r=s?t:r)(a=!o&&m&&void 0!==m[n])&&p(d,n)||(i=(a?m:r)[n],d[n]=s&&"function"!=typeof m[n]?r[n]:u&&a?b(i,v):f&&m[n]==i?function(n){function e(e,t,r){if(this instanceof n){switch(arguments.length){case 0:return new n;case 1:return new n(e);case 2:return new n(e,t)}return new n(e,t,r)}return n.apply(this,arguments)}return e[de]=n[de],e}(i):l&&"function"==typeof i?b(Function.call,i):i,l&&((d.virtual||(d.virtual={}))[n]=i,e&g.R&&h&&!h[n]&&fe(h,n,i)))}function B(e,t){var r=(_.Object||{})[e]||Object[e],n={};n[e]=t(r),A(A.S+A.F*W(function(){r(1)}),"Object",n)}function H(e){var t=_.Symbol||(_.Symbol={});"_"==e.charAt(0)||e in t||Ee(t,e,{value:ke.f(e)})}function q(e){return 0<e?Ce(Te(e),9007199254740991):0}function F(e){return Ne[e]||(Ne[e]=_e(e))}function G(e,t){var r,n=s(e),a=0,i=[];for(r in n)r!=je&&p(n,r)&&i.push(r);for(;t.length>a;)!p(n,r=t[a++])||~Pe(i,r)||i.push(r);return i}function U(){}function $(e){var t=ot[e]=Ge(u[nt]);return t._k=e,t}function V(e,t){h(e);for(var r,n=Ye(t=s(t)),a=0,i=n.length;a<i;)ft(e,r=n[a++],t[r]);return e}function K(e){var t=at.call(this,e=Y(e,!0));return!(this===d&&p(ot,e)&&!p(st,e))&&(!(t||!p(this,e)||!p(ot,e)||p(this,f)&&this[f][e])||t)}function J(e,t){var r;if(e=s(e),t=Y(t,!0),e!==d||!p(ot,t)||p(st,t))return!(r=Ze(e,t))||!p(ot,t)||p(e,f)&&e[f][t]||(r.enumerable=!0),r}function X(e){for(var t,r=et(s(e)),n=[],a=0;r.length>a;)p(ot,t=r[a++])||t==f||t==Xe||n.push(t);return n}function Z(e){for(var t,r=e===d,n=et(r?st:s(e)),a=[],i=0;n.length>i;)!p(ot,t=n[i++])||r&&!p(d,t)||a.push(ot[t]);return a}var Q,y=t,ee={}.toString,te=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==R(e)?e.split(""):Object(e)},s=function(e){return te(L(e))},re={f:{}.propertyIsEnumerable},ne=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},c=function(e){return"object"==typeof e?null!==e:"function"==typeof e},ae={}.hasOwnProperty,o=!W(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}),v=e(function(e){e=e.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=e)}),ie=v.document,oe=c(ie)&&c(ie.createElement),se=!o&&!W(function(){return 7!=Object.defineProperty(I("div"),"a",{get:function(){return 7}}).a}),ce=Object.getOwnPropertyDescriptor,n={f:o?ce:function(e,t){if(e=s(e),t=Y(t,!0),se)try{return ce(e,t)}catch(e){}if(p(e,t))return ne(!re.f.call(e,t),e[t])}},_=e(function(e){e=e.exports={version:"2.6.2"};"number"==typeof __e&&(__e=e)}),le=(_.version,function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e}),b=function(n,a,e){if(le(n),void 0===a)return n;switch(e){case 1:return function(e){return n.call(a,e)};case 2:return function(e,t){return n.call(a,e,t)};case 3:return function(e,t,r){return n.call(a,e,t,r)}}return function(){return n.apply(a,arguments)}},h=function(e){if(c(e))return e;throw TypeError(e+" is not an object!")},ue=Object.defineProperty,l={f:o?Object.defineProperty:function(e,t,r){if(h(e),t=Y(t,!0),h(r),se)try{return ue(e,t,r)}catch(e){}if("get"in r||"set"in r)throw TypeError("Accessors not supported!");return"value"in r&&(e[t]=r.value),e}},fe=o?function(e,t,r){return l.f(e,t,ne(1,r))}:function(e,t,r){return e[t]=r,e},de="prototype",A=(g.F=1,g.G=2,g.S=4,g.P=8,g.B=16,g.W=32,g.U=64,g.R=128,g),he=n.f,me=(B("getOwnPropertyDescriptor",function(){return function(e,t){return he(s(e),t)}}),_.Object),pe=function(e,t){return me.getOwnPropertyDescriptor(e,t)},ge=fe,ve=0,ye=Math.random(),_e=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++ve+ye).toString(36))},a=e(function(e){function r(e){t(e,n,{value:{i:"O"+ ++a,w:{}}})}var n=_e("meta"),t=l.f,a=0,i=Object.isExtensible||function(){return!0},o=!W(function(){return i(Object.preventExtensions({}))}),s=e.exports={KEY:n,NEED:!1,fastKey:function(e,t){if(!c(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!p(e,n)){if(!i(e))return"F";if(!t)return"E";r(e)}return e[n].i},getWeak:function(e,t){if(!p(e,n)){if(!i(e))return!0;if(!t)return!1;r(e)}return e[n].w},onFreeze:function(e){return o&&s.NEED&&i(e)&&!p(e,n)&&r(e),e}}}),be=(a.KEY,a.NEED,a.fastKey,a.getWeak,a.onFreeze,e(function(e){var t="__core-js_shared__",r=v[t]||(v[t]={});(e.exports=function(e,t){return r[e]||(r[e]=void 0!==t?t:{})})("versions",[]).push({version:_.version,mode:"pure",copyright:"© 2019 Denis Pushkarev (zloirock.ru)"})})),i=e(function(e){var t=be("wks"),r=v.Symbol,n="function"==typeof r;(e.exports=function(e){return t[e]||(t[e]=n&&r[e]||(n?r:_e)("Symbol."+e))}).store=t}),Ae=l.f,we=i("toStringTag"),xe=function(e,t,r){e&&!p(e=r?e:e.prototype,we)&&Ae(e,we,{configurable:!0,value:t})},ke={f:i},Ee=l.f,Me=Math.ceil,Se=Math.floor,Te=function(e){return isNaN(e=+e)?0:(0<e?Se:Me)(e)},Ce=Math.min,De=Math.max,Oe=Math.min,Ne=be("keys"),Pe=(Q=!1,function(e,t,r){var n,a=s(e),i=q(a.length),o=(e=i,(r=Te(r=r))<0?De(r+e,0):Oe(r,e));if(Q&&t!=t){for(;o<i;)if((n=a[o++])!=n)return!0}else for(;o<i;o++)if((Q||o in a)&&a[o]===t)return Q||o||0;return!Q&&-1}),je=F("IE_PROTO"),ze="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(","),Re=Object.keys||function(e){return G(e,ze)},Le={f:Object.getOwnPropertySymbols},Ye=function(e){var t=Re(e),r=Le.f;if(r)for(var n,a=r(e),i=re.f,o=0;a.length>o;)i.call(e,n=a[o++])&&t.push(n);return t},We=Array.isArray||function(e){return"Array"==R(e)},Ie=o?Object.defineProperties:function(e,t){h(e);for(var r,n=Re(t),a=n.length,i=0;i<a;)l.f(e,r=n[i++],t[r]);return e},r=v.document,Be=r&&r.documentElement,He=F("IE_PROTO"),qe="prototype",Fe=function(){var e=I("iframe"),t=ze.length;for(e.style.display="none",Be.appendChild(e),e.src="javascript:",(e=e.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),Fe=e.F;t--;)delete Fe[qe][ze[t]];return Fe()},Ge=Object.create||function(e,t){var r;return null!==e?(U[qe]=h(e),r=new U,U[qe]=null,r[He]=e):r=Fe(),void 0===t?r:Ie(r,t)},Ue=ze.concat("length","prototype"),$e={f:Object.getOwnPropertyNames||function(e){return G(e,Ue)}},Ve=$e.f,Ke={}.toString,Je="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],t={f:function(e){if(!Je||"[object Window]"!=Ke.call(e))return Ve(s(e));try{return Ve(e)}catch(e){return Je.slice()}}},Xe=a.KEY,Ze=n.f,Qe=l.f,et=t.f,u=v.Symbol,tt=v.JSON,rt=tt&&tt.stringify,nt="prototype",f=i("_hidden"),r=i("toPrimitive"),at={}.propertyIsEnumerable,it=be("symbol-registry"),ot=be("symbols"),st=be("op-symbols"),d=Object[nt],m="function"==typeof u,w=v.QObject,ct=!w||!w[nt]||!w[nt].findChild,lt=o&&W(function(){return 7!=Ge(Qe({},"a",{get:function(){return Qe(this,"a",{value:7}).a}})).a})?function(e,t,r){var n=Ze(d,t);n&&delete d[t],Qe(e,t,r),n&&e!==d&&Qe(d,t,n)}:Qe,ut=m&&"symbol"==typeof u.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof u},ft=function(e,t,r){return e===d&&ft(st,t,r),h(e),t=Y(t,!0),h(r),p(ot,t)?(r.enumerable?(p(e,f)&&e[f][t]&&(e[f][t]=!1),r=Ge(r,{enumerable:ne(0,!1)})):(p(e,f)||Qe(e,f,ne(1,{})),e[f][t]=!0),lt(e,t,r)):Qe(e,t,r)};m||(ge((u=function(){if(this instanceof u)throw TypeError("Symbol is not a constructor!");var t=_e(0<arguments.length?arguments[0]:void 0),r=function(e){this===d&&r.call(st,e),p(this,f)&&p(this[f],t)&&(this[f][t]=!1),lt(this,t,ne(1,e))};return o&&ct&&lt(d,t,{configurable:!0,set:r}),$(t)})[nt],"toString",function(){return this._k}),n.f=J,l.f=ft,$e.f=t.f=X,re.f=K,Le.f=Z,ke.f=function(e){return $(i(e))}),A(A.G+A.W+A.F*!m,{Symbol:u});for(var dt="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),ht=0;dt.length>ht;)i(dt[ht++]);for(var mt=Re(i.store),pt=0;mt.length>pt;)H(mt[pt++]);A(A.S+A.F*!m,"Symbol",{for:function(e){return p(it,e+="")?it[e]:it[e]=u(e)},keyFor:function(e){if(!ut(e))throw TypeError(e+" is not a symbol!");for(var t in it)if(it[t]===e)return t},useSetter:function(){ct=!0},useSimple:function(){ct=!1}}),A(A.S+A.F*!m,"Object",{create:function(e,t){return void 0===t?Ge(e):V(Ge(e),t)},defineProperty:ft,defineProperties:V,getOwnPropertyDescriptor:J,getOwnPropertyNames:X,getOwnPropertySymbols:Z}),tt&&A(A.S+A.F*(!m||W(function(){var e=u();return"[null]"!=rt([e])||"{}"!=rt({a:e})||"{}"!=rt(Object(e))})),"JSON",{stringify:function(e){for(var t,r,n=[e],a=1;a<arguments.length;)n.push(arguments[a++]);if(r=t=n[1],(c(t)||void 0!==e)&&!ut(e))return We(t)||(t=function(e,t){if("function"==typeof r&&(t=r.call(this,e,t)),!ut(t))return t}),n[1]=t,rt.apply(tt,n)}}),u[nt][r]||fe(u[nt],r,u[nt].valueOf),xe(u,"Symbol"),xe(Math,"Math",!0),xe(v.JSON,"JSON",!0);function gt(e){return Object(L(e))}var vt=_.Object.getOwnPropertySymbols;B("keys",function(){return function(e){return Re(gt(e))}});var yt=_.Object.keys,_t=(A(A.S+A.F*!o,"Object",{defineProperty:l.f}),_.Object),bt=function(e,t,r){return _t.defineProperty(e,t,r)};var At=function(e,t,r){return t in e?bt(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e};var x=function(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{},n=yt(r);(n="function"==typeof vt?n.concat(vt(r).filter(function(e){return pe(r,e).enumerable})):n).forEach(function(e){At(t,e,r[e])})}return t};var wt=function(e,t){if(null==e)return{};for(var r,n={},a=yt(e),i=0;i<a.length;i++)r=a[i],0<=t.indexOf(r)||(n[r]=e[r]);return n};for(var xt,kt=function(e,t){if(null==e)return{};var r,n=wt(e,t);if(vt)for(var a=vt(e),i=0;i<a.length;i++)r=a[i],0<=t.indexOf(r)||Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r]);return n},Et={},Mt={},St=(fe(Mt,i("iterator"),function(){return this}),F("IE_PROTO")),Tt=Object.prototype,Ct=Object.getPrototypeOf||function(e){return e=gt(e),p(e,St)?e[St]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?Tt:null},Dt=i("iterator"),Ot=(!([].keys&&"next"in[].keys())),Nt="values",Pt=function(){return this},jt=function(e,t,r,n,a,i,o){function s(e){if(!Ot&&e in d)return d[e];switch(e){case"keys":case Nt:return function(){return new r(this,e)}}return function(){return new r(this,e)}}f=t,(u=r).prototype=Ge(Mt,{next:ne(1,n)}),xe(u,f+" Iterator");var c,l,n=t+" Iterator",u=a==Nt,f=!1,d=e.prototype,h=d[Dt]||d["@@iterator"]||a&&d[a],m=h||s(a),p=a?u?s("entries"):m:void 0,g="Array"==t&&d.entries||h;if(g&&(g=Ct(g.call(new e)))!==Object.prototype&&g.next&&xe(g,n,!0),u&&h&&h.name!==Nt&&(f=!0,m=function(){return h.call(this)}),o&&(Ot||f||!d[Dt])&&fe(d,Dt,m),Et[t]=m,Et[n]=Pt,a)if(c={values:u?m:s(Nt),keys:i?m:s("keys"),entries:p},o)for(l in c)l in d||ge(d,l,c[l]);else A(A.P+A.F*(Ot||f),t,c);return c},zt=(xt=!0,function(e,t){var r,e=String(L(e)),t=Te(t),n=e.length;return t<0||n<=t?xt?"":void 0:(r=e.charCodeAt(t))<55296||56319<r||t+1===n||(n=e.charCodeAt(t+1))<56320||57343<n?xt?e.charAt(t):r:xt?e.slice(t,t+2):n-56320+(r-55296<<10)+65536}),Rt=(jt(String,"String",function(e){this._t=String(e),this._i=0},function(){var e=this._t,t=this._i;return t>=e.length?{value:void 0,done:!0}:(e=zt(e,t),this._i+=e.length,{value:e,done:!1})}),function(e,t){return{value:t,done:!!e}}),Lt=(jt(Array,"Array",function(e,t){this._t=s(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,r=this._i++;return!e||r>=e.length?(this._t=void 0,Rt(1)):Rt(0,"keys"==t?r:"values"==t?e[r]:[r,e[r]])},"values"),Et.Arguments=Et.Array,i("toStringTag")),Yt="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),Wt=0;Wt<Yt.length;Wt++){var It=Yt[Wt],Bt=v[It],Bt=Bt&&Bt.prototype;Bt&&!Bt[Lt]&&fe(Bt,Lt,It),Et[It]=Et.Array}function Ht(e){var t;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(t=function(e,t){try{return e[t]}catch(e){}}(e=Object(e),Jt))?t:Xt?R(e):"Object"==(t=R(e))&&"function"==typeof e.callee?"Arguments":t}function qt(e,t,r,n){if(!(e instanceof t)||void 0!==n&&n in e)throw TypeError(r+": incorrect invocation!")}function Ft(t,e,r,n){try{return n?e(h(r)[0],r[1]):e(r)}catch(e){n=t.return;throw void 0!==n&&h(n.call(t)),e}}function Gt(e){return void 0!==e&&(Et.Array===e||Qt[Zt]===e)}function Ut(e,t){return void 0===(e=h(e).constructor)||null==(e=h(e)[nr])?t:le(e)}function $t(){var e,t=+this;sr.hasOwnProperty(t)&&(e=sr[t],delete sr[t],e())}function Vt(e){$t.call(e.data)}var Kt,Jt=i("toStringTag"),Xt="Arguments"==R(function(){return arguments}()),Zt=i("iterator"),Qt=Array.prototype,er=i("iterator"),tr=_.getIteratorMethod=function(e){if(null!=e)return e[er]||e["@@iterator"]||Et[Ht(e)]},rr=e(function(e){var f={},d={},e=e.exports=function(e,t,r,n,a){var i,o,s,c,a=a?function(){return e}:tr(e),l=b(r,n,t?2:1),u=0;if("function"!=typeof a)throw TypeError(e+" is not iterable!");if(Gt(a)){for(i=q(e.length);u<i;u++)if((c=t?l(h(o=e[u])[0],o[1]):l(e[u]))===f||c===d)return c}else for(s=a.call(e);!(o=s.next()).done;)if((c=Ft(s,l,o.value,t))===f||c===d)return c};e.BREAK=f,e.RETURN=d}),nr=i("species"),ar=v.process,w=v.setImmediate,n=v.clearImmediate,t=v.MessageChannel,ir=v.Dispatch,or=0,sr={},cr="onreadystatechange",t=(w&&n||(w=function(a){for(var i=[],e=1;e<arguments.length;)i.push(arguments[e++]);return sr[++or]=function(){var e="function"==typeof a?a:Function(a),t=i,r=void 0,n=void 0===r;switch(t.length){case 0:return void(n?e():e.call(r));case 1:return void(n?e(t[0]):e.call(r,t[0]));case 2:return void(n?e(t[0],t[1]):e.call(r,t[0],t[1]));case 3:return void(n?e(t[0],t[1],t[2]):e.call(r,t[0],t[1],t[2]));case 4:return void(n?e(t[0],t[1],t[2],t[3]):e.call(r,t[0],t[1],t[2],t[3]))}e.apply(r,t)},Kt(or),or},n=function(e){delete sr[e]},"process"==R(ar)?Kt=function(e){ar.nextTick(b($t,e,1))}:ir&&ir.now?Kt=function(e){ir.now(b($t,e,1))}:t?(r=(m=new t).port2,m.port1.onmessage=Vt,Kt=b(r.postMessage,r,1)):v.addEventListener&&"function"==typeof postMessage&&!v.importScripts?(Kt=function(e){v.postMessage(e+"","*")},v.addEventListener("message",Vt,!1)):Kt=cr in I("script")?function(e){Be.appendChild(I("script"))[cr]=function(){Be.removeChild(this),$t.call(e)}}:function(e){setTimeout(b($t,e,1),0)}),{set:w,clear:n}),lr=t.set,m=v.MutationObserver||v.WebKitMutationObserver,ur=v.process,r=v.Promise,fr="process"==R(ur);function dr(e){var r,n;this.promise=new e(function(e,t){if(void 0!==r||void 0!==n)throw TypeError("Bad Promise constructor");r=e,n=t}),this.resolve=le(r),this.reject=le(n)}function hr(e,t){return h(e),c(t)&&t.constructor===e?t:((0,(e=gr.f(e)).resolve)(t),e.promise)}function mr(e,t,r){for(var n in t)r&&e[n]?e[n]=t[n]:fe(e,n,t[n]);return e}function pr(e){e=("function"==typeof _[e]?_:v)[e],o&&e&&!e[_r]&&l.f(e,_r,{configurable:!0,get:function(){return this}})}var gr={f:function(e){return new dr(e)}},vr=function(e){try{return{e:!1,v:e()}}catch(e){return{e:!0,v:e}}},w=v.navigator,yr=w&&w.userAgent||"",_r=i("species"),br=i("iterator"),Ar=!1;try{[7][br]().return=function(){Ar=!0}}catch(e){}function wr(e,t){if(t||Ar){var r=!1;try{var n=[7],a=n[br]();a.next=function(){return{done:r=!0}},n[br]=function(){return a},e(n)}catch(e){}return r}}var xr,kr,Er,Mr,Sr,Tr,Cr=t.set,Dr=(Mr=fr?function(){ur.nextTick(Or)}:!m||v.navigator&&v.navigator.standalone?r&&r.resolve?(Er=r.resolve(void 0),function(){Er.then(Or)}):function(){lr.call(v,Or)}:(Sr=!0,Tr=document.createTextNode(""),new m(Or).observe(Tr,{characterData:!0}),function(){Tr.data=Sr=!Sr}),function(e){e={fn:e,next:void 0};kr&&(kr.next=e),xr||(xr=e,Mr()),kr=e});function Or(){var e,t;for(fr&&(e=ur.domain)&&e.exit();xr;){t=xr.fn,xr=xr.next;try{t()}catch(e){throw xr?Mr():kr=void 0,e}}kr=void 0,e&&e.enter()}function Nr(){}var Pr,jr,zr,Rr,Lr="Promise",Yr=v.TypeError,Wr=v.process,n=Wr&&Wr.versions,Ir=n&&n.v8||"",k=v[Lr],Br="process"==Ht(Wr),Hr=jr=gr.f,w=!!function(){try{var e=k.resolve(1),t=(e.constructor={})[i("species")]=function(e){e(Nr,Nr)};return(Br||"function"==typeof PromiseRejectionEvent)&&e.then(Nr)instanceof t&&0!==Ir.indexOf("6.6")&&-1===yr.indexOf("Chrome/66")}catch(e){}}(),qr=function(e){var t;return!(!c(e)||"function"!=typeof(t=e.then))&&t},Fr=function(f,r){var n;f._n||(f._n=!0,n=f._c,Dr(function(){for(var a,l=f._v,u=1==f._s,e=0,t=function(e){var t,r,n,a,i=u?e.ok:e.fail,o=e.resolve,s=e.reject,c=e.domain;try{i?(u||(2==f._h&&(a=f,Cr.call(v,function(){var e;Br?Wr.emit("rejectionHandled",a):(e=v.onrejectionhandled)&&e({promise:a,reason:a._v})})),f._h=1),!0===i?t=l:(c&&c.enter(),t=i(l),c&&(c.exit(),n=!0)),t===e.promise?s(Yr("Promise-chain cycle")):(r=qr(t))?r.call(t,o,s):o(t)):s(l)}catch(e){c&&!n&&c.exit(),s(e)}};n.length>e;)t(n[e++]);f._c=[],f._n=!1,r&&!f._h&&(a=f,Cr.call(v,function(){var e,t,r=a._v,n=Gr(a);if(n&&(e=vr(function(){Br?Wr.emit("unhandledRejection",r,a):(t=v.onunhandledrejection)?t({promise:a,reason:r}):(t=v.console)&&t.error&&t.error("Unhandled promise rejection",r)}),a._h=Br||Gr(a)?2:1),a._a=void 0,n&&e.e)throw e.v}))}))},Gr=function(e){return 1!==e._h&&0===(e._a||e._c).length},Ur=function(e){var t=this;t._d||(t._d=!0,(t=t._w||t)._v=e,t._s=2,t._a||(t._a=t._c.slice()),Fr(t,!0))},$r=function(e){var r,n=this;if(!n._d){n._d=!0,n=n._w||n;try{if(n===e)throw Yr("Promise can't be resolved itself");(r=qr(e))?Dr(function(){var t={_w:n,_d:!1};try{r.call(e,b($r,t,1),b(Ur,t,1))}catch(e){Ur.call(t,e)}}):(n._v=e,n._s=1,Fr(n,!1))}catch(e){Ur.call({_w:n,_d:!1},e)}}};w||(k=function(e){qt(this,k,Lr,"_h"),le(e),Pr.call(this);try{e(b($r,this,1),b(Ur,this,1))}catch(e){Ur.call(this,e)}},(Pr=function(e){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1}).prototype=mr(k.prototype,{then:function(e,t){var r=Hr(Ut(this,k));return r.ok="function"!=typeof e||e,r.fail="function"==typeof t&&t,r.domain=Br?Wr.domain:void 0,this._c.push(r),this._a&&this._a.push(r),this._s&&Fr(this,!1),r.promise},catch:function(e){return this.then(void 0,e)}}),zr=function(){var e=new Pr;this.promise=e,this.resolve=b($r,e,1),this.reject=b(Ur,e,1)},gr.f=Hr=function(e){return e===k||e===Rr?new zr:jr(e)}),A(A.G+A.W+A.F*!w,{Promise:k}),xe(k,Lr),pr(Lr),Rr=_[Lr],A(A.S+A.F*!w,Lr,{reject:function(e){var t=Hr(this);return(0,t.reject)(e),t.promise}}),A(A.S+!0*A.F,Lr,{resolve:function(e){return hr(this===Rr?k:this,e)}}),A(A.S+A.F*!(w&&wr(function(e){k.all(e).catch(Nr)})),Lr,{all:function(e){var o=this,t=Hr(o),s=t.resolve,c=t.reject,r=vr(function(){var n=[],a=0,i=1;rr(e,!1,function(e){var t=a++,r=!1;n.push(void 0),i++,o.resolve(e).then(function(e){r||(r=!0,n[t]=e,--i||s(n))},c)}),--i||s(n)});return r.e&&c(r.v),t.promise},race:function(e){var t=this,r=Hr(t),n=r.reject,a=vr(function(){rr(e,!1,function(e){t.resolve(e).then(r.resolve,n)})});return a.e&&n(a.v),r.promise}}),A(A.P+A.R,"Promise",{finally:function(t){var r=Ut(this,_.Promise||v.Promise),e="function"==typeof t;return this.then(e?function(e){return hr(r,t()).then(function(){return e})}:t,e?function(e){return hr(r,t()).then(function(){throw e})}:t)}}),A(A.S,"Promise",{try:function(e){var t=gr.f(this),e=vr(e);return(e.e?t.reject:t.resolve)(e.v),t.promise}});var Vr=_.Promise;function Kr(e,t,r,n,a,i,o){try{var s=e[i](o),c=s.value}catch(e){return void r(e)}s.done?t(c):Vr.resolve(c).then(n,a)}var Jr=function(s){return function(){var e=this,o=arguments;return new Vr(function(t,r){var n=s.apply(e,o);function a(e){Kr(n,t,r,a,i,"next",e)}function i(e){Kr(n,t,r,a,i,"throw",e)}a(void 0)})}},Xr="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},Zr=e(function(e,t){var r=this,n=t&&!t.nodeType&&t,t=e&&!e.nodeType&&e,a="object"==typeof Xr&&Xr;a.global!==a&&a.window!==a&&a.self!==a||(r=a);var i,o,g=2147483647,v=36,y=26,s=38,c=700,l=/^xn--/,u=/[^\x20-\x7E]/,f=/[\x2E\u3002\uFF0E\uFF61]/g,d={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},h=v-1,_=Math.floor,b=String.fromCharCode;function A(e){throw RangeError(d[e])}function m(e,t){for(var r=e.length,n=[];r--;)n[r]=t(e[r]);return n}function p(e,t){var r=e.split("@"),n="",r=(1<r.length&&(n=r[0]+"@",e=r[1]),(e=e.replace(f,".")).split("."));return n+m(r,t).join(".")}function w(e){for(var t,r,n=[],a=0,i=e.length;a<i;)55296<=(t=e.charCodeAt(a++))&&t<=56319&&a<i?56320==(64512&(r=e.charCodeAt(a++)))?n.push(((1023&t)<<10)+(1023&r)+65536):(n.push(t),a--):n.push(t);return n}function x(e){return m(e,function(e){var t="";return 65535<e&&(t+=b((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=b(e)}).join("")}function k(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function E(e,t,r){var n=0;for(e=r?_(e/c):e>>1,e+=_(e/t);h*y>>1<e;n+=v)e=_(e/h);return _(n+(h+1)*e/(e+s))}function M(e){var t,r,n,a,i,o,s,c=[],l=e.length,u=0,f=128,d=72,h=e.lastIndexOf("-");for(h<0&&(h=0),r=0;r<h;++r)128<=e.charCodeAt(r)&&A("not-basic"),c.push(e.charCodeAt(r));for(n=0<h?h+1:0;n<l;){for(a=u,i=1,o=v;l<=n&&A("invalid-input"),s=e.charCodeAt(n++),(v<=(s=s-48<10?s-22:s-65<26?s-65:s-97<26?s-97:v)||s>_((g-u)/i))&&A("overflow"),u+=s*i,!(s<(s=o<=d?1:d+y<=o?y:o-d));o+=v)i>_(g/(s=v-s))&&A("overflow"),i*=s;d=E(u-a,t=c.length+1,0==a),_(u/t)>g-f&&A("overflow"),f+=_(u/t),u%=t,c.splice(u++,0,f)}return x(c)}function S(e){for(var t,r,n,a,i,o,s,c,l,u,f=[],d=(e=w(e)).length,h=128,m=72,p=t=0;p<d;++p)(s=e[p])<128&&f.push(b(s));for(r=n=f.length,n&&f.push("-");r<d;){for(a=g,p=0;p<d;++p)h<=(s=e[p])&&s<a&&(a=s);for(a-h>_((g-t)/(c=r+1))&&A("overflow"),t+=(a-h)*c,h=a,p=0;p<d;++p)if((s=e[p])<h&&++t>g&&A("overflow"),s==h){for(i=t,o=v;!(i<(l=o<=m?1:m+y<=o?y:o-m));o+=v)f.push(b(k(l+(u=i-l)%(l=v-l),0))),i=_(u/l);f.push(b(k(i,0))),m=E(t,c,r==n),t=0,++r}++t,++h}return f.join("")}if(i={version:"1.3.2",ucs2:{decode:w,encode:x},decode:M,encode:S,toASCII:function(e){return p(e,function(e){return u.test(e)?"xn--"+S(e):e})},toUnicode:function(e){return p(e,function(e){return l.test(e)?M(e.slice(4).toLowerCase()):e})}},n&&t)if(e.exports==n)t.exports=i;else for(o in i)i.hasOwnProperty(o)&&(n[o]=i[o]);else r.punycode=i}),Qr=function(e){return"string"==typeof e},en=function(e){return"object"==typeof e&&null!==e},tn=function(e){return null===e},rn=function(e){return null==e};function nn(e,t,r,n){r=r||"=";var a={};if("string"!=typeof e||0===e.length)return a;var i=/\+/g,t=(e=e.split(t=t||"&"),1e3),o=(n&&"number"==typeof n.maxKeys&&(t=n.maxKeys),e.length);0<t&&t<o&&(o=t);for(var s=0;s<o;++s){var c,l=e[s].replace(i,"%20"),u=l.indexOf(r),u=0<=u?(c=l.substr(0,u),l.substr(u+1)):(c=l,""),l=decodeURIComponent(c),u=decodeURIComponent(u);Object.prototype.hasOwnProperty.call(a,l)?Array.isArray(a[l])?a[l].push(u):a[l]=[a[l],u]:a[l]=u}return a}function an(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}}function on(r,n,a,e){return n=n||"&",a=a||"=","object"==typeof(r=null===r?void 0:r)?Object.keys(r).map(function(e){var t=encodeURIComponent(an(e))+a;return Array.isArray(r[e])?r[e].map(function(e){return t+encodeURIComponent(an(e))}).join(n):t+encodeURIComponent(an(r[e]))}).join(n):e?encodeURIComponent(an(e))+a+encodeURIComponent(an(r)):""}function sn(e,t){return wn(e,!1,!0).resolve(t)}function cn(e,t){return e?wn(e,!1,!0).resolveObject(t):t}function ln(e){return(e=Qr(e)?wn(e):e)instanceof E?e.format():E.prototype.format.call(e)}var un=e(function(e,t){t.decode=t.parse=nn,t.encode=t.stringify=on}),t=(un.decode,un.parse,un.encode,un.stringify,wn),r=E;function E(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}var fn=/^([a-z0-9.+-]+:)/i,dn=/:[0-9]*$/,hn=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,m=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),mn=["'"].concat(m),pn=["%","/","?",";","#"].concat(mn),gn=["/","?","#"],vn=/^[+a-z0-9A-Z_-]{0,63}$/,yn=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,_n={javascript:!0,"javascript:":!0},bn={javascript:!0,"javascript:":!0},An={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0};function wn(e,t,r){if(e&&en(e)&&e instanceof E)return e;var n=new E;return n.parse(e,t,r),n}E.prototype.parse=function(e,t,r){if(!Qr(e))throw new TypeError("Parameter 'url' must be a string, not "+typeof e);var n=e.indexOf("?"),n=-1!==n&&n<e.indexOf("#")?"?":"#",a=e.split(n);a[0]=a[0].replace(/\\/g,"/");var i=(i=e=a.join(n)).trim();if(!r&&1===e.split("#").length){a=hn.exec(i);if(a)return this.path=i,this.href=i,this.pathname=a[1],a[2]?(this.search=a[2],this.query=t?un.parse(this.search.substr(1)):this.search.substr(1)):t&&(this.search="",this.query={}),this}var o,n=fn.exec(i);if(n&&(o=(n=n[0]).toLowerCase(),this.protocol=o,i=i.substr(n.length)),!(r||n||i.match(/^\/\/[^@\/]+@[^@\/]+/))||!(b="//"===i.substr(0,2))||n&&bn[n]||(i=i.substr(2),this.slashes=!0),!bn[n]&&(b||n&&!An[n])){for(var s=-1,c=0;c<gn.length;c++)-1!==(l=i.indexOf(gn[c]))&&(-1===s||l<s)&&(s=l);-1!==(e=-1===s?i.lastIndexOf("@"):i.lastIndexOf("@",s))&&(a=i.slice(0,e),i=i.slice(e+1),this.auth=decodeURIComponent(a));for(var l,s=-1,c=0;c<pn.length;c++)-1!==(l=i.indexOf(pn[c]))&&(-1===s||l<s)&&(s=l);-1===s&&(s=i.length),this.host=i.slice(0,s),i=i.slice(s),this.parseHost(),this.hostname=this.hostname||"";r="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!r)for(var u=this.hostname.split(/\./),c=0,f=u.length;c<f;c++){var d=u[c];if(d&&!d.match(vn)){for(var h="",m=0,p=d.length;m<p;m++)127<d.charCodeAt(m)?h+="x":h+=d[m];if(!h.match(vn)){var g=u.slice(0,c),v=u.slice(c+1),y=d.match(yn);y&&(g.push(y[1]),v.unshift(y[2])),v.length&&(i="/"+v.join(".")+i),this.hostname=g.join(".");break}}}255<this.hostname.length?this.hostname="":this.hostname=this.hostname.toLowerCase(),r||(this.hostname=Zr.toASCII(this.hostname));var _=this.port?":"+this.port:"",b=this.hostname||"";this.host=b+_,this.href+=this.host,r&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==i[0]&&(i="/"+i))}if(!_n[o])for(c=0,f=mn.length;c<f;c++){var A,w=mn[c];-1!==i.indexOf(w)&&((A=encodeURIComponent(w))===w&&(A=escape(w)),i=i.split(w).join(A))}n=i.indexOf("#"),-1!==n&&(this.hash=i.substr(n),i=i.slice(0,n)),e=i.indexOf("?");return-1!==e?(this.search=i.substr(e),this.query=i.substr(e+1),t&&(this.query=un.parse(this.query)),i=i.slice(0,e)):t&&(this.search="",this.query={}),i&&(this.pathname=i),An[o]&&this.hostname&&!this.pathname&&(this.pathname="/"),(this.pathname||this.search)&&(_=this.pathname||"",a=this.search||"",this.path=_+a),this.href=this.format(),this},E.prototype.format=function(){var e=this.auth||"",t=(e&&(e=(e=encodeURIComponent(e)).replace(/%3A/i,":"),e+="@"),this.protocol||""),r=this.pathname||"",n=this.hash||"",a=!1,i="",e=(this.host?a=e+this.host:this.hostname&&(a=e+(-1===this.hostname.indexOf(":")?this.hostname:"["+this.hostname+"]"),this.port&&(a+=":"+this.port)),this.query&&en(this.query)&&Object.keys(this.query).length&&(i=un.stringify(this.query)),this.search||i&&"?"+i||"");return t&&":"!==t.substr(-1)&&(t+=":"),this.slashes||(!t||An[t])&&!1!==a?(a="//"+(a||""),r&&"/"!==r.charAt(0)&&(r="/"+r)):a=a||"",n&&"#"!==n.charAt(0)&&(n="#"+n),e&&"?"!==e.charAt(0)&&(e="?"+e),t+a+(r=r.replace(/[?#]/g,function(e){return encodeURIComponent(e)}))+(e=e.replace("#","%23"))+n},E.prototype.resolve=function(e){return this.resolveObject(wn(e,!1,!0)).format()},E.prototype.resolveObject=function(e){Qr(e)&&((d=new E).parse(e,!1,!0),e=d);for(var t=new E,r=Object.keys(this),n=0;n<r.length;n++){var a=r[n];t[a]=this[a]}if(t.hash=e.hash,""===e.href)return t.href=t.format(),t;if(e.slashes&&!e.protocol){for(var i=Object.keys(e),o=0;o<i.length;o++){var s=i[o];"protocol"!==s&&(t[s]=e[s])}return An[t.protocol]&&t.hostname&&!t.pathname&&(t.path=t.pathname="/"),t.href=t.format(),t}if(e.protocol&&e.protocol!==t.protocol){if(!An[e.protocol]){for(var c=Object.keys(e),l=0;l<c.length;l++){var u=c[l];t[u]=e[u]}return t.href=t.format(),t}if(t.protocol=e.protocol,e.host||bn[e.protocol])t.pathname=e.pathname;else{for(var f=(e.pathname||"").split("/");f.length&&!(e.host=f.shift()););e.host||(e.host=""),e.hostname||(e.hostname=""),""!==f[0]&&f.unshift(""),f.length<2&&f.unshift(""),t.pathname=f.join("/")}return t.search=e.search,t.query=e.query,t.host=e.host||"",t.auth=e.auth,t.hostname=e.hostname||e.host,t.port=e.port,(t.pathname||t.search)&&(d=t.pathname||"",h=t.search||"",t.path=d+h),t.slashes=t.slashes||e.slashes,t.href=t.format(),t}var d=t.pathname&&"/"===t.pathname.charAt(0),h=e.host||e.pathname&&"/"===e.pathname.charAt(0),d=h||d||t.host&&e.pathname,m=d,p=t.pathname&&t.pathname.split("/")||[],f=e.pathname&&e.pathname.split("/")||[],g=t.protocol&&!An[t.protocol];if(g&&(t.hostname="",t.port=null,t.host&&(""===p[0]?p[0]=t.host:p.unshift(t.host)),t.host="",e.protocol&&(e.hostname=null,e.port=null,e.host&&(""===f[0]?f[0]=e.host:f.unshift(e.host)),e.host=null),d=d&&(""===f[0]||""===p[0])),h)t.host=(e.host||""===e.host?e:t).host,t.hostname=(e.hostname||""===e.hostname?e:t).hostname,t.search=e.search,t.query=e.query,p=f;else if(f.length)(p=p||[]).pop(),p=p.concat(f),t.search=e.search,t.query=e.query;else if(!rn(e.search))return g&&(t.hostname=t.host=p.shift(),(b=!!(t.host&&0<t.host.indexOf("@"))&&t.host.split("@"))&&(t.auth=b.shift(),t.host=t.hostname=b.shift())),t.search=e.search,t.query=e.query,tn(t.pathname)&&tn(t.search)||(t.path=(t.pathname||"")+(t.search||"")),t.href=t.format(),t;if(!p.length)return t.pathname=null,t.search?t.path="/"+t.search:t.path=null,t.href=t.format(),t;for(var v=p.slice(-1)[0],h=(t.host||e.host||1<p.length)&&("."===v||".."===v)||""===v,y=0,_=p.length;0<=_;_--)"."===(v=p[_])?p.splice(_,1):".."===v?(p.splice(_,1),y++):y&&(p.splice(_,1),y--);if(!d&&!m)for(;y--;)p.unshift("..");!d||""===p[0]||p[0]&&"/"===p[0].charAt(0)||p.unshift(""),h&&"/"!==p.join("/").substr(-1)&&p.push("");var b,m=""===p[0]||p[0]&&"/"===p[0].charAt(0);return g&&(t.hostname=t.host=!m&&p.length?p.shift():"",(b=!!(t.host&&0<t.host.indexOf("@"))&&t.host.split("@"))&&(t.auth=b.shift(),t.host=t.hostname=b.shift())),(d=d||t.host&&p.length)&&!m&&p.unshift(""),p.length?t.pathname=p.join("/"):(t.pathname=null,t.path=null),tn(t.pathname)&&tn(t.search)||(t.path=(t.pathname||"")+(t.search||"")),t.auth=e.auth||t.auth,t.slashes=t.slashes||e.slashes,t.href=t.format(),t},E.prototype.parseHost=function(){var e=this.host,t=dn.exec(e);t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)};function M(e,t,r){return(!(3<arguments.length&&void 0!==arguments[3])||arguments[3])&&(t=t&&"string"==typeof t?En.find(t):t||En),new Mn.fn.init(e,t,r)}function xn(e){return e.find('script, style, link[rel="stylesheet"]').remove(),e}function kn(e){return!(!(e=e.get(0))||!e.tagName)&&"container"===e.tagName.toLowerCase()}var En,S={parse:t,resolve:sn,resolveObject:cn,format:ln,Url:r},Mn=e(function(e){var t,r;t="undefined"!=typeof window?window:this,r=function(w,R){function y(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item}function p(e){return null!=e&&e===e.window}var t=[],L=Object.getPrototypeOf,s=t.slice,Y=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},W=t.push,I=t.indexOf,B={},H=B.toString,q=B.hasOwnProperty,F=q.toString,G=F.call(Object),g={},x=w.document,U={type:!0,src:!0,nonce:!0,noModule:!0};function $(e,t,r){var n,a,i=(r=r||x).createElement("script");if(i.text=e,t)for(n in U)(a=t[n]||t.getAttribute&&t.getAttribute(n))&&i.setAttribute(n,a);r.head.appendChild(i).parentNode.removeChild(i)}function m(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?B[H.call(e)]||"object":typeof e}var k=function(e,t){return new k.fn.init(e,t)};function V(e){var t=!!e&&"length"in e&&e.length,r=m(e);return!y(e)&&!p(e)&&("array"===r||0===t||"number"==typeof t&&0<t&&t-1 in e)}k.fn=k.prototype={jquery:"3.6.0",constructor:k,length:0,toArray:function(){return s.call(this)},get:function(e){return null==e?s.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){e=k.merge(this.constructor(),e);return e.prevObject=this,e},each:function(e){return k.each(this,e)},map:function(r){return this.pushStack(k.map(this,function(e,t){return r.call(e,t,e)}))},slice:function(){return this.pushStack(s.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(k.grep(this,function(e,t){return(t+1)%2}))},odd:function(){return this.pushStack(k.grep(this,function(e,t){return t%2}))},eq:function(e){var t=this.length,e=+e+(e<0?t:0);return this.pushStack(0<=e&&e<t?[this[e]]:[])},end:function(){return this.prevObject||this.constructor()},push:W,sort:t.sort,splice:t.splice},k.extend=k.fn.extend=function(){var e,t,r,n,a,i=arguments[0]||{},o=1,s=arguments.length,c=!1;for("boolean"==typeof i&&(c=i,i=arguments[o]||{},o++),"object"==typeof i||y(i)||(i={}),o===s&&(i=this,o--);o<s;o++)if(null!=(e=arguments[o]))for(t in e)r=e[t],"__proto__"!==t&&i!==r&&(c&&r&&(k.isPlainObject(r)||(n=Array.isArray(r)))?(a=i[t],a=n&&!Array.isArray(a)?[]:n||k.isPlainObject(a)?a:{},n=!1,i[t]=k.extend(c,a,r)):void 0!==r&&(i[t]=r));return i},k.extend({expando:"jQuery"+("3.6.0"+Math.random()).replace(/\D/g,""),isReady:!0,error:function(e){throw new Error(e)},noop:function(){},isPlainObject:function(e){return!(!e||"[object Object]"!==H.call(e)||(e=L(e))&&("function"!=typeof(e=q.call(e,"constructor")&&e.constructor)||F.call(e)!==G))},isEmptyObject:function(e){for(var t in e)return!1;return!0},globalEval:function(e,t,r){$(e,{nonce:t&&t.nonce},r)},each:function(e,t){var r,n=0;if(V(e))for(r=e.length;n<r&&!1!==t.call(e[n],n,e[n]);n++);else for(n in e)if(!1===t.call(e[n],n,e[n]))break;return e},makeArray:function(e,t){t=t||[];return null!=e&&(V(Object(e))?k.merge(t,"string"==typeof e?[e]:e):W.call(t,e)),t},inArray:function(e,t,r){return null==t?-1:I.call(t,e,r)},merge:function(e,t){for(var r=+t.length,n=0,a=e.length;n<r;n++)e[a++]=t[n];return e.length=a,e},grep:function(e,t,r){for(var n=[],a=0,i=e.length,o=!r;a<i;a++)!t(e[a],a)!=o&&n.push(e[a]);return n},map:function(e,t,r){var n,a,i=0,o=[];if(V(e))for(n=e.length;i<n;i++)null!=(a=t(e[i],i,r))&&o.push(a);else for(i in e)null!=(a=t(e[i],i,r))&&o.push(a);return Y(o)},guid:1,support:g}),"function"==typeof Symbol&&(k.fn[Symbol.iterator]=t[Symbol.iterator]),k.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(e,t){B["[object "+t+"]"]=t.toLowerCase()});function n(e,t,r){for(var n=[],a=void 0!==r;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(a&&k(e).is(r))break;n.push(e)}return n}function K(e,t){for(var r=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&r.push(e);return r}var e=function(R){function f(e,t){return e="0x"+e.slice(1)-65536,t||(e<0?String.fromCharCode(65536+e):String.fromCharCode(e>>10|55296,1023&e|56320))}function L(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e}function Y(){w()}var e,d,b,i,W,h,I,B,A,c,l,w,x,r,k,m,n,a,p,E="sizzle"+ +new Date,u=R.document,M=0,H=0,q=O(),F=O(),G=O(),g=O(),U=function(e,t){return e===t&&(l=!0),0},$={}.hasOwnProperty,t=[],V=t.pop,K=t.push,S=t.push,J=t.slice,y=function(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1},X="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",o="[\\x20\\t\\r\\n\\f]",s="(?:\\\\[\\da-fA-F]{1,6}"+o+"?|\\\\[^\\r\\n\\f]|[\\w-]|[^\0-\\x7f])+",Z="\\["+o+"*("+s+")(?:"+o+"*([*^$|!~]?=)"+o+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+s+"))|)"+o+"*\\]",Q=":("+s+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+Z+")*)|.*)\\)|)",ee=new RegExp(o+"+","g"),v=new RegExp("^"+o+"+|((?:^|[^\\\\])(?:\\\\.)*)"+o+"+$","g"),te=new RegExp("^"+o+"*,"+o+"*"),re=new RegExp("^"+o+"*([>+~]|"+o+")"+o+"*"),ne=new RegExp(o+"|>"),ae=new RegExp(Q),ie=new RegExp("^"+s+"$"),_={ID:new RegExp("^#("+s+")"),CLASS:new RegExp("^\\.("+s+")"),TAG:new RegExp("^("+s+"|[*])"),ATTR:new RegExp("^"+Z),PSEUDO:new RegExp("^"+Q),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+o+"*(even|odd|(([+-]|)(\\d*)n|)"+o+"*(?:([+-]|)"+o+"*(\\d+)|))"+o+"*\\)|)","i"),bool:new RegExp("^(?:"+X+")$","i"),needsContext:new RegExp("^"+o+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+o+"*((?:-\\d)?\\d*)"+o+"*\\)|)(?=[^-]|$)","i")},oe=/HTML$/i,se=/^(?:input|select|textarea|button)$/i,ce=/^h\d$/i,T=/^[^{]+\{\s*\[native \w/,le=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ue=/[+~]/,C=new RegExp("\\\\[\\da-fA-F]{1,6}"+o+"?|\\\\([^\\r\\n\\f])","g"),fe=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,de=ye(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{S.apply(t=J.call(u.childNodes),u.childNodes),t[u.childNodes.length].nodeType}catch(e){S={apply:t.length?function(e,t){K.apply(e,J.call(t))}:function(e,t){for(var r=e.length,n=0;e[r++]=t[n++];);e.length=r-1}}}function D(e,t,r,n){var a,i,o,s,c,l,u=t&&t.ownerDocument,f=t?t.nodeType:9;if(r=r||[],"string"!=typeof e||!e||1!==f&&9!==f&&11!==f)return r;if(!n&&(w(t),t=t||x,k)){if(11!==f&&(s=le.exec(e)))if(a=s[1]){if(9===f){if(!(l=t.getElementById(a)))return r;if(l.id===a)return r.push(l),r}else if(u&&(l=u.getElementById(a))&&p(t,l)&&l.id===a)return r.push(l),r}else{if(s[2])return S.apply(r,t.getElementsByTagName(e)),r;if((a=s[3])&&d.getElementsByClassName&&t.getElementsByClassName)return S.apply(r,t.getElementsByClassName(a)),r}if(d.qsa&&!g[e+" "]&&(!m||!m.test(e))&&(1!==f||"object"!==t.nodeName.toLowerCase())){if(l=e,u=t,1===f&&(ne.test(e)||re.test(e))){for((u=ue.test(e)&&ge(t.parentNode)||t)===t&&d.scope||((o=t.getAttribute("id"))?o=o.replace(fe,L):t.setAttribute("id",o=E)),i=(c=h(e)).length;i--;)c[i]=(o?"#"+o:":scope")+" "+z(c[i]);l=c.join(",")}try{return S.apply(r,u.querySelectorAll(l)),r}catch(t){g(e,!0)}finally{o===E&&t.removeAttribute("id")}}}return B(e.replace(v,"$1"),t,r,n)}function O(){var n=[];return function e(t,r){return n.push(t+" ")>b.cacheLength&&delete e[n.shift()],e[t+" "]=r}}function N(e){return e[E]=!0,e}function P(e){var t=x.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t)}}function he(e,t){for(var r=e.split("|"),n=r.length;n--;)b.attrHandle[r[n]]=t}function me(e,t){var r=t&&e,n=r&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(n)return n;if(r)for(;r=r.nextSibling;)if(r===t)return-1;return e?1:-1}function pe(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&de(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function j(o){return N(function(i){return i=+i,N(function(e,t){for(var r,n=o([],e.length,i),a=n.length;a--;)e[r=n[a]]&&(e[r]=!(t[r]=e[r]))})})}function ge(e){return e&&void 0!==e.getElementsByTagName&&e}for(e in d=D.support={},W=D.isXML=function(e){var t=e&&e.namespaceURI,e=e&&(e.ownerDocument||e).documentElement;return!oe.test(t||e&&e.nodeName||"HTML")},w=D.setDocument=function(e){var e=e?e.ownerDocument||e:u;return e!=x&&9===e.nodeType&&e.documentElement&&(r=(x=e).documentElement,k=!W(x),u!=x&&(e=x.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",Y,!1):e.attachEvent&&e.attachEvent("onunload",Y)),d.scope=P(function(e){return r.appendChild(e).appendChild(x.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=P(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=P(function(e){return e.appendChild(x.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=T.test(x.getElementsByClassName),d.getById=P(function(e){return r.appendChild(e).id=E,!x.getElementsByName||!x.getElementsByName(E).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(C,f);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&k)return(t=t.getElementById(e))?[t]:[]}):(b.filter.ID=function(e){var t=e.replace(C,f);return function(e){e=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return e&&e.value===t}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&k){var r,n,a,i=t.getElementById(e);if(i){if((r=i.getAttributeNode("id"))&&r.value===e)return[i];for(a=t.getElementsByName(e),n=0;i=a[n++];)if((r=i.getAttributeNode("id"))&&r.value===e)return[i]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var r,n=[],a=0,i=t.getElementsByTagName(e);if("*"!==e)return i;for(;r=i[a++];)1===r.nodeType&&n.push(r);return n},b.find.CLASS=d.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&k)return t.getElementsByClassName(e)},n=[],m=[],(d.qsa=T.test(x.querySelectorAll))&&(P(function(e){var t;r.appendChild(e).innerHTML="<a id='"+E+"'></a><select id='"+E+"-\r\\' msallowcapture=''><option selected=''></option></select>",e.querySelectorAll("[msallowcapture^='']").length&&m.push("[*^$]="+o+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||m.push("\\["+o+"*(?:value|"+X+")"),e.querySelectorAll("[id~="+E+"-]").length||m.push("~="),(t=x.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||m.push("\\["+o+"*name"+o+"*="+o+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||m.push(":checked"),e.querySelectorAll("a#"+E+"+*").length||m.push(".#.+[+~]"),e.querySelectorAll("\\\f"),m.push("[\\r\\n\\f]")}),P(function(e){e.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var t=x.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&m.push("name"+o+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&m.push(":enabled",":disabled"),r.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&m.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),m.push(",.*:")})),(d.matchesSelector=T.test(a=r.matches||r.webkitMatchesSelector||r.mozMatchesSelector||r.oMatchesSelector||r.msMatchesSelector))&&P(function(e){d.disconnectedMatch=a.call(e,"*"),a.call(e,"[s!='']:x"),n.push("!=",Q)}),m=m.length&&new RegExp(m.join("|")),n=n.length&&new RegExp(n.join("|")),e=T.test(r.compareDocumentPosition),p=e||T.test(r.contains)?function(e,t){var r=9===e.nodeType?e.documentElement:e,t=t&&t.parentNode;return e===t||!(!t||1!==t.nodeType||!(r.contains?r.contains(t):e.compareDocumentPosition&&16&e.compareDocumentPosition(t)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},U=e?function(e,t){return e===t?(l=!0,0):!e.compareDocumentPosition-!t.compareDocumentPosition||(1&(r=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===r?e==x||e.ownerDocument==u&&p(u,e)?-1:t==x||t.ownerDocument==u&&p(u,t)?1:c?y(c,e)-y(c,t):0:4&r?-1:1);var r}:function(e,t){if(e===t)return l=!0,0;var r,n=0,a=e.parentNode,i=t.parentNode,o=[e],s=[t];if(!a||!i)return e==x?-1:t==x?1:a?-1:i?1:c?y(c,e)-y(c,t):0;if(a===i)return me(e,t);for(r=e;r=r.parentNode;)o.unshift(r);for(r=t;r=r.parentNode;)s.unshift(r);for(;o[n]===s[n];)n++;return n?me(o[n],s[n]):o[n]==u?-1:s[n]==u?1:0}),x},D.matches=function(e,t){return D(e,null,null,t)},D.matchesSelector=function(e,t){if(w(e),d.matchesSelector&&k&&!g[t+" "]&&(!n||!n.test(t))&&(!m||!m.test(t)))try{var r=a.call(e,t);if(r||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return r}catch(e){g(t,!0)}return 0<D(t,x,null,[e]).length},D.contains=function(e,t){return(e.ownerDocument||e)!=x&&w(e),p(e,t)},D.attr=function(e,t){(e.ownerDocument||e)!=x&&w(e);var r=b.attrHandle[t.toLowerCase()],r=r&&$.call(b.attrHandle,t.toLowerCase())?r(e,t,!k):void 0;return void 0!==r?r:d.attributes||!k?e.getAttribute(t):(r=e.getAttributeNode(t))&&r.specified?r.value:null},D.escape=function(e){return(e+"").replace(fe,L)},D.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},D.uniqueSort=function(e){var t,r=[],n=0,a=0;if(l=!d.detectDuplicates,c=!d.sortStable&&e.slice(0),e.sort(U),l){for(;t=e[a++];)t===e[a]&&(n=r.push(a));for(;n--;)e.splice(r[n],1)}return c=null,e},i=D.getText=function(e){var t,r="",n=0,a=e.nodeType;if(a){if(1===a||9===a||11===a){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)r+=i(e)}else if(3===a||4===a)return e.nodeValue}else for(;t=e[n++];)r+=i(t);return r},(b=D.selectors={cacheLength:50,createPseudo:N,match:_,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(C,f),e[3]=(e[3]||e[4]||e[5]||"").replace(C,f),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||D.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&D.error(e[0]),e},PSEUDO:function(e){var t,r=!e[6]&&e[2];return _.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":r&&ae.test(r)&&(t=h(r,!0))&&(t=r.indexOf(")",r.length-t)-r.length)&&(e[0]=e[0].slice(0,t),e[2]=r.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(C,f).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=q[e+" "];return t||(t=new RegExp("(^|"+o+")"+e+"("+o+"|$)"))&&q(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(t,r,n){return function(e){e=D.attr(e,t);return null==e?"!="===r:!r||(e+="","="===r?e===n:"!="===r?e!==n:"^="===r?n&&0===e.indexOf(n):"*="===r?n&&-1<e.indexOf(n):"$="===r?n&&e.slice(-n.length)===n:"~="===r?-1<(" "+e.replace(ee," ")+" ").indexOf(n):"|="===r&&(e===n||e.slice(0,n.length+1)===n+"-"))}},CHILD:function(m,e,t,p,g){var v="nth"!==m.slice(0,3),y="last"!==m.slice(-4),_="of-type"===e;return 1===p&&0===g?function(e){return!!e.parentNode}:function(e,t,r){var n,a,i,o,s,c,l=v!=y?"nextSibling":"previousSibling",u=e.parentNode,f=_&&e.nodeName.toLowerCase(),d=!r&&!_,h=!1;if(u){if(v){for(;l;){for(o=e;o=o[l];)if(_?o.nodeName.toLowerCase()===f:1===o.nodeType)return!1;c=l="only"===m&&!c&&"nextSibling"}return!0}if(c=[y?u.firstChild:u.lastChild],y&&d){for(h=(s=(n=(a=(i=(o=u)[E]||(o[E]={}))[o.uniqueID]||(i[o.uniqueID]={}))[m]||[])[0]===M&&n[1])&&n[2],o=s&&u.childNodes[s];o=++s&&o&&o[l]||(h=s=0)||c.pop();)if(1===o.nodeType&&++h&&o===e){a[m]=[M,s,h];break}}else if(!1===(h=d?s=(n=(a=(i=(o=e)[E]||(o[E]={}))[o.uniqueID]||(i[o.uniqueID]={}))[m]||[])[0]===M&&n[1]:h))for(;(o=++s&&o&&o[l]||(h=s=0)||c.pop())&&((_?o.nodeName.toLowerCase()!==f:1!==o.nodeType)||!++h||(d&&((a=(i=o[E]||(o[E]={}))[o.uniqueID]||(i[o.uniqueID]={}))[m]=[M,h]),o!==e)););return(h-=g)===p||h%p==0&&0<=h/p}}},PSEUDO:function(e,i){var t,o=b.pseudos[e]||b.setFilters[e.toLowerCase()]||D.error("unsupported pseudo: "+e);return o[E]?o(i):1<o.length?(t=[e,e,"",i],b.setFilters.hasOwnProperty(e.toLowerCase())?N(function(e,t){for(var r,n=o(e,i),a=n.length;a--;)e[r=y(e,n[a])]=!(t[r]=n[a])}):function(e){return o(e,0,t)}):o}},pseudos:{not:N(function(e){var n=[],a=[],s=I(e.replace(v,"$1"));return s[E]?N(function(e,t,r,n){for(var a,i=s(e,null,n,[]),o=e.length;o--;)(a=i[o])&&(e[o]=!(t[o]=a))}):function(e,t,r){return n[0]=e,s(n,null,r,a),n[0]=null,!a.pop()}}),has:N(function(t){return function(e){return 0<D(t,e).length}}),contains:N(function(t){return t=t.replace(C,f),function(e){return-1<(e.textContent||i(e)).indexOf(t)}}),lang:N(function(r){return ie.test(r||"")||D.error("unsupported lang: "+r),r=r.replace(C,f).toLowerCase(),function(e){var t;do{if(t=k?e.lang:e.getAttribute("xml:lang")||e.getAttribute("lang"))return(t=t.toLowerCase())===r||0===t.indexOf(r+"-")}while((e=e.parentNode)&&1===e.nodeType);return!1}}),target:function(e){var t=R.location&&R.location.hash;return t&&t.slice(1)===e.id},root:function(e){return e===r},focus:function(e){return e===x.activeElement&&(!x.hasFocus||x.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:pe(!1),disabled:pe(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!b.pseudos.empty(e)},header:function(e){return ce.test(e.nodeName)},input:function(e){return se.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(e=e.getAttribute("type"))||"text"===e.toLowerCase())},first:j(function(){return[0]}),last:j(function(e,t){return[t-1]}),eq:j(function(e,t,r){return[r<0?r+t:r]}),even:j(function(e,t){for(var r=0;r<t;r+=2)e.push(r);return e}),odd:j(function(e,t){for(var r=1;r<t;r+=2)e.push(r);return e}),lt:j(function(e,t,r){for(var n=r<0?r+t:t<r?t:r;0<=--n;)e.push(n);return e}),gt:j(function(e,t,r){for(var n=r<0?r+t:r;++n<t;)e.push(n);return e})}}).pseudos.nth=b.pseudos.eq,{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})b.pseudos[e]=function(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}(e);for(e in{submit:!0,reset:!0})b.pseudos[e]=function(r){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===r}}(e);function ve(){}function z(e){for(var t=0,r=e.length,n="";t<r;t++)n+=e[t].value;return n}function ye(o,e,t){var s=e.dir,c=e.next,l=c||s,u=t&&"parentNode"===l,f=H++;return e.first?function(e,t,r){for(;e=e[s];)if(1===e.nodeType||u)return o(e,t,r);return!1}:function(e,t,r){var n,a,i=[M,f];if(r){for(;e=e[s];)if((1===e.nodeType||u)&&o(e,t,r))return!0}else for(;e=e[s];)if(1===e.nodeType||u)if(a=(a=e[E]||(e[E]={}))[e.uniqueID]||(a[e.uniqueID]={}),c&&c===e.nodeName.toLowerCase())e=e[s]||e;else{if((n=a[l])&&n[0]===M&&n[1]===f)return i[2]=n[2];if((a[l]=i)[2]=o(e,t,r))return!0}return!1}}function _e(a){return 1<a.length?function(e,t,r){for(var n=a.length;n--;)if(!a[n](e,t,r))return!1;return!0}:a[0]}function be(e,t,r,n,a){for(var i,o=[],s=0,c=e.length,l=null!=t;s<c;s++)!(i=e[s])||r&&!r(i,n,a)||(o.push(i),l&&t.push(s));return o}function Ae(e){for(var n,t,r,a=e.length,i=b.relative[e[0].type],o=i||b.relative[" "],s=i?1:0,c=ye(function(e){return e===n},o,!0),l=ye(function(e){return-1<y(n,e)},o,!0),u=[function(e,t,r){e=!i&&(r||t!==A)||((n=t).nodeType?c:l)(e,t,r);return n=null,e}];s<a;s++)if(t=b.relative[e[s].type])u=[ye(_e(u),t)];else{if((t=b.filter[e[s].type].apply(null,e[s].matches))[E]){for(r=++s;r<a&&!b.relative[e[r].type];r++);return function e(h,m,p,g,v,t){return g&&!g[E]&&(g=e(g)),v&&!v[E]&&(v=e(v,t)),N(function(e,t,r,n){var a,i,o,s=[],c=[],l=t.length,u=e||function(e,t,r){for(var n=0,a=t.length;n<a;n++)D(e,t[n],r);return r}(m||"*",r.nodeType?[r]:r,[]),f=!h||!e&&m?u:be(u,s,h,r,n),d=p?v||(e?h:l||g)?[]:t:f;if(p&&p(f,d,r,n),g)for(a=be(d,c),g(a,[],r,n),i=a.length;i--;)(o=a[i])&&(d[c[i]]=!(f[c[i]]=o));if(e){if(v||h){if(v){for(a=[],i=d.length;i--;)(o=d[i])&&a.push(f[i]=o);v(null,d=[],a,n)}for(i=d.length;i--;)(o=d[i])&&-1<(a=v?y(e,o):s[i])&&(e[a]=!(t[a]=o))}}else d=be(d===t?d.splice(l,d.length):d),v?v(null,t,d,n):S.apply(t,d)})}(1<s&&_e(u),1<s&&z(e.slice(0,s-1).concat({value:" "===e[s-2].type?"*":""})).replace(v,"$1"),t,s<r&&Ae(e.slice(s,r)),r<a&&Ae(e=e.slice(r)),r<a&&z(e))}u.push(t)}return _e(u)}return ve.prototype=b.filters=b.pseudos,b.setFilters=new ve,h=D.tokenize=function(e,t){var r,n,a,i,o,s,c,l=F[e+" "];if(l)return t?0:l.slice(0);for(o=e,s=[],c=b.preFilter;o;){for(i in r&&!(n=te.exec(o))||(n&&(o=o.slice(n[0].length)||o),s.push(a=[])),r=!1,(n=re.exec(o))&&(r=n.shift(),a.push({value:r,type:n[0].replace(v," ")}),o=o.slice(r.length)),b.filter)!(n=_[i].exec(o))||c[i]&&!(n=c[i](n))||(r=n.shift(),a.push({value:r,type:i,matches:n}),o=o.slice(r.length));if(!r)break}return t?o.length:o?D.error(e):F(e,s).slice(0)},I=D.compile=function(e,t){var r,g,v,y,_,n,a=[],i=[],o=G[e+" "];if(!o){for(r=(t=t||h(e)).length;r--;)((o=Ae(t[r]))[E]?a:i).push(o);(o=G(e,(y=0<(v=a).length,_=0<(g=i).length,n=function(e,t,r,n,a){var i,o,s,c=0,l="0",u=e&&[],f=[],d=A,h=e||_&&b.find.TAG("*",a),m=M+=null==d?1:Math.random()||.1,p=h.length;for(a&&(A=t==x||t||a);l!==p&&null!=(i=h[l]);l++){if(_&&i){for(o=0,t||i.ownerDocument==x||(w(i),r=!k);s=g[o++];)if(s(i,t||x,r)){n.push(i);break}a&&(M=m)}y&&((i=!s&&i)&&c--,e&&u.push(i))}if(c+=l,y&&l!==c){for(o=0;s=v[o++];)s(u,f,t,r);if(e){if(0<c)for(;l--;)u[l]||f[l]||(f[l]=V.call(n));f=be(f)}S.apply(n,f),a&&!e&&0<f.length&&1<c+v.length&&D.uniqueSort(n)}return a&&(M=m,A=d),u},y?N(n):n))).selector=e}return o},B=D.select=function(e,t,r,n){var a,i,o,s,c,l="function"==typeof e&&e,u=!n&&h(e=l.selector||e);if(r=r||[],1===u.length){if(2<(i=u[0]=u[0].slice(0)).length&&"ID"===(o=i[0]).type&&9===t.nodeType&&k&&b.relative[i[1].type]){if(!(t=(b.find.ID(o.matches[0].replace(C,f),t)||[])[0]))return r;l&&(t=t.parentNode),e=e.slice(i.shift().value.length)}for(a=_.needsContext.test(e)?0:i.length;a--&&(o=i[a],!b.relative[s=o.type]);)if((c=b.find[s])&&(n=c(o.matches[0].replace(C,f),ue.test(i[0].type)&&ge(t.parentNode)||t))){if(i.splice(a,1),e=n.length&&z(i))break;return S.apply(r,n),r}}return(l||I(e,u))(n,t,!k,r,!t||ue.test(e)&&ge(t.parentNode)||t),r},d.sortStable=E.split("").sort(U).join("")===E,d.detectDuplicates=!!l,w(),d.sortDetached=P(function(e){return 1&e.compareDocumentPosition(x.createElement("fieldset"))}),P(function(e){return e.innerHTML="<a href='#'></a>","#"===e.firstChild.getAttribute("href")})||he("type|href|height|width",function(e,t,r){if(!r)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)}),d.attributes&&P(function(e){return e.innerHTML="<input/>",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")})||he("value",function(e,t,r){if(!r&&"input"===e.nodeName.toLowerCase())return e.defaultValue}),P(function(e){return null==e.getAttribute("disabled")})||he(X,function(e,t,r){if(!r)return!0===e[t]?t.toLowerCase():(r=e.getAttributeNode(t))&&r.specified?r.value:null}),D}(w),J=(k.find=e,k.expr=e.selectors,k.expr[":"]=k.expr.pseudos,k.uniqueSort=k.unique=e.uniqueSort,k.text=e.getText,k.isXMLDoc=e.isXML,k.contains=e.contains,k.escapeSelector=e.escape,k.expr.match.needsContext);function c(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var X=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function Z(e,r,n){return y(r)?k.grep(e,function(e,t){return!!r.call(e,t,e)!==n}):r.nodeType?k.grep(e,function(e){return e===r!==n}):"string"!=typeof r?k.grep(e,function(e){return-1<I.call(r,e)!==n}):k.filter(r,e,n)}k.filter=function(e,t,r){var n=t[0];return r&&(e=":not("+e+")"),1===t.length&&1===n.nodeType?k.find.matchesSelector(n,e)?[n]:[]:k.find.matches(e,k.grep(t,function(e){return 1===e.nodeType}))},k.fn.extend({find:function(e){var t,r,n=this.length,a=this;if("string"!=typeof e)return this.pushStack(k(e).filter(function(){for(t=0;t<n;t++)if(k.contains(a[t],this))return!0}));for(r=this.pushStack([]),t=0;t<n;t++)k.find(e,a[t],r);return 1<n?k.uniqueSort(r):r},filter:function(e){return this.pushStack(Z(this,e||[],!1))},not:function(e){return this.pushStack(Z(this,e||[],!0))},is:function(e){return!!Z(this,"string"==typeof e&&J.test(e)?k(e):e||[],!1).length}});var Q,ee=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,te=((k.fn.init=function(e,t,r){if(!e)return this;if(r=r||Q,"string"!=typeof e)return e.nodeType?(this[0]=e,this.length=1,this):y(e)?void 0!==r.ready?r.ready(e):e(k):k.makeArray(e,this);if(!(n="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:ee.exec(e))||!n[1]&&t)return(!t||t.jquery?t||r:this.constructor(t)).find(e);if(n[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(n[1],t&&t.nodeType?t.ownerDocument||t:x,!0)),X.test(n[1])&&k.isPlainObject(t))for(var n in t)y(this[n])?this[n](t[n]):this.attr(n,t[n]);return this}return(r=x.getElementById(n[2]))&&(this[0]=r,this.length=1),this}).prototype=k.fn,Q=k(x),/^(?:parents|prev(?:Until|All))/),re={children:!0,contents:!0,next:!0,prev:!0};function ne(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}k.fn.extend({has:function(e){var t=k(e,this),r=t.length;return this.filter(function(){for(var e=0;e<r;e++)if(k.contains(this,t[e]))return!0})},closest:function(e,t){var r,n=0,a=this.length,i=[],o="string"!=typeof e&&k(e);if(!J.test(e))for(;n<a;n++)for(r=this[n];r&&r!==t;r=r.parentNode)if(r.nodeType<11&&(o?-1<o.index(r):1===r.nodeType&&k.find.matchesSelector(r,e))){i.push(r);break}return this.pushStack(1<i.length?k.uniqueSort(i):i)},index:function(e){return e?"string"==typeof e?I.call(k(e),this[0]):I.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(k.uniqueSort(k.merge(this.get(),k(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),k.each({parent:function(e){e=e.parentNode;return e&&11!==e.nodeType?e:null},parents:function(e){return n(e,"parentNode")},parentsUntil:function(e,t,r){return n(e,"parentNode",r)},next:function(e){return ne(e,"nextSibling")},prev:function(e){return ne(e,"previousSibling")},nextAll:function(e){return n(e,"nextSibling")},prevAll:function(e){return n(e,"previousSibling")},nextUntil:function(e,t,r){return n(e,"nextSibling",r)},prevUntil:function(e,t,r){return n(e,"previousSibling",r)},siblings:function(e){return K((e.parentNode||{}).firstChild,e)},children:function(e){return K(e.firstChild)},contents:function(e){return null!=e.contentDocument&&L(e.contentDocument)?e.contentDocument:(c(e,"template")&&(e=e.content||e),k.merge([],e.childNodes))}},function(n,a){k.fn[n]=function(e,t){var r=k.map(this,a,e);return(t="Until"!==n.slice(-5)?e:t)&&"string"==typeof t&&(r=k.filter(t,r)),1<this.length&&(re[n]||k.uniqueSort(r),te.test(n)&&r.reverse()),this.pushStack(r)}});var E=/[^\x20\t\r\n\f]+/g;function u(e){return e}function ae(e){throw e}function ie(e,t,r,n){var a;try{e&&y(a=e.promise)?a.call(e).done(t).fail(r):e&&y(a=e.then)?a.call(e,t,r):t.apply(void 0,[e].slice(n))}catch(e){r.apply(void 0,[e])}}k.Callbacks=function(n){var e,r;n="string"==typeof n?(e=n,r={},k.each(e.match(E)||[],function(e,t){r[t]=!0}),r):k.extend({},n);function a(){for(s=s||n.once,o=i=!0;l.length;u=-1)for(t=l.shift();++u<c.length;)!1===c[u].apply(t[0],t[1])&&n.stopOnFalse&&(u=c.length,t=!1);n.memory||(t=!1),i=!1,s&&(c=t?[]:"")}var i,t,o,s,c=[],l=[],u=-1,f={add:function(){return c&&(t&&!i&&(u=c.length-1,l.push(t)),function r(e){k.each(e,function(e,t){y(t)?n.unique&&f.has(t)||c.push(t):t&&t.length&&"string"!==m(t)&&r(t)})}(arguments),t&&!i&&a()),this},remove:function(){return k.each(arguments,function(e,t){for(var r;-1<(r=k.inArray(t,c,r));)c.splice(r,1),r<=u&&u--}),this},has:function(e){return e?-1<k.inArray(e,c):0<c.length},empty:function(){return c=c&&[],this},disable:function(){return s=l=[],c=t="",this},disabled:function(){return!c},lock:function(){return s=l=[],t||i||(c=t=""),this},locked:function(){return!!s},fireWith:function(e,t){return s||(t=[e,(t=t||[]).slice?t.slice():t],l.push(t),i||a()),this},fire:function(){return f.fireWith(this,arguments),this},fired:function(){return!!o}};return f},k.extend({Deferred:function(e){var i=[["notify","progress",k.Callbacks("memory"),k.Callbacks("memory"),2],["resolve","done",k.Callbacks("once memory"),k.Callbacks("once memory"),0,"resolved"],["reject","fail",k.Callbacks("once memory"),k.Callbacks("once memory"),1,"rejected"]],a="pending",o={state:function(){return a},always:function(){return s.done(arguments).fail(arguments),this},catch:function(e){return o.then(null,e)},pipe:function(){var a=arguments;return k.Deferred(function(n){k.each(i,function(e,t){var r=y(a[t[4]])&&a[t[4]];s[t[1]](function(){var e=r&&r.apply(this,arguments);e&&y(e.promise)?e.promise().progress(n.notify).done(n.resolve).fail(n.reject):n[t[0]+"With"](this,r?[e]:arguments)})}),a=null}).promise()},then:function(t,r,n){var c=0;function l(a,i,o,s){return function(){function e(){var e,t;if(!(a<c)){if((e=o.apply(r,n))===i.promise())throw new TypeError("Thenable self-resolution");t=e&&("object"==typeof e||"function"==typeof e)&&e.then,y(t)?s?t.call(e,l(c,i,u,s),l(c,i,ae,s)):(c++,t.call(e,l(c,i,u,s),l(c,i,ae,s),l(c,i,u,i.notifyWith))):(o!==u&&(r=void 0,n=[e]),(s||i.resolveWith)(r,n))}}var r=this,n=arguments,t=s?e:function(){try{e()}catch(e){k.Deferred.exceptionHook&&k.Deferred.exceptionHook(e,t.stackTrace),c<=a+1&&(o!==ae&&(r=void 0,n=[e]),i.rejectWith(r,n))}};a?t():(k.Deferred.getStackHook&&(t.stackTrace=k.Deferred.getStackHook()),w.setTimeout(t))}}return k.Deferred(function(e){i[0][3].add(l(0,e,y(n)?n:u,e.notifyWith)),i[1][3].add(l(0,e,y(t)?t:u)),i[2][3].add(l(0,e,y(r)?r:ae))}).promise()},promise:function(e){return null!=e?k.extend(e,o):o}},s={};return k.each(i,function(e,t){var r=t[2],n=t[5];o[t[1]]=r.add,n&&r.add(function(){a=n},i[3-e][2].disable,i[3-e][3].disable,i[0][2].lock,i[0][3].lock),r.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=r.fireWith}),o.promise(s),e&&e.call(s,s),s},when:function(e){function t(t){return function(e){a[t]=this,i[t]=1<arguments.length?s.call(arguments):e,--r||o.resolveWith(a,i)}}var r=arguments.length,n=r,a=Array(n),i=s.call(arguments),o=k.Deferred();if(r<=1&&(ie(e,o.done(t(n)).resolve,o.reject,!r),"pending"===o.state()||y(i[n]&&i[n].then)))return o.then();for(;n--;)ie(i[n],t(n),o.reject);return o.promise()}});var oe=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/,se=(k.Deferred.exceptionHook=function(e,t){w.console&&w.console.warn&&e&&oe.test(e.name)&&w.console.warn("jQuery.Deferred exception: "+e.message,e.stack,t)},k.readyException=function(e){w.setTimeout(function(){throw e})},k.Deferred());function ce(){x.removeEventListener("DOMContentLoaded",ce),w.removeEventListener("load",ce),k.ready()}k.fn.ready=function(e){return se.then(e).catch(function(e){k.readyException(e)}),this},k.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--k.readyWait:k.isReady)||(k.isReady=!0)!==e&&0<--k.readyWait||se.resolveWith(x,[k])}}),k.ready.then=se.then,"complete"===x.readyState||"loading"!==x.readyState&&!x.documentElement.doScroll?w.setTimeout(k.ready):(x.addEventListener("DOMContentLoaded",ce),w.addEventListener("load",ce));function f(e,t,r,n,a,i,o){var s=0,c=e.length,l=null==r;if("object"===m(r))for(s in a=!0,r)f(e,t,s,r[s],!0,i,o);else if(void 0!==n&&(a=!0,y(n)||(o=!0),t=l?o?(t.call(e,n),null):(l=t,function(e,t,r){return l.call(k(e),r)}):t))for(;s<c;s++)t(e[s],r,o?n:n.call(e[s],s,t(e[s],r)));return a?e:l?t.call(e):c?t(e[0],r):i}var le=/^-ms-/,ue=/-([a-z])/g;function fe(e,t){return t.toUpperCase()}function _(e){return e.replace(le,"ms-").replace(ue,fe)}function v(e){return 1===e.nodeType||9===e.nodeType||!+e.nodeType}function de(){this.expando=k.expando+de.uid++}de.uid=1,de.prototype={cache:function(e){var t=e[this.expando];return t||(t={},v(e)&&(e.nodeType?e[this.expando]=t:Object.defineProperty(e,this.expando,{value:t,configurable:!0}))),t},set:function(e,t,r){var n,a=this.cache(e);if("string"==typeof t)a[_(t)]=r;else for(n in t)a[_(n)]=t[n];return a},get:function(e,t){return void 0===t?this.cache(e):e[this.expando]&&e[this.expando][_(t)]},access:function(e,t,r){return void 0===t||t&&"string"==typeof t&&void 0===r?this.get(e,t):(this.set(e,t,r),void 0!==r?r:t)},remove:function(e,t){var r,n=e[this.expando];if(void 0!==n){if(void 0!==t){r=(t=Array.isArray(t)?t.map(_):(t=_(t))in n?[t]:t.match(E)||[]).length;for(;r--;)delete n[t[r]]}void 0!==t&&!k.isEmptyObject(n)||(e.nodeType?e[this.expando]=void 0:delete e[this.expando])}},hasData:function(e){e=e[this.expando];return void 0!==e&&!k.isEmptyObject(e)}};var b=new de,l=new de,he=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,me=/[A-Z]/g;function pe(e,t,r){var n,a;if(void 0===r&&1===e.nodeType)if(n="data-"+t.replace(me,"-$&").toLowerCase(),"string"==typeof(r=e.getAttribute(n))){try{r="true"===(a=r)||"false"!==a&&("null"===a?null:a===+a+""?+a:he.test(a)?JSON.parse(a):a)}catch(e){}l.set(e,t,r)}else r=void 0;return r}k.extend({hasData:function(e){return l.hasData(e)||b.hasData(e)},data:function(e,t,r){return l.access(e,t,r)},removeData:function(e,t){l.remove(e,t)},_data:function(e,t,r){return b.access(e,t,r)},_removeData:function(e,t){b.remove(e,t)}}),k.fn.extend({data:function(r,e){var t,n,a,i=this[0],o=i&&i.attributes;if(void 0!==r)return"object"==typeof r?this.each(function(){l.set(this,r)}):f(this,function(e){var t;if(i&&void 0===e)return void 0!==(t=l.get(i,r))||void 0!==(t=pe(i,r))?t:void 0;this.each(function(){l.set(this,r,e)})},null,e,1<arguments.length,null,!0);if(this.length&&(a=l.get(i),1===i.nodeType&&!b.get(i,"hasDataAttrs"))){for(t=o.length;t--;)o[t]&&0===(n=o[t].name).indexOf("data-")&&(n=_(n.slice(5)),pe(i,n,a[n]));b.set(i,"hasDataAttrs",!0)}return a},removeData:function(e){return this.each(function(){l.remove(this,e)})}}),k.extend({queue:function(e,t,r){var n;if(e)return n=b.get(e,t=(t||"fx")+"queue"),r&&(!n||Array.isArray(r)?n=b.access(e,t,k.makeArray(r)):n.push(r)),n||[]},dequeue:function(e,t){t=t||"fx";var r=k.queue(e,t),n=r.length,a=r.shift(),i=k._queueHooks(e,t);"inprogress"===a&&(a=r.shift(),n--),a&&("fx"===t&&r.unshift("inprogress"),delete i.stop,a.call(e,function(){k.dequeue(e,t)},i)),!n&&i&&i.empty.fire()},_queueHooks:function(e,t){var r=t+"queueHooks";return b.get(e,r)||b.access(e,r,{empty:k.Callbacks("once memory").add(function(){b.remove(e,[t+"queue",r])})})}}),k.fn.extend({queue:function(t,r){var e=2;return"string"!=typeof t&&(r=t,t="fx",e--),arguments.length<e?k.queue(this[0],t):void 0===r?this:this.each(function(){var e=k.queue(this,t,r);k._queueHooks(this,t),"fx"===t&&"inprogress"!==e[0]&&k.dequeue(this,t)})},dequeue:function(e){return this.each(function(){k.dequeue(this,e)})},clearQueue:function(e){return this.queue(e||"fx",[])},promise:function(e,t){function r(){--a||i.resolveWith(o,[o])}var n,a=1,i=k.Deferred(),o=this,s=this.length;for("string"!=typeof e&&(t=e,e=void 0),e=e||"fx";s--;)(n=b.get(o[s],e+"queueHooks"))&&n.empty&&(a++,n.empty.add(r));return r(),i.promise(t)}});function ge(e,t){return"none"===(e=t||e).style.display||""===e.style.display&&M(e)&&"none"===k.css(e,"display")}var e=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ve=new RegExp("^(?:([+-])=|)("+e+")([a-z%]*)$","i"),d=["Top","Right","Bottom","Left"],A=x.documentElement,M=function(e){return k.contains(e.ownerDocument,e)},ye={composed:!0};A.getRootNode&&(M=function(e){return k.contains(e.ownerDocument,e)||e.getRootNode(ye)===e.ownerDocument});function _e(e,t,r,n){var a,i,o=20,s=n?function(){return n.cur()}:function(){return k.css(e,t,"")},c=s(),l=r&&r[3]||(k.cssNumber[t]?"":"px"),u=e.nodeType&&(k.cssNumber[t]||"px"!==l&&+c)&&ve.exec(k.css(e,t));if(u&&u[3]!==l){for(l=l||u[3],u=+(c/=2)||1;o--;)k.style(e,t,u+l),(1-i)*(1-(i=s()/c||.5))<=0&&(o=0),u/=i;k.style(e,t,(u*=2)+l),r=r||[]}return r&&(u=+u||+c||0,a=r[1]?u+(r[1]+1)*r[2]:+r[2],n&&(n.unit=l,n.start=u,n.end=a)),a}var be={};function S(e,t){for(var r,n,a,i,o,s,c=[],l=0,u=e.length;l<u;l++)(n=e[l]).style&&(r=n.style.display,t?("none"===r&&(c[l]=b.get(n,"display")||null,c[l]||(n.style.display="")),""===n.style.display&&ge(n)&&(c[l]=(s=i=a=void 0,i=n.ownerDocument,o=n.nodeName,(s=be[o])||(a=i.body.appendChild(i.createElement(o)),s=k.css(a,"display"),a.parentNode.removeChild(a),be[o]=s="none"===s?"block":s)))):"none"!==r&&(c[l]="none",b.set(n,"display",r)));for(l=0;l<u;l++)null!=c[l]&&(e[l].style.display=c[l]);return e}k.fn.extend({show:function(){return S(this,!0)},hide:function(){return S(this)},toggle:function(e){return"boolean"==typeof e?e?this.show():this.hide():this.each(function(){ge(this)?k(this).show():k(this).hide()})}});var Ae=/^(?:checkbox|radio)$/i,we=/<([a-z][^\/\0>\x20\t\r\n\f]*)/i,xe=/^$|^module$|\/(?:java|ecma)script/i,r=x.createDocumentFragment().appendChild(x.createElement("div")),T=((N=x.createElement("input")).setAttribute("type","radio"),N.setAttribute("checked","checked"),N.setAttribute("name","t"),r.appendChild(N),g.checkClone=r.cloneNode(!0).cloneNode(!0).lastChild.checked,r.innerHTML="<textarea>x</textarea>",g.noCloneChecked=!!r.cloneNode(!0).lastChild.defaultValue,r.innerHTML="<option></option>",g.option=!!r.lastChild,{thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]});function C(e,t){var r=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[];return void 0===t||t&&c(e,t)?k.merge([e],r):r}function ke(e,t){for(var r=0,n=e.length;r<n;r++)b.set(e[r],"globalEval",!t||b.get(t[r],"globalEval"))}T.tbody=T.tfoot=T.colgroup=T.caption=T.thead,T.th=T.td,g.option||(T.optgroup=T.option=[1,"<select multiple='multiple'>","</select>"]);var Ee=/<|&#?\w+;/;function Me(e,t,r,n,a){for(var i,o,s,c,l,u=t.createDocumentFragment(),f=[],d=0,h=e.length;d<h;d++)if((i=e[d])||0===i)if("object"===m(i))k.merge(f,i.nodeType?[i]:i);else if(Ee.test(i)){for(o=o||u.appendChild(t.createElement("div")),s=(we.exec(i)||["",""])[1].toLowerCase(),s=T[s]||T._default,o.innerHTML=s[1]+k.htmlPrefilter(i)+s[2],l=s[0];l--;)o=o.lastChild;k.merge(f,o.childNodes),(o=u.firstChild).textContent=""}else f.push(t.createTextNode(i));for(u.textContent="",d=0;i=f[d++];)if(n&&-1<k.inArray(i,n))a&&a.push(i);else if(c=M(i),o=C(u.appendChild(i),"script"),c&&ke(o),r)for(l=0;i=o[l++];)xe.test(i.type||"")&&r.push(i);return u}var Se=/^([^.]*)(?:\.(.+)|)/;function o(){return!0}function h(){return!1}function Te(e,t){return e===function(){try{return x.activeElement}catch(e){}}()==("focus"===t)}function Ce(e,t,r,n,a,i){var o,s;if("object"==typeof t){for(s in"string"!=typeof r&&(n=n||r,r=void 0),t)Ce(e,s,r,n,t[s],i);return e}if(null==n&&null==a?(a=r,n=r=void 0):null==a&&("string"==typeof r?(a=n,n=void 0):(a=n,n=r,r=void 0)),!1===a)a=h;else if(!a)return e;return 1===i&&(o=a,(a=function(e){return k().off(e),o.apply(this,arguments)}).guid=o.guid||(o.guid=k.guid++)),e.each(function(){k.event.add(this,t,a,n,r)})}function De(e,a,i){i?(b.set(e,a,!1),k.event.add(e,a,{namespace:!1,handler:function(e){var t,r,n=b.get(this,a);if(1&e.isTrigger&&this[a]){if(n.length)(k.event.special[a]||{}).delegateType&&e.stopPropagation();else if(n=s.call(arguments),b.set(this,a,n),t=i(this,a),this[a](),n!==(r=b.get(this,a))||t?b.set(this,a,!1):r={},n!==r)return e.stopImmediatePropagation(),e.preventDefault(),r&&r.value}else n.length&&(b.set(this,a,{value:k.event.trigger(k.extend(n[0],k.Event.prototype),n.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===b.get(e,a)&&k.event.add(e,a,o)}k.event={global:{},add:function(t,e,r,n,a){var i,o,s,c,l,u,f,d,h,m=b.get(t);if(v(t))for(r.handler&&(r=(i=r).handler,a=i.selector),a&&k.find.matchesSelector(A,a),r.guid||(r.guid=k.guid++),(s=m.events)||(s=m.events=Object.create(null)),(o=m.handle)||(o=m.handle=function(e){return void 0!==k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),c=(e=(e||"").match(E)||[""]).length;c--;)f=h=(d=Se.exec(e[c])||[])[1],d=(d[2]||"").split(".").sort(),f&&(l=k.event.special[f]||{},f=(a?l.delegateType:l.bindType)||f,l=k.event.special[f]||{},h=k.extend({type:f,origType:h,data:n,handler:r,guid:r.guid,selector:a,needsContext:a&&k.expr.match.needsContext.test(a),namespace:d.join(".")},i),(u=s[f])||((u=s[f]=[]).delegateCount=0,l.setup&&!1!==l.setup.call(t,n,d,o)||t.addEventListener&&t.addEventListener(f,o)),l.add&&(l.add.call(t,h),h.handler.guid||(h.handler.guid=r.guid)),a?u.splice(u.delegateCount++,0,h):u.push(h),k.event.global[f]=!0)},remove:function(e,t,r,n,a){var i,o,s,c,l,u,f,d,h,m,p,g=b.hasData(e)&&b.get(e);if(g&&(c=g.events)){for(l=(t=(t||"").match(E)||[""]).length;l--;)if(h=p=(s=Se.exec(t[l])||[])[1],m=(s[2]||"").split(".").sort(),h){for(f=k.event.special[h]||{},d=c[h=(n?f.delegateType:f.bindType)||h]||[],s=s[2]&&new RegExp("(^|\\.)"+m.join("\\.(?:.*\\.|)")+"(\\.|$)"),o=i=d.length;i--;)u=d[i],!a&&p!==u.origType||r&&r.guid!==u.guid||s&&!s.test(u.namespace)||n&&n!==u.selector&&("**"!==n||!u.selector)||(d.splice(i,1),u.selector&&d.delegateCount--,f.remove&&f.remove.call(e,u));o&&!d.length&&(f.teardown&&!1!==f.teardown.call(e,m,g.handle)||k.removeEvent(e,h,g.handle),delete c[h])}else for(h in c)k.event.remove(e,h+t[l],r,n,!0);k.isEmptyObject(c)&&b.remove(e,"handle events")}},dispatch:function(e){var t,r,n,a,i,o=new Array(arguments.length),s=k.event.fix(e),e=(b.get(this,"events")||Object.create(null))[s.type]||[],c=k.event.special[s.type]||{};for(o[0]=s,t=1;t<arguments.length;t++)o[t]=arguments[t];if(s.delegateTarget=this,!c.preDispatch||!1!==c.preDispatch.call(this,s)){for(i=k.event.handlers.call(this,s,e),t=0;(n=i[t++])&&!s.isPropagationStopped();)for(s.currentTarget=n.elem,r=0;(a=n.handlers[r++])&&!s.isImmediatePropagationStopped();)s.rnamespace&&!1!==a.namespace&&!s.rnamespace.test(a.namespace)||(s.handleObj=a,s.data=a.data,void 0!==(a=((k.event.special[a.origType]||{}).handle||a.handler).apply(n.elem,o))&&!1===(s.result=a)&&(s.preventDefault(),s.stopPropagation()));return c.postDispatch&&c.postDispatch.call(this,s),s.result}},handlers:function(e,t){var r,n,a,i,o,s=[],c=t.delegateCount,l=e.target;if(c&&l.nodeType&&!("click"===e.type&&1<=e.button))for(;l!==this;l=l.parentNode||this)if(1===l.nodeType&&("click"!==e.type||!0!==l.disabled)){for(i=[],o={},r=0;r<c;r++)void 0===o[a=(n=t[r]).selector+" "]&&(o[a]=n.needsContext?-1<k(a,this).index(l):k.find(a,this,null,[l]).length),o[a]&&i.push(n);i.length&&s.push({elem:l,handlers:i})}return l=this,c<t.length&&s.push({elem:l,handlers:t.slice(c)}),s},addProp:function(t,e){Object.defineProperty(k.Event.prototype,t,{enumerable:!0,configurable:!0,get:y(e)?function(){if(this.originalEvent)return e(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[t]},set:function(e){Object.defineProperty(this,t,{enumerable:!0,configurable:!0,writable:!0,value:e})}})},fix:function(e){return e[k.expando]?e:new k.Event(e)},special:{load:{noBubble:!0},click:{setup:function(e){e=this||e;return Ae.test(e.type)&&e.click&&c(e,"input")&&De(e,"click",o),!1},trigger:function(e){e=this||e;return Ae.test(e.type)&&e.click&&c(e,"input")&&De(e,"click"),!0},_default:function(e){e=e.target;return Ae.test(e.type)&&e.click&&c(e,"input")&&b.get(e,"click")||c(e,"a")}},beforeunload:{postDispatch:function(e){void 0!==e.result&&e.originalEvent&&(e.originalEvent.returnValue=e.result)}}}},k.removeEvent=function(e,t,r){e.removeEventListener&&e.removeEventListener(t,r)},k.Event=function(e,t){if(!(this instanceof k.Event))return new k.Event(e,t);e&&e.type?(this.originalEvent=e,this.type=e.type,this.isDefaultPrevented=e.defaultPrevented||void 0===e.defaultPrevented&&!1===e.returnValue?o:h,this.target=e.target&&3===e.target.nodeType?e.target.parentNode:e.target,this.currentTarget=e.currentTarget,this.relatedTarget=e.relatedTarget):this.type=e,t&&k.extend(this,t),this.timeStamp=e&&e.timeStamp||Date.now(),this[k.expando]=!0},k.Event.prototype={constructor:k.Event,isDefaultPrevented:h,isPropagationStopped:h,isImmediatePropagationStopped:h,isSimulated:!1,preventDefault:function(){var e=this.originalEvent;this.isDefaultPrevented=o,e&&!this.isSimulated&&e.preventDefault()},stopPropagation:function(){var e=this.originalEvent;this.isPropagationStopped=o,e&&!this.isSimulated&&e.stopPropagation()},stopImmediatePropagation:function(){var e=this.originalEvent;this.isImmediatePropagationStopped=o,e&&!this.isSimulated&&e.stopImmediatePropagation(),this.stopPropagation()}},k.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,char:!0,code:!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:!0},k.event.addProp),k.each({focus:"focusin",blur:"focusout"},function(e,t){k.event.special[e]={setup:function(){return De(this,e,Te),!1},trigger:function(){return De(this,e),!0},_default:function(){return!0},delegateType:t}}),k.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(e,a){k.event.special[e]={delegateType:a,bindType:a,handle:function(e){var t,r=e.relatedTarget,n=e.handleObj;return r&&(r===this||k.contains(this,r))||(e.type=n.origType,t=n.handler.apply(this,arguments),e.type=a),t}}}),k.fn.extend({on:function(e,t,r,n){return Ce(this,e,t,r,n)},one:function(e,t,r,n){return Ce(this,e,t,r,n,1)},off:function(e,t,r){var n,a;if(e&&e.preventDefault&&e.handleObj)return n=e.handleObj,k(e.delegateTarget).off(n.namespace?n.origType+"."+n.namespace:n.origType,n.selector,n.handler),this;if("object"!=typeof e)return!1!==t&&"function"!=typeof t||(r=t,t=void 0),!1===r&&(r=h),this.each(function(){k.event.remove(this,e,r,t)});for(a in e)this.off(a,t,e[a]);return this}});var Oe=/<script|<style|<link/i,Ne=/checked\s*(?:[^=]|=\s*.checked.)/i,Pe=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function je(e,t){return c(e,"table")&&c(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function ze(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var r,n,a,i;if(1===t.nodeType){if(b.hasData(e)&&(i=b.get(e).events))for(a in b.remove(t,"handle events"),i)for(r=0,n=i[a].length;r<n;r++)k.event.add(t,a,i[a][r]);l.hasData(e)&&(e=l.access(e),e=k.extend({},e),l.set(t,e))}}function D(r,n,a,i){n=Y(n);var e,t,o,s,c,l,u=0,f=r.length,d=f-1,h=n[0],m=y(h);if(m||1<f&&"string"==typeof h&&!g.checkClone&&Ne.test(h))return r.each(function(e){var t=r.eq(e);m&&(n[0]=h.call(this,e,t.html())),D(t,n,a,i)});if(f&&(t=(e=Me(n,r[0].ownerDocument,!1,r,i)).firstChild,1===e.childNodes.length&&(e=t),t||i)){for(s=(o=k.map(C(e,"script"),ze)).length;u<f;u++)c=e,u!==d&&(c=k.clone(c,!0,!0),s&&k.merge(o,C(c,"script"))),a.call(r[u],c,u);if(s)for(l=o[o.length-1].ownerDocument,k.map(o,Re),u=0;u<s;u++)c=o[u],xe.test(c.type||"")&&!b.access(c,"globalEval")&&k.contains(l,c)&&(c.src&&"module"!==(c.type||"").toLowerCase()?k._evalUrl&&!c.noModule&&k._evalUrl(c.src,{nonce:c.nonce||c.getAttribute("nonce")},l):$(c.textContent.replace(Pe,""),c,l))}return r}function Ye(e,t,r){for(var n,a=t?k.filter(t,e):e,i=0;null!=(n=a[i]);i++)r||1!==n.nodeType||k.cleanData(C(n)),n.parentNode&&(r&&M(n)&&ke(C(n,"script")),n.parentNode.removeChild(n));return e}k.extend({htmlPrefilter:function(e){return e},clone:function(e,t,r){var n,a,i,o,s,c,l,u=e.cloneNode(!0),f=M(e);if(!(g.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(o=C(u),n=0,a=(i=C(e)).length;n<a;n++)s=i[n],"input"===(l=(c=o[n]).nodeName.toLowerCase())&&Ae.test(s.type)?c.checked=s.checked:"input"!==l&&"textarea"!==l||(c.defaultValue=s.defaultValue);if(t)if(r)for(i=i||C(e),o=o||C(u),n=0,a=i.length;n<a;n++)Le(i[n],o[n]);else Le(e,u);return 0<(o=C(u,"script")).length&&ke(o,!f&&C(e,"script")),u},cleanData:function(e){for(var t,r,n,a=k.event.special,i=0;void 0!==(r=e[i]);i++)if(v(r)){if(t=r[b.expando]){if(t.events)for(n in t.events)a[n]?k.event.remove(r,n):k.removeEvent(r,n,t.handle);r[b.expando]=void 0}r[l.expando]&&(r[l.expando]=void 0)}}}),k.fn.extend({detach:function(e){return Ye(this,e,!0)},remove:function(e){return Ye(this,e)},text:function(e){return f(this,function(e){return void 0===e?k.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)})},null,e,arguments.length)},append:function(){return D(this,arguments,function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||je(this,e).appendChild(e)})},prepend:function(){return D(this,arguments,function(e){var t;1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(t=je(this,e)).insertBefore(e,t.firstChild)})},before:function(){return D(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this)})},after:function(){return D(this,arguments,function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)})},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(k.cleanData(C(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map(function(){return k.clone(this,e,t)})},html:function(e){return f(this,function(e){var t=this[0]||{},r=0,n=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!Oe.test(e)&&!T[(we.exec(e)||["",""])[1].toLowerCase()]){e=k.htmlPrefilter(e);try{for(;r<n;r++)1===(t=this[r]||{}).nodeType&&(k.cleanData(C(t,!1)),t.innerHTML=e);t=0}catch(e){}}t&&this.empty().append(e)},null,e,arguments.length)},replaceWith:function(){var r=[];return D(this,arguments,function(e){var t=this.parentNode;k.inArray(this,r)<0&&(k.cleanData(C(this)),t&&t.replaceChild(e,this))},r)}}),k.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(e,o){k.fn[e]=function(e){for(var t,r=[],n=k(e),a=n.length-1,i=0;i<=a;i++)t=i===a?this:this.clone(!0),k(n[i])[o](t),W.apply(r,t.get());return this.pushStack(r)}});function We(e){var t=e.ownerDocument.defaultView;return(t=t&&t.opener?t:w).getComputedStyle(e)}function Ie(e,t,r){var n,a={};for(n in t)a[n]=e.style[n],e.style[n]=t[n];for(n in r=r.call(e),t)e.style[n]=a[n];return r}var Be,He,qe,Fe,Ge,Ue,$e,a,Ve=new RegExp("^("+e+")(?!px)[a-z%]+$","i"),Ke=new RegExp(d.join("|"),"i");function Je(e,t,r){var n,a,i=e.style;return(r=r||We(e))&&(""!==(a=r.getPropertyValue(t)||r[t])||M(e)||(a=k.style(e,t)),!g.pixelBoxStyles()&&Ve.test(a)&&Ke.test(t)&&(e=i.width,t=i.minWidth,n=i.maxWidth,i.minWidth=i.maxWidth=i.width=a,a=r.width,i.width=e,i.minWidth=t,i.maxWidth=n)),void 0!==a?a+"":a}function Xe(e,t){return{get:function(){if(!e())return(this.get=t).apply(this,arguments);delete this.get}}}function Ze(){var e;a&&($e.style.cssText="position:absolute;left:-11111px;width:60px;margin-top:1px;padding:0;border:0",a.style.cssText="position:relative;display:block;box-sizing:border-box;overflow:scroll;margin:auto;border:1px;padding:1px;width:60%;top:1%",A.appendChild($e).appendChild(a),e=w.getComputedStyle(a),Be="1%"!==e.top,Ue=12===Qe(e.marginLeft),a.style.right="60%",Fe=36===Qe(e.right),He=36===Qe(e.width),a.style.position="absolute",qe=12===Qe(a.offsetWidth/3),A.removeChild($e),a=null)}function Qe(e){return Math.round(parseFloat(e))}$e=x.createElement("div"),(a=x.createElement("div")).style&&(a.style.backgroundClip="content-box",a.cloneNode(!0).style.backgroundClip="",g.clearCloneStyle="content-box"===a.style.backgroundClip,k.extend(g,{boxSizingReliable:function(){return Ze(),He},pixelBoxStyles:function(){return Ze(),Fe},pixelPosition:function(){return Ze(),Be},reliableMarginLeft:function(){return Ze(),Ue},scrollboxSize:function(){return Ze(),qe},reliableTrDimensions:function(){var e,t,r;return null==Ge&&(e=x.createElement("table"),t=x.createElement("tr"),r=x.createElement("div"),e.style.cssText="position:absolute;left:-11111px;border-collapse:separate",t.style.cssText="border:1px solid",t.style.height="1px",r.style.height="9px",r.style.display="block",A.appendChild(e).appendChild(t).appendChild(r),r=w.getComputedStyle(t),Ge=parseInt(r.height,10)+parseInt(r.borderTopWidth,10)+parseInt(r.borderBottomWidth,10)===t.offsetHeight,A.removeChild(e)),Ge}}));var et=["Webkit","Moz","ms"],tt=x.createElement("div").style,rt={};function nt(e){return k.cssProps[e]||rt[e]||(e in tt?e:rt[e]=function(e){for(var t=e[0].toUpperCase()+e.slice(1),r=et.length;r--;)if((e=et[r]+t)in tt)return e}(e)||e)}var at=/^(none|table(?!-c[ea]).+)/,it=/^--/,ot={position:"absolute",visibility:"hidden",display:"block"},st={letterSpacing:"0",fontWeight:"400"};function ct(e,t,r){var n=ve.exec(t);return n?Math.max(0,n[2]-(r||0))+(n[3]||"px"):t}function lt(e,t,r,n,a,i){var o="width"===t?1:0,s=0,c=0;if(r===(n?"border":"content"))return 0;for(;o<4;o+=2)"margin"===r&&(c+=k.css(e,r+d[o],!0,a)),n?("content"===r&&(c-=k.css(e,"padding"+d[o],!0,a)),"margin"!==r&&(c-=k.css(e,"border"+d[o]+"Width",!0,a))):(c+=k.css(e,"padding"+d[o],!0,a),"padding"!==r?c+=k.css(e,"border"+d[o]+"Width",!0,a):s+=k.css(e,"border"+d[o]+"Width",!0,a));return!n&&0<=i&&(c+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-i-c-s-.5))||0),c}function ut(e,t,r){var n=We(e),a=(!g.boxSizingReliable()||r)&&"border-box"===k.css(e,"boxSizing",!1,n),i=a,o=Je(e,t,n),s="offset"+t[0].toUpperCase()+t.slice(1);if(Ve.test(o)){if(!r)return o;o="auto"}return(!g.boxSizingReliable()&&a||!g.reliableTrDimensions()&&c(e,"tr")||"auto"===o||!parseFloat(o)&&"inline"===k.css(e,"display",!1,n))&&e.getClientRects().length&&(a="border-box"===k.css(e,"boxSizing",!1,n),(i=s in e)&&(o=e[s])),(o=parseFloat(o)||0)+lt(e,t,r||(a?"border":"content"),i,n,o)+"px"}function i(e,t,r,n,a){return new i.prototype.init(e,t,r,n,a)}k.extend({cssHooks:{opacity:{get:function(e,t){if(t)return""===(t=Je(e,"opacity"))?"1":t}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,r,n){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var a,i,o,s=_(t),c=it.test(t),l=e.style;if(c||(t=nt(s)),o=k.cssHooks[t]||k.cssHooks[s],void 0===r)return o&&"get"in o&&void 0!==(a=o.get(e,!1,n))?a:l[t];"string"==(i=typeof r)&&(a=ve.exec(r))&&a[1]&&(r=_e(e,t,a),i="number"),null!=r&&r==r&&("number"!==i||c||(r+=a&&a[3]||(k.cssNumber[s]?"":"px")),g.clearCloneStyle||""!==r||0!==t.indexOf("background")||(l[t]="inherit"),o&&"set"in o&&void 0===(r=o.set(e,r,n))||(c?l.setProperty(t,r):l[t]=r))}},css:function(e,t,r,n){var a,i=_(t);return it.test(t)||(t=nt(i)),"normal"===(a=void 0===(a=(i=k.cssHooks[t]||k.cssHooks[i])&&"get"in i?i.get(e,!0,r):a)?Je(e,t,n):a)&&t in st&&(a=st[t]),""===r||r?(i=parseFloat(a),!0===r||isFinite(i)?i||0:a):a}}),k.each(["height","width"],function(e,o){k.cssHooks[o]={get:function(e,t,r){if(t)return!at.test(k.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?ut(e,o,r):Ie(e,ot,function(){return ut(e,o,r)})},set:function(e,t,r){var n=We(e),a=!g.scrollboxSize()&&"absolute"===n.position,i=(a||r)&&"border-box"===k.css(e,"boxSizing",!1,n),r=r?lt(e,o,r,i,n):0;return i&&a&&(r-=Math.ceil(e["offset"+o[0].toUpperCase()+o.slice(1)]-parseFloat(n[o])-lt(e,o,"border",!1,n)-.5)),r&&(i=ve.exec(t))&&"px"!==(i[3]||"px")&&(e.style[o]=t,t=k.css(e,o)),ct(0,t,r)}}}),k.cssHooks.marginLeft=Xe(g.reliableMarginLeft,function(e,t){if(t)return(parseFloat(Je(e,"marginLeft"))||e.getBoundingClientRect().left-Ie(e,{marginLeft:0},function(){return e.getBoundingClientRect().left}))+"px"}),k.each({margin:"",padding:"",border:"Width"},function(a,i){k.cssHooks[a+i]={expand:function(e){for(var t=0,r={},n="string"==typeof e?e.split(" "):[e];t<4;t++)r[a+d[t]+i]=n[t]||n[t-2]||n[0];return r}},"margin"!==a&&(k.cssHooks[a+i].set=ct)}),k.fn.extend({css:function(e,t){return f(this,function(e,t,r){var n,a,i={},o=0;if(Array.isArray(t)){for(n=We(e),a=t.length;o<a;o++)i[t[o]]=k.css(e,t[o],!1,n);return i}return void 0!==r?k.style(e,t,r):k.css(e,t)},e,t,1<arguments.length)}}),((k.Tween=i).prototype={constructor:i,init:function(e,t,r,n,a,i){this.elem=e,this.prop=r,this.easing=a||k.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=n,this.unit=i||(k.cssNumber[r]?"":"px")},cur:function(){var e=i.propHooks[this.prop];return(e&&e.get?e:i.propHooks._default).get(this)},run:function(e){var t,r=i.propHooks[this.prop];return this.options.duration?this.pos=t=k.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),(r&&r.set?r:i.propHooks._default).set(this),this}}).init.prototype=i.prototype,(i.propHooks={_default:{get:function(e){return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(e=k.css(e.elem,e.prop,""))&&"auto"!==e?e:0},set:function(e){k.fx.step[e.prop]?k.fx.step[e.prop](e):1!==e.elem.nodeType||!k.cssHooks[e.prop]&&null==e.elem.style[nt(e.prop)]?e.elem[e.prop]=e.now:k.style(e.elem,e.prop,e.now+e.unit)}}}).scrollTop=i.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},k.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},k.fx=i.prototype.init,k.fx.step={};var O,ft,N,dt=/^(?:toggle|show|hide)$/,ht=/queueHooks$/;function mt(){ft&&(!1===x.hidden&&w.requestAnimationFrame?w.requestAnimationFrame(mt):w.setTimeout(mt,k.fx.interval),k.fx.tick())}function pt(){return w.setTimeout(function(){O=void 0}),O=Date.now()}function gt(e,t){var r,n=0,a={height:e};for(t=t?1:0;n<4;n+=2-t)a["margin"+(r=d[n])]=a["padding"+r]=e;return t&&(a.opacity=a.width=e),a}function vt(e,t,r){for(var n,a=(P.tweeners[t]||[]).concat(P.tweeners["*"]),i=0,o=a.length;i<o;i++)if(n=a[i].call(r,t,e))return n}function P(a,e,t){var r,i,n,o,s,c,l,u=0,f=P.prefilters.length,d=k.Deferred().always(function(){delete h.elem}),h=function(){if(i)return!1;for(var e=O||pt(),e=Math.max(0,m.startTime+m.duration-e),t=1-(e/m.duration||0),r=0,n=m.tweens.length;r<n;r++)m.tweens[r].run(t);return d.notifyWith(a,[m,t,e]),t<1&&n?e:(n||d.notifyWith(a,[m,1,0]),d.resolveWith(a,[m]),!1)},m=d.promise({elem:a,props:k.extend({},e),opts:k.extend(!0,{specialEasing:{},easing:k.easing._default},t),originalProperties:e,originalOptions:t,startTime:O||pt(),duration:t.duration,tweens:[],createTween:function(e,t){t=k.Tween(a,m.opts,e,t,m.opts.specialEasing[e]||m.opts.easing);return m.tweens.push(t),t},stop:function(e){var t=0,r=e?m.tweens.length:0;if(i)return this;for(i=!0;t<r;t++)m.tweens[t].run(1);return e?(d.notifyWith(a,[m,1,0]),d.resolveWith(a,[m,e])):d.rejectWith(a,[m,e]),this}}),p=m.props,g=p,v=m.opts.specialEasing;for(n in g)if(s=v[o=_(n)],c=g[n],Array.isArray(c)&&(s=c[1],c=g[n]=c[0]),n!==o&&(g[o]=c,delete g[n]),(l=k.cssHooks[o])&&"expand"in l)for(n in c=l.expand(c),delete g[o],c)n in g||(g[n]=c[n],v[n]=s);else v[o]=s;for(;u<f;u++)if(r=P.prefilters[u].call(m,a,p,m.opts))return y(r.stop)&&(k._queueHooks(m.elem,m.opts.queue).stop=r.stop.bind(r)),r;return k.map(p,vt,m),y(m.opts.start)&&m.opts.start.call(a,m),m.progress(m.opts.progress).done(m.opts.done,m.opts.complete).fail(m.opts.fail).always(m.opts.always),k.fx.timer(k.extend(h,{elem:a,anim:m,queue:m.opts.queue})),m}k.Animation=k.extend(P,{tweeners:{"*":[function(e,t){var r=this.createTween(e,t);return _e(r.elem,e,ve.exec(t),r),r}]},tweener:function(e,t){for(var r,n=0,a=(e=y(e)?(t=e,["*"]):e.match(E)).length;n<a;n++)r=e[n],P.tweeners[r]=P.tweeners[r]||[],P.tweeners[r].unshift(t)},prefilters:[function(e,t,r){var n,a,i,o,s,c,l,u="width"in t||"height"in t,f=this,d={},h=e.style,m=e.nodeType&&ge(e),p=b.get(e,"fxshow");for(n in r.queue||(null==(o=k._queueHooks(e,"fx")).unqueued&&(o.unqueued=0,s=o.empty.fire,o.empty.fire=function(){o.unqueued||s()}),o.unqueued++,f.always(function(){f.always(function(){o.unqueued--,k.queue(e,"fx").length||o.empty.fire()})})),t)if(a=t[n],dt.test(a)){if(delete t[n],i=i||"toggle"===a,a===(m?"hide":"show")){if("show"!==a||!p||void 0===p[n])continue;m=!0}d[n]=p&&p[n]||k.style(e,n)}if((c=!k.isEmptyObject(t))||!k.isEmptyObject(d))for(n in u&&1===e.nodeType&&(r.overflow=[h.overflow,h.overflowX,h.overflowY],null==(l=p&&p.display)&&(l=b.get(e,"display")),"none"===(u=k.css(e,"display"))&&(l?u=l:(S([e],!0),l=e.style.display||l,u=k.css(e,"display"),S([e]))),("inline"===u||"inline-block"===u&&null!=l)&&"none"===k.css(e,"float")&&(c||(f.done(function(){h.display=l}),null==l&&(u=h.display,l="none"===u?"":u)),h.display="inline-block")),r.overflow&&(h.overflow="hidden",f.always(function(){h.overflow=r.overflow[0],h.overflowX=r.overflow[1],h.overflowY=r.overflow[2]})),c=!1,d)c||(p?"hidden"in p&&(m=p.hidden):p=b.access(e,"fxshow",{display:l}),i&&(p.hidden=!m),m&&S([e],!0),f.done(function(){for(n in m||S([e]),b.remove(e,"fxshow"),d)k.style(e,n,d[n])})),c=vt(m?p[n]:0,n,f),n in p||(p[n]=c.start,m&&(c.end=c.start,c.start=0))}],prefilter:function(e,t){t?P.prefilters.unshift(e):P.prefilters.push(e)}}),k.speed=function(e,t,r){var n=e&&"object"==typeof e?k.extend({},e):{complete:r||!r&&t||y(e)&&e,duration:e,easing:r&&t||t&&!y(t)&&t};return k.fx.off?n.duration=0:"number"!=typeof n.duration&&(n.duration in k.fx.speeds?n.duration=k.fx.speeds[n.duration]:n.duration=k.fx.speeds._default),null!=n.queue&&!0!==n.queue||(n.queue="fx"),n.old=n.complete,n.complete=function(){y(n.old)&&n.old.call(this),n.queue&&k.dequeue(this,n.queue)},n},k.fn.extend({fadeTo:function(e,t,r,n){return this.filter(ge).css("opacity",0).show().end().animate({opacity:t},e,r,n)},animate:function(t,e,r,n){function a(){var e=P(this,k.extend({},t),o);(i||b.get(this,"finish"))&&e.stop(!0)}var i=k.isEmptyObject(t),o=k.speed(e,r,n);return a.finish=a,i||!1===o.queue?this.each(a):this.queue(o.queue,a)},stop:function(a,e,i){function o(e){var t=e.stop;delete e.stop,t(i)}return"string"!=typeof a&&(i=e,e=a,a=void 0),e&&this.queue(a||"fx",[]),this.each(function(){var e=!0,t=null!=a&&a+"queueHooks",r=k.timers,n=b.get(this);if(t)n[t]&&n[t].stop&&o(n[t]);else for(t in n)n[t]&&n[t].stop&&ht.test(t)&&o(n[t]);for(t=r.length;t--;)r[t].elem!==this||null!=a&&r[t].queue!==a||(r[t].anim.stop(i),e=!1,r.splice(t,1));!e&&i||k.dequeue(this,a)})},finish:function(o){return!1!==o&&(o=o||"fx"),this.each(function(){var e,t=b.get(this),r=t[o+"queue"],n=t[o+"queueHooks"],a=k.timers,i=r?r.length:0;for(t.finish=!0,k.queue(this,o,[]),n&&n.stop&&n.stop.call(this,!0),e=a.length;e--;)a[e].elem===this&&a[e].queue===o&&(a[e].anim.stop(!0),a.splice(e,1));for(e=0;e<i;e++)r[e]&&r[e].finish&&r[e].finish.call(this);delete t.finish})}}),k.each(["toggle","show","hide"],function(e,n){var a=k.fn[n];k.fn[n]=function(e,t,r){return null==e||"boolean"==typeof e?a.apply(this,arguments):this.animate(gt(n,!0),e,t,r)}}),k.each({slideDown:gt("show"),slideUp:gt("hide"),slideToggle:gt("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(e,n){k.fn[e]=function(e,t,r){return this.animate(n,e,t,r)}}),k.timers=[],k.fx.tick=function(){var e,t=0,r=k.timers;for(O=Date.now();t<r.length;t++)(e=r[t])()||r[t]!==e||r.splice(t--,1);r.length||k.fx.stop(),O=void 0},k.fx.timer=function(e){k.timers.push(e),k.fx.start()},k.fx.interval=13,k.fx.start=function(){ft||(ft=!0,mt())},k.fx.stop=function(){ft=null},k.fx.speeds={slow:600,fast:200,_default:400},k.fn.delay=function(n,e){return n=k.fx&&k.fx.speeds[n]||n,this.queue(e=e||"fx",function(e,t){var r=w.setTimeout(e,n);t.stop=function(){w.clearTimeout(r)}})},N=x.createElement("input"),r=x.createElement("select").appendChild(x.createElement("option")),N.type="checkbox",g.checkOn=""!==N.value,g.optSelected=r.selected,(N=x.createElement("input")).value="t",N.type="radio",g.radioValue="t"===N.value;var yt,_t=k.expr.attrHandle,bt=(k.fn.extend({attr:function(e,t){return f(this,k.attr,e,t,1<arguments.length)},removeAttr:function(e){return this.each(function(){k.removeAttr(this,e)})}}),k.extend({attr:function(e,t,r){var n,a,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return void 0===e.getAttribute?k.prop(e,t,r):(1===i&&k.isXMLDoc(e)||(a=k.attrHooks[t.toLowerCase()]||(k.expr.match.bool.test(t)?yt:void 0)),void 0!==r?null===r?void k.removeAttr(e,t):a&&"set"in a&&void 0!==(n=a.set(e,r,t))?n:(e.setAttribute(t,r+""),r):!(a&&"get"in a&&null!==(n=a.get(e,t)))&&null==(n=k.find.attr(e,t))?void 0:n)},attrHooks:{type:{set:function(e,t){var r;if(!g.radioValue&&"radio"===t&&c(e,"input"))return r=e.value,e.setAttribute("type",t),r&&(e.value=r),t}}},removeAttr:function(e,t){var r,n=0,a=t&&t.match(E);if(a&&1===e.nodeType)for(;r=a[n++];)e.removeAttribute(r)}}),yt={set:function(e,t,r){return!1===t?k.removeAttr(e,r):e.setAttribute(r,r),r}},k.each(k.expr.match.bool.source.match(/\w+/g),function(e,t){var o=_t[t]||k.find.attr;_t[t]=function(e,t,r){var n,a,i=t.toLowerCase();return r||(a=_t[i],_t[i]=n,n=null!=o(e,t,r)?i:null,_t[i]=a),n}}),/^(?:input|select|textarea|button)$/i),At=/^(?:a|area)$/i;function j(e){return(e.match(E)||[]).join(" ")}function z(e){return e.getAttribute&&e.getAttribute("class")||""}function wt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(E)||[]}k.fn.extend({prop:function(e,t){return f(this,k.prop,e,t,1<arguments.length)},removeProp:function(e){return this.each(function(){delete this[k.propFix[e]||e]})}}),k.extend({prop:function(e,t,r){var n,a,i=e.nodeType;if(3!==i&&8!==i&&2!==i)return 1===i&&k.isXMLDoc(e)||(t=k.propFix[t]||t,a=k.propHooks[t]),void 0!==r?a&&"set"in a&&void 0!==(n=a.set(e,r,t))?n:e[t]=r:a&&"get"in a&&null!==(n=a.get(e,t))?n:e[t]},propHooks:{tabIndex:{get:function(e){var t=k.find.attr(e,"tabindex");return t?parseInt(t,10):bt.test(e.nodeName)||At.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),g.optSelected||(k.propHooks.selected={get:function(e){e=e.parentNode;return e&&e.parentNode&&e.parentNode.selectedIndex,null},set:function(e){e=e.parentNode;e&&(e.selectedIndex,e.parentNode&&e.parentNode.selectedIndex)}}),k.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){k.propFix[this.toLowerCase()]=this}),k.fn.extend({addClass:function(t){var e,r,n,a,i,o,s=0;if(y(t))return this.each(function(e){k(this).addClass(t.call(this,e,z(this)))});if((e=wt(t)).length)for(;r=this[s++];)if(o=z(r),n=1===r.nodeType&&" "+j(o)+" "){for(i=0;a=e[i++];)n.indexOf(" "+a+" ")<0&&(n+=a+" ");o!==(o=j(n))&&r.setAttribute("class",o)}return this},removeClass:function(t){var e,r,n,a,i,o,s=0;if(y(t))return this.each(function(e){k(this).removeClass(t.call(this,e,z(this)))});if(!arguments.length)return this.attr("class","");if((e=wt(t)).length)for(;r=this[s++];)if(o=z(r),n=1===r.nodeType&&" "+j(o)+" "){for(i=0;a=e[i++];)for(;-1<n.indexOf(" "+a+" ");)n=n.replace(" "+a+" "," ");o!==(o=j(n))&&r.setAttribute("class",o)}return this},toggleClass:function(a,t){var i=typeof a,o="string"==i||Array.isArray(a);return"boolean"==typeof t&&o?t?this.addClass(a):this.removeClass(a):y(a)?this.each(function(e){k(this).toggleClass(a.call(this,e,z(this),t),t)}):this.each(function(){var e,t,r,n;if(o)for(t=0,r=k(this),n=wt(a);e=n[t++];)r.hasClass(e)?r.removeClass(e):r.addClass(e);else void 0!==a&&"boolean"!=i||((e=z(this))&&b.set(this,"__className__",e),this.setAttribute&&this.setAttribute("class",!e&&!1!==a&&b.get(this,"__className__")||""))})},hasClass:function(e){for(var t,r=0,n=" "+e+" ";t=this[r++];)if(1===t.nodeType&&-1<(" "+j(z(t))+" ").indexOf(n))return!0;return!1}});function xt(e){e.stopPropagation()}var kt=/\r/g,Et=(k.fn.extend({val:function(t){var r,e,n,a=this[0];return arguments.length?(n=y(t),this.each(function(e){1===this.nodeType&&(null==(e=n?t.call(this,e,k(this).val()):t)?e="":"number"==typeof e?e+="":Array.isArray(e)&&(e=k.map(e,function(e){return null==e?"":e+""})),(r=k.valHooks[this.type]||k.valHooks[this.nodeName.toLowerCase()])&&"set"in r&&void 0!==r.set(this,e,"value")||(this.value=e))})):a?(r=k.valHooks[a.type]||k.valHooks[a.nodeName.toLowerCase()])&&"get"in r&&void 0!==(e=r.get(a,"value"))?e:"string"==typeof(e=a.value)?e.replace(kt,""):null==e?"":e:void 0}}),k.extend({valHooks:{option:{get:function(e){var t=k.find.attr(e,"value");return null!=t?t:j(k.text(e))}},select:{get:function(e){for(var t,r=e.options,n=e.selectedIndex,a="select-one"===e.type,i=a?null:[],o=a?n+1:r.length,s=n<0?o:a?n:0;s<o;s++)if(((t=r[s]).selected||s===n)&&!t.disabled&&(!t.parentNode.disabled||!c(t.parentNode,"optgroup"))){if(t=k(t).val(),a)return t;i.push(t)}return i},set:function(e,t){for(var r,n,a=e.options,i=k.makeArray(t),o=a.length;o--;)((n=a[o]).selected=-1<k.inArray(k.valHooks.option.get(n),i))&&(r=!0);return r||(e.selectedIndex=-1),i}}}}),k.each(["radio","checkbox"],function(){k.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=-1<k.inArray(k(e).val(),t)}},g.checkOn||(k.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})}),g.focusin="onfocusin"in w,/^(?:focusinfocus|focusoutblur)$/),Mt=(k.extend(k.event,{trigger:function(e,t,r,n){var a,i,o,s,c,l,u,f=[r||x],d=q.call(e,"type")?e.type:e,h=q.call(e,"namespace")?e.namespace.split("."):[],m=u=i=r=r||x;if(3!==r.nodeType&&8!==r.nodeType&&!Et.test(d+k.event.triggered)&&(-1<d.indexOf(".")&&(d=(h=d.split(".")).shift(),h.sort()),s=d.indexOf(":")<0&&"on"+d,(e=e[k.expando]?e:new k.Event(d,"object"==typeof e&&e)).isTrigger=n?2:3,e.namespace=h.join("."),e.rnamespace=e.namespace?new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,e.result=void 0,e.target||(e.target=r),t=null==t?[e]:k.makeArray(t,[e]),l=k.event.special[d]||{},n||!l.trigger||!1!==l.trigger.apply(r,t))){if(!n&&!l.noBubble&&!p(r)){for(o=l.delegateType||d,Et.test(o+d)||(m=m.parentNode);m;m=m.parentNode)f.push(m),i=m;i===(r.ownerDocument||x)&&f.push(i.defaultView||i.parentWindow||w)}for(a=0;(m=f[a++])&&!e.isPropagationStopped();)u=m,e.type=1<a?o:l.bindType||d,(c=(b.get(m,"events")||Object.create(null))[e.type]&&b.get(m,"handle"))&&c.apply(m,t),(c=s&&m[s])&&c.apply&&v(m)&&(e.result=c.apply(m,t),!1===e.result&&e.preventDefault());return e.type=d,n||e.isDefaultPrevented()||l._default&&!1!==l._default.apply(f.pop(),t)||!v(r)||s&&y(r[d])&&!p(r)&&((i=r[s])&&(r[s]=null),k.event.triggered=d,e.isPropagationStopped()&&u.addEventListener(d,xt),r[d](),e.isPropagationStopped()&&u.removeEventListener(d,xt),k.event.triggered=void 0,i&&(r[s]=i)),e.result}},simulate:function(e,t,r){r=k.extend(new k.Event,r,{type:e,isSimulated:!0});k.event.trigger(r,null,t)}}),k.fn.extend({trigger:function(e,t){return this.each(function(){k.event.trigger(e,t,this)})},triggerHandler:function(e,t){var r=this[0];if(r)return k.event.trigger(e,t,r,!0)}}),g.focusin||k.each({focus:"focusin",blur:"focusout"},function(r,n){function a(e){k.event.simulate(n,e.target,k.event.fix(e))}k.event.special[n]={setup:function(){var e=this.ownerDocument||this.document||this,t=b.access(e,n);t||e.addEventListener(r,a,!0),b.access(e,n,(t||0)+1)},teardown:function(){var e=this.ownerDocument||this.document||this,t=b.access(e,n)-1;t?b.access(e,n,t):(e.removeEventListener(r,a,!0),b.remove(e,n))}}}),w.location),St={guid:Date.now()},Tt=/\?/,Ct=(k.parseXML=function(e){var t,r;if(!e||"string"!=typeof e)return null;try{t=(new w.DOMParser).parseFromString(e,"text/xml")}catch(e){}return r=t&&t.getElementsByTagName("parsererror")[0],t&&!r||k.error("Invalid XML: "+(r?k.map(r.childNodes,function(e){return e.textContent}).join("\n"):e)),t},/\[\]$/),Dt=/\r?\n/g,Ot=/^(?:submit|button|image|reset|file)$/i,Nt=/^(?:input|select|textarea|keygen)/i;k.param=function(e,t){function r(e,t){t=y(t)?t():t,a[a.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==t?"":t)}var n,a=[];if(null==e)return"";if(Array.isArray(e)||e.jquery&&!k.isPlainObject(e))k.each(e,function(){r(this.name,this.value)});else for(n in e)!function r(n,e,a,i){if(Array.isArray(e))k.each(e,function(e,t){a||Ct.test(n)?i(n,t):r(n+"["+("object"==typeof t&&null!=t?e:"")+"]",t,a,i)});else if(a||"object"!==m(e))i(n,e);else for(var t in e)r(n+"["+t+"]",e[t],a,i)}(n,e[n],t,r);return a.join("&")},k.fn.extend({serialize:function(){return k.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var e=k.prop(this,"elements");return e?k.makeArray(e):this}).filter(function(){var e=this.type;return this.name&&!k(this).is(":disabled")&&Nt.test(this.nodeName)&&!Ot.test(e)&&(this.checked||!Ae.test(e))}).map(function(e,t){var r=k(this).val();return null==r?null:Array.isArray(r)?k.map(r,function(e){return{name:t.name,value:e.replace(Dt,"\r\n")}}):{name:t.name,value:r.replace(Dt,"\r\n")}}).get()}});var Pt=/%20/g,jt=/#.*$/,zt=/([?&])_=[^&]*/,Rt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Lt=/^(?:GET|HEAD)$/,Yt=/^\/\//,Wt={},It={},Bt="*/".concat("*"),Ht=x.createElement("a");function qt(i){return function(e,t){"string"!=typeof e&&(t=e,e="*");var r,n=0,a=e.toLowerCase().match(E)||[];if(y(t))for(;r=a[n++];)"+"===r[0]?(r=r.slice(1)||"*",(i[r]=i[r]||[]).unshift(t)):(i[r]=i[r]||[]).push(t)}}function Ft(t,n,a,i){var o={},s=t===It;function c(e){var r;return o[e]=!0,k.each(t[e]||[],function(e,t){t=t(n,a,i);return"string"!=typeof t||s||o[t]?s?!(r=t):void 0:(n.dataTypes.unshift(t),c(t),!1)}),r}return c(n.dataTypes[0])||!o["*"]&&c("*")}function Gt(e,t){var r,n,a=k.ajaxSettings.flatOptions||{};for(r in t)void 0!==t[r]&&((a[r]?e:n=n||{})[r]=t[r]);return n&&k.extend(!0,e,n),e}Ht.href=Mt.href,k.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:Mt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(Mt.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Bt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":k.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Gt(Gt(e,k.ajaxSettings),t):Gt(k.ajaxSettings,e)},ajaxPrefilter:qt(Wt),ajaxTransport:qt(It),ajax:function(e,t){"object"==typeof e&&(t=e,e=void 0);var c,l,u,r,f,d,h,n,a,m=k.ajaxSetup({},t=t||{}),p=m.context||m,g=m.context&&(p.nodeType||p.jquery)?k(p):k.event,v=k.Deferred(),y=k.Callbacks("once memory"),_=m.statusCode||{},i={},o={},s="canceled",b={readyState:0,getResponseHeader:function(e){var t;if(d){if(!r)for(r={};t=Rt.exec(u);)r[t[1].toLowerCase()+" "]=(r[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=r[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return d?u:null},setRequestHeader:function(e,t){return null==d&&(e=o[e.toLowerCase()]=o[e.toLowerCase()]||e,i[e]=t),this},overrideMimeType:function(e){return null==d&&(m.mimeType=e),this},statusCode:function(e){if(e)if(d)b.always(e[b.status]);else for(var t in e)_[t]=[_[t],e[t]];return this},abort:function(e){e=e||s;return c&&c.abort(e),A(0,e),this}};if(v.promise(b),m.url=((e||m.url||Mt.href)+"").replace(Yt,Mt.protocol+"//"),m.type=t.method||t.type||m.method||m.type,m.dataTypes=(m.dataType||"*").toLowerCase().match(E)||[""],null==m.crossDomain){a=x.createElement("a");try{a.href=m.url,a.href=a.href,m.crossDomain=Ht.protocol+"//"+Ht.host!=a.protocol+"//"+a.host}catch(e){m.crossDomain=!0}}if(m.data&&m.processData&&"string"!=typeof m.data&&(m.data=k.param(m.data,m.traditional)),Ft(Wt,m,t,b),d)return b;for(n in(h=k.event&&m.global)&&0==k.active++&&k.event.trigger("ajaxStart"),m.type=m.type.toUpperCase(),m.hasContent=!Lt.test(m.type),l=m.url.replace(jt,""),m.hasContent?m.data&&m.processData&&0===(m.contentType||"").indexOf("application/x-www-form-urlencoded")&&(m.data=m.data.replace(Pt,"+")):(a=m.url.slice(l.length),m.data&&(m.processData||"string"==typeof m.data)&&(l+=(Tt.test(l)?"&":"?")+m.data,delete m.data),!1===m.cache&&(l=l.replace(zt,"$1"),a=(Tt.test(l)?"&":"?")+"_="+St.guid+++a),m.url=l+a),m.ifModified&&(k.lastModified[l]&&b.setRequestHeader("If-Modified-Since",k.lastModified[l]),k.etag[l]&&b.setRequestHeader("If-None-Match",k.etag[l])),(m.data&&m.hasContent&&!1!==m.contentType||t.contentType)&&b.setRequestHeader("Content-Type",m.contentType),b.setRequestHeader("Accept",m.dataTypes[0]&&m.accepts[m.dataTypes[0]]?m.accepts[m.dataTypes[0]]+("*"!==m.dataTypes[0]?", "+Bt+"; q=0.01":""):m.accepts["*"]),m.headers)b.setRequestHeader(n,m.headers[n]);if(m.beforeSend&&(!1===m.beforeSend.call(p,b,m)||d))return b.abort();if(s="abort",y.add(m.complete),b.done(m.success),b.fail(m.error),c=Ft(It,m,t,b)){if(b.readyState=1,h&&g.trigger("ajaxSend",[b,m]),d)return b;m.async&&0<m.timeout&&(f=w.setTimeout(function(){b.abort("timeout")},m.timeout));try{d=!1,c.send(i,A)}catch(e){if(d)throw e;A(-1,e)}}else A(-1,"No Transport");function A(e,t,r,n){var a,i,o,s=t;d||(d=!0,f&&w.clearTimeout(f),c=void 0,u=n||"",b.readyState=0<e?4:0,n=200<=e&&e<300||304===e,r&&(o=function(e,t,r){for(var n,a,i,o,s=e.contents,c=e.dataTypes;"*"===c[0];)c.shift(),void 0===n&&(n=e.mimeType||t.getResponseHeader("Content-Type"));if(n)for(a in s)if(s[a]&&s[a].test(n)){c.unshift(a);break}if(c[0]in r)i=c[0];else{for(a in r){if(!c[0]||e.converters[a+" "+c[0]]){i=a;break}o=o||a}i=i||o}if(i)return i!==c[0]&&c.unshift(i),r[i]}(m,b,r)),!n&&-1<k.inArray("script",m.dataTypes)&&k.inArray("json",m.dataTypes)<0&&(m.converters["text script"]=function(){}),o=function(e,t,r,n){var a,i,o,s,c,l={},u=e.dataTypes.slice();if(u[1])for(o in e.converters)l[o.toLowerCase()]=e.converters[o];for(i=u.shift();i;)if(e.responseFields[i]&&(r[e.responseFields[i]]=t),!c&&n&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),c=i,i=u.shift())if("*"===i)i=c;else if("*"!==c&&c!==i){if(!(o=l[c+" "+i]||l["* "+i]))for(a in l)if((s=a.split(" "))[1]===i&&(o=l[c+" "+s[0]]||l["* "+s[0]])){!0===o?o=l[a]:!0!==l[a]&&(i=s[0],u.unshift(s[1]));break}if(!0!==o)if(o&&e.throws)t=o(t);else try{t=o(t)}catch(e){return{state:"parsererror",error:o?e:"No conversion from "+c+" to "+i}}}return{state:"success",data:t}}(m,o,b,n),n?(m.ifModified&&((r=b.getResponseHeader("Last-Modified"))&&(k.lastModified[l]=r),(r=b.getResponseHeader("etag"))&&(k.etag[l]=r)),204===e||"HEAD"===m.type?s="nocontent":304===e?s="notmodified":(s=o.state,a=o.data,n=!(i=o.error))):(i=s,!e&&s||(s="error",e<0&&(e=0))),b.status=e,b.statusText=(t||s)+"",n?v.resolveWith(p,[a,s,b]):v.rejectWith(p,[b,s,i]),b.statusCode(_),_=void 0,h&&g.trigger(n?"ajaxSuccess":"ajaxError",[b,m,n?a:i]),y.fireWith(p,[b,s]),h&&(g.trigger("ajaxComplete",[b,m]),--k.active||k.event.trigger("ajaxStop")))}return b},getJSON:function(e,t,r){return k.get(e,t,r,"json")},getScript:function(e,t){return k.get(e,void 0,t,"script")}}),k.each(["get","post"],function(e,a){k[a]=function(e,t,r,n){return y(t)&&(n=n||r,r=t,t=void 0),k.ajax(k.extend({url:e,type:a,dataType:n,data:t,success:r},k.isPlainObject(e)&&e))}}),k.ajaxPrefilter(function(e){for(var t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")}),k._evalUrl=function(e,t,r){return k.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){k.globalEval(e,t,r)}})},k.fn.extend({wrapAll:function(e){return this[0]&&(y(e)&&(e=e.call(this[0])),e=k(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&e.insertBefore(this[0]),e.map(function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e}).append(this)),this},wrapInner:function(r){return y(r)?this.each(function(e){k(this).wrapInner(r.call(this,e))}):this.each(function(){var e=k(this),t=e.contents();t.length?t.wrapAll(r):e.append(r)})},wrap:function(t){var r=y(t);return this.each(function(e){k(this).wrapAll(r?t.call(this,e):t)})},unwrap:function(e){return this.parent(e).not("body").each(function(){k(this).replaceWith(this.childNodes)}),this}}),k.expr.pseudos.hidden=function(e){return!k.expr.pseudos.visible(e)},k.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},k.ajaxSettings.xhr=function(){try{return new w.XMLHttpRequest}catch(e){}};var Ut={0:200,1223:204},$t=k.ajaxSettings.xhr();g.cors=!!$t&&"withCredentials"in $t,g.ajax=$t=!!$t,k.ajaxTransport(function(a){var i,o;if(g.cors||$t&&!a.crossDomain)return{send:function(e,t){var r,n=a.xhr();if(n.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(r in a.xhrFields)n[r]=a.xhrFields[r];for(r in a.mimeType&&n.overrideMimeType&&n.overrideMimeType(a.mimeType),a.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest"),e)n.setRequestHeader(r,e[r]);i=function(e){return function(){i&&(i=o=n.onload=n.onerror=n.onabort=n.ontimeout=n.onreadystatechange=null,"abort"===e?n.abort():"error"===e?"number"!=typeof n.status?t(0,"error"):t(n.status,n.statusText):t(Ut[n.status]||n.status,n.statusText,"text"!==(n.responseType||"text")||"string"!=typeof n.responseText?{binary:n.response}:{text:n.responseText},n.getAllResponseHeaders()))}},n.onload=i(),o=n.onerror=n.ontimeout=i("error"),void 0!==n.onabort?n.onabort=o:n.onreadystatechange=function(){4===n.readyState&&w.setTimeout(function(){i&&o()})},i=i("abort");try{n.send(a.hasContent&&a.data||null)}catch(e){if(i)throw e}},abort:function(){i&&i()}}}),k.ajaxPrefilter(function(e){e.crossDomain&&(e.contents.script=!1)}),k.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return k.globalEval(e),e}}}),k.ajaxPrefilter("script",function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")}),k.ajaxTransport("script",function(r){var n,a;if(r.crossDomain||r.scriptAttrs)return{send:function(e,t){n=k("<script>").attr(r.scriptAttrs||{}).prop({charset:r.scriptCharset,src:r.url}).on("load error",a=function(e){n.remove(),a=null,e&&t("error"===e.type?404:200,e.type)}),x.head.appendChild(n[0])},abort:function(){a&&a()}}});var Vt=[],Kt=/(=)\?(?=&|$)|\?\?/,Jt=(k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Vt.pop()||k.expando+"_"+St.guid++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,r){var n,a,i,o=!1!==e.jsonp&&(Kt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Kt.test(e.data)&&"data");if(o||"jsonp"===e.dataTypes[0])return n=e.jsonpCallback=y(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,o?e[o]=e[o].replace(Kt,"$1"+n):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+n),e.converters["script json"]=function(){return i||k.error(n+" was not called"),i[0]},e.dataTypes[0]="json",a=w[n],w[n]=function(){i=arguments},r.always(function(){void 0===a?k(w).removeProp(n):w[n]=a,e[n]&&(e.jsonpCallback=t.jsonpCallback,Vt.push(n)),i&&y(a)&&a(i[0]),i=a=void 0}),"script"}),g.createHTMLDocument=((e=x.implementation.createHTMLDocument("").body).innerHTML="<form></form><form></form>",2===e.childNodes.length),k.parseHTML=function(e,t,r){return"string"!=typeof e?[]:("boolean"==typeof t&&(r=t,t=!1),t||(g.createHTMLDocument?((n=(t=x.implementation.createHTMLDocument("")).createElement("base")).href=x.location.href,t.head.appendChild(n)):t=x),n=!r&&[],(r=X.exec(e))?[t.createElement(r[1])]:(r=Me([e],t,n),n&&n.length&&k(n).remove(),k.merge([],r.childNodes)));var n},k.fn.load=function(e,t,r){var n,a,i,o=this,s=e.indexOf(" ");return-1<s&&(n=j(e.slice(s)),e=e.slice(0,s)),y(t)?(r=t,t=void 0):t&&"object"==typeof t&&(a="POST"),0<o.length&&k.ajax({url:e,type:a||"GET",dataType:"html",data:t}).done(function(e){i=arguments,o.html(n?k("<div>").append(k.parseHTML(e)).find(n):e)}).always(r&&function(e,t){o.each(function(){r.apply(this,i||[e.responseText,t,e])})}),this},k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,r){var n,a,i,o,s=k.css(e,"position"),c=k(e),l={};"static"===s&&(e.style.position="relative"),i=c.offset(),n=k.css(e,"top"),o=k.css(e,"left"),s=("absolute"===s||"fixed"===s)&&-1<(n+o).indexOf("auto")?(a=(s=c.position()).top,s.left):(a=parseFloat(n)||0,parseFloat(o)||0),null!=(t=y(t)?t.call(e,r,k.extend({},i)):t).top&&(l.top=t.top-i.top+a),null!=t.left&&(l.left=t.left-i.left+s),"using"in t?t.using.call(e,l):c.css(l)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),r=r.ownerDocument.defaultView,{top:e.top+r.pageYOffset,left:e.left+r.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,r,n=this[0],a={top:0,left:0};if("fixed"===k.css(n,"position"))t=n.getBoundingClientRect();else{for(t=this.offset(),r=n.ownerDocument,e=n.offsetParent||r.documentElement;e&&(e===r.body||e===r.documentElement)&&"static"===k.css(e,"position");)e=e.parentNode;e&&e!==n&&1===e.nodeType&&((a=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),a.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-a.top-k.css(n,"marginTop",!0),left:t.left-a.left-k.css(n,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===k.css(e,"position");)e=e.offsetParent;return e||A})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,a){var i="pageYOffset"===a;k.fn[t]=function(e){return f(this,function(e,t,r){var n;if(p(e)?n=e:9===e.nodeType&&(n=e.defaultView),void 0===r)return n?n[a]:e[t];n?n.scrollTo(i?n.pageXOffset:r,i?r:n.pageYOffset):e[t]=r},t,e,arguments.length)}}),k.each(["top","left"],function(e,r){k.cssHooks[r]=Xe(g.pixelPosition,function(e,t){if(t)return t=Je(e,r),Ve.test(t)?k(e).position()[r]+"px":t})}),k.each({Height:"height",Width:"width"},function(o,s){k.each({padding:"inner"+o,content:s,"":"outer"+o},function(n,i){k.fn[i]=function(e,t){var r=arguments.length&&(n||"boolean"!=typeof e),a=n||(!0===e||!0===t?"margin":"border");return f(this,function(e,t,r){var n;return p(e)?0===i.indexOf("outer")?e["inner"+o]:e.document.documentElement["client"+o]:9===e.nodeType?(n=e.documentElement,Math.max(e.body["scroll"+o],n["scroll"+o],e.body["offset"+o],n["offset"+o],n["client"+o])):void 0===r?k.css(e,t,a):k.style(e,t,r,a)},s,r?e:void 0,r)}})}),k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.fn.extend({bind:function(e,t,r){return this.on(e,null,t,r)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,r,n){return this.on(t,e,r,n)},undelegate:function(e,t,r){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",r)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,r){k.fn[r]=function(e,t){return 0<arguments.length?this.on(r,null,e,t):this.trigger(r)}}),/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g),Xt=(k.proxy=function(e,t){var r,n;if("string"==typeof t&&(n=e[t],t=e,e=n),y(e))return r=s.call(arguments,2),(n=function(){return e.apply(t||this,r.concat(s.call(arguments)))}).guid=e.guid=e.guid||k.guid++,n},k.holdReady=function(e){e?k.readyWait++:k.ready(!0)},k.isArray=Array.isArray,k.parseJSON=JSON.parse,k.nodeName=c,k.isFunction=y,k.isWindow=p,k.camelCase=_,k.type=m,k.now=Date.now,k.isNumeric=function(e){var t=k.type(e);return("number"===t||"string"===t)&&!isNaN(e-parseFloat(e))},k.trim=function(e){return null==e?"":(e+"").replace(Jt,"")},w.jQuery),Zt=w.$;return k.noConflict=function(e){return w.$===k&&(w.$=Zt),e&&w.jQuery===k&&(w.jQuery=Xt),k},void 0===R&&(w.jQuery=w.$=k),k},e.exports=t.document?r(t,!0):function(e){if(e.document)return r(e);throw new Error("jQuery requires a window with a document")}});Mn.noConflict(),M.fn=M.prototype=Mn.fn,Mn.extend(M,Mn),M.cloneHtml=function(){return xn(M("html",null,null,!1).clone()).children().wrap("<div />").wrap("<div />")},M.root=function(){return M("*").first()},M.browser=!0;function Sn(e,t){return Array(t+1).join(e)}M.html=function(e){if(e)return kn(e)||kn(e.children("container"))?e.children("container").html()||e.html():M("<div>").append(e.eq(0).clone()).html();var e=xn(M("body",null,null,!1).clone()),t=xn(M("head",null,null,!1).clone());return(En&&0<En.length?En.children():M("<container />").append(M("<container>".concat(t.html(),"</container>"))).append(M("<container>".concat(e.html(),"</container>"))).wrap("<container />").parent()).html()},M.load=function(e){var t=2<arguments.length&&void 0!==arguments[2]&&arguments[2];return e=e?M("<container />").html(e):M.cloneHtml(),En=En||M('<div class="'.concat("mercury-parsing-container",'" style="display:none;" />')),(e=xn(e)).find("*").contents().each(function(){this.nodeType===Node.COMMENT_NODE&&M(this).remove()}),En.html(e),t?{$:M,html:e.html()}:M};var Tn=["ADDRESS","ARTICLE","ASIDE","AUDIO","BLOCKQUOTE","BODY","CANVAS","CENTER","DD","DIR","DIV","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","FORM","FRAMESET","H1","H2","H3","H4","H5","H6","HEADER","HGROUP","HR","HTML","ISINDEX","LI","MAIN","MENU","NAV","NOFRAMES","NOSCRIPT","OL","OUTPUT","P","PRE","SECTION","TABLE","TBODY","TD","TFOOT","TH","THEAD","TR","UL"];function Cn(e){return Pn(e,Tn)}var Dn=["AREA","BASE","BR","COL","COMMAND","EMBED","HR","IMG","INPUT","KEYGEN","LINK","META","PARAM","SOURCE","TRACK","WBR"];function On(e){return Pn(e,Dn)}var Nn=["A","TABLE","THEAD","TBODY","TFOOT","TH","TD","IFRAME","SCRIPT","AUDIO","VIDEO"];function Pn(e,t){return 0<=t.indexOf(e.nodeName)}function jn(t,e){return t.getElementsByTagName&&e.some(function(e){return t.getElementsByTagName(e).length})}var T={};function zn(e){return e?e.replace(/(\n+\s*)+/g,"\n"):""}function Rn(e){for(var t in this.options=e,this._keep=[],this._remove=[],this.blankRule={replacement:e.blankReplacement},this.keepReplacement=e.keepReplacement,this.defaultRule={replacement:e.defaultReplacement},this.array=[],e.rules)this.array.push(e.rules[t])}function Ln(e,t,r){for(var n=0;n<e.length;n++){var a=e[n];if(function(e,t,r){var n=e.filter;{if("string"==typeof n)return n===t.nodeName.toLowerCase();if(Array.isArray(n))return-1<n.indexOf(t.nodeName.toLowerCase());if("function"==typeof n)return!!n.call(e,t,r);throw new TypeError("`filter` needs to be a string, array, or function")}}(a,t,r))return a}}function Yn(e){var t=e.nextSibling||e.parentNode;return e.parentNode.removeChild(e),t}function Wn(e,t,r){return e&&e.parentNode===t||r(t)?t.nextSibling||t.parentNode:t.firstChild||t.nextSibling||t.parentNode}T.paragraph={filter:"p",replacement:function(e){return"\n\n"+e+"\n\n"}},T.lineBreak={filter:"br",replacement:function(e,t,r){return r.br+"\n"}},T.heading={filter:["h1","h2","h3","h4","h5","h6"],replacement:function(e,t,r){t=Number(t.nodeName.charAt(1));return"setext"===r.headingStyle&&t<3?"\n\n"+e+"\n"+Sn(1===t?"=":"-",e.length)+"\n\n":"\n\n"+Sn("#",t)+" "+e+"\n\n"}},T.blockquote={filter:"blockquote",replacement:function(e){return"\n\n"+(e=(e=e.replace(/^\n+|\n+$/g,"")).replace(/^/gm,"> "))+"\n\n"}},T.list={filter:["ul","ol"],replacement:function(e,t){var r=t.parentNode;return"LI"===r.nodeName&&r.lastElementChild===t?"\n"+e:"\n\n"+e+"\n\n"}},T.listItem={filter:"li",replacement:function(e,t,r){e=e.replace(/^\n+/,"").replace(/\n+$/,"\n").replace(/\n/gm,"\n ");var n,r=r.bulletListMarker+" ",a=t.parentNode;return"OL"===a.nodeName&&(n=a.getAttribute("start"),a=Array.prototype.indexOf.call(a.children,t),r=(n?Number(n)+a:a+1)+". "),r+e+(t.nextSibling&&!/\n$/.test(e)?"\n":"")}},T.indentedCodeBlock={filter:function(e,t){return"indented"===t.codeBlockStyle&&"PRE"===e.nodeName&&e.firstChild&&"CODE"===e.firstChild.nodeName},replacement:function(e,t,r){return"\n\n "+t.firstChild.textContent.replace(/\n/g,"\n ")+"\n\n"}},T.fencedCodeBlock={filter:function(e,t){return"fenced"===t.codeBlockStyle&&"PRE"===e.nodeName&&e.firstChild&&"CODE"===e.firstChild.nodeName},replacement:function(e,t,r){for(var n,a=((t.firstChild.getAttribute("class")||"").match(/language-(\S+)/)||[null,""])[1],i=t.firstChild.textContent,t=r.fence.charAt(0),o=3,s=new RegExp("^"+t+"{3,}","gm");n=s.exec(i);)n[0].length>=o&&(o=n[0].length+1);r=Sn(t,o);return"\n\n"+r+a+"\n"+i.replace(/\n$/,"")+"\n"+r+"\n\n"}},T.horizontalRule={filter:"hr",replacement:function(e,t,r){return"\n\n"+r.hr+"\n\n"}},T.inlineLink={filter:function(e,t){return"inlined"===t.linkStyle&&"A"===e.nodeName&&e.getAttribute("href")},replacement:function(e,t){var r=t.getAttribute("href"),t=zn(t.getAttribute("title"));return"["+e+"]("+r+(t=t&&' "'+t+'"')+")"}},T.referenceLink={filter:function(e,t){return"referenced"===t.linkStyle&&"A"===e.nodeName&&e.getAttribute("href")},replacement:function(e,t,r){var n=t.getAttribute("href"),a=(a=zn(t.getAttribute("title")))&&' "'+a+'"';switch(r.linkReferenceStyle){case"collapsed":o="["+e+"][]",s="["+e+"]: "+n+a;break;case"shortcut":o="["+e+"]",s="["+e+"]: "+n+a;break;default:var i=this.references.length+1,o="["+e+"]["+i+"]",s="["+i+"]: "+n+a}return this.references.push(s),o},references:[],append:function(e){var t="";return this.references.length&&(t="\n\n"+this.references.join("\n")+"\n\n",this.references=[]),t}},T.emphasis={filter:["em","i"],replacement:function(e,t,r){return e.trim()?r.emDelimiter+e+r.emDelimiter:""}},T.strong={filter:["strong","b"],replacement:function(e,t,r){return e.trim()?r.strongDelimiter+e+r.strongDelimiter:""}},T.code={filter:function(e){var t=e.previousSibling||e.nextSibling,t="PRE"===e.parentNode.nodeName&&!t;return"CODE"===e.nodeName&&!t},replacement:function(e){if(!e)return"";e=e.replace(/\r?\n|\r/g," ");for(var t=/^`|^ .*?[^ ].* $|`$/.test(e)?" ":"",r="`",n=e.match(/`+/gm)||[];-1!==n.indexOf(r);)r+="`";return r+t+e+t+r}},T.image={filter:"img",replacement:function(e,t){var r=zn(t.getAttribute("alt")),n=t.getAttribute("src")||"",t=zn(t.getAttribute("title"));return n?"!["+r+"]("+n+(t?' "'+t+'"':"")+")":""}},Rn.prototype={add:function(e,t){this.array.unshift(t)},keep:function(e){this._keep.unshift({filter:e,replacement:this.keepReplacement})},remove:function(e){this._remove.unshift({filter:e,replacement:function(){return""}})},forNode:function(e){return e.isBlank?this.blankRule:(t=Ln(this.array,e,this.options))||(t=Ln(this._keep,e,this.options))||(t=Ln(this._remove,e,this.options))?t:this.defaultRule;var t},forEach:function(e){for(var t=0;t<this.array.length;t++)e(this.array[t],t)}};var In="undefined"!=typeof window?window:{};var Bn,Hn=function(){var e=In.DOMParser,t=!1;try{(new e).parseFromString("","text/html")&&(t=!0)}catch(e){}return t}()?In.DOMParser:(!function(){var t=!1;try{document.implementation.createHTMLDocument("").open()}catch(e){window.ActiveXObject&&(t=!0)}return t}()?qn.prototype.parseFromString=function(e){var t=document.implementation.createHTMLDocument("");return t.open(),t.write(e),t.close(),t}:qn.prototype.parseFromString=function(e){var t=new window.ActiveXObject("htmlfile");return t.designMode="on",t.open(),t.write(e),t.close(),t},qn);function qn(){}function Fn(e,t){var t={element:e="string"==typeof e?(Bn=Bn||new Hn).parseFromString('<x-turndown id="turndown-root">'+e+"</x-turndown>","text/html").getElementById("turndown-root"):e.cloneNode(!0),isBlock:Cn,isVoid:On,isPre:t.preformattedCode?Gn:null},r=t.element,n=t.isBlock,a=t.isVoid,i=t.isPre||function(e){return"PRE"===e.nodeName};if(r.firstChild&&!i(r)){for(var o=null,s=!1,c=Wn(u=null,r,i);c!==r;){if(3===c.nodeType||4===c.nodeType){var l=c.data.replace(/[ \r\n\t]+/g," ");if(!(l=o&&!/ $/.test(o.data)||s||" "!==l[0]?l:l.substr(1))){c=Yn(c);continue}c.data=l,o=c}else{if(1!==c.nodeType){c=Yn(c);continue}n(c)||"BR"===c.nodeName?(o&&(o.data=o.data.replace(/ $/,"")),o=null,s=!1):a(c)||i(c)?s=!(o=null):o&&(s=!1)}var l=Wn(u,c,i),u=c,c=l}o&&(o.data=o.data.replace(/ $/,""),o.data||Yn(o))}return e}function Gn(e){return"PRE"===e.nodeName||"CODE"===e.nodeName}function Un(e,t){var r;return e.isBlock=Cn(e),e.isCode="CODE"===e.nodeName||e.parentNode.isCode,e.isBlank=!On(r=e)&&!function(e){return Pn(e,Nn)}(r)&&/^\s*$/i.test(r.textContent)&&!function(e){return jn(e,Dn)}(r)&&!function(e){return jn(e,Nn)}(r),e.flankingWhitespace=function(e,t){if(e.isBlock||t.preformattedCode&&e.isCode)return{leading:"",trailing:""};var r=function(e){e=e.match(/^(([ \t\r\n]*)(\s*))[\s\S]*?((\s*?)([ \t\r\n]*))$/);return{leading:e[1],leadingAscii:e[2],leadingNonAscii:e[3],trailing:e[4],trailingNonAscii:e[5],trailingAscii:e[6]}}(e.textContent);r.leadingAscii&&$n("left",e,t)&&(r.leading=r.leadingNonAscii);r.trailingAscii&&$n("right",e,t)&&(r.trailing=r.trailingNonAscii);return{leading:r.leading,trailing:r.trailing}}(e,t),e}function $n(e,t,r){var n,a,e="left"===e?(n=t.previousSibling,/ $/):(n=t.nextSibling,/^ /);return n&&(3===n.nodeType?a=e.test(n.nodeValue):r.preformattedCode&&"CODE"===n.nodeName?a=!1:1!==n.nodeType||Cn(n)||(a=e.test(n.textContent))),a}var Vn=Array.prototype.reduce,Kn=[[/\\/g,"\\\\"],[/\*/g,"\\*"],[/^-/g,"\\-"],[/^\+ /g,"\\+ "],[/^(=+)/g,"\\$1"],[/^(#{1,6}) /g,"\\$1 "],[/`/g,"\\`"],[/^~~~/g,"\\~~~"],[/\[/g,"\\["],[/\]/g,"\\]"],[/^>/g,"\\>"],[/_/g,"\\_"],[/^(\d+)\. /g,"$1\\. "]];function Jn(e){if(!(this instanceof Jn))return new Jn(e);this.options=function(e){for(var t=1;t<arguments.length;t++){var r,n=arguments[t];for(r in n)n.hasOwnProperty(r)&&(e[r]=n[r])}return e}({},{rules:T,headingStyle:"setext",hr:"* * *",bulletListMarker:"*",codeBlockStyle:"indented",fence:"```",emDelimiter:"_",strongDelimiter:"**",linkStyle:"inlined",linkReferenceStyle:"full",br:" ",preformattedCode:!1,blankReplacement:function(e,t){return t.isBlock?"\n\n":""},keepReplacement:function(e,t){return t.isBlock?"\n\n"+t.outerHTML+"\n\n":t.outerHTML},defaultReplacement:function(e,t){return t.isBlock?"\n\n"+e+"\n\n":e}},e),this.rules=new Rn(this.options)}function Xn(e){var n=this;return Vn.call(e.childNodes,function(e,t){var r="";return 3===(t=new Un(t,n.options)).nodeType?r=t.isCode?t.nodeValue:n.escape(t.nodeValue):1===t.nodeType&&(r=function(e){var t=this.rules.forNode(e),r=Xn.call(this,e),n=e.flankingWhitespace;(n.leading||n.trailing)&&(r=r.trim());return n.leading+t.replacement(r,e,this.options)+n.trailing}.call(n,t)),Zn(e,r)},"")}function Zn(e,t){var r=function(e){for(var t=e.length;0<t&&"\n"===e[t-1];)t--;return e.substring(0,t)}(e),n=t.replace(/^\n*/,""),e=Math.max(e.length-r.length,t.length-n.length);return r+"\n\n".substring(0,e)+n}Jn.prototype={turndown:function(e){if(null==(t=e)||"string"!=typeof t&&(!t.nodeType||1!==t.nodeType&&9!==t.nodeType&&11!==t.nodeType))throw new TypeError(e+" is not a string, or an element/document/fragment node.");if(""===e)return"";var t=Xn.call(this,new Fn(e,this.options));return function(t){var r=this;return this.rules.forEach(function(e){"function"==typeof e.append&&(t=Zn(t,e.append(r.options)))}),t.replace(/^[\t\r\n]+/,"").replace(/[\t\r\n\s]+$/,"")}.call(this,t)},use:function(e){if(Array.isArray(e))for(var t=0;t<e.length;t++)this.use(e[t]);else{if("function"!=typeof e)throw new TypeError("plugin must be a Function or an Array of Functions");e(this)}return this},addRule:function(e,t){return this.rules.add(e,t),this},keep:function(e){return this.rules.keep(e),this},remove:function(e){return this.rules.remove(e),this},escape:function(e){return Kn.reduce(function(e,t){return e.replace(t[0],t[1])},e)}};var Qn=function(){return!1},ea=function(e){return e},ta=/\s{2,}(?![^<>]*<\/(pre|code|textarea)>)/g;function ra(e){return e.replace(ta," ").trim()}function na(e,t,r){var n={},a=W(function(){return aa[e]()||"​…"!="​…"[e]()}),t=n[e]=a?t(sa):aa[e];r&&(n[r]=t),A(A.P+A.F*a,"String",n)}var aa="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff",n="[\t\n\v\f\r   ᠎              \u2028\u2029\ufeff]",ia=RegExp("^"+n+n+"*"),oa=RegExp(n+n+"*$"),sa=na.trim=function(e,t){return e=String(L(e)),1&t&&(e=e.replace(ia,"")),e=2&t?e.replace(oa,""):e},w=na,ca=v.parseInt,la=w.trim,ua=/^[-+]?0[xX]/,m=8!==ca(aa+"08")||22!==ca(aa+"0x16")?function(e,t){e=la(String(e),3);return ca(e,t>>>0||(ua.test(e)?16:10))}:ca;A(A.G+A.F*(parseInt!=m),{parseInt:m});var fa=_.parseInt,da=new RegExp("(page|paging|(p(a|g|ag)?(e|enum|ewanted|ing|ination)))?(=|/)([0-9]{1,3})","i"),ha=/[a-z]/i,ma=/^[a-z]+$/i,pa=/^[0-9]+$/i,ga=/charset=([\w-]+)\b/;function va(e){return e.split("#")[0].replace(/\/$/,"")}A(A.S,"Array",{isArray:We});var ya=_.Array.isArray;var _a=function(e){if(ya(e))return e},ba=_.getIterator=function(e){var t=tr(e);if("function"!=typeof t)throw TypeError(e+" is not iterable!");return h(t.call(e))};var Aa=function(e,t){var r=[],n=!0,a=!1,i=void 0;try{for(var o,s=ba(e);!(n=(o=s.next()).done)&&(r.push(o.value),!t||r.length!==t);n=!0);}catch(e){a=!0,i=e}finally{try{n||null==s.return||s.return()}finally{if(a)throw i}}return r};var wa=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance")};var C=function(e,t){return _a(e)||Aa(e,t)||wa()};function xa(e,t){var t=t||S.parse(e),e=t.protocol,r=t.host,t=t.path,o=!1,t=t.split("/").reverse().reduce(function(e,t,r){var n,a,i;return t.includes(".")&&(n=t.split("."),a=(n=C(n,2))[0],n=n[1],ma.test(n)&&(t=a)),da.test(t)&&r<2&&(t=t.replace(da,"")),0===r&&(o=ha.test(t)),n=t,a=o,i=!0,(r=r)<2&&pa.test(n)&&n.length<3&&(i=!0),0===r&&"index"===n.toLowerCase()&&(i=!1),(i=!(r<2&&n.length<3&&!a)&&i)&&e.push(t),e},[]);return"".concat(e,"//").concat(r).concat(t.reverse().join("/"))}var ka=new RegExp(".( |$)");function Ea(e,t){t=1<arguments.length&&void 0!==t?t:10;return e.trim().split(/\s+/).slice(0,t).join(" ")}function Ma(e){var t="utf-8",r=ga.exec(e);return null!==r&&(e=C(r,2)[1]),t=Qn(e)?e:t}var Sa=function(n){var a=0;return n=n.toString(),function(){var e=n.indexOf("\r\n",a),t=n.indexOf("\n",a),r=n.indexOf("\r",a),t=[e,t,r].sort(function(e,t){return t<e?1:e<t?-1:0}).filter(function(e){return-1!==e})[0];if(void 0!==t)return i(t,t===e?2:1);r=n.length;return r===a?null:i(r,0)};function i(e,t){var r=n.substr(a,e-a);return a=e+t,r}},Ta=/^[A-Z_]+(\/\d\.\d)? /,Ca=/^([A-Z_]+) (.+) [A-Z]+\/(\d)\.(\d)$/,Da=/^[A-Z]+\/(\d)\.(\d) (\d{3}) (.*)$/,Oa=function(e,t){return e=function(e){e&&e._header&&(e=e._header);return e&&"function"==typeof e.toString?e.toString().trim():""}(e),t=t,r=function(e){var t=e.indexOf("\r\n");return-1===t?e:e.slice(0,t)}(e),t&&Ta.test(r)?Na(e):null!==(t=r.match(Ca))?{method:t[1],url:t[2],version:{major:parseInt(t[3],10),minor:parseInt(t[4],10)},headers:Na(e)}:null!==(t=r.match(Da))?{version:{major:parseInt(t[1],10),minor:parseInt(t[2],10)},statusCode:parseInt(t[3],10),statusMessage:t[4],headers:Na(e)}:Na(e);var r};function Na(e){var t,r,n,a={},i=Sa(e),o=i();for(Ta.test(o)&&(o=i());o;)o=(" "===o[0]||"\t"===o[0]?n+=" "+o.trim():(r&&Pa(r,n,a),t=o.indexOf(":"),r=o.substr(0,t),n=o.substr(t+1).trim()),i());return r&&Pa(r,n,a),a}function Pa(e,t,r){switch(e=e.toLowerCase()){case"set-cookie":void 0!==r[e]?r[e].push(t):r[e]=[t];break;case"content-type":case"content-length":case"user-agent":case"referer":case"host":case"authorization":case"proxy-authorization":case"if-modified-since":case"if-unmodified-since":case"from":case"location":case"max-forwards":case"retry-after":case"etag":case"last-modified":case"server":case"age":case"expires":void 0===r[e]&&(r[e]=t);break;default:"string"==typeof r[e]?r[e]+=", "+t:r[e]=t}}var ja=XMLHttpRequest;if(!ja)throw new Error("missing XMLHttpRequest");D.log={trace:Ra,debug:Ra,info:Ra,warn:Ra,error:Ra};function D(e,t){if("function"!=typeof t)throw new Error("Bad callback given: "+t);if(!e)throw new Error("No options given");var r=e.onResponse;if((e="string"==typeof e?{uri:e}:JSON.parse(JSON.stringify(e))).onResponse=r,e.verbose&&(D.log=function(){var e,t,r={},n=["trace","debug","info","warn","error"];for(t=0;t<n.length;t++)r[e=n[t]]=Ra,"undefined"!=typeof console&&console&&console[e]&&(r[e]=function(r,n){return function(e,t){"object"==typeof t&&(e+=" "+JSON.stringify(t));return r[n].call(r,e)}}(console,e));return r}()),e.url&&(e.uri=e.url,delete e.url),!e.uri&&""!==e.uri)throw new Error("options.uri is a required argument");if("string"!=typeof e.uri)throw new Error("options.uri must be a string");for(var n=["proxy","_redirectsFollowed","maxRedirects","followRedirect"],a=0;a<n.length;a++)if(e[n[a]])throw new Error("options."+n[a]+" is not supported");if(e.callback=t,e.method=e.method||"GET",e.headers=e.headers||{},e.body=e.body||null,e.timeout=e.timeout||D.DEFAULT_TIMEOUT,e.headers.host)throw new Error("Options.headers.host is not supported");e.json&&(e.headers.accept=e.headers.accept||"application/json","GET"!==e.method&&(e.headers["content-type"]="application/json"),"boolean"!=typeof e.json?e.body=JSON.stringify(e.json):"string"!=typeof e.body&&(e.body=JSON.stringify(e.body)));function i(e){var t,r=[];for(t in e)e.hasOwnProperty(t)&&r.push(encodeURIComponent(t)+"="+encodeURIComponent(e[t]));return r.join("&")}e.qs&&(r="string"==typeof e.qs?e.qs:i(e.qs),-1!==e.uri.indexOf("?")?e.uri=e.uri+"&"+r:e.uri=e.uri+"?"+r);if(e.form){if("string"==typeof e.form)throw"form name unsupported";if("POST"===e.method){var o=(e.encoding||"application/x-www-form-urlencoded").toLowerCase();switch(e.headers["content-type"]=o){case"application/x-www-form-urlencoded":e.body=i(e.form).replace(/%20/g,"+");break;case"multipart/form-data":var s=function(e){var t,r={},n=(r.boundry="-------------------------------"+Math.floor(1e9*Math.random()),[]);for(t in e)e.hasOwnProperty(t)&&n.push("--"+r.boundry+'\nContent-Disposition: form-data; name="'+t+'"\n\n'+e[t]+"\n");return n.push("--"+r.boundry+"--"),r.body=n.join(""),r.length=r.body.length,r.type="multipart/form-data; boundary="+r.boundry,r}(e.form);e.body=s.body,e.headers["content-type"]=s.type;break;default:throw new Error("unsupported encoding:"+o)}}}e.onResponse=e.onResponse||Ra,!0===e.onResponse&&(e.onResponse=t,e.callback=Ra),!e.headers.authorization&&e.auth&&(e.headers.authorization="Basic "+function(e){var t,r,n,a,i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",o=0,s=0,c="",l=[];if(!e)return e;for(;a=e.charCodeAt(o++),t=e.charCodeAt(o++),r=e.charCodeAt(o++),t=(a=a<<16|t<<8|r)>>18&63,r=a>>12&63,n=a>>6&63,a=63&a,l[s++]=i.charAt(t)+i.charAt(r)+i.charAt(n)+i.charAt(a),o<e.length;);switch(c=l.join(""),e.length%3){case 1:c=c.slice(0,-2)+"==";break;case 2:c=c.slice(0,-1)+"="}return c}(e.auth.username+":"+e.auth.password));var c=e,l=new ja,u=!1,f=function(e){var t=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/;try{r=location.href}catch(e){(r=document.createElement("a")).href="",r=r.href}var r=t.exec(r.toLowerCase())||[],t=t.exec(e.toLowerCase());return!(!t||t[1]==r[1]&&t[2]==r[2]&&(t[3]||("http:"===t[1]?80:443))==(r[3]||("http:"===r[1]?80:443)))}(c.uri),r="withCredentials"in l;if(za+=1,l.seq_id=za,l.id=za+": "+c.method+" "+c.uri,l._id=l.id,f&&!r)return(r=new Error("Browser does not support cross-origin request: "+c.uri)).cors="unsupported",c.callback(r,l);l.timeoutTimer=setTimeout(function(){u=!0;var e=new Error("ETIMEDOUT");return e.code="ETIMEDOUT",e.duration=c.timeout,D.log.error("Timeout",{id:l._id,milliseconds:c.timeout}),c.callback(e,l)},c.timeout);var d={response:!1,loading:!1,end:!1};return l.onreadystatechange=function(e){if(u)return D.log.debug("Ignoring timed out state change",{state:l.readyState,id:l.id});if(D.log.debug("State change",{state:l.readyState,id:l.id,timed_out:u}),l.readyState===ja.OPENED)for(var t in D.log.debug("Request started",{id:l.id}),c.headers)l.setRequestHeader(t,c.headers[t]);else l.readyState===ja.HEADERS_RECEIVED?h():l.readyState===ja.LOADING?(h(),m()):l.readyState===ja.DONE&&(h(),m(),function(){if(!d.end){if(d.end=!0,D.log.debug("Request done",{id:l.id}),l.body=l.responseText,l.headers=Oa(l.getAllResponseHeaders()),c.json)try{l.body=JSON.parse(l.responseText)}catch(e){return c.callback(e,l)}c.callback(null,l,l.body)}}())},l.open(c.method,c.uri,!0),f&&(l.withCredentials=!!c.withCredentials),l.send(c.body),l;function h(){if(!d.response){var e;if(d.response=!0,D.log.debug("Got response",{id:l.id,status:l.status}),clearTimeout(l.timeoutTimer),l.statusCode=l.status,f&&0==l.statusCode)return(e=new Error("CORS request rejected: "+c.uri)).cors="rejected",d.loading=!0,d.end=!0,c.callback(e,l);c.onResponse(null,l)}}function m(){d.loading||(d.loading=!0,D.log.debug("Response body loading",{id:l.id}))}}var za=0;D.withCredentials=!1,D.DEFAULT_TIMEOUT=18e4,D.defaults=function(a,e){function t(n){return function(e,t){for(var r in e="string"==typeof e?{uri:e}:JSON.parse(JSON.stringify(e)),a)void 0===e[r]&&(e[r]=a[r]);return n(e,t)}}var r=t(D);return r.get=t(D.get),r.post=t(D.post),r.put=t(D.put),r.head=t(D.head),r};function Ra(){}["get","put","post","head"].forEach(function(e){var t=e.toUpperCase();D[e.toLowerCase()]=function(e){"string"==typeof e?e={method:t,uri:e}:(e=JSON.parse(JSON.stringify(e))).method=t;e=[e].concat(Array.prototype.slice.apply(arguments,[1]));return D.apply(this,e)}}),D.couch=function(e,a){return(e="string"==typeof e?{uri:e}:e).json=!0,e.body&&(e.json=e.body),delete e.body,a=a||Ra,D(e,function(e,t,r){if(e)return a(e,t,r);if((t.statusCode<200||299<t.statusCode)&&r.error){for(var n in e=new Error("CouchDB error: "+(r.error.reason||r.error.error)),r)e[n]=r[n];return a(e,t,r)}return a(e,t,r)})};var La=D,Ya=M.browser?{}:{"User-Agent":"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36"},Wa=1e4,Ia=new RegExp("^(".concat(["audio/mpeg","image/gif","image/jpeg","image/jpg"].join("|"),")$"),"i"),Ba=5242880;function Ha(){return(Ha=Jr(y.mark(function e(r,n){var a,i,o,s=arguments;return y.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:a=2<s.length&&void 0!==s[2]?s[2]:{},n=n||S.parse(encodeURI(r)),a=x({url:n.href,headers:x({},Ya,a),timeout:Wa,jar:!0,encoding:null,gzip:!0,followAllRedirects:!0},"undefined"!=typeof window?{}:{followRedirect:!0}),e.next=5;var t=a;return new Vr(function(n,a){La(t,function(e,t,r){e?a(e):n({body:r,response:t})})});case 5:return a=e.sent,i=a.response,o=a.body,e.prev=8,function(e,t){if(t=1<arguments.length&&void 0!==t&&t,e.statusMessage&&"OK"!==e.statusMessage||200!==e.statusCode){if(!e.statusCode)throw new Error("Unable to fetch content. Original exception was ".concat(e.error));if(!t)throw new Error("Resource returned a response status code of ".concat(e.statusCode," and resource was instructed to reject non-200 status codes."))}if(t=e.headers,e=t["content-type"],t=t["content-length"],Ia.test(e))throw new Error("Content-type for this resource was ".concat(e," and is not allowed."));if(Ba<t)throw new Error("Content for this resource was too large. Maximum content length is ".concat(Ba,"."))}(i),e.abrupt("return",{body:o,response:i});case 13:return e.prev=13,e.t0=e.catch(8),e.abrupt("return",{error:!0,message:e.t0.message});case 16:case"end":return e.stop()}},e,this,[[8,13]])}))).apply(this,arguments)}function qa(n,a,i){return n("meta[".concat(a,"]")).each(function(e,t){var t=n(t),r=t.attr(a);t.attr(i,r),t.removeAttr(a)}),n}t=v.Reflect,r=t&&t.ownKeys||function(e){var t=$e.f(h(e)),r=Le.f;return r?t.concat(r(e)):t};A(A.S,"Reflect",{ownKeys:r});var O=_.Reflect.ownKeys,Fa=new RegExp("transparent|spacer|blank","i"),Ga="mercury-parser-keep",Ua=['iframe[src^="https://www.youtube.com"]','iframe[src^="https://www.youtube-nocookie.com"]','iframe[src^="http://www.youtube.com"]','iframe[src^="https://player.vimeo"]','iframe[src^="http://player.vimeo"]','iframe[src^="https://www.redditmedia.com"]'],$a=["title","script","noscript","link","style","hr","embed","iframe","object"],Va=new RegExp("^(".concat(["src","srcset","start","sizes","type","href","class","id","alt","xlink:href","width","height"].join("|"),")$"),"i"),Ka=["ul","ol","table","div","button","form"].join(","),Ja=["h2","h3","h4","h5","h6"].join(","),Xa=["a","blockquote","dl","div","img","p","pre","table"].join(","),Za=new RegExp(["article","articlecontent","instapaper_body","blog","body","content","entry-content-asset","entry","hentry","main","Normal","page","pagination","permalink","post","story","text","[-_]copy","\\Bcopy"].join("|"),"i"),Qa=new RegExp(["adbox","advert","author","bio","bookmark","bottom","byline","clear","com-","combx","comment","comment\\B","contact","copy","credit","crumb","date","deck","excerpt","featured","foot","footer","footnote","graf","head","info","infotext","instapaper_ignore","jump","linebreak","link","masthead","media","meta","modal","outbrain","promo","pr_","related","respond","roundcontent","scroll","secondary","share","shopping","shoutbox","side","sidebar","sponsor","stamp","sub","summary","tags","tools","widget"].join("|"),"i"),ei="meta[name=generator][value^=WordPress]",ti=new RegExp("pag(e|ing|inat)","i"),ri=new RegExp("^(".concat(["article","aside","blockquote","body","br","button","canvas","caption","col","colgroup","dd","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","li","map","object","ol","output","p","pre","progress","section","table","tbody","textarea","tfoot","th","thead","tr","ul","video"].join("|"),")$"),"i"),n=["ad-break","adbox","advert","addthis","agegate","aux","blogger-labels","combx","comment","conversation","disqus","entry-unrelated","extra","foot","header","hidden","loader","login","menu","meta","nav","outbrain","pager","pagination","predicta","presence_control_external","popup","printfriendly","related","remove","remark","rss","share","shoutbox","sidebar","sociable","sponsor","taboola","tools"].join("|"),ni=new RegExp(n,"i"),m=["and","article","body","blogindex","column","content","entry-content-asset","format","hfeed","hentry","hatom","main","page","posts","shadow"].join("|"),ai=new RegExp(m,"i");function ii(a){var i=!1;return a("br").each(function(e,t){var r=a(t),n=r.next().get(0);n&&"br"===n.tagName.toLowerCase()?(i=!0,r.remove()):i&&function(e,t){var r=2<arguments.length&&void 0!==arguments[2]&&arguments[2],n=t(e);if(r){for(var a=e.nextSibling,i=t("<p></p>");a&&(!a.tagName||!ri.test(a.tagName));){var o=a.nextSibling;t(a).appendTo(i),a=o}return n.replaceWith(i),n.remove()}}(t,a,!(i=!1))}),a}function oi(e){var r,n;return e=ii(e),(r=e)("div").each(function(e,t){t=r(t);0===t.children(Xa).length&&si(t,r,"p")}),(n=e=r)("span").each(function(e,t){t=n(t);0===t.parents("p, div, li, figcaption").length&&si(t,n,"p")}),e=n}function si(e,t,r){var r=2<arguments.length&&void 0!==r?r:"p",n=e.get(0);if(!n)return t;var a=Mo(n)||{},i=O(a).map(function(e){return"".concat(e,"=").concat(a[e])}).join(" "),n=t.browser?"noscript"===n.tagName.toLowerCase()?e.text():e.html():e.contents();return e.replaceWith("<".concat(r," ").concat(i,">").concat(n,"</").concat(r,">")),t}function ci(e,i){e.find("img").each(function(e,t){var r,n,a,t=i(t);n=fa((r=t).attr("height"),10),a=fa(r.attr("width"),10)||20,(n||20)<10||a<10?r.remove():n&&r.removeAttr("height"),a=t,Fa.test(a.attr("src"))&&a.remove()})}function li(e,t,r){t in e?l.f(e,t,ne(0,r)):e[t]=r}var ui=function(e){if(ya(e)){for(var t=0,r=new Array(e.length);t<e.length;t++)r[t]=e[t];return r}};A(A.S+A.F*!wr(function(e){}),"Array",{from:function(e){var t,r,n,a,i=gt(e),e="function"==typeof this?this:Array,o=arguments.length,s=1<o?arguments[1]:void 0,c=void 0!==s,l=0,u=tr(i);if(c&&(s=b(s,2<o?arguments[2]:void 0,2)),null==u||e==Array&&Gt(u))for(r=new e(t=q(i.length));l<t;l++)li(r,l,c?s(i[l],l):i[l]);else for(a=u.call(i),r=new e;!(n=a.next()).done;l++)li(r,l,c?Ft(a,s,[n.value,l],!0):n.value);return r.length=l,r}});var fi=_.Array.from,di=i("iterator"),hi=_.isIterable=function(e){e=Object(e);return void 0!==e[di]||"@@iterator"in e||Et.hasOwnProperty(Ht(e))};var mi=function(e){if(hi(Object(e))||"[object Arguments]"===Object.prototype.toString.call(e))return fi(e)};var pi=function(){throw new TypeError("Invalid attempt to spread non-iterable instance")};var gi=function(e){return ui(e)||mi(e)||pi()};function vi(e,t){return e.find("*").each(function(e,t){var r=Mo(t),n=t,a=O(r).reduce(function(e,t){return Va.test(t)?x({},e,At({},t,r[t])):e},{});if(n.attribs)n.attribs=a;else if(n.attributes){for(;0<n.attributes.length;)n.removeAttribute(n.attributes[0].name);O(a).forEach(function(e){n.setAttribute(e,a[e])})}}),t(".".concat(Ga),e).removeClass(Ga),e}var yi=new RegExp("^(".concat(["br","b","i","label","hr","area","base","basefont","input","img","link","meta"].join("|"),")$"),"i"),_i=[[".hentry",".entry-content"],["entry",".entry-content"],[".entry",".entry_content"],[".post",".postbody"],[".post",".post_body"],[".post",".post-body"]],bi=new RegExp(["figure","photo","image","caption"].join("|"),"i"),Ai=new RegExp(["article","articlecontent","instapaper_body","blog","body","content","entry-content-asset","entry","hentry","main","Normal","page","pagination","permalink","post","story","text","[-_]copy","\\Bcopy"].join("|"),"i"),wi=new RegExp("entry-content-asset","i"),xi=new RegExp(["adbox","advert","author","bio","bookmark","bottom","byline","clear","com-","combx","comment","comment\\B","contact","copy","credit","crumb","date","deck","excerpt","featured","foot","footer","footnote","graf","head","info","infotext","instapaper_ignore","jump","linebreak","link","masthead","media","meta","modal","outbrain","promo","pr_","related","respond","roundcontent","scroll","secondary","share","shopping","shoutbox","side","sidebar","sponsor","stamp","sub","summary","tags","tools","widget"].join("|"),"i"),ki=new RegExp("^(p|li|span|pre)$","i"),Ei=new RegExp("^(td|blockquote|ol|ul|dl)$","i"),Mi=new RegExp("^(address|form)$","i");function Si(e){var t=e.attr("class"),e=e.attr("id"),r=0;return e&&(Ai.test(e)&&(r+=25),xi.test(e)&&(r-=25)),t&&(0===r&&(Ai.test(t)&&(r+=25),xi.test(t)&&(r-=25)),bi.test(t)&&(r+=10),wi.test(t)&&(r+=25)),r}var Ti=v.parseFloat,Ci=w.trim,t=1/Ti(aa+"-0")!=-1/0?function(e){var e=Ci(String(e),3),t=Ti(e);return 0===t&&"-"==e.charAt(0)?-0:t}:Ti;A(A.G+A.F*(parseFloat!=t),{parseFloat:t});var Di=_.parseFloat;function Oi(e){return Di(e.attr("score"))||null}function Ni(e){return(e.match(/,/g)||[]).length}var Pi=new RegExp("^(p|pre)$","i");function ji(e){var t=1,e=e.text().trim(),r=e.length;return r<25?0:(t=(t+=Ni(e))+function(e,t){return 0<(e/=50)?(t=Pi.test(1<arguments.length&&void 0!==t?t:"p")?e-2:e-1.25,Math.min(Math.max(t,0),3)):0}(r),":"===e.slice(-1)&&--t,t)}function zi(e,t,r){return e.attr("score",r),e}function Ri(e,t,r){try{zi(e,0,Li(e,t)+r)}catch(e){}}function Li(e,t,r){var r=!(2<arguments.length&&void 0!==r)||r,n=Oi(e);return n||(n=Yi(e),r&&(n+=Si(e)),r=t,t=n,(e=(e=e).parent())&&Ri(e,r,.25*t),n)}function Yi(e){var t=e.get(0).tagName;return ki.test(t)?ji(e):"div"===t.toLowerCase()?5:Ei.test(t)?3:Mi.test(t)?-3:"th"===t.toLowerCase()?-5:0}function Wi(e,t,r){var n,a;e&&(a=t,(n=e).get(0)&&"span"===n.get(0).tagName&&si(n,a,"div"),Ri(e,t,r))}function Ii(n,a){n("p, pre").not("[score]").each(function(e,t){var t=n(t),r=(t=zi(t,0,Li(t,n,a))).parent(),t=Yi(t);Wi(r,n,t),r&&Wi(r.parent(),n,t/2)})}function Bi(o,s,c){if(!o.parent().length)return o;var l=Math.max(10,.25*s),u=c("<div></div>");return o.parent().children().each(function(e,t){var r=c(t);if(yi.test(t.tagName))return null;var n=Oi(r);if(n)if(r.get(0)===o.get(0))u.append(r);else{var a=0,i=vo(r);if(i<.05&&(a+=20),.5<=i&&(a-=20),r.attr("class")===o.attr("class")&&(a+=.2*s),l<=n+a)return u.append(r);if("p"===t.tagName){n=r.text(),a=go(n);if(80<a&&i<.25)return u.append(r);if(a<=80&&0===i&&ka.test(n))return u.append(r)}}return null}),1===u.children().length&&u.children().first().get(0)===o.get(0)?o:u}function Hi(e,o){o(Ka,e).each(function(e,t){t=o(t);if(!(t.hasClass(Ga)||0<t.find(".".concat(Ga)).length)){var r=Oi(t);if(r||zi(t,0,r=Li(t,o)),r<0)t.remove();else{var n=o;if(!t.hasClass("entry-content-asset")){var a=ra(t.text());if(Ni(a)<10)if(n("p",t).length/3<n("input",t).length)t.remove();else{var a=a.length,i=n("img",t).length;if(a<25&&0===i)t.remove();else{i=vo(t);if(r<25&&.2<i&&75<a)t.remove();else if(25<=r&&.5<i){r=t.get(0).tagName.toLowerCase();if("ol"===r||"ul"===r){i=t.prev();if(i&&":"===ra(i.text()).slice(-1))return}t.remove()}else 0<n("script",t).length&&a<150&&t.remove()}}}}}})}function qi(e,t){if(c(e)&&e._t===t)return e;throw TypeError("Incompatible receiver, "+t+" required!")}function Fi(e,t){var r,n=so(t);if("F"!==n)return e._i[n];for(r=e._f;r;r=r.n)if(r.k==t)return r}var Gi,Ui,$i,Vi,Ki,Ji,Xi,Zi,Qi,eo,to,ro,N,no,ao,io,oo=l.f,so=a.fastKey,co=o?"_s":"size",lo={getConstructor:function(e,a,r,n){var i=e(function(e,t){qt(e,i,a,"_i"),e._t=a,e._i=Ge(null),e._f=void 0,e._l=void 0,e[co]=0,null!=t&&rr(t,r,e[n],e)});return mr(i.prototype,{clear:function(){for(var e=qi(this,a),t=e._i,r=e._f;r;r=r.n)r.r=!0,r.p&&(r.p=r.p.n=void 0),delete t[r.i];e._f=e._l=void 0,e[co]=0},delete:function(e){var t,r,n=qi(this,a),e=Fi(n,e);return e&&(t=e.n,r=e.p,delete n._i[e.i],e.r=!0,r&&(r.n=t),t&&(t.p=r),n._f==e&&(n._f=t),n._l==e&&(n._l=r),n[co]--),!!e},forEach:function(e){qi(this,a);for(var t,r=b(e,1<arguments.length?arguments[1]:void 0,3);t=t?t.n:this._f;)for(r(t.v,t.k,this);t&&t.r;)t=t.p},has:function(e){return!!Fi(qi(this,a),e)}}),o&&oo(i.prototype,"size",{get:function(){return qi(this,a)[co]}}),i},def:function(e,t,r){var n,a=Fi(e,t);return a?a.v=r:(e._l=a={i:n=so(t,!0),k:t,v:r,p:t=e._l,n:void 0,r:!1},e._f||(e._f=a),t&&(t.n=a),e[co]++,"F"!==n&&(e._i[n]=a)),e},getEntry:Fi,setStrong:function(e,r,t){jt(e,r,function(e,t){this._t=qi(e,r),this._k=t,this._l=void 0},function(){for(var e=this._k,t=this._l;t&&t.r;)t=t.p;return this._t&&(this._l=t=t?t.n:this._t._f)?Rt(0,"keys"==e?t.k:"values"==e?t.v:[t.k,t.v]):(this._t=void 0,Rt(1))},t?"entries":"values",!t,!0),pr(r)}},fo=i("species"),ho=function(e){var t;return We(e)&&("function"!=typeof(t=e.constructor)||t!==Array&&!We(t.prototype)||(t=void 0),c(t)&&null===(t=t[fo])&&(t=void 0)),void 0===t?Array:t},r=l.f,n=(Ui=1==(Gi=0),$i=2==Gi,Vi=3==Gi,Ki=4==Gi,Ji=6==Gi,Xi=5==Gi||Ji,Zi=Go||function(e,t){return new(ho(e))(t)},function(e,t,r){for(var n,a,i=gt(e),o=te(i),s=b(t,r,3),c=q(o.length),l=0,u=Ui?Zi(e,c):$i?Zi(e,0):void 0;l<c;l++)if((Xi||l in o)&&(a=s(n=o[l],l,i),Gi))if(Ui)u[l]=a;else if(a)switch(Gi){case 3:return!0;case 5:return n;case 6:return l;case 2:u.push(n)}else if(Ki)return!1;return Ji?-1:Vi||Ki?Ki:u});m=function(e){return function(){return e(this,0<arguments.length?arguments[0]:void 0)}},w={add:function(e){return lo.def(qi(this,"Set"),e=0===e?0:e,e)}},t=lo,ro=v[Qi="Set"],no=eo?"set":"add",ao=(N=ro)&&N.prototype,Go={},o&&"function"==typeof N&&(to||ao.forEach&&!W(function(){(new N).entries().next()}))?(N=m(function(e,t){qt(e,N,Qi,"_c"),e._c=new ro,null!=t&&rr(t,eo,e[no],e)}),n("add,clear,delete,forEach,get,has,set,keys,values,entries,toJSON".split(","),function(r){var n="add"==r||"set"==r;r in ao&&(!to||"clear"!=r)&&fe(N.prototype,r,function(e,t){if(qt(this,N,r),!n&&to&&!c(e))return"get"==r&&void 0;e=this._c[r](0===e?0:e,t);return n?this:e})}),to||r(N.prototype,"size",{get:function(){return this._c.size}})):(N=t.getConstructor(m,Qi,eo,no),mr(N.prototype,w),a.NEED=!0),xe(N,Qi),Go[Qi]=N,A(A.G+A.W+A.F,Go),to||t.setStrong(N,Qi,eo),A(A.P+A.R,"Set",{toJSON:(io="Set",function(){if(Ht(this)!=io)throw TypeError(io+"#toJSON isn't generic");return rr(this,!(t=[]),t.push,t,e),t;var e,t})}),n="Set",A(A.S,n,{of:function(){for(var e=arguments.length,t=new Array(e);e--;)t[e]=arguments[e];return new this(t)}});r="Set",A(A.S,r,{from:function(e){var t,r,n,a,i=arguments[1];return le(this),(t=void 0!==i)&&le(i),null==e?new this:(r=[],t?(n=0,a=b(i,arguments[2],2),rr(e,!1,function(e){r.push(a(e,n++))})):rr(e,!1,r.push,r),new this(r))}});var mo=_.Set;function po(e,t,r){var n;["href","src"].forEach(function(e){var n,a,i;n=r,a=e,i=(e=t)("base").attr("href"),e("[".concat(a,"]")).each(function(e,t){var r=Mo(t)[a];r&&(r=S.resolve(i||n,r),So(t,a,r))})}),n=r,t("[srcset]",e).each(function(e,t){var r=Mo(t).srcset;r&&(r=r.match(/(?:\s*)(\S+(?:\s*[\d.]+[wx])?)(?:\s*,\s*)?/g))&&(r=r.map(function(e){e=e.trim().replace(/,$/,"").split(/\s+/);return e[0]=S.resolve(n,e[0]),e.join(" ")}),So(t,"srcset",gi(new mo(r)).join(", ")))})}function go(e){return e.trim().replace(/\s+/g," ").length}function vo(e){var t=go(e.text()),e=go(e.find("a").text());return 0<t?e/t:0===t&&0<e?1:0}var yo=ke.f("iterator");H("asyncIterator"),H("observable");var _o=_.Symbol,bo=e(function(t){function r(e){return(r="function"==typeof _o&&"symbol"==typeof yo?function(e){return typeof e}:function(e){return e&&"function"==typeof _o&&e.constructor===_o&&e!==_o.prototype?"symbol":typeof e})(e)}function n(e){return"function"==typeof _o&&"symbol"===r(yo)?t.exports=n=function(e){return r(e)}:t.exports=n=function(e){return e&&"function"==typeof _o&&e.constructor===_o&&e!==_o.prototype?"symbol":r(e)},n(e)}t.exports=n});function Ao(r,t,n,e){var a=!(3<arguments.length&&void 0!==e)||e,e=t.filter(function(e){return-1!==n.indexOf(e)}),i=!0,t=!1,o=void 0;try{for(var s,c=ba(e);!(i=(s=c.next()).done);i=!0){var l=function(){var e=s.value,e=r("meta[".concat("name",'="').concat(e,'"]')).map(function(e,t){return r(t).attr("value")}).toArray().filter(function(e){return""!==e});if(1===e.length)return{v:a?ko(e[0],r):C(e,1)[0]}}();if("object"===bo(l))return l.v}}catch(e){t=!0,o=e}finally{try{i||null==c.return||c.return()}finally{if(t)throw o}}return null}function wo(e,t){if(!(e.children().length>t))return void 0===e.parents().toArray().find(function(e){var e=Mo(e),t=e.class,e=e.id;return"".concat(t," ").concat(e).includes("comment")})}function xo(e,t,r,n){var a=2<arguments.length&&void 0!==r?r:1,i=!(3<arguments.length&&void 0!==n)||n,o=!0,r=!1,n=void 0;try{for(var s,c=ba(t);!(o=(s=c.next()).done);o=!0){var l=e(s.value);if(1===l.length){var u=e(l[0]);if(wo(u,a)){var f=void 0;if(f=i?u.text():u.html())return f}}}}catch(e){r=!0,n=e}finally{try{o||null==c.return||c.return()}finally{if(r)throw n}}return null}function ko(e,t){t=t("<span>".concat(e,"</span>")).text();return""===t?e:t}function Eo(e){return 100<=e.text().trim().length}function Mo(e){var t=e.attribs,r=e.attributes;return!t&&r?O(r).reduce(function(e,t){t=r[t];return t.name&&t.value&&(e[t.name]=t.value),e},{}):t}function So(e,t,r){e.attribs?e.attribs[t]=r:e.attributes&&e.setAttribute(t,r)}var To=new RegExp("https?://","i"),m=".(png|gif|jpe?g)",Co=new RegExp("".concat(m),"i"),Do=new RegExp("".concat(m,"(\\?\\S+)?(\\s*[\\d.]+[wx])"),"i"),Oo=["script","style","form"].join(",");function No(a){return a("img").each(function(e,r){var n=Mo(r);O(n).forEach(function(e){var t=n[e];"srcset"!==e&&To.test(t)&&Do.test(t)?a(r).attr("srcset",t):"src"!==e&&"srcset"!==e&&To.test(t)&&Co.test(t)&&((e=function(e){try{var t=JSON.parse(e).src;if("string"==typeof t)return t}catch(e){return!1}return!1}(t))?a(r).attr("src",e):a(r).attr("src",t))})}),a}function Po(e,t){return"comment"===t.type}function jo(e){var t;return e(Oo).remove(),(t=e).root().find("*").contents().filter(Po).remove(),e=t}var zo,Ro={create:(zo=Jr(y.mark(function e(t,r,n){var a,i,o=arguments;return y.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(a=3<o.length&&void 0!==o[3]?o[3]:{},!r){e.next=6;break}i={body:r,response:{statusMessage:"OK",statusCode:200,headers:{"content-type":"text/html","content-length":500}},alreadyDecoded:!0},e.next=9;break;case 6:return e.next=8,function(){return Ha.apply(this,arguments)}(t,n,a);case 8:i=e.sent;case 9:if(i.error)return i.failed=!0,e.abrupt("return",i);e.next=12;break;case 12:return e.abrupt("return",this.generateDoc(i));case 13:case"end":return e.stop()}},e,this)})),function(e,t,r){return zo.apply(this,arguments)}),generateDoc:function(e){var t=e.body,r=e.response,e=e.alreadyDecoded,e=void 0!==e&&e,r=r.headers["content-type"],r=void 0===r?"":r;if(!r.includes("html")&&!r.includes("text"))throw new Error("Content does not appear to be text.");t=this.encodeDoc({content:t,contentType:r,alreadyDecoded:e});if(0===t.root().children().length)throw new Error("No children, likely a bad parse.");return r=qa(r=t,"content","value"),t=jo(t=No(t=r=qa(r,"property","name")))},encodeDoc:function(e){var t=e.content,r=e.contentType,e=e.alreadyDecoded;if(void 0!==e&&e)return M.load(t);var e=Ma(r),r=ea(t,e),n=M.load(r),a=n(M.browser?"meta[http-equiv=content-type]":"meta[http-equiv=content-type i]").attr("content")||n("meta[charset]").attr("charset"),i=Ma(a);return a&&i!==e&&(r=ea(t,i),n=M.load(r)),n}},Lo=y.mark(Yo);function Yo(){var t,r,n=arguments;return y.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:t=0<n.length&&void 0!==n[0]?n[0]:1,r=1<n.length&&void 0!==n[1]?n[1]:1;case 2:if(t<=r)return e.next=5,t+=1;e.next=7;break;case 5:e.next=2;break;case 7:case"end":return e.stop()}},Lo,this)}var Wo=Object.assign,w=!Wo||W(function(){var e={},t={},r=Symbol(),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach(function(e){t[e]=e}),7!=Wo({},e)[r]||Object.keys(Wo({},t)).join("")!=n})?function(e,t){for(var r=gt(e),n=arguments.length,a=1,i=Le.f,o=re.f;a<n;)for(var s,c=te(arguments[a++]),l=i?Re(c).concat(i(c)):Re(c),u=l.length,f=0;f<u;)o.call(c,s=l[f++])&&(r[s]=c[s]);return r}:Wo;A(A.S+A.F,"Object",{assign:w});function Io(r,e){return e.reduce(function(e,t){return e[t]=r,e},{})}var Bo=_.Object.assign;function Ho(e){return e.supportedDomains?Io(e,[e.domain].concat(gi(e.supportedDomains))):Io(e,[e.domain])}var qo={};function Fo(e){return e&&e.domain?(Bo(qo,Ho(e)),qo):{error:!0,message:"Unable to add custom extractor. Invalid parameters."}}var a={domain:"blogspot.com",content:{selectors:[".post-content noscript"],clean:[],transforms:{noscript:"div"}},author:{selectors:[".post-author-name"]},title:{selectors:[".post h2.title"]},date_published:{selectors:["span.publishdate"]}},Go={domain:"nymag.com",content:{selectors:["div.article-content","section.body","article.article"],clean:[".ad",".single-related-story"],transforms:{h1:"h2",noscript:function(e,t){t=t.browser?t(e.text()):e.children();return 1===t.length&&void 0!==t.get(0)&&"img"===t.get(0).tagName.toLowerCase()?"figure":null}}},title:{selectors:["h1.lede-feature-title","h1.headline-primary","h1"]},author:{selectors:[".by-authors",".lede-feature-author"]},dek:{selectors:[".lede-feature-teaser"]},date_published:{selectors:[["time.article-timestamp[datetime]","datetime"],"time.article-timestamp"]}},t={domain:"www.apartmenttherapy.com",title:{selectors:["h1.headline"]},author:{selectors:[".PostByline__name"]},content:{selectors:["div.post__content"],transforms:{'div[data-render-react-id="images/LazyPicture"]':function(e,t){var r=JSON.parse(e.attr("data-props")).sources[0].src,t=t("<img />").attr("src",r);e.replaceWith(t)}},clean:[]},date_published:{selectors:[[".PostByline__timestamp[datetime]","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[]},next_page_url:{selectors:[]},excerpt:{selectors:[]}},n={domain:"medium.com",title:{selectors:["h1",['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},content:{selectors:["article"],transforms:{"section span:first-of-type":function(e){var t=e.html();1===t.length&&/^[a-zA-Z()]+$/.test(t)&&e.replaceWith(t)},iframe:function(e){var t=/https:\/\/i.embed.ly\/.+url=https:\/\/i\.ytimg\.com\/vi\/(\w+)\//,r=decodeURIComponent(e.attr("data-thumbnail")),n=e.parents("figure");if(t.test(r))return r=r.match(t),(t=C(r,2))[0],r=t[1],e.attr("src","https://www.youtube.com/embed/".concat(r)),t=n.find("figcaption"),void n.empty().append([e,t]);n.remove()},figure:function(e){var t,r;0<e.find("iframe").length||(t=e.find("img").slice(-1)[0],r=e.find("figcaption"),e.empty().append([t,r]))},img:function(e){fa(e.attr("width"),10)<100&&e.remove()}},clean:["span a","svg"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:null,next_page_url:{selectors:[]},excerpt:{selectors:[]}},Uo={domain:"www.msnbc.com",title:{selectors:["h1","h1.is-title-pane"]},author:{selectors:[".byline-name",".author"]},date_published:{selectors:[['meta[itemprop="datePublished"]',"value"],['meta[name="DC.date.issued"]',"value"]]},dek:{selectors:[['meta[name="description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-body__content",".pane-node-body"],transforms:{".pane-node-body":function(e,t){var r=C(Uo.lead_image_url.selectors[0],2),n=r[0],r=r[1],t=t(n).attr(r);t&&e.prepend('<img src="'.concat(t,'" />'))}},clean:[]}},r={domain:"genius.com",title:{selectors:["h1"]},author:{selectors:["h2 a"]},date_published:{selectors:[["meta[itemprop=page_data]","value",function(e){return JSON.parse(e).song.release_date}]]},dek:{selectors:[]},lead_image_url:{selectors:[["meta[itemprop=page_data]","value",function(e){return JSON.parse(e).song.album.cover_art_url}]]},content:{selectors:[".lyrics"],transforms:{},clean:[]}},m={domain:"wired.jp",title:{selectors:['h1[data-testid="ContentHeaderHed"]',"h1.post-title"]},author:{selectors:[['meta[name="article:author"]',"value"],'p[itemprop="author"]']},date_published:{selectors:[['meta[name="article:published_time"]',"value"],["time","datetime"]]},dek:{selectors:['div[class^="ContentHeaderDek"]',".post-intro"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:['div[data-attribute-verso-pattern="article-body"]',"article.article-detail"],transforms:{"img[data-original]":function(e){var t=e.attr("data-original"),r=e.attr("src"),r=S.resolve(r,t);e.attr("src",r)}},clean:[".post-category","time","h1.post-title",".social-area-syncer"]}},w={domain:"www.abendblatt.de",title:{selectors:["h2.article__header__headline"]},author:{selectors:["span.author-info__name-text"]},date_published:{selectors:[["time.teaser-stream-time","datetime"],["time.article__header__date","datetime"]]},dek:{selectors:[['meta[name="description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article__body"],transforms:{p:function(e){if(!e.hasClass("obfuscated"))return null;for(var t="",r=0,n=e.text();r<n.length;r+=1){var a=n.charCodeAt(r);177===a?t+="%":178===a?t+="!":180===a?t+=";":181===a?t+="=":32===a?t+=" ":10===a?t+="\n":33<a&&(t+=String.fromCharCode(a-1))}return e.html(t),e.removeClass("obfuscated"),e.addClass("deobfuscated"),null},div:function(e){if(!e.hasClass("obfuscated"))return null;for(var t="",r=0,n=e.text();r<n.length;r+=1){var a=n.charCodeAt(r);177===a?t+="%":178===a?t+="!":180===a?t+=";":181===a?t+="=":32===a?t+=" ":10===a?t+="\n":33<a&&(t+=String.fromCharCode(a-1))}return e.html(t),e.removeClass("obfuscated"),e.addClass("deobfuscated"),null}},clean:[]}},$o={domain:"www.1pezeshk.com",title:{selectors:[['meta[name="og:title"]',"value"],"h1.post-title"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[[".featured-area img","src"]]},content:{selectors:["article > .entry-content"],transforms:{img:function(e){e.src=decodeURIComponent(e.src)}},clean:[]}};function Vo(e){e.text().startsWith("Affiliate links on Android Authority may earn us a commission.")&&e.remove()}var Ko={domain:"www.androidauthority.com",title:{selectors:[['meta[name="og:title"]',"value"],"h1"]},author:{selectors:["button.d_ic"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],transforms:{div:function(e){Vo(e)},p:function(e){e.text().startsWith("Published on")&&e.remove(),Vo(e)},ol:function(e){e.attr("class","mercury-parser-keep")},h2:function(e){return e.attr("class","mercury-parser-keep")},h3:function(e){var t;0<(t=e).parent().children().find("button:not(:has(picture))").length?t.parent().remove():e.attr("class","mercury-parser-keep")}},clean:["h1 + div","picture + div"]}},P={domain:"www.se.pl",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".article_author:first-of-type"]},date_published:{selectors:["#timezone"],timezone:"Europe/Warsaw"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:["#timezone",".author",".article__author__croppimg",".article_authors_with_thumbnail",".related_articles__elements",".gl_plugin.socials",".gl_plugin.player",".gl_plugin.video_player",".gl_plugin + video"]}},Jo=x({},P,{domain:"sport.se.pl"}),j=x({},P,{domain:"polityka.se.pl"}),Xo=x({},P,{domain:"szczecin.se.pl"}),Zo=x({},P,{domain:"superbiz.se.pl"}),Qo=x({},P,{domain:"portalobronny.se.pl"}),es=x({},P,{domain:"lodz.se.pl"}),ts=x({},P,{domain:"wroclaw.se.pl"}),rs=x({},P,{domain:"lublin.se.pl"}),ns=x({},P,{domain:"bialystok.se.pl"}),as=Object.freeze({BloggerExtractor:a,NYMagExtractor:Go,WikipediaExtractor:{domain:"wikipedia.org",content:{selectors:["#mw-content-text"],defaultCleaner:!1,transforms:{".infobox img":function(e){var t=e.parents(".infobox");0===t.children("img").length&&t.prepend(e)},".infobox caption":"figcaption",".infobox":"figure"},clean:[".mw-editsection","figure tr, figure td, figure tbody","#toc",".navbox"]},author:"Wikipedia Contributors",title:{selectors:["h2.title"]},date_published:{selectors:["#footer-info-lastmod"]}},TwitterExtractor:{domain:"twitter.com",content:{transforms:{".permalink[role=main]":function(e,t){var r=e.find(".tweet"),t=t('<div id="TWEETS_GO_HERE"></div>');t.append(r),e.replaceWith(t)},s:"span"},selectors:[".permalink[role=main]"],defaultCleaner:!1,clean:[".stream-item-footer","button",".tweet-details-fixer"]},author:{selectors:[".tweet.permalink-tweet .username"]},date_published:{selectors:[[".permalink-tweet ._timestamp[data-time-ms]","data-time-ms"]]}},NYTimesExtractor:{domain:"www.nytimes.com",title:{selectors:['h1[data-testid="headline"]',"h1.g-headline",'h1[itemprop="headline"]',"h1.headline","h1 .balancedHeadline"]},author:{selectors:[['meta[name="author"]',"value"],".g-byline",".byline",['meta[name="byl"]',"value"]]},content:{selectors:["div.g-blocks",'section[name="articleBody"]',"article#story"],transforms:{"img.g-lazy":function(e){var t=(t=e.attr("src")).replace("{{size}}",640);e.attr("src",t)}},clean:[".ad","header#story-header",".story-body-1 .lede.video",".visually-hidden","#newsletter-promo",".promo",".comments-button",".hidden",".comments",".supplemental",".nocontent",".story-footer-links"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],['meta[name="article:published"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:null,next_page_url:null,excerpt:null},TheAtlanticExtractor:{domain:"www.theatlantic.com",title:{selectors:["h1",".c-article-header__hed"]},author:{selectors:[['meta[name="author"]',"value"],".c-byline__author"]},content:{selectors:["article",".article-body"],transforms:[],clean:[".partner-box",".callout",".c-article-writer__image",".c-article-writer__content",".c-letters-cta__text",".c-footer__logo",".c-recirculation-link",".twitter-tweet"]},dek:{selectors:[['meta[name="description"]',"value"]]},date_published:{selectors:[['time[itemprop="datePublished"]',"datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},next_page_url:null,excerpt:null},NewYorkerExtractor:{domain:"www.newyorker.com",title:{selectors:['h1[class^="content-header"]','h1[class^="ArticleHeader__hed"]','h1[class*="ContentHeaderHed"]',['meta[name="og:title"]',"value"]]},author:{selectors:['article header div[class^="BylinesWrapper"]',['meta[name="article:author"]',"value"],'div[class^="ArticleContributors"] a[rel="author"]','article header div[class*="Byline__multipleContributors"]']},content:{selectors:[".article__body","article.article.main-content",'main[class^="Layout__content"]'],transforms:{".caption__text":"figcaption",".caption__credit":"figcaption"},clean:['footer[class^="ArticleFooter__footer"]',"aside"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],"time.content-header__publish-date",['meta[name="pubdate"]',"value"]],timezone:"America/New_York"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:['div[class^="ContentHeaderDek"]',"div.content-header__dek",'h2[class^="ArticleHeader__dek"]']},next_page_url:null,excerpt:null},WiredExtractor:{domain:"www.wired.com",title:{selectors:['h1[data-testId="ContentHeaderHed"]']},author:{selectors:[['meta[name="article:author"]',"value"],'a[rel="author"]']},content:{selectors:["article.article.main-content","article.content"],transforms:[],clean:[".visually-hidden","figcaption img.photo",".alert-message"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[]},next_page_url:null,excerpt:null},MSNExtractor:{domain:"www.msn.com",title:{selectors:["h1"]},author:{selectors:["span.authorname-txt"]},content:{selectors:["div.richtext"],transforms:[],clean:["span.caption"]},date_published:{selectors:["span.time"]},lead_image_url:{selectors:[]},dek:{selectors:[]},next_page_url:null,excerpt:null},YahooExtractor:{domain:"www.yahoo.com",title:{selectors:["header.canvas-header"]},author:{selectors:["span.provider-name"]},content:{selectors:[".content-canvas"],transforms:[],clean:[".figure-caption"]},date_published:{selectors:[["time.date[datetime]","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[]},next_page_url:null,excerpt:null},BuzzfeedExtractor:{domain:"www.buzzfeed.com",supportedDomains:["www.buzzfeednews.com"],title:{selectors:["h1.embed-headline-title"]},author:{selectors:['a[data-action="user/username"]',"byline__author",['meta[name="author"]',"value"]]},content:{selectors:[['div[class^="featureimage_featureImageWrapper"]',".js-subbuzz-wrapper"],[".js-subbuzz-wrapper"]],defaultCleaner:!1,transforms:{h2:"b","div.longform_custom_header_media":function(e){return e.has("img")&&e.has(".longform_header_image_source")?"figure":null},"figure.longform_custom_header_media .longform_header_image_source":"figcaption"},clean:[".instapaper_ignore",".suplist_list_hide .buzz_superlist_item .buzz_superlist_number_inline",".share-box",".print",".js-inline-share-bar",".js-ad-placement"]},date_published:{selectors:[["time[datetime]","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[".embed-headline-description"]},next_page_url:null,excerpt:null},WikiaExtractor:{domain:"fandom.wikia.com",title:{selectors:["h1.entry-title"]},author:{selectors:[".author vcard",".fn"]},content:{selectors:[".grid-content",".entry-content"],transforms:[],clean:[]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[]},next_page_url:null,excerpt:null},LittleThingsExtractor:{domain:"www.littlethings.com",title:{selectors:['h1[class*="PostHeader"]',"h1.post-title"]},author:{selectors:['div[class^="PostHeader__ScAuthorNameSection"]',['meta[name="author"]',"value"]]},content:{selectors:['section[class*="PostMainArticle"]',".mainContentIntro",".content-wrapper"],transforms:[],clean:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},next_page_url:null,excerpt:null},PoliticoExtractor:{domain:"www.politico.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['div[itemprop="author"] meta[itemprop="name"]',"value"],".story-meta__authors .vcard",".story-main-content .byline .vcard"]},content:{selectors:[[".story-text"],".story-main-content",".story-core"],transforms:[],clean:["figcaption",".story-meta",".ad"]},date_published:{selectors:[['time[itemprop="datePublished"]',"datetime"],[".story-meta__details time[datetime]","datetime"],[".story-main-content .timestamp time[datetime]","datetime"]],timezone:"America/New_York"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[['meta[name="og:description"]',"value"]]}},DeadspinExtractor:{domain:"deadspin.com",supportedDomains:["jezebel.com","lifehacker.com","kotaku.com","gizmodo.com","jalopnik.com","kinja.com","avclub.com","clickhole.com","splinternews.com","theonion.com","theroot.com","thetakeout.com","theinventory.com"],title:{selectors:["header h1","h1.headline"]},author:{selectors:['a[data-ga*="Author"]',".author"]},content:{selectors:[".js_post-content",".post-content",".entry-content"],transforms:{'iframe.lazyload[data-recommend-id^="youtube://"]':function(e){var t=e.attr("id").split("youtube-")[1];e.attr("src","https://www.youtube.com/embed/".concat(t))}},clean:[".magnifier",".lightbox"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],["time.updated[datetime]","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[]},next_page_url:{selectors:[]},excerpt:{selectors:[]}},BroadwayWorldExtractor:{domain:"www.broadwayworld.com",title:{selectors:["h1[itemprop=headline]","h1.article-title"]},author:{selectors:["span[itemprop=author]"]},content:{selectors:["div[itemprop=articlebody]"],transforms:{},clean:[]},date_published:{selectors:[["meta[itemprop=datePublished]","value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[]},next_page_url:{selectors:[]},excerpt:{selectors:[]}},ApartmentTherapyExtractor:t,MediumExtractor:n,WwwTmzComExtractor:{domain:"www.tmz.com",title:{selectors:[".post-title-breadcrumb","h1",".headline"]},author:"TMZ STAFF",date_published:{selectors:[".article__published-at",".article-posted-date"],timezone:"America/Los_Angeles"},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article__blocks",".article-content",".all-post-body"],transforms:{},clean:[".lightbox-link"]}},WwwWashingtonpostComExtractor:{domain:"www.washingtonpost.com",title:{selectors:["h1","#topper-headline-wrapper"]},author:{selectors:[".pb-author-name"]},date_published:{selectors:[['.author-timestamp[itemprop="datePublished"]',"content"]]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-body"],transforms:{"div.inline-content":function(e){return 0<e.has("img,iframe,video").length?"figure":(e.remove(),null)},".pb-caption":"figcaption"},clean:[".interstitial-link",".newsletter-inline-unit"]}},WwwHuffingtonpostComExtractor:{domain:"www.huffingtonpost.com",title:{selectors:["h1.headline__title"]},author:{selectors:["span.author-card__details__name"]},date_published:{selectors:[['meta[name="article:modified_time"]',"value"],['meta[name="article:published_time"]',"value"]]},dek:{selectors:["h2.headline__subtitle"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.entry__body"],defaultCleaner:!1,transforms:{},clean:[".pull-quote",".tag-cloud",".embed-asset",".below-entry",".entry-corrections","#suggested-story"]}},NewrepublicComExtractor:{domain:"newrepublic.com",title:{selectors:["h1.article-headline"]},author:{selectors:["span.AuthorList"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]],timezone:"America/New_York"},dek:{selectors:["h2.article-subhead"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[["div.article-body"]],transforms:{},clean:["aside"]}},MoneyCnnComExtractor:{domain:"money.cnn.com",title:{selectors:[".article-title"]},author:{selectors:[['meta[name="author"]',"value"],".byline a"]},date_published:{selectors:[['meta[name="date"]',"value"]],timezone:"GMT"},dek:{selectors:["#storytext h2"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#storytext"],transforms:{},clean:[".inStoryHeading"]}},WwwCnnComExtractor:{domain:"www.cnn.com",title:{selectors:["h1.pg-headline","h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[[".media__video--thumbnail",".zn-body-text"],".zn-body-text",'div[itemprop="articleBody"]'],transforms:{".zn-body__paragraph, .el__leafmedia--sourced-paragraph":function(e){return e.html()?"p":null},".zn-body__paragraph":function(e){e.has("a")&&e.text().trim()===e.find("a").text().trim()&&e.remove()},".media__video--thumbnail":"figure"},clean:[]}},WwwAolComExtractor:{domain:"www.aol.com",title:{selectors:["h1.p-article__title"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[".p-article__byline__date"],timezone:"America/New_York"},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-content"],transforms:{},clean:[]}},WwwYoutubeComExtractor:{domain:"www.youtube.com",title:{selectors:[['meta[name="title"]',"value"],".watch-title","h1.watch-title-container"]},author:{selectors:[['link[itemprop="name"]',"content"],".yt-user-info"]},date_published:{selectors:[['meta[itemProp="datePublished"]',"value"]],timezone:"GMT"},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{defaultCleaner:!1,selectors:["#player-container-outer","ytd-expandable-video-description-body-renderer #description",["#player-api","#description"]],transforms:{"#player-api":function(e,t){t=t('meta[itemProp="videoId"]').attr("value");e.html('\n <iframe src="https://www.youtube.com/embed/'.concat(t,'" frameborder="0" allowfullscreen></iframe>'))},"#player-container-outer":function(e,t){var r=t('meta[itemProp="videoId"]').attr("value"),t=t('meta[itemProp="description"]').attr("value");e.html('\n <iframe src="https://www.youtube.com/embed/'.concat(r,'" frameborder="0" allowfullscreen></iframe>\n <div><span>').concat(t,"</span></div>"))}},clean:[]}},WwwTheguardianComExtractor:{domain:"www.theguardian.com",title:{selectors:["h1",".content__headline"]},author:{selectors:['address[data-link-name="byline"]',"p.byline"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:['div[data-gu-name="standfirst"]',".content__standfirst"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#maincontent",".content__article-body"],transforms:{},clean:[".hide-on-mobile",".inline-icon"]}},WwwSbnationComExtractor:{domain:"www.sbnation.com",title:{selectors:["h1.c-page-title"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:["p.c-entry-summary.p-dek","h2.c-entry-summary.p-dek"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.c-entry-content"],transforms:{},clean:[]}},WwwBloombergComExtractor:{domain:"www.bloomberg.com",title:{selectors:[".lede-headline","h1.article-title",'h1[class^="headline"]',"h1.lede-text-only__hed"]},author:{selectors:[['meta[name="parsely-author"]',"value"],".byline-details__link",".bydek",".author",'p[class*="author"]']},date_published:{selectors:[["time.published-at","datetime"],["time[datetime]","datetime"],['meta[name="date"]',"value"],['meta[name="parsely-pub-date"]',"value"],['meta[name="parsely-pub-date"]',"content"]]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"],['meta[name="og:image"]',"content"]]},content:{selectors:[".article-body__content",".body-content",["section.copy-block"],".body-copy"],transforms:{},clean:[".inline-newsletter",".page-ad"]}},WwwBustleComExtractor:{domain:"www.bustle.com",title:{selectors:["h1","h1.post-page__title"]},author:{selectors:['a[href*="profile"]',"div.content-meta__author"]},date_published:{selectors:[["time","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article",".post-page__body"],transforms:{},clean:[]}},WwwNprOrgExtractor:{domain:"www.npr.org",title:{selectors:["h1",".storytitle"]},author:{selectors:["p.byline__name.byline__name--block"]},date_published:{selectors:[[".dateblock time[datetime]","datetime"],['meta[name="date"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"],['meta[name="twitter:image:src"]',"value"]]},content:{selectors:[".storytext"],transforms:{".bucketwrap.image":"figure",".bucketwrap.image .credit-caption":"figcaption"},clean:["div.enlarge_measure"]}},WwwRecodeNetExtractor:{domain:"www.recode.net",title:{selectors:["h1.c-page-title"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:["h2.c-entry-summary.p-dek"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[["figure.e-image--hero",".c-entry-content"],".c-entry-content"],transforms:{},clean:[]}},QzComExtractor:{domain:"qz.com",title:{selectors:["article header h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],["time[datetime]","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"],['meta[property="og:image"]',"content"],['meta[name="twitter:image"]',"content"]]},content:{selectors:["#article-content"],transforms:{},clean:[]}},WwwDmagazineComExtractor:{domain:"www.dmagazine.com",title:{selectors:["h1.story__title"]},author:{selectors:[".story__info .story__info__item:first-child"]},date_published:{selectors:[".story__info"],timezone:"America/Chicago",format:"MMMM D, YYYY h:mm a"},dek:{selectors:[".story__subhead"]},lead_image_url:{selectors:[["article figure a:first-child","href"]]},content:{selectors:[".story__content"],transforms:{},clean:[]}},WwwReutersComExtractor:{domain:"www.reuters.com",title:{selectors:['h1[class*="ArticleHeader-headline-"]',"h1.article-headline"]},author:{selectors:[['meta[name="og:article:author"]',"value"],".author"]},date_published:{selectors:[['meta[name="og:article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.ArticleBodyWrapper","#article-text"],transforms:{".article-subtitle":"h4"},clean:['div[class^="ArticleBody-byline-container-"]',"#article-byline .author"]}},MashableComExtractor:{domain:"mashable.com",title:{selectors:["header h1","h1.title"]},author:{selectors:[['meta[name="article:author"]',"value"],"span.author_name a"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#article","section.article-content.blueprint"],transforms:{".image-credit":"figcaption"},clean:[]}},WwwChicagotribuneComExtractor:{domain:"www.chicagotribune.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:["div.article_byline span:first-of-type"]},date_published:{selectors:["time"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article"],transforms:{},clean:[]}},WwwVoxComExtractor:{domain:"www.vox.com",title:{selectors:["h1.c-page-title"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[".p-dek"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[["figure.e-image--hero",".c-entry-content"],".c-entry-content"],transforms:{"figure .e-image__image noscript":function(e){var t=e.html();e.parents(".e-image__image").find(".c-dynamic-image").replaceWith(t)},"figure .e-image__meta":"figcaption"},clean:[]}},NewsNationalgeographicComExtractor:{domain:"news.nationalgeographic.com",title:{selectors:["h1","h1.main-title"]},author:{selectors:[".byline-component__contributors b span"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]],format:"ddd MMM DD HH:mm:ss zz YYYY",timezone:"EST"},dek:{selectors:[".article__deck"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[[".parsys.content",".__image-lead__"],".content"],transforms:{".parsys.content":function(e,t){var r=e.find(".image.parbase.section").find(".picturefill").first().data("platform-src");r&&e.prepend(t('<img class="__image-lead__" src="'.concat(r,'"/>')))}},clean:[".pull-quote.pull-quote--large"]}},WwwNationalgeographicComExtractor:{domain:"www.nationalgeographic.com",title:{selectors:["h1","h1.main-title"]},author:{selectors:[".byline-component__contributors b span"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[".Article__Headline__Desc",".article__deck"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["section.Article__Content",[".parsys.content",".__image-lead__"],".content"],transforms:{".parsys.content":function(e,t){var r,n=e.children().first();n.hasClass("imageGroup")?(r=(n=n.find(".media--medium__container").children().first()).data("platform-image1-path"),(n=n.data("platform-image2-path"))&&r&&e.prepend(t('<div class="__image-lead__">\n <img src="'.concat(r,'"/>\n <img src="').concat(n,'"/>\n </div>')))):(r=e.find(".image.parbase.section").find(".picturefill").first().data("platform-src"))&&e.prepend(t('<img class="__image-lead__" src="'.concat(r,'"/>')))}},clean:[".pull-quote.pull-quote--small"]}},WwwLatimesComExtractor:{domain:"www.latimes.com",title:{selectors:["h1.headline",".trb_ar_hl"]},author:{selectors:['a[data-click="standardBylineAuthorName"]',['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],['meta[itemprop="datePublished"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".page-article-body",".trb_ar_main"],transforms:{".trb_ar_la":function(e){var t=e.find("figure");e.replaceWith(t)}},clean:[".trb_ar_by",".trb_ar_cr"]}},PagesixComExtractor:{domain:"pagesix.com",supportedDomains:["nypost.com"],title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".byline"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[['meta[name="description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[["#featured-image-wrapper",".entry-content"],".entry-content"],transforms:{"#featured-image-wrapper":"figure",".wp-caption-text":"figcaption"},clean:[".modal-trigger"]}},ThefederalistpapersOrgExtractor:{domain:"thefederalistpapers.org",title:{selectors:["h1.entry-title"]},author:{selectors:[".author-meta-title","main span.entry-author-name"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".content"],transforms:{},clean:["header",".article-sharing",".after-article",".type-commenting",".more-posts",["p[style]"]]}},WwwCbssportsComExtractor:{domain:"www.cbssports.com",title:{selectors:[".Article-headline",".article-headline"]},author:{selectors:[".ArticleAuthor-nameText",".author-name"]},date_published:{selectors:[['meta[itemprop="datePublished"]',"value"]],timezone:"UTC"},dek:{selectors:[".Article-subline",".article-subline"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article"],transforms:{},clean:[]}},WwwMsnbcComExtractor:Uo,WwwThepoliticalinsiderComExtractor:{domain:"www.thepoliticalinsider.com",title:{selectors:[['meta[name="sailthru.title"]',"value"]]},author:{selectors:[['meta[name="sailthru.author"]',"value"]]},date_published:{selectors:[['meta[name="sailthru.date"]',"value"]],timezone:"America/New_York"},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div#article-body"],transforms:{},clean:[]}},WwwMentalflossComExtractor:{domain:"www.mentalfloss.com",title:{selectors:[['meta[name="og:title"]',"value"],"h1.title",".title-group",".inner"]},author:{selectors:['a[data-vars-label*="authors"]',".field-name-field-enhanced-authors"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],".date-display-single"],timezone:"America/New_York"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article main","div.field.field-name-body"],transforms:{},clean:["small"]}},AbcnewsGoComExtractor:{domain:"abcnews.go.com",title:{selectors:['div[class*="Article_main__body"] h1',".article-header h1"]},author:{selectors:[".ShareByline span:nth-child(2)",".authors"],clean:[".author-overlay",".by-text"]},date_published:{selectors:[".ShareByline",".timestamp"],format:"MMMM D, YYYY h:mm a",timezone:"America/New_York"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article",".article-copy"],transforms:{},clean:[]}},WwwNydailynewsComExtractor:{domain:"www.nydailynews.com",title:{selectors:["h1.headline","h1#ra-headline"]},author:{selectors:[".article_byline span",['meta[name="parsely-author"]',"value"]]},date_published:{selectors:["time",['meta[name="sailthru.date"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article","article#ra-body"],transforms:{},clean:["dl#ra-tags",".ra-related","a.ra-editor","dl#ra-share-bottom"]}},WwwCnbcComExtractor:{domain:"www.cnbc.com",title:{selectors:["h1.title","h1.ArticleHeader-headline"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div#article_body.content","div.story","div.ArticleBody-articleBody"],transforms:{},clean:[]}},WwwPopsugarComExtractor:{domain:"www.popsugar.com",title:{selectors:["h2.post-title","title-text"]},author:{selectors:[['meta[name="article:author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#content"],transforms:{},clean:[".share-copy-title",".post-tags",".reactions"]}},ObserverComExtractor:{domain:"observer.com",title:{selectors:["h1.entry-title"]},author:{selectors:[".author",".vcard"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:["h2.dek"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.entry-content"],transforms:{},clean:[]}},PeopleComExtractor:{domain:"people.com",title:{selectors:[".article-header h1",['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="sailthru.author"]',"value"],"a.author.url.fn"]},date_published:{selectors:[".mntl-attribution__item-date",['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[".article-header h2"]},content:{selectors:['div[class^="loc article-content"]',"div.article-body__inner"],transforms:{},clean:[]}},WwwUsmagazineComExtractor:{domain:"www.usmagazine.com",title:{selectors:["header h1"]},author:{selectors:["a.author","a.article-byline.tracked-offpage"]},date_published:{timezone:"America/New_York",selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article-content"],transforms:{},clean:[".module-related"]}},WwwRollingstoneComExtractor:{domain:"www.rollingstone.com",title:{selectors:["h1.l-article-header__row--title","h1.content-title"]},author:{selectors:["a.c-byline__link","a.content-author.tracked-offpage"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],"time.content-published-date"],timezone:"America/New_York"},dek:{selectors:["h2.l-article-header__row--lead",".content-description"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".l-article-content",[".lead-container",".article-content"],".article-content"],transforms:{},clean:[".c-related-links-wrapper",".module-related"]}},twofortysevensportsComExtractor:{domain:"247sports.com",title:{selectors:["title","article header h1"]},author:{selectors:[".article-cnt__author",".author"]},date_published:{selectors:[["time[data-published]","data-published"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-body","section.body.article"],transforms:{},clean:[]}},UproxxComExtractor:{domain:"uproxx.com",title:{selectors:["div.entry-header h1"]},author:{selectors:[['meta[name="qc:author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".entry-content"],transforms:{"div.image":"figure","div.image .wp-media-credit":"figcaption"},clean:[]}},WwwEonlineComExtractor:{domain:"www.eonline.com",title:{selectors:["h1.article-detail__title","h1.article__title"]},author:{selectors:[".article-detail__meta__author",".entry-meta__author a"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],['meta[itemprop="datePublished"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[[".article-detail__main-content section"],[".post-content section, .post-content div.post-content__image"]],transforms:{"div.post-content__image":"figure","div.post-content__image .image__credits":"figcaption"},clean:[]}},WwwMiamiheraldComExtractor:{domain:"www.miamiherald.com",title:{selectors:["h1.title"]},date_published:{selectors:["p.published-date"],timezone:"America/New_York"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.dateline-storybody"],transforms:{},clean:[]}},WwwRefinery29ComExtractor:{domain:"www.refinery29.com",title:{selectors:["h1.title"]},author:{selectors:[".contributor"]},date_published:{selectors:[['meta[name="sailthru.date"]',"value"]],timezone:"America/New_York"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[[".full-width-opener",".article-content"],".article-content",".body"],transforms:{"div.loading noscript":function(e){var t=e.html();e.parents(".loading").replaceWith(t)},".section-image":"figure",".section-image .content-caption":"figcaption",".section-text":"p"},clean:[".story-share"]}},WwwMacrumorsComExtractor:{domain:"www.macrumors.com",title:{selectors:["h1","h1.title"]},author:{selectors:['article a[rel="author"]',".author-url"]},date_published:{selectors:[["time","datetime"]],timezone:"America/Los_Angeles"},dek:{selectors:[['meta[name="description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article",".article"],transforms:{},clean:[]}},WwwAndroidcentralComExtractor:{domain:"www.androidcentral.com",title:{selectors:["h1","h1.main-title"]},author:{selectors:[['meta[name="parsely-author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[['meta[name="description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#article-body"],transforms:{},clean:[".intro","blockquote"]}},WwwSiComExtractor:{domain:"www.si.com",title:{selectors:["h1","h1.headline"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="published"]',"value"]],timezone:"America/New_York"},dek:{selectors:[".m-detail-header--dek"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".m-detail--body",["p",".marquee_large_2x",".component.image"]],transforms:{noscript:function(e){e=e.children();return 1===e.length&&"img"===e.get(0).tagName?"figure":null}},clean:[[".inline-thumb",".primary-message",".description",".instructions"]]}},WwwRawstoryComExtractor:{domain:"www.rawstory.com",title:{selectors:[['meta[name="og:title"]',"value"],".blog-title"]},author:{selectors:["div.main-post-head .social-author__name",".blog-author a:first-of-type"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],".blog-author a:last-of-type"],timezone:"EST"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".post-body",".blog-content"],transforms:{},clean:[]}},WwwCnetComExtractor:{domain:"www.cnet.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:["span.author","a.author"]},date_published:{selectors:["time"],timezone:"America/Los_Angeles"},dek:{selectors:[".c-head_dek",".article-dek"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[["img.__image-lead__",".article-main-body"],".article-main-body"],transforms:{"figure.image":function(e){var t=e.find("img");t.attr("width","100%"),t.attr("height","100%"),t.addClass("__image-lead__"),e.remove(".imgContainer").prepend(t)}},clean:[]}},WwwTodayComExtractor:{domain:"www.today.com",title:{selectors:["h1.article-hero-headline__htag","h1.entry-headline"]},author:{selectors:["span.byline-name",['meta[name="author"]',"value"]]},date_published:{selectors:["time[datetime]",['meta[name="DC.date.issued"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article-body__content",".entry-container"],transforms:{},clean:[".label-comment"]}},WwwAlComExtractor:{domain:"www.al.com",title:{selectors:[['meta[name="title"]',"value"]]},author:{selectors:[['meta[name="article_author"]',"value"]]},date_published:{selectors:[['meta[name="article_date_original"]',"value"]],timezone:"EST"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".entry-content"],transforms:{},clean:[]}},WwwThepennyhoarderComExtractor:{domain:"www.thepennyhoarder.com",title:{selectors:[['meta[name="dcterms.title"]',"value"]]},author:{selectors:[['link[rel="author"]',"title"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[[".post-img",".post-text"],".post-text",".single-post-content-inner"],transforms:{},clean:[]}},WwwWesternjournalismComExtractor:{domain:"www.westernjournalism.com",title:{selectors:["title","h1.entry-title"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="DC.date.issued"]',"value"]]},dek:{selectors:[".subtitle"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article-sharing.top + div"],transforms:{},clean:[".ad-notice-small"]}},WwwAmericanowComExtractor:{domain:"www.americanow.com",title:{selectors:[".title",['meta[name="title"]',"value"]]},author:{selectors:[".byline"]},date_published:{selectors:[['meta[name="publish_date"]',"value"]]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[[".article-content",".image",".body"],".body"],transforms:{},clean:[".article-video-wrapper",".show-for-small-only"]}},ScienceflyComExtractor:{domain:"sciencefly.com",title:{selectors:[".entry-title",".cb-entry-title",".cb-single-title"]},author:{selectors:["div.cb-author","div.cb-author-title"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[]},lead_image_url:{selectors:[["div.theiaPostSlider_slides img","src"]]},content:{selectors:["div.theiaPostSlider_slides"],transforms:{},clean:[]}},HellogigglesComExtractor:{domain:"hellogiggles.com",title:{selectors:[['meta[name="og:title"]',"value"],".title"]},author:{selectors:[".byline-wrapper span.author_name",".author-link"]},date_published:{selectors:[['meta[property="article:published_time"]',"content"],['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".main-content",".entry-content"],transforms:{},clean:[]}},ThoughtcatalogComExtractor:{domain:"thoughtcatalog.com",title:{selectors:["h1.title",['meta[name="og:title"]',"value"]]},author:{selectors:["cite a","div.col-xs-12.article_header div.writer-container.writer-container-inline.writer-no-avatar h4.writer-name","h1.writer-name"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".entry.post"],transforms:{},clean:[".tc_mark","figcaption"]}},WwwInquisitrComExtractor:{domain:"www.inquisitr.com",title:{selectors:["h1.entry-title.story--header--title"]},author:{selectors:["div.story--header--author"]},date_published:{selectors:[['meta[name="datePublished"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article.story",".entry-content."],transforms:{},clean:[".post-category",".story--header--socials",".story--header--content"]}},WwwNbcnewsComExtractor:{domain:"www.nbcnews.com",title:{selectors:["div.article-hero-headline h1","div.article-hed h1"]},author:{selectors:["div.article-inline-byline span.byline-name","span.byline_author"]},date_published:{selectors:[['meta[name="article:published"]',"value"],[".flag_article-wrapper time.timestamp_article[datetime]","datetime"],".flag_article-wrapper time"],timezone:"America/New_York"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article-body__content","div.article-body"],transforms:{},clean:[]}},FortuneComExtractor:{domain:"fortune.com",title:{selectors:["h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[".MblGHNMJ"],timezone:"UTC"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[["picture","article.row"],"article.row"],transforms:{},clean:[]}},WwwLinkedinComExtractor:{domain:"www.linkedin.com",title:{selectors:[".article-title","h1"]},author:{selectors:[".main-author-card h3",['meta[name="article:author"]',"value"],".entity-name a[rel=author]"]},date_published:{selectors:[".base-main-card__metadata",['time[itemprop="datePublished"]',"datetime"]],timezone:"America/Los_Angeles"},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-content__body",["header figure",".prose"],".prose"],transforms:{},clean:[".entity-image"]}},ObamawhitehouseArchivesGovExtractor:{domain:"obamawhitehouse.archives.gov",supportedDomains:["whitehouse.gov"],title:{selectors:["h1",".pane-node-title"]},author:{selectors:[".blog-author-link",".node-person-name-link"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[".field-name-field-forall-summary"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{defaultCleaner:!1,selectors:["div#content-start",".pane-node-field-forall-body"],transforms:{},clean:[".pane-node-title",".pane-custom.pane-1"]}},WwwOpposingviewsComExtractor:{domain:"www.opposingviews.com",title:{selectors:["h1.m-detail-header--title","h1.title"]},author:{selectors:[['meta[name="author"]',"value"],"div.date span span a"]},date_published:{selectors:[['meta[name="published"]',"value"],['meta[name="publish_date"]',"value"]]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".m-detail--body",".article-content"],transforms:{},clean:[".show-for-small-only"]}},WwwProspectmagazineCoUkExtractor:{domain:"www.prospectmagazine.co.uk",title:{selectors:[".blog-header__title",".page-title"]},author:{selectors:[".blog-header__author-link",".aside_author .title"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],".post-info"],timezone:"Europe/London"},dek:{selectors:[".blog-header__description",".page-subtitle"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".blog__container","article .post_content"],transforms:{},clean:[]}},ForwardComExtractor:{domain:"forward.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".post-author a",".author-name",['meta[name="sailthru.author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],['meta[name="date"]',"value"]]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".content-container article",[".post-item-media-wrap",".post-item p"]],transforms:{},clean:[".post-author",".donate-box",".message",".subtitle"]}},WwwQdailyComExtractor:{domain:"www.qdaily.com",title:{selectors:["h2","h2.title"]},author:{selectors:[".name"]},date_published:{selectors:[[".date.smart-date","data-origindate"]]},dek:{selectors:[".excerpt"]},lead_image_url:{selectors:[[".article-detail-hd img","src"]]},content:{selectors:[".detail"],transforms:{},clean:[".lazyload",".lazylad",".lazylood"]}},GothamistComExtractor:{domain:"gothamist.com",supportedDomains:["chicagoist.com","laist.com","sfist.com","shanghaiist.com","dcist.com"],title:{selectors:["h1",".entry-header h1"]},author:{selectors:[".article-metadata:nth-child(3) .byline-author",".author"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],"abbr","abbr.published"],timezone:"America/New_York"},dek:{selectors:[null]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-body",".entry-body"],transforms:{"div.image-none":"figure",".image-none i":"figcaption","div.image-left":"figure",".image-left i":"figcaption","div.image-right":"figure",".image-right i":"figcaption"},clean:[".image-none br",".image-left br",".image-right br",".galleryEase"]}},WwwFoolComExtractor:{domain:"www.fool.com",title:{selectors:["h1"]},author:{selectors:[['meta[name="author"]',"value"],".author-inline .author-name"]},date_published:{selectors:[['meta[name="date"]',"value"]]},dek:{selectors:[['meta[name="og:description"]',"value"],"header h2"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".tailwind-article-body",".article-content"],transforms:{".caption img":function(e){var t=e.attr("src");e.parent().replaceWith('<figure><img src="'.concat(t,'"/></figure>'))},".caption":"figcaption"},clean:["#pitch"]}},WwwSlateComExtractor:{domain:"www.slate.com",title:{selectors:[".hed","h1"]},author:{selectors:["a[rel=author]"]},date_published:{selectors:[".pub-date"],timezone:"America/New_York"},dek:{selectors:[".dek"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".body"],transforms:{},clean:[".about-the-author",".pullquote",".newsletter-signup-component",".top-comment"]}},IciRadioCanadaCaExtractor:{domain:"ici.radio-canada.ca",title:{selectors:["h1"]},author:{selectors:[['meta[name="dc.creator"]',"value"]]},date_published:{selectors:[['meta[name="dc.date.created"]',"value"]],format:"YYYY-MM-DD|HH[h]mm",timezone:"America/New_York"},dek:{selectors:["div.lead-container",".bunker-component.lead"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["section.document-content-style",[".main-multimedia-item",".news-story-content"]],transforms:{},clean:[]}},WwwFortinetComExtractor:{domain:"www.fortinet.com",title:{selectors:["h1"]},author:{selectors:[".b15-blog-meta__author"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.responsivegrid.aem-GridColumn.aem-GridColumn--default--12"],transforms:{noscript:function(e){e=e.children();return 1===e.length&&"img"===e.get(0).tagName?"figure":null}}}},WwwFastcompanyComExtractor:{domain:"www.fastcompany.com",title:{selectors:["h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[".post__deck"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".post__article"]}},BlisterreviewComExtractor:{domain:"blisterreview.com",title:{selectors:[['meta[name="og:title"]',"value"],"h1.entry-title"]},author:{selectors:["span.author-name"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],["time.entry-date","datetime"],['meta[itemprop="datePublished"]',"content"]]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"],['meta[property="og:image"]',"content"],['meta[itemprop="image"]',"content"],['meta[name="twitter:image"]',"content"],["img.attachment-large","src"]]},content:{selectors:[[".elementor-section-wrap",".elementor-text-editor > p, .elementor-text-editor > ul > li, .attachment-large, .wp-caption-text"]],transforms:{figcaption:"p"},clean:[".comments-area"]}},NewsMynaviJpExtractor:{domain:"news.mynavi.jp",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:["a.articleHeader_name","main div.article-author a.article-author__name"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article-body","main article div"],transforms:{img:function(e){var t=e.attr("data-original");""!==t&&e.attr("src",t)}},clean:[]}},ClinicaltrialsGovExtractor:{domain:"clinicaltrials.gov",title:{selectors:["h1.tr-solo_record"]},author:{selectors:["div#sponsor.tr-info-text"]},date_published:{selectors:['div:has(> span.term[data-term="Last Update Posted"])']},content:{selectors:["div#tab-body"],transforms:{},clean:[".usa-alert> img"]}},GithubComExtractor:{domain:"github.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[]},date_published:{selectors:[["relative-time[datetime]","datetime"],['span[itemprop="dateModified"] relative-time',"datetime"]]},dek:{selectors:[['meta[name="description"]',"value"],'span[itemprop="about"]']},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[["#readme article"]],transforms:{},clean:[]}},WwwRedditComExtractor:{domain:"www.reddit.com",title:{selectors:['div[data-test-id="post-content"] h1','div[data-test-id="post-content"] h2']},author:{selectors:['div[data-test-id="post-content"] a[href*="user/"]']},date_published:{selectors:['div[data-test-id="post-content"] span[data-click-id="timestamp"]','div[data-test-id="post-content"] a[data-click-id="timestamp"]']},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[['div[data-test-id="post-content"] p'],['div[data-test-id="post-content"] a[target="_blank"]:not([data-click-id="timestamp"])','div[data-test-id="post-content"] div[data-click-id="media"]'],['div[data-test-id="post-content"] div[data-click-id="media"]'],['div[data-test-id="post-content"] a'],'div[data-test-id="post-content"]'],transforms:{'div[role="img"]':function(e){var t=e.find("img"),r=e.css("background-image");return 1===t.length&&r?(t.attr("src",r.match(/\((.*?)\)/)[1].replace(/('|")/g,"")),t):e}},clean:[".icon",'span[id^="PostAwardBadges"]','div a[data-test-id="comments-page-link-num-comments"]']}},OtrsComExtractor:{domain:"otrs.com",title:{selectors:["#main article h1"]},author:{selectors:["div.dateplusauthor a"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#main article"],defaultCleaner:!1,transforms:{},clean:["div.dateplusauthor","div.gr-12.push-6.footershare","#atftbx","div.category-modul"]}},WwwOssnewsJpExtractor:{domain:"www.ossnews.jp",title:{selectors:["#alpha-block h1.hxnewstitle"]},author:null,date_published:{selectors:["p.fs12"],format:"YYYY年MM月DD日 HH:mm",timezone:"Asia/Tokyo"},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#alpha-block .section:has(h1.hxnewstitle)"],defaultCleaner:!1,transforms:{},clean:[]}},BuzzapJpExtractor:{domain:"buzzap.jp",title:{selectors:["h1.entry-title"]},author:null,date_published:{selectors:[["time.entry-date","datetime"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.ctiframe"],defaultCleaner:!1,transforms:{},clean:[]}},WwwAsahiComExtractor:{domain:"www.asahi.com",title:{selectors:["main h1",".ArticleTitle h1"]},author:{selectors:[['meta[name="article:author"]',"value"]]},date_published:{selectors:[['meta[name="pubdate"]',"value"]]},dek:null,excerpt:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],defaultCleaner:!1,transforms:{},clean:["div.AdMod","div.LoginSelectArea","time","div.notPrint"]}},WwwSanwaCoJpExtractor:{domain:"www.sanwa.co.jp",title:{selectors:["#newsContent h1"]},author:null,date_published:{selectors:["dl.date"],format:"YYYY.MM.DD",timezone:"Asia/Tokyo"},dek:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#newsContent"],defaultCleaner:!1,transforms:{},clean:["#smartphone","div.sns_box","div.contentFoot"]}},WwwElecomCoJpExtractor:{domain:"www.elecom.co.jp",title:{selectors:["title"]},author:null,date_published:{selectors:["p.section-last"],format:"YYYY.MM.DD",timezone:"Asia/Tokyo"},dek:null,lead_image_url:null,content:{selectors:["td.TableMain2"],defaultCleaner:!1,transforms:{table:function(e){e.attr("width","auto")}},clean:[]}},ScanNetsecurityNeJpExtractor:{domain:"scan.netsecurity.ne.jp",title:{selectors:["header.arti-header h1.head"]},author:null,date_published:{selectors:[['meta[name="article:modified_time"]',"value"]]},dek:{selectors:["header.arti-header p.arti-summary"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.arti-content.arti-content--thumbnail"],defaultCleaner:!1,transforms:{},clean:["aside.arti-giga"]}},JvndbJvnJpExtractor:{domain:"jvndb.jvn.jp",title:{selectors:["title"]},author:null,date_published:{selectors:["div.modifytxt:nth-child(2)"],format:"YYYY/MM/DD",timezone:"Asia/Tokyo"},dek:null,lead_image_url:null,content:{selectors:["#news-list"],defaultCleaner:!1,transforms:{},clean:[]}},GeniusComExtractor:r,WwwJnsaOrgExtractor:{domain:"www.jnsa.org",title:{selectors:["#wgtitle h2"]},author:null,date_published:null,dek:null,excerpt:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#main_area"],transforms:{},clean:["#pankuzu","#side"]}},PhpspotOrgExtractor:{domain:"phpspot.org",title:{selectors:["h3.hl"]},author:null,date_published:{selectors:["h4.hl"],format:"YYYY年MM月DD日",timezone:"Asia/Tokyo"},dek:null,lead_image_url:null,content:{selectors:["div.entrybody"],defaultCleaner:!1,transforms:{},clean:[]}},WwwInfoqComExtractor:{domain:"www.infoq.com",title:{selectors:["h1.heading"]},author:{selectors:["div.widget.article__authors"]},date_published:{selectors:[".article__readTime.date"],format:"YYYY年MM月DD日",timezone:"Asia/Tokyo"},dek:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article__data"],defaultCleaner:!1,transforms:{},clean:[]}},WwwMoongiftJpExtractor:{domain:"www.moongift.jp",title:{selectors:["h1.title a"]},author:null,date_published:{selectors:["ul.meta li:not(.social):first-of-type"],timezone:"Asia/Tokyo"},dek:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#main"],transforms:{},clean:["ul.mg_service.cf"]}},WwwItmediaCoJpExtractor:{domain:"www.itmedia.co.jp",supportedDomains:["www.atmarkit.co.jp","techtarget.itmedia.co.jp","nlab.itmedia.co.jp"],title:{selectors:["#cmsTitle h1"]},author:{selectors:["#byline"]},date_published:{selectors:[['meta[name="article:modified_time"]',"value"]]},dek:{selectors:["#cmsAbstract h2"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#cmsBody"],defaultCleaner:!1,transforms:{},clean:["#snsSharebox"]}},WwwPublickey1JpExtractor:{domain:"www.publickey1.jp",title:{selectors:["h1"]},author:{selectors:[".bloggerinchief p:first-of-type","#subcol p:has(img)"]},date_published:{selectors:["div.pubdate"],format:"YYYY年MM月DD日",timezone:"Asia/Tokyo"},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#maincol"],defaultCleaner:!1,transforms:{},clean:["#breadcrumbs","div.sbm","div.ad_footer"]}},TakagihiromitsuJpExtractor:{domain:"takagi-hiromitsu.jp",title:{selectors:["h3"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[http-equiv="Last-Modified"]',"value"]]},dek:null,lead_image_url:null,content:{selectors:["div.body"],defaultCleaner:!1,transforms:{},clean:[]}},BookwalkerJpExtractor:{domain:"bookwalker.jp",title:{selectors:["h1.p-main__title","h1.main-heading"]},author:{selectors:["div.p-author__list","div.authors"]},date_published:{selectors:["dl.p-information__data dd:nth-of-type(7)",".work-info .work-detail:first-of-type .work-detail-contents:last-of-type"],timezone:"Asia/Tokyo"},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.p-main__information",["div.main-info","div.main-cover-inner"]],defaultCleaner:!1,transforms:{},clean:["span.label.label--trial","dt.info-head.info-head--coin","dd.info-contents.info-contents--coin","div.info-notice.fn-toggleClass"]}},WwwYomiuriCoJpExtractor:{domain:"www.yomiuri.co.jp",title:{selectors:["h1.title-article.c-article-title"]},author:null,date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.p-main-contents"],transforms:{},clean:[]}},JapanCnetComExtractor:{domain:"japan.cnet.com",title:{selectors:[".leaf-headline-ttl"]},author:{selectors:[".writer"]},date_published:{selectors:[".date"],format:"YYYY年MM月DD日 HH時mm分",timezone:"Asia/Tokyo"},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article_body"],transforms:{},clean:[]}},DeadlineComExtractor:{domain:"deadline.com",title:{selectors:["h1"]},author:{selectors:["section.author h2"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.a-article-grid__main.pmc-a-grid article.pmc-a-grid-item"],transforms:{".embed-twitter":function(e){var t=e.html();e.replaceWith(t)}},clean:["figcaption"]}},WwwGizmodoJpExtractor:{domain:"www.gizmodo.jp",title:{selectors:["h1.p-post-title"]},author:{selectors:["li.p-post-AssistAuthor"]},date_published:{selectors:[["li.p-post-AssistTime time","datetime"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article.p-post"],transforms:{"img.p-post-thumbnailImage":function(e){var t=e.attr("src");e.attr("src",t.replace(/^.*=%27/,"").replace(/%27;$/,""))}},clean:["h1.p-post-title","ul.p-post-Assist"]}},GetnewsJpExtractor:{domain:"getnews.jp",title:{selectors:["article h1"]},author:{selectors:[['meta[name="article:author"]',"value"],"span.prof"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],["ul.cattag-top time","datetime"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.post-bodycopy"],transforms:{},clean:[]}},WwwLifehackerJpExtractor:{domain:"www.lifehacker.jp",title:{selectors:['h1[class^="article_pArticle_Title"]',"h1.lh-summary-title"]},author:{selectors:[['meta[name="author"]',"value"],"p.lh-entryDetailInner--credit"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],["div.lh-entryDetail-header time","datetime"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:['div[class^="article_pArticle_Body__"]',"div.lh-entryDetail-body"],transforms:{"img.lazyload":function(e){var t=e.attr("src");e.attr("src",t.replace(/^.*=%27/,"").replace(/%27;$/,""))}},clean:["p.lh-entryDetailInner--credit"]}},SectIijAdJpExtractor:{domain:"sect.iij.ad.jp",title:{selectors:["div.title-box-inner h1","h3"]},author:{selectors:["p.post-author a","dl.entrydate dd"]},date_published:{selectors:["time"],format:"YYYY年MM月DD日",timezone:"Asia/Tokyo"},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".entry-inner","#article"],transforms:{},clean:["dl.entrydate"]}},WwwOreillyCoJpExtractor:{domain:"www.oreilly.co.jp",title:{selectors:[['meta[name="og:title"]',"value"],"h3"]},author:{selectors:['span[itemprop="author"]','li[itemprop="author"]']},date_published:{selectors:[['dd[itemprop="datePublished"]',"content"],['meta[itemprop="datePublished"]',"value"]],timezone:"Asia/Tokyo"},dek:null,lead_image_url:{selectors:[['meta[name="og:image:secure_url"]',"value"],['meta[name="og:image"]',"value"]]},content:{selectors:["section.detail","#content"],defaultCleaner:!1,transforms:{},clean:[".social-tools"]}},WwwIpaGoJpExtractor:{domain:"www.ipa.go.jp",title:{selectors:["h1"]},author:null,date_published:{selectors:["p.ipar_text_right"],format:"YYYY年M月D日",timezone:"Asia/Tokyo"},dek:null,lead_image_url:null,content:{selectors:["#ipar_main"],defaultCleaner:!1,transforms:{},clean:["p.ipar_text_right"]}},WeeklyAsciiJpExtractor:{domain:"weekly.ascii.jp",title:{selectors:["article h1",'h1[itemprop="headline"]']},author:{selectors:["p.author"]},date_published:{selectors:["p.date",['meta[name="odate"]',"value"]],format:"YYYY年MM月DD日 HH:mm",timezone:"Asia/Tokyo"},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div#contents_detail","div.article"],transforms:{},clean:[]}},TechlogIijAdJpExtractor:{domain:"techlog.iij.ad.jp",title:{selectors:["h1.entry-title"]},author:{selectors:['a[rel="author"]']},date_published:{selectors:[["time.entry-date","datetime"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.entry-content"],defaultCleaner:!1,transforms:{},clean:[".wp_social_bookmarking_light"]}},WiredJpExtractor:m,JapanZdnetComExtractor:{domain:"japan.zdnet.com",title:{selectors:["h1"]},author:{selectors:[['meta[name="cXenseParse:author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article_body"],transforms:{},clean:[]}},WwwRbbtodayComExtractor:{domain:"www.rbbtoday.com",title:{selectors:["h1"]},author:{selectors:[".writer.writer-name"]},date_published:{selectors:[["header time","datetime"]]},dek:{selectors:[['meta[name="description"]',"value"],".arti-summary"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".arti-content"],transforms:{},clean:[".arti-giga"]}},WwwLemondeFrExtractor:{domain:"www.lemonde.fr",title:{selectors:["h1.article__title"]},author:{selectors:[".author__name"]},date_published:{selectors:[['meta[name="og:article:published_time"]',"value"]]},dek:{selectors:[".article__desc"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article__content"],transforms:{},clean:["figcaption"]}},WwwPhoronixComExtractor:{domain:"www.phoronix.com",title:{selectors:["article h1","article header"]},author:{selectors:[".author a:first-child"]},date_published:{selectors:[".author"],format:"D MMMM YYYY at hh:mm",timezone:"America/New_York"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".content","article"],defaultCleaner:!1,transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:[]}},PitchforkComExtractor:{domain:"pitchfork.com",title:{selectors:[['meta[name="og:title"]',"value"],"title"]},author:{selectors:[['meta[name="article:author"]',"value"],".authors-detail__display-name"]},date_published:{selectors:['div[class^="InfoSliceWrapper-"]',[".pub-date","datetime"]]},dek:{selectors:[['meta[name="og:description"]',"value"],".review-detail__abstract"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"],[".single-album-tombstone__art img","src"]]},content:{selectors:["div.body__inner-container",".review-detail__text"]},extend:{score:{selectors:['p[class*="Rating"]',".score"]}}},BiorxivOrgExtractor:{domain:"biorxiv.org",title:{selectors:["h1#page-title"]},author:{selectors:["div.highwire-citation-biorxiv-article-top > div.highwire-cite-authors"]},content:{selectors:["div#abstract-1"],transforms:{},clean:[]}},EpaperZeitDeExtractor:{domain:"epaper.zeit.de",title:{selectors:["p.title"]},author:{selectors:[".article__author"]},date_published:null,excerpt:{selectors:["subtitle"]},lead_image_url:null,content:{selectors:[".article"],transforms:{"p.title":"h1",".article__author":"p",byline:"p",linkbox:"p"},clean:["image-credits","box[type=citation]"]}},WwwLadbibleComExtractor:{domain:"www.ladbible.com",title:{selectors:["h1"]},author:{selectors:["[class*=Byline]"]},date_published:{selectors:["time"],timezone:"Europe/London"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["[class*=ArticleContainer]"],clean:["time","source",'a[href^="https://www.ladbible.com/"]',"picture","[class*=StyledCardBlock]"]}},TimesofindiaIndiatimesComExtractor:{domain:"timesofindia.indiatimes.com",title:{selectors:["h1"]},extend:{reporter:{selectors:["div.byline"],transforms:{}}},date_published:{selectors:[".byline"],format:"MMM D, YYYY, HH:mm z",timezone:"Asia/Kolkata"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.contentwrapper:has(section)"],defaultCleaner:!1,clean:["section","h1",".byline",".img_cptn",".icon_share_wrap",'ul[itemtype="https://schema.org/BreadcrumbList"]']}},MaTtiasBeExtractor:{domain:"ma.ttias.be",title:{selectors:[['meta[name="twitter:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},content:{selectors:[[".content"]],transforms:{h2:function(e){return e.attr("id",null),"h3"},h1:function(e){e.attr("id",null),e.after("<p></p>")},ul:function(e){e.attr("class","entry-content-asset")}}}},PastebinComExtractor:{domain:"pastebin.com",title:{selectors:["h1"]},author:{selectors:[".username",".paste_box_line2 .t_us + a"]},date_published:{selectors:[".date",".paste_box_line2 .t_da + span"],timezone:"America/New_York",format:"MMMM D, YYYY"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".source","#selectable .text"],transforms:{ol:"div",li:"p"},clean:[]}},WwwAbendblattDeExtractor:w,WwwGrueneDeExtractor:{domain:"www.gruene.de",title:{selectors:["header h1"]},author:null,date_published:null,dek:null,lead_image_url:{selectors:[['meta[property="og:image"]',"content"]]},content:{selectors:[["section header","section h2","section p","section ol"]],transforms:{},clean:["figcaption","p[class]"]}},ArstechnicaComExtractor:{domain:"arstechnica.com",title:{selectors:["title","h1"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".post-content","main"],transforms:{img:function(e){e.removeAttr("width"),e.removeAttr("sizes")}},clean:["header",".upper-deck__text",".text-settings-dropdown-story"]}},WwwNdtvComExtractor:{domain:"www.ndtv.com",title:{selectors:[['meta[name="og:title"]',"value"],"h1.entry-title"]},author:{selectors:['span[itemprop="author"] span[itemprop="name"]']},date_published:{selectors:[['span[itemprop="dateModified"]',"content"]]},dek:{selectors:["h2"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:['div[itemprop="articleBody"]'],transforms:{".place_cont":function(e){var t;e.parents("p").length||(t=e.next("p"))&&(e.remove(),t.prepend(e))}},clean:[".highlghts_Wdgt",".ins_instory_dv_caption","input","._world-wrapper .mt20"]}},SpektrumExtractor:{domain:"www.spektrum.de",title:{selectors:[".content__title"]},author:{selectors:[".content__author__info__name"]},date_published:{selectors:[".content__meta__date"],timezone:"Europe/Berlin"},dek:{selectors:[".content__intro"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"],['meta[property="og:image"]',"content"],".image__article__top img"]},content:{selectors:["article.content"],clean:[".breadcrumbs",".hide-for-print","aside","header h2",".image__article__top",".content__author",".copyright",".callout-box"]}},PostlightComExtractor:{domain:"postlight.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="parsely-author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:["h2.single-hero__abstract"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main.post"],transforms:{},clean:["section.pl-post-link","aside","section.insights_featured_case_studies"]}},WwwInvestmentexecutiveComExtractor:{domain:"www.investmentexecutive.com",title:{selectors:["h1"]},author:{selectors:['div[itemprop="author"]']},date_published:{selectors:[['meta[itemprop="datePublished"]',"value"]]},dek:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["section.article-body"],clean:[".hidden"]}},WwwCbcCaExtractor:{domain:"www.cbc.ca",title:{selectors:["h1"]},author:{selectors:[".authorText",".bylineDetails"]},date_published:{selectors:[[".timeStamp[datetime]","datetime"]]},dek:{selectors:[".deck"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".story"],transforms:{},clean:[]}},WwwVersantsComExtractor:{domain:"www.versants.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{transforms:{".featured-image":function(e){e.addClass("mercury-parser-keep");var t=e.find("span");e.find("figure").append(t)}},selectors:[".article-content"],clean:[".adv-link",".versa-target","header",".author",".thumbnail-slider"]}},Www1pezeshkComExtractor:$o,WwwAndroidauthorityComExtractor:Ko,TechcrunchComExtractor:{domain:"techcrunch.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],transforms:{},clean:["img.post-authors-list__author-thumb"]}},WwwHardwarezoneComSgExtractor:{domain:"www.hardwarezone.com.sg",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".article-view-author-name a"]},date_published:{selectors:[".article-view-timestamp"],timezone:"UTC"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".content","article"],transforms:{img:function(e){e.removeAttr("sizes")},p:function(e){e.attr("class","mercury-parser-keep")}},clean:[]}},WwwSpiegelDeExtractor:{domain:"www.spiegel.de",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="date"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:['div[data-area="body"]',"article"],transforms:{},clean:[]}},MobilesyrupComExtractor:{domain:"mobilesyrup.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-content"],transforms:{".article-content > ul":function(e){e.attr("class","mercury-parser-keep")}},clean:[]}},WwwChannelnewsasiaComExtractor:{domain:"www.channelnewsasia.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".link--author-profile",['meta[name="cXenseParse:author"]',"value"]]},date_published:{selectors:[".article-publish:not(span)"],format:"DD MMM YYYY HH:mma",timezone:"Asia/Singapore"},dek:{selectors:[".content-detail__description"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:['section[data-title="Content"]'],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:[]}},WccftechComExtractor:{domain:"wccftech.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:["div.meta a:first-of-type"]},date_published:{selectors:[['meta[name="pub_date"]',"value"],['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".content"],transforms:{},clean:[".democracy"]}},WwwHeiseDeExtractor:{domain:"www.heise.de",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="date"]',"value"]]},dek:{selectors:[".a-article-header__lead"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-layout__content"],transforms:{h3:function(e){return e.attr("class","mercury-parser-keep")}},clean:[".ad-mobile-group-1",".branding",'[data-component="RecommendationBox"]']}},TldrTechExtractor:{domain:"tldr.tech",title:{selectors:["h1"]},lead_image_url:{selectors:[['meta[name="twitter:image"]',"value"]]},content:{selectors:[".content-center","body"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")},h3:function(e){return e.attr("class","mercury-parser-keep")}},clean:[]}},BskyAppExtractor:{domain:"bsky.app",title:{selectors:[['meta[name="og:title"]',"value"]]},author:null,date_published:null,lead_image_url:{selectors:[['meta[property="og:image"]',"content"],['meta[name="og:image"]',"value"]]},content:{selectors:["noscript"],transforms:{noscript:function(e,t){t=t(t.browser?e.text():e.html()).find("#bsky_post_text");e.replaceWith(t.html())}},clean:[]}},WwwNtvDeExtractor:{domain:"www.n-tv.de",title:{selectors:[['meta[name="og:title"]',"value"]]},date_published:{selectors:[['meta[name="date"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article__text","article"],transforms:{},clean:[".article__share-main"]}},SportSePlExtractor:Jo,WwwSePlExtractor:P,PolitykaSePlExtractor:j,SuperserialeSePlExtractor:{domain:"superseriale.se.pl",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".article_author:first-of-type"]},date_published:{selectors:["#timezone"],timezone:"Europe/Warsaw"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:["#timezone",".author",".article__author__croppimg",".related_articles__elements",".gl_plugin.socials",".gl_plugin.player",".gl_plugin.video_player",".gl_plugin + video"]}},SzczecinSePlExtractor:Xo,SuperbizSePlExtractor:Zo,PortalobronnySePlExtractor:Qo,PolskisamorzadSePlExtractor:{domain:"polskisamorzad.se.pl",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".article_author:first-of-type",".article-author",['meta[name="og:article:author"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-single"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:["#timezone",".author",".article__author__croppimg",".article_authors_with_thumbnail",".related_articles__elements",".gl_plugin.socials",".gl_plugin.player",".gl_plugin.video_player",".gl_plugin + video"]}},LodzSePlExtractor:es,WroclawSePlExtractor:ts,LublinSePlExtractor:rs,BialystokSePlExtractor:ns,WwwLebensmittelwarnungDeExtractor:{domain:"www.lebensmittelwarnung.de",title:{selectors:[".lmw-intro__heading","title"]},date_published:{selectors:[[".lmw-intro__meta > time","datetime"]],timezone:"Europe/Berlin"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],transforms:{h2:function(e){var t=e.find("button");0<e.find("button").length&&(e.find(".lmw-section__toggle-icon").remove(),e.text(t.text().trim())),e.attr("class","mercury-parser-keep")},ul:function(e){e.attr("class","mercury-parser-keep")},".lmw-bodytext":function(e){e.attr("class","mercury-parser-keep")},".lmw-description-list__item":function(e){e.attr("class","mercury-parser-keep")}},clean:[]}},WwwQbitaiComExtractor:{domain:"www.qbitai.com",title:{selectors:["title","h1"]},content:{selectors:[".article"],transforms:{".zhaiyao":function(e){return e.attr("class","mercury-parser-keep")}},clean:[".article_info"]}},EconomictimesIndiatimesComExtractor:{domain:"economictimes.indiatimes.com",title:{selectors:["title",['meta[name="og:title"]',"value"]]},author:{selectors:['a[rel="author"]']},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article"],transforms:{},clean:["span.imgAgency"]}},FactorioComExtractor:{domain:"factorio.com",title:{selectors:["title"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[[".blog-post","div:nth-child(2)"]],transforms:{h3:function(e){var t=e.find("author");t.text()&&(e.after("<p>".concat(t.text(),"</p>")),t.remove())}},clean:[".logo-expansion-space-age"]}},WwwTagesschauDeExtractor:{domain:"www.tagesschau.de",title:{selectors:[".seitenkopf__headline--text","title"]},author:{selectors:[".authorline__author authorline__link:first-child"]},date_published:{selectors:[['meta[name="date"]',"value"],".metatextline"],timezone:"UTC"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article"],clean:["[data-config]",".seitenkopf__headline",".authorline__author",".metatextline"]}},Nineto5googleComExtractor:{domain:"9to5google.com",title:{selectors:["title","h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],transforms:{img:function(e){e.removeAttr("sizes")}},clean:[".post-meta"]}},WwwEngadgetComExtractor:{domain:"www.engadget.com",title:{selectors:["title","h1"]},author:{selectors:[".caas-attr-item-author"]},date_published:{selectors:[["time","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".caas-body"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")},"blockquote noscript":function(e){return null!=e.find("iframe")?"div":null}},clean:[]}},TarnkappeInfoExtractor:{domain:"tarnkappe.info",title:{selectors:["title","h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:["section#author"]}},WwwVortezNetExtractor:{domain:"www.vortez.net",title:{selectors:["title"]},author:{selectors:[]},date_published:{selectors:[]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},next_page_url:{selectors:[".pagelink:nth-child(2) > a"]},content:{selectors:[".main-content",".the-article-content"],transforms:{strong:"p",h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:[".article-header",".panel-title","select","br"]}},WwwPolygonComExtractor:{domain:"www.polygon.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")},h3:function(e){return e.attr("class","mercury-parser-keep")},img:function(e){var t=e.attr("srcset"),r=(t||"").split(","),r=C(r,1)[0];r&&e.parent().replaceWith('<figure><img srcset="'.concat(t,'" src="').concat(r,'"/></figure>'))}},clean:["cite",".duet--ad--native-ad-rail",".duet--layout--rail",".duet--article--table-of-contents"]}},WwwThevergeComExtractor:{domain:"www.theverge.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#zephr-anchor","article"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")},h3:function(e){return e.attr("class","mercury-parser-keep")},h4:function(e){return e.attr("class","mercury-parser-keep")},img:function(e){var t=e.attr("srcset"),r=(t||"").split(","),r=C(r,1)[0];r&&e.parent().replaceWith('<figure><img srcset="'.concat(t,'" src="').concat(r,'"/></figure>'))}},clean:[]}},WwwTechpowerupComExtractor:{domain:"www.techpowerup.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".byline address"]},date_published:{selectors:[[".byline time[datetime]","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".contnt"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:["header","footer"]},next_page_url:{selectors:[[".nextpage-bottom","href"]]}},WwwFlatpanelshdComExtractor:{domain:"www.flatpanelshd.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[itemprop="author"]',"value"]]},date_published:{selectors:[['meta[itemprop="datePublished"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#zephr-anchor","article"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")},h3:function(e){return e.attr("class","mercury-parser-keep")},h4:function(e){return e.attr("class","mercury-parser-keep")},pre:"div"},clean:[]}},Nineto5macComExtractor:{domain:"9to5mac.com",title:{selectors:["title","h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],transforms:{img:function(e){e.removeAttr("sizes")}},clean:[".post-meta"]}},WwwNotebookcheckNetExtractor:{domain:"www.notebookcheck.net",title:{selectors:["h1"]},author:{selectors:[".intro-author a"]},date_published:{selectors:[[".intro-author time","datetime"]],timezone:"GMT"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#content"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")},h3:function(e){return e.attr("class","mercury-parser-keep")},h4:function(e){return e.attr("class","mercury-parser-keep")}},clean:[".ttcl_3",".socialarea",".tx-nbc2fe-relatedarticles","aside"]}},WwwFuturaSciencesComExtractor:{domain:"www.futura-sciences.com",title:{selectors:["title","h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#article-anchor-article-main-content",".article-text"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")},h3:function(e){return e.attr("class","mercury-parser-keep")},h4:function(e){return e.attr("class","mercury-parser-keep")},ul:function(e){return e.attr("class","mercury-parser-keep")}},clean:[".cWHWfD",'span[class*="wrappers__Span"]']}},SgNewsYahooComExtractor:{domain:"sg.news.yahoo.com",title:{selectors:[['meta[name="og:title"]',"value"],"title"]},author:{selectors:[".caas-attr-provider",'meta[name="author"]']},date_published:{selectors:["time[datetime]",'meta[property="article:published_time"]'],timezone:"UTC"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".caas-body-content","article"],transforms:{},clean:[".caas-header",".caas-logo",".caas-title-wrapper","button",".advertisement",".sda-*",'[data-content="Advertisement"]']}},GonintendoComExtractor:{domain:"gonintendo.com",title:{selectors:[['meta[name="og:title"]',"value"]]},date_published:{selectors:[['meta[name="og:article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".content"],transforms:{},clean:[".text-brand-gray-600"]}},OrfAtExtractor:{domain:"orf.at",title:{selectors:["title"]},date_published:{selectors:[['meta[name="dc.date"]',"value"]],timezone:"Europe/Vienna"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],transforms:{},clean:[".story-meta"]}}}),is=yt(as).reduce(function(e,t){t=as[t];return x({},e,Ho(t))},{}),os=e(function(e,t){!function(){var l="ltr",u="rtl",f={Hebrew:["0590","05FF"],Arabic:["0600","06FF"],NKo:["07C0","07FF"],Syriac:["0700","074F"],Thaana:["0780","07BF"],Tifinagh:["2D30","2D7F"]};function e(e){if(void 0===e)throw new Error("TypeError missing argument");if("string"!=typeof e)throw new Error("TypeError getDirection expects strings");if(""===e)return"";if(-1<e.indexOf("‎")&&-1<e.indexOf("‏"))return"bidi";if(-1<e.indexOf("‎"))return l;if(-1<e.indexOf("‏"))return u;var t=r(e,u),e=r(e,l);return t&&e?"bidi":e?l:t?u:""}function r(e,t){var r,n,a,i,o=!1,s=!1,c=-1<e.search(/[0-9]/);for(e=e.replace(/[\s\n\0\f\t\v\'\"\-0-9\+\?\!]+/gm,""),r=0;r<e.length;r++){for(a in n=e.charAt(r),i=!1,f)!f.hasOwnProperty(a)||!function(e,t,r){e=e.charCodeAt(0),t=parseInt(t,16),r=parseInt(r,16);return t<e&&e<r}(n,f[a][0],f[a][1])||(i=o=!0);!1===i&&(s=!0)}return t===u?o:t===l?s||!o&&c:void 0}t.getDirection=e,t.patch=function(){String.prototype.getDirection=function(){return e(this.valueOf())}}}.call(this)}),ss=(os.getDirection,os.patch,/^\s*(posted |written )?by\s*:?\s*(.*)/i),cs=new RegExp("http(s)?://","i"),ls=/^\d{13}$/i,us=/^\d{10}$/i,fs=/^\s*published\s*:?\s*(.*)/i,ds=/(.*\d)(am|pm)(.*)/i,hs=/\.m\./i,ms=/^\s*(just|right)?\s*now\s*/i,Go=["seconds?","minutes?","hours?","days?","weeks?","months?","years?"].join("|"),ps=new RegExp("(\\d+)\\s+(".concat(Go,")\\s+ago"),"i"),t=["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"].join("|"),gs=new RegExp("(".concat("[0-9]{1,2}:[0-9]{2,2}( ?[ap].?m.?)?",")|(").concat("[0-9]{1,2}[/-][0-9]{1,2}[/-][0-9]{2,4}",")|(").concat("-[0-9]{3,4}$",")|([0-9]{1,4})|(").concat(t,")"),"ig"),vs=/-\d{3,4}$/,ys=/(: | - | \| )/g,_s=new RegExp(".com$|.net$|.org$|.co.uk$","g");function bs(e){return ra(e.replace(ss,"$2").trim())}function As(e){try{return new URL(e.trim()).toString()}catch(e){return null}}function ws(e,t){function r(n){return function(e,t,r){return n+t+(r[0].toUpperCase()===r[0]?"A":"a")}}return e=e.toString(),(t=t||{}).preferredOrder=t.preferredOrder||lc,e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=e.replace(sc,"x")).replace(cc,"X")).replace(oc,"[$1]")).replace(Es,"dddd")).replace(Ms,"ddd")).replace(Ss,"dd")).replace(Ds,"Do")).replace(Ts,"MMMM")).replace(Cs,"MMM")).replace(Os,function(e,t,r,n,a,i){var o,s=1===Math.min(r.length,a.length,i.length),c=4===Math.max(r.length,a.length,i.length),e="string"==typeof e.preferredOrder?e.preferredOrder:e.preferredOrder[n];if(r=parseInt(r,10),a=parseInt(a,10),i=parseInt(i,10),o=[r,a,i],e=e.toUpperCase(),31<r)return o[0]=c?"YYYY":"YY",o[1]=s?"M":"MM",o[2]=s?"D":"DD",o.join(n);if(12<a)return o[0]=s?"M":"MM",o[1]=s?"D":"DD",o[2]=c?"YYYY":"YY",o.join(n);if(31<i)return o[2]=c?"YYYY":"YY","M"===e[0]&&r<13?(o[0]=s?"M":"MM",o[1]=s?"D":"DD"):(o[0]=s?"D":"DD",o[1]=s?"M":"MM"),o.join(n);return o[e.indexOf("D")]=s?"D":"DD",o[e.indexOf("M")]=s?"M":"MM",o[e.indexOf("Y")]=c?"YYYY":"YY",o.join(n)}.bind(null,t))).replace(Ns,"Z")).replace(Ws,"HH:mm:ss.SSS")).replace(Is,"HH:mm:ss.SS")).replace(Bs,"HH:mm:ss.S")).replace(Ps,r("hh:mm:ss"))).replace(Rs,r("h:mm:ss"))).replace(js,r("hh:mm"))).replace(Ls,r("h:mm"))).replace(zs,r("hh"))).replace(Ys,r("h"))).replace(Hs,"HH:mm:ss")).replace(Gs,"H:mm:ss.SSS")).replace(Us,"H:mm:ss.SS")).replace($s,"H:mm:ss.S")).replace(Fs,"H:mm:ss")).replace(qs,"HH:mm")).replace(Vs,"H:mm")).replace(Ks,"YYYY")).replace(Qs,"D/M")).replace(ec,"D/MM")).replace(tc,"DD/M")).replace(rc,"DD/MM")).replace(nc,"M/YY")).replace(ac,"MM/YY")).match(ic)?(e=e.replace(/0\d.\d{2}|\d{2}.\d{2}/,"H.mm")).replace(/\d{1}.\d{2}/,"h.mm"):e).replace(Js,"DD")).replace(Xs,"D")).replace(Zs,"YY")).length<1?void 0:e}var xs=e(function(lo,e){lo.exports=function(){var R,L;function f(){return R.apply(null,arguments)}function Y(e){R=e}function o(e){return e instanceof Array||Object.prototype.toString.call(e)==="[object Array]"}function W(e){return e!=null&&Object.prototype.toString.call(e)==="[object Object]"}function c(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function I(e){if(Object.getOwnPropertyNames)return Object.getOwnPropertyNames(e).length===0;else{var t;for(t in e)if(c(e,t))return false;return true}}function s(e){return e===void 0}function l(e){return typeof e==="number"||Object.prototype.toString.call(e)==="[object Number]"}function B(e){return e instanceof Date||Object.prototype.toString.call(e)==="[object Date]"}function H(e,t){var r=[],n,a=e.length;for(n=0;n<a;++n)r.push(t(e[n],n));return r}function q(e,t){for(var r in t)if(c(t,r))e[r]=t[r];if(c(t,"toString"))e.toString=t.toString;if(c(t,"valueOf"))e.valueOf=t.valueOf;return e}function u(e,t,r,n){return Zr(e,t,r,n,true).utc()}function F(){return{empty:false,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:false,invalidEra:null,invalidMonth:null,invalidFormat:false,userInvalidated:false,iso:false,parsedDateParts:[],era:null,meridiem:null,rfc2822:false,weekdayMismatch:false}}function d(e){if(e._pf==null)e._pf=F();return e._pf}if(Array.prototype.some)L=Array.prototype.some;else L=function(e){var t=Object(this),r=t.length>>>0,n;for(n=0;n<r;n++)if(n in t&&e.call(this,t[n],n,t))return true;return false};function G(e){var t=null,r=false,n=e._d&&!isNaN(e._d.getTime());if(n){t=d(e);r=L.call(t.parsedDateParts,function(e){return e!=null});n=t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&r);if(e._strict)n=n&&t.charsLeftOver===0&&t.unusedTokens.length===0&&t.bigHour===undefined}if(Object.isFrozen==null||!Object.isFrozen(e))e._isValid=n;else return n;return e._isValid}function U(e){var t=u(NaN);if(e!=null)q(d(t),e);else d(t).userInvalidated=true;return t}var $=f.momentProperties=[],V=false;function K(e,t){var r,n,a,i=$.length;if(!s(t._isAMomentObject))e._isAMomentObject=t._isAMomentObject;if(!s(t._i))e._i=t._i;if(!s(t._f))e._f=t._f;if(!s(t._l))e._l=t._l;if(!s(t._strict))e._strict=t._strict;if(!s(t._tzm))e._tzm=t._tzm;if(!s(t._isUTC))e._isUTC=t._isUTC;if(!s(t._offset))e._offset=t._offset;if(!s(t._pf))e._pf=d(t);if(!s(t._locale))e._locale=t._locale;if(i>0)for(r=0;r<i;r++){n=$[r];a=t[n];if(!s(a))e[n]=a}return e}function J(e){K(this,e);this._d=new Date(e._d!=null?e._d.getTime():NaN);if(!this.isValid())this._d=new Date(NaN);if(V===false){V=true;f.updateOffset(this);V=false}}function h(e){return e instanceof J||e!=null&&e._isAMomentObject!=null}function X(e){if(f.suppressDeprecationWarnings===false&&typeof console!=="undefined"&&console.warn)console.warn("Deprecation warning: "+e)}function e(i,o){var s=true;return q(function(){if(f.deprecationHandler!=null)f.deprecationHandler(null,i);if(s){var e=[],t,r,n,a=arguments.length;for(r=0;r<a;r++){t="";if(typeof arguments[r]==="object"){t+="\n["+r+"] ";for(n in arguments[0])if(c(arguments[0],n))t+=n+": "+arguments[0][n]+", ";t=t.slice(0,-2)}else t=arguments[r];e.push(t)}X(i+"\nArguments: "+Array.prototype.slice.call(e).join("")+"\n"+(new Error).stack);s=false}return o.apply(this,arguments)},o)}var Z={},Q;function ee(e,t){if(f.deprecationHandler!=null)f.deprecationHandler(e,t);if(!Z[e]){X(t);Z[e]=true}}function m(e){return typeof Function!=="undefined"&&e instanceof Function||Object.prototype.toString.call(e)==="[object Function]"}function te(e){var t,r;for(r in e)if(c(e,r)){t=e[r];if(m(t))this[r]=t;else this["_"+r]=t}this._config=e;this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function re(e,t){var r=q({},e),n;for(n in t)if(c(t,n))if(W(e[n])&&W(t[n])){r[n]={};q(r[n],e[n]);q(r[n],t[n])}else if(t[n]!=null)r[n]=t[n];else delete r[n];for(n in e)if(c(e,n)&&!c(t,n)&&W(e[n]))r[n]=q({},r[n]);return r}function ne(e){if(e!=null)this.set(e)}if(f.suppressDeprecationWarnings=false,f.deprecationHandler=null,Object.keys)Q=Object.keys;else Q=function(e){var t,r=[];for(t in e)if(c(e,t))r.push(t);return r};var ae={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function ie(e,t,r){var n=this._calendar[e]||this._calendar["sameElse"];return m(n)?n.call(t,r):n}function i(e,t,r){var n=""+Math.abs(e),a=t-n.length,i=e>=0;return(i?r?"+":"":"-")+Math.pow(10,Math.max(0,a)).toString().substr(1)+n}var oe=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,se=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,ce={},le={};function n(e,t,r,n){var a=n;if(typeof n==="string")a=function(){return this[n]()};if(e)le[e]=a;if(t)le[t[0]]=function(){return i(a.apply(this,arguments),t[1],t[2])};if(r)le[r]=function(){return this.localeData().ordinal(a.apply(this,arguments),e)}}function ue(e){if(e.match(/\[[\s\S]/))return e.replace(/^\[|\]$/g,"");return e.replace(/\\/g,"")}function fe(n){var a=n.match(oe),e,i;for(e=0,i=a.length;e<i;e++)if(le[a[e]])a[e]=le[a[e]];else a[e]=ue(a[e]);return function(e){var t="",r;for(r=0;r<i;r++)t+=m(a[r])?a[r].call(e,n):a[r];return t}}function de(e,t){if(!e.isValid())return e.localeData().invalidDate();t=he(t,e.localeData());ce[t]=ce[t]||fe(t);return ce[t](e)}function he(e,t){var r=5;function n(e){return t.longDateFormat(e)||e}se.lastIndex=0;while(r>=0&&se.test(e)){e=e.replace(se,n);se.lastIndex=0;r-=1}return e}var me={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function pe(e){var t=this._longDateFormat[e],r=this._longDateFormat[e.toUpperCase()];if(t||!r)return t;this._longDateFormat[e]=r.match(oe).map(function(e){if(e==="MMMM"||e==="MM"||e==="DD"||e==="dddd")return e.slice(1);return e}).join("");return this._longDateFormat[e]}var ge="Invalid date";function ve(){return this._invalidDate}var ye="%d",_e=/\d{1,2}/;function be(e){return this._ordinal.replace("%d",e)}var Ae={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function we(e,t,r,n){var a=this._relativeTime[r];return m(a)?a(e,t,r,n):a.replace(/%d/i,e)}function xe(e,t){var r=this._relativeTime[e>0?"future":"past"];return m(r)?r(t):r.replace(/%s/i,t)}var ke={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function p(e){return typeof e==="string"?ke[e]||ke[e.toLowerCase()]:undefined}function Ee(e){var t={},r,n;for(n in e)if(c(e,n)){r=p(n);if(r)t[r]=e[n]}return t}var Me={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};function Se(e){var t=[],r;for(r in e)if(c(e,r))t.push({unit:r,priority:Me[r]});t.sort(function(e,t){return e.priority-t.priority});return t}var Te=/\d/,t=/\d\d/,Ce=/\d{3}/,De=/\d{4}/,Oe=/[+-]?\d{6}/,r=/\d\d?/,Ne=/\d\d\d\d?/,Pe=/\d\d\d\d\d\d?/,je=/\d{1,3}/,ze=/\d{1,4}/,Re=/[+-]?\d{1,6}/,Le=/\d+/,Ye=/[+-]?\d+/,We=/Z|[+-]\d\d:?\d\d/gi,Ie=/Z|[+-]\d\d(?::?\d\d)?/gi,Be=/[+-]?\d+(\.\d{1,3})?/,He=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,qe=/^[1-9]\d?/,Fe=/^([1-9]\d|\d)/,Ge;function a(e,r,n){Ge[e]=m(r)?r:function(e,t){return e&&n?n:r}}function Ue(e,t){if(!c(Ge,e))return new RegExp($e(e));return Ge[e](t._strict,t._locale)}function $e(e){return g(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(e,t,r,n,a){return t||r||n||a}))}function g(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function v(e){if(e<0)return Math.ceil(e)||0;else return Math.floor(e)}function y(e){var t=+e,r=0;if(t!==0&&isFinite(t))r=v(t);return r}var Ge={},Ve={};function _(e,r){var t,n=r,a;if(typeof e==="string")e=[e];if(l(r))n=function(e,t){t[r]=y(e)};a=e.length;for(t=0;t<a;t++)Ve[e[t]]=n}function Ke(e,a){_(e,function(e,t,r,n){r._w=r._w||{};a(e,r._w,r,n)})}function Je(e,t,r){if(t!=null&&c(Ve,e))Ve[e](t,r._a,r,e)}function Xe(e){return e%4===0&&e%100!==0||e%400===0}var b=0,A=1,w=2,x=3,k=4,E=5,Ze=6,Qe=7,et=8;function tt(e){return Xe(e)?366:365}n("Y",0,0,function(){var e=this.year();return e<=9999?i(e,4):"+"+e}),n(0,["YY",2],0,function(){return this.year()%100}),n(0,["YYYY",4],0,"year"),n(0,["YYYYY",5],0,"year"),n(0,["YYYYYY",6,true],0,"year"),a("Y",Ye),a("YY",r,t),a("YYYY",ze,De),a("YYYYY",Re,Oe),a("YYYYYY",Re,Oe),_(["YYYYY","YYYYYY"],b),_("YYYY",function(e,t){t[b]=e.length===2?f.parseTwoDigitYear(e):y(e)}),_("YY",function(e,t){t[b]=f.parseTwoDigitYear(e)}),_("Y",function(e,t){t[b]=parseInt(e,10)}),f.parseTwoDigitYear=function(e){return y(e)+(y(e)>68?1900:2e3)};var rt=at("FullYear",true),M;function nt(){return Xe(this.year())}function at(t,r){return function(e){if(e!=null){ot(this,t,e);f.updateOffset(this,r);return this}else return it(this,t)}}function it(e,t){if(!e.isValid())return NaN;var r=e._d,n=e._isUTC;switch(t){case"Milliseconds":return n?r.getUTCMilliseconds():r.getMilliseconds();case"Seconds":return n?r.getUTCSeconds():r.getSeconds();case"Minutes":return n?r.getUTCMinutes():r.getMinutes();case"Hours":return n?r.getUTCHours():r.getHours();case"Date":return n?r.getUTCDate():r.getDate();case"Day":return n?r.getUTCDay():r.getDay();case"Month":return n?r.getUTCMonth():r.getMonth();case"FullYear":return n?r.getUTCFullYear():r.getFullYear();default:return NaN}}function ot(e,t,r){var n,a,i,o,s;if(!e.isValid()||isNaN(r))return;n=e._d;a=e._isUTC;switch(t){case"Milliseconds":return void(a?n.setUTCMilliseconds(r):n.setMilliseconds(r));case"Seconds":return void(a?n.setUTCSeconds(r):n.setSeconds(r));case"Minutes":return void(a?n.setUTCMinutes(r):n.setMinutes(r));case"Hours":return void(a?n.setUTCHours(r):n.setHours(r));case"Date":return void(a?n.setUTCDate(r):n.setDate(r));case"FullYear":break;default:return}i=r;o=e.month();s=e.date();s=s===29&&o===1&&!Xe(i)?28:s;void(a?n.setUTCFullYear(i,o,s):n.setFullYear(i,o,s))}function st(e){e=p(e);if(m(this[e]))return this[e]();return this}function ct(e,t){if(typeof e==="object"){e=Ee(e);var r=Se(e),n,a=r.length;for(n=0;n<a;n++)this[r[n].unit](e[r[n].unit])}else{e=p(e);if(m(this[e]))return this[e](t)}return this}function lt(e,t){return(e%t+t)%t}if(Array.prototype.indexOf)M=Array.prototype.indexOf;else M=function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1};function ut(e,t){if(isNaN(e)||isNaN(t))return NaN;var r=lt(t,12);e+=(t-r)/12;return r===1?Xe(e)?29:28:31-r%7%2}n("M",["MM",2],"Mo",function(){return this.month()+1}),n("MMM",0,0,function(e){return this.localeData().monthsShort(this,e)}),n("MMMM",0,0,function(e){return this.localeData().months(this,e)}),a("M",r,qe),a("MM",r,t),a("MMM",function(e,t){return t.monthsShortRegex(e)}),a("MMMM",function(e,t){return t.monthsRegex(e)}),_(["M","MM"],function(e,t){t[A]=y(e)-1}),_(["MMM","MMMM"],function(e,t,r,n){var a=r._locale.monthsParse(e,n,r._strict);if(a!=null)t[A]=a;else d(r).invalidMonth=e});var ft="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),dt="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),ht=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,mt=He,pt=He;function gt(e,t){if(!e)return o(this._months)?this._months:this._months["standalone"];return o(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||ht).test(t)?"format":"standalone"][e.month()]}function vt(e,t){if(!e)return o(this._monthsShort)?this._monthsShort:this._monthsShort["standalone"];return o(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[ht.test(t)?"format":"standalone"][e.month()]}function yt(e,t,r){var n,a,i,o=e.toLocaleLowerCase();if(!this._monthsParse){this._monthsParse=[];this._longMonthsParse=[];this._shortMonthsParse=[];for(n=0;n<12;++n){i=u([2e3,n]);this._shortMonthsParse[n]=this.monthsShort(i,"").toLocaleLowerCase();this._longMonthsParse[n]=this.months(i,"").toLocaleLowerCase()}}if(r)if(t==="MMM"){a=M.call(this._shortMonthsParse,o);return a!==-1?a:null}else{a=M.call(this._longMonthsParse,o);return a!==-1?a:null}else if(t==="MMM"){a=M.call(this._shortMonthsParse,o);if(a!==-1)return a;a=M.call(this._longMonthsParse,o);return a!==-1?a:null}else{a=M.call(this._longMonthsParse,o);if(a!==-1)return a;a=M.call(this._shortMonthsParse,o);return a!==-1?a:null}}function _t(e,t,r){var n,a,i;if(this._monthsParseExact)return yt.call(this,e,t,r);if(!this._monthsParse){this._monthsParse=[];this._longMonthsParse=[];this._shortMonthsParse=[]}for(n=0;n<12;n++){a=u([2e3,n]);if(r&&!this._longMonthsParse[n]){this._longMonthsParse[n]=new RegExp("^"+this.months(a,"").replace(".","")+"$","i");this._shortMonthsParse[n]=new RegExp("^"+this.monthsShort(a,"").replace(".","")+"$","i")}if(!r&&!this._monthsParse[n]){i="^"+this.months(a,"")+"|^"+this.monthsShort(a,"");this._monthsParse[n]=new RegExp(i.replace(".",""),"i")}if(r&&t==="MMMM"&&this._longMonthsParse[n].test(e))return n;else if(r&&t==="MMM"&&this._shortMonthsParse[n].test(e))return n;else if(!r&&this._monthsParse[n].test(e))return n}}function bt(e,t){if(!e.isValid())return e;if(typeof t==="string")if(/^\d+$/.test(t))t=y(t);else{t=e.localeData().monthsParse(t);if(!l(t))return e}var r=t,n=e.date();n=n<29?n:Math.min(n,ut(e.year(),r));void(e._isUTC?e._d.setUTCMonth(r,n):e._d.setMonth(r,n));return e}function At(e){if(e!=null){bt(this,e);f.updateOffset(this,true);return this}else return it(this,"Month")}function wt(){return ut(this.year(),this.month())}function xt(e){if(this._monthsParseExact){if(!c(this,"_monthsRegex"))Et.call(this);if(e)return this._monthsShortStrictRegex;else return this._monthsShortRegex}else{if(!c(this,"_monthsShortRegex"))this._monthsShortRegex=mt;return this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex}}function kt(e){if(this._monthsParseExact){if(!c(this,"_monthsRegex"))Et.call(this);if(e)return this._monthsStrictRegex;else return this._monthsRegex}else{if(!c(this,"_monthsRegex"))this._monthsRegex=pt;return this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex}}function Et(){function e(e,t){return t.length-e.length}var t=[],r=[],n=[],a,i,o,s;for(a=0;a<12;a++){i=u([2e3,a]);o=g(this.monthsShort(i,""));s=g(this.months(i,""));t.push(o);r.push(s);n.push(s);n.push(o)}t.sort(e);r.sort(e);n.sort(e);this._monthsRegex=new RegExp("^("+n.join("|")+")","i");this._monthsShortRegex=this._monthsRegex;this._monthsStrictRegex=new RegExp("^("+r.join("|")+")","i");this._monthsShortStrictRegex=new RegExp("^("+t.join("|")+")","i")}function Mt(e,t,r,n,a,i,o){var s;if(e<100&&e>=0){s=new Date(e+400,t,r,n,a,i,o);if(isFinite(s.getFullYear()))s.setFullYear(e)}else s=new Date(e,t,r,n,a,i,o);return s}function St(e){var t,r;if(e<100&&e>=0){r=Array.prototype.slice.call(arguments);r[0]=e+400;t=new Date(Date.UTC.apply(null,r));if(isFinite(t.getUTCFullYear()))t.setUTCFullYear(e)}else t=new Date(Date.UTC.apply(null,arguments));return t}function Tt(e,t,r){var n=7+t-r,a=(7+St(e,0,n).getUTCDay()-t)%7;return-a+n-1}function Ct(e,t,r,n,a){var i=(7+r-n)%7,o=Tt(e,n,a),s=1+7*(t-1)+i+o,c,l;if(s<=0){c=e-1;l=tt(c)+s}else if(s>tt(e)){c=e+1;l=s-tt(e)}else{c=e;l=s}return{year:c,dayOfYear:l}}function Dt(e,t,r){var n=Tt(e.year(),t,r),a=Math.floor((e.dayOfYear()-n-1)/7)+1,i,o;if(a<1){o=e.year()-1;i=a+S(o,t,r)}else if(a>S(e.year(),t,r)){i=a-S(e.year(),t,r);o=e.year()+1}else{o=e.year();i=a}return{week:i,year:o}}function S(e,t,r){var n=Tt(e,t,r),a=Tt(e+1,t,r);return(tt(e)-n+a)/7}function Ot(e){return Dt(e,this._week.dow,this._week.doy).week}n("w",["ww",2],"wo","week"),n("W",["WW",2],"Wo","isoWeek"),a("w",r,qe),a("ww",r,t),a("W",r,qe),a("WW",r,t),Ke(["w","ww","W","WW"],function(e,t,r,n){t[n.substr(0,1)]=y(e)});var Nt={dow:0,doy:6};function Pt(){return this._week.dow}function jt(){return this._week.doy}function zt(e){var t=this.localeData().week(this);return e==null?t:this.add((e-t)*7,"d")}function Rt(e){var t=Dt(this,1,4).week;return e==null?t:this.add((e-t)*7,"d")}function Lt(e,t){if(typeof e!=="string")return e;if(!isNaN(e))return parseInt(e,10);e=t.weekdaysParse(e);if(typeof e==="number")return e;return null}function Yt(e,t){if(typeof e==="string")return t.weekdaysParse(e)%7||7;return isNaN(e)?null:e}function Wt(e,t){return e.slice(t,7).concat(e.slice(0,t))}n("d",0,"do","day"),n("dd",0,0,function(e){return this.localeData().weekdaysMin(this,e)}),n("ddd",0,0,function(e){return this.localeData().weekdaysShort(this,e)}),n("dddd",0,0,function(e){return this.localeData().weekdays(this,e)}),n("e",0,0,"weekday"),n("E",0,0,"isoWeekday"),a("d",r),a("e",r),a("E",r),a("dd",function(e,t){return t.weekdaysMinRegex(e)}),a("ddd",function(e,t){return t.weekdaysShortRegex(e)}),a("dddd",function(e,t){return t.weekdaysRegex(e)}),Ke(["dd","ddd","dddd"],function(e,t,r,n){var a=r._locale.weekdaysParse(e,n,r._strict);if(a!=null)t.d=a;else d(r).invalidWeekday=e}),Ke(["d","e","E"],function(e,t,r,n){t[n]=y(e)});var It="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Bt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ht="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),qt=He,Ft=He,Gt=He;function Ut(e,t){var r=o(this._weekdays)?this._weekdays:this._weekdays[e&&e!==true&&this._weekdays.isFormat.test(t)?"format":"standalone"];return e===true?Wt(r,this._week.dow):e?r[e.day()]:r}function $t(e){return e===true?Wt(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Vt(e){return e===true?Wt(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function Kt(e,t,r){var n,a,i,o=e.toLocaleLowerCase();if(!this._weekdaysParse){this._weekdaysParse=[];this._shortWeekdaysParse=[];this._minWeekdaysParse=[];for(n=0;n<7;++n){i=u([2e3,1]).day(n);this._minWeekdaysParse[n]=this.weekdaysMin(i,"").toLocaleLowerCase();this._shortWeekdaysParse[n]=this.weekdaysShort(i,"").toLocaleLowerCase();this._weekdaysParse[n]=this.weekdays(i,"").toLocaleLowerCase()}}if(r)if(t==="dddd"){a=M.call(this._weekdaysParse,o);return a!==-1?a:null}else if(t==="ddd"){a=M.call(this._shortWeekdaysParse,o);return a!==-1?a:null}else{a=M.call(this._minWeekdaysParse,o);return a!==-1?a:null}else if(t==="dddd"){a=M.call(this._weekdaysParse,o);if(a!==-1)return a;a=M.call(this._shortWeekdaysParse,o);if(a!==-1)return a;a=M.call(this._minWeekdaysParse,o);return a!==-1?a:null}else if(t==="ddd"){a=M.call(this._shortWeekdaysParse,o);if(a!==-1)return a;a=M.call(this._weekdaysParse,o);if(a!==-1)return a;a=M.call(this._minWeekdaysParse,o);return a!==-1?a:null}else{a=M.call(this._minWeekdaysParse,o);if(a!==-1)return a;a=M.call(this._weekdaysParse,o);if(a!==-1)return a;a=M.call(this._shortWeekdaysParse,o);return a!==-1?a:null}}function Jt(e,t,r){var n,a,i;if(this._weekdaysParseExact)return Kt.call(this,e,t,r);if(!this._weekdaysParse){this._weekdaysParse=[];this._minWeekdaysParse=[];this._shortWeekdaysParse=[];this._fullWeekdaysParse=[]}for(n=0;n<7;n++){a=u([2e3,1]).day(n);if(r&&!this._fullWeekdaysParse[n]){this._fullWeekdaysParse[n]=new RegExp("^"+this.weekdays(a,"").replace(".","\\.?")+"$","i");this._shortWeekdaysParse[n]=new RegExp("^"+this.weekdaysShort(a,"").replace(".","\\.?")+"$","i");this._minWeekdaysParse[n]=new RegExp("^"+this.weekdaysMin(a,"").replace(".","\\.?")+"$","i")}if(!this._weekdaysParse[n]){i="^"+this.weekdays(a,"")+"|^"+this.weekdaysShort(a,"")+"|^"+this.weekdaysMin(a,"");this._weekdaysParse[n]=new RegExp(i.replace(".",""),"i")}if(r&&t==="dddd"&&this._fullWeekdaysParse[n].test(e))return n;else if(r&&t==="ddd"&&this._shortWeekdaysParse[n].test(e))return n;else if(r&&t==="dd"&&this._minWeekdaysParse[n].test(e))return n;else if(!r&&this._weekdaysParse[n].test(e))return n}}function Xt(e){if(!this.isValid())return e!=null?this:NaN;var t=it(this,"Day");if(e!=null){e=Lt(e,this.localeData());return this.add(e-t,"d")}else return t}function Zt(e){if(!this.isValid())return e!=null?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return e==null?t:this.add(e-t,"d")}function Qt(e){if(!this.isValid())return e!=null?this:NaN;if(e!=null){var t=Yt(e,this.localeData());return this.day(this.day()%7?t:t-7)}else return this.day()||7}function er(e){if(this._weekdaysParseExact){if(!c(this,"_weekdaysRegex"))nr.call(this);if(e)return this._weekdaysStrictRegex;else return this._weekdaysRegex}else{if(!c(this,"_weekdaysRegex"))this._weekdaysRegex=qt;return this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex}}function tr(e){if(this._weekdaysParseExact){if(!c(this,"_weekdaysRegex"))nr.call(this);if(e)return this._weekdaysShortStrictRegex;else return this._weekdaysShortRegex}else{if(!c(this,"_weekdaysShortRegex"))this._weekdaysShortRegex=Ft;return this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex}}function rr(e){if(this._weekdaysParseExact){if(!c(this,"_weekdaysRegex"))nr.call(this);if(e)return this._weekdaysMinStrictRegex;else return this._weekdaysMinRegex}else{if(!c(this,"_weekdaysMinRegex"))this._weekdaysMinRegex=Gt;return this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex}}function nr(){function e(e,t){return t.length-e.length}var t=[],r=[],n=[],a=[],i,o,s,c,l;for(i=0;i<7;i++){o=u([2e3,1]).day(i);s=g(this.weekdaysMin(o,""));c=g(this.weekdaysShort(o,""));l=g(this.weekdays(o,""));t.push(s);r.push(c);n.push(l);a.push(s);a.push(c);a.push(l)}t.sort(e);r.sort(e);n.sort(e);a.sort(e);this._weekdaysRegex=new RegExp("^("+a.join("|")+")","i");this._weekdaysShortRegex=this._weekdaysRegex;this._weekdaysMinRegex=this._weekdaysRegex;this._weekdaysStrictRegex=new RegExp("^("+n.join("|")+")","i");this._weekdaysShortStrictRegex=new RegExp("^("+r.join("|")+")","i");this._weekdaysMinStrictRegex=new RegExp("^("+t.join("|")+")","i")}function ar(){return this.hours()%12||12}function ir(){return this.hours()||24}function or(e,t){n(e,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)})}function sr(e,t){return t._meridiemParse}function cr(e){return(e+"").toLowerCase().charAt(0)==="p"}n("H",["HH",2],0,"hour"),n("h",["hh",2],0,ar),n("k",["kk",2],0,ir),n("hmm",0,0,function(){return""+ar.apply(this)+i(this.minutes(),2)}),n("hmmss",0,0,function(){return""+ar.apply(this)+i(this.minutes(),2)+i(this.seconds(),2)}),n("Hmm",0,0,function(){return""+this.hours()+i(this.minutes(),2)}),n("Hmmss",0,0,function(){return""+this.hours()+i(this.minutes(),2)+i(this.seconds(),2)}),or("a",true),or("A",false),a("a",sr),a("A",sr),a("H",r,Fe),a("h",r,qe),a("k",r,qe),a("HH",r,t),a("hh",r,t),a("kk",r,t),a("hmm",Ne),a("hmmss",Pe),a("Hmm",Ne),a("Hmmss",Pe),_(["H","HH"],x),_(["k","kk"],function(e,t,r){var n=y(e);t[x]=n===24?0:n}),_(["a","A"],function(e,t,r){r._isPm=r._locale.isPM(e);r._meridiem=e}),_(["h","hh"],function(e,t,r){t[x]=y(e);d(r).bigHour=true}),_("hmm",function(e,t,r){var n=e.length-2;t[x]=y(e.substr(0,n));t[k]=y(e.substr(n));d(r).bigHour=true}),_("hmmss",function(e,t,r){var n=e.length-4,a=e.length-2;t[x]=y(e.substr(0,n));t[k]=y(e.substr(n,2));t[E]=y(e.substr(a));d(r).bigHour=true}),_("Hmm",function(e,t,r){var n=e.length-2;t[x]=y(e.substr(0,n));t[k]=y(e.substr(n))}),_("Hmmss",function(e,t,r){var n=e.length-4,a=e.length-2;t[x]=y(e.substr(0,n));t[k]=y(e.substr(n,2));t[E]=y(e.substr(a))});var lr,ur=at("Hours",true);function fr(e,t,r){if(e>11)return r?"pm":"PM";else return r?"am":"AM"}var dr={calendar:ae,longDateFormat:me,invalidDate:ge,ordinal:ye,dayOfMonthOrdinalParse:_e,relativeTime:Ae,months:ft,monthsShort:dt,week:Nt,weekdays:It,weekdaysMin:Ht,weekdaysShort:Bt,meridiemParse:/[ap]\.?m?\.?/i},T={},hr={},mr;function pr(e,t){var r,n=Math.min(e.length,t.length);for(r=0;r<n;r+=1)if(e[r]!==t[r])return r;return n}function gr(e){return e?e.toLowerCase().replace("_","-"):e}function vr(e){var t=0,r,n,a,i;while(t<e.length){i=gr(e[t]).split("-");r=i.length;n=gr(e[t+1]);n=n?n.split("-"):null;while(r>0){a=_r(i.slice(0,r).join("-"));if(a)return a;if(n&&n.length>=r&&pr(i,n)>=r-1)break;r--}t++}return mr}function yr(e){return!!(e&&e.match("^[^/\\\\]*$"))}function _r(t){var e=null,r;if(T[t]===undefined&&"object"!=="undefined"&&lo&&lo.exports&&yr(t))try{e=mr._abbr;r=uo;r("./locale/"+t);br(e)}catch(e){T[t]=null}return T[t]}function br(e,t){var r;if(e){if(s(t))r=C(e);else r=Ar(e,t);if(r)mr=r;else if(typeof console!=="undefined"&&console.warn)console.warn("Locale "+e+" not found. Did you forget to load it?")}return mr._abbr}function Ar(e,t){if(t!==null){var r,n=dr;t.abbr=e;if(T[e]!=null){ee("defineLocaleOverride","use moment.updateLocale(localeName, config) to change "+"an existing locale. moment.defineLocale(localeName, "+"config) should only be used for creating a new locale "+"See http://momentjs.com/guides/#/warnings/define-locale/ for more info.");n=T[e]._config}else if(t.parentLocale!=null)if(T[t.parentLocale]!=null)n=T[t.parentLocale]._config;else{r=_r(t.parentLocale);if(r!=null)n=r._config;else{if(!hr[t.parentLocale])hr[t.parentLocale]=[];hr[t.parentLocale].push({name:e,config:t});return null}}T[e]=new ne(re(n,t));if(hr[e])hr[e].forEach(function(e){Ar(e.name,e.config)});br(e);return T[e]}else{delete T[e];return null}}function wr(e,t){if(t!=null){var r,n,a=dr;if(T[e]!=null&&T[e].parentLocale!=null)T[e].set(re(T[e]._config,t));else{n=_r(e);if(n!=null)a=n._config;t=re(a,t);if(n==null)t.abbr=e;r=new ne(t);r.parentLocale=T[e];T[e]=r}br(e)}else if(T[e]!=null)if(T[e].parentLocale!=null){T[e]=T[e].parentLocale;if(e===br())br(e)}else if(T[e]!=null)delete T[e];return T[e]}function C(e){var t;if(e&&e._locale&&e._locale._abbr)e=e._locale._abbr;if(!e)return mr;if(!o(e)){t=_r(e);if(t)return t;e=[e]}return vr(e)}function xr(){return Q(T)}function kr(e){var t,r=e._a;if(r&&d(e).overflow===-2){t=r[A]<0||r[A]>11?A:r[w]<1||r[w]>ut(r[b],r[A])?w:r[x]<0||r[x]>24||r[x]===24&&(r[k]!==0||r[E]!==0||r[Ze]!==0)?x:r[k]<0||r[k]>59?k:r[E]<0||r[E]>59?E:r[Ze]<0||r[Ze]>999?Ze:-1;if(d(e)._overflowDayOfYear&&(t<b||t>w))t=w;if(d(e)._overflowWeeks&&t===-1)t=Qe;if(d(e)._overflowWeekday&&t===-1)t=et;d(e).overflow=t}return e}var Er=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Mr=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Sr=/Z|[+-]\d\d(?::?\d\d)?/,Tr=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,false],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,false],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,false],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,false],["YYYY",/\d{4}/,false]],Cr=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Dr=/^\/?Date\((-?\d+)/i,Or=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Nr={UT:0,GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function Pr(e){var t,r,n=e._i,a=Er.exec(n)||Mr.exec(n),i,o,s,c,l=Tr.length,u=Cr.length;if(a){d(e).iso=true;for(t=0,r=l;t<r;t++)if(Tr[t][1].exec(a[1])){o=Tr[t][0];i=Tr[t][2]!==false;break}if(o==null){e._isValid=false;return}if(a[3]){for(t=0,r=u;t<r;t++)if(Cr[t][1].exec(a[3])){s=(a[2]||" ")+Cr[t][0];break}if(s==null){e._isValid=false;return}}if(!i&&s!=null){e._isValid=false;return}if(a[4])if(Sr.exec(a[4]))c="Z";else{e._isValid=false;return}e._f=o+(s||"")+(c||"");Gr(e)}else e._isValid=false}function jr(e,t,r,n,a,i){var o=[zr(e),dt.indexOf(t),parseInt(r,10),parseInt(n,10),parseInt(a,10)];if(i)o.push(parseInt(i,10));return o}function zr(e){var t=parseInt(e,10);if(t<=49)return 2e3+t;else if(t<=999)return 1900+t;return t}function Rr(e){return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function Lr(e,t,r){if(e){var n=Bt.indexOf(e),a=new Date(t[0],t[1],t[2]).getDay();if(n!==a){d(r).weekdayMismatch=true;r._isValid=false;return false}}return true}function Yr(e,t,r){if(e)return Nr[e];else if(t)return 0;else{var n=parseInt(r,10),a=n%100,i=(n-a)/100;return i*60+a}}function Wr(e){var t=Or.exec(Rr(e._i)),r;if(t){r=jr(t[4],t[3],t[2],t[5],t[6],t[7]);if(!Lr(t[1],r,e))return;e._a=r;e._tzm=Yr(t[8],t[9],t[10]);e._d=St.apply(null,e._a);e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm);d(e).rfc2822=true}else e._isValid=false}function Ir(e){var t=Dr.exec(e._i);if(t!==null){e._d=new Date(+t[1]);return}Pr(e);if(e._isValid===false)delete e._isValid;else return;Wr(e);if(e._isValid===false)delete e._isValid;else return;if(e._strict)e._isValid=false;else f.createFromInputFallback(e)}function Br(e,t,r){if(e!=null)return e;if(t!=null)return t;return r}function Hr(e){var t=new Date(f.now());if(e._useUTC)return[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()];return[t.getFullYear(),t.getMonth(),t.getDate()]}function qr(e){var t,r,n=[],a,i,o;if(e._d)return;a=Hr(e);if(e._w&&e._a[w]==null&&e._a[A]==null)Fr(e);if(e._dayOfYear!=null){o=Br(e._a[b],a[b]);if(e._dayOfYear>tt(o)||e._dayOfYear===0)d(e)._overflowDayOfYear=true;r=St(o,0,e._dayOfYear);e._a[A]=r.getUTCMonth();e._a[w]=r.getUTCDate()}for(t=0;t<3&&e._a[t]==null;++t)e._a[t]=n[t]=a[t];for(;t<7;t++)e._a[t]=n[t]=e._a[t]==null?t===2?1:0:e._a[t];if(e._a[x]===24&&e._a[k]===0&&e._a[E]===0&&e._a[Ze]===0){e._nextDay=true;e._a[x]=0}e._d=(e._useUTC?St:Mt).apply(null,n);i=e._useUTC?e._d.getUTCDay():e._d.getDay();if(e._tzm!=null)e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm);if(e._nextDay)e._a[x]=24;if(e._w&&typeof e._w.d!=="undefined"&&e._w.d!==i)d(e).weekdayMismatch=true}function Fr(e){var t,r,n,a,i,o,s,c,l;t=e._w;if(t.GG!=null||t.W!=null||t.E!=null){i=1;o=4;r=Br(t.GG,e._a[b],Dt(D(),1,4).year);n=Br(t.W,1);a=Br(t.E,1);if(a<1||a>7)c=true}else{i=e._locale._week.dow;o=e._locale._week.doy;l=Dt(D(),i,o);r=Br(t.gg,e._a[b],l.year);n=Br(t.w,l.week);if(t.d!=null){a=t.d;if(a<0||a>6)c=true}else if(t.e!=null){a=t.e+i;if(t.e<0||t.e>6)c=true}else a=i}if(n<1||n>S(r,i,o))d(e)._overflowWeeks=true;else if(c!=null)d(e)._overflowWeekday=true;else{s=Ct(r,n,a,i,o);e._a[b]=s.year;e._dayOfYear=s.dayOfYear}}function Gr(e){if(e._f===f.ISO_8601){Pr(e);return}if(e._f===f.RFC_2822){Wr(e);return}e._a=[];d(e).empty=true;var t=""+e._i,r,n,a,i,o,s=t.length,c=0,l,u;a=he(e._f,e._locale).match(oe)||[];u=a.length;for(r=0;r<u;r++){i=a[r];n=(t.match(Ue(i,e))||[])[0];if(n){o=t.substr(0,t.indexOf(n));if(o.length>0)d(e).unusedInput.push(o);t=t.slice(t.indexOf(n)+n.length);c+=n.length}if(le[i]){if(n)d(e).empty=false;else d(e).unusedTokens.push(i);Je(i,n,e)}else if(e._strict&&!n)d(e).unusedTokens.push(i)}d(e).charsLeftOver=s-c;if(t.length>0)d(e).unusedInput.push(t);if(e._a[x]<=12&&d(e).bigHour===true&&e._a[x]>0)d(e).bigHour=undefined;d(e).parsedDateParts=e._a.slice(0);d(e).meridiem=e._meridiem;e._a[x]=Ur(e._locale,e._a[x],e._meridiem);l=d(e).era;if(l!==null)e._a[b]=e._locale.erasConvertYear(l,e._a[b]);qr(e);kr(e)}function Ur(e,t,r){var n;if(r==null)return t;if(e.meridiemHour!=null)return e.meridiemHour(t,r);else if(e.isPM!=null){n=e.isPM(r);if(n&&t<12)t+=12;if(!n&&t===12)t=0;return t}else return t}function $r(e){var t,r,n,a,i,o,s=false,c=e._f.length;if(c===0){d(e).invalidFormat=true;e._d=new Date(NaN);return}for(a=0;a<c;a++){i=0;o=false;t=K({},e);if(e._useUTC!=null)t._useUTC=e._useUTC;t._f=e._f[a];Gr(t);if(G(t))o=true;i+=d(t).charsLeftOver;i+=d(t).unusedTokens.length*10;d(t).score=i;if(!s){if(n==null||i<n||o){n=i;r=t;if(o)s=true}}else if(i<n){n=i;r=t}}q(e,r||t)}function Vr(e){if(e._d)return;var t=Ee(e._i),r=t.day===undefined?t.date:t.day;e._a=H([t.year,t.month,r,t.hour,t.minute,t.second,t.millisecond],function(e){return e&&parseInt(e,10)});qr(e)}function Kr(e){var t=new J(kr(Jr(e)));if(t._nextDay){t.add(1,"d");t._nextDay=undefined}return t}function Jr(e){var t=e._i,r=e._f;e._locale=e._locale||C(e._l);if(t===null||r===undefined&&t==="")return U({nullInput:true});if(typeof t==="string")e._i=t=e._locale.preparse(t);if(h(t))return new J(kr(t));else if(B(t))e._d=t;else if(o(r))$r(e);else if(r)Gr(e);else Xr(e);if(!G(e))e._d=null;return e}function Xr(e){var t=e._i;if(s(t))e._d=new Date(f.now());else if(B(t))e._d=new Date(t.valueOf());else if(typeof t==="string")Ir(e);else if(o(t)){e._a=H(t.slice(0),function(e){return parseInt(e,10)});qr(e)}else if(W(t))Vr(e);else if(l(t))e._d=new Date(t);else f.createFromInputFallback(e)}function Zr(e,t,r,n,a){var i={};if(t===true||t===false){n=t;t=undefined}if(r===true||r===false){n=r;r=undefined}if(W(e)&&I(e)||o(e)&&e.length===0)e=undefined;i._isAMomentObject=true;i._useUTC=i._isUTC=a;i._l=r;i._i=e;i._f=t;i._strict=n;return Kr(i)}function D(e,t,r,n){return Zr(e,t,r,n,false)}f.createFromInputFallback=e("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), "+"which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are "+"discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))}),f.ISO_8601=function(){},f.RFC_2822=function(){};var Qr=e("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=D.apply(null,arguments);if(this.isValid()&&e.isValid())return e<this?this:e;else return U()}),en=e("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",function(){var e=D.apply(null,arguments);if(this.isValid()&&e.isValid())return e>this?this:e;else return U()});function tn(e,t){var r,n;if(t.length===1&&o(t[0]))t=t[0];if(!t.length)return D();r=t[0];for(n=1;n<t.length;++n)if(!t[n].isValid()||t[n][e](r))r=t[n];return r}function rn(){var e=[].slice.call(arguments,0);return tn("isBefore",e)}function nn(){var e=[].slice.call(arguments,0);return tn("isAfter",e)}var an=function(){return Date.now?Date.now():+new Date},on=["year","quarter","month","week","day","hour","minute","second","millisecond"];function sn(e){var t,r=false,n,a=on.length;for(t in e)if(c(e,t)&&!(M.call(on,t)!==-1&&(e[t]==null||!isNaN(e[t]))))return false;for(n=0;n<a;++n)if(e[on[n]]){if(r)return false;if(parseFloat(e[on[n]])!==y(e[on[n]]))r=true}return true}function cn(){return this._isValid}function ln(){return O(NaN)}function un(e){var t=Ee(e),r=t.year||0,n=t.quarter||0,a=t.month||0,i=t.week||t.isoWeek||0,o=t.day||0,s=t.hour||0,c=t.minute||0,l=t.second||0,u=t.millisecond||0;this._isValid=sn(t);this._milliseconds=+u+l*1e3+c*6e4+s*1e3*60*60;this._days=+o+i*7;this._months=+a+n*3+r*12;this._data={};this._locale=C();this._bubble()}function fn(e){return e instanceof un}function dn(e){if(e<0)return Math.round(-1*e)*-1;else return Math.round(e)}function hn(e,t,r){var n=Math.min(e.length,t.length),a=Math.abs(e.length-t.length),i=0,o;for(o=0;o<n;o++)if(r&&e[o]!==t[o]||!r&&y(e[o])!==y(t[o]))i++;return i+a}function mn(e,r){n(e,0,0,function(){var e=this.utcOffset(),t="+";if(e<0){e=-e;t="-"}return t+i(~~(e/60),2)+r+i(~~e%60,2)})}mn("Z",":"),mn("ZZ",""),a("Z",Ie),a("ZZ",Ie),_(["Z","ZZ"],function(e,t,r){r._useUTC=true;r._tzm=gn(Ie,e)});var pn=/([\+\-]|\d\d)/gi;function gn(e,t){var r=(t||"").match(e),n,a,i;if(r===null)return null;n=r[r.length-1]||[];a=(n+"").match(pn)||["-",0,0];i=+(a[1]*60)+y(a[2]);return i===0?0:a[0]==="+"?i:-i}function vn(e,t){var r,n;if(t._isUTC){r=t.clone();n=(h(e)||B(e)?e.valueOf():D(e).valueOf())-r.valueOf();r._d.setTime(r._d.valueOf()+n);f.updateOffset(r,false);return r}else return D(e).local()}function yn(e){return-Math.round(e._d.getTimezoneOffset())}function _n(e,t,r){var n=this._offset||0,a;if(!this.isValid())return e!=null?this:NaN;if(e!=null){if(typeof e==="string"){e=gn(Ie,e);if(e===null)return this}else if(Math.abs(e)<16&&!r)e=e*60;if(!this._isUTC&&t)a=yn(this);this._offset=e;this._isUTC=true;if(a!=null)this.add(a,"m");if(n!==e)if(!t||this._changeInProgress)Rn(this,O(e-n,"m"),1,false);else if(!this._changeInProgress){this._changeInProgress=true;f.updateOffset(this,true);this._changeInProgress=null}return this}else return this._isUTC?n:yn(this)}function bn(e,t){if(e!=null){if(typeof e!=="string")e=-e;this.utcOffset(e,t);return this}else return-this.utcOffset()}function An(e){return this.utcOffset(0,e)}function wn(e){if(this._isUTC){this.utcOffset(0,e);this._isUTC=false;if(e)this.subtract(yn(this),"m")}return this}function xn(){if(this._tzm!=null)this.utcOffset(this._tzm,false,true);else if(typeof this._i==="string"){var e=gn(We,this._i);if(e!=null)this.utcOffset(e);else this.utcOffset(0,true)}return this}function kn(e){if(!this.isValid())return false;e=e?D(e).utcOffset():0;return(this.utcOffset()-e)%60===0}function En(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Mn(){if(!s(this._isDSTShifted))return this._isDSTShifted;var e={},t;K(e,this);e=Jr(e);if(e._a){t=e._isUTC?u(e._a):D(e._a);this._isDSTShifted=this.isValid()&&hn(e._a,t.toArray())>0}else this._isDSTShifted=false;return this._isDSTShifted}function Sn(){return this.isValid()?!this._isUTC:false}function Tn(){return this.isValid()?this._isUTC:false}function Cn(){return this.isValid()?this._isUTC&&this._offset===0:false}f.updateOffset=function(){};var Dn=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,On=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function O(e,t){var r=e,n=null,a,i,o;if(fn(e))r={ms:e._milliseconds,d:e._days,M:e._months};else if(l(e)||!isNaN(+e)){r={};if(t)r[t]=+e;else r.milliseconds=+e}else if(n=Dn.exec(e)){a=n[1]==="-"?-1:1;r={y:0,d:y(n[w])*a,h:y(n[x])*a,m:y(n[k])*a,s:y(n[E])*a,ms:y(dn(n[Ze]*1e3))*a}}else if(n=On.exec(e)){a=n[1]==="-"?-1:1;r={y:Nn(n[2],a),M:Nn(n[3],a),w:Nn(n[4],a),d:Nn(n[5],a),h:Nn(n[6],a),m:Nn(n[7],a),s:Nn(n[8],a)}}else if(r==null)r={};else if(typeof r==="object"&&("from"in r||"to"in r)){o=jn(D(r.from),D(r.to));r={};r.ms=o.milliseconds;r.M=o.months}i=new un(r);if(fn(e)&&c(e,"_locale"))i._locale=e._locale;if(fn(e)&&c(e,"_isValid"))i._isValid=e._isValid;return i}function Nn(e,t){var r=e&&parseFloat(e.replace(",","."));return(isNaN(r)?0:r)*t}function Pn(e,t){var r={};r.months=t.month()-e.month()+(t.year()-e.year())*12;if(e.clone().add(r.months,"M").isAfter(t))--r.months;r.milliseconds=+t-+e.clone().add(r.months,"M");return r}function jn(e,t){var r;if(!(e.isValid()&&t.isValid()))return{milliseconds:0,months:0};t=vn(t,e);if(e.isBefore(t))r=Pn(e,t);else{r=Pn(t,e);r.milliseconds=-r.milliseconds;r.months=-r.months}return r}function zn(a,i){return function(e,t){var r,n;if(t!==null&&!isNaN(+t)){ee(i,"moment()."+i+"(period, number) is deprecated. Please use moment()."+i+"(number, period). "+"See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.");n=e;e=t;t=n}r=O(e,t);Rn(this,r,a);return this}}function Rn(e,t,r,n){var a=t._milliseconds,i=dn(t._days),o=dn(t._months);if(!e.isValid())return;n=n==null?true:n;if(o)bt(e,it(e,"Month")+o*r);if(i)ot(e,"Date",it(e,"Date")+i*r);if(a)e._d.setTime(e._d.valueOf()+a*r);if(n)f.updateOffset(e,i||o)}O.fn=un.prototype,O.invalid=ln;var Ln=zn(1,"add"),Yn=zn(-1,"subtract");function Wn(e){return typeof e==="string"||e instanceof String}function In(e){return h(e)||B(e)||Wn(e)||l(e)||Hn(e)||Bn(e)||e===null||e===undefined}function Bn(e){var t=W(e)&&!I(e),r=false,n=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],a,i,o=n.length;for(a=0;a<o;a+=1){i=n[a];r=r||c(e,i)}return t&&r}function Hn(t){var e=o(t),r=false;if(e)r=t.filter(function(e){return!l(e)&&Wn(t)}).length===0;return e&&r}function qn(e){var t=W(e)&&!I(e),r=false,n=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"],a,i;for(a=0;a<n.length;a+=1){i=n[a];r=r||c(e,i)}return t&&r}function Fn(e,t){var r=e.diff(t,"days",true);return r<-6?"sameElse":r<-1?"lastWeek":r<0?"lastDay":r<1?"sameDay":r<2?"nextDay":r<7?"nextWeek":"sameElse"}function Gn(e,t){if(arguments.length===1)if(!arguments[0]){e=undefined;t=undefined}else if(In(arguments[0])){e=arguments[0];t=undefined}else if(qn(arguments[0])){t=arguments[0];e=undefined}var r=e||D(),n=vn(r,this).startOf("day"),a=f.calendarFormat(this,n)||"sameElse",i=t&&(m(t[a])?t[a].call(this,r):t[a]);return this.format(i||this.localeData().calendar(a,this,D(r)))}function Un(){return new J(this)}function $n(e,t){var r=h(e)?e:D(e);if(!(this.isValid()&&r.isValid()))return false;t=p(t)||"millisecond";if(t==="millisecond")return this.valueOf()>r.valueOf();else return r.valueOf()<this.clone().startOf(t).valueOf()}function Vn(e,t){var r=h(e)?e:D(e);if(!(this.isValid()&&r.isValid()))return false;t=p(t)||"millisecond";if(t==="millisecond")return this.valueOf()<r.valueOf();else return this.clone().endOf(t).valueOf()<r.valueOf()}function Kn(e,t,r,n){var a=h(e)?e:D(e),i=h(t)?t:D(t);if(!(this.isValid()&&a.isValid()&&i.isValid()))return false;n=n||"()";return(n[0]==="("?this.isAfter(a,r):!this.isBefore(a,r))&&(n[1]===")"?this.isBefore(i,r):!this.isAfter(i,r))}function Jn(e,t){var r=h(e)?e:D(e),n;if(!(this.isValid()&&r.isValid()))return false;t=p(t)||"millisecond";if(t==="millisecond")return this.valueOf()===r.valueOf();else{n=r.valueOf();return this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf()}}function Xn(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function Zn(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function Qn(e,t,r){var n,a,i;if(!this.isValid())return NaN;n=vn(e,this);if(!n.isValid())return NaN;a=(n.utcOffset()-this.utcOffset())*6e4;t=p(t);switch(t){case"year":i=ea(this,n)/12;break;case"month":i=ea(this,n);break;case"quarter":i=ea(this,n)/3;break;case"second":i=(this-n)/1e3;break;case"minute":i=(this-n)/6e4;break;case"hour":i=(this-n)/36e5;break;case"day":i=(this-n-a)/864e5;break;case"week":i=(this-n-a)/6048e5;break;default:i=this-n}return r?i:v(i)}function ea(e,t){if(e.date()<t.date())return-ea(t,e);var r=(t.year()-e.year())*12+(t.month()-e.month()),n=e.clone().add(r,"months"),a,i;if(t-n<0){a=e.clone().add(r-1,"months");i=(t-n)/(n-a)}else{a=e.clone().add(r+1,"months");i=(t-n)/(a-n)}return-(r+i)||0}function ta(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function ra(e){if(!this.isValid())return null;var t=e!==true,r=t?this.clone().utc():this;if(r.year()<0||r.year()>9999)return de(r,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ");if(m(Date.prototype.toISOString))if(t)return this.toDate().toISOString();else return new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",de(r,"Z"));return de(r,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function na(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e="moment",t="",r,n,a,i;if(!this.isLocal()){e=this.utcOffset()===0?"moment.utc":"moment.parseZone";t="Z"}r="["+e+'("]';n=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY";a="-MM-DD[T]HH:mm:ss.SSS";i=t+'[")]';return this.format(r+n+a+i)}function aa(e){if(!e)e=this.isUtc()?f.defaultFormatUtc:f.defaultFormat;var t=de(this,e);return this.localeData().postformat(t)}function ia(e,t){if(this.isValid()&&(h(e)&&e.isValid()||D(e).isValid()))return O({to:this,from:e}).locale(this.locale()).humanize(!t);else return this.localeData().invalidDate()}function oa(e){return this.from(D(),e)}function sa(e,t){if(this.isValid()&&(h(e)&&e.isValid()||D(e).isValid()))return O({from:this,to:e}).locale(this.locale()).humanize(!t);else return this.localeData().invalidDate()}function ca(e){return this.to(D(),e)}function la(e){var t;if(e===undefined)return this._locale._abbr;else{t=C(e);if(t!=null)this._locale=t;return this}}f.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",f.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var ua=e("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(e){if(e===undefined)return this.localeData();else return this.locale(e)});function fa(){return this._locale}var da=1e3,ha=60*da,ma=60*ha,pa=(365*400+97)*24*ma;function ga(e,t){return(e%t+t)%t}function va(e,t,r){if(e<100&&e>=0)return new Date(e+400,t,r)-pa;else return new Date(e,t,r).valueOf()}function ya(e,t,r){if(e<100&&e>=0)return Date.UTC(e+400,t,r)-pa;else return Date.UTC(e,t,r)}function _a(e){var t,r;e=p(e);if(e===undefined||e==="millisecond"||!this.isValid())return this;r=this._isUTC?ya:va;switch(e){case"year":t=r(this.year(),0,1);break;case"quarter":t=r(this.year(),this.month()-this.month()%3,1);break;case"month":t=r(this.year(),this.month(),1);break;case"week":t=r(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=r(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf();t-=ga(t+(this._isUTC?0:this.utcOffset()*ha),ma);break;case"minute":t=this._d.valueOf();t-=ga(t,ha);break;case"second":t=this._d.valueOf();t-=ga(t,da);break}this._d.setTime(t);f.updateOffset(this,true);return this}function ba(e){var t,r;e=p(e);if(e===undefined||e==="millisecond"||!this.isValid())return this;r=this._isUTC?ya:va;switch(e){case"year":t=r(this.year()+1,0,1)-1;break;case"quarter":t=r(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=r(this.year(),this.month()+1,1)-1;break;case"week":t=r(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=r(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf();t+=ma-ga(t+(this._isUTC?0:this.utcOffset()*ha),ma)-1;break;case"minute":t=this._d.valueOf();t+=ha-ga(t,ha)-1;break;case"second":t=this._d.valueOf();t+=da-ga(t,da)-1;break}this._d.setTime(t);f.updateOffset(this,true);return this}function Aa(){return this._d.valueOf()-(this._offset||0)*6e4}function wa(){return Math.floor(this.valueOf()/1e3)}function xa(){return new Date(this.valueOf())}function ka(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function Ea(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function Ma(){return this.isValid()?this.toISOString():null}function Sa(){return G(this)}function Ta(){return q({},d(this))}function Ca(){return d(this).overflow}function Da(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Oa(e,t){var r,n,a,i=this._eras||C("en")._eras;for(r=0,n=i.length;r<n;++r){switch(typeof i[r].since){case"string":a=f(i[r].since).startOf("day");i[r].since=a.valueOf();break}switch(typeof i[r].until){case"undefined":i[r].until=+Infinity;break;case"string":a=f(i[r].until).startOf("day").valueOf();i[r].until=a.valueOf();break}}return i}function Na(e,t,r){var n,a,i=this.eras(),o,s,c;e=e.toUpperCase();for(n=0,a=i.length;n<a;++n){o=i[n].name.toUpperCase();s=i[n].abbr.toUpperCase();c=i[n].narrow.toUpperCase();if(r)switch(t){case"N":case"NN":case"NNN":if(s===e)return i[n];break;case"NNNN":if(o===e)return i[n];break;case"NNNNN":if(c===e)return i[n];break}else if([o,s,c].indexOf(e)>=0)return i[n]}}function Pa(e,t){var r=e.since<=e.until?+1:-1;if(t===undefined)return f(e.since).year();else return f(e.since).year()+(t-e.offset)*r}function ja(){var e,t,r,n=this.localeData().eras();for(e=0,t=n.length;e<t;++e){r=this.clone().startOf("day").valueOf();if(n[e].since<=r&&r<=n[e].until)return n[e].name;if(n[e].until<=r&&r<=n[e].since)return n[e].name}return""}function za(){var e,t,r,n=this.localeData().eras();for(e=0,t=n.length;e<t;++e){r=this.clone().startOf("day").valueOf();if(n[e].since<=r&&r<=n[e].until)return n[e].narrow;if(n[e].until<=r&&r<=n[e].since)return n[e].narrow}return""}function Ra(){var e,t,r,n=this.localeData().eras();for(e=0,t=n.length;e<t;++e){r=this.clone().startOf("day").valueOf();if(n[e].since<=r&&r<=n[e].until)return n[e].abbr;if(n[e].until<=r&&r<=n[e].since)return n[e].abbr}return""}function La(){var e,t,r,n,a=this.localeData().eras();for(e=0,t=a.length;e<t;++e){r=a[e].since<=a[e].until?+1:-1;n=this.clone().startOf("day").valueOf();if(a[e].since<=n&&n<=a[e].until||a[e].until<=n&&n<=a[e].since)return(this.year()-f(a[e].since).year())*r+a[e].offset}return this.year()}function Ya(e){if(!c(this,"_erasNameRegex"))Ga.call(this);return e?this._erasNameRegex:this._erasRegex}function Wa(e){if(!c(this,"_erasAbbrRegex"))Ga.call(this);return e?this._erasAbbrRegex:this._erasRegex}function Ia(e){if(!c(this,"_erasNarrowRegex"))Ga.call(this);return e?this._erasNarrowRegex:this._erasRegex}function Ba(e,t){return t.erasAbbrRegex(e)}function Ha(e,t){return t.erasNameRegex(e)}function qa(e,t){return t.erasNarrowRegex(e)}function Fa(e,t){return t._eraYearOrdinalRegex||Le}function Ga(){var e=[],t=[],r=[],n=[],a,i,o,s,c,l=this.eras();for(a=0,i=l.length;a<i;++a){o=g(l[a].name);s=g(l[a].abbr);c=g(l[a].narrow);t.push(o);e.push(s);r.push(c);n.push(o);n.push(s);n.push(c)}this._erasRegex=new RegExp("^("+n.join("|")+")","i");this._erasNameRegex=new RegExp("^("+t.join("|")+")","i");this._erasAbbrRegex=new RegExp("^("+e.join("|")+")","i");this._erasNarrowRegex=new RegExp("^("+r.join("|")+")","i")}function Ua(e,t){n(0,[e,e.length],0,t)}function $a(e){return Qa.call(this,e,this.week(),this.weekday()+this.localeData()._week.dow,this.localeData()._week.dow,this.localeData()._week.doy)}function Va(e){return Qa.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function Ka(){return S(this.year(),1,4)}function Ja(){return S(this.isoWeekYear(),1,4)}function Xa(){var e=this.localeData()._week;return S(this.year(),e.dow,e.doy)}function Za(){var e=this.localeData()._week;return S(this.weekYear(),e.dow,e.doy)}function Qa(e,t,r,n,a){var i;if(e==null)return Dt(this,n,a).year;else{i=S(e,n,a);if(t>i)t=i;return ei.call(this,e,t,r,n,a)}}function ei(e,t,r,n,a){var i=Ct(e,t,r,n,a),o=St(i.year,0,i.dayOfYear);this.year(o.getUTCFullYear());this.month(o.getUTCMonth());this.date(o.getUTCDate());return this}function ti(e){return e==null?Math.ceil((this.month()+1)/3):this.month((e-1)*3+this.month()%3)}n("N",0,0,"eraAbbr"),n("NN",0,0,"eraAbbr"),n("NNN",0,0,"eraAbbr"),n("NNNN",0,0,"eraName"),n("NNNNN",0,0,"eraNarrow"),n("y",["y",1],"yo","eraYear"),n("y",["yy",2],0,"eraYear"),n("y",["yyy",3],0,"eraYear"),n("y",["yyyy",4],0,"eraYear"),a("N",Ba),a("NN",Ba),a("NNN",Ba),a("NNNN",Ha),a("NNNNN",qa),_(["N","NN","NNN","NNNN","NNNNN"],function(e,t,r,n){var a=r._locale.erasParse(e,n,r._strict);if(a)d(r).era=a;else d(r).invalidEra=e}),a("y",Le),a("yy",Le),a("yyy",Le),a("yyyy",Le),a("yo",Fa),_(["y","yy","yyy","yyyy"],b),_(["yo"],function(e,t,r,n){var a;if(r._locale._eraYearOrdinalRegex)a=e.match(r._locale._eraYearOrdinalRegex);if(r._locale.eraYearOrdinalParse)t[b]=r._locale.eraYearOrdinalParse(e,a);else t[b]=parseInt(e,10)}),n(0,["gg",2],0,function(){return this.weekYear()%100}),n(0,["GG",2],0,function(){return this.isoWeekYear()%100}),Ua("gggg","weekYear"),Ua("ggggg","weekYear"),Ua("GGGG","isoWeekYear"),Ua("GGGGG","isoWeekYear"),a("G",Ye),a("g",Ye),a("GG",r,t),a("gg",r,t),a("GGGG",ze,De),a("gggg",ze,De),a("GGGGG",Re,Oe),a("ggggg",Re,Oe),Ke(["gggg","ggggg","GGGG","GGGGG"],function(e,t,r,n){t[n.substr(0,2)]=y(e)}),Ke(["gg","GG"],function(e,t,r,n){t[n]=f.parseTwoDigitYear(e)}),n("Q",0,"Qo","quarter"),a("Q",Te),_("Q",function(e,t){t[A]=(y(e)-1)*3}),n("D",["DD",2],"Do","date"),a("D",r,qe),a("DD",r,t),a("Do",function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient}),_(["D","DD"],w),_("Do",function(e,t){t[w]=y(e.match(r)[0])});var ri=at("Date",true);function ni(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return e==null?t:this.add(e-t,"d")}n("DDD",["DDDD",3],"DDDo","dayOfYear"),a("DDD",je),a("DDDD",Ce),_(["DDD","DDDD"],function(e,t,r){r._dayOfYear=y(e)}),n("m",["mm",2],0,"minute"),a("m",r,Fe),a("mm",r,t),_(["m","mm"],k);var ai=at("Minutes",false),ii=(n("s",["ss",2],0,"second"),a("s",r,Fe),a("ss",r,t),_(["s","ss"],E),at("Seconds",false)),oi,si;for(n("S",0,0,function(){return~~(this.millisecond()/100)}),n(0,["SS",2],0,function(){return~~(this.millisecond()/10)}),n(0,["SSS",3],0,"millisecond"),n(0,["SSSS",4],0,function(){return this.millisecond()*10}),n(0,["SSSSS",5],0,function(){return this.millisecond()*100}),n(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3}),n(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4}),n(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5}),n(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6}),a("S",je,Te),a("SS",je,t),a("SSS",je,Ce),oi="SSSS";oi.length<=9;oi+="S")a(oi,Le);function ci(e,t){t[Ze]=y(("0."+e)*1e3)}for(oi="S";oi.length<=9;oi+="S")_(oi,ci);function li(){return this._isUTC?"UTC":""}function ui(){return this._isUTC?"Coordinated Universal Time":""}si=at("Milliseconds",false),n("z",0,0,"zoneAbbr"),n("zz",0,0,"zoneName");var N=J.prototype;if(N.add=Ln,N.calendar=Gn,N.clone=Un,N.diff=Qn,N.endOf=ba,N.format=aa,N.from=ia,N.fromNow=oa,N.to=sa,N.toNow=ca,N.get=st,N.invalidAt=Ca,N.isAfter=$n,N.isBefore=Vn,N.isBetween=Kn,N.isSame=Jn,N.isSameOrAfter=Xn,N.isSameOrBefore=Zn,N.isValid=Sa,N.lang=ua,N.locale=la,N.localeData=fa,N.max=en,N.min=Qr,N.parsingFlags=Ta,N.set=ct,N.startOf=_a,N.subtract=Yn,N.toArray=ka,N.toObject=Ea,N.toDate=xa,N.toISOString=ra,N.inspect=na,typeof Symbol!=="undefined"&&Symbol.for!=null)N[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"};function fi(e){return D(e*1e3)}function di(){return D.apply(null,arguments).parseZone()}function hi(e){return e}N.toJSON=Ma,N.toString=ta,N.unix=wa,N.valueOf=Aa,N.creationData=Da,N.eraName=ja,N.eraNarrow=za,N.eraAbbr=Ra,N.eraYear=La,N.year=rt,N.isLeapYear=nt,N.weekYear=$a,N.isoWeekYear=Va,N.quarter=N.quarters=ti,N.month=At,N.daysInMonth=wt,N.week=N.weeks=zt,N.isoWeek=N.isoWeeks=Rt,N.weeksInYear=Xa,N.weeksInWeekYear=Za,N.isoWeeksInYear=Ka,N.isoWeeksInISOWeekYear=Ja,N.date=ri,N.day=N.days=Xt,N.weekday=Zt,N.isoWeekday=Qt,N.dayOfYear=ni,N.hour=N.hours=ur,N.minute=N.minutes=ai,N.second=N.seconds=ii,N.millisecond=N.milliseconds=si,N.utcOffset=_n,N.utc=An,N.local=wn,N.parseZone=xn,N.hasAlignedHourOffset=kn,N.isDST=En,N.isLocal=Sn,N.isUtcOffset=Tn,N.isUtc=Cn,N.isUTC=Cn,N.zoneAbbr=li,N.zoneName=ui,N.dates=e("dates accessor is deprecated. Use date instead.",ri),N.months=e("months accessor is deprecated. Use month instead",At),N.years=e("years accessor is deprecated. Use year instead",rt),N.zone=e("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",bn),N.isDSTShifted=e("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Mn);var P=ne.prototype;function mi(e,t,r,n){var a=C(),i=u().set(n,t);return a[r](i,e)}function pi(e,t,r){if(l(e)){t=e;e=undefined}e=e||"";if(t!=null)return mi(e,t,r,"month");var n,a=[];for(n=0;n<12;n++)a[n]=mi(e,n,r,"month");return a}function gi(e,t,r,n){if(typeof e==="boolean"){if(l(t)){r=t;t=undefined}t=t||""}else{t=e;r=t;e=false;if(l(t)){r=t;t=undefined}t=t||""}var a=C(),i=e?a._week.dow:0,o,s=[];if(r!=null)return mi(t,(r+i)%7,n,"day");for(o=0;o<7;o++)s[o]=mi(t,(o+i)%7,n,"day");return s}function vi(e,t){return pi(e,t,"months")}function yi(e,t){return pi(e,t,"monthsShort")}function _i(e,t,r){return gi(e,t,r,"weekdays")}function bi(e,t,r){return gi(e,t,r,"weekdaysShort")}function Ai(e,t,r){return gi(e,t,r,"weekdaysMin")}P.calendar=ie,P.longDateFormat=pe,P.invalidDate=ve,P.ordinal=be,P.preparse=hi,P.postformat=hi,P.relativeTime=we,P.pastFuture=xe,P.set=te,P.eras=Oa,P.erasParse=Na,P.erasConvertYear=Pa,P.erasAbbrRegex=Wa,P.erasNameRegex=Ya,P.erasNarrowRegex=Ia,P.months=gt,P.monthsShort=vt,P.monthsParse=_t,P.monthsRegex=kt,P.monthsShortRegex=xt,P.week=Ot,P.firstDayOfYear=jt,P.firstDayOfWeek=Pt,P.weekdays=Ut,P.weekdaysMin=Vt,P.weekdaysShort=$t,P.weekdaysParse=Jt,P.weekdaysRegex=er,P.weekdaysShortRegex=tr,P.weekdaysMinRegex=rr,P.isPM=cr,P.meridiem=fr,br("en",{eras:[{since:"0001-01-01",until:+Infinity,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-Infinity,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,r=y(e%100/10)===1?"th":t===1?"st":t===2?"nd":t===3?"rd":"th";return e+r}}),f.lang=e("moment.lang is deprecated. Use moment.locale instead.",br),f.langData=e("moment.langData is deprecated. Use moment.localeData instead.",C);var j=Math.abs;function wi(){var e=this._data;this._milliseconds=j(this._milliseconds);this._days=j(this._days);this._months=j(this._months);e.milliseconds=j(e.milliseconds);e.seconds=j(e.seconds);e.minutes=j(e.minutes);e.hours=j(e.hours);e.months=j(e.months);e.years=j(e.years);return this}function xi(e,t,r,n){var a=O(t,r);e._milliseconds+=n*a._milliseconds;e._days+=n*a._days;e._months+=n*a._months;return e._bubble()}function ki(e,t){return xi(this,e,t,1)}function Ei(e,t){return xi(this,e,t,-1)}function Mi(e){if(e<0)return Math.floor(e);else return Math.ceil(e)}function Si(){var e=this._milliseconds,t=this._days,r=this._months,n=this._data,a,i,o,s,c;if(!(e>=0&&t>=0&&r>=0||e<=0&&t<=0&&r<=0)){e+=Mi(Ci(r)+t)*864e5;t=0;r=0}n.milliseconds=e%1e3;a=v(e/1e3);n.seconds=a%60;i=v(a/60);n.minutes=i%60;o=v(i/60);n.hours=o%24;t+=v(o/24);c=v(Ti(t));r+=c;t-=Mi(Ci(c));s=v(r/12);r%=12;n.days=t;n.months=r;n.years=s;return this}function Ti(e){return e*4800/146097}function Ci(e){return e*146097/4800}function Di(e){if(!this.isValid())return NaN;var t,r,n=this._milliseconds;e=p(e);if(e==="month"||e==="quarter"||e==="year"){t=this._days+n/864e5;r=this._months+Ti(t);switch(e){case"month":return r;case"quarter":return r/3;case"year":return r/12}}else{t=this._days+Math.round(Ci(this._months));switch(e){case"week":return t/7+n/6048e5;case"day":return t+n/864e5;case"hour":return t*24+n/36e5;case"minute":return t*1440+n/6e4;case"second":return t*86400+n/1e3;case"millisecond":return Math.floor(t*864e5)+n;default:throw new Error("Unknown unit "+e)}}}function Oi(e){return function(){return this.as(e)}}var Ni=Oi("ms"),Pi=Oi("s"),ji=Oi("m"),zi=Oi("h"),Ri=Oi("d"),Li=Oi("w"),Yi=Oi("M"),Wi=Oi("Q"),Ii=Oi("y"),Bi=Ni;function Hi(){return O(this)}function qi(e){e=p(e);return this.isValid()?this[e+"s"]():NaN}function Fi(e){return function(){return this.isValid()?this._data[e]:NaN}}var Gi=Fi("milliseconds"),Ui=Fi("seconds"),$i=Fi("minutes"),Vi=Fi("hours"),Ki=Fi("days"),Ji=Fi("months"),Xi=Fi("years");function Zi(){return v(this.days()/7)}var Qi=Math.round,eo={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function to(e,t,r,n,a){return a.relativeTime(t||1,!!r,e,n)}function ro(e,t,r,n){var a=O(e).abs(),i=Qi(a.as("s")),o=Qi(a.as("m")),s=Qi(a.as("h")),c=Qi(a.as("d")),l=Qi(a.as("M")),u=Qi(a.as("w")),f=Qi(a.as("y")),d=i<=r.ss&&["s",i]||i<r.s&&["ss",i]||o<=1&&["m"]||o<r.m&&["mm",o]||s<=1&&["h"]||s<r.h&&["hh",s]||c<=1&&["d"]||c<r.d&&["dd",c];if(r.w!=null)d=d||u<=1&&["w"]||u<r.w&&["ww",u];d=d||l<=1&&["M"]||l<r.M&&["MM",l]||f<=1&&["y"]||["yy",f];d[2]=t;d[3]=+e>0;d[4]=n;return to.apply(null,d)}function no(e){if(e===undefined)return Qi;if(typeof e==="function"){Qi=e;return true}return false}function ao(e,t){if(eo[e]===undefined)return false;if(t===undefined)return eo[e];eo[e]=t;if(e==="s")eo.ss=t-1;return true}function io(e,t){if(!this.isValid())return this.localeData().invalidDate();var r=false,n=eo,a,i;if(typeof e==="object"){t=e;e=false}if(typeof e==="boolean")r=e;if(typeof t==="object"){n=Object.assign({},eo,t);if(t.s!=null&&t.ss==null)n.ss=t.s-1}a=this.localeData();i=ro(this,!r,n,a);if(r)i=a.pastFuture(+this,i);return a.postformat(i)}var oo=Math.abs;function so(e){return(e>0)-(e<0)||+e}function co(){if(!this.isValid())return this.localeData().invalidDate();var e=oo(this._milliseconds)/1e3,t=oo(this._days),r=oo(this._months),n,a,i,o,s=this.asSeconds(),c,l,u,f;if(!s)return"P0D";n=v(e/60);a=v(n/60);e%=60;n%=60;i=v(r/12);r%=12;o=e?e.toFixed(3).replace(/\.?0+$/,""):"";c=s<0?"-":"";l=so(this._months)!==so(s)?"-":"";u=so(this._days)!==so(s)?"-":"";f=so(this._milliseconds)!==so(s)?"-":"";return c+"P"+(i?l+i+"Y":"")+(r?l+r+"M":"")+(t?u+t+"D":"")+(a||n||e?"T":"")+(a?f+a+"H":"")+(n?f+n+"M":"")+(e?f+o+"S":"")}var z=un.prototype;return z.isValid=cn,z.abs=wi,z.add=ki,z.subtract=Ei,z.as=Di,z.asMilliseconds=Ni,z.asSeconds=Pi,z.asMinutes=ji,z.asHours=zi,z.asDays=Ri,z.asWeeks=Li,z.asMonths=Yi,z.asQuarters=Wi,z.asYears=Ii,z.valueOf=Bi,z._bubble=Si,z.clone=Hi,z.get=qi,z.milliseconds=Gi,z.seconds=Ui,z.minutes=$i,z.hours=Vi,z.days=Ki,z.weeks=Zi,z.months=Ji,z.years=Xi,z.humanize=io,z.toISOString=co,z.toString=co,z.toJSON=co,z.locale=la,z.localeData=fa,z.toIsoString=e("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",co),z.lang=ua,n("X",0,0,"unix"),n("x",0,0,"valueOf"),a("x",Ye),a("X",Be),_("X",function(e,t,r){r._d=new Date(parseFloat(e)*1e3)}),_("x",function(e,t,r){r._d=new Date(y(e))}),f.version="2.30.1",Y(D),f.fn=N,f.min=rn,f.max=nn,f.now=an,f.utc=u,f.unix=fi,f.months=vi,f.isDate=B,f.locale=br,f.invalid=U,f.duration=O,f.isMoment=h,f.weekdays=_i,f.parseZone=di,f.localeData=C,f.isDuration=fn,f.monthsShort=yi,f.weekdaysMin=Ai,f.defineLocale=Ar,f.updateLocale=wr,f.locales=xr,f.weekdaysShort=bi,f.normalizeUnits=p,f.relativeTimeRounding=no,f.relativeTimeThreshold=ao,f.calendarFormat=Fn,f.prototype=N,f.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},f}()}),ks=e(function(e){var t,r;t=this,r=function(a){void 0===a.version&&a.default&&(a=a.default);var t,l={},i={},o={},u={},f={};a&&"string"==typeof a.version||S("Moment Timezone requires Moment.js. See https://momentjs.com/timezone/docs/#/use-it/browser/");var r=+(D=a.version.split("."))[0],n=+D[1];function s(e){return 96<e?e-87:64<e?e-29:e-48}function c(e){var t=0,r=(o=e.split("."))[0],n=o[1]||"",a=1,i=0,o=1;for(45===e.charCodeAt(0)&&(o=-(t=1));t<r.length;t++)i=60*i+s(r.charCodeAt(t));for(t=0;t<n.length;t++)a/=60,i+=s(n.charCodeAt(t))*a;return i*o}function d(e){for(var t=0;t<e.length;t++)e[t]=c(e[t])}function h(e,t){for(var r=[],n=0;n<t.length;n++)r[n]=e[t[n]];return r}function m(e){for(var t=(e=e.split("|"))[2].split(" "),r=e[3].split(""),n=e[4].split(" "),a=(d(t),d(r),d(n),n),i=r.length,o=0;o<i;o++)a[o]=Math.round((a[o-1]||0)+6e4*a[o]);return a[i-1]=1/0,{name:e[0],abbrs:h(e[1].split(" "),r),offsets:h(t,r),untils:n,population:0|e[5]}}function p(e){e&&this._set(m(e))}function g(e,t){this.name=e,this.zones=t}function v(e){var t=e.toTimeString(),r=t.match(/\([a-z ]+\)/i);"GMT"===(r=r&&r[0]?(r=r[0].match(/[A-Z]/g))?r.join(""):void 0:(r=t.match(/[A-Z]{3,5}/g))?r[0]:void 0)&&(r=void 0),this.at=+e,this.abbr=r,this.offset=e.getTimezoneOffset()}function y(e){this.zone=e,this.offsetScore=0,this.abbrScore=0}function _(e,t){return e.offsetScore!==t.offsetScore?e.offsetScore-t.offsetScore:e.abbrScore!==t.abbrScore?e.abbrScore-t.abbrScore:e.zone.population!==t.zone.population?t.zone.population-e.zone.population:t.zone.name.localeCompare(e.zone.name)}function b(){try{var e=Intl.DateTimeFormat().resolvedOptions().timeZone;if(e&&3<e.length){var t=u[A(e)];if(t)return t;S("Moment Timezone found "+e+" from the Intl api, but did not have that data loaded.")}}catch(e){}for(var r,n,a=function(){for(var e,t,r,n=(new Date).getFullYear()-2,a=new v(new Date(n,0,1)),i=a.offset,o=[a],s=1;s<48;s++)(r=new Date(n,s,1).getTimezoneOffset())!==i&&(e=function(e,t){for(var r;r=6e4*((t.at-e.at)/12e4|0);)(r=new v(new Date(e.at+r))).offset===e.offset?e=r:t=r;return e}(a,t=new v(new Date(n,s,1))),o.push(e),o.push(new v(new Date(e.at+6e4))),a=t,i=r);for(s=0;s<4;s++)o.push(new v(new Date(n+s,0,1))),o.push(new v(new Date(n+s,6,1)));return o}(),i=a.length,o=function(e){for(var t,r,n,a=e.length,i={},o=[],s={},c=0;c<a;c++)if(r=e[c].offset,!s.hasOwnProperty(r)){for(t in n=f[r]||{})n.hasOwnProperty(t)&&(i[t]=!0);s[r]=!0}for(c in i)i.hasOwnProperty(c)&&o.push(u[c]);return o}(a),s=[],c=0;c<o.length;c++){for(r=new y(x(o[c])),n=0;n<i;n++)r.scoreOffsetAt(a[n]);s.push(r)}return s.sort(_),0<s.length?s[0].zone.name:void 0}function A(e){return(e||"").toLowerCase().replace(/\//g,"_")}function w(e){var t,r,n,a;for("string"==typeof e&&(e=[e]),t=0;t<e.length;t++){a=A(r=(n=e[t].split("|"))[0]),l[a]=e[t],u[a]=r;i=void 0;var i,o,s=a,c=n[2].split(" ");for(d(c),i=0;i<c.length;i++)o=c[i],f[o]=f[o]||{},f[o][s]=!0}}function x(e,t){e=A(e);var r=l[e];return r instanceof p?r:"string"==typeof r?(r=new p(r),l[e]=r):i[e]&&t!==x&&(t=x(i[e],x))?((r=l[e]=new p)._set(t),r.name=u[e],r):null}function k(e){var t,r,n,a;for("string"==typeof e&&(e=[e]),t=0;t<e.length;t++)n=A((r=e[t].split("|"))[0]),a=A(r[1]),i[n]=a,u[n]=r[0],i[a]=n,u[a]=r[1]}function e(e){w(e.zones),k(e.links);var t,r,n,a=e.countries;if(a&&a.length)for(t=0;t<a.length;t++)r=(n=a[t].split("|"))[0].toUpperCase(),n=n[1].split(" "),o[r]=new g(r,n);T.dataVersion=e.version}function E(e){return E.didShowError||(E.didShowError=!0,S("moment.tz.zoneExists('"+e+"') has been deprecated in favor of !moment.tz.zone('"+e+"')")),!!x(e)}function M(e){var t="X"===e._f||"x"===e._f;return!(!e._a||void 0!==e._tzm||t)}function S(e){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(e)}function T(e){var t=Array.prototype.slice.call(arguments,0,-1),r=arguments[arguments.length-1],t=a.utc.apply(null,t);return!a.isMoment(e)&&M(t)&&(e=x(r))&&t.add(e.parse(t),"minutes"),t.tz(r),t}(r<2||2==r&&n<6)&&S("Moment Timezone requires Moment.js >= 2.6.0. You are using Moment.js "+a.version+". See momentjs.com"),p.prototype={_set:function(e){this.name=e.name,this.abbrs=e.abbrs,this.untils=e.untils,this.offsets=e.offsets,this.population=e.population},_index:function(e){if(0<=(e=function(e,t){var r,n=t.length;if(e<t[0])return 0;if(1<n&&t[n-1]===1/0&&e>=t[n-2])return n-1;if(e>=t[n-1])return-1;for(var a=0,i=n-1;1<i-a;)t[r=Math.floor((a+i)/2)]<=e?a=r:i=r;return i}(+e,this.untils)))return e},countries:function(){var t=this.name;return Object.keys(o).filter(function(e){return-1!==o[e].zones.indexOf(t)})},parse:function(e){for(var t,r,n,a=+e,i=this.offsets,o=this.untils,s=o.length-1,c=0;c<s;c++)if(t=i[c],r=i[c+1],n=i[c&&c-1],t<r&&T.moveAmbiguousForward?t=r:n<t&&T.moveInvalidForward&&(t=n),a<o[c]-6e4*t)return i[c];return i[s]},abbr:function(e){return this.abbrs[this._index(e)]},offset:function(e){return S("zone.offset has been deprecated in favor of zone.utcOffset"),this.offsets[this._index(e)]},utcOffset:function(e){return this.offsets[this._index(e)]}},y.prototype.scoreOffsetAt=function(e){this.offsetScore+=Math.abs(this.zone.utcOffset(e.at)-e.offset),this.zone.abbr(e.at).replace(/[^A-Z]/g,"")!==e.abbr&&this.abbrScore++},T.version="0.5.46",T.dataVersion="",T._zones=l,T._links=i,T._names=u,T._countries=o,T.add=w,T.link=k,T.load=e,T.zone=x,T.zoneExists=E,T.guess=function(e){return t=t&&!e?t:b()},T.names=function(){var e,t=[];for(e in u)u.hasOwnProperty(e)&&(l[e]||l[i[e]])&&u[e]&&t.push(u[e]);return t.sort()},T.Zone=p,T.unpack=m,T.unpackBase60=c,T.needsOffset=M,T.moveInvalidForward=!0,T.moveAmbiguousForward=!1,T.countries=function(){return Object.keys(o)},T.zonesForCountry=function(e,t){var r=(r=e).toUpperCase();return(e=o[r]||null)?(r=e.zones.sort(),t?r.map(function(e){return{name:e,offset:x(e).utcOffset(new Date)}}):r):null};var C,D=a.fn;function O(e){return function(){return this._z?this._z.abbr(this):e.call(this)}}function N(e){return function(){return this._z=null,e.apply(this,arguments)}}return a.tz=T,a.defaultZone=null,a.updateOffset=function(e,t){var r,n=a.defaultZone;void 0===e._z&&(n&&M(e)&&!e._isUTC&&e.isValid()&&(e._d=a.utc(e._a)._d,e.utc().add(n.parse(e),"minutes")),e._z=n),e._z&&(n=e._z.utcOffset(e),Math.abs(n)<16&&(n/=60),void 0!==e.utcOffset?(r=e._z,e.utcOffset(-n,t),e._z=r):e.zone(n,t))},D.tz=function(e,t){if(e){if("string"!=typeof e)throw new Error("Time zone name must be a string, got "+e+" ["+typeof e+"]");return this._z=x(e),this._z?a.updateOffset(this,t):S("Moment Timezone has no data for "+e+". See http://momentjs.com/timezone/docs/#/data-loading/."),this}if(this._z)return this._z.name},D.zoneName=O(D.zoneName),D.zoneAbbr=O(D.zoneAbbr),D.utc=N(D.utc),D.local=N(D.local),D.utcOffset=(C=D.utcOffset,function(){return 0<arguments.length&&(this._z=null),C.apply(this,arguments)}),a.tz.setDefault=function(e){return(r<2||2==r&&n<9)&&S("Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js "+a.version+"."),a.defaultZone=e?x(e):null,a},D=a.momentProperties,"[object Array]"===Object.prototype.toString.call(D)?(D.push("_z"),D.push("_a")):D&&(D._z=null),e({version:"2024b",zones:["Africa/Abidjan|GMT|0|0||48e5","Africa/Nairobi|EAT|-30|0||47e5","Africa/Algiers|CET|-10|0||26e5","Africa/Lagos|WAT|-10|0||17e6","Africa/Maputo|CAT|-20|0||26e5","Africa/Cairo|EET EEST|-20 -30|01010|1M2m0 gL0 e10 mn0|15e6","Africa/Casablanca|+00 +01|0 -10|010101010101010101010101010101010101|1H3C0 wM0 co0 go0 1o00 s00 dA0 vc0 11A0 A00 e00 y00 11A0 uM0 e00 Dc0 11A0 s00 e00 IM0 WM0 mo0 gM0 LA0 WM0 jA0 e00 28M0 e00 2600 gM0 2600 e00 2600 gM0|32e5","Europe/Paris|CET CEST|-10 -20|01010101010101010101010|1GNB0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|11e6","Africa/Johannesburg|SAST|-20|0||84e5","Africa/Juba|EAT CAT|-30 -20|01|24nx0|","Africa/Khartoum|EAT CAT|-30 -20|01|1Usl0|51e5","Africa/Sao_Tome|GMT WAT|0 -10|010|1UQN0 2q00|","Africa/Tripoli|EET CET CEST|-20 -10 -20|0120|1IlA0 TA0 1o00|11e5","Africa/Windhoek|CAT WAT|-20 -10|0101010101010|1GQo0 11B0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0|32e4","America/Adak|HST HDT|a0 90|01010101010101010101010|1GIc0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0|326","America/Anchorage|AKST AKDT|90 80|01010101010101010101010|1GIb0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0|30e4","America/Santo_Domingo|AST|40|0||29e5","America/Araguaina|-03 -02|30 20|010|1IdD0 Lz0|14e4","America/Fortaleza|-03|30|0||34e5","America/Asuncion|-03 -04|30 40|01010101010101010101010|1GTf0 1cN0 17b0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0 19X0 1ip0 17b0 1ip0 17b0 1ip0 19X0 1fB0 19X0 1fB0|28e5","America/Panama|EST|50|0||15e5","America/Mexico_City|CST CDT|60 50|01010101010101010101010|1GQw0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0|20e6","America/Bahia|-02 -03|20 30|01|1GCq0|27e5","America/Managua|CST|60|0||22e5","America/La_Paz|-04|40|0||19e5","America/Lima|-05|50|0||11e6","America/Denver|MST MDT|70 60|01010101010101010101010|1GI90 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0|26e5","America/Campo_Grande|-03 -04|30 40|0101010101010101|1GCr0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|77e4","America/Cancun|CST CDT EST|60 50 50|01010102|1GQw0 1nX0 14p0 1lb0 14p0 1lb0 Dd0|63e4","America/Caracas|-0430 -04|4u 40|01|1QMT0|29e5","America/Chicago|CST CDT|60 50|01010101010101010101010|1GI80 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0|92e5","America/Chihuahua|MST MDT CST|70 60 60|01010101010101010101012|1GQx0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0|81e4","America/Ciudad_Juarez|MST MDT CST|70 60 60|010101010101010101010120|1GI90 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1wn0 cm0|","America/Phoenix|MST|70|0||42e5","America/Whitehorse|PST PDT MST|80 70 70|0101010101010101012|1GIa0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1z90|23e3","America/New_York|EST EDT|50 40|01010101010101010101010|1GI70 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0|21e6","America/Rio_Branco|-04 -05|40 50|01|1KLE0|31e4","America/Los_Angeles|PST PDT|80 70|01010101010101010101010|1GIa0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0|15e6","America/Fort_Nelson|PST PDT MST|80 70 70|01010102|1GIa0 1zb0 Op0 1zb0 Op0 1zb0 Op0|39e2","America/Halifax|AST ADT|40 30|01010101010101010101010|1GI60 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0|39e4","America/Godthab|-03 -02|30 20|01010101010101010101010|1GNB0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|17e3","America/Grand_Turk|EST EDT AST|50 40 40|010101021010101010|1GI70 1zb0 Op0 1zb0 Op0 1zb0 Op0 7jA0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0|37e2","America/Havana|CST CDT|50 40|01010101010101010101010|1GQt0 1qM0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Oo0 1zc0 Rc0 1zc0 Oo0 1zc0|21e5","America/Mazatlan|MST MDT|70 60|01010101010101010101010|1GQx0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0 11B0 1nX0 14p0 1lb0 14p0 1lb0 14p0 1nX0 11B0 1nX0|44e4","America/Metlakatla|PST AKST AKDT|80 90 80|01212120121212121|1PAa0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 uM0 jB0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0|14e2","America/Miquelon|-03 -02|30 20|01010101010101010101010|1GI50 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0|61e2","America/Montevideo|-02 -03|20 30|01010101|1GI40 1o10 11z0 1o10 11z0 1o10 11z0|17e5","America/Noronha|-02|20|0||30e2","America/Ojinaga|MST MDT CST|70 60 60|01010101010101010101012|1GI90 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1wn0|23e3","America/Port-au-Prince|EST EDT|50 40|010101010101010101010|1GI70 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 3iN0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0|23e5","Antarctica/Palmer|-03 -04|30 40|010101010|1H3D0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0|40","America/Santiago|-03 -04|30 40|010101010101010101010|1H3D0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0|62e5","America/Sao_Paulo|-02 -03|20 30|0101010101010101|1GCq0 1zd0 Lz0 1C10 Lz0 1C10 On0 1zd0 On0 1zd0 On0 1zd0 On0 1HB0 FX0|20e6","Atlantic/Azores|-01 +00|10 0|01010101010101010101010|1GNB0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|25e4","America/St_Johns|NST NDT|3u 2u|01010101010101010101010|1GI5u 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Op0 1zb0 Rd0 1zb0 Op0 1zb0|11e4","Antarctica/Casey|+11 +08|-b0 -80|0101010101010|1GAF0 blz0 3m10 1o30 14k0 1kr0 12l0 1o01 14kX 1lf1 14kX 1lf1|10","Antarctica/Davis|+05 +07|-50 -70|01|1GAI0|70","Pacific/Port_Moresby|+10|-a0|0||25e4","Australia/Sydney|AEDT AEST|-b0 -a0|01010101010101010101010|1GQg0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|40e5","Asia/Tashkent|+05|-50|0||23e5","Pacific/Auckland|NZDT NZST|-d0 -c0|01010101010101010101010|1GQe0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00|14e5","Asia/Baghdad|+03|-30|0||66e5","Antarctica/Troll|+00 +02|0 -20|01010101010101010101010|1GNB0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|40","Asia/Bangkok|+07|-70|0||15e6","Asia/Dhaka|+06|-60|0||16e6","Asia/Amman|EET EEST +03|-20 -30 -30|010101010101010101012|1GPy0 4bX0 Dd0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 LA0 1C00|25e5","Asia/Kamchatka|+12|-c0|0||18e4","Asia/Baku|+04 +05|-40 -50|010101010|1GNA0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00|27e5","Asia/Barnaul|+07 +06|-70 -60|010|1N7v0 3rd0|","Asia/Beirut|EET EEST|-20 -30|01010101010101010101010|1GNy0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0|22e5","Asia/Kuala_Lumpur|+08|-80|0||71e5","Asia/Kolkata|IST|-5u|0||15e6","Asia/Chita|+10 +08 +09|-a0 -80 -90|012|1N7s0 3re0|33e4","Asia/Ulaanbaatar|+08 +09|-80 -90|01010|1O8G0 1cJ0 1cP0 1cJ0|12e5","Asia/Shanghai|CST|-80|0||23e6","Asia/Colombo|+0530|-5u|0||22e5","Asia/Damascus|EET EEST +03|-20 -30 -30|01010101010101010101012|1GPy0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0 11B0 1nX0 11B0 1nX0 11B0 1nX0 11B0 1qL0 WN0 1qL0 WN0 1qL0|26e5","Asia/Dili|+09|-90|0||19e4","Asia/Dubai|+04|-40|0||39e5","Asia/Famagusta|EET EEST +03|-20 -30 -30|0101010101201010101010|1GNB0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 15U0 2Ks0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|","Asia/Gaza|EET EEST|-20 -30|01010101010101010101010|1GPy0 1a00 1fA0 1cL0 1cN0 1nX0 1210 1nA0 1210 1qL0 WN0 1qL0 WN0 1qL0 11c0 1on0 11B0 1o00 11A0 1qo0 XA0 1qp0|18e5","Asia/Hong_Kong|HKT|-80|0||73e5","Asia/Hovd|+07 +08|-70 -80|01010|1O8H0 1cJ0 1cP0 1cJ0|81e3","Asia/Irkutsk|+09 +08|-90 -80|01|1N7t0|60e4","Europe/Istanbul|EET EEST +03|-20 -30 -30|01010101012|1GNB0 1qM0 11A0 1o00 1200 1nA0 11A0 1tA0 U00 15w0|13e6","Asia/Jakarta|WIB|-70|0||31e6","Asia/Jayapura|WIT|-90|0||26e4","Asia/Jerusalem|IST IDT|-20 -30|01010101010101010101010|1GPA0 1aL0 1eN0 1oL0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0 W10 1rz0 10N0 1oL0 10N0 1oL0 10N0 1rz0 W10 1rz0|81e4","Asia/Kabul|+0430|-4u|0||46e5","Asia/Karachi|PKT|-50|0||24e6","Asia/Kathmandu|+0545|-5J|0||12e5","Asia/Yakutsk|+10 +09|-a0 -90|01|1N7s0|28e4","Asia/Krasnoyarsk|+08 +07|-80 -70|01|1N7u0|10e5","Asia/Magadan|+12 +10 +11|-c0 -a0 -b0|012|1N7q0 3Cq0|95e3","Asia/Makassar|WITA|-80|0||15e5","Asia/Manila|PST|-80|0||24e6","Europe/Athens|EET EEST|-20 -30|01010101010101010101010|1GNB0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|35e5","Asia/Novosibirsk|+07 +06|-70 -60|010|1N7v0 4eN0|15e5","Asia/Omsk|+07 +06|-70 -60|01|1N7v0|12e5","Asia/Pyongyang|KST KST|-90 -8u|010|1P4D0 6BA0|29e5","Asia/Qyzylorda|+06 +05|-60 -50|01|1Xei0|73e4","Asia/Rangoon|+0630|-6u|0||48e5","Asia/Sakhalin|+11 +10|-b0 -a0|010|1N7r0 3rd0|58e4","Asia/Seoul|KST|-90|0||23e6","Asia/Srednekolymsk|+12 +11|-c0 -b0|01|1N7q0|35e2","Asia/Tehran|+0330 +0430|-3u -4u|01010101010101010101010|1GLUu 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0 1cp0 1dz0 1cp0 1dz0 1cN0 1dz0 1cp0 1dz0|14e6","Asia/Tokyo|JST|-90|0||38e6","Asia/Tomsk|+07 +06|-70 -60|010|1N7v0 3Qp0|10e5","Asia/Vladivostok|+11 +10|-b0 -a0|01|1N7r0|60e4","Asia/Yekaterinburg|+06 +05|-60 -50|01|1N7w0|14e5","Europe/Lisbon|WET WEST|0 -10|01010101010101010101010|1GNB0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|27e5","Atlantic/Cape_Verde|-01|10|0||50e4","Australia/Adelaide|ACDT ACST|-au -9u|01010101010101010101010|1GQgu 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1fA0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|11e5","Australia/Brisbane|AEST|-a0|0||20e5","Australia/Darwin|ACST|-9u|0||12e4","Australia/Eucla|+0845|-8J|0||368","Australia/Lord_Howe|+11 +1030|-b0 -au|01010101010101010101010|1GQf0 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1fAu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu 1cLu 1cMu|347","Australia/Perth|AWST|-80|0||18e5","Pacific/Easter|-05 -06|50 60|010101010101010101010|1H3D0 Op0 1zb0 Rd0 1wn0 Rd0 46n0 Ap0 1Nb0 Ap0 1Nb0 Ap0 1zb0 11B0 1nX0 11B0 1nX0 11B0 1nX0 14p0|30e2","Europe/Dublin|GMT IST|0 -10|01010101010101010101010|1GNB0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|12e5","Etc/GMT-1|+01|-10|0||","Pacific/Guadalcanal|+11|-b0|0||11e4","Pacific/Fakaofo|+13|-d0|0||483","Pacific/Kiritimati|+14|-e0|0||51e2","Etc/GMT-2|+02|-20|0||","Pacific/Tahiti|-10|a0|0||18e4","Pacific/Niue|-11|b0|0||12e2","Etc/GMT+12|-12|c0|0||","Pacific/Galapagos|-06|60|0||25e3","Etc/GMT+7|-07|70|0||","Pacific/Pitcairn|-08|80|0||56","Pacific/Gambier|-09|90|0||125","Etc/UTC|UTC|0|0||","Europe/Ulyanovsk|+04 +03|-40 -30|010|1N7y0 3rd0|13e5","Europe/London|GMT BST|0 -10|01010101010101010101010|1GNB0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|10e6","Europe/Chisinau|EET EEST|-20 -30|01010101010101010101010|1GNA0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|67e4","Europe/Kaliningrad|+03 EET|-30 -20|01|1N7z0|44e4","Europe/Moscow|MSK MSK|-40 -30|01|1N7y0|16e6","Europe/Saratov|+04 +03|-40 -30|010|1N7y0 5810|","Europe/Simferopol|EET EEST MSK MSK|-20 -30 -40 -30|0101023|1GNB0 1qM0 11A0 1o00 11z0 1nW0|33e4","Europe/Volgograd|MSK MSK +04|-40 -30 -40|0121|1N7y0 9Jd0 5gn0|10e5","Pacific/Honolulu|HST|a0|0||37e4","Pacific/Chatham|+1345 +1245|-dJ -cJ|01010101010101010101010|1GQe0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00|600","Pacific/Apia|+14 +13|-e0 -d0|01010101010101010101|1GQe0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0|37e3","Pacific/Bougainville|+10 +11|-a0 -b0|01|1NwE0|18e4","Pacific/Fiji|+13 +12|-d0 -c0|01010101010101010101|1Goe0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 uM0 1VA0 s00 1VA0 s00 1VA0 s00 20o0 pc0 2hc0 bc0|88e4","Pacific/Guam|ChST|-a0|0||17e4","Pacific/Marquesas|-0930|9u|0||86e2","Pacific/Pago_Pago|SST|b0|0||37e2","Pacific/Norfolk|+1130 +11 +12|-bu -b0 -c0|012121212|1PoCu 9Jcu 1cM0 1cM0 1cM0 1cM0 1cM0 1cM0|25e4","Pacific/Tongatapu|+13 +14|-d0 -e0|010|1S4d0 s00|75e3"],links:["Africa/Abidjan|Africa/Accra","Africa/Abidjan|Africa/Bamako","Africa/Abidjan|Africa/Banjul","Africa/Abidjan|Africa/Bissau","Africa/Abidjan|Africa/Conakry","Africa/Abidjan|Africa/Dakar","Africa/Abidjan|Africa/Freetown","Africa/Abidjan|Africa/Lome","Africa/Abidjan|Africa/Monrovia","Africa/Abidjan|Africa/Nouakchott","Africa/Abidjan|Africa/Ouagadougou","Africa/Abidjan|Africa/Timbuktu","Africa/Abidjan|America/Danmarkshavn","Africa/Abidjan|Atlantic/Reykjavik","Africa/Abidjan|Atlantic/St_Helena","Africa/Abidjan|Etc/GMT","Africa/Abidjan|Etc/GMT+0","Africa/Abidjan|Etc/GMT-0","Africa/Abidjan|Etc/GMT0","Africa/Abidjan|Etc/Greenwich","Africa/Abidjan|GMT","Africa/Abidjan|GMT+0","Africa/Abidjan|GMT-0","Africa/Abidjan|GMT0","Africa/Abidjan|Greenwich","Africa/Abidjan|Iceland","Africa/Algiers|Africa/Tunis","Africa/Cairo|Egypt","Africa/Casablanca|Africa/El_Aaiun","Africa/Johannesburg|Africa/Maseru","Africa/Johannesburg|Africa/Mbabane","Africa/Lagos|Africa/Bangui","Africa/Lagos|Africa/Brazzaville","Africa/Lagos|Africa/Douala","Africa/Lagos|Africa/Kinshasa","Africa/Lagos|Africa/Libreville","Africa/Lagos|Africa/Luanda","Africa/Lagos|Africa/Malabo","Africa/Lagos|Africa/Ndjamena","Africa/Lagos|Africa/Niamey","Africa/Lagos|Africa/Porto-Novo","Africa/Maputo|Africa/Blantyre","Africa/Maputo|Africa/Bujumbura","Africa/Maputo|Africa/Gaborone","Africa/Maputo|Africa/Harare","Africa/Maputo|Africa/Kigali","Africa/Maputo|Africa/Lubumbashi","Africa/Maputo|Africa/Lusaka","Africa/Nairobi|Africa/Addis_Ababa","Africa/Nairobi|Africa/Asmara","Africa/Nairobi|Africa/Asmera","Africa/Nairobi|Africa/Dar_es_Salaam","Africa/Nairobi|Africa/Djibouti","Africa/Nairobi|Africa/Kampala","Africa/Nairobi|Africa/Mogadishu","Africa/Nairobi|Indian/Antananarivo","Africa/Nairobi|Indian/Comoro","Africa/Nairobi|Indian/Mayotte","Africa/Tripoli|Libya","America/Adak|America/Atka","America/Adak|US/Aleutian","America/Anchorage|America/Juneau","America/Anchorage|America/Nome","America/Anchorage|America/Sitka","America/Anchorage|America/Yakutat","America/Anchorage|US/Alaska","America/Campo_Grande|America/Cuiaba","America/Chicago|America/Indiana/Knox","America/Chicago|America/Indiana/Tell_City","America/Chicago|America/Knox_IN","America/Chicago|America/Matamoros","America/Chicago|America/Menominee","America/Chicago|America/North_Dakota/Beulah","America/Chicago|America/North_Dakota/Center","America/Chicago|America/North_Dakota/New_Salem","America/Chicago|America/Rainy_River","America/Chicago|America/Rankin_Inlet","America/Chicago|America/Resolute","America/Chicago|America/Winnipeg","America/Chicago|CST6CDT","America/Chicago|Canada/Central","America/Chicago|US/Central","America/Chicago|US/Indiana-Starke","America/Denver|America/Boise","America/Denver|America/Cambridge_Bay","America/Denver|America/Edmonton","America/Denver|America/Inuvik","America/Denver|America/Shiprock","America/Denver|America/Yellowknife","America/Denver|Canada/Mountain","America/Denver|MST7MDT","America/Denver|Navajo","America/Denver|US/Mountain","America/Fortaleza|America/Argentina/Buenos_Aires","America/Fortaleza|America/Argentina/Catamarca","America/Fortaleza|America/Argentina/ComodRivadavia","America/Fortaleza|America/Argentina/Cordoba","America/Fortaleza|America/Argentina/Jujuy","America/Fortaleza|America/Argentina/La_Rioja","America/Fortaleza|America/Argentina/Mendoza","America/Fortaleza|America/Argentina/Rio_Gallegos","America/Fortaleza|America/Argentina/Salta","America/Fortaleza|America/Argentina/San_Juan","America/Fortaleza|America/Argentina/San_Luis","America/Fortaleza|America/Argentina/Tucuman","America/Fortaleza|America/Argentina/Ushuaia","America/Fortaleza|America/Belem","America/Fortaleza|America/Buenos_Aires","America/Fortaleza|America/Catamarca","America/Fortaleza|America/Cayenne","America/Fortaleza|America/Cordoba","America/Fortaleza|America/Jujuy","America/Fortaleza|America/Maceio","America/Fortaleza|America/Mendoza","America/Fortaleza|America/Paramaribo","America/Fortaleza|America/Recife","America/Fortaleza|America/Rosario","America/Fortaleza|America/Santarem","America/Fortaleza|Antarctica/Rothera","America/Fortaleza|Atlantic/Stanley","America/Fortaleza|Etc/GMT+3","America/Godthab|America/Nuuk","America/Halifax|America/Glace_Bay","America/Halifax|America/Goose_Bay","America/Halifax|America/Moncton","America/Halifax|America/Thule","America/Halifax|Atlantic/Bermuda","America/Halifax|Canada/Atlantic","America/Havana|Cuba","America/La_Paz|America/Boa_Vista","America/La_Paz|America/Guyana","America/La_Paz|America/Manaus","America/La_Paz|America/Porto_Velho","America/La_Paz|Brazil/West","America/La_Paz|Etc/GMT+4","America/Lima|America/Bogota","America/Lima|America/Guayaquil","America/Lima|Etc/GMT+5","America/Los_Angeles|America/Ensenada","America/Los_Angeles|America/Santa_Isabel","America/Los_Angeles|America/Tijuana","America/Los_Angeles|America/Vancouver","America/Los_Angeles|Canada/Pacific","America/Los_Angeles|Mexico/BajaNorte","America/Los_Angeles|PST8PDT","America/Los_Angeles|US/Pacific","America/Managua|America/Belize","America/Managua|America/Costa_Rica","America/Managua|America/El_Salvador","America/Managua|America/Guatemala","America/Managua|America/Regina","America/Managua|America/Swift_Current","America/Managua|America/Tegucigalpa","America/Managua|Canada/Saskatchewan","America/Mazatlan|Mexico/BajaSur","America/Mexico_City|America/Bahia_Banderas","America/Mexico_City|America/Merida","America/Mexico_City|America/Monterrey","America/Mexico_City|Mexico/General","America/New_York|America/Detroit","America/New_York|America/Fort_Wayne","America/New_York|America/Indiana/Indianapolis","America/New_York|America/Indiana/Marengo","America/New_York|America/Indiana/Petersburg","America/New_York|America/Indiana/Vevay","America/New_York|America/Indiana/Vincennes","America/New_York|America/Indiana/Winamac","America/New_York|America/Indianapolis","America/New_York|America/Iqaluit","America/New_York|America/Kentucky/Louisville","America/New_York|America/Kentucky/Monticello","America/New_York|America/Louisville","America/New_York|America/Montreal","America/New_York|America/Nassau","America/New_York|America/Nipigon","America/New_York|America/Pangnirtung","America/New_York|America/Thunder_Bay","America/New_York|America/Toronto","America/New_York|Canada/Eastern","America/New_York|EST5EDT","America/New_York|US/East-Indiana","America/New_York|US/Eastern","America/New_York|US/Michigan","America/Noronha|Atlantic/South_Georgia","America/Noronha|Brazil/DeNoronha","America/Noronha|Etc/GMT+2","America/Panama|America/Atikokan","America/Panama|America/Cayman","America/Panama|America/Coral_Harbour","America/Panama|America/Jamaica","America/Panama|EST","America/Panama|Jamaica","America/Phoenix|America/Creston","America/Phoenix|America/Dawson_Creek","America/Phoenix|America/Hermosillo","America/Phoenix|MST","America/Phoenix|US/Arizona","America/Rio_Branco|America/Eirunepe","America/Rio_Branco|America/Porto_Acre","America/Rio_Branco|Brazil/Acre","America/Santiago|Chile/Continental","America/Santo_Domingo|America/Anguilla","America/Santo_Domingo|America/Antigua","America/Santo_Domingo|America/Aruba","America/Santo_Domingo|America/Barbados","America/Santo_Domingo|America/Blanc-Sablon","America/Santo_Domingo|America/Curacao","America/Santo_Domingo|America/Dominica","America/Santo_Domingo|America/Grenada","America/Santo_Domingo|America/Guadeloupe","America/Santo_Domingo|America/Kralendijk","America/Santo_Domingo|America/Lower_Princes","America/Santo_Domingo|America/Marigot","America/Santo_Domingo|America/Martinique","America/Santo_Domingo|America/Montserrat","America/Santo_Domingo|America/Port_of_Spain","America/Santo_Domingo|America/Puerto_Rico","America/Santo_Domingo|America/St_Barthelemy","America/Santo_Domingo|America/St_Kitts","America/Santo_Domingo|America/St_Lucia","America/Santo_Domingo|America/St_Thomas","America/Santo_Domingo|America/St_Vincent","America/Santo_Domingo|America/Tortola","America/Santo_Domingo|America/Virgin","America/Sao_Paulo|Brazil/East","America/St_Johns|Canada/Newfoundland","America/Whitehorse|America/Dawson","America/Whitehorse|Canada/Yukon","Antarctica/Palmer|America/Punta_Arenas","Asia/Baghdad|Antarctica/Syowa","Asia/Baghdad|Asia/Aden","Asia/Baghdad|Asia/Bahrain","Asia/Baghdad|Asia/Kuwait","Asia/Baghdad|Asia/Qatar","Asia/Baghdad|Asia/Riyadh","Asia/Baghdad|Etc/GMT-3","Asia/Baghdad|Europe/Minsk","Asia/Bangkok|Antarctica/Vostok","Asia/Bangkok|Asia/Ho_Chi_Minh","Asia/Bangkok|Asia/Novokuznetsk","Asia/Bangkok|Asia/Phnom_Penh","Asia/Bangkok|Asia/Saigon","Asia/Bangkok|Asia/Vientiane","Asia/Bangkok|Etc/GMT-7","Asia/Bangkok|Indian/Christmas","Asia/Dhaka|Asia/Almaty","Asia/Dhaka|Asia/Bishkek","Asia/Dhaka|Asia/Dacca","Asia/Dhaka|Asia/Kashgar","Asia/Dhaka|Asia/Qostanay","Asia/Dhaka|Asia/Thimbu","Asia/Dhaka|Asia/Thimphu","Asia/Dhaka|Asia/Urumqi","Asia/Dhaka|Etc/GMT-6","Asia/Dhaka|Indian/Chagos","Asia/Dili|Etc/GMT-9","Asia/Dili|Pacific/Palau","Asia/Dubai|Asia/Muscat","Asia/Dubai|Asia/Tbilisi","Asia/Dubai|Asia/Yerevan","Asia/Dubai|Etc/GMT-4","Asia/Dubai|Europe/Samara","Asia/Dubai|Indian/Mahe","Asia/Dubai|Indian/Mauritius","Asia/Dubai|Indian/Reunion","Asia/Gaza|Asia/Hebron","Asia/Hong_Kong|Hongkong","Asia/Jakarta|Asia/Pontianak","Asia/Jerusalem|Asia/Tel_Aviv","Asia/Jerusalem|Israel","Asia/Kamchatka|Asia/Anadyr","Asia/Kamchatka|Etc/GMT-12","Asia/Kamchatka|Kwajalein","Asia/Kamchatka|Pacific/Funafuti","Asia/Kamchatka|Pacific/Kwajalein","Asia/Kamchatka|Pacific/Majuro","Asia/Kamchatka|Pacific/Nauru","Asia/Kamchatka|Pacific/Tarawa","Asia/Kamchatka|Pacific/Wake","Asia/Kamchatka|Pacific/Wallis","Asia/Kathmandu|Asia/Katmandu","Asia/Kolkata|Asia/Calcutta","Asia/Kuala_Lumpur|Asia/Brunei","Asia/Kuala_Lumpur|Asia/Kuching","Asia/Kuala_Lumpur|Asia/Singapore","Asia/Kuala_Lumpur|Etc/GMT-8","Asia/Kuala_Lumpur|Singapore","Asia/Makassar|Asia/Ujung_Pandang","Asia/Rangoon|Asia/Yangon","Asia/Rangoon|Indian/Cocos","Asia/Seoul|ROK","Asia/Shanghai|Asia/Chongqing","Asia/Shanghai|Asia/Chungking","Asia/Shanghai|Asia/Harbin","Asia/Shanghai|Asia/Macao","Asia/Shanghai|Asia/Macau","Asia/Shanghai|Asia/Taipei","Asia/Shanghai|PRC","Asia/Shanghai|ROC","Asia/Tashkent|Antarctica/Mawson","Asia/Tashkent|Asia/Aqtau","Asia/Tashkent|Asia/Aqtobe","Asia/Tashkent|Asia/Ashgabat","Asia/Tashkent|Asia/Ashkhabad","Asia/Tashkent|Asia/Atyrau","Asia/Tashkent|Asia/Dushanbe","Asia/Tashkent|Asia/Oral","Asia/Tashkent|Asia/Samarkand","Asia/Tashkent|Etc/GMT-5","Asia/Tashkent|Indian/Kerguelen","Asia/Tashkent|Indian/Maldives","Asia/Tehran|Iran","Asia/Tokyo|Japan","Asia/Ulaanbaatar|Asia/Choibalsan","Asia/Ulaanbaatar|Asia/Ulan_Bator","Asia/Vladivostok|Asia/Ust-Nera","Asia/Yakutsk|Asia/Khandyga","Atlantic/Azores|America/Scoresbysund","Atlantic/Cape_Verde|Etc/GMT+1","Australia/Adelaide|Australia/Broken_Hill","Australia/Adelaide|Australia/South","Australia/Adelaide|Australia/Yancowinna","Australia/Brisbane|Australia/Lindeman","Australia/Brisbane|Australia/Queensland","Australia/Darwin|Australia/North","Australia/Lord_Howe|Australia/LHI","Australia/Perth|Australia/West","Australia/Sydney|Antarctica/Macquarie","Australia/Sydney|Australia/ACT","Australia/Sydney|Australia/Canberra","Australia/Sydney|Australia/Currie","Australia/Sydney|Australia/Hobart","Australia/Sydney|Australia/Melbourne","Australia/Sydney|Australia/NSW","Australia/Sydney|Australia/Tasmania","Australia/Sydney|Australia/Victoria","Etc/UTC|Etc/UCT","Etc/UTC|Etc/Universal","Etc/UTC|Etc/Zulu","Etc/UTC|UCT","Etc/UTC|UTC","Etc/UTC|Universal","Etc/UTC|Zulu","Europe/Athens|Asia/Nicosia","Europe/Athens|EET","Europe/Athens|Europe/Bucharest","Europe/Athens|Europe/Helsinki","Europe/Athens|Europe/Kiev","Europe/Athens|Europe/Kyiv","Europe/Athens|Europe/Mariehamn","Europe/Athens|Europe/Nicosia","Europe/Athens|Europe/Riga","Europe/Athens|Europe/Sofia","Europe/Athens|Europe/Tallinn","Europe/Athens|Europe/Uzhgorod","Europe/Athens|Europe/Vilnius","Europe/Athens|Europe/Zaporozhye","Europe/Chisinau|Europe/Tiraspol","Europe/Dublin|Eire","Europe/Istanbul|Asia/Istanbul","Europe/Istanbul|Turkey","Europe/Lisbon|Atlantic/Canary","Europe/Lisbon|Atlantic/Faeroe","Europe/Lisbon|Atlantic/Faroe","Europe/Lisbon|Atlantic/Madeira","Europe/Lisbon|Portugal","Europe/Lisbon|WET","Europe/London|Europe/Belfast","Europe/London|Europe/Guernsey","Europe/London|Europe/Isle_of_Man","Europe/London|Europe/Jersey","Europe/London|GB","Europe/London|GB-Eire","Europe/Moscow|Europe/Kirov","Europe/Moscow|W-SU","Europe/Paris|Africa/Ceuta","Europe/Paris|Arctic/Longyearbyen","Europe/Paris|Atlantic/Jan_Mayen","Europe/Paris|CET","Europe/Paris|Europe/Amsterdam","Europe/Paris|Europe/Andorra","Europe/Paris|Europe/Belgrade","Europe/Paris|Europe/Berlin","Europe/Paris|Europe/Bratislava","Europe/Paris|Europe/Brussels","Europe/Paris|Europe/Budapest","Europe/Paris|Europe/Busingen","Europe/Paris|Europe/Copenhagen","Europe/Paris|Europe/Gibraltar","Europe/Paris|Europe/Ljubljana","Europe/Paris|Europe/Luxembourg","Europe/Paris|Europe/Madrid","Europe/Paris|Europe/Malta","Europe/Paris|Europe/Monaco","Europe/Paris|Europe/Oslo","Europe/Paris|Europe/Podgorica","Europe/Paris|Europe/Prague","Europe/Paris|Europe/Rome","Europe/Paris|Europe/San_Marino","Europe/Paris|Europe/Sarajevo","Europe/Paris|Europe/Skopje","Europe/Paris|Europe/Stockholm","Europe/Paris|Europe/Tirane","Europe/Paris|Europe/Vaduz","Europe/Paris|Europe/Vatican","Europe/Paris|Europe/Vienna","Europe/Paris|Europe/Warsaw","Europe/Paris|Europe/Zagreb","Europe/Paris|Europe/Zurich","Europe/Paris|MET","Europe/Paris|Poland","Europe/Ulyanovsk|Europe/Astrakhan","Pacific/Auckland|Antarctica/McMurdo","Pacific/Auckland|Antarctica/South_Pole","Pacific/Auckland|NZ","Pacific/Chatham|NZ-CHAT","Pacific/Easter|Chile/EasterIsland","Pacific/Fakaofo|Etc/GMT-13","Pacific/Fakaofo|Pacific/Enderbury","Pacific/Fakaofo|Pacific/Kanton","Pacific/Galapagos|Etc/GMT+6","Pacific/Gambier|Etc/GMT+9","Pacific/Guadalcanal|Etc/GMT-11","Pacific/Guadalcanal|Pacific/Efate","Pacific/Guadalcanal|Pacific/Kosrae","Pacific/Guadalcanal|Pacific/Noumea","Pacific/Guadalcanal|Pacific/Pohnpei","Pacific/Guadalcanal|Pacific/Ponape","Pacific/Guam|Pacific/Saipan","Pacific/Honolulu|HST","Pacific/Honolulu|Pacific/Johnston","Pacific/Honolulu|US/Hawaii","Pacific/Kiritimati|Etc/GMT-14","Pacific/Niue|Etc/GMT+11","Pacific/Pago_Pago|Pacific/Midway","Pacific/Pago_Pago|Pacific/Samoa","Pacific/Pago_Pago|US/Samoa","Pacific/Pitcairn|Etc/GMT+8","Pacific/Port_Moresby|Antarctica/DumontDUrville","Pacific/Port_Moresby|Etc/GMT-10","Pacific/Port_Moresby|Pacific/Chuuk","Pacific/Port_Moresby|Pacific/Truk","Pacific/Port_Moresby|Pacific/Yap","Pacific/Tahiti|Etc/GMT+10","Pacific/Tahiti|Pacific/Rarotonga"],countries:["AD|Europe/Andorra","AE|Asia/Dubai","AF|Asia/Kabul","AG|America/Puerto_Rico America/Antigua","AI|America/Puerto_Rico America/Anguilla","AL|Europe/Tirane","AM|Asia/Yerevan","AO|Africa/Lagos Africa/Luanda","AQ|Antarctica/Casey Antarctica/Davis Antarctica/Mawson Antarctica/Palmer Antarctica/Rothera Antarctica/Troll Antarctica/Vostok Pacific/Auckland Pacific/Port_Moresby Asia/Riyadh Antarctica/McMurdo Antarctica/DumontDUrville Antarctica/Syowa","AR|America/Argentina/Buenos_Aires America/Argentina/Cordoba America/Argentina/Salta America/Argentina/Jujuy America/Argentina/Tucuman America/Argentina/Catamarca America/Argentina/La_Rioja America/Argentina/San_Juan America/Argentina/Mendoza America/Argentina/San_Luis America/Argentina/Rio_Gallegos America/Argentina/Ushuaia","AS|Pacific/Pago_Pago","AT|Europe/Vienna","AU|Australia/Lord_Howe Antarctica/Macquarie Australia/Hobart Australia/Melbourne Australia/Sydney Australia/Broken_Hill Australia/Brisbane Australia/Lindeman Australia/Adelaide Australia/Darwin Australia/Perth Australia/Eucla","AW|America/Puerto_Rico America/Aruba","AX|Europe/Helsinki Europe/Mariehamn","AZ|Asia/Baku","BA|Europe/Belgrade Europe/Sarajevo","BB|America/Barbados","BD|Asia/Dhaka","BE|Europe/Brussels","BF|Africa/Abidjan Africa/Ouagadougou","BG|Europe/Sofia","BH|Asia/Qatar Asia/Bahrain","BI|Africa/Maputo Africa/Bujumbura","BJ|Africa/Lagos Africa/Porto-Novo","BL|America/Puerto_Rico America/St_Barthelemy","BM|Atlantic/Bermuda","BN|Asia/Kuching Asia/Brunei","BO|America/La_Paz","BQ|America/Puerto_Rico America/Kralendijk","BR|America/Noronha America/Belem America/Fortaleza America/Recife America/Araguaina America/Maceio America/Bahia America/Sao_Paulo America/Campo_Grande America/Cuiaba America/Santarem America/Porto_Velho America/Boa_Vista America/Manaus America/Eirunepe America/Rio_Branco","BS|America/Toronto America/Nassau","BT|Asia/Thimphu","BW|Africa/Maputo Africa/Gaborone","BY|Europe/Minsk","BZ|America/Belize","CA|America/St_Johns America/Halifax America/Glace_Bay America/Moncton America/Goose_Bay America/Toronto America/Iqaluit America/Winnipeg America/Resolute America/Rankin_Inlet America/Regina America/Swift_Current America/Edmonton America/Cambridge_Bay America/Inuvik America/Dawson_Creek America/Fort_Nelson America/Whitehorse America/Dawson America/Vancouver America/Panama America/Puerto_Rico America/Phoenix America/Blanc-Sablon America/Atikokan America/Creston","CC|Asia/Yangon Indian/Cocos","CD|Africa/Maputo Africa/Lagos Africa/Kinshasa Africa/Lubumbashi","CF|Africa/Lagos Africa/Bangui","CG|Africa/Lagos Africa/Brazzaville","CH|Europe/Zurich","CI|Africa/Abidjan","CK|Pacific/Rarotonga","CL|America/Santiago America/Punta_Arenas Pacific/Easter","CM|Africa/Lagos Africa/Douala","CN|Asia/Shanghai Asia/Urumqi","CO|America/Bogota","CR|America/Costa_Rica","CU|America/Havana","CV|Atlantic/Cape_Verde","CW|America/Puerto_Rico America/Curacao","CX|Asia/Bangkok Indian/Christmas","CY|Asia/Nicosia Asia/Famagusta","CZ|Europe/Prague","DE|Europe/Zurich Europe/Berlin Europe/Busingen","DJ|Africa/Nairobi Africa/Djibouti","DK|Europe/Berlin Europe/Copenhagen","DM|America/Puerto_Rico America/Dominica","DO|America/Santo_Domingo","DZ|Africa/Algiers","EC|America/Guayaquil Pacific/Galapagos","EE|Europe/Tallinn","EG|Africa/Cairo","EH|Africa/El_Aaiun","ER|Africa/Nairobi Africa/Asmara","ES|Europe/Madrid Africa/Ceuta Atlantic/Canary","ET|Africa/Nairobi Africa/Addis_Ababa","FI|Europe/Helsinki","FJ|Pacific/Fiji","FK|Atlantic/Stanley","FM|Pacific/Kosrae Pacific/Port_Moresby Pacific/Guadalcanal Pacific/Chuuk Pacific/Pohnpei","FO|Atlantic/Faroe","FR|Europe/Paris","GA|Africa/Lagos Africa/Libreville","GB|Europe/London","GD|America/Puerto_Rico America/Grenada","GE|Asia/Tbilisi","GF|America/Cayenne","GG|Europe/London Europe/Guernsey","GH|Africa/Abidjan Africa/Accra","GI|Europe/Gibraltar","GL|America/Nuuk America/Danmarkshavn America/Scoresbysund America/Thule","GM|Africa/Abidjan Africa/Banjul","GN|Africa/Abidjan Africa/Conakry","GP|America/Puerto_Rico America/Guadeloupe","GQ|Africa/Lagos Africa/Malabo","GR|Europe/Athens","GS|Atlantic/South_Georgia","GT|America/Guatemala","GU|Pacific/Guam","GW|Africa/Bissau","GY|America/Guyana","HK|Asia/Hong_Kong","HN|America/Tegucigalpa","HR|Europe/Belgrade Europe/Zagreb","HT|America/Port-au-Prince","HU|Europe/Budapest","ID|Asia/Jakarta Asia/Pontianak Asia/Makassar Asia/Jayapura","IE|Europe/Dublin","IL|Asia/Jerusalem","IM|Europe/London Europe/Isle_of_Man","IN|Asia/Kolkata","IO|Indian/Chagos","IQ|Asia/Baghdad","IR|Asia/Tehran","IS|Africa/Abidjan Atlantic/Reykjavik","IT|Europe/Rome","JE|Europe/London Europe/Jersey","JM|America/Jamaica","JO|Asia/Amman","JP|Asia/Tokyo","KE|Africa/Nairobi","KG|Asia/Bishkek","KH|Asia/Bangkok Asia/Phnom_Penh","KI|Pacific/Tarawa Pacific/Kanton Pacific/Kiritimati","KM|Africa/Nairobi Indian/Comoro","KN|America/Puerto_Rico America/St_Kitts","KP|Asia/Pyongyang","KR|Asia/Seoul","KW|Asia/Riyadh Asia/Kuwait","KY|America/Panama America/Cayman","KZ|Asia/Almaty Asia/Qyzylorda Asia/Qostanay Asia/Aqtobe Asia/Aqtau Asia/Atyrau Asia/Oral","LA|Asia/Bangkok Asia/Vientiane","LB|Asia/Beirut","LC|America/Puerto_Rico America/St_Lucia","LI|Europe/Zurich Europe/Vaduz","LK|Asia/Colombo","LR|Africa/Monrovia","LS|Africa/Johannesburg Africa/Maseru","LT|Europe/Vilnius","LU|Europe/Brussels Europe/Luxembourg","LV|Europe/Riga","LY|Africa/Tripoli","MA|Africa/Casablanca","MC|Europe/Paris Europe/Monaco","MD|Europe/Chisinau","ME|Europe/Belgrade Europe/Podgorica","MF|America/Puerto_Rico America/Marigot","MG|Africa/Nairobi Indian/Antananarivo","MH|Pacific/Tarawa Pacific/Kwajalein Pacific/Majuro","MK|Europe/Belgrade Europe/Skopje","ML|Africa/Abidjan Africa/Bamako","MM|Asia/Yangon","MN|Asia/Ulaanbaatar Asia/Hovd","MO|Asia/Macau","MP|Pacific/Guam Pacific/Saipan","MQ|America/Martinique","MR|Africa/Abidjan Africa/Nouakchott","MS|America/Puerto_Rico America/Montserrat","MT|Europe/Malta","MU|Indian/Mauritius","MV|Indian/Maldives","MW|Africa/Maputo Africa/Blantyre","MX|America/Mexico_City America/Cancun America/Merida America/Monterrey America/Matamoros America/Chihuahua America/Ciudad_Juarez America/Ojinaga America/Mazatlan America/Bahia_Banderas America/Hermosillo America/Tijuana","MY|Asia/Kuching Asia/Singapore Asia/Kuala_Lumpur","MZ|Africa/Maputo","NA|Africa/Windhoek","NC|Pacific/Noumea","NE|Africa/Lagos Africa/Niamey","NF|Pacific/Norfolk","NG|Africa/Lagos","NI|America/Managua","NL|Europe/Brussels Europe/Amsterdam","NO|Europe/Berlin Europe/Oslo","NP|Asia/Kathmandu","NR|Pacific/Nauru","NU|Pacific/Niue","NZ|Pacific/Auckland Pacific/Chatham","OM|Asia/Dubai Asia/Muscat","PA|America/Panama","PE|America/Lima","PF|Pacific/Tahiti Pacific/Marquesas Pacific/Gambier","PG|Pacific/Port_Moresby Pacific/Bougainville","PH|Asia/Manila","PK|Asia/Karachi","PL|Europe/Warsaw","PM|America/Miquelon","PN|Pacific/Pitcairn","PR|America/Puerto_Rico","PS|Asia/Gaza Asia/Hebron","PT|Europe/Lisbon Atlantic/Madeira Atlantic/Azores","PW|Pacific/Palau","PY|America/Asuncion","QA|Asia/Qatar","RE|Asia/Dubai Indian/Reunion","RO|Europe/Bucharest","RS|Europe/Belgrade","RU|Europe/Kaliningrad Europe/Moscow Europe/Simferopol Europe/Kirov Europe/Volgograd Europe/Astrakhan Europe/Saratov Europe/Ulyanovsk Europe/Samara Asia/Yekaterinburg Asia/Omsk Asia/Novosibirsk Asia/Barnaul Asia/Tomsk Asia/Novokuznetsk Asia/Krasnoyarsk Asia/Irkutsk Asia/Chita Asia/Yakutsk Asia/Khandyga Asia/Vladivostok Asia/Ust-Nera Asia/Magadan Asia/Sakhalin Asia/Srednekolymsk Asia/Kamchatka Asia/Anadyr","RW|Africa/Maputo Africa/Kigali","SA|Asia/Riyadh","SB|Pacific/Guadalcanal","SC|Asia/Dubai Indian/Mahe","SD|Africa/Khartoum","SE|Europe/Berlin Europe/Stockholm","SG|Asia/Singapore","SH|Africa/Abidjan Atlantic/St_Helena","SI|Europe/Belgrade Europe/Ljubljana","SJ|Europe/Berlin Arctic/Longyearbyen","SK|Europe/Prague Europe/Bratislava","SL|Africa/Abidjan Africa/Freetown","SM|Europe/Rome Europe/San_Marino","SN|Africa/Abidjan Africa/Dakar","SO|Africa/Nairobi Africa/Mogadishu","SR|America/Paramaribo","SS|Africa/Juba","ST|Africa/Sao_Tome","SV|America/El_Salvador","SX|America/Puerto_Rico America/Lower_Princes","SY|Asia/Damascus","SZ|Africa/Johannesburg Africa/Mbabane","TC|America/Grand_Turk","TD|Africa/Ndjamena","TF|Asia/Dubai Indian/Maldives Indian/Kerguelen","TG|Africa/Abidjan Africa/Lome","TH|Asia/Bangkok","TJ|Asia/Dushanbe","TK|Pacific/Fakaofo","TL|Asia/Dili","TM|Asia/Ashgabat","TN|Africa/Tunis","TO|Pacific/Tongatapu","TR|Europe/Istanbul","TT|America/Puerto_Rico America/Port_of_Spain","TV|Pacific/Tarawa Pacific/Funafuti","TW|Asia/Taipei","TZ|Africa/Nairobi Africa/Dar_es_Salaam","UA|Europe/Simferopol Europe/Kyiv","UG|Africa/Nairobi Africa/Kampala","UM|Pacific/Pago_Pago Pacific/Tarawa Pacific/Midway Pacific/Wake","US|America/New_York America/Detroit America/Kentucky/Louisville America/Kentucky/Monticello America/Indiana/Indianapolis America/Indiana/Vincennes America/Indiana/Winamac America/Indiana/Marengo America/Indiana/Petersburg America/Indiana/Vevay America/Chicago America/Indiana/Tell_City America/Indiana/Knox America/Menominee America/North_Dakota/Center America/North_Dakota/New_Salem America/North_Dakota/Beulah America/Denver America/Boise America/Phoenix America/Los_Angeles America/Anchorage America/Juneau America/Sitka America/Metlakatla America/Yakutat America/Nome America/Adak Pacific/Honolulu","UY|America/Montevideo","UZ|Asia/Samarkand Asia/Tashkent","VA|Europe/Rome Europe/Vatican","VC|America/Puerto_Rico America/St_Vincent","VE|America/Caracas","VG|America/Puerto_Rico America/Tortola","VI|America/Puerto_Rico America/St_Thomas","VN|Asia/Bangkok Asia/Ho_Chi_Minh","VU|Pacific/Efate","WF|Pacific/Tarawa Pacific/Wallis","WS|Pacific/Apia","YE|Asia/Riyadh Asia/Aden","YT|Africa/Nairobi Indian/Mayotte","ZA|Africa/Johannesburg","ZM|Africa/Maputo Africa/Lusaka","ZW|Africa/Maputo Africa/Harare"]}),!1===a.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: Moment Timezone has been loaded from a file containing data from 2012 to 2022 only. This file is out of date and may be removed in a future release. Dates and times for the current year might be incorrect."),a},e.exports?e.exports=r(xs):r(t.moment)}),Es=new RegExp(["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"].join("|"),"i"),Ms=new RegExp(["Sun","Mon","Tue","Wed","Thu","Fri","Sat"].join("|"),"i"),Ss=new RegExp("\\b("+["Su","Mo","Tu","We","Th","Fr","Sa"].join("|")+")\\b","i"),Ts=new RegExp(["January","February","March","April","May","June","July","August","September","October","November","December"].join("|"),"i"),Cs=new RegExp(["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"].join("|"),"i"),Ds=/(\d+)(st|nd|rd|th)\b/i,Os=/(\d{1,4})([/.-])(\d{1,2})[/.-](\d{1,4})/,Ns=/((\+|-)\d\d:?\d\d)$/,r="("+["AM?","PM?"].join("|")+")",Ps=new RegExp("0\\d\\:\\d{1,2}\\:\\d{1,2}(\\s*)"+r,"i"),js=new RegExp("0\\d\\:\\d{1,2}(\\s*)"+r,"i"),zs=new RegExp("0\\d(\\s*)"+r,"i"),Rs=new RegExp("\\d{1,2}\\:\\d{1,2}\\:\\d{1,2}(\\s*)"+r,"i"),Ls=new RegExp("\\d{1,2}\\:\\d{1,2}(\\s*)"+r,"i"),Ys=new RegExp("\\d{1,2}(\\s*)"+r,"i"),Ws=/\d{2}:\d{2}:\d{2}\.\d{3}/,Is=/\d{2}:\d{2}:\d{2}\.\d{2}/,Bs=/\d{2}:\d{2}:\d{2}\.\d{1}/,Hs=/0\d:\d{2}:\d{2}/,qs=/0\d:\d{2}/,Fs=/\d{1,2}:\d{2}:\d{2}/,Gs=/\d{1,2}:\d{2}:\d{2}\.\d{3}/,Us=/\d{1,2}:\d{2}:\d{2}\.\d{2}/,$s=/\d{1,2}:\d{2}:\d{2}\.\d{1}/,Vs=/\d{1,2}:\d{2}/,Ks=/\d{4}/,Js=/0\d/,Xs=/\d{1,2}/,Zs=/\d{2}/,Qs=/^([1-9])\/([1-9]|0[1-9])$/,ec=/^([1-9])\/(1[012])$/,tc=/^(0[1-9]|[12][0-9]|3[01])\/([1-9])$/,rc=/^(0[1-9]|[12][0-9]|3[01])\/(1[012]|0[1-9])$/,nc=/^([1-9])\/([1-9][0-9])$/,ac=/^(0[1-9]|1[012])\/([1-9][0-9])$/,ic=/([/][M]|[M][/]|[MM]|[MMMM])/,oc=/\b(at)\b/i,sc=/\d{13}/,cc=/\d{10}/,lc={"/":"MDY",".":"DMY","-":"YMD"};var uc=ws;function fc(e,t,r){return vs.test(e)?ks(new Date(e)):ps.test(e)?(n=ps.exec(e),ks().subtract(n[1],n[2])):ms.test(e)?ks():t?ks.tz(e,r||uc(e),t):ks(e,r||uc(e));var n}function dc(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},r=t.timezone,t=t.format;if(ls.test(e))return new Date(fa(e,10)).toISOString();if(us.test(e))return new Date(1e3*fa(e,10)).toISOString();var n=fc(e,r,t);return(n=n.isValid()?n:fc(e=(e.match(gs)||[]).join(" ").replace(hs,"m").replace(ds,"$1 $2 $3").replace(fs,"$1").trim(),r,t)).isValid()?n.toISOString():null}function hc(e,t){var r,n,a,i=t.$,o=(t.cleanConditionally,t.title),o=void 0===o?"":o,s=t.url,s=void 0===s?"":s,t=t.defaultCleaner,t=void 0===t||t;return a=si((a=i)("html"),a,"div"),a=si(a("body"),a,"div"),t&&ci(e,i),po(e,i,s),function(e,t,r,n){var a,n=3<arguments.length&&void 0!==n?n:[];0===n.length&&(n=Ua),r&&(a=(r=S.parse(r)).protocol,r=r.hostname,n=[].concat(gi(n),['iframe[src^="'.concat(a,"//").concat(r,'"]')])),t(n.join(","),e).addClass(Ga)}(e,i,s),function(e,t,r){t((r=0===(r=2<arguments.length&&void 0!==r?r:[]).length?$a:r).join(","),e).not(".".concat(Ga)).remove()}(e,i),(a=(r=i)("h1",a=e)).length<3?a.each(function(e,t){return r(t).remove()}):a.each(function(e,t){si(r(t),r,"h2")}),function(n,a,e){var i=2<arguments.length&&void 0!==e?e:"";a(Ja,n).each(function(e,t){var r=a(t);return!a(t).hasClass(Ga)&&(0===a(r,n).prevAll("p").length||ra(a(t).text())===i||Si(a(t))<0)?r.remove():r})}(e,i,o),t&&Hi(e,i),n=i,e.find("p").each(function(e,t){t=n(t);0===t.find("iframe, img").length&&""===t.text().trim()&&t.remove()}),s=i,vi((a=e).parent().length?a.parent():a,s),e}function mc(e,t){var r=t.url,t=t.$;return 150<(e=ys.test(e)?function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:"",r=e.split(ys);if(1===r.length)return e;var n=function(e,t){{var r,n,a;if(6<=e.length)return r=e.reduce(function(e,t){return e[t]=e[t]?e[t]+1:1,e},{}),a=O(r).reduce(function(e,t){return e[1]<r[t]?[t,r[t]]:e},[0,0]),a=C(a,2),n=a[0],a=a[1],10<(a=[(e=2<=a&&n.length<=4?t.split(n):e)[0],e.slice(-1)].reduce(function(e,t){return e.length>t.length?e:t},"")).length?a:t}return null}(r,e);return n||((n=function(e,t){var t=S.parse(t).host.replace(_s,""),r=e[0].toLowerCase().replace(" ","");if(.4<yc.levenshtein(r,t)&&5<r.length)return e.slice(2).join("");r=e.slice(-1)[0].toLowerCase().replace(" ","");if(.4<yc.levenshtein(r,t)&&5<=r.length)return e.slice(0,-2).join("");return null}(r,t))?n:e)}(e,r):e).length&&(1===(r=t("h1")).length&&(e=r.text())),ra(ko(e,t).trim())}"undefined"!=typeof window&&window.moment&&(window.moment.parseFormat=ws);var pc=e(function(S,T){!function(){var Ii,Bi="Expected a function",yo="__lodash_hash_undefined__",_o="__lodash_placeholder__",Hi=9007199254740991,bo=NaN,qi=4294967295,Ao=[["ary",128],["bind",1],["bindKey",2],["curry",8],["curryRight",16],["flip",512],["partial",32],["partialRight",64],["rearg",256]],Fi="[object Arguments]",wo="[object Array]",Gi="[object Boolean]",Ui="[object Date]",xo="[object Error]",ko="[object Function]",Eo="[object GeneratorFunction]",$i="[object Map]",Vi="[object Number]",Ki="[object Object]",Mo="[object Promise]",Ji="[object RegExp]",Xi="[object Set]",Zi="[object String]",So="[object Symbol]",Qi="[object WeakMap]",eo="[object ArrayBuffer]",to="[object DataView]",To="[object Float32Array]",Co="[object Float64Array]",Do="[object Int8Array]",Oo="[object Int16Array]",No="[object Int32Array]",Po="[object Uint8Array]",jo="[object Uint8ClampedArray]",zo="[object Uint16Array]",Ro="[object Uint32Array]",Lo=/\b__p \+= '';/g,Yo=/\b(__p \+=) '' \+/g,Wo=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Io=/&(?:amp|lt|gt|quot|#39);/g,Bo=/[&<>"']/g,Ho=RegExp(Io.source),qo=RegExp(Bo.source),Fo=/<%-([\s\S]+?)%>/g,Go=/<%([\s\S]+?)%>/g,Uo=/<%=([\s\S]+?)%>/g,$o=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Vo=/^\w*$/,Ko=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,Jo=/[\\^$.*+?()[\]{}|]/g,Xo=RegExp(Jo.source),Zo=/^\s+/,i=/\s/,Qo=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,es=/\{\n\/\* \[wrapped with (.+)\] \*/,ts=/,? & /,rs=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ns=/[()=,{}\[\]\/\s]/,as=/\\(\\)?/g,is=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,os=/\w*$/,ss=/^[-+]0x[0-9a-f]+$/i,cs=/^0b[01]+$/i,ls=/^\[object .+?Constructor\]$/,us=/^0o[0-7]+$/i,fs=/^(?:0|[1-9]\d*)$/,ds=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,hs=/($^)/,ms=/['\n\r\u2028\u2029\\]/g,o="\\ud800-\\udfff",s="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",c="\\u2700-\\u27bf",e="a-z\\xdf-\\xf6\\xf8-\\xff",t="A-Z\\xc0-\\xd6\\xd8-\\xde",l="\\ufe0e\\ufe0f",u="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",r="["+o+"]",f="["+u+"]",d="["+s+"]",h="["+c+"]",m="["+e+"]",u="[^"+o+u+"\\d+"+c+e+t+"]",c="\\ud83c[\\udffb-\\udfff]",e="[^"+o+"]",p="(?:\\ud83c[\\udde6-\\uddff]){2}",n="[\\ud800-\\udbff][\\udc00-\\udfff]",t="["+t+"]",g="(?:"+m+"|"+u+")",u="(?:"+t+"|"+u+")",v="(?:['’](?:d|ll|m|re|s|t|ve))?",y="(?:['’](?:D|LL|M|RE|S|T|VE))?",_="(?:"+d+"|"+c+")"+"?",b="["+l+"]?",b=b+_+("(?:\\u200d(?:"+[e,p,n].join("|")+")"+b+_+")*"),_="(?:"+[h,p,n].join("|")+")"+b,h="(?:"+[e+d+"?",d,p,n,r].join("|")+")",ps=RegExp("['’]","g"),gs=RegExp(d,"g"),A=RegExp(c+"(?="+c+")|"+h+b,"g"),vs=RegExp([t+"?"+m+"+"+v+"(?="+[f,t,"$"].join("|")+")",u+"+"+y+"(?="+[f,t+g,"$"].join("|")+")",t+"?"+g+"+"+v,t+"+"+y,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])","\\d+",_].join("|"),"g"),w=RegExp("[\\u200d"+o+s+l+"]"),ys=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,_s=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],bs=-1,ro={},no=(ro[To]=ro[Co]=ro[Do]=ro[Oo]=ro[No]=ro[Po]=ro[jo]=ro[zo]=ro[Ro]=!0,ro[Fi]=ro[wo]=ro[eo]=ro[Gi]=ro[to]=ro[Ui]=ro[xo]=ro[ko]=ro[$i]=ro[Vi]=ro[Ki]=ro[Ji]=ro[Xi]=ro[Zi]=ro[Qi]=!1,{}),x=(no[Fi]=no[wo]=no[eo]=no[to]=no[Gi]=no[Ui]=no[To]=no[Co]=no[Do]=no[Oo]=no[No]=no[$i]=no[Vi]=no[Ki]=no[Ji]=no[Xi]=no[Zi]=no[So]=no[Po]=no[jo]=no[zo]=no[Ro]=!0,no[xo]=no[ko]=no[Qi]=!1,{"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"}),As=parseFloat,ws=parseInt,e="object"==typeof Xr&&Xr&&Xr.Object===Object&&Xr,p="object"==typeof self&&self&&self.Object===Object&&self,ao=e||p||Function("return this")(),n=T&&!T.nodeType&&T,a=n&&S&&!S.nodeType&&S,xs=a&&a.exports===n,k=xs&&e.process,r=function(){try{var e=a&&a.require&&a.require("util").types;return e?e:k&&k.binding&&k.binding("util")}catch(e){}}(),ks=r&&r.isArrayBuffer,Es=r&&r.isDate,Ms=r&&r.isMap,Ss=r&&r.isRegExp,Ts=r&&r.isSet,Cs=r&&r.isTypedArray;function io(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}function Ds(e,t,r,n){for(var a=-1,i=null==e?0:e.length;++a<i;){var o=e[a];t(n,o,r(o),e)}return n}function oo(e,t){for(var r=-1,n=null==e?0:e.length;++r<n&&!1!==t(e[r],r,e););return e}function Os(e,t){for(var r=null==e?0:e.length;r--&&!1!==t(e[r],r,e););return e}function Ns(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(!t(e[r],r,e))return!1;return!0}function so(e,t){for(var r=-1,n=null==e?0:e.length,a=0,i=[];++r<n;){var o=e[r];t(o,r,e)&&(i[a++]=o)}return i}function Ps(e,t){return!!(null==e?0:e.length)&&-1<uo(e,t,0)}function js(e,t,r){for(var n=-1,a=null==e?0:e.length;++n<a;)if(r(t,e[n]))return!0;return!1}function co(e,t){for(var r=-1,n=null==e?0:e.length,a=Array(n);++r<n;)a[r]=t(e[r],r,e);return a}function lo(e,t){for(var r=-1,n=t.length,a=e.length;++r<n;)e[a+r]=t[r];return e}function zs(e,t,r,n){var a=-1,i=null==e?0:e.length;for(n&&i&&(r=e[++a]);++a<i;)r=t(r,e[a],a,e);return r}function Rs(e,t,r,n){var a=null==e?0:e.length;for(n&&a&&(r=e[--a]);a--;)r=t(r,e[a],a,e);return r}function Ls(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}var E=qs("length");function Ys(e,n,t){var a;return t(e,function(e,t,r){if(n(e,t,r))return a=t,!1}),a}function Ws(e,t,r,n){for(var a=e.length,i=r+(n?1:-1);n?i--:++i<a;)if(t(e[i],i,e))return i;return-1}function uo(e,t,r){if(t!=t)return Ws(e,Bs,r);for(var n=e,a=t,i=r-1,o=n.length;++i<o;)if(n[i]===a)return i;return-1}function Is(e,t,r,n){for(var a=r-1,i=e.length;++a<i;)if(n(e[a],t))return a;return-1}function Bs(e){return e!=e}function Hs(e,t){var r=null==e?0:e.length;return r?Gs(e,t)/r:bo}function qs(t){return function(e){return null==e?Ii:e[t]}}function M(t){return function(e){return null==t?Ii:t[e]}}function Fs(e,n,a,i,t){return t(e,function(e,t,r){a=i?(i=!1,e):n(a,e,t,r)}),a}function Gs(e,t){for(var r,n=-1,a=e.length;++n<a;){var i=t(e[n]);i!==Ii&&(r=r===Ii?i:r+i)}return r}function Us(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}function $s(e){return e&&e.slice(0,ac(e)+1).replace(Zo,"")}function fo(t){return function(e){return t(e)}}function Vs(t,e){return co(e,function(e){return t[e]})}function Ks(e,t){return e.has(t)}function Js(e,t){for(var r=-1,n=e.length;++r<n&&-1<uo(t,e[r],0););return r}function Xs(e,t){for(var r=e.length;r--&&-1<uo(t,e[r],0););return r}var Zs=M({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),Qs=M({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});function ec(e){return"\\"+x[e]}function ho(e){return w.test(e)}function tc(e){var r=-1,n=Array(e.size);return e.forEach(function(e,t){n[++r]=[t,e]}),n}function rc(t,r){return function(e){return t(r(e))}}function mo(e,t){for(var r=-1,n=e.length,a=0,i=[];++r<n;){var o=e[r];o!==t&&o!==_o||(e[r]=_o,i[a++]=r)}return i}function nc(e){var t=-1,r=Array(e.size);return e.forEach(function(e){r[++t]=e}),r}function po(e){return(ho(e)?function(e){var t=A.lastIndex=0;for(;A.test(e);)++t;return t}:E)(e)}function go(e){return ho(e)?e.match(A)||[]:e.split("")}function ac(e){for(var t=e.length;t--&&i.test(e.charAt(t)););return t}var ic=M({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var vo=function a(e){var w=(e=null==e?ao:vo.defaults(ao.Object(),e,vo.pick(ao,_s))).Array,i=e.Date,N=e.Error,P=e.Function,j=e.Math,p=e.Object,z=e.RegExp,H=e.String,y=e.TypeError,q=w.prototype,F=P.prototype,G=p.prototype,U=e["__core-js_shared__"],$=F.toString,R=G.hasOwnProperty,V=0,K=(F=/[^.]+$/.exec(U&&U.keys&&U.keys.IE_PROTO||""))?"Symbol(src)_1."+F:"",J=G.toString,X=$.call(p),Z=ao._,Q=z("^"+$.call(R).replace(Jo,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),F=xs?e.Buffer:Ii,t=e.Symbol,ee=e.Uint8Array,te=F?F.allocUnsafe:Ii,re=rc(p.getPrototypeOf,p),ne=p.create,ae=G.propertyIsEnumerable,ie=q.splice,oe=t?t.isConcatSpreadable:Ii,se=t?t.iterator:Ii,ce=t?t.toStringTag:Ii,le=function(){try{var e=Xr(p,"defineProperty");return e({},"",{}),e}catch(e){}}(),ue=e.clearTimeout!==ao.clearTimeout&&e.clearTimeout,fe=i&&i.now!==ao.Date.now&&i.now,de=e.setTimeout!==ao.setTimeout&&e.setTimeout,he=j.ceil,me=j.floor,pe=p.getOwnPropertySymbols,F=F?F.isBuffer:Ii,ge=e.isFinite,ve=q.join,ye=rc(p.keys,p),_=j.max,x=j.min,_e=i.now,be=e.parseInt,Ae=j.random,we=q.reverse,i=Xr(e,"DataView"),xe=Xr(e,"Map"),ke=Xr(e,"Promise"),Ee=Xr(e,"Set"),e=Xr(e,"WeakMap"),Me=Xr(p,"create"),Se=e&&new e,Te={},Ce=xn(i),De=xn(xe),Oe=xn(ke),Ne=xn(Ee),Pe=xn(e),t=t?t.prototype:Ii,je=t?t.valueOf:Ii,ze=t?t.toString:Ii;function m(e){if(B(e)&&!I(e)&&!(e instanceof v)){if(e instanceof g)return e;if(R.call(e,"__wrapped__"))return kn(e)}return new g(e)}var Re=function(e){if(!E(e))return{};if(ne)return ne(e);Le.prototype=e;e=new Le;return Le.prototype=Ii,e};function Le(){}function Ye(){}function g(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=Ii}function v(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=qi,this.__views__=[]}function We(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function Ie(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function Be(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function He(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new Be;++t<r;)this.add(e[t])}function L(e){e=this.__data__=new Ie(e);this.size=e.size}function qe(e,t){var r,n=I(e),a=!n&&va(e),i=!n&&!a&&_a(e),o=!n&&!a&&!i&&Da(e),s=n||a||i||o,c=s?Us(e.length,H):[],l=c.length;for(r in e)!t&&!R.call(e,r)||s&&("length"==r||i&&("offset"==r||"parent"==r)||o&&("buffer"==r||"byteLength"==r||"byteOffset"==r)||nn(r,l))||c.push(r);return c}function Fe(e){var t=e.length;return t?e[Yt(0,t-1)]:Ii}function Ge(e,t){return _n(k(e),et(t,0,e.length))}function Ue(e){return _n(k(e))}function $e(e,t,r){(r===Ii||W(e[t],r))&&(r!==Ii||t in e)||Ze(e,t,r)}function Ve(e,t,r){var n=e[t];R.call(e,t)&&W(n,r)&&(r!==Ii||t in e)||Ze(e,t,r)}function Ke(e,t){for(var r=e.length;r--;)if(W(e[r][0],t))return r;return-1}function Je(e,n,a,i){return at(e,function(e,t,r){n(i,e,a(e),r)}),i}function Xe(e,t){return e&&pr(t,C(t),e)}function Ze(e,t,r){"__proto__"==t&&le?le(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function Qe(e,t){for(var r=-1,n=t.length,a=w(n),i=null==e;++r<n;)a[r]=i?Ii:Fa(e,t[r]);return a}function et(e,t,r){return e==e&&(r!==Ii&&(e=e<=r?e:r),t!==Ii&&(e=t<=e?e:t)),e}function b(r,n,a,e,t,i){var o,s=1&n,c=2&n,l=4&n;if((o=a?t?a(r,e,t,i):a(r):o)!==Ii)return o;if(!E(r))return r;var u,e=I(r);if(e){if(o=function(e){var t=e.length,r=new e.constructor(t);t&&"string"==typeof e[0]&&R.call(e,"index")&&(r.index=e.index,r.input=e.input);return r}(r),!s)return k(r,o)}else{var f=Y(r),d=f==ko||f==Eo;if(_a(r))return lr(r,s);if(f==Ki||f==Fi||d&&!t){if(o=c||d?{}:tn(r),!s)return c?(h=d=r,h=(u=o)&&pr(h,D(h),u),pr(d,Qr(d),h)):(d=Xe(o,u=r),pr(u,Zr(u),d))}else{if(!no[f])return t?r:{};o=function(e,t,r){var n=e.constructor;switch(t){case eo:return ur(e);case Gi:case Ui:return new n(+e);case to:return function(e,t){t=t?ur(e.buffer):e.buffer;return new e.constructor(t,e.byteOffset,e.byteLength)}(e,r);case To:case Co:case Do:case Oo:case No:case Po:case jo:case zo:case Ro:return fr(e,r);case $i:return new n;case Vi:case Zi:return new n(e);case Ji:return function(e){var t=new e.constructor(e.source,os.exec(e));return t.lastIndex=e.lastIndex,t}(e);case Xi:return new n;case So:return function(e){return je?p(je.call(e)):{}}(e)}}(r,f,s)}}var h=(i=i||new L).get(r);if(h)return h;i.set(r,o),Ta(r)?r.forEach(function(e){o.add(b(e,n,a,e,r,i))}):ka(r)&&r.forEach(function(e,t){o.set(t,b(e,n,a,t,r,i))});var m=e?Ii:(l?c?Gr:Fr:c?D:C)(r);return oo(m||r,function(e,t){m&&(e=r[t=e]),Ve(o,t,b(e,n,a,t,r,i))}),o}function tt(e,t,r){var n=r.length;if(null==e)return!n;for(e=p(e);n--;){var a=r[n],i=t[a],o=e[a];if(o===Ii&&!(a in e)||!i(o))return!1}return!0}function rt(e,t,r){if("function"!=typeof e)throw new y(Bi);return pn(function(){e.apply(Ii,r)},t)}function nt(e,t,r,n){var a=-1,i=Ps,o=!0,s=e.length,c=[],l=t.length;if(!s)return c;r&&(t=co(t,fo(r))),n?(i=js,o=!1):200<=t.length&&(i=Ks,o=!1,t=new He(t));e:for(;++a<s;){var u=e[a],f=null==r?u:r(u),u=n||0!==u?u:0;if(o&&f==f){for(var d=l;d--;)if(t[d]===f)continue e;c.push(u)}else i(t,f,n)||c.push(u)}return c}m.templateSettings={escape:Fo,evaluate:Go,interpolate:Uo,variable:"",imports:{_:m}},(m.prototype=Ye.prototype).constructor=m,(g.prototype=Re(Ye.prototype)).constructor=g,(v.prototype=Re(Ye.prototype)).constructor=v,We.prototype.clear=function(){this.__data__=Me?Me(null):{},this.size=0},We.prototype.delete=function(e){return e=this.has(e)&&delete this.__data__[e],this.size-=e?1:0,e},We.prototype.get=function(e){var t,r=this.__data__;return Me?(t=r[e])===yo?Ii:t:R.call(r,e)?r[e]:Ii},We.prototype.has=function(e){var t=this.__data__;return Me?t[e]!==Ii:R.call(t,e)},We.prototype.set=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=Me&&t===Ii?yo:t,this},Ie.prototype.clear=function(){this.__data__=[],this.size=0},Ie.prototype.delete=function(e){var t=this.__data__;return!((e=Ke(t,e))<0)&&(e==t.length-1?t.pop():ie.call(t,e,1),--this.size,!0)},Ie.prototype.get=function(e){var t=this.__data__;return(e=Ke(t,e))<0?Ii:t[e][1]},Ie.prototype.has=function(e){return-1<Ke(this.__data__,e)},Ie.prototype.set=function(e,t){var r=this.__data__,n=Ke(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this},Be.prototype.clear=function(){this.size=0,this.__data__={hash:new We,map:new(xe||Ie),string:new We}},Be.prototype.delete=function(e){return e=Kr(this,e).delete(e),this.size-=e?1:0,e},Be.prototype.get=function(e){return Kr(this,e).get(e)},Be.prototype.has=function(e){return Kr(this,e).has(e)},Be.prototype.set=function(e,t){var r=Kr(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this},He.prototype.add=He.prototype.push=function(e){return this.__data__.set(e,yo),this},He.prototype.has=function(e){return this.__data__.has(e)},L.prototype.clear=function(){this.__data__=new Ie,this.size=0},L.prototype.delete=function(e){var t=this.__data__,e=t.delete(e);return this.size=t.size,e},L.prototype.get=function(e){return this.__data__.get(e)},L.prototype.has=function(e){return this.__data__.has(e)},L.prototype.set=function(e,t){var r=this.__data__;if(r instanceof Ie){var n=r.__data__;if(!xe||n.length<199)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new Be(n)}return r.set(e,t),this.size=r.size,this};var at=yr(ft),it=yr(dt,!0);function ot(e,n){var a=!0;return at(e,function(e,t,r){return a=!!n(e,t,r)}),a}function st(e,t,r){for(var n=-1,a=e.length;++n<a;){var i,o,s=e[n],c=t(s);null!=c&&(i===Ii?c==c&&!M(c):r(c,i))&&(i=c,o=s)}return o}function ct(e,n){var a=[];return at(e,function(e,t,r){n(e,t,r)&&a.push(e)}),a}function c(e,t,r,n,a){var i=-1,o=e.length;for(r=r||rn,a=a||[];++i<o;){var s=e[i];0<t&&r(s)?1<t?c(s,t-1,r,n,a):lo(a,s):n||(a[a.length]=s)}return a}var lt=_r(),ut=_r(!0);function ft(e,t){return e&&lt(e,t,C)}function dt(e,t){return e&&ut(e,t,C)}function ht(t,e){return so(e,function(e){return Aa(t[e])})}function mt(e,t){for(var r=0,n=(t=ir(t,e)).length;null!=e&&r<n;)e=e[wn(t[r++])];return r&&r==n?e:Ii}function pt(e,t,r){t=t(e);return I(e)?t:lo(t,r(e))}function r(e){{if(null==e)return e===Ii?"[object Undefined]":"[object Null]";if(ce&&ce in p(e)){var t=e,r=R.call(t,ce),n=t[ce];try{t[ce]=Ii;var a=!0}catch(e){}var i=J.call(t);return a&&(r?t[ce]=n:delete t[ce]),i}return J.call(e)}}function gt(e,t){return t<e}function vt(e,t){return null!=e&&R.call(e,t)}function yt(e,t){return null!=e&&t in p(e)}function _t(e,t,r){for(var n=r?js:Ps,a=e[0].length,i=e.length,o=i,s=w(i),c=1/0,l=[];o--;){var u=e[o];o&&t&&(u=co(u,fo(t))),c=x(u.length,c),s[o]=!r&&(t||120<=a&&120<=u.length)?new He(o&&u):Ii}var u=e[0],f=-1,d=s[0];e:for(;++f<a&&l.length<c;){var h=u[f],m=t?t(h):h,h=r||0!==h?h:0;if(!(d?Ks(d,m):n(l,m,r))){for(o=i;--o;){var p=s[o];if(!(p?Ks(p,m):n(e[o],m,r)))continue e}d&&d.push(m),l.push(h)}}return l}function bt(e,t,r){t=null==(e=dn(e,t=ir(t,e)))?e:e[wn(n(t))];return null==t?Ii:io(t,e,r)}function At(e){return B(e)&&r(e)==Fi}function wt(e,t,r,n,a){{if(e===t)return!0;if(null==e||null==t||!B(e)&&!B(t))return e!=e&&t!=t;var i=wt,o=I(e),s=I(t),c=o?wo:Y(e),s=s?wo:Y(t),l=(c=c==Fi?Ki:c)==Ki,u=(s=s==Fi?Ki:s)==Ki,s;if((s=c==s)&&_a(e)){if(!_a(t))return!1;l=!(o=!0)}if(s&&!l){a=a||new L;if(o||Da(e))return Hr(e,t,r,n,i,a);else{var f=e;var d=t;var h=c;var m=r;var p=n;var g=i;var v=a;switch(h){case to:if(f.byteLength!=d.byteLength||f.byteOffset!=d.byteOffset)return!1;f=f.buffer,d=d.buffer;case eo:return f.byteLength==d.byteLength&&g(new ee(f),new ee(d))?!0:!1;case Gi:case Ui:case Vi:return W(+f,+d);case xo:return f.name==d.name&&f.message==d.message;case Ji:case Zi:return f==d+"";case $i:var y=tc;case Xi:var _=1&m;if(y=y||nc,f.size!=d.size&&!_)return!1;_=v.get(f);if(_)return _==d;m|=2,v.set(f,d);_=Hr(y(f),y(d),m,p,g,v);return v.delete(f),_;case So:if(je)return je.call(f)==je.call(d)}return!1;return}}if(!(1&r)){o=l&&R.call(e,"__wrapped__"),c=u&&R.call(t,"__wrapped__");if(o||c)return l=o?e.value():e,u=c?t.value():t,a=a||new L,i(l,u,r,n,a)}if(s){a=a||new L;var b=e,A=t,w=r,x=n,k=i,E=a,M=1&w,S=Fr(b),T=S.length,o=Fr(A).length;if(T!=o&&!M)return!1;for(var C=T;C--;){var D=S[C];if(!(M?D in A:R.call(A,D)))return!1}o=E.get(b),c=E.get(A);if(o&&c)return o==A&&c==b;for(var O=!0,N=(E.set(b,A),E.set(A,b),M);++C<T;){D=S[C];var P,j=b[D],z=A[D];if(!((P=x?M?x(z,j,D,A,b,E):x(j,z,D,b,A,E):P)===Ii?j===z||k(j,z,w,x,E):P)){O=!1;break}N=N||"constructor"==D}return O&&!N&&(o=b.constructor,c=A.constructor,o!=c&&"constructor"in b&&"constructor"in A&&!("function"==typeof o&&o instanceof o&&"function"==typeof c&&c instanceof c)&&(O=!1)),E.delete(b),E.delete(A),O}return!1}}function xt(e,t,r,n){var a=r.length,i=a,o=!n;if(null==e)return!i;for(e=p(e);a--;){var s=r[a];if(o&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++a<i;){var c=(s=r[a])[0],l=e[c],u=s[1];if(o&&s[2]){if(l===Ii&&!(c in e))return!1}else{var f,d=new L;if(!((f=n?n(l,u,c,e,t,d):f)===Ii?wt(u,l,3,n,d):f))return!1}}return!0}function kt(e){return!(!E(e)||(t=e,K&&K in t))&&(Aa(e)?Q:ls).test(xn(e));var t}function Et(e){return"function"==typeof e?e:null==e?O:"object"==typeof e?I(e)?Ot(e[0],e[1]):Dt(e):Si(e)}function Mt(e){if(!cn(e))return ye(e);var t,r=[];for(t in p(e))R.call(e,t)&&"constructor"!=t&&r.push(t);return r}function St(e){if(!E(e)){var t=e,r=[];if(null!=t)for(var n in p(t))r.push(n);return r}var a,i=cn(e),o=[];for(a in e)("constructor"!=a||!i&&R.call(e,a))&&o.push(a);return o}function Tt(e,t){return e<t}function Ct(e,n){var a=-1,i=u(e)?w(e.length):[];return at(e,function(e,t,r){i[++a]=n(e,t,r)}),i}function Dt(t){var r=Jr(t);return 1==r.length&&r[0][2]?un(r[0][0],r[0][1]):function(e){return e===t||xt(e,t,r)}}function Ot(r,n){return an(r)&&ln(n)?un(wn(r),n):function(e){var t=Fa(e,r);return t===Ii&&t===n?Ga(e,r):wt(n,t,3)}}function Nt(p,g,v,y,_){p!==g&&lt(g,function(e,t){var r,n,a,i,o,s,c,l,u,f,d,h,m;_=_||new L,E(e)?(n=g,i=v,o=Nt,s=y,c=_,d=hn(r=p,a=t),h=hn(n,a),(m=c.get(h))?$e(r,a,m):(m=s?s(d,h,a+"",r,n,c):Ii,(n=m===Ii)&&(l=I(h),u=!l&&_a(h),f=!l&&!u&&Da(h),m=h,l||u||f?m=I(d)?d:A(d)?k(d):u?lr(h,!(n=!1)):f?fr(h,!(n=!1)):[]:Ma(h)||va(h)?va(m=d)?m=Ra(d):E(d)&&!Aa(d)||(m=tn(h)):n=!1),n&&(c.set(h,m),o(m,h,i,s,c),c.delete(h)),$e(r,a,m))):(l=y?y(hn(p,t),e,t+"",p,g,_):Ii,$e(p,t,l=l===Ii?e:l))},D)}function Pt(e,t){var r=e.length;if(r)return nn(t+=t<0?r:0,r)?e[t]:Ii}function jt(e,n,u){n=n.length?co(n,function(t){return I(t)?function(e){return mt(e,1===t.length?t[0]:t)}:t}):[O];var a=-1;n=co(n,fo(f()));var t=Ct(e,function(t,e,r){return{criteria:co(n,function(e){return e(t)}),index:++a,value:t}}),e=function(e,t){for(var r=u,n=-1,a=e.criteria,i=t.criteria,o=a.length,s=r.length;++n<o;){var c=dr(a[n],i[n]);if(c){if(s<=n)return c;var l=r[n];return c*("desc"==l?-1:1)}}return e.index-t.index},r=t.length;for(t.sort(e);r--;)t[r]=t[r].value;return t}function zt(e,t,r){for(var n=-1,a=t.length,i={};++n<a;){var o=t[n],s=mt(e,o);r(s,o)&&Ht(i,ir(o,e),s)}return i}function Rt(e,t,r,n){var a=n?Is:uo,i=-1,o=t.length,s=e;for(e===t&&(t=k(t)),r&&(s=co(e,fo(r)));++i<o;)for(var c=0,l=t[i],u=r?r(l):l;-1<(c=a(s,u,c,n));)s!==e&&ie.call(s,c,1),ie.call(e,c,1);return e}function Lt(e,t){for(var r=e?t.length:0,n=r-1;r--;){var a,i=t[r];r!=n&&i===a||(nn(a=i)?ie.call(e,i,1):Xt(e,i))}}function Yt(e,t){return e+me(Ae()*(t-e+1))}function Wt(e,t){var r="";if(!e||t<1||Hi<t)return r;for(;t%2&&(r+=e),(t=me(t/2))&&(e+=e),t;);return r}function o(e,t){return gn(fn(e,t,O),e+"")}function It(e){return Fe(ri(e))}function Bt(e,t){e=ri(e);return _n(e,et(t,0,e.length))}function Ht(e,t,r,n){if(!E(e))return e;for(var a=-1,i=(t=ir(t,e)).length,o=i-1,s=e;null!=s&&++a<i;){var c,l=wn(t[a]),u=r;if("__proto__"===l||"constructor"===l||"prototype"===l)return e;a!=o&&(c=s[l],(u=n?n(c,l,s):Ii)===Ii&&(u=E(c)?c:nn(t[a+1])?[]:{})),Ve(s,l,u),s=s[l]}return e}var qt=Se?function(e,t){return Se.set(e,t),e}:O,t=le?function(e,t){return le(e,"toString",{configurable:!0,enumerable:!1,value:gi(t),writable:!0})}:O;function Ft(e){return _n(ri(e))}function s(e,t,r){for(var n=-1,a=e.length,i=((r=a<r?a:r)<0&&(r+=a),a=r<(t=t<0?a<-t?0:a+t:t)?0:r-t>>>0,t>>>=0,w(a));++n<a;)i[n]=e[n+t];return i}function Gt(e,n){var a;return at(e,function(e,t,r){return!(a=n(e,t,r))}),!!a}function Ut(e,t,r){var n=0,a=null==e?n:e.length;if("number"==typeof t&&t==t&&a<=2147483647){for(;n<a;){var i=n+a>>>1,o=e[i];null!==o&&!M(o)&&(r?o<=t:o<t)?n=1+i:a=i}return a}return $t(e,t,O,r)}function $t(e,t,r,n){var a=0,i=null==e?0:e.length;if(0===i)return 0;for(var o=(t=r(t))!=t,s=null===t,c=M(t),l=t===Ii;a<i;){var u=me((a+i)/2),f=r(e[u]),d=f!==Ii,h=null===f,m=f==f,p=M(f),m=o?n||m:l?m&&(n||d):s?m&&d&&(n||!h):c?m&&d&&!h&&(n||!p):!h&&!p&&(n?f<=t:f<t);m?a=u+1:i=u}return x(i,4294967294)}function Vt(e,t){for(var r=-1,n=e.length,a=0,i=[];++r<n;){var o,s=e[r],c=t?t(s):s;r&&W(c,o)||(o=c,i[a++]=0===s?0:s)}return i}function Kt(e){return"number"==typeof e?e:M(e)?bo:+e}function l(e){if("string"==typeof e)return e;if(I(e))return co(e,l)+"";if(M(e))return ze?ze.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Jt(e,t,r){var n=-1,a=Ps,i=e.length,o=!0,s=[],c=s;if(r)o=!1,a=js;else if(200<=i){var l=t?null:Rr(e);if(l)return nc(l);o=!1,a=Ks,c=new He}else c=t?[]:s;e:for(;++n<i;){var u=e[n],f=t?t(u):u,u=r||0!==u?u:0;if(o&&f==f){for(var d=c.length;d--;)if(c[d]===f)continue e;t&&c.push(f),s.push(u)}else a(c,f,r)||(c!==s&&c.push(f),s.push(u))}return s}function Xt(e,t){return null==(e=dn(e,t=ir(t,e)))||delete e[wn(n(t))]}function Zt(e,t,r,n){return Ht(e,t,r(mt(e,t)),n)}function Qt(e,t,r,n){for(var a=e.length,i=n?a:-1;(n?i--:++i<a)&&t(e[i],i,e););return r?s(e,n?0:i,n?i+1:a):s(e,n?i+1:0,n?a:i)}function er(e,t){var r=e;return zs(t,function(e,t){return t.func.apply(t.thisArg,lo([e],t.args))},r=e instanceof v?e.value():r)}function tr(e,t,r){var n=e.length;if(n<2)return n?Jt(e[0]):[];for(var a=-1,i=w(n);++a<n;)for(var o=e[a],s=-1;++s<n;)s!=a&&(i[a]=nt(i[a]||o,e[s],t,r));return Jt(c(i,1),t,r)}function rr(e,t,r){for(var n=-1,a=e.length,i=t.length,o={};++n<a;){var s=n<i?t[n]:Ii;r(o,e[n],s)}return o}function nr(e){return A(e)?e:[]}function ar(e){return"function"==typeof e?e:O}function ir(e,t){return I(e)?e:an(e,t)?[e]:An(h(e))}var or=o;function sr(e,t,r){var n=e.length;return r=r===Ii?n:r,!t&&n<=r?e:s(e,t,r)}var cr=ue||function(e){return ao.clearTimeout(e)};function lr(e,t){if(t)return e.slice();t=e.length,t=te?te(t):new e.constructor(t);return e.copy(t),t}function ur(e){var t=new e.constructor(e.byteLength);return new ee(t).set(new ee(e)),t}function fr(e,t){t=t?ur(e.buffer):e.buffer;return new e.constructor(t,e.byteOffset,e.length)}function dr(e,t){if(e!==t){var r=e!==Ii,n=null===e,a=e==e,i=M(e),o=t!==Ii,s=null===t,c=t==t,l=M(t);if(!s&&!l&&!i&&t<e||i&&o&&c&&!s&&!l||n&&o&&c||!r&&c||!a)return 1;if(!n&&!i&&!l&&e<t||l&&r&&a&&!n&&!i||s&&r&&a||!o&&a||!c)return-1}return 0}function hr(e,t,r,n){for(var a=-1,i=e.length,o=r.length,s=-1,c=t.length,l=_(i-o,0),u=w(c+l),f=!n;++s<c;)u[s]=t[s];for(;++a<o;)(f||a<i)&&(u[r[a]]=e[a]);for(;l--;)u[s++]=e[a++];return u}function mr(e,t,r,n){for(var a=-1,i=e.length,o=-1,s=r.length,c=-1,l=t.length,u=_(i-s,0),f=w(u+l),d=!n;++a<u;)f[a]=e[a];for(var h=a;++c<l;)f[h+c]=t[c];for(;++o<s;)(d||a<i)&&(f[h+r[o]]=e[a++]);return f}function k(e,t){var r=-1,n=e.length;for(t=t||w(n);++r<n;)t[r]=e[r];return t}function pr(e,t,r,n){for(var a=!r,i=(r=r||{},-1),o=t.length;++i<o;){var s=t[i],c=n?n(r[s],e[s],s,r,e):Ii;(a?Ze:Ve)(r,s,c=c===Ii?e[s]:c)}return r}function gr(a,i){return function(e,t){var r=I(e)?Ds:Je,n=i?i():{};return r(e,a,f(t,2),n)}}function vr(s){return o(function(e,t){var r=-1,n=t.length,a=1<n?t[n-1]:Ii,i=2<n?t[2]:Ii,a=3<s.length&&"function"==typeof a?(n--,a):Ii;for(i&&d(t[0],t[1],i)&&(a=n<3?Ii:a,n=1),e=p(e);++r<n;){var o=t[r];o&&s(e,o,r,a)}return e})}function yr(i,o){return function(e,t){if(null==e)return e;if(!u(e))return i(e,t);for(var r=e.length,n=o?r:-1,a=p(e);(o?n--:++n<r)&&!1!==t(a[n],n,a););return e}}function _r(c){return function(e,t,r){for(var n=-1,a=p(e),i=r(e),o=i.length;o--;){var s=i[c?o:++n];if(!1===t(a[s],s,a))break}return e}}function br(n){return function(e){var t=ho(e=h(e))?go(e):Ii,r=t?t[0]:e.charAt(0),t=t?sr(t,1).join(""):e.slice(1);return r[n]()+t}}function Ar(t){return function(e){return zs(hi(ii(e).replace(ps,"")),t,"")}}function wr(n){return function(){var e=arguments;switch(e.length){case 0:return new n;case 1:return new n(e[0]);case 2:return new n(e[0],e[1]);case 3:return new n(e[0],e[1],e[2]);case 4:return new n(e[0],e[1],e[2],e[3]);case 5:return new n(e[0],e[1],e[2],e[3],e[4]);case 6:return new n(e[0],e[1],e[2],e[3],e[4],e[5]);case 7:return new n(e[0],e[1],e[2],e[3],e[4],e[5],e[6])}var t=Re(n.prototype),r=n.apply(t,e);return E(r)?r:t}}function xr(i,o,s){var c=wr(i);return function e(){for(var t=arguments.length,r=w(t),n=t,a=Vr(e);n--;)r[n]=arguments[n];a=t<3&&r[0]!==a&&r[t-1]!==a?[]:mo(r,a);return(t-=a.length)<s?jr(i,o,Mr,e.placeholder,Ii,r,a,Ii,Ii,s-t):io(this&&this!==ao&&this instanceof e?c:i,this,r)}}function kr(i){return function(e,t,r){var n,a=p(e),t=(u(e)||(n=f(t,3),e=C(e),t=function(e){return n(a[e],e,a)}),i(e,t,r));return-1<t?a[n?e[t]:t]:Ii}}function Er(c){return qr(function(a){var i=a.length,e=i,t=g.prototype.thru;for(c&&a.reverse();e--;){var r=a[e];if("function"!=typeof r)throw new y(Bi);t&&!s&&"wrapper"==$r(r)&&(s=new g([],!0))}for(e=s?e:i;++e<i;)var n=$r(r=a[e]),o="wrapper"==n?Ur(r):Ii,s=o&&on(o[0])&&424==o[1]&&!o[4].length&&1==o[9]?s[$r(o[0])].apply(s,o[3]):1==r.length&&on(r)?s[n]():s.thru(r);return function(){var e=arguments,t=e[0];if(s&&1==e.length&&I(t))return s.plant(t).value();for(var r=0,n=i?a[r].apply(this,e):t;++r<i;)n=a[r].call(this,n);return n}})}function Mr(o,s,c,l,u,f,d,h,m,p){var g=128&s,v=1&s,y=2&s,_=24&s,b=512&s,A=y?Ii:wr(o);return function e(){for(var t=w(i=arguments.length),r=i;r--;)t[r]=arguments[r];if(_&&(a=function(e,t){for(var r=e.length,n=0;r--;)e[r]===t&&++n;return n}(t,n=Vr(e))),l&&(t=hr(t,l,u,_)),f&&(t=mr(t,f,d,_)),i-=a,_&&i<p)return a=mo(t,n),jr(o,s,Mr,e.placeholder,c,t,a,h,m,p-i);var n=v?c:this,a=y?n[o]:o,i=t.length;return h?t=function(e,t){for(var r=e.length,n=x(t.length,r),a=k(e);n--;){var i=t[n];e[n]=nn(i,r)?a[i]:Ii}return e}(t,h):b&&1<i&&t.reverse(),g&&m<i&&(t.length=m),(a=this&&this!==ao&&this instanceof e?A||wr(a):a).apply(n,t)}}function Sr(r,o){return function(e,t){return e=e,n=r,a=o(t),i={},ft(e,function(e,t,r){n(i,a(e),t,r)}),i;var n,a,i}}function Tr(n,a){return function(e,t){var r;if(e===Ii&&t===Ii)return a;if(e!==Ii&&(r=e),t!==Ii){if(r===Ii)return t;t="string"==typeof e||"string"==typeof t?(e=l(e),l(t)):(e=Kt(e),Kt(t)),r=n(e,t)}return r}}function Cr(n){return qr(function(e){return e=co(e,fo(f())),o(function(t){var r=this;return n(e,function(e){return io(e,r,t)})})})}function Dr(e,t){var r=(t=t===Ii?" ":l(t)).length;if(r<2)return r?Wt(t,e):t;r=Wt(t,he(e/po(t)));return ho(t)?sr(go(r),0,e).join(""):r.slice(0,e)}function Or(s,e,c,l){var u=1&e,f=wr(s);return function e(){for(var t=-1,r=arguments.length,n=-1,a=l.length,i=w(a+r),o=this&&this!==ao&&this instanceof e?f:s;++n<a;)i[n]=l[n];for(;r--;)i[n++]=arguments[++t];return io(o,u?c:this,i)}}function Nr(l){return function(e,t,r){r&&"number"!=typeof r&&d(e,t,r)&&(t=r=Ii),e=ja(e),t===Ii?(t=e,e=0):t=ja(t),r=r===Ii?e<t?1:-1:ja(r);for(var n=e,a=r,i=l,o=-1,s=_(he((t-n)/(a||1)),0),c=w(s);s--;)c[i?s:++o]=n,n+=a;return c}}function Pr(r){return function(e,t){return"string"==typeof e&&"string"==typeof t||(e=T(e),t=T(t)),r(e,t)}}function jr(e,t,r,n,a,i,o,s,c,l){var u=8&t,a=(4&(t=(t|(u?32:64))&~(u?64:32))||(t&=-4),[e,t,a,u?i:Ii,u?o:Ii,u?Ii:i,u?Ii:o,s,c,l]),i=r.apply(Ii,a);return on(e)&&mn(i,a),i.placeholder=n,vn(i,e,t)}function zr(e){var n=j[e];return function(e,t){var r;return e=T(e),(t=null==t?0:x(S(t),292))&&ge(e)?(r=(h(e)+"e").split("e"),+((r=(h(n(r[0]+"e"+(+r[1]+t)))+"e").split("e"))[0]+"e"+(+r[1]-t))):n(e)}}var Rr=Ee&&1/nc(new Ee([,-0]))[1]==1/0?function(e){return new Ee(e)}:xi;function Lr(i){return function(e){var t,r,n,a=Y(e);return a==$i?tc(e):a==Xi?(a=e,t=-1,r=Array(a.size),a.forEach(function(e){r[++t]=[e,e]}),r):co(i(n=e),function(e){return[e,n[e]]})}}function Yr(e,t,r,n,a,i,o,s){var c=2&t;if(!c&&"function"!=typeof e)throw new y(Bi);var l,u,f,d,h,m=n?n.length:0,p=(m||(t&=-97,n=a=Ii),o=o===Ii?o:_(S(o),0),s=s===Ii?s:S(s),m-=a?a.length:0,64&t&&(g=n,l=a,n=a=Ii),c?Ii:Ur(e)),g=[e,t,r,n,a,g,l,i,o,s];return p&&function(e,t){var r=e[1],n=t[1],a=r|n,i=a<131,o=128==n&&8==r||128==n&&256==r&&e[7].length<=t[8]||384==n&&t[7].length<=t[8]&&8==r;if(!i&&!o)return;1&n&&(e[2]=t[2],a|=1&r?0:4);i=t[3];{var s;i&&(s=e[3],e[3]=s?hr(s,i,t[4]):i,e[4]=s?mo(e[3],_o):t[4])}(i=t[5])&&(s=e[5],e[5]=s?mr(s,i,t[6]):i,e[6]=s?mo(e[5],_o):t[6]);(i=t[7])&&(e[7]=i);128&n&&(e[8]=null==e[8]?t[8]:x(e[8],t[8]));null==e[9]&&(e[9]=t[9]);e[0]=t[0],e[1]=a}(g,p),e=g[0],t=g[1],r=g[2],n=g[3],a=g[4],!(s=g[9]=g[9]===Ii?c?0:e.length:_(g[9]-m,0))&&24&t&&(t&=-25),l=t&&1!=t?8==t||16==t?xr(e,t,s):32!=t&&33!=t||a.length?Mr.apply(Ii,g):Or(e,t,r,n):(f=r,d=1&t,h=wr(u=e),function e(){return(this&&this!==ao&&this instanceof e?h:u).apply(d?f:this,arguments)}),vn((p?qt:mn)(l,g),e,t)}function Wr(e,t,r,n){return e===Ii||W(e,G[r])&&!R.call(n,r)?t:e}function Ir(e,t,r,n,a,i){return E(e)&&E(t)&&(i.set(t,e),Nt(e,t,Ii,Ir,i),i.delete(t)),e}function Br(e){return Ma(e)?Ii:e}function Hr(e,t,r,n,a,i){var o=1&r,s=e.length,c=t.length;if(s!=c&&!(o&&s<c))return!1;var c=i.get(e),l=i.get(t);if(c&&l)return c==t&&l==e;var u=-1,f=!0,d=2&r?new He:Ii;for(i.set(e,t),i.set(t,e);++u<s;){var h,m=e[u],p=t[u];if((h=n?o?n(p,m,u,t,e,i):n(m,p,u,e,t,i):h)!==Ii){if(h)continue;f=!1;break}if(d){if(!Ls(t,function(e,t){return!Ks(d,t)&&(m===e||a(m,e,r,n,i))&&d.push(t)})){f=!1;break}}else if(m!==p&&!a(m,p,r,n,i)){f=!1;break}}return i.delete(e),i.delete(t),f}function qr(e){return gn(fn(e,Ii,Sn),e+"")}function Fr(e){return pt(e,C,Zr)}function Gr(e){return pt(e,D,Qr)}var Ur=Se?function(e){return Se.get(e)}:xi;function $r(e){for(var t=e.name+"",r=Te[t],n=R.call(Te,t)?r.length:0;n--;){var a=r[n],i=a.func;if(null==i||i==e)return a.name}return t}function Vr(e){return(R.call(m,"placeholder")?m:e).placeholder}function f(){var e=(e=m.iteratee||_i)===_i?Et:e;return arguments.length?e(arguments[0],arguments[1]):e}function Kr(e,t){var r,n,e=e.__data__;return("string"==(n=typeof(r=t))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?e["string"==typeof t?"string":"hash"]:e.map}function Jr(e){for(var t=C(e),r=t.length;r--;){var n=t[r],a=e[n];t[r]=[n,a,ln(a)]}return t}function Xr(e,t){t=t;e=null==(e=e)?Ii:e[t];return kt(e)?e:Ii}var Zr=pe?function(t){return null==t?[]:(t=p(t),so(pe(t),function(e){return ae.call(t,e)}))}:Di,Qr=pe?function(e){for(var t=[];e;)lo(t,Zr(e)),e=re(e);return t}:Di,Y=r;function en(e,t,r){for(var n=-1,a=(t=ir(t,e)).length,i=!1;++n<a;){var o=wn(t[n]);if(!(i=null!=e&&r(e,o)))break;e=e[o]}return i||++n!=a?i:!!(a=null==e?0:e.length)&&xa(a)&&nn(o,a)&&(I(e)||va(e))}function tn(e){return"function"!=typeof e.constructor||cn(e)?{}:Re(re(e))}function rn(e){return I(e)||va(e)||!!(oe&&e&&e[oe])}function nn(e,t){var r=typeof e;return!!(t=null==t?Hi:t)&&("number"==r||"symbol"!=r&&fs.test(e))&&-1<e&&e%1==0&&e<t}function d(e,t,r){var n;if(E(r))return n=typeof t,("number"==n?u(r)&&nn(t,r.length):"string"==n&&t in r)&&W(r[t],e)}function an(e,t){var r;if(!I(e))return r=typeof e,"number"==r||"symbol"==r||"boolean"==r||null==e||M(e)||(Vo.test(e)||!$o.test(e)||null!=t&&e in p(t))}function on(e){var t=$r(e),r=m[t];if("function"==typeof r&&t in v.prototype){if(e===r)return 1;t=Ur(r);return t&&e===t[0]}}(i&&Y(new i(new ArrayBuffer(1)))!=to||xe&&Y(new xe)!=$i||ke&&Y(ke.resolve())!=Mo||Ee&&Y(new Ee)!=Xi||e&&Y(new e)!=Qi)&&(Y=function(e){var t=r(e),e=t==Ki?e.constructor:Ii,e=e?xn(e):"";if(e)switch(e){case Ce:return to;case De:return $i;case Oe:return Mo;case Ne:return Xi;case Pe:return Qi}return t});var sn=U?Aa:Oi;function cn(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||G)}function ln(e){return e==e&&!E(e)}function un(t,r){return function(e){return null!=e&&(e[t]===r&&(r!==Ii||t in p(e)))}}function fn(i,o,s){return o=_(o===Ii?i.length-1:o,0),function(){for(var e=arguments,t=-1,r=_(e.length-o,0),n=w(r);++t<r;)n[t]=e[o+t];for(var t=-1,a=w(o+1);++t<o;)a[t]=e[t];return a[o]=s(n),io(i,this,a)}}function dn(e,t){return t.length<2?e:mt(e,s(t,0,-1))}function hn(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var mn=yn(qt),pn=de||function(e,t){return ao.setTimeout(e,t)},gn=yn(t);function vn(e,t,r){var n,a,t=t+"";return gn(e,function(e,t){var r=t.length;if(!r)return e;var n=r-1;return t[n]=(1<r?"& ":"")+t[n],t=t.join(2<r?", ":" "),e.replace(Qo,"{\n/* [wrapped with "+t+"] */\n")}(t,(n=(e=(e=t).match(es))?e[1].split(ts):[],a=r,oo(Ao,function(e){var t="_."+e[0];a&e[1]&&!Ps(n,t)&&n.push(t)}),n.sort())))}function yn(r){var n=0,a=0;return function(){var e=_e(),t=16-(e-a);if(a=e,0<t){if(800<=++n)return arguments[0]}else n=0;return r.apply(Ii,arguments)}}function _n(e,t){var r=-1,n=e.length,a=n-1;for(t=t===Ii?n:t;++r<t;){var i=Yt(r,a),o=e[i];e[i]=e[r],e[r]=o}return e.length=t,e}bn=(ue=ua(ue=function(e){var a=[];return 46===e.charCodeAt(0)&&a.push(""),e.replace(Ko,function(e,t,r,n){a.push(r?n.replace(as,"$1"):t||e)}),a},function(e){return 500===bn.size&&bn.clear(),e})).cache;var bn,An=ue;function wn(e){if("string"==typeof e||M(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function xn(e){if(null!=e){try{return $.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function kn(e){if(e instanceof v)return e.clone();var t=new g(e.__wrapped__,e.__chain__);return t.__actions__=k(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}i=o(function(e,t){return A(e)?nt(e,c(t,1,A,!0)):[]}),ke=o(function(e,t){var r=n(t);return A(r)&&(r=Ii),A(e)?nt(e,c(t,1,A,!0),f(r,2)):[]}),e=o(function(e,t){var r=n(t);return A(r)&&(r=Ii),A(e)?nt(e,c(t,1,A,!0),Ii,r):[]});function En(e,t,r){var n=null==e?0:e.length;if(!n)return-1;r=null==r?0:S(r);return r<0&&(r=_(n+r,0)),Ws(e,f(t,3),r)}function Mn(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var a=n-1;return r!==Ii&&(a=S(r),a=r<0?_(n+a,0):x(a,n-1)),Ws(e,f(t,3),a,!0)}function Sn(e){return(null==e?0:e.length)?c(e,1):[]}function Tn(e){return e&&e.length?e[0]:Ii}U=o(function(e){var t=co(e,nr);return t.length&&t[0]===e[0]?_t(t):[]}),de=o(function(e){var t=n(e),r=co(e,nr);return t===n(r)?t=Ii:r.pop(),r.length&&r[0]===e[0]?_t(r,f(t,2)):[]}),t=o(function(e){var t=n(e),r=co(e,nr);return(t="function"==typeof t?t:Ii)&&r.pop(),r.length&&r[0]===e[0]?_t(r,Ii,t):[]});function n(e){var t=null==e?0:e.length;return t?e[t-1]:Ii}ue=o(Cn);function Cn(e,t){return e&&e.length&&t&&t.length?Rt(e,t):e}var Dn=qr(function(e,t){var r=null==e?0:e.length,n=Qe(e,t);return Lt(e,co(t,function(e){return nn(e,r)?+e:e}).sort(dr)),n});function On(e){return null==e?e:we.call(e)}var Nn=o(function(e){return Jt(c(e,1,A,!0))}),Pn=o(function(e){var t=n(e);return A(t)&&(t=Ii),Jt(c(e,1,A,!0),f(t,2))}),jn=o(function(e){var t="function"==typeof(t=n(e))?t:Ii;return Jt(c(e,1,A,!0),Ii,t)});function zn(t){if(!t||!t.length)return[];var r=0;return t=so(t,function(e){return A(e)&&(r=_(e.length,r),1)}),Us(r,function(e){return co(t,qs(e))})}function Rn(e,t){if(!e||!e.length)return[];e=zn(e);return null==t?e:co(e,function(e){return io(t,Ii,e)})}var Ln=o(function(e,t){return A(e)?nt(e,t):[]}),Yn=o(function(e){return tr(so(e,A))}),Wn=o(function(e){var t=n(e);return A(t)&&(t=Ii),tr(so(e,A),f(t,2))}),In=o(function(e){var t="function"==typeof(t=n(e))?t:Ii;return tr(so(e,A),Ii,t)}),Bn=o(zn);var Hn=o(function(e){var t=e.length,t="function"==typeof(t=1<t?e[t-1]:Ii)?(e.pop(),t):Ii;return Rn(e,t)});function qn(e){e=m(e);return e.__chain__=!0,e}function Fn(e,t){return t(e)}var Gn=qr(function(t){function e(e){return Qe(e,t)}var r=t.length,n=r?t[0]:0,a=this.__wrapped__;return!(1<r||this.__actions__.length)&&a instanceof v&&nn(n)?((a=a.slice(n,+n+(r?1:0))).__actions__.push({func:Fn,args:[e],thisArg:Ii}),new g(a,this.__chain__).thru(function(e){return r&&!e.length&&e.push(Ii),e})):this.thru(e)});var Un=gr(function(e,t,r){R.call(e,r)?++e[r]:Ze(e,r,1)});var $n=kr(En),Vn=kr(Mn);function Kn(e,t){return(I(e)?oo:at)(e,f(t,3))}function Jn(e,t){return(I(e)?Os:it)(e,f(t,3))}var Xn=gr(function(e,t,r){R.call(e,r)?e[r].push(t):Ze(e,r,[t])});var Zn=o(function(e,t,r){var n=-1,a="function"==typeof t,i=u(e)?w(e.length):[];return at(e,function(e){i[++n]=a?io(t,e,r):bt(e,t,r)}),i}),Qn=gr(function(e,t,r){Ze(e,r,t)});function ea(e,t){return(I(e)?co:Ct)(e,f(t,3))}var ta=gr(function(e,t,r){e[r?0:1].push(t)},function(){return[[],[]]});var ra=o(function(e,t){if(null==e)return[];var r=t.length;return 1<r&&d(e,t[0],t[1])?t=[]:2<r&&d(t[0],t[1],t[2])&&(t=[t[0]]),jt(e,c(t,1),[])}),na=fe||function(){return ao.Date.now()};function aa(e,t,r){return t=r?Ii:t,t=e&&null==t?e.length:t,Yr(e,128,Ii,Ii,Ii,Ii,t)}function ia(e,t){var r;if("function"!=typeof t)throw new y(Bi);return e=S(e),function(){return 0<--e&&(r=t.apply(this,arguments)),e<=1&&(t=Ii),r}}var oa=o(function(e,t,r){var n,a=1;return r.length&&(n=mo(r,Vr(oa)),a|=32),Yr(e,a,t,r,n)}),sa=o(function(e,t,r){var n,a=3;return r.length&&(n=mo(r,Vr(sa)),a|=32),Yr(t,a,e,r,n)});function ca(n,r,e){var a,i,o,s,c,l,u=0,f=!1,d=!1,t=!0;if("function"!=typeof n)throw new y(Bi);function h(e){var t=a,r=i;return a=i=Ii,u=e,s=n.apply(r,t)}function m(e){var t=e-l;return l===Ii||r<=t||t<0||d&&o<=e-u}function p(){var e,t=na();if(m(t))return g(t);c=pn(p,(e=r-((t=t)-l),d?x(e,o-(t-u)):e))}function g(e){return c=Ii,t&&a?h(e):(a=i=Ii,s)}function v(){var e=na(),t=m(e);if(a=arguments,i=this,l=e,t){if(c===Ii)return u=e=l,c=pn(p,r),f?h(e):s;if(d)return cr(c),c=pn(p,r),h(l)}return c===Ii&&(c=pn(p,r)),s}return r=T(r)||0,E(e)&&(f=!!e.leading,d="maxWait"in e,o=d?_(T(e.maxWait)||0,r):o,t="trailing"in e?!!e.trailing:t),v.cancel=function(){c!==Ii&&cr(c),u=0,a=l=i=c=Ii},v.flush=function(){return c===Ii?s:g(na())},v}var fe=o(function(e,t){return rt(e,1,t)}),la=o(function(e,t,r){return rt(e,T(t)||0,r)});function ua(n,a){if("function"!=typeof n||null!=a&&"function"!=typeof a)throw new y(Bi);function i(){var e=arguments,t=a?a.apply(this,e):e[0],r=i.cache;return r.has(t)?r.get(t):(e=n.apply(this,e),i.cache=r.set(t,e)||r,e)}return i.cache=new(ua.Cache||Be),i}function fa(t){if("function"!=typeof t)throw new y(Bi);return function(){var e=arguments;switch(e.length){case 0:return!t.call(this);case 1:return!t.call(this,e[0]);case 2:return!t.call(this,e[0],e[1]);case 3:return!t.call(this,e[0],e[1],e[2])}return!t.apply(this,e)}}ua.Cache=Be;var or=or(function(n,a){var i=(a=1==a.length&&I(a[0])?co(a[0],fo(f())):co(c(a,1),fo(f()))).length;return o(function(e){for(var t=-1,r=x(e.length,i);++t<r;)e[t]=a[t].call(this,e[t]);return io(n,this,e)})}),da=o(function(e,t){var r=mo(t,Vr(da));return Yr(e,32,Ii,t,r)}),ha=o(function(e,t){var r=mo(t,Vr(ha));return Yr(e,64,Ii,t,r)}),ma=qr(function(e,t){return Yr(e,256,Ii,Ii,Ii,t)});function W(e,t){return e===t||e!=e&&t!=t}var pa=Pr(gt),ga=Pr(function(e,t){return t<=e}),va=At(function(){return arguments}())?At:function(e){return B(e)&&R.call(e,"callee")&&!ae.call(e,"callee")},I=w.isArray,ya=ks?fo(ks):function(e){return B(e)&&r(e)==eo};function u(e){return null!=e&&xa(e.length)&&!Aa(e)}function A(e){return B(e)&&u(e)}var _a=F||Oi,F=Es?fo(Es):function(e){return B(e)&&r(e)==Ui};function ba(e){if(!B(e))return!1;var t=r(e);return t==xo||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!Ma(e)}function Aa(e){if(!E(e))return!1;e=r(e);return e==ko||e==Eo||"[object AsyncFunction]"==e||"[object Proxy]"==e}function wa(e){return"number"==typeof e&&e==S(e)}function xa(e){return"number"==typeof e&&-1<e&&e%1==0&&e<=Hi}function E(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function B(e){return null!=e&&"object"==typeof e}var ka=Ms?fo(Ms):function(e){return B(e)&&Y(e)==$i};function Ea(e){return"number"==typeof e||B(e)&&r(e)==Vi}function Ma(e){if(!B(e)||r(e)!=Ki)return!1;e=re(e);if(null===e)return!0;e=R.call(e,"constructor")&&e.constructor;return"function"==typeof e&&e instanceof e&&$.call(e)==X}var Sa=Ss?fo(Ss):function(e){return B(e)&&r(e)==Ji};var Ta=Ts?fo(Ts):function(e){return B(e)&&Y(e)==Xi};function Ca(e){return"string"==typeof e||!I(e)&&B(e)&&r(e)==Zi}function M(e){return"symbol"==typeof e||B(e)&&r(e)==So}var Da=Cs?fo(Cs):function(e){return B(e)&&xa(e.length)&&!!ro[r(e)]};var Oa=Pr(Tt),Na=Pr(function(e,t){return e<=t});function Pa(e){if(!e)return[];if(u(e))return(Ca(e)?go:k)(e);if(se&&e[se]){for(var t,r=e[se](),n=[];!(t=r.next()).done;)n.push(t.value);return n}var a=Y(e);return(a==$i?tc:a==Xi?nc:ri)(e)}function ja(e){return e?(e=T(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function S(e){var e=ja(e),t=e%1;return e==e?t?e-t:e:0}function za(e){return e?et(S(e),0,qi):0}function T(e){if("number"==typeof e)return e;if(M(e))return bo;if("string"!=typeof(e=E(e)?E(t="function"==typeof e.valueOf?e.valueOf():e)?t+"":t:e))return 0===e?e:+e;e=$s(e);var t=cs.test(e);return t||us.test(e)?ws(e.slice(2),t?2:8):ss.test(e)?bo:+e}function Ra(e){return pr(e,D(e))}function h(e){return null==e?"":l(e)}var La=vr(function(e,t){if(cn(t)||u(t))pr(t,C(t),e);else for(var r in t)R.call(t,r)&&Ve(e,r,t[r])}),Ya=vr(function(e,t){pr(t,D(t),e)}),Wa=vr(function(e,t,r,n){pr(t,D(t),e,n)}),Ia=vr(function(e,t,r,n){pr(t,C(t),e,n)}),Ba=qr(Qe);var Ha=o(function(e,t){e=p(e);var r=-1,n=t.length,a=2<n?t[2]:Ii;for(a&&d(t[0],t[1],a)&&(n=1);++r<n;)for(var i=t[r],o=D(i),s=-1,c=o.length;++s<c;){var l=o[s],u=e[l];(u===Ii||W(u,G[l])&&!R.call(e,l))&&(e[l]=i[l])}return e}),qa=o(function(e){return e.push(Ii,Ir),io(Ja,Ii,e)});function Fa(e,t,r){e=null==e?Ii:mt(e,t);return e===Ii?r:e}function Ga(e,t){return null!=e&&en(e,t,yt)}var Ua=Sr(function(e,t,r){e[t=null!=t&&"function"!=typeof t.toString?J.call(t):t]=r},gi(O)),$a=Sr(function(e,t,r){null!=t&&"function"!=typeof t.toString&&(t=J.call(t)),R.call(e,t)?e[t].push(r):e[t]=[r]},f),Va=o(bt);function C(e){return(u(e)?qe:Mt)(e)}function D(e){return u(e)?qe(e,!0):St(e)}var Ka=vr(function(e,t,r){Nt(e,t,r)}),Ja=vr(function(e,t,r,n){Nt(e,t,r,n)}),Xa=qr(function(t,e){var r={};if(null==t)return r;for(var n=!1,a=(e=co(e,function(e){return e=ir(e,t),n=n||1<e.length,e}),pr(t,Gr(t),r),n&&(r=b(r,7,Br)),e.length);a--;)Xt(r,e[a]);return r});var Za=qr(function(e,t){return null==e?{}:zt(r=e,t,function(e,t){return Ga(r,t)});var r});function Qa(e,r){if(null==e)return{};var t=co(Gr(e),function(e){return[e]});return r=f(r),zt(e,t,function(e,t){return r(e,t[0])})}var ei=Lr(C),ti=Lr(D);function ri(e){return null==e?[]:Vs(e,C(e))}var ni=Ar(function(e,t,r){return t=t.toLowerCase(),e+(r?ai(t):t)});function ai(e){return di(h(e).toLowerCase())}function ii(e){return(e=h(e))&&e.replace(ds,Zs).replace(gs,"")}var oi=Ar(function(e,t,r){return e+(r?"-":"")+t.toLowerCase()}),si=Ar(function(e,t,r){return e+(r?" ":"")+t.toLowerCase()}),ci=br("toLowerCase");var li=Ar(function(e,t,r){return e+(r?"_":"")+t.toLowerCase()});var ui=Ar(function(e,t,r){return e+(r?" ":"")+di(t)});var fi=Ar(function(e,t,r){return e+(r?" ":"")+t.toUpperCase()}),di=br("toUpperCase");function hi(e,t,r){return e=h(e),(t=r?Ii:t)===Ii?(r=e,ys.test(r)?e.match(vs)||[]:e.match(rs)||[]):e.match(t)||[]}var mi=o(function(e,t){try{return io(e,Ii,t)}catch(e){return ba(e)?e:new N(e)}}),pi=qr(function(t,e){return oo(e,function(e){e=wn(e),Ze(t,e,oa(t[e],t))}),t});function gi(e){return function(){return e}}var vi=Er(),yi=Er(!0);function O(e){return e}function _i(e){return Et("function"==typeof e?e:b(e,1))}var bi=o(function(t,r){return function(e){return bt(e,t,r)}}),Ai=o(function(t,r){return function(e){return bt(t,e,r)}});function wi(n,t,e){var r=C(t),a=ht(t,r),i=(null!=e||E(t)&&(a.length||!r.length)||(e=t,t=n,n=this,a=ht(t,C(t))),!(E(e)&&"chain"in e&&!e.chain)),o=Aa(n);return oo(a,function(e){var r=t[e];n[e]=r,o&&(n.prototype[e]=function(){var e,t=this.__chain__;return i||t?(((e=n(this.__wrapped__)).__actions__=k(this.__actions__)).push({func:r,args:arguments,thisArg:n}),e.__chain__=t,e):r.apply(n,lo([this.value()],arguments))})}),n}function xi(){}var ki=Cr(co),Ei=Cr(Ns),Mi=Cr(Ls);function Si(e){return an(e)?qs(wn(e)):(t=e,function(e){return mt(e,t)});var t}var Ti=Nr(),Ci=Nr(!0);function Di(){return[]}function Oi(){return!1}var Ni=Tr(function(e,t){return e+t},0),Pi=zr("ceil"),ji=Tr(function(e,t){return e/t},1),zi=zr("floor");var Ri,Li=Tr(function(e,t){return e*t},1),Yi=zr("round"),Wi=Tr(function(e,t){return e-t},0);return m.after=function(e,t){if("function"!=typeof t)throw new y(Bi);return e=S(e),function(){if(--e<1)return t.apply(this,arguments)}},m.ary=aa,m.assign=La,m.assignIn=Ya,m.assignInWith=Wa,m.assignWith=Ia,m.at=Ba,m.before=ia,m.bind=oa,m.bindAll=pi,m.bindKey=sa,m.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return I(e)?e:[e]},m.chain=qn,m.chunk=function(e,t,r){t=(r?d(e,t,r):t===Ii)?1:_(S(t),0);var n=null==e?0:e.length;if(!n||t<1)return[];for(var a=0,i=0,o=w(he(n/t));a<n;)o[i++]=s(e,a,a+=t);return o},m.compact=function(e){for(var t=-1,r=null==e?0:e.length,n=0,a=[];++t<r;){var i=e[t];i&&(a[n++]=i)}return a},m.concat=function(){var e=arguments.length;if(!e)return[];for(var t=w(e-1),r=arguments[0],n=e;n--;)t[n-1]=arguments[n];return lo(I(r)?k(r):[r],c(t,1))},m.cond=function(n){var a=null==n?0:n.length,t=f();return n=a?co(n,function(e){if("function"!=typeof e[1])throw new y(Bi);return[t(e[0]),e[1]]}):[],o(function(e){for(var t=-1;++t<a;){var r=n[t];if(io(r[0],this,e))return io(r[1],this,e)}})},m.conforms=function(e){return t=b(e,1),r=C(t),function(e){return tt(e,t,r)};var t,r},m.constant=gi,m.countBy=Un,m.create=function(e,t){return e=Re(e),null==t?e:Xe(e,t)},m.curry=function e(t,r,n){t=Yr(t,8,Ii,Ii,Ii,Ii,Ii,r=n?Ii:r);return t.placeholder=e.placeholder,t},m.curryRight=function e(t,r,n){t=Yr(t,16,Ii,Ii,Ii,Ii,Ii,r=n?Ii:r);return t.placeholder=e.placeholder,t},m.debounce=ca,m.defaults=Ha,m.defaultsDeep=qa,m.defer=fe,m.delay=la,m.difference=i,m.differenceBy=ke,m.differenceWith=e,m.drop=function(e,t,r){var n=null==e?0:e.length;return n?s(e,(t=r||t===Ii?1:S(t))<0?0:t,n):[]},m.dropRight=function(e,t,r){var n=null==e?0:e.length;return n?s(e,0,(t=n-(t=r||t===Ii?1:S(t)))<0?0:t):[]},m.dropRightWhile=function(e,t){return e&&e.length?Qt(e,f(t,3),!0,!0):[]},m.dropWhile=function(e,t){return e&&e.length?Qt(e,f(t,3),!0):[]},m.fill=function(e,t,r,n){if(!(c=null==e?0:e.length))return[];r&&"number"!=typeof r&&d(e,t,r)&&(r=0,n=c);var a=e,i=t,o=r,s=n,c=a.length;for((o=S(o))<0&&(o=c<-o?0:c+o),(s=s===Ii||c<s?c:S(s))<0&&(s+=c),s=s<o?0:za(s);o<s;)a[o++]=i;return a},m.filter=function(e,t){return(I(e)?so:ct)(e,f(t,3))},m.flatMap=function(e,t){return c(ea(e,t),1)},m.flatMapDeep=function(e,t){return c(ea(e,t),1/0)},m.flatMapDepth=function(e,t,r){return r=r===Ii?1:S(r),c(ea(e,t),r)},m.flatten=Sn,m.flattenDeep=function(e){return(null==e?0:e.length)?c(e,1/0):[]},m.flattenDepth=function(e,t){return(null==e?0:e.length)?c(e,t=t===Ii?1:S(t)):[]},m.flip=function(e){return Yr(e,512)},m.flow=vi,m.flowRight=yi,m.fromPairs=function(e){for(var t=-1,r=null==e?0:e.length,n={};++t<r;){var a=e[t];n[a[0]]=a[1]}return n},m.functions=function(e){return null==e?[]:ht(e,C(e))},m.functionsIn=function(e){return null==e?[]:ht(e,D(e))},m.groupBy=Xn,m.initial=function(e){return(null==e?0:e.length)?s(e,0,-1):[]},m.intersection=U,m.intersectionBy=de,m.intersectionWith=t,m.invert=Ua,m.invertBy=$a,m.invokeMap=Zn,m.iteratee=_i,m.keyBy=Qn,m.keys=C,m.keysIn=D,m.map=ea,m.mapKeys=function(e,n){var a={};return n=f(n,3),ft(e,function(e,t,r){Ze(a,n(e,t,r),e)}),a},m.mapValues=function(e,n){var a={};return n=f(n,3),ft(e,function(e,t,r){Ze(a,t,n(e,t,r))}),a},m.matches=function(e){return Dt(b(e,1))},m.matchesProperty=function(e,t){return Ot(e,b(t,1))},m.memoize=ua,m.merge=Ka,m.mergeWith=Ja,m.method=bi,m.methodOf=Ai,m.mixin=wi,m.negate=fa,m.nthArg=function(t){return t=S(t),o(function(e){return Pt(e,t)})},m.omit=Xa,m.omitBy=function(e,t){return Qa(e,fa(f(t)))},m.once=function(e){return ia(2,e)},m.orderBy=function(e,t,r,n){return null==e?[]:jt(e,t=I(t)?t:null==t?[]:[t],r=I(r=n?Ii:r)?r:null==r?[]:[r])},m.over=ki,m.overArgs=or,m.overEvery=Ei,m.overSome=Mi,m.partial=da,m.partialRight=ha,m.partition=ta,m.pick=Za,m.pickBy=Qa,m.property=Si,m.propertyOf=function(t){return function(e){return null==t?Ii:mt(t,e)}},m.pull=ue,m.pullAll=Cn,m.pullAllBy=function(e,t,r){return e&&e.length&&t&&t.length?Rt(e,t,f(r,2)):e},m.pullAllWith=function(e,t,r){return e&&e.length&&t&&t.length?Rt(e,t,Ii,r):e},m.pullAt=Dn,m.range=Ti,m.rangeRight=Ci,m.rearg=ma,m.reject=function(e,t){return(I(e)?so:ct)(e,fa(f(t,3)))},m.remove=function(e,t){var r=[];if(!e||!e.length)return r;var n=-1,a=[],i=e.length;for(t=f(t,3);++n<i;){var o=e[n];t(o,n,e)&&(r.push(o),a.push(n))}return Lt(e,a),r},m.rest=function(e,t){if("function"!=typeof e)throw new y(Bi);return o(e,t=t===Ii?t:S(t))},m.reverse=On,m.sampleSize=function(e,t,r){return t=(r?d(e,t,r):t===Ii)?1:S(t),(I(e)?Ge:Bt)(e,t)},m.set=function(e,t,r){return null==e?e:Ht(e,t,r)},m.setWith=function(e,t,r,n){return n="function"==typeof n?n:Ii,null==e?e:Ht(e,t,r,n)},m.shuffle=function(e){return(I(e)?Ue:Ft)(e)},m.slice=function(e,t,r){var n=null==e?0:e.length;return n?(r=r&&"number"!=typeof r&&d(e,t,r)?(t=0,n):(t=null==t?0:S(t),r===Ii?n:S(r)),s(e,t,r)):[]},m.sortBy=ra,m.sortedUniq=function(e){return e&&e.length?Vt(e):[]},m.sortedUniqBy=function(e,t){return e&&e.length?Vt(e,f(t,2)):[]},m.split=function(e,t,r){return r&&"number"!=typeof r&&d(e,t,r)&&(t=r=Ii),(r=r===Ii?qi:r>>>0)?(e=h(e))&&("string"==typeof t||null!=t&&!Sa(t))&&!(t=l(t))&&ho(e)?sr(go(e),0,r):e.split(t,r):[]},m.spread=function(r,n){if("function"!=typeof r)throw new y(Bi);return n=null==n?0:_(S(n),0),o(function(e){var t=e[n],e=sr(e,0,n);return t&&lo(e,t),io(r,this,e)})},m.tail=function(e){var t=null==e?0:e.length;return t?s(e,1,t):[]},m.take=function(e,t,r){return e&&e.length?s(e,0,(t=r||t===Ii?1:S(t))<0?0:t):[]},m.takeRight=function(e,t,r){var n=null==e?0:e.length;return n?s(e,(t=n-(t=r||t===Ii?1:S(t)))<0?0:t,n):[]},m.takeRightWhile=function(e,t){return e&&e.length?Qt(e,f(t,3),!1,!0):[]},m.takeWhile=function(e,t){return e&&e.length?Qt(e,f(t,3)):[]},m.tap=function(e,t){return t(e),e},m.throttle=function(e,t,r){var n=!0,a=!0;if("function"!=typeof e)throw new y(Bi);return E(r)&&(n="leading"in r?!!r.leading:n,a="trailing"in r?!!r.trailing:a),ca(e,t,{leading:n,maxWait:t,trailing:a})},m.thru=Fn,m.toArray=Pa,m.toPairs=ei,m.toPairsIn=ti,m.toPath=function(e){return I(e)?co(e,wn):M(e)?[e]:k(An(h(e)))},m.toPlainObject=Ra,m.transform=function(e,n,a){var t,r=I(e),i=r||_a(e)||Da(e);return n=f(n,4),null==a&&(t=e&&e.constructor,a=i?r?new t:[]:E(e)&&Aa(t)?Re(re(e)):{}),(i?oo:ft)(e,function(e,t,r){return n(a,e,t,r)}),a},m.unary=function(e){return aa(e,1)},m.union=Nn,m.unionBy=Pn,m.unionWith=jn,m.uniq=function(e){return e&&e.length?Jt(e):[]},m.uniqBy=function(e,t){return e&&e.length?Jt(e,f(t,2)):[]},m.uniqWith=function(e,t){return t="function"==typeof t?t:Ii,e&&e.length?Jt(e,Ii,t):[]},m.unset=function(e,t){return null==e||Xt(e,t)},m.unzip=zn,m.unzipWith=Rn,m.update=function(e,t,r){return null==e?e:Zt(e,t,ar(r))},m.updateWith=function(e,t,r,n){return n="function"==typeof n?n:Ii,null==e?e:Zt(e,t,ar(r),n)},m.values=ri,m.valuesIn=function(e){return null==e?[]:Vs(e,D(e))},m.without=Ln,m.words=hi,m.wrap=function(e,t){return da(ar(t),e)},m.xor=Yn,m.xorBy=Wn,m.xorWith=In,m.zip=Bn,m.zipObject=function(e,t){return rr(e||[],t||[],Ve)},m.zipObjectDeep=function(e,t){return rr(e||[],t||[],Ht)},m.zipWith=Hn,m.entries=ei,m.entriesIn=ti,m.extend=Ya,m.extendWith=Wa,wi(m,m),m.add=Ni,m.attempt=mi,m.camelCase=ni,m.capitalize=ai,m.ceil=Pi,m.clamp=function(e,t,r){return r===Ii&&(r=t,t=Ii),r!==Ii&&(r=(r=T(r))==r?r:0),t!==Ii&&(t=(t=T(t))==t?t:0),et(T(e),t,r)},m.clone=function(e){return b(e,4)},m.cloneDeep=function(e){return b(e,5)},m.cloneDeepWith=function(e,t){return b(e,5,t="function"==typeof t?t:Ii)},m.cloneWith=function(e,t){return b(e,4,t="function"==typeof t?t:Ii)},m.conformsTo=function(e,t){return null==t||tt(e,t,C(t))},m.deburr=ii,m.defaultTo=function(e,t){return null==e||e!=e?t:e},m.divide=ji,m.endsWith=function(e,t,r){e=h(e),t=l(t);var n=e.length,n=r=r===Ii?n:et(S(r),0,n);return 0<=(r-=t.length)&&e.slice(r,n)==t},m.eq=W,m.escape=function(e){return(e=h(e))&&qo.test(e)?e.replace(Bo,Qs):e},m.escapeRegExp=function(e){return(e=h(e))&&Xo.test(e)?e.replace(Jo,"\\$&"):e},m.every=function(e,t,r){return(I(e)?Ns:ot)(e,f(t=r&&d(e,t,r)?Ii:t,3))},m.find=$n,m.findIndex=En,m.findKey=function(e,t){return Ys(e,f(t,3),ft)},m.findLast=Vn,m.findLastIndex=Mn,m.findLastKey=function(e,t){return Ys(e,f(t,3),dt)},m.floor=zi,m.forEach=Kn,m.forEachRight=Jn,m.forIn=function(e,t){return null==e?e:lt(e,f(t,3),D)},m.forInRight=function(e,t){return null==e?e:ut(e,f(t,3),D)},m.forOwn=function(e,t){return e&&ft(e,f(t,3))},m.forOwnRight=function(e,t){return e&&dt(e,f(t,3))},m.get=Fa,m.gt=pa,m.gte=ga,m.has=function(e,t){return null!=e&&en(e,t,vt)},m.hasIn=Ga,m.head=Tn,m.identity=O,m.includes=function(e,t,r,n){return e=u(e)?e:ri(e),r=r&&!n?S(r):0,n=e.length,r<0&&(r=_(n+r,0)),Ca(e)?r<=n&&-1<e.indexOf(t,r):!!n&&-1<uo(e,t,r)},m.indexOf=function(e,t,r){var n=null==e?0:e.length;return n?(r=null==r?0:S(r),uo(e,t,r=r<0?_(n+r,0):r)):-1},m.inRange=function(e,t,r){return t=ja(t),r===Ii?(r=t,t=0):r=ja(r),(e=e=T(e))>=x(t=t,r=r)&&e<_(t,r)},m.invoke=Va,m.isArguments=va,m.isArray=I,m.isArrayBuffer=ya,m.isArrayLike=u,m.isArrayLikeObject=A,m.isBoolean=function(e){return!0===e||!1===e||B(e)&&r(e)==Gi},m.isBuffer=_a,m.isDate=F,m.isElement=function(e){return B(e)&&1===e.nodeType&&!Ma(e)},m.isEmpty=function(e){if(null==e)return!0;if(u(e)&&(I(e)||"string"==typeof e||"function"==typeof e.splice||_a(e)||Da(e)||va(e)))return!e.length;var t,r=Y(e);if(r==$i||r==Xi)return!e.size;if(cn(e))return!Mt(e).length;for(t in e)if(R.call(e,t))return!1;return!0},m.isEqual=function(e,t){return wt(e,t)},m.isEqualWith=function(e,t,r){var n=(r="function"==typeof r?r:Ii)?r(e,t):Ii;return n===Ii?wt(e,t,Ii,r):!!n},m.isError=ba,m.isFinite=function(e){return"number"==typeof e&&ge(e)},m.isFunction=Aa,m.isInteger=wa,m.isLength=xa,m.isMap=ka,m.isMatch=function(e,t){return e===t||xt(e,t,Jr(t))},m.isMatchWith=function(e,t,r){return r="function"==typeof r?r:Ii,xt(e,t,Jr(t),r)},m.isNaN=function(e){return Ea(e)&&e!=+e},m.isNative=function(e){if(sn(e))throw new N("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return kt(e)},m.isNil=function(e){return null==e},m.isNull=function(e){return null===e},m.isNumber=Ea,m.isObject=E,m.isObjectLike=B,m.isPlainObject=Ma,m.isRegExp=Sa,m.isSafeInteger=function(e){return wa(e)&&-Hi<=e&&e<=Hi},m.isSet=Ta,m.isString=Ca,m.isSymbol=M,m.isTypedArray=Da,m.isUndefined=function(e){return e===Ii},m.isWeakMap=function(e){return B(e)&&Y(e)==Qi},m.isWeakSet=function(e){return B(e)&&"[object WeakSet]"==r(e)},m.join=function(e,t){return null==e?"":ve.call(e,t)},m.kebabCase=oi,m.last=n,m.lastIndexOf=function(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var a=n;if(r!==Ii&&(a=(a=S(r))<0?_(n+a,0):x(a,n-1)),t!=t)return Ws(e,Bs,a,!0);for(var i=e,o=t,s=a+1;s--;)if(i[s]===o)return s;return s},m.lowerCase=si,m.lowerFirst=ci,m.lt=Oa,m.lte=Na,m.max=function(e){return e&&e.length?st(e,O,gt):Ii},m.maxBy=function(e,t){return e&&e.length?st(e,f(t,2),gt):Ii},m.mean=function(e){return Hs(e,O)},m.meanBy=function(e,t){return Hs(e,f(t,2))},m.min=function(e){return e&&e.length?st(e,O,Tt):Ii},m.minBy=function(e,t){return e&&e.length?st(e,f(t,2),Tt):Ii},m.stubArray=Di,m.stubFalse=Oi,m.stubObject=function(){return{}},m.stubString=function(){return""},m.stubTrue=function(){return!0},m.multiply=Li,m.nth=function(e,t){return e&&e.length?Pt(e,S(t)):Ii},m.noConflict=function(){return ao._===this&&(ao._=Z),this},m.noop=xi,m.now=na,m.pad=function(e,t,r){e=h(e);var n=(t=S(t))?po(e):0;return!t||t<=n?e:Dr(me(t=(t-n)/2),r)+e+Dr(he(t),r)},m.padEnd=function(e,t,r){e=h(e);var n=(t=S(t))?po(e):0;return t&&n<t?e+Dr(t-n,r):e},m.padStart=function(e,t,r){e=h(e);var n=(t=S(t))?po(e):0;return t&&n<t?Dr(t-n,r)+e:e},m.parseInt=function(e,t,r){return t=r||null==t?0:t&&+t,be(h(e).replace(Zo,""),t||0)},m.random=function(e,t,r){var n;return r&&"boolean"!=typeof r&&d(e,t,r)&&(t=r=Ii),r===Ii&&("boolean"==typeof t?(r=t,t=Ii):"boolean"==typeof e&&(r=e,e=Ii)),e===Ii&&t===Ii?(e=0,t=1):(e=ja(e),t===Ii?(t=e,e=0):t=ja(t)),t<e&&(n=e,e=t,t=n),r||e%1||t%1?(n=Ae(),x(e+n*(t-e+As("1e-"+((n+"").length-1))),t)):Yt(e,t)},m.reduce=function(e,t,r){var n=I(e)?zs:Fs,a=arguments.length<3;return n(e,f(t,4),r,a,at)},m.reduceRight=function(e,t,r){var n=I(e)?Rs:Fs,a=arguments.length<3;return n(e,f(t,4),r,a,it)},m.repeat=function(e,t,r){return t=(r?d(e,t,r):t===Ii)?1:S(t),Wt(h(e),t)},m.replace=function(){var e=arguments,t=h(e[0]);return e.length<3?t:t.replace(e[1],e[2])},m.result=function(e,t,r){var n=-1,a=(t=ir(t,e)).length;for(a||(a=1,e=Ii);++n<a;){var i=null==e?Ii:e[wn(t[n])];i===Ii&&(n=a,i=r),e=Aa(i)?i.call(e):i}return e},m.round=Yi,m.runInContext=a,m.sample=function(e){return(I(e)?Fe:It)(e)},m.size=function(e){if(null==e)return 0;if(u(e))return Ca(e)?po(e):e.length;var t=Y(e);return t==$i||t==Xi?e.size:Mt(e).length},m.snakeCase=li,m.some=function(e,t,r){return(I(e)?Ls:Gt)(e,f(t=r&&d(e,t,r)?Ii:t,3))},m.sortedIndex=function(e,t){return Ut(e,t)},m.sortedIndexBy=function(e,t,r){return $t(e,t,f(r,2))},m.sortedIndexOf=function(e,t){var r=null==e?0:e.length;if(r){var n=Ut(e,t);if(n<r&&W(e[n],t))return n}return-1},m.sortedLastIndex=function(e,t){return Ut(e,t,!0)},m.sortedLastIndexBy=function(e,t,r){return $t(e,t,f(r,2),!0)},m.sortedLastIndexOf=function(e,t){if(null==e?0:e.length){var r=Ut(e,t,!0)-1;if(W(e[r],t))return r}return-1},m.startCase=ui,m.startsWith=function(e,t,r){return e=h(e),r=null==r?0:et(S(r),0,e.length),t=l(t),e.slice(r,r+t.length)==t},m.subtract=Wi,m.sum=function(e){return e&&e.length?Gs(e,O):0},m.sumBy=function(e,t){return e&&e.length?Gs(e,f(t,2)):0},m.template=function(o,e,t){var s,c,r=m.templateSettings;t&&d(o,e,t)&&(e=Ii),o=h(o),e=Wa({},e,r,Wr);var n=C(t=Wa({},e.imports,r.imports,Wr)),a=Vs(t,n),l=0,r=e.interpolate||hs,u="__p += '",t=z((e.escape||hs).source+"|"+r.source+"|"+(r===Uo?is:hs).source+"|"+(e.evaluate||hs).source+"|$","g"),i="//# sourceURL="+(R.call(e,"sourceURL")?(e.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++bs+"]")+"\n";if(o.replace(t,function(e,t,r,n,a,i){return r=r||n,u+=o.slice(l,i).replace(ms,ec),t&&(s=!0,u+="' +\n__e("+t+") +\n'"),a&&(c=!0,u+="';\n"+a+";\n__p += '"),r&&(u+="' +\n((__t = ("+r+")) == null ? '' : __t) +\n'"),l=i+e.length,e}),u+="';\n",r=R.call(e,"variable")&&e.variable){if(ns.test(r))throw new N("Invalid `variable` option passed into `_.template`")}else u="with (obj) {\n"+u+"\n}\n";if(u=(c?u.replace(Lo,""):u).replace(Yo,"$1").replace(Wo,"$1;"),u="function("+(r||"obj")+") {\n"+(r?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(s?", __e = _.escape":"")+(c?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+u+"return __p\n}",(t=mi(function(){return P(n,i+"return "+u).apply(Ii,a)})).source=u,ba(t))throw t;return t},m.times=function(e,t){if((e=S(e))<1||Hi<e)return[];for(var r=qi,n=x(e,qi),n=(t=f(t),e-=qi,Us(n,t));++r<e;)t(r);return n},m.toFinite=ja,m.toInteger=S,m.toLength=za,m.toLower=function(e){return h(e).toLowerCase()},m.toNumber=T,m.toSafeInteger=function(e){return e?et(S(e),-Hi,Hi):0===e?e:0},m.toString=h,m.toUpper=function(e){return h(e).toUpperCase()},m.trim=function(e,t,r){return(e=h(e))&&(r||t===Ii)?$s(e):e&&(t=l(t))?(r=go(e),e=go(t),sr(r,Js(r,e),Xs(r,e)+1).join("")):e},m.trimEnd=function(e,t,r){return(e=h(e))&&(r||t===Ii)?e.slice(0,ac(e)+1):e&&(t=l(t))?sr(r=go(e),0,Xs(r,go(t))+1).join(""):e},m.trimStart=function(e,t,r){return(e=h(e))&&(r||t===Ii)?e.replace(Zo,""):e&&(t=l(t))?sr(r=go(e),Js(r,go(t))).join(""):e},m.truncate=function(e,t){var r,n=30,a="...",t=(E(t)&&(r="separator"in t?t.separator:r,n="length"in t?S(t.length):n,a="omission"in t?l(t.omission):a),(e=h(e)).length);if((t=ho(e)?(i=go(e)).length:t)<=n)return e;if((t=n-po(a))<1)return a;var i,n=i?sr(i,0,t).join(""):e.slice(0,t);if(r===Ii)return n+a;if(i&&(t+=n.length-t),Sa(r)){if(e.slice(t).search(r)){var o,s=n;for((r=r.global?r:z(r.source,h(os.exec(r))+"g")).lastIndex=0;o=r.exec(s);)var c=o.index;n=n.slice(0,c===Ii?t:c)}}else e.indexOf(l(r),t)==t||-1<(i=n.lastIndexOf(r))&&(n=n.slice(0,i));return n+a},m.unescape=function(e){return(e=h(e))&&Ho.test(e)?e.replace(Io,ic):e},m.uniqueId=function(e){var t=++V;return h(e)+t},m.upperCase=fi,m.upperFirst=di,m.each=Kn,m.eachRight=Jn,m.first=Tn,wi(m,(Ri={},ft(m,function(e,t){R.call(m.prototype,t)||(Ri[t]=e)}),Ri),{chain:!1}),m.VERSION="4.17.21",oo(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){m[e].placeholder=m}),oo(["drop","take"],function(r,n){v.prototype[r]=function(e){e=e===Ii?1:_(S(e),0);var t=this.__filtered__&&!n?new v(this):this.clone();return t.__filtered__?t.__takeCount__=x(e,t.__takeCount__):t.__views__.push({size:x(e,qi),type:r+(t.__dir__<0?"Right":"")}),t},v.prototype[r+"Right"]=function(e){return this.reverse()[r](e).reverse()}}),oo(["filter","map","takeWhile"],function(e,t){var r=t+1,n=1==r||3==r;v.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:f(e,3),type:r}),t.__filtered__=t.__filtered__||n,t}}),oo(["head","last"],function(e,t){var r="take"+(t?"Right":"");v.prototype[e]=function(){return this[r](1).value()[0]}}),oo(["initial","tail"],function(e,t){var r="drop"+(t?"":"Right");v.prototype[e]=function(){return this.__filtered__?new v(this):this[r](1)}}),v.prototype.compact=function(){return this.filter(O)},v.prototype.find=function(e){return this.filter(e).head()},v.prototype.findLast=function(e){return this.reverse().find(e)},v.prototype.invokeMap=o(function(t,r){return"function"==typeof t?new v(this):this.map(function(e){return bt(e,t,r)})}),v.prototype.reject=function(e){return this.filter(fa(f(e)))},v.prototype.slice=function(e,t){e=S(e);var r=this;return r.__filtered__&&(0<e||t<0)?new v(r):(e<0?r=r.takeRight(-e):e&&(r=r.drop(e)),t!==Ii?(t=S(t))<0?r.dropRight(-t):r.take(t-e):r)},v.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},v.prototype.toArray=function(){return this.take(qi)},ft(v.prototype,function(l,e){var u=/^(?:filter|find|map|reject)|While$/.test(e),f=/^(?:head|last)$/.test(e),d=m[f?"take"+("last"==e?"Right":""):e],h=f||/^find/.test(e);d&&(m.prototype[e]=function(){function e(e){return e=d.apply(m,lo([e],n)),f&&s?e[0]:e}var t,r=this.__wrapped__,n=f?[1]:arguments,a=r instanceof v,i=n[0],o=a||I(r),s=(o&&u&&"function"==typeof i&&1!=i.length&&(a=o=!1),this.__chain__),i=!!this.__actions__.length,c=h&&!s,a=a&&!i;return!h&&o?(r=a?r:new v(this),(t=l.apply(r,n)).__actions__.push({func:Fn,args:[e],thisArg:Ii}),new g(t,s)):c&&a?l.apply(this,n):(t=this.thru(e),c?f?t.value()[0]:t.value():t)})}),oo(["pop","push","shift","sort","splice","unshift"],function(e){var r=q[e],n=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",a=/^(?:pop|shift)$/.test(e);m.prototype[e]=function(){var e,t=arguments;return a&&!this.__chain__?(e=this.value(),r.apply(I(e)?e:[],t)):this[n](function(e){return r.apply(I(e)?e:[],t)})}}),ft(v.prototype,function(e,t){var r,n=m[t];n&&(r=n.name+"",R.call(Te,r)||(Te[r]=[]),Te[r].push({name:t,func:n}))}),Te[Mr(Ii,2).name]=[{name:"wrapper",func:Ii}],v.prototype.clone=function(){var e=new v(this.__wrapped__);return e.__actions__=k(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=k(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=k(this.__views__),e},v.prototype.reverse=function(){var e;return this.__filtered__?((e=new v(this)).__dir__=-1,e.__filtered__=!0):(e=this.clone()).__dir__*=-1,e},v.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,r=I(e),n=t<0,a=r?e.length:0,i=function(e,t,r){var n=-1,a=r.length;for(;++n<a;){var i=r[n],o=i.size;switch(i.type){case"drop":e+=o;break;case"dropRight":t-=o;break;case"take":t=x(t,e+o);break;case"takeRight":e=_(e,t-o)}}return{start:e,end:t}}(0,a,this.__views__),o=i.start,s=(i=i.end)-o,c=n?i:o-1,l=this.__iteratees__,u=l.length,f=0,d=x(s,this.__takeCount__);if(!r||!n&&a==s&&d==s)return er(e,this.__actions__);var h=[];e:for(;s--&&f<d;){for(var m=-1,p=e[c+=t];++m<u;){var g=l[m],v=g.iteratee,g=g.type,v=v(p);if(2==g)p=v;else if(!v){if(1==g)continue e;break e}}h[f++]=p}return h},m.prototype.at=Gn,m.prototype.chain=function(){return qn(this)},m.prototype.commit=function(){return new g(this.value(),this.__chain__)},m.prototype.next=function(){this.__values__===Ii&&(this.__values__=Pa(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?Ii:this.__values__[this.__index__++]}},m.prototype.plant=function(e){for(var t,r=this;r instanceof Ye;)var n=kn(r),a=(n.__index__=0,n.__values__=Ii,t?a.__wrapped__=n:t=n,n),r=r.__wrapped__;return a.__wrapped__=e,t},m.prototype.reverse=function(){var e=this.__wrapped__;return e instanceof v?(e=e,(e=(e=this.__actions__.length?new v(this):e).reverse()).__actions__.push({func:Fn,args:[On],thisArg:Ii}),new g(e,this.__chain__)):this.thru(On)},m.prototype.toJSON=m.prototype.valueOf=m.prototype.value=function(){return er(this.__wrapped__,this.__actions__)},m.prototype.first=m.prototype.head,se&&(m.prototype[se]=function(){return this}),m}();a?((a.exports=vo)._=vo,n._=vo):ao._=vo}.call(this)});function gc(e){return e.reduce(function(e,t,r,n){return e+t})}function vc(e){if(pc.isArray(e))return e;if("string"==typeof e)return e.split("");throw Error("Parameter must be a string or array.")}var yc={jarowinkler:function(e,t,r){e=vc(e),t=vc(t),a=e.length>t.length?(n=e,t):(n=t,e);for(var n,a,i,o,s,c=r||.7,l=Math.floor(Math.max(n.length/2-1,0)),u=[],f=[],d=0,h=0;h<a.length;h++)for(s=a[h],i=Math.max(h-l,0),o=Math.min(h+l+1,n.length);i<o;i++)if(!f[i]&&s===n[i]){f[u[h]=i]=!0,d++;break}for(var m=[],p=[],g=0,v=0,y=0,_=0;y<a.length;y++)-1<u[y]&&(m[_]=a[y],_++);for(_=y=0;y<n.length;y++)f[y]&&(p[_]=n[y],_++);for(h=0;h<m.length;h++)m[h]!==p[h]&&g++;for(h=0;h<a.length&&e[h]===t[h];h++)v++;var b=d,r=g/2;return b?(r=(b/e.length+b/t.length+(b-r)/b)/3)<c?r:r+Math.min(.1,1/n.length)*v*(1-r):0},levenshtein:function(e,t,r){if(e=vc(e),t=vc(t),0===e.length)return t.length;if(0===t.length)return e.length;for(var n,a,i=r||{d:1,i:1,s:1},o=[],s=[],c=t.length+1,l=0;l<c;l++)o[l]=l;for(l=0;l<e.length;l++){for(s[0]=l+1,n=0;n<t.length;n++)a=e[l]===t[n]?0:i.s,s[n+1]=Math.min(s[n]+i.d,o[n+1]+i.i,o[n]+a);for(n=0;n<c;n++)o[n]=s[n]}return((r=Math.max(e.length,t.length))-s[t.length])/r},ngram:function(e,t,r){e=vc(e),t=vc(t);var n,a,i,o,s,c,l,u,f=e.length,d=t.length,h=r||2,m=[],p=[],g=[],v=[];if(0===f||0===d)return f===d?1:0;if(n=0,f<h||d<h){for(a=0,o=Math.min(f,d);a<o;a++)e[a]===t[a]&&n++;return n/Math.max(f,d)}for(a=0;a<f+h-1;a++)m[a]=a<h-1?0:e[a-h+1];for(a=0;a<=f;a++)p[a]=a;for(i=1;i<=d;i++){if(i<h){for(s=0;s<h-i;s++)v[s]=0;for(s=h-i;s<h;s++)v[s]=t[s-(h-i)]}else v=t.slice(i-h,i);for(g[0]=i,a=1;a<=f;a++){for(c=h,o=n=0;o<h;o++)m[a-1+o]!==v[o]?n++:0===m[a-1+o]&&c--;l=n/c,g[a]=Math.min(Math.min(g[a-1]+1,p[a]+1),p[a-1]+l)}u=p,p=g,g=u}return 1-p[f]/Math.max(f,d)},pearson:function(t,r){var n=[],e=(Object.keys(t).forEach(function(e){r[e]&&n.push(e)}),n.length);if(0===e)return 0;var a=gc(n.map(function(e){return t[e]})),i=gc(n.map(function(e){return r[e]})),o=gc(n.map(function(e){return Math.pow(t[e],2)})),s=gc(n.map(function(e){return Math.pow(r[e],2)})),c=gc(n.map(function(e){return t[e]*r[e]}))-a*i/e,o=Math.sqrt((o-Math.pow(a,2)/e)*(s-Math.pow(i,2)/e));return 0===o?0:c/o},jaccard:function(e,t){return e=vc(e),t=vc(t),pc.intersection(e,t).length/pc.union(e,t).length},tanimoto:function(e,t){e=vc(e),t=vc(t);var r=pc.intersection(e,t).length;return r/(e.length+t.length-r)}};var _c={author:bs,lead_image_url:As,dek:function(e,t){var r=t.$,t=t.excerpt;return 1e3<e.length||e.length<5||t&&Ea(t,10)===Ea(e,10)?null:(t=ko(e,r),cs.test(t)?null:ra(t.trim()))},date_published:dc,content:hc,title:mc};function bc(e,t){var a,n,i,o;return t.stripUnlikelyCandidates&&((a=e)("*").not("a").each(function(e,t){var t=a(t),r=t.attr("class"),n=t.attr("id");(n||r)&&(r="".concat(r||""," ").concat(n||""),ai.test(r)||ni.test(r)&&t.remove())}),e=a),e=function(n,e){return e=!(1<arguments.length&&void 0!==e)||e,_i.forEach(function(e){var e=C(e,2),r=e[0],e=e[1];n("".concat(r," ").concat(e)).each(function(e,t){Ri(n(t).parent(r),n,80)})}),Ii(n,e),Ii(n,e),n}(e=oi(e),t.weightNodes),o=0,(n=e)("[score]").each(function(e,t){var r;yi.test(t.tagName)||(r=Oi(t=n(t)),o<r&&(o=r,i=t))}),i?i=Bi(i,o,n):n("body")||n("*").first()}var m={defaultOpts:{stripUnlikelyCandidates:!0,weightNodes:!0,cleanConditionally:!0},extract:function(t,r){var e=t.$,n=t.html,a=t.title,i=t.url,o=(r=x({},this.defaultOpts,r),e=e||M.load(n),this.getContentNode(e,a,i,r));if(Eo(o))return this.cleanAndReturnNode(o,e);var s=!0,t=!1,c=void 0;try{for(var l,u=ba(O(r).filter(function(e){return!0===r[e]}));!(s=(l=u.next()).done);s=!0){var f=l.value;if(r[f]=!1,e=M.load(n),Eo(o=this.getContentNode(e,a,i,r)))break}}catch(e){t=!0,c=e}finally{try{s||null==u.return||u.return()}finally{if(t)throw c}}return this.cleanAndReturnNode(o,e)},getContentNode:function(e,t,r,n){return hc(bc(e,n),{$:e,cleanConditionally:n.cleanConditionally,title:t,url:r})},cleanAndReturnNode:function(e,t){return e?ra(t.html(e)):null}},Ac=["tweetmeme-title","dc.title","rbtitle","headline","title"],wc=["og:title"],xc=[".hentry .entry-title","h1#articleHeader","h1.articleHeader","h1.article",".instapaper_title","#meebo-title"],kc=["article h1","#entry-title",".entry-title","#entryTitle","#entrytitle",".entryTitle",".entrytitle","#articleTitle",".articleTitle","post post-title","h1.title","h2.article","h1","html head title","title"],w={extract:function(e){var t=e.$,r=e.url,e=e.metaCache,n=Ao(t,Ac,e);return(n=n||xo(t,xc))||(n=Ao(t,wc,e))||(n=xo(t,kc))?mc(n,{url:r,$:t}):""}},Ec=["byl","clmst","dc.author","dcsext.author","dc.creator","rbauthors","authors"],Mc=[".entry .entry-author",".author.vcard .fn",".author .vcard .fn",".byline.vcard .fn",".byline .vcard .fn",".byline .by .author",".byline .by",".byline .author",".post-author.vcard",".post-author .vcard","a[rel=author]","#by_author",".by_author","#entryAuthor",".entryAuthor",".byline a[href*=author]","#author .authorname",".author .authorname","#author",".author",".articleauthor",".ArticleAuthor",".byline"],$o=/^[\n\s]*By/i,Sc=[["#byline",$o],[".byline",$o]],Ko={extract:function(t){var e=t.$,t=t.metaCache,t=Ao(e,Ec,t);if(t&&t.length<300)return bs(t);if((t=xo(e,Mc,2))&&t.length<300)return bs(t);var r=!0,t=!1,n=void 0;try{for(var a,i=ba(Sc);!(r=(a=i.next()).done);r=!0){var o=C(a.value,2),s=o[0],c=o[1],l=e(s);if(1===l.length){var u=l.text();if(c.test(u))return bs(u)}}}catch(e){t=!0,n=e}finally{try{r||null==i.return||i.return()}finally{if(t)throw n}}return null}},Tc=["article:published_time","displaydate","dc.date","dc.date.issued","rbpubdate","publish_date","pub_date","pagedate","pubdate","revision_date","doc_date","date_created","content_create_date","lastmodified","created","date"],Cc=[".hentry .dtstamp.published",".hentry .published",".hentry .dtstamp.updated",".hentry .updated",".single .published",".meta .published",".meta .postDate",".entry-date",".byline .date",".postmetadata .date",".article_datetime",".date-header",".story-date",".dateStamp","#story .datetime",".dateline",".pubdate"],Dc=[new RegExp("/(20\\d{2}/\\d{2}/\\d{2})/","i"),new RegExp("(20\\d{2}-[01]\\d-[0-3]\\d)","i"),new RegExp("/(20\\d{2}/".concat("(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)","/[0-3]\\d)/"),"i")],Jo={extract:function(e){var t,r=e.$,n=e.url,e=e.metaCache,e=Ao(r,Tc,e,!1);return(e=e||xo(r,Cc))?dc(e):(t=n,(e=(r=(r=Dc).find(function(e){return e.test(t)}))?r.exec(t)[1]:null)?dc(e):null)}},Oc=["og:image","twitter:image","image_src"],Nc=["link[rel=image_src]"],Pc=new RegExp(["upload","wp-content","large","photo","wp-image"].join("|"),"i"),jc=new RegExp(["spacer","sprite","blank","throbber","gradient","tile","bg","background","icon","social","header","hdr","advert","spinner","loader","loading","default","rating","share","facebook","twitter","theme","promo","ads","wp-includes"].join("|"),"i"),zc=/\.gif(\?.*)?$/i,Rc=/\.jpe?g(\?.*)?$/i;function Lc(e){return"".concat(e.attr("class")||""," ").concat(e.attr("id")||"")}var P={extract:function(t){var e,l=t.$,r=t.content,n=t.metaCache,t=t.html,t=(l.browser||0!==l("head").length||l("*").first().prepend(t),Ao(l,Oc,n,!1));if(t&&(e=As(t)))return e;var n=l(r),u=l("img",n).toArray(),f={},t=(u.forEach(function(e,t){var r,n,a,i,o,s,e=l(e),c=e.attr("src");c&&(s=(s=c).trim(),a=0,Pc.test(s)&&(a+=20),jc.test(s)&&(a-=20),zc.test(s)&&(a-=10),Rc.test(s)&&(a+=10),s=a,s=(s=(s=(s=(s+=e.attr("alt")?5:0)+(r=0,1===(a=e).parents("figure").first().length&&(r+=25),1===(a=a.parent()).length&&(n=a.parent()),[a,n].forEach(function(e){bi.test(Lc(e))&&(r+=15)}),r))+(a=0,(i=(n=(n=e).next()).get(0))&&"figcaption"===i.tagName.toLowerCase()&&(a+=25),bi.test(Lc(n))&&(a+=15),a))+(i=0,e=Di((a=e).attr("width")),o=Di(a.attr("height")),a=a.attr("src"),e&&e<=50&&(i-=50),o&&o<=50&&(i-=50),e&&o&&!a.includes("sprite")&&((a=e*o)<5e3?i-=100:i+=Math.round(a/1e3)),i))+(u.length/2-t),f[c]=s)}),O(f).reduce(function(e,t){return f[t]>e[1]?[t,f[t]]:e},[null,0])),r=C(t,2),n=r[0],t=r[1];if(0<t&&(e=As(n)))return e;var a=!0,r=!1,t=void 0;try{for(var i,o=ba(Nc);!(a=(i=o.next()).done);a=!0){var s=i.value,c=l(s).first(),d=c.attr("src");if(d&&(e=As(d)))return e;var h=c.attr("href");if(h&&(e=As(h)))return e;var m=c.attr("value");if(m&&(e=As(m)))return e}}catch(e){r=!0,t=e}finally{try{a||null==o.return||o.return()}finally{if(r)throw t}}return null}},Yc=e(function(o,e){!function(){var d,c,h,m,t,l,r,p,g,e,n,a,u,f;function i(e){this.cmp=null!=e?e:d,this.nodes=[]}c=Math.floor,g=Math.min,d=function(e,t){return e<t?-1:t<e?1:0},p=function(e,t,r,n,a){var i;if(null==a&&(a=d),(r=null==r?0:r)<0)throw new Error("lo must be non-negative");for(null==n&&(n=e.length);r<n;)a(t,e[i=c((r+n)/2)])<0?n=i:r=i+1;return[].splice.apply(e,[r,r-r].concat(t)),t},m=function(e,t){var r,n;return null==t&&(t=d),r=e.pop(),e.length?(n=e[0],e[0]=r,f(e,0,t)):n=r,n},r=function(e,t,r){var n;return null==r&&(r=d),n=e[0],e[0]=t,f(e,0,r),n},l=function(e,t,r){var n;return null==r&&(r=d),e.length&&r(e[0],t)<0&&(t=(n=[e[0],t])[0],e[0]=n[1],f(e,0,r)),t},h=function(r,e){var t,n,a,i,o,s;for(null==e&&(e=d),o=[],n=0,a=(i=function(){s=[];for(var e=0,t=c(r.length/2);0<=t?e<t:t<e;0<=t?e++:e--)s.push(e);return s}.apply(this).reverse()).length;n<a;n++)t=i[n],o.push(f(r,t,e));return o},a=function(e,t,r){if(null==r&&(r=d),-1!==(t=e.indexOf(t)))return u(e,0,t,r),f(e,t,r)},e=function(e,t,r){var n,a,i,o,s;if(null==r&&(r=d),!(a=e.slice(0,t)).length)return a;for(h(a,r),i=0,o=(s=e.slice(t)).length;i<o;i++)n=s[i],l(a,n,r);return a.sort(r).reverse()},n=function(e,t,r){var n,a,i,o,s,c,l,u,f;if(null==r&&(r=d),10*t<=e.length){if(!(i=e.slice(0,t).sort(r)).length)return i;for(a=i[i.length-1],o=0,c=(l=e.slice(t)).length;o<c;o++)r(n=l[o],a)<0&&(p(i,n,0,null,r),i.pop(),a=i[i.length-1]);return i}for(h(e,r),f=[],s=0,u=g(t,e.length);0<=u?s<u:u<s;0<=u?++s:--s)f.push(m(e,r));return f},u=function(e,t,r,n){var a,i,o;for(null==n&&(n=d),a=e[r];t<r&&n(a,i=e[o=r-1>>1])<0;)e[r]=i,r=o;return e[r]=a},f=function(e,t,r){var n,a,i,o,s;for(null==r&&(r=d),a=e.length,i=e[s=t],n=2*t+1;n<a;)(o=n+1)<a&&!(r(e[n],e[o])<0)&&(n=o),e[t]=e[n],n=2*(t=n)+1;return e[t]=i,u(e,s,t,r)},i.push=t=function(e,t,r){return null==r&&(r=d),e.push(t),u(e,0,e.length-1,r)},i.pop=m,i.replace=r,i.pushpop=l,i.heapify=h,i.updateItem=a,i.nlargest=e,i.nsmallest=n,i.prototype.push=function(e){return t(this.nodes,e,this.cmp)},i.prototype.pop=function(){return m(this.nodes,this.cmp)},i.prototype.peek=function(){return this.nodes[0]},i.prototype.contains=function(e){return-1!==this.nodes.indexOf(e)},i.prototype.replace=function(e){return r(this.nodes,e,this.cmp)},i.prototype.pushpop=function(e){return l(this.nodes,e,this.cmp)},i.prototype.heapify=function(){return h(this.nodes,this.cmp)},i.prototype.updateItem=function(e){return a(this.nodes,e,this.cmp)},i.prototype.clear=function(){return this.nodes=[]},i.prototype.empty=function(){return 0===this.nodes.length},i.prototype.size=function(){return this.nodes.length},i.prototype.clone=function(){var e=new i;return e.nodes=this.nodes.slice(0),e},i.prototype.toArray=function(){return this.nodes.slice(0)},i.prototype.insert=i.prototype.push,i.prototype.top=i.prototype.peek,i.prototype.front=i.prototype.peek,i.prototype.has=i.prototype.contains,i.prototype.copy=i.prototype.clone,o.exports=i}.call(this)}),j=e(function(e,v){!function(){var a,h,i,e,$,t,m,r,p,g,n,o,s,z,A,f,c,R,L,x,l=[].indexOf||function(e){for(var t=0,r=this.length;t<r;t++)if(t in this&&this[t]===e)return t;return-1};function u(e,t,r,n){this.isjunk=e,null==t&&(t=""),null==r&&(r=""),this.autojunk=null==n||n,this.a=this.b=null,this.setSeqs(t,r)}function d(e,t){this.linejunk=e,this.charjunk=t}m=Math.floor,p=Math.max,g=Math.min,h=Yc,f=function(e,t){return t?2*e/t:1},A=function(e,t){for(var r,n=[e.length,t.length],a=n[0],n=n[1],i=r=0,o=g(a,n);0<=o?r<o:o<r;i=0<=o?++r:--r){if(e[i]<t[i])return-1;if(e[i]>t[i])return 1}return a-n},x=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},z=function(e){for(var t=0,r=e.length;t<r;t++)if(e[t])return!0;return!1},u.prototype.setSeqs=function(e,t){return this.setSeq1(e),this.setSeq2(t)},u.prototype.setSeq1=function(e){if(e!==this.a)return this.a=e,this.matchingBlocks=this.opcodes=null},u.prototype.setSeq2=function(e){if(e!==this.b)return this.b=e,this.matchingBlocks=this.opcodes=null,this.fullbcount=null,this._chainB()},u.prototype._chainB=function(){var e,t,r,n,a,i,o,s,c,l,u,f,d,h=this.b;for(this.b2j=e={},r=c=0,u=h.length;c<u;r=++c)t=h[r],(x(e,t)?e[t]:e[t]=[]).push(r);if(a={},n=this.isjunk)for(l=0,f=(d=Object.keys(e)).length;l<f;l++)n(t=d[l])&&(a[t]=!0,delete e[t]);if(s={},i=h.length,this.autojunk&&200<=i)for(t in o=m(i/100)+1,e)e[t].length>o&&(s[t]=!0,delete e[t]);return this.isbjunk=function(e){return x(a,e)},this.isbpopular=function(e){return x(s,e)}},u.prototype.findLongestMatch=function(e,t,r,n){for(var a,i,o,s,c,l,u,f,d,h=[this.a,this.b,this.b2j,this.isbjunk],m=h[0],p=h[1],g=h[2],v=h[3],h=[e,r,0],y=h[0],_=h[1],b=h[2],A={},w=o=e;e<=t?o<t:t<o;w=e<=t?++o:--o){for(i={},s=0,c=(l=x(g,m[w])?g[m[w]]:[]).length;s<c;s++)if(!((u=l[s])<r)){if(n<=u)break;b<(a=i[u]=(A[u-1]||0)+1)&&(y=(u=[w-a+1,u-a+1,a])[0],_=u[1],b=u[2])}A=i}for(;e<y&&r<_&&!v(p[_-1])&&m[y-1]===p[_-1];)y=(f=[y-1,_-1,b+1])[0],_=f[1],b=f[2];for(;y+b<t&&_+b<n&&!v(p[_+b])&&m[y+b]===p[_+b];)b++;for(;e<y&&r<_&&v(p[_-1])&&m[y-1]===p[_-1];)y=(d=[y-1,_-1,b+1])[0],_=d[1],b=d[2];for(;y+b<t&&_+b<n&&v(p[_+b])&&m[y+b]===p[_+b];)b++;return[y,_,b]},u.prototype.getMatchingBlocks=function(){var e,t,r,n,a,i,o,s,c,l,u,f,d,h,m,p,g,v,y,_,b;if(this.matchingBlocks)return this.matchingBlocks;for(h=[[0,u=(v=[this.a.length,this.b.length])[0],0,v=v[1]]],f=[];h.length;)t=(y=h.pop())[0],e=y[1],r=y[2],y=y[3],m=this.findLongestMatch(t,e,r,y),n=m[0],i=m[1],(c=m[2])&&(f.push(m),t<n&&r<i&&h.push([t,n,r,i]),n+c<e&&i+c<y&&h.push([n+c,e,i+c,y]));for(f.sort(A),d=[],p=a=o=l=0,g=f.length;p<g;p++)b=(_=f[p])[0],s=_[1],_=_[2],a+l===b&&o+l===s?l+=_:(l&&d.push([a,o,l]),a=(b=[b,s,_])[0],o=b[1],l=b[2]);return l&&d.push([a,o,l]),d.push([u,v,0]),this.matchingBlocks=d},u.prototype.getOpcodes=function(){var e,t,r,n,a,i,o,s,c,l;if(this.opcodes)return this.opcodes;for(n=a=0,this.opcodes=t=[],i=0,o=(s=this.getMatchingBlocks()).length;i<o;i++)e=(c=s[i])[0],r=c[1],c=c[2],l="",n<e&&a<r?l="replace":n<e?l="delete":a<r&&(l="insert"),l&&t.push([l,n,e,a,r]),n=(l=[e+c,r+c])[0],a=l[1],c&&t.push(["equal",e,n,r,a]);return t},u.prototype.getGroupedOpcodes=function(e){var t,r,n,a,i,o,s,c,l,u,f,d,h;for(null==e&&(e=3),"equal"===(t=(t=this.getOpcodes()).length?t:[["equal",0,1,0,1]])[0][0]&&(l=(d=t[0])[0],a=d[1],i=d[2],o=d[3],s=d[4],t[0]=[l,p(a,i-e),i,p(o,s-e),s]),"equal"===t[t.length-1][0]&&(l=(d=t[t.length-1])[0],a=d[1],i=d[2],o=d[3],s=d[4],t[t.length-1]=[l,a,g(i,a+e),o,g(s,o+e)]),c=e+e,n=[],r=[],u=0,f=t.length;u<f;u++)l=(h=t[u])[0],a=h[1],i=h[2],o=h[3],s=h[4],"equal"===l&&c<i-a&&(r.push([l,a,g(i,a+e),o,g(s,o+e)]),n.push(r),r=[],a=(h=[p(a,i-e),p(o,s-e)])[0],o=h[1]),r.push([l,a,i,o,s]);return!r.length||1===r.length&&"equal"===r[0][0]||n.push(r),n},u.prototype.ratio=function(){for(var e=0,t=this.getMatchingBlocks(),r=0,n=t.length;r<n;r++)e+=t[r][2];return f(e,this.a.length+this.b.length)},u.prototype.quickRatio=function(){var e,t,r,n,a,i,o,s,c,l,u;if(!this.fullbcount)for(this.fullbcount=r={},i=0,s=(l=this.b).length;i<s;i++)r[t=l[i]]=(r[t]||0)+1;for(r=this.fullbcount,e={},o=n=0,c=(u=this.a).length;o<c;o++)t=u[o],a=x(e,t)?e[t]:r[t]||0,e[t]=a-1,0<a&&n++;return f(n,this.a.length+this.b.length)},u.prototype.realQuickRatio=function(){var e=[this.a.length,this.b.length],t=e[0],e=e[1];return f(g(t,e),t+e)},$=u,r=function(e,t,r,n){var a,i,o,s,c,l,u,f,d;if(null==n&&(n=.6),!(0<(r=null==r?3:r)))throw new Error("n must be > 0: ("+r+")");if(!(0<=n&&n<=1))throw new Error("cutoff must be in [0.0, 1.0]: ("+n+")");for(a=[],(i=new $).setSeq2(e),s=0,l=t.length;s<l;s++)o=t[s],i.setSeq1(o),i.realQuickRatio()>=n&&i.quickRatio()>=n&&i.ratio()>=n&&a.push([i.ratio(),o]);for(d=[],c=0,u=(a=h.nlargest(a,r,A)).length;c<u;c++)(f=a[c])[0],o=f[1],d.push(o);return d},c=function(e,t){for(var r=[0,e.length],n=r[0],a=r[1];n<a&&e[n]===t;)n++;return n},d.prototype.compare=function(e,t){for(var r,n,a,i,o,s,c,l,u,f,d=[],h=new $(this.linejunk,e,t).getOpcodes(),m=0,p=h.length;m<p;m++){switch(c=(f=h[m])[0],n=f[1],r=f[2],i=f[3],a=f[4],c){case"replace":o=this._fancyReplace(e,n,r,t,i,a);break;case"delete":o=this._dump("-",e,n,r);break;case"insert":o=this._dump("+",t,i,a);break;case"equal":o=this._dump(" ",e,n,r);break;default:throw new Error("unknow tag ("+c+")")}for(l=0,u=o.length;l<u;l++)s=o[l],d.push(s)}return d},d.prototype._dump=function(e,t,r,n){for(var a,i=[],o=a=r;r<=n?a<n:n<a;o=r<=n?++a:--a)i.push(e+" "+t[o]);return i},d.prototype._plainReplace=function(e,t,r,n,a,i){for(var o,s,c,l,u,e=i-a<r-t?(o=this._dump("+",n,a,i),this._dump("-",e,t,r)):(o=this._dump("-",e,t,r),this._dump("+",n,a,i)),f=[],d=[o,e],h=0,m=d.length;h<m;h++)for(l=0,u=(s=d[h]).length;l<u;l++)c=s[l],f.push(c);return f},d.prototype._fancyReplace=function(e,t,r,n,a,i){for(var o,s,c,l,u,f,d,h,m,p,g,v,y,_,b,A,w,R,L,Y,W,I,x,k,E,M,B,H,S,q,F,G,T,C=[.74,.75],D=C[0],C=C[1],O=new $(this.charjunk),N=[null,null],P=N[0],U=N[1],j=[],z=_=a;a<=i?_<i:i<_;z=a<=i?++_:--_)for(f=n[z],O.setSeq2(f),m=b=t;t<=r?b<r:r<b;m=t<=r?++b:--b)(o=e[m])===f?null===P&&(P=(S=[m,z])[0],U=S[1]):(O.setSeq1(o),O.realQuickRatio()>D&&O.quickRatio()>D&&O.ratio()>D&&(D=(S=[O.ratio(),m,z])[0],l=S[1],u=S[2]));if(D<C){if(null===P){for(A=0,R=(q=this._plainReplace(e,t,r,n,a,i)).length;A<R;A++)v=q[A],j.push(v);return j}l=(N=[P,U,1])[0],u=N[1],D=N[2]}else P=null;for(w=0,L=(F=this._fancyHelper(e,t,l,n,a,u)).length;w<L;w++)v=F[w],j.push(v);if(N=(C=[e[l],n[u]])[0],C=C[1],null===P){for(c=h="",O.setSeqs(N,C),x=0,Y=(G=O.getOpcodes()).length;x<Y;x++)switch(y=(T=G[x])[0],s=T[1],M=T[2],d=T[3],p=(M=[M-s,T[4]-d])[0],g=M[1],y){case"replace":c+=Array(p+1).join("^"),h+=Array(g+1).join("^");break;case"delete":c+=Array(p+1).join("-");break;case"insert":h+=Array(g+1).join("+");break;case"equal":c+=Array(p+1).join(" "),h+=Array(g+1).join(" ");break;default:throw new Error("unknow tag ("+y+")")}for(k=0,W=(B=this._qformat(N,C,c,h)).length;k<W;k++)v=B[k],j.push(v)}else j.push(" "+N);for(E=0,I=(H=this._fancyHelper(e,l+1,r,n,u+1,i)).length;E<I;E++)v=H[E],j.push(v);return j},d.prototype._fancyHelper=function(e,t,r,n,a,i){var o=[];return t<r?o=a<i?this._fancyReplace(e,t,r,n,a,i):this._dump("-",e,t,r):a<i&&(o=this._dump("+",n,a,i)),o},d.prototype._qformat=function(e,t,r,n){var a=[],i=g(c(e,"\t"),c(t,"\t"));return i=g(i,c(r.slice(0,i)," ")),i=g(i,c(n.slice(0,i)," ")),r=r.slice(i).replace(/\s+$/,""),n=n.slice(i).replace(/\s+$/,""),a.push("- "+e),r.length&&a.push("? "+Array(i+1).join("\t")+r+"\n"),a.push("+ "+t),n.length&&a.push("? "+Array(i+1).join("\t")+n+"\n"),a},a=d,e=function(e,t){return(t=null==t?/^\s*#?\s*$/:t).test(e)},i=function(e,t){return 0<=l.call(t=null==t?" \t":t,e)},L=function(e,t){var r=e+1,t=t-e;return 1==t?""+r:(t||r--,r+","+t)},s=function(e,t,r){var n,a,i,o,s,c,l,u,f,d,h,m,p,g,v,y,_,b,A,w,x,k,E,M,S,T,C,r=null!=r?r:{},D=r.fromfile,O=r.tofile,N=r.fromfiledate,P=r.tofiledate,j=(r.n,r.lineterm);for(null==D&&(D=""),null==O&&(O=""),null==N&&(N=""),null==P&&(P=""),null==j&&(j="\n"),d=!(f=[]),m=0,y=(k=new $(null,e,t).getGroupedOpcodes()).length;m<y;m++)for(i=k[m],d||(d=!0,E=P?"\t"+P:"",f.push("--- "+D+(N?"\t"+N:"")+j),f.push("+++ "+O+E+j)),E=[i[0],i[i.length-1]],n=L((a=E[0])[1],(l=E[1])[2]),a=L(a[3],l[4]),f.push("@@ -"+n+" +"+a+" @@"+j),p=0,_=i.length;p<_;p++)if(h=(M=i[p])[0],o=M[1],s=M[2],c=M[3],M=M[4],"equal"===h)for(g=0,b=(S=e.slice(o,s)).length;g<b;g++)u=S[g],f.push(" "+u);else{if("replace"===h||"delete"===h)for(v=0,A=(T=e.slice(o,s)).length;v<A;v++)u=T[v],f.push("-"+u);if("replace"===h||"insert"===h)for(x=0,w=(C=t.slice(c,M)).length;x<w;x++)u=C[x],f.push("+"+u)}return f},R=function(e,t){var r=e+1,t=t-e;return t||r--,t<=1?""+r:r+","+(r+t-1)},t=function(e,t,r){var n,a,i,o,s,c,l,u,f,d,h,m,p,g,v,y,_,b,A,w,x,k,E,M,S,T,C,r=null!=r?r:{},D=r.fromfile,O=r.tofile,N=r.fromfiledate,P=r.tofiledate,j=(r.n,r.lineterm);for(null==D&&(D=""),null==O&&(O=""),null==N&&(N=""),null==P&&(P=""),null==j&&(j="\n"),d=!(f={insert:"+ ",delete:"- ",replace:"! ",equal:" "}),u=[],m=0,y=(k=new $(null,e,t).getGroupedOpcodes()).length;m<y;m++)if(i=k[m],!d){if(d=!0,E=P?"\t"+P:"",u.push("*** "+D+(N?"\t"+N:"")+j),u.push("--- "+O+E+j),a=(E=[i[0],i[i.length-1]])[0],E=E[1],u.push("***************"+j),n=R(a[1],E[2]),u.push("*** "+n+" ****"+j),z(function(){for(var e,t=[],r=0,n=i.length;r<n;r++)e=i[r],h=e[0],e[1],e[2],e[3],e[4],t.push("replace"===h||"delete"===h);return t}()))for(p=0,_=i.length;p<_;p++)if(M=i[p],h=M[0],o=M[1],s=M[2],M[3],M[4],"insert"!==h)for(g=0,b=(S=e.slice(o,s)).length;g<b;g++)l=S[g],u.push(f[h]+l);if(n=R(a[3],E[4]),u.push("--- "+n+" ----"+j),z(function(){for(var e,t=[],r=0,n=i.length;r<n;r++)e=i[r],h=e[0],e[1],e[2],e[3],e[4],t.push("replace"===h||"insert"===h);return t}()))for(v=0,A=i.length;v<A;v++)if(T=i[v],h=T[0],T[1],T[2],c=T[3],T=T[4],"delete"!==h)for(x=0,w=(C=t.slice(c,T)).length;x<w;x++)l=C[x],u.push(f[h]+l)}return u},n=function(e,t,r,n){return new a(r,n=null==n?i:n).compare(e,t)},o=function(e,t){var r,n,a,i,o,s,c={1:"- ",2:"+ "}[t];if(!c)throw new Error("unknow delta choice (must be 1 or 2): "+t);for(a=[" ",c],n=[],i=0,o=e.length;i<o;i++)s=(r=e[i]).slice(0,2),0<=l.call(a,s)&&n.push(r.slice(2));return n},v._arrayCmp=A,v.SequenceMatcher=$,v.getCloseMatches=r,v._countLeading=c,v.Differ=a,v.IS_LINE_JUNK=e,v.IS_CHARACTER_JUNK=i,v._formatRangeUnified=L,v.unifiedDiff=s,v._formatRangeContext=R,v.contextDiff=t,v.ndiff=n,v.restore=o}.call(this)}),Wc=(j._arrayCmp,j.SequenceMatcher,j.getCloseMatches,j._countLeading,j.Differ,j.IS_LINE_JUNK,j.IS_CHARACTER_JUNK,j._formatRangeUnified,j.unifiedDiff,j._formatRangeContext,j.contextDiff,j.ndiff,j.restore,j);var Ic=/\d/,Bc=new RegExp(["print","archive","comment","discuss","e-mail","email","share","reply","all","login","sign","single","adx","entry-unrelated"].join("|"),"i"),Hc=new RegExp("(next|weiter|continue|>([^|]|$)|»([^|]|$))","i"),qc=new RegExp("(first|last|end)","i"),Fc=new RegExp("(prev|earl|old|new|<|«)","i");function Gc(e){var t=e.parent(),r=!1,n=!1,a=0;return fi(Yo(0,4)).forEach(function(){var e;0!==t.length&&(e=t,e="".concat(e.attr("class")||""," ").concat(e.attr("id")||""),!r&&ti.test(e)&&(r=!0,a+=25),!n&&Qa.test(e)&&Bc.test(e)&&!Za.test(e)&&(n=!0,a-=25),t=t.parent())}),a}function Uc(e){var t=e.links,l=e.articleUrl,u=e.baseUrl,f=e.parsedUrl,d=e.$,e=e.previousUrls,h=void 0===e?[]:e,f=f||S.parse(l),m=new RegExp("^".concat(u),"i"),p=0<d(ei).length,e=t.reduce(function(e,t){var r=Mo(t);if(!r.href)return e;var r=va(r.href),t=d(t),n=t.text();if(!function(t,e,r,n,a,i){if(void 0===i.find(function(e){return t===e})&&t&&t!==e&&t!==r){i=n.hostname,e=S.parse(t).hostname;if(e===i)return n=t.replace(r,""),Ic.test(n)?!Bc.test(a)&&!(25<a.length):void 0}}(r,l,u,f,n,h))return e;e[r]?e[r].linkText="".concat(e[r].linkText,"|").concat(n):e[r]={score:0,linkText:n,href:r};var a,i=e[r],o=(o=t,"".concat(n||o.text()," ").concat(o.attr("class")||""," ").concat(o.attr("id")||"")),s=(s=(s=r).match(da))&&(s=fa(s[6],10))<100?s:null,c=m.test(r)?0:-25,c=(c=(c=(c=(c=(c=(c=(c+=Hc.test(o)?50:0)+(a=o,qc.test(a)&&Hc.test(a)?-65:0))+(Fc.test(o)?-200:0))+Gc(t))+(Bc.test(r)?-25:0))+(s&&!p?50:0))+(a=n,o=s,t=0,pa.test(a.trim())&&(t=(a=fa(a,10))<2?-30:Math.max(0,10-a),o&&a<=o&&(t-=50)),t))+(n=l,s=r,0<(a=c)?a+-250*(1-new Wc.SequenceMatcher(null,n,s).ratio()-.2):0);return i.score=c,e},{});return 0===O(e).length?null:e}var Xo={extract:function(e){var t=e.$,r=e.url,n=e.parsedUrl,e=e.previousUrls,e=void 0===e?[]:e,n=n||S.parse(r),a=va(r),r=xa(r,n),i=Uc({links:t("a[href]").toArray(),articleUrl:a,baseUrl:r,parsedUrl:n,$:t,previousUrls:e});if(!i)return null;a=O(i).reduce(function(e,t){t=i[t];return t.score>e.score?t:e},{score:-100});return 50<=a.score?a.href:null}},$c=["og:url"];function Vc(e){return{url:e,domain:S.parse(e).hostname}}var Zo={extract:function(e){var t=e.$,r=e.url,e=e.metaCache,n=t("link[rel=canonical]");if(0!==n.length){n=n.attr("href");if(n)return Vc(n)}n=Ao(t,$c,e);return Vc(n||r)}},Kc={ellipse:"…",chars:[" ","-"],max:140,truncate:!0};function Jc(e,t,r){if("string"!=typeof e||0===e.length)return"";if(0===t)return"";for(var n in r=r||{},Kc)null!==r[n]&&void 0!==r[n]||(r[n]=Kc[n]);r.max=t||r.max;var a=e,t=r.max,i=r.ellipse,o=r.chars,s=r.truncate;if(a.length<t)return a;for(var c,l=0,u=Math.floor(t/2),f="middle"===s?u:t,d=0,h=a.length;d<h;d++)if(c=a.charAt(d),-1!==o.indexOf(c)&&"middle"!==s&&(l=d),!(d<f))return 0===l?s?a.substring(0,f-1)+i+("middle"===s?a.substring(a.length-u,a.length):""):"":a.substring(0,l)+i;return a}var Xc=["og:description","twitter:description"];function Zc(e,t,r){r=2<arguments.length&&void 0!==r?r:200;return e=e.replace(/[\s\n]+/g," ").trim(),Jc(e,r,{ellipse:"&hellip;"})}var Qo={extract:function(e){var t=e.$,r=e.content,e=e.metaCache,e=Ao(t,Xc,e);if(e)return Zc(ko(e,t));return Zc(t(r.slice(0,1e3)).text(),t,200)}},es={extract:function(e){var e=e.content,t=ra(M.load(e)("div").first().text()).split(/\s/).length;return t=1===t?e.replace(/<[^>]*>/g," ").replace(/\s+/g," ").trim().split(" ").length:t}},Qc={domain:"*",title:w.extract,date_published:Jo.extract,author:Ko.extract,content:m.extract.bind(m),lead_image_url:P.extract,dek:function(){return null},next_page_url:Xo.extract,url_and_domain:Zo.extract,excerpt:Qo.extract,word_count:es.extract,direction:function(e){e=e.title;return os.getDirection(e)},extract:function(e){var t=e.html,r=e.$,t=(t&&!r&&(r=M.load(t),e.$=r),this.title(e)),r=this.date_published(e),n=this.author(e),a=this.content(x({},e,{title:t})),i=this.lead_image_url(x({},e,{content:a})),o=this.dek(x({},e,{content:a})),s=this.next_page_url(e),c=this.excerpt(x({},e,{content:a})),l=this.word_count(x({},e,{content:a})),u=this.direction({title:t}),e=this.url_and_domain(e);return{title:t,author:n,date_published:r||null,dek:o,lead_image_url:i,content:a,next_page_url:s,url:e.url,domain:e.domain,excerpt:c,word_count:l,direction:u}}},el={'meta[name="al:ios:app_name"][value="Medium"]':n,'meta[name="generator"][value="blogger"]':a};function tl(e,t,r){var n,e=(t=t||S.parse(e)).hostname,t=e.split(".").slice(-2).join(".");return qo[e]||qo[t]||is[e]||is[t]||(n=r,e=O(el).find(function(e){return 0<n(e).length}),el[e])||Qc}function rl(s){var c=s.$,e=s.type,l=s.extractionOpts,t=s.extractHtml,t=void 0!==t&&t;if(!l)return null;if("string"==typeof l)return l;var n,a,i,r,o,u,f,d=l.selectors,h=l.defaultCleaner,h=void 0===h||h,m=l.allowMultiple,d=(n=c,a=t,i="lead_image_url"===e||m,d.find(function(e){if(ya(e)){if(a)return e.reduce(function(e,t){return e&&0<n(t).length},!0);var t=C(e,2),r=t[0],t=t[1];return(i||!i&&1===n(r).length)&&n(r).attr(t)&&""!==n(r).attr(t).trim()}return(i||!i&&1===n(e).length)&&""!==n(e).text().trim()}));return d?t?((o=ya(d)?(o=c(d.join(",")),r=c("<div></div>"),o.each(function(e,t){r.append(t)}),r):c(d)).wrap(c("<div></div>")),o=p(o=o.parent()),_c[e]&&_c[e](o,x({},s,{defaultCleaner:h})),m?o.children().toArray().map(function(e){return c.html(c(e))}):c.html(o)):(t=ya(d)?(o=(t=C(d,3))[0],u=t[1],f=t[2],p(c(o)).map(function(e,t){t=c(t).attr(u).trim();return f?f(t):t})):p(c(d)).map(function(e,t){return c(t).text().trim()}),t=ya(t.toArray())&&m?t.toArray():t[0],h&&_c[e]?_c[e](t,x({},s,l)):t):null;function p(e){var t,r,n,a,i,o;return po(e,c,s.url||""),t=e,r=c,(n=(n=l).clean)&&r(n.join(","),t).remove(),a=e,i=c,(o=l.transforms)&&O(o).forEach(function(r){var e=i(r,a),n=o[r];"string"==typeof n?e.each(function(e,t){si(i(t),i,o[r])}):"function"==typeof n&&e.each(function(e,t){var r=n(i(t),i);"string"==typeof r&&si(i(t),i,r)})}),e}}function nl(t,r){var n={};return O(t).forEach(function(e){n[e]||(n[e]=rl(x({},r,{type:e,extractionOpts:t[e]})))}),n}function z(e){var t=e.type,r=e.extractor,n=e.fallback,n=void 0===n||n,r=rl(x({},e,{extractionOpts:r[t]}));return r||(n?Qc[t](e):null)}var al,il={extract:function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:Qc,t=1<arguments.length?arguments[1]:void 0,r=t,n=r.contentOnly,r=r.extractedTitle;if("*"===e.domain)return e.extract(t);if(t=x({},t,{extractor:e}),n)return{content:z(x({},t,{type:"content",extractHtml:!0,title:r}))};var n={},r=(e.extend&&(n=nl(e.extend,t)),z(x({},t,{type:"title"}))),e=z(x({},t,{type:"date_published"})),a=z(x({},t,{type:"author"})),i=z(x({},t,{type:"next_page_url"})),o=z(x({},t,{type:"content",extractHtml:!0,title:r})),s=z(x({},t,{type:"lead_image_url",content:o})),c=z(x({},t,{type:"excerpt",content:o})),l=z(x({},t,{type:"dek",content:o,excerpt:c})),u=z(x({},t,{type:"word_count",content:o})),f=z(x({},t,{type:"direction",title:r})),t=z(x({},t,{type:"url_and_domain"}))||{url:null,domain:null},d=t.url,t=t.domain;return x({title:r,content:o,author:a,date_published:e,lead_image_url:s,dek:l,next_page_url:i,url:d,domain:t,excerpt:c,word_count:u,direction:f},n)}};function ol(){return(ol=Jr(y.mark(function e(t){var r,n,a,i,o,s,c,l,u,f;return y.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:r=t.next_page_url,n=t.html,a=t.$,i=t.metaCache,o=t.result,s=t.Extractor,c=t.title,u=t.url,l=1,u=[va(u)];case 3:if(r&&l<26)return l+=1,e.next=7,Ro.create(r);e.next=16;break;case 7:a=e.sent,n=a.html(),f={url:r,html:n,$:a,metaCache:i,extractedTitle:c,previousUrls:u},f=il.extract(s,f),u.push(r),o=x({},o,{content:"".concat(o.content,"<hr><h4>Page ").concat(l,"</h4>").concat(f.content)}),r=f.next_page_url,e.next=3;break;case 16:return f=Qc.word_count({content:"<div>".concat(o.content,"</div>")}),e.abrupt("return",x({},o,{total_pages:l,rendered_pages:l,word_count:f}));case 18:case"end":return e.stop()}},e,this)}))).apply(this,arguments)}return{parse:(al=Jr(y.mark(function e(t){var r,n,a,i,o,s,c,l,u,f,d,h,m,p,g,v=arguments;return y.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:if(r=(c=1<v.length&&void 0!==v[1]?v[1]:{}).html,c=kt(c,["html"]),n=c.fetchAllPages,n=void 0===n||n,a=c.fallback,a=void 0===a||a,i=c.contentType,i=void 0===i?"html":i,o=c.headers,o=void 0===o?{}:o,s=c.extend,c=c.customExtractor,!t&&M.browser&&(t=window.location.href,r=r||M.html()),(l=S.parse(t)).hostname){e.next=6;break}return e.abrupt("return",{error:!0,message:"The url parameter passed does not look like a valid URL. Please check your URL and try again."});case 6:return e.next=8,Ro.create(t,r,l,o);case 8:if((u=e.sent).failed)return e.abrupt("return",u);e.next=11;break;case 11:if(c&&Fo(c),g=tl(t,l,u),r=r||u.html(),f=u("meta").map(function(e,t){return u(t).attr("name")}).toArray(),d={},s&&(d=nl(s,{$:u,url:t,html:r})),h=il.extract(g,{url:t,html:r,$:u,metaCache:f,parsedUrl:l,fallback:a,contentType:i}),m=(p=h).title,p=p.next_page_url,n&&p)return e.next=22,function(){return ol.apply(this,arguments)}({Extractor:g,next_page_url:p,html:r,$:u,metaCache:f,result:h,title:m,url:t});e.next=25;break;case 22:h=e.sent,e.next=26;break;case 25:h=x({},h,{total_pages:1,rendered_pages:1});case 26:return"markdown"===i?(g=new Jn,h.content=g.turndown(h.content)):"text"===i&&(h.content=u.text(u(h.content))),e.abrupt("return",x({},h,d));case 28:case"end":return e.stop()}},e,this)})),function(e){return al.apply(this,arguments)}),browser:!!M.browser,fetchResource:function(e){return Ro.create(e)},addExtractor:Fo}}();
1
+ var Mercury=function(){"use strict";function e(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function t(e){var t=e.default;if("function"==typeof t){var r=function(){return t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach(function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})}),r}var r={exports:{}},n=function(e){if(null==e)throw TypeError("Can't call method on "+e);return e},a=n,i=function(e){return Object(a(e))},o={}.hasOwnProperty,s=function(e,t){return o.call(e,t)},c={}.toString,l=function(e){return c.call(e).slice(8,-1)},u=l,h=Object("z").propertyIsEnumerable(0)?Object:function(e){return"String"==u(e)?e.split(""):Object(e)},f=h,p=n,d=function(e){return f(p(e))},m=Math.ceil,E=Math.floor,g=function(e){return isNaN(e=+e)?0:(e>0?E:m)(e)},_=g,T=Math.min,A=function(e){return e>0?T(_(e),9007199254740991):0},y=g,v=Math.max,b=Math.min,S=d,N=A,I=function(e,t){return(e=y(e))<0?v(e+t,0):b(e,t)},C={exports:{}},w={exports:{}},O=w.exports={version:"2.6.12"};"number"==typeof __e&&(__e=O);var D={exports:{}},R=D.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=R);var L=w.exports,k=D.exports,x="__core-js_shared__",M=k[x]||(k[x]={});(C.exports=function(e,t){return M[e]||(M[e]=void 0!==t?t:{})})("versions",[]).push({version:L.version,mode:"pure",copyright:"© 2020 Denis Pushkarev (zloirock.ru)"});var P,B=0,U=Math.random(),F=function(e){return"Symbol(".concat(void 0===e?"":e,")_",(++B+U).toString(36))},H=C.exports("keys"),G=F,q=function(e){return H[e]||(H[e]=G(e))},j=s,Y=d,W=(P=!1,function(e,t,r){var n,a=S(e),i=N(a.length),o=I(r,i);if(P&&t!=t){for(;i>o;)if((n=a[o++])!=n)return!0}else for(;i>o;o++)if((P||o in a)&&a[o]===t)return P||o||0;return!P&&-1}),$=q("IE_PROTO"),V=function(e,t){var r,n=Y(e),a=0,i=[];for(r in n)r!=$&&j(n,r)&&i.push(r);for(;t.length>a;)j(n,r=t[a++])&&(~W(i,r)||i.push(r));return i},z="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(","),Q=V,K=z,X=Object.keys||function(e){return Q(e,K)},J=function(e){if("function"!=typeof e)throw TypeError(e+" is not a function!");return e},Z=J,ee=function(e,t,r){if(Z(e),void 0===t)return e;switch(r){case 1:return function(r){return e.call(t,r)};case 2:return function(r,n){return e.call(t,r,n)};case 3:return function(r,n,a){return e.call(t,r,n,a)}}return function(){return e.apply(t,arguments)}},te={},re=function(e){return"object"==typeof e?null!==e:"function"==typeof e},ne=re,ae=function(e){if(!ne(e))throw TypeError(e+" is not an object!");return e},ie=function(e){try{return!!e()}catch(e){return!0}},oe=!ie(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a}),se=re,ce=D.exports.document,le=se(ce)&&se(ce.createElement),ue=function(e){return le?ce.createElement(e):{}},he=!oe&&!ie(function(){return 7!=Object.defineProperty(ue("div"),"a",{get:function(){return 7}}).a}),fe=re,pe=function(e,t){if(!fe(e))return e;var r,n;if(t&&"function"==typeof(r=e.toString)&&!fe(n=r.call(e)))return n;if("function"==typeof(r=e.valueOf)&&!fe(n=r.call(e)))return n;if(!t&&"function"==typeof(r=e.toString)&&!fe(n=r.call(e)))return n;throw TypeError("Can't convert object to primitive value")},de=ae,me=he,Ee=pe,ge=Object.defineProperty;te.f=oe?Object.defineProperty:function(e,t,r){if(de(e),t=Ee(t,!0),de(r),me)try{return ge(e,t,r)}catch(e){}if("get"in r||"set"in r)throw TypeError("Accessors not supported!");return"value"in r&&(e[t]=r.value),e};var _e=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},Te=te,Ae=_e,ye=oe?function(e,t,r){return Te.f(e,t,Ae(1,r))}:function(e,t,r){return e[t]=r,e},ve=D.exports,be=w.exports,Se=ee,Ne=ye,Ie=s,Ce="prototype",we=function(e,t,r){var n,a,i,o=e&we.F,s=e&we.G,c=e&we.S,l=e&we.P,u=e&we.B,h=e&we.W,f=s?be:be[t]||(be[t]={}),p=f[Ce],d=s?ve:c?ve[t]:(ve[t]||{})[Ce];for(n in s&&(r=t),r)(a=!o&&d&&void 0!==d[n])&&Ie(f,n)||(i=a?d[n]:r[n],f[n]=s&&"function"!=typeof d[n]?r[n]:u&&a?Se(i,ve):h&&d[n]==i?function(e){var t=function(t,r,n){if(this instanceof e){switch(arguments.length){case 0:return new e;case 1:return new e(t);case 2:return new e(t,r)}return new e(t,r,n)}return e.apply(this,arguments)};return t[Ce]=e[Ce],t}(i):l&&"function"==typeof i?Se(Function.call,i):i,l&&((f.virtual||(f.virtual={}))[n]=i,e&we.R&&p&&!p[n]&&Ne(p,n,i)))};we.F=1,we.G=2,we.S=4,we.P=8,we.B=16,we.W=32,we.U=64,we.R=128;var Oe=we,De=Oe,Re=w.exports,Le=ie,ke=function(e,t){var r=(Re.Object||{})[e]||Object[e],n={};n[e]=t(r),De(De.S+De.F*Le(function(){r(1)}),"Object",n)},xe=i,Me=X;ke("keys",function(){return function(e){return Me(xe(e))}});var Pe=w.exports.Object.keys;r.exports=Pe;var Be=e(r.exports),Ue={exports:{}},Fe={exports:{}};!function(e){e.exports=ye}(Fe);var He={exports:{}},Ge=F("meta"),qe=re,je=s,Ye=te.f,We=0,$e=Object.isExtensible||function(){return!0},Ve=!ie(function(){return $e(Object.preventExtensions({}))}),ze=function(e){Ye(e,Ge,{value:{i:"O"+ ++We,w:{}}})},Qe=He.exports={KEY:Ge,NEED:!1,fastKey:function(e,t){if(!qe(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!je(e,Ge)){if(!$e(e))return"F";if(!t)return"E";ze(e)}return e[Ge].i},getWeak:function(e,t){if(!je(e,Ge)){if(!$e(e))return!0;if(!t)return!1;ze(e)}return e[Ge].w},onFreeze:function(e){return Ve&&Qe.NEED&&$e(e)&&!je(e,Ge)&&ze(e),e}},Ke={exports:{}},Xe=C.exports("wks"),Je=F,Ze=D.exports.Symbol,et="function"==typeof Ze;(Ke.exports=function(e){return Xe[e]||(Xe[e]=et&&Ze[e]||(et?Ze:Je)("Symbol."+e))}).store=Xe;var tt=te.f,rt=s,nt=Ke.exports("toStringTag"),at=function(e,t,r){e&&!rt(e=r?e:e.prototype,nt)&&tt(e,nt,{configurable:!0,value:t})},it={};it.f=Ke.exports;var ot=w.exports,st=it,ct=te.f,lt=function(e){var t=ot.Symbol||(ot.Symbol={});"_"==e.charAt(0)||e in t||ct(t,e,{value:st.f(e)})},ut={};ut.f=Object.getOwnPropertySymbols;var ht,ft={};function pt(){return ht||(ht=1,ft.f={}.propertyIsEnumerable),ft}var dt,mt,Et=X,gt=ut,_t=pt(),Tt=l,At=Array.isArray||function(e){return"Array"==Tt(e)};function yt(){if(mt)return dt;mt=1;var e=te,t=ae,r=X;return dt=oe?Object.defineProperties:function(n,a){t(n);for(var i,o=r(a),s=o.length,c=0;s>c;)e.f(n,i=o[c++],a[i]);return n},dt}var vt,bt=D.exports.document,St=bt&&bt.documentElement,Nt=ae,It=yt(),Ct=z,wt=q("IE_PROTO"),Ot=function(){},Dt="prototype",Rt=function(){var e,t=ue("iframe"),r=Ct.length;for(t.style.display="none",St.appendChild(t),t.src="javascript:",(e=t.contentWindow.document).open(),e.write("<script>document.F=Object<\/script>"),e.close(),Rt=e.F;r--;)delete Rt[Dt][Ct[r]];return Rt()},Lt=Object.create||function(e,t){var r;return null!==e?(Ot[Dt]=Nt(e),r=new Ot,Ot[Dt]=null,r[wt]=e):r=Rt(),void 0===t?r:It(r,t)},kt={},xt={};function Mt(){if(vt)return xt;vt=1;var e=V,t=z.concat("length","prototype");return xt.f=Object.getOwnPropertyNames||function(r){return e(r,t)},xt}var Pt=d,Bt=Mt().f,Ut={}.toString,Ft="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];kt.f=function(e){return Ft&&"[object Window]"==Ut.call(e)?function(e){try{return Bt(e)}catch(e){return Ft.slice()}}(e):Bt(Pt(e))};var Ht={},Gt=pt(),qt=_e,jt=d,Yt=pe,Wt=s,$t=he,Vt=Object.getOwnPropertyDescriptor;Ht.f=oe?Vt:function(e,t){if(e=jt(e),t=Yt(t,!0),$t)try{return Vt(e,t)}catch(e){}if(Wt(e,t))return qt(!Gt.f.call(e,t),e[t])};var zt=D.exports,Qt=s,Kt=oe,Xt=Oe,Jt=Fe.exports,Zt=He.exports.KEY,er=ie,tr=C.exports,rr=at,nr=F,ar=Ke.exports,ir=it,or=lt,sr=function(e){var t=Et(e),r=gt.f;if(r)for(var n,a=r(e),i=_t.f,o=0;a.length>o;)i.call(e,n=a[o++])&&t.push(n);return t},cr=At,lr=ae,ur=re,hr=i,fr=d,pr=pe,dr=_e,mr=Lt,Er=kt,gr=Ht,_r=ut,Tr=te,Ar=X,yr=gr.f,vr=Tr.f,br=Er.f,Sr=zt.Symbol,Nr=zt.JSON,Ir=Nr&&Nr.stringify,Cr="prototype",wr=ar("_hidden"),Or=ar("toPrimitive"),Dr={}.propertyIsEnumerable,Rr=tr("symbol-registry"),Lr=tr("symbols"),kr=tr("op-symbols"),xr=Object[Cr],Mr="function"==typeof Sr&&!!_r.f,Pr=zt.QObject,Br=!Pr||!Pr[Cr]||!Pr[Cr].findChild,Ur=Kt&&er(function(){return 7!=mr(vr({},"a",{get:function(){return vr(this,"a",{value:7}).a}})).a})?function(e,t,r){var n=yr(xr,t);n&&delete xr[t],vr(e,t,r),n&&e!==xr&&vr(xr,t,n)}:vr,Fr=function(e){var t=Lr[e]=mr(Sr[Cr]);return t._k=e,t},Hr=Mr&&"symbol"==typeof Sr.iterator?function(e){return"symbol"==typeof e}:function(e){return e instanceof Sr},Gr=function(e,t,r){return e===xr&&Gr(kr,t,r),lr(e),t=pr(t,!0),lr(r),Qt(Lr,t)?(r.enumerable?(Qt(e,wr)&&e[wr][t]&&(e[wr][t]=!1),r=mr(r,{enumerable:dr(0,!1)})):(Qt(e,wr)||vr(e,wr,dr(1,{})),e[wr][t]=!0),Ur(e,t,r)):vr(e,t,r)},qr=function(e,t){lr(e);for(var r,n=sr(t=fr(t)),a=0,i=n.length;i>a;)Gr(e,r=n[a++],t[r]);return e},jr=function(e){var t=Dr.call(this,e=pr(e,!0));return!(this===xr&&Qt(Lr,e)&&!Qt(kr,e))&&(!(t||!Qt(this,e)||!Qt(Lr,e)||Qt(this,wr)&&this[wr][e])||t)},Yr=function(e,t){if(e=fr(e),t=pr(t,!0),e!==xr||!Qt(Lr,t)||Qt(kr,t)){var r=yr(e,t);return!r||!Qt(Lr,t)||Qt(e,wr)&&e[wr][t]||(r.enumerable=!0),r}},Wr=function(e){for(var t,r=br(fr(e)),n=[],a=0;r.length>a;)Qt(Lr,t=r[a++])||t==wr||t==Zt||n.push(t);return n},$r=function(e){for(var t,r=e===xr,n=br(r?kr:fr(e)),a=[],i=0;n.length>i;)!Qt(Lr,t=n[i++])||r&&!Qt(xr,t)||a.push(Lr[t]);return a};Mr||(Sr=function(){if(this instanceof Sr)throw TypeError("Symbol is not a constructor!");var e=nr(arguments.length>0?arguments[0]:void 0),t=function(r){this===xr&&t.call(kr,r),Qt(this,wr)&&Qt(this[wr],e)&&(this[wr][e]=!1),Ur(this,e,dr(1,r))};return Kt&&Br&&Ur(xr,e,{configurable:!0,set:t}),Fr(e)},Jt(Sr[Cr],"toString",function(){return this._k}),gr.f=Yr,Tr.f=Gr,Mt().f=Er.f=Wr,pt().f=jr,_r.f=$r,ir.f=function(e){return Fr(ar(e))}),Xt(Xt.G+Xt.W+Xt.F*!Mr,{Symbol:Sr});for(var Vr="hasInstance,isConcatSpreadable,iterator,match,replace,search,species,split,toPrimitive,toStringTag,unscopables".split(","),zr=0;Vr.length>zr;)ar(Vr[zr++]);for(var Qr=Ar(ar.store),Kr=0;Qr.length>Kr;)or(Qr[Kr++]);Xt(Xt.S+Xt.F*!Mr,"Symbol",{for:function(e){return Qt(Rr,e+="")?Rr[e]:Rr[e]=Sr(e)},keyFor:function(e){if(!Hr(e))throw TypeError(e+" is not a symbol!");for(var t in Rr)if(Rr[t]===e)return t},useSetter:function(){Br=!0},useSimple:function(){Br=!1}}),Xt(Xt.S+Xt.F*!Mr,"Object",{create:function(e,t){return void 0===t?mr(e):qr(mr(e),t)},defineProperty:Gr,defineProperties:qr,getOwnPropertyDescriptor:Yr,getOwnPropertyNames:Wr,getOwnPropertySymbols:$r});var Xr=er(function(){_r.f(1)});Xt(Xt.S+Xt.F*Xr,"Object",{getOwnPropertySymbols:function(e){return _r.f(hr(e))}}),Nr&&Xt(Xt.S+Xt.F*(!Mr||er(function(){var e=Sr();return"[null]"!=Ir([e])||"{}"!=Ir({a:e})||"{}"!=Ir(Object(e))})),"JSON",{stringify:function(e){for(var t,r,n=[e],a=1;arguments.length>a;)n.push(arguments[a++]);if(r=t=n[1],(ur(t)||void 0!==e)&&!Hr(e))return cr(t)||(t=function(e,t){if("function"==typeof r&&(t=r.call(this,e,t)),!Hr(t))return t}),n[1]=t,Ir.apply(Nr,n)}}),Sr[Cr][Or]||ye(Sr[Cr],Or,Sr[Cr].valueOf),rr(Sr,"Symbol"),rr(Math,"Math",!0),rr(zt.JSON,"JSON",!0);var Jr=w.exports.Object.getOwnPropertySymbols;!function(e){e.exports=Jr}(Ue);var Zr=e(Ue.exports),en={exports:{}},tn=d,rn=Ht.f;ke("getOwnPropertyDescriptor",function(){return function(e,t){return rn(tn(e),t)}});var nn=w.exports.Object,an=function(e,t){return nn.getOwnPropertyDescriptor(e,t)};!function(e){e.exports=an}(en);var on=e(en.exports),sn={exports:{}},cn=Mt(),ln=ut,un=ae,hn=D.exports.Reflect,fn=hn&&hn.ownKeys||function(e){var t=cn.f(un(e)),r=ln.f;return r?t.concat(r(e)):t},pn=te,dn=_e,mn=function(e,t,r){t in e?pn.f(e,t,dn(0,r)):e[t]=r},En=fn,gn=d,_n=Ht,Tn=mn;Oe(Oe.S,"Object",{getOwnPropertyDescriptors:function(e){for(var t,r,n=gn(e),a=_n.f,i=En(n),o={},s=0;i.length>s;)void 0!==(r=a(n,t=i[s++]))&&Tn(o,t,r);return o}});var An=w.exports.Object.getOwnPropertyDescriptors;!function(e){e.exports=An}(sn);var yn=e(sn.exports),vn={exports:{}},bn=Oe;bn(bn.S+bn.F*!oe,"Object",{defineProperties:yt()});var Sn=w.exports.Object,Nn=function(e,t){return Sn.defineProperties(e,t)};!function(e){e.exports=Nn}(vn);var In=e(vn.exports),Cn={exports:{}},wn=Oe;wn(wn.S+wn.F*!oe,"Object",{defineProperty:te.f});var On=w.exports.Object,Dn=function(e,t,r){return On.defineProperty(e,t,r)};!function(e){e.exports=Dn}(Cn);var Rn=e(Cn.exports);lt("asyncIterator"),lt("observable");var Ln=w.exports.Symbol,kn=g,xn=n,Mn={},Pn=Lt,Bn=_e,Un=at,Fn={};ye(Fn,Ke.exports("iterator"),function(){return this});var Hn,Gn=s,qn=i,jn=q("IE_PROTO"),Yn=Object.prototype,Wn=Object.getPrototypeOf||function(e){return e=qn(e),Gn(e,jn)?e[jn]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?Yn:null},$n=Oe,Vn=Fe.exports,zn=ye,Qn=Mn,Kn=function(e,t,r){e.prototype=Pn(Fn,{next:Bn(1,r)}),Un(e,t+" Iterator")},Xn=at,Jn=Wn,Zn=Ke.exports("iterator"),ea=!([].keys&&"next"in[].keys()),ta="keys",ra="values",na=function(){return this},aa=function(e,t,r,n,a,i,o){Kn(r,t,n);var s,c,l,u=function(e){if(!ea&&e in d)return d[e];switch(e){case ta:case ra:return function(){return new r(this,e)}}return function(){return new r(this,e)}},h=t+" Iterator",f=a==ra,p=!1,d=e.prototype,m=d[Zn]||d["@@iterator"]||a&&d[a],E=m||u(a),g=a?f?u("entries"):E:void 0,_="Array"==t&&d.entries||m;if(_&&(l=Jn(_.call(new e)))!==Object.prototype&&l.next&&Xn(l,h,!0),f&&m&&m.name!==ra&&(p=!0,E=function(){return m.call(this)}),o&&(ea||p||!d[Zn])&&zn(d,Zn,E),Qn[t]=E,Qn[h]=na,a)if(s={values:f?E:u(ra),keys:i?E:u(ta),entries:g},o)for(c in s)c in d||Vn(d,c,s[c]);else $n($n.P+$n.F*(ea||p),t,s);return s},ia=(Hn=!0,function(e,t){var r,n,a=String(xn(e)),i=kn(t),o=a.length;return i<0||i>=o?Hn?"":void 0:(r=a.charCodeAt(i))<55296||r>56319||i+1===o||(n=a.charCodeAt(i+1))<56320||n>57343?Hn?a.charAt(i):r:Hn?a.slice(i,i+2):n-56320+(r-55296<<10)+65536});aa(String,"String",function(e){this._t=String(e),this._i=0},function(){var e,t=this._t,r=this._i;return r>=t.length?{value:void 0,done:!0}:(e=ia(t,r),this._i+=e.length,{value:e,done:!1})});var oa=function(e,t){return{value:t,done:!!e}},sa=oa,ca=Mn,la=d;aa(Array,"Array",function(e,t){this._t=la(e),this._i=0,this._k=t},function(){var e=this._t,t=this._k,r=this._i++;return!e||r>=e.length?(this._t=void 0,sa(1)):sa(0,"keys"==t?r:"values"==t?e[r]:[r,e[r]])},"values"),ca.Arguments=ca.Array;for(var ua=D.exports,ha=ye,fa=Mn,pa=Ke.exports("toStringTag"),da="CSSRuleList,CSSStyleDeclaration,CSSValueList,ClientRectList,DOMRectList,DOMStringList,DOMTokenList,DataTransferItemList,FileList,HTMLAllCollection,HTMLCollection,HTMLFormElement,HTMLSelectElement,MediaList,MimeTypeArray,NamedNodeMap,NodeList,PaintRequestList,Plugin,PluginArray,SVGLengthList,SVGNumberList,SVGPathSegList,SVGPointList,SVGStringList,SVGTransformList,SourceBufferList,StyleSheetList,TextTrackCueList,TextTrackList,TouchList".split(","),ma=0;ma<da.length;ma++){var Ea=da[ma],ga=ua[Ea],_a=ga&&ga.prototype;_a&&!_a[pa]&&ha(_a,pa,Ea),fa[Ea]=fa.Array}var Ta=it.f("iterator");function Aa(e){return Aa="function"==typeof Ln&&"symbol"==typeof Ta?function(e){return typeof e}:function(e){return e&&"function"==typeof Ln&&e.constructor===Ln&&e!==Ln.prototype?"symbol":typeof e},Aa(e)}var ya=it.f("toPrimitive");function va(e){var t=function(e,t){if("object"!=Aa(e)||!e)return e;var r=e[ya];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=Aa(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==Aa(t)?t:t+""}function ba(e,t,r){return(t=va(t))in e?Dn(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function Sa(e,t){if(null==e)return{};var r,n,a=function(e,t){if(null==e)return{};var r={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(-1!==t.indexOf(n))continue;r[n]=e[n]}return r}(e,t);if(Jr){var i=Jr(e);for(n=0;n<i.length;n++)r=i[n],-1===t.indexOf(r)&&{}.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}return a}var Na=l,Ia=Ke.exports("toStringTag"),Ca="Arguments"==Na(function(){return arguments}()),wa=function(e){var t,r,n;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(r=function(e,t){try{return e[t]}catch(e){}}(t=Object(e),Ia))?r:Ca?Na(t):"Object"==(n=Na(t))&&"function"==typeof t.callee?"Arguments":n},Oa=function(e,t,r,n){if(!(e instanceof t)||void 0!==n&&n in e)throw TypeError(r+": incorrect invocation!");return e},Da={exports:{}},Ra=ae,La=function(e,t,r,n){try{return n?t(Ra(r)[0],r[1]):t(r)}catch(t){var a=e.return;throw void 0!==a&&Ra(a.call(e)),t}},ka=Mn,xa=Ke.exports("iterator"),Ma=Array.prototype,Pa=function(e){return void 0!==e&&(ka.Array===e||Ma[xa]===e)},Ba=wa,Ua=Ke.exports("iterator"),Fa=Mn,Ha=w.exports.getIteratorMethod=function(e){if(null!=e)return e[Ua]||e["@@iterator"]||Fa[Ba(e)]},Ga=ee,qa=La,ja=Pa,Ya=ae,Wa=A,$a=Ha,Va={},za={},Qa=Da.exports=function(e,t,r,n,a){var i,o,s,c,l=a?function(){return e}:$a(e),u=Ga(r,n,t?2:1),h=0;if("function"!=typeof l)throw TypeError(e+" is not iterable!");if(ja(l)){for(i=Wa(e.length);i>h;h++)if((c=t?u(Ya(o=e[h])[0],o[1]):u(e[h]))===Va||c===za)return c}else for(s=l.call(e);!(o=s.next()).done;)if((c=qa(s,u,o.value,t))===Va||c===za)return c};Qa.BREAK=Va,Qa.RETURN=za;var Ka,Xa,Ja,Za=ae,ei=J,ti=Ke.exports("species"),ri=function(e,t){var r,n=Za(e).constructor;return void 0===n||null==(r=Za(n)[ti])?t:ei(r)},ni=ee,ai=function(e,t,r){var n=void 0===r;switch(t.length){case 0:return n?e():e.call(r);case 1:return n?e(t[0]):e.call(r,t[0]);case 2:return n?e(t[0],t[1]):e.call(r,t[0],t[1]);case 3:return n?e(t[0],t[1],t[2]):e.call(r,t[0],t[1],t[2]);case 4:return n?e(t[0],t[1],t[2],t[3]):e.call(r,t[0],t[1],t[2],t[3])}return e.apply(r,t)},ii=St,oi=ue,si=D.exports,ci=si.process,li=si.setImmediate,ui=si.clearImmediate,hi=si.MessageChannel,fi=si.Dispatch,pi=0,di={},mi="onreadystatechange",Ei=function(){var e=+this;if(di.hasOwnProperty(e)){var t=di[e];delete di[e],t()}},gi=function(e){Ei.call(e.data)};li&&ui||(li=function(e){for(var t=[],r=1;arguments.length>r;)t.push(arguments[r++]);return di[++pi]=function(){ai("function"==typeof e?e:Function(e),t)},Ka(pi),pi},ui=function(e){delete di[e]},"process"==l(ci)?Ka=function(e){ci.nextTick(ni(Ei,e,1))}:fi&&fi.now?Ka=function(e){fi.now(ni(Ei,e,1))}:hi?(Ja=(Xa=new hi).port2,Xa.port1.onmessage=gi,Ka=ni(Ja.postMessage,Ja,1)):si.addEventListener&&"function"==typeof postMessage&&!si.importScripts?(Ka=function(e){si.postMessage(e+"","*")},si.addEventListener("message",gi,!1)):Ka=mi in oi("script")?function(e){ii.appendChild(oi("script"))[mi]=function(){ii.removeChild(this),Ei.call(e)}}:function(e){setTimeout(ni(Ei,e,1),0)});var _i={set:li,clear:ui},Ti=D.exports,Ai=_i.set,yi=Ti.MutationObserver||Ti.WebKitMutationObserver,vi=Ti.process,bi=Ti.Promise,Si="process"==l(vi),Ni={},Ii=J;function Ci(e){var t,r;this.promise=new e(function(e,n){if(void 0!==t||void 0!==r)throw TypeError("Bad Promise constructor");t=e,r=n}),this.resolve=Ii(t),this.reject=Ii(r)}Ni.f=function(e){return new Ci(e)};var wi,Oi,Di,Ri,Li,ki,xi=function(e){try{return{e:!1,v:e()}}catch(e){return{e:!0,v:e}}},Mi=D.exports.navigator,Pi=Mi&&Mi.userAgent||"",Bi=ae,Ui=re,Fi=Ni,Hi=function(e,t){if(Bi(e),Ui(t)&&t.constructor===e)return t;var r=Fi.f(e);return(0,r.resolve)(t),r.promise};function Gi(){if(Oi)return wi;Oi=1;var e=ye;return wi=function(t,r,n){for(var a in r)n&&t[a]?t[a]=r[a]:e(t,a,r[a]);return t}}function qi(){if(Ri)return Di;Ri=1;var e=D.exports,t=w.exports,r=te,n=oe,a=Ke.exports("species");return Di=function(i){var o="function"==typeof t[i]?t[i]:e[i];n&&o&&!o[a]&&r.f(o,a,{configurable:!0,get:function(){return this}})}}function ji(){if(ki)return Li;ki=1;var e=Ke.exports("iterator"),t=!1;try{var r=[7][e]();r.return=function(){t=!0},Array.from(r,function(){throw 2})}catch(e){}return Li=function(r,n){if(!n&&!t)return!1;var a=!1;try{var i=[7],o=i[e]();o.next=function(){return{done:a=!0}},i[e]=function(){return o},r(i)}catch(e){}return a}}var Yi,Wi,$i,Vi,zi=D.exports,Qi=ee,Ki=wa,Xi=Oe,Ji=re,Zi=J,eo=Oa,to=Da.exports,ro=ri,no=_i.set,ao=function(){var e,t,r,n=function(){var n,a;for(Si&&(n=vi.domain)&&n.exit();e;){a=e.fn,e=e.next;try{a()}catch(n){throw e?r():t=void 0,n}}t=void 0,n&&n.enter()};if(Si)r=function(){vi.nextTick(n)};else if(!yi||Ti.navigator&&Ti.navigator.standalone)if(bi&&bi.resolve){var a=bi.resolve(void 0);r=function(){a.then(n)}}else r=function(){Ai.call(Ti,n)};else{var i=!0,o=document.createTextNode("");new yi(n).observe(o,{characterData:!0}),r=function(){o.data=i=!i}}return function(n){var a={fn:n,next:void 0};t&&(t.next=a),e||(e=a,r()),t=a}}(),io=Ni,oo=xi,so=Pi,co=Hi,lo="Promise",uo=zi.TypeError,ho=zi.process,fo=ho&&ho.versions,po=fo&&fo.v8||"",mo=zi[lo],Eo="process"==Ki(ho),go=function(){},_o=Wi=io.f,To=!!function(){try{var e=mo.resolve(1),t=(e.constructor={})[Ke.exports("species")]=function(e){e(go,go)};return(Eo||"function"==typeof PromiseRejectionEvent)&&e.then(go)instanceof t&&0!==po.indexOf("6.6")&&-1===so.indexOf("Chrome/66")}catch(e){}}(),Ao=function(e){var t;return!(!Ji(e)||"function"!=typeof(t=e.then))&&t},yo=function(e,t){if(!e._n){e._n=!0;var r=e._c;ao(function(){for(var n=e._v,a=1==e._s,i=0,o=function(t){var r,i,o,s=a?t.ok:t.fail,c=t.resolve,l=t.reject,u=t.domain;try{s?(a||(2==e._h&&So(e),e._h=1),!0===s?r=n:(u&&u.enter(),r=s(n),u&&(u.exit(),o=!0)),r===t.promise?l(uo("Promise-chain cycle")):(i=Ao(r))?i.call(r,c,l):c(r)):l(n)}catch(e){u&&!o&&u.exit(),l(e)}};r.length>i;)o(r[i++]);e._c=[],e._n=!1,t&&!e._h&&vo(e)})}},vo=function(e){no.call(zi,function(){var t,r,n,a=e._v,i=bo(e);if(i&&(t=oo(function(){Eo?ho.emit("unhandledRejection",a,e):(r=zi.onunhandledrejection)?r({promise:e,reason:a}):(n=zi.console)&&n.error&&n.error("Unhandled promise rejection",a)}),e._h=Eo||bo(e)?2:1),e._a=void 0,i&&t.e)throw t.v})},bo=function(e){return 1!==e._h&&0===(e._a||e._c).length},So=function(e){no.call(zi,function(){var t;Eo?ho.emit("rejectionHandled",e):(t=zi.onrejectionhandled)&&t({promise:e,reason:e._v})})},No=function(e){var t=this;t._d||(t._d=!0,(t=t._w||t)._v=e,t._s=2,t._a||(t._a=t._c.slice()),yo(t,!0))},Io=function(e){var t,r=this;if(!r._d){r._d=!0,r=r._w||r;try{if(r===e)throw uo("Promise can't be resolved itself");(t=Ao(e))?ao(function(){var n={_w:r,_d:!1};try{t.call(e,Qi(Io,n,1),Qi(No,n,1))}catch(e){No.call(n,e)}}):(r._v=e,r._s=1,yo(r,!1))}catch(e){No.call({_w:r,_d:!1},e)}}};To||(mo=function(e){eo(this,mo,lo,"_h"),Zi(e),Yi.call(this);try{e(Qi(Io,this,1),Qi(No,this,1))}catch(e){No.call(this,e)}},(Yi=function(e){this._c=[],this._a=void 0,this._s=0,this._d=!1,this._v=void 0,this._h=0,this._n=!1}).prototype=Gi()(mo.prototype,{then:function(e,t){var r=_o(ro(this,mo));return r.ok="function"!=typeof e||e,r.fail="function"==typeof t&&t,r.domain=Eo?ho.domain:void 0,this._c.push(r),this._a&&this._a.push(r),this._s&&yo(this,!1),r.promise},catch:function(e){return this.then(void 0,e)}}),$i=function(){var e=new Yi;this.promise=e,this.resolve=Qi(Io,e,1),this.reject=Qi(No,e,1)},io.f=_o=function(e){return e===mo||e===Vi?new $i(e):Wi(e)}),Xi(Xi.G+Xi.W+Xi.F*!To,{Promise:mo}),at(mo,lo),qi()(lo),Vi=w.exports[lo],Xi(Xi.S+Xi.F*!To,lo,{reject:function(e){var t=_o(this);return(0,t.reject)(e),t.promise}}),Xi(Xi.S+true*Xi.F,lo,{resolve:function(e){return co(this===Vi?mo:this,e)}}),Xi(Xi.S+Xi.F*!(To&&ji()(function(e){mo.all(e).catch(go)})),lo,{all:function(e){var t=this,r=_o(t),n=r.resolve,a=r.reject,i=oo(function(){var r=[],i=0,o=1;to(e,!1,function(e){var s=i++,c=!1;r.push(void 0),o++,t.resolve(e).then(function(e){c||(c=!0,r[s]=e,--o||n(r))},a)}),--o||n(r)});return i.e&&a(i.v),r.promise},race:function(e){var t=this,r=_o(t),n=r.reject,a=oo(function(){to(e,!1,function(e){t.resolve(e).then(r.resolve,n)})});return a.e&&n(a.v),r.promise}});var Co=Oe,wo=w.exports,Oo=D.exports,Do=ri,Ro=Hi;Co(Co.P+Co.R,"Promise",{finally:function(e){var t=Do(this,wo.Promise||Oo.Promise),r="function"==typeof e;return this.then(r?function(r){return Ro(t,e()).then(function(){return r})}:e,r?function(r){return Ro(t,e()).then(function(){throw r})}:e)}});var Lo=Ni,ko=xi;Oe(Oe.S,"Promise",{try:function(e){var t=Lo.f(this),r=ko(e);return(r.e?t.reject:t.resolve)(r.v),t.promise}});var xo=w.exports.Promise;function Mo(e,t,r,n,a,i,o){try{var s=e[i](o),c=s.value}catch(e){return void r(e)}s.done?t(c):xo.resolve(c).then(n,a)}function Po(e){return function(){var t=this,r=arguments;return new xo(function(n,a){var i=e.apply(t,r);function o(e){Mo(i,n,a,o,s,"next",e)}function s(e){Mo(i,n,a,o,s,"throw",e)}o(void 0)})}}var Bo={exports:{}},Uo=i,Fo=Wn;ke("getPrototypeOf",function(){return function(e){return Fo(Uo(e))}});var Ho=w.exports.Object.getPrototypeOf,Go={exports:{}};!function(e){e.exports=function(e,t){this.v=e,this.k=t},e.exports.__esModule=!0,e.exports.default=e.exports}(Go);var qo={exports:{}};Oe(Oe.S,"Object",{create:Lt});var jo,Yo,Wo=w.exports.Object,$o=function(e,t){return Wo.create(e,t)};Oe(Oe.S,"Object",{setPrototypeOf:function(){if(Yo)return jo;Yo=1;var e=re,t=ae,r=function(r,n){if(t(r),!e(n)&&null!==n)throw TypeError(n+": can't set as prototype!")};return jo={set:Object.setPrototypeOf||("__proto__"in{}?function(e,t,n){try{(n=ee(Function.call,Ht.f(Object.prototype,"__proto__").set,2))(e,[]),t=!(e instanceof Array)}catch(e){t=!0}return function(e,a){return r(e,a),t?e.__proto__=a:n(e,a),e}}({},!1):void 0),check:r},jo}().set});var Vo=w.exports.Object.setPrototypeOf,zo={exports:{}};!function(e){var t=Dn;function r(n,a,i,o){var s=t;try{s({},"",{})}catch(n){s=0}e.exports=r=function(e,t,n,a){function i(t,n){r(e,t,function(e){return this._invoke(t,n,e)})}t?s?s(e,t,{value:n,enumerable:!a,configurable:!a,writable:!a}):e[t]=n:(i("next",0),i("throw",1),i("return",2))},e.exports.__esModule=!0,e.exports.default=e.exports,r(n,a,i,o)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports}(zo),function(e){var t=Ln,r=$o,n=Ho,a=Vo,i=zo.exports;function o(){
2
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
3
+ var s,c,l="function"==typeof t?t:{},u=l.iterator||"@@iterator",h=l.toStringTag||"@@toStringTag";function f(e,t,n,a){var o=t&&t.prototype instanceof d?t:d,l=r(o.prototype);return i(l,"_invoke",function(e,t,r){var n,a,i,o=0,l=r||[],u=!1,h={p:0,n:0,v:s,a:f,f:f.bind(s,4),d:function(e,t){return n=e,a=0,i=s,h.n=t,p}};function f(e,t){for(a=e,i=t,c=0;!u&&o&&!r&&c<l.length;c++){var r,n=l[c],f=h.p,d=n[2];e>3?(r=d===t)&&(i=n[(a=n[4])?5:(a=3,3)],n[4]=n[5]=s):n[0]<=f&&((r=e<2&&f<n[1])?(a=0,h.v=t,h.n=n[1]):f<d&&(r=e<3||n[0]>t||t>d)&&(n[4]=e,n[5]=t,h.n=d,a=0))}if(r||e>1)return p;throw u=!0,t}return function(r,l,d){if(o>1)throw TypeError("Generator is already running");for(u&&1===l&&f(l,d),a=l,i=d;(c=a<2?s:i)||!u;){n||(a?a<3?(a>1&&(h.n=-1),f(a,i)):h.n=i:h.v=i);try{if(o=2,n){if(a||(r="next"),c=n[r]){if(!(c=c.call(n,i)))throw TypeError("iterator result is not an object");if(!c.done)return c;i=c.value,a<2&&(a=0)}else 1===a&&(c=n.return)&&c.call(n),a<2&&(i=TypeError("The iterator does not provide a '"+r+"' method"),a=1);n=s}else if((c=(u=h.n<0)?i:e.call(t,h))!==p)break}catch(e){n=s,a=1,i=e}finally{o=1}}return{value:c,done:u}}}(e,n,a),!0),l}var p={};function d(){}function m(){}function E(){}c=n;var g=[][u]?c(c([][u]())):(i(c={},u,function(){return this}),c),_=E.prototype=d.prototype=r(g);function T(e){return a?a(e,E):(e.__proto__=E,i(e,h,"GeneratorFunction")),e.prototype=r(_),e}return m.prototype=E,i(_,"constructor",E),i(E,"constructor",m),m.displayName="GeneratorFunction",i(E,h,"GeneratorFunction"),i(_),i(_,h,"Generator"),i(_,u,function(){return this}),i(_,"toString",function(){return"[object Generator]"}),(e.exports=o=function(){return{w:f,m:T}},e.exports.__esModule=!0,e.exports.default=e.exports)()}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports}(qo);var Qo={exports:{}},Ko={exports:{}},Xo={exports:{}};!function(e){var t=Ln,r=Go.exports,n=zo.exports;e.exports=function e(a,i){function o(e,t,n,s){try{var c=a[e](t),l=c.value;return l instanceof r?i.resolve(l.v).then(function(e){o("next",e,n,s)},function(e){o("throw",e,n,s)}):i.resolve(l).then(function(e){c.value=e,n(c)},function(e){return o("throw",e,n,s)})}catch(e){s(e)}}var s;this.next||(n(e.prototype),n(e.prototype,"function"==typeof t&&t.asyncIterator||"@asyncIterator",function(){return this})),n(this,"_invoke",function(e,t,r){function n(){return new i(function(t,n){o(e,r,t,n)})}return s=s?s.then(n,n):n()},!0)},e.exports.__esModule=!0,e.exports.default=e.exports}(Xo),function(e){var t=xo,r=qo.exports,n=Xo.exports;e.exports=function(e,a,i,o,s){return new n(r().w(e,a,i,o),s||t)},e.exports.__esModule=!0,e.exports.default=e.exports}(Ko),function(e){var t=Ko.exports;e.exports=function(e,r,n,a,i){var o=t(e,r,n,a,i);return o.next().then(function(e){return e.done?e.value:o.next()})},e.exports.__esModule=!0,e.exports.default=e.exports}(Qo);var Jo={exports:{}};!function(e){e.exports=function(e){var t=Object(e),r=[];for(var n in t)r.unshift(n);return function e(){for(;r.length;)if((n=r.pop())in t)return e.value=n,e.done=!1,e;return e.done=!0,e}},e.exports.__esModule=!0,e.exports.default=e.exports}(Jo);var Zo={exports:{}},es={exports:{}};!function(e){var t=Ln,r=Ta;function n(a){return e.exports=n="function"==typeof t&&"symbol"==typeof r?function(e){return typeof e}:function(e){return e&&"function"==typeof t&&e.constructor===t&&e!==t.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,n(a)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports}(es),function(e){var t=es.exports.default,r=Ln,n=Ta;e.exports=function(e){if(null!=e){var a=e["function"==typeof r&&n||"@@iterator"],i=0;if(a)return a.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length))return{next:function(){return e&&i>=e.length&&(e=void 0),{value:e&&e[i++],done:!e}}}}throw new TypeError(t(e)+" is not iterable")},e.exports.__esModule=!0,e.exports.default=e.exports}(Zo),function(e){var t=Ho,r=Go.exports,n=qo.exports,a=Qo.exports,i=Ko.exports,o=Xo.exports,s=Jo.exports,c=Zo.exports;function l(){var u=n(),h=u.m(l),f=(t?t(h):h.__proto__).constructor;function p(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===f||"GeneratorFunction"===(t.displayName||t.name))}var d={throw:1,return:2,break:3,continue:3};function m(e){var t,r;return function(n){t||(t={stop:function(){return r(n.a,2)},catch:function(){return n.v},abrupt:function(e,t){return r(n.a,d[e],t)},delegateYield:function(e,a,i){return t.resultName=a,r(n.d,c(e),i)},finish:function(e){return r(n.f,e)}},r=function(e,r,a){n.p=t.prev,n.n=t.next;try{return e(r,a)}finally{t.next=n.n}}),t.resultName&&(t[t.resultName]=n.v,t.resultName=void 0),t.sent=n.v,t.next=n.n;try{return e.call(this,t)}finally{n.p=t.prev,n.n=t.next}}}return(e.exports=l=function(){return{wrap:function(e,t,r,n){return u.w(m(e),t,r,n&&n.reverse())},isGeneratorFunction:p,mark:u.m,awrap:function(e,t){return new r(e,t)},AsyncIterator:o,async:function(e,t,r,n,o){return(p(t)?i:a)(m(e),t,r,n,o)},keys:s,values:c}},e.exports.__esModule=!0,e.exports.default=e.exports)()}e.exports=l,e.exports.__esModule=!0,e.exports.default=e.exports}(Bo);var ts=Bo.exports(),rs=ts;try{regeneratorRuntime=ts}catch(e){"object"==typeof globalThis?globalThis.regeneratorRuntime=ts:Function("r","regeneratorRuntime = r")(ts)}var ns={},as="undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},is={exports:{}};!function(e,t){!function(r){var n=t&&!t.nodeType&&t,a=e&&!e.nodeType&&e,i="object"==typeof as&&as;i.global!==i&&i.window!==i&&i.self!==i||(r=i);var o,s,c=2147483647,l=36,u=/^xn--/,h=/[^\x20-\x7E]/,f=/[\x2E\u3002\uFF0E\uFF61]/g,p={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},d=Math.floor,m=String.fromCharCode;function E(e){throw new RangeError(p[e])}function g(e,t){for(var r=e.length,n=[];r--;)n[r]=t(e[r]);return n}function _(e,t){var r=e.split("@"),n="";return r.length>1&&(n=r[0]+"@",e=r[1]),n+g((e=e.replace(f,".")).split("."),t).join(".")}function T(e){for(var t,r,n=[],a=0,i=e.length;a<i;)(t=e.charCodeAt(a++))>=55296&&t<=56319&&a<i?56320==(64512&(r=e.charCodeAt(a++)))?n.push(((1023&t)<<10)+(1023&r)+65536):(n.push(t),a--):n.push(t);return n}function A(e){return g(e,function(e){var t="";return e>65535&&(t+=m((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=m(e)}).join("")}function y(e){return e-48<10?e-22:e-65<26?e-65:e-97<26?e-97:l}function v(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function b(e,t,r){var n=0;for(e=r?d(e/700):e>>1,e+=d(e/t);e>455;n+=l)e=d(e/35);return d(n+36*e/(e+38))}function S(e){var t,r,n,a,i,o,s,u,h,f,p=[],m=e.length,g=0,_=128,T=72;for((r=e.lastIndexOf("-"))<0&&(r=0),n=0;n<r;++n)e.charCodeAt(n)>=128&&E("not-basic"),p.push(e.charCodeAt(n));for(a=r>0?r+1:0;a<m;){for(i=g,o=1,s=l;a>=m&&E("invalid-input"),((u=y(e.charCodeAt(a++)))>=l||u>d((c-g)/o))&&E("overflow"),g+=u*o,!(u<(h=s<=T?1:s>=T+26?26:s-T));s+=l)o>d(c/(f=l-h))&&E("overflow"),o*=f;T=b(g-i,t=p.length+1,0==i),d(g/t)>c-_&&E("overflow"),_+=d(g/t),g%=t,p.splice(g++,0,_)}return A(p)}function N(e){var t,r,n,a,i,o,s,u,h,f,p,g,_,A,y,S=[];for(g=(e=T(e)).length,t=128,r=0,i=72,o=0;o<g;++o)(p=e[o])<128&&S.push(m(p));for(n=a=S.length,a&&S.push("-");n<g;){for(s=c,o=0;o<g;++o)(p=e[o])>=t&&p<s&&(s=p);for(s-t>d((c-r)/(_=n+1))&&E("overflow"),r+=(s-t)*_,t=s,o=0;o<g;++o)if((p=e[o])<t&&++r>c&&E("overflow"),p==t){for(u=r,h=l;!(u<(f=h<=i?1:h>=i+26?26:h-i));h+=l)y=u-f,A=l-f,S.push(m(v(f+y%A,0))),u=d(y/A);S.push(m(v(u,0))),i=b(r,_,n==a),r=0,++n}++r,++t}return S.join("")}if(o={version:"1.4.1",ucs2:{decode:T,encode:A},decode:S,encode:N,toASCII:function(e){return _(e,function(e){return h.test(e)?"xn--"+N(e):e})},toUnicode:function(e){return _(e,function(e){return u.test(e)?S(e.slice(4).toLowerCase()):e})}},n&&a)if(e.exports==n)a.exports=o;else for(s in o)o.hasOwnProperty(s)&&(n[s]=o[s]);else r.punycode=o}(this)}(is,is.exports);var os=TypeError,ss=t(Object.freeze({__proto__:null,default:{}})),cs="function"==typeof Map&&Map.prototype,ls=Object.getOwnPropertyDescriptor&&cs?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null,us=cs&&ls&&"function"==typeof ls.get?ls.get:null,hs=cs&&Map.prototype.forEach,fs="function"==typeof Set&&Set.prototype,ps=Object.getOwnPropertyDescriptor&&fs?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null,ds=fs&&ps&&"function"==typeof ps.get?ps.get:null,ms=fs&&Set.prototype.forEach,Es="function"==typeof WeakMap&&WeakMap.prototype?WeakMap.prototype.has:null,gs="function"==typeof WeakSet&&WeakSet.prototype?WeakSet.prototype.has:null,_s="function"==typeof WeakRef&&WeakRef.prototype?WeakRef.prototype.deref:null,Ts=Boolean.prototype.valueOf,As=Object.prototype.toString,ys=Function.prototype.toString,vs=String.prototype.match,bs=String.prototype.slice,Ss=String.prototype.replace,Ns=String.prototype.toUpperCase,Is=String.prototype.toLowerCase,Cs=RegExp.prototype.test,ws=Array.prototype.concat,Os=Array.prototype.join,Ds=Array.prototype.slice,Rs=Math.floor,Ls="function"==typeof BigInt?BigInt.prototype.valueOf:null,ks=Object.getOwnPropertySymbols,xs="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?Symbol.prototype.toString:null,Ms="function"==typeof Symbol&&"object"==typeof Symbol.iterator,Ps="function"==typeof Symbol&&Symbol.toStringTag&&(typeof Symbol.toStringTag===Ms||"symbol")?Symbol.toStringTag:null,Bs=Object.prototype.propertyIsEnumerable,Us=("function"==typeof Reflect?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(e){return e.__proto__}:null);function Fs(e,t){if(e===1/0||e===-1/0||e!=e||e&&e>-1e3&&e<1e3||Cs.call(/e/,t))return t;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof e){var n=e<0?-Rs(-e):Rs(e);if(n!==e){var a=String(n),i=bs.call(t,a.length+1);return Ss.call(a,r,"$&_")+"."+Ss.call(Ss.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return Ss.call(t,r,"$&_")}var Hs=ss,Gs=Hs.custom,qs=Xs(Gs)?Gs:null,js={__proto__:null,double:'"',single:"'"},Ys={__proto__:null,double:/(["\\])/g,single:/(['\\])/g},Ws=function e(t,r,n,a){var i=r||{};if(Zs(i,"quoteStyle")&&!Zs(js,i.quoteStyle))throw new TypeError('option "quoteStyle" must be "single" or "double"');if(Zs(i,"maxStringLength")&&("number"==typeof i.maxStringLength?i.maxStringLength<0&&i.maxStringLength!==1/0:null!==i.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var o=!Zs(i,"customInspect")||i.customInspect;if("boolean"!=typeof o&&"symbol"!==o)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(Zs(i,"indent")&&null!==i.indent&&"\t"!==i.indent&&!(parseInt(i.indent,10)===i.indent&&i.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(Zs(i,"numericSeparator")&&"boolean"!=typeof i.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var s=i.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return rc(t,i);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var c=String(t);return s?Fs(t,c):c}if("bigint"==typeof t){var l=String(t)+"n";return s?Fs(t,l):l}var u=void 0===i.depth?5:i.depth;if(void 0===n&&(n=0),n>=u&&u>0&&"object"==typeof t)return Qs(t)?"[Array]":"[Object]";var h=function(e,t){var r;if("\t"===e.indent)r="\t";else{if(!("number"==typeof e.indent&&e.indent>0))return null;r=Os.call(Array(e.indent+1)," ")}return{base:r,prev:Os.call(Array(t+1),r)}}(i,n);if(void 0===a)a=[];else if(tc(a,t)>=0)return"[Circular]";function f(t,r,o){if(r&&(a=Ds.call(a)).push(r),o){var s={depth:i.depth};return Zs(i,"quoteStyle")&&(s.quoteStyle=i.quoteStyle),e(t,s,n+1,a)}return e(t,i,n+1,a)}if("function"==typeof t&&!Ks(t)){var p=function(e){if(e.name)return e.name;var t=vs.call(ys.call(e),/^function\s*([\w$]+)/);if(t)return t[1];return null}(t),d=cc(t,f);return"[Function"+(p?": "+p:" (anonymous)")+"]"+(d.length>0?" { "+Os.call(d,", ")+" }":"")}if(Xs(t)){var m=Ms?Ss.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):xs.call(t);return"object"!=typeof t||Ms?m:ac(m)}if(function(e){if(!e||"object"!=typeof e)return!1;if("undefined"!=typeof HTMLElement&&e instanceof HTMLElement)return!0;return"string"==typeof e.nodeName&&"function"==typeof e.getAttribute}(t)){for(var E="<"+Is.call(String(t.nodeName)),g=t.attributes||[],_=0;_<g.length;_++)E+=" "+g[_].name+"="+$s(Vs(g[_].value),"double",i);return E+=">",t.childNodes&&t.childNodes.length&&(E+="..."),E+="</"+Is.call(String(t.nodeName))+">"}if(Qs(t)){if(0===t.length)return"[]";var T=cc(t,f);return h&&!function(e){for(var t=0;t<e.length;t++)if(tc(e[t],"\n")>=0)return!1;return!0}(T)?"["+sc(T,h)+"]":"[ "+Os.call(T,", ")+" ]"}if(function(e){return"[object Error]"===ec(e)&&zs(e)}(t)){var A=cc(t,f);return"cause"in Error.prototype||!("cause"in t)||Bs.call(t,"cause")?0===A.length?"["+String(t)+"]":"{ ["+String(t)+"] "+Os.call(A,", ")+" }":"{ ["+String(t)+"] "+Os.call(ws.call("[cause]: "+f(t.cause),A),", ")+" }"}if("object"==typeof t&&o){if(qs&&"function"==typeof t[qs]&&Hs)return Hs(t,{depth:u-n});if("symbol"!==o&&"function"==typeof t.inspect)return t.inspect()}if(function(e){if(!us||!e||"object"!=typeof e)return!1;try{us.call(e);try{ds.call(e)}catch(e){return!0}return e instanceof Map}catch(e){}return!1}(t)){var y=[];return hs&&hs.call(t,function(e,r){y.push(f(r,t,!0)+" => "+f(e,t))}),oc("Map",us.call(t),y,h)}if(function(e){if(!ds||!e||"object"!=typeof e)return!1;try{ds.call(e);try{us.call(e)}catch(e){return!0}return e instanceof Set}catch(e){}return!1}(t)){var v=[];return ms&&ms.call(t,function(e){v.push(f(e,t))}),oc("Set",ds.call(t),v,h)}if(function(e){if(!Es||!e||"object"!=typeof e)return!1;try{Es.call(e,Es);try{gs.call(e,gs)}catch(e){return!0}return e instanceof WeakMap}catch(e){}return!1}(t))return ic("WeakMap");if(function(e){if(!gs||!e||"object"!=typeof e)return!1;try{gs.call(e,gs);try{Es.call(e,Es)}catch(e){return!0}return e instanceof WeakSet}catch(e){}return!1}(t))return ic("WeakSet");if(function(e){if(!_s||!e||"object"!=typeof e)return!1;try{return _s.call(e),!0}catch(e){}return!1}(t))return ic("WeakRef");if(function(e){return"[object Number]"===ec(e)&&zs(e)}(t))return ac(f(Number(t)));if(function(e){if(!e||"object"!=typeof e||!Ls)return!1;try{return Ls.call(e),!0}catch(e){}return!1}(t))return ac(f(Ls.call(t)));if(function(e){return"[object Boolean]"===ec(e)&&zs(e)}(t))return ac(Ts.call(t));if(function(e){return"[object String]"===ec(e)&&zs(e)}(t))return ac(f(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&t===globalThis||void 0!==as&&t===as)return"{ [object globalThis] }";if(!function(e){return"[object Date]"===ec(e)&&zs(e)}(t)&&!Ks(t)){var b=cc(t,f),S=Us?Us(t)===Object.prototype:t instanceof Object||t.constructor===Object,N=t instanceof Object?"":"null prototype",I=!S&&Ps&&Object(t)===t&&Ps in t?bs.call(ec(t),8,-1):N?"Object":"",C=(S||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(I||N?"["+Os.call(ws.call([],I||[],N||[]),": ")+"] ":"");return 0===b.length?C+"{}":h?C+"{"+sc(b,h)+"}":C+"{ "+Os.call(b,", ")+" }"}return String(t)};function $s(e,t,r){var n=r.quoteStyle||t,a=js[n];return a+e+a}function Vs(e){return Ss.call(String(e),/"/g,"&quot;")}function zs(e){return!Ps||!("object"==typeof e&&(Ps in e||void 0!==e[Ps]))}function Qs(e){return"[object Array]"===ec(e)&&zs(e)}function Ks(e){return"[object RegExp]"===ec(e)&&zs(e)}function Xs(e){if(Ms)return e&&"object"==typeof e&&e instanceof Symbol;if("symbol"==typeof e)return!0;if(!e||"object"!=typeof e||!xs)return!1;try{return xs.call(e),!0}catch(e){}return!1}var Js=Object.prototype.hasOwnProperty||function(e){return e in this};function Zs(e,t){return Js.call(e,t)}function ec(e){return As.call(e)}function tc(e,t){if(e.indexOf)return e.indexOf(t);for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}function rc(e,t){if(e.length>t.maxStringLength){var r=e.length-t.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return rc(bs.call(e,0,t.maxStringLength),t)+n}var a=Ys[t.quoteStyle||"single"];return a.lastIndex=0,$s(Ss.call(Ss.call(e,a,"\\$1"),/[\x00-\x1f]/g,nc),"single",t)}function nc(e){var t=e.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[t];return r?"\\"+r:"\\x"+(t<16?"0":"")+Ns.call(t.toString(16))}function ac(e){return"Object("+e+")"}function ic(e){return e+" { ? }"}function oc(e,t,r,n){return e+" ("+t+") {"+(n?sc(r,n):Os.call(r,", "))+"}"}function sc(e,t){if(0===e.length)return"";var r="\n"+t.prev+t.base;return r+Os.call(e,","+r)+"\n"+t.prev}function cc(e,t){var r=Qs(e),n=[];if(r){n.length=e.length;for(var a=0;a<e.length;a++)n[a]=Zs(e,a)?t(e[a],e):""}var i,o="function"==typeof ks?ks(e):[];if(Ms){i={};for(var s=0;s<o.length;s++)i["$"+o[s]]=o[s]}for(var c in e)Zs(e,c)&&(r&&String(Number(c))===c&&c<e.length||Ms&&i["$"+c]instanceof Symbol||(Cs.call(/[^\w$]/,c)?n.push(t(c,e)+": "+t(e[c],e)):n.push(c+": "+t(e[c],e))));if("function"==typeof ks)for(var l=0;l<o.length;l++)Bs.call(e,o[l])&&n.push("["+t(o[l])+"]: "+t(e[o[l]],e));return n}var lc=Ws,uc=os,hc=function(e,t,r){for(var n,a=e;null!=(n=a.next);a=n)if(n.key===t)return a.next=n.next,r||(n.next=e.next,e.next=n),n},fc=Object,pc=Error,dc=EvalError,mc=RangeError,Ec=ReferenceError,gc=SyntaxError,_c=URIError,Tc=Math.abs,Ac=Math.floor,yc=Math.max,vc=Math.min,bc=Math.pow,Sc=Math.round,Nc=Number.isNaN||function(e){return e!=e},Ic=Object.getOwnPropertyDescriptor;if(Ic)try{Ic([],"length")}catch(e){Ic=null}var Cc=Ic,wc=Object.defineProperty||!1;if(wc)try{wc({},"a",{value:1})}catch(e){wc=!1}var Oc,Dc,Rc,Lc,kc,xc,Mc,Pc,Bc,Uc,Fc,Hc,Gc,qc,jc,Yc,Wc=wc;function $c(){return xc?kc:(xc=1,kc="undefined"!=typeof Reflect&&Reflect.getPrototypeOf||null)}function Vc(){return Pc?Mc:(Pc=1,Mc=fc.getPrototypeOf||null)}function zc(){if(Uc)return Bc;Uc=1;var e=Object.prototype.toString,t=Math.max,r=function(e,t){for(var r=[],n=0;n<e.length;n+=1)r[n]=e[n];for(var a=0;a<t.length;a+=1)r[a+e.length]=t[a];return r};return Bc=function(n){var a=this;if("function"!=typeof a||"[object Function]"!==e.apply(a))throw new TypeError("Function.prototype.bind called on incompatible "+a);for(var i,o=function(e,t){for(var r=[],n=t||0,a=0;n<e.length;n+=1,a+=1)r[a]=e[n];return r}(arguments,1),s=t(0,a.length-o.length),c=[],l=0;l<s;l++)c[l]="$"+l;if(i=Function("binder","return function ("+function(e,t){for(var r="",n=0;n<e.length;n+=1)r+=e[n],n+1<e.length&&(r+=t);return r}(c,",")+"){ return binder.apply(this,arguments); }")(function(){if(this instanceof i){var e=a.apply(this,r(o,arguments));return Object(e)===e?e:this}return a.apply(n,r(o,arguments))}),a.prototype){var u=function(){};u.prototype=a.prototype,i.prototype=new u,u.prototype=null}return i},Bc}function Qc(){if(Hc)return Fc;Hc=1;var e=zc();return Fc=Function.prototype.bind||e}function Kc(){return qc?Gc:(qc=1,Gc=Function.prototype.call)}function Xc(){return Yc?jc:(Yc=1,jc=Function.prototype.apply)}var Jc,Zc,el,tl,rl,nl,al,il="undefined"!=typeof Reflect&&Reflect&&Reflect.apply,ol=Qc(),sl=Xc(),cl=Kc(),ll=il||ol.call(cl,sl),ul=Qc(),hl=os,fl=Kc(),pl=ll,dl=function(e){if(e.length<1||"function"!=typeof e[0])throw new hl("a function is required");return pl(ul,fl,e)};var ml=fc,El=pc,gl=dc,_l=mc,Tl=Ec,Al=gc,yl=os,vl=_c,bl=Tc,Sl=Ac,Nl=yc,Il=vc,Cl=bc,wl=Sc,Ol=function(e){return Nc(e)||0===e?e:e<0?-1:1},Dl=Function,Rl=function(e){try{return Dl('"use strict"; return ('+e+").constructor;")()}catch(e){}},Ll=Cc,kl=Wc,xl=function(){throw new yl},Ml=Ll?function(){try{return xl}catch(e){try{return Ll(arguments,"callee").get}catch(e){return xl}}}():xl,Pl=function(){if(Lc)return Rc;Lc=1;var e="undefined"!=typeof Symbol&&Symbol,t=(Dc||(Dc=1,Oc=function(){if("function"!=typeof Symbol||"function"!=typeof Object.getOwnPropertySymbols)return!1;if("symbol"==typeof Symbol.iterator)return!0;var e={},t=Symbol("test"),r=Object(t);if("string"==typeof t)return!1;if("[object Symbol]"!==Object.prototype.toString.call(t))return!1;if("[object Symbol]"!==Object.prototype.toString.call(r))return!1;for(var n in e[t]=42,e)return!1;if("function"==typeof Object.keys&&0!==Object.keys(e).length)return!1;if("function"==typeof Object.getOwnPropertyNames&&0!==Object.getOwnPropertyNames(e).length)return!1;var a=Object.getOwnPropertySymbols(e);if(1!==a.length||a[0]!==t)return!1;if(!Object.prototype.propertyIsEnumerable.call(e,t))return!1;if("function"==typeof Object.getOwnPropertyDescriptor){var i=Object.getOwnPropertyDescriptor(e,t);if(42!==i.value||!0!==i.enumerable)return!1}return!0}),Oc);return Rc=function(){return"function"==typeof e&&("function"==typeof Symbol&&("symbol"==typeof e("foo")&&("symbol"==typeof Symbol("bar")&&t())))}}()(),Bl=function(){if(tl)return el;tl=1;var e=$c(),t=Vc(),r=function(){if(Zc)return Jc;Zc=1;var e,t=dl,r=Cc;try{e=[].__proto__===Array.prototype}catch(e){if(!e||"object"!=typeof e||!("code"in e)||"ERR_PROTO_ACCESS"!==e.code)throw e}var n=!!e&&r&&r(Object.prototype,"__proto__"),a=Object,i=a.getPrototypeOf;return Jc=n&&"function"==typeof n.get?t([n.get]):"function"==typeof i&&function(e){return i(null==e?e:a(e))}}();return el=e?function(t){return e(t)}:t?function(e){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new TypeError("getProto: not an object");return t(e)}:r?function(e){return r(e)}:null}(),Ul=Vc(),Fl=$c(),Hl=Xc(),Gl=Kc(),ql={},jl="undefined"!=typeof Uint8Array&&Bl?Bl(Uint8Array):al,Yl={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?al:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?al:ArrayBuffer,"%ArrayIteratorPrototype%":Pl&&Bl?Bl([][Symbol.iterator]()):al,"%AsyncFromSyncIteratorPrototype%":al,"%AsyncFunction%":ql,"%AsyncGenerator%":ql,"%AsyncGeneratorFunction%":ql,"%AsyncIteratorPrototype%":ql,"%Atomics%":"undefined"==typeof Atomics?al:Atomics,"%BigInt%":"undefined"==typeof BigInt?al:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?al:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?al:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?al:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":El,"%eval%":eval,"%EvalError%":gl,"%Float16Array%":"undefined"==typeof Float16Array?al:Float16Array,"%Float32Array%":"undefined"==typeof Float32Array?al:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?al:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?al:FinalizationRegistry,"%Function%":Dl,"%GeneratorFunction%":ql,"%Int8Array%":"undefined"==typeof Int8Array?al:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?al:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?al:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":Pl&&Bl?Bl(Bl([][Symbol.iterator]())):al,"%JSON%":"object"==typeof JSON?JSON:al,"%Map%":"undefined"==typeof Map?al:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&Pl&&Bl?Bl((new Map)[Symbol.iterator]()):al,"%Math%":Math,"%Number%":Number,"%Object%":ml,"%Object.getOwnPropertyDescriptor%":Ll,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?al:Promise,"%Proxy%":"undefined"==typeof Proxy?al:Proxy,"%RangeError%":_l,"%ReferenceError%":Tl,"%Reflect%":"undefined"==typeof Reflect?al:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?al:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&Pl&&Bl?Bl((new Set)[Symbol.iterator]()):al,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?al:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":Pl&&Bl?Bl(""[Symbol.iterator]()):al,"%Symbol%":Pl?Symbol:al,"%SyntaxError%":Al,"%ThrowTypeError%":Ml,"%TypedArray%":jl,"%TypeError%":yl,"%Uint8Array%":"undefined"==typeof Uint8Array?al:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?al:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?al:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?al:Uint32Array,"%URIError%":vl,"%WeakMap%":"undefined"==typeof WeakMap?al:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?al:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?al:WeakSet,"%Function.prototype.call%":Gl,"%Function.prototype.apply%":Hl,"%Object.defineProperty%":kl,"%Object.getPrototypeOf%":Ul,"%Math.abs%":bl,"%Math.floor%":Sl,"%Math.max%":Nl,"%Math.min%":Il,"%Math.pow%":Cl,"%Math.round%":wl,"%Math.sign%":Ol,"%Reflect.getPrototypeOf%":Fl};if(Bl)try{null.error}catch(e){var Wl=Bl(Bl(e));Yl["%Error.prototype%"]=Wl}var $l=function e(t){var r;if("%AsyncFunction%"===t)r=Rl("async function () {}");else if("%GeneratorFunction%"===t)r=Rl("function* () {}");else if("%AsyncGeneratorFunction%"===t)r=Rl("async function* () {}");else if("%AsyncGenerator%"===t){var n=e("%AsyncGeneratorFunction%");n&&(r=n.prototype)}else if("%AsyncIteratorPrototype%"===t){var a=e("%AsyncGenerator%");a&&Bl&&(r=Bl(a.prototype))}return Yl[t]=r,r},Vl={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},zl=Qc(),Ql=function(){if(nl)return rl;nl=1;var e=Function.prototype.call,t=Object.prototype.hasOwnProperty,r=Qc();return rl=r.call(e,t)}(),Kl=zl.call(Gl,Array.prototype.concat),Xl=zl.call(Hl,Array.prototype.splice),Jl=zl.call(Gl,String.prototype.replace),Zl=zl.call(Gl,String.prototype.slice),eu=zl.call(Gl,RegExp.prototype.exec),tu=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,ru=/\\(\\)?/g,nu=function(e,t){var r,n=e;if(Ql(Vl,n)&&(n="%"+(r=Vl[n])[0]+"%"),Ql(Yl,n)){var a=Yl[n];if(a===ql&&(a=$l(n)),void 0===a&&!t)throw new yl("intrinsic "+e+" exists, but is not available. Please file an issue!");return{alias:r,name:n,value:a}}throw new Al("intrinsic "+e+" does not exist!")},au=function(e,t){if("string"!=typeof e||0===e.length)throw new yl("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof t)throw new yl('"allowMissing" argument must be a boolean');if(null===eu(/^%?[^%]*%?$/,e))throw new Al("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var r=function(e){var t=Zl(e,0,1),r=Zl(e,-1);if("%"===t&&"%"!==r)throw new Al("invalid intrinsic syntax, expected closing `%`");if("%"===r&&"%"!==t)throw new Al("invalid intrinsic syntax, expected opening `%`");var n=[];return Jl(e,tu,function(e,t,r,a){n[n.length]=r?Jl(a,ru,"$1"):t||e}),n}(e),n=r.length>0?r[0]:"",a=nu("%"+n+"%",t),i=a.name,o=a.value,s=!1,c=a.alias;c&&(n=c[0],Xl(r,Kl([0,1],c)));for(var l=1,u=!0;l<r.length;l+=1){var h=r[l],f=Zl(h,0,1),p=Zl(h,-1);if(('"'===f||"'"===f||"`"===f||'"'===p||"'"===p||"`"===p)&&f!==p)throw new Al("property names with quotes must have matching quotes");if("constructor"!==h&&u||(s=!0),Ql(Yl,i="%"+(n+="."+h)+"%"))o=Yl[i];else if(null!=o){if(!(h in o)){if(!t)throw new yl("base intrinsic for "+e+" exists, but the property is not available.");return}if(Ll&&l+1>=r.length){var d=Ll(o,h);o=(u=!!d)&&"get"in d&&!("originalValue"in d.get)?d.get:o[h]}else u=Ql(o,h),o=o[h];u&&!s&&(Yl[i]=o)}}return o},iu=au,ou=dl,su=ou([iu("%String.prototype.indexOf%")]),cu=function(e,t){var r=iu(e,!!t);return"function"==typeof r&&su(e,".prototype.")>-1?ou([r]):r},lu=cu,uu=Ws,hu=os,fu=au("%Map%",!0),pu=lu("Map.prototype.get",!0),du=lu("Map.prototype.set",!0),mu=lu("Map.prototype.has",!0),Eu=lu("Map.prototype.delete",!0),gu=lu("Map.prototype.size",!0),_u=!!fu&&function(){var e,t={assert:function(e){if(!t.has(e))throw new hu("Side channel does not contain "+uu(e))},delete:function(t){if(e){var r=Eu(e,t);return 0===gu(e)&&(e=void 0),r}return!1},get:function(t){if(e)return pu(e,t)},has:function(t){return!!e&&mu(e,t)},set:function(t,r){e||(e=new fu),du(e,t,r)}};return t},Tu=cu,Au=Ws,yu=_u,vu=os,bu=au("%WeakMap%",!0),Su=Tu("WeakMap.prototype.get",!0),Nu=Tu("WeakMap.prototype.set",!0),Iu=Tu("WeakMap.prototype.has",!0),Cu=Tu("WeakMap.prototype.delete",!0),wu=bu?function(){var e,t,r={assert:function(e){if(!r.has(e))throw new vu("Side channel does not contain "+Au(e))},delete:function(r){if(bu&&r&&("object"==typeof r||"function"==typeof r)){if(e)return Cu(e,r)}else if(yu&&t)return t.delete(r);return!1},get:function(r){return bu&&r&&("object"==typeof r||"function"==typeof r)&&e?Su(e,r):t&&t.get(r)},has:function(r){return bu&&r&&("object"==typeof r||"function"==typeof r)&&e?Iu(e,r):!!t&&t.has(r)},set:function(r,n){bu&&r&&("object"==typeof r||"function"==typeof r)?(e||(e=new bu),Nu(e,r,n)):yu&&(t||(t=yu()),t.set(r,n))}};return r}:yu,Ou=os,Du=Ws,Ru=function(){var e,t={assert:function(e){if(!t.has(e))throw new uc("Side channel does not contain "+lc(e))},delete:function(t){var r=e&&e.next,n=function(e,t){if(e)return hc(e,t,!0)}(e,t);return n&&r&&r===n&&(e=void 0),!!n},get:function(t){return function(e,t){if(e){var r=hc(e,t);return r&&r.value}}(e,t)},has:function(t){return function(e,t){return!!e&&!!hc(e,t)}(e,t)},set:function(t,r){e||(e={next:void 0}),function(e,t,r){var n=hc(e,t);n?n.value=r:e.next={key:t,next:e.next,value:r}}(e,t,r)}};return t},Lu=wu||_u||Ru,ku=function(){var e,t={assert:function(e){if(!t.has(e))throw new Ou("Side channel does not contain "+Du(e))},delete:function(t){return!!e&&e.delete(t)},get:function(t){return e&&e.get(t)},has:function(t){return!!e&&e.has(t)},set:function(t,r){e||(e=Lu()),e.set(t,r)}};return t},xu=String.prototype.replace,Mu=/%20/g,Pu="RFC3986",Bu={default:Pu,formatters:{RFC1738:function(e){return xu.call(e,Mu,"+")},RFC3986:function(e){return String(e)}},RFC1738:"RFC1738",RFC3986:Pu},Uu=Bu,Fu=ku,Hu=Object.prototype.hasOwnProperty,Gu=Array.isArray,qu=Fu(),ju=function(e,t){return qu.set(e,t),e},Yu=function(e){return qu.has(e)},Wu=function(e){return qu.get(e)},$u=function(e,t){qu.set(e,t)},Vu=function(){for(var e=[],t=0;t<256;++t)e.push("%"+((t<16?"0":"")+t.toString(16)).toUpperCase());return e}(),zu=function(e,t){for(var r=t&&t.plainObjects?{__proto__:null}:{},n=0;n<e.length;++n)void 0!==e[n]&&(r[n]=e[n]);return r},Qu=1024,Ku={arrayToObject:zu,assign:function(e,t){return Object.keys(t).reduce(function(e,r){return e[r]=t[r],e},e)},combine:function(e,t,r,n){if(Yu(e)){var a=Wu(e)+1;return e[a]=t,$u(e,a),e}var i=[].concat(e,t);return i.length>r?ju(zu(i,{plainObjects:n}),i.length-1):i},compact:function(e){for(var t=[{obj:{o:e},prop:"o"}],r=[],n=0;n<t.length;++n)for(var a=t[n],i=a.obj[a.prop],o=Object.keys(i),s=0;s<o.length;++s){var c=o[s],l=i[c];"object"==typeof l&&null!==l&&-1===r.indexOf(l)&&(t.push({obj:i,prop:c}),r.push(l))}return function(e){for(;e.length>1;){var t=e.pop(),r=t.obj[t.prop];if(Gu(r)){for(var n=[],a=0;a<r.length;++a)void 0!==r[a]&&n.push(r[a]);t.obj[t.prop]=n}}}(t),e},decode:function(e,t,r){var n=e.replace(/\+/g," ");if("iso-8859-1"===r)return n.replace(/%[0-9a-f]{2}/gi,unescape);try{return decodeURIComponent(n)}catch(e){return n}},encode:function(e,t,r,n,a){if(0===e.length)return e;var i=e;if("symbol"==typeof e?i=Symbol.prototype.toString.call(e):"string"!=typeof e&&(i=String(e)),"iso-8859-1"===r)return escape(i).replace(/%u[0-9a-f]{4}/gi,function(e){return"%26%23"+parseInt(e.slice(2),16)+"%3B"});for(var o="",s=0;s<i.length;s+=Qu){for(var c=i.length>=Qu?i.slice(s,s+Qu):i,l=[],u=0;u<c.length;++u){var h=c.charCodeAt(u);45===h||46===h||95===h||126===h||h>=48&&h<=57||h>=65&&h<=90||h>=97&&h<=122||a===Uu.RFC1738&&(40===h||41===h)?l[l.length]=c.charAt(u):h<128?l[l.length]=Vu[h]:h<2048?l[l.length]=Vu[192|h>>6]+Vu[128|63&h]:h<55296||h>=57344?l[l.length]=Vu[224|h>>12]+Vu[128|h>>6&63]+Vu[128|63&h]:(u+=1,h=65536+((1023&h)<<10|1023&c.charCodeAt(u)),l[l.length]=Vu[240|h>>18]+Vu[128|h>>12&63]+Vu[128|h>>6&63]+Vu[128|63&h])}o+=l.join("")}return o},isBuffer:function(e){return!(!e||"object"!=typeof e)&&!!(e.constructor&&e.constructor.isBuffer&&e.constructor.isBuffer(e))},isOverflow:Yu,isRegExp:function(e){return"[object RegExp]"===Object.prototype.toString.call(e)},maybeMap:function(e,t){if(Gu(e)){for(var r=[],n=0;n<e.length;n+=1)r.push(t(e[n]));return r}return t(e)},merge:function e(t,r,n){if(!r)return t;if("object"!=typeof r&&"function"!=typeof r){if(Gu(t))t.push(r);else{if(!t||"object"!=typeof t)return[t,r];if(Yu(t)){var a=Wu(t)+1;t[a]=r,$u(t,a)}else(n&&(n.plainObjects||n.allowPrototypes)||!Hu.call(Object.prototype,r))&&(t[r]=!0)}return t}if(!t||"object"!=typeof t){if(Yu(r)){for(var i=Object.keys(r),o=n&&n.plainObjects?{__proto__:null,0:t}:{0:t},s=0;s<i.length;s++){o[parseInt(i[s],10)+1]=r[i[s]]}return ju(o,Wu(r)+1)}return[t].concat(r)}var c=t;return Gu(t)&&!Gu(r)&&(c=zu(t,n)),Gu(t)&&Gu(r)?(r.forEach(function(r,a){if(Hu.call(t,a)){var i=t[a];i&&"object"==typeof i&&r&&"object"==typeof r?t[a]=e(i,r,n):t.push(r)}else t[a]=r}),t):Object.keys(r).reduce(function(t,a){var i=r[a];return Hu.call(t,a)?t[a]=e(t[a],i,n):t[a]=i,t},c)}},Xu=ku,Ju=Ku,Zu=Bu,eh=Object.prototype.hasOwnProperty,th={brackets:function(e){return e+"[]"},comma:"comma",indices:function(e,t){return e+"["+t+"]"},repeat:function(e){return e}},rh=Array.isArray,nh=Array.prototype.push,ah=function(e,t){nh.apply(e,rh(t)?t:[t])},ih=Date.prototype.toISOString,oh=Zu.default,sh={addQueryPrefix:!1,allowDots:!1,allowEmptyArrays:!1,arrayFormat:"indices",charset:"utf-8",charsetSentinel:!1,commaRoundTrip:!1,delimiter:"&",encode:!0,encodeDotInKeys:!1,encoder:Ju.encode,encodeValuesOnly:!1,filter:void 0,format:oh,formatter:Zu.formatters[oh],indices:!1,serializeDate:function(e){return ih.call(e)},skipNulls:!1,strictNullHandling:!1},ch={},lh=function e(t,r,n,a,i,o,s,c,l,u,h,f,p,d,m,E,g,_){for(var T,A=t,y=_,v=0,b=!1;void 0!==(y=y.get(ch))&&!b;){var S=y.get(t);if(v+=1,void 0!==S){if(S===v)throw new RangeError("Cyclic object value");b=!0}void 0===y.get(ch)&&(v=0)}if("function"==typeof u?A=u(r,A):A instanceof Date?A=p(A):"comma"===n&&rh(A)&&(A=Ju.maybeMap(A,function(e){return e instanceof Date?p(e):e})),null===A){if(o)return l&&!E?l(r,sh.encoder,g,"key",d):r;A=""}if("string"==typeof(T=A)||"number"==typeof T||"boolean"==typeof T||"symbol"==typeof T||"bigint"==typeof T||Ju.isBuffer(A))return l?[m(E?r:l(r,sh.encoder,g,"key",d))+"="+m(l(A,sh.encoder,g,"value",d))]:[m(r)+"="+m(String(A))];var N,I=[];if(void 0===A)return I;if("comma"===n&&rh(A))E&&l&&(A=Ju.maybeMap(A,l)),N=[{value:A.length>0?A.join(",")||null:void 0}];else if(rh(u))N=u;else{var C=Object.keys(A);N=h?C.sort(h):C}var w=c?String(r).replace(/\./g,"%2E"):String(r),O=a&&rh(A)&&1===A.length?w+"[]":w;if(i&&rh(A)&&0===A.length)return O+"[]";for(var D=0;D<N.length;++D){var R=N[D],L="object"==typeof R&&R&&void 0!==R.value?R.value:A[R];if(!s||null!==L){var k=f&&c?String(R).replace(/\./g,"%2E"):String(R),x=rh(A)?"function"==typeof n?n(O,k):O:O+(f?"."+k:"["+k+"]");_.set(t,v);var M=Xu();M.set(ch,_),ah(I,e(L,x,n,a,i,o,s,c,"comma"===n&&E&&rh(A)?null:l,u,h,f,p,d,m,E,g,M))}}return I},uh=Ku,hh=Object.prototype.hasOwnProperty,fh=Array.isArray,ph={allowDots:!1,allowEmptyArrays:!1,allowPrototypes:!1,allowSparse:!1,arrayLimit:20,charset:"utf-8",charsetSentinel:!1,comma:!1,decodeDotInKeys:!1,decoder:uh.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:!1,interpretNumericEntities:!1,parameterLimit:1e3,parseArrays:!0,plainObjects:!1,strictDepth:!1,strictNullHandling:!1,throwOnLimitExceeded:!1},dh=function(e){return e.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(parseInt(t,10))})},mh=function(e,t,r){if(e&&"string"==typeof e&&t.comma&&e.indexOf(",")>-1)return e.split(",");if(t.throwOnLimitExceeded&&r>=t.arrayLimit)throw new RangeError("Array limit exceeded. Only "+t.arrayLimit+" element"+(1===t.arrayLimit?"":"s")+" allowed in an array.");return e},Eh=function(e,t,r,n){if(e){var a=function(e,t){var r=t.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e;if(t.depth<=0){if(!t.plainObjects&&hh.call(Object.prototype,r)&&!t.allowPrototypes)return;return[r]}var n=/(\[[^[\]]*])/g,a=/(\[[^[\]]*])/.exec(r),i=a?r.slice(0,a.index):r,o=[];if(i){if(!t.plainObjects&&hh.call(Object.prototype,i)&&!t.allowPrototypes)return;o.push(i)}for(var s=0;null!==(a=n.exec(r))&&s<t.depth;){s+=1;var c=a[1].slice(1,-1);if(!t.plainObjects&&hh.call(Object.prototype,c)&&!t.allowPrototypes)return;o.push(a[1])}if(a){if(!0===t.strictDepth)throw new RangeError("Input depth exceeded depth option of "+t.depth+" and strictDepth is true");o.push("["+r.slice(a.index)+"]")}return o}(e,r);if(a)return function(e,t,r,n){var a=0;if(e.length>0&&"[]"===e[e.length-1]){var i=e.slice(0,-1).join("");a=Array.isArray(t)&&t[i]?t[i].length:0}for(var o=n?t:mh(t,r,a),s=e.length-1;s>=0;--s){var c,l=e[s];if("[]"===l&&r.parseArrays)c=uh.isOverflow(o)?o:r.allowEmptyArrays&&(""===o||r.strictNullHandling&&null===o)?[]:uh.combine([],o,r.arrayLimit,r.plainObjects);else{c=r.plainObjects?{__proto__:null}:{};var u="["===l.charAt(0)&&"]"===l.charAt(l.length-1)?l.slice(1,-1):l,h=r.decodeDotInKeys?u.replace(/%2E/g,"."):u,f=parseInt(h,10);r.parseArrays||""!==h?!isNaN(f)&&l!==h&&String(f)===h&&f>=0&&r.parseArrays&&f<=r.arrayLimit?(c=[])[f]=o:"__proto__"!==h&&(c[h]=o):c={0:o}}o=c}return o}(a,t,r,n)}},gh=function(e,t){var r,n=e,a=function(e){if(!e)return sh;if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.encodeDotInKeys&&"boolean"!=typeof e.encodeDotInKeys)throw new TypeError("`encodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.encoder&&void 0!==e.encoder&&"function"!=typeof e.encoder)throw new TypeError("Encoder has to be a function.");var t=e.charset||sh.charset;if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");var r=Zu.default;if(void 0!==e.format){if(!eh.call(Zu.formatters,e.format))throw new TypeError("Unknown format option provided.");r=e.format}var n,a=Zu.formatters[r],i=sh.filter;if(("function"==typeof e.filter||rh(e.filter))&&(i=e.filter),n=e.arrayFormat in th?e.arrayFormat:"indices"in e?e.indices?"indices":"repeat":sh.arrayFormat,"commaRoundTrip"in e&&"boolean"!=typeof e.commaRoundTrip)throw new TypeError("`commaRoundTrip` must be a boolean, or absent");var o=void 0===e.allowDots?!0===e.encodeDotInKeys||sh.allowDots:!!e.allowDots;return{addQueryPrefix:"boolean"==typeof e.addQueryPrefix?e.addQueryPrefix:sh.addQueryPrefix,allowDots:o,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:sh.allowEmptyArrays,arrayFormat:n,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:sh.charsetSentinel,commaRoundTrip:!!e.commaRoundTrip,delimiter:void 0===e.delimiter?sh.delimiter:e.delimiter,encode:"boolean"==typeof e.encode?e.encode:sh.encode,encodeDotInKeys:"boolean"==typeof e.encodeDotInKeys?e.encodeDotInKeys:sh.encodeDotInKeys,encoder:"function"==typeof e.encoder?e.encoder:sh.encoder,encodeValuesOnly:"boolean"==typeof e.encodeValuesOnly?e.encodeValuesOnly:sh.encodeValuesOnly,filter:i,format:r,formatter:a,serializeDate:"function"==typeof e.serializeDate?e.serializeDate:sh.serializeDate,skipNulls:"boolean"==typeof e.skipNulls?e.skipNulls:sh.skipNulls,sort:"function"==typeof e.sort?e.sort:null,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:sh.strictNullHandling}}(t);"function"==typeof a.filter?n=(0,a.filter)("",n):rh(a.filter)&&(r=a.filter);var i=[];if("object"!=typeof n||null===n)return"";var o=th[a.arrayFormat],s="comma"===o&&a.commaRoundTrip;r||(r=Object.keys(n)),a.sort&&r.sort(a.sort);for(var c=Xu(),l=0;l<r.length;++l){var u=r[l],h=n[u];a.skipNulls&&null===h||ah(i,lh(h,u,o,s,a.allowEmptyArrays,a.strictNullHandling,a.skipNulls,a.encodeDotInKeys,a.encode?a.encoder:null,a.filter,a.sort,a.allowDots,a.serializeDate,a.format,a.formatter,a.encodeValuesOnly,a.charset,c))}var f=i.join(a.delimiter),p=!0===a.addQueryPrefix?"?":"";return a.charsetSentinel&&("iso-8859-1"===a.charset?p+="utf8=%26%2310003%3B&":p+="utf8=%E2%9C%93&"),f.length>0?p+f:""},_h=function(e,t){var r=function(e){if(!e)return ph;if(void 0!==e.allowEmptyArrays&&"boolean"!=typeof e.allowEmptyArrays)throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");if(void 0!==e.decodeDotInKeys&&"boolean"!=typeof e.decodeDotInKeys)throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");if(null!==e.decoder&&void 0!==e.decoder&&"function"!=typeof e.decoder)throw new TypeError("Decoder has to be a function.");if(void 0!==e.charset&&"utf-8"!==e.charset&&"iso-8859-1"!==e.charset)throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");if(void 0!==e.throwOnLimitExceeded&&"boolean"!=typeof e.throwOnLimitExceeded)throw new TypeError("`throwOnLimitExceeded` option must be a boolean");var t=void 0===e.charset?ph.charset:e.charset,r=void 0===e.duplicates?ph.duplicates:e.duplicates;if("combine"!==r&&"first"!==r&&"last"!==r)throw new TypeError("The duplicates option must be either combine, first, or last");return{allowDots:void 0===e.allowDots?!0===e.decodeDotInKeys||ph.allowDots:!!e.allowDots,allowEmptyArrays:"boolean"==typeof e.allowEmptyArrays?!!e.allowEmptyArrays:ph.allowEmptyArrays,allowPrototypes:"boolean"==typeof e.allowPrototypes?e.allowPrototypes:ph.allowPrototypes,allowSparse:"boolean"==typeof e.allowSparse?e.allowSparse:ph.allowSparse,arrayLimit:"number"==typeof e.arrayLimit?e.arrayLimit:ph.arrayLimit,charset:t,charsetSentinel:"boolean"==typeof e.charsetSentinel?e.charsetSentinel:ph.charsetSentinel,comma:"boolean"==typeof e.comma?e.comma:ph.comma,decodeDotInKeys:"boolean"==typeof e.decodeDotInKeys?e.decodeDotInKeys:ph.decodeDotInKeys,decoder:"function"==typeof e.decoder?e.decoder:ph.decoder,delimiter:"string"==typeof e.delimiter||uh.isRegExp(e.delimiter)?e.delimiter:ph.delimiter,depth:"number"==typeof e.depth||!1===e.depth?+e.depth:ph.depth,duplicates:r,ignoreQueryPrefix:!0===e.ignoreQueryPrefix,interpretNumericEntities:"boolean"==typeof e.interpretNumericEntities?e.interpretNumericEntities:ph.interpretNumericEntities,parameterLimit:"number"==typeof e.parameterLimit?e.parameterLimit:ph.parameterLimit,parseArrays:!1!==e.parseArrays,plainObjects:"boolean"==typeof e.plainObjects?e.plainObjects:ph.plainObjects,strictDepth:"boolean"==typeof e.strictDepth?!!e.strictDepth:ph.strictDepth,strictNullHandling:"boolean"==typeof e.strictNullHandling?e.strictNullHandling:ph.strictNullHandling,throwOnLimitExceeded:"boolean"==typeof e.throwOnLimitExceeded&&e.throwOnLimitExceeded}}(t);if(""===e||null==e)return r.plainObjects?{__proto__:null}:{};for(var n="string"==typeof e?function(e,t){var r={__proto__:null},n=t.ignoreQueryPrefix?e.replace(/^\?/,""):e;n=n.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var a=t.parameterLimit===1/0?void 0:t.parameterLimit,i=n.split(t.delimiter,t.throwOnLimitExceeded?a+1:a);if(t.throwOnLimitExceeded&&i.length>a)throw new RangeError("Parameter limit exceeded. Only "+a+" parameter"+(1===a?"":"s")+" allowed.");var o,s=-1,c=t.charset;if(t.charsetSentinel)for(o=0;o<i.length;++o)0===i[o].indexOf("utf8=")&&("utf8=%E2%9C%93"===i[o]?c="utf-8":"utf8=%26%2310003%3B"===i[o]&&(c="iso-8859-1"),s=o,o=i.length);for(o=0;o<i.length;++o)if(o!==s){var l,u,h=i[o],f=h.indexOf("]="),p=-1===f?h.indexOf("="):f+1;if(-1===p?(l=t.decoder(h,ph.decoder,c,"key"),u=t.strictNullHandling?null:""):null!==(l=t.decoder(h.slice(0,p),ph.decoder,c,"key"))&&(u=uh.maybeMap(mh(h.slice(p+1),t,fh(r[l])?r[l].length:0),function(e){return t.decoder(e,ph.decoder,c,"value")})),u&&t.interpretNumericEntities&&"iso-8859-1"===c&&(u=dh(String(u))),h.indexOf("[]=")>-1&&(u=fh(u)?[u]:u),null!==l){var d=hh.call(r,l);d&&"combine"===t.duplicates?r[l]=uh.combine(r[l],u,t.arrayLimit,t.plainObjects):d&&"last"!==t.duplicates||(r[l]=u)}}return r}(e,r):e,a=r.plainObjects?{__proto__:null}:{},i=Object.keys(n),o=0;o<i.length;++o){var s=i[o],c=Eh(s,n[s],r,"string"==typeof e);a=uh.merge(a,c,r)}return!0===r.allowSparse?a:uh.compact(a)},Th={formats:Bu,parse:_h,stringify:gh},Ah=is.exports;function yh(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}var vh=/^([a-z0-9.+-]+:)/i,bh=/:[0-9]*$/,Sh=/^(\/\/?(?!\/)[^?\s]*)(\?[^\s]*)?$/,Nh=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),Ih=["'"].concat(Nh),Ch=["%","/","?",";","#"].concat(Ih),wh=["/","?","#"],Oh=/^[+a-z0-9A-Z_-]{0,63}$/,Dh=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,Rh={javascript:!0,"javascript:":!0},Lh={javascript:!0,"javascript:":!0},kh={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},xh=Th;function Mh(e,t,r){if(e&&"object"==typeof e&&e instanceof yh)return e;var n=new yh;return n.parse(e,t,r),n}function Ph(e,t){return Array(t+1).join(e)}function Bh(e){return e.replace(/^\n*/,"")}function Uh(e){for(var t=e.length;t>0&&"\n"===e[t-1];)t--;return e.substring(0,t)}function Fh(e){return Uh(Bh(e))}yh.prototype.parse=function(e,t,r){if("string"!=typeof e)throw new TypeError("Parameter 'url' must be a string, not "+typeof e);var n=e.indexOf("?"),a=-1!==n&&n<e.indexOf("#")?"?":"#",i=e.split(a);i[0]=i[0].replace(/\\/g,"/");var o=e=i.join(a);if(o=o.trim(),!r&&1===e.split("#").length){var s=Sh.exec(o);if(s)return this.path=o,this.href=o,this.pathname=s[1],s[2]?(this.search=s[2],this.query=t?xh.parse(this.search.substr(1)):this.search.substr(1)):t&&(this.search="",this.query={}),this}var c=vh.exec(o);if(c){var l=(c=c[0]).toLowerCase();this.protocol=l,o=o.substr(c.length)}if(r||c||o.match(/^\/\/[^@/]+@[^@/]+/)){var u="//"===o.substr(0,2);!u||c&&Lh[c]||(o=o.substr(2),this.slashes=!0)}if(!Lh[c]&&(u||c&&!kh[c])){for(var h,f,p=-1,d=0;d<wh.length;d++){-1!==(m=o.indexOf(wh[d]))&&(-1===p||m<p)&&(p=m)}-1!==(f=-1===p?o.lastIndexOf("@"):o.lastIndexOf("@",p))&&(h=o.slice(0,f),o=o.slice(f+1),this.auth=decodeURIComponent(h)),p=-1;for(d=0;d<Ch.length;d++){var m;-1!==(m=o.indexOf(Ch[d]))&&(-1===p||m<p)&&(p=m)}-1===p&&(p=o.length),this.host=o.slice(0,p),o=o.slice(p),this.parseHost(),this.hostname=this.hostname||"";var E="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!E)for(var g=this.hostname.split(/\./),_=(d=0,g.length);d<_;d++){var T=g[d];if(T&&!T.match(Oh)){for(var A="",y=0,v=T.length;y<v;y++)T.charCodeAt(y)>127?A+="x":A+=T[y];if(!A.match(Oh)){var b=g.slice(0,d),S=g.slice(d+1),N=T.match(Dh);N&&(b.push(N[1]),S.unshift(N[2])),S.length&&(o="/"+S.join(".")+o),this.hostname=b.join(".");break}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),E||(this.hostname=Ah.toASCII(this.hostname));var I=this.port?":"+this.port:"",C=this.hostname||"";this.host=C+I,this.href+=this.host,E&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==o[0]&&(o="/"+o))}if(!Rh[l])for(d=0,_=Ih.length;d<_;d++){var w=Ih[d];if(-1!==o.indexOf(w)){var O=encodeURIComponent(w);O===w&&(O=escape(w)),o=o.split(w).join(O)}}var D=o.indexOf("#");-1!==D&&(this.hash=o.substr(D),o=o.slice(0,D));var R=o.indexOf("?");if(-1!==R?(this.search=o.substr(R),this.query=o.substr(R+1),t&&(this.query=xh.parse(this.query)),o=o.slice(0,R)):t&&(this.search="",this.query={}),o&&(this.pathname=o),kh[l]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){I=this.pathname||"";var L=this.search||"";this.path=I+L}return this.href=this.format(),this},yh.prototype.format=function(){var e=this.auth||"";e&&(e=(e=encodeURIComponent(e)).replace(/%3A/i,":"),e+="@");var t=this.protocol||"",r=this.pathname||"",n=this.hash||"",a=!1,i="";this.host?a=e+this.host:this.hostname&&(a=e+(-1===this.hostname.indexOf(":")?this.hostname:"["+this.hostname+"]"),this.port&&(a+=":"+this.port)),this.query&&"object"==typeof this.query&&Object.keys(this.query).length&&(i=xh.stringify(this.query,{arrayFormat:"repeat",addQueryPrefix:!1}));var o=this.search||i&&"?"+i||"";return t&&":"!==t.substr(-1)&&(t+=":"),this.slashes||(!t||kh[t])&&!1!==a?(a="//"+(a||""),r&&"/"!==r.charAt(0)&&(r="/"+r)):a||(a=""),n&&"#"!==n.charAt(0)&&(n="#"+n),o&&"?"!==o.charAt(0)&&(o="?"+o),t+a+(r=r.replace(/[?#]/g,function(e){return encodeURIComponent(e)}))+(o=o.replace("#","%23"))+n},yh.prototype.resolve=function(e){return this.resolveObject(Mh(e,!1,!0)).format()},yh.prototype.resolveObject=function(e){if("string"==typeof e){var t=new yh;t.parse(e,!1,!0),e=t}for(var r=new yh,n=Object.keys(this),a=0;a<n.length;a++){var i=n[a];r[i]=this[i]}if(r.hash=e.hash,""===e.href)return r.href=r.format(),r;if(e.slashes&&!e.protocol){for(var o=Object.keys(e),s=0;s<o.length;s++){var c=o[s];"protocol"!==c&&(r[c]=e[c])}return kh[r.protocol]&&r.hostname&&!r.pathname&&(r.pathname="/",r.path=r.pathname),r.href=r.format(),r}if(e.protocol&&e.protocol!==r.protocol){if(!kh[e.protocol]){for(var l=Object.keys(e),u=0;u<l.length;u++){var h=l[u];r[h]=e[h]}return r.href=r.format(),r}if(r.protocol=e.protocol,e.host||Lh[e.protocol])r.pathname=e.pathname;else{for(var f=(e.pathname||"").split("/");f.length&&!(e.host=f.shift()););e.host||(e.host=""),e.hostname||(e.hostname=""),""!==f[0]&&f.unshift(""),f.length<2&&f.unshift(""),r.pathname=f.join("/")}if(r.search=e.search,r.query=e.query,r.host=e.host||"",r.auth=e.auth,r.hostname=e.hostname||e.host,r.port=e.port,r.pathname||r.search){var p=r.pathname||"",d=r.search||"";r.path=p+d}return r.slashes=r.slashes||e.slashes,r.href=r.format(),r}var m=r.pathname&&"/"===r.pathname.charAt(0),E=e.host||e.pathname&&"/"===e.pathname.charAt(0),g=E||m||r.host&&e.pathname,_=g,T=r.pathname&&r.pathname.split("/")||[],A=(f=e.pathname&&e.pathname.split("/")||[],r.protocol&&!kh[r.protocol]);if(A&&(r.hostname="",r.port=null,r.host&&(""===T[0]?T[0]=r.host:T.unshift(r.host)),r.host="",e.protocol&&(e.hostname=null,e.port=null,e.host&&(""===f[0]?f[0]=e.host:f.unshift(e.host)),e.host=null),g=g&&(""===f[0]||""===T[0])),E)r.host=e.host||""===e.host?e.host:r.host,r.hostname=e.hostname||""===e.hostname?e.hostname:r.hostname,r.search=e.search,r.query=e.query,T=f;else if(f.length)T||(T=[]),T.pop(),T=T.concat(f),r.search=e.search,r.query=e.query;else if(null!=e.search){if(A)r.host=T.shift(),r.hostname=r.host,(N=!!(r.host&&r.host.indexOf("@")>0)&&r.host.split("@"))&&(r.auth=N.shift(),r.hostname=N.shift(),r.host=r.hostname);return r.search=e.search,r.query=e.query,null===r.pathname&&null===r.search||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.href=r.format(),r}if(!T.length)return r.pathname=null,r.search?r.path="/"+r.search:r.path=null,r.href=r.format(),r;for(var y=T.slice(-1)[0],v=(r.host||e.host||T.length>1)&&("."===y||".."===y)||""===y,b=0,S=T.length;S>=0;S--)"."===(y=T[S])?T.splice(S,1):".."===y?(T.splice(S,1),b++):b&&(T.splice(S,1),b--);if(!g&&!_)for(;b--;b)T.unshift("..");!g||""===T[0]||T[0]&&"/"===T[0].charAt(0)||T.unshift(""),v&&"/"!==T.join("/").substr(-1)&&T.push("");var N,I=""===T[0]||T[0]&&"/"===T[0].charAt(0);A&&(r.hostname=I?"":T.length?T.shift():"",r.host=r.hostname,(N=!!(r.host&&r.host.indexOf("@")>0)&&r.host.split("@"))&&(r.auth=N.shift(),r.hostname=N.shift(),r.host=r.hostname));return(g=g||r.host&&T.length)&&!I&&T.unshift(""),T.length>0?r.pathname=T.join("/"):(r.pathname=null,r.path=null),null===r.pathname&&null===r.search||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.auth=e.auth||r.auth,r.slashes=r.slashes||e.slashes,r.href=r.format(),r},yh.prototype.parseHost=function(){var e=this.host,t=bh.exec(e);t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)},ns.parse=Mh,ns.resolve=function(e,t){return Mh(e,!1,!0).resolve(t)},ns.resolveObject=function(e,t){return e?Mh(e,!1,!0).resolveObject(t):t},ns.format=function(e){return"string"==typeof e&&(e=Mh(e)),e instanceof yh?e.format():yh.prototype.format.call(e)},ns.Url=yh;var Hh=["ADDRESS","ARTICLE","ASIDE","AUDIO","BLOCKQUOTE","BODY","CANVAS","CENTER","DD","DIR","DIV","DL","DT","FIELDSET","FIGCAPTION","FIGURE","FOOTER","FORM","FRAMESET","H1","H2","H3","H4","H5","H6","HEADER","HGROUP","HR","HTML","ISINDEX","LI","MAIN","MENU","NAV","NOFRAMES","NOSCRIPT","OL","OUTPUT","P","PRE","SECTION","TABLE","TBODY","TD","TFOOT","TH","THEAD","TR","UL"];function Gh(e){return Wh(e,Hh)}var qh=["AREA","BASE","BR","COL","COMMAND","EMBED","HR","IMG","INPUT","KEYGEN","LINK","META","PARAM","SOURCE","TRACK","WBR"];function jh(e){return Wh(e,qh)}var Yh=["A","TABLE","THEAD","TBODY","TFOOT","TH","TD","IFRAME","SCRIPT","AUDIO","VIDEO"];function Wh(e,t){return t.indexOf(e.nodeName)>=0}function $h(e,t){return e.getElementsByTagName&&t.some(function(t){return e.getElementsByTagName(t).length})}var Vh={};function zh(e){return e?e.replace(/(\n+\s*)+/g,"\n"):""}function Qh(e){for(var t in this.options=e,this._keep=[],this._remove=[],this.blankRule={replacement:e.blankReplacement},this.keepReplacement=e.keepReplacement,this.defaultRule={replacement:e.defaultReplacement},this.array=[],e.rules)this.array.push(e.rules[t])}function Kh(e,t,r){for(var n=0;n<e.length;n++){var a=e[n];if(Xh(a,t,r))return a}}function Xh(e,t,r){var n=e.filter;if("string"==typeof n){if(n===t.nodeName.toLowerCase())return!0}else if(Array.isArray(n)){if(n.indexOf(t.nodeName.toLowerCase())>-1)return!0}else{if("function"!=typeof n)throw new TypeError("`filter` needs to be a string, array, or function");if(n.call(e,t,r))return!0}}function Jh(e){var t=e.nextSibling||e.parentNode;return e.parentNode.removeChild(e),t}function Zh(e,t,r){return e&&e.parentNode===t||r(t)?t.nextSibling||t.parentNode:t.firstChild||t.nextSibling||t.parentNode}Vh.paragraph={filter:"p",replacement:function(e){return"\n\n"+e+"\n\n"}},Vh.lineBreak={filter:"br",replacement:function(e,t,r){return r.br+"\n"}},Vh.heading={filter:["h1","h2","h3","h4","h5","h6"],replacement:function(e,t,r){var n=Number(t.nodeName.charAt(1));return"setext"===r.headingStyle&&n<3?"\n\n"+e+"\n"+Ph(1===n?"=":"-",e.length)+"\n\n":"\n\n"+Ph("#",n)+" "+e+"\n\n"}},Vh.blockquote={filter:"blockquote",replacement:function(e){return"\n\n"+(e=Fh(e).replace(/^/gm,"> "))+"\n\n"}},Vh.list={filter:["ul","ol"],replacement:function(e,t){var r=t.parentNode;return"LI"===r.nodeName&&r.lastElementChild===t?"\n"+e:"\n\n"+e+"\n\n"}},Vh.listItem={filter:"li",replacement:function(e,t,r){var n=r.bulletListMarker+" ",a=t.parentNode;if("OL"===a.nodeName){var i=a.getAttribute("start"),o=Array.prototype.indexOf.call(a.children,t);n=(i?Number(i)+o:o+1)+". "}var s=/\n$/.test(e);return n+(e=(e=Fh(e)+(s?"\n":"")).replace(/\n/gm,"\n"+" ".repeat(n.length)))+(t.nextSibling?"\n":"")}},Vh.indentedCodeBlock={filter:function(e,t){return"indented"===t.codeBlockStyle&&"PRE"===e.nodeName&&e.firstChild&&"CODE"===e.firstChild.nodeName},replacement:function(e,t,r){return"\n\n "+t.firstChild.textContent.replace(/\n/g,"\n ")+"\n\n"}},Vh.fencedCodeBlock={filter:function(e,t){return"fenced"===t.codeBlockStyle&&"PRE"===e.nodeName&&e.firstChild&&"CODE"===e.firstChild.nodeName},replacement:function(e,t,r){for(var n,a=((t.firstChild.getAttribute("class")||"").match(/language-(\S+)/)||[null,""])[1],i=t.firstChild.textContent,o=r.fence.charAt(0),s=3,c=new RegExp("^"+o+"{3,}","gm");n=c.exec(i);)n[0].length>=s&&(s=n[0].length+1);var l=Ph(o,s);return"\n\n"+l+a+"\n"+i.replace(/\n$/,"")+"\n"+l+"\n\n"}},Vh.horizontalRule={filter:"hr",replacement:function(e,t,r){return"\n\n"+r.hr+"\n\n"}},Vh.inlineLink={filter:function(e,t){return"inlined"===t.linkStyle&&"A"===e.nodeName&&e.getAttribute("href")},replacement:function(e,t){var r=t.getAttribute("href");r&&(r=r.replace(/([()])/g,"\\$1"));var n=zh(t.getAttribute("title"));return n&&(n=' "'+n.replace(/"/g,'\\"')+'"'),"["+e+"]("+r+n+")"}},Vh.referenceLink={filter:function(e,t){return"referenced"===t.linkStyle&&"A"===e.nodeName&&e.getAttribute("href")},replacement:function(e,t,r){var n,a,i=t.getAttribute("href"),o=zh(t.getAttribute("title"));switch(o&&(o=' "'+o+'"'),r.linkReferenceStyle){case"collapsed":n="["+e+"][]",a="["+e+"]: "+i+o;break;case"shortcut":n="["+e+"]",a="["+e+"]: "+i+o;break;default:var s=this.references.length+1;n="["+e+"]["+s+"]",a="["+s+"]: "+i+o}return this.references.push(a),n},references:[],append:function(e){var t="";return this.references.length&&(t="\n\n"+this.references.join("\n")+"\n\n",this.references=[]),t}},Vh.emphasis={filter:["em","i"],replacement:function(e,t,r){return e.trim()?r.emDelimiter+e+r.emDelimiter:""}},Vh.strong={filter:["strong","b"],replacement:function(e,t,r){return e.trim()?r.strongDelimiter+e+r.strongDelimiter:""}},Vh.code={filter:function(e){var t=e.previousSibling||e.nextSibling,r="PRE"===e.parentNode.nodeName&&!t;return"CODE"===e.nodeName&&!r},replacement:function(e){if(!e)return"";e=e.replace(/\r?\n|\r/g," ");for(var t=/^`|^ .*?[^ ].* $|`$/.test(e)?" ":"",r="`",n=e.match(/`+/gm)||[];-1!==n.indexOf(r);)r+="`";return r+t+e+t+r}},Vh.image={filter:"img",replacement:function(e,t){var r=zh(t.getAttribute("alt")),n=t.getAttribute("src")||"",a=zh(t.getAttribute("title"));return n?"!["+r+"]("+n+(a?' "'+a+'"':"")+")":""}},Qh.prototype={add:function(e,t){this.array.unshift(t)},keep:function(e){this._keep.unshift({filter:e,replacement:this.keepReplacement})},remove:function(e){this._remove.unshift({filter:e,replacement:function(){return""}})},forNode:function(e){return e.isBlank?this.blankRule:(t=Kh(this.array,e,this.options))||(t=Kh(this._keep,e,this.options))||(t=Kh(this._remove,e,this.options))?t:this.defaultRule;var t},forEach:function(e){for(var t=0;t<this.array.length;t++)e(this.array[t],t)}};var ef="undefined"!=typeof window?window:{};var tf,rf=function(){var e=ef.DOMParser,t=!1;try{(new e).parseFromString("","text/html")&&(t=!0)}catch(e){}return t}()?ef.DOMParser:function(){var e=function(){};return!function(){var e=!1;try{document.implementation.createHTMLDocument("").open()}catch(t){ef.ActiveXObject&&(e=!0)}return e}()?e.prototype.parseFromString=function(e){var t=document.implementation.createHTMLDocument("");return t.open(),t.write(e),t.close(),t}:e.prototype.parseFromString=function(e){var t=new window.ActiveXObject("htmlfile");return t.designMode="on",t.open(),t.write(e),t.close(),t},e}();function nf(e,t){var r;"string"==typeof e?r=(tf=tf||new rf).parseFromString('<x-turndown id="turndown-root">'+e+"</x-turndown>","text/html").getElementById("turndown-root"):r=e.cloneNode(!0);return function(e){var t=e.element,r=e.isBlock,n=e.isVoid,a=e.isPre||function(e){return"PRE"===e.nodeName};if(t.firstChild&&!a(t)){for(var i=null,o=!1,s=null,c=Zh(s,t,a);c!==t;){if(3===c.nodeType||4===c.nodeType){var l=c.data.replace(/[ \r\n\t]+/g," ");if(i&&!/ $/.test(i.data)||o||" "!==l[0]||(l=l.substr(1)),!l){c=Jh(c);continue}c.data=l,i=c}else{if(1!==c.nodeType){c=Jh(c);continue}r(c)||"BR"===c.nodeName?(i&&(i.data=i.data.replace(/ $/,"")),i=null,o=!1):n(c)||a(c)?(i=null,o=!0):i&&(o=!1)}var u=Zh(s,c,a);s=c,c=u}i&&(i.data=i.data.replace(/ $/,""),i.data||Jh(i))}}({element:r,isBlock:Gh,isVoid:jh,isPre:t.preformattedCode?af:null}),r}function af(e){return"PRE"===e.nodeName||"CODE"===e.nodeName}function of(e,t){return e.isBlock=Gh(e),e.isCode="CODE"===e.nodeName||e.parentNode.isCode,e.isBlank=function(e){return!jh(e)&&!function(e){return Wh(e,Yh)}(e)&&/^\s*$/i.test(e.textContent)&&!function(e){return $h(e,qh)}(e)&&!function(e){return $h(e,Yh)}(e)}(e),e.flankingWhitespace=function(e,t){if(e.isBlock||t.preformattedCode&&e.isCode)return{leading:"",trailing:""};var r=(n=e.textContent,a=n.match(/^(([ \t\r\n]*)(\s*))(?:(?=\S)[\s\S]*\S)?((\s*?)([ \t\r\n]*))$/),{leading:a[1],leadingAscii:a[2],leadingNonAscii:a[3],trailing:a[4],trailingNonAscii:a[5],trailingAscii:a[6]});var n,a;r.leadingAscii&&sf("left",e,t)&&(r.leading=r.leadingNonAscii);r.trailingAscii&&sf("right",e,t)&&(r.trailing=r.trailingNonAscii);return{leading:r.leading,trailing:r.trailing}}(e,t),e}function sf(e,t,r){var n,a,i;return"left"===e?(n=t.previousSibling,a=/ $/):(n=t.nextSibling,a=/^ /),n&&(3===n.nodeType?i=a.test(n.nodeValue):r.preformattedCode&&"CODE"===n.nodeName?i=!1:1!==n.nodeType||Gh(n)||(i=a.test(n.textContent))),i}var cf,lf=Array.prototype.reduce,uf=[[/\\/g,"\\\\"],[/\*/g,"\\*"],[/^-/g,"\\-"],[/^\+ /g,"\\+ "],[/^(=+)/g,"\\$1"],[/^(#{1,6}) /g,"\\$1 "],[/`/g,"\\`"],[/^~~~/g,"\\~~~"],[/\[/g,"\\["],[/\]/g,"\\]"],[/^>/g,"\\>"],[/_/g,"\\_"],[/^(\d+)\. /g,"$1\\. "]];function hf(e){if(!(this instanceof hf))return new hf(e);var t={rules:Vh,headingStyle:"setext",hr:"* * *",bulletListMarker:"*",codeBlockStyle:"indented",fence:"```",emDelimiter:"_",strongDelimiter:"**",linkStyle:"inlined",linkReferenceStyle:"full",br:" ",preformattedCode:!1,blankReplacement:function(e,t){return t.isBlock?"\n\n":""},keepReplacement:function(e,t){return t.isBlock?"\n\n"+t.outerHTML+"\n\n":t.outerHTML},defaultReplacement:function(e,t){return t.isBlock?"\n\n"+e+"\n\n":e}};this.options=function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)r.hasOwnProperty(n)&&(e[n]=r[n])}return e}({},t,e),this.rules=new Qh(this.options)}function ff(e){var t=this;return lf.call(e.childNodes,function(e,r){var n="";return 3===(r=new of(r,t.options)).nodeType?n=r.isCode?r.nodeValue:t.escape(r.nodeValue):1===r.nodeType&&(n=df.call(t,r)),mf(e,n)},"")}function pf(e){var t=this;return this.rules.forEach(function(r){"function"==typeof r.append&&(e=mf(e,r.append(t.options)))}),e.replace(/^[\t\r\n]+/,"").replace(/[\t\r\n\s]+$/,"")}function df(e){var t=this.rules.forNode(e),r=ff.call(this,e),n=e.flankingWhitespace;return(n.leading||n.trailing)&&(r=r.trim()),n.leading+t.replacement(r,e,this.options)+n.trailing}function mf(e,t){var r=Uh(e),n=Bh(t),a=Math.max(e.length-r.length,t.length-n.length);return r+"\n\n".substring(0,a)+n}hf.prototype={turndown:function(e){if(!function(e){return null!=e&&("string"==typeof e||e.nodeType&&(1===e.nodeType||9===e.nodeType||11===e.nodeType))}(e))throw new TypeError(e+" is not a string, or an element/document/fragment node.");if(""===e)return"";var t=ff.call(this,new nf(e,this.options));return pf.call(this,t)},use:function(e){if(Array.isArray(e))for(var t=0;t<e.length;t++)this.use(e[t]);else{if("function"!=typeof e)throw new TypeError("plugin must be a Function or an Array of Functions");e(this)}return this},addRule:function(e,t){return this.rules.add(e,t),this},keep:function(e){return this.rules.keep(e),this},remove:function(e){return this.rules.remove(e),this},escape:function(e){return uf.reduce(function(e,t){return e.replace(t[0],t[1])},e)}},function(e){e.Root="root",e.Text="text",e.Directive="directive",e.Comment="comment",e.Script="script",e.Style="style",e.Tag="tag",e.CDATA="cdata",e.Doctype="doctype"}(cf||(cf={}));const Ef=cf.Root,gf=cf.Text,_f=cf.Directive,Tf=cf.Comment,Af=cf.Script,yf=cf.Style,vf=cf.Tag,bf=cf.CDATA,Sf=cf.Doctype;class Nf{constructor(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}get parentNode(){return this.parent}set parentNode(e){this.parent=e}get previousSibling(){return this.prev}set previousSibling(e){this.prev=e}get nextSibling(){return this.next}set nextSibling(e){this.next=e}cloneNode(e=!1){return Gf(this,e)}}class If extends Nf{constructor(e){super(),this.data=e}get nodeValue(){return this.data}set nodeValue(e){this.data=e}}class Cf extends If{constructor(){super(...arguments),this.type=cf.Text}get nodeType(){return 3}}class wf extends If{constructor(){super(...arguments),this.type=cf.Comment}get nodeType(){return 8}}class Of extends If{constructor(e,t){super(t),this.name=e,this.type=cf.Directive}get nodeType(){return 1}}class Df extends Nf{constructor(e){super(),this.children=e}get firstChild(){var e;return null!==(e=this.children[0])&&void 0!==e?e:null}get lastChild(){return this.children.length>0?this.children[this.children.length-1]:null}get childNodes(){return this.children}set childNodes(e){this.children=e}}class Rf extends Df{constructor(){super(...arguments),this.type=cf.CDATA}get nodeType(){return 4}}class Lf extends Df{constructor(){super(...arguments),this.type=cf.Root}get nodeType(){return 9}}class kf extends Df{constructor(e,t,r=[],n=("script"===e?cf.Script:"style"===e?cf.Style:cf.Tag)){super(r),this.name=e,this.attribs=t,this.type=n}get nodeType(){return 1}get tagName(){return this.name}set tagName(e){this.name=e}get attributes(){return Object.keys(this.attribs).map(e=>{var t,r;return{name:e,value:this.attribs[e],namespace:null===(t=this["x-attribsNamespace"])||void 0===t?void 0:t[e],prefix:null===(r=this["x-attribsPrefix"])||void 0===r?void 0:r[e]}})}}function xf(e){return(t=e).type===cf.Tag||t.type===cf.Script||t.type===cf.Style;var t}function Mf(e){return e.type===cf.CDATA}function Pf(e){return e.type===cf.Text}function Bf(e){return e.type===cf.Comment}function Uf(e){return e.type===cf.Directive}function Ff(e){return e.type===cf.Root}function Hf(e){return Object.prototype.hasOwnProperty.call(e,"children")}function Gf(e,t=!1){let r;if(Pf(e))r=new Cf(e.data);else if(Bf(e))r=new wf(e.data);else if(xf(e)){const n=t?qf(e.children):[],a=new kf(e.name,{...e.attribs},n);n.forEach(e=>e.parent=a),null!=e.namespace&&(a.namespace=e.namespace),e["x-attribsNamespace"]&&(a["x-attribsNamespace"]={...e["x-attribsNamespace"]}),e["x-attribsPrefix"]&&(a["x-attribsPrefix"]={...e["x-attribsPrefix"]}),r=a}else if(Mf(e)){const n=t?qf(e.children):[],a=new Rf(n);n.forEach(e=>e.parent=a),r=a}else if(Ff(e)){const n=t?qf(e.children):[],a=new Lf(n);n.forEach(e=>e.parent=a),e["x-mode"]&&(a["x-mode"]=e["x-mode"]),r=a}else{if(!Uf(e))throw new Error(`Not implemented yet: ${e.type}`);{const t=new Of(e.name,e.data);null!=e["x-name"]&&(t["x-name"]=e["x-name"],t["x-publicId"]=e["x-publicId"],t["x-systemId"]=e["x-systemId"]),r=t}}return r.startIndex=e.startIndex,r.endIndex=e.endIndex,null!=e.sourceCodeLocation&&(r.sourceCodeLocation=e.sourceCodeLocation),r}function qf(e){const t=e.map(e=>Gf(e,!0));for(let e=1;e<t.length;e++)t[e].prev=t[e-1],t[e-1].next=t[e];return t}const jf={withStartIndices:!1,withEndIndices:!1,xmlMode:!1};class Yf{constructor(e,t,r){this.dom=[],this.root=new Lf(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,"function"==typeof t&&(r=t,t=jf),"object"==typeof e&&(t=e,e=void 0),this.callback=null!=e?e:null,this.options=null!=t?t:jf,this.elementCB=null!=r?r:null}onparserinit(e){this.parser=e}onreset(){this.dom=[],this.root=new Lf(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null}onend(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))}onerror(e){this.handleCallback(e)}onclosetag(){this.lastNode=null;const e=this.tagStack.pop();this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(e)}onopentag(e,t){const r=this.options.xmlMode?cf.Tag:void 0,n=new kf(e,t,void 0,r);this.addNode(n),this.tagStack.push(n)}ontext(e){const{lastNode:t}=this;if(t&&t.type===cf.Text)t.data+=e,this.options.withEndIndices&&(t.endIndex=this.parser.endIndex);else{const t=new Cf(e);this.addNode(t),this.lastNode=t}}oncomment(e){if(this.lastNode&&this.lastNode.type===cf.Comment)return void(this.lastNode.data+=e);const t=new wf(e);this.addNode(t),this.lastNode=t}oncommentend(){this.lastNode=null}oncdatastart(){const e=new Cf(""),t=new Rf([e]);this.addNode(t),e.parent=t,this.lastNode=e}oncdataend(){this.lastNode=null}onprocessinginstruction(e,t){const r=new Of(e,t);this.addNode(r)}handleCallback(e){if("function"==typeof this.callback)this.callback(e,this.dom);else if(e)throw e}addNode(e){const t=this.tagStack[this.tagStack.length-1],r=t.children[t.children.length-1];this.options.withStartIndices&&(e.startIndex=this.parser.startIndex),this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),t.children.push(e),r&&(e.prev=r,r.next=e),e.parent=t,this.lastNode=null}}var Wf,$f=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),Vf=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));const zf=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),Qf=null!==(Wf=String.fromCodePoint)&&void 0!==Wf?Wf:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e),t};var Kf;!function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"}(Kf||(Kf={}));var Xf,Jf,Zf;function ep(e){return e>=Kf.ZERO&&e<=Kf.NINE}function tp(e){return e>=Kf.UPPER_A&&e<=Kf.UPPER_F||e>=Kf.LOWER_A&&e<=Kf.LOWER_F}function rp(e){return e===Kf.EQUALS||function(e){return e>=Kf.UPPER_A&&e<=Kf.UPPER_Z||e>=Kf.LOWER_A&&e<=Kf.LOWER_Z||ep(e)}(e)}!function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(Xf||(Xf={})),function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"}(Jf||(Jf={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(Zf||(Zf={}));class np{constructor(e,t,r){this.decodeTree=e,this.emitCodePoint=t,this.errors=r,this.state=Jf.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=Zf.Strict}startEntity(e){this.decodeMode=e,this.state=Jf.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case Jf.EntityStart:return e.charCodeAt(t)===Kf.NUM?(this.state=Jf.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=Jf.NamedEntity,this.stateNamedEntity(e,t));case Jf.NumericStart:return this.stateNumericStart(e,t);case Jf.NumericDecimal:return this.stateNumericDecimal(e,t);case Jf.NumericHex:return this.stateNumericHex(e,t);case Jf.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===Kf.LOWER_X?(this.state=Jf.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=Jf.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,r,n){if(t!==r){const a=r-t;this.result=this.result*Math.pow(n,a)+parseInt(e.substr(t,a),n),this.consumed+=a}}stateNumericHex(e,t){const r=t;for(;t<e.length;){const n=e.charCodeAt(t);if(!ep(n)&&!tp(n))return this.addToNumericResult(e,r,t,16),this.emitNumericEntity(n,3);t+=1}return this.addToNumericResult(e,r,t,16),-1}stateNumericDecimal(e,t){const r=t;for(;t<e.length;){const n=e.charCodeAt(t);if(!ep(n))return this.addToNumericResult(e,r,t,10),this.emitNumericEntity(n,2);t+=1}return this.addToNumericResult(e,r,t,10),-1}emitNumericEntity(e,t){var r;if(this.consumed<=t)return null===(r=this.errors)||void 0===r||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===Kf.SEMI)this.consumed+=1;else if(this.decodeMode===Zf.Strict)return 0;return this.emitCodePoint(function(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=zf.get(e))&&void 0!==t?t:e}(this.result),this.consumed),this.errors&&(e!==Kf.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){const{decodeTree:r}=this;let n=r[this.treeIndex],a=(n&Xf.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){const i=e.charCodeAt(t);if(this.treeIndex=ip(r,n,this.treeIndex+Math.max(1,a),i),this.treeIndex<0)return 0===this.result||this.decodeMode===Zf.Attribute&&(0===a||rp(i))?0:this.emitNotTerminatedNamedEntity();if(n=r[this.treeIndex],a=(n&Xf.VALUE_LENGTH)>>14,0!==a){if(i===Kf.SEMI)return this.emitNamedEntityData(this.treeIndex,a,this.consumed+this.excess);this.decodeMode!==Zf.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:t,decodeTree:r}=this,n=(r[t]&Xf.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,n,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,r){const{decodeTree:n}=this;return this.emitCodePoint(1===t?n[e]&~Xf.VALUE_LENGTH:n[e+1],r),3===t&&this.emitCodePoint(n[e+2],r),r}end(){var e;switch(this.state){case Jf.NamedEntity:return 0===this.result||this.decodeMode===Zf.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case Jf.NumericDecimal:return this.emitNumericEntity(0,2);case Jf.NumericHex:return this.emitNumericEntity(0,3);case Jf.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case Jf.EntityStart:return 0}}}function ap(e){let t="";const r=new np(e,e=>t+=Qf(e));return function(e,n){let a=0,i=0;for(;(i=e.indexOf("&",i))>=0;){t+=e.slice(a,i),r.startEntity(n);const o=r.write(e,i+1);if(o<0){a=i+r.end();break}a=i+o,i=0===o?a+1:a}const o=t+e.slice(a);return t="",o}}function ip(e,t,r,n){const a=(t&Xf.BRANCH_LENGTH)>>7,i=t&Xf.JUMP_TABLE;if(0===a)return 0!==i&&n===i?r:-1;if(i){const t=n-i;return t<0||t>=a?-1:e[r+t]-1}let o=r,s=o+a-1;for(;o<=s;){const t=o+s>>>1,r=e[t];if(r<n)o=t+1;else{if(!(r>n))return e[t+a];s=t-1}}return-1}ap($f),ap(Vf);const op=/["&'<>$\x80-\uFFFF]/g,sp=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]),cp=null!=String.prototype.codePointAt?(e,t)=>e.codePointAt(t):(e,t)=>55296==(64512&e.charCodeAt(t))?1024*(e.charCodeAt(t)-55296)+e.charCodeAt(t+1)-56320+65536:e.charCodeAt(t);function lp(e){let t,r="",n=0;for(;null!==(t=op.exec(e));){const a=t.index,i=e.charCodeAt(a),o=sp.get(i);void 0!==o?(r+=e.substring(n,a)+o,n=a+1):(r+=`${e.substring(n,a)}&#x${cp(e,a).toString(16)};`,n=op.lastIndex+=Number(55296==(64512&i)))}return r+e.substr(n)}function up(e,t){return function(r){let n,a=0,i="";for(;n=e.exec(r);)a!==n.index&&(i+=r.substring(a,n.index)),i+=t.get(n[0].charCodeAt(0)),a=n.index+1;return i+r.substring(a)}}const hp=up(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),fp=up(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]));var pp,dp;!function(e){e[e.XML=0]="XML",e[e.HTML=1]="HTML"}(pp||(pp={})),function(e){e[e.UTF8=0]="UTF8",e[e.ASCII=1]="ASCII",e[e.Extensive=2]="Extensive",e[e.Attribute=3]="Attribute",e[e.Text=4]="Text"}(dp||(dp={}));const mp=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),Ep=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(e=>[e.toLowerCase(),e])),gp=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function _p(e){return e.replace(/"/g,"&quot;")}const Tp=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function Ap(e,t={}){const r="length"in e?e:[e];let n="";for(let e=0;e<r.length;e++)n+=yp(r[e],t);return n}function yp(e,t){switch(e.type){case Ef:return Ap(e.children,t);case Sf:case _f:return`<${e.data}>`;case Tf:return function(e){return`\x3c!--${e.data}--\x3e`}(e);case bf:return function(e){return`<![CDATA[${e.children[0].data}]]>`}(e);case Af:case yf:case vf:return function(e,t){var r;"foreign"===t.xmlMode&&(e.name=null!==(r=mp.get(e.name))&&void 0!==r?r:e.name,e.parent&&vp.has(e.parent.name)&&(t={...t,xmlMode:!1}));!t.xmlMode&&bp.has(e.name)&&(t={...t,xmlMode:"foreign"});let n=`<${e.name}`;const a=function(e,t){var r;if(!e)return;const n=!1===(null!==(r=t.encodeEntities)&&void 0!==r?r:t.decodeEntities)?_p:t.xmlMode||"utf8"!==t.encodeEntities?lp:hp;return Object.keys(e).map(r=>{var a,i;const o=null!==(a=e[r])&&void 0!==a?a:"";return"foreign"===t.xmlMode&&(r=null!==(i=Ep.get(r))&&void 0!==i?i:r),t.emptyAttrs||t.xmlMode||""!==o?`${r}="${n(o)}"`:r}).join(" ")}(e.attribs,t);a&&(n+=` ${a}`);0===e.children.length&&(t.xmlMode?!1!==t.selfClosingTags:t.selfClosingTags&&Tp.has(e.name))?(t.xmlMode||(n+=" "),n+="/>"):(n+=">",e.children.length>0&&(n+=Ap(e.children,t)),!t.xmlMode&&Tp.has(e.name)||(n+=`</${e.name}>`));return n}(e,t);case gf:return function(e,t){var r;let n=e.data||"";!1===(null!==(r=t.encodeEntities)&&void 0!==r?r:t.decodeEntities)||!t.xmlMode&&e.parent&&gp.has(e.parent.name)||(n=t.xmlMode||"utf8"!==t.encodeEntities?lp(n):fp(n));return n}(e,t)}}const vp=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),bp=new Set(["svg","math"]);function Sp(e,t){return Ap(e,t)}function Np(e){return Array.isArray(e)?e.map(Np).join(""):Hf(e)&&!Bf(e)?Np(e.children):Pf(e)?e.data:""}function Ip(e){return Array.isArray(e)?e.map(Ip).join(""):Hf(e)&&(e.type===cf.Tag||Mf(e))?Ip(e.children):Pf(e)?e.data:""}function Cp(e){return Hf(e)?e.children:[]}function wp(e){return e.parent||null}function Op(e){const t=wp(e);if(null!=t)return Cp(t);const r=[e];let{prev:n,next:a}=e;for(;null!=n;)r.unshift(n),({prev:n}=n);for(;null!=a;)r.push(a),({next:a}=a);return r}function Dp(e){let{next:t}=e;for(;null!==t&&!xf(t);)({next:t}=t);return t}function Rp(e){let{prev:t}=e;for(;null!==t&&!xf(t);)({prev:t}=t);return t}function Lp(e){if(e.prev&&(e.prev.next=e.next),e.next&&(e.next.prev=e.prev),e.parent){const t=e.parent.children,r=t.lastIndexOf(e);r>=0&&t.splice(r,1)}e.next=null,e.prev=null,e.parent=null}function kp(e,t,r=!0,n=1/0){return xp(e,Array.isArray(t)?t:[t],r,n)}function xp(e,t,r,n){const a=[],i=[Array.isArray(t)?t:[t]],o=[0];for(;;){if(o[0]>=i[0].length){if(1===o.length)return a;i.shift(),o.shift();continue}const t=i[0][o[0]++];if(e(t)&&(a.push(t),--n<=0))return a;r&&Hf(t)&&t.children.length>0&&(o.unshift(0),i.unshift(t.children))}}function Mp(e,t,r=!0){const n=Array.isArray(t)?t:[t];for(let t=0;t<n.length;t++){const a=n[t];if(xf(a)&&e(a))return a;if(r&&Hf(a)&&a.children.length>0){const t=Mp(e,a.children,!0);if(t)return t}}return null}const Pp={tag_name:e=>"function"==typeof e?t=>xf(t)&&e(t.name):"*"===e?xf:t=>xf(t)&&t.name===e,tag_type:e=>"function"==typeof e?t=>e(t.type):t=>t.type===e,tag_contains:e=>"function"==typeof e?t=>Pf(t)&&e(t.data):t=>Pf(t)&&t.data===e};function Bp(e,t){return"function"==typeof t?r=>xf(r)&&t(r.attribs[e]):r=>xf(r)&&r.attribs[e]===t}function Up(e,t){return r=>e(r)||t(r)}function Fp(e){const t=Object.keys(e).map(t=>{const r=e[t];return Object.prototype.hasOwnProperty.call(Pp,t)?Pp[t](r):Bp(t,r)});return 0===t.length?null:t.reduce(Up)}function Hp(e,t,r=!0,n=1/0){return kp(Pp.tag_name(e),t,r,n)}var Gp;function qp(e,t){const r=[],n=[];if(e===t)return 0;let a=Hf(e)?e:e.parent;for(;a;)r.unshift(a),a=a.parent;for(a=Hf(t)?t:t.parent;a;)n.unshift(a),a=a.parent;const i=Math.min(r.length,n.length);let o=0;for(;o<i&&r[o]===n[o];)o++;if(0===o)return Gp.DISCONNECTED;const s=r[o-1],c=s.children,l=r[o],u=n[o];return c.indexOf(l)>c.indexOf(u)?s===t?Gp.FOLLOWING|Gp.CONTAINED_BY:Gp.FOLLOWING:s===e?Gp.PRECEDING|Gp.CONTAINS:Gp.PRECEDING}function jp(e){return e=e.filter((e,t,r)=>!r.includes(e,t+1)),e.sort((e,t)=>{const r=qp(e,t);return r&Gp.PRECEDING?-1:r&Gp.FOLLOWING?1:0}),e}!function(e){e[e.DISCONNECTED=1]="DISCONNECTED",e[e.PRECEDING=2]="PRECEDING",e[e.FOLLOWING=4]="FOLLOWING",e[e.CONTAINS=8]="CONTAINS",e[e.CONTAINED_BY=16]="CONTAINED_BY"}(Gp||(Gp={}));const Yp=["url","type","lang"],Wp=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function $p(e){return Hp("media:content",e).map(e=>{const{attribs:t}=e,r={medium:t.medium,isDefault:!!t.isDefault};for(const e of Yp)t[e]&&(r[e]=t[e]);for(const e of Wp)t[e]&&(r[e]=parseInt(t[e],10));return t.expression&&(r.expression=t.expression),r})}function Vp(e,t){return Hp(e,t,!0,1)[0]}function zp(e,t,r=!1){return Np(Hp(e,t,r,1)).trim()}function Qp(e,t,r,n,a=!1){const i=zp(r,n,a);i&&(e[t]=i)}function Kp(e){return"rss"===e||"feed"===e||"rdf:RDF"===e}var Xp=Object.freeze({__proto__:null,isTag:xf,isCDATA:Mf,isText:Pf,isComment:Bf,isDocument:Ff,hasChildren:Hf,getOuterHTML:Sp,getInnerHTML:function(e,t){return Hf(e)?e.children.map(e=>Sp(e,t)).join(""):""},getText:function e(t){return Array.isArray(t)?t.map(e).join(""):xf(t)?"br"===t.name?"\n":e(t.children):Mf(t)?e(t.children):Pf(t)?t.data:""},textContent:Np,innerText:Ip,getChildren:Cp,getParent:wp,getSiblings:Op,getAttributeValue:function(e,t){var r;return null===(r=e.attribs)||void 0===r?void 0:r[t]},hasAttrib:function(e,t){return null!=e.attribs&&Object.prototype.hasOwnProperty.call(e.attribs,t)&&null!=e.attribs[t]},getName:function(e){return e.name},nextElementSibling:Dp,prevElementSibling:Rp,removeElement:Lp,replaceElement:function(e,t){const r=t.prev=e.prev;r&&(r.next=t);const n=t.next=e.next;n&&(n.prev=t);const a=t.parent=e.parent;if(a){const r=a.children;r[r.lastIndexOf(e)]=t,e.parent=null}},appendChild:function(e,t){if(Lp(t),t.next=null,t.parent=e,e.children.push(t)>1){const r=e.children[e.children.length-2];r.next=t,t.prev=r}else t.prev=null},append:function(e,t){Lp(t);const{parent:r}=e,n=e.next;if(t.next=n,t.prev=e,e.next=t,t.parent=r,n){if(n.prev=t,r){const e=r.children;e.splice(e.lastIndexOf(n),0,t)}}else r&&r.children.push(t)},prependChild:function(e,t){if(Lp(t),t.parent=e,t.prev=null,1!==e.children.unshift(t)){const r=e.children[1];r.prev=t,t.next=r}else t.next=null},prepend:function(e,t){Lp(t);const{parent:r}=e;if(r){const n=r.children;n.splice(n.indexOf(e),0,t)}e.prev&&(e.prev.next=t),t.parent=r,t.prev=e.prev,t.next=e,e.prev=t},filter:kp,find:xp,findOneChild:function(e,t){return t.find(e)},findOne:Mp,existsOne:function e(t,r){return(Array.isArray(r)?r:[r]).some(r=>xf(r)&&t(r)||Hf(r)&&e(t,r.children))},findAll:function(e,t){const r=[],n=[Array.isArray(t)?t:[t]],a=[0];for(;;){if(a[0]>=n[0].length){if(1===n.length)return r;n.shift(),a.shift();continue}const t=n[0][a[0]++];xf(t)&&e(t)&&r.push(t),Hf(t)&&t.children.length>0&&(a.unshift(0),n.unshift(t.children))}},testElement:function(e,t){const r=Fp(e);return!r||r(t)},getElements:function(e,t,r,n=1/0){const a=Fp(e);return a?kp(a,t,r,n):[]},getElementById:function(e,t,r=!0){return Array.isArray(t)||(t=[t]),Mp(Bp("id",e),t,r)},getElementsByTagName:Hp,getElementsByClassName:function(e,t,r=!0,n=1/0){return kp(Bp("class",e),t,r,n)},getElementsByTagType:function(e,t,r=!0,n=1/0){return kp(Pp.tag_type(e),t,r,n)},removeSubsets:function(e){let t=e.length;for(;--t>=0;){const r=e[t];if(t>0&&e.lastIndexOf(r,t-1)>=0)e.splice(t,1);else for(let n=r.parent;n;n=n.parent)if(e.includes(n)){e.splice(t,1);break}}return e},get DocumentPosition(){return Gp},compareDocumentPosition:qp,uniqueSort:jp,getFeed:function(e){const t=Vp(Kp,e);return t?"feed"===t.name?function(e){var t;const r=e.children,n={type:"atom",items:Hp("entry",r).map(e=>{var t;const{children:r}=e,n={media:$p(r)};Qp(n,"id","id",r),Qp(n,"title","title",r);const a=null===(t=Vp("link",r))||void 0===t?void 0:t.attribs.href;a&&(n.link=a);const i=zp("summary",r)||zp("content",r);i&&(n.description=i);const o=zp("updated",r);return o&&(n.pubDate=new Date(o)),n})};Qp(n,"id","id",r),Qp(n,"title","title",r);const a=null===(t=Vp("link",r))||void 0===t?void 0:t.attribs.href;a&&(n.link=a);Qp(n,"description","subtitle",r);const i=zp("updated",r);i&&(n.updated=new Date(i));return Qp(n,"author","email",r,!0),n}(t):function(e){var t,r;const n=null!==(r=null===(t=Vp("channel",e.children))||void 0===t?void 0:t.children)&&void 0!==r?r:[],a={type:e.name.substr(0,3),id:"",items:Hp("item",e.children).map(e=>{const{children:t}=e,r={media:$p(t)};Qp(r,"id","guid",t),Qp(r,"title","title",t),Qp(r,"link","link",t),Qp(r,"description","description",t);const n=zp("pubDate",t)||zp("dc:date",t);return n&&(r.pubDate=new Date(n)),r})};Qp(a,"title","title",n),Qp(a,"link","link",n),Qp(a,"description","description",n);const i=zp("lastBuildDate",n);i&&(a.updated=new Date(i));return Qp(a,"author","managingEditor",n,!0),a}(t):null}});const Jp={_useHtmlParser2:!1};function Zp(e,t){if(!e)return null!=t?t:Jp;const r={_useHtmlParser2:!!e.xmlMode,...t,...e};return e.xml?(r._useHtmlParser2=!0,r.xmlMode=!0,!0!==e.xml&&Object.assign(r,e.xml)):e.xmlMode&&(r._useHtmlParser2=!0),r}function ed(e,t,r){return e?e(null!=t?t:e._root.children,null,void 0,r).toString():""}function td(e){const t=null!=e?e:this?this.root():[];let r="";for(let e=0;e<t.length;e++)r+=Np(t[e]);return r}function rd(e,t){if(t===e)return!1;let r=t;for(;r&&r!==r.parent;)if(r=r.parent,r===e)return!0;return!1}function nd(e){if(Array.isArray(e))return!0;if("object"!=typeof e||null===e||!("length"in e)||"number"!=typeof e.length||e.length<0)return!1;for(let t=0;t<e.length;t++)if(!(t in e))return!1;return!0}var ad,id=Object.freeze({__proto__:null,html:function(e,t){return ed(this,function(e,t){return!t&&"object"==typeof e&&null!=e&&!("length"in e)&&!("type"in e)}(e)?void(t=e):e,{...null==this?void 0:this._options,...Zp(t)})},xml:function(e){return ed(this,e,{...this._options,xmlMode:!0})},text:td,parseHTML:function(e,t,r="boolean"==typeof t&&t){if(!e||"string"!=typeof e)return null;"boolean"==typeof t&&(r=t);const n=this.load(e,this._options,!1);return r||n("script").remove(),[...n.root()[0].children]},root:function(){return this(this._root)},contains:rd,extract:function(e){return this.root().extract(e)},merge:function(e,t){if(!nd(e)||!nd(t))return;let r=e.length;const n=+t.length;for(let a=0;a<n;a++)e[r++]=t[a];return e.length=r,e}});function od(e){return null!=e.cheerio}function sd(e){return e.replace(/[._-](\w|$)/g,(e,t)=>t.toUpperCase())}function cd(e,t){const r=e.length;for(let n=0;n<r;n++)t(e[n],n);return e}function ld(e){const t=e.indexOf("<");if(-1===t||t>e.length-3)return!1;const r=e.charCodeAt(t+1);return(r>=ad.LowerA&&r<=ad.LowerZ||r>=ad.UpperA&&r<=ad.UpperZ||r===ad.Exclamation)&&e.includes(">",t+2)}!function(e){e[e.LowerA=97]="LowerA",e[e.LowerZ=122]="LowerZ",e[e.UpperA=65]="UpperA",e[e.UpperZ=90]="UpperZ",e[e.Exclamation=33]="Exclamation"}(ad||(ad={}));const ud=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),hd=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map(e=>e.charCodeAt(0)));var fd;const pd=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),dd=null!==(fd=String.fromCodePoint)&&void 0!==fd?fd:function(e){let t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e),t};var md;!function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"}(md||(md={}));var Ed,gd,_d,Td,Ad,yd;function vd(e){return e>=md.ZERO&&e<=md.NINE}function bd(e){return e>=md.UPPER_A&&e<=md.UPPER_F||e>=md.LOWER_A&&e<=md.LOWER_F}function Sd(e){return e===md.EQUALS||function(e){return e>=md.UPPER_A&&e<=md.UPPER_Z||e>=md.LOWER_A&&e<=md.LOWER_Z||vd(e)}(e)}!function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(Ed||(Ed={})),function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"}(gd||(gd={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(_d||(_d={}));class Nd{constructor(e,t,r){this.decodeTree=e,this.emitCodePoint=t,this.errors=r,this.state=gd.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=_d.Strict}startEntity(e){this.decodeMode=e,this.state=gd.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case gd.EntityStart:return e.charCodeAt(t)===md.NUM?(this.state=gd.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=gd.NamedEntity,this.stateNamedEntity(e,t));case gd.NumericStart:return this.stateNumericStart(e,t);case gd.NumericDecimal:return this.stateNumericDecimal(e,t);case gd.NumericHex:return this.stateNumericHex(e,t);case gd.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===md.LOWER_X?(this.state=gd.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=gd.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,r,n){if(t!==r){const a=r-t;this.result=this.result*Math.pow(n,a)+Number.parseInt(e.substr(t,a),n),this.consumed+=a}}stateNumericHex(e,t){const r=t;for(;t<e.length;){const n=e.charCodeAt(t);if(!vd(n)&&!bd(n))return this.addToNumericResult(e,r,t,16),this.emitNumericEntity(n,3);t+=1}return this.addToNumericResult(e,r,t,16),-1}stateNumericDecimal(e,t){const r=t;for(;t<e.length;){const n=e.charCodeAt(t);if(!vd(n))return this.addToNumericResult(e,r,t,10),this.emitNumericEntity(n,2);t+=1}return this.addToNumericResult(e,r,t,10),-1}emitNumericEntity(e,t){var r;if(this.consumed<=t)return null===(r=this.errors)||void 0===r||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===md.SEMI)this.consumed+=1;else if(this.decodeMode===_d.Strict)return 0;return this.emitCodePoint(function(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=pd.get(e))&&void 0!==t?t:e}(this.result),this.consumed),this.errors&&(e!==md.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){const{decodeTree:r}=this;let n=r[this.treeIndex],a=(n&Ed.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){const i=e.charCodeAt(t);if(this.treeIndex=Id(r,n,this.treeIndex+Math.max(1,a),i),this.treeIndex<0)return 0===this.result||this.decodeMode===_d.Attribute&&(0===a||Sd(i))?0:this.emitNotTerminatedNamedEntity();if(n=r[this.treeIndex],a=(n&Ed.VALUE_LENGTH)>>14,0!==a){if(i===md.SEMI)return this.emitNamedEntityData(this.treeIndex,a,this.consumed+this.excess);this.decodeMode!==_d.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:t,decodeTree:r}=this,n=(r[t]&Ed.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,n,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,r){const{decodeTree:n}=this;return this.emitCodePoint(1===t?n[e]&~Ed.VALUE_LENGTH:n[e+1],r),3===t&&this.emitCodePoint(n[e+2],r),r}end(){var e;switch(this.state){case gd.NamedEntity:return 0===this.result||this.decodeMode===_d.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case gd.NumericDecimal:return this.emitNumericEntity(0,2);case gd.NumericHex:return this.emitNumericEntity(0,3);case gd.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case gd.EntityStart:return 0}}}function Id(e,t,r,n){const a=(t&Ed.BRANCH_LENGTH)>>7,i=t&Ed.JUMP_TABLE;if(0===a)return 0!==i&&n===i?r:-1;if(i){const t=n-i;return t<0||t>=a?-1:e[r+t]-1}let o=r,s=o+a-1;for(;o<=s;){const t=o+s>>>1,r=e[t];if(r<n)o=t+1;else{if(!(r>n))return e[t+a];s=t-1}}return-1}function Cd(e){return e===Td.Space||e===Td.NewLine||e===Td.Tab||e===Td.FormFeed||e===Td.CarriageReturn}function wd(e){return e===Td.Slash||e===Td.Gt||Cd(e)}!function(e){e[e.Tab=9]="Tab",e[e.NewLine=10]="NewLine",e[e.FormFeed=12]="FormFeed",e[e.CarriageReturn=13]="CarriageReturn",e[e.Space=32]="Space",e[e.ExclamationMark=33]="ExclamationMark",e[e.Number=35]="Number",e[e.Amp=38]="Amp",e[e.SingleQuote=39]="SingleQuote",e[e.DoubleQuote=34]="DoubleQuote",e[e.Dash=45]="Dash",e[e.Slash=47]="Slash",e[e.Zero=48]="Zero",e[e.Nine=57]="Nine",e[e.Semi=59]="Semi",e[e.Lt=60]="Lt",e[e.Eq=61]="Eq",e[e.Gt=62]="Gt",e[e.Questionmark=63]="Questionmark",e[e.UpperA=65]="UpperA",e[e.LowerA=97]="LowerA",e[e.UpperF=70]="UpperF",e[e.LowerF=102]="LowerF",e[e.UpperZ=90]="UpperZ",e[e.LowerZ=122]="LowerZ",e[e.LowerX=120]="LowerX",e[e.OpeningSquareBracket=91]="OpeningSquareBracket"}(Td||(Td={})),function(e){e[e.Text=1]="Text",e[e.BeforeTagName=2]="BeforeTagName",e[e.InTagName=3]="InTagName",e[e.InSelfClosingTag=4]="InSelfClosingTag",e[e.BeforeClosingTagName=5]="BeforeClosingTagName",e[e.InClosingTagName=6]="InClosingTagName",e[e.AfterClosingTagName=7]="AfterClosingTagName",e[e.BeforeAttributeName=8]="BeforeAttributeName",e[e.InAttributeName=9]="InAttributeName",e[e.AfterAttributeName=10]="AfterAttributeName",e[e.BeforeAttributeValue=11]="BeforeAttributeValue",e[e.InAttributeValueDq=12]="InAttributeValueDq",e[e.InAttributeValueSq=13]="InAttributeValueSq",e[e.InAttributeValueNq=14]="InAttributeValueNq",e[e.BeforeDeclaration=15]="BeforeDeclaration",e[e.InDeclaration=16]="InDeclaration",e[e.InProcessingInstruction=17]="InProcessingInstruction",e[e.BeforeComment=18]="BeforeComment",e[e.CDATASequence=19]="CDATASequence",e[e.InSpecialComment=20]="InSpecialComment",e[e.InCommentLike=21]="InCommentLike",e[e.BeforeSpecialS=22]="BeforeSpecialS",e[e.BeforeSpecialT=23]="BeforeSpecialT",e[e.SpecialStartSequence=24]="SpecialStartSequence",e[e.InSpecialTag=25]="InSpecialTag",e[e.InEntity=26]="InEntity"}(Ad||(Ad={})),function(e){e[e.NoValue=0]="NoValue",e[e.Unquoted=1]="Unquoted",e[e.Single=2]="Single",e[e.Double=3]="Double"}(yd||(yd={}));const Od={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101]),TextareaEnd:new Uint8Array([60,47,116,101,120,116,97,114,101,97]),XmpEnd:new Uint8Array([60,47,120,109,112])};class Dd{constructor({xmlMode:e=!1,decodeEntities:t=!0},r){this.cbs=r,this.state=Ad.Text,this.buffer="",this.sectionStart=0,this.index=0,this.entityStart=0,this.baseState=Ad.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.xmlMode=e,this.decodeEntities=t,this.entityDecoder=new Nd(e?hd:ud,(e,t)=>this.emitCodePoint(e,t))}reset(){this.state=Ad.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=Ad.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(e){this.offset+=this.buffer.length,this.buffer=e,this.parse()}end(){this.running&&this.finish()}pause(){this.running=!1}resume(){this.running=!0,this.index<this.buffer.length+this.offset&&this.parse()}stateText(e){e===Td.Lt||!this.decodeEntities&&this.fastForwardTo(Td.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=Ad.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&e===Td.Amp&&this.startEntity()}stateSpecialStartSequence(e){const t=this.sequenceIndex===this.currentSequence.length;if(t?wd(e):(32|e)===this.currentSequence[this.sequenceIndex]){if(!t)return void this.sequenceIndex++}else this.isSpecial=!1;this.sequenceIndex=0,this.state=Ad.InTagName,this.stateInTagName(e)}stateInSpecialTag(e){if(this.sequenceIndex===this.currentSequence.length){if(e===Td.Gt||Cd(e)){const t=this.index-this.currentSequence.length;if(this.sectionStart<t){const e=this.index;this.index=t,this.cbs.ontext(this.sectionStart,t),this.index=e}return this.isSpecial=!1,this.sectionStart=t+2,void this.stateInClosingTagName(e)}this.sequenceIndex=0}(32|e)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:0===this.sequenceIndex?this.currentSequence===Od.TitleEnd?this.decodeEntities&&e===Td.Amp&&this.startEntity():this.fastForwardTo(Td.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=Number(e===Td.Lt)}stateCDATASequence(e){e===Od.Cdata[this.sequenceIndex]?++this.sequenceIndex===Od.Cdata.length&&(this.state=Ad.InCommentLike,this.currentSequence=Od.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=Ad.InDeclaration,this.stateInDeclaration(e))}fastForwardTo(e){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===e)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(e){e===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===Od.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index,2):this.cbs.oncomment(this.sectionStart,this.index,2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=Ad.Text):0===this.sequenceIndex?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):e!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)}isTagStartChar(e){return this.xmlMode?!wd(e):function(e){return e>=Td.LowerA&&e<=Td.LowerZ||e>=Td.UpperA&&e<=Td.UpperZ}(e)}startSpecial(e,t){this.isSpecial=!0,this.currentSequence=e,this.sequenceIndex=t,this.state=Ad.SpecialStartSequence}stateBeforeTagName(e){if(e===Td.ExclamationMark)this.state=Ad.BeforeDeclaration,this.sectionStart=this.index+1;else if(e===Td.Questionmark)this.state=Ad.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(e)){const t=32|e;this.sectionStart=this.index,this.xmlMode?this.state=Ad.InTagName:t===Od.ScriptEnd[2]?this.state=Ad.BeforeSpecialS:t===Od.TitleEnd[2]||t===Od.XmpEnd[2]?this.state=Ad.BeforeSpecialT:this.state=Ad.InTagName}else e===Td.Slash?this.state=Ad.BeforeClosingTagName:(this.state=Ad.Text,this.stateText(e))}stateInTagName(e){wd(e)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=Ad.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateBeforeClosingTagName(e){Cd(e)||(e===Td.Gt?this.state=Ad.Text:(this.state=this.isTagStartChar(e)?Ad.InClosingTagName:Ad.InSpecialComment,this.sectionStart=this.index))}stateInClosingTagName(e){(e===Td.Gt||Cd(e))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=Ad.AfterClosingTagName,this.stateAfterClosingTagName(e))}stateAfterClosingTagName(e){(e===Td.Gt||this.fastForwardTo(Td.Gt))&&(this.state=Ad.Text,this.sectionStart=this.index+1)}stateBeforeAttributeName(e){e===Td.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=Ad.InSpecialTag,this.sequenceIndex=0):this.state=Ad.Text,this.sectionStart=this.index+1):e===Td.Slash?this.state=Ad.InSelfClosingTag:Cd(e)||(this.state=Ad.InAttributeName,this.sectionStart=this.index)}stateInSelfClosingTag(e){e===Td.Gt?(this.cbs.onselfclosingtag(this.index),this.state=Ad.Text,this.sectionStart=this.index+1,this.isSpecial=!1):Cd(e)||(this.state=Ad.BeforeAttributeName,this.stateBeforeAttributeName(e))}stateInAttributeName(e){(e===Td.Eq||wd(e))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=this.index,this.state=Ad.AfterAttributeName,this.stateAfterAttributeName(e))}stateAfterAttributeName(e){e===Td.Eq?this.state=Ad.BeforeAttributeValue:e===Td.Slash||e===Td.Gt?(this.cbs.onattribend(yd.NoValue,this.sectionStart),this.sectionStart=-1,this.state=Ad.BeforeAttributeName,this.stateBeforeAttributeName(e)):Cd(e)||(this.cbs.onattribend(yd.NoValue,this.sectionStart),this.state=Ad.InAttributeName,this.sectionStart=this.index)}stateBeforeAttributeValue(e){e===Td.DoubleQuote?(this.state=Ad.InAttributeValueDq,this.sectionStart=this.index+1):e===Td.SingleQuote?(this.state=Ad.InAttributeValueSq,this.sectionStart=this.index+1):Cd(e)||(this.sectionStart=this.index,this.state=Ad.InAttributeValueNq,this.stateInAttributeValueNoQuotes(e))}handleInAttributeValue(e,t){e===t||!this.decodeEntities&&this.fastForwardTo(t)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(t===Td.DoubleQuote?yd.Double:yd.Single,this.index+1),this.state=Ad.BeforeAttributeName):this.decodeEntities&&e===Td.Amp&&this.startEntity()}stateInAttributeValueDoubleQuotes(e){this.handleInAttributeValue(e,Td.DoubleQuote)}stateInAttributeValueSingleQuotes(e){this.handleInAttributeValue(e,Td.SingleQuote)}stateInAttributeValueNoQuotes(e){Cd(e)||e===Td.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(yd.Unquoted,this.index),this.state=Ad.BeforeAttributeName,this.stateBeforeAttributeName(e)):this.decodeEntities&&e===Td.Amp&&this.startEntity()}stateBeforeDeclaration(e){e===Td.OpeningSquareBracket?(this.state=Ad.CDATASequence,this.sequenceIndex=0):this.state=e===Td.Dash?Ad.BeforeComment:Ad.InDeclaration}stateInDeclaration(e){(e===Td.Gt||this.fastForwardTo(Td.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=Ad.Text,this.sectionStart=this.index+1)}stateInProcessingInstruction(e){(e===Td.Gt||this.fastForwardTo(Td.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=Ad.Text,this.sectionStart=this.index+1)}stateBeforeComment(e){e===Td.Dash?(this.state=Ad.InCommentLike,this.currentSequence=Od.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=Ad.InDeclaration}stateInSpecialComment(e){(e===Td.Gt||this.fastForwardTo(Td.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=Ad.Text,this.sectionStart=this.index+1)}stateBeforeSpecialS(e){const t=32|e;t===Od.ScriptEnd[3]?this.startSpecial(Od.ScriptEnd,4):t===Od.StyleEnd[3]?this.startSpecial(Od.StyleEnd,4):(this.state=Ad.InTagName,this.stateInTagName(e))}stateBeforeSpecialT(e){switch(32|e){case Od.TitleEnd[3]:this.startSpecial(Od.TitleEnd,4);break;case Od.TextareaEnd[3]:this.startSpecial(Od.TextareaEnd,4);break;case Od.XmpEnd[3]:this.startSpecial(Od.XmpEnd,4);break;default:this.state=Ad.InTagName,this.stateInTagName(e)}}startEntity(){this.baseState=this.state,this.state=Ad.InEntity,this.entityStart=this.index,this.entityDecoder.startEntity(this.xmlMode?_d.Strict:this.baseState===Ad.Text||this.baseState===Ad.InSpecialTag?_d.Legacy:_d.Attribute)}stateInEntity(){const e=this.entityDecoder.write(this.buffer,this.index-this.offset);e>=0?(this.state=this.baseState,0===e&&(this.index=this.entityStart)):this.index=this.offset+this.buffer.length-1}cleanup(){this.running&&this.sectionStart!==this.index&&(this.state===Ad.Text||this.state===Ad.InSpecialTag&&0===this.sequenceIndex?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):this.state!==Ad.InAttributeValueDq&&this.state!==Ad.InAttributeValueSq&&this.state!==Ad.InAttributeValueNq||(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){for(;this.shouldContinue();){const e=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case Ad.Text:this.stateText(e);break;case Ad.SpecialStartSequence:this.stateSpecialStartSequence(e);break;case Ad.InSpecialTag:this.stateInSpecialTag(e);break;case Ad.CDATASequence:this.stateCDATASequence(e);break;case Ad.InAttributeValueDq:this.stateInAttributeValueDoubleQuotes(e);break;case Ad.InAttributeName:this.stateInAttributeName(e);break;case Ad.InCommentLike:this.stateInCommentLike(e);break;case Ad.InSpecialComment:this.stateInSpecialComment(e);break;case Ad.BeforeAttributeName:this.stateBeforeAttributeName(e);break;case Ad.InTagName:this.stateInTagName(e);break;case Ad.InClosingTagName:this.stateInClosingTagName(e);break;case Ad.BeforeTagName:this.stateBeforeTagName(e);break;case Ad.AfterAttributeName:this.stateAfterAttributeName(e);break;case Ad.InAttributeValueSq:this.stateInAttributeValueSingleQuotes(e);break;case Ad.BeforeAttributeValue:this.stateBeforeAttributeValue(e);break;case Ad.BeforeClosingTagName:this.stateBeforeClosingTagName(e);break;case Ad.AfterClosingTagName:this.stateAfterClosingTagName(e);break;case Ad.BeforeSpecialS:this.stateBeforeSpecialS(e);break;case Ad.BeforeSpecialT:this.stateBeforeSpecialT(e);break;case Ad.InAttributeValueNq:this.stateInAttributeValueNoQuotes(e);break;case Ad.InSelfClosingTag:this.stateInSelfClosingTag(e);break;case Ad.InDeclaration:this.stateInDeclaration(e);break;case Ad.BeforeDeclaration:this.stateBeforeDeclaration(e);break;case Ad.BeforeComment:this.stateBeforeComment(e);break;case Ad.InProcessingInstruction:this.stateInProcessingInstruction(e);break;case Ad.InEntity:this.stateInEntity()}this.index++}this.cleanup()}finish(){this.state===Ad.InEntity&&(this.entityDecoder.end(),this.state=this.baseState),this.handleTrailingData(),this.cbs.onend()}handleTrailingData(){const e=this.buffer.length+this.offset;this.sectionStart>=e||(this.state===Ad.InCommentLike?this.currentSequence===Od.CdataEnd?this.cbs.oncdata(this.sectionStart,e,0):this.cbs.oncomment(this.sectionStart,e,0):this.state===Ad.InTagName||this.state===Ad.BeforeAttributeName||this.state===Ad.BeforeAttributeValue||this.state===Ad.AfterAttributeName||this.state===Ad.InAttributeName||this.state===Ad.InAttributeValueSq||this.state===Ad.InAttributeValueDq||this.state===Ad.InAttributeValueNq||this.state===Ad.InClosingTagName||this.cbs.ontext(this.sectionStart,e))}emitCodePoint(e,t){this.baseState!==Ad.Text&&this.baseState!==Ad.InSpecialTag?(this.sectionStart<this.entityStart&&this.cbs.onattribdata(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+t,this.index=this.sectionStart-1,this.cbs.onattribentity(e)):(this.sectionStart<this.entityStart&&this.cbs.ontext(this.sectionStart,this.entityStart),this.sectionStart=this.entityStart+t,this.index=this.sectionStart-1,this.cbs.ontextentity(e,this.sectionStart))}}const Rd=new Set(["input","option","optgroup","select","button","datalist","textarea"]),Ld=new Set(["p"]),kd=new Set(["thead","tbody"]),xd=new Set(["dd","dt"]),Md=new Set(["rt","rp"]),Pd=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",Ld],["h1",Ld],["h2",Ld],["h3",Ld],["h4",Ld],["h5",Ld],["h6",Ld],["select",Rd],["input",Rd],["output",Rd],["button",Rd],["datalist",Rd],["textarea",Rd],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",xd],["dt",xd],["address",Ld],["article",Ld],["aside",Ld],["blockquote",Ld],["details",Ld],["div",Ld],["dl",Ld],["fieldset",Ld],["figcaption",Ld],["figure",Ld],["footer",Ld],["form",Ld],["header",Ld],["hr",Ld],["main",Ld],["nav",Ld],["ol",Ld],["pre",Ld],["section",Ld],["table",Ld],["ul",Ld],["rt",Md],["rp",Md],["tbody",kd],["tfoot",kd]]),Bd=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),Ud=new Set(["math","svg"]),Fd=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),Hd=/\s|\//;class Gd{constructor(e,t={}){var r,n,a,i,o,s;this.options=t,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=null!=e?e:{},this.htmlMode=!this.options.xmlMode,this.lowerCaseTagNames=null!==(r=t.lowerCaseTags)&&void 0!==r?r:this.htmlMode,this.lowerCaseAttributeNames=null!==(n=t.lowerCaseAttributeNames)&&void 0!==n?n:this.htmlMode,this.recognizeSelfClosing=null!==(a=t.recognizeSelfClosing)&&void 0!==a?a:!this.htmlMode,this.tokenizer=new(null!==(i=t.Tokenizer)&&void 0!==i?i:Dd)(this.options,this),this.foreignContext=[!this.htmlMode],null===(s=(o=this.cbs).onparserinit)||void 0===s||s.call(o,this)}ontext(e,t){var r,n;const a=this.getSlice(e,t);this.endIndex=t-1,null===(n=(r=this.cbs).ontext)||void 0===n||n.call(r,a),this.startIndex=t}ontextentity(e,t){var r,n;this.endIndex=t-1,null===(n=(r=this.cbs).ontext)||void 0===n||n.call(r,dd(e)),this.startIndex=t}isVoidElement(e){return this.htmlMode&&Bd.has(e)}onopentagname(e,t){this.endIndex=t;let r=this.getSlice(e,t);this.lowerCaseTagNames&&(r=r.toLowerCase()),this.emitOpenTag(r)}emitOpenTag(e){var t,r,n,a;this.openTagStart=this.startIndex,this.tagname=e;const i=this.htmlMode&&Pd.get(e);if(i)for(;this.stack.length>0&&i.has(this.stack[0]);){const e=this.stack.shift();null===(r=(t=this.cbs).onclosetag)||void 0===r||r.call(t,e,!0)}this.isVoidElement(e)||(this.stack.unshift(e),this.htmlMode&&(Ud.has(e)?this.foreignContext.unshift(!0):Fd.has(e)&&this.foreignContext.unshift(!1))),null===(a=(n=this.cbs).onopentagname)||void 0===a||a.call(n,e),this.cbs.onopentag&&(this.attribs={})}endOpenTag(e){var t,r;this.startIndex=this.openTagStart,this.attribs&&(null===(r=(t=this.cbs).onopentag)||void 0===r||r.call(t,this.tagname,this.attribs,e),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""}onopentagend(e){this.endIndex=e,this.endOpenTag(!1),this.startIndex=e+1}onclosetag(e,t){var r,n,a,i,o,s,c,l;this.endIndex=t;let u=this.getSlice(e,t);if(this.lowerCaseTagNames&&(u=u.toLowerCase()),this.htmlMode&&(Ud.has(u)||Fd.has(u))&&this.foreignContext.shift(),this.isVoidElement(u))this.htmlMode&&"br"===u&&(null===(i=(a=this.cbs).onopentagname)||void 0===i||i.call(a,"br"),null===(s=(o=this.cbs).onopentag)||void 0===s||s.call(o,"br",{},!0),null===(l=(c=this.cbs).onclosetag)||void 0===l||l.call(c,"br",!1));else{const e=this.stack.indexOf(u);if(-1!==e)for(let t=0;t<=e;t++){const a=this.stack.shift();null===(n=(r=this.cbs).onclosetag)||void 0===n||n.call(r,a,t!==e)}else this.htmlMode&&"p"===u&&(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=t+1}onselfclosingtag(e){this.endIndex=e,this.recognizeSelfClosing||this.foreignContext[0]?(this.closeCurrentTag(!1),this.startIndex=e+1):this.onopentagend(e)}closeCurrentTag(e){var t,r;const n=this.tagname;this.endOpenTag(e),this.stack[0]===n&&(null===(r=(t=this.cbs).onclosetag)||void 0===r||r.call(t,n,!e),this.stack.shift())}onattribname(e,t){this.startIndex=e;const r=this.getSlice(e,t);this.attribname=this.lowerCaseAttributeNames?r.toLowerCase():r}onattribdata(e,t){this.attribvalue+=this.getSlice(e,t)}onattribentity(e){this.attribvalue+=dd(e)}onattribend(e,t){var r,n;this.endIndex=t,null===(n=(r=this.cbs).onattribute)||void 0===n||n.call(r,this.attribname,this.attribvalue,e===yd.Double?'"':e===yd.Single?"'":e===yd.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""}getInstructionName(e){const t=e.search(Hd);let r=t<0?e:e.substr(0,t);return this.lowerCaseTagNames&&(r=r.toLowerCase()),r}ondeclaration(e,t){this.endIndex=t;const r=this.getSlice(e,t);if(this.cbs.onprocessinginstruction){const e=this.getInstructionName(r);this.cbs.onprocessinginstruction(`!${e}`,`!${r}`)}this.startIndex=t+1}onprocessinginstruction(e,t){this.endIndex=t;const r=this.getSlice(e,t);if(this.cbs.onprocessinginstruction){const e=this.getInstructionName(r);this.cbs.onprocessinginstruction(`?${e}`,`?${r}`)}this.startIndex=t+1}oncomment(e,t,r){var n,a,i,o;this.endIndex=t,null===(a=(n=this.cbs).oncomment)||void 0===a||a.call(n,this.getSlice(e,t-r)),null===(o=(i=this.cbs).oncommentend)||void 0===o||o.call(i),this.startIndex=t+1}oncdata(e,t,r){var n,a,i,o,s,c,l,u,h,f;this.endIndex=t;const p=this.getSlice(e,t-r);!this.htmlMode||this.options.recognizeCDATA?(null===(a=(n=this.cbs).oncdatastart)||void 0===a||a.call(n),null===(o=(i=this.cbs).ontext)||void 0===o||o.call(i,p),null===(c=(s=this.cbs).oncdataend)||void 0===c||c.call(s)):(null===(u=(l=this.cbs).oncomment)||void 0===u||u.call(l,`[CDATA[${p}]]`),null===(f=(h=this.cbs).oncommentend)||void 0===f||f.call(h)),this.startIndex=t+1}onend(){var e,t;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let e=0;e<this.stack.length;e++)this.cbs.onclosetag(this.stack[e],!0)}null===(t=(e=this.cbs).onend)||void 0===t||t.call(e)}reset(){var e,t,r,n;null===(t=(e=this.cbs).onreset)||void 0===t||t.call(e),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,null===(n=(r=this.cbs).onparserinit)||void 0===n||n.call(r,this),this.buffers.length=0,this.foreignContext.length=0,this.foreignContext.unshift(!this.htmlMode),this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete(e){this.reset(),this.end(e)}getSlice(e,t){for(;e-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();let r=this.buffers[0].slice(e-this.bufferOffset,t-this.bufferOffset);for(;t-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),r+=this.buffers[0].slice(0,t-this.bufferOffset);return r}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(e){var t,r;this.ended?null===(r=(t=this.cbs).onerror)||void 0===r||r.call(t,new Error(".write() after done!")):(this.buffers.push(e),this.tokenizer.running&&(this.tokenizer.write(e),this.writeIndex++))}end(e){var t,r;this.ended?null===(r=(t=this.cbs).onerror)||void 0===r||r.call(t,new Error(".end() after done!")):(e&&this.write(e),this.ended=!0,this.tokenizer.end())}pause(){this.tokenizer.pause()}resume(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex<this.buffers.length;)this.tokenizer.write(this.buffers[this.writeIndex++]);this.ended&&this.tokenizer.end()}parseChunk(e){this.write(e)}done(e){this.end(e)}}var qd;const jd=null!==(qd=Object.hasOwn)&&void 0!==qd?qd:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),Yd=/\s+/,Wd="data-",$d=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,Vd=/^{[^]*}$|^\[[^]*]$/;function zd(e,t,r){var n;if(e&&xf(e))return null!==(n=e.attribs)&&void 0!==n||(e.attribs={}),t?jd(e.attribs,t)?!r&&$d.test(t)?t:e.attribs[t]:"option"===e.name&&"value"===t?td(e.children):"input"!==e.name||"radio"!==e.attribs.type&&"checkbox"!==e.attribs.type||"value"!==t?void 0:"on":e.attribs}function Qd(e,t,r){null===r?em(e,t):e.attribs[t]=`${r}`}function Kd(e,t,r){return t in e?e[t]:!r&&$d.test(t)?void 0!==zd(e,t,!1):zd(e,t,r)}function Xd(e,t,r,n){t in e?e[t]=r:Qd(e,t,!n&&$d.test(t)?r?"":null:`${r}`)}function Jd(e,t,r){var n;null!==(n=e.data)&&void 0!==n||(e.data={}),"object"==typeof t?Object.assign(e.data,t):"string"==typeof t&&void 0!==r&&(e.data[t]=r)}function Zd(e){if("null"===e)return null;if("true"===e)return!0;if("false"===e)return!1;const t=Number(e);if(e===String(t))return t;if(Vd.test(e))try{return JSON.parse(e)}catch{}return e}function em(e,t){e.attribs&&jd(e.attribs,t)&&delete e.attribs[t]}function tm(e){return e?e.trim().split(Yd):[]}var rm,nm,am=Object.freeze({__proto__:null,attr:function(e,t){if("object"==typeof e||void 0!==t){if("function"==typeof t){if("string"!=typeof e)throw new Error("Bad combination of arguments.");return cd(this,(r,n)=>{xf(r)&&Qd(r,e,t.call(r,n,r.attribs[e]))})}return cd(this,r=>{if(xf(r))if("object"==typeof e)for(const t of Object.keys(e)){Qd(r,t,e[t])}else Qd(r,e,t)})}return arguments.length>1?this:zd(this[0],e,this.options.xmlMode)},prop:function(e,t){var r;if("string"==typeof e&&void 0===t){const t=this[0];if(!t)return;switch(e){case"style":{const e=this.css(),t=Object.keys(e);for(let r=0;r<t.length;r++)e[r]=t[r];return e.length=t.length,e}case"tagName":case"nodeName":if(!xf(t))return;return t.name.toUpperCase();case"href":case"src":{if(!xf(t))return;const n=null===(r=t.attribs)||void 0===r?void 0:r[e];return"undefined"==typeof URL||("href"!==e||"a"!==t.tagName&&"link"!==t.tagName)&&("src"!==e||"img"!==t.tagName&&"iframe"!==t.tagName&&"audio"!==t.tagName&&"video"!==t.tagName&&"source"!==t.tagName)||void 0===n||!this.options.baseURI?n:new URL(n,this.options.baseURI).href}case"innerText":return Ip(t);case"textContent":return Np(t);case"outerHTML":return t.type===Ef?this.html():this.clone().wrap("<container />").parent().html();case"innerHTML":return this.html();default:if(!xf(t))return;return Kd(t,e,this.options.xmlMode)}}if("object"==typeof e||void 0!==t){if("function"==typeof t){if("object"==typeof e)throw new TypeError("Bad combination of arguments.");return cd(this,(r,n)=>{xf(r)&&Xd(r,e,t.call(r,n,Kd(r,e,this.options.xmlMode)),this.options.xmlMode)})}return cd(this,r=>{if(xf(r))if("object"==typeof e)for(const t of Object.keys(e)){Xd(r,t,e[t],this.options.xmlMode)}else Xd(r,e,t,this.options.xmlMode)})}},data:function(e,t){var r;const n=this[0];if(!n||!xf(n))return;const a=n;return null!==(r=a.data)&&void 0!==r||(a.data={}),null==e?function(e){for(const t of Object.keys(e.attribs)){if(!t.startsWith(Wd))continue;const r=sd(t.slice(5));jd(e.data,r)||(e.data[r]=Zd(e.attribs[t]))}return e.data}(a):"object"==typeof e||void 0!==t?(cd(this,r=>{xf(r)&&("object"==typeof e?Jd(r,e):Jd(r,e,t))}),this):function(e,t){const r=Wd+t.replace(/[A-Z]/g,"-$&").toLowerCase(),n=e.data;return jd(n,t)?n[t]:jd(e.attribs,r)?n[t]=Zd(e.attribs[r]):void 0}(a,e)},val:function(e){const t=0===arguments.length,r=this[0];if(!r||!xf(r))return t?void 0:this;switch(r.name){case"textarea":return this.text(e);case"select":{const r=this.find("option:selected");if(!t){if(null==this.attr("multiple")&&"object"==typeof e)return this;this.find("option").removeAttr("selected");const t="object"==typeof e?e:[e];for(const e of t)this.find(`option[value="${e}"]`).attr("selected","");return this}return this.attr("multiple")?r.toArray().map(e=>td(e.children)):r.attr("value")}case"input":case"option":return t?this.attr("value"):this.attr("value",e)}},removeAttr:function(e){const t=tm(e);for(const e of t)cd(this,t=>{xf(t)&&em(t,e)});return this},hasClass:function(e){return this.toArray().some(t=>{const r=xf(t)&&t.attribs.class;let n=-1;if(r&&e.length>0)for(;(n=r.indexOf(e,n+1))>-1;){const t=n+e.length;if((0===n||Yd.test(r[n-1]))&&(t===r.length||Yd.test(r[t])))return!0}return!1})},addClass:function e(t){if("function"==typeof t)return cd(this,(r,n)=>{if(xf(r)){const a=r.attribs.class||"";e.call([r],t.call(r,n,a))}});if(!t||"string"!=typeof t)return this;const r=t.split(Yd),n=this.length;for(let e=0;e<n;e++){const t=this[e];if(!xf(t))continue;const n=zd(t,"class",!1);if(n){let e=` ${n} `;for(const t of r){const r=`${t} `;e.includes(` ${r}`)||(e+=r)}Qd(t,"class",e.trim())}else Qd(t,"class",r.join(" ").trim())}return this},removeClass:function e(t){if("function"==typeof t)return cd(this,(r,n)=>{xf(r)&&e.call([r],t.call(r,n,r.attribs.class||""))});const r=tm(t),n=r.length,a=0===arguments.length;return cd(this,e=>{if(xf(e))if(a)e.attribs.class="";else{const t=tm(e.attribs.class);let a=!1;for(let e=0;e<n;e++){const n=t.indexOf(r[e]);-1!==n&&(t.splice(n,1),a=!0,e--)}a&&(e.attribs.class=t.join(" "))}})},toggleClass:function e(t,r){if("function"==typeof t)return cd(this,(n,a)=>{xf(n)&&e.call([n],t.call(n,a,n.attribs.class||"",r),r)});if(!t||"string"!=typeof t)return this;const n=t.split(Yd),a=n.length,i="boolean"==typeof r?r?1:-1:0,o=this.length;for(let e=0;e<o;e++){const t=this[e];if(!xf(t))continue;const r=tm(t.attribs.class);for(let e=0;e<a;e++){const t=r.indexOf(n[e]);i>=0&&-1===t?r.push(n[e]):i<=0&&-1!==t&&r.splice(t,1)}t.attribs.class=r.join(" ")}return this}});!function(e){e.Attribute="attribute",e.Pseudo="pseudo",e.PseudoElement="pseudo-element",e.Tag="tag",e.Universal="universal",e.Adjacent="adjacent",e.Child="child",e.Descendant="descendant",e.Parent="parent",e.Sibling="sibling",e.ColumnCombinator="column-combinator"}(rm||(rm={})),function(e){e.Any="any",e.Element="element",e.End="end",e.Equals="equals",e.Exists="exists",e.Hyphen="hyphen",e.Not="not",e.Start="start"}(nm||(nm={}));const im=/^[^\\#]?(?:\\(?:[\da-f]{1,6}\s?|.)|[\w\-\u00b0-\uFFFF])+/,om=/\\([\da-f]{1,6}\s?|(\s)|.)/gi,sm=new Map([[126,nm.Element],[94,nm.Start],[36,nm.End],[42,nm.Any],[33,nm.Not],[124,nm.Hyphen]]),cm=new Set(["has","not","matches","is","where","host","host-context"]);function lm(e){switch(e.type){case rm.Adjacent:case rm.Child:case rm.Descendant:case rm.Parent:case rm.Sibling:case rm.ColumnCombinator:return!0;default:return!1}}const um=new Set(["contains","icontains"]);function hm(e,t,r){const n=parseInt(t,16)-65536;return n!=n||r?t:n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320)}function fm(e){return e.replace(om,hm)}function pm(e){return 39===e||34===e}function dm(e){return 32===e||9===e||10===e||12===e||13===e}function mm(e){const t=[],r=Em(t,`${e}`,0);if(r<e.length)throw new Error(`Unmatched selector: ${e.slice(r)}`);return t}function Em(e,t,r){let n=[];function a(e){const n=t.slice(r+e).match(im);if(!n)throw new Error(`Expected name, found ${t.slice(r)}`);const[a]=n;return r+=e+a.length,fm(a)}function i(e){for(r+=e;r<t.length&&dm(t.charCodeAt(r));)r++}function o(){const e=r+=1;let n=1;for(;n>0&&r<t.length;r++)40!==t.charCodeAt(r)||s(r)?41!==t.charCodeAt(r)||s(r)||n--:n++;if(n)throw new Error("Parenthesis not matched");return fm(t.slice(e,r-1))}function s(e){let r=0;for(;92===t.charCodeAt(--e);)r++;return!(1&~r)}function c(){if(n.length>0&&lm(n[n.length-1]))throw new Error("Did not expect successive traversals.")}function l(e){n.length>0&&n[n.length-1].type===rm.Descendant?n[n.length-1].type=e:(c(),n.push({type:e}))}function u(e,t){n.push({type:rm.Attribute,name:e,action:t,value:a(1),namespace:null,ignoreCase:"quirks"})}function h(){if(n.length&&n[n.length-1].type===rm.Descendant&&n.pop(),0===n.length)throw new Error("Empty sub-selector");e.push(n)}if(i(0),t.length===r)return r;e:for(;r<t.length;){const e=t.charCodeAt(r);switch(e){case 32:case 9:case 10:case 12:case 13:0!==n.length&&n[0].type===rm.Descendant||(c(),n.push({type:rm.Descendant})),i(1);break;case 62:l(rm.Child),i(1);break;case 60:l(rm.Parent),i(1);break;case 126:l(rm.Sibling),i(1);break;case 43:l(rm.Adjacent),i(1);break;case 46:u("class",nm.Element);break;case 35:u("id",nm.Equals);break;case 91:{let e;i(1);let o=null;124===t.charCodeAt(r)?e=a(1):t.startsWith("*|",r)?(o="*",e=a(2)):(e=a(0),124===t.charCodeAt(r)&&61!==t.charCodeAt(r+1)&&(o=e,e=a(1))),i(0);let c=nm.Exists;const l=sm.get(t.charCodeAt(r));if(l){if(c=l,61!==t.charCodeAt(r+1))throw new Error("Expected `=`");i(2)}else 61===t.charCodeAt(r)&&(c=nm.Equals,i(1));let u="",h=null;if("exists"!==c){if(pm(t.charCodeAt(r))){const e=t.charCodeAt(r);let n=r+1;for(;n<t.length&&(t.charCodeAt(n)!==e||s(n));)n+=1;if(t.charCodeAt(n)!==e)throw new Error("Attribute value didn't end");u=fm(t.slice(r+1,n)),r=n+1}else{const e=r;for(;r<t.length&&(!dm(t.charCodeAt(r))&&93!==t.charCodeAt(r)||s(r));)r+=1;u=fm(t.slice(e,r))}i(0);const e=32|t.charCodeAt(r);115===e?(h=!1,i(1)):105===e&&(h=!0,i(1))}if(93!==t.charCodeAt(r))throw new Error("Attribute selector didn't terminate");r+=1;const f={type:rm.Attribute,name:e,action:c,value:u,namespace:o,ignoreCase:h};n.push(f);break}case 58:{if(58===t.charCodeAt(r+1)){n.push({type:rm.PseudoElement,name:a(2).toLowerCase(),data:40===t.charCodeAt(r)?o():null});continue}const e=a(1).toLowerCase();let i=null;if(40===t.charCodeAt(r))if(cm.has(e)){if(pm(t.charCodeAt(r+1)))throw new Error(`Pseudo-selector ${e} cannot be quoted`);if(i=[],r=Em(i,t,r+1),41!==t.charCodeAt(r))throw new Error(`Missing closing parenthesis in :${e} (${t})`);r+=1}else{if(i=o(),um.has(e)){const e=i.charCodeAt(0);e===i.charCodeAt(i.length-1)&&pm(e)&&(i=i.slice(1,-1))}i=fm(i)}n.push({type:rm.Pseudo,name:e,data:i});break}case 44:h(),n=[],i(1);break;default:{if(t.startsWith("/*",r)){const e=t.indexOf("*/",r+2);if(e<0)throw new Error("Comment was not terminated");r=e+2,0===n.length&&i(0);break}let o,s=null;if(42===e)r+=1,o="*";else if(124===e){if(o="",124===t.charCodeAt(r+1)){l(rm.ColumnCombinator),i(2);break}}else{if(!im.test(t.slice(r)))break e;o=a(0)}124===t.charCodeAt(r)&&124!==t.charCodeAt(r+1)&&(s=o,42===t.charCodeAt(r+1)?(o="*",r+=2):o=a(1)),n.push("*"===o?{type:rm.Universal,namespace:s}:{type:rm.Tag,name:o,namespace:s})}}}return h(),r}const gm=["\\",'"'],_m=[...gm,"(",")"];new Set(gm.map(e=>e.charCodeAt(0))),new Set(_m.map(e=>e.charCodeAt(0))),new Set([..._m,"~","^","$","*","+","!","|",":","[","]"," ","."].map(e=>e.charCodeAt(0)));var Tm={trueFunc:function(){return!0},falseFunc:function(){return!1}};const Am=new Map([[rm.Universal,50],[rm.Tag,30],[rm.Attribute,1],[rm.Pseudo,0]]);function ym(e){return!Am.has(e.type)}const vm=new Map([[nm.Exists,10],[nm.Equals,8],[nm.Not,7],[nm.Start,6],[nm.End,6],[nm.Any,5]]);function bm(e){const t=e.map(Sm);for(let r=1;r<e.length;r++){const n=t[r];if(!(n<0))for(let a=r-1;a>=0&&n<t[a];a--){const r=e[a+1];e[a+1]=e[a],e[a]=r,t[a+1]=t[a],t[a]=n}}}function Sm(e){var t,r;let n=null!==(t=Am.get(e.type))&&void 0!==t?t:-1;return e.type===rm.Attribute?(n=null!==(r=vm.get(e.action))&&void 0!==r?r:4,e.action===nm.Equals&&"id"===e.name&&(n=9),e.ignoreCase&&(n>>=1)):e.type===rm.Pseudo&&(e.data?"has"===e.name||"contains"===e.name?n=0:Array.isArray(e.data)?(n=Math.min(...e.data.map(e=>Math.min(...e.map(Sm)))),n<0&&(n=0)):n=2:n=3),n}const Nm=/[-[\]{}()*+?.,\\^$|#\s]/g;function Im(e){return e.replace(Nm,"\\$&")}const Cm=new Set(["accept","accept-charset","align","alink","axis","bgcolor","charset","checked","clear","codetype","color","compact","declare","defer","dir","direction","disabled","enctype","face","frame","hreflang","http-equiv","lang","language","link","media","method","multiple","nohref","noresize","noshade","nowrap","readonly","rel","rev","rules","scope","scrolling","selected","shape","target","text","type","valign","valuetype","vlink"]);function wm(e,t){return"boolean"==typeof e.ignoreCase?e.ignoreCase:"quirks"===e.ignoreCase?!!t.quirksMode:!t.xmlMode&&Cm.has(e.name)}const Om={equals(e,t,r){const{adapter:n}=r,{name:a}=t;let{value:i}=t;return wm(t,r)?(i=i.toLowerCase(),t=>{const r=n.getAttributeValue(t,a);return null!=r&&r.length===i.length&&r.toLowerCase()===i&&e(t)}):t=>n.getAttributeValue(t,a)===i&&e(t)},hyphen(e,t,r){const{adapter:n}=r,{name:a}=t;let{value:i}=t;const o=i.length;return wm(t,r)?(i=i.toLowerCase(),function(t){const r=n.getAttributeValue(t,a);return null!=r&&(r.length===o||"-"===r.charAt(o))&&r.substr(0,o).toLowerCase()===i&&e(t)}):function(t){const r=n.getAttributeValue(t,a);return null!=r&&(r.length===o||"-"===r.charAt(o))&&r.substr(0,o)===i&&e(t)}},element(e,t,r){const{adapter:n}=r,{name:a,value:i}=t;if(/\s/.test(i))return Tm.falseFunc;const o=new RegExp(`(?:^|\\s)${Im(i)}(?:$|\\s)`,wm(t,r)?"i":"");return function(t){const r=n.getAttributeValue(t,a);return null!=r&&r.length>=i.length&&o.test(r)&&e(t)}},exists:(e,{name:t},{adapter:r})=>n=>r.hasAttrib(n,t)&&e(n),start(e,t,r){const{adapter:n}=r,{name:a}=t;let{value:i}=t;const o=i.length;return 0===o?Tm.falseFunc:wm(t,r)?(i=i.toLowerCase(),t=>{const r=n.getAttributeValue(t,a);return null!=r&&r.length>=o&&r.substr(0,o).toLowerCase()===i&&e(t)}):t=>{var r;return!!(null===(r=n.getAttributeValue(t,a))||void 0===r?void 0:r.startsWith(i))&&e(t)}},end(e,t,r){const{adapter:n}=r,{name:a}=t;let{value:i}=t;const o=-i.length;return 0===o?Tm.falseFunc:wm(t,r)?(i=i.toLowerCase(),t=>{var r;return(null===(r=n.getAttributeValue(t,a))||void 0===r?void 0:r.substr(o).toLowerCase())===i&&e(t)}):t=>{var r;return!!(null===(r=n.getAttributeValue(t,a))||void 0===r?void 0:r.endsWith(i))&&e(t)}},any(e,t,r){const{adapter:n}=r,{name:a,value:i}=t;if(""===i)return Tm.falseFunc;if(wm(t,r)){const t=new RegExp(Im(i),"i");return function(r){const o=n.getAttributeValue(r,a);return null!=o&&o.length>=i.length&&t.test(o)&&e(r)}}return t=>{var r;return!!(null===(r=n.getAttributeValue(t,a))||void 0===r?void 0:r.includes(i))&&e(t)}},not(e,t,r){const{adapter:n}=r,{name:a}=t;let{value:i}=t;return""===i?t=>!!n.getAttributeValue(t,a)&&e(t):wm(t,r)?(i=i.toLowerCase(),t=>{const r=n.getAttributeValue(t,a);return(null==r||r.length!==i.length||r.toLowerCase()!==i)&&e(t)}):t=>n.getAttributeValue(t,a)!==i&&e(t)}},Dm=new Set([9,10,12,13,32]),Rm="0".charCodeAt(0),Lm="9".charCodeAt(0);function km(e){return function(e){const t=e[0],r=e[1]-1;if(r<0&&t<=0)return Tm.falseFunc;if(-1===t)return e=>e<=r;if(0===t)return e=>e===r;if(1===t)return r<0?Tm.trueFunc:e=>e>=r;const n=Math.abs(t),a=(r%n+n)%n;return t>1?e=>e>=r&&e%n===a:e=>e<=r&&e%n===a}(function(e){if("even"===(e=e.trim().toLowerCase()))return[2,0];if("odd"===e)return[2,1];let t=0,r=0,n=i(),a=o();if(t<e.length&&"n"===e.charAt(t)&&(t++,r=n*(null!=a?a:1),s(),t<e.length?(n=i(),s(),a=o()):n=a=0),null===a||t<e.length)throw new Error(`n-th rule couldn't be parsed ('${e}')`);return[r,n*a];function i(){return"-"===e.charAt(t)?(t++,-1):("+"===e.charAt(t)&&t++,1)}function o(){const r=t;let n=0;for(;t<e.length&&e.charCodeAt(t)>=Rm&&e.charCodeAt(t)<=Lm;)n=10*n+(e.charCodeAt(t)-Rm),t++;return t===r?null:n}function s(){for(;t<e.length&&Dm.has(e.charCodeAt(t));)t++}}(e))}function xm(e,t){return r=>{const n=t.getParent(r);return null!=n&&t.isTag(n)&&e(r)}}const Mm={contains:(e,t,{adapter:r})=>function(n){return e(n)&&r.getText(n).includes(t)},icontains(e,t,{adapter:r}){const n=t.toLowerCase();return function(t){return e(t)&&r.getText(t).toLowerCase().includes(n)}},"nth-child"(e,t,{adapter:r,equals:n}){const a=km(t);return a===Tm.falseFunc?Tm.falseFunc:a===Tm.trueFunc?xm(e,r):function(t){const i=r.getSiblings(t);let o=0;for(let e=0;e<i.length&&!n(t,i[e]);e++)r.isTag(i[e])&&o++;return a(o)&&e(t)}},"nth-last-child"(e,t,{adapter:r,equals:n}){const a=km(t);return a===Tm.falseFunc?Tm.falseFunc:a===Tm.trueFunc?xm(e,r):function(t){const i=r.getSiblings(t);let o=0;for(let e=i.length-1;e>=0&&!n(t,i[e]);e--)r.isTag(i[e])&&o++;return a(o)&&e(t)}},"nth-of-type"(e,t,{adapter:r,equals:n}){const a=km(t);return a===Tm.falseFunc?Tm.falseFunc:a===Tm.trueFunc?xm(e,r):function(t){const i=r.getSiblings(t);let o=0;for(let e=0;e<i.length;e++){const a=i[e];if(n(t,a))break;r.isTag(a)&&r.getName(a)===r.getName(t)&&o++}return a(o)&&e(t)}},"nth-last-of-type"(e,t,{adapter:r,equals:n}){const a=km(t);return a===Tm.falseFunc?Tm.falseFunc:a===Tm.trueFunc?xm(e,r):function(t){const i=r.getSiblings(t);let o=0;for(let e=i.length-1;e>=0;e--){const a=i[e];if(n(t,a))break;r.isTag(a)&&r.getName(a)===r.getName(t)&&o++}return a(o)&&e(t)}},root:(e,t,{adapter:r})=>t=>{const n=r.getParent(t);return(null==n||!r.isTag(n))&&e(t)},scope(e,t,r,n){const{equals:a}=r;return n&&0!==n.length?1===n.length?t=>a(n[0],t)&&e(t):t=>n.includes(t)&&e(t):Mm.root(e,t,r)},hover:Pm("isHovered"),visited:Pm("isVisited"),active:Pm("isActive")};function Pm(e){return function(t,r,{adapter:n}){const a=n[e];return"function"!=typeof a?Tm.falseFunc:function(e){return a(e)&&t(e)}}}const Bm={empty:(e,{adapter:t})=>!t.getChildren(e).some(e=>t.isTag(e)||""!==t.getText(e)),"first-child"(e,{adapter:t,equals:r}){if(t.prevElementSibling)return null==t.prevElementSibling(e);const n=t.getSiblings(e).find(e=>t.isTag(e));return null!=n&&r(e,n)},"last-child"(e,{adapter:t,equals:r}){const n=t.getSiblings(e);for(let a=n.length-1;a>=0;a--){if(r(e,n[a]))return!0;if(t.isTag(n[a]))break}return!1},"first-of-type"(e,{adapter:t,equals:r}){const n=t.getSiblings(e),a=t.getName(e);for(let i=0;i<n.length;i++){const o=n[i];if(r(e,o))return!0;if(t.isTag(o)&&t.getName(o)===a)break}return!1},"last-of-type"(e,{adapter:t,equals:r}){const n=t.getSiblings(e),a=t.getName(e);for(let i=n.length-1;i>=0;i--){const o=n[i];if(r(e,o))return!0;if(t.isTag(o)&&t.getName(o)===a)break}return!1},"only-of-type"(e,{adapter:t,equals:r}){const n=t.getName(e);return t.getSiblings(e).every(a=>r(e,a)||!t.isTag(a)||t.getName(a)!==n)},"only-child":(e,{adapter:t,equals:r})=>t.getSiblings(e).every(n=>r(e,n)||!t.isTag(n))};function Um(e,t,r,n){if(null===r){if(e.length>n)throw new Error(`Pseudo-class :${t} requires an argument`)}else if(e.length===n)throw new Error(`Pseudo-class :${t} doesn't have any arguments`)}const Fm={"any-link":":is(a, area, link)[href]",link:":any-link:not(:visited)",disabled:":is(\n :is(button, input, select, textarea, optgroup, option)[disabled],\n optgroup[disabled] > option,\n fieldset[disabled]:not(fieldset[disabled] legend:first-of-type *)\n )",enabled:":not(:disabled)",checked:":is(:is(input[type=radio], input[type=checkbox])[checked], option:selected)",required:":is(input, select, textarea)[required]",optional:":is(input, select, textarea):not([required])",selected:"option:is([selected], select:not([multiple]):not(:has(> option[selected])) > :first-of-type)",checkbox:"[type=checkbox]",file:"[type=file]",password:"[type=password]",radio:"[type=radio]",reset:"[type=reset]",image:"[type=image]",submit:"[type=submit]",parent:":not(:empty)",header:":is(h1, h2, h3, h4, h5, h6)",button:":is(button, input[type=button])",input:":is(input, textarea, select, button)",text:"input:is(:not([type!='']), [type=text])"},Hm={};function Gm(e,t){const r=t.getSiblings(e);if(r.length<=1)return[];const n=r.indexOf(e);return n<0||n===r.length-1?[]:r.slice(n+1).filter(t.isTag)}function qm(e){return{xmlMode:!!e.xmlMode,lowerCaseAttributeNames:!!e.lowerCaseAttributeNames,lowerCaseTags:!!e.lowerCaseTags,quirksMode:!!e.quirksMode,cacheResults:!!e.cacheResults,pseudos:e.pseudos,adapter:e.adapter,equals:e.equals}}const jm=(e,t,r,n,a)=>{const i=a(t,qm(r),n);return i===Tm.trueFunc?e:i===Tm.falseFunc?Tm.falseFunc:t=>i(t)&&e(t)},Ym={is:jm,matches:jm,where:jm,not(e,t,r,n,a){const i=a(t,qm(r),n);return i===Tm.falseFunc?e:i===Tm.trueFunc?Tm.falseFunc:t=>!i(t)&&e(t)},has(e,t,r,n,a){const{adapter:i}=r,o=qm(r);o.relativeSelector=!0;const s=t.some(e=>e.some(ym))?[Hm]:void 0,c=a(t,o,s);if(c===Tm.falseFunc)return Tm.falseFunc;const l=function(e,t){return e===Tm.falseFunc?Tm.falseFunc:r=>t.isTag(r)&&e(r)}(c,i);if(s&&c!==Tm.trueFunc){const{shouldTestNextSiblings:t=!1}=c;return r=>{if(!e(r))return!1;s[0]=r;const n=i.getChildren(r),a=t?[...n,...Gm(r,i)]:n;return i.existsOne(l,a)}}return t=>e(t)&&i.existsOne(l,i.getChildren(t))}};function Wm(e,t){const r=t.getParent(e);return r&&t.isTag(r)?r:null}function $m(e,t,r,n,a){const{adapter:i,equals:o}=r;switch(t.type){case rm.PseudoElement:throw new Error("Pseudo-elements are not supported by css-select");case rm.ColumnCombinator:throw new Error("Column combinators are not yet supported by css-select");case rm.Attribute:if(null!=t.namespace)throw new Error("Namespaced attributes are not yet supported by css-select");return r.xmlMode&&!r.lowerCaseAttributeNames||(t.name=t.name.toLowerCase()),Om[t.action](e,t,r);case rm.Pseudo:return function(e,t,r,n,a){var i;const{name:o,data:s}=t;if(Array.isArray(s)){if(!(o in Ym))throw new Error(`Unknown pseudo-class :${o}(${s})`);return Ym[o](e,s,r,n,a)}const c=null===(i=r.pseudos)||void 0===i?void 0:i[o],l="string"==typeof c?c:Fm[o];if("string"==typeof l){if(null!=s)throw new Error(`Pseudo ${o} doesn't have any arguments`);const t=mm(l);return Ym.is(e,t,r,n,a)}if("function"==typeof c)return Um(c,o,s,1),t=>c(t,s)&&e(t);if(o in Mm)return Mm[o](e,s,r,n);if(o in Bm){const t=Bm[o];return Um(t,o,s,2),n=>t(n,r,s)&&e(n)}throw new Error(`Unknown pseudo-class :${o}`)}(e,t,r,n,a);case rm.Tag:{if(null!=t.namespace)throw new Error("Namespaced tag names are not yet supported by css-select");let{name:n}=t;return r.xmlMode&&!r.lowerCaseTags||(n=n.toLowerCase()),function(t){return i.getName(t)===n&&e(t)}}case rm.Descendant:{if(!1===r.cacheResults||"undefined"==typeof WeakSet)return function(t){let r=t;for(;r=Wm(r,i);)if(e(r))return!0;return!1};const t=new WeakSet;return function(r){let n=r;for(;n=Wm(n,i);)if(!t.has(n)){if(i.isTag(n)&&e(n))return!0;t.add(n)}return!1}}case"_flexibleDescendant":return function(t){let r=t;do{if(e(r))return!0}while(r=Wm(r,i));return!1};case rm.Parent:return function(t){return i.getChildren(t).some(t=>i.isTag(t)&&e(t))};case rm.Child:return function(t){const r=i.getParent(t);return null!=r&&i.isTag(r)&&e(r)};case rm.Sibling:return function(t){const r=i.getSiblings(t);for(let n=0;n<r.length;n++){const a=r[n];if(o(t,a))break;if(i.isTag(a)&&e(a))return!0}return!1};case rm.Adjacent:return i.prevElementSibling?function(t){const r=i.prevElementSibling(t);return null!=r&&e(r)}:function(t){const r=i.getSiblings(t);let n;for(let e=0;e<r.length;e++){const a=r[e];if(o(t,a))break;i.isTag(a)&&(n=a)}return!!n&&e(n)};case rm.Universal:if(null!=t.namespace&&"*"!==t.namespace)throw new Error("Namespaced universal selectors are not yet supported by css-select");return e}}function Vm(e){return e.type===rm.Pseudo&&("scope"===e.name||Array.isArray(e.data)&&e.data.some(e=>e.some(Vm)))}const zm={type:rm.Descendant},Qm={type:"_flexibleDescendant"},Km={type:rm.Pseudo,name:"scope",data:null};function Xm(e,t,r){var n;e.forEach(bm),r=null!==(n=t.context)&&void 0!==n?n:r;const a=Array.isArray(r),i=r&&(Array.isArray(r)?r:[r]);if(!1!==t.relativeSelector)!function(e,{adapter:t},r){const n=!!(null==r?void 0:r.every(e=>{const r=t.isTag(e)&&t.getParent(e);return e===Hm||r&&t.isTag(r)}));for(const t of e){if(t.length>0&&ym(t[0])&&t[0].type!==rm.Descendant);else{if(!n||t.some(Vm))continue;t.unshift(zm)}t.unshift(Km)}}(e,t,i);else if(e.some(e=>e.length>0&&ym(e[0])))throw new Error("Relative selectors are not allowed when the `relativeSelector` option is disabled");let o=!1;const s=e.map(e=>{if(e.length>=2){const[t,r]=e;t.type!==rm.Pseudo||"scope"!==t.name||(a&&r.type===rm.Descendant?e[1]=Qm:r.type!==rm.Adjacent&&r.type!==rm.Sibling||(o=!0))}return function(e,t,r){var n;return e.reduce((e,n)=>e===Tm.falseFunc?Tm.falseFunc:$m(e,n,t,r,Xm),null!==(n=t.rootFunc)&&void 0!==n?n:Tm.trueFunc)}(e,t,i)}).reduce(Jm,Tm.falseFunc);return s.shouldTestNextSiblings=o,s}function Jm(e,t){return t===Tm.falseFunc||e===Tm.trueFunc?e:e===Tm.falseFunc||t===Tm.trueFunc?t:function(r){return e(r)||t(r)}}const Zm=(e,t)=>e===t,eE={adapter:Xp,equals:Zm};const tE=(rE=Xm,function(e,t,r){const n=function(e){var t,r,n,a;const i=null!=e?e:eE;return null!==(t=i.adapter)&&void 0!==t||(i.adapter=Xp),null!==(r=i.equals)&&void 0!==r||(i.equals=null!==(a=null===(n=i.adapter)||void 0===n?void 0:n.equals)&&void 0!==a?a:Zm),i}(t);return rE(e,n,r)});var rE;function nE(e,t,r=!1){return r&&(e=function(e,t){const r=Array.isArray(e)?e.slice(0):[e],n=r.length;for(let e=0;e<n;e++){const n=Gm(r[e],t);r.push(...n)}return r}(e,t)),Array.isArray(e)?t.removeSubsets(e):t.getChildren(e)}const aE=new Set(["first","last","eq","gt","nth","lt","even","odd"]);function iE(e){return"pseudo"===e.type&&(!!aE.has(e.name)||!("not"!==e.name||!Array.isArray(e.data))&&e.data.some(e=>e.some(iE)))}function oE(e){const t=[],r=[];for(const n of e)n.some(iE)?t.push(n):r.push(n);return[r,t]}const sE={type:rm.Universal,namespace:null},cE={type:rm.Pseudo,name:"scope",data:null};function lE(e,t,r={}){return uE([e],t,r)}function uE(e,t,r={}){if("function"==typeof t)return e.some(t);const[n,a]=oE(mm(t));return n.length>0&&e.some(tE(n,r))||a.some(t=>pE(t,e,r).length>0)}function hE(e,t,r={}){return fE(mm(e),t,r)}function fE(e,t,r){if(0===t.length)return[];const[n,a]=oE(e);let i;if(n.length){const e=gE(t,n,r);if(0===a.length)return e;e.length&&(i=new Set(e))}for(let e=0;e<a.length&&(null==i?void 0:i.size)!==t.length;e++){const n=a[e];if(0===(i?t.filter(e=>xf(e)&&!i.has(e)):t).length)break;const o=pE(n,t,r);if(o.length)if(i)o.forEach(e=>i.add(e));else{if(e===a.length-1)return o;i=new Set(o)}}return void 0!==i?i.size===t.length?t:t.filter(e=>i.has(e)):[]}function pE(e,t,r){var n;if(e.some(lm)){const a=null!==(n=r.root)&&void 0!==n?n:function(e){for(;e.parent;)e=e.parent;return e}(t[0]),i={...r,context:t,relativeSelector:!1};return e.push(cE),dE(a,e,i,!0,t.length)}return dE(t,e,r,!1,t.length)}function dE(e,t,r,n,a){const i=t.findIndex(iE),o=t.slice(0,i),s=t[i],c=t.length-1===i?a:1/0,l=function(e,t,r){const n=null!=t?parseInt(t,10):NaN;switch(e){case"first":return 1;case"nth":case"eq":return isFinite(n)?n>=0?n+1:1/0:0;case"lt":return isFinite(n)?n>=0?Math.min(n,r):1/0:0;case"gt":return isFinite(n)?1/0:0;case"odd":return 2*r;case"even":return 2*r-1;case"last":case"not":return 1/0}}(s.name,s.data,c);if(0===l)return[];const u=(0!==o.length||Array.isArray(e)?0===o.length?(Array.isArray(e)?e:[e]).filter(xf):n||o.some(lm)?mE(e,[o],r,l):gE(e,[o],r):Cp(e).filter(xf)).slice(0,l);let h=function(e,t,r,n){const a="string"==typeof r?parseInt(r,10):NaN;switch(e){case"first":case"lt":return t;case"last":return t.length>0?[t[t.length-1]]:t;case"nth":case"eq":return isFinite(a)&&Math.abs(a)<t.length?[a<0?t[t.length+a]:t[a]]:[];case"gt":return isFinite(a)?t.slice(a+1):[];case"even":return t.filter((e,t)=>t%2==0);case"odd":return t.filter((e,t)=>t%2==1);case"not":{const e=new Set(fE(r,t,n));return t.filter(t=>!e.has(t))}}}(s.name,u,s.data,r);if(0===h.length||t.length===i+1)return h;const f=t.slice(i+1),p=f.some(lm);if(p){if(lm(f[0])){const{type:e}=f[0];e!==rm.Sibling&&e!==rm.Adjacent||(h=nE(h,Xp,!0)),f.unshift(sE)}r={...r,relativeSelector:!1,rootFunc:e=>h.includes(e)}}else r.rootFunc&&r.rootFunc!==Tm.trueFunc&&(r={...r,rootFunc:Tm.trueFunc});return f.some(iE)?dE(h,f,r,!1,a):p?mE(h,[f],r,a):gE(h,[f],r)}function mE(e,t,r,n){return EE(e,tE(t,r,e),n)}function EE(e,t,r=1/0){return xp(e=>xf(e)&&t(e),nE(e,Xp,t.shouldTestNextSiblings),!0,r)}function gE(e,t,r){const n=(Array.isArray(e)?e:[e]).filter(xf);if(0===n.length)return n;const a=tE(t,r);return a===Tm.trueFunc?n:n.filter(a)}const _E=/^\s*[+~]/;function TE(e){return function(t,...r){return function(n){var a;let i=e(t,this);return n&&(i=PE(i,n,this.options.xmlMode,null===(a=this._root)||void 0===a?void 0:a[0])),this._make(this.length>1&&i.length>1?r.reduce((e,t)=>t(e),i):i)}}}const AE=TE((e,t)=>{let r=[];for(let n=0;n<t.length;n++){const a=e(t[n]);a.length>0&&(r=r.concat(a))}return r}),yE=TE((e,t)=>{const r=[];for(let n=0;n<t.length;n++){const a=e(t[n]);null!==a&&r.push(a)}return r});function vE(e,...t){let r=null;const n=TE((e,t)=>{const n=[];return cd(t,t=>{for(let a;(a=e(t))&&!(null==r?void 0:r(a,n.length));t=a)n.push(a)}),n})(e,...t);return function(e,t){r="string"==typeof e?t=>lE(t,e,this.options):e?ME(e):null;const a=n.call(this,t);return r=null,a}}function bE(e){return e.length>1?Array.from(new Set(e)):e}const SE=yE(({parent:e})=>e&&!Ff(e)?e:null,bE),NE=AE(e=>{const t=[];for(;e.parent&&!Ff(e.parent);)t.push(e.parent),e=e.parent;return t},jp,e=>e.reverse()),IE=vE(({parent:e})=>e&&!Ff(e)?e:null,jp,e=>e.reverse());const CE=yE(e=>Dp(e)),wE=AE(e=>{const t=[];for(;e.next;)xf(e=e.next)&&t.push(e);return t},bE),OE=vE(e=>Dp(e),bE),DE=yE(e=>Rp(e)),RE=AE(e=>{const t=[];for(;e.prev;)xf(e=e.prev)&&t.push(e);return t},bE),LE=vE(e=>Rp(e),bE),kE=AE(e=>Op(e).filter(t=>xf(t)&&t!==e),jp),xE=AE(e=>Cp(e).filter(xf),bE);function ME(e){return"function"==typeof e?(t,r)=>e.call(t,r,t):od(e)?t=>Array.prototype.includes.call(e,t):function(t){return e===t}}function PE(e,t,r,n){return"string"==typeof t?hE(t,e,{xmlMode:r,root:n}):e.filter(ME(t))}var BE=Object.freeze({__proto__:null,find:function(e){if(!e)return this._make([]);if("string"!=typeof e){const t=od(e)?e.toArray():[e],r=this.toArray();return this._make(t.filter(e=>r.some(t=>rd(t,e))))}return this._findBySelector(e,Number.POSITIVE_INFINITY)},_findBySelector:function(e,t){var r;const n=this.toArray(),a=_E.test(e)?n:this.children().toArray(),i={context:n,root:null===(r=this._root)||void 0===r?void 0:r[0],xmlMode:this.options.xmlMode,lowerCaseTags:this.options.lowerCaseTags,lowerCaseAttributeNames:this.options.lowerCaseAttributeNames,pseudos:this.options.pseudos,quirksMode:this.options.quirksMode};return this._make(function(e,t,r={},n=1/0){if("function"==typeof e)return EE(t,e);const[a,i]=oE(mm(e)),o=i.map(e=>dE(t,e,r,!0,n));return a.length&&o.push(mE(t,a,r,n)),0===o.length?[]:1===o.length?o[0]:jp(o.reduce((e,t)=>[...e,...t]))}(e,a,i,t))},parent:SE,parents:NE,parentsUntil:IE,closest:function(e){var t;const r=[];if(!e)return this._make(r);const n={xmlMode:this.options.xmlMode,root:null===(t=this._root)||void 0===t?void 0:t[0]},a="string"==typeof e?t=>lE(t,e,n):ME(e);return cd(this,e=>{for(!e||Ff(e)||xf(e)||(e=e.parent);e&&xf(e);){if(a(e,0)){r.includes(e)||r.push(e);break}e=e.parent}}),this._make(r)},next:CE,nextAll:wE,nextUntil:OE,prev:DE,prevAll:RE,prevUntil:LE,siblings:kE,children:xE,contents:function(){const e=this.toArray().reduce((e,t)=>Hf(t)?e.concat(t.children):e,[]);return this._make(e)},each:function(e){let t=0;const r=this.length;for(;t<r&&!1!==e.call(this[t],t,this[t]);)++t;return this},map:function(e){let t=[];for(let r=0;r<this.length;r++){const n=this[r],a=e.call(n,r,n);null!=a&&(t=t.concat(a))}return this._make(t)},filter:function(e){var t;return this._make(PE(this.toArray(),e,this.options.xmlMode,null===(t=this._root)||void 0===t?void 0:t[0]))},filterArray:PE,is:function(e){const t=this.toArray();return"string"==typeof e?uE(t.filter(xf),e,this.options):!!e&&t.some(ME(e))},not:function(e){let t=this.toArray();if("string"==typeof e){const r=new Set(hE(e,t,this.options));t=t.filter(e=>!r.has(e))}else{const r=ME(e);t=t.filter((e,t)=>!r(e,t))}return this._make(t)},has:function(e){return this.filter("string"==typeof e?`:has(${e})`:(t,r)=>this._make(r).find(e).length>0)},first:function(){return this.length>1?this._make(this[0]):this},last:function(){return this.length>0?this._make(this[this.length-1]):this},eq:function(e){var t;return 0===(e=+e)&&this.length<=1?this:(e<0&&(e=this.length+e),this._make(null!==(t=this[e])&&void 0!==t?t:[]))},get:function(e){return null==e?this.toArray():this[e<0?this.length+e:e]},toArray:function(){return Array.prototype.slice.call(this)},index:function(e){let t,r;return null==e?(t=this.parent().children(),r=this[0]):"string"==typeof e?(t=this._make(e),r=this[0]):(t=this,r=od(e)?e[0]:e),Array.prototype.indexOf.call(t,r)},slice:function(e,t){return this._make(Array.prototype.slice.call(this,e,t))},end:function(){var e;return null!==(e=this.prevObject)&&void 0!==e?e:this._make([])},add:function(e,t){const r=this._make(e,t),n=jp([...this.get(),...r.get()]);return this._make(n)},addBack:function(e){return this.prevObject?this.add(e?this.prevObject.filter(e):this.prevObject):this}}),UE=[],FE=[],HE="undefined"!=typeof Uint8Array?Uint8Array:Array,GE=!1;function qE(){GE=!0;for(var e="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",t=0;t<64;++t)UE[t]=e[t],FE[e.charCodeAt(t)]=t;FE["-".charCodeAt(0)]=62,FE["_".charCodeAt(0)]=63}function jE(e){return UE[e>>18&63]+UE[e>>12&63]+UE[e>>6&63]+UE[63&e]}function YE(e,t,r){for(var n,a=[],i=t;i<r;i+=3)n=(e[i]<<16)+(e[i+1]<<8)+e[i+2],a.push(jE(n));return a.join("")}function WE(e){var t;GE||qE();for(var r=e.length,n=r%3,a="",i=[],o=16383,s=0,c=r-n;s<c;s+=o)i.push(YE(e,s,s+o>c?c:s+o));return 1===n?(t=e[r-1],a+=UE[t>>2],a+=UE[t<<4&63],a+="=="):2===n&&(t=(e[r-2]<<8)+e[r-1],a+=UE[t>>10],a+=UE[t>>4&63],a+=UE[t<<2&63],a+="="),i.push(a),i.join("")}function $E(e,t,r,n,a){var i,o,s=8*a-n-1,c=(1<<s)-1,l=c>>1,u=-7,h=r?a-1:0,f=r?-1:1,p=e[t+h];for(h+=f,i=p&(1<<-u)-1,p>>=-u,u+=s;u>0;i=256*i+e[t+h],h+=f,u-=8);for(o=i&(1<<-u)-1,i>>=-u,u+=n;u>0;o=256*o+e[t+h],h+=f,u-=8);if(0===i)i=1-l;else{if(i===c)return o?NaN:1/0*(p?-1:1);o+=Math.pow(2,n),i-=l}return(p?-1:1)*o*Math.pow(2,i-n)}function VE(e,t,r,n,a,i){var o,s,c,l=8*i-a-1,u=(1<<l)-1,h=u>>1,f=23===a?Math.pow(2,-24)-Math.pow(2,-77):0,p=n?0:i-1,d=n?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,o=u):(o=Math.floor(Math.log(t)/Math.LN2),t*(c=Math.pow(2,-o))<1&&(o--,c*=2),(t+=o+h>=1?f/c:f*Math.pow(2,1-h))*c>=2&&(o++,c/=2),o+h>=u?(s=0,o=u):o+h>=1?(s=(t*c-1)*Math.pow(2,a),o+=h):(s=t*Math.pow(2,h-1)*Math.pow(2,a),o=0));a>=8;e[r+p]=255&s,p+=d,s/=256,a-=8);for(o=o<<a|s,l+=a;l>0;e[r+p]=255&o,p+=d,o/=256,l-=8);e[r+p-d]|=128*m}var zE={}.toString,QE=Array.isArray||function(e){return"[object Array]"==zE.call(e)};function KE(){return JE.TYPED_ARRAY_SUPPORT?2147483647:1073741823}function XE(e,t){if(KE()<t)throw new RangeError("Invalid typed array length");return JE.TYPED_ARRAY_SUPPORT?(e=new Uint8Array(t)).__proto__=JE.prototype:(null===e&&(e=new JE(t)),e.length=t),e}function JE(e,t,r){if(!(JE.TYPED_ARRAY_SUPPORT||this instanceof JE))return new JE(e,t,r);if("number"==typeof e){if("string"==typeof t)throw new Error("If encoding is specified then the first argument must be a string");return tg(this,e)}return ZE(this,e,t,r)}function ZE(e,t,r,n){if("number"==typeof t)throw new TypeError('"value" argument must not be a number');return"undefined"!=typeof ArrayBuffer&&t instanceof ArrayBuffer?function(e,t,r,n){if(t.byteLength,r<0||t.byteLength<r)throw new RangeError("'offset' is out of bounds");if(t.byteLength<r+(n||0))throw new RangeError("'length' is out of bounds");t=void 0===r&&void 0===n?new Uint8Array(t):void 0===n?new Uint8Array(t,r):new Uint8Array(t,r,n);JE.TYPED_ARRAY_SUPPORT?(e=t).__proto__=JE.prototype:e=rg(e,t);return e}(e,t,r,n):"string"==typeof t?function(e,t,r){"string"==typeof r&&""!==r||(r="utf8");if(!JE.isEncoding(r))throw new TypeError('"encoding" must be a valid string encoding');var n=0|ig(t,r);e=XE(e,n);var a=e.write(t,r);a!==n&&(e=e.slice(0,a));return e}(e,t,r):function(e,t){if(ag(t)){var r=0|ng(t.length);return 0===(e=XE(e,r)).length||t.copy(e,0,0,r),e}if(t){if("undefined"!=typeof ArrayBuffer&&t.buffer instanceof ArrayBuffer||"length"in t)return"number"!=typeof t.length||function(e){return e!=e}(t.length)?XE(e,0):rg(e,t);if("Buffer"===t.type&&QE(t.data))return rg(e,t.data)}throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.")}(e,t)}function eg(e){if("number"!=typeof e)throw new TypeError('"size" argument must be a number');if(e<0)throw new RangeError('"size" argument must not be negative')}function tg(e,t){if(eg(t),e=XE(e,t<0?0:0|ng(t)),!JE.TYPED_ARRAY_SUPPORT)for(var r=0;r<t;++r)e[r]=0;return e}function rg(e,t){var r=t.length<0?0:0|ng(t.length);e=XE(e,r);for(var n=0;n<r;n+=1)e[n]=255&t[n];return e}function ng(e){if(e>=KE())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+KE().toString(16)+" bytes");return 0|e}function ag(e){return!(null==e||!e._isBuffer)}function ig(e,t){if(ag(e))return e.length;if("undefined"!=typeof ArrayBuffer&&"function"==typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!=typeof e&&(e=""+e);var r=e.length;if(0===r)return 0;for(var n=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return Lg(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return kg(e).length;default:if(n)return Lg(e).length;t=(""+t).toLowerCase(),n=!0}}function og(e,t,r){var n=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if((r>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return yg(this,t,r);case"utf8":case"utf-8":return gg(this,t,r);case"ascii":return Tg(this,t,r);case"latin1":case"binary":return Ag(this,t,r);case"base64":return Eg(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return vg(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}function sg(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}function cg(e,t,r,n,a){if(0===e.length)return-1;if("string"==typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=a?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(a)return-1;r=e.length-1}else if(r<0){if(!a)return-1;r=0}if("string"==typeof t&&(t=JE.from(t,n)),ag(t))return 0===t.length?-1:lg(e,t,r,n,a);if("number"==typeof t)return t&=255,JE.TYPED_ARRAY_SUPPORT&&"function"==typeof Uint8Array.prototype.indexOf?a?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):lg(e,[t],r,n,a);throw new TypeError("val must be string, number or Buffer")}function lg(e,t,r,n,a){var i,o=1,s=e.length,c=t.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(e.length<2||t.length<2)return-1;o=2,s/=2,c/=2,r/=2}function l(e,t){return 1===o?e[t]:e.readUInt16BE(t*o)}if(a){var u=-1;for(i=r;i<s;i++)if(l(e,i)===l(t,-1===u?0:i-u)){if(-1===u&&(u=i),i-u+1===c)return u*o}else-1!==u&&(i-=i-u),u=-1}else for(r+c>s&&(r=s-c),i=r;i>=0;i--){for(var h=!0,f=0;f<c;f++)if(l(e,i+f)!==l(t,f)){h=!1;break}if(h)return i}return-1}function ug(e,t,r,n){r=Number(r)||0;var a=e.length-r;n?(n=Number(n))>a&&(n=a):n=a;var i=t.length;if(i%2!=0)throw new TypeError("Invalid hex string");n>i/2&&(n=i/2);for(var o=0;o<n;++o){var s=parseInt(t.substr(2*o,2),16);if(isNaN(s))return o;e[r+o]=s}return o}function hg(e,t,r,n){return xg(Lg(t,e.length-r),e,r,n)}function fg(e,t,r,n){return xg(function(e){for(var t=[],r=0;r<e.length;++r)t.push(255&e.charCodeAt(r));return t}(t),e,r,n)}function pg(e,t,r,n){return fg(e,t,r,n)}function dg(e,t,r,n){return xg(kg(t),e,r,n)}function mg(e,t,r,n){return xg(function(e,t){for(var r,n,a,i=[],o=0;o<e.length&&!((t-=2)<0);++o)n=(r=e.charCodeAt(o))>>8,a=r%256,i.push(a),i.push(n);return i}(t,e.length-r),e,r,n)}function Eg(e,t,r){return 0===t&&r===e.length?WE(e):WE(e.slice(t,r))}function gg(e,t,r){r=Math.min(e.length,r);for(var n=[],a=t;a<r;){var i,o,s,c,l=e[a],u=null,h=l>239?4:l>223?3:l>191?2:1;if(a+h<=r)switch(h){case 1:l<128&&(u=l);break;case 2:128==(192&(i=e[a+1]))&&(c=(31&l)<<6|63&i)>127&&(u=c);break;case 3:i=e[a+1],o=e[a+2],128==(192&i)&&128==(192&o)&&(c=(15&l)<<12|(63&i)<<6|63&o)>2047&&(c<55296||c>57343)&&(u=c);break;case 4:i=e[a+1],o=e[a+2],s=e[a+3],128==(192&i)&&128==(192&o)&&128==(192&s)&&(c=(15&l)<<18|(63&i)<<12|(63&o)<<6|63&s)>65535&&c<1114112&&(u=c)}null===u?(u=65533,h=1):u>65535&&(u-=65536,n.push(u>>>10&1023|55296),u=56320|1023&u),n.push(u),a+=h}return function(e){var t=e.length;if(t<=_g)return String.fromCharCode.apply(String,e);var r="",n=0;for(;n<t;)r+=String.fromCharCode.apply(String,e.slice(n,n+=_g));return r}(n)}JE.TYPED_ARRAY_SUPPORT=void 0===as.TYPED_ARRAY_SUPPORT||as.TYPED_ARRAY_SUPPORT,KE(),JE.poolSize=8192,JE._augment=function(e){return e.__proto__=JE.prototype,e},JE.from=function(e,t,r){return ZE(null,e,t,r)},JE.TYPED_ARRAY_SUPPORT&&(JE.prototype.__proto__=Uint8Array.prototype,JE.__proto__=Uint8Array,"undefined"!=typeof Symbol&&Symbol.species&&JE[Symbol.species]),JE.alloc=function(e,t,r){return function(e,t,r,n){return eg(t),t<=0?XE(e,t):void 0!==r?"string"==typeof n?XE(e,t).fill(r,n):XE(e,t).fill(r):XE(e,t)}(null,e,t,r)},JE.allocUnsafe=function(e){return tg(null,e)},JE.allocUnsafeSlow=function(e){return tg(null,e)},JE.isBuffer=Mg,JE.compare=function(e,t){if(!ag(e)||!ag(t))throw new TypeError("Arguments must be Buffers");if(e===t)return 0;for(var r=e.length,n=t.length,a=0,i=Math.min(r,n);a<i;++a)if(e[a]!==t[a]){r=e[a],n=t[a];break}return r<n?-1:n<r?1:0},JE.isEncoding=function(e){switch(String(e).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}},JE.concat=function(e,t){if(!QE(e))throw new TypeError('"list" argument must be an Array of Buffers');if(0===e.length)return JE.alloc(0);var r;if(void 0===t)for(t=0,r=0;r<e.length;++r)t+=e[r].length;var n=JE.allocUnsafe(t),a=0;for(r=0;r<e.length;++r){var i=e[r];if(!ag(i))throw new TypeError('"list" argument must be an Array of Buffers');i.copy(n,a),a+=i.length}return n},JE.byteLength=ig,JE.prototype._isBuffer=!0,JE.prototype.swap16=function(){var e=this.length;if(e%2!=0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<e;t+=2)sg(this,t,t+1);return this},JE.prototype.swap32=function(){var e=this.length;if(e%4!=0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<e;t+=4)sg(this,t,t+3),sg(this,t+1,t+2);return this},JE.prototype.swap64=function(){var e=this.length;if(e%8!=0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<e;t+=8)sg(this,t,t+7),sg(this,t+1,t+6),sg(this,t+2,t+5),sg(this,t+3,t+4);return this},JE.prototype.toString=function(){var e=0|this.length;return 0===e?"":0===arguments.length?gg(this,0,e):og.apply(this,arguments)},JE.prototype.equals=function(e){if(!ag(e))throw new TypeError("Argument must be a Buffer");return this===e||0===JE.compare(this,e)},JE.prototype.inspect=function(){var e="";return this.length>0&&(e=this.toString("hex",0,50).match(/.{2}/g).join(" "),this.length>50&&(e+=" ... ")),"<Buffer "+e+">"},JE.prototype.compare=function(e,t,r,n,a){if(!ag(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===r&&(r=e?e.length:0),void 0===n&&(n=0),void 0===a&&(a=this.length),t<0||r>e.length||n<0||a>this.length)throw new RangeError("out of range index");if(n>=a&&t>=r)return 0;if(n>=a)return-1;if(t>=r)return 1;if(this===e)return 0;for(var i=(a>>>=0)-(n>>>=0),o=(r>>>=0)-(t>>>=0),s=Math.min(i,o),c=this.slice(n,a),l=e.slice(t,r),u=0;u<s;++u)if(c[u]!==l[u]){i=c[u],o=l[u];break}return i<o?-1:o<i?1:0},JE.prototype.includes=function(e,t,r){return-1!==this.indexOf(e,t,r)},JE.prototype.indexOf=function(e,t,r){return cg(this,e,t,r,!0)},JE.prototype.lastIndexOf=function(e,t,r){return cg(this,e,t,r,!1)},JE.prototype.write=function(e,t,r,n){if(void 0===t)n="utf8",r=this.length,t=0;else if(void 0===r&&"string"==typeof t)n=t,r=this.length,t=0;else{if(!isFinite(t))throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");t|=0,isFinite(r)?(r|=0,void 0===n&&(n="utf8")):(n=r,r=void 0)}var a=this.length-t;if((void 0===r||r>a)&&(r=a),e.length>0&&(r<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var i=!1;;)switch(n){case"hex":return ug(this,e,t,r);case"utf8":case"utf-8":return hg(this,e,t,r);case"ascii":return fg(this,e,t,r);case"latin1":case"binary":return pg(this,e,t,r);case"base64":return dg(this,e,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return mg(this,e,t,r);default:if(i)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),i=!0}},JE.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};var _g=4096;function Tg(e,t,r){var n="";r=Math.min(e.length,r);for(var a=t;a<r;++a)n+=String.fromCharCode(127&e[a]);return n}function Ag(e,t,r){var n="";r=Math.min(e.length,r);for(var a=t;a<r;++a)n+=String.fromCharCode(e[a]);return n}function yg(e,t,r){var n=e.length;(!t||t<0)&&(t=0),(!r||r<0||r>n)&&(r=n);for(var a="",i=t;i<r;++i)a+=Rg(e[i]);return a}function vg(e,t,r){for(var n=e.slice(t,r),a="",i=0;i<n.length;i+=2)a+=String.fromCharCode(n[i]+256*n[i+1]);return a}function bg(e,t,r){if(e%1!=0||e<0)throw new RangeError("offset is not uint");if(e+t>r)throw new RangeError("Trying to access beyond buffer length")}function Sg(e,t,r,n,a,i){if(!ag(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>a||t<i)throw new RangeError('"value" argument is out of bounds');if(r+n>e.length)throw new RangeError("Index out of range")}function Ng(e,t,r,n){t<0&&(t=65535+t+1);for(var a=0,i=Math.min(e.length-r,2);a<i;++a)e[r+a]=(t&255<<8*(n?a:1-a))>>>8*(n?a:1-a)}function Ig(e,t,r,n){t<0&&(t=4294967295+t+1);for(var a=0,i=Math.min(e.length-r,4);a<i;++a)e[r+a]=t>>>8*(n?a:3-a)&255}function Cg(e,t,r,n,a,i){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function wg(e,t,r,n,a){return a||Cg(e,0,r,4),VE(e,t,r,n,23,4),r+4}function Og(e,t,r,n,a){return a||Cg(e,0,r,8),VE(e,t,r,n,52,8),r+8}JE.prototype.slice=function(e,t){var r,n=this.length;if((e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t<e&&(t=e),JE.TYPED_ARRAY_SUPPORT)(r=this.subarray(e,t)).__proto__=JE.prototype;else{var a=t-e;r=new JE(a,void 0);for(var i=0;i<a;++i)r[i]=this[i+e]}return r},JE.prototype.readUIntLE=function(e,t,r){e|=0,t|=0,r||bg(e,t,this.length);for(var n=this[e],a=1,i=0;++i<t&&(a*=256);)n+=this[e+i]*a;return n},JE.prototype.readUIntBE=function(e,t,r){e|=0,t|=0,r||bg(e,t,this.length);for(var n=this[e+--t],a=1;t>0&&(a*=256);)n+=this[e+--t]*a;return n},JE.prototype.readUInt8=function(e,t){return t||bg(e,1,this.length),this[e]},JE.prototype.readUInt16LE=function(e,t){return t||bg(e,2,this.length),this[e]|this[e+1]<<8},JE.prototype.readUInt16BE=function(e,t){return t||bg(e,2,this.length),this[e]<<8|this[e+1]},JE.prototype.readUInt32LE=function(e,t){return t||bg(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},JE.prototype.readUInt32BE=function(e,t){return t||bg(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},JE.prototype.readIntLE=function(e,t,r){e|=0,t|=0,r||bg(e,t,this.length);for(var n=this[e],a=1,i=0;++i<t&&(a*=256);)n+=this[e+i]*a;return n>=(a*=128)&&(n-=Math.pow(2,8*t)),n},JE.prototype.readIntBE=function(e,t,r){e|=0,t|=0,r||bg(e,t,this.length);for(var n=t,a=1,i=this[e+--n];n>0&&(a*=256);)i+=this[e+--n]*a;return i>=(a*=128)&&(i-=Math.pow(2,8*t)),i},JE.prototype.readInt8=function(e,t){return t||bg(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},JE.prototype.readInt16LE=function(e,t){t||bg(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?4294901760|r:r},JE.prototype.readInt16BE=function(e,t){t||bg(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?4294901760|r:r},JE.prototype.readInt32LE=function(e,t){return t||bg(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},JE.prototype.readInt32BE=function(e,t){return t||bg(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},JE.prototype.readFloatLE=function(e,t){return t||bg(e,4,this.length),$E(this,e,!0,23,4)},JE.prototype.readFloatBE=function(e,t){return t||bg(e,4,this.length),$E(this,e,!1,23,4)},JE.prototype.readDoubleLE=function(e,t){return t||bg(e,8,this.length),$E(this,e,!0,52,8)},JE.prototype.readDoubleBE=function(e,t){return t||bg(e,8,this.length),$E(this,e,!1,52,8)},JE.prototype.writeUIntLE=function(e,t,r,n){(e=+e,t|=0,r|=0,n)||Sg(this,e,t,r,Math.pow(2,8*r)-1,0);var a=1,i=0;for(this[t]=255&e;++i<r&&(a*=256);)this[t+i]=e/a&255;return t+r},JE.prototype.writeUIntBE=function(e,t,r,n){(e=+e,t|=0,r|=0,n)||Sg(this,e,t,r,Math.pow(2,8*r)-1,0);var a=r-1,i=1;for(this[t+a]=255&e;--a>=0&&(i*=256);)this[t+a]=e/i&255;return t+r},JE.prototype.writeUInt8=function(e,t,r){return e=+e,t|=0,r||Sg(this,e,t,1,255,0),JE.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},JE.prototype.writeUInt16LE=function(e,t,r){return e=+e,t|=0,r||Sg(this,e,t,2,65535,0),JE.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):Ng(this,e,t,!0),t+2},JE.prototype.writeUInt16BE=function(e,t,r){return e=+e,t|=0,r||Sg(this,e,t,2,65535,0),JE.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):Ng(this,e,t,!1),t+2},JE.prototype.writeUInt32LE=function(e,t,r){return e=+e,t|=0,r||Sg(this,e,t,4,4294967295,0),JE.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):Ig(this,e,t,!0),t+4},JE.prototype.writeUInt32BE=function(e,t,r){return e=+e,t|=0,r||Sg(this,e,t,4,4294967295,0),JE.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Ig(this,e,t,!1),t+4},JE.prototype.writeIntLE=function(e,t,r,n){if(e=+e,t|=0,!n){var a=Math.pow(2,8*r-1);Sg(this,e,t,r,a-1,-a)}var i=0,o=1,s=0;for(this[t]=255&e;++i<r&&(o*=256);)e<0&&0===s&&0!==this[t+i-1]&&(s=1),this[t+i]=(e/o|0)-s&255;return t+r},JE.prototype.writeIntBE=function(e,t,r,n){if(e=+e,t|=0,!n){var a=Math.pow(2,8*r-1);Sg(this,e,t,r,a-1,-a)}var i=r-1,o=1,s=0;for(this[t+i]=255&e;--i>=0&&(o*=256);)e<0&&0===s&&0!==this[t+i+1]&&(s=1),this[t+i]=(e/o|0)-s&255;return t+r},JE.prototype.writeInt8=function(e,t,r){return e=+e,t|=0,r||Sg(this,e,t,1,127,-128),JE.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},JE.prototype.writeInt16LE=function(e,t,r){return e=+e,t|=0,r||Sg(this,e,t,2,32767,-32768),JE.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):Ng(this,e,t,!0),t+2},JE.prototype.writeInt16BE=function(e,t,r){return e=+e,t|=0,r||Sg(this,e,t,2,32767,-32768),JE.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):Ng(this,e,t,!1),t+2},JE.prototype.writeInt32LE=function(e,t,r){return e=+e,t|=0,r||Sg(this,e,t,4,2147483647,-2147483648),JE.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):Ig(this,e,t,!0),t+4},JE.prototype.writeInt32BE=function(e,t,r){return e=+e,t|=0,r||Sg(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),JE.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):Ig(this,e,t,!1),t+4},JE.prototype.writeFloatLE=function(e,t,r){return wg(this,e,t,!0,r)},JE.prototype.writeFloatBE=function(e,t,r){return wg(this,e,t,!1,r)},JE.prototype.writeDoubleLE=function(e,t,r){return Og(this,e,t,!0,r)},JE.prototype.writeDoubleBE=function(e,t,r){return Og(this,e,t,!1,r)},JE.prototype.copy=function(e,t,r,n){if(r||(r=0),n||0===n||(n=this.length),t>=e.length&&(t=e.length),t||(t=0),n>0&&n<r&&(n=r),n===r)return 0;if(0===e.length||0===this.length)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(r<0||r>=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),e.length-t<n-r&&(n=e.length-t+r);var a,i=n-r;if(this===e&&r<t&&t<n)for(a=i-1;a>=0;--a)e[a+t]=this[a+r];else if(i<1e3||!JE.TYPED_ARRAY_SUPPORT)for(a=0;a<i;++a)e[a+t]=this[a+r];else Uint8Array.prototype.set.call(e,this.subarray(r,r+i),t);return i},JE.prototype.fill=function(e,t,r,n){if("string"==typeof e){if("string"==typeof t?(n=t,t=0,r=this.length):"string"==typeof r&&(n=r,r=this.length),1===e.length){var a=e.charCodeAt(0);a<256&&(e=a)}if(void 0!==n&&"string"!=typeof n)throw new TypeError("encoding must be a string");if("string"==typeof n&&!JE.isEncoding(n))throw new TypeError("Unknown encoding: "+n)}else"number"==typeof e&&(e&=255);if(t<0||this.length<t||this.length<r)throw new RangeError("Out of range index");if(r<=t)return this;var i;if(t>>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),"number"==typeof e)for(i=t;i<r;++i)this[i]=e;else{var o=ag(e)?e:Lg(new JE(e,n).toString()),s=o.length;for(i=0;i<r-t;++i)this[i+t]=o[i%s]}return this};var Dg=/[^+\/0-9A-Za-z-_]/g;function Rg(e){return e<16?"0"+e.toString(16):e.toString(16)}function Lg(e,t){var r;t=t||1/0;for(var n=e.length,a=null,i=[],o=0;o<n;++o){if((r=e.charCodeAt(o))>55295&&r<57344){if(!a){if(r>56319){(t-=3)>-1&&i.push(239,191,189);continue}if(o+1===n){(t-=3)>-1&&i.push(239,191,189);continue}a=r;continue}if(r<56320){(t-=3)>-1&&i.push(239,191,189),a=r;continue}r=65536+(a-55296<<10|r-56320)}else a&&(t-=3)>-1&&i.push(239,191,189);if(a=null,r<128){if((t-=1)<0)break;i.push(r)}else if(r<2048){if((t-=2)<0)break;i.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;i.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;i.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return i}function kg(e){return function(e){var t,r,n,a,i,o;GE||qE();var s=e.length;if(s%4>0)throw new Error("Invalid string. Length must be a multiple of 4");i="="===e[s-2]?2:"="===e[s-1]?1:0,o=new HE(3*s/4-i),n=i>0?s-4:s;var c=0;for(t=0,r=0;t<n;t+=4,r+=3)a=FE[e.charCodeAt(t)]<<18|FE[e.charCodeAt(t+1)]<<12|FE[e.charCodeAt(t+2)]<<6|FE[e.charCodeAt(t+3)],o[c++]=a>>16&255,o[c++]=a>>8&255,o[c++]=255&a;return 2===i?(a=FE[e.charCodeAt(t)]<<2|FE[e.charCodeAt(t+1)]>>4,o[c++]=255&a):1===i&&(a=FE[e.charCodeAt(t)]<<10|FE[e.charCodeAt(t+1)]<<4|FE[e.charCodeAt(t+2)]>>2,o[c++]=a>>8&255,o[c++]=255&a),o}(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(Dg,"")).length<2)return"";for(;e.length%4!=0;)e+="=";return e}(e))}function xg(e,t,r,n){for(var a=0;a<n&&!(a+r>=t.length||a>=e.length);++a)t[a+r]=e[a];return a}function Mg(e){return null!=e&&(!!e._isBuffer||Pg(e)||function(e){return"function"==typeof e.readFloatLE&&"function"==typeof e.slice&&Pg(e.slice(0,0))}(e))}function Pg(e){return!!e.constructor&&"function"==typeof e.constructor.isBuffer&&e.constructor.isBuffer(e)}function Bg(e,t){const r=Array.isArray(e)?e:[e];t?t.children=r:t=null;for(let e=0;e<r.length;e++){const n=r[e];n.parent&&n.parent.children!==r&&Lp(n),t?(n.prev=r[e-1]||null,n.next=r[e+1]||null):n.prev=n.next=null,n.parent=t}return t}function Ug(e){return function(...t){const r=this.length-1;return cd(this,(n,a)=>{if(!Hf(n))return;const i="function"==typeof t[0]?t[0].call(n,a,this._render(n.children)):t,o=this._makeDomArray(i,a<r);e(o,n.children,n)})}}function Fg(e,t,r,n,a){var i,o;const s=[t,r,...n],c=0===t?null:e[t-1],l=t+r>=e.length?null:e[t+r];for(let e=0;e<n.length;++e){const r=n[e],u=r.parent;if(u){const e=u.children.indexOf(r);-1!==e&&(u.children.splice(e,1),a===u&&t>e&&s[0]--)}r.parent=a,r.prev&&(r.prev.next=null!==(i=r.next)&&void 0!==i?i:null),r.next&&(r.next.prev=null!==(o=r.prev)&&void 0!==o?o:null),r.prev=0===e?c:n[e-1],r.next=e===n.length-1?l:n[e+1]}return c&&(c.next=n[0]),l&&(l.prev=n[n.length-1]),e.splice(...s)}const Hg=Ug((e,t,r)=>{Fg(t,t.length,0,e,r)}),Gg=Ug((e,t,r)=>{Fg(t,0,0,e,r)});function qg(e){return function(t){const r=this.length-1,n=this.parents().last();for(let a=0;a<this.length;a++){const i=this[a],o="function"==typeof t?t.call(i,a,i):"string"!=typeof t||ld(t)?t:n.find(t).clone(),[s]=this._makeDomArray(o,a<r);if(!s||!Hf(s))continue;let c=s,l=0;for(;l<c.children.length;){const e=c.children[l];xf(e)?(c=e,l=0):l++}e(i,c,[s])}return this}}const jg=qg((e,t,r)=>{const{parent:n}=e;if(!n)return;const a=n.children,i=a.indexOf(e);Bg([e],t),Fg(a,i,0,r,n)}),Yg=qg((e,t,r)=>{Hf(e)&&(Bg(e.children,t),Bg(r,e))});var Wg=Object.freeze({__proto__:null,_makeDomArray:function(e,t){if(null==e)return[];if("string"==typeof e)return this._parse(e,this.options,!1,null).children.slice(0);if("length"in e){if(1===e.length)return this._makeDomArray(e[0],t);const r=[];for(let n=0;n<e.length;n++){const a=e[n];if("object"==typeof a){if(null==a)continue;if(!("length"in a)){r.push(t?Gf(a,!0):a);continue}}r.push(...this._makeDomArray(a,t))}return r}return[t?Gf(e,!0):e]},appendTo:function(e){return(od(e)?e:this._make(e)).append(this),this},prependTo:function(e){return(od(e)?e:this._make(e)).prepend(this),this},append:Hg,prepend:Gg,wrap:jg,wrapInner:Yg,unwrap:function(e){return this.parent(e).not("body").each((e,t)=>{this._make(t).replaceWith(t.children)}),this},wrapAll:function(e){const t=this[0];if(t){const r=this._make("function"==typeof e?e.call(t,0,t):e).insertBefore(t);let n;for(let e=0;e<r.length;e++)r[e].type===vf&&(n=r[e]);let a=0;for(;n&&a<n.children.length;){const e=n.children[a];e.type===vf?(n=e,a=0):a++}n&&this._make(n).append(this)}return this},after:function(...e){const t=this.length-1;return cd(this,(r,n)=>{if(!Hf(r)||!r.parent)return;const a=r.parent.children,i=a.indexOf(r);if(-1===i)return;const o="function"==typeof e[0]?e[0].call(r,n,this._render(r.children)):e;Fg(a,i+1,0,this._makeDomArray(o,n<t),r.parent)})},insertAfter:function(e){"string"==typeof e&&(e=this._make(e)),this.remove();const t=[];for(const r of this._makeDomArray(e)){const e=this.clone().toArray(),{parent:n}=r;if(!n)continue;const a=n.children,i=a.indexOf(r);-1!==i&&(Fg(a,i+1,0,e,n),t.push(...e))}return this._make(t)},before:function(...e){const t=this.length-1;return cd(this,(r,n)=>{if(!Hf(r)||!r.parent)return;const a=r.parent.children,i=a.indexOf(r);if(-1===i)return;const o="function"==typeof e[0]?e[0].call(r,n,this._render(r.children)):e;Fg(a,i,0,this._makeDomArray(o,n<t),r.parent)})},insertBefore:function(e){const t=this._make(e);this.remove();const r=[];return cd(t,e=>{const t=this.clone().toArray(),{parent:n}=e;if(!n)return;const a=n.children,i=a.indexOf(e);-1!==i&&(Fg(a,i,0,t,n),r.push(...t))}),this._make(r)},remove:function(e){return cd(e?this.filter(e):this,e=>{Lp(e),e.prev=e.next=e.parent=null}),this},replaceWith:function(e){return cd(this,(t,r)=>{const{parent:n}=t;if(!n)return;const a=n.children,i="function"==typeof e?e.call(t,r,t):e,o=this._makeDomArray(i);Bg(o,null);const s=a.indexOf(t);Fg(a,s,1,o,n),o.includes(t)||(t.parent=t.prev=t.next=null)})},empty:function(){return cd(this,e=>{if(Hf(e)){for(const t of e.children)t.next=t.prev=t.parent=null;e.children.length=0}})},html:function(e){if(void 0===e){const e=this[0];return e&&Hf(e)?this._render(e.children):null}return cd(this,t=>{if(!Hf(t))return;for(const e of t.children)e.next=e.prev=e.parent=null;Bg(od(e)?e.toArray():this._parse(`${e}`,this.options,!1,t).children,t)})},toString:function(){return this._render(this)},text:function(e){return void 0===e?td(this):cd(this,"function"==typeof e?(t,r)=>this._make(t).text(e.call(t,r,td([t]))):t=>{if(!Hf(t))return;for(const e of t.children)e.next=e.prev=e.parent=null;Bg(new Cf(`${e}`),t)})},clone:function(){const e=Array.prototype.map.call(this.get(),e=>Gf(e,!0)),t=new Lf(e);for(const r of e)r.parent=t;return this._make(e)}});function $g(e,t,r,n){if("string"==typeof t){const i=Vg(e),o="function"==typeof r?r.call(e,n,i[t]):r;""===o?delete i[t]:null!=o&&(i[t]=o),e.attribs.style=(a=i,Object.keys(a).reduce((e,t)=>`${e}${e?" ":""}${t}: ${a[t]};`,""))}else if("object"==typeof t){const r=Object.keys(t);for(let n=0;n<r.length;n++){const a=r[n];$g(e,a,t[a],n)}}var a}function Vg(e,t){if(!e||!xf(e))return;const r=function(e){if(e=(e||"").trim(),!e)return{};const t={};let r;for(const n of e.split(";")){const e=n.indexOf(":");if(e<1||e===n.length-1){const e=n.trimEnd();e.length>0&&void 0!==r&&(t[r]+=`;${e}`)}else r=n.slice(0,e).trim(),t[r]=n.slice(e+1).trim()}return t}(e.attribs.style);if("string"==typeof t)return r[t];if(Array.isArray(t)){const e={};for(const n of t)null!=r[n]&&(e[n]=r[n]);return e}return r}var zg=Object.freeze({__proto__:null,css:function(e,t){return null!=e&&null!=t||"object"==typeof e&&!Array.isArray(e)?cd(this,(r,n)=>{xf(r)&&$g(r,e,t,n)}):0!==this.length?Vg(this[0],e):void 0}});const Qg="input,select,textarea,keygen",Kg=/%20/g,Xg=/\r?\n/g;var Jg=Object.freeze({__proto__:null,serialize:function(){const e=this.serializeArray().map(e=>`${encodeURIComponent(e.name)}=${encodeURIComponent(e.value)}`);return e.join("&").replace(Kg,"+")},serializeArray:function(){return this.map((e,t)=>{const r=this._make(t);return xf(t)&&"form"===t.name?r.find(Qg).toArray():r.filter(Qg).toArray()}).filter('[name!=""]:enabled:not(:submit, :button, :image, :reset, :file):matches([checked], :not(:checkbox, :radio))').map((e,t)=>{var r;const n=this._make(t),a=n.attr("name"),i=null!==(r=n.val())&&void 0!==r?r:"";return Array.isArray(i)?i.map(e=>({name:a,value:e.replace(Xg,"\r\n")})):{name:a,value:i.replace(Xg,"\r\n")}}).toArray()}});function Zg(e){var t;return"string"==typeof e?{selector:e,value:"textContent"}:{selector:e.selector,value:null!==(t=e.value)&&void 0!==t?t:"textContent"}}var e_=Object.freeze({__proto__:null,extract:function(e){const t={};for(const r in e){const n=e[r],a=Array.isArray(n),{selector:i,value:o}=Zg(a?n[0]:n),s="function"==typeof o?o:"string"==typeof o?e=>this._make(e).prop(o):e=>this._make(e).extract(o);if(a)t[r]=this._findBySelector(i,Number.POSITIVE_INFINITY).map((e,n)=>s(n,r,t)).get();else{const e=this._findBySelector(i,1);t[r]=e.length>0?s(e[0],r,t):void 0}}return t}});class t_{constructor(e,t,r){if(this.length=0,this.options=r,this._root=t,e){for(let t=0;t<e.length;t++)this[t]=e[t];this.length=e.length}}}t_.prototype.cheerio="[cheerio object]",t_.prototype.splice=Array.prototype.splice,t_.prototype[Symbol.iterator]=Array.prototype[Symbol.iterator],Object.assign(t_.prototype,am,BE,Wg,zg,Jg,e_);const r_=new Set([65534,65535,131070,131071,196606,196607,262142,262143,327678,327679,393214,393215,458750,458751,524286,524287,589822,589823,655358,655359,720894,720895,786430,786431,851966,851967,917502,917503,983038,983039,1048574,1048575,1114110,1114111]),n_="�";var a_;!function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z"}(a_||(a_={}));const i_="--",o_="[CDATA[",s_="doctype",c_="script",l_="public",u_="system";function h_(e){return e>=55296&&e<=57343}function f_(e){return 32!==e&&10!==e&&13!==e&&9!==e&&12!==e&&e>=1&&e<=31||e>=127&&e<=159}function p_(e){return e>=64976&&e<=65007||r_.has(e)}var d_;!function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"}(d_||(d_={}));class m_{constructor(e){this.handler=e,this.html="",this.pos=-1,this.lastGapPos=-2,this.gapStack=[],this.skipNextNewLine=!1,this.lastChunkWritten=!1,this.endOfChunkHit=!1,this.bufferWaterline=65536,this.isEol=!1,this.lineStartPos=0,this.droppedBufferSize=0,this.line=1,this.lastErrOffset=-1}get col(){return this.pos-this.lineStartPos+Number(this.lastGapPos!==this.pos)}get offset(){return this.droppedBufferSize+this.pos}getError(e,t){const{line:r,col:n,offset:a}=this,i=n+t,o=a+t;return{code:e,startLine:r,endLine:r,startCol:i,endCol:i,startOffset:o,endOffset:o}}_err(e){this.handler.onParseError&&this.lastErrOffset!==this.offset&&(this.lastErrOffset=this.offset,this.handler.onParseError(this.getError(e,0)))}_addGap(){this.gapStack.push(this.lastGapPos),this.lastGapPos=this.pos}_processSurrogate(e){if(this.pos!==this.html.length-1){const t=this.html.charCodeAt(this.pos+1);if(function(e){return e>=56320&&e<=57343}(t))return this.pos++,this._addGap(),1024*(e-55296)+9216+t}else if(!this.lastChunkWritten)return this.endOfChunkHit=!0,a_.EOF;return this._err(d_.surrogateInInputStream),e}willDropParsedChunk(){return this.pos>this.bufferWaterline}dropParsedChunk(){this.willDropParsedChunk()&&(this.html=this.html.substring(this.pos),this.lineStartPos-=this.pos,this.droppedBufferSize+=this.pos,this.pos=0,this.lastGapPos=-2,this.gapStack.length=0)}write(e,t){this.html.length>0?this.html+=e:this.html=e,this.endOfChunkHit=!1,this.lastChunkWritten=t}insertHtmlAtCurrentPos(e){this.html=this.html.substring(0,this.pos+1)+e+this.html.substring(this.pos+1),this.endOfChunkHit=!1}startsWith(e,t){if(this.pos+e.length>this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,!1;if(t)return this.html.startsWith(e,this.pos);for(let t=0;t<e.length;t++){if((32|this.html.charCodeAt(this.pos+t))!==e.charCodeAt(t))return!1}return!0}peek(e){const t=this.pos+e;if(t>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,a_.EOF;const r=this.html.charCodeAt(t);return r===a_.CARRIAGE_RETURN?a_.LINE_FEED:r}advance(){if(this.pos++,this.isEol&&(this.isEol=!1,this.line++,this.lineStartPos=this.pos),this.pos>=this.html.length)return this.endOfChunkHit=!this.lastChunkWritten,a_.EOF;let e=this.html.charCodeAt(this.pos);if(e===a_.CARRIAGE_RETURN)return this.isEol=!0,this.skipNextNewLine=!0,a_.LINE_FEED;if(e===a_.LINE_FEED&&(this.isEol=!0,this.skipNextNewLine))return this.line--,this.skipNextNewLine=!1,this._addGap(),this.advance();this.skipNextNewLine=!1,h_(e)&&(e=this._processSurrogate(e));return null===this.handler.onParseError||e>31&&e<127||e===a_.LINE_FEED||e===a_.CARRIAGE_RETURN||e>159&&e<64976||this._checkForProblematicCharacters(e),e}_checkForProblematicCharacters(e){f_(e)?this._err(d_.controlCharacterInInputStream):p_(e)&&this._err(d_.noncharacterInInputStream)}retreat(e){for(this.pos-=e;this.pos<this.lastGapPos;)this.lastGapPos=this.gapStack.pop(),this.pos--;this.isEol=!1}}var E_;function g_(e,t){for(let r=e.attrs.length-1;r>=0;r--)if(e.attrs[r].name===t)return e.attrs[r].value;return null}!function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"}(E_||(E_={}));const __=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map(e=>e.charCodeAt(0))),T_=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);var A_;!function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"}(A_||(A_={}));var y_,v_,b_,S_,N_,I_,C_,w_;function O_(e){return e>=A_.ZERO&&e<=A_.NINE}function D_(e){return e>=A_.UPPER_A&&e<=A_.UPPER_F||e>=A_.LOWER_A&&e<=A_.LOWER_F}function R_(e){return e===A_.EQUALS||function(e){return e>=A_.UPPER_A&&e<=A_.UPPER_Z||e>=A_.LOWER_A&&e<=A_.LOWER_Z||O_(e)}(e)}!function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(y_||(y_={})),function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"}(v_||(v_={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(b_||(b_={}));class L_{constructor(e,t,r){this.decodeTree=e,this.emitCodePoint=t,this.errors=r,this.state=v_.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=b_.Strict}startEntity(e){this.decodeMode=e,this.state=v_.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(e,t){switch(this.state){case v_.EntityStart:return e.charCodeAt(t)===A_.NUM?(this.state=v_.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=v_.NamedEntity,this.stateNamedEntity(e,t));case v_.NumericStart:return this.stateNumericStart(e,t);case v_.NumericDecimal:return this.stateNumericDecimal(e,t);case v_.NumericHex:return this.stateNumericHex(e,t);case v_.NamedEntity:return this.stateNamedEntity(e,t)}}stateNumericStart(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===A_.LOWER_X?(this.state=v_.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=v_.NumericDecimal,this.stateNumericDecimal(e,t))}addToNumericResult(e,t,r,n){if(t!==r){const a=r-t;this.result=this.result*Math.pow(n,a)+Number.parseInt(e.substr(t,a),n),this.consumed+=a}}stateNumericHex(e,t){const r=t;for(;t<e.length;){const n=e.charCodeAt(t);if(!O_(n)&&!D_(n))return this.addToNumericResult(e,r,t,16),this.emitNumericEntity(n,3);t+=1}return this.addToNumericResult(e,r,t,16),-1}stateNumericDecimal(e,t){const r=t;for(;t<e.length;){const n=e.charCodeAt(t);if(!O_(n))return this.addToNumericResult(e,r,t,10),this.emitNumericEntity(n,2);t+=1}return this.addToNumericResult(e,r,t,10),-1}emitNumericEntity(e,t){var r;if(this.consumed<=t)return null===(r=this.errors)||void 0===r||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===A_.SEMI)this.consumed+=1;else if(this.decodeMode===b_.Strict)return 0;return this.emitCodePoint(function(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=T_.get(e))&&void 0!==t?t:e}(this.result),this.consumed),this.errors&&(e!==A_.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed}stateNamedEntity(e,t){const{decodeTree:r}=this;let n=r[this.treeIndex],a=(n&y_.VALUE_LENGTH)>>14;for(;t<e.length;t++,this.excess++){const i=e.charCodeAt(t);if(this.treeIndex=k_(r,n,this.treeIndex+Math.max(1,a),i),this.treeIndex<0)return 0===this.result||this.decodeMode===b_.Attribute&&(0===a||R_(i))?0:this.emitNotTerminatedNamedEntity();if(n=r[this.treeIndex],a=(n&y_.VALUE_LENGTH)>>14,0!==a){if(i===A_.SEMI)return this.emitNamedEntityData(this.treeIndex,a,this.consumed+this.excess);this.decodeMode!==b_.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1}emitNotTerminatedNamedEntity(){var e;const{result:t,decodeTree:r}=this,n=(r[t]&y_.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,n,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(e,t,r){const{decodeTree:n}=this;return this.emitCodePoint(1===t?n[e]&~y_.VALUE_LENGTH:n[e+1],r),3===t&&this.emitCodePoint(n[e+2],r),r}end(){var e;switch(this.state){case v_.NamedEntity:return 0===this.result||this.decodeMode===b_.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case v_.NumericDecimal:return this.emitNumericEntity(0,2);case v_.NumericHex:return this.emitNumericEntity(0,3);case v_.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case v_.EntityStart:return 0}}}function k_(e,t,r,n){const a=(t&y_.BRANCH_LENGTH)>>7,i=t&y_.JUMP_TABLE;if(0===a)return 0!==i&&n===i?r:-1;if(i){const t=n-i;return t<0||t>=a?-1:e[r+t]-1}let o=r,s=o+a-1;for(;o<=s;){const t=o+s>>>1,r=e[t];if(r<n)o=t+1;else{if(!(r>n))return e[t+a];s=t-1}}return-1}!function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"}(S_||(S_={})),function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"}(N_||(N_={})),function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"}(I_||(I_={})),function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SEARCH="search",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"}(C_||(C_={})),function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SEARCH=94]="SEARCH",e[e.SECTION=95]="SECTION",e[e.SELECT=96]="SELECT",e[e.SOURCE=97]="SOURCE",e[e.SMALL=98]="SMALL",e[e.SPAN=99]="SPAN",e[e.STRIKE=100]="STRIKE",e[e.STRONG=101]="STRONG",e[e.STYLE=102]="STYLE",e[e.SUB=103]="SUB",e[e.SUMMARY=104]="SUMMARY",e[e.SUP=105]="SUP",e[e.TABLE=106]="TABLE",e[e.TBODY=107]="TBODY",e[e.TEMPLATE=108]="TEMPLATE",e[e.TEXTAREA=109]="TEXTAREA",e[e.TFOOT=110]="TFOOT",e[e.TD=111]="TD",e[e.TH=112]="TH",e[e.THEAD=113]="THEAD",e[e.TITLE=114]="TITLE",e[e.TR=115]="TR",e[e.TRACK=116]="TRACK",e[e.TT=117]="TT",e[e.U=118]="U",e[e.UL=119]="UL",e[e.SVG=120]="SVG",e[e.VAR=121]="VAR",e[e.WBR=122]="WBR",e[e.XMP=123]="XMP"}(w_||(w_={}));const x_=new Map([[C_.A,w_.A],[C_.ADDRESS,w_.ADDRESS],[C_.ANNOTATION_XML,w_.ANNOTATION_XML],[C_.APPLET,w_.APPLET],[C_.AREA,w_.AREA],[C_.ARTICLE,w_.ARTICLE],[C_.ASIDE,w_.ASIDE],[C_.B,w_.B],[C_.BASE,w_.BASE],[C_.BASEFONT,w_.BASEFONT],[C_.BGSOUND,w_.BGSOUND],[C_.BIG,w_.BIG],[C_.BLOCKQUOTE,w_.BLOCKQUOTE],[C_.BODY,w_.BODY],[C_.BR,w_.BR],[C_.BUTTON,w_.BUTTON],[C_.CAPTION,w_.CAPTION],[C_.CENTER,w_.CENTER],[C_.CODE,w_.CODE],[C_.COL,w_.COL],[C_.COLGROUP,w_.COLGROUP],[C_.DD,w_.DD],[C_.DESC,w_.DESC],[C_.DETAILS,w_.DETAILS],[C_.DIALOG,w_.DIALOG],[C_.DIR,w_.DIR],[C_.DIV,w_.DIV],[C_.DL,w_.DL],[C_.DT,w_.DT],[C_.EM,w_.EM],[C_.EMBED,w_.EMBED],[C_.FIELDSET,w_.FIELDSET],[C_.FIGCAPTION,w_.FIGCAPTION],[C_.FIGURE,w_.FIGURE],[C_.FONT,w_.FONT],[C_.FOOTER,w_.FOOTER],[C_.FOREIGN_OBJECT,w_.FOREIGN_OBJECT],[C_.FORM,w_.FORM],[C_.FRAME,w_.FRAME],[C_.FRAMESET,w_.FRAMESET],[C_.H1,w_.H1],[C_.H2,w_.H2],[C_.H3,w_.H3],[C_.H4,w_.H4],[C_.H5,w_.H5],[C_.H6,w_.H6],[C_.HEAD,w_.HEAD],[C_.HEADER,w_.HEADER],[C_.HGROUP,w_.HGROUP],[C_.HR,w_.HR],[C_.HTML,w_.HTML],[C_.I,w_.I],[C_.IMG,w_.IMG],[C_.IMAGE,w_.IMAGE],[C_.INPUT,w_.INPUT],[C_.IFRAME,w_.IFRAME],[C_.KEYGEN,w_.KEYGEN],[C_.LABEL,w_.LABEL],[C_.LI,w_.LI],[C_.LINK,w_.LINK],[C_.LISTING,w_.LISTING],[C_.MAIN,w_.MAIN],[C_.MALIGNMARK,w_.MALIGNMARK],[C_.MARQUEE,w_.MARQUEE],[C_.MATH,w_.MATH],[C_.MENU,w_.MENU],[C_.META,w_.META],[C_.MGLYPH,w_.MGLYPH],[C_.MI,w_.MI],[C_.MO,w_.MO],[C_.MN,w_.MN],[C_.MS,w_.MS],[C_.MTEXT,w_.MTEXT],[C_.NAV,w_.NAV],[C_.NOBR,w_.NOBR],[C_.NOFRAMES,w_.NOFRAMES],[C_.NOEMBED,w_.NOEMBED],[C_.NOSCRIPT,w_.NOSCRIPT],[C_.OBJECT,w_.OBJECT],[C_.OL,w_.OL],[C_.OPTGROUP,w_.OPTGROUP],[C_.OPTION,w_.OPTION],[C_.P,w_.P],[C_.PARAM,w_.PARAM],[C_.PLAINTEXT,w_.PLAINTEXT],[C_.PRE,w_.PRE],[C_.RB,w_.RB],[C_.RP,w_.RP],[C_.RT,w_.RT],[C_.RTC,w_.RTC],[C_.RUBY,w_.RUBY],[C_.S,w_.S],[C_.SCRIPT,w_.SCRIPT],[C_.SEARCH,w_.SEARCH],[C_.SECTION,w_.SECTION],[C_.SELECT,w_.SELECT],[C_.SOURCE,w_.SOURCE],[C_.SMALL,w_.SMALL],[C_.SPAN,w_.SPAN],[C_.STRIKE,w_.STRIKE],[C_.STRONG,w_.STRONG],[C_.STYLE,w_.STYLE],[C_.SUB,w_.SUB],[C_.SUMMARY,w_.SUMMARY],[C_.SUP,w_.SUP],[C_.TABLE,w_.TABLE],[C_.TBODY,w_.TBODY],[C_.TEMPLATE,w_.TEMPLATE],[C_.TEXTAREA,w_.TEXTAREA],[C_.TFOOT,w_.TFOOT],[C_.TD,w_.TD],[C_.TH,w_.TH],[C_.THEAD,w_.THEAD],[C_.TITLE,w_.TITLE],[C_.TR,w_.TR],[C_.TRACK,w_.TRACK],[C_.TT,w_.TT],[C_.U,w_.U],[C_.UL,w_.UL],[C_.SVG,w_.SVG],[C_.VAR,w_.VAR],[C_.WBR,w_.WBR],[C_.XMP,w_.XMP]]);function M_(e){var t;return null!==(t=x_.get(e))&&void 0!==t?t:w_.UNKNOWN}const P_=w_,B_={[S_.HTML]:new Set([P_.ADDRESS,P_.APPLET,P_.AREA,P_.ARTICLE,P_.ASIDE,P_.BASE,P_.BASEFONT,P_.BGSOUND,P_.BLOCKQUOTE,P_.BODY,P_.BR,P_.BUTTON,P_.CAPTION,P_.CENTER,P_.COL,P_.COLGROUP,P_.DD,P_.DETAILS,P_.DIR,P_.DIV,P_.DL,P_.DT,P_.EMBED,P_.FIELDSET,P_.FIGCAPTION,P_.FIGURE,P_.FOOTER,P_.FORM,P_.FRAME,P_.FRAMESET,P_.H1,P_.H2,P_.H3,P_.H4,P_.H5,P_.H6,P_.HEAD,P_.HEADER,P_.HGROUP,P_.HR,P_.HTML,P_.IFRAME,P_.IMG,P_.INPUT,P_.LI,P_.LINK,P_.LISTING,P_.MAIN,P_.MARQUEE,P_.MENU,P_.META,P_.NAV,P_.NOEMBED,P_.NOFRAMES,P_.NOSCRIPT,P_.OBJECT,P_.OL,P_.P,P_.PARAM,P_.PLAINTEXT,P_.PRE,P_.SCRIPT,P_.SECTION,P_.SELECT,P_.SOURCE,P_.STYLE,P_.SUMMARY,P_.TABLE,P_.TBODY,P_.TD,P_.TEMPLATE,P_.TEXTAREA,P_.TFOOT,P_.TH,P_.THEAD,P_.TITLE,P_.TR,P_.TRACK,P_.UL,P_.WBR,P_.XMP]),[S_.MATHML]:new Set([P_.MI,P_.MO,P_.MN,P_.MS,P_.MTEXT,P_.ANNOTATION_XML]),[S_.SVG]:new Set([P_.TITLE,P_.FOREIGN_OBJECT,P_.DESC]),[S_.XLINK]:new Set,[S_.XML]:new Set,[S_.XMLNS]:new Set},U_=new Set([P_.H1,P_.H2,P_.H3,P_.H4,P_.H5,P_.H6]),F_=new Set([C_.STYLE,C_.SCRIPT,C_.XMP,C_.IFRAME,C_.NOEMBED,C_.NOFRAMES,C_.PLAINTEXT]);var H_;!function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=72]="AMBIGUOUS_AMPERSAND"}(H_||(H_={}));const G_={DATA:H_.DATA,RCDATA:H_.RCDATA,RAWTEXT:H_.RAWTEXT,SCRIPT_DATA:H_.SCRIPT_DATA,PLAINTEXT:H_.PLAINTEXT,CDATA_SECTION:H_.CDATA_SECTION};function q_(e){return e>=a_.LATIN_CAPITAL_A&&e<=a_.LATIN_CAPITAL_Z}function j_(e){return function(e){return e>=a_.LATIN_SMALL_A&&e<=a_.LATIN_SMALL_Z}(e)||q_(e)}function Y_(e){return j_(e)||function(e){return e>=a_.DIGIT_0&&e<=a_.DIGIT_9}(e)}function W_(e){return e+32}function $_(e){return e===a_.SPACE||e===a_.LINE_FEED||e===a_.TABULATION||e===a_.FORM_FEED}function V_(e){return $_(e)||e===a_.SOLIDUS||e===a_.GREATER_THAN_SIGN}class z_{constructor(e,t){this.options=e,this.handler=t,this.paused=!1,this.inLoop=!1,this.inForeignNode=!1,this.lastStartTagName="",this.active=!1,this.state=H_.DATA,this.returnState=H_.DATA,this.entityStartPos=0,this.consumedAfterSnapshot=-1,this.currentCharacterToken=null,this.currentToken=null,this.currentAttr={name:"",value:""},this.preprocessor=new m_(t),this.currentLocation=this.getCurrentLocation(-1),this.entityDecoder=new L_(__,(e,t)=>{this.preprocessor.pos=this.entityStartPos+t-1,this._flushCodePointConsumedAsCharacterReference(e)},t.onParseError?{missingSemicolonAfterCharacterReference:()=>{this._err(d_.missingSemicolonAfterCharacterReference,1)},absenceOfDigitsInNumericCharacterReference:e=>{this._err(d_.absenceOfDigitsInNumericCharacterReference,this.entityStartPos-this.preprocessor.pos+e)},validateNumericCharacterReference:e=>{const t=function(e){return e===a_.NULL?d_.nullCharacterReference:e>1114111?d_.characterReferenceOutsideUnicodeRange:h_(e)?d_.surrogateCharacterReference:p_(e)?d_.noncharacterCharacterReference:f_(e)||e===a_.CARRIAGE_RETURN?d_.controlCharacterReference:null}(e);t&&this._err(t,1)}}:void 0)}_err(e,t=0){var r,n;null===(n=(r=this.handler).onParseError)||void 0===n||n.call(r,this.preprocessor.getError(e,t))}getCurrentLocation(e){return this.options.sourceCodeLocationInfo?{startLine:this.preprocessor.line,startCol:this.preprocessor.col-e,startOffset:this.preprocessor.offset-e,endLine:-1,endCol:-1,endOffset:-1}:null}_runParsingLoop(){if(!this.inLoop){for(this.inLoop=!0;this.active&&!this.paused;){this.consumedAfterSnapshot=0;const e=this._consume();this._ensureHibernation()||this._callState(e)}this.inLoop=!1}}pause(){this.paused=!0}resume(e){if(!this.paused)throw new Error("Parser was already resumed");this.paused=!1,this.inLoop||(this._runParsingLoop(),this.paused||null==e||e())}write(e,t,r){this.active=!0,this.preprocessor.write(e,t),this._runParsingLoop(),this.paused||null==r||r()}insertHtmlAtCurrentPos(e){this.active=!0,this.preprocessor.insertHtmlAtCurrentPos(e),this._runParsingLoop()}_ensureHibernation(){return!!this.preprocessor.endOfChunkHit&&(this.preprocessor.retreat(this.consumedAfterSnapshot),this.consumedAfterSnapshot=0,this.active=!1,!0)}_consume(){return this.consumedAfterSnapshot++,this.preprocessor.advance()}_advanceBy(e){this.consumedAfterSnapshot+=e;for(let t=0;t<e;t++)this.preprocessor.advance()}_consumeSequenceIfMatch(e,t){return!!this.preprocessor.startsWith(e,t)&&(this._advanceBy(e.length-1),!0)}_createStartTagToken(){this.currentToken={type:E_.START_TAG,tagName:"",tagID:w_.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(1)}}_createEndTagToken(){this.currentToken={type:E_.END_TAG,tagName:"",tagID:w_.UNKNOWN,selfClosing:!1,ackSelfClosing:!1,attrs:[],location:this.getCurrentLocation(2)}}_createCommentToken(e){this.currentToken={type:E_.COMMENT,data:"",location:this.getCurrentLocation(e)}}_createDoctypeToken(e){this.currentToken={type:E_.DOCTYPE,name:e,forceQuirks:!1,publicId:null,systemId:null,location:this.currentLocation}}_createCharacterToken(e,t){this.currentCharacterToken={type:e,chars:t,location:this.currentLocation}}_createAttr(e){this.currentAttr={name:e,value:""},this.currentLocation=this.getCurrentLocation(0)}_leaveAttrName(){var e,t;const r=this.currentToken;if(null===g_(r,this.currentAttr.name)){if(r.attrs.push(this.currentAttr),r.location&&this.currentLocation){(null!==(e=(t=r.location).attrs)&&void 0!==e?e:t.attrs=Object.create(null))[this.currentAttr.name]=this.currentLocation,this._leaveAttrValue()}}else this._err(d_.duplicateAttribute)}_leaveAttrValue(){this.currentLocation&&(this.currentLocation.endLine=this.preprocessor.line,this.currentLocation.endCol=this.preprocessor.col,this.currentLocation.endOffset=this.preprocessor.offset)}prepareToken(e){this._emitCurrentCharacterToken(e.location),this.currentToken=null,e.location&&(e.location.endLine=this.preprocessor.line,e.location.endCol=this.preprocessor.col+1,e.location.endOffset=this.preprocessor.offset+1),this.currentLocation=this.getCurrentLocation(-1)}emitCurrentTagToken(){const e=this.currentToken;this.prepareToken(e),e.tagID=M_(e.tagName),e.type===E_.START_TAG?(this.lastStartTagName=e.tagName,this.handler.onStartTag(e)):(e.attrs.length>0&&this._err(d_.endTagWithAttributes),e.selfClosing&&this._err(d_.endTagWithTrailingSolidus),this.handler.onEndTag(e)),this.preprocessor.dropParsedChunk()}emitCurrentComment(e){this.prepareToken(e),this.handler.onComment(e),this.preprocessor.dropParsedChunk()}emitCurrentDoctype(e){this.prepareToken(e),this.handler.onDoctype(e),this.preprocessor.dropParsedChunk()}_emitCurrentCharacterToken(e){if(this.currentCharacterToken){switch(e&&this.currentCharacterToken.location&&(this.currentCharacterToken.location.endLine=e.startLine,this.currentCharacterToken.location.endCol=e.startCol,this.currentCharacterToken.location.endOffset=e.startOffset),this.currentCharacterToken.type){case E_.CHARACTER:this.handler.onCharacter(this.currentCharacterToken);break;case E_.NULL_CHARACTER:this.handler.onNullCharacter(this.currentCharacterToken);break;case E_.WHITESPACE_CHARACTER:this.handler.onWhitespaceCharacter(this.currentCharacterToken)}this.currentCharacterToken=null}}_emitEOFToken(){const e=this.getCurrentLocation(0);e&&(e.endLine=e.startLine,e.endCol=e.startCol,e.endOffset=e.startOffset),this._emitCurrentCharacterToken(e),this.handler.onEof({type:E_.EOF,location:e}),this.active=!1}_appendCharToCurrentCharacterToken(e,t){if(this.currentCharacterToken){if(this.currentCharacterToken.type===e)return void(this.currentCharacterToken.chars+=t);this.currentLocation=this.getCurrentLocation(0),this._emitCurrentCharacterToken(this.currentLocation),this.preprocessor.dropParsedChunk()}this._createCharacterToken(e,t)}_emitCodePoint(e){const t=$_(e)?E_.WHITESPACE_CHARACTER:e===a_.NULL?E_.NULL_CHARACTER:E_.CHARACTER;this._appendCharToCurrentCharacterToken(t,String.fromCodePoint(e))}_emitChars(e){this._appendCharToCurrentCharacterToken(E_.CHARACTER,e)}_startCharacterReference(){this.returnState=this.state,this.state=H_.CHARACTER_REFERENCE,this.entityStartPos=this.preprocessor.pos,this.entityDecoder.startEntity(this._isCharacterReferenceInAttribute()?b_.Attribute:b_.Legacy)}_isCharacterReferenceInAttribute(){return this.returnState===H_.ATTRIBUTE_VALUE_DOUBLE_QUOTED||this.returnState===H_.ATTRIBUTE_VALUE_SINGLE_QUOTED||this.returnState===H_.ATTRIBUTE_VALUE_UNQUOTED}_flushCodePointConsumedAsCharacterReference(e){this._isCharacterReferenceInAttribute()?this.currentAttr.value+=String.fromCodePoint(e):this._emitCodePoint(e)}_callState(e){switch(this.state){case H_.DATA:this._stateData(e);break;case H_.RCDATA:this._stateRcdata(e);break;case H_.RAWTEXT:this._stateRawtext(e);break;case H_.SCRIPT_DATA:this._stateScriptData(e);break;case H_.PLAINTEXT:this._statePlaintext(e);break;case H_.TAG_OPEN:this._stateTagOpen(e);break;case H_.END_TAG_OPEN:this._stateEndTagOpen(e);break;case H_.TAG_NAME:this._stateTagName(e);break;case H_.RCDATA_LESS_THAN_SIGN:this._stateRcdataLessThanSign(e);break;case H_.RCDATA_END_TAG_OPEN:this._stateRcdataEndTagOpen(e);break;case H_.RCDATA_END_TAG_NAME:this._stateRcdataEndTagName(e);break;case H_.RAWTEXT_LESS_THAN_SIGN:this._stateRawtextLessThanSign(e);break;case H_.RAWTEXT_END_TAG_OPEN:this._stateRawtextEndTagOpen(e);break;case H_.RAWTEXT_END_TAG_NAME:this._stateRawtextEndTagName(e);break;case H_.SCRIPT_DATA_LESS_THAN_SIGN:this._stateScriptDataLessThanSign(e);break;case H_.SCRIPT_DATA_END_TAG_OPEN:this._stateScriptDataEndTagOpen(e);break;case H_.SCRIPT_DATA_END_TAG_NAME:this._stateScriptDataEndTagName(e);break;case H_.SCRIPT_DATA_ESCAPE_START:this._stateScriptDataEscapeStart(e);break;case H_.SCRIPT_DATA_ESCAPE_START_DASH:this._stateScriptDataEscapeStartDash(e);break;case H_.SCRIPT_DATA_ESCAPED:this._stateScriptDataEscaped(e);break;case H_.SCRIPT_DATA_ESCAPED_DASH:this._stateScriptDataEscapedDash(e);break;case H_.SCRIPT_DATA_ESCAPED_DASH_DASH:this._stateScriptDataEscapedDashDash(e);break;case H_.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataEscapedLessThanSign(e);break;case H_.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:this._stateScriptDataEscapedEndTagOpen(e);break;case H_.SCRIPT_DATA_ESCAPED_END_TAG_NAME:this._stateScriptDataEscapedEndTagName(e);break;case H_.SCRIPT_DATA_DOUBLE_ESCAPE_START:this._stateScriptDataDoubleEscapeStart(e);break;case H_.SCRIPT_DATA_DOUBLE_ESCAPED:this._stateScriptDataDoubleEscaped(e);break;case H_.SCRIPT_DATA_DOUBLE_ESCAPED_DASH:this._stateScriptDataDoubleEscapedDash(e);break;case H_.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH:this._stateScriptDataDoubleEscapedDashDash(e);break;case H_.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN:this._stateScriptDataDoubleEscapedLessThanSign(e);break;case H_.SCRIPT_DATA_DOUBLE_ESCAPE_END:this._stateScriptDataDoubleEscapeEnd(e);break;case H_.BEFORE_ATTRIBUTE_NAME:this._stateBeforeAttributeName(e);break;case H_.ATTRIBUTE_NAME:this._stateAttributeName(e);break;case H_.AFTER_ATTRIBUTE_NAME:this._stateAfterAttributeName(e);break;case H_.BEFORE_ATTRIBUTE_VALUE:this._stateBeforeAttributeValue(e);break;case H_.ATTRIBUTE_VALUE_DOUBLE_QUOTED:this._stateAttributeValueDoubleQuoted(e);break;case H_.ATTRIBUTE_VALUE_SINGLE_QUOTED:this._stateAttributeValueSingleQuoted(e);break;case H_.ATTRIBUTE_VALUE_UNQUOTED:this._stateAttributeValueUnquoted(e);break;case H_.AFTER_ATTRIBUTE_VALUE_QUOTED:this._stateAfterAttributeValueQuoted(e);break;case H_.SELF_CLOSING_START_TAG:this._stateSelfClosingStartTag(e);break;case H_.BOGUS_COMMENT:this._stateBogusComment(e);break;case H_.MARKUP_DECLARATION_OPEN:this._stateMarkupDeclarationOpen(e);break;case H_.COMMENT_START:this._stateCommentStart(e);break;case H_.COMMENT_START_DASH:this._stateCommentStartDash(e);break;case H_.COMMENT:this._stateComment(e);break;case H_.COMMENT_LESS_THAN_SIGN:this._stateCommentLessThanSign(e);break;case H_.COMMENT_LESS_THAN_SIGN_BANG:this._stateCommentLessThanSignBang(e);break;case H_.COMMENT_LESS_THAN_SIGN_BANG_DASH:this._stateCommentLessThanSignBangDash(e);break;case H_.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:this._stateCommentLessThanSignBangDashDash(e);break;case H_.COMMENT_END_DASH:this._stateCommentEndDash(e);break;case H_.COMMENT_END:this._stateCommentEnd(e);break;case H_.COMMENT_END_BANG:this._stateCommentEndBang(e);break;case H_.DOCTYPE:this._stateDoctype(e);break;case H_.BEFORE_DOCTYPE_NAME:this._stateBeforeDoctypeName(e);break;case H_.DOCTYPE_NAME:this._stateDoctypeName(e);break;case H_.AFTER_DOCTYPE_NAME:this._stateAfterDoctypeName(e);break;case H_.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._stateAfterDoctypePublicKeyword(e);break;case H_.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER:this._stateBeforeDoctypePublicIdentifier(e);break;case H_.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypePublicIdentifierDoubleQuoted(e);break;case H_.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypePublicIdentifierSingleQuoted(e);break;case H_.AFTER_DOCTYPE_PUBLIC_IDENTIFIER:this._stateAfterDoctypePublicIdentifier(e);break;case H_.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS:this._stateBetweenDoctypePublicAndSystemIdentifiers(e);break;case H_.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._stateAfterDoctypeSystemKeyword(e);break;case H_.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER:this._stateBeforeDoctypeSystemIdentifier(e);break;case H_.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED:this._stateDoctypeSystemIdentifierDoubleQuoted(e);break;case H_.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED:this._stateDoctypeSystemIdentifierSingleQuoted(e);break;case H_.AFTER_DOCTYPE_SYSTEM_IDENTIFIER:this._stateAfterDoctypeSystemIdentifier(e);break;case H_.BOGUS_DOCTYPE:this._stateBogusDoctype(e);break;case H_.CDATA_SECTION:this._stateCdataSection(e);break;case H_.CDATA_SECTION_BRACKET:this._stateCdataSectionBracket(e);break;case H_.CDATA_SECTION_END:this._stateCdataSectionEnd(e);break;case H_.CHARACTER_REFERENCE:this._stateCharacterReference();break;case H_.AMBIGUOUS_AMPERSAND:this._stateAmbiguousAmpersand(e);break;default:throw new Error("Unknown state")}}_stateData(e){switch(e){case a_.LESS_THAN_SIGN:this.state=H_.TAG_OPEN;break;case a_.AMPERSAND:this._startCharacterReference();break;case a_.NULL:this._err(d_.unexpectedNullCharacter),this._emitCodePoint(e);break;case a_.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRcdata(e){switch(e){case a_.AMPERSAND:this._startCharacterReference();break;case a_.LESS_THAN_SIGN:this.state=H_.RCDATA_LESS_THAN_SIGN;break;case a_.NULL:this._err(d_.unexpectedNullCharacter),this._emitChars(n_);break;case a_.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateRawtext(e){switch(e){case a_.LESS_THAN_SIGN:this.state=H_.RAWTEXT_LESS_THAN_SIGN;break;case a_.NULL:this._err(d_.unexpectedNullCharacter),this._emitChars(n_);break;case a_.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptData(e){switch(e){case a_.LESS_THAN_SIGN:this.state=H_.SCRIPT_DATA_LESS_THAN_SIGN;break;case a_.NULL:this._err(d_.unexpectedNullCharacter),this._emitChars(n_);break;case a_.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_statePlaintext(e){switch(e){case a_.NULL:this._err(d_.unexpectedNullCharacter),this._emitChars(n_);break;case a_.EOF:this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateTagOpen(e){if(j_(e))this._createStartTagToken(),this.state=H_.TAG_NAME,this._stateTagName(e);else switch(e){case a_.EXCLAMATION_MARK:this.state=H_.MARKUP_DECLARATION_OPEN;break;case a_.SOLIDUS:this.state=H_.END_TAG_OPEN;break;case a_.QUESTION_MARK:this._err(d_.unexpectedQuestionMarkInsteadOfTagName),this._createCommentToken(1),this.state=H_.BOGUS_COMMENT,this._stateBogusComment(e);break;case a_.EOF:this._err(d_.eofBeforeTagName),this._emitChars("<"),this._emitEOFToken();break;default:this._err(d_.invalidFirstCharacterOfTagName),this._emitChars("<"),this.state=H_.DATA,this._stateData(e)}}_stateEndTagOpen(e){if(j_(e))this._createEndTagToken(),this.state=H_.TAG_NAME,this._stateTagName(e);else switch(e){case a_.GREATER_THAN_SIGN:this._err(d_.missingEndTagName),this.state=H_.DATA;break;case a_.EOF:this._err(d_.eofBeforeTagName),this._emitChars("</"),this._emitEOFToken();break;default:this._err(d_.invalidFirstCharacterOfTagName),this._createCommentToken(2),this.state=H_.BOGUS_COMMENT,this._stateBogusComment(e)}}_stateTagName(e){const t=this.currentToken;switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:this.state=H_.BEFORE_ATTRIBUTE_NAME;break;case a_.SOLIDUS:this.state=H_.SELF_CLOSING_START_TAG;break;case a_.GREATER_THAN_SIGN:this.state=H_.DATA,this.emitCurrentTagToken();break;case a_.NULL:this._err(d_.unexpectedNullCharacter),t.tagName+=n_;break;case a_.EOF:this._err(d_.eofInTag),this._emitEOFToken();break;default:t.tagName+=String.fromCodePoint(q_(e)?W_(e):e)}}_stateRcdataLessThanSign(e){e===a_.SOLIDUS?this.state=H_.RCDATA_END_TAG_OPEN:(this._emitChars("<"),this.state=H_.RCDATA,this._stateRcdata(e))}_stateRcdataEndTagOpen(e){j_(e)?(this.state=H_.RCDATA_END_TAG_NAME,this._stateRcdataEndTagName(e)):(this._emitChars("</"),this.state=H_.RCDATA,this._stateRcdata(e))}handleSpecialEndTag(e){if(!this.preprocessor.startsWith(this.lastStartTagName,!1))return!this._ensureHibernation();this._createEndTagToken();this.currentToken.tagName=this.lastStartTagName;switch(this.preprocessor.peek(this.lastStartTagName.length)){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:return this._advanceBy(this.lastStartTagName.length),this.state=H_.BEFORE_ATTRIBUTE_NAME,!1;case a_.SOLIDUS:return this._advanceBy(this.lastStartTagName.length),this.state=H_.SELF_CLOSING_START_TAG,!1;case a_.GREATER_THAN_SIGN:return this._advanceBy(this.lastStartTagName.length),this.emitCurrentTagToken(),this.state=H_.DATA,!1;default:return!this._ensureHibernation()}}_stateRcdataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=H_.RCDATA,this._stateRcdata(e))}_stateRawtextLessThanSign(e){e===a_.SOLIDUS?this.state=H_.RAWTEXT_END_TAG_OPEN:(this._emitChars("<"),this.state=H_.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagOpen(e){j_(e)?(this.state=H_.RAWTEXT_END_TAG_NAME,this._stateRawtextEndTagName(e)):(this._emitChars("</"),this.state=H_.RAWTEXT,this._stateRawtext(e))}_stateRawtextEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=H_.RAWTEXT,this._stateRawtext(e))}_stateScriptDataLessThanSign(e){switch(e){case a_.SOLIDUS:this.state=H_.SCRIPT_DATA_END_TAG_OPEN;break;case a_.EXCLAMATION_MARK:this.state=H_.SCRIPT_DATA_ESCAPE_START,this._emitChars("<!");break;default:this._emitChars("<"),this.state=H_.SCRIPT_DATA,this._stateScriptData(e)}}_stateScriptDataEndTagOpen(e){j_(e)?(this.state=H_.SCRIPT_DATA_END_TAG_NAME,this._stateScriptDataEndTagName(e)):(this._emitChars("</"),this.state=H_.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=H_.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStart(e){e===a_.HYPHEN_MINUS?(this.state=H_.SCRIPT_DATA_ESCAPE_START_DASH,this._emitChars("-")):(this.state=H_.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscapeStartDash(e){e===a_.HYPHEN_MINUS?(this.state=H_.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-")):(this.state=H_.SCRIPT_DATA,this._stateScriptData(e))}_stateScriptDataEscaped(e){switch(e){case a_.HYPHEN_MINUS:this.state=H_.SCRIPT_DATA_ESCAPED_DASH,this._emitChars("-");break;case a_.LESS_THAN_SIGN:this.state=H_.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case a_.NULL:this._err(d_.unexpectedNullCharacter),this._emitChars(n_);break;case a_.EOF:this._err(d_.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataEscapedDash(e){switch(e){case a_.HYPHEN_MINUS:this.state=H_.SCRIPT_DATA_ESCAPED_DASH_DASH,this._emitChars("-");break;case a_.LESS_THAN_SIGN:this.state=H_.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case a_.NULL:this._err(d_.unexpectedNullCharacter),this.state=H_.SCRIPT_DATA_ESCAPED,this._emitChars(n_);break;case a_.EOF:this._err(d_.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=H_.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedDashDash(e){switch(e){case a_.HYPHEN_MINUS:this._emitChars("-");break;case a_.LESS_THAN_SIGN:this.state=H_.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN;break;case a_.GREATER_THAN_SIGN:this.state=H_.SCRIPT_DATA,this._emitChars(">");break;case a_.NULL:this._err(d_.unexpectedNullCharacter),this.state=H_.SCRIPT_DATA_ESCAPED,this._emitChars(n_);break;case a_.EOF:this._err(d_.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=H_.SCRIPT_DATA_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataEscapedLessThanSign(e){e===a_.SOLIDUS?this.state=H_.SCRIPT_DATA_ESCAPED_END_TAG_OPEN:j_(e)?(this._emitChars("<"),this.state=H_.SCRIPT_DATA_DOUBLE_ESCAPE_START,this._stateScriptDataDoubleEscapeStart(e)):(this._emitChars("<"),this.state=H_.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagOpen(e){j_(e)?(this.state=H_.SCRIPT_DATA_ESCAPED_END_TAG_NAME,this._stateScriptDataEscapedEndTagName(e)):(this._emitChars("</"),this.state=H_.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataEscapedEndTagName(e){this.handleSpecialEndTag(e)&&(this._emitChars("</"),this.state=H_.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscapeStart(e){if(this.preprocessor.startsWith(c_,!1)&&V_(this.preprocessor.peek(c_.length))){this._emitCodePoint(e);for(let e=0;e<c_.length;e++)this._emitCodePoint(this._consume());this.state=H_.SCRIPT_DATA_DOUBLE_ESCAPED}else this._ensureHibernation()||(this.state=H_.SCRIPT_DATA_ESCAPED,this._stateScriptDataEscaped(e))}_stateScriptDataDoubleEscaped(e){switch(e){case a_.HYPHEN_MINUS:this.state=H_.SCRIPT_DATA_DOUBLE_ESCAPED_DASH,this._emitChars("-");break;case a_.LESS_THAN_SIGN:this.state=H_.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case a_.NULL:this._err(d_.unexpectedNullCharacter),this._emitChars(n_);break;case a_.EOF:this._err(d_.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDash(e){switch(e){case a_.HYPHEN_MINUS:this.state=H_.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH,this._emitChars("-");break;case a_.LESS_THAN_SIGN:this.state=H_.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case a_.NULL:this._err(d_.unexpectedNullCharacter),this.state=H_.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(n_);break;case a_.EOF:this._err(d_.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=H_.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedDashDash(e){switch(e){case a_.HYPHEN_MINUS:this._emitChars("-");break;case a_.LESS_THAN_SIGN:this.state=H_.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN,this._emitChars("<");break;case a_.GREATER_THAN_SIGN:this.state=H_.SCRIPT_DATA,this._emitChars(">");break;case a_.NULL:this._err(d_.unexpectedNullCharacter),this.state=H_.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitChars(n_);break;case a_.EOF:this._err(d_.eofInScriptHtmlCommentLikeText),this._emitEOFToken();break;default:this.state=H_.SCRIPT_DATA_DOUBLE_ESCAPED,this._emitCodePoint(e)}}_stateScriptDataDoubleEscapedLessThanSign(e){e===a_.SOLIDUS?(this.state=H_.SCRIPT_DATA_DOUBLE_ESCAPE_END,this._emitChars("/")):(this.state=H_.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateScriptDataDoubleEscapeEnd(e){if(this.preprocessor.startsWith(c_,!1)&&V_(this.preprocessor.peek(c_.length))){this._emitCodePoint(e);for(let e=0;e<c_.length;e++)this._emitCodePoint(this._consume());this.state=H_.SCRIPT_DATA_ESCAPED}else this._ensureHibernation()||(this.state=H_.SCRIPT_DATA_DOUBLE_ESCAPED,this._stateScriptDataDoubleEscaped(e))}_stateBeforeAttributeName(e){switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:break;case a_.SOLIDUS:case a_.GREATER_THAN_SIGN:case a_.EOF:this.state=H_.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case a_.EQUALS_SIGN:this._err(d_.unexpectedEqualsSignBeforeAttributeName),this._createAttr("="),this.state=H_.ATTRIBUTE_NAME;break;default:this._createAttr(""),this.state=H_.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateAttributeName(e){switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:case a_.SOLIDUS:case a_.GREATER_THAN_SIGN:case a_.EOF:this._leaveAttrName(),this.state=H_.AFTER_ATTRIBUTE_NAME,this._stateAfterAttributeName(e);break;case a_.EQUALS_SIGN:this._leaveAttrName(),this.state=H_.BEFORE_ATTRIBUTE_VALUE;break;case a_.QUOTATION_MARK:case a_.APOSTROPHE:case a_.LESS_THAN_SIGN:this._err(d_.unexpectedCharacterInAttributeName),this.currentAttr.name+=String.fromCodePoint(e);break;case a_.NULL:this._err(d_.unexpectedNullCharacter),this.currentAttr.name+=n_;break;default:this.currentAttr.name+=String.fromCodePoint(q_(e)?W_(e):e)}}_stateAfterAttributeName(e){switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:break;case a_.SOLIDUS:this.state=H_.SELF_CLOSING_START_TAG;break;case a_.EQUALS_SIGN:this.state=H_.BEFORE_ATTRIBUTE_VALUE;break;case a_.GREATER_THAN_SIGN:this.state=H_.DATA,this.emitCurrentTagToken();break;case a_.EOF:this._err(d_.eofInTag),this._emitEOFToken();break;default:this._createAttr(""),this.state=H_.ATTRIBUTE_NAME,this._stateAttributeName(e)}}_stateBeforeAttributeValue(e){switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:break;case a_.QUOTATION_MARK:this.state=H_.ATTRIBUTE_VALUE_DOUBLE_QUOTED;break;case a_.APOSTROPHE:this.state=H_.ATTRIBUTE_VALUE_SINGLE_QUOTED;break;case a_.GREATER_THAN_SIGN:this._err(d_.missingAttributeValue),this.state=H_.DATA,this.emitCurrentTagToken();break;default:this.state=H_.ATTRIBUTE_VALUE_UNQUOTED,this._stateAttributeValueUnquoted(e)}}_stateAttributeValueDoubleQuoted(e){switch(e){case a_.QUOTATION_MARK:this.state=H_.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case a_.AMPERSAND:this._startCharacterReference();break;case a_.NULL:this._err(d_.unexpectedNullCharacter),this.currentAttr.value+=n_;break;case a_.EOF:this._err(d_.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueSingleQuoted(e){switch(e){case a_.APOSTROPHE:this.state=H_.AFTER_ATTRIBUTE_VALUE_QUOTED;break;case a_.AMPERSAND:this._startCharacterReference();break;case a_.NULL:this._err(d_.unexpectedNullCharacter),this.currentAttr.value+=n_;break;case a_.EOF:this._err(d_.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAttributeValueUnquoted(e){switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:this._leaveAttrValue(),this.state=H_.BEFORE_ATTRIBUTE_NAME;break;case a_.AMPERSAND:this._startCharacterReference();break;case a_.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=H_.DATA,this.emitCurrentTagToken();break;case a_.NULL:this._err(d_.unexpectedNullCharacter),this.currentAttr.value+=n_;break;case a_.QUOTATION_MARK:case a_.APOSTROPHE:case a_.LESS_THAN_SIGN:case a_.EQUALS_SIGN:case a_.GRAVE_ACCENT:this._err(d_.unexpectedCharacterInUnquotedAttributeValue),this.currentAttr.value+=String.fromCodePoint(e);break;case a_.EOF:this._err(d_.eofInTag),this._emitEOFToken();break;default:this.currentAttr.value+=String.fromCodePoint(e)}}_stateAfterAttributeValueQuoted(e){switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:this._leaveAttrValue(),this.state=H_.BEFORE_ATTRIBUTE_NAME;break;case a_.SOLIDUS:this._leaveAttrValue(),this.state=H_.SELF_CLOSING_START_TAG;break;case a_.GREATER_THAN_SIGN:this._leaveAttrValue(),this.state=H_.DATA,this.emitCurrentTagToken();break;case a_.EOF:this._err(d_.eofInTag),this._emitEOFToken();break;default:this._err(d_.missingWhitespaceBetweenAttributes),this.state=H_.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateSelfClosingStartTag(e){switch(e){case a_.GREATER_THAN_SIGN:this.currentToken.selfClosing=!0,this.state=H_.DATA,this.emitCurrentTagToken();break;case a_.EOF:this._err(d_.eofInTag),this._emitEOFToken();break;default:this._err(d_.unexpectedSolidusInTag),this.state=H_.BEFORE_ATTRIBUTE_NAME,this._stateBeforeAttributeName(e)}}_stateBogusComment(e){const t=this.currentToken;switch(e){case a_.GREATER_THAN_SIGN:this.state=H_.DATA,this.emitCurrentComment(t);break;case a_.EOF:this.emitCurrentComment(t),this._emitEOFToken();break;case a_.NULL:this._err(d_.unexpectedNullCharacter),t.data+=n_;break;default:t.data+=String.fromCodePoint(e)}}_stateMarkupDeclarationOpen(e){this._consumeSequenceIfMatch(i_,!0)?(this._createCommentToken(i_.length+1),this.state=H_.COMMENT_START):this._consumeSequenceIfMatch(s_,!1)?(this.currentLocation=this.getCurrentLocation(s_.length+1),this.state=H_.DOCTYPE):this._consumeSequenceIfMatch(o_,!0)?this.inForeignNode?this.state=H_.CDATA_SECTION:(this._err(d_.cdataInHtmlContent),this._createCommentToken(o_.length+1),this.currentToken.data="[CDATA[",this.state=H_.BOGUS_COMMENT):this._ensureHibernation()||(this._err(d_.incorrectlyOpenedComment),this._createCommentToken(2),this.state=H_.BOGUS_COMMENT,this._stateBogusComment(e))}_stateCommentStart(e){switch(e){case a_.HYPHEN_MINUS:this.state=H_.COMMENT_START_DASH;break;case a_.GREATER_THAN_SIGN:{this._err(d_.abruptClosingOfEmptyComment),this.state=H_.DATA;const e=this.currentToken;this.emitCurrentComment(e);break}default:this.state=H_.COMMENT,this._stateComment(e)}}_stateCommentStartDash(e){const t=this.currentToken;switch(e){case a_.HYPHEN_MINUS:this.state=H_.COMMENT_END;break;case a_.GREATER_THAN_SIGN:this._err(d_.abruptClosingOfEmptyComment),this.state=H_.DATA,this.emitCurrentComment(t);break;case a_.EOF:this._err(d_.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=H_.COMMENT,this._stateComment(e)}}_stateComment(e){const t=this.currentToken;switch(e){case a_.HYPHEN_MINUS:this.state=H_.COMMENT_END_DASH;break;case a_.LESS_THAN_SIGN:t.data+="<",this.state=H_.COMMENT_LESS_THAN_SIGN;break;case a_.NULL:this._err(d_.unexpectedNullCharacter),t.data+=n_;break;case a_.EOF:this._err(d_.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+=String.fromCodePoint(e)}}_stateCommentLessThanSign(e){const t=this.currentToken;switch(e){case a_.EXCLAMATION_MARK:t.data+="!",this.state=H_.COMMENT_LESS_THAN_SIGN_BANG;break;case a_.LESS_THAN_SIGN:t.data+="<";break;default:this.state=H_.COMMENT,this._stateComment(e)}}_stateCommentLessThanSignBang(e){e===a_.HYPHEN_MINUS?this.state=H_.COMMENT_LESS_THAN_SIGN_BANG_DASH:(this.state=H_.COMMENT,this._stateComment(e))}_stateCommentLessThanSignBangDash(e){e===a_.HYPHEN_MINUS?this.state=H_.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH:(this.state=H_.COMMENT_END_DASH,this._stateCommentEndDash(e))}_stateCommentLessThanSignBangDashDash(e){e!==a_.GREATER_THAN_SIGN&&e!==a_.EOF&&this._err(d_.nestedComment),this.state=H_.COMMENT_END,this._stateCommentEnd(e)}_stateCommentEndDash(e){const t=this.currentToken;switch(e){case a_.HYPHEN_MINUS:this.state=H_.COMMENT_END;break;case a_.EOF:this._err(d_.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="-",this.state=H_.COMMENT,this._stateComment(e)}}_stateCommentEnd(e){const t=this.currentToken;switch(e){case a_.GREATER_THAN_SIGN:this.state=H_.DATA,this.emitCurrentComment(t);break;case a_.EXCLAMATION_MARK:this.state=H_.COMMENT_END_BANG;break;case a_.HYPHEN_MINUS:t.data+="-";break;case a_.EOF:this._err(d_.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--",this.state=H_.COMMENT,this._stateComment(e)}}_stateCommentEndBang(e){const t=this.currentToken;switch(e){case a_.HYPHEN_MINUS:t.data+="--!",this.state=H_.COMMENT_END_DASH;break;case a_.GREATER_THAN_SIGN:this._err(d_.incorrectlyClosedComment),this.state=H_.DATA,this.emitCurrentComment(t);break;case a_.EOF:this._err(d_.eofInComment),this.emitCurrentComment(t),this._emitEOFToken();break;default:t.data+="--!",this.state=H_.COMMENT,this._stateComment(e)}}_stateDoctype(e){switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:this.state=H_.BEFORE_DOCTYPE_NAME;break;case a_.GREATER_THAN_SIGN:this.state=H_.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e);break;case a_.EOF:{this._err(d_.eofInDoctype),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._err(d_.missingWhitespaceBeforeDoctypeName),this.state=H_.BEFORE_DOCTYPE_NAME,this._stateBeforeDoctypeName(e)}}_stateBeforeDoctypeName(e){if(q_(e))this._createDoctypeToken(String.fromCharCode(W_(e))),this.state=H_.DOCTYPE_NAME;else switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:break;case a_.NULL:this._err(d_.unexpectedNullCharacter),this._createDoctypeToken(n_),this.state=H_.DOCTYPE_NAME;break;case a_.GREATER_THAN_SIGN:{this._err(d_.missingDoctypeName),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this.state=H_.DATA;break}case a_.EOF:{this._err(d_.eofInDoctype),this._createDoctypeToken(null);const e=this.currentToken;e.forceQuirks=!0,this.emitCurrentDoctype(e),this._emitEOFToken();break}default:this._createDoctypeToken(String.fromCodePoint(e)),this.state=H_.DOCTYPE_NAME}}_stateDoctypeName(e){const t=this.currentToken;switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:this.state=H_.AFTER_DOCTYPE_NAME;break;case a_.GREATER_THAN_SIGN:this.state=H_.DATA,this.emitCurrentDoctype(t);break;case a_.NULL:this._err(d_.unexpectedNullCharacter),t.name+=n_;break;case a_.EOF:this._err(d_.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.name+=String.fromCodePoint(q_(e)?W_(e):e)}}_stateAfterDoctypeName(e){const t=this.currentToken;switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:break;case a_.GREATER_THAN_SIGN:this.state=H_.DATA,this.emitCurrentDoctype(t);break;case a_.EOF:this._err(d_.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._consumeSequenceIfMatch(l_,!1)?this.state=H_.AFTER_DOCTYPE_PUBLIC_KEYWORD:this._consumeSequenceIfMatch(u_,!1)?this.state=H_.AFTER_DOCTYPE_SYSTEM_KEYWORD:this._ensureHibernation()||(this._err(d_.invalidCharacterSequenceAfterDoctypeName),t.forceQuirks=!0,this.state=H_.BOGUS_DOCTYPE,this._stateBogusDoctype(e))}}_stateAfterDoctypePublicKeyword(e){const t=this.currentToken;switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:this.state=H_.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER;break;case a_.QUOTATION_MARK:this._err(d_.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=H_.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case a_.APOSTROPHE:this._err(d_.missingWhitespaceAfterDoctypePublicKeyword),t.publicId="",this.state=H_.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case a_.GREATER_THAN_SIGN:this._err(d_.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=H_.DATA,this.emitCurrentDoctype(t);break;case a_.EOF:this._err(d_.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(d_.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=H_.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypePublicIdentifier(e){const t=this.currentToken;switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:break;case a_.QUOTATION_MARK:t.publicId="",this.state=H_.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED;break;case a_.APOSTROPHE:t.publicId="",this.state=H_.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED;break;case a_.GREATER_THAN_SIGN:this._err(d_.missingDoctypePublicIdentifier),t.forceQuirks=!0,this.state=H_.DATA,this.emitCurrentDoctype(t);break;case a_.EOF:this._err(d_.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(d_.missingQuoteBeforeDoctypePublicIdentifier),t.forceQuirks=!0,this.state=H_.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypePublicIdentifierDoubleQuoted(e){const t=this.currentToken;switch(e){case a_.QUOTATION_MARK:this.state=H_.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case a_.NULL:this._err(d_.unexpectedNullCharacter),t.publicId+=n_;break;case a_.GREATER_THAN_SIGN:this._err(d_.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=H_.DATA;break;case a_.EOF:this._err(d_.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateDoctypePublicIdentifierSingleQuoted(e){const t=this.currentToken;switch(e){case a_.APOSTROPHE:this.state=H_.AFTER_DOCTYPE_PUBLIC_IDENTIFIER;break;case a_.NULL:this._err(d_.unexpectedNullCharacter),t.publicId+=n_;break;case a_.GREATER_THAN_SIGN:this._err(d_.abruptDoctypePublicIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=H_.DATA;break;case a_.EOF:this._err(d_.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.publicId+=String.fromCodePoint(e)}}_stateAfterDoctypePublicIdentifier(e){const t=this.currentToken;switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:this.state=H_.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS;break;case a_.GREATER_THAN_SIGN:this.state=H_.DATA,this.emitCurrentDoctype(t);break;case a_.QUOTATION_MARK:this._err(d_.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=H_.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case a_.APOSTROPHE:this._err(d_.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers),t.systemId="",this.state=H_.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case a_.EOF:this._err(d_.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(d_.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=H_.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBetweenDoctypePublicAndSystemIdentifiers(e){const t=this.currentToken;switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:break;case a_.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=H_.DATA;break;case a_.QUOTATION_MARK:t.systemId="",this.state=H_.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case a_.APOSTROPHE:t.systemId="",this.state=H_.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case a_.EOF:this._err(d_.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(d_.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=H_.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateAfterDoctypeSystemKeyword(e){const t=this.currentToken;switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:this.state=H_.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER;break;case a_.QUOTATION_MARK:this._err(d_.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=H_.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case a_.APOSTROPHE:this._err(d_.missingWhitespaceAfterDoctypeSystemKeyword),t.systemId="",this.state=H_.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case a_.GREATER_THAN_SIGN:this._err(d_.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=H_.DATA,this.emitCurrentDoctype(t);break;case a_.EOF:this._err(d_.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(d_.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=H_.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBeforeDoctypeSystemIdentifier(e){const t=this.currentToken;switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:break;case a_.QUOTATION_MARK:t.systemId="",this.state=H_.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED;break;case a_.APOSTROPHE:t.systemId="",this.state=H_.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED;break;case a_.GREATER_THAN_SIGN:this._err(d_.missingDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=H_.DATA,this.emitCurrentDoctype(t);break;case a_.EOF:this._err(d_.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(d_.missingQuoteBeforeDoctypeSystemIdentifier),t.forceQuirks=!0,this.state=H_.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateDoctypeSystemIdentifierDoubleQuoted(e){const t=this.currentToken;switch(e){case a_.QUOTATION_MARK:this.state=H_.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case a_.NULL:this._err(d_.unexpectedNullCharacter),t.systemId+=n_;break;case a_.GREATER_THAN_SIGN:this._err(d_.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=H_.DATA;break;case a_.EOF:this._err(d_.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateDoctypeSystemIdentifierSingleQuoted(e){const t=this.currentToken;switch(e){case a_.APOSTROPHE:this.state=H_.AFTER_DOCTYPE_SYSTEM_IDENTIFIER;break;case a_.NULL:this._err(d_.unexpectedNullCharacter),t.systemId+=n_;break;case a_.GREATER_THAN_SIGN:this._err(d_.abruptDoctypeSystemIdentifier),t.forceQuirks=!0,this.emitCurrentDoctype(t),this.state=H_.DATA;break;case a_.EOF:this._err(d_.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:t.systemId+=String.fromCodePoint(e)}}_stateAfterDoctypeSystemIdentifier(e){const t=this.currentToken;switch(e){case a_.SPACE:case a_.LINE_FEED:case a_.TABULATION:case a_.FORM_FEED:break;case a_.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=H_.DATA;break;case a_.EOF:this._err(d_.eofInDoctype),t.forceQuirks=!0,this.emitCurrentDoctype(t),this._emitEOFToken();break;default:this._err(d_.unexpectedCharacterAfterDoctypeSystemIdentifier),this.state=H_.BOGUS_DOCTYPE,this._stateBogusDoctype(e)}}_stateBogusDoctype(e){const t=this.currentToken;switch(e){case a_.GREATER_THAN_SIGN:this.emitCurrentDoctype(t),this.state=H_.DATA;break;case a_.NULL:this._err(d_.unexpectedNullCharacter);break;case a_.EOF:this.emitCurrentDoctype(t),this._emitEOFToken()}}_stateCdataSection(e){switch(e){case a_.RIGHT_SQUARE_BRACKET:this.state=H_.CDATA_SECTION_BRACKET;break;case a_.EOF:this._err(d_.eofInCdata),this._emitEOFToken();break;default:this._emitCodePoint(e)}}_stateCdataSectionBracket(e){e===a_.RIGHT_SQUARE_BRACKET?this.state=H_.CDATA_SECTION_END:(this._emitChars("]"),this.state=H_.CDATA_SECTION,this._stateCdataSection(e))}_stateCdataSectionEnd(e){switch(e){case a_.GREATER_THAN_SIGN:this.state=H_.DATA;break;case a_.RIGHT_SQUARE_BRACKET:this._emitChars("]");break;default:this._emitChars("]]"),this.state=H_.CDATA_SECTION,this._stateCdataSection(e)}}_stateCharacterReference(){let e=this.entityDecoder.write(this.preprocessor.html,this.preprocessor.pos);if(e<0){if(!this.preprocessor.lastChunkWritten)return this.active=!1,this.preprocessor.pos=this.preprocessor.html.length-1,this.consumedAfterSnapshot=0,void(this.preprocessor.endOfChunkHit=!0);e=this.entityDecoder.end()}0===e?(this.preprocessor.pos=this.entityStartPos,this._flushCodePointConsumedAsCharacterReference(a_.AMPERSAND),this.state=!this._isCharacterReferenceInAttribute()&&Y_(this.preprocessor.peek(1))?H_.AMBIGUOUS_AMPERSAND:this.returnState):this.state=this.returnState}_stateAmbiguousAmpersand(e){Y_(e)?this._flushCodePointConsumedAsCharacterReference(e):(e===a_.SEMICOLON&&this._err(d_.unknownNamedCharacterReference),this.state=this.returnState,this._callState(e))}}const Q_=new Set([w_.DD,w_.DT,w_.LI,w_.OPTGROUP,w_.OPTION,w_.P,w_.RB,w_.RP,w_.RT,w_.RTC]),K_=new Set([...Q_,w_.CAPTION,w_.COLGROUP,w_.TBODY,w_.TD,w_.TFOOT,w_.TH,w_.THEAD,w_.TR]),X_=new Set([w_.APPLET,w_.CAPTION,w_.HTML,w_.MARQUEE,w_.OBJECT,w_.TABLE,w_.TD,w_.TEMPLATE,w_.TH]),J_=new Set([...X_,w_.OL,w_.UL]),Z_=new Set([...X_,w_.BUTTON]),eT=new Set([w_.ANNOTATION_XML,w_.MI,w_.MN,w_.MO,w_.MS,w_.MTEXT]),tT=new Set([w_.DESC,w_.FOREIGN_OBJECT,w_.TITLE]),rT=new Set([w_.TR,w_.TEMPLATE,w_.HTML]),nT=new Set([w_.TBODY,w_.TFOOT,w_.THEAD,w_.TEMPLATE,w_.HTML]),aT=new Set([w_.TABLE,w_.TEMPLATE,w_.HTML]),iT=new Set([w_.TD,w_.TH]);class oT{get currentTmplContentOrNode(){return this._isInTemplate()?this.treeAdapter.getTemplateContent(this.current):this.current}constructor(e,t,r){this.treeAdapter=t,this.handler=r,this.items=[],this.tagIDs=[],this.stackTop=-1,this.tmplCount=0,this.currentTagId=w_.UNKNOWN,this.current=e}_indexOf(e){return this.items.lastIndexOf(e,this.stackTop)}_isInTemplate(){return this.currentTagId===w_.TEMPLATE&&this.treeAdapter.getNamespaceURI(this.current)===S_.HTML}_updateCurrentElement(){this.current=this.items[this.stackTop],this.currentTagId=this.tagIDs[this.stackTop]}push(e,t){this.stackTop++,this.items[this.stackTop]=e,this.current=e,this.tagIDs[this.stackTop]=t,this.currentTagId=t,this._isInTemplate()&&this.tmplCount++,this.handler.onItemPush(e,t,!0)}pop(){const e=this.current;this.tmplCount>0&&this._isInTemplate()&&this.tmplCount--,this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,!0)}replace(e,t){const r=this._indexOf(e);this.items[r]=t,r===this.stackTop&&(this.current=t)}insertAfter(e,t,r){const n=this._indexOf(e)+1;this.items.splice(n,0,t),this.tagIDs.splice(n,0,r),this.stackTop++,n===this.stackTop&&this._updateCurrentElement(),this.current&&void 0!==this.currentTagId&&this.handler.onItemPush(this.current,this.currentTagId,n===this.stackTop)}popUntilTagNamePopped(e){let t=this.stackTop+1;do{t=this.tagIDs.lastIndexOf(e,t-1)}while(t>0&&this.treeAdapter.getNamespaceURI(this.items[t])!==S_.HTML);this.shortenToLength(Math.max(t,0))}shortenToLength(e){for(;this.stackTop>=e;){const t=this.current;this.tmplCount>0&&this._isInTemplate()&&(this.tmplCount-=1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(t,this.stackTop<e)}}popUntilElementPopped(e){const t=this._indexOf(e);this.shortenToLength(Math.max(t,0))}popUntilPopped(e,t){const r=this._indexOfTagNames(e,t);this.shortenToLength(Math.max(r,0))}popUntilNumberedHeaderPopped(){this.popUntilPopped(U_,S_.HTML)}popUntilTableCellPopped(){this.popUntilPopped(iT,S_.HTML)}popAllUpToHtmlElement(){this.tmplCount=0,this.shortenToLength(1)}_indexOfTagNames(e,t){for(let r=this.stackTop;r>=0;r--)if(e.has(this.tagIDs[r])&&this.treeAdapter.getNamespaceURI(this.items[r])===t)return r;return-1}clearBackTo(e,t){const r=this._indexOfTagNames(e,t);this.shortenToLength(r+1)}clearBackToTableContext(){this.clearBackTo(aT,S_.HTML)}clearBackToTableBodyContext(){this.clearBackTo(nT,S_.HTML)}clearBackToTableRowContext(){this.clearBackTo(rT,S_.HTML)}remove(e){const t=this._indexOf(e);t>=0&&(t===this.stackTop?this.pop():(this.items.splice(t,1),this.tagIDs.splice(t,1),this.stackTop--,this._updateCurrentElement(),this.handler.onItemPop(e,!1)))}tryPeekProperlyNestedBodyElement(){return this.stackTop>=1&&this.tagIDs[1]===w_.BODY?this.items[1]:null}contains(e){return this._indexOf(e)>-1}getCommonAncestor(e){const t=this._indexOf(e)-1;return t>=0?this.items[t]:null}isRootHtmlElementCurrent(){return 0===this.stackTop&&this.tagIDs[0]===w_.HTML}hasInDynamicScope(e,t){for(let r=this.stackTop;r>=0;r--){const n=this.tagIDs[r];switch(this.treeAdapter.getNamespaceURI(this.items[r])){case S_.HTML:if(n===e)return!0;if(t.has(n))return!1;break;case S_.SVG:if(tT.has(n))return!1;break;case S_.MATHML:if(eT.has(n))return!1}}return!0}hasInScope(e){return this.hasInDynamicScope(e,X_)}hasInListItemScope(e){return this.hasInDynamicScope(e,J_)}hasInButtonScope(e){return this.hasInDynamicScope(e,Z_)}hasNumberedHeaderInScope(){for(let e=this.stackTop;e>=0;e--){const t=this.tagIDs[e];switch(this.treeAdapter.getNamespaceURI(this.items[e])){case S_.HTML:if(U_.has(t))return!0;if(X_.has(t))return!1;break;case S_.SVG:if(tT.has(t))return!1;break;case S_.MATHML:if(eT.has(t))return!1}}return!0}hasInTableScope(e){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===S_.HTML)switch(this.tagIDs[t]){case e:return!0;case w_.TABLE:case w_.HTML:return!1}return!0}hasTableBodyContextInTableScope(){for(let e=this.stackTop;e>=0;e--)if(this.treeAdapter.getNamespaceURI(this.items[e])===S_.HTML)switch(this.tagIDs[e]){case w_.TBODY:case w_.THEAD:case w_.TFOOT:return!0;case w_.TABLE:case w_.HTML:return!1}return!0}hasInSelectScope(e){for(let t=this.stackTop;t>=0;t--)if(this.treeAdapter.getNamespaceURI(this.items[t])===S_.HTML)switch(this.tagIDs[t]){case e:return!0;case w_.OPTION:case w_.OPTGROUP:break;default:return!1}return!0}generateImpliedEndTags(){for(;void 0!==this.currentTagId&&Q_.has(this.currentTagId);)this.pop()}generateImpliedEndTagsThoroughly(){for(;void 0!==this.currentTagId&&K_.has(this.currentTagId);)this.pop()}generateImpliedEndTagsWithExclusion(e){for(;void 0!==this.currentTagId&&this.currentTagId!==e&&K_.has(this.currentTagId);)this.pop()}}var sT;!function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"}(sT||(sT={}));const cT={type:sT.Marker};class lT{constructor(e){this.treeAdapter=e,this.entries=[],this.bookmark=null}_getNoahArkConditionCandidates(e,t){const r=[],n=t.length,a=this.treeAdapter.getTagName(e),i=this.treeAdapter.getNamespaceURI(e);for(let e=0;e<this.entries.length;e++){const t=this.entries[e];if(t.type===sT.Marker)break;const{element:o}=t;if(this.treeAdapter.getTagName(o)===a&&this.treeAdapter.getNamespaceURI(o)===i){const t=this.treeAdapter.getAttrList(o);t.length===n&&r.push({idx:e,attrs:t})}}return r}_ensureNoahArkCondition(e){if(this.entries.length<3)return;const t=this.treeAdapter.getAttrList(e),r=this._getNoahArkConditionCandidates(e,t);if(r.length<3)return;const n=new Map(t.map(e=>[e.name,e.value]));let a=0;for(let e=0;e<r.length;e++){const t=r[e];t.attrs.every(e=>n.get(e.name)===e.value)&&(a+=1,a>=3&&this.entries.splice(t.idx,1))}}insertMarker(){this.entries.unshift(cT)}pushElement(e,t){this._ensureNoahArkCondition(e),this.entries.unshift({type:sT.Element,element:e,token:t})}insertElementAfterBookmark(e,t){const r=this.entries.indexOf(this.bookmark);this.entries.splice(r,0,{type:sT.Element,element:e,token:t})}removeEntry(e){const t=this.entries.indexOf(e);-1!==t&&this.entries.splice(t,1)}clearToLastMarker(){const e=this.entries.indexOf(cT);-1===e?this.entries.length=0:this.entries.splice(0,e+1)}getElementEntryInScopeWithTagName(e){const t=this.entries.find(t=>t.type===sT.Marker||this.treeAdapter.getTagName(t.element)===e);return t&&t.type===sT.Element?t:null}getElementEntry(e){return this.entries.find(t=>t.type===sT.Element&&t.element===e)}}const uT={createDocument:()=>({nodeName:"#document",mode:I_.NO_QUIRKS,childNodes:[]}),createDocumentFragment:()=>({nodeName:"#document-fragment",childNodes:[]}),createElement:(e,t,r)=>({nodeName:e,tagName:e,attrs:r,namespaceURI:t,childNodes:[],parentNode:null}),createCommentNode:e=>({nodeName:"#comment",data:e,parentNode:null}),createTextNode:e=>({nodeName:"#text",value:e,parentNode:null}),appendChild(e,t){e.childNodes.push(t),t.parentNode=e},insertBefore(e,t,r){const n=e.childNodes.indexOf(r);e.childNodes.splice(n,0,t),t.parentNode=e},setTemplateContent(e,t){e.content=t},getTemplateContent:e=>e.content,setDocumentType(e,t,r,n){const a=e.childNodes.find(e=>"#documentType"===e.nodeName);if(a)a.name=t,a.publicId=r,a.systemId=n;else{const a={nodeName:"#documentType",name:t,publicId:r,systemId:n,parentNode:null};uT.appendChild(e,a)}},setDocumentMode(e,t){e.mode=t},getDocumentMode:e=>e.mode,detachNode(e){if(e.parentNode){const t=e.parentNode.childNodes.indexOf(e);e.parentNode.childNodes.splice(t,1),e.parentNode=null}},insertText(e,t){if(e.childNodes.length>0){const r=e.childNodes[e.childNodes.length-1];if(uT.isTextNode(r))return void(r.value+=t)}uT.appendChild(e,uT.createTextNode(t))},insertTextBefore(e,t,r){const n=e.childNodes[e.childNodes.indexOf(r)-1];n&&uT.isTextNode(n)?n.value+=t:uT.insertBefore(e,uT.createTextNode(t),r)},adoptAttributes(e,t){const r=new Set(e.attrs.map(e=>e.name));for(let n=0;n<t.length;n++)r.has(t[n].name)||e.attrs.push(t[n])},getFirstChild:e=>e.childNodes[0],getChildNodes:e=>e.childNodes,getParentNode:e=>e.parentNode,getAttrList:e=>e.attrs,getTagName:e=>e.tagName,getNamespaceURI:e=>e.namespaceURI,getTextNodeContent:e=>e.value,getCommentNodeContent:e=>e.data,getDocumentTypeNodeName:e=>e.name,getDocumentTypeNodePublicId:e=>e.publicId,getDocumentTypeNodeSystemId:e=>e.systemId,isTextNode:e=>"#text"===e.nodeName,isCommentNode:e=>"#comment"===e.nodeName,isDocumentTypeNode:e=>"#documentType"===e.nodeName,isElementNode:e=>Object.prototype.hasOwnProperty.call(e,"tagName"),setNodeSourceCodeLocation(e,t){e.sourceCodeLocation=t},getNodeSourceCodeLocation:e=>e.sourceCodeLocation,updateNodeSourceCodeLocation(e,t){e.sourceCodeLocation={...e.sourceCodeLocation,...t}}},hT="html",fT=["+//silmaril//dtd html pro v0r11 19970101//","-//as//dtd html 3.0 aswedit + extensions//","-//advasoft ltd//dtd html 3.0 aswedit + extensions//","-//ietf//dtd html 2.0 level 1//","-//ietf//dtd html 2.0 level 2//","-//ietf//dtd html 2.0 strict level 1//","-//ietf//dtd html 2.0 strict level 2//","-//ietf//dtd html 2.0 strict//","-//ietf//dtd html 2.0//","-//ietf//dtd html 2.1e//","-//ietf//dtd html 3.0//","-//ietf//dtd html 3.2 final//","-//ietf//dtd html 3.2//","-//ietf//dtd html 3//","-//ietf//dtd html level 0//","-//ietf//dtd html level 1//","-//ietf//dtd html level 2//","-//ietf//dtd html level 3//","-//ietf//dtd html strict level 0//","-//ietf//dtd html strict level 1//","-//ietf//dtd html strict level 2//","-//ietf//dtd html strict level 3//","-//ietf//dtd html strict//","-//ietf//dtd html//","-//metrius//dtd metrius presentational//","-//microsoft//dtd internet explorer 2.0 html strict//","-//microsoft//dtd internet explorer 2.0 html//","-//microsoft//dtd internet explorer 2.0 tables//","-//microsoft//dtd internet explorer 3.0 html strict//","-//microsoft//dtd internet explorer 3.0 html//","-//microsoft//dtd internet explorer 3.0 tables//","-//netscape comm. corp.//dtd html//","-//netscape comm. corp.//dtd strict html//","-//o'reilly and associates//dtd html 2.0//","-//o'reilly and associates//dtd html extended 1.0//","-//o'reilly and associates//dtd html extended relaxed 1.0//","-//sq//dtd html 2.0 hotmetal + extensions//","-//softquad software//dtd hotmetal pro 6.0::19990601::extensions to html 4.0//","-//softquad//dtd hotmetal pro 4.0::19971010::extensions to html 4.0//","-//spyglass//dtd html 2.0 extended//","-//sun microsystems corp.//dtd hotjava html//","-//sun microsystems corp.//dtd hotjava strict html//","-//w3c//dtd html 3 1995-03-24//","-//w3c//dtd html 3.2 draft//","-//w3c//dtd html 3.2 final//","-//w3c//dtd html 3.2//","-//w3c//dtd html 3.2s draft//","-//w3c//dtd html 4.0 frameset//","-//w3c//dtd html 4.0 transitional//","-//w3c//dtd html experimental 19960712//","-//w3c//dtd html experimental 970421//","-//w3c//dtd w3 html//","-//w3o//dtd w3 html 3.0//","-//webtechs//dtd mozilla html 2.0//","-//webtechs//dtd mozilla html//"],pT=[...fT,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"],dT=new Set(["-//w3o//dtd w3 html strict 3.0//en//","-/w3c/dtd html 4.0 transitional/en","html"]),mT=["-//w3c//dtd xhtml 1.0 frameset//","-//w3c//dtd xhtml 1.0 transitional//"],ET=[...mT,"-//w3c//dtd html 4.01 frameset//","-//w3c//dtd html 4.01 transitional//"];function gT(e,t){return t.some(t=>e.startsWith(t))}const _T="text/html",TT="application/xhtml+xml",AT=new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(e=>[e.toLowerCase(),e])),yT=new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:S_.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:S_.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:S_.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:S_.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:S_.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:S_.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:S_.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:S_.XML}],["xml:space",{prefix:"xml",name:"space",namespace:S_.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:S_.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:S_.XMLNS}]]),vT=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),bT=new Set([w_.B,w_.BIG,w_.BLOCKQUOTE,w_.BODY,w_.BR,w_.CENTER,w_.CODE,w_.DD,w_.DIV,w_.DL,w_.DT,w_.EM,w_.EMBED,w_.H1,w_.H2,w_.H3,w_.H4,w_.H5,w_.H6,w_.HEAD,w_.HR,w_.I,w_.IMG,w_.LI,w_.LISTING,w_.MENU,w_.META,w_.NOBR,w_.OL,w_.P,w_.PRE,w_.RUBY,w_.S,w_.SMALL,w_.SPAN,w_.STRONG,w_.STRIKE,w_.SUB,w_.SUP,w_.TABLE,w_.TT,w_.U,w_.UL,w_.VAR]);function ST(e){for(let t=0;t<e.attrs.length;t++)if("definitionurl"===e.attrs[t].name){e.attrs[t].name="definitionURL";break}}function NT(e){for(let t=0;t<e.attrs.length;t++){const r=AT.get(e.attrs[t].name);null!=r&&(e.attrs[t].name=r)}}function IT(e){for(let t=0;t<e.attrs.length;t++){const r=yT.get(e.attrs[t].name);r&&(e.attrs[t].prefix=r.prefix,e.attrs[t].name=r.name,e.attrs[t].namespace=r.namespace)}}function CT(e,t,r,n){return(!n||n===S_.HTML)&&function(e,t,r){if(t===S_.MATHML&&e===w_.ANNOTATION_XML)for(let e=0;e<r.length;e++)if(r[e].name===N_.ENCODING){const t=r[e].value.toLowerCase();return t===_T||t===TT}return t===S_.SVG&&(e===w_.FOREIGN_OBJECT||e===w_.DESC||e===w_.TITLE)}(e,t,r)||(!n||n===S_.MATHML)&&function(e,t){return t===S_.MATHML&&(e===w_.MI||e===w_.MO||e===w_.MN||e===w_.MS||e===w_.MTEXT)}(e,t)}var wT;!function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"}(wT||(wT={}));const OT={startLine:-1,startCol:-1,startOffset:-1,endLine:-1,endCol:-1,endOffset:-1},DT=new Set([w_.TABLE,w_.TBODY,w_.TFOOT,w_.THEAD,w_.TR]),RT={scriptingEnabled:!0,sourceCodeLocationInfo:!1,treeAdapter:uT,onParseError:null};class LT{constructor(e,t,r=null,n=null){this.fragmentContext=r,this.scriptHandler=n,this.currentToken=null,this.stopped=!1,this.insertionMode=wT.INITIAL,this.originalInsertionMode=wT.INITIAL,this.headElement=null,this.formElement=null,this.currentNotInHTML=!1,this.tmplInsertionModeStack=[],this.pendingCharacterTokens=[],this.hasNonWhitespacePendingCharacterToken=!1,this.framesetOk=!0,this.skipNextNewLine=!1,this.fosterParentingEnabled=!1,this.options={...RT,...e},this.treeAdapter=this.options.treeAdapter,this.onParseError=this.options.onParseError,this.onParseError&&(this.options.sourceCodeLocationInfo=!0),this.document=null!=t?t:this.treeAdapter.createDocument(),this.tokenizer=new z_(this.options,this),this.activeFormattingElements=new lT(this.treeAdapter),this.fragmentContextID=r?M_(this.treeAdapter.getTagName(r)):w_.UNKNOWN,this._setContextModes(null!=r?r:this.document,this.fragmentContextID),this.openElements=new oT(this.document,this.treeAdapter,this)}static parse(e,t){const r=new this(t);return r.tokenizer.write(e,!0),r.document}static getFragmentParser(e,t){const r={...RT,...t};null!=e||(e=r.treeAdapter.createElement(C_.TEMPLATE,S_.HTML,[]));const n=r.treeAdapter.createElement("documentmock",S_.HTML,[]),a=new this(r,n,e);return a.fragmentContextID===w_.TEMPLATE&&a.tmplInsertionModeStack.unshift(wT.IN_TEMPLATE),a._initTokenizerForFragmentParsing(),a._insertFakeRootElement(),a._resetInsertionMode(),a._findFormInFragmentContext(),a}getFragment(){const e=this.treeAdapter.getFirstChild(this.document),t=this.treeAdapter.createDocumentFragment();return this._adoptNodes(e,t),t}_err(e,t,r){var n;if(!this.onParseError)return;const a=null!==(n=e.location)&&void 0!==n?n:OT,i={code:t,startLine:a.startLine,startCol:a.startCol,startOffset:a.startOffset,endLine:r?a.startLine:a.endLine,endCol:r?a.startCol:a.endCol,endOffset:r?a.startOffset:a.endOffset};this.onParseError(i)}onItemPush(e,t,r){var n,a;null===(a=(n=this.treeAdapter).onItemPush)||void 0===a||a.call(n,e),r&&this.openElements.stackTop>0&&this._setContextModes(e,t)}onItemPop(e,t){var r,n;if(this.options.sourceCodeLocationInfo&&this._setEndLocation(e,this.currentToken),null===(n=(r=this.treeAdapter).onItemPop)||void 0===n||n.call(r,e,this.openElements.current),t){let e,t;0===this.openElements.stackTop&&this.fragmentContext?(e=this.fragmentContext,t=this.fragmentContextID):({current:e,currentTagId:t}=this.openElements),this._setContextModes(e,t)}}_setContextModes(e,t){const r=e===this.document||e&&this.treeAdapter.getNamespaceURI(e)===S_.HTML;this.currentNotInHTML=!r,this.tokenizer.inForeignNode=!r&&void 0!==e&&void 0!==t&&!this._isIntegrationPoint(t,e)}_switchToTextParsing(e,t){this._insertElement(e,S_.HTML),this.tokenizer.state=t,this.originalInsertionMode=this.insertionMode,this.insertionMode=wT.TEXT}switchToPlaintextParsing(){this.insertionMode=wT.TEXT,this.originalInsertionMode=wT.IN_BODY,this.tokenizer.state=G_.PLAINTEXT}_getAdjustedCurrentElement(){return 0===this.openElements.stackTop&&this.fragmentContext?this.fragmentContext:this.openElements.current}_findFormInFragmentContext(){let e=this.fragmentContext;for(;e;){if(this.treeAdapter.getTagName(e)===C_.FORM){this.formElement=e;break}e=this.treeAdapter.getParentNode(e)}}_initTokenizerForFragmentParsing(){if(this.fragmentContext&&this.treeAdapter.getNamespaceURI(this.fragmentContext)===S_.HTML)switch(this.fragmentContextID){case w_.TITLE:case w_.TEXTAREA:this.tokenizer.state=G_.RCDATA;break;case w_.STYLE:case w_.XMP:case w_.IFRAME:case w_.NOEMBED:case w_.NOFRAMES:case w_.NOSCRIPT:this.tokenizer.state=G_.RAWTEXT;break;case w_.SCRIPT:this.tokenizer.state=G_.SCRIPT_DATA;break;case w_.PLAINTEXT:this.tokenizer.state=G_.PLAINTEXT}}_setDocumentType(e){const t=e.name||"",r=e.publicId||"",n=e.systemId||"";if(this.treeAdapter.setDocumentType(this.document,t,r,n),e.location){const t=this.treeAdapter.getChildNodes(this.document).find(e=>this.treeAdapter.isDocumentTypeNode(e));t&&this.treeAdapter.setNodeSourceCodeLocation(t,e.location)}}_attachElementToTree(e,t){if(this.options.sourceCodeLocationInfo){const r=t&&{...t,startTag:t};this.treeAdapter.setNodeSourceCodeLocation(e,r)}if(this._shouldFosterParentOnInsertion())this._fosterParentElement(e);else{const t=this.openElements.currentTmplContentOrNode;this.treeAdapter.appendChild(null!=t?t:this.document,e)}}_appendElement(e,t){const r=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(r,e.location)}_insertElement(e,t){const r=this.treeAdapter.createElement(e.tagName,t,e.attrs);this._attachElementToTree(r,e.location),this.openElements.push(r,e.tagID)}_insertFakeElement(e,t){const r=this.treeAdapter.createElement(e,S_.HTML,[]);this._attachElementToTree(r,null),this.openElements.push(r,t)}_insertTemplate(e){const t=this.treeAdapter.createElement(e.tagName,S_.HTML,e.attrs),r=this.treeAdapter.createDocumentFragment();this.treeAdapter.setTemplateContent(t,r),this._attachElementToTree(t,e.location),this.openElements.push(t,e.tagID),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,null)}_insertFakeRootElement(){const e=this.treeAdapter.createElement(C_.HTML,S_.HTML,[]);this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(e,null),this.treeAdapter.appendChild(this.openElements.current,e),this.openElements.push(e,w_.HTML)}_appendCommentNode(e,t){const r=this.treeAdapter.createCommentNode(e.data);this.treeAdapter.appendChild(t,r),this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(r,e.location)}_insertCharacters(e){let t,r;if(this._shouldFosterParentOnInsertion()?(({parent:t,beforeElement:r}=this._findFosterParentingLocation()),r?this.treeAdapter.insertTextBefore(t,e.chars,r):this.treeAdapter.insertText(t,e.chars)):(t=this.openElements.currentTmplContentOrNode,this.treeAdapter.insertText(t,e.chars)),!e.location)return;const n=this.treeAdapter.getChildNodes(t),a=r?n.lastIndexOf(r):n.length,i=n[a-1];if(this.treeAdapter.getNodeSourceCodeLocation(i)){const{endLine:t,endCol:r,endOffset:n}=e.location;this.treeAdapter.updateNodeSourceCodeLocation(i,{endLine:t,endCol:r,endOffset:n})}else this.options.sourceCodeLocationInfo&&this.treeAdapter.setNodeSourceCodeLocation(i,e.location)}_adoptNodes(e,t){for(let r=this.treeAdapter.getFirstChild(e);r;r=this.treeAdapter.getFirstChild(e))this.treeAdapter.detachNode(r),this.treeAdapter.appendChild(t,r)}_setEndLocation(e,t){if(this.treeAdapter.getNodeSourceCodeLocation(e)&&t.location){const r=t.location,n=this.treeAdapter.getTagName(e),a=t.type===E_.END_TAG&&n===t.tagName?{endTag:{...r},endLine:r.endLine,endCol:r.endCol,endOffset:r.endOffset}:{endLine:r.startLine,endCol:r.startCol,endOffset:r.startOffset};this.treeAdapter.updateNodeSourceCodeLocation(e,a)}}shouldProcessStartTagTokenInForeignContent(e){if(!this.currentNotInHTML)return!1;let t,r;return 0===this.openElements.stackTop&&this.fragmentContext?(t=this.fragmentContext,r=this.fragmentContextID):({current:t,currentTagId:r}=this.openElements),(e.tagID!==w_.SVG||this.treeAdapter.getTagName(t)!==C_.ANNOTATION_XML||this.treeAdapter.getNamespaceURI(t)!==S_.MATHML)&&(this.tokenizer.inForeignNode||(e.tagID===w_.MGLYPH||e.tagID===w_.MALIGNMARK)&&void 0!==r&&!this._isIntegrationPoint(r,t,S_.HTML))}_processToken(e){switch(e.type){case E_.CHARACTER:this.onCharacter(e);break;case E_.NULL_CHARACTER:this.onNullCharacter(e);break;case E_.COMMENT:this.onComment(e);break;case E_.DOCTYPE:this.onDoctype(e);break;case E_.START_TAG:this._processStartTag(e);break;case E_.END_TAG:this.onEndTag(e);break;case E_.EOF:this.onEof(e);break;case E_.WHITESPACE_CHARACTER:this.onWhitespaceCharacter(e)}}_isIntegrationPoint(e,t,r){return CT(e,this.treeAdapter.getNamespaceURI(t),this.treeAdapter.getAttrList(t),r)}_reconstructActiveFormattingElements(){const e=this.activeFormattingElements.entries.length;if(e){const t=this.activeFormattingElements.entries.findIndex(e=>e.type===sT.Marker||this.openElements.contains(e.element));for(let r=-1===t?e-1:t-1;r>=0;r--){const e=this.activeFormattingElements.entries[r];this._insertElement(e.token,this.treeAdapter.getNamespaceURI(e.element)),e.element=this.openElements.current}}}_closeTableCell(){this.openElements.generateImpliedEndTags(),this.openElements.popUntilTableCellPopped(),this.activeFormattingElements.clearToLastMarker(),this.insertionMode=wT.IN_ROW}_closePElement(){this.openElements.generateImpliedEndTagsWithExclusion(w_.P),this.openElements.popUntilTagNamePopped(w_.P)}_resetInsertionMode(){for(let e=this.openElements.stackTop;e>=0;e--)switch(0===e&&this.fragmentContext?this.fragmentContextID:this.openElements.tagIDs[e]){case w_.TR:return void(this.insertionMode=wT.IN_ROW);case w_.TBODY:case w_.THEAD:case w_.TFOOT:return void(this.insertionMode=wT.IN_TABLE_BODY);case w_.CAPTION:return void(this.insertionMode=wT.IN_CAPTION);case w_.COLGROUP:return void(this.insertionMode=wT.IN_COLUMN_GROUP);case w_.TABLE:return void(this.insertionMode=wT.IN_TABLE);case w_.BODY:return void(this.insertionMode=wT.IN_BODY);case w_.FRAMESET:return void(this.insertionMode=wT.IN_FRAMESET);case w_.SELECT:return void this._resetInsertionModeForSelect(e);case w_.TEMPLATE:return void(this.insertionMode=this.tmplInsertionModeStack[0]);case w_.HTML:return void(this.insertionMode=this.headElement?wT.AFTER_HEAD:wT.BEFORE_HEAD);case w_.TD:case w_.TH:if(e>0)return void(this.insertionMode=wT.IN_CELL);break;case w_.HEAD:if(e>0)return void(this.insertionMode=wT.IN_HEAD)}this.insertionMode=wT.IN_BODY}_resetInsertionModeForSelect(e){if(e>0)for(let t=e-1;t>0;t--){const e=this.openElements.tagIDs[t];if(e===w_.TEMPLATE)break;if(e===w_.TABLE)return void(this.insertionMode=wT.IN_SELECT_IN_TABLE)}this.insertionMode=wT.IN_SELECT}_isElementCausesFosterParenting(e){return DT.has(e)}_shouldFosterParentOnInsertion(){return this.fosterParentingEnabled&&void 0!==this.openElements.currentTagId&&this._isElementCausesFosterParenting(this.openElements.currentTagId)}_findFosterParentingLocation(){for(let e=this.openElements.stackTop;e>=0;e--){const t=this.openElements.items[e];switch(this.openElements.tagIDs[e]){case w_.TEMPLATE:if(this.treeAdapter.getNamespaceURI(t)===S_.HTML)return{parent:this.treeAdapter.getTemplateContent(t),beforeElement:null};break;case w_.TABLE:{const r=this.treeAdapter.getParentNode(t);return r?{parent:r,beforeElement:t}:{parent:this.openElements.items[e-1],beforeElement:null}}}}return{parent:this.openElements.items[0],beforeElement:null}}_fosterParentElement(e){const t=this._findFosterParentingLocation();t.beforeElement?this.treeAdapter.insertBefore(t.parent,e,t.beforeElement):this.treeAdapter.appendChild(t.parent,e)}_isSpecialElement(e,t){const r=this.treeAdapter.getNamespaceURI(e);return B_[r].has(t)}onCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)!function(e,t){e._insertCharacters(t),e.framesetOk=!1}(this,e);else switch(this.insertionMode){case wT.INITIAL:qT(this,e);break;case wT.BEFORE_HTML:jT(this,e);break;case wT.BEFORE_HEAD:YT(this,e);break;case wT.IN_HEAD:VT(this,e);break;case wT.IN_HEAD_NO_SCRIPT:zT(this,e);break;case wT.AFTER_HEAD:QT(this,e);break;case wT.IN_BODY:case wT.IN_CAPTION:case wT.IN_CELL:case wT.IN_TEMPLATE:JT(this,e);break;case wT.TEXT:case wT.IN_SELECT:case wT.IN_SELECT_IN_TABLE:this._insertCharacters(e);break;case wT.IN_TABLE:case wT.IN_TABLE_BODY:case wT.IN_ROW:sA(this,e);break;case wT.IN_TABLE_TEXT:fA(this,e);break;case wT.IN_COLUMN_GROUP:EA(this,e);break;case wT.AFTER_BODY:NA(this,e);break;case wT.AFTER_AFTER_BODY:IA(this,e)}}onNullCharacter(e){if(this.skipNextNewLine=!1,this.tokenizer.inForeignNode)!function(e,t){t.chars=n_,e._insertCharacters(t)}(this,e);else switch(this.insertionMode){case wT.INITIAL:qT(this,e);break;case wT.BEFORE_HTML:jT(this,e);break;case wT.BEFORE_HEAD:YT(this,e);break;case wT.IN_HEAD:VT(this,e);break;case wT.IN_HEAD_NO_SCRIPT:zT(this,e);break;case wT.AFTER_HEAD:QT(this,e);break;case wT.TEXT:this._insertCharacters(e);break;case wT.IN_TABLE:case wT.IN_TABLE_BODY:case wT.IN_ROW:sA(this,e);break;case wT.IN_COLUMN_GROUP:EA(this,e);break;case wT.AFTER_BODY:NA(this,e);break;case wT.AFTER_AFTER_BODY:IA(this,e)}}onComment(e){if(this.skipNextNewLine=!1,this.currentNotInHTML)HT(this,e);else switch(this.insertionMode){case wT.INITIAL:case wT.BEFORE_HTML:case wT.BEFORE_HEAD:case wT.IN_HEAD:case wT.IN_HEAD_NO_SCRIPT:case wT.AFTER_HEAD:case wT.IN_BODY:case wT.IN_TABLE:case wT.IN_CAPTION:case wT.IN_COLUMN_GROUP:case wT.IN_TABLE_BODY:case wT.IN_ROW:case wT.IN_CELL:case wT.IN_SELECT:case wT.IN_SELECT_IN_TABLE:case wT.IN_TEMPLATE:case wT.IN_FRAMESET:case wT.AFTER_FRAMESET:HT(this,e);break;case wT.IN_TABLE_TEXT:pA(this,e);break;case wT.AFTER_BODY:!function(e,t){e._appendCommentNode(t,e.openElements.items[0])}(this,e);break;case wT.AFTER_AFTER_BODY:case wT.AFTER_AFTER_FRAMESET:!function(e,t){e._appendCommentNode(t,e.document)}(this,e)}}onDoctype(e){switch(this.skipNextNewLine=!1,this.insertionMode){case wT.INITIAL:!function(e,t){e._setDocumentType(t);const r=t.forceQuirks?I_.QUIRKS:function(e){if(e.name!==hT)return I_.QUIRKS;const{systemId:t}=e;if(t&&"http://www.ibm.com/data/dtd/v11/ibmxhtml1-transitional.dtd"===t.toLowerCase())return I_.QUIRKS;let{publicId:r}=e;if(null!==r){if(r=r.toLowerCase(),dT.has(r))return I_.QUIRKS;let e=null===t?pT:fT;if(gT(r,e))return I_.QUIRKS;if(e=null===t?mT:ET,gT(r,e))return I_.LIMITED_QUIRKS}return I_.NO_QUIRKS}(t);(function(e){return e.name===hT&&null===e.publicId&&(null===e.systemId||"about:legacy-compat"===e.systemId)})(t)||e._err(t,d_.nonConformingDoctype);e.treeAdapter.setDocumentMode(e.document,r),e.insertionMode=wT.BEFORE_HTML}(this,e);break;case wT.BEFORE_HEAD:case wT.IN_HEAD:case wT.IN_HEAD_NO_SCRIPT:case wT.AFTER_HEAD:this._err(e,d_.misplacedDoctype);break;case wT.IN_TABLE_TEXT:pA(this,e)}}onStartTag(e){this.skipNextNewLine=!1,this.currentToken=e,this._processStartTag(e),e.selfClosing&&!e.ackSelfClosing&&this._err(e,d_.nonVoidHtmlElementStartTagWithTrailingSolidus)}_processStartTag(e){this.shouldProcessStartTagTokenInForeignContent(e)?function(e,t){if(function(e){const t=e.tagID;return t===w_.FONT&&e.attrs.some(({name:e})=>e===N_.COLOR||e===N_.SIZE||e===N_.FACE)||bT.has(t)}(t))CA(e),e._startTagOutsideForeignContent(t);else{const r=e._getAdjustedCurrentElement(),n=e.treeAdapter.getNamespaceURI(r);n===S_.MATHML?ST(t):n===S_.SVG&&(!function(e){const t=vT.get(e.tagName);null!=t&&(e.tagName=t,e.tagID=M_(e.tagName))}(t),NT(t)),IT(t),t.selfClosing?e._appendElement(t,n):e._insertElement(t,n),t.ackSelfClosing=!0}}(this,e):this._startTagOutsideForeignContent(e)}_startTagOutsideForeignContent(e){switch(this.insertionMode){case wT.INITIAL:qT(this,e);break;case wT.BEFORE_HTML:!function(e,t){t.tagID===w_.HTML?(e._insertElement(t,S_.HTML),e.insertionMode=wT.BEFORE_HEAD):jT(e,t)}(this,e);break;case wT.BEFORE_HEAD:!function(e,t){switch(t.tagID){case w_.HTML:nA(e,t);break;case w_.HEAD:e._insertElement(t,S_.HTML),e.headElement=e.openElements.current,e.insertionMode=wT.IN_HEAD;break;default:YT(e,t)}}(this,e);break;case wT.IN_HEAD:WT(this,e);break;case wT.IN_HEAD_NO_SCRIPT:!function(e,t){switch(t.tagID){case w_.HTML:nA(e,t);break;case w_.BASEFONT:case w_.BGSOUND:case w_.HEAD:case w_.LINK:case w_.META:case w_.NOFRAMES:case w_.STYLE:WT(e,t);break;case w_.NOSCRIPT:e._err(t,d_.nestedNoscriptInHead);break;default:zT(e,t)}}(this,e);break;case wT.AFTER_HEAD:!function(e,t){switch(t.tagID){case w_.HTML:nA(e,t);break;case w_.BODY:e._insertElement(t,S_.HTML),e.framesetOk=!1,e.insertionMode=wT.IN_BODY;break;case w_.FRAMESET:e._insertElement(t,S_.HTML),e.insertionMode=wT.IN_FRAMESET;break;case w_.BASE:case w_.BASEFONT:case w_.BGSOUND:case w_.LINK:case w_.META:case w_.NOFRAMES:case w_.SCRIPT:case w_.STYLE:case w_.TEMPLATE:case w_.TITLE:e._err(t,d_.abandonedHeadElementChild),e.openElements.push(e.headElement,w_.HEAD),WT(e,t),e.openElements.remove(e.headElement);break;case w_.HEAD:e._err(t,d_.misplacedStartTagForHeadElement);break;default:QT(e,t)}}(this,e);break;case wT.IN_BODY:nA(this,e);break;case wT.IN_TABLE:cA(this,e);break;case wT.IN_TABLE_TEXT:pA(this,e);break;case wT.IN_CAPTION:!function(e,t){const r=t.tagID;dA.has(r)?e.openElements.hasInTableScope(w_.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(w_.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=wT.IN_TABLE,cA(e,t)):nA(e,t)}(this,e);break;case wT.IN_COLUMN_GROUP:mA(this,e);break;case wT.IN_TABLE_BODY:gA(this,e);break;case wT.IN_ROW:TA(this,e);break;case wT.IN_CELL:!function(e,t){const r=t.tagID;dA.has(r)?(e.openElements.hasInTableScope(w_.TD)||e.openElements.hasInTableScope(w_.TH))&&(e._closeTableCell(),TA(e,t)):nA(e,t)}(this,e);break;case wT.IN_SELECT:yA(this,e);break;case wT.IN_SELECT_IN_TABLE:!function(e,t){const r=t.tagID;r===w_.CAPTION||r===w_.TABLE||r===w_.TBODY||r===w_.TFOOT||r===w_.THEAD||r===w_.TR||r===w_.TD||r===w_.TH?(e.openElements.popUntilTagNamePopped(w_.SELECT),e._resetInsertionMode(),e._processStartTag(t)):yA(e,t)}(this,e);break;case wT.IN_TEMPLATE:!function(e,t){switch(t.tagID){case w_.BASE:case w_.BASEFONT:case w_.BGSOUND:case w_.LINK:case w_.META:case w_.NOFRAMES:case w_.SCRIPT:case w_.STYLE:case w_.TEMPLATE:case w_.TITLE:WT(e,t);break;case w_.CAPTION:case w_.COLGROUP:case w_.TBODY:case w_.TFOOT:case w_.THEAD:e.tmplInsertionModeStack[0]=wT.IN_TABLE,e.insertionMode=wT.IN_TABLE,cA(e,t);break;case w_.COL:e.tmplInsertionModeStack[0]=wT.IN_COLUMN_GROUP,e.insertionMode=wT.IN_COLUMN_GROUP,mA(e,t);break;case w_.TR:e.tmplInsertionModeStack[0]=wT.IN_TABLE_BODY,e.insertionMode=wT.IN_TABLE_BODY,gA(e,t);break;case w_.TD:case w_.TH:e.tmplInsertionModeStack[0]=wT.IN_ROW,e.insertionMode=wT.IN_ROW,TA(e,t);break;default:e.tmplInsertionModeStack[0]=wT.IN_BODY,e.insertionMode=wT.IN_BODY,nA(e,t)}}(this,e);break;case wT.AFTER_BODY:!function(e,t){t.tagID===w_.HTML?nA(e,t):NA(e,t)}(this,e);break;case wT.IN_FRAMESET:!function(e,t){switch(t.tagID){case w_.HTML:nA(e,t);break;case w_.FRAMESET:e._insertElement(t,S_.HTML);break;case w_.FRAME:e._appendElement(t,S_.HTML),t.ackSelfClosing=!0;break;case w_.NOFRAMES:WT(e,t)}}(this,e);break;case wT.AFTER_FRAMESET:!function(e,t){switch(t.tagID){case w_.HTML:nA(e,t);break;case w_.NOFRAMES:WT(e,t)}}(this,e);break;case wT.AFTER_AFTER_BODY:!function(e,t){t.tagID===w_.HTML?nA(e,t):IA(e,t)}(this,e);break;case wT.AFTER_AFTER_FRAMESET:!function(e,t){switch(t.tagID){case w_.HTML:nA(e,t);break;case w_.NOFRAMES:WT(e,t)}}(this,e)}}onEndTag(e){this.skipNextNewLine=!1,this.currentToken=e,this.currentNotInHTML?function(e,t){if(t.tagID===w_.P||t.tagID===w_.BR)return CA(e),void e._endTagOutsideForeignContent(t);for(let r=e.openElements.stackTop;r>0;r--){const n=e.openElements.items[r];if(e.treeAdapter.getNamespaceURI(n)===S_.HTML){e._endTagOutsideForeignContent(t);break}const a=e.treeAdapter.getTagName(n);if(a.toLowerCase()===t.tagName){t.tagName=a,e.openElements.shortenToLength(r);break}}}(this,e):this._endTagOutsideForeignContent(e)}_endTagOutsideForeignContent(e){switch(this.insertionMode){case wT.INITIAL:qT(this,e);break;case wT.BEFORE_HTML:!function(e,t){const r=t.tagID;r!==w_.HTML&&r!==w_.HEAD&&r!==w_.BODY&&r!==w_.BR||jT(e,t)}(this,e);break;case wT.BEFORE_HEAD:!function(e,t){const r=t.tagID;r===w_.HEAD||r===w_.BODY||r===w_.HTML||r===w_.BR?YT(e,t):e._err(t,d_.endTagWithoutMatchingOpenElement)}(this,e);break;case wT.IN_HEAD:!function(e,t){switch(t.tagID){case w_.HEAD:e.openElements.pop(),e.insertionMode=wT.AFTER_HEAD;break;case w_.BODY:case w_.BR:case w_.HTML:VT(e,t);break;case w_.TEMPLATE:$T(e,t);break;default:e._err(t,d_.endTagWithoutMatchingOpenElement)}}(this,e);break;case wT.IN_HEAD_NO_SCRIPT:!function(e,t){switch(t.tagID){case w_.NOSCRIPT:e.openElements.pop(),e.insertionMode=wT.IN_HEAD;break;case w_.BR:zT(e,t);break;default:e._err(t,d_.endTagWithoutMatchingOpenElement)}}(this,e);break;case wT.AFTER_HEAD:!function(e,t){switch(t.tagID){case w_.BODY:case w_.HTML:case w_.BR:QT(e,t);break;case w_.TEMPLATE:$T(e,t);break;default:e._err(t,d_.endTagWithoutMatchingOpenElement)}}(this,e);break;case wT.IN_BODY:iA(this,e);break;case wT.TEXT:!function(e,t){var r;t.tagID===w_.SCRIPT&&(null===(r=e.scriptHandler)||void 0===r||r.call(e,e.openElements.current));e.openElements.pop(),e.insertionMode=e.originalInsertionMode}(this,e);break;case wT.IN_TABLE:lA(this,e);break;case wT.IN_TABLE_TEXT:pA(this,e);break;case wT.IN_CAPTION:!function(e,t){const r=t.tagID;switch(r){case w_.CAPTION:case w_.TABLE:e.openElements.hasInTableScope(w_.CAPTION)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(w_.CAPTION),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=wT.IN_TABLE,r===w_.TABLE&&lA(e,t));break;case w_.BODY:case w_.COL:case w_.COLGROUP:case w_.HTML:case w_.TBODY:case w_.TD:case w_.TFOOT:case w_.TH:case w_.THEAD:case w_.TR:break;default:iA(e,t)}}(this,e);break;case wT.IN_COLUMN_GROUP:!function(e,t){switch(t.tagID){case w_.COLGROUP:e.openElements.currentTagId===w_.COLGROUP&&(e.openElements.pop(),e.insertionMode=wT.IN_TABLE);break;case w_.TEMPLATE:$T(e,t);break;case w_.COL:break;default:EA(e,t)}}(this,e);break;case wT.IN_TABLE_BODY:_A(this,e);break;case wT.IN_ROW:AA(this,e);break;case wT.IN_CELL:!function(e,t){const r=t.tagID;switch(r){case w_.TD:case w_.TH:e.openElements.hasInTableScope(r)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(r),e.activeFormattingElements.clearToLastMarker(),e.insertionMode=wT.IN_ROW);break;case w_.TABLE:case w_.TBODY:case w_.TFOOT:case w_.THEAD:case w_.TR:e.openElements.hasInTableScope(r)&&(e._closeTableCell(),AA(e,t));break;case w_.BODY:case w_.CAPTION:case w_.COL:case w_.COLGROUP:case w_.HTML:break;default:iA(e,t)}}(this,e);break;case wT.IN_SELECT:vA(this,e);break;case wT.IN_SELECT_IN_TABLE:!function(e,t){const r=t.tagID;r===w_.CAPTION||r===w_.TABLE||r===w_.TBODY||r===w_.TFOOT||r===w_.THEAD||r===w_.TR||r===w_.TD||r===w_.TH?e.openElements.hasInTableScope(r)&&(e.openElements.popUntilTagNamePopped(w_.SELECT),e._resetInsertionMode(),e.onEndTag(t)):vA(e,t)}(this,e);break;case wT.IN_TEMPLATE:!function(e,t){t.tagID===w_.TEMPLATE&&$T(e,t)}(this,e);break;case wT.AFTER_BODY:SA(this,e);break;case wT.IN_FRAMESET:!function(e,t){t.tagID!==w_.FRAMESET||e.openElements.isRootHtmlElementCurrent()||(e.openElements.pop(),e.fragmentContext||e.openElements.currentTagId===w_.FRAMESET||(e.insertionMode=wT.AFTER_FRAMESET))}(this,e);break;case wT.AFTER_FRAMESET:!function(e,t){t.tagID===w_.HTML&&(e.insertionMode=wT.AFTER_AFTER_FRAMESET)}(this,e);break;case wT.AFTER_AFTER_BODY:IA(this,e)}}onEof(e){switch(this.insertionMode){case wT.INITIAL:qT(this,e);break;case wT.BEFORE_HTML:jT(this,e);break;case wT.BEFORE_HEAD:YT(this,e);break;case wT.IN_HEAD:VT(this,e);break;case wT.IN_HEAD_NO_SCRIPT:zT(this,e);break;case wT.AFTER_HEAD:QT(this,e);break;case wT.IN_BODY:case wT.IN_TABLE:case wT.IN_CAPTION:case wT.IN_COLUMN_GROUP:case wT.IN_TABLE_BODY:case wT.IN_ROW:case wT.IN_CELL:case wT.IN_SELECT:case wT.IN_SELECT_IN_TABLE:oA(this,e);break;case wT.TEXT:!function(e,t){e._err(t,d_.eofInElementThatCanContainOnlyText),e.openElements.pop(),e.insertionMode=e.originalInsertionMode,e.onEof(t)}(this,e);break;case wT.IN_TABLE_TEXT:pA(this,e);break;case wT.IN_TEMPLATE:bA(this,e);break;case wT.AFTER_BODY:case wT.IN_FRAMESET:case wT.AFTER_FRAMESET:case wT.AFTER_AFTER_BODY:case wT.AFTER_AFTER_FRAMESET:GT(this,e)}}onWhitespaceCharacter(e){if(this.skipNextNewLine&&(this.skipNextNewLine=!1,e.chars.charCodeAt(0)===a_.LINE_FEED)){if(1===e.chars.length)return;e.chars=e.chars.substr(1)}if(this.tokenizer.inForeignNode)this._insertCharacters(e);else switch(this.insertionMode){case wT.IN_HEAD:case wT.IN_HEAD_NO_SCRIPT:case wT.AFTER_HEAD:case wT.TEXT:case wT.IN_COLUMN_GROUP:case wT.IN_SELECT:case wT.IN_SELECT_IN_TABLE:case wT.IN_FRAMESET:case wT.AFTER_FRAMESET:this._insertCharacters(e);break;case wT.IN_BODY:case wT.IN_CAPTION:case wT.IN_CELL:case wT.IN_TEMPLATE:case wT.AFTER_BODY:case wT.AFTER_AFTER_BODY:case wT.AFTER_AFTER_FRAMESET:XT(this,e);break;case wT.IN_TABLE:case wT.IN_TABLE_BODY:case wT.IN_ROW:sA(this,e);break;case wT.IN_TABLE_TEXT:hA(this,e)}}}function kT(e,t){let r=e.activeFormattingElements.getElementEntryInScopeWithTagName(t.tagName);return r?e.openElements.contains(r.element)?e.openElements.hasInScope(t.tagID)||(r=null):(e.activeFormattingElements.removeEntry(r),r=null):aA(e,t),r}function xT(e,t){let r=null,n=e.openElements.stackTop;for(;n>=0;n--){const a=e.openElements.items[n];if(a===t.element)break;e._isSpecialElement(a,e.openElements.tagIDs[n])&&(r=a)}return r||(e.openElements.shortenToLength(Math.max(n,0)),e.activeFormattingElements.removeEntry(t)),r}function MT(e,t,r){let n=t,a=e.openElements.getCommonAncestor(t);for(let i=0,o=a;o!==r;i++,o=a){a=e.openElements.getCommonAncestor(o);const r=e.activeFormattingElements.getElementEntry(o),s=r&&i>=3;!r||s?(s&&e.activeFormattingElements.removeEntry(r),e.openElements.remove(o)):(o=PT(e,r),n===t&&(e.activeFormattingElements.bookmark=r),e.treeAdapter.detachNode(n),e.treeAdapter.appendChild(o,n),n=o)}return n}function PT(e,t){const r=e.treeAdapter.getNamespaceURI(t.element),n=e.treeAdapter.createElement(t.token.tagName,r,t.token.attrs);return e.openElements.replace(t.element,n),t.element=n,n}function BT(e,t,r){const n=M_(e.treeAdapter.getTagName(t));if(e._isElementCausesFosterParenting(n))e._fosterParentElement(r);else{const a=e.treeAdapter.getNamespaceURI(t);n===w_.TEMPLATE&&a===S_.HTML&&(t=e.treeAdapter.getTemplateContent(t)),e.treeAdapter.appendChild(t,r)}}function UT(e,t,r){const n=e.treeAdapter.getNamespaceURI(r.element),{token:a}=r,i=e.treeAdapter.createElement(a.tagName,n,a.attrs);e._adoptNodes(t,i),e.treeAdapter.appendChild(t,i),e.activeFormattingElements.insertElementAfterBookmark(i,a),e.activeFormattingElements.removeEntry(r),e.openElements.remove(r.element),e.openElements.insertAfter(t,i,a.tagID)}function FT(e,t){for(let r=0;r<8;r++){const r=kT(e,t);if(!r)break;const n=xT(e,r);if(!n)break;e.activeFormattingElements.bookmark=r;const a=MT(e,n,r.element),i=e.openElements.getCommonAncestor(r.element);e.treeAdapter.detachNode(a),i&&BT(e,i,a),UT(e,n,r)}}function HT(e,t){e._appendCommentNode(t,e.openElements.currentTmplContentOrNode)}function GT(e,t){if(e.stopped=!0,t.location){const r=e.fragmentContext?0:2;for(let n=e.openElements.stackTop;n>=r;n--)e._setEndLocation(e.openElements.items[n],t);if(!e.fragmentContext&&e.openElements.stackTop>=0){const r=e.openElements.items[0],n=e.treeAdapter.getNodeSourceCodeLocation(r);if(n&&!n.endTag&&(e._setEndLocation(r,t),e.openElements.stackTop>=1)){const r=e.openElements.items[1],n=e.treeAdapter.getNodeSourceCodeLocation(r);n&&!n.endTag&&e._setEndLocation(r,t)}}}}function qT(e,t){e._err(t,d_.missingDoctype,!0),e.treeAdapter.setDocumentMode(e.document,I_.QUIRKS),e.insertionMode=wT.BEFORE_HTML,e._processToken(t)}function jT(e,t){e._insertFakeRootElement(),e.insertionMode=wT.BEFORE_HEAD,e._processToken(t)}function YT(e,t){e._insertFakeElement(C_.HEAD,w_.HEAD),e.headElement=e.openElements.current,e.insertionMode=wT.IN_HEAD,e._processToken(t)}function WT(e,t){switch(t.tagID){case w_.HTML:nA(e,t);break;case w_.BASE:case w_.BASEFONT:case w_.BGSOUND:case w_.LINK:case w_.META:e._appendElement(t,S_.HTML),t.ackSelfClosing=!0;break;case w_.TITLE:e._switchToTextParsing(t,G_.RCDATA);break;case w_.NOSCRIPT:e.options.scriptingEnabled?e._switchToTextParsing(t,G_.RAWTEXT):(e._insertElement(t,S_.HTML),e.insertionMode=wT.IN_HEAD_NO_SCRIPT);break;case w_.NOFRAMES:case w_.STYLE:e._switchToTextParsing(t,G_.RAWTEXT);break;case w_.SCRIPT:e._switchToTextParsing(t,G_.SCRIPT_DATA);break;case w_.TEMPLATE:e._insertTemplate(t),e.activeFormattingElements.insertMarker(),e.framesetOk=!1,e.insertionMode=wT.IN_TEMPLATE,e.tmplInsertionModeStack.unshift(wT.IN_TEMPLATE);break;case w_.HEAD:e._err(t,d_.misplacedStartTagForHeadElement);break;default:VT(e,t)}}function $T(e,t){e.openElements.tmplCount>0?(e.openElements.generateImpliedEndTagsThoroughly(),e.openElements.currentTagId!==w_.TEMPLATE&&e._err(t,d_.closingOfElementWithOpenChildElements),e.openElements.popUntilTagNamePopped(w_.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode()):e._err(t,d_.endTagWithoutMatchingOpenElement)}function VT(e,t){e.openElements.pop(),e.insertionMode=wT.AFTER_HEAD,e._processToken(t)}function zT(e,t){const r=t.type===E_.EOF?d_.openElementsLeftAfterEof:d_.disallowedContentInNoscriptInHead;e._err(t,r),e.openElements.pop(),e.insertionMode=wT.IN_HEAD,e._processToken(t)}function QT(e,t){e._insertFakeElement(C_.BODY,w_.BODY),e.insertionMode=wT.IN_BODY,KT(e,t)}function KT(e,t){switch(t.type){case E_.CHARACTER:JT(e,t);break;case E_.WHITESPACE_CHARACTER:XT(e,t);break;case E_.COMMENT:HT(e,t);break;case E_.START_TAG:nA(e,t);break;case E_.END_TAG:iA(e,t);break;case E_.EOF:oA(e,t)}}function XT(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t)}function JT(e,t){e._reconstructActiveFormattingElements(),e._insertCharacters(t),e.framesetOk=!1}function ZT(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,S_.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}function eA(e){const t=g_(e,N_.TYPE);return null!=t&&"hidden"===t.toLowerCase()}function tA(e,t){e._switchToTextParsing(t,G_.RAWTEXT)}function rA(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,S_.HTML)}function nA(e,t){switch(t.tagID){case w_.I:case w_.S:case w_.B:case w_.U:case w_.EM:case w_.TT:case w_.BIG:case w_.CODE:case w_.FONT:case w_.SMALL:case w_.STRIKE:case w_.STRONG:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,S_.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case w_.A:!function(e,t){const r=e.activeFormattingElements.getElementEntryInScopeWithTagName(C_.A);r&&(FT(e,t),e.openElements.remove(r.element),e.activeFormattingElements.removeEntry(r)),e._reconstructActiveFormattingElements(),e._insertElement(t,S_.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case w_.H1:case w_.H2:case w_.H3:case w_.H4:case w_.H5:case w_.H6:!function(e,t){e.openElements.hasInButtonScope(w_.P)&&e._closePElement(),void 0!==e.openElements.currentTagId&&U_.has(e.openElements.currentTagId)&&e.openElements.pop(),e._insertElement(t,S_.HTML)}(e,t);break;case w_.P:case w_.DL:case w_.OL:case w_.UL:case w_.DIV:case w_.DIR:case w_.NAV:case w_.MAIN:case w_.MENU:case w_.ASIDE:case w_.CENTER:case w_.FIGURE:case w_.FOOTER:case w_.HEADER:case w_.HGROUP:case w_.DIALOG:case w_.DETAILS:case w_.ADDRESS:case w_.ARTICLE:case w_.SEARCH:case w_.SECTION:case w_.SUMMARY:case w_.FIELDSET:case w_.BLOCKQUOTE:case w_.FIGCAPTION:!function(e,t){e.openElements.hasInButtonScope(w_.P)&&e._closePElement(),e._insertElement(t,S_.HTML)}(e,t);break;case w_.LI:case w_.DD:case w_.DT:!function(e,t){e.framesetOk=!1;const r=t.tagID;for(let t=e.openElements.stackTop;t>=0;t--){const n=e.openElements.tagIDs[t];if(r===w_.LI&&n===w_.LI||(r===w_.DD||r===w_.DT)&&(n===w_.DD||n===w_.DT)){e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.popUntilTagNamePopped(n);break}if(n!==w_.ADDRESS&&n!==w_.DIV&&n!==w_.P&&e._isSpecialElement(e.openElements.items[t],n))break}e.openElements.hasInButtonScope(w_.P)&&e._closePElement(),e._insertElement(t,S_.HTML)}(e,t);break;case w_.BR:case w_.IMG:case w_.WBR:case w_.AREA:case w_.EMBED:case w_.KEYGEN:ZT(e,t);break;case w_.HR:!function(e,t){e.openElements.hasInButtonScope(w_.P)&&e._closePElement(),e._appendElement(t,S_.HTML),e.framesetOk=!1,t.ackSelfClosing=!0}(e,t);break;case w_.RB:case w_.RTC:!function(e,t){e.openElements.hasInScope(w_.RUBY)&&e.openElements.generateImpliedEndTags(),e._insertElement(t,S_.HTML)}(e,t);break;case w_.RT:case w_.RP:!function(e,t){e.openElements.hasInScope(w_.RUBY)&&e.openElements.generateImpliedEndTagsWithExclusion(w_.RTC),e._insertElement(t,S_.HTML)}(e,t);break;case w_.PRE:case w_.LISTING:!function(e,t){e.openElements.hasInButtonScope(w_.P)&&e._closePElement(),e._insertElement(t,S_.HTML),e.skipNextNewLine=!0,e.framesetOk=!1}(e,t);break;case w_.XMP:!function(e,t){e.openElements.hasInButtonScope(w_.P)&&e._closePElement(),e._reconstructActiveFormattingElements(),e.framesetOk=!1,e._switchToTextParsing(t,G_.RAWTEXT)}(e,t);break;case w_.SVG:!function(e,t){e._reconstructActiveFormattingElements(),NT(t),IT(t),t.selfClosing?e._appendElement(t,S_.SVG):e._insertElement(t,S_.SVG),t.ackSelfClosing=!0}(e,t);break;case w_.HTML:!function(e,t){0===e.openElements.tmplCount&&e.treeAdapter.adoptAttributes(e.openElements.items[0],t.attrs)}(e,t);break;case w_.BASE:case w_.LINK:case w_.META:case w_.STYLE:case w_.TITLE:case w_.SCRIPT:case w_.BGSOUND:case w_.BASEFONT:case w_.TEMPLATE:WT(e,t);break;case w_.BODY:!function(e,t){const r=e.openElements.tryPeekProperlyNestedBodyElement();r&&0===e.openElements.tmplCount&&(e.framesetOk=!1,e.treeAdapter.adoptAttributes(r,t.attrs))}(e,t);break;case w_.FORM:!function(e,t){const r=e.openElements.tmplCount>0;e.formElement&&!r||(e.openElements.hasInButtonScope(w_.P)&&e._closePElement(),e._insertElement(t,S_.HTML),r||(e.formElement=e.openElements.current))}(e,t);break;case w_.NOBR:!function(e,t){e._reconstructActiveFormattingElements(),e.openElements.hasInScope(w_.NOBR)&&(FT(e,t),e._reconstructActiveFormattingElements()),e._insertElement(t,S_.HTML),e.activeFormattingElements.pushElement(e.openElements.current,t)}(e,t);break;case w_.MATH:!function(e,t){e._reconstructActiveFormattingElements(),ST(t),IT(t),t.selfClosing?e._appendElement(t,S_.MATHML):e._insertElement(t,S_.MATHML),t.ackSelfClosing=!0}(e,t);break;case w_.TABLE:!function(e,t){e.treeAdapter.getDocumentMode(e.document)!==I_.QUIRKS&&e.openElements.hasInButtonScope(w_.P)&&e._closePElement(),e._insertElement(t,S_.HTML),e.framesetOk=!1,e.insertionMode=wT.IN_TABLE}(e,t);break;case w_.INPUT:!function(e,t){e._reconstructActiveFormattingElements(),e._appendElement(t,S_.HTML),eA(t)||(e.framesetOk=!1),t.ackSelfClosing=!0}(e,t);break;case w_.PARAM:case w_.TRACK:case w_.SOURCE:!function(e,t){e._appendElement(t,S_.HTML),t.ackSelfClosing=!0}(e,t);break;case w_.IMAGE:!function(e,t){t.tagName=C_.IMG,t.tagID=w_.IMG,ZT(e,t)}(e,t);break;case w_.BUTTON:!function(e,t){e.openElements.hasInScope(w_.BUTTON)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(w_.BUTTON)),e._reconstructActiveFormattingElements(),e._insertElement(t,S_.HTML),e.framesetOk=!1}(e,t);break;case w_.APPLET:case w_.OBJECT:case w_.MARQUEE:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,S_.HTML),e.activeFormattingElements.insertMarker(),e.framesetOk=!1}(e,t);break;case w_.IFRAME:!function(e,t){e.framesetOk=!1,e._switchToTextParsing(t,G_.RAWTEXT)}(e,t);break;case w_.SELECT:!function(e,t){e._reconstructActiveFormattingElements(),e._insertElement(t,S_.HTML),e.framesetOk=!1,e.insertionMode=e.insertionMode===wT.IN_TABLE||e.insertionMode===wT.IN_CAPTION||e.insertionMode===wT.IN_TABLE_BODY||e.insertionMode===wT.IN_ROW||e.insertionMode===wT.IN_CELL?wT.IN_SELECT_IN_TABLE:wT.IN_SELECT}(e,t);break;case w_.OPTION:case w_.OPTGROUP:!function(e,t){e.openElements.currentTagId===w_.OPTION&&e.openElements.pop(),e._reconstructActiveFormattingElements(),e._insertElement(t,S_.HTML)}(e,t);break;case w_.NOEMBED:case w_.NOFRAMES:tA(e,t);break;case w_.FRAMESET:!function(e,t){const r=e.openElements.tryPeekProperlyNestedBodyElement();e.framesetOk&&r&&(e.treeAdapter.detachNode(r),e.openElements.popAllUpToHtmlElement(),e._insertElement(t,S_.HTML),e.insertionMode=wT.IN_FRAMESET)}(e,t);break;case w_.TEXTAREA:!function(e,t){e._insertElement(t,S_.HTML),e.skipNextNewLine=!0,e.tokenizer.state=G_.RCDATA,e.originalInsertionMode=e.insertionMode,e.framesetOk=!1,e.insertionMode=wT.TEXT}(e,t);break;case w_.NOSCRIPT:e.options.scriptingEnabled?tA(e,t):rA(e,t);break;case w_.PLAINTEXT:!function(e,t){e.openElements.hasInButtonScope(w_.P)&&e._closePElement(),e._insertElement(t,S_.HTML),e.tokenizer.state=G_.PLAINTEXT}(e,t);break;case w_.COL:case w_.TH:case w_.TD:case w_.TR:case w_.HEAD:case w_.FRAME:case w_.TBODY:case w_.TFOOT:case w_.THEAD:case w_.CAPTION:case w_.COLGROUP:break;default:rA(e,t)}}function aA(e,t){const r=t.tagName,n=t.tagID;for(let t=e.openElements.stackTop;t>0;t--){const a=e.openElements.items[t],i=e.openElements.tagIDs[t];if(n===i&&(n!==w_.UNKNOWN||e.treeAdapter.getTagName(a)===r)){e.openElements.generateImpliedEndTagsWithExclusion(n),e.openElements.stackTop>=t&&e.openElements.shortenToLength(t);break}if(e._isSpecialElement(a,i))break}}function iA(e,t){switch(t.tagID){case w_.A:case w_.B:case w_.I:case w_.S:case w_.U:case w_.EM:case w_.TT:case w_.BIG:case w_.CODE:case w_.FONT:case w_.NOBR:case w_.SMALL:case w_.STRIKE:case w_.STRONG:FT(e,t);break;case w_.P:!function(e){e.openElements.hasInButtonScope(w_.P)||e._insertFakeElement(C_.P,w_.P),e._closePElement()}(e);break;case w_.DL:case w_.UL:case w_.OL:case w_.DIR:case w_.DIV:case w_.NAV:case w_.PRE:case w_.MAIN:case w_.MENU:case w_.ASIDE:case w_.BUTTON:case w_.CENTER:case w_.FIGURE:case w_.FOOTER:case w_.HEADER:case w_.HGROUP:case w_.DIALOG:case w_.ADDRESS:case w_.ARTICLE:case w_.DETAILS:case w_.SEARCH:case w_.SECTION:case w_.SUMMARY:case w_.LISTING:case w_.FIELDSET:case w_.BLOCKQUOTE:case w_.FIGCAPTION:!function(e,t){const r=t.tagID;e.openElements.hasInScope(r)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(r))}(e,t);break;case w_.LI:!function(e){e.openElements.hasInListItemScope(w_.LI)&&(e.openElements.generateImpliedEndTagsWithExclusion(w_.LI),e.openElements.popUntilTagNamePopped(w_.LI))}(e);break;case w_.DD:case w_.DT:!function(e,t){const r=t.tagID;e.openElements.hasInScope(r)&&(e.openElements.generateImpliedEndTagsWithExclusion(r),e.openElements.popUntilTagNamePopped(r))}(e,t);break;case w_.H1:case w_.H2:case w_.H3:case w_.H4:case w_.H5:case w_.H6:!function(e){e.openElements.hasNumberedHeaderInScope()&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilNumberedHeaderPopped())}(e);break;case w_.BR:!function(e){e._reconstructActiveFormattingElements(),e._insertFakeElement(C_.BR,w_.BR),e.openElements.pop(),e.framesetOk=!1}(e);break;case w_.BODY:!function(e,t){if(e.openElements.hasInScope(w_.BODY)&&(e.insertionMode=wT.AFTER_BODY,e.options.sourceCodeLocationInfo)){const r=e.openElements.tryPeekProperlyNestedBodyElement();r&&e._setEndLocation(r,t)}}(e,t);break;case w_.HTML:!function(e,t){e.openElements.hasInScope(w_.BODY)&&(e.insertionMode=wT.AFTER_BODY,SA(e,t))}(e,t);break;case w_.FORM:!function(e){const t=e.openElements.tmplCount>0,{formElement:r}=e;t||(e.formElement=null),(r||t)&&e.openElements.hasInScope(w_.FORM)&&(e.openElements.generateImpliedEndTags(),t?e.openElements.popUntilTagNamePopped(w_.FORM):r&&e.openElements.remove(r))}(e);break;case w_.APPLET:case w_.OBJECT:case w_.MARQUEE:!function(e,t){const r=t.tagID;e.openElements.hasInScope(r)&&(e.openElements.generateImpliedEndTags(),e.openElements.popUntilTagNamePopped(r),e.activeFormattingElements.clearToLastMarker())}(e,t);break;case w_.TEMPLATE:$T(e,t);break;default:aA(e,t)}}function oA(e,t){e.tmplInsertionModeStack.length>0?bA(e,t):GT(e,t)}function sA(e,t){if(void 0!==e.openElements.currentTagId&&DT.has(e.openElements.currentTagId))switch(e.pendingCharacterTokens.length=0,e.hasNonWhitespacePendingCharacterToken=!1,e.originalInsertionMode=e.insertionMode,e.insertionMode=wT.IN_TABLE_TEXT,t.type){case E_.CHARACTER:fA(e,t);break;case E_.WHITESPACE_CHARACTER:hA(e,t)}else uA(e,t)}function cA(e,t){switch(t.tagID){case w_.TD:case w_.TH:case w_.TR:!function(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(C_.TBODY,w_.TBODY),e.insertionMode=wT.IN_TABLE_BODY,gA(e,t)}(e,t);break;case w_.STYLE:case w_.SCRIPT:case w_.TEMPLATE:WT(e,t);break;case w_.COL:!function(e,t){e.openElements.clearBackToTableContext(),e._insertFakeElement(C_.COLGROUP,w_.COLGROUP),e.insertionMode=wT.IN_COLUMN_GROUP,mA(e,t)}(e,t);break;case w_.FORM:!function(e,t){e.formElement||0!==e.openElements.tmplCount||(e._insertElement(t,S_.HTML),e.formElement=e.openElements.current,e.openElements.pop())}(e,t);break;case w_.TABLE:!function(e,t){e.openElements.hasInTableScope(w_.TABLE)&&(e.openElements.popUntilTagNamePopped(w_.TABLE),e._resetInsertionMode(),e._processStartTag(t))}(e,t);break;case w_.TBODY:case w_.TFOOT:case w_.THEAD:!function(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,S_.HTML),e.insertionMode=wT.IN_TABLE_BODY}(e,t);break;case w_.INPUT:!function(e,t){eA(t)?e._appendElement(t,S_.HTML):uA(e,t),t.ackSelfClosing=!0}(e,t);break;case w_.CAPTION:!function(e,t){e.openElements.clearBackToTableContext(),e.activeFormattingElements.insertMarker(),e._insertElement(t,S_.HTML),e.insertionMode=wT.IN_CAPTION}(e,t);break;case w_.COLGROUP:!function(e,t){e.openElements.clearBackToTableContext(),e._insertElement(t,S_.HTML),e.insertionMode=wT.IN_COLUMN_GROUP}(e,t);break;default:uA(e,t)}}function lA(e,t){switch(t.tagID){case w_.TABLE:e.openElements.hasInTableScope(w_.TABLE)&&(e.openElements.popUntilTagNamePopped(w_.TABLE),e._resetInsertionMode());break;case w_.TEMPLATE:$T(e,t);break;case w_.BODY:case w_.CAPTION:case w_.COL:case w_.COLGROUP:case w_.HTML:case w_.TBODY:case w_.TD:case w_.TFOOT:case w_.TH:case w_.THEAD:case w_.TR:break;default:uA(e,t)}}function uA(e,t){const r=e.fosterParentingEnabled;e.fosterParentingEnabled=!0,KT(e,t),e.fosterParentingEnabled=r}function hA(e,t){e.pendingCharacterTokens.push(t)}function fA(e,t){e.pendingCharacterTokens.push(t),e.hasNonWhitespacePendingCharacterToken=!0}function pA(e,t){let r=0;if(e.hasNonWhitespacePendingCharacterToken)for(;r<e.pendingCharacterTokens.length;r++)uA(e,e.pendingCharacterTokens[r]);else for(;r<e.pendingCharacterTokens.length;r++)e._insertCharacters(e.pendingCharacterTokens[r]);e.insertionMode=e.originalInsertionMode,e._processToken(t)}const dA=new Set([w_.CAPTION,w_.COL,w_.COLGROUP,w_.TBODY,w_.TD,w_.TFOOT,w_.TH,w_.THEAD,w_.TR]);function mA(e,t){switch(t.tagID){case w_.HTML:nA(e,t);break;case w_.COL:e._appendElement(t,S_.HTML),t.ackSelfClosing=!0;break;case w_.TEMPLATE:WT(e,t);break;default:EA(e,t)}}function EA(e,t){e.openElements.currentTagId===w_.COLGROUP&&(e.openElements.pop(),e.insertionMode=wT.IN_TABLE,e._processToken(t))}function gA(e,t){switch(t.tagID){case w_.TR:e.openElements.clearBackToTableBodyContext(),e._insertElement(t,S_.HTML),e.insertionMode=wT.IN_ROW;break;case w_.TH:case w_.TD:e.openElements.clearBackToTableBodyContext(),e._insertFakeElement(C_.TR,w_.TR),e.insertionMode=wT.IN_ROW,TA(e,t);break;case w_.CAPTION:case w_.COL:case w_.COLGROUP:case w_.TBODY:case w_.TFOOT:case w_.THEAD:e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=wT.IN_TABLE,cA(e,t));break;default:cA(e,t)}}function _A(e,t){const r=t.tagID;switch(t.tagID){case w_.TBODY:case w_.TFOOT:case w_.THEAD:e.openElements.hasInTableScope(r)&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=wT.IN_TABLE);break;case w_.TABLE:e.openElements.hasTableBodyContextInTableScope()&&(e.openElements.clearBackToTableBodyContext(),e.openElements.pop(),e.insertionMode=wT.IN_TABLE,lA(e,t));break;case w_.BODY:case w_.CAPTION:case w_.COL:case w_.COLGROUP:case w_.HTML:case w_.TD:case w_.TH:case w_.TR:break;default:lA(e,t)}}function TA(e,t){switch(t.tagID){case w_.TH:case w_.TD:e.openElements.clearBackToTableRowContext(),e._insertElement(t,S_.HTML),e.insertionMode=wT.IN_CELL,e.activeFormattingElements.insertMarker();break;case w_.CAPTION:case w_.COL:case w_.COLGROUP:case w_.TBODY:case w_.TFOOT:case w_.THEAD:case w_.TR:e.openElements.hasInTableScope(w_.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=wT.IN_TABLE_BODY,gA(e,t));break;default:cA(e,t)}}function AA(e,t){switch(t.tagID){case w_.TR:e.openElements.hasInTableScope(w_.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=wT.IN_TABLE_BODY);break;case w_.TABLE:e.openElements.hasInTableScope(w_.TR)&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=wT.IN_TABLE_BODY,_A(e,t));break;case w_.TBODY:case w_.TFOOT:case w_.THEAD:(e.openElements.hasInTableScope(t.tagID)||e.openElements.hasInTableScope(w_.TR))&&(e.openElements.clearBackToTableRowContext(),e.openElements.pop(),e.insertionMode=wT.IN_TABLE_BODY,_A(e,t));break;case w_.BODY:case w_.CAPTION:case w_.COL:case w_.COLGROUP:case w_.HTML:case w_.TD:case w_.TH:break;default:lA(e,t)}}function yA(e,t){switch(t.tagID){case w_.HTML:nA(e,t);break;case w_.OPTION:e.openElements.currentTagId===w_.OPTION&&e.openElements.pop(),e._insertElement(t,S_.HTML);break;case w_.OPTGROUP:e.openElements.currentTagId===w_.OPTION&&e.openElements.pop(),e.openElements.currentTagId===w_.OPTGROUP&&e.openElements.pop(),e._insertElement(t,S_.HTML);break;case w_.HR:e.openElements.currentTagId===w_.OPTION&&e.openElements.pop(),e.openElements.currentTagId===w_.OPTGROUP&&e.openElements.pop(),e._appendElement(t,S_.HTML),t.ackSelfClosing=!0;break;case w_.INPUT:case w_.KEYGEN:case w_.TEXTAREA:case w_.SELECT:e.openElements.hasInSelectScope(w_.SELECT)&&(e.openElements.popUntilTagNamePopped(w_.SELECT),e._resetInsertionMode(),t.tagID!==w_.SELECT&&e._processStartTag(t));break;case w_.SCRIPT:case w_.TEMPLATE:WT(e,t)}}function vA(e,t){switch(t.tagID){case w_.OPTGROUP:e.openElements.stackTop>0&&e.openElements.currentTagId===w_.OPTION&&e.openElements.tagIDs[e.openElements.stackTop-1]===w_.OPTGROUP&&e.openElements.pop(),e.openElements.currentTagId===w_.OPTGROUP&&e.openElements.pop();break;case w_.OPTION:e.openElements.currentTagId===w_.OPTION&&e.openElements.pop();break;case w_.SELECT:e.openElements.hasInSelectScope(w_.SELECT)&&(e.openElements.popUntilTagNamePopped(w_.SELECT),e._resetInsertionMode());break;case w_.TEMPLATE:$T(e,t)}}function bA(e,t){e.openElements.tmplCount>0?(e.openElements.popUntilTagNamePopped(w_.TEMPLATE),e.activeFormattingElements.clearToLastMarker(),e.tmplInsertionModeStack.shift(),e._resetInsertionMode(),e.onEof(t)):GT(e,t)}function SA(e,t){var r;if(t.tagID===w_.HTML){if(e.fragmentContext||(e.insertionMode=wT.AFTER_AFTER_BODY),e.options.sourceCodeLocationInfo&&e.openElements.tagIDs[0]===w_.HTML){e._setEndLocation(e.openElements.items[0],t);const n=e.openElements.items[1];n&&!(null===(r=e.treeAdapter.getNodeSourceCodeLocation(n))||void 0===r?void 0:r.endTag)&&e._setEndLocation(n,t)}}else NA(e,t)}function NA(e,t){e.insertionMode=wT.IN_BODY,KT(e,t)}function IA(e,t){e.insertionMode=wT.IN_BODY,KT(e,t)}function CA(e){for(;e.treeAdapter.getNamespaceURI(e.openElements.current)!==S_.HTML&&void 0!==e.openElements.currentTagId&&!e._isIntegrationPoint(e.openElements.currentTagId,e.openElements.current);)e.openElements.pop()}function wA(e,t){return function(r){let n,a=0,i="";for(;n=e.exec(r);)a!==n.index&&(i+=r.substring(a,n.index)),i+=t.get(n[0].charCodeAt(0)),a=n.index+1;return i+r.substring(a)}}const OA=wA(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),DA=wA(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]])),RA=new Set([C_.AREA,C_.BASE,C_.BASEFONT,C_.BGSOUND,C_.BR,C_.COL,C_.EMBED,C_.FRAME,C_.HR,C_.IMG,C_.INPUT,C_.KEYGEN,C_.LINK,C_.META,C_.PARAM,C_.SOURCE,C_.TRACK,C_.WBR]);const LA={treeAdapter:uT,scriptingEnabled:!0};function kA(e,t){return xA(e,{...LA,...t})}function xA(e,t){return t.treeAdapter.isElementNode(e)?function(e,t){const r=t.treeAdapter.getTagName(e);return`<${r}${function(e,{treeAdapter:t}){let r="";for(const n of t.getAttrList(e)){if(r+=" ",n.namespace)switch(n.namespace){case S_.XML:r+=`xml:${n.name}`;break;case S_.XMLNS:"xmlns"!==n.name&&(r+="xmlns:"),r+=n.name;break;case S_.XLINK:r+=`xlink:${n.name}`;break;default:r+=`${n.prefix}:${n.name}`}else r+=n.name;r+=`="${OA(n.value)}"`}return r}(e,t)}>${function(e,t){return t.treeAdapter.isElementNode(e)&&t.treeAdapter.getNamespaceURI(e)===S_.HTML&&RA.has(t.treeAdapter.getTagName(e))}(e,t)?"":`${function(e,t){let r="";const n=t.treeAdapter.isElementNode(e)&&t.treeAdapter.getTagName(e)===C_.TEMPLATE&&t.treeAdapter.getNamespaceURI(e)===S_.HTML?t.treeAdapter.getTemplateContent(e):e,a=t.treeAdapter.getChildNodes(n);if(a)for(const e of a)r+=xA(e,t);return r}(e,t)}</${r}>`}`}(e,t):t.treeAdapter.isTextNode(e)?function(e,t){const{treeAdapter:r}=t,n=r.getTextNodeContent(e),a=r.getParentNode(e),i=a&&r.isElementNode(a)&&r.getTagName(a);return i&&r.getNamespaceURI(a)===S_.HTML&&(o=i,s=t.scriptingEnabled,F_.has(o)||s&&o===C_.NOSCRIPT)?n:DA(n);var o,s}(e,t):t.treeAdapter.isCommentNode(e)?function(e,{treeAdapter:t}){return`\x3c!--${t.getCommentNodeContent(e)}--\x3e`}(e,t):t.treeAdapter.isDocumentTypeNode(e)?function(e,{treeAdapter:t}){return`<!DOCTYPE ${t.getDocumentTypeNodeName(e)}>`}(e,t):""}var MA,PA,BA,UA,FA,HA,GA,qA,jA,YA,WA,$A;!function(e){e[e.EOF=-1]="EOF",e[e.NULL=0]="NULL",e[e.TABULATION=9]="TABULATION",e[e.CARRIAGE_RETURN=13]="CARRIAGE_RETURN",e[e.LINE_FEED=10]="LINE_FEED",e[e.FORM_FEED=12]="FORM_FEED",e[e.SPACE=32]="SPACE",e[e.EXCLAMATION_MARK=33]="EXCLAMATION_MARK",e[e.QUOTATION_MARK=34]="QUOTATION_MARK",e[e.AMPERSAND=38]="AMPERSAND",e[e.APOSTROPHE=39]="APOSTROPHE",e[e.HYPHEN_MINUS=45]="HYPHEN_MINUS",e[e.SOLIDUS=47]="SOLIDUS",e[e.DIGIT_0=48]="DIGIT_0",e[e.DIGIT_9=57]="DIGIT_9",e[e.SEMICOLON=59]="SEMICOLON",e[e.LESS_THAN_SIGN=60]="LESS_THAN_SIGN",e[e.EQUALS_SIGN=61]="EQUALS_SIGN",e[e.GREATER_THAN_SIGN=62]="GREATER_THAN_SIGN",e[e.QUESTION_MARK=63]="QUESTION_MARK",e[e.LATIN_CAPITAL_A=65]="LATIN_CAPITAL_A",e[e.LATIN_CAPITAL_Z=90]="LATIN_CAPITAL_Z",e[e.RIGHT_SQUARE_BRACKET=93]="RIGHT_SQUARE_BRACKET",e[e.GRAVE_ACCENT=96]="GRAVE_ACCENT",e[e.LATIN_SMALL_A=97]="LATIN_SMALL_A",e[e.LATIN_SMALL_Z=122]="LATIN_SMALL_Z"}(MA||(MA={})),function(e){e.controlCharacterInInputStream="control-character-in-input-stream",e.noncharacterInInputStream="noncharacter-in-input-stream",e.surrogateInInputStream="surrogate-in-input-stream",e.nonVoidHtmlElementStartTagWithTrailingSolidus="non-void-html-element-start-tag-with-trailing-solidus",e.endTagWithAttributes="end-tag-with-attributes",e.endTagWithTrailingSolidus="end-tag-with-trailing-solidus",e.unexpectedSolidusInTag="unexpected-solidus-in-tag",e.unexpectedNullCharacter="unexpected-null-character",e.unexpectedQuestionMarkInsteadOfTagName="unexpected-question-mark-instead-of-tag-name",e.invalidFirstCharacterOfTagName="invalid-first-character-of-tag-name",e.unexpectedEqualsSignBeforeAttributeName="unexpected-equals-sign-before-attribute-name",e.missingEndTagName="missing-end-tag-name",e.unexpectedCharacterInAttributeName="unexpected-character-in-attribute-name",e.unknownNamedCharacterReference="unknown-named-character-reference",e.missingSemicolonAfterCharacterReference="missing-semicolon-after-character-reference",e.unexpectedCharacterAfterDoctypeSystemIdentifier="unexpected-character-after-doctype-system-identifier",e.unexpectedCharacterInUnquotedAttributeValue="unexpected-character-in-unquoted-attribute-value",e.eofBeforeTagName="eof-before-tag-name",e.eofInTag="eof-in-tag",e.missingAttributeValue="missing-attribute-value",e.missingWhitespaceBetweenAttributes="missing-whitespace-between-attributes",e.missingWhitespaceAfterDoctypePublicKeyword="missing-whitespace-after-doctype-public-keyword",e.missingWhitespaceBetweenDoctypePublicAndSystemIdentifiers="missing-whitespace-between-doctype-public-and-system-identifiers",e.missingWhitespaceAfterDoctypeSystemKeyword="missing-whitespace-after-doctype-system-keyword",e.missingQuoteBeforeDoctypePublicIdentifier="missing-quote-before-doctype-public-identifier",e.missingQuoteBeforeDoctypeSystemIdentifier="missing-quote-before-doctype-system-identifier",e.missingDoctypePublicIdentifier="missing-doctype-public-identifier",e.missingDoctypeSystemIdentifier="missing-doctype-system-identifier",e.abruptDoctypePublicIdentifier="abrupt-doctype-public-identifier",e.abruptDoctypeSystemIdentifier="abrupt-doctype-system-identifier",e.cdataInHtmlContent="cdata-in-html-content",e.incorrectlyOpenedComment="incorrectly-opened-comment",e.eofInScriptHtmlCommentLikeText="eof-in-script-html-comment-like-text",e.eofInDoctype="eof-in-doctype",e.nestedComment="nested-comment",e.abruptClosingOfEmptyComment="abrupt-closing-of-empty-comment",e.eofInComment="eof-in-comment",e.incorrectlyClosedComment="incorrectly-closed-comment",e.eofInCdata="eof-in-cdata",e.absenceOfDigitsInNumericCharacterReference="absence-of-digits-in-numeric-character-reference",e.nullCharacterReference="null-character-reference",e.surrogateCharacterReference="surrogate-character-reference",e.characterReferenceOutsideUnicodeRange="character-reference-outside-unicode-range",e.controlCharacterReference="control-character-reference",e.noncharacterCharacterReference="noncharacter-character-reference",e.missingWhitespaceBeforeDoctypeName="missing-whitespace-before-doctype-name",e.missingDoctypeName="missing-doctype-name",e.invalidCharacterSequenceAfterDoctypeName="invalid-character-sequence-after-doctype-name",e.duplicateAttribute="duplicate-attribute",e.nonConformingDoctype="non-conforming-doctype",e.missingDoctype="missing-doctype",e.misplacedDoctype="misplaced-doctype",e.endTagWithoutMatchingOpenElement="end-tag-without-matching-open-element",e.closingOfElementWithOpenChildElements="closing-of-element-with-open-child-elements",e.disallowedContentInNoscriptInHead="disallowed-content-in-noscript-in-head",e.openElementsLeftAfterEof="open-elements-left-after-eof",e.abandonedHeadElementChild="abandoned-head-element-child",e.misplacedStartTagForHeadElement="misplaced-start-tag-for-head-element",e.nestedNoscriptInHead="nested-noscript-in-head",e.eofInElementThatCanContainOnlyText="eof-in-element-that-can-contain-only-text"}(PA||(PA={})),function(e){e[e.CHARACTER=0]="CHARACTER",e[e.NULL_CHARACTER=1]="NULL_CHARACTER",e[e.WHITESPACE_CHARACTER=2]="WHITESPACE_CHARACTER",e[e.START_TAG=3]="START_TAG",e[e.END_TAG=4]="END_TAG",e[e.COMMENT=5]="COMMENT",e[e.DOCTYPE=6]="DOCTYPE",e[e.EOF=7]="EOF",e[e.HIBERNATION=8]="HIBERNATION"}(BA||(BA={})),function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"}(UA||(UA={})),function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(FA||(FA={})),function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"}(HA||(HA={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(GA||(GA={})),function(e){e.HTML="http://www.w3.org/1999/xhtml",e.MATHML="http://www.w3.org/1998/Math/MathML",e.SVG="http://www.w3.org/2000/svg",e.XLINK="http://www.w3.org/1999/xlink",e.XML="http://www.w3.org/XML/1998/namespace",e.XMLNS="http://www.w3.org/2000/xmlns/"}(qA||(qA={})),function(e){e.TYPE="type",e.ACTION="action",e.ENCODING="encoding",e.PROMPT="prompt",e.NAME="name",e.COLOR="color",e.FACE="face",e.SIZE="size"}(jA||(jA={})),function(e){e.NO_QUIRKS="no-quirks",e.QUIRKS="quirks",e.LIMITED_QUIRKS="limited-quirks"}(YA||(YA={})),function(e){e.A="a",e.ADDRESS="address",e.ANNOTATION_XML="annotation-xml",e.APPLET="applet",e.AREA="area",e.ARTICLE="article",e.ASIDE="aside",e.B="b",e.BASE="base",e.BASEFONT="basefont",e.BGSOUND="bgsound",e.BIG="big",e.BLOCKQUOTE="blockquote",e.BODY="body",e.BR="br",e.BUTTON="button",e.CAPTION="caption",e.CENTER="center",e.CODE="code",e.COL="col",e.COLGROUP="colgroup",e.DD="dd",e.DESC="desc",e.DETAILS="details",e.DIALOG="dialog",e.DIR="dir",e.DIV="div",e.DL="dl",e.DT="dt",e.EM="em",e.EMBED="embed",e.FIELDSET="fieldset",e.FIGCAPTION="figcaption",e.FIGURE="figure",e.FONT="font",e.FOOTER="footer",e.FOREIGN_OBJECT="foreignObject",e.FORM="form",e.FRAME="frame",e.FRAMESET="frameset",e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.HEAD="head",e.HEADER="header",e.HGROUP="hgroup",e.HR="hr",e.HTML="html",e.I="i",e.IMG="img",e.IMAGE="image",e.INPUT="input",e.IFRAME="iframe",e.KEYGEN="keygen",e.LABEL="label",e.LI="li",e.LINK="link",e.LISTING="listing",e.MAIN="main",e.MALIGNMARK="malignmark",e.MARQUEE="marquee",e.MATH="math",e.MENU="menu",e.META="meta",e.MGLYPH="mglyph",e.MI="mi",e.MO="mo",e.MN="mn",e.MS="ms",e.MTEXT="mtext",e.NAV="nav",e.NOBR="nobr",e.NOFRAMES="noframes",e.NOEMBED="noembed",e.NOSCRIPT="noscript",e.OBJECT="object",e.OL="ol",e.OPTGROUP="optgroup",e.OPTION="option",e.P="p",e.PARAM="param",e.PLAINTEXT="plaintext",e.PRE="pre",e.RB="rb",e.RP="rp",e.RT="rt",e.RTC="rtc",e.RUBY="ruby",e.S="s",e.SCRIPT="script",e.SEARCH="search",e.SECTION="section",e.SELECT="select",e.SOURCE="source",e.SMALL="small",e.SPAN="span",e.STRIKE="strike",e.STRONG="strong",e.STYLE="style",e.SUB="sub",e.SUMMARY="summary",e.SUP="sup",e.TABLE="table",e.TBODY="tbody",e.TEMPLATE="template",e.TEXTAREA="textarea",e.TFOOT="tfoot",e.TD="td",e.TH="th",e.THEAD="thead",e.TITLE="title",e.TR="tr",e.TRACK="track",e.TT="tt",e.U="u",e.UL="ul",e.SVG="svg",e.VAR="var",e.WBR="wbr",e.XMP="xmp"}(WA||(WA={})),function(e){e[e.UNKNOWN=0]="UNKNOWN",e[e.A=1]="A",e[e.ADDRESS=2]="ADDRESS",e[e.ANNOTATION_XML=3]="ANNOTATION_XML",e[e.APPLET=4]="APPLET",e[e.AREA=5]="AREA",e[e.ARTICLE=6]="ARTICLE",e[e.ASIDE=7]="ASIDE",e[e.B=8]="B",e[e.BASE=9]="BASE",e[e.BASEFONT=10]="BASEFONT",e[e.BGSOUND=11]="BGSOUND",e[e.BIG=12]="BIG",e[e.BLOCKQUOTE=13]="BLOCKQUOTE",e[e.BODY=14]="BODY",e[e.BR=15]="BR",e[e.BUTTON=16]="BUTTON",e[e.CAPTION=17]="CAPTION",e[e.CENTER=18]="CENTER",e[e.CODE=19]="CODE",e[e.COL=20]="COL",e[e.COLGROUP=21]="COLGROUP",e[e.DD=22]="DD",e[e.DESC=23]="DESC",e[e.DETAILS=24]="DETAILS",e[e.DIALOG=25]="DIALOG",e[e.DIR=26]="DIR",e[e.DIV=27]="DIV",e[e.DL=28]="DL",e[e.DT=29]="DT",e[e.EM=30]="EM",e[e.EMBED=31]="EMBED",e[e.FIELDSET=32]="FIELDSET",e[e.FIGCAPTION=33]="FIGCAPTION",e[e.FIGURE=34]="FIGURE",e[e.FONT=35]="FONT",e[e.FOOTER=36]="FOOTER",e[e.FOREIGN_OBJECT=37]="FOREIGN_OBJECT",e[e.FORM=38]="FORM",e[e.FRAME=39]="FRAME",e[e.FRAMESET=40]="FRAMESET",e[e.H1=41]="H1",e[e.H2=42]="H2",e[e.H3=43]="H3",e[e.H4=44]="H4",e[e.H5=45]="H5",e[e.H6=46]="H6",e[e.HEAD=47]="HEAD",e[e.HEADER=48]="HEADER",e[e.HGROUP=49]="HGROUP",e[e.HR=50]="HR",e[e.HTML=51]="HTML",e[e.I=52]="I",e[e.IMG=53]="IMG",e[e.IMAGE=54]="IMAGE",e[e.INPUT=55]="INPUT",e[e.IFRAME=56]="IFRAME",e[e.KEYGEN=57]="KEYGEN",e[e.LABEL=58]="LABEL",e[e.LI=59]="LI",e[e.LINK=60]="LINK",e[e.LISTING=61]="LISTING",e[e.MAIN=62]="MAIN",e[e.MALIGNMARK=63]="MALIGNMARK",e[e.MARQUEE=64]="MARQUEE",e[e.MATH=65]="MATH",e[e.MENU=66]="MENU",e[e.META=67]="META",e[e.MGLYPH=68]="MGLYPH",e[e.MI=69]="MI",e[e.MO=70]="MO",e[e.MN=71]="MN",e[e.MS=72]="MS",e[e.MTEXT=73]="MTEXT",e[e.NAV=74]="NAV",e[e.NOBR=75]="NOBR",e[e.NOFRAMES=76]="NOFRAMES",e[e.NOEMBED=77]="NOEMBED",e[e.NOSCRIPT=78]="NOSCRIPT",e[e.OBJECT=79]="OBJECT",e[e.OL=80]="OL",e[e.OPTGROUP=81]="OPTGROUP",e[e.OPTION=82]="OPTION",e[e.P=83]="P",e[e.PARAM=84]="PARAM",e[e.PLAINTEXT=85]="PLAINTEXT",e[e.PRE=86]="PRE",e[e.RB=87]="RB",e[e.RP=88]="RP",e[e.RT=89]="RT",e[e.RTC=90]="RTC",e[e.RUBY=91]="RUBY",e[e.S=92]="S",e[e.SCRIPT=93]="SCRIPT",e[e.SEARCH=94]="SEARCH",e[e.SECTION=95]="SECTION",e[e.SELECT=96]="SELECT",e[e.SOURCE=97]="SOURCE",e[e.SMALL=98]="SMALL",e[e.SPAN=99]="SPAN",e[e.STRIKE=100]="STRIKE",e[e.STRONG=101]="STRONG",e[e.STYLE=102]="STYLE",e[e.SUB=103]="SUB",e[e.SUMMARY=104]="SUMMARY",e[e.SUP=105]="SUP",e[e.TABLE=106]="TABLE",e[e.TBODY=107]="TBODY",e[e.TEMPLATE=108]="TEMPLATE",e[e.TEXTAREA=109]="TEXTAREA",e[e.TFOOT=110]="TFOOT",e[e.TD=111]="TD",e[e.TH=112]="TH",e[e.THEAD=113]="THEAD",e[e.TITLE=114]="TITLE",e[e.TR=115]="TR",e[e.TRACK=116]="TRACK",e[e.TT=117]="TT",e[e.U=118]="U",e[e.UL=119]="UL",e[e.SVG=120]="SVG",e[e.VAR=121]="VAR",e[e.WBR=122]="WBR",e[e.XMP=123]="XMP"}($A||($A={})),new Map([[WA.A,$A.A],[WA.ADDRESS,$A.ADDRESS],[WA.ANNOTATION_XML,$A.ANNOTATION_XML],[WA.APPLET,$A.APPLET],[WA.AREA,$A.AREA],[WA.ARTICLE,$A.ARTICLE],[WA.ASIDE,$A.ASIDE],[WA.B,$A.B],[WA.BASE,$A.BASE],[WA.BASEFONT,$A.BASEFONT],[WA.BGSOUND,$A.BGSOUND],[WA.BIG,$A.BIG],[WA.BLOCKQUOTE,$A.BLOCKQUOTE],[WA.BODY,$A.BODY],[WA.BR,$A.BR],[WA.BUTTON,$A.BUTTON],[WA.CAPTION,$A.CAPTION],[WA.CENTER,$A.CENTER],[WA.CODE,$A.CODE],[WA.COL,$A.COL],[WA.COLGROUP,$A.COLGROUP],[WA.DD,$A.DD],[WA.DESC,$A.DESC],[WA.DETAILS,$A.DETAILS],[WA.DIALOG,$A.DIALOG],[WA.DIR,$A.DIR],[WA.DIV,$A.DIV],[WA.DL,$A.DL],[WA.DT,$A.DT],[WA.EM,$A.EM],[WA.EMBED,$A.EMBED],[WA.FIELDSET,$A.FIELDSET],[WA.FIGCAPTION,$A.FIGCAPTION],[WA.FIGURE,$A.FIGURE],[WA.FONT,$A.FONT],[WA.FOOTER,$A.FOOTER],[WA.FOREIGN_OBJECT,$A.FOREIGN_OBJECT],[WA.FORM,$A.FORM],[WA.FRAME,$A.FRAME],[WA.FRAMESET,$A.FRAMESET],[WA.H1,$A.H1],[WA.H2,$A.H2],[WA.H3,$A.H3],[WA.H4,$A.H4],[WA.H5,$A.H5],[WA.H6,$A.H6],[WA.HEAD,$A.HEAD],[WA.HEADER,$A.HEADER],[WA.HGROUP,$A.HGROUP],[WA.HR,$A.HR],[WA.HTML,$A.HTML],[WA.I,$A.I],[WA.IMG,$A.IMG],[WA.IMAGE,$A.IMAGE],[WA.INPUT,$A.INPUT],[WA.IFRAME,$A.IFRAME],[WA.KEYGEN,$A.KEYGEN],[WA.LABEL,$A.LABEL],[WA.LI,$A.LI],[WA.LINK,$A.LINK],[WA.LISTING,$A.LISTING],[WA.MAIN,$A.MAIN],[WA.MALIGNMARK,$A.MALIGNMARK],[WA.MARQUEE,$A.MARQUEE],[WA.MATH,$A.MATH],[WA.MENU,$A.MENU],[WA.META,$A.META],[WA.MGLYPH,$A.MGLYPH],[WA.MI,$A.MI],[WA.MO,$A.MO],[WA.MN,$A.MN],[WA.MS,$A.MS],[WA.MTEXT,$A.MTEXT],[WA.NAV,$A.NAV],[WA.NOBR,$A.NOBR],[WA.NOFRAMES,$A.NOFRAMES],[WA.NOEMBED,$A.NOEMBED],[WA.NOSCRIPT,$A.NOSCRIPT],[WA.OBJECT,$A.OBJECT],[WA.OL,$A.OL],[WA.OPTGROUP,$A.OPTGROUP],[WA.OPTION,$A.OPTION],[WA.P,$A.P],[WA.PARAM,$A.PARAM],[WA.PLAINTEXT,$A.PLAINTEXT],[WA.PRE,$A.PRE],[WA.RB,$A.RB],[WA.RP,$A.RP],[WA.RT,$A.RT],[WA.RTC,$A.RTC],[WA.RUBY,$A.RUBY],[WA.S,$A.S],[WA.SCRIPT,$A.SCRIPT],[WA.SEARCH,$A.SEARCH],[WA.SECTION,$A.SECTION],[WA.SELECT,$A.SELECT],[WA.SOURCE,$A.SOURCE],[WA.SMALL,$A.SMALL],[WA.SPAN,$A.SPAN],[WA.STRIKE,$A.STRIKE],[WA.STRONG,$A.STRONG],[WA.STYLE,$A.STYLE],[WA.SUB,$A.SUB],[WA.SUMMARY,$A.SUMMARY],[WA.SUP,$A.SUP],[WA.TABLE,$A.TABLE],[WA.TBODY,$A.TBODY],[WA.TEMPLATE,$A.TEMPLATE],[WA.TEXTAREA,$A.TEXTAREA],[WA.TFOOT,$A.TFOOT],[WA.TD,$A.TD],[WA.TH,$A.TH],[WA.THEAD,$A.THEAD],[WA.TITLE,$A.TITLE],[WA.TR,$A.TR],[WA.TRACK,$A.TRACK],[WA.TT,$A.TT],[WA.U,$A.U],[WA.UL,$A.UL],[WA.SVG,$A.SVG],[WA.VAR,$A.VAR],[WA.WBR,$A.WBR],[WA.XMP,$A.XMP]]);const VA=$A;var zA;qA.HTML,new Set([VA.ADDRESS,VA.APPLET,VA.AREA,VA.ARTICLE,VA.ASIDE,VA.BASE,VA.BASEFONT,VA.BGSOUND,VA.BLOCKQUOTE,VA.BODY,VA.BR,VA.BUTTON,VA.CAPTION,VA.CENTER,VA.COL,VA.COLGROUP,VA.DD,VA.DETAILS,VA.DIR,VA.DIV,VA.DL,VA.DT,VA.EMBED,VA.FIELDSET,VA.FIGCAPTION,VA.FIGURE,VA.FOOTER,VA.FORM,VA.FRAME,VA.FRAMESET,VA.H1,VA.H2,VA.H3,VA.H4,VA.H5,VA.H6,VA.HEAD,VA.HEADER,VA.HGROUP,VA.HR,VA.HTML,VA.IFRAME,VA.IMG,VA.INPUT,VA.LI,VA.LINK,VA.LISTING,VA.MAIN,VA.MARQUEE,VA.MENU,VA.META,VA.NAV,VA.NOEMBED,VA.NOFRAMES,VA.NOSCRIPT,VA.OBJECT,VA.OL,VA.P,VA.PARAM,VA.PLAINTEXT,VA.PRE,VA.SCRIPT,VA.SECTION,VA.SELECT,VA.SOURCE,VA.STYLE,VA.SUMMARY,VA.TABLE,VA.TBODY,VA.TD,VA.TEMPLATE,VA.TEXTAREA,VA.TFOOT,VA.TH,VA.THEAD,VA.TITLE,VA.TR,VA.TRACK,VA.UL,VA.WBR,VA.XMP]),qA.MATHML,new Set([VA.MI,VA.MO,VA.MN,VA.MS,VA.MTEXT,VA.ANNOTATION_XML]),qA.SVG,new Set([VA.TITLE,VA.FOREIGN_OBJECT,VA.DESC]),qA.XLINK,new Set,qA.XML,new Set,qA.XMLNS,new Set,new Set([VA.H1,VA.H2,VA.H3,VA.H4,VA.H5,VA.H6]),new Set([WA.STYLE,WA.SCRIPT,WA.XMP,WA.IFRAME,WA.NOEMBED,WA.NOFRAMES,WA.PLAINTEXT]),function(e){e[e.DATA=0]="DATA",e[e.RCDATA=1]="RCDATA",e[e.RAWTEXT=2]="RAWTEXT",e[e.SCRIPT_DATA=3]="SCRIPT_DATA",e[e.PLAINTEXT=4]="PLAINTEXT",e[e.TAG_OPEN=5]="TAG_OPEN",e[e.END_TAG_OPEN=6]="END_TAG_OPEN",e[e.TAG_NAME=7]="TAG_NAME",e[e.RCDATA_LESS_THAN_SIGN=8]="RCDATA_LESS_THAN_SIGN",e[e.RCDATA_END_TAG_OPEN=9]="RCDATA_END_TAG_OPEN",e[e.RCDATA_END_TAG_NAME=10]="RCDATA_END_TAG_NAME",e[e.RAWTEXT_LESS_THAN_SIGN=11]="RAWTEXT_LESS_THAN_SIGN",e[e.RAWTEXT_END_TAG_OPEN=12]="RAWTEXT_END_TAG_OPEN",e[e.RAWTEXT_END_TAG_NAME=13]="RAWTEXT_END_TAG_NAME",e[e.SCRIPT_DATA_LESS_THAN_SIGN=14]="SCRIPT_DATA_LESS_THAN_SIGN",e[e.SCRIPT_DATA_END_TAG_OPEN=15]="SCRIPT_DATA_END_TAG_OPEN",e[e.SCRIPT_DATA_END_TAG_NAME=16]="SCRIPT_DATA_END_TAG_NAME",e[e.SCRIPT_DATA_ESCAPE_START=17]="SCRIPT_DATA_ESCAPE_START",e[e.SCRIPT_DATA_ESCAPE_START_DASH=18]="SCRIPT_DATA_ESCAPE_START_DASH",e[e.SCRIPT_DATA_ESCAPED=19]="SCRIPT_DATA_ESCAPED",e[e.SCRIPT_DATA_ESCAPED_DASH=20]="SCRIPT_DATA_ESCAPED_DASH",e[e.SCRIPT_DATA_ESCAPED_DASH_DASH=21]="SCRIPT_DATA_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN=22]="SCRIPT_DATA_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_OPEN=23]="SCRIPT_DATA_ESCAPED_END_TAG_OPEN",e[e.SCRIPT_DATA_ESCAPED_END_TAG_NAME=24]="SCRIPT_DATA_ESCAPED_END_TAG_NAME",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_START=25]="SCRIPT_DATA_DOUBLE_ESCAPE_START",e[e.SCRIPT_DATA_DOUBLE_ESCAPED=26]="SCRIPT_DATA_DOUBLE_ESCAPED",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH=27]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH=28]="SCRIPT_DATA_DOUBLE_ESCAPED_DASH_DASH",e[e.SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN=29]="SCRIPT_DATA_DOUBLE_ESCAPED_LESS_THAN_SIGN",e[e.SCRIPT_DATA_DOUBLE_ESCAPE_END=30]="SCRIPT_DATA_DOUBLE_ESCAPE_END",e[e.BEFORE_ATTRIBUTE_NAME=31]="BEFORE_ATTRIBUTE_NAME",e[e.ATTRIBUTE_NAME=32]="ATTRIBUTE_NAME",e[e.AFTER_ATTRIBUTE_NAME=33]="AFTER_ATTRIBUTE_NAME",e[e.BEFORE_ATTRIBUTE_VALUE=34]="BEFORE_ATTRIBUTE_VALUE",e[e.ATTRIBUTE_VALUE_DOUBLE_QUOTED=35]="ATTRIBUTE_VALUE_DOUBLE_QUOTED",e[e.ATTRIBUTE_VALUE_SINGLE_QUOTED=36]="ATTRIBUTE_VALUE_SINGLE_QUOTED",e[e.ATTRIBUTE_VALUE_UNQUOTED=37]="ATTRIBUTE_VALUE_UNQUOTED",e[e.AFTER_ATTRIBUTE_VALUE_QUOTED=38]="AFTER_ATTRIBUTE_VALUE_QUOTED",e[e.SELF_CLOSING_START_TAG=39]="SELF_CLOSING_START_TAG",e[e.BOGUS_COMMENT=40]="BOGUS_COMMENT",e[e.MARKUP_DECLARATION_OPEN=41]="MARKUP_DECLARATION_OPEN",e[e.COMMENT_START=42]="COMMENT_START",e[e.COMMENT_START_DASH=43]="COMMENT_START_DASH",e[e.COMMENT=44]="COMMENT",e[e.COMMENT_LESS_THAN_SIGN=45]="COMMENT_LESS_THAN_SIGN",e[e.COMMENT_LESS_THAN_SIGN_BANG=46]="COMMENT_LESS_THAN_SIGN_BANG",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH=47]="COMMENT_LESS_THAN_SIGN_BANG_DASH",e[e.COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH=48]="COMMENT_LESS_THAN_SIGN_BANG_DASH_DASH",e[e.COMMENT_END_DASH=49]="COMMENT_END_DASH",e[e.COMMENT_END=50]="COMMENT_END",e[e.COMMENT_END_BANG=51]="COMMENT_END_BANG",e[e.DOCTYPE=52]="DOCTYPE",e[e.BEFORE_DOCTYPE_NAME=53]="BEFORE_DOCTYPE_NAME",e[e.DOCTYPE_NAME=54]="DOCTYPE_NAME",e[e.AFTER_DOCTYPE_NAME=55]="AFTER_DOCTYPE_NAME",e[e.AFTER_DOCTYPE_PUBLIC_KEYWORD=56]="AFTER_DOCTYPE_PUBLIC_KEYWORD",e[e.BEFORE_DOCTYPE_PUBLIC_IDENTIFIER=57]="BEFORE_DOCTYPE_PUBLIC_IDENTIFIER",e[e.DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED=58]="DOCTYPE_PUBLIC_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED=59]="DOCTYPE_PUBLIC_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_PUBLIC_IDENTIFIER=60]="AFTER_DOCTYPE_PUBLIC_IDENTIFIER",e[e.BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS=61]="BETWEEN_DOCTYPE_PUBLIC_AND_SYSTEM_IDENTIFIERS",e[e.AFTER_DOCTYPE_SYSTEM_KEYWORD=62]="AFTER_DOCTYPE_SYSTEM_KEYWORD",e[e.BEFORE_DOCTYPE_SYSTEM_IDENTIFIER=63]="BEFORE_DOCTYPE_SYSTEM_IDENTIFIER",e[e.DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED=64]="DOCTYPE_SYSTEM_IDENTIFIER_DOUBLE_QUOTED",e[e.DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED=65]="DOCTYPE_SYSTEM_IDENTIFIER_SINGLE_QUOTED",e[e.AFTER_DOCTYPE_SYSTEM_IDENTIFIER=66]="AFTER_DOCTYPE_SYSTEM_IDENTIFIER",e[e.BOGUS_DOCTYPE=67]="BOGUS_DOCTYPE",e[e.CDATA_SECTION=68]="CDATA_SECTION",e[e.CDATA_SECTION_BRACKET=69]="CDATA_SECTION_BRACKET",e[e.CDATA_SECTION_END=70]="CDATA_SECTION_END",e[e.CHARACTER_REFERENCE=71]="CHARACTER_REFERENCE",e[e.AMBIGUOUS_AMPERSAND=72]="AMBIGUOUS_AMPERSAND"}(zA||(zA={})),zA.DATA,zA.RCDATA,zA.RAWTEXT,zA.SCRIPT_DATA,zA.PLAINTEXT,zA.CDATA_SECTION;const QA=new Set([$A.DD,$A.DT,$A.LI,$A.OPTGROUP,$A.OPTION,$A.P,$A.RB,$A.RP,$A.RT,$A.RTC]);new Set([...QA,$A.CAPTION,$A.COLGROUP,$A.TBODY,$A.TD,$A.TFOOT,$A.TH,$A.THEAD,$A.TR]);const KA=new Set([$A.APPLET,$A.CAPTION,$A.HTML,$A.MARQUEE,$A.OBJECT,$A.TABLE,$A.TD,$A.TEMPLATE,$A.TH]);var XA,JA;function ZA(e){const t=e.includes('"')?"'":'"';return t+e+t}new Set([...KA,$A.OL,$A.UL]),new Set([...KA,$A.BUTTON]),new Set([$A.ANNOTATION_XML,$A.MI,$A.MN,$A.MO,$A.MS,$A.MTEXT]),new Set([$A.DESC,$A.FOREIGN_OBJECT,$A.TITLE]),new Set([$A.TR,$A.TEMPLATE,$A.HTML]),new Set([$A.TBODY,$A.TFOOT,$A.THEAD,$A.TEMPLATE,$A.HTML]),new Set([$A.TABLE,$A.TEMPLATE,$A.HTML]),new Set([$A.TD,$A.TH]),function(e){e[e.Marker=0]="Marker",e[e.Element=1]="Element"}(XA||(XA={})),XA.Marker,new Map(["attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map(e=>[e.toLowerCase(),e])),new Map([["xlink:actuate",{prefix:"xlink",name:"actuate",namespace:qA.XLINK}],["xlink:arcrole",{prefix:"xlink",name:"arcrole",namespace:qA.XLINK}],["xlink:href",{prefix:"xlink",name:"href",namespace:qA.XLINK}],["xlink:role",{prefix:"xlink",name:"role",namespace:qA.XLINK}],["xlink:show",{prefix:"xlink",name:"show",namespace:qA.XLINK}],["xlink:title",{prefix:"xlink",name:"title",namespace:qA.XLINK}],["xlink:type",{prefix:"xlink",name:"type",namespace:qA.XLINK}],["xml:lang",{prefix:"xml",name:"lang",namespace:qA.XML}],["xml:space",{prefix:"xml",name:"space",namespace:qA.XML}],["xmlns",{prefix:"",name:"xmlns",namespace:qA.XMLNS}],["xmlns:xlink",{prefix:"xmlns",name:"xlink",namespace:qA.XMLNS}]]),new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map(e=>[e.toLowerCase(),e])),new Set([$A.B,$A.BIG,$A.BLOCKQUOTE,$A.BODY,$A.BR,$A.CENTER,$A.CODE,$A.DD,$A.DIV,$A.DL,$A.DT,$A.EM,$A.EMBED,$A.H1,$A.H2,$A.H3,$A.H4,$A.H5,$A.H6,$A.HEAD,$A.HR,$A.I,$A.IMG,$A.LI,$A.LISTING,$A.MENU,$A.META,$A.NOBR,$A.OL,$A.P,$A.PRE,$A.RUBY,$A.S,$A.SMALL,$A.SPAN,$A.STRONG,$A.STRIKE,$A.SUB,$A.SUP,$A.TABLE,$A.TT,$A.U,$A.UL,$A.VAR]),function(e){e[e.INITIAL=0]="INITIAL",e[e.BEFORE_HTML=1]="BEFORE_HTML",e[e.BEFORE_HEAD=2]="BEFORE_HEAD",e[e.IN_HEAD=3]="IN_HEAD",e[e.IN_HEAD_NO_SCRIPT=4]="IN_HEAD_NO_SCRIPT",e[e.AFTER_HEAD=5]="AFTER_HEAD",e[e.IN_BODY=6]="IN_BODY",e[e.TEXT=7]="TEXT",e[e.IN_TABLE=8]="IN_TABLE",e[e.IN_TABLE_TEXT=9]="IN_TABLE_TEXT",e[e.IN_CAPTION=10]="IN_CAPTION",e[e.IN_COLUMN_GROUP=11]="IN_COLUMN_GROUP",e[e.IN_TABLE_BODY=12]="IN_TABLE_BODY",e[e.IN_ROW=13]="IN_ROW",e[e.IN_CELL=14]="IN_CELL",e[e.IN_SELECT=15]="IN_SELECT",e[e.IN_SELECT_IN_TABLE=16]="IN_SELECT_IN_TABLE",e[e.IN_TEMPLATE=17]="IN_TEMPLATE",e[e.AFTER_BODY=18]="AFTER_BODY",e[e.IN_FRAMESET=19]="IN_FRAMESET",e[e.AFTER_FRAMESET=20]="AFTER_FRAMESET",e[e.AFTER_AFTER_BODY=21]="AFTER_AFTER_BODY",e[e.AFTER_AFTER_FRAMESET=22]="AFTER_AFTER_FRAMESET"}(JA||(JA={})),new Set([$A.TABLE,$A.TBODY,$A.TFOOT,$A.THEAD,$A.TR]),new Set([$A.CAPTION,$A.COL,$A.COLGROUP,$A.TBODY,$A.TD,$A.TFOOT,$A.TH,$A.THEAD,$A.TR]),new Set([WA.AREA,WA.BASE,WA.BASEFONT,WA.BGSOUND,WA.BR,WA.COL,WA.EMBED,WA.FRAME,WA.HR,WA.IMG,WA.INPUT,WA.KEYGEN,WA.LINK,WA.META,WA.PARAM,WA.SOURCE,WA.TRACK,WA.WBR]);const ey={isCommentNode:Bf,isElementNode:xf,isTextNode:Pf,createDocument(){const e=new Lf([]);return e["x-mode"]=YA.NO_QUIRKS,e},createDocumentFragment:()=>new Lf([]),createElement(e,t,r){const n=Object.create(null),a=Object.create(null),i=Object.create(null);for(let e=0;e<r.length;e++){const t=r[e].name;n[t]=r[e].value,a[t]=r[e].namespace,i[t]=r[e].prefix}const o=new kf(e,n,[]);return o.namespace=t,o["x-attribsNamespace"]=a,o["x-attribsPrefix"]=i,o},createCommentNode:e=>new wf(e),createTextNode:e=>new Cf(e),appendChild(e,t){const r=e.children[e.children.length-1];r&&(r.next=t,t.prev=r),e.children.push(t),t.parent=e},insertBefore(e,t,r){const n=e.children.indexOf(r),{prev:a}=r;a&&(a.next=t,t.prev=a),r.prev=t,t.next=r,e.children.splice(n,0,t),t.parent=e},setTemplateContent(e,t){ey.appendChild(e,t)},getTemplateContent:e=>e.children[0],setDocumentType(e,t,r,n){const a=function(e,t,r){let n="!DOCTYPE ";return e&&(n+=e),t?n+=` PUBLIC ${ZA(t)}`:r&&(n+=" SYSTEM"),r&&(n+=` ${ZA(r)}`),n}(t,r,n);let i=e.children.find(e=>Uf(e)&&"!doctype"===e.name);i?i.data=null!=a?a:null:(i=new Of("!doctype",a),ey.appendChild(e,i)),i["x-name"]=t,i["x-publicId"]=r,i["x-systemId"]=n},setDocumentMode(e,t){e["x-mode"]=t},getDocumentMode:e=>e["x-mode"],detachNode(e){if(e.parent){const t=e.parent.children.indexOf(e),{prev:r,next:n}=e;e.prev=null,e.next=null,r&&(r.next=n),n&&(n.prev=r),e.parent.children.splice(t,1),e.parent=null}},insertText(e,t){const r=e.children[e.children.length-1];r&&Pf(r)?r.data+=t:ey.appendChild(e,ey.createTextNode(t))},insertTextBefore(e,t,r){const n=e.children[e.children.indexOf(r)-1];n&&Pf(n)?n.data+=t:ey.insertBefore(e,ey.createTextNode(t),r)},adoptAttributes(e,t){for(let r=0;r<t.length;r++){const n=t[r].name;void 0===e.attribs[n]&&(e.attribs[n]=t[r].value,e["x-attribsNamespace"][n]=t[r].namespace,e["x-attribsPrefix"][n]=t[r].prefix)}},getFirstChild:e=>e.children[0],getChildNodes:e=>e.children,getParentNode:e=>e.parent,getAttrList:e=>e.attributes,getTagName:e=>e.name,getNamespaceURI:e=>e.namespace,getTextNodeContent:e=>e.data,getCommentNodeContent:e=>e.data,getDocumentTypeNodeName(e){var t;return null!==(t=e["x-name"])&&void 0!==t?t:""},getDocumentTypeNodePublicId(e){var t;return null!==(t=e["x-publicId"])&&void 0!==t?t:""},getDocumentTypeNodeSystemId(e){var t;return null!==(t=e["x-systemId"])&&void 0!==t?t:""},isDocumentTypeNode:e=>Uf(e)&&"!doctype"===e.name,setNodeSourceCodeLocation(e,t){t&&(e.startIndex=t.startOffset,e.endIndex=t.endOffset),e.sourceCodeLocation=t},getNodeSourceCodeLocation:e=>e.sourceCodeLocation,updateNodeSourceCodeLocation(e,t){null!=t.endOffset&&(e.endIndex=t.endOffset),e.sourceCodeLocation={...e.sourceCodeLocation,...t}}};function ty(e,t,r,n){var a;return null!==(a=t.treeAdapter)&&void 0!==a||(t.treeAdapter=ey),!1!==t.scriptingEnabled&&(t.scriptingEnabled=!0),r?function(e,t){return LT.parse(e,t)}(e,t):function(e,t,r){"string"==typeof e&&(r=t,t=e,e=null);const n=LT.getFragmentParser(e,r);return n.tokenizer.write(t,!0),n.getFragment()}(n,e,t)}const ry={treeAdapter:ey};const ny=(ay=(e,t,r,n)=>t._useHtmlParser2?function(e,t){const r=new Yf(void 0,t);return new Gd(r,t).end(e),r.root}(e,t):ty(e,t,r,n),function(e,t,r,n){if(void 0!==JE&&Mg(e)&&(e=e.toString()),"string"==typeof e)return ay(e,t,r,n);const a=e;if(!Array.isArray(a)&&Ff(a))return a;const i=new Lf([]);return Bg(a,i),i});var ay;const iy=function(e,t){return function r(n,a,i=!0){if(null==n)throw new Error("cheerio.load() expects a string");const o=Zp(a),s=e(n,o,i,null);class c extends t_{_make(e,t){const r=l(e,t);return r.prevObject=this,r}_parse(t,r,n,a){return e(t,r,n,a)}_render(e){return t(e,this.options)}}function l(t,r,n=s,a){if(t&&od(t))return t;const i=Zp(a,o),l="string"==typeof n?[e(n,i,!1,null)]:"length"in n?n:[n],u=od(l)?l:new c(l,null,i);if(u._root=u,!t)return new c(void 0,u,i);const h="string"==typeof t&&ld(t)?e(t,i,!1,null).children:(f=t).name||f.type===Ef||f.type===gf||f.type===Tf?[t]:Array.isArray(t)?t:void 0;var f;const p=new c(h,u,i);if(h)return p;if("string"!=typeof t)throw new TypeError("Unexpected type of selector");let d=t;const m=r?"string"==typeof r?ld(r)?new c([e(r,i,!1,null)],u,i):(d=`${r} ${d}`,u):od(r)?r:new c(Array.isArray(r)?r:[r],u,i):u;return m?m.find(d):p}return Object.assign(l,id,{load:r,_root:s,_options:o,fn:c.prototype,prototype:c.prototype}),l}}(ny,(e,t)=>t._useHtmlParser2?Ap(e,t):function(e){const t="length"in e?e:[e];for(let e=0;e<t.length;e+=1){const r=t[e];Ff(r)&&Array.prototype.splice.call(t,e,1,...r.children)}let r="";for(let e=0;e<t.length;e+=1)r+=kA(t[e],ry);return r}(e));var oy=/\s{2,}(?![^<>]*<\/(pre|code|textarea)>)/g;function sy(e){return e.replace(oy," ").trim()}var cy={exports:{}},ly="\t\n\v\f\r   ᠎              \u2028\u2029\ufeff",uy=Oe,hy=n,fy=ie,py=ly,dy="["+py+"]",my=RegExp("^"+dy+dy+"*"),Ey=RegExp(dy+dy+"*$"),gy=function(e,t,r){var n={},a=fy(function(){return!!py[e]()||"​…"!="​…"[e]()}),i=n[e]=a?t(_y):py[e];r&&(n[r]=i),uy(uy.P+uy.F*a,"String",n)},_y=gy.trim=function(e,t){return e=String(hy(e)),1&t&&(e=e.replace(my,"")),2&t&&(e=e.replace(Ey,"")),e},Ty=gy,Ay=D.exports.parseInt,yy=Ty.trim,vy=ly,by=/^[-+]?0[xX]/,Sy=Oe,Ny=8!==Ay(vy+"08")||22!==Ay(vy+"0x16")?function(e,t){var r=yy(String(e),3);return Ay(r,t>>>0||(by.test(r)?16:10))}:Ay;Sy(Sy.G+Sy.F*(parseInt!=Ny),{parseInt:Ny});var Iy=w.exports.parseInt;!function(e){e.exports=Iy}(cy);var Cy=e(cy.exports),wy=new RegExp("(page|paging|(p(a|g|ag)?(e|enum|ewanted|ing|ination)))?(=|/)([0-9]{1,3})","i"),Oy=/[a-z]/i,Dy=/^[a-z]+$/i,Ry=/^[0-9]+$/i,Ly=/charset=([\w-]+)\b/;function ky(e){return e.split("#")[0].replace(/\/$/,"")}Oe(Oe.S,"Array",{isArray:At});var xy=w.exports.Array.isArray;var My=ee,Py=Oe,By=i,Uy=La,Fy=Pa,Hy=A,Gy=mn,qy=Ha;Py(Py.S+Py.F*!ji()(function(e){Array.from(e)}),"Array",{from:function(e){var t,r,n,a,i=By(e),o="function"==typeof this?this:Array,s=arguments.length,c=s>1?arguments[1]:void 0,l=void 0!==c,u=0,h=qy(i);if(l&&(c=My(c,s>2?arguments[2]:void 0,2)),null==h||o==Array&&Fy(h))for(r=new o(t=Hy(i.length));t>u;u++)Gy(r,u,l?c(i[u],u):i[u]);else for(a=h.call(i),r=new o;!(n=a.next()).done;u++)Gy(r,u,l?Uy(a,c,[n.value,u],!0):n.value);return r.length=u,r}});var jy=w.exports.Array.from;function Yy(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function Wy(e,t){if(e){if("string"==typeof e)return Yy(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?jy(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?Yy(e,t):void 0}}function $y(e,t){return function(e){if(xy(e))return e}(e)||function(e,t){var r=null==e?null:void 0!==Ln&&e[Ta]||e["@@iterator"];if(null!=r){var n,a,i,o,s=[],c=!0,l=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;c=!1}else for(;!(c=(n=i.call(r)).done)&&(s.push(n.value),s.length!==t);c=!0);}catch(e){l=!0,a=e}finally{try{if(!c&&null!=r.return&&(o=r.return(),Object(o)!==o))return}finally{if(l)throw a}}return s}}(e,t)||Wy(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Vy(e,t){var r=t||ns.parse(e),n=r.protocol,a=r.host,i=r.path,o=!1,s=i.split("/").reverse().reduce(function(e,t,r){var n=t;if(n.includes(".")){var a=$y(n.split("."),2),i=a[0],s=a[1];Dy.test(s)&&(n=i)}return wy.test(n)&&r<2&&(n=n.replace(wy,"")),0===r&&(o=Oy.test(n)),function(e,t,r){var n=!0;return t<2&&Ry.test(e)&&e.length<3&&(n=!0),0===t&&"index"===e.toLowerCase()&&(n=!1),t<2&&e.length<3&&!r&&(n=!1),n}(n,r,o)&&e.push(n),e},[]);return"".concat(n,"//").concat(a).concat(s.reverse().join("/"))}var zy=new RegExp(".( |$)");function Qy(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:10;return e.trim().split(/\s+/).slice(0,t).join(" ")}function Ky(e){var t=Ly.exec(e);null!==t&&(e=$y(t,2)[1]);return"utf-8"}var Xy="undefined"!=typeof window&&void 0!==window.document,Jy={exports:{}};!function(e){e.exports=xo}(Jy);var Zy=e(Jy.exports),ev=function(e){var t=0;return e=e.toString(),function(){var n=e.indexOf("\r\n",t),a=e.indexOf("\n",t),i=e.indexOf("\r",t),o=[n,a,i].sort(function(e,t){return e>t?1:e<t?-1:0}).filter(function(e){return-1!==e})[0];if(void 0!==o)return r(o,o===n?2:1);var s=e.length;return s===t?null:r(s,0)};function r(r,n){var a=e.substr(t,r-t);return t=r+n,a}},tv=/^[A-Z_]+(\/\d\.\d)? /,rv=/^([A-Z_]+) (.+) [A-Z]+\/(\d)\.(\d)$/,nv=/^[A-Z]+\/(\d)\.(\d) (\d{3}) (.*)$/;function av(e){var t,r,n,a={},i=ev(e),o=i();for(tv.test(o)&&(o=i());o;)" "!==o[0]&&"\t"!==o[0]?(r&&iv(r,n,a),t=o.indexOf(":"),r=o.substr(0,t),n=o.substr(t+1).trim(),o=i()):(n+=" "+o.trim(),o=i());return r&&iv(r,n,a),a}function iv(e,t,r){switch(e=e.toLowerCase()){case"set-cookie":void 0!==r[e]?r[e].push(t):r[e]=[t];break;case"content-type":case"content-length":case"user-agent":case"referer":case"host":case"authorization":case"proxy-authorization":case"if-modified-since":case"if-unmodified-since":case"from":case"location":case"max-forwards":case"retry-after":case"etag":case"last-modified":case"server":case"age":case"expires":void 0===r[e]&&(r[e]=t);break;default:"string"==typeof r[e]?r[e]+=", "+t:r[e]=t}}var ov=function(e,t){return function(e,t){var r,n=function(e){var t=e.indexOf("\r\n");return-1===t?e:e.slice(0,t)}(e);return t&&tv.test(n)?av(e):null!==(r=n.match(rv))?{method:r[1],url:r[2],version:{major:parseInt(r[3],10),minor:parseInt(r[4],10)},headers:av(e)}:null!==(r=n.match(nv))?{version:{major:parseInt(r[1],10),minor:parseInt(r[2],10)},statusCode:parseInt(r[3],10),statusMessage:r[4],headers:av(e)}:av(e)}(function(e){e&&e._header&&(e=e._header);return e&&"function"==typeof e.toString?e.toString().trim():""}(e),t)},sv=XMLHttpRequest;if(!sv)throw new Error("missing XMLHttpRequest");cv.log={trace:uv,debug:uv,info:uv,warn:uv,error:uv};function cv(e,t){if("function"!=typeof t)throw new Error("Bad callback given: "+t);if(!e)throw new Error("No options given");var r=e.onResponse;if((e="string"==typeof e?{uri:e}:JSON.parse(JSON.stringify(e))).onResponse=r,e.verbose&&(cv.log=function(){var e,t,r={},n=["trace","debug","info","warn","error"];for(t=0;t<n.length;t++)r[e=n[t]]=uv,"undefined"!=typeof console&&console&&console[e]&&(r[e]=hv(console,e));return r}()),e.url&&(e.uri=e.url,delete e.url),!e.uri&&""!==e.uri)throw new Error("options.uri is a required argument");if("string"!=typeof e.uri)throw new Error("options.uri must be a string");for(var n=["proxy","_redirectsFollowed","maxRedirects","followRedirect"],a=0;a<n.length;a++)if(e[n[a]])throw new Error("options."+n[a]+" is not supported");if(e.callback=t,e.method=e.method||"GET",e.headers=e.headers||{},e.body=e.body||null,e.timeout=e.timeout||cv.DEFAULT_TIMEOUT,e.headers.host)throw new Error("Options.headers.host is not supported");e.json&&(e.headers.accept=e.headers.accept||"application/json","GET"!==e.method&&(e.headers["content-type"]="application/json"),"boolean"!=typeof e.json?e.body=JSON.stringify(e.json):"string"!=typeof e.body&&(e.body=JSON.stringify(e.body)));var i=function(e){var t=[];for(var r in e)e.hasOwnProperty(r)&&t.push(encodeURIComponent(r)+"="+encodeURIComponent(e[r]));return t.join("&")};if(e.qs){var o="string"==typeof e.qs?e.qs:i(e.qs);-1!==e.uri.indexOf("?")?e.uri=e.uri+"&"+o:e.uri=e.uri+"?"+o}if(e.form){if("string"==typeof e.form)throw"form name unsupported";if("POST"===e.method){var s=(e.encoding||"application/x-www-form-urlencoded").toLowerCase();switch(e.headers["content-type"]=s,s){case"application/x-www-form-urlencoded":e.body=i(e.form).replace(/%20/g,"+");break;case"multipart/form-data":var c=function(e){var t={};t.boundry="-------------------------------"+Math.floor(1e9*Math.random());var r=[];for(var n in e)e.hasOwnProperty(n)&&r.push("--"+t.boundry+'\nContent-Disposition: form-data; name="'+n+'"\n\n'+e[n]+"\n");return r.push("--"+t.boundry+"--"),t.body=r.join(""),t.length=t.body.length,t.type="multipart/form-data; boundary="+t.boundry,t}(e.form);e.body=c.body,e.headers["content-type"]=c.type;break;default:throw new Error("unsupported encoding:"+s)}}}return e.onResponse=e.onResponse||uv,!0===e.onResponse&&(e.onResponse=t,e.callback=uv),!e.headers.authorization&&e.auth&&(e.headers.authorization="Basic "+function(e){var t,r,n,a,i,o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",s=0,c=0,l="",u=[];if(!e)return e;do{t=(i=e.charCodeAt(s++)<<16|e.charCodeAt(s++)<<8|e.charCodeAt(s++))>>18&63,r=i>>12&63,n=i>>6&63,a=63&i,u[c++]=o.charAt(t)+o.charAt(r)+o.charAt(n)+o.charAt(a)}while(s<e.length);switch(l=u.join(""),e.length%3){case 1:l=l.slice(0,-2)+"==";break;case 2:l=l.slice(0,-1)+"="}return l}(e.auth.username+":"+e.auth.password)),function(e){var t=new sv,r=!1,n=function(e){var t,r=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/;try{t=location.href}catch(e){(t=document.createElement("a")).href="",t=t.href}var n=r.exec(t.toLowerCase())||[],a=r.exec(e.toLowerCase()),i=!(!a||a[1]==n[1]&&a[2]==n[2]&&(a[3]||("http:"===a[1]?80:443))==(n[3]||("http:"===n[1]?80:443)));return i}(e.uri),a="withCredentials"in t;if(lv+=1,t.seq_id=lv,t.id=lv+": "+e.method+" "+e.uri,t._id=t.id,n&&!a){var i=new Error("Browser does not support cross-origin request: "+e.uri);return i.cors="unsupported",e.callback(i,t)}function o(){r=!0;var n=new Error("ETIMEDOUT");return n.code="ETIMEDOUT",n.duration=e.timeout,cv.log.error("Timeout",{id:t._id,milliseconds:e.timeout}),e.callback(n,t)}t.timeoutTimer=setTimeout(o,e.timeout);var s={response:!1,loading:!1,end:!1};t.onreadystatechange=c,t.open(e.method,e.uri,!0),n&&(t.withCredentials=!!e.withCredentials);return t.send(e.body),t;function c(n){if(r)return cv.log.debug("Ignoring timed out state change",{state:t.readyState,id:t.id});if(cv.log.debug("State change",{state:t.readyState,id:t.id,timed_out:r}),t.readyState===sv.OPENED)for(var a in cv.log.debug("Request started",{id:t.id}),e.headers)t.setRequestHeader(a,e.headers[a]);else t.readyState===sv.HEADERS_RECEIVED?l():t.readyState===sv.LOADING?(l(),u()):t.readyState===sv.DONE&&(l(),u(),h())}function l(){if(!s.response){if(s.response=!0,cv.log.debug("Got response",{id:t.id,status:t.status}),clearTimeout(t.timeoutTimer),t.statusCode=t.status,n&&0==t.statusCode){var r=new Error("CORS request rejected: "+e.uri);return r.cors="rejected",s.loading=!0,s.end=!0,e.callback(r,t)}e.onResponse(null,t)}}function u(){s.loading||(s.loading=!0,cv.log.debug("Response body loading",{id:t.id}))}function h(){if(!s.end){if(s.end=!0,cv.log.debug("Request done",{id:t.id}),t.body=t.responseText,t.headers=ov(t.getAllResponseHeaders()),e.json)try{t.body=JSON.parse(t.responseText)}catch(r){return e.callback(r,t)}e.callback(null,t,t.body)}}}(e)}var lv=0;cv.withCredentials=!1,cv.DEFAULT_TIMEOUT=18e4,cv.defaults=function(e,t){var r=function(t){return function(r,n){for(var a in r="string"==typeof r?{uri:r}:JSON.parse(JSON.stringify(r)),e)void 0===r[a]&&(r[a]=e[a]);return t(r,n)}},n=r(cv);return n.get=r(cv.get),n.post=r(cv.post),n.put=r(cv.put),n.head=r(cv.head),n};function uv(){}function hv(e,t){return function(r,n){"object"==typeof n&&(r+=" "+JSON.stringify(n));return e[t].call(e,r)}}["get","put","post","head"].forEach(function(e){var t=e.toUpperCase();cv[e.toLowerCase()]=function(e){"string"==typeof e?e={method:t,uri:e}:(e=JSON.parse(JSON.stringify(e))).method=t;var r=[e].concat(Array.prototype.slice.apply(arguments,[1]));return cv.apply(this,r)}}),cv.couch=function(e,t){return"string"==typeof e&&(e={uri:e}),e.json=!0,e.body&&(e.json=e.body),delete e.body,t=t||uv,cv(e,function(e,r,n){if(e)return t(e,r,n);if((r.statusCode<200||r.statusCode>299)&&n.error){for(var a in e=new Error("CouchDB error: "+(n.error.reason||n.error.error)),n)e[a]=n[a];return t(e,r,n)}return t(e,r,n)})};var fv=cv,pv=Xy?{}:{"User-Agent":"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36"},dv=new RegExp("^(".concat(["audio/mpeg","image/gif","image/jpeg","image/jpg"].join("|"),")$"),"i"),mv=5242880;function Ev(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function gv(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?Ev(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):Ev(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}function _v(e){return new Zy(function(t,r){fv(e,function(e,n,a){e?r(e):t({body:a,response:n})})})}function Tv(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e.statusMessage&&"OK"!==e.statusMessage||200!==e.statusCode){if(!e.statusCode)throw new Error("Unable to fetch content. Original exception was ".concat(e.error));if(!t)throw new Error("Resource returned a response status code of ".concat(e.statusCode," and resource was instructed to reject non-200 status codes."))}var r=e.headers,n=r["content-type"],a=r["content-length"];if(dv.test(n))throw new Error("Content-type for this resource was ".concat(n," and is not allowed."));if(a>mv)throw new Error("Content for this resource was too large. Maximum content length is ".concat(mv,"."));return!0}function Av(e,t){return yv.apply(this,arguments)}function yv(){return yv=Po(rs.mark(function e(t,r){var n,a,i,o,s,c,l=arguments;return rs.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:return n=l.length>2&&void 0!==l[2]?l[2]:{},r=r||ns.parse(encodeURI(t)),a=gv({url:r.href,headers:gv(gv({},pv),n),timeout:1e4,jar:!0,encoding:null,gzip:!0,followAllRedirects:!0},"undefined"!=typeof window?{}:{followRedirect:!0}),e.next=1,_v(a);case 1:return i=e.sent,o=i.response,s=i.body,e.prev=2,Tv(o),e.abrupt("return",{body:s,response:o});case 3:return e.prev=3,c=e.catch(2),e.abrupt("return",{error:!0,message:c.message});case 4:case"end":return e.stop()}},e,null,[[2,3]])})),yv.apply(this,arguments)}function vv(e,t,r){return e("meta[".concat(t,"]")).each(function(n,a){var i=e(a),o=i.attr(t);i.attr(r,o),i.removeAttr(t)}),e}var bv={exports:{}};Oe(Oe.S,"Reflect",{ownKeys:fn});var Sv=w.exports.Reflect.ownKeys;!function(e){e.exports=Sv}(bv);var Nv=e(bv.exports),Iv=new RegExp("transparent|spacer|blank","i"),Cv="mercury-parser-keep",wv=['iframe[src^="https://www.youtube.com"]','iframe[src^="https://www.youtube-nocookie.com"]','iframe[src^="http://www.youtube.com"]','iframe[src^="https://player.vimeo"]','iframe[src^="http://player.vimeo"]','iframe[src^="https://www.redditmedia.com"]'],Ov=["title","script","noscript","link","style","hr","embed","iframe","object"],Dv=new RegExp("^(".concat(["src","srcset","start","sizes","type","href","class","id","alt","xlink:href","width","height"].join("|"),")$"),"i"),Rv=["ul","ol","table","div","button","form"].join(","),Lv=["h2","h3","h4","h5","h6"].join(","),kv=["a","blockquote","dl","div","img","p","pre","table"].join(","),xv=new RegExp(["article","articlecontent","instapaper_body","blog","body","content","entry-content-asset","entry","hentry","main","Normal","page","pagination","permalink","post","story","text","[-_]copy","\\Bcopy"].join("|"),"i"),Mv=new RegExp(["adbox","advert","author","bio","bookmark","bottom","byline","clear","com-","combx","comment","comment\\B","contact","copy","credit","crumb","date","deck","excerpt","featured","foot","footer","footnote","graf","head","info","infotext","instapaper_ignore","jump","linebreak","link","masthead","media","meta","modal","outbrain","promo","pr_","related","respond","roundcontent","scroll","secondary","share","shopping","shoutbox","side","sidebar","sponsor","stamp","sub","summary","tags","tools","widget"].join("|"),"i"),Pv=new RegExp("pag(e|ing|inat)","i"),Bv=new RegExp("^(".concat(["article","aside","blockquote","body","br","button","canvas","caption","col","colgroup","dd","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","li","map","object","ol","output","p","pre","progress","section","table","tbody","textarea","tfoot","th","thead","tr","ul","video"].join("|"),")$"),"i"),Uv=["ad-break","adbox","advert","addthis","agegate","aux","blogger-labels","combx","comment","conversation","disqus","entry-unrelated","extra","foot","header","hidden","loader","login","menu","meta","nav","outbrain","pager","pagination","predicta","presence_control_external","popup","printfriendly","related","remove","remark","rss","share","shoutbox","sidebar","sociable","sponsor","taboola","tools"].join("|"),Fv=new RegExp(Uv,"i"),Hv=["and","article","body","blogindex","column","content","entry-content-asset","format","hfeed","hentry","hatom","main","page","posts","shadow"].join("|"),Gv=new RegExp(Hv,"i");function qv(e){var t=!1;return e("br").each(function(r,n){var a=e(n),i=a.next().get(0);i&&"br"===i.tagName.toLowerCase()?(t=!0,a.remove()):t&&(t=!1,function(e,t){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2],n=t(e);if(r){for(var a=e.nextSibling,i=t("<p></p>");a&&(!a.tagName||!Bv.test(a.tagName));){var o=a.nextSibling;t(a).appendTo(i),a=o}return n.replaceWith(i),n.remove(),t}}(n,e,!0))}),e}function jv(e){var t=e.attribs,r=e.attributes;if(!t&&r){var n=Nv(r).reduce(function(e,t){var n=r[t];return n&&n.name&&n.value?(e[n.name]=n.value,e):e},{});return n}return t}function Yv(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"p",n=e.get(0);if(!n)return t;var a,i=jv(n)||{},o=Nv(i).map(function(e){return"".concat(e,"=").concat(i[e])}).join(" ");return a=Xy?"noscript"===n.tagName.toLowerCase()?e.text():e.html():"noscript"===n.tagName.toLowerCase()?e.html():e.contents(),e.replaceWith("<".concat(r," ").concat(o,">").concat(a,"</").concat(r,">")),t}function Wv(e){return e=function(e){return e("span").each(function(t,r){var n=e(r);0===n.parents("p, div, li, figcaption").length&&Yv(n,e,"p")}),e}(e=function(e){return e("div").each(function(t,r){var n=e(r);0===n.children(kv).length&&Yv(n,e,"p")}),e}(e=qv(e)))}function $v(e,t){return e.find("img").each(function(e,r){var n=t(r);!function(e){var t=Cy(e.attr("height"),10),r=Cy(e.attr("width"),10)||20;(t||20)<10||r<10?e.remove():t&&e.removeAttr("height")}(n,t),function(e){Iv.test(e.attr("src"))&&e.remove()}(n)}),t}function Vv(e){return function(e){if(xy(e))return Yy(e)}(e)||function(e){if(void 0!==Ln&&null!=e[Ta]||null!=e["@@iterator"])return jy(e)}(e)||Wy(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function zv(e,t,r){var n=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[];if(0===n.length&&(n=wv),r){var a=ns.parse(r),i=a.protocol,o=a.hostname;n=[].concat(Vv(n),['iframe[src^="'.concat(i,"//").concat(o,'"]')])}return t(n.join(","),e).addClass(Cv),t}function Qv(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function Kv(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?Qv(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):Qv(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}function Xv(e,t){return e.find("*").each(function(e,t){var r=jv(t);!function(e,t){if(e.attribs)e.attribs=t;else if(e.attributes){for(;e.attributes.length>0;)e.removeAttribute(e.attributes[0].name);Nv(t).forEach(function(r){e.setAttribute(r,t[r])})}}(t,Nv(r).reduce(function(e,t){return Dv.test(t)?Kv(Kv({},e),{},ba({},t,r[t])):e},{}))}),t(".".concat(Cv),e).removeClass(Cv),e}var Jv={exports:{}},Zv=D.exports.parseFloat,eb=Ty.trim,tb=1/Zv(ly+"-0")!=-1/0?function(e){var t=eb(String(e),3),r=Zv(t);return 0===r&&"-"==t.charAt(0)?-0:r}:Zv,rb=Oe,nb=tb;rb(rb.G+rb.F*(parseFloat!=nb),{parseFloat:nb});var ab=w.exports.parseFloat;!function(e){e.exports=ab}(Jv);var ib=e(Jv.exports);function ob(e){return ib(e.attr("score"))||null}function sb(e,t,r){return e.attr("score",r),e}function cb(e){return(e.match(/,/g)||[]).length}var lb=new RegExp("^(p|pre)$","i");function ub(e){var t=1,r=e.text().trim(),n=r.length;return n<25?0:(t+=cb(r),t+=function(e){var t,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"p",n=e/50;return n>0?(t=lb.test(r)?n-2:n-1.25,Math.min(Math.max(t,0),3)):0}(n),":"===r.slice(-1)&&(t-=1),t)}var hb=new RegExp("^(".concat(["br","b","i","label","hr","area","base","basefont","input","img","link","meta"].join("|"),")$"),"i"),fb=[[".hentry",".entry-content"],["entry",".entry-content"],[".entry",".entry_content"],[".post",".postbody"],[".post",".post_body"],[".post",".post-body"]],pb=new RegExp(["figure","photo","image","caption"].join("|"),"i"),db=new RegExp(["article","articlecontent","instapaper_body","blog","body","content","entry-content-asset","entry","hentry","main","Normal","page","pagination","permalink","post","story","text","[-_]copy","\\Bcopy"].join("|"),"i"),mb=new RegExp("entry-content-asset","i"),Eb=new RegExp(["adbox","advert","author","bio","bookmark","bottom","byline","clear","com-","combx","comment","comment\\B","contact","copy","credit","crumb","date","deck","excerpt","featured","foot","footer","footnote","graf","head","info","infotext","instapaper_ignore","jump","linebreak","link","masthead","media","meta","modal","outbrain","promo","pr_","related","respond","roundcontent","scroll","secondary","share","shopping","shoutbox","side","sidebar","sponsor","stamp","sub","summary","tags","tools","widget"].join("|"),"i"),gb=new RegExp("^(p|li|span|pre)$","i"),_b=new RegExp("^(td|blockquote|ol|ul|dl)$","i"),Tb=new RegExp("^(address|form)$","i");function Ab(e){var t=e.get(0).tagName;return gb.test(t)?ub(e):"div"===t.toLowerCase()?5:_b.test(t)?3:Tb.test(t)?-3:"th"===t.toLowerCase()?-5:0}function yb(e){var t=e.attr("class"),r=e.attr("id"),n=0;return r&&(db.test(r)&&(n+=25),Eb.test(r)&&(n-=25)),t&&(0===n&&(db.test(t)&&(n+=25),Eb.test(t)&&(n-=25)),pb.test(t)&&(n+=10),mb.test(t)&&(n+=25)),n}function vb(e,t,r){try{sb(e,0,bb(e,t)+r)}catch(e){}return e}function bb(e,t){var r=!(arguments.length>2&&void 0!==arguments[2])||arguments[2],n=ob(e);return n||(n=Ab(e),r&&(n+=yb(e)),function(e,t,r){var n=e.parent();n&&vb(n,t,.25*r)}(e,t,n),n)}function Sb(e){return e.trim().replace(/\s+/g," ").length}function Nb(e){var t=Sb(e.text()),r=Sb(e.find("a").text());return t>0?r/t:0===t&&r>0?1:0}function Ib(e,t){return t(Rv,e).each(function(e,r){var n=t(r);if(!(n.hasClass(Cv)||n.find(".".concat(Cv)).length>0)){var a=ob(n);a||sb(n,0,a=bb(n,t)),a<0?n.remove():function(e,t,r){if(!e.hasClass("entry-content-asset")){var n=sy(e.text());if(cb(n)<10){var a=t("p",e).length;if(t("input",e).length>a/3)return void e.remove();var i=n.length,o=t("img",e).length;if(i<25&&0===o)return void e.remove();var s=Nb(e);if(r<25&&s>.2&&i>75)return void e.remove();if(r>=25&&s>.5){var c=e.get(0).tagName.toLowerCase();if("ol"===c||"ul"===c){var l=e.prev();if(l&&":"===sy(l.text()).slice(-1))return}return void e.remove()}t("script",e).length>0&&i<150&&e.remove()}}}(n,t,a)}}),t}var Cb,wb,Ob,Db,Rb={exports:{}},Lb=re,kb=function(e,t){if(!Lb(e)||e._t!==t)throw TypeError("Incompatible receiver, "+t+" required!");return e},xb=te.f,Mb=Lt,Pb=Gi(),Bb=ee,Ub=Oa,Fb=Da.exports,Hb=aa,Gb=oa,qb=qi(),jb=oe,Yb=He.exports.fastKey,Wb=kb,$b=jb?"_s":"size",Vb=function(e,t){var r,n=Yb(t);if("F"!==n)return e._i[n];for(r=e._f;r;r=r.n)if(r.k==t)return r},zb={getConstructor:function(e,t,r,n){var a=e(function(e,i){Ub(e,a,t,"_i"),e._t=t,e._i=Mb(null),e._f=void 0,e._l=void 0,e[$b]=0,null!=i&&Fb(i,r,e[n],e)});return Pb(a.prototype,{clear:function(){for(var e=Wb(this,t),r=e._i,n=e._f;n;n=n.n)n.r=!0,n.p&&(n.p=n.p.n=void 0),delete r[n.i];e._f=e._l=void 0,e[$b]=0},delete:function(e){var r=Wb(this,t),n=Vb(r,e);if(n){var a=n.n,i=n.p;delete r._i[n.i],n.r=!0,i&&(i.n=a),a&&(a.p=i),r._f==n&&(r._f=a),r._l==n&&(r._l=i),r[$b]--}return!!n},forEach:function(e){Wb(this,t);for(var r,n=Bb(e,arguments.length>1?arguments[1]:void 0,3);r=r?r.n:this._f;)for(n(r.v,r.k,this);r&&r.r;)r=r.p},has:function(e){return!!Vb(Wb(this,t),e)}}),jb&&xb(a.prototype,"size",{get:function(){return Wb(this,t)[$b]}}),a},def:function(e,t,r){var n,a,i=Vb(e,t);return i?i.v=r:(e._l=i={i:a=Yb(t,!0),k:t,v:r,p:n=e._l,n:void 0,r:!1},e._f||(e._f=i),n&&(n.n=i),e[$b]++,"F"!==a&&(e._i[a]=i)),e},getEntry:Vb,setStrong:function(e,t,r){Hb(e,t,function(e,r){this._t=Wb(e,t),this._k=r,this._l=void 0},function(){for(var e=this,t=e._k,r=e._l;r&&r.r;)r=r.p;return e._t&&(e._l=r=r?r.n:e._t._f)?Gb(0,"keys"==t?r.k:"values"==t?r.v:[r.k,r.v]):(e._t=void 0,Gb(1))},r?"entries":"values",!r,!0),qb(t)}},Qb=re,Kb=At,Xb=Ke.exports("species"),Jb=function(e){var t;return Kb(e)&&("function"!=typeof(t=e.constructor)||t!==Array&&!Kb(t.prototype)||(t=void 0),Qb(t)&&null===(t=t[Xb])&&(t=void 0)),void 0===t?Array:t},Zb=ee,eS=h,tS=i,rS=A,nS=function(e,t){return new(Jb(e))(t)},aS=D.exports,iS=Oe,oS=He.exports,sS=ie,cS=ye,lS=Gi(),uS=Da.exports,hS=Oa,fS=re,pS=at,dS=te.f,mS=function(e,t){var r=1==e,n=2==e,a=3==e,i=4==e,o=6==e,s=5==e||o,c=t||nS;return function(t,l,u){for(var h,f,p=tS(t),d=eS(p),m=Zb(l,u,3),E=rS(d.length),g=0,_=r?c(t,E):n?c(t,0):void 0;E>g;g++)if((s||g in d)&&(f=m(h=d[g],g,p),e))if(r)_[g]=f;else if(f)switch(e){case 3:return!0;case 5:return h;case 6:return g;case 2:_.push(h)}else if(i)return!1;return o?-1:a||i?i:_}}(0),ES=oe,gS=zb,_S=kb;!function(e,t,r,n,a,i){var o=aS[e],s=o,c=a?"set":"add",l=s&&s.prototype,u={};ES&&"function"==typeof s&&(i||l.forEach&&!sS(function(){(new s).entries().next()}))?(s=t(function(t,r){hS(t,s,e,"_c"),t._c=new o,null!=r&&uS(r,a,t[c],t)}),mS("add,clear,delete,forEach,get,has,set,keys,values,entries,toJSON".split(","),function(e){var t="add"==e||"set"==e;!(e in l)||i&&"clear"==e||cS(s.prototype,e,function(r,n){if(hS(this,s,e),!t&&i&&!fS(r))return"get"==e&&void 0;var a=this._c[e](0===r?0:r,n);return t?this:a})}),i||dS(s.prototype,"size",{get:function(){return this._c.size}})):(s=n.getConstructor(t,e,a,c),lS(s.prototype,r),oS.NEED=!0),pS(s,e),u[e]=s,iS(iS.G+iS.W+iS.F,u),i||n.setStrong(s,e,a)}("Set",function(e){return function(){return e(this,arguments.length>0?arguments[0]:void 0)}},{add:function(e){return gS.def(_S(this,"Set"),e=0===e?0:e,e)}},gS);var TS=Oe;TS(TS.P+TS.R,"Set",{toJSON:function(){if(Db)return Ob;Db=1;var e=wa,t=function(){if(wb)return Cb;wb=1;var e=Da.exports;return Cb=function(t,r){var n=[];return e(t,!1,n.push,n,r),n},Cb}();return Ob=function(r){return function(){if(e(this)!=r)throw TypeError(r+"#toJSON isn't generic");return t(this)}},Ob}()("Set")});var AS;AS="Set",Oe(Oe.S,AS,{of:function(){for(var e=arguments.length,t=new Array(e);e--;)t[e]=arguments[e];return new this(t)}});var yS=Oe,vS=J,bS=ee,SS=Da.exports;!function(e){yS(yS.S,e,{from:function(e){var t,r,n,a,i=arguments[1];return vS(this),(t=void 0!==i)&&vS(i),null==e?new this:(r=[],t?(n=0,a=bS(i,arguments[2],2),SS(e,!1,function(e){r.push(a(e,n++))})):SS(e,!1,r.push,r),new this(r))}})}("Set");var NS=w.exports.Set;!function(e){e.exports=NS}(Rb);var IS=e(Rb.exports);function CS(e,t,r){return e.attribs?e.attribs[t]=r:e.attributes&&e.setAttribute(t,r),e}function wS(e,t,r){var n=e("base").attr("href");e("[".concat(r,"]")).each(function(e,a){var i=jv(a)[r];if(i){var o=ns.resolve(n||t,i);CS(a,r,o)}})}function OS(e,t,r){e("[srcset]",r).each(function(e,r){var n=jv(r).srcset;if(n){var a=n.match(/(?:\s*)(\S+(?:\s*[\d.]+[wx])?)(?:\s*,\s*)?/g);if(!a)return;var i=a.map(function(e){var r=e.trim().replace(/,$/,"").split(/\s+/);return r[0]=ns.resolve(t,r[0]),r.join(" ")});CS(r,"srcset",Vv(new IS(i)).join(", "))}})}function DS(e,t,r){return["href","src"].forEach(function(e){return wS(t,r,e)}),OS(t,r,e),e}var RS={exports:{}};!function(e){e.exports=jy}(RS);var LS=e(RS.exports),kS={exports:{}};!function(e){e.exports=Ln}(kS);var xS=e(kS.exports),MS={exports:{}};!function(e){e.exports=Ta}(MS);var PS=e(MS.exports),BS={exports:{}};!function(e){e.exports=xy}(BS);var US=e(BS.exports);function FS(e,t){var r=t("<span>".concat(e,"</span>")).text();return""===r?e:r}function HS(e,t){var r=void 0!==xS&&e[PS]||e["@@iterator"];if(!r){if(US(e)||(r=function(e,t){if(e){if("string"==typeof e)return GS(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?LS(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?GS(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,o=!0,s=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return o=e.done,e},e:function(e){s=!0,i=e},f:function(){try{o||null==r.return||r.return()}finally{if(s)throw i}}}}function GS(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function qS(e,t,r){var n,a=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],i=HS(t.filter(function(e){return-1!==r.indexOf(e)}));try{var o,s=function(){var t=n.value,r=e("meta[".concat("name",'="').concat(t,'"]')).map(function(t,r){return e(r).attr("value")}).toArray().filter(function(e){return""!==e});if(1===r.length){var i;if(a)i=FS(r[0],e);else i=$y(r,1)[0];return{v:i}}};for(i.s();!(n=i.n()).done;)if(o=s())return o.v}catch(e){i.e(e)}finally{i.f()}return null}function jS(e,t){var r=void 0!==xS&&e[PS]||e["@@iterator"];if(!r){if(US(e)||(r=function(e,t){if(e){if("string"==typeof e)return YS(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?LS(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?YS(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,o=!0,s=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return o=e.done,e},e:function(e){s=!0,i=e},f:function(){try{o||null==r.return||r.return()}finally{if(s)throw i}}}}function YS(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function WS(e,t){return!(e.children().length>t)&&!function(e){var t=e.parents().toArray().find(function(e){var t=jv(e),r=t.class,n=t.id;return"".concat(r," ").concat(n).includes("comment")});return void 0!==t}(e)}function $S(e,t){var r,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,a=!(arguments.length>3&&void 0!==arguments[3])||arguments[3],i=jS(t);try{for(i.s();!(r=i.n()).done;){var o=e(r.value);if(1===o.length){var s=e(o[0]);if(WS(s,n)){var c=void 0;if(c=a?s.text():s.html())return c}}}}catch(e){i.e(e)}finally{i.f()}return null}function VS(e){return e.text().trim().length>=100}var zS=new RegExp("https?://","i"),QS=".(png|gif|jpe?g)",KS=new RegExp("".concat(QS),"i"),XS=new RegExp("".concat(QS,"(\\?\\S+)?(\\s*[\\d.]+[wx])"),"i"),JS=["script","style","form"].join(",");function ZS(e){return e("img").each(function(t,r){var n=jv(r);Nv(n).forEach(function(t){var a=n[t];if("srcset"!==t&&zS.test(a)&&XS.test(a))e(r).attr("srcset",a);else if("src"!==t&&"srcset"!==t&&zS.test(a)&&KS.test(a)){var i=function(e){try{var t=JSON.parse(e).src;if("string"==typeof t)return t}catch(e){return!1}return!1}(a);i?e(r).attr("src",i):e(r).attr("src",a)}})}),e}function eN(e,t){return"comment"===t.type}function tN(e){return e(JS).remove(),e=function(e){return e.root().find("*").contents().filter(eN).remove(),e}(e)}var rN={create:function(e,t,r){var n=arguments,a=this;return Po(rs.mark(function i(){var o,s;return rs.wrap(function(i){for(;;)switch(i.prev=i.next){case 0:if(o=n.length>3&&void 0!==n[3]?n[3]:{},!t){i.next=1;break}s={body:t,response:{statusMessage:"OK",statusCode:200,headers:{"content-type":"text/html","content-length":500}},alreadyDecoded:!0},i.next=3;break;case 1:return i.next=2,Av(e,r,o);case 2:s=i.sent;case 3:if(!s.error){i.next=4;break}return s.failed=!0,i.abrupt("return",s);case 4:return i.abrupt("return",a.generateDoc(s));case 5:case"end":return i.stop()}},i)}))()},generateDoc:function(e){var t=e.body,r=e.response,n=e.alreadyDecoded,a=void 0!==n&&n,i=r.headers["content-type"],o=void 0===i?"":i;if(!o.includes("html")&&!o.includes("text"))throw new Error("Content does not appear to be text.");var s=this.encodeDoc({content:t,contentType:o,alreadyDecoded:a});if(0===s("body").children().length&&""===s("body").text().trim())throw new Error("No children, likely a bad parse.");return s=tN(s=ZS(s=function(e){return e=vv(e,"content","value"),vv(e,"property","name")}(s)))},encodeDoc:function(e){var t=e.content,r=e.contentType,n=e.alreadyDecoded;if(void 0!==n&&n)return iy(t);var a=Ky(r),i=t.toString("utf-8"),o=iy(i),s=o(Xy?"meta[http-equiv=content-type]":"meta[http-equiv=content-type i]").attr("content")||o("meta[charset]").attr("charset"),c=Ky(s);return s&&c!==a&&(i=t.toString("utf-8"),o=iy(i)),o}};function nN(e){return!!e.hostname}var aN,iN,oN={exports:{}};var sN=Oe;sN(sN.S+sN.F,"Object",{assign:function(){if(iN)return aN;iN=1;var e=oe,t=X,r=ut,n=pt(),a=i,o=h,s=Object.assign;return aN=!s||ie(function(){var e={},t={},r=Symbol(),n="abcdefghijklmnopqrst";return e[r]=7,n.split("").forEach(function(e){t[e]=e}),7!=s({},e)[r]||Object.keys(s({},t)).join("")!=n})?function(i,s){for(var c=a(i),l=arguments.length,u=1,h=r.f,f=n.f;l>u;)for(var p,d=o(arguments[u++]),m=h?t(d).concat(h(d)):t(d),E=m.length,g=0;E>g;)p=m[g++],e&&!f.call(d,p)||(c[p]=d[p]);return c}:s,aN}()});var cN=w.exports.Object.assign;!function(e){e.exports=cN}(oN);var lN=e(oN.exports),uN=function(e,t){return t.reduce(function(t,r){return t[r]=e,t},{})};function hN(e){return e.supportedDomains?uN(e,[e.domain].concat(Vv(e.supportedDomains))):uN(e,[e.domain])}var fN={};function pN(e){return e&&e.domain?(lN(fN,hN(e)),fN):{error:!0,message:"Unable to add custom extractor. Invalid parameters."}}var dN={domain:"blogspot.com",content:{selectors:[".post-content noscript"],clean:[],transforms:{noscript:"div"}},author:{selectors:[".post-author-name"]},title:{selectors:[".post h2.title"]},date_published:{selectors:["span.publishdate"]}},mN={domain:"nymag.com",content:{selectors:["div.article-content","section.body","article.article"],clean:[".ad",".single-related-story"],transforms:{h1:"h2",noscript:function(e,t){var r=e.html();if(!r)return null;var n=t.load?t.load(r,null,!1):t("<div>".concat(r,"</div>")),a=t.load?n("*"):n.children();return 1===a.length&&void 0!==a.get(0)&&"img"===a.get(0).tagName.toLowerCase()?"figure":null}}},title:{selectors:["h1.lede-feature-title","h1.headline-primary","h1"]},author:{selectors:[".by-authors",".lede-feature-author"]},dek:{selectors:[".lede-feature-teaser"]},date_published:{selectors:[["time.article-timestamp[datetime]","datetime"],"time.article-timestamp"]}},EN={domain:"www.apartmenttherapy.com",title:{selectors:["h1.headline"]},author:{selectors:[".PostByline__name"]},content:{selectors:["div.post__content"],transforms:{'div[data-render-react-id="images/LazyPicture"]':function(e,t){var r=JSON.parse(e.attr("data-props")).sources[0].src,n=t("<img />").attr("src",r);e.replaceWith(n)}},clean:[]},date_published:{selectors:[[".PostByline__timestamp[datetime]","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[]},next_page_url:{selectors:[]},excerpt:{selectors:[]}},gN={domain:"medium.com",title:{selectors:["h1",['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},content:{selectors:["article"],transforms:{"section span:first-of-type":function(e){var t=e.html();1===t.length&&/^[a-zA-Z()]+$/.test(t)&&e.replaceWith(t)},iframe:function(e){var t=/https:\/\/i.embed.ly\/.+url=https:\/\/i\.ytimg\.com\/vi\/(\w+)\//,r=decodeURIComponent(e.attr("data-thumbnail")),n=e.parents("figure");if(t.test(r)){var a=$y(r.match(t),2);a[0];var i=a[1];e.attr("src","https://www.youtube.com/embed/".concat(i));var o=n.find("figcaption");n.empty().append([e,o])}else n.remove()},figure:function(e){if(!(e.find("iframe").length>0)){var t=e.find("img").slice(-1)[0],r=e.find("figcaption");e.empty().append([t,r])}},img:function(e){Cy(e.attr("width"),10)<100&&e.remove()}},clean:["span a","svg"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:null,next_page_url:{selectors:[]},excerpt:{selectors:[]}},_N={domain:"www.msnbc.com",title:{selectors:["h1","h1.is-title-pane"]},author:{selectors:[".byline-name",".author"]},date_published:{selectors:[['meta[itemprop="datePublished"]',"value"],['meta[name="DC.date.issued"]',"value"]]},dek:{selectors:[['meta[name="description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-body__content",".pane-node-body"],transforms:{".pane-node-body":function(e,t){var r=$y(_N.lead_image_url.selectors[0],2),n=r[0],a=r[1],i=t(n).attr(a);i&&e.prepend('<img src="'.concat(i,'" />'))}},clean:[]}},TN={domain:"genius.com",title:{selectors:["h1"]},author:{selectors:["h2 a"]},date_published:{selectors:[["meta[itemprop=page_data]","value",function(e){return JSON.parse(e).song.release_date}]]},dek:{selectors:[]},lead_image_url:{selectors:[["meta[itemprop=page_data]","value",function(e){return JSON.parse(e).song.album.cover_art_url}]]},content:{selectors:[".lyrics"],transforms:{},clean:[]}},AN={domain:"wired.jp",title:{selectors:['h1[data-testid="ContentHeaderHed"]',"h1.post-title"]},author:{selectors:[['meta[name="article:author"]',"value"],'p[itemprop="author"]']},date_published:{selectors:[['meta[name="article:published_time"]',"value"],["time","datetime"]]},dek:{selectors:['div[class^="ContentHeaderDek"]',".post-intro"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:['div[data-attribute-verso-pattern="article-body"]',"article.article-detail"],transforms:{"img[data-original]":function(e){var t=e.attr("data-original"),r=e.attr("src"),n=ns.resolve(r,t);e.attr("src",n)}},clean:[".post-category","time","h1.post-title",".social-area-syncer"]}},yN={domain:"www.abendblatt.de",title:{selectors:["h2.article__header__headline"]},author:{selectors:["span.author-info__name-text"]},date_published:{selectors:[["time.teaser-stream-time","datetime"],["time.article__header__date","datetime"]]},dek:{selectors:[['meta[name="description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article__body"],transforms:{p:function(e){if(!e.hasClass("obfuscated"))return null;for(var t="",r=0,n=e.text();r<n.length;r+=1){var a=n.charCodeAt(r);177===a?t+="%":178===a?t+="!":180===a?t+=";":181===a?t+="=":32===a?t+=" ":10===a?t+="\n":a>33&&(t+=String.fromCharCode(a-1))}return e.html(t),e.removeClass("obfuscated"),e.addClass("deobfuscated"),null},div:function(e){if(!e.hasClass("obfuscated"))return null;for(var t="",r=0,n=e.text();r<n.length;r+=1){var a=n.charCodeAt(r);177===a?t+="%":178===a?t+="!":180===a?t+=";":181===a?t+="=":32===a?t+=" ":10===a?t+="\n":a>33&&(t+=String.fromCharCode(a-1))}return e.html(t),e.removeClass("obfuscated"),e.addClass("deobfuscated"),null}},clean:[]}},vN={domain:"www.1pezeshk.com",title:{selectors:[['meta[name="og:title"]',"value"],"h1.post-title"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[[".featured-area img","src"]]},content:{selectors:["article > .entry-content"],transforms:{img:function(e){e.src=decodeURIComponent(e.src)}},clean:[]}};function bN(e){e.text().startsWith("Affiliate links on Android Authority may earn us a commission.")&&e.remove()}var SN={domain:"www.androidauthority.com",title:{selectors:[['meta[name="og:title"]',"value"],"h1"]},author:{selectors:["button.d_ic"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],transforms:{div:function(e){bN(e)},p:function(e){e.text().startsWith("Published on")&&e.remove(),bN(e)},ol:function(e){e.attr("class","mercury-parser-keep")},h2:function(e){return e.attr("class","mercury-parser-keep")},h3:function(e){(function(e){return e.parent().children().find("button:not(:has(picture))").length>0&&(e.parent().remove(),!0)})(e)||e.attr("class","mercury-parser-keep")}},clean:["h1 + div","picture + div"]}},NN={domain:"www.se.pl",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".article_author:first-of-type"]},date_published:{selectors:["#timezone"],timezone:"Europe/Warsaw"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:["#timezone",".author",".article__author__croppimg",".article_authors_with_thumbnail",".related_articles__elements",".gl_plugin.socials",".gl_plugin.player",".gl_plugin.video_player",".gl_plugin + video"]}};function IN(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function CN(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?IN(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):IN(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}var wN=CN(CN({},NN),{},{domain:"sport.se.pl"});function ON(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function DN(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ON(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):ON(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}var RN=DN(DN({},NN),{},{domain:"polityka.se.pl"});function LN(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function kN(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?LN(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):LN(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}var xN=kN(kN({},NN),{},{domain:"szczecin.se.pl"});function MN(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function PN(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?MN(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):MN(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}var BN=PN(PN({},NN),{},{domain:"superbiz.se.pl"});function UN(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function FN(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?UN(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):UN(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}var HN=FN(FN({},NN),{},{domain:"portalobronny.se.pl"});function GN(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function qN(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?GN(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):GN(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}var jN=qN(qN({},NN),{},{domain:"lodz.se.pl"});function YN(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function WN(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?YN(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):YN(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}var $N=WN(WN({},NN),{},{domain:"wroclaw.se.pl"});function VN(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function zN(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?VN(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):VN(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}var QN=zN(zN({},NN),{},{domain:"lublin.se.pl"});function KN(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function XN(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?KN(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):KN(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}var JN=XN(XN({},NN),{},{domain:"bialystok.se.pl"}),ZN={domain:"www.polygon.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")},h3:function(e){return e.attr("class","mercury-parser-keep")},img:function(e){var t=e.attr("srcset"),r=$y((t||"").split(","),1)[0];r&&e.parent().replaceWith('<figure><img srcset="'.concat(t,'" src="').concat(r,'"/></figure>'))}},clean:["cite",".duet--ad--native-ad-rail",".duet--layout--rail",".duet--article--table-of-contents"]}},eI={domain:"www.theverge.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#zephr-anchor","article"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")},h3:function(e){return e.attr("class","mercury-parser-keep")},h4:function(e){return e.attr("class","mercury-parser-keep")},img:function(e){var t=e.attr("srcset"),r=$y((t||"").split(","),1)[0];r&&e.parent().replaceWith('<figure><img srcset="'.concat(t,'" src="').concat(r,'"/></figure>'))}},clean:[]}},tI=Object.freeze({__proto__:null,BloggerExtractor:dN,NYMagExtractor:mN,WikipediaExtractor:{domain:"wikipedia.org",content:{selectors:["#mw-content-text"],defaultCleaner:!1,transforms:{".infobox img":function(e){var t=e.parents(".infobox");0===t.children("img").length&&t.prepend(e)},".infobox caption":"figcaption",".infobox":"figure"},clean:[".mw-editsection","figure tr, figure td, figure tbody","#toc",".navbox"]},author:"Wikipedia Contributors",title:{selectors:["h2.title"]},date_published:{selectors:["#footer-info-lastmod"]}},TwitterExtractor:{domain:"twitter.com",content:{transforms:{".permalink[role=main]":function(e,t){var r=e.find(".tweet"),n=t('<div id="TWEETS_GO_HERE"></div>');n.append(r),e.replaceWith(n)},s:"span"},selectors:[".permalink[role=main]"],defaultCleaner:!1,clean:[".stream-item-footer","button",".tweet-details-fixer"]},author:{selectors:[".tweet.permalink-tweet .username"]},date_published:{selectors:[[".permalink-tweet ._timestamp[data-time-ms]","data-time-ms"]]}},NYTimesExtractor:{domain:"www.nytimes.com",title:{selectors:['h1[data-testid="headline"]',"h1.g-headline",'h1[itemprop="headline"]',"h1.headline","h1 .balancedHeadline"]},author:{selectors:[['meta[name="author"]',"value"],".g-byline",".byline",['meta[name="byl"]',"value"]]},content:{selectors:["div.g-blocks",'section[name="articleBody"]',"article#story"],transforms:{"img.g-lazy":function(e){var t=e.attr("src");t=t.replace("{{size}}",640),e.attr("src",t)}},clean:[".ad","header#story-header",".story-body-1 .lede.video",".visually-hidden","#newsletter-promo",".promo",".comments-button",".hidden",".comments",".supplemental",".nocontent",".story-footer-links"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],['meta[name="article:published"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:null,next_page_url:null,excerpt:null},TheAtlanticExtractor:{domain:"www.theatlantic.com",title:{selectors:["h1",".c-article-header__hed"]},author:{selectors:[['meta[name="author"]',"value"],".c-byline__author"]},content:{selectors:["article",".article-body"],transforms:[],clean:[".partner-box",".callout",".c-article-writer__image",".c-article-writer__content",".c-letters-cta__text",".c-footer__logo",".c-recirculation-link",".twitter-tweet"]},dek:{selectors:[['meta[name="description"]',"value"]]},date_published:{selectors:[['time[itemprop="datePublished"]',"datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},next_page_url:null,excerpt:null},NewYorkerExtractor:{domain:"www.newyorker.com",title:{selectors:['h1[class^="content-header"]','h1[class^="ArticleHeader__hed"]','h1[class*="ContentHeaderHed"]',['meta[name="og:title"]',"value"]]},author:{selectors:['article header div[class^="BylinesWrapper"]',['meta[name="article:author"]',"value"],'div[class^="ArticleContributors"] a[rel="author"]','article header div[class*="Byline__multipleContributors"]']},content:{selectors:[".article__body","article.article.main-content",'main[class^="Layout__content"]'],transforms:{".caption__text":"figcaption",".caption__credit":"figcaption"},clean:['footer[class^="ArticleFooter__footer"]',"aside"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],"time.content-header__publish-date",['meta[name="pubdate"]',"value"]],timezone:"America/New_York"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:['div[class^="ContentHeaderDek"]',"div.content-header__dek",'h2[class^="ArticleHeader__dek"]',['meta[name="description"]',"value"]]},next_page_url:null,excerpt:null},WiredExtractor:{domain:"www.wired.com",title:{selectors:['h1[data-testId="ContentHeaderHed"]']},author:{selectors:[['meta[name="article:author"]',"value"],'a[rel="author"]']},content:{selectors:["article.article.main-content","article.content"],transforms:[],clean:[".visually-hidden","figcaption img.photo",".alert-message"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[]},next_page_url:null,excerpt:null},MSNExtractor:{domain:"www.msn.com",title:{selectors:["h1"]},author:{selectors:["span.authorname-txt"]},content:{selectors:["div.richtext"],transforms:[],clean:["span.caption"]},date_published:{selectors:["span.time"]},lead_image_url:{selectors:[]},dek:{selectors:[]},next_page_url:null,excerpt:null},YahooExtractor:{domain:"www.yahoo.com",title:{selectors:["header.canvas-header"]},author:{selectors:["span.provider-name"]},content:{selectors:[".content-canvas"],transforms:[],clean:[".figure-caption"]},date_published:{selectors:[["time.date[datetime]","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[]},next_page_url:null,excerpt:null},BuzzfeedExtractor:{domain:"www.buzzfeed.com",supportedDomains:["www.buzzfeednews.com"],title:{selectors:["h1.embed-headline-title"]},author:{selectors:['a[data-action="user/username"]',"byline__author",['meta[name="author"]',"value"]]},content:{selectors:[['div[class^="featureimage_featureImageWrapper"]',".js-subbuzz-wrapper"],[".js-subbuzz-wrapper"]],defaultCleaner:!1,transforms:{h2:"b","div.longform_custom_header_media":function(e){return e.has("img")&&e.has(".longform_header_image_source")?"figure":null},"figure.longform_custom_header_media .longform_header_image_source":"figcaption"},clean:[".instapaper_ignore",".suplist_list_hide .buzz_superlist_item .buzz_superlist_number_inline",".share-box",".print",".js-inline-share-bar",".js-ad-placement"]},date_published:{selectors:[["time[datetime]","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[".embed-headline-description"]},next_page_url:null,excerpt:null},WikiaExtractor:{domain:"fandom.wikia.com",title:{selectors:["h1.entry-title"]},author:{selectors:[".author vcard",".fn"]},content:{selectors:[".grid-content",".entry-content"],transforms:[],clean:[]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[]},next_page_url:null,excerpt:null},LittleThingsExtractor:{domain:"www.littlethings.com",title:{selectors:['h1[class*="PostHeader"]',"h1.post-title"]},author:{selectors:['div[class^="PostHeader__ScAuthorNameSection"]',['meta[name="author"]',"value"]]},content:{selectors:['section[class*="PostMainArticle"]',".mainContentIntro",".content-wrapper"],transforms:[],clean:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},next_page_url:null,excerpt:null},PoliticoExtractor:{domain:"www.politico.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['div[itemprop="author"] meta[itemprop="name"]',"value"],".story-meta__authors .vcard",".story-main-content .byline .vcard"]},content:{selectors:[[".story-text"],".story-main-content",".story-core"],transforms:[],clean:["figcaption",".story-meta",".ad"]},date_published:{selectors:[['time[itemprop="datePublished"]',"datetime"],[".story-meta__details time[datetime]","datetime"],[".story-main-content .timestamp time[datetime]","datetime"]],timezone:"America/New_York"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[['meta[name="og:description"]',"value"]]}},DeadspinExtractor:{domain:"deadspin.com",supportedDomains:["jezebel.com","lifehacker.com","kotaku.com","gizmodo.com","jalopnik.com","kinja.com","avclub.com","clickhole.com","splinternews.com","theonion.com","theroot.com","thetakeout.com","theinventory.com"],title:{selectors:["header h1","h1.headline"]},author:{selectors:['a[data-ga*="Author"]',".author"]},content:{selectors:[".js_post-content",".post-content",".entry-content"],transforms:{'iframe.lazyload[data-recommend-id^="youtube://"]':function(e){var t=e.attr("id").split("youtube-")[1];e.attr("src","https://www.youtube.com/embed/".concat(t))}},clean:[".magnifier",".lightbox"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],["time.updated[datetime]","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[]},next_page_url:{selectors:[]},excerpt:{selectors:[]}},BroadwayWorldExtractor:{domain:"www.broadwayworld.com",title:{selectors:["h1[itemprop=headline]","h1.article-title"]},author:{selectors:["span[itemprop=author]"]},content:{selectors:["div[itemprop=articlebody]"],transforms:{},clean:[]},date_published:{selectors:[["meta[itemprop=datePublished]","value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[]},next_page_url:{selectors:[]},excerpt:{selectors:[]}},ApartmentTherapyExtractor:EN,MediumExtractor:gN,WwwTmzComExtractor:{domain:"www.tmz.com",title:{selectors:[".post-title-breadcrumb","h1",".headline"]},author:"TMZ STAFF",date_published:{selectors:[".article__published-at",".article-posted-date"],timezone:"America/Los_Angeles"},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article__blocks",".article-content",".all-post-body"],transforms:{},clean:[".lightbox-link"]}},WwwWashingtonpostComExtractor:{domain:"www.washingtonpost.com",title:{selectors:["h1","#topper-headline-wrapper"]},author:{selectors:[".pb-author-name"]},date_published:{selectors:[['.author-timestamp[itemprop="datePublished"]',"content"]]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-body"],transforms:{"div.inline-content":function(e){return e.has("img,iframe,video").length>0?"figure":(e.remove(),null)},".pb-caption":"figcaption"},clean:[".interstitial-link",".newsletter-inline-unit"]}},WwwHuffingtonpostComExtractor:{domain:"www.huffingtonpost.com",title:{selectors:["h1.headline__title"]},author:{selectors:["span.author-card__details__name"]},date_published:{selectors:[['meta[name="article:modified_time"]',"value"],['meta[name="article:published_time"]',"value"]]},dek:{selectors:["h2.headline__subtitle"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.entry__body"],defaultCleaner:!1,transforms:{},clean:[".pull-quote",".tag-cloud",".embed-asset",".below-entry",".entry-corrections","#suggested-story"]}},NewrepublicComExtractor:{domain:"newrepublic.com",title:{selectors:["h1.article-headline"]},author:{selectors:["span.AuthorList"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:["h2.article-subhead"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[["div.article-body"]],transforms:{},clean:["aside"]}},MoneyCnnComExtractor:{domain:"money.cnn.com",title:{selectors:[".article-title"]},author:{selectors:[['meta[name="author"]',"value"],".byline a"]},date_published:{selectors:[['meta[name="date"]',"value"]],timezone:"GMT"},dek:{selectors:["#storytext h2"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#storytext"],transforms:{},clean:[".inStoryHeading"]}},WwwCnnComExtractor:{domain:"www.cnn.com",title:{selectors:["h1.pg-headline","h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[[".media__video--thumbnail",".zn-body-text"],".zn-body-text",'div[itemprop="articleBody"]'],transforms:{".zn-body__paragraph, .el__leafmedia--sourced-paragraph":function(e){return e.html()?"p":null},".zn-body__paragraph":function(e){e.has("a")&&e.text().trim()===e.find("a").text().trim()&&e.remove()},".media__video--thumbnail":"figure"},clean:[]}},WwwAolComExtractor:{domain:"www.aol.com",title:{selectors:["h1.p-article__title"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[".p-article__byline__date"],timezone:"America/New_York"},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-content"],transforms:{},clean:[]}},WwwYoutubeComExtractor:{domain:"www.youtube.com",title:{selectors:[['meta[name="title"]',"value"],".watch-title","h1.watch-title-container"]},author:{selectors:[['link[itemprop="name"]',"content"],".yt-user-info"]},date_published:{selectors:[['meta[itemProp="datePublished"]',"value"]]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{defaultCleaner:!1,selectors:["#player-container-outer","ytd-expandable-video-description-body-renderer #description",["#player-api","#description"]],transforms:{"#player-api":function(e,t){var r=t('meta[itemProp="videoId"]').attr("value");e.html('\n <iframe src="https://www.youtube.com/embed/'.concat(r,'" frameborder="0" allowfullscreen></iframe>'))},"#player-container-outer":function(e,t){var r=t('meta[itemProp="videoId"]').attr("value"),n=t('meta[itemProp="description"]').attr("value");e.html('\n <iframe src="https://www.youtube.com/embed/'.concat(r,'" frameborder="0" allowfullscreen></iframe>\n <div><span>').concat(n,"</span></div>"))}},clean:[]}},WwwTheguardianComExtractor:{domain:"www.theguardian.com",title:{selectors:["h1",".content__headline"]},author:{selectors:['address[data-link-name="byline"]',"p.byline"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:['div[data-gu-name="standfirst"]',".content__standfirst"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#maincontent",".content__article-body"],transforms:{},clean:[".hide-on-mobile",".inline-icon"]}},WwwSbnationComExtractor:{domain:"www.sbnation.com",title:{selectors:["h1.c-page-title"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:["p.c-entry-summary.p-dek","h2.c-entry-summary.p-dek"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.c-entry-content"],transforms:{},clean:[]}},WwwBloombergComExtractor:{domain:"www.bloomberg.com",title:{selectors:[".lede-headline","h1.article-title",'h1[class^="headline"]',"h1.lede-text-only__hed"]},author:{selectors:[['meta[name="parsely-author"]',"value"],".byline-details__link",".bydek",".author",'p[class*="author"]']},date_published:{selectors:[["time.published-at","datetime"],["time[datetime]","datetime"],['meta[name="date"]',"value"],['meta[name="parsely-pub-date"]',"value"],['meta[name="parsely-pub-date"]',"content"]]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"],['meta[name="og:image"]',"content"]]},content:{selectors:[".article-body__content",".body-content",["section.copy-block"],".body-copy"],transforms:{},clean:[".inline-newsletter",".page-ad"]}},WwwBustleComExtractor:{domain:"www.bustle.com",title:{selectors:["h1","h1.post-page__title"]},author:{selectors:['a[href*="profile"]',"div.content-meta__author"]},date_published:{selectors:[["time","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article",".post-page__body"],transforms:{},clean:[]}},WwwNprOrgExtractor:{domain:"www.npr.org",title:{selectors:["h1",".storytitle"]},author:{selectors:["p.byline__name.byline__name--block"]},date_published:{selectors:[[".dateblock time[datetime]","datetime"],['meta[name="date"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"],['meta[name="twitter:image:src"]',"value"]]},content:{selectors:[".storytext"],transforms:{".bucketwrap.image":"figure",".bucketwrap.image .credit-caption":"figcaption"},clean:["div.enlarge_measure"]}},WwwRecodeNetExtractor:{domain:"www.recode.net",title:{selectors:["h1.c-page-title"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:["h2.c-entry-summary.p-dek"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[["figure.e-image--hero",".c-entry-content"],".c-entry-content"],transforms:{},clean:[]}},QzComExtractor:{domain:"qz.com",title:{selectors:["article header h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],["time[datetime]","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"],['meta[property="og:image"]',"content"],['meta[name="twitter:image"]',"content"]]},content:{selectors:["#article-content"],transforms:{},clean:[]}},WwwDmagazineComExtractor:{domain:"www.dmagazine.com",title:{selectors:["h1.story__title"]},author:{selectors:[".story__info .story__info__item:first-child"]},date_published:{selectors:[".story__info"],timezone:"America/Chicago",format:"MMMM D, YYYY h:mm a"},dek:{selectors:[".story__subhead"]},lead_image_url:{selectors:[["article figure a:first-child","href"]]},content:{selectors:[".story__content"],transforms:{},clean:[]}},WwwReutersComExtractor:{domain:"www.reuters.com",title:{selectors:['h1[class*="ArticleHeader-headline-"]',"h1.article-headline"]},author:{selectors:[['meta[name="og:article:author"]',"value"],".author"]},date_published:{selectors:[['meta[name="og:article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.ArticleBodyWrapper","#article-text"],transforms:{".article-subtitle":"h4"},clean:['div[class^="ArticleBody-byline-container-"]',"#article-byline .author"]}},MashableComExtractor:{domain:"mashable.com",title:{selectors:["header h1","h1.title"]},author:{selectors:[['meta[name="article:author"]',"value"],"span.author_name a"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#article","section.article-content.blueprint"],transforms:{".image-credit":"figcaption"},clean:[]}},WwwChicagotribuneComExtractor:{domain:"www.chicagotribune.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:["div.article_byline span:first-of-type"]},date_published:{selectors:["time"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article"],transforms:{},clean:[]}},WwwVoxComExtractor:{domain:"www.vox.com",title:{selectors:["h1.c-page-title"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[".p-dek"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[["figure.e-image--hero",".c-entry-content"],".c-entry-content"],transforms:{"figure .e-image__image noscript":function(e){var t=e.html();e.parents(".e-image__image").find(".c-dynamic-image").replaceWith(t)},"figure .e-image__meta":"figcaption"},clean:[]}},NewsNationalgeographicComExtractor:{domain:"news.nationalgeographic.com",title:{selectors:["h1","h1.main-title"]},author:{selectors:[".byline-component__contributors b span"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]],format:"ddd MMM D HH:mm:ss zz YYYY",timezone:"EST"},dek:{selectors:[".article__deck"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[[".parsys.content",".__image-lead__"],".content"],transforms:{".parsys.content":function(e,t){var r=e.find(".image.parbase.section").find(".picturefill").first().data("platform-src");r&&e.prepend(t('<img class="__image-lead__" src="'.concat(r,'"/>')))}},clean:[".pull-quote.pull-quote--large"]}},WwwNationalgeographicComExtractor:{domain:"www.nationalgeographic.com",title:{selectors:["h1","h1.main-title"]},author:{selectors:[".byline-component__contributors b span"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[".Article__Headline__Desc",".article__deck"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["section.Article__Content",[".parsys.content",".__image-lead__"],".content"],transforms:{".parsys.content":function(e,t){var r=e.children().first();if(r.hasClass("imageGroup")){var n=r.find(".media--medium__container").children().first(),a=n.data("platform-image1-path"),i=n.data("platform-image2-path");i&&a&&e.prepend(t('<div class="__image-lead__">\n <img src="'.concat(a,'"/>\n <img src="').concat(i,'"/>\n </div>')))}else{var o=e.find(".image.parbase.section").find(".picturefill").first().data("platform-src");o&&e.prepend(t('<img class="__image-lead__" src="'.concat(o,'"/>')))}}},clean:[".pull-quote.pull-quote--small"]}},WwwLatimesComExtractor:{domain:"www.latimes.com",title:{selectors:["h1.headline",".trb_ar_hl"]},author:{selectors:['a[data-click="standardBylineAuthorName"]',['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],['meta[itemprop="datePublished"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".page-article-body",".trb_ar_main"],transforms:{".trb_ar_la":function(e){var t=e.find("figure");e.replaceWith(t)}},clean:[".trb_ar_by",".trb_ar_cr"]}},PagesixComExtractor:{domain:"pagesix.com",supportedDomains:["nypost.com"],title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".byline"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[['meta[name="description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[["#featured-image-wrapper",".entry-content"],".entry-content"],transforms:{"#featured-image-wrapper":"figure",".wp-caption-text":"figcaption"},clean:[".modal-trigger"]}},ThefederalistpapersOrgExtractor:{domain:"thefederalistpapers.org",title:{selectors:["h1.entry-title"]},author:{selectors:[".author-meta-title","main span.entry-author-name"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".content"],transforms:{},clean:["header",".article-sharing",".after-article",".type-commenting",".more-posts",["p[style]"]]}},WwwCbssportsComExtractor:{domain:"www.cbssports.com",title:{selectors:[".Article-headline",".article-headline"]},author:{selectors:[".ArticleAuthor-nameText",".author-name"]},date_published:{selectors:[['meta[itemprop="datePublished"]',"value"]],timezone:"UTC"},dek:{selectors:[".Article-subline",".article-subline"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article"],transforms:{},clean:[]}},WwwMsnbcComExtractor:_N,WwwThepoliticalinsiderComExtractor:{domain:"www.thepoliticalinsider.com",title:{selectors:[['meta[name="sailthru.title"]',"value"]]},author:{selectors:[['meta[name="sailthru.author"]',"value"]]},date_published:{selectors:[['meta[name="sailthru.date"]',"value"]],timezone:"America/New_York"},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div#article-body"],transforms:{},clean:[]}},WwwMentalflossComExtractor:{domain:"www.mentalfloss.com",title:{selectors:[['meta[name="og:title"]',"value"],"h1.title",".title-group",".inner"]},author:{selectors:['a[data-vars-label*="authors"]',".field-name-field-enhanced-authors"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],".date-display-single"],timezone:"America/New_York"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article main","div.field.field-name-body"],transforms:{},clean:["small"]}},AbcnewsGoComExtractor:{domain:"abcnews.go.com",title:{selectors:['div[class*="Article_main__body"] h1',".article-header h1"]},author:{selectors:[".ShareByline span:nth-child(2)",".authors"],clean:[".author-overlay",".by-text"]},date_published:{selectors:[".ShareByline",".timestamp"],format:"MMMM D, YYYY h:mm a",timezone:"America/New_York"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article",".article-copy"],transforms:{},clean:[]}},WwwNydailynewsComExtractor:{domain:"www.nydailynews.com",title:{selectors:["h1.headline","h1#ra-headline"]},author:{selectors:[".article_byline span",['meta[name="parsely-author"]',"value"]]},date_published:{selectors:["time",['meta[name="sailthru.date"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article","article#ra-body"],transforms:{},clean:["dl#ra-tags",".ra-related","a.ra-editor","dl#ra-share-bottom"]}},WwwCnbcComExtractor:{domain:"www.cnbc.com",title:{selectors:["h1.title","h1.ArticleHeader-headline"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div#article_body.content","div.story","div.ArticleBody-articleBody"],transforms:{},clean:[]}},WwwPopsugarComExtractor:{domain:"www.popsugar.com",title:{selectors:["h2.post-title","title-text"]},author:{selectors:[['meta[name="article:author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#content"],transforms:{},clean:[".share-copy-title",".post-tags",".reactions"]}},ObserverComExtractor:{domain:"observer.com",title:{selectors:["h1.entry-title"]},author:{selectors:[".author",".vcard"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:["h2.dek"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.entry-content"],transforms:{},clean:[]}},PeopleComExtractor:{domain:"people.com",title:{selectors:[".article-header h1",['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="sailthru.author"]',"value"],"a.author.url.fn"]},date_published:{selectors:[".mntl-attribution__item-date",['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[".article-header h2"]},content:{selectors:['div[class^="loc article-content"]',"div.article-body__inner"],transforms:{},clean:[]}},WwwUsmagazineComExtractor:{domain:"www.usmagazine.com",title:{selectors:["header h1"]},author:{selectors:["a.author","a.article-byline.tracked-offpage"]},date_published:{timezone:"America/New_York",selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article-content"],transforms:{},clean:[".module-related"]}},WwwRollingstoneComExtractor:{domain:"www.rollingstone.com",title:{selectors:["h1.l-article-header__row--title","h1.content-title"]},author:{selectors:["a.c-byline__link","a.content-author.tracked-offpage"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],"time.content-published-date"],timezone:"America/New_York"},dek:{selectors:["h2.l-article-header__row--lead",".content-description"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".l-article-content",[".lead-container",".article-content"],".article-content"],transforms:{},clean:[".c-related-links-wrapper",".module-related"]}},twofortysevensportsComExtractor:{domain:"247sports.com",title:{selectors:["title","article header h1"]},author:{selectors:[".article-cnt__author",".author"]},date_published:{selectors:[["time[data-published]","data-published"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-body","section.body.article"],transforms:{},clean:[]}},UproxxComExtractor:{domain:"uproxx.com",title:{selectors:["div.entry-header h1"]},author:{selectors:[['meta[name="qc:author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".entry-content"],transforms:{"div.image":"figure","div.image .wp-media-credit":"figcaption"},clean:[]}},WwwEonlineComExtractor:{domain:"www.eonline.com",title:{selectors:["h1.article-detail__title","h1.article__title"]},author:{selectors:[".article-detail__meta__author",".entry-meta__author a"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],['meta[itemprop="datePublished"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[[".article-detail__main-content section"],[".post-content section, .post-content div.post-content__image"]],transforms:{"div.post-content__image":"figure","div.post-content__image .image__credits":"figcaption"},clean:[]}},WwwMiamiheraldComExtractor:{domain:"www.miamiherald.com",title:{selectors:["h1.title"]},date_published:{selectors:["p.published-date"],timezone:"America/New_York"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.dateline-storybody"],transforms:{},clean:[]}},WwwRefinery29ComExtractor:{domain:"www.refinery29.com",title:{selectors:["h1.title"]},author:{selectors:[".contributor"]},date_published:{selectors:[['meta[name="sailthru.date"]',"value"]],timezone:"America/New_York"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[[".full-width-opener",".article-content"],".article-content",".body"],transforms:{"div.loading noscript":function(e){var t=e.html();e.parents(".loading").replaceWith(t)},".section-image":"figure",".section-image .content-caption":"figcaption",".section-text":"p"},clean:[".story-share"]}},WwwMacrumorsComExtractor:{domain:"www.macrumors.com",title:{selectors:["h1","h1.title"]},author:{selectors:['article a[rel="author"]',".author-url"]},date_published:{selectors:[["time","datetime"]],timezone:"America/Los_Angeles"},dek:{selectors:[['meta[name="description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article",".article"],transforms:{},clean:[]}},WwwAndroidcentralComExtractor:{domain:"www.androidcentral.com",title:{selectors:["h1","h1.main-title"]},author:{selectors:[['meta[name="parsely-author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[['meta[name="description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#article-body"],transforms:{},clean:[".intro","blockquote"]}},WwwSiComExtractor:{domain:"www.si.com",title:{selectors:["h1","h1.headline"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="published"]',"value"]],timezone:"America/New_York"},dek:{selectors:[".m-detail-header--dek"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".m-detail--body",["p",".marquee_large_2x",".component.image"]],transforms:{noscript:function(e){var t=e.children();return 1===t.length&&"img"===t.get(0).tagName?"figure":null}},clean:[[".inline-thumb",".primary-message",".description",".instructions"]]}},WwwRawstoryComExtractor:{domain:"www.rawstory.com",title:{selectors:[['meta[name="og:title"]',"value"],".blog-title"]},author:{selectors:["div.main-post-head .social-author__name",".blog-author a:first-of-type"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],".blog-author a:last-of-type"],timezone:"EST"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".post-body",".blog-content"],transforms:{},clean:[]}},WwwCnetComExtractor:{domain:"www.cnet.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:["span.author","a.author"]},date_published:{selectors:["time"],timezone:"America/Los_Angeles"},dek:{selectors:[".c-head_dek",".article-dek"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[["img.__image-lead__",".article-main-body"],".article-main-body"],transforms:{"figure.image":function(e){var t=e.find("img");t.attr("width","100%"),t.attr("height","100%"),t.addClass("__image-lead__"),e.remove(".imgContainer").prepend(t)}},clean:[]}},WwwTodayComExtractor:{domain:"www.today.com",title:{selectors:["h1.article-hero-headline__htag","h1.entry-headline"]},author:{selectors:["span.byline-name",['meta[name="author"]',"value"]]},date_published:{selectors:["time[datetime]",['meta[name="DC.date.issued"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article-body__content",".entry-container"],transforms:{},clean:[".label-comment"]}},WwwAlComExtractor:{domain:"www.al.com",title:{selectors:[['meta[name="title"]',"value"]]},author:{selectors:[['meta[name="article_author"]',"value"]]},date_published:{selectors:[['meta[name="article_date_original"]',"value"]],timezone:"EST"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".entry-content"],transforms:{},clean:[]}},WwwThepennyhoarderComExtractor:{domain:"www.thepennyhoarder.com",title:{selectors:[['meta[name="dcterms.title"]',"value"]]},author:{selectors:[['link[rel="author"]',"title"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[[".post-img",".post-text"],".post-text",".single-post-content-inner"],transforms:{},clean:[]}},WwwWesternjournalismComExtractor:{domain:"www.westernjournalism.com",title:{selectors:["title","h1.entry-title"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="DC.date.issued"]',"value"]]},dek:{selectors:[".subtitle"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article-sharing.top + div"],transforms:{},clean:[".ad-notice-small"]}},WwwAmericanowComExtractor:{domain:"www.americanow.com",title:{selectors:[".title",['meta[name="title"]',"value"]]},author:{selectors:[".byline"]},date_published:{selectors:[['meta[name="publish_date"]',"value"]]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[[".article-content",".image",".body"],".body"],transforms:{},clean:[".article-video-wrapper",".show-for-small-only"]}},ScienceflyComExtractor:{domain:"sciencefly.com",title:{selectors:[".entry-title",".cb-entry-title",".cb-single-title"]},author:{selectors:["div.cb-author","div.cb-author-title"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[]},lead_image_url:{selectors:[["div.theiaPostSlider_slides img","src"]]},content:{selectors:["div.theiaPostSlider_slides"],transforms:{},clean:[]}},HellogigglesComExtractor:{domain:"hellogiggles.com",title:{selectors:[['meta[name="og:title"]',"value"],".title"]},author:{selectors:[".byline-wrapper span.author_name",".author-link"]},date_published:{selectors:[['meta[property="article:published_time"]',"content"],['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".main-content",".entry-content"],transforms:{},clean:[]}},ThoughtcatalogComExtractor:{domain:"thoughtcatalog.com",title:{selectors:["h1.title",['meta[name="og:title"]',"value"]]},author:{selectors:["cite a","div.col-xs-12.article_header div.writer-container.writer-container-inline.writer-no-avatar h4.writer-name","h1.writer-name"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".entry.post"],transforms:{},clean:[".tc_mark","figcaption"]}},WwwInquisitrComExtractor:{domain:"www.inquisitr.com",title:{selectors:["h1.entry-title.story--header--title"]},author:{selectors:["div.story--header--author"]},date_published:{selectors:[['meta[name="datePublished"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article.story",".entry-content."],transforms:{},clean:[".post-category",".story--header--socials",".story--header--content"]}},WwwNbcnewsComExtractor:{domain:"www.nbcnews.com",title:{selectors:["div.article-hero-headline h1","div.article-hed h1"]},author:{selectors:["div.article-inline-byline span.byline-name","span.byline_author"]},date_published:{selectors:[['meta[name="article:published"]',"value"],[".flag_article-wrapper time.timestamp_article[datetime]","datetime"],".flag_article-wrapper time"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article-body__content","div.article-body"],transforms:{},clean:[]}},FortuneComExtractor:{domain:"fortune.com",title:{selectors:["h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[".MblGHNMJ"],timezone:"UTC"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[["picture","article.row"],"article.row"],transforms:{},clean:[]}},WwwLinkedinComExtractor:{domain:"www.linkedin.com",title:{selectors:[".article-title","h1"]},author:{selectors:[".main-author-card h3",['meta[name="article:author"]',"value"],".entity-name a[rel=author]"]},date_published:{selectors:[".base-main-card__metadata",['time[itemprop="datePublished"]',"datetime"]],timezone:"America/Los_Angeles"},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-content__body",["header figure",".prose"],".prose"],transforms:{},clean:[".entity-image"]}},ObamawhitehouseArchivesGovExtractor:{domain:"obamawhitehouse.archives.gov",supportedDomains:["whitehouse.gov"],title:{selectors:["h1",".pane-node-title"]},author:{selectors:[".blog-author-link",".node-person-name-link"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[".field-name-field-forall-summary"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{defaultCleaner:!1,selectors:["div#content-start",".pane-node-field-forall-body"],transforms:{},clean:[".pane-node-title",".pane-custom.pane-1"]}},WwwOpposingviewsComExtractor:{domain:"www.opposingviews.com",title:{selectors:["h1.m-detail-header--title","h1.title"]},author:{selectors:[['meta[name="author"]',"value"],"div.date span span a"]},date_published:{selectors:[['meta[name="published"]',"value"],['meta[name="publish_date"]',"value"]]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".m-detail--body",".article-content"],transforms:{},clean:[".show-for-small-only"]}},WwwProspectmagazineCoUkExtractor:{domain:"www.prospectmagazine.co.uk",title:{selectors:[".blog-header__title",".page-title"]},author:{selectors:[".blog-header__author-link",".aside_author .title"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],".post-info"],timezone:"Europe/London"},dek:{selectors:[".blog-header__description",".page-subtitle"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".blog__container","article .post_content"],transforms:{},clean:[]}},ForwardComExtractor:{domain:"forward.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".post-author a",".author-name",['meta[name="sailthru.author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],['meta[name="date"]',"value"]]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".content-container article",[".post-item-media-wrap",".post-item p"]],transforms:{},clean:[".post-author",".donate-box",".message",".subtitle"]}},WwwQdailyComExtractor:{domain:"www.qdaily.com",title:{selectors:["h2","h2.title"]},author:{selectors:[".name"]},date_published:{selectors:[[".date.smart-date","data-origindate"]]},dek:{selectors:[".excerpt"]},lead_image_url:{selectors:[[".article-detail-hd img","src"]]},content:{selectors:[".detail"],transforms:{},clean:[".lazyload",".lazylad",".lazylood"]}},GothamistComExtractor:{domain:"gothamist.com",supportedDomains:["chicagoist.com","laist.com","sfist.com","shanghaiist.com","dcist.com"],title:{selectors:["h1",".entry-header h1"]},author:{selectors:[".article-metadata:nth-child(3) .byline-author",".author"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],"abbr","abbr.published"],timezone:"America/New_York"},dek:{selectors:[null]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-body",".entry-body"],transforms:{"div.image-none":"figure",".image-none i":"figcaption","div.image-left":"figure",".image-left i":"figcaption","div.image-right":"figure",".image-right i":"figcaption"},clean:[".image-none br",".image-left br",".image-right br",".galleryEase"]}},WwwFoolComExtractor:{domain:"www.fool.com",title:{selectors:["h1"]},author:{selectors:[['meta[name="author"]',"value"],".author-inline .author-name"]},date_published:{selectors:[['meta[name="date"]',"value"]]},dek:{selectors:[['meta[name="og:description"]',"value"],"header h2"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".tailwind-article-body",".article-content"],transforms:{".caption img":function(e){var t=e.attr("src");e.parent().replaceWith('<figure><img src="'.concat(t,'"/></figure>'))},".caption":"figcaption"},clean:["#pitch"]}},WwwSlateComExtractor:{domain:"www.slate.com",title:{selectors:[".hed","h1"]},author:{selectors:["a[rel=author]"]},date_published:{selectors:[".pub-date"],timezone:"America/New_York"},dek:{selectors:[".dek"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".body"],transforms:{},clean:[".about-the-author",".pullquote",".newsletter-signup-component",".top-comment"]}},IciRadioCanadaCaExtractor:{domain:"ici.radio-canada.ca",title:{selectors:["h1"]},author:{selectors:[['meta[name="dc.creator"]',"value"]]},date_published:{selectors:[['meta[name="dc.date.created"]',"value"]],format:"YYYY-MM-DD|HH[h]mm",timezone:"America/New_York"},dek:{selectors:["div.lead-container",".bunker-component.lead"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["section.document-content-style",[".main-multimedia-item",".news-story-content"]],transforms:{},clean:[]}},WwwFortinetComExtractor:{domain:"www.fortinet.com",title:{selectors:["h1"]},author:{selectors:[".b15-blog-meta__author"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.responsivegrid.aem-GridColumn.aem-GridColumn--default--12"],transforms:{noscript:function(e,t){var r=e.html();if(!r)return null;var n=t.load?t.load(r,null,!1):t("<div>".concat(r,"</div>")),a=t.load?n("*"):n.children();return 1===a.length&&"img"===a.get(0).tagName?"figure":null}}}},WwwFastcompanyComExtractor:{domain:"www.fastcompany.com",title:{selectors:["h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[".post__deck"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".post__article"]}},BlisterreviewComExtractor:{domain:"blisterreview.com",title:{selectors:[['meta[name="og:title"]',"value"],"h1.entry-title"]},author:{selectors:["span.author-name"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],["time.entry-date","datetime"],['meta[itemprop="datePublished"]',"content"]]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"],['meta[property="og:image"]',"content"],['meta[itemprop="image"]',"content"],['meta[name="twitter:image"]',"content"],["img.attachment-large","src"]]},content:{selectors:[[".elementor-section-wrap",".elementor-text-editor > p, .elementor-text-editor > ul > li, .attachment-large, .wp-caption-text"]],transforms:{figcaption:"p"},clean:[".comments-area"]}},NewsMynaviJpExtractor:{domain:"news.mynavi.jp",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:["a.articleHeader_name","main div.article-author a.article-author__name"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article-body","main article div"],transforms:{img:function(e){var t=e.attr("data-original");""!==t&&e.attr("src",t)}},clean:[]}},ClinicaltrialsGovExtractor:{domain:"clinicaltrials.gov",title:{selectors:["h1.tr-solo_record"]},author:{selectors:["div#sponsor.tr-info-text"]},date_published:{selectors:['div:has(> span.term[data-term="Last Update Posted"])']},content:{selectors:["div#tab-body"],transforms:{},clean:[".usa-alert> img"]}},GithubComExtractor:{domain:"github.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[]},date_published:{selectors:[["relative-time[datetime]","datetime"],['span[itemprop="dateModified"] relative-time',"datetime"]]},dek:{selectors:[['meta[name="description"]',"value"],'span[itemprop="about"]']},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[["#readme article"]],transforms:{},clean:[]}},WwwRedditComExtractor:{domain:"www.reddit.com",title:{selectors:['div[data-test-id="post-content"] h1','div[data-test-id="post-content"] h2']},author:{selectors:['div[data-test-id="post-content"] a[href*="user/"]']},date_published:{selectors:['div[data-test-id="post-content"] span[data-click-id="timestamp"]','div[data-test-id="post-content"] a[data-click-id="timestamp"]']},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[['div[data-test-id="post-content"] p'],['div[data-test-id="post-content"] a[target="_blank"]:not([data-click-id="timestamp"])','div[data-test-id="post-content"] div[data-click-id="media"]'],['div[data-test-id="post-content"] div[data-click-id="media"]'],['div[data-test-id="post-content"] a'],'div[data-test-id="post-content"]'],transforms:{'div[role="img"]':function(e){var t=e.find("img"),r=e.css("background-image");return 1===t.length&&r?(t.attr("src",r.match(/\((.*?)\)/)[1].replace(/('|")/g,"")),t):e}},clean:[".icon",'span[id^="PostAwardBadges"]','div a[data-test-id="comments-page-link-num-comments"]']}},OtrsComExtractor:{domain:"otrs.com",title:{selectors:["#main article h1"]},author:{selectors:["div.dateplusauthor a"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#main article"],defaultCleaner:!1,transforms:{},clean:["div.dateplusauthor","div.gr-12.push-6.footershare","#atftbx","div.category-modul"]}},WwwOssnewsJpExtractor:{domain:"www.ossnews.jp",title:{selectors:["#alpha-block h1.hxnewstitle"]},author:null,date_published:{selectors:["p.fs12"]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#alpha-block .section:has(h1.hxnewstitle)"],defaultCleaner:!1,transforms:{},clean:[]}},BuzzapJpExtractor:{domain:"buzzap.jp",title:{selectors:["h1.entry-title"]},author:null,date_published:{selectors:[["time.entry-date","datetime"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.ctiframe"],defaultCleaner:!1,transforms:{},clean:[]}},WwwAsahiComExtractor:{domain:"www.asahi.com",title:{selectors:["main h1",".ArticleTitle h1"]},author:{selectors:[['meta[name="article:author"]',"value"]]},date_published:{selectors:[['meta[name="pubdate"]',"value"]]},dek:null,excerpt:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],defaultCleaner:!1,transforms:{},clean:["div.AdMod","div.LoginSelectArea","time","div.notPrint"]}},WwwSanwaCoJpExtractor:{domain:"www.sanwa.co.jp",title:{selectors:["#newsContent h1"]},author:null,date_published:{selectors:["dl.date"],format:"YYYY.M.D",timezone:"Asia/Tokyo"},dek:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#newsContent"],defaultCleaner:!1,transforms:{},clean:["#smartphone","div.sns_box","div.contentFoot"]}},WwwElecomCoJpExtractor:{domain:"www.elecom.co.jp",title:{selectors:["title"]},author:null,date_published:{selectors:["p.section-last"],format:"YYYY.M.D",timezone:"Asia/Tokyo"},dek:null,lead_image_url:null,content:{selectors:["td.TableMain2"],defaultCleaner:!1,transforms:{table:function(e){e.attr("width","auto")}},clean:[]}},ScanNetsecurityNeJpExtractor:{domain:"scan.netsecurity.ne.jp",title:{selectors:["header.arti-header h1.head"]},author:null,date_published:{selectors:[['meta[name="article:modified_time"]',"value"]]},dek:{selectors:["header.arti-header p.arti-summary"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.arti-content.arti-content--thumbnail"],defaultCleaner:!1,transforms:{},clean:["aside.arti-giga"]}},JvndbJvnJpExtractor:{domain:"jvndb.jvn.jp",title:{selectors:["title"]},author:null,date_published:{selectors:["div.modifytxt:nth-child(2)"],format:"YYYY/M/D",timezone:"Asia/Tokyo"},dek:null,lead_image_url:null,content:{selectors:["#news-list"],defaultCleaner:!1,transforms:{},clean:[]}},GeniusComExtractor:TN,WwwJnsaOrgExtractor:{domain:"www.jnsa.org",title:{selectors:["#wgtitle h2"]},author:null,date_published:null,dek:null,excerpt:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#main_area"],transforms:{},clean:["#pankuzu","#side"]}},PhpspotOrgExtractor:{domain:"phpspot.org",title:{selectors:["h3.hl"]},author:null,date_published:{selectors:["h4.hl"],format:"YYYY年M月D日",timezone:"Asia/Tokyo"},dek:null,lead_image_url:null,content:{selectors:["div.entrybody"],defaultCleaner:!1,transforms:{},clean:[]}},WwwInfoqComExtractor:{domain:"www.infoq.com",title:{selectors:["h1.heading"]},author:{selectors:["div.widget.article__authors"]},date_published:{selectors:[".article__readTime.date"],format:"YYYY年M月D日",timezone:"Asia/Tokyo"},dek:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article__data"],defaultCleaner:!1,transforms:{},clean:[]}},WwwMoongiftJpExtractor:{domain:"www.moongift.jp",title:{selectors:["h1.title a"]},author:null,date_published:{selectors:["ul.meta li:not(.social):first-of-type"],timezone:"Asia/Tokyo"},dek:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#main"],transforms:{},clean:["ul.mg_service.cf"]}},WwwItmediaCoJpExtractor:{domain:"www.itmedia.co.jp",supportedDomains:["www.atmarkit.co.jp","techtarget.itmedia.co.jp","nlab.itmedia.co.jp"],title:{selectors:["#cmsTitle h1"]},author:{selectors:["#byline"]},date_published:{selectors:[['meta[name="article:modified_time"]',"value"]]},dek:{selectors:["#cmsAbstract h2"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#cmsBody"],defaultCleaner:!1,transforms:{},clean:["#snsSharebox"]}},WwwPublickey1JpExtractor:{domain:"www.publickey1.jp",title:{selectors:["h1"]},author:{selectors:[".bloggerinchief p:first-of-type","#subcol p:has(img)"]},date_published:{selectors:["div.pubdate"],format:"YYYY年MM月DD日",timezone:"Asia/Tokyo"},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#maincol"],defaultCleaner:!1,transforms:{},clean:["#breadcrumbs","div.sbm","div.ad_footer"]}},TakagihiromitsuJpExtractor:{domain:"takagi-hiromitsu.jp",title:{selectors:["h3"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[http-equiv="Last-Modified"]',"value"]]},dek:null,lead_image_url:null,content:{selectors:["div.body"],defaultCleaner:!1,transforms:{},clean:[]}},BookwalkerJpExtractor:{domain:"bookwalker.jp",title:{selectors:["h1.p-main__title","h1.main-heading"]},author:{selectors:["div.p-author__list","div.authors"]},date_published:{selectors:["dl.p-information__data dd:nth-of-type(7)",".work-info .work-detail:first-of-type .work-detail-contents:last-of-type"],timezone:"Asia/Tokyo"},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.p-main__information",["div.main-info","div.main-cover-inner"]],defaultCleaner:!1,transforms:{},clean:["span.label.label--trial","dt.info-head.info-head--coin","dd.info-contents.info-contents--coin","div.info-notice.fn-toggleClass"]}},WwwYomiuriCoJpExtractor:{domain:"www.yomiuri.co.jp",title:{selectors:["h1.title-article.c-article-title"]},author:null,date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.p-main-contents"],transforms:{},clean:[]}},JapanCnetComExtractor:{domain:"japan.cnet.com",title:{selectors:[".leaf-headline-ttl"]},author:{selectors:[".writer"]},date_published:{selectors:[".date"],format:"YYYY年M月D日 HH時mm分",timezone:"Asia/Tokyo"},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article_body"],transforms:{},clean:[]}},DeadlineComExtractor:{domain:"deadline.com",title:{selectors:["h1"]},author:{selectors:["section.author h2"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.a-article-grid__main.pmc-a-grid article.pmc-a-grid-item"],transforms:{".embed-twitter":function(e){var t=e.html();e.replaceWith(t)}},clean:["figcaption"]}},WwwGizmodoJpExtractor:{domain:"www.gizmodo.jp",title:{selectors:["h1.p-post-title"]},author:{selectors:["li.p-post-AssistAuthor"]},date_published:{selectors:[["li.p-post-AssistTime time","datetime"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article.p-post"],transforms:{"img.p-post-thumbnailImage":function(e){var t=e.attr("src");e.attr("src",t.replace(/^.*=%27/,"").replace(/%27;$/,""))}},clean:["h1.p-post-title","ul.p-post-Assist"]}},GetnewsJpExtractor:{domain:"getnews.jp",title:{selectors:["article h1"]},author:{selectors:[['meta[name="article:author"]',"value"],"span.prof"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],["ul.cattag-top time","datetime"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.post-bodycopy"],transforms:{},clean:[]}},WwwLifehackerJpExtractor:{domain:"www.lifehacker.jp",title:{selectors:['h1[class^="article_pArticle_Title"]',"h1.lh-summary-title"]},author:{selectors:[['meta[name="author"]',"value"],"p.lh-entryDetailInner--credit"]},date_published:{selectors:[['meta[name="article:published_time"]',"value"],["div.lh-entryDetail-header time","datetime"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:['div[class^="article_pArticle_Body__"]',"div.lh-entryDetail-body"],transforms:{"img.lazyload":function(e){var t=e.attr("src");e.attr("src",t.replace(/^.*=%27/,"").replace(/%27;$/,""))}},clean:["p.lh-entryDetailInner--credit"]}},SectIijAdJpExtractor:{domain:"sect.iij.ad.jp",title:{selectors:["div.title-box-inner h1","h3"]},author:{selectors:["p.post-author a","dl.entrydate dd"]},date_published:{selectors:["time"],format:"YYYY年M月D日",timezone:"Asia/Tokyo"},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".entry-inner","#article"],transforms:{},clean:["dl.entrydate"]}},WwwOreillyCoJpExtractor:{domain:"www.oreilly.co.jp",title:{selectors:[['meta[name="og:title"]',"value"],"h3"]},author:{selectors:['span[itemprop="author"]','li[itemprop="author"]']},date_published:{selectors:[['dd[itemprop="datePublished"]',"content"],['meta[itemprop="datePublished"]',"value"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image:secure_url"]',"value"],['meta[name="og:image"]',"value"]]},content:{selectors:["section.detail","#content"],defaultCleaner:!1,transforms:{},clean:[".social-tools"]}},WwwIpaGoJpExtractor:{domain:"www.ipa.go.jp",title:{selectors:["h1"]},author:null,date_published:{selectors:["p.ipar_text_right"],format:"YYYY年M月D日",timezone:"Asia/Tokyo"},dek:null,lead_image_url:null,content:{selectors:["#ipar_main"],defaultCleaner:!1,transforms:{},clean:["p.ipar_text_right"]}},WeeklyAsciiJpExtractor:{domain:"weekly.ascii.jp",title:{selectors:["article h1",'h1[itemprop="headline"]']},author:{selectors:["p.author"]},date_published:{selectors:["p.date",['meta[name="odate"]',"value"]],format:"YYYY年M月D日 HH:mm",timezone:"Asia/Tokyo"},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div#contents_detail","div.article"],transforms:{},clean:[]}},TechlogIijAdJpExtractor:{domain:"techlog.iij.ad.jp",title:{selectors:["h1.entry-title"]},author:{selectors:['a[rel="author"]']},date_published:{selectors:[["time.entry-date","datetime"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.entry-content"],defaultCleaner:!1,transforms:{},clean:[".wp_social_bookmarking_light"]}},WiredJpExtractor:AN,JapanZdnetComExtractor:{domain:"japan.zdnet.com",title:{selectors:["h1"]},author:{selectors:[['meta[name="cXenseParse:author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:null,lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.article_body"],transforms:{},clean:[]}},WwwRbbtodayComExtractor:{domain:"www.rbbtoday.com",title:{selectors:["h1"]},author:{selectors:[".writer.writer-name"]},date_published:{selectors:[["header time","datetime"]]},dek:{selectors:[['meta[name="description"]',"value"],".arti-summary"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".arti-content"],transforms:{},clean:[".arti-giga"]}},WwwLemondeFrExtractor:{domain:"www.lemonde.fr",title:{selectors:["h1.article__title"]},author:{selectors:[".author__name"]},date_published:{selectors:[['meta[name="og:article:published_time"]',"value"]]},dek:{selectors:[".article__desc"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article__content"],transforms:{},clean:["figcaption"]}},WwwPhoronixComExtractor:{domain:"www.phoronix.com",title:{selectors:["article h1","article header"]},author:{selectors:[".author a:first-child"]},date_published:{selectors:[".author"],format:"D MMMM YYYY at hh:mm",timezone:"America/New_York"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".content","article"],defaultCleaner:!1,transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:[]}},PitchforkComExtractor:{domain:"pitchfork.com",title:{selectors:[['meta[name="og:title"]',"value"],"title"]},author:{selectors:[['meta[name="article:author"]',"value"],".authors-detail__display-name"]},date_published:{selectors:['div[class^="InfoSliceWrapper-"]',[".pub-date","datetime"]]},dek:{selectors:[['meta[name="og:description"]',"value"],".review-detail__abstract"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"],[".single-album-tombstone__art img","src"]]},content:{selectors:["div.body__inner-container",".review-detail__text"]},extend:{score:{selectors:['p[class*="Rating"]',".score"]}}},BiorxivOrgExtractor:{domain:"biorxiv.org",title:{selectors:["h1#page-title"]},author:{selectors:["div.highwire-citation-biorxiv-article-top > div.highwire-cite-authors"]},content:{selectors:["div#abstract-1"],transforms:{},clean:[]}},EpaperZeitDeExtractor:{domain:"epaper.zeit.de",title:{selectors:["p.title"]},author:{selectors:[".article__author"]},date_published:null,excerpt:{selectors:["subtitle"]},lead_image_url:null,content:{selectors:[".article"],transforms:{"p.title":"h1",".article__author":"p",byline:"p",linkbox:"p"},clean:["image-credits","box[type=citation]"]}},WwwLadbibleComExtractor:{domain:"www.ladbible.com",title:{selectors:["h1"]},author:{selectors:["[class*=Byline]"]},date_published:{selectors:["time"],timezone:"Europe/London"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["[class*=ArticleContainer]"],clean:["time","source",'a[href^="https://www.ladbible.com/"]',"picture","[class*=StyledCardBlock]"]}},TimesofindiaIndiatimesComExtractor:{domain:"timesofindia.indiatimes.com",title:{selectors:["h1"]},extend:{reporter:{selectors:["div.byline"],transforms:{}}},date_published:{selectors:[".byline"],format:"MMM D, YYYY, HH:mm z",timezone:"Asia/Kolkata"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["div.contentwrapper:has(section)"],defaultCleaner:!1,clean:["section","h1",".byline",".img_cptn",".icon_share_wrap",'ul[itemtype="https://schema.org/BreadcrumbList"]']}},MaTtiasBeExtractor:{domain:"ma.ttias.be",title:{selectors:[['meta[name="twitter:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},content:{selectors:[[".content"]],transforms:{h2:function(e){return e.attr("id",null),"h3"},h1:function(e){e.attr("id",null),e.after("<p></p>")},ul:function(e){e.attr("class","entry-content-asset")}}}},PastebinComExtractor:{domain:"pastebin.com",title:{selectors:["h1"]},author:{selectors:[".username",".paste_box_line2 .t_us + a"]},date_published:{selectors:[".date",".paste_box_line2 .t_da + span"],timezone:"America/New_York",format:"MMMM D, YYYY"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".source","#selectable .text"],transforms:{ol:"div",li:"p"},clean:[]}},WwwAbendblattDeExtractor:yN,WwwGrueneDeExtractor:{domain:"www.gruene.de",title:{selectors:["header h1"]},author:null,date_published:null,dek:null,lead_image_url:{selectors:[['meta[property="og:image"]',"content"]]},content:{selectors:[["section header","section h2","section p","section ol"]],transforms:{},clean:["figcaption","p[class]"]}},ArstechnicaComExtractor:{domain:"arstechnica.com",title:{selectors:["title","h1"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".post-content","main"],transforms:{img:function(e){e.removeAttr("width"),e.removeAttr("sizes")}},clean:["header",".upper-deck__text",".text-settings-dropdown-story"]}},WwwNdtvComExtractor:{domain:"www.ndtv.com",title:{selectors:[['meta[name="og:title"]',"value"],"h1.entry-title"]},author:{selectors:['span[itemprop="author"] span[itemprop="name"]']},date_published:{selectors:[['span[itemprop="dateModified"]',"content"]]},dek:{selectors:["h2"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:['div[itemprop="articleBody"]'],transforms:{".place_cont":function(e){if(!e.parents("p").length){var t=e.next("p");t&&(e.remove(),t.prepend(e))}}},clean:[".highlghts_Wdgt",".ins_instory_dv_caption","input","._world-wrapper .mt20"]}},SpektrumExtractor:{domain:"www.spektrum.de",title:{selectors:[".content__title"]},author:{selectors:[".content__author__info__name"]},date_published:{selectors:[".content__meta__date"],format:"D.M.YYYY",timezone:"Europe/Berlin"},dek:{selectors:[".content__intro"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"],['meta[property="og:image"]',"content"],".image__article__top img"]},content:{selectors:["article.content"],clean:[".breadcrumbs",".hide-for-print","aside","header h2",".image__article__top",".content__author",".copyright",".callout-box"]}},WwwInvestmentexecutiveComExtractor:{domain:"www.investmentexecutive.com",title:{selectors:["h1"]},author:{selectors:['div[itemprop="author"]']},date_published:{selectors:[['meta[itemprop="datePublished"]',"value"]]},dek:{selectors:[['meta[name="og:description"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["section.article-body"],clean:[".hidden"]}},WwwCbcCaExtractor:{domain:"www.cbc.ca",title:{selectors:["h1"]},author:{selectors:[".authorText",".bylineDetails"]},date_published:{selectors:[[".timeStamp[datetime]","datetime"]]},dek:{selectors:[".deck"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".story"],transforms:{},clean:[]}},WwwVersantsComExtractor:{domain:"www.versants.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{transforms:{".featured-image":function(e){e.addClass("mercury-parser-keep");var t=e.find("span");e.find("figure").append(t)}},selectors:[".article-content"],clean:[".adv-link",".versa-target","header",".author",".thumbnail-slider"]}},Www1pezeshkComExtractor:vN,WwwAndroidauthorityComExtractor:SN,TechcrunchComExtractor:{domain:"techcrunch.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],transforms:{},clean:["img.post-authors-list__author-thumb"]}},WwwHardwarezoneComSgExtractor:{domain:"www.hardwarezone.com.sg",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".article-view-author-name a"]},date_published:{selectors:[".article-view-timestamp"],timezone:"UTC"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".content","article"],transforms:{img:function(e){e.removeAttr("sizes")},p:function(e){e.attr("class","mercury-parser-keep")}},clean:[]}},WwwSpiegelDeExtractor:{domain:"www.spiegel.de",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="date"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:['div[data-area="body"]',"article"],transforms:{},clean:[]}},MobilesyrupComExtractor:{domain:"mobilesyrup.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-content"],transforms:{".article-content > ul":function(e){e.attr("class","mercury-parser-keep")}},clean:[]}},WwwChannelnewsasiaComExtractor:{domain:"www.channelnewsasia.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".link--author-profile",['meta[name="cXenseParse:author"]',"value"]]},date_published:{selectors:[".article-publish:not(span)"],format:"D MMM YYYY hh:mmA",timezone:"Asia/Singapore"},dek:{selectors:[".content-detail__description"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:['section[data-title="Content"]'],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:[]}},WccftechComExtractor:{domain:"wccftech.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:["div.meta a:first-of-type"]},date_published:{selectors:[['meta[name="pub_date"]',"value"],['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".content"],transforms:{},clean:[".democracy"]}},WwwHeiseDeExtractor:{domain:"www.heise.de",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="date"]',"value"]]},dek:{selectors:[".a-article-header__lead"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-layout__content"],transforms:{h3:function(e){return e.attr("class","mercury-parser-keep")}},clean:[".ad-mobile-group-1",".branding",'[data-component="RecommendationBox"]']}},TldrTechExtractor:{domain:"tldr.tech",title:{selectors:["h1"]},lead_image_url:{selectors:[['meta[name="twitter:image"]',"value"]]},content:{selectors:[".content-center","body"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")},h3:function(e){return e.attr("class","mercury-parser-keep")}},clean:[]}},BskyAppExtractor:{domain:"bsky.app",title:{selectors:[['meta[name="og:title"]',"value"]]},author:null,date_published:null,lead_image_url:{selectors:[['meta[property="og:image"]',"content"],['meta[name="og:image"]',"value"]]},content:{selectors:["noscript"],transforms:{noscript:function(e,t){var r=t(t.browser?e.text():e.html()).find("#bsky_post_text");e.replaceWith(r.html())}},clean:[]}},WwwNtvDeExtractor:{domain:"www.n-tv.de",title:{selectors:[['meta[name="og:title"]',"value"]]},date_published:{selectors:[['meta[name="date"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article__text","article"],transforms:{},clean:[".article__share-main"]}},SportSePlExtractor:wN,WwwSePlExtractor:NN,PolitykaSePlExtractor:RN,SuperserialeSePlExtractor:{domain:"superseriale.se.pl",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".article_author:first-of-type"]},date_published:{selectors:["#timezone"],timezone:"Europe/Warsaw"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:["#timezone",".author",".article__author__croppimg",".related_articles__elements",".gl_plugin.socials",".gl_plugin.player",".gl_plugin.video_player",".gl_plugin + video"]}},SzczecinSePlExtractor:xN,SuperbizSePlExtractor:BN,PortalobronnySePlExtractor:HN,PolskisamorzadSePlExtractor:{domain:"polskisamorzad.se.pl",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".article_author:first-of-type",".article-author",['meta[name="og:article:author"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-single"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:["#timezone",".author",".article__author__croppimg",".article_authors_with_thumbnail",".related_articles__elements",".gl_plugin.socials",".gl_plugin.player",".gl_plugin.video_player",".gl_plugin + video"]}},LodzSePlExtractor:jN,WroclawSePlExtractor:$N,LublinSePlExtractor:QN,BialystokSePlExtractor:JN,WwwLebensmittelwarnungDeExtractor:{domain:"www.lebensmittelwarnung.de",title:{selectors:[".lmw-intro__heading","title"]},date_published:{selectors:[[".lmw-intro__meta > time","datetime"]],format:"DD.MM.YYYY",timezone:"Europe/Berlin"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],transforms:{h2:function(e){var t=e.find("button");e.find("button").length>0&&(e.find(".lmw-section__toggle-icon").remove(),e.text(t.text().trim())),e.attr("class","mercury-parser-keep")},ul:function(e){e.attr("class","mercury-parser-keep")},".lmw-bodytext":function(e){e.attr("class","mercury-parser-keep")},".lmw-description-list__item":function(e){e.attr("class","mercury-parser-keep")}},clean:[]}},WwwQbitaiComExtractor:{domain:"www.qbitai.com",title:{selectors:["title","h1"]},content:{selectors:[".article"],transforms:{".zhaiyao":function(e){return e.attr("class","mercury-parser-keep")}},clean:[".article_info"]}},EconomictimesIndiatimesComExtractor:{domain:"economictimes.indiatimes.com",title:{selectors:["title",['meta[name="og:title"]',"value"]]},author:{selectors:['a[rel="author"]']},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article"],transforms:{},clean:["span.imgAgency"]}},FactorioComExtractor:{domain:"factorio.com",title:{selectors:["title"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[[".blog-post","div:nth-child(2)"]],transforms:{h3:function(e){var t=e.find("author");t.text()&&(e.after("<p>".concat(t.text(),"</p>")),t.remove())}},clean:[".logo-expansion-space-age"]}},WwwTagesschauDeExtractor:{domain:"www.tagesschau.de",title:{selectors:[".seitenkopf__headline--text","title"]},author:{selectors:[".authorline__author authorline__link:first-child"]},date_published:{selectors:[['meta[name="date"]',"value"],".metatextline"],timezone:"UTC"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["article"],clean:["[data-config]",".seitenkopf__headline",".authorline__author",".metatextline"]}},Nineto5googleComExtractor:{domain:"9to5google.com",title:{selectors:["title","h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],transforms:{img:function(e){e.removeAttr("sizes")}},clean:[".post-meta"]}},WwwEngadgetComExtractor:{domain:"www.engadget.com",title:{selectors:["title","h1"]},author:{selectors:[".caas-attr-item-author"]},date_published:{selectors:[["time","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".caas-body"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")},"blockquote noscript":function(e){return null!=e.find("iframe")?"div":null}},clean:[]}},TarnkappeInfoExtractor:{domain:"tarnkappe.info",title:{selectors:["title","h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:["section#author"]}},WwwVortezNetExtractor:{domain:"www.vortez.net",title:{selectors:["title"]},author:{selectors:[]},date_published:{selectors:[]},dek:{selectors:[]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},next_page_url:{selectors:[".pagelink:nth-child(2) > a"]},content:{selectors:[".main-content",".the-article-content"],transforms:{strong:"p",h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:[".article-header",".panel-title","select","br"]}},WwwPolygonComExtractor:ZN,WwwThevergeComExtractor:eI,WwwTechpowerupComExtractor:{domain:"www.techpowerup.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[".byline address"]},date_published:{selectors:[[".byline time[datetime]","datetime"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".contnt"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:["header","footer"]},next_page_url:{selectors:[[".nextpage-bottom","href"]]}},WwwFlatpanelshdComExtractor:{domain:"www.flatpanelshd.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[itemprop="author"]',"value"]]},date_published:{selectors:[['meta[itemprop="datePublished"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#zephr-anchor","article"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")},h3:function(e){return e.attr("class","mercury-parser-keep")},h4:function(e){return e.attr("class","mercury-parser-keep")},pre:"div"},clean:[]}},Nineto5macComExtractor:{domain:"9to5mac.com",title:{selectors:["title","h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],transforms:{img:function(e){e.removeAttr("sizes")}},clean:[".post-meta"]}},WwwNotebookcheckNetExtractor:{domain:"www.notebookcheck.net",title:{selectors:["h1"]},author:{selectors:[".intro-author a"]},date_published:{selectors:[[".intro-author time","datetime"]],timezone:"GMT"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#content"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")},h3:function(e){return e.attr("class","mercury-parser-keep")},h4:function(e){return e.attr("class","mercury-parser-keep")}},clean:[".ttcl_3",".socialarea",".tx-nbc2fe-relatedarticles","aside"]}},WwwFuturaSciencesComExtractor:{domain:"www.futura-sciences.com",title:{selectors:["title","h1"]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["#article-anchor-article-main-content",".article-text"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")},h3:function(e){return e.attr("class","mercury-parser-keep")},h4:function(e){return e.attr("class","mercury-parser-keep")},ul:function(e){return e.attr("class","mercury-parser-keep")}},clean:[".cWHWfD",'span[class*="wrappers__Span"]']}},SgNewsYahooComExtractor:{domain:"sg.news.yahoo.com",title:{selectors:[['meta[name="og:title"]',"value"],"title"]},author:{selectors:[".caas-attr-provider",'meta[name="author"]']},date_published:{selectors:["time[datetime]",'meta[property="article:published_time"]'],timezone:"UTC"},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".caas-body-content","article"],transforms:{},clean:[".caas-header",".caas-logo",".caas-title-wrapper","button",".advertisement",".sda-*",'[data-content="Advertisement"]']}},GonintendoComExtractor:{domain:"gonintendo.com",title:{selectors:[['meta[name="og:title"]',"value"]]},date_published:{selectors:[['meta[name="og:article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".content"],transforms:{},clean:[".text-brand-gray-600"]}},OrfAtExtractor:{domain:"orf.at",title:{selectors:["title"]},date_published:{selectors:[['meta[name="dc.date"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:["main"],transforms:{},clean:[".story-meta"]}},WwwVideogameschronicleComExtractor:{domain:"www.videogameschronicle.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:['.author-byline a[rel="author"]']},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},dek:{selectors:[['meta[name="og:description"]',"value"]]},content:{selectors:[".post__content-body","article"],transforms:{"figure a":function(e){var t=e.attr("href"),r=e.find("img");t&&r.length&&!r.attr("src")&&(r.attr("src",t),e.replaceWith(r))}},clean:[".adcontainer"]}},WwwNumeramaComExtractor:{domain:"www.numerama.com",title:{selectors:[['meta[name="og:title"]',"value"]]},author:{selectors:[['meta[name="author"]',"value"]]},date_published:{selectors:[['meta[name="article:published_time"]',"value"]]},dek:{selectors:[".article-header__description"]},lead_image_url:{selectors:[['meta[name="og:image"]',"value"]]},content:{selectors:[".article-content","article"],transforms:{h2:function(e){return e.attr("class","mercury-parser-keep")}},clean:[".js-newsletter-block",".premium-promo-alert","[data-nosnippet]",".ultimedia_cntr"]}}});function rI(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function nI(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?rI(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):rI(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}var aI=Be(tI).reduce(function(e,t){var r=tI[t];return nI(nI({},e),hN(r))},{}),iI={};!function(e){(function(){var t="ltr",r="rtl",n="bidi",a={Hebrew:["0590","05FF"],Arabic:["0600","06FF"],NKo:["07C0","07FF"],Syriac:["0700","074F"],Thaana:["0780","07BF"],Tifinagh:["2D30","2D7F"]};function i(e){if(void 0===e)throw new Error("TypeError missing argument");if("string"!=typeof e)throw new Error("TypeError getDirection expects strings");if(""===e)return"";if(e.indexOf("‎")>-1&&e.indexOf("‏")>-1)return n;if(e.indexOf("‎")>-1)return t;if(e.indexOf("‏")>-1)return r;var a=o(e,r),i=o(e,t);return a&&i?n:i?t:a?r:""}function o(e,n){var i,o,c,l,u,h=!1,f=!1;for(u=e.search(/[0-9]/)>-1,e=e.replace(/[\s\n\0\f\t\v\'\"\-0-9\+\?\!]+/gm,""),i=0;i<e.length;i++){for(c in o=e.charAt(i),l=!1,a)a.hasOwnProperty(c)&&s(o,a[c][0],a[c][1])&&(h=!0,l=!0);!1===l&&(f=!0)}return n===r?h:n===t?f||!h&&u:void 0}function s(e,t,r){var n=e.charCodeAt(0),a=parseInt(t,16),i=parseInt(r,16);return n>a&&n<i}e.getDirection=i,e.patch=function(){String.prototype.getDirection=function(){return i(this.valueOf())}}}).call(this)}(iI);var oI=/^\s*(posted |written )?by\s*:?\s*(.*)/i,sI=new RegExp("http(s)?://","i"),cI=/^\d{13}$/i,lI=/^\d{10}$/i,uI=/^\s*published\s*:?\s*(.*)/i,hI=/(.*\d)(am|pm)(.*)/i,fI=/\.m\./i,pI=/^\s*(just|right)?\s*now\s*/i,dI=["seconds?","minutes?","hours?","days?","weeks?","months?","years?"].join("|"),mI=new RegExp("(\\d+)\\s+(".concat(dI,")\\s+ago"),"i"),EI=["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"].join("|"),gI=new RegExp("(".concat("[0-9]{1,2}:[0-9]{2,2}( ?[ap].?m.?)?",")|(").concat("[0-9]{1,2}[/-][0-9]{1,2}[/-][0-9]{2,4}",")|(").concat("-[0-9]{3,4}$",")|([0-9]{1,4})|(").concat(EI,")"),"ig"),_I=/([+-]\d{2}:?\d{2}|Z)$/,TI=/(: | - | \| )/g,AI=new RegExp(".com$|.net$|.org$|.co.uk$","g");function yI(e){return sy(e.replace(oI,"$2").trim())}function vI(e){try{return new URL(e.trim()).toString()}catch(e){return null}}var bI={exports:{}};Oe(Oe.S,"Number",{isNaN:function(e){return e!=e}});var SI=w.exports.Number.isNaN;!function(e){e.exports=SI}(bI);var NI=e(bI.exports),II={exports:{}};!function(e){e.exports=function(){var e=1e3,t=6e4,r=36e5,n="millisecond",a="second",i="minute",o="hour",s="day",c="week",l="month",u="quarter",h="year",f="date",p="Invalid Date",d=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,m=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,E={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var t=["th","st","nd","rd"],r=e%100;return"["+e+(t[(r-20)%10]||t[r]||t[0])+"]"}},g=function(e,t,r){var n=String(e);return!n||n.length>=t?e:""+Array(t+1-n.length).join(r)+e},_={s:g,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),a=r%60;return(t<=0?"+":"-")+g(n,2,"0")+":"+g(a,2,"0")},m:function e(t,r){if(t.date()<r.date())return-e(r,t);var n=12*(r.year()-t.year())+(r.month()-t.month()),a=t.clone().add(n,l),i=r-a<0,o=t.clone().add(n+(i?-1:1),l);return+(-(n+(r-a)/(i?a-o:o-a))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:l,y:h,w:c,d:s,D:f,h:o,m:i,s:a,ms:n,Q:u}[e]||String(e||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}},T="en",A={};A[T]=E;var y="$isDayjsObject",v=function(e){return e instanceof I||!(!e||!e[y])},b=function e(t,r,n){var a;if(!t)return T;if("string"==typeof t){var i=t.toLowerCase();A[i]&&(a=i),r&&(A[i]=r,a=i);var o=t.split("-");if(!a&&o.length>1)return e(o[0])}else{var s=t.name;A[s]=t,a=s}return!n&&a&&(T=a),a||!n&&T},S=function(e,t){if(v(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new I(r)},N=_;N.l=b,N.i=v,N.w=function(e,t){return S(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var I=function(){function E(e){this.$L=b(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[y]=!0}var g=E.prototype;return g.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(N.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(d);if(n){var a=n[2]-1||0,i=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],a,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)):new Date(n[1],a,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)}}return new Date(t)}(e),this.init()},g.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},g.$utils=function(){return N},g.isValid=function(){return!(this.$d.toString()===p)},g.isSame=function(e,t){var r=S(e);return this.startOf(t)<=r&&r<=this.endOf(t)},g.isAfter=function(e,t){return S(e)<this.startOf(t)},g.isBefore=function(e,t){return this.endOf(t)<S(e)},g.$g=function(e,t,r){return N.u(e)?this[t]:this.set(r,e)},g.unix=function(){return Math.floor(this.valueOf()/1e3)},g.valueOf=function(){return this.$d.getTime()},g.startOf=function(e,t){var r=this,n=!!N.u(t)||t,u=N.p(e),p=function(e,t){var a=N.w(r.$u?Date.UTC(r.$y,t,e):new Date(r.$y,t,e),r);return n?a:a.endOf(s)},d=function(e,t){return N.w(r.toDate()[e].apply(r.toDate("s"),(n?[0,0,0,0]:[23,59,59,999]).slice(t)),r)},m=this.$W,E=this.$M,g=this.$D,_="set"+(this.$u?"UTC":"");switch(u){case h:return n?p(1,0):p(31,11);case l:return n?p(1,E):p(0,E+1);case c:var T=this.$locale().weekStart||0,A=(m<T?m+7:m)-T;return p(n?g-A:g+(6-A),E);case s:case f:return d(_+"Hours",0);case o:return d(_+"Minutes",1);case i:return d(_+"Seconds",2);case a:return d(_+"Milliseconds",3);default:return this.clone()}},g.endOf=function(e){return this.startOf(e,!1)},g.$set=function(e,t){var r,c=N.p(e),u="set"+(this.$u?"UTC":""),p=(r={},r[s]=u+"Date",r[f]=u+"Date",r[l]=u+"Month",r[h]=u+"FullYear",r[o]=u+"Hours",r[i]=u+"Minutes",r[a]=u+"Seconds",r[n]=u+"Milliseconds",r)[c],d=c===s?this.$D+(t-this.$W):t;if(c===l||c===h){var m=this.clone().set(f,1);m.$d[p](d),m.init(),this.$d=m.set(f,Math.min(this.$D,m.daysInMonth())).$d}else p&&this.$d[p](d);return this.init(),this},g.set=function(e,t){return this.clone().$set(e,t)},g.get=function(e){return this[N.p(e)]()},g.add=function(n,u){var f,p=this;n=Number(n);var d=N.p(u),m=function(e){var t=S(p);return N.w(t.date(t.date()+Math.round(e*n)),p)};if(d===l)return this.set(l,this.$M+n);if(d===h)return this.set(h,this.$y+n);if(d===s)return m(1);if(d===c)return m(7);var E=(f={},f[i]=t,f[o]=r,f[a]=e,f)[d]||1,g=this.$d.getTime()+n*E;return N.w(g,this)},g.subtract=function(e,t){return this.add(-1*e,t)},g.format=function(e){var t=this,r=this.$locale();if(!this.isValid())return r.invalidDate||p;var n=e||"YYYY-MM-DDTHH:mm:ssZ",a=N.z(this),i=this.$H,o=this.$m,s=this.$M,c=r.weekdays,l=r.months,u=r.meridiem,h=function(e,r,a,i){return e&&(e[r]||e(t,n))||a[r].slice(0,i)},f=function(e){return N.s(i%12||12,e,"0")},d=u||function(e,t,r){var n=e<12?"AM":"PM";return r?n.toLowerCase():n};return n.replace(m,function(e,n){return n||function(e){switch(e){case"YY":return String(t.$y).slice(-2);case"YYYY":return N.s(t.$y,4,"0");case"M":return s+1;case"MM":return N.s(s+1,2,"0");case"MMM":return h(r.monthsShort,s,l,3);case"MMMM":return h(l,s);case"D":return t.$D;case"DD":return N.s(t.$D,2,"0");case"d":return String(t.$W);case"dd":return h(r.weekdaysMin,t.$W,c,2);case"ddd":return h(r.weekdaysShort,t.$W,c,3);case"dddd":return c[t.$W];case"H":return String(i);case"HH":return N.s(i,2,"0");case"h":return f(1);case"hh":return f(2);case"a":return d(i,o,!0);case"A":return d(i,o,!1);case"m":return String(o);case"mm":return N.s(o,2,"0");case"s":return String(t.$s);case"ss":return N.s(t.$s,2,"0");case"SSS":return N.s(t.$ms,3,"0");case"Z":return a}return null}(e)||a.replace(":","")})},g.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},g.diff=function(n,f,p){var d,m=this,E=N.p(f),g=S(n),_=(g.utcOffset()-this.utcOffset())*t,T=this-g,A=function(){return N.m(m,g)};switch(E){case h:d=A()/12;break;case l:d=A();break;case u:d=A()/3;break;case c:d=(T-_)/6048e5;break;case s:d=(T-_)/864e5;break;case o:d=T/r;break;case i:d=T/t;break;case a:d=T/e;break;default:d=T}return p?d:N.a(d)},g.daysInMonth=function(){return this.endOf(l).$D},g.$locale=function(){return A[this.$L]},g.locale=function(e,t){if(!e)return this.$L;var r=this.clone(),n=b(e,t,!0);return n&&(r.$L=n),r},g.clone=function(){return N.w(this.$d,this)},g.toDate=function(){return new Date(this.valueOf())},g.toJSON=function(){return this.isValid()?this.toISOString():null},g.toISOString=function(){return this.$d.toISOString()},g.toString=function(){return this.$d.toUTCString()},E}(),C=I.prototype;return S.prototype=C,[["$ms",n],["$s",a],["$m",i],["$H",o],["$W",s],["$M",l],["$y",h],["$D",f]].forEach(function(e){C[e[1]]=function(t){return this.$g(t,e[0],e[1])}}),S.extend=function(e,t){return e.$i||(e(t,I,S),e.$i=!0),S},S.locale=b,S.isDayjs=v,S.unix=function(e){return S(1e3*e)},S.en=A[T],S.Ls=A,S.p={},S}()}(II);var CI=II.exports,wI={exports:{}};!function(e){e.exports=function(){var e="minute",t=/[+-]\d\d(?::?\d\d)?/g,r=/([+-]|\d\d)/g;return function(n,a,i){var o=a.prototype;i.utc=function(e){return new a({date:e,utc:!0,args:arguments})},o.utc=function(t){var r=i(this.toDate(),{locale:this.$L,utc:!0});return t?r.add(this.utcOffset(),e):r},o.local=function(){return i(this.toDate(),{locale:this.$L,utc:!1})};var s=o.parse;o.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),s.call(this,e)};var c=o.init;o.init=function(){if(this.$u){var e=this.$d;this.$y=e.getUTCFullYear(),this.$M=e.getUTCMonth(),this.$D=e.getUTCDate(),this.$W=e.getUTCDay(),this.$H=e.getUTCHours(),this.$m=e.getUTCMinutes(),this.$s=e.getUTCSeconds(),this.$ms=e.getUTCMilliseconds()}else c.call(this)};var l=o.utcOffset;o.utcOffset=function(n,a){var i=this.$utils().u;if(i(n))return this.$u?0:i(this.$offset)?l.call(this):this.$offset;if("string"==typeof n&&(n=function(e){void 0===e&&(e="");var n=e.match(t);if(!n)return null;var a=(""+n[0]).match(r)||["-",0,0],i=a[0],o=60*+a[1]+ +a[2];return 0===o?0:"+"===i?o:-o}(n),null===n))return this;var o=Math.abs(n)<=16?60*n:n;if(0===o)return this.utc(a);var s=this.clone();if(a)return s.$offset=o,s.$u=!1,s;var c=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();return(s=this.local().add(o+c,e)).$offset=o,s.$x.$localOffset=c,s};var u=o.format;o.format=function(e){var t=e||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return u.call(this,t)},o.valueOf=function(){var e=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*e},o.isUTC=function(){return!!this.$u},o.toISOString=function(){return this.toDate().toISOString()},o.toString=function(){return this.toDate().toUTCString()};var h=o.toDate;o.toDate=function(e){return"s"===e&&this.$offset?i(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():h.call(this)};var f=o.diff;o.diff=function(e,t,r){if(e&&this.$u===e.$u)return f.call(this,e,t,r);var n=this.local(),a=i(e).local();return f.call(n,a,t,r)}}}()}(wI);var OI=wI.exports,DI={exports:{}};!function(e){var t,r;e.exports=(t={year:0,month:1,day:2,hour:3,minute:4,second:5},r={},function(e,n,a){var i,o=function(e,t,n){void 0===n&&(n={});var a=new Date(e),i=function(e,t){void 0===t&&(t={});var n=t.timeZoneName||"short",a=e+"|"+n,i=r[a];return i||(i=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:n}),r[a]=i),i}(t,n);return i.formatToParts(a)},s=function(e,r){for(var n=o(e,r),i=[],s=0;s<n.length;s+=1){var c=n[s],l=c.type,u=c.value,h=t[l];h>=0&&(i[h]=parseInt(u,10))}var f=i[3],p=24===f?0:f,d=i[0]+"-"+i[1]+"-"+i[2]+" "+p+":"+i[4]+":"+i[5]+":000",m=+e;return(a.utc(d).valueOf()-(m-=m%1e3))/6e4},c=n.prototype;c.tz=function(e,t){void 0===e&&(e=i);var r,n=this.utcOffset(),o=this.toDate(),s=o.toLocaleString("en-US",{timeZone:e}),c=Math.round((o-new Date(s))/1e3/60),l=15*-Math.round(o.getTimezoneOffset()/15)-c;if(Number(l)){if(r=a(s,{locale:this.$L}).$set("millisecond",this.$ms).utcOffset(l,!0),t){var u=r.utcOffset();r=r.add(n-u,"minute")}}else r=this.utcOffset(0,t);return r.$x.$timezone=e,r},c.offsetName=function(e){var t=this.$x.$timezone||a.tz.guess(),r=o(this.valueOf(),t,{timeZoneName:e}).find(function(e){return"timezonename"===e.type.toLowerCase()});return r&&r.value};var l=c.startOf;c.startOf=function(e,t){if(!this.$x||!this.$x.$timezone)return l.call(this,e,t);var r=a(this.format("YYYY-MM-DD HH:mm:ss:SSS"),{locale:this.$L});return l.call(r,e,t).tz(this.$x.$timezone,!0)},a.tz=function(e,t,r){var n=r&&t,o=r||t||i,c=s(+a(),o);if("string"!=typeof e)return a(e).tz(o);var l=function(e,t,r){var n=e-60*t*1e3,a=s(n,r);if(t===a)return[n,t];var i=s(n-=60*(a-t)*1e3,r);return a===i?[n,a]:[e-60*Math.min(a,i)*1e3,Math.max(a,i)]}(a.utc(e,n).valueOf(),c,o),u=l[0],h=l[1],f=a(u).utcOffset(h);return f.$x.$timezone=o,f},a.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},a.tz.setDefault=function(e){i=e}})}(DI);var RI=DI.exports,LI={exports:{}};!function(e){e.exports=function(){var e={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},t=/(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g,r=/\d/,n=/\d\d/,a=/\d\d?/,i=/\d*[^-_:/,()\s\d]+/,o={},s=function(e){return(e=+e)+(e>68?1900:2e3)},c=function(e){return function(t){this[e]=+t}},l=[/[+-]\d\d:?(\d\d)?|Z/,function(e){(this.zone||(this.zone={})).offset=function(e){if(!e)return 0;if("Z"===e)return 0;var t=e.match(/([+-]|\d\d)/g),r=60*t[1]+(+t[2]||0);return 0===r?0:"+"===t[0]?-r:r}(e)}],u=function(e){var t=o[e];return t&&(t.indexOf?t:t.s.concat(t.f))},h=function(e,t){var r,n=o.meridiem;if(n){for(var a=1;a<=24;a+=1)if(e.indexOf(n(a,0,t))>-1){r=a>12;break}}else r=e===(t?"pm":"PM");return r},f={A:[i,function(e){this.afternoon=h(e,!1)}],a:[i,function(e){this.afternoon=h(e,!0)}],Q:[r,function(e){this.month=3*(e-1)+1}],S:[r,function(e){this.milliseconds=100*+e}],SS:[n,function(e){this.milliseconds=10*+e}],SSS:[/\d{3}/,function(e){this.milliseconds=+e}],s:[a,c("seconds")],ss:[a,c("seconds")],m:[a,c("minutes")],mm:[a,c("minutes")],H:[a,c("hours")],h:[a,c("hours")],HH:[a,c("hours")],hh:[a,c("hours")],D:[a,c("day")],DD:[n,c("day")],Do:[i,function(e){var t=o.ordinal,r=e.match(/\d+/);if(this.day=r[0],t)for(var n=1;n<=31;n+=1)t(n).replace(/\[|\]/g,"")===e&&(this.day=n)}],w:[a,c("week")],ww:[n,c("week")],M:[a,c("month")],MM:[n,c("month")],MMM:[i,function(e){var t=u("months"),r=(u("monthsShort")||t.map(function(e){return e.slice(0,3)})).indexOf(e)+1;if(r<1)throw new Error;this.month=r%12||r}],MMMM:[i,function(e){var t=u("months").indexOf(e)+1;if(t<1)throw new Error;this.month=t%12||t}],Y:[/[+-]?\d+/,c("year")],YY:[n,function(e){this.year=s(e)}],YYYY:[/\d{4}/,c("year")],Z:l,ZZ:l};function p(r){var n,a;n=r,a=o&&o.formats;for(var i=(r=n.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g,function(t,r,n){var i=n&&n.toUpperCase();return r||a[n]||e[n]||a[i].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g,function(e,t,r){return t||r.slice(1)})})).match(t),s=i.length,c=0;c<s;c+=1){var l=i[c],u=f[l],h=u&&u[0],p=u&&u[1];i[c]=p?{regex:h,parser:p}:l.replace(/^\[|\]$/g,"")}return function(e){for(var t={},r=0,n=0;r<s;r+=1){var a=i[r];if("string"==typeof a)n+=a.length;else{var o=a.regex,c=a.parser,l=e.slice(n),u=o.exec(l)[0];c.call(t,u),e=e.replace(u,"")}}return function(e){var t=e.afternoon;if(void 0!==t){var r=e.hours;t?r<12&&(e.hours+=12):12===r&&(e.hours=0),delete e.afternoon}}(t),t}}return function(e,t,r){r.p.customParseFormat=!0,e&&e.parseTwoDigitYear&&(s=e.parseTwoDigitYear);var n=t.prototype,a=n.parse;n.parse=function(e){var t=e.date,n=e.utc,i=e.args;this.$u=n;var s=i[1];if("string"==typeof s){var c=!0===i[2],l=!0===i[3],u=c||l,h=i[2];l&&(h=i[2]),o=this.$locale(),!c&&h&&(o=r.Ls[h]),this.$d=function(e,t,r,n){try{if(["x","X"].indexOf(t)>-1)return new Date(("X"===t?1e3:1)*e);var a=p(t)(e),i=a.year,o=a.month,s=a.day,c=a.hours,l=a.minutes,u=a.seconds,h=a.milliseconds,f=a.zone,d=a.week,m=new Date,E=s||(i||o?1:m.getDate()),g=i||m.getFullYear(),_=0;i&&!o||(_=o>0?o-1:m.getMonth());var T,A=c||0,y=l||0,v=u||0,b=h||0;return f?new Date(Date.UTC(g,_,E,A,y,v,b+60*f.offset*1e3)):r?new Date(Date.UTC(g,_,E,A,y,v,b)):(T=new Date(g,_,E,A,y,v,b),d&&(T=n(T).week(d).toDate()),T)}catch(e){return new Date("")}}(t,s,n,r),this.init(),h&&!0!==h&&(this.$L=this.locale(h).$L),u&&t!=this.format(s)&&(this.$d=new Date("")),o={}}else if(s instanceof Array)for(var f=s.length,d=1;d<=f;d+=1){i[1]=s[d-1];var m=r.apply(this,i);if(m.isValid()){this.$d=m.$d,this.$L=m.$L,this.init();break}d===f&&(this.$d=new Date(""))}else a.call(this,e)}}}()}(LI);var kI=LI.exports;CI.extend(OI),CI.extend(RI),CI.extend(kI);var xI=/\b(EST|EDT|CST|CDT|MST|MDT|PST|PDT|ET|CT|MT|PT|GMT|UTC)\b/gi,MI=/([+-]\d{2}:?\d{2}|Z|\bGMT[+-]\d+|\bUTC\b)/i;function PI(e){return e.replace(/\s*z+/gi,"").replace(/\s+/g," ").trim()}function BI(e,t,r){if(_I.test(e))return CI(new Date(e));if(mI.test(e)){var n=mI.exec(e);return CI().subtract(n[1],n[2])}if(pI.test(e))return CI();var a,i=(a=e,MI.test(a)),o=function(e){return e.replace(xI,"").replace(/\s+/g," ").trim()}(e);if(i){var s=new Date(e);if(!NI(s.getTime()))return CI(s)}if(t&&!i){if(r){var c=PI(r);try{var l=CI.tz(o,c,t);if(l.isValid())return l}catch(e){}}var u=new Date(o);if(!NI(u.getTime()))return CI(u).tz(t,!0);var h=CI(o);return h.isValid()?h.tz(t,!0):CI(null)}if(r){var f=PI(r),p=CI(o,f);if(p.isValid())return p}var d=new Date(o);return NI(d.getTime())?CI(o):CI(d)}function UI(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.timezone,n=t.format;if(cI.test(e))return new Date(Cy(e,10)).toISOString();if(lI.test(e))return new Date(1e3*Cy(e,10)).toISOString();var a=BI(e,r,n);return a.isValid()||(a=BI(e=function(e){return(e.match(gI)||[]).join(" ").replace(fI,"m").replace(hI,"$1 $2 $3").replace(uI,"$1").trim()}(e),r,n)),a.isValid()?a.toISOString():null}function FI(e,t){var r=t.$;t.cleanConditionally;var n=t.title,a=void 0===n?"":n,i=t.url,o=void 0===i?"":i,s=t.defaultCleaner,c=void 0===s||s;return function(e,t){t=Yv(t("html"),t,"div"),Yv(t("body"),t,"div")}(0,r),c&&$v(e,r),DS(e,r,o),zv(e,r,o),function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];0===r.length&&(r=Ov),t(r.join(","),e).not(".".concat(Cv)).remove()}(e,r),function(e,t){var r=t("h1",e);r.length<3?r.each(function(e,r){return t(r).remove()}):r.each(function(e,r){Yv(t(r),t,"h2")})}(e,r),function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"";t(Lv,e).each(function(n,a){var i=t(a);return t(a).hasClass(Cv)?i:0===t(i,e).prevAll("p").length||sy(t(a).text())===r||yb(t(a))<0?i.remove():i})}(e,r,a),c&&Ib(e,r),function(e,t){e.find("p").each(function(e,r){var n=t(r);0===n.find("iframe, img").length&&""===n.text().trim()&&n.remove()})}(e,r),function(e,t){Xv(e.parent().length?e.parent():e,t)}(e,r),e}var HI={},GI={exports:{}};!function(e,t){(function(){var r,n="Expected a function",a="__lodash_hash_undefined__",i="__lodash_placeholder__",o=16,s=32,c=64,l=128,u=256,h=1/0,f=9007199254740991,p=NaN,d=4294967295,m=[["ary",l],["bind",1],["bindKey",2],["curry",8],["curryRight",o],["flip",512],["partial",s],["partialRight",c],["rearg",u]],E="[object Arguments]",g="[object Array]",_="[object Boolean]",T="[object Date]",A="[object Error]",y="[object Function]",v="[object GeneratorFunction]",b="[object Map]",S="[object Number]",N="[object Object]",I="[object Promise]",C="[object RegExp]",w="[object Set]",O="[object String]",D="[object Symbol]",R="[object WeakMap]",L="[object ArrayBuffer]",k="[object DataView]",x="[object Float32Array]",M="[object Float64Array]",P="[object Int8Array]",B="[object Int16Array]",U="[object Int32Array]",F="[object Uint8Array]",H="[object Uint8ClampedArray]",G="[object Uint16Array]",q="[object Uint32Array]",j=/\b__p \+= '';/g,Y=/\b(__p \+=) '' \+/g,W=/(__e\(.*?\)|\b__t\)) \+\n'';/g,$=/&(?:amp|lt|gt|quot|#39);/g,V=/[&<>"']/g,z=RegExp($.source),Q=RegExp(V.source),K=/<%-([\s\S]+?)%>/g,X=/<%([\s\S]+?)%>/g,J=/<%=([\s\S]+?)%>/g,Z=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ee=/^\w*$/,te=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,re=/[\\^$.*+?()[\]{}|]/g,ne=RegExp(re.source),ae=/^\s+/,ie=/\s/,oe=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,se=/\{\n\/\* \[wrapped with (.+)\] \*/,ce=/,? & /,le=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ue=/[()=,{}\[\]\/\s]/,he=/\\(\\)?/g,fe=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,pe=/\w*$/,de=/^[-+]0x[0-9a-f]+$/i,me=/^0b[01]+$/i,Ee=/^\[object .+?Constructor\]$/,ge=/^0o[0-7]+$/i,_e=/^(?:0|[1-9]\d*)$/,Te=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Ae=/($^)/,ye=/['\n\r\u2028\u2029\\]/g,ve="\\ud800-\\udfff",be="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Se="\\u2700-\\u27bf",Ne="a-z\\xdf-\\xf6\\xf8-\\xff",Ie="A-Z\\xc0-\\xd6\\xd8-\\xde",Ce="\\ufe0e\\ufe0f",we="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Oe="['’]",De="["+ve+"]",Re="["+we+"]",Le="["+be+"]",ke="\\d+",xe="["+Se+"]",Me="["+Ne+"]",Pe="[^"+ve+we+ke+Se+Ne+Ie+"]",Be="\\ud83c[\\udffb-\\udfff]",Ue="[^"+ve+"]",Fe="(?:\\ud83c[\\udde6-\\uddff]){2}",He="[\\ud800-\\udbff][\\udc00-\\udfff]",Ge="["+Ie+"]",qe="\\u200d",je="(?:"+Me+"|"+Pe+")",Ye="(?:"+Ge+"|"+Pe+")",We="(?:['’](?:d|ll|m|re|s|t|ve))?",$e="(?:['’](?:D|LL|M|RE|S|T|VE))?",Ve="(?:"+Le+"|"+Be+")"+"?",ze="["+Ce+"]?",Qe=ze+Ve+("(?:"+qe+"(?:"+[Ue,Fe,He].join("|")+")"+ze+Ve+")*"),Ke="(?:"+[xe,Fe,He].join("|")+")"+Qe,Xe="(?:"+[Ue+Le+"?",Le,Fe,He,De].join("|")+")",Je=RegExp(Oe,"g"),Ze=RegExp(Le,"g"),et=RegExp(Be+"(?="+Be+")|"+Xe+Qe,"g"),tt=RegExp([Ge+"?"+Me+"+"+We+"(?="+[Re,Ge,"$"].join("|")+")",Ye+"+"+$e+"(?="+[Re,Ge+je,"$"].join("|")+")",Ge+"?"+je+"+"+We,Ge+"+"+$e,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",ke,Ke].join("|"),"g"),rt=RegExp("["+qe+ve+be+Ce+"]"),nt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,at=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],it=-1,ot={};ot[x]=ot[M]=ot[P]=ot[B]=ot[U]=ot[F]=ot[H]=ot[G]=ot[q]=!0,ot[E]=ot[g]=ot[L]=ot[_]=ot[k]=ot[T]=ot[A]=ot[y]=ot[b]=ot[S]=ot[N]=ot[C]=ot[w]=ot[O]=ot[R]=!1;var st={};st[E]=st[g]=st[L]=st[k]=st[_]=st[T]=st[x]=st[M]=st[P]=st[B]=st[U]=st[b]=st[S]=st[N]=st[C]=st[w]=st[O]=st[D]=st[F]=st[H]=st[G]=st[q]=!0,st[A]=st[y]=st[R]=!1;var ct={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},lt=parseFloat,ut=parseInt,ht="object"==typeof as&&as&&as.Object===Object&&as,ft="object"==typeof self&&self&&self.Object===Object&&self,pt=ht||ft||Function("return this")(),dt=t&&!t.nodeType&&t,mt=dt&&e&&!e.nodeType&&e,Et=mt&&mt.exports===dt,gt=Et&&ht.process,_t=function(){try{var e=mt&&mt.require&&mt.require("util").types;return e||gt&&gt.binding&&gt.binding("util")}catch(e){}}(),Tt=_t&&_t.isArrayBuffer,At=_t&&_t.isDate,yt=_t&&_t.isMap,vt=_t&&_t.isRegExp,bt=_t&&_t.isSet,St=_t&&_t.isTypedArray;function Nt(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}function It(e,t,r,n){for(var a=-1,i=null==e?0:e.length;++a<i;){var o=e[a];t(n,o,r(o),e)}return n}function Ct(e,t){for(var r=-1,n=null==e?0:e.length;++r<n&&!1!==t(e[r],r,e););return e}function wt(e,t){for(var r=null==e?0:e.length;r--&&!1!==t(e[r],r,e););return e}function Ot(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(!t(e[r],r,e))return!1;return!0}function Dt(e,t){for(var r=-1,n=null==e?0:e.length,a=0,i=[];++r<n;){var o=e[r];t(o,r,e)&&(i[a++]=o)}return i}function Rt(e,t){return!!(null==e?0:e.length)&&Gt(e,t,0)>-1}function Lt(e,t,r){for(var n=-1,a=null==e?0:e.length;++n<a;)if(r(t,e[n]))return!0;return!1}function kt(e,t){for(var r=-1,n=null==e?0:e.length,a=Array(n);++r<n;)a[r]=t(e[r],r,e);return a}function xt(e,t){for(var r=-1,n=t.length,a=e.length;++r<n;)e[a+r]=t[r];return e}function Mt(e,t,r,n){var a=-1,i=null==e?0:e.length;for(n&&i&&(r=e[++a]);++a<i;)r=t(r,e[a],a,e);return r}function Pt(e,t,r,n){var a=null==e?0:e.length;for(n&&a&&(r=e[--a]);a--;)r=t(r,e[a],a,e);return r}function Bt(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}var Ut=Wt("length");function Ft(e,t,r){var n;return r(e,function(e,r,a){if(t(e,r,a))return n=r,!1}),n}function Ht(e,t,r,n){for(var a=e.length,i=r+(n?1:-1);n?i--:++i<a;)if(t(e[i],i,e))return i;return-1}function Gt(e,t,r){return t==t?function(e,t,r){var n=r-1,a=e.length;for(;++n<a;)if(e[n]===t)return n;return-1}(e,t,r):Ht(e,jt,r)}function qt(e,t,r,n){for(var a=r-1,i=e.length;++a<i;)if(n(e[a],t))return a;return-1}function jt(e){return e!=e}function Yt(e,t){var r=null==e?0:e.length;return r?zt(e,t)/r:p}function Wt(e){return function(t){return null==t?r:t[e]}}function $t(e){return function(t){return null==e?r:e[t]}}function Vt(e,t,r,n,a){return a(e,function(e,a,i){r=n?(n=!1,e):t(r,e,a,i)}),r}function zt(e,t){for(var n,a=-1,i=e.length;++a<i;){var o=t(e[a]);o!==r&&(n=n===r?o:n+o)}return n}function Qt(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}function Kt(e){return e?e.slice(0,pr(e)+1).replace(ae,""):e}function Xt(e){return function(t){return e(t)}}function Jt(e,t){return kt(t,function(t){return e[t]})}function Zt(e,t){return e.has(t)}function er(e,t){for(var r=-1,n=e.length;++r<n&&Gt(t,e[r],0)>-1;);return r}function tr(e,t){for(var r=e.length;r--&&Gt(t,e[r],0)>-1;);return r}var rr=$t({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),nr=$t({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});function ar(e){return"\\"+ct[e]}function ir(e){return rt.test(e)}function or(e){var t=-1,r=Array(e.size);return e.forEach(function(e,n){r[++t]=[n,e]}),r}function sr(e,t){return function(r){return e(t(r))}}function cr(e,t){for(var r=-1,n=e.length,a=0,o=[];++r<n;){var s=e[r];s!==t&&s!==i||(e[r]=i,o[a++]=r)}return o}function lr(e){var t=-1,r=Array(e.size);return e.forEach(function(e){r[++t]=e}),r}function ur(e){var t=-1,r=Array(e.size);return e.forEach(function(e){r[++t]=[e,e]}),r}function hr(e){return ir(e)?function(e){var t=et.lastIndex=0;for(;et.test(e);)++t;return t}(e):Ut(e)}function fr(e){return ir(e)?function(e){return e.match(et)||[]}(e):function(e){return e.split("")}(e)}function pr(e){for(var t=e.length;t--&&ie.test(e.charAt(t)););return t}var dr=$t({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var mr=function e(t){var ie=(t=null==t?pt:mr.defaults(pt.Object(),t,mr.pick(pt,at))).Array,ve=t.Date,be=t.Error,Se=t.Function,Ne=t.Math,Ie=t.Object,Ce=t.RegExp,we=t.String,Oe=t.TypeError,De=ie.prototype,Re=Se.prototype,Le=Ie.prototype,ke=t["__core-js_shared__"],xe=Re.toString,Me=Le.hasOwnProperty,Pe=0,Be=function(){var e=/[^.]+$/.exec(ke&&ke.keys&&ke.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),Ue=Le.toString,Fe=xe.call(Ie),He=pt._,Ge=Ce("^"+xe.call(Me).replace(re,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),qe=Et?t.Buffer:r,je=t.Symbol,Ye=t.Uint8Array,We=qe?qe.allocUnsafe:r,$e=sr(Ie.getPrototypeOf,Ie),Ve=Ie.create,ze=Le.propertyIsEnumerable,Qe=De.splice,Ke=je?je.isConcatSpreadable:r,Xe=je?je.iterator:r,et=je?je.toStringTag:r,rt=function(){try{var e=hi(Ie,"defineProperty");return e({},"",{}),e}catch(e){}}(),ct=t.clearTimeout!==pt.clearTimeout&&t.clearTimeout,ht=ve&&ve.now!==pt.Date.now&&ve.now,ft=t.setTimeout!==pt.setTimeout&&t.setTimeout,dt=Ne.ceil,mt=Ne.floor,gt=Ie.getOwnPropertySymbols,_t=qe?qe.isBuffer:r,Ut=t.isFinite,$t=De.join,Er=sr(Ie.keys,Ie),gr=Ne.max,_r=Ne.min,Tr=ve.now,Ar=t.parseInt,yr=Ne.random,vr=De.reverse,br=hi(t,"DataView"),Sr=hi(t,"Map"),Nr=hi(t,"Promise"),Ir=hi(t,"Set"),Cr=hi(t,"WeakMap"),wr=hi(Ie,"create"),Or=Cr&&new Cr,Dr={},Rr=Bi(br),Lr=Bi(Sr),kr=Bi(Nr),xr=Bi(Ir),Mr=Bi(Cr),Pr=je?je.prototype:r,Br=Pr?Pr.valueOf:r,Ur=Pr?Pr.toString:r;function Fr(e){if(ts(e)&&!Yo(e)&&!(e instanceof jr)){if(e instanceof qr)return e;if(Me.call(e,"__wrapped__"))return Ui(e)}return new qr(e)}var Hr=function(){function e(){}return function(t){if(!es(t))return{};if(Ve)return Ve(t);e.prototype=t;var n=new e;return e.prototype=r,n}}();function Gr(){}function qr(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=r}function jr(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=d,this.__views__=[]}function Yr(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function Wr(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function $r(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function Vr(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new $r;++t<r;)this.add(e[t])}function zr(e){var t=this.__data__=new Wr(e);this.size=t.size}function Qr(e,t){var r=Yo(e),n=!r&&jo(e),a=!r&&!n&&zo(e),i=!r&&!n&&!a&&ls(e),o=r||n||a||i,s=o?Qt(e.length,we):[],c=s.length;for(var l in e)!t&&!Me.call(e,l)||o&&("length"==l||a&&("offset"==l||"parent"==l)||i&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||_i(l,c))||s.push(l);return s}function Kr(e){var t=e.length;return t?e[zn(0,t-1)]:r}function Xr(e,t){return xi(Oa(e),sn(t,0,e.length))}function Jr(e){return xi(Oa(e))}function Zr(e,t,n){(n!==r&&!Ho(e[t],n)||n===r&&!(t in e))&&an(e,t,n)}function en(e,t,n){var a=e[t];Me.call(e,t)&&Ho(a,n)&&(n!==r||t in e)||an(e,t,n)}function tn(e,t){for(var r=e.length;r--;)if(Ho(e[r][0],t))return r;return-1}function rn(e,t,r,n){return fn(e,function(e,a,i){t(n,e,r(e),i)}),n}function nn(e,t){return e&&Da(t,Rs(t),e)}function an(e,t,r){"__proto__"==t&&rt?rt(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function on(e,t){for(var n=-1,a=t.length,i=ie(a),o=null==e;++n<a;)i[n]=o?r:Is(e,t[n]);return i}function sn(e,t,n){return e==e&&(n!==r&&(e=e<=n?e:n),t!==r&&(e=e>=t?e:t)),e}function cn(e,t,n,a,i,o){var s,c=1&t,l=2&t,u=4&t;if(n&&(s=i?n(e,a,i,o):n(e)),s!==r)return s;if(!es(e))return e;var h=Yo(e);if(h){if(s=function(e){var t=e.length,r=new e.constructor(t);t&&"string"==typeof e[0]&&Me.call(e,"index")&&(r.index=e.index,r.input=e.input);return r}(e),!c)return Oa(e,s)}else{var f=di(e),p=f==y||f==v;if(zo(e))return ba(e,c);if(f==N||f==E||p&&!i){if(s=l||p?{}:Ei(e),!c)return l?function(e,t){return Da(e,pi(e),t)}(e,function(e,t){return e&&Da(t,Ls(t),e)}(s,e)):function(e,t){return Da(e,fi(e),t)}(e,nn(s,e))}else{if(!st[f])return i?e:{};s=function(e,t,r){var n=e.constructor;switch(t){case L:return Sa(e);case _:case T:return new n(+e);case k:return function(e,t){var r=t?Sa(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}(e,r);case x:case M:case P:case B:case U:case F:case H:case G:case q:return Na(e,r);case b:return new n;case S:case O:return new n(e);case C:return function(e){var t=new e.constructor(e.source,pe.exec(e));return t.lastIndex=e.lastIndex,t}(e);case w:return new n;case D:return function(e){return Br?Ie(Br.call(e)):{}}(e)}}(e,f,c)}}o||(o=new zr);var d=o.get(e);if(d)return d;o.set(e,s),os(e)?e.forEach(function(r){s.add(cn(r,t,n,r,e,o))}):rs(e)&&e.forEach(function(r,a){s.set(a,cn(r,t,n,a,e,o))});var m=h?r:(u?l?ai:ni:l?Ls:Rs)(e);return Ct(m||e,function(r,a){m&&(r=e[a=r]),en(s,a,cn(r,t,n,a,e,o))}),s}function ln(e,t,n){var a=n.length;if(null==e)return!a;for(e=Ie(e);a--;){var i=n[a],o=t[i],s=e[i];if(s===r&&!(i in e)||!o(s))return!1}return!0}function un(e,t,a){if("function"!=typeof e)throw new Oe(n);return Di(function(){e.apply(r,a)},t)}function hn(e,t,r,n){var a=-1,i=Rt,o=!0,s=e.length,c=[],l=t.length;if(!s)return c;r&&(t=kt(t,Xt(r))),n?(i=Lt,o=!1):t.length>=200&&(i=Zt,o=!1,t=new Vr(t));e:for(;++a<s;){var u=e[a],h=null==r?u:r(u);if(u=n||0!==u?u:0,o&&h==h){for(var f=l;f--;)if(t[f]===h)continue e;c.push(u)}else i(t,h,n)||c.push(u)}return c}Fr.templateSettings={escape:K,evaluate:X,interpolate:J,variable:"",imports:{_:Fr}},Fr.prototype=Gr.prototype,Fr.prototype.constructor=Fr,qr.prototype=Hr(Gr.prototype),qr.prototype.constructor=qr,jr.prototype=Hr(Gr.prototype),jr.prototype.constructor=jr,Yr.prototype.clear=function(){this.__data__=wr?wr(null):{},this.size=0},Yr.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Yr.prototype.get=function(e){var t=this.__data__;if(wr){var n=t[e];return n===a?r:n}return Me.call(t,e)?t[e]:r},Yr.prototype.has=function(e){var t=this.__data__;return wr?t[e]!==r:Me.call(t,e)},Yr.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=wr&&t===r?a:t,this},Wr.prototype.clear=function(){this.__data__=[],this.size=0},Wr.prototype.delete=function(e){var t=this.__data__,r=tn(t,e);return!(r<0)&&(r==t.length-1?t.pop():Qe.call(t,r,1),--this.size,!0)},Wr.prototype.get=function(e){var t=this.__data__,n=tn(t,e);return n<0?r:t[n][1]},Wr.prototype.has=function(e){return tn(this.__data__,e)>-1},Wr.prototype.set=function(e,t){var r=this.__data__,n=tn(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this},$r.prototype.clear=function(){this.size=0,this.__data__={hash:new Yr,map:new(Sr||Wr),string:new Yr}},$r.prototype.delete=function(e){var t=li(this,e).delete(e);return this.size-=t?1:0,t},$r.prototype.get=function(e){return li(this,e).get(e)},$r.prototype.has=function(e){return li(this,e).has(e)},$r.prototype.set=function(e,t){var r=li(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this},Vr.prototype.add=Vr.prototype.push=function(e){return this.__data__.set(e,a),this},Vr.prototype.has=function(e){return this.__data__.has(e)},zr.prototype.clear=function(){this.__data__=new Wr,this.size=0},zr.prototype.delete=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r},zr.prototype.get=function(e){return this.__data__.get(e)},zr.prototype.has=function(e){return this.__data__.has(e)},zr.prototype.set=function(e,t){var r=this.__data__;if(r instanceof Wr){var n=r.__data__;if(!Sr||n.length<199)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new $r(n)}return r.set(e,t),this.size=r.size,this};var fn=ka(An),pn=ka(yn,!0);function dn(e,t){var r=!0;return fn(e,function(e,n,a){return r=!!t(e,n,a)}),r}function mn(e,t,n){for(var a=-1,i=e.length;++a<i;){var o=e[a],s=t(o);if(null!=s&&(c===r?s==s&&!cs(s):n(s,c)))var c=s,l=o}return l}function En(e,t){var r=[];return fn(e,function(e,n,a){t(e,n,a)&&r.push(e)}),r}function gn(e,t,r,n,a){var i=-1,o=e.length;for(r||(r=gi),a||(a=[]);++i<o;){var s=e[i];t>0&&r(s)?t>1?gn(s,t-1,r,n,a):xt(a,s):n||(a[a.length]=s)}return a}var _n=xa(),Tn=xa(!0);function An(e,t){return e&&_n(e,t,Rs)}function yn(e,t){return e&&Tn(e,t,Rs)}function vn(e,t){return Dt(t,function(t){return Xo(e[t])})}function bn(e,t){for(var n=0,a=(t=Ta(t,e)).length;null!=e&&n<a;)e=e[Pi(t[n++])];return n&&n==a?e:r}function Sn(e,t,r){var n=t(e);return Yo(e)?n:xt(n,r(e))}function Nn(e){return null==e?e===r?"[object Undefined]":"[object Null]":et&&et in Ie(e)?function(e){var t=Me.call(e,et),n=e[et];try{e[et]=r;var a=!0}catch(e){}var i=Ue.call(e);a&&(t?e[et]=n:delete e[et]);return i}(e):function(e){return Ue.call(e)}(e)}function In(e,t){return e>t}function Cn(e,t){return null!=e&&Me.call(e,t)}function wn(e,t){return null!=e&&t in Ie(e)}function On(e,t,n){for(var a=n?Lt:Rt,i=e[0].length,o=e.length,s=o,c=ie(o),l=1/0,u=[];s--;){var h=e[s];s&&t&&(h=kt(h,Xt(t))),l=_r(h.length,l),c[s]=!n&&(t||i>=120&&h.length>=120)?new Vr(s&&h):r}h=e[0];var f=-1,p=c[0];e:for(;++f<i&&u.length<l;){var d=h[f],m=t?t(d):d;if(d=n||0!==d?d:0,!(p?Zt(p,m):a(u,m,n))){for(s=o;--s;){var E=c[s];if(!(E?Zt(E,m):a(e[s],m,n)))continue e}p&&p.push(m),u.push(d)}}return u}function Dn(e,t,n){var a=null==(e=Ci(e,t=Ta(t,e)))?e:e[Pi(Qi(t))];return null==a?r:Nt(a,e,n)}function Rn(e){return ts(e)&&Nn(e)==E}function Ln(e,t,n,a,i){return e===t||(null==e||null==t||!ts(e)&&!ts(t)?e!=e&&t!=t:function(e,t,n,a,i,o){var s=Yo(e),c=Yo(t),l=s?g:di(e),u=c?g:di(t),h=(l=l==E?N:l)==N,f=(u=u==E?N:u)==N,p=l==u;if(p&&zo(e)){if(!zo(t))return!1;s=!0,h=!1}if(p&&!h)return o||(o=new zr),s||ls(e)?ti(e,t,n,a,i,o):function(e,t,r,n,a,i,o){switch(r){case k:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case L:return!(e.byteLength!=t.byteLength||!i(new Ye(e),new Ye(t)));case _:case T:case S:return Ho(+e,+t);case A:return e.name==t.name&&e.message==t.message;case C:case O:return e==t+"";case b:var s=or;case w:var c=1&n;if(s||(s=lr),e.size!=t.size&&!c)return!1;var l=o.get(e);if(l)return l==t;n|=2,o.set(e,t);var u=ti(s(e),s(t),n,a,i,o);return o.delete(e),u;case D:if(Br)return Br.call(e)==Br.call(t)}return!1}(e,t,l,n,a,i,o);if(!(1&n)){var d=h&&Me.call(e,"__wrapped__"),m=f&&Me.call(t,"__wrapped__");if(d||m){var y=d?e.value():e,v=m?t.value():t;return o||(o=new zr),i(y,v,n,a,o)}}if(!p)return!1;return o||(o=new zr),function(e,t,n,a,i,o){var s=1&n,c=ni(e),l=c.length,u=ni(t),h=u.length;if(l!=h&&!s)return!1;var f=l;for(;f--;){var p=c[f];if(!(s?p in t:Me.call(t,p)))return!1}var d=o.get(e),m=o.get(t);if(d&&m)return d==t&&m==e;var E=!0;o.set(e,t),o.set(t,e);var g=s;for(;++f<l;){var _=e[p=c[f]],T=t[p];if(a)var A=s?a(T,_,p,t,e,o):a(_,T,p,e,t,o);if(!(A===r?_===T||i(_,T,n,a,o):A)){E=!1;break}g||(g="constructor"==p)}if(E&&!g){var y=e.constructor,v=t.constructor;y==v||!("constructor"in e)||!("constructor"in t)||"function"==typeof y&&y instanceof y&&"function"==typeof v&&v instanceof v||(E=!1)}return o.delete(e),o.delete(t),E}(e,t,n,a,i,o)}(e,t,n,a,Ln,i))}function kn(e,t,n,a){var i=n.length,o=i,s=!a;if(null==e)return!o;for(e=Ie(e);i--;){var c=n[i];if(s&&c[2]?c[1]!==e[c[0]]:!(c[0]in e))return!1}for(;++i<o;){var l=(c=n[i])[0],u=e[l],h=c[1];if(s&&c[2]){if(u===r&&!(l in e))return!1}else{var f=new zr;if(a)var p=a(u,h,l,e,t,f);if(!(p===r?Ln(h,u,3,a,f):p))return!1}}return!0}function xn(e){return!(!es(e)||function(e){return!!Be&&Be in e}(e))&&(Xo(e)?Ge:Ee).test(Bi(e))}function Mn(e){return"function"==typeof e?e:null==e?nc:"object"==typeof e?Yo(e)?Gn(e[0],e[1]):Hn(e):fc(e)}function Pn(e){if(!bi(e))return Er(e);var t=[];for(var r in Ie(e))Me.call(e,r)&&"constructor"!=r&&t.push(r);return t}function Bn(e){if(!es(e))return function(e){var t=[];if(null!=e)for(var r in Ie(e))t.push(r);return t}(e);var t=bi(e),r=[];for(var n in e)("constructor"!=n||!t&&Me.call(e,n))&&r.push(n);return r}function Un(e,t){return e<t}function Fn(e,t){var r=-1,n=$o(e)?ie(e.length):[];return fn(e,function(e,a,i){n[++r]=t(e,a,i)}),n}function Hn(e){var t=ui(e);return 1==t.length&&t[0][2]?Ni(t[0][0],t[0][1]):function(r){return r===e||kn(r,e,t)}}function Gn(e,t){return Ai(e)&&Si(t)?Ni(Pi(e),t):function(n){var a=Is(n,e);return a===r&&a===t?Cs(n,e):Ln(t,a,3)}}function qn(e,t,n,a,i){e!==t&&_n(t,function(o,s){if(i||(i=new zr),es(o))!function(e,t,n,a,i,o,s){var c=wi(e,n),l=wi(t,n),u=s.get(l);if(u)return void Zr(e,n,u);var h=o?o(c,l,n+"",e,t,s):r,f=h===r;if(f){var p=Yo(l),d=!p&&zo(l),m=!p&&!d&&ls(l);h=l,p||d||m?Yo(c)?h=c:Vo(c)?h=Oa(c):d?(f=!1,h=ba(l,!0)):m?(f=!1,h=Na(l,!0)):h=[]:as(l)||jo(l)?(h=c,jo(c)?h=gs(c):es(c)&&!Xo(c)||(h=Ei(l))):f=!1}f&&(s.set(l,h),i(h,l,a,o,s),s.delete(l));Zr(e,n,h)}(e,t,s,n,qn,a,i);else{var c=a?a(wi(e,s),o,s+"",e,t,i):r;c===r&&(c=o),Zr(e,s,c)}},Ls)}function jn(e,t){var n=e.length;if(n)return _i(t+=t<0?n:0,n)?e[t]:r}function Yn(e,t,r){t=t.length?kt(t,function(e){return Yo(e)?function(t){return bn(t,1===e.length?e[0]:e)}:e}):[nc];var n=-1;t=kt(t,Xt(ci()));var a=Fn(e,function(e,r,a){var i=kt(t,function(t){return t(e)});return{criteria:i,index:++n,value:e}});return function(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}(a,function(e,t){return function(e,t,r){var n=-1,a=e.criteria,i=t.criteria,o=a.length,s=r.length;for(;++n<o;){var c=Ia(a[n],i[n]);if(c)return n>=s?c:c*("desc"==r[n]?-1:1)}return e.index-t.index}(e,t,r)})}function Wn(e,t,r){for(var n=-1,a=t.length,i={};++n<a;){var o=t[n],s=bn(e,o);r(s,o)&&Zn(i,Ta(o,e),s)}return i}function $n(e,t,r,n){var a=n?qt:Gt,i=-1,o=t.length,s=e;for(e===t&&(t=Oa(t)),r&&(s=kt(e,Xt(r)));++i<o;)for(var c=0,l=t[i],u=r?r(l):l;(c=a(s,u,c,n))>-1;)s!==e&&Qe.call(s,c,1),Qe.call(e,c,1);return e}function Vn(e,t){for(var r=e?t.length:0,n=r-1;r--;){var a=t[r];if(r==n||a!==i){var i=a;_i(a)?Qe.call(e,a,1):ha(e,a)}}return e}function zn(e,t){return e+mt(yr()*(t-e+1))}function Qn(e,t){var r="";if(!e||t<1||t>f)return r;do{t%2&&(r+=e),(t=mt(t/2))&&(e+=e)}while(t);return r}function Kn(e,t){return Ri(Ii(e,t,nc),e+"")}function Xn(e){return Kr(Hs(e))}function Jn(e,t){var r=Hs(e);return xi(r,sn(t,0,r.length))}function Zn(e,t,n,a){if(!es(e))return e;for(var i=-1,o=(t=Ta(t,e)).length,s=o-1,c=e;null!=c&&++i<o;){var l=Pi(t[i]),u=n;if("__proto__"===l||"constructor"===l||"prototype"===l)return e;if(i!=s){var h=c[l];(u=a?a(h,l,c):r)===r&&(u=es(h)?h:_i(t[i+1])?[]:{})}en(c,l,u),c=c[l]}return e}var ea=Or?function(e,t){return Or.set(e,t),e}:nc,ta=rt?function(e,t){return rt(e,"toString",{configurable:!0,enumerable:!1,value:ec(t),writable:!0})}:nc;function ra(e){return xi(Hs(e))}function na(e,t,r){var n=-1,a=e.length;t<0&&(t=-t>a?0:a+t),(r=r>a?a:r)<0&&(r+=a),a=t>r?0:r-t>>>0,t>>>=0;for(var i=ie(a);++n<a;)i[n]=e[n+t];return i}function aa(e,t){var r;return fn(e,function(e,n,a){return!(r=t(e,n,a))}),!!r}function ia(e,t,r){var n=0,a=null==e?n:e.length;if("number"==typeof t&&t==t&&a<=2147483647){for(;n<a;){var i=n+a>>>1,o=e[i];null!==o&&!cs(o)&&(r?o<=t:o<t)?n=i+1:a=i}return a}return oa(e,t,nc,r)}function oa(e,t,n,a){var i=0,o=null==e?0:e.length;if(0===o)return 0;for(var s=(t=n(t))!=t,c=null===t,l=cs(t),u=t===r;i<o;){var h=mt((i+o)/2),f=n(e[h]),p=f!==r,d=null===f,m=f==f,E=cs(f);if(s)var g=a||m;else g=u?m&&(a||p):c?m&&p&&(a||!d):l?m&&p&&!d&&(a||!E):!d&&!E&&(a?f<=t:f<t);g?i=h+1:o=h}return _r(o,4294967294)}function sa(e,t){for(var r=-1,n=e.length,a=0,i=[];++r<n;){var o=e[r],s=t?t(o):o;if(!r||!Ho(s,c)){var c=s;i[a++]=0===o?0:o}}return i}function ca(e){return"number"==typeof e?e:cs(e)?p:+e}function la(e){if("string"==typeof e)return e;if(Yo(e))return kt(e,la)+"";if(cs(e))return Ur?Ur.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function ua(e,t,r){var n=-1,a=Rt,i=e.length,o=!0,s=[],c=s;if(r)o=!1,a=Lt;else if(i>=200){var l=t?null:Qa(e);if(l)return lr(l);o=!1,a=Zt,c=new Vr}else c=t?[]:s;e:for(;++n<i;){var u=e[n],h=t?t(u):u;if(u=r||0!==u?u:0,o&&h==h){for(var f=c.length;f--;)if(c[f]===h)continue e;t&&c.push(h),s.push(u)}else a(c,h,r)||(c!==s&&c.push(h),s.push(u))}return s}function ha(e,t){return null==(e=Ci(e,t=Ta(t,e)))||delete e[Pi(Qi(t))]}function fa(e,t,r,n){return Zn(e,t,r(bn(e,t)),n)}function pa(e,t,r,n){for(var a=e.length,i=n?a:-1;(n?i--:++i<a)&&t(e[i],i,e););return r?na(e,n?0:i,n?i+1:a):na(e,n?i+1:0,n?a:i)}function da(e,t){var r=e;return r instanceof jr&&(r=r.value()),Mt(t,function(e,t){return t.func.apply(t.thisArg,xt([e],t.args))},r)}function ma(e,t,r){var n=e.length;if(n<2)return n?ua(e[0]):[];for(var a=-1,i=ie(n);++a<n;)for(var o=e[a],s=-1;++s<n;)s!=a&&(i[a]=hn(i[a]||o,e[s],t,r));return ua(gn(i,1),t,r)}function Ea(e,t,n){for(var a=-1,i=e.length,o=t.length,s={};++a<i;){var c=a<o?t[a]:r;n(s,e[a],c)}return s}function ga(e){return Vo(e)?e:[]}function _a(e){return"function"==typeof e?e:nc}function Ta(e,t){return Yo(e)?e:Ai(e,t)?[e]:Mi(_s(e))}var Aa=Kn;function ya(e,t,n){var a=e.length;return n=n===r?a:n,!t&&n>=a?e:na(e,t,n)}var va=ct||function(e){return pt.clearTimeout(e)};function ba(e,t){if(t)return e.slice();var r=e.length,n=We?We(r):new e.constructor(r);return e.copy(n),n}function Sa(e){var t=new e.constructor(e.byteLength);return new Ye(t).set(new Ye(e)),t}function Na(e,t){var r=t?Sa(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}function Ia(e,t){if(e!==t){var n=e!==r,a=null===e,i=e==e,o=cs(e),s=t!==r,c=null===t,l=t==t,u=cs(t);if(!c&&!u&&!o&&e>t||o&&s&&l&&!c&&!u||a&&s&&l||!n&&l||!i)return 1;if(!a&&!o&&!u&&e<t||u&&n&&i&&!a&&!o||c&&n&&i||!s&&i||!l)return-1}return 0}function Ca(e,t,r,n){for(var a=-1,i=e.length,o=r.length,s=-1,c=t.length,l=gr(i-o,0),u=ie(c+l),h=!n;++s<c;)u[s]=t[s];for(;++a<o;)(h||a<i)&&(u[r[a]]=e[a]);for(;l--;)u[s++]=e[a++];return u}function wa(e,t,r,n){for(var a=-1,i=e.length,o=-1,s=r.length,c=-1,l=t.length,u=gr(i-s,0),h=ie(u+l),f=!n;++a<u;)h[a]=e[a];for(var p=a;++c<l;)h[p+c]=t[c];for(;++o<s;)(f||a<i)&&(h[p+r[o]]=e[a++]);return h}function Oa(e,t){var r=-1,n=e.length;for(t||(t=ie(n));++r<n;)t[r]=e[r];return t}function Da(e,t,n,a){var i=!n;n||(n={});for(var o=-1,s=t.length;++o<s;){var c=t[o],l=a?a(n[c],e[c],c,n,e):r;l===r&&(l=e[c]),i?an(n,c,l):en(n,c,l)}return n}function Ra(e,t){return function(r,n){var a=Yo(r)?It:rn,i=t?t():{};return a(r,e,ci(n,2),i)}}function La(e){return Kn(function(t,n){var a=-1,i=n.length,o=i>1?n[i-1]:r,s=i>2?n[2]:r;for(o=e.length>3&&"function"==typeof o?(i--,o):r,s&&Ti(n[0],n[1],s)&&(o=i<3?r:o,i=1),t=Ie(t);++a<i;){var c=n[a];c&&e(t,c,a,o)}return t})}function ka(e,t){return function(r,n){if(null==r)return r;if(!$o(r))return e(r,n);for(var a=r.length,i=t?a:-1,o=Ie(r);(t?i--:++i<a)&&!1!==n(o[i],i,o););return r}}function xa(e){return function(t,r,n){for(var a=-1,i=Ie(t),o=n(t),s=o.length;s--;){var c=o[e?s:++a];if(!1===r(i[c],c,i))break}return t}}function Ma(e){return function(t){var n=ir(t=_s(t))?fr(t):r,a=n?n[0]:t.charAt(0),i=n?ya(n,1).join(""):t.slice(1);return a[e]()+i}}function Pa(e){return function(t){return Mt(Xs(js(t).replace(Je,"")),e,"")}}function Ba(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var r=Hr(e.prototype),n=e.apply(r,t);return es(n)?n:r}}function Ua(e){return function(t,n,a){var i=Ie(t);if(!$o(t)){var o=ci(n,3);t=Rs(t),n=function(e){return o(i[e],e,i)}}var s=e(t,n,a);return s>-1?i[o?t[s]:s]:r}}function Fa(e){return ri(function(t){var a=t.length,i=a,o=qr.prototype.thru;for(e&&t.reverse();i--;){var s=t[i];if("function"!=typeof s)throw new Oe(n);if(o&&!c&&"wrapper"==oi(s))var c=new qr([],!0)}for(i=c?i:a;++i<a;){var l=oi(s=t[i]),u="wrapper"==l?ii(s):r;c=u&&yi(u[0])&&424==u[1]&&!u[4].length&&1==u[9]?c[oi(u[0])].apply(c,u[3]):1==s.length&&yi(s)?c[l]():c.thru(s)}return function(){var e=arguments,r=e[0];if(c&&1==e.length&&Yo(r))return c.plant(r).value();for(var n=0,i=a?t[n].apply(this,e):r;++n<a;)i=t[n].call(this,i);return i}})}function Ha(e,t,n,a,i,o,s,c,u,h){var f=t&l,p=1&t,d=2&t,m=24&t,E=512&t,g=d?r:Ba(e);return function l(){for(var _=arguments.length,T=ie(_),A=_;A--;)T[A]=arguments[A];if(m)var y=si(l),v=function(e,t){for(var r=e.length,n=0;r--;)e[r]===t&&++n;return n}(T,y);if(a&&(T=Ca(T,a,i,m)),o&&(T=wa(T,o,s,m)),_-=v,m&&_<h){var b=cr(T,y);return Va(e,t,Ha,l.placeholder,n,T,b,c,u,h-_)}var S=p?n:this,N=d?S[e]:e;return _=T.length,c?T=function(e,t){var n=e.length,a=_r(t.length,n),i=Oa(e);for(;a--;){var o=t[a];e[a]=_i(o,n)?i[o]:r}return e}(T,c):E&&_>1&&T.reverse(),f&&u<_&&(T.length=u),this&&this!==pt&&this instanceof l&&(N=g||Ba(N)),N.apply(S,T)}}function Ga(e,t){return function(r,n){return function(e,t,r,n){return An(e,function(e,a,i){t(n,r(e),a,i)}),n}(r,e,t(n),{})}}function qa(e,t){return function(n,a){var i;if(n===r&&a===r)return t;if(n!==r&&(i=n),a!==r){if(i===r)return a;"string"==typeof n||"string"==typeof a?(n=la(n),a=la(a)):(n=ca(n),a=ca(a)),i=e(n,a)}return i}}function ja(e){return ri(function(t){return t=kt(t,Xt(ci())),Kn(function(r){var n=this;return e(t,function(e){return Nt(e,n,r)})})})}function Ya(e,t){var n=(t=t===r?" ":la(t)).length;if(n<2)return n?Qn(t,e):t;var a=Qn(t,dt(e/hr(t)));return ir(t)?ya(fr(a),0,e).join(""):a.slice(0,e)}function Wa(e){return function(t,n,a){return a&&"number"!=typeof a&&Ti(t,n,a)&&(n=a=r),t=ps(t),n===r?(n=t,t=0):n=ps(n),function(e,t,r,n){for(var a=-1,i=gr(dt((t-e)/(r||1)),0),o=ie(i);i--;)o[n?i:++a]=e,e+=r;return o}(t,n,a=a===r?t<n?1:-1:ps(a),e)}}function $a(e){return function(t,r){return"string"==typeof t&&"string"==typeof r||(t=Es(t),r=Es(r)),e(t,r)}}function Va(e,t,n,a,i,o,l,u,h,f){var p=8&t;t|=p?s:c,4&(t&=~(p?c:s))||(t&=-4);var d=[e,t,i,p?o:r,p?l:r,p?r:o,p?r:l,u,h,f],m=n.apply(r,d);return yi(e)&&Oi(m,d),m.placeholder=a,Li(m,e,t)}function za(e){var t=Ne[e];return function(e,r){if(e=Es(e),(r=null==r?0:_r(ds(r),292))&&Ut(e)){var n=(_s(e)+"e").split("e");return+((n=(_s(t(n[0]+"e"+(+n[1]+r)))+"e").split("e"))[0]+"e"+(+n[1]-r))}return t(e)}}var Qa=Ir&&1/lr(new Ir([,-0]))[1]==h?function(e){return new Ir(e)}:cc;function Ka(e){return function(t){var r=di(t);return r==b?or(t):r==w?ur(t):function(e,t){return kt(t,function(t){return[t,e[t]]})}(t,e(t))}}function Xa(e,t,a,h,f,p,d,m){var E=2&t;if(!E&&"function"!=typeof e)throw new Oe(n);var g=h?h.length:0;if(g||(t&=-97,h=f=r),d=d===r?d:gr(ds(d),0),m=m===r?m:ds(m),g-=f?f.length:0,t&c){var _=h,T=f;h=f=r}var A=E?r:ii(e),y=[e,t,a,h,f,_,T,p,d,m];if(A&&function(e,t){var r=e[1],n=t[1],a=r|n,o=a<131,s=n==l&&8==r||n==l&&r==u&&e[7].length<=t[8]||384==n&&t[7].length<=t[8]&&8==r;if(!o&&!s)return e;1&n&&(e[2]=t[2],a|=1&r?0:4);var c=t[3];if(c){var h=e[3];e[3]=h?Ca(h,c,t[4]):c,e[4]=h?cr(e[3],i):t[4]}(c=t[5])&&(h=e[5],e[5]=h?wa(h,c,t[6]):c,e[6]=h?cr(e[5],i):t[6]);(c=t[7])&&(e[7]=c);n&l&&(e[8]=null==e[8]?t[8]:_r(e[8],t[8]));null==e[9]&&(e[9]=t[9]);e[0]=t[0],e[1]=a}(y,A),e=y[0],t=y[1],a=y[2],h=y[3],f=y[4],!(m=y[9]=y[9]===r?E?0:e.length:gr(y[9]-g,0))&&24&t&&(t&=-25),t&&1!=t)v=8==t||t==o?function(e,t,n){var a=Ba(e);return function i(){for(var o=arguments.length,s=ie(o),c=o,l=si(i);c--;)s[c]=arguments[c];var u=o<3&&s[0]!==l&&s[o-1]!==l?[]:cr(s,l);return(o-=u.length)<n?Va(e,t,Ha,i.placeholder,r,s,u,r,r,n-o):Nt(this&&this!==pt&&this instanceof i?a:e,this,s)}}(e,t,m):t!=s&&33!=t||f.length?Ha.apply(r,y):function(e,t,r,n){var a=1&t,i=Ba(e);return function t(){for(var o=-1,s=arguments.length,c=-1,l=n.length,u=ie(l+s),h=this&&this!==pt&&this instanceof t?i:e;++c<l;)u[c]=n[c];for(;s--;)u[c++]=arguments[++o];return Nt(h,a?r:this,u)}}(e,t,a,h);else var v=function(e,t,r){var n=1&t,a=Ba(e);return function t(){return(this&&this!==pt&&this instanceof t?a:e).apply(n?r:this,arguments)}}(e,t,a);return Li((A?ea:Oi)(v,y),e,t)}function Ja(e,t,n,a){return e===r||Ho(e,Le[n])&&!Me.call(a,n)?t:e}function Za(e,t,n,a,i,o){return es(e)&&es(t)&&(o.set(t,e),qn(e,t,r,Za,o),o.delete(t)),e}function ei(e){return as(e)?r:e}function ti(e,t,n,a,i,o){var s=1&n,c=e.length,l=t.length;if(c!=l&&!(s&&l>c))return!1;var u=o.get(e),h=o.get(t);if(u&&h)return u==t&&h==e;var f=-1,p=!0,d=2&n?new Vr:r;for(o.set(e,t),o.set(t,e);++f<c;){var m=e[f],E=t[f];if(a)var g=s?a(E,m,f,t,e,o):a(m,E,f,e,t,o);if(g!==r){if(g)continue;p=!1;break}if(d){if(!Bt(t,function(e,t){if(!Zt(d,t)&&(m===e||i(m,e,n,a,o)))return d.push(t)})){p=!1;break}}else if(m!==E&&!i(m,E,n,a,o)){p=!1;break}}return o.delete(e),o.delete(t),p}function ri(e){return Ri(Ii(e,r,Yi),e+"")}function ni(e){return Sn(e,Rs,fi)}function ai(e){return Sn(e,Ls,pi)}var ii=Or?function(e){return Or.get(e)}:cc;function oi(e){for(var t=e.name+"",r=Dr[t],n=Me.call(Dr,t)?r.length:0;n--;){var a=r[n],i=a.func;if(null==i||i==e)return a.name}return t}function si(e){return(Me.call(Fr,"placeholder")?Fr:e).placeholder}function ci(){var e=Fr.iteratee||ac;return e=e===ac?Mn:e,arguments.length?e(arguments[0],arguments[1]):e}function li(e,t){var r=e.__data__;return function(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}(t)?r["string"==typeof t?"string":"hash"]:r.map}function ui(e){for(var t=Rs(e),r=t.length;r--;){var n=t[r],a=e[n];t[r]=[n,a,Si(a)]}return t}function hi(e,t){var n=function(e,t){return null==e?r:e[t]}(e,t);return xn(n)?n:r}var fi=gt?function(e){return null==e?[]:(e=Ie(e),Dt(gt(e),function(t){return ze.call(e,t)}))}:mc,pi=gt?function(e){for(var t=[];e;)xt(t,fi(e)),e=$e(e);return t}:mc,di=Nn;function mi(e,t,r){for(var n=-1,a=(t=Ta(t,e)).length,i=!1;++n<a;){var o=Pi(t[n]);if(!(i=null!=e&&r(e,o)))break;e=e[o]}return i||++n!=a?i:!!(a=null==e?0:e.length)&&Zo(a)&&_i(o,a)&&(Yo(e)||jo(e))}function Ei(e){return"function"!=typeof e.constructor||bi(e)?{}:Hr($e(e))}function gi(e){return Yo(e)||jo(e)||!!(Ke&&e&&e[Ke])}function _i(e,t){var r=typeof e;return!!(t=null==t?f:t)&&("number"==r||"symbol"!=r&&_e.test(e))&&e>-1&&e%1==0&&e<t}function Ti(e,t,r){if(!es(r))return!1;var n=typeof t;return!!("number"==n?$o(r)&&_i(t,r.length):"string"==n&&t in r)&&Ho(r[t],e)}function Ai(e,t){if(Yo(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!cs(e))||(ee.test(e)||!Z.test(e)||null!=t&&e in Ie(t))}function yi(e){var t=oi(e),r=Fr[t];if("function"!=typeof r||!(t in jr.prototype))return!1;if(e===r)return!0;var n=ii(r);return!!n&&e===n[0]}(br&&di(new br(new ArrayBuffer(1)))!=k||Sr&&di(new Sr)!=b||Nr&&di(Nr.resolve())!=I||Ir&&di(new Ir)!=w||Cr&&di(new Cr)!=R)&&(di=function(e){var t=Nn(e),n=t==N?e.constructor:r,a=n?Bi(n):"";if(a)switch(a){case Rr:return k;case Lr:return b;case kr:return I;case xr:return w;case Mr:return R}return t});var vi=ke?Xo:Ec;function bi(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Le)}function Si(e){return e==e&&!es(e)}function Ni(e,t){return function(n){return null!=n&&(n[e]===t&&(t!==r||e in Ie(n)))}}function Ii(e,t,n){return t=gr(t===r?e.length-1:t,0),function(){for(var r=arguments,a=-1,i=gr(r.length-t,0),o=ie(i);++a<i;)o[a]=r[t+a];a=-1;for(var s=ie(t+1);++a<t;)s[a]=r[a];return s[t]=n(o),Nt(e,this,s)}}function Ci(e,t){return t.length<2?e:bn(e,na(t,0,-1))}function wi(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var Oi=ki(ea),Di=ft||function(e,t){return pt.setTimeout(e,t)},Ri=ki(ta);function Li(e,t,r){var n=t+"";return Ri(e,function(e,t){var r=t.length;if(!r)return e;var n=r-1;return t[n]=(r>1?"& ":"")+t[n],t=t.join(r>2?", ":" "),e.replace(oe,"{\n/* [wrapped with "+t+"] */\n")}(n,function(e,t){return Ct(m,function(r){var n="_."+r[0];t&r[1]&&!Rt(e,n)&&e.push(n)}),e.sort()}(function(e){var t=e.match(se);return t?t[1].split(ce):[]}(n),r)))}function ki(e){var t=0,n=0;return function(){var a=Tr(),i=16-(a-n);if(n=a,i>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(r,arguments)}}function xi(e,t){var n=-1,a=e.length,i=a-1;for(t=t===r?a:t;++n<t;){var o=zn(n,i),s=e[o];e[o]=e[n],e[n]=s}return e.length=t,e}var Mi=function(e){var t=xo(e,function(e){return 500===r.size&&r.clear(),e}),r=t.cache;return t}(function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(te,function(e,r,n,a){t.push(n?a.replace(he,"$1"):r||e)}),t});function Pi(e){if("string"==typeof e||cs(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function Bi(e){if(null!=e){try{return xe.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function Ui(e){if(e instanceof jr)return e.clone();var t=new qr(e.__wrapped__,e.__chain__);return t.__actions__=Oa(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var Fi=Kn(function(e,t){return Vo(e)?hn(e,gn(t,1,Vo,!0)):[]}),Hi=Kn(function(e,t){var n=Qi(t);return Vo(n)&&(n=r),Vo(e)?hn(e,gn(t,1,Vo,!0),ci(n,2)):[]}),Gi=Kn(function(e,t){var n=Qi(t);return Vo(n)&&(n=r),Vo(e)?hn(e,gn(t,1,Vo,!0),r,n):[]});function qi(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var a=null==r?0:ds(r);return a<0&&(a=gr(n+a,0)),Ht(e,ci(t,3),a)}function ji(e,t,n){var a=null==e?0:e.length;if(!a)return-1;var i=a-1;return n!==r&&(i=ds(n),i=n<0?gr(a+i,0):_r(i,a-1)),Ht(e,ci(t,3),i,!0)}function Yi(e){return(null==e?0:e.length)?gn(e,1):[]}function Wi(e){return e&&e.length?e[0]:r}var $i=Kn(function(e){var t=kt(e,ga);return t.length&&t[0]===e[0]?On(t):[]}),Vi=Kn(function(e){var t=Qi(e),n=kt(e,ga);return t===Qi(n)?t=r:n.pop(),n.length&&n[0]===e[0]?On(n,ci(t,2)):[]}),zi=Kn(function(e){var t=Qi(e),n=kt(e,ga);return(t="function"==typeof t?t:r)&&n.pop(),n.length&&n[0]===e[0]?On(n,r,t):[]});function Qi(e){var t=null==e?0:e.length;return t?e[t-1]:r}var Ki=Kn(Xi);function Xi(e,t){return e&&e.length&&t&&t.length?$n(e,t):e}var Ji=ri(function(e,t){var r=null==e?0:e.length,n=on(e,t);return Vn(e,kt(t,function(e){return _i(e,r)?+e:e}).sort(Ia)),n});function Zi(e){return null==e?e:vr.call(e)}var eo=Kn(function(e){return ua(gn(e,1,Vo,!0))}),to=Kn(function(e){var t=Qi(e);return Vo(t)&&(t=r),ua(gn(e,1,Vo,!0),ci(t,2))}),ro=Kn(function(e){var t=Qi(e);return t="function"==typeof t?t:r,ua(gn(e,1,Vo,!0),r,t)});function no(e){if(!e||!e.length)return[];var t=0;return e=Dt(e,function(e){if(Vo(e))return t=gr(e.length,t),!0}),Qt(t,function(t){return kt(e,Wt(t))})}function ao(e,t){if(!e||!e.length)return[];var n=no(e);return null==t?n:kt(n,function(e){return Nt(t,r,e)})}var io=Kn(function(e,t){return Vo(e)?hn(e,t):[]}),oo=Kn(function(e){return ma(Dt(e,Vo))}),so=Kn(function(e){var t=Qi(e);return Vo(t)&&(t=r),ma(Dt(e,Vo),ci(t,2))}),co=Kn(function(e){var t=Qi(e);return t="function"==typeof t?t:r,ma(Dt(e,Vo),r,t)}),lo=Kn(no);var uo=Kn(function(e){var t=e.length,n=t>1?e[t-1]:r;return n="function"==typeof n?(e.pop(),n):r,ao(e,n)});function ho(e){var t=Fr(e);return t.__chain__=!0,t}function fo(e,t){return t(e)}var po=ri(function(e){var t=e.length,n=t?e[0]:0,a=this.__wrapped__,i=function(t){return on(t,e)};return!(t>1||this.__actions__.length)&&a instanceof jr&&_i(n)?((a=a.slice(n,+n+(t?1:0))).__actions__.push({func:fo,args:[i],thisArg:r}),new qr(a,this.__chain__).thru(function(e){return t&&!e.length&&e.push(r),e})):this.thru(i)});var mo=Ra(function(e,t,r){Me.call(e,r)?++e[r]:an(e,r,1)});var Eo=Ua(qi),go=Ua(ji);function _o(e,t){return(Yo(e)?Ct:fn)(e,ci(t,3))}function To(e,t){return(Yo(e)?wt:pn)(e,ci(t,3))}var Ao=Ra(function(e,t,r){Me.call(e,r)?e[r].push(t):an(e,r,[t])});var yo=Kn(function(e,t,r){var n=-1,a="function"==typeof t,i=$o(e)?ie(e.length):[];return fn(e,function(e){i[++n]=a?Nt(t,e,r):Dn(e,t,r)}),i}),vo=Ra(function(e,t,r){an(e,r,t)});function bo(e,t){return(Yo(e)?kt:Fn)(e,ci(t,3))}var So=Ra(function(e,t,r){e[r?0:1].push(t)},function(){return[[],[]]});var No=Kn(function(e,t){if(null==e)return[];var r=t.length;return r>1&&Ti(e,t[0],t[1])?t=[]:r>2&&Ti(t[0],t[1],t[2])&&(t=[t[0]]),Yn(e,gn(t,1),[])}),Io=ht||function(){return pt.Date.now()};function Co(e,t,n){return t=n?r:t,t=e&&null==t?e.length:t,Xa(e,l,r,r,r,r,t)}function wo(e,t){var a;if("function"!=typeof t)throw new Oe(n);return e=ds(e),function(){return--e>0&&(a=t.apply(this,arguments)),e<=1&&(t=r),a}}var Oo=Kn(function(e,t,r){var n=1;if(r.length){var a=cr(r,si(Oo));n|=s}return Xa(e,n,t,r,a)}),Do=Kn(function(e,t,r){var n=3;if(r.length){var a=cr(r,si(Do));n|=s}return Xa(t,n,e,r,a)});function Ro(e,t,a){var i,o,s,c,l,u,h=0,f=!1,p=!1,d=!0;if("function"!=typeof e)throw new Oe(n);function m(t){var n=i,a=o;return i=o=r,h=t,c=e.apply(a,n)}function E(e){var n=e-u;return u===r||n>=t||n<0||p&&e-h>=s}function g(){var e=Io();if(E(e))return _(e);l=Di(g,function(e){var r=t-(e-u);return p?_r(r,s-(e-h)):r}(e))}function _(e){return l=r,d&&i?m(e):(i=o=r,c)}function T(){var e=Io(),n=E(e);if(i=arguments,o=this,u=e,n){if(l===r)return function(e){return h=e,l=Di(g,t),f?m(e):c}(u);if(p)return va(l),l=Di(g,t),m(u)}return l===r&&(l=Di(g,t)),c}return t=Es(t)||0,es(a)&&(f=!!a.leading,s=(p="maxWait"in a)?gr(Es(a.maxWait)||0,t):s,d="trailing"in a?!!a.trailing:d),T.cancel=function(){l!==r&&va(l),h=0,i=u=o=l=r},T.flush=function(){return l===r?c:_(Io())},T}var Lo=Kn(function(e,t){return un(e,1,t)}),ko=Kn(function(e,t,r){return un(e,Es(t)||0,r)});function xo(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Oe(n);var r=function(){var n=arguments,a=t?t.apply(this,n):n[0],i=r.cache;if(i.has(a))return i.get(a);var o=e.apply(this,n);return r.cache=i.set(a,o)||i,o};return r.cache=new(xo.Cache||$r),r}function Mo(e){if("function"!=typeof e)throw new Oe(n);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}xo.Cache=$r;var Po=Aa(function(e,t){var r=(t=1==t.length&&Yo(t[0])?kt(t[0],Xt(ci())):kt(gn(t,1),Xt(ci()))).length;return Kn(function(n){for(var a=-1,i=_r(n.length,r);++a<i;)n[a]=t[a].call(this,n[a]);return Nt(e,this,n)})}),Bo=Kn(function(e,t){var n=cr(t,si(Bo));return Xa(e,s,r,t,n)}),Uo=Kn(function(e,t){var n=cr(t,si(Uo));return Xa(e,c,r,t,n)}),Fo=ri(function(e,t){return Xa(e,u,r,r,r,t)});function Ho(e,t){return e===t||e!=e&&t!=t}var Go=$a(In),qo=$a(function(e,t){return e>=t}),jo=Rn(function(){return arguments}())?Rn:function(e){return ts(e)&&Me.call(e,"callee")&&!ze.call(e,"callee")},Yo=ie.isArray,Wo=Tt?Xt(Tt):function(e){return ts(e)&&Nn(e)==L};function $o(e){return null!=e&&Zo(e.length)&&!Xo(e)}function Vo(e){return ts(e)&&$o(e)}var zo=_t||Ec,Qo=At?Xt(At):function(e){return ts(e)&&Nn(e)==T};function Ko(e){if(!ts(e))return!1;var t=Nn(e);return t==A||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!as(e)}function Xo(e){if(!es(e))return!1;var t=Nn(e);return t==y||t==v||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Jo(e){return"number"==typeof e&&e==ds(e)}function Zo(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=f}function es(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function ts(e){return null!=e&&"object"==typeof e}var rs=yt?Xt(yt):function(e){return ts(e)&&di(e)==b};function ns(e){return"number"==typeof e||ts(e)&&Nn(e)==S}function as(e){if(!ts(e)||Nn(e)!=N)return!1;var t=$e(e);if(null===t)return!0;var r=Me.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&xe.call(r)==Fe}var is=vt?Xt(vt):function(e){return ts(e)&&Nn(e)==C};var os=bt?Xt(bt):function(e){return ts(e)&&di(e)==w};function ss(e){return"string"==typeof e||!Yo(e)&&ts(e)&&Nn(e)==O}function cs(e){return"symbol"==typeof e||ts(e)&&Nn(e)==D}var ls=St?Xt(St):function(e){return ts(e)&&Zo(e.length)&&!!ot[Nn(e)]};var us=$a(Un),hs=$a(function(e,t){return e<=t});function fs(e){if(!e)return[];if($o(e))return ss(e)?fr(e):Oa(e);if(Xe&&e[Xe])return function(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}(e[Xe]());var t=di(e);return(t==b?or:t==w?lr:Hs)(e)}function ps(e){return e?(e=Es(e))===h||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function ds(e){var t=ps(e),r=t%1;return t==t?r?t-r:t:0}function ms(e){return e?sn(ds(e),0,d):0}function Es(e){if("number"==typeof e)return e;if(cs(e))return p;if(es(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=es(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Kt(e);var r=me.test(e);return r||ge.test(e)?ut(e.slice(2),r?2:8):de.test(e)?p:+e}function gs(e){return Da(e,Ls(e))}function _s(e){return null==e?"":la(e)}var Ts=La(function(e,t){if(bi(t)||$o(t))Da(t,Rs(t),e);else for(var r in t)Me.call(t,r)&&en(e,r,t[r])}),As=La(function(e,t){Da(t,Ls(t),e)}),ys=La(function(e,t,r,n){Da(t,Ls(t),e,n)}),vs=La(function(e,t,r,n){Da(t,Rs(t),e,n)}),bs=ri(on);var Ss=Kn(function(e,t){e=Ie(e);var n=-1,a=t.length,i=a>2?t[2]:r;for(i&&Ti(t[0],t[1],i)&&(a=1);++n<a;)for(var o=t[n],s=Ls(o),c=-1,l=s.length;++c<l;){var u=s[c],h=e[u];(h===r||Ho(h,Le[u])&&!Me.call(e,u))&&(e[u]=o[u])}return e}),Ns=Kn(function(e){return e.push(r,Za),Nt(xs,r,e)});function Is(e,t,n){var a=null==e?r:bn(e,t);return a===r?n:a}function Cs(e,t){return null!=e&&mi(e,t,wn)}var ws=Ga(function(e,t,r){null!=t&&"function"!=typeof t.toString&&(t=Ue.call(t)),e[t]=r},ec(nc)),Os=Ga(function(e,t,r){null!=t&&"function"!=typeof t.toString&&(t=Ue.call(t)),Me.call(e,t)?e[t].push(r):e[t]=[r]},ci),Ds=Kn(Dn);function Rs(e){return $o(e)?Qr(e):Pn(e)}function Ls(e){return $o(e)?Qr(e,!0):Bn(e)}var ks=La(function(e,t,r){qn(e,t,r)}),xs=La(function(e,t,r,n){qn(e,t,r,n)}),Ms=ri(function(e,t){var r={};if(null==e)return r;var n=!1;t=kt(t,function(t){return t=Ta(t,e),n||(n=t.length>1),t}),Da(e,ai(e),r),n&&(r=cn(r,7,ei));for(var a=t.length;a--;)ha(r,t[a]);return r});var Ps=ri(function(e,t){return null==e?{}:function(e,t){return Wn(e,t,function(t,r){return Cs(e,r)})}(e,t)});function Bs(e,t){if(null==e)return{};var r=kt(ai(e),function(e){return[e]});return t=ci(t),Wn(e,r,function(e,r){return t(e,r[0])})}var Us=Ka(Rs),Fs=Ka(Ls);function Hs(e){return null==e?[]:Jt(e,Rs(e))}var Gs=Pa(function(e,t,r){return t=t.toLowerCase(),e+(r?qs(t):t)});function qs(e){return Ks(_s(e).toLowerCase())}function js(e){return(e=_s(e))&&e.replace(Te,rr).replace(Ze,"")}var Ys=Pa(function(e,t,r){return e+(r?"-":"")+t.toLowerCase()}),Ws=Pa(function(e,t,r){return e+(r?" ":"")+t.toLowerCase()}),$s=Ma("toLowerCase");var Vs=Pa(function(e,t,r){return e+(r?"_":"")+t.toLowerCase()});var zs=Pa(function(e,t,r){return e+(r?" ":"")+Ks(t)});var Qs=Pa(function(e,t,r){return e+(r?" ":"")+t.toUpperCase()}),Ks=Ma("toUpperCase");function Xs(e,t,n){return e=_s(e),(t=n?r:t)===r?function(e){return nt.test(e)}(e)?function(e){return e.match(tt)||[]}(e):function(e){return e.match(le)||[]}(e):e.match(t)||[]}var Js=Kn(function(e,t){try{return Nt(e,r,t)}catch(e){return Ko(e)?e:new be(e)}}),Zs=ri(function(e,t){return Ct(t,function(t){t=Pi(t),an(e,t,Oo(e[t],e))}),e});function ec(e){return function(){return e}}var tc=Fa(),rc=Fa(!0);function nc(e){return e}function ac(e){return Mn("function"==typeof e?e:cn(e,1))}var ic=Kn(function(e,t){return function(r){return Dn(r,e,t)}}),oc=Kn(function(e,t){return function(r){return Dn(e,r,t)}});function sc(e,t,r){var n=Rs(t),a=vn(t,n);null!=r||es(t)&&(a.length||!n.length)||(r=t,t=e,e=this,a=vn(t,Rs(t)));var i=!(es(r)&&"chain"in r&&!r.chain),o=Xo(e);return Ct(a,function(r){var n=t[r];e[r]=n,o&&(e.prototype[r]=function(){var t=this.__chain__;if(i||t){var r=e(this.__wrapped__);return(r.__actions__=Oa(this.__actions__)).push({func:n,args:arguments,thisArg:e}),r.__chain__=t,r}return n.apply(e,xt([this.value()],arguments))})}),e}function cc(){}var lc=ja(kt),uc=ja(Ot),hc=ja(Bt);function fc(e){return Ai(e)?Wt(Pi(e)):function(e){return function(t){return bn(t,e)}}(e)}var pc=Wa(),dc=Wa(!0);function mc(){return[]}function Ec(){return!1}var gc=qa(function(e,t){return e+t},0),_c=za("ceil"),Tc=qa(function(e,t){return e/t},1),Ac=za("floor");var yc,vc=qa(function(e,t){return e*t},1),bc=za("round"),Sc=qa(function(e,t){return e-t},0);return Fr.after=function(e,t){if("function"!=typeof t)throw new Oe(n);return e=ds(e),function(){if(--e<1)return t.apply(this,arguments)}},Fr.ary=Co,Fr.assign=Ts,Fr.assignIn=As,Fr.assignInWith=ys,Fr.assignWith=vs,Fr.at=bs,Fr.before=wo,Fr.bind=Oo,Fr.bindAll=Zs,Fr.bindKey=Do,Fr.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Yo(e)?e:[e]},Fr.chain=ho,Fr.chunk=function(e,t,n){t=(n?Ti(e,t,n):t===r)?1:gr(ds(t),0);var a=null==e?0:e.length;if(!a||t<1)return[];for(var i=0,o=0,s=ie(dt(a/t));i<a;)s[o++]=na(e,i,i+=t);return s},Fr.compact=function(e){for(var t=-1,r=null==e?0:e.length,n=0,a=[];++t<r;){var i=e[t];i&&(a[n++]=i)}return a},Fr.concat=function(){var e=arguments.length;if(!e)return[];for(var t=ie(e-1),r=arguments[0],n=e;n--;)t[n-1]=arguments[n];return xt(Yo(r)?Oa(r):[r],gn(t,1))},Fr.cond=function(e){var t=null==e?0:e.length,r=ci();return e=t?kt(e,function(e){if("function"!=typeof e[1])throw new Oe(n);return[r(e[0]),e[1]]}):[],Kn(function(r){for(var n=-1;++n<t;){var a=e[n];if(Nt(a[0],this,r))return Nt(a[1],this,r)}})},Fr.conforms=function(e){return function(e){var t=Rs(e);return function(r){return ln(r,e,t)}}(cn(e,1))},Fr.constant=ec,Fr.countBy=mo,Fr.create=function(e,t){var r=Hr(e);return null==t?r:nn(r,t)},Fr.curry=function e(t,n,a){var i=Xa(t,8,r,r,r,r,r,n=a?r:n);return i.placeholder=e.placeholder,i},Fr.curryRight=function e(t,n,a){var i=Xa(t,o,r,r,r,r,r,n=a?r:n);return i.placeholder=e.placeholder,i},Fr.debounce=Ro,Fr.defaults=Ss,Fr.defaultsDeep=Ns,Fr.defer=Lo,Fr.delay=ko,Fr.difference=Fi,Fr.differenceBy=Hi,Fr.differenceWith=Gi,Fr.drop=function(e,t,n){var a=null==e?0:e.length;return a?na(e,(t=n||t===r?1:ds(t))<0?0:t,a):[]},Fr.dropRight=function(e,t,n){var a=null==e?0:e.length;return a?na(e,0,(t=a-(t=n||t===r?1:ds(t)))<0?0:t):[]},Fr.dropRightWhile=function(e,t){return e&&e.length?pa(e,ci(t,3),!0,!0):[]},Fr.dropWhile=function(e,t){return e&&e.length?pa(e,ci(t,3),!0):[]},Fr.fill=function(e,t,n,a){var i=null==e?0:e.length;return i?(n&&"number"!=typeof n&&Ti(e,t,n)&&(n=0,a=i),function(e,t,n,a){var i=e.length;for((n=ds(n))<0&&(n=-n>i?0:i+n),(a=a===r||a>i?i:ds(a))<0&&(a+=i),a=n>a?0:ms(a);n<a;)e[n++]=t;return e}(e,t,n,a)):[]},Fr.filter=function(e,t){return(Yo(e)?Dt:En)(e,ci(t,3))},Fr.flatMap=function(e,t){return gn(bo(e,t),1)},Fr.flatMapDeep=function(e,t){return gn(bo(e,t),h)},Fr.flatMapDepth=function(e,t,n){return n=n===r?1:ds(n),gn(bo(e,t),n)},Fr.flatten=Yi,Fr.flattenDeep=function(e){return(null==e?0:e.length)?gn(e,h):[]},Fr.flattenDepth=function(e,t){return(null==e?0:e.length)?gn(e,t=t===r?1:ds(t)):[]},Fr.flip=function(e){return Xa(e,512)},Fr.flow=tc,Fr.flowRight=rc,Fr.fromPairs=function(e){for(var t=-1,r=null==e?0:e.length,n={};++t<r;){var a=e[t];n[a[0]]=a[1]}return n},Fr.functions=function(e){return null==e?[]:vn(e,Rs(e))},Fr.functionsIn=function(e){return null==e?[]:vn(e,Ls(e))},Fr.groupBy=Ao,Fr.initial=function(e){return(null==e?0:e.length)?na(e,0,-1):[]},Fr.intersection=$i,Fr.intersectionBy=Vi,Fr.intersectionWith=zi,Fr.invert=ws,Fr.invertBy=Os,Fr.invokeMap=yo,Fr.iteratee=ac,Fr.keyBy=vo,Fr.keys=Rs,Fr.keysIn=Ls,Fr.map=bo,Fr.mapKeys=function(e,t){var r={};return t=ci(t,3),An(e,function(e,n,a){an(r,t(e,n,a),e)}),r},Fr.mapValues=function(e,t){var r={};return t=ci(t,3),An(e,function(e,n,a){an(r,n,t(e,n,a))}),r},Fr.matches=function(e){return Hn(cn(e,1))},Fr.matchesProperty=function(e,t){return Gn(e,cn(t,1))},Fr.memoize=xo,Fr.merge=ks,Fr.mergeWith=xs,Fr.method=ic,Fr.methodOf=oc,Fr.mixin=sc,Fr.negate=Mo,Fr.nthArg=function(e){return e=ds(e),Kn(function(t){return jn(t,e)})},Fr.omit=Ms,Fr.omitBy=function(e,t){return Bs(e,Mo(ci(t)))},Fr.once=function(e){return wo(2,e)},Fr.orderBy=function(e,t,n,a){return null==e?[]:(Yo(t)||(t=null==t?[]:[t]),Yo(n=a?r:n)||(n=null==n?[]:[n]),Yn(e,t,n))},Fr.over=lc,Fr.overArgs=Po,Fr.overEvery=uc,Fr.overSome=hc,Fr.partial=Bo,Fr.partialRight=Uo,Fr.partition=So,Fr.pick=Ps,Fr.pickBy=Bs,Fr.property=fc,Fr.propertyOf=function(e){return function(t){return null==e?r:bn(e,t)}},Fr.pull=Ki,Fr.pullAll=Xi,Fr.pullAllBy=function(e,t,r){return e&&e.length&&t&&t.length?$n(e,t,ci(r,2)):e},Fr.pullAllWith=function(e,t,n){return e&&e.length&&t&&t.length?$n(e,t,r,n):e},Fr.pullAt=Ji,Fr.range=pc,Fr.rangeRight=dc,Fr.rearg=Fo,Fr.reject=function(e,t){return(Yo(e)?Dt:En)(e,Mo(ci(t,3)))},Fr.remove=function(e,t){var r=[];if(!e||!e.length)return r;var n=-1,a=[],i=e.length;for(t=ci(t,3);++n<i;){var o=e[n];t(o,n,e)&&(r.push(o),a.push(n))}return Vn(e,a),r},Fr.rest=function(e,t){if("function"!=typeof e)throw new Oe(n);return Kn(e,t=t===r?t:ds(t))},Fr.reverse=Zi,Fr.sampleSize=function(e,t,n){return t=(n?Ti(e,t,n):t===r)?1:ds(t),(Yo(e)?Xr:Jn)(e,t)},Fr.set=function(e,t,r){return null==e?e:Zn(e,t,r)},Fr.setWith=function(e,t,n,a){return a="function"==typeof a?a:r,null==e?e:Zn(e,t,n,a)},Fr.shuffle=function(e){return(Yo(e)?Jr:ra)(e)},Fr.slice=function(e,t,n){var a=null==e?0:e.length;return a?(n&&"number"!=typeof n&&Ti(e,t,n)?(t=0,n=a):(t=null==t?0:ds(t),n=n===r?a:ds(n)),na(e,t,n)):[]},Fr.sortBy=No,Fr.sortedUniq=function(e){return e&&e.length?sa(e):[]},Fr.sortedUniqBy=function(e,t){return e&&e.length?sa(e,ci(t,2)):[]},Fr.split=function(e,t,n){return n&&"number"!=typeof n&&Ti(e,t,n)&&(t=n=r),(n=n===r?d:n>>>0)?(e=_s(e))&&("string"==typeof t||null!=t&&!is(t))&&!(t=la(t))&&ir(e)?ya(fr(e),0,n):e.split(t,n):[]},Fr.spread=function(e,t){if("function"!=typeof e)throw new Oe(n);return t=null==t?0:gr(ds(t),0),Kn(function(r){var n=r[t],a=ya(r,0,t);return n&&xt(a,n),Nt(e,this,a)})},Fr.tail=function(e){var t=null==e?0:e.length;return t?na(e,1,t):[]},Fr.take=function(e,t,n){return e&&e.length?na(e,0,(t=n||t===r?1:ds(t))<0?0:t):[]},Fr.takeRight=function(e,t,n){var a=null==e?0:e.length;return a?na(e,(t=a-(t=n||t===r?1:ds(t)))<0?0:t,a):[]},Fr.takeRightWhile=function(e,t){return e&&e.length?pa(e,ci(t,3),!1,!0):[]},Fr.takeWhile=function(e,t){return e&&e.length?pa(e,ci(t,3)):[]},Fr.tap=function(e,t){return t(e),e},Fr.throttle=function(e,t,r){var a=!0,i=!0;if("function"!=typeof e)throw new Oe(n);return es(r)&&(a="leading"in r?!!r.leading:a,i="trailing"in r?!!r.trailing:i),Ro(e,t,{leading:a,maxWait:t,trailing:i})},Fr.thru=fo,Fr.toArray=fs,Fr.toPairs=Us,Fr.toPairsIn=Fs,Fr.toPath=function(e){return Yo(e)?kt(e,Pi):cs(e)?[e]:Oa(Mi(_s(e)))},Fr.toPlainObject=gs,Fr.transform=function(e,t,r){var n=Yo(e),a=n||zo(e)||ls(e);if(t=ci(t,4),null==r){var i=e&&e.constructor;r=a?n?new i:[]:es(e)&&Xo(i)?Hr($e(e)):{}}return(a?Ct:An)(e,function(e,n,a){return t(r,e,n,a)}),r},Fr.unary=function(e){return Co(e,1)},Fr.union=eo,Fr.unionBy=to,Fr.unionWith=ro,Fr.uniq=function(e){return e&&e.length?ua(e):[]},Fr.uniqBy=function(e,t){return e&&e.length?ua(e,ci(t,2)):[]},Fr.uniqWith=function(e,t){return t="function"==typeof t?t:r,e&&e.length?ua(e,r,t):[]},Fr.unset=function(e,t){return null==e||ha(e,t)},Fr.unzip=no,Fr.unzipWith=ao,Fr.update=function(e,t,r){return null==e?e:fa(e,t,_a(r))},Fr.updateWith=function(e,t,n,a){return a="function"==typeof a?a:r,null==e?e:fa(e,t,_a(n),a)},Fr.values=Hs,Fr.valuesIn=function(e){return null==e?[]:Jt(e,Ls(e))},Fr.without=io,Fr.words=Xs,Fr.wrap=function(e,t){return Bo(_a(t),e)},Fr.xor=oo,Fr.xorBy=so,Fr.xorWith=co,Fr.zip=lo,Fr.zipObject=function(e,t){return Ea(e||[],t||[],en)},Fr.zipObjectDeep=function(e,t){return Ea(e||[],t||[],Zn)},Fr.zipWith=uo,Fr.entries=Us,Fr.entriesIn=Fs,Fr.extend=As,Fr.extendWith=ys,sc(Fr,Fr),Fr.add=gc,Fr.attempt=Js,Fr.camelCase=Gs,Fr.capitalize=qs,Fr.ceil=_c,Fr.clamp=function(e,t,n){return n===r&&(n=t,t=r),n!==r&&(n=(n=Es(n))==n?n:0),t!==r&&(t=(t=Es(t))==t?t:0),sn(Es(e),t,n)},Fr.clone=function(e){return cn(e,4)},Fr.cloneDeep=function(e){return cn(e,5)},Fr.cloneDeepWith=function(e,t){return cn(e,5,t="function"==typeof t?t:r)},Fr.cloneWith=function(e,t){return cn(e,4,t="function"==typeof t?t:r)},Fr.conformsTo=function(e,t){return null==t||ln(e,t,Rs(t))},Fr.deburr=js,Fr.defaultTo=function(e,t){return null==e||e!=e?t:e},Fr.divide=Tc,Fr.endsWith=function(e,t,n){e=_s(e),t=la(t);var a=e.length,i=n=n===r?a:sn(ds(n),0,a);return(n-=t.length)>=0&&e.slice(n,i)==t},Fr.eq=Ho,Fr.escape=function(e){return(e=_s(e))&&Q.test(e)?e.replace(V,nr):e},Fr.escapeRegExp=function(e){return(e=_s(e))&&ne.test(e)?e.replace(re,"\\$&"):e},Fr.every=function(e,t,n){var a=Yo(e)?Ot:dn;return n&&Ti(e,t,n)&&(t=r),a(e,ci(t,3))},Fr.find=Eo,Fr.findIndex=qi,Fr.findKey=function(e,t){return Ft(e,ci(t,3),An)},Fr.findLast=go,Fr.findLastIndex=ji,Fr.findLastKey=function(e,t){return Ft(e,ci(t,3),yn)},Fr.floor=Ac,Fr.forEach=_o,Fr.forEachRight=To,Fr.forIn=function(e,t){return null==e?e:_n(e,ci(t,3),Ls)},Fr.forInRight=function(e,t){return null==e?e:Tn(e,ci(t,3),Ls)},Fr.forOwn=function(e,t){return e&&An(e,ci(t,3))},Fr.forOwnRight=function(e,t){return e&&yn(e,ci(t,3))},Fr.get=Is,Fr.gt=Go,Fr.gte=qo,Fr.has=function(e,t){return null!=e&&mi(e,t,Cn)},Fr.hasIn=Cs,Fr.head=Wi,Fr.identity=nc,Fr.includes=function(e,t,r,n){e=$o(e)?e:Hs(e),r=r&&!n?ds(r):0;var a=e.length;return r<0&&(r=gr(a+r,0)),ss(e)?r<=a&&e.indexOf(t,r)>-1:!!a&&Gt(e,t,r)>-1},Fr.indexOf=function(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var a=null==r?0:ds(r);return a<0&&(a=gr(n+a,0)),Gt(e,t,a)},Fr.inRange=function(e,t,n){return t=ps(t),n===r?(n=t,t=0):n=ps(n),function(e,t,r){return e>=_r(t,r)&&e<gr(t,r)}(e=Es(e),t,n)},Fr.invoke=Ds,Fr.isArguments=jo,Fr.isArray=Yo,Fr.isArrayBuffer=Wo,Fr.isArrayLike=$o,Fr.isArrayLikeObject=Vo,Fr.isBoolean=function(e){return!0===e||!1===e||ts(e)&&Nn(e)==_},Fr.isBuffer=zo,Fr.isDate=Qo,Fr.isElement=function(e){return ts(e)&&1===e.nodeType&&!as(e)},Fr.isEmpty=function(e){if(null==e)return!0;if($o(e)&&(Yo(e)||"string"==typeof e||"function"==typeof e.splice||zo(e)||ls(e)||jo(e)))return!e.length;var t=di(e);if(t==b||t==w)return!e.size;if(bi(e))return!Pn(e).length;for(var r in e)if(Me.call(e,r))return!1;return!0},Fr.isEqual=function(e,t){return Ln(e,t)},Fr.isEqualWith=function(e,t,n){var a=(n="function"==typeof n?n:r)?n(e,t):r;return a===r?Ln(e,t,r,n):!!a},Fr.isError=Ko,Fr.isFinite=function(e){return"number"==typeof e&&Ut(e)},Fr.isFunction=Xo,Fr.isInteger=Jo,Fr.isLength=Zo,Fr.isMap=rs,Fr.isMatch=function(e,t){return e===t||kn(e,t,ui(t))},Fr.isMatchWith=function(e,t,n){return n="function"==typeof n?n:r,kn(e,t,ui(t),n)},Fr.isNaN=function(e){return ns(e)&&e!=+e},Fr.isNative=function(e){if(vi(e))throw new be("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return xn(e)},Fr.isNil=function(e){return null==e},Fr.isNull=function(e){return null===e},Fr.isNumber=ns,Fr.isObject=es,Fr.isObjectLike=ts,Fr.isPlainObject=as,Fr.isRegExp=is,Fr.isSafeInteger=function(e){return Jo(e)&&e>=-9007199254740991&&e<=f},Fr.isSet=os,Fr.isString=ss,Fr.isSymbol=cs,Fr.isTypedArray=ls,Fr.isUndefined=function(e){return e===r},Fr.isWeakMap=function(e){return ts(e)&&di(e)==R},Fr.isWeakSet=function(e){return ts(e)&&"[object WeakSet]"==Nn(e)},Fr.join=function(e,t){return null==e?"":$t.call(e,t)},Fr.kebabCase=Ys,Fr.last=Qi,Fr.lastIndexOf=function(e,t,n){var a=null==e?0:e.length;if(!a)return-1;var i=a;return n!==r&&(i=(i=ds(n))<0?gr(a+i,0):_r(i,a-1)),t==t?function(e,t,r){for(var n=r+1;n--;)if(e[n]===t)return n;return n}(e,t,i):Ht(e,jt,i,!0)},Fr.lowerCase=Ws,Fr.lowerFirst=$s,Fr.lt=us,Fr.lte=hs,Fr.max=function(e){return e&&e.length?mn(e,nc,In):r},Fr.maxBy=function(e,t){return e&&e.length?mn(e,ci(t,2),In):r},Fr.mean=function(e){return Yt(e,nc)},Fr.meanBy=function(e,t){return Yt(e,ci(t,2))},Fr.min=function(e){return e&&e.length?mn(e,nc,Un):r},Fr.minBy=function(e,t){return e&&e.length?mn(e,ci(t,2),Un):r},Fr.stubArray=mc,Fr.stubFalse=Ec,Fr.stubObject=function(){return{}},Fr.stubString=function(){return""},Fr.stubTrue=function(){return!0},Fr.multiply=vc,Fr.nth=function(e,t){return e&&e.length?jn(e,ds(t)):r},Fr.noConflict=function(){return pt._===this&&(pt._=He),this},Fr.noop=cc,Fr.now=Io,Fr.pad=function(e,t,r){e=_s(e);var n=(t=ds(t))?hr(e):0;if(!t||n>=t)return e;var a=(t-n)/2;return Ya(mt(a),r)+e+Ya(dt(a),r)},Fr.padEnd=function(e,t,r){e=_s(e);var n=(t=ds(t))?hr(e):0;return t&&n<t?e+Ya(t-n,r):e},Fr.padStart=function(e,t,r){e=_s(e);var n=(t=ds(t))?hr(e):0;return t&&n<t?Ya(t-n,r)+e:e},Fr.parseInt=function(e,t,r){return r||null==t?t=0:t&&(t=+t),Ar(_s(e).replace(ae,""),t||0)},Fr.random=function(e,t,n){if(n&&"boolean"!=typeof n&&Ti(e,t,n)&&(t=n=r),n===r&&("boolean"==typeof t?(n=t,t=r):"boolean"==typeof e&&(n=e,e=r)),e===r&&t===r?(e=0,t=1):(e=ps(e),t===r?(t=e,e=0):t=ps(t)),e>t){var a=e;e=t,t=a}if(n||e%1||t%1){var i=yr();return _r(e+i*(t-e+lt("1e-"+((i+"").length-1))),t)}return zn(e,t)},Fr.reduce=function(e,t,r){var n=Yo(e)?Mt:Vt,a=arguments.length<3;return n(e,ci(t,4),r,a,fn)},Fr.reduceRight=function(e,t,r){var n=Yo(e)?Pt:Vt,a=arguments.length<3;return n(e,ci(t,4),r,a,pn)},Fr.repeat=function(e,t,n){return t=(n?Ti(e,t,n):t===r)?1:ds(t),Qn(_s(e),t)},Fr.replace=function(){var e=arguments,t=_s(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Fr.result=function(e,t,n){var a=-1,i=(t=Ta(t,e)).length;for(i||(i=1,e=r);++a<i;){var o=null==e?r:e[Pi(t[a])];o===r&&(a=i,o=n),e=Xo(o)?o.call(e):o}return e},Fr.round=bc,Fr.runInContext=e,Fr.sample=function(e){return(Yo(e)?Kr:Xn)(e)},Fr.size=function(e){if(null==e)return 0;if($o(e))return ss(e)?hr(e):e.length;var t=di(e);return t==b||t==w?e.size:Pn(e).length},Fr.snakeCase=Vs,Fr.some=function(e,t,n){var a=Yo(e)?Bt:aa;return n&&Ti(e,t,n)&&(t=r),a(e,ci(t,3))},Fr.sortedIndex=function(e,t){return ia(e,t)},Fr.sortedIndexBy=function(e,t,r){return oa(e,t,ci(r,2))},Fr.sortedIndexOf=function(e,t){var r=null==e?0:e.length;if(r){var n=ia(e,t);if(n<r&&Ho(e[n],t))return n}return-1},Fr.sortedLastIndex=function(e,t){return ia(e,t,!0)},Fr.sortedLastIndexBy=function(e,t,r){return oa(e,t,ci(r,2),!0)},Fr.sortedLastIndexOf=function(e,t){if(null==e?0:e.length){var r=ia(e,t,!0)-1;if(Ho(e[r],t))return r}return-1},Fr.startCase=zs,Fr.startsWith=function(e,t,r){return e=_s(e),r=null==r?0:sn(ds(r),0,e.length),t=la(t),e.slice(r,r+t.length)==t},Fr.subtract=Sc,Fr.sum=function(e){return e&&e.length?zt(e,nc):0},Fr.sumBy=function(e,t){return e&&e.length?zt(e,ci(t,2)):0},Fr.template=function(e,t,n){var a=Fr.templateSettings;n&&Ti(e,t,n)&&(t=r),e=_s(e),t=ys({},t,a,Ja);var i,o,s=ys({},t.imports,a.imports,Ja),c=Rs(s),l=Jt(s,c),u=0,h=t.interpolate||Ae,f="__p += '",p=Ce((t.escape||Ae).source+"|"+h.source+"|"+(h===J?fe:Ae).source+"|"+(t.evaluate||Ae).source+"|$","g"),d="//# sourceURL="+(Me.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++it+"]")+"\n";e.replace(p,function(t,r,n,a,s,c){return n||(n=a),f+=e.slice(u,c).replace(ye,ar),r&&(i=!0,f+="' +\n__e("+r+") +\n'"),s&&(o=!0,f+="';\n"+s+";\n__p += '"),n&&(f+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),u=c+t.length,t}),f+="';\n";var m=Me.call(t,"variable")&&t.variable;if(m){if(ue.test(m))throw new be("Invalid `variable` option passed into `_.template`")}else f="with (obj) {\n"+f+"\n}\n";f=(o?f.replace(j,""):f).replace(Y,"$1").replace(W,"$1;"),f="function("+(m||"obj")+") {\n"+(m?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(i?", __e = _.escape":"")+(o?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+f+"return __p\n}";var E=Js(function(){return Se(c,d+"return "+f).apply(r,l)});if(E.source=f,Ko(E))throw E;return E},Fr.times=function(e,t){if((e=ds(e))<1||e>f)return[];var r=d,n=_r(e,d);t=ci(t),e-=d;for(var a=Qt(n,t);++r<e;)t(r);return a},Fr.toFinite=ps,Fr.toInteger=ds,Fr.toLength=ms,Fr.toLower=function(e){return _s(e).toLowerCase()},Fr.toNumber=Es,Fr.toSafeInteger=function(e){return e?sn(ds(e),-9007199254740991,f):0===e?e:0},Fr.toString=_s,Fr.toUpper=function(e){return _s(e).toUpperCase()},Fr.trim=function(e,t,n){if((e=_s(e))&&(n||t===r))return Kt(e);if(!e||!(t=la(t)))return e;var a=fr(e),i=fr(t);return ya(a,er(a,i),tr(a,i)+1).join("")},Fr.trimEnd=function(e,t,n){if((e=_s(e))&&(n||t===r))return e.slice(0,pr(e)+1);if(!e||!(t=la(t)))return e;var a=fr(e);return ya(a,0,tr(a,fr(t))+1).join("")},Fr.trimStart=function(e,t,n){if((e=_s(e))&&(n||t===r))return e.replace(ae,"");if(!e||!(t=la(t)))return e;var a=fr(e);return ya(a,er(a,fr(t))).join("")},Fr.truncate=function(e,t){var n=30,a="...";if(es(t)){var i="separator"in t?t.separator:i;n="length"in t?ds(t.length):n,a="omission"in t?la(t.omission):a}var o=(e=_s(e)).length;if(ir(e)){var s=fr(e);o=s.length}if(n>=o)return e;var c=n-hr(a);if(c<1)return a;var l=s?ya(s,0,c).join(""):e.slice(0,c);if(i===r)return l+a;if(s&&(c+=l.length-c),is(i)){if(e.slice(c).search(i)){var u,h=l;for(i.global||(i=Ce(i.source,_s(pe.exec(i))+"g")),i.lastIndex=0;u=i.exec(h);)var f=u.index;l=l.slice(0,f===r?c:f)}}else if(e.indexOf(la(i),c)!=c){var p=l.lastIndexOf(i);p>-1&&(l=l.slice(0,p))}return l+a},Fr.unescape=function(e){return(e=_s(e))&&z.test(e)?e.replace($,dr):e},Fr.uniqueId=function(e){var t=++Pe;return _s(e)+t},Fr.upperCase=Qs,Fr.upperFirst=Ks,Fr.each=_o,Fr.eachRight=To,Fr.first=Wi,sc(Fr,(yc={},An(Fr,function(e,t){Me.call(Fr.prototype,t)||(yc[t]=e)}),yc),{chain:!1}),Fr.VERSION="4.17.21",Ct(["bind","bindKey","curry","curryRight","partial","partialRight"],function(e){Fr[e].placeholder=Fr}),Ct(["drop","take"],function(e,t){jr.prototype[e]=function(n){n=n===r?1:gr(ds(n),0);var a=this.__filtered__&&!t?new jr(this):this.clone();return a.__filtered__?a.__takeCount__=_r(n,a.__takeCount__):a.__views__.push({size:_r(n,d),type:e+(a.__dir__<0?"Right":"")}),a},jr.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}}),Ct(["filter","map","takeWhile"],function(e,t){var r=t+1,n=1==r||3==r;jr.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:ci(e,3),type:r}),t.__filtered__=t.__filtered__||n,t}}),Ct(["head","last"],function(e,t){var r="take"+(t?"Right":"");jr.prototype[e]=function(){return this[r](1).value()[0]}}),Ct(["initial","tail"],function(e,t){var r="drop"+(t?"":"Right");jr.prototype[e]=function(){return this.__filtered__?new jr(this):this[r](1)}}),jr.prototype.compact=function(){return this.filter(nc)},jr.prototype.find=function(e){return this.filter(e).head()},jr.prototype.findLast=function(e){return this.reverse().find(e)},jr.prototype.invokeMap=Kn(function(e,t){return"function"==typeof e?new jr(this):this.map(function(r){return Dn(r,e,t)})}),jr.prototype.reject=function(e){return this.filter(Mo(ci(e)))},jr.prototype.slice=function(e,t){e=ds(e);var n=this;return n.__filtered__&&(e>0||t<0)?new jr(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==r&&(n=(t=ds(t))<0?n.dropRight(-t):n.take(t-e)),n)},jr.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},jr.prototype.toArray=function(){return this.take(d)},An(jr.prototype,function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),a=/^(?:head|last)$/.test(t),i=Fr[a?"take"+("last"==t?"Right":""):t],o=a||/^find/.test(t);i&&(Fr.prototype[t]=function(){var t=this.__wrapped__,s=a?[1]:arguments,c=t instanceof jr,l=s[0],u=c||Yo(t),h=function(e){var t=i.apply(Fr,xt([e],s));return a&&f?t[0]:t};u&&n&&"function"==typeof l&&1!=l.length&&(c=u=!1);var f=this.__chain__,p=!!this.__actions__.length,d=o&&!f,m=c&&!p;if(!o&&u){t=m?t:new jr(this);var E=e.apply(t,s);return E.__actions__.push({func:fo,args:[h],thisArg:r}),new qr(E,f)}return d&&m?e.apply(this,s):(E=this.thru(h),d?a?E.value()[0]:E.value():E)})}),Ct(["pop","push","shift","sort","splice","unshift"],function(e){var t=De[e],r=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",n=/^(?:pop|shift)$/.test(e);Fr.prototype[e]=function(){var e=arguments;if(n&&!this.__chain__){var a=this.value();return t.apply(Yo(a)?a:[],e)}return this[r](function(r){return t.apply(Yo(r)?r:[],e)})}}),An(jr.prototype,function(e,t){var r=Fr[t];if(r){var n=r.name+"";Me.call(Dr,n)||(Dr[n]=[]),Dr[n].push({name:t,func:r})}}),Dr[Ha(r,2).name]=[{name:"wrapper",func:r}],jr.prototype.clone=function(){var e=new jr(this.__wrapped__);return e.__actions__=Oa(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Oa(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Oa(this.__views__),e},jr.prototype.reverse=function(){if(this.__filtered__){var e=new jr(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},jr.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,r=Yo(e),n=t<0,a=r?e.length:0,i=function(e,t,r){var n=-1,a=r.length;for(;++n<a;){var i=r[n],o=i.size;switch(i.type){case"drop":e+=o;break;case"dropRight":t-=o;break;case"take":t=_r(t,e+o);break;case"takeRight":e=gr(e,t-o)}}return{start:e,end:t}}(0,a,this.__views__),o=i.start,s=i.end,c=s-o,l=n?s:o-1,u=this.__iteratees__,h=u.length,f=0,p=_r(c,this.__takeCount__);if(!r||!n&&a==c&&p==c)return da(e,this.__actions__);var d=[];e:for(;c--&&f<p;){for(var m=-1,E=e[l+=t];++m<h;){var g=u[m],_=g.iteratee,T=g.type,A=_(E);if(2==T)E=A;else if(!A){if(1==T)continue e;break e}}d[f++]=E}return d},Fr.prototype.at=po,Fr.prototype.chain=function(){return ho(this)},Fr.prototype.commit=function(){return new qr(this.value(),this.__chain__)},Fr.prototype.next=function(){this.__values__===r&&(this.__values__=fs(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?r:this.__values__[this.__index__++]}},Fr.prototype.plant=function(e){for(var t,n=this;n instanceof Gr;){var a=Ui(n);a.__index__=0,a.__values__=r,t?i.__wrapped__=a:t=a;var i=a;n=n.__wrapped__}return i.__wrapped__=e,t},Fr.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof jr){var t=e;return this.__actions__.length&&(t=new jr(this)),(t=t.reverse()).__actions__.push({func:fo,args:[Zi],thisArg:r}),new qr(t,this.__chain__)}return this.thru(Zi)},Fr.prototype.toJSON=Fr.prototype.valueOf=Fr.prototype.value=function(){return da(this.__wrapped__,this.__actions__)},Fr.prototype.first=Fr.prototype.head,Xe&&(Fr.prototype[Xe]=function(){return this}),Fr}();mt?((mt.exports=mr)._=mr,dt._=mr):pt._=mr}).call(this)}(GI,GI.exports);var qI=GI.exports;function jI(e){return e.reduce(function(e,t,r,n){return e+t})}function YI(e){if(qI.isArray(e))return e;if("string"==typeof e)return e.split("");throw Error("Parameter must be a string or array.")}function WI(e,t){var r=ns.parse(t).host.replace(AI,""),n=e[0].toLowerCase().replace(" ","");if(HI.levenshtein(n,r)>.4&&n.length>5)return e.slice(2).join("");var a=e.slice(-1)[0].toLowerCase().replace(" ","");return HI.levenshtein(a,r)>.4&&a.length>=5?e.slice(0,-2).join(""):null}function $I(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=e.split(TI);if(1===r.length)return e;var n=function(e,t){if(e.length>=6){var r=e.reduce(function(e,t){return e[t]=e[t]?e[t]+1:1,e},{}),n=$y(Nv(r).reduce(function(e,t){return e[1]<r[t]?[t,r[t]]:e},[0,0]),2),a=n[0];n[1]>=2&&a.length<=4&&(e=t.split(a));var i=[e[0],e.slice(-1)].reduce(function(e,t){return e.length>t.length?e:t},"");return i.length>10?i:t}return null}(r,e);return n||((n=WI(r,t))||e)}function VI(e,t){var r=t.url,n=t.$;if(TI.test(e)&&(e=$I(e,r)),e.length>150){var a=n("h1");1===a.length&&(e=a.text())}return sy(FS(e,n).trim())}HI.jarowinkler=function(e,t,r){var n,a;e=YI(e),t=YI(t),e.length>t.length?(n=e,a=t):(n=t,a=e);var i,o,s,c,l=r||.7,u=Math.floor(Math.max(n.length/2-1,0)),h=[],f=[],p=0;for(i=0;i<a.length;i++)for(c=a[i],o=Math.max(i-u,0),s=Math.min(i+u+1,n.length);o<s;o++)if(!f[o]&&c===n[o]){h[i]=o,f[o]=!0,p++;break}var d,m,E=[],g=[],_=0,T=0;for(d=0,m=0;d<a.length;d++)h[d]>-1&&(E[m]=a[d],m++);for(d=0,m=0;d<n.length;d++)f[d]&&(g[m]=n[d],m++);for(i=0;i<E.length;i++)E[i]!==g[i]&&_++;for(i=0;i<a.length&&e[i]===t[i];i++)T++;var A=p;r=_/2;if(A){var y=(A/e.length+A/t.length+(A-r)/A)/3;return y<l?y:y+Math.min(.1,1/n.length)*T*(1-y)}return 0},HI.levenshtein=function(e,t,r){if(e=YI(e),t=YI(t),0===e.length)return t.length;if(0===t.length)return e.length;var n,a,i,o,s=r||{d:1,i:1,s:1},c=[],l=[],u=t.length+1;for(n=0;n<u;n++)c[n]=n;for(n=0;n<e.length;n++){for(l[0]=n+1,a=0;a<t.length;a++)i=e[n]===t[a]?0:s.s,l[a+1]=Math.min(l[a]+s.d,c[a+1]+s.i,c[a]+i);for(a=0;a<u;a++)c[a]=l[a]}return((o=Math.max(e.length,t.length))-l[t.length])/o},HI.ngram=function(e,t,r){e=YI(e),t=YI(t);var n,a,i,o,s,c,l,u=e.length,h=t.length,f=r||2,p=[],d=[],m=[],E=[],g=[];if(0===u||0===h)return u===h?1:0;if(n=0,u<f||h<f){for(a=0,o=Math.min(u,h);a<o;a++)e[a]===t[a]&&n++;return n/Math.max(u,h)}for(a=0;a<u+f-1;a++)p[a]=a<f-1?0:e[a-f+1];for(a=0;a<=u;a++)d[a]=a;for(i=1;i<=h;i++){if(i<f){for(s=0;s<f-i;s++)g[s]=0;for(s=f-i;s<f;s++)g[s]=t[s-(f-i)]}else g=t.slice(i-f,i);for(m[0]=i,a=1;a<=u;a++){for(n=0,c=f,o=0;o<f;o++)p[a-1+o]!==g[o]?n++:0===p[a-1+o]&&c--;l=n/c,m[a]=Math.min(Math.min(m[a-1]+1,d[a]+1),d[a-1]+l)}E=d,d=m,m=E}return 1-d[u]/Math.max(u,h)},HI.pearson=function(e,t){var r=[];Object.keys(e).forEach(function(e){t[e]&&r.push(e)});var n=r.length;if(0===n)return 0;var a=jI(r.map(function(t){return e[t]})),i=jI(r.map(function(e){return t[e]})),o=jI(r.map(function(t){return Math.pow(e[t],2)})),s=jI(r.map(function(e){return Math.pow(t[e],2)})),c=jI(r.map(function(r){return e[r]*t[r]})),l=c-a*i/n,u=Math.sqrt((o-Math.pow(a,2)/n)*(s-Math.pow(i,2)/n));return 0===u?0:l/u},HI.jaccard=function(e,t){return e=YI(e),t=YI(t),qI.intersection(e,t).length/qI.union(e,t).length},HI.tanimoto=function(e,t){e=YI(e),t=YI(t);var r=qI.intersection(e,t).length;return r/(e.length+t.length-r)};var zI={author:yI,lead_image_url:vI,dek:function(e,t){var r=t.$,n=t.excerpt;if(e.length>1e3||e.length<5)return null;if(n&&Qy(n,10)===Qy(e,10))return null;var a=FS(e,r);return sI.test(a)?null:sy(a.trim())},date_published:UI,content:FI,title:VI};function QI(e,t,r){e&&(!function(e,t){e.get(0)&&"span"===e.get(0).tagName&&Yv(e,t,"div")}(e,t),vb(e,t,r))}function KI(e,t){return e("p, pre").not("[score]").each(function(r,n){var a=e(n),i=(a=sb(a,0,bb(a,e,t))).parent(),o=Ab(a);QI(i,e,o),i&&QI(i.parent(),e,o/2)}),e}function XI(e,t,r){if(!e.parent().length)return e;var n=Math.max(10,.25*t),a=r("<div></div>");return e.parent().children().each(function(i,o){var s=r(o);if(hb.test(o.tagName))return null;var c=ob(s);if(c)if(s.get(0)===e.get(0))a.append(s);else{var l=0,u=Nb(s);if(u<.05&&(l+=20),u>=.5&&(l-=20),s.attr("class")===e.attr("class")&&(l+=.2*t),c+l>=n)return a.append(s);if("p"===o.tagName){var h=s.text(),f=Sb(h);if(f>80&&u<.25)return a.append(s);if(f<=80&&0===u&&function(e){return zy.test(e)}(h))return a.append(s)}}return null}),1===a.children().length&&a.children().first().get(0)===e.get(0)?e:a}function JI(e,t){t.stripUnlikelyCandidates&&(e=function(e){return e("*").not("a").each(function(t,r){var n=e(r),a=n.attr("class"),i=n.attr("id");if(i||a){var o="".concat(a||""," ").concat(i||"");Gv.test(o)||Fv.test(o)&&n.remove()}}),e}(e)),e=function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return fb.forEach(function(t){var r=$y(t,2),n=r[0],a=r[1];e("".concat(n," ").concat(a)).each(function(t,r){vb(e(r).parent(n),e,80)})}),KI(e,t),KI(e,t),e}(e=Wv(e),t.weightNodes);var r=function(e){var t,r=0;return e("[score]").each(function(n,a){if(!hb.test(a.tagName)){var i=e(a),o=ob(i);o>r&&(r=o,t=i)}}),t?t=XI(t,r,e):e("body")||e("*").first()}(e);return r}function ZI(e,t){var r=void 0!==xS&&e[PS]||e["@@iterator"];if(!r){if(US(e)||(r=function(e,t){if(e){if("string"==typeof e)return eC(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?LS(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?eC(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,o=!0,s=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return o=e.done,e},e:function(e){s=!0,i=e},f:function(){try{o||null==r.return||r.return()}finally{if(s)throw i}}}}function eC(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function tC(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function rC(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?tC(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):tC(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}var nC={defaultOpts:{stripUnlikelyCandidates:!0,weightNodes:!0,cleanConditionally:!0},extract:function(e,t){var r=e.$,n=e.html,a=e.title,i=e.url;t=rC(rC({},this.defaultOpts),t),r=r||iy(n);var o=this.getContentNode(r,a,i,t);if(VS(o))return this.cleanAndReturnNode(o,r);var s,c=ZI(Nv(t).filter(function(e){return!0===t[e]}));try{for(c.s();!(s=c.n()).done;){var l=s.value;if(t[l]=!1,r=iy(n),VS(o=this.getContentNode(r,a,i,t)))break}}catch(e){c.e(e)}finally{c.f()}return this.cleanAndReturnNode(o,r)},getContentNode:function(e,t,r,n){return FI(JI(e,n),{$:e,cleanConditionally:n.cleanConditionally,title:t,url:r})},cleanAndReturnNode:function(e,t){return e?sy(t.html(e)):null}},aC=["tweetmeme-title","dc.title","rbtitle","headline","title"],iC=["og:title"],oC=[".hentry .entry-title","h1#articleHeader","h1.articleHeader","h1.article",".instapaper_title","#meebo-title"],sC=["article h1","#entry-title",".entry-title","#entryTitle","#entrytitle",".entryTitle",".entrytitle","#articleTitle",".articleTitle","post post-title","h1.title","h2.article","h1","html head title","title"],cC={extract:function(e){var t,r=e.$,n=e.url,a=e.metaCache;return(t=qS(r,aC,a))||(t=$S(r,oC))||(t=qS(r,iC,a))||(t=$S(r,sC))?VI(t,{url:n,$:r}):""}},lC=["byl","clmst","dc.author","dcsext.author","dc.creator","rbauthors","authors"],uC=[".entry .entry-author",".author.vcard .fn",".author .vcard .fn",".byline.vcard .fn",".byline .vcard .fn",".byline .by .author",".byline .by",".byline .author",".post-author.vcard",".post-author .vcard","a[rel=author]","#by_author",".by_author","#entryAuthor",".entryAuthor",".byline a[href*=author]","#author .authorname",".author .authorname","#author",".author",".articleauthor",".ArticleAuthor",".byline"],hC=/^[\n\s]*By/i,fC=[["#byline",hC],[".byline",hC]];function pC(e,t){var r=void 0!==xS&&e[PS]||e["@@iterator"];if(!r){if(US(e)||(r=function(e,t){if(e){if("string"==typeof e)return dC(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?LS(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?dC(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,o=!0,s=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return o=e.done,e},e:function(e){s=!0,i=e},f:function(){try{o||null==r.return||r.return()}finally{if(s)throw i}}}}function dC(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}var mC={extract:function(e){var t,r=e.$,n=e.metaCache;if((t=qS(r,lC,n))&&t.length<300)return yI(t);if((t=$S(r,uC,2))&&t.length<300)return yI(t);var a,i=pC(fC);try{for(i.s();!(a=i.n()).done;){var o=$y(a.value,2),s=o[0],c=o[1],l=r(s);if(1===l.length){var u=l.text();if(c.test(u))return yI(u)}}}catch(e){i.e(e)}finally{i.f()}return null}},EC=["article:published_time","displaydate","dc.date","dc.date.issued","rbpubdate","publish_date","pub_date","pagedate","pubdate","revision_date","doc_date","date_created","content_create_date","lastmodified","created","date"],gC=[".hentry .dtstamp.published",".hentry .published",".hentry .dtstamp.updated",".hentry .updated",".single .published",".meta .published",".meta .postDate",".entry-date",".byline .date",".postmetadata .date",".article_datetime",".date-header",".story-date",".dateStamp","#story .datetime",".dateline",".pubdate"],_C=[new RegExp("/(20\\d{2}/\\d{2}/\\d{2})/","i"),new RegExp("(20\\d{2}-[01]\\d-[0-3]\\d)","i"),new RegExp("/(20\\d{2}/".concat("(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)","/[0-3]\\d)/"),"i")],TC={extract:function(e){var t,r=e.$,n=e.url,a=e.metaCache;return(t=qS(r,EC,a,!1))||(t=$S(r,gC))?UI(t):(t=function(e,t){var r=t.find(function(t){return t.test(e)});return r?r.exec(e)[1]:null}(n,_C),t?UI(t):null)}},AC=["og:image","twitter:image","image_src"],yC=["link[rel=image_src]"],vC=new RegExp(["upload","wp-content","large","photo","wp-image"].join("|"),"i"),bC=new RegExp(["spacer","sprite","blank","throbber","gradient","tile","bg","background","icon","social","header","hdr","advert","spinner","loader","loading","default","rating","share","facebook","twitter","theme","promo","ads","wp-includes"].join("|"),"i"),SC=/\.gif(\?.*)?$/i,NC=/\.jpe?g(\?.*)?$/i;function IC(e){return"".concat(e.attr("class")||""," ").concat(e.attr("id")||"")}function CC(e,t){var r=void 0!==xS&&e[PS]||e["@@iterator"];if(!r){if(US(e)||(r=function(e,t){if(e){if("string"==typeof e)return wC(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?LS(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?wC(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,o=!0,s=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return o=e.done,e},e:function(e){s=!0,i=e},f:function(){try{o||null==r.return||r.return()}finally{if(s)throw i}}}}function wC(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}var OC,DC,RC={extract:function(e){var t,r=e.$,n=e.content,a=e.metaCache,i=e.html;r.browser||0!==r("head").length||r("*").first().prepend(i);var o=qS(r,AC,a,!1);if(o&&(t=vI(o)))return t;var s=r(n),c=r("img",s).toArray(),l={};c.forEach(function(e,t){var n=r(e),a=n.attr("src");if(a){var i=function(e){e=e.trim();var t=0;return vC.test(e)&&(t+=20),bC.test(e)&&(t-=20),SC.test(e)&&(t-=10),NC.test(e)&&(t+=10),t}(a);i+=function(e){return e.attr("alt")?5:0}(n),i+=function(e){var t=0;1===e.parents("figure").first().length&&(t+=25);var r,n=e.parent();return 1===n.length&&(r=n.parent()),[n,r].forEach(function(e){pb.test(IC(e))&&(t+=15)}),t}(n),i+=function(e){var t=0,r=e.next(),n=r.get(0);return n&&"figcaption"===n.tagName.toLowerCase()&&(t+=25),pb.test(IC(r))&&(t+=15),t}(n),i+=function(e){var t=0,r=ib(e.attr("width")),n=ib(e.attr("height")),a=e.attr("src");if(r&&r<=50&&(t-=50),n&&n<=50&&(t-=50),r&&n&&!a.includes("sprite")){var i=r*n;i<5e3?t-=100:t+=Math.round(i/1e3)}return t}(n),i+=function(e,t){return e.length/2-t}(c,t),l[a]=i}});var u=$y(Nv(l).reduce(function(e,t){return l[t]>e[1]?[t,l[t]]:e},[null,0]),2),h=u[0];if(u[1]>0&&(t=vI(h)))return t;var f,p=CC(yC);try{for(p.s();!(f=p.n()).done;){var d=f.value,m=r(d).first(),E=m.attr("src");if(E&&(t=vI(E)))return t;var g=m.attr("href");if(g&&(t=vI(g)))return t;var _=m.attr("value");if(_&&(t=vI(_)))return t}}catch(e){p.e(e)}finally{p.f()}return null}},LC={exports:{}},kC={},xC={exports:{}},MC={exports:{}};function PC(){return OC||(OC=1,function(e){(function(){var t,r,n,a,i,o,s,c,l,u,h,f,p,d,m;n=Math.floor,u=Math.min,r=function(e,t){return e<t?-1:e>t?1:0},l=function(e,t,a,i,o){var s;if(null==a&&(a=0),null==o&&(o=r),a<0)throw new Error("lo must be non-negative");for(null==i&&(i=e.length);a<i;)o(t,e[s=n((a+i)/2)])<0?i=s:a=s+1;return[].splice.apply(e,[a,a-a].concat(t)),t},o=function(e,t,n){return null==n&&(n=r),e.push(t),d(e,0,e.length-1,n)},i=function(e,t){var n,a;return null==t&&(t=r),n=e.pop(),e.length?(a=e[0],e[0]=n,m(e,0,t)):a=n,a},c=function(e,t,n){var a;return null==n&&(n=r),a=e[0],e[0]=t,m(e,0,n),a},s=function(e,t,n){var a;return null==n&&(n=r),e.length&&n(e[0],t)<0&&(t=(a=[e[0],t])[0],e[0]=a[1],m(e,0,n)),t},a=function(e,t){var a,i,o,s,c,l;for(null==t&&(t=r),c=[],i=0,o=(s=function(){l=[];for(var t=0,r=n(e.length/2);0<=r?t<r:t>r;0<=r?t++:t--)l.push(t);return l}.apply(this).reverse()).length;i<o;i++)a=s[i],c.push(m(e,a,t));return c},p=function(e,t,n){var a;if(null==n&&(n=r),-1!==(a=e.indexOf(t)))return d(e,0,a,n),m(e,a,n)},h=function(e,t,n){var i,o,c,l,u;if(null==n&&(n=r),!(o=e.slice(0,t)).length)return o;for(a(o,n),c=0,l=(u=e.slice(t)).length;c<l;c++)i=u[c],s(o,i,n);return o.sort(n).reverse()},f=function(e,t,n){var o,s,c,h,f,p,d,m,E;if(null==n&&(n=r),10*t<=e.length){if(!(c=e.slice(0,t).sort(n)).length)return c;for(s=c[c.length-1],h=0,p=(d=e.slice(t)).length;h<p;h++)n(o=d[h],s)<0&&(l(c,o,0,null,n),c.pop(),s=c[c.length-1]);return c}for(a(e,n),E=[],f=0,m=u(t,e.length);0<=m?f<m:f>m;0<=m?++f:--f)E.push(i(e,n));return E},d=function(e,t,n,a){var i,o,s;for(null==a&&(a=r),i=e[n];n>t&&a(i,o=e[s=n-1>>1])<0;)e[n]=o,n=s;return e[n]=i},m=function(e,t,n){var a,i,o,s,c;for(null==n&&(n=r),i=e.length,c=t,o=e[t],a=2*t+1;a<i;)(s=a+1)<i&&!(n(e[a],e[s])<0)&&(a=s),e[t]=e[a],a=2*(t=a)+1;return e[t]=o,d(e,c,t,n)},t=function(){function e(e){this.cmp=null!=e?e:r,this.nodes=[]}return e.push=o,e.pop=i,e.replace=c,e.pushpop=s,e.heapify=a,e.updateItem=p,e.nlargest=h,e.nsmallest=f,e.prototype.push=function(e){return o(this.nodes,e,this.cmp)},e.prototype.pop=function(){return i(this.nodes,this.cmp)},e.prototype.peek=function(){return this.nodes[0]},e.prototype.contains=function(e){return-1!==this.nodes.indexOf(e)},e.prototype.replace=function(e){return c(this.nodes,e,this.cmp)},e.prototype.pushpop=function(e){return s(this.nodes,e,this.cmp)},e.prototype.heapify=function(){return a(this.nodes,this.cmp)},e.prototype.updateItem=function(e){return p(this.nodes,e,this.cmp)},e.prototype.clear=function(){return this.nodes=[]},e.prototype.empty=function(){return 0===this.nodes.length},e.prototype.size=function(){return this.nodes.length},e.prototype.clone=function(){var t;return(t=new e).nodes=this.nodes.slice(0),t},e.prototype.toArray=function(){return this.nodes.slice(0)},e.prototype.insert=e.prototype.push,e.prototype.top=e.prototype.peek,e.prototype.front=e.prototype.peek,e.prototype.has=e.prototype.contains,e.prototype.copy=e.prototype.clone,e}(),e.exports=t}).call(this)}(MC)),MC.exports}(function(){var e,t,r,n,a,i,o,s,c,l,u,h,f,p,d,m,E,g,_,T,A=[].indexOf||function(e){for(var t=0,r=this.length;t<r;t++)if(t in this&&this[t]===e)return t;return-1};o=Math.floor,c=Math.max,l=Math.min,DC||(DC=1,function(e){e.exports=PC()}(xC)),t=xC.exports,m=function(e,t){return t?2*e/t:1},d=function(e,t){var r,n,a,i,o,s;for(o=[e.length,t.length],r=i=0,s=l(n=o[0],a=o[1]);0<=s?i<s:i>s;r=0<=s?++i:--i){if(e[r]<t[r])return-1;if(e[r]>t[r])return 1}return n-a},T=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},p=function(e){var t,r;for(t=0,r=e.length;t<r;t++)if(e[t])return!0;return!1},a=function(){function e(e,t,r,n){this.isjunk=e,null==t&&(t=""),null==r&&(r=""),this.autojunk=null==n||n,this.a=this.b=null,this.setSeqs(t,r)}return e.prototype.setSeqs=function(e,t){return this.setSeq1(e),this.setSeq2(t)},e.prototype.setSeq1=function(e){if(e!==this.a)return this.a=e,this.matchingBlocks=this.opcodes=null},e.prototype.setSeq2=function(e){if(e!==this.b)return this.b=e,this.matchingBlocks=this.opcodes=null,this.fullbcount=null,this._chainB()},e.prototype._chainB=function(){var e,t,r,n,a,i,s,c,l,u,h,f,p,d;for(e=this.b,this.b2j=t={},n=u=0,f=e.length;u<f;n=++u)r=e[n],(T(t,r)?t[r]:t[r]=[]).push(n);if(i={},a=this.isjunk)for(h=0,p=(d=Object.keys(t)).length;h<p;h++)a(r=d[h])&&(i[r]=!0,delete t[r]);if(l={},s=e.length,this.autojunk&&s>=200)for(r in c=o(s/100)+1,t)t[r].length>c&&(l[r]=!0,delete t[r]);return this.isbjunk=function(e){return T(i,e)},this.isbpopular=function(e){return T(l,e)}},e.prototype.findLongestMatch=function(e,t,r,n){var a,i,o,s,c,l,u,h,f,p,d,m,E,g,_,A,y,v,b,S,N;for(a=(A=[this.a,this.b,this.b2j,this.isbjunk])[0],i=A[1],o=A[2],h=A[3],s=(y=[e,r,0])[0],c=y[1],l=y[2],p={},u=E=e;e<=t?E<t:E>t;u=e<=t?++E:--E){for(m={},g=0,_=(v=T(o,a[u])?o[a[u]]:[]).length;g<_;g++)if(!((f=v[g])<r)){if(f>=n)break;(d=m[f]=(p[f-1]||0)+1)>l&&(s=(b=[u-d+1,f-d+1,d])[0],c=b[1],l=b[2])}p=m}for(;s>e&&c>r&&!h(i[c-1])&&a[s-1]===i[c-1];)s=(S=[s-1,c-1,l+1])[0],c=S[1],l=S[2];for(;s+l<t&&c+l<n&&!h(i[c+l])&&a[s+l]===i[c+l];)l++;for(;s>e&&c>r&&h(i[c-1])&&a[s-1]===i[c-1];)s=(N=[s-1,c-1,l+1])[0],c=N[1],l=N[2];for(;s+l<t&&c+l<n&&h(i[c+l])&&a[s+l]===i[c+l];)l++;return[s,c,l]},e.prototype.getMatchingBlocks=function(){var e,t,r,n,a,i,o,s,c,l,u,h,f,p,m,E,g,_,T,A,y,v,b,S,N,I;if(this.matchingBlocks)return this.matchingBlocks;for(_=[[0,p=(v=[this.a.length,this.b.length])[0],0,m=v[1]]],E=[];_.length;)t=(b=_.pop())[0],e=b[1],n=b[2],r=b[3],a=(S=T=this.findLongestMatch(t,e,n,r))[0],s=S[1],(u=S[2])&&(E.push(T),t<a&&n<s&&_.push([t,a,n,s]),a+u<e&&s+u<r&&_.push([a+u,e,s+u,r]));for(E.sort(d),i=c=h=0,g=[],A=0,y=E.length;A<y;A++)o=(N=E[A])[0],l=N[1],f=N[2],i+h===o&&c+h===l?h+=f:(h&&g.push([i,c,h]),i=(I=[o,l,f])[0],c=I[1],h=I[2]);return h&&g.push([i,c,h]),g.push([p,m,0]),this.matchingBlocks=g},e.prototype.getOpcodes=function(){var e,t,r,n,a,i,o,s,c,l,u,h;if(this.opcodes)return this.opcodes;for(n=a=0,this.opcodes=t=[],s=0,c=(l=this.getMatchingBlocks()).length;s<c;s++)e=(u=l[s])[0],r=u[1],i=u[2],o="",n<e&&a<r?o="replace":n<e?o="delete":a<r&&(o="insert"),o&&t.push([o,n,e,a,r]),n=(h=[e+i,r+i])[0],a=h[1],i&&t.push(["equal",e,n,r,a]);return t},e.prototype.getGroupedOpcodes=function(e){var t,r,n,a,i,o,s,u,h,f,p,d,m,E,g;for(null==e&&(e=3),(t=this.getOpcodes()).length||(t=[["equal",0,1,0,1]]),"equal"===t[0][0]&&(h=(d=t[0])[0],a=d[1],i=d[2],o=d[3],s=d[4],t[0]=[h,c(a,i-e),i,c(o,s-e),s]),"equal"===t[t.length-1][0]&&(h=(m=t[t.length-1])[0],a=m[1],i=m[2],o=m[3],s=m[4],t[t.length-1]=[h,a,l(i,a+e),o,l(s,o+e)]),u=e+e,n=[],r=[],f=0,p=t.length;f<p;f++)h=(E=t[f])[0],a=E[1],i=E[2],o=E[3],s=E[4],"equal"===h&&i-a>u&&(r.push([h,a,l(i,a+e),o,l(s,o+e)]),n.push(r),r=[],a=(g=[c(a,i-e),c(o,s-e)])[0],o=g[1]),r.push([h,a,i,o,s]);return!r.length||1===r.length&&"equal"===r[0][0]||n.push(r),n},e.prototype.ratio=function(){var e,t,r,n;for(e=0,t=0,r=(n=this.getMatchingBlocks()).length;t<r;t++)e+=n[t][2];return m(e,this.a.length+this.b.length)},e.prototype.quickRatio=function(){var e,t,r,n,a,i,o,s,c,l,u;if(!this.fullbcount)for(this.fullbcount=r={},i=0,s=(l=this.b).length;i<s;i++)r[t=l[i]]=(r[t]||0)+1;for(r=this.fullbcount,e={},n=0,o=0,c=(u=this.a).length;o<c;o++)t=u[o],a=T(e,t)?e[t]:r[t]||0,e[t]=a-1,a>0&&n++;return m(n,this.a.length+this.b.length)},e.prototype.realQuickRatio=function(){var e,t,r;return r=[this.a.length,this.b.length],m(l(e=r[0],t=r[1]),e+t)},e}(),s=function(e,r,n,i){var o,s,c,l,u,h,f,p,m;if(null==n&&(n=3),null==i&&(i=.6),!(n>0))throw new Error("n must be > 0: ("+n+")");if(!(0<=i&&i<=1))throw new Error("cutoff must be in [0.0, 1.0]: ("+i+")");for(o=[],(s=new a).setSeq2(e),l=0,h=r.length;l<h;l++)c=r[l],s.setSeq1(c),s.realQuickRatio()>=i&&s.quickRatio()>=i&&s.ratio()>=i&&o.push([s.ratio(),c]);for(m=[],u=0,f=(o=t.nlargest(o,n,d)).length;u<f;u++)(p=o[u])[0],c=p[1],m.push(c);return m},E=function(e,t){var r,n,a;for(r=(a=[0,e.length])[0],n=a[1];r<n&&e[r]===t;)r++;return r},e=function(){function e(e,t){this.linejunk=e,this.charjunk=t}return e.prototype.compare=function(e,t){var r,n,i,o,s,c,l,u,h,f,p,d,m,E;for(l=[],h=0,p=(m=new a(this.linejunk,e,t).getOpcodes()).length;h<p;h++){switch(u=(E=m[h])[0],n=E[1],r=E[2],o=E[3],i=E[4],u){case"replace":s=this._fancyReplace(e,n,r,t,o,i);break;case"delete":s=this._dump("-",e,n,r);break;case"insert":s=this._dump("+",t,o,i);break;case"equal":s=this._dump(" ",e,n,r);break;default:throw new Error("unknow tag ("+u+")")}for(f=0,d=s.length;f<d;f++)c=s[f],l.push(c)}return l},e.prototype._dump=function(e,t,r,n){var a,i,o;for(o=[],a=i=r;r<=n?i<n:i>n;a=r<=n?++i:--i)o.push(e+" "+t[a]);return o},e.prototype._plainReplace=function(e,t,r,n,a,i){var o,s,c,l,u,h,f,p,d,m;for(i-a<r-t?(o=this._dump("+",n,a,i),u=this._dump("-",e,t,r)):(o=this._dump("-",e,t,r),u=this._dump("+",n,a,i)),l=[],h=0,p=(m=[o,u]).length;h<p;h++)for(f=0,d=(s=m[h]).length;f<d;f++)c=s[f],l.push(c);return l},e.prototype._fancyReplace=function(e,t,r,n,i,o){var s,c,l,u,h,f,p,d,m,E,g,_,T,A,y,v,b,S,N,I,C,w,O,D,R,L,k,x,M,P,B,U,F,H,G,q,j,Y,W,$,V,z,Q,K,X,J,Z,ee;for(p=(q=[.74,.75])[0],A=q[1],T=new a(this.charjunk),y=(j=[null,null])[0],v=j[1],w=[],S=D=i;i<=o?D<o:D>o;S=i<=o?++D:--D)for(E=n[S],T.setSeq2(E),b=R=t;t<=r?R<r:R>r;b=t<=r?++R:--R)(c=e[b])!==E?(T.setSeq1(c),T.realQuickRatio()>p&&T.quickRatio()>p&&T.ratio()>p&&(p=(z=[T.ratio(),b,S])[0],d=z[1],m=z[2])):null===y&&(y=(V=[b,S])[0],v=V[1]);if(p<A){if(null===y){for(L=0,x=(Q=this._plainReplace(e,t,r,n,i,o)).length;L<x;L++)C=Q[L],w.push(C);return w}d=(K=[y,v,1])[0],m=K[1],p=K[2]}else y=null;for(k=0,M=(X=this._fancyHelper(e,t,d,n,i,m)).length;k<M;k++)C=X[k],w.push(C);if(s=(J=[e[d],n[m]])[0],f=J[1],null===y){for(h=_="",T.setSeqs(s,f),F=0,P=(Z=T.getOpcodes()).length;F<P;F++)switch(O=(ee=Z[F])[0],l=ee[1],u=ee[2],g=ee[3],N=(Y=[u-l,ee[4]-g])[0],I=Y[1],O){case"replace":h+=Array(N+1).join("^"),_+=Array(I+1).join("^");break;case"delete":h+=Array(N+1).join("-");break;case"insert":_+=Array(I+1).join("+");break;case"equal":h+=Array(N+1).join(" "),_+=Array(I+1).join(" ");break;default:throw new Error("unknow tag ("+O+")")}for(H=0,B=(W=this._qformat(s,f,h,_)).length;H<B;H++)C=W[H],w.push(C)}else w.push(" "+s);for(G=0,U=($=this._fancyHelper(e,d+1,r,n,m+1,o)).length;G<U;G++)C=$[G],w.push(C);return w},e.prototype._fancyHelper=function(e,t,r,n,a,i){var o;return o=[],t<r?o=a<i?this._fancyReplace(e,t,r,n,a,i):this._dump("-",e,t,r):a<i&&(o=this._dump("+",n,a,i)),o},e.prototype._qformat=function(e,t,r,n){var a,i;return i=[],a=l(E(e,"\t"),E(t,"\t")),a=l(a,E(r.slice(0,a)," ")),a=l(a,E(n.slice(0,a)," ")),r=r.slice(a).replace(/\s+$/,""),n=n.slice(a).replace(/\s+$/,""),i.push("- "+e),r.length&&i.push("? "+Array(a+1).join("\t")+r+"\n"),i.push("+ "+t),n.length&&i.push("? "+Array(a+1).join("\t")+n+"\n"),i},e}(),n=function(e,t){return null==t&&(t=/^\s*#?\s*$/),t.test(e)},r=function(e,t){return null==t&&(t=" \t"),A.call(t,e)>=0},_=function(e,t){var r,n;return r=e+1,1===(n=t-e)?""+r:(n||r--,r+","+n)},f=function(e,t,r){var n,i,o,s,c,l,u,h,f,p,d,m,E,g,T,A,y,v,b,S,N,I,C,w,O,D,R,L,k,x,M,P,B,U,F,H,G;for(c=(M=null!=r?r:{}).fromfile,b=M.tofile,l=M.fromfiledate,S=M.tofiledate,M.n,null==c&&(c=""),null==b&&(b=""),null==l&&(l=""),null==S&&(S=""),null==(T=M.lineterm)&&(T="\n"),g=[],A=!1,N=0,O=(P=new a(null,e,t).getGroupedOpcodes()).length;N<O;N++)for(u=P[N],A||(A=!0,s=l?"\t"+l:"",v=S?"\t"+S:"",g.push("--- "+c+s+T),g.push("+++ "+b+v+T)),m=(B=[u[0],u[u.length-1]])[1],n=_((o=B[0])[1],m[2]),i=_(o[3],m[4]),g.push("@@ -"+n+" +"+i+" @@"+T),I=0,D=u.length;I<D;I++)if(y=(U=u[I])[0],h=U[1],f=U[2],p=U[3],d=U[4],"equal"!==y){if("replace"===y||"delete"===y)for(w=0,L=(H=e.slice(h,f)).length;w<L;w++)E=H[w],g.push("-"+E);if("replace"===y||"insert"===y)for(x=0,k=(G=t.slice(p,d)).length;x<k;x++)E=G[x],g.push("+"+E)}else for(C=0,R=(F=e.slice(h,f)).length;C<R;C++)E=F[C],g.push(" "+E);return g},g=function(e,t){var r,n;return r=e+1,(n=t-e)||r--,n<=1?""+r:r+","+(r+n-1)},i=function(e,t,r){var n,i,o,s,c,l,u,h,f,d,m,E,_,T,A,y,v,b,S,N,I,C,w,O,D,R,L,k,x,M,P,B,U,F,H,G,q,j;for(c=(B=null!=r?r:{}).fromfile,N=B.tofile,l=B.fromfiledate,I=B.tofiledate,B.n,null==c&&(c=""),null==N&&(N=""),null==l&&(l=""),null==I&&(I=""),null==(A=B.lineterm)&&(A="\n"),y={insert:"+ ",delete:"- ",replace:"! ",equal:" "},v=!1,T=[],C=0,R=(U=new a(null,e,t).getGroupedOpcodes()).length;C<R;C++)if(u=U[C],!v){if(v=!0,s=l?"\t"+l:"",S=I?"\t"+I:"",T.push("*** "+c+s+A),T.push("--- "+N+S+A),o=(F=[u[0],u[u.length-1]])[0],E=F[1],T.push("***************"+A),n=g(o[1],E[2]),T.push("*** "+n+" ****"+A),p(function(){var e,t,r,n;for(n=[],e=0,t=u.length;e<t;e++)r=u[e],b=r[0],r[1],r[2],r[3],r[4],n.push("replace"===b||"delete"===b);return n}()))for(w=0,L=u.length;w<L;w++)if(H=u[w],b=H[0],h=H[1],f=H[2],H[3],H[4],"insert"!==b)for(O=0,k=(G=e.slice(h,f)).length;O<k;O++)_=G[O],T.push(y[b]+_);if(i=g(o[3],E[4]),T.push("--- "+i+" ----"+A),p(function(){var e,t,r,n;for(n=[],e=0,t=u.length;e<t;e++)r=u[e],b=r[0],r[1],r[2],r[3],r[4],n.push("replace"===b||"insert"===b);return n}()))for(D=0,x=u.length;D<x;D++)if(q=u[D],b=q[0],q[1],q[2],d=q[3],m=q[4],"delete"!==b)for(P=0,M=(j=t.slice(d,m)).length;P<M;P++)_=j[P],T.push(y[b]+_)}return T},u=function(t,n,a,i){return null==i&&(i=r),new e(a,i).compare(t,n)},h=function(e,t){var r,n,a,i,o,s,c;if(!(i={1:"- ",2:"+ "}[t]))throw new Error("unknow delta choice (must be 1 or 2): "+t);for(a=[" ",i],n=[],o=0,s=e.length;o<s;o++)c=(r=e[o]).slice(0,2),A.call(a,c)>=0&&n.push(r.slice(2));return n},kC._arrayCmp=d,kC.SequenceMatcher=a,kC.getCloseMatches=s,kC._countLeading=E,kC.Differ=e,kC.IS_LINE_JUNK=n,kC.IS_CHARACTER_JUNK=r,kC._formatRangeUnified=_,kC.unifiedDiff=f,kC._formatRangeContext=g,kC.contextDiff=i,kC.ndiff=u,kC.restore=h}).call(void 0),function(e){e.exports=kC}(LC);var BC=e(LC.exports);var UC=/\d/,FC=new RegExp(["print","archive","comment","discuss","e-mail","email","share","reply","all","login","sign","single","adx","entry-unrelated"].join("|"),"i"),HC=new RegExp("(next|weiter|continue|>([^|]|$)|»([^|]|$))","i"),GC=new RegExp("(first|last|end)","i"),qC=new RegExp("(prev|earl|old|new|<|«)","i");function jC(e){var t=e.parent(),r=!1,n=!1,a=0;return LS(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:1,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return rs.mark(function r(){return rs.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:if(!(e<=t)){r.next=2;break}return r.next=1,e+=1;case 1:r.next=0;break;case 2:case"end":return r.stop()}},r)})()}(0,4)).forEach(function(){if(0!==t.length){var e=function(e){return"".concat(e.attr("class")||""," ").concat(e.attr("id")||"")}(t);!r&&Pv.test(e)&&(r=!0,a+=25),!n&&Mv.test(e)&&FC.test(e)&&(xv.test(e)||(n=!0,a-=25)),t=t.parent()}}),a}function YC(e){var t=e.links,r=e.articleUrl,n=e.baseUrl,a=e.parsedUrl,i=e.$,o=e.previousUrls,s=void 0===o?[]:o;a=a||ns.parse(r);var c=function(e){return new RegExp("^".concat(e),"i")}(n),l=function(e){return e("meta[name=generator][value^=WordPress]").length>0}(i),u=t.reduce(function(e,t){var o=jv(t);if(!o.href)return e;var u=ky(o.href),h=i(t),f=h.text();if(!function(e,t,r,n,a,i){if(void 0!==i.find(function(t){return e===t}))return!1;if(!e||e===t||e===r)return!1;var o=n.hostname;if(ns.parse(e).hostname!==o)return!1;var s=e.replace(r,"");return!(!UC.test(s)||FC.test(a)||a.length>25)}(u,r,n,a,f,s))return e;e[u]?e[u].linkText="".concat(e[u].linkText,"|").concat(f):e[u]={score:0,linkText:f,href:u};var p=e[u],d=function(e,t){return"".concat(t||e.text()," ").concat(e.attr("class")||""," ").concat(e.attr("id")||"")}(h,f),m=function(e){var t=e.match(wy);if(!t)return null;var r=Cy(t[6],10);return r<100?r:null}(u),E=function(e,t){return t.test(e)?0:-25}(u,c);return E+=function(e){return HC.test(e)?50:0}(d),E+=function(e){return GC.test(e)&&HC.test(e)?-65:0}(d),E+=function(e){return qC.test(e)?-200:0}(d),E+=jC(h),E+=function(e){return FC.test(e)?-25:0}(u),E+=function(e,t){return e&&!t?50:0}(m,l),E+=function(e,t){var r=0;if(Ry.test(e.trim())){var n=Cy(e,10);r=n<2?-30:Math.max(0,10-n),t&&t>=n&&(r-=50)}return r}(f,m),E+=function(e,t,r){return e>0?e+-250*(1-new BC.SequenceMatcher(null,t,r).ratio()-.2):0}(E,r,u),p.score=E,e},{});return 0===Nv(u).length?null:u}var WC={extract:function(e){var t=e.$,r=e.url,n=e.parsedUrl,a=e.previousUrls,i=void 0===a?[]:a;n=n||ns.parse(r);var o=ky(r),s=Vy(r,n),c=YC({links:t("a[href]").toArray(),articleUrl:o,baseUrl:s,parsedUrl:n,$:t,previousUrls:i});if(!c)return null;var l=Nv(c).reduce(function(e,t){var r=c[t];return r.score>e.score?r:e},{score:-100});return l.score>=50?l.href:null}},$C=["og:url"];function VC(e){return ns.parse(e).hostname}function zC(e){return{url:e,domain:VC(e)}}var QC={extract:function(e){var t=e.$,r=e.url,n=e.metaCache,a=t("link[rel=canonical]");if(0!==a.length){var i=a.attr("href");if(i)return zC(i)}var o=qS(t,$C,n);return zC(o||r)}},KC={ellipse:"…",chars:[" ","-"],max:140,truncate:!0};var XC=function(e,t,r){if("string"!=typeof e||0===e.length)return"";if(0===t)return"";for(var n in r=r||{},KC)null!==r[n]&&void 0!==r[n]||(r[n]=KC[n]);return r.max=t||r.max,function(e,t,r,n,a){if(e.length<t)return e;for(var i=0,o="",s=Math.floor(t/2),c="middle"===a?s:t,l=0,u=e.length;l<u;l++)if(o=e.charAt(l),-1!==n.indexOf(o)&&"middle"!==a&&(i=l),!(l<c))return 0===i?a?e.substring(0,c-1)+r+("middle"===a?e.substring(e.length-s,e.length):""):"":e.substring(0,i)+r;return e}(e,r.max,r.ellipse,r.chars,r.truncate)},JC=["og:description","twitter:description"];function ZC(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200;return e=e.replace(/[\s\n]+/g," ").trim(),XC(e,r,{ellipse:"&hellip;"})}var ew={extract:function(e){var t=e.$,r=e.content,n=e.metaCache,a=qS(t,JC,n);if(a)return ZC(FS(a,t));return ZC(t(r.slice(0,1e3)).text(),t,200)}},tw={extract:function(e){var t=e.content,r=function(e){return sy(iy(e)("div").first().text()).split(/\s/).length}(t);return 1===r&&(r=function(e){return(e=(e=(e=e.replace(/<[^>]*>/g," ")).replace(/\s+/g," ")).trim()).split(" ").length}(t)),r}};function rw(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function nw(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?rw(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):rw(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}var aw={domain:"*",title:cC.extract,date_published:TC.extract,author:mC.extract,content:nC.extract.bind(nC),lead_image_url:RC.extract,dek:function(){return null},next_page_url:WC.extract,url_and_domain:QC.extract,excerpt:ew.extract,word_count:tw.extract,direction:function(e){var t=e.title;return iI.getDirection(t)},extract:function(e){var t=e.html,r=e.$;if(t&&!r){var n=iy(t);e.$=n}var a=this.title(e),i=this.date_published(e),o=this.author(e),s=this.content(nw(nw({},e),{},{title:a})),c=this.lead_image_url(nw(nw({},e),{},{content:s})),l=this.dek(nw(nw({},e),{},{content:s})),u=this.next_page_url(e),h=this.excerpt(nw(nw({},e),{},{content:s})),f=this.word_count(nw(nw({},e),{},{content:s})),p=this.direction({title:a}),d=this.url_and_domain(e);return{title:a,author:o,date_published:i||null,dek:l,lead_image_url:c,content:s,next_page_url:u,url:d.url,domain:d.domain,excerpt:h,word_count:f,direction:p}}},iw={'meta[name="al:ios:app_name"][value="Medium"]':gN,'meta[name="generator"][value="blogger"]':dN};function ow(e,t,r){var n=(t=t||ns.parse(e)).hostname,a=n.split(".").slice(-2).join(".");return fN[n]||fN[a]||aI[n]||aI[a]||function(e){var t=Nv(iw).find(function(t){return e(t).length>0});return iw[t]}(r)||aw}function sw(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function cw(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?sw(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):sw(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}function lw(e){var t=e.$,r=e.type,n=e.extractionOpts,a=e.extractHtml,i=void 0!==a&&a;if(!n)return null;if("string"==typeof n)return n;var o,s=n.selectors,c=n.defaultCleaner,l=void 0===c||c,u=n.allowMultiple,h=function(e,t,r,n){return t.find(function(t){if(US(t)){if(r)return t.reduce(function(t,r){return t&&e(r).length>0},!0);var a=$y(t,2),i=a[0],o=a[1];return(n||!n&&1===e(i).length)&&e(i).attr(o)&&""!==e(i).attr(o).trim()}return(n||!n&&1===e(t).length)&&""!==e(t).text().trim()})}(t,s,i,"lead_image_url"===r||u);if(!h)return null;function f(r){return DS(r,t,e.url||""),function(e,t,r){var n=r.clean;n&&t(n.join(","),e).remove()}(r,t,n),function(e,t,r){var n=r.transforms;n&&Nv(n).forEach(function(r){var a=t(r,e),i=n[r];"string"==typeof i?a.each(function(e,a){Yv(t(a),t,n[r])}):"function"==typeof i&&a.each(function(e,r){var n=i(t(r),t);"string"==typeof n&&Yv(t(r),t,n)})})}(r,t,n),r}if(i)return function(){var n;if(US(h)){n=t(h.join(","));var a=t("<div></div>");n.each(function(e,t){a.append(t)}),n=a}else n=t(h);return n.wrap(t("<div></div>")),n=f(n=n.parent()),zI[r]&&zI[r](n,cw(cw({},e),{},{defaultCleaner:l})),u?n.children().toArray().map(function(e){return t.html(t(e))}):t.html(n)}();if(US(h)){var p=$y(h,3),d=p[0],m=p[1],E=p[2];o=f(t(d)).map(function(e,r){var n=t(r).attr(m).trim();return E?E(n):n})}else o=f(t(h)).map(function(e,r){return t(r).text().trim()});return o=US(o.toArray())&&u?o.toArray():o[0],l&&zI[r]?zI[r](o,cw(cw({},e),n)):o}function uw(e,t){var r={};return Nv(e).forEach(function(n){r[n]||(r[n]=lw(cw(cw({},t),{},{type:n,extractionOpts:e[n]})))}),r}function hw(e){var t=e.type,r=e.extractor,n=e.fallback,a=void 0===n||n,i=lw(cw(cw({},e),{},{extractionOpts:r[t]}));return i||(a?aw[t](e):null)}var fw=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:aw,t=arguments.length>1?arguments[1]:void 0,r=t,n=r.contentOnly,a=r.extractedTitle;if("*"===e.domain)return e.extract(t);if(t=cw(cw({},t),{},{extractor:e}),n)return{content:hw(cw(cw({},t),{},{type:"content",extractHtml:!0,title:a}))};var i={};e.extend&&(i=uw(e.extend,t));var o=hw(cw(cw({},t),{},{type:"title"})),s=hw(cw(cw({},t),{},{type:"date_published"})),c=hw(cw(cw({},t),{},{type:"author"})),l=hw(cw(cw({},t),{},{type:"next_page_url"})),u=hw(cw(cw({},t),{},{type:"content",extractHtml:!0,title:o})),h=hw(cw(cw({},t),{},{type:"lead_image_url",content:u})),f=hw(cw(cw({},t),{},{type:"excerpt",content:u})),p=hw(cw(cw({},t),{},{type:"dek",content:u,excerpt:f})),d=hw(cw(cw({},t),{},{type:"word_count",content:u})),m=hw(cw(cw({},t),{},{type:"direction",title:o})),E=hw(cw(cw({},t),{},{type:"url_and_domain"}))||{url:null,domain:null};return cw({title:o,content:u,author:c,date_published:s,lead_image_url:h,dek:p,next_page_url:l,url:E.url,domain:E.domain,excerpt:f,word_count:d,direction:m},i)};function pw(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function dw(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?pw(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):pw(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}function mw(e){return Ew.apply(this,arguments)}function Ew(){return Ew=Po(rs.mark(function e(t){var r,n,a,i,o,s,c,l,u,h,f,p;return rs.wrap(function(e){for(;;)switch(e.prev=e.next){case 0:r=t.next_page_url,n=t.html,a=t.$,i=t.metaCache,o=t.result,s=t.Extractor,c=t.title,l=t.url,u=1,h=[ky(l)];case 1:if(!(r&&u<26)){e.next=3;break}return u+=1,e.next=2,rN.create(r);case 2:a=e.sent,n=a.html(),f=fw(s,{url:r,html:n,$:a,metaCache:i,extractedTitle:c,previousUrls:h}),h.push(r),o=dw(dw({},o),{},{content:"".concat(o.content,"<hr><h4>Page ").concat(u,"</h4>").concat(f.content)}),r=f.next_page_url,e.next=1;break;case 3:return p=aw.word_count({content:"<div>".concat(o.content,"</div>")}),e.abrupt("return",dw(dw({},o),{},{total_pages:u,rendered_pages:u,word_count:p}));case 4:case"end":return e.stop()}},e)})),Ew.apply(this,arguments)}var gw=["html"];function _w(e,t){var r=Be(e);if(Zr){var n=Zr(e);t&&(n=n.filter(function(t){return on(e,t).enumerable})),r.push.apply(r,n)}return r}function Tw(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?_w(Object(r),!0).forEach(function(t){ba(e,t,r[t])}):yn?In(e,yn(r)):_w(Object(r)).forEach(function(t){Rn(e,t,on(r,t))})}return e}var Aw={parse:function(e){var t=arguments;return Po(rs.mark(function r(){var n,a,i,o,s,c,l,u,h,f,p,d,m,E,g,_,T,A,y,v,b,S,N;return rs.wrap(function(r){for(;;)switch(r.prev=r.next){case 0:if(a=(n=t.length>1&&void 0!==t[1]?t[1]:{}).html,i=Sa(n,gw),o=i.fetchAllPages,s=void 0===o||o,c=i.fallback,l=void 0===c||c,u=i.contentType,h=void 0===u?"html":u,f=i.headers,p=void 0===f?{}:f,d=i.extend,m=i.customExtractor,!e&&Xy&&(e=window.location.href,a=a||document.documentElement.outerHTML),nN(E=ns.parse(e))){r.next=1;break}return r.abrupt("return",{error:!0,message:"The url parameter passed does not look like a valid URL. Please check your URL and try again."});case 1:return r.next=2,rN.create(e,a,E,p);case 2:if(!(g=r.sent).failed){r.next=3;break}return r.abrupt("return",g);case 3:if(m&&pN(m),_=ow(e,E,g),a||(a=g.html()),T=g("meta").map(function(e,t){return g(t).attr("name")}).toArray(),A={},d&&(A=uw(d,{$:g,url:e,html:a})),y=fw(_,{url:e,html:a,$:g,metaCache:T,parsedUrl:E,fallback:l,contentType:h}),b=(v=y).title,S=v.next_page_url,!s||!S){r.next=5;break}return r.next=4,mw({Extractor:_,next_page_url:S,html:a,$:g,metaCache:T,result:y,title:b,url:e});case 4:y=r.sent,r.next=6;break;case 5:y=Tw(Tw({},y),{},{total_pages:1,rendered_pages:1});case 6:return"markdown"===h?(N=new hf,y.content=N.turndown(y.content)):"text"===h&&(y.content=g.text(g(y.content))),r.abrupt("return",Tw(Tw({},y),A));case 7:case"end":return r.stop()}},r)}))()},browser:Xy,fetchResource:function(e){return rN.create(e)},addExtractor:function(e){return pN(e)}};return Aw}();
2
4
  //# sourceMappingURL=mercury.web.js.map