@fluid-topics/ft-analytics-top-documents 1.0.58 → 1.0.60

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.
@@ -14,45 +14,45 @@
14
14
  *
15
15
  * @see https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry
16
16
  */
17
- if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,n=window.customElements.define,i=window.customElements.get,e=window.customElements,r=new WeakMap,s=new WeakMap,o=new WeakMap,u=new WeakMap;let a;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,r){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(r))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const u=r.prototype.attributeChangedCallback,a=new Set(r.observedAttributes||[]);d(r,a,u);const h={elementClass:r,connectedCallback:r.prototype.connectedCallback,disconnectedCallback:r.prototype.disconnectedCallback,adoptedCallback:r.prototype.adoptedCallback,attributeChangedCallback:u,formAssociated:r.formAssociated,formAssociatedCallback:r.prototype.formAssociatedCallback,formDisabledCallback:r.prototype.formDisabledCallback,formResetCallback:r.prototype.formResetCallback,formStateRestoreCallback:r.prototype.formStateRestoreCallback,observedAttributes:a};this._definitionsByTag.set(t,h),this._definitionsByClass.set(r,h);let c=i.call(e,t);c||(c=l(t),n.call(e,t,c)),this===window.customElements&&(o.set(r,h),h.standInClass=c);const f=this._awaitingUpgrade.get(t);if(f){this._awaitingUpgrade.delete(t);for(const t of f)s.delete(t),m(t,h,!0)}const v=this._whenDefinedPromises.get(t);return void 0!==v&&(v.resolve(r),this._whenDefinedPromises.delete(t)),r}upgrade(){p.push(this),e.upgrade.apply(e,arguments),p.pop()}get(t){const n=this._definitionsByTag.get(t);return n?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const n=this._getDefinition(t);if(void 0!==n)return Promise.resolve(n.elementClass);let i=this._whenDefinedPromises.get(t);return void 0===i&&(i={},i.promise=new Promise((t=>i.resolve=t)),this._whenDefinedPromises.set(t,i)),i.promise}_upgradeWhenDefined(t,n,i){let e=this._awaitingUpgrade.get(n);e||this._awaitingUpgrade.set(n,e=new Set),i?e.add(t):e.delete(t)}},window.HTMLElement=function(){let n=a;if(n)return a=void 0,n;const i=o.get(this.constructor);if(!i)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return n=Reflect.construct(t,[],i.standInClass),Object.setPrototypeOf(n,this.constructor.prototype),r.set(n,i),n},window.HTMLElement.prototype=t.prototype;const h=t=>t===document||t instanceof ShadowRoot,c=t=>{let n=t.getRootNode();if(!h(n)){const t=p[p.length-1];if(t instanceof CustomElementRegistry)return t;n=t.getRootNode(),h(n)||(n=u.get(n)?.getRootNode()||document)}return n.customElements},l=n=>class{static get formAssociated(){return!0}constructor(){const i=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(i,HTMLElement.prototype);const e=c(i)||window.customElements,r=e._getDefinition(n);return r?m(i,r):s.set(i,e),i}connectedCallback(){const t=r.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):s.get(this)._upgradeWhenDefined(this,n,!0)}disconnectedCallback(){const t=r.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):s.get(this)._upgradeWhenDefined(this,n,!1)}adoptedCallback(){const t=r.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=r.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=r.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=r.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=r.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},d=(t,n,i)=>{if(0===n.size||void 0===i)return;const e=t.prototype.setAttribute;e&&(t.prototype.setAttribute=function(t,r){const s=t.toLowerCase();if(n.has(s)){const t=this.getAttribute(s);e.call(this,s,r),i.call(this,s,t,r)}else e.call(this,s,r)});const r=t.prototype.removeAttribute;r&&(t.prototype.removeAttribute=function(t){const e=t.toLowerCase();if(n.has(e)){const t=this.getAttribute(e);r.call(this,e),i.call(this,e,t,null)}else r.call(this,e)})},f=n=>{const i=Object.getPrototypeOf(n);if(i!==window.HTMLElement)return i===t||"HTMLElement"===i?.prototype?.constructor?.name?Object.setPrototypeOf(n,window.HTMLElement):f(i)},m=(t,n,i=!1)=>{Object.setPrototypeOf(t,n.elementClass.prototype),r.set(t,n),a=t;try{new n.elementClass}catch(t){f(n.elementClass),new n.elementClass}n.observedAttributes.forEach((i=>{t.hasAttribute(i)&&n.attributeChangedCallback.call(t,i,null,t.getAttribute(i))})),i&&n.connectedCallback&&t.isConnected&&n.connectedCallback.call(t)},v=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const n=v.apply(this,arguments);return t.customElements&&(n.customElements=t.customElements),n};let p=[document];const y=(t,n,i=void 0)=>{const e=(i?Object.getPrototypeOf(i):t.prototype)[n];t.prototype[n]=function(){p.push(this);const t=e.apply(i||this,arguments);return void 0!==t&&u.set(t,this),p.pop(),t}};y(ShadowRoot,"createElement",document),y(ShadowRoot,"importNode",document),y(Element,"insertAdjacentHTML");const g=(t,n)=>{const i=Object.getOwnPropertyDescriptor(t.prototype,n);Object.defineProperty(t.prototype,n,{...i,set(t){p.push(this),i.set.call(this,t),p.pop()}})};if(g(Element,"innerHTML"),g(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,n=HTMLElement.prototype.attachInternals,i=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...i){const e=n.call(this,...i);return t.set(e,this),e},i.forEach((n=>{const i=window.ElementInternals.prototype,e=i[n];i[n]=function(...n){const i=t.get(this);if(!0!==r.get(i).formAssociated)throw new DOMException(`Failed to execute ${e} on 'ElementInternals': The target element is not a form-associated custom element.`);e?.call(this,...n)}}));class e extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class s{constructor(t){const n=new Map;t.forEach(((t,i)=>{const e=t.getAttribute("name"),r=n.get(e)||[];this[+i]=t,r.push(t),n.set(e,r)})),this.length=t.length,n.forEach(((t,n)=>{t&&(1===t.length?this[n]=t[0]:this[n]=new e(t))}))}namedItem(t){return this[t]}}const o=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=o.get.call(this,[]),n=[];for(const i of t){const t=r.get(i);t&&!0!==t.formAssociated||n.push(i)}return new s(n)}})}}try{window.customElements.define("custom-element",null)}catch(t){const n=window.customElements.define;window.customElements.define=(t,i,e)=>{if(null!==i)try{n.bind(window.customElements)(t,i,e)}catch(n){console.info(t,i,e,n)}}}class n{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,n){return this.callbacks=[t],this.debounce(n)}queue(t,n){return this.callbacks.push(t),this.debounce(n)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,n)=>{this.resolvePromise=t,this.rejectPromise=n}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,n;const i=[...this.callbacks];this.callbacks=[];const e=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,r=null!==(n=this.resolvePromise)&&void 0!==n?n:()=>null;this.clearPromise();for(let t of i)try{await t()}catch(t){return void e(t)}r(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
17
+ if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,r=window.customElements.get,e=window.customElements,n=new WeakMap,i=new WeakMap,a=new WeakMap,s=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,n){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(n))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=n.prototype.attributeChangedCallback,c=new Set(n.observedAttributes||[]);h(n,c,s);const l={elementClass:n,connectedCallback:n.prototype.connectedCallback,disconnectedCallback:n.prototype.disconnectedCallback,adoptedCallback:n.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:n.formAssociated,formAssociatedCallback:n.prototype.formAssociatedCallback,formDisabledCallback:n.prototype.formDisabledCallback,formResetCallback:n.prototype.formResetCallback,formStateRestoreCallback:n.prototype.formStateRestoreCallback,observedAttributes:c};this._definitionsByTag.set(t,l),this._definitionsByClass.set(n,l);let f=r.call(e,t);f||(f=u(t),o.call(e,t,f)),this===window.customElements&&(a.set(n,l),l.standInClass=f);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)i.delete(t),p(t,l,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(n),this._whenDefinedPromises.delete(t)),n}upgrade(){g.push(this),e.upgrade.apply(e,arguments),g.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let r=this._whenDefinedPromises.get(t);return void 0===r&&(r={},r.promise=new Promise((t=>r.resolve=t)),this._whenDefinedPromises.set(t,r)),r.promise}_upgradeWhenDefined(t,o,r){let e=this._awaitingUpgrade.get(o);e||this._awaitingUpgrade.set(o,e=new Set),r?e.add(t):e.delete(t)}},window.HTMLElement=function(){let o=c;if(o)return c=void 0,o;const r=a.get(this.constructor);if(!r)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return o=Reflect.construct(t,[],r.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),n.set(o,r),o},window.HTMLElement.prototype=t.prototype;const l=t=>t===document||t instanceof ShadowRoot,f=t=>{let o=t.getRootNode();if(!l(o)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),l(o)||(o=s.get(o)?.getRootNode()||document)}return o.customElements},u=o=>class{static get formAssociated(){return!0}constructor(){const r=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(r,HTMLElement.prototype);const e=f(r)||window.customElements,n=e._getDefinition(o);return n?p(r,n):i.set(r,e),r}connectedCallback(){const t=n.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=n.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=n.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=n.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=n.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=n.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=n.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,o,r)=>{if(0===o.size||void 0===r)return;const e=t.prototype.setAttribute;e&&(t.prototype.setAttribute=function(t,n){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);e.call(this,i,n),r.call(this,i,t,n)}else e.call(this,i,n)});const n=t.prototype.removeAttribute;n&&(t.prototype.removeAttribute=function(t){const e=t.toLowerCase();if(o.has(e)){const t=this.getAttribute(e);n.call(this,e),r.call(this,e,t,null)}else n.call(this,e)})},d=o=>{const r=Object.getPrototypeOf(o);if(r!==window.HTMLElement)return r===t||"HTMLElement"===r?.prototype?.constructor?.name?Object.setPrototypeOf(o,window.HTMLElement):d(r)},p=(t,o,r=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),n.set(t,o),c=t;try{new o.elementClass}catch(t){d(o.elementClass),new o.elementClass}o.observedAttributes.forEach((r=>{t.hasAttribute(r)&&o.attributeChangedCallback.call(t,r,null,t.getAttribute(r))})),r&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=y.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let g=[document];const m=(t,o,r=void 0)=>{const e=(r?Object.getPrototypeOf(r):t.prototype)[o];t.prototype[o]=function(){g.push(this);const t=e.apply(r||this,arguments);return void 0!==t&&s.set(t,this),g.pop(),t}};m(ShadowRoot,"createElement",document),m(ShadowRoot,"importNode",document),m(Element,"insertAdjacentHTML");const b=(t,o)=>{const r=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...r,set(t){g.push(this),r.set.call(this,t),g.pop()}})};if(b(Element,"innerHTML"),b(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,r=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...r){const e=o.call(this,...r);return t.set(e,this),e},r.forEach((o=>{const r=window.ElementInternals.prototype,e=r[o];r[o]=function(...o){const r=t.get(this);if(!0!==n.get(r).formAssociated)throw new DOMException(`Failed to execute ${e} on 'ElementInternals': The target element is not a form-associated custom element.`);e?.call(this,...o)}}));class e extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class i{constructor(t){const o=new Map;t.forEach(((t,r)=>{const e=t.getAttribute("name"),n=o.get(e)||[];this[+r]=t,n.push(t),o.set(e,n)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new e(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),o=[];for(const r of t){const t=n.get(r);t&&!0!==t.formAssociated||o.push(r)}return new i(o)}})}}try{window.customElements.define("custom-element",null)}catch(t){const o=window.customElements.define;window.customElements.define=(t,r,e)=>{if(null!==r)try{o.bind(window.customElements)(t,r,e)}catch(o){console.info(t,r,e,o)}}}class o{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,o)=>{this.resolvePromise=t,this.rejectPromise=o}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,o;const r=[...this.callbacks];this.callbacks=[];const e=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,n=null!==(o=this.resolvePromise)&&void 0!==o?o:()=>null;this.clearPromise();for(let t of r)try{await t()}catch(t){return void e(t)}n(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
18
18
  /**
19
19
  * @license
20
20
  * Copyright 2017 Google LLC
21
21
  * SPDX-License-Identifier: BSD-3-Clause
22
- */const i=(t,n)=>"method"===n.kind&&n.descriptor&&!("value"in n.descriptor)?{...n,finisher(i){i.createProperty(n.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:n.key,initializer(){"function"==typeof n.initializer&&(this[n.key]=n.initializer.call(this))},finisher(i){i.createProperty(n.key,t)}};function e(t){return(n,e)=>void 0!==e?((t,n,i)=>{n.constructor.createProperty(i,t)})(t,n,e):i(t,n)
22
+ */const r=(t,o)=>"method"===o.kind&&o.descriptor&&!("value"in o.descriptor)?{...o,finisher(r){r.createProperty(o.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:o.key,initializer(){"function"==typeof o.initializer&&(this[o.key]=o.initializer.call(this))},finisher(r){r.createProperty(o.key,t)}};function e(t){return(o,e)=>void 0!==e?((t,o,r)=>{o.constructor.createProperty(r,t)})(t,o,e):r(t,o)
23
23
  /**
24
24
  * @license
25
25
  * Copyright 2017 Google LLC
26
26
  * SPDX-License-Identifier: BSD-3-Clause
27
- */}function r(t){return e({...t,state:!0})}
27
+ */}function n(t){return e({...t,state:!0})}
28
28
  /**
29
29
  * @license
30
30
  * Copyright 2021 Google LLC
31
31
  * SPDX-License-Identifier: BSD-3-Clause
32
- */var s;function o(t,n){try{return function(t,n){if(t===n)return!0;if(t&&n&&"object"==typeof t&&"object"==typeof n){if(t.constructor!==n.constructor)return!1;var i,e,r;if(Array.isArray(t)){if((i=t.length)!=n.length)return!1;for(e=i;0!=e--;)if(!o(t[e],n[e]))return!1;return!0}if(t instanceof Map&&n instanceof Map){if(t.size!==n.size)return!1;for(e of t.entries())if(!n.has(e[0]))return!1;for(e of t.entries())if(!o(e[1],n.get(e[0])))return!1;return!0}if(t instanceof Set&&n instanceof Set){if(t.size!==n.size)return!1;for(e of t.entries())if(!n.has(e[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===n.source&&t.flags===n.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===n.valueOf();if((i=(r=Object.keys(t)).length)!==Object.keys(n).length)return!1;for(e=i;0!=e--;)if(!Object.prototype.hasOwnProperty.call(n,r[e]))return!1;for(e=i;0!=e--;){var s=r[e];if(!o(t[s],n[s]))return!1}return!0}return t!=t&&n!=n}(t,n)}catch(t){return!1}}null===(s=window.HTMLSlotElement)||void 0===s||s.prototype.assignedElements;
32
+ */var i;function a(t,o){try{return function(t,o){if(t===o)return!0;if(t&&o&&"object"==typeof t&&"object"==typeof o){if(t.constructor!==o.constructor)return!1;var r,e,n;if(Array.isArray(t)){if((r=t.length)!=o.length)return!1;for(e=r;0!=e--;)if(!a(t[e],o[e]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(e of t.entries())if(!o.has(e[0]))return!1;for(e of t.entries())if(!a(e[1],o.get(e[0])))return!1;return!0}if(t instanceof Set&&o instanceof Set){if(t.size!==o.size)return!1;for(e of t.entries())if(!o.has(e[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===o.source&&t.flags===o.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===o.valueOf();if((r=(n=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(e=r;0!=e--;)if(!Object.prototype.hasOwnProperty.call(o,n[e]))return!1;for(e=r;0!=e--;){var i=n[e];if(!a(t[i],o[i]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}null===(i=window.HTMLSlotElement)||void 0===i||i.prototype.assignedElements;
33
33
  /**
34
34
  * @license
35
35
  * Copyright 2019 Google LLC
36
36
  * SPDX-License-Identifier: BSD-3-Clause
37
37
  */
38
- const u=window,a=u.ShadowRoot&&(void 0===u.ShadyCSS||u.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,h=Symbol(),c=new WeakMap;let l=class{constructor(t,n,i){if(this._$cssResult$=!0,i!==h)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=n}get styleSheet(){let t=this.o;const n=this.t;if(a&&void 0===t){const i=void 0!==n&&1===n.length;i&&(t=c.get(n)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),i&&c.set(n,t))}return t}toString(){return this.cssText}};const d=t=>new l("string"==typeof t?t:t+"",void 0,h),f=(t,...n)=>{const i=1===t.length?t[0]:n.reduce(((n,i,e)=>n+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(i)+t[e+1]),t[0]);return new l(i,t,h)},m=(t,n)=>{a?t.adoptedStyleSheets=n.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):n.forEach((n=>{const i=document.createElement("style"),e=u.litNonce;void 0!==e&&i.setAttribute("nonce",e),i.textContent=n.cssText,t.appendChild(i)}))},v=a?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let n="";for(const i of t.cssRules)n+=i.cssText;return d(n)})(t):t
38
+ const s=window,c=s.ShadowRoot&&(void 0===s.ShadyCSS||s.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,l=Symbol(),f=new WeakMap;let u=class{constructor(t,o,r){if(this._$cssResult$=!0,r!==l)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(c&&void 0===t){const r=void 0!==o&&1===o.length;r&&(t=f.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),r&&f.set(o,t))}return t}toString(){return this.cssText}};const h=t=>new u("string"==typeof t?t:t+"",void 0,l),d=(t,...o)=>{const r=1===t.length?t[0]:o.reduce(((o,r,e)=>o+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(r)+t[e+1]),t[0]);return new u(r,t,l)},p=(t,o)=>{c?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const r=document.createElement("style"),e=s.litNonce;void 0!==e&&r.setAttribute("nonce",e),r.textContent=o.cssText,t.appendChild(r)}))},y=c?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const r of t.cssRules)o+=r.cssText;return h(o)})(t):t
39
39
  /**
40
40
  * @license
41
41
  * Copyright 2017 Google LLC
42
42
  * SPDX-License-Identifier: BSD-3-Clause
43
- */;var p;const y=window,g=y.trustedTypes,w=g?g.emptyScript:"",b=y.reactiveElementPolyfillSupport,M={toAttribute(t,n){switch(n){case Boolean:t=t?w:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,n){let i=t;switch(n){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t)}catch(t){i=null}}return i}},S=(t,n)=>n!==t&&(n==n||t==t),N={attribute:!0,type:String,converter:M,reflect:!1,hasChanged:S};let x=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var n;this.finalize(),(null!==(n=this.h)&&void 0!==n?n:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((n,i)=>{const e=this._$Ep(i,n);void 0!==e&&(this._$Ev.set(e,i),t.push(e))})),t}static createProperty(t,n=N){if(n.state&&(n.attribute=!1),this.finalize(),this.elementProperties.set(t,n),!n.noAccessor&&!this.prototype.hasOwnProperty(t)){const i="symbol"==typeof t?Symbol():"__"+t,e=this.getPropertyDescriptor(t,i,n);void 0!==e&&Object.defineProperty(this.prototype,t,e)}}static getPropertyDescriptor(t,n,i){return{get(){return this[n]},set(e){const r=this[t];this[n]=e,this.requestUpdate(t,r,i)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||N}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,n=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const i of n)this.createProperty(i,t[i])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const n=[];if(Array.isArray(t)){const i=new Set(t.flat(1/0).reverse());for(const t of i)n.unshift(v(t))}else void 0!==t&&n.push(v(t));return n}static _$Ep(t,n){const i=n.attribute;return!1===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var n,i;(null!==(n=this._$ES)&&void 0!==n?n:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(i=t.hostConnected)||void 0===i||i.call(t))}removeController(t){var n;null===(n=this._$ES)||void 0===n||n.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,n)=>{this.hasOwnProperty(n)&&(this._$Ei.set(n,this[n]),delete this[n])}))}createRenderRoot(){var t;const n=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return m(n,this.constructor.elementStyles),n}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var n;return null===(n=t.hostConnected)||void 0===n?void 0:n.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var n;return null===(n=t.hostDisconnected)||void 0===n?void 0:n.call(t)}))}attributeChangedCallback(t,n,i){this._$AK(t,i)}_$EO(t,n,i=N){var e;const r=this.constructor._$Ep(t,i);if(void 0!==r&&!0===i.reflect){const s=(void 0!==(null===(e=i.converter)||void 0===e?void 0:e.toAttribute)?i.converter:M).toAttribute(n,i.type);this._$El=t,null==s?this.removeAttribute(r):this.setAttribute(r,s),this._$El=null}}_$AK(t,n){var i;const e=this.constructor,r=e._$Ev.get(t);if(void 0!==r&&this._$El!==r){const t=e.getPropertyOptions(r),s="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(i=t.converter)||void 0===i?void 0:i.fromAttribute)?t.converter:M;this._$El=r,this[r]=s.fromAttribute(n,t.type),this._$El=null}}requestUpdate(t,n,i){let e=!0;void 0!==t&&(((i=i||this.constructor.getPropertyOptions(t)).hasChanged||S)(this[t],n)?(this._$AL.has(t)||this._$AL.set(t,n),!0===i.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,i))):e=!1),!this.isUpdatePending&&e&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,n)=>this[n]=t)),this._$Ei=void 0);let n=!1;const i=this._$AL;try{n=this.shouldUpdate(i),n?(this.willUpdate(i),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var n;return null===(n=t.hostUpdate)||void 0===n?void 0:n.call(t)})),this.update(i)):this._$Ek()}catch(t){throw n=!1,this._$Ek(),t}n&&this._$AE(i)}willUpdate(t){}_$AE(t){var n;null===(n=this._$ES)||void 0===n||n.forEach((t=>{var n;return null===(n=t.hostUpdated)||void 0===n?void 0:n.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,n)=>this._$EO(n,this[n],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};
43
+ */;var g;const m=window,b=m.trustedTypes,O=b?b.emptyScript:"",N=m.reactiveElementPolyfillSupport,v={toAttribute(t,o){switch(o){case Boolean:t=t?O:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let r=t;switch(o){case Boolean:r=null!==t;break;case Number:r=null===t?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch(t){r=null}}return r}},S=(t,o)=>o!==t&&(o==o||t==t),w={attribute:!0,type:String,converter:v,reflect:!1,hasChanged:S};let C=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var o;this.finalize(),(null!==(o=this.h)&&void 0!==o?o:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((o,r)=>{const e=this._$Ep(r,o);void 0!==e&&(this._$Ev.set(e,r),t.push(e))})),t}static createProperty(t,o=w){if(o.state&&(o.attribute=!1),this.finalize(),this.elementProperties.set(t,o),!o.noAccessor&&!this.prototype.hasOwnProperty(t)){const r="symbol"==typeof t?Symbol():"__"+t,e=this.getPropertyDescriptor(t,r,o);void 0!==e&&Object.defineProperty(this.prototype,t,e)}}static getPropertyDescriptor(t,o,r){return{get(){return this[o]},set(e){const n=this[t];this[o]=e,this.requestUpdate(t,n,r)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||w}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,o=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const r of o)this.createProperty(r,t[r])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const r=new Set(t.flat(1/0).reverse());for(const t of r)o.unshift(y(t))}else void 0!==t&&o.push(y(t));return o}static _$Ep(t,o){const r=o.attribute;return!1===r?void 0:"string"==typeof r?r:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var o,r;(null!==(o=this._$ES)&&void 0!==o?o:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(r=t.hostConnected)||void 0===r||r.call(t))}removeController(t){var o;null===(o=this._$ES)||void 0===o||o.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,o)=>{this.hasOwnProperty(o)&&(this._$Ei.set(o,this[o]),delete this[o])}))}createRenderRoot(){var t;const o=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return p(o,this.constructor.elementStyles),o}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostConnected)||void 0===o?void 0:o.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostDisconnected)||void 0===o?void 0:o.call(t)}))}attributeChangedCallback(t,o,r){this._$AK(t,r)}_$EO(t,o,r=w){var e;const n=this.constructor._$Ep(t,r);if(void 0!==n&&!0===r.reflect){const i=(void 0!==(null===(e=r.converter)||void 0===e?void 0:e.toAttribute)?r.converter:v).toAttribute(o,r.type);this._$El=t,null==i?this.removeAttribute(n):this.setAttribute(n,i),this._$El=null}}_$AK(t,o){var r;const e=this.constructor,n=e._$Ev.get(t);if(void 0!==n&&this._$El!==n){const t=e.getPropertyOptions(n),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(r=t.converter)||void 0===r?void 0:r.fromAttribute)?t.converter:v;this._$El=n,this[n]=i.fromAttribute(o,t.type),this._$El=null}}requestUpdate(t,o,r){let e=!0;void 0!==t&&(((r=r||this.constructor.getPropertyOptions(t)).hasChanged||S)(this[t],o)?(this._$AL.has(t)||this._$AL.set(t,o),!0===r.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,r))):e=!1),!this.isUpdatePending&&e&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,o)=>this[o]=t)),this._$Ei=void 0);let o=!1;const r=this._$AL;try{o=this.shouldUpdate(r),o?(this.willUpdate(r),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostUpdate)||void 0===o?void 0:o.call(t)})),this.update(r)):this._$Ek()}catch(t){throw o=!1,this._$Ek(),t}o&&this._$AE(r)}willUpdate(t){}_$AE(t){var o;null===(o=this._$ES)||void 0===o||o.forEach((t=>{var o;return null===(o=t.hostUpdated)||void 0===o?void 0:o.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,o)=>this._$EO(o,this[o],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};
44
44
  /**
45
45
  * @license
46
46
  * Copyright 2017 Google LLC
47
47
  * SPDX-License-Identifier: BSD-3-Clause
48
48
  */
49
- var D;x.finalized=!0,x.elementProperties=new Map,x.elementStyles=[],x.shadowRootOptions={mode:"open"},null==b||b({ReactiveElement:x}),(null!==(p=y.reactiveElementVersions)&&void 0!==p?p:y.reactiveElementVersions=[]).push("1.6.1");const Y=window,O=Y.trustedTypes,k=O?O.createPolicy("lit-html",{createHTML:t=>t}):void 0,E="$lit$",R=`lit$${(Math.random()+"").slice(9)}$`,C="?"+R,T=`<${C}>`,_=document,H=()=>_.createComment(""),A=t=>null===t||"object"!=typeof t&&"function"!=typeof t,F=Array.isArray,U=t=>F(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]),$="[ \t\n\f\r]",W=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,L=/-->/g,j=/>/g,G=RegExp(`>|${$}(?:([^\\s"'>=/]+)(${$}*=${$}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),P=/'/g,I=/"/g,Z=/^(?:script|style|textarea|title)$/i,B=(t=>(n,...i)=>({_$litType$:t,strings:n,values:i}))(1),z=Symbol.for("lit-noChange"),K=Symbol.for("lit-nothing"),J=new WeakMap,q=_.createTreeWalker(_,129,null,!1),V=(t,n)=>{const i=t.length-1,e=[];let r,s=2===n?"<svg>":"",o=W;for(let n=0;n<i;n++){const i=t[n];let u,a,h=-1,c=0;for(;c<i.length&&(o.lastIndex=c,a=o.exec(i),null!==a);)c=o.lastIndex,o===W?"!--"===a[1]?o=L:void 0!==a[1]?o=j:void 0!==a[2]?(Z.test(a[2])&&(r=RegExp("</"+a[2],"g")),o=G):void 0!==a[3]&&(o=G):o===G?">"===a[0]?(o=null!=r?r:W,h=-1):void 0===a[1]?h=-2:(h=o.lastIndex-a[2].length,u=a[1],o=void 0===a[3]?G:'"'===a[3]?I:P):o===I||o===P?o=G:o===L||o===j?o=W:(o=G,r=void 0);const l=o===G&&t[n+1].startsWith("/>")?" ":"";s+=o===W?i+T:h>=0?(e.push(u),i.slice(0,h)+E+i.slice(h)+R+l):i+R+(-2===h?(e.push(void 0),n):l)}const u=s+(t[i]||"<?>")+(2===n?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==k?k.createHTML(u):u,e]};class Q{constructor({strings:t,_$litType$:n},i){let e;this.parts=[];let r=0,s=0;const o=t.length-1,u=this.parts,[a,h]=V(t,n);if(this.el=Q.createElement(a,i),q.currentNode=this.el.content,2===n){const t=this.el.content,n=t.firstChild;n.remove(),t.append(...n.childNodes)}for(;null!==(e=q.nextNode())&&u.length<o;){if(1===e.nodeType){if(e.hasAttributes()){const t=[];for(const n of e.getAttributeNames())if(n.endsWith(E)||n.startsWith(R)){const i=h[s++];if(t.push(n),void 0!==i){const t=e.getAttribute(i.toLowerCase()+E).split(R),n=/([.?@])?(.*)/.exec(i);u.push({type:1,index:r,name:n[2],strings:t,ctor:"."===n[1]?et:"?"===n[1]?st:"@"===n[1]?ot:it})}else u.push({type:6,index:r})}for(const n of t)e.removeAttribute(n)}if(Z.test(e.tagName)){const t=e.textContent.split(R),n=t.length-1;if(n>0){e.textContent=O?O.emptyScript:"";for(let i=0;i<n;i++)e.append(t[i],H()),q.nextNode(),u.push({type:2,index:++r});e.append(t[n],H())}}}else if(8===e.nodeType)if(e.data===C)u.push({type:2,index:r});else{let t=-1;for(;-1!==(t=e.data.indexOf(R,t+1));)u.push({type:7,index:r}),t+=R.length-1}r++}}static createElement(t,n){const i=_.createElement("template");return i.innerHTML=t,i}}function X(t,n,i=t,e){var r,s,o,u;if(n===z)return n;let a=void 0!==e?null===(r=i._$Co)||void 0===r?void 0:r[e]:i._$Cl;const h=A(n)?void 0:n._$litDirective$;return(null==a?void 0:a.constructor)!==h&&(null===(s=null==a?void 0:a._$AO)||void 0===s||s.call(a,!1),void 0===h?a=void 0:(a=new h(t),a._$AT(t,i,e)),void 0!==e?(null!==(o=(u=i)._$Co)&&void 0!==o?o:u._$Co=[])[e]=a:i._$Cl=a),void 0!==a&&(n=X(t,a._$AS(t,n.values),a,e)),n}class tt{constructor(t,n){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var n;const{el:{content:i},parts:e}=this._$AD,r=(null!==(n=null==t?void 0:t.creationScope)&&void 0!==n?n:_).importNode(i,!0);q.currentNode=r;let s=q.nextNode(),o=0,u=0,a=e[0];for(;void 0!==a;){if(o===a.index){let n;2===a.type?n=new nt(s,s.nextSibling,this,t):1===a.type?n=new a.ctor(s,a.name,a.strings,this,t):6===a.type&&(n=new ut(s,this,t)),this._$AV.push(n),a=e[++u]}o!==(null==a?void 0:a.index)&&(s=q.nextNode(),o++)}return r}v(t){let n=0;for(const i of this._$AV)void 0!==i&&(void 0!==i.strings?(i._$AI(t,i,n),n+=i.strings.length-2):i._$AI(t[n])),n++}}class nt{constructor(t,n,i,e){var r;this.type=2,this._$AH=K,this._$AN=void 0,this._$AA=t,this._$AB=n,this._$AM=i,this.options=e,this._$Cp=null===(r=null==e?void 0:e.isConnected)||void 0===r||r}get _$AU(){var t,n;return null!==(n=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==n?n:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const n=this._$AM;return void 0!==n&&11===(null==t?void 0:t.nodeType)&&(t=n.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,n=this){t=X(this,t,n),A(t)?t===K||null==t||""===t?(this._$AH!==K&&this._$AR(),this._$AH=K):t!==this._$AH&&t!==z&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):U(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==K&&A(this._$AH)?this._$AA.nextSibling.data=t:this.$(_.createTextNode(t)),this._$AH=t}g(t){var n;const{values:i,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=Q.createElement(e.h,this.options)),e);if((null===(n=this._$AH)||void 0===n?void 0:n._$AD)===r)this._$AH.v(i);else{const t=new tt(r,this),n=t.u(this.options);t.v(i),this.$(n),this._$AH=t}}_$AC(t){let n=J.get(t.strings);return void 0===n&&J.set(t.strings,n=new Q(t)),n}T(t){F(this._$AH)||(this._$AH=[],this._$AR());const n=this._$AH;let i,e=0;for(const r of t)e===n.length?n.push(i=new nt(this.k(H()),this.k(H()),this,this.options)):i=n[e],i._$AI(r),e++;e<n.length&&(this._$AR(i&&i._$AB.nextSibling,e),n.length=e)}_$AR(t=this._$AA.nextSibling,n){var i;for(null===(i=this._$AP)||void 0===i||i.call(this,!1,!0,n);t&&t!==this._$AB;){const n=t.nextSibling;t.remove(),t=n}}setConnected(t){var n;void 0===this._$AM&&(this._$Cp=t,null===(n=this._$AP)||void 0===n||n.call(this,t))}}class it{constructor(t,n,i,e,r){this.type=1,this._$AH=K,this._$AN=void 0,this.element=t,this.name=n,this._$AM=e,this.options=r,i.length>2||""!==i[0]||""!==i[1]?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=K}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,n=this,i,e){const r=this.strings;let s=!1;if(void 0===r)t=X(this,t,n,0),s=!A(t)||t!==this._$AH&&t!==z,s&&(this._$AH=t);else{const e=t;let o,u;for(t=r[0],o=0;o<r.length-1;o++)u=X(this,e[i+o],n,o),u===z&&(u=this._$AH[o]),s||(s=!A(u)||u!==this._$AH[o]),u===K?t=K:t!==K&&(t+=(null!=u?u:"")+r[o+1]),this._$AH[o]=u}s&&!e&&this.j(t)}j(t){t===K?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class et extends it{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===K?void 0:t}}const rt=O?O.emptyScript:"";class st extends it{constructor(){super(...arguments),this.type=4}j(t){t&&t!==K?this.element.setAttribute(this.name,rt):this.element.removeAttribute(this.name)}}class ot extends it{constructor(t,n,i,e,r){super(t,n,i,e,r),this.type=5}_$AI(t,n=this){var i;if((t=null!==(i=X(this,t,n,0))&&void 0!==i?i:K)===z)return;const e=this._$AH,r=t===K&&e!==K||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,s=t!==K&&(e===K||r);r&&this.element.removeEventListener(this.name,this,e),s&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var n,i;"function"==typeof this._$AH?this._$AH.call(null!==(i=null===(n=this.options)||void 0===n?void 0:n.host)&&void 0!==i?i:this.element,t):this._$AH.handleEvent(t)}}class ut{constructor(t,n,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=n,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){X(this,t)}}const at={O:E,P:R,A:C,C:1,M:V,L:tt,D:U,R:X,I:nt,V:it,H:st,N:ot,U:et,F:ut},ht=Y.litHtmlPolyfillSupport;null==ht||ht(Q,nt),(null!==(D=Y.litHtmlVersions)&&void 0!==D?D:Y.litHtmlVersions=[]).push("2.7.3");
49
+ var x;C.finalized=!0,C.elementProperties=new Map,C.elementStyles=[],C.shadowRootOptions={mode:"open"},null==N||N({ReactiveElement:C}),(null!==(g=m.reactiveElementVersions)&&void 0!==g?g:m.reactiveElementVersions=[]).push("1.6.1");const R=window,E=R.trustedTypes,M=E?E.createPolicy("lit-html",{createHTML:t=>t}):void 0,U="$lit$",D=`lit$${(Math.random()+"").slice(9)}$`,W="?"+D,k=`<${W}>`,Y=document,L=()=>Y.createComment(""),I=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Z=Array.isArray,K=t=>Z(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]),F="[ \t\n\f\r]",A=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,H=/-->/g,T=/>/g,G=RegExp(`>|${F}(?:([^\\s"'>=/]+)(${F}*=${F}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),_=/'/g,$=/"/g,B=/^(?:script|style|textarea|title)$/i,P=(t=>(o,...r)=>({_$litType$:t,strings:o,values:r}))(1),j=Symbol.for("lit-noChange"),z=Symbol.for("lit-nothing"),J=new WeakMap,q=Y.createTreeWalker(Y,129,null,!1),V=(t,o)=>{const r=t.length-1,e=[];let n,i=2===o?"<svg>":"",a=A;for(let o=0;o<r;o++){const r=t[o];let s,c,l=-1,f=0;for(;f<r.length&&(a.lastIndex=f,c=a.exec(r),null!==c);)f=a.lastIndex,a===A?"!--"===c[1]?a=H:void 0!==c[1]?a=T:void 0!==c[2]?(B.test(c[2])&&(n=RegExp("</"+c[2],"g")),a=G):void 0!==c[3]&&(a=G):a===G?">"===c[0]?(a=null!=n?n:A,l=-1):void 0===c[1]?l=-2:(l=a.lastIndex-c[2].length,s=c[1],a=void 0===c[3]?G:'"'===c[3]?$:_):a===$||a===_?a=G:a===H||a===T?a=A:(a=G,n=void 0);const u=a===G&&t[o+1].startsWith("/>")?" ":"";i+=a===A?r+k:l>=0?(e.push(s),r.slice(0,l)+U+r.slice(l)+D+u):r+D+(-2===l?(e.push(void 0),o):u)}const s=i+(t[r]||"<?>")+(2===o?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==M?M.createHTML(s):s,e]};class Q{constructor({strings:t,_$litType$:o},r){let e;this.parts=[];let n=0,i=0;const a=t.length-1,s=this.parts,[c,l]=V(t,o);if(this.el=Q.createElement(c,r),q.currentNode=this.el.content,2===o){const t=this.el.content,o=t.firstChild;o.remove(),t.append(...o.childNodes)}for(;null!==(e=q.nextNode())&&s.length<a;){if(1===e.nodeType){if(e.hasAttributes()){const t=[];for(const o of e.getAttributeNames())if(o.endsWith(U)||o.startsWith(D)){const r=l[i++];if(t.push(o),void 0!==r){const t=e.getAttribute(r.toLowerCase()+U).split(D),o=/([.?@])?(.*)/.exec(r);s.push({type:1,index:n,name:o[2],strings:t,ctor:"."===o[1]?et:"?"===o[1]?it:"@"===o[1]?at:rt})}else s.push({type:6,index:n})}for(const o of t)e.removeAttribute(o)}if(B.test(e.tagName)){const t=e.textContent.split(D),o=t.length-1;if(o>0){e.textContent=E?E.emptyScript:"";for(let r=0;r<o;r++)e.append(t[r],L()),q.nextNode(),s.push({type:2,index:++n});e.append(t[o],L())}}}else if(8===e.nodeType)if(e.data===W)s.push({type:2,index:n});else{let t=-1;for(;-1!==(t=e.data.indexOf(D,t+1));)s.push({type:7,index:n}),t+=D.length-1}n++}}static createElement(t,o){const r=Y.createElement("template");return r.innerHTML=t,r}}function X(t,o,r=t,e){var n,i,a,s;if(o===j)return o;let c=void 0!==e?null===(n=r._$Co)||void 0===n?void 0:n[e]:r._$Cl;const l=I(o)?void 0:o._$litDirective$;return(null==c?void 0:c.constructor)!==l&&(null===(i=null==c?void 0:c._$AO)||void 0===i||i.call(c,!1),void 0===l?c=void 0:(c=new l(t),c._$AT(t,r,e)),void 0!==e?(null!==(a=(s=r)._$Co)&&void 0!==a?a:s._$Co=[])[e]=c:r._$Cl=c),void 0!==c&&(o=X(t,c._$AS(t,o.values),c,e)),o}class tt{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var o;const{el:{content:r},parts:e}=this._$AD,n=(null!==(o=null==t?void 0:t.creationScope)&&void 0!==o?o:Y).importNode(r,!0);q.currentNode=n;let i=q.nextNode(),a=0,s=0,c=e[0];for(;void 0!==c;){if(a===c.index){let o;2===c.type?o=new ot(i,i.nextSibling,this,t):1===c.type?o=new c.ctor(i,c.name,c.strings,this,t):6===c.type&&(o=new st(i,this,t)),this._$AV.push(o),c=e[++s]}a!==(null==c?void 0:c.index)&&(i=q.nextNode(),a++)}return n}v(t){let o=0;for(const r of this._$AV)void 0!==r&&(void 0!==r.strings?(r._$AI(t,r,o),o+=r.strings.length-2):r._$AI(t[o])),o++}}class ot{constructor(t,o,r,e){var n;this.type=2,this._$AH=z,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=r,this.options=e,this._$Cp=null===(n=null==e?void 0:e.isConnected)||void 0===n||n}get _$AU(){var t,o;return null!==(o=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==o?o:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===(null==t?void 0:t.nodeType)&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=X(this,t,o),I(t)?t===z||null==t||""===t?(this._$AH!==z&&this._$AR(),this._$AH=z):t!==this._$AH&&t!==j&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):K(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==z&&I(this._$AH)?this._$AA.nextSibling.data=t:this.$(Y.createTextNode(t)),this._$AH=t}g(t){var o;const{values:r,_$litType$:e}=t,n="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=Q.createElement(e.h,this.options)),e);if((null===(o=this._$AH)||void 0===o?void 0:o._$AD)===n)this._$AH.v(r);else{const t=new tt(n,this),o=t.u(this.options);t.v(r),this.$(o),this._$AH=t}}_$AC(t){let o=J.get(t.strings);return void 0===o&&J.set(t.strings,o=new Q(t)),o}T(t){Z(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let r,e=0;for(const n of t)e===o.length?o.push(r=new ot(this.k(L()),this.k(L()),this,this.options)):r=o[e],r._$AI(n),e++;e<o.length&&(this._$AR(r&&r._$AB.nextSibling,e),o.length=e)}_$AR(t=this._$AA.nextSibling,o){var r;for(null===(r=this._$AP)||void 0===r||r.call(this,!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){var o;void 0===this._$AM&&(this._$Cp=t,null===(o=this._$AP)||void 0===o||o.call(this,t))}}class rt{constructor(t,o,r,e,n){this.type=1,this._$AH=z,this._$AN=void 0,this.element=t,this.name=o,this._$AM=e,this.options=n,r.length>2||""!==r[0]||""!==r[1]?(this._$AH=Array(r.length-1).fill(new String),this.strings=r):this._$AH=z}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,o=this,r,e){const n=this.strings;let i=!1;if(void 0===n)t=X(this,t,o,0),i=!I(t)||t!==this._$AH&&t!==j,i&&(this._$AH=t);else{const e=t;let a,s;for(t=n[0],a=0;a<n.length-1;a++)s=X(this,e[r+a],o,a),s===j&&(s=this._$AH[a]),i||(i=!I(s)||s!==this._$AH[a]),s===z?t=z:t!==z&&(t+=(null!=s?s:"")+n[a+1]),this._$AH[a]=s}i&&!e&&this.j(t)}j(t){t===z?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class et extends rt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===z?void 0:t}}const nt=E?E.emptyScript:"";class it extends rt{constructor(){super(...arguments),this.type=4}j(t){t&&t!==z?this.element.setAttribute(this.name,nt):this.element.removeAttribute(this.name)}}class at extends rt{constructor(t,o,r,e,n){super(t,o,r,e,n),this.type=5}_$AI(t,o=this){var r;if((t=null!==(r=X(this,t,o,0))&&void 0!==r?r:z)===j)return;const e=this._$AH,n=t===z&&e!==z||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==z&&(e===z||n);n&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var o,r;"function"==typeof this._$AH?this._$AH.call(null!==(r=null===(o=this.options)||void 0===o?void 0:o.host)&&void 0!==r?r:this.element,t):this._$AH.handleEvent(t)}}class st{constructor(t,o,r){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=r}get _$AU(){return this._$AM._$AU}_$AI(t){X(this,t)}}const ct={O:U,P:D,A:W,C:1,M:V,L:tt,D:K,R:X,I:ot,V:rt,H:it,N:at,U:et,F:st},lt=R.litHtmlPolyfillSupport;null==lt||lt(Q,ot),(null!==(x=R.litHtmlVersions)&&void 0!==x?x:R.litHtmlVersions=[]).push("2.7.3");
50
50
  /**
51
51
  * @license
52
52
  * Copyright 2017 Google LLC
53
53
  * SPDX-License-Identifier: BSD-3-Clause
54
54
  */
55
- var ct,lt;let dt=class extends x{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,n;const i=super.createRenderRoot();return null!==(t=(n=this.renderOptions).renderBefore)&&void 0!==t||(n.renderBefore=i.firstChild),i}update(t){const n=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,n,i)=>{var e,r;const s=null!==(e=null==i?void 0:i.renderBefore)&&void 0!==e?e:n;let o=s._$litPart$;if(void 0===o){const t=null!==(r=null==i?void 0:i.renderBefore)&&void 0!==r?r:null;s._$litPart$=o=new nt(n.insertBefore(H(),t),t,void 0,null!=i?i:{})}return o._$AI(t),o})(n,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return z}};dt.finalized=!0,dt._$litElement$=!0,null===(ct=globalThis.litElementHydrateSupport)||void 0===ct||ct.call(globalThis,{LitElement:dt});const ft=globalThis.litElementPolyfillSupport;null==ft||ft({LitElement:dt}),(null!==(lt=globalThis.litElementVersions)&&void 0!==lt?lt:globalThis.litElementVersions=[]).push("3.3.2");class mt{static create(t,n,i){let e=t=>d(null!=t?t:i),r=f`var(${d(t)}, ${e(i)})`;return r.name=t,r.category=n,r.defaultValue=i,r.defaultCssValue=e,r.get=n=>f`var(${d(t)}, ${e(n)})`,r.breadcrumb=()=>[],r.lastResortDefaultValue=()=>i,r}static extend(t,n,i){let e=t=>n.get(null!=t?t:i),r=f`var(${d(t)}, ${e(i)})`;return r.name=t,r.category=n.category,r.fallbackVariable=n,r.defaultValue=i,r.defaultCssValue=e,r.get=n=>f`var(${d(t)}, ${e(n)})`,r.breadcrumb=()=>[n.name,...n.breadcrumb()],r.lastResortDefaultValue=()=>i,r}static external(t,n){let i=n=>t.fallbackVariable?t.fallbackVariable.get(null!=n?n:t.defaultValue):d(null!=n?n:t.defaultValue),e=f`var(${d(t.name)}, ${i(t.defaultValue)})`;return e.name=t.name,e.category=t.category,e.fallbackVariable=t.fallbackVariable,e.defaultValue=t.defaultValue,e.context=n,e.defaultCssValue=i,e.get=n=>f`var(${d(t.name)}, ${i(n)})`,e.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],e.lastResortDefaultValue=()=>{var n,i;return null!==(n=t.defaultValue)&&void 0!==n?n:null===(i=t.fallbackVariable)||void 0===i?void 0:i.lastResortDefaultValue()},e}}const vt={colorPrimary:mt.create("--ft-color-primary","COLOR","#2196F3"),colorPrimaryVariant:mt.create("--ft-color-primary-variant","COLOR","#1976D2"),colorSecondary:mt.create("--ft-color-secondary","COLOR","#FFCC80"),colorSecondaryVariant:mt.create("--ft-color-secondary-variant","COLOR","#F57C00"),colorSurface:mt.create("--ft-color-surface","COLOR","#FFFFFF"),colorContent:mt.create("--ft-color-content","COLOR","rgba(0, 0, 0, 0.87)"),colorError:mt.create("--ft-color-error","COLOR","#B00020"),colorOutline:mt.create("--ft-color-outline","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:mt.create("--ft-color-opacity-high","NUMBER","1"),colorOpacityMedium:mt.create("--ft-color-opacity-medium","NUMBER","0.74"),colorOpacityDisabled:mt.create("--ft-color-opacity-disabled","NUMBER","0.38"),colorOnPrimary:mt.create("--ft-color-on-primary","COLOR","#FFFFFF"),colorOnPrimaryHigh:mt.create("--ft-color-on-primary-high","COLOR","#FFFFFF"),colorOnPrimaryMedium:mt.create("--ft-color-on-primary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:mt.create("--ft-color-on-primary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:mt.create("--ft-color-on-secondary","COLOR","#FFFFFF"),colorOnSecondaryHigh:mt.create("--ft-color-on-secondary-high","COLOR","#FFFFFF"),colorOnSecondaryMedium:mt.create("--ft-color-on-secondary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:mt.create("--ft-color-on-secondary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:mt.create("--ft-color-on-surface","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:mt.create("--ft-color-on-surface-high","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:mt.create("--ft-color-on-surface-medium","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:mt.create("--ft-color-on-surface-disabled","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:mt.create("--ft-opacity-content-on-surface-disabled","NUMBER","0"),opacityContentOnSurfaceEnable:mt.create("--ft-opacity-content-on-surface-enable","NUMBER","0"),opacityContentOnSurfaceHover:mt.create("--ft-opacity-content-on-surface-hover","NUMBER","0.04"),opacityContentOnSurfaceFocused:mt.create("--ft-opacity-content-on-surface-focused","NUMBER","0.12"),opacityContentOnSurfacePressed:mt.create("--ft-opacity-content-on-surface-pressed","NUMBER","0.10"),opacityContentOnSurfaceSelected:mt.create("--ft-opacity-content-on-surface-selected","NUMBER","0.08"),opacityContentOnSurfaceDragged:mt.create("--ft-opacity-content-on-surface-dragged","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:mt.create("--ft-opacity-primary-on-surface-disabled","NUMBER","0"),opacityPrimaryOnSurfaceEnable:mt.create("--ft-opacity-primary-on-surface-enable","NUMBER","0"),opacityPrimaryOnSurfaceHover:mt.create("--ft-opacity-primary-on-surface-hover","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:mt.create("--ft-opacity-primary-on-surface-focused","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:mt.create("--ft-opacity-primary-on-surface-pressed","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:mt.create("--ft-opacity-primary-on-surface-selected","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:mt.create("--ft-opacity-primary-on-surface-dragged","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:mt.create("--ft-opacity-surface-on-primary-disabled","NUMBER","0"),opacitySurfaceOnPrimaryEnable:mt.create("--ft-opacity-surface-on-primary-enable","NUMBER","0"),opacitySurfaceOnPrimaryHover:mt.create("--ft-opacity-surface-on-primary-hover","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:mt.create("--ft-opacity-surface-on-primary-focused","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:mt.create("--ft-opacity-surface-on-primary-pressed","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:mt.create("--ft-opacity-surface-on-primary-selected","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:mt.create("--ft-opacity-surface-on-primary-dragged","NUMBER","0.08"),elevation00:mt.create("--ft-elevation-00","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:mt.create("--ft-elevation-01","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:mt.create("--ft-elevation-02","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:mt.create("--ft-elevation-03","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:mt.create("--ft-elevation-04","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:mt.create("--ft-elevation-06","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:mt.create("--ft-elevation-08","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:mt.create("--ft-elevation-12","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:mt.create("--ft-elevation-16","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:mt.create("--ft-elevation-24","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:mt.create("--ft-border-radius-S","SIZE","4px"),borderRadiusM:mt.create("--ft-border-radius-M","SIZE","8px"),borderRadiusL:mt.create("--ft-border-radius-L","SIZE","12px"),borderRadiusXL:mt.create("--ft-border-radius-XL","SIZE","16px"),titleFont:mt.create("--ft-title-font","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:mt.create("--ft-content-font","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:mt.create("--ft-transition-duration","UNKNOWN","250ms"),transitionTimingFunction:mt.create("--ft-transition-timing-function","UNKNOWN","ease-in-out")};class pt extends dt{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([n,i])=>t.registry.define(n,i))));const n={...t.shadowRootOptions,customElements:t.registry},i=this.renderOptions.creationScope=this.attachShadow(n);return m(i,t.elementStyles),i}}var yt,gt=function(t,n,i,e){for(var r,s=arguments.length,o=s<3?n:null===e?e=Object.getOwnPropertyDescriptor(n,i):e,u=t.length-1;u>=0;u--)(r=t[u])&&(o=(s<3?r(o):s>3?r(n,i,o):r(n,i))||o);return s>3&&o&&Object.defineProperty(n,i,o),o};const wt=Symbol("constructorPrototype"),bt=Symbol("constructorName"),Mt=Symbol("exportpartsDebouncer");class St extends pt{constructor(){super(),this[yt]=new n(5),this[bt]=this.constructor.name,this[wt]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[bt]&&Object.setPrototypeOf(this,this[wt])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var n,i;if((null!==(i=null===(n=this.shadowRoot)||void 0===n?void 0:n.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==i?i:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[Mt].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var n,i,e,r,s,o;const u=t=>null!=t&&t.trim().length>0,a=t.filter(u).map((t=>t.trim()));if(0===a.length)return void this.removeAttribute("exportparts");const h=new Set;for(let t of null!==(i=null===(n=this.shadowRoot)||void 0===n?void 0:n.querySelectorAll("[part],[exportparts]"))&&void 0!==i?i:[]){const n=null!==(r=null===(e=t.getAttribute("part"))||void 0===e?void 0:e.split(" "))&&void 0!==r?r:[],i=null!==(o=null===(s=t.getAttribute("exportparts"))||void 0===s?void 0:s.split(",").map((t=>t.split(":")[1])))&&void 0!==o?o:[];new Array(...n,...i).filter(u).map((t=>t.trim())).forEach((t=>h.add(t)))}if(0===h.size)return void this.removeAttribute("exportparts");const c=[...h.values()].flatMap((t=>a.map((n=>`${t}:${n}--${t}`))));this.setAttribute("exportparts",[...this.part,...c].join(", "))}}var Nt,xt,Dt,Yt;function Ot(){return Dt.apply(null,arguments)}function kt(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function Et(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function Rt(t,n){return Object.prototype.hasOwnProperty.call(t,n)}function Ct(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var n;for(n in t)if(Rt(t,n))return!1;return!0}function Tt(t){return void 0===t}function _t(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function Ht(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function At(t,n){var i,e=[],r=t.length;for(i=0;i<r;++i)e.push(n(t[i],i));return e}function Ft(t,n){for(var i in n)Rt(n,i)&&(t[i]=n[i]);return Rt(n,"toString")&&(t.toString=n.toString),Rt(n,"valueOf")&&(t.valueOf=n.valueOf),t}function Ut(t,n,i,e){return re(t,n,i,e,!0).utc()}function $t(t){return null==t._pf&&(t._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}),t._pf}function Wt(t){if(null==t._isValid){var n=$t(t),i=Yt.call(n.parsedDateParts,(function(t){return null!=t})),e=!isNaN(t._d.getTime())&&n.overflow<0&&!n.empty&&!n.invalidEra&&!n.invalidMonth&&!n.invalidWeekday&&!n.weekdayMismatch&&!n.nullInput&&!n.invalidFormat&&!n.userInvalidated&&(!n.meridiem||n.meridiem&&i);if(t._strict&&(e=e&&0===n.charsLeftOver&&0===n.unusedTokens.length&&void 0===n.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return e;t._isValid=e}return t._isValid}function Lt(t){var n=Ut(NaN);return null!=t?Ft($t(n),t):$t(n).userInvalidated=!0,n}yt=Mt,gt([e()],St.prototype,"exportpartsPrefix",void 0),gt([function(t,n){const i=()=>JSON.parse(JSON.stringify(t));return e({type:Object,converter:{fromAttribute:t=>{if(null==t)return i();try{return JSON.parse(t)}catch{return i()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,n)=>!o(t,n),...null!=n?n:{}})}([])],St.prototype,"exportpartsPrefixes",void 0),gt([e()],St.prototype,"customStylesheet",void 0),f`
55
+ var ft,ut;let ht=class extends C{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,o;const r=super.createRenderRoot();return null!==(t=(o=this.renderOptions).renderBefore)&&void 0!==t||(o.renderBefore=r.firstChild),r}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,r)=>{var e,n;const i=null!==(e=null==r?void 0:r.renderBefore)&&void 0!==e?e:o;let a=i._$litPart$;if(void 0===a){const t=null!==(n=null==r?void 0:r.renderBefore)&&void 0!==n?n:null;i._$litPart$=a=new ot(o.insertBefore(L(),t),t,void 0,null!=r?r:{})}return a._$AI(t),a})(o,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return j}};ht.finalized=!0,ht._$litElement$=!0,null===(ft=globalThis.litElementHydrateSupport)||void 0===ft||ft.call(globalThis,{LitElement:ht});const dt=globalThis.litElementPolyfillSupport;null==dt||dt({LitElement:ht}),(null!==(ut=globalThis.litElementVersions)&&void 0!==ut?ut:globalThis.litElementVersions=[]).push("3.3.2");const pt=t=>"string"==typeof t?h(t):t;class yt{static create(t,o,r,e){const n=t=>pt(null!=t?t:e),i=d`var(${pt(t)}, ${n(e)})`;return i.name=t,i.description=t,i.category=r,i.defaultValue=e,i.defaultCssValue=n,i.get=o=>d`var(${pt(t)}, ${n(o)})`,i.breadcrumb=()=>[],i.lastResortDefaultValue=()=>e,i}static extend(t,o,r,e){const n=t=>r.get(null!=t?t:e),i=d`var(${pt(t)}, ${n(e)})`;return i.name=t,i.description=o,i.category=r.category,i.fallbackVariable=r,i.defaultValue=e,i.defaultCssValue=n,i.get=o=>d`var(${pt(t)}, ${n(o)})`,i.breadcrumb=()=>[r.name,...r.breadcrumb()],i.lastResortDefaultValue=()=>null!=e?e:r.lastResortDefaultValue(),i}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):pt(null!=o?o:t.lastResortDefaultValue()),e=d`var(${pt(t.name)}, ${r(t.defaultValue)})`;return e.name=t.name,e.category=t.category,e.fallbackVariable=t.fallbackVariable,e.defaultValue=t.defaultValue,e.context=o,e.defaultCssValue=r,e.get=o=>d`var(${pt(t.name)}, ${r(o)})`,e.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],e.lastResortDefaultValue=()=>t.lastResortDefaultValue(),e}}const gt={colorWhite:yt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:yt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:yt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:yt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:yt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:yt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:yt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:yt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:yt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:yt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:yt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:yt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:yt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:yt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:yt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:yt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:yt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:yt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:yt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:yt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:yt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:yt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:yt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:yt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:yt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:yt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:yt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:yt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:yt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:yt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:yt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:yt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:yt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:yt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:yt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:yt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:yt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:yt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:yt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:yt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:yt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:yt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:yt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:yt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:yt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:yt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:yt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:yt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:yt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:yt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:yt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:yt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:yt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:yt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:yt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:yt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:yt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:yt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:yt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:yt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:yt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:yt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:yt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:yt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:yt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:yt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:yt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:yt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:yt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:yt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:yt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:yt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:yt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:yt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:yt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:yt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:yt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:yt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:yt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:yt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:yt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:yt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:yt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:yt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:yt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:yt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:yt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:yt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:yt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:yt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:yt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:yt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:yt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:yt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:yt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:yt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:yt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:yt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:yt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:yt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:yt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:yt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:yt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:yt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:yt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:yt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:yt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:yt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:yt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:yt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:yt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:yt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:yt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:yt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:yt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:yt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:yt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:yt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:yt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:yt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:yt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:yt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:yt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:yt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:yt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:yt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:yt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:yt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:yt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:yt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:yt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:yt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:yt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:yt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:yt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:yt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:yt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:yt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:yt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:yt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:yt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:yt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:yt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:yt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:yt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:yt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:yt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:yt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:yt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:yt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:yt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:yt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:yt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:yt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:yt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:yt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:yt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:yt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:yt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:yt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:yt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:yt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:yt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:yt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:yt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:yt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:yt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:yt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:yt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:yt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:yt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:yt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:yt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:yt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:yt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:yt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:yt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:yt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:yt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:yt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:yt.create("--ft-opacity-0","","NUMBER","0"),opacity8:yt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:yt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:yt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:yt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:yt.create("--ft-opacity-80","","NUMBER","0.8")};yt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),yt.create("--ft-typography-display-lineHeight","","SIZE","120%"),yt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),yt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),yt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-display-textCase","","UNKNOWN","none"),yt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),yt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),yt.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),yt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),yt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-title-1-textCase","","UNKNOWN","none"),yt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),yt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),yt.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),yt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),yt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-title-2-textCase","","UNKNOWN","none"),yt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),yt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),yt.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),yt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),yt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-title-3-textCase","","UNKNOWN","none"),yt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),yt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),yt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),yt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),yt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none"),yt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),yt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),yt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),yt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),yt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none"),yt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),yt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),yt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),yt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),yt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none"),yt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),yt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),yt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),yt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),yt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none"),yt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),yt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),yt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),yt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),yt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none"),yt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),yt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),yt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),yt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),yt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none"),yt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),yt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),yt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),yt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),yt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),yt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),yt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),yt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),yt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),yt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),yt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),yt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),yt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),yt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),yt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),yt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),yt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),yt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),yt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),yt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),yt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),yt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),yt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),yt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),yt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),yt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),yt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),yt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),yt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),yt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),yt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),yt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),yt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),yt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),yt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),yt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),yt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),yt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),yt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),yt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),yt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),yt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),yt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),yt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),yt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),yt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),yt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),yt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),yt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),yt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),yt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),yt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),yt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),yt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),yt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),yt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none"),yt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),yt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),yt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),yt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),yt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),yt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),yt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),yt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),yt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none");const mt={backgroundActionPrimary:yt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",gt.colorBrand0),backgroundErrorPrimary:yt.extend("--ft-background-error-primary","Used as background of error components.",gt.colorRed0),backgroundErrorSubtle:yt.extend("--ft-background-error-subtle","Used as background of subtle error components.",gt.colorRed10),backgroundInfoPrimary:yt.extend("--ft-background-info-primary","Used as background of information components.",gt.colorCyan200),backgroundInfoSubtle:yt.extend("--ft-background-info-subtle","Used as background of subtle information components.",gt.colorCyan10),backgroundWarningPrimary:yt.extend("--ft-background-warning-primary","Used as background of warning components.",gt.colorOrange300),backgroundWarningSubtle:yt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",gt.colorOrange10),backgroundSuccessPrimary:yt.extend("--ft-background-success-primary","Used as background of success components.",gt.colorGreen200),backgroundSuccessSubtle:yt.extend("--ft-background-success-subtle","Used as background of subtle success components.",gt.colorGreen10),backgroundGlobalSurface:yt.extend("--ft-background-global-surface","Used as app background.",gt.colorWhite),backgroundGlobalOnSurface:yt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",gt.colorGray10),backgroundGlobalOnSurfaceDark:yt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",gt.colorGray30),contentActionPrimary:yt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",gt.colorBrand0),contentWarningPrimary:yt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",gt.colorOrange300),contentWarningIconOnly:yt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",gt.colorOrange0),contentErrorPrimary:yt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",gt.colorRed0),contentErrorIconOnly:yt.extend("--ft-content-error-icon-only","Used on error status icons alone",gt.colorRed0),contentInfoPrimary:yt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",gt.colorCyan200),contentInfoIconOnly:yt.extend("--ft-content-info-icon-only","Used on info status icons alone",gt.colorCyan0),contentSuccessIconOnly:yt.extend("--ft-content-success-icon-only","Used on success status icons alone",gt.colorGreen0),contentSuccessPrimary:yt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",gt.colorGreen200),contentGlobalPrimary:yt.extend("--ft-content-global-primary","Used for main content on the page.",gt.colorGray500),contentGlobalSecondary:yt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",gt.colorGray200),contentGlobalSubtle:yt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",gt.colorGray0),contentGlobalOnColor:yt.extend("--ft-content-global-on-color","Used for content on a dominant color.",gt.colorWhite),borderActionPrimary:yt.extend("--ft-border-action-primary","Used as border for primary action components.",gt.colorBrand0),borderActionFocusRing:yt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",gt.colorCyan0),borderWarningPrimary:yt.extend("--ft-border-warning-primary","Used as border for warning components.",gt.colorOrange30),borderSuccessPrimary:yt.extend("--ft-border-success-primary","Used as border for success components.",gt.colorGreen30),borderErrorPrimary:yt.extend("--ft-border-error-primary","Used as border for error components.",gt.colorRed30),borderInfoPrimary:yt.extend("--ft-border-info-primary","Used as border for information components.",gt.colorCyan30),borderGlobalSubtle:yt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",gt.colorGray30),borderGlobalPrimary:yt.extend("--ft-border-global-primary","Used as border for element like input.",gt.colorGray50),borderInputPrimary:yt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",gt.colorGray80)};yt.create("--ft-button-large-height","","SIZE","40px"),yt.extend("--ft-button-large-horizontal-padding","",gt.spacing4),yt.extend("--ft-button-large-gap","",gt.spacing2),yt.extend("--ft-button-large-border-radius","",gt.borderRadiusS),yt.extend("--ft-button-large-icon-size","",gt.iconSize3),yt.create("--ft-button-large-border-width","","SIZE","1px"),yt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),yt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),yt.create("--ft-button-large-icon-only-width","","SIZE","40px"),yt.create("--ft-button-small-height","","SIZE","30px"),yt.extend("--ft-button-small-horizontal-padding","",gt.spacing3),yt.extend("--ft-button-small-gap","",gt.spacing2),yt.extend("--ft-button-small-border-radius","",gt.borderRadiusS),yt.extend("--ft-button-small-icon-size","",gt.iconSize2),yt.create("--ft-button-small-border-width","","SIZE","1px"),yt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),yt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),yt.create("--ft-button-small-icon-only-width","","SIZE","30px"),yt.extend("--ft-button-primary-background-color","",mt.backgroundActionPrimary),yt.extend("--ft-button-primary-color","",mt.contentGlobalOnColor),yt.extend("--ft-button-primary-icon-color","",mt.contentGlobalOnColor),yt.extend("--ft-button-primary-state-layer-color","",mt.contentGlobalOnColor),yt.extend("--ft-button-primary-state-layer-opacity-hover","",gt.opacity16),yt.extend("--ft-button-primary-state-layer-opacity-focus","",gt.opacity16),yt.extend("--ft-button-primary-state-layer-opacity-active","",gt.opacity24),yt.extend("--ft-button-primary-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-button-focus-focus-ring-color","",mt.borderActionFocusRing),yt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),yt.extend("--ft-button-tertiary-color","",mt.contentActionPrimary),yt.extend("--ft-button-tertiary-icon-color","",mt.contentActionPrimary),yt.extend("--ft-button-tertiary-state-layer-color","",mt.contentActionPrimary),yt.extend("--ft-button-tertiary-state-layer-opacity-hover","",gt.opacity8),yt.extend("--ft-button-tertiary-state-layer-opacity-focus","",gt.opacity8),yt.extend("--ft-button-tertiary-state-layer-opacity-active","",gt.opacity16),yt.extend("--ft-button-tertiary-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-button-secondary-background-color","",gt.colorWhite),yt.extend("--ft-button-secondary-color","",mt.contentActionPrimary),yt.extend("--ft-button-secondary-icon-color","",mt.contentActionPrimary),yt.extend("--ft-button-secondary-state-layer-color","",mt.contentActionPrimary),yt.extend("--ft-button-secondary-state-layer-opacity-hover","",gt.opacity8),yt.extend("--ft-button-secondary-state-layer-opacity-focus","",gt.opacity8),yt.extend("--ft-button-secondary-state-layer-opacity-active","",gt.opacity16),yt.extend("--ft-button-secondary-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-button-secondary-border-color","",mt.borderActionPrimary),yt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),yt.extend("--ft-button-neutral-icon-color","",mt.contentGlobalSecondary),yt.extend("--ft-button-neutral-color","",mt.contentGlobalSecondary),yt.extend("--ft-button-neutral-state-layer-color","",mt.contentGlobalSecondary),yt.extend("--ft-button-neutral-state-layer-opacity-hover","",gt.opacity8),yt.extend("--ft-button-neutral-state-layer-opacity-focus","",gt.opacity8),yt.extend("--ft-button-neutral-state-layer-opacity-active","",gt.opacity16),yt.extend("--ft-button-neutral-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-tabs-top-left-border-radius","",gt.borderRadiusS),yt.extend("--ft-tabs-top-right-border-radius","",gt.borderRadiusS),yt.extend("--ft-tabs-label-horizontal-padding","",gt.spacing4),yt.extend("--ft-tabs-label-vertical-padding","",gt.spacing3),yt.extend("--ft-tabs-label-gap","",gt.spacing1),yt.extend("--ft-switch-group-horizontal-padding","",gt.spacing1),yt.extend("--ft-switch-group-vertical-padding","",gt.spacing1),yt.extend("--ft-switch-group-gap","",gt.spacing1),yt.extend("--ft-switch-group-background-color","",mt.backgroundGlobalSurface),yt.extend("--ft-switch-group-border-color","",mt.borderGlobalSubtle),yt.create("--ft-switch-group-border-radius","","SIZE","6px"),yt.extend("--ft-switch-label-horizontal-padding","",gt.spacing2),yt.extend("--ft-switch-label-vertical-padding","",gt.spacing1),yt.extend("--ft-switch-icon-horizontal-padding","",gt.spacing1),yt.extend("--ft-switch-icon-vertical-padding","",gt.spacing1),yt.create("--ft-switch-focus-outline-width","","SIZE","2px"),yt.extend("--ft-switch-focus-focus-ring-color","",mt.borderActionFocusRing),yt.extend("--ft-switch-option-border-radius","",gt.borderRadiusS),yt.extend("--ft-switch-off-state-layer-opacity-hover","",gt.opacity8),yt.extend("--ft-switch-off-state-layer-opacity-focus","",gt.opacity8),yt.extend("--ft-switch-off-state-layer-opacity-active","",gt.opacity16),yt.extend("--ft-switch-off-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-switch-off-color","",mt.contentGlobalSubtle),yt.extend("--ft-switch-off-state-layer-color","",mt.contentGlobalSubtle),yt.extend("--ft-chart-1-light","for area color charts",gt.colorBrand40),yt.extend("--ft-chart-1-base","for line charts",gt.colorBrand0),yt.extend("--ft-chart-2-light","for area color charts",gt.colorYellow60),yt.extend("--ft-chart-2-base","for line charts",gt.colorYellow100),yt.extend("--ft-chart-3-light","",gt.colorUltramarine40),yt.extend("--ft-chart-3-base","",gt.colorUltramarine70),yt.extend("--ft-chart-4-light","",gt.colorCyan50),yt.extend("--ft-chart-4-base","",gt.colorCyan100),yt.extend("--ft-chart-5-light","",gt.colorRed40),yt.extend("--ft-chart-5-base","",gt.colorRed60),yt.extend("--ft-chart-6-light","",gt.colorGreen40),yt.extend("--ft-chart-6-base","",gt.colorGreen70),yt.extend("--ft-chart-7-light","",gt.colorOrange70),yt.extend("--ft-chart-7-base","",gt.colorOrange100),yt.extend("--ft-chart-8-light","",gt.colorAvocado70),yt.extend("--ft-chart-8-base","",gt.colorAvocado200),yt.extend("--ft-chart-9-light","",gt.colorBrown50),yt.extend("--ft-chart-9-base","",gt.colorBrown200),yt.extend("--ft-chart-10-light","",gt.colorGray50),yt.extend("--ft-chart-10-base","",gt.colorGray80),yt.extend("--ft-chart-monochrome-10","",gt.colorBrand10),yt.extend("--ft-chart-monochrome-20","",gt.colorBrand20),yt.extend("--ft-chart-monochrome-30","",gt.colorBrand40),yt.extend("--ft-chart-monochrome-40","",gt.colorBrand60),yt.extend("--ft-chart-monochrome-50","",gt.colorBrand0),yt.extend("--ft-chart-monochrome-60","",gt.colorBrand200),yt.extend("--ft-chip-large-horizontal-padding","",gt.spacing4),yt.extend("--ft-chip-large-vertical-padding","",gt.spacing2),yt.extend("--ft-chip-large-gap","",gt.spacing1),yt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),yt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),yt.extend("--ft-chip-large-border-radius","",gt.borderRadiusPill),yt.create("--ft-chip-large-border-width","","SIZE","1px"),yt.extend("--ft-chip-large-icon-size","",gt.iconSize3),yt.extend("--ft-chip-medium-horizontal-padding","",gt.spacing3),yt.extend("--ft-chip-medium-vertical-padding","",gt.spacing1),yt.extend("--ft-chip-medium-gap","",gt.spacing1),yt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),yt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),yt.extend("--ft-chip-medium-border-radius","",gt.borderRadiusPill),yt.create("--ft-chip-medium-border-width","","SIZE","1px"),yt.extend("--ft-chip-medium-icon-size","",gt.iconSize2),yt.extend("--ft-chip-small-horizontal-padding","",gt.spacing2),yt.extend("--ft-chip-small-vertical-padding","",gt.spacing05),yt.extend("--ft-chip-small-gap","",gt.spacing1),yt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),yt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),yt.extend("--ft-chip-small-border-radius","",gt.borderRadiusPill),yt.create("--ft-chip-small-border-width","","SIZE","1px"),yt.extend("--ft-chip-small-icon-size","",gt.iconSize1),yt.extend("--ft-chip-neutral-background-color","",mt.backgroundGlobalOnSurface),yt.extend("--ft-chip-neutral-color","",mt.contentGlobalPrimary),yt.extend("--ft-chip-neutral-border-color","",mt.borderGlobalSubtle),yt.extend("--ft-chip-info-background-color","",mt.backgroundInfoSubtle),yt.extend("--ft-chip-info-color","",mt.contentInfoPrimary),yt.extend("--ft-chip-info-border-color","",mt.borderInfoPrimary),yt.extend("--ft-chip-success-background-color","",mt.backgroundSuccessSubtle),yt.extend("--ft-chip-success-color","",mt.contentSuccessPrimary),yt.extend("--ft-chip-success-border-color","",mt.borderSuccessPrimary),yt.extend("--ft-chip-warning-background-color","",mt.backgroundWarningSubtle),yt.extend("--ft-chip-warning-color","",mt.contentWarningPrimary),yt.extend("--ft-chip-warning-border-color","",mt.borderWarningPrimary),yt.extend("--ft-chip-error-background-color","",mt.backgroundErrorSubtle),yt.extend("--ft-chip-error-color","",mt.contentErrorPrimary),yt.extend("--ft-chip-error-border-color","",mt.borderErrorPrimary),yt.create("--ft-notice-border-width","","SIZE","1px"),yt.extend("--ft-notice-horizontal-padding","",gt.spacing2),yt.extend("--ft-notice-vertical-padding","",gt.spacing1),yt.extend("--ft-notice-border-radius","",gt.borderRadiusS),yt.extend("--ft-notice-gap","",gt.spacing2),yt.extend("--ft-notice-icon-size","",gt.iconSize3),yt.extend("--ft-notice-info-background-color","",mt.backgroundInfoSubtle),yt.extend("--ft-notice-info-border-color","",mt.borderInfoPrimary),yt.extend("--ft-notice-info-color","",mt.contentInfoPrimary),yt.extend("--ft-notice-warning-background-color","",mt.backgroundWarningSubtle),yt.extend("--ft-notice-warning-border-color","",mt.borderWarningPrimary),yt.extend("--ft-notice-warning-color","",mt.contentWarningPrimary),yt.extend("--ft-checkbox-label-color","",mt.contentGlobalPrimary),yt.extend("--ft-checkbox-checked-background-color","",mt.contentActionPrimary),yt.extend("--ft-checkbox-checked-state-layer-color","",mt.contentActionPrimary),yt.extend("--ft-checkbox-checked-color","",mt.contentGlobalOnColor),yt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",gt.opacity16),yt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",gt.opacity16),yt.extend("--ft-checkbox-checked-state-layer-opacity-active","",gt.opacity24),yt.extend("--ft-checkbox-checked-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-checkbox-unchecked-border-color","",gt.colorGray80),yt.extend("--ft-checkbox-unchecked-state-layer-color","",gt.colorGray80),yt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",gt.opacity16),yt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",gt.opacity16),yt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",gt.opacity24),yt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-checkbox-focus-focus-ring-color","",mt.borderActionFocusRing),yt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),yt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),yt.extend("--ft-checkbox-gap","",gt.spacing3),yt.extend("--ft-toggle-off-state-layer-opacity-hover","",gt.opacity16),yt.extend("--ft-toggle-off-state-layer-opacity-focus","",gt.opacity16),yt.extend("--ft-toggle-off-state-layer-opacity-active","",gt.opacity24),yt.extend("--ft-toggle-off-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-toggle-off-background-color","",mt.contentGlobalSubtle),yt.extend("--ft-toggle-off-icon-color","",mt.contentGlobalSubtle),yt.extend("--ft-toggle-off-state-layer-color","",mt.contentGlobalSubtle),yt.extend("--ft-toggle-on-state-layer-opacity-hover","",gt.opacity16),yt.extend("--ft-toggle-on-state-layer-opacity-focus","",gt.opacity16),yt.extend("--ft-toggle-on-state-layer-opacity-active","",gt.opacity24),yt.extend("--ft-toggle-on-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-toggle-on-background-color","",mt.contentActionPrimary),yt.extend("--ft-toggle-on-icon-color","",mt.contentActionPrimary),yt.extend("--ft-toggle-on-state-layer-color","",mt.contentActionPrimary),yt.extend("--ft-toggle-label-color","",mt.contentGlobalPrimary),yt.extend("--ft-toggle-focus-focus-ring-color","",mt.borderActionFocusRing),yt.extend("--ft-toggle-gap","",gt.spacing3),yt.extend("--ft-radio-label-color","",mt.contentGlobalPrimary),yt.extend("--ft-radio-selected-color","",mt.contentActionPrimary),yt.extend("--ft-radio-selected-state-layer-color","",mt.contentActionPrimary),yt.extend("--ft-radio-selected-state-layer-opacity-hover","",gt.opacity16),yt.extend("--ft-radio-selected-state-layer-opacity-focus","",gt.opacity16),yt.extend("--ft-radio-selected-state-layer-opacity-active","",gt.opacity24),yt.extend("--ft-radio-selected-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-radio-unselected-state-layer-color","",gt.colorGray80),yt.extend("--ft-radio-unselected-state-layer-opacity-hover","",gt.opacity16),yt.extend("--ft-radio-unselected-state-layer-opacity-focus","",gt.opacity16),yt.extend("--ft-radio-unselected-state-layer-opacity-active","",gt.opacity24),yt.extend("--ft-radio-unselected-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-radio-focus-focus-ring-color","",mt.borderActionFocusRing),yt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),yt.create("--ft-radio-focus-outline-width","","SIZE","2px"),yt.extend("--ft-radio-gap","",gt.spacing3),yt.extend("--ft-notification-icon-size","",gt.iconSize4),yt.extend("--ft-notification-horizontal-padding","",gt.spacing4),yt.extend("--ft-notification-vertical-padding","",gt.spacing4),yt.extend("--ft-notification-info-background-color","",mt.backgroundInfoSubtle),yt.extend("--ft-notification-info-color","",mt.contentInfoPrimary),yt.extend("--ft-notification-info-border-color","",mt.borderInfoPrimary),yt.extend("--ft-notification-success-background-color","",mt.backgroundSuccessSubtle),yt.extend("--ft-notification-success-color","",mt.contentSuccessPrimary),yt.extend("--ft-notification-success-border-color","",mt.borderSuccessPrimary),yt.extend("--ft-notification-warning-background-color","",mt.backgroundWarningSubtle),yt.extend("--ft-notification-warning-color","",mt.contentWarningPrimary),yt.extend("--ft-notification-warning-border-color","",mt.borderWarningPrimary),yt.extend("--ft-notification-error-background-color","",mt.backgroundErrorSubtle),yt.extend("--ft-notification-error-color","",mt.contentErrorPrimary),yt.extend("--ft-notification-error-border-color","",mt.borderErrorPrimary),yt.extend("--ft-notification-border-radius","",gt.borderRadiusPill),yt.create("--ft-notification-border-width","","SIZE","1px"),yt.extend("--ft-notification-gap-leading","",gt.spacing2),yt.extend("--ft-notification-gap-trailing","",gt.spacing8);const bt={colorPrimary:yt.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:yt.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:yt.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:yt.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:yt.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:yt.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:yt.create("--ft-color-error","","COLOR","#B00020"),colorOutline:yt.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:yt.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:yt.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:yt.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:yt.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:yt.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:yt.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:yt.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:yt.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:yt.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:yt.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:yt.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:yt.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:yt.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:yt.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:yt.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:yt.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:yt.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:yt.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:yt.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:yt.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:yt.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:yt.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:yt.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:yt.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:yt.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:yt.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:yt.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:yt.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:yt.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:yt.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:yt.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:yt.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:yt.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:yt.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:yt.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:yt.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:yt.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:yt.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:yt.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:yt.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:yt.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:yt.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:yt.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:yt.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:yt.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:yt.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:yt.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:yt.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:yt.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:yt.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:yt.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:yt.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:yt.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:yt.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};class Ot extends ht{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,r])=>t.registry.define(o,r))));const o={...t.shadowRootOptions,customElements:t.registry},r=this.renderOptions.creationScope=this.attachShadow(o);return p(r,t.elementStyles),r}}var Nt,vt=function(t,o,r,e){for(var n,i=arguments.length,a=i<3?o:null===e?e=Object.getOwnPropertyDescriptor(o,r):e,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,r,a):n(o,r))||a);return i>3&&a&&Object.defineProperty(o,r,a),a};const St=Symbol("constructorPrototype"),wt=Symbol("constructorName"),Ct=Symbol("exportpartsDebouncer");class xt extends Ot{constructor(){super(),this[Nt]=new o(5),this[wt]=this.constructor.name,this[St]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[wt]&&Object.setPrototypeOf(this,this[St])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,r;if((null!==(r=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==r?r:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[Ct].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,r,e,n,i,a;const s=t=>null!=t&&t.trim().length>0,c=t.filter(s).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const l=new Set;for(let t of null!==(r=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==r?r:[]){const o=null!==(n=null===(e=t.getAttribute("part"))||void 0===e?void 0:e.split(" "))&&void 0!==n?n:[],r=null!==(a=null===(i=t.getAttribute("exportparts"))||void 0===i?void 0:i.split(",").map((t=>t.split(":")[1])))&&void 0!==a?a:[];new Array(...o,...r).filter(s).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const f=[...l.values()].flatMap((t=>c.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...f].join(", "))}}var Rt,Et,Mt,Ut;function Dt(){return Mt.apply(null,arguments)}function Wt(t){return t instanceof Array||"[object Array]"===Object.prototype.toString.call(t)}function kt(t){return null!=t&&"[object Object]"===Object.prototype.toString.call(t)}function Yt(t,o){return Object.prototype.hasOwnProperty.call(t,o)}function Lt(t){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(t).length;var o;for(o in t)if(Yt(t,o))return!1;return!0}function It(t){return void 0===t}function Zt(t){return"number"==typeof t||"[object Number]"===Object.prototype.toString.call(t)}function Kt(t){return t instanceof Date||"[object Date]"===Object.prototype.toString.call(t)}function Ft(t,o){var r,e=[],n=t.length;for(r=0;r<n;++r)e.push(o(t[r],r));return e}function At(t,o){for(var r in o)Yt(o,r)&&(t[r]=o[r]);return Yt(o,"toString")&&(t.toString=o.toString),Yt(o,"valueOf")&&(t.valueOf=o.valueOf),t}function Ht(t,o,r,e){return se(t,o,r,e,!0).utc()}function Tt(t){return null==t._pf&&(t._pf={empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}),t._pf}function Gt(t){if(null==t._isValid){var o=Tt(t),r=Ut.call(o.parsedDateParts,(function(t){return null!=t})),e=!isNaN(t._d.getTime())&&o.overflow<0&&!o.empty&&!o.invalidEra&&!o.invalidMonth&&!o.invalidWeekday&&!o.weekdayMismatch&&!o.nullInput&&!o.invalidFormat&&!o.userInvalidated&&(!o.meridiem||o.meridiem&&r);if(t._strict&&(e=e&&0===o.charsLeftOver&&0===o.unusedTokens.length&&void 0===o.bigHour),null!=Object.isFrozen&&Object.isFrozen(t))return e;t._isValid=e}return t._isValid}function _t(t){var o=Ht(NaN);return null!=t?At(Tt(o),t):Tt(o).userInvalidated=!0,o}Nt=Ct,vt([e()],xt.prototype,"exportpartsPrefix",void 0),vt([function(t,o){const r=()=>JSON.parse(JSON.stringify(t));return e({type:Object,converter:{fromAttribute:t=>{if(null==t)return r();try{return JSON.parse(t)}catch{return r()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,o)=>!a(t,o),...null!=o?o:{}})}([])],xt.prototype,"exportpartsPrefixes",void 0),vt([e()],xt.prototype,"customStylesheet",void 0),d`
56
56
  .ft-no-text-select {
57
57
  -webkit-touch-callout: none;
58
58
  -webkit-user-select: none;
@@ -61,7 +61,7 @@ var ct,lt;let dt=class extends x{constructor(){super(...arguments),this.renderOp
61
61
  -ms-user-select: none;
62
62
  user-select: none;
63
63
  }
64
- `,f`
64
+ `,d`
65
65
  .ft-word-wrap {
66
66
  white-space: normal;
67
67
  word-wrap: break-word;
@@ -73,7 +73,7 @@ var ct,lt;let dt=class extends x{constructor(){super(...arguments),this.renderOp
73
73
  -webkit-hyphens: auto;
74
74
  hyphens: auto
75
75
  }
76
- `,f`
76
+ `,d`
77
77
  .ft-safari-ellipsis-fix {
78
78
  margin-right: 0;
79
79
 
@@ -84,33 +84,33 @@ var ct,lt;let dt=class extends x{constructor(){super(...arguments),this.renderOp
84
84
  display: inline-block;
85
85
  width: 0;
86
86
  }
87
- `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(xt=null===(Nt=window.safari)||void 0===Nt?void 0:Nt.pushNotification)||void 0===xt||xt.toString()),Yt=Array.prototype.some?Array.prototype.some:function(t){var n,i=Object(this),e=i.length>>>0;for(n=0;n<e;n++)if(n in i&&t.call(this,i[n],n,i))return!0;return!1};var jt=Ot.momentProperties=[],Gt=!1;function Pt(t,n){var i,e,r,s=jt.length;if(Tt(n._isAMomentObject)||(t._isAMomentObject=n._isAMomentObject),Tt(n._i)||(t._i=n._i),Tt(n._f)||(t._f=n._f),Tt(n._l)||(t._l=n._l),Tt(n._strict)||(t._strict=n._strict),Tt(n._tzm)||(t._tzm=n._tzm),Tt(n._isUTC)||(t._isUTC=n._isUTC),Tt(n._offset)||(t._offset=n._offset),Tt(n._pf)||(t._pf=$t(n)),Tt(n._locale)||(t._locale=n._locale),s>0)for(i=0;i<s;i++)Tt(r=n[e=jt[i]])||(t[e]=r);return t}function It(t){Pt(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===Gt&&(Gt=!0,Ot.updateOffset(this),Gt=!1)}function Zt(t){return t instanceof It||null!=t&&null!=t._isAMomentObject}function Bt(t){!1===Ot.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function zt(t,n){var i=!0;return Ft((function(){if(null!=Ot.deprecationHandler&&Ot.deprecationHandler(null,t),i){var e,r,s,o=[],u=arguments.length;for(r=0;r<u;r++){if(e="","object"==typeof arguments[r]){for(s in e+="\n["+r+"] ",arguments[0])Rt(arguments[0],s)&&(e+=s+": "+arguments[0][s]+", ");e=e.slice(0,-2)}else e=arguments[r];o.push(e)}Bt(t+"\nArguments: "+Array.prototype.slice.call(o).join("")+"\n"+(new Error).stack),i=!1}return n.apply(this,arguments)}),n)}var Kt,Jt={};function qt(t,n){null!=Ot.deprecationHandler&&Ot.deprecationHandler(t,n),Jt[t]||(Bt(n),Jt[t]=!0)}function Vt(t){return"undefined"!=typeof Function&&t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function Qt(t,n){var i,e=Ft({},t);for(i in n)Rt(n,i)&&(Et(t[i])&&Et(n[i])?(e[i]={},Ft(e[i],t[i]),Ft(e[i],n[i])):null!=n[i]?e[i]=n[i]:delete e[i]);for(i in t)Rt(t,i)&&!Rt(n,i)&&Et(t[i])&&(e[i]=Ft({},e[i]));return e}function Xt(t){null!=t&&this.set(t)}Ot.suppressDeprecationWarnings=!1,Ot.deprecationHandler=null,Kt=Object.keys?Object.keys:function(t){var n,i=[];for(n in t)Rt(t,n)&&i.push(n);return i};function tn(t,n,i){var e=""+Math.abs(t),r=n-e.length;return(t>=0?i?"+":"":"-")+Math.pow(10,Math.max(0,r)).toString().substr(1)+e}var nn=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,en=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,rn={},sn={};function on(t,n,i,e){var r=e;"string"==typeof e&&(r=function(){return this[e]()}),t&&(sn[t]=r),n&&(sn[n[0]]=function(){return tn(r.apply(this,arguments),n[1],n[2])}),i&&(sn[i]=function(){return this.localeData().ordinal(r.apply(this,arguments),t)})}function un(t,n){return t.isValid()?(n=an(n,t.localeData()),rn[n]=rn[n]||function(t){var n,i,e,r=t.match(nn);for(n=0,i=r.length;n<i;n++)sn[r[n]]?r[n]=sn[r[n]]:r[n]=(e=r[n]).match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"");return function(n){var e,s="";for(e=0;e<i;e++)s+=Vt(r[e])?r[e].call(n,t):r[e];return s}}(n),rn[n](t)):t.localeData().invalidDate()}function an(t,n){var i=5;function e(t){return n.longDateFormat(t)||t}for(en.lastIndex=0;i>=0&&en.test(t);)t=t.replace(en,e),en.lastIndex=0,i-=1;return t}var hn={};function cn(t,n){var i=t.toLowerCase();hn[i]=hn[i+"s"]=hn[n]=t}function ln(t){return"string"==typeof t?hn[t]||hn[t.toLowerCase()]:void 0}function dn(t){var n,i,e={};for(i in t)Rt(t,i)&&(n=ln(i))&&(e[n]=t[i]);return e}var fn={};function mn(t,n){fn[t]=n}function vn(t){return t%4==0&&t%100!=0||t%400==0}function pn(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function yn(t){var n=+t,i=0;return 0!==n&&isFinite(n)&&(i=pn(n)),i}function gn(t,n){return function(i){return null!=i?(bn(this,t,i),Ot.updateOffset(this,n),this):wn(this,t)}}function wn(t,n){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+n]():NaN}function bn(t,n,i){t.isValid()&&!isNaN(i)&&("FullYear"===n&&vn(t.year())&&1===t.month()&&29===t.date()?(i=yn(i),t._d["set"+(t._isUTC?"UTC":"")+n](i,t.month(),ni(i,t.month()))):t._d["set"+(t._isUTC?"UTC":"")+n](i))}var Mn,Sn=/\d/,Nn=/\d\d/,xn=/\d{3}/,Dn=/\d{4}/,Yn=/[+-]?\d{6}/,On=/\d\d?/,kn=/\d\d\d\d?/,En=/\d\d\d\d\d\d?/,Rn=/\d{1,3}/,Cn=/\d{1,4}/,Tn=/[+-]?\d{1,6}/,_n=/\d+/,Hn=/[+-]?\d+/,An=/Z|[+-]\d\d:?\d\d/gi,Fn=/Z|[+-]\d\d(?::?\d\d)?/gi,Un=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function $n(t,n,i){Mn[t]=Vt(n)?n:function(t,e){return t&&i?i:n}}function Wn(t,n){return Rt(Mn,t)?Mn[t](n._strict,n._locale):new RegExp(function(t){return Ln(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,n,i,e,r){return n||i||e||r})))}(t))}function Ln(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}Mn={};var jn={};function Gn(t,n){var i,e,r=n;for("string"==typeof t&&(t=[t]),_t(n)&&(r=function(t,i){i[n]=yn(t)}),e=t.length,i=0;i<e;i++)jn[t[i]]=r}function Pn(t,n){Gn(t,(function(t,i,e,r){e._w=e._w||{},n(t,e._w,e,r)}))}function In(t,n,i){null!=n&&Rt(jn,t)&&jn[t](n,i._a,i,t)}var Zn,Bn=0,zn=1,Kn=2,Jn=3,qn=4,Vn=5,Qn=6,Xn=7,ti=8;function ni(t,n){if(isNaN(t)||isNaN(n))return NaN;var i=function(t,n){return(t%n+n)%n}(n,12);return t+=(n-i)/12,1===i?vn(t)?29:28:31-i%7%2}Zn=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var n;for(n=0;n<this.length;++n)if(this[n]===t)return n;return-1},on("M",["MM",2],"Mo",(function(){return this.month()+1})),on("MMM",0,0,(function(t){return this.localeData().monthsShort(this,t)})),on("MMMM",0,0,(function(t){return this.localeData().months(this,t)})),cn("month","M"),mn("month",8),$n("M",On),$n("MM",On,Nn),$n("MMM",(function(t,n){return n.monthsShortRegex(t)})),$n("MMMM",(function(t,n){return n.monthsRegex(t)})),Gn(["M","MM"],(function(t,n){n[zn]=yn(t)-1})),Gn(["MMM","MMMM"],(function(t,n,i,e){var r=i._locale.monthsParse(t,e,i._strict);null!=r?n[zn]=r:$t(i).invalidMonth=t}));var ii="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ei="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),ri=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,si=Un,oi=Un;function ui(t,n,i){var e,r,s,o=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],e=0;e<12;++e)s=Ut([2e3,e]),this._shortMonthsParse[e]=this.monthsShort(s,"").toLocaleLowerCase(),this._longMonthsParse[e]=this.months(s,"").toLocaleLowerCase();return i?"MMM"===n?-1!==(r=Zn.call(this._shortMonthsParse,o))?r:null:-1!==(r=Zn.call(this._longMonthsParse,o))?r:null:"MMM"===n?-1!==(r=Zn.call(this._shortMonthsParse,o))||-1!==(r=Zn.call(this._longMonthsParse,o))?r:null:-1!==(r=Zn.call(this._longMonthsParse,o))||-1!==(r=Zn.call(this._shortMonthsParse,o))?r:null}function ai(t,n){var i;if(!t.isValid())return t;if("string"==typeof n)if(/^\d+$/.test(n))n=yn(n);else if(!_t(n=t.localeData().monthsParse(n)))return t;return i=Math.min(t.date(),ni(t.year(),n)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](n,i),t}function hi(t){return null!=t?(ai(this,t),Ot.updateOffset(this,!0),this):wn(this,"Month")}function ci(){function t(t,n){return n.length-t.length}var n,i,e=[],r=[],s=[];for(n=0;n<12;n++)i=Ut([2e3,n]),e.push(this.monthsShort(i,"")),r.push(this.months(i,"")),s.push(this.months(i,"")),s.push(this.monthsShort(i,""));for(e.sort(t),r.sort(t),s.sort(t),n=0;n<12;n++)e[n]=Ln(e[n]),r[n]=Ln(r[n]);for(n=0;n<24;n++)s[n]=Ln(s[n]);this._monthsRegex=new RegExp("^("+s.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+e.join("|")+")","i")}function li(t){return vn(t)?366:365}on("Y",0,0,(function(){var t=this.year();return t<=9999?tn(t,4):"+"+t})),on(0,["YY",2],0,(function(){return this.year()%100})),on(0,["YYYY",4],0,"year"),on(0,["YYYYY",5],0,"year"),on(0,["YYYYYY",6,!0],0,"year"),cn("year","y"),mn("year",1),$n("Y",Hn),$n("YY",On,Nn),$n("YYYY",Cn,Dn),$n("YYYYY",Tn,Yn),$n("YYYYYY",Tn,Yn),Gn(["YYYYY","YYYYYY"],Bn),Gn("YYYY",(function(t,n){n[Bn]=2===t.length?Ot.parseTwoDigitYear(t):yn(t)})),Gn("YY",(function(t,n){n[Bn]=Ot.parseTwoDigitYear(t)})),Gn("Y",(function(t,n){n[Bn]=parseInt(t,10)})),Ot.parseTwoDigitYear=function(t){return yn(t)+(yn(t)>68?1900:2e3)};var di=gn("FullYear",!0);function fi(t,n,i,e,r,s,o){var u;return t<100&&t>=0?(u=new Date(t+400,n,i,e,r,s,o),isFinite(u.getFullYear())&&u.setFullYear(t)):u=new Date(t,n,i,e,r,s,o),u}function mi(t){var n,i;return t<100&&t>=0?((i=Array.prototype.slice.call(arguments))[0]=t+400,n=new Date(Date.UTC.apply(null,i)),isFinite(n.getUTCFullYear())&&n.setUTCFullYear(t)):n=new Date(Date.UTC.apply(null,arguments)),n}function vi(t,n,i){var e=7+n-i;return-((7+mi(t,0,e).getUTCDay()-n)%7)+e-1}function pi(t,n,i,e,r){var s,o,u=1+7*(n-1)+(7+i-e)%7+vi(t,e,r);return u<=0?o=li(s=t-1)+u:u>li(t)?(s=t+1,o=u-li(t)):(s=t,o=u),{year:s,dayOfYear:o}}function yi(t,n,i){var e,r,s=vi(t.year(),n,i),o=Math.floor((t.dayOfYear()-s-1)/7)+1;return o<1?e=o+gi(r=t.year()-1,n,i):o>gi(t.year(),n,i)?(e=o-gi(t.year(),n,i),r=t.year()+1):(r=t.year(),e=o),{week:e,year:r}}function gi(t,n,i){var e=vi(t,n,i),r=vi(t+1,n,i);return(li(t)-e+r)/7}on("w",["ww",2],"wo","week"),on("W",["WW",2],"Wo","isoWeek"),cn("week","w"),cn("isoWeek","W"),mn("week",5),mn("isoWeek",5),$n("w",On),$n("ww",On,Nn),$n("W",On),$n("WW",On,Nn),Pn(["w","ww","W","WW"],(function(t,n,i,e){n[e.substr(0,1)]=yn(t)}));function wi(t,n){return t.slice(n,7).concat(t.slice(0,n))}on("d",0,"do","day"),on("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),on("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),on("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),on("e",0,0,"weekday"),on("E",0,0,"isoWeekday"),cn("day","d"),cn("weekday","e"),cn("isoWeekday","E"),mn("day",11),mn("weekday",11),mn("isoWeekday",11),$n("d",On),$n("e",On),$n("E",On),$n("dd",(function(t,n){return n.weekdaysMinRegex(t)})),$n("ddd",(function(t,n){return n.weekdaysShortRegex(t)})),$n("dddd",(function(t,n){return n.weekdaysRegex(t)})),Pn(["dd","ddd","dddd"],(function(t,n,i,e){var r=i._locale.weekdaysParse(t,e,i._strict);null!=r?n.d=r:$t(i).invalidWeekday=t})),Pn(["d","e","E"],(function(t,n,i,e){n[e]=yn(t)}));var bi="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Mi="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Si="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ni=Un,xi=Un,Di=Un;function Yi(t,n,i){var e,r,s,o=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],e=0;e<7;++e)s=Ut([2e3,1]).day(e),this._minWeekdaysParse[e]=this.weekdaysMin(s,"").toLocaleLowerCase(),this._shortWeekdaysParse[e]=this.weekdaysShort(s,"").toLocaleLowerCase(),this._weekdaysParse[e]=this.weekdays(s,"").toLocaleLowerCase();return i?"dddd"===n?-1!==(r=Zn.call(this._weekdaysParse,o))?r:null:"ddd"===n?-1!==(r=Zn.call(this._shortWeekdaysParse,o))?r:null:-1!==(r=Zn.call(this._minWeekdaysParse,o))?r:null:"dddd"===n?-1!==(r=Zn.call(this._weekdaysParse,o))||-1!==(r=Zn.call(this._shortWeekdaysParse,o))||-1!==(r=Zn.call(this._minWeekdaysParse,o))?r:null:"ddd"===n?-1!==(r=Zn.call(this._shortWeekdaysParse,o))||-1!==(r=Zn.call(this._weekdaysParse,o))||-1!==(r=Zn.call(this._minWeekdaysParse,o))?r:null:-1!==(r=Zn.call(this._minWeekdaysParse,o))||-1!==(r=Zn.call(this._weekdaysParse,o))||-1!==(r=Zn.call(this._shortWeekdaysParse,o))?r:null}function Oi(){function t(t,n){return n.length-t.length}var n,i,e,r,s,o=[],u=[],a=[],h=[];for(n=0;n<7;n++)i=Ut([2e3,1]).day(n),e=Ln(this.weekdaysMin(i,"")),r=Ln(this.weekdaysShort(i,"")),s=Ln(this.weekdays(i,"")),o.push(e),u.push(r),a.push(s),h.push(e),h.push(r),h.push(s);o.sort(t),u.sort(t),a.sort(t),h.sort(t),this._weekdaysRegex=new RegExp("^("+h.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+a.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+o.join("|")+")","i")}function ki(){return this.hours()%12||12}function Ei(t,n){on(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),n)}))}function Ri(t,n){return n._meridiemParse}on("H",["HH",2],0,"hour"),on("h",["hh",2],0,ki),on("k",["kk",2],0,(function(){return this.hours()||24})),on("hmm",0,0,(function(){return""+ki.apply(this)+tn(this.minutes(),2)})),on("hmmss",0,0,(function(){return""+ki.apply(this)+tn(this.minutes(),2)+tn(this.seconds(),2)})),on("Hmm",0,0,(function(){return""+this.hours()+tn(this.minutes(),2)})),on("Hmmss",0,0,(function(){return""+this.hours()+tn(this.minutes(),2)+tn(this.seconds(),2)})),Ei("a",!0),Ei("A",!1),cn("hour","h"),mn("hour",13),$n("a",Ri),$n("A",Ri),$n("H",On),$n("h",On),$n("k",On),$n("HH",On,Nn),$n("hh",On,Nn),$n("kk",On,Nn),$n("hmm",kn),$n("hmmss",En),$n("Hmm",kn),$n("Hmmss",En),Gn(["H","HH"],Jn),Gn(["k","kk"],(function(t,n,i){var e=yn(t);n[Jn]=24===e?0:e})),Gn(["a","A"],(function(t,n,i){i._isPm=i._locale.isPM(t),i._meridiem=t})),Gn(["h","hh"],(function(t,n,i){n[Jn]=yn(t),$t(i).bigHour=!0})),Gn("hmm",(function(t,n,i){var e=t.length-2;n[Jn]=yn(t.substr(0,e)),n[qn]=yn(t.substr(e)),$t(i).bigHour=!0})),Gn("hmmss",(function(t,n,i){var e=t.length-4,r=t.length-2;n[Jn]=yn(t.substr(0,e)),n[qn]=yn(t.substr(e,2)),n[Vn]=yn(t.substr(r)),$t(i).bigHour=!0})),Gn("Hmm",(function(t,n,i){var e=t.length-2;n[Jn]=yn(t.substr(0,e)),n[qn]=yn(t.substr(e))})),Gn("Hmmss",(function(t,n,i){var e=t.length-4,r=t.length-2;n[Jn]=yn(t.substr(0,e)),n[qn]=yn(t.substr(e,2)),n[Vn]=yn(t.substr(r))}));var Ci=gn("Hours",!0);var Ti,_i={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:ii,monthsShort:ei,week:{dow:0,doy:6},weekdays:bi,weekdaysMin:Si,weekdaysShort:Mi,meridiemParse:/[ap]\.?m?\.?/i},Hi={},Ai={};function Fi(t,n){var i,e=Math.min(t.length,n.length);for(i=0;i<e;i+=1)if(t[i]!==n[i])return i;return e}function Ui(t){return t?t.toLowerCase().replace("_","-"):t}function $i(t){var n=null;if(void 0===Hi[t]&&"undefined"!=typeof module&&module&&module.exports&&function(t){return null!=t.match("^[^/\\\\]*$")}(t))try{n=Ti._abbr,require("./locale/"+t),Wi(n)}catch(n){Hi[t]=null}return Hi[t]}function Wi(t,n){var i;return t&&((i=Tt(n)?ji(t):Li(t,n))?Ti=i:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),Ti._abbr}function Li(t,n){if(null!==n){var i,e=_i;if(n.abbr=t,null!=Hi[t])qt("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),e=Hi[t]._config;else if(null!=n.parentLocale)if(null!=Hi[n.parentLocale])e=Hi[n.parentLocale]._config;else{if(null==(i=$i(n.parentLocale)))return Ai[n.parentLocale]||(Ai[n.parentLocale]=[]),Ai[n.parentLocale].push({name:t,config:n}),null;e=i._config}return Hi[t]=new Xt(Qt(e,n)),Ai[t]&&Ai[t].forEach((function(t){Li(t.name,t.config)})),Wi(t),Hi[t]}return delete Hi[t],null}function ji(t){var n;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Ti;if(!kt(t)){if(n=$i(t))return n;t=[t]}return function(t){for(var n,i,e,r,s=0;s<t.length;){for(n=(r=Ui(t[s]).split("-")).length,i=(i=Ui(t[s+1]))?i.split("-"):null;n>0;){if(e=$i(r.slice(0,n).join("-")))return e;if(i&&i.length>=n&&Fi(r,i)>=n-1)break;n--}s++}return Ti}(t)}function Gi(t){var n,i=t._a;return i&&-2===$t(t).overflow&&(n=i[zn]<0||i[zn]>11?zn:i[Kn]<1||i[Kn]>ni(i[Bn],i[zn])?Kn:i[Jn]<0||i[Jn]>24||24===i[Jn]&&(0!==i[qn]||0!==i[Vn]||0!==i[Qn])?Jn:i[qn]<0||i[qn]>59?qn:i[Vn]<0||i[Vn]>59?Vn:i[Qn]<0||i[Qn]>999?Qn:-1,$t(t)._overflowDayOfYear&&(n<Bn||n>Kn)&&(n=Kn),$t(t)._overflowWeeks&&-1===n&&(n=Xn),$t(t)._overflowWeekday&&-1===n&&(n=ti),$t(t).overflow=n),t}var Pi=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Ii=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Zi=/Z|[+-]\d\d(?::?\d\d)?/,Bi=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],zi=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Ki=/^\/?Date\((-?\d+)/i,Ji=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,qi={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Vi(t){var n,i,e,r,s,o,u=t._i,a=Pi.exec(u)||Ii.exec(u),h=Bi.length,c=zi.length;if(a){for($t(t).iso=!0,n=0,i=h;n<i;n++)if(Bi[n][1].exec(a[1])){r=Bi[n][0],e=!1!==Bi[n][2];break}if(null==r)return void(t._isValid=!1);if(a[3]){for(n=0,i=c;n<i;n++)if(zi[n][1].exec(a[3])){s=(a[2]||" ")+zi[n][0];break}if(null==s)return void(t._isValid=!1)}if(!e&&null!=s)return void(t._isValid=!1);if(a[4]){if(!Zi.exec(a[4]))return void(t._isValid=!1);o="Z"}t._f=r+(s||"")+(o||""),ie(t)}else t._isValid=!1}function Qi(t){var n=parseInt(t,10);return n<=49?2e3+n:n<=999?1900+n:n}function Xi(t){var n,i,e,r,s,o,u,a,h=Ji.exec(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}(t._i));if(h){if(i=h[4],e=h[3],r=h[2],s=h[5],o=h[6],u=h[7],a=[Qi(i),ei.indexOf(e),parseInt(r,10),parseInt(s,10),parseInt(o,10)],u&&a.push(parseInt(u,10)),n=a,!function(t,n,i){return!t||Mi.indexOf(t)===new Date(n[0],n[1],n[2]).getDay()||($t(i).weekdayMismatch=!0,i._isValid=!1,!1)}(h[1],n,t))return;t._a=n,t._tzm=function(t,n,i){if(t)return qi[t];if(n)return 0;var e=parseInt(i,10),r=e%100;return(e-r)/100*60+r}(h[8],h[9],h[10]),t._d=mi.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),$t(t).rfc2822=!0}else t._isValid=!1}function te(t,n,i){return null!=t?t:null!=n?n:i}function ne(t){var n,i,e,r,s,o=[];if(!t._d){for(e=function(t){var n=new Date(Ot.now());return t._useUTC?[n.getUTCFullYear(),n.getUTCMonth(),n.getUTCDate()]:[n.getFullYear(),n.getMonth(),n.getDate()]}(t),t._w&&null==t._a[Kn]&&null==t._a[zn]&&function(t){var n,i,e,r,s,o,u,a,h;n=t._w,null!=n.GG||null!=n.W||null!=n.E?(s=1,o=4,i=te(n.GG,t._a[Bn],yi(se(),1,4).year),e=te(n.W,1),((r=te(n.E,1))<1||r>7)&&(a=!0)):(s=t._locale._week.dow,o=t._locale._week.doy,h=yi(se(),s,o),i=te(n.gg,t._a[Bn],h.year),e=te(n.w,h.week),null!=n.d?((r=n.d)<0||r>6)&&(a=!0):null!=n.e?(r=n.e+s,(n.e<0||n.e>6)&&(a=!0)):r=s);e<1||e>gi(i,s,o)?$t(t)._overflowWeeks=!0:null!=a?$t(t)._overflowWeekday=!0:(u=pi(i,e,r,s,o),t._a[Bn]=u.year,t._dayOfYear=u.dayOfYear)}(t),null!=t._dayOfYear&&(s=te(t._a[Bn],e[Bn]),(t._dayOfYear>li(s)||0===t._dayOfYear)&&($t(t)._overflowDayOfYear=!0),i=mi(s,0,t._dayOfYear),t._a[zn]=i.getUTCMonth(),t._a[Kn]=i.getUTCDate()),n=0;n<3&&null==t._a[n];++n)t._a[n]=o[n]=e[n];for(;n<7;n++)t._a[n]=o[n]=null==t._a[n]?2===n?1:0:t._a[n];24===t._a[Jn]&&0===t._a[qn]&&0===t._a[Vn]&&0===t._a[Qn]&&(t._nextDay=!0,t._a[Jn]=0),t._d=(t._useUTC?mi:fi).apply(null,o),r=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[Jn]=24),t._w&&void 0!==t._w.d&&t._w.d!==r&&($t(t).weekdayMismatch=!0)}}function ie(t){if(t._f!==Ot.ISO_8601)if(t._f!==Ot.RFC_2822){t._a=[],$t(t).empty=!0;var n,i,e,r,s,o,u,a=""+t._i,h=a.length,c=0;for(u=(e=an(t._f,t._locale).match(nn)||[]).length,n=0;n<u;n++)r=e[n],(i=(a.match(Wn(r,t))||[])[0])&&((s=a.substr(0,a.indexOf(i))).length>0&&$t(t).unusedInput.push(s),a=a.slice(a.indexOf(i)+i.length),c+=i.length),sn[r]?(i?$t(t).empty=!1:$t(t).unusedTokens.push(r),In(r,i,t)):t._strict&&!i&&$t(t).unusedTokens.push(r);$t(t).charsLeftOver=h-c,a.length>0&&$t(t).unusedInput.push(a),t._a[Jn]<=12&&!0===$t(t).bigHour&&t._a[Jn]>0&&($t(t).bigHour=void 0),$t(t).parsedDateParts=t._a.slice(0),$t(t).meridiem=t._meridiem,t._a[Jn]=function(t,n,i){var e;if(null==i)return n;return null!=t.meridiemHour?t.meridiemHour(n,i):null!=t.isPM?((e=t.isPM(i))&&n<12&&(n+=12),e||12!==n||(n=0),n):n}(t._locale,t._a[Jn],t._meridiem),null!==(o=$t(t).era)&&(t._a[Bn]=t._locale.erasConvertYear(o,t._a[Bn])),ne(t),Gi(t)}else Xi(t);else Vi(t)}function ee(t){var n=t._i,i=t._f;return t._locale=t._locale||ji(t._l),null===n||void 0===i&&""===n?Lt({nullInput:!0}):("string"==typeof n&&(t._i=n=t._locale.preparse(n)),Zt(n)?new It(Gi(n)):(Ht(n)?t._d=n:kt(i)?function(t){var n,i,e,r,s,o,u=!1,a=t._f.length;if(0===a)return $t(t).invalidFormat=!0,void(t._d=new Date(NaN));for(r=0;r<a;r++)s=0,o=!1,n=Pt({},t),null!=t._useUTC&&(n._useUTC=t._useUTC),n._f=t._f[r],ie(n),Wt(n)&&(o=!0),s+=$t(n).charsLeftOver,s+=10*$t(n).unusedTokens.length,$t(n).score=s,u?s<e&&(e=s,i=n):(null==e||s<e||o)&&(e=s,i=n,o&&(u=!0));Ft(t,i||n)}(t):i?ie(t):function(t){var n=t._i;Tt(n)?t._d=new Date(Ot.now()):Ht(n)?t._d=new Date(n.valueOf()):"string"==typeof n?function(t){var n=Ki.exec(t._i);null===n?(Vi(t),!1===t._isValid&&(delete t._isValid,Xi(t),!1===t._isValid&&(delete t._isValid,t._strict?t._isValid=!1:Ot.createFromInputFallback(t)))):t._d=new Date(+n[1])}(t):kt(n)?(t._a=At(n.slice(0),(function(t){return parseInt(t,10)})),ne(t)):Et(n)?function(t){if(!t._d){var n=dn(t._i),i=void 0===n.day?n.date:n.day;t._a=At([n.year,n.month,i,n.hour,n.minute,n.second,n.millisecond],(function(t){return t&&parseInt(t,10)})),ne(t)}}(t):_t(n)?t._d=new Date(n):Ot.createFromInputFallback(t)}(t),Wt(t)||(t._d=null),t))}function re(t,n,i,e,r){var s,o={};return!0!==n&&!1!==n||(e=n,n=void 0),!0!==i&&!1!==i||(e=i,i=void 0),(Et(t)&&Ct(t)||kt(t)&&0===t.length)&&(t=void 0),o._isAMomentObject=!0,o._useUTC=o._isUTC=r,o._l=i,o._i=t,o._f=n,o._strict=e,(s=new It(Gi(ee(o))))._nextDay&&(s.add(1,"d"),s._nextDay=void 0),s}function se(t,n,i,e){return re(t,n,i,e,!1)}Ot.createFromInputFallback=zt("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))})),Ot.ISO_8601=function(){},Ot.RFC_2822=function(){};var oe=zt("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=se.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:Lt()})),ue=zt("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=se.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:Lt()}));function ae(t,n){var i,e;if(1===n.length&&kt(n[0])&&(n=n[0]),!n.length)return se();for(i=n[0],e=1;e<n.length;++e)n[e].isValid()&&!n[e][t](i)||(i=n[e]);return i}var he=["year","quarter","month","week","day","hour","minute","second","millisecond"];function ce(t){var n=dn(t),i=n.year||0,e=n.quarter||0,r=n.month||0,s=n.week||n.isoWeek||0,o=n.day||0,u=n.hour||0,a=n.minute||0,h=n.second||0,c=n.millisecond||0;this._isValid=function(t){var n,i,e=!1,r=he.length;for(n in t)if(Rt(t,n)&&(-1===Zn.call(he,n)||null!=t[n]&&isNaN(t[n])))return!1;for(i=0;i<r;++i)if(t[he[i]]){if(e)return!1;parseFloat(t[he[i]])!==yn(t[he[i]])&&(e=!0)}return!0}(n),this._milliseconds=+c+1e3*h+6e4*a+1e3*u*60*60,this._days=+o+7*s,this._months=+r+3*e+12*i,this._data={},this._locale=ji(),this._bubble()}function le(t){return t instanceof ce}function de(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function fe(t,n){on(t,0,0,(function(){var t=this.utcOffset(),i="+";return t<0&&(t=-t,i="-"),i+tn(~~(t/60),2)+n+tn(~~t%60,2)}))}fe("Z",":"),fe("ZZ",""),$n("Z",Fn),$n("ZZ",Fn),Gn(["Z","ZZ"],(function(t,n,i){i._useUTC=!0,i._tzm=ve(Fn,t)}));var me=/([\+\-]|\d\d)/gi;function ve(t,n){var i,e,r=(n||"").match(t);return null===r?null:0===(e=60*(i=((r[r.length-1]||[])+"").match(me)||["-",0,0])[1]+yn(i[2]))?0:"+"===i[0]?e:-e}function pe(t,n){var i,e;return n._isUTC?(i=n.clone(),e=(Zt(t)||Ht(t)?t.valueOf():se(t).valueOf())-i.valueOf(),i._d.setTime(i._d.valueOf()+e),Ot.updateOffset(i,!1),i):se(t).local()}function ye(t){return-Math.round(t._d.getTimezoneOffset())}function ge(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}Ot.updateOffset=function(){};var we=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,be=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Me(t,n){var i,e,r,s=t,o=null;return le(t)?s={ms:t._milliseconds,d:t._days,M:t._months}:_t(t)||!isNaN(+t)?(s={},n?s[n]=+t:s.milliseconds=+t):(o=we.exec(t))?(i="-"===o[1]?-1:1,s={y:0,d:yn(o[Kn])*i,h:yn(o[Jn])*i,m:yn(o[qn])*i,s:yn(o[Vn])*i,ms:yn(de(1e3*o[Qn]))*i}):(o=be.exec(t))?(i="-"===o[1]?-1:1,s={y:Se(o[2],i),M:Se(o[3],i),w:Se(o[4],i),d:Se(o[5],i),h:Se(o[6],i),m:Se(o[7],i),s:Se(o[8],i)}):null==s?s={}:"object"==typeof s&&("from"in s||"to"in s)&&(r=function(t,n){var i;if(!t.isValid()||!n.isValid())return{milliseconds:0,months:0};n=pe(n,t),t.isBefore(n)?i=Ne(t,n):((i=Ne(n,t)).milliseconds=-i.milliseconds,i.months=-i.months);return i}(se(s.from),se(s.to)),(s={}).ms=r.milliseconds,s.M=r.months),e=new ce(s),le(t)&&Rt(t,"_locale")&&(e._locale=t._locale),le(t)&&Rt(t,"_isValid")&&(e._isValid=t._isValid),e}function Se(t,n){var i=t&&parseFloat(t.replace(",","."));return(isNaN(i)?0:i)*n}function Ne(t,n){var i={};return i.months=n.month()-t.month()+12*(n.year()-t.year()),t.clone().add(i.months,"M").isAfter(n)&&--i.months,i.milliseconds=+n-+t.clone().add(i.months,"M"),i}function xe(t,n){return function(i,e){var r;return null===e||isNaN(+e)||(qt(n,"moment()."+n+"(period, number) is deprecated. Please use moment()."+n+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),r=i,i=e,e=r),De(this,Me(i,e),t),this}}function De(t,n,i,e){var r=n._milliseconds,s=de(n._days),o=de(n._months);t.isValid()&&(e=null==e||e,o&&ai(t,wn(t,"Month")+o*i),s&&bn(t,"Date",wn(t,"Date")+s*i),r&&t._d.setTime(t._d.valueOf()+r*i),e&&Ot.updateOffset(t,s||o))}Me.fn=ce.prototype,Me.invalid=function(){return Me(NaN)};var Ye=xe(1,"add"),Oe=xe(-1,"subtract");function ke(t){return"string"==typeof t||t instanceof String}function Ee(t){return Zt(t)||Ht(t)||ke(t)||_t(t)||function(t){var n=kt(t),i=!1;n&&(i=0===t.filter((function(n){return!_t(n)&&ke(t)})).length);return n&&i}(t)||function(t){var n,i,e=Et(t)&&!Ct(t),r=!1,s=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],o=s.length;for(n=0;n<o;n+=1)i=s[n],r=r||Rt(t,i);return e&&r}(t)||null==t}function Re(t,n){if(t.date()<n.date())return-Re(n,t);var i=12*(n.year()-t.year())+(n.month()-t.month()),e=t.clone().add(i,"months");return-(i+(n-e<0?(n-e)/(e-t.clone().add(i-1,"months")):(n-e)/(t.clone().add(i+1,"months")-e)))||0}function Ce(t){var n;return void 0===t?this._locale._abbr:(null!=(n=ji(t))&&(this._locale=n),this)}Ot.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",Ot.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Te=zt("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(t){return void 0===t?this.localeData():this.locale(t)}));function _e(){return this._locale}var He=1e3,Ae=6e4,Fe=36e5,Ue=126227808e5;function $e(t,n){return(t%n+n)%n}function We(t,n,i){return t<100&&t>=0?new Date(t+400,n,i)-Ue:new Date(t,n,i).valueOf()}function Le(t,n,i){return t<100&&t>=0?Date.UTC(t+400,n,i)-Ue:Date.UTC(t,n,i)}function je(t,n){return n.erasAbbrRegex(t)}function Ge(){var t,n,i=[],e=[],r=[],s=[],o=this.eras();for(t=0,n=o.length;t<n;++t)e.push(Ln(o[t].name)),i.push(Ln(o[t].abbr)),r.push(Ln(o[t].narrow)),s.push(Ln(o[t].name)),s.push(Ln(o[t].abbr)),s.push(Ln(o[t].narrow));this._erasRegex=new RegExp("^("+s.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+e.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+i.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+r.join("|")+")","i")}function Pe(t,n){on(0,[t,t.length],0,n)}function Ie(t,n,i,e,r){var s;return null==t?yi(this,e,r).year:(n>(s=gi(t,e,r))&&(n=s),Ze.call(this,t,n,i,e,r))}function Ze(t,n,i,e,r){var s=pi(t,n,i,e,r),o=mi(s.year,0,s.dayOfYear);return this.year(o.getUTCFullYear()),this.month(o.getUTCMonth()),this.date(o.getUTCDate()),this}on("N",0,0,"eraAbbr"),on("NN",0,0,"eraAbbr"),on("NNN",0,0,"eraAbbr"),on("NNNN",0,0,"eraName"),on("NNNNN",0,0,"eraNarrow"),on("y",["y",1],"yo","eraYear"),on("y",["yy",2],0,"eraYear"),on("y",["yyy",3],0,"eraYear"),on("y",["yyyy",4],0,"eraYear"),$n("N",je),$n("NN",je),$n("NNN",je),$n("NNNN",(function(t,n){return n.erasNameRegex(t)})),$n("NNNNN",(function(t,n){return n.erasNarrowRegex(t)})),Gn(["N","NN","NNN","NNNN","NNNNN"],(function(t,n,i,e){var r=i._locale.erasParse(t,e,i._strict);r?$t(i).era=r:$t(i).invalidEra=t})),$n("y",_n),$n("yy",_n),$n("yyy",_n),$n("yyyy",_n),$n("yo",(function(t,n){return n._eraYearOrdinalRegex||_n})),Gn(["y","yy","yyy","yyyy"],Bn),Gn(["yo"],(function(t,n,i,e){var r;i._locale._eraYearOrdinalRegex&&(r=t.match(i._locale._eraYearOrdinalRegex)),i._locale.eraYearOrdinalParse?n[Bn]=i._locale.eraYearOrdinalParse(t,r):n[Bn]=parseInt(t,10)})),on(0,["gg",2],0,(function(){return this.weekYear()%100})),on(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),Pe("gggg","weekYear"),Pe("ggggg","weekYear"),Pe("GGGG","isoWeekYear"),Pe("GGGGG","isoWeekYear"),cn("weekYear","gg"),cn("isoWeekYear","GG"),mn("weekYear",1),mn("isoWeekYear",1),$n("G",Hn),$n("g",Hn),$n("GG",On,Nn),$n("gg",On,Nn),$n("GGGG",Cn,Dn),$n("gggg",Cn,Dn),$n("GGGGG",Tn,Yn),$n("ggggg",Tn,Yn),Pn(["gggg","ggggg","GGGG","GGGGG"],(function(t,n,i,e){n[e.substr(0,2)]=yn(t)})),Pn(["gg","GG"],(function(t,n,i,e){n[e]=Ot.parseTwoDigitYear(t)})),on("Q",0,"Qo","quarter"),cn("quarter","Q"),mn("quarter",7),$n("Q",Sn),Gn("Q",(function(t,n){n[zn]=3*(yn(t)-1)})),on("D",["DD",2],"Do","date"),cn("date","D"),mn("date",9),$n("D",On),$n("DD",On,Nn),$n("Do",(function(t,n){return t?n._dayOfMonthOrdinalParse||n._ordinalParse:n._dayOfMonthOrdinalParseLenient})),Gn(["D","DD"],Kn),Gn("Do",(function(t,n){n[Kn]=yn(t.match(On)[0])}));var Be=gn("Date",!0);on("DDD",["DDDD",3],"DDDo","dayOfYear"),cn("dayOfYear","DDD"),mn("dayOfYear",4),$n("DDD",Rn),$n("DDDD",xn),Gn(["DDD","DDDD"],(function(t,n,i){i._dayOfYear=yn(t)})),on("m",["mm",2],0,"minute"),cn("minute","m"),mn("minute",14),$n("m",On),$n("mm",On,Nn),Gn(["m","mm"],qn);var ze=gn("Minutes",!1);on("s",["ss",2],0,"second"),cn("second","s"),mn("second",15),$n("s",On),$n("ss",On,Nn),Gn(["s","ss"],Vn);var Ke,Je,qe=gn("Seconds",!1);for(on("S",0,0,(function(){return~~(this.millisecond()/100)})),on(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),on(0,["SSS",3],0,"millisecond"),on(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),on(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),on(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),on(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),on(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),on(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),cn("millisecond","ms"),mn("millisecond",16),$n("S",Rn,Sn),$n("SS",Rn,Nn),$n("SSS",Rn,xn),Ke="SSSS";Ke.length<=9;Ke+="S")$n(Ke,_n);function Ve(t,n){n[Qn]=yn(1e3*("0."+t))}for(Ke="S";Ke.length<=9;Ke+="S")Gn(Ke,Ve);Je=gn("Milliseconds",!1),on("z",0,0,"zoneAbbr"),on("zz",0,0,"zoneName");var Qe=It.prototype;function Xe(t){return t}Qe.add=Ye,Qe.calendar=function(t,n){1===arguments.length&&(arguments[0]?Ee(arguments[0])?(t=arguments[0],n=void 0):function(t){var n,i=Et(t)&&!Ct(t),e=!1,r=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(n=0;n<r.length;n+=1)e=e||Rt(t,r[n]);return i&&e}(arguments[0])&&(n=arguments[0],t=void 0):(t=void 0,n=void 0));var i=t||se(),e=pe(i,this).startOf("day"),r=Ot.calendarFormat(this,e)||"sameElse",s=n&&(Vt(n[r])?n[r].call(this,i):n[r]);return this.format(s||this.localeData().calendar(r,this,se(i)))},Qe.clone=function(){return new It(this)},Qe.diff=function(t,n,i){var e,r,s;if(!this.isValid())return NaN;if(!(e=pe(t,this)).isValid())return NaN;switch(r=6e4*(e.utcOffset()-this.utcOffset()),n=ln(n)){case"year":s=Re(this,e)/12;break;case"month":s=Re(this,e);break;case"quarter":s=Re(this,e)/3;break;case"second":s=(this-e)/1e3;break;case"minute":s=(this-e)/6e4;break;case"hour":s=(this-e)/36e5;break;case"day":s=(this-e-r)/864e5;break;case"week":s=(this-e-r)/6048e5;break;default:s=this-e}return i?s:pn(s)},Qe.endOf=function(t){var n,i;if(void 0===(t=ln(t))||"millisecond"===t||!this.isValid())return this;switch(i=this._isUTC?Le:We,t){case"year":n=i(this.year()+1,0,1)-1;break;case"quarter":n=i(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":n=i(this.year(),this.month()+1,1)-1;break;case"week":n=i(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":n=i(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":n=i(this.year(),this.month(),this.date()+1)-1;break;case"hour":n=this._d.valueOf(),n+=Fe-$e(n+(this._isUTC?0:this.utcOffset()*Ae),Fe)-1;break;case"minute":n=this._d.valueOf(),n+=Ae-$e(n,Ae)-1;break;case"second":n=this._d.valueOf(),n+=He-$e(n,He)-1}return this._d.setTime(n),Ot.updateOffset(this,!0),this},Qe.format=function(t){t||(t=this.isUtc()?Ot.defaultFormatUtc:Ot.defaultFormat);var n=un(this,t);return this.localeData().postformat(n)},Qe.from=function(t,n){return this.isValid()&&(Zt(t)&&t.isValid()||se(t).isValid())?Me({to:this,from:t}).locale(this.locale()).humanize(!n):this.localeData().invalidDate()},Qe.fromNow=function(t){return this.from(se(),t)},Qe.to=function(t,n){return this.isValid()&&(Zt(t)&&t.isValid()||se(t).isValid())?Me({from:this,to:t}).locale(this.locale()).humanize(!n):this.localeData().invalidDate()},Qe.toNow=function(t){return this.to(se(),t)},Qe.get=function(t){return Vt(this[t=ln(t)])?this[t]():this},Qe.invalidAt=function(){return $t(this).overflow},Qe.isAfter=function(t,n){var i=Zt(t)?t:se(t);return!(!this.isValid()||!i.isValid())&&("millisecond"===(n=ln(n)||"millisecond")?this.valueOf()>i.valueOf():i.valueOf()<this.clone().startOf(n).valueOf())},Qe.isBefore=function(t,n){var i=Zt(t)?t:se(t);return!(!this.isValid()||!i.isValid())&&("millisecond"===(n=ln(n)||"millisecond")?this.valueOf()<i.valueOf():this.clone().endOf(n).valueOf()<i.valueOf())},Qe.isBetween=function(t,n,i,e){var r=Zt(t)?t:se(t),s=Zt(n)?n:se(n);return!!(this.isValid()&&r.isValid()&&s.isValid())&&(("("===(e=e||"()")[0]?this.isAfter(r,i):!this.isBefore(r,i))&&(")"===e[1]?this.isBefore(s,i):!this.isAfter(s,i)))},Qe.isSame=function(t,n){var i,e=Zt(t)?t:se(t);return!(!this.isValid()||!e.isValid())&&("millisecond"===(n=ln(n)||"millisecond")?this.valueOf()===e.valueOf():(i=e.valueOf(),this.clone().startOf(n).valueOf()<=i&&i<=this.clone().endOf(n).valueOf()))},Qe.isSameOrAfter=function(t,n){return this.isSame(t,n)||this.isAfter(t,n)},Qe.isSameOrBefore=function(t,n){return this.isSame(t,n)||this.isBefore(t,n)},Qe.isValid=function(){return Wt(this)},Qe.lang=Te,Qe.locale=Ce,Qe.localeData=_e,Qe.max=ue,Qe.min=oe,Qe.parsingFlags=function(){return Ft({},$t(this))},Qe.set=function(t,n){if("object"==typeof t){var i,e=function(t){var n,i=[];for(n in t)Rt(t,n)&&i.push({unit:n,priority:fn[n]});return i.sort((function(t,n){return t.priority-n.priority})),i}(t=dn(t)),r=e.length;for(i=0;i<r;i++)this[e[i].unit](t[e[i].unit])}else if(Vt(this[t=ln(t)]))return this[t](n);return this},Qe.startOf=function(t){var n,i;if(void 0===(t=ln(t))||"millisecond"===t||!this.isValid())return this;switch(i=this._isUTC?Le:We,t){case"year":n=i(this.year(),0,1);break;case"quarter":n=i(this.year(),this.month()-this.month()%3,1);break;case"month":n=i(this.year(),this.month(),1);break;case"week":n=i(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":n=i(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":n=i(this.year(),this.month(),this.date());break;case"hour":n=this._d.valueOf(),n-=$e(n+(this._isUTC?0:this.utcOffset()*Ae),Fe);break;case"minute":n=this._d.valueOf(),n-=$e(n,Ae);break;case"second":n=this._d.valueOf(),n-=$e(n,He)}return this._d.setTime(n),Ot.updateOffset(this,!0),this},Qe.subtract=Oe,Qe.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},Qe.toObject=function(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}},Qe.toDate=function(){return new Date(this.valueOf())},Qe.toISOString=function(t){if(!this.isValid())return null;var n=!0!==t,i=n?this.clone().utc():this;return i.year()<0||i.year()>9999?un(i,n?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):Vt(Date.prototype.toISOString)?n?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",un(i,"Z")):un(i,n?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},Qe.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t,n,i,e="moment",r="";return this.isLocal()||(e=0===this.utcOffset()?"moment.utc":"moment.parseZone",r="Z"),t="["+e+'("]',n=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY","-MM-DD[T]HH:mm:ss.SSS",i=r+'[")]',this.format(t+n+"-MM-DD[T]HH:mm:ss.SSS"+i)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(Qe[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),Qe.toJSON=function(){return this.isValid()?this.toISOString():null},Qe.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},Qe.unix=function(){return Math.floor(this.valueOf()/1e3)},Qe.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},Qe.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},Qe.eraName=function(){var t,n,i,e=this.localeData().eras();for(t=0,n=e.length;t<n;++t){if(i=this.clone().startOf("day").valueOf(),e[t].since<=i&&i<=e[t].until)return e[t].name;if(e[t].until<=i&&i<=e[t].since)return e[t].name}return""},Qe.eraNarrow=function(){var t,n,i,e=this.localeData().eras();for(t=0,n=e.length;t<n;++t){if(i=this.clone().startOf("day").valueOf(),e[t].since<=i&&i<=e[t].until)return e[t].narrow;if(e[t].until<=i&&i<=e[t].since)return e[t].narrow}return""},Qe.eraAbbr=function(){var t,n,i,e=this.localeData().eras();for(t=0,n=e.length;t<n;++t){if(i=this.clone().startOf("day").valueOf(),e[t].since<=i&&i<=e[t].until)return e[t].abbr;if(e[t].until<=i&&i<=e[t].since)return e[t].abbr}return""},Qe.eraYear=function(){var t,n,i,e,r=this.localeData().eras();for(t=0,n=r.length;t<n;++t)if(i=r[t].since<=r[t].until?1:-1,e=this.clone().startOf("day").valueOf(),r[t].since<=e&&e<=r[t].until||r[t].until<=e&&e<=r[t].since)return(this.year()-Ot(r[t].since).year())*i+r[t].offset;return this.year()},Qe.year=di,Qe.isLeapYear=function(){return vn(this.year())},Qe.weekYear=function(t){return Ie.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},Qe.isoWeekYear=function(t){return Ie.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},Qe.quarter=Qe.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},Qe.month=hi,Qe.daysInMonth=function(){return ni(this.year(),this.month())},Qe.week=Qe.weeks=function(t){var n=this.localeData().week(this);return null==t?n:this.add(7*(t-n),"d")},Qe.isoWeek=Qe.isoWeeks=function(t){var n=yi(this,1,4).week;return null==t?n:this.add(7*(t-n),"d")},Qe.weeksInYear=function(){var t=this.localeData()._week;return gi(this.year(),t.dow,t.doy)},Qe.weeksInWeekYear=function(){var t=this.localeData()._week;return gi(this.weekYear(),t.dow,t.doy)},Qe.isoWeeksInYear=function(){return gi(this.year(),1,4)},Qe.isoWeeksInISOWeekYear=function(){return gi(this.isoWeekYear(),1,4)},Qe.date=Be,Qe.day=Qe.days=function(t){if(!this.isValid())return null!=t?this:NaN;var n=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=function(t,n){return"string"!=typeof t?t:isNaN(t)?"number"==typeof(t=n.weekdaysParse(t))?t:null:parseInt(t,10)}(t,this.localeData()),this.add(t-n,"d")):n},Qe.weekday=function(t){if(!this.isValid())return null!=t?this:NaN;var n=(this.day()+7-this.localeData()._week.dow)%7;return null==t?n:this.add(t-n,"d")},Qe.isoWeekday=function(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var n=function(t,n){return"string"==typeof t?n.weekdaysParse(t)%7||7:isNaN(t)?null:t}(t,this.localeData());return this.day(this.day()%7?n:n-7)}return this.day()||7},Qe.dayOfYear=function(t){var n=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?n:this.add(t-n,"d")},Qe.hour=Qe.hours=Ci,Qe.minute=Qe.minutes=ze,Qe.second=Qe.seconds=qe,Qe.millisecond=Qe.milliseconds=Je,Qe.utcOffset=function(t,n,i){var e,r=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=ve(Fn,t)))return this}else Math.abs(t)<16&&!i&&(t*=60);return!this._isUTC&&n&&(e=ye(this)),this._offset=t,this._isUTC=!0,null!=e&&this.add(e,"m"),r!==t&&(!n||this._changeInProgress?De(this,Me(t-r,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,Ot.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?r:ye(this)},Qe.utc=function(t){return this.utcOffset(0,t)},Qe.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(ye(this),"m")),this},Qe.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=ve(An,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},Qe.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?se(t).utcOffset():0,(this.utcOffset()-t)%60==0)},Qe.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},Qe.isLocal=function(){return!!this.isValid()&&!this._isUTC},Qe.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},Qe.isUtc=ge,Qe.isUTC=ge,Qe.zoneAbbr=function(){return this._isUTC?"UTC":""},Qe.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},Qe.dates=zt("dates accessor is deprecated. Use date instead.",Be),Qe.months=zt("months accessor is deprecated. Use month instead",hi),Qe.years=zt("years accessor is deprecated. Use year instead",di),Qe.zone=zt("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(t,n){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,n),this):-this.utcOffset()})),Qe.isDSTShifted=zt("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!Tt(this._isDSTShifted))return this._isDSTShifted;var t,n={};return Pt(n,this),(n=ee(n))._a?(t=n._isUTC?Ut(n._a):se(n._a),this._isDSTShifted=this.isValid()&&function(t,n,i){var e,r=Math.min(t.length,n.length),s=Math.abs(t.length-n.length),o=0;for(e=0;e<r;e++)(i&&t[e]!==n[e]||!i&&yn(t[e])!==yn(n[e]))&&o++;return o+s}(n._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var tr=Xt.prototype;function nr(t,n,i,e){var r=ji(),s=Ut().set(e,n);return r[i](s,t)}function ir(t,n,i){if(_t(t)&&(n=t,t=void 0),t=t||"",null!=n)return nr(t,n,i,"month");var e,r=[];for(e=0;e<12;e++)r[e]=nr(t,e,i,"month");return r}function er(t,n,i,e){"boolean"==typeof t?(_t(n)&&(i=n,n=void 0),n=n||""):(i=n=t,t=!1,_t(n)&&(i=n,n=void 0),n=n||"");var r,s=ji(),o=t?s._week.dow:0,u=[];if(null!=i)return nr(n,(i+o)%7,e,"day");for(r=0;r<7;r++)u[r]=nr(n,(r+o)%7,e,"day");return u}tr.calendar=function(t,n,i){var e=this._calendar[t]||this._calendar.sameElse;return Vt(e)?e.call(n,i):e},tr.longDateFormat=function(t){var n=this._longDateFormat[t],i=this._longDateFormat[t.toUpperCase()];return n||!i?n:(this._longDateFormat[t]=i.match(nn).map((function(t){return"MMMM"===t||"MM"===t||"DD"===t||"dddd"===t?t.slice(1):t})).join(""),this._longDateFormat[t])},tr.invalidDate=function(){return this._invalidDate},tr.ordinal=function(t){return this._ordinal.replace("%d",t)},tr.preparse=Xe,tr.postformat=Xe,tr.relativeTime=function(t,n,i,e){var r=this._relativeTime[i];return Vt(r)?r(t,n,i,e):r.replace(/%d/i,t)},tr.pastFuture=function(t,n){var i=this._relativeTime[t>0?"future":"past"];return Vt(i)?i(n):i.replace(/%s/i,n)},tr.set=function(t){var n,i;for(i in t)Rt(t,i)&&(Vt(n=t[i])?this[i]=n:this["_"+i]=n);this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},tr.eras=function(t,n){var i,e,r,s=this._eras||ji("en")._eras;for(i=0,e=s.length;i<e;++i){if("string"==typeof s[i].since)r=Ot(s[i].since).startOf("day"),s[i].since=r.valueOf();switch(typeof s[i].until){case"undefined":s[i].until=1/0;break;case"string":r=Ot(s[i].until).startOf("day").valueOf(),s[i].until=r.valueOf()}}return s},tr.erasParse=function(t,n,i){var e,r,s,o,u,a=this.eras();for(t=t.toUpperCase(),e=0,r=a.length;e<r;++e)if(s=a[e].name.toUpperCase(),o=a[e].abbr.toUpperCase(),u=a[e].narrow.toUpperCase(),i)switch(n){case"N":case"NN":case"NNN":if(o===t)return a[e];break;case"NNNN":if(s===t)return a[e];break;case"NNNNN":if(u===t)return a[e]}else if([s,o,u].indexOf(t)>=0)return a[e]},tr.erasConvertYear=function(t,n){var i=t.since<=t.until?1:-1;return void 0===n?Ot(t.since).year():Ot(t.since).year()+(n-t.offset)*i},tr.erasAbbrRegex=function(t){return Rt(this,"_erasAbbrRegex")||Ge.call(this),t?this._erasAbbrRegex:this._erasRegex},tr.erasNameRegex=function(t){return Rt(this,"_erasNameRegex")||Ge.call(this),t?this._erasNameRegex:this._erasRegex},tr.erasNarrowRegex=function(t){return Rt(this,"_erasNarrowRegex")||Ge.call(this),t?this._erasNarrowRegex:this._erasRegex},tr.months=function(t,n){return t?kt(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||ri).test(n)?"format":"standalone"][t.month()]:kt(this._months)?this._months:this._months.standalone},tr.monthsShort=function(t,n){return t?kt(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[ri.test(n)?"format":"standalone"][t.month()]:kt(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},tr.monthsParse=function(t,n,i){var e,r,s;if(this._monthsParseExact)return ui.call(this,t,n,i);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),e=0;e<12;e++){if(r=Ut([2e3,e]),i&&!this._longMonthsParse[e]&&(this._longMonthsParse[e]=new RegExp("^"+this.months(r,"").replace(".","")+"$","i"),this._shortMonthsParse[e]=new RegExp("^"+this.monthsShort(r,"").replace(".","")+"$","i")),i||this._monthsParse[e]||(s="^"+this.months(r,"")+"|^"+this.monthsShort(r,""),this._monthsParse[e]=new RegExp(s.replace(".",""),"i")),i&&"MMMM"===n&&this._longMonthsParse[e].test(t))return e;if(i&&"MMM"===n&&this._shortMonthsParse[e].test(t))return e;if(!i&&this._monthsParse[e].test(t))return e}},tr.monthsRegex=function(t){return this._monthsParseExact?(Rt(this,"_monthsRegex")||ci.call(this),t?this._monthsStrictRegex:this._monthsRegex):(Rt(this,"_monthsRegex")||(this._monthsRegex=oi),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},tr.monthsShortRegex=function(t){return this._monthsParseExact?(Rt(this,"_monthsRegex")||ci.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(Rt(this,"_monthsShortRegex")||(this._monthsShortRegex=si),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},tr.week=function(t){return yi(t,this._week.dow,this._week.doy).week},tr.firstDayOfYear=function(){return this._week.doy},tr.firstDayOfWeek=function(){return this._week.dow},tr.weekdays=function(t,n){var i=kt(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(n)?"format":"standalone"];return!0===t?wi(i,this._week.dow):t?i[t.day()]:i},tr.weekdaysMin=function(t){return!0===t?wi(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin},tr.weekdaysShort=function(t){return!0===t?wi(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort},tr.weekdaysParse=function(t,n,i){var e,r,s;if(this._weekdaysParseExact)return Yi.call(this,t,n,i);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),e=0;e<7;e++){if(r=Ut([2e3,1]).day(e),i&&!this._fullWeekdaysParse[e]&&(this._fullWeekdaysParse[e]=new RegExp("^"+this.weekdays(r,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[e]=new RegExp("^"+this.weekdaysShort(r,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[e]=new RegExp("^"+this.weekdaysMin(r,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[e]||(s="^"+this.weekdays(r,"")+"|^"+this.weekdaysShort(r,"")+"|^"+this.weekdaysMin(r,""),this._weekdaysParse[e]=new RegExp(s.replace(".",""),"i")),i&&"dddd"===n&&this._fullWeekdaysParse[e].test(t))return e;if(i&&"ddd"===n&&this._shortWeekdaysParse[e].test(t))return e;if(i&&"dd"===n&&this._minWeekdaysParse[e].test(t))return e;if(!i&&this._weekdaysParse[e].test(t))return e}},tr.weekdaysRegex=function(t){return this._weekdaysParseExact?(Rt(this,"_weekdaysRegex")||Oi.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(Rt(this,"_weekdaysRegex")||(this._weekdaysRegex=Ni),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},tr.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(Rt(this,"_weekdaysRegex")||Oi.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(Rt(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=xi),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},tr.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(Rt(this,"_weekdaysRegex")||Oi.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(Rt(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Di),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},tr.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},tr.meridiem=function(t,n,i){return t>11?i?"pm":"PM":i?"am":"AM"},Wi("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var n=t%10;return t+(1===yn(t%100/10)?"th":1===n?"st":2===n?"nd":3===n?"rd":"th")}}),Ot.lang=zt("moment.lang is deprecated. Use moment.locale instead.",Wi),Ot.langData=zt("moment.langData is deprecated. Use moment.localeData instead.",ji);var rr=Math.abs;function sr(t,n,i,e){var r=Me(n,i);return t._milliseconds+=e*r._milliseconds,t._days+=e*r._days,t._months+=e*r._months,t._bubble()}function or(t){return t<0?Math.floor(t):Math.ceil(t)}function ur(t){return 4800*t/146097}function ar(t){return 146097*t/4800}function hr(t){return function(){return this.as(t)}}var cr=hr("ms"),lr=hr("s"),dr=hr("m"),fr=hr("h"),mr=hr("d"),vr=hr("w"),pr=hr("M"),yr=hr("Q"),gr=hr("y");function wr(t){return function(){return this.isValid()?this._data[t]:NaN}}var br=wr("milliseconds"),Mr=wr("seconds"),Sr=wr("minutes"),Nr=wr("hours"),xr=wr("days"),Dr=wr("months"),Yr=wr("years");var Or=Math.round,kr={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Er(t,n,i,e,r){return r.relativeTime(n||1,!!i,t,e)}var Rr=Math.abs;function Cr(t){return(t>0)-(t<0)||+t}function Tr(){if(!this.isValid())return this.localeData().invalidDate();var t,n,i,e,r,s,o,u,a=Rr(this._milliseconds)/1e3,h=Rr(this._days),c=Rr(this._months),l=this.asSeconds();return l?(t=pn(a/60),n=pn(t/60),a%=60,t%=60,i=pn(c/12),c%=12,e=a?a.toFixed(3).replace(/\.?0+$/,""):"",r=l<0?"-":"",s=Cr(this._months)!==Cr(l)?"-":"",o=Cr(this._days)!==Cr(l)?"-":"",u=Cr(this._milliseconds)!==Cr(l)?"-":"",r+"P"+(i?s+i+"Y":"")+(c?s+c+"M":"")+(h?o+h+"D":"")+(n||t||a?"T":"")+(n?u+n+"H":"")+(t?u+t+"M":"")+(a?u+e+"S":"")):"P0D"}var _r=ce.prototype;_r.isValid=function(){return this._isValid},_r.abs=function(){var t=this._data;return this._milliseconds=rr(this._milliseconds),this._days=rr(this._days),this._months=rr(this._months),t.milliseconds=rr(t.milliseconds),t.seconds=rr(t.seconds),t.minutes=rr(t.minutes),t.hours=rr(t.hours),t.months=rr(t.months),t.years=rr(t.years),this},_r.add=function(t,n){return sr(this,t,n,1)},_r.subtract=function(t,n){return sr(this,t,n,-1)},_r.as=function(t){if(!this.isValid())return NaN;var n,i,e=this._milliseconds;if("month"===(t=ln(t))||"quarter"===t||"year"===t)switch(n=this._days+e/864e5,i=this._months+ur(n),t){case"month":return i;case"quarter":return i/3;case"year":return i/12}else switch(n=this._days+Math.round(ar(this._months)),t){case"week":return n/7+e/6048e5;case"day":return n+e/864e5;case"hour":return 24*n+e/36e5;case"minute":return 1440*n+e/6e4;case"second":return 86400*n+e/1e3;case"millisecond":return Math.floor(864e5*n)+e;default:throw new Error("Unknown unit "+t)}},_r.asMilliseconds=cr,_r.asSeconds=lr,_r.asMinutes=dr,_r.asHours=fr,_r.asDays=mr,_r.asWeeks=vr,_r.asMonths=pr,_r.asQuarters=yr,_r.asYears=gr,_r.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*yn(this._months/12):NaN},_r._bubble=function(){var t,n,i,e,r,s=this._milliseconds,o=this._days,u=this._months,a=this._data;return s>=0&&o>=0&&u>=0||s<=0&&o<=0&&u<=0||(s+=864e5*or(ar(u)+o),o=0,u=0),a.milliseconds=s%1e3,t=pn(s/1e3),a.seconds=t%60,n=pn(t/60),a.minutes=n%60,i=pn(n/60),a.hours=i%24,o+=pn(i/24),u+=r=pn(ur(o)),o-=or(ar(r)),e=pn(u/12),u%=12,a.days=o,a.months=u,a.years=e,this},_r.clone=function(){return Me(this)},_r.get=function(t){return t=ln(t),this.isValid()?this[t+"s"]():NaN},_r.milliseconds=br,_r.seconds=Mr,_r.minutes=Sr,_r.hours=Nr,_r.days=xr,_r.weeks=function(){return pn(this.days()/7)},_r.months=Dr,_r.years=Yr,_r.humanize=function(t,n){if(!this.isValid())return this.localeData().invalidDate();var i,e,r=!1,s=kr;return"object"==typeof t&&(n=t,t=!1),"boolean"==typeof t&&(r=t),"object"==typeof n&&(s=Object.assign({},kr,n),null!=n.s&&null==n.ss&&(s.ss=n.s-1)),e=function(t,n,i,e){var r=Me(t).abs(),s=Or(r.as("s")),o=Or(r.as("m")),u=Or(r.as("h")),a=Or(r.as("d")),h=Or(r.as("M")),c=Or(r.as("w")),l=Or(r.as("y")),d=s<=i.ss&&["s",s]||s<i.s&&["ss",s]||o<=1&&["m"]||o<i.m&&["mm",o]||u<=1&&["h"]||u<i.h&&["hh",u]||a<=1&&["d"]||a<i.d&&["dd",a];return null!=i.w&&(d=d||c<=1&&["w"]||c<i.w&&["ww",c]),(d=d||h<=1&&["M"]||h<i.M&&["MM",h]||l<=1&&["y"]||["yy",l])[2]=n,d[3]=+t>0,d[4]=e,Er.apply(null,d)}(this,!r,s,i=this.localeData()),r&&(e=i.pastFuture(+this,e)),i.postformat(e)},_r.toISOString=Tr,_r.toString=Tr,_r.toJSON=Tr,_r.locale=Ce,_r.localeData=_e,_r.toIsoString=zt("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Tr),_r.lang=Te,on("X",0,0,"unix"),on("x",0,0,"valueOf"),$n("x",Hn),$n("X",/[+-]?\d+(\.\d{1,3})?/),Gn("X",(function(t,n,i){i._d=new Date(1e3*parseFloat(t))})),Gn("x",(function(t,n,i){i._d=new Date(yn(t))})),
87
+ `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Et=null===(Rt=window.safari)||void 0===Rt?void 0:Rt.pushNotification)||void 0===Et||Et.toString()),Ut=Array.prototype.some?Array.prototype.some:function(t){var o,r=Object(this),e=r.length>>>0;for(o=0;o<e;o++)if(o in r&&t.call(this,r[o],o,r))return!0;return!1};var $t=Dt.momentProperties=[],Bt=!1;function Pt(t,o){var r,e,n,i=$t.length;if(It(o._isAMomentObject)||(t._isAMomentObject=o._isAMomentObject),It(o._i)||(t._i=o._i),It(o._f)||(t._f=o._f),It(o._l)||(t._l=o._l),It(o._strict)||(t._strict=o._strict),It(o._tzm)||(t._tzm=o._tzm),It(o._isUTC)||(t._isUTC=o._isUTC),It(o._offset)||(t._offset=o._offset),It(o._pf)||(t._pf=Tt(o)),It(o._locale)||(t._locale=o._locale),i>0)for(r=0;r<i;r++)It(n=o[e=$t[r]])||(t[e]=n);return t}function jt(t){Pt(this,t),this._d=new Date(null!=t._d?t._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===Bt&&(Bt=!0,Dt.updateOffset(this),Bt=!1)}function zt(t){return t instanceof jt||null!=t&&null!=t._isAMomentObject}function Jt(t){!1===Dt.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+t)}function qt(t,o){var r=!0;return At((function(){if(null!=Dt.deprecationHandler&&Dt.deprecationHandler(null,t),r){var e,n,i,a=[],s=arguments.length;for(n=0;n<s;n++){if(e="","object"==typeof arguments[n]){for(i in e+="\n["+n+"] ",arguments[0])Yt(arguments[0],i)&&(e+=i+": "+arguments[0][i]+", ");e=e.slice(0,-2)}else e=arguments[n];a.push(e)}Jt(t+"\nArguments: "+Array.prototype.slice.call(a).join("")+"\n"+(new Error).stack),r=!1}return o.apply(this,arguments)}),o)}var Vt,Qt={};function Xt(t,o){null!=Dt.deprecationHandler&&Dt.deprecationHandler(t,o),Qt[t]||(Jt(o),Qt[t]=!0)}function to(t){return"undefined"!=typeof Function&&t instanceof Function||"[object Function]"===Object.prototype.toString.call(t)}function oo(t,o){var r,e=At({},t);for(r in o)Yt(o,r)&&(kt(t[r])&&kt(o[r])?(e[r]={},At(e[r],t[r]),At(e[r],o[r])):null!=o[r]?e[r]=o[r]:delete e[r]);for(r in t)Yt(t,r)&&!Yt(o,r)&&kt(t[r])&&(e[r]=At({},e[r]));return e}function ro(t){null!=t&&this.set(t)}Dt.suppressDeprecationWarnings=!1,Dt.deprecationHandler=null,Vt=Object.keys?Object.keys:function(t){var o,r=[];for(o in t)Yt(t,o)&&r.push(o);return r};function eo(t,o,r){var e=""+Math.abs(t),n=o-e.length;return(t>=0?r?"+":"":"-")+Math.pow(10,Math.max(0,n)).toString().substr(1)+e}var no=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,io=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,ao={},so={};function co(t,o,r,e){var n=e;"string"==typeof e&&(n=function(){return this[e]()}),t&&(so[t]=n),o&&(so[o[0]]=function(){return eo(n.apply(this,arguments),o[1],o[2])}),r&&(so[r]=function(){return this.localeData().ordinal(n.apply(this,arguments),t)})}function lo(t,o){return t.isValid()?(o=fo(o,t.localeData()),ao[o]=ao[o]||function(t){var o,r,e,n=t.match(no);for(o=0,r=n.length;o<r;o++)so[n[o]]?n[o]=so[n[o]]:n[o]=(e=n[o]).match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"");return function(o){var e,i="";for(e=0;e<r;e++)i+=to(n[e])?n[e].call(o,t):n[e];return i}}(o),ao[o](t)):t.localeData().invalidDate()}function fo(t,o){var r=5;function e(t){return o.longDateFormat(t)||t}for(io.lastIndex=0;r>=0&&io.test(t);)t=t.replace(io,e),io.lastIndex=0,r-=1;return t}var uo={};function ho(t,o){var r=t.toLowerCase();uo[r]=uo[r+"s"]=uo[o]=t}function po(t){return"string"==typeof t?uo[t]||uo[t.toLowerCase()]:void 0}function yo(t){var o,r,e={};for(r in t)Yt(t,r)&&(o=po(r))&&(e[o]=t[r]);return e}var go={};function mo(t,o){go[t]=o}function bo(t){return t%4==0&&t%100!=0||t%400==0}function Oo(t){return t<0?Math.ceil(t)||0:Math.floor(t)}function No(t){var o=+t,r=0;return 0!==o&&isFinite(o)&&(r=Oo(o)),r}function vo(t,o){return function(r){return null!=r?(wo(this,t,r),Dt.updateOffset(this,o),this):So(this,t)}}function So(t,o){return t.isValid()?t._d["get"+(t._isUTC?"UTC":"")+o]():NaN}function wo(t,o,r){t.isValid()&&!isNaN(r)&&("FullYear"===o&&bo(t.year())&&1===t.month()&&29===t.date()?(r=No(r),t._d["set"+(t._isUTC?"UTC":"")+o](r,t.month(),nr(r,t.month()))):t._d["set"+(t._isUTC?"UTC":"")+o](r))}var Co,xo=/\d/,Ro=/\d\d/,Eo=/\d{3}/,Mo=/\d{4}/,Uo=/[+-]?\d{6}/,Do=/\d\d?/,Wo=/\d\d\d\d?/,ko=/\d\d\d\d\d\d?/,Yo=/\d{1,3}/,Lo=/\d{1,4}/,Io=/[+-]?\d{1,6}/,Zo=/\d+/,Ko=/[+-]?\d+/,Fo=/Z|[+-]\d\d:?\d\d/gi,Ao=/Z|[+-]\d\d(?::?\d\d)?/gi,Ho=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function To(t,o,r){Co[t]=to(o)?o:function(t,e){return t&&r?r:o}}function Go(t,o){return Yt(Co,t)?Co[t](o._strict,o._locale):new RegExp(function(t){return _o(t.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(t,o,r,e,n){return o||r||e||n})))}(t))}function _o(t){return t.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}Co={};var $o={};function Bo(t,o){var r,e,n=o;for("string"==typeof t&&(t=[t]),Zt(o)&&(n=function(t,r){r[o]=No(t)}),e=t.length,r=0;r<e;r++)$o[t[r]]=n}function Po(t,o){Bo(t,(function(t,r,e,n){e._w=e._w||{},o(t,e._w,e,n)}))}function jo(t,o,r){null!=o&&Yt($o,t)&&$o[t](o,r._a,r,t)}var zo,Jo=0,qo=1,Vo=2,Qo=3,Xo=4,tr=5,or=6,rr=7,er=8;function nr(t,o){if(isNaN(t)||isNaN(o))return NaN;var r=function(t,o){return(t%o+o)%o}(o,12);return t+=(o-r)/12,1===r?bo(t)?29:28:31-r%7%2}zo=Array.prototype.indexOf?Array.prototype.indexOf:function(t){var o;for(o=0;o<this.length;++o)if(this[o]===t)return o;return-1},co("M",["MM",2],"Mo",(function(){return this.month()+1})),co("MMM",0,0,(function(t){return this.localeData().monthsShort(this,t)})),co("MMMM",0,0,(function(t){return this.localeData().months(this,t)})),ho("month","M"),mo("month",8),To("M",Do),To("MM",Do,Ro),To("MMM",(function(t,o){return o.monthsShortRegex(t)})),To("MMMM",(function(t,o){return o.monthsRegex(t)})),Bo(["M","MM"],(function(t,o){o[qo]=No(t)-1})),Bo(["MMM","MMMM"],(function(t,o,r,e){var n=r._locale.monthsParse(t,e,r._strict);null!=n?o[qo]=n:Tt(r).invalidMonth=t}));var ir="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ar="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),sr=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,cr=Ho,lr=Ho;function fr(t,o,r){var e,n,i,a=t.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],e=0;e<12;++e)i=Ht([2e3,e]),this._shortMonthsParse[e]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[e]=this.months(i,"").toLocaleLowerCase();return r?"MMM"===o?-1!==(n=zo.call(this._shortMonthsParse,a))?n:null:-1!==(n=zo.call(this._longMonthsParse,a))?n:null:"MMM"===o?-1!==(n=zo.call(this._shortMonthsParse,a))||-1!==(n=zo.call(this._longMonthsParse,a))?n:null:-1!==(n=zo.call(this._longMonthsParse,a))||-1!==(n=zo.call(this._shortMonthsParse,a))?n:null}function ur(t,o){var r;if(!t.isValid())return t;if("string"==typeof o)if(/^\d+$/.test(o))o=No(o);else if(!Zt(o=t.localeData().monthsParse(o)))return t;return r=Math.min(t.date(),nr(t.year(),o)),t._d["set"+(t._isUTC?"UTC":"")+"Month"](o,r),t}function hr(t){return null!=t?(ur(this,t),Dt.updateOffset(this,!0),this):So(this,"Month")}function dr(){function t(t,o){return o.length-t.length}var o,r,e=[],n=[],i=[];for(o=0;o<12;o++)r=Ht([2e3,o]),e.push(this.monthsShort(r,"")),n.push(this.months(r,"")),i.push(this.months(r,"")),i.push(this.monthsShort(r,""));for(e.sort(t),n.sort(t),i.sort(t),o=0;o<12;o++)e[o]=_o(e[o]),n[o]=_o(n[o]);for(o=0;o<24;o++)i[o]=_o(i[o]);this._monthsRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+n.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+e.join("|")+")","i")}function pr(t){return bo(t)?366:365}co("Y",0,0,(function(){var t=this.year();return t<=9999?eo(t,4):"+"+t})),co(0,["YY",2],0,(function(){return this.year()%100})),co(0,["YYYY",4],0,"year"),co(0,["YYYYY",5],0,"year"),co(0,["YYYYYY",6,!0],0,"year"),ho("year","y"),mo("year",1),To("Y",Ko),To("YY",Do,Ro),To("YYYY",Lo,Mo),To("YYYYY",Io,Uo),To("YYYYYY",Io,Uo),Bo(["YYYYY","YYYYYY"],Jo),Bo("YYYY",(function(t,o){o[Jo]=2===t.length?Dt.parseTwoDigitYear(t):No(t)})),Bo("YY",(function(t,o){o[Jo]=Dt.parseTwoDigitYear(t)})),Bo("Y",(function(t,o){o[Jo]=parseInt(t,10)})),Dt.parseTwoDigitYear=function(t){return No(t)+(No(t)>68?1900:2e3)};var yr=vo("FullYear",!0);function gr(t,o,r,e,n,i,a){var s;return t<100&&t>=0?(s=new Date(t+400,o,r,e,n,i,a),isFinite(s.getFullYear())&&s.setFullYear(t)):s=new Date(t,o,r,e,n,i,a),s}function mr(t){var o,r;return t<100&&t>=0?((r=Array.prototype.slice.call(arguments))[0]=t+400,o=new Date(Date.UTC.apply(null,r)),isFinite(o.getUTCFullYear())&&o.setUTCFullYear(t)):o=new Date(Date.UTC.apply(null,arguments)),o}function br(t,o,r){var e=7+o-r;return-((7+mr(t,0,e).getUTCDay()-o)%7)+e-1}function Or(t,o,r,e,n){var i,a,s=1+7*(o-1)+(7+r-e)%7+br(t,e,n);return s<=0?a=pr(i=t-1)+s:s>pr(t)?(i=t+1,a=s-pr(t)):(i=t,a=s),{year:i,dayOfYear:a}}function Nr(t,o,r){var e,n,i=br(t.year(),o,r),a=Math.floor((t.dayOfYear()-i-1)/7)+1;return a<1?e=a+vr(n=t.year()-1,o,r):a>vr(t.year(),o,r)?(e=a-vr(t.year(),o,r),n=t.year()+1):(n=t.year(),e=a),{week:e,year:n}}function vr(t,o,r){var e=br(t,o,r),n=br(t+1,o,r);return(pr(t)-e+n)/7}co("w",["ww",2],"wo","week"),co("W",["WW",2],"Wo","isoWeek"),ho("week","w"),ho("isoWeek","W"),mo("week",5),mo("isoWeek",5),To("w",Do),To("ww",Do,Ro),To("W",Do),To("WW",Do,Ro),Po(["w","ww","W","WW"],(function(t,o,r,e){o[e.substr(0,1)]=No(t)}));function Sr(t,o){return t.slice(o,7).concat(t.slice(0,o))}co("d",0,"do","day"),co("dd",0,0,(function(t){return this.localeData().weekdaysMin(this,t)})),co("ddd",0,0,(function(t){return this.localeData().weekdaysShort(this,t)})),co("dddd",0,0,(function(t){return this.localeData().weekdays(this,t)})),co("e",0,0,"weekday"),co("E",0,0,"isoWeekday"),ho("day","d"),ho("weekday","e"),ho("isoWeekday","E"),mo("day",11),mo("weekday",11),mo("isoWeekday",11),To("d",Do),To("e",Do),To("E",Do),To("dd",(function(t,o){return o.weekdaysMinRegex(t)})),To("ddd",(function(t,o){return o.weekdaysShortRegex(t)})),To("dddd",(function(t,o){return o.weekdaysRegex(t)})),Po(["dd","ddd","dddd"],(function(t,o,r,e){var n=r._locale.weekdaysParse(t,e,r._strict);null!=n?o.d=n:Tt(r).invalidWeekday=t})),Po(["d","e","E"],(function(t,o,r,e){o[e]=No(t)}));var wr="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Cr="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),xr="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Rr=Ho,Er=Ho,Mr=Ho;function Ur(t,o,r){var e,n,i,a=t.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],e=0;e<7;++e)i=Ht([2e3,1]).day(e),this._minWeekdaysParse[e]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[e]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[e]=this.weekdays(i,"").toLocaleLowerCase();return r?"dddd"===o?-1!==(n=zo.call(this._weekdaysParse,a))?n:null:"ddd"===o?-1!==(n=zo.call(this._shortWeekdaysParse,a))?n:null:-1!==(n=zo.call(this._minWeekdaysParse,a))?n:null:"dddd"===o?-1!==(n=zo.call(this._weekdaysParse,a))||-1!==(n=zo.call(this._shortWeekdaysParse,a))||-1!==(n=zo.call(this._minWeekdaysParse,a))?n:null:"ddd"===o?-1!==(n=zo.call(this._shortWeekdaysParse,a))||-1!==(n=zo.call(this._weekdaysParse,a))||-1!==(n=zo.call(this._minWeekdaysParse,a))?n:null:-1!==(n=zo.call(this._minWeekdaysParse,a))||-1!==(n=zo.call(this._weekdaysParse,a))||-1!==(n=zo.call(this._shortWeekdaysParse,a))?n:null}function Dr(){function t(t,o){return o.length-t.length}var o,r,e,n,i,a=[],s=[],c=[],l=[];for(o=0;o<7;o++)r=Ht([2e3,1]).day(o),e=_o(this.weekdaysMin(r,"")),n=_o(this.weekdaysShort(r,"")),i=_o(this.weekdays(r,"")),a.push(e),s.push(n),c.push(i),l.push(e),l.push(n),l.push(i);a.sort(t),s.sort(t),c.sort(t),l.sort(t),this._weekdaysRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+a.join("|")+")","i")}function Wr(){return this.hours()%12||12}function kr(t,o){co(t,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),o)}))}function Yr(t,o){return o._meridiemParse}co("H",["HH",2],0,"hour"),co("h",["hh",2],0,Wr),co("k",["kk",2],0,(function(){return this.hours()||24})),co("hmm",0,0,(function(){return""+Wr.apply(this)+eo(this.minutes(),2)})),co("hmmss",0,0,(function(){return""+Wr.apply(this)+eo(this.minutes(),2)+eo(this.seconds(),2)})),co("Hmm",0,0,(function(){return""+this.hours()+eo(this.minutes(),2)})),co("Hmmss",0,0,(function(){return""+this.hours()+eo(this.minutes(),2)+eo(this.seconds(),2)})),kr("a",!0),kr("A",!1),ho("hour","h"),mo("hour",13),To("a",Yr),To("A",Yr),To("H",Do),To("h",Do),To("k",Do),To("HH",Do,Ro),To("hh",Do,Ro),To("kk",Do,Ro),To("hmm",Wo),To("hmmss",ko),To("Hmm",Wo),To("Hmmss",ko),Bo(["H","HH"],Qo),Bo(["k","kk"],(function(t,o,r){var e=No(t);o[Qo]=24===e?0:e})),Bo(["a","A"],(function(t,o,r){r._isPm=r._locale.isPM(t),r._meridiem=t})),Bo(["h","hh"],(function(t,o,r){o[Qo]=No(t),Tt(r).bigHour=!0})),Bo("hmm",(function(t,o,r){var e=t.length-2;o[Qo]=No(t.substr(0,e)),o[Xo]=No(t.substr(e)),Tt(r).bigHour=!0})),Bo("hmmss",(function(t,o,r){var e=t.length-4,n=t.length-2;o[Qo]=No(t.substr(0,e)),o[Xo]=No(t.substr(e,2)),o[tr]=No(t.substr(n)),Tt(r).bigHour=!0})),Bo("Hmm",(function(t,o,r){var e=t.length-2;o[Qo]=No(t.substr(0,e)),o[Xo]=No(t.substr(e))})),Bo("Hmmss",(function(t,o,r){var e=t.length-4,n=t.length-2;o[Qo]=No(t.substr(0,e)),o[Xo]=No(t.substr(e,2)),o[tr]=No(t.substr(n))}));var Lr=vo("Hours",!0);var Ir,Zr={calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},longDateFormat:{LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},invalidDate:"Invalid date",ordinal:"%d",dayOfMonthOrdinalParse:/\d{1,2}/,relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},months:ir,monthsShort:ar,week:{dow:0,doy:6},weekdays:wr,weekdaysMin:xr,weekdaysShort:Cr,meridiemParse:/[ap]\.?m?\.?/i},Kr={},Fr={};function Ar(t,o){var r,e=Math.min(t.length,o.length);for(r=0;r<e;r+=1)if(t[r]!==o[r])return r;return e}function Hr(t){return t?t.toLowerCase().replace("_","-"):t}function Tr(t){var o=null;if(void 0===Kr[t]&&"undefined"!=typeof module&&module&&module.exports&&function(t){return null!=t.match("^[^/\\\\]*$")}(t))try{o=Ir._abbr,require("./locale/"+t),Gr(o)}catch(o){Kr[t]=null}return Kr[t]}function Gr(t,o){var r;return t&&((r=It(o)?$r(t):_r(t,o))?Ir=r:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+t+" not found. Did you forget to load it?")),Ir._abbr}function _r(t,o){if(null!==o){var r,e=Zr;if(o.abbr=t,null!=Kr[t])Xt("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),e=Kr[t]._config;else if(null!=o.parentLocale)if(null!=Kr[o.parentLocale])e=Kr[o.parentLocale]._config;else{if(null==(r=Tr(o.parentLocale)))return Fr[o.parentLocale]||(Fr[o.parentLocale]=[]),Fr[o.parentLocale].push({name:t,config:o}),null;e=r._config}return Kr[t]=new ro(oo(e,o)),Fr[t]&&Fr[t].forEach((function(t){_r(t.name,t.config)})),Gr(t),Kr[t]}return delete Kr[t],null}function $r(t){var o;if(t&&t._locale&&t._locale._abbr&&(t=t._locale._abbr),!t)return Ir;if(!Wt(t)){if(o=Tr(t))return o;t=[t]}return function(t){for(var o,r,e,n,i=0;i<t.length;){for(o=(n=Hr(t[i]).split("-")).length,r=(r=Hr(t[i+1]))?r.split("-"):null;o>0;){if(e=Tr(n.slice(0,o).join("-")))return e;if(r&&r.length>=o&&Ar(n,r)>=o-1)break;o--}i++}return Ir}(t)}function Br(t){var o,r=t._a;return r&&-2===Tt(t).overflow&&(o=r[qo]<0||r[qo]>11?qo:r[Vo]<1||r[Vo]>nr(r[Jo],r[qo])?Vo:r[Qo]<0||r[Qo]>24||24===r[Qo]&&(0!==r[Xo]||0!==r[tr]||0!==r[or])?Qo:r[Xo]<0||r[Xo]>59?Xo:r[tr]<0||r[tr]>59?tr:r[or]<0||r[or]>999?or:-1,Tt(t)._overflowDayOfYear&&(o<Jo||o>Vo)&&(o=Vo),Tt(t)._overflowWeeks&&-1===o&&(o=rr),Tt(t)._overflowWeekday&&-1===o&&(o=er),Tt(t).overflow=o),t}var Pr=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,jr=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,zr=/Z|[+-]\d\d(?::?\d\d)?/,Jr=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],qr=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Vr=/^\/?Date\((-?\d+)/i,Qr=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Xr={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function te(t){var o,r,e,n,i,a,s=t._i,c=Pr.exec(s)||jr.exec(s),l=Jr.length,f=qr.length;if(c){for(Tt(t).iso=!0,o=0,r=l;o<r;o++)if(Jr[o][1].exec(c[1])){n=Jr[o][0],e=!1!==Jr[o][2];break}if(null==n)return void(t._isValid=!1);if(c[3]){for(o=0,r=f;o<r;o++)if(qr[o][1].exec(c[3])){i=(c[2]||" ")+qr[o][0];break}if(null==i)return void(t._isValid=!1)}if(!e&&null!=i)return void(t._isValid=!1);if(c[4]){if(!zr.exec(c[4]))return void(t._isValid=!1);a="Z"}t._f=n+(i||"")+(a||""),ie(t)}else t._isValid=!1}function oe(t){var o=parseInt(t,10);return o<=49?2e3+o:o<=999?1900+o:o}function re(t){var o,r,e,n,i,a,s,c,l=Qr.exec(function(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}(t._i));if(l){if(r=l[4],e=l[3],n=l[2],i=l[5],a=l[6],s=l[7],c=[oe(r),ar.indexOf(e),parseInt(n,10),parseInt(i,10),parseInt(a,10)],s&&c.push(parseInt(s,10)),o=c,!function(t,o,r){return!t||Cr.indexOf(t)===new Date(o[0],o[1],o[2]).getDay()||(Tt(r).weekdayMismatch=!0,r._isValid=!1,!1)}(l[1],o,t))return;t._a=o,t._tzm=function(t,o,r){if(t)return Xr[t];if(o)return 0;var e=parseInt(r,10),n=e%100;return(e-n)/100*60+n}(l[8],l[9],l[10]),t._d=mr.apply(null,t._a),t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),Tt(t).rfc2822=!0}else t._isValid=!1}function ee(t,o,r){return null!=t?t:null!=o?o:r}function ne(t){var o,r,e,n,i,a=[];if(!t._d){for(e=function(t){var o=new Date(Dt.now());return t._useUTC?[o.getUTCFullYear(),o.getUTCMonth(),o.getUTCDate()]:[o.getFullYear(),o.getMonth(),o.getDate()]}(t),t._w&&null==t._a[Vo]&&null==t._a[qo]&&function(t){var o,r,e,n,i,a,s,c,l;o=t._w,null!=o.GG||null!=o.W||null!=o.E?(i=1,a=4,r=ee(o.GG,t._a[Jo],Nr(ce(),1,4).year),e=ee(o.W,1),((n=ee(o.E,1))<1||n>7)&&(c=!0)):(i=t._locale._week.dow,a=t._locale._week.doy,l=Nr(ce(),i,a),r=ee(o.gg,t._a[Jo],l.year),e=ee(o.w,l.week),null!=o.d?((n=o.d)<0||n>6)&&(c=!0):null!=o.e?(n=o.e+i,(o.e<0||o.e>6)&&(c=!0)):n=i);e<1||e>vr(r,i,a)?Tt(t)._overflowWeeks=!0:null!=c?Tt(t)._overflowWeekday=!0:(s=Or(r,e,n,i,a),t._a[Jo]=s.year,t._dayOfYear=s.dayOfYear)}(t),null!=t._dayOfYear&&(i=ee(t._a[Jo],e[Jo]),(t._dayOfYear>pr(i)||0===t._dayOfYear)&&(Tt(t)._overflowDayOfYear=!0),r=mr(i,0,t._dayOfYear),t._a[qo]=r.getUTCMonth(),t._a[Vo]=r.getUTCDate()),o=0;o<3&&null==t._a[o];++o)t._a[o]=a[o]=e[o];for(;o<7;o++)t._a[o]=a[o]=null==t._a[o]?2===o?1:0:t._a[o];24===t._a[Qo]&&0===t._a[Xo]&&0===t._a[tr]&&0===t._a[or]&&(t._nextDay=!0,t._a[Qo]=0),t._d=(t._useUTC?mr:gr).apply(null,a),n=t._useUTC?t._d.getUTCDay():t._d.getDay(),null!=t._tzm&&t._d.setUTCMinutes(t._d.getUTCMinutes()-t._tzm),t._nextDay&&(t._a[Qo]=24),t._w&&void 0!==t._w.d&&t._w.d!==n&&(Tt(t).weekdayMismatch=!0)}}function ie(t){if(t._f!==Dt.ISO_8601)if(t._f!==Dt.RFC_2822){t._a=[],Tt(t).empty=!0;var o,r,e,n,i,a,s,c=""+t._i,l=c.length,f=0;for(s=(e=fo(t._f,t._locale).match(no)||[]).length,o=0;o<s;o++)n=e[o],(r=(c.match(Go(n,t))||[])[0])&&((i=c.substr(0,c.indexOf(r))).length>0&&Tt(t).unusedInput.push(i),c=c.slice(c.indexOf(r)+r.length),f+=r.length),so[n]?(r?Tt(t).empty=!1:Tt(t).unusedTokens.push(n),jo(n,r,t)):t._strict&&!r&&Tt(t).unusedTokens.push(n);Tt(t).charsLeftOver=l-f,c.length>0&&Tt(t).unusedInput.push(c),t._a[Qo]<=12&&!0===Tt(t).bigHour&&t._a[Qo]>0&&(Tt(t).bigHour=void 0),Tt(t).parsedDateParts=t._a.slice(0),Tt(t).meridiem=t._meridiem,t._a[Qo]=function(t,o,r){var e;if(null==r)return o;return null!=t.meridiemHour?t.meridiemHour(o,r):null!=t.isPM?((e=t.isPM(r))&&o<12&&(o+=12),e||12!==o||(o=0),o):o}(t._locale,t._a[Qo],t._meridiem),null!==(a=Tt(t).era)&&(t._a[Jo]=t._locale.erasConvertYear(a,t._a[Jo])),ne(t),Br(t)}else re(t);else te(t)}function ae(t){var o=t._i,r=t._f;return t._locale=t._locale||$r(t._l),null===o||void 0===r&&""===o?_t({nullInput:!0}):("string"==typeof o&&(t._i=o=t._locale.preparse(o)),zt(o)?new jt(Br(o)):(Kt(o)?t._d=o:Wt(r)?function(t){var o,r,e,n,i,a,s=!1,c=t._f.length;if(0===c)return Tt(t).invalidFormat=!0,void(t._d=new Date(NaN));for(n=0;n<c;n++)i=0,a=!1,o=Pt({},t),null!=t._useUTC&&(o._useUTC=t._useUTC),o._f=t._f[n],ie(o),Gt(o)&&(a=!0),i+=Tt(o).charsLeftOver,i+=10*Tt(o).unusedTokens.length,Tt(o).score=i,s?i<e&&(e=i,r=o):(null==e||i<e||a)&&(e=i,r=o,a&&(s=!0));At(t,r||o)}(t):r?ie(t):function(t){var o=t._i;It(o)?t._d=new Date(Dt.now()):Kt(o)?t._d=new Date(o.valueOf()):"string"==typeof o?function(t){var o=Vr.exec(t._i);null===o?(te(t),!1===t._isValid&&(delete t._isValid,re(t),!1===t._isValid&&(delete t._isValid,t._strict?t._isValid=!1:Dt.createFromInputFallback(t)))):t._d=new Date(+o[1])}(t):Wt(o)?(t._a=Ft(o.slice(0),(function(t){return parseInt(t,10)})),ne(t)):kt(o)?function(t){if(!t._d){var o=yo(t._i),r=void 0===o.day?o.date:o.day;t._a=Ft([o.year,o.month,r,o.hour,o.minute,o.second,o.millisecond],(function(t){return t&&parseInt(t,10)})),ne(t)}}(t):Zt(o)?t._d=new Date(o):Dt.createFromInputFallback(t)}(t),Gt(t)||(t._d=null),t))}function se(t,o,r,e,n){var i,a={};return!0!==o&&!1!==o||(e=o,o=void 0),!0!==r&&!1!==r||(e=r,r=void 0),(kt(t)&&Lt(t)||Wt(t)&&0===t.length)&&(t=void 0),a._isAMomentObject=!0,a._useUTC=a._isUTC=n,a._l=r,a._i=t,a._f=o,a._strict=e,(i=new jt(Br(ae(a))))._nextDay&&(i.add(1,"d"),i._nextDay=void 0),i}function ce(t,o,r,e){return se(t,o,r,e,!1)}Dt.createFromInputFallback=qt("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(t){t._d=new Date(t._i+(t._useUTC?" UTC":""))})),Dt.ISO_8601=function(){},Dt.RFC_2822=function(){};var le=qt("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=ce.apply(null,arguments);return this.isValid()&&t.isValid()?t<this?this:t:_t()})),fe=qt("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var t=ce.apply(null,arguments);return this.isValid()&&t.isValid()?t>this?this:t:_t()}));function ue(t,o){var r,e;if(1===o.length&&Wt(o[0])&&(o=o[0]),!o.length)return ce();for(r=o[0],e=1;e<o.length;++e)o[e].isValid()&&!o[e][t](r)||(r=o[e]);return r}var he=["year","quarter","month","week","day","hour","minute","second","millisecond"];function de(t){var o=yo(t),r=o.year||0,e=o.quarter||0,n=o.month||0,i=o.week||o.isoWeek||0,a=o.day||0,s=o.hour||0,c=o.minute||0,l=o.second||0,f=o.millisecond||0;this._isValid=function(t){var o,r,e=!1,n=he.length;for(o in t)if(Yt(t,o)&&(-1===zo.call(he,o)||null!=t[o]&&isNaN(t[o])))return!1;for(r=0;r<n;++r)if(t[he[r]]){if(e)return!1;parseFloat(t[he[r]])!==No(t[he[r]])&&(e=!0)}return!0}(o),this._milliseconds=+f+1e3*l+6e4*c+1e3*s*60*60,this._days=+a+7*i,this._months=+n+3*e+12*r,this._data={},this._locale=$r(),this._bubble()}function pe(t){return t instanceof de}function ye(t){return t<0?-1*Math.round(-1*t):Math.round(t)}function ge(t,o){co(t,0,0,(function(){var t=this.utcOffset(),r="+";return t<0&&(t=-t,r="-"),r+eo(~~(t/60),2)+o+eo(~~t%60,2)}))}ge("Z",":"),ge("ZZ",""),To("Z",Ao),To("ZZ",Ao),Bo(["Z","ZZ"],(function(t,o,r){r._useUTC=!0,r._tzm=be(Ao,t)}));var me=/([\+\-]|\d\d)/gi;function be(t,o){var r,e,n=(o||"").match(t);return null===n?null:0===(e=60*(r=((n[n.length-1]||[])+"").match(me)||["-",0,0])[1]+No(r[2]))?0:"+"===r[0]?e:-e}function Oe(t,o){var r,e;return o._isUTC?(r=o.clone(),e=(zt(t)||Kt(t)?t.valueOf():ce(t).valueOf())-r.valueOf(),r._d.setTime(r._d.valueOf()+e),Dt.updateOffset(r,!1),r):ce(t).local()}function Ne(t){return-Math.round(t._d.getTimezoneOffset())}function ve(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}Dt.updateOffset=function(){};var Se=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,we=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Ce(t,o){var r,e,n,i=t,a=null;return pe(t)?i={ms:t._milliseconds,d:t._days,M:t._months}:Zt(t)||!isNaN(+t)?(i={},o?i[o]=+t:i.milliseconds=+t):(a=Se.exec(t))?(r="-"===a[1]?-1:1,i={y:0,d:No(a[Vo])*r,h:No(a[Qo])*r,m:No(a[Xo])*r,s:No(a[tr])*r,ms:No(ye(1e3*a[or]))*r}):(a=we.exec(t))?(r="-"===a[1]?-1:1,i={y:xe(a[2],r),M:xe(a[3],r),w:xe(a[4],r),d:xe(a[5],r),h:xe(a[6],r),m:xe(a[7],r),s:xe(a[8],r)}):null==i?i={}:"object"==typeof i&&("from"in i||"to"in i)&&(n=function(t,o){var r;if(!t.isValid()||!o.isValid())return{milliseconds:0,months:0};o=Oe(o,t),t.isBefore(o)?r=Re(t,o):((r=Re(o,t)).milliseconds=-r.milliseconds,r.months=-r.months);return r}(ce(i.from),ce(i.to)),(i={}).ms=n.milliseconds,i.M=n.months),e=new de(i),pe(t)&&Yt(t,"_locale")&&(e._locale=t._locale),pe(t)&&Yt(t,"_isValid")&&(e._isValid=t._isValid),e}function xe(t,o){var r=t&&parseFloat(t.replace(",","."));return(isNaN(r)?0:r)*o}function Re(t,o){var r={};return r.months=o.month()-t.month()+12*(o.year()-t.year()),t.clone().add(r.months,"M").isAfter(o)&&--r.months,r.milliseconds=+o-+t.clone().add(r.months,"M"),r}function Ee(t,o){return function(r,e){var n;return null===e||isNaN(+e)||(Xt(o,"moment()."+o+"(period, number) is deprecated. Please use moment()."+o+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),n=r,r=e,e=n),Me(this,Ce(r,e),t),this}}function Me(t,o,r,e){var n=o._milliseconds,i=ye(o._days),a=ye(o._months);t.isValid()&&(e=null==e||e,a&&ur(t,So(t,"Month")+a*r),i&&wo(t,"Date",So(t,"Date")+i*r),n&&t._d.setTime(t._d.valueOf()+n*r),e&&Dt.updateOffset(t,i||a))}Ce.fn=de.prototype,Ce.invalid=function(){return Ce(NaN)};var Ue=Ee(1,"add"),De=Ee(-1,"subtract");function We(t){return"string"==typeof t||t instanceof String}function ke(t){return zt(t)||Kt(t)||We(t)||Zt(t)||function(t){var o=Wt(t),r=!1;o&&(r=0===t.filter((function(o){return!Zt(o)&&We(t)})).length);return o&&r}(t)||function(t){var o,r,e=kt(t)&&!Lt(t),n=!1,i=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],a=i.length;for(o=0;o<a;o+=1)r=i[o],n=n||Yt(t,r);return e&&n}(t)||null==t}function Ye(t,o){if(t.date()<o.date())return-Ye(o,t);var r=12*(o.year()-t.year())+(o.month()-t.month()),e=t.clone().add(r,"months");return-(r+(o-e<0?(o-e)/(e-t.clone().add(r-1,"months")):(o-e)/(t.clone().add(r+1,"months")-e)))||0}function Le(t){var o;return void 0===t?this._locale._abbr:(null!=(o=$r(t))&&(this._locale=o),this)}Dt.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",Dt.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var Ie=qt("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(t){return void 0===t?this.localeData():this.locale(t)}));function Ze(){return this._locale}var Ke=1e3,Fe=6e4,Ae=36e5,He=126227808e5;function Te(t,o){return(t%o+o)%o}function Ge(t,o,r){return t<100&&t>=0?new Date(t+400,o,r)-He:new Date(t,o,r).valueOf()}function _e(t,o,r){return t<100&&t>=0?Date.UTC(t+400,o,r)-He:Date.UTC(t,o,r)}function $e(t,o){return o.erasAbbrRegex(t)}function Be(){var t,o,r=[],e=[],n=[],i=[],a=this.eras();for(t=0,o=a.length;t<o;++t)e.push(_o(a[t].name)),r.push(_o(a[t].abbr)),n.push(_o(a[t].narrow)),i.push(_o(a[t].name)),i.push(_o(a[t].abbr)),i.push(_o(a[t].narrow));this._erasRegex=new RegExp("^("+i.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+e.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+r.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+n.join("|")+")","i")}function Pe(t,o){co(0,[t,t.length],0,o)}function je(t,o,r,e,n){var i;return null==t?Nr(this,e,n).year:(o>(i=vr(t,e,n))&&(o=i),ze.call(this,t,o,r,e,n))}function ze(t,o,r,e,n){var i=Or(t,o,r,e,n),a=mr(i.year,0,i.dayOfYear);return this.year(a.getUTCFullYear()),this.month(a.getUTCMonth()),this.date(a.getUTCDate()),this}co("N",0,0,"eraAbbr"),co("NN",0,0,"eraAbbr"),co("NNN",0,0,"eraAbbr"),co("NNNN",0,0,"eraName"),co("NNNNN",0,0,"eraNarrow"),co("y",["y",1],"yo","eraYear"),co("y",["yy",2],0,"eraYear"),co("y",["yyy",3],0,"eraYear"),co("y",["yyyy",4],0,"eraYear"),To("N",$e),To("NN",$e),To("NNN",$e),To("NNNN",(function(t,o){return o.erasNameRegex(t)})),To("NNNNN",(function(t,o){return o.erasNarrowRegex(t)})),Bo(["N","NN","NNN","NNNN","NNNNN"],(function(t,o,r,e){var n=r._locale.erasParse(t,e,r._strict);n?Tt(r).era=n:Tt(r).invalidEra=t})),To("y",Zo),To("yy",Zo),To("yyy",Zo),To("yyyy",Zo),To("yo",(function(t,o){return o._eraYearOrdinalRegex||Zo})),Bo(["y","yy","yyy","yyyy"],Jo),Bo(["yo"],(function(t,o,r,e){var n;r._locale._eraYearOrdinalRegex&&(n=t.match(r._locale._eraYearOrdinalRegex)),r._locale.eraYearOrdinalParse?o[Jo]=r._locale.eraYearOrdinalParse(t,n):o[Jo]=parseInt(t,10)})),co(0,["gg",2],0,(function(){return this.weekYear()%100})),co(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),Pe("gggg","weekYear"),Pe("ggggg","weekYear"),Pe("GGGG","isoWeekYear"),Pe("GGGGG","isoWeekYear"),ho("weekYear","gg"),ho("isoWeekYear","GG"),mo("weekYear",1),mo("isoWeekYear",1),To("G",Ko),To("g",Ko),To("GG",Do,Ro),To("gg",Do,Ro),To("GGGG",Lo,Mo),To("gggg",Lo,Mo),To("GGGGG",Io,Uo),To("ggggg",Io,Uo),Po(["gggg","ggggg","GGGG","GGGGG"],(function(t,o,r,e){o[e.substr(0,2)]=No(t)})),Po(["gg","GG"],(function(t,o,r,e){o[e]=Dt.parseTwoDigitYear(t)})),co("Q",0,"Qo","quarter"),ho("quarter","Q"),mo("quarter",7),To("Q",xo),Bo("Q",(function(t,o){o[qo]=3*(No(t)-1)})),co("D",["DD",2],"Do","date"),ho("date","D"),mo("date",9),To("D",Do),To("DD",Do,Ro),To("Do",(function(t,o){return t?o._dayOfMonthOrdinalParse||o._ordinalParse:o._dayOfMonthOrdinalParseLenient})),Bo(["D","DD"],Vo),Bo("Do",(function(t,o){o[Vo]=No(t.match(Do)[0])}));var Je=vo("Date",!0);co("DDD",["DDDD",3],"DDDo","dayOfYear"),ho("dayOfYear","DDD"),mo("dayOfYear",4),To("DDD",Yo),To("DDDD",Eo),Bo(["DDD","DDDD"],(function(t,o,r){r._dayOfYear=No(t)})),co("m",["mm",2],0,"minute"),ho("minute","m"),mo("minute",14),To("m",Do),To("mm",Do,Ro),Bo(["m","mm"],Xo);var qe=vo("Minutes",!1);co("s",["ss",2],0,"second"),ho("second","s"),mo("second",15),To("s",Do),To("ss",Do,Ro),Bo(["s","ss"],tr);var Ve,Qe,Xe=vo("Seconds",!1);for(co("S",0,0,(function(){return~~(this.millisecond()/100)})),co(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),co(0,["SSS",3],0,"millisecond"),co(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),co(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),co(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),co(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),co(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),co(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),ho("millisecond","ms"),mo("millisecond",16),To("S",Yo,xo),To("SS",Yo,Ro),To("SSS",Yo,Eo),Ve="SSSS";Ve.length<=9;Ve+="S")To(Ve,Zo);function tn(t,o){o[or]=No(1e3*("0."+t))}for(Ve="S";Ve.length<=9;Ve+="S")Bo(Ve,tn);Qe=vo("Milliseconds",!1),co("z",0,0,"zoneAbbr"),co("zz",0,0,"zoneName");var on=jt.prototype;function rn(t){return t}on.add=Ue,on.calendar=function(t,o){1===arguments.length&&(arguments[0]?ke(arguments[0])?(t=arguments[0],o=void 0):function(t){var o,r=kt(t)&&!Lt(t),e=!1,n=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(o=0;o<n.length;o+=1)e=e||Yt(t,n[o]);return r&&e}(arguments[0])&&(o=arguments[0],t=void 0):(t=void 0,o=void 0));var r=t||ce(),e=Oe(r,this).startOf("day"),n=Dt.calendarFormat(this,e)||"sameElse",i=o&&(to(o[n])?o[n].call(this,r):o[n]);return this.format(i||this.localeData().calendar(n,this,ce(r)))},on.clone=function(){return new jt(this)},on.diff=function(t,o,r){var e,n,i;if(!this.isValid())return NaN;if(!(e=Oe(t,this)).isValid())return NaN;switch(n=6e4*(e.utcOffset()-this.utcOffset()),o=po(o)){case"year":i=Ye(this,e)/12;break;case"month":i=Ye(this,e);break;case"quarter":i=Ye(this,e)/3;break;case"second":i=(this-e)/1e3;break;case"minute":i=(this-e)/6e4;break;case"hour":i=(this-e)/36e5;break;case"day":i=(this-e-n)/864e5;break;case"week":i=(this-e-n)/6048e5;break;default:i=this-e}return r?i:Oo(i)},on.endOf=function(t){var o,r;if(void 0===(t=po(t))||"millisecond"===t||!this.isValid())return this;switch(r=this._isUTC?_e:Ge,t){case"year":o=r(this.year()+1,0,1)-1;break;case"quarter":o=r(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":o=r(this.year(),this.month()+1,1)-1;break;case"week":o=r(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":o=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":o=r(this.year(),this.month(),this.date()+1)-1;break;case"hour":o=this._d.valueOf(),o+=Ae-Te(o+(this._isUTC?0:this.utcOffset()*Fe),Ae)-1;break;case"minute":o=this._d.valueOf(),o+=Fe-Te(o,Fe)-1;break;case"second":o=this._d.valueOf(),o+=Ke-Te(o,Ke)-1}return this._d.setTime(o),Dt.updateOffset(this,!0),this},on.format=function(t){t||(t=this.isUtc()?Dt.defaultFormatUtc:Dt.defaultFormat);var o=lo(this,t);return this.localeData().postformat(o)},on.from=function(t,o){return this.isValid()&&(zt(t)&&t.isValid()||ce(t).isValid())?Ce({to:this,from:t}).locale(this.locale()).humanize(!o):this.localeData().invalidDate()},on.fromNow=function(t){return this.from(ce(),t)},on.to=function(t,o){return this.isValid()&&(zt(t)&&t.isValid()||ce(t).isValid())?Ce({from:this,to:t}).locale(this.locale()).humanize(!o):this.localeData().invalidDate()},on.toNow=function(t){return this.to(ce(),t)},on.get=function(t){return to(this[t=po(t)])?this[t]():this},on.invalidAt=function(){return Tt(this).overflow},on.isAfter=function(t,o){var r=zt(t)?t:ce(t);return!(!this.isValid()||!r.isValid())&&("millisecond"===(o=po(o)||"millisecond")?this.valueOf()>r.valueOf():r.valueOf()<this.clone().startOf(o).valueOf())},on.isBefore=function(t,o){var r=zt(t)?t:ce(t);return!(!this.isValid()||!r.isValid())&&("millisecond"===(o=po(o)||"millisecond")?this.valueOf()<r.valueOf():this.clone().endOf(o).valueOf()<r.valueOf())},on.isBetween=function(t,o,r,e){var n=zt(t)?t:ce(t),i=zt(o)?o:ce(o);return!!(this.isValid()&&n.isValid()&&i.isValid())&&(("("===(e=e||"()")[0]?this.isAfter(n,r):!this.isBefore(n,r))&&(")"===e[1]?this.isBefore(i,r):!this.isAfter(i,r)))},on.isSame=function(t,o){var r,e=zt(t)?t:ce(t);return!(!this.isValid()||!e.isValid())&&("millisecond"===(o=po(o)||"millisecond")?this.valueOf()===e.valueOf():(r=e.valueOf(),this.clone().startOf(o).valueOf()<=r&&r<=this.clone().endOf(o).valueOf()))},on.isSameOrAfter=function(t,o){return this.isSame(t,o)||this.isAfter(t,o)},on.isSameOrBefore=function(t,o){return this.isSame(t,o)||this.isBefore(t,o)},on.isValid=function(){return Gt(this)},on.lang=Ie,on.locale=Le,on.localeData=Ze,on.max=fe,on.min=le,on.parsingFlags=function(){return At({},Tt(this))},on.set=function(t,o){if("object"==typeof t){var r,e=function(t){var o,r=[];for(o in t)Yt(t,o)&&r.push({unit:o,priority:go[o]});return r.sort((function(t,o){return t.priority-o.priority})),r}(t=yo(t)),n=e.length;for(r=0;r<n;r++)this[e[r].unit](t[e[r].unit])}else if(to(this[t=po(t)]))return this[t](o);return this},on.startOf=function(t){var o,r;if(void 0===(t=po(t))||"millisecond"===t||!this.isValid())return this;switch(r=this._isUTC?_e:Ge,t){case"year":o=r(this.year(),0,1);break;case"quarter":o=r(this.year(),this.month()-this.month()%3,1);break;case"month":o=r(this.year(),this.month(),1);break;case"week":o=r(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":o=r(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":o=r(this.year(),this.month(),this.date());break;case"hour":o=this._d.valueOf(),o-=Te(o+(this._isUTC?0:this.utcOffset()*Fe),Ae);break;case"minute":o=this._d.valueOf(),o-=Te(o,Fe);break;case"second":o=this._d.valueOf(),o-=Te(o,Ke)}return this._d.setTime(o),Dt.updateOffset(this,!0),this},on.subtract=De,on.toArray=function(){var t=this;return[t.year(),t.month(),t.date(),t.hour(),t.minute(),t.second(),t.millisecond()]},on.toObject=function(){var t=this;return{years:t.year(),months:t.month(),date:t.date(),hours:t.hours(),minutes:t.minutes(),seconds:t.seconds(),milliseconds:t.milliseconds()}},on.toDate=function(){return new Date(this.valueOf())},on.toISOString=function(t){if(!this.isValid())return null;var o=!0!==t,r=o?this.clone().utc():this;return r.year()<0||r.year()>9999?lo(r,o?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):to(Date.prototype.toISOString)?o?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",lo(r,"Z")):lo(r,o?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")},on.inspect=function(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var t,o,r,e="moment",n="";return this.isLocal()||(e=0===this.utcOffset()?"moment.utc":"moment.parseZone",n="Z"),t="["+e+'("]',o=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY","-MM-DD[T]HH:mm:ss.SSS",r=n+'[")]',this.format(t+o+"-MM-DD[T]HH:mm:ss.SSS"+r)},"undefined"!=typeof Symbol&&null!=Symbol.for&&(on[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),on.toJSON=function(){return this.isValid()?this.toISOString():null},on.toString=function(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")},on.unix=function(){return Math.floor(this.valueOf()/1e3)},on.valueOf=function(){return this._d.valueOf()-6e4*(this._offset||0)},on.creationData=function(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}},on.eraName=function(){var t,o,r,e=this.localeData().eras();for(t=0,o=e.length;t<o;++t){if(r=this.clone().startOf("day").valueOf(),e[t].since<=r&&r<=e[t].until)return e[t].name;if(e[t].until<=r&&r<=e[t].since)return e[t].name}return""},on.eraNarrow=function(){var t,o,r,e=this.localeData().eras();for(t=0,o=e.length;t<o;++t){if(r=this.clone().startOf("day").valueOf(),e[t].since<=r&&r<=e[t].until)return e[t].narrow;if(e[t].until<=r&&r<=e[t].since)return e[t].narrow}return""},on.eraAbbr=function(){var t,o,r,e=this.localeData().eras();for(t=0,o=e.length;t<o;++t){if(r=this.clone().startOf("day").valueOf(),e[t].since<=r&&r<=e[t].until)return e[t].abbr;if(e[t].until<=r&&r<=e[t].since)return e[t].abbr}return""},on.eraYear=function(){var t,o,r,e,n=this.localeData().eras();for(t=0,o=n.length;t<o;++t)if(r=n[t].since<=n[t].until?1:-1,e=this.clone().startOf("day").valueOf(),n[t].since<=e&&e<=n[t].until||n[t].until<=e&&e<=n[t].since)return(this.year()-Dt(n[t].since).year())*r+n[t].offset;return this.year()},on.year=yr,on.isLeapYear=function(){return bo(this.year())},on.weekYear=function(t){return je.call(this,t,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)},on.isoWeekYear=function(t){return je.call(this,t,this.isoWeek(),this.isoWeekday(),1,4)},on.quarter=on.quarters=function(t){return null==t?Math.ceil((this.month()+1)/3):this.month(3*(t-1)+this.month()%3)},on.month=hr,on.daysInMonth=function(){return nr(this.year(),this.month())},on.week=on.weeks=function(t){var o=this.localeData().week(this);return null==t?o:this.add(7*(t-o),"d")},on.isoWeek=on.isoWeeks=function(t){var o=Nr(this,1,4).week;return null==t?o:this.add(7*(t-o),"d")},on.weeksInYear=function(){var t=this.localeData()._week;return vr(this.year(),t.dow,t.doy)},on.weeksInWeekYear=function(){var t=this.localeData()._week;return vr(this.weekYear(),t.dow,t.doy)},on.isoWeeksInYear=function(){return vr(this.year(),1,4)},on.isoWeeksInISOWeekYear=function(){return vr(this.isoWeekYear(),1,4)},on.date=Je,on.day=on.days=function(t){if(!this.isValid())return null!=t?this:NaN;var o=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=t?(t=function(t,o){return"string"!=typeof t?t:isNaN(t)?"number"==typeof(t=o.weekdaysParse(t))?t:null:parseInt(t,10)}(t,this.localeData()),this.add(t-o,"d")):o},on.weekday=function(t){if(!this.isValid())return null!=t?this:NaN;var o=(this.day()+7-this.localeData()._week.dow)%7;return null==t?o:this.add(t-o,"d")},on.isoWeekday=function(t){if(!this.isValid())return null!=t?this:NaN;if(null!=t){var o=function(t,o){return"string"==typeof t?o.weekdaysParse(t)%7||7:isNaN(t)?null:t}(t,this.localeData());return this.day(this.day()%7?o:o-7)}return this.day()||7},on.dayOfYear=function(t){var o=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==t?o:this.add(t-o,"d")},on.hour=on.hours=Lr,on.minute=on.minutes=qe,on.second=on.seconds=Xe,on.millisecond=on.milliseconds=Qe,on.utcOffset=function(t,o,r){var e,n=this._offset||0;if(!this.isValid())return null!=t?this:NaN;if(null!=t){if("string"==typeof t){if(null===(t=be(Ao,t)))return this}else Math.abs(t)<16&&!r&&(t*=60);return!this._isUTC&&o&&(e=Ne(this)),this._offset=t,this._isUTC=!0,null!=e&&this.add(e,"m"),n!==t&&(!o||this._changeInProgress?Me(this,Ce(t-n,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,Dt.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?n:Ne(this)},on.utc=function(t){return this.utcOffset(0,t)},on.local=function(t){return this._isUTC&&(this.utcOffset(0,t),this._isUTC=!1,t&&this.subtract(Ne(this),"m")),this},on.parseZone=function(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var t=be(Fo,this._i);null!=t?this.utcOffset(t):this.utcOffset(0,!0)}return this},on.hasAlignedHourOffset=function(t){return!!this.isValid()&&(t=t?ce(t).utcOffset():0,(this.utcOffset()-t)%60==0)},on.isDST=function(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()},on.isLocal=function(){return!!this.isValid()&&!this._isUTC},on.isUtcOffset=function(){return!!this.isValid()&&this._isUTC},on.isUtc=ve,on.isUTC=ve,on.zoneAbbr=function(){return this._isUTC?"UTC":""},on.zoneName=function(){return this._isUTC?"Coordinated Universal Time":""},on.dates=qt("dates accessor is deprecated. Use date instead.",Je),on.months=qt("months accessor is deprecated. Use month instead",hr),on.years=qt("years accessor is deprecated. Use year instead",yr),on.zone=qt("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",(function(t,o){return null!=t?("string"!=typeof t&&(t=-t),this.utcOffset(t,o),this):-this.utcOffset()})),on.isDSTShifted=qt("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",(function(){if(!It(this._isDSTShifted))return this._isDSTShifted;var t,o={};return Pt(o,this),(o=ae(o))._a?(t=o._isUTC?Ht(o._a):ce(o._a),this._isDSTShifted=this.isValid()&&function(t,o,r){var e,n=Math.min(t.length,o.length),i=Math.abs(t.length-o.length),a=0;for(e=0;e<n;e++)(r&&t[e]!==o[e]||!r&&No(t[e])!==No(o[e]))&&a++;return a+i}(o._a,t.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}));var en=ro.prototype;function nn(t,o,r,e){var n=$r(),i=Ht().set(e,o);return n[r](i,t)}function an(t,o,r){if(Zt(t)&&(o=t,t=void 0),t=t||"",null!=o)return nn(t,o,r,"month");var e,n=[];for(e=0;e<12;e++)n[e]=nn(t,e,r,"month");return n}function sn(t,o,r,e){"boolean"==typeof t?(Zt(o)&&(r=o,o=void 0),o=o||""):(r=o=t,t=!1,Zt(o)&&(r=o,o=void 0),o=o||"");var n,i=$r(),a=t?i._week.dow:0,s=[];if(null!=r)return nn(o,(r+a)%7,e,"day");for(n=0;n<7;n++)s[n]=nn(o,(n+a)%7,e,"day");return s}en.calendar=function(t,o,r){var e=this._calendar[t]||this._calendar.sameElse;return to(e)?e.call(o,r):e},en.longDateFormat=function(t){var o=this._longDateFormat[t],r=this._longDateFormat[t.toUpperCase()];return o||!r?o:(this._longDateFormat[t]=r.match(no).map((function(t){return"MMMM"===t||"MM"===t||"DD"===t||"dddd"===t?t.slice(1):t})).join(""),this._longDateFormat[t])},en.invalidDate=function(){return this._invalidDate},en.ordinal=function(t){return this._ordinal.replace("%d",t)},en.preparse=rn,en.postformat=rn,en.relativeTime=function(t,o,r,e){var n=this._relativeTime[r];return to(n)?n(t,o,r,e):n.replace(/%d/i,t)},en.pastFuture=function(t,o){var r=this._relativeTime[t>0?"future":"past"];return to(r)?r(o):r.replace(/%s/i,o)},en.set=function(t){var o,r;for(r in t)Yt(t,r)&&(to(o=t[r])?this[r]=o:this["_"+r]=o);this._config=t,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)},en.eras=function(t,o){var r,e,n,i=this._eras||$r("en")._eras;for(r=0,e=i.length;r<e;++r){if("string"==typeof i[r].since)n=Dt(i[r].since).startOf("day"),i[r].since=n.valueOf();switch(typeof i[r].until){case"undefined":i[r].until=1/0;break;case"string":n=Dt(i[r].until).startOf("day").valueOf(),i[r].until=n.valueOf()}}return i},en.erasParse=function(t,o,r){var e,n,i,a,s,c=this.eras();for(t=t.toUpperCase(),e=0,n=c.length;e<n;++e)if(i=c[e].name.toUpperCase(),a=c[e].abbr.toUpperCase(),s=c[e].narrow.toUpperCase(),r)switch(o){case"N":case"NN":case"NNN":if(a===t)return c[e];break;case"NNNN":if(i===t)return c[e];break;case"NNNNN":if(s===t)return c[e]}else if([i,a,s].indexOf(t)>=0)return c[e]},en.erasConvertYear=function(t,o){var r=t.since<=t.until?1:-1;return void 0===o?Dt(t.since).year():Dt(t.since).year()+(o-t.offset)*r},en.erasAbbrRegex=function(t){return Yt(this,"_erasAbbrRegex")||Be.call(this),t?this._erasAbbrRegex:this._erasRegex},en.erasNameRegex=function(t){return Yt(this,"_erasNameRegex")||Be.call(this),t?this._erasNameRegex:this._erasRegex},en.erasNarrowRegex=function(t){return Yt(this,"_erasNarrowRegex")||Be.call(this),t?this._erasNarrowRegex:this._erasRegex},en.months=function(t,o){return t?Wt(this._months)?this._months[t.month()]:this._months[(this._months.isFormat||sr).test(o)?"format":"standalone"][t.month()]:Wt(this._months)?this._months:this._months.standalone},en.monthsShort=function(t,o){return t?Wt(this._monthsShort)?this._monthsShort[t.month()]:this._monthsShort[sr.test(o)?"format":"standalone"][t.month()]:Wt(this._monthsShort)?this._monthsShort:this._monthsShort.standalone},en.monthsParse=function(t,o,r){var e,n,i;if(this._monthsParseExact)return fr.call(this,t,o,r);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),e=0;e<12;e++){if(n=Ht([2e3,e]),r&&!this._longMonthsParse[e]&&(this._longMonthsParse[e]=new RegExp("^"+this.months(n,"").replace(".","")+"$","i"),this._shortMonthsParse[e]=new RegExp("^"+this.monthsShort(n,"").replace(".","")+"$","i")),r||this._monthsParse[e]||(i="^"+this.months(n,"")+"|^"+this.monthsShort(n,""),this._monthsParse[e]=new RegExp(i.replace(".",""),"i")),r&&"MMMM"===o&&this._longMonthsParse[e].test(t))return e;if(r&&"MMM"===o&&this._shortMonthsParse[e].test(t))return e;if(!r&&this._monthsParse[e].test(t))return e}},en.monthsRegex=function(t){return this._monthsParseExact?(Yt(this,"_monthsRegex")||dr.call(this),t?this._monthsStrictRegex:this._monthsRegex):(Yt(this,"_monthsRegex")||(this._monthsRegex=lr),this._monthsStrictRegex&&t?this._monthsStrictRegex:this._monthsRegex)},en.monthsShortRegex=function(t){return this._monthsParseExact?(Yt(this,"_monthsRegex")||dr.call(this),t?this._monthsShortStrictRegex:this._monthsShortRegex):(Yt(this,"_monthsShortRegex")||(this._monthsShortRegex=cr),this._monthsShortStrictRegex&&t?this._monthsShortStrictRegex:this._monthsShortRegex)},en.week=function(t){return Nr(t,this._week.dow,this._week.doy).week},en.firstDayOfYear=function(){return this._week.doy},en.firstDayOfWeek=function(){return this._week.dow},en.weekdays=function(t,o){var r=Wt(this._weekdays)?this._weekdays:this._weekdays[t&&!0!==t&&this._weekdays.isFormat.test(o)?"format":"standalone"];return!0===t?Sr(r,this._week.dow):t?r[t.day()]:r},en.weekdaysMin=function(t){return!0===t?Sr(this._weekdaysMin,this._week.dow):t?this._weekdaysMin[t.day()]:this._weekdaysMin},en.weekdaysShort=function(t){return!0===t?Sr(this._weekdaysShort,this._week.dow):t?this._weekdaysShort[t.day()]:this._weekdaysShort},en.weekdaysParse=function(t,o,r){var e,n,i;if(this._weekdaysParseExact)return Ur.call(this,t,o,r);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),e=0;e<7;e++){if(n=Ht([2e3,1]).day(e),r&&!this._fullWeekdaysParse[e]&&(this._fullWeekdaysParse[e]=new RegExp("^"+this.weekdays(n,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[e]=new RegExp("^"+this.weekdaysShort(n,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[e]=new RegExp("^"+this.weekdaysMin(n,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[e]||(i="^"+this.weekdays(n,"")+"|^"+this.weekdaysShort(n,"")+"|^"+this.weekdaysMin(n,""),this._weekdaysParse[e]=new RegExp(i.replace(".",""),"i")),r&&"dddd"===o&&this._fullWeekdaysParse[e].test(t))return e;if(r&&"ddd"===o&&this._shortWeekdaysParse[e].test(t))return e;if(r&&"dd"===o&&this._minWeekdaysParse[e].test(t))return e;if(!r&&this._weekdaysParse[e].test(t))return e}},en.weekdaysRegex=function(t){return this._weekdaysParseExact?(Yt(this,"_weekdaysRegex")||Dr.call(this),t?this._weekdaysStrictRegex:this._weekdaysRegex):(Yt(this,"_weekdaysRegex")||(this._weekdaysRegex=Rr),this._weekdaysStrictRegex&&t?this._weekdaysStrictRegex:this._weekdaysRegex)},en.weekdaysShortRegex=function(t){return this._weekdaysParseExact?(Yt(this,"_weekdaysRegex")||Dr.call(this),t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(Yt(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Er),this._weekdaysShortStrictRegex&&t?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)},en.weekdaysMinRegex=function(t){return this._weekdaysParseExact?(Yt(this,"_weekdaysRegex")||Dr.call(this),t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(Yt(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Mr),this._weekdaysMinStrictRegex&&t?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)},en.isPM=function(t){return"p"===(t+"").toLowerCase().charAt(0)},en.meridiem=function(t,o,r){return t>11?r?"pm":"PM":r?"am":"AM"},Gr("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(t){var o=t%10;return t+(1===No(t%100/10)?"th":1===o?"st":2===o?"nd":3===o?"rd":"th")}}),Dt.lang=qt("moment.lang is deprecated. Use moment.locale instead.",Gr),Dt.langData=qt("moment.langData is deprecated. Use moment.localeData instead.",$r);var cn=Math.abs;function ln(t,o,r,e){var n=Ce(o,r);return t._milliseconds+=e*n._milliseconds,t._days+=e*n._days,t._months+=e*n._months,t._bubble()}function fn(t){return t<0?Math.floor(t):Math.ceil(t)}function un(t){return 4800*t/146097}function hn(t){return 146097*t/4800}function dn(t){return function(){return this.as(t)}}var pn=dn("ms"),yn=dn("s"),gn=dn("m"),mn=dn("h"),bn=dn("d"),On=dn("w"),Nn=dn("M"),vn=dn("Q"),Sn=dn("y");function wn(t){return function(){return this.isValid()?this._data[t]:NaN}}var Cn=wn("milliseconds"),xn=wn("seconds"),Rn=wn("minutes"),En=wn("hours"),Mn=wn("days"),Un=wn("months"),Dn=wn("years");var Wn=Math.round,kn={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function Yn(t,o,r,e,n){return n.relativeTime(o||1,!!r,t,e)}var Ln=Math.abs;function In(t){return(t>0)-(t<0)||+t}function Zn(){if(!this.isValid())return this.localeData().invalidDate();var t,o,r,e,n,i,a,s,c=Ln(this._milliseconds)/1e3,l=Ln(this._days),f=Ln(this._months),u=this.asSeconds();return u?(t=Oo(c/60),o=Oo(t/60),c%=60,t%=60,r=Oo(f/12),f%=12,e=c?c.toFixed(3).replace(/\.?0+$/,""):"",n=u<0?"-":"",i=In(this._months)!==In(u)?"-":"",a=In(this._days)!==In(u)?"-":"",s=In(this._milliseconds)!==In(u)?"-":"",n+"P"+(r?i+r+"Y":"")+(f?i+f+"M":"")+(l?a+l+"D":"")+(o||t||c?"T":"")+(o?s+o+"H":"")+(t?s+t+"M":"")+(c?s+e+"S":"")):"P0D"}var Kn=de.prototype;Kn.isValid=function(){return this._isValid},Kn.abs=function(){var t=this._data;return this._milliseconds=cn(this._milliseconds),this._days=cn(this._days),this._months=cn(this._months),t.milliseconds=cn(t.milliseconds),t.seconds=cn(t.seconds),t.minutes=cn(t.minutes),t.hours=cn(t.hours),t.months=cn(t.months),t.years=cn(t.years),this},Kn.add=function(t,o){return ln(this,t,o,1)},Kn.subtract=function(t,o){return ln(this,t,o,-1)},Kn.as=function(t){if(!this.isValid())return NaN;var o,r,e=this._milliseconds;if("month"===(t=po(t))||"quarter"===t||"year"===t)switch(o=this._days+e/864e5,r=this._months+un(o),t){case"month":return r;case"quarter":return r/3;case"year":return r/12}else switch(o=this._days+Math.round(hn(this._months)),t){case"week":return o/7+e/6048e5;case"day":return o+e/864e5;case"hour":return 24*o+e/36e5;case"minute":return 1440*o+e/6e4;case"second":return 86400*o+e/1e3;case"millisecond":return Math.floor(864e5*o)+e;default:throw new Error("Unknown unit "+t)}},Kn.asMilliseconds=pn,Kn.asSeconds=yn,Kn.asMinutes=gn,Kn.asHours=mn,Kn.asDays=bn,Kn.asWeeks=On,Kn.asMonths=Nn,Kn.asQuarters=vn,Kn.asYears=Sn,Kn.valueOf=function(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*No(this._months/12):NaN},Kn._bubble=function(){var t,o,r,e,n,i=this._milliseconds,a=this._days,s=this._months,c=this._data;return i>=0&&a>=0&&s>=0||i<=0&&a<=0&&s<=0||(i+=864e5*fn(hn(s)+a),a=0,s=0),c.milliseconds=i%1e3,t=Oo(i/1e3),c.seconds=t%60,o=Oo(t/60),c.minutes=o%60,r=Oo(o/60),c.hours=r%24,a+=Oo(r/24),s+=n=Oo(un(a)),a-=fn(hn(n)),e=Oo(s/12),s%=12,c.days=a,c.months=s,c.years=e,this},Kn.clone=function(){return Ce(this)},Kn.get=function(t){return t=po(t),this.isValid()?this[t+"s"]():NaN},Kn.milliseconds=Cn,Kn.seconds=xn,Kn.minutes=Rn,Kn.hours=En,Kn.days=Mn,Kn.weeks=function(){return Oo(this.days()/7)},Kn.months=Un,Kn.years=Dn,Kn.humanize=function(t,o){if(!this.isValid())return this.localeData().invalidDate();var r,e,n=!1,i=kn;return"object"==typeof t&&(o=t,t=!1),"boolean"==typeof t&&(n=t),"object"==typeof o&&(i=Object.assign({},kn,o),null!=o.s&&null==o.ss&&(i.ss=o.s-1)),e=function(t,o,r,e){var n=Ce(t).abs(),i=Wn(n.as("s")),a=Wn(n.as("m")),s=Wn(n.as("h")),c=Wn(n.as("d")),l=Wn(n.as("M")),f=Wn(n.as("w")),u=Wn(n.as("y")),h=i<=r.ss&&["s",i]||i<r.s&&["ss",i]||a<=1&&["m"]||a<r.m&&["mm",a]||s<=1&&["h"]||s<r.h&&["hh",s]||c<=1&&["d"]||c<r.d&&["dd",c];return null!=r.w&&(h=h||f<=1&&["w"]||f<r.w&&["ww",f]),(h=h||l<=1&&["M"]||l<r.M&&["MM",l]||u<=1&&["y"]||["yy",u])[2]=o,h[3]=+t>0,h[4]=e,Yn.apply(null,h)}(this,!n,i,r=this.localeData()),n&&(e=r.pastFuture(+this,e)),r.postformat(e)},Kn.toISOString=Zn,Kn.toString=Zn,Kn.toJSON=Zn,Kn.locale=Le,Kn.localeData=Ze,Kn.toIsoString=qt("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",Zn),Kn.lang=Ie,co("X",0,0,"unix"),co("x",0,0,"valueOf"),To("x",Ko),To("X",/[+-]?\d+(\.\d{1,3})?/),Bo("X",(function(t,o,r){r._d=new Date(1e3*parseFloat(t))})),Bo("x",(function(t,o,r){r._d=new Date(No(t))})),
88
88
  //! moment.js
