recce-nightly 1.10.0.20250625__py3-none-any.whl → 1.30.0.20251221__py3-none-any.whl

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.

Potentially problematic release.


This version of recce-nightly might be problematic. Click here for more details.

Files changed (229) hide show
  1. recce/VERSION +1 -1
  2. recce/__init__.py +5 -0
  3. recce/adapter/dbt_adapter/__init__.py +343 -245
  4. recce/apis/check_api.py +20 -14
  5. recce/apis/check_events_api.py +353 -0
  6. recce/apis/check_func.py +5 -5
  7. recce/apis/run_func.py +32 -3
  8. recce/artifact.py +76 -3
  9. recce/cli.py +705 -82
  10. recce/config.py +2 -2
  11. recce/connect_to_cloud.py +1 -1
  12. recce/core.py +3 -3
  13. recce/data/404/index.html +2 -0
  14. recce/data/404.html +2 -22
  15. recce/data/__next.@lineage.!KHNsb3Qp.__PAGE__.txt +7 -0
  16. recce/data/__next.@lineage.!KHNsb3Qp.txt +4 -0
  17. recce/data/__next.__PAGE__.txt +6 -0
  18. recce/data/__next._full.txt +32 -0
  19. recce/data/__next._head.txt +8 -0
  20. recce/data/__next._index.txt +14 -0
  21. recce/data/__next._tree.txt +8 -0
  22. recce/data/_next/static/chunks/025a7e3e3f9f40ae.js +1 -0
  23. recce/data/_next/static/chunks/0ce56d67ef5779ca.js +4 -0
  24. recce/data/_next/static/chunks/1a6a78780155dac7.js +48 -0
  25. recce/data/_next/static/chunks/1de8485918b9182a.css +2 -0
  26. recce/data/_next/static/chunks/1e4b1b50d1e34993.js +1 -0
  27. recce/data/_next/static/chunks/206d5d181e4c738e.js +1 -0
  28. recce/data/_next/static/chunks/2c357efc34c5b859.js +25 -0
  29. recce/data/_next/static/chunks/2e9d95d2d48c479c.js +1 -0
  30. recce/data/_next/static/chunks/2f016dc4a3edad2e.js +2 -0
  31. recce/data/_next/static/chunks/313251962d698f7c.js +1 -0
  32. recce/data/_next/static/chunks/3a9f021f38eb5574.css +1 -0
  33. recce/data/_next/static/chunks/40079da8d2b8f651.js +1 -0
  34. recce/data/_next/static/chunks/4599182bffb64661.js +38 -0
  35. recce/data/_next/static/chunks/4e62f6e184173580.js +1 -0
  36. recce/data/_next/static/chunks/5c4dfb0d09eaa401.js +1 -0
  37. recce/data/_next/static/chunks/69e4f06ccfdfc3ac.js +1 -0
  38. recce/data/_next/static/chunks/6b206cb4707d6bee.js +1 -0
  39. recce/data/_next/static/chunks/6d8557f062aa4386.css +1 -0
  40. recce/data/_next/static/chunks/7fbe3650bd83b6b5.js +1 -0
  41. recce/data/_next/static/chunks/83fa823a825674f6.js +1 -0
  42. recce/data/_next/static/chunks/848a6c9b5f55f7ed.js +1 -0
  43. recce/data/_next/static/chunks/859462b0858aef88.css +2 -0
  44. recce/data/_next/static/chunks/923964f18c87d0f1.css +1 -0
  45. recce/data/_next/static/chunks/939390f911895d7c.js +48 -0
  46. recce/data/_next/static/chunks/99a9817237a07f43.js +1 -0
  47. recce/data/_next/static/chunks/9fed8b4b2b924054.js +5 -0
  48. recce/data/_next/static/chunks/b6949f6c5892110c.js +1 -0
  49. recce/data/_next/static/chunks/b851a1d3f8149828.js +1 -0
  50. recce/data/_next/static/chunks/c734f9ad957de0b4.js +1 -0
  51. recce/data/_next/static/chunks/cdde321b0ec75717.js +2 -0
  52. recce/data/_next/static/chunks/d0f91117d77ff844.css +1 -0
  53. recce/data/_next/static/chunks/d6c8667911c2500f.js +1 -0
  54. recce/data/_next/static/chunks/da8dab68c02752cf.js +74 -0
  55. recce/data/_next/static/chunks/dc074049c9d12d97.js +109 -0
  56. recce/data/_next/static/chunks/ee7f1a8227342421.js +1 -0
  57. recce/data/_next/static/chunks/fa2f4e56c2fccc73.js +1 -0
  58. recce/data/_next/static/chunks/turbopack-1fad664f62979b93.js +3 -0
  59. recce/data/_next/static/media/favicon.a8d38d84.ico +0 -0
  60. recce/data/_next/static/media/montserrat-cyrillic-800-normal.d80d830d.woff2 +0 -0
  61. recce/data/_next/static/media/{montserrat-cyrillic-800-normal.bd5c9f50.woff → montserrat-cyrillic-800-normal.f9d58125.woff} +0 -0
  62. recce/data/_next/static/media/montserrat-cyrillic-ext-800-normal.076c2a93.woff2 +0 -0
  63. recce/data/_next/static/media/montserrat-latin-800-normal.cde454cc.woff2 +0 -0
  64. recce/data/_next/static/media/{montserrat-latin-800-normal.fc315020.woff → montserrat-latin-800-normal.d5761935.woff} +0 -0
  65. recce/data/_next/static/media/montserrat-latin-ext-800-normal.40ec0659.woff2 +0 -0
  66. recce/data/_next/static/media/{montserrat-latin-ext-800-normal.2e5381b2.woff → montserrat-latin-ext-800-normal.b671449b.woff} +0 -0
  67. recce/data/_next/static/media/{montserrat-vietnamese-800-normal.20c545e6.woff → montserrat-vietnamese-800-normal.9f7b8541.woff} +0 -0
  68. recce/data/_next/static/media/montserrat-vietnamese-800-normal.f9eb854e.woff2 +0 -0
  69. recce/data/_next/static/nX-Uz0AH6Tc6hIQUFGqaB/_buildManifest.js +11 -0
  70. recce/data/_next/static/nX-Uz0AH6Tc6hIQUFGqaB/_clientMiddlewareManifest.json +1 -0
  71. recce/data/_not-found/__next._full.txt +24 -0
  72. recce/data/_not-found/__next._head.txt +8 -0
  73. recce/data/_not-found/__next._index.txt +13 -0
  74. recce/data/_not-found/__next._not-found.__PAGE__.txt +5 -0
  75. recce/data/_not-found/__next._not-found.txt +4 -0
  76. recce/data/_not-found/__next._tree.txt +6 -0
  77. recce/data/_not-found/index.html +2 -0
  78. recce/data/_not-found/index.txt +24 -0
  79. recce/data/auth_callback.html +1 -1
  80. recce/data/checks/__next.@lineage.__DEFAULT__.txt +7 -0
  81. recce/data/checks/__next._full.txt +39 -0
  82. recce/data/checks/__next._head.txt +8 -0
  83. recce/data/checks/__next._index.txt +14 -0
  84. recce/data/checks/__next._tree.txt +8 -0
  85. recce/data/checks/__next.checks.__PAGE__.txt +10 -0
  86. recce/data/checks/__next.checks.txt +4 -0
  87. recce/data/checks/index.html +2 -0
  88. recce/data/checks/index.txt +39 -0
  89. recce/data/index.html +2 -27
  90. recce/data/index.txt +32 -8
  91. recce/data/lineage/__next.@lineage.__DEFAULT__.txt +7 -0
  92. recce/data/lineage/__next._full.txt +39 -0
  93. recce/data/lineage/__next._head.txt +8 -0
  94. recce/data/lineage/__next._index.txt +14 -0
  95. recce/data/lineage/__next._tree.txt +8 -0
  96. recce/data/lineage/__next.lineage.__PAGE__.txt +10 -0
  97. recce/data/lineage/__next.lineage.txt +4 -0
  98. recce/data/lineage/index.html +2 -0
  99. recce/data/lineage/index.txt +39 -0
  100. recce/data/query/__next.@lineage.__DEFAULT__.txt +7 -0
  101. recce/data/query/__next._full.txt +37 -0
  102. recce/data/query/__next._head.txt +8 -0
  103. recce/data/query/__next._index.txt +14 -0
  104. recce/data/query/__next._tree.txt +8 -0
  105. recce/data/query/__next.query.__PAGE__.txt +9 -0
  106. recce/data/query/__next.query.txt +4 -0
  107. recce/data/query/index.html +2 -0
  108. recce/data/query/index.txt +37 -0
  109. recce/event/CONFIG.bak +1 -0
  110. recce/event/__init__.py +9 -8
  111. recce/event/collector.py +6 -2
  112. recce/event/track.py +10 -0
  113. recce/github.py +1 -1
  114. recce/mcp_server.py +725 -0
  115. recce/models/check.py +433 -15
  116. recce/models/types.py +61 -2
  117. recce/pull_request.py +1 -1
  118. recce/run.py +37 -17
  119. recce/server.py +216 -21
  120. recce/state/__init__.py +31 -0
  121. recce/state/cloud.py +644 -0
  122. recce/state/const.py +26 -0
  123. recce/state/local.py +56 -0
  124. recce/state/state.py +119 -0
  125. recce/state/state_loader.py +174 -0
  126. recce/summary.py +25 -3
  127. recce/tasks/dataframe.py +63 -1
  128. recce/tasks/query.py +40 -3
  129. recce/tasks/rowcount.py +4 -1
  130. recce/tasks/schema.py +4 -1
  131. recce/tasks/utils.py +147 -0
  132. recce/tasks/valuediff.py +85 -57
  133. recce/util/api_token.py +11 -2
  134. recce/util/breaking.py +10 -1
  135. recce/util/cll.py +1 -2
  136. recce/util/cloud/__init__.py +15 -0
  137. recce/util/cloud/base.py +115 -0
  138. recce/util/cloud/check_events.py +190 -0
  139. recce/util/cloud/checks.py +242 -0
  140. recce/util/io.py +2 -2
  141. recce/util/lineage.py +19 -18
  142. recce/util/perf_tracking.py +85 -0
  143. recce/util/recce_cloud.py +254 -5
  144. recce/util/startup_perf.py +121 -0
  145. recce/yaml/__init__.py +2 -2
  146. {recce_nightly-1.10.0.20250625.dist-info → recce_nightly-1.30.0.20251221.dist-info}/METADATA +91 -71
  147. recce_nightly-1.30.0.20251221.dist-info/RECORD +183 -0
  148. {recce_nightly-1.10.0.20250625.dist-info → recce_nightly-1.30.0.20251221.dist-info}/WHEEL +1 -2
  149. recce/data/_next/static/abCX3x3UoIdRLEDWxx4xd/_buildManifest.js +0 -1
  150. recce/data/_next/static/chunks/181-acc61ddada3bc0ca.js +0 -43
  151. recce/data/_next/static/chunks/1bff33f1-1ef85cf5e658a751.js +0 -1
  152. recce/data/_next/static/chunks/217-879a84d70f7a907c.js +0 -2
  153. recce/data/_next/static/chunks/29e3cc0d-60045b2e47aa3916.js +0 -1
  154. recce/data/_next/static/chunks/36e1c10d-8e7be4a6c1f6ab2d.js +0 -1
  155. recce/data/_next/static/chunks/3998a672-03adacad07b346ac.js +0 -1
  156. recce/data/_next/static/chunks/3a92ee20-1081c360214f9602.js +0 -1
  157. recce/data/_next/static/chunks/42-cd3c06533f5fd47c.js +0 -9
  158. recce/data/_next/static/chunks/450c323b-fd94e7ffaa4a5efa.js +0 -1
  159. recce/data/_next/static/chunks/47d8844f-929aed9b1c73a905.js +0 -1
  160. recce/data/_next/static/chunks/608-3b079b544e5d5f5e.js +0 -15
  161. recce/data/_next/static/chunks/6dc81886-adbfa45836061d79.js +0 -1
  162. recce/data/_next/static/chunks/7a8a3e83-edf6dc64b5d5f0a5.js +0 -1
  163. recce/data/_next/static/chunks/7f27ae6c-d5f0438edd5c2a5b.js +0 -1
  164. recce/data/_next/static/chunks/86730205-cfb14e3f051bab35.js +0 -1
  165. recce/data/_next/static/chunks/8d700b6a.8bb140898499c512.js +0 -1
  166. recce/data/_next/static/chunks/92-607cd1af83c41f43.js +0 -1
  167. recce/data/_next/static/chunks/9746af58-a42b7d169cacadf0.js +0 -1
  168. recce/data/_next/static/chunks/a30376cd-de84559016d7e133.js +0 -1
  169. recce/data/_next/static/chunks/app/_not-found/page-01ed58b7f971d311.js +0 -1
  170. recce/data/_next/static/chunks/app/layout-177a410a97e0d018.js +0 -1
  171. recce/data/_next/static/chunks/app/page-da6e046a8235dbfc.js +0 -1
  172. recce/data/_next/static/chunks/b63b1b3f-4282bdcf459e075c.js +0 -1
  173. recce/data/_next/static/chunks/bbda5537-9ec25eb1dd62348a.js +0 -1
  174. recce/data/_next/static/chunks/c132bf7d-08cb668a789d6afd.js +0 -1
  175. recce/data/_next/static/chunks/ce84277d-2e5d1d46910cf052.js +0 -1
  176. recce/data/_next/static/chunks/febdd86e-c6b525341634b860.js +0 -54
  177. recce/data/_next/static/chunks/fee69bc6-2dbccaf9b90474e6.js +0 -1
  178. recce/data/_next/static/chunks/framework-ded83d71b51ce901.js +0 -1
  179. recce/data/_next/static/chunks/main-app-39061b0166c47f55.js +0 -1
  180. recce/data/_next/static/chunks/main-b5b3ae20a1405261.js +0 -1
  181. recce/data/_next/static/chunks/pages/_app-437c455677d62394.js +0 -1
  182. recce/data/_next/static/chunks/pages/_error-e7650df18ca04bde.js +0 -1
  183. recce/data/_next/static/chunks/webpack-7b49d5ba7e3a434d.js +0 -1
  184. recce/data/_next/static/css/17a96168e3a9db13.css +0 -1
  185. recce/data/_next/static/css/1b121dc4d36aeb4d.css +0 -3
  186. recce/data/_next/static/css/35c6679a098e1e34.css +0 -1
  187. recce/data/_next/static/css/951e2e0eea2d4a5b.css +0 -14
  188. recce/data/_next/static/media/montserrat-cyrillic-800-normal.22628180.woff2 +0 -0
  189. recce/data/_next/static/media/montserrat-cyrillic-ext-800-normal.94a63aea.woff2 +0 -0
  190. recce/data/_next/static/media/montserrat-latin-800-normal.6f8fa298.woff2 +0 -0
  191. recce/data/_next/static/media/montserrat-latin-ext-800-normal.013b84f9.woff2 +0 -0
  192. recce/data/_next/static/media/montserrat-vietnamese-800-normal.c0035377.woff2 +0 -0
  193. recce/data/_next/static/media/reload-image.79aabb7d.svg +0 -4
  194. recce/state.py +0 -786
  195. recce_nightly-1.10.0.20250625.dist-info/RECORD +0 -154
  196. recce_nightly-1.10.0.20250625.dist-info/top_level.txt +0 -2
  197. tests/__init__.py +0 -0
  198. tests/adapter/__init__.py +0 -0
  199. tests/adapter/dbt_adapter/__init__.py +0 -0
  200. tests/adapter/dbt_adapter/conftest.py +0 -17
  201. tests/adapter/dbt_adapter/dbt_test_helper.py +0 -298
  202. tests/adapter/dbt_adapter/test_dbt_adapter.py +0 -25
  203. tests/adapter/dbt_adapter/test_dbt_cll.py +0 -384
  204. tests/adapter/dbt_adapter/test_selector.py +0 -202
  205. tests/tasks/__init__.py +0 -0
  206. tests/tasks/conftest.py +0 -4
  207. tests/tasks/test_histogram.py +0 -129
  208. tests/tasks/test_lineage.py +0 -55
  209. tests/tasks/test_preset_checks.py +0 -64
  210. tests/tasks/test_profile.py +0 -397
  211. tests/tasks/test_query.py +0 -151
  212. tests/tasks/test_row_count.py +0 -135
  213. tests/tasks/test_schema.py +0 -122
  214. tests/tasks/test_top_k.py +0 -77
  215. tests/tasks/test_valuediff.py +0 -85
  216. tests/test_cli.py +0 -133
  217. tests/test_config.py +0 -43
  218. tests/test_connect_to_cloud.py +0 -82
  219. tests/test_core.py +0 -29
  220. tests/test_dbt.py +0 -36
  221. tests/test_pull_request.py +0 -130
  222. tests/test_server.py +0 -104
  223. tests/test_state.py +0 -134
  224. tests/test_summary.py +0 -65
  225. /recce/data/_next/static/chunks/{polyfills-42372ed130431b0a.js → a6dad97d9634a72d.js} +0 -0
  226. /recce/data/_next/static/media/{montserrat-cyrillic-ext-800-normal.e6e0d8d0.woff → montserrat-cyrillic-ext-800-normal.a4fa76b5.woff} +0 -0
  227. /recce/data/_next/static/{abCX3x3UoIdRLEDWxx4xd → nX-Uz0AH6Tc6hIQUFGqaB}/_ssgManifest.js +0 -0
  228. {recce_nightly-1.10.0.20250625.dist-info → recce_nightly-1.30.0.20251221.dist-info}/entry_points.txt +0 -0
  229. {recce_nightly-1.10.0.20250625.dist-info → recce_nightly-1.30.0.20251221.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,25 @@
1
+ (globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,5288,A=>{"use strict";var e=A.i(838208),t=A.i(705443);async function r(A){return(await t.axiosClient.post("/api/save-as",A)).data}async function n(A){return(await t.axiosClient.post("/api/rename",A)).data}async function s(){return(await t.axiosClient.post("/api/export")).data}async function i(A,e){let r=new FormData;return r.append("file",A),r.append("checks_only",(!!e).toString()),(await t.axiosClient.post("/api/import",r)).data}async function o(){return 208===(await t.axiosClient.get("/api/sync")).status}async function a(A){try{let e=await t.axiosClient.post("/api/sync",A);if(202===e.status)return{status:"accepted"};if(208===e.status)return{status:"syncing"}}catch(A){if((0,e.isAxiosError)(A)&&A.response?.status===409)return{status:"conflict"}}throw Error("Failed to sync state")}async function l(){return(await t.axiosClient.post("/api/share")).data}A.s(["exportState",()=>s,"importState",()=>i,"isStateSyncing",()=>o,"rename",()=>n,"saveAs",()=>r,"shareState",()=>l,"syncState",()=>a])},560214,A=>{"use strict";var e=A.i(19483),t=A.i(187725),r=A.i(5288);let n=(0,t.createContext)(void 0);function s({children:A}){let[s,i]=(0,t.useState)(),[o,a]=(0,t.useState)(!1),[l,c]=(0,t.useState)(),u=async()=>{a(!0),c(void 0),i(void 0);try{let A=await (0,r.shareState)();if("success"!==A.status)return void c(A.message);i(A.share_url)}catch(A){c(A.message)}finally{a(!1)}};return(0,e.jsx)(n.Provider,{value:{shareUrl:s,isLoading:o,error:l,handleShareClick:u},children:A})}A.s(["RecceShareStateContextProvider",()=>s,"useRecceShareStateContext",0,()=>{let A=(0,t.useContext)(n);if(!A)throw Error("useRecceShareStateContext must be used within a RecceShareStateContextProvider");return A}])},692555,A=>{"use strict";var e=A.i(19483),t=A.i(324066),r=A.i(76130),n=A.i(468836),s=A.i(11321),i=A.i(772510),o=A.i(845209),a=A.i(939338),l=A.i(336277),c=A.i(427938);function u(A){for(var e=1;e<arguments.length;e++){var t=arguments[e];for(var r in t)A[r]=t[r]}return A}var B=function A(e,t){function r(A,r,n){if("undefined"!=typeof document){"number"==typeof(n=u({},t,n)).expires&&(n.expires=new Date(Date.now()+864e5*n.expires)),n.expires&&(n.expires=n.expires.toUTCString()),A=encodeURIComponent(A).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var s="";for(var i in n)n[i]&&(s+="; "+i,!0!==n[i]&&(s+="="+n[i].split(";")[0]));return document.cookie=A+"="+e.write(r,A)+s}}return Object.create({set:r,get:function(A){if("undefined"!=typeof document&&(!arguments.length||A)){for(var t=document.cookie?document.cookie.split("; "):[],r={},n=0;n<t.length;n++){var s=t[n].split("="),i=s.slice(1).join("=");try{var o=decodeURIComponent(s[0]);if(r[o]=e.read(i,o),A===o)break}catch(A){}}return A?r[A]:r}},remove:function(A,e){r(A,"",u({},e,{expires:-1}))},withAttributes:function(e){return A(this.converter,u({},this.attributes,e))},withConverter:function(e){return A(u({},this.converter,e),this.attributes)}},{attributes:{value:Object.freeze(t)},converter:{value:Object.freeze(e)}})}({read:function(A){return'"'===A[0]&&(A=A.slice(1,-1)),A.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(A){return encodeURIComponent(A).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"}),f=A.i(187725),d=A.i(901407),h=A.i(705443);async function g(){return(await h.axiosClient.post("/api/connect")).data}var w=A.i(912007);function p({handleParentClose:A,parentOpen:u=!1,ignoreCookie:h=!1,variant:p="auth"}){let{authed:Q}=(0,w.useRecceInstanceContext)(),[C,U]=(0,f.useState)(u||!Q),m=B.get("authState")??"pending",[y,F]=(0,f.useState)(h?"pending":m);if("ignored"===y&&!h||Q)return null;let b={auth:{title:"Configure Cloud Token",action:"Get token and configure"},"enable-share":{title:"Enable Sharing with Cloud",action:"Enable sharing"},"user-profile":{title:"Configure Cloud Token",action:"Get token and configure"}}[p],E=()=>{U(!1),A&&A(!1)};return(0,e.jsxs)(n.default,{open:C,onClose:E,maxWidth:"sm",fullWidth:!0,slotProps:{paper:{sx:{borderRadius:"1rem"}}},children:["authenticating"!==y&&(0,e.jsx)(o.default,{sx:{textAlign:"center",fontSize:"1.5rem"},children:b.title}),"authenticating"!==y?(0,e.jsxs)(e.Fragment,{children:[(0,e.jsxs)(i.default,{className:"space-y-2 font-light",children:[(0,e.jsx)(c.default,{children:"To enable sharing, get your token from Recce Cloud and launch your local instance with it."}),(0,e.jsxs)("ul",{className:"list-inside list-disc",children:[(0,e.jsx)("li",{children:"Share your instance with teammates via Recce Cloud."}),(0,e.jsx)("li",{children:"Your instance will be securely and freely hosted for sharing."}),"auth"===p&&(0,e.jsx)("li",{children:"This step is recommended but optional."})]}),(0,e.jsxs)(t.default,{sx:{display:"flex",gap:1},children:["More directions",(0,e.jsxs)(a.default,{underline:"always",sx:{color:"primary.main","&:focus":{outline:"none"}},href:"https://cloud.datarecce.io/connect-to-cloud",target:"_blank",children:["here ",(0,e.jsx)(d.LuExternalLink,{style:{display:"inline"}})]})]})]}),(0,e.jsxs)(s.default,{sx:{flexDirection:"column",gap:1,px:3,pb:3},children:[(0,e.jsxs)(r.default,{fullWidth:!0,color:"brand",variant:"contained",sx:{borderRadius:2,fontWeight:500},onClick:async()=>{F("authenticating");let{connection_url:A}=await g();window.open(A,"_blank")},children:[b.action," ",(0,e.jsx)(d.LuExternalLink,{style:{marginLeft:4}})]}),(0,e.jsx)(r.default,{fullWidth:!0,color:"neutral",variant:"text",size:"small",sx:{borderRadius:2,fontWeight:500},onClick:E,children:"auth"===p?"Skip":"Cancel"}),"auth"===p&&(0,e.jsx)(r.default,{fullWidth:!0,variant:"text",size:"small",sx:{borderRadius:2,fontWeight:500,color:"text.primary"},onClick:()=>{B.set("authState","ignored",{expires:30}),F("ignored"),E()},children:"Snooze for 30 days"})]})]}):(0,e.jsxs)(e.Fragment,{children:[(0,e.jsx)(i.default,{className:"space-y-2 self-center font-light",children:(0,e.jsxs)(l.default,{spacing:2,alignItems:"center",sx:{pt:"1rem"},children:[(0,e.jsx)(t.default,{component:"img",sx:{height:"6rem",objectFit:"contain",mx:"auto",mb:1},src:"/imgs/reload-image.svg",alt:"Reload"}),(0,e.jsx)(c.default,{sx:{fontSize:"1.5rem",fontWeight:500},children:"Reload to Finish"}),(0,e.jsx)(c.default,{children:"Reload to complete connection to Recce Cloud"})]})}),(0,e.jsx)(s.default,{sx:{px:3,pb:3},children:(0,e.jsx)(r.default,{fullWidth:!0,color:"brand",variant:"contained",onClick:()=>{window.location.reload()},children:"Reload"})})]})]})}A.s(["default",()=>p],692555)},569210,A=>{"use strict";var e=A.i(955343);function t(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 496 512"},child:[{tag:"path",attr:{d:"M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"},child:[]}]})(A)}function r(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z"},child:[]}]})(A)}function n(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z"},child:[]}]})(A)}function s(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M504 256c0 136.967-111.033 248-248 248S8 392.967 8 256 119.033 8 256 8s248 111.033 248 248zM227.314 387.314l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.249-16.379-6.249-22.628 0L216 308.118l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.249 16.379 6.249 22.628.001z"},child:[]}]})(A)}function i(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z"},child:[]}]})(A)}function o(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 640 512"},child:[{tag:"path",attr:{d:"M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4z"},child:[]}]})(A)}function a(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M239.1 6.3l-208 78c-18.7 7-31.1 25-31.1 45v225.1c0 18.2 10.3 34.8 26.5 42.9l208 104c13.5 6.8 29.4 6.8 42.9 0l208-104c16.3-8.1 26.5-24.8 26.5-42.9V129.3c0-20-12.4-37.9-31.1-44.9l-208-78C262 2.2 250 2.2 239.1 6.3zM256 68.4l192 72v1.1l-192 78-192-78v-1.1l192-72zm32 356V275.5l160-65v133.9l-160 80z"},child:[]}]})(A)}function l(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M448 73.143v45.714C448 159.143 347.667 192 224 192S0 159.143 0 118.857V73.143C0 32.857 100.333 0 224 0s224 32.857 224 73.143zM448 176v102.857C448 319.143 347.667 352 224 352S0 319.143 0 278.857V176c48.125 33.143 136.208 48.572 224 48.572S399.874 209.143 448 176zm0 160v102.857C448 479.143 347.667 512 224 512S0 479.143 0 438.857V336c48.125 33.143 136.208 48.572 224 48.572S399.874 369.143 448 336z"},child:[]}]})(A)}function c(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M448 344v112a23.94 23.94 0 0 1-24 24H312c-21.39 0-32.09-25.9-17-41l36.2-36.2L224 295.6 116.77 402.9 153 439c15.09 15.1 4.39 41-17 41H24a23.94 23.94 0 0 1-24-24V344c0-21.4 25.89-32.1 41-17l36.19 36.2L184.46 256 77.18 148.7 41 185c-15.1 15.1-41 4.4-41-17V56a23.94 23.94 0 0 1 24-24h112c21.39 0 32.09 25.9 17 41l-36.2 36.2L224 216.4l107.23-107.3L295 73c-15.09-15.1-4.39-41 17-41h112a23.94 23.94 0 0 1 24 24v112c0 21.4-25.89 32.1-41 17l-36.19-36.2L263.54 256l107.28 107.3L407 327.1c15.1-15.2 41-4.5 41 16.9z"},child:[]}]})(A)}function u(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M504 256c0 136.997-111.043 248-248 248S8 392.997 8 256C8 119.083 119.043 8 256 8s248 111.083 248 248zM262.655 90c-54.497 0-89.255 22.957-116.549 63.758-3.536 5.286-2.353 12.415 2.715 16.258l34.699 26.31c5.205 3.947 12.621 3.008 16.665-2.122 17.864-22.658 30.113-35.797 57.303-35.797 20.429 0 45.698 13.148 45.698 32.958 0 14.976-12.363 22.667-32.534 33.976C247.128 238.528 216 254.941 216 296v4c0 6.627 5.373 12 12 12h56c6.627 0 12-5.373 12-12v-1.333c0-28.462 83.186-29.647 83.186-106.667 0-58.002-60.165-102-116.531-102zM256 338c-25.365 0-46 20.635-46 46 0 25.364 20.635 46 46 46s46-20.636 46-46c0-25.365-20.635-46-46-46z"},child:[]}]})(A)}function B(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M64 96H0c0 123.7 100.3 224 224 224v144c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V320C288 196.3 187.7 96 64 96zm384-64c-84.2 0-157.4 46.5-195.7 115.2 27.7 30.2 48.2 66.9 59 107.6C424 243.1 512 147.9 512 32h-64z"},child:[]}]})(A)}function f(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z"},child:[]}]})(A)}function d(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z"},child:[]}]})(A)}function h(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M256 56c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m0-48C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 168c-44.183 0-80 35.817-80 80s35.817 80 80 80 80-35.817 80-80-35.817-80-80-80z"},child:[]}]})(A)}function g(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 448 512"},child:[{tag:"path",attr:{d:"M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h340c3.3 0 6 2.7 6 6v340c0 3.3-2.7 6-6 6z"},child:[]}]})(A)}A.s(["FaCamera",()=>n,"FaCheckCircle",()=>s,"FaCheckSquare",()=>i,"FaCloud",()=>o,"FaCube",()=>a,"FaDatabase",()=>l,"FaExpandArrowsAlt",()=>c,"FaGithub",()=>t,"FaQuestionCircle",()=>u,"FaRegCheckCircle",()=>d,"FaRegDotCircle",()=>h,"FaRegSquare",()=>g,"FaSeedling",()=>B,"FaSlack",()=>r,"FaUser",()=>f])},396080,A=>{"use strict";var e=A.i(333207),t=A.i(705443),r=A.i(407101),n=A.i(203158);async function s(A,e){let r=(0,n.getExperimentTrackingBreakingChangeEnabled)()?{breaking_change_analysis:!0}:{};return(await t.axiosClient.post("/api/checks",{run_id:A,view_options:e,track_props:r})).data}async function i(){return(await t.axiosClient.get("/api/checks")).data}function o(A){return(0,e.useQuery)({queryKey:r.cacheKeys.checks(),queryFn:i,enabled:A})}async function a(A){return(await t.axiosClient.get(`/api/checks/${A}`)).data}async function l(A,e){return(await t.axiosClient.patch(`/api/checks/${A}`,e)).data}async function c(A){return(await t.axiosClient.delete(`/api/checks/${A}`)).data}async function u(A){return await t.axiosClient.post("/api/checks/reorder",A)}async function B(A){await t.axiosClient.post(`/api/checks/${A}/mark-as-preset`)}A.s(["createCheckByRun",()=>s,"deleteCheck",()=>c,"getCheck",()=>a,"listChecks",()=>i,"markAsPresetCheck",()=>B,"reorderChecks",()=>u,"updateCheck",()=>l,"useChecks",()=>o])},263710,A=>{"use strict";var e=A.i(19483),t=A.i(324066),r=A.i(924011),n=A.i(427938),s=A.i(230902),i=A.i(960247);function o(A){let e=new Date,t=new Date;return(t.setDate(e.getDate()-1),null==A)?null:e.toDateString()===A.toDateString()?"Today":t.toDateString()===A.toDateString()?"Yesterday":(0,s.format)(A,"MMM d")}function a(A){let e=new Date,t=new Date;return(t.setDate(e.getDate()-1),null==A)?null:e.toDateString()===A.toDateString()?"Today, "+(0,s.format)(A,"HH:mm"):t.toDateString()===A.toDateString()?"Yesterday, "+(0,s.format)(A,"HH:mm"):(0,s.format)(A,"MMM d, HH:mm")}A.s(["RunStatusAndDate",0,({run:A})=>{let s,o,l="running"===A.status,c=A.status;!c&&(A.result?c="finished":A.error&&(c="failed")),"finished"===c?(s="green",o="Finished"):"failed"===c?(s="red",o="Failed"):"cancelled"===c?(s="gray",o="Cancelled"):"running"===c?(s="blue",o="Running"):(s="green",o="Finished");let u=A.run_at?a(new Date(A.run_at)):null;return(0,e.jsxs)(t.default,{sx:{display:"flex",justifyContent:"start",fontSize:"11pt",color:"grey.500",gap:"3px",alignItems:"center",overflow:"hidden"},children:[l&&(0,e.jsx)(r.default,{size:12,color:"primary"}),(0,e.jsx)(n.default,{component:"span",sx:{fontWeight:500,color:(0,i.token)(`colors.${s}.400`)},children:o}),(0,e.jsx)(n.default,{component:"span",children:"•"}),(0,e.jsx)(n.default,{component:"span",sx:{textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap"},children:u})]})},"formatRunDate",()=>o,"formatRunDateTime",()=>a])},754228,571167,A=>{"use strict";A.i(316575);var e=A.i(187725),t=A.i(7284),r=A.i(778024),n=A.i(446547),s=A.i(73205),i=A.i(519273),o=A.i(89035),a=A.i(838443),l=A.i(19483);let c=(0,n.styled)("div",{name:"MuiListItemIcon",slot:"Root",overridesResolver:(A,e)=>{let{ownerState:t}=A;return[e.root,"flex-start"===t.alignItems&&e.alignItemsFlexStart]}})((0,s.default)(({theme:A})=>({minWidth:56,color:(A.vars||A).palette.action.active,flexShrink:0,display:"inline-flex",variants:[{props:{alignItems:"flex-start"},style:{marginTop:8}}]}))),u=e.forwardRef(function(A,n){let s=(0,i.useDefaultProps)({props:A,name:"MuiListItemIcon"}),{className:u,...B}=s,f=e.useContext(a.default),d={...s,alignItems:f.alignItems},h=(A=>{let{alignItems:e,classes:t}=A;return(0,r.default)({root:["root","flex-start"===e&&"alignItemsFlexStart"]},o.getListItemIconUtilityClass,t)})(d);return(0,l.jsx)(c,{className:(0,t.default)(h.root,u),ownerState:d,ref:n,...B})});A.s(["default",0,u],754228);var B=A.i(427938),f=A.i(830503),f=f,d=A.i(120875),h=A.i(577950);let g=(0,n.styled)("div",{name:"MuiListItemText",slot:"Root",overridesResolver:(A,e)=>{let{ownerState:t}=A;return[{[`& .${d.default.primary}`]:e.primary},{[`& .${d.default.secondary}`]:e.secondary},e.root,t.inset&&e.inset,t.primary&&t.secondary&&e.multiline,t.dense&&e.dense]}})({flex:"1 1 auto",minWidth:0,marginTop:4,marginBottom:4,[`.${f.default.root}:where(& .${d.default.primary})`]:{display:"block"},[`.${f.default.root}:where(& .${d.default.secondary})`]:{display:"block"},variants:[{props:({ownerState:A})=>A.primary&&A.secondary,style:{marginTop:6,marginBottom:6}},{props:({ownerState:A})=>A.inset,style:{paddingLeft:56}}]}),w=e.forwardRef(function(A,n){let s=(0,i.useDefaultProps)({props:A,name:"MuiListItemText"}),{children:o,className:c,disableTypography:u=!1,inset:f=!1,primary:w,primaryTypographyProps:p,secondary:Q,secondaryTypographyProps:C,slots:U={},slotProps:m={},...y}=s,{dense:F}=e.useContext(a.default),b=null!=w?w:o,E=Q,v={...s,disableTypography:u,inset:f,primary:!!b,secondary:!!E,dense:F},H=(A=>{let{classes:e,inset:t,primary:n,secondary:s,dense:i}=A;return(0,r.default)({root:["root",t&&"inset",i&&"dense",n&&s&&"multiline"],primary:["primary"],secondary:["secondary"]},d.getListItemTextUtilityClass,e)})(v),I={slots:U,slotProps:{primary:p,secondary:C,...m}},[x,S]=(0,h.default)("root",{className:(0,t.default)(H.root,c),elementType:g,externalForwardedProps:{...I,...y},ownerState:v,ref:n}),[K,L]=(0,h.default)("primary",{className:H.primary,elementType:B.default,externalForwardedProps:I,ownerState:v}),[k,D]=(0,h.default)("secondary",{className:H.secondary,elementType:B.default,externalForwardedProps:I,ownerState:v});return null==b||b.type===B.default||u||(b=(0,l.jsx)(K,{variant:F?"body2":"body1",component:L?.variant?void 0:"span",...L,children:b})),null==E||E.type===B.default||u||(E=(0,l.jsx)(k,{variant:"body2",color:"textSecondary",...D,children:E})),(0,l.jsxs)(x,{...S,children:[b,E]})});A.s(["default",0,w],571167)},407670,132136,A=>{"use strict";A.i(316575);var e=A.i(187725),t=A.i(7284),r=A.i(778024),n=A.i(98648),s=A.i(578509),i=A.i(446547),o=A.i(73205),a=A.i(519273),l=A.i(435983),c=A.i(446519);function u(A){return(0,c.default)("MuiTab",A)}let B=(0,l.default)("MuiTab",["root","labelIcon","textColorInherit","textColorPrimary","textColorSecondary","selected","disabled","fullWidth","wrapped","iconWrapper","icon"]);var f=A.i(19483);let d=(0,i.styled)(n.default,{name:"MuiTab",slot:"Root",overridesResolver:(A,e)=>{let{ownerState:t}=A;return[e.root,t.label&&t.icon&&e.labelIcon,e[`textColor${(0,s.default)(t.textColor)}`],t.fullWidth&&e.fullWidth,t.wrapped&&e.wrapped,{[`& .${B.iconWrapper}`]:e.iconWrapper},{[`& .${B.icon}`]:e.icon}]}})((0,o.default)(({theme:A})=>({...A.typography.button,maxWidth:360,minWidth:90,position:"relative",minHeight:48,flexShrink:0,padding:"12px 16px",overflow:"hidden",whiteSpace:"normal",textAlign:"center",lineHeight:1.25,variants:[{props:({ownerState:A})=>A.label&&("top"===A.iconPosition||"bottom"===A.iconPosition),style:{flexDirection:"column"}},{props:({ownerState:A})=>A.label&&"top"!==A.iconPosition&&"bottom"!==A.iconPosition,style:{flexDirection:"row"}},{props:({ownerState:A})=>A.icon&&A.label,style:{minHeight:72,paddingTop:9,paddingBottom:9}},{props:({ownerState:A,iconPosition:e})=>A.icon&&A.label&&"top"===e,style:{[`& > .${B.icon}`]:{marginBottom:6}}},{props:({ownerState:A,iconPosition:e})=>A.icon&&A.label&&"bottom"===e,style:{[`& > .${B.icon}`]:{marginTop:6}}},{props:({ownerState:A,iconPosition:e})=>A.icon&&A.label&&"start"===e,style:{[`& > .${B.icon}`]:{marginRight:A.spacing(1)}}},{props:({ownerState:A,iconPosition:e})=>A.icon&&A.label&&"end"===e,style:{[`& > .${B.icon}`]:{marginLeft:A.spacing(1)}}},{props:{textColor:"inherit"},style:{color:"inherit",opacity:.6,[`&.${B.selected}`]:{opacity:1},[`&.${B.disabled}`]:{opacity:(A.vars||A).palette.action.disabledOpacity}}},{props:{textColor:"primary"},style:{color:(A.vars||A).palette.text.secondary,[`&.${B.selected}`]:{color:(A.vars||A).palette.primary.main},[`&.${B.disabled}`]:{color:(A.vars||A).palette.text.disabled}}},{props:{textColor:"secondary"},style:{color:(A.vars||A).palette.text.secondary,[`&.${B.selected}`]:{color:(A.vars||A).palette.secondary.main},[`&.${B.disabled}`]:{color:(A.vars||A).palette.text.disabled}}},{props:({ownerState:A})=>A.fullWidth,style:{flexShrink:1,flexGrow:1,flexBasis:0,maxWidth:"none"}},{props:({ownerState:A})=>A.wrapped,style:{fontSize:A.typography.pxToRem(12)}}]}))),h=e.forwardRef(function(A,n){let i=(0,a.useDefaultProps)({props:A,name:"MuiTab"}),{className:o,disabled:l=!1,disableFocusRipple:c=!1,fullWidth:B,icon:h,iconPosition:g="top",indicator:w,label:p,onChange:Q,onClick:C,onFocus:U,selected:m,selectionFollowsFocus:y,textColor:F="inherit",value:b,wrapped:E=!1,...v}=i,H={...i,disabled:l,disableFocusRipple:c,selected:m,icon:!!h,iconPosition:g,label:!!p,fullWidth:B,textColor:F,wrapped:E},I=(A=>{let{classes:e,textColor:t,fullWidth:n,wrapped:i,icon:o,label:a,selected:l,disabled:c}=A,B={root:["root",o&&a&&"labelIcon",`textColor${(0,s.default)(t)}`,n&&"fullWidth",i&&"wrapped",l&&"selected",c&&"disabled"],icon:["iconWrapper","icon"]};return(0,r.default)(B,u,e)})(H),x=h&&p&&e.isValidElement(h)?e.cloneElement(h,{className:(0,t.default)(I.icon,h.props.className)}):h;return(0,f.jsxs)(d,{focusRipple:!c,className:(0,t.default)(I.root,o),ref:n,role:"tab","aria-selected":m,disabled:l,onClick:A=>{!m&&Q&&Q(A,b),C&&C(A)},onFocus:A=>{y&&!m&&Q&&Q(A,b),U&&U(A)},ownerState:H,tabIndex:m?0:-1,...v,children:["top"===g||"start"===g?(0,f.jsxs)(e.Fragment,{children:[x,p]}):(0,f.jsxs)(e.Fragment,{children:[p,x]}),w]})});A.s(["default",0,h],407670);var g=A.i(358102),w=A.i(523086),p=A.i(811347),Q=A.i(734786);function C(A){return(1+Math.sin(Math.PI*A-Math.PI/2))/2}var U=A.i(889095),m=A.i(921301),m=m;let y={width:99,height:99,position:"absolute",top:-9999,overflow:"scroll"};var F=A.i(36297);let b=(0,F.default)((0,f.jsx)("path",{d:"M15.41 16.09l-4.58-4.59 4.58-4.59L14 5.5l-6 6 6 6z"}),"KeyboardArrowLeft"),E=(0,F.default)((0,f.jsx)("path",{d:"M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z"}),"KeyboardArrowRight");function v(A){return(0,c.default)("MuiTabScrollButton",A)}let H=(0,l.default)("MuiTabScrollButton",["root","vertical","horizontal","disabled"]),I=(0,i.styled)(n.default,{name:"MuiTabScrollButton",slot:"Root",overridesResolver:(A,e)=>{let{ownerState:t}=A;return[e.root,t.orientation&&e[t.orientation]]}})({width:40,flexShrink:0,opacity:.8,[`&.${H.disabled}`]:{opacity:0},variants:[{props:{orientation:"vertical"},style:{width:"100%",height:40,"& svg":{transform:"var(--TabScrollButton-svgRotate)"}}}]}),x=e.forwardRef(function(A,e){let n=(0,a.useDefaultProps)({props:A,name:"MuiTabScrollButton"}),{className:s,slots:i={},slotProps:o={},direction:l,orientation:c,disabled:u,...B}=n,d=(0,g.useRtl)(),h={isRtl:d,...n},p=(A=>{let{classes:e,orientation:t,disabled:n}=A;return(0,r.default)({root:["root",t,n&&"disabled"]},v,e)})(h),Q=i.StartScrollButtonIcon??b,C=i.EndScrollButtonIcon??E,U=(0,w.default)({elementType:Q,externalSlotProps:o.startScrollButtonIcon,additionalProps:{fontSize:"small"},ownerState:h}),m=(0,w.default)({elementType:C,externalSlotProps:o.endScrollButtonIcon,additionalProps:{fontSize:"small"},ownerState:h});return(0,f.jsx)(I,{component:"div",className:(0,t.default)(p.root,s),ref:e,role:null,ownerState:h,tabIndex:null,...B,style:{...B.style,..."vertical"===c&&{"--TabScrollButton-svgRotate":`rotate(${d?-90:90}deg)`}},children:"left"===l?(0,f.jsx)(Q,{...U}):(0,f.jsx)(C,{...m})})});var S=A.i(134030);function K(A){return(0,c.default)("MuiTabs",A)}let L=(0,l.default)("MuiTabs",["root","vertical","list","flexContainer","flexContainerVertical","centered","scroller","fixed","scrollableX","scrollableY","hideScrollbar","scrollButtons","scrollButtonsHideMobile","indicator"]);var k=A.i(817360),D=A.i(144758),T=A.i(592468),O=A.i(577950);let M=(A,e)=>A===e?A.firstChild:e&&e.nextElementSibling?e.nextElementSibling:A.firstChild,N=(A,e)=>A===e?A.lastChild:e&&e.previousElementSibling?e.previousElementSibling:A.lastChild,R=(A,e,t)=>{let r=!1,n=t(A,e);for(;n;){if(n===A.firstChild){if(r)return;r=!0}let e=n.disabled||"true"===n.getAttribute("aria-disabled");if(n.hasAttribute("tabindex")&&!e)return void n.focus();n=t(A,n)}},G=(0,i.styled)("div",{name:"MuiTabs",slot:"Root",overridesResolver:(A,e)=>{let{ownerState:t}=A;return[{[`& .${L.scrollButtons}`]:e.scrollButtons},{[`& .${L.scrollButtons}`]:t.scrollButtonsHideMobile&&e.scrollButtonsHideMobile},e.root,t.vertical&&e.vertical]}})((0,o.default)(({theme:A})=>({overflow:"hidden",minHeight:48,WebkitOverflowScrolling:"touch",display:"flex",variants:[{props:({ownerState:A})=>A.vertical,style:{flexDirection:"column"}},{props:({ownerState:A})=>A.scrollButtonsHideMobile,style:{[`& .${L.scrollButtons}`]:{[A.breakpoints.down("sm")]:{display:"none"}}}}]}))),V=(0,i.styled)("div",{name:"MuiTabs",slot:"Scroller",overridesResolver:(A,e)=>{let{ownerState:t}=A;return[e.scroller,t.fixed&&e.fixed,t.hideScrollbar&&e.hideScrollbar,t.scrollableX&&e.scrollableX,t.scrollableY&&e.scrollableY]}})({position:"relative",display:"inline-block",flex:"1 1 auto",whiteSpace:"nowrap",variants:[{props:({ownerState:A})=>A.fixed,style:{overflowX:"hidden",width:"100%"}},{props:({ownerState:A})=>A.hideScrollbar,style:{scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}}},{props:({ownerState:A})=>A.scrollableX,style:{overflowX:"auto",overflowY:"hidden"}},{props:({ownerState:A})=>A.scrollableY,style:{overflowY:"auto",overflowX:"hidden"}}]}),P=(0,i.styled)("div",{name:"MuiTabs",slot:"List",overridesResolver:(A,e)=>{let{ownerState:t}=A;return[e.list,e.flexContainer,t.vertical&&e.flexContainerVertical,t.centered&&e.centered]}})({display:"flex",variants:[{props:({ownerState:A})=>A.vertical,style:{flexDirection:"column"}},{props:({ownerState:A})=>A.centered,style:{justifyContent:"center"}}]}),_=(0,i.styled)("span",{name:"MuiTabs",slot:"Indicator"})((0,o.default)(({theme:A})=>({position:"absolute",height:2,bottom:0,width:"100%",transition:A.transitions.create(),variants:[{props:{indicatorColor:"primary"},style:{backgroundColor:(A.vars||A).palette.primary.main}},{props:{indicatorColor:"secondary"},style:{backgroundColor:(A.vars||A).palette.secondary.main}},{props:({ownerState:A})=>A.vertical,style:{height:"100%",width:2,right:0}}]}))),J=(0,i.styled)(function(A){let{onChange:t,...r}=A,n=e.useRef(),s=e.useRef(null),i=()=>{n.current=s.current.offsetHeight-s.current.clientHeight};return(0,m.default)(()=>{let A=(0,Q.default)(()=>{let A=n.current;i(),A!==n.current&&t(n.current)}),e=(0,U.ownerWindow)(s.current);return e.addEventListener("resize",A),()=>{A.clear(),e.removeEventListener("resize",A)}},[t]),e.useEffect(()=>{i(),t(n.current)},[t]),(0,f.jsx)("div",{style:y,...r,ref:s})})({overflowX:"auto",overflowY:"hidden",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"}}),X={},j=e.forwardRef(function(A,n){let s,i,o=(0,a.useDefaultProps)({props:A,name:"MuiTabs"}),l=(0,p.useTheme)(),c=(0,g.useRtl)(),{"aria-label":u,"aria-labelledby":B,action:d,centered:h=!1,children:U,className:m,component:y="div",allowScrollButtonsMobile:F=!1,indicatorColor:b="primary",onChange:E,orientation:v="horizontal",ScrollButtonComponent:H,scrollButtons:I="auto",selectionFollowsFocus:L,slots:j={},slotProps:W={},TabIndicatorProps:Y={},TabScrollButtonProps:$={},textColor:z="primary",value:Z,variant:q="standard",visibleScrollbar:AA=!1,...Ae}=o,At="scrollable"===q,Ar="vertical"===v,An=Ar?"scrollTop":"scrollLeft",As=Ar?"top":"left",Ai=Ar?"bottom":"right",Ao=Ar?"clientHeight":"clientWidth",Aa=Ar?"height":"width",Al={...o,component:y,allowScrollButtonsMobile:F,indicatorColor:b,orientation:v,vertical:Ar,scrollButtons:I,textColor:z,variant:q,visibleScrollbar:AA,fixed:!At,hideScrollbar:At&&!AA,scrollableX:At&&!Ar,scrollableY:At&&Ar,centered:h&&!At,scrollButtonsHideMobile:!F},Ac=(A=>{let{vertical:e,fixed:t,hideScrollbar:n,scrollableX:s,scrollableY:i,centered:o,scrollButtonsHideMobile:a,classes:l}=A;return(0,r.default)({root:["root",e&&"vertical"],scroller:["scroller",t&&"fixed",n&&"hideScrollbar",s&&"scrollableX",i&&"scrollableY"],list:["list","flexContainer",e&&"flexContainerVertical",e&&"vertical",o&&"centered"],indicator:["indicator"],scrollButtons:["scrollButtons",a&&"scrollButtonsHideMobile"],scrollableX:[s&&"scrollableX"],hideScrollbar:[n&&"hideScrollbar"]},K,l)})(Al),Au=(0,w.default)({elementType:j.StartScrollButtonIcon,externalSlotProps:W.startScrollButtonIcon,ownerState:Al}),AB=(0,w.default)({elementType:j.EndScrollButtonIcon,externalSlotProps:W.endScrollButtonIcon,ownerState:Al}),[Af,Ad]=e.useState(!1),[Ah,Ag]=e.useState(X),[Aw,Ap]=e.useState(!1),[AQ,AC]=e.useState(!1),[AU,Am]=e.useState(!1),[Ay,AF]=e.useState({overflow:"hidden",scrollbarWidth:0}),Ab=new Map,AE=e.useRef(null),Av=e.useRef(null),AH={slots:j,slotProps:{indicator:Y,scrollButton:$,...W}},AI=()=>{let A,e,t=AE.current;if(t){let e=t.getBoundingClientRect();A={clientWidth:t.clientWidth,scrollLeft:t.scrollLeft,scrollTop:t.scrollTop,scrollWidth:t.scrollWidth,top:e.top,bottom:e.bottom,left:e.left,right:e.right}}if(t&&!1!==Z){let A=Av.current.children;if(A.length>0){let t=A[Ab.get(Z)];e=t?t.getBoundingClientRect():null}}return{tabsMeta:A,tabMeta:e}},Ax=(0,S.default)(()=>{let A,{tabsMeta:e,tabMeta:t}=AI(),r=0;Ar?(A="top",t&&e&&(r=t.top-e.top+e.scrollTop)):(A=c?"right":"left",t&&e&&(r=(c?-1:1)*(t[A]-e[A]+e.scrollLeft)));let n={[A]:r,[Aa]:t?t[Aa]:0};if("number"!=typeof Ah[A]||"number"!=typeof Ah[Aa])Ag(n);else{let e=Math.abs(Ah[A]-n[A]),t=Math.abs(Ah[Aa]-n[Aa]);(e>=1||t>=1)&&Ag(n)}}),AS=(A,{animation:e=!0}={})=>{e?function(A,e,t,r={},n=()=>{}){let{ease:s=C,duration:i=300}=r,o=null,a=e[A],l=!1,c=r=>{if(l)return void n(Error("Animation cancelled"));null===o&&(o=r);let u=Math.min(1,(r-o)/i);(e[A]=s(u)*(t-a)+a,u>=1)?requestAnimationFrame(()=>{n(null)}):requestAnimationFrame(c)};a===t?n(Error("Element already at target position")):requestAnimationFrame(c)}(An,AE.current,A,{duration:l.transitions.duration.standard}):AE.current[An]=A},AK=A=>{let e=AE.current[An];Ar?e+=A:e+=A*(c?-1:1),AS(e)},AL=()=>{let A=AE.current[Ao],e=0,t=Array.from(Av.current.children);for(let r=0;r<t.length;r+=1){let n=t[r];if(e+n[Ao]>A){0===r&&(e=A);break}e+=n[Ao]}return e},[Ak,{onChange:AD,...AT}]=(0,O.default)("scrollbar",{className:(0,t.default)(Ac.scrollableX,Ac.hideScrollbar),elementType:J,shouldForwardComponentProp:!0,externalForwardedProps:AH,ownerState:Al}),AO=e.useCallback(A=>{AD?.(A),AF({overflow:null,scrollbarWidth:A})},[AD]),[AM,AN]=(0,O.default)("scrollButtons",{className:(0,t.default)(Ac.scrollButtons,$.className),elementType:x,externalForwardedProps:AH,ownerState:Al,additionalProps:{orientation:v,slots:{StartScrollButtonIcon:j.startScrollButtonIcon||j.StartScrollButtonIcon,EndScrollButtonIcon:j.endScrollButtonIcon||j.EndScrollButtonIcon},slotProps:{startScrollButtonIcon:Au,endScrollButtonIcon:AB}}}),AR=(0,S.default)(A=>{let{tabsMeta:e,tabMeta:t}=AI();t&&e&&(t[As]<e[As]?AS(e[An]+(t[As]-e[As]),{animation:A}):t[Ai]>e[Ai]&&AS(e[An]+(t[Ai]-e[Ai]),{animation:A}))}),AG=(0,S.default)(()=>{At&&!1!==I&&Am(!AU)});e.useEffect(()=>{let A,e,t=(0,Q.default)(()=>{AE.current&&Ax()}),r=(0,D.default)(AE.current);return r.addEventListener("resize",t),"undefined"!=typeof ResizeObserver&&(A=new ResizeObserver(t),Array.from(Av.current.children).forEach(e=>{A.observe(e)})),"undefined"!=typeof MutationObserver&&(e=new MutationObserver(e=>{e.forEach(e=>{e.removedNodes.forEach(e=>{A?.unobserve(e)}),e.addedNodes.forEach(e=>{A?.observe(e)})}),t(),AG()})).observe(Av.current,{childList:!0}),()=>{t.clear(),r.removeEventListener("resize",t),e?.disconnect(),A?.disconnect()}},[Ax,AG]),e.useEffect(()=>{let A=Array.from(Av.current.children),e=A.length;if("undefined"!=typeof IntersectionObserver&&e>0&&At&&!1!==I){let t=A[0],r=A[e-1],n={root:AE.current,threshold:.99},s=new IntersectionObserver(A=>{Ap(!A[0].isIntersecting)},n);s.observe(t);let i=new IntersectionObserver(A=>{AC(!A[0].isIntersecting)},n);return i.observe(r),()=>{s.disconnect(),i.disconnect()}}},[At,I,AU,U?.length]),e.useEffect(()=>{Ad(!0)},[]),e.useEffect(()=>{Ax()}),e.useEffect(()=>{AR(X!==Ah)},[AR,Ah]),e.useImperativeHandle(d,()=>({updateIndicator:Ax,updateScrollButtons:AG}),[Ax,AG]);let[AV,AP]=(0,O.default)("indicator",{className:(0,t.default)(Ac.indicator,Y.className),elementType:_,externalForwardedProps:AH,ownerState:Al,additionalProps:{style:Ah}}),A_=(0,f.jsx)(AV,{...AP}),AJ=0,AX=e.Children.map(U,A=>{if(!e.isValidElement(A))return null;let t=void 0===A.props.value?AJ:A.props.value;Ab.set(t,AJ);let r=t===Z;return AJ+=1,e.cloneElement(A,{fullWidth:"fullWidth"===q,indicator:r&&!Af&&A_,selected:r,selectionFollowsFocus:L,onChange:E,textColor:z,value:t,...1===AJ&&!1===Z&&!A.props.tabIndex?{tabIndex:0}:{}})}),Aj=((s={}).scrollbarSizeListener=At?(0,f.jsx)(Ak,{...AT,onChange:AO}):null,s.scrollButtonStart=(i=At&&("auto"===I&&(Aw||AQ)||!0===I))?(0,f.jsx)(AM,{direction:c?"right":"left",onClick:()=>{AK(-1*AL())},disabled:!Aw,...AN}):null,s.scrollButtonEnd=i?(0,f.jsx)(AM,{direction:c?"left":"right",onClick:()=>{AK(AL())},disabled:!AQ,...AN}):null,s),[AW,AY]=(0,O.default)("root",{ref:n,className:(0,t.default)(Ac.root,m),elementType:G,externalForwardedProps:{...AH,...Ae,component:y},ownerState:Al}),[A$,Az]=(0,O.default)("scroller",{ref:AE,className:Ac.scroller,elementType:V,externalForwardedProps:AH,ownerState:Al,additionalProps:{style:{overflow:Ay.overflow,[Ar?`margin${c?"Left":"Right"}`:"marginBottom"]:AA?void 0:-Ay.scrollbarWidth}}}),[AZ,Aq]=(0,O.default)("list",{ref:Av,className:(0,t.default)(Ac.list,Ac.flexContainer),elementType:P,externalForwardedProps:AH,ownerState:Al,getSlotProps:A=>({...A,onKeyDown:e=>{(A=>{if(A.altKey||A.shiftKey||A.ctrlKey||A.metaKey)return;let e=Av.current,t=(0,T.default)((0,k.default)(e));if("tab"!==t?.getAttribute("role"))return;let r="horizontal"===v?"ArrowLeft":"ArrowUp",n="horizontal"===v?"ArrowRight":"ArrowDown";switch("horizontal"===v&&c&&(r="ArrowRight",n="ArrowLeft"),A.key){case r:A.preventDefault(),R(e,t,N);break;case n:A.preventDefault(),R(e,t,M);break;case"Home":A.preventDefault(),R(e,null,M);break;case"End":A.preventDefault(),R(e,null,N)}})(e),A.onKeyDown?.(e)}})});return(0,f.jsxs)(AW,{...AY,children:[Aj.scrollButtonStart,Aj.scrollbarSizeListener,(0,f.jsxs)(A$,{...Az,children:[(0,f.jsx)(AZ,{"aria-label":u,"aria-labelledby":B,"aria-orientation":"vertical"===v?"vertical":null,role:"tablist",...Aq,children:AX}),Af&&A_]}),Aj.scrollButtonEnd]})});A.s(["default",0,j],132136)},751113,A=>{"use strict";let e,t=Symbol.for("yaml.alias"),r=Symbol.for("yaml.document"),n=Symbol.for("yaml.map"),s=Symbol.for("yaml.pair"),i=Symbol.for("yaml.scalar"),o=Symbol.for("yaml.seq"),a=Symbol.for("yaml.node.type"),l=A=>!!A&&"object"==typeof A&&A[a]===t,c=A=>!!A&&"object"==typeof A&&A[a]===r,u=A=>!!A&&"object"==typeof A&&A[a]===n,B=A=>!!A&&"object"==typeof A&&A[a]===s,f=A=>!!A&&"object"==typeof A&&A[a]===i,d=A=>!!A&&"object"==typeof A&&A[a]===o;function h(A){if(A&&"object"==typeof A)switch(A[a]){case n:case o:return!0}return!1}function g(A){if(A&&"object"==typeof A)switch(A[a]){case t:case n:case i:case o:return!0}return!1}let w=A=>(f(A)||h(A))&&!!A.anchor,p=Symbol("break visit"),Q=Symbol("skip children"),C=Symbol("remove node");function U(A,e){let t=b(e);c(A)?m(null,A.contents,t,Object.freeze([A]))===C&&(A.contents=null):m(null,A,t,Object.freeze([]))}function m(A,e,t,r){let n=E(A,e,t,r);if(g(n)||B(n))return v(A,r,n),m(A,n,t,r);if("symbol"!=typeof n){if(h(e)){r=Object.freeze(r.concat(e));for(let A=0;A<e.items.length;++A){let n=m(A,e.items[A],t,r);if("number"==typeof n)A=n-1;else{if(n===p)return p;n===C&&(e.items.splice(A,1),A-=1)}}}else if(B(e)){r=Object.freeze(r.concat(e));let A=m("key",e.key,t,r);if(A===p)return p;A===C&&(e.key=null);let n=m("value",e.value,t,r);if(n===p)return p;n===C&&(e.value=null)}}return n}async function y(A,e){let t=b(e);c(A)?await F(null,A.contents,t,Object.freeze([A]))===C&&(A.contents=null):await F(null,A,t,Object.freeze([]))}async function F(A,e,t,r){let n=await E(A,e,t,r);if(g(n)||B(n))return v(A,r,n),F(A,n,t,r);if("symbol"!=typeof n){if(h(e)){r=Object.freeze(r.concat(e));for(let A=0;A<e.items.length;++A){let n=await F(A,e.items[A],t,r);if("number"==typeof n)A=n-1;else{if(n===p)return p;n===C&&(e.items.splice(A,1),A-=1)}}}else if(B(e)){r=Object.freeze(r.concat(e));let A=await F("key",e.key,t,r);if(A===p)return p;A===C&&(e.key=null);let n=await F("value",e.value,t,r);if(n===p)return p;n===C&&(e.value=null)}}return n}function b(A){return"object"==typeof A&&(A.Collection||A.Node||A.Value)?Object.assign({Alias:A.Node,Map:A.Node,Scalar:A.Node,Seq:A.Node},A.Value&&{Map:A.Value,Scalar:A.Value,Seq:A.Value},A.Collection&&{Map:A.Collection,Seq:A.Collection},A):A}function E(A,e,t,r){return"function"==typeof t?t(A,e,r):u(e)?t.Map?.(A,e,r):d(e)?t.Seq?.(A,e,r):B(e)?t.Pair?.(A,e,r):f(e)?t.Scalar?.(A,e,r):l(e)?t.Alias?.(A,e,r):void 0}function v(A,e,t){let r=e[e.length-1];if(h(r))r.items[A]=t;else if(B(r))"key"===A?r.key=t:r.value=t;else if(c(r))r.contents=t;else{let A=l(r)?"alias":"scalar";throw Error(`Cannot replace node with ${A} parent`)}}U.BREAK=p,U.SKIP=Q,U.REMOVE=C,y.BREAK=p,y.SKIP=Q,y.REMOVE=C;let H={"!":"%21",",":"%2C","[":"%5B","]":"%5D","{":"%7B","}":"%7D"},I=A=>A.replace(/[!,[\]{}]/g,A=>H[A]);class x{constructor(A,e){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},x.defaultYaml,A),this.tags=Object.assign({},x.defaultTags,e)}clone(){let A=new x(this.yaml,this.tags);return A.docStart=this.docStart,A}atDocument(){let A=new x(this.yaml,this.tags);switch(this.yaml.version){case"1.1":this.atNextDocument=!0;break;case"1.2":this.atNextDocument=!1,this.yaml={explicit:x.defaultYaml.explicit,version:"1.2"},this.tags=Object.assign({},x.defaultTags)}return A}add(A,e){this.atNextDocument&&(this.yaml={explicit:x.defaultYaml.explicit,version:"1.1"},this.tags=Object.assign({},x.defaultTags),this.atNextDocument=!1);let t=A.trim().split(/[ \t]+/),r=t.shift();switch(r){case"%TAG":{if(2!==t.length&&(e(0,"%TAG directive should contain exactly two parts"),t.length<2))return!1;let[A,r]=t;return this.tags[A]=r,!0}case"%YAML":{if(this.yaml.explicit=!0,1!==t.length)return e(0,"%YAML directive should contain exactly one part"),!1;let[A]=t;if("1.1"===A||"1.2"===A)return this.yaml.version=A,!0;{let t=/^\d+\.\d+$/.test(A);return e(6,`Unsupported YAML version ${A}`,t),!1}}default:return e(0,`Unknown directive ${r}`,!0),!1}}tagName(A,e){if("!"===A)return"!";if("!"!==A[0])return e(`Not a valid tag: ${A}`),null;if("<"===A[1]){let t=A.slice(2,-1);return"!"===t||"!!"===t?(e(`Verbatim tags aren't resolved, so ${A} is invalid.`),null):(">"!==A[A.length-1]&&e("Verbatim tags must end with a >"),t)}let[,t,r]=A.match(/^(.*!)([^!]*)$/s);r||e(`The ${A} tag has no suffix`);let n=this.tags[t];if(n)try{return n+decodeURIComponent(r)}catch(A){return e(String(A)),null}return"!"===t?A:(e(`Could not resolve tag: ${A}`),null)}tagString(A){for(let[e,t]of Object.entries(this.tags))if(A.startsWith(t))return e+I(A.substring(t.length));return"!"===A[0]?A:`!<${A}>`}toString(A){let e,t=this.yaml.explicit?[`%YAML ${this.yaml.version||"1.2"}`]:[],r=Object.entries(this.tags);if(A&&r.length>0&&g(A.contents)){let t={};U(A.contents,(A,e)=>{g(e)&&e.tag&&(t[e.tag]=!0)}),e=Object.keys(t)}else e=[];for(let[n,s]of r)("!!"!==n||"tag:yaml.org,2002:"!==s)&&(!A||e.some(A=>A.startsWith(s)))&&t.push(`%TAG ${n} ${s}`);return t.join("\n")}}function S(A){if(/[\x00-\x19\s,[\]{}]/.test(A)){let e=JSON.stringify(A);throw Error(`Anchor must not contain whitespace or control characters: ${e}`)}return!0}function K(A){let e=new Set;return U(A,{Value(A,t){t.anchor&&e.add(t.anchor)}}),e}function L(A,e){for(let t=1;;++t){let r=`${A}${t}`;if(!e.has(r))return r}}function k(A,e,t,r){if(r&&"object"==typeof r)if(Array.isArray(r))for(let e=0,t=r.length;e<t;++e){let t=r[e],n=k(A,r,String(e),t);void 0===n?delete r[e]:n!==t&&(r[e]=n)}else if(r instanceof Map)for(let e of Array.from(r.keys())){let t=r.get(e),n=k(A,r,e,t);void 0===n?r.delete(e):n!==t&&r.set(e,n)}else if(r instanceof Set)for(let e of Array.from(r)){let t=k(A,r,e,e);void 0===t?r.delete(e):t!==e&&(r.delete(e),r.add(t))}else for(let[e,t]of Object.entries(r)){let n=k(A,r,e,t);void 0===n?delete r[e]:n!==t&&(r[e]=n)}return A.call(e,t,r)}function D(A,e,t){if(Array.isArray(A))return A.map((A,e)=>D(A,String(e),t));if(A&&"function"==typeof A.toJSON){if(!t||!w(A))return A.toJSON(e,t);let r={aliasCount:0,count:1,res:void 0};t.anchors.set(A,r),t.onCreate=A=>{r.res=A,delete t.onCreate};let n=A.toJSON(e,t);return t.onCreate&&t.onCreate(n),n}return"bigint"!=typeof A||t?.keep?A:Number(A)}x.defaultYaml={explicit:!1,version:"1.2"},x.defaultTags={"!!":"tag:yaml.org,2002:"};class T{constructor(A){Object.defineProperty(this,a,{value:A})}clone(){let A=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(A.range=this.range.slice()),A}toJS(A,{mapAsMap:e,maxAliasCount:t,onAnchor:r,reviver:n}={}){if(!c(A))throw TypeError("A document argument is required");let s={anchors:new Map,doc:A,keep:!0,mapAsMap:!0===e,mapKeyWarned:!1,maxAliasCount:"number"==typeof t?t:100},i=D(this,"",s);if("function"==typeof r)for(let{count:A,res:e}of s.anchors.values())r(e,A);return"function"==typeof n?k(n,{"":i},"",i):i}}class O extends T{constructor(A){super(t),this.source=A,Object.defineProperty(this,"tag",{set(){throw Error("Alias nodes cannot have tags")}})}resolve(A,e){let t,r;for(let n of(e?.aliasResolveCache?t=e.aliasResolveCache:(t=[],U(A,{Node:(A,e)=>{(l(e)||w(e))&&t.push(e)}}),e&&(e.aliasResolveCache=t)),t)){if(n===this)break;n.anchor===this.source&&(r=n)}return r}toJSON(A,e){if(!e)return{source:this.source};let{anchors:t,doc:r,maxAliasCount:n}=e,s=this.resolve(r,e);if(!s)throw ReferenceError(`Unresolved alias (the anchor must be set before the alias): ${this.source}`);let i=t.get(s);if(i||(D(s,null,e),i=t.get(s)),i?.res===void 0)throw ReferenceError("This should not happen: Alias anchor was not resolved?");if(n>=0&&(i.count+=1,0===i.aliasCount&&(i.aliasCount=function A(e,t,r){if(l(t)){let A=t.resolve(e),n=r&&A&&r.get(A);return n?n.count*n.aliasCount:0}if(h(t)){let n=0;for(let s of t.items){let t=A(e,s,r);t>n&&(n=t)}return n}return B(t)?Math.max(A(e,t.key,r),A(e,t.value,r)):1}(r,s,t)),i.count*i.aliasCount>n))throw ReferenceError("Excessive alias count indicates a resource exhaustion attack");return i.res}toString(A,e,t){let r=`*${this.source}`;if(A){if(S(this.source),A.options.verifyAliasOrder&&!A.anchors.has(this.source))throw Error(`Unresolved alias (the anchor must be set before the alias): ${this.source}`);if(A.implicitKey)return`${r} `}return r}}let M=A=>!A||"function"!=typeof A&&"object"!=typeof A;class N extends T{constructor(A){super(i),this.value=A}toJSON(A,e){return e?.keep?this.value:D(this.value,A,e)}toString(){return String(this.value)}}function R(A,e,t){let r;if(c(A)&&(A=A.contents),g(A))return A;if(B(A)){let e=t.schema[n].createNode?.(t.schema,null,t);return e.items.push(A),e}(A instanceof String||A instanceof Number||A instanceof Boolean||"undefined"!=typeof BigInt&&A instanceof BigInt)&&(A=A.valueOf());let{aliasDuplicateObjects:s,onAnchor:i,onTagObj:a,schema:l,sourceObjects:u}=t;if(s&&A&&"object"==typeof A){if(r=u.get(A))return r.anchor??(r.anchor=i(A)),new O(r.anchor);r={anchor:null,node:null},u.set(A,r)}e?.startsWith("!!")&&(e="tag:yaml.org,2002:"+e.slice(2));let f=function(A,e,t){if(e){let A=t.filter(A=>A.tag===e),r=A.find(A=>!A.format)??A[0];if(!r)throw Error(`Tag ${e} not found`);return r}return t.find(e=>e.identify?.(A)&&!e.format)}(A,e,l.tags);if(!f){if(A&&"function"==typeof A.toJSON&&(A=A.toJSON()),!A||"object"!=typeof A){let e=new N(A);return r&&(r.node=e),e}f=A instanceof Map?l[n]:Symbol.iterator in Object(A)?l[o]:l[n]}a&&(a(f),delete t.onTagObj);let d=f?.createNode?f.createNode(t.schema,A,t):"function"==typeof f?.nodeClass?.from?f.nodeClass.from(t.schema,A,t):new N(A);return e?d.tag=e:f.default||(d.tag=f.tag),r&&(r.node=d),d}function G(A,e,t){let r=t;for(let A=e.length-1;A>=0;--A){let t=e[A];if("number"==typeof t&&Number.isInteger(t)&&t>=0){let A=[];A[t]=r,r=A}else r=new Map([[t,r]])}return R(r,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:()=>{throw Error("This should not happen, please report a bug.")},schema:A,sourceObjects:new Map})}N.BLOCK_FOLDED="BLOCK_FOLDED",N.BLOCK_LITERAL="BLOCK_LITERAL",N.PLAIN="PLAIN",N.QUOTE_DOUBLE="QUOTE_DOUBLE",N.QUOTE_SINGLE="QUOTE_SINGLE";let V=A=>null==A||"object"==typeof A&&!!A[Symbol.iterator]().next().done;class P extends T{constructor(A,e){super(A),Object.defineProperty(this,"schema",{value:e,configurable:!0,enumerable:!1,writable:!0})}clone(A){let e=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return A&&(e.schema=A),e.items=e.items.map(e=>g(e)||B(e)?e.clone(A):e),this.range&&(e.range=this.range.slice()),e}addIn(A,e){if(V(A))this.add(e);else{let[t,...r]=A,n=this.get(t,!0);if(h(n))n.addIn(r,e);else if(void 0===n&&this.schema)this.set(t,G(this.schema,r,e));else throw Error(`Expected YAML collection at ${t}. Remaining path: ${r}`)}}deleteIn(A){let[e,...t]=A;if(0===t.length)return this.delete(e);let r=this.get(e,!0);if(h(r))return r.deleteIn(t);throw Error(`Expected YAML collection at ${e}. Remaining path: ${t}`)}getIn(A,e){let[t,...r]=A,n=this.get(t,!0);return 0===r.length?!e&&f(n)?n.value:n:h(n)?n.getIn(r,e):void 0}hasAllNullValues(A){return this.items.every(e=>{if(!B(e))return!1;let t=e.value;return null==t||A&&f(t)&&null==t.value&&!t.commentBefore&&!t.comment&&!t.tag})}hasIn(A){let[e,...t]=A;if(0===t.length)return this.has(e);let r=this.get(e,!0);return!!h(r)&&r.hasIn(t)}setIn(A,e){let[t,...r]=A;if(0===r.length)this.set(t,e);else{let A=this.get(t,!0);if(h(A))A.setIn(r,e);else if(void 0===A&&this.schema)this.set(t,G(this.schema,r,e));else throw Error(`Expected YAML collection at ${t}. Remaining path: ${r}`)}}}let _=A=>A.replace(/^(?!$)(?: $)?/gm,"#");function J(A,e){return/^\n+$/.test(A)?A.substring(1):e?A.replace(/^(?! *$)/gm,e):A}let X=(A,e,t)=>A.endsWith("\n")?J(t,e):t.includes("\n")?"\n"+J(t,e):(A.endsWith(" ")?"":" ")+t,j="flow",W="block",Y="quoted";function $(A,e,t="flow",{indentAtStart:r,lineWidth:n=80,minContentWidth:s=20,onFold:i,onOverflow:o}={}){let a,l,c;if(!n||n<0)return A;n<s&&(s=0);let u=Math.max(1+s,1+n-e.length);if(A.length<=u)return A;let B=[],f={},d=n-e.length;"number"==typeof r&&(r>n-Math.max(2,s)?B.push(0):d=n-r);let h=!1,g=-1,w=-1,p=-1;for(t===W&&-1!==(g=z(A,g,e.length))&&(d=g+u);c=A[g+=1];){if(t===Y&&"\\"===c){switch(w=g,A[g+1]){case"x":g+=3;break;case"u":g+=5;break;case"U":g+=9;break;default:g+=1}p=g}if("\n"===c)t===W&&(g=z(A,g,e.length)),d=g+e.length+u,a=void 0;else{if(" "===c&&l&&" "!==l&&"\n"!==l&&" "!==l){let e=A[g+1];e&&" "!==e&&"\n"!==e&&" "!==e&&(a=g)}if(g>=d)if(a)B.push(a),d=a+u,a=void 0;else if(t===Y){for(;" "===l||" "===l;)l=c,c=A[g+=1],h=!0;let e=g>p+1?g-2:w-1;if(f[e])return A;B.push(e),f[e]=!0,d=e+u,a=void 0}else h=!0}l=c}if(h&&o&&o(),0===B.length)return A;i&&i();let Q=A.slice(0,B[0]);for(let r=0;r<B.length;++r){let n=B[r],s=B[r+1]||A.length;0===n?Q=`
2
+ ${e}${A.slice(0,s)}`:(t===Y&&f[n]&&(Q+=`${A[n]}\\`),Q+=`
3
+ ${e}${A.slice(n+1,s)}`)}return Q}function z(A,e,t){let r=e,n=e+1,s=A[n];for(;" "===s||" "===s;)if(e<n+t)s=A[++e];else{do s=A[++e];while(s&&"\n"!==s)r=e,s=A[n=e+1]}return r}let Z=(A,e)=>({indentAtStart:e?A.indent.length:A.indentAtStart,lineWidth:A.options.lineWidth,minContentWidth:A.options.minContentWidth});function q(A,e){let t=JSON.stringify(A);if(e.options.doubleQuotedAsJSON)return t;let{implicitKey:r}=e,n=e.options.doubleQuotedMinMultiLineLength,s=e.indent||(/^(%|---|\.\.\.)/m.test(A)?" ":""),i="",o=0;for(let A=0,e=t[A];e;e=t[++A])if(" "===e&&"\\"===t[A+1]&&"n"===t[A+2]&&(i+=t.slice(o,A)+"\\ ",A+=1,o=A,e="\\"),"\\"===e)switch(t[A+1]){case"u":{i+=t.slice(o,A);let e=t.substr(A+2,4);switch(e){case"0000":i+="\\0";break;case"0007":i+="\\a";break;case"000b":i+="\\v";break;case"001b":i+="\\e";break;case"0085":i+="\\N";break;case"00a0":i+="\\_";break;case"2028":i+="\\L";break;case"2029":i+="\\P";break;default:"00"===e.substr(0,2)?i+="\\x"+e.substr(2):i+=t.substr(A,6)}A+=5,o=A+1}break;case"n":if(r||'"'===t[A+2]||t.length<n)A+=1;else{for(i+=t.slice(o,A)+"\n\n";"\\"===t[A+2]&&"n"===t[A+3]&&'"'!==t[A+4];)i+="\n",A+=2;i+=s," "===t[A+2]&&(i+="\\"),A+=1,o=A+1}break;default:A+=1}return i=o?i+t.slice(o):t,r?i:$(i,s,Y,Z(e,!1))}function AA(A,e){if(!1===e.options.singleQuote||e.implicitKey&&A.includes("\n")||/[ \t]\n|\n[ \t]/.test(A))return q(A,e);let t=e.indent||(/^(%|---|\.\.\.)/m.test(A)?" ":""),r="'"+A.replace(/'/g,"''").replace(/\n+/g,`$&
4
+ ${t}`)+"'";return e.implicitKey?r:$(r,t,j,Z(e,!1))}function Ae(A,e){let t,{singleQuote:r}=e.options;if(!1===r)t=q;else{let e=A.includes('"'),n=A.includes("'");t=e&&!n?AA:n&&!e?q:r?AA:q}return t(A,e)}try{e=RegExp("(^|(?<!\n))\n+(?!\n|$)","g")}catch{e=/\n+(?!\n|$)/g}function At({comment:A,type:t,value:r},n,s,i){let o,a,l,c,{blockQuote:u,commentString:B,lineWidth:f}=n.options;if(!u||/\n[\t ]+$/.test(r))return Ae(r,n);let d=n.indent||(n.forceBlockIndent||(c=r,/^(%|---|\.\.\.)/m.test(c))?" ":""),h="literal"===u||"folded"!==u&&t!==N.BLOCK_FOLDED&&(t===N.BLOCK_LITERAL||!function(A,e,t){if(!e||e<0)return!1;let r=e-t,n=A.length;if(n<=r)return!1;for(let e=0,t=0;e<n;++e)if("\n"===A[e]){if(e-t>r)return!0;if(n-(t=e+1)<=r)return!1}return!0}(r,f,d.length));if(!r)return h?"|\n":">\n";for(a=r.length;a>0;--a){let A=r[a-1];if("\n"!==A&&" "!==A&&" "!==A)break}let g=r.substring(a),w=g.indexOf("\n");-1===w?o="-":r===g||w!==g.length-1?(o="+",i&&i()):o="",g&&(r=r.slice(0,-g.length),"\n"===g[g.length-1]&&(g=g.slice(0,-1)),g=g.replace(e,`$&${d}`));let p=!1,Q=-1;for(l=0;l<r.length;++l){let A=r[l];if(" "===A)p=!0;else if("\n"===A)Q=l;else break}let C=r.substring(0,Q<l?Q+1:l);C&&(r=r.substring(C.length),C=C.replace(/\n+/g,`$&${d}`));let U=d?"2":"1",m=(p?U:"")+o;if(A&&(m+=" "+B(A.replace(/ ?[\r\n]+/g," ")),s&&s()),!h){let A=r.replace(/\n+/g,"\n$&").replace(/(?:^|\n)([\t ].*)(?:([\n\t ]*)\n(?![\n\t ]))?/g,"$1$2").replace(/\n+/g,`$&${d}`),e=!1,s=Z(n,!0);"folded"!==u&&t!==N.BLOCK_FOLDED&&(s.onOverflow=()=>{e=!0});let i=$(`${C}${A}${g}`,d,W,s);if(!e)return`>${m}
5
+ ${d}${i}`}return r=r.replace(/\n+/g,`$&${d}`),`|${m}
6
+ ${d}${C}${r}${g}`}function Ar(A,e,t,r){let{implicitKey:n,inFlow:s}=e,i="string"==typeof A.value?A:Object.assign({},A,{value:String(A.value)}),{type:o}=A;o!==N.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f\u{D800}-\u{DFFF}]/u.test(i.value)&&(o=N.QUOTE_DOUBLE);let a=A=>{switch(A){case N.BLOCK_FOLDED:case N.BLOCK_LITERAL:return n||s?Ae(i.value,e):At(i,e,t,r);case N.QUOTE_DOUBLE:return q(i.value,e);case N.QUOTE_SINGLE:return AA(i.value,e);case N.PLAIN:return function(A,e,t,r){let{type:n,value:s}=A,{actualString:i,implicitKey:o,indent:a,indentStep:l,inFlow:c}=e;if(o&&s.includes("\n")||c&&/[[\]{},]/.test(s))return Ae(s,e);if(/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(s))return o||c||!s.includes("\n")?Ae(s,e):At(A,e,t,r);if(!o&&!c&&n!==N.PLAIN&&s.includes("\n"))return At(A,e,t,r);if(/^(%|---|\.\.\.)/m.test(s)){if(""===a)return e.forceBlockIndent=!0,At(A,e,t,r);else if(o&&a===l)return Ae(s,e)}let u=s.replace(/\n+/g,`$&
7
+ ${a}`);if(i){let A=A=>A.default&&"tag:yaml.org,2002:str"!==A.tag&&A.test?.test(u),{compat:t,tags:r}=e.doc.schema;if(r.some(A)||t?.some(A))return Ae(s,e)}return o?u:$(u,a,j,Z(e,!1))}(i,e,t,r);default:return null}},l=a(o);if(null===l){let{defaultKeyType:A,defaultStringType:t}=e.options,r=n&&A||t;if(null===(l=a(r)))throw Error(`Unsupported default string type ${r}`)}return l}function An(A,e){let t,r=Object.assign({blockQuote:!0,commentString:_,defaultKeyType:null,defaultStringType:"PLAIN",directives:null,doubleQuotedAsJSON:!1,doubleQuotedMinMultiLineLength:40,falseStr:"false",flowCollectionPadding:!0,indentSeq:!0,lineWidth:80,minContentWidth:20,nullStr:"null",simpleKeys:!1,singleQuote:null,trueStr:"true",verifyAliasOrder:!0},A.schema.toStringOptions,e);switch(r.collectionStyle){case"block":t=!1;break;case"flow":t=!0;break;default:t=null}return{anchors:new Set,doc:A,flowCollectionPadding:r.flowCollectionPadding?" ":"",indent:"",indentStep:"number"==typeof r.indent?" ".repeat(r.indent):" ",inFlow:t,options:r}}function As(A,e,t,r){let n;if(B(A))return A.toString(e,t,r);if(l(A)){if(e.doc.directives)return A.toString(e);if(e.resolvedAliases?.has(A))throw TypeError("Cannot stringify circular structure without alias nodes");e.resolvedAliases?e.resolvedAliases.add(A):e.resolvedAliases=new Set([A]),A=A.resolve(e.doc)}let s=g(A)?A:e.doc.createNode(A,{onTagObj:A=>n=A});n??(n=function(A,e){let t,r;if(e.tag){let t=A.filter(A=>A.tag===e.tag);if(t.length>0)return t.find(A=>A.format===e.format)??t[0]}if(f(e)){t=e.value;let n=A.filter(A=>A.identify?.(t));if(n.length>1){let A=n.filter(A=>A.test);A.length>0&&(n=A)}r=n.find(A=>A.format===e.format)??n.find(A=>!A.format)}else t=e,r=A.find(A=>A.nodeClass&&t instanceof A.nodeClass);if(!r){let A=t?.constructor?.name??(null===t?"null":typeof t);throw Error(`Tag not resolved for ${A} value`)}return r}(e.doc.schema.tags,s));let i=function(A,e,{anchors:t,doc:r}){if(!r.directives)return"";let n=[],s=(f(A)||h(A))&&A.anchor;s&&S(s)&&(t.add(s),n.push(`&${s}`));let i=A.tag??(e.default?null:e.tag);return i&&n.push(r.directives.tagString(i)),n.join(" ")}(s,n,e);i.length>0&&(e.indentAtStart=(e.indentAtStart??0)+i.length+1);let o="function"==typeof n.stringify?n.stringify(s,e,t,r):f(s)?Ar(s,e,t,r):s.toString(e,t,r);return i?f(s)||"{"===o[0]||"["===o[0]?`${i} ${o}`:`${i}
8
+ ${e.indent}${o}`:o}function Ai(A,e){("debug"===A||"warn"===A)&&console.warn(e)}let Ao={identify:A=>"<<"===A||"symbol"==typeof A&&"<<"===A.description,default:"key",tag:"tag:yaml.org,2002:merge",test:/^<<$/,resolve:()=>Object.assign(new N(Symbol("<<")),{addToJSMap:Aa}),stringify:()=>"<<"};function Aa(A,e,t){if(d(t=A&&l(t)?t.resolve(A.doc):t))for(let r of t.items)Al(A,e,r);else if(Array.isArray(t))for(let r of t)Al(A,e,r);else Al(A,e,t)}function Al(A,e,t){let r=A&&l(t)?t.resolve(A.doc):t;if(!u(r))throw Error("Merge sources must be maps or map aliases");for(let[t,n]of r.toJSON(null,A,Map))e instanceof Map?e.has(t)||e.set(t,n):e instanceof Set?e.add(t):Object.prototype.hasOwnProperty.call(e,t)||Object.defineProperty(e,t,{value:n,writable:!0,enumerable:!0,configurable:!0});return e}function Ac(A,e,{key:t,value:r}){if(g(t)&&t.addToJSMap)t.addToJSMap(A,e,r);else if((Ao.identify(t)||f(t)&&(!t.type||t.type===N.PLAIN)&&Ao.identify(t.value))&&A?.doc.schema.tags.some(A=>A.tag===Ao.tag&&A.default))Aa(A,e,r);else{let n=D(t,"",A);if(e instanceof Map)e.set(n,D(r,n,A));else if(e instanceof Set)e.add(n);else{let s=function(A,e,t){if(null===e)return"";if("object"!=typeof e)return String(e);if(g(A)&&t?.doc){let e=An(t.doc,{});for(let A of(e.anchors=new Set,t.anchors.keys()))e.anchors.add(A.anchor);e.inFlow=!0,e.inStringifyKey=!0;let r=A.toString(e);if(!t.mapKeyWarned){let A=JSON.stringify(r);A.length>40&&(A=A.substring(0,36)+'..."'),Ai(t.doc.options.logLevel,`Keys with collection values will be stringified due to JS Object restrictions: ${A}. Set mapAsMap: true to use object keys.`),t.mapKeyWarned=!0}return r}return JSON.stringify(e)}(t,n,A),i=D(r,s,A);s in e?Object.defineProperty(e,s,{value:i,writable:!0,enumerable:!0,configurable:!0}):e[s]=i}}return e}function Au(A,e,t){return new AB(R(A,void 0,t),R(e,void 0,t))}class AB{constructor(A,e=null){Object.defineProperty(this,a,{value:s}),this.key=A,this.value=e}clone(A){let{key:e,value:t}=this;return g(e)&&(e=e.clone(A)),g(t)&&(t=t.clone(A)),new AB(e,t)}toJSON(A,e){let t=e?.mapAsMap?new Map:{};return Ac(e,t,this)}toString(A,e,t){return A?.doc?function({key:A,value:e},t,r,n){let s,i,o,{allNullValues:a,doc:l,indent:c,indentStep:u,options:{commentString:B,indentSeq:w,simpleKeys:p}}=t,Q=g(A)&&A.comment||null;if(p){if(Q)throw Error("With simple keys, key nodes cannot have comments");if(h(A)||!g(A)&&"object"==typeof A)throw Error("With simple keys, collection cannot be used as a key value")}let C=!p&&(!A||Q&&null==e&&!t.inFlow||h(A)||(f(A)?A.type===N.BLOCK_FOLDED||A.type===N.BLOCK_LITERAL:"object"==typeof A));t=Object.assign({},t,{allNullValues:!1,implicitKey:!C&&(p||!a),indent:c+u});let U=!1,m=!1,y=As(A,t,()=>U=!0,()=>m=!0);if(!C&&!t.inFlow&&y.length>1024){if(p)throw Error("With simple keys, single line scalar must not span more than 1024 characters");C=!0}if(t.inFlow){if(a||null==e)return U&&r&&r(),""===y?"?":C?`? ${y}`:y}else if(a&&!p||null==e&&C)return y=`? ${y}`,Q&&!U?y+=X(y,t.indent,B(Q)):m&&n&&n(),y;U&&(Q=null),C?(Q&&(y+=X(y,t.indent,B(Q))),y=`? ${y}
9
+ ${c}:`):(y=`${y}:`,Q&&(y+=X(y,t.indent,B(Q)))),g(e)?(s=!!e.spaceBefore,i=e.commentBefore,o=e.comment):(s=!1,i=null,o=null,e&&"object"==typeof e&&(e=l.createNode(e))),t.implicitKey=!1,!C&&!Q&&f(e)&&(t.indentAtStart=y.length+1),m=!1,!(!w&&u.length>=2&&!t.inFlow&&!C&&d(e))||e.flow||e.tag||e.anchor||(t.indent=t.indent.substring(2));let F=!1,b=As(e,t,()=>F=!0,()=>m=!0),E=" ";if(Q||s||i){if(E=s?"\n":"",i){let A=B(i);E+=`
10
+ ${J(A,t.indent)}`}""!==b||t.inFlow?E+=`
11
+ ${t.indent}`:"\n"===E&&o&&(E="\n\n")}else if(!C&&h(e)){let A=b[0],r=b.indexOf("\n"),n=-1!==r,s=t.inFlow??e.flow??0===e.items.length;if(n||!s){let e=!1;if(n&&("&"===A||"!"===A)){let t=b.indexOf(" ");"&"===A&&-1!==t&&t<r&&"!"===b[t+1]&&(t=b.indexOf(" ",t+1)),(-1===t||r<t)&&(e=!0)}e||(E=`
12
+ ${t.indent}`)}}else(""===b||"\n"===b[0])&&(E="");return y+=E+b,t.inFlow?F&&r&&r():o&&!F?y+=X(y,t.indent,B(o)):m&&n&&n(),y}(this,A,e,t):JSON.stringify(this)}}function Af(A,e,t){return(e.inFlow??A.flow?function({items:A},e,{flowChars:t,itemIndent:r}){let{indent:n,indentStep:s,flowCollectionPadding:i,options:{commentString:o}}=e,a=Object.assign({},e,{indent:r+=s,inFlow:!0,type:null}),l=!1,c=0,u=[];for(let t=0;t<A.length;++t){let n=A[t],s=null;if(g(n))n.spaceBefore&&u.push(""),Ad(e,u,n.commentBefore,!1),n.comment&&(s=n.comment);else if(B(n)){let A=g(n.key)?n.key:null;A&&(A.spaceBefore&&u.push(""),Ad(e,u,A.commentBefore,!1),A.comment&&(l=!0));let t=g(n.value)?n.value:null;t?(t.comment&&(s=t.comment),t.commentBefore&&(l=!0)):null==n.value&&A?.comment&&(s=A.comment)}s&&(l=!0);let i=As(n,a,()=>s=null);t<A.length-1&&(i+=","),s&&(i+=X(i,r,o(s))),!l&&(u.length>c||i.includes("\n"))&&(l=!0),u.push(i),c=u.length}let{start:f,end:d}=t;if(0===u.length)return f+d;if(!l){let A=u.reduce((A,e)=>A+e.length+2,2);l=e.options.lineWidth>0&&A>e.options.lineWidth}if(!l)return`${f}${i}${u.join(" ")}${i}${d}`;{let A=f;for(let e of u)A+=e?`
13
+ ${s}${n}${e}`:"\n";return`${A}
14
+ ${n}${d}`}}:function({comment:A,items:e},t,{blockItemPrefix:r,flowChars:n,itemIndent:s,onChompKeep:i,onComment:o}){let a,{indent:l,options:{commentString:c}}=t,u=Object.assign({},t,{indent:s,type:null}),f=!1,d=[];for(let A=0;A<e.length;++A){let n=e[A],i=null;if(g(n))!f&&n.spaceBefore&&d.push(""),Ad(t,d,n.commentBefore,f),n.comment&&(i=n.comment);else if(B(n)){let A=g(n.key)?n.key:null;A&&(!f&&A.spaceBefore&&d.push(""),Ad(t,d,A.commentBefore,f))}f=!1;let o=As(n,u,()=>i=null,()=>f=!0);i&&(o+=X(o,s,c(i))),f&&i&&(f=!1),d.push(r+o)}if(0===d.length)a=n.start+n.end;else{a=d[0];for(let A=1;A<d.length;++A){let e=d[A];a+=e?`
15
+ ${l}${e}`:"\n"}}return A?(a+="\n"+J(c(A),l),o&&o()):f&&i&&i(),a})(A,e,t)}function Ad({indent:A,options:{commentString:e}},t,r,n){if(r&&n&&(r=r.replace(/^\n+/,"")),r){let n=J(e(r),A);t.push(n.trimStart())}}function Ah(A,e){let t=f(e)?e.value:e;for(let r of A)if(B(r)&&(r.key===e||r.key===t||f(r.key)&&r.key.value===t))return r}class Ag extends P{static get tagName(){return"tag:yaml.org,2002:map"}constructor(A){super(n,A),this.items=[]}static from(A,e,t){let{keepUndefined:r,replacer:n}=t,s=new this(A),i=(A,i)=>{if("function"==typeof n)i=n.call(e,A,i);else if(Array.isArray(n)&&!n.includes(A))return;(void 0!==i||r)&&s.items.push(Au(A,i,t))};if(e instanceof Map)for(let[A,t]of e)i(A,t);else if(e&&"object"==typeof e)for(let A of Object.keys(e))i(A,e[A]);return"function"==typeof A.sortMapEntries&&s.items.sort(A.sortMapEntries),s}add(A,e){let t;t=B(A)?A:A&&"object"==typeof A&&"key"in A?new AB(A.key,A.value):new AB(A,A?.value);let r=Ah(this.items,t.key),n=this.schema?.sortMapEntries;if(r){if(!e)throw Error(`Key ${t.key} already set`);f(r.value)&&M(t.value)?r.value.value=t.value:r.value=t.value}else if(n){let A=this.items.findIndex(A=>0>n(t,A));-1===A?this.items.push(t):this.items.splice(A,0,t)}else this.items.push(t)}delete(A){let e=Ah(this.items,A);return!!e&&this.items.splice(this.items.indexOf(e),1).length>0}get(A,e){let t=Ah(this.items,A),r=t?.value;return(!e&&f(r)?r.value:r)??void 0}has(A){return!!Ah(this.items,A)}set(A,e){this.add(new AB(A,e),!0)}toJSON(A,e,t){let r=t?new t:e?.mapAsMap?new Map:{};for(let A of(e?.onCreate&&e.onCreate(r),this.items))Ac(e,r,A);return r}toString(A,e,t){if(!A)return JSON.stringify(this);for(let A of this.items)if(!B(A))throw Error(`Map items must all be pairs; found ${JSON.stringify(A)} instead`);return!A.allNullValues&&this.hasAllNullValues(!1)&&(A=Object.assign({},A,{allNullValues:!0})),Af(this,A,{blockItemPrefix:"",flowChars:{start:"{",end:"}"},itemIndent:A.indent||"",onChompKeep:t,onComment:e})}}let Aw={collection:"map",default:!0,nodeClass:Ag,tag:"tag:yaml.org,2002:map",resolve:(A,e)=>(u(A)||e("Expected a mapping for this tag"),A),createNode:(A,e,t)=>Ag.from(A,e,t)};class Ap extends P{static get tagName(){return"tag:yaml.org,2002:seq"}constructor(A){super(o,A),this.items=[]}add(A){this.items.push(A)}delete(A){let e=AQ(A);return"number"==typeof e&&this.items.splice(e,1).length>0}get(A,e){let t=AQ(A);if("number"!=typeof t)return;let r=this.items[t];return!e&&f(r)?r.value:r}has(A){let e=AQ(A);return"number"==typeof e&&e<this.items.length}set(A,e){let t=AQ(A);if("number"!=typeof t)throw Error(`Expected a valid index, not ${A}.`);let r=this.items[t];f(r)&&M(e)?r.value=e:this.items[t]=e}toJSON(A,e){let t=[];e?.onCreate&&e.onCreate(t);let r=0;for(let A of this.items)t.push(D(A,String(r++),e));return t}toString(A,e,t){return A?Af(this,A,{blockItemPrefix:"- ",flowChars:{start:"[",end:"]"},itemIndent:(A.indent||"")+" ",onChompKeep:t,onComment:e}):JSON.stringify(this)}static from(A,e,t){let{replacer:r}=t,n=new this(A);if(e&&Symbol.iterator in Object(e)){let A=0;for(let s of e){if("function"==typeof r){let t=e instanceof Set?s:String(A++);s=r.call(e,t,s)}n.items.push(R(s,void 0,t))}}return n}}function AQ(A){let e=f(A)?A.value:A;return e&&"string"==typeof e&&(e=Number(e)),"number"==typeof e&&Number.isInteger(e)&&e>=0?e:null}let AC={collection:"seq",default:!0,nodeClass:Ap,tag:"tag:yaml.org,2002:seq",resolve:(A,e)=>(d(A)||e("Expected a sequence for this tag"),A),createNode:(A,e,t)=>Ap.from(A,e,t)},AU={identify:A=>"string"==typeof A,default:!0,tag:"tag:yaml.org,2002:str",resolve:A=>A,stringify:(A,e,t,r)=>Ar(A,e=Object.assign({actualString:!0},e),t,r)},Am={identify:A=>null==A,createNode:()=>new N(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>new N(null),stringify:({source:A},e)=>"string"==typeof A&&Am.test.test(A)?A:e.options.nullStr},Ay={identify:A=>"boolean"==typeof A,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:A=>new N("t"===A[0]||"T"===A[0]),stringify:({source:A,value:e},t)=>A&&Ay.test.test(A)&&e===("t"===A[0]||"T"===A[0])?A:e?t.options.trueStr:t.options.falseStr};function AF({format:A,minFractionDigits:e,tag:t,value:r}){if("bigint"==typeof r)return String(r);let n="number"==typeof r?r:Number(r);if(!isFinite(n))return isNaN(n)?".nan":n<0?"-.inf":".inf";let s=Object.is(r,-0)?"-0":JSON.stringify(r);if(!A&&e&&(!t||"tag:yaml.org,2002:float"===t)&&/^\d/.test(s)){let A=s.indexOf(".");A<0&&(A=s.length,s+=".");let t=e-(s.length-A-1);for(;t-- >0;)s+="0"}return s}let Ab={identify:A=>"number"==typeof A,default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:A=>"nan"===A.slice(-3).toLowerCase()?NaN:"-"===A[0]?-1/0:1/0,stringify:AF},AE={identify:A=>"number"==typeof A,default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:A=>parseFloat(A),stringify(A){let e=Number(A.value);return isFinite(e)?e.toExponential():AF(A)}},Av={identify:A=>"number"==typeof A,default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:\.[0-9]+|[0-9]+\.[0-9]*)$/,resolve(A){let e=new N(parseFloat(A)),t=A.indexOf(".");return -1!==t&&"0"===A[A.length-1]&&(e.minFractionDigits=A.length-t-1),e},stringify:AF},AH=A=>"bigint"==typeof A||Number.isInteger(A),AI=(A,e,t,{intAsBigInt:r})=>r?BigInt(A):parseInt(A.substring(e),t);function Ax(A,e,t){let{value:r}=A;return AH(r)&&r>=0?t+r.toString(e):AF(A)}let AS={identify:A=>AH(A)&&A>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^0o[0-7]+$/,resolve:(A,e,t)=>AI(A,2,8,t),stringify:A=>Ax(A,8,"0o")},AK={identify:AH,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9]+$/,resolve:(A,e,t)=>AI(A,0,10,t),stringify:AF},AL={identify:A=>AH(A)&&A>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^0x[0-9a-fA-F]+$/,resolve:(A,e,t)=>AI(A,2,16,t),stringify:A=>Ax(A,16,"0x")},Ak=[Aw,AC,AU,Am,Ay,AS,AK,AL,Ab,AE,Av];function AD(A){return"bigint"==typeof A||Number.isInteger(A)}let AT=({value:A})=>JSON.stringify(A),AO=[Aw,AC].concat([{identify:A=>"string"==typeof A,default:!0,tag:"tag:yaml.org,2002:str",resolve:A=>A,stringify:AT},{identify:A=>null==A,createNode:()=>new N(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^null$/,resolve:()=>null,stringify:AT},{identify:A=>"boolean"==typeof A,default:!0,tag:"tag:yaml.org,2002:bool",test:/^true$|^false$/,resolve:A=>"true"===A,stringify:AT},{identify:AD,default:!0,tag:"tag:yaml.org,2002:int",test:/^-?(?:0|[1-9][0-9]*)$/,resolve:(A,e,{intAsBigInt:t})=>t?BigInt(A):parseInt(A,10),stringify:({value:A})=>AD(A)?A.toString():JSON.stringify(A)},{identify:A=>"number"==typeof A,default:!0,tag:"tag:yaml.org,2002:float",test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:A=>parseFloat(A),stringify:AT}],{default:!0,tag:"",test:/^/,resolve:(A,e)=>(e(`Unresolved plain scalar ${JSON.stringify(A)}`),A)}),AM={identify:A=>A instanceof Uint8Array,default:!1,tag:"tag:yaml.org,2002:binary",resolve(A,e){if("function"!=typeof atob)return e("This environment does not support reading binary tags; either Buffer or atob is required"),A;{let e=atob(A.replace(/[\n\r]/g,"")),t=new Uint8Array(e.length);for(let A=0;A<e.length;++A)t[A]=e.charCodeAt(A);return t}},stringify({comment:A,type:e,value:t},r,n,s){let i;if(!t)return"";if("function"==typeof btoa){let A="";for(let e=0;e<t.length;++e)A+=String.fromCharCode(t[e]);i=btoa(A)}else throw Error("This environment does not support writing binary tags; either Buffer or btoa is required");if(e??(e=N.BLOCK_LITERAL),e!==N.QUOTE_DOUBLE){let A=Math.max(r.options.lineWidth-r.indent.length,r.options.minContentWidth),t=Math.ceil(i.length/A),n=Array(t);for(let e=0,r=0;e<t;++e,r+=A)n[e]=i.substr(r,A);i=n.join(e===N.BLOCK_LITERAL?"\n":" ")}return Ar({comment:A,type:e,value:i},r,n,s)}};function AN(A,e){if(d(A))for(let t=0;t<A.items.length;++t){let r=A.items[t];if(!B(r)){if(u(r)){r.items.length>1&&e("Each pair must have its own sequence indicator");let A=r.items[0]||new AB(new N(null));if(r.commentBefore&&(A.key.commentBefore=A.key.commentBefore?`${r.commentBefore}
16
+ ${A.key.commentBefore}`:r.commentBefore),r.comment){let e=A.value??A.key;e.comment=e.comment?`${r.comment}
17
+ ${e.comment}`:r.comment}r=A}A.items[t]=B(r)?r:new AB(r)}}else e("Expected a sequence for this tag");return A}function AR(A,e,t){let{replacer:r}=t,n=new Ap(A);n.tag="tag:yaml.org,2002:pairs";let s=0;if(e&&Symbol.iterator in Object(e))for(let A of e){let i,o;if("function"==typeof r&&(A=r.call(e,String(s++),A)),Array.isArray(A))if(2===A.length)i=A[0],o=A[1];else throw TypeError(`Expected [key, value] tuple: ${A}`);else if(A&&A instanceof Object){let e=Object.keys(A);if(1===e.length)o=A[i=e[0]];else throw TypeError(`Expected tuple with one key, not ${e.length} keys`)}else i=A;n.items.push(Au(i,o,t))}return n}let AG={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:AN,createNode:AR};class AV extends Ap{constructor(){super(),this.add=Ag.prototype.add.bind(this),this.delete=Ag.prototype.delete.bind(this),this.get=Ag.prototype.get.bind(this),this.has=Ag.prototype.has.bind(this),this.set=Ag.prototype.set.bind(this),this.tag=AV.tag}toJSON(A,e){if(!e)return super.toJSON(A);let t=new Map;for(let A of(e?.onCreate&&e.onCreate(t),this.items)){let r,n;if(B(A)?(r=D(A.key,"",e),n=D(A.value,r,e)):r=D(A,"",e),t.has(r))throw Error("Ordered maps must not include duplicate keys");t.set(r,n)}return t}static from(A,e,t){let r=AR(A,e,t),n=new this;return n.items=r.items,n}}AV.tag="tag:yaml.org,2002:omap";let AP={collection:"seq",identify:A=>A instanceof Map,nodeClass:AV,default:!1,tag:"tag:yaml.org,2002:omap",resolve(A,e){let t=AN(A,e),r=[];for(let{key:A}of t.items)f(A)&&(r.includes(A.value)?e(`Ordered maps must not include duplicate keys: ${A.value}`):r.push(A.value));return Object.assign(new AV,t)},createNode:(A,e,t)=>AV.from(A,e,t)};function A_({value:A,source:e},t){return e&&(A?AJ:AX).test.test(e)?e:A?t.options.trueStr:t.options.falseStr}let AJ={identify:A=>!0===A,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>new N(!0),stringify:A_},AX={identify:A=>!1===A,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/,resolve:()=>new N(!1),stringify:A_},Aj=A=>"bigint"==typeof A||Number.isInteger(A);function AW(A,e,t,{intAsBigInt:r}){let n=A[0];if(("-"===n||"+"===n)&&(e+=1),A=A.substring(e).replace(/_/g,""),r){switch(t){case 2:A=`0b${A}`;break;case 8:A=`0o${A}`;break;case 16:A=`0x${A}`}let e=BigInt(A);return"-"===n?BigInt(-1)*e:e}let s=parseInt(A,t);return"-"===n?-1*s:s}function AY(A,e,t){let{value:r}=A;if(Aj(r)){let A=r.toString(e);return r<0?"-"+t+A.substr(1):t+A}return AF(A)}class A$ extends Ag{constructor(A){super(A),this.tag=A$.tag}add(A){let e;e=B(A)?A:A&&"object"==typeof A&&"key"in A&&"value"in A&&null===A.value?new AB(A.key,null):new AB(A,null),Ah(this.items,e.key)||this.items.push(e)}get(A,e){let t=Ah(this.items,A);return!e&&B(t)?f(t.key)?t.key.value:t.key:t}set(A,e){if("boolean"!=typeof e)throw Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof e}`);let t=Ah(this.items,A);t&&!e?this.items.splice(this.items.indexOf(t),1):!t&&e&&this.items.push(new AB(A))}toJSON(A,e){return super.toJSON(A,e,Set)}toString(A,e,t){if(!A)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},A,{allNullValues:!0}),e,t);throw Error("Set items must all have null values")}static from(A,e,t){let{replacer:r}=t,n=new this(A);if(e&&Symbol.iterator in Object(e))for(let A of e)"function"==typeof r&&(A=r.call(e,A,A)),n.items.push(Au(A,null,t));return n}}A$.tag="tag:yaml.org,2002:set";let Az={collection:"map",identify:A=>A instanceof Set,nodeClass:A$,default:!1,tag:"tag:yaml.org,2002:set",createNode:(A,e,t)=>A$.from(A,e,t),resolve(A,e){if(u(A))if(A.hasAllNullValues(!0))return Object.assign(new A$,A);else e("Set items must all have null values");else e("Expected a mapping for this tag");return A}};function AZ(A,e){let t=A[0],r="-"===t||"+"===t?A.substring(1):A,n=A=>e?BigInt(A):Number(A),s=r.replace(/_/g,"").split(":").reduce((A,e)=>A*n(60)+n(e),n(0));return"-"===t?n(-1)*s:s}function Aq(A){let{value:e}=A,t=A=>A;if("bigint"==typeof e)t=A=>BigInt(A);else if(isNaN(e)||!isFinite(e))return AF(A);let r="";e<0&&(r="-",e*=t(-1));let n=t(60),s=[e%n];return e<60?s.unshift(0):(e=(e-s[0])/n,s.unshift(e%n),e>=60&&(e=(e-s[0])/n,s.unshift(e))),r+s.map(A=>String(A).padStart(2,"0")).join(":").replace(/000000\d*$/,"")}let A0={identify:A=>"bigint"==typeof A||Number.isInteger(A),default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+$/,resolve:(A,e,{intAsBigInt:t})=>AZ(A,t),stringify:Aq},A1={identify:A=>"number"==typeof A,default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*$/,resolve:A=>AZ(A,!1),stringify:Aq},A4={identify:A=>A instanceof Date,default:!0,tag:"tag:yaml.org,2002:timestamp",test:RegExp("^([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \\t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\\.[0-9]+)?)(?:[ \\t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?$"),resolve(A){let e=A.match(A4.test);if(!e)throw Error("!!timestamp expects a date, starting with yyyy-mm-dd");let[,t,r,n,s,i,o]=e.map(Number),a=Date.UTC(t,r-1,n,s||0,i||0,o||0,e[7]?Number((e[7]+"00").substr(1,3)):0),l=e[8];if(l&&"Z"!==l){let A=AZ(l,!1);30>Math.abs(A)&&(A*=60),a-=6e4*A}return new Date(a)},stringify:({value:A})=>A?.toISOString().replace(/(T00:00:00)?\.000Z$/,"")??""},A2=[Aw,AC,AU,Am,AJ,AX,{identify:Aj,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:(A,e,t)=>AW(A,2,2,t),stringify:A=>AY(A,2,"0b")},{identify:Aj,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:(A,e,t)=>AW(A,1,8,t),stringify:A=>AY(A,8,"0")},{identify:Aj,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:(A,e,t)=>AW(A,0,10,t),stringify:AF},{identify:Aj,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(A,e,t)=>AW(A,2,16,t),stringify:A=>AY(A,16,"0x")},{identify:A=>"number"==typeof A,default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:A=>"nan"===A.slice(-3).toLowerCase()?NaN:"-"===A[0]?-1/0:1/0,stringify:AF},{identify:A=>"number"==typeof A,default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:A=>parseFloat(A.replace(/_/g,"")),stringify(A){let e=Number(A.value);return isFinite(e)?e.toExponential():AF(A)}},{identify:A=>"number"==typeof A,default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(A){let e=new N(parseFloat(A.replace(/_/g,""))),t=A.indexOf(".");if(-1!==t){let r=A.substring(t+1).replace(/_/g,"");"0"===r[r.length-1]&&(e.minFractionDigits=r.length)}return e},stringify:AF},AM,Ao,AP,AG,Az,A0,A1,A4],A3=new Map([["core",Ak],["failsafe",[Aw,AC,AU]],["json",AO],["yaml11",A2],["yaml-1.1",A2]]),A6={binary:AM,bool:Ay,float:Av,floatExp:AE,floatNaN:Ab,floatTime:A1,int:AK,intHex:AL,intOct:AS,intTime:A0,map:Aw,merge:Ao,null:Am,omap:AP,pairs:AG,seq:AC,set:Az,timestamp:A4},A5={"tag:yaml.org,2002:binary":AM,"tag:yaml.org,2002:merge":Ao,"tag:yaml.org,2002:omap":AP,"tag:yaml.org,2002:pairs":AG,"tag:yaml.org,2002:set":Az,"tag:yaml.org,2002:timestamp":A4};function A8(A,e,t){let r=A3.get(e);if(r&&!A)return t&&!r.includes(Ao)?r.concat(Ao):r.slice();let n=r;if(!n)if(Array.isArray(A))n=[];else{let A=Array.from(A3.keys()).filter(A=>"yaml11"!==A).map(A=>JSON.stringify(A)).join(", ");throw Error(`Unknown schema "${e}"; use one of ${A} or define customTags array`)}if(Array.isArray(A))for(let e of A)n=n.concat(e);else"function"==typeof A&&(n=A(n.slice()));return t&&(n=n.concat(Ao)),n.reduce((A,e)=>{let t="string"==typeof e?A6[e]:e;if(!t){let A=JSON.stringify(e),t=Object.keys(A6).map(A=>JSON.stringify(A)).join(", ");throw Error(`Unknown custom tag ${A}; use one of ${t}`)}return A.includes(t)||A.push(t),A},[])}let A7=(A,e)=>A.key<e.key?-1:+(A.key>e.key);class A9{constructor({compat:A,customTags:e,merge:t,resolveKnownTags:r,schema:s,sortMapEntries:a,toStringDefaults:l}){this.compat=Array.isArray(A)?A8(A,"compat"):A?A8(null,A):null,this.name="string"==typeof s&&s||"core",this.knownTags=r?A5:{},this.tags=A8(e,this.name,t),this.toStringOptions=l??null,Object.defineProperty(this,n,{value:Aw}),Object.defineProperty(this,i,{value:AU}),Object.defineProperty(this,o,{value:AC}),this.sortMapEntries="function"==typeof a?a:!0===a?A7:null}clone(){let A=Object.create(A9.prototype,Object.getOwnPropertyDescriptors(this));return A.tags=this.tags.slice(),A}}class eA{constructor(A,e,t){this.commentBefore=null,this.comment=null,this.errors=[],this.warnings=[],Object.defineProperty(this,a,{value:r});let n=null;"function"==typeof e||Array.isArray(e)?n=e:void 0===t&&e&&(t=e,e=void 0);const s=Object.assign({intAsBigInt:!1,keepSourceTokens:!1,logLevel:"warn",prettyErrors:!0,strict:!0,stringKeys:!1,uniqueKeys:!0,version:"1.2"},t);this.options=s;let{version:i}=s;t?._directives?(this.directives=t._directives.atDocument(),this.directives.yaml.explicit&&(i=this.directives.yaml.version)):this.directives=new x({version:i}),this.setSchema(i,t),this.contents=void 0===A?null:this.createNode(A,n,t)}clone(){let A=Object.create(eA.prototype,{[a]:{value:r}});return A.commentBefore=this.commentBefore,A.comment=this.comment,A.errors=this.errors.slice(),A.warnings=this.warnings.slice(),A.options=Object.assign({},this.options),this.directives&&(A.directives=this.directives.clone()),A.schema=this.schema.clone(),A.contents=g(this.contents)?this.contents.clone(A.schema):this.contents,this.range&&(A.range=this.range.slice()),A}add(A){ee(this.contents)&&this.contents.add(A)}addIn(A,e){ee(this.contents)&&this.contents.addIn(A,e)}createAlias(A,e){if(!A.anchor){let t=K(this);A.anchor=!e||t.has(e)?L(e||"a",t):e}return new O(A.anchor)}createNode(A,e,t){var r,n;let s,i,o,a;if("function"==typeof e)A=e.call({"":A},"",A),s=e;else if(Array.isArray(e)){let A=e.filter(A=>"number"==typeof A||A instanceof String||A instanceof Number).map(String);A.length>0&&(e=e.concat(A)),s=e}else void 0===t&&e&&(t=e,e=void 0);let{aliasDuplicateObjects:l,anchorPrefix:c,flow:u,keepUndefined:B,onTagObj:d,tag:g}=t??{},{onAnchor:w,setAnchors:p,sourceObjects:Q}=(r=this,n=c||"a",i=[],o=new Map,a=null,{onAnchor:A=>{i.push(A),a??(a=K(r));let e=L(n,a);return a.add(e),e},setAnchors:()=>{for(let A of i){let e=o.get(A);if("object"==typeof e&&e.anchor&&(f(e.node)||h(e.node)))e.node.anchor=e.anchor;else{let e=Error("Failed to resolve repeated object (this should not happen)");throw e.source=A,e}}},sourceObjects:o}),C={aliasDuplicateObjects:l??!0,keepUndefined:B??!1,onAnchor:w,onTagObj:d,replacer:s,schema:this.schema,sourceObjects:Q},U=R(A,g,C);return u&&h(U)&&(U.flow=!0),p(),U}createPair(A,e,t={}){return new AB(this.createNode(A,null,t),this.createNode(e,null,t))}delete(A){return!!ee(this.contents)&&this.contents.delete(A)}deleteIn(A){return V(A)?null!=this.contents&&(this.contents=null,!0):!!ee(this.contents)&&this.contents.deleteIn(A)}get(A,e){return h(this.contents)?this.contents.get(A,e):void 0}getIn(A,e){return V(A)?!e&&f(this.contents)?this.contents.value:this.contents:h(this.contents)?this.contents.getIn(A,e):void 0}has(A){return!!h(this.contents)&&this.contents.has(A)}hasIn(A){return V(A)?void 0!==this.contents:!!h(this.contents)&&this.contents.hasIn(A)}set(A,e){null==this.contents?this.contents=G(this.schema,[A],e):ee(this.contents)&&this.contents.set(A,e)}setIn(A,e){V(A)?this.contents=e:null==this.contents?this.contents=G(this.schema,Array.from(A),e):ee(this.contents)&&this.contents.setIn(A,e)}setSchema(A,e={}){let t;switch("number"==typeof A&&(A=String(A)),A){case"1.1":this.directives?this.directives.yaml.version="1.1":this.directives=new x({version:"1.1"}),t={resolveKnownTags:!1,schema:"yaml-1.1"};break;case"1.2":case"next":this.directives?this.directives.yaml.version=A:this.directives=new x({version:A}),t={resolveKnownTags:!0,schema:"core"};break;case null:this.directives&&delete this.directives,t=null;break;default:{let e=JSON.stringify(A);throw Error(`Expected '1.1', '1.2' or null as first argument, but found: ${e}`)}}if(e.schema instanceof Object)this.schema=e.schema;else if(t)this.schema=new A9(Object.assign(t,e));else throw Error("With a null YAML version, the { schema: Schema } option is required")}toJS({json:A,jsonArg:e,mapAsMap:t,maxAliasCount:r,onAnchor:n,reviver:s}={}){let i={anchors:new Map,doc:this,keep:!A,mapAsMap:!0===t,mapKeyWarned:!1,maxAliasCount:"number"==typeof r?r:100},o=D(this.contents,e??"",i);if("function"==typeof n)for(let{count:A,res:e}of i.anchors.values())n(e,A);return"function"==typeof s?k(s,{"":o},"",o):o}toJSON(A,e){return this.toJS({json:!0,jsonArg:A,mapAsMap:!1,onAnchor:e})}toString(A={}){if(this.errors.length>0)throw Error("Document with errors cannot be stringified");if("indent"in A&&(!Number.isInteger(A.indent)||0>=Number(A.indent))){let e=JSON.stringify(A.indent);throw Error(`"indent" option must be a positive integer, not ${e}`)}return function(A,e){let t=[],r=!0===e.directives;if(!1!==e.directives&&A.directives){let e=A.directives.toString(A);e?(t.push(e),r=!0):A.directives.docStart&&(r=!0)}r&&t.push("---");let n=An(A,e),{commentString:s}=n.options;if(A.commentBefore){1!==t.length&&t.unshift("");let e=s(A.commentBefore);t.unshift(J(e,""))}let i=!1,o=null;if(A.contents){if(g(A.contents)){if(A.contents.spaceBefore&&r&&t.push(""),A.contents.commentBefore){let e=s(A.contents.commentBefore);t.push(J(e,""))}n.forceBlockIndent=!!A.comment,o=A.contents.comment}let e=o?void 0:()=>i=!0,a=As(A.contents,n,()=>o=null,e);o&&(a+=X(a,"",s(o))),("|"===a[0]||">"===a[0])&&"---"===t[t.length-1]?t[t.length-1]=`--- ${a}`:t.push(a)}else t.push(As(A.contents,n));if(A.directives?.docEnd)if(A.comment){let e=s(A.comment);e.includes("\n")?(t.push("..."),t.push(J(e,""))):t.push(`... ${e}`)}else t.push("...");else{let e=A.comment;e&&i&&(e=e.replace(/^\n+/,"")),e&&((!i||o)&&""!==t[t.length-1]&&t.push(""),t.push(J(s(e),"")))}return t.join("\n")+"\n"}(this,A)}}function ee(A){if(h(A))return!0;throw Error("Expected a YAML collection as document contents")}class et extends Error{constructor(A,e,t,r){super(),this.name=A,this.code=t,this.message=r,this.pos=e}}class er extends et{constructor(A,e,t){super("YAMLParseError",A,e,t)}}class en extends et{constructor(A,e,t){super("YAMLWarning",A,e,t)}}let es=(A,e)=>t=>{if(-1===t.pos[0])return;t.linePos=t.pos.map(A=>e.linePos(A));let{line:r,col:n}=t.linePos[0];t.message+=` at line ${r}, column ${n}`;let s=n-1,i=A.substring(e.lineStarts[r-1],e.lineStarts[r]).replace(/[\n\r]+$/,"");if(s>=60&&i.length>80){let A=Math.min(s-39,i.length-79);i="…"+i.substring(A),s-=A-1}if(i.length>80&&(i=i.substring(0,79)+"…"),r>1&&/^ *$/.test(i.substring(0,s))){let t=A.substring(e.lineStarts[r-2],e.lineStarts[r-1]);t.length>80&&(t=t.substring(0,79)+"…\n"),i=t+i}if(/[^ ]/.test(i)){let A=1,e=t.linePos[1];e?.line===r&&e.col>n&&(A=Math.max(1,Math.min(e.col-n,80-s)));let o=" ".repeat(s)+"^".repeat(A);t.message+=`:
18
+
19
+ ${i}
20
+ ${o}
21
+ `}};function ei(A,{flow:e,indicator:t,next:r,offset:n,onError:s,parentIndent:i,startOnNewline:o}){let a=!1,l=o,c=o,u="",B="",f=!1,d=!1,h=null,g=null,w=null,p=null,Q=null,C=null,U=null;for(let n of A)switch(d&&("space"!==n.type&&"newline"!==n.type&&"comma"!==n.type&&s(n.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),d=!1),h&&(l&&"comment"!==n.type&&"newline"!==n.type&&s(h,"TAB_AS_INDENT","Tabs are not allowed as indentation"),h=null),n.type){case"space":!e&&("doc-start"!==t||r?.type!=="flow-collection")&&n.source.includes(" ")&&(h=n),c=!0;break;case"comment":{c||s(n,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");let A=n.source.substring(1)||" ";u?u+=B+A:u=A,B="",l=!1;break}case"newline":l?u?u+=n.source:C&&"seq-item-ind"===t||(a=!0):B+=n.source,l=!0,f=!0,(g||w)&&(p=n),c=!0;break;case"anchor":g&&s(n,"MULTIPLE_ANCHORS","A node can have at most one anchor"),n.source.endsWith(":")&&s(n.offset+n.source.length-1,"BAD_ALIAS","Anchor ending in : is ambiguous",!0),g=n,U??(U=n.offset),l=!1,c=!1,d=!0;break;case"tag":w&&s(n,"MULTIPLE_TAGS","A node can have at most one tag"),w=n,U??(U=n.offset),l=!1,c=!1,d=!0;break;case t:(g||w)&&s(n,"BAD_PROP_ORDER",`Anchors and tags must be after the ${n.source} indicator`),C&&s(n,"UNEXPECTED_TOKEN",`Unexpected ${n.source} in ${e??"collection"}`),C=n,l="seq-item-ind"===t||"explicit-key-ind"===t,c=!1;break;case"comma":if(e){Q&&s(n,"UNEXPECTED_TOKEN",`Unexpected , in ${e}`),Q=n,l=!1,c=!1;break}default:s(n,"UNEXPECTED_TOKEN",`Unexpected ${n.type} token`),l=!1,c=!1}let m=A[A.length-1],y=m?m.offset+m.source.length:n;return d&&r&&"space"!==r.type&&"newline"!==r.type&&"comma"!==r.type&&("scalar"!==r.type||""!==r.source)&&s(r.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),h&&(l&&h.indent<=i||r?.type==="block-map"||r?.type==="block-seq")&&s(h,"TAB_AS_INDENT","Tabs are not allowed as indentation"),{comma:Q,found:C,spaceBefore:a,comment:u,hasNewline:f,anchor:g,tag:w,newlineAfterProp:p,end:y,start:U??y}}function eo(A){if(!A)return null;switch(A.type){case"alias":case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":if(A.source.includes("\n"))return!0;if(A.end){for(let e of A.end)if("newline"===e.type)return!0}return!1;case"flow-collection":for(let e of A.items){for(let A of e.start)if("newline"===A.type)return!0;if(e.sep){for(let A of e.sep)if("newline"===A.type)return!0}if(eo(e.key)||eo(e.value))return!0}return!1;default:return!0}}function ea(A,e,t){if(e?.type==="flow-collection"){let r=e.end[0];r.indent===A&&("]"===r.source||"}"===r.source)&&eo(e)&&t(r,"BAD_INDENT","Flow end indicator should be more indented than parent",!0)}}function el(A,e,t){let{uniqueKeys:r}=A.options;if(!1===r)return!1;let n="function"==typeof r?r:(A,e)=>A===e||f(A)&&f(e)&&A.value===e.value;return e.some(A=>n(A.key,t))}let ec="All mapping items must start at the same column";function eu(A,e,t,r){let n="";if(A){let s=!1,i="";for(let o of A){let{source:A,type:a}=o;switch(a){case"space":s=!0;break;case"comment":{t&&!s&&r(o,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");let e=A.substring(1)||" ";n?n+=i+e:n=e,i="";break}case"newline":n&&(i+=A),s=!0;break;default:r(o,"UNEXPECTED_TOKEN",`Unexpected ${a} at node end`)}e+=A.length}}return{comment:n,offset:e}}let eB="Block collections are not allowed within flow collections",ef=A=>A&&("block-map"===A.type||"block-seq"===A.type);function ed(A,e,t,r,n,s){let i="block-map"===t.type?function({composeNode:A,composeEmptyNode:e},t,r,n,s){let i=new(s?.nodeClass??Ag)(t.schema);t.atRoot&&(t.atRoot=!1);let o=r.offset,a=null;for(let s of r.items){let{start:l,key:c,sep:u,value:B}=s,f=ei(l,{indicator:"explicit-key-ind",next:c??u?.[0],offset:o,onError:n,parentIndent:r.indent,startOnNewline:!0}),d=!f.found;if(d){if(c&&("block-seq"===c.type?n(o,"BLOCK_AS_IMPLICIT_KEY","A block sequence may not be used as an implicit map key"):"indent"in c&&c.indent!==r.indent&&n(o,"BAD_INDENT",ec)),!f.anchor&&!f.tag&&!u){a=f.end,f.comment&&(i.comment?i.comment+="\n"+f.comment:i.comment=f.comment);continue}(f.newlineAfterProp||eo(c))&&n(c??l[l.length-1],"MULTILINE_IMPLICIT_KEY","Implicit keys need to be on a single line")}else f.found?.indent!==r.indent&&n(o,"BAD_INDENT",ec);t.atKey=!0;let h=f.end,g=c?A(t,c,f,n):e(t,h,l,null,f,n);t.schema.compat&&ea(r.indent,c,n),t.atKey=!1,el(t,i.items,g)&&n(h,"DUPLICATE_KEY","Map keys must be unique");let w=ei(u??[],{indicator:"map-value-ind",next:B,offset:g.range[2],onError:n,parentIndent:r.indent,startOnNewline:!c||"block-scalar"===c.type});if(o=w.end,w.found){d&&(B?.type!=="block-map"||w.hasNewline||n(o,"BLOCK_AS_IMPLICIT_KEY","Nested mappings are not allowed in compact mappings"),t.options.strict&&f.start<w.found.offset-1024&&n(g.range,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit block mapping key"));let a=B?A(t,B,w,n):e(t,o,u,null,w,n);t.schema.compat&&ea(r.indent,B,n),o=a.range[2];let l=new AB(g,a);t.options.keepSourceTokens&&(l.srcToken=s),i.items.push(l)}else{d&&n(g.range,"MISSING_CHAR","Implicit map keys need to be followed by map values"),w.comment&&(g.comment?g.comment+="\n"+w.comment:g.comment=w.comment);let A=new AB(g);t.options.keepSourceTokens&&(A.srcToken=s),i.items.push(A)}}return a&&a<o&&n(a,"IMPOSSIBLE","Map comment with trailing content"),i.range=[r.offset,o,a??o],i}(A,e,t,r,s):"block-seq"===t.type?function({composeNode:A,composeEmptyNode:e},t,r,n,s){let i=new(s?.nodeClass??Ap)(t.schema);t.atRoot&&(t.atRoot=!1),t.atKey&&(t.atKey=!1);let o=r.offset,a=null;for(let{start:s,value:l}of r.items){let c=ei(s,{indicator:"seq-item-ind",next:l,offset:o,onError:n,parentIndent:r.indent,startOnNewline:!0});if(!c.found)if(c.anchor||c.tag||l)l?.type==="block-seq"?n(c.end,"BAD_INDENT","All sequence items must start at the same column"):n(o,"MISSING_CHAR","Sequence item without - indicator");else{a=c.end,c.comment&&(i.comment=c.comment);continue}let u=l?A(t,l,c,n):e(t,c.end,s,null,c,n);t.schema.compat&&ea(r.indent,l,n),o=u.range[2],i.items.push(u)}return i.range=[r.offset,o,a??o],i}(A,e,t,r,s):function({composeNode:A,composeEmptyNode:e},t,r,n,s){let i="{"===r.start.source,o=i?"flow map":"flow sequence",a=new(s?.nodeClass??(i?Ag:Ap))(t.schema);a.flow=!0;let l=t.atRoot;l&&(t.atRoot=!1),t.atKey&&(t.atKey=!1);let c=r.offset+r.start.source.length;for(let s=0;s<r.items.length;++s){let l=r.items[s],{start:u,key:f,sep:d,value:h}=l,g=ei(u,{flow:o,indicator:"explicit-key-ind",next:f??d?.[0],offset:c,onError:n,parentIndent:r.indent,startOnNewline:!1});if(!g.found){if(!g.anchor&&!g.tag&&!d&&!h){0===s&&g.comma?n(g.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${o}`):s<r.items.length-1&&n(g.start,"UNEXPECTED_TOKEN",`Unexpected empty item in ${o}`),g.comment&&(a.comment?a.comment+="\n"+g.comment:a.comment=g.comment),c=g.end;continue}!i&&t.options.strict&&eo(f)&&n(f,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line")}if(0===s)g.comma&&n(g.comma,"UNEXPECTED_TOKEN",`Unexpected , in ${o}`);else if(g.comma||n(g.start,"MISSING_CHAR",`Missing , between ${o} items`),g.comment){let A="";A:for(let e of u)switch(e.type){case"comma":case"space":break;case"comment":A=e.source.substring(1);break A;default:break A}if(A){let e=a.items[a.items.length-1];B(e)&&(e=e.value??e.key),e.comment?e.comment+="\n"+A:e.comment=A,g.comment=g.comment.substring(A.length+1)}}if(i||d||g.found){t.atKey=!0;let s=g.end,B=f?A(t,f,g,n):e(t,s,u,null,g,n);ef(f)&&n(B.range,"BLOCK_IN_FLOW",eB),t.atKey=!1;let w=ei(d??[],{flow:o,indicator:"map-value-ind",next:h,offset:B.range[2],onError:n,parentIndent:r.indent,startOnNewline:!1});if(w.found){if(!i&&!g.found&&t.options.strict){if(d)for(let A of d){if(A===w.found)break;if("newline"===A.type){n(A,"MULTILINE_IMPLICIT_KEY","Implicit keys of flow sequence pairs need to be on a single line");break}}g.start<w.found.offset-1024&&n(w.found,"KEY_OVER_1024_CHARS","The : indicator must be at most 1024 chars after the start of an implicit flow sequence key")}}else h&&("source"in h&&h.source?.[0]===":"?n(h,"MISSING_CHAR",`Missing space after : in ${o}`):n(w.start,"MISSING_CHAR",`Missing , or : between ${o} items`));let p=h?A(t,h,w,n):w.found?e(t,w.end,d,null,w,n):null;p?ef(h)&&n(p.range,"BLOCK_IN_FLOW",eB):w.comment&&(B.comment?B.comment+="\n"+w.comment:B.comment=w.comment);let Q=new AB(B,p);if(t.options.keepSourceTokens&&(Q.srcToken=l),i)el(t,a.items,B)&&n(s,"DUPLICATE_KEY","Map keys must be unique"),a.items.push(Q);else{let A=new Ag(t.schema);A.flow=!0,A.items.push(Q);let e=(p??B).range;A.range=[B.range[0],e[1],e[2]],a.items.push(A)}c=p?p.range[2]:w.end}else{let r=h?A(t,h,g,n):e(t,g.end,d,null,g,n);a.items.push(r),c=r.range[2],ef(h)&&n(r.range,"BLOCK_IN_FLOW",eB)}}let u=i?"}":"]",[f,...d]=r.end,h=c;if(f?.source===u)h=f.offset+f.source.length;else{let A=o[0].toUpperCase()+o.substring(1),e=l?`${A} must end with a ${u}`:`${A} in block collection must be sufficiently indented and end with a ${u}`;n(c,l?"MISSING_CHAR":"BAD_INDENT",e),f&&1!==f.source.length&&d.unshift(f)}if(d.length>0){let A=eu(d,h,t.options.strict,n);A.comment&&(a.comment?a.comment+="\n"+A.comment:a.comment=A.comment),a.range=[r.offset,h,A.offset]}else a.range=[r.offset,h,h];return a}(A,e,t,r,s),o=i.constructor;return"!"===n||n===o.tagName?i.tag=o.tagName:n&&(i.tag=n),i}function eh(A,e,t){let r=e.offset,n=function({offset:A,props:e},t,r){if("block-scalar-header"!==e[0].type)return r(e[0],"IMPOSSIBLE","Block scalar header not found"),null;let{source:n}=e[0],s=n[0],i=0,o="",a=-1;for(let e=1;e<n.length;++e){let t=n[e];if(o||"-"!==t&&"+"!==t){let r=Number(t);!i&&r?i=r:-1===a&&(a=A+e)}else o=t}-1!==a&&r(a,"UNEXPECTED_TOKEN",`Block scalar header includes extra characters: ${n}`);let l=!1,c="",u=n.length;for(let A=1;A<e.length;++A){let n=e[A];switch(n.type){case"space":l=!0;case"newline":u+=n.source.length;break;case"comment":t&&!l&&r(n,"MISSING_CHAR","Comments must be separated from other tokens by white space characters"),u+=n.source.length,c=n.source.substring(1);break;case"error":r(n,"UNEXPECTED_TOKEN",n.message),u+=n.source.length;break;default:{let A=`Unexpected token in block scalar header: ${n.type}`;r(n,"UNEXPECTED_TOKEN",A);let e=n.source;e&&"string"==typeof e&&(u+=e.length)}}}return{mode:s,indent:i,chomp:o,comment:c,length:u}}(e,A.options.strict,t);if(!n)return{value:"",type:null,comment:"",range:[r,r,r]};let s=">"===n.mode?N.BLOCK_FOLDED:N.BLOCK_LITERAL,i=e.source?function(A){let e=A.split(/\n( *)/),t=e[0],r=t.match(/^( *)/),n=[r?.[1]?[r[1],t.slice(r[1].length)]:["",t]];for(let A=1;A<e.length;A+=2)n.push([e[A],e[A+1]]);return n}(e.source):[],o=i.length;for(let A=i.length-1;A>=0;--A){let e=i[A][1];if(""===e||"\r"===e)o=A;else break}if(0===o){let A="+"===n.chomp&&i.length>0?"\n".repeat(Math.max(1,i.length-1)):"",t=r+n.length;return e.source&&(t+=e.source.length),{value:A,type:s,comment:n.comment,range:[r,t,t]}}let a=e.indent+n.indent,l=e.offset+n.length,c=0;for(let e=0;e<o;++e){let[r,s]=i[e];if(""===s||"\r"===s)0===n.indent&&r.length>a&&(a=r.length);else{r.length<a&&t(l+r.length,"MISSING_CHAR","Block scalars with more-indented leading empty lines must use an explicit indentation indicator"),0===n.indent&&(a=r.length),c=e,0!==a||A.atRoot||t(l,"BAD_INDENT","Block scalar values in collections must be indented");break}l+=r.length+s.length+1}for(let A=i.length-1;A>=o;--A)i[A][0].length>a&&(o=A+1);let u="",B="",f=!1;for(let A=0;A<c;++A)u+=i[A][0].slice(a)+"\n";for(let A=c;A<o;++A){let[e,r]=i[A];l+=e.length+r.length+1;let o="\r"===r[r.length-1];if(o&&(r=r.slice(0,-1)),r&&e.length<a){let A=n.indent?"explicit indentation indicator":"first line",s=`Block scalar lines must not be less indented than their ${A}`;t(l-r.length-(o?2:1),"BAD_INDENT",s),e=""}s===N.BLOCK_LITERAL?(u+=B+e.slice(a)+r,B="\n"):e.length>a||" "===r[0]?(" "===B?B="\n":f||"\n"!==B||(B="\n\n"),u+=B+e.slice(a)+r,B="\n",f=!0):""===r?"\n"===B?u+="\n":B="\n":(u+=B+r,B=" ",f=!1)}switch(n.chomp){case"-":break;case"+":for(let A=o;A<i.length;++A)u+="\n"+i[A][0].slice(a);"\n"!==u[u.length-1]&&(u+="\n");break;default:u+="\n"}let d=r+n.length+e.source.length;return{value:u,type:s,comment:n.comment,range:[r,d,d]}}function eg(A,e,t){let r,n,{offset:s,type:i,source:o,end:a}=A,l=(A,e,r)=>t(s+A,e,r);switch(i){case"scalar":r=N.PLAIN,n=function(A,e){let t="";switch(A[0]){case" ":t="a tab character";break;case",":t="flow indicator character ,";break;case"%":t="directive indicator character %";break;case"|":case">":t=`block scalar indicator ${A[0]}`;break;case"@":case"`":t=`reserved character ${A[0]}`}return t&&e(0,"BAD_SCALAR_START",`Plain value cannot start with ${t}`),ew(A)}(o,l);break;case"single-quoted-scalar":var c,u;r=N.QUOTE_SINGLE,c=o,u=l,("'"!==c[c.length-1]||1===c.length)&&u(c.length,"MISSING_CHAR","Missing closing 'quote"),n=ew(c.slice(1,-1)).replace(/''/g,"'");break;case"double-quoted-scalar":r=N.QUOTE_DOUBLE,n=function(A,e){let t="";for(let r=1;r<A.length-1;++r){let n=A[r];if("\r"!==n||"\n"!==A[r+1])if("\n"===n){let{fold:e,offset:n}=function(A,e){let t="",r=A[e+1];for(;(" "===r||" "===r||"\n"===r||"\r"===r)&&("\r"!==r||"\n"===A[e+2]);)"\n"===r&&(t+="\n"),e+=1,r=A[e+1];return t||(t=" "),{fold:t,offset:e}}(A,r);t+=e,r=n}else if("\\"===n){let n=A[++r],s=ep[n];if(s)t+=s;else if("\n"===n)for(n=A[r+1];" "===n||" "===n;)n=A[++r+1];else if("\r"===n&&"\n"===A[r+1])for(n=A[++r+1];" "===n||" "===n;)n=A[++r+1];else if("x"===n||"u"===n||"U"===n){let s={x:2,u:4,U:8}[n];t+=function(A,e,t,r){let n=A.substr(e,t),s=n.length===t&&/^[0-9a-fA-F]+$/.test(n)?parseInt(n,16):NaN;if(isNaN(s)){let n=A.substr(e-2,t+2);return r(e-2,"BAD_DQ_ESCAPE",`Invalid escape sequence ${n}`),n}return String.fromCodePoint(s)}(A,r+1,s,e),r+=s}else{let n=A.substr(r-1,2);e(r-1,"BAD_DQ_ESCAPE",`Invalid escape sequence ${n}`),t+=n}}else if(" "===n||" "===n){let e=r,s=A[r+1];for(;" "===s||" "===s;)s=A[++r+1];"\n"!==s&&("\r"!==s||"\n"!==A[r+2])&&(t+=r>e?A.slice(e,r+1):n)}else t+=n}return('"'!==A[A.length-1]||1===A.length)&&e(A.length,"MISSING_CHAR",'Missing closing "quote'),t}(o,l);break;default:return t(A,"UNEXPECTED_TOKEN",`Expected a flow scalar value, but found: ${i}`),{value:"",type:null,comment:"",range:[s,s+o.length,s+o.length]}}let B=s+o.length,f=eu(a,B,e,t);return{value:n,type:r,comment:f.comment,range:[s,B,f.offset]}}function ew(A){let e,t;try{e=RegExp("(.*?)(?<![ ])[ ]*\r?\n","sy"),t=RegExp("[ ]*(.*?)(?:(?<![ ])[ ]*)?\r?\n","sy")}catch{e=/(.*?)[ \t]*\r?\n/sy,t=/[ \t]*(.*?)[ \t]*\r?\n/sy}let r=e.exec(A);if(!r)return A;let n=r[1],s=" ",i=e.lastIndex;for(t.lastIndex=i;r=t.exec(A);)""===r[1]?"\n"===s?n+=s:s="\n":(n+=s+r[1],s=" "),i=t.lastIndex;let o=/[ \t]*(.*)/sy;return o.lastIndex=i,r=o.exec(A),n+s+(r?.[1]??"")}let ep={0:"\0",a:"\x07",b:"\b",e:"\x1b",f:"\f",n:"\n",r:"\r",t:" ",v:"\v",N:"…",_:" ",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\"," ":" "};function eQ(A,e,t,r){let n,s,{value:o,type:a,comment:l,range:c}="block-scalar"===e.type?eh(A,e,r):eg(e,A.options.strict,r),u=t?A.directives.tagName(t.source,A=>r(t,"TAG_RESOLVE_FAILED",A)):null;n=A.options.stringKeys&&A.atKey?A.schema[i]:u?function(A,e,t,r,n){if("!"===t)return A[i];let s=[];for(let e of A.tags)if(!e.collection&&e.tag===t)if(!e.default||!e.test)return e;else s.push(e);for(let A of s)if(A.test?.test(e))return A;let o=A.knownTags[t];return o&&!o.collection?(A.tags.push(Object.assign({},o,{default:!1,test:void 0})),o):(n(r,"TAG_RESOLVE_FAILED",`Unresolved tag: ${t}`,"tag:yaml.org,2002:str"!==t),A[i])}(A.schema,o,u,t,r):"scalar"===e.type?function({atKey:A,directives:e,schema:t},r,n,s){let o=t.tags.find(e=>(!0===e.default||A&&"key"===e.default)&&e.test?.test(r))||t[i];if(t.compat){let A=t.compat.find(A=>A.default&&A.test?.test(r))??t[i];if(o.tag!==A.tag){let t=e.tagString(o.tag),r=e.tagString(A.tag);s(n,"TAG_RESOLVE_FAILED",`Value may be parsed as either ${t} or ${r}`,!0)}}return o}(A,o,e,r):A.schema[i];try{let i=n.resolve(o,A=>r(t??e,"TAG_RESOLVE_FAILED",A),A.options);s=f(i)?i:new N(i)}catch(A){r(t??e,"TAG_RESOLVE_FAILED",A instanceof Error?A.message:String(A)),s=new N(o)}return s.range=c,s.source=o,a&&(s.type=a),u&&(s.tag=u),n.format&&(s.format=n.format),l&&(s.comment=l),s}let eC={composeNode:eU,composeEmptyNode:em};function eU(A,e,t,r){let n,s=A.atKey,{spaceBefore:i,comment:o,anchor:a,tag:l}=t,c=!0;switch(e.type){case"alias":n=function({options:A},{offset:e,source:t,end:r},n){let s=new O(t.substring(1));""===s.source&&n(e,"BAD_ALIAS","Alias cannot be an empty string"),s.source.endsWith(":")&&n(e+t.length-1,"BAD_ALIAS","Alias ending in : is ambiguous",!0);let i=e+t.length,o=eu(r,i,A.strict,n);return s.range=[e,i,o.offset],o.comment&&(s.comment=o.comment),s}(A,e,r),(a||l)&&r(e,"ALIAS_PROPS","An alias node must not specify any properties");break;case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"block-scalar":n=eQ(A,e,l,r),a&&(n.anchor=a.source.substring(1));break;case"block-map":case"block-seq":case"flow-collection":n=function(A,e,t,r,n){let s=r.tag,i=s?e.directives.tagName(s.source,A=>n(s,"TAG_RESOLVE_FAILED",A)):null;if("block-seq"===t.type){let{anchor:A,newlineAfterProp:e}=r,t=A&&s?A.offset>s.offset?A:s:A??s;t&&(!e||e.offset<t.offset)&&n(t,"MISSING_CHAR","Missing newline after block sequence props")}let o="block-map"===t.type?"map":"block-seq"===t.type?"seq":"{"===t.start.source?"map":"seq";if(!s||!i||"!"===i||i===Ag.tagName&&"map"===o||i===Ap.tagName&&"seq"===o)return ed(A,e,t,n,i);let a=e.schema.tags.find(A=>A.tag===i&&A.collection===o);if(!a){let r=e.schema.knownTags[i];if(r?.collection!==o)return r?n(s,"BAD_COLLECTION_TYPE",`${r.tag} used for ${o} collection, but expects ${r.collection??"scalar"}`,!0):n(s,"TAG_RESOLVE_FAILED",`Unresolved tag: ${i}`,!0),ed(A,e,t,n,i);e.schema.tags.push(Object.assign({},r,{default:!1})),a=r}let l=ed(A,e,t,n,i,a),c=a.resolve?.(l,A=>n(s,"TAG_RESOLVE_FAILED",A),e.options)??l,u=g(c)?c:new N(c);return u.range=l.range,u.tag=i,a?.format&&(u.format=a.format),u}(eC,A,e,t,r),a&&(n.anchor=a.source.substring(1));break;default:{let s="error"===e.type?e.message:`Unsupported token (type: ${e.type})`;r(e,"UNEXPECTED_TOKEN",s),n=em(A,e.offset,void 0,null,t,r),c=!1}}return a&&""===n.anchor&&r(a,"BAD_ALIAS","Anchor cannot be an empty string"),s&&A.options.stringKeys&&(!f(n)||"string"!=typeof n.value||n.tag&&"tag:yaml.org,2002:str"!==n.tag)&&r(l??e,"NON_STRING_KEY","With stringKeys, all keys must be strings"),i&&(n.spaceBefore=!0),o&&("scalar"===e.type&&""===e.source?n.comment=o:n.commentBefore=o),A.options.keepSourceTokens&&c&&(n.srcToken=e),n}function em(A,e,t,r,{spaceBefore:n,comment:s,anchor:i,tag:o,end:a},l){let c=eQ(A,{type:"scalar",offset:function(A,e,t){if(e){t??(t=e.length);for(let r=t-1;r>=0;--r){let t=e[r];switch(t.type){case"space":case"comment":case"newline":A-=t.source.length;continue}for(t=e[++r];t?.type==="space";)A+=t.source.length,t=e[++r];break}}return A}(e,t,r),indent:-1,source:""},o,l);return i&&(c.anchor=i.source.substring(1),""===c.anchor&&l(i,"BAD_ALIAS","Anchor cannot be an empty string")),n&&(c.spaceBefore=!0),s&&(c.comment=s,c.range[2]=a),c}function ey(A){if("number"==typeof A)return[A,A+1];if(Array.isArray(A))return 2===A.length?A:[A[0],A[1]];let{offset:e,source:t}=A;return[e,e+("string"==typeof t?t.length:1)]}function eF(A){let e="",t=!1,r=!1;for(let n=0;n<A.length;++n){let s=A[n];switch(s[0]){case"#":e+=(""===e?"":r?"\n\n":"\n")+(s.substring(1)||" "),t=!0,r=!1;break;case"%":A[n+1]?.[0]!=="#"&&(n+=1),t=!1;break;default:t||(r=!0),t=!1}}return{comment:e,afterEmptyLine:r}}class eb{constructor(A={}){this.doc=null,this.atDirectives=!1,this.prelude=[],this.errors=[],this.warnings=[],this.onError=(A,e,t,r)=>{let n=ey(A);r?this.warnings.push(new en(n,e,t)):this.errors.push(new er(n,e,t))},this.directives=new x({version:A.version||"1.2"}),this.options=A}decorate(A,e){let{comment:t,afterEmptyLine:r}=eF(this.prelude);if(t){let n=A.contents;if(e)A.comment=A.comment?`${A.comment}
22
+ ${t}`:t;else if(r||A.directives.docStart||!n)A.commentBefore=t;else if(h(n)&&!n.flow&&n.items.length>0){let A=n.items[0];B(A)&&(A=A.key);let e=A.commentBefore;A.commentBefore=e?`${t}
23
+ ${e}`:t}else{let A=n.commentBefore;n.commentBefore=A?`${t}
24
+ ${A}`:t}}e?(Array.prototype.push.apply(A.errors,this.errors),Array.prototype.push.apply(A.warnings,this.warnings)):(A.errors=this.errors,A.warnings=this.warnings),this.prelude=[],this.errors=[],this.warnings=[]}streamInfo(){return{comment:eF(this.prelude).comment,directives:this.directives,errors:this.errors,warnings:this.warnings}}*compose(A,e=!1,t=-1){for(let e of A)yield*this.next(e);yield*this.end(e,t)}*next(A){switch(A.type){case"directive":this.directives.add(A.source,(e,t,r)=>{let n=ey(A);n[0]+=e,this.onError(n,"BAD_DIRECTIVE",t,r)}),this.prelude.push(A.source),this.atDirectives=!0;break;case"document":{let e=function(A,e,{offset:t,start:r,value:n,end:s},i){let o=new eA(void 0,Object.assign({_directives:e},A)),a={atKey:!1,atRoot:!0,directives:o.directives,options:o.options,schema:o.schema},l=ei(r,{indicator:"doc-start",next:n??s?.[0],offset:t,onError:i,parentIndent:0,startOnNewline:!0});l.found&&(o.directives.docStart=!0,n&&("block-map"===n.type||"block-seq"===n.type)&&!l.hasNewline&&i(l.end,"MISSING_CHAR","Block collection cannot start on same line with directives-end marker")),o.contents=n?eU(a,n,l,i):em(a,l.end,r,null,l,i);let c=o.contents.range[2],u=eu(s,c,!1,i);return u.comment&&(o.comment=u.comment),o.range=[t,c,u.offset],o}(this.options,this.directives,A,this.onError);this.atDirectives&&!e.directives.docStart&&this.onError(A,"MISSING_CHAR","Missing directives-end/doc-start indicator line"),this.decorate(e,!1),this.doc&&(yield this.doc),this.doc=e,this.atDirectives=!1;break}case"byte-order-mark":case"space":break;case"comment":case"newline":this.prelude.push(A.source);break;case"error":{let e=A.source?`${A.message}: ${JSON.stringify(A.source)}`:A.message,t=new er(ey(A),"UNEXPECTED_TOKEN",e);this.atDirectives||!this.doc?this.errors.push(t):this.doc.errors.push(t);break}case"doc-end":{if(!this.doc){this.errors.push(new er(ey(A),"UNEXPECTED_TOKEN","Unexpected doc-end without preceding document"));break}this.doc.directives.docEnd=!0;let e=eu(A.end,A.offset+A.source.length,this.doc.options.strict,this.onError);if(this.decorate(this.doc,!0),e.comment){let A=this.doc.comment;this.doc.comment=A?`${A}
25
+ ${e.comment}`:e.comment}this.doc.range[2]=e.offset;break}default:this.errors.push(new er(ey(A),"UNEXPECTED_TOKEN",`Unsupported token ${A.type}`))}}*end(A=!1,e=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(A){let A=new eA(void 0,Object.assign({_directives:this.directives},this.options));this.atDirectives&&this.onError(e,"MISSING_CHAR","Missing directives-end indicator line"),A.range=[0,e,e],this.decorate(A,!1),yield A}}}function eE(A,e=!0,t){if(A){let r=(A,e,r)=>{let n="number"==typeof A?A:Array.isArray(A)?A[0]:A.offset;if(t)t(n,e,r);else throw new er([n,n+1],e,r)};switch(A.type){case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return eg(A,e,r);case"block-scalar":return eh({options:{strict:e}},A,r)}}return null}function ev(A,e){let{implicitKey:t=!1,indent:r,inFlow:n=!1,offset:s=-1,type:i="PLAIN"}=e,o=Ar({type:i,value:A},{implicitKey:t,indent:r>0?" ".repeat(r):"",inFlow:n,options:{blockQuote:!0,lineWidth:-1}}),a=e.end??[{type:"newline",offset:-1,indent:r,source:"\n"}];switch(o[0]){case"|":case">":{let A=o.indexOf("\n"),e=o.substring(0,A),t=o.substring(A+1)+"\n",n=[{type:"block-scalar-header",offset:s,indent:r,source:e}];return eI(n,a)||n.push({type:"newline",offset:-1,indent:r,source:"\n"}),{type:"block-scalar",offset:s,indent:r,props:n,source:t}}case'"':return{type:"double-quoted-scalar",offset:s,indent:r,source:o,end:a};case"'":return{type:"single-quoted-scalar",offset:s,indent:r,source:o,end:a};default:return{type:"scalar",offset:s,indent:r,source:o,end:a}}}function eH(A,e,t={}){let{afterKey:r=!1,implicitKey:n=!1,inFlow:s=!1,type:i}=t,o="indent"in A?A.indent:null;if(r&&"number"==typeof o&&(o+=2),!i)switch(A.type){case"single-quoted-scalar":i="QUOTE_SINGLE";break;case"double-quoted-scalar":i="QUOTE_DOUBLE";break;case"block-scalar":{let e=A.props[0];if("block-scalar-header"!==e.type)throw Error("Invalid block scalar header");i=">"===e.source[0]?"BLOCK_FOLDED":"BLOCK_LITERAL";break}default:i="PLAIN"}let a=Ar({type:i,value:e},{implicitKey:n||null===o,indent:null!==o&&o>0?" ".repeat(o):"",inFlow:s,options:{blockQuote:!0,lineWidth:-1}});switch(a[0]){case"|":case">":!function(A,e){let t=e.indexOf("\n"),r=e.substring(0,t),n=e.substring(t+1)+"\n";if("block-scalar"===A.type){let e=A.props[0];if("block-scalar-header"!==e.type)throw Error("Invalid block scalar header");e.source=r,A.source=n}else{let{offset:e}=A,t="indent"in A?A.indent:-1,s=[{type:"block-scalar-header",offset:e,indent:t,source:r}];for(let e of(eI(s,"end"in A?A.end:void 0)||s.push({type:"newline",offset:-1,indent:t,source:"\n"}),Object.keys(A)))"type"!==e&&"offset"!==e&&delete A[e];Object.assign(A,{type:"block-scalar",indent:t,props:s,source:n})}}(A,a);break;case'"':ex(A,a,"double-quoted-scalar");break;case"'":ex(A,a,"single-quoted-scalar");break;default:ex(A,a,"scalar")}}function eI(A,e){if(e)for(let t of e)switch(t.type){case"space":case"comment":A.push(t);break;case"newline":return A.push(t),!0}return!1}function ex(A,e,t){switch(A.type){case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":A.type=t,A.source=e;break;case"block-scalar":{let r=A.props.slice(1),n=e.length;for(let e of("block-scalar-header"===A.props[0].type&&(n-=A.props[0].source.length),r))e.offset+=n;delete A.props,Object.assign(A,{type:t,source:e,end:r});break}case"block-map":case"block-seq":{let r={type:"newline",offset:A.offset+e.length,indent:A.indent,source:"\n"};delete A.items,Object.assign(A,{type:t,source:e,end:[r]});break}default:{let r="indent"in A?A.indent:-1,n="end"in A&&Array.isArray(A.end)?A.end.filter(A=>"space"===A.type||"comment"===A.type||"newline"===A.type):[];for(let e of Object.keys(A))"type"!==e&&"offset"!==e&&delete A[e];Object.assign(A,{type:t,indent:r,source:e,end:n})}}}let eS=A=>"type"in A?eK(A):eL(A);function eK(A){switch(A.type){case"block-scalar":{let e="";for(let t of A.props)e+=eK(t);return e+A.source}case"block-map":case"block-seq":{let e="";for(let t of A.items)e+=eL(t);return e}case"flow-collection":{let e=A.start.source;for(let t of A.items)e+=eL(t);for(let t of A.end)e+=t.source;return e}case"document":{let e=eL(A);if(A.end)for(let t of A.end)e+=t.source;return e}default:{let e=A.source;if("end"in A&&A.end)for(let t of A.end)e+=t.source;return e}}}function eL({start:A,key:e,sep:t,value:r}){let n="";for(let e of A)n+=e.source;if(e&&(n+=eK(e)),t)for(let A of t)n+=A.source;return r&&(n+=eK(r)),n}let ek=Symbol("break visit"),eD=Symbol("skip children"),eT=Symbol("remove item");function eO(A,e){"type"in A&&"document"===A.type&&(A={start:A.start,value:A.value}),function A(e,t,r){let n=r(t,e);if("symbol"==typeof n)return n;for(let s of["key","value"]){let i=t[s];if(i&&"items"in i){for(let t=0;t<i.items.length;++t){let n=A(Object.freeze(e.concat([[s,t]])),i.items[t],r);if("number"==typeof n)t=n-1;else{if(n===ek)return ek;n===eT&&(i.items.splice(t,1),t-=1)}}"function"==typeof n&&"key"===s&&(n=n(t,e))}}return"function"==typeof n?n(t,e):n}(Object.freeze([]),A,e)}eO.BREAK=ek,eO.SKIP=eD,eO.REMOVE=eT,eO.itemAtPath=(A,e)=>{let t=A;for(let[A,r]of e){let e=t?.[A];if(!e||!("items"in e))return;t=e.items[r]}return t},eO.parentCollection=(A,e)=>{let t=eO.itemAtPath(A,e.slice(0,-1)),r=e[e.length-1][0],n=t?.[r];if(n&&"items"in n)return n;throw Error("Parent collection not found")};let eM=A=>!!A&&"items"in A,eN=A=>!!A&&("scalar"===A.type||"single-quoted-scalar"===A.type||"double-quoted-scalar"===A.type||"block-scalar"===A.type);function eR(A){switch(A){case"\uFEFF":return"<BOM>";case"\x02":return"<DOC>";case"\x18":return"<FLOW_END>";case"\x1f":return"<SCALAR>";default:return JSON.stringify(A)}}function eG(A){switch(A){case"\uFEFF":return"byte-order-mark";case"\x02":return"doc-mode";case"\x18":return"flow-error-end";case"\x1f":return"scalar";case"---":return"doc-start";case"...":return"doc-end";case"":case"\n":case"\r\n":return"newline";case"-":return"seq-item-ind";case"?":return"explicit-key-ind";case":":return"map-value-ind";case"{":return"flow-map-start";case"}":return"flow-map-end";case"[":return"flow-seq-start";case"]":return"flow-seq-end";case",":return"comma"}switch(A[0]){case" ":case" ":return"space";case"#":return"comment";case"%":return"directive-line";case"*":return"alias";case"&":return"anchor";case"!":return"tag";case"'":return"single-quoted-scalar";case'"':return"double-quoted-scalar";case"|":case">":return"block-scalar-header"}return null}A.s(["BOM",()=>"\uFEFF","DOCUMENT",()=>"\x02","FLOW_END",()=>"\x18","SCALAR",()=>"\x1f","isCollection",()=>eM,"isScalar",()=>eN,"prettyToken",()=>eR,"tokenType",()=>eG],111373),A.i(111373),A.s(["BOM",()=>"\uFEFF","DOCUMENT",()=>"\x02","FLOW_END",()=>"\x18","SCALAR",()=>"\x1f","createScalarToken",()=>ev,"isCollection",()=>eM,"isScalar",()=>eN,"prettyToken",()=>eR,"resolveAsScalar",()=>eE,"setScalarValue",()=>eH,"stringify",()=>eS,"tokenType",()=>eG,"visit",()=>eO],935170);var eV=A.i(935170);function eP(A){switch(A){case void 0:case" ":case"\n":case"\r":case" ":return!0;default:return!1}}let e_=new Set("0123456789ABCDEFabcdef"),eJ=new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()"),eX=new Set(",[]{}"),ej=new Set(" ,[]{}\n\r "),eW=A=>!A||ej.has(A);class eY{constructor(){this.atEnd=!1,this.blockScalarIndent=-1,this.blockScalarKeep=!1,this.buffer="",this.flowKey=!1,this.flowLevel=0,this.indentNext=0,this.indentValue=0,this.lineEndPos=null,this.next=null,this.pos=0}*lex(A,e=!1){if(A){if("string"!=typeof A)throw TypeError("source is not a string");this.buffer=this.buffer?this.buffer+A:A,this.lineEndPos=null}this.atEnd=!e;let t=this.next??"stream";for(;t&&(e||this.hasChars(1));)t=yield*this.parseNext(t)}atLineEnd(){let A=this.pos,e=this.buffer[A];for(;" "===e||" "===e;)e=this.buffer[++A];return!e||"#"===e||"\n"===e||"\r"===e&&"\n"===this.buffer[A+1]}charAt(A){return this.buffer[this.pos+A]}continueScalar(A){let e=this.buffer[A];if(this.indentNext>0){let t=0;for(;" "===e;)e=this.buffer[++t+A];if("\r"===e){let e=this.buffer[t+A+1];if("\n"===e||!e&&!this.atEnd)return A+t+1}return"\n"!==e&&!(t>=this.indentNext)&&(e||this.atEnd)?-1:A+t}if("-"===e||"."===e){let e=this.buffer.substr(A,3);if(("---"===e||"..."===e)&&eP(this.buffer[A+3]))return -1}return A}getLine(){let A=this.lineEndPos;return(("number"!=typeof A||-1!==A&&A<this.pos)&&(A=this.buffer.indexOf("\n",this.pos),this.lineEndPos=A),-1===A)?this.atEnd?this.buffer.substring(this.pos):null:("\r"===this.buffer[A-1]&&(A-=1),this.buffer.substring(this.pos,A))}hasChars(A){return this.pos+A<=this.buffer.length}setNext(A){return this.buffer=this.buffer.substring(this.pos),this.pos=0,this.lineEndPos=null,this.next=A,null}peek(A){return this.buffer.substr(this.pos,A)}*parseNext(A){switch(A){case"stream":return yield*this.parseStream();case"line-start":return yield*this.parseLineStart();case"block-start":return yield*this.parseBlockStart();case"doc":return yield*this.parseDocument();case"flow":return yield*this.parseFlowCollection();case"quoted-scalar":return yield*this.parseQuotedScalar();case"block-scalar":return yield*this.parseBlockScalar();case"plain-scalar":return yield*this.parsePlainScalar()}}*parseStream(){let A=this.getLine();if(null===A)return this.setNext("stream");if("\uFEFF"===A[0]&&(yield*this.pushCount(1),A=A.substring(1)),"%"===A[0]){let e=A.length,t=A.indexOf("#");for(;-1!==t;){let r=A[t-1];if(" "===r||" "===r){e=t-1;break}t=A.indexOf("#",t+1)}for(;;){let t=A[e-1];if(" "===t||" "===t)e-=1;else break}let r=(yield*this.pushCount(e))+(yield*this.pushSpaces(!0));return yield*this.pushCount(A.length-r),this.pushNewline(),"stream"}if(this.atLineEnd()){let e=yield*this.pushSpaces(!0);return yield*this.pushCount(A.length-e),yield*this.pushNewline(),"stream"}return yield"\x02",yield*this.parseLineStart()}*parseLineStart(){let A=this.charAt(0);if(!A&&!this.atEnd)return this.setNext("line-start");if("-"===A||"."===A){if(!this.atEnd&&!this.hasChars(4))return this.setNext("line-start");let A=this.peek(3);if(("---"===A||"..."===A)&&eP(this.charAt(3)))return yield*this.pushCount(3),this.indentValue=0,this.indentNext=0,"---"===A?"doc":"stream"}return this.indentValue=yield*this.pushSpaces(!1),this.indentNext>this.indentValue&&!eP(this.charAt(1))&&(this.indentNext=this.indentValue),yield*this.parseBlockStart()}*parseBlockStart(){let[A,e]=this.peek(2);if(!e&&!this.atEnd)return this.setNext("block-start");if(("-"===A||"?"===A||":"===A)&&eP(e)){let A=(yield*this.pushCount(1))+(yield*this.pushSpaces(!0));return this.indentNext=this.indentValue+1,this.indentValue+=A,yield*this.parseBlockStart()}return"doc"}*parseDocument(){yield*this.pushSpaces(!0);let A=this.getLine();if(null===A)return this.setNext("doc");let e=yield*this.pushIndicators();switch(A[e]){case"#":yield*this.pushCount(A.length-e);case void 0:return yield*this.pushNewline(),yield*this.parseLineStart();case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel=1,"flow";case"}":case"]":return yield*this.pushCount(1),"doc";case"*":return yield*this.pushUntil(eW),"doc";case'"':case"'":return yield*this.parseQuotedScalar();case"|":case">":return e+=yield*this.parseBlockScalarHeader(),e+=yield*this.pushSpaces(!0),yield*this.pushCount(A.length-e),yield*this.pushNewline(),yield*this.parseBlockScalar();default:return yield*this.parsePlainScalar()}}*parseFlowCollection(){let A,e,t=-1;do(A=yield*this.pushNewline())>0?(e=yield*this.pushSpaces(!1),this.indentValue=t=e):e=0,e+=yield*this.pushSpaces(!0);while(A+e>0)let r=this.getLine();if(null===r)return this.setNext("flow");if((-1!==t&&t<this.indentNext&&"#"!==r[0]||0===t&&(r.startsWith("---")||r.startsWith("..."))&&eP(r[3]))&&(t!==this.indentNext-1||1!==this.flowLevel||"]"!==r[0]&&"}"!==r[0]))return this.flowLevel=0,yield"\x18",yield*this.parseLineStart();let n=0;for(;","===r[n];)n+=yield*this.pushCount(1),n+=yield*this.pushSpaces(!0),this.flowKey=!1;switch(r[n+=yield*this.pushIndicators()]){case void 0:return"flow";case"#":return yield*this.pushCount(r.length-n),"flow";case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel+=1,"flow";case"}":case"]":return yield*this.pushCount(1),this.flowKey=!0,this.flowLevel-=1,this.flowLevel?"flow":"doc";case"*":return yield*this.pushUntil(eW),"flow";case'"':case"'":return this.flowKey=!0,yield*this.parseQuotedScalar();case":":{let A=this.charAt(1);if(this.flowKey||eP(A)||","===A)return this.flowKey=!1,yield*this.pushCount(1),yield*this.pushSpaces(!0),"flow"}default:return this.flowKey=!1,yield*this.parsePlainScalar()}}*parseQuotedScalar(){let A=this.charAt(0),e=this.buffer.indexOf(A,this.pos+1);if("'"===A)for(;-1!==e&&"'"===this.buffer[e+1];)e=this.buffer.indexOf("'",e+2);else for(;-1!==e;){let A=0;for(;"\\"===this.buffer[e-1-A];)A+=1;if(A%2==0)break;e=this.buffer.indexOf('"',e+1)}let t=this.buffer.substring(0,e),r=t.indexOf("\n",this.pos);if(-1!==r){for(;-1!==r;){let A=this.continueScalar(r+1);if(-1===A)break;r=t.indexOf("\n",A)}-1!==r&&(e=r-("\r"===t[r-1]?2:1))}if(-1===e){if(!this.atEnd)return this.setNext("quoted-scalar");e=this.buffer.length}return yield*this.pushToIndex(e+1,!1),this.flowLevel?"flow":"doc"}*parseBlockScalarHeader(){this.blockScalarIndent=-1,this.blockScalarKeep=!1;let A=this.pos;for(;;){let e=this.buffer[++A];if("+"===e)this.blockScalarKeep=!0;else if(e>"0"&&e<="9")this.blockScalarIndent=Number(e)-1;else if("-"!==e)break}return yield*this.pushUntil(A=>eP(A)||"#"===A)}*parseBlockScalar(){let A,e=this.pos-1,t=0;A:for(let r=this.pos;A=this.buffer[r];++r)switch(A){case" ":t+=1;break;case"\n":e=r,t=0;break;case"\r":{let A=this.buffer[r+1];if(!A&&!this.atEnd)return this.setNext("block-scalar");if("\n"===A)break}default:break A}if(!A&&!this.atEnd)return this.setNext("block-scalar");if(t>=this.indentNext){-1===this.blockScalarIndent?this.indentNext=t:this.indentNext=this.blockScalarIndent+(0===this.indentNext?1:this.indentNext);do{let A=this.continueScalar(e+1);if(-1===A)break;e=this.buffer.indexOf("\n",A)}while(-1!==e)if(-1===e){if(!this.atEnd)return this.setNext("block-scalar");e=this.buffer.length}}let r=e+1;for(A=this.buffer[r];" "===A;)A=this.buffer[++r];if(" "===A){for(;" "===A||" "===A||"\r"===A||"\n"===A;)A=this.buffer[++r];e=r-1}else if(!this.blockScalarKeep)for(;;){let A=e-1,r=this.buffer[A];"\r"===r&&(r=this.buffer[--A]);let n=A;for(;" "===r;)r=this.buffer[--A];if("\n"===r&&A>=this.pos&&A+1+t>n)e=A;else break}return yield"\x1f",yield*this.pushToIndex(e+1,!0),yield*this.parseLineStart()}*parsePlainScalar(){let A,e=this.flowLevel>0,t=this.pos-1,r=this.pos-1;for(;A=this.buffer[++r];)if(":"===A){let A=this.buffer[r+1];if(eP(A)||e&&eX.has(A))break;t=r}else if(eP(A)){let n=this.buffer[r+1];if("\r"===A&&("\n"===n?(r+=1,A="\n",n=this.buffer[r+1]):t=r),"#"===n||e&&eX.has(n))break;if("\n"===A){let A=this.continueScalar(r+1);if(-1===A)break;r=Math.max(r,A-2)}}else{if(e&&eX.has(A))break;t=r}return A||this.atEnd?(yield"\x1f",yield*this.pushToIndex(t+1,!0),e?"flow":"doc"):this.setNext("plain-scalar")}*pushCount(A){return A>0?(yield this.buffer.substr(this.pos,A),this.pos+=A,A):0}*pushToIndex(A,e){let t=this.buffer.slice(this.pos,A);return t?(yield t,this.pos+=t.length,t.length):(e&&(yield""),0)}*pushIndicators(){switch(this.charAt(0)){case"!":return(yield*this.pushTag())+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"&":return(yield*this.pushUntil(eW))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators());case"-":case"?":case":":{let A=this.flowLevel>0,e=this.charAt(1);if(eP(e)||A&&eX.has(e))return A?this.flowKey&&(this.flowKey=!1):this.indentNext=this.indentValue+1,(yield*this.pushCount(1))+(yield*this.pushSpaces(!0))+(yield*this.pushIndicators())}}return 0}*pushTag(){if("<"===this.charAt(1)){let A=this.pos+2,e=this.buffer[A];for(;!eP(e)&&">"!==e;)e=this.buffer[++A];return yield*this.pushToIndex(">"===e?A+1:A,!1)}{let A=this.pos+1,e=this.buffer[A];for(;e;)if(eJ.has(e))e=this.buffer[++A];else if("%"===e&&e_.has(this.buffer[A+1])&&e_.has(this.buffer[A+2]))e=this.buffer[A+=3];else break;return yield*this.pushToIndex(A,!1)}}*pushNewline(){let A=this.buffer[this.pos];return"\n"===A?yield*this.pushCount(1):"\r"===A&&"\n"===this.charAt(1)?yield*this.pushCount(2):0}*pushSpaces(A){let e,t=this.pos-1;do e=this.buffer[++t];while(" "===e||A&&" "===e)let r=t-this.pos;return r>0&&(yield this.buffer.substr(this.pos,r),this.pos=t),r}*pushUntil(A){let e=this.pos,t=this.buffer[e];for(;!A(t);)t=this.buffer[++e];return yield*this.pushToIndex(e,!1)}}class e${constructor(){this.lineStarts=[],this.addNewLine=A=>this.lineStarts.push(A),this.linePos=A=>{let e=0,t=this.lineStarts.length;for(;e<t;){let r=e+t>>1;this.lineStarts[r]<A?e=r+1:t=r}if(this.lineStarts[e]===A)return{line:e+1,col:1};if(0===e)return{line:0,col:A};let r=this.lineStarts[e-1];return{line:e,col:A-r+1}}}}function ez(A,e){for(let t=0;t<A.length;++t)if(A[t].type===e)return!0;return!1}function eZ(A){for(let e=0;e<A.length;++e)switch(A[e].type){case"space":case"comment":case"newline":break;default:return e}return -1}function eq(A){switch(A?.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"flow-collection":return!0;default:return!1}}function e0(A){switch(A.type){case"document":return A.start;case"block-map":{let e=A.items[A.items.length-1];return e.sep??e.start}case"block-seq":return A.items[A.items.length-1].start;default:return[]}}function e1(A){if(0===A.length)return[];let e=A.length;A:for(;--e>=0;)switch(A[e].type){case"doc-start":case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":case"newline":break A}for(;A[++e]?.type==="space";);return A.splice(e,A.length)}function e4(A){if("flow-seq-start"===A.start.type)for(let e of A.items)!e.sep||e.value||ez(e.start,"explicit-key-ind")||ez(e.sep,"map-value-ind")||(e.key&&(e.value=e.key),delete e.key,eq(e.value)?e.value.end?Array.prototype.push.apply(e.value.end,e.sep):e.value.end=e.sep:Array.prototype.push.apply(e.start,e.sep),delete e.sep)}class e2{constructor(A){this.atNewLine=!0,this.atScalar=!1,this.indent=0,this.offset=0,this.onKeyLine=!1,this.stack=[],this.source="",this.type="",this.lexer=new eY,this.onNewLine=A}*parse(A,e=!1){for(let t of(this.onNewLine&&0===this.offset&&this.onNewLine(0),this.lexer.lex(A,e)))yield*this.next(t);e||(yield*this.end())}*next(A){if(this.source=A,this.atScalar){this.atScalar=!1,yield*this.step(),this.offset+=A.length;return}let e=eG(A);if(e)if("scalar"===e)this.atNewLine=!1,this.atScalar=!0,this.type="scalar";else{switch(this.type=e,yield*this.step(),e){case"newline":this.atNewLine=!0,this.indent=0,this.onNewLine&&this.onNewLine(this.offset+A.length);break;case"space":this.atNewLine&&" "===A[0]&&(this.indent+=A.length);break;case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":this.atNewLine&&(this.indent+=A.length);break;case"doc-mode":case"flow-error-end":return;default:this.atNewLine=!1}this.offset+=A.length}else{let e=`Not a YAML token: ${A}`;yield*this.pop({type:"error",offset:this.offset,message:e,source:A}),this.offset+=A.length}}*end(){for(;this.stack.length>0;)yield*this.pop()}get sourceToken(){return{type:this.type,offset:this.offset,indent:this.indent,source:this.source}}*step(){let A=this.peek(1);if("doc-end"===this.type&&A?.type!=="doc-end"){for(;this.stack.length>0;)yield*this.pop();this.stack.push({type:"doc-end",offset:this.offset,source:this.source});return}if(!A)return yield*this.stream();switch(A.type){case"document":return yield*this.document(A);case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return yield*this.scalar(A);case"block-scalar":return yield*this.blockScalar(A);case"block-map":return yield*this.blockMap(A);case"block-seq":return yield*this.blockSequence(A);case"flow-collection":return yield*this.flowCollection(A);case"doc-end":return yield*this.documentEnd(A)}yield*this.pop()}peek(A){return this.stack[this.stack.length-A]}*pop(A){let e=A??this.stack.pop();if(e)if(0===this.stack.length)yield e;else{let A=this.peek(1);switch("block-scalar"===e.type?e.indent="indent"in A?A.indent:0:"flow-collection"===e.type&&"document"===A.type&&(e.indent=0),"flow-collection"===e.type&&e4(e),A.type){case"document":A.value=e;break;case"block-scalar":A.props.push(e);break;case"block-map":{let t=A.items[A.items.length-1];if(t.value){A.items.push({start:[],key:e,sep:[]}),this.onKeyLine=!0;return}if(t.sep)t.value=e;else{Object.assign(t,{key:e,sep:[]}),this.onKeyLine=!t.explicitKey;return}break}case"block-seq":{let t=A.items[A.items.length-1];t.value?A.items.push({start:[],value:e}):t.value=e;break}case"flow-collection":{let t=A.items[A.items.length-1];!t||t.value?A.items.push({start:[],key:e,sep:[]}):t.sep?t.value=e:Object.assign(t,{key:e,sep:[]});return}default:yield*this.pop(),yield*this.pop(e)}if(("document"===A.type||"block-map"===A.type||"block-seq"===A.type)&&("block-map"===e.type||"block-seq"===e.type)){let t=e.items[e.items.length-1];t&&!t.sep&&!t.value&&t.start.length>0&&-1===eZ(t.start)&&(0===e.indent||t.start.every(A=>"comment"!==A.type||A.indent<e.indent))&&("document"===A.type?A.end=t.start:A.items.push({start:t.start}),e.items.splice(-1,1))}}else yield{type:"error",offset:this.offset,source:"",message:"Tried to pop an empty stack"}}*stream(){switch(this.type){case"directive-line":yield{type:"directive",offset:this.offset,source:this.source};return;case"byte-order-mark":case"space":case"comment":case"newline":yield this.sourceToken;return;case"doc-mode":case"doc-start":{let A={type:"document",offset:this.offset,start:[]};"doc-start"===this.type&&A.start.push(this.sourceToken),this.stack.push(A);return}}yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML stream`,source:this.source}}*document(A){if(A.value)return yield*this.lineEnd(A);switch(this.type){case"doc-start":-1!==eZ(A.start)?(yield*this.pop(),yield*this.step()):A.start.push(this.sourceToken);return;case"anchor":case"tag":case"space":case"comment":case"newline":A.start.push(this.sourceToken);return}let e=this.startBlockValue(A);e?this.stack.push(e):yield{type:"error",offset:this.offset,message:`Unexpected ${this.type} token in YAML document`,source:this.source}}*scalar(A){if("map-value-ind"===this.type){let e,t=e1(e0(this.peek(2)));A.end?((e=A.end).push(this.sourceToken),delete A.end):e=[this.sourceToken];let r={type:"block-map",offset:A.offset,indent:A.indent,items:[{start:t,key:A,sep:e}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=r}else yield*this.lineEnd(A)}*blockScalar(A){switch(this.type){case"space":case"comment":case"newline":A.props.push(this.sourceToken);return;case"scalar":if(A.source=this.source,this.atNewLine=!0,this.indent=0,this.onNewLine){let A=this.source.indexOf("\n")+1;for(;0!==A;)this.onNewLine(this.offset+A),A=this.source.indexOf("\n",A)+1}yield*this.pop();break;default:yield*this.pop(),yield*this.step()}}*blockMap(A){let e=A.items[A.items.length-1];switch(this.type){case"newline":if(this.onKeyLine=!1,e.value){let t="end"in e.value?e.value.end:void 0,r=Array.isArray(t)?t[t.length-1]:void 0;r?.type==="comment"?t?.push(this.sourceToken):A.items.push({start:[this.sourceToken]})}else e.sep?e.sep.push(this.sourceToken):e.start.push(this.sourceToken);return;case"space":case"comment":if(e.value)A.items.push({start:[this.sourceToken]});else if(e.sep)e.sep.push(this.sourceToken);else{if(this.atIndentedComment(e.start,A.indent)){let t=A.items[A.items.length-2],r=t?.value?.end;if(Array.isArray(r)){Array.prototype.push.apply(r,e.start),r.push(this.sourceToken),A.items.pop();return}}e.start.push(this.sourceToken)}return}if(this.indent>=A.indent){let t=!this.onKeyLine&&this.indent===A.indent,r=t&&(e.sep||e.explicitKey)&&"seq-item-ind"!==this.type,n=[];if(r&&e.sep&&!e.value){let t=[];for(let r=0;r<e.sep.length;++r){let n=e.sep[r];switch(n.type){case"newline":t.push(r);break;case"space":break;case"comment":n.indent>A.indent&&(t.length=0);break;default:t.length=0}}t.length>=2&&(n=e.sep.splice(t[1]))}switch(this.type){case"anchor":case"tag":r||e.value?(n.push(this.sourceToken),A.items.push({start:n}),this.onKeyLine=!0):e.sep?e.sep.push(this.sourceToken):e.start.push(this.sourceToken);return;case"explicit-key-ind":e.sep||e.explicitKey?r||e.value?(n.push(this.sourceToken),A.items.push({start:n,explicitKey:!0})):this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken],explicitKey:!0}]}):(e.start.push(this.sourceToken),e.explicitKey=!0),this.onKeyLine=!0;return;case"map-value-ind":if(e.explicitKey)if(e.sep)if(e.value)A.items.push({start:[],key:null,sep:[this.sourceToken]});else if(ez(e.sep,"map-value-ind"))this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:n,key:null,sep:[this.sourceToken]}]});else if(eq(e.key)&&!ez(e.sep,"newline")){let A=e1(e.start),t=e.key,r=e.sep;r.push(this.sourceToken),delete e.key,delete e.sep,this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:A,key:t,sep:r}]})}else n.length>0?e.sep=e.sep.concat(n,this.sourceToken):e.sep.push(this.sourceToken);else if(ez(e.start,"newline"))Object.assign(e,{key:null,sep:[this.sourceToken]});else{let A=e1(e.start);this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:A,key:null,sep:[this.sourceToken]}]})}else e.sep?e.value||r?A.items.push({start:n,key:null,sep:[this.sourceToken]}):ez(e.sep,"map-value-ind")?this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[],key:null,sep:[this.sourceToken]}]}):e.sep.push(this.sourceToken):Object.assign(e,{key:null,sep:[this.sourceToken]});this.onKeyLine=!0;return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let t=this.flowScalar(this.type);r||e.value?(A.items.push({start:n,key:t,sep:[]}),this.onKeyLine=!0):e.sep?this.stack.push(t):(Object.assign(e,{key:t,sep:[]}),this.onKeyLine=!0);return}default:{let r=this.startBlockValue(A);if(r){if("block-seq"===r.type){if(!e.explicitKey&&e.sep&&!ez(e.sep,"newline"))return void(yield*this.pop({type:"error",offset:this.offset,message:"Unexpected block-seq-ind on same line with key",source:this.source}))}else t&&A.items.push({start:n});this.stack.push(r);return}}}}yield*this.pop(),yield*this.step()}*blockSequence(A){let e=A.items[A.items.length-1];switch(this.type){case"newline":if(e.value){let t="end"in e.value?e.value.end:void 0,r=Array.isArray(t)?t[t.length-1]:void 0;r?.type==="comment"?t?.push(this.sourceToken):A.items.push({start:[this.sourceToken]})}else e.start.push(this.sourceToken);return;case"space":case"comment":if(e.value)A.items.push({start:[this.sourceToken]});else{if(this.atIndentedComment(e.start,A.indent)){let t=A.items[A.items.length-2],r=t?.value?.end;if(Array.isArray(r)){Array.prototype.push.apply(r,e.start),r.push(this.sourceToken),A.items.pop();return}}e.start.push(this.sourceToken)}return;case"anchor":case"tag":if(e.value||this.indent<=A.indent)break;e.start.push(this.sourceToken);return;case"seq-item-ind":if(this.indent!==A.indent)break;e.value||ez(e.start,"seq-item-ind")?A.items.push({start:[this.sourceToken]}):e.start.push(this.sourceToken);return}if(this.indent>A.indent){let e=this.startBlockValue(A);if(e)return void this.stack.push(e)}yield*this.pop(),yield*this.step()}*flowCollection(A){let e=A.items[A.items.length-1];if("flow-error-end"===this.type){let A;do yield*this.pop(),A=this.peek(1);while(A?.type==="flow-collection")}else if(0===A.end.length){switch(this.type){case"comma":case"explicit-key-ind":!e||e.sep?A.items.push({start:[this.sourceToken]}):e.start.push(this.sourceToken);return;case"map-value-ind":!e||e.value?A.items.push({start:[],key:null,sep:[this.sourceToken]}):e.sep?e.sep.push(this.sourceToken):Object.assign(e,{key:null,sep:[this.sourceToken]});return;case"space":case"comment":case"newline":case"anchor":case"tag":!e||e.value?A.items.push({start:[this.sourceToken]}):e.sep?e.sep.push(this.sourceToken):e.start.push(this.sourceToken);return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let t=this.flowScalar(this.type);!e||e.value?A.items.push({start:[],key:t,sep:[]}):e.sep?this.stack.push(t):Object.assign(e,{key:t,sep:[]});return}case"flow-map-end":case"flow-seq-end":A.end.push(this.sourceToken);return}let t=this.startBlockValue(A);t?this.stack.push(t):(yield*this.pop(),yield*this.step())}else{let e=this.peek(2);if("block-map"!==e.type||("map-value-ind"!==this.type||e.indent!==A.indent)&&("newline"!==this.type||e.items[e.items.length-1].sep))if("map-value-ind"===this.type&&"flow-collection"!==e.type){let t=e1(e0(e));e4(A);let r=A.end.splice(1,A.end.length);r.push(this.sourceToken);let n={type:"block-map",offset:A.offset,indent:A.indent,items:[{start:t,key:A,sep:r}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=n}else yield*this.lineEnd(A);else yield*this.pop(),yield*this.step()}}flowScalar(A){if(this.onNewLine){let A=this.source.indexOf("\n")+1;for(;0!==A;)this.onNewLine(this.offset+A),A=this.source.indexOf("\n",A)+1}return{type:A,offset:this.offset,indent:this.indent,source:this.source}}startBlockValue(A){switch(this.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return this.flowScalar(this.type);case"block-scalar-header":return{type:"block-scalar",offset:this.offset,indent:this.indent,props:[this.sourceToken],source:""};case"flow-map-start":case"flow-seq-start":return{type:"flow-collection",offset:this.offset,indent:this.indent,start:this.sourceToken,items:[],end:[]};case"seq-item-ind":return{type:"block-seq",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]};case"explicit-key-ind":{this.onKeyLine=!0;let e=e1(e0(A));return e.push(this.sourceToken),{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:e,explicitKey:!0}]}}case"map-value-ind":{this.onKeyLine=!0;let e=e1(e0(A));return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:e,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(A,e){return"comment"===this.type&&!(this.indent<=e)&&A.every(A=>"newline"===A.type||"space"===A.type)}*documentEnd(A){"doc-mode"!==this.type&&(A.end?A.end.push(this.sourceToken):A.end=[this.sourceToken],"newline"===this.type&&(yield*this.pop()))}*lineEnd(A){switch(this.type){case"comma":case"doc-start":case"doc-end":case"flow-seq-end":case"flow-map-end":case"map-value-ind":yield*this.pop(),yield*this.step();break;case"newline":this.onKeyLine=!1;default:A.end?A.end.push(this.sourceToken):A.end=[this.sourceToken],"newline"===this.type&&(yield*this.pop())}}}function e3(A){let e=!1!==A.prettyErrors;return{lineCounter:A.lineCounter||e&&new e$||null,prettyErrors:e}}function e6(A,e={}){let{lineCounter:t,prettyErrors:r}=e3(e),n=new e2(t?.addNewLine),s=new eb(e),i=Array.from(s.compose(n.parse(A)));if(r&&t)for(let e of i)e.errors.forEach(es(A,t)),e.warnings.forEach(es(A,t));return i.length>0?i:Object.assign([],{empty:!0},s.streamInfo())}function e5(A,e={}){let{lineCounter:t,prettyErrors:r}=e3(e),n=new e2(t?.addNewLine),s=new eb(e),i=null;for(let e of s.compose(n.parse(A),!0,A.length))if(i){if("silent"!==i.options.logLevel){i.errors.push(new er(e.range.slice(0,2),"MULTIPLE_DOCS","Source contains multiple documents; please use YAML.parseAllDocuments()"));break}}else i=e;return r&&t&&(i.errors.forEach(es(A,t)),i.warnings.forEach(es(A,t))),i}function e8(A,e,t){let r;"function"==typeof e?r=e:void 0===t&&e&&"object"==typeof e&&(t=e);let n=e5(A,t);if(!n)return null;if(n.warnings.forEach(A=>Ai(n.options.logLevel,A)),n.errors.length>0)if("silent"!==n.options.logLevel)throw n.errors[0];else n.errors=[];return n.toJS(Object.assign({reviver:r},t))}function e7(A,e,t){let r=null;if("function"==typeof e||Array.isArray(e)?r=e:void 0===t&&e&&(t=e),"string"==typeof t&&(t=t.length),"number"==typeof t){let A=Math.round(t);t=A<1?void 0:A>8?{indent:8}:{indent:A}}if(void 0===A){let{keepUndefined:A}=t??e??{};if(!A)return}return c(A)&&!r?A.toString(t):new eA(A,r,t).toString(t)}A.s([],770269),A.i(770269),A.s(["Alias",()=>O,"CST",0,eV,"Composer",()=>eb,"Document",()=>eA,"Lexer",()=>eY,"LineCounter",()=>e$,"Pair",()=>AB,"Parser",()=>e2,"Scalar",()=>N,"Schema",()=>A9,"YAMLError",()=>et,"YAMLMap",()=>Ag,"YAMLParseError",()=>er,"YAMLSeq",()=>Ap,"YAMLWarning",()=>en,"isAlias",()=>l,"isCollection",()=>h,"isDocument",()=>c,"isMap",()=>u,"isNode",()=>g,"isPair",()=>B,"isScalar",()=>f,"isSeq",()=>d,"parse",()=>e8,"parseAllDocuments",()=>e6,"parseDocument",()=>e5,"stringify",()=>e7,"visit",()=>U,"visitAsync",()=>y],216510);var e9=A.i(216510);A.s(["default",0,e9],751113)},82114,(A,e,t)=>{!function(e,t){if("function"==typeof define&&define.amd){let e;void 0!==(e=t())&&A.v(e)}else t()}(A.e,function(){"use strict";function t(A,e,t){var r=new XMLHttpRequest;r.open("GET",A),r.responseType="blob",r.onload=function(){o(r.response,e,t)},r.onerror=function(){console.error("could not download file")},r.send()}function r(A){var e=new XMLHttpRequest;e.open("HEAD",A,!1);try{e.send()}catch(A){}return 200<=e.status&&299>=e.status}function n(A){try{A.dispatchEvent(new MouseEvent("click"))}catch(t){var e=document.createEvent("MouseEvents");e.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),A.dispatchEvent(e)}}var s="object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:A.g.global===A.g?A.g:void 0,i=s.navigator&&/Macintosh/.test(navigator.userAgent)&&/AppleWebKit/.test(navigator.userAgent)&&!/Safari/.test(navigator.userAgent),o=s.saveAs||("object"!=typeof window||window!==s?function(){}:"download"in HTMLAnchorElement.prototype&&!i?function(A,e,i){var o=s.URL||s.webkitURL,a=document.createElement("a");a.download=e=e||A.name||"download",a.rel="noopener","string"==typeof A?(a.href=A,a.origin===location.origin?n(a):r(a.href)?t(A,e,i):n(a,a.target="_blank")):(a.href=o.createObjectURL(A),setTimeout(function(){o.revokeObjectURL(a.href)},4e4),setTimeout(function(){n(a)},0))}:"msSaveOrOpenBlob"in navigator?function(A,e,s){if(e=e||A.name||"download","string"!=typeof A){var i;navigator.msSaveOrOpenBlob((void 0===(i=s)?i={autoBom:!1}:"object"!=typeof i&&(console.warn("Deprecated: Expected third argument to be a object"),i={autoBom:!i}),i.autoBom&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(A.type)?new Blob(["\uFEFF",A],{type:A.type}):A),e)}else if(r(A))t(A,e,s);else{var o=document.createElement("a");o.href=A,o.target="_blank",setTimeout(function(){n(o)})}}:function(A,e,r,n){if((n=n||open("","_blank"))&&(n.document.title=n.document.body.innerText="downloading..."),"string"==typeof A)return t(A,e,r);var o="application/octet-stream"===A.type,a=/constructor/i.test(s.HTMLElement)||s.safari,l=/CriOS\/[\d]+/.test(navigator.userAgent);if((l||o&&a||i)&&"undefined"!=typeof FileReader){var c=new FileReader;c.onloadend=function(){var A=c.result;A=l?A:A.replace(/^data:[^;]*;/,"data:attachment/file;"),n?n.location.href=A:location=A,n=null},c.readAsDataURL(A)}else{var u=s.URL||s.webkitURL,B=u.createObjectURL(A);n?n.location=B:location.href=B,n=null,setTimeout(function(){u.revokeObjectURL(B)},4e4)}});s.saveAs=o.saveAs=o,e.exports=o})},196057,(A,e,t)=>{A.e,e.exports=function(){"use strict";var A,e,t,r,n,s,i,o,a,l,c,u,B,f,d,h,g,w,p,Q,C,U,m=function(A,e){return(m=Object.setPrototypeOf||({__proto__:[]})instanceof Array&&function(A,e){A.__proto__=e}||function(A,e){for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(A[t]=e[t])})(A,e)};function y(A,e){if("function"!=typeof e&&null!==e)throw TypeError("Class extends value "+String(e)+" is not a constructor or null");function t(){this.constructor=A}m(A,e),A.prototype=null===e?Object.create(e):(t.prototype=e.prototype,new t)}var F=function(){return(F=Object.assign||function(A){for(var e,t=1,r=arguments.length;t<r;t++)for(var n in e=arguments[t])Object.prototype.hasOwnProperty.call(e,n)&&(A[n]=e[n]);return A}).apply(this,arguments)};function b(A,e,t,r){return new(t||(t=Promise))(function(n,s){function i(A){try{a(r.next(A))}catch(A){s(A)}}function o(A){try{a(r.throw(A))}catch(A){s(A)}}function a(A){var e;A.done?n(A.value):((e=A.value)instanceof t?e:new t(function(A){A(e)})).then(i,o)}a((r=r.apply(A,e||[])).next())})}function E(A,e){var t,r,n,s,i={label:0,sent:function(){if(1&n[0])throw n[1];return n[1]},trys:[],ops:[]};return s={next:o(0),throw:o(1),return:o(2)},"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function o(o){return function(a){var l=[o,a];if(t)throw TypeError("Generator is already executing.");for(;s&&(s=0,l[0]&&(i=0)),i;)try{if(t=1,r&&(n=2&l[0]?r.return:l[0]?r.throw||((n=r.return)&&n.call(r),0):r.next)&&!(n=n.call(r,l[1])).done)return n;switch(r=0,n&&(l=[2&l[0],n.value]),l[0]){case 0:case 1:n=l;break;case 4:return i.label++,{value:l[1],done:!1};case 5:i.label++,r=l[1],l=[0];continue;case 7:l=i.ops.pop(),i.trys.pop();continue;default:if(!(n=(n=i.trys).length>0&&n[n.length-1])&&(6===l[0]||2===l[0])){i=0;continue}if(3===l[0]&&(!n||l[1]>n[0]&&l[1]<n[3])){i.label=l[1];break}if(6===l[0]&&i.label<n[1]){i.label=n[1],n=l;break}if(n&&i.label<n[2]){i.label=n[2],i.ops.push(l);break}n[2]&&i.ops.pop(),i.trys.pop();continue}l=e.call(A,i)}catch(A){l=[6,A],r=0}finally{t=n=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}}}function v(A,e,t){if(t||2==arguments.length)for(var r,n=0,s=e.length;n<s;n++)!r&&n in e||(r||(r=Array.prototype.slice.call(e,0,n)),r[n]=e[n]);return A.concat(r||Array.prototype.slice.call(e))}"function"==typeof SuppressedError&&SuppressedError;for(var H=function(){function A(A,e,t,r){this.left=A,this.top=e,this.width=t,this.height=r}return A.prototype.add=function(e,t,r,n){return new A(this.left+e,this.top+t,this.width+r,this.height+n)},A.fromClientRect=function(e,t){return new A(t.left+e.windowBounds.left,t.top+e.windowBounds.top,t.width,t.height)},A.fromDOMRectList=function(e,t){var r=Array.from(t).find(function(A){return 0!==A.width});return r?new A(r.left+e.windowBounds.left,r.top+e.windowBounds.top,r.width,r.height):A.EMPTY},A.EMPTY=new A(0,0,0,0),A}(),I=function(A,e){return H.fromClientRect(A,e.getBoundingClientRect())},x=function(A){var e=A.body,t=A.documentElement;if(!e||!t)throw Error("Unable to get document size");return new H(0,0,Math.max(Math.max(e.scrollWidth,t.scrollWidth),Math.max(e.offsetWidth,t.offsetWidth),Math.max(e.clientWidth,t.clientWidth)),Math.max(Math.max(e.scrollHeight,t.scrollHeight),Math.max(e.offsetHeight,t.offsetHeight),Math.max(e.clientHeight,t.clientHeight)))},S=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=A.charCodeAt(t++);(64512&s)==56320?e.push(((1023&n)<<10)+(1023&s)+65536):(e.push(n),t--)}else e.push(n)}return e},K=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var i=A[n];i<=65535?r.push(i):(i-=65536,r.push((i>>10)+55296,i%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},L="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",k="undefined"==typeof Uint8Array?[]:new Uint8Array(256),D=0;D<L.length;D++)k[L.charCodeAt(D)]=D;for(var T="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",O="undefined"==typeof Uint8Array?[]:new Uint8Array(256),M=0;M<T.length;M++)O[T.charCodeAt(M)]=M;for(var N=2112,R=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},G=function(){function A(A,e,t,r,n,s){this.initialValue=A,this.errorValue=e,this.highStart=t,this.highValueIndex=r,this.index=n,this.data=s}return A.prototype.get=function(A){var e;if(A>=0){if(A<55296||A>56319&&A<=65535)return e=((e=this.index[A>>5])<<2)+(31&A),this.data[e];if(A<=65535)return e=((e=this.index[2048+(A-55296>>5)])<<2)+(31&A),this.data[e];if(A<this.highStart)return e=N-32+(A>>11),e=this.index[e]+(A>>5&63),e=((e=this.index[e])<<2)+(31&A),this.data[e];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A}(),V="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",P="undefined"==typeof Uint8Array?[]:new Uint8Array(256),_=0;_<V.length;_++)P[V.charCodeAt(_)]=_;var J=[9001,65288],X=(e=Array.isArray(A=function(A){var e,t,r,n,s,i=.75*A.length,o=A.length,a=0;"="===A[A.length-1]&&(i--,"="===A[A.length-2]&&i--);var l="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(i):Array(i),c=Array.isArray(l)?l:new Uint8Array(l);for(e=0;e<o;e+=4)t=O[A.charCodeAt(e)],r=O[A.charCodeAt(e+1)],n=O[A.charCodeAt(e+2)],s=O[A.charCodeAt(e+3)],c[a++]=t<<2|r>>4,c[a++]=(15&r)<<4|n>>2,c[a++]=(3&n)<<6|63&s;return l}("KwAAAAAAAAAACA4AUD0AADAgAAACAAAAAAAIABAAGABAAEgAUABYAGAAaABgAGgAYgBqAF8AZwBgAGgAcQB5AHUAfQCFAI0AlQCdAKIAqgCyALoAYABoAGAAaABgAGgAwgDKAGAAaADGAM4A0wDbAOEA6QDxAPkAAQEJAQ8BFwF1AH0AHAEkASwBNAE6AUIBQQFJAVEBWQFhAWgBcAF4ATAAgAGGAY4BlQGXAZ8BpwGvAbUBvQHFAc0B0wHbAeMB6wHxAfkBAQIJAvEBEQIZAiECKQIxAjgCQAJGAk4CVgJeAmQCbAJ0AnwCgQKJApECmQKgAqgCsAK4ArwCxAIwAMwC0wLbAjAA4wLrAvMC+AIAAwcDDwMwABcDHQMlAy0DNQN1AD0DQQNJA0kDSQNRA1EDVwNZA1kDdQB1AGEDdQBpA20DdQN1AHsDdQCBA4kDkQN1AHUAmQOhA3UAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AKYDrgN1AHUAtgO+A8YDzgPWAxcD3gPjA+sD8wN1AHUA+wMDBAkEdQANBBUEHQQlBCoEFwMyBDgEYABABBcDSARQBFgEYARoBDAAcAQzAXgEgASIBJAEdQCXBHUAnwSnBK4EtgS6BMIEyAR1AHUAdQB1AHUAdQCVANAEYABgAGAAYABgAGAAYABgANgEYADcBOQEYADsBPQE/AQEBQwFFAUcBSQFLAU0BWQEPAVEBUsFUwVbBWAAYgVgAGoFcgV6BYIFigWRBWAAmQWfBaYFYABgAGAAYABgAKoFYACxBbAFuQW6BcEFwQXHBcEFwQXPBdMF2wXjBeoF8gX6BQIGCgYSBhoGIgYqBjIGOgZgAD4GRgZMBmAAUwZaBmAAYABgAGAAYABgAGAAYABgAGAAYABgAGIGYABpBnAGYABgAGAAYABgAGAAYABgAGAAYAB4Bn8GhQZgAGAAYAB1AHcDFQSLBmAAYABgAJMGdQA9A3UAmwajBqsGqwaVALMGuwbDBjAAywbSBtIG1QbSBtIG0gbSBtIG0gbdBuMG6wbzBvsGAwcLBxMHAwcbByMHJwcsBywHMQcsB9IGOAdAB0gHTgfSBkgHVgfSBtIG0gbSBtIG0gbSBtIG0gbSBiwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdgAGAALAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAdbB2MHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB2kH0gZwB64EdQB1AHUAdQB1AHUAdQB1AHUHfQdgAIUHjQd1AHUAlQedB2AAYAClB6sHYACzB7YHvgfGB3UAzgfWBzMB3gfmB1EB7gf1B/0HlQENAQUIDQh1ABUIHQglCBcDLQg1CD0IRQhNCEEDUwh1AHUAdQBbCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIaQhjCGQIZQhmCGcIaAhpCGMIZAhlCGYIZwhoCGkIYwhkCGUIZghnCGgIcAh3CHoIMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIgggwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAALAcsBywHLAcsBywHLAcsBywHLAcsB4oILAcsB44I0gaWCJ4Ipgh1AHUAqgiyCHUAdQB1AHUAdQB1AHUAdQB1AHUAtwh8AXUAvwh1AMUIyQjRCNkI4AjoCHUAdQB1AO4I9gj+CAYJDgkTCS0HGwkjCYIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiCCIIIggiAAIAAAAFAAYABgAGIAXwBgAHEAdQBFAJUAogCyAKAAYABgAEIA4ABGANMA4QDxAMEBDwE1AFwBLAE6AQEBUQF4QkhCmEKoQrhCgAHIQsAB0MLAAcABwAHAAeDC6ABoAHDCwMMAAcABwAHAAdDDGMMAAcAB6MM4wwjDWMNow3jDaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAGgAaABoAEjDqABWw6bDqABpg6gAaABoAHcDvwOPA+gAaABfA/8DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DvwO/A78DpcPAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcAB9cPKwkyCToJMAB1AHUAdQBCCUoJTQl1AFUJXAljCWcJawkwADAAMAAwAHMJdQB2CX4JdQCECYoJjgmWCXUAngkwAGAAYABxAHUApgn3A64JtAl1ALkJdQDACTAAMAAwADAAdQB1AHUAdQB1AHUAdQB1AHUAowYNBMUIMAAwADAAMADICcsJ0wnZCRUE4QkwAOkJ8An4CTAAMAB1AAAKvwh1AAgKDwoXCh8KdQAwACcKLgp1ADYKqAmICT4KRgowADAAdQB1AE4KMAB1AFYKdQBeCnUAZQowADAAMAAwADAAMAAwADAAMAAVBHUAbQowADAAdQC5CXUKMAAwAHwBxAijBogEMgF9CoQKiASMCpQKmgqIBKIKqgquCogEDQG2Cr4KxgrLCjAAMADTCtsKCgHjCusK8Qr5CgELMAAwADAAMAB1AIsECQsRC3UANAEZCzAAMAAwADAAMAB1ACELKQswAHUANAExCzkLdQBBC0kLMABRC1kLMAAwADAAMAAwADAAdQBhCzAAMAAwAGAAYABpC3ELdwt/CzAAMACHC4sLkwubC58Lpwt1AK4Ltgt1APsDMAAwADAAMAAwADAAMAAwAL4LwwvLC9IL1wvdCzAAMADlC+kL8Qv5C/8LSQswADAAMAAwADAAMAAwADAAMAAHDDAAMAAwADAAMAAODBYMHgx1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1ACYMMAAwADAAdQB1AHUALgx1AHUAdQB1AHUAdQA2DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AD4MdQBGDHUAdQB1AHUAdQB1AEkMdQB1AHUAdQB1AFAMMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQBYDHUAdQB1AF8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUA+wMVBGcMMAAwAHwBbwx1AHcMfwyHDI8MMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAYABgAJcMMAAwADAAdQB1AJ8MlQClDDAAMACtDCwHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsB7UMLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHdQB1AHUAdQB1AHUAdQB1AHUAdQB1AHUAdQB1AA0EMAC9DDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAsBywHLAcsBywHLAcsBywHLQcwAMEMyAwsBywHLAcsBywHLAcsBywHLAcsBywHzAwwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwAHUAdQB1ANQM2QzhDDAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMABgAGAAYABgAGAAYABgAOkMYADxDGAA+AwADQYNYABhCWAAYAAODTAAMAAwADAAFg1gAGAAHg37AzAAMAAwADAAYABgACYNYAAsDTQNPA1gAEMNPg1LDWAAYABgAGAAYABgAGAAYABgAGAAUg1aDYsGVglhDV0NcQBnDW0NdQ15DWAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAlQCBDZUAiA2PDZcNMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAnw2nDTAAMAAwADAAMAAwAHUArw23DTAAMAAwADAAMAAwADAAMAAwADAAMAB1AL8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAB1AHUAdQB1AHUAdQDHDTAAYABgAM8NMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA1w11ANwNMAAwAD0B5A0wADAAMAAwADAAMADsDfQN/A0EDgwOFA4wABsOMAAwADAAMAAwADAAMAAwANIG0gbSBtIG0gbSBtIG0gYjDigOwQUuDsEFMw7SBjoO0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGQg5KDlIOVg7SBtIGXg5lDm0OdQ7SBtIGfQ6EDooOjQ6UDtIGmg6hDtIG0gaoDqwO0ga0DrwO0gZgAGAAYADEDmAAYAAkBtIGzA5gANIOYADaDokO0gbSBt8O5w7SBu8O0gb1DvwO0gZgAGAAxA7SBtIG0gbSBtIGYABgAGAAYAAED2AAsAUMD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHJA8sBywHLAcsBywHLAccDywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywPLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAc0D9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAccD9IG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIGFA8sBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHLAcsBywHPA/SBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gbSBtIG0gYUD0QPlQCVAJUAMAAwADAAMACVAJUAlQCVAJUAlQCVAEwPMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAA//8EAAQABAAEAAQABAAEAAQABAANAAMAAQABAAIABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQACgATABcAHgAbABoAHgAXABYAEgAeABsAGAAPABgAHABLAEsASwBLAEsASwBLAEsASwBLABgAGAAeAB4AHgATAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABYAGwASAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWAA0AEQAeAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAFAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJABYAGgAbABsAGwAeAB0AHQAeAE8AFwAeAA0AHgAeABoAGwBPAE8ADgBQAB0AHQAdAE8ATwAXAE8ATwBPABYAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AHgAeAFAATwBAAE8ATwBPAEAATwBQAFAATwBQAB4AHgAeAB4AHgAeAB0AHQAdAB0AHgAdAB4ADgBQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgBQAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAJAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAkACQAJAAkACQAJAAkABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAFAAHgAeAB4AKwArAFAAUABQAFAAGABQACsAKwArACsAHgAeAFAAHgBQAFAAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUAAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAYAA0AKwArAB4AHgAbACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAB4ABAAEAB4ABAAEABMABAArACsAKwArACsAKwArACsAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAKwArACsAKwBWAFYAVgBWAB4AHgArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AGgAaABoAGAAYAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQAEwAEACsAEwATAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABLAEsASwBLAEsASwBLAEsASwBLABoAGQAZAB4AUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQABMAUAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABABQAFAABAAEAB4ABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUAAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAFAABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQAUABQAB4AHgAYABMAUAArACsABAAbABsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAFAABAAEAAQABAAEAFAABAAEAAQAUAAEAAQABAAEAAQAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArACsAHgArAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAUAAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEAA0ADQBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUAArACsAKwBQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABABQACsAKwArACsAKwArACsAKwAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUAAaABoAUABQAFAAUABQAEwAHgAbAFAAHgAEACsAKwAEAAQABAArAFAAUABQAFAAUABQACsAKwArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQACsAUABQACsAKwAEACsABAAEAAQABAAEACsAKwArACsABAAEACsAKwAEAAQABAArACsAKwAEACsAKwArACsAKwArACsAUABQAFAAUAArAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLAAQABABQAFAAUAAEAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsAKwAEAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAArACsAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AGwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAKwArACsAKwArAAQABAAEACsAKwArACsAUABQACsAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAAQAUAArAFAAUABQAFAAUABQACsAKwArAFAAUABQACsAUABQAFAAUAArACsAKwBQAFAAKwBQACsAUABQACsAKwArAFAAUAArACsAKwBQAFAAUAArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArAAQABAAEAAQABAArACsAKwAEAAQABAArAAQABAAEAAQAKwArAFAAKwArACsAKwArACsABAArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAHgAeAB4AHgAeAB4AGwAeACsAKwArACsAKwAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAUABQAFAAKwArACsAKwArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwAOAFAAUABQAFAAUABQAFAAHgBQAAQABAAEAA4AUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAKwArAAQAUAAEAAQABAAEAAQABAAEACsABAAEAAQAKwAEAAQABAAEACsAKwArACsAKwArACsABAAEACsAKwArACsAKwArACsAUAArAFAAUAAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAFAABAAEAAQABAAEAAQABAArAAQABAAEACsABAAEAAQABABQAB4AKwArACsAKwBQAFAAUAAEAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQABoAUABQAFAAUABQAFAAKwAEAAQABAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQACsAUAArACsAUABQAFAAUABQAFAAUAArACsAKwAEACsAKwArACsABAAEAAQABAAEAAQAKwAEACsABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArAAQABAAeACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAXAAqACoAKgAqACoAKgAqACsAKwArACsAGwBcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAeAEsASwBLAEsASwBLAEsASwBLAEsADQANACsAKwArACsAKwBcAFwAKwBcACsAXABcAFwAXABcACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAXAArAFwAXABcAFwAXABcAFwAXABcAFwAKgBcAFwAKgAqACoAKgAqACoAKgAqACoAXAArACsAXABcAFwAXABcACsAXAArACoAKgAqACoAKgAqACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwBcAFwAXABcAFAADgAOAA4ADgAeAA4ADgAJAA4ADgANAAkAEwATABMAEwATAAkAHgATAB4AHgAeAAQABAAeAB4AHgAeAB4AHgBLAEsASwBLAEsASwBLAEsASwBLAFAAUABQAFAAUABQAFAAUABQAFAADQAEAB4ABAAeAAQAFgARABYAEQAEAAQAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQADQAEAAQABAAEAAQADQAEAAQAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAA0ADQAeAB4AHgAeAB4AHgAEAB4AHgAeAB4AHgAeACsAHgAeAA4ADgANAA4AHgAeAB4AHgAeAAkACQArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgBcAEsASwBLAEsASwBLAEsASwBLAEsADQANAB4AHgAeAB4AXABcAFwAXABcAFwAKgAqACoAKgBcAFwAXABcACoAKgAqAFwAKgAqACoAXABcACoAKgAqACoAKgAqACoAXABcAFwAKgAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKgAqAFwAKgBLAEsASwBLAEsASwBLAEsASwBLACoAKgAqACoAKgAqAFAAUABQAFAAUABQACsAUAArACsAKwArACsAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAKwBQACsAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsABAAEAAQAHgANAB4AHgAeAB4AHgAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUAArACsADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAWABEAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQANAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAANAA0AKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUAArAAQABAArACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqAA0ADQAVAFwADQAeAA0AGwBcACoAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwAeAB4AEwATAA0ADQAOAB4AEwATAB4ABAAEAAQACQArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAHgArACsAKwATABMASwBLAEsASwBLAEsASwBLAEsASwBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAXABcAFwAXABcACsAKwArACsAKwArACsAKwArACsAKwBcAFwAXABcAFwAXABcAFwAXABcAFwAXAArACsAKwArAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAXAArACsAKwAqACoAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAArACsAHgAeAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcACoAKgAqACoAKgAqACoAKgAqACoAKwAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKwArAAQASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACoAKgAqACoAKgAqACoAXAAqACoAKgAqACoAKgArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABABQAFAAUABQAFAAUABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwANAA0AHgANAA0ADQANAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAEAAQABAAEAAQAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwAeAB4AHgAeAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArAA0ADQANAA0ADQBLAEsASwBLAEsASwBLAEsASwBLACsAKwArAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAA0ADQBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUAAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArAAQABAAEAB4ABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAAQAUABQAFAAUABQAFAABABQAFAABAAEAAQAUAArACsAKwArACsABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQACsAUAArAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAFAAUABQACsAHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQACsAKwAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQACsAHgAeAB4AHgAeAB4AHgAOAB4AKwANAA0ADQANAA0ADQANAAkADQANAA0ACAAEAAsABAAEAA0ACQANAA0ADAAdAB0AHgAXABcAFgAXABcAFwAWABcAHQAdAB4AHgAUABQAFAANAAEAAQAEAAQABAAEAAQACQAaABoAGgAaABoAGgAaABoAHgAXABcAHQAVABUAHgAeAB4AHgAeAB4AGAAWABEAFQAVABUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ADQAeAA0ADQANAA0AHgANAA0ADQAHAB4AHgAeAB4AKwAEAAQABAAEAAQABAAEAAQABAAEAFAAUAArACsATwBQAFAAUABQAFAAHgAeAB4AFgARAE8AUABPAE8ATwBPAFAAUABQAFAAUAAeAB4AHgAWABEAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArABsAGwAbABsAGwAbABsAGgAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGgAbABsAGwAbABoAGwAbABoAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbABsAGwAbAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAHgAeAFAAGgAeAB0AHgBQAB4AGgAeAB4AHgAeAB4AHgAeAB4AHgBPAB4AUAAbAB4AHgBQAFAAUABQAFAAHgAeAB4AHQAdAB4AUAAeAFAAHgBQAB4AUABPAFAAUAAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAHgBQAFAAUABQAE8ATwBQAFAAUABQAFAATwBQAFAATwBQAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAUABQAFAATwBPAE8ATwBPAE8ATwBPAE8ATwBQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABPAB4AHgArACsAKwArAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHQAdAB4AHgAeAB0AHQAeAB4AHQAeAB4AHgAdAB4AHQAbABsAHgAdAB4AHgAeAB4AHQAeAB4AHQAdAB0AHQAeAB4AHQAeAB0AHgAdAB0AHQAdAB0AHQAeAB0AHgAeAB4AHgAeAB0AHQAdAB0AHgAeAB4AHgAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB4AHgAeAB0AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAeAB0AHQAdAB0AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAdAB4AHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAWABEAHgAeAB4AHgAeAB4AHQAeAB4AHgAeAB4AHgAeACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAWABEAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAFAAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAeAB4AHQAdAB0AHQAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB0AHQAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB0AHQAeAB4AHQAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AHQAdAB0AHgAeAB0AHgAeAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlAB4AHQAdAB4AHgAdAB4AHgAeAB4AHQAdAB4AHgAeAB4AJQAlAB0AHQAlAB4AJQAlACUAIAAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAeAB4AHgAeAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHgAdAB0AHQAeAB0AJQAdAB0AHgAdAB0AHgAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHQAdAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAdAB0AHQAdACUAHgAlACUAJQAdACUAJQAdAB0AHQAlACUAHQAdACUAHQAdACUAJQAlAB4AHQAeAB4AHgAeAB0AHQAlAB0AHQAdAB0AHQAdACUAJQAlACUAJQAdACUAJQAgACUAHQAdACUAJQAlACUAJQAlACUAJQAeAB4AHgAlACUAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB0AHgAeAB4AFwAXABcAFwAXABcAHgATABMAJQAeAB4AHgAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARABYAEQAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAWABEAFgARABYAEQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAWABEAFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AFgARAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAdAB0AHQAdAB0AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAFAAUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAEAAQABAAeAB4AKwArACsAKwArABMADQANAA0AUAATAA0AUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUAANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAA0ADQANAA0ADQANAA0ADQAeAA0AFgANAB4AHgAXABcAHgAeABcAFwAWABEAFgARABYAEQAWABEADQANAA0ADQATAFAADQANAB4ADQANAB4AHgAeAB4AHgAMAAwADQANAA0AHgANAA0AFgANAA0ADQANAA0ADQANAA0AHgANAB4ADQANAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArACsAKwArACsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArAA0AEQARACUAJQBHAFcAVwAWABEAFgARABYAEQAWABEAFgARACUAJQAWABEAFgARABYAEQAWABEAFQAWABEAEQAlAFcAVwBXAFcAVwBXAFcAVwBXAAQABAAEAAQABAAEACUAVwBXAFcAVwA2ACUAJQBXAFcAVwBHAEcAJQAlACUAKwBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBRAFcAUQBXAFEAVwBXAFcAVwBXAFcAUQBXAFcAVwBXAFcAVwBRAFEAKwArAAQABAAVABUARwBHAFcAFQBRAFcAUQBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFEAVwBRAFcAUQBXAFcAVwBXAFcAVwBRAFcAVwBXAFcAVwBXAFEAUQBXAFcAVwBXABUAUQBHAEcAVwArACsAKwArACsAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwAlACUAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACsAKwArACsAKwArACsAKwArACsAKwArAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAUQBRAFEAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBPAE8ATwBPAE8ATwBPAE8AJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADQATAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABLAEsASwBLAEsASwBLAEsASwBLAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAABAAEAAQABAAeAAQABAAEAAQABAAEAAQABAAEAAQAHgBQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUABQAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAeAA0ADQANAA0ADQArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AUAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAB4AHgAeAB4AHgAeAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AUABQAFAAUABQAFAAUABQAFAAUABQAAQAUABQAFAABABQAFAAUABQAAQAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAeAB4AHgAeAAQAKwArACsAUABQAFAAUABQAFAAHgAeABoAHgArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAADgAOABMAEwArACsAKwArACsAKwArACsABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwANAA0ASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUAAeAB4AHgBQAA4AUABQAAQAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArAB4AWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYAFgAWABYACsAKwArAAQAHgAeAB4AHgAeAB4ADQANAA0AHgAeAB4AHgArAFAASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArAB4AHgBcAFwAXABcAFwAKgBcAFwAXABcAFwAXABcAFwAXABcAEsASwBLAEsASwBLAEsASwBLAEsAXABcAFwAXABcACsAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAFAAUABQAAQAUABQAFAAUABQAFAAUABQAAQABAArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAHgANAA0ADQBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKgAqACoAXAAqACoAKgBcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXAAqAFwAKgAqACoAXABcACoAKgBcAFwAXABcAFwAKgAqAFwAKgBcACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFwAXABcACoAKgBQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAA0ADQBQAFAAUAAEAAQAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQADQAEAAQAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAVABVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBUAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVAFUAVQBVACsAKwArACsAKwArACsAKwArACsAKwArAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAWQBZAFkAKwArACsAKwBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAWgBaAFoAKwArACsAKwAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYABgAGAAYAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAKwArACsAKwArAFYABABWAFYAVgBWAFYAVgBWAFYAVgBWAB4AVgBWAFYAVgBWAFYAVgBWAFYAVgBWAFYAVgArAFYAVgBWAFYAVgArAFYAKwBWAFYAKwBWAFYAKwBWAFYAVgBWAFYAVgBWAFYAVgBWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAEQAWAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAaAB4AKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAGAARABEAGAAYABMAEwAWABEAFAArACsAKwArACsAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACUAJQAlACUAJQAWABEAFgARABYAEQAWABEAFgARABYAEQAlACUAFgARACUAJQAlACUAJQAlACUAEQAlABEAKwAVABUAEwATACUAFgARABYAEQAWABEAJQAlACUAJQAlACUAJQAlACsAJQAbABoAJQArACsAKwArAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAcAKwATACUAJQAbABoAJQAlABYAEQAlACUAEQAlABEAJQBXAFcAVwBXAFcAVwBXAFcAVwBXABUAFQAlACUAJQATACUAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXABYAJQARACUAJQAlAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAWACUAEQAlABYAEQARABYAEQARABUAVwBRAFEAUQBRAFEAUQBRAFEAUQBRAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAEcARwArACsAVwBXAFcAVwBXAFcAKwArAFcAVwBXAFcAVwBXACsAKwBXAFcAVwBXAFcAVwArACsAVwBXAFcAKwArACsAGgAbACUAJQAlABsAGwArAB4AHgAeAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwAEAAQABAAQAB0AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsADQANAA0AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAA0AUABQAFAAUAArACsAKwArAFAAUABQAFAAUABQAFAAUAANAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwArAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwBQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwANAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAB4AUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAUABQAFAAUABQAAQABAAEACsABAAEACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAKwBQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAA0ADQANAA0ADQANAA0ADQAeACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAArACsAKwArAFAAUABQAFAAUAANAA0ADQANAA0ADQAUACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsADQANAA0ADQANAA0ADQBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAB4AHgAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArAAQABAANACsAKwBQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAB4AHgAeAB4AHgArACsAKwArACsAKwAEAAQABAAEAAQABAAEAA0ADQAeAB4AHgAeAB4AKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwAeACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEACsASwBLAEsASwBLAEsASwBLAEsASwANAA0ADQANAFAABAAEAFAAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAeAA4AUAArACsAKwArACsAKwArACsAKwAEAFAAUABQAFAADQANAB4ADQAEAAQABAAEAB4ABAAEAEsASwBLAEsASwBLAEsASwBLAEsAUAAOAFAADQANAA0AKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAANAA0AHgANAA0AHgAEACsAUABQAFAAUABQAFAAUAArAFAAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAA0AKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsABAAEAAQABAArAFAAUABQAFAAUABQAFAAUAArACsAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQACsABAAEAFAABAAEAAQABAAEAAQABAArACsABAAEACsAKwAEAAQABAArACsAUAArACsAKwArACsAKwAEACsAKwArACsAKwBQAFAAUABQAFAABAAEACsAKwAEAAQABAAEAAQABAAEACsAKwArAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsABAAEAAQABAAEAAQABABQAFAAUABQAA0ADQANAA0AHgBLAEsASwBLAEsASwBLAEsASwBLAA0ADQArAB4ABABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAFAAUAAeAFAAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABAAEAAQADgANAA0AEwATAB4AHgAeAA0ADQANAA0ADQANAA0ADQANAA0ADQANAA0ADQANAFAAUABQAFAABAAEACsAKwAEAA0ADQAeAFAAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAFAAKwArACsAKwArACsAKwBLAEsASwBLAEsASwBLAEsASwBLACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAXABcAFwAKwArACoAKgAqACoAKgAqACoAKgAqACoAKgAqACoAKgAqACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBcAFwADQANAA0AKgBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAKwArAFAAKwArAFAAUABQAFAAUABQAFAAUAArAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQAKwAEAAQAKwArAAQABAAEAAQAUAAEAFAABAAEAA0ADQANACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAArACsABAAEAAQABAAEAAQABABQAA4AUAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAABAAEAAQABAAEAAQABAAEAAQABABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAFAABAAEAAQABAAOAB4ADQANAA0ADQAOAB4ABAArACsAKwArACsAKwArACsAUAAEAAQABAAEAAQABAAEAAQABAAEAAQAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAA0ADQANAFAADgAOAA4ADQANACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAEAAQABAAEACsABAAEAAQABAAEAAQABAAEAFAADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAOABMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQACsAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAArACsAKwAEACsABAAEACsABAAEAAQABAAEAAQABABQAAQAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAUABQAFAAUABQAFAAKwBQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAUAArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAABAAEAAQABAAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAaABoAGgAaAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArAA0AUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsADQANAA0ADQANACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABIAEgAQwBDAEMAUABQAFAAUABDAFAAUABQAEgAQwBIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAASABDAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwAJAAkACQAJAAkACQAJABYAEQArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABIAEMAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwANAA0AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArAAQABAAEAAQABAANACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEAA0ADQANAB4AHgAeAB4AHgAeAFAAUABQAFAADQAeACsAKwArACsAKwArACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAANAA0AHgAeACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwAEAFAABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwAEAAQABAAEAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAARwBHABUARwAJACsAKwArACsAKwArACsAKwArACsAKwAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUQBRAFEAKwArACsAKwArACsAKwArACsAKwArACsAKwBRAFEAUQBRACsAKwArACsAKwArACsAKwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUAArACsAHgAEAAQADQAEAAQABAAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAAQABAAEAAQABAAeAB4AHgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAB4AHgAEAAQABAAEAAQABAAEAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4ABAAEAAQAHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwArACsAKwArACsAKwArACsAKwArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAKwArAFAAKwArAFAAUAArACsAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACsAUAArAFAAUABQAFAAUABQAFAAKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwBQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAHgAeAFAAUABQAFAAUAArAFAAKwArACsAUABQAFAAUABQAFAAUAArAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAB4AHgAeAB4AHgAeAB4AHgAeACsAKwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAEsASwBLAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAeAB4AHgAeAB4AHgAeAB4ABAAeAB4AHgAeAB4AHgAeAB4AHgAeAAQAHgAeAA0ADQANAA0AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQAKwAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArAAQABAAEAAQABAAEAAQAKwAEAAQAKwAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwAEAAQABAAEAAQABAAEAFAAUABQAFAAUABQAFAAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwBQAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArABsAUABQAFAAUABQACsAKwBQAFAAUABQAFAAUABQAFAAUAAEAAQABAAEAAQABAAEACsAKwArACsAKwArACsAKwArAB4AHgAeAB4ABAAEAAQABAAEAAQABABQACsAKwArACsASwBLAEsASwBLAEsASwBLAEsASwArACsAKwArABYAFgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAGgBQAFAAUAAaAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAeAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQACsAKwBQAFAAUABQACsAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUAArACsAKwArACsAKwBQACsAKwArACsAUAArAFAAKwBQACsAUABQAFAAKwBQAFAAKwBQACsAKwBQACsAUAArAFAAKwBQACsAUAArAFAAUAArAFAAKwArAFAAUABQAFAAKwBQAFAAUABQAFAAUABQACsAUABQAFAAUAArAFAAUABQAFAAKwBQACsAUABQAFAAUABQAFAAUABQAFAAUAArAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAArACsAKwArACsAUABQAFAAKwBQAFAAUABQAFAAKwBQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwAeAB4AKwArACsAKwArACsAKwArACsAKwArACsAKwArAE8ATwBPAE8ATwBPAE8ATwBPAE8ATwBPAE8AJQAlACUAHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHgAeAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB4AHgAeACUAJQAlAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAKQApACkAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAlACUAJQAlACUAHgAlACUAJQAlACUAIAAgACAAJQAlACAAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACEAIQAhACEAIQAlACUAIAAgACUAJQAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlACUAIAAlACUAJQAlACAAIAAgACUAIAAgACAAJQAlACUAJQAlACUAJQAgACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAlAB4AJQAeACUAJQAlACUAJQAgACUAJQAlACUAHgAlAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAgACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACAAIAAgACAAIAAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeABcAFwAXABUAFQAVAB4AHgAeAB4AJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAgACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlACUAJQAeAB4AHgAeAB4AHgAeAB4AHgAeACUAJQAlACUAJQAlAB4AHgAeAB4AHgAeAB4AHgAlACUAJQAlACUAJQAlACUAHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAgACUAJQAgACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAJQAlACUAJQAlACUAIAAlACUAJQAlACUAJQAlACUAJQAgACAAIAAgACAAIAAgACAAIAAgACUAJQAgACAAIAAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACAAIAAlACAAIAAlACAAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAgACAAIAAlACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAJQAlAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AKwAeAB4AHgAeAB4AHgAeAB4AHgAeAB4AHgArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAEsASwBLAEsASwBLAEsASwBLAEsAKwArACsAKwArACsAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwArAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwAlACUAJQAlACUAJQAlACUAJQAlACUAVwBXACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQBXAFcAVwBXAFcAVwBXAFcAVwBXAFcAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAJQAlACUAKwAEACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArACsAKwArAA=="))?function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t}(A):new Uint32Array(A),r=R(t=Array.isArray(A)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t}(A):new Uint16Array(A),12,e[4]/2),s=2===e[5]?R(t,(24+e[4])/2):(n=Math.ceil((24+e[4])/4),e.slice?e.slice(n,void 0):new Uint32Array(Array.prototype.slice.call(e,n,void 0))),new G(e[0],e[1],e[2],e[3],r,s)),j=[30,36],W=[1,2,3,5],Y=[10,8],$=[27,26],z=W.concat(Y),Z=[38,39,40,34,35],q=[15,13],AA=function(A,e){void 0===e&&(e="strict");var t=[],r=[],n=[];return A.forEach(function(A,s){var i=X.get(A);if(i>50?(n.push(!0),i-=50):n.push(!1),-1!==["normal","auto","loose"].indexOf(e)&&-1!==[8208,8211,12316,12448].indexOf(A))return r.push(s),t.push(16);if(4===i||11===i){if(0===s)return r.push(s),t.push(30);var o=t[s-1];return -1===z.indexOf(o)?(r.push(r[s-1]),t.push(o)):(r.push(s),t.push(30))}if(r.push(s),31===i)return t.push("strict"===e?21:37);if(42===i||29===i)return t.push(30);if(43===i)if(A>=131072&&A<=196605||A>=196608&&A<=262141)return t.push(37);else return t.push(30);t.push(i)}),[r,t,n]},Ae=function(A,e,t,r){var n=r[t];if(Array.isArray(A)?-1!==A.indexOf(n):A===n)for(var s=t;s<=r.length;){var i=r[++s];if(i===e)return!0;if(10!==i)break}if(10===n)for(var s=t;s>0;){var o=r[--s];if(Array.isArray(A)?-1!==A.indexOf(o):A===o)for(var a=t;a<=r.length;){var i=r[++a];if(i===e)return!0;if(10!==i)break}if(10!==o)break}return!1},At=function(A,e){for(var t=A;t>=0;){var r=e[t];if(10!==r)return r;t--}return 0},Ar=function(A,e,t,r,n){if(0===t[r])return"×";var s=r-1;if(Array.isArray(n)&&!0===n[s])return"×";var i=s-1,o=s+1,a=e[s],l=i>=0?e[i]:0,c=e[o];if(2===a&&3===c)return"×";if(-1!==W.indexOf(a))return"!";if(-1!==W.indexOf(c)||-1!==Y.indexOf(c))return"×";if(8===At(s,e))return"÷";if(11===X.get(A[s])||(32===a||33===a)&&11===X.get(A[o])||7===a||7===c||9===a||-1===[10,13,15].indexOf(a)&&9===c||-1!==[17,18,19,24,28].indexOf(c)||22===At(s,e)||Ae(23,22,s,e)||Ae([17,18],21,s,e)||Ae(12,12,s,e))return"×";if(10===a)return"÷";if(23===a||23===c)return"×";if(16===c||16===a)return"÷";if(-1!==[13,15,21].indexOf(c)||14===a||36===l&&-1!==q.indexOf(a)||28===a&&36===c||20===c||-1!==j.indexOf(c)&&25===a||-1!==j.indexOf(a)&&25===c||27===a&&-1!==[37,32,33].indexOf(c)||-1!==[37,32,33].indexOf(a)&&26===c||-1!==j.indexOf(a)&&-1!==$.indexOf(c)||-1!==$.indexOf(a)&&-1!==j.indexOf(c)||-1!==[27,26].indexOf(a)&&(25===c||-1!==[22,15].indexOf(c)&&25===e[o+1])||-1!==[22,15].indexOf(a)&&25===c||25===a&&-1!==[25,28,24].indexOf(c))return"×";if(-1!==[25,28,24,17,18].indexOf(c))for(var u=s;u>=0;){var B=e[u];if(25===B)return"×";if(-1!==[28,24].indexOf(B))u--;else break}if(-1!==[27,26].indexOf(c))for(var u=-1!==[17,18].indexOf(a)?i:s;u>=0;){var B=e[u];if(25===B)return"×";if(-1!==[28,24].indexOf(B))u--;else break}if(38===a&&-1!==[38,39,34,35].indexOf(c)||-1!==[39,34].indexOf(a)&&-1!==[39,40].indexOf(c)||-1!==[40,35].indexOf(a)&&40===c||-1!==Z.indexOf(a)&&-1!==[20,26].indexOf(c)||-1!==Z.indexOf(c)&&27===a||-1!==j.indexOf(a)&&-1!==j.indexOf(c)||24===a&&-1!==j.indexOf(c)||-1!==j.concat(25).indexOf(a)&&22===c&&-1===J.indexOf(A[o])||-1!==j.concat(25).indexOf(c)&&18===a)return"×";if(41===a&&41===c){for(var f=t[s],d=1;f>0;)if(41===e[--f])d++;else break;if(d%2!=0)return"×"}return 32===a&&33===c?"×":"÷"},An=function(A,e){e||(e={lineBreak:"normal",wordBreak:"normal"});var t=AA(A,e.lineBreak),r=t[0],n=t[1],s=t[2];return("break-all"===e.wordBreak||"break-word"===e.wordBreak)&&(n=n.map(function(A){return -1!==[25,30,42].indexOf(A)?37:A})),[r,n,"keep-all"===e.wordBreak?s.map(function(e,t){return e&&A[t]>=19968&&A[t]<=40959}):void 0]},As=function(){function A(A,e,t,r){this.codePoints=A,this.required="!"===e,this.start=t,this.end=r}return A.prototype.slice=function(){return K.apply(void 0,this.codePoints.slice(this.start,this.end))},A}(),Ai=function(A,e){var t=S(A),r=An(t,e),n=r[0],s=r[1],i=r[2],o=t.length,a=0,l=0;return{next:function(){if(l>=o)return{done:!0,value:null};for(var A="×";l<o&&"×"===(A=Ar(t,s,n,++l,i)););if("×"!==A||l===o){var e=new As(t,A,a,l);return a=l,{value:e,done:!1}}return{done:!0,value:null}}}},Ao=function(A){return A>=48&&A<=57},Aa=function(A){return Ao(A)||A>=65&&A<=70||A>=97&&A<=102},Al=function(A){return A>=97&&A<=122||A>=65&&A<=90},Ac=function(A){return 10===A||9===A||32===A},Au=function(A){return Al(A)||A>=128||95===A},AB=function(A){return Au(A)||Ao(A)||45===A},Af=function(A,e){return 92===A&&10!==e},Ad=function(A,e,t){return 45===A?Au(e)||Af(e,t):!!(Au(A)||92===A&&Af(A,e))||!1},Ah=function(A,e,t){return 43===A||45===A?!!Ao(e)||46===e&&Ao(t):46===A?Ao(e):Ao(A)},Ag=function(A){var e=0,t=1;(43===A[0]||45===A[e])&&(45===A[e]&&(t=-1),e++);for(var r=[];Ao(A[e]);)r.push(A[e++]);var n=r.length?parseInt(K.apply(void 0,r),10):0;46===A[e]&&e++;for(var s=[];Ao(A[e]);)s.push(A[e++]);var i=s.length,o=i?parseInt(K.apply(void 0,s),10):0;(69===A[e]||101===A[e])&&e++;var a=1;(43===A[e]||45===A[e])&&(45===A[e]&&(a=-1),e++);for(var l=[];Ao(A[e]);)l.push(A[e++]);return t*(n+o*Math.pow(10,-i))*Math.pow(10,a*(l.length?parseInt(K.apply(void 0,l),10):0))},Aw={type:2},Ap={type:3},AQ={type:4},AC={type:13},AU={type:8},Am={type:21},Ay={type:9},AF={type:10},Ab={type:11},AE={type:12},Av={type:14},AH={type:23},AI={type:1},Ax={type:25},AS={type:24},AK={type:26},AL={type:27},Ak={type:28},AD={type:29},AT={type:31},AO={type:32},AM=function(){function A(){this._value=[]}return A.prototype.write=function(A){this._value=this._value.concat(S(A))},A.prototype.read=function(){for(var A=[],e=this.consumeToken();e!==AO;)A.push(e),e=this.consumeToken();return A},A.prototype.consumeToken=function(){var A=this.consumeCodePoint();switch(A){case 34:return this.consumeStringToken(34);case 35:var e=this.peekCodePoint(0),t=this.peekCodePoint(1),r=this.peekCodePoint(2);if(AB(e)||Af(t,r)){var n=Ad(e,t,r)?2:1,s=this.consumeName();return{type:5,value:s,flags:n}}break;case 36:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),AC;break;case 39:return this.consumeStringToken(39);case 40:return Aw;case 41:return Ap;case 42:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),Av;break;case 43:case 46:if(Ah(A,this.peekCodePoint(0),this.peekCodePoint(1)))return this.reconsumeCodePoint(A),this.consumeNumericToken();break;case 44:return AQ;case 45:var i=this.peekCodePoint(0),o=this.peekCodePoint(1);if(Ah(A,i,o))return this.reconsumeCodePoint(A),this.consumeNumericToken();if(Ad(A,i,o))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();if(45===i&&62===o)return this.consumeCodePoint(),this.consumeCodePoint(),AS;break;case 47:if(42===this.peekCodePoint(0))for(this.consumeCodePoint();;){var a=this.consumeCodePoint();if(42===a&&47===(a=this.consumeCodePoint())||-1===a)return this.consumeToken()}break;case 58:return AK;case 59:return AL;case 60:if(33===this.peekCodePoint(0)&&45===this.peekCodePoint(1)&&45===this.peekCodePoint(2))return this.consumeCodePoint(),this.consumeCodePoint(),Ax;break;case 64:if(Ad(this.peekCodePoint(0),this.peekCodePoint(1),this.peekCodePoint(2))){var s=this.consumeName();return{type:7,value:s}}break;case 91:return Ak;case 92:if(Af(A,this.peekCodePoint(0)))return this.reconsumeCodePoint(A),this.consumeIdentLikeToken();break;case 93:return AD;case 61:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),AU;break;case 123:return Ab;case 125:return AE;case 117:case 85:var l=this.peekCodePoint(0),c=this.peekCodePoint(1);return 43===l&&(Aa(c)||63===c)&&(this.consumeCodePoint(),this.consumeUnicodeRangeToken()),this.reconsumeCodePoint(A),this.consumeIdentLikeToken();case 124:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),Ay;if(124===this.peekCodePoint(0))return this.consumeCodePoint(),Am;break;case 126:if(61===this.peekCodePoint(0))return this.consumeCodePoint(),AF;break;case -1:return AO}return Ac(A)?(this.consumeWhiteSpace(),AT):Ao(A)?(this.reconsumeCodePoint(A),this.consumeNumericToken()):Au(A)?(this.reconsumeCodePoint(A),this.consumeIdentLikeToken()):{type:6,value:K(A)}},A.prototype.consumeCodePoint=function(){var A=this._value.shift();return void 0===A?-1:A},A.prototype.reconsumeCodePoint=function(A){this._value.unshift(A)},A.prototype.peekCodePoint=function(A){return A>=this._value.length?-1:this._value[A]},A.prototype.consumeUnicodeRangeToken=function(){for(var A=[],e=this.consumeCodePoint();Aa(e)&&A.length<6;)A.push(e),e=this.consumeCodePoint();for(var t=!1;63===e&&A.length<6;)A.push(e),e=this.consumeCodePoint(),t=!0;if(t){var r=parseInt(K.apply(void 0,A.map(function(A){return 63===A?48:A})),16),n=parseInt(K.apply(void 0,A.map(function(A){return 63===A?70:A})),16);return{type:30,start:r,end:n}}var s=parseInt(K.apply(void 0,A),16);if(!(45===this.peekCodePoint(0)&&Aa(this.peekCodePoint(1))))return{type:30,start:s,end:s};this.consumeCodePoint(),e=this.consumeCodePoint();for(var i=[];Aa(e)&&i.length<6;)i.push(e),e=this.consumeCodePoint();var n=parseInt(K.apply(void 0,i),16);return{type:30,start:s,end:n}},A.prototype.consumeIdentLikeToken=function(){var A=this.consumeName();return"url"===A.toLowerCase()&&40===this.peekCodePoint(0)?(this.consumeCodePoint(),this.consumeUrlToken()):40===this.peekCodePoint(0)?(this.consumeCodePoint(),{type:19,value:A}):{type:20,value:A}},A.prototype.consumeUrlToken=function(){var A=[];if(this.consumeWhiteSpace(),-1===this.peekCodePoint(0))return{type:22,value:""};var e=this.peekCodePoint(0);if(39===e||34===e){var t=this.consumeStringToken(this.consumeCodePoint());return 0===t.type&&(this.consumeWhiteSpace(),-1===this.peekCodePoint(0)||41===this.peekCodePoint(0))?(this.consumeCodePoint(),{type:22,value:t.value}):(this.consumeBadUrlRemnants(),AH)}for(;;){var r,n=this.consumeCodePoint();if(-1===n||41===n)return{type:22,value:K.apply(void 0,A)};if(Ac(n)){if(this.consumeWhiteSpace(),-1===this.peekCodePoint(0)||41===this.peekCodePoint(0))return this.consumeCodePoint(),{type:22,value:K.apply(void 0,A)};return this.consumeBadUrlRemnants(),AH}if(34===n||39===n||40===n||(r=n)>=0&&r<=8||11===r||r>=14&&r<=31||127===r)return this.consumeBadUrlRemnants(),AH;if(92===n)if(!Af(n,this.peekCodePoint(0)))return this.consumeBadUrlRemnants(),AH;else A.push(this.consumeEscapedCodePoint());else A.push(n)}},A.prototype.consumeWhiteSpace=function(){for(;Ac(this.peekCodePoint(0));)this.consumeCodePoint()},A.prototype.consumeBadUrlRemnants=function(){for(;;){var A=this.consumeCodePoint();if(41===A||-1===A)return;Af(A,this.peekCodePoint(0))&&this.consumeEscapedCodePoint()}},A.prototype.consumeStringSlice=function(A){for(var e="";A>0;){var t=Math.min(5e4,A);e+=K.apply(void 0,this._value.splice(0,t)),A-=t}return this._value.shift(),e},A.prototype.consumeStringToken=function(A){for(var e="",t=0;;){var r=this._value[t];if(-1===r||void 0===r||r===A)return{type:0,value:e+=this.consumeStringSlice(t)};if(10===r)return this._value.splice(0,t),AI;if(92===r){var n=this._value[t+1];-1!==n&&void 0!==n&&(10===n?(e+=this.consumeStringSlice(t),t=-1,this._value.shift()):Af(r,n)&&(e+=this.consumeStringSlice(t),e+=K(this.consumeEscapedCodePoint()),t=-1))}t++}},A.prototype.consumeNumber=function(){var A=[],e=4,t=this.peekCodePoint(0);for((43===t||45===t)&&A.push(this.consumeCodePoint());Ao(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0);var r=this.peekCodePoint(1);if(46===t&&Ao(r))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=8;Ao(this.peekCodePoint(0));)A.push(this.consumeCodePoint());t=this.peekCodePoint(0),r=this.peekCodePoint(1);var n=this.peekCodePoint(2);if((69===t||101===t)&&((43===r||45===r)&&Ao(n)||Ao(r)))for(A.push(this.consumeCodePoint(),this.consumeCodePoint()),e=8;Ao(this.peekCodePoint(0));)A.push(this.consumeCodePoint());return[Ag(A),e]},A.prototype.consumeNumericToken=function(){var A=this.consumeNumber(),e=A[0],t=A[1],r=this.peekCodePoint(0);return Ad(r,this.peekCodePoint(1),this.peekCodePoint(2))?{type:15,number:e,flags:t,unit:this.consumeName()}:37===r?(this.consumeCodePoint(),{type:16,number:e,flags:t}):{type:17,number:e,flags:t}},A.prototype.consumeEscapedCodePoint=function(){var A=this.consumeCodePoint();if(Aa(A)){for(var e=K(A);Aa(this.peekCodePoint(0))&&e.length<6;)e+=K(this.consumeCodePoint());Ac(this.peekCodePoint(0))&&this.consumeCodePoint();var t=parseInt(e,16);return 0===t||t>=55296&&t<=57343||t>1114111?65533:t}return -1===A?65533:A},A.prototype.consumeName=function(){for(var A="";;){var e=this.consumeCodePoint();if(AB(e))A+=K(e);else{if(!Af(e,this.peekCodePoint(0)))return this.reconsumeCodePoint(e),A;A+=K(this.consumeEscapedCodePoint())}}},A}(),AN=function(){function A(A){this._tokens=A}return A.create=function(e){var t=new AM;return t.write(e),new A(t.read())},A.parseValue=function(e){return A.create(e).parseComponentValue()},A.parseValues=function(e){return A.create(e).parseComponentValues()},A.prototype.parseComponentValue=function(){for(var A=this.consumeToken();31===A.type;)A=this.consumeToken();if(32===A.type)throw SyntaxError("Error parsing CSS component value, unexpected EOF");this.reconsumeToken(A);var e=this.consumeComponentValue();do A=this.consumeToken();while(31===A.type)if(32===A.type)return e;throw SyntaxError("Error parsing CSS component value, multiple values found when expecting only one")},A.prototype.parseComponentValues=function(){for(var A=[];;){var e=this.consumeComponentValue();if(32===e.type)return A;A.push(e),A.push()}},A.prototype.consumeComponentValue=function(){var A=this.consumeToken();switch(A.type){case 11:case 28:case 2:return this.consumeSimpleBlock(A.type);case 19:return this.consumeFunction(A)}return A},A.prototype.consumeSimpleBlock=function(A){for(var e={type:A,values:[]},t=this.consumeToken();;){if(32===t.type||AW(t,A))return e;this.reconsumeToken(t),e.values.push(this.consumeComponentValue()),t=this.consumeToken()}},A.prototype.consumeFunction=function(A){for(var e={name:A.value,values:[],type:18};;){var t=this.consumeToken();if(32===t.type||3===t.type)return e;this.reconsumeToken(t),e.values.push(this.consumeComponentValue())}},A.prototype.consumeToken=function(){var A=this._tokens.shift();return void 0===A?AO:A},A.prototype.reconsumeToken=function(A){this._tokens.unshift(A)},A}(),AR=function(A){return 15===A.type},AG=function(A){return 17===A.type},AV=function(A){return 20===A.type},AP=function(A){return 0===A.type},A_=function(A,e){return AV(A)&&A.value===e},AJ=function(A){return 31!==A.type},AX=function(A){return 31!==A.type&&4!==A.type},Aj=function(A){var e=[],t=[];return A.forEach(function(A){if(4===A.type){if(0===t.length)throw Error("Error parsing function args, zero tokens for arg");e.push(t),t=[];return}31!==A.type&&t.push(A)}),t.length&&e.push(t),e},AW=function(A,e){return 11===e&&12===A.type||28===e&&29===A.type||2===e&&3===A.type},AY=function(A){return 17===A.type||15===A.type},A$=function(A){return 16===A.type||AY(A)},Az=function(A){return A.length>1?[A[0],A[1]]:[A[0]]},AZ={type:17,number:0,flags:4},Aq={type:16,number:50,flags:4},A0={type:16,number:100,flags:4},A1=function(A,e,t){var r=A[0],n=A[1];return[A4(r,e),A4(void 0!==n?n:r,t)]},A4=function(A,e){if(16===A.type)return A.number/100*e;if(AR(A))switch(A.unit){case"rem":case"em":return 16*A.number}return A.number},A2="grad",A3="turn",A6=function(A,e){if(15===e.type)switch(e.unit){case"deg":return Math.PI*e.number/180;case A2:return Math.PI/200*e.number;case"rad":return e.number;case A3:return 2*Math.PI*e.number}throw Error("Unsupported angle type")},A5=function(A){return 15===A.type&&("deg"===A.unit||A.unit===A2||"rad"===A.unit||A.unit===A3)},A8=function(A){switch(A.filter(AV).map(function(A){return A.value}).join(" ")){case"to bottom right":case"to right bottom":case"left top":case"top left":return[AZ,AZ];case"to top":case"bottom":return A7(0);case"to bottom left":case"to left bottom":case"right top":case"top right":return[AZ,A0];case"to right":case"left":return A7(90);case"to top left":case"to left top":case"right bottom":case"bottom right":return[A0,A0];case"to bottom":case"top":return A7(180);case"to top right":case"to right top":case"left bottom":case"bottom left":return[A0,AZ];case"to left":case"right":return A7(270)}return 0},A7=function(A){return Math.PI*A/180},A9=function(A){return(255&A)==0},eA=function(A){var e=255&A,t=255&A>>8,r=255&A>>16,n=255&A>>24;return e<255?"rgba(".concat(n,",").concat(r,",").concat(t,",").concat(e/255,")"):"rgb(".concat(n,",").concat(r,",").concat(t,")")},ee=function(A,e,t,r){return(A<<24|e<<16|t<<8|(0|Math.round(255*r)))>>>0},et=function(A,e){if(17===A.type)return A.number;if(16===A.type){var t=3===e?1:255;return 3===e?A.number/100*t:Math.round(A.number/100*t)}return 0},er=function(A){return(20===A[0].type?A[0].value:"unknown")==="from"},en=function(A,e,t){return Math.min(Math.max(A,e),t)},es=function(A,e){return[A[0]*e[0]+A[1]*e[1]+A[2]*e[2],A[3]*e[0]+A[4]*e[1]+A[5]*e[2],A[6]*e[0]+A[7]*e[1]+A[8]*e[2]]},ei=function(A){var e=A[0],t=A[1],r=A[2],n=A[3],s=eF([e,t,r]);return ee(en(Math.round(255*s[0]),0,255),en(Math.round(255*s[1]),0,255),en(Math.round(255*s[2]),0,255),n)},eo=function(A){var e=em([A[0],A[1],A[2]]);return ei([e[0],e[1],e[2],A[3]])},ea=function(A,e){var t=e.filter(AX),r=t[0],n=t[1],s=t[2],i=t[3];return[(17===r.type?A7(r.number):A6(A,r))/(2*Math.PI),A$(n)?n.number/100:0,A$(s)?s.number/100:0,void 0!==i&&A$(i)?A4(i,1):1]},el=function(A,e){if(er(e))throw Error("Relative color not supported for hsl()");var t=ea(A,e),r=t[0],n=t[1],s=t[2],i=t[3],o=eg([r,n,s]);return ee(255*o[0],255*o[1],255*o[2],0===n?1:i)},ec=function(A){var e=A.filter(AX);return[A$(e[0])?e[0].number:0,A$(e[1])?e[1].number:0,AG(e[2])||AR(e[2])?e[2].number:0,void 0!==e[4]&&A$(e[4])?A4(e[4],1):1]},eu=function(A){var e=A.filter(AX);return[16===e[0].type?e[0].number/100:AG(e[0])?e[0].number:0,16===e[1].type?e[1].number/100:AG(e[1])?e[1].number:0,AG(e[2])||AR(e[2])?e[2].number:0,void 0!==e[4]&&A$(e[4])?A4(e[4],1):1]},eB=function(A){var e=A.filter(AX);return[16===e[0].type?e[0].number/100:AG(e[0])?e[0].number:0,16===e[1].type?e[1].number/100:AG(e[1])?e[1].number:0,AG(e[2])||AR(e[2])?e[2].number:0,void 0!==e[4]&&A$(e[4])?A4(e[4],1):1]},ef=function(A){return es([1.0479297925449969,.022946870601609652,-.05019226628920524,.02962780877005599,.9904344267538799,-.017073799063418826,-.009243040646204504,.015055191490298152,.7518742814281371],A)},ed=function(A){return es([.955473421488075,-.02309845494876471,.06325924320057072,-.0283697093338637,1.0099953980813041,.021041441191917323,.012314014864481998,-.020507649298898964,1.330365926242124],A)},eh=function(A,e,t){return(t<0&&(t+=1),t>=1&&(t-=1),t<1/6)?(e-A)*t*6+A:t<.5?e:t<2/3?(e-A)*6*(2/3-t)+A:A},eg=function(A){var e=A[0],t=A[1],r=A[2];if(0===t)return[255*r,255*r,255*r];var n=r<=.5?r*(t+1):r+t-r*t,s=2*r-n;return[eh(s,n,e+1/3),eh(s,n,e),eh(s,n,e-1/3)]},ew=function(A){var e=A[0],t=A[1],r=A[2];return t<0&&(t=0),isNaN(r)&&(r=0),[e,t*Math.cos(r*Math.PI/180),t*Math.sin(r*Math.PI/180)]},ep=function(A){var e=es([1,.3963377773761749,.2158037573099136,1,-.1055613458156586,-.0638541728258133,1,-.0894841775298119,-1.2914855480194092],A).map(function(A){return Math.pow(A,3)});return es([1.2268798758459243,-.5578149944602171,.2813910456659647,-.0405757452148008,1.112286803280317,-.0717110580655164,-.0763729366746601,-.4214933324022432,1.5869240198367816],e)},eQ=function(A){var e=(A[0]+16)/116,t=A[1]/500+e,r=e-A[2]/200,n=24389/27,s=[(t>24/116?Math.pow(t,3):(116*t-16)/n)*.3457/.3585,A[0]>8?Math.pow(e,3):A[0]/n,(r>24/116?Math.pow(r,3):(116*r-16)/n)*.2958/.3585];return ed([s[0],s[1],s[2]])},eC=function(A){return A},eU=function(A){return eo([A[0],A[1],A[2],A[3]])},em=function(A){return es([3.2409699419045226,-1.537383177570094,-.4986107602930034,-.9692436362808796,1.8759675015077202,.04155505740717559,.05563007969699366,-.20397695888897652,1.0569715142428786],A)},ey=function(A){return es([.41239079926595934,.357584339383878,.1804807884018343,.21263900587151027,.715168678767756,.07219231536073371,.01933081871559182,.11919477979462598,.9505321522496607],A)},eF=function(A){return A.map(function(A){var e=Math.abs(A);return e>.0031308?(A<0?-1:1)*(1.055*Math.pow(e,1/2.4)-.055):12.92*A})},eb=function(A){return A.map(function(A){var e=Math.abs(A);return e<=.04045?A/12.92:(A<0?-1:1)*Math.pow((e+.055)/1.055,2.4)})},eE=function(A){var e=[A[0],A[1],A[2]].map(function(A){var e=A<0?-1:1;return A*e<=.04045?A/12.92:e*Math.pow((A+.055)/1.055,2.4)||0});return es([.4865709486482162,.26566769316909306,.1982172852343625,.2289745640697488,.6917385218365064,.079286914093745,0,.04511338185890264,1.043944368900976],[e[0],e[1],e[2]])},ev=function(A){var e=A.map(function(A){var e=Math.abs(A);return(A<0?-1:1)*Math.pow(e,563/256)});return[e[0],e[1],e[2]]},eH=function(A){var e=A.map(function(A){var e=Math.abs(A);return(A<0?-1:1)*Math.pow(e,256/563)});return[e[0],e[1],e[2]]},eI=function(A){var e=[A[0],A[1],A[2]].map(function(A){return A<16/512?A/16:Math.pow(A,1.8)});return ed(es([.7977666449006423,.13518129740053308,.0313477341283922,.2880748288194013,.711835234241873,8993693872564e-17,0,0,.8251046025104602],[e[0],e[1],e[2]]))},ex=function(A){var e=[A[0],A[1],A[2]].map(function(A){return A<.08124285829863151?A/4.5:Math.pow((A+1.09929682680944-1)/1.09929682680944,1/.45)});return es([.6369580483012914,.14461690358620832,.1688809751641721,.2627002120112671,.6779980715188708,.05930171646986196,0,.028072693049087428,1.060985057710791],[e[0],e[1],e[2]])},eS=function(A,e){if(18===e.type){var t=eO[e.name];if(void 0===t)throw Error('Attempting to parse an unsupported color function "'.concat(e.name,'"'));return t(A,e.values)}if(5===e.type){var r=eK(e);return ee(r[0],r[1],r[2],r[3])}if(20===e.type){var n=eN[e.value.toUpperCase()];if(void 0!==n)return n}return eN.TRANSPARENT},eK=function(A){if(3===A.value.length){var e=A.value.substring(0,1),t=A.value.substring(1,2),r=A.value.substring(2,3);return[parseInt(e+e,16),parseInt(t+t,16),parseInt(r+r,16),1]}if(4===A.value.length){var e=A.value.substring(0,1),t=A.value.substring(1,2),r=A.value.substring(2,3),n=A.value.substring(3,4);return[parseInt(e+e,16),parseInt(t+t,16),parseInt(r+r,16),parseInt(n+n,16)/255]}if(6===A.value.length){var e=A.value.substring(0,2),t=A.value.substring(2,4),r=A.value.substring(4,6);return[parseInt(e,16),parseInt(t,16),parseInt(r,16),1]}if(8===A.value.length){var e=A.value.substring(0,2),t=A.value.substring(2,4),r=A.value.substring(4,6),n=A.value.substring(6,8);return[parseInt(e,16),parseInt(t,16),parseInt(r,16),parseInt(n,16)/255]}return[0,0,0,1]},eL=function(A,e){var t=e.filter(AX);if(er(t))throw Error("Relative color not supported for rgb()");if(3===t.length){var r=t.map(et),n=r[0],s=r[1],i=r[2];return ee(n,s,i,1)}if(4===t.length){var o=t.map(et),n=o[0],s=o[1],i=o[2];return ee(n,s,i,o[3])}return 0},ek={srgb:function(A){return ee(en(Math.round(255*A[0]),0,255),en(Math.round(255*A[1]),0,255),en(Math.round(255*A[2]),0,255),en(A[3],0,1))},"srgb-linear":ei,"display-p3":function(A){var e=eE([A[0],A[1],A[2]]);return eo([e[0],e[1],e[2],A[3]])},"a98-rgb":function(A){var e=em(es([.5766690429101305,.1855582379065463,.1882286462349947,.29734497525053605,.6273635662554661,.0752914584939978,.02703136138641234,.07068885253582723,.9913375368376388],ev([A[0],A[1],A[2]])));return ei([e[0],e[1],e[2],A[3]])},"prophoto-rgb":function(A){var e=eI([A[0],A[1],A[2]]);return eo([e[0],e[1],e[2],A[3]])},xyz:eU,"xyz-d50":function(A){var e,t=ed([(e=[A[0],A[1],A[2]])[0],e[1],e[2]]);return eo([t[0],t[1],t[2],A[3]])},"xyz-d65":eU,rec2020:function(A){var e=ex([A[0],A[1],A[2]]);return eo([e[0],e[1],e[2],A[3]])}},eD={rgb:function(A,e){var t=e.filter(AX);if(3===t.length){var r=t.map(et),n=r[0],s=r[1],i=r[2],o=eb([n/255,s/255,i/255]),a=ey([o[0],o[1],o[2]]),l=a[0],c=a[1],u=a[2];return[l,c,u,1]}if(4===t.length){var B=t.map(et),n=B[0],s=B[1],i=B[2],f=B[3],o=eb([n/255,s/255,i/255]),d=ey([o[0],o[1],o[2]]),l=d[0],c=d[1],u=d[2];return[l,c,u,f]}return[0,0,0,1]},hsl:function(A,e){var t=ea(A,e),r=t[0],n=t[1],s=t[2],i=t[3],o=eb(eg([r,n,s])),a=ey([o[0],o[1],o[2]]);return[a[0],a[1],a[2],i]},lab:function(A,e){var t=eu(e),r=t[0],n=t[1],s=t[2],i=t[3],o=eQ([r,n,s]);return[o[0],o[1],o[2],i]},lch:function(A,e){var t=ec(e),r=t[0],n=t[1],s=t[2],i=t[3],o=eQ(ew([r,n,s]));return[o[0],o[1],o[2],i]},oklab:function(A,e){var t=eu(e),r=t[0],n=t[1],s=t[2],i=t[3],o=ep([r,n,s]);return[o[0],o[1],o[2],i]},oklch:function(A,e){var t=eB(e),r=t[0],n=t[1],s=t[2],i=t[3],o=ep(ew([r,n,s]));return[o[0],o[1],o[2],i]}},eT={srgb:function(A){var e=eF(em([A[0],A[1],A[2]]));return[e[0],e[1],e[2],A[3]]},"srgb-linear":function(A){var e=em([A[0],A[1],A[2]]),t=e[0],r=e[1],n=e[2];return[en(Math.round(255*t),0,255),en(Math.round(255*r),0,255),en(Math.round(255*n),0,255),A[3]]},"display-p3":function(A){var e=eF(es([2.493496911941425,-.9313836179191239,-.40271078445071684,-.8294889695615747,1.7626640603183463,.023624685841943577,.03584583024378447,-.07617238926804182,.9568845240076872],[A[0],A[1],A[2]]));return[e[0],e[1],e[2],A[3]]},"a98-rgb":function(A){var e=eH(es([2.0415879038107465,-.5650069742788596,-.34473135077832956,-.9692436362808795,1.8759675015077202,.04155505740717557,.013444280632031142,-.11836239223101838,1.0151749943912054],[A[0],A[1],A[2]]));return[e[0],e[1],e[2],A[3]]},"prophoto-rgb":function(A){var e=es([1.3457868816471583,-.25557208737979464,-.05110186497554526,-.5446307051249019,1.5082477428451468,.02052744743642139,0,0,1.2119675456389452],ef([A[0],A[1],A[2]])).map(function(A){return A>1/512?Math.pow(A,1/1.8):16*A});return[e[0],e[1],e[2],A[3]]},xyz:eC,"xyz-d50":function(A){var e=ef([A[0],A[2],A[3]]);return[e[0],e[1],e[2],A[3]]},"xyz-d65":eC,rec2020:function(A){var e=es([1.716651187971268,-.355670783776392,-.25336628137366,-.666684351832489,1.616481236634939,.0157685458139111,.017639857445311,-.042770613257809,.942103121235474],[A[0],A[1],A[2]]).map(function(A){return A>=.018053968510807?1.09929682680944*Math.pow(A,.45)-(1.09929682680944-1):4.5*A});return[e[0],e[1],e[2],A[3]]}},eO={hsl:el,hsla:el,rgb:eL,rgba:eL,lch:function(A,e){if(er(e.filter(AX)))throw Error("Relative color not supported for lch()");var t=ec(e),r=t[0],n=t[1],s=t[2],i=t[3],o=eF(em(eQ(ew([r,n,s]))));return ee(en(Math.round(255*o[0]),0,255),en(Math.round(255*o[1]),0,255),en(Math.round(255*o[2]),0,255),i)},oklch:function(A,e){if(er(e.filter(AX)))throw Error("Relative color not supported for oklch()");var t=eB(e),r=t[0],n=t[1],s=t[2],i=t[3],o=eF(em(ep(ew([r,n,s]))));return ee(en(Math.round(255*o[0]),0,255),en(Math.round(255*o[1]),0,255),en(Math.round(255*o[2]),0,255),i)},oklab:function(A,e){if(er(e.filter(AX)))throw Error("Relative color not supported for oklab()");var t=eu(e),r=t[0],n=t[1],s=t[2],i=t[3],o=eF(em(ep([r,n,s])));return ee(en(Math.round(255*o[0]),0,255),en(Math.round(255*o[1]),0,255),en(Math.round(255*o[2]),0,255),i)},lab:function(A,e){if(er(e.filter(AX)))throw Error("Relative color not supported for lab()");var t=eu(e),r=t[0],n=t[1],s=t[2],i=t[3],o=eF(em(eQ([r,n,s])));return ee(en(Math.round(255*o[0]),0,255),en(Math.round(255*o[1]),0,255),en(Math.round(255*o[2]),0,255),i)},color:function(A,e){var t=e.filter(AX),r=20===t[0].type?t[0].value:"unknown";if(!er(t)){var n=ek[r];if(void 0===n)throw Error('Attempting to parse an unsupported color space "'.concat(r,'" for color() function'));var s=AG(t[1])?t[1].number:0,i=AG(t[2])?t[2].number:0,o=AG(t[3])?t[3].number:0,a=t.length>4&&6===t[4].type&&"/"===t[4].value&&AG(t[5])?t[5].number:1;return n([s,i,o,a])}var l=function(A,e){if(AG(e))return e.number;if(AV(e)){var t;return A["r"===(t=e.value)||"x"===t?0:"g"===t||"y"===t?1:2]}var r=function(A){for(var e=A.filter(AX),t="(",n=0;n<e.length;n++){var s=e[n];t+=18===s.type&&"calc"===s.name?r(s.values):AG(s)?s.number:6===s.type||AV(s)?s.value:""}return t+")"};if(18===e.type){var n=e.values.filter(AX);if("calc"===e.name)return Function("return "+r(n).replace(/r|x/,A[0].toString()).replace(/g|y/,A[1].toString()).replace(/b|z/,A[2].toString()))()}return null},c=18===t[1].type?t[1].name:AV(t[1])||5===t[1].type?"rgb":"unknown",u=AV(t[2])?t[2].value:"unknown",B=18===t[1].type?t[1].values:AV(t[1])?[t[1]]:[];if(AV(t[1])){if(void 0===eN[t[1].value.toUpperCase()])throw Error("Attempting to use unknown color in relative color 'from'");var f=eM(A,t[1].value),d=255&f,h=255&f>>8,g=255&f>>16,w=255&f>>24;B=[{type:17,number:w,flags:1},{type:17,number:g,flags:1},{type:17,number:h,flags:1},{type:17,number:d>1?d/255:d,flags:1}]}else if(5===t[1].type){var p=eK(t[1]),w=p[0],g=p[1],h=p[2],d=p[3];B=[{type:17,number:w,flags:1},{type:17,number:g,flags:1},{type:17,number:h,flags:1},{type:17,number:d>1?d/255:d,flags:1}]}if(0===B.length)throw Error("Attempting to use unknown color in relative color 'from'");if("unknown"===u)throw Error("Attempting to use unknown colorspace in relative color 'to'");var Q=eD[c],C=eT[u],U=ek[u];if(void 0===Q)throw Error('Attempting to parse an unsupported color space "'.concat(c,'" for color() function'));if(void 0===C)throw Error('Attempting to parse an unsupported color space "'.concat(u,'" for color() function'));var m=C(Q(A,B)),s=l(m,t[3]),i=l(m,t[4]),o=l(m,t[5]),a=t.length>6&&6===t[6].type&&"/"===t[6].value&&AG(t[7])?t[7].number:1;if(null===s||null===i||null===o)throw Error("Invalid relative color in color() function");return U([s,i,o,a])}},eM=function(A,e){return eS(A,AN.create(e).parseComponentValue())},eN={ALICEBLUE:0xf0f8ffff,ANTIQUEWHITE:0xfaebd7ff,AQUA:0xffffff,AQUAMARINE:0x7fffd4ff,AZURE:0xf0ffffff,BEIGE:0xf5f5dcff,BISQUE:0xffe4c4ff,BLACK:255,BLANCHEDALMOND:0xffebcdff,BLUE:65535,BLUEVIOLET:0x8a2be2ff,BROWN:0xa52a2aff,BURLYWOOD:0xdeb887ff,CADETBLUE:0x5f9ea0ff,CHARTREUSE:0x7fff00ff,CHOCOLATE:0xd2691eff,CORAL:0xff7f50ff,CORNFLOWERBLUE:0x6495edff,CORNSILK:0xfff8dcff,CRIMSON:0xdc143cff,CYAN:0xffffff,DARKBLUE:35839,DARKCYAN:9145343,DARKGOLDENROD:0xb886bbff,DARKGRAY:0xa9a9a9ff,DARKGREEN:6553855,DARKGREY:0xa9a9a9ff,DARKKHAKI:0xbdb76bff,DARKMAGENTA:0x8b008bff,DARKOLIVEGREEN:0x556b2fff,DARKORANGE:0xff8c00ff,DARKORCHID:0x9932ccff,DARKRED:0x8b0000ff,DARKSALMON:0xe9967aff,DARKSEAGREEN:0x8fbc8fff,DARKSLATEBLUE:0x483d8bff,DARKSLATEGRAY:0x2f4f4fff,DARKSLATEGREY:0x2f4f4fff,DARKTURQUOISE:0xced1ff,DARKVIOLET:0x9400d3ff,DEEPPINK:0xff1493ff,DEEPSKYBLUE:0xbfffff,DIMGRAY:0x696969ff,DIMGREY:0x696969ff,DODGERBLUE:0x1e90ffff,FIREBRICK:0xb22222ff,FLORALWHITE:0xfffaf0ff,FORESTGREEN:0x228b22ff,FUCHSIA:0xff00ffff,GAINSBORO:0xdcdcdcff,GHOSTWHITE:0xf8f8ffff,GOLD:0xffd700ff,GOLDENROD:0xdaa520ff,GRAY:0x808080ff,GREEN:8388863,GREENYELLOW:0xadff2fff,GREY:0x808080ff,HONEYDEW:0xf0fff0ff,HOTPINK:0xff69b4ff,INDIANRED:0xcd5c5cff,INDIGO:0x4b0082ff,IVORY:0xfffff0ff,KHAKI:0xf0e68cff,LAVENDER:0xe6e6faff,LAVENDERBLUSH:0xfff0f5ff,LAWNGREEN:0x7cfc00ff,LEMONCHIFFON:0xfffacdff,LIGHTBLUE:0xadd8e6ff,LIGHTCORAL:0xf08080ff,LIGHTCYAN:0xe0ffffff,LIGHTGOLDENRODYELLOW:0xfafad2ff,LIGHTGRAY:0xd3d3d3ff,LIGHTGREEN:0x90ee90ff,LIGHTGREY:0xd3d3d3ff,LIGHTPINK:0xffb6c1ff,LIGHTSALMON:0xffa07aff,LIGHTSEAGREEN:0x20b2aaff,LIGHTSKYBLUE:0x87cefaff,LIGHTSLATEGRAY:0x778899ff,LIGHTSLATEGREY:0x778899ff,LIGHTSTEELBLUE:0xb0c4deff,LIGHTYELLOW:0xffffe0ff,LIME:0xff00ff,LIMEGREEN:0x32cd32ff,LINEN:0xfaf0e6ff,MAGENTA:0xff00ffff,MAROON:0x800000ff,MEDIUMAQUAMARINE:0x66cdaaff,MEDIUMBLUE:52735,MEDIUMORCHID:0xba55d3ff,MEDIUMPURPLE:0x9370dbff,MEDIUMSEAGREEN:0x3cb371ff,MEDIUMSLATEBLUE:0x7b68eeff,MEDIUMSPRINGGREEN:0xfa9aff,MEDIUMTURQUOISE:0x48d1ccff,MEDIUMVIOLETRED:0xc71585ff,MIDNIGHTBLUE:0x191970ff,MINTCREAM:0xf5fffaff,MISTYROSE:0xffe4e1ff,MOCCASIN:0xffe4b5ff,NAVAJOWHITE:0xffdeadff,NAVY:33023,OLDLACE:0xfdf5e6ff,OLIVE:0x808000ff,OLIVEDRAB:0x6b8e23ff,ORANGE:0xffa500ff,ORANGERED:0xff4500ff,ORCHID:0xda70d6ff,PALEGOLDENROD:0xeee8aaff,PALEGREEN:0x98fb98ff,PALETURQUOISE:0xafeeeeff,PALEVIOLETRED:0xdb7093ff,PAPAYAWHIP:0xffefd5ff,PEACHPUFF:0xffdab9ff,PERU:0xcd853fff,PINK:0xffc0cbff,PLUM:0xdda0ddff,POWDERBLUE:0xb0e0e6ff,PURPLE:0x800080ff,REBECCAPURPLE:0x663399ff,RED:0xff0000ff,ROSYBROWN:0xbc8f8fff,ROYALBLUE:0x4169e1ff,SADDLEBROWN:0x8b4513ff,SALMON:0xfa8072ff,SANDYBROWN:0xf4a460ff,SEAGREEN:0x2e8b57ff,SEASHELL:0xfff5eeff,SIENNA:0xa0522dff,SILVER:0xc0c0c0ff,SKYBLUE:0x87ceebff,SLATEBLUE:0x6a5acdff,SLATEGRAY:0x708090ff,SLATEGREY:0x708090ff,SNOW:0xfffafaff,SPRINGGREEN:0xff7fff,STEELBLUE:0x4682b4ff,TAN:0xd2b48cff,TEAL:8421631,THISTLE:0xd8bfd8ff,TOMATO:0xff6347ff,TRANSPARENT:0,TURQUOISE:0x40e0d0ff,VIOLET:0xee82eeff,WHEAT:0xf5deb3ff,WHITE:0xffffffff,WHITESMOKE:0xf5f5f5ff,YELLOW:0xffff00ff,YELLOWGREEN:0x9acd32ff},eR={name:"background-clip",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(A){if(AV(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},eG={name:"background-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},eV=function(A,e){var t=eS(A,e[0]),r=e[1];return r&&A$(r)?{color:t,stop:r}:{color:t,stop:null}},eP=function(A,e){var t=A[0],r=A[A.length-1];null===t.stop&&(t.stop=AZ),null===r.stop&&(r.stop=A0);for(var n=[],s=0,i=0;i<A.length;i++){var o=A[i].stop;if(null!==o){var a=A4(o,e);a>s?n.push(a):n.push(s),s=a}else n.push(null)}for(var l=null,i=0;i<n.length;i++){var c=n[i];if(null===c)null===l&&(l=i);else if(null!==l){for(var u=i-l,B=(c-n[l-1])/(u+1),f=1;f<=u;f++)n[l+f-1]=B*f;l=null}}return A.map(function(A,t){return{color:A.color,stop:Math.max(Math.min(1,n[t]/e),0)}})},e_=function(A,e,t){var r=e/2,n=t/2,s=A4(A[0],e)-r;return(Math.atan2(n-A4(A[1],t),s)+2*Math.PI)%(2*Math.PI)},eJ=function(A,e,t){var r="number"==typeof A?A:e_(A,e,t),n=Math.abs(e*Math.sin(r))+Math.abs(t*Math.cos(r)),s=e/2,i=t/2,o=n/2,a=Math.sin(r-Math.PI/2)*o,l=Math.cos(r-Math.PI/2)*o;return[n,s-l,s+l,i-a,i+a]},eX=function(A,e){return Math.sqrt(A*A+e*e)},ej=function(A,e,t,r,n){return[[0,0],[0,e],[A,0],[A,e]].reduce(function(A,e){var s=eX(t-e[0],r-e[1]);return(n?s<A.optimumDistance:s>A.optimumDistance)?{optimumCorner:e,optimumDistance:s}:A},{optimumDistance:n?1/0:-1/0,optimumCorner:null}).optimumCorner},eW=function(A,e,t,r,n){var s=0,i=0;switch(A.size){case 0:0===A.shape?s=i=Math.min(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n)):1===A.shape&&(s=Math.min(Math.abs(e),Math.abs(e-r)),i=Math.min(Math.abs(t),Math.abs(t-n)));break;case 2:if(0===A.shape)s=i=Math.min(eX(e,t),eX(e,t-n),eX(e-r,t),eX(e-r,t-n));else if(1===A.shape){var o=Math.min(Math.abs(t),Math.abs(t-n))/Math.min(Math.abs(e),Math.abs(e-r)),a=ej(r,n,e,t,!0),l=a[0],c=a[1];s=eX(l-e,(c-t)/o),i=o*s}break;case 1:0===A.shape?s=i=Math.max(Math.abs(e),Math.abs(e-r),Math.abs(t),Math.abs(t-n)):1===A.shape&&(s=Math.max(Math.abs(e),Math.abs(e-r)),i=Math.max(Math.abs(t),Math.abs(t-n)));break;case 3:if(0===A.shape)s=i=Math.max(eX(e,t),eX(e,t-n),eX(e-r,t),eX(e-r,t-n));else if(1===A.shape){var o=Math.max(Math.abs(t),Math.abs(t-n))/Math.max(Math.abs(e),Math.abs(e-r)),u=ej(r,n,e,t,!1),l=u[0],c=u[1];s=eX(l-e,(c-t)/o),i=o*s}}return Array.isArray(A.size)&&(s=A4(A.size[0],r),i=2===A.size.length?A4(A.size[1],n):s),[s,i]},eY=function(A,e){var t=A7(180),r=[];return Aj(e).forEach(function(e,n){if(0===n){var s=e[0];if(20===s.type&&-1!==["top","left","right","bottom"].indexOf(s.value)){t=A8(e);return}if(A5(s)){t=(A6(A,s)+A7(270))%A7(360);return}}var i=eV(A,e);r.push(i)}),{angle:t,stops:r,type:1}},e$="closest-side",ez="farthest-side",eZ="closest-corner",eq="farthest-corner",e0="circle",e1="ellipse",e4="cover",e2="contain",e3=function(A,e){var t=0,r=3,n=[],s=[];return Aj(e).forEach(function(e,i){var o=!0;if(0===i?o=e.reduce(function(A,e){if(AV(e))switch(e.value){case"center":return s.push(Aq),!1;case"top":case"left":return s.push(AZ),!1;case"right":case"bottom":return s.push(A0),!1}else if(A$(e)||AY(e))return s.push(e),!1;return A},o):1===i&&(o=e.reduce(function(A,e){if(AV(e))switch(e.value){case e0:return t=0,!1;case e1:return t=1,!1;case e2:case e$:return r=0,!1;case ez:return r=1,!1;case eZ:return r=2,!1;case e4:case eq:return r=3,!1}else if(AY(e)||A$(e))return Array.isArray(r)||(r=[]),r.push(e),!1;return A},o)),o){var a=eV(A,e);n.push(a)}}),{size:r,shape:t,stops:n,position:s,type:2}},e6=function(A,e){if(22===e.type){var t={url:e.value,type:0};return A.cache.addImage(e.value),t}if(18===e.type){var r=e5[e.name];if(void 0===r)throw Error('Attempting to parse an unsupported image function "'.concat(e.name,'"'));return r(A,e.values)}throw Error("Unsupported image type ".concat(e.type))},e5={"linear-gradient":function(A,e){var t=A7(180),r=[];return Aj(e).forEach(function(e,n){if(0===n){var s=e[0];if(20===s.type&&"to"===s.value){t=A8(e);return}if(A5(s)){t=A6(A,s);return}}var i=eV(A,e);r.push(i)}),{angle:t,stops:r,type:1}},"-moz-linear-gradient":eY,"-ms-linear-gradient":eY,"-o-linear-gradient":eY,"-webkit-linear-gradient":eY,"radial-gradient":function(A,e){var t=0,r=3,n=[],s=[];return Aj(e).forEach(function(e,i){var o=!0;if(0===i){var a=!1;o=e.reduce(function(A,e){if(a)if(AV(e))switch(e.value){case"center":s.push(Aq);break;case"top":case"left":s.push(AZ);break;case"right":case"bottom":s.push(A0)}else(A$(e)||AY(e))&&s.push(e);else if(AV(e))switch(e.value){case e0:return t=0,!1;case e1:return t=1,!1;case"at":return a=!0,!1;case e$:return r=0,!1;case e4:case ez:return r=1,!1;case e2:case eZ:return r=2,!1;case eq:return r=3,!1}else if(AY(e)||A$(e))return Array.isArray(r)||(r=[]),r.push(e),!1;return A},o)}if(o){var l=eV(A,e);n.push(l)}}),{size:r,shape:t,stops:n,position:s,type:2}},"-moz-radial-gradient":e3,"-ms-radial-gradient":e3,"-o-radial-gradient":e3,"-webkit-radial-gradient":e3,"-webkit-gradient":function(A,e){var t=A7(180),r=[],n=1;return Aj(e).forEach(function(e,t){var s=e[0];if(0===t){if(AV(s)&&"linear"===s.value){n=1;return}else if(AV(s)&&"radial"===s.value){n=2;return}}if(18===s.type){if("from"===s.name){var i=eS(A,s.values[0]);r.push({stop:AZ,color:i})}else if("to"===s.name){var i=eS(A,s.values[0]);r.push({stop:A0,color:i})}else if("color-stop"===s.name){var o=s.values.filter(AX);if(2===o.length){var i=eS(A,o[1]),a=o[0];AG(a)&&r.push({stop:{type:16,number:100*a.number,flags:a.flags},color:i})}}}}),1===n?{angle:(t+A7(180))%A7(360),stops:r,type:n}:{size:3,shape:0,stops:r,position:[],type:n}}},e8={name:"background-image",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(0===e.length)return[];var t=e[0];return 20===t.type&&"none"===t.value?[]:e.filter(function(A){var e;return AX(A)&&(20!==(e=A).type||"none"!==e.value)&&(18!==e.type||!!e5[e.name])}).map(function(e){return e6(A,e)})}},e7={name:"background-origin",initialValue:"border-box",prefix:!1,type:1,parse:function(A,e){return e.map(function(A){if(AV(A))switch(A.value){case"padding-box":return 1;case"content-box":return 2}return 0})}},e9={name:"background-position",initialValue:"0% 0%",type:1,prefix:!1,parse:function(A,e){return Aj(e).map(function(A){return A.filter(A$)}).map(Az)}},tA={name:"background-repeat",initialValue:"repeat",prefix:!1,type:1,parse:function(A,e){return Aj(e).map(function(A){return A.filter(AV).map(function(A){return A.value}).join(" ")}).map(te)}},te=function(A){switch(A){case"no-repeat":return 1;case"repeat-x":case"repeat no-repeat":return 2;case"repeat-y":case"no-repeat repeat":return 3;default:return 0}};(i=w||(w={})).AUTO="auto",i.CONTAIN="contain",i.COVER="cover";var tt={name:"background-size",initialValue:"0",prefix:!1,type:1,parse:function(A,e){return Aj(e).map(function(A){return A.filter(tr)})}},tr=function(A){return AV(A)||A$(A)},tn=function(A){return{name:"border-".concat(A,"-color"),initialValue:"transparent",prefix:!1,type:3,format:"color"}},ts=tn("top"),ti=tn("right"),to=tn("bottom"),ta=tn("left"),tl=function(A){return{name:"border-radius-".concat(A),initialValue:"0 0",prefix:!1,type:1,parse:function(A,e){return Az(e.filter(A$))}}},tc=tl("top-left"),tu=tl("top-right"),tB=tl("bottom-right"),tf=tl("bottom-left"),td=function(A){return{name:"border-".concat(A,"-style"),initialValue:"solid",prefix:!1,type:2,parse:function(A,e){switch(e){case"none":return 0;case"dashed":return 2;case"dotted":return 3;case"double":return 4}return 1}}},th=td("top"),tg=td("right"),tw=td("bottom"),tp=td("left"),tQ=function(A){return{name:"border-".concat(A,"-width"),initialValue:"0",type:0,prefix:!1,parse:function(A,e){return AR(e)?e.number:0}}},tC=tQ("top"),tU=tQ("right"),tm=tQ("bottom"),ty=tQ("left"),tF={name:"color",initialValue:"transparent",prefix:!1,type:3,format:"color"},tb={name:"direction",initialValue:"ltr",prefix:!1,type:2,parse:function(A,e){return+("rtl"===e)}},tE={name:"display",initialValue:"inline-block",prefix:!1,type:1,parse:function(A,e){return e.filter(AV).reduce(function(A,e){return A|tv(e.value)},0)}},tv=function(A){switch(A){case"block":case"-webkit-box":return 2;case"inline":return 4;case"run-in":return 8;case"flow":return 16;case"flow-root":return 32;case"table":return 64;case"flex":case"-webkit-flex":return 128;case"grid":case"-ms-grid":return 256;case"ruby":return 512;case"subgrid":return 1024;case"list-item":return 2048;case"table-row-group":return 4096;case"table-header-group":return 8192;case"table-footer-group":return 16384;case"table-row":return 32768;case"table-cell":return 65536;case"table-column-group":return 131072;case"table-column":return 262144;case"table-caption":return 524288;case"ruby-base":return 1048576;case"ruby-text":return 2097152;case"ruby-base-container":return 4194304;case"ruby-text-container":return 8388608;case"contents":return 0x1000000;case"inline-block":return 0x2000000;case"inline-list-item":return 0x4000000;case"inline-table":return 0x8000000;case"inline-flex":return 0x10000000;case"inline-grid":return 0x20000000}return 0},tH={name:"float",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"left":return 1;case"right":return 2;case"inline-start":return 3;case"inline-end":return 4}return 0}},tI={name:"letter-spacing",initialValue:"0",prefix:!1,type:0,parse:function(A,e){return 20===e.type&&"normal"===e.value?0:17===e.type||15===e.type?e.number:0}};(o=p||(p={})).NORMAL="normal",o.STRICT="strict";var tx={name:"line-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return"strict"===e?p.STRICT:p.NORMAL}},tS={name:"line-height",initialValue:"normal",prefix:!1,type:4},tK=function(A,e){return AV(A)&&"normal"===A.value?1.2*e:17===A.type?e*A.number:A$(A)?A4(A,e):e},tL={name:"list-style-image",initialValue:"none",type:0,prefix:!1,parse:function(A,e){return 20===e.type&&"none"===e.value?null:e6(A,e)}},tk={name:"list-style-position",initialValue:"outside",prefix:!1,type:2,parse:function(A,e){return+("inside"!==e)}},tD={name:"list-style-type",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"disc":return 0;case"circle":return 1;case"square":return 2;case"decimal":return 3;case"cjk-decimal":return 4;case"decimal-leading-zero":return 5;case"lower-roman":return 6;case"upper-roman":return 7;case"lower-greek":return 8;case"lower-alpha":return 9;case"upper-alpha":return 10;case"arabic-indic":return 11;case"armenian":return 12;case"bengali":return 13;case"cambodian":return 14;case"cjk-earthly-branch":return 15;case"cjk-heavenly-stem":return 16;case"cjk-ideographic":return 17;case"devanagari":return 18;case"ethiopic-numeric":return 19;case"georgian":return 20;case"gujarati":return 21;case"gurmukhi":return 22;case"hebrew":return 52;case"hiragana":return 23;case"hiragana-iroha":return 24;case"japanese-formal":return 25;case"japanese-informal":return 26;case"kannada":return 27;case"katakana":return 28;case"katakana-iroha":return 29;case"khmer":return 30;case"korean-hangul-formal":return 31;case"korean-hanja-formal":return 32;case"korean-hanja-informal":return 33;case"lao":return 34;case"lower-armenian":return 35;case"malayalam":return 36;case"mongolian":return 37;case"myanmar":return 38;case"oriya":return 39;case"persian":return 40;case"simp-chinese-formal":return 41;case"simp-chinese-informal":return 42;case"tamil":return 43;case"telugu":return 44;case"thai":return 45;case"tibetan":return 46;case"trad-chinese-formal":return 47;case"trad-chinese-informal":return 48;case"upper-armenian":return 49;case"disclosure-open":return 50;case"disclosure-closed":return 51;default:return -1}}},tT=function(A){return{name:"margin-".concat(A),initialValue:"0",prefix:!1,type:4}},tO=tT("top"),tM=tT("right"),tN=tT("bottom"),tR=tT("left"),tG={name:"overflow",initialValue:"visible",prefix:!1,type:1,parse:function(A,e){return e.filter(AV).map(function(A){switch(A.value){case"hidden":return 1;case"scroll":return 2;case"clip":return 3;case"auto":return 4;default:return 0}})}},tV={name:"overflow-wrap",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){return"break-word"===e?"break-word":"normal"}},tP=function(A){return{name:"padding-".concat(A),initialValue:"0",prefix:!1,type:3,format:"length-percentage"}},t_=tP("top"),tJ=tP("right"),tX=tP("bottom"),tj=tP("left"),tW={name:"text-align",initialValue:"left",prefix:!1,type:2,parse:function(A,e){switch(e){case"right":return 2;case"center":case"justify":return 1;default:return 0}}},tY={name:"position",initialValue:"static",prefix:!1,type:2,parse:function(A,e){switch(e){case"relative":return 1;case"absolute":return 2;case"fixed":return 3;case"sticky":return 4}return 0}},t$={name:"text-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return 1===e.length&&A_(e[0],"none")?[]:Aj(e).map(function(e){for(var t={color:eN.TRANSPARENT,offsetX:AZ,offsetY:AZ,blur:AZ},r=0,n=0;n<e.length;n++){var s=e[n];AY(s)?(0===r?t.offsetX=s:1===r?t.offsetY=s:t.blur=s,r++):t.color=eS(A,s)}return t})}},tz={name:"text-transform",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"uppercase":return 2;case"lowercase":return 1;case"capitalize":return 3}return 0}},tZ={name:"transform",initialValue:"none",prefix:!0,type:0,parse:function(A,e){if(20===e.type&&"none"===e.value)return null;if(18===e.type){var t=tq[e.name];if(void 0===t)throw Error('Attempting to parse an unsupported transform function "'.concat(e.name,'"'));return t(A,e.values)}return null}},tq={matrix:function(A,e){var t=e.filter(function(A){return 17===A.type}).map(function(A){return A.number});return 6===t.length?t:null},matrix3d:function(A,e){var t=e.filter(function(A){return 17===A.type}).map(function(A){return A.number}),r=t[0],n=t[1];t[2],t[3];var s=t[4],i=t[5];t[6],t[7],t[8],t[9],t[10],t[11];var o=t[12],a=t[13];return t[14],t[15],16===t.length?[r,n,s,i,o,a]:null},rotate:function(A,e){if(1!==e.length)return null;var t=e[0],r=0;if(17===t.type&&0===t.number)r=0;else{if(15!==t.type)return null;r=A6(A,t)}var n=Math.cos(r),s=Math.sin(r);return[n,s,-s,n,0,0]}},t0={type:16,number:50,flags:4},t1=[t0,t0],t4={name:"transform-origin",initialValue:"50% 50%",prefix:!0,type:1,parse:function(A,e){var t=e.filter(A$);return 2!==t.length?t1:[t[0],t[1]]}},t2={name:"rotate",initialValue:"none",prefix:!1,type:0,parse:function(A,e){return 20===e.type&&"none"===e.value?null:17===e.type&&0===e.number?0:15===e.type?180*A6(A,e)/Math.PI:null}},t3={name:"visible",initialValue:"none",prefix:!1,type:2,parse:function(A,e){switch(e){case"hidden":return 1;case"collapse":return 2;default:return 0}}};(a=Q||(Q={})).NORMAL="normal",a.BREAK_ALL="break-all",a.KEEP_ALL="keep-all";for(var t6={name:"word-break",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"break-all":return Q.BREAK_ALL;case"keep-all":return Q.KEEP_ALL;default:return Q.NORMAL}}},t5={name:"z-index",initialValue:"auto",prefix:!1,type:0,parse:function(A,e){if(20===e.type)return{auto:!0,order:0};if(AG(e))return{auto:!1,order:e.number};throw Error("Invalid z-index number parsed")}},t8=function(A,e){if(15===e.type)switch(e.unit.toLowerCase()){case"s":return 1e3*e.number;case"ms":return e.number}throw Error("Unsupported time type")},t7={name:"opacity",initialValue:"1",type:0,prefix:!1,parse:function(A,e){return AG(e)?e.number:1}},t9={name:"text-decoration-color",initialValue:"transparent",prefix:!1,type:3,format:"color"},rA={name:"text-decoration-line",initialValue:"none",prefix:!1,type:1,parse:function(A,e){return e.filter(AV).map(function(A){switch(A.value){case"underline":return 1;case"overline":return 2;case"line-through":return 3;case"none":return 4}return 0}).filter(function(A){return 0!==A})}},re={name:"font-family",initialValue:"",prefix:!1,type:1,parse:function(A,e){var t=[],r=[];return e.forEach(function(A){switch(A.type){case 20:case 0:t.push(A.value);break;case 17:t.push(A.number.toString());break;case 4:r.push(t.join(" ")),t.length=0}}),t.length&&r.push(t.join(" ")),r.map(function(A){return -1===A.indexOf(" ")?A:"'".concat(A,"'")})}},rt={name:"font-size",initialValue:"0",prefix:!1,type:3,format:"length"},rr={name:"font-weight",initialValue:"normal",type:0,prefix:!1,parse:function(A,e){return AG(e)?e.number:AV(e)&&"bold"===e.value?700:400}},rn={name:"font-variant",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return e.filter(AV).map(function(A){return A.value})}},rs={name:"font-style",initialValue:"normal",prefix:!1,type:2,parse:function(A,e){switch(e){case"oblique":return"oblique";case"italic":return"italic";default:return"normal"}}},ri=function(A,e){return(A&e)!=0},ro={name:"content",initialValue:"none",type:1,prefix:!1,parse:function(A,e){if(0===e.length)return[];var t=e[0];return 20===t.type&&"none"===t.value?[]:e}},ra={name:"counter-increment",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return null;var t=e[0];if(20===t.type&&"none"===t.value)return null;for(var r=[],n=e.filter(AJ),s=0;s<n.length;s++){var i=n[s],o=n[s+1];if(20===i.type){var a=o&&AG(o)?o.number:1;r.push({counter:i.value,increment:a})}}return r}},rl={name:"counter-reset",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return[];for(var t=[],r=e.filter(AJ),n=0;n<r.length;n++){var s=r[n],i=r[n+1];if(AV(s)&&"none"!==s.value){var o=i&&AG(i)?i.number:0;t.push({counter:s.value,reset:o})}}return t}},rc={name:"duration",initialValue:"0s",prefix:!1,type:1,parse:function(A,e){return e.filter(AR).map(function(e){return t8(A,e)})}},ru={name:"quotes",initialValue:"none",prefix:!0,type:1,parse:function(A,e){if(0===e.length)return null;var t=e[0];if(20===t.type&&"none"===t.value)return null;var r=[],n=e.filter(AP);if(n.length%2!=0)return null;for(var s=0;s<n.length;s+=2){var i=n[s].value,o=n[s+1].value;r.push({open:i,close:o})}return r}},rB=function(A,e,t){if(!A)return"";var r=A[Math.min(e,A.length-1)];return r?t?r.open:r.close:""},rf={name:"box-shadow",initialValue:"none",type:1,prefix:!1,parse:function(A,e){return 1===e.length&&A_(e[0],"none")?[]:Aj(e).map(function(e){for(var t={color:255,offsetX:AZ,offsetY:AZ,blur:AZ,spread:AZ,inset:!1},r=0,n=0;n<e.length;n++){var s=e[n];A_(s,"inset")?t.inset=!0:AY(s)?(0===r?t.offsetX=s:1===r?t.offsetY=s:2===r?t.blur=s:t.spread=s,r++):t.color=eS(A,s)}return t})}},rd={name:"paint-order",initialValue:"normal",prefix:!1,type:1,parse:function(A,e){var t=[];return e.filter(AV).forEach(function(A){switch(A.value){case"stroke":t.push(1);break;case"fill":t.push(0);break;case"markers":t.push(2)}}),[0,1,2].forEach(function(A){-1===t.indexOf(A)&&t.push(A)}),t}},rh={name:"-webkit-text-stroke-color",initialValue:"currentcolor",prefix:!1,type:3,format:"color"},rg={name:"-webkit-text-stroke-width",initialValue:"0",type:0,prefix:!1,parse:function(A,e){return AR(e)?e.number:0}},rw={name:"objectFit",initialValue:"fill",prefix:!1,type:1,parse:function(A,e){return e.filter(AV).reduce(function(A,e){return A|rp(e.value)},0)}},rp=function(A){switch(A){case"contain":return 2;case"cover":return 4;case"none":return 8;case"scale-down":return 16}return 0},rQ=function(){function A(A,e){this.animationDuration=rm(A,rc,e.animationDuration),this.backgroundClip=rm(A,eR,e.backgroundClip),this.backgroundColor=rm(A,eG,e.backgroundColor),this.backgroundImage=rm(A,e8,e.backgroundImage),this.backgroundOrigin=rm(A,e7,e.backgroundOrigin),this.backgroundPosition=rm(A,e9,e.backgroundPosition),this.backgroundRepeat=rm(A,tA,e.backgroundRepeat),this.backgroundSize=rm(A,tt,e.backgroundSize),this.borderTopColor=rm(A,ts,e.borderTopColor),this.borderRightColor=rm(A,ti,e.borderRightColor),this.borderBottomColor=rm(A,to,e.borderBottomColor),this.borderLeftColor=rm(A,ta,e.borderLeftColor),this.borderTopLeftRadius=rm(A,tc,e.borderTopLeftRadius),this.borderTopRightRadius=rm(A,tu,e.borderTopRightRadius),this.borderBottomRightRadius=rm(A,tB,e.borderBottomRightRadius),this.borderBottomLeftRadius=rm(A,tf,e.borderBottomLeftRadius),this.borderTopStyle=rm(A,th,e.borderTopStyle),this.borderRightStyle=rm(A,tg,e.borderRightStyle),this.borderBottomStyle=rm(A,tw,e.borderBottomStyle),this.borderLeftStyle=rm(A,tp,e.borderLeftStyle),this.borderTopWidth=rm(A,tC,e.borderTopWidth),this.borderRightWidth=rm(A,tU,e.borderRightWidth),this.borderBottomWidth=rm(A,tm,e.borderBottomWidth),this.borderLeftWidth=rm(A,ty,e.borderLeftWidth),this.boxShadow=rm(A,rf,e.boxShadow),this.color=rm(A,tF,e.color),this.direction=rm(A,tb,e.direction),this.display=rm(A,tE,e.display),this.float=rm(A,tH,e.cssFloat),this.fontFamily=rm(A,re,e.fontFamily),this.fontSize=rm(A,rt,e.fontSize),this.fontStyle=rm(A,rs,e.fontStyle),this.fontVariant=rm(A,rn,e.fontVariant),this.fontWeight=rm(A,rr,e.fontWeight),this.letterSpacing=rm(A,tI,e.letterSpacing),this.lineBreak=rm(A,tx,e.lineBreak),this.lineHeight=rm(A,tS,e.lineHeight),this.listStyleImage=rm(A,tL,e.listStyleImage),this.listStylePosition=rm(A,tk,e.listStylePosition),this.listStyleType=rm(A,tD,e.listStyleType),this.marginTop=rm(A,tO,e.marginTop),this.marginRight=rm(A,tM,e.marginRight),this.marginBottom=rm(A,tN,e.marginBottom),this.marginLeft=rm(A,tR,e.marginLeft),this.opacity=rm(A,t7,e.opacity);var t,r,n=rm(A,tG,e.overflow);this.overflowX=n[0],this.overflowY=n[+(n.length>1)],this.overflowWrap=rm(A,tV,e.overflowWrap),this.paddingTop=rm(A,t_,e.paddingTop),this.paddingRight=rm(A,tJ,e.paddingRight),this.paddingBottom=rm(A,tX,e.paddingBottom),this.paddingLeft=rm(A,tj,e.paddingLeft),this.paintOrder=rm(A,rd,e.paintOrder),this.position=rm(A,tY,e.position),this.textAlign=rm(A,tW,e.textAlign),this.textDecorationColor=rm(A,t9,null!=(t=e.textDecorationColor)?t:e.color),this.textDecorationLine=rm(A,rA,null!=(r=e.textDecorationLine)?r:e.textDecoration),this.textShadow=rm(A,t$,e.textShadow),this.textTransform=rm(A,tz,e.textTransform),this.transform=rm(A,tZ,e.transform),this.transformOrigin=rm(A,t4,e.transformOrigin),this.rotate=rm(A,t2,e.rotate),this.visibility=rm(A,t3,e.visibility),this.webkitTextStrokeColor=rm(A,rh,e.webkitTextStrokeColor),this.webkitTextStrokeWidth=rm(A,rg,e.webkitTextStrokeWidth),this.wordBreak=rm(A,t6,e.wordBreak),this.zIndex=rm(A,t5,e.zIndex),this.objectFit=rm(A,rw,e.objectFit)}return A.prototype.isVisible=function(){return this.display>0&&this.opacity>0&&0===this.visibility},A.prototype.isTransparent=function(){return A9(this.backgroundColor)},A.prototype.isTransformed=function(){return null!==this.transform||null!==this.rotate},A.prototype.isPositioned=function(){return 0!==this.position},A.prototype.isPositionedWithZIndex=function(){return this.isPositioned()&&!this.zIndex.auto},A.prototype.isFloating=function(){return 0!==this.float},A.prototype.isInlineLevel=function(){return ri(this.display,4)||ri(this.display,0x2000000)||ri(this.display,0x10000000)||ri(this.display,0x20000000)||ri(this.display,0x4000000)||ri(this.display,0x8000000)},A}(),rC=function(A,e){this.content=rm(A,ro,e.content),this.quotes=rm(A,ru,e.quotes)},rU=function(A,e){this.counterIncrement=rm(A,ra,e.counterIncrement),this.counterReset=rm(A,rl,e.counterReset)},rm=function(A,e,t){var r=new AM,n=null!=t?t.toString():e.initialValue;r.write(n);var s=new AN(r.read());switch(e.type){case 2:var i=s.parseComponentValue();return e.parse(A,AV(i)?i.value:e.initialValue);case 0:return e.parse(A,s.parseComponentValue());case 1:return e.parse(A,s.parseComponentValues());case 4:return s.parseComponentValue();case 3:switch(e.format){case"angle":return A6(A,s.parseComponentValue());case"color":return eS(A,s.parseComponentValue());case"image":return e6(A,s.parseComponentValue());case"length":var o=s.parseComponentValue();return AY(o)?o:AZ;case"length-percentage":var a=s.parseComponentValue();return A$(a)?a:AZ;case"time":return t8(A,s.parseComponentValue())}}},ry=function(A){switch(A.getAttribute("data-html2canvas-debug")){case"all":return 1;case"clone":return 2;case"parse":return 3;case"render":return 4;default:return 0}},rF=function(A,e){var t=ry(A);return 1===t||e===t},rb=function(A,e){this.context=A,this.textNodes=[],this.elements=[],this.flags=0,rF(e,3),this.styles=new rQ(A,window.getComputedStyle(e,null)),nI(e)&&(this.styles.animationDuration.some(function(A){return A>0})&&(e.style.animationDuration="0s"),null!==this.styles.transform&&(e.style.transform="none"),null!==this.styles.rotate&&(e.style.rotate="none")),this.bounds=I(this.context,e),rF(e,4)&&(this.flags|=16)},rE="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",rv="undefined"==typeof Uint8Array?[]:new Uint8Array(256),rH=0;rH<rE.length;rH++)rv[rE.charCodeAt(rH)]=rH;for(var rI=2112,rx=function(A,e,t){return A.slice?A.slice(e,t):new Uint16Array(Array.prototype.slice.call(A,e,t))},rS=function(){function A(A,e,t,r,n,s){this.initialValue=A,this.errorValue=e,this.highStart=t,this.highValueIndex=r,this.index=n,this.data=s}return A.prototype.get=function(A){var e;if(A>=0){if(A<55296||A>56319&&A<=65535)return e=((e=this.index[A>>5])<<2)+(31&A),this.data[e];if(A<=65535)return e=((e=this.index[2048+(A-55296>>5)])<<2)+(31&A),this.data[e];if(A<this.highStart)return e=rI-32+(A>>11),e=this.index[e]+(A>>5&63),e=((e=this.index[e])<<2)+(31&A),this.data[e];if(A<=1114111)return this.data[this.highValueIndex]}return this.errorValue},A}(),rK="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",rL="undefined"==typeof Uint8Array?[]:new Uint8Array(256),rk=0;rk<rK.length;rk++)rL[rK.charCodeAt(rk)]=rk;var rD=function(A){for(var e=[],t=0,r=A.length;t<r;){var n=A.charCodeAt(t++);if(n>=55296&&n<=56319&&t<r){var s=A.charCodeAt(t++);(64512&s)==56320?e.push(((1023&n)<<10)+(1023&s)+65536):(e.push(n),t--)}else e.push(n)}return e},rT=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];if(String.fromCodePoint)return String.fromCodePoint.apply(String,A);var t=A.length;if(!t)return"";for(var r=[],n=-1,s="";++n<t;){var i=A[n];i<=65535?r.push(i):(i-=65536,r.push((i>>10)+55296,i%1024+56320)),(n+1===t||r.length>16384)&&(s+=String.fromCharCode.apply(String,r),r.length=0)}return s},rO=(c=Array.isArray(l=function(A){var e,t,r,n,s,i=.75*A.length,o=A.length,a=0;"="===A[A.length-1]&&(i--,"="===A[A.length-2]&&i--);var l="undefined"!=typeof ArrayBuffer&&"undefined"!=typeof Uint8Array&&void 0!==Uint8Array.prototype.slice?new ArrayBuffer(i):Array(i),c=Array.isArray(l)?l:new Uint8Array(l);for(e=0;e<o;e+=4)t=rv[A.charCodeAt(e)],r=rv[A.charCodeAt(e+1)],n=rv[A.charCodeAt(e+2)],s=rv[A.charCodeAt(e+3)],c[a++]=t<<2|r>>4,c[a++]=(15&r)<<4|n>>2,c[a++]=(3&n)<<6|63&s;return l}("AAAAAAAAAAAAEA4AGBkAAFAaAAACAAAAAAAIABAAGAAwADgACAAQAAgAEAAIABAACAAQAAgAEAAIABAACAAQAAgAEAAIABAAQABIAEQATAAIABAACAAQAAgAEAAIABAAVABcAAgAEAAIABAACAAQAGAAaABwAHgAgACIAI4AlgAIABAAmwCjAKgAsAC2AL4AvQDFAMoA0gBPAVYBWgEIAAgACACMANoAYgFkAWwBdAF8AX0BhQGNAZUBlgGeAaMBlQGWAasBswF8AbsBwwF0AcsBYwHTAQgA2wG/AOMBdAF8AekB8QF0AfkB+wHiAHQBfAEIAAMC5gQIAAsCEgIIAAgAFgIeAggAIgIpAggAMQI5AkACygEIAAgASAJQAlgCYAIIAAgACAAKBQoFCgUTBRMFGQUrBSsFCAAIAAgACAAIAAgACAAIAAgACABdAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABoAmgCrwGvAQgAbgJ2AggAHgEIAAgACADnAXsCCAAIAAgAgwIIAAgACAAIAAgACACKAggAkQKZAggAPADJAAgAoQKkAqwCsgK6AsICCADJAggA0AIIAAgACAAIANYC3gIIAAgACAAIAAgACABAAOYCCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAkASoB+QIEAAgACAA8AEMCCABCBQgACABJBVAFCAAIAAgACAAIAAgACAAIAAgACABTBVoFCAAIAFoFCABfBWUFCAAIAAgACAAIAAgAbQUIAAgACAAIAAgACABzBXsFfQWFBYoFigWKBZEFigWKBYoFmAWfBaYFrgWxBbkFCAAIAAgACAAIAAgACAAIAAgACAAIAMEFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAMgFCADQBQgACAAIAAgACAAIAAgACAAIAAgACAAIAO4CCAAIAAgAiQAIAAgACABAAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAD0AggACAD8AggACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIANYFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAMDvwAIAAgAJAIIAAgACAAIAAgACAAIAAgACwMTAwgACAB9BOsEGwMjAwgAKwMyAwsFYgE3A/MEPwMIAEUDTQNRAwgAWQOsAGEDCAAIAAgACAAIAAgACABpAzQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFOgU0BTUFNgU3BTgFOQU6BTQFNQU2BTcFOAU5BToFNAU1BTYFNwU4BTkFIQUoBSwFCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABtAwgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABMAEwACAAIAAgACAAIABgACAAIAAgACAC/AAgACAAyAQgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACAAIAAwAAgACAAIAAgACAAIAAgACAAIAAAARABIAAgACAAIABQASAAIAAgAIABwAEAAjgCIABsAqAC2AL0AigDQAtwC+IJIQqVAZUBWQqVAZUBlQGVAZUBlQGrC5UBlQGVAZUBlQGVAZUBlQGVAXsKlQGVAbAK6wsrDGUMpQzlDJUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAZUBlQGVAfAKAAuZA64AtwCJALoC6ADwAAgAuACgA/oEpgO6AqsD+AAIAAgAswMIAAgACAAIAIkAuwP5AfsBwwPLAwgACAAIAAgACADRA9kDCAAIAOED6QMIAAgACAAIAAgACADuA/YDCAAIAP4DyQAIAAgABgQIAAgAXQAOBAgACAAIAAgACAAIABMECAAIAAgACAAIAAgACAD8AAQBCAAIAAgAGgQiBCoECAExBAgAEAEIAAgACAAIAAgACAAIAAgACAAIAAgACAA4BAgACABABEYECAAIAAgATAQYAQgAVAQIAAgACAAIAAgACAAIAAgACAAIAFoECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAOQEIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAB+BAcACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAEABhgSMBAgACAAIAAgAlAQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAwAEAAQABAADAAMAAwADAAQABAAEAAQABAAEAAQABHATAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAdQMIAAgACAAIAAgACAAIAMkACAAIAAgAfQMIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACACFA4kDCAAIAAgACAAIAOcBCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAIcDCAAIAAgACAAIAAgACAAIAAgACAAIAJEDCAAIAAgACADFAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABgBAgAZgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAbAQCBXIECAAIAHkECAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACABAAJwEQACjBKoEsgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAC6BMIECAAIAAgACAAIAAgACABmBAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxwQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAGYECAAIAAgAzgQIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBd0FXwUIAOIF6gXxBYoF3gT5BQAGCAaKBYoFigWKBYoFigWKBYoFigWKBYoFigXWBIoFigWKBYoFigWKBYoFigWKBYsFEAaKBYoFigWKBYoFigWKBRQGCACKBYoFigWKBQgACAAIANEECAAIABgGigUgBggAJgYIAC4GMwaKBYoF0wQ3Bj4GigWKBYoFigWKBYoFigWKBYoFigWKBYoFigUIAAgACAAIAAgACAAIAAgAigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWKBYoFigWLBf///////wQABAAEAAQABAAEAAQABAAEAAQAAwAEAAQAAgAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAQADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUAAAAFAAUAAAAFAAUAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUAAQAAAAUABQAFAAUABQAFAAAAAAAFAAUAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAFAAUAAQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAAABwAHAAcAAAAHAAcABwAFAAEAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAcABwAFAAUAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAAAAQABAAAAAAAAAAAAAAAFAAUABQAFAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAHAAcAAAAHAAcAAAAAAAUABQAHAAUAAQAHAAEABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwABAAUABQAFAAUAAAAAAAAAAAAAAAEAAQABAAEAAQABAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABQANAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAEAAQABAAEAAQABAAEAAQABAAEAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAABQAHAAUABQAFAAAAAAAAAAcABQAFAAUABQAFAAQABAAEAAQABAAEAAQABAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUAAAAFAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAUAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAcABwAFAAcABwAAAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUABwAHAAUABQAFAAUAAAAAAAcABwAAAAAABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAABQAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAAAAAAAAAAABQAFAAAAAAAFAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAFAAUABQAFAAUAAAAFAAUABwAAAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABwAFAAUABQAFAAAAAAAHAAcAAAAAAAcABwAFAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAAAAAAAAAHAAcABwAAAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAABQAHAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAUABQAFAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAHAAcABQAHAAcAAAAFAAcABwAAAAcABwAFAAUAAAAAAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAFAAcABwAFAAUABQAAAAUAAAAHAAcABwAHAAcABwAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAHAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAABwAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAUAAAAFAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABwAFAAUABQAFAAUAAAAFAAUAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABwAFAAUABQAFAAUABQAAAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABQAFAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABQAFAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAHAAUABQAFAAUABQAFAAUABwAHAAcABwAHAAcABwAHAAUABwAHAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABwAHAAcABwAFAAUABwAHAAcAAAAAAAAAAAAHAAcABQAHAAcABwAHAAcABwAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAcABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAUABQAFAAUABQAFAAUAAAAFAAAABQAAAAAABQAFAAUABQAFAAUABQAFAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAFAAUAAAAAAAUABQAFAAUABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABwAFAAcABwAHAAcABwAFAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAUABQAFAAUABwAHAAUABQAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABQAFAAcABwAHAAUABwAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAcABQAFAAUABQAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAAAAAABwAFAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAAAAAAAAAFAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAUABQAHAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAUABQAFAAUABQAHAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAcABwAFAAUABQAFAAcABwAFAAUABwAHAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAFAAcABwAFAAUABwAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAFAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAFAAUABQAAAAAABQAFAAAAAAAAAAAAAAAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAcABwAAAAAAAAAAAAAABwAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAcABwAFAAcABwAAAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAFAAUABQAAAAUABQAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABwAFAAUABQAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAUABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAHAAcABQAHAAUABQAAAAAAAAAAAAAAAAAFAAAABwAHAAcABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAHAAcABwAAAAAABwAHAAAAAAAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABwAHAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAFAAUABwAFAAcABwAFAAcABQAFAAcABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAHAAcABQAFAAUABQAAAAAABwAHAAcABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAHAAUABQAFAAUABQAFAAUABQAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABwAFAAcABwAFAAUABQAFAAUABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAcABwAFAAUABQAFAAcABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAUABQAFAAUABQAHAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAFAAUABQAFAAAAAAAFAAUABwAHAAcABwAFAAAAAAAAAAcAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABwAHAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAcABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUAAAAHAAUABQAFAAUABQAFAAUABwAFAAUABwAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUAAAAAAAAABQAAAAUABQAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAHAAcABwAHAAcAAAAFAAUAAAAHAAcABQAHAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAAAAUABQAFAAAAAAAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAFAAUABQAAAAAABQAFAAUABQAFAAUABQAAAAUABQAAAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAUABQAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAFAAUABQAFAAUABQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAFAAUABQAFAAUADgAOAA4ADgAOAA4ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAA8ADwAPAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAcABwAHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAMAAwADAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAAAAAAAAAAAAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAAAAAAAAAAAAsADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwACwAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAMAAwADAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAADgAOAA4AAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAAAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4AAAAOAAAAAAAAAAAAAAAAAA4AAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAAAAAAAAAAAA4AAAAOAAAAAAAAAAAADgAOAA4AAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4AAAAAAA4ADgAOAA4ADgAOAA4ADgAOAAAADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4ADgAOAAAAAAAAAAAAAAAAAAAAAAAAAAAADgAOAA4ADgAOAA4AAAAAAAAAAAAAAAAAAAAAAA4ADgAOAA4ADgAOAA4ADgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAOAA4ADgAOAA4ADgAAAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4ADgAOAA4AAAAAAAAAAAA="))?function(A){for(var e=A.length,t=[],r=0;r<e;r+=4)t.push(A[r+3]<<24|A[r+2]<<16|A[r+1]<<8|A[r]);return t}(l):new Uint32Array(l),B=rx(u=Array.isArray(l)?function(A){for(var e=A.length,t=[],r=0;r<e;r+=2)t.push(A[r+1]<<8|A[r]);return t}(l):new Uint16Array(l),12,c[4]/2),d=2===c[5]?rx(u,(24+c[4])/2):(f=Math.ceil((24+c[4])/4),c.slice?c.slice(f,void 0):new Uint32Array(Array.prototype.slice.call(c,f,void 0))),new rS(c[0],c[1],c[2],c[3],B,d)),rM=function(A){return rO.get(A)},rN=function(A,e,t){var r=t-2,n=e[r],s=e[t-1],i=e[t];if(2===s&&3===i)return"×";if(2===s||3===s||4===s||2===i||3===i||4===i)return"÷";if(8===s&&-1!==[8,9,11,12].indexOf(i)||(11===s||9===s)&&(9===i||10===i)||(12===s||10===s)&&10===i||13===i||5===i||7===i||1===s)return"×";if(13===s&&14===i){for(;5===n;)n=e[--r];if(14===n)return"×"}if(15===s&&15===i){for(var o=0;15===n;)o++,n=e[--r];if(o%2==0)return"×"}return"÷"},rR=function(A){var e=rD(A),t=e.length,r=0,n=0,s=e.map(rM);return{next:function(){if(r>=t)return{done:!0,value:null};for(var A="×";r<t&&"×"===(A=rN(e,s,++r)););if("×"!==A||r===t){var i=rT.apply(null,e.slice(n,r));return n=r,{value:i,done:!1}}return{done:!0,value:null}}}},rG=function(A){for(var e,t=rR(A),r=[];!(e=t.next()).done;)e.value&&r.push(e.value.slice());return r},rV=function(A){if(A.createRange){var e=A.createRange();if(e.getBoundingClientRect){var t=A.createElement("boundtest");t.style.height="".concat(123,"px"),t.style.display="block",A.body.appendChild(t),e.selectNode(t);var r=Math.round(e.getBoundingClientRect().height);if(A.body.removeChild(t),123===r)return!0}}return!1},rP=function(A){var e=A.createElement("boundtest");e.style.width="50px",e.style.display="block",e.style.fontSize="12px",e.style.letterSpacing="0px",e.style.wordSpacing="0px",A.body.appendChild(e);var t=A.createRange();e.innerHTML="function"==typeof"".repeat?"&#128104;".repeat(10):"";var r=e.firstChild,n=S(r.data).map(function(A){return K(A)}),s=0,i={},o=n.every(function(A,e){t.setStart(r,s),t.setEnd(r,s+A.length);var n=t.getBoundingClientRect();s+=A.length;var o=n.x>i.x||n.y>i.y;return i=n,0===e||o});return A.body.removeChild(e),o},r_=function(A){var e=new Image,t=A.createElement("canvas"),r=t.getContext("2d");if(!r)return!1;e.src="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'></svg>";try{r.drawImage(e,0,0),t.toDataURL()}catch(A){return!1}return!0},rJ=function(A){return 0===A[0]&&255===A[1]&&0===A[2]&&255===A[3]},rX=function(A){var e=A.createElement("canvas");e.width=100,e.height=100;var t=e.getContext("2d");if(!t)return Promise.reject(!1);t.fillStyle="rgb(0, 255, 0)",t.fillRect(0,0,100,100);var r=new Image,n=e.toDataURL();r.src=n;var s=rj(100,100,0,0,r);return t.fillStyle="red",t.fillRect(0,0,100,100),rW(s).then(function(e){t.drawImage(e,0,0);var r=t.getImageData(0,0,100,100).data;t.fillStyle="red",t.fillRect(0,0,100,100);var s=A.createElement("div");return s.style.backgroundImage="url(".concat(n,")"),s.style.height="".concat(100,"px"),rJ(r)?rW(rj(100,100,0,0,s)):Promise.reject(!1)}).then(function(A){return t.drawImage(A,0,0),rJ(t.getImageData(0,0,100,100).data)}).catch(function(){return!1})},rj=function(A,e,t,r,n){var s="http://www.w3.org/2000/svg",i=document.createElementNS(s,"svg"),o=document.createElementNS(s,"foreignObject");return i.setAttributeNS(null,"width",A.toString()),i.setAttributeNS(null,"height",e.toString()),o.setAttributeNS(null,"width","100%"),o.setAttributeNS(null,"height","100%"),o.setAttributeNS(null,"x",t.toString()),o.setAttributeNS(null,"y",r.toString()),o.setAttributeNS(null,"externalResourcesRequired","true"),i.appendChild(o),o.appendChild(n),i},rW=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){return e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,".concat(encodeURIComponent(new XMLSerializer().serializeToString(A)))})},rY={get SUPPORT_RANGE_BOUNDS(){var r$=rV(document);return Object.defineProperty(rY,"SUPPORT_RANGE_BOUNDS",{value:r$}),r$},get SUPPORT_WORD_BREAKING(){var rz=rY.SUPPORT_RANGE_BOUNDS&&rP(document);return Object.defineProperty(rY,"SUPPORT_WORD_BREAKING",{value:rz}),rz},get SUPPORT_SVG_DRAWING(){var rZ=r_(document);return Object.defineProperty(rY,"SUPPORT_SVG_DRAWING",{value:rZ}),rZ},get SUPPORT_FOREIGNOBJECT_DRAWING(){var rq="function"==typeof Array.from&&"function"==typeof window.fetch?rX(document):Promise.resolve(!1);return Object.defineProperty(rY,"SUPPORT_FOREIGNOBJECT_DRAWING",{value:rq}),rq},get SUPPORT_CORS_IMAGES(){var r0=void 0!==new Image().crossOrigin;return Object.defineProperty(rY,"SUPPORT_CORS_IMAGES",{value:r0}),r0},get SUPPORT_RESPONSE_TYPE(){var r1="string"==typeof new XMLHttpRequest().responseType;return Object.defineProperty(rY,"SUPPORT_RESPONSE_TYPE",{value:r1}),r1},get SUPPORT_CORS_XHR(){var r4="withCredentials"in new XMLHttpRequest;return Object.defineProperty(rY,"SUPPORT_CORS_XHR",{value:r4}),r4},get SUPPORT_NATIVE_TEXT_SEGMENTATION(){var r2=!!("undefined"!=typeof Intl&&Intl.Segmenter);return Object.defineProperty(rY,"SUPPORT_NATIVE_TEXT_SEGMENTATION",{value:r2}),r2}},r3=function(A,e){this.text=A,this.bounds=e},r6=function(A,e,t,r){var n=r9(e,t),s=[],i=0;return n.forEach(function(e){if(t.textDecorationLine.length||e.trim().length>0)if(rY.SUPPORT_RANGE_BOUNDS){var n=r8(r,i,e.length).getClientRects();if(n.length>1){var o=r7(e),a=0;o.forEach(function(e){s.push(new r3(e,H.fromDOMRectList(A,r8(r,a+i,e.length).getClientRects()))),a+=e.length})}else s.push(new r3(e,H.fromDOMRectList(A,n)))}else{var l=r.splitText(e.length);s.push(new r3(e,r5(A,r))),r=l}else rY.SUPPORT_RANGE_BOUNDS||(r=r.splitText(e.length));i+=e.length}),s},r5=function(A,e){var t=e.ownerDocument;if(t){var r=t.createElement("html2canvaswrapper");r.appendChild(e.cloneNode(!0));var n=e.parentNode;if(n){n.replaceChild(r,e);var s=I(A,r);return r.firstChild&&n.replaceChild(r.firstChild,r),s}}return H.EMPTY},r8=function(A,e,t){var r=A.ownerDocument;if(!r)throw Error("Node has no owner document");var n=r.createRange();return n.setStart(A,e),n.setEnd(A,e+t),n},r7=function(A){return rY.SUPPORT_NATIVE_TEXT_SEGMENTATION?Array.from(new Intl.Segmenter(void 0,{granularity:"grapheme"}).segment(A)).map(function(A){return A.segment}):rG(A)},r9=function(A,e){return 0!==e.letterSpacing?r7(A):rY.SUPPORT_NATIVE_TEXT_SEGMENTATION?Array.from(new Intl.Segmenter(void 0,{granularity:"word"}).segment(A)).map(function(A){return A.segment}):ne(A,e)},nA=[32,160,4961,65792,65793,4153,4241],ne=function(A,e){for(var t,r=Ai(A,{lineBreak:e.lineBreak,wordBreak:"break-word"===e.overflowWrap?"break-word":e.wordBreak}),n=[];!(t=r.next()).done;)!function(){if(t.value){var A=S(t.value.slice()),e="";A.forEach(function(A){-1===nA.indexOf(A)?e+=K(A):(e.length&&n.push(e),n.push(K(A)),e="")}),e.length&&n.push(e)}}();return n},nt=function(A,e,t){this.text=nr(e.data,t.textTransform),this.textBounds=r6(A,this.text,t,e)},nr=function(A,e){switch(e){case 1:return A.toLowerCase();case 3:return A.replace(nn,ns);case 2:return A.toUpperCase();default:return A}},nn=/(^|\s|:|-|\(|\))([a-z])/g,ns=function(A,e,t){return A.length>0?e+t.toUpperCase():A},ni=function(A){function e(e,t){var r=A.call(this,e,t)||this;return r.src=t.currentSrc||t.src,r.intrinsicWidth=t.naturalWidth,r.intrinsicHeight=t.naturalHeight,r.context.cache.addImage(r.src),r}return y(e,A),e}(rb),no=function(A){function e(e,t){var r=A.call(this,e,t)||this;return r.canvas=t,r.intrinsicWidth=t.width,r.intrinsicHeight=t.height,r}return y(e,A),e}(rb),na=function(A){function e(e,t){var r=A.call(this,e,t)||this,n=new XMLSerializer,s=I(e,t);return t.setAttribute("width","".concat(s.width,"px")),t.setAttribute("height","".concat(s.height,"px")),r.svg="data:image/svg+xml,".concat(encodeURIComponent(n.serializeToString(t))),r.intrinsicWidth=t.width.baseVal.value,r.intrinsicHeight=t.height.baseVal.value,r.context.cache.addImage(r.svg),r}return y(e,A),e}(rb),nl=function(A){function e(e,t){var r=A.call(this,e,t)||this;return r.value=t.value,r}return y(e,A),e}(rb),nc=function(A){function e(e,t){var r=A.call(this,e,t)||this;return r.start=t.start,r.reversed="boolean"==typeof t.reversed&&!0===t.reversed,r}return y(e,A),e}(rb),nu=[{type:15,flags:0,unit:"px",number:3}],nB=[{type:16,flags:0,number:50}],nf=function(A){var e=A.type===ng?Array(A.value.length+1).join("•"):A.value;return 0===e.length?A.placeholder||"":e},nd="checkbox",nh="radio",ng="password",nw=function(A){function e(e,t){var r,n=A.call(this,e,t)||this;switch(n.type=t.type.toLowerCase(),n.checked=t.checked,n.value=nf(t),(n.type===nd||n.type===nh)&&(n.styles.backgroundColor=0xdededeff,n.styles.borderTopColor=n.styles.borderRightColor=n.styles.borderBottomColor=n.styles.borderLeftColor=0xa5a5a5ff,n.styles.borderTopWidth=n.styles.borderRightWidth=n.styles.borderBottomWidth=n.styles.borderLeftWidth=1,n.styles.borderTopStyle=n.styles.borderRightStyle=n.styles.borderBottomStyle=n.styles.borderLeftStyle=1,n.styles.backgroundClip=[0],n.styles.backgroundOrigin=[0],n.bounds=(r=n.bounds).width>r.height?new H(r.left+(r.width-r.height)/2,r.top,r.height,r.height):r.width<r.height?new H(r.left,r.top+(r.height-r.width)/2,r.width,r.width):r),n.type){case nd:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=nu;break;case nh:n.styles.borderTopRightRadius=n.styles.borderTopLeftRadius=n.styles.borderBottomRightRadius=n.styles.borderBottomLeftRadius=nB}return n}return y(e,A),e}(rb),np=function(A){function e(e,t){var r=A.call(this,e,t)||this,n=t.options[t.selectedIndex||0];return r.value=n&&n.text||"",r}return y(e,A),e}(rb),nQ=function(A){function e(e,t){var r=A.call(this,e,t)||this;return r.value=t.value,r}return y(e,A),e}(rb),nC=function(A){function e(e,t){var r=A.call(this,e,t)||this;r.src=t.src,r.width=parseInt(t.width,10)||0,r.height=parseInt(t.height,10)||0,r.backgroundColor=r.styles.backgroundColor;try{if(t.contentWindow&&t.contentWindow.document&&t.contentWindow.document.documentElement){r.tree=nF(e,t.contentWindow.document.documentElement);var n=t.contentWindow.document.documentElement?eM(e,getComputedStyle(t.contentWindow.document.documentElement).backgroundColor):eN.TRANSPARENT,s=t.contentWindow.document.body?eM(e,getComputedStyle(t.contentWindow.document.body).backgroundColor):eN.TRANSPARENT;r.backgroundColor=A9(n)?A9(s)?r.styles.backgroundColor:s:n}}catch(A){}return r}return y(e,A),e}(rb),nU=["OL","UL","MENU"],nm=function(A,e,t,r){for(var n=e.firstChild,s=void 0;n;n=s)if(s=n.nextSibling,nv(n)&&n.data.length>0)t.textNodes.push(new nt(A,n,t.styles));else if(nH(n))if(nP(n)&&n.assignedNodes)n.assignedNodes().forEach(function(e){return nm(A,e,t,r)});else{var i=ny(A,n);i.styles.isVisible()&&(nb(n,i,r)?i.flags|=4:nE(i.styles)&&(i.flags|=2),-1!==nU.indexOf(n.tagName)&&(i.flags|=8),t.elements.push(i),n.slot,n.shadowRoot?nm(A,n.shadowRoot,i,r):nG(n)||nk(n)||nV(n)||nm(A,n,i,r))}},ny=function(A,e){return nM(e)?new ni(A,e):nT(e)?new no(A,e):nk(e)?new na(A,e):nS(e)?new nl(A,e):nK(e)?new nc(A,e):nL(e)?new nw(A,e):nV(e)?new np(A,e):nG(e)?new nQ(A,e):nN(e)?new nC(A,e):new rb(A,e)},nF=function(A,e){var t=ny(A,e);return t.flags|=4,nm(A,e,t,t),t},nb=function(A,e,t){return e.styles.isPositionedWithZIndex()||e.styles.opacity<1||e.styles.isTransformed()||nD(A)&&t.styles.isTransparent()},nE=function(A){return A.isPositioned()||A.isFloating()},nv=function(A){return A.nodeType===Node.TEXT_NODE},nH=function(A){return A.nodeType===Node.ELEMENT_NODE},nI=function(A){return nH(A)&&void 0!==A.style&&!nx(A)},nx=function(A){return"object"==typeof A.className},nS=function(A){return"LI"===A.tagName},nK=function(A){return"OL"===A.tagName},nL=function(A){return"INPUT"===A.tagName},nk=function(A){return"svg"===A.tagName},nD=function(A){return"BODY"===A.tagName},nT=function(A){return"CANVAS"===A.tagName},nO=function(A){return"VIDEO"===A.tagName},nM=function(A){return"IMG"===A.tagName},nN=function(A){return"IFRAME"===A.tagName},nR=function(A){return"STYLE"===A.tagName},nG=function(A){return"TEXTAREA"===A.tagName},nV=function(A){return"SELECT"===A.tagName},nP=function(A){return"SLOT"===A.tagName},n_=function(A){return A.tagName.indexOf("-")>0},nJ=function(){function A(){this.counters={}}return A.prototype.getCounterValue=function(A){var e=this.counters[A];return e&&e.length?e[e.length-1]:1},A.prototype.getCounterValues=function(A){return this.counters[A]||[]},A.prototype.pop=function(A){var e=this;A.forEach(function(A){return e.counters[A].pop()})},A.prototype.parse=function(A){var e=this,t=A.counterIncrement,r=A.counterReset,n=!0;null!==t&&t.forEach(function(A){var t=e.counters[A.counter];t&&0!==A.increment&&(n=!1,t.length||t.push(1),t[Math.max(0,t.length-1)]+=A.increment)});var s=[];return n&&r.forEach(function(A){var t=e.counters[A.counter];s.push(A.counter),t||(t=e.counters[A.counter]=[]),t.push(A.reset)}),s},A}(),nX={integers:[1e3,900,500,400,100,90,50,40,10,9,5,4,1],values:["M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"]},nj={integers:[9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["Ք","Փ","Ւ","Ց","Ր","Տ","Վ","Ս","Ռ","Ջ","Պ","Չ","Ո","Շ","Ն","Յ","Մ","Ճ","Ղ","Ձ","Հ","Կ","Ծ","Խ","Լ","Ի","Ժ","Թ","Ը","Է","Զ","Ե","Դ","Գ","Բ","Ա"]},nW={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,400,300,200,100,90,80,70,60,50,40,30,20,19,18,17,16,15,10,9,8,7,6,5,4,3,2,1],values:["י׳","ט׳","ח׳","ז׳","ו׳","ה׳","ד׳","ג׳","ב׳","א׳","ת","ש","ר","ק","צ","פ","ע","ס","נ","מ","ל","כ","יט","יח","יז","טז","טו","י","ט","ח","ז","ו","ה","ד","ג","ב","א"]},nY={integers:[1e4,9e3,8e3,7e3,6e3,5e3,4e3,3e3,2e3,1e3,900,800,700,600,500,400,300,200,100,90,80,70,60,50,40,30,20,10,9,8,7,6,5,4,3,2,1],values:["ჵ","ჰ","ჯ","ჴ","ხ","ჭ","წ","ძ","ც","ჩ","შ","ყ","ღ","ქ","ფ","ჳ","ტ","ს","რ","ჟ","პ","ო","ჲ","ნ","მ","ლ","კ","ი","თ","ჱ","ზ","ვ","ე","დ","გ","ბ","ა"]},n$=function(A,e,t,r,n,s){return A<e||A>t?n6(A,n,s.length>0):r.integers.reduce(function(e,t,n){for(;A>=t;)A-=t,e+=r.values[n];return e},"")+s},nz=function(A,e,t,r){var n="";do!t&&A--,n=r(A)+n,A/=e;while(A*e>=e)return n},nZ=function(A,e,t,r,n){var s=t-e+1;return(A<0?"-":"")+(nz(Math.abs(A),s,r,function(A){return K(Math.floor(A%s)+e)})+n)},nq=function(A,e,t){void 0===t&&(t=". ");var r=e.length;return nz(Math.abs(A),r,!1,function(A){return e[Math.floor(A%r)]})+t},n0=function(A,e,t,r,n,s){if(A<-9999||A>9999)return n6(A,4,n.length>0);var i=Math.abs(A),o=n;if(0===i)return e[0]+o;for(var a=0;i>0&&a<=4;a++){var l=i%10;0===l&&ri(s,1)&&""!==o?o=e[l]+o:l>1||1===l&&0===a||1===l&&1===a&&ri(s,2)||1===l&&1===a&&ri(s,4)&&A>100||1===l&&a>1&&ri(s,8)?o=e[l]+(a>0?t[a-1]:"")+o:1===l&&a>0&&(o=t[a-1]+o),i=Math.floor(i/10)}return(A<0?r:"")+o},n1="十百千萬",n4="拾佰仟萬",n2="マイナス",n3="마이너스",n6=function(A,e,t){var r=t?". ":"",n=t?"、":"",s=t?", ":"",i=t?" ":"";switch(e){case 0:return"•"+i;case 1:return"◦"+i;case 2:return"◾"+i;case 5:var o=nZ(A,48,57,!0,r);return o.length<4?"0".concat(o):o;case 4:return nq(A,"〇一二三四五六七八九",n);case 6:return n$(A,1,3999,nX,3,r).toLowerCase();case 7:return n$(A,1,3999,nX,3,r);case 8:return nZ(A,945,969,!1,r);case 9:return nZ(A,97,122,!1,r);case 10:return nZ(A,65,90,!1,r);case 11:return nZ(A,1632,1641,!0,r);case 12:case 49:return n$(A,1,9999,nj,3,r);case 35:return n$(A,1,9999,nj,3,r).toLowerCase();case 13:return nZ(A,2534,2543,!0,r);case 14:case 30:return nZ(A,6112,6121,!0,r);case 15:return nq(A,"子丑寅卯辰巳午未申酉戌亥",n);case 16:return nq(A,"甲乙丙丁戊己庚辛壬癸",n);case 17:case 48:return n0(A,"零一二三四五六七八九",n1,"負",n,14);case 47:return n0(A,"零壹貳參肆伍陸柒捌玖",n4,"負",n,15);case 42:return n0(A,"零一二三四五六七八九",n1,"负",n,14);case 41:return n0(A,"零壹贰叁肆伍陆柒捌玖",n4,"负",n,15);case 26:return n0(A,"〇一二三四五六七八九","十百千万",n2,n,0);case 25:return n0(A,"零壱弐参四伍六七八九","拾百千万",n2,n,7);case 31:return n0(A,"영일이삼사오육칠팔구","십백천만",n3,s,7);case 33:return n0(A,"零一二三四五六七八九","十百千萬",n3,s,0);case 32:return n0(A,"零壹貳參四五六七八九","拾百千",n3,s,7);case 18:return nZ(A,2406,2415,!0,r);case 20:return n$(A,1,19999,nY,3,r);case 21:return nZ(A,2790,2799,!0,r);case 22:return nZ(A,2662,2671,!0,r);case 52:return n$(A,1,10999,nW,3,r);case 23:return nq(A,"あいうえおかきくけこさしすせそたちつてとなにぬねのはひふへほまみむめもやゆよらりるれろわゐゑをん");case 24:return nq(A,"いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせす");case 27:return nZ(A,3302,3311,!0,r);case 28:return nq(A,"アイウエオカキクケコサシスセソタチツテトナニヌネノハヒフヘホマミムメモヤユヨラリルレロワヰヱヲン",n);case 29:return nq(A,"イロハニホヘトチリヌルヲワカヨタレソツネナラムウヰノオクヤマケフコエテアサキユメミシヱヒモセス",n);case 34:return nZ(A,3792,3801,!0,r);case 37:return nZ(A,6160,6169,!0,r);case 38:return nZ(A,4160,4169,!0,r);case 39:return nZ(A,2918,2927,!0,r);case 40:return nZ(A,1776,1785,!0,r);case 43:return nZ(A,3046,3055,!0,r);case 44:return nZ(A,3174,3183,!0,r);case 45:return nZ(A,3664,3673,!0,r);case 46:return nZ(A,3872,3881,!0,r);default:return nZ(A,48,57,!0,r)}},n5="data-html2canvas-ignore",n8=function(){function A(A,e,t){if(this.context=A,this.options=t,this.scrolledElements=[],this.referenceElement=e,this.counters=new nJ,this.quoteDepth=0,!e.ownerDocument)throw Error("Cloned element does not have an owner document");this.documentElement=this.cloneNode(e.ownerDocument.documentElement,!1)}return A.prototype.toIFrame=function(A,e){var t=this,r=n7(A,e);if(!r.contentWindow)return Promise.reject("Unable to find iframe window");var n=A.defaultView.pageXOffset,s=A.defaultView.pageYOffset,i=r.contentWindow,o=i.document,a=se(r).then(function(){return b(t,void 0,void 0,function(){var A,t;return E(this,function(n){switch(n.label){case 0:if(this.scrolledElements.forEach(si),i&&(i.scrollTo(e.left,e.top),/(iPad|iPhone|iPod)/g.test(navigator.userAgent)&&(i.scrollY!==e.top||i.scrollX!==e.left)&&(this.context.logger.warn("Unable to restore scroll position for cloned document"),this.context.windowBounds=this.context.windowBounds.add(i.scrollX-e.left,i.scrollY-e.top,0,0))),A=this.options.onclone,void 0===(t=this.clonedReferenceElement))return[2,Promise.reject("Error finding the ".concat(this.referenceElement.nodeName," in the cloned document"))];if(!(o.fonts&&o.fonts.ready))return[3,2];return[4,o.fonts.ready];case 1:n.sent(),n.label=2;case 2:if(!/(AppleWebKit)/g.test(navigator.userAgent))return[3,4];return[4,sA(o)];case 3:n.sent(),n.label=4;case 4:if("function"==typeof A)return[2,Promise.resolve().then(function(){return A(o,t)}).then(function(){return r})];return[2,r]}})})}),l=o.baseURI;o.open(),o.write("".concat(sn(document.doctype),"<html></html>")),ss(this.referenceElement.ownerDocument,n,s);var c=o.adoptNode(this.documentElement);return sB(c,l),o.replaceChild(c,o.documentElement),o.close(),a},A.prototype.createElementClone=function(A){if(rF(A,2),nT(A))return this.createCanvasClone(A);if(nO(A))return this.createVideoClone(A);if(nR(A))return this.createStyleClone(A);var e=A.cloneNode(!1);return(nM(e)&&(nM(A)&&A.currentSrc&&A.currentSrc!==A.src&&(e.src=A.currentSrc,e.srcset=""),"lazy"===e.loading&&(e.loading="eager")),n_(e))?this.createCustomElementClone(e):e},A.prototype.createCustomElementClone=function(A){var e=document.createElement("html2canvascustomelement");return sr(A.style,e),e},A.prototype.createStyleClone=function(A){try{var e=A.sheet;if(e&&e.cssRules){var t=[].slice.call(e.cssRules,0).reduce(function(A,e){return e&&"string"==typeof e.cssText?A+e.cssText:A},""),r=A.cloneNode(!1);return r.textContent=t,r}}catch(A){if(this.context.logger.error("Unable to access cssRules property",A),"SecurityError"!==A.name)throw A}return A.cloneNode(!1)},A.prototype.createCanvasClone=function(A){if(this.options.inlineImages&&A.ownerDocument){var e,t=A.ownerDocument.createElement("img");try{return t.src=A.toDataURL(),t}catch(e){this.context.logger.info("Unable to inline canvas contents, canvas is tainted",A)}}var r=A.cloneNode(!1);try{r.width=A.width,r.height=A.height;var n=A.getContext("2d"),s=r.getContext("2d",{willReadFrequently:!0});if(s)if(!this.options.allowTaint&&n)s.putImageData(n.getImageData(0,0,A.width,A.height),0,0);else{var i=null!=(e=A.getContext("webgl2"))?e:A.getContext("webgl");if(i){var o=i.getContextAttributes();(null==o?void 0:o.preserveDrawingBuffer)===!1&&this.context.logger.warn("Unable to clone WebGL context as it has preserveDrawingBuffer=false",A)}s.drawImage(A,0,0)}}catch(e){this.context.logger.info("Unable to clone canvas as it is tainted",A)}return r},A.prototype.createVideoClone=function(A){var e=A.ownerDocument.createElement("canvas");e.width=A.offsetWidth,e.height=A.offsetHeight;var t=e.getContext("2d");try{return t&&(t.drawImage(A,0,0,e.width,e.height),this.options.allowTaint||t.getImageData(0,0,e.width,e.height)),e}catch(e){this.context.logger.info("Unable to clone video as it is tainted",A)}var r=A.ownerDocument.createElement("canvas");return r.width=A.offsetWidth,r.height=A.offsetHeight,r},A.prototype.appendChildNode=function(A,e,t){nH(e)&&("SCRIPT"===e.tagName||e.hasAttribute(n5)||"function"==typeof this.options.ignoreElements&&this.options.ignoreElements(e))||this.options.copyStyles&&nH(e)&&nR(e)||A.appendChild(this.cloneNode(e,t))},A.prototype.cloneChildNodes=function(A,e,t){for(var r=this,n=A.shadowRoot?A.shadowRoot.firstChild:A.firstChild;n;n=n.nextSibling)if(nH(n)&&nP(n)&&"function"==typeof n.assignedNodes){var s=n.assignedNodes();s.length&&s.forEach(function(A){return r.appendChildNode(e,A,t)})}else this.appendChildNode(e,n,t)},A.prototype.cloneNode=function(A,e){if(nv(A))return document.createTextNode(A.data);if(!A.ownerDocument)return A.cloneNode(!1);var t=A.ownerDocument.defaultView;if(t&&nH(A)&&(nI(A)||nx(A))){var r=this.createElementClone(A);r.style.transitionProperty="none";var n=t.getComputedStyle(A),s=t.getComputedStyle(A,":before"),i=t.getComputedStyle(A,":after");this.referenceElement===A&&nI(r)&&(this.clonedReferenceElement=r),nD(r)&&sc(r);var o=this.counters.parse(new rU(this.context,n)),a=this.resolvePseudoContent(A,r,s,C.BEFORE);n_(A)&&(e=!0),nO(A)||this.cloneChildNodes(A,r,e),a&&r.insertBefore(a,r.firstChild);var l=this.resolvePseudoContent(A,r,i,C.AFTER);return l&&r.appendChild(l),this.counters.pop(o),(n&&(this.options.copyStyles||nx(A))&&!nN(A)||e)&&sr(n,r),(0!==A.scrollTop||0!==A.scrollLeft)&&this.scrolledElements.push([r,A.scrollLeft,A.scrollTop]),(nG(A)||nV(A))&&(nG(r)||nV(r))&&(r.value=A.value),r}return A.cloneNode(!1)},A.prototype.resolvePseudoContent=function(A,e,t,r){var n=this;if(t){var s=t.content,i=e.ownerDocument;if(i&&s&&"none"!==s&&"-moz-alt-content"!==s&&"none"!==t.display){this.counters.parse(new rU(this.context,t));var o=new rC(this.context,t),a=i.createElement("html2canvaspseudoelement");sr(t,a),o.content.forEach(function(e){if(0===e.type)a.appendChild(i.createTextNode(e.value));else if(22===e.type){var t=i.createElement("img");t.src=e.value,t.style.opacity="1",a.appendChild(t)}else if(18===e.type){if("attr"===e.name){var r=e.values.filter(AV);r.length&&a.appendChild(i.createTextNode(A.getAttribute(r[0].value)||""))}else if("counter"===e.name){var s=e.values.filter(AX),l=s[0],c=s[1];if(l&&AV(l)){var u=n.counters.getCounterValue(l.value),B=c&&AV(c)?tD.parse(n.context,c.value):3;a.appendChild(i.createTextNode(n6(u,B,!1)))}}else if("counters"===e.name){var f=e.values.filter(AX),l=f[0],d=f[1],c=f[2];if(l&&AV(l)){var h=n.counters.getCounterValues(l.value),g=c&&AV(c)?tD.parse(n.context,c.value):3,w=d&&0===d.type?d.value:"",p=h.map(function(A){return n6(A,g,!1)}).join(w);a.appendChild(i.createTextNode(p))}}}else if(20===e.type)switch(e.value){case"open-quote":a.appendChild(i.createTextNode(rB(o.quotes,n.quoteDepth++,!0)));break;case"close-quote":a.appendChild(i.createTextNode(rB(o.quotes,--n.quoteDepth,!1)));break;default:a.appendChild(i.createTextNode(e.value))}}),a.className="".concat(so," ").concat(sa);var l=r===C.BEFORE?" ".concat(so):" ".concat(sa);return nx(e)?e.className.baseValue+=l:e.className+=l,a}}},A.destroy=function(A){return!!A.parentNode&&(A.parentNode.removeChild(A),!0)},A}();(h=C||(C={}))[h.BEFORE=0]="BEFORE",h[h.AFTER=1]="AFTER";var n7=function(A,e){var t=A.createElement("iframe");return t.className="html2canvas-container",t.style.visibility="hidden",t.style.position="fixed",t.style.left="-10000px",t.style.top="0px",t.style.border="0",t.width=e.width.toString(),t.height=e.height.toString(),t.scrolling="no",t.setAttribute(n5,"true"),A.body.appendChild(t),t},n9=function(A){return new Promise(function(e){A.complete||!A.src?e():(A.onload=e,A.onerror=e)})},sA=function(A){return Promise.all([].slice.call(A.images,0).map(n9))},se=function(A){return new Promise(function(e,t){var r=A.contentWindow;if(!r)return t("No window assigned for iframe");var n=r.document;r.onload=A.onload=function(){r.onload=A.onload=null;var t=setInterval(function(){n.body.childNodes.length>0&&"complete"===n.readyState&&(clearInterval(t),e(A))},50)}})},st=["all","d","content"],sr=function(A,e){for(var t=A.length-1;t>=0;t--){var r=A.item(t);-1!==st.indexOf(r)||r.startsWith("--")||e.style.setProperty(r,A.getPropertyValue(r))}return e},sn=function(A){var e="";return A&&(e+="<!DOCTYPE ",A.name&&(e+=A.name),A.internalSubset&&(e+=A.internalSubset),A.publicId&&(e+='"'.concat(A.publicId,'"')),A.systemId&&(e+='"'.concat(A.systemId,'"')),e+=">"),e},ss=function(A,e,t){A&&A.defaultView&&(e!==A.defaultView.pageXOffset||t!==A.defaultView.pageYOffset)&&A.defaultView.scrollTo(e,t)},si=function(A){var e=A[0],t=A[1],r=A[2];e.scrollLeft=t,e.scrollTop=r},so="___html2canvas___pseudoelement_before",sa="___html2canvas___pseudoelement_after",sl='{\n content: "" !important;\n display: none !important;\n}',sc=function(A){su(A,".".concat(so).concat(":before").concat(sl,"\n .").concat(sa).concat(":after").concat(sl))},su=function(A,e){var t=A.ownerDocument;if(t){var r=t.createElement("style");r.textContent=e,A.appendChild(r)}},sB=function(A,e){var t,r=A.ownerDocument.createElement("base");r.href=e;var n=A.getElementsByTagName("head").item(0);null==n||n.insertBefore(r,null!=(t=null==n?void 0:n.firstChild)?t:null)},sf=function(){function A(){}return A.getOrigin=function(e){var t=A._link;return t?(t.href=e,t.href=t.href,t.protocol+t.hostname+t.port):"about:blank"},A.isSameOrigin=function(e){return A.getOrigin(e)===A._origin},A.setContext=function(e){A._link=e.document.createElement("a"),A._origin=A.getOrigin(e.location.href)},A._origin="about:blank",A}(),sd=function(){function A(A,e){this.context=A,this._options=e,this._cache={}}return A.prototype.addImage=function(A){var e=Promise.resolve();return this.has(A)||(sU(A)||sp(A))&&(this._cache[A]=this.loadImage(A)).catch(function(){}),e},A.prototype.match=function(A){return this._cache[A]},A.prototype.loadImage=function(A){return b(this,void 0,void 0,function(){var e,t,r,n,s,i=this;return E(this,function(o){switch(o.label){case 0:if("function"!=typeof this._options.customIsSameOrigin)return[3,2];return[4,this._options.customIsSameOrigin(A,sf.isSameOrigin)];case 1:return t=o.sent(),[3,3];case 2:t=sf.isSameOrigin(A),o.label=3;case 3:if(e=t,r=!sQ(A)&&!0===this._options.useCORS&&rY.SUPPORT_CORS_IMAGES&&!e,n=!sQ(A)&&!e&&!sU(A)&&"string"==typeof this._options.proxy&&rY.SUPPORT_CORS_XHR&&!r,!e&&!1===this._options.allowTaint&&!sQ(A)&&!sU(A)&&!n&&!r)return[2];if(s=A,!n)return[3,5];return[4,this.proxy(s)];case 4:s=o.sent(),o.label=5;case 5:return this.context.logger.debug("Added image ".concat(A.substring(0,256))),[4,new Promise(function(A,e){var t=new Image;t.onload=function(){return A(t)},t.onerror=e,(sC(s)||r)&&(t.crossOrigin="anonymous"),t.src=s,!0===t.complete&&setTimeout(function(){return A(t)},500),i._options.imageTimeout>0&&setTimeout(function(){return e("Timed out (".concat(i._options.imageTimeout,"ms) loading image"))},i._options.imageTimeout)})];case 6:return[2,o.sent()]}})})},A.prototype.has=function(A){return void 0!==this._cache[A]},A.prototype.keys=function(){return Promise.resolve(Object.keys(this._cache))},A.prototype.proxy=function(A){var e=this,t=this._options.proxy;if(!t)throw Error("No proxy defined");var r=A.substring(0,256);return new Promise(function(n,s){var i=rY.SUPPORT_RESPONSE_TYPE?"blob":"text",o=new XMLHttpRequest;o.onload=function(){if(200===o.status)if("text"===i)n(o.response);else{var A=new FileReader;A.addEventListener("load",function(){return n(A.result)},!1),A.addEventListener("error",function(A){return s(A)},!1),A.readAsDataURL(o.response)}else s("Failed to proxy resource ".concat(r," with status code ").concat(o.status))},o.onerror=s;var a=t.indexOf("?")>-1?"&":"?";if(o.open("GET","".concat(t).concat(a,"url=").concat(encodeURIComponent(A),"&responseType=").concat(i)),"text"!==i&&o instanceof XMLHttpRequest&&(o.responseType=i),e._options.imageTimeout){var l=e._options.imageTimeout;o.timeout=l,o.ontimeout=function(){return s("Timed out (".concat(l,"ms) proxying ").concat(r))}}o.send()})},A}(),sh=/^data:image\/svg\+xml/i,sg=/^data:image\/.*;base64,/i,sw=/^data:image\/.*/i,sp=function(A){return rY.SUPPORT_SVG_DRAWING||!sm(A)},sQ=function(A){return sw.test(A)},sC=function(A){return sg.test(A)},sU=function(A){return"blob"===A.substr(0,4)},sm=function(A){return"svg"===A.substr(-3).toLowerCase()||sh.test(A)},sy=function(){function A(A,e){this.type=0,this.x=A,this.y=e}return A.prototype.add=function(e,t){return new A(this.x+e,this.y+t)},A}(),sF=function(A,e,t){return new sy(A.x+(e.x-A.x)*t,A.y+(e.y-A.y)*t)},sb=function(){function A(A,e,t,r){this.type=1,this.start=A,this.startControl=e,this.endControl=t,this.end=r}return A.prototype.subdivide=function(e,t){var r=sF(this.start,this.startControl,e),n=sF(this.startControl,this.endControl,e),s=sF(this.endControl,this.end,e),i=sF(r,n,e),o=sF(n,s,e),a=sF(i,o,e);return t?new A(this.start,r,i,a):new A(a,o,s,this.end)},A.prototype.add=function(e,t){return new A(this.start.add(e,t),this.startControl.add(e,t),this.endControl.add(e,t),this.end.add(e,t))},A.prototype.reverse=function(){return new A(this.end,this.endControl,this.startControl,this.start)},A}(),sE=function(A){return 1===A.type},sv=function(A){var e=A.styles,t=A.bounds,r=A1(e.borderTopLeftRadius,t.width,t.height),n=r[0],s=r[1],i=A1(e.borderTopRightRadius,t.width,t.height),o=i[0],a=i[1],l=A1(e.borderBottomRightRadius,t.width,t.height),c=l[0],u=l[1],B=A1(e.borderBottomLeftRadius,t.width,t.height),f=B[0],d=B[1],h=[];h.push((n+o)/t.width),h.push((f+c)/t.width),h.push((s+d)/t.height),h.push((a+u)/t.height);var g=Math.max.apply(Math,h);g>1&&(n/=g,s/=g,o/=g,a/=g,c/=g,u/=g,f/=g,d/=g);var w=t.width-o,p=t.height-u,Q=t.width-c,C=t.height-d,m=e.borderTopWidth,y=e.borderRightWidth,F=e.borderBottomWidth,b=e.borderLeftWidth,E=A4(e.paddingTop,A.bounds.width),v=A4(e.paddingRight,A.bounds.width),H=A4(e.paddingBottom,A.bounds.width),I=A4(e.paddingLeft,A.bounds.width);this.topLeftBorderDoubleOuterBox=n>0||s>0?sH(t.left+b/3,t.top+m/3,n-b/3,s-m/3,U.TOP_LEFT):new sy(t.left+b/3,t.top+m/3),this.topRightBorderDoubleOuterBox=n>0||s>0?sH(t.left+w,t.top+m/3,o-y/3,a-m/3,U.TOP_RIGHT):new sy(t.left+t.width-y/3,t.top+m/3),this.bottomRightBorderDoubleOuterBox=c>0||u>0?sH(t.left+Q,t.top+p,c-y/3,u-F/3,U.BOTTOM_RIGHT):new sy(t.left+t.width-y/3,t.top+t.height-F/3),this.bottomLeftBorderDoubleOuterBox=f>0||d>0?sH(t.left+b/3,t.top+C,f-b/3,d-F/3,U.BOTTOM_LEFT):new sy(t.left+b/3,t.top+t.height-F/3),this.topLeftBorderDoubleInnerBox=n>0||s>0?sH(t.left+2*b/3,t.top+2*m/3,n-2*b/3,s-2*m/3,U.TOP_LEFT):new sy(t.left+2*b/3,t.top+2*m/3),this.topRightBorderDoubleInnerBox=n>0||s>0?sH(t.left+w,t.top+2*m/3,o-2*y/3,a-2*m/3,U.TOP_RIGHT):new sy(t.left+t.width-2*y/3,t.top+2*m/3),this.bottomRightBorderDoubleInnerBox=c>0||u>0?sH(t.left+Q,t.top+p,c-2*y/3,u-2*F/3,U.BOTTOM_RIGHT):new sy(t.left+t.width-2*y/3,t.top+t.height-2*F/3),this.bottomLeftBorderDoubleInnerBox=f>0||d>0?sH(t.left+2*b/3,t.top+C,f-2*b/3,d-2*F/3,U.BOTTOM_LEFT):new sy(t.left+2*b/3,t.top+t.height-2*F/3),this.topLeftBorderStroke=n>0||s>0?sH(t.left+b/2,t.top+m/2,n-b/2,s-m/2,U.TOP_LEFT):new sy(t.left+b/2,t.top+m/2),this.topRightBorderStroke=n>0||s>0?sH(t.left+w,t.top+m/2,o-y/2,a-m/2,U.TOP_RIGHT):new sy(t.left+t.width-y/2,t.top+m/2),this.bottomRightBorderStroke=c>0||u>0?sH(t.left+Q,t.top+p,c-y/2,u-F/2,U.BOTTOM_RIGHT):new sy(t.left+t.width-y/2,t.top+t.height-F/2),this.bottomLeftBorderStroke=f>0||d>0?sH(t.left+b/2,t.top+C,f-b/2,d-F/2,U.BOTTOM_LEFT):new sy(t.left+b/2,t.top+t.height-F/2),this.topLeftBorderBox=n>0||s>0?sH(t.left,t.top,n,s,U.TOP_LEFT):new sy(t.left,t.top),this.topRightBorderBox=o>0||a>0?sH(t.left+w,t.top,o,a,U.TOP_RIGHT):new sy(t.left+t.width,t.top),this.bottomRightBorderBox=c>0||u>0?sH(t.left+Q,t.top+p,c,u,U.BOTTOM_RIGHT):new sy(t.left+t.width,t.top+t.height),this.bottomLeftBorderBox=f>0||d>0?sH(t.left,t.top+C,f,d,U.BOTTOM_LEFT):new sy(t.left,t.top+t.height),this.topLeftPaddingBox=n>0||s>0?sH(t.left+b,t.top+m,Math.max(0,n-b),Math.max(0,s-m),U.TOP_LEFT):new sy(t.left+b,t.top+m),this.topRightPaddingBox=o>0||a>0?sH(t.left+Math.min(w,t.width-y),t.top+m,w>t.width+y?0:Math.max(0,o-y),Math.max(0,a-m),U.TOP_RIGHT):new sy(t.left+t.width-y,t.top+m),this.bottomRightPaddingBox=c>0||u>0?sH(t.left+Math.min(Q,t.width-b),t.top+Math.min(p,t.height-F),Math.max(0,c-y),Math.max(0,u-F),U.BOTTOM_RIGHT):new sy(t.left+t.width-y,t.top+t.height-F),this.bottomLeftPaddingBox=f>0||d>0?sH(t.left+b,t.top+Math.min(C,t.height-F),Math.max(0,f-b),Math.max(0,d-F),U.BOTTOM_LEFT):new sy(t.left+b,t.top+t.height-F),this.topLeftContentBox=n>0||s>0?sH(t.left+b+I,t.top+m+E,Math.max(0,n-(b+I)),Math.max(0,s-(m+E)),U.TOP_LEFT):new sy(t.left+b+I,t.top+m+E),this.topRightContentBox=o>0||a>0?sH(t.left+Math.min(w,t.width+b+I),t.top+m+E,w>t.width+b+I?0:o-b+I,a-(m+E),U.TOP_RIGHT):new sy(t.left+t.width-(y+v),t.top+m+E),this.bottomRightContentBox=c>0||u>0?sH(t.left+Math.min(Q,t.width-(b+I)),t.top+Math.min(p,t.height+m+E),Math.max(0,c-(y+v)),u-(F+H),U.BOTTOM_RIGHT):new sy(t.left+t.width-(y+v),t.top+t.height-(F+H)),this.bottomLeftContentBox=f>0||d>0?sH(t.left+b+I,t.top+C,Math.max(0,f-(b+I)),d-(F+H),U.BOTTOM_LEFT):new sy(t.left+b+I,t.top+t.height-(F+H))};(g=U||(U={}))[g.TOP_LEFT=0]="TOP_LEFT",g[g.TOP_RIGHT=1]="TOP_RIGHT",g[g.BOTTOM_RIGHT=2]="BOTTOM_RIGHT",g[g.BOTTOM_LEFT=3]="BOTTOM_LEFT";var sH=function(A,e,t,r,n){var s=(Math.sqrt(2)-1)/3*4,i=t*s,o=r*s,a=A+t,l=e+r;switch(n){case U.TOP_LEFT:return new sb(new sy(A,l),new sy(A,l-o),new sy(a-i,e),new sy(a,e));case U.TOP_RIGHT:return new sb(new sy(A,e),new sy(A+i,e),new sy(a,l-o),new sy(a,l));case U.BOTTOM_RIGHT:return new sb(new sy(a,e),new sy(a,e+o),new sy(A+i,l),new sy(A,l));case U.BOTTOM_LEFT:default:return new sb(new sy(a,l),new sy(a-i,l),new sy(A,e+o),new sy(A,e))}},sI=function(A){return[A.topLeftBorderBox,A.topRightBorderBox,A.bottomRightBorderBox,A.bottomLeftBorderBox]},sx=function(A){return[A.topLeftPaddingBox,A.topRightPaddingBox,A.bottomRightPaddingBox,A.bottomLeftPaddingBox]},sS=function(A,e,t){this.offsetX=A,this.offsetY=e,this.matrix=t,this.type=0,this.target=6},sK=function(A,e){this.path=A,this.target=e,this.type=1},sL=function(A){this.opacity=A,this.type=2,this.target=6},sk=function(A){return 1===A.type},sD=function(A,e){return A.length===e.length&&A.some(function(A,t){return A===e[t]})},sT=function(A){this.element=A,this.inlineLevel=[],this.nonInlineLevel=[],this.negativeZIndex=[],this.zeroOrAutoZIndexOrTransformedOrOpacity=[],this.positiveZIndex=[],this.nonPositionedFloats=[],this.nonPositionedInlineLevel=[]},sO=function(){function A(A,e){if(this.container=A,this.parent=e,this.effects=[],this.curves=new sv(this.container),this.container.styles.opacity<1&&this.effects.push(new sL(this.container.styles.opacity)),null!==this.container.styles.rotate){var t=this.container.bounds.left+this.container.styles.transformOrigin[0].number,r=this.container.bounds.top+this.container.styles.transformOrigin[1].number,n=this.container.styles.rotate*Math.PI/180,s=Math.cos(n),i=Math.sin(n);this.effects.push(new sS(t,r,[s,i,-i,s,0,0]))}if(null!==this.container.styles.transform){var t=this.container.bounds.left+this.container.styles.transformOrigin[0].number,r=this.container.bounds.top+this.container.styles.transformOrigin[1].number,o=this.container.styles.transform;this.effects.push(new sS(t,r,o))}if(0!==this.container.styles.overflowX){var a=sI(this.curves),l=sx(this.curves);sD(a,l)?this.effects.push(new sK(a,6)):(this.effects.push(new sK(a,2)),this.effects.push(new sK(l,4)))}}return A.prototype.getEffects=function(A){for(var e=-1===[2,3].indexOf(this.container.styles.position),t=this.parent,r=this.effects.slice(0);t;){var n=t.effects.filter(function(A){return!sk(A)});if(e||0!==t.container.styles.position||!t.parent){if(e=-1===[2,3].indexOf(t.container.styles.position),0!==t.container.styles.overflowX){var s=sI(t.curves),i=sx(t.curves);sD(s,i)||r.unshift(new sK(i,6))}r.unshift.apply(r,n)}else r.unshift.apply(r,n);t=t.parent}return r.filter(function(e){return ri(e.target,A)})},A}(),sM=function(A,e,t,r){A.container.elements.forEach(function(n){var s=ri(n.flags,4),i=ri(n.flags,2),o=new sO(n,A);ri(n.styles.display,2048)&&r.push(o);var a=ri(n.flags,8)?[]:r;if(s||i){var l=s||n.styles.isPositioned()?t:e,c=new sT(o);if(n.styles.isPositioned()||n.styles.opacity<1||n.styles.isTransformed()){var u=n.styles.zIndex.order;if(u<0){var B=0;l.negativeZIndex.some(function(A,e){if(u>A.element.container.styles.zIndex.order)B=e;else if(B>0)return!0;return!1}),l.negativeZIndex.splice(B,0,c)}else if(u>0){var f=0;l.positiveZIndex.some(function(A,e){if(u>=A.element.container.styles.zIndex.order)f=e+1;else if(f>0)return!0;return!1}),l.positiveZIndex.splice(f,0,c)}else l.zeroOrAutoZIndexOrTransformedOrOpacity.push(c)}else n.styles.isFloating()?l.nonPositionedFloats.push(c):l.nonPositionedInlineLevel.push(c);sM(o,c,s?c:t,a)}else n.styles.isInlineLevel()?e.inlineLevel.push(o):e.nonInlineLevel.push(o),sM(o,e,t,a);ri(n.flags,8)&&sN(n,a)})},sN=function(A,e){for(var t=A instanceof nc?A.start:1,r=A instanceof nc&&A.reversed,n=0;n<e.length;n++){var s=e[n];s.container instanceof nl&&"number"==typeof s.container.value&&0!==s.container.value&&(t=s.container.value),s.listValue=n6(t,s.container.styles.listStyleType,!0),t+=r?-1:1}},sR=function(A){var e=new sO(A,null),t=new sT(e),r=[];return sM(e,t,t,r),sN(e.container,r),t},sG=function(A,e){switch(e){case 0:return sX(A.topLeftBorderBox,A.topLeftPaddingBox,A.topRightBorderBox,A.topRightPaddingBox);case 1:return sX(A.topRightBorderBox,A.topRightPaddingBox,A.bottomRightBorderBox,A.bottomRightPaddingBox);case 2:return sX(A.bottomRightBorderBox,A.bottomRightPaddingBox,A.bottomLeftBorderBox,A.bottomLeftPaddingBox);default:return sX(A.bottomLeftBorderBox,A.bottomLeftPaddingBox,A.topLeftBorderBox,A.topLeftPaddingBox)}},sV=function(A,e){switch(e){case 0:return sX(A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox,A.topRightBorderBox,A.topRightBorderDoubleOuterBox);case 1:return sX(A.topRightBorderBox,A.topRightBorderDoubleOuterBox,A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox);case 2:return sX(A.bottomRightBorderBox,A.bottomRightBorderDoubleOuterBox,A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox);default:return sX(A.bottomLeftBorderBox,A.bottomLeftBorderDoubleOuterBox,A.topLeftBorderBox,A.topLeftBorderDoubleOuterBox)}},sP=function(A,e){switch(e){case 0:return sX(A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox,A.topRightBorderDoubleInnerBox,A.topRightPaddingBox);case 1:return sX(A.topRightBorderDoubleInnerBox,A.topRightPaddingBox,A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox);case 2:return sX(A.bottomRightBorderDoubleInnerBox,A.bottomRightPaddingBox,A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox);default:return sX(A.bottomLeftBorderDoubleInnerBox,A.bottomLeftPaddingBox,A.topLeftBorderDoubleInnerBox,A.topLeftPaddingBox)}},s_=function(A,e){switch(e){case 0:return sJ(A.topLeftBorderStroke,A.topRightBorderStroke);case 1:return sJ(A.topRightBorderStroke,A.bottomRightBorderStroke);case 2:return sJ(A.bottomRightBorderStroke,A.bottomLeftBorderStroke);default:return sJ(A.bottomLeftBorderStroke,A.topLeftBorderStroke)}},sJ=function(A,e){var t=[];return sE(A)?t.push(A.subdivide(.5,!1)):t.push(A),sE(e)?t.push(e.subdivide(.5,!0)):t.push(e),t},sX=function(A,e,t,r){var n=[];return sE(A)?n.push(A.subdivide(.5,!1)):n.push(A),sE(t)?n.push(t.subdivide(.5,!0)):n.push(t),sE(r)?n.push(r.subdivide(.5,!0).reverse()):n.push(r),sE(e)?n.push(e.subdivide(.5,!1).reverse()):n.push(e),n},sj=function(A){var e=A.bounds,t=A.styles;return e.add(t.borderLeftWidth,t.borderTopWidth,-(t.borderRightWidth+t.borderLeftWidth),-(t.borderTopWidth+t.borderBottomWidth))},sW=function(A){var e=A.styles,t=A.bounds,r=A4(e.paddingLeft,t.width),n=A4(e.paddingRight,t.width),s=A4(e.paddingTop,t.width),i=A4(e.paddingBottom,t.width);return t.add(r+e.borderLeftWidth,s+e.borderTopWidth,-(e.borderRightWidth+e.borderLeftWidth+r+n),-(e.borderTopWidth+e.borderBottomWidth+s+i))},sY=function(A,e,t){var r,n,s=(r=sq(A.styles.backgroundOrigin,e),0===r?A.bounds:2===r?sW(A):sj(A)),i=(n=sq(A.styles.backgroundClip,e),0===n?A.bounds:2===n?sW(A):sj(A)),o=sZ(sq(A.styles.backgroundSize,e),t,s),a=o[0],l=o[1],c=A1(sq(A.styles.backgroundPosition,e),s.width-a,s.height-l);return[s0(sq(A.styles.backgroundRepeat,e),c,o,s,i),Math.round(s.left+c[0]),Math.round(s.top+c[1]),a=Math.max(1,a),l=Math.max(1,l)]},s$=function(A){return AV(A)&&A.value===w.AUTO},sz=function(A){return"number"==typeof A},sZ=function(A,e,t){var r=e[0],n=e[1],s=e[2],i=A[0],o=A[1];if(!i)return[0,0];if(A$(i)&&o&&A$(o))return[A4(i,t.width),A4(o,t.height)];var a=sz(s);if(AV(i)&&(i.value===w.CONTAIN||i.value===w.COVER))return sz(s)?t.width/t.height<s!=(i.value===w.COVER)?[t.width,t.width/s]:[t.height*s,t.height]:[t.width,t.height];var l=sz(r),c=sz(n),u=l||c;if(s$(i)&&(!o||s$(o)))return l&&c?[r,n]:a||u?u&&a?[l?r:n*s,c?n:r/s]:[l?r:t.width,c?n:t.height]:[t.width,t.height];if(a){var B=0,f=0;return A$(i)?B=A4(i,t.width):A$(o)&&(f=A4(o,t.height)),s$(i)?B=f*s:(!o||s$(o))&&(f=B/s),[B,f]}var d=null,h=null;if(A$(i)?d=A4(i,t.width):o&&A$(o)&&(h=A4(o,t.height)),null!==d&&(!o||s$(o))&&(h=l&&c?d/r*n:t.height),null!==h&&s$(i)&&(d=l&&c?h/n*r:t.width),null!==d&&null!==h)return[d,h];throw Error("Unable to calculate background-size for element")},sq=function(A,e){var t=A[e];return void 0===t?A[0]:t},s0=function(A,e,t,r,n){var s=e[0],i=e[1],o=t[0],a=t[1];switch(A){case 2:return[new sy(Math.round(r.left),Math.round(r.top+i)),new sy(Math.round(r.left+r.width),Math.round(r.top+i)),new sy(Math.round(r.left+r.width),Math.round(a+r.top+i)),new sy(Math.round(r.left),Math.round(a+r.top+i))];case 3:return[new sy(Math.round(r.left+s),Math.round(r.top)),new sy(Math.round(r.left+s+o),Math.round(r.top)),new sy(Math.round(r.left+s+o),Math.round(r.height+r.top)),new sy(Math.round(r.left+s),Math.round(r.height+r.top))];case 1:return[new sy(Math.round(r.left+s),Math.round(r.top+i)),new sy(Math.round(r.left+s+o),Math.round(r.top+i)),new sy(Math.round(r.left+s+o),Math.round(r.top+i+a)),new sy(Math.round(r.left+s),Math.round(r.top+i+a))];default:return[new sy(Math.round(n.left),Math.round(n.top)),new sy(Math.round(n.left+n.width),Math.round(n.top)),new sy(Math.round(n.left+n.width),Math.round(n.height+n.top)),new sy(Math.round(n.left),Math.round(n.height+n.top))]}},s1="Hidden Text",s4=function(){function A(A){this._data={},this._document=A}return A.prototype.parseMetrics=function(A,e){var t=this._document.createElement("div"),r=this._document.createElement("img"),n=this._document.createElement("span"),s=this._document.body;t.style.visibility="hidden",t.style.fontFamily=A,t.style.fontSize=e,t.style.margin="0",t.style.padding="0",t.style.whiteSpace="nowrap",s.appendChild(t),r.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",r.width=1,r.height=1,r.style.margin="0",r.style.padding="0",r.style.verticalAlign="baseline",n.style.fontFamily=A,n.style.fontSize=e,n.style.margin="0",n.style.padding="0",n.appendChild(this._document.createTextNode(s1)),t.appendChild(n),t.appendChild(r);var i=r.offsetTop-n.offsetTop+2;t.removeChild(n),t.appendChild(this._document.createTextNode(s1)),t.style.lineHeight="normal",r.style.verticalAlign="super";var o=r.offsetTop-t.offsetTop+2;return s.removeChild(t),{baseline:i,middle:o}},A.prototype.getMetrics=function(A,e){var t="".concat(A," ").concat(e);return void 0===this._data[t]&&(this._data[t]=this.parseMetrics(A,e)),this._data[t]},A}(),s2=function(A,e){this.context=A,this.options=e},s3=function(A){function e(e,t){var r=A.call(this,e,t)||this;return r._activeEffects=[],r.canvas=t.canvas?t.canvas:document.createElement("canvas"),r.ctx=r.canvas.getContext("2d"),t.canvas||(r.canvas.width=Math.floor(t.width*t.scale),r.canvas.height=Math.floor(t.height*t.scale),r.canvas.style.width="".concat(t.width,"px"),r.canvas.style.height="".concat(t.height,"px")),r.fontMetrics=new s4(document),r.ctx.scale(r.options.scale,r.options.scale),r.ctx.translate(-t.x,-t.y),r.ctx.textBaseline="bottom",r._activeEffects=[],r.context.logger.debug("Canvas renderer initialized (".concat(t.width,"x").concat(t.height,") with scale ").concat(t.scale)),r}return y(e,A),e.prototype.applyEffects=function(A){for(var e=this;this._activeEffects.length;)this.popEffect();A.forEach(function(A){return e.applyEffect(A)})},e.prototype.applyEffect=function(A){this.ctx.save(),2===A.type&&(this.ctx.globalAlpha=A.opacity),0===A.type&&(this.ctx.translate(A.offsetX,A.offsetY),this.ctx.transform(A.matrix[0],A.matrix[1],A.matrix[2],A.matrix[3],A.matrix[4],A.matrix[5]),this.ctx.translate(-A.offsetX,-A.offsetY)),sk(A)&&(this.path(A.path),this.ctx.clip()),this._activeEffects.push(A)},e.prototype.popEffect=function(){this._activeEffects.pop(),this.ctx.restore()},e.prototype.renderStack=function(A){return b(this,void 0,void 0,function(){return E(this,function(e){switch(e.label){case 0:if(!A.element.container.styles.isVisible())return[3,2];return[4,this.renderStackContent(A)];case 1:e.sent(),e.label=2;case 2:return[2]}})})},e.prototype.renderNode=function(A){return b(this,void 0,void 0,function(){return E(this,function(e){switch(e.label){case 0:if(ri(A.container.flags,16),!A.container.styles.isVisible())return[3,3];return[4,this.renderNodeBackgroundAndBorders(A)];case 1:return e.sent(),[4,this.renderNodeContent(A)];case 2:e.sent(),e.label=3;case 3:return[2]}})})},e.prototype.renderTextWithLetterSpacing=function(A,e,t){var r=this;0===e?-1===navigator.userAgent.indexOf("Firefox")?(this.ctx.textBaseline="ideographic",this.ctx.fillText(A.text,A.bounds.left,A.bounds.top+A.bounds.height)):this.ctx.fillText(A.text,A.bounds.left,A.bounds.top+t):r7(A.text).reduce(function(e,n){return r.ctx.fillText(n,e,A.bounds.top+t),e+r.ctx.measureText(n).width},A.bounds.left)},e.prototype.createFontStyle=function(A){var e=A.fontVariant.filter(function(A){return"normal"===A||"small-caps"===A}).join(""),t=s9(A.fontFamily).join(", "),r=AR(A.fontSize)?"".concat(A.fontSize.number).concat(A.fontSize.unit):"".concat(A.fontSize.number,"px");return[[A.fontStyle,e,A.fontWeight,r,t].join(" "),t,r]},e.prototype.renderTextNode=function(A,e){return b(this,void 0,void 0,function(){var t,r,n=this;return E(this,function(s){return t=this.createFontStyle(e)[0],this.ctx.font=t,this.ctx.direction=1===e.direction?"rtl":"ltr",this.ctx.textAlign="left",this.ctx.textBaseline="alphabetic",r=e.paintOrder,A.textBounds.forEach(function(A){r.forEach(function(t){switch(t){case 0:n.ctx.fillStyle=eA(e.color),n.renderTextWithLetterSpacing(A,e.letterSpacing,e.fontSize.number);var r=e.textShadow;r.length&&A.text.trim().length&&(r.slice(0).reverse().forEach(function(t){n.ctx.shadowColor=eA(t.color),n.ctx.shadowOffsetX=t.offsetX.number*n.options.scale,n.ctx.shadowOffsetY=t.offsetY.number*n.options.scale,n.ctx.shadowBlur=t.blur.number,n.renderTextWithLetterSpacing(A,e.letterSpacing,e.fontSize.number)}),n.ctx.shadowColor="",n.ctx.shadowOffsetX=0,n.ctx.shadowOffsetY=0,n.ctx.shadowBlur=0),e.textDecorationLine.length&&(n.ctx.fillStyle=eA(e.textDecorationColor||e.color),e.textDecorationLine.forEach(function(e){switch(e){case 1:n.ctx.fillRect(A.bounds.left,A.bounds.top+A.bounds.height-1,A.bounds.width,1);break;case 2:n.ctx.fillRect(A.bounds.left,A.bounds.top,A.bounds.width,1);break;case 3:n.ctx.fillRect(A.bounds.left,A.bounds.top+(A.bounds.height/2-.5),A.bounds.width,1)}}));break;case 1:e.webkitTextStrokeWidth&&A.text.trim().length&&(n.ctx.strokeStyle=eA(e.webkitTextStrokeColor),n.ctx.lineWidth=e.webkitTextStrokeWidth,n.ctx.lineJoin=window.chrome?"miter":"round",n.ctx.strokeText(A.text,A.bounds.left,A.bounds.top+A.bounds.height)),n.ctx.strokeStyle="",n.ctx.lineWidth=0,n.ctx.lineJoin="miter"}})}),[2]})})},e.prototype.renderReplacedElement=function(A,e,t){var r=t.naturalWidth||A.intrinsicWidth,n=t.naturalHeight||A.intrinsicHeight;if(t&&r>0&&n>0){var s=sW(A),i=sx(e);this.path(i),this.ctx.save(),this.ctx.clip();var o=0,a=0,l=r,c=n,u=s.left,B=s.top,f=s.width,d=s.height,h=A.styles.objectFit,g=f/d,w=l/c;2===h?w>g?(d=f/w,B+=(s.height-d)/2):(f=d*w,u+=(s.width-f)/2):4===h?w>g?o+=(r-(l=c*g))/2:a+=(n-(c=l/g))/2:8===h?(l>f?(o+=(l-f)/2,l=f):(u+=(f-l)/2,f=l),c>d?(a+=(c-d)/2,c=d):(B+=(d-c)/2,d=c)):16===h&&((w>g?f:d*w)<(l>f?l:f)?w>g?(d=f/w,B+=(s.height-d)/2):(f=d*w,u+=(s.width-f)/2):(l>f?(o+=(l-f)/2,l=f):(u+=(f-l)/2,f=l),c>d?(a+=(c-d)/2,c=d):(B+=(d-c)/2,d=c))),this.ctx.drawImage(t,o,a,l,c,u,B,f,d),this.ctx.restore()}},e.prototype.renderNodeContent=function(A){return b(this,void 0,void 0,function(){var t,r,n,s,i,o,a,l,c,u,B,f,d,h,g,w,p,Q,C;return E(this,function(U){switch(U.label){case 0:this.applyEffects(A.getEffects(4)),t=A.container,r=A.curves,n=t.styles,s=0,i=t.textNodes,U.label=1;case 1:if(!(s<i.length))return[3,4];return o=i[s],[4,this.renderTextNode(o,n)];case 2:U.sent(),U.label=3;case 3:return s++,[3,1];case 4:if(!(t instanceof ni))return[3,8];U.label=5;case 5:return U.trys.push([5,7,,8]),[4,this.context.cache.match(t.src)];case 6:return a=U.sent(),this.renderReplacedElement(t,r,a),[3,8];case 7:return U.sent(),this.context.logger.error("Error loading image ".concat(t.src)),[3,8];case 8:if(t instanceof no&&this.renderReplacedElement(t,r,t.canvas),!(t instanceof na))return[3,12];U.label=9;case 9:return U.trys.push([9,11,,12]),[4,this.context.cache.match(t.svg)];case 10:return a=U.sent(),this.renderReplacedElement(t,r,a),[3,12];case 11:return U.sent(),this.context.logger.error("Error loading svg ".concat(t.svg.substring(0,255))),[3,12];case 12:if(!(t instanceof nC&&t.tree))return[3,14];return[4,new e(this.context,{scale:this.options.scale,backgroundColor:t.backgroundColor,x:0,y:0,width:t.width,height:t.height}).render(t.tree)];case 13:l=U.sent(),t.width&&t.height&&this.ctx.drawImage(l,0,0,t.width,t.height,t.bounds.left,t.bounds.top,t.bounds.width,t.bounds.height),U.label=14;case 14:if(t instanceof nw&&(c=Math.min(t.bounds.width,t.bounds.height),t.type===nd?t.checked&&(this.ctx.save(),this.path([new sy(t.bounds.left+.39363*c,t.bounds.top+.79*c),new sy(t.bounds.left+.16*c,t.bounds.top+.5549*c),new sy(t.bounds.left+.27347*c,t.bounds.top+.44071*c),new sy(t.bounds.left+.39694*c,t.bounds.top+.5649*c),new sy(t.bounds.left+.72983*c,t.bounds.top+.23*c),new sy(t.bounds.left+.84*c,t.bounds.top+.34085*c),new sy(t.bounds.left+.39363*c,t.bounds.top+.79*c)]),this.ctx.fillStyle=eA(0x2a2a2aff),this.ctx.fill(),this.ctx.restore()):t.type===nh&&t.checked&&(this.ctx.save(),this.ctx.beginPath(),this.ctx.arc(t.bounds.left+c/2,t.bounds.top+c/2,c/4,0,2*Math.PI,!0),this.ctx.fillStyle=eA(0x2a2a2aff),this.ctx.fill(),this.ctx.restore())),s6(t)&&t.value.length){switch(B=(u=this.createFontStyle(n))[0],f=u[1],d=u[2],h=this.fontMetrics.getMetrics(f,d).baseline,this.ctx.font=B,this.ctx.fillStyle=eA(n.color),this.ctx.textBaseline="alphabetic",this.ctx.textAlign=s8(t.styles.textAlign),g=sW(t),w=0,t.styles.textAlign){case 1:w+=g.width/2;break;case 2:w+=g.width}p=g.add(w,0,0,-g.height/2+1),this.ctx.save(),this.path([new sy(g.left,g.top),new sy(g.left+g.width,g.top),new sy(g.left+g.width,g.top+g.height),new sy(g.left,g.top+g.height)]),this.ctx.clip(),this.renderTextWithLetterSpacing(new r3(t.value,p),n.letterSpacing,h),this.ctx.restore(),this.ctx.textBaseline="alphabetic",this.ctx.textAlign="left"}if(!ri(t.styles.display,2048))return[3,20];if(null===t.styles.listStyleImage)return[3,19];if(0!==(Q=t.styles.listStyleImage).type)return[3,18];a=void 0,C=Q.url,U.label=15;case 15:return U.trys.push([15,17,,18]),[4,this.context.cache.match(C)];case 16:return a=U.sent(),this.ctx.drawImage(a,t.bounds.left-(a.width+10),t.bounds.top),[3,18];case 17:return U.sent(),this.context.logger.error("Error loading list-style-image ".concat(C)),[3,18];case 18:return[3,20];case 19:A.listValue&&-1!==t.styles.listStyleType&&(B=this.createFontStyle(n)[0],this.ctx.font=B,this.ctx.fillStyle=eA(n.color),this.ctx.textBaseline="middle",this.ctx.textAlign="right",g=new H(t.bounds.left,t.bounds.top+A4(t.styles.paddingTop,t.bounds.width),t.bounds.width,tK(n.lineHeight,n.fontSize.number)/2+1),this.renderTextWithLetterSpacing(new r3(A.listValue,g),n.letterSpacing,tK(n.lineHeight,n.fontSize.number)/2+2),this.ctx.textBaseline="bottom",this.ctx.textAlign="left"),U.label=20;case 20:return[2]}})})},e.prototype.renderStackContent=function(A){return b(this,void 0,void 0,function(){var e,t,r,n,s,i,o,a,l,c,u,B,f,d,h;return E(this,function(g){switch(g.label){case 0:return ri(A.element.container.flags,16),[4,this.renderNodeBackgroundAndBorders(A.element)];case 1:g.sent(),e=0,t=A.negativeZIndex,g.label=2;case 2:if(!(e<t.length))return[3,5];return r=t[e],[4,this.renderStack(r)];case 3:g.sent(),g.label=4;case 4:return e++,[3,2];case 5:return[4,this.renderNodeContent(A.element)];case 6:g.sent(),n=0,s=A.nonInlineLevel,g.label=7;case 7:if(!(n<s.length))return[3,10];return r=s[n],[4,this.renderNode(r)];case 8:g.sent(),g.label=9;case 9:return n++,[3,7];case 10:i=0,o=A.nonPositionedFloats,g.label=11;case 11:if(!(i<o.length))return[3,14];return r=o[i],[4,this.renderStack(r)];case 12:g.sent(),g.label=13;case 13:return i++,[3,11];case 14:a=0,l=A.nonPositionedInlineLevel,g.label=15;case 15:if(!(a<l.length))return[3,18];return r=l[a],[4,this.renderStack(r)];case 16:g.sent(),g.label=17;case 17:return a++,[3,15];case 18:c=0,u=A.inlineLevel,g.label=19;case 19:if(!(c<u.length))return[3,22];return r=u[c],[4,this.renderNode(r)];case 20:g.sent(),g.label=21;case 21:return c++,[3,19];case 22:B=0,f=A.zeroOrAutoZIndexOrTransformedOrOpacity,g.label=23;case 23:if(!(B<f.length))return[3,26];return r=f[B],[4,this.renderStack(r)];case 24:g.sent(),g.label=25;case 25:return B++,[3,23];case 26:d=0,h=A.positiveZIndex,g.label=27;case 27:if(!(d<h.length))return[3,30];return r=h[d],[4,this.renderStack(r)];case 28:g.sent(),g.label=29;case 29:return d++,[3,27];case 30:return[2]}})})},e.prototype.mask=function(A){this.ctx.beginPath(),this.ctx.moveTo(0,0),this.ctx.lineTo(this.canvas.width,0),this.ctx.lineTo(this.canvas.width,this.canvas.height),this.ctx.lineTo(0,this.canvas.height),this.ctx.lineTo(0,0),this.formatPath(A.slice(0).reverse()),this.ctx.closePath()},e.prototype.path=function(A){this.ctx.beginPath(),this.formatPath(A),this.ctx.closePath()},e.prototype.formatPath=function(A){var e=this;A.forEach(function(A,t){var r=sE(A)?A.start:A;0===t?e.ctx.moveTo(r.x,r.y):e.ctx.lineTo(r.x,r.y),sE(A)&&e.ctx.bezierCurveTo(A.startControl.x,A.startControl.y,A.endControl.x,A.endControl.y,A.end.x,A.end.y)})},e.prototype.renderRepeat=function(A,e,t,r){this.path(A),this.ctx.fillStyle=e,this.ctx.translate(t,r),this.ctx.fill(),this.ctx.translate(-t,-r)},e.prototype.resizeImage=function(A,e,t){var r,n=(null!=(r=this.canvas.ownerDocument)?r:document).createElement("canvas");return n.width=Math.max(1,e),n.height=Math.max(1,t),n.getContext("2d").drawImage(A,0,0,A.width,A.height,0,0,e,t),n},e.prototype.renderBackgroundImage=function(A){return b(this,void 0,void 0,function(){var e,t,r,n,s,i;return E(this,function(o){switch(o.label){case 0:e=A.styles.backgroundImage.length-1,t=function(t){var n,s,i,o,a,l,c,u,B,f,d,h,g,w,p,Q,C,U,m,y,F,b,v,H,I,x,S,K,L,k,D,T,O;return E(this,function(E){switch(E.label){case 0:if(0!==t.type)return[3,5];n=void 0,s=t.url,E.label=1;case 1:return E.trys.push([1,3,,4]),[4,r.context.cache.match(s)];case 2:return n=E.sent(),[3,4];case 3:return E.sent(),r.context.logger.error("Error loading background-image ".concat(s)),[3,4];case 4:return n&&(i=isNaN(n.width)||0===n.width?1:n.width,o=isNaN(n.height)||0===n.height?1:n.height,l=(a=sY(A,e,[i,o,i/o]))[0],c=a[1],u=a[2],B=a[3],f=a[4],d=r.ctx.createPattern(r.resizeImage(n,B,f),"repeat"),r.renderRepeat(l,d,c,u)),[3,6];case 5:1===t.type?(l=(h=sY(A,e,[null,null,null]))[0],c=h[1],u=h[2],B=h[3],f=h[4],w=(g=eJ(t.angle,B,f))[0],p=g[1],Q=g[2],C=g[3],U=g[4],(m=document.createElement("canvas")).width=B,m.height=f,F=(y=m.getContext("2d")).createLinearGradient(p,C,Q,U),eP(t.stops,w||1).forEach(function(A){return F.addColorStop(A.stop,eA(A.color))}),y.fillStyle=F,y.fillRect(0,0,B,f),B>0&&f>0&&(d=r.ctx.createPattern(m,"repeat"),r.renderRepeat(l,d,c,u))):2===t.type&&(l=(b=sY(A,e,[null,null,null]))[0],v=b[1],H=b[2],B=b[3],f=b[4],c=A4((I=0===t.position.length?[Aq]:t.position)[0],B),u=A4(I[I.length-1],f),S=(x=eW(t,c,u,B,f))[0],K=x[1],S>0&&K>0&&(L=r.ctx.createRadialGradient(v+c,H+u,0,v+c,H+u,S),eP(t.stops,2*S).forEach(function(A){return L.addColorStop(A.stop,eA(A.color))}),r.path(l),r.ctx.fillStyle=L,S!==K?(k=A.bounds.left+.5*A.bounds.width,D=A.bounds.top+.5*A.bounds.height,O=1/(T=K/S),r.ctx.save(),r.ctx.translate(k,D),r.ctx.transform(1,0,0,T,0,0),r.ctx.translate(-k,-D),r.ctx.fillRect(v,O*(H-D)+D,B,f*O),r.ctx.restore()):r.ctx.fill())),E.label=6;case 6:return e--,[2]}})},r=this,n=0,s=A.styles.backgroundImage.slice(0).reverse(),o.label=1;case 1:if(!(n<s.length))return[3,4];return i=s[n],[5,t(i)];case 2:o.sent(),o.label=3;case 3:return n++,[3,1];case 4:return[2]}})})},e.prototype.renderSolidBorder=function(A,e,t){return b(this,void 0,void 0,function(){return E(this,function(r){return this.path(sG(t,e)),this.ctx.fillStyle=eA(A),this.ctx.fill(),[2]})})},e.prototype.renderDoubleBorder=function(A,e,t,r){return b(this,void 0,void 0,function(){var n,s;return E(this,function(i){switch(i.label){case 0:if(!(e<3))return[3,2];return[4,this.renderSolidBorder(A,t,r)];case 1:return i.sent(),[2];case 2:return n=sV(r,t),this.path(n),this.ctx.fillStyle=eA(A),this.ctx.fill(),s=sP(r,t),this.path(s),this.ctx.fill(),[2]}})})},e.prototype.renderNodeBackgroundAndBorders=function(A){return b(this,void 0,void 0,function(){var e,t,r,n,s,i,o,a,l=this;return E(this,function(c){switch(c.label){case 0:if(this.applyEffects(A.getEffects(2)),t=!A9((e=A.container.styles).backgroundColor)||e.backgroundImage.length,r=[{style:e.borderTopStyle,color:e.borderTopColor,width:e.borderTopWidth},{style:e.borderRightStyle,color:e.borderRightColor,width:e.borderRightWidth},{style:e.borderBottomStyle,color:e.borderBottomColor,width:e.borderBottomWidth},{style:e.borderLeftStyle,color:e.borderLeftColor,width:e.borderLeftWidth}],n=s5(sq(e.backgroundClip,0),A.curves),!(t||e.boxShadow.length))return[3,2];return this.ctx.save(),this.path(n),this.ctx.clip(),A9(e.backgroundColor)||(this.ctx.fillStyle=eA(e.backgroundColor),this.ctx.fill()),[4,this.renderBackgroundImage(A.container)];case 1:c.sent(),this.ctx.restore(),e.boxShadow.slice(0).reverse().forEach(function(e){l.ctx.save();var t,r,n,s,i=sI(A.curves),o=1e4*!e.inset,a=(t=-o+(e.inset?1:-1)*e.spread.number,r=(e.inset?1:-1)*e.spread.number,n=e.spread.number*(e.inset?-2:2),s=e.spread.number*(e.inset?-2:2),i.map(function(A,e){switch(e){case 0:return A.add(t,r);case 1:return A.add(t+n,r);case 2:return A.add(t+n,r+s);case 3:return A.add(t,r+s)}return A}));e.inset?(l.path(i),l.ctx.clip(),l.mask(a)):(l.mask(i),l.ctx.clip(),l.path(a)),l.ctx.shadowOffsetX=e.offsetX.number+o,l.ctx.shadowOffsetY=e.offsetY.number,l.ctx.shadowColor=eA(e.color),l.ctx.shadowBlur=e.blur.number,l.ctx.fillStyle=e.inset?eA(e.color):"rgba(0,0,0,1)",l.ctx.fill(),l.ctx.restore()}),c.label=2;case 2:s=0,i=0,o=r,c.label=3;case 3:if(!(i<o.length))return[3,13];if(!(0!==(a=o[i]).style&&!A9(a.color)&&a.width>0))return[3,11];if(2!==a.style)return[3,5];return[4,this.renderDashedDottedBorder(a.color,a.width,s,A.curves,2)];case 4:case 6:case 8:return c.sent(),[3,11];case 5:if(3!==a.style)return[3,7];return[4,this.renderDashedDottedBorder(a.color,a.width,s,A.curves,3)];case 7:if(4!==a.style)return[3,9];return[4,this.renderDoubleBorder(a.color,a.width,s,A.curves)];case 9:return[4,this.renderSolidBorder(a.color,s,A.curves)];case 10:c.sent(),c.label=11;case 11:s++,c.label=12;case 12:return i++,[3,3];case 13:return[2]}})})},e.prototype.renderDashedDottedBorder=function(A,e,t,r,n){return b(this,void 0,void 0,function(){var s,i,o,a,l,c,u,B,f,d,h,g,w,p,Q,C;return E(this,function(U){return this.ctx.save(),s=s_(r,t),i=sG(r,t),2===n&&(this.path(i),this.ctx.clip()),sE(i[0])?(o=i[0].start.x,a=i[0].start.y):(o=i[0].x,a=i[0].y),sE(i[1])?(l=i[1].end.x,c=i[1].end.y):(l=i[1].x,c=i[1].y),u=0===t||2===t?Math.abs(o-l):Math.abs(a-c),this.ctx.beginPath(),3===n?this.formatPath(s):this.formatPath(i.slice(0,2)),B=e<3?3*e:2*e,f=e<3?2*e:e,3===n&&(B=e,f=e),d=!0,u<=2*B?d=!1:u<=2*B+f?(h=u/(2*B+f),B*=h,f*=h):(g=Math.floor((u+f)/(B+f)),w=(u-g*B)/(g-1),f=(p=(u-(g+1)*B)/g)<=0||Math.abs(f-w)<Math.abs(f-p)?w:p),d&&(3===n?this.ctx.setLineDash([0,B+f]):this.ctx.setLineDash([B,f])),3===n?(this.ctx.lineCap="round",this.ctx.lineWidth=e):this.ctx.lineWidth=2*e+1.1,this.ctx.strokeStyle=eA(A),this.ctx.stroke(),this.ctx.setLineDash([]),2===n&&(sE(i[0])&&(Q=i[3],C=i[0],this.ctx.beginPath(),this.formatPath([new sy(Q.end.x,Q.end.y),new sy(C.start.x,C.start.y)]),this.ctx.stroke()),sE(i[1])&&(Q=i[1],C=i[2],this.ctx.beginPath(),this.formatPath([new sy(Q.end.x,Q.end.y),new sy(C.start.x,C.start.y)]),this.ctx.stroke())),this.ctx.restore(),[2]})})},e.prototype.render=function(A){return b(this,void 0,void 0,function(){var e;return E(this,function(t){switch(t.label){case 0:return this.options.backgroundColor&&(this.ctx.fillStyle=eA(this.options.backgroundColor),this.ctx.fillRect(this.options.x,this.options.y,this.options.width,this.options.height)),e=sR(A),[4,this.renderStack(e)];case 1:return t.sent(),this.applyEffects([]),[2,this.canvas]}})})},e}(s2),s6=function(A){return A instanceof nQ||A instanceof np||A instanceof nw&&A.type!==nh&&A.type!==nd||!1},s5=function(A,e){switch(A){case 0:return sI(e);case 2:return[e.topLeftContentBox,e.topRightContentBox,e.bottomRightContentBox,e.bottomLeftContentBox];default:return sx(e)}},s8=function(A){switch(A){case 1:return"center";case 2:return"right";default:return"left"}},s7=["-apple-system","system-ui"],s9=function(A){return/iPhone OS 15_(0|1)/.test(window.navigator.userAgent)?A.filter(function(A){return -1===s7.indexOf(A)}):A},iA=function(A){function e(e,t){var r=A.call(this,e,t)||this;return r.canvas=t.canvas?t.canvas:document.createElement("canvas"),r.ctx=r.canvas.getContext("2d"),r.options=t,r.canvas.width=Math.floor(t.width*t.scale),r.canvas.height=Math.floor(t.height*t.scale),r.canvas.style.width="".concat(t.width,"px"),r.canvas.style.height="".concat(t.height,"px"),r.ctx.scale(r.options.scale,r.options.scale),r.ctx.translate(-t.x,-t.y),r.context.logger.debug("EXPERIMENTAL ForeignObject renderer initialized (".concat(t.width,"x").concat(t.height," at ").concat(t.x,",").concat(t.y,") with scale ").concat(t.scale)),r}return y(e,A),e.prototype.render=function(A){return b(this,void 0,void 0,function(){var e;return E(this,function(t){switch(t.label){case 0:return[4,ie(rj(this.options.width*this.options.scale,this.options.height*this.options.scale,this.options.scale,this.options.scale,A))];case 1:return e=t.sent(),this.options.backgroundColor&&(this.ctx.fillStyle=eA(this.options.backgroundColor),this.ctx.fillRect(0,0,this.options.width*this.options.scale,this.options.height*this.options.scale)),this.ctx.drawImage(e,-this.options.x*this.options.scale,-this.options.y*this.options.scale),[2,this.canvas]}})})},e}(s2),ie=function(A){return new Promise(function(e,t){var r=new Image;r.onload=function(){e(r)},r.onerror=t,r.src="data:image/svg+xml;charset=utf-8,".concat(encodeURIComponent(new XMLSerializer().serializeToString(A)))})},it=function(){function A(A){var e=A.id,t=A.enabled;this.id=e,this.enabled=t,this.start=Date.now()}return A.prototype.debug=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&("undefined"!=typeof window&&window.console&&"function"==typeof console.debug?console.debug.apply(console,v([this.id,"".concat(this.getTime(),"ms")],A,!1)):this.info.apply(this,A))},A.prototype.getTime=function(){return Date.now()-this.start},A.prototype.info=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&"undefined"!=typeof window&&window.console&&"function"==typeof console.info&&console.info.apply(console,v([this.id,"".concat(this.getTime(),"ms")],A,!1))},A.prototype.warn=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&("undefined"!=typeof window&&window.console&&"function"==typeof console.warn?console.warn.apply(console,v([this.id,"".concat(this.getTime(),"ms")],A,!1)):this.info.apply(this,A))},A.prototype.error=function(){for(var A=[],e=0;e<arguments.length;e++)A[e]=arguments[e];this.enabled&&("undefined"!=typeof window&&window.console&&"function"==typeof console.error?console.error.apply(console,v([this.id,"".concat(this.getTime(),"ms")],A,!1)):this.info.apply(this,A))},A.instances={},A}(),ir=function(){function A(e,t){var r;this.windowBounds=t,this.instanceName="#".concat(A.instanceCount++),this.logger=new it({id:this.instanceName,enabled:e.logging}),this.cache=null!=(r=e.cache)?r:new sd(this,e)}return A.instanceCount=1,A}();"undefined"!=typeof window&&sf.setContext(window);var is=function(A,e,t){var r=e.ownerDocument,n=r.documentElement?eM(A,getComputedStyle(r.documentElement).backgroundColor):eN.TRANSPARENT,s=r.body?eM(A,getComputedStyle(r.body).backgroundColor):eN.TRANSPARENT,i="string"==typeof t?eM(A,t):null===t?eN.TRANSPARENT:0xffffffff;return e===r.documentElement?A9(n)?A9(s)?i:s:n:i};return function(A,e){var t,r;return void 0===e&&(e={}),t=A,r=e,b(void 0,void 0,void 0,function(){var A,e,n,s,i,o,a,l,c,u,B,f,d,h,g,w,p,Q,C,U,m,y,b,v,S,K,L,k,D,T,O,M,N,R,G,V,P;return E(this,function(E){switch(E.label){case 0:if(!t||"object"!=typeof t)return[2,Promise.reject("Invalid element provided as first argument")];if(!(A=t.ownerDocument))throw Error("Element is not attached to a Document");if(!(e=A.defaultView))throw Error("Document is not attached to a Window");if(n={allowTaint:null!=(m=r.allowTaint)&&m,imageTimeout:null!=(y=r.imageTimeout)?y:15e3,proxy:r.proxy,useCORS:null!=(b=r.useCORS)&&b,customIsSameOrigin:r.customIsSameOrigin},o=new ir(F({logging:null==(v=r.logging)||v,cache:r.cache},n),i=new H((s={windowWidth:null!=(S=r.windowWidth)?S:e.innerWidth,windowHeight:null!=(K=r.windowHeight)?K:e.innerHeight,scrollX:null!=(L=r.scrollX)?L:e.pageXOffset,scrollY:null!=(k=r.scrollY)?k:e.pageYOffset}).scrollX,s.scrollY,s.windowWidth,s.windowHeight)),a=null!=(D=r.foreignObjectRendering)&&D,l={allowTaint:null!=(T=r.allowTaint)&&T,onclone:r.onclone,ignoreElements:r.ignoreElements,inlineImages:a,copyStyles:a},o.logger.debug("Starting document clone with size ".concat(i.width,"x").concat(i.height," scrolled to ").concat(-i.left,",").concat(-i.top)),!(u=(c=new n8(o,t,l)).clonedReferenceElement))return[2,Promise.reject("Unable to find element in cloned iframe")];return[4,c.toIFrame(A,i)];case 1:if(B=E.sent(),d=(f=nD(u)||"HTML"===u.tagName?x(u.ownerDocument):I(o,u)).width,h=f.height,g=f.left,w=f.top,p=is(o,u,r.backgroundColor),Q={canvas:r.canvas,backgroundColor:p,scale:null!=(M=null!=(O=r.scale)?O:e.devicePixelRatio)?M:1,x:(null!=(N=r.x)?N:0)+g,y:(null!=(R=r.y)?R:0)+w,width:null!=(G=r.width)?G:Math.ceil(d),height:null!=(V=r.height)?V:Math.ceil(h)},!a)return[3,3];return o.logger.debug("Document cloned, using foreign object rendering"),[4,new iA(o,Q).render(u)];case 2:return C=E.sent(),[3,5];case 3:return o.logger.debug("Document cloned, element located at ".concat(g,",").concat(w," with size ").concat(d,"x").concat(h," using computed rendering")),o.logger.debug("Starting DOM parsing"),U=nF(o,u),p===U.styles.backgroundColor&&(U.styles.backgroundColor=eN.TRANSPARENT),o.logger.debug("Starting renderer for element at ".concat(Q.x,",").concat(Q.y," with size ").concat(Q.width,"x").concat(Q.height)),[4,new s3(o,Q).render(U)];case 4:C=E.sent(),E.label=5;case 5:return(null==(P=r.removeContainer)||P)&&!n8.destroy(B)&&o.logger.error("Cannot detach cloned iframe as it is not in the DOM anymore"),o.logger.debug("Finished rendering"),[2,C]}})})}}()},224882,453330,269324,A=>{"use strict";let e;var t=A.i(19483),r=A.i(324066),n=A.i(76130),s=A.i(468836),i=A.i(11321),o=A.i(772510),a=A.i(845209),l=A.i(73371),c=A.i(336277),u=A.i(427938),B=A.i(230902),f=A.i(82114),d=A.i(316575);let h=(e=0,()=>(e+=1,`u${`0000${(1679616*Math.random()|0).toString(36)}`.slice(-4)}${e}`));function g(A){let e=[];for(let t=0,r=A.length;t<r;t++)e.push(A[t]);return e}let w=null;function p(A={}){return w||(w=A.includeStyleProperties?A.includeStyleProperties:g(window.getComputedStyle(document.documentElement)))}function Q(A,e){let t=(A.ownerDocument.defaultView||window).getComputedStyle(A).getPropertyValue(e);return t?parseFloat(t.replace("px","")):0}function C(A,e={}){let t,r,n,s;return{width:e.width||(t=Q(A,"border-left-width"),r=Q(A,"border-right-width"),A.clientWidth+t+r),height:e.height||(n=Q(A,"border-top-width"),s=Q(A,"border-bottom-width"),A.clientHeight+n+s)}}function U(A){return new Promise((e,t)=>{let r=new Image;r.onload=()=>{r.decode().then(()=>{requestAnimationFrame(()=>e(r))})},r.onerror=t,r.crossOrigin="anonymous",r.decoding="async",r.src=A})}async function m(A){return Promise.resolve().then(()=>new XMLSerializer().serializeToString(A)).then(encodeURIComponent).then(A=>`data:image/svg+xml;charset=utf-8,${A}`)}async function y(A,e,t){let r="http://www.w3.org/2000/svg",n=document.createElementNS(r,"svg"),s=document.createElementNS(r,"foreignObject");return n.setAttribute("width",`${e}`),n.setAttribute("height",`${t}`),n.setAttribute("viewBox",`0 0 ${e} ${t}`),s.setAttribute("width","100%"),s.setAttribute("height","100%"),s.setAttribute("x","0"),s.setAttribute("y","0"),s.setAttribute("externalResourcesRequired","true"),n.appendChild(s),s.appendChild(A),m(n)}let F=(A,e)=>{if(A instanceof e)return!0;let t=Object.getPrototypeOf(A);return null!==t&&(t.constructor.name===e.name||F(t,e))};function b(A,e,t,r){let n,s,i,o=window.getComputedStyle(A,t),a=o.getPropertyValue("content");if(""===a||"none"===a)return;let l=h();try{e.className=`${e.className} ${l}`}catch(A){return}let c=document.createElement("style");c.appendChild((n=`.${l}:${t}`,i=o.cssText?(s=o.getPropertyValue("content"),`${o.cssText} content: '${s.replace(/'|"/g,"")}';`):p(r).map(A=>{let e=o.getPropertyValue(A),t=o.getPropertyPriority(A);return`${A}: ${e}${t?" !important":""};`}).join(" "),document.createTextNode(`${n}{${i}}`))),e.appendChild(c)}let E="application/font-woff",v="image/jpeg",H={woff:E,woff2:E,ttf:"application/font-truetype",eot:"application/vnd.ms-fontobject",png:"image/png",jpg:v,jpeg:v,gif:"image/gif",tiff:"image/tiff",svg:"image/svg+xml",webp:"image/webp"};function I(A){let e;return H[((e=/\.([^./]*?)$/g.exec(A))?e[1]:"").toLowerCase()]||""}function x(A){return -1!==A.search(/^(data:)/)}function S(A,e){return`data:${e};base64,${A}`}async function K(A,e,t){let r=await fetch(A,e);if(404===r.status)throw Error(`Resource "${r.url}" not found`);let n=await r.blob();return new Promise((A,e)=>{let s=new FileReader;s.onerror=e,s.onloadend=()=>{try{A(t({res:r,result:s.result}))}catch(A){e(A)}},s.readAsDataURL(n)})}let L={};async function k(A,e,t){var r,n,s;let i,o,a=(r=A,n=e,s=t.includeQueryParams,o=r.replace(/\?.*/,""),s&&(o=r),/ttf|otf|eot|woff2?/i.test(o)&&(o=o.replace(/.*\//,"")),n?`[${n}]${o}`:o);if(null!=L[a])return L[a];t.cacheBust&&(A+=(/\?/.test(A)?"&":"?")+new Date().getTime());try{let r=await K(A,t.fetchRequestInit,({res:A,result:t})=>(e||(e=A.headers.get("Content-Type")||""),t.split(/,/)[1]));i=S(r,e)}catch(r){i=t.imagePlaceholder||"";let e=`Failed to fetch resource: ${A}`;r&&(e="string"==typeof r?r:r.message),e&&console.warn(e)}return L[a]=i,i}async function D(A){let e=A.toDataURL();return"data:,"===e?A.cloneNode(!1):U(e)}async function T(A,e){if(A.currentSrc){let e=document.createElement("canvas"),t=e.getContext("2d");return e.width=A.clientWidth,e.height=A.clientHeight,null==t||t.drawImage(A,0,0,e.width,e.height),U(e.toDataURL())}let t=A.poster,r=I(t);return U(await k(t,r,e))}async function O(A,e){var t;try{if(null==(t=null==A?void 0:A.contentDocument)?void 0:t.body)return await V(A.contentDocument.body,e,!0)}catch(A){}return A.cloneNode(!1)}async function M(A,e){return F(A,HTMLCanvasElement)?D(A):F(A,HTMLVideoElement)?T(A,e):F(A,HTMLIFrameElement)?O(A,e):A.cloneNode(N(A))}let N=A=>null!=A.tagName&&"SVG"===A.tagName.toUpperCase();async function R(A,e,t){var r,n;if(N(e))return e;let s=[];return 0===(s=null!=A.tagName&&"SLOT"===A.tagName.toUpperCase()&&A.assignedNodes?g(A.assignedNodes()):F(A,HTMLIFrameElement)&&(null==(r=A.contentDocument)?void 0:r.body)?g(A.contentDocument.body.childNodes):g((null!=(n=A.shadowRoot)?n:A).childNodes)).length||F(A,HTMLVideoElement)||await s.reduce((A,r)=>A.then(()=>V(r,t)).then(A=>{A&&e.appendChild(A)}),Promise.resolve()),e}async function G(A,e){let t=A.querySelectorAll?A.querySelectorAll("use"):[];if(0===t.length)return A;let r={};for(let n=0;n<t.length;n++){let s=t[n].getAttribute("xlink:href");if(s){let t=A.querySelector(s),n=document.querySelector(s);t||!n||r[s]||(r[s]=await V(n,e,!0))}}let n=Object.values(r);if(n.length){let e="http://www.w3.org/1999/xhtml",t=document.createElementNS(e,"svg");t.setAttribute("xmlns",e),t.style.position="absolute",t.style.width="0",t.style.height="0",t.style.overflow="hidden",t.style.display="none";let r=document.createElementNS(e,"defs");t.appendChild(r);for(let A=0;A<n.length;A++)r.appendChild(n[A]);A.appendChild(t)}return A}async function V(A,e,t){return t||!e.filter||e.filter(A)?Promise.resolve(A).then(A=>M(A,e)).then(t=>R(A,t,e)).then(t=>(function(A,e,t){if(F(e,Element)&&(!function(A,e,t){let r=e.style;if(!r)return;let n=window.getComputedStyle(A);n.cssText?(r.cssText=n.cssText,r.transformOrigin=n.transformOrigin):p(t).forEach(t=>{let s=n.getPropertyValue(t);if("font-size"===t&&s.endsWith("px")){let A=Math.floor(parseFloat(s.substring(0,s.length-2)))-.1;s=`${A}px`}F(A,HTMLIFrameElement)&&"display"===t&&"inline"===s&&(s="block"),"d"===t&&e.getAttribute("d")&&(s=`path(${e.getAttribute("d")})`),r.setProperty(t,s,n.getPropertyPriority(t))})}(A,e,t),b(A,e,":before",t),b(A,e,":after",t),F(A,HTMLTextAreaElement)&&(e.innerHTML=A.value),F(A,HTMLInputElement)&&e.setAttribute("value",A.value),F(A,HTMLSelectElement))){let t=Array.from(e.children).find(e=>A.value===e.getAttribute("value"));t&&t.setAttribute("selected","")}return e})(A,t,e)).then(A=>G(A,e)):null}let P=/url\((['"]?)([^'"]+?)\1\)/g,_=/url\([^)]+\)\s*format\((["']?)([^"']+)\1\)/g,J=/src:\s*(?:url\([^)]+\)\s*format\([^)]+\)[,;]\s*)+/g;async function X(A,e,t,r,n){try{let s,i,o=t?function(A,e){if(A.match(/^[a-z]+:\/\//i))return A;if(A.match(/^\/\//))return window.location.protocol+A;if(A.match(/^[a-z]+:/i))return A;let t=document.implementation.createHTMLDocument(),r=t.createElement("base"),n=t.createElement("a");return t.head.appendChild(r),t.body.appendChild(n),e&&(r.href=e),n.href=A,n.href}(e,t):e,a=I(e);if(n){let A=await n(o);s=S(A,a)}else s=await k(o,a,r);return A.replace((i=e.replace(/([.*+?^${}()|\[\]\/\\])/g,"\\$1"),RegExp(`(url\\(['"]?)(${i})(['"]?\\))`,"g")),`$1${s}$3`)}catch(A){}return A}function j(A){return -1!==A.search(P)}async function W(A,e,t){let r;if(!j(A))return A;let n=function(A,{preferredFontFormat:e}){return e?A.replace(J,A=>{for(;;){let[t,,r]=_.exec(A)||[];if(!r)return"";if(r===e)return`src: ${t};`}}):A}(A,t);return(r=[],n.replace(P,(A,e,t)=>(r.push(t),A)),r.filter(A=>!x(A))).reduce((A,r)=>A.then(A=>X(A,r,e,t)),Promise.resolve(n))}async function Y(A,e,t){var r;let n=null==(r=e.style)?void 0:r.getPropertyValue(A);if(n){let r=await W(n,null,t);return e.style.setProperty(A,r,e.style.getPropertyPriority(A)),!0}return!1}async function $(A,e){await Y("background",A,e)||await Y("background-image",A,e),await Y("mask",A,e)||await Y("-webkit-mask",A,e)||await Y("mask-image",A,e)||await Y("-webkit-mask-image",A,e)}async function z(A,e){let t=F(A,HTMLImageElement);if(!(t&&!x(A.src))&&!(F(A,SVGImageElement)&&!x(A.href.baseVal)))return;let r=t?A.src:A.href.baseVal,n=await k(r,I(r),e);await new Promise((r,s)=>{A.onload=r,A.onerror=e.onImageErrorHandler?(...A)=>{try{r(e.onImageErrorHandler(...A))}catch(A){s(A)}}:s,A.decode&&(A.decode=r),"lazy"===A.loading&&(A.loading="eager"),t?(A.srcset="",A.src=n):A.href.baseVal=n})}async function Z(A,e){let t=g(A.childNodes).map(A=>q(A,e));await Promise.all(t).then(()=>A)}async function q(A,e){F(A,Element)&&(await $(A,e),await z(A,e),await Z(A,e))}let AA={};async function Ae(A){let e=AA[A];if(null!=e)return e;let t=await fetch(A);return e={url:A,cssText:await t.text()},AA[A]=e,e}async function At(A,e){let t=A.cssText,r=/url\(["']?([^"')]+)["']?\)/g;return Promise.all((t.match(/url\([^)]+\)/g)||[]).map(async n=>{let s=n.replace(r,"$1");return s.startsWith("https://")||(s=new URL(s,A.url).href),K(s,e.fetchRequestInit,({result:A})=>(t=t.replace(n,`url(${A})`),[n,A]))})).then(()=>t)}function Ar(A){if(null==A)return[];let e=[],t=A.replace(/(\/\*[\s\S]*?\*\/)/gi,""),r=RegExp("((@.*?keyframes [\\s\\S]*?){([\\s\\S]*?}\\s*?)})","gi");for(;;){let A=r.exec(t);if(null===A)break;e.push(A[0])}t=t.replace(r,"");let n=/@import[\s\S]*?url\([^)]*\)[\s\S]*?;/gi,s=RegExp("((\\s*?(?:\\/\\*[\\s\\S]*?\\*\\/)?\\s*?@media[\\s\\S]*?){([\\s\\S]*?)}\\s*?})|(([\\s\\S]*?){([\\s\\S]*?)})","gi");for(;;){let A=n.exec(t);if(null===A){if(null===(A=s.exec(t)))break;n.lastIndex=s.lastIndex}else s.lastIndex=n.lastIndex;e.push(A[0])}return e}async function An(A,e){let t=[],r=[];return A.forEach(t=>{if("cssRules"in t)try{g(t.cssRules||[]).forEach((A,n)=>{if(A.type===CSSRule.IMPORT_RULE){let s=n+1,i=A.href,o=Ae(i).then(A=>At(A,e)).then(A=>Ar(A).forEach(A=>{try{t.insertRule(A,A.startsWith("@import")?s+=1:t.cssRules.length)}catch(e){console.error("Error inserting rule from remote css",{rule:A,error:e})}})).catch(A=>{console.error("Error loading remote css",A.toString())});r.push(o)}})}catch(s){let n=A.find(A=>null==A.href)||document.styleSheets[0];null!=t.href&&r.push(Ae(t.href).then(A=>At(A,e)).then(A=>Ar(A).forEach(A=>{n.insertRule(A,n.cssRules.length)})).catch(A=>{console.error("Error loading remote stylesheet",A)})),console.error("Error inlining remote css file",s)}}),Promise.all(r).then(()=>(A.forEach(A=>{if("cssRules"in A)try{g(A.cssRules||[]).forEach(A=>{t.push(A)})}catch(e){console.error(`Error while reading CSS rules from ${A.href}`,e)}}),t))}async function As(A,e){if(null==A.ownerDocument)throw Error("Provided element is not within a Document");let t=g(A.ownerDocument.styleSheets);return(await An(t,e)).filter(A=>A.type===CSSRule.FONT_FACE_RULE).filter(A=>j(A.style.getPropertyValue("src")))}function Ai(A){return A.trim().replace(/["']/g,"")}async function Ao(A,e){let t,r=await As(A,e),n=(t=new Set,!function A(e){(e.style.fontFamily||getComputedStyle(e).fontFamily).split(",").forEach(A=>{t.add(Ai(A))}),Array.from(e.children).forEach(e=>{e instanceof HTMLElement&&A(e)})}(A),t);return(await Promise.all(r.filter(A=>n.has(Ai(A.style.fontFamily))).map(A=>{let t=A.parentStyleSheet?A.parentStyleSheet.href:null;return W(A.cssText,t,e)}))).join("\n")}async function Aa(A,e){let t=null!=e.fontEmbedCSS?e.fontEmbedCSS:e.skipFonts?null:await Ao(A,e);if(t){let e=document.createElement("style"),r=document.createTextNode(t);e.appendChild(r),A.firstChild?A.insertBefore(e,A.firstChild):A.appendChild(e)}}async function Al(A,e={}){let{width:t,height:r}=C(A,e),n=await V(A,e,!0);return await Aa(n,e),await q(n,e),!function(A,e){let{style:t}=A;e.backgroundColor&&(t.backgroundColor=e.backgroundColor),e.width&&(t.width=`${e.width}px`),e.height&&(t.height=`${e.height}px`);let r=e.style;null!=r&&Object.keys(r).forEach(A=>{t[A]=r[A]})}(n,e),await y(n,t,r)}async function Ac(A,e={}){let{width:t,height:r}=C(A,e),n=await Al(A,e),s=await U(n),i=document.createElement("canvas"),o=i.getContext("2d"),a=e.pixelRatio||function(){let A,e;try{e=d.default}catch(A){}let t=e&&e.env?e.env.devicePixelRatio:null;return t&&Number.isNaN(A=parseInt(t,10))&&(A=1),A||window.devicePixelRatio||1}(),l=e.canvasWidth||t,c=e.canvasHeight||r;return i.width=l*a,i.height=c*a,!e.skipAutoScale&&(i.width>16384||i.height>16384)&&(i.width>16384&&i.height>16384?i.width>i.height?(i.height*=16384/i.width,i.width=16384):(i.width*=16384/i.height,i.height=16384):i.width>16384?(i.height*=16384/i.width,i.width=16384):(i.width*=16384/i.height,i.height=16384)),i.style.width=`${l}`,i.style.height=`${c}`,e.backgroundColor&&(o.fillStyle=e.backgroundColor,o.fillRect(0,0,i.width,i.height)),o.drawImage(s,0,0,i.width,i.height),i}var Au=A.i(196057),AB=A.i(187725),Af=A.i(603338),Ad=A.i(388797),Ah=A.i(377855);function Ag(){return{successToast:function(A){Ah.toaster.create({description:A,type:"info",duration:5e3,closable:!0})},failToast:function(A,e){Ah.toaster.create({title:A,description:String(e),type:"error",duration:5e3,closable:!0})}}}A.s(["useClipBoardToast",()=>Ag],453330);let Aw=A=>"element"in A?A.element:A;function Ap({renderLibrary:A="html2canvas",imageType:e="png",backgroundColor:d=null,boardEffect:h=!0,shadowEffect:g=!1,borderStyle:w="solid 1px #ccc",borderRadius:p="10px",onSuccess:Q,onError:C,ignoreElements:U}){let[m,y]=(0,AB.useState)("idle"),F=(0,AB.useRef)(null),{onOpen:b,setImgBlob:E,ImageDownloadModal:v}=function(){let[A,e]=(0,AB.useState)(!1),[d,h]=(0,AB.useState)(),g=()=>e(!1);return{onOpen:()=>e(!0),setImgBlob:h,ImageDownloadModal:function(){let[e,h]=(0,AB.useState)();return(0,AB.useEffect)(()=>{if(!d)return;let A=new FileReader;A.readAsDataURL(d),A.onloadend=A=>{A.target?.result!=null&&h(A.target.result)}},[]),(0,t.jsxs)(s.default,{open:A,onClose:g,maxWidth:"sm",fullWidth:!0,children:[(0,t.jsx)(a.default,{children:"Screenshot Preview"}),(0,t.jsx)(l.default,{"aria-label":"close",onClick:g,sx:{position:"absolute",right:8,top:8,color:"grey.500"},children:(0,t.jsx)(Af.IoClose,{})}),(0,t.jsxs)(o.default,{children:[(0,t.jsxs)(c.default,{sx:{px:"10px",gap:"10px"},children:[(0,t.jsxs)(c.default,{direction:"row",alignItems:"center",spacing:"5px",children:[(0,t.jsx)(r.default,{component:Ad.PiInfo,sx:{color:"error.main"}}),(0,t.jsx)(u.default,{sx:{fontWeight:500,display:"inline"},children:"Copy to the Clipboard"})," ","is not supported in the current browser"]}),(0,t.jsx)(u.default,{children:"Please download it directly"})]}),(0,t.jsx)(r.default,{component:"img",src:e,alt:"screenshot",sx:{maxWidth:"100%"}})]}),(0,t.jsxs)(i.default,{children:[(0,t.jsx)(n.default,{sx:{mr:1.5},onClick:g,children:"Close"}),(0,t.jsx)(n.default,{color:"iochmara",variant:"contained",onClick:()=>{if(!d)return;let A=new Date,e=`recce-screenshot-${(0,B.format)(A,"yyyy-MM-dd-HH-mm-ss")}.png`;(0,f.default)(d,e),g()},children:"Download"})]})]})}}}(),H=async()=>{if(!F.current)throw console.error("No node to use for screenshot"),Error("No node to use for screenshot");let e=Aw(F.current),t=e.style.overflow,r=e.style.border,n=e.style.borderRadius,s=e.style.backgroundColor,i=e.style.height;try{e.style.overflow="hidden",e.style.border=h?w:"",e.style.borderRadius=h?p:"",e.style.backgroundColor=d??"#f5f5f5",e.style.height=`${String(e.offsetHeight)}px`;let t=document.createElement("style");document.head.appendChild(t),t.sheet?.insertRule("body > div:last-child img { display: inline-block; }"),y("loading");let r="html2canvas"===A?await (0,Au.default)(e,{logging:!1,backgroundColor:"#f5f5f5",ignoreElements:U}):await Ac(e,{filter:U?A=>!U(A):void 0});t.remove();let n=g?document.createElement("canvas"):r;if(g){n.width=r.width+80,n.height=r.height+80;let A=n.getContext("2d");if(A)A.shadowColor="rgba(0, 0, 0, 0.5)",A.shadowBlur=20,A.shadowOffsetX=10,A.shadowOffsetY=10,A.drawImage(r,40,40);else throw console.error("Error getting canvas context"),Error("Error getting canvas context to add shadow effect")}let s=await fetch(n.toDataURL());return await s.blob()}catch(A){throw console.error("Error converting to image",A),A}finally{e.style.overflow=t,e.style.border=r,e.style.borderRadius=n,e.style.backgroundColor=s,e.style.height=i}};return{status:m,isLoading:"loading"===m,isErrored:"error"===m,isSuccess:"success"===m,copyToClipboard:async()=>{try{await navigator.clipboard.write([new ClipboardItem({[`image/${e}`]:H()})]),y("success"),Q&&Q()}catch(A){"ClipboardItem is not defined"===A.message?(E(await H()),b(),y("success")):(y("error"),console.error("Error copying to clipboard",A),C&&C(A))}},ImageDownloadModal:v,ref:F}}function AQ(A){let{successToast:e,failToast:r}=Ag(),{isLoading:s,copyToClipboard:i,ImageDownloadModal:o,ref:a}=Ap({imageType:"png",shadowEffect:!0,backgroundColor:A?.backgroundColor??"#f5f5f5",onSuccess:()=>{e("Copied the query result as an image to clipboard")},onError:A=>{console.error("Error taking screenshot",A),r("Failed to copy image to clipboard",A)}}),l=(0,AB.useCallback)(()=>{if(a.current){let A=Aw(a.current);A.style.boxShadow="rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px",A.style.transition="box-shadow 0.5s ease-in-out"}},[a]),c=(0,AB.useCallback)(()=>{a.current&&(Aw(a.current).style.boxShadow="")},[a]),u=(0,AB.useCallback)(async()=>{a.current?(await i(),Aw(a.current).style.boxShadow=""):r("Failed to copy image to clipboard","No content to copy")},[a,i,r]);return{ref:a,CopyToClipboardButton:function({imageType:A="png",...e}){return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)(n.default,{size:"small",sx:{position:"absolute",bottom:16,right:16},disabled:s,onMouseEnter:l,onMouseLeave:c,onClick:u,startIcon:(0,t.jsx)(Ad.PiCopy,{}),children:"Copy to Clipboard"}),(0,t.jsx)(o,{})]})},onMouseEnter:l,onMouseLeave:c,onCopyToClipboard:u}}A.s(["IGNORE_SCREENSHOT_CLASS",0,"ignore-screenshot","useCopyToClipboard",()=>Ap,"useCopyToClipboardButton",()=>AQ],224882);var AC=A.i(333207),AU=A.i(372230),Am=A.i(407101),Ay=A.i(461566),AF=A.i(916955);A.s(["useRun",0,A=>{let e,[t,r]=(0,AB.useState)(!1),[n,s]=(0,AB.useState)(!1),[,i]=(0,AF.useRunsAggregated)(),{error:o,data:a}=(0,AC.useQuery)({queryKey:Am.cacheKeys.run(A??""),queryFn:async()=>await (0,Ay.waitRun)(A??"",2*!!t),enabled:!!A,refetchInterval:!!t&&50,retry:!1}),[l,c]=(0,AB.useState)(a),[u,B]=(0,AB.useState)(o);(a!==l||o!==u)&&(c(a),B(o),o||a?.result||a?.error?r(!1):a?.status==="running"&&r(!0)),(0,AB.useEffect)(()=>{(o||a?.result||a?.error)&&(a?.type==="row_count_diff"||a?.type==="row_count")&&i()},[a,o,i]);let f=(0,AB.useCallback)(async()=>{s(!0),A&&await (0,Ay.cancelRun)(A)},[A]);return a&&(0,AU.runTypeHasRef)(a.type)&&(e=(0,AU.findByRunType)(a.type).RunResultView),{run:a,isRunning:t,aborting:n,error:o,onCancel:f,RunResultView:e}}],269324)},84723,A=>{"use strict";var e=A.i(955343);function t(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"line",attr:{x1:"5",y1:"12",x2:"19",y2:"12"},child:[]},{tag:"polyline",attr:{points:"12 5 19 12 12 19"},child:[]}]})(A)}function r(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"rect",attr:{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"},child:[]},{tag:"path",attr:{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"},child:[]}]})(A)}function n(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"circle",attr:{cx:"12",cy:"12",r:"10"},child:[]},{tag:"path",attr:{d:"M16 16s-1.5-2-4-2-4 2-4 2"},child:[]},{tag:"line",attr:{x1:"9",y1:"9",x2:"9.01",y2:"9"},child:[]},{tag:"line",attr:{x1:"15",y1:"9",x2:"15.01",y2:"9"},child:[]}]})(A)}function s(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"circle",attr:{cx:"12",cy:"12",r:"10"},child:[]},{tag:"line",attr:{x1:"12",y1:"16",x2:"12",y2:"12"},child:[]},{tag:"line",attr:{x1:"12",y1:"8",x2:"12.01",y2:"8"},child:[]}]})(A)}function i(A){return(0,e.GenIcon)({tag:"svg",attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"line",attr:{x1:"16.5",y1:"9.4",x2:"7.5",y2:"4.21"},child:[]},{tag:"path",attr:{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"},child:[]},{tag:"polyline",attr:{points:"3.27 6.96 12 12.01 20.73 6.96"},child:[]},{tag:"line",attr:{x1:"12",y1:"22.08",x2:"12",y2:"12"},child:[]}]})(A)}A.s(["FiArrowRight",()=>t,"FiCopy",()=>r,"FiFrown",()=>n,"FiInfo",()=>s,"FiPackage",()=>i])},727653,A=>{"use strict";var e=A.i(19483),t=A.i(324066),r=A.i(73371),n=A.i(939338),s=A.i(84723),i=A.i(603338),o=A.i(901407);A.s(["LearnHowLink",0,()=>(0,e.jsxs)(n.default,{href:"https://docs.datarecce.io/get-started/#prepare-dbt-artifacts",target:"_blank",sx:{color:"rgba(49, 130, 206, 1)",fontWeight:"bold",textDecoration:"underline",display:"inline-flex",alignItems:"center",gap:.5},children:["Learn how ",(0,e.jsx)(o.LuExternalLink,{})]}),"RecceNotification",0,A=>(0,e.jsxs)(t.default,{sx:{display:"flex",flex:1,minHeight:"48px",m:"4px",px:"16px",py:"12px",bgcolor:"primary.50",border:"1px solid",borderRadius:"4px",borderColor:"primary.400",alignItems:A.align??"center",gap:"12px"},children:[(0,e.jsx)(t.default,{component:s.FiInfo,sx:{width:"20px",height:"20px",color:"primary.900"}}),A.children,(0,e.jsx)(t.default,{sx:{flexGrow:1}}),(0,e.jsx)(r.default,{size:"small",onClick:A.onClose,children:(0,e.jsx)(i.IoClose,{})})]})])},623643,A=>{"use strict";var e=A.i(19483),t=A.i(388846),r=A.i(324066),n=A.i(76130),s=A.i(924011),i=A.i(336277),o=A.i(427938),a=A.i(187725),l=A.i(503775),c=A.i(911294),u=A.i(542098),B=A.i(966872);let f="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__;var d=A.i(795150);A.i(641511),A.i(916049),A.i(226707);let h=d.GLOBAL_OBJ;function g(A={}){let e=h.document,t=e?.head||e?.body;if(!t){f&&c.debug.error("[showReportDialog] Global document not defined");return}let r=(0,l.getCurrentScope)(),n=(0,l.getClient)(),s=n?.getDsn();if(!s){f&&c.debug.error("[showReportDialog] DSN not configured");return}let i={...A,user:{...r.getUser(),...A.user},eventId:A.eventId||(0,u.lastEventId)()},o=h.document.createElement("script");o.async=!0,o.crossOrigin="anonymous",o.src=function(A,e){let t,r,n=(0,B.makeDsn)(A);if(!n)return"";let s=`${(t=n.protocol?`${n.protocol}:`:"",r=n.port?`:${n.port}`:"",`${t}//${n.host}${r}${n.path?`/${n.path}`:""}/api/`)}embed/error-page/`,i=`dsn=${(0,B.dsnToString)(n)}`;for(let A in e)if("dsn"!==A&&"onClose"!==A)if("user"===A){let A=e.user;if(!A)continue;A.name&&(i+=`&name=${encodeURIComponent(A.name)}`),A.email&&(i+=`&email=${encodeURIComponent(A.email)}`)}else i+=`&${encodeURIComponent(A)}=${encodeURIComponent(e[A])}`;return`${s}?${i}`}(s,i);let{onLoad:a,onClose:d}=i;if(a&&(o.onload=a),d){let A=e=>{if("__sentry_reportdialog_closed__"===e.data)try{d()}finally{h.removeEventListener("message",A)}};h.addEventListener("message",A)}t.appendChild(o)}var w=a;let p="undefined"==typeof __SENTRY_DEBUG__||__SENTRY_DEBUG__;var Q=A.i(317551);A.i(705927).default;let C={componentStack:null,error:null,eventId:null};class U extends w.Component{constructor(A){super(A),this.state=C,this._openFallbackReportDialog=!0;const e=(0,l.getClient)();e&&A.showDialog&&(this._openFallbackReportDialog=!1,this._cleanupHook=e.on("afterSendEvent",e=>{!e.type&&this._lastEventId&&e.event_id===this._lastEventId&&g({...A.dialogOptions,eventId:this._lastEventId})}))}componentDidCatch(A,e){let{componentStack:t}=e,{beforeCapture:r,onError:n,showDialog:s,dialogOptions:i}=this.props;(0,l.withScope)(o=>{r&&r(o,A,t);let c=function(A,{componentStack:e},t){let r;if(null!==(r=a.version.match(/^([^.]+)/))&&parseInt(r[0])>=17&&(0,Q.isError)(A)&&e){let t,r=Error(A.message);r.name=`React ErrorBoundary ${A.name}`,r.stack=e,t=new WeakSet,function A(e,r){if(!t.has(e)){if(e.cause)return t.add(e),A(e.cause,r);e.cause=r}}(A,r)}return(0,l.withScope)(r=>(r.setContext("react",{componentStack:e}),(0,u.captureException)(A,t)))}(A,e,{mechanism:{handled:null!=this.props.handled?this.props.handled:!!this.props.fallback,type:"auto.function.react.error_boundary"}});n&&n(A,t,c),s&&(this._lastEventId=c,this._openFallbackReportDialog&&g({...i,eventId:c})),this.setState({error:A,componentStack:t,eventId:c})})}componentDidMount(){let{onMount:A}=this.props;A&&A()}componentWillUnmount(){let{error:A,componentStack:e,eventId:t}=this.state,{onUnmount:r}=this.props;r&&(this.state===C?r(null,null,null):r(A,e,t)),this._cleanupHook&&(this._cleanupHook(),this._cleanupHook=void 0)}resetErrorBoundary(){let{onReset:A}=this.props,{error:e,componentStack:t,eventId:r}=this.state;A&&A(e,t,r),this.setState(C)}render(){let{fallback:A,children:e}=this.props,t=this.state;if(null===t.componentStack)return"function"==typeof e?e():e;let r="function"==typeof A?w.createElement(A,{error:t.error,componentStack:t.componentStack,resetError:()=>this.resetErrorBoundary(),eventId:t.eventId}):A;return w.isValidElement(r)?r:(A&&p&&c.debug.warn("fallback did not produce a valid ReactElement"),null)}}let m=A=>(0,e.jsx)(r.default,{sx:{height:"100%",bgcolor:"grey.50",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,e.jsxs)(r.default,{sx:{p:4,display:"flex",flexDirection:"column",justifyContent:"flex-start",bgcolor:"white",border:"solid lightgray 1px",minHeight:"200px"},children:[(0,e.jsx)(o.default,{variant:"h6",sx:{width:"800px"},children:"You have encountered an error"}),(0,e.jsx)(r.default,{sx:{flex:1,fontSize:"10pt"},children:String(A.error)}),(0,e.jsx)(n.default,{sx:{justifySelf:"center",alignSelf:"center",mt:"20px"},color:"iochmara",variant:"contained",size:"small",onClick:()=>{A.resetError()},children:"Reset"})]})}),y=({children:A,fallback:t=m})=>(0,e.jsx)(U,{fallback:t,children:A}),F=A=>(0,e.jsx)(t.default,{severity:"error",children:String(A.error)}),b=(0,a.forwardRef)(({isRunning:A,isAborting:a,progress:l,error:c,run:u,onCancel:B,viewOptions:f,onViewOptionsChanged:d,RunResultView:h,children:g,onExecuteRun:w},p)=>{let Q=c?.response?.data?.detail??u?.error;if(Q)return(0,e.jsxs)(t.default,{severity:"error",children:["Error: ",(0,e.jsx)("span",{className:"no-track-pii-safe",children:Q})]});if(A??u?.status==="running"){let A="Loading...";l?.message?A=l.message:u?.progress?.message&&(A=u.progress.message);let t=l?.percentage!=null?100*l.percentage:void 0;return(0,e.jsx)(r.default,{sx:{display:"flex",alignItems:"center",justifyContent:"center",p:"1rem",height:"100%",bgcolor:"rgb(249,249,249)"},children:(0,e.jsxs)(i.default,{spacing:2,alignItems:"center",children:[(0,e.jsxs)(i.default,{direction:"row",alignItems:"center",spacing:1,children:[null==t?(0,e.jsx)(s.default,{size:32}):(0,e.jsxs)(r.default,{sx:{position:"relative",display:"inline-flex"},children:[(0,e.jsx)(s.default,{variant:"determinate",value:t,size:32}),(0,e.jsx)(r.default,{sx:{top:0,left:0,bottom:0,right:0,position:"absolute",display:"flex",alignItems:"center",justifyContent:"center"},children:(0,e.jsx)(o.default,{variant:"caption",component:"div",sx:{fontSize:"0.6rem"},children:`${Math.round(t)}%`})})]}),a?(0,e.jsx)(o.default,{children:"Aborting..."}):(0,e.jsx)(o.default,{className:"no-track-pii-safe",children:A})]}),!a&&(0,e.jsx)(n.default,{variant:"contained",onClick:B,size:"small",children:"Cancel"})]})})}if(!u)return(0,e.jsx)(r.default,{sx:{display:"flex",alignItems:"center",justifyContent:"center",bgcolor:"rgb(249,249,249)",height:"100%"},children:"Loading..."});if(g&&h)throw Error("RunView requires either a children or a RunResultView prop, but not both.");if(!g&&!h)throw Error("RunView requires at least one of children or RunResultView prop.");return(0,e.jsxs)(r.default,{sx:{height:"100%",contain:"layout",overflow:"auto"},className:"no-track-pii-safe",children:[h&&(u.error??u.result)&&(0,e.jsx)(y,{fallback:F,children:(0,e.jsx)(h,{ref:p,run:u,viewOptions:f,onViewOptionsChanged:d})}),g?.({run:u,viewOptions:f,onViewOptionsChanged:d})]})});A.s(["RunView",0,b],623643)},170660,A=>{"use strict";var e=A.i(19483),t=A.i(324066),r=A.i(76130),n=A.i(610985),s=A.i(73371),i=A.i(754228),o=A.i(571167),a=A.i(135301),l=A.i(263712),c=A.i(336277),u=A.i(407670),B=A.i(132136),f=A.i(427938),d=A.i(63257),h=A.i(187725),g=A.i(603338),w=A.i(388797),p=A.i(21292),Q=A.i(751113),C=A.i(692555);A.i(909139);var U=A.i(750060),m=A.i(407101),y=A.i(396080),F=A.i(203158),b=A.i(862754),E=A.i(29134),v=A.i(912007),H=A.i(560214),I=A.i(224882),x=A.i(505251),S=A.i(269324),K=A.i(727653),L=A.i(138848),k=A.i(263710),D=A.i(623643),T=A.i(372230);let O=A=>{let t=Q.default.stringify(A,null,2);return(0,e.jsx)(U.CodeEditor,{value:t,language:"yaml",readOnly:!0,lineNumbers:!1,wordWrap:!0,fontSize:14,height:"100%",className:"no-track-pii-safe"})},M=({runType:A})=>{let[t,r]=(0,h.useState)(!0);if(!t)return(0,e.jsx)(e.Fragment,{});let n=()=>r(!1);switch(A){case"row_count":return(0,e.jsx)(K.RecceNotification,{onClose:n,children:(0,e.jsxs)(f.default,{children:["Enable row count diffing, and other Recce features, by configuring a base dbt environment to compare against. ",(0,e.jsx)(K.LearnHowLink,{})]})});case"profile":return(0,e.jsx)(K.RecceNotification,{onClose:n,children:(0,e.jsxs)(f.default,{children:["Enable data-profile diffing, and other Recce features, by configuring a base dbt environment to compare against."," ",(0,e.jsx)(K.LearnHowLink,{})]})});default:return(0,e.jsx)(e.Fragment,{})}},N=({disableCopyToClipboard:A,onCopyToClipboard:t,onMouseEnter:s,onMouseLeave:c})=>{let{authed:u}=(0,v.useRecceInstanceContext)(),{handleShareClick:B}=(0,H.useRecceShareStateContext)(),[f,d]=(0,h.useState)(!1),[g,Q]=(0,h.useState)(null),U=()=>{Q(null)};return(0,e.jsxs)(e.Fragment,{children:[(0,e.jsx)(r.default,{size:"small",variant:"outlined",color:"neutral",onClick:A=>{Q(A.currentTarget)},endIcon:(0,e.jsx)(w.PiCaretDown,{}),sx:{textTransform:"none"},children:"Share"}),(0,e.jsxs)(a.default,{anchorEl:g,open:!!g,onClose:U,children:[(0,e.jsxs)(l.default,{onClick:async()=>{await t(),U()},onMouseEnter:s,onMouseLeave:c,disabled:A,children:[(0,e.jsx)(i.default,{children:(0,e.jsx)(w.PiCopy,{})}),(0,e.jsx)(o.default,{children:"Copy to Clipboard"})]}),(0,e.jsx)(n.default,{}),u?(0,e.jsxs)(l.default,{onClick:async()=>{await B(),(0,F.trackShareState)({name:"create"}),U()},children:[(0,e.jsx)(i.default,{children:(0,e.jsx)(p.TbCloudUpload,{})}),(0,e.jsx)(o.default,{children:"Share to Cloud"})]}):(0,e.jsxs)(l.default,{onClick:()=>{d(!0),U()},children:[(0,e.jsx)(i.default,{children:(0,e.jsx)(p.TbCloudUpload,{})}),(0,e.jsx)(o.default,{children:"Share"})]})]}),f&&(0,e.jsx)(C.default,{parentOpen:f,handleParentClose:d,ignoreCookie:!0,variant:"enable-share"})]})},R=({runId:A,onClose:n,isSingleEnvironment:i})=>{let o,{featureToggles:a}=(0,v.useRecceInstanceContext)(),{runAction:l}=(0,E.useRecceActionContext)(),{error:f,run:d,onCancel:p,isRunning:Q}=(0,S.useRun)(A),[C,U]=(0,h.useState)(),[m,y]=(0,h.useState)("result");d&&(0,T.runTypeHasRef)(d.type)&&(o=(0,T.findByRunType)(d.type).RunResultView);let H=(0,h.useCallback)(()=>{d&&l(d.type,d.params)},[d,l]),x=d?.type==="query"||d?.type==="query_diff"||d?.type==="query_base",{ref:K,onCopyToClipboard:R,onMouseEnter:V,onMouseLeave:P}=(0,I.useCopyToClipboardButton)(),_=!A||!d?.result||!!f||"result"!==m;return(0,e.jsxs)(t.default,{sx:{display:"flex",flexDirection:"column",height:"100%"},children:[i&&(0,e.jsx)(M,{runType:d?.type}),(0,e.jsxs)(t.default,{sx:{display:"flex",alignItems:"center",borderBottom:1,borderColor:"divider",mb:"1px"},children:[(0,e.jsxs)(B.default,{value:m,onChange:(A,e)=>y(e),children:[(0,e.jsx)(u.default,{label:"Result",value:"result"}),(0,e.jsx)(u.default,{label:"Params",value:"params"}),x&&(0,e.jsx)(u.default,{label:"Query",value:"query"})]}),(0,e.jsx)(t.default,{sx:{flexGrow:1}}),(0,e.jsxs)(c.default,{direction:"row",spacing:1,sx:{overflow:"hidden",pr:1},alignItems:"center",children:[d&&(0,e.jsx)(k.RunStatusAndDate,{run:d}),(0,e.jsx)(r.default,{variant:"outlined",color:"neutral",disabled:!A||Q||a.disableDatabaseQuery,size:"small",onClick:H,startIcon:(0,e.jsx)(w.PiRepeat,{}),sx:{textTransform:"none"},children:"Rerun"}),a.disableShare?(0,e.jsx)(r.default,{variant:"outlined",color:"neutral",disabled:!A||!d?.result||!!f||"result"!==m,onMouseEnter:V,onMouseLeave:P,size:"small",onClick:R,startIcon:(0,e.jsx)(w.PiCopy,{}),sx:{textTransform:"none"},children:"Copy to Clipboard"}):(0,e.jsx)(N,{disableCopyToClipboard:_,onCopyToClipboard:async()=>{await R(),(0,F.trackCopyToClipboard)({type:d?.type??"unknown",from:"run"})},onMouseEnter:V,onMouseLeave:P}),(0,e.jsx)(G,{runId:A,viewOptions:C}),(0,e.jsx)(s.default,{size:"small",onClick:()=>{n&&n()},children:(0,e.jsx)(g.IoClose,{})})]})]}),"result"===m&&(0,e.jsx)(D.RunView,{ref:K,error:f,run:d,onCancel:p,viewOptions:C,onViewOptionsChanged:U,RunResultView:o}),"params"===m&&d&&(0,e.jsx)(O,{type:d.type,params:d.params}),"query"===m&&d&&d.params&&((0,b.isQueryRun)(d)||(0,b.isQueryBaseRun)(d)||(0,b.isQueryDiffRun)(d))&&((0,b.isQueryDiffRun)(d)?(0,e.jsx)(L.DualSqlEditor,{value:d.params.sql_template,baseValue:d.params.base_sql_template,options:{readOnly:!0}}):(0,e.jsx)(L.default,{value:d.params.sql_template,options:{readOnly:!0}}))]})};function G({runId:A,viewOptions:t}){let{featureToggles:n}=(0,v.useRecceInstanceContext)(),{error:s,run:i}=(0,S.useRun)(A),o=(0,d.useQueryClient)(),[,a]=(0,x.useAppLocation)(),l=i?.check_id,c=(0,h.useCallback)(()=>{l&&a(`/checks/?id=${l}`)},[l,a]),u=(0,h.useCallback)(async()=>{if(!A)return;let e=await (0,y.createCheckByRun)(A,t);await o.invalidateQueries({queryKey:m.cacheKeys.checks()}),a(`/checks/?id=${e.check_id}`)},[A,a,o,t]);return n.disableUpdateChecklist?(0,e.jsx)(e.Fragment,{}):i?.check_id?(0,e.jsx)(r.default,{disabled:!A||!i.result||!!s,size:"small",variant:"contained",onClick:c,startIcon:(0,e.jsx)(w.PiCheck,{}),sx:{textTransform:"none"},children:"Go to Check"}):(0,e.jsx)(r.default,{disabled:!A||!i?.result||!!s,size:"small",variant:"contained",onClick:u,startIcon:(0,e.jsx)(w.PiCheck,{}),sx:{textTransform:"none"},children:"Add to Checklist"})}A.s(["RunResultPane",0,({onClose:A,isSingleEnvironment:t})=>{let{runId:r}=(0,E.useRecceActionContext)();return(0,e.jsx)(R,{runId:r,onClose:A,isSingleEnvironment:t})}])},35305,(A,e,t)=>{"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},561227,(A,e,t)=>{"use strict";var r=A.r(35305);function n(){}function s(){}s.resetWarningCache=n,e.exports=function(){function A(A,e,t,n,s,i){if(i!==r){var o=Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw o.name="Invariant Violation",o}}function e(){return A}A.isRequired=A;var t={array:A,bigint:A,bool:A,func:A,number:A,object:A,string:A,symbol:A,any:A,arrayOf:e,element:A,elementType:A,instanceOf:e,node:A,objectOf:e,oneOf:e,oneOfType:e,shape:e,exact:e,checkPropTypes:s,resetWarningCache:n};return t.PropTypes=t,t}},304153,(A,e,t)=>{e.exports=A.r(561227)()},435843,A=>{"use strict";var e=A.i(19483),t=A.i(187725),r=A.i(304153),n="undefined"!=typeof window?window:null,s=null===n,i=s?void 0:n.document,o="addEventListener",a="removeEventListener",l="getBoundingClientRect",c="horizontal",u=function(){return!1},B=s?"calc":["","-webkit-","-moz-","-o-"].filter(function(A){var e=i.createElement("div");return e.style.cssText="width:"+A+"calc(9px)",!!e.style.length}).shift()+"calc",f=function(A){return"string"==typeof A||A instanceof String},d=function(A){if(f(A)){var e=i.querySelector(A);if(!e)throw Error("Selector "+A+" did not match a DOM element");return e}return A},h=function(A,e,t){var r=A[e];return void 0!==r?r:t},g=function(A,e,t,r){if(e){if("end"===r)return 0;if("center"===r)return A/2}else if(t){if("start"===r)return 0;if("center"===r)return A/2}return A},w=function(A,e){var t=i.createElement("div");return t.className="gutter gutter-"+e,t},p=function(A,e,t){var r={};return f(e)?r[A]=e:r[A]=B+"("+e+"% - "+t+"px)",r},Q=function(A,e){var t;return(t={})[A]=e+"px",t};let C=function(A,e){if(void 0===e&&(e={}),s)return{};var t,r,B,f,C,U,m=A;Array.from&&(m=Array.from(m));var y=d(m[0]).parentNode,F=getComputedStyle?getComputedStyle(y):null,b=F?F.flexDirection:null,E=h(e,"sizes")||m.map(function(){return 100/m.length}),v=h(e,"minSize",100),H=Array.isArray(v)?v:m.map(function(){return v}),I=h(e,"maxSize",1/0),x=Array.isArray(I)?I:m.map(function(){return I}),S=h(e,"expandToMin",!1),K=h(e,"gutterSize",10),L=h(e,"gutterAlign","center"),k=h(e,"snapOffset",30),D=Array.isArray(k)?k:m.map(function(){return k}),T=h(e,"dragInterval",1),O=h(e,"direction",c),M=h(e,"cursor",O===c?"col-resize":"row-resize"),N=h(e,"gutter",w),R=h(e,"elementStyle",p),G=h(e,"gutterStyle",Q);function V(A,e,r,n){var s=R(t,e,r,n);Object.keys(s).forEach(function(e){A.style[e]=s[e]})}function P(){return U.map(function(A){return A.size})}function _(A){return"touches"in A?A.touches[0][r]:A[r]}function J(A){var e=U[this.a],t=U[this.b],r=e.size+t.size;e.size=A/this.size*r,t.size=r-A/this.size*r,V(e.element,e.size,this._b,e.i),V(t.element,t.size,this._c,t.i)}function X(A){var t,r=U[this.a],n=U[this.b];this.dragging&&(t=_(A)-this.start+(this._b-this.dragOffset),T>1&&(t=Math.round(t/T)*T),t<=r.minSize+r.snapOffset+this._b?t=r.minSize+this._b:t>=this.size-(n.minSize+n.snapOffset+this._c)&&(t=this.size-(n.minSize+this._c)),t>=r.maxSize-r.snapOffset+this._b?t=r.maxSize+this._b:t<=this.size-(n.maxSize-n.snapOffset+this._c)&&(t=this.size-(n.maxSize+this._c)),J.call(this,t),h(e,"onDrag",u)(P()))}function j(){var A=U[this.a].element,e=U[this.b].element,r=A[l](),n=e[l]();this.size=r[t]+n[t]+this._b+this._c,this.start=r[B],this.end=r[f]}function W(A){var e=function(A){if(!getComputedStyle)return null;var e=getComputedStyle(A);if(!e)return null;var t=A[C];return 0===t?null:(O===c?t-=parseFloat(e.paddingLeft)+parseFloat(e.paddingRight):t-=parseFloat(e.paddingTop)+parseFloat(e.paddingBottom),t)}(y);if(null===e||H.reduce(function(A,e){return A+e},0)>e)return A;var t=0,r=[],n=A.map(function(n,s){var i=e*n/100,o=g(K,0===s,s===A.length-1,L),a=H[s]+o;return i<a?(t+=a-i,r.push(0),a):(r.push(i-a),i)});return 0===t?A:n.map(function(A,n){var s=A;if(t>0&&r[n]-t>0){var i=Math.min(t,r[n]-t);t-=i,s=A-i}return s/e*100})}function Y(){var A=U[this.a].element,t=U[this.b].element;this.dragging&&h(e,"onDragEnd",u)(P()),this.dragging=!1,n[a]("mouseup",this.stop),n[a]("touchend",this.stop),n[a]("touchcancel",this.stop),n[a]("mousemove",this.move),n[a]("touchmove",this.move),this.stop=null,this.move=null,A[a]("selectstart",u),A[a]("dragstart",u),t[a]("selectstart",u),t[a]("dragstart",u),A.style.userSelect="",A.style.webkitUserSelect="",A.style.MozUserSelect="",A.style.pointerEvents="",t.style.userSelect="",t.style.webkitUserSelect="",t.style.MozUserSelect="",t.style.pointerEvents="",this.gutter.style.cursor="",this.parent.style.cursor="",i.body.style.cursor=""}function $(A){if(!("button"in A)||0===A.button){var t=U[this.a].element,r=U[this.b].element;this.dragging||h(e,"onDragStart",u)(P()),A.preventDefault(),this.dragging=!0,this.move=X.bind(this),this.stop=Y.bind(this),n[o]("mouseup",this.stop),n[o]("touchend",this.stop),n[o]("touchcancel",this.stop),n[o]("mousemove",this.move),n[o]("touchmove",this.move),t[o]("selectstart",u),t[o]("dragstart",u),r[o]("selectstart",u),r[o]("dragstart",u),t.style.userSelect="none",t.style.webkitUserSelect="none",t.style.MozUserSelect="none",t.style.pointerEvents="none",r.style.userSelect="none",r.style.webkitUserSelect="none",r.style.MozUserSelect="none",r.style.pointerEvents="none",this.gutter.style.cursor=M,this.parent.style.cursor=M,i.body.style.cursor=M,j.call(this),this.dragOffset=_(A)-this.end}}O===c?(t="width",r="clientX",B="left",f="right",C="clientWidth"):"vertical"===O&&(t="height",r="clientY",B="top",f="bottom",C="clientHeight"),E=W(E);var z=[];function Z(A){var e=A.i===z.length,t=e?z[A.i-1]:z[A.i];j.call(t);var r=e?t.size-A.minSize-t._c:A.minSize+t._b;J.call(t,r)}return(U=m.map(function(A,e){var r,n={element:d(A),size:E[e],minSize:H[e],maxSize:x[e],snapOffset:D[e],i:e};if(e>0&&((r={a:e-1,b:e,dragging:!1,direction:O,parent:y})._b=g(K,e-1==0,!1,L),r._c=g(K,!1,e===m.length-1,L),"row-reverse"===b||"column-reverse"===b)){var s=r.a;r.a=r.b,r.b=s}if(e>0){var i,a=N(e,O,n.element);Object.keys(i=G(t,K,e)).forEach(function(A){a.style[A]=i[A]}),r._a=$.bind(r),a[o]("mousedown",r._a),a[o]("touchstart",r._a),y.insertBefore(a,n.element),r.gutter=a}return V(n.element,n.size,g(K,0===e,e===m.length-1,L),e),e>0&&z.push(r),n})).forEach(function(A){var e=A.element[l]()[t];e<A.minSize&&(S?Z(A):A.minSize=e)}),{setSizes:function(A){var e=W(A);e.forEach(function(A,t){if(t>0){var r=z[t-1],n=U[r.a],s=U[r.b];n.size=e[t-1],s.size=A,V(n.element,n.size,r._b,n.i),V(s.element,s.size,r._c,s.i)}})},getSizes:P,collapse:function(A){Z(U[A])},destroy:function(A,e){z.forEach(function(r){!0!==e?r.parent.removeChild(r.gutter):(r.gutter[a]("mousedown",r._a),r.gutter[a]("touchstart",r._a)),!0!==A&&Object.keys(R(t,r.a.size,r._b)).forEach(function(A){U[r.a].element.style[A]="",U[r.b].element.style[A]=""})})},parent:y,pairs:z}};function U(A,e){var t={};for(var r in A)Object.prototype.hasOwnProperty.call(A,r)&&-1===e.indexOf(r)&&(t[r]=A[r]);return t}var m=function(A){function e(){A.apply(this,arguments)}return A&&(e.__proto__=A),e.prototype=Object.create(A&&A.prototype),e.prototype.constructor=e,e.prototype.componentDidMount=function(){var A=this.props;A.children;var e=A.gutter,t=U(A,["children","gutter"]);t.gutter=function(A,t){var r;return e?r=e(A,t):(r=document.createElement("div")).className="gutter gutter-"+t,r.__isSplitGutter=!0,r},this.split=C(this.parent.children,t)},e.prototype.componentDidUpdate=function(A){var e=this,t=this.props;t.children;var r=t.minSize,n=t.sizes,s=t.collapsed,i=U(t,["children","minSize","sizes","collapsed"]),o=A.minSize,a=A.sizes,l=A.collapsed,c=["maxSize","expandToMin","gutterSize","gutterAlign","snapOffset","dragInterval","direction","cursor"].map(function(t){return e.props[t]!==A[t]}).reduce(function(A,e){return A||e},!1);if(Array.isArray(r)&&Array.isArray(o)){var u=!1;r.forEach(function(A,e){u=u||A!==o[e]}),c=c||u}else c=!!(Array.isArray(r)||Array.isArray(o))||c||r!==o;if(c)i.minSize=r,i.sizes=n||this.split.getSizes(),this.split.destroy(!0,!0),i.gutter=function(A,e,t){return t.previousSibling},this.split=C(Array.from(this.parent.children).filter(function(A){return!A.__isSplitGutter}),i);else if(n){var B=!1;n.forEach(function(A,e){B=B||A!==a[e]}),B&&this.split.setSizes(this.props.sizes)}Number.isInteger(s)&&(s!==l||c)&&this.split.collapse(s)},e.prototype.componentWillUnmount=function(){this.split.destroy(),delete this.split},e.prototype.render=function(){var A=this,e=this.props;e.sizes,e.minSize,e.maxSize,e.expandToMin,e.gutterSize,e.gutterAlign,e.snapOffset,e.dragInterval,e.direction,e.cursor,e.gutter,e.elementStyle,e.gutterStyle,e.onDrag,e.onDragStart,e.onDragEnd,e.collapsed;var r=e.children,n=U(e,["sizes","minSize","maxSize","expandToMin","gutterSize","gutterAlign","snapOffset","dragInterval","direction","cursor","gutter","elementStyle","gutterStyle","onDrag","onDragStart","onDragEnd","collapsed","children"]);return t.default.createElement("div",Object.assign({},{ref:function(e){A.parent=e}},n),r)},e}(t.default.Component);m.propTypes={sizes:r.default.arrayOf(r.default.number),minSize:r.default.oneOfType([r.default.number,r.default.arrayOf(r.default.number)]),maxSize:r.default.oneOfType([r.default.number,r.default.arrayOf(r.default.number)]),expandToMin:r.default.bool,gutterSize:r.default.number,gutterAlign:r.default.string,snapOffset:r.default.oneOfType([r.default.number,r.default.arrayOf(r.default.number)]),dragInterval:r.default.number,direction:r.default.string,cursor:r.default.string,gutter:r.default.func,elementStyle:r.default.func,gutterStyle:r.default.func,onDrag:r.default.func,onDragStart:r.default.func,onDragEnd:r.default.func,collapsed:r.default.number,children:r.default.arrayOf(r.default.element)},m.defaultProps={sizes:void 0,minSize:void 0,maxSize:void 0,expandToMin:void 0,gutterSize:void 0,gutterAlign:void 0,snapOffset:void 0,dragInterval:void 0,direction:void 0,cursor:void 0,gutter:void 0,elementStyle:void 0,gutterStyle:void 0,onDrag:void 0,onDragStart:void 0,onDragEnd:void 0,collapsed:void 0,children:void 0},A.s(["HSplit",0,A=>{let{style:t,children:r,gutterSize:n=5,...s}=A;return(0,e.jsx)(m,{style:{display:"flex",flexDirection:"row",...t},direction:"horizontal",gutterSize:n,...s,children:r})},"VSplit",0,A=>{let{style:t,children:r,gutterSize:n=5,...s}=A;return(0,e.jsx)(m,{style:{display:"flex",flexDirection:"column",...t},gutterSize:n,direction:"vertical",...s,children:r})}],435843)},638337,A=>{"use strict";let e="recce-",t={bypassSaveOverwrite:`${e}-bypass-save-overwrite`,previewChangeFeedbackID:`${e}-preview-change-feedback`,prepareEnvGuideID:`${e}-prepare-env`};A.s(["localStorageKeys",0,t])},670857,634665,A=>{"use strict";A.i(316575);var e=A.i(187725),t=A.i(7284),r=A.i(778024),n=A.i(605679),s=A.i(36297),i=A.i(19483);let o=(0,s.default)((0,i.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}),"RadioButtonUnchecked"),a=(0,s.default)((0,i.jsx)("path",{d:"M8.465 8.465C9.37 7.56 10.62 7 12 7C14.76 7 17 9.24 17 12C17 13.38 16.44 14.63 15.535 15.535C14.63 16.44 13.38 17 12 17C9.24 17 7 14.76 7 12C7 10.62 7.56 9.37 8.465 8.465Z"}),"RadioButtonChecked");var l=A.i(451962),c=A.i(446547),u=A.i(73205);let B=(0,c.styled)("span",{name:"MuiRadioButtonIcon",shouldForwardProp:l.default})({position:"relative",display:"flex"}),f=(0,c.styled)(o,{name:"MuiRadioButtonIcon"})({transform:"scale(1)"}),d=(0,c.styled)(a,{name:"MuiRadioButtonIcon"})((0,u.default)(({theme:A})=>({left:0,position:"absolute",transform:"scale(0)",transition:A.transitions.create("transform",{easing:A.transitions.easing.easeIn,duration:A.transitions.duration.shortest}),variants:[{props:{checked:!0},style:{transform:"scale(1)",transition:A.transitions.create("transform",{easing:A.transitions.easing.easeOut,duration:A.transitions.duration.shortest})}}]}))),h=function(A){let{checked:e=!1,classes:t={},fontSize:r}=A,n={...A,checked:e};return(0,i.jsxs)(B,{className:t.root,ownerState:n,children:[(0,i.jsx)(f,{fontSize:r,className:t.background,ownerState:n}),(0,i.jsx)(d,{fontSize:r,className:t.dot,ownerState:n})]})};var g=A.i(578509);let w=A.i(464755).default;var p=A.i(331943);let Q=e.createContext(void 0);var C=A.i(435983),U=A.i(446519);function m(A){return(0,U.default)("MuiRadio",A)}let y=(0,C.default)("MuiRadio",["root","checked","disabled","colorPrimary","colorSecondary","sizeSmall"]);var F=A.i(860223),b=A.i(577950),E=A.i(519273);let v=(0,c.styled)(n.default,{shouldForwardProp:A=>(0,l.default)(A)||"classes"===A,name:"MuiRadio",slot:"Root",overridesResolver:(A,e)=>{let{ownerState:t}=A;return[e.root,"medium"!==t.size&&e[`size${(0,g.default)(t.size)}`],e[`color${(0,g.default)(t.color)}`]]}})((0,u.default)(({theme:A})=>({color:(A.vars||A).palette.text.secondary,[`&.${y.disabled}`]:{color:(A.vars||A).palette.action.disabled},variants:[{props:{color:"default",disabled:!1,disableRipple:!1},style:{"&:hover":{backgroundColor:A.alpha((A.vars||A).palette.action.active,(A.vars||A).palette.action.hoverOpacity)}}},...Object.entries(A.palette).filter((0,F.default)()).map(([e])=>({props:{color:e,disabled:!1,disableRipple:!1},style:{"&:hover":{backgroundColor:A.alpha((A.vars||A).palette[e].main,(A.vars||A).palette.action.hoverOpacity)}}})),...Object.entries(A.palette).filter((0,F.default)()).map(([e])=>({props:{color:e,disabled:!1},style:{[`&.${y.checked}`]:{color:(A.vars||A).palette[e].main}}})),{props:{disableRipple:!1},style:{"&:hover":{"@media (hover: none)":{backgroundColor:"transparent"}}}}]}))),H=(0,i.jsx)(h,{checked:!0}),I=(0,i.jsx)(h,{}),x=e.forwardRef(function(A,n){let s=(0,E.useDefaultProps)({props:A,name:"MuiRadio"}),{checked:o,checkedIcon:a=H,color:l="primary",icon:c=I,name:u,onChange:B,size:f="medium",className:d,disabled:h,disableRipple:C=!1,slots:U={},slotProps:y={},inputProps:F,...x}=s,S=(0,p.default)(),K=h;S&&void 0===K&&(K=S.disabled),K??=!1;let L={...s,disabled:K,disableRipple:C,color:l,size:f},k=(A=>{let{classes:e,color:t,size:n}=A,s={root:["root",`color${(0,g.default)(t)}`,"medium"!==n&&`size${(0,g.default)(n)}`]};return{...e,...(0,r.default)(s,m,e)}})(L),D=e.useContext(Q),T=o,O=w(B,D&&D.onChange),M=u;if(D){var N,R;void 0===T&&(N=D.value,T="object"==typeof(R=s.value)&&null!==R?N===R:String(N)===String(R)),void 0===M&&(M=D.name)}let G=y.input??F,[V,P]=(0,b.default)("root",{ref:n,elementType:v,className:(0,t.default)(k.root,d),shouldForwardComponentProp:!0,externalForwardedProps:{slots:U,slotProps:y,...x},getSlotProps:A=>({...A,onChange:(e,...t)=>{A.onChange?.(e,...t),O(e,...t)}}),ownerState:L,additionalProps:{type:"radio",icon:e.cloneElement(c,{fontSize:c.props.fontSize??f}),checkedIcon:e.cloneElement(a,{fontSize:a.props.fontSize??f}),disabled:K,name:M,checked:T,slots:U,slotProps:{input:"function"==typeof G?G(L):G}}});return(0,i.jsx)(V,{...P,classes:k})});function S(A){return(0,U.default)("MuiFormGroup",A)}A.s(["default",0,x],670857),(0,C.default)("MuiFormGroup",["root","row","error"]);var K=A.i(854816);let L=(0,c.styled)("div",{name:"MuiFormGroup",slot:"Root",overridesResolver:(A,e)=>{let{ownerState:t}=A;return[e.root,t.row&&e.row]}})({display:"flex",flexDirection:"column",flexWrap:"wrap",variants:[{props:{row:!0},style:{flexDirection:"row"}}]}),k=e.forwardRef(function(A,e){let n=(0,E.useDefaultProps)({props:A,name:"MuiFormGroup"}),{className:s,row:o=!1,...a}=n,l=(0,p.default)(),c=(0,K.default)({props:n,muiFormControl:l,states:["error"]}),u={...n,row:o,error:c.error},B=(A=>{let{classes:e,row:t,error:n}=A;return(0,r.default)({root:["root",t&&"row",n&&"error"]},S,e)})(u);return(0,i.jsx)(L,{className:(0,t.default)(B.root,s),ownerState:u,ref:e,...a})});function D(A){return(0,U.default)("MuiRadioGroup",A)}(0,C.default)("MuiRadioGroup",["root","row","error"]);var T=A.i(723938),O=A.i(623786),M=A.i(909005);let N=e.forwardRef(function(A,n){let{actions:s,children:o,className:a,defaultValue:l,name:c,onChange:u,value:B,...f}=A,d=e.useRef(null),h=(A=>{let{classes:e,row:t,error:n}=A;return(0,r.default)({root:["root",t&&"row",n&&"error"]},D,e)})(A),[g,w]=(0,O.default)({controlled:B,default:l,name:"RadioGroup"});e.useImperativeHandle(s,()=>({focus:()=>{let A=d.current.querySelector("input:not(:disabled):checked");A||(A=d.current.querySelector("input:not(:disabled)")),A&&A.focus()}}),[]);let p=(0,T.default)(n,d),C=(0,M.default)(c),U=e.useMemo(()=>({name:C,onChange(A){w(A.target.value),u&&u(A,A.target.value)},value:g}),[C,u,w,g]);return(0,i.jsx)(Q.Provider,{value:U,children:(0,i.jsx)(k,{role:"radiogroup",ref:p,className:(0,t.default)(h.root,a),...f,children:o})})});A.s(["default",0,N],634665)}]);