@openremote/manager 1.8.0-snapshot.20250725120000 → 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.
Files changed (61) hide show
  1. package/dist/bundle.6bd21fda2e8cb09f.js +3678 -0
  2. package/dist/images/Icon-128.png +0 -0
  3. package/dist/images/Icon-144.png +0 -0
  4. package/dist/images/Icon-196.png +0 -0
  5. package/dist/images/Icon-256.png +0 -0
  6. package/dist/images/Icon-48.png +0 -0
  7. package/dist/images/Icon-512.png +0 -0
  8. package/dist/images/Icon-72.png +0 -0
  9. package/dist/images/favicon.ico +0 -0
  10. package/dist/index.html +19 -0
  11. package/dist/modules/@webcomponents/webcomponentsjs/CHANGELOG.md +76 -0
  12. package/dist/modules/@webcomponents/webcomponentsjs/LICENSE.md +19 -0
  13. package/dist/modules/@webcomponents/webcomponentsjs/README.md +259 -0
  14. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-ce.js +1 -0
  15. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-ce.js.map +1 -0
  16. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_dom.js +1 -0
  17. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_dom.js.map +1 -0
  18. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_js.js +1 -0
  19. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_js.js.map +1 -0
  20. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +1 -0
  21. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +1 -0
  22. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js +1 -0
  23. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +1 -0
  24. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd.js +1 -0
  25. package/dist/modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd.js.map +1 -0
  26. package/dist/modules/@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js +1 -0
  27. package/dist/modules/@webcomponents/webcomponentsjs/package.json +51 -0
  28. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/custom-elements-es5-adapter-index.js +1 -0
  29. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-bundle-index.js +1 -0
  30. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-ce-index.js +1 -0
  31. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-pf_dom-index.js +1 -0
  32. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-pf_js-index.js +1 -0
  33. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-index.js +1 -0
  34. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-ce-pf-index.js +1 -0
  35. package/dist/modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-sd-index.js +1 -0
  36. package/dist/modules/@webcomponents/webcomponentsjs/src/flag-parser.js +1 -0
  37. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/baseuri.js +1 -0
  38. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/after.js +1 -0
  39. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/before.js +1 -0
  40. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/index.js +1 -0
  41. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/remove.js +1 -0
  42. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/child-node/replace-with.js +1 -0
  43. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/custom-event.js +1 -0
  44. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/es6-misc.js +1 -0
  45. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/event-listener-options.js +1 -0
  46. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/get-attribute-names.js +1 -0
  47. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/matches.js +1 -0
  48. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/append.js +1 -0
  49. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/index.js +1 -0
  50. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/prepend.js +1 -0
  51. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/parent-node/replace-children.js +1 -0
  52. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/promise.js +1 -0
  53. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/svg-element-class-list.js +1 -0
  54. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/symbol.js +1 -0
  55. package/dist/modules/@webcomponents/webcomponentsjs/src/platform/toggle-attribute.js +1 -0
  56. package/dist/modules/@webcomponents/webcomponentsjs/src/unresolved.js +1 -0
  57. package/dist/modules/@webcomponents/webcomponentsjs/webcomponents-bundle.d.ts +175 -0
  58. package/dist/modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js +1 -0
  59. package/dist/modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js.map +1 -0
  60. package/dist/modules/@webcomponents/webcomponentsjs/webcomponents-loader.js +1 -0
  61. package/package.json +3 -3
@@ -0,0 +1 @@
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"&amp;";case"<":return"&lt;";case">":return"&gt;";case'"':return"&quot;";case"\xa0":return"&nbsp;"}},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"&amp;";case"<":return"&lt;";case">":return"&gt;";case'"':return"&quot;";case"\xa0":return"&nbsp;"}}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);