89
- Ot.version="2.29.4",Dt=se,Ot.fn=Qe,Ot.min=function(){return ae("isBefore",[].slice.call(arguments,0))},Ot.max=function(){return ae("isAfter",[].slice.call(arguments,0))},Ot.now=function(){return Date.now?Date.now():+new Date},Ot.utc=Ut,Ot.unix=function(t){return se(1e3*t)},Ot.months=function(t,n){return ir(t,n,"months")},Ot.isDate=Ht,Ot.locale=Wi,Ot.invalid=Lt,Ot.duration=Me,Ot.isMoment=Zt,Ot.weekdays=function(t,n,i){return er(t,n,i,"weekdays")},Ot.parseZone=function(){return se.apply(null,arguments).parseZone()},Ot.localeData=ji,Ot.isDuration=le,Ot.monthsShort=function(t,n){return ir(t,n,"monthsShort")},Ot.weekdaysMin=function(t,n,i){return er(t,n,i,"weekdaysMin")},Ot.defineLocale=Li,Ot.updateLocale=function(t,n){if(null!=n){var i,e,r=_i;null!=Hi[t]&&null!=Hi[t].parentLocale?Hi[t].set(Qt(Hi[t]._config,n)):(null!=(e=$i(t))&&(r=e._config),n=Qt(r,n),null==e&&(n.abbr=t),(i=new Xt(n)).parentLocale=Hi[t],Hi[t]=i),Wi(t)}else null!=Hi[t]&&(null!=Hi[t].parentLocale?(Hi[t]=Hi[t].parentLocale,t===Wi()&&Wi(t)):null!=Hi[t]&&delete Hi[t]);return Hi[t]},Ot.locales=function(){return Kt(Hi)},Ot.weekdaysShort=function(t,n,i){return er(t,n,i,"weekdaysShort")},Ot.normalizeUnits=ln,Ot.relativeTimeRounding=function(t){return void 0===t?Or:"function"==typeof t&&(Or=t,!0)},Ot.relativeTimeThreshold=function(t,n){return void 0!==kr[t]&&(void 0===n?kr[t]:(kr[t]=n,"s"===t&&(kr.ss=n-1),!0))},Ot.calendarFormat=function(t,n){var i=t.diff(n,"days",!0);return i<-6?"sameElse":i<-1?"lastWeek":i<0?"lastDay":i<1?"sameDay":i<2?"nextDay":i<7?"nextWeek":"sameElse"},Ot.prototype=Qe,Ot.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"};
89
+ Dt.version="2.29.4",Mt=ce,Dt.fn=on,Dt.min=function(){return ue("isBefore",[].slice.call(arguments,0))},Dt.max=function(){return ue("isAfter",[].slice.call(arguments,0))},Dt.now=function(){return Date.now?Date.now():+new Date},Dt.utc=Ht,Dt.unix=function(t){return ce(1e3*t)},Dt.months=function(t,o){return an(t,o,"months")},Dt.isDate=Kt,Dt.locale=Gr,Dt.invalid=_t,Dt.duration=Ce,Dt.isMoment=zt,Dt.weekdays=function(t,o,r){return sn(t,o,r,"weekdays")},Dt.parseZone=function(){return ce.apply(null,arguments).parseZone()},Dt.localeData=$r,Dt.isDuration=pe,Dt.monthsShort=function(t,o){return an(t,o,"monthsShort")},Dt.weekdaysMin=function(t,o,r){return sn(t,o,r,"weekdaysMin")},Dt.defineLocale=_r,Dt.updateLocale=function(t,o){if(null!=o){var r,e,n=Zr;null!=Kr[t]&&null!=Kr[t].parentLocale?Kr[t].set(oo(Kr[t]._config,o)):(null!=(e=Tr(t))&&(n=e._config),o=oo(n,o),null==e&&(o.abbr=t),(r=new ro(o)).parentLocale=Kr[t],Kr[t]=r),Gr(t)}else null!=Kr[t]&&(null!=Kr[t].parentLocale?(Kr[t]=Kr[t].parentLocale,t===Gr()&&Gr(t)):null!=Kr[t]&&delete Kr[t]);return Kr[t]},Dt.locales=function(){return Vt(Kr)},Dt.weekdaysShort=function(t,o,r){return sn(t,o,r,"weekdaysShort")},Dt.normalizeUnits=po,Dt.relativeTimeRounding=function(t){return void 0===t?Wn:"function"==typeof t&&(Wn=t,!0)},Dt.relativeTimeThreshold=function(t,o){return void 0!==kn[t]&&(void 0===o?kn[t]:(kn[t]=o,"s"===t&&(kn.ss=o-1),!0))},Dt.calendarFormat=function(t,o){var r=t.diff(o,"days",!0);return r<-6?"sameElse":r<-1?"lastWeek":r<0?"lastDay":r<1?"sameDay":r<2?"nextDay":r<7?"nextWeek":"sameElse"},Dt.prototype=on,Dt.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"};
90
90
  /**
91
91
  * @license
92
92
  * Copyright 2017 Google LLC
93
93
  * SPDX-License-Identifier: BSD-3-Clause
94
94
  */
