@openremote/manager 1.8.0-snapshot.20250723203453 → 1.8.0-snapshot.20250725120001
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.6bd21fda2e8cb09f.js +3678 -0
- package/dist/index.html +18 -18
- package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-ce.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_dom.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_js.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/custom-elements-es5-adapter-index.js +0 -1
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js +0 -1
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-pf_dom-index.js +0 -1
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-pf_js-index.js +0 -1
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js +0 -1
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js +0 -1
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js +0 -1
- package/dist/modules/@webcomponents/webcomponentsjs/src/flag-parser.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/baseuri.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/after.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/before.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/index.js +0 -1
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/remove.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/replace-with.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/custom-event.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/es6-misc.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/event-listener-options.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/get-attribute-names.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/matches.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/append.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/index.js +0 -1
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/prepend.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/replace-children.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/promise.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/svg-element-class-list.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/symbol.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/toggle-attribute.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/src/unresolved.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js +1 -2
- package/dist/modules/@webcomponents/webcomponentsjs/webcomponents-loader.js +1 -2
- package/index.html +88 -88
- package/lib/components/alarms/or-alarms-table.js +56 -56
- package/lib/components/configuration/or-conf-json.js +25 -25
- package/lib/components/configuration/or-conf-map/or-conf-map-card.js +177 -177
- package/lib/components/configuration/or-conf-map/or-conf-map-geojson.js +24 -24
- package/lib/components/configuration/or-conf-map/or-conf-map-global.js +153 -153
- package/lib/components/configuration/or-conf-panel.js +43 -43
- package/lib/components/configuration/or-conf-realm/or-conf-realm-card.js +200 -200
- package/lib/pages/page-account.js +247 -247
- package/lib/pages/page-account.js.map +1 -1
- package/lib/pages/page-alarms.js +370 -370
- package/lib/pages/page-alarms.js.map +1 -1
- package/lib/pages/page-assets.js +100 -100
- package/lib/pages/page-configuration.js +153 -153
- package/lib/pages/page-configuration.js.map +1 -1
- package/lib/pages/page-export.js +191 -191
- package/lib/pages/page-gateway-tunnel.js +111 -111
- package/lib/pages/page-gateway-tunnel.js.map +1 -1
- package/lib/pages/page-gateway.js +261 -261
- package/lib/pages/page-gateway.js.map +1 -1
- package/lib/pages/page-insights.js +19 -19
- package/lib/pages/page-logs.js +11 -11
- package/lib/pages/page-map.js +37 -37
- package/lib/pages/page-provisioning.js +294 -294
- package/lib/pages/page-realms.js +284 -284
- package/lib/pages/page-roles.js +279 -279
- package/lib/pages/page-rules.js +11 -11
- package/lib/pages/page-users.js +385 -385
- package/lib/pages/page-users.js.map +1 -1
- package/package.json +6 -6
- package/.babelrc +0 -3
- package/babel.config.js +0 -38
- package/dist/003671ee2a876e7614cd94390e2255b3.js +0 -1
- package/dist/0078b630bed2938ce03f618c2bcd1363.js +0 -1
- package/dist/0144de97a3c256f81447e7e7135780e5.js +0 -1
- package/dist/019e34e85139cfc611bf23efa096c980.js +0 -1
- package/dist/02174460fe8ff6a6bc19db86543b9600.js +0 -1
- package/dist/029ed9161a8d24a9c2ba97124020989d.js +0 -1
- package/dist/03452373324e7ceaf58e3830eafd1a28.js +0 -1
- package/dist/03980cb12dacd26148c22bb61fce440f.js +0 -1
- package/dist/03a5f5b2b97a8fc289399d92fba810d0.js +0 -1
- package/dist/03aae8272914723a7bf85b984385032c.js +0 -1
- package/dist/03ab996935e5c1a84ac09966ede74fb8.js +0 -1
- package/dist/0416c21cfe088739209926632a360e3b.js +0 -1
- package/dist/069a0d6b093e73e820f6a60a91fa614b.js +0 -1
- package/dist/06d958315fc6cdbb28576b03e43203aa.js +0 -1
- package/dist/07397bd479cbc34bc04576b4f15bdf18.js +0 -1
- package/dist/07567125b93045706d81f17f7d04e262.js +0 -1
- package/dist/078dd0bd08c93b1512e3d1b777591b21.js +0 -1
- package/dist/0972f21af3e75388ef55435c0b3b831d.js +0 -1
- package/dist/0973bb38b2e3efd2a879fd8e81d50fce.js +0 -1
- package/dist/0a1d9862d917663419ac2dd2e8193267.js +0 -1
- package/dist/0b06cbc7edf78b6f2810187262e7630b.js +0 -1
- package/dist/0bd45b2d490c48c31619072a4fb0eaea.js +0 -1
- package/dist/0cd2349b7f4b6f7013e195c8145d2917.js +0 -1
- package/dist/0dd9fc97c3dee2275f41cd20ffaea059.js +0 -1
- package/dist/0e67325b9a04863301e36c0c37947069.js +0 -1
- package/dist/0f147528a6f36ca40c8b3ec796429f58.js +0 -1
- package/dist/0f2d1162158745e1093693a3a999932a.js +0 -1
- package/dist/0fa30731c46fe8b6a54f9752ad0ed7e0.js +0 -1
- package/dist/0fd64c8920c10008be86572dd6830dc1.js +0 -1
- package/dist/10132993df2cf9c9423b53a8a44379ab.js +0 -1
- package/dist/1034e3807d1bcf55cb564491950237ab.js +0 -1
- package/dist/105b17c6442efb97c18ca2aef3976b06.js +0 -1
- package/dist/10c464f3f882bfeeefbc0934c2ee9fbe.js +0 -1
- package/dist/111d9fdb9864abba36298d1a0807fe6d.js +0 -1
- package/dist/1195816afa4a5e8183857be16a04ae6f.js +0 -1
- package/dist/119f6c45ea400e3c27e1ce172e4c881d.js +0 -1
- package/dist/11e3a2a8fb5bcb9d19298a80cafd3f5a.js +0 -1
- package/dist/130340e2c62b9e858f186dab5f491e55.js +0 -1
- package/dist/135747176621bcc94e9edd0323a81d3c.js +0 -1
- package/dist/1383530217ac0068c844902d24e18e08.js +0 -1
- package/dist/13eda3507db9cbfb400f46b9b3ff6553.js +0 -1
- package/dist/1495a3d68b15b8622c53f6688b64809f.js +0 -1
- package/dist/1533058f0ce13acdaa8d5bdc7d147bef.js +0 -1
- package/dist/15f3800d33b854ba476c9daf1b9e0326.js +0 -1
- package/dist/16c2e1b50af4ba05edaa03c8c9e9d18c.js +0 -1
- package/dist/170487867de05784a96608617bdd544d.js +0 -1
- package/dist/1736cea368ae85240f34289307fdf67f.js +0 -1
- package/dist/17632e1e19e438f431784dfd77e01773.js +0 -1
- package/dist/17dc98279d24649d3ca77cbce8c44e83.js +0 -1
- package/dist/1875ecdf54e78b5f07ff1bd944cf794b.js +0 -1
- package/dist/191feb6103c36b202bc01ba262916cdf.js +0 -1
- package/dist/1b15b9f88acaf59b96e59c6b5f32da12.js +0 -1
- package/dist/1c24a68cb472146022d0806ea2505cfb.js +0 -1
- package/dist/1c57b3481f295105588972ffa1305521.js +0 -1
- package/dist/1cc6fc3772824e2f87f10a9c3fad2dae.js +0 -1
- package/dist/1ce14f2cad9f3c122cb5ccfcd485ffb4.js +0 -1
- package/dist/1d3796180f854b5d8ab435ab0a1c2c11.js +0 -1
- package/dist/1dddd8903e00ce9149ded23fb87f6f34.js +0 -1
- package/dist/1e5fe0a75db78dcabbd4f27c2b084e4b.js +0 -1
- package/dist/1ed6368e8e20628ad5229329eec28baa.js +0 -1
- package/dist/1ff1389501159e4846a5133e3b8992d8.js +0 -1
- package/dist/210aec2722e6416a0349a987260e14a3.js +0 -1
- package/dist/211511e7b374f57ad31acaf49dbdccb1.js +0 -1
- package/dist/2272c6632c52c3e402ab27b8045ab8f1.js +0 -1
- package/dist/228ca80abf1ae030cbfe7faaec61913f.js +0 -1
- package/dist/2302902e10c4afab56e1b864c96070cb.js +0 -1
- package/dist/23602ad4c88f0f19e7a0a12454ebf556.js +0 -1
- package/dist/23bb1a9f279e7a732bfd405350aab114.js +0 -1
- package/dist/24a3ff38afde257888d755ece9bfd704.js +0 -1
- package/dist/24f97ddd76026815674affbc50ad6169.js +0 -1
- package/dist/25718a469574ade47e23567d8c543169.js +0 -1
- package/dist/25eda4bb98e40a82cfd5b4bf9fbc06ec.js +0 -1
- package/dist/262f489eb59166e1215642b60446d123.js +0 -1
- package/dist/269732f4c5f6e82ea3246548a9631b47.js +0 -1
- package/dist/275d8f4e0550edce2f3b85b3eaa94e54.js +0 -1
- package/dist/27730a0bdc6f430cc85049a46a73a029.js +0 -1
- package/dist/27846e85433e54a3ec0ab34d62233dc5.js +0 -1
- package/dist/283970c76db99e2d0d90f0e7c45494f9.js +0 -1
- package/dist/28785bea435918d49b290d27bf660baa.js +0 -1
- package/dist/2a8394955e047270a2a965ec67843989.js +0 -1
- package/dist/2aa392a501973ebfcea38239a45ed8e7.js +0 -1
- package/dist/2ad349208b3a727abb3c9f943865a27c.js +0 -1
- package/dist/2b1b8f8b9e8f1e423a69afd121fd7da9.js +0 -1
- package/dist/2b5729e073775b8fb827fc8e4725e48a.js +0 -1
- package/dist/2c3ad366cda02f17520d3369cae64c2c.js +0 -1
- package/dist/2d2a75e3d01a74b93d07db04df8abe5e.js +0 -1
- package/dist/2dd82c65030101b60dffccedd8741c6e.js +0 -1
- package/dist/2e841e8b77c2a2c00fd71940632bc1e1.js +0 -1
- package/dist/2f055ac4066041b9008dd6aebf9df34b.js +0 -1
- package/dist/2f25a4dc442bc9aebc58cae30c50c3e2.js +0 -1
- package/dist/2f55cddc8eb85b63ee5b4ce0e5488230.js +0 -1
- package/dist/2fc0239242a898632ca8aa451cb930c2.js +0 -1
- package/dist/2fe2904fc024afaf81732563cb83e547.js +0 -1
- package/dist/318dcae1cdcd4733986a93e7a5fab7b8.js +0 -1
- package/dist/31c610efb1d25afc90853b52ba4cb089.js +0 -1
- package/dist/328cbf598e9711b0a87c19437b02f80d.js +0 -1
- package/dist/33b4e371d4983ab56f4db08627119f0b.js +0 -1
- package/dist/349237ad9565dc823ce7bcb7527ba7ee.js +0 -1
- package/dist/34b8d1c8a81822685f809c49097b81fc.js +0 -1
- package/dist/34f99cce131bd7aa65e7a924e2456006.js +0 -1
- package/dist/3567d1ea443427e944a6f189a0898819.js +0 -1
- package/dist/363d3bac8dcd9a83332c3758185ce080.js +0 -1
- package/dist/3645af9e7e929d3abe3255c739e20e84.js +0 -1
- package/dist/367def81f25c0a08527f9a4e86e70c56.js +0 -1
- package/dist/37172facd8a534a38f378ca2a9c7c11b.js +0 -1
- package/dist/37ee3b5201ae2e2dc5dc8b1b20ad900e.js +0 -1
- package/dist/3834f2acef5a5debb2a21ad919272307.js +0 -1
- package/dist/38b1d18836e38ee7b4deaeba0c35f7b8.js +0 -1
- package/dist/39fea85ed7dd99d7c6c9e59b7040523f.js +0 -1
- package/dist/3a1227a65a1fc39ca476c295d1a260a4.js +0 -1
- package/dist/3a6ca6958d003ae67bb7fefc8713ee93.js +0 -1
- package/dist/3ac8c7749734990e2d9f81eeca219886.js +0 -1
- package/dist/3b02cca9e95276a74f3ed2bbc7a64ce6.js +0 -1
- package/dist/3b190e5159c72fb7e27271956772bcba.js +0 -1
- package/dist/3b544bb2c5a4e7b225a4b50235a0fd6d.js +0 -1
- package/dist/3b6e7dc98c47eeafd851ca5072db4be6.js +0 -1
- package/dist/3bf96f8eb1859e2724a4b769af3b5f1e.js +0 -1
- package/dist/3c5b59a666c5d39d9ba9cc054d36a410.js +0 -1
- package/dist/3ea020c57c2bbf457a8497df313b2e5c.js +0 -1
- package/dist/3eefbe1c009cfd730b2ca6f834367c45.js +0 -1
- package/dist/3f896944a97f002f2146e028ff2eac63.js +0 -1
- package/dist/414cd2c842fa42bf71e155f870619e00.js +0 -1
- package/dist/42c556183279bbdaaed3a8a9f9108f58.js +0 -1
- package/dist/42e0ea6351d45d342caab13cb12f9ea4.js +0 -1
- package/dist/43139bfbcbce9de597b4985dc1e6a03b.js +0 -1
- package/dist/432a5982ba3ddf958381d780e1e9a8e2.js +0 -1
- package/dist/432aff60ba31a74d2120031fdc894775.js +0 -1
- package/dist/4430c55f023b72fb5e389cee9351b38c.js +0 -1
- package/dist/44599d9b6202ebebfcdd073edf3562e3.js +0 -1
- package/dist/44efcea2f84e80cc4092a89796afe886.js +0 -1
- package/dist/472ba8f81bf8cac86027cb1be4e3b9cd.js +0 -1
- package/dist/479ec45a8edfe482fae4298d1e9862d2.js +0 -1
- package/dist/47e4cb297b2c3841ef86ce04a7f5584e.js +0 -1
- package/dist/47e5776dff3b80ed69ab5947dba33c76.js +0 -1
- package/dist/48e9351c5623d4da657ce7d5d0267ea6.js +0 -1
- package/dist/492e618a031cfde9c83d699c430de2ac.js +0 -1
- package/dist/49582665262ff6179b9f3a98adf7ed5c.js +0 -1
- package/dist/4b692785a8a6340a89e6067274a7583c.js +0 -1
- package/dist/4bee3a46b8378a7b4ef84492f08abd22.js +0 -1
- package/dist/4bf3bc1fbdd26ac698fef1bdf26e3ff4.js +0 -1
- package/dist/4bf6763c5956e3bccbf0373068810ded.js +0 -1
- package/dist/4c1bdecbedd36a5765de184ac056822a.js +0 -1
- package/dist/4d0849c6c9a868c09130600ac68319b3.js +0 -1
- package/dist/4d0ebf4c528cee9b0cdd3e076e06570b.js +0 -1
- package/dist/4d156ee0485ab4b40b090a3cd7b995a9.js +0 -1
- package/dist/4d6d9020e7e5c8d8dee7a5e374355f05.js +0 -1
- package/dist/4d8cb7033879cb7fcc7a43798e2bde22.js +0 -1
- package/dist/4e389cce6fb8f78845fab249bce43c0b.js +0 -1
- package/dist/4ef80ee74467e0297eec3cc03092da01.js +0 -1
- package/dist/4f683c6881e9f8740f5516a85b9eb9da.js +0 -1
- package/dist/5106411f7468a5ee5b1ee77aed12c0c7.js +0 -1
- package/dist/51f903c5ce5284a63196247cffb5ca40.js +0 -1
- package/dist/52fd09d1713345d9ee64dc7daea9fd6f.js +0 -1
- package/dist/5348f3cfbe5a63954e7d984f197bbddb.js +0 -1
- package/dist/5352ecd8e5f1a2637b48e18cc406edb1.js +0 -1
- package/dist/5398e3b596fa15df4d84b2aa0464e5c4.js +0 -1
- package/dist/53e3600928916423671f3388e2d67844.js +0 -1
- package/dist/54560f13b36626237959e93b7771a484.js +0 -1
- package/dist/54a10f3bddad1e6da452fee7124fe846.js +0 -1
- package/dist/57e14488b13e50ebdb5fdfc7880da683.js +0 -1
- package/dist/57f4109bd1f06be4dc2bcb8ff7eaf1e5.js +0 -1
- package/dist/582e24f5ba929e358fadfc7be4c18025.js +0 -1
- package/dist/58598705e7012f4ca1eb1dd21d3c59a5.js +0 -1
- package/dist/5861dfe4f2c7823623e82d0619c5bf06.js +0 -1
- package/dist/58aab872dbdb5e1607076e1935130e03.js +0 -1
- package/dist/58c35e5c73bbc1664bbd67c570342aa0.js +0 -1
- package/dist/58e7f91772635a5c59bacc975735da6c.js +0 -1
- package/dist/59cc05504a1c823b6d4796bf6b430822.js +0 -1
- package/dist/5a496ae20cc576bef1d35972548207cf.js +0 -1
- package/dist/5a741aab715866cb4d9a55e89dfc8420.js +0 -1
- package/dist/5b6a626249d0bc43e412fffa6a9ee177.js +0 -1
- package/dist/5cab33610b8d9c1aee4db4672811cb5f.js +0 -1
- package/dist/5cd4e1282f4409600b942819b7aa4f21.js +0 -1
- package/dist/5ce650c06c385f9d15621e54c60457c0.js +0 -1
- package/dist/5cebfc2c3495b6294dcb2a99e5174872.js +0 -1
- package/dist/5d312b184c1f4565f51247d3c6dbba90.js +0 -1
- package/dist/5d3314103b00c8ea165c6f9f6757f794.js +0 -1
- package/dist/5df362c9904925cdf574d9506e4be76d.js +0 -1
- package/dist/5e55b301888460bd06c8e26d1011e01a.js +0 -1
- package/dist/5e8a4f4320a07ae4bb1d8a5cd621d955.js +0 -1
- package/dist/5f3ce6efab3c679ec1ad25ab0b3f6b2f.js +0 -1
- package/dist/5f5a93ab1249b7cbdb13d9466febd3a0.js +0 -1
- package/dist/5fedbf948ed123687f77167fac1faf8b.js +0 -1
- package/dist/60190285b6c2243e14184b9e57d48dbb.js +0 -1
- package/dist/603e2644074e6512faf427d511d47fe4.js +0 -1
- package/dist/60ede8d7ffdf4c05f2ce51b6d8d2be68.js +0 -1
- package/dist/6130486ae80b103700a2e1eec0bc5cea.js +0 -1
- package/dist/622e27eec5f26148f51ccc30315a3deb.js +0 -1
- package/dist/6250c7594cd66ca91184b5beca293e06.js +0 -1
- package/dist/62a96977e725e8bc809dc80afe0fedf1.js +0 -1
- package/dist/63596b4896732fb322ab0496b4be1e74.js +0 -1
- package/dist/6490772da5aecc6cb9e4c625abc74a96.js +0 -1
- package/dist/64a5f4d62507d032038dcd76d15188e1.js +0 -1
- package/dist/64d6924350bd7706850cdc0dcc76ccf6.js +0 -1
- package/dist/65e7cf62ca9df32c18b630f31025a401.js +0 -1
- package/dist/663ffb67b9683a2126410325d1a5a152.js +0 -1
- package/dist/669c462287be8fa855e0ac003c145b55.js +0 -1
- package/dist/678f5201c1917429f334b88078ca4174.js +0 -1
- package/dist/6a1c347ab79a93f3ac01b08c8ccfc827.js +0 -1
- package/dist/6a851f05f1f4a974e02fe23eac2bad4e.js +0 -1
- package/dist/6b4b87a54f673cfbb82be45329441bef.js +0 -1
- package/dist/6bed1b724e74e6bc80688f42bc824d70.js +0 -1
- package/dist/6c0a75dc5671c3f237a79f6e45b9891c.js +0 -1
- package/dist/6c67587c2093ac3a19da9f2196e040b7.js +0 -1
- package/dist/6c6d192b6860b4508a14c2d04769a35e.js +0 -1
- package/dist/6d0c0aa17d36cb16bafc76d7376b97f7.js +0 -1
- package/dist/6d38cef4a006e6cfe54a6117aba7b600.js +0 -1
- package/dist/6e40b726d91e9138d9eaef6fd012c740.js +0 -1
- package/dist/6faa9e5f2a0122d2333fa450337a09b0.js +0 -1
- package/dist/70074e0c785c9a808dea76c7c7d17af3.js +0 -1
- package/dist/70286c33cab463fd576766adecd2d5d9.js +0 -1
- package/dist/70289d3b9b2b851df3286e20e40410a6.js +0 -1
- package/dist/7080d2a1db1608264a6d9d9fbaf2cce8.js +0 -1
- package/dist/70efbabef77fb217f904f41dbf7fe8bf.js +0 -1
- package/dist/714763ddd9bd466c95df7b042900bb87.js +0 -1
- package/dist/7222998c10fabd9c824cf8cf540b3b74.js +0 -1
- package/dist/724a16861717b5b4f786d24b56b62614.js +0 -1
- package/dist/7259bceba25ac1476fc775122a63d249.js +0 -1
- package/dist/725da29f1643c2263a437c08a1454aea.js +0 -1
- package/dist/742afd6665dee8dafd43661093bdda9d.js +0 -1
- package/dist/755114145e5b97e5571a160a39e716db.js +0 -1
- package/dist/757ef1b870d065a77ce3c182a03d93ad.js +0 -1
- package/dist/7648d83718f74149cb2db078b19fb7db.js +0 -1
- package/dist/764b59bdd3a89e14f88c9d63020551a1.js +0 -1
- package/dist/77aaca51c1c32acaf32656d45f4dc017.js +0 -1
- package/dist/78632dc7e1875ec8c39416f645e53733.js +0 -1
- package/dist/79241f85b016a7332f85bb66667459c2.js +0 -1
- package/dist/79455ab9a6cd507f5314141cc965093a.js +0 -1
- package/dist/7aa17a5a81c83c0f455941b3b286d5da.js +0 -1
- package/dist/7b839a5c1f6d89538928c8a29003bbda.js +0 -1
- package/dist/7bc18fc7a7d1323c178aa1846d79fb3c.js +0 -1
- package/dist/7d64980faff5b041a461fd0ba3e2f3f5.js +0 -1
- package/dist/7e4099fc2d04c7c1cf96892b962ba4ec.js +0 -1
- package/dist/7ec97a8161bf26e434d3891f64adb15b.js +0 -1
- package/dist/7f45be8b3fab8d742afc26fc48a23d2e.js +0 -1
- package/dist/7f79d4bde67c8013b187889b63e25bce.js +0 -1
- package/dist/7f9a9efc9ab681fcbf6400e2adb368a9.js +0 -1
- package/dist/805cb6232d7a9fa46025d48a43622ecf.js +0 -1
- package/dist/80ddbf4f0fdde4ddba57130e61043017.js +0 -1
- package/dist/81318a3530fb35d5178eb7a4a13a606f.js +0 -1
- package/dist/817edb0c6f9d66f9c0027762edb1d797.js +0 -1
- package/dist/827c1cbf746eacfc23ed2037e4d6359d.js +0 -1
- package/dist/83387cb17a7680f59240e7b399e3ac2b.js +0 -1
- package/dist/839e3594798c1942d3c92f9acfaa5f0b.js +0 -1
- package/dist/83bd353f98aa901411c82b8af58d1296.js +0 -1
- package/dist/84270e22d4439d15b0d8f392d1338d8e.js +0 -1
- package/dist/843c762c24f7fac628d8c62519a7b308.js +0 -1
- package/dist/84abf03cc94d264bb38020b4ac5f76e1.js +0 -1
- package/dist/84effdea6b72577c780f6621246d2e82.js +0 -1
- package/dist/852f0ecd7b17e3bfd700a821ff438f7e.js +0 -1
- package/dist/8646c11c7b2b46a2b2becab0d9e549c7.js +0 -1
- package/dist/875ae58e8015a6d08dbc9d0c04e24638.js +0 -1
- package/dist/879d6bc1ca1dde95a9a98dc7a2ab0d06.js +0 -1
- package/dist/87bce6f50196688852142c679227b1b9.js +0 -1
- package/dist/880ae94877022f7fb0458ced0825eb4c.js +0 -1
- package/dist/88730abfeb4a23e692ac7933882f12eb.js +0 -1
- package/dist/88da0e09d486e197aaca5bc3d6350998.js +0 -1
- package/dist/88e2feda80ac8cfb28f1dc0ec833b40d.js +0 -1
- package/dist/894052ca1f8f35cc1cf7cfb29ef75027.js +0 -1
- package/dist/894edcaf39c3c95818e3949d737ed459.js +0 -1
- package/dist/8a31266178067a316bb2503147cdb5cb.js +0 -1
- package/dist/8a5127228870aafabfff6111d29313d6.js +0 -1
- package/dist/8b8336037f074d9dcbd20eab535b803f.js +0 -1
- package/dist/8c7616f0adba6a5ac0d2f06ba4ebd696.js +0 -1
- package/dist/8d9bb1799d9b98db107e84f10132e17f.js +0 -1
- package/dist/8ed58ed9c7e1cb1ae1f2830d29011ffb.js +0 -1
- package/dist/8ed5aba33ead1f94e97d5c35a5e93434.js +0 -1
- package/dist/8eede17ae9e4d25c3c17b8a8a7fc3c3d.js +0 -1
- package/dist/8f9ce72eeabbf31f2d51f4bcfc66d3b0.js +0 -1
- package/dist/90812d89181b698975cbb081adcbbcb0.js +0 -1
- package/dist/90f3dc3c18d447104b63c156cb7fddb5.js +0 -1
- package/dist/91beb08737a1bbf071f351fb0acdbf3c.js +0 -1
- package/dist/92f4aab5c66f6269c7054c8fbcb3de13.js +0 -1
- package/dist/950a205e91da7e78226dd785fd6d34db.js +0 -1
- package/dist/962969a46fefcace3305abd4d6e14a2e.js +0 -1
- package/dist/9696a4229fb787eeb25b26f1274b75ee.js +0 -1
- package/dist/96b8d8b5efd11741639659c63a485c27.js +0 -1
- package/dist/972ea4b6ab9d3baeab6d00057cd5f9d3.js +0 -1
- package/dist/9807cf1e443a7440371904b6525f37eb.js +0 -1
- package/dist/981bd23edacd811f9e4a583d89b544ee.js +0 -1
- package/dist/9827973b533de05b338533a0211d97d9.js +0 -1
- package/dist/983fccb9f00748c487e889f6c83aa367.js +0 -1
- package/dist/9920e03a65566d728a73c7bf18bc5741.js +0 -1
- package/dist/99add2656ccb006ff11de385c4219f41.js +0 -1
- package/dist/9b1fd9cf4206cc32e84150c49707d811.js +0 -1
- package/dist/9b4733fc7a2fe9aedb0fa242bd49e9f0.js +0 -1
- package/dist/9b4de1346c73ba258736f1a3f00fdc14.js +0 -1
- package/dist/9b5a6ec07bb0a2daade10189696fc399.js +0 -1
- package/dist/9b80d1a12acd18c90e41ca92073122a7.js +0 -1
- package/dist/9b9578869f378f8e2afbf85a76c0ac72.js +0 -1
- package/dist/9ebb9ac2c9c875649c72722bc585d445.js +0 -1
- package/dist/9ed8c3550b5c3c1e878d0692f0338cb7.js +0 -1
- package/dist/9fa80a5bc14fe8644697fe0dd7b99431.js +0 -1
- package/dist/9fd3f255cfd09016ec7f4896bc51864c.js +0 -1
- package/dist/a0e32ba94aa4384823d768802b9486e1.js +0 -1
- package/dist/a1c8660c5bcc6b6a43a7fb3c351174d9.js +0 -1
- package/dist/a223748cd69094dd12b486353b22f479.js +0 -1
- package/dist/a2746fc96d535b19c120d4b87dc86ef1.js +0 -1
- package/dist/a2b29b879b9e8606085c0d3776f789ca.js +0 -1
- package/dist/a34efdb6282815cdc27d2f83352b59e0.js +0 -1
- package/dist/a3dfa410d90c00078f4b015410048f34.js +0 -1
- package/dist/a41ce517e26d17d855b7224af9ee433b.js +0 -1
- package/dist/a496f663a8cf2dc047e12d8a80d76510.js +0 -1
- package/dist/a4bedde07e392f8ebf64341b61f75df2.js +0 -1
- package/dist/a4d638b976f02f35740be031f996e088.js +0 -1
- package/dist/a4e021a4b5d5d65cc87fee17c1886c3f.js +0 -1
- package/dist/a52f9ac0e3d582ed7e488aa1dfc33eda.js +0 -1
- package/dist/a533e643002830be2da76c9527265860.js +0 -1
- package/dist/a569591af2f834ec4b58f43ab7742186.js +0 -1
- package/dist/a678d4dedcc646810a379211797d5294.js +0 -1
- package/dist/a6eb87af5cd7ae7e4fcba8ec606ec4ba.js +0 -1
- package/dist/a709bba98acec5da3ea6258e245514cb.js +0 -1
- package/dist/a9cb92db2399f7ac97ad55fe79fe5c20.js +0 -1
- package/dist/a9f61cc92a7407c8ca0a5843b29d7a57.js +0 -1
- package/dist/aa0417796df2b0398a45c00f93f37ea4.js +0 -1
- package/dist/aa0eee504d52a12d3a30bbd523afcc34.js +0 -1
- package/dist/aa5623ec68d23fedb9c9c115c7d99063.js +0 -1
- package/dist/ab0128ab12bcb8729032421b40f5f8dd.js +0 -1
- package/dist/ab237eed5fd16ab99c06f0d28d465edb.js +0 -1
- package/dist/ab720dd0a0fd070ad82c052263f748e2.js +0 -1
- package/dist/ac54fd77986affc0a122d325788b34d3.js +0 -1
- package/dist/af1635b600efd13f6059eb6ac9deae12.js +0 -1
- package/dist/af6fdb556ee3f9065578bb01f81f6216.js +0 -1
- package/dist/afba1f28f2baa29eae717d6cb03f5464.js +0 -1
- package/dist/b02d982ccb1011197a5a24800b178a0a.js +0 -1
- package/dist/b03bc4e99280d8b4dfd1c6cddedfbd76.js +0 -1
- package/dist/b10accbff47791a59b8494225af07025.js +0 -1
- package/dist/b1170472ae4b50e3b0070eb991e502fe.js +0 -1
- package/dist/b1e349371cb9c226905c846706ad8b93.js +0 -1
- package/dist/b1f3f77a9279cdb38846ebe13c3438bc.js +0 -1
- package/dist/b20cd9acf45420fcacfd923754185663.js +0 -1
- package/dist/b24bb117549d04501b98ffb66b427e0f.js +0 -1
- package/dist/b275e591896df64fa3202d90ae70c583.js +0 -1
- package/dist/b2d62f22463367ca31dfdbc615637c32.js +0 -1
- package/dist/b306285dfd802d091e788de0f96b8cb2.js +0 -1
- package/dist/b33ef9b4202539d3690251cb8213a034.js +0 -1
- package/dist/b3f1431b9e6d9e6632a93c2cd89f945b.js +0 -1
- package/dist/b676b876040015b30352b3cda5e243b7.js +0 -1
- package/dist/b714a3647ca66ab7685eb0437c9e3a8d.js +0 -1
- package/dist/b808fb222140a85b23ebbe0fffa906d9.js +0 -1
- package/dist/b881dca9d9a80f61d87374b4bd5a2dd5.js +0 -1
- package/dist/b8b6bd460e7da0ba8f3b2218327966ee.js +0 -1
- package/dist/b934b22e8f8a8b1ba81dbc2cf058b0cd.js +0 -1
- package/dist/b953ce2f19e7291598cd9c05128133c1.js +0 -1
- package/dist/b992b348ffb6453e4a02a60e71c5304e.js +0 -1
- package/dist/b9bf918956902d11645efb99e2ab5293.js +0 -1
- package/dist/ba6b8b3e06cd9d0aee9c69278ee84647.js +0 -1
- package/dist/bb1365c0983ce5ad50060b24788b9630.js +0 -1
- package/dist/bb1de0986c4fb3ee31c5a413b8f97c94.js +0 -1
- package/dist/bb5bab7a675544fe31ddb7f4a77dffb9.js +0 -1
- package/dist/bd309bb3f23f2bfbcf914f2e71474ab5.js +0 -1
- package/dist/be75b76e74c78535966ec8aaa7d46bec.js +0 -1
- package/dist/bf37de323316c6ae5745fc11fd576b1c.js +0 -1
- package/dist/bundle.59a239fff8f2dd0d8d01.js +0 -3413
- package/dist/bundle.59a239fff8f2dd0d8d01.js.LICENSE.txt +0 -276
- package/dist/bundle.fdd18faad9015eac9b9c.js +0 -3413
- package/dist/bundle.fdd18faad9015eac9b9c.js.LICENSE.txt +0 -276
- package/dist/c19292ad0187d75dd9580319cbfd5688.js +0 -1
- package/dist/c1a1f4ba29aa2d9a0b1a1abe5cfee0c6.js +0 -1
- package/dist/c2999cd0bf63072240931010a45c21da.js +0 -1
- package/dist/c2f4581864c135dff9056745035d3914.js +0 -1
- package/dist/c2fa476995041f9982b89a1c483da2b9.js +0 -1
- package/dist/c3832579be376308fa819b04e7b0c66f.js +0 -1
- package/dist/c3f345c994392d97785925e790513a9f.js +0 -1
- package/dist/c428d0ff296b8b683347a18896d72015.js +0 -1
- package/dist/c4e58637b4d14c303e29d3ce4b4a210f.js +0 -1
- package/dist/c51840077c684be0e7e13339f85cd4a9.js +0 -1
- package/dist/c530988d2b1966fd10a4d99fa3877e1b.js +0 -1
- package/dist/c5647f3b9e799d1b9818e80796f8a574.js +0 -1
- package/dist/c64d6e1e72024bb5d3d3e9bfc19d183d.js +0 -1
- package/dist/c6938ce24c731f9ee703747909cd2aad.js +0 -1
- package/dist/c80e89199aef31e48addb2b35ea96365.js +0 -1
- package/dist/c8230f96396f0378d032dce2be3dce66.js +0 -1
- package/dist/c8acc93023012737a3bf8fb767b66838.js +0 -1
- package/dist/c93947dfac92c92c3999d1d51fc5b516.js +0 -1
- package/dist/c9568507cc8ea516d091749c7919b744.js +0 -1
- package/dist/cb0d121a88477f943960f5ad60602c22.js +0 -1
- package/dist/cb4bb785934eeca9b408e892ae6b73b7.js +0 -1
- package/dist/cb5746e29527a2fdb9f857a121e086ed.js +0 -1
- package/dist/cb652f200fc3dd740b2e7f678a9272ea.js +0 -1
- package/dist/cb9910e014b468ada91393696fcad206.js +0 -1
- package/dist/cbdbd623038183a8c068dd24ecd90682.js +0 -1
- package/dist/cbdc4ca43a8c940a6c3f59a8b6f17df5.js +0 -1
- package/dist/cc0de4981277622a9017f137023a6dd5.js +0 -1
- package/dist/cc65d108f0e7cfb200de1d0bcf115005.js +0 -1
- package/dist/cd9a17f94a922c7c88000b1b3cdd67df.js +0 -1
- package/dist/cf188b3f83735389d47bb12fc9f7069a.js +0 -1
- package/dist/cf26dd07f19bcb5b7efbf057a6cfeb8f.js +0 -1
- package/dist/cf3f6b1c74c72cb5d02870022dbc9f94.js +0 -1
- package/dist/cf909ad6e321c2f98750f5c3581556f8.js +0 -1
- package/dist/cf9c7cbfc2b609b9ae59daeab82719c4.js +0 -1
- package/dist/cfaaa83ec3973688a7946b95b597c228.js +0 -1
- package/dist/d0415105402964718010284fcfa8b2ea.js +0 -1
- package/dist/d09463c099fb2c44719380623a5c68fb.js +0 -1
- package/dist/d1a1ee70e5eed28571ae9c619f33de7c.js +0 -1
- package/dist/d1db2c4677dd2ee7a0c690c58798a013.js +0 -1
- package/dist/d43ad5f9bad9a042b49b2592c7639c28.js +0 -1
- package/dist/d4ad4ca9643d85d3990bfefe29cb3bb0.js +0 -1
- package/dist/d4f1a314cb3668f8e17f24bccf0229b6.js +0 -1
- package/dist/d4f5981ee5a73d8a6e19112f2ffcb72c.js +0 -1
- package/dist/d542dda7308361c34af2afb9b70d755a.js +0 -1
- package/dist/d5999827bd3af6b813a871de344b109a.js +0 -1
- package/dist/d5a6140d581e5c4eb200259ce372f40b.js +0 -1
- package/dist/d5f79987405c2169278f8de37bcc9d05.js +0 -1
- package/dist/d7340300249ab98bd9b3f538a767106e.js +0 -1
- package/dist/d78d3b050ea95b068380d975fd413fd7.js +0 -1
- package/dist/d7d616d4aa8fd3f51d681242853dcde9.js +0 -1
- package/dist/d83cda12aee0c87c8b381a1234bf7798.js +0 -1
- package/dist/d869a443b727ea4b7cef2de0ff2a6ed8.js +0 -1
- package/dist/d8f7ecdd496f3caf14f5afbedfff1937.js +0 -1
- package/dist/d9b2daf38414fcbaf89924ad3e10e587.js +0 -1
- package/dist/da740c1b29a85b999a6874b59a1baeef.js +0 -1
- package/dist/db8ca5cfb6fe4aaef215f116f6991784.js +0 -1
- package/dist/dc8240db39815020378555a4d80571c3.js +0 -1
- package/dist/dc83a73f0eb89665520bbb6672dfa3cb.js +0 -1
- package/dist/dc932cde2fbfca8e2901fb693968b131.js +0 -1
- package/dist/ddbc961769cd2ff4d4a7a136168ebf4c.js +0 -1
- package/dist/de0fd4fd7c2d7a4887cbc99eed91f797.js +0 -1
- package/dist/de73b4d2a9ed4bcb851f9141e303636d.js +0 -1
- package/dist/e0adad8a8579bf99f3e22f7c214a5c64.js +0 -1
- package/dist/e0c565aadda4787ba4ef4456c0a7ee29.js +0 -1
- package/dist/e0fa6a4fe8bff90d50ce812e666957ca.js +0 -1
- package/dist/e13fc7d468ab9b5797f2a44412ca2f00.js +0 -1
- package/dist/e2b38a8393be2cf23f3894ace3efb1c3.js +0 -1
- package/dist/e2fe8f0d4fd950b20b30fabaea96b3f8.js +0 -1
- package/dist/e37ac12436bcd0536ec98ae8470a1228.js +0 -1
- package/dist/e4917fa7632b01d28e99304d32d989f7.js +0 -1
- package/dist/e61779df91186b23e7adf2d1968b2708.js +0 -1
- package/dist/e6ad50b520736b595970c9e07029c3f1.js +0 -1
- package/dist/e7e1a807af3160b342e0a3550cf8f7c5.js +0 -1
- package/dist/e7f37e0f2b6113039c45a326264c4d36.js +0 -1
- package/dist/e80d5ee40455d0675f8f2a3688071adf.js +0 -1
- package/dist/e874d975c9128dc6eb9a513d088bed9f.js +0 -1
- package/dist/e9382a0e67b22188c75e9418de1c9295.js +0 -1
- package/dist/e9c8f7e13e00284ce126890bf7ac46fd.js +0 -1
- package/dist/ea6edcde22c9fdbb9f7b8d9cf72a062b.js +0 -1
- package/dist/eaa55a522fb2cb2f0287711f42344984.js +0 -1
- package/dist/eb08efe1d361a9c5e37e1d4c8100212e.js +0 -1
- package/dist/eb0b62e1895dcf7491419aa728f00c38.js +0 -1
- package/dist/ecdb4966f685f3e44b1f28fae46827a3.js +0 -1
- package/dist/ecff3d4bbf59ef41230960af46098e74.js +0 -1
- package/dist/ed88b2c21452a7eaea143e54e27a0879.js +0 -1
- package/dist/ee41eb1fd1d1c87c45e818b5a8a65cf8.js +0 -1
- package/dist/ee5d36473f84db2af26d82efd69a38ec.js +0 -1
- package/dist/ef6cac9d9a3156e1c19b46cd181863ed.js +0 -1
- package/dist/ef7dedac6423354de55896b34230d548.js +0 -1
- package/dist/ef87482c92662e8b69a21f47588474ea.js +0 -1
- package/dist/efc14cdf19554635e477781704353ec2.js +0 -1
- package/dist/eff4371180dfac54de25ed3a0105d82f.js +0 -1
- package/dist/f15362a7feef894b2e7f706252e6c510.js +0 -1
- package/dist/f15cbf0d23cba4a313f3f2acfef5370c.js +0 -1
- package/dist/f18c12f0446bad25ec3732c621d60f88.js +0 -1
- package/dist/f2fb7fcc9bdd849d687150c07a81ffe4.js +0 -1
- package/dist/f326f2f263b1498fedbe1d07d7254d10.js +0 -1
- package/dist/f4480bd3d93cb0949fc4f3af8eff6531.js +0 -1
- package/dist/f5655f072ce70050c78fab024d5028a8.js +0 -1
- package/dist/f666b5647087bcfdf6623f8b14d56657.js +0 -1
- package/dist/f6d7091e70dee6c74956acfef2464d08.js +0 -1
- package/dist/f799992a362826cff3c7d1ce9dc9940c.js +0 -1
- package/dist/fa0c561bb37040fc8145e5c70ea64912.js +0 -1
- package/dist/fb393a7455b47f3d4fc30cf219d5145c.js +0 -1
- package/dist/fb5080213f065f82f0391c551c864434.js +0 -1
- package/dist/fd3859a700b456e06c65c0cf6b0af05c.js +0 -1
- package/dist/fd5bc50b18c9f46380cbe5ec1ac2127b.js +0 -1
- package/dist/fd9645aaf1f70c8abc562be41bee25fc.js +0 -1
- package/dist/fd98f0e48b18e1de428edd5174539c2a.js +0 -1
- package/dist/fe9499c0a5444f7f42843fa00fb355cb.js +0 -1
- package/dist/fec23c6964d6cf25681d1f3e24b076a4.js +0 -1
- package/dist/ffd3b83e8b5878f4785591ff54b1dfff.js +0 -1
- package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-ce.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_dom.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_js.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/custom-elements-es5-adapter-index.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-pf_dom-index.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-pf_js-index.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/flag-parser.js.LICENSE.txt +0 -10
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/baseuri.js.LICENSE.txt +0 -10
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/after.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/before.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/index.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/remove.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/replace-with.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/custom-event.js.LICENSE.txt +0 -10
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/es6-misc.js.LICENSE.txt +0 -10
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/event-listener-options.js.LICENSE.txt +0 -10
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/get-attribute-names.js.LICENSE.txt +0 -10
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/matches.js.LICENSE.txt +0 -10
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/append.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/index.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/prepend.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/replace-children.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/promise.js.LICENSE.txt +0 -10
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/svg-element-class-list.js.LICENSE.txt +0 -10
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/symbol.js.LICENSE.txt +0 -10
- package/dist/modules/@webcomponents/webcomponentsjs/src/platform/toggle-attribute.js.LICENSE.txt +0 -10
- package/dist/modules/@webcomponents/webcomponentsjs/src/unresolved.js.LICENSE.txt +0 -10
- package/dist/modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js.LICENSE.txt +0 -9
- package/dist/modules/@webcomponents/webcomponentsjs/webcomponents-loader.js.LICENSE.txt +0 -9
- package/tsconfig.json +0 -14
- package/webpack.config.js +0 -28
|
@@ -1,2 +1 @@
|
|
|
1
|
-
/*! For license information please see webcomponents-bundle.js.LICENSE.txt */
|
|
2
|
-
(function(){"use strict";var t;function e(t){var e=0;return function(){return e<t.length?{done:!1,value:t[e++]}:{done:!0}}}var n,r="function"==typeof Object.defineProperties?Object.defineProperty:function(t,e,n){return t==Array.prototype||t==Object.prototype||(t[e]=n.value),t},o=function(t){t=["object"==typeof globalThis&&globalThis,t,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var e=0;e<t.length;++e){var n=t[e];if(n&&n.Math==Math)return n}throw Error("Cannot find global object")}(this);function i(t,e){if(e)t:{var n=o;t=t.split(".");for(var i=0;i<t.length-1;i++){var a=t[i];if(!(a in n))break t;n=n[a]}(e=e(i=n[t=t[t.length-1]]))!=i&&null!=e&&r(n,t,{configurable:!0,writable:!0,value:e})}}function a(t){return(t={next:t})[Symbol.iterator]=function(){return this},t}function s(t){var n="undefined"!=typeof Symbol&&Symbol.iterator&&t[Symbol.iterator];return n?n.call(t):{next:e(t)}}function l(t){if(!(t instanceof Array)){t=s(t);for(var e,n=[];!(e=t.next()).done;)n.push(e.value);t=n}return t}if(i("Symbol",(function(t){function e(t,e){this.g=t,r(this,"description",{configurable:!0,writable:!0,value:e})}if(t)return t;e.prototype.toString=function(){return this.g};var n=0;return function t(r){if(this instanceof t)throw new TypeError("Symbol is not a constructor");return new e("jscomp_symbol_"+(r||"")+"_"+n++,r)}})),i("Symbol.iterator",(function(t){if(t)return t;t=Symbol("Symbol.iterator");for(var n="Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "),i=0;i<n.length;i++){var s=o[n[i]];"function"==typeof s&&"function"!=typeof s.prototype[t]&&r(s.prototype,t,{configurable:!0,writable:!0,value:function(){return a(e(this))}})}return t})),"function"==typeof Object.setPrototypeOf)n=Object.setPrototypeOf;else{var c;t:{var u={};try{u.__proto__={a:!0},c=u.a;break t}catch(M){}c=!1}n=c?function(t,e){if(t.__proto__=e,t.__proto__!==e)throw new TypeError(t+" is not extensible");return t}:null}var h=n;function d(){this.u=!1,this.h=null,this.Oa=void 0,this.g=1,this.ea=0,this.i=null}function f(t){if(t.u)throw new TypeError("Generator is already running");t.u=!0}function p(t,e){t.i={ab:e,fb:!0},t.g=t.ea}function _(t,e){return t.g=3,{value:e}}function m(t){this.g=new d,this.h=t}function v(t,e,n,r){try{var o=e.call(t.g.h,n);if(!(o instanceof Object))throw new TypeError("Iterator result "+o+" is not an object");if(!o.done)return t.g.u=!1,o;var i=o.value}catch(e){return t.g.h=null,p(t.g,e),y(t)}return t.g.h=null,r.call(t.g,i),y(t)}function y(t){for(;t.g.g;)try{var e=t.h(t.g);if(e)return t.g.u=!1,{value:e.value,done:!1}}catch(e){t.g.Oa=void 0,p(t.g,e)}if(t.g.u=!1,t.g.i){if(e=t.g.i,t.g.i=null,e.fb)throw e.ab;return{value:e.return,done:!0}}return{value:void 0,done:!0}}function g(t){this.next=function(e){return f(t.g),t.g.h?e=v(t,t.g.h.next,e,t.g.O):(t.g.O(e),e=y(t)),e},this.throw=function(e){return f(t.g),t.g.h?e=v(t,t.g.h.throw,e,t.g.O):(p(t.g,e),e=y(t)),e},this.return=function(e){return function(t,e){f(t.g);var n=t.g.h;return n?v(t,"return"in n?n.return:function(t){return{value:t,done:!0}},e,t.g.return):(t.g.return(e),y(t))}(t,e)},this[Symbol.iterator]=function(){return this}}function b(t,e){return e=new g(new m(e)),h&&t.prototype&&h(e,t.prototype),e}d.prototype.O=function(t){this.Oa=t},d.prototype.return=function(t){this.i={return:t},this.g=this.ea},Array.from||(Array.from=function(t){return[].slice.call(t)}),Object.assign||(Object.assign=function(t){for(var e,n=[].slice.call(arguments,1),r=0;r<n.length;r++)if(e=n[r])for(var o=t,i=Object.keys(e),a=0;a<i.length;a++){var s=i[a];o[s]=e[s]}return t});var E=setTimeout;function w(){}function N(t){if(!(this instanceof N))throw new TypeError("Promises must be constructed via new");if("function"!=typeof t)throw new TypeError("not a function");this.N=0,this.Ha=!1,this.I=void 0,this.ba=[],x(t,this)}function C(t,e){for(;3===t.N;)t=t.I;0===t.N?t.ba.push(e):(t.Ha=!0,F((function(){var n=1===t.N?e.hb:e.ib;if(null===n)(1===t.N?S:T)(e.promise,t.I);else{try{var r=n(t.I)}catch(t){return void T(e.promise,t)}S(e.promise,r)}})))}function S(t,e){try{if(e===t)throw new TypeError("A promise cannot be resolved with itself.");if(e&&("object"==typeof e||"function"==typeof e)){var n=e.then;if(e instanceof N)return t.N=3,t.I=e,void O(t);if("function"==typeof n)return void x(function(t,e){return function(){t.apply(e,arguments)}}(n,e),t)}t.N=1,t.I=e,O(t)}catch(e){T(t,e)}}function T(t,e){t.N=2,t.I=e,O(t)}function O(t){2===t.N&&0===t.ba.length&&F((function(){t.Ha||"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",t.I)}));for(var e=0,n=t.ba.length;e<n;e++)C(t,t.ba[e]);t.ba=null}function D(t,e,n){this.hb="function"==typeof t?t:null,this.ib="function"==typeof e?e:null,this.promise=n}function x(t,e){var n=!1;try{t((function(t){n||(n=!0,S(e,t))}),(function(t){n||(n=!0,T(e,t))}))}catch(t){n||(n=!0,T(e,t))}}function P(t){return t&&"object"==typeof t&&t.constructor===N?t:new N((function(e){e(t)}))}N.prototype.catch=function(t){return this.then(null,t)},N.prototype.then=function(t,e){var n=new this.constructor(w);return C(this,new D(t,e,n)),n},N.prototype.finally=function(t){var e=this.constructor;return this.then((function(n){return e.resolve(t()).then((function(){return n}))}),(function(n){return e.resolve(t()).then((function(){return e.reject(n)}))}))};var M,A,L,j,k,R,F="function"==typeof setImmediate&&function(t){setImmediate(t)}||function(t){E(t,0)};if(!window.Promise){window.Promise=N,N.prototype.then=N.prototype.then,N.all=function(t){return new N((function(e,n){function r(t,a){try{if(a&&("object"==typeof a||"function"==typeof a)){var s=a.then;if("function"==typeof s)return void s.call(a,(function(e){r(t,e)}),n)}o[t]=a,0==--i&&e(o)}catch(t){n(t)}}if(!t||void 0===t.length)return n(new TypeError("Promise.all accepts an array"));var o=Array.prototype.slice.call(t);if(0===o.length)return e([]);for(var i=o.length,a=0;a<o.length;a++)r(a,o[a])}))},N.race=function(t){return new N((function(e,n){if(!t||void 0===t.length)return n(new TypeError("Promise.race accepts an array"));for(var r=0,o=t.length;r<o;r++)P(t[r]).then(e,n)}))},N.resolve=P,N.reject=function(t){return new N((function(e,n){n(t)}))};var I=document.createTextNode(""),H=[];new MutationObserver((function(){for(var t=H.length,e=0;e<t;e++)H[e]();H.splice(0,t)})).observe(I,{characterData:!0}),F=function(t){H.push(t),I.textContent=0<I.textContent.length?"":"a"}}!function(t,e){if(!(e in t)){var n=typeof global==typeof n?window:global,r=0,o=String(Math.random()),i="__symbol@@"+o,a=t.getOwnPropertyNames,s=t.getOwnPropertyDescriptor,l=t.create,c=t.keys,u=t.freeze||t,h=t.defineProperty,d=t.defineProperties,f=s(t,"getOwnPropertyNames"),p=t.prototype,_=p.hasOwnProperty,m=p.propertyIsEnumerable,v=p.toString,y=function(t,e,n){_.call(t,i)||h(t,i,{enumerable:!1,configurable:!1,writable:!1,value:{}}),t[i]["@@"+e]=n},g=function(){},b=function(t){return t!=i&&!_.call(S,t)},E=function(t){return t!=i&&_.call(S,t)},w=function(t){var e=String(t);return E(e)?_.call(this,e)&&!!this[i]&&this[i]["@@"+e]:m.call(this,t)},N=function(e){return h(p,e,{enumerable:!1,configurable:!0,get:g,set:function(t){P(this,e,{enumerable:!1,configurable:!0,writable:!0,value:t}),y(this,e,!0)}}),S[e]=h(t(e),"constructor",T),u(S[e])},C=function t(e){if(this instanceof t)throw new TypeError("Symbol is not a constructor");return N("__symbol:".concat(e||"",o,++r))},S=l(null),T={value:C},O=function(t){return S[t]},D=function(t,e,n){var r=String(e);if(E(r)){if(e=P,n.enumerable){var o=l(n);o.enumerable=!1}else o=n;e(t,r,o),y(t,r,!!n.enumerable)}else h(t,e,n);return t},x=function(t){return a(t).filter(E).map(O)};f.value=D,h(t,"defineProperty",f),f.value=x,h(t,e,f),f.value=function(t){return a(t).filter(b)},h(t,"getOwnPropertyNames",f),f.value=function(t,e){var n=x(e);return n.length?c(e).concat(n).forEach((function(n){w.call(e,n)&&D(t,n,e[n])})):d(t,e),t},h(t,"defineProperties",f),f.value=w,h(p,"propertyIsEnumerable",f),f.value=C,h(n,"Symbol",f),f.value=function(t){return(t="__symbol:".concat("__symbol:",t,o))in p?S[t]:N(t)},h(C,"for",f),f.value=function(t){if(b(t))throw new TypeError(t+" is not a symbol");if(_.call(S,t)&&"__symbol:"===(t=t.slice(10)).slice(0,10)&&(t=t.slice(10))!==o)return 0<(t=t.slice(0,t.length-o.length)).length?t:void 0},h(C,"keyFor",f),f.value=function(t,e){var n=s(t,e);return n&&E(e)&&(n.enumerable=w.call(t,e)),n},h(t,"getOwnPropertyDescriptor",f),f.value=function(t,e){return 1===arguments.length||void 0===e?l(t):function(t,e){var n=l(t);return a(e).forEach((function(t){w.call(e,t)&&D(n,t,e[t])})),n}(t,e)},h(t,"create",f),f.value=function(){var t=v.call(this);return"[object String]"===t&&E(this)?"[object Symbol]":t},h(p,"toString",f);try{if(!0!==l(h({},"__symbol:",{get:function(){return h(this,"__symbol:",{value:!0})["__symbol:"]}}))["__symbol:"])throw"IE11";var P=h}catch(t){P=function(t,e,n){var r=s(p,e);delete p[e],h(t,e,n),h(p,e,r)}}}}(Object,"getOwnPropertySymbols"),M=Object,A=Symbol,j=M.defineProperty,k=M.prototype,R=k.toString,"iterator match replace search split hasInstance isConcatSpreadable unscopables species toPrimitive toStringTag".split(" ").forEach((function(t){t in A||(j(A,t,{value:A(t)}),"toStringTag"===t&&((L=M.getOwnPropertyDescriptor(k,"toString")).value=function(){var t=R.call(this),e=null==this?this:this[A.toStringTag];return null==e?t:"[object "+e+"]"},j(k,"toString",L)))})),function(t,e,n){function r(){return this}e[t]||(e[t]=function(){var e=0,n=this,o={next:function(){var t=n.length<=e;return t?{done:t}:{done:t,value:n[e++]}}};return o[t]=r,o}),n[t]||(n[t]=function(){var e=String.fromCodePoint,n=this,o=0,i=n.length,a={next:function(){var t=i<=o,r=t?"":e(n.codePointAt(o));return o+=r.length,t?{done:t}:{done:t,value:r}}};return a[t]=r,a})}(Symbol.iterator,Array.prototype,String.prototype);var U=Object.prototype.toString;Object.prototype.toString=function(){return void 0===this?"[object Undefined]":null===this?"[object Null]":U.call(this)},Object.keys=function(t){return Object.getOwnPropertyNames(t).filter((function(e){return(e=Object.getOwnPropertyDescriptor(t,e))&&e.enumerable}))},String.prototype[Symbol.iterator]&&String.prototype.codePointAt||(String.prototype[Symbol.iterator]=function t(){var e,n=this;return b(t,(function(t){if(1==t.g&&(e=0),3!=t.g)return e<n.length?t=_(t,n[e]):(t.g=0,t=void 0),t;e++,t.g=2}))}),Set.prototype[Symbol.iterator]||(Set.prototype[Symbol.iterator]=function t(){var e,n,r=this;return b(t,(function(t){if(1==t.g&&(e=[],r.forEach((function(t){e.push(t)})),n=0),3!=t.g)return n<e.length?t=_(t,e[n]):(t.g=0,t=void 0),t;n++,t.g=2}))}),Map.prototype[Symbol.iterator]||(Map.prototype[Symbol.iterator]=function t(){var e,n,r=this;return b(t,(function(t){if(1==t.g&&(e=[],r.forEach((function(t,n){e.push([n,t])})),n=0),3!=t.g)return n<e.length?t=_(t,e[n]):(t.g=0,t=void 0),t;n++,t.g=2}))});var B=document.createEvent("Event");if(B.initEvent("foo",!0,!0),B.preventDefault(),!B.defaultPrevented){var q=Event.prototype.preventDefault;Event.prototype.preventDefault=function(){this.cancelable&&(q.call(this),Object.defineProperty(this,"defaultPrevented",{get:function(){return!0},configurable:!0}))}}var W=/Trident/.test(navigator.userAgent);if(!window.Event||W&&"function"!=typeof window.Event){var G=window.Event;if(window.Event=function(t,e){e=e||{};var n=document.createEvent("Event");return n.initEvent(t,!!e.bubbles,!!e.cancelable),n},G){for(var V in G)window.Event[V]=G[V];window.Event.prototype=G.prototype}}if((!window.CustomEvent||W&&"function"!=typeof window.CustomEvent)&&(window.CustomEvent=function(t,e){e=e||{};var n=document.createEvent("CustomEvent");return n.initCustomEvent(t,!!e.bubbles,!!e.cancelable,e.detail),n},window.CustomEvent.prototype=window.Event.prototype),!window.MouseEvent||W&&"function"!=typeof window.MouseEvent){var z=window.MouseEvent;if(window.MouseEvent=function(t,e){e=e||{};var n=document.createEvent("MouseEvent");return n.initMouseEvent(t,!!e.bubbles,!!e.cancelable,e.view||window,e.detail,e.screenX,e.screenY,e.clientX,e.clientY,e.ctrlKey,e.altKey,e.shiftKey,e.metaKey,e.button,e.relatedTarget),n},z)for(var X in z)window.MouseEvent[X]=z[X];window.MouseEvent.prototype=z.prototype}var K,J=function(){function t(){o++}var e=!1,n=!1,r={get capture(){return e=!0},get once(){return n=!0}},o=0,i=document.createElement("div");i.addEventListener("click",t,r);var a=e&&n;return a&&(i.dispatchEvent(new Event("click")),i.dispatchEvent(new Event("click")),a=1==o),i.removeEventListener("click",t,r),a}(),$=null!==(K=window.EventTarget)&&void 0!==K?K:window.Node;if(!J&&"addEventListener"in $.prototype){var Y=function(t){if(!t||"object"!=typeof t&&"function"!=typeof t){var e=!!t;t=!1}else e=!!t.capture,t=!!t.once;return{capture:e,once:t}},Z=$.prototype.addEventListener,Q=$.prototype.removeEventListener,tt=new WeakMap,et=new WeakMap,nt=function(t,e,n){var r=n?tt:et;return void 0===(n=r.get(t))&&r.set(t,n=new Map),void 0===(t=n.get(e))&&n.set(e,t=new WeakMap),t};$.prototype.addEventListener=function(t,e,n){var r=this;if(null!=e){var o=(n=Y(n)).capture;n=n.once;var i=nt(this,t,o);if(!i.has(e)){var a=n?function(n){return i.delete(e),Q.call(r,t,a,o),"function"==typeof e?e.call(r,n):"function"==typeof(null==e?void 0:e.handleEvent)?e.handleEvent(n):void 0}:null;i.set(e,a),Z.call(this,t,null!=a?a:e,o)}}},$.prototype.removeEventListener=function(t,e,n){if(null!=e){n=Y(n).capture;var r=nt(this,t,n),o=r.get(e);void 0!==o&&(r.delete(e),Q.call(this,t,null!=o?o:e,n))}}}Object.getOwnPropertyDescriptor(Node.prototype,"baseURI")||Object.defineProperty(Node.prototype,"baseURI",{get:function(){var t=(this.ownerDocument||this).querySelector("base[href]");return t&&t.href||window.location.href},configurable:!0,enumerable:!0});var rt,ot,it=Element.prototype,at=null!==(rt=Object.getOwnPropertyDescriptor(it,"attributes"))&&void 0!==rt?rt:Object.getOwnPropertyDescriptor(Node.prototype,"attributes"),st=null!==(ot=null==at?void 0:at.get)&&void 0!==ot?ot:function(){return this.attributes},lt=Array.prototype.map;it.hasOwnProperty("getAttributeNames")||(it.getAttributeNames=function(){return lt.call(st.call(this),(function(t){return t.name}))});var ct,ut=Element.prototype;ut.hasOwnProperty("matches")||(ut.matches=null!==(ct=ut.webkitMatchesSelector)&&void 0!==ct?ct:ut.msMatchesSelector);var ht=Node.prototype.appendChild;function dt(t){(t=t.prototype).hasOwnProperty("append")||Object.defineProperty(t,"append",{configurable:!0,enumerable:!0,writable:!0,value:function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];for(n=(e=s(e)).next();!n.done;n=e.next())n=n.value,ht.call(this,"string"==typeof n?document.createTextNode(n):n)}})}dt(Document),dt(DocumentFragment),dt(Element);var ft,pt,_t=Node.prototype.insertBefore,mt=null!==(pt=null===(ft=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild"))||void 0===ft?void 0:ft.get)&&void 0!==pt?pt:function(){return this.firstChild};function vt(t){(t=t.prototype).hasOwnProperty("prepend")||Object.defineProperty(t,"prepend",{configurable:!0,enumerable:!0,writable:!0,value:function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];n=mt.call(this);for(var r=(e=s(e)).next();!r.done;r=e.next())r=r.value,_t.call(this,"string"==typeof r?document.createTextNode(r):r,n)}})}vt(Document),vt(DocumentFragment),vt(Element);var yt,gt,bt=Node.prototype.appendChild,Et=Node.prototype.removeChild,wt=null!==(gt=null===(yt=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild"))||void 0===yt?void 0:yt.get)&&void 0!==gt?gt:function(){return this.firstChild};function Nt(t){(t=t.prototype).hasOwnProperty("replaceChildren")||Object.defineProperty(t,"replaceChildren",{configurable:!0,enumerable:!0,writable:!0,value:function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];for(;null!==(n=wt.call(this));)Et.call(this,n);for(n=(e=s(e)).next();!n.done;n=e.next())n=n.value,bt.call(this,"string"==typeof n?document.createTextNode(n):n)}})}Nt(Document),Nt(DocumentFragment),Nt(Element);var Ct,St,Tt,Ot,Dt=Node.prototype.insertBefore,xt=null!==(St=null===(Ct=Object.getOwnPropertyDescriptor(Node.prototype,"parentNode"))||void 0===Ct?void 0:Ct.get)&&void 0!==St?St:function(){return this.parentNode},Pt=null!==(Ot=null===(Tt=Object.getOwnPropertyDescriptor(Node.prototype,"nextSibling"))||void 0===Tt?void 0:Tt.get)&&void 0!==Ot?Ot:function(){return this.nextSibling};function Mt(t){(t=t.prototype).hasOwnProperty("after")||Object.defineProperty(t,"after",{configurable:!0,enumerable:!0,writable:!0,value:function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];if(null!==(n=xt.call(this)))for(var r=Pt.call(this),o=(e=s(e)).next();!o.done;o=e.next())o=o.value,Dt.call(n,"string"==typeof o?document.createTextNode(o):o,r)}})}Mt(CharacterData),Mt(Element);var At,Lt,jt=Node.prototype.insertBefore,kt=null!==(Lt=null===(At=Object.getOwnPropertyDescriptor(Node.prototype,"parentNode"))||void 0===At?void 0:At.get)&&void 0!==Lt?Lt:function(){return this.parentNode};function Rt(t){(t=t.prototype).hasOwnProperty("before")||Object.defineProperty(t,"before",{configurable:!0,enumerable:!0,writable:!0,value:function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];if(null!==(n=kt.call(this)))for(var r=(e=s(e)).next();!r.done;r=e.next())r=r.value,jt.call(n,"string"==typeof r?document.createTextNode(r):r,this)}})}Rt(CharacterData),Rt(Element);var Ft,It,Ht=Node.prototype.removeChild,Ut=null!==(It=null===(Ft=Object.getOwnPropertyDescriptor(Node.prototype,"parentNode"))||void 0===Ft?void 0:Ft.get)&&void 0!==It?It:function(){return this.parentNode};function Bt(t){(t=t.prototype).hasOwnProperty("remove")||Object.defineProperty(t,"remove",{configurable:!0,enumerable:!0,writable:!0,value:function(){var t=Ut.call(this);t&&Ht.call(t,this)}})}Bt(CharacterData),Bt(Element);var qt,Wt,Gt=Node.prototype.insertBefore,Vt=Node.prototype.removeChild,zt=null!==(Wt=null===(qt=Object.getOwnPropertyDescriptor(Node.prototype,"parentNode"))||void 0===qt?void 0:qt.get)&&void 0!==Wt?Wt:function(){return this.parentNode};function Xt(t){(t=t.prototype).hasOwnProperty("replaceWith")||Object.defineProperty(t,"replaceWith",{configurable:!0,enumerable:!0,writable:!0,value:function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];if(null!==(n=zt.call(this))){for(var r=(e=s(e)).next();!r.done;r=e.next())r=r.value,Gt.call(n,"string"==typeof r?document.createTextNode(r):r,this);Vt.call(n,this)}}})}Xt(CharacterData),Xt(Element);var Kt=window.Element.prototype,Jt=window.HTMLElement.prototype,$t=window.SVGElement.prototype;!Jt.hasOwnProperty("classList")||Kt.hasOwnProperty("classList")||$t.hasOwnProperty("classList")||Object.defineProperty(Kt,"classList",Object.getOwnPropertyDescriptor(Jt,"classList"));var Yt=Element.prototype,Zt=Element.prototype.hasAttribute,Qt=Element.prototype.setAttribute,te=Element.prototype.removeAttribute;Yt.hasOwnProperty("toggleAttribute")||(Yt.toggleAttribute=function(t,e){return void 0===e?Zt.call(this,t)?(te.call(this,t),!1):(Qt.call(this,t,""),!0):e?(Zt.call(this,t)||Qt.call(this,t,""),!0):(te.call(this,t),!1)});var ee=document.createElement("style");ee.textContent="body {transition: opacity ease-in 0.2s; } \nbody[unresolved] {opacity: 0; display: block; overflow: hidden; position: relative; } \n";var ne=document.querySelector("head");ne.insertBefore(ee,ne.firstChild);var re=window;re.WebComponents=re.WebComponents||{flags:{}};var oe=document.querySelector('script[src*="webcomponents-bundle"]'),ie=/wc-(.+)/,ae={};if(!ae.noOpts){if(location.search.slice(1).split("&").forEach((function(t){var e;(t=t.split("="))[0]&&(e=t[0].match(ie))&&(ae[e[1]]=t[1]||!0)})),oe)for(var se=0,le=void 0;le=oe.attributes[se];se++)"src"!==le.name&&(ae[le.name]=le.value||!0);var ce={};ae.log&&ae.log.split&&ae.log.split(",").forEach((function(t){ce[t]=!0})),ae.log=ce}re.WebComponents.flags=ae;var ue=ae.shadydom;if(ue){re.ShadyDOM=re.ShadyDOM||{},re.ShadyDOM.force=ue;var he=ae.noPatch;re.ShadyDOM.noPatch="true"===he||he}var de=ae.register||ae.ce;function fe(){}function pe(t){return t.__shady||(t.__shady=new fe),t.__shady}function _e(t){return t&&t.__shady}de&&window.customElements&&(re.customElements.forcePolyfill=de),function(){function t(){}function e(t,e){if(!t.childNodes.length)return[];switch(t.nodeType){case Node.DOCUMENT_NODE:return _.call(t,e);case Node.DOCUMENT_FRAGMENT_NODE:return m.call(t,e);default:return p.call(t,e)}}var n="undefined"==typeof HTMLTemplateElement,r=!(document.createDocumentFragment().cloneNode()instanceof DocumentFragment),o=!1;/Trident/.test(navigator.userAgent)&&function(){function t(t,e){if(t instanceof DocumentFragment)for(var r;r=t.firstChild;)n.call(this,r,e);else n.call(this,t,e);return t}o=!0;var e=Node.prototype.cloneNode;Node.prototype.cloneNode=function(t){return t=e.call(this,t),this instanceof DocumentFragment&&(t.__proto__=DocumentFragment.prototype),t},DocumentFragment.prototype.querySelectorAll=HTMLElement.prototype.querySelectorAll,DocumentFragment.prototype.querySelector=HTMLElement.prototype.querySelector,Object.defineProperties(DocumentFragment.prototype,{nodeType:{get:function(){return Node.DOCUMENT_FRAGMENT_NODE},configurable:!0},localName:{get:function(){},configurable:!0},nodeName:{get:function(){return"#document-fragment"},configurable:!0}});var n=Node.prototype.insertBefore;Node.prototype.insertBefore=t;var r=Node.prototype.appendChild;Node.prototype.appendChild=function(e){return e instanceof DocumentFragment?t.call(this,e,null):r.call(this,e),e};var i=Node.prototype.removeChild,a=Node.prototype.replaceChild;Node.prototype.replaceChild=function(e,n){return e instanceof DocumentFragment?(t.call(this,e,n),i.call(this,n)):a.call(this,e,n),n},Document.prototype.createDocumentFragment=function(){var t=this.createElement("df");return t.__proto__=DocumentFragment.prototype,t};var s=Document.prototype.importNode;Document.prototype.importNode=function(t,e){return e=s.call(this,t,e||!1),t instanceof DocumentFragment&&(e.__proto__=DocumentFragment.prototype),e}}();var i=Node.prototype.cloneNode,a=Document.prototype.createElement,s=Document.prototype.importNode,l=Node.prototype.removeChild,c=Node.prototype.appendChild,u=Node.prototype.replaceChild,h=DOMParser.prototype.parseFromString,d=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML")||{get:function(){return this.innerHTML},set:function(t){this.innerHTML=t}},f=Object.getOwnPropertyDescriptor(window.Node.prototype,"childNodes")||{get:function(){return this.childNodes}},p=Element.prototype.querySelectorAll,_=Document.prototype.querySelectorAll,m=DocumentFragment.prototype.querySelectorAll,v=function(){if(!n){var t=document.createElement("template"),e=document.createElement("template");return e.content.appendChild(document.createElement("div")),t.content.appendChild(e),0===(t=t.cloneNode(!0)).content.childNodes.length||0===t.content.firstChild.content.childNodes.length||r}}();if(n){var y=document.implementation.createHTMLDocument("template"),g=!0,b=document.createElement("style");b.textContent="template{display:none;}";var E=document.head;E.insertBefore(b,E.firstElementChild),t.prototype=Object.create(HTMLElement.prototype);var w=!document.createElement("div").hasOwnProperty("innerHTML");t.Z=function(e){if(!e.content&&e.namespaceURI===document.documentElement.namespaceURI){e.content=y.createDocumentFragment();for(var n;n=e.firstChild;)c.call(e.content,n);if(w)e.__proto__=t.prototype;else if(e.cloneNode=function(e){return t.va(this,e)},g)try{C(e),S(e)}catch(t){g=!1}t.bootstrap(e.content)}};var N={option:["select"],thead:["table"],col:["colgroup","table"],tr:["tbody","table"],th:["tr","tbody","table"],td:["tr","tbody","table"]},C=function(e){Object.defineProperty(e,"innerHTML",{get:function(){return M(this)},set:function(e){var n=N[(/<([a-z][^/\0>\x20\t\r\n\f]+)/i.exec(e)||["",""])[1].toLowerCase()];if(n)for(var r=0;r<n.length;r++)e="<"+n[r]+">"+e+"</"+n[r]+">";for(y.body.innerHTML=e,t.bootstrap(y);this.content.firstChild;)l.call(this.content,this.content.firstChild);if(e=y.body,n)for(r=0;r<n.length;r++)e=e.lastChild;for(;e.firstChild;)c.call(this.content,e.firstChild)},configurable:!0})},S=function(t){Object.defineProperty(t,"outerHTML",{get:function(){return"<template>"+this.innerHTML+"</template>"},set:function(t){if(!this.parentNode)throw Error("Failed to set the 'outerHTML' property on 'Element': This element has no parent node.");for(y.body.innerHTML=t,t=this.ownerDocument.createDocumentFragment();y.body.firstChild;)c.call(t,y.body.firstChild);u.call(this.parentNode,t,this)},configurable:!0})};C(t.prototype),S(t.prototype),t.bootstrap=function(n){for(var r,o=0,i=(n=e(n,"template")).length;o<i&&(r=n[o]);o++)t.Z(r)},document.addEventListener("DOMContentLoaded",(function(){t.bootstrap(document)})),Document.prototype.createElement=function(){var e=a.apply(this,arguments);return"template"===e.localName&&t.Z(e),e},DOMParser.prototype.parseFromString=function(){var e=h.apply(this,arguments);return t.bootstrap(e),e},Object.defineProperty(HTMLElement.prototype,"innerHTML",{get:function(){return M(this)},set:function(e){d.set.call(this,e),t.bootstrap(this)},configurable:!0,enumerable:!0});var T=/[&\u00A0"]/g,O=/[&\u00A0<>]/g,D=function(t){switch(t){case"&":return"&";case"<":return"<";case">":return">";case'"':return""";case" ":return" "}},x=(b=function(t){for(var e={},n=0;n<t.length;n++)e[t[n]]=!0;return e})("area base br col command embed hr img input keygen link meta param source track wbr".split(" ")),P=b("style script xmp iframe noembed noframes plaintext noscript".split(" ")),M=function(t,e){"template"===t.localName&&(t=t.content);for(var n,r="",o=e?e(t):f.get.call(t),i=0,a=o.length;i<a&&(n=o[i]);i++){t:{var s=n,l=t,c=e;switch(s.nodeType){case Node.ELEMENT_NODE:for(var u=s.localName,h="<"+u,d=s.attributes,p=0;l=d[p];p++)h+=" "+l.name+'="'+l.value.replace(T,D)+'"';h+=">",s=x[u]?h:h+M(s,c)+"</"+u+">";break t;case Node.TEXT_NODE:s=s.data,s=l&&P[l.localName]?s:s.replace(O,D);break t;case Node.COMMENT_NODE:s="\x3c!--"+s.data+"--\x3e";break t;default:throw window.console.error(s),Error("not implemented")}}r+=s}return r}}if(n||v){t.va=function(t,e){var n=i.call(t,!1);return this.Z&&this.Z(n),e&&(c.call(n.content,i.call(t.content,!0)),A(n.content,t.content)),n};var A=function(n,r){if(r.querySelectorAll&&0!==(r=e(r,"template")).length)for(var o,i,a=0,s=(n=e(n,"template")).length;a<s;a++)i=r[a],o=n[a],t&&t.Z&&t.Z(i),u.call(o.parentNode,L.call(i,!0),o)},L=Node.prototype.cloneNode=function(e){if(!o&&r&&this instanceof DocumentFragment){if(!e)return this.ownerDocument.createDocumentFragment();var n=j.call(this.ownerDocument,this,!0)}else n=this.nodeType===Node.ELEMENT_NODE&&"template"===this.localName&&this.namespaceURI==document.documentElement.namespaceURI?t.va(this,e):i.call(this,e);return e&&A(n,this),n},j=Document.prototype.importNode=function(n,r){if(r=r||!1,"template"===n.localName)return t.va(n,r);var o=s.call(this,n,r);if(r){A(o,n),n=e(o,'script:not([type]),script[type="application/javascript"],script[type="text/javascript"]');for(var i,l=0;l<n.length;l++){i=n[l],(r=a.call(document,"script")).textContent=i.textContent;for(var c,h=i.attributes,d=0;d<h.length;d++)c=h[d],r.setAttribute(c.name,c.value);u.call(i.parentNode,r,i)}}return o}}n&&(window.HTMLTemplateElement=t)}(),fe.prototype.toJSON=function(){return{}};var me=window.ShadyDOM||{};me.cb=!(!Element.prototype.attachShadow||!Node.prototype.getRootNode);var ve,ye=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild");me.D=!!(ye&&ye.configurable&&ye.get),me.Ba=me.force||!me.cb,me.J=me.noPatch||!1,me.ha=me.preferPerformance,me.Da="on-demand"===me.J;var ge=me.querySelectorImplementation;function be(){return Document.prototype.msElementsFromPoint?"msElementsFromPoint":"elementsFromPoint"}function Ee(t){return(t=_e(t))&&void 0!==t.firstChild}function we(t){return t instanceof ShadowRoot}function Ne(t){return(t=(t=_e(t))&&t.root)&&yo(t)}ve=-1<["native","selectorEngine"].indexOf(ge)?ge:void 0,me.wb=ve,me.Ra=navigator.userAgent.match("Trident");var Ce=Element.prototype,Se=Ce.matches||Ce.matchesSelector||Ce.mozMatchesSelector||Ce.msMatchesSelector||Ce.oMatchesSelector||Ce.webkitMatchesSelector,Te=document.createTextNode(""),Oe=0,De=[];function xe(t){De.push(t),Te.textContent=Oe++}new MutationObserver((function(){for(;De.length;)try{De.shift()()}catch(t){throw Te.textContent=Oe++,t}})).observe(Te,{characterData:!0});var Pe=document.contains?function(t,e){return t.__shady_native_contains(e)}:function(t,e){return t===e||t.documentElement&&t.documentElement.__shady_native_contains(e)};function Me(t,e){for(;e;){if(e==t)return!0;e=e.__shady_parentNode}return!1}function Ae(t){for(var e=t.length-1;0<=e;e--){var n=t[e],r=n.getAttribute("id")||n.getAttribute("name");r&&"length"!==r&&isNaN(r)&&(t[r]=n)}return t.item=function(e){return t[e]},t.namedItem=function(e){if("length"!==e&&isNaN(e)&&t[e])return t[e];for(var n=s(t),r=n.next();!r.done;r=n.next())if(((r=r.value).getAttribute("id")||r.getAttribute("name"))==e)return r;return null},t}function Le(t){var e=[];for(t=t.__shady_native_firstChild;t;t=t.__shady_native_nextSibling)e.push(t);return e}function je(t){var e=[];for(t=t.__shady_firstChild;t;t=t.__shady_nextSibling)e.push(t);return e}function ke(t,e,n){if(n.configurable=!0,n.value)t[e]=n.value;else try{Object.defineProperty(t,e,n)}catch(t){}}function Re(t,e,n,r){for(var o in n=void 0===n?"":n,e)r&&0<=r.indexOf(o)||ke(t,n+o,e[o])}function Fe(t,e){for(var n in e)n in t&&ke(t,n,e[n])}function Ie(t){var e={};return Object.getOwnPropertyNames(t).forEach((function(n){e[n]=Object.getOwnPropertyDescriptor(t,n)})),e}function He(t,e){for(var n,r=Object.getOwnPropertyNames(e),o=0;o<r.length;o++)t[n=r[o]]=e[n]}function Ue(t){return t instanceof Node?t:document.createTextNode(""+t)}function Be(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];if(1===e.length)return Ue(e[0]);n=document.createDocumentFragment();for(var r=(e=s(e)).next();!r.done;r=e.next())n.appendChild(Ue(r.value));return n}function qe(t){var e;for(e=void 0===e?1:e;0<e;e--)t=t.reduce((function(t,e){return Array.isArray(e)?t.push.apply(t,l(e)):t.push(e),t}),[]);return t}var We,Ge=[];function Ve(t){We||(We=!0,xe(ze)),Ge.push(t)}function ze(){We=!1;for(var t=!!Ge.length;Ge.length;)Ge.shift()();return t}function Xe(){this.g=!1,this.addedNodes=[],this.removedNodes=[],this.qa=new Set}ze.list=Ge,Xe.prototype.flush=function(){if(this.g){this.g=!1;var t=this.takeRecords();t.length&&this.qa.forEach((function(e){e(t)}))}},Xe.prototype.takeRecords=function(){if(this.addedNodes.length||this.removedNodes.length){var t=[{addedNodes:this.addedNodes,removedNodes:this.removedNodes}];return this.addedNodes=[],this.removedNodes=[],t}return[]};var Ke=/[&\u00A0"]/g,Je=/[&\u00A0<>]/g;function $e(t){switch(t){case"&":return"&";case"<":return"<";case">":return">";case'"':return""";case" ":return" "}}function Ye(t){for(var e={},n=0;n<t.length;n++)e[t[n]]=!0;return e}var Ze=Ye("area base br col command embed hr img input keygen link meta param source track wbr".split(" ")),Qe=Ye("style script xmp iframe noembed noframes plaintext noscript".split(" "));function tn(t,e){"template"===t.localName&&(t=t.content);for(var n="",r=e?e(t):t.childNodes,o=0,i=r.length,a=void 0;o<i&&(a=r[o]);o++){t:{var s=a,l=t,c=e;switch(s.nodeType){case Node.ELEMENT_NODE:for(var u,h="<"+(l=s.localName),d=s.attributes,f=0;u=d[f];f++)h+=" "+u.name+'="'+u.value.replace(Ke,$e)+'"';h+=">",s=Ze[l]?h:h+tn(s,c)+"</"+l+">";break t;case Node.TEXT_NODE:s=s.data,s=l&&Qe[l.localName]?s:s.replace(Je,$e);break t;case Node.COMMENT_NODE:s="\x3c!--"+s.data+"--\x3e";break t;default:throw window.console.error(s),Error("not implemented")}}n+=s}return n}var en=me.D,nn={querySelector:function(t){return this.__shady_native_querySelector(t)},querySelectorAll:function(t){return this.__shady_native_querySelectorAll(t)}},rn={};function on(t){rn[t]=function(e){return e["__shady_native_"+t]}}function an(t,e){for(var n in Re(t,e,"__shady_native_"),e)on(n)}function sn(t,e){e=void 0===e?[]:e;for(var n=0;n<e.length;n++){var r=e[n],o=Object.getOwnPropertyDescriptor(t,r);o&&(Object.defineProperty(t,"__shady_native_"+r,o),o.value?nn[r]||(nn[r]=o.value):on(r))}}var ln=document.createTreeWalker(document,NodeFilter.SHOW_ALL,null,!1),cn=document.createTreeWalker(document,NodeFilter.SHOW_ELEMENT,null,!1),un=document.implementation.createHTMLDocument("inert");function hn(t){for(var e;e=t.__shady_native_firstChild;)t.__shady_native_removeChild(e)}var dn=["firstElementChild","lastElementChild","children","childElementCount"],fn=["querySelector","querySelectorAll","append","prepend","replaceChildren"],pn=Ie({get childNodes(){return this.__shady_childNodes},get firstChild(){return this.__shady_firstChild},get lastChild(){return this.__shady_lastChild},get childElementCount(){return this.__shady_childElementCount},get children(){return this.__shady_children},get firstElementChild(){return this.__shady_firstElementChild},get lastElementChild(){return this.__shady_lastElementChild},get shadowRoot(){return this.__shady_shadowRoot}}),_n=Ie({get textContent(){return this.__shady_textContent},set textContent(t){this.__shady_textContent=t},get innerHTML(){return this.__shady_innerHTML},set innerHTML(t){this.__shady_innerHTML=t}}),mn=Ie({get parentElement(){return this.__shady_parentElement},get parentNode(){return this.__shady_parentNode},get nextSibling(){return this.__shady_nextSibling},get previousSibling(){return this.__shady_previousSibling},get nextElementSibling(){return this.__shady_nextElementSibling},get previousElementSibling(){return this.__shady_previousElementSibling},get className(){return this.__shady_className},set className(t){this.__shady_className=t}});function vn(t){for(var e in t){var n=t[e];n&&(n.enumerable=!1)}}vn(pn),vn(_n),vn(mn);var yn=me.D||!0===me.J,gn=yn?function(){}:function(t){var e=pe(t);e.Ta||(e.Ta=!0,Fe(t,mn))},bn=yn?function(){}:function(t){var e=pe(t);e.Sa||(e.Sa=!0,Fe(t,pn),window.customElements&&window.customElements.polyfillWrapFlushCallback&&!me.J||Fe(t,_n))},En="__eventWrappers"+Date.now(),wn=function(){var t=Object.getOwnPropertyDescriptor(Event.prototype,"composed");return t?function(e){return t.get.call(e)}:null}(),Nn=function(){function t(){}var e=!1,n={get capture(){return e=!0,!1}};return window.addEventListener("test",t,n),window.removeEventListener("test",t,n),e}();function Cn(t){if(null===t||"object"!=typeof t&&"function"!=typeof t)var e=!!t,n=!1;else{e=!!t.capture,n=!!t.once;var r=t.U}return{Pa:r,capture:e,once:n,Na:Nn?t:e}}var Sn={blur:!0,focus:!0,focusin:!0,focusout:!0,click:!0,dblclick:!0,mousedown:!0,mouseenter:!0,mouseleave:!0,mousemove:!0,mouseout:!0,mouseover:!0,mouseup:!0,wheel:!0,beforeinput:!0,input:!0,keydown:!0,keyup:!0,compositionstart:!0,compositionupdate:!0,compositionend:!0,touchstart:!0,touchend:!0,touchmove:!0,touchcancel:!0,pointerover:!0,pointerenter:!0,pointerdown:!0,pointermove:!0,pointerup:!0,pointercancel:!0,pointerout:!0,pointerleave:!0,gotpointercapture:!0,lostpointercapture:!0,dragstart:!0,drag:!0,dragenter:!0,dragleave:!0,dragover:!0,drop:!0,dragend:!0,DOMActivate:!0,DOMFocusIn:!0,DOMFocusOut:!0,keypress:!0},Tn={DOMAttrModified:!0,DOMAttributeNameChanged:!0,DOMCharacterDataModified:!0,DOMElementNameChanged:!0,DOMNodeInserted:!0,DOMNodeInsertedIntoDocument:!0,DOMNodeRemoved:!0,DOMNodeRemovedFromDocument:!0,DOMSubtreeModified:!0};function On(t){return t instanceof Node?t.__shady_getRootNode():t}function Dn(t,e){var n=[],r=t;for(t=On(t);r;)n.push(r),r=r.__shady_assignedSlot?r.__shady_assignedSlot:r.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&r.host&&(e||r!==t)?r.host:r.__shady_parentNode;return n[n.length-1]===document&&n.push(window),n}function xn(t,e){if(!we)return t;t=Dn(t,!0);for(var n,r,o=0,i=void 0,a=void 0;o<e.length;o++)if((r=On(n=e[o]))!==i&&(a=t.indexOf(r),i=r),!we(r)||-1<a)return n}var Pn={get composed(){return void 0===this.__composed&&(wn?this.__composed="focusin"===this.type||"focusout"===this.type||wn(this):!1!==this.isTrusted&&(this.__composed=Sn[this.type])),this.__composed||!1},composedPath:function(){return this.__composedPath||(this.__composedPath=Dn(this.__target,this.composed)),this.__composedPath},get target(){return xn(this.currentTarget||this.__previousCurrentTarget,this.composedPath())},get relatedTarget(){return this.__relatedTarget?(this.__relatedTargetComposedPath||(this.__relatedTargetComposedPath=Dn(this.__relatedTarget,!0)),xn(this.currentTarget||this.__previousCurrentTarget,this.__relatedTargetComposedPath)):null},stopPropagation:function(){Event.prototype.stopPropagation.call(this),this.ua=!0},stopImmediatePropagation:function(){Event.prototype.stopImmediatePropagation.call(this),this.ua=this.__immediatePropagationStopped=!0}},Mn=me.D&&Object.getOwnPropertyDescriptor(Event.prototype,"eventPhase");function An(t){function e(e,n){return(e=new t(e,n)).__composed=n&&!!n.composed,e}return e.__proto__=t,e.prototype=t.prototype,e}Mn&&(Object.defineProperty(Pn,"eventPhase",{get:function(){return this.currentTarget===this.target?Event.AT_TARGET:this.__shady_native_eventPhase},enumerable:!0,configurable:!0}),Object.defineProperty(Pn,"__shady_native_eventPhase",Mn));var Ln={focus:!0,blur:!0};function jn(t){return t.__target!==t.target||t.__relatedTarget!==t.relatedTarget}function kn(t,e,n){if(n=e.__handlers&&e.__handlers[t.type]&&e.__handlers[t.type][n])for(var r,o=0;(r=n[o])&&(!jn(t)||t.target!==t.relatedTarget)&&(r.call(e,t),!t.__immediatePropagationStopped);o++);}var Rn=new Event("e").hasOwnProperty("currentTarget");function Fn(t){var e=(t=Rn?Object.create(t):t).composedPath(),n=e.map((function(t){return xn(t,e)})),r=t.bubbles,o=Object.getOwnPropertyDescriptor(t,"currentTarget");Object.defineProperty(t,"currentTarget",{configurable:!0,enumerable:!0,get:function(){return l}});var i=Event.CAPTURING_PHASE,a=Object.getOwnPropertyDescriptor(t,"eventPhase");Object.defineProperty(t,"eventPhase",{configurable:!0,enumerable:!0,get:function(){return i}});try{for(var s=e.length-1;0<=s;s--){var l=e[s];if(i=l===n[s]?Event.AT_TARGET:Event.CAPTURING_PHASE,kn(t,l,"capture"),t.ua)return}for(s=0;s<e.length;s++){var c=(l=e[s])===n[s];if((c||r)&&(i=c?Event.AT_TARGET:Event.BUBBLING_PHASE,kn(t,l,"bubble"),t.ua))break}}finally{Rn||(o?Object.defineProperty(t,"currentTarget",o):delete t.currentTarget,a?Object.defineProperty(t,"eventPhase",a):delete t.eventPhase)}}function In(t,e,n,r){for(var o=0;o<t.length;o++){var i=t[o],a=i.type,s=i.capture;if(e===i.node&&n===a&&r===s)return o}return-1}function Hn(t){return ze(),!me.ha&&this instanceof Node&&!Pe(document,this)?(t.__target||Wn(t,this),Fn(t)):this.__shady_native_dispatchEvent(t)}function Un(t,e,n){var r=this,o=Cn(n),i=o.capture,a=o.once,s=o.Pa;if(o=o.Na,e){var l=typeof e;if(("function"===l||"object"===l)&&("object"!==l||e.handleEvent&&"function"==typeof e.handleEvent)){if(Tn[t])return this.__shady_native_addEventListener(t,e,o);var c=s||this;if(s=e[En]){if(-1<In(s,c,t,i))return}else e[En]=[];s=function(o){if(a&&r.__shady_removeEventListener(t,e,n),o.__target||Wn(o),c!==r){var s=Object.getOwnPropertyDescriptor(o,"currentTarget");Object.defineProperty(o,"currentTarget",{get:function(){return c},configurable:!0});var u=Object.getOwnPropertyDescriptor(o,"eventPhase");Object.defineProperty(o,"eventPhase",{configurable:!0,enumerable:!0,get:function(){return i?Event.CAPTURING_PHASE:Event.BUBBLING_PHASE}})}if(o.__previousCurrentTarget=o.currentTarget,(!we(c)&&"slot"!==c.localName||-1!=o.composedPath().indexOf(c))&&(o.composed||-1<o.composedPath().indexOf(c)))if(jn(o)&&o.target===o.relatedTarget)o.eventPhase===Event.BUBBLING_PHASE&&o.stopImmediatePropagation();else if(o.eventPhase===Event.CAPTURING_PHASE||o.bubbles||o.target===c||c instanceof Window){var h="function"===l?e.call(c,o):e.handleEvent&&e.handleEvent(o);return c!==r&&(s?(Object.defineProperty(o,"currentTarget",s),s=null):delete o.currentTarget,u?(Object.defineProperty(o,"eventPhase",u),u=null):delete o.eventPhase),h}},e[En].push({node:c,type:t,capture:i,ub:s}),this.__handlers=this.__handlers||{},this.__handlers[t]=this.__handlers[t]||{capture:[],bubble:[]},this.__handlers[t][i?"capture":"bubble"].push(s),Ln[t]||this.__shady_native_addEventListener(t,s,o)}}}function Bn(t,e,n){if(e){var r=Cn(n);n=r.capture;var o=r.Pa;if(r=r.Na,Tn[t])return this.__shady_native_removeEventListener(t,e,r);var i=o||this;o=void 0;var a=null;try{a=e[En]}catch(t){}a&&-1<(i=In(a,i,t,n))&&(o=a.splice(i,1)[0].ub,a.length||(e[En]=void 0)),this.__shady_native_removeEventListener(t,o||e,r),o&&this.__handlers&&this.__handlers[t]&&-1<(e=(t=this.__handlers[t][n?"capture":"bubble"]).indexOf(o))&&t.splice(e,1)}}var qn=Ie(Pn);function Wn(t,e){if(e=void 0===e?t.target:e,t.__target=e,t.__relatedTarget=t.relatedTarget,me.D){if(!(e=Object.getPrototypeOf(t)).hasOwnProperty("__shady_patchedProto")){var n=Object.create(e);n.__shady_sourceProto=e,Re(n,qn),e.__shady_patchedProto=n}t.__proto__=e.__shady_patchedProto}else Re(t,qn)}var Gn=An(Event),Vn=An(CustomEvent),zn=An(MouseEvent),Xn=Object.getOwnPropertyNames(Element.prototype).filter((function(t){return"on"===t.substring(0,2)})),Kn=Object.getOwnPropertyNames(HTMLElement.prototype).filter((function(t){return"on"===t.substring(0,2)}));function Jn(t){return{set:function(e){var n=pe(this),r=t.substring(2);n.T||(n.T={}),n.T[t]&&this.removeEventListener(r,n.T[t]),this.__shady_addEventListener(r,e),n.T[t]=e},get:function(){var e=_e(this);return e&&e.T&&e.T[t]},configurable:!0}}function $n(t,e){return{index:t,ia:[],pa:e}}function Yn(t,e,n,r){var o=0,i=0,a=0,s=0,l=Math.min(e-o,r-i);if(0==o&&0==i)t:{for(a=0;a<l;a++)if(t[a]!==n[a])break t;a=l}if(e==t.length&&r==n.length){s=t.length;for(var c=n.length,u=0;u<l-a&&Zn(t[--s],n[--c]);)u++;s=u}if(i+=a,r-=s,0==(e-=s)-(o+=a)&&0==r-i)return[];if(o==e){for(e=$n(o,0);i<r;)e.ia.push(n[i++]);return[e]}if(i==r)return[$n(o,e-o)];for(r=r-(a=i)+1,s=e-(l=o)+1,e=Array(r),c=0;c<r;c++)e[c]=Array(s),e[c][0]=c;for(c=0;c<s;c++)e[0][c]=c;for(c=1;c<r;c++)for(u=1;u<s;u++)if(t[l+u-1]===n[a+c-1])e[c][u]=e[c-1][u-1];else{var h=e[c-1][u]+1,d=e[c][u-1]+1;e[c][u]=h<d?h:d}for(l=e.length-1,a=e[0].length-1,r=e[l][a],t=[];0<l||0<a;)0==l?(t.push(2),a--):0==a?(t.push(3),l--):(s=e[l-1][a-1],(h=(c=e[l-1][a])<(u=e[l][a-1])?c<s?c:s:u<s?u:s)==s?(s==r?t.push(0):(t.push(1),r=s),l--,a--):h==c?(t.push(3),l--,r=c):(t.push(2),a--,r=u));for(t.reverse(),e=void 0,l=[],a=0;a<t.length;a++)switch(t[a]){case 0:e&&(l.push(e),e=void 0),o++,i++;break;case 1:e||(e=$n(o,0)),e.pa++,o++,e.ia.push(n[i]),i++;break;case 2:e||(e=$n(o,0)),e.pa++,o++;break;case 3:e||(e=$n(o,0)),e.ia.push(n[i]),i++}return e&&l.push(e),l}function Zn(t,e){return t===e}var Qn=Ie({dispatchEvent:Hn,addEventListener:Un,removeEventListener:Bn}),tr=null;function er(){return tr||(tr=window.ShadyCSS&&window.ShadyCSS.ScopingShim),tr||null}function nr(t,e,n){var r=er();return!(!r||"class"!==e||(r.setElementClass(t,n),0))}function rr(t,e){var n=er();n&&n.unscopeNode(t,e)}function or(t,e){var n=er();if(!n)return!0;if(t.nodeType===Node.DOCUMENT_FRAGMENT_NODE){for(n=!0,t=t.__shady_firstChild;t;t=t.__shady_nextSibling)n=n&&or(t,e);return n}return t.nodeType!==Node.ELEMENT_NODE||n.currentScopeForNode(t)===e}function ir(t){if(t.nodeType!==Node.ELEMENT_NODE)return"";var e=er();return e?e.currentScopeForNode(t):""}function ar(t,e){if(t)for(t.nodeType===Node.ELEMENT_NODE&&e(t),t=t.__shady_firstChild;t;t=t.__shady_nextSibling)t.nodeType===Node.ELEMENT_NODE&&ar(t,e)}var sr=window.document,lr=me.ha,cr=Object.getOwnPropertyDescriptor(Node.prototype,"isConnected"),ur=cr&&cr.get;function hr(t){for(var e;e=t.__shady_firstChild;)t.__shady_removeChild(e)}function dr(t){var e=_e(t);if(e&&void 0!==e.ta)for(e=t.__shady_firstChild;e;e=e.__shady_nextSibling)dr(e);(t=_e(t))&&(t.ta=void 0)}function fr(t){var e=t;if(t&&"slot"===t.localName){var n=_e(t);(n=n&&n.aa)&&(e=n.length?n[0]:fr(t.__shady_nextSibling))}return e}function pr(t,e,n){if(t=(t=_e(t))&&t.ga){if(e)if(e.nodeType===Node.DOCUMENT_FRAGMENT_NODE)for(var r=0,o=e.childNodes.length;r<o;r++)t.addedNodes.push(e.childNodes[r]);else t.addedNodes.push(e);n&&t.removedNodes.push(n),function(t){t.g||(t.g=!0,xe((function(){t.flush()})))}(t)}}var _r=Ie({get parentNode(){var t=_e(this);return void 0!==(t=t&&t.parentNode)?t:this.__shady_native_parentNode},get firstChild(){var t=_e(this);return void 0!==(t=t&&t.firstChild)?t:this.__shady_native_firstChild},get lastChild(){var t=_e(this);return void 0!==(t=t&&t.lastChild)?t:this.__shady_native_lastChild},get nextSibling(){var t=_e(this);return void 0!==(t=t&&t.nextSibling)?t:this.__shady_native_nextSibling},get previousSibling(){var t=_e(this);return void 0!==(t=t&&t.previousSibling)?t:this.__shady_native_previousSibling},get childNodes(){if(Ee(this)){var t=_e(this);if(!t.childNodes){t.childNodes=[];for(var e=this.__shady_firstChild;e;e=e.__shady_nextSibling)t.childNodes.push(e)}var n=t.childNodes}else n=this.__shady_native_childNodes;return n.item=function(t){return n[t]},n},get parentElement(){var t=_e(this);return(t=t&&t.parentNode)&&t.nodeType!==Node.ELEMENT_NODE&&(t=null),void 0!==t?t:this.__shady_native_parentElement},get isConnected(){if(ur&&ur.call(this))return!0;if(this.nodeType==Node.DOCUMENT_FRAGMENT_NODE)return!1;var t=this.ownerDocument;if(null===t||Pe(t,this))return!0;for(t=this;t&&!(t instanceof Document);)t=t.__shady_parentNode||(we(t)?t.host:void 0);return!!(t&&t instanceof Document)},get textContent(){if(Ee(this)){for(var t=[],e=this.__shady_firstChild;e;e=e.__shady_nextSibling)e.nodeType!==Node.COMMENT_NODE&&t.push(e.__shady_textContent);return t.join("")}return this.__shady_native_textContent},set textContent(t){switch(null==t&&(t=""),this.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:if(!Ee(this)&&me.D){var e=this.__shady_firstChild;(e!=this.__shady_lastChild||e&&e.nodeType!=Node.TEXT_NODE)&&hr(this),this.__shady_native_textContent=t}else hr(this),(0<t.length||this.nodeType===Node.ELEMENT_NODE)&&this.__shady_insertBefore(document.createTextNode(t));break;default:this.nodeValue=t}},insertBefore:function(t,e){if(this.ownerDocument!==sr&&t.ownerDocument!==sr)return this.__shady_native_insertBefore(t,e),t;if(t===this)throw Error("Failed to execute 'appendChild' on 'Node': The new child element contains the parent.");if(e){var n=_e(e);if(void 0!==(n=n&&n.parentNode)&&n!==this||void 0===n&&e.__shady_native_parentNode!==this)throw Error("Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.")}if(e===t)return t;pr(this,t);var r=[],o=(n=wo(this))?n.host.localName:ir(this),i=t.__shady_parentNode;if(i){var a=ir(t),s=!!n||!wo(t)||lr&&void 0!==this.__noInsertionPoint;i.__shady_removeChild(t,s)}i=!0;var c=(!lr||void 0===t.__noInsertionPoint&&void 0===this.__noInsertionPoint)&&!or(t,o),u=n&&!t.__noInsertionPoint&&(!lr||t.nodeType===Node.DOCUMENT_FRAGMENT_NODE);return(u||c)&&(c&&(a=a||ir(t)),ar(t,(function(t){if(u&&"slot"===t.localName&&r.push(t),c){var e=a;er()&&(e&&rr(t,e),(e=er())&&e.scopeNode(t,o))}}))),r.length&&(po(n),n.i.push.apply(n.i,l(r)),lo(n)),Ee(this)&&(function(t,e,n){Yr(e,2);var r=pe(e);if(void 0!==r.firstChild&&(r.childNodes=null),t.nodeType===Node.DOCUMENT_FRAGMENT_NODE)for(t=t.__shady_native_firstChild;t;t=t.__shady_native_nextSibling)Zr(t,e,r,n);else Zr(t,e,r,n)}(t,this,e),(s=_e(this)).root?(i=!1,Ne(this)&&lo(s.root)):n&&"slot"===this.localName&&(i=!1,lo(n))),i?(n=we(this)?this.host:this,e?(e=fr(e),n.__shady_native_insertBefore(t,e)):n.__shady_native_appendChild(t)):t.ownerDocument!==this.ownerDocument&&this.ownerDocument.adoptNode(t),t},appendChild:function(t){if(this!=t||!we(t))return this.__shady_insertBefore(t)},removeChild:function(t,e){if(e=void 0!==e&&e,this.ownerDocument!==sr)return this.__shady_native_removeChild(t);if(t.__shady_parentNode!==this)throw Error("The node to be removed is not a child of this node: "+t);pr(this,null,t);var n=wo(t),r=n&&function(t,e){if(t.g){_o(t);var n,r=t.h;for(n in r)for(var o=r[n],i=0;i<o.length;i++){var a=o[i];if(Me(e,a)){o.splice(i,1);var s=t.g.indexOf(a);if(0<=s&&(t.g.splice(s,1),(s=_e(a.__shady_parentNode))&&s.ka&&s.ka--),i--,s=(a=_e(a)).aa)for(var l=0;l<s.length;l++){var c=s[l],u=c.__shady_native_parentNode;u&&u.__shady_native_removeChild(c)}a.aa=[],a.assignedNodes=[],s=!0}}return s}}(n,t),o=_e(this);if(Ee(this)&&(function(t,e){var n=pe(t);t===(e=pe(e)).firstChild&&(e.firstChild=n.nextSibling),t===e.lastChild&&(e.lastChild=n.previousSibling),t=n.previousSibling;var r=n.nextSibling;t&&(pe(t).nextSibling=r),r&&(pe(r).previousSibling=t),n.parentNode=n.previousSibling=n.nextSibling=void 0,void 0!==e.childNodes&&(e.childNodes=null)}(t,this),Ne(this))){lo(o.root);var i=!0}if(er()&&!e&&n&&t.nodeType!==Node.TEXT_NODE){var a=ir(t);ar(t,(function(t){rr(t,a)}))}return dr(t),n&&((e="slot"===this.localName)&&(i=!0),(r||e)&&lo(n)),i||(i=we(this)?this.host:this,(!o.root&&"slot"!==t.localName||i===t.__shady_native_parentNode)&&i.__shady_native_removeChild(t)),t},replaceChild:function(t,e){return this.__shady_insertBefore(t,e),this.__shady_removeChild(e),t},cloneNode:function(t){if("template"==this.localName)return this.__shady_native_cloneNode(t);var e=this.__shady_native_cloneNode(!1);if(t&&e.nodeType!==Node.ATTRIBUTE_NODE){t=this.__shady_firstChild;for(var n;t;t=t.__shady_nextSibling)n=t.__shady_cloneNode(!0),e.__shady_appendChild(n)}return e},getRootNode:function(t){if(this&&this.nodeType){var e=pe(this),n=e.ta;return void 0===n&&(we(this)?(n=this,e.ta=n):(n=(n=this.__shady_parentNode)?n.__shady_getRootNode(t):this,document.documentElement.__shady_native_contains(this)&&(e.ta=n))),n}},contains:function(t){return Me(this,t)}}),mr=Ie({get assignedSlot(){var t=this.__shady_parentNode;return(t=t&&t.__shady_shadowRoot)&&co(t),(t=_e(this))&&t.assignedSlot||null}}),vr=new Map;function yr(t,e,n,r){for(r=void 0===r||r;e<t.length;e++)if("\\"===t[e]&&e<t.length-1&&"\n"!==t[e+1])e++;else{if(-1!==n.indexOf(t[e]))return e;if(r&&vr.has(t[e])){var o=vr.get(t[e]);e=yr(t,e+1,[o.end],o.sa)}}return t.length}function gr(t,e,n){var r=[];return br(t,e,n,r),r}function br(t,e,n,r){for(t=t.__shady_firstChild;t;t=t.__shady_nextSibling){var o;if(o=t.nodeType===Node.ELEMENT_NODE){var i=e,a=n,s=r,l=i(o=t);l&&s.push(o),a&&a(l)?o=l:(br(o,i,a,s),o=void 0)}if(o)break}}[["(",{end:")",sa:!0}],["[",{end:"]",sa:!0}],['"',{end:'"',sa:!1}],["'",{end:"'",sa:!1}]].forEach((function(t){var e=s(t);t=e.next().value,e=e.next().value,vr.set(t,e)}));var Er={get firstElementChild(){var t=_e(this);if(t&&void 0!==t.firstChild){for(t=this.__shady_firstChild;t&&t.nodeType!==Node.ELEMENT_NODE;)t=t.__shady_nextSibling;return t}return this.__shady_native_firstElementChild},get lastElementChild(){var t=_e(this);if(t&&void 0!==t.lastChild){for(t=this.__shady_lastChild;t&&t.nodeType!==Node.ELEMENT_NODE;)t=t.__shady_previousSibling;return t}return this.__shady_native_lastElementChild},get children(){return Ee(this)?Ae(Array.prototype.filter.call(je(this),(function(t){return t.nodeType===Node.ELEMENT_NODE}))):this.__shady_native_children},get childElementCount(){var t=this.__shady_children;return t?t.length:0}},wr=Ie((Er.append=function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];this.__shady_insertBefore(Be.apply(null,l(e)),null)},Er.prepend=function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];this.__shady_insertBefore(Be.apply(null,l(e)),this.__shady_firstChild)},Er.replaceChildren=function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];for(;null!==(n=this.__shady_firstChild);)this.__shady_removeChild(n);this.__shady_insertBefore(Be.apply(null,l(e)),null)},Er));function Nr(t,e){function n(e,n){return(e===t||-1===n.indexOf(":scope"))&&Se.call(e,n)}var r=function(t){function e(){if(0<r.length){for(;" "===r[r.length-1];)r.pop();n.push({La:r.filter((function(t,e){return 0==e%2})),Za:r.filter((function(t,e){return 1==e%2}))}),r.length=0}}for(var n=[],r=[],o=0;o<t.length;){var i=r[r.length-1],a=yr(t,o,[","," ",">","+","~"]),s=a===o?t[o]:t.substring(o,a);","===s?e():-1!==[void 0," ",">","+","~"].indexOf(i)&&" "===s||(" "===i&&-1!==[">","+","~"].indexOf(s)?r[r.length-1]=s:r.push(s)),o=a+(a===o?1:0)}return e(),n}(e);if(1>r.length)return[];for(e=qe(gr(t,(function(){return!0})).map((function(t){return qe(r.map((function(e){var r=e.La,o=r.length-1;return n(t,r[o])?{target:t,da:e,fa:t,index:o}:[]})))})));e.some((function(t){return 0<t.index}));)e=qe(e.map((function(t){if(0>=t.index)return t;var e=t.target,r=t.fa,o=t.da;t=t.index-1;var i=o.Za[t],a=o.La[t];if(" "===i){for(i=[],r=r.__shady_parentElement;r;r=r.__shady_parentElement)n(r,a)&&i.push({target:e,da:o,fa:r,index:t});return i}if(">"===i)return n(r=r.__shady_parentElement,a)?{target:e,da:o,fa:r,index:t}:[];if("+"===i)return(r=r.__shady_previousElementSibling)&&n(r,a)?{target:e,da:o,fa:r,index:t}:[];if("~"===i){for(i=[],r=r.__shady_previousElementSibling;r;r=r.__shady_previousElementSibling)n(r,a)&&i.push({target:e,da:o,fa:r,index:t});return i}throw Error("Unrecognized combinator: '"+i+"'.")})));return function(t){for(var e=[],n=new Set,r=(t=s(t)).next();!r.done;r=t.next())r=r.value,n.has(r)||(e.push(r),n.add(r));return e}(e.map((function(t){return t.target})))}var Cr=me.querySelectorImplementation,Sr=Ie({querySelector:function(t){if("native"===Cr){for(var e=Array.prototype.slice.call((this instanceof ShadowRoot?this.host:this).__shady_native_querySelectorAll(t)),n=this.__shady_getRootNode(),r=(e=s(e)).next();!r.done;r=e.next())if((r=r.value).__shady_getRootNode()==n)return r;return null}if("selectorEngine"===Cr)return Nr(this,t)[0]||null;if(void 0===Cr)return gr(this,(function(e){return Se.call(e,t)}),(function(t){return!!t}))[0]||null;throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+Cr+"'")},querySelectorAll:function(t,e){if(e||"native"===Cr){e=Array.prototype.slice.call((this instanceof ShadowRoot?this.host:this).__shady_native_querySelectorAll(t));var n=this.__shady_getRootNode();return Ae(e.filter((function(t){return t.__shady_getRootNode()==n})))}if("selectorEngine"===Cr)return Ae(Nr(this,t));if(void 0===Cr)return Ae(gr(this,(function(e){return Se.call(e,t)})));throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+Cr+"'")}}),Tr=me.ha&&!me.J?He({},wr):wr;He(wr,Sr);var Or=Ie({after:function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];if(null!==(n=this.__shady_parentNode)){var r=this.__shady_nextSibling;n.__shady_insertBefore(Be.apply(null,l(e)),r)}},before:function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];null!==(n=this.__shady_parentNode)&&n.__shady_insertBefore(Be.apply(null,l(e)),this)},remove:function(){var t=this.__shady_parentNode;null!==t&&t.__shady_removeChild(this)},replaceWith:function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];if(null!==(n=this.__shady_parentNode)){var r=this.__shady_nextSibling;n.__shady_removeChild(this),n.__shady_insertBefore(Be.apply(null,l(e)),r)}}}),Dr=window.document;function xr(t,e){if("slot"===e)Ne(t=t.__shady_parentNode)&&lo(_e(t).root);else if("slot"===t.localName&&"name"===e&&(e=wo(t))){if(e.g){_o(e);var n=t.Ua,r=mo(t);if(r!==n){var o=(n=e.h[n]).indexOf(t);0<=o&&n.splice(o,1),(n=e.h[r]||(e.h[r]=[])).push(t),1<n.length&&(e.h[r]=vo(n))}}lo(e)}}var Pr=Ie({get previousElementSibling(){var t=_e(this);if(t&&void 0!==t.previousSibling){for(t=this.__shady_previousSibling;t&&t.nodeType!==Node.ELEMENT_NODE;)t=t.__shady_previousSibling;return t}return this.__shady_native_previousElementSibling},get nextElementSibling(){var t=_e(this);if(t&&void 0!==t.nextSibling){for(t=this.__shady_nextSibling;t&&t.nodeType!==Node.ELEMENT_NODE;)t=t.__shady_nextSibling;return t}return this.__shady_native_nextElementSibling},get slot(){return this.getAttribute("slot")},set slot(t){this.__shady_setAttribute("slot",t)},get className(){return this.getAttribute("class")||""},set className(t){this.__shady_setAttribute("class",t)},setAttribute:function(t,e){this.ownerDocument!==Dr?this.__shady_native_setAttribute(t,e):nr(this,t,e)||(this.__shady_native_setAttribute(t,e),xr(this,t))},removeAttribute:function(t){this.ownerDocument!==Dr?this.__shady_native_removeAttribute(t):nr(this,t,"")?""===this.getAttribute(t)&&this.__shady_native_removeAttribute(t):(this.__shady_native_removeAttribute(t),xr(this,t))},toggleAttribute:function(t,e){return this.ownerDocument!==Dr?this.__shady_native_toggleAttribute(t,e):nr(this,t,"")?""!==this.getAttribute(t)||e?void 0:this.__shady_native_toggleAttribute(t,e):(e=this.__shady_native_toggleAttribute(t,e),xr(this,t),e)}});me.ha||Xn.forEach((function(t){Pr[t]=Jn(t)}));var Mr=Ie({attachShadow:function(t){if(!this)throw Error("Must provide a host.");if(!t)throw Error("Not enough arguments.");if(t.shadyUpgradeFragment&&!me.Ra){var e=t.shadyUpgradeFragment;if(e.__proto__=ShadowRoot.prototype,so(e,this,t),Qr(e,e),t=e.__noInsertionPoint?null:e.querySelectorAll("slot"),e.__noInsertionPoint=void 0,t&&t.length){var n=e;po(n),n.i.push.apply(n.i,l(t)),lo(e)}e.host.__shady_native_appendChild(e)}else e=new ao(ro,this,t);return this.__CE_shadowRoot=e},get shadowRoot(){var t=_e(this);return t&&t.lb||null}});He(Pr,Mr);var Ar=document.implementation.createHTMLDocument("inert"),Lr=Ie({get innerHTML(){return Ee(this)?tn("template"===this.localName?this.content:this,je):this.__shady_native_innerHTML},set innerHTML(t){if("template"===this.localName)this.__shady_native_innerHTML=t;else{hr(this);var e=this.localName||"div";for(e=this.namespaceURI&&this.namespaceURI!==Ar.namespaceURI?Ar.createElementNS(this.namespaceURI,e):Ar.createElement(e),me.D?e.__shady_native_innerHTML=t:e.innerHTML=t;t=e.__shady_firstChild;)this.__shady_insertBefore(t)}}}),jr=Ie({blur:function(){var t=_e(this);(t=(t=t&&t.root)&&t.activeElement)?t.__shady_blur():this.__shady_native_blur()}});me.ha||Kn.forEach((function(t){jr[t]=Jn(t)}));var kr=Ie({assignedNodes:function(t){if("slot"===this.localName){var e=this.__shady_getRootNode();return e&&we(e)&&co(e),(e=_e(this))&&(t&&t.flatten?e.aa:e.assignedNodes)||[]}},addEventListener:function(t,e,n){if("slot"!==this.localName||"slotchange"===t)Un.call(this,t,e,n);else{"object"!=typeof n&&(n={capture:!!n});var r=this.__shady_parentNode;if(!r)throw Error("ShadyDOM cannot attach event to slot unless it has a `parentNode`");n.U=this,r.__shady_addEventListener(t,e,n)}},removeEventListener:function(t,e,n){if("slot"!==this.localName||"slotchange"===t)Bn.call(this,t,e,n);else{"object"!=typeof n&&(n={capture:!!n});var r=this.__shady_parentNode;if(!r)throw Error("ShadyDOM cannot attach event to slot unless it has a `parentNode`");n.U=this,r.__shady_removeEventListener(t,e,n)}}}),Rr=Ie({getElementById:function(t){return""===t?null:gr(this,(function(e){return e.id==t}),(function(t){return!!t}))[0]||null}});function Fr(t,e){for(var n;e&&!t.has(n=e.__shady_getRootNode());)e=n.host;return e}var Ir="__shady_native_"+be(),Hr=Ie({get activeElement(){var t=me.D?document.__shady_native_activeElement:document.activeElement;if(!t||!t.nodeType)return null;var e=!!we(this);if(!(this===document||e&&this.host!==t&&this.host.__shady_native_contains(t)))return null;for(e=wo(t);e&&e!==this;)e=wo(t=e.host);return this===document?e?null:t:e===this?t:null},elementsFromPoint:function(t,e){if(t=document[Ir](t,e),this===document&&me.useNativeDocumentEFP)return t;t=[].slice.call(t),e=function(t){var e=new Set;for(e.add(t);we(t)&&t.host;)t=t.host.__shady_getRootNode(),e.add(t);return e}(this);for(var n=new Set,r=0;r<t.length;r++)n.add(Fr(e,t[r]));var o=[];return n.forEach((function(t){return o.push(t)})),o},elementFromPoint:function(t,e){return this===document&&me.useNativeDocumentEFP?this.__shady_native_elementFromPoint(t,e):this.__shady_elementsFromPoint(t,e)[0]||null}}),Ur=window.document,Br=Ie({importNode:function(t,e){if(t.ownerDocument!==Ur||"template"===t.localName)return this.__shady_native_importNode(t,e);var n=this.__shady_native_importNode(t,!1);if(e)for(t=t.__shady_firstChild;t;t=t.__shady_nextSibling)e=this.__shady_importNode(t,!0),n.__shady_appendChild(e);return n}}),qr=Ie({dispatchEvent:Hn,addEventListener:Un.bind(window),removeEventListener:Bn.bind(window)}),Wr={};Object.getOwnPropertyDescriptor(HTMLElement.prototype,"parentElement")&&(Wr.parentElement=_r.parentElement),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"contains")&&(Wr.contains=_r.contains),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"children")&&(Wr.children=wr.children),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"innerHTML")&&(Wr.innerHTML=Lr.innerHTML),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"className")&&(Wr.className=Pr.className);var Gr={EventTarget:[Qn],Node:[_r,window.EventTarget?null:Qn],Text:[mr],Comment:[mr],CDATASection:[mr],ProcessingInstruction:[mr],Element:[Pr,wr,Or,mr,!me.D||"innerHTML"in Element.prototype?Lr:null,window.HTMLSlotElement?null:kr],HTMLElement:[jr,Wr],HTMLSlotElement:[kr],DocumentFragment:[Tr,Rr],Document:[Br,Tr,Rr,Hr],Window:[qr],CharacterData:[Or],XMLHttpRequest:[window.EventTarget?null:Qn]},Vr=me.D?null:["innerHTML","textContent"];function zr(t,e,n,r){e.forEach((function(e){return t&&e&&Re(t,e,n,r)}))}function Xr(t){var e,n=t?null:Vr;for(e in Gr)zr(window[e]&&window[e].prototype,Gr[e],t,n)}function Kr(t){return t.__shady_protoIsPatched=!0,zr(t,Gr.EventTarget),zr(t,Gr.Node),zr(t,Gr.Element),zr(t,Gr.HTMLElement),zr(t,Gr.HTMLSlotElement),t}["Text","Comment","CDATASection","ProcessingInstruction"].forEach((function(t){var e=window[t],n=Object.create(e.prototype);n.__shady_protoIsPatched=!0,zr(n,Gr.EventTarget),zr(n,Gr.Node),Gr[t]&&zr(n,Gr[t]),e.prototype.__shady_patchedProto=n}));var Jr=me.Da,$r=me.D;function Yr(t,e){if(Jr&&!t.__shady_protoIsPatched&&!we(t)){var n=Object.getPrototypeOf(t),r=n.hasOwnProperty("__shady_patchedProto")&&n.__shady_patchedProto;r||(Kr(r=Object.create(n)),n.__shady_patchedProto=r),Object.setPrototypeOf(t,r)}$r||(1===e?gn(t):2===e&&bn(t))}function Zr(t,e,n,r){Yr(t,1),r=r||null;var o=pe(t),i=r?pe(r):null;o.previousSibling=r?i.previousSibling:e.__shady_lastChild,(i=_e(o.previousSibling))&&(i.nextSibling=t),(i=_e(o.nextSibling=r))&&(i.previousSibling=t),o.parentNode=e,r?r===n.firstChild&&(n.firstChild=t):(n.lastChild=t,n.firstChild||(n.firstChild=t)),n.childNodes=null}function Qr(t,e){var n=pe(t);if(e||void 0===n.firstChild){n.childNodes=null;var r=n.firstChild=t.__shady_native_firstChild;for(n.lastChild=t.__shady_native_lastChild,Yr(t,2),n=r,r=void 0;n;n=n.__shady_native_nextSibling){var o=pe(n);o.parentNode=e||t,o.nextSibling=n.__shady_native_nextSibling,o.previousSibling=r||null,r=n,Yr(n,1)}}}var to=Ie({addEventListener:function(t,e,n){"object"!=typeof n&&(n={capture:!!n}),n.U=n.U||this,this.host.__shady_addEventListener(t,e,n)},removeEventListener:function(t,e,n){"object"!=typeof n&&(n={capture:!!n}),n.U=n.U||this,this.host.__shady_removeEventListener(t,e,n)}});function eo(t,e){Re(t,to,e),Re(t,Hr,e),Re(t,Lr,e),Re(t,wr,e),me.J&&!e?(Re(t,_r,e),Re(t,Rr,e)):me.D||(Re(t,mn),Re(t,pn),Re(t,_n))}var no,ro={},oo=me.deferConnectionCallbacks&&"loading"===document.readyState;function io(t){var e=[];do{e.unshift(t)}while(t=t.__shady_parentNode);return e}function ao(t,e,n){if(t!==ro)throw new TypeError("Illegal constructor");this.g=null,so(this,e,n)}function so(t,e,n){if(t.host=e,t.mode=n&&n.mode,Qr(t.host),(e=pe(t.host)).root=t,e.lb="closed"!==t.mode?t:null,(e=pe(t)).firstChild=e.lastChild=e.parentNode=e.nextSibling=e.previousSibling=null,me.preferPerformance)for(;e=t.host.__shady_native_firstChild;)t.host.__shady_native_removeChild(e);else lo(t)}function lo(t){t.Y||(t.Y=!0,Ve((function(){return co(t)})))}function co(t){var e;if(e=t.Y){for(var n;t;)t.Y&&(n=t),we(t=(e=t).host.__shady_getRootNode())&&(e=_e(e.host))&&0<e.ka||(t=void 0);e=n}(n=e)&&n._renderSelf()}function uo(t,e,n){var r=pe(e),o=r.xa;r.xa=null,n||(n=(t=t.h[e.__shady_slot||"__catchall"])&&t[0]),n?(pe(n).assignedNodes.push(e),r.assignedSlot=n):r.assignedSlot=void 0,o!==r.assignedSlot&&r.assignedSlot&&(pe(r.assignedSlot).Aa=!0)}function ho(t,e,n){for(var r=0,o=void 0;r<n.length&&(o=n[r]);r++)if("slot"==o.localName){var i=_e(o).assignedNodes;i&&i.length&&ho(t,e,i)}else e.push(n[r])}function fo(t,e){e.__shady_native_dispatchEvent(new Event("slotchange")),(e=_e(e)).assignedSlot&&fo(t,e.assignedSlot)}function po(t){t.i=t.i||[],t.g=t.g||[],t.h=t.h||{}}function _o(t){if(t.i&&t.i.length){for(var e,n=t.i,r=0;r<n.length;r++){var o=n[r];Qr(o);var i=o.__shady_parentNode;Qr(i),(i=_e(i)).ka=(i.ka||0)+1,i=mo(o),t.h[i]?((e=e||{})[i]=!0,t.h[i].push(o)):t.h[i]=[o],t.g.push(o)}if(e)for(var a in e)t.h[a]=vo(t.h[a]);t.i=[]}}function mo(t){var e=t.name||t.getAttribute("name")||"__catchall";return t.Ua=e}function vo(t){return t.sort((function(t,e){t=io(t);for(var n=io(e),r=0;r<t.length;r++){e=t[r];var o=n[r];if(e!==o)return(t=je(e.__shady_parentNode)).indexOf(e)-t.indexOf(o)}}))}function yo(t){return _o(t),!(!t.g||!t.g.length)}if(ao.prototype._renderSelf=function(){var t=oo;if(oo=!0,this.Y=!1,this.g){_o(this);for(var e,n=0;n<this.g.length;n++){var r=_e(e=this.g[n]),o=r.assignedNodes;if(r.assignedNodes=[],r.aa=[],r.Ja=o)for(r=0;r<o.length;r++){var i=_e(o[r]);i.xa=i.assignedSlot,i.assignedSlot===e&&(i.assignedSlot=null)}}for(n=this.host.__shady_firstChild;n;n=n.__shady_nextSibling)uo(this,n);for(n=0;n<this.g.length;n++){if(!(o=_e(e=this.g[n])).assignedNodes.length)for(r=e.__shady_firstChild;r;r=r.__shady_nextSibling)uo(this,r,e);if((r=(r=_e(e.__shady_parentNode))&&r.root)&&(yo(r)||r.Y)&&r._renderSelf(),ho(this,o.aa,o.assignedNodes),r=o.Ja){for(i=0;i<r.length;i++)_e(r[i]).xa=null;o.Ja=null,r.length>o.assignedNodes.length&&(o.Aa=!0)}o.Aa&&(o.Aa=!1,fo(this,e))}for(e=this.g,n=[],o=0;o<e.length;o++)(i=_e(r=e[o].__shady_parentNode))&&i.root||!(0>n.indexOf(r))||n.push(r);for(e=0;e<n.length;e++){for(o=(i=n[e])===this?this.host:i,r=[],i=i.__shady_firstChild;i;i=i.__shady_nextSibling)if("slot"==i.localName)for(var a=_e(i).aa,s=0;s<a.length;s++)r.push(a[s]);else r.push(i);i=Le(o),a=Yn(r,r.length,i,i.length);for(var l=s=0,c=void 0;s<a.length&&(c=a[s]);s++){for(var u=0,h=void 0;u<c.ia.length&&(h=c.ia[u]);u++)h.__shady_native_parentNode===o&&o.__shady_native_removeChild(h),i.splice(c.index+l,1);l-=c.pa}for(l=0,c=void 0;l<a.length&&(c=a[l]);l++)for(s=i[c.index],u=c.index;u<c.index+c.pa;u++)h=r[u],o.__shady_native_insertBefore(h,s),i.splice(u,0,h)}}if(!me.preferPerformance&&!this.Ia)for(n=this.host.__shady_firstChild;n;n=n.__shady_nextSibling)e=_e(n),n.__shady_native_parentNode!==this.host||"slot"!==n.localName&&e.assignedSlot||this.host.__shady_native_removeChild(n);this.Ia=!0,oo=t,no&&no()},function(t){t.__proto__=DocumentFragment.prototype,eo(t,"__shady_"),eo(t),Object.defineProperties(t,{nodeType:{value:Node.DOCUMENT_FRAGMENT_NODE,configurable:!0},nodeName:{value:"#document-fragment",configurable:!0},nodeValue:{value:null,configurable:!0}}),["localName","namespaceURI","prefix"].forEach((function(e){Object.defineProperty(t,e,{value:void 0,configurable:!0})})),["ownerDocument","baseURI","isConnected"].forEach((function(e){Object.defineProperty(t,e,{get:function(){return this.host[e]},configurable:!0})}))}(ao.prototype),window.customElements&&window.customElements.define&&me.Ba&&!me.preferPerformance){var go=new Map;no=function(){var t=[];go.forEach((function(e,n){t.push([n,e])})),go.clear();for(var e=0;e<t.length;e++){var n=t[e][0];t[e][1]?n.__shadydom_connectedCallback():n.__shadydom_disconnectedCallback()}},oo&&document.addEventListener("readystatechange",(function(){oo=!1,no()}),{once:!0});var bo=window.customElements.define,Eo=function(t,e){var n=e.prototype.connectedCallback,r=e.prototype.disconnectedCallback;bo.call(window.customElements,t,function(t,e,n){var r=0,o="__isConnected"+r++;return(e||n)&&(t.prototype.connectedCallback=t.prototype.__shadydom_connectedCallback=function(){oo?go.set(this,!0):this[o]||(this[o]=!0,e&&e.call(this))},t.prototype.disconnectedCallback=t.prototype.__shadydom_disconnectedCallback=function(){oo?this.isConnected||go.set(this,!1):this[o]&&(this[o]=!1,n&&n.call(this))}),t}(e,n,r)),e.prototype.connectedCallback=n,e.prototype.disconnectedCallback=r};window.customElements.define=Eo,Object.defineProperty(window.CustomElementRegistry.prototype,"define",{value:Eo,configurable:!0})}function wo(t){if(we(t=t.__shady_getRootNode()))return t}function No(t){this.node=t}function Co(t){Object.defineProperty(No.prototype,t,{get:function(){return this.node["__shady_"+t]},set:function(e){this.node["__shady_"+t]=e},configurable:!0})}(t=No.prototype).addEventListener=function(t,e,n){return this.node.__shady_addEventListener(t,e,n)},t.removeEventListener=function(t,e,n){return this.node.__shady_removeEventListener(t,e,n)},t.appendChild=function(t){return this.node.__shady_appendChild(t)},t.insertBefore=function(t,e){return this.node.__shady_insertBefore(t,e)},t.removeChild=function(t){return this.node.__shady_removeChild(t)},t.replaceChild=function(t,e){return this.node.__shady_replaceChild(t,e)},t.cloneNode=function(t){return this.node.__shady_cloneNode(t)},t.getRootNode=function(t){return this.node.__shady_getRootNode(t)},t.contains=function(t){return this.node.__shady_contains(t)},t.dispatchEvent=function(t){return this.node.__shady_dispatchEvent(t)},t.setAttribute=function(t,e){this.node.__shady_setAttribute(t,e)},t.getAttribute=function(t){return this.node.__shady_native_getAttribute(t)},t.hasAttribute=function(t){return this.node.__shady_native_hasAttribute(t)},t.removeAttribute=function(t){this.node.__shady_removeAttribute(t)},t.toggleAttribute=function(t,e){return this.node.__shady_toggleAttribute(t,e)},t.attachShadow=function(t){return this.node.__shady_attachShadow(t)},t.focus=function(){this.node.__shady_native_focus()},t.blur=function(){this.node.__shady_blur()},t.importNode=function(t,e){if(this.node.nodeType===Node.DOCUMENT_NODE)return this.node.__shady_importNode(t,e)},t.getElementById=function(t){if(this.node.nodeType===Node.DOCUMENT_NODE)return this.node.__shady_getElementById(t)},t.elementsFromPoint=function(t,e){return this.node.__shady_elementsFromPoint(t,e)},t.elementFromPoint=function(t,e){return this.node.__shady_elementFromPoint(t,e)},t.querySelector=function(t){return this.node.__shady_querySelector(t)},t.querySelectorAll=function(t,e){return this.node.__shady_querySelectorAll(t,e)},t.assignedNodes=function(t){if("slot"===this.node.localName)return this.node.__shady_assignedNodes(t)},t.append=function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];return this.node.__shady_append.apply(this.node,l(e))},t.prepend=function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];return this.node.__shady_prepend.apply(this.node,l(e))},t.after=function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];return this.node.__shady_after.apply(this.node,l(e))},t.before=function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];return this.node.__shady_before.apply(this.node,l(e))},t.remove=function(){return this.node.__shady_remove()},t.replaceWith=function(t){for(var e=[],n=0;n<arguments.length;++n)e[n]=arguments[n];return this.node.__shady_replaceWith.apply(this.node,l(e))},o.Object.defineProperties(No.prototype,{activeElement:{configurable:!0,enumerable:!0,get:function(){if(we(this.node)||this.node.nodeType===Node.DOCUMENT_NODE)return this.node.__shady_activeElement}},_activeElement:{configurable:!0,enumerable:!0,get:function(){return this.activeElement}},host:{configurable:!0,enumerable:!0,get:function(){if(we(this.node))return this.node.host}},parentNode:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_parentNode}},firstChild:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_firstChild}},lastChild:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_lastChild}},nextSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_nextSibling}},previousSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_previousSibling}},childNodes:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_childNodes}},parentElement:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_parentElement}},firstElementChild:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_firstElementChild}},lastElementChild:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_lastElementChild}},nextElementSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_nextElementSibling}},previousElementSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_previousElementSibling}},children:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_children}},childElementCount:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_childElementCount}},shadowRoot:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_shadowRoot}},assignedSlot:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_assignedSlot}},isConnected:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_isConnected}},innerHTML:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_innerHTML},set:function(t){this.node.__shady_innerHTML=t}},textContent:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_textContent},set:function(t){this.node.__shady_textContent=t}},slot:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_slot},set:function(t){this.node.__shady_slot=t}},className:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_className},set:function(t){this.node.__shady_className=t}}}),Xn.forEach((function(t){return Co(t)})),Kn.forEach((function(t){return Co(t)}));var So=new WeakMap;function To(t){if(we(t)||t instanceof No)return t;var e=So.get(t);return e||(e=new No(t),So.set(t,e)),e}if(me.Ba){var Oo=me.D?function(t){return t}:function(t){return bn(t),gn(t),t},Do={inUse:me.Ba,patch:Oo,isShadyRoot:we,enqueue:Ve,flush:ze,flushInitial:function(t){!t.Ia&&t.Y&&co(t)},settings:me,filterMutations:function(t,e){var n=e.getRootNode();return t.map((function(t){var e=n===t.target.getRootNode();if(e&&t.addedNodes){if(e=[].slice.call(t.addedNodes).filter((function(t){return n===t.getRootNode()})),e.length)return t=Object.create(t),Object.defineProperty(t,"addedNodes",{value:e,configurable:!0}),t}else if(e)return t})).filter((function(t){return t}))},observeChildren:function(t,e){var n=pe(t);n.ga||(n.ga=new Xe),n.ga.qa.add(e);var r=n.ga;return{Va:e,X:r,Wa:t,takeRecords:function(){return r.takeRecords()}}},unobserveChildren:function(t){var e=t&&t.X;e&&(e.qa.delete(t.Va),e.qa.size||(pe(t.Wa).ga=null))},deferConnectionCallbacks:me.deferConnectionCallbacks,preferPerformance:me.preferPerformance,handlesDynamicScoping:!0,wrap:me.J?To:Oo,wrapIfNeeded:!0===me.J?To:function(t){return t},Wrapper:No,composedPath:function(t){return t.__composedPath||(t.__composedPath=Dn(t.target,!0)),t.__composedPath},noPatch:me.J,patchOnDemand:me.Da,nativeMethods:nn,nativeTree:rn,patchElementProto:Kr,querySelectorImplementation:me.querySelectorImplementation};window.ShadyDOM=Do,function(){var t=["dispatchEvent","addEventListener","removeEventListener"];window.EventTarget?(sn(window.EventTarget.prototype,t),void 0===window.__shady_native_addEventListener&&sn(Window.prototype,t)):(sn(Node.prototype,t),sn(Window.prototype,t),sn(XMLHttpRequest.prototype,t)),en?sn(Node.prototype,"parentNode firstChild lastChild previousSibling nextSibling childNodes parentElement textContent".split(" ")):an(Node.prototype,{parentNode:{get:function(){return ln.currentNode=this,ln.parentNode()}},firstChild:{get:function(){return ln.currentNode=this,ln.firstChild()}},lastChild:{get:function(){return ln.currentNode=this,ln.lastChild()}},previousSibling:{get:function(){return ln.currentNode=this,ln.previousSibling()}},nextSibling:{get:function(){return ln.currentNode=this,ln.nextSibling()}},childNodes:{get:function(){var t=[];ln.currentNode=this;for(var e=ln.firstChild();e;)t.push(e),e=ln.nextSibling();return t}},parentElement:{get:function(){return cn.currentNode=this,cn.parentNode()}},textContent:{get:function(){switch(this.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:for(var t,e=document.createTreeWalker(this,NodeFilter.SHOW_TEXT,null,!1),n="";t=e.nextNode();)n+=t.nodeValue;return n;default:return this.nodeValue}},set:function(t){switch(null==t&&(t=""),this.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:hn(this),(0<t.length||this.nodeType===Node.ELEMENT_NODE)&&this.__shady_native_insertBefore(document.createTextNode(t),void 0);break;default:this.nodeValue=t}}}}),sn(Node.prototype,"appendChild insertBefore removeChild replaceChild cloneNode contains".split(" ")),sn(HTMLElement.prototype,["parentElement","contains"]),t={firstElementChild:{get:function(){return cn.currentNode=this,cn.firstChild()}},lastElementChild:{get:function(){return cn.currentNode=this,cn.lastChild()}},children:{get:function(){var t=[];cn.currentNode=this;for(var e=cn.firstChild();e;)t.push(e),e=cn.nextSibling();return Ae(t)}},childElementCount:{get:function(){return this.children?this.children.length:0}}},en?(sn(Element.prototype,dn),sn(Element.prototype,["previousElementSibling","nextElementSibling","innerHTML","className"]),sn(HTMLElement.prototype,["children","innerHTML","className"])):(an(Element.prototype,t),an(Element.prototype,{previousElementSibling:{get:function(){return cn.currentNode=this,cn.previousSibling()}},nextElementSibling:{get:function(){return cn.currentNode=this,cn.nextSibling()}},innerHTML:{get:function(){return tn(this,Le)},set:function(t){var e="template"===this.localName?this.content:this;hn(e);var n=this.localName||"div";for((n=this.namespaceURI&&this.namespaceURI!==un.namespaceURI?un.createElementNS(this.namespaceURI,n):un.createElement(n)).innerHTML=t,t="template"===this.localName?n.content:n;n=t.__shady_native_firstChild;)e.__shady_native_insertBefore(n,void 0)}},className:{get:function(){return this.getAttribute("class")||""},set:function(t){this.setAttribute("class",t)}}})),sn(Element.prototype,"setAttribute getAttribute hasAttribute removeAttribute toggleAttribute focus blur".split(" ")),sn(Element.prototype,fn),sn(HTMLElement.prototype,["focus","blur"]),window.HTMLTemplateElement&&sn(window.HTMLTemplateElement.prototype,["innerHTML"]),en?sn(DocumentFragment.prototype,dn):an(DocumentFragment.prototype,t),sn(DocumentFragment.prototype,fn),en?(sn(Document.prototype,dn),sn(Document.prototype,["activeElement"])):an(Document.prototype,t),sn(Document.prototype,["importNode","getElementById","elementFromPoint",be()]),sn(Document.prototype,fn)}(),Xr("__shady_"),Object.defineProperty(document,"_activeElement",Hr.activeElement),Re(Window.prototype,qr,"__shady_"),me.J?me.Da&&Re(Element.prototype,Mr):(Xr(),function(){if(!wn&&Object.getOwnPropertyDescriptor(Event.prototype,"isTrusted")){var t=function(){var t=new MouseEvent("click",{bubbles:!0,cancelable:!0,composed:!0});this.__shady_dispatchEvent(t)};Element.prototype.click?Element.prototype.click=t:HTMLElement.prototype.click&&(HTMLElement.prototype.click=t)}}()),function(){for(var t in Ln)window.__shady_native_addEventListener(t,(function(t){t.__target||(Wn(t),Fn(t))}),!0)}(),window.Event=Gn,window.CustomEvent=Vn,window.MouseEvent=zn,window.ShadowRoot=ao}var xo=window.Document.prototype.createElement,Po=window.Document.prototype.createElementNS,Mo=window.Document.prototype.importNode,Ao=window.Document.prototype.prepend,Lo=window.Document.prototype.append,jo=window.DocumentFragment.prototype.prepend,ko=window.DocumentFragment.prototype.append,Ro=window.Node.prototype.cloneNode,Fo=window.Node.prototype.appendChild,Io=window.Node.prototype.insertBefore,Ho=window.Node.prototype.removeChild,Uo=window.Node.prototype.replaceChild,Bo=Object.getOwnPropertyDescriptor(window.Node.prototype,"textContent"),qo=window.Element.prototype.attachShadow,Wo=Object.getOwnPropertyDescriptor(window.Element.prototype,"innerHTML"),Go=window.Element.prototype.getAttribute,Vo=window.Element.prototype.setAttribute,zo=window.Element.prototype.removeAttribute,Xo=window.Element.prototype.toggleAttribute,Ko=window.Element.prototype.getAttributeNS,Jo=window.Element.prototype.setAttributeNS,$o=window.Element.prototype.removeAttributeNS,Yo=window.Element.prototype.insertAdjacentElement,Zo=window.Element.prototype.insertAdjacentHTML,Qo=window.Element.prototype.prepend,ti=window.Element.prototype.append,ei=window.Element.prototype.before,ni=window.Element.prototype.after,ri=window.Element.prototype.replaceWith,oi=window.Element.prototype.remove,ii=window.HTMLElement,ai=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML"),si=window.HTMLElement.prototype.insertAdjacentElement,li=window.HTMLElement.prototype.insertAdjacentHTML,ci=new Set;function ui(t){var e=ci.has(t);return t=/^[a-z][.0-9_a-z]*-[-.0-9_a-z]*$/.test(t),!e&&t}"annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" ").forEach((function(t){return ci.add(t)}));var hi=document.contains?document.contains.bind(document):document.documentElement.contains.bind(document.documentElement);function di(t){var e=t.isConnected;if(void 0!==e)return e;if(hi(t))return!0;for(;t&&!(t.__CE_isImportDocument||t instanceof Document);)t=t.parentNode||(window.ShadowRoot&&t instanceof ShadowRoot?t.host:void 0);return!(!t||!(t.__CE_isImportDocument||t instanceof Document))}function fi(t){var e=t.children;if(e)return Array.prototype.slice.call(e);for(e=[],t=t.firstChild;t;t=t.nextSibling)t.nodeType===Node.ELEMENT_NODE&&e.push(t);return e}function pi(t,e){for(;e&&e!==t&&!e.nextSibling;)e=e.parentNode;return e&&e!==t?e.nextSibling:null}function _i(t,e,n){for(var r=t;r;){if(r.nodeType===Node.ELEMENT_NODE){var o=r;e(o);var i=o.localName;if("link"===i&&"import"===o.getAttribute("rel")){if(r=o.import,void 0===n&&(n=new Set),r instanceof Node&&!n.has(r))for(n.add(r),r=r.firstChild;r;r=r.nextSibling)_i(r,e,n);r=pi(t,o);continue}if("template"===i){r=pi(t,o);continue}if(o=o.__CE_shadowRoot)for(o=o.firstChild;o;o=o.nextSibling)_i(o,e,n)}r=r.firstChild?r.firstChild:pi(t,r)}}function mi(){var t=!(null==Ri||!Ri.noDocumentConstructionObserver),e=!(null==Ri||!Ri.shadyDomFastWalk);this.ca=[],this.g=[],this.W=!1,this.shadyDomFastWalk=e,this.sb=!t}function vi(t,e,n,r){var o=window.ShadyDOM;if(t.shadyDomFastWalk&&o&&o.inUse){if(e.nodeType===Node.ELEMENT_NODE&&n(e),e.querySelectorAll)for(t=o.nativeMethods.querySelectorAll.call(e,"*"),e=0;e<t.length;e++)n(t[e])}else _i(e,n,r)}function yi(t,e){t.W&&vi(t,e,(function(e){return gi(t,e)}))}function gi(t,e){if(t.W&&!e.__CE_patched){e.__CE_patched=!0;for(var n=0;n<t.ca.length;n++)t.ca[n](e);for(n=0;n<t.g.length;n++)t.g[n](e)}}function bi(t,e){var n=[];for(vi(t,e,(function(t){return n.push(t)})),e=0;e<n.length;e++){var r=n[e];1===r.__CE_state?t.connectedCallback(r):Ni(t,r)}}function Ei(t,e){var n=[];for(vi(t,e,(function(t){return n.push(t)})),e=0;e<n.length;e++){var r=n[e];1===r.__CE_state&&t.disconnectedCallback(r)}}function wi(t,e,n){var r=(n=void 0===n?{}:n).tb,o=n.upgrade||function(e){return Ni(t,e)},i=[];for(vi(t,e,(function(e){if(t.W&&gi(t,e),"link"===e.localName&&"import"===e.getAttribute("rel")){var n=e.import;n instanceof Node&&(n.__CE_isImportDocument=!0,n.__CE_registry=document.__CE_registry),n&&"complete"===n.readyState?n.__CE_documentLoadHandled=!0:e.addEventListener("load",(function(){var n=e.import;if(!n.__CE_documentLoadHandled){n.__CE_documentLoadHandled=!0;var i=new Set;r&&(r.forEach((function(t){return i.add(t)})),i.delete(n)),wi(t,n,{tb:i,upgrade:o})}}))}else i.push(e)}),r),e=0;e<i.length;e++)o(i[e])}function Ni(t,e){try{var n=e.ownerDocument,r=n.__CE_registry,o=r&&(n.defaultView||n.__CE_isImportDocument)?Li(r,e.localName):void 0;if(o&&void 0===e.__CE_state){o.constructionStack.push(e);try{try{if(new o.constructorFunction!==e)throw Error("The custom element constructor did not produce the element being upgraded.")}finally{o.constructionStack.pop()}}catch(t){throw e.__CE_state=2,t}if(e.__CE_state=1,e.__CE_definition=o,o.attributeChangedCallback&&e.hasAttributes()){var i=o.observedAttributes;for(o=0;o<i.length;o++){var a=i[o],s=e.getAttribute(a);null!==s&&t.attributeChangedCallback(e,a,null,s,null)}}di(e)&&t.connectedCallback(e)}}catch(t){Si(t)}}function Ci(t,e,n,r){var o=e.__CE_registry;if(o&&(null===r||"http://www.w3.org/1999/xhtml"===r)&&(o=Li(o,n)))try{var i=new o.constructorFunction;if(void 0===i.__CE_state||void 0===i.__CE_definition)throw Error("Failed to construct '"+n+"': The returned value was not constructed with the HTMLElement constructor.");if("http://www.w3.org/1999/xhtml"!==i.namespaceURI)throw Error("Failed to construct '"+n+"': The constructed element's namespace must be the HTML namespace.");if(i.hasAttributes())throw Error("Failed to construct '"+n+"': The constructed element must not have any attributes.");if(null!==i.firstChild)throw Error("Failed to construct '"+n+"': The constructed element must not have any children.");if(null!==i.parentNode)throw Error("Failed to construct '"+n+"': The constructed element must not have a parent node.");if(i.ownerDocument!==e)throw Error("Failed to construct '"+n+"': The constructed element's owner document is incorrect.");if(i.localName!==n)throw Error("Failed to construct '"+n+"': The constructed element's local name is incorrect.");return i}catch(o){return Si(o),e=null===r?xo.call(e,n):Po.call(e,r,n),Object.setPrototypeOf(e,HTMLUnknownElement.prototype),e.__CE_state=2,e.__CE_definition=void 0,gi(t,e),e}return gi(t,e=null===r?xo.call(e,n):Po.call(e,r,n)),e}function Si(t){var e="",n="",r=0,o=0;t instanceof Error?(e=t.message,n=t.sourceURL||t.fileName||"",r=t.line||t.lineNumber||0,o=t.column||t.columnNumber||0):e="Uncaught "+String(t);var i=void 0;void 0===ErrorEvent.prototype.initErrorEvent?i=new ErrorEvent("error",{cancelable:!0,message:e,filename:n,lineno:r,colno:o,error:t}):((i=document.createEvent("ErrorEvent")).initErrorEvent("error",!1,!0,e,n,r),i.preventDefault=function(){Object.defineProperty(this,"defaultPrevented",{configurable:!0,get:function(){return!0}})}),void 0===i.error&&Object.defineProperty(i,"error",{configurable:!0,enumerable:!0,get:function(){return t}}),window.dispatchEvent(i),i.defaultPrevented||console.error(t)}function Ti(){var t=this;this.I=void 0,this.Ka=new Promise((function(e){t.g=e}))}function Oi(t){var e=document;this.X=void 0,this.S=t,this.g=e,wi(this.S,this.g),"loading"===this.g.readyState&&(this.X=new MutationObserver(this.h.bind(this)),this.X.observe(this.g,{childList:!0,subtree:!0}))}function Di(t){t.X&&t.X.disconnect()}function xi(t){this.ma=new Map,this.na=new Map,this.Fa=new Map,this.wa=!1,this.za=new Map,this.la=function(t){return t()},this.V=!1,this.oa=[],this.S=t,this.Ga=t.sb?new Oi(t):void 0}function Pi(t,e){if(!ui(e))throw new SyntaxError("The element name '"+e+"' is not valid.");if(Li(t,e))throw Error("A custom element with name '"+e+"' has already been defined.");if(t.wa)throw Error("A custom element is already being defined.")}function Mi(t,e,n){var r;t.wa=!0;try{var o=n.prototype;if(!(o instanceof Object))throw new TypeError("The custom element constructor's prototype is not an object.");var i=function(t){var e=o[t];if(void 0!==e&&!(e instanceof Function))throw Error("The '"+t+"' callback must be a function.");return e},a=i("connectedCallback"),s=i("disconnectedCallback"),l=i("adoptedCallback"),c=(r=i("attributeChangedCallback"))&&n.observedAttributes||[]}catch(t){throw t}finally{t.wa=!1}return n={localName:e,constructorFunction:n,connectedCallback:a,disconnectedCallback:s,adoptedCallback:l,attributeChangedCallback:r,observedAttributes:c,constructionStack:[]},t.na.set(e,n),t.Fa.set(n.constructorFunction,n),n}function Ai(t){if(!1!==t.V){t.V=!1;for(var e=[],n=t.oa,r=new Map,o=0;o<n.length;o++)r.set(n[o],[]);for(wi(t.S,document,{upgrade:function(n){if(void 0===n.__CE_state){var o=n.localName,i=r.get(o);i?i.push(n):t.na.has(o)&&e.push(n)}}}),o=0;o<e.length;o++)Ni(t.S,e[o]);for(o=0;o<n.length;o++){for(var i=n[o],a=r.get(i),s=0;s<a.length;s++)Ni(t.S,a[s]);(i=t.za.get(i))&&i.resolve(void 0)}n.length=0}}function Li(t,e){var n=t.na.get(e);if(n)return n;if(n=t.ma.get(e)){t.ma.delete(e);try{return Mi(t,e,n())}catch(t){Si(t)}}}function ji(t,e,n){function r(e){return function(n){for(var r=[],o=0;o<arguments.length;++o)r[o]=arguments[o];o=[];for(var i=[],a=0;a<r.length;a++){var s=r[a];if(s instanceof Element&&di(s)&&i.push(s),s instanceof DocumentFragment)for(s=s.firstChild;s;s=s.nextSibling)o.push(s);else o.push(s)}for(e.apply(this,r),r=0;r<i.length;r++)Ei(t,i[r]);if(di(this))for(r=0;r<o.length;r++)(i=o[r])instanceof Element&&bi(t,i)}}void 0!==n.prepend&&(e.prepend=r(n.prepend)),void 0!==n.append&&(e.append=r(n.append))}mi.prototype.connectedCallback=function(t){var e=t.__CE_definition;if(e.connectedCallback)try{e.connectedCallback.call(t)}catch(t){Si(t)}},mi.prototype.disconnectedCallback=function(t){var e=t.__CE_definition;if(e.disconnectedCallback)try{e.disconnectedCallback.call(t)}catch(t){Si(t)}},mi.prototype.attributeChangedCallback=function(t,e,n,r,o){var i=t.__CE_definition;if(i.attributeChangedCallback&&-1<i.observedAttributes.indexOf(e))try{i.attributeChangedCallback.call(t,e,n,r,o)}catch(t){Si(t)}},Ti.prototype.resolve=function(t){if(this.I)throw Error("Already resolved.");this.I=t,this.g(t)},Oi.prototype.h=function(t){var e=this.g.readyState;for("interactive"!==e&&"complete"!==e||Di(this),e=0;e<t.length;e++)for(var n=t[e].addedNodes,r=0;r<n.length;r++)wi(this.S,n[r])},(t=xi.prototype).jb=function(t,e){var n=this;if(!(e instanceof Function))throw new TypeError("Custom element constructor getters must be functions.");Pi(this,t),this.ma.set(t,e),this.oa.push(t),this.V||(this.V=!0,this.la((function(){return Ai(n)})))},t.define=function(t,e){var n=this;if(!(e instanceof Function))throw new TypeError("Custom element constructors must be functions.");Pi(this,t),Mi(this,t,e),this.oa.push(t),this.V||(this.V=!0,this.la((function(){return Ai(n)})))},t.upgrade=function(t){wi(this.S,t)},t.get=function(t){if(t=Li(this,t))return t.constructorFunction},t.whenDefined=function(t){if(!ui(t))return Promise.reject(new SyntaxError("'"+t+"' is not a valid custom element name."));var e=this.za.get(t);if(e)return e.Ka;e=new Ti,this.za.set(t,e);var n=this.na.has(t)||this.ma.has(t);return t=-1===this.oa.indexOf(t),n&&t&&e.resolve(void 0),e.Ka},t.polyfillWrapFlushCallback=function(t){this.Ga&&Di(this.Ga);var e=this.la;this.la=function(n){return t((function(){return e(n)}))}},xi.prototype.define=xi.prototype.define,xi.prototype.upgrade=xi.prototype.upgrade,xi.prototype.get=xi.prototype.get,xi.prototype.whenDefined=xi.prototype.whenDefined,xi.prototype.polyfillDefineLazy=xi.prototype.jb,xi.prototype.polyfillWrapFlushCallback=xi.prototype.polyfillWrapFlushCallback;var ki={},Ri=window.customElements;function Fi(){var t=new mi;!function(t){function e(){var e=this.constructor,n=document.__CE_registry.Fa.get(e);if(!n)throw Error("Failed to construct a custom element: The constructor was not registered with `customElements`.");var r=n.constructionStack;if(0===r.length)return r=xo.call(document,n.localName),Object.setPrototypeOf(r,e.prototype),r.__CE_state=1,r.__CE_definition=n,gi(t,r),r;var o=r.length-1,i=r[o];if(i===ki)throw Error("Failed to construct '"+n.localName+"': This element was already constructed.");return r[o]=ki,Object.setPrototypeOf(i,e.prototype),gi(t,i),i}e.prototype=ii.prototype,Object.defineProperty(HTMLElement.prototype,"constructor",{writable:!0,configurable:!0,enumerable:!1,value:e}),window.HTMLElement=e}(t),function(t){Document.prototype.createElement=function(e){return Ci(t,this,e,null)},Document.prototype.importNode=function(e,n){return e=Mo.call(this,e,!!n),this.__CE_registry?wi(t,e):yi(t,e),e},Document.prototype.createElementNS=function(e,n){return Ci(t,this,n,e)},ji(t,Document.prototype,{prepend:Ao,append:Lo})}(t),ji(t,DocumentFragment.prototype,{prepend:jo,append:ko}),function(t){function e(e,n){Object.defineProperty(e,"textContent",{enumerable:n.enumerable,configurable:!0,get:n.get,set:function(e){if(this.nodeType===Node.TEXT_NODE)n.set.call(this,e);else{var r=void 0;if(this.firstChild){var o=this.childNodes,i=o.length;if(0<i&&di(this)){r=Array(i);for(var a=0;a<i;a++)r[a]=o[a]}}if(n.set.call(this,e),r)for(e=0;e<r.length;e++)Ei(t,r[e])}}})}Node.prototype.insertBefore=function(e,n){if(e instanceof DocumentFragment){var r=fi(e);if(e=Io.call(this,e,n),di(this))for(n=0;n<r.length;n++)bi(t,r[n]);return e}return r=e instanceof Element&&di(e),n=Io.call(this,e,n),r&&Ei(t,e),di(this)&&bi(t,e),n},Node.prototype.appendChild=function(e){if(e instanceof DocumentFragment){var n=fi(e);if(e=Fo.call(this,e),di(this))for(var r=0;r<n.length;r++)bi(t,n[r]);return e}return n=e instanceof Element&&di(e),r=Fo.call(this,e),n&&Ei(t,e),di(this)&&bi(t,e),r},Node.prototype.cloneNode=function(e){return e=Ro.call(this,!!e),this.ownerDocument.__CE_registry?wi(t,e):yi(t,e),e},Node.prototype.removeChild=function(e){var n=e instanceof Element&&di(e),r=Ho.call(this,e);return n&&Ei(t,e),r},Node.prototype.replaceChild=function(e,n){if(e instanceof DocumentFragment){var r=fi(e);if(e=Uo.call(this,e,n),di(this))for(Ei(t,n),n=0;n<r.length;n++)bi(t,r[n]);return e}r=e instanceof Element&&di(e);var o=Uo.call(this,e,n),i=di(this);return i&&Ei(t,n),r&&Ei(t,e),i&&bi(t,e),o},Bo&&Bo.get?e(Node.prototype,Bo):function(t,e){t.W=!0,t.ca.push(e)}(t,(function(t){e(t,{enumerable:!0,configurable:!0,get:function(){for(var t=[],e=this.firstChild;e;e=e.nextSibling)e.nodeType!==Node.COMMENT_NODE&&t.push(e.textContent);return t.join("")},set:function(t){for(;this.firstChild;)Ho.call(this,this.firstChild);null!=t&&""!==t&&Fo.call(this,document.createTextNode(t))}})}))}(t),function(t){function e(e,n){Object.defineProperty(e,"innerHTML",{enumerable:n.enumerable,configurable:!0,get:n.get,set:function(e){var r=this,o=void 0;if(di(this)&&(o=[],vi(t,this,(function(t){t!==r&&o.push(t)}))),n.set.call(this,e),o)for(var i=0;i<o.length;i++){var a=o[i];1===a.__CE_state&&t.disconnectedCallback(a)}return this.ownerDocument.__CE_registry?wi(t,this):yi(t,this),e}})}function n(e,n){e.insertAdjacentElement=function(e,r){var o=di(r);return e=n.call(this,e,r),o&&Ei(t,r),di(e)&&bi(t,r),e}}function r(e,n){function r(e,n){for(var r=[];e!==n;e=e.nextSibling)r.push(e);for(n=0;n<r.length;n++)wi(t,r[n])}e.insertAdjacentHTML=function(t,e){if("beforebegin"===(t=t.toLowerCase())){var o=this.previousSibling;n.call(this,t,e),r(o||this.parentNode.firstChild,this)}else if("afterbegin"===t)o=this.firstChild,n.call(this,t,e),r(this.firstChild,o);else if("beforeend"===t)o=this.lastChild,n.call(this,t,e),r(o||this.firstChild,null);else{if("afterend"!==t)throw new SyntaxError("The value provided ("+String(t)+") is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'.");o=this.nextSibling,n.call(this,t,e),r(this.nextSibling,o)}}}qo&&(Element.prototype.attachShadow=function(e){if(e=qo.call(this,e),t.W&&!e.__CE_patched){e.__CE_patched=!0;for(var n=0;n<t.ca.length;n++)t.ca[n](e)}return this.__CE_shadowRoot=e}),Wo&&Wo.get?e(Element.prototype,Wo):ai&&ai.get?e(HTMLElement.prototype,ai):function(t,e){t.W=!0,t.g.push(e)}(t,(function(t){e(t,{enumerable:!0,configurable:!0,get:function(){return Ro.call(this,!0).innerHTML},set:function(t){var e="template"===this.localName,n=e?this.content:this,r=Po.call(document,this.namespaceURI,this.localName);for(r.innerHTML=t;0<n.childNodes.length;)Ho.call(n,n.childNodes[0]);for(t=e?r.content:r;0<t.childNodes.length;)Fo.call(n,t.childNodes[0])}})})),Element.prototype.setAttribute=function(e,n){if(1!==this.__CE_state)return Vo.call(this,e,n);var r=Go.call(this,e);Vo.call(this,e,n),n=Go.call(this,e),t.attributeChangedCallback(this,e,r,n,null)},Element.prototype.setAttributeNS=function(e,n,r){if(1!==this.__CE_state)return Jo.call(this,e,n,r);var o=Ko.call(this,e,n);Jo.call(this,e,n,r),r=Ko.call(this,e,n),t.attributeChangedCallback(this,n,o,r,e)},Element.prototype.removeAttribute=function(e){if(1!==this.__CE_state)return zo.call(this,e);var n=Go.call(this,e);zo.call(this,e),null!==n&&t.attributeChangedCallback(this,e,n,null,null)},Xo&&(Element.prototype.toggleAttribute=function(e,n){if(1!==this.__CE_state)return Xo.call(this,e,n);var r=Go.call(this,e);return null!==r!==(n=Xo.call(this,e,n))&&t.attributeChangedCallback(this,e,r,n?"":null,null),n}),Element.prototype.removeAttributeNS=function(e,n){if(1!==this.__CE_state)return $o.call(this,e,n);var r=Ko.call(this,e,n);$o.call(this,e,n);var o=Ko.call(this,e,n);r!==o&&t.attributeChangedCallback(this,n,r,o,e)},si?n(HTMLElement.prototype,si):Yo&&n(Element.prototype,Yo),li?r(HTMLElement.prototype,li):Zo&&r(Element.prototype,Zo),ji(t,Element.prototype,{prepend:Qo,append:ti}),function(t){function e(e){return function(n){for(var r=[],o=0;o<arguments.length;++o)r[o]=arguments[o];o=[];for(var i=[],a=0;a<r.length;a++){var s=r[a];if(s instanceof Element&&di(s)&&i.push(s),s instanceof DocumentFragment)for(s=s.firstChild;s;s=s.nextSibling)o.push(s);else o.push(s)}for(e.apply(this,r),r=0;r<i.length;r++)Ei(t,i[r]);if(di(this))for(r=0;r<o.length;r++)(i=o[r])instanceof Element&&bi(t,i)}}var n=Element.prototype;void 0!==ei&&(n.before=e(ei)),void 0!==ni&&(n.after=e(ni)),void 0!==ri&&(n.replaceWith=function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];r=[];for(var o=[],i=0;i<n.length;i++){var a=n[i];if(a instanceof Element&&di(a)&&o.push(a),a instanceof DocumentFragment)for(a=a.firstChild;a;a=a.nextSibling)r.push(a);else r.push(a)}for(i=di(this),ri.apply(this,n),n=0;n<o.length;n++)Ei(t,o[n]);if(i)for(Ei(t,this),n=0;n<r.length;n++)(o=r[n])instanceof Element&&bi(t,o)}),void 0!==oi&&(n.remove=function(){var e=di(this);oi.call(this),e&&Ei(t,this)})}(t)}(t),window.CustomElementRegistry=xi,t=new xi(t),document.__CE_registry=t,Object.defineProperty(window,"customElements",{configurable:!0,enumerable:!0,value:t})}function Ii(){this.end=this.start=0,this.rules=this.parent=this.previous=null,this.cssText=this.parsedCssText="",this.atRule=!1,this.type=0,this.parsedSelector=this.selector=this.keyframesName=""}function Hi(t){var e=t=t.replace(Ki,"").replace(Ji,""),n=new Ii;n.start=0,n.end=e.length;for(var r=n,o=0,i=e.length;o<i;o++)if("{"===e[o]){r.rules||(r.rules=[]);var a=r,s=a.rules[a.rules.length-1]||null;(r=new Ii).start=o+1,r.parent=a,r.previous=s,a.rules.push(r)}else"}"===e[o]&&(r.end=o+1,r=r.parent||n);return Ui(n,t)}function Ui(t,e){var n=e.substring(t.start,t.end-1);if(t.parsedCssText=t.cssText=n.trim(),t.parent&&(n=function(t){return t.replace(/\\([0-9a-f]{1,6})\s/gi,(function(t,e){for(e=6-(t=e).length;e--;)t="0"+t;return"\\"+t}))}(n=e.substring(t.previous?t.previous.end:t.parent.start,t.start-1)),n=(n=n.replace(ea," ")).substring(n.lastIndexOf(";")+1),n=t.parsedSelector=t.selector=n.trim(),t.atRule=0===n.indexOf("@"),t.atRule?0===n.indexOf("@media")?t.type=zi:n.match(ta)&&(t.type=Vi,t.keyframesName=t.selector.split(ea).pop()):t.type=0===n.indexOf("--")?Xi:Gi),n=t.rules)for(var r=0,o=n.length,i=void 0;r<o&&(i=n[r]);r++)Ui(i,e);return t}function Bi(t,e,n){n=void 0===n?"":n;var r="";if(t.cssText||t.rules){var o,i=t.rules;if((o=i)&&(o=!((o=i[0])&&o.selector&&0===o.selector.indexOf("--"))),o){o=0;for(var a=i.length,s=void 0;o<a&&(s=i[o]);o++)r=Bi(s,e,r)}else(r=(e=e?t.cssText:(e=(e=t.cssText).replace($i,"").replace(Yi,"")).replace(Zi,"").replace(Qi,"")).trim())&&(r=" "+r+"\n")}return r&&(t.selector&&(n+=t.selector+" {\n"),n+=r,t.selector&&(n+="}\n\n")),n}Ri&&!Ri.forcePolyfill&&"function"==typeof Ri.define&&"function"==typeof Ri.get||Fi(),window.__CE_installPolyfill=Fi;var qi,Wi,Gi=1,Vi=7,zi=4,Xi=1e3,Ki=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,Ji=/@import[^;]*;/gim,$i=/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,Yi=/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,Zi=/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,Qi=/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,ta=/^@[^\s]*keyframes/,ea=/\s+/g,na=!(window.ShadyDOM&&window.ShadyDOM.inUse);function ra(t){qi=(!t||!t.shimcssproperties)&&(na||!(navigator.userAgent.match(/AppleWebKit\/601|Edge\/15/)||!window.CSS||!CSS.supports||!CSS.supports("box-shadow","0 0 0 var(--foo)")))}window.ShadyCSS&&void 0!==window.ShadyCSS.cssBuild&&(Wi=window.ShadyCSS.cssBuild);var oa=!(!window.ShadyCSS||!window.ShadyCSS.disableRuntime);window.ShadyCSS&&void 0!==window.ShadyCSS.nativeCss?qi=window.ShadyCSS.nativeCss:window.ShadyCSS?(ra(window.ShadyCSS),window.ShadyCSS=void 0):ra(window.WebComponents&&window.WebComponents.flags);var ia=qi,aa=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gi,sa=/(?:^|\W+)@apply\s*\(?([^);\n]*)\)?/gi,la=/(--[\w-]+)\s*([:,;)]|$)/gi,ca=/(animation\s*:)|(animation-name\s*:)/,ua=/@media\s(.*)/,ha=/\{[^}]*\}/g,da=new Set;function fa(t,e){return t?("string"==typeof t&&(t=Hi(t)),e&&ma(t,e),Bi(t,ia)):""}function pa(t){return!t.__cssRules&&t.textContent&&(t.__cssRules=Hi(t.textContent)),t.__cssRules||null}function _a(t){return!!t.parent&&t.parent.type===Vi}function ma(t,e,n,r){if(t){var o=!1,i=t.type;if(r&&i===zi){var a=t.selector.match(ua);a&&(window.matchMedia(a[1]).matches||(o=!0))}if(i===Gi?e(t):n&&i===Vi?n(t):i===Xi&&(o=!0),(t=t.rules)&&!o)for(o=0,i=t.length,a=void 0;o<i&&(a=t[o]);o++)ma(a,e,n,r)}}function va(t,e,n,r){var o=document.createElement("style");return e&&o.setAttribute("scope",e),o.textContent=t,ba(o,n,r),o}var ya=null;function ga(t){t=document.createComment(" Shady DOM styles for "+t+" ");var e=document.head;return e.insertBefore(t,(ya?ya.nextSibling:null)||e.firstChild),ya=t}function ba(t,e,n){(e=e||document.head).insertBefore(t,n&&n.nextSibling||e.firstChild),ya?t.compareDocumentPosition(ya)===Node.DOCUMENT_POSITION_PRECEDING&&(ya=t):ya=t}function Ea(t,e){for(var n=0,r=t.length;e<r;e++)if("("===t[e])n++;else if(")"===t[e]&&0==--n)return e;return-1}function wa(t,e){var n=t.indexOf("var(");if(-1===n)return e(t,"","","");var r=Ea(t,n+3),o=t.substring(n+4,r);return n=t.substring(0,n),t=wa(t.substring(r+1),e),-1===(r=o.indexOf(","))?e(n,o.trim(),"",t):e(n,o.substring(0,r).trim(),o.substring(r+1).trim(),t)}function Na(t,e){na?t.setAttribute("class",e):window.ShadyDOM.nativeMethods.setAttribute.call(t,"class",e)}var Ca=window.ShadyDOM&&window.ShadyDOM.wrap||function(t){return t};function Sa(t){var e=t.localName,n="";return e?-1<e.indexOf("-")||(n=e,e=t.getAttribute&&t.getAttribute("is")||""):(e=t.is,n=t.extends),{is:e,ja:n}}function Ta(t){for(var e=[],n="",r=0;0<=r&&r<t.length;r++)if("("===t[r]){var o=Ea(t,r);n+=t.slice(r,o+1),r=o}else","===t[r]?(e.push(n),n=""):n+=t[r];return n&&e.push(n),e}function Oa(t){if(void 0!==Wi)return Wi;if(void 0===t.__cssBuild){var e=t.getAttribute("css-build");if(e)t.__cssBuild=e;else{if(""!==(e=(e="template"===t.localName?t.content.firstChild:t.firstChild)instanceof Comment&&"css-build"===(e=e.textContent.trim().split(":"))[0]?e[1]:"")){var n="template"===t.localName?t.content.firstChild:t.firstChild;n.parentNode.removeChild(n)}t.__cssBuild=e}}return t.__cssBuild||""}function Da(t){return!(""===(t=void 0===t?"":t)||!ia)&&(na?"shadow"===t:"shady"===t)}function xa(){}function Pa(t,e,n){var r;if(e.nodeType===Node.ELEMENT_NODE&&n(e),r="template"===e.localName?(e.content||e._content||e).childNodes:e.children||e.childNodes)for(e=0;e<r.length;e++)Pa(t,r[e],n)}function Ma(t,e,n){if(e)if(t.classList)n?(t.classList.remove("style-scope"),t.classList.remove(e)):(t.classList.add("style-scope"),t.classList.add(e));else if(t.getAttribute){var r=t.getAttribute("class");n?r&&Na(t,e=r.replace("style-scope","").replace(e,"")):Na(t,(r?r+" ":"")+"style-scope "+e)}}function Aa(t,e,n){Pa(Ka,t,(function(t){Ma(t,e,!0),Ma(t,n)}))}function La(t,e){Pa(Ka,t,(function(t){Ma(t,e||"",!0)}))}function ja(t,e,n,r,o){var i=Ka;return""===(o=void 0===o?"":o)&&(o=na||"shady"===(void 0===r?"":r)?fa(e,n):function(t,e,n,r,o){var i=ka(n,r);return n=n?"."+n:"",fa(e,(function(e){e.i||(e.selector=e.G=Ra(t,e,t.h,n,i),e.i=!0),o&&o(e,n,i)}))}(i,e,(t=Sa(t)).is,t.ja,n)+"\n\n"),o.trim()}function ka(t,e){return e?"[is="+t+"]":t}function Ra(t,e,n,r,o){var i=Ta(e.selector);if(!_a(e)){e=0;for(var a=i.length,s=void 0;e<a&&(s=i[e]);e++)i[e]=n.call(t,s,r,o)}return i.filter((function(t){return!!t})).join(",")}function Fa(t){return t.replace(Ua,(function(t,e,n){return-1<n.indexOf("+")?n=n.replace(/\+/g,"___"):-1<n.indexOf("___")&&(n=n.replace(/___/g,"+")),":"+e+"("+n+")"}))}function Ia(t,e){t=t.split(/(\[.+?\])/);for(var n=[],r=0;r<t.length;r++)if(1==r%2)n.push(t[r]);else{var o=t[r];""===o&&r===t.length-1||((o=o.split(":"))[0]+=e,n.push(o.join(":")))}return n.join("")}function Ha(t){":root"===t.selector&&(t.selector="html")}xa.prototype.h=function(t,e,n){var r=!1;t=t.trim();var o=Ua.test(t);o&&(t=Fa(t=t.replace(Ua,(function(t,e,n){return":"+e+"("+n.replace(/\s/g,"")+")"}))));var i=Xa.test(t);if(i){var a=function(t){for(var e,n=[];e=t.match(Xa);){var r=e.index,o=Ea(t,r);if(-1===o)throw Error(e.input+" selector missing ')'");e=t.slice(r,o+1),t=t.replace(e,""),n.push(e)}return{Ea:t,matches:n}}(t);t=a.Ea,a=a.matches}return t=(t=t.replace(Wa,":host $1")).replace(Ba,(function(t,o,i){return r||(t=function(t,e,n,r){var o=t.indexOf("::slotted");if(0<=t.indexOf(":host")?t=function(t,e){var n=t.match(Ga);return(n=n&&n[2].trim()||"")?n[0].match(qa)?t.replace(Ga,(function(t,n,r){return e+r})):n.split(qa)[0]===e?n:"should_not_match":t.replace(":host",e)}(t,r):0!==o&&(t=n?Ia(t,n):t),n=!1,0<=o&&(e="",n=!0),n){var i=!0;n&&(t=t.replace(Va,(function(t,e){return" > "+e})))}return{value:t,Ya:e,stop:i}}(i,o,e,n),r=r||t.stop,o=t.Ya,i=t.value),o+i})),i&&(t=function(t,e){var n=t.split("");return e.reduce((function(t,e,r){return t+e+n[r+1]}),n[0])}(t,a)),o&&(t=Fa(t)),t.replace(za,(function(t,e,n,r){return'[dir="'+n+'"] '+e+r+", "+e+'[dir="'+n+'"]'+r}))},xa.prototype.i=function(t){return t.match(":host")?"":t.match("::slotted")?this.h(t,":not(.style-scope)"):Ia(t.trim(),":not(.style-scope)")},o.Object.defineProperties(xa.prototype,{g:{configurable:!0,enumerable:!0,get:function(){return"style-scope"}}});var Ua=/:(nth[-\w]+)\(([^)]+)\)/,Ba=/(^|[\s>+~]+)((?:\[.+?\]|[^\s>+~=[])+)/g,qa=/[[.:#*]/,Wa=/^(::slotted)/,Ga=/(:host)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,Va=/(?:::slotted)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,za=/(.*):dir\((?:(ltr|rtl))\)(.*)/,Xa=/:(?:matches|any|-(?:webkit|moz)-any)/,Ka=new xa;function Ja(t,e,n,r,o){this.M=t||null,this.h=e||null,this.Ca=n||[],this.K=null,this.cssBuild=o||"",this.ja=r||"",this.g=this.L=this.R=null}function $a(t){return t?t.__styleInfo:null}function Ya(t,e){return t.__styleInfo=e}function Za(t){var e=this.matches||this.matchesSelector||this.mozMatchesSelector||this.msMatchesSelector||this.oMatchesSelector||this.webkitMatchesSelector;return e&&e.call(this,t)}Ja.prototype.i=function(){return this.M},Ja.prototype._getStyleRules=Ja.prototype.i;var Qa=/:host\s*>\s*/,ts=navigator.userAgent.match("Trident");function es(){}function ns(t){if(!t.F){var e={},n={};rs(t,n)&&(e.P=n,t.rules=null),e.cssText=t.parsedCssText.replace(ha,"").replace(aa,""),t.F=e}}function rs(t,e){var n=t.F;if(!n){n=t.parsedCssText;for(var r;t=aa.exec(n);)"inherit"===(r=(t[2]||t[3]).trim())&&"unset"===r||(e[t[1].trim()]=r),r=!0;return r}if(n.P)return Object.assign(e,n.P),!0}function os(t,e,n){return e&&(e=0<=e.indexOf(";")?is(t,e,n):wa(e,(function(e,r,o,i){return r?((r=os(t,n[r],n))&&"initial"!==r?"apply-shim-inherit"===r&&(r="inherit"):r=os(t,n[o]||o,n)||o,e+(r||"")+i):e+i}))),e&&e.trim()||""}function is(t,e,n){e=e.split(";");for(var r,o,i=0;i<e.length;i++)if(r=e[i]){if(sa.lastIndex=0,o=sa.exec(r))r=os(t,n[o[1]],n);else if(-1!==(o=r.indexOf(":"))){var a=r.substring(o);a=os(t,a=a.trim(),n)||a,r=r.substring(0,o)+a}e[i]=r&&r.lastIndexOf(";")===r.length-1?r.slice(0,-1):r||""}return e.join(";")}function as(t){return function(e){return e.replace(t.u,t.g)}}function ss(t,e){var n=ls,r=pa(t);t.textContent=fa(r,(function(t){var r=t.cssText=t.parsedCssText;t.F&&t.F.cssText&&(r=r.replace($i,"").replace(Yi,""),t.cssText=is(n,r,e))}))}o.Object.defineProperties(es.prototype,{g:{configurable:!0,enumerable:!0,get:function(){return"x-scope"}}});var ls=new es,cs={},us=window.customElements;if(us&&!na&&!oa){var hs=us.define;us.define=function(t,e,n){cs[t]||(cs[t]=ga(t)),hs.call(us,t,e,n)}}function ds(){this.cache={}}function fs(){}ds.prototype.store=function(t,e,n,r){var o=this.cache[t]||[];o.push({P:e,styleElement:n,L:r}),100<o.length&&o.shift(),this.cache[t]=o};var ps=new RegExp(Ka.g+"\\s*([^\\s]*)");function _s(t){return(t=(t.classList&&t.classList.value?t.classList.value:t.getAttribute("class")||"").match(ps))?t[1]:""}function ms(t){var e=Ca(t).getRootNode();return e===t||e===t.ownerDocument?"":(t=e.host)?Sa(t).is:""}function vs(t){for(var e=0;e<t.length;e++){var n=t[e];if(n.target!==document.documentElement&&n.target!==document.head)for(var r=0;r<n.addedNodes.length;r++){var o=n.addedNodes[r];if(o.nodeType===Node.ELEMENT_NODE){var i=o.getRootNode(),a=_s(o);if(a&&i===o.ownerDocument&&("style"!==o.localName&&"template"!==o.localName||""===Oa(o)))La(o,a);else if(i instanceof ShadowRoot)for((i=ms(o))!==a&&Aa(o,a,i),o=window.ShadyDOM.nativeMethods.querySelectorAll.call(o,":not(."+Ka.g+")"),a=0;a<o.length;a++){var s=ms(i=o[a]);s&&Ma(i,s)}}}}}if(!(na||window.ShadyDOM&&window.ShadyDOM.handlesDynamicScoping)){var ys=new MutationObserver(vs),gs=function(t){ys.observe(t,{childList:!0,subtree:!0})};if(window.customElements&&!window.customElements.polyfillWrapFlushCallback)gs(document);else{var bs=function(){gs(document.body)};window.HTMLImports?window.HTMLImports.whenReady(bs):requestAnimationFrame((function(){if("loading"===document.readyState){var t=function(){bs(),document.removeEventListener("readystatechange",t)};document.addEventListener("readystatechange",t)}else bs()}))}fs=function(){vs(ys.takeRecords())}}var Es={},ws=Promise.resolve();function Ns(t){(t=Es[t])&&(t._applyShimCurrentVersion=t._applyShimCurrentVersion||0,t._applyShimValidatingVersion=t._applyShimValidatingVersion||0,t._applyShimNextVersion=(t._applyShimNextVersion||0)+1)}function Cs(t){return t._applyShimCurrentVersion===t._applyShimNextVersion}var Ss={},Ts=new ds;function Os(){this.ea={},this.i=document.documentElement;var t=new Ii;t.rules=[],this.u=Ya(this.i,new Ja(t)),this.O=!1,this.g=this.h=null}function Ds(t){var e=Sa(t),n=e.is;e=e.ja;var r=cs[n]||null,o=Es[n];if(o)return Ya(t,e=new Ja(n=o._styleAst,r,o.g,e,o=Oa(o))),e}function xs(t){if(!t.h&&window.ShadyCSS&&window.ShadyCSS.ApplyShim){t.h=window.ShadyCSS.ApplyShim,t.h.invalidCallback=Ns;var e=!0}else e=!1;return function(t){!t.g&&window.ShadyCSS&&window.ShadyCSS.CustomStyleInterface&&(t.g=window.ShadyCSS.CustomStyleInterface,t.g.transformCallback=function(e){t.Qa(e)},t.g.validateCallback=function(){requestAnimationFrame((function(){(t.g.enqueued||t.O)&&t.flushCustomStyles()}))})}(t),e}function Ps(t,e,n){var r=Sa(e).is;if(n.K){var o,i=n.K;for(o in i)null===o?e.style.removeProperty(o):e.style.setProperty(o,i[o])}!(i=Es[r])&&e!==t.i||i&&""!==Oa(i)||!i||!i._style||Cs(i)||((Cs(i)||i._applyShimValidatingVersion!==i._applyShimNextVersion)&&(xs(t),t.h&&t.h.transformRules(i._styleAst,r),i._style.textContent=ja(e,n.M),function(t){t._applyShimValidatingVersion=t._applyShimNextVersion,t._validating||(t._validating=!0,ws.then((function(){t._applyShimCurrentVersion=t._applyShimNextVersion,t._validating=!1})))}(i)),na&&(t=e.shadowRoot)&&(t=t.querySelector("style"))&&(t.textContent=ja(e,n.M)),n.M=i._styleAst)}function Ms(t,e){return(e=Ca(e).getRootNode().host)?$a(e)||Ds(e)?e:Ms(t,e):t.i}function As(t,e,n){var r=Ms(t,e),o=$a(r),i=o.R;for(var a in r===t.i||i||(As(t,r,o),i=o.R),t=Object.create(i||null),r=function(t,e,n){var r={},o={};return ma(e,(function(e){!function(t,e,n,r){if(e.F||ns(e),e.F.P){var o=Sa(t);t=o.is,o=o.ja,o=t?ka(t,o):"html";var i=e.parsedSelector,a=!!i.match(Qa)||"html"===o&&-1<i.indexOf("html"),s=0===i.indexOf(":host")&&!a;"shady"===n&&(s=!(a=i===o+" > *."+o||-1!==i.indexOf("html"))&&0===i.indexOf(o)),(a||s)&&(n=o,s&&(e.G||(e.G=Ra(Ka,e,Ka.h,t?"."+t:"",o)),n=e.G||o),a&&"html"===o&&(n=e.G||e.O),r({Ea:n,gb:s,vb:a}))}}(t,e,n,(function(n){Za.call(t._element||t,n.Ea)&&(n.gb?rs(e,r):rs(e,o))}))}),null,!0),{mb:o,eb:r}}(e,n.M,n.cssBuild),e=function(t,e){var n={},r=[];return ma(t,(function(t){t.F||ns(t);var o=t.G||t.parsedSelector;e&&t.F.P&&o&&Za.call(e,o)&&(rs(t,n),t=t.index,o=parseInt(t/32,10),r[o]=(r[o]||0)|1<<t%32)}),null,!0),{P:n,key:r}}(o.M,e).P,Object.assign(t,r.eb,e,r.mb),e=n.K)((o=e[a])||0===o)&&(t[a]=o);for(a=ls,e=Object.getOwnPropertyNames(t),o=0;o<e.length;o++)t[r=e[o]]=os(a,t[r],t);n.R=t}(t=Os.prototype).flush=function(){fs()},t.bb=function(t){return pa(t)},t.qb=function(t){return fa(t)},t.prepareTemplate=function(t,e,n){this.prepareTemplateDom(t,e),this.prepareTemplateStyles(t,e,n)},t.prepareTemplateStyles=function(t,e,n){if(!t._prepared&&!oa){na||cs[e]||(cs[e]=ga(e)),t._prepared=!0,t.name=e,t.extends=n,Es[e]=t;var r=Oa(t),o=Da(r);n={is:e,extends:n};for(var i=[],a=t.content.querySelectorAll("style"),s=0;s<a.length;s++){var l=a[s];if(l.hasAttribute("shady-unscoped")){if(!na){var c=l.textContent;if(!da.has(c)){da.add(c);var u=document.createElement("style");u.setAttribute("shady-unscoped",""),u.textContent=c,document.head.appendChild(u)}l.parentNode.removeChild(l)}}else i.push(l.textContent),l.parentNode.removeChild(l)}i=i.join("").trim()+(Ss[e]||""),xs(this),o||((a=!r)&&(a=sa.test(i)||aa.test(i),sa.lastIndex=0,aa.lastIndex=0),s=Hi(i),a&&ia&&this.h&&this.h.transformRules(s,e),t._styleAst=s),a=[],ia||(a=function(t){var e={},n=[],r=0;for(var o in ma(t,(function(t){ns(t),t.index=r++,t=t.F.cssText;for(var n;n=la.exec(t);){var o=n[1];":"!==n[2]&&(e[o]=!0)}}),(function(t){n.push(t)})),t.h=n,t=[],e)t.push(o);return t}(t._styleAst)),a.length&&!ia||(s=na?t.content:null,e=cs[e]||null,r=(r=ja(n,t._styleAst,null,r,o?i:"")).length?va(r,n.is,s,e):null,t._style=r),t.g=a}},t.kb=function(t,e){Ss[e]=t.join(" ")},t.prepareTemplateDom=function(t,e){if(!oa){var n=Oa(t);na||"shady"===n||t._domPrepared||(t._domPrepared=!0,function(t,e){Pa(Ka,t,(function(t){Ma(t,e||"")}))}(t.content,e))}},t.flushCustomStyles=function(){if(!oa){var t=xs(this);if(this.g){var e=this.g.processStyles();if((t||this.g.enqueued)&&!Da(this.u.cssBuild)){if(ia){if(!this.u.cssBuild)for(t=0;t<e.length;t++){var n=this.g.getStyleForCustomStyle(e[t]);if(n&&ia&&this.h){var r=pa(n);xs(this),this.h.transformRules(r),n.textContent=fa(r)}}}else{for(function(t,e){e=e.map((function(e){return t.g.getStyleForCustomStyle(e)})).filter((function(t){return!!t})),e.sort((function(t,e){return(t=e.compareDocumentPosition(t))&Node.DOCUMENT_POSITION_FOLLOWING?1:t&Node.DOCUMENT_POSITION_PRECEDING?-1:0})),t.u.M.rules=e.map((function(t){return pa(t)}))}(this,e),As(this,this.i,this.u),t=0;t<e.length;t++)(n=this.g.getStyleForCustomStyle(e[t]))&&ss(n,this.u.R);this.O&&this.styleDocument()}this.g.enqueued=!1}}}},t.styleElement=function(t,e){if(oa){if(e){$a(t)||Ya(t,new Ja(null));var n=$a(t);n.K=n.K||{},Object.assign(n.K,e),Ps(this,t,n)}}else if(n=$a(t)||Ds(t))if(t!==this.i&&(this.O=!0),e&&(n.K=n.K||{},Object.assign(n.K,e)),ia)Ps(this,t,n);else if(this.flush(),As(this,t,n),n.Ca&&n.Ca.length){var r;e=Sa(t).is;t:{if(r=Ts.cache[e])for(var o=r.length-1;0<=o;o--){var i=r[o];e:{for(var a=n.Ca,s=0;s<a.length;s++){var l=a[s];if(i.P[l]!==n.R[l]){a=!1;break e}}a=!0}if(a){r=i;break t}}r=void 0}a=r?r.styleElement:null,o=n.L,(i=r&&r.L)||(i=e+"-"+(i=this.ea[e]=(this.ea[e]||0)+1)),n.L=i,i=n.L,s=ls,s=a?a.textContent||"":function(t,e,n,r){var o=Sa(e),i=ka(o.is,o.ja),a=new RegExp("(?:^|[^.#[:])"+(e.extends?"\\"+i.slice(0,-1)+"\\]":i)+"($|[.:[\\s>+~])"),s=$a(e);o=s.M,s=s.cssBuild;var l=function(t,e){t=t.h;var n={};if(!na&&t)for(var r=0,o=t[r];r<t.length;o=t[++r]){var i=o,a=e;i.u=new RegExp("\\b"+i.keyframesName+"(?!\\B|-)","g"),i.g=i.keyframesName+"-"+a,i.G=i.G||i.selector,i.selector=i.G.replace(i.keyframesName,i.g),n[o.keyframesName]=as(o)}return n}(o,r);return ja(e,o,(function(e){var o="";if(e.F||ns(e),e.F.cssText&&(o=is(t,e.F.cssText,n)),e.cssText=o,!na&&!_a(e)&&e.cssText){var s=o=e.cssText;if(null==e.Ma&&(e.Ma=ca.test(o)),e.Ma)if(null==e.ra)for(var c in e.ra=[],l)o!==(s=(s=l[c])(o))&&(o=s,e.ra.push(c));else{for(c=0;c<e.ra.length;++c)o=(s=l[e.ra[c]])(o);s=o}e.cssText=s,e.G=e.G||e.selector,o="."+r,s=0;for(var u=(c=Ta(e.G)).length,h=void 0;s<u&&(h=c[s]);s++)c[s]=h.match(a)?h.replace(i,o):o+" "+h;e.selector=c.join(",")}}),s)}(s,t,n.R,i);var c=(l=$a(t)).g;c&&!na&&c!==a&&(c._useCount--,0>=c._useCount&&c.parentNode&&c.parentNode.removeChild(c)),na?l.g?(l.g.textContent=s,a=l.g):s&&(a=va(s,i,t.shadowRoot,l.h)):a?a.parentNode||(ts&&-1<s.indexOf("@media")&&(a.textContent=s),ba(a,null,l.h)):s&&(a=va(s,i,null,l.h)),a&&(a._useCount=a._useCount||0,l.g!=a&&a._useCount++,l.g=a),i=a,na||(a=n.L,l=s=t.getAttribute("class")||"",o&&(l=s.replace(new RegExp("\\s*x-scope\\s*"+o+"\\s*","g")," ")),s!==(l+=(l?" ":"")+"x-scope "+a)&&Na(t,l)),r||Ts.store(e,n.R,i,n.L)}},t.styleDocument=function(t){this.styleSubtree(this.i,t)},t.styleSubtree=function(t,e){var n=Ca(t),r=n.shadowRoot,o=t===this.i;if((r||o)&&this.styleElement(t,e),t=o?n:r)for(t=Array.from(t.querySelectorAll("*")).filter((function(t){return Ca(t).shadowRoot})),e=0;e<t.length;e++)this.styleSubtree(t[e])},t.Qa=function(t){var e=this,n=Oa(t);if(n!==this.u.cssBuild&&(this.u.cssBuild=n),!Da(n)){var r=pa(t);ma(r,(function(t){if(na)Ha(t);else{var r=Ka;t.selector=t.parsedSelector,Ha(t),t.selector=t.G=Ra(r,t,r.i,void 0,void 0)}ia&&""===n&&(xs(e),e.h&&e.h.transformRule(t))})),ia?t.textContent=fa(r):this.u.M.rules.push(r)}},t.getComputedStyleValue=function(t,e){var n;return ia||(n=($a(t)||$a(Ms(this,t))).R[e]),(n=n||window.getComputedStyle(t).getPropertyValue(e))?n.trim():""},t.pb=function(t,e){var n=Ca(t).getRootNode();if(e=e?("string"==typeof e?e:String(e)).split(/\s/):[],!(n=n.host&&n.host.localName)){var r=t.getAttribute("class");if(r){r=r.split(/\s/);for(var o=0;o<r.length;o++)if(r[o]===Ka.g){n=r[o+1];break}}}n&&e.push(Ka.g,n),ia||(n=$a(t))&&n.L&&e.push(ls.g,n.L),Na(t,e.join(" "))},t.Xa=function(t){return $a(t)},t.ob=function(t,e){Ma(t,e)},t.rb=function(t,e){Ma(t,e,!0)},t.nb=function(t){return ms(t)},t.$a=function(t){return _s(t)},Os.prototype.flush=Os.prototype.flush,Os.prototype.prepareTemplate=Os.prototype.prepareTemplate,Os.prototype.styleElement=Os.prototype.styleElement,Os.prototype.styleDocument=Os.prototype.styleDocument,Os.prototype.styleSubtree=Os.prototype.styleSubtree,Os.prototype.getComputedStyleValue=Os.prototype.getComputedStyleValue,Os.prototype.setElementClass=Os.prototype.pb,Os.prototype._styleInfoForNode=Os.prototype.Xa,Os.prototype.transformCustomStyleForDocument=Os.prototype.Qa,Os.prototype.getStyleAst=Os.prototype.bb,Os.prototype.styleAstToString=Os.prototype.qb,Os.prototype.flushCustomStyles=Os.prototype.flushCustomStyles,Os.prototype.scopeNode=Os.prototype.ob,Os.prototype.unscopeNode=Os.prototype.rb,Os.prototype.scopeForNode=Os.prototype.nb,Os.prototype.currentScopeForNode=Os.prototype.$a,Os.prototype.prepareAdoptedCssText=Os.prototype.kb,Object.defineProperties(Os.prototype,{nativeShadow:{get:function(){return na}},nativeCss:{get:function(){return ia}}});var Ls,js,ks=new Os;window.ShadyCSS&&(Ls=window.ShadyCSS.ApplyShim,js=window.ShadyCSS.CustomStyleInterface),window.ShadyCSS={ScopingShim:ks,prepareTemplate:function(t,e,n){ks.flushCustomStyles(),ks.prepareTemplate(t,e,n)},prepareTemplateDom:function(t,e){ks.prepareTemplateDom(t,e)},prepareTemplateStyles:function(t,e,n){ks.flushCustomStyles(),ks.prepareTemplateStyles(t,e,n)},styleSubtree:function(t,e){ks.flushCustomStyles(),ks.styleSubtree(t,e)},styleElement:function(t){ks.flushCustomStyles(),ks.styleElement(t)},styleDocument:function(t){ks.flushCustomStyles(),ks.styleDocument(t)},flushCustomStyles:function(){ks.flushCustomStyles()},getComputedStyleValue:function(t,e){return ks.getComputedStyleValue(t,e)},nativeCss:ia,nativeShadow:na,cssBuild:Wi,disableRuntime:oa},Ls&&(window.ShadyCSS.ApplyShim=Ls),js&&(window.ShadyCSS.CustomStyleInterface=js),function(t){function e(t){return""==t&&(i.call(this),this.m=!0),t.toLowerCase()}function n(t){var e=t.charCodeAt(0);return 32<e&&127>e&&-1==[34,35,60,62,63,96].indexOf(e)?t:encodeURIComponent(t)}function r(t){var e=t.charCodeAt(0);return 32<e&&127>e&&-1==[34,35,60,62,96].indexOf(e)?t:encodeURIComponent(t)}function o(t,o,a){function s(t){v.push(t)}var l=o||"scheme start",f=0,p="",_=!1,m=!1,v=[];t:for(;(null!=t[f-1]||0==f)&&!this.m;){var y=t[f];switch(l){case"scheme start":if(!y||!h.test(y)){if(o){s("Invalid scheme.");break t}p="",l="no scheme";continue}p+=y.toLowerCase(),l="scheme";break;case"scheme":if(y&&d.test(y))p+=y.toLowerCase();else{if(":"!=y){if(o){null!=y&&s("Code point not allowed in scheme: "+y);break t}p="",f=0,l="no scheme";continue}if(this.l=p,p="",o)break t;void 0!==c[this.l]&&(this.H=!0),l="file"==this.l?"relative":this.H&&a&&a.l==this.l?"relative or authority":this.H?"authority first slash":"scheme data"}break;case"scheme data":"?"==y?(this.A="?",l="query"):"#"==y?(this.C="#",l="fragment"):null!=y&&"\t"!=y&&"\n"!=y&&"\r"!=y&&(this.ya+=n(y));break;case"no scheme":if(a&&void 0!==c[a.l]){l="relative";continue}s("Missing scheme."),i.call(this),this.m=!0;break;case"relative or authority":if("/"!=y||"/"!=t[f+1]){s("Expected /, got: "+y),l="relative";continue}l="authority ignore slashes";break;case"relative":if(this.H=!0,"file"!=this.l&&(this.l=a.l),null==y){this.o=a.o,this.v=a.v,this.s=a.s.slice(),this.A=a.A,this.B=a.B,this.j=a.j;break t}if("/"==y||"\\"==y)"\\"==y&&s("\\ is an invalid code point."),l="relative slash";else if("?"==y)this.o=a.o,this.v=a.v,this.s=a.s.slice(),this.A="?",this.B=a.B,this.j=a.j,l="query";else{if("#"!=y){l=t[f+1];var g=t[f+2];("file"!=this.l||!h.test(y)||":"!=l&&"|"!=l||null!=g&&"/"!=g&&"\\"!=g&&"?"!=g&&"#"!=g)&&(this.o=a.o,this.v=a.v,this.B=a.B,this.j=a.j,this.s=a.s.slice(),this.s.pop()),l="relative path";continue}this.o=a.o,this.v=a.v,this.s=a.s.slice(),this.A=a.A,this.C="#",this.B=a.B,this.j=a.j,l="fragment"}break;case"relative slash":if("/"!=y&&"\\"!=y){"file"!=this.l&&(this.o=a.o,this.v=a.v,this.B=a.B,this.j=a.j),l="relative path";continue}"\\"==y&&s("\\ is an invalid code point."),l="file"==this.l?"file host":"authority ignore slashes";break;case"authority first slash":if("/"!=y){s("Expected '/', got: "+y),l="authority ignore slashes";continue}l="authority second slash";break;case"authority second slash":if(l="authority ignore slashes","/"!=y){s("Expected '/', got: "+y);continue}break;case"authority ignore slashes":if("/"!=y&&"\\"!=y){l="authority";continue}s("Expected authority, got: "+y);break;case"authority":if("@"==y){for(_&&(s("@ already seen."),p+="%40"),_=!0,y=0;y<p.length;y++)"\t"==(g=p[y])||"\n"==g||"\r"==g?s("Invalid whitespace in authority."):":"==g&&null===this.j?this.j="":(g=n(g),null!==this.j?this.j+=g:this.B+=g);p=""}else{if(null==y||"/"==y||"\\"==y||"?"==y||"#"==y){f-=p.length,p="",l="host";continue}p+=y}break;case"file host":if(null==y||"/"==y||"\\"==y||"?"==y||"#"==y){2!=p.length||!h.test(p[0])||":"!=p[1]&&"|"!=p[1]?(0!=p.length&&(this.o=e.call(this,p),p=""),l="relative path start"):l="relative path";continue}"\t"==y||"\n"==y||"\r"==y?s("Invalid whitespace in file host."):p+=y;break;case"host":case"hostname":if(":"!=y||m){if(null==y||"/"==y||"\\"==y||"?"==y||"#"==y){if(this.o=e.call(this,p),p="",l="relative path start",o)break t;continue}"\t"!=y&&"\n"!=y&&"\r"!=y?("["==y?m=!0:"]"==y&&(m=!1),p+=y):s("Invalid code point in host/hostname: "+y)}else if(this.o=e.call(this,p),p="",l="port","hostname"==o)break t;break;case"port":if(/[0-9]/.test(y))p+=y;else{if(null==y||"/"==y||"\\"==y||"?"==y||"#"==y||o){if(""!=p&&((p=parseInt(p,10))!=c[this.l]&&(this.v=p+""),p=""),o)break t;l="relative path start";continue}"\t"==y||"\n"==y||"\r"==y?s("Invalid code point in port: "+y):(i.call(this),this.m=!0)}break;case"relative path start":if("\\"==y&&s("'\\' not allowed in path."),l="relative path","/"!=y&&"\\"!=y)continue;break;case"relative path":null!=y&&"/"!=y&&"\\"!=y&&(o||"?"!=y&&"#"!=y)?"\t"!=y&&"\n"!=y&&"\r"!=y&&(p+=n(y)):("\\"==y&&s("\\ not allowed in relative path."),(g=u[p.toLowerCase()])&&(p=g),".."==p?(this.s.pop(),"/"!=y&&"\\"!=y&&this.s.push("")):"."==p&&"/"!=y&&"\\"!=y?this.s.push(""):"."!=p&&("file"==this.l&&0==this.s.length&&2==p.length&&h.test(p[0])&&"|"==p[1]&&(p=p[0]+":"),this.s.push(p)),p="","?"==y?(this.A="?",l="query"):"#"==y&&(this.C="#",l="fragment"));break;case"query":o||"#"!=y?null!=y&&"\t"!=y&&"\n"!=y&&"\r"!=y&&(this.A+=r(y)):(this.C="#",l="fragment");break;case"fragment":null!=y&&"\t"!=y&&"\n"!=y&&"\r"!=y&&(this.C+=y)}f++}}function i(){this.B=this.ya=this.l="",this.j=null,this.v=this.o="",this.s=[],this.C=this.A="",this.H=this.m=!1}function a(t,e){void 0===e||e instanceof a||(e=new a(String(e))),this.g=t,i.call(this),o.call(this,this.g.replace(/^[ \t\r\n\f]+|[ \t\r\n\f]+$/g,""),null,e)}var s=!1;try{var l=new URL("b","http://a");l.pathname="c%20d",s="http://a/c%20d"===l.href}catch(t){}if(!s){var c=Object.create(null);c.ftp=21,c.file=0,c.gopher=70,c.http=80,c.https=443,c.ws=80,c.wss=443;var u=Object.create(null);u["%2e"]=".",u[".%2e"]="..",u["%2e."]="..",u["%2e%2e"]="..";var h=/[a-zA-Z]/,d=/[a-zA-Z0-9+\-.]/;a.prototype={toString:function(){return this.href},get href(){if(this.m)return this.g;var t="";return""==this.B&&null==this.j||(t=this.B+(null!=this.j?":"+this.j:"")+"@"),this.protocol+(this.H?"//"+t+this.host:"")+this.pathname+this.A+this.C},set href(t){i.call(this),o.call(this,t)},get protocol(){return this.l+":"},set protocol(t){this.m||o.call(this,t+":","scheme start")},get host(){return this.m?"":this.v?this.o+":"+this.v:this.o},set host(t){!this.m&&this.H&&o.call(this,t,"host")},get hostname(){return this.o},set hostname(t){!this.m&&this.H&&o.call(this,t,"hostname")},get port(){return this.v},set port(t){!this.m&&this.H&&o.call(this,t,"port")},get pathname(){return this.m?"":this.H?"/"+this.s.join("/"):this.ya},set pathname(t){!this.m&&this.H&&(this.s=[],o.call(this,t,"relative path start"))},get search(){return this.m||!this.A||"?"==this.A?"":this.A},set search(t){!this.m&&this.H&&(this.A="?","?"==t[0]&&(t=t.slice(1)),o.call(this,t,"query"))},get hash(){return this.m||!this.C||"#"==this.C?"":this.C},set hash(t){this.m||(t?(this.C="#","#"==t[0]&&(t=t.slice(1)),o.call(this,t,"fragment")):this.C="")},get origin(){var t;if(this.m||!this.l)return"";switch(this.l){case"data":case"file":case"javascript":case"mailto":return"null"}return(t=this.host)?this.l+"://"+t:""}};var f=t.URL;f&&(a.createObjectURL=function(t){return f.createObjectURL.apply(f,arguments)},a.revokeObjectURL=function(t){f.revokeObjectURL(t)}),t.URL=a}}(window);var Rs=window.customElements,Fs=!1,Is=null;function Hs(){window.HTMLTemplateElement.bootstrap&&window.HTMLTemplateElement.bootstrap(window.document),Is&&Is(),Fs=!0,window.WebComponents.ready=!0,document.dispatchEvent(new CustomEvent("WebComponentsReady",{bubbles:!0}))}Rs.polyfillWrapFlushCallback&&Rs.polyfillWrapFlushCallback((function(t){Is=t,Fs&&t()})),"complete"!==document.readyState?(window.addEventListener("load",Hs),window.addEventListener("DOMContentLoaded",(function(){window.removeEventListener("load",Hs),Hs()}))):Hs()}).call(this);
|
|
1
|
+
(function(){"use strict";function e(e){var n=0;return function(){return n<e.length?{done:!1,value:e[n++]}:{done:!0}}}var n="function"==typeof Object.defineProperties?Object.defineProperty:function(e,n,r){return e==Array.prototype||e==Object.prototype||(e[n]=r.value),e},r=function(e){e=["object"==typeof globalThis&&globalThis,e,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var n=0;n<e.length;++n){var r=e[n];if(r&&r.Math==Math)return r}throw Error("Cannot find global object")}(this);function o(e,o){if(o)e:{var i=r;e=e.split(".");for(var s=0;s<e.length-1;s++){var l=e[s];if(!(l in i))break e;i=i[l]}(o=o(s=i[e=e[e.length-1]]))!=s&&null!=o&&n(i,e,{configurable:!0,writable:!0,value:o})}}function i(n){var r="undefined"!=typeof Symbol&&Symbol.iterator&&n[Symbol.iterator];return r?r.call(n):{next:e(n)}}function s(e){if(!(e instanceof Array)){e=i(e);for(var n,r=[];!(n=e.next()).done;)r.push(n.value);e=r}return e}if(o("Symbol",function(e){function r(e,r){this.g=e,n(this,"description",{configurable:!0,writable:!0,value:r})}if(e)return e;r.prototype.toString=function(){return this.g};var o=0;return function e(n){if(this instanceof e)throw TypeError("Symbol is not a constructor");return new r("jscomp_symbol_"+(n||"")+"_"+o++,n)}}),o("Symbol.iterator",function(o){if(o)return o;o=Symbol("Symbol.iterator");for(var i="Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array".split(" "),s=0;s<i.length;s++){var l=r[i[s]];"function"==typeof l&&"function"!=typeof l.prototype[o]&&n(l.prototype,o,{configurable:!0,writable:!0,value:function(){var n;return(n={next:n=e(this)})[Symbol.iterator]=function(){return this},n}})}return o}),"function"==typeof Object.setPrototypeOf)X=Object.setPrototypeOf;else{e:{var l={};try{l.__proto__={a:!0},K=l.a;break e}catch(e){}K=!1}X=K?function(e,n){if(e.__proto__=n,e.__proto__!==n)throw TypeError(e+" is not extensible");return e}:null}var c=X;function u(){this.u=!1,this.h=null,this.Oa=void 0,this.g=1,this.ea=0,this.i=null}function h(e){if(e.u)throw TypeError("Generator is already running");e.u=!0}function d(e,n){e.i={ab:n,fb:!0},e.g=e.ea}function f(e,n){return e.g=3,{value:n}}function p(e){this.g=new u,this.h=e}function _(e,n,r,o){try{var i=n.call(e.g.h,r);if(!(i instanceof Object))throw TypeError("Iterator result "+i+" is not an object");if(!i.done)return e.g.u=!1,i;var s=i.value}catch(n){return e.g.h=null,d(e.g,n),m(e)}return e.g.h=null,o.call(e.g,s),m(e)}function m(e){for(;e.g.g;)try{var n=e.h(e.g);if(n)return e.g.u=!1,{value:n.value,done:!1}}catch(n){e.g.Oa=void 0,d(e.g,n)}if(e.g.u=!1,e.g.i){if(n=e.g.i,e.g.i=null,n.fb)throw n.ab;return{value:n.return,done:!0}}return{value:void 0,done:!0}}function v(e){this.next=function(n){return h(e.g),e.g.h?n=_(e,e.g.h.next,n,e.g.O):(e.g.O(n),n=m(e)),n},this.throw=function(n){return h(e.g),e.g.h?n=_(e,e.g.h.throw,n,e.g.O):(d(e.g,n),n=m(e)),n},this.return=function(n){var r;return h(e.g),(r=e.g.h)?_(e,"return"in r?r.return:function(e){return{value:e,done:!0}},n,e.g.return):(e.g.return(n),m(e))},this[Symbol.iterator]=function(){return this}}function y(e,n){return n=new v(new p(n)),c&&e.prototype&&c(n,e.prototype),n}u.prototype.O=function(e){this.Oa=e},u.prototype.return=function(e){this.i={return:e},this.g=this.ea},Array.from||(Array.from=function(e){return[].slice.call(e)}),Object.assign||(Object.assign=function(e){for(var n,r=[].slice.call(arguments,1),o=0;o<r.length;o++)if(n=r[o])for(var i=Object.keys(n),s=0;s<i.length;s++){var l=i[s];e[l]=n[l]}return e});var g=setTimeout;function b(){}function E(e){if(!(this instanceof E))throw TypeError("Promises must be constructed via new");if("function"!=typeof e)throw TypeError("not a function");this.N=0,this.Ha=!1,this.I=void 0,this.ba=[],O(e,this)}function w(e,n){for(;3===e.N;)e=e.I;0===e.N?e.ba.push(n):(e.Ha=!0,x(function(){var r=1===e.N?n.hb:n.ib;if(null===r)(1===e.N?N:C)(n.promise,e.I);else{try{var o=r(e.I)}catch(e){C(n.promise,e);return}N(n.promise,o)}}))}function N(e,n){try{if(n===e)throw TypeError("A promise cannot be resolved with itself.");if(n&&("object"==typeof n||"function"==typeof n)){var r=n.then;if(n instanceof E){e.N=3,e.I=n,S(e);return}if("function"==typeof r)return void O(function(){r.apply(n,arguments)},e)}e.N=1,e.I=n,S(e)}catch(n){C(e,n)}}function C(e,n){e.N=2,e.I=n,S(e)}function S(e){2===e.N&&0===e.ba.length&&x(function(){e.Ha||"undefined"!=typeof console&&console&&console.warn("Possible Unhandled Promise Rejection:",e.I)});for(var n=0,r=e.ba.length;n<r;n++)w(e,e.ba[n]);e.ba=null}function T(e,n,r){this.hb="function"==typeof e?e:null,this.ib="function"==typeof n?n:null,this.promise=r}function O(e,n){var r=!1;try{e(function(e){r||(r=!0,N(n,e))},function(e){r||(r=!0,C(n,e))})}catch(e){r||(r=!0,C(n,e))}}function D(e){return e&&"object"==typeof e&&e.constructor===E?e:new E(function(n){n(e)})}E.prototype.catch=function(e){return this.then(null,e)},E.prototype.then=function(e,n){var r=new this.constructor(b);return w(this,new T(e,n,r)),r},E.prototype.finally=function(e){var n=this.constructor;return this.then(function(r){return n.resolve(e()).then(function(){return r})},function(r){return n.resolve(e()).then(function(){return n.reject(r)})})};var x="function"==typeof setImmediate&&function(e){setImmediate(e)}||function(e){g(e,0)};if(!window.Promise){window.Promise=E,E.prototype.then=E.prototype.then,E.all=function(e){return new E(function(n,r){if(!e||void 0===e.length)return r(TypeError("Promise.all accepts an array"));var o=Array.prototype.slice.call(e);if(0===o.length)return n([]);for(var i=o.length,s=0;s<o.length;s++)!function e(s,l){try{if(l&&("object"==typeof l||"function"==typeof l)){var c=l.then;if("function"==typeof c)return void c.call(l,function(n){e(s,n)},r)}o[s]=l,0==--i&&n(o)}catch(e){r(e)}}(s,o[s])})},E.race=function(e){return new E(function(n,r){if(!e||void 0===e.length)return r(TypeError("Promise.race accepts an array"));for(var o=0,i=e.length;o<i;o++)D(e[o]).then(n,r)})},E.resolve=D,E.reject=function(e){return new E(function(n,r){r(e)})};var P=document.createTextNode(""),M=[];new MutationObserver(function(){for(var e=M.length,n=0;n<e;n++)M[n]();M.splice(0,e)}).observe(P,{characterData:!0}),x=function(e){M.push(e),P.textContent=0<P.textContent.length?"":"a"}}!function(e,n){if(!(n in e)){var r=typeof global==typeof r?window:global,o=0,i=String(Math.random()),s="__\x01symbol@@"+i,l=e.getOwnPropertyNames,c=e.getOwnPropertyDescriptor,u=e.create,h=e.keys,d=e.freeze||e,f=e.defineProperty,p=e.defineProperties,_=c(e,"getOwnPropertyNames"),m=e.prototype,v=m.hasOwnProperty,y=m.propertyIsEnumerable,g=m.toString,b=function(e,n,r){v.call(e,s)||f(e,s,{enumerable:!1,configurable:!1,writable:!1,value:{}}),e[s]["@@"+n]=r},E=function(e,n){var r=u(e);return l(n).forEach(function(e){S.call(n,e)&&M(r,e,n[e])}),r},w=function(){},N=function(e){return e!=s&&!v.call(D,e)},C=function(e){return e!=s&&v.call(D,e)},S=function(e){var n=String(e);return C(n)?v.call(this,n)&&!!this[s]&&this[s]["@@"+n]:y.call(this,e)},T=function(n){return f(m,n,{enumerable:!1,configurable:!0,get:w,set:function(e){L(this,n,{enumerable:!1,configurable:!0,writable:!0,value:e}),b(this,n,!0)}}),D[n]=f(e(n),"constructor",x),d(D[n])},O=function e(n){if(this instanceof e)throw TypeError("Symbol is not a constructor");return T("__\x01symbol:".concat(n||"",i,++o))},D=u(null),x={value:O},P=function(e){return D[e]},M=function(e,n,r){var o=String(n);if(C(o)){if(n=L,r.enumerable){var i=u(r);i.enumerable=!1}else i=r;n(e,o,i),b(e,o,!!r.enumerable)}else f(e,n,r);return e},A=function(e){return l(e).filter(C).map(P)};_.value=M,f(e,"defineProperty",_),_.value=A,f(e,n,_),_.value=function(e){return l(e).filter(N)},f(e,"getOwnPropertyNames",_),_.value=function(e,n){var r=A(n);return r.length?h(n).concat(r).forEach(function(r){S.call(n,r)&&M(e,r,n[r])}):p(e,n),e},f(e,"defineProperties",_),_.value=S,f(m,"propertyIsEnumerable",_),_.value=O,f(r,"Symbol",_),_.value=function(e){return(e="__\x01symbol:".concat("__\x01symbol:",e,i))in m?D[e]:T(e)},f(O,"for",_),_.value=function(e){if(N(e))throw TypeError(e+" is not a symbol");if(v.call(D,e)&&"__\x01symbol:"===(e=e.slice(10)).slice(0,10)&&(e=e.slice(10))!==i)return 0<(e=e.slice(0,e.length-i.length)).length?e:void 0},f(O,"keyFor",_),_.value=function(e,n){var r=c(e,n);return r&&C(n)&&(r.enumerable=S.call(e,n)),r},f(e,"getOwnPropertyDescriptor",_),_.value=function(e,n){return 1==arguments.length||void 0===n?u(e):E(e,n)},f(e,"create",_),_.value=function(){var e=g.call(this);return"[object String]"===e&&C(this)?"[object Symbol]":e},f(m,"toString",_);try{if(!0===u(f({},"__\x01symbol:",{get:function(){return f(this,"__\x01symbol:",{value:!0})["__\x01symbol:"]}}))["__\x01symbol:"])var L=f;else throw"IE11"}catch(e){L=function(e,n,r){var o=c(m,n);delete m[n],f(e,n,r),f(m,n,o)}}}}(Object,"getOwnPropertySymbols"),U=Object,B=Symbol,W=U.defineProperty,V=(G=U.prototype).toString,"iterator match replace search split hasInstance isConcatSpreadable unscopables species toPrimitive toStringTag".split(" ").forEach(function(e){e in B||(W(B,e,{value:B(e)}),"toStringTag"===e&&((q=U.getOwnPropertyDescriptor(G,"toString")).value=function(){var e=V.call(this),n=null==this?this:this[B.toStringTag];return null==n?e:"[object "+n+"]"},W(G,"toString",q)))}),function(e,n,r){function o(){return this}n[e]||(n[e]=function(){var n=0,r=this,i={next:function(){var e=r.length<=n;return e?{done:e}:{done:e,value:r[n++]}}};return i[e]=o,i}),r[e]||(r[e]=function(){var n=String.fromCodePoint,r=this,i=0,s=r.length,l={next:function(){var e=s<=i,o=e?"":n(r.codePointAt(i));return i+=o.length,e?{done:e}:{done:e,value:o}}};return l[e]=o,l})}(Symbol.iterator,Array.prototype,String.prototype);var A=Object.prototype.toString;Object.prototype.toString=function(){return void 0===this?"[object Undefined]":null===this?"[object Null]":A.call(this)},Object.keys=function(e){return Object.getOwnPropertyNames(e).filter(function(n){return(n=Object.getOwnPropertyDescriptor(e,n))&&n.enumerable})},String.prototype[Symbol.iterator]&&String.prototype.codePointAt||(String.prototype[Symbol.iterator]=function e(){var n,r=this;return y(e,function(e){if(1==e.g&&(n=0),3!=e.g)return n<r.length?e=f(e,r[n]):(e.g=0,e=void 0),e;n++,e.g=2})}),Set.prototype[Symbol.iterator]||(Set.prototype[Symbol.iterator]=function e(){var n,r,o=this;return y(e,function(e){if(1==e.g&&(n=[],o.forEach(function(e){n.push(e)}),r=0),3!=e.g)return r<n.length?e=f(e,n[r]):(e.g=0,e=void 0),e;r++,e.g=2})}),Map.prototype[Symbol.iterator]||(Map.prototype[Symbol.iterator]=function e(){var n,r,o=this;return y(e,function(e){if(1==e.g&&(n=[],o.forEach(function(e,r){n.push([r,e])}),r=0),3!=e.g)return r<n.length?e=f(e,n[r]):(e.g=0,e=void 0),e;r++,e.g=2})});var L=document.createEvent("Event");if(L.initEvent("foo",!0,!0),L.preventDefault(),!L.defaultPrevented){var j=Event.prototype.preventDefault;Event.prototype.preventDefault=function(){this.cancelable&&(j.call(this),Object.defineProperty(this,"defaultPrevented",{get:function(){return!0},configurable:!0}))}}var k=/Trident/.test(navigator.userAgent);if(!window.Event||k&&"function"!=typeof window.Event){var R=window.Event;if(window.Event=function(e,n){n=n||{};var r=document.createEvent("Event");return r.initEvent(e,!!n.bubbles,!!n.cancelable),r},R){for(var F in R)window.Event[F]=R[F];window.Event.prototype=R.prototype}}if((!window.CustomEvent||k&&"function"!=typeof window.CustomEvent)&&(window.CustomEvent=function(e,n){n=n||{};var r=document.createEvent("CustomEvent");return r.initCustomEvent(e,!!n.bubbles,!!n.cancelable,n.detail),r},window.CustomEvent.prototype=window.Event.prototype),!window.MouseEvent||k&&"function"!=typeof window.MouseEvent){var I=window.MouseEvent;if(window.MouseEvent=function(e,n){n=n||{};var r=document.createEvent("MouseEvent");return r.initMouseEvent(e,!!n.bubbles,!!n.cancelable,n.view||window,n.detail,n.screenX,n.screenY,n.clientX,n.clientY,n.ctrlKey,n.altKey,n.shiftKey,n.metaKey,n.button,n.relatedTarget),r},I)for(var H in I)window.MouseEvent[H]=I[H];window.MouseEvent.prototype=I.prototype}var U,B,q,W,G,V,z,X,K,J,$=function(){function e(){i++}var n=!1,r=!1,o={get capture(){return n=!0},get once(){return r=!0}},i=0,s=document.createElement("div");s.addEventListener("click",e,o);var l=n&&r;return l&&(s.dispatchEvent(new Event("click")),s.dispatchEvent(new Event("click")),l=1==i),s.removeEventListener("click",e,o),l}(),Y=null!=(J=window.EventTarget)?J:window.Node;if(!$&&"addEventListener"in Y.prototype){var Z=function(e){if(e&&("object"==typeof e||"function"==typeof e))n=!!e.capture,e=!!e.once;else{var n=!!e;e=!1}return{capture:n,once:e}},Q=Y.prototype.addEventListener,ee=Y.prototype.removeEventListener,et=new WeakMap,en=new WeakMap,er=function(e,n,r){var o=r?et:en;return void 0===(r=o.get(e))&&o.set(e,r=new Map),void 0===(e=r.get(n))&&r.set(n,e=new WeakMap),e};Y.prototype.addEventListener=function(e,n,r){var o=this;if(null!=n){var i=(r=Z(r)).capture;r=r.once;var s=er(this,e,i);if(!s.has(n)){var l=r?function(r){return(s.delete(n),ee.call(o,e,l,i),"function"==typeof n)?n.call(o,r):"function"==typeof(null==n?void 0:n.handleEvent)?n.handleEvent(r):void 0}:null;s.set(n,l),Q.call(this,e,null!=l?l:n,i)}}},Y.prototype.removeEventListener=function(e,n,r){if(null!=n){var o=er(this,e,r=Z(r).capture),i=o.get(n);void 0!==i&&(o.delete(n),ee.call(this,e,null!=i?i:n,r))}}}Object.getOwnPropertyDescriptor(Node.prototype,"baseURI")||Object.defineProperty(Node.prototype,"baseURI",{get:function(){var e=(this.ownerDocument||this).querySelector("base[href]");return e&&e.href||window.location.href},configurable:!0,enumerable:!0});var eo,ei,ea=Element.prototype,es=null!=(eo=Object.getOwnPropertyDescriptor(ea,"attributes"))?eo:Object.getOwnPropertyDescriptor(Node.prototype,"attributes"),el=null!=(ei=null==es?void 0:es.get)?ei:function(){return this.attributes},ec=Array.prototype.map;ea.hasOwnProperty("getAttributeNames")||(ea.getAttributeNames=function(){return ec.call(el.call(this),function(e){return e.name})});var eu,eh=Element.prototype;eh.hasOwnProperty("matches")||(eh.matches=null!=(eu=eh.webkitMatchesSelector)?eu:eh.msMatchesSelector);var ed=Node.prototype.appendChild;function ef(e){(e=e.prototype).hasOwnProperty("append")||Object.defineProperty(e,"append",{configurable:!0,enumerable:!0,writable:!0,value:function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];for(r=(n=i(n)).next();!r.done;r=n.next())r=r.value,ed.call(this,"string"==typeof r?document.createTextNode(r):r)}})}ef(Document),ef(DocumentFragment),ef(Element);var ep,e_,em=Node.prototype.insertBefore,ev=null!=(e_=null==(ep=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild"))?void 0:ep.get)?e_:function(){return this.firstChild};function ey(e){(e=e.prototype).hasOwnProperty("prepend")||Object.defineProperty(e,"prepend",{configurable:!0,enumerable:!0,writable:!0,value:function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];r=ev.call(this),n=i(n);for(var o=n.next();!o.done;o=n.next())o=o.value,em.call(this,"string"==typeof o?document.createTextNode(o):o,r)}})}ey(Document),ey(DocumentFragment),ey(Element);var eg,eb,eE=Node.prototype.appendChild,ew=Node.prototype.removeChild,eN=null!=(eb=null==(eg=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild"))?void 0:eg.get)?eb:function(){return this.firstChild};function eC(e){(e=e.prototype).hasOwnProperty("replaceChildren")||Object.defineProperty(e,"replaceChildren",{configurable:!0,enumerable:!0,writable:!0,value:function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];for(;null!==(r=eN.call(this));)ew.call(this,r);for(r=(n=i(n)).next();!r.done;r=n.next())r=r.value,eE.call(this,"string"==typeof r?document.createTextNode(r):r)}})}eC(Document),eC(DocumentFragment),eC(Element);var eS,eT,eO,eD,ex=Node.prototype.insertBefore,eP=null!=(eT=null==(eS=Object.getOwnPropertyDescriptor(Node.prototype,"parentNode"))?void 0:eS.get)?eT:function(){return this.parentNode},eM=null!=(eD=null==(eO=Object.getOwnPropertyDescriptor(Node.prototype,"nextSibling"))?void 0:eO.get)?eD:function(){return this.nextSibling};function eA(e){(e=e.prototype).hasOwnProperty("after")||Object.defineProperty(e,"after",{configurable:!0,enumerable:!0,writable:!0,value:function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];if(null!==(r=eP.call(this))){var o=eM.call(this);n=i(n);for(var s=n.next();!s.done;s=n.next())s=s.value,ex.call(r,"string"==typeof s?document.createTextNode(s):s,o)}}})}eA(CharacterData),eA(Element);var eL,ej,ek=Node.prototype.insertBefore,eR=null!=(ej=null==(eL=Object.getOwnPropertyDescriptor(Node.prototype,"parentNode"))?void 0:eL.get)?ej:function(){return this.parentNode};function eF(e){(e=e.prototype).hasOwnProperty("before")||Object.defineProperty(e,"before",{configurable:!0,enumerable:!0,writable:!0,value:function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];if(null!==(r=eR.call(this))){n=i(n);for(var o=n.next();!o.done;o=n.next())o=o.value,ek.call(r,"string"==typeof o?document.createTextNode(o):o,this)}}})}eF(CharacterData),eF(Element);var eI,eH,eU=Node.prototype.removeChild,eB=null!=(eH=null==(eI=Object.getOwnPropertyDescriptor(Node.prototype,"parentNode"))?void 0:eI.get)?eH:function(){return this.parentNode};function eq(e){(e=e.prototype).hasOwnProperty("remove")||Object.defineProperty(e,"remove",{configurable:!0,enumerable:!0,writable:!0,value:function(){var e=eB.call(this);e&&eU.call(e,this)}})}eq(CharacterData),eq(Element);var eW,eG,eV=Node.prototype.insertBefore,ez=Node.prototype.removeChild,eX=null!=(eG=null==(eW=Object.getOwnPropertyDescriptor(Node.prototype,"parentNode"))?void 0:eW.get)?eG:function(){return this.parentNode};function eK(e){(e=e.prototype).hasOwnProperty("replaceWith")||Object.defineProperty(e,"replaceWith",{configurable:!0,enumerable:!0,writable:!0,value:function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];if(null!==(r=eX.call(this))){n=i(n);for(var o=n.next();!o.done;o=n.next())o=o.value,eV.call(r,"string"==typeof o?document.createTextNode(o):o,this);ez.call(r,this)}}})}eK(CharacterData),eK(Element);var eJ=window.Element.prototype,e$=window.HTMLElement.prototype,eY=window.SVGElement.prototype;!e$.hasOwnProperty("classList")||eJ.hasOwnProperty("classList")||eY.hasOwnProperty("classList")||Object.defineProperty(eJ,"classList",Object.getOwnPropertyDescriptor(e$,"classList"));var eZ=Element.prototype,eQ=Element.prototype.hasAttribute,e0=Element.prototype.setAttribute,e1=Element.prototype.removeAttribute;eZ.hasOwnProperty("toggleAttribute")||(eZ.toggleAttribute=function(e,n){return void 0===n?eQ.call(this,e)?(e1.call(this,e),!1):(e0.call(this,e,""),!0):n?(eQ.call(this,e)||e0.call(this,e,""),!0):(e1.call(this,e),!1)});var e2=document.createElement("style");e2.textContent="body {transition: opacity ease-in 0.2s; } \nbody[unresolved] {opacity: 0; display: block; overflow: hidden; position: relative; } \n";var e3=document.querySelector("head");e3.insertBefore(e2,e3.firstChild);var e6=window;e6.WebComponents=e6.WebComponents||{flags:{}};var e9=document.querySelector('script[src*="webcomponents-bundle"]'),e4=/wc-(.+)/,e8={};if(!e8.noOpts){if(location.search.slice(1).split("&").forEach(function(e){var n;(e=e.split("="))[0]&&(n=e[0].match(e4))&&(e8[n[1]]=e[1]||!0)}),e9)for(var e7=0,e5=void 0;e5=e9.attributes[e7];e7++)"src"!==e5.name&&(e8[e5.name]=e5.value||!0);var te={};e8.log&&e8.log.split&&e8.log.split(",").forEach(function(e){te[e]=!0}),e8.log=te}e6.WebComponents.flags=e8;var tt=e8.shadydom;if(tt){e6.ShadyDOM=e6.ShadyDOM||{},e6.ShadyDOM.force=tt;var tn=e8.noPatch;e6.ShadyDOM.noPatch="true"===tn||tn}var tr=e8.register||e8.ce;function to(){}function ti(e){return e.__shady||(e.__shady=new to),e.__shady}function ta(e){return e&&e.__shady}tr&&window.customElements&&(e6.customElements.forcePolyfill=tr),function(){function e(){}function n(e,n){if(!e.childNodes.length)return[];switch(e.nodeType){case Node.DOCUMENT_NODE:return v.call(e,n);case Node.DOCUMENT_FRAGMENT_NODE:return y.call(e,n);default:return m.call(e,n)}}var r="undefined"==typeof HTMLTemplateElement,o=!(document.createDocumentFragment().cloneNode()instanceof DocumentFragment),i=!1;/Trident/.test(navigator.userAgent)&&function(){function e(e,n){if(e instanceof DocumentFragment)for(var o;o=e.firstChild;)r.call(this,o,n);else r.call(this,e,n);return e}i=!0;var n=Node.prototype.cloneNode;Node.prototype.cloneNode=function(e){return e=n.call(this,e),this instanceof DocumentFragment&&(e.__proto__=DocumentFragment.prototype),e},DocumentFragment.prototype.querySelectorAll=HTMLElement.prototype.querySelectorAll,DocumentFragment.prototype.querySelector=HTMLElement.prototype.querySelector,Object.defineProperties(DocumentFragment.prototype,{nodeType:{get:function(){return Node.DOCUMENT_FRAGMENT_NODE},configurable:!0},localName:{get:function(){},configurable:!0},nodeName:{get:function(){return"#document-fragment"},configurable:!0}});var r=Node.prototype.insertBefore;Node.prototype.insertBefore=e;var o=Node.prototype.appendChild;Node.prototype.appendChild=function(n){return n instanceof DocumentFragment?e.call(this,n,null):o.call(this,n),n};var s=Node.prototype.removeChild,l=Node.prototype.replaceChild;Node.prototype.replaceChild=function(n,r){return n instanceof DocumentFragment?(e.call(this,n,r),s.call(this,r)):l.call(this,n,r),r},Document.prototype.createDocumentFragment=function(){var e=this.createElement("df");return e.__proto__=DocumentFragment.prototype,e};var c=Document.prototype.importNode;Document.prototype.importNode=function(e,n){return n=c.call(this,e,n||!1),e instanceof DocumentFragment&&(n.__proto__=DocumentFragment.prototype),n}}();var s=Node.prototype.cloneNode,l=Document.prototype.createElement,c=Document.prototype.importNode,u=Node.prototype.removeChild,h=Node.prototype.appendChild,d=Node.prototype.replaceChild,f=DOMParser.prototype.parseFromString,p=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML")||{get:function(){return this.innerHTML},set:function(e){this.innerHTML=e}},_=Object.getOwnPropertyDescriptor(window.Node.prototype,"childNodes")||{get:function(){return this.childNodes}},m=Element.prototype.querySelectorAll,v=Document.prototype.querySelectorAll,y=DocumentFragment.prototype.querySelectorAll,g=function(){if(!r){var e=document.createElement("template"),n=document.createElement("template");return n.content.appendChild(document.createElement("div")),e.content.appendChild(n),0===(e=e.cloneNode(!0)).content.childNodes.length||0===e.content.firstChild.content.childNodes.length||o}}();if(r){var b=document.implementation.createHTMLDocument("template"),E=!0,w=document.createElement("style");w.textContent="template{display:none;}";var N=document.head;N.insertBefore(w,N.firstElementChild),e.prototype=Object.create(HTMLElement.prototype);var C=!document.createElement("div").hasOwnProperty("innerHTML");e.Z=function(n){if(!n.content&&n.namespaceURI===document.documentElement.namespaceURI){n.content=b.createDocumentFragment();for(var r;r=n.firstChild;)h.call(n.content,r);if(C)n.__proto__=e.prototype;else if(n.cloneNode=function(n){return e.va(this,n)},E)try{T(n),O(n)}catch(e){E=!1}e.bootstrap(n.content)}};var S={option:["select"],thead:["table"],col:["colgroup","table"],tr:["tbody","table"],th:["tr","tbody","table"],td:["tr","tbody","table"]},T=function(n){Object.defineProperty(n,"innerHTML",{get:function(){return L(this)},set:function(n){var r=S[(/<([a-z][^/\0>\x20\t\r\n\f]+)/i.exec(n)||["",""])[1].toLowerCase()];if(r)for(var o=0;o<r.length;o++)n="<"+r[o]+">"+n+"</"+r[o]+">";for(b.body.innerHTML=n,e.bootstrap(b);this.content.firstChild;)u.call(this.content,this.content.firstChild);if(n=b.body,r)for(o=0;o<r.length;o++)n=n.lastChild;for(;n.firstChild;)h.call(this.content,n.firstChild)},configurable:!0})},O=function(e){Object.defineProperty(e,"outerHTML",{get:function(){return"<template>"+this.innerHTML+"</template>"},set:function(e){if(this.parentNode){for(b.body.innerHTML=e,e=this.ownerDocument.createDocumentFragment();b.body.firstChild;)h.call(e,b.body.firstChild);d.call(this.parentNode,e,this)}else throw Error("Failed to set the 'outerHTML' property on 'Element': This element has no parent node.")},configurable:!0})};T(e.prototype),O(e.prototype),e.bootstrap=function(r){r=n(r,"template");for(var o,i=0,s=r.length;i<s&&(o=r[i]);i++)e.Z(o)},document.addEventListener("DOMContentLoaded",function(){e.bootstrap(document)}),Document.prototype.createElement=function(){var n=l.apply(this,arguments);return"template"===n.localName&&e.Z(n),n},DOMParser.prototype.parseFromString=function(){var n=f.apply(this,arguments);return e.bootstrap(n),n},Object.defineProperty(HTMLElement.prototype,"innerHTML",{get:function(){return L(this)},set:function(n){p.set.call(this,n),e.bootstrap(this)},configurable:!0,enumerable:!0});var D=/[&\u00A0"]/g,x=/[&\u00A0<>]/g,P=function(e){switch(e){case"&":return"&";case"<":return"<";case">":return">";case'"':return""";case"\xa0":return" "}},M=(w=function(e){for(var n={},r=0;r<e.length;r++)n[e[r]]=!0;return n})("area base br col command embed hr img input keygen link meta param source track wbr".split(" ")),A=w("style script xmp iframe noembed noframes plaintext noscript".split(" ")),L=function(e,n){"template"===e.localName&&(e=e.content);for(var r,o="",i=n?n(e):_.get.call(e),s=0,l=i.length;s<l&&(r=i[s]);s++){e:{var c=r,u=e;switch(c.nodeType){case Node.ELEMENT_NODE:for(var h=c.localName,d="<"+h,f=c.attributes,p=0;u=f[p];p++)d+=" "+u.name+'="'+u.value.replace(D,P)+'"';d+=">",c=M[h]?d:d+L(c,n)+"</"+h+">";break e;case Node.TEXT_NODE:c=c.data,c=u&&A[u.localName]?c:c.replace(x,P);break e;case Node.COMMENT_NODE:c="\x3c!--"+c.data+"--\x3e";break e;default:throw window.console.error(c),Error("not implemented")}}o+=c}return o}}if(r||g){e.va=function(e,n){var r=s.call(e,!1);return this.Z&&this.Z(r),n&&(h.call(r.content,s.call(e.content,!0)),j(r.content,e.content)),r};var j=function(r,o){if(o.querySelectorAll&&0!==(o=n(o,"template")).length){r=n(r,"template");for(var i,s,l=0,c=r.length;l<c;l++)s=o[l],i=r[l],e&&e.Z&&e.Z(s),d.call(i.parentNode,k.call(s,!0),i)}},k=Node.prototype.cloneNode=function(n){if(!i&&o&&this instanceof DocumentFragment)if(!n)return this.ownerDocument.createDocumentFragment();else var r=R.call(this.ownerDocument,this,!0);else r=this.nodeType===Node.ELEMENT_NODE&&"template"===this.localName&&this.namespaceURI==document.documentElement.namespaceURI?e.va(this,n):s.call(this,n);return n&&j(r,this),r},R=Document.prototype.importNode=function(r,o){if(o=o||!1,"template"===r.localName)return e.va(r,o);var i=c.call(this,r,o);if(o){j(i,r),r=n(i,'script:not([type]),script[type="application/javascript"],script[type="text/javascript"]');for(var s,u=0;u<r.length;u++){s=r[u],(o=l.call(document,"script")).textContent=s.textContent;for(var h,f=s.attributes,p=0;p<f.length;p++)h=f[p],o.setAttribute(h.name,h.value);d.call(s.parentNode,o,s)}}return i}}r&&(window.HTMLTemplateElement=e)}(),to.prototype.toJSON=function(){return{}};var ts=window.ShadyDOM||{};ts.cb=!(!Element.prototype.attachShadow||!Node.prototype.getRootNode);var tl=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild");ts.D=!!(tl&&tl.configurable&&tl.get),ts.Ba=ts.force||!ts.cb,ts.J=ts.noPatch||!1,ts.ha=ts.preferPerformance,ts.Da="on-demand"===ts.J;var tc=ts.querySelectorImplementation;function tu(){return Document.prototype.msElementsFromPoint?"msElementsFromPoint":"elementsFromPoint"}function th(e){return(e=ta(e))&&void 0!==e.firstChild}function td(e){return e instanceof ShadowRoot}function tf(e){return(e=(e=ta(e))&&e.root)&&r0(e)}ts.wb=-1<["native","selectorEngine"].indexOf(tc)?tc:void 0,ts.Ra=navigator.userAgent.match("Trident");var tp=Element.prototype,t_=tp.matches||tp.matchesSelector||tp.mozMatchesSelector||tp.msMatchesSelector||tp.oMatchesSelector||tp.webkitMatchesSelector,tm=document.createTextNode(""),tv=0,ty=[];function tg(e){ty.push(e),tm.textContent=tv++}new MutationObserver(function(){for(;ty.length;)try{ty.shift()()}catch(e){throw tm.textContent=tv++,e}}).observe(tm,{characterData:!0});var tb=document.contains?function(e,n){return e.__shady_native_contains(n)}:function(e,n){return e===n||e.documentElement&&e.documentElement.__shady_native_contains(n)};function tE(e,n){for(;n;){if(n==e)return!0;n=n.__shady_parentNode}return!1}function tw(e){for(var n=e.length-1;0<=n;n--){var r=e[n],o=r.getAttribute("id")||r.getAttribute("name");o&&"length"!==o&&isNaN(o)&&(e[o]=r)}return e.item=function(n){return e[n]},e.namedItem=function(n){if("length"!==n&&isNaN(n)&&e[n])return e[n];for(var r=i(e),o=r.next();!o.done;o=r.next())if(((o=o.value).getAttribute("id")||o.getAttribute("name"))==n)return o;return null},e}function tN(e){var n=[];for(e=e.__shady_native_firstChild;e;e=e.__shady_native_nextSibling)n.push(e);return n}function tC(e){var n=[];for(e=e.__shady_firstChild;e;e=e.__shady_nextSibling)n.push(e);return n}function tS(e,n,r){if(r.configurable=!0,r.value)e[n]=r.value;else try{Object.defineProperty(e,n,r)}catch(e){}}function tT(e,n,r,o){for(var i in r=void 0===r?"":r,n)o&&0<=o.indexOf(i)||tS(e,r+i,n[i])}function tO(e,n){for(var r in n)r in e&&tS(e,r,n[r])}function tD(e){var n={};return Object.getOwnPropertyNames(e).forEach(function(r){n[r]=Object.getOwnPropertyDescriptor(e,r)}),n}function tx(e,n){for(var r,o=Object.getOwnPropertyNames(n),i=0;i<o.length;i++)e[r=o[i]]=n[r]}function tP(e){return e instanceof Node?e:document.createTextNode(""+e)}function tM(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];if(1===n.length)return tP(n[0]);r=document.createDocumentFragment(),n=i(n);for(var o=n.next();!o.done;o=n.next())r.appendChild(tP(o.value));return r}function tA(e){var n;for(n=void 0===n?1:n;0<n;n--)e=e.reduce(function(e,n){return Array.isArray(n)?e.push.apply(e,s(n)):e.push(n),e},[]);return e}var tL,tj=[];function tk(e){tL||(tL=!0,tg(tR)),tj.push(e)}function tR(){tL=!1;for(var e=!!tj.length;tj.length;)tj.shift()();return e}function tF(){this.g=!1,this.addedNodes=[],this.removedNodes=[],this.qa=new Set}tR.list=tj,tF.prototype.flush=function(){if(this.g){this.g=!1;var e=this.takeRecords();e.length&&this.qa.forEach(function(n){n(e)})}},tF.prototype.takeRecords=function(){if(this.addedNodes.length||this.removedNodes.length){var e=[{addedNodes:this.addedNodes,removedNodes:this.removedNodes}];return this.addedNodes=[],this.removedNodes=[],e}return[]};var tI=/[&\u00A0"]/g,tH=/[&\u00A0<>]/g;function tU(e){switch(e){case"&":return"&";case"<":return"<";case">":return">";case'"':return""";case"\xa0":return" "}}function tB(e){for(var n={},r=0;r<e.length;r++)n[e[r]]=!0;return n}var tq=tB("area base br col command embed hr img input keygen link meta param source track wbr".split(" ")),tW=tB("style script xmp iframe noembed noframes plaintext noscript".split(" "));function tG(e,n){"template"===e.localName&&(e=e.content);for(var r="",o=n?n(e):e.childNodes,i=0,s=o.length,l=void 0;i<s&&(l=o[i]);i++){e:{var c=l,u=e;switch(c.nodeType){case Node.ELEMENT_NODE:u=c.localName;for(var h,d="<"+u,f=c.attributes,p=0;h=f[p];p++)d+=" "+h.name+'="'+h.value.replace(tI,tU)+'"';d+=">",c=tq[u]?d:d+tG(c,n)+"</"+u+">";break e;case Node.TEXT_NODE:c=c.data,c=u&&tW[u.localName]?c:c.replace(tH,tU);break e;case Node.COMMENT_NODE:c="\x3c!--"+c.data+"--\x3e";break e;default:throw window.console.error(c),Error("not implemented")}}r+=c}return r}var tV=ts.D,tz={querySelector:function(e){return this.__shady_native_querySelector(e)},querySelectorAll:function(e){return this.__shady_native_querySelectorAll(e)}},tX={};function tK(e){tX[e]=function(n){return n["__shady_native_"+e]}}function tJ(e,n){for(var r in tT(e,n,"__shady_native_"),n)tK(r)}function t$(e,n){n=void 0===n?[]:n;for(var r=0;r<n.length;r++){var o=n[r],i=Object.getOwnPropertyDescriptor(e,o);i&&(Object.defineProperty(e,"__shady_native_"+o,i),i.value?tz[o]||(tz[o]=i.value):tK(o))}}var tY=document.createTreeWalker(document,NodeFilter.SHOW_ALL,null,!1),tZ=document.createTreeWalker(document,NodeFilter.SHOW_ELEMENT,null,!1),tQ=document.implementation.createHTMLDocument("inert");function t0(e){for(var n;n=e.__shady_native_firstChild;)e.__shady_native_removeChild(n)}var t1=["firstElementChild","lastElementChild","children","childElementCount"],t2=["querySelector","querySelectorAll","append","prepend","replaceChildren"],t3=tD({get childNodes(){return this.__shady_childNodes},get firstChild(){return this.__shady_firstChild},get lastChild(){return this.__shady_lastChild},get childElementCount(){return this.__shady_childElementCount},get children(){return this.__shady_children},get firstElementChild(){return this.__shady_firstElementChild},get lastElementChild(){return this.__shady_lastElementChild},get shadowRoot(){return this.__shady_shadowRoot}}),t6=tD({get textContent(){return this.__shady_textContent},set textContent(a){this.__shady_textContent=a},get innerHTML(){return this.__shady_innerHTML},set innerHTML(a){this.__shady_innerHTML=a}}),t9=tD({get parentElement(){return this.__shady_parentElement},get parentNode(){return this.__shady_parentNode},get nextSibling(){return this.__shady_nextSibling},get previousSibling(){return this.__shady_previousSibling},get nextElementSibling(){return this.__shady_nextElementSibling},get previousElementSibling(){return this.__shady_previousElementSibling},get className(){return this.__shady_className},set className(a){this.__shady_className=a}});function t4(e){for(var n in e){var r=e[n];r&&(r.enumerable=!1)}}t4(t3),t4(t6),t4(t9);var t8=ts.D||!0===ts.J,t7=t8?function(){}:function(e){var n=ti(e);n.Ta||(n.Ta=!0,tO(e,t9))},t5=t8?function(){}:function(e){var n=ti(e);n.Sa||(n.Sa=!0,tO(e,t3),window.customElements&&window.customElements.polyfillWrapFlushCallback&&!ts.J||tO(e,t6))},ne="__eventWrappers"+Date.now(),nt=(rU=Object.getOwnPropertyDescriptor(Event.prototype,"composed"))?function(e){return rU.get.call(e)}:null,nn=function(){function e(){}var n=!1,r={get capture(){return n=!0,!1}};return window.addEventListener("test",e,r),window.removeEventListener("test",e,r),n}();function nr(e){if(null===e||"object"!=typeof e&&"function"!=typeof e)var n=!!e,r=!1;else{n=!!e.capture,r=!!e.once;var o=e.U}return{Pa:o,capture:n,once:r,Na:nn?e:n}}var no={blur:!0,focus:!0,focusin:!0,focusout:!0,click:!0,dblclick:!0,mousedown:!0,mouseenter:!0,mouseleave:!0,mousemove:!0,mouseout:!0,mouseover:!0,mouseup:!0,wheel:!0,beforeinput:!0,input:!0,keydown:!0,keyup:!0,compositionstart:!0,compositionupdate:!0,compositionend:!0,touchstart:!0,touchend:!0,touchmove:!0,touchcancel:!0,pointerover:!0,pointerenter:!0,pointerdown:!0,pointermove:!0,pointerup:!0,pointercancel:!0,pointerout:!0,pointerleave:!0,gotpointercapture:!0,lostpointercapture:!0,dragstart:!0,drag:!0,dragenter:!0,dragleave:!0,dragover:!0,drop:!0,dragend:!0,DOMActivate:!0,DOMFocusIn:!0,DOMFocusOut:!0,keypress:!0},ni={DOMAttrModified:!0,DOMAttributeNameChanged:!0,DOMCharacterDataModified:!0,DOMElementNameChanged:!0,DOMNodeInserted:!0,DOMNodeInsertedIntoDocument:!0,DOMNodeRemoved:!0,DOMNodeRemovedFromDocument:!0,DOMSubtreeModified:!0};function na(e){return e instanceof Node?e.__shady_getRootNode():e}function ns(e,n){var r=[],o=e;for(e=na(e);o;)r.push(o),o=o.__shady_assignedSlot?o.__shady_assignedSlot:o.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&o.host&&(n||o!==e)?o.host:o.__shady_parentNode;return r[r.length-1]===document&&r.push(window),r}function nl(e,n){if(!td)return e;e=ns(e,!0);for(var r,o,i=0,s=void 0,l=void 0;i<n.length;i++)if((o=na(r=n[i]))!==s&&(l=e.indexOf(o),s=o),!td(o)||-1<l)return r}var nc={get composed(){return void 0===this.__composed&&(nt?this.__composed="focusin"===this.type||"focusout"===this.type||nt(this):!1!==this.isTrusted&&(this.__composed=no[this.type])),this.__composed||!1},composedPath:function(){return this.__composedPath||(this.__composedPath=ns(this.__target,this.composed)),this.__composedPath},get target(){return nl(this.currentTarget||this.__previousCurrentTarget,this.composedPath())},get relatedTarget(){if(!this.__relatedTarget)return null;return this.__relatedTargetComposedPath||(this.__relatedTargetComposedPath=ns(this.__relatedTarget,!0)),nl(this.currentTarget||this.__previousCurrentTarget,this.__relatedTargetComposedPath)},stopPropagation:function(){Event.prototype.stopPropagation.call(this),this.ua=!0},stopImmediatePropagation:function(){Event.prototype.stopImmediatePropagation.call(this),this.ua=this.__immediatePropagationStopped=!0}},nu=ts.D&&Object.getOwnPropertyDescriptor(Event.prototype,"eventPhase");function nh(e){function n(n,r){return(n=new e(n,r)).__composed=r&&!!r.composed,n}return n.__proto__=e,n.prototype=e.prototype,n}nu&&(Object.defineProperty(nc,"eventPhase",{get:function(){return this.currentTarget===this.target?Event.AT_TARGET:this.__shady_native_eventPhase},enumerable:!0,configurable:!0}),Object.defineProperty(nc,"__shady_native_eventPhase",nu));var nd={focus:!0,blur:!0};function nf(e){return e.__target!==e.target||e.__relatedTarget!==e.relatedTarget}function np(e,n,r){if(r=n.__handlers&&n.__handlers[e.type]&&n.__handlers[e.type][r])for(var o,i=0;(o=r[i])&&(!nf(e)||e.target!==e.relatedTarget)&&(o.call(n,e),!e.__immediatePropagationStopped);i++);}var n_=new Event("e").hasOwnProperty("currentTarget");function nm(e){var n=(e=n_?Object.create(e):e).composedPath(),r=n.map(function(e){return nl(e,n)}),o=e.bubbles,i=Object.getOwnPropertyDescriptor(e,"currentTarget");Object.defineProperty(e,"currentTarget",{configurable:!0,enumerable:!0,get:function(){return u}});var s=Event.CAPTURING_PHASE,l=Object.getOwnPropertyDescriptor(e,"eventPhase");Object.defineProperty(e,"eventPhase",{configurable:!0,enumerable:!0,get:function(){return s}});try{for(var c=n.length-1;0<=c;c--){var u=n[c];if(s=u===r[c]?Event.AT_TARGET:Event.CAPTURING_PHASE,np(e,u,"capture"),e.ua)return}for(c=0;c<n.length;c++){var h=(u=n[c])===r[c];if((h||o)&&(s=h?Event.AT_TARGET:Event.BUBBLING_PHASE,np(e,u,"bubble"),e.ua))break}}finally{n_||(i?Object.defineProperty(e,"currentTarget",i):delete e.currentTarget,l?Object.defineProperty(e,"eventPhase",l):delete e.eventPhase)}}function nv(e,n,r,o){for(var i=0;i<e.length;i++){var s=e[i],l=s.type,c=s.capture;if(n===s.node&&r===l&&o===c)return i}return -1}function ny(e){return tR(),!ts.ha&&this instanceof Node&&!tb(document,this)?(e.__target||nw(e,this),nm(e)):this.__shady_native_dispatchEvent(e)}function ng(e,n,r){var o=this,i=nr(r),s=i.capture,l=i.once,c=i.Pa;if(i=i.Na,n){var u=typeof n;if(("function"===u||"object"===u)&&("object"!==u||n.handleEvent&&"function"==typeof n.handleEvent)){if(ni[e])return this.__shady_native_addEventListener(e,n,i);var h=c||this;if(c=n[ne]){if(-1<nv(c,h,e,s))return}else n[ne]=[];c=function(i){if(l&&o.__shady_removeEventListener(e,n,r),i.__target||nw(i),h!==o){var c=Object.getOwnPropertyDescriptor(i,"currentTarget");Object.defineProperty(i,"currentTarget",{get:function(){return h},configurable:!0});var d=Object.getOwnPropertyDescriptor(i,"eventPhase");Object.defineProperty(i,"eventPhase",{configurable:!0,enumerable:!0,get:function(){return s?Event.CAPTURING_PHASE:Event.BUBBLING_PHASE}})}if(i.__previousCurrentTarget=i.currentTarget,(!td(h)&&"slot"!==h.localName||-1!=i.composedPath().indexOf(h))&&(i.composed||-1<i.composedPath().indexOf(h))){if(nf(i)&&i.target===i.relatedTarget)i.eventPhase===Event.BUBBLING_PHASE&&i.stopImmediatePropagation();else if(i.eventPhase===Event.CAPTURING_PHASE||i.bubbles||i.target===h||h instanceof Window){var f="function"===u?n.call(h,i):n.handleEvent&&n.handleEvent(i);return h!==o&&(c?(Object.defineProperty(i,"currentTarget",c),c=null):delete i.currentTarget,d?(Object.defineProperty(i,"eventPhase",d),d=null):delete i.eventPhase),f}}},n[ne].push({node:h,type:e,capture:s,ub:c}),this.__handlers=this.__handlers||{},this.__handlers[e]=this.__handlers[e]||{capture:[],bubble:[]},this.__handlers[e][s?"capture":"bubble"].push(c),nd[e]||this.__shady_native_addEventListener(e,c,i)}}}function nb(e,n,r){if(n){var o=nr(r);r=o.capture;var i=o.Pa;if(o=o.Na,ni[e])return this.__shady_native_removeEventListener(e,n,o);var s=i||this;i=void 0;var l=null;try{l=n[ne]}catch(e){}l&&-1<(s=nv(l,s,e,r))&&(i=l.splice(s,1)[0].ub,l.length||(n[ne]=void 0)),this.__shady_native_removeEventListener(e,i||n,o),i&&this.__handlers&&this.__handlers[e]&&-1<(n=(e=this.__handlers[e][r?"capture":"bubble"]).indexOf(i))&&e.splice(n,1)}}var nE=tD(nc);function nw(e,n){if(n=void 0===n?e.target:n,e.__target=n,e.__relatedTarget=e.relatedTarget,ts.D){if(!(n=Object.getPrototypeOf(e)).hasOwnProperty("__shady_patchedProto")){var r=Object.create(n);r.__shady_sourceProto=n,tT(r,nE),n.__shady_patchedProto=r}e.__proto__=n.__shady_patchedProto}else tT(e,nE)}var nN=nh(Event),nC=nh(CustomEvent),nS=nh(MouseEvent),nT=Object.getOwnPropertyNames(Element.prototype).filter(function(e){return"on"===e.substring(0,2)}),nO=Object.getOwnPropertyNames(HTMLElement.prototype).filter(function(e){return"on"===e.substring(0,2)});function nD(e){return{set:function(n){var r=ti(this),o=e.substring(2);r.T||(r.T={}),r.T[e]&&this.removeEventListener(o,r.T[e]),this.__shady_addEventListener(o,n),r.T[e]=n},get:function(){var n=ta(this);return n&&n.T&&n.T[e]},configurable:!0}}function nx(e,n){return{index:e,ia:[],pa:n}}var nP=tD({dispatchEvent:ny,addEventListener:ng,removeEventListener:nb}),nM=null;function nA(){return nM||(nM=window.ShadyCSS&&window.ShadyCSS.ScopingShim),nM||null}function nL(e,n,r){var o=nA();return!!o&&"class"===n&&(o.setElementClass(e,r),!0)}function nj(e,n){var r=nA();r&&r.unscopeNode(e,n)}function nk(e){if(e.nodeType!==Node.ELEMENT_NODE)return"";var n=nA();return n?n.currentScopeForNode(e):""}function nR(e,n){if(e)for(e.nodeType===Node.ELEMENT_NODE&&n(e),e=e.__shady_firstChild;e;e=e.__shady_nextSibling)e.nodeType===Node.ELEMENT_NODE&&nR(e,n)}var nF=window.document,nI=ts.ha,nH=Object.getOwnPropertyDescriptor(Node.prototype,"isConnected"),nU=nH&&nH.get;function nB(e){for(var n;n=e.__shady_firstChild;)e.__shady_removeChild(n)}function nq(e,n,r){if(e=(e=ta(e))&&e.ga){if(n)if(n.nodeType===Node.DOCUMENT_FRAGMENT_NODE)for(var o,i=0,s=n.childNodes.length;i<s;i++)e.addedNodes.push(n.childNodes[i]);else e.addedNodes.push(n);r&&e.removedNodes.push(r),(o=e).g||(o.g=!0,tg(function(){o.flush()}))}}var nW=tD({get parentNode(){var nG=ta(this);return void 0!==(nG=nG&&nG.parentNode)?nG:this.__shady_native_parentNode},get firstChild(){var nV=ta(this);return void 0!==(nV=nV&&nV.firstChild)?nV:this.__shady_native_firstChild},get lastChild(){var nz=ta(this);return void 0!==(nz=nz&&nz.lastChild)?nz:this.__shady_native_lastChild},get nextSibling(){var nX=ta(this);return void 0!==(nX=nX&&nX.nextSibling)?nX:this.__shady_native_nextSibling},get previousSibling(){var nK=ta(this);return void 0!==(nK=nK&&nK.previousSibling)?nK:this.__shady_native_previousSibling},get childNodes(){if(th(this)){var nJ=ta(this);if(!nJ.childNodes){nJ.childNodes=[];for(var n$=this.__shady_firstChild;n$;n$=n$.__shady_nextSibling)nJ.childNodes.push(n$)}var nY=nJ.childNodes}else nY=this.__shady_native_childNodes;return nY.item=function(e){return nY[e]},nY},get parentElement(){var nZ=ta(this);return(nZ=nZ&&nZ.parentNode)&&nZ.nodeType!==Node.ELEMENT_NODE&&(nZ=null),void 0!==nZ?nZ:this.__shady_native_parentElement},get isConnected(){if(nU&&nU.call(this))return!0;if(this.nodeType==Node.DOCUMENT_FRAGMENT_NODE)return!1;var nQ=this.ownerDocument;if(null===nQ||tb(nQ,this))return!0;for(nQ=this;nQ&&!(nQ instanceof Document);)nQ=nQ.__shady_parentNode||(td(nQ)?nQ.host:void 0);return!!(nQ&&nQ instanceof Document)},get textContent(){if(th(this)){for(var n0=[],n1=this.__shady_firstChild;n1;n1=n1.__shady_nextSibling)n1.nodeType!==Node.COMMENT_NODE&&n0.push(n1.__shady_textContent);return n0.join("")}return this.__shady_native_textContent},set textContent(a){switch(null==a&&(a=""),this.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:if(!th(this)&&ts.D){var n2=this.__shady_firstChild;(n2!=this.__shady_lastChild||n2&&n2.nodeType!=Node.TEXT_NODE)&&nB(this),this.__shady_native_textContent=a}else nB(this),(0<a.length||this.nodeType===Node.ELEMENT_NODE)&&this.__shady_insertBefore(document.createTextNode(a));break;default:this.nodeValue=a}},insertBefore:function(e,n){if(this.ownerDocument!==nF&&e.ownerDocument!==nF)return this.__shady_native_insertBefore(e,n),e;if(e===this)throw Error("Failed to execute 'appendChild' on 'Node': The new child element contains the parent.");if(n){var r=ta(n);if(void 0!==(r=r&&r.parentNode)&&r!==this||void 0===r&&n.__shady_native_parentNode!==this)throw Error("Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.")}if(n===e)return e;nq(this,e);var o=[],i=(r=r9(this))?r.host.localName:nk(this),l=e.__shady_parentNode;if(l){var c=nk(e),u=!!r||!r9(e)||nI&&void 0!==this.__noInsertionPoint;l.__shady_removeChild(e,u)}l=!0;var h=(!nI||void 0===e.__noInsertionPoint&&void 0===this.__noInsertionPoint)&&!function e(n,r){var o=nA();if(!o)return!0;if(n.nodeType===Node.DOCUMENT_FRAGMENT_NODE){for(o=!0,n=n.__shady_firstChild;n;n=n.__shady_nextSibling)o=o&&e(n,r);return o}return n.nodeType!==Node.ELEMENT_NODE||o.currentScopeForNode(n)===r}(e,i),d=r&&!e.__noInsertionPoint&&(!nI||e.nodeType===Node.DOCUMENT_FRAGMENT_NODE);return(d||h)&&(h&&(c=c||nk(e)),nR(e,function(e){if(d&&"slot"===e.localName&&o.push(e),h){var n=c;nA()&&(n&&nj(e,n),(n=nA())&&n.scopeNode(e,i))}})),o.length&&(r$(r),r.i.push.apply(r.i,s(o)),rX(r)),th(this)&&(function(e,n,r){rk(n,2);var o=ti(n);if(void 0!==o.firstChild&&(o.childNodes=null),e.nodeType===Node.DOCUMENT_FRAGMENT_NODE)for(e=e.__shady_native_firstChild;e;e=e.__shady_native_nextSibling)rR(e,n,o,r);else rR(e,n,o,r)}(e,this,n),(u=ta(this)).root?(l=!1,tf(this)&&rX(u.root)):r&&"slot"===this.localName&&(l=!1,rX(r))),l?(r=td(this)?this.host:this,n?(n=function e(n){var r=n;if(n&&"slot"===n.localName){var o=ta(n);(o=o&&o.aa)&&(r=o.length?o[0]:e(n.__shady_nextSibling))}return r}(n),r.__shady_native_insertBefore(e,n)):r.__shady_native_appendChild(e)):e.ownerDocument!==this.ownerDocument&&this.ownerDocument.adoptNode(e),e},appendChild:function(e){if(this!=e||!td(e))return this.__shady_insertBefore(e)},removeChild:function(e,n){if(n=void 0!==n&&n,this.ownerDocument!==nF)return this.__shady_native_removeChild(e);if(e.__shady_parentNode!==this)throw Error("The node to be removed is not a child of this node: "+e);nq(this,null,e);var r,o,i,s,l=r9(e),c=l&&function(e,n){if(e.g){rY(e);var r,o=e.h;for(r in o)for(var i=o[r],s=0;s<i.length;s++){var l=i[s];if(tE(n,l)){i.splice(s,1);var c=e.g.indexOf(l);if(0<=c&&(e.g.splice(c,1),(c=ta(l.__shady_parentNode))&&c.ka&&c.ka--),s--,c=(l=ta(l)).aa)for(var u=0;u<c.length;u++){var h=c[u],d=h.__shady_native_parentNode;d&&d.__shady_native_removeChild(h)}l.aa=[],l.assignedNodes=[],c=!0}}return c}}(l,e),u=ta(this);if(th(this)&&(r=e,o=this,i=ti(r),r===(o=ti(o)).firstChild&&(o.firstChild=i.nextSibling),r===o.lastChild&&(o.lastChild=i.previousSibling),r=i.previousSibling,s=i.nextSibling,r&&(ti(r).nextSibling=s),s&&(ti(s).previousSibling=r),i.parentNode=i.previousSibling=i.nextSibling=void 0,void 0!==o.childNodes&&(o.childNodes=null),tf(this))){rX(u.root);var h=!0}if(nA()&&!n&&l&&e.nodeType!==Node.TEXT_NODE){var d=nk(e);nR(e,function(e){nj(e,d)})}return!function e(n){var r=ta(n);if(r&&void 0!==r.ta)for(r=n.__shady_firstChild;r;r=r.__shady_nextSibling)e(r);(n=ta(n))&&(n.ta=void 0)}(e),l&&((n="slot"===this.localName)&&(h=!0),(c||n)&&rX(l)),h||(h=td(this)?this.host:this,(u.root||"slot"===e.localName)&&h!==e.__shady_native_parentNode||h.__shady_native_removeChild(e)),e},replaceChild:function(e,n){return this.__shady_insertBefore(e,n),this.__shady_removeChild(n),e},cloneNode:function(e){if("template"==this.localName)return this.__shady_native_cloneNode(e);var n,r=this.__shady_native_cloneNode(!1);if(e&&r.nodeType!==Node.ATTRIBUTE_NODE)for(e=this.__shady_firstChild;e;e=e.__shady_nextSibling)n=e.__shady_cloneNode(!0),r.__shady_appendChild(n);return r},getRootNode:function(e){if(this&&this.nodeType){var n=ti(this),r=n.ta;return void 0===r&&(td(this)?(r=this,n.ta=r):(r=(r=this.__shady_parentNode)?r.__shady_getRootNode(e):this,document.documentElement.__shady_native_contains(this)&&(n.ta=r))),r}},contains:function(e){return tE(this,e)}}),n3=tD({get assignedSlot(){var n6=this.__shady_parentNode;return(n6=n6&&n6.__shady_shadowRoot)&&rK(n6),(n6=ta(this))&&n6.assignedSlot||null}}),n9=new Map;function n4(e,n,r){var o=[];return function e(n,r,o,i){for(n=n.__shady_firstChild;n;n=n.__shady_nextSibling){var s;if(s=n.nodeType===Node.ELEMENT_NODE){var l=r(s=n);l&&i.push(s),o&&o(l)?s=l:(e(s,r,o,i),s=void 0)}if(s)break}}(e,n,r,o),o}[["(",{end:")",sa:!0}],["[",{end:"]",sa:!0}],['"',{end:'"',sa:!1}],["'",{end:"'",sa:!1}]].forEach(function(e){var n=i(e);e=n.next().value,n=n.next().value,n9.set(e,n)});var n8={get firstElementChild(){var n7=ta(this);if(n7&&void 0!==n7.firstChild){for(n7=this.__shady_firstChild;n7&&n7.nodeType!==Node.ELEMENT_NODE;)n7=n7.__shady_nextSibling;return n7}return this.__shady_native_firstElementChild},get lastElementChild(){var n5=ta(this);if(n5&&void 0!==n5.lastChild){for(n5=this.__shady_lastChild;n5&&n5.nodeType!==Node.ELEMENT_NODE;)n5=n5.__shady_previousSibling;return n5}return this.__shady_native_lastElementChild},get children(){return th(this)?tw(Array.prototype.filter.call(tC(this),function(e){return e.nodeType===Node.ELEMENT_NODE})):this.__shady_native_children},get childElementCount(){var re=this.__shady_children;return re?re.length:0}},rt=tD((n8.append=function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];this.__shady_insertBefore(tM.apply(null,s(n)),null)},n8.prepend=function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];this.__shady_insertBefore(tM.apply(null,s(n)),this.__shady_firstChild)},n8.replaceChildren=function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];for(;null!==(r=this.__shady_firstChild);)this.__shady_removeChild(r);this.__shady_insertBefore(tM.apply(null,s(n)),null)},n8));function rn(e,n){function r(n,r){return(n===e||-1===r.indexOf(":scope"))&&t_.call(n,r)}var o=function(e){function n(){if(0<o.length){for(;" "===o[o.length-1];)o.pop();r.push({La:o.filter(function(e,n){return 0==n%2}),Za:o.filter(function(e,n){return 1==n%2})}),o.length=0}}for(var r=[],o=[],i=0;i<e.length;){var s=o[o.length-1],l=function e(n,r,o,i){for(i=void 0===i||i;r<n.length;r++)if("\\"===n[r]&&r<n.length-1&&"\n"!==n[r+1])r++;else{if(-1!==o.indexOf(n[r]))return r;if(i&&n9.has(n[r])){var s=n9.get(n[r]);r=e(n,r+1,[s.end],s.sa)}}return n.length}(e,i,[","," ",">","+","~"]),c=l===i?e[i]:e.substring(i,l);","===c?n():(-1===[void 0," ",">","+","~"].indexOf(s)||" "!==c)&&(" "===s&&-1!==[">","+","~"].indexOf(c)?o[o.length-1]=c:o.push(c)),i=l+ +(l===i)}return n(),r}(n);if(1>o.length)return[];for(n=tA(n4(e,function(){return!0}).map(function(e){return tA(o.map(function(n){var o=n.La,i=o.length-1;return r(e,o[i])?{target:e,da:n,fa:e,index:i}:[]}))}));n.some(function(e){return 0<e.index});)n=tA(n.map(function(e){if(0>=e.index)return e;var n=e.target,o=e.fa,i=e.da;e=e.index-1;var s=i.Za[e],l=i.La[e];if(" "===s){for(s=[],o=o.__shady_parentElement;o;o=o.__shady_parentElement)r(o,l)&&s.push({target:n,da:i,fa:o,index:e});return s}if(">"===s)return r(o=o.__shady_parentElement,l)?{target:n,da:i,fa:o,index:e}:[];if("+"===s)return(o=o.__shady_previousElementSibling)&&r(o,l)?{target:n,da:i,fa:o,index:e}:[];if("~"===s){for(s=[],o=o.__shady_previousElementSibling;o;o=o.__shady_previousElementSibling)r(o,l)&&s.push({target:n,da:i,fa:o,index:e});return s}throw Error("Unrecognized combinator: '"+s+"'.")}));return function(e){var n=[],r=new Set;e=i(e);for(var o=e.next();!o.done;o=e.next())o=o.value,r.has(o)||(n.push(o),r.add(o));return n}(n.map(function(e){return e.target}))}var rr=ts.querySelectorImplementation,ro=tD({querySelector:function(e){if("native"===rr){var n=Array.prototype.slice.call((this instanceof ShadowRoot?this.host:this).__shady_native_querySelectorAll(e)),r=this.__shady_getRootNode();n=i(n);for(var o=n.next();!o.done;o=n.next())if((o=o.value).__shady_getRootNode()==r)return o;return null}if("selectorEngine"===rr)return rn(this,e)[0]||null;if(void 0===rr)return n4(this,function(n){return t_.call(n,e)},function(e){return!!e})[0]||null;throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+rr+"'")},querySelectorAll:function(e,n){if(n||"native"===rr){n=Array.prototype.slice.call((this instanceof ShadowRoot?this.host:this).__shady_native_querySelectorAll(e));var r=this.__shady_getRootNode();return tw(n.filter(function(e){return e.__shady_getRootNode()==r}))}if("selectorEngine"===rr)return tw(rn(this,e));if(void 0===rr)return tw(n4(this,function(n){return t_.call(n,e)}));throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+rr+"'")}}),ri=ts.ha&&!ts.J?tx({},rt):rt;tx(rt,ro);var ra=tD({after:function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];if(null!==(r=this.__shady_parentNode)){var o=this.__shady_nextSibling;r.__shady_insertBefore(tM.apply(null,s(n)),o)}},before:function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];null!==(r=this.__shady_parentNode)&&r.__shady_insertBefore(tM.apply(null,s(n)),this)},remove:function(){var e=this.__shady_parentNode;null!==e&&e.__shady_removeChild(this)},replaceWith:function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];if(null!==(r=this.__shady_parentNode)){var o=this.__shady_nextSibling;r.__shady_removeChild(this),r.__shady_insertBefore(tM.apply(null,s(n)),o)}}}),rs=window.document;function rl(e,n){if("slot"===n)tf(e=e.__shady_parentNode)&&rX(ta(e).root);else if("slot"===e.localName&&"name"===n&&(n=r9(e))){if(n.g){rY(n);var r=e.Ua,o=rZ(e);if(o!==r){var i=(r=n.h[r]).indexOf(e);0<=i&&r.splice(i,1),(r=n.h[o]||(n.h[o]=[])).push(e),1<r.length&&(n.h[o]=rQ(r))}}rX(n)}}var rc=tD({get previousElementSibling(){var ru=ta(this);if(ru&&void 0!==ru.previousSibling){for(ru=this.__shady_previousSibling;ru&&ru.nodeType!==Node.ELEMENT_NODE;)ru=ru.__shady_previousSibling;return ru}return this.__shady_native_previousElementSibling},get nextElementSibling(){var rh=ta(this);if(rh&&void 0!==rh.nextSibling){for(rh=this.__shady_nextSibling;rh&&rh.nodeType!==Node.ELEMENT_NODE;)rh=rh.__shady_nextSibling;return rh}return this.__shady_native_nextElementSibling},get slot(){return this.getAttribute("slot")},set slot(a){this.__shady_setAttribute("slot",a)},get className(){return this.getAttribute("class")||""},set className(a){this.__shady_setAttribute("class",a)},setAttribute:function(e,n){this.ownerDocument!==rs?this.__shady_native_setAttribute(e,n):nL(this,e,n)||(this.__shady_native_setAttribute(e,n),rl(this,e))},removeAttribute:function(e){this.ownerDocument!==rs?this.__shady_native_removeAttribute(e):nL(this,e,"")?""===this.getAttribute(e)&&this.__shady_native_removeAttribute(e):(this.__shady_native_removeAttribute(e),rl(this,e))},toggleAttribute:function(e,n){return this.ownerDocument!==rs?this.__shady_native_toggleAttribute(e,n):nL(this,e,"")?""!==this.getAttribute(e)||n?void 0:this.__shady_native_toggleAttribute(e,n):(n=this.__shady_native_toggleAttribute(e,n),rl(this,e),n)}});ts.ha||nT.forEach(function(e){rc[e]=nD(e)});var rd=tD({attachShadow:function(e){if(!this)throw Error("Must provide a host.");if(!e)throw Error("Not enough arguments.");if(e.shadyUpgradeFragment&&!ts.Ra){var n=e.shadyUpgradeFragment;if(n.__proto__=ShadowRoot.prototype,rz(n,this,e),rF(n,n),e=n.__noInsertionPoint?null:n.querySelectorAll("slot"),n.__noInsertionPoint=void 0,e&&e.length){var r=n;r$(r),r.i.push.apply(r.i,s(e)),rX(n)}n.host.__shady_native_appendChild(n)}else n=new rV(rq,this,e);return this.__CE_shadowRoot=n},get shadowRoot(){var rf=ta(this);return rf&&rf.lb||null}});tx(rc,rd);var rp=document.implementation.createHTMLDocument("inert"),r_=tD({get innerHTML(){return th(this)?tG("template"===this.localName?this.content:this,tC):this.__shady_native_innerHTML},set innerHTML(a){if("template"===this.localName)this.__shady_native_innerHTML=a;else{nB(this);var rm=this.localName||"div";for(rm=this.namespaceURI&&this.namespaceURI!==rp.namespaceURI?rp.createElementNS(this.namespaceURI,rm):rp.createElement(rm),ts.D?rm.__shady_native_innerHTML=a:rm.innerHTML=a;a=rm.__shady_firstChild;)this.__shady_insertBefore(a)}}}),rv=tD({blur:function(){var e=ta(this);(e=(e=e&&e.root)&&e.activeElement)?e.__shady_blur():this.__shady_native_blur()}});ts.ha||nO.forEach(function(e){rv[e]=nD(e)});var ry=tD({assignedNodes:function(e){if("slot"===this.localName){var n=this.__shady_getRootNode();return n&&td(n)&&rK(n),(n=ta(this))&&(e&&e.flatten?n.aa:n.assignedNodes)||[]}},addEventListener:function(e,n,r){if("slot"!==this.localName||"slotchange"===e)ng.call(this,e,n,r);else{"object"!=typeof r&&(r={capture:!!r});var o=this.__shady_parentNode;if(!o)throw Error("ShadyDOM cannot attach event to slot unless it has a `parentNode`");r.U=this,o.__shady_addEventListener(e,n,r)}},removeEventListener:function(e,n,r){if("slot"!==this.localName||"slotchange"===e)nb.call(this,e,n,r);else{"object"!=typeof r&&(r={capture:!!r});var o=this.__shady_parentNode;if(!o)throw Error("ShadyDOM cannot attach event to slot unless it has a `parentNode`");r.U=this,o.__shady_removeEventListener(e,n,r)}}}),rg=tD({getElementById:function(e){return""===e?null:n4(this,function(n){return n.id==e},function(e){return!!e})[0]||null}}),rb="__shady_native_"+tu(),rE=tD({get activeElement(){var rw=ts.D?document.__shady_native_activeElement:document.activeElement;if(!rw||!rw.nodeType)return null;var rN=!!td(this);if(!(this===document||rN&&this.host!==rw&&this.host.__shady_native_contains(rw)))return null;for(rN=r9(rw);rN&&rN!==this;)rN=r9(rw=rN.host);return this===document?rN?null:rw:rN===this?rw:null},elementsFromPoint:function(e,n){if(e=document[rb](e,n),this===document&&ts.useNativeDocumentEFP)return e;e=[].slice.call(e),n=function(e){var n=new Set;for(n.add(e);td(e)&&e.host;)e=e.host.__shady_getRootNode(),n.add(e);return n}(this);for(var r=new Set,o=0;o<e.length;o++)r.add(function(e,n){for(var r;n&&!e.has(r=n.__shady_getRootNode());)n=r.host;return n}(n,e[o]));var i=[];return r.forEach(function(e){return i.push(e)}),i},elementFromPoint:function(e,n){return this===document&&ts.useNativeDocumentEFP?this.__shady_native_elementFromPoint(e,n):this.__shady_elementsFromPoint(e,n)[0]||null}}),rC=window.document,rS=tD({importNode:function(e,n){if(e.ownerDocument!==rC||"template"===e.localName)return this.__shady_native_importNode(e,n);var r=this.__shady_native_importNode(e,!1);if(n)for(e=e.__shady_firstChild;e;e=e.__shady_nextSibling)n=this.__shady_importNode(e,!0),r.__shady_appendChild(n);return r}}),rT=tD({dispatchEvent:ny,addEventListener:ng.bind(window),removeEventListener:nb.bind(window)}),rO={};Object.getOwnPropertyDescriptor(HTMLElement.prototype,"parentElement")&&(rO.parentElement=nW.parentElement),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"contains")&&(rO.contains=nW.contains),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"children")&&(rO.children=rt.children),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"innerHTML")&&(rO.innerHTML=r_.innerHTML),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"className")&&(rO.className=rc.className);var rD={EventTarget:[nP],Node:[nW,window.EventTarget?null:nP],Text:[n3],Comment:[n3],CDATASection:[n3],ProcessingInstruction:[n3],Element:[rc,rt,ra,n3,!ts.D||"innerHTML"in Element.prototype?r_:null,window.HTMLSlotElement?null:ry],HTMLElement:[rv,rO],HTMLSlotElement:[ry],DocumentFragment:[ri,rg],Document:[rS,ri,rg,rE],Window:[rT],CharacterData:[ra],XMLHttpRequest:[window.EventTarget?null:nP]},rx=ts.D?null:["innerHTML","textContent"];function rP(e,n,r,o){n.forEach(function(n){return e&&n&&tT(e,n,r,o)})}function rM(e){var n,r=e?null:rx;for(n in rD)rP(window[n]&&window[n].prototype,rD[n],e,r)}function rA(e){return e.__shady_protoIsPatched=!0,rP(e,rD.EventTarget),rP(e,rD.Node),rP(e,rD.Element),rP(e,rD.HTMLElement),rP(e,rD.HTMLSlotElement),e}["Text","Comment","CDATASection","ProcessingInstruction"].forEach(function(e){var n=window[e],r=Object.create(n.prototype);r.__shady_protoIsPatched=!0,rP(r,rD.EventTarget),rP(r,rD.Node),rD[e]&&rP(r,rD[e]),n.prototype.__shady_patchedProto=r});var rL=ts.Da,rj=ts.D;function rk(e,n){if(rL&&!e.__shady_protoIsPatched&&!td(e)){var r=Object.getPrototypeOf(e),o=r.hasOwnProperty("__shady_patchedProto")&&r.__shady_patchedProto;o||(rA(o=Object.create(r)),r.__shady_patchedProto=o),Object.setPrototypeOf(e,o)}rj||(1===n?t7(e):2===n&&t5(e))}function rR(e,n,r,o){rk(e,1),o=o||null;var i=ti(e),s=o?ti(o):null;i.previousSibling=o?s.previousSibling:n.__shady_lastChild,(s=ta(i.previousSibling))&&(s.nextSibling=e),(s=ta(i.nextSibling=o))&&(s.previousSibling=e),i.parentNode=n,o?o===r.firstChild&&(r.firstChild=e):(r.lastChild=e,r.firstChild||(r.firstChild=e)),r.childNodes=null}function rF(e,n){var r=ti(e);if(n||void 0===r.firstChild){r.childNodes=null;var o=r.firstChild=e.__shady_native_firstChild;for(r.lastChild=e.__shady_native_lastChild,rk(e,2),r=o,o=void 0;r;r=r.__shady_native_nextSibling){var i=ti(r);i.parentNode=n||e,i.nextSibling=r.__shady_native_nextSibling,i.previousSibling=o||null,o=r,rk(r,1)}}}var rI=tD({addEventListener:function(e,n,r){"object"!=typeof r&&(r={capture:!!r}),r.U=r.U||this,this.host.__shady_addEventListener(e,n,r)},removeEventListener:function(e,n,r){"object"!=typeof r&&(r={capture:!!r}),r.U=r.U||this,this.host.__shady_removeEventListener(e,n,r)}});function rH(e,n){tT(e,rI,n),tT(e,rE,n),tT(e,r_,n),tT(e,rt,n),ts.J&&!n?(tT(e,nW,n),tT(e,rg,n)):ts.D||(tT(e,t9),tT(e,t3),tT(e,t6))}var rU,rB,rq={},rW=ts.deferConnectionCallbacks&&"loading"===document.readyState;function rG(e){var n=[];do n.unshift(e);while(e=e.__shady_parentNode);return n}function rV(e,n,r){if(e!==rq)throw TypeError("Illegal constructor");this.g=null,rz(this,n,r)}function rz(e,n,r){if(e.host=n,e.mode=r&&r.mode,rF(e.host),(n=ti(e.host)).root=e,n.lb="closed"!==e.mode?e:null,(n=ti(e)).firstChild=n.lastChild=n.parentNode=n.nextSibling=n.previousSibling=null,ts.preferPerformance)for(;n=e.host.__shady_native_firstChild;)e.host.__shady_native_removeChild(n);else rX(e)}function rX(e){e.Y||(e.Y=!0,tk(function(){return rK(e)}))}function rK(e){var n,r;if(n=e.Y){for(;e;)e.Y&&(r=e),td(e=(n=e).host.__shady_getRootNode())&&(n=ta(n.host))&&0<n.ka||(e=void 0);n=r}(r=n)&&r._renderSelf()}function rJ(e,n,r){var o=ti(n),i=o.xa;o.xa=null,r||(r=(e=e.h[n.__shady_slot||"__catchall"])&&e[0]),r?(ti(r).assignedNodes.push(n),o.assignedSlot=r):o.assignedSlot=void 0,i!==o.assignedSlot&&o.assignedSlot&&(ti(o.assignedSlot).Aa=!0)}function r$(e){e.i=e.i||[],e.g=e.g||[],e.h=e.h||{}}function rY(e){if(e.i&&e.i.length){for(var n,r=e.i,o=0;o<r.length;o++){var i=r[o];rF(i);var s=i.__shady_parentNode;rF(s),(s=ta(s)).ka=(s.ka||0)+1,s=rZ(i),e.h[s]?((n=n||{})[s]=!0,e.h[s].push(i)):e.h[s]=[i],e.g.push(i)}if(n)for(var l in n)e.h[l]=rQ(e.h[l]);e.i=[]}}function rZ(e){var n=e.name||e.getAttribute("name")||"__catchall";return e.Ua=n}function rQ(e){return e.sort(function(e,n){e=rG(e);for(var r=rG(n),o=0;o<e.length;o++){n=e[o];var i=r[o];if(n!==i)return(e=tC(n.__shady_parentNode)).indexOf(n)-e.indexOf(i)}})}function r0(e){return rY(e),!(!e.g||!e.g.length)}if(rV.prototype._renderSelf=function(){var e=rW;if(rW=!0,this.Y=!1,this.g){rY(this);for(var n,r=0;r<this.g.length;r++){var o=ta(n=this.g[r]),i=o.assignedNodes;if(o.assignedNodes=[],o.aa=[],o.Ja=i)for(o=0;o<i.length;o++){var s=ta(i[o]);s.xa=s.assignedSlot,s.assignedSlot===n&&(s.assignedSlot=null)}}for(r=this.host.__shady_firstChild;r;r=r.__shady_nextSibling)rJ(this,r);for(r=0;r<this.g.length;r++){if(!(i=ta(n=this.g[r])).assignedNodes.length)for(o=n.__shady_firstChild;o;o=o.__shady_nextSibling)rJ(this,o,n);if((o=(o=ta(n.__shady_parentNode))&&o.root)&&(r0(o)||o.Y)&&o._renderSelf(),function e(n,r,o){for(var i=0,s=void 0;i<o.length&&(s=o[i]);i++)if("slot"==s.localName){var l=ta(s).assignedNodes;l&&l.length&&e(n,r,l)}else r.push(o[i])}(this,i.aa,i.assignedNodes),o=i.Ja){for(s=0;s<o.length;s++)ta(o[s]).xa=null;i.Ja=null,o.length>i.assignedNodes.length&&(i.Aa=!0)}i.Aa&&(i.Aa=!1,function e(n,r){r.__shady_native_dispatchEvent(new Event("slotchange")),(r=ta(r)).assignedSlot&&e(n,r.assignedSlot)}(this,n))}for(i=0,n=this.g,r=[];i<n.length;i++)(s=ta(o=n[i].__shady_parentNode))&&s.root||!(0>r.indexOf(o))||r.push(o);for(n=0;n<r.length;n++){for(i=(s=r[n])===this?this.host:s,o=[],s=s.__shady_firstChild;s;s=s.__shady_nextSibling)if("slot"==s.localName)for(var l=ta(s).aa,c=0;c<l.length;c++)o.push(l[c]);else o.push(s);s=tN(i),l=function(e,n,r,o){var i,s=0,l=0,c=0,u=0,h=Math.min(n-0,o-0);!0;e:{for(c=0;c<h;c++)if(e[c]!==r[c])break e;c=h}if(n==e.length&&o==r.length){u=e.length;for(var d=r.length,f=0;f<h-c&&(i=e[--u],i===r[--d]);)f++;u=f}if(s+=c,l+=c,n-=u,o-=u,0==n-s&&0==o-l)return[];if(s==n){for(n=nx(s,0);l<o;)n.ia.push(r[l++]);return[n]}if(l==o)return[nx(s,n-s)];for(d=0,h=s,o=o-(c=l)+1,u=n-h+1,n=Array(o);d<o;d++)n[d]=Array(u),n[d][0]=d;for(d=0;d<u;d++)n[0][d]=d;for(d=1;d<o;d++)for(f=1;f<u;f++)if(e[h+f-1]===r[c+d-1])n[d][f]=n[d-1][f-1];else{var p=n[d-1][f]+1,_=n[d][f-1]+1;n[d][f]=p<_?p:_}for(h=n.length-1,c=n[0].length-1,o=n[h][c],e=[];0<h||0<c;)0==h?(e.push(2),c--):0==c?(e.push(3),h--):(u=n[h-1][c-1],(p=(d=n[h-1][c])<(f=n[h][c-1])?d<u?d:u:f<u?f:u)==u?(u==o?e.push(0):(e.push(1),o=u),h--,c--):p==d?(e.push(3),h--,o=d):(e.push(2),c--,o=f));for(e.reverse(),n=void 0,h=[],c=0;c<e.length;c++)switch(e[c]){case 0:n&&(h.push(n),n=void 0),s++,l++;break;case 1:n||(n=nx(s,0)),n.pa++,s++,n.ia.push(r[l]),l++;break;case 2:n||(n=nx(s,0)),n.pa++,s++;break;case 3:n||(n=nx(s,0)),n.ia.push(r[l]),l++}return n&&h.push(n),h}(o,o.length,s,s.length);for(var u=c=0,h=void 0;c<l.length&&(h=l[c]);c++){for(var d=0,f=void 0;d<h.ia.length&&(f=h.ia[d]);d++)f.__shady_native_parentNode===i&&i.__shady_native_removeChild(f),s.splice(h.index+u,1);u-=h.pa}for(u=0,h=void 0;u<l.length&&(h=l[u]);u++)for(c=s[h.index],d=h.index;d<h.index+h.pa;d++)f=o[d],i.__shady_native_insertBefore(f,c),s.splice(d,0,f)}}if(!ts.preferPerformance&&!this.Ia)for(r=this.host.__shady_firstChild;r;r=r.__shady_nextSibling)n=ta(r),r.__shady_native_parentNode!==this.host||"slot"!==r.localName&&n.assignedSlot||this.host.__shady_native_removeChild(r);this.Ia=!0,rW=e,rB&&rB()},(oe=rV.prototype).__proto__=DocumentFragment.prototype,rH(oe,"__shady_"),rH(oe),Object.defineProperties(oe,{nodeType:{value:Node.DOCUMENT_FRAGMENT_NODE,configurable:!0},nodeName:{value:"#document-fragment",configurable:!0},nodeValue:{value:null,configurable:!0}}),["localName","namespaceURI","prefix"].forEach(function(e){Object.defineProperty(oe,e,{value:void 0,configurable:!0})}),["ownerDocument","baseURI","isConnected"].forEach(function(e){Object.defineProperty(oe,e,{get:function(){return this.host[e]},configurable:!0})}),window.customElements&&window.customElements.define&&ts.Ba&&!ts.preferPerformance){var r1=new Map;rB=function(){var e=[];r1.forEach(function(n,r){e.push([r,n])}),r1.clear();for(var n=0;n<e.length;n++){var r=e[n][0];e[n][1]?r.__shadydom_connectedCallback():r.__shadydom_disconnectedCallback()}},rW&&document.addEventListener("readystatechange",function(){rW=!1,rB()},{once:!0});var r2=function(e,n,r){var o=0,i="__isConnected"+o++;return(n||r)&&(e.prototype.connectedCallback=e.prototype.__shadydom_connectedCallback=function(){rW?r1.set(this,!0):this[i]||(this[i]=!0,n&&n.call(this))},e.prototype.disconnectedCallback=e.prototype.__shadydom_disconnectedCallback=function(){rW?this.isConnected||r1.set(this,!1):this[i]&&(this[i]=!1,r&&r.call(this))}),e},r3=window.customElements.define,r6=function(e,n){var r=n.prototype.connectedCallback,o=n.prototype.disconnectedCallback;r3.call(window.customElements,e,r2(n,r,o)),n.prototype.connectedCallback=r,n.prototype.disconnectedCallback=o};window.customElements.define=r6,Object.defineProperty(window.CustomElementRegistry.prototype,"define",{value:r6,configurable:!0})}function r9(e){if(td(e=e.__shady_getRootNode()))return e}function r4(e){this.node=e}function r8(e){Object.defineProperty(r4.prototype,e,{get:function(){return this.node["__shady_"+e]},set:function(n){this.node["__shady_"+e]=n},configurable:!0})}(z=r4.prototype).addEventListener=function(e,n,r){return this.node.__shady_addEventListener(e,n,r)},z.removeEventListener=function(e,n,r){return this.node.__shady_removeEventListener(e,n,r)},z.appendChild=function(e){return this.node.__shady_appendChild(e)},z.insertBefore=function(e,n){return this.node.__shady_insertBefore(e,n)},z.removeChild=function(e){return this.node.__shady_removeChild(e)},z.replaceChild=function(e,n){return this.node.__shady_replaceChild(e,n)},z.cloneNode=function(e){return this.node.__shady_cloneNode(e)},z.getRootNode=function(e){return this.node.__shady_getRootNode(e)},z.contains=function(e){return this.node.__shady_contains(e)},z.dispatchEvent=function(e){return this.node.__shady_dispatchEvent(e)},z.setAttribute=function(e,n){this.node.__shady_setAttribute(e,n)},z.getAttribute=function(e){return this.node.__shady_native_getAttribute(e)},z.hasAttribute=function(e){return this.node.__shady_native_hasAttribute(e)},z.removeAttribute=function(e){this.node.__shady_removeAttribute(e)},z.toggleAttribute=function(e,n){return this.node.__shady_toggleAttribute(e,n)},z.attachShadow=function(e){return this.node.__shady_attachShadow(e)},z.focus=function(){this.node.__shady_native_focus()},z.blur=function(){this.node.__shady_blur()},z.importNode=function(e,n){if(this.node.nodeType===Node.DOCUMENT_NODE)return this.node.__shady_importNode(e,n)},z.getElementById=function(e){if(this.node.nodeType===Node.DOCUMENT_NODE)return this.node.__shady_getElementById(e)},z.elementsFromPoint=function(e,n){return this.node.__shady_elementsFromPoint(e,n)},z.elementFromPoint=function(e,n){return this.node.__shady_elementFromPoint(e,n)},z.querySelector=function(e){return this.node.__shady_querySelector(e)},z.querySelectorAll=function(e,n){return this.node.__shady_querySelectorAll(e,n)},z.assignedNodes=function(e){if("slot"===this.node.localName)return this.node.__shady_assignedNodes(e)},z.append=function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];return this.node.__shady_append.apply(this.node,s(n))},z.prepend=function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];return this.node.__shady_prepend.apply(this.node,s(n))},z.after=function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];return this.node.__shady_after.apply(this.node,s(n))},z.before=function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];return this.node.__shady_before.apply(this.node,s(n))},z.remove=function(){return this.node.__shady_remove()},z.replaceWith=function(e){for(var n=[],r=0;r<arguments.length;++r)n[r]=arguments[r];return this.node.__shady_replaceWith.apply(this.node,s(n))},r.Object.defineProperties(r4.prototype,{activeElement:{configurable:!0,enumerable:!0,get:function(){if(td(this.node)||this.node.nodeType===Node.DOCUMENT_NODE)return this.node.__shady_activeElement}},_activeElement:{configurable:!0,enumerable:!0,get:function(){return this.activeElement}},host:{configurable:!0,enumerable:!0,get:function(){if(td(this.node))return this.node.host}},parentNode:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_parentNode}},firstChild:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_firstChild}},lastChild:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_lastChild}},nextSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_nextSibling}},previousSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_previousSibling}},childNodes:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_childNodes}},parentElement:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_parentElement}},firstElementChild:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_firstElementChild}},lastElementChild:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_lastElementChild}},nextElementSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_nextElementSibling}},previousElementSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_previousElementSibling}},children:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_children}},childElementCount:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_childElementCount}},shadowRoot:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_shadowRoot}},assignedSlot:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_assignedSlot}},isConnected:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_isConnected}},innerHTML:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_innerHTML},set:function(e){this.node.__shady_innerHTML=e}},textContent:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_textContent},set:function(e){this.node.__shady_textContent=e}},slot:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_slot},set:function(e){this.node.__shady_slot=e}},className:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_className},set:function(e){this.node.__shady_className=e}}}),nT.forEach(function(e){return r8(e)}),nO.forEach(function(e){return r8(e)});var r7=new WeakMap;function r5(e){if(td(e)||e instanceof r4)return e;var n=r7.get(e);return n||(n=new r4(e),r7.set(e,n)),n}if(ts.Ba){var oe,ot,on=ts.D?function(e){return e}:function(e){return t5(e),t7(e),e},or={inUse:ts.Ba,patch:on,isShadyRoot:td,enqueue:tk,flush:tR,flushInitial:function(e){!e.Ia&&e.Y&&rK(e)},settings:ts,filterMutations:function(e,n){var r=n.getRootNode();return e.map(function(e){var n=r===e.target.getRootNode();if(n&&e.addedNodes){if((n=[].slice.call(e.addedNodes).filter(function(e){return r===e.getRootNode()})).length)return Object.defineProperty(e=Object.create(e),"addedNodes",{value:n,configurable:!0}),e}else if(n)return e}).filter(function(e){return e})},observeChildren:function(e,n){var r=ti(e);r.ga||(r.ga=new tF),r.ga.qa.add(n);var o=r.ga;return{Va:n,X:o,Wa:e,takeRecords:function(){return o.takeRecords()}}},unobserveChildren:function(e){var n=e&&e.X;n&&(n.qa.delete(e.Va),n.qa.size||(ti(e.Wa).ga=null))},deferConnectionCallbacks:ts.deferConnectionCallbacks,preferPerformance:ts.preferPerformance,handlesDynamicScoping:!0,wrap:ts.J?r5:on,wrapIfNeeded:!0===ts.J?r5:function(e){return e},Wrapper:r4,composedPath:function(e){return e.__composedPath||(e.__composedPath=ns(e.target,!0)),e.__composedPath},noPatch:ts.J,patchOnDemand:ts.Da,nativeMethods:tz,nativeTree:tX,patchElementProto:rA,querySelectorImplementation:ts.querySelectorImplementation};for(var oo in window.ShadyDOM=or,ot=["dispatchEvent","addEventListener","removeEventListener"],window.EventTarget?(t$(window.EventTarget.prototype,ot),void 0===window.__shady_native_addEventListener&&t$(Window.prototype,ot)):(t$(Node.prototype,ot),t$(Window.prototype,ot),t$(XMLHttpRequest.prototype,ot)),tV?t$(Node.prototype,"parentNode firstChild lastChild previousSibling nextSibling childNodes parentElement textContent".split(" ")):tJ(Node.prototype,{parentNode:{get:function(){return tY.currentNode=this,tY.parentNode()}},firstChild:{get:function(){return tY.currentNode=this,tY.firstChild()}},lastChild:{get:function(){return tY.currentNode=this,tY.lastChild()}},previousSibling:{get:function(){return tY.currentNode=this,tY.previousSibling()}},nextSibling:{get:function(){return tY.currentNode=this,tY.nextSibling()}},childNodes:{get:function(){var e=[];tY.currentNode=this;for(var n=tY.firstChild();n;)e.push(n),n=tY.nextSibling();return e}},parentElement:{get:function(){return tZ.currentNode=this,tZ.parentNode()}},textContent:{get:function(){switch(this.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:for(var e,n=document.createTreeWalker(this,NodeFilter.SHOW_TEXT,null,!1),r="";e=n.nextNode();)r+=e.nodeValue;return r;default:return this.nodeValue}},set:function(e){switch(null==e&&(e=""),this.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:t0(this),(0<e.length||this.nodeType===Node.ELEMENT_NODE)&&this.__shady_native_insertBefore(document.createTextNode(e),void 0);break;default:this.nodeValue=e}}}}),t$(Node.prototype,"appendChild insertBefore removeChild replaceChild cloneNode contains".split(" ")),t$(HTMLElement.prototype,["parentElement","contains"]),ot={firstElementChild:{get:function(){return tZ.currentNode=this,tZ.firstChild()}},lastElementChild:{get:function(){return tZ.currentNode=this,tZ.lastChild()}},children:{get:function(){var e=[];tZ.currentNode=this;for(var n=tZ.firstChild();n;)e.push(n),n=tZ.nextSibling();return tw(e)}},childElementCount:{get:function(){return this.children?this.children.length:0}}},tV?(t$(Element.prototype,t1),t$(Element.prototype,["previousElementSibling","nextElementSibling","innerHTML","className"]),t$(HTMLElement.prototype,["children","innerHTML","className"])):(tJ(Element.prototype,ot),tJ(Element.prototype,{previousElementSibling:{get:function(){return tZ.currentNode=this,tZ.previousSibling()}},nextElementSibling:{get:function(){return tZ.currentNode=this,tZ.nextSibling()}},innerHTML:{get:function(){return tG(this,tN)},set:function(e){var n="template"===this.localName?this.content:this;t0(n);var r=this.localName||"div";for((r=this.namespaceURI&&this.namespaceURI!==tQ.namespaceURI?tQ.createElementNS(this.namespaceURI,r):tQ.createElement(r)).innerHTML=e,e="template"===this.localName?r.content:r;r=e.__shady_native_firstChild;)n.__shady_native_insertBefore(r,void 0)}},className:{get:function(){return this.getAttribute("class")||""},set:function(e){this.setAttribute("class",e)}}})),t$(Element.prototype,"setAttribute getAttribute hasAttribute removeAttribute toggleAttribute focus blur".split(" ")),t$(Element.prototype,t2),t$(HTMLElement.prototype,["focus","blur"]),window.HTMLTemplateElement&&t$(window.HTMLTemplateElement.prototype,["innerHTML"]),tV?t$(DocumentFragment.prototype,t1):tJ(DocumentFragment.prototype,ot),t$(DocumentFragment.prototype,t2),tV?(t$(Document.prototype,t1),t$(Document.prototype,["activeElement"])):tJ(Document.prototype,ot),t$(Document.prototype,["importNode","getElementById","elementFromPoint",tu()]),t$(Document.prototype,t2),rM("__shady_"),Object.defineProperty(document,"_activeElement",rE.activeElement),tT(Window.prototype,rT,"__shady_"),ts.J?ts.Da&&tT(Element.prototype,rd):(rM(),function(){if(!nt&&Object.getOwnPropertyDescriptor(Event.prototype,"isTrusted")){var e=function(){var e=new MouseEvent("click",{bubbles:!0,cancelable:!0,composed:!0});this.__shady_dispatchEvent(e)};Element.prototype.click?Element.prototype.click=e:HTMLElement.prototype.click&&(HTMLElement.prototype.click=e)}}()),nd)window.__shady_native_addEventListener(oo,function(e){e.__target||(nw(e),nm(e))},!0);window.Event=nN,window.CustomEvent=nC,window.MouseEvent=nS,window.ShadowRoot=rV}var oi=window.Document.prototype.createElement,oa=window.Document.prototype.createElementNS,os=window.Document.prototype.importNode,ol=window.Document.prototype.prepend,oc=window.Document.prototype.append,ou=window.DocumentFragment.prototype.prepend,oh=window.DocumentFragment.prototype.append,od=window.Node.prototype.cloneNode,of=window.Node.prototype.appendChild,op=window.Node.prototype.insertBefore,o_=window.Node.prototype.removeChild,om=window.Node.prototype.replaceChild,ov=Object.getOwnPropertyDescriptor(window.Node.prototype,"textContent"),oy=window.Element.prototype.attachShadow,og=Object.getOwnPropertyDescriptor(window.Element.prototype,"innerHTML"),ob=window.Element.prototype.getAttribute,oE=window.Element.prototype.setAttribute,ow=window.Element.prototype.removeAttribute,oN=window.Element.prototype.toggleAttribute,oC=window.Element.prototype.getAttributeNS,oS=window.Element.prototype.setAttributeNS,oT=window.Element.prototype.removeAttributeNS,oO=window.Element.prototype.insertAdjacentElement,oD=window.Element.prototype.insertAdjacentHTML,ox=window.Element.prototype.prepend,oP=window.Element.prototype.append,oM=window.Element.prototype.before,oA=window.Element.prototype.after,oL=window.Element.prototype.replaceWith,oj=window.Element.prototype.remove,ok=window.HTMLElement,oR=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML"),oF=window.HTMLElement.prototype.insertAdjacentElement,oI=window.HTMLElement.prototype.insertAdjacentHTML,oH=new Set;function oU(e){var n=oH.has(e);return e=/^[a-z][.0-9_a-z]*-[-.0-9_a-z]*$/.test(e),!n&&e}"annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" ").forEach(function(e){return oH.add(e)});var oB=document.contains?document.contains.bind(document):document.documentElement.contains.bind(document.documentElement);function oq(e){var n=e.isConnected;if(void 0!==n)return n;if(oB(e))return!0;for(;e&&!(e.__CE_isImportDocument||e instanceof Document);)e=e.parentNode||(window.ShadowRoot&&e instanceof ShadowRoot?e.host:void 0);return!(!e||!(e.__CE_isImportDocument||e instanceof Document))}function oW(e){var n=e.children;if(n)return Array.prototype.slice.call(n);for(n=[],e=e.firstChild;e;e=e.nextSibling)e.nodeType===Node.ELEMENT_NODE&&n.push(e);return n}function oG(e,n){for(;n&&n!==e&&!n.nextSibling;)n=n.parentNode;return n&&n!==e?n.nextSibling:null}function oV(){var e=!(null==it||!it.noDocumentConstructionObserver),n=!(null==it||!it.shadyDomFastWalk);this.ca=[],this.g=[],this.W=!1,this.shadyDomFastWalk=n,this.sb=!e}function oz(e,n,r,o){var i=window.ShadyDOM;if(e.shadyDomFastWalk&&i&&i.inUse){if(n.nodeType===Node.ELEMENT_NODE&&r(n),n.querySelectorAll)for(e=i.nativeMethods.querySelectorAll.call(n,"*"),n=0;n<e.length;n++)r(e[n])}else!function e(n,r,o){for(var i=n;i;){if(i.nodeType===Node.ELEMENT_NODE){var s=i;r(s);var l=s.localName;if("link"===l&&"import"===s.getAttribute("rel")){if(i=s.import,void 0===o&&(o=new Set),i instanceof Node&&!o.has(i))for(o.add(i),i=i.firstChild;i;i=i.nextSibling)e(i,r,o);i=oG(n,s);continue}if("template"===l){i=oG(n,s);continue}if(s=s.__CE_shadowRoot)for(s=s.firstChild;s;s=s.nextSibling)e(s,r,o)}i=i.firstChild?i.firstChild:oG(n,i)}}(n,r,o)}function oX(e,n){e.W&&oz(e,n,function(n){return oK(e,n)})}function oK(e,n){if(e.W&&!n.__CE_patched){n.__CE_patched=!0;for(var r=0;r<e.ca.length;r++)e.ca[r](n);for(r=0;r<e.g.length;r++)e.g[r](n)}}function oJ(e,n){var r=[];for(oz(e,n,function(e){return r.push(e)}),n=0;n<r.length;n++){var o=r[n];1===o.__CE_state?e.connectedCallback(o):oZ(e,o)}}function o$(e,n){var r=[];for(oz(e,n,function(e){return r.push(e)}),n=0;n<r.length;n++){var o=r[n];1===o.__CE_state&&e.disconnectedCallback(o)}}function oY(e,n,r){var o=(r=void 0===r?{}:r).tb,i=r.upgrade||function(n){return oZ(e,n)},s=[];for(oz(e,n,function(n){if(e.W&&oK(e,n),"link"===n.localName&&"import"===n.getAttribute("rel")){var r=n.import;r instanceof Node&&(r.__CE_isImportDocument=!0,r.__CE_registry=document.__CE_registry),r&&"complete"===r.readyState?r.__CE_documentLoadHandled=!0:n.addEventListener("load",function(){var r=n.import;if(!r.__CE_documentLoadHandled){r.__CE_documentLoadHandled=!0;var s=new Set;o&&(o.forEach(function(e){return s.add(e)}),s.delete(r)),oY(e,r,{tb:s,upgrade:i})}})}else s.push(n)},o),n=0;n<s.length;n++)i(s[n])}function oZ(e,n){try{var r=n.ownerDocument,o=r.__CE_registry,i=o&&(r.defaultView||r.__CE_isImportDocument)?o7(o,n.localName):void 0;if(i&&void 0===n.__CE_state){i.constructionStack.push(n);try{try{if(new i.constructorFunction!==n)throw Error("The custom element constructor did not produce the element being upgraded.")}finally{i.constructionStack.pop()}}catch(e){throw n.__CE_state=2,e}if(n.__CE_state=1,n.__CE_definition=i,i.attributeChangedCallback&&n.hasAttributes()){var s=i.observedAttributes;for(i=0;i<s.length;i++){var l=s[i],c=n.getAttribute(l);null!==c&&e.attributeChangedCallback(n,l,null,c,null)}}oq(n)&&e.connectedCallback(n)}}catch(e){o0(e)}}function oQ(e,n,r,o){var i=n.__CE_registry;if(i&&(null===o||"http://www.w3.org/1999/xhtml"===o)&&(i=o7(i,r)))try{var s=new i.constructorFunction;if(void 0===s.__CE_state||void 0===s.__CE_definition)throw Error("Failed to construct '"+r+"': The returned value was not constructed with the HTMLElement constructor.");if("http://www.w3.org/1999/xhtml"!==s.namespaceURI)throw Error("Failed to construct '"+r+"': The constructed element's namespace must be the HTML namespace.");if(s.hasAttributes())throw Error("Failed to construct '"+r+"': The constructed element must not have any attributes.");if(null!==s.firstChild)throw Error("Failed to construct '"+r+"': The constructed element must not have any children.");if(null!==s.parentNode)throw Error("Failed to construct '"+r+"': The constructed element must not have a parent node.");if(s.ownerDocument!==n)throw Error("Failed to construct '"+r+"': The constructed element's owner document is incorrect.");if(s.localName!==r)throw Error("Failed to construct '"+r+"': The constructed element's local name is incorrect.");return s}catch(i){return o0(i),Object.setPrototypeOf(n=null===o?oi.call(n,r):oa.call(n,o,r),HTMLUnknownElement.prototype),n.__CE_state=2,n.__CE_definition=void 0,oK(e,n),n}return oK(e,n=null===o?oi.call(n,r):oa.call(n,o,r)),n}function o0(e){var n="",r="",o=0,i=0;e instanceof Error?(n=e.message,r=e.sourceURL||e.fileName||"",o=e.line||e.lineNumber||0,i=e.column||e.columnNumber||0):n="Uncaught "+String(e);var s=void 0;void 0===ErrorEvent.prototype.initErrorEvent?s=new ErrorEvent("error",{cancelable:!0,message:n,filename:r,lineno:o,colno:i,error:e}):((s=document.createEvent("ErrorEvent")).initErrorEvent("error",!1,!0,n,r,o),s.preventDefault=function(){Object.defineProperty(this,"defaultPrevented",{configurable:!0,get:function(){return!0}})}),void 0===s.error&&Object.defineProperty(s,"error",{configurable:!0,enumerable:!0,get:function(){return e}}),window.dispatchEvent(s),s.defaultPrevented||console.error(e)}function o1(){var e=this;this.I=void 0,this.Ka=new Promise(function(n){e.g=n})}function o2(e){var n=document;this.X=void 0,this.S=e,this.g=n,oY(this.S,this.g),"loading"===this.g.readyState&&(this.X=new MutationObserver(this.h.bind(this)),this.X.observe(this.g,{childList:!0,subtree:!0}))}function o3(e){e.X&&e.X.disconnect()}function o6(e){this.ma=new Map,this.na=new Map,this.Fa=new Map,this.wa=!1,this.za=new Map,this.la=function(e){return e()},this.V=!1,this.oa=[],this.S=e,this.Ga=e.sb?new o2(e):void 0}function o9(e,n){if(!oU(n))throw SyntaxError("The element name '"+n+"' is not valid.");if(o7(e,n))throw Error("A custom element with name '"+n+"' has already been defined.");if(e.wa)throw Error("A custom element is already being defined.")}function o4(e,n,r){e.wa=!0;try{var o,i=r.prototype;if(!(i instanceof Object))throw TypeError("The custom element constructor's prototype is not an object.");var s=function(e){var n=i[e];if(void 0!==n&&!(n instanceof Function))throw Error("The '"+e+"' callback must be a function.");return n},l=s("connectedCallback"),c=s("disconnectedCallback"),u=s("adoptedCallback"),h=(o=s("attributeChangedCallback"))&&r.observedAttributes||[]}catch(e){throw e}finally{e.wa=!1}return r={localName:n,constructorFunction:r,connectedCallback:l,disconnectedCallback:c,adoptedCallback:u,attributeChangedCallback:o,observedAttributes:h,constructionStack:[]},e.na.set(n,r),e.Fa.set(r.constructorFunction,r),r}function o8(e){if(!1!==e.V){e.V=!1;for(var n=[],r=e.oa,o=new Map,i=0;i<r.length;i++)o.set(r[i],[]);for(oY(e.S,document,{upgrade:function(r){if(void 0===r.__CE_state){var i=r.localName,s=o.get(i);s?s.push(r):e.na.has(i)&&n.push(r)}}}),i=0;i<n.length;i++)oZ(e.S,n[i]);for(i=0;i<r.length;i++){for(var s=r[i],l=o.get(s),c=0;c<l.length;c++)oZ(e.S,l[c]);(s=e.za.get(s))&&s.resolve(void 0)}r.length=0}}function o7(e,n){var r=e.na.get(n);if(r)return r;if(r=e.ma.get(n)){e.ma.delete(n);try{return o4(e,n,r())}catch(e){o0(e)}}}function o5(e,n,r){function o(n){return function(r){for(var o=[],i=0;i<arguments.length;++i)o[i]=arguments[i];i=[];for(var s=[],l=0;l<o.length;l++){var c=o[l];if(c instanceof Element&&oq(c)&&s.push(c),c instanceof DocumentFragment)for(c=c.firstChild;c;c=c.nextSibling)i.push(c);else i.push(c)}for(n.apply(this,o),o=0;o<s.length;o++)o$(e,s[o]);if(oq(this))for(o=0;o<i.length;o++)(s=i[o])instanceof Element&&oJ(e,s)}}void 0!==r.prepend&&(n.prepend=o(r.prepend)),void 0!==r.append&&(n.append=o(r.append))}oV.prototype.connectedCallback=function(e){var n=e.__CE_definition;if(n.connectedCallback)try{n.connectedCallback.call(e)}catch(e){o0(e)}},oV.prototype.disconnectedCallback=function(e){var n=e.__CE_definition;if(n.disconnectedCallback)try{n.disconnectedCallback.call(e)}catch(e){o0(e)}},oV.prototype.attributeChangedCallback=function(e,n,r,o,i){var s=e.__CE_definition;if(s.attributeChangedCallback&&-1<s.observedAttributes.indexOf(n))try{s.attributeChangedCallback.call(e,n,r,o,i)}catch(e){o0(e)}},o1.prototype.resolve=function(e){if(this.I)throw Error("Already resolved.");this.I=e,this.g(e)},o2.prototype.h=function(e){var n=this.g.readyState;for("interactive"!==n&&"complete"!==n||o3(this),n=0;n<e.length;n++)for(var r=e[n].addedNodes,o=0;o<r.length;o++)oY(this.S,r[o])},(z=o6.prototype).jb=function(e,n){var r=this;if(!(n instanceof Function))throw TypeError("Custom element constructor getters must be functions.");o9(this,e),this.ma.set(e,n),this.oa.push(e),this.V||(this.V=!0,this.la(function(){return o8(r)}))},z.define=function(e,n){var r=this;if(!(n instanceof Function))throw TypeError("Custom element constructors must be functions.");o9(this,e),o4(this,e,n),this.oa.push(e),this.V||(this.V=!0,this.la(function(){return o8(r)}))},z.upgrade=function(e){oY(this.S,e)},z.get=function(e){if(e=o7(this,e))return e.constructorFunction},z.whenDefined=function(e){if(!oU(e))return Promise.reject(SyntaxError("'"+e+"' is not a valid custom element name."));var n=this.za.get(e);if(n)return n.Ka;n=new o1,this.za.set(e,n);var r=this.na.has(e)||this.ma.has(e);return e=-1===this.oa.indexOf(e),r&&e&&n.resolve(void 0),n.Ka},z.polyfillWrapFlushCallback=function(e){this.Ga&&o3(this.Ga);var n=this.la;this.la=function(r){return e(function(){return n(r)})}},o6.prototype.define=o6.prototype.define,o6.prototype.upgrade=o6.prototype.upgrade,o6.prototype.get=o6.prototype.get,o6.prototype.whenDefined=o6.prototype.whenDefined,o6.prototype.polyfillDefineLazy=o6.prototype.jb,o6.prototype.polyfillWrapFlushCallback=o6.prototype.polyfillWrapFlushCallback;var ie={},it=window.customElements;function ir(){var e,n=new oV,r=n;function o(){var e=this.constructor,n=document.__CE_registry.Fa.get(e);if(!n)throw Error("Failed to construct a custom element: The constructor was not registered with `customElements`.");var o=n.constructionStack;if(0===o.length)return Object.setPrototypeOf(o=oi.call(document,n.localName),e.prototype),o.__CE_state=1,o.__CE_definition=n,oK(r,o),o;var i=o.length-1,s=o[i];if(s===ie)throw Error("Failed to construct '"+n.localName+"': This element was already constructed.");return o[i]=ie,Object.setPrototypeOf(s,e.prototype),oK(r,s),s}o.prototype=ok.prototype,Object.defineProperty(HTMLElement.prototype,"constructor",{writable:!0,configurable:!0,enumerable:!1,value:o}),window.HTMLElement=o,e=n,Document.prototype.createElement=function(n){return oQ(e,this,n,null)},Document.prototype.importNode=function(n,r){return n=os.call(this,n,!!r),this.__CE_registry?oY(e,n):oX(e,n),n},Document.prototype.createElementNS=function(n,r){return oQ(e,this,r,n)},o5(e,Document.prototype,{prepend:ol,append:oc}),o5(n,DocumentFragment.prototype,{prepend:ou,append:oh});var i=n;function s(e,n){Object.defineProperty(e,"textContent",{enumerable:n.enumerable,configurable:!0,get:n.get,set:function(e){if(this.nodeType===Node.TEXT_NODE)n.set.call(this,e);else{var r=void 0;if(this.firstChild){var o=this.childNodes,s=o.length;if(0<s&&oq(this)){r=Array(s);for(var l=0;l<s;l++)r[l]=o[l]}}if(n.set.call(this,e),r)for(e=0;e<r.length;e++)o$(i,r[e])}}})}Node.prototype.insertBefore=function(e,n){if(e instanceof DocumentFragment){var r=oW(e);if(e=op.call(this,e,n),oq(this))for(n=0;n<r.length;n++)oJ(i,r[n]);return e}return r=e instanceof Element&&oq(e),n=op.call(this,e,n),r&&o$(i,e),oq(this)&&oJ(i,e),n},Node.prototype.appendChild=function(e){if(e instanceof DocumentFragment){var n=oW(e);if(e=of.call(this,e),oq(this))for(var r=0;r<n.length;r++)oJ(i,n[r]);return e}return n=e instanceof Element&&oq(e),r=of.call(this,e),n&&o$(i,e),oq(this)&&oJ(i,e),r},Node.prototype.cloneNode=function(e){return e=od.call(this,!!e),this.ownerDocument.__CE_registry?oY(i,e):oX(i,e),e},Node.prototype.removeChild=function(e){var n=e instanceof Element&&oq(e),r=o_.call(this,e);return n&&o$(i,e),r},Node.prototype.replaceChild=function(e,n){if(e instanceof DocumentFragment){var r=oW(e);if(e=om.call(this,e,n),oq(this))for(o$(i,n),n=0;n<r.length;n++)oJ(i,r[n]);return e}r=e instanceof Element&&oq(e);var o=om.call(this,e,n),s=oq(this);return s&&o$(i,n),r&&o$(i,e),s&&oJ(i,e),o},ov&&ov.get?s(Node.prototype,ov):(i.W=!0,i.ca.push(function(e){s(e,{enumerable:!0,configurable:!0,get:function(){for(var e=[],n=this.firstChild;n;n=n.nextSibling)n.nodeType!==Node.COMMENT_NODE&&e.push(n.textContent);return e.join("")},set:function(e){for(;this.firstChild;)o_.call(this,this.firstChild);null!=e&&""!==e&&of.call(this,document.createTextNode(e))}})})),function(e){function n(n,r){Object.defineProperty(n,"innerHTML",{enumerable:r.enumerable,configurable:!0,get:r.get,set:function(n){var o=this,i=void 0;if(oq(this)&&(i=[],oz(e,this,function(e){e!==o&&i.push(e)})),r.set.call(this,n),i)for(var s=0;s<i.length;s++){var l=i[s];1===l.__CE_state&&e.disconnectedCallback(l)}return this.ownerDocument.__CE_registry?oY(e,this):oX(e,this),n}})}function r(n,r){n.insertAdjacentElement=function(n,o){var i=oq(o);return n=r.call(this,n,o),i&&o$(e,o),oq(n)&&oJ(e,o),n}}function o(n,r){function o(n,r){for(var o=[];n!==r;n=n.nextSibling)o.push(n);for(r=0;r<o.length;r++)oY(e,o[r])}n.insertAdjacentHTML=function(e,n){if("beforebegin"===(e=e.toLowerCase())){var i=this.previousSibling;r.call(this,e,n),o(i||this.parentNode.firstChild,this)}else if("afterbegin"===e)i=this.firstChild,r.call(this,e,n),o(this.firstChild,i);else if("beforeend"===e)i=this.lastChild,r.call(this,e,n),o(i||this.firstChild,null);else if("afterend"===e)i=this.nextSibling,r.call(this,e,n),o(this.nextSibling,i);else throw SyntaxError("The value provided ("+String(e)+") is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'.")}}function i(n){return function(r){for(var o=[],i=0;i<arguments.length;++i)o[i]=arguments[i];i=[];for(var s=[],l=0;l<o.length;l++){var c=o[l];if(c instanceof Element&&oq(c)&&s.push(c),c instanceof DocumentFragment)for(c=c.firstChild;c;c=c.nextSibling)i.push(c);else i.push(c)}for(n.apply(this,o),o=0;o<s.length;o++)o$(e,s[o]);if(oq(this))for(o=0;o<i.length;o++)(s=i[o])instanceof Element&&oJ(e,s)}}oy&&(Element.prototype.attachShadow=function(n){if(n=oy.call(this,n),e.W&&!n.__CE_patched){n.__CE_patched=!0;for(var r=0;r<e.ca.length;r++)e.ca[r](n)}return this.__CE_shadowRoot=n}),og&&og.get?n(Element.prototype,og):oR&&oR.get?n(HTMLElement.prototype,oR):(e.W=!0,e.g.push(function(e){n(e,{enumerable:!0,configurable:!0,get:function(){return od.call(this,!0).innerHTML},set:function(e){var n="template"===this.localName,r=n?this.content:this,o=oa.call(document,this.namespaceURI,this.localName);for(o.innerHTML=e;0<r.childNodes.length;)o_.call(r,r.childNodes[0]);for(e=n?o.content:o;0<e.childNodes.length;)of.call(r,e.childNodes[0])}})})),Element.prototype.setAttribute=function(n,r){if(1!==this.__CE_state)return oE.call(this,n,r);var o=ob.call(this,n);oE.call(this,n,r),r=ob.call(this,n),e.attributeChangedCallback(this,n,o,r,null)},Element.prototype.setAttributeNS=function(n,r,o){if(1!==this.__CE_state)return oS.call(this,n,r,o);var i=oC.call(this,n,r);oS.call(this,n,r,o),o=oC.call(this,n,r),e.attributeChangedCallback(this,r,i,o,n)},Element.prototype.removeAttribute=function(n){if(1!==this.__CE_state)return ow.call(this,n);var r=ob.call(this,n);ow.call(this,n),null!==r&&e.attributeChangedCallback(this,n,r,null,null)},oN&&(Element.prototype.toggleAttribute=function(n,r){if(1!==this.__CE_state)return oN.call(this,n,r);var o=ob.call(this,n);return null!==o!==(r=oN.call(this,n,r))&&e.attributeChangedCallback(this,n,o,r?"":null,null),r}),Element.prototype.removeAttributeNS=function(n,r){if(1!==this.__CE_state)return oT.call(this,n,r);var o=oC.call(this,n,r);oT.call(this,n,r);var i=oC.call(this,n,r);o!==i&&e.attributeChangedCallback(this,r,o,i,n)},oF?r(HTMLElement.prototype,oF):oO&&r(Element.prototype,oO),oI?o(HTMLElement.prototype,oI):oD&&o(Element.prototype,oD),o5(e,Element.prototype,{prepend:ox,append:oP});var s=Element.prototype;void 0!==oM&&(s.before=i(oM)),void 0!==oA&&(s.after=i(oA)),void 0!==oL&&(s.replaceWith=function(n){for(var r=[],o=0;o<arguments.length;++o)r[o]=arguments[o];o=[];for(var i=[],s=0;s<r.length;s++){var l=r[s];if(l instanceof Element&&oq(l)&&i.push(l),l instanceof DocumentFragment)for(l=l.firstChild;l;l=l.nextSibling)o.push(l);else o.push(l)}for(s=oq(this),oL.apply(this,r),r=0;r<i.length;r++)o$(e,i[r]);if(s)for(o$(e,this),r=0;r<o.length;r++)(i=o[r])instanceof Element&&oJ(e,i)}),void 0!==oj&&(s.remove=function(){var n=oq(this);oj.call(this),n&&o$(e,this)})}(n),window.CustomElementRegistry=o6,n=new o6(n),document.__CE_registry=n,Object.defineProperty(window,"customElements",{configurable:!0,enumerable:!0,value:n})}function io(){this.end=this.start=0,this.rules=this.parent=this.previous=null,this.cssText=this.parsedCssText="",this.atRule=!1,this.type=0,this.parsedSelector=this.selector=this.keyframesName=""}function ii(e){var n=e=e.replace(ih,"").replace(id,""),r=new io;r.start=0,r.end=n.length;for(var o=r,i=0,s=n.length;i<s;i++)if("{"===n[i]){o.rules||(o.rules=[]);var l=o,c=l.rules[l.rules.length-1]||null;(o=new io).start=i+1,o.parent=l,o.previous=c,l.rules.push(o)}else"}"===n[i]&&(o.end=i+1,o=o.parent||r);return function e(n,r){var o=r.substring(n.start,n.end-1);if(n.parsedCssText=n.cssText=o.trim(),n.parent&&(o=(o=(o=(o=r.substring(n.previous?n.previous.end:n.parent.start,n.start-1)).replace(/\\([0-9a-f]{1,6})\s/gi,function(e,n){for(n=6-(e=n).length;n--;)e="0"+e;return"\\"+e})).replace(ig," ")).substring(o.lastIndexOf(";")+1),o=n.parsedSelector=n.selector=o.trim(),n.atRule=0===o.indexOf("@"),n.atRule?0===o.indexOf("@media")?n.type=ic:o.match(iy)&&(n.type=il,n.keyframesName=n.selector.split(ig).pop()):n.type=0===o.indexOf("--")?iu:is),o=n.rules)for(var i=0,s=o.length,l=void 0;i<s&&(l=o[i]);i++)e(l,r);return n}(r,e)}it&&!it.forcePolyfill&&"function"==typeof it.define&&"function"==typeof it.get||ir(),window.__CE_installPolyfill=ir;var ia,is=1,il=7,ic=4,iu=1e3,ih=/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,id=/@import[^;]*;/gim,ip=/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,i_=/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,im=/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,iv=/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,iy=/^@[^\s]*keyframes/,ig=/\s+/g,ib=!(window.ShadyDOM&&window.ShadyDOM.inUse);function iE(e){ia=(!e||!e.shimcssproperties)&&(ib||!(navigator.userAgent.match(/AppleWebKit\/601|Edge\/15/)||!window.CSS||!CSS.supports||!CSS.supports("box-shadow","0 0 0 var(--foo)")))}window.ShadyCSS&&void 0!==window.ShadyCSS.cssBuild&&(aR=window.ShadyCSS.cssBuild);var iw=!(!window.ShadyCSS||!window.ShadyCSS.disableRuntime);window.ShadyCSS&&void 0!==window.ShadyCSS.nativeCss?ia=window.ShadyCSS.nativeCss:window.ShadyCSS?(iE(window.ShadyCSS),window.ShadyCSS=void 0):iE(window.WebComponents&&window.WebComponents.flags);var iN=ia,iC=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gi,iS=/(?:^|\W+)@apply\s*\(?([^);\n]*)\)?/gi,iT=/(--[\w-]+)\s*([:,;)]|$)/gi,iO=/(animation\s*:)|(animation-name\s*:)/,iD=/@media\s(.*)/,ix=/\{[^}]*\}/g,iP=new Set;function iM(e,n){return e?("string"==typeof e&&(e=ii(e)),n&&ij(e,n),function e(n,r,o){o=void 0===o?"":o;var i="";if(n.cssText||n.rules){var s,l=n.rules;if((s=l)&&(s=!((s=l[0])&&s.selector&&0===s.selector.indexOf("--"))),s){s=0;for(var c=l.length,u=void 0;s<c&&(u=l[s]);s++)i=e(u,r,i)}else(i=(r=r?n.cssText:(r=(r=n.cssText).replace(ip,"").replace(i_,"")).replace(im,"").replace(iv,"")).trim())&&(i=" "+i+"\n")}return i&&(n.selector&&(o+=n.selector+" {\n"),o+=i,n.selector&&(o+="}\n\n")),o}(e,iN)):""}function iA(e){return!e.__cssRules&&e.textContent&&(e.__cssRules=ii(e.textContent)),e.__cssRules||null}function iL(e){return!!e.parent&&e.parent.type===il}function ij(e,n,r,o){if(e){var i=!1,s=e.type;if(o&&s===ic){var l=e.selector.match(iD);l&&(window.matchMedia(l[1]).matches||(i=!0))}if(s===is?n(e):r&&s===il?r(e):s===iu&&(i=!0),(e=e.rules)&&!i)for(i=0,s=e.length,l=void 0;i<s&&(l=e[i]);i++)ij(l,n,r,o)}}function ik(e,n,r,o){var i=document.createElement("style");return n&&i.setAttribute("scope",n),i.textContent=e,iI(i,r,o),i}var iR=null;function iF(e){e=document.createComment(" Shady DOM styles for "+e+" ");var n=document.head;return n.insertBefore(e,(iR?iR.nextSibling:null)||n.firstChild),iR=e}function iI(e,n,r){(n=n||document.head).insertBefore(e,r&&r.nextSibling||n.firstChild),iR?e.compareDocumentPosition(iR)===Node.DOCUMENT_POSITION_PRECEDING&&(iR=e):iR=e}function iH(e,n){for(var r=0,o=e.length;n<o;n++)if("("===e[n])r++;else if(")"===e[n]&&0==--r)return n;return -1}function iU(e,n){ib?e.setAttribute("class",n):window.ShadyDOM.nativeMethods.setAttribute.call(e,"class",n)}var iB=window.ShadyDOM&&window.ShadyDOM.wrap||function(e){return e};function iq(e){var n=e.localName,r="";return n?-1<n.indexOf("-")||(r=n,n=e.getAttribute&&e.getAttribute("is")||""):(n=e.is,r=e.extends),{is:n,ja:r}}function iW(e){for(var n=[],r="",o=0;0<=o&&o<e.length;o++)if("("===e[o]){var i=iH(e,o);r+=e.slice(o,i+1),o=i}else","===e[o]?(n.push(r),r=""):r+=e[o];return r&&n.push(r),n}function iG(e){if(void 0!==aR)return aR;if(void 0===e.__cssBuild){var n=e.getAttribute("css-build");if(n)e.__cssBuild=n;else{e:{if((n="template"===e.localName?e.content.firstChild:e.firstChild)instanceof Comment&&"css-build"===(n=n.textContent.trim().split(":"))[0]){n=n[1];break e}n=""}if(""!==n){var r="template"===e.localName?e.content.firstChild:e.firstChild;r.parentNode.removeChild(r)}e.__cssBuild=n}}return e.__cssBuild||""}function iV(e){return""!==(e=void 0===e?"":e)&&!!iN&&(ib?"shadow"===e:"shady"===e)}function iz(){}function iX(e,n,r){var o;if(n.nodeType===Node.ELEMENT_NODE&&r(n),o="template"===n.localName?(n.content||n._content||n).childNodes:n.children||n.childNodes)for(n=0;n<o.length;n++)iX(e,o[n],r)}function iK(e,n,r){if(n){if(e.classList)r?(e.classList.remove("style-scope"),e.classList.remove(n)):(e.classList.add("style-scope"),e.classList.add(n));else if(e.getAttribute){var o=e.getAttribute("class");r?o&&iU(e,n=o.replace("style-scope","").replace(n,"")):iU(e,(o?o+" ":"")+"style-scope "+n)}}}function iJ(e,n,r,o,i){var s,l,c,u,h,d;return""===(i=void 0===i?"":i)&&(i=ib||"shady"===(void 0===o?"":o)?iM(n,r):(s=i5,l=n,c=(e=iq(e)).is,u=e.ja,h=r,d=i$(c,u),c=c?"."+c:"",iM(l,function(e){e.i||(e.selector=e.G=iY(s,e,s.h,c,d),e.i=!0),h&&h(e,c,d)})+"\n\n")),i.trim()}function i$(e,n){return n?"[is="+e+"]":e}function iY(e,n,r,o,i){var s=iW(n.selector);if(!iL(n)){n=0;for(var l=s.length,c=void 0;n<l&&(c=s[n]);n++)s[n]=r.call(e,c,o,i)}return s.filter(function(e){return!!e}).join(",")}function iZ(e){return e.replace(i1,function(e,n,r){return -1<r.indexOf("+")?r=r.replace(/\+/g,"___"):-1<r.indexOf("___")&&(r=r.replace(/___/g,"+")),":"+n+"("+r+")"})}function iQ(e,n){e=e.split(/(\[.+?\])/);for(var r=[],o=0;o<e.length;o++)if(1==o%2)r.push(e[o]);else{var i=e[o];(""!==i||o!==e.length-1)&&(i=i.split(":"),i[0]+=n,r.push(i.join(":")))}return r.join("")}function i0(e){":root"===e.selector&&(e.selector="html")}iz.prototype.h=function(e,n,r){var o,i,s,l=!1;e=e.trim();var c=i1.test(e);c&&(e=iZ(e=e.replace(i1,function(e,n,r){return":"+n+"("+r.replace(/\s/g,"")+")"})));var u=i7.test(e);if(u){var h=function(e){for(var n,r=[];n=e.match(i7);){var o=n.index,i=iH(e,o);if(-1===i)throw Error(n.input+" selector missing ')'");n=e.slice(o,i+1),e=e.replace(n,""),r.push(n)}return{Ea:e,matches:r}}(e);e=h.Ea,h=h.matches}return e=(e=e.replace(i6,":host $1")).replace(i2,function(e,o,i){return l||(e=function(e,n,r,o){var i,s,l,c=e.indexOf("::slotted");if(0<=e.indexOf(":host")?(i=e,s=o,e=(l=(l=i.match(i9))&&l[2].trim()||"")?l[0].match(i3)?i.replace(i9,function(e,n,r){return s+r}):l.split(i3)[0]===s?l:"should_not_match":i.replace(":host",s)):0!==c&&(e=r?iQ(e,r):e),r=!1,0<=c&&(n="",r=!0),r){var u=!0;r&&(e=e.replace(i4,function(e,n){return" > "+n}))}return{value:e,Ya:n,stop:u}}(i,o,n,r),l=l||e.stop,o=e.Ya,i=e.value),o+i}),u&&(o=e,i=h,s=o.split(""),e=i.reduce(function(e,n,r){return e+n+s[r+1]},s[0])),c&&(e=iZ(e)),e=e.replace(i8,function(e,n,r,o){return'[dir="'+r+'"] '+n+o+", "+n+'[dir="'+r+'"]'+o})},iz.prototype.i=function(e){return e.match(":host")?"":e.match("::slotted")?this.h(e,":not(.style-scope)"):iQ(e.trim(),":not(.style-scope)")},r.Object.defineProperties(iz.prototype,{g:{configurable:!0,enumerable:!0,get:function(){return"style-scope"}}});var i1=/:(nth[-\w]+)\(([^)]+)\)/,i2=/(^|[\s>+~]+)((?:\[.+?\]|[^\s>+~=[])+)/g,i3=/[[.:#*]/,i6=/^(::slotted)/,i9=/(:host)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,i4=/(?:::slotted)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,i8=/(.*):dir\((?:(ltr|rtl))\)(.*)/,i7=/:(?:matches|any|-(?:webkit|moz)-any)/,i5=new iz;function ae(e,n,r,o,i){this.M=e||null,this.h=n||null,this.Ca=r||[],this.K=null,this.cssBuild=i||"",this.ja=o||"",this.g=this.L=this.R=null}function at(e){return e?e.__styleInfo:null}function an(e,n){return e.__styleInfo=n}function ar(e){var n=this.matches||this.matchesSelector||this.mozMatchesSelector||this.msMatchesSelector||this.oMatchesSelector||this.webkitMatchesSelector;return n&&n.call(this,e)}ae.prototype.i=function(){return this.M},ae.prototype._getStyleRules=ae.prototype.i;var ao=/:host\s*>\s*/,ai=navigator.userAgent.match("Trident");function aa(){}function as(e){if(!e.F){var n={},r={};al(e,r)&&(n.P=r,e.rules=null),n.cssText=e.parsedCssText.replace(ix,"").replace(iC,""),e.F=n}}function al(e,n){var r,o=e.F;if(o){if(o.P)return Object.assign(n,o.P),!0}else{for(o=e.parsedCssText;e=iC.exec(o);)("inherit"!==(r=(e[2]||e[3]).trim())||"unset"!==r)&&(n[e[1].trim()]=r),r=!0;return r}}function ac(e,n,r){return n&&(n=0<=n.indexOf(";")?au(e,n,r):function e(n,r){var o=n.indexOf("var(");if(-1===o)return r(n,"","","");var i=iH(n,o+3),s=n.substring(o+4,i);return o=n.substring(0,o),n=e(n.substring(i+1),r),-1===(i=s.indexOf(","))?r(o,s.trim(),"",n):r(o,s.substring(0,i).trim(),s.substring(i+1).trim(),n)}(n,function(n,o,i,s){return o?((o=ac(e,r[o],r))&&"initial"!==o?"apply-shim-inherit"===o&&(o="inherit"):o=ac(e,r[i]||i,r)||i,n+(o||"")+s):n+s})),n&&n.trim()||""}function au(e,n,r){n=n.split(";");for(var o,i,s=0;s<n.length;s++)if(o=n[s]){if(iS.lastIndex=0,i=iS.exec(o))o=ac(e,r[i[1]],r);else if(-1!==(i=o.indexOf(":"))){var l=o.substring(i);l=ac(e,l=l.trim(),r)||l,o=o.substring(0,i)+l}n[s]=o&&o.lastIndexOf(";")===o.length-1?o.slice(0,-1):o||""}return n.join(";")}r.Object.defineProperties(aa.prototype,{g:{configurable:!0,enumerable:!0,get:function(){return"x-scope"}}});var ah=new aa,ad={},af=window.customElements;if(af&&!ib&&!iw){var ap=af.define;af.define=function(e,n,r){ad[e]||(ad[e]=iF(e)),ap.call(af,e,n,r)}}function a_(){this.cache={}}function am(){}a_.prototype.store=function(e,n,r,o){var i=this.cache[e]||[];i.push({P:n,styleElement:r,L:o}),100<i.length&&i.shift(),this.cache[e]=i};var av=RegExp(i5.g+"\\s*([^\\s]*)");function ay(e){return(e=(e.classList&&e.classList.value?e.classList.value:e.getAttribute("class")||"").match(av))?e[1]:""}function ag(e){var n=iB(e).getRootNode();return n===e||n===e.ownerDocument?"":(e=n.host)?iq(e).is:""}function ab(e){for(var n=0;n<e.length;n++){var r=e[n];if(r.target!==document.documentElement&&r.target!==document.head)for(var o=0;o<r.addedNodes.length;o++){var i=r.addedNodes[o];if(i.nodeType===Node.ELEMENT_NODE){var s=i.getRootNode(),l=ay(i);if(l&&s===i.ownerDocument&&("style"!==i.localName&&"template"!==i.localName||""===iG(i)))!function(e,n){iX(i5,e,function(e){iK(e,n||"",!0)})}(i,l);else if(s instanceof ShadowRoot)for((s=ag(i))!==l&&function(e,n,r){iX(i5,e,function(e){iK(e,n,!0),iK(e,r)})}(i,l,s),i=window.ShadyDOM.nativeMethods.querySelectorAll.call(i,":not(."+i5.g+")"),l=0;l<i.length;l++){var c=ag(s=i[l]);c&&iK(s,c)}}}}}if(!(ib||window.ShadyDOM&&window.ShadyDOM.handlesDynamicScoping)){var aE=new MutationObserver(ab),aw=function(e){aE.observe(e,{childList:!0,subtree:!0})};if(window.customElements&&!window.customElements.polyfillWrapFlushCallback)aw(document);else{var aN=function(){aw(document.body)};window.HTMLImports?window.HTMLImports.whenReady(aN):requestAnimationFrame(function(){if("loading"===document.readyState){var e=function(){aN(),document.removeEventListener("readystatechange",e)};document.addEventListener("readystatechange",e)}else aN()})}am=function(){ab(aE.takeRecords())}}var aC={},aS=Promise.resolve();function aT(e){(e=aC[e])&&(e._applyShimCurrentVersion=e._applyShimCurrentVersion||0,e._applyShimValidatingVersion=e._applyShimValidatingVersion||0,e._applyShimNextVersion=(e._applyShimNextVersion||0)+1)}function aO(e){return e._applyShimCurrentVersion===e._applyShimNextVersion}var aD={},ax=new a_;function aP(){this.ea={},this.i=document.documentElement;var e=new io;e.rules=[],this.u=an(this.i,new ae(e)),this.O=!1,this.g=this.h=null}function aM(e){var n=iq(e),r=n.is;n=n.ja;var o=ad[r]||null,i=aC[r];if(i)return an(e,n=new ae(r=i._styleAst,o,i.g,n,i=iG(i))),n}function aA(e){if(!e.h&&window.ShadyCSS&&window.ShadyCSS.ApplyShim){e.h=window.ShadyCSS.ApplyShim,e.h.invalidCallback=aT;var n=!0}else n=!1;return!e.g&&window.ShadyCSS&&window.ShadyCSS.CustomStyleInterface&&(e.g=window.ShadyCSS.CustomStyleInterface,e.g.transformCallback=function(n){e.Qa(n)},e.g.validateCallback=function(){requestAnimationFrame(function(){(e.g.enqueued||e.O)&&e.flushCustomStyles()})}),n}function aL(e,n,r){var o,i=iq(n).is;if(r.K){var s,l=r.K;for(s in l)null===s?n.style.removeProperty(s):n.style.setProperty(s,l[s])}!(!(l=aC[i])&&n!==e.i||l&&""!==iG(l))&&l&&l._style&&!aO(l)&&((aO(l)||l._applyShimValidatingVersion!==l._applyShimNextVersion)&&(aA(e),e.h&&e.h.transformRules(l._styleAst,i),l._style.textContent=iJ(n,r.M),(o=l)._applyShimValidatingVersion=o._applyShimNextVersion,o._validating||(o._validating=!0,aS.then(function(){o._applyShimCurrentVersion=o._applyShimNextVersion,o._validating=!1}))),ib&&(e=n.shadowRoot)&&(e=e.querySelector("style"))&&(e.textContent=iJ(n,r.M)),r.M=l._styleAst)}function aj(e,n){return(n=iB(n).getRootNode().host)?at(n)||aM(n)?n:aj(e,n):e.i}function ak(e,n,r){var o,i,s,l,c,u,h,d,f,p=aj(e,n),_=at(p),m=_.R;for(var v in p===e.i||m||(ak(e,p,_),m=_.R),e=Object.create(m||null),o=n,i=r.M,s=r.cssBuild,l={},c={},ij(i,function(e){!function(e,n,r,o){if(n.F||as(n),n.F.P){var i=iq(e);e=i.is,i=i.ja,i=e?i$(e,i):"html";var s=n.parsedSelector,l=!!s.match(ao)||"html"===i&&-1<s.indexOf("html"),c=0===s.indexOf(":host")&&!l;"shady"===r&&(c=!(l=s===i+" > *."+i||-1!==s.indexOf("html"))&&0===s.indexOf(i)),(l||c)&&(r=i,c&&(n.G||(n.G=iY(i5,n,i5.h,e?"."+e:"",i)),r=n.G||i),l&&"html"===i&&(r=n.G||n.O),o({Ea:r,gb:c,vb:l}))}}(o,e,s,function(n){ar.call(o._element||o,n.Ea)&&(n.gb?al(e,l):al(e,c))})},null,!0),p={mb:c,eb:l},n=(u=_.M,h=n,d={},f=[],ij(u,function(e){e.F||as(e);var n=e.G||e.parsedSelector;h&&e.F.P&&n&&ar.call(h,n)&&(al(e,d),f[n=parseInt((e=e.index)/32,10)]=(f[n]||0)|1<<e%32)},null,!0),{P:d,key:f}).P,Object.assign(e,p.eb,n,p.mb),n=r.K)((_=n[v])||0===_)&&(e[v]=_);for(_=0,v=ah,n=Object.getOwnPropertyNames(e);_<n.length;_++)e[p=n[_]]=ac(v,e[p],e);r.R=e}(z=aP.prototype).flush=function(){am()},z.bb=function(e){return iA(e)},z.qb=function(e){return iM(e)},z.prepareTemplate=function(e,n,r){this.prepareTemplateDom(e,n),this.prepareTemplateStyles(e,n,r)},z.prepareTemplateStyles=function(e,n,r){if(!e._prepared&&!iw){ib||ad[n]||(ad[n]=iF(n)),e._prepared=!0,e.name=n,e.extends=r,aC[n]=e;var o=iG(e),i=iV(o);r={is:n,extends:r};for(var s=[],l=e.content.querySelectorAll("style"),c=0;c<l.length;c++){var u=l[c];if(u.hasAttribute("shady-unscoped")){if(!ib){var h=u.textContent;if(!iP.has(h)){iP.add(h);var d=document.createElement("style");d.setAttribute("shady-unscoped",""),d.textContent=h,document.head.appendChild(d)}u.parentNode.removeChild(u)}}else s.push(u.textContent),u.parentNode.removeChild(u)}s=s.join("").trim()+(aD[n]||""),aA(this),i||((l=!o)&&(l=iS.test(s)||iC.test(s),iS.lastIndex=0,iC.lastIndex=0),c=ii(s),l&&iN&&this.h&&this.h.transformRules(c,n),e._styleAst=c),l=[],iN||(l=function(e){var n={},r=[],o=0;for(var i in ij(e,function(e){as(e),e.index=o++,e=e.F.cssText;for(var r;r=iT.exec(e);){var i=r[1];":"!==r[2]&&(n[i]=!0)}},function(e){r.push(e)}),e.h=r,e=[],n)e.push(i);return e}(e._styleAst)),(!l.length||iN)&&(c=ib?e.content:null,n=ad[n]||null,o=(o=iJ(r,e._styleAst,null,o,i?s:"")).length?ik(o,r.is,c,n):null,e._style=o),e.g=l}},z.kb=function(e,n){aD[n]=e.join(" ")},z.prepareTemplateDom=function(e,n){if(!iw){var r,o=iG(e);ib||"shady"===o||e._domPrepared||(e._domPrepared=!0,r=e.content,iX(i5,r,function(e){iK(e,n||"")}))}},z.flushCustomStyles=function(){if(!iw){var e=aA(this);if(this.g){var n=this.g.processStyles();if((e||this.g.enqueued)&&!iV(this.u.cssBuild)){if(iN){if(!this.u.cssBuild)for(e=0;e<n.length;e++){var r,o,i=this.g.getStyleForCustomStyle(n[e]);if(i&&iN&&this.h){var s=iA(i);aA(this),this.h.transformRules(s),i.textContent=iM(s)}}}else{for(r=this,(o=(o=n).map(function(e){return r.g.getStyleForCustomStyle(e)}).filter(function(e){return!!e})).sort(function(e,n){return(e=n.compareDocumentPosition(e))&Node.DOCUMENT_POSITION_FOLLOWING?1:e&Node.DOCUMENT_POSITION_PRECEDING?-1:0}),r.u.M.rules=o.map(function(e){return iA(e)}),ak(this,this.i,this.u),e=0;e<n.length;e++)(i=this.g.getStyleForCustomStyle(n[e]))&&function(e,n){var r=iA(e);e.textContent=iM(r,function(e){var r=e.cssText=e.parsedCssText;e.F&&e.F.cssText&&(e.cssText=au(ah,r=r.replace(ip,"").replace(i_,""),n))})}(i,this.u.R);this.O&&this.styleDocument()}this.g.enqueued=!1}}}},z.styleElement=function(e,n){if(iw){if(n){at(e)||an(e,new ae(null));var r=at(e);r.K=r.K||{},Object.assign(r.K,n),aL(this,e,r)}}else if(r=at(e)||aM(e)){if(e!==this.i&&(this.O=!0),n&&(r.K=r.K||{},Object.assign(r.K,n)),iN)aL(this,e,r);else if(this.flush(),ak(this,e,r),r.Ca&&r.Ca.length){n=iq(e).is;e:{if(f=ax.cache[n])for(var o,i,s,l,c,u,h,d,f,p=f.length-1;0<=p;p--){var _=f[p];t:{for(var m=r.Ca,v=0;v<m.length;v++){var y=m[v];if(_.P[y]!==r.R[y]){m=!1;break t}}m=!0}if(m){f=_;break e}}f=void 0}m=f?f.styleElement:null,p=r.L,(_=f&&f.L)||(_=this.ea[n]=(this.ea[n]||0)+1,_=n+"-"+_),r.L=_,_=r.L,v=ah,v=m?m.textContent||"":(o=v,i=r.R,s=_,c=i$((l=iq(e)).is,l.ja),u=RegExp("(?:^|[^.#[:])"+(e.extends?"\\"+c.slice(0,-1)+"\\]":c)+"($|[.:[\\s>+~])"),l=(h=at(e)).M,h=h.cssBuild,d=function(e,n){e=e.h;var r={};if(!ib&&e)for(var o=0,i=e[o];o<e.length;i=e[++o]){var s=i;s.u=RegExp("\\b"+s.keyframesName+"(?!\\B|-)","g"),s.g=s.keyframesName+"-"+n,s.G=s.G||s.selector,s.selector=s.G.replace(s.keyframesName,s.g),r[i.keyframesName]=function(e){return function(n){return n.replace(e.u,e.g)}}(i)}return r}(l,s),iJ(e,l,function(e){var n="";if(e.F||as(e),e.F.cssText&&(n=au(o,e.F.cssText,i)),e.cssText=n,!ib&&!iL(e)&&e.cssText){var r=n=e.cssText;if(null==e.Ma&&(e.Ma=iO.test(n)),e.Ma)if(null==e.ra)for(var l in e.ra=[],d)r=(r=d[l])(n),n!==r&&(n=r,e.ra.push(l));else{for(l=0;l<e.ra.length;++l)n=(r=d[e.ra[l]])(n);r=n}e.cssText=r,e.G=e.G||e.selector,n="."+s,l=iW(e.G),r=0;for(var h=l.length,f=void 0;r<h&&(f=l[r]);r++)l[r]=f.match(u)?f.replace(c,n):n+" "+f;e.selector=l.join(",")}},h));var g=(y=at(e)).g;g&&!ib&&g!==m&&(g._useCount--,0>=g._useCount&&g.parentNode&&g.parentNode.removeChild(g)),ib?y.g?(y.g.textContent=v,m=y.g):v&&(m=ik(v,_,e.shadowRoot,y.h)):m?m.parentNode||(ai&&-1<v.indexOf("@media")&&(m.textContent=v),iI(m,null,y.h)):v&&(m=ik(v,_,null,y.h)),m&&(m._useCount=m._useCount||0,y.g!=m&&m._useCount++,y.g=m),_=m,ib||(m=r.L,y=v=e.getAttribute("class")||"",p&&(y=v.replace(RegExp("\\s*x-scope\\s*"+p+"\\s*","g")," ")),v!==(y+=(y?" ":"")+"x-scope "+m)&&iU(e,y)),f||ax.store(n,r.R,_,r.L)}}},z.styleDocument=function(e){this.styleSubtree(this.i,e)},z.styleSubtree=function(e,n){var r=iB(e),o=r.shadowRoot,i=e===this.i;if((o||i)&&this.styleElement(e,n),e=i?r:o)for(e=Array.from(e.querySelectorAll("*")).filter(function(e){return iB(e).shadowRoot}),n=0;n<e.length;n++)this.styleSubtree(e[n])},z.Qa=function(e){var n=this,r=iG(e);if(r!==this.u.cssBuild&&(this.u.cssBuild=r),!iV(r)){var o=iA(e);ij(o,function(e){ib?i0(e):(e.selector=e.parsedSelector,i0(e),e.selector=e.G=iY(i5,e,i5.i,void 0,void 0)),iN&&""===r&&(aA(n),n.h&&n.h.transformRule(e))}),iN?e.textContent=iM(o):this.u.M.rules.push(o)}},z.getComputedStyleValue=function(e,n){var r;return iN||(r=(at(e)||at(aj(this,e))).R[n]),(r=r||window.getComputedStyle(e).getPropertyValue(n))?r.trim():""},z.pb=function(e,n){var r=iB(e).getRootNode();if(n=n?("string"==typeof n?n:String(n)).split(/\s/):[],!(r=r.host&&r.host.localName)){var o=e.getAttribute("class");if(o){o=o.split(/\s/);for(var i=0;i<o.length;i++)if(o[i]===i5.g){r=o[i+1];break}}}r&&n.push(i5.g,r),iN||(r=at(e))&&r.L&&n.push(ah.g,r.L),iU(e,n.join(" "))},z.Xa=function(e){return at(e)},z.ob=function(e,n){iK(e,n)},z.rb=function(e,n){iK(e,n,!0)},z.nb=function(e){return ag(e)},z.$a=function(e){return ay(e)},aP.prototype.flush=aP.prototype.flush,aP.prototype.prepareTemplate=aP.prototype.prepareTemplate,aP.prototype.styleElement=aP.prototype.styleElement,aP.prototype.styleDocument=aP.prototype.styleDocument,aP.prototype.styleSubtree=aP.prototype.styleSubtree,aP.prototype.getComputedStyleValue=aP.prototype.getComputedStyleValue,aP.prototype.setElementClass=aP.prototype.pb,aP.prototype._styleInfoForNode=aP.prototype.Xa,aP.prototype.transformCustomStyleForDocument=aP.prototype.Qa,aP.prototype.getStyleAst=aP.prototype.bb,aP.prototype.styleAstToString=aP.prototype.qb,aP.prototype.flushCustomStyles=aP.prototype.flushCustomStyles,aP.prototype.scopeNode=aP.prototype.ob,aP.prototype.unscopeNode=aP.prototype.rb,aP.prototype.scopeForNode=aP.prototype.nb,aP.prototype.currentScopeForNode=aP.prototype.$a,aP.prototype.prepareAdoptedCssText=aP.prototype.kb,Object.defineProperties(aP.prototype,{nativeShadow:{get:function(){return ib}},nativeCss:{get:function(){return iN}}});var aR,aF,aI,aH=new aP;window.ShadyCSS&&(aF=window.ShadyCSS.ApplyShim,aI=window.ShadyCSS.CustomStyleInterface),window.ShadyCSS={ScopingShim:aH,prepareTemplate:function(e,n,r){aH.flushCustomStyles(),aH.prepareTemplate(e,n,r)},prepareTemplateDom:function(e,n){aH.prepareTemplateDom(e,n)},prepareTemplateStyles:function(e,n,r){aH.flushCustomStyles(),aH.prepareTemplateStyles(e,n,r)},styleSubtree:function(e,n){aH.flushCustomStyles(),aH.styleSubtree(e,n)},styleElement:function(e){aH.flushCustomStyles(),aH.styleElement(e)},styleDocument:function(e){aH.flushCustomStyles(),aH.styleDocument(e)},flushCustomStyles:function(){aH.flushCustomStyles()},getComputedStyleValue:function(e,n){return aH.getComputedStyleValue(e,n)},nativeCss:iN,nativeShadow:ib,cssBuild:aR,disableRuntime:iw},aF&&(window.ShadyCSS.ApplyShim=aF),aI&&(window.ShadyCSS.CustomStyleInterface=aI),function(e){function n(e){return""==e&&(i.call(this),this.m=!0),e.toLowerCase()}function r(e){var n=e.charCodeAt(0);return 32<n&&127>n&&-1==[34,35,60,62,63,96].indexOf(n)?e:encodeURIComponent(e)}function o(e,o,s){function l(e){y.push(e)}var c=o||"scheme start",p=0,_="",m=!1,v=!1,y=[];e:for(;(void 0!=e[p-1]||0==p)&&!this.m;){var g=e[p];switch(c){case"scheme start":if(g&&d.test(g))_+=g.toLowerCase(),c="scheme";else if(o){l("Invalid scheme.");break e}else{_="",c="no scheme";continue}break;case"scheme":if(g&&f.test(g))_+=g.toLowerCase();else if(":"==g){if(this.l=_,_="",o)break e;void 0!==u[this.l]&&(this.H=!0),c="file"==this.l?"relative":this.H&&s&&s.l==this.l?"relative or authority":this.H?"authority first slash":"scheme data"}else if(o){void 0!=g&&l("Code point not allowed in scheme: "+g);break e}else{_="",p=0,c="no scheme";continue}break;case"scheme data":"?"==g?(this.A="?",c="query"):"#"==g?(this.C="#",c="fragment"):void 0!=g&&" "!=g&&"\n"!=g&&"\r"!=g&&(this.ya+=r(g));break;case"no scheme":if(s&&void 0!==u[s.l]){c="relative";continue}l("Missing scheme."),i.call(this),this.m=!0;break;case"relative or authority":if("/"==g&&"/"==e[p+1])c="authority ignore slashes";else{l("Expected /, got: "+g),c="relative";continue}break;case"relative":if(this.H=!0,"file"!=this.l&&(this.l=s.l),void 0==g){this.o=s.o,this.v=s.v,this.s=s.s.slice(),this.A=s.A,this.B=s.B,this.j=s.j;break e}if("/"==g||"\\"==g)"\\"==g&&l("\\ is an invalid code point."),c="relative slash";else if("?"==g)this.o=s.o,this.v=s.v,this.s=s.s.slice(),this.A="?",this.B=s.B,this.j=s.j,c="query";else if("#"==g)this.o=s.o,this.v=s.v,this.s=s.s.slice(),this.A=s.A,this.C="#",this.B=s.B,this.j=s.j,c="fragment";else{c=e[p+1];var b=e[p+2];"file"==this.l&&d.test(g)&&(":"==c||"|"==c)&&(void 0==b||"/"==b||"\\"==b||"?"==b||"#"==b)||(this.o=s.o,this.v=s.v,this.B=s.B,this.j=s.j,this.s=s.s.slice(),this.s.pop()),c="relative path";continue}break;case"relative slash":if("/"==g||"\\"==g)"\\"==g&&l("\\ is an invalid code point."),c="file"==this.l?"file host":"authority ignore slashes";else{"file"!=this.l&&(this.o=s.o,this.v=s.v,this.B=s.B,this.j=s.j),c="relative path";continue}break;case"authority first slash":if("/"==g)c="authority second slash";else{l("Expected '/', got: "+g),c="authority ignore slashes";continue}break;case"authority second slash":if(c="authority ignore slashes","/"!=g){l("Expected '/', got: "+g);continue}break;case"authority ignore slashes":if("/"!=g&&"\\"!=g){c="authority";continue}l("Expected authority, got: "+g);break;case"authority":if("@"==g){for(m&&(l("@ already seen."),_+="%40"),m=!0,g=0;g<_.length;g++)" "==(b=_[g])||"\n"==b||"\r"==b?l("Invalid whitespace in authority."):":"==b&&null===this.j?this.j="":(b=r(b),null!==this.j?this.j+=b:this.B+=b);_=""}else if(void 0==g||"/"==g||"\\"==g||"?"==g||"#"==g){p-=_.length,_="",c="host";continue}else _+=g;break;case"file host":if(void 0==g||"/"==g||"\\"==g||"?"==g||"#"==g){2==_.length&&d.test(_[0])&&(":"==_[1]||"|"==_[1])?c="relative path":(0!=_.length&&(this.o=n.call(this,_),_=""),c="relative path start");continue}" "==g||"\n"==g||"\r"==g?l("Invalid whitespace in file host."):_+=g;break;case"host":case"hostname":if(":"!=g||v)if(void 0==g||"/"==g||"\\"==g||"?"==g||"#"==g){if(this.o=n.call(this,_),_="",c="relative path start",o)break e;continue}else" "!=g&&"\n"!=g&&"\r"!=g?("["==g?v=!0:"]"==g&&(v=!1),_+=g):l("Invalid code point in host/hostname: "+g);else if(this.o=n.call(this,_),_="",c="port","hostname"==o)break e;break;case"port":if(/[0-9]/.test(g))_+=g;else if(void 0==g||"/"==g||"\\"==g||"?"==g||"#"==g||o){if(""!=_&&((_=parseInt(_,10))!=u[this.l]&&(this.v=_+""),_=""),o)break e;c="relative path start";continue}else" "==g||"\n"==g||"\r"==g?l("Invalid code point in port: "+g):(i.call(this),this.m=!0);break;case"relative path start":if("\\"==g&&l("'\\' not allowed in path."),c="relative path","/"!=g&&"\\"!=g)continue;break;case"relative path":void 0!=g&&"/"!=g&&"\\"!=g&&(o||"?"!=g&&"#"!=g)?" "!=g&&"\n"!=g&&"\r"!=g&&(_+=r(g)):("\\"==g&&l("\\ not allowed in relative path."),(b=h[_.toLowerCase()])&&(_=b),".."==_?(this.s.pop(),"/"!=g&&"\\"!=g&&this.s.push("")):"."==_&&"/"!=g&&"\\"!=g?this.s.push(""):"."!=_&&("file"==this.l&&0==this.s.length&&2==_.length&&d.test(_[0])&&"|"==_[1]&&(_=_[0]+":"),this.s.push(_)),_="","?"==g?(this.A="?",c="query"):"#"==g&&(this.C="#",c="fragment"));break;case"query":o||"#"!=g?void 0!=g&&" "!=g&&"\n"!=g&&"\r"!=g&&(this.A+=function(e){var n=e.charCodeAt(0);return 32<n&&127>n&&-1==[34,35,60,62,96].indexOf(n)?e:encodeURIComponent(e)}(g)):(this.C="#",c="fragment");break;case"fragment":void 0!=g&&" "!=g&&"\n"!=g&&"\r"!=g&&(this.C+=g)}p++}}function i(){this.B=this.ya=this.l="",this.j=null,this.v=this.o="",this.s=[],this.C=this.A="",this.H=this.m=!1}function s(e,n){void 0===n||n instanceof s||(n=new s(String(n))),this.g=e,i.call(this),o.call(this,this.g.replace(/^[ \t\r\n\f]+|[ \t\r\n\f]+$/g,""),null,n)}var l=!1;try{var c=new URL("b","http://a");c.pathname="c%20d",l="http://a/c%20d"===c.href}catch(e){}if(!l){var u=Object.create(null);u.ftp=21,u.file=0,u.gopher=70,u.http=80,u.https=443,u.ws=80,u.wss=443;var h=Object.create(null);h["%2e"]=".",h[".%2e"]="..",h["%2e."]="..",h["%2e%2e"]="..";var d=/[a-zA-Z]/,f=/[a-zA-Z0-9+\-.]/;s.prototype={toString:function(){return this.href},get href(){if(this.m)return this.g;var p="";return(""!=this.B||null!=this.j)&&(p=this.B+(null!=this.j?":"+this.j:"")+"@"),this.protocol+(this.H?"//"+p+this.host:"")+this.pathname+this.A+this.C},set href(t){i.call(this),o.call(this,t)},get protocol(){return this.l+":"},set protocol(t){this.m||o.call(this,t+":","scheme start")},get host(){return this.m?"":this.v?this.o+":"+this.v:this.o},set host(t){!this.m&&this.H&&o.call(this,t,"host")},get hostname(){return this.o},set hostname(t){!this.m&&this.H&&o.call(this,t,"hostname")},get port(){return this.v},set port(t){!this.m&&this.H&&o.call(this,t,"port")},get pathname(){return this.m?"":this.H?"/"+this.s.join("/"):this.ya},set pathname(t){!this.m&&this.H&&(this.s=[],o.call(this,t,"relative path start"))},get search(){return this.m||!this.A||"?"==this.A?"":this.A},set search(t){!this.m&&this.H&&(this.A="?","?"==t[0]&&(t=t.slice(1)),o.call(this,t,"query"))},get hash(){return this.m||!this.C||"#"==this.C?"":this.C},set hash(t){this.m||(t?(this.C="#","#"==t[0]&&(t=t.slice(1)),o.call(this,t,"fragment")):this.C="")},get origin(){var _;if(this.m||!this.l)return"";switch(this.l){case"data":case"file":case"javascript":case"mailto":return"null"}return(_=this.host)?this.l+"://"+_:""}};var m=e.URL;m&&(s.createObjectURL=function(e){return m.createObjectURL.apply(m,arguments)},s.revokeObjectURL=function(e){m.revokeObjectURL(e)}),e.URL=s}}(window);var aU=window.customElements,aB=!1,aq=null;function aW(){window.HTMLTemplateElement.bootstrap&&window.HTMLTemplateElement.bootstrap(window.document),aq&&aq(),aB=!0,window.WebComponents.ready=!0,document.dispatchEvent(new CustomEvent("WebComponentsReady",{bubbles:!0}))}aU.polyfillWrapFlushCallback&&aU.polyfillWrapFlushCallback(function(e){aq=e,aB&&e()}),"complete"!==document.readyState?(window.addEventListener("load",aW),window.addEventListener("DOMContentLoaded",function(){window.removeEventListener("load",aW),aW()})):aW()}).call(this);
|