95
- const Hr=2;class Ar{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,n,i){this._$Ct=t,this._$AM=n,this._$Ci=i}_$AS(t,n){return this.update(t,n)}update(t,n){return this.render(...n)}}
95
+ const Fn=2;class An{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,r){this._$Ct=t,this._$AM=o,this._$Ci=r}_$AS(t,o){return this.update(t,o)}update(t,o){return this.render(...o)}}
96
96
  /**
97
97
  * @license
98
98
  * Copyright 2020 Google LLC
99
99
  * SPDX-License-Identifier: BSD-3-Clause
100
- */const{I:Fr}=at,Ur=()=>document.createComment(""),$r=(t,n,i)=>{var e;const r=t._$AA.parentNode,s=void 0===n?t._$AB:n._$AA;if(void 0===i){const n=r.insertBefore(Ur(),s),e=r.insertBefore(Ur(),s);i=new Fr(n,e,t,t.options)}else{const n=i._$AB.nextSibling,o=i._$AM,u=o!==t;if(u){let n;null===(e=i._$AQ)||void 0===e||e.call(i,t),i._$AM=t,void 0!==i._$AP&&(n=t._$AU)!==o._$AU&&i._$AP(n)}if(n!==s||u){let t=i._$AA;for(;t!==n;){const n=t.nextSibling;r.insertBefore(t,s),t=n}}}return i},Wr=(t,n,i=t)=>(t._$AI(n,i),t),Lr={},jr=t=>{var n;null===(n=t._$AP)||void 0===n||n.call(t,!1,!0);let i=t._$AA;const e=t._$AB.nextSibling;for(;i!==e;){const t=i.nextSibling;i.remove(),i=t}},Gr=(t,n,i)=>{const e=new Map;for(let r=n;r<=i;r++)e.set(t[r],r);return e},Pr=(t=>(...n)=>({_$litDirective$:t,values:n}))(class extends Ar{constructor(t){if(super(t),t.type!==Hr)throw Error("repeat() can only be used in text expressions")}dt(t,n,i){let e;void 0===i?i=n:void 0!==n&&(e=n);const r=[],s=[];let o=0;for(const n of t)r[o]=e?e(n,o):o,s[o]=i(n,o),o++;return{values:s,keys:r}}render(t,n,i){return this.dt(t,n,i).values}update(t,[n,i,e]){var r;const s=(t=>t._$AH)(t),{values:o,keys:u}=this.dt(n,i,e);if(!Array.isArray(s))return this.ht=u,o;const a=null!==(r=this.ht)&&void 0!==r?r:this.ht=[],h=[];let c,l,d=0,f=s.length-1,m=0,v=o.length-1;for(;d<=f&&m<=v;)if(null===s[d])d++;else if(null===s[f])f--;else if(a[d]===u[m])h[m]=Wr(s[d],o[m]),d++,m++;else if(a[f]===u[v])h[v]=Wr(s[f],o[v]),f--,v--;else if(a[d]===u[v])h[v]=Wr(s[d],o[v]),$r(t,h[v+1],s[d]),d++,v--;else if(a[f]===u[m])h[m]=Wr(s[f],o[m]),$r(t,s[d],s[f]),f--,m++;else if(void 0===c&&(c=Gr(u,m,v),l=Gr(a,d,f)),c.has(a[d]))if(c.has(a[f])){const n=l.get(u[m]),i=void 0!==n?s[n]:null;if(null===i){const n=$r(t,s[d]);Wr(n,o[m]),h[m]=n}else h[m]=Wr(i,o[m]),$r(t,s[d],i),s[n]=null;m++}else jr(s[f]),f--;else jr(s[d]),d++;for(;m<=v;){const n=$r(t,h[v+1]);Wr(n,o[m]),h[m++]=n}for(;d<=f;){const t=s[d++];null!==t&&jr(t)}return this.ht=u,((t,n=Lr)=>{t._$AH=n})(t,h),z}}),Ir={contentFont:mt.external(vt.contentFont,"Design system"),colorOnSurfaceHigh:mt.external(vt.colorOnSurfaceHigh,"Design system"),colorOnSurfaceMedium:mt.external(vt.colorOnSurfaceMedium,"Design system")},Zr=f`
100
+ */const{I:Hn}=ct,Tn=()=>document.createComment(""),Gn=(t,o,r)=>{var e;const n=t._$AA.parentNode,i=void 0===o?t._$AB:o._$AA;if(void 0===r){const o=n.insertBefore(Tn(),i),e=n.insertBefore(Tn(),i);r=new Hn(o,e,t,t.options)}else{const o=r._$AB.nextSibling,a=r._$AM,s=a!==t;if(s){let o;null===(e=r._$AQ)||void 0===e||e.call(r,t),r._$AM=t,void 0!==r._$AP&&(o=t._$AU)!==a._$AU&&r._$AP(o)}if(o!==i||s){let t=r._$AA;for(;t!==o;){const o=t.nextSibling;n.insertBefore(t,i),t=o}}}return r},_n=(t,o,r=t)=>(t._$AI(o,r),t),$n={},Bn=t=>{var o;null===(o=t._$AP)||void 0===o||o.call(t,!1,!0);let r=t._$AA;const e=t._$AB.nextSibling;for(;r!==e;){const t=r.nextSibling;r.remove(),r=t}},Pn=(t,o,r)=>{const e=new Map;for(let n=o;n<=r;n++)e.set(t[n],n);return e},jn=(t=>(...o)=>({_$litDirective$:t,values:o}))(class extends An{constructor(t){if(super(t),t.type!==Fn)throw Error("repeat() can only be used in text expressions")}dt(t,o,r){let e;void 0===r?r=o:void 0!==o&&(e=o);const n=[],i=[];let a=0;for(const o of t)n[a]=e?e(o,a):a,i[a]=r(o,a),a++;return{values:i,keys:n}}render(t,o,r){return this.dt(t,o,r).values}update(t,[o,r,e]){var n;const i=(t=>t._$AH)(t),{values:a,keys:s}=this.dt(o,r,e);if(!Array.isArray(i))return this.ht=s,a;const c=null!==(n=this.ht)&&void 0!==n?n:this.ht=[],l=[];let f,u,h=0,d=i.length-1,p=0,y=a.length-1;for(;h<=d&&p<=y;)if(null===i[h])h++;else if(null===i[d])d--;else if(c[h]===s[p])l[p]=_n(i[h],a[p]),h++,p++;else if(c[d]===s[y])l[y]=_n(i[d],a[y]),d--,y--;else if(c[h]===s[y])l[y]=_n(i[h],a[y]),Gn(t,l[y+1],i[h]),h++,y--;else if(c[d]===s[p])l[p]=_n(i[d],a[p]),Gn(t,i[h],i[d]),d--,p++;else if(void 0===f&&(f=Pn(s,p,y),u=Pn(c,h,d)),f.has(c[h]))if(f.has(c[d])){const o=u.get(s[p]),r=void 0!==o?i[o]:null;if(null===r){const o=Gn(t,i[h]);_n(o,a[p]),l[p]=o}else l[p]=_n(r,a[p]),Gn(t,i[h],r),i[o]=null;p++}else Bn(i[d]),d--;else Bn(i[h]),h++;for(;p<=y;){const o=Gn(t,l[y+1]);_n(o,a[p]),l[p++]=o}for(;h<=d;){const t=i[h++];null!==t&&Bn(t)}return this.ht=s,((t,o=$n)=>{t._$AH=o})(t,l),j}}),zn={contentFont:yt.external(bt.contentFont,"Design system"),colorOnSurfaceHigh:yt.external(bt.colorOnSurfaceHigh,"Design system"),colorOnSurfaceMedium:yt.external(bt.colorOnSurfaceMedium,"Design system")},Jn=d`
101
101
 
102
102
  table {
103
- font-family: ${Ir.contentFont};
103
+ font-family: ${zn.contentFont};
104
104
  padding-top: 10px;
105
105
  }
106
106
 
107
107
  .document-views {
108
- color: ${Ir.colorOnSurfaceHigh};
108
+ color: ${zn.colorOnSurfaceHigh};
109
109
  padding-right: 10px;
110
110
  }
111
111
 
112
112
  .document-title {
113
- color: ${Ir.colorOnSurfaceMedium};
113
+ color: ${zn.colorOnSurfaceMedium};
114
114
  padding-left: 10px;
115
115
  }
116
116
 
@@ -120,7 +120,7 @@ const Hr=2;class Ar{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,n,i)
120
120
  }
121
121
 
122
122
  ft-icon {
123
- color: ${Ir.colorOnSurfaceMedium};
123
+ color: ${zn.colorOnSurfaceMedium};
124
124
  }
125
125
 
126
126
  `;
@@ -128,34 +128,34 @@ const Hr=2;class Ar{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,n,i)
128
128
  * @license
129
129
  * Copyright 2017 Google LLC
130
130
  * SPDX-License-Identifier: BSD-3-Clause
131
- */var Br,zr=function(t,n,i,e){for(var r,s=arguments.length,o=s<3?n:null===e?e=Object.getOwnPropertyDescriptor(n,i):e,u=t.length-1;u>=0;u--)(r=t[u])&&(o=(s<3?r(o):s>3?r(n,i,o):r(n,i))||o);return s>3&&o&&Object.defineProperty(n,i,o),o};class Kr extends St{constructor(){super(...arguments),this.baseUrl="",this.startDate=Ot.utc().startOf("month").add(-3,"months").format("YYYY-MM-DD"),this.endDate=Ot.utc().startOf("month").format("YYYY-MM-DD"),this.documentNumber=10,this.documents=[],this.emptyResults=!1}render(){return 0===this.documents.length?this.emptyResults?B`
131
+ */var qn,Vn=function(t,o,r,e){for(var n,i=arguments.length,a=i<3?o:null===e?e=Object.getOwnPropertyDescriptor(o,r):e,s=t.length-1;s>=0;s--)(n=t[s])&&(a=(i<3?n(a):i>3?n(o,r,a):n(o,r))||a);return i>3&&a&&Object.defineProperty(o,r,a),a};class Qn extends xt{constructor(){super(...arguments),this.baseUrl="",this.startDate=Dt.utc().startOf("month").add(-3,"months").format("YYYY-MM-DD"),this.endDate=Dt.utc().startOf("month").format("YYYY-MM-DD"),this.documentNumber=10,this.documents=[],this.emptyResults=!1}render(){return 0===this.documents.length?this.emptyResults?P`
132
132
  <ft-typography variant="body1">No results during this period</ft-typography>
133
- `:B`
133
+ `:P`
134
134
  <div class="loader">
135
135
  <ft-loader></ft-loader>
136
136
  </div>
137
- `:B`
137
+ `:P`
138
138
  <div class="ft-analytics-top-documents">
139
139
  <table>
140
- ${Pr(this.documents,(t=>this.renderDocument(t)))}
140
+ ${jn(this.documents,(t=>this.renderDocument(t)))}
141
141
  </table>
142
142
  </div>
143
- `}renderDocument(t){return B`
143
+ `}renderDocument(t){return P`
144
144
  <tr data-title="${t.id}" style="overflow:hidden; width:100%">
145
145
  <td class="document-views">
146
146
  ${t.displayCount.toLocaleString()}
147
147
  </td>
148
148
  <td>
149
- ${Kr.getIcon(t.type)}
149
+ ${Qn.getIcon(t.type)}
150
150
  </td>
151
151
  <td class="document-title">
152
152
  ${t.title}
153
153
  </td>
154
154
  </tr>
155
- `}update(t){super.update(t),t.has("baseUrl")&&this.fetchDocuments().catch((t=>console.error("Cannot fetch documents: ",t)))}async fetchDocuments(){if(this.baseUrl){let t=await fetch(this.baseUrl+"/analytics/api/v2/documents/views-top",{method:"POST",headers:{"Content-Type":"application/json","Ft-Calling-App":"analytics/web-component"},body:JSON.stringify({endDate:this.endDate,paging:{page:1,perPage:this.documentNumber},startDate:this.startDate})});t.ok?(this.documents=(await t.json()).results,0===this.documents.length&&(this.emptyResults=!0)):console.log((await t.json()).message)}}static getIcon(t){switch(t){case"STRUCTURED_DOCUMENT":return B`
155
+ `}update(t){super.update(t),t.has("baseUrl")&&this.fetchDocuments().catch((t=>console.error("Cannot fetch documents: ",t)))}async fetchDocuments(){if(this.baseUrl){let t=await fetch(this.baseUrl+"/analytics/api/v2/documents/views-top",{method:"POST",headers:{"Content-Type":"application/json","Ft-Calling-App":"analytics/web-component"},body:JSON.stringify({endDate:this.endDate,paging:{page:1,perPage:this.documentNumber},startDate:this.startDate})});t.ok?(this.documents=(await t.json()).results,0===this.documents.length&&(this.emptyResults=!0)):console.log((await t.json()).message)}}static getIcon(t){switch(t){case"STRUCTURED_DOCUMENT":return P`
156
156
  <ft-icon>BOOK_PLAIN</ft-icon>
157
- `;case"UNSTRUCTURED_DOCUMENT":case"MAP_ATTACHMENT":case"RESOURCE":return B`
157
+ `;case"UNSTRUCTURED_DOCUMENT":case"MAP_ATTACHMENT":case"RESOURCE":return P`
158
158
  <ft-icon variant="file-format">UNKNOWN</ft-icon>
159
- `;case"SHARED_PERSONAL_BOOK":return B`
159
+ `;case"SHARED_PERSONAL_BOOK":return P`
160
160
  <ft-icon>SHARED_PBK</ft-icon>
161
- `;default:return B``}}}Kr.styles=Zr,zr([e({type:String})],Kr.prototype,"baseUrl",void 0),zr([e({type:String})],Kr.prototype,"startDate",void 0),zr([e({type:String})],Kr.prototype,"endDate",void 0),zr([e({type:String})],Kr.prototype,"documentNumber",void 0),zr([r()],Kr.prototype,"documents",void 0),zr([r()],Kr.prototype,"emptyResults",void 0),(Br="ft-analytics-top-documents",t=>{window.customElements.get(Br)||window.customElements.define(Br,t)})(Kr),t.FtAnalyticsTopDocuments=Kr,t.FtAnalyticsTopDocumentsCssVariables=Ir,t.styles=Zr}({});
161
+ `;default:return P``}}}Qn.styles=Jn,Vn([e({type:String})],Qn.prototype,"baseUrl",void 0),Vn([e({type:String})],Qn.prototype,"startDate",void 0),Vn([e({type:String})],Qn.prototype,"endDate",void 0),Vn([e({type:String})],Qn.prototype,"documentNumber",void 0),Vn([n()],Qn.prototype,"documents",void 0),Vn([n()],Qn.prototype,"emptyResults",void 0),(qn="ft-analytics-top-documents",t=>{window.customElements.get(qn)||window.customElements.define(qn,t)})(Qn),t.FtAnalyticsTopDocuments=Qn,t.FtAnalyticsTopDocumentsCssVariables=zn,t.styles=Jn}({});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-analytics-top-documents",
3
- "version": "1.0.58",
3
+ "version": "1.0.60",
4
4
  "description": "List the most viewed documents",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,11 +19,11 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-icon": "1.0.58",
23
- "@fluid-topics/ft-loader": "1.0.58",
24
- "@fluid-topics/ft-typography": "1.0.58",
25
- "@fluid-topics/ft-wc-utils": "1.0.58",
22
+ "@fluid-topics/ft-icon": "1.0.60",
23
+ "@fluid-topics/ft-loader": "1.0.60",
24
+ "@fluid-topics/ft-typography": "1.0.60",
25
+ "@fluid-topics/ft-wc-utils": "1.0.60",
26
26
  "lit": "2.7.2"
27
27
  },
28
- "gitHead": "110d1b1f9cb2239c15279f2e89047b028e15ca61"
28
+ "gitHead": "8eb7c2ef052f5d3f61ed0bf150fcaee093805450"
29
29
  }