@fluid-topics/ftds-file-button 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1656 @@
1
+ "use strict";(()=>{var A4=Object.defineProperty;var G=(t,e)=>{for(var r in e)A4(t,r,{get:e[r],enumerable:!0})};if(!ShadowRoot.prototype.createElement){let t=window.HTMLElement,e=window.customElements.define,r=window.customElements.get,o=window.customElements,a=new WeakMap,i=new WeakMap,s=new WeakMap,c=new WeakMap;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(E,S){if(E=E.toLowerCase(),this._getDefinition(E)!==void 0)throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${E}" has already been used with this registry`);if(this._definitionsByClass.get(S)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let A=S.prototype.attributeChangedCallback,T=new Set(S.observedAttributes||[]);y(S,T,A);let F={elementClass:S,connectedCallback:S.prototype.connectedCallback,disconnectedCallback:S.prototype.disconnectedCallback,adoptedCallback:S.prototype.adoptedCallback,attributeChangedCallback:A,formAssociated:S.formAssociated,formAssociatedCallback:S.prototype.formAssociatedCallback,formDisabledCallback:S.prototype.formDisabledCallback,formResetCallback:S.prototype.formResetCallback,formStateRestoreCallback:S.prototype.formStateRestoreCallback,observedAttributes:T};this._definitionsByTag.set(E,F),this._definitionsByClass.set(S,F);let Y=r.call(o,E);Y||(Y=h(E),e.call(o,E,Y)),this===window.customElements&&(s.set(S,F),F.standInClass=Y);let H=this._awaitingUpgrade.get(E);if(H){this._awaitingUpgrade.delete(E);for(let D of H)i.delete(D),x(D,F,!0)}let I=this._whenDefinedPromises.get(E);return I!==void 0&&(I.resolve(S),this._whenDefinedPromises.delete(E)),S}upgrade(){O.push(this),o.upgrade.apply(o,arguments),O.pop()}get(E){return this._definitionsByTag.get(E)?.elementClass}_getDefinition(E){return this._definitionsByTag.get(E)}whenDefined(E){let S=this._getDefinition(E);if(S!==void 0)return Promise.resolve(S.elementClass);let A=this._whenDefinedPromises.get(E);return A===void 0&&(A={},A.promise=new Promise(T=>A.resolve=T),this._whenDefinedPromises.set(E,A)),A.promise}_upgradeWhenDefined(E,S,A){let T=this._awaitingUpgrade.get(S);T||this._awaitingUpgrade.set(S,T=new Set),A?T.add(E):T.delete(E)}};let d;window.HTMLElement=function(){let S=d;if(S)return d=void 0,S;let A=s.get(this.constructor);if(!A)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return S=Reflect.construct(t,[],A.standInClass),Object.setPrototypeOf(S,this.constructor.prototype),a.set(S,A),S},window.HTMLElement.prototype=t.prototype;let u=E=>E===document||E instanceof ShadowRoot,m=E=>{let S=E.getRootNode();if(!u(S)){let A=O[O.length-1];if(A instanceof CustomElementRegistry)return A;S=A.getRootNode(),u(S)||(S=c.get(S)?.getRootNode()||document)}return S.customElements},h=E=>class{static get formAssociated(){return!0}constructor(){let A=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(A,HTMLElement.prototype);let T=m(A)||window.customElements,F=T._getDefinition(E);return F?x(A,F):i.set(A,T),A}connectedCallback(){let A=a.get(this);A?A.connectedCallback&&A.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,E,!0)}disconnectedCallback(){let A=a.get(this);A?A.disconnectedCallback&&A.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,E,!1)}adoptedCallback(){a.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let A=a.get(this);A&&A.formAssociated&&A?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let A=a.get(this);A?.formAssociated&&A?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let A=a.get(this);A?.formAssociated&&A?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let A=a.get(this);A?.formAssociated&&A?.formStateRestoreCallback?.apply(this,arguments)}},y=(E,S,A)=>{if(S.size===0||A===void 0)return;let T=E.prototype.setAttribute;T&&(E.prototype.setAttribute=function(H,I){let D=H.toLowerCase();if(S.has(D)){let W=this.getAttribute(D);T.call(this,D,I),A.call(this,D,W,I)}else T.call(this,D,I)});let F=E.prototype.removeAttribute;F&&(E.prototype.removeAttribute=function(H){let I=H.toLowerCase();if(S.has(I)){let D=this.getAttribute(I);F.call(this,I),A.call(this,I,D,null)}else F.call(this,I)});let Y=E.prototype.toggleAttribute;Y&&(E.prototype.toggleAttribute=function(H,I){let D=H.toLowerCase();if(S.has(D)){let W=this.getAttribute(D);Y.call(this,D,I);let ae=this.getAttribute(D);A.call(this,D,W,ae)}else Y.call(this,D,I)})},b=E=>{let S=Object.getPrototypeOf(E);if(S!==window.HTMLElement)return S===t?Object.setPrototypeOf(E,window.HTMLElement):b(S)},x=(E,S,A=!1)=>{Object.setPrototypeOf(E,S.elementClass.prototype),a.set(E,S),d=E;try{new S.elementClass}catch{b(S.elementClass),new S.elementClass}S.attributeChangedCallback&&S.observedAttributes.forEach(T=>{E.hasAttribute(T)&&S.attributeChangedCallback.call(E,T,null,E.getAttribute(T))}),A&&S.connectedCallback&&E.isConnected&&S.connectedCallback.call(E)},C=Element.prototype.attachShadow;Element.prototype.attachShadow=function(E){let S=C.apply(this,arguments);return E.customElements&&(S.customElements=E.customElements),S};let O=[document],R=(E,S,A=void 0)=>{let T=(A?Object.getPrototypeOf(A):E.prototype)[S];E.prototype[S]=function(){O.push(this);let F=T.apply(A||this,arguments);return F!==void 0&&c.set(F,this),O.pop(),F}};R(ShadowRoot,"createElement",document),R(ShadowRoot,"importNode",document),R(Element,"insertAdjacentHTML");let N=(E,S)=>{let A=Object.getOwnPropertyDescriptor(E.prototype,S);Object.defineProperty(E.prototype,S,{...A,set(T){O.push(this),A.set.call(this,T),O.pop()}})};if(N(Element,"innerHTML"),N(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let E=new WeakMap,S=HTMLElement.prototype.attachInternals,A=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...H){let I=S.call(this,...H);return E.set(I,this),I},A.forEach(H=>{let I=window.ElementInternals.prototype,D=I[H];I[H]=function(...W){let ae=E.get(this);if(a.get(ae).formAssociated===!0)return D?.call(this,...W);throw new DOMException(`Failed to execute ${D} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class T extends Array{constructor(I){super(...I),this._elements=I}get value(){return this._elements.find(I=>I.checked===!0)?.value||""}}class F{constructor(I){let D=new Map;I.forEach((W,ae)=>{let Un=W.getAttribute("name"),oc=D.get(Un)||[];this[+ae]=W,oc.push(W),D.set(Un,oc)}),this.length=I.length,D.forEach((W,ae)=>{W&&(W.length===1?this[ae]=W[0]:this[ae]=new T(W))})}namedItem(I){return this[I]}}let Y=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let H=Y.get.call(this,[]),I=[];for(let D of H){let W=a.get(D);(!W||W.formAssociated===!0)&&I.push(D)}return new F(I)}})}}try{window.customElements.define("custom-element",null)}catch{let e=window.customElements.define;window.customElements.define=(r,o,a)=>{var i;if(o!==null)try{e.bind(window.customElements)(r,o,a)}catch(s){!((i=s.message)===null||i===void 0)&&i.includes("this constructor has already been used")?window.customElements.define(r,class extends o{},a):console.info(r,o,a,s)}}}var Xn={};G(Xn,{CSSResult:()=>er,LitElement:()=>He,ReactiveElement:()=>Re,_$LE:()=>yc,_$LH:()=>Zn,adoptStyles:()=>Zr,css:()=>z,defaultConverter:()=>tr,getCompatibleStyle:()=>zo,html:()=>V,isServer:()=>sh,mathml:()=>Kn,noChange:()=>ie,notEqual:()=>Yr,nothing:()=>Z,render:()=>qn,supportsAdoptingStyleSheets:()=>Kr,svg:()=>Vn,unsafeCSS:()=>lt});var Po=globalThis,Kr=Po.ShadowRoot&&(Po.ShadyCSS===void 0||Po.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Fn=Symbol(),nc=new WeakMap,er=class{constructor(e,r,o){if(this._$cssResult$=!0,o!==Fn)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=e,this.t=r}get styleSheet(){let e=this.o,r=this.t;if(Kr&&e===void 0){let o=r!==void 0&&r.length===1;o&&(e=nc.get(r)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),o&&nc.set(r,e))}return e}toString(){return this.cssText}},lt=t=>new er(typeof t=="string"?t:t+"",void 0,Fn),z=(t,...e)=>{let r=t.length===1?t[0]:e.reduce(((o,a,i)=>o+(s=>{if(s._$cssResult$===!0)return s.cssText;if(typeof s=="number")return s;throw Error("Value passed to 'css' function must be a 'css' function result: "+s+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(a)+t[i+1]),t[0]);return new er(r,t,Fn)},Zr=(t,e)=>{if(Kr)t.adoptedStyleSheets=e.map((r=>r instanceof CSSStyleSheet?r:r.styleSheet));else for(let r of e){let o=document.createElement("style"),a=Po.litNonce;a!==void 0&&o.setAttribute("nonce",a),o.textContent=r.cssText,t.appendChild(o)}},zo=Kr?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let r="";for(let o of e.cssRules)r+=o.cssText;return lt(r)})(t):t;var{is:L4,defineProperty:O4,getOwnPropertyDescriptor:R4,getOwnPropertyNames:w4,getOwnPropertySymbols:_4,getPrototypeOf:N4}=Object,Do=globalThis,ac=Do.trustedTypes,M4=ac?ac.emptyScript:"",T4=Do.reactiveElementPolyfillSupport,qr=(t,e)=>t,tr={toAttribute(t,e){switch(e){case Boolean:t=t?M4:null;break;case Object:case Array:t=t==null?t:JSON.stringify(t)}return t},fromAttribute(t,e){let r=t;switch(e){case Boolean:r=t!==null;break;case Number:r=t===null?null:Number(t);break;case Object:case Array:try{r=JSON.parse(t)}catch{r=null}}return r}},Yr=(t,e)=>!L4(t,e),ic={attribute:!0,type:String,converter:tr,reflect:!1,useDefault:!1,hasChanged:Yr};Symbol.metadata??=Symbol("metadata"),Do.litPropertyMetadata??=new WeakMap;var Re=class extends HTMLElement{static addInitializer(e){this._$Ei(),(this.l??=[]).push(e)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(e,r=ic){if(r.state&&(r.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(e)&&((r=Object.create(r)).wrapped=!0),this.elementProperties.set(e,r),!r.noAccessor){let o=Symbol(),a=this.getPropertyDescriptor(e,o,r);a!==void 0&&O4(this.prototype,e,a)}}static getPropertyDescriptor(e,r,o){let{get:a,set:i}=R4(this.prototype,e)??{get(){return this[r]},set(s){this[r]=s}};return{get:a,set(s){let c=a?.call(this);i?.call(this,s),this.requestUpdate(e,c,o)},configurable:!0,enumerable:!0}}static getPropertyOptions(e){return this.elementProperties.get(e)??ic}static _$Ei(){if(this.hasOwnProperty(qr("elementProperties")))return;let e=N4(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(qr("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(qr("properties"))){let r=this.properties,o=[...w4(r),..._4(r)];for(let a of o)this.createProperty(a,r[a])}let e=this[Symbol.metadata];if(e!==null){let r=litPropertyMetadata.get(e);if(r!==void 0)for(let[o,a]of r)this.elementProperties.set(o,a)}this._$Eh=new Map;for(let[r,o]of this.elementProperties){let a=this._$Eu(r,o);a!==void 0&&this._$Eh.set(a,r)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(e){let r=[];if(Array.isArray(e)){let o=new Set(e.flat(1/0).reverse());for(let a of o)r.unshift(zo(a))}else e!==void 0&&r.push(zo(e));return r}static _$Eu(e,r){let o=r.attribute;return o===!1?void 0:typeof o=="string"?o:typeof e=="string"?e.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise((e=>this.enableUpdating=e)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((e=>e(this)))}addController(e){(this._$EO??=new Set).add(e),this.renderRoot!==void 0&&this.isConnected&&e.hostConnected?.()}removeController(e){this._$EO?.delete(e)}_$E_(){let e=new Map,r=this.constructor.elementProperties;for(let o of r.keys())this.hasOwnProperty(o)&&(e.set(o,this[o]),delete this[o]);e.size>0&&(this._$Ep=e)}createRenderRoot(){let e=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return Zr(e,this.constructor.elementStyles),e}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((e=>e.hostConnected?.()))}enableUpdating(e){}disconnectedCallback(){this._$EO?.forEach((e=>e.hostDisconnected?.()))}attributeChangedCallback(e,r,o){this._$AK(e,o)}_$ET(e,r){let o=this.constructor.elementProperties.get(e),a=this.constructor._$Eu(e,o);if(a!==void 0&&o.reflect===!0){let i=(o.converter?.toAttribute!==void 0?o.converter:tr).toAttribute(r,o.type);this._$Em=e,i==null?this.removeAttribute(a):this.setAttribute(a,i),this._$Em=null}}_$AK(e,r){let o=this.constructor,a=o._$Eh.get(e);if(a!==void 0&&this._$Em!==a){let i=o.getPropertyOptions(a),s=typeof i.converter=="function"?{fromAttribute:i.converter}:i.converter?.fromAttribute!==void 0?i.converter:tr;this._$Em=a,this[a]=s.fromAttribute(r,i.type)??this._$Ej?.get(a)??null,this._$Em=null}}requestUpdate(e,r,o){if(e!==void 0){let a=this.constructor,i=this[e];if(o??=a.getPropertyOptions(e),!((o.hasChanged??Yr)(i,r)||o.useDefault&&o.reflect&&i===this._$Ej?.get(e)&&!this.hasAttribute(a._$Eu(e,o))))return;this.C(e,r,o)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(e,r,{useDefault:o,reflect:a,wrapped:i},s){o&&!(this._$Ej??=new Map).has(e)&&(this._$Ej.set(e,s??r??this[e]),i!==!0||s!==void 0)||(this._$AL.has(e)||(this.hasUpdated||o||(r=void 0),this._$AL.set(e,r)),a===!0&&this._$Em!==e&&(this._$Eq??=new Set).add(e))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(r){Promise.reject(r)}let e=this.scheduleUpdate();return e!=null&&await e,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(let[a,i]of this._$Ep)this[a]=i;this._$Ep=void 0}let o=this.constructor.elementProperties;if(o.size>0)for(let[a,i]of o){let{wrapped:s}=i,c=this[a];s!==!0||this._$AL.has(a)||c===void 0||this.C(a,void 0,i,c)}}let e=!1,r=this._$AL;try{e=this.shouldUpdate(r),e?(this.willUpdate(r),this._$EO?.forEach((o=>o.hostUpdate?.())),this.update(r)):this._$EM()}catch(o){throw e=!1,this._$EM(),o}e&&this._$AE(r)}willUpdate(e){}_$AE(e){this._$EO?.forEach((r=>r.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(e)),this.updated(e)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(e){return!0}update(e){this._$Eq&&=this._$Eq.forEach((r=>this._$ET(r,this[r]))),this._$EM()}updated(e){}firstUpdated(e){}};Re.elementStyles=[],Re.shadowRootOptions={mode:"open"},Re[qr("elementProperties")]=new Map,Re[qr("finalized")]=new Map,T4?.({ReactiveElement:Re}),(Do.reactiveElementVersions??=[]).push("2.1.0");var $n=globalThis,Uo=$n.trustedTypes,sc=Uo?Uo.createPolicy("lit-html",{createHTML:t=>t}):void 0,Hn="$lit$",Ye=`lit$${Math.random().toFixed(9).slice(2)}$`,Gn="?"+Ye,k4=`<${Gn}>`,Ot=document,Jr=()=>Ot.createComment(""),Qr=t=>t===null||typeof t!="object"&&typeof t!="function",Wn=Array.isArray,pc=t=>Wn(t)||typeof t?.[Symbol.iterator]=="function",Bn=`[
2
+ \f\r]`,Xr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,cc=/-->/g,lc=/>/g,At=RegExp(`>|${Bn}(?:([^\\s"'>=/]+)(${Bn}*=${Bn}*(?:[^
3
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),dc=/'/g,uc=/"/g,hc=/^(?:script|style|textarea|title)$/i,jn=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),V=jn(1),Vn=jn(2),Kn=jn(3),ie=Symbol.for("lit-noChange"),Z=Symbol.for("lit-nothing"),fc=new WeakMap,Lt=Ot.createTreeWalker(Ot,129);function mc(t,e){if(!Wn(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return sc!==void 0?sc.createHTML(e):e}var gc=(t,e)=>{let r=t.length-1,o=[],a,i=e===2?"<svg>":e===3?"<math>":"",s=Xr;for(let c=0;c<r;c++){let d=t[c],u,m,h=-1,y=0;for(;y<d.length&&(s.lastIndex=y,m=s.exec(d),m!==null);)y=s.lastIndex,s===Xr?m[1]==="!--"?s=cc:m[1]!==void 0?s=lc:m[2]!==void 0?(hc.test(m[2])&&(a=RegExp("</"+m[2],"g")),s=At):m[3]!==void 0&&(s=At):s===At?m[0]===">"?(s=a??Xr,h=-1):m[1]===void 0?h=-2:(h=s.lastIndex-m[2].length,u=m[1],s=m[3]===void 0?At:m[3]==='"'?uc:dc):s===uc||s===dc?s=At:s===cc||s===lc?s=Xr:(s=At,a=void 0);let b=s===At&&t[c+1].startsWith("/>")?" ":"";i+=s===Xr?d+k4:h>=0?(o.push(u),d.slice(0,h)+Hn+d.slice(h)+Ye+b):d+Ye+(h===-2?c:b)}return[mc(t,i+(t[r]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),o]},eo=class t{constructor({strings:e,_$litType$:r},o){let a;this.parts=[];let i=0,s=0,c=e.length-1,d=this.parts,[u,m]=gc(e,r);if(this.el=t.createElement(u,o),Lt.currentNode=this.el.content,r===2||r===3){let h=this.el.content.firstChild;h.replaceWith(...h.childNodes)}for(;(a=Lt.nextNode())!==null&&d.length<c;){if(a.nodeType===1){if(a.hasAttributes())for(let h of a.getAttributeNames())if(h.endsWith(Hn)){let y=m[s++],b=a.getAttribute(h).split(Ye),x=/([.?@])?(.*)/.exec(y);d.push({type:1,index:i,name:x[2],strings:b,ctor:x[1]==="."?Bo:x[1]==="?"?$o:x[1]==="@"?Ho:wt}),a.removeAttribute(h)}else h.startsWith(Ye)&&(d.push({type:6,index:i}),a.removeAttribute(h));if(hc.test(a.tagName)){let h=a.textContent.split(Ye),y=h.length-1;if(y>0){a.textContent=Uo?Uo.emptyScript:"";for(let b=0;b<y;b++)a.append(h[b],Jr()),Lt.nextNode(),d.push({type:2,index:++i});a.append(h[y],Jr())}}}else if(a.nodeType===8)if(a.data===Gn)d.push({type:2,index:i});else{let h=-1;for(;(h=a.data.indexOf(Ye,h+1))!==-1;)d.push({type:7,index:i}),h+=Ye.length-1}i++}}static createElement(e,r){let o=Ot.createElement("template");return o.innerHTML=e,o}};function Rt(t,e,r=t,o){if(e===ie)return e;let a=o!==void 0?r._$Co?.[o]:r._$Cl,i=Qr(e)?void 0:e._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),i===void 0?a=void 0:(a=new i(t),a._$AT(t,r,o)),o!==void 0?(r._$Co??=[])[o]=a:r._$Cl=a),a!==void 0&&(e=Rt(t,a._$AS(t,e.values),a,o)),e}var Fo=class{constructor(e,r){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:r},parts:o}=this._$AD,a=(e?.creationScope??Ot).importNode(r,!0);Lt.currentNode=a;let i=Lt.nextNode(),s=0,c=0,d=o[0];for(;d!==void 0;){if(s===d.index){let u;d.type===2?u=new rr(i,i.nextSibling,this,e):d.type===1?u=new d.ctor(i,d.name,d.strings,this,e):d.type===6&&(u=new Go(i,this,e)),this._$AV.push(u),d=o[++c]}s!==d?.index&&(i=Lt.nextNode(),s++)}return Lt.currentNode=Ot,a}p(e){let r=0;for(let o of this._$AV)o!==void 0&&(o.strings!==void 0?(o._$AI(e,o,r),r+=o.strings.length-2):o._$AI(e[r])),r++}},rr=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,o,a){this.type=2,this._$AH=Z,this._$AN=void 0,this._$AA=e,this._$AB=r,this._$AM=o,this.options=a,this._$Cv=a?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,r=this._$AM;return r!==void 0&&e?.nodeType===11&&(e=r.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,r=this){e=Rt(this,e,r),Qr(e)?e===Z||e==null||e===""?(this._$AH!==Z&&this._$AR(),this._$AH=Z):e!==this._$AH&&e!==ie&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):pc(e)?this.k(e):this._(e)}O(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}T(e){this._$AH!==e&&(this._$AR(),this._$AH=this.O(e))}_(e){this._$AH!==Z&&Qr(this._$AH)?this._$AA.nextSibling.data=e:this.T(Ot.createTextNode(e)),this._$AH=e}$(e){let{values:r,_$litType$:o}=e,a=typeof o=="number"?this._$AC(e):(o.el===void 0&&(o.el=eo.createElement(mc(o.h,o.h[0]),this.options)),o);if(this._$AH?._$AD===a)this._$AH.p(r);else{let i=new Fo(a,this),s=i.u(this.options);i.p(r),this.T(s),this._$AH=i}}_$AC(e){let r=fc.get(e.strings);return r===void 0&&fc.set(e.strings,r=new eo(e)),r}k(e){Wn(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,o,a=0;for(let i of e)a===r.length?r.push(o=new t(this.O(Jr()),this.O(Jr()),this,this.options)):o=r[a],o._$AI(i),a++;a<r.length&&(this._$AR(o&&o._$AB.nextSibling,a),r.length=a)}_$AR(e=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);e&&e!==this._$AB;){let o=e.nextSibling;e.remove(),e=o}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},wt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,r,o,a,i){this.type=1,this._$AH=Z,this._$AN=void 0,this.element=e,this.name=r,this._$AM=a,this.options=i,o.length>2||o[0]!==""||o[1]!==""?(this._$AH=Array(o.length-1).fill(new String),this.strings=o):this._$AH=Z}_$AI(e,r=this,o,a){let i=this.strings,s=!1;if(i===void 0)e=Rt(this,e,r,0),s=!Qr(e)||e!==this._$AH&&e!==ie,s&&(this._$AH=e);else{let c=e,d,u;for(e=i[0],d=0;d<i.length-1;d++)u=Rt(this,c[o+d],r,d),u===ie&&(u=this._$AH[d]),s||=!Qr(u)||u!==this._$AH[d],u===Z?e=Z:e!==Z&&(e+=(u??"")+i[d+1]),this._$AH[d]=u}s&&!a&&this.j(e)}j(e){e===Z?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},Bo=class extends wt{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===Z?void 0:e}},$o=class extends wt{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==Z)}},Ho=class extends wt{constructor(e,r,o,a,i){super(e,r,o,a,i),this.type=5}_$AI(e,r=this){if((e=Rt(this,e,r,0)??Z)===ie)return;let o=this._$AH,a=e===Z&&o!==Z||e.capture!==o.capture||e.once!==o.once||e.passive!==o.passive,i=e!==Z&&(o===Z||a);a&&this.element.removeEventListener(this.name,this,o),i&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},Go=class{constructor(e,r,o){this.element=e,this.type=6,this._$AN=void 0,this._$AM=r,this.options=o}get _$AU(){return this._$AM._$AU}_$AI(e){Rt(this,e)}},Zn={M:Hn,P:Ye,A:Gn,C:1,L:gc,R:Fo,D:pc,V:Rt,I:rr,H:wt,N:$o,U:Ho,B:Bo,F:Go},I4=$n.litHtmlPolyfillSupport;I4?.(eo,rr),($n.litHtmlVersions??=[]).push("3.3.0");var qn=(t,e,r)=>{let o=r?.renderBefore??e,a=o._$litPart$;if(a===void 0){let i=r?.renderBefore??null;o._$litPart$=a=new rr(e.insertBefore(Jr(),i),i,void 0,r??{})}return a._$AI(t),a};var Yn=globalThis,He=class extends Re{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){let e=super.createRenderRoot();return this.renderOptions.renderBefore??=e.firstChild,e}update(e){let r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(e),this._$Do=qn(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return ie}};He._$litElement$=!0,He.finalized=!0,Yn.litElementHydrateSupport?.({LitElement:He});var P4=Yn.litElementPolyfillSupport;P4?.({LitElement:He});var yc={_$AK:(t,e,r)=>{t._$AK(e,r)},_$AL:t=>t._$AL};(Yn.litElementVersions??=[]).push("4.2.0");var sh=!1;var Qn={};G(Qn,{customElement:()=>z4,eventOptions:()=>U4,property:()=>L,query:()=>he,queryAll:()=>B4,queryAssignedElements:()=>H4,queryAssignedNodes:()=>Jn,queryAsync:()=>$4,standardProperty:()=>bc,state:()=>te});var z4=t=>(e,r)=>{r!==void 0?r.addInitializer((()=>{customElements.define(t,e)})):customElements.define(t,e)};var D4={attribute:!0,type:String,converter:tr,reflect:!1,hasChanged:Yr},bc=(t=D4,e,r)=>{let{kind:o,metadata:a}=r,i=globalThis.litPropertyMetadata.get(a);if(i===void 0&&globalThis.litPropertyMetadata.set(a,i=new Map),o==="setter"&&((t=Object.create(t)).wrapped=!0),i.set(r.name,t),o==="accessor"){let{name:s}=r;return{set(c){let d=e.get.call(this);e.set.call(this,c),this.requestUpdate(s,d,t)},init(c){return c!==void 0&&this.C(s,void 0,t,c),c}}}if(o==="setter"){let{name:s}=r;return function(c){let d=this[s];e.call(this,c),this.requestUpdate(s,d,t)}}throw Error("Unsupported decorator location: "+o)};function L(t){return(e,r)=>typeof r=="object"?bc(t,e,r):((o,a,i)=>{let s=a.hasOwnProperty(i);return a.constructor.createProperty(i,o),s?Object.getOwnPropertyDescriptor(a,i):void 0})(t,e,r)}function te(t){return L({...t,state:!0,attribute:!1})}function U4(t){return(e,r)=>{let o=typeof e=="function"?e:e[r];Object.assign(o,t)}}var Ie=(t,e,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(t,e,r),r);function he(t,e){return(r,o,a)=>{let i=s=>s.renderRoot?.querySelector(t)??null;if(e){let{get:s,set:c}=typeof o=="object"?r:a??(()=>{let d=Symbol();return{get(){return this[d]},set(u){this[d]=u}}})();return Ie(r,o,{get(){let d=s.call(this);return d===void 0&&(d=i(this),(d!==null||this.hasUpdated)&&c.call(this,d)),d}})}return Ie(r,o,{get(){return i(this)}})}}var F4;function B4(t){return(e,r)=>Ie(e,r,{get(){return(this.renderRoot??(F4??=document.createDocumentFragment())).querySelectorAll(t)}})}function $4(t){return(e,r)=>Ie(e,r,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})}function H4(t){return(e,r)=>{let{slot:o,selector:a}=t??{},i="slot"+(o?`[name=${o}]`:":not([name])");return Ie(e,r,{get(){let s=this.renderRoot?.querySelector(i),c=s?.assignedElements(t)??[];return a===void 0?c:c.filter((d=>d.matches(a)))}})}}function Jn(t){return(e,r)=>{let{slot:o}=t??{},a="slot"+(o?`[name=${o}]`:":not([name])");return Ie(e,r,{get(){return this.renderRoot?.querySelector(a)?.assignedNodes(t)??[]}})}}var ea={};G(ea,{repeat:()=>jo});var Ge={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},Se=t=>(...e)=>({_$litDirective$:t,values:e}),we=class{constructor(e){}get _$AU(){return this._$AM._$AU}_$AT(e,r,o){this._$Ct=e,this._$AM=r,this._$Ci=o}_$AS(e,r){return this.update(e,r)}update(e,r){return this.render(...r)}};var{I:G4}=Zn;var xc=t=>t.strings===void 0,vc=()=>document.createComment(""),or=(t,e,r)=>{let o=t._$AA.parentNode,a=e===void 0?t._$AB:e._$AA;if(r===void 0){let i=o.insertBefore(vc(),a),s=o.insertBefore(vc(),a);r=new G4(i,s,t,t.options)}else{let i=r._$AB.nextSibling,s=r._$AM,c=s!==t;if(c){let d;r._$AQ?.(t),r._$AM=t,r._$AP!==void 0&&(d=t._$AU)!==s._$AU&&r._$AP(d)}if(i!==a||c){let d=r._$AA;for(;d!==i;){let u=d.nextSibling;o.insertBefore(d,a),d=u}}}return r},dt=(t,e,r=t)=>(t._$AI(e,r),t),W4={},Sc=(t,e=W4)=>t._$AH=e,Cc=t=>t._$AH,Wo=t=>{t._$AP?.(!1,!0);let e=t._$AA,r=t._$AB.nextSibling;for(;e!==r;){let o=e.nextSibling;e.remove(),e=o}};var Ec=(t,e,r)=>{let o=new Map;for(let a=e;a<=r;a++)o.set(t[a],a);return o},jo=Se(class extends we{constructor(t){if(super(t),t.type!==Ge.CHILD)throw Error("repeat() can only be used in text expressions")}dt(t,e,r){let o;r===void 0?r=e:e!==void 0&&(o=e);let a=[],i=[],s=0;for(let c of t)a[s]=o?o(c,s):s,i[s]=r(c,s),s++;return{values:i,keys:a}}render(t,e,r){return this.dt(t,e,r).values}update(t,[e,r,o]){let a=Cc(t),{values:i,keys:s}=this.dt(e,r,o);if(!Array.isArray(a))return this.ut=s,i;let c=this.ut??=[],d=[],u,m,h=0,y=a.length-1,b=0,x=i.length-1;for(;h<=y&&b<=x;)if(a[h]===null)h++;else if(a[y]===null)y--;else if(c[h]===s[b])d[b]=dt(a[h],i[b]),h++,b++;else if(c[y]===s[x])d[x]=dt(a[y],i[x]),y--,x--;else if(c[h]===s[x])d[x]=dt(a[h],i[x]),or(t,d[x+1],a[h]),h++,x--;else if(c[y]===s[b])d[b]=dt(a[y],i[b]),or(t,a[h],a[y]),y--,b++;else if(u===void 0&&(u=Ec(s,b,x),m=Ec(c,h,y)),u.has(c[h]))if(u.has(c[y])){let C=m.get(s[b]),O=C!==void 0?a[C]:null;if(O===null){let R=or(t,a[h]);dt(R,i[b]),d[b]=R}else d[b]=dt(O,i[b]),or(t,a[h],O),a[C]=null;b++}else Wo(a[y]),y--;else Wo(a[h]),h++;for(;b<=x;){let C=or(t,d[x+1]);dt(C,i[b]),d[b++]=C}for(;h<=y;){let C=a[h++];C!==null&&Wo(C)}return this.ut=s,Sc(t,d),ie}});var ta={};G(ta,{classMap:()=>ut});var ut=Se(class extends we{constructor(t){if(super(t),t.type!==Ge.ATTRIBUTE||t.name!=="class"||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){if(this.st===void 0){this.st=new Set,t.strings!==void 0&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter((o=>o!==""))));for(let o in e)e[o]&&!this.nt?.has(o)&&this.st.add(o);return this.render(e)}let r=t.element.classList;for(let o of this.st)o in e||(r.remove(o),this.st.delete(o));for(let o in e){let a=!!e[o];a===this.st.has(o)||this.nt?.has(o)||(a?(r.add(o),this.st.add(o)):(r.remove(o),this.st.delete(o)))}return ie}});var ra={};G(ra,{styleMap:()=>V4});var Ac="important",j4=" !"+Ac,V4=Se(class extends we{constructor(t){if(super(t),t.type!==Ge.ATTRIBUTE||t.name!=="style"||t.strings?.length>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce(((e,r)=>{let o=t[r];return o==null?e:e+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${o};`}),"")}update(t,[e]){let{style:r}=t.element;if(this.ft===void 0)return this.ft=new Set(Object.keys(e)),this.render(e);for(let o of this.ft)e[o]==null&&(this.ft.delete(o),o.includes("-")?r.removeProperty(o):r[o]=null);for(let o in e){let a=e[o];if(a!=null){this.ft.add(o);let i=typeof a=="string"&&a.endsWith(j4);o.includes("-")||i?r.setProperty(o,i?a.slice(0,-11):a,i?Ac:""):r[o]=a}}return ie}});var na={};G(na,{UnsafeHTMLDirective:()=>nr,unsafeHTML:()=>oa});var nr=class extends we{constructor(e){if(super(e),this.it=Z,e.type!==Ge.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===Z||e==null)return this._t=void 0,this.it=e;if(e===ie)return e;if(typeof e!="string")throw Error(this.constructor.directiveName+"() called with a non-string value");if(e===this.it)return this._t;this.it=e;let r=[e];return r.raw=r,this._t={_$litType$:this.constructor.resultType,strings:r,values:[]}}};nr.directiveName="unsafeHTML",nr.resultType=1;var oa=Se(nr);var ha={};G(ha,{CacheRegistry:()=>We,ClearCacheEvent:()=>oo});var ia={};G(ia,{CancelablePromise:()=>Vo,CanceledPromiseError:()=>_t,cancelable:()=>aa});var _t=class extends Error{constructor(e,r,o){super(e),this.canceledPromiseResult=r,this.canceledPromiseError=o}},Vo=class extends Promise{constructor(e){super((r,o)=>e(a=>{this.isCanceled?o(new _t("Promise has been canceled",a)):r(a)},a=>{this.isCanceled?o(new _t("Promise has been canceled",void 0,a)):o(a)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},aa=t=>new Vo((e,r)=>t.then(e).catch(r));var pa={};G(pa,{FtNotificationEvent:()=>ro,PostResizeEvent:()=>fa,PreResizeEvent:()=>ua,WithEventBus:()=>Je,withEventBus:()=>Yo});var da={};G(da,{applyMixinOnce:()=>le,customElements:()=>re,dateReviver:()=>X4,deepCopy:()=>Pe,deepEqual:()=>Ee,delay:()=>Zo,eventPathContainsMatchingElement:()=>ca,everyDeep:()=>Y4,flatDeep:()=>Rc,forEachDeep:()=>wc,getComposedPathTo:()=>la,hasChanged:()=>Xe,ignoreComposingEvents:()=>td,last:()=>Q4,minmax:()=>Nt,parseDate:()=>Nc,randomId:()=>ed,someDeep:()=>_c,unslotText:()=>qo,waitFor:()=>Oc,waitUntil:()=>q4});var sa={};G(sa,{customElement:()=>to,dateProperty:()=>Z4,isNumber:()=>Lc,jsonProperty:()=>Ce,numberProperty:()=>Ko,optionalNumberProperty:()=>K4});var to=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function Ce(t,e){return L({type:Object,converter:{fromAttribute:r=>{if(r==null)return Pe(t);try{return JSON.parse(r)}catch{return Pe(t)}},toAttribute:r=>JSON.stringify(r)},hasChanged:Xe,...e??{}})}function K4(t){return Ko(t)}function Ko(t){return L({type:Object,converter:{fromAttribute:e=>{var r,o;if(e==null)return;let a=(r=t?.min)!==null&&r!==void 0?r:-1/0,i=(o=t?.max)!==null&&o!==void 0?o:1/0;return Lc(e)?Nt(a,+e,i):void 0},toAttribute:e=>e==null?void 0:""+e},useDefault:!0,...t??{}})}function Lc(t){return!isNaN(parseFloat(t))}function Z4(t){return L({type:Object,converter:{fromAttribute:e=>{if(e==null)return;let r=new Date(Date.parse(e));if(!isNaN(r.valueOf()))return r},toAttribute:e=>e?.toISOString()},useDefault:!0,...t??{}})}var Zo=t=>new Promise(e=>setTimeout(e,t));async function q4(t,e=10,r=2e4){await Oc(async()=>await t()||void 0,e,r)}async function Oc(t,e=10,r=2e4){let o=await t(),a=performance.now(),i=a;for(;o==null&&(!r||i-a<r);)await Zo(e),o=await t(),i=performance.now();if(o==null)throw new Error("Timeout exceeded");return o}function Rc(t,e){return t.flatMap(r=>[r,...Rc(e(r),e)])}function wc(t,e,r){let o=(a,i)=>{var s;for(let c=0;c<a.length;c++){let d=a[c];if(!(((s=r(d,c,a,i))!==null&&s!==void 0?s:!0)&&o(e(d),[...i,d])))return!1}return!0};o(t,[])}function _c(t,e,r){let o=!1;return wc(t,e,(a,i,s,c)=>(o=!!r(a,i,s,c),!o)),o}function Y4(t,e,r){return!_c(t,e,(o,a,i,s)=>!r(o,a,i,s))}function X4(...t){return(e,r)=>t.includes(e)?Nc(r):r}function Nc(t){return t.match(/^\d{4}-\d{2}-\d{2}$/)&&(t=t.replace(/-/g,"/")),t=t.replace(" ","T").replace(/^(.+)(\+\d{2})(\d{2})$/,(e,r,o,a)=>r+o+":"+a),new Date(t)}function J4(t,e){if(t===e)return!0;if(t&&e&&typeof t=="object"&&typeof e=="object"){if(t.constructor!==e.constructor)return!1;let r,o;if(Array.isArray(t)){if(r=t.length,r!=e.length)return!1;for(o=r;o--!==0;)if(!Ee(t[o],e[o]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(o of t.entries())if(!e.has(o[0]))return!1;for(o of t.entries())if(!Ee(o[1],e.get(o[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(o of t.entries())if(!e.has(o[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();let a=s=>Object.keys(s).filter(c=>s[c]!=null),i=a(t);if(r=i.length,r!==a(e).length)return!1;for(o=r;o--!==0;)if(!Object.prototype.hasOwnProperty.call(e,i[o]))return!1;for(o=r;o--!==0;){let s=i[o];if(!Ee(t[s],e[s]))return!1}return!0}return t!==t&&e!==e||t==null&&e==null}function Ee(t,e){try{return J4(t,e)}catch{return!1}}function Xe(t,e){return!Ee(t,e)}function ca(t,e,r=window.document.body){if(e.length>0){let o=t.composedPath();for(let a of o){if(a===r)return!1;if(a.matches&&e.some(i=>a.matches(i)))return!0}}return!1}function Nt(t,e,r){return Math.min(Math.max(t,e),r)}function Q4(t){return t[t.length-1]}function qo(t){return t instanceof HTMLSlotElement?t.assignedNodes().map(e=>qo(e)).join(""):t?.textContent||""}function la(t){let e=[],r=o=>{o.stopPropagation(),e=o.composedPath()};return t.addEventListener("get-composed-path",r),t.dispatchEvent(new Event("get-composed-path",{composed:!0})),t.removeEventListener("get-composed-path",r),e}function Pe(t){return typeof window.structuredClone=="function"?structuredClone(t):t!=null?JSON.parse(JSON.stringify(t)):t}function ed(t,e){return(e??"")+(""+Math.floor(Math.random()*10**t)).padStart(t,"0")}function le(t,e){let r=o=>o[t]===!0;return o=>{if(r(o))return o;let a=e(o);return a[t]=!0,a}}function td(){return function(t,e,r){let o=r.value;r.value=function(a,...i){if(a.isComposing||a.keyCode===229){a.stopPropagation();return}return o.apply(this,[a].concat(i))}}}function re(t){for(let[e,r]of Object.entries(t))to(e)(r)}var ro=class extends CustomEvent{constructor(e){super("ft-notification",{bubbles:!0,composed:!0,detail:e})}},ua=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},fa=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}},Yo=le(Symbol("withEventBus"),function(t,e){return class extends t{constructor(){super(...arguments),this.eventBus=e??document.createElement("span")}addEventListener(r,o,a){this.eventBus.addEventListener(r,o,a)}dispatchEvent(r){return this.eventBus.dispatchEvent(r)}removeEventListener(r,o,a){this.eventBus.removeEventListener(r,o,a)}}}),Je=class extends Yo(Object){};var oo=class extends CustomEvent{constructor(e){super("clear-cache",{detail:{clearedKeys:e}})}},We=class extends Je{constructor(){super(...arguments),this.content={}}register(e,r,o=!1){var a;let i=this.content[e],s=(a=i?.status)!==null&&a!==void 0?a:"REGISTERED";this.content[e]={...i,loader:r,final:o,status:s}}registerFinal(e,r){this.register(e,r,!0)}clearAll(e=!0){return this.clearMatching(()=>!0,e)}clearMatching(e,r=!0){let o=Object.keys(this.content).filter(e).filter(a=>this.clear(a,!1)!=null);return r&&o.length>0&&this.dispatchEvent(new oo(o)),o}clear(e,r=!0){if(this.content[e]&&!this.content[e].final)return this.forceClear(e),r&&this.dispatchEvent(new oo([e])),e}forceClear(e){var r;let o=this.content[e];o&&(this.clearClearTimeout(e),(r=o.promise)===null||r===void 0||r.cancel(),this.content[e]={loader:o.loader,final:o.final,status:"REGISTERED"})}clearClearTimeout(e){var r,o,a;((r=this.content[e])===null||r===void 0?void 0:r.clearTimeout)!=null&&(window.clearTimeout((o=this.content[e])===null||o===void 0?void 0:o.clearTimeout),(a=this.content[e])===null||a===void 0||delete a.clearTimeout)}set(e,r,o=!1){this.forceClear(e);let a=async()=>r,i="RESOLVED";this.content[e]={loader:a,final:o,status:i,value:r}}setFinal(e,r){return this.set(e,r,!0)}async get(e,r,o){if(!this.isRegistered(e)){if(!r)throw new Error("Unknown cache key "+e);this.register(e,r)}let a=this.content[e];switch(a.status){case"ERROR":throw a.error;case"LOADING":return a.promise;case"RESOLVED":return a.value;case"REGISTERED":return r=r??a.loader,a.status="LOADING",a.promise=aa(r()),a.promise.then(i=>(a.status="RESOLVED",a.value=i,o!=null&&(this.clearClearTimeout(e),a.clearTimeout=window.setTimeout(()=>this.clear(e),o)),i)).catch(i=>{var s;throw!((s=a.promise)===null||s===void 0)&&s.isCanceled||(a.status="ERROR",a.error=i),i})}}isRegistered(e){return this.content[e]!=null}getNow(e){var r;return(r=this.content[e])===null||r===void 0?void 0:r.value}has(e){var r,o;return((r=this.content[e])===null||r===void 0?void 0:r.status)!==void 0&&((o=this.content[e])===null||o===void 0?void 0:o.status)!=="REGISTERED"}resolvedKeys(){return Object.keys(this.content).filter(e=>{var r;return((r=this.content[e])===null||r===void 0?void 0:r.status)==="RESOLVED"})}resolvedValues(){return this.resolvedKeys().map(e=>this.content[e].value)}keys(){return Object.keys(this.content)}};var va={};G(va,{ClusteringHelper:()=>ba,formatHierarchicalValues:()=>ya});var ga={};G(ga,{accessBreadcrumb:()=>nd,accessResult:()=>ma,accessResultId:()=>rd,accessResultUrl:()=>od});function ma(t){var e,r,o,a;return(a=(o=(r=(e=t?.map)!==null&&e!==void 0?e:t?.topic)!==null&&r!==void 0?r:t?.document)!==null&&o!==void 0?o:t?.htmlPackage)!==null&&a!==void 0?a:t?.htmlPackagePage}function rd(t){var e,r,o,a,i,s,c,d,u;return(d=(s=(a=(r=(e=t?.map)===null||e===void 0?void 0:e.mapId)!==null&&r!==void 0?r:(o=t?.topic)===null||o===void 0?void 0:o.tocId)!==null&&a!==void 0?a:(i=t?.document)===null||i===void 0?void 0:i.documentId)!==null&&s!==void 0?s:(c=t?.htmlPackage)===null||c===void 0?void 0:c.packageId)!==null&&d!==void 0?d:(u=t?.htmlPackagePage)===null||u===void 0?void 0:u.contentId}function od(t){var e,r,o,a,i,s,c,d,u;return(d=(s=(a=(r=(e=t?.map)===null||e===void 0?void 0:e.readerUrl)!==null&&r!==void 0?r:(o=t?.topic)===null||o===void 0?void 0:o.readerUrl)!==null&&a!==void 0?a:(i=t?.document)===null||i===void 0?void 0:i.viewerUrl)!==null&&s!==void 0?s:(c=t?.htmlPackage)===null||c===void 0?void 0:c.viewerUrl)!==null&&d!==void 0?d:(u=t?.htmlPackagePage)===null||u===void 0?void 0:u.viewerUrl}function nd(t){return t?.topic?[t.topic.mapTitle,...t.topic.breadcrumb]:t?.map?[t.map.title]:t?.document?[t.document.title]:t?.htmlPackage?[t.htmlPackage.title]:t?.htmlPackagePage?[t.htmlPackagePage.packageTitle,t.htmlPackagePage.title]:[]}function ya(t,e){return e&&e>1&&t.length>=e?`... > ${t[t.length-1]}`:t.join(" > ")}var ba=class t{constructor(e,r,o,a){this.allResults=e,this.selectedResult=r,this.clusteringMetadata=o,this.metadataDescriptors=a}static findResultWithMetadataValue(e,r,o){return e?.find(a=>{var i;return((i=this.extractResultMetadata({result:a}).find(s=>s.key==r))===null||i===void 0?void 0:i.value)==o})}static extractResultMetadata(e){var r,o;let a=(o=(r=ma(e.result))===null||r===void 0?void 0:r.metadata)!==null&&o!==void 0?o:[];return e.key==null?t.flattenMetadata(a,e.hierarchicalValueTruncatingLevel,e.dateFormatter):t.flattenMetadata(a.find(i=>i.key===e.key),e.hierarchicalValueTruncatingLevel,e.dateFormatter)}static flattenMetadata(e,r,o){if(Array.isArray(e))return e.map(i=>t.flattenMetadata(i,r,o)).filter(i=>i!=null);let a=e?.hierarchicalValues!=null&&e.hierarchicalValues.length>0;if(!(e==null||e.values.length==0&&!a))if(a){let i=[],s=[];return e.hierarchicalValues.forEach(c=>{i.push(ya(c)),s.push(ya(c,r))}),{key:e.key,label:e.label,value:i.join(", "),displayValue:s.join(", "),displayTooltipValue:i.join(", ")}}else{let i=e.values.join(", "),s=e.values.map(c=>o?o(c):c).join(", ");return{key:e.key,label:e.label,value:i,displayValue:s,displayTooltipValue:s}}}computeClustersItemsForMetadata(e,r,o="No value",a,i){var s,c;let d=t.extractResultMetadata({result:this.selectedResult,key:e,dateFormatter:i}),u=(s=d?.label)!==null&&s!==void 0?s:(c=this.getMetadataDescriptor(e))===null||c===void 0?void 0:c.label;return this.allResults.map(h=>t.extractResultMetadata({result:h,key:e,hierarchicalValueTruncatingLevel:a,dateFormatter:i})).map(h=>h??{key:e,label:u,value:void 0,displayValue:o}).filter(h=>h.value!=d?.value).filter((h,y,b)=>b.findIndex(x=>x.value===h.value)===y).map(h=>({result:this.findBestResultForMetadataValue(e,h.value),metadata:h})).sort((h,y)=>this.compareMetadata(h.metadata.value,y.metadata.value,e,r))}compareMetadata(e,r,o,a){if(e==null)return-1;if(r==null)return 1;let i=this.getMetadataDescriptor(o),s=i?.sortRule||"NONE",c=i?.reverseSort||!1;if(s=="ALPHABET"||s=="VERSION"){let d=e.localeCompare(r,a,{numeric:!0});return c?d*-1:d}return 0}getMetadataDescriptor(e){return this.metadataDescriptors.find(r=>e==r.key)}findBestResultForMetadataValue(e,r){let o=this.allResults.filter(d=>{var u;return((u=t.extractResultMetadata({result:d,key:e}))===null||u===void 0?void 0:u.value)==r}),i=[...t.extractResultMetadata({result:this.selectedResult}).filter(d=>this.clusteringMetadata.has(d.key)).filter(d=>d.key!==e)],s,c=-1;for(let d of o){let u=this.countMatchingMetadata(d,i);if(u>c&&(c=u,s=d,u===i.length))break}return s}countMatchingMetadata(e,r){return t.extractResultMetadata({result:e}).filter(o=>r.some(a=>a.key===o.key&&a.value===o.value)).length}};var xa={};G(xa,{Debouncer:()=>ge});var ge=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,r){return this.callbacks=[e],this.debounce(r)}queue(e,r){return this.callbacks.push(e),this.debounce(r)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((r,o)=>{this.resolvePromise=r,this.rejectPromise=o})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,r;let o=[...this.callbacks];this.callbacks=[];let a=(e=this.rejectPromise)!==null&&e!==void 0?e:(()=>null),i=(r=this.resolvePromise)!==null&&r!==void 0?r:(()=>null);this.clearPromise();for(let s of o)try{await s()}catch(c){a(c);return}i(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var Fa={};G(Fa,{designSystemVariables:()=>se});var Ua={};G(Ua,{DesignSystemFamily:()=>Mt,DesignSystemSize:()=>Qe,FtCssVariableFactory:()=>n,badge:()=>gd,banner:()=>md,button:()=>v,card:()=>id,chart:()=>Md,checkbox:()=>cd,chip:()=>fd,chipChoice:()=>ud,chipGroup:()=>pd,collapsible:()=>_d,combobox:()=>Rd,dateRangePicker:()=>Ud,drawer:()=>Cd,floatingMenu:()=>Od,foundation:()=>l,link:()=>hd,modal:()=>Sd,notice:()=>kd,notification:()=>Pd,pageDesigner:()=>Td,pageFooter:()=>vd,pageHeader:()=>bd,pageLayout:()=>xd,popover:()=>wd,radio:()=>ld,reorderableList:()=>Dd,resolveFamilyClass:()=>za,resolveSizeClass:()=>Da,semantic:()=>f,setVariable:()=>w,switch_:()=>Nd,table:()=>dd,tabs:()=>Ed,textArea:()=>Ld,textInput:()=>Ad,titleBreadcrumb:()=>yd,toggle:()=>Id,tooltip:()=>zd,treeList:()=>sd,typographies:()=>Xo,typographyBody1Medium:()=>Oa,typographyBody1Regular:()=>La,typographyBody1Semibold:()=>Ra,typographyBody2Medium:()=>_a,typographyBody2MediumUnderline:()=>Mc,typographyBody2Regular:()=>wa,typographyBody2Semibold:()=>Na,typographyCaption1Medium:()=>Ma,typographyCaption1Semibold:()=>Ta,typographyCaption2Bold:()=>Pa,typographyCaption2Medium:()=>ka,typographyCaption2Semibold:()=>Ia,typographyDisplay:()=>Sa,typographyTitle1:()=>Ca,typographyTitle2:()=>Ea,typographyTitle3:()=>Aa,typographyVariants:()=>ad});var ft=t=>typeof t=="string"?lt(t):t,n=class{static create(e,r,o,a){let i=c=>ft(c??a),s=z`var(${ft(e)}, ${i(a)})`;return s.name=e,s.description=r,s.category=o,s.defaultValue=a,s.defaultCssValue=i,s.set=c=>w(s,c??i(a)),s.get=c=>z`var(${ft(e)}, ${i(c)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>a,s}static extend(e,r,o,a){let i=c=>o.get(c??a),s=z`var(${ft(e)}, ${i(a)})`;return s.name=e,s.description=r,s.category=o.category,s.fallbackVariable=o,s.defaultValue=a,s.defaultCssValue=i,s.set=c=>w(s,c??i(a)),s.get=c=>z`var(${ft(e)}, ${i(c)})`,s.breadcrumb=()=>[o.name,...o.breadcrumb()],s.lastResortDefaultValue=()=>a??o.lastResortDefaultValue(),s}static external(e,r){let o=i=>e.defaultCssValue(i),a=z`var(${ft(e.name)}, ${o(e.defaultValue)})`;return a.name=e.name,a.category=e.category,a.fallbackVariable=e.fallbackVariable,a.defaultValue=e.defaultValue,a.context=r,a.defaultCssValue=o,a.set=i=>e.set(i),a.get=i=>z`var(${ft(e.name)}, ${o(i)})`,a.breadcrumb=()=>e.breadcrumb(),a.lastResortDefaultValue=()=>e.lastResortDefaultValue(),a}};function w(t,e){return ft(`${t.name}: ${e}`)}var l={colorWhite:n.create("--ftds-color-white","","COLOR","#ffffff"),colorGray0:n.create("--ftds-color-gray-0","","COLOR","#71718e"),colorGray10:n.create("--ftds-color-gray-10","","COLOR","#fbfbfc"),colorGray20:n.create("--ftds-color-gray-20","","COLOR","#f2f2f5"),colorGray30:n.create("--ftds-color-gray-30","","COLOR","#e9e9ed"),colorGray40:n.create("--ftds-color-gray-40","","COLOR","#e0e0e6"),colorGray50:n.create("--ftds-color-gray-50","","COLOR","#cdcdd7"),colorGray60:n.create("--ftds-color-gray-60","","COLOR","#bbbbc9"),colorGray70:n.create("--ftds-color-gray-70","","COLOR","#a8a8ba"),colorGray80:n.create("--ftds-color-gray-80","","COLOR","#9696ab"),colorGray90:n.create("--ftds-color-gray-90","","COLOR","#83839d"),colorGray100:n.create("--ftds-color-gray-100","","COLOR","#62627c"),colorGray200:n.create("--ftds-color-gray-200","","COLOR","#545469"),colorGray300:n.create("--ftds-color-gray-300","","COLOR","#454557"),colorGray400:n.create("--ftds-color-gray-400","","COLOR","#363644"),colorGray500:n.create("--ftds-color-gray-500","","COLOR","#282832"),colorGray600:n.create("--ftds-color-gray-600","","COLOR","#19191f"),colorGray700:n.create("--ftds-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:n.create("--ftds-color-brand-0","","COLOR","#9d207b"),colorBrand10:n.create("--ftds-color-brand-10","","COLOR","#f7edf4"),colorBrand20:n.create("--ftds-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:n.create("--ftds-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:n.create("--ftds-color-brand-40","","COLOR","#d395c2"),colorBrand50:n.create("--ftds-color-brand-50","","COLOR","#c778b1"),colorBrand60:n.create("--ftds-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:n.create("--ftds-color-brand-70","","COLOR","#ae3e90"),colorBrand100:n.create("--ftds-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:n.create("--ftds-color-brand-200","","COLOR","#78185e"),colorBrand300:n.create("--ftds-color-brand-300","","COLOR","#62144d"),colorBrand400:n.create("--ftds-color-brand-400","","COLOR","#4d103c"),colorBrand500:n.create("--ftds-color-brand-500","","COLOR","#380b2c"),colorBrand600:n.create("--ftds-color-brand-600","","COLOR","#23071b"),colorBrand700:n.create("--ftds-color-brand-700","","COLOR","#0d030b"),colorCyan0:n.create("--ftds-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:n.create("--ftds-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:n.create("--ftds-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:n.create("--ftds-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:n.create("--ftds-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:n.create("--ftds-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:n.create("--ftds-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:n.create("--ftds-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:n.create("--ftds-color-cyan-100","","COLOR","#0c849c"),colorCyan200:n.create("--ftds-color-cyan-200","","COLOR","#0a7085"),colorCyan300:n.create("--ftds-color-cyan-300","","COLOR","#085c6d"),colorCyan400:n.create("--ftds-color-cyan-400","","COLOR","#074856"),colorCyan500:n.create("--ftds-color-cyan-500","","COLOR","#05343e"),colorCyan600:n.create("--ftds-color-cyan-600","","COLOR","#032127"),colorCyan700:n.create("--ftds-color-cyan-700","","COLOR","#010d0f"),colorGreen0:n.create("--ftds-color-green-0","","COLOR","#21a274"),colorGreen10:n.create("--ftds-color-green-10","","COLOR","#edf7f3"),colorGreen20:n.create("--ftds-color-green-20","","COLOR","#cfebe1"),colorGreen30:n.create("--ftds-color-green-30","","COLOR","#b2dfcf"),colorGreen40:n.create("--ftds-color-green-40","","COLOR","#95d3bd"),colorGreen50:n.create("--ftds-color-green-50","","COLOR","#78c7ab"),colorGreen60:n.create("--ftds-color-green-60","","COLOR","#5bba98"),colorGreen70:n.create("--ftds-color-green-70","","COLOR","#3eae86"),colorGreen100:n.create("--ftds-color-green-100","","COLOR","#1d8d65"),colorGreen200:n.create("--ftds-color-green-200","","COLOR","#187856"),colorGreen300:n.create("--ftds-color-green-300","","COLOR","#146246"),colorGreen400:n.create("--ftds-color-green-400","","COLOR","#104d37"),colorGreen500:n.create("--ftds-color-green-500","","COLOR","#0b3828"),colorGreen600:n.create("--ftds-color-green-600","","COLOR","#072319"),colorGreen700:n.create("--ftds-color-green-700","","COLOR","#030d0a"),colorOrange0:n.create("--ftds-color-orange-0","","COLOR","#F2700D"),colorOrange10:n.create("--ftds-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:n.create("--ftds-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:n.create("--ftds-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:n.create("--ftds-color-orange-40","","COLOR","#FECB90"),colorOrange50:n.create("--ftds-color-orange-50","","COLOR","#FCB76E"),colorOrange60:n.create("--ftds-color-orange-60","","COLOR","#F9A34D"),colorOrange70:n.create("--ftds-color-orange-70","","COLOR","#F68B2C"),colorOrange100:n.create("--ftds-color-orange-100","","COLOR","#D35909"),colorOrange200:n.create("--ftds-color-orange-200","","COLOR","#B74706"),colorOrange300:n.create("--ftds-color-orange-300","","COLOR","#913503"),colorOrange400:n.create("--ftds-color-orange-400","","COLOR","#6F2601"),colorOrange500:n.create("--ftds-color-orange-500","","COLOR","#4D1800"),colorOrange600:n.create("--ftds-color-orange-600","","COLOR","#330F00"),colorOrange700:n.create("--ftds-color-orange-700","","COLOR","#140600"),colorRed0:n.create("--ftds-color-red-0","","COLOR","#b40e2c"),colorRed10:n.create("--ftds-color-red-10","","COLOR","#f9ebed"),colorRed20:n.create("--ftds-color-red-20","","COLOR","#efcbd2"),colorRed30:n.create("--ftds-color-red-30","","COLOR","#e5acb6"),colorRed40:n.create("--ftds-color-red-40","","COLOR","#db8c9b"),colorRed50:n.create("--ftds-color-red-50","","COLOR","#d16d7f"),colorRed60:n.create("--ftds-color-red-60","","COLOR","#c84d63"),colorRed70:n.create("--ftds-color-red-70","","COLOR","#be2e48"),colorRed100:n.create("--ftds-color-red-100","","COLOR","#9c0c26"),colorRed200:n.create("--ftds-color-red-200","","COLOR","#850a20"),colorRed300:n.create("--ftds-color-red-300","","COLOR","#6d081b"),colorRed400:n.create("--ftds-color-red-400","","COLOR","#560715"),colorRed500:n.create("--ftds-color-red-500","","COLOR","#3e050f"),colorRed600:n.create("--ftds-color-red-600","","COLOR","#270309"),colorRed700:n.create("--ftds-color-red-700","","COLOR","#0f0104"),colorYellow0:n.create("--ftds-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:n.create("--ftds-color-yellow-10","","COLOR","#fefae9"),colorYellow20:n.create("--ftds-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:n.create("--ftds-color-yellow-30","","COLOR","#faedaa"),colorYellow40:n.create("--ftds-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:n.create("--ftds-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:n.create("--ftds-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:n.create("--ftds-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:n.create("--ftds-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:n.create("--ftds-color-yellow-200","","COLOR","#b3970a"),colorYellow300:n.create("--ftds-color-yellow-300","","COLOR","#947c08"),colorYellow400:n.create("--ftds-color-yellow-400","","COLOR","#746206"),colorYellow500:n.create("--ftds-color-yellow-500","","COLOR","#554705"),colorYellow600:n.create("--ftds-color-yellow-600","","COLOR","#352d03"),colorYellow700:n.create("--ftds-color-yellow-700","","COLOR","#161201"),colorUltramarine0:n.create("--ftds-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:n.create("--ftds-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:n.create("--ftds-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:n.create("--ftds-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:n.create("--ftds-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:n.create("--ftds-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:n.create("--ftds-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:n.create("--ftds-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:n.create("--ftds-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:n.create("--ftds-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:n.create("--ftds-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:n.create("--ftds-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:n.create("--ftds-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:n.create("--ftds-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:n.create("--ftds-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:n.create("--ftds-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:n.create("--ftds-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:n.create("--ftds-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:n.create("--ftds-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:n.create("--ftds-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:n.create("--ftds-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:n.create("--ftds-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:n.create("--ftds-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:n.create("--ftds-color-avocado-100","","COLOR","#84A423"),colorAvocado200:n.create("--ftds-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:n.create("--ftds-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:n.create("--ftds-color-avocado-400","","COLOR","#495B13"),colorAvocado500:n.create("--ftds-color-avocado-500","","COLOR","#35420E"),colorAvocado600:n.create("--ftds-color-avocado-600","","COLOR","#212A09"),colorAvocado700:n.create("--ftds-color-avocado-700","","COLOR","#0E1104"),colorBrown0:n.create("--ftds-color-brown-0","","COLOR","#B26F4D"),colorBrown10:n.create("--ftds-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:n.create("--ftds-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:n.create("--ftds-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:n.create("--ftds-color-brown-40","","COLOR","#DABAAA"),colorBrown50:n.create("--ftds-color-brown-50","","COLOR","#D0A792"),colorBrown60:n.create("--ftds-color-brown-60","","COLOR","#C6947B"),colorBrown70:n.create("--ftds-color-brown-70","","COLOR","#BC8264"),colorBrown100:n.create("--ftds-color-brown-100","","COLOR","#9B6143"),colorBrown200:n.create("--ftds-color-brown-200","","COLOR","#845239"),colorBrown300:n.create("--ftds-color-brown-300","","COLOR","#6D442F"),colorBrown400:n.create("--ftds-color-brown-400","","COLOR","#553525"),colorBrown500:n.create("--ftds-color-brown-500","","COLOR","#3E271B"),colorBrown600:n.create("--ftds-color-brown-600","","COLOR","#271811"),colorBrown700:n.create("--ftds-color-brown-700","","COLOR","#100A07"),spacing1:n.create("--ftds-spacing-1","","SIZE","0.25rem"),spacing2:n.create("--ftds-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:n.create("--ftds-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:n.create("--ftds-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:n.create("--ftds-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:n.create("--ftds-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:n.create("--ftds-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:n.create("--ftds-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:n.create("--ftds-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:n.create("--ftds-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:n.create("--ftds-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:n.create("--ftds-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:n.create("--ftds-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:n.create("--ftds-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:n.create("--ftds-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:n.create("--ftds-border-radius-s","","SIZE","4px"),borderRadiusM:n.create("--ftds-border-radius-m","","SIZE","8px"),borderRadiusL:n.create("--ftds-border-radius-l","","SIZE","12px"),borderRadiusXl:n.create("--ftds-border-radius-xl","","SIZE","16px"),borderRadiusPill:n.create("--ftds-border-radius-pill","","SIZE","999px"),borderRadiusRound:n.create("--ftds-border-radius-round","","SIZE","50%"),iconSize1:n.create("--ftds-icon-size-1","","SIZE","0.5rem"),iconSize2:n.create("--ftds-icon-size-2","","SIZE","0.75rem"),iconSize3:n.create("--ftds-icon-size-3","","SIZE","1rem"),iconSize4:n.create("--ftds-icon-size-4","","SIZE","1.25rem"),iconSize5:n.create("--ftds-icon-size-5","","SIZE","1.5rem"),iconSize6:n.create("--ftds-icon-size-6","","SIZE","2rem"),iconSize7:n.create("--ftds-icon-size-7","","SIZE","3rem"),opacity0:n.create("--ftds-opacity-0","","NUMBER","0"),opacity4:n.create("--ftds-opacity-4","","NUMBER","0.04"),opacity6:n.create("--ftds-opacity-6","","NUMBER","0.06"),opacity8:n.create("--ftds-opacity-8","","NUMBER","0.08"),opacity12:n.create("--ftds-opacity-12","","NUMBER","0.12"),opacity16:n.create("--ftds-opacity-16","","NUMBER","0.16"),opacity24:n.create("--ftds-opacity-24","","NUMBER","0.24"),opacity32:n.create("--ftds-opacity-32","","NUMBER","0.32"),opacity40:n.create("--ftds-opacity-40","","NUMBER","0.4"),opacity48:n.create("--ftds-opacity-48","","NUMBER","0.48"),opacity80:n.create("--ftds-opacity-80","","NUMBER","0.8"),shadowElevation01:n.create("--ftds-shadow-elevation-01","","SHADOW","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)"),shadowElevation02:n.create("--ftds-shadow-elevation-02","","SHADOW","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)"),shadowElevation03:n.create("--ftds-shadow-elevation-03","","SHADOW","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)"),shadowElevation04:n.create("--ftds-shadow-elevation-04","","SHADOW","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)"),shadowElevation06:n.create("--ftds-shadow-elevation-06","","SHADOW","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)"),shadowElevation08:n.create("--ftds-shadow-elevation-08","","SHADOW","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)"),shadowElevation12:n.create("--ftds-shadow-elevation-12","","SHADOW","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)"),shadowElevation16:n.create("--ftds-shadow-elevation-16","","SHADOW","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)"),shadowElevation24:n.create("--ftds-shadow-elevation-24","","SHADOW","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)")},Sa={fontFamily:n.create("--ftds-typography-display-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-display-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-display-line-height","","SIZE","1.2"),fontSize:n.create("--ftds-typography-display-font-size","","SIZE","2.5rem"),letterSpacing:n.create("--ftds-typography-display-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:n.create("--ftds-typography-display-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-display-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-display-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-display-text-case","","UNKNOWN","none")},Ca={fontFamily:n.create("--ftds-typography-title-1-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-title-1-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-title-1-line-height","","SIZE","1.2"),fontSize:n.create("--ftds-typography-title-1-font-size","","SIZE","1.5rem"),letterSpacing:n.create("--ftds-typography-title-1-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:n.create("--ftds-typography-title-1-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-title-1-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-title-1-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-title-1-text-case","","UNKNOWN","none")},Ea={fontFamily:n.create("--ftds-typography-title-2-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-title-2-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-title-2-line-height","","SIZE","1.2"),fontSize:n.create("--ftds-typography-title-2-font-size","","SIZE","1.25rem"),letterSpacing:n.create("--ftds-typography-title-2-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:n.create("--ftds-typography-title-2-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-title-2-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-title-2-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-title-2-text-case","","UNKNOWN","none")},Aa={fontFamily:n.create("--ftds-typography-title-3-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-title-3-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-title-3-line-height","","SIZE","1.2"),fontSize:n.create("--ftds-typography-title-3-font-size","","SIZE","1.125rem"),letterSpacing:n.create("--ftds-typography-title-3-letter-spacing","","SIZE","-0.01em"),paragraphSpacing:n.create("--ftds-typography-title-3-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-title-3-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-title-3-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-title-3-text-case","","UNKNOWN","none")},La={fontFamily:n.create("--ftds-typography-body-1-regular-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-1-regular-font-weight","","UNKNOWN","400"),lineHeight:n.create("--ftds-typography-body-1-regular-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-1-regular-font-size","","SIZE","1rem"),letterSpacing:n.create("--ftds-typography-body-1-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-1-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-1-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-1-regular-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-1-regular-text-case","","UNKNOWN","none")},Oa={fontFamily:n.create("--ftds-typography-body-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-1-medium-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-body-1-medium-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-1-medium-font-size","","SIZE","1rem"),letterSpacing:n.create("--ftds-typography-body-1-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-1-medium-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-1-medium-text-case","","UNKNOWN","none")},Ra={fontFamily:n.create("--ftds-typography-body-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-body-1-semibold-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-1-semibold-font-size","","SIZE","1rem"),letterSpacing:n.create("--ftds-typography-body-1-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-1-semibold-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-1-semibold-text-case","","UNKNOWN","none")},wa={fontFamily:n.create("--ftds-typography-body-2-regular-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-2-regular-font-weight","","UNKNOWN","400"),lineHeight:n.create("--ftds-typography-body-2-regular-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-2-regular-font-size","","SIZE","0.875rem"),letterSpacing:n.create("--ftds-typography-body-2-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-2-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-2-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-2-regular-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-2-regular-text-case","","UNKNOWN","none")},_a={fontFamily:n.create("--ftds-typography-body-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-2-medium-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-body-2-medium-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-2-medium-font-size","","SIZE","0.875rem"),letterSpacing:n.create("--ftds-typography-body-2-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-2-medium-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-2-medium-text-case","","UNKNOWN","none")},Mc={fontFamily:n.create("--ftds-typography-body-2-medium-underline-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-2-medium-underline-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-body-2-medium-underline-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-2-medium-underline-font-size","","SIZE","0.875rem"),letterSpacing:n.create("--ftds-typography-body-2-medium-underline-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-2-medium-underline-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-2-medium-underline-paragraph-indent","","UNKNOWN","0"),textCase:n.create("--ftds-typography-body-2-medium-underline-text-case","","UNKNOWN","none"),textDecoration:n.create("--ftds-typography-body-2-medium-underline-text-decoration","","UNKNOWN","underline")},Na={fontFamily:n.create("--ftds-typography-body-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-body-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-body-2-semibold-line-height","","SIZE","1.35"),fontSize:n.create("--ftds-typography-body-2-semibold-font-size","","SIZE","0.875rem"),letterSpacing:n.create("--ftds-typography-body-2-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:n.create("--ftds-typography-body-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-body-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-body-2-semibold-text-decoration","","UNKNOWN","none"),textCase:n.create("--ftds-typography-body-2-semibold-text-case","","UNKNOWN","none")},Ma={fontFamily:n.create("--ftds-typography-caption-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-caption-1-medium-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-caption-1-medium-line-height","","SIZE","1.3"),fontSize:n.create("--ftds-typography-caption-1-medium-font-size","","SIZE","0.75rem"),letterSpacing:n.create("--ftds-typography-caption-1-medium-letter-spacing","","SIZE","normal"),textCase:n.create("--ftds-typography-caption-1-medium-text-case","","UNKNOWN","none"),paragraphSpacing:n.create("--ftds-typography-caption-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-caption-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-caption-1-medium-text-decoration","","UNKNOWN","none")},Ta={fontFamily:n.create("--ftds-typography-caption-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-caption-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-caption-1-semibold-line-height","","SIZE","1.3"),fontSize:n.create("--ftds-typography-caption-1-semibold-font-size","","SIZE","0.75rem"),letterSpacing:n.create("--ftds-typography-caption-1-semibold-letter-spacing","","SIZE","normal"),textCase:n.create("--ftds-typography-caption-1-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:n.create("--ftds-typography-caption-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-caption-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-caption-1-semibold-text-decoration","","UNKNOWN","none")},ka={fontFamily:n.create("--ftds-typography-caption-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-caption-2-medium-font-weight","","UNKNOWN","500"),lineHeight:n.create("--ftds-typography-caption-2-medium-line-height","","SIZE","1.3"),fontSize:n.create("--ftds-typography-caption-2-medium-font-size","","SIZE","0.6875rem"),letterSpacing:n.create("--ftds-typography-caption-2-medium-letter-spacing","","SIZE","normal"),textCase:n.create("--ftds-typography-caption-2-medium-text-case","","UNKNOWN","none"),paragraphSpacing:n.create("--ftds-typography-caption-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-caption-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-caption-2-medium-text-decoration","","UNKNOWN","none")},Ia={fontFamily:n.create("--ftds-typography-caption-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-caption-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:n.create("--ftds-typography-caption-2-semibold-line-height","","SIZE","1.3"),fontSize:n.create("--ftds-typography-caption-2-semibold-font-size","","SIZE","0.6875rem"),letterSpacing:n.create("--ftds-typography-caption-2-semibold-letter-spacing","","SIZE","normal"),textCase:n.create("--ftds-typography-caption-2-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:n.create("--ftds-typography-caption-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-caption-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-caption-2-semibold-text-decoration","","UNKNOWN","none")},Pa={fontFamily:n.create("--ftds-typography-caption-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:n.create("--ftds-typography-caption-2-bold-font-weight","","UNKNOWN","700"),lineHeight:n.create("--ftds-typography-caption-2-bold-line-height","","SIZE","1.3"),fontSize:n.create("--ftds-typography-caption-2-bold-font-size","","SIZE","0.6875rem"),letterSpacing:n.create("--ftds-typography-caption-2-bold-letter-spacing","","SIZE","normal"),textCase:n.create("--ftds-typography-caption-2-bold-text-case","","UNKNOWN","none"),paragraphSpacing:n.create("--ftds-typography-caption-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:n.create("--ftds-typography-caption-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:n.create("--ftds-typography-caption-2-bold-text-decoration","","UNKNOWN","none")},Xo={display:Sa,"title-1":Ca,"title-2":Ea,"title-3":Aa,"body-1-regular":La,"body-1-medium":Oa,"body-1-semibold":Ra,"body-2-regular":wa,"body-2-medium":_a,"body-2-medium-underline":Mc,"body-2-semibold":Na,"caption-1-medium":Ma,"caption-1-semibold":Ta,"caption-2-medium":ka,"caption-2-semibold":Ia,"caption-2-bold":Pa},ad=["display","title-1","title-2","title-3","body-1","body-2","body-2-underline","caption-1","caption-2"];var f={backgroundActionPrimary:n.extend("--ftds-background-action-primary","Used as backgorund of primary action components.",l.colorBrand0),backgroundErrorSubtle:n.extend("--ftds-background-error-subtle","Used as background of subtle error components.",l.colorRed10),backgroundInfoSubtle:n.extend("--ftds-background-info-subtle","Used as background of subtle information components.",l.colorCyan10),backgroundWarningSubtle:n.extend("--ftds-background-warning-subtle","Used as background of subtle information components.",l.colorOrange10),backgroundSuccessSubtle:n.extend("--ftds-background-success-subtle","Used as background of subtle success components.",l.colorGreen10),backgroundGlobalSurface:n.extend("--ftds-background-global-surface","Used as app background.",l.colorWhite),backgroundGlobalOnSurface:n.extend("--ftds-background-global-on-surface","Used as background on element on the base background, like cards.",l.colorGray10),backgroundGlobalOnSurfaceDark:n.extend("--ftds-background-global-on-surface-dark","Used as background on element that need background separation.",l.colorGray30),contentActionPrimary:n.extend("--ftds-content-action-primary","Used on label of primary action on light surface.",l.colorBrand0),contentWarningPrimary:n.extend("--ftds-content-warning-primary","Used on label of warning messages on light surface.",l.colorOrange200),contentWarningIconOnly:n.extend("--ftds-content-warning-icon-only","Used on warning status icons alone",l.colorOrange0),contentErrorPrimary:n.extend("--ftds-content-error-primary","Used on label of error messages on light surface.",l.colorRed0),contentErrorIconOnly:n.extend("--ftds-content-error-icon-only","Used on error status icons alone",l.colorRed70),contentInfoPrimary:n.extend("--ftds-content-info-primary","Used on label of information messages on light surface.",l.colorCyan200),contentInfoIconOnly:n.extend("--ftds-content-info-icon-only","Used on info status icons alone",l.colorCyan0),contentSuccessPrimary:n.extend("--ftds-content-success-primary","Used on label of success messages on light surface.",l.colorGreen200),contentSuccessIconOnly:n.extend("--ftds-content-success-icon-only","Used on success status icons alone",l.colorGreen0),contentGlobalPrimary:n.extend("--ftds-content-global-primary","Used for main content on the page.",l.colorGray500),contentGlobalSecondary:n.extend("--ftds-content-global-secondary",`Used for secondary content, often paired with primary content.
4
+ Also for action icons.`,l.colorGray200),contentGlobalSubtle:n.extend("--ftds-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",l.colorGray0),contentGlobalOnColor:n.extend("--ftds-content-global-on-color","Used for content on a dominant color.",l.colorWhite),borderActionPrimary:n.extend("--ftds-border-action-primary","Used as border for primary action components.",l.colorBrand0),borderActionFocusRing:n.extend("--ftds-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",l.colorCyan0),borderWarningPrimary:n.extend("--ftds-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",l.colorOrange200),borderWarningSubtle:n.extend("--ftds-border-warning-subtle","Used as border for warning components.",l.colorOrange30),borderSuccessPrimary:n.extend("--ftds-border-success-primary","Used as border for success buttons.",l.colorGreen200),borderSuccessSubtle:n.extend("--ftds-border-success-subtle","Used as border for success components.",l.colorGreen30),borderErrorPrimary:n.extend("--ftds-border-error-primary","Used as border for text fields in error states.",l.colorRed0),borderErrorSubtle:n.extend("--ftds-border-error-subtle","Used as border for error components.",l.colorRed30),borderInfoPrimary:n.extend("--ftds-border-info-primary","Used as border for buttons in info color.",l.colorCyan200),borderInfoSubtle:n.extend("--ftds-border-info-subtle","Used as border for information components.",l.colorCyan30),borderGlobalPrimary:n.extend("--ftds-border-global-primary","Used as border for elements/areas filled with background.global.on-surface-dark",l.colorGray50),borderGlobalSecondary:n.extend("--ftds-border-global-secondary","Used as border for elements/areas filled with background.global.on-surface",l.colorGray40),borderGlobalSubtle:n.extend("--ftds-border-global-subtle","Used as border to deliminate an area/element filled with background.global.surface and separators.",l.colorGray30),borderInputPrimary:n.extend("--ftds-border-input-primary","Used as border for checkboxes and radio buttons",l.colorGray80),borderNeutralPrimary:n.extend("--ftds-border-neutral-primary","Used as border for neutral secondary buttons",l.colorGray200)};var v={largeHeight:n.create("--ftds-button-large-height","","SIZE","40px"),largeHorizontalPadding:n.extend("--ftds-button-large-horizontal-padding","",l.spacing4),largeGap:n.extend("--ftds-button-large-gap","",l.spacing2),largeBorderRadius:n.extend("--ftds-button-large-border-radius","",l.borderRadiusS),largeIconSize:n.extend("--ftds-button-large-icon-size","",l.iconSize3),largeBorderWidth:n.create("--ftds-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:n.create("--ftds-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:n.create("--ftds-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:n.create("--ftds-button-large-icon-only-width","","SIZE","40px"),mediumHeight:n.create("--ftds-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:n.extend("--ftds-button-medium-horizontal-padding","",l.spacing3),mediumGap:n.extend("--ftds-button-medium-gap","",l.spacing2),mediumBorderRadius:n.extend("--ftds-button-medium-border-radius","",l.borderRadiusS),mediumIconSize:n.extend("--ftds-button-medium-icon-size","",l.iconSize2),mediumBorderWidth:n.create("--ftds-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:n.create("--ftds-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:n.create("--ftds-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:n.create("--ftds-button-medium-icon-only-width","","SIZE","30px"),smallHeight:n.create("--ftds-button-small-height","","SIZE","20px"),smallHorizontalPadding:n.extend("--ftds-button-small-horizontal-padding","",l.spacing2),smallGap:n.extend("--ftds-button-small-gap","",l.spacing1),smallBorderRadius:n.extend("--ftds-button-small-border-radius","",l.borderRadiusS),smallIconSize:n.extend("--ftds-button-small-icon-size","",l.iconSize1),smallBorderWidth:n.create("--ftds-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:n.create("--ftds-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:n.create("--ftds-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:n.create("--ftds-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:n.create("--ftds-button-x-small-height","","SIZE","16px"),xSmallIconSize:n.extend("--ftds-button-x-small-icon-size","",l.iconSize1),xSmallFocusOutlineOffset:n.create("--ftds-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:n.create("--ftds-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:n.create("--ftds-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:n.extend("--ftds-button-round-border-radius","",l.borderRadiusPill),primaryBrandBackgroundColor:n.extend("--ftds-button-primary-brand-background-color","",f.backgroundActionPrimary),primaryBrandColor:n.extend("--ftds-button-primary-brand-color","",f.contentGlobalOnColor),primaryBrandIconColor:n.extend("--ftds-button-primary-brand-icon-color","",f.contentGlobalOnColor),primaryBrandStateLayerColor:n.extend("--ftds-button-primary-brand-state-layer-color","",f.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:n.extend("--ftds-button-primary-brand-hover-state-layer-opacity","",l.opacity16),primaryBrandFocusStateLayerOpacity:n.extend("--ftds-button-primary-brand-focus-state-layer-opacity","",l.opacity16),primaryBrandActiveStateLayerOpacity:n.extend("--ftds-button-primary-brand-active-state-layer-opacity","",l.opacity24),primaryBrandDisabledComponentOpacity:n.extend("--ftds-button-primary-brand-disabled-component-opacity","",l.opacity40),focusFocusRingColor:n.extend("--ftds-button-focus-focus-ring-color","",f.borderActionFocusRing),tertiaryBrandBackgroundColor:n.create("--ftds-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:n.extend("--ftds-button-tertiary-brand-color","",f.contentActionPrimary),tertiaryBrandIconColor:n.extend("--ftds-button-tertiary-brand-icon-color","",f.contentActionPrimary),tertiaryBrandStateLayerColor:n.extend("--ftds-button-tertiary-brand-state-layer-color","",f.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-brand-hover-state-layer-opacity","",l.opacity8),tertiaryBrandFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-brand-focus-state-layer-opacity","",l.opacity8),tertiaryBrandActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-brand-active-state-layer-opacity","",l.opacity16),tertiaryBrandDisabledComponentOpacity:n.extend("--ftds-button-tertiary-brand-disabled-component-opacity","",l.opacity40),tertiaryInfoBackgroundColor:n.create("--ftds-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:n.extend("--ftds-button-tertiary-info-color","",f.contentInfoPrimary),tertiaryInfoIconColor:n.extend("--ftds-button-tertiary-info-icon-color","",f.contentInfoPrimary),tertiaryInfoStateLayerColor:n.extend("--ftds-button-tertiary-info-state-layer-color","",f.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-info-focus-state-layer-opacity","",l.opacity8),tertiaryInfoHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-info-hover-state-layer-opacity","",l.opacity8),tertiaryInfoActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-info-active-state-layer-opacity","",l.opacity16),tertiaryInfoDisabledComponentOpacity:n.extend("--ftds-button-tertiary-info-disabled-component-opacity","",l.opacity40),tertiarySuccessBackgroundColor:n.create("--ftds-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:n.extend("--ftds-button-tertiary-success-color","",f.contentSuccessPrimary),tertiarySuccessIconColor:n.extend("--ftds-button-tertiary-success-icon-color","",f.contentSuccessPrimary),tertiarySuccessStateLayerColor:n.extend("--ftds-button-tertiary-success-state-layer-color","",f.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-success-hover-state-layer-opacity","",l.opacity8),tertiarySuccessFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-success-focus-state-layer-opacity","",l.opacity8),tertiarySuccessActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-success-active-state-layer-opacity","",l.opacity16),tertiarySuccessDisabledComponentOpacity:n.extend("--ftds-button-tertiary-success-disabled-component-opacity","",l.opacity40),tertiaryWarningBackgroundColor:n.create("--ftds-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:n.extend("--ftds-button-tertiary-warning-color","",f.contentWarningPrimary),tertiaryWarningIconColor:n.extend("--ftds-button-tertiary-warning-icon-color","",f.contentWarningPrimary),tertiaryWarningStateLayerColor:n.extend("--ftds-button-tertiary-warning-state-layer-color","",f.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-warning-hover-state-layer-opacity","",l.opacity8),tertiaryWarningFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-warning-focus-state-layer-opacity","",l.opacity8),tertiaryWarningActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-warning-active-state-layer-opacity","",l.opacity16),tertiaryWarningDisabledComponentOpacity:n.extend("--ftds-button-tertiary-warning-disabled-component-opacity","",l.opacity40),tertiaryErrorBackgroundColor:n.create("--ftds-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:n.extend("--ftds-button-tertiary-error-color","",f.contentErrorPrimary),tertiaryErrorIconColor:n.extend("--ftds-button-tertiary-error-icon-color","",f.contentErrorPrimary),tertiaryErrorStateLayerColor:n.extend("--ftds-button-tertiary-error-state-layer-color","",f.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-error-hover-state-layer-opacity","",l.opacity8),tertiaryErrorFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-error-focus-state-layer-opacity","",l.opacity8),tertiaryErrorActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-error-active-state-layer-opacity","",l.opacity16),tertiaryErrorDisabledComponentOpacity:n.extend("--ftds-button-tertiary-error-disabled-component-opacity","",l.opacity40),tertiaryNeutralBackgroundColor:n.create("--ftds-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:n.extend("--ftds-button-tertiary-neutral-icon-color","",f.contentGlobalSecondary),tertiaryNeutralColor:n.extend("--ftds-button-tertiary-neutral-color","",f.contentGlobalSecondary),tertiaryNeutralStateLayerColor:n.extend("--ftds-button-tertiary-neutral-state-layer-color","",f.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:n.extend("--ftds-button-tertiary-neutral-hover-state-layer-opacity","",l.opacity8),tertiaryNeutralFocusStateLayerOpacity:n.extend("--ftds-button-tertiary-neutral-focus-state-layer-opacity","",l.opacity8),tertiaryNeutralActiveStateLayerOpacity:n.extend("--ftds-button-tertiary-neutral-active-state-layer-opacity","",l.opacity16),tertiaryNeutralDisabledComponentOpacity:n.extend("--ftds-button-tertiary-neutral-disabled-component-opacity","",l.opacity40),secondaryBrandBackgroundColor:n.create("--ftds-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:n.extend("--ftds-button-secondary-brand-color","",f.contentActionPrimary),secondaryBrandIconColor:n.extend("--ftds-button-secondary-brand-icon-color","",f.contentActionPrimary),secondaryBrandStateLayerColor:n.extend("--ftds-button-secondary-brand-state-layer-color","",f.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:n.extend("--ftds-button-secondary-brand-hover-state-layer-opacity","",l.opacity8),secondaryBrandFocusStateLayerOpacity:n.extend("--ftds-button-secondary-brand-focus-state-layer-opacity","",l.opacity8),secondaryBrandActiveStateLayerOpacity:n.extend("--ftds-button-secondary-brand-active-state-layer-opacity","",l.opacity16),secondaryBrandDisabledComponentOpacity:n.extend("--ftds-button-secondary-brand-disabled-component-opacity","",l.opacity40),secondaryBrandBorderColor:n.extend("--ftds-button-secondary-brand-border-color","",f.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:n.extend("--ftds-button-secondary-neutral-hover-state-layer-opacity","",l.opacity8),secondaryNeutralFocusStateLayerOpacity:n.extend("--ftds-button-secondary-neutral-focus-state-layer-opacity","",l.opacity8),secondaryNeutralActiveStateLayerOpacity:n.extend("--ftds-button-secondary-neutral-active-state-layer-opacity","",l.opacity16),secondaryNeutralDisabledComponentOpacity:n.extend("--ftds-button-secondary-neutral-disabled-component-opacity","",l.opacity40),secondaryNeutralBackgroundColor:n.create("--ftds-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:n.extend("--ftds-button-secondary-neutral-color","",f.contentGlobalSecondary),secondaryNeutralIconColor:n.extend("--ftds-button-secondary-neutral-icon-color","",f.contentGlobalSecondary),secondaryNeutralStateLayerColor:n.extend("--ftds-button-secondary-neutral-state-layer-color","",f.contentGlobalSecondary),secondaryNeutralBorderColor:n.extend("--ftds-button-secondary-neutral-border-color","",f.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:n.extend("--ftds-button-secondary-info-hover-state-layer-opacity","",l.opacity8),secondaryInfoFocusStateLayerOpacity:n.extend("--ftds-button-secondary-info-focus-state-layer-opacity","",l.opacity8),secondaryInfoActiveStateLayerOpacity:n.extend("--ftds-button-secondary-info-active-state-layer-opacity","",l.opacity16),secondaryInfoDisabledComponentOpacity:n.extend("--ftds-button-secondary-info-disabled-component-opacity","",l.opacity40),secondaryInfoBackgroundColor:n.create("--ftds-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:n.extend("--ftds-button-secondary-info-border-color","",f.borderInfoPrimary),secondaryInfoColor:n.extend("--ftds-button-secondary-info-color","",f.contentInfoPrimary),secondaryInfoIconColor:n.extend("--ftds-button-secondary-info-icon-color","",f.contentInfoPrimary),secondaryInfoStateLayerColor:n.extend("--ftds-button-secondary-info-state-layer-color","",f.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:n.extend("--ftds-button-secondary-success-hover-state-layer-opacity","",l.opacity8),secondarySuccessFocusStateLayerOpacity:n.extend("--ftds-button-secondary-success-focus-state-layer-opacity","",l.opacity8),secondarySuccessActiveStateLayerOpacity:n.extend("--ftds-button-secondary-success-active-state-layer-opacity","",l.opacity16),secondarySuccessDisabledComponentOpacity:n.extend("--ftds-button-secondary-success-disabled-component-opacity","",l.opacity40),secondarySuccessBackgroundColor:n.create("--ftds-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:n.extend("--ftds-button-secondary-success-border-color","",f.borderSuccessPrimary),secondarySuccessColor:n.extend("--ftds-button-secondary-success-color","",f.contentSuccessPrimary),secondarySuccessIconColor:n.extend("--ftds-button-secondary-success-icon-color","",f.contentSuccessPrimary),secondarySuccessStateLayerColor:n.extend("--ftds-button-secondary-success-state-layer-color","",f.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:n.extend("--ftds-button-secondary-warning-hover-state-layer-opacity","",l.opacity8),secondaryWarningFocusStateLayerOpacity:n.extend("--ftds-button-secondary-warning-focus-state-layer-opacity","",l.opacity8),secondaryWarningActiveStateLayerOpacity:n.extend("--ftds-button-secondary-warning-active-state-layer-opacity","",l.opacity16),secondaryWarningDisabledComponentOpacity:n.extend("--ftds-button-secondary-warning-disabled-component-opacity","",l.opacity40),secondaryWarningBackgroundColor:n.create("--ftds-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:n.extend("--ftds-button-secondary-warning-border-color","",f.borderWarningPrimary),secondaryWarningColor:n.extend("--ftds-button-secondary-warning-color","",f.contentWarningPrimary),secondaryWarningIconColor:n.extend("--ftds-button-secondary-warning-icon-color","",f.contentWarningPrimary),secondaryWarningStateLayerColor:n.extend("--ftds-button-secondary-warning-state-layer-color","",f.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:n.extend("--ftds-button-secondary-error-hover-state-layer-opacity","",l.opacity8),secondaryErrorFocusStateLayerOpacity:n.extend("--ftds-button-secondary-error-focus-state-layer-opacity","",l.opacity8),secondaryErrorActiveStateLayerOpacity:n.extend("--ftds-button-secondary-error-active-state-layer-opacity","",l.opacity16),secondaryErrorDisabledComponentOpacity:n.extend("--ftds-button-secondary-error-disabled-component-opacity","",l.opacity40),secondaryErrorBackgroundColor:n.create("--ftds-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:n.extend("--ftds-button-secondary-error-border-color","",f.contentErrorPrimary),secondaryErrorColor:n.extend("--ftds-button-secondary-error-color","",f.contentErrorPrimary),secondaryErrorIconColor:n.extend("--ftds-button-secondary-error-icon-color","",f.contentErrorPrimary),secondaryErrorStateLayerColor:n.extend("--ftds-button-secondary-error-state-layer-color","",f.contentErrorPrimary)};var id={borderRadius:n.extend("--ftds-card-border-radius","",l.borderRadiusS),focusFocusRingColor:n.extend("--ftds-card-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:n.create("--ftds-card-focus-outline-width","","SIZE","2px"),focusOutlineOffset:n.create("--ftds-card-focus-outline-offset","","SIZE","2px"),headerTitleHorizontalPadding:n.extend("--ftds-card-header-title-horizontal-padding","",l.spacing4),headerTitleVerticalPadding:n.extend("--ftds-card-header-title-vertical-padding","",l.spacing3),headerActionHorizontalPadding:n.extend("--ftds-card-header-action-horizontal-padding","",l.spacing2),headerActionVerticalPadding:n.extend("--ftds-card-header-action-vertical-padding","",l.spacing2),headerActionGap:n.extend("--ftds-card-header-action-gap","",l.spacing1),bodyHorizontalPadding:n.extend("--ftds-card-body-horizontal-padding","",l.spacing4),bodyVerticalPadding:n.extend("--ftds-card-body-vertical-padding","",l.spacing4),footerActionHorizontalPadding:n.extend("--ftds-card-footer-action-horizontal-padding","",l.spacing2),footerActionVerticalPadding:n.extend("--ftds-card-footer-action-vertical-padding","",l.spacing2),footerActionGap:n.extend("--ftds-card-footer-action-gap","",l.spacing1),footerContentHorizontalPadding:n.extend("--ftds-card-footer-content-horizontal-padding","",l.spacing4),footerContentVerticalPadding:n.extend("--ftds-card-footer-content-vertical-padding","",l.spacing3),sideBarHorizontalPadding:n.extend("--ftds-card-side-bar-horizontal-padding","",l.spacing1),sideBarVerticalPadding:n.extend("--ftds-card-side-bar-vertical-padding","",l.spacing1),sideBarGap:n.extend("--ftds-card-side-bar-gap","",l.spacing1),nonSelectableBorderWidth:n.create("--ftds-card-non-selectable-border-width","","SIZE","1px"),nonSelectableStateLayerColor:n.extend("--ftds-card-non-selectable-state-layer-color","",f.contentGlobalPrimary),nonSelectableDefaultBackgroundColor:n.extend("--ftds-card-non-selectable-default-background-color","",f.backgroundGlobalOnSurface),nonSelectableDefaultBorderColor:n.extend("--ftds-card-non-selectable-default-border-color","",f.borderGlobalSecondary),nonSelectableHoverBorderColor:n.extend("--ftds-card-non-selectable-hover-border-color","",f.borderGlobalPrimary),nonSelectableHoverStateLayerOpacity:n.extend("--ftds-card-non-selectable-hover-state-layer-opacity","",l.opacity4),nonSelectableFocusBorderColor:n.extend("--ftds-card-non-selectable-focus-border-color","",f.borderGlobalPrimary),nonSelectableFocusStateLayerOpacity:n.extend("--ftds-card-non-selectable-focus-state-layer-opacity","",l.opacity4),internalBorderColor:n.extend("--ftds-card-internal-border-color","",f.borderGlobalSecondary),selectableUnselectedBorderWidth:n.create("--ftds-card-selectable-unselected-border-width","","SIZE","1px"),selectableUnselectedStateLayerColor:n.extend("--ftds-card-selectable-unselected-state-layer-color","",f.contentGlobalPrimary),selectableUnselectedDefaultBackgroundColor:n.extend("--ftds-card-selectable-unselected-default-background-color","",f.backgroundGlobalOnSurface),selectableUnselectedDefaultBorderColor:n.extend("--ftds-card-selectable-unselected-default-border-color","",f.borderGlobalSecondary),selectableUnselectedHoverBorderColor:n.extend("--ftds-card-selectable-unselected-hover-border-color","",f.borderGlobalPrimary),selectableUnselectedHoverStateLayerOpacity:n.extend("--ftds-card-selectable-unselected-hover-state-layer-opacity","",l.opacity4),selectableUnselectedFocusBorderColor:n.extend("--ftds-card-selectable-unselected-focus-border-color","",f.borderGlobalPrimary),selectableUnselectedFocusStateLayerOpacity:n.extend("--ftds-card-selectable-unselected-focus-state-layer-opacity","",l.opacity4),selectableSelectedBorderColor:n.extend("--ftds-card-selectable-selected-border-color","",f.borderActionPrimary),selectableSelectedBorderWidth:n.create("--ftds-card-selectable-selected-border-width","","SIZE","2px"),selectableSelectedStateLayerColor:n.extend("--ftds-card-selectable-selected-state-layer-color","",f.contentActionPrimary),selectableSelectedBackgroundColor:n.extend("--ftds-card-selectable-selected-background-color","",f.backgroundGlobalSurface),selectableSelectedDefaultStateLayerOpacity:n.extend("--ftds-card-selectable-selected-default-state-layer-opacity","",l.opacity4),selectableSelectedHoverStateLayerOpacity:n.extend("--ftds-card-selectable-selected-hover-state-layer-opacity","",l.opacity4),selectableSelectedFocusStateLayerOpacity:n.extend("--ftds-card-selectable-selected-focus-state-layer-opacity","",l.opacity4),internalBorderWidth:n.create("--ftds-card-internal-border-width","","SIZE","1px")};var sd={loadMoreIconSize:n.extend("--ftds-tree-list-load-more-icon-size","",l.iconSize2),loadMorePaddingLeft:n.extend("--ftds-tree-list-load-more-padding-left","",l.spacing6),loadMoreUnselectedDefaultBorderColor:n.extend("--ftds-tree-list-load-more-unselected-default-border-color","",f.borderGlobalSubtle),loadMoreIconColor:n.extend("--ftds-tree-list-load-more-icon-color","",f.contentActionPrimary),loadMoreLabelColor:n.extend("--ftds-tree-list-load-more-label-color","",f.contentActionPrimary),loadMoreHoverBorderColor:n.extend("--ftds-tree-list-load-more-hover-border-color","",l.colorBrand20),loadMoreHoverBackgroundColor:n.create("--ftds-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:n.extend("--ftds-tree-list-load-more-active-border-color","",l.colorBrand20),loadMoreActiveBackgroundColor:n.create("--ftds-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:n.create("--ftds-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:n.create("--ftds-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:n.extend("--ftds-tree-list-load-more-descendant-of-selected-default-border-color","",f.borderGlobalPrimary),loadMoreLabelMarginLeft:n.extend("--ftds-tree-list-load-more-label-margin-left","",l.spacing1),nodeIconSize:n.extend("--ftds-tree-list-node-icon-size","",l.iconSize2),nodeHeight:n.create("--ftds-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:n.extend("--ftds-tree-list-node-parent-label-margin-left","",l.spacing2),nodeParentLabelMarginRight:n.extend("--ftds-tree-list-node-parent-label-margin-right","",l.spacing2),nodeRootPaddingLeft:n.extend("--ftds-tree-list-node-root-padding-left","",l.spacing6),nodeChildPaddingLeft:n.extend("--ftds-tree-list-node-child-padding-left","",l.spacing5),nodeLeafPaddingLeft:n.extend("--ftds-tree-list-node-leaf-padding-left","",l.spacing6),nodeUnselectedDefaultBorderColor:n.extend("--ftds-tree-list-node-unselected-default-border-color","",f.borderGlobalSubtle),nodeUnselectedIconColor:n.extend("--ftds-tree-list-node-unselected-icon-color","",f.contentGlobalSecondary),nodeUnselectedLabelColor:n.extend("--ftds-tree-list-node-unselected-label-color","",f.contentGlobalSecondary),nodeUnselectedCounterColor:n.extend("--ftds-tree-list-node-unselected-counter-color","",f.contentGlobalSecondary),nodeHoverBorderColor:n.extend("--ftds-tree-list-node-hover-border-color","",f.borderActionPrimary),nodeFocusFocusRingColor:n.extend("--ftds-tree-list-node-focus-focus-ring-color","",f.borderActionFocusRing),nodeFocusOutlineWidth:n.create("--ftds-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:n.extend("--ftds-tree-list-node-selected-default-border-color","",f.borderGlobalPrimary),nodeSelectedIconColor:n.extend("--ftds-tree-list-node-selected-icon-color","",f.contentGlobalSecondary),nodeSelectedLabelColor:n.extend("--ftds-tree-list-node-selected-label-color","",f.contentGlobalPrimary),nodeSelectedCounterColor:n.extend("--ftds-tree-list-node-selected-counter-color","",f.contentGlobalSecondary),nodeSelectedBackgroundColor:n.create("--ftds-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:n.extend("--ftds-tree-list-node-descendant-of-selected-default-border-color","",f.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:n.extend("--ftds-tree-list-node-descendant-of-selected-icon-color","",f.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:n.extend("--ftds-tree-list-node-descendant-of-selected-label-color","",f.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:n.extend("--ftds-tree-list-node-descendant-of-selected-counter-color","",f.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:n.create("--ftds-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:n.create("--ftds-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:n.extend("--ftds-tree-list-header-section-padding-left","",l.spacing6),headerSectionPaddingRight:n.extend("--ftds-tree-list-header-section-padding-right","",l.spacing3),headerSectionHorizontalGap:n.extend("--ftds-tree-list-header-section-horizontal-gap","",l.spacing2),headerSectionMarginBottom:n.extend("--ftds-tree-list-header-section-margin-bottom","",l.spacing2),headerSectionColor:n.extend("--ftds-tree-list-header-section-color","",f.contentGlobalPrimary),headerSectionCounterColor:n.extend("--ftds-tree-list-header-section-counter-color","",f.contentGlobalSecondary),listContainerBorderWidth:n.create("--ftds-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:n.extend("--ftds-tree-list-list-container-background-color","",f.backgroundGlobalSurface),listContainerBorderColor:n.extend("--ftds-tree-list-list-container-border-color","",f.borderGlobalSubtle),emptyStateIllustrationWidth:n.create("--ftds-tree-list-empty-state-illustration-width","","SIZE","192px"),emptyStateIllustrationHeight:n.create("--ftds-tree-list-empty-state-illustration-height","","SIZE","192px"),emptyStateIllustrationMarginBottom:n.extend("--ftds-tree-list-empty-state-illustration-margin-bottom","",l.spacing10),emptyStateContainerPaddingTop:n.extend("--ftds-tree-list-empty-state-container-padding-top","",l.spacing10),emptyStateContainerPaddingBottom:n.extend("--ftds-tree-list-empty-state-container-padding-bottom","",l.spacing10),emptyStateTitleMarginBottom:n.extend("--ftds-tree-list-empty-state-title-margin-bottom","",l.spacing2),emptyStateTitleLabelColor:n.extend("--ftds-tree-list-empty-state-title-label-color","",f.contentGlobalSecondary),emptyStateDescriptionLabelColor:n.extend("--ftds-tree-list-empty-state-description-label-color","",f.contentGlobalSecondary)};var cd={iconSize:n.extend("--ftds-checkbox-icon-size","",l.iconSize2),boxSize:n.create("--ftds-checkbox-box-size","","SIZE","18px"),colorLegendSize:n.create("--ftds-checkbox-color-legend-size","","SIZE","16px"),borderRadius:n.create("--ftds-checkbox-border-radius","","SIZE","1px"),labelHorizontalGap:n.extend("--ftds-checkbox-label-horizontal-gap","",l.spacing1),color:n.extend("--ftds-checkbox-color","",f.contentGlobalPrimary),checkedBackgroundColor:n.extend("--ftds-checkbox-checked-background-color","",f.contentActionPrimary),checkedStateLayerColor:n.extend("--ftds-checkbox-checked-state-layer-color","",f.contentActionPrimary),checkedIconColor:n.extend("--ftds-checkbox-checked-icon-color","",f.contentGlobalOnColor),checkedHoverStateLayerOpacity:n.extend("--ftds-checkbox-checked-hover-state-layer-opacity","",l.opacity16),checkedFocusStateLayerOpacity:n.extend("--ftds-checkbox-checked-focus-state-layer-opacity","",l.opacity16),checkedActiveStateLayerOpacity:n.extend("--ftds-checkbox-checked-active-state-layer-opacity","",l.opacity24),checkedDisabledComponentOpacity:n.extend("--ftds-checkbox-checked-disabled-component-opacity","",l.opacity40),uncheckedBorderColor:n.extend("--ftds-checkbox-unchecked-border-color","",l.colorGray80),uncheckedStateLayerColor:n.extend("--ftds-checkbox-unchecked-state-layer-color","",l.colorGray80),uncheckedHoverStateLayerOpacity:n.extend("--ftds-checkbox-unchecked-hover-state-layer-opacity","",l.opacity16),uncheckedFocusStateLayerOpacity:n.extend("--ftds-checkbox-unchecked-focus-state-layer-opacity","",l.opacity16),uncheckedActiveStateLayerOpacity:n.extend("--ftds-checkbox-unchecked-active-state-layer-opacity","",l.opacity24),uncheckedDisabledComponentOpacity:n.extend("--ftds-checkbox-unchecked-disabled-component-opacity","",l.opacity40),focusFocusRingColor:n.extend("--ftds-checkbox-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:n.create("--ftds-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:n.create("--ftds-checkbox-focus-outline-width","","SIZE","2px"),focusOutlineBorderRadius:n.create("--ftds-checkbox-focus-outline-border-radius","","SIZE","2px"),borderWidth:n.create("--ftds-checkbox-border-width","","SIZE","2px"),horizontalGap:n.extend("--ftds-checkbox-horizontal-gap","",l.spacing3),helperPaddingTop:n.create("--ftds-checkbox-helper-padding-top","","SIZE","0px"),helperIconSize:n.extend("--ftds-checkbox-helper-icon-size","",l.iconSize2),helperHorizontalGap:n.extend("--ftds-checkbox-helper-horizontal-gap","",l.spacing1),errorUncheckedBorderColor:n.extend("--ftds-checkbox-error-unchecked-border-color","",f.borderErrorPrimary),errorStateLayerColor:n.extend("--ftds-checkbox-error-state-layer-color","",f.contentErrorPrimary),errorHelperTextColor:n.extend("--ftds-checkbox-error-helper-text-color","",f.borderErrorPrimary),errorCheckedBackgroundColor:n.extend("--ftds-checkbox-error-checked-background-color","",f.contentErrorPrimary),helperTextColor:n.extend("--ftds-checkbox-helper-text-color","",f.contentGlobalSubtle),groupVerticalGap:n.extend("--ftds-checkbox-group-vertical-gap","",l.spacing3)};var ld={circleSize:n.create("--ftds-radio-circle-size","","SIZE","18px"),borderWidth:n.create("--ftds-radio-border-width","","SIZE","2px"),color:n.extend("--ftds-radio-color","",f.contentGlobalPrimary),selectedRadioColor:n.extend("--ftds-radio-selected-radio-color","",f.contentActionPrimary),selectedStateLayerColor:n.extend("--ftds-radio-selected-state-layer-color","",f.contentActionPrimary),selectedHoverStateLayerOpacity:n.extend("--ftds-radio-selected-hover-state-layer-opacity","",l.opacity16),selectedFocusStateLayerOpacity:n.extend("--ftds-radio-selected-focus-state-layer-opacity","",l.opacity16),selectedActiveStateLayerOpacity:n.extend("--ftds-radio-selected-active-state-layer-opacity","",l.opacity24),selectedDisabledComponentOpacity:n.extend("--ftds-radio-selected-disabled-component-opacity","",l.opacity40),unselectedStateLayerColor:n.extend("--ftds-radio-unselected-state-layer-color","",f.borderInputPrimary),unselectedBorderColor:n.extend("--ftds-radio-unselected-border-color","",f.borderInputPrimary),unselectedHoverStateLayerOpacity:n.extend("--ftds-radio-unselected-hover-state-layer-opacity","",l.opacity16),unselectedFocusStateLayerOpacity:n.extend("--ftds-radio-unselected-focus-state-layer-opacity","",l.opacity16),unselectedActiveStateLayerOpacity:n.extend("--ftds-radio-unselected-active-state-layer-opacity","",l.opacity24),unselectedDisabledComponentOpacity:n.extend("--ftds-radio-unselected-disabled-component-opacity","",l.opacity40),focusFocusRingColor:n.extend("--ftds-radio-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:n.create("--ftds-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:n.create("--ftds-radio-focus-outline-width","","SIZE","2px"),verticalGap:n.extend("--ftds-radio-vertical-gap","",l.spacing3),horizontalGap:n.extend("--ftds-radio-horizontal-gap","",l.spacing3)};var dd={headerRowBorderWidth:n.create("--ftds-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:n.extend("--ftds-table-header-row-background-color","",f.backgroundGlobalOnSurfaceDark),headerRowBorderColor:n.extend("--ftds-table-header-row-border-color","",f.borderGlobalPrimary),headerRowColor:n.extend("--ftds-table-header-row-color","",f.contentGlobalPrimary),dataRowBorderWidth:n.create("--ftds-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:n.extend("--ftds-table-data-row-background-color","",f.backgroundGlobalOnSurface),dataRowBorderColor:n.extend("--ftds-table-data-row-border-color","",f.borderGlobalSubtle),dataRowColor:n.extend("--ftds-table-data-row-color","",f.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:n.extend("--ftds-table-data-row-default-hover-background-color","",l.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:n.extend("--ftds-table-data-row-selectable-unselected-hover-background-color","",l.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:n.extend("--ftds-table-data-row-selectable-selected-default-background-color","",l.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:n.extend("--ftds-table-data-row-selectable-selected-default-border-color","",l.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:n.extend("--ftds-table-data-row-selectable-selected-hover-background-color","",l.colorBrand20),dataRowSelectableSelectedHoverBorderColor:n.extend("--ftds-table-data-row-selectable-selected-hover-border-color","",l.colorBrand30),dataRowSelectableSelectedColor:n.extend("--ftds-table-data-row-selectable-selected-color","",f.contentActionPrimary),dataRowClickableHoverBackgroundColor:n.extend("--ftds-table-data-row-clickable-hover-background-color","",l.colorGray30),dataRowClickableFocusBorderColor:n.extend("--ftds-table-data-row-clickable-focus-border-color","",f.borderActionFocusRing),dataRowClickableFocusBackgroundColor:n.extend("--ftds-table-data-row-clickable-focus-background-color","",l.colorGray30),dataRowClickableActiveBackgroundColor:n.extend("--ftds-table-data-row-clickable-active-background-color","",l.colorGray40),headerCellHorizontalGap:n.extend("--ftds-table-header-cell-horizontal-gap","",l.spacing1),headerCellVerticalPadding:n.extend("--ftds-table-header-cell-vertical-padding","",l.spacing2),headerCellHorizontalPadding:n.extend("--ftds-table-header-cell-horizontal-padding","",l.spacing3),dataCellVerticalPadding:n.extend("--ftds-table-data-cell-vertical-padding","",l.spacing2),dataCellHorizontalPadding:n.extend("--ftds-table-data-cell-horizontal-padding","",l.spacing3),dataCellVerticalGap:n.extend("--ftds-table-data-cell-vertical-gap","",l.spacing1)};var ud={neutralOffHoverStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-off-hover-state-layer-opacity","",l.opacity8),neutralOffFocusStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-off-focus-state-layer-opacity","",l.opacity8),neutralOffFocusFocusRingColor:n.extend("--ftds-chip-choice-neutral-off-focus-focus-ring-color","",f.borderActionFocusRing),neutralOffActiveStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-off-active-state-layer-opacity","",l.opacity16),neutralOffBackgroundColor:n.extend("--ftds-chip-choice-neutral-off-background-color","",f.backgroundGlobalOnSurface),neutralOffBorderColor:n.extend("--ftds-chip-choice-neutral-off-border-color","",f.borderGlobalPrimary),neutralOffColor:n.extend("--ftds-chip-choice-neutral-off-color","",f.contentGlobalSecondary),neutralOffStateLayerColor:n.extend("--ftds-chip-choice-neutral-off-state-layer-color","",f.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-on-default-state-layer-opacity","",l.opacity16),neutralOnHoverStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-on-hover-state-layer-opacity","",l.opacity24),neutralOnFocusStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-on-focus-state-layer-opacity","",l.opacity24),neutralOnFocusFocusRingColor:n.extend("--ftds-chip-choice-neutral-on-focus-focus-ring-color","",f.borderActionFocusRing),neutralOnActiveStateLayerOpacity:n.extend("--ftds-chip-choice-neutral-on-active-state-layer-opacity","",l.opacity32),neutralOnBackgroundColor:n.extend("--ftds-chip-choice-neutral-on-background-color","",f.backgroundGlobalOnSurface),neutralOnBorderColor:n.extend("--ftds-chip-choice-neutral-on-border-color","",f.borderGlobalPrimary),neutralOnColor:n.extend("--ftds-chip-choice-neutral-on-color","",f.contentGlobalPrimary),neutralOnIconColor:n.extend("--ftds-chip-choice-neutral-on-icon-color","",f.contentGlobalPrimary),neutralOnStateLayerColor:n.extend("--ftds-chip-choice-neutral-on-state-layer-color","",f.contentGlobalPrimary),largeMinHeight:n.create("--ftds-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:n.extend("--ftds-chip-choice-large-horizontal-padding","",l.spacing3),largeGap:n.extend("--ftds-chip-choice-large-gap","",l.spacing1),largeBorderRadius:n.create("--ftds-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:n.create("--ftds-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:n.extend("--ftds-chip-choice-large-icon-size","",l.iconSize3),mediumMinHeight:n.create("--ftds-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:n.extend("--ftds-chip-choice-medium-horizontal-padding","",l.spacing2),mediumGap:n.extend("--ftds-chip-choice-medium-gap","",l.spacing1),mediumBorderRadius:n.create("--ftds-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:n.create("--ftds-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:n.extend("--ftds-chip-choice-medium-icon-size","",l.iconSize2)};var fd={largeMinHeight:n.create("--ftds-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:n.extend("--ftds-chip-large-horizontal-padding","",l.spacing3),largeButtonRightPadding:n.extend("--ftds-chip-large-button-right-padding","",l.spacing1),largeGap:n.extend("--ftds-chip-large-gap","",l.spacing1),largeFocusOutlineOffset:n.create("--ftds-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:n.create("--ftds-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:n.create("--ftds-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:n.create("--ftds-chip-large-border-width","","SIZE","1px"),largeIconSize:n.extend("--ftds-chip-large-icon-size","",l.iconSize3),mediumMinHeight:n.create("--ftds-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:n.extend("--ftds-chip-medium-horizontal-padding","",l.spacing2),mediumButtonRightPadding:n.extend("--ftds-chip-medium-button-right-padding","",l.spacing05),mediumGap:n.extend("--ftds-chip-medium-gap","",l.spacing1),mediumFocusOutlineOffset:n.create("--ftds-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:n.create("--ftds-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:n.create("--ftds-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:n.create("--ftds-chip-medium-border-width","","SIZE","1px"),mediumIconSize:n.extend("--ftds-chip-medium-icon-size","",l.iconSize2),smallMinHeight:n.create("--ftds-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:n.extend("--ftds-chip-small-horizontal-padding","",l.spacing1),smallButtonRightPadding:n.extend("--ftds-chip-small-button-right-padding","",l.spacing05),smallGap:n.extend("--ftds-chip-small-gap","",l.spacing1),smallFocusOutlineOffset:n.create("--ftds-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:n.create("--ftds-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:n.create("--ftds-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:n.create("--ftds-chip-small-border-width","","SIZE","1px"),smallIconSize:n.extend("--ftds-chip-small-icon-size","",l.iconSize1),neutralBackgroundColor:n.extend("--ftds-chip-neutral-background-color","",f.backgroundGlobalOnSurface),neutralColor:n.extend("--ftds-chip-neutral-color","",f.contentGlobalSecondary),neutralIconColor:n.extend("--ftds-chip-neutral-icon-color","",f.contentGlobalSecondary),neutralBorderColor:n.extend("--ftds-chip-neutral-border-color","",f.borderGlobalSecondary),infoBackgroundColor:n.extend("--ftds-chip-info-background-color","",f.backgroundInfoSubtle),infoColor:n.extend("--ftds-chip-info-color","",f.contentInfoPrimary),infoIconColor:n.extend("--ftds-chip-info-icon-color","",f.contentInfoIconOnly),infoBorderColor:n.extend("--ftds-chip-info-border-color","",f.borderInfoSubtle),successBackgroundColor:n.extend("--ftds-chip-success-background-color","",f.backgroundSuccessSubtle),successColor:n.extend("--ftds-chip-success-color","",f.contentSuccessPrimary),successIconColor:n.extend("--ftds-chip-success-icon-color","",f.contentSuccessIconOnly),successBorderColor:n.extend("--ftds-chip-success-border-color","",f.borderSuccessSubtle),warningBackgroundColor:n.extend("--ftds-chip-warning-background-color","",f.backgroundWarningSubtle),warningColor:n.extend("--ftds-chip-warning-color","",f.contentWarningPrimary),warningIconColor:n.extend("--ftds-chip-warning-icon-color","",f.contentWarningIconOnly),warningBorderColor:n.extend("--ftds-chip-warning-border-color","",f.borderWarningSubtle),errorBackgroundColor:n.extend("--ftds-chip-error-background-color","",f.backgroundErrorSubtle),errorColor:n.extend("--ftds-chip-error-color","",f.contentErrorPrimary),errorIconColor:n.extend("--ftds-chip-error-icon-color","",f.contentErrorIconOnly),errorBorderColor:n.extend("--ftds-chip-error-border-color","",f.borderErrorSubtle)};var pd={horizontalGap:n.extend("--ftds-chip-group-horizontal-gap","",l.spacing2),verticalGap:n.extend("--ftds-chip-group-vertical-gap","",l.spacing2),countChipDefaultBackgroundColor:n.extend("--ftds-chip-group-count-chip-default-background-color","",l.colorBrand10),countChipDefaultBorderColor:n.extend("--ftds-chip-group-count-chip-default-border-color","",l.colorBrand60),countChipDefaultContentColor:n.extend("--ftds-chip-group-count-chip-default-content-color","",f.contentActionPrimary),countChipHoverBackgroundColor:n.extend("--ftds-chip-group-count-chip-hover-background-color","",l.colorBrand20),countChipHoverBorderColor:n.extend("--ftds-chip-group-count-chip-hover-border-color","",l.colorBrand70),countChipHoverContentColor:n.extend("--ftds-chip-group-count-chip-hover-content-color","",f.contentActionPrimary),countChipFocusedBackgroundColor:n.extend("--ftds-chip-group-count-chip-focused-background-color","",l.colorBrand20),countChipFocusedBorderColor:n.extend("--ftds-chip-group-count-chip-focused-border-color","",l.colorBrand70),countChipFocusedContentColor:n.extend("--ftds-chip-group-count-chip-focused-content-color","",f.contentActionPrimary)};var hd={brandHoverOpacity:n.extend("--ftds-link-brand-hover-opacity","",l.opacity80),brandHoverColor:n.extend("--ftds-link-brand-hover-color","",f.contentActionPrimary),brandFocusFocusRingColor:n.extend("--ftds-link-brand-focus-focus-ring-color","",f.borderActionFocusRing),brandFocusColor:n.extend("--ftds-link-brand-focus-color","",f.contentActionPrimary),brandDefaultColor:n.extend("--ftds-link-brand-default-color","",f.contentActionPrimary),brandActiveColor:n.extend("--ftds-link-brand-active-color","",f.contentActionPrimary),infoHoverOpacity:n.extend("--ftds-link-info-hover-opacity","",l.opacity80),infoHoverColor:n.extend("--ftds-link-info-hover-color","",f.contentInfoPrimary),infoFocusFocusRingColor:n.extend("--ftds-link-info-focus-focus-ring-color","",f.borderActionFocusRing),infoFocusColor:n.extend("--ftds-link-info-focus-color","",f.contentInfoPrimary),infoDefaultColor:n.extend("--ftds-link-info-default-color","",f.contentInfoPrimary),infoActiveColor:n.extend("--ftds-link-info-active-color","",f.contentInfoPrimary),neutralFocusFocusRingColor:n.extend("--ftds-link-neutral-focus-focus-ring-color","",f.borderActionFocusRing),neutralFocusColor:n.extend("--ftds-link-neutral-focus-color","",f.contentActionPrimary),neutralDefaultColor:n.extend("--ftds-link-neutral-default-color","",f.contentGlobalPrimary),neutralHoverColor:n.extend("--ftds-link-neutral-hover-color","",f.contentActionPrimary),neutralActiveColor:n.extend("--ftds-link-neutral-active-color","",f.contentActionPrimary),neutralVisitedColor:n.extend("--ftds-link-neutral-visited-color","",l.colorBrand100)};var md={iconSize:n.extend("--ftds-banner-icon-size","",l.iconSize5),borderWidth:n.create("--ftds-banner-border-width","","SIZE","1px"),leftPadding:n.extend("--ftds-banner-left-padding","",l.spacing6),rightPadding:n.extend("--ftds-banner-right-padding","",l.spacing6),verticalPadding:n.extend("--ftds-banner-vertical-padding","",l.spacing6),horizontalSideGap:n.extend("--ftds-banner-horizontal-side-gap","",l.spacing6),horizontalMobileGap:n.extend("--ftds-banner-horizontal-mobile-gap","",l.spacing4),verticalMobileGap:n.extend("--ftds-banner-vertical-mobile-gap","",l.spacing6),horizontalMiddleGap:n.extend("--ftds-banner-horizontal-middle-gap","",l.spacing20),infoBackgroundColor:n.extend("--ftds-banner-info-background-color","",f.backgroundInfoSubtle),infoColor:n.extend("--ftds-banner-info-color","",f.contentInfoPrimary),infoIconColor:n.extend("--ftds-banner-info-icon-color","",f.contentInfoIconOnly),infoBorderColor:n.extend("--ftds-banner-info-border-color","",f.borderInfoSubtle)};var gd={horizontalPadding:n.extend("--ftds-badge-horizontal-padding","",l.spacing1),verticalPadding:n.extend("--ftds-badge-vertical-padding","",l.spacing1),borderRadius:n.extend("--ftds-badge-border-radius","",l.borderRadiusPill),color:n.extend("--ftds-badge-color","",f.contentGlobalOnColor),backgroundColor:n.extend("--ftds-badge-background-color","",f.contentActionPrimary)};var yd={horizontalGap:n.extend("--ftds-title-breadcrumb-horizontal-gap","",l.spacing1),currentColor:n.extend("--ftds-title-breadcrumb-current-color","",f.contentGlobalPrimary),previousNonClickableColor:n.extend("--ftds-title-breadcrumb-previous-non-clickable-color","",f.contentGlobalSecondary),iconColor:n.extend("--ftds-title-breadcrumb-icon-color","",f.contentGlobalSubtle)};var bd={parentHorizontalPadding:n.extend("--ftds-page-header-parent-horizontal-padding","",l.spacing6),parentTopPadding:n.extend("--ftds-page-header-parent-top-padding","",l.spacing4),parentBottomPadding:n.extend("--ftds-page-header-parent-bottom-padding","",l.spacing6),parentHelpLeftMargin:n.extend("--ftds-page-header-parent-help-left-margin","",l.spacing1),parentTitleColor:n.extend("--ftds-page-header-parent-title-color","",f.contentGlobalPrimary),parentSubtitleColor:n.extend("--ftds-page-header-parent-subtitle-color","",f.contentGlobalSecondary),parentChipLeftMargin:n.extend("--ftds-page-header-parent-chip-left-margin","",l.spacing4),parentVerticalGap:n.extend("--ftds-page-header-parent-vertical-gap","",l.spacing2),parentButtonsGroupHorizontalGap:n.extend("--ftds-page-header-parent-buttons-group-horizontal-gap","",l.spacing4),parentButtonsGroupVerticalGap:n.extend("--ftds-page-header-parent-buttons-group-vertical-gap","",l.spacing4),parentChipsGroupHorizontalGap:n.extend("--ftds-page-header-parent-chips-group-horizontal-gap","",l.spacing2),parentChipsGroupVerticalGap:n.extend("--ftds-page-header-parent-chips-group-vertical-gap","",l.spacing2),childHorizontalPadding:n.extend("--ftds-page-header-child-horizontal-padding","",l.spacing6),childTopPadding:n.extend("--ftds-page-header-child-top-padding","",l.spacing2),childBottomPadding:n.extend("--ftds-page-header-child-bottom-padding","",l.spacing2),childHelpLeftMargin:n.extend("--ftds-page-header-child-help-left-margin","",l.spacing1),childChipLeftMargin:n.extend("--ftds-page-header-child-chip-left-margin","",l.spacing4),childVerticalGap:n.extend("--ftds-page-header-child-vertical-gap","",l.spacing2),childMinHeight:n.create("--ftds-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:n.extend("--ftds-page-header-child-buttons-group-horizontal-gap","",l.spacing4),childButtonsGroupVerticalGap:n.extend("--ftds-page-header-child-buttons-group-vertical-gap","",l.spacing4),childChipsGroupHorizontalGap:n.extend("--ftds-page-header-child-chips-group-horizontal-gap","",l.spacing2),childChipsGroupVerticalGap:n.extend("--ftds-page-header-child-chips-group-vertical-gap","",l.spacing2),backgroundColor:n.extend("--ftds-page-header-background-color","",l.colorWhite),bottomBorderColor:n.extend("--ftds-page-header-bottom-border-color","",f.borderGlobalSubtle),bottomBorderWidth:n.create("--ftds-page-header-bottom-border-width","","SIZE","1px")};var vd={horizontalPadding:n.extend("--ftds-page-footer-horizontal-padding","",l.spacing6),verticalPadding:n.extend("--ftds-page-footer-vertical-padding","",l.spacing2),verticalGap:n.extend("--ftds-page-footer-vertical-gap","",l.spacing2),minHeight:n.create("--ftds-page-footer-min-height","","SIZE","40px"),backgroundColor:n.extend("--ftds-page-footer-background-color","",l.colorWhite),topBorderColor:n.extend("--ftds-page-footer-top-border-color","",f.borderGlobalSubtle),topBorderWidth:n.create("--ftds-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:n.extend("--ftds-page-footer-buttons-group-gap","",l.spacing4)};var xd={contentHorizontalPadding:n.extend("--ftds-page-layout-content-horizontal-padding","",l.spacing6),contentVerticalPadding:n.extend("--ftds-page-layout-content-vertical-padding","",l.spacing6)};var Sd={smallContainerTargetWidth:n.create("--ftds-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:n.extend("--ftds-modal-small-container-margin","",l.spacing6),mediumContainerTargetWidth:n.create("--ftds-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:n.extend("--ftds-modal-medium-container-margin","",l.spacing6),largeContainerTargetWidth:n.create("--ftds-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:n.extend("--ftds-modal-large-container-margin","",l.spacing6),overlayBackgroundColor:n.extend("--ftds-modal-overlay-background-color","",l.colorGray700),overlayOpacity:n.extend("--ftds-modal-overlay-opacity","",l.opacity40),shadow:n.extend("--ftds-modal-shadow","",l.shadowElevation03),bodyBackgroundColor:n.extend("--ftds-modal-body-background-color","",l.colorWhite),bodyColor:n.extend("--ftds-modal-body-color","",f.contentGlobalPrimary),bodyHorizontalPadding:n.extend("--ftds-modal-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:n.extend("--ftds-modal-body-vertical-padding","",l.spacing6),bodyVerticalGap:n.extend("--ftds-modal-body-vertical-gap","",l.spacing6),headerBackgroundColor:n.extend("--ftds-modal-header-background-color","",f.backgroundGlobalOnSurface),headerBorderColor:n.extend("--ftds-modal-header-border-color","",f.borderGlobalSubtle),headerColor:n.extend("--ftds-modal-header-color","",f.contentGlobalPrimary),headerLeadingIconColor:n.extend("--ftds-modal-header-leading-icon-color","",f.contentGlobalPrimary),headerVerticalPadding:n.extend("--ftds-modal-header-vertical-padding","",l.spacing1),headerRightPadding:n.extend("--ftds-modal-header-right-padding","",l.spacing1),headerLeftPadding:n.extend("--ftds-modal-header-left-padding","",l.spacing6),headerGap:n.extend("--ftds-modal-header-gap","",l.spacing2),headerBorderBottomWidth:n.create("--ftds-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:n.extend("--ftds-modal-border-radius","",l.borderRadiusM)};var Cd={overlayOpacity:n.extend("--ftds-drawer-overlay-opacity","",l.opacity40),shadow:n.extend("--ftds-drawer-shadow","",l.shadowElevation03),bodyColor:n.extend("--ftds-drawer-body-color","",f.contentGlobalPrimary),bodyHorizontalPadding:n.extend("--ftds-drawer-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:n.extend("--ftds-drawer-body-vertical-padding","",l.spacing6),bodyGap:n.extend("--ftds-drawer-body-gap","",l.spacing6),bodyBackgroundColor:n.extend("--ftds-drawer-body-background-color","",l.colorWhite),headerBackgroundColor:n.extend("--ftds-drawer-header-background-color","",f.backgroundGlobalOnSurface),headerBorderColor:n.extend("--ftds-drawer-header-border-color","",f.borderGlobalSubtle),headerColor:n.extend("--ftds-drawer-header-color","",f.contentGlobalPrimary),headerTrailingIconColor:n.extend("--ftds-drawer-header-trailing-icon-color","",f.contentGlobalSecondary),headerHeight:n.create("--ftds-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:n.extend("--ftds-drawer-header-horizontal-padding","",l.spacing2),headerBorderWidth:n.create("--ftds-drawer-header-border-width","","SIZE","1px"),headerGap:n.extend("--ftds-drawer-header-gap","",l.spacing3),buttonsBarBackgroundColor:n.extend("--ftds-drawer-buttons-bar-background-color","",f.backgroundGlobalOnSurface),buttonsBarBorderColor:n.extend("--ftds-drawer-buttons-bar-border-color","",f.borderGlobalSubtle),buttonsBarColor:n.extend("--ftds-drawer-buttons-bar-color","",f.contentGlobalPrimary),buttonsBarHorizontalPadding:n.extend("--ftds-drawer-buttons-bar-horizontal-padding","",l.spacing6),buttonsBarVerticalPadding:n.extend("--ftds-drawer-buttons-bar-vertical-padding","",l.spacing4),buttonsBarGap:n.extend("--ftds-drawer-buttons-bar-gap","",l.spacing3),buttonsBarBorderWidth:n.create("--ftds-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:n.create("--ftds-drawer-container-width","","SIZE","66%"),containerMinWidth:n.create("--ftds-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:n.create("--ftds-drawer-container-max-width","","SIZE","1000px"),containerHeight:n.create("--ftds-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:n.extend("--ftds-drawer-overlay-background-color","",l.colorGray700)};var Ed={offBorderBottomWidth:n.create("--ftds-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:n.extend("--ftds-tabs-off-hover-state-layer-opacity","",l.opacity8),offDefaultStateLayerOpacity:n.extend("--ftds-tabs-off-default-state-layer-opacity","",l.opacity0),offFocusStateLayerOpacity:n.extend("--ftds-tabs-off-focus-state-layer-opacity","",l.opacity8),offDisabledComponentOpacity:n.extend("--ftds-tabs-off-disabled-component-opacity","",l.opacity40),offColor:n.extend("--ftds-tabs-off-color","",f.contentGlobalSubtle),offStateLayerColor:n.extend("--ftds-tabs-off-state-layer-color","",f.contentGlobalSubtle),offBorderBottomColor:n.extend("--ftds-tabs-off-border-bottom-color","",f.borderGlobalSubtle),activeTabIndicatorHeight:n.create("--ftds-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:n.extend("--ftds-tabs-top-left-border-radius","",l.borderRadiusS),topRightBorderRadius:n.extend("--ftds-tabs-top-right-border-radius","",l.borderRadiusS),withLabelHorizontalPadding:n.extend("--ftds-tabs-with-label-horizontal-padding","",l.spacing4),withLabelVerticalPadding:n.extend("--ftds-tabs-with-label-vertical-padding","",l.spacing3),horizontalGap:n.extend("--ftds-tabs-horizontal-gap","",l.spacing1),verticalGap:n.extend("--ftds-tabs-vertical-gap","",l.spacing1),onHoverStateLayerOpacity:n.extend("--ftds-tabs-on-hover-state-layer-opacity","",l.opacity16),onDefaultStateLayerOpacity:n.extend("--ftds-tabs-on-default-state-layer-opacity","",l.opacity8),onFocusStateLayerOpacity:n.extend("--ftds-tabs-on-focus-state-layer-opacity","",l.opacity16),onActiveStateLayerOpacity:n.extend("--ftds-tabs-on-active-state-layer-opacity","",l.opacity24),onColor:n.extend("--ftds-tabs-on-color","",f.contentActionPrimary),onStateLayerColor:n.extend("--ftds-tabs-on-state-layer-color","",f.contentActionPrimary),onActiveTabIndicatorColor:n.extend("--ftds-tabs-on-active-tab-indicator-color","",f.contentActionPrimary),iconOnlyHorizontalPadding:n.extend("--ftds-tabs-icon-only-horizontal-padding","",l.spacing4),iconOnlyVerticalPadding:n.extend("--ftds-tabs-icon-only-vertical-padding","",l.spacing4),alertTopPadding:n.extend("--ftds-tabs-alert-top-padding","",l.spacing1),alertRightPadding:n.extend("--ftds-tabs-alert-right-padding","",l.spacing05),focusOutlineWidth:n.create("--ftds-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ftds-tabs-focus-focus-ring-color","",f.borderActionFocusRing)};var Ad={largeFieldHorizontalPadding:n.extend("--ftds-text-input-large-field-horizontal-padding","",l.spacing4),largeFieldHorizontalGap:n.extend("--ftds-text-input-large-field-horizontal-gap","",l.spacing3),largeFieldVerticalGap:n.extend("--ftds-text-input-large-field-vertical-gap","",l.spacing05),largeFieldHeight:n.create("--ftds-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:n.extend("--ftds-text-input-large-field-icon-size","",l.iconSize3),mediumFieldHorizontalPadding:n.extend("--ftds-text-input-medium-field-horizontal-padding","",l.spacing4),mediumFieldHorizontalGap:n.extend("--ftds-text-input-medium-field-horizontal-gap","",l.spacing3),mediumFieldVerticalGap:n.create("--ftds-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:n.create("--ftds-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:n.extend("--ftds-text-input-medium-field-icon-size","",l.iconSize3),helperHorizontalPadding:n.extend("--ftds-text-input-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:n.extend("--ftds-text-input-helper-horizontal-gap","",l.spacing1),helperIconSize:n.extend("--ftds-text-input-helper-icon-size","",l.iconSize2),borderRadius:n.extend("--ftds-text-input-border-radius","",l.borderRadiusS),backgroundColor:n.extend("--ftds-text-input-background-color","",l.colorWhite),contentValueColor:n.extend("--ftds-text-input-content-value-color","",f.contentGlobalPrimary),trailingIconColor:n.extend("--ftds-text-input-trailing-icon-color","",f.contentGlobalSubtle),labelColor:n.extend("--ftds-text-input-label-color","",f.contentGlobalSubtle),defaultBorderColor:n.extend("--ftds-text-input-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:n.extend("--ftds-text-input-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:n.create("--ftds-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:n.create("--ftds-text-input-error-border-width","","SIZE","2px"),errorBorderColor:n.extend("--ftds-text-input-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:n.extend("--ftds-text-input-error-helper-text-color","",f.contentErrorPrimary),errorHelperIconColor:n.extend("--ftds-text-input-error-helper-icon-color","",f.contentErrorIconOnly),warningBorderColor:n.extend("--ftds-text-input-warning-border-color","",f.borderWarningPrimary),warningHelperTextColor:n.extend("--ftds-text-input-warning-helper-text-color","",f.contentWarningPrimary),warningHelperIconColor:n.extend("--ftds-text-input-warning-helper-icon-color","",f.contentWarningIconOnly),warningBorderWidth:n.create("--ftds-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:n.create("--ftds-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ftds-text-input-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineOffset:n.create("--ftds-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:n.extend("--ftds-text-input-disabled-component-opacity","",l.opacity40)};var Ld={backgroundColor:n.extend("--ftds-text-area-background-color","",l.colorWhite),contentValueColor:n.extend("--ftds-text-area-content-value-color","",f.contentGlobalPrimary),labelColor:n.extend("--ftds-text-area-label-color","",f.contentGlobalSubtle),defaultBorderColor:n.extend("--ftds-text-area-default-border-color","",f.borderInputPrimary),defaultHelperTextColor:n.extend("--ftds-text-area-default-helper-text-color","",f.contentGlobalSubtle),defaultBorderWidth:n.create("--ftds-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:n.create("--ftds-text-area-error-border-width","","SIZE","2px"),errorBorderColor:n.extend("--ftds-text-area-error-border-color","",f.borderErrorPrimary),errorHelperTextColor:n.extend("--ftds-text-area-error-helper-text-color","",f.contentErrorPrimary),errorHelperIconColor:n.extend("--ftds-text-area-error-helper-icon-color","",f.contentErrorIconOnly),focusFocusRingColor:n.extend("--ftds-text-area-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:n.create("--ftds-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:n.create("--ftds-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:n.extend("--ftds-text-area-disabled-component-opacity","",l.opacity40),fieldHorizontalLeftPadding:n.extend("--ftds-text-area-field-horizontal-left-padding","",l.spacing4),fieldHorizontalGap:n.extend("--ftds-text-area-field-horizontal-gap","",l.spacing3),fieldVerticalGap:n.extend("--ftds-text-area-field-vertical-gap","",l.spacing05),fieldMinHeight:n.create("--ftds-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:n.extend("--ftds-text-area-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:n.extend("--ftds-text-area-helper-horizontal-gap","",l.spacing1),helperIconSize:n.extend("--ftds-text-area-helper-icon-size","",l.iconSize2),borderRadius:n.extend("--ftds-text-area-border-radius","",l.borderRadiusS)};var Od={height:n.create("--ftds-floating-menu-height","","SIZE","52px"),horizontalPadding:n.extend("--ftds-floating-menu-horizontal-padding","",l.spacing4),verticalPadding:n.extend("--ftds-floating-menu-vertical-padding","",l.spacing2),offIconColor:n.extend("--ftds-floating-menu-off-icon-color","",f.contentGlobalPrimary),offColor:n.extend("--ftds-floating-menu-off-color","",f.contentGlobalPrimary),onColor:n.extend("--ftds-floating-menu-on-color","",f.contentActionPrimary),onStateLayerColor:n.extend("--ftds-floating-menu-on-state-layer-color","",f.contentActionPrimary),gap:n.extend("--ftds-floating-menu-gap","",l.spacing3),focusFocusRingColor:n.extend("--ftds-floating-menu-focus-focus-ring-color","",f.borderActionFocusRing),focusOutlineWidth:n.create("--ftds-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:n.extend("--ftds-floating-menu-focus-state-layer-opacity","",l.opacity24),hoverStateLayerOpacity:n.extend("--ftds-floating-menu-hover-state-layer-opacity","",l.opacity8),activeStateLayerOpacity:n.extend("--ftds-floating-menu-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:n.extend("--ftds-floating-menu-disabled-component-opacity","",l.opacity40),iconSize:n.extend("--ftds-floating-menu-icon-size","",l.iconSize3),backgroundColor:n.extend("--ftds-floating-menu-background-color","",f.backgroundGlobalOnSurface),shadow:n.extend("--ftds-floating-menu-shadow","",l.shadowElevation02),multiselectCheckedStateLayerColor:n.extend("--ftds-floating-menu-multiselect-checked-state-layer-color","",f.contentActionPrimary),multiselectCheckedColor:n.extend("--ftds-floating-menu-multiselect-checked-color","",f.contentGlobalPrimary),multiselectCheckedIconColor:n.extend("--ftds-floating-menu-multiselect-checked-icon-color","",f.contentActionPrimary),multiselectCheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-checked-default-state-layer-opacity","",l.opacity8),multiselectCheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-checked-hover-state-layer-opacity","",l.opacity16),multiselectCheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-checked-focus-state-layer-opacity","",l.opacity24),multiselectIndeterminatedStateLayerColor:n.extend("--ftds-floating-menu-multiselect-indeterminated-state-layer-color","",f.contentActionPrimary),multiselectIndeterminatedColor:n.extend("--ftds-floating-menu-multiselect-indeterminated-color","",f.contentGlobalPrimary),multiselectIndeterminatedIconColor:n.extend("--ftds-floating-menu-multiselect-indeterminated-icon-color","",f.contentActionPrimary),multiselectIndeterminatedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-indeterminated-default-state-layer-opacity","",l.opacity8),multiselectIndeterminatedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-indeterminated-hover-state-layer-opacity","",l.opacity16),multiselectIndeterminatedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-indeterminated-focus-state-layer-opacity","",l.opacity24),multiselectUncheckedStateLayerColor:n.extend("--ftds-floating-menu-multiselect-unchecked-state-layer-color","",f.contentGlobalPrimary),multiselectUncheckedColor:n.extend("--ftds-floating-menu-multiselect-unchecked-color","",f.contentGlobalPrimary),multiselectUncheckedIconColor:n.extend("--ftds-floating-menu-multiselect-unchecked-icon-color","",f.contentGlobalSubtle),multiselectUncheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-unchecked-default-state-layer-opacity","",l.opacity0),multiselectUncheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-unchecked-hover-state-layer-opacity","",l.opacity8),multiselectUncheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-multiselect-unchecked-focus-state-layer-opacity","",l.opacity16),selectAllCheckedStateLayerColor:n.extend("--ftds-floating-menu-select-all-checked-state-layer-color","",f.contentActionPrimary),selectAllCheckedColor:n.extend("--ftds-floating-menu-select-all-checked-color","",f.contentGlobalPrimary),selectAllCheckedIconColor:n.extend("--ftds-floating-menu-select-all-checked-icon-color","",f.contentActionPrimary),selectAllCheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-checked-default-state-layer-opacity","",l.opacity0),selectAllCheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-checked-hover-state-layer-opacity","",l.opacity16),selectAllCheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-checked-focus-state-layer-opacity","",l.opacity24),selectAllIndeterminatedStateLayerColor:n.extend("--ftds-floating-menu-select-all-indeterminated-state-layer-color","",f.contentGlobalPrimary),selectAllIndeterminatedColor:n.extend("--ftds-floating-menu-select-all-indeterminated-color","",f.contentGlobalPrimary),selectAllIndeterminatedIconColor:n.extend("--ftds-floating-menu-select-all-indeterminated-icon-color","",f.contentActionPrimary),selectAllIndeterminatedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-indeterminated-default-state-layer-opacity","",l.opacity0),selectAllIndeterminatedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-indeterminated-hover-state-layer-opacity","",l.opacity8),selectAllIndeterminatedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-indeterminated-focus-state-layer-opacity","",l.opacity16),selectAllUncheckedStateLayerColor:n.extend("--ftds-floating-menu-select-all-unchecked-state-layer-color","",f.contentGlobalPrimary),selectAllUncheckedColor:n.extend("--ftds-floating-menu-select-all-unchecked-color","",f.contentGlobalPrimary),selectAllUncheckedIconColor:n.extend("--ftds-floating-menu-select-all-unchecked-icon-color","",f.contentGlobalSubtle),selectAllUncheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-unchecked-default-state-layer-opacity","",l.opacity0),selectAllUncheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-unchecked-hover-state-layer-opacity","",l.opacity8),selectAllUncheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-select-all-unchecked-focus-state-layer-opacity","",l.opacity16),defaultUncheckedStateLayerColor:n.extend("--ftds-floating-menu-default-unchecked-state-layer-color","",f.contentGlobalPrimary),defaultUncheckedColor:n.extend("--ftds-floating-menu-default-unchecked-color","",f.contentGlobalPrimary),defaultUncheckedIconColor:n.extend("--ftds-floating-menu-default-unchecked-icon-color","",f.contentGlobalSubtle),defaultUncheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-default-unchecked-default-state-layer-opacity","",l.opacity0),defaultUncheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-default-unchecked-hover-state-layer-opacity","",l.opacity8),defaultUncheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-default-unchecked-focus-state-layer-opacity","",l.opacity16),defaultCheckedStateLayerColor:n.extend("--ftds-floating-menu-default-checked-state-layer-color","",f.contentActionPrimary),defaultCheckedColor:n.extend("--ftds-floating-menu-default-checked-color","",f.contentActionPrimary),defaultCheckedIconColor:n.extend("--ftds-floating-menu-default-checked-icon-color","",f.contentActionPrimary),defaultCheckedDefaultStateLayerOpacity:n.extend("--ftds-floating-menu-default-checked-default-state-layer-opacity","",l.opacity8),defaultCheckedHoverStateLayerOpacity:n.extend("--ftds-floating-menu-default-checked-hover-state-layer-opacity","",l.opacity16),defaultCheckedFocusStateLayerOpacity:n.extend("--ftds-floating-menu-default-checked-focus-state-layer-opacity","",l.opacity24)};var Rd={menuVerticalGap:n.extend("--ftds-combobox-menu-vertical-gap","",l.spacing2),menuNewValuePaddingTop:n.extend("--ftds-combobox-menu-new-value-padding-top","",l.spacing4),menuNewValuePaddingBottom:n.extend("--ftds-combobox-menu-new-value-padding-bottom","",l.spacing1),menuNewValueHorizontalPadding:n.extend("--ftds-combobox-menu-new-value-horizontal-padding","",l.spacing4),menuNewValueLabelColor:n.extend("--ftds-combobox-menu-new-value-label-color","",f.contentGlobalSubtle),menuNewValueBorderColor:n.extend("--ftds-combobox-menu-new-value-border-color","",f.borderGlobalPrimary),menuNewValueBorderWidth:n.create("--ftds-combobox-menu-new-value-border-width","","SIZE","1px"),menuNewValueErrorBackgroundColor:n.extend("--ftds-combobox-menu-new-value-error-background-color","",f.backgroundErrorSubtle),menuNewValueErrorBorderColor:n.extend("--ftds-combobox-menu-new-value-error-border-color","",f.borderErrorPrimary),menuNewValueErrorStateLayerColor:n.extend("--ftds-combobox-menu-new-value-error-state-layer-color","",f.contentActionPrimary),menuNewValueErrorHoverStateLayerOpacity:n.extend("--ftds-combobox-menu-new-value-error-hover-state-layer-opacity","",l.opacity4),menuNewValueErrorActiveStateLayerOpacity:n.extend("--ftds-combobox-menu-new-value-error-active-state-layer-opacity","",l.opacity6),menuMessagePaddingTop:n.extend("--ftds-combobox-menu-message-padding-top","",l.spacing2),menuMessagePaddingBottom:n.extend("--ftds-combobox-menu-message-padding-bottom","",l.spacing2),menuMessageHorizontalPadding:n.extend("--ftds-combobox-menu-message-horizontal-padding","",l.spacing4),menuMessageLabelColor:n.extend("--ftds-combobox-menu-message-label-color","",f.contentGlobalSubtle),valuesChipBackgroundColor:n.extend("--ftds-combobox-values-chip-background-color","",f.backgroundGlobalOnSurface),valuesChipBorderColor:n.extend("--ftds-combobox-values-chip-border-color","",f.borderInputPrimary)};var wd={backgroundColor:n.extend("--ftds-popover-background-color","",f.backgroundGlobalOnSurface),titleColor:n.extend("--ftds-popover-title-color","",f.contentGlobalPrimary),bodyColor:n.extend("--ftds-popover-body-color","",f.contentGlobalSecondary),gap:n.extend("--ftds-popover-gap","",l.spacing2),borderRadius:n.extend("--ftds-popover-border-radius","",l.borderRadiusM),shadow:n.extend("--ftds-popover-shadow","",l.shadowElevation02),maxWidth:n.create("--ftds-popover-max-width","","SIZE","440px"),minWidth:n.create("--ftds-popover-min-width","","SIZE","160px"),maxHeight:n.create("--ftds-popover-max-height","","SIZE","0.16vh"),contentSectionVerticalGap:n.extend("--ftds-popover-content-section-vertical-gap","",l.spacing2),multiSectionVerticalGap:n.extend("--ftds-popover-multi-section-vertical-gap","",l.spacing6),defaultHorizontalPadding:n.extend("--ftds-popover-default-horizontal-padding","",l.spacing6),defaultVerticalPadding:n.extend("--ftds-popover-default-vertical-padding","",l.spacing6),denseHorizontalPadding:n.extend("--ftds-popover-dense-horizontal-padding","",l.spacing3),denseVerticalPadding:n.extend("--ftds-popover-dense-vertical-padding","",l.spacing3)};var _d={hoverStateLayerOpacity:n.extend("--ftds-collapsible-hover-state-layer-opacity","",l.opacity8),focusStateLayerOpacity:n.extend("--ftds-collapsible-focus-state-layer-opacity","",l.opacity8),focusOutlineWidth:n.create("--ftds-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:n.extend("--ftds-collapsible-focus-focus-ring-color","",f.borderActionFocusRing),activeStateLayerOpacity:n.extend("--ftds-collapsible-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:n.extend("--ftds-collapsible-disabled-component-opacity","",l.opacity40),horizontalPadding:n.extend("--ftds-collapsible-horizontal-padding","",l.spacing4),verticalPadding:n.extend("--ftds-collapsible-vertical-padding","",l.spacing3),color:n.extend("--ftds-collapsible-color","",f.contentGlobalPrimary),stateLayerColor:n.extend("--ftds-collapsible-state-layer-color","",f.contentGlobalPrimary),backgroundColor:n.extend("--ftds-collapsible-background-color","",f.backgroundGlobalOnSurface),borderColor:n.extend("--ftds-collapsible-border-color","",f.borderGlobalSubtle),iconSize:n.extend("--ftds-collapsible-icon-size","",l.iconSize3)};var Nd={groupHorizontalPadding:n.extend("--ftds-switch-group-horizontal-padding","",l.spacing1),groupVerticalPadding:n.extend("--ftds-switch-group-vertical-padding","",l.spacing1),groupGap:n.extend("--ftds-switch-group-gap","",l.spacing1),groupBackgroundColor:n.extend("--ftds-switch-group-background-color","",f.backgroundGlobalSurface),groupBorderColor:n.extend("--ftds-switch-group-border-color","",f.borderGlobalSubtle),groupBorderRadius:n.create("--ftds-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:n.extend("--ftds-switch-label-horizontal-padding","",l.spacing2),labelVerticalPadding:n.extend("--ftds-switch-label-vertical-padding","",l.spacing1),offHoverStateLayerOpacity:n.extend("--ftds-switch-off-hover-state-layer-opacity","",l.opacity8),offFocusStateLayerOpacity:n.extend("--ftds-switch-off-focus-state-layer-opacity","",l.opacity8),offActiveStateLayerOpacity:n.extend("--ftds-switch-off-active-state-layer-opacity","",l.opacity16),offDisabledComponentOpacity:n.extend("--ftds-switch-off-disabled-component-opacity","",l.opacity40),offColor:n.extend("--ftds-switch-off-color","",f.contentGlobalSubtle),offStateLayerColor:n.extend("--ftds-switch-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:n.extend("--ftds-switch-on-hover-state-layer-opacity","",l.opacity8),onFocusStateLayerOpacity:n.extend("--ftds-switch-on-focus-state-layer-opacity","",l.opacity8),onActiveStateLayerOpacity:n.extend("--ftds-switch-on-active-state-layer-opacity","",l.opacity16),onDisabledComponentOpacity:n.extend("--ftds-switch-on-disabled-component-opacity","",l.opacity40),onColor:n.extend("--ftds-switch-on-color","",f.contentActionPrimary),onStateLayerColor:n.extend("--ftds-switch-on-state-layer-color","",f.contentActionPrimary),iconHorizontalPadding:n.extend("--ftds-switch-icon-horizontal-padding","",l.spacing1),iconVerticalPadding:n.extend("--ftds-switch-icon-vertical-padding","",l.spacing1),focusOutlineWidth:n.create("--ftds-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:n.extend("--ftds-switch-focus-focus-ring-color","",f.borderActionFocusRing),optionBorderRadius:n.extend("--ftds-switch-option-border-radius","",l.borderRadiusS)};var Md={color1Light:n.extend("--ftds-chart-1-light","for area color charts",l.colorBrand40),color1Base:n.extend("--ftds-chart-1-base","for line charts",l.colorBrand0),color2Light:n.extend("--ftds-chart-2-light","for area color charts",l.colorYellow60),color2Base:n.extend("--ftds-chart-2-base","for line charts",l.colorYellow100),color3Light:n.extend("--ftds-chart-3-light","",l.colorUltramarine40),color3Base:n.extend("--ftds-chart-3-base","",l.colorUltramarine70),color4Light:n.extend("--ftds-chart-4-light","",l.colorCyan50),color4Base:n.extend("--ftds-chart-4-base","",l.colorCyan100),color5Light:n.extend("--ftds-chart-5-light","",l.colorRed40),color5Base:n.extend("--ftds-chart-5-base","",l.colorRed60),color6Light:n.extend("--ftds-chart-6-light","",l.colorGreen40),color6Base:n.extend("--ftds-chart-6-base","",l.colorGreen70),color7Light:n.extend("--ftds-chart-7-light","",l.colorOrange70),color7Base:n.extend("--ftds-chart-7-base","",l.colorOrange100),color8Light:n.extend("--ftds-chart-8-light","",l.colorAvocado70),color8Base:n.extend("--ftds-chart-8-base","",l.colorAvocado200),color9Light:n.extend("--ftds-chart-9-light","",l.colorBrown50),color9Base:n.extend("--ftds-chart-9-base","",l.colorBrown200),color10Light:n.extend("--ftds-chart-10-light","",l.colorGray50),color10Base:n.extend("--ftds-chart-10-base","",l.colorGray80),monochrome10:n.extend("--ftds-chart-monochrome-10","",l.colorBrand10),monochrome20:n.extend("--ftds-chart-monochrome-20","",l.colorBrand20),monochrome30:n.extend("--ftds-chart-monochrome-30","",l.colorBrand40),monochrome40:n.extend("--ftds-chart-monochrome-40","",l.colorBrand60),monochrome50:n.extend("--ftds-chart-monochrome-50","",l.colorBrand0),monochrome60:n.extend("--ftds-chart-monochrome-60","",l.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:n.extend("--ftds-chart-scatterplot-quadrant-popular-old-background-color","",l.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:n.extend("--ftds-chart-scatterplot-quadrant-popular-new-background-color","",l.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:n.extend("--ftds-chart-scatterplot-quadrant-unpopular-old-background-color","",l.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:n.extend("--ftds-chart-scatterplot-quadrant-unpopular-new-background-color","",l.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-color","",l.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:n.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-opacity","",l.opacity48),scatterplotDatapointInitialHoverBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-initial-hover-background-color","",l.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-selected-default-background-color","",l.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-selected-hover-background-color","",l.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-color","",l.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:n.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-opacity","",l.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:n.extend("--ftds-chart-scatterplot-datapoint-unselected-hover-background-color","",l.colorGray70),scatterplotDatapointHoverHoverRingColor:n.extend("--ftds-chart-scatterplot-datapoint-hover-hover-ring-color","",l.colorCyan200)};var Td={color1IconColor:n.extend("--ftds-page-designer-1-icon-color","for area color charts",l.colorCyan0),color1ToolbarColor:n.extend("--ftds-page-designer-1-toolbar-color","for area color charts",l.colorCyan0),color2IconColor:n.extend("--ftds-page-designer-2-icon-color","for area color charts",l.colorBrand0),color2ToolbarColor:n.extend("--ftds-page-designer-2-toolbar-color","for area color charts",l.colorBrand0),color3IconColor:n.extend("--ftds-page-designer-3-icon-color","for area color charts",l.colorYellow200),color3ToolbarColor:n.extend("--ftds-page-designer-3-toolbar-color","for area color charts",l.colorYellow200),color4IconColor:n.extend("--ftds-page-designer-4-icon-color","for area color charts",l.colorUltramarine50),color4ToolbarColor:n.extend("--ftds-page-designer-4-toolbar-color","for area color charts",l.colorUltramarine50),color5IconColor:n.extend("--ftds-page-designer-5-icon-color","for area color charts",l.colorGreen0),color5ToolbarColor:n.extend("--ftds-page-designer-5-toolbar-color","for area color charts",l.colorGreen0),color6IconColor:n.extend("--ftds-page-designer-6-icon-color","for area color charts",l.colorOrange0),color6ToolbarColor:n.extend("--ftds-page-designer-6-toolbar-color","for area color charts",l.colorOrange0),color7IconColor:n.extend("--ftds-page-designer-7-icon-color","for area color charts",l.colorAvocado200),color7ToolbarColor:n.extend("--ftds-page-designer-7-toolbar-color","for area color charts",l.colorAvocado200),color8IconColor:n.extend("--ftds-page-designer-8-icon-color","for area color charts",l.colorBrown0),color8ToolbarColor:n.extend("--ftds-page-designer-8-toolbar-color","for area color charts",l.colorBrown0)};var kd={borderWidth:n.create("--ftds-notice-border-width","","SIZE","1px"),horizontalPadding:n.extend("--ftds-notice-horizontal-padding","",l.spacing3),verticalPadding:n.extend("--ftds-notice-vertical-padding","",l.spacing2),borderRadius:n.extend("--ftds-notice-border-radius","",l.borderRadiusS),gap:n.extend("--ftds-notice-gap","",l.spacing2),iconSize:n.extend("--ftds-notice-icon-size","",l.iconSize3),infoBackgroundColor:n.extend("--ftds-notice-info-background-color","",f.backgroundInfoSubtle),infoBorderColor:n.extend("--ftds-notice-info-border-color","",f.borderInfoSubtle),infoColor:n.extend("--ftds-notice-info-color","",f.contentInfoPrimary),infoIconColor:n.extend("--ftds-notice-info-icon-color","",f.contentInfoIconOnly),warningBackgroundColor:n.extend("--ftds-notice-warning-background-color","",f.backgroundWarningSubtle),warningBorderColor:n.extend("--ftds-notice-warning-border-color","",f.borderWarningSubtle),warningColor:n.extend("--ftds-notice-warning-color","",f.contentWarningPrimary),warningIconColor:n.extend("--ftds-notice-warning-icon-color","",f.contentWarningIconOnly),errorBackgroundColor:n.extend("--ftds-notice-error-background-color","",f.backgroundErrorSubtle),errorBorderColor:n.extend("--ftds-notice-error-border-color","",f.borderErrorSubtle),errorColor:n.extend("--ftds-notice-error-color","",f.contentErrorPrimary),errorIconColor:n.extend("--ftds-notice-error-icon-color","",f.contentErrorIconOnly),successBackgroundColor:n.extend("--ftds-notice-success-background-color","",f.backgroundSuccessSubtle),successBorderColor:n.extend("--ftds-notice-success-border-color","",f.borderSuccessSubtle),successColor:n.extend("--ftds-notice-success-color","",f.contentSuccessPrimary),successIconColor:n.extend("--ftds-notice-success-icon-color","",f.contentSuccessIconOnly),denseHorizontalPadding:n.create("--ftds-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:n.create("--ftds-notice-dense-vertical-padding","","SIZE","0px"),denseGap:n.extend("--ftds-notice-dense-gap","",l.spacing1),denseIconSize:n.extend("--ftds-notice-dense-icon-size","",l.iconSize2),denseBorderWidth:n.create("--ftds-notice-dense-border-width","","SIZE","0")};var Id={offHoverStateLayerOpacity:n.extend("--ftds-toggle-off-hover-state-layer-opacity","",l.opacity16),offFocusStateLayerOpacity:n.extend("--ftds-toggle-off-focus-state-layer-opacity","",l.opacity16),offActiveStateLayerOpacity:n.extend("--ftds-toggle-off-active-state-layer-opacity","",l.opacity24),offDisabledComponentOpacity:n.extend("--ftds-toggle-off-disabled-component-opacity","",l.opacity40),offBackgroundColor:n.extend("--ftds-toggle-off-background-color","",f.contentGlobalSubtle),offIconColor:n.extend("--ftds-toggle-off-icon-color","",f.contentGlobalSubtle),offStateLayerColor:n.extend("--ftds-toggle-off-state-layer-color","",f.contentGlobalSubtle),onHoverStateLayerOpacity:n.extend("--ftds-toggle-on-hover-state-layer-opacity","",l.opacity16),onFocusStateLayerOpacity:n.extend("--ftds-toggle-on-focus-state-layer-opacity","",l.opacity16),onActiveStateLayerOpacity:n.extend("--ftds-toggle-on-active-state-layer-opacity","",l.opacity24),onDisabledComponentOpacity:n.extend("--ftds-toggle-on-disabled-component-opacity","",l.opacity40),onBackgroundColor:n.extend("--ftds-toggle-on-background-color","",f.contentActionPrimary),onStateLayerColor:n.extend("--ftds-toggle-on-state-layer-color","",f.contentActionPrimary),onIconColor:n.extend("--ftds-toggle-on-icon-color","",f.contentActionPrimary),color:n.extend("--ftds-toggle-color","",f.contentGlobalPrimary),focusFocusRingColor:n.extend("--ftds-toggle-focus-focus-ring-color","",f.borderActionFocusRing),gap:n.extend("--ftds-toggle-gap","",l.spacing3)};var Pd={iconSize:n.extend("--ftds-notification-icon-size","",l.iconSize4),leftPadding:n.extend("--ftds-notification-left-padding","",l.spacing5),rightPadding:n.extend("--ftds-notification-right-padding","",l.spacing4),verticalPadding:n.extend("--ftds-notification-vertical-padding","",l.spacing3),infoBackgroundColor:n.extend("--ftds-notification-info-background-color","",f.backgroundInfoSubtle),infoColor:n.extend("--ftds-notification-info-color","",f.contentInfoPrimary),infoIconColor:n.extend("--ftds-notification-info-icon-color","",f.contentInfoIconOnly),infoBorderColor:n.extend("--ftds-notification-info-border-color","",f.borderInfoSubtle),successBackgroundColor:n.extend("--ftds-notification-success-background-color","",f.backgroundSuccessSubtle),successColor:n.extend("--ftds-notification-success-color","",f.contentSuccessPrimary),successIconColor:n.extend("--ftds-notification-success-icon-color","",f.contentSuccessIconOnly),successBorderColor:n.extend("--ftds-notification-success-border-color","",f.borderSuccessSubtle),warningBackgroundColor:n.extend("--ftds-notification-warning-background-color","",f.backgroundWarningSubtle),warningColor:n.extend("--ftds-notification-warning-color","",f.contentWarningPrimary),warningIconColor:n.extend("--ftds-notification-warning-icon-color","",f.contentWarningIconOnly),warningBorderColor:n.extend("--ftds-notification-warning-border-color","",f.borderWarningSubtle),errorBackgroundColor:n.extend("--ftds-notification-error-background-color","",f.backgroundErrorSubtle),errorColor:n.extend("--ftds-notification-error-color","",f.contentErrorPrimary),errorIconColor:n.extend("--ftds-notification-error-icon-color","",f.contentErrorIconOnly),errorBorderColor:n.extend("--ftds-notification-error-border-color","",f.borderErrorSubtle),borderRadius:n.extend("--ftds-notification-border-radius","",l.borderRadiusPill),borderWidth:n.create("--ftds-notification-border-width","","SIZE","1px"),leadingGap:n.extend("--ftds-notification-leading-gap","",l.spacing2),trailingGap:n.extend("--ftds-notification-trailing-gap","",l.spacing8)};var zd={horizontalPadding:n.extend("--ftds-tooltip-horizontal-padding","",l.spacing2),verticalPadding:n.extend("--ftds-tooltip-vertical-padding","",l.spacing2),borderRadius:n.extend("--ftds-tooltip-border-radius","",l.borderRadiusS),color:n.extend("--ftds-tooltip-color","",f.contentGlobalOnColor),backgroundColor:n.extend("--ftds-tooltip-background-color","",f.contentGlobalPrimary),backgroundOpacity:n.extend("--ftds-tooltip-background-opacity","",l.opacity80),shadow:n.extend("--ftds-tooltip-shadow","",l.shadowElevation02),maxWidth:n.create("--ftds-tooltip-max-width","","SIZE","256px"),gap:n.extend("--ftds-tooltip-gap","",l.spacing05)};var Dd={verticalPadding:n.extend("--ftds-reorderable-list-vertical-padding","",l.spacing4),gap:n.extend("--ftds-reorderable-list-gap","",l.spacing1),borderRadius:n.extend("--ftds-reorderable-list-border-radius","",l.borderRadiusM),reorderableItemTitleMarginRight:n.extend("--ftds-reorderable-list-reorderable-item-title-margin-right","",l.spacing6),reorderableItemTitleColor:n.extend("--ftds-reorderable-list-reorderable-item-title-color","",f.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:n.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-margin-right","",l.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:n.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",l.spacing2),reorderableItemRightButtonsGroupHorizontalGap:n.extend("--ftds-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",l.spacing2),reorderableItemUsersCountColor:n.extend("--ftds-reorderable-list-reorderable-item-users-count-color","",f.contentGlobalPrimary),reorderableItemUsersCountMarginRight:n.extend("--ftds-reorderable-list-reorderable-item-users-count-margin-right","",l.spacing6),reorderableItemBackgroundColor:n.extend("--ftds-reorderable-list-reorderable-item-background-color","",f.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:n.extend("--ftds-reorderable-list-reorderable-item-warning-message-gap","",l.spacing1),reorderableItemWarningMessageColor:n.extend("--ftds-reorderable-list-reorderable-item-warning-message-color","",f.contentWarningPrimary),reorderableItemWarningMessageIconColor:n.extend("--ftds-reorderable-list-reorderable-item-warning-message-icon-color","",f.contentWarningIconOnly),reorderableItemGripColor:n.extend("--ftds-reorderable-list-reorderable-item-grip-color","",f.contentGlobalSecondary),reorderableItemGripOpacity:n.extend("--ftds-reorderable-list-reorderable-item-grip-opacity","",l.opacity48),boxShadow:n.extend("--ftds-reorderable-list-box-shadow","",l.shadowElevation01),borderWidth:n.create("--ftds-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:n.extend("--ftds-reorderable-list-reorderable-items-gap","",l.spacing2),leftPadding:n.extend("--ftds-reorderable-list-left-padding","",l.spacing2),rightPadding:n.extend("--ftds-reorderable-list-right-padding","",l.spacing6),borderColor:n.extend("--ftds-reorderable-list-border-color","",f.borderGlobalPrimary),backgroundColor:n.extend("--ftds-reorderable-list-background-color","",f.backgroundGlobalOnSurfaceDark)};var Ud={menuHorizontalPadding:n.extend("--ftds-date-range-picker-menu-horizontal-padding","",l.spacing4),menuVerticalPadding:n.extend("--ftds-date-range-picker-menu-vertical-padding","",l.spacing4),menuVerticalGap:n.extend("--ftds-date-range-picker-menu-vertical-gap","",l.spacing4),menuButtonsVerticalGap:n.extend("--ftds-date-range-picker-menu-buttons-vertical-gap","",l.spacing2)};var Mt;(function(t){t.brand="brand",t.neutral="neutral",t.info="info",t.success="success",t.warning="warning",t.error="error"})(Mt||(Mt={}));var Qe;(function(t){t.large="large",t.medium="medium",t.small="small"})(Qe||(Qe={}));function za(t){return`ftds--family-${t}`}function Da(t){return`ftds--size-${t}`}var se={colorPrimary:n.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:n.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:n.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:n.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:n.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:n.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorInfo:n.create("--ft-color-info","","COLOR","#0F6BC5"),colorWarning:n.create("--ft-color-warning","","COLOR","#B74706"),colorError:n.create("--ft-color-error","","COLOR","#B00020"),colorSuccess:n.create("--ft-color-success","","COLOR","#187856"),colorOutline:n.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:n.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:n.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:n.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:n.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:n.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:n.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:n.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:n.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:n.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:n.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:n.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:n.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:n.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:n.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:n.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:n.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:n.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:n.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:n.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:n.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:n.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:n.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:n.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:n.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:n.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:n.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:n.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:n.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:n.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:n.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:n.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:n.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:n.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:n.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:n.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:n.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:n.create("--ft-elevation-00","","SHADOW","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:n.create("--ft-elevation-01","","SHADOW","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:n.create("--ft-elevation-02","","SHADOW","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:n.create("--ft-elevation-03","","SHADOW","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:n.create("--ft-elevation-04","","SHADOW","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:n.create("--ft-elevation-06","","SHADOW","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:n.create("--ft-elevation-08","","SHADOW","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:n.create("--ft-elevation-12","","SHADOW","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:n.create("--ft-elevation-16","","SHADOW","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:n.create("--ft-elevation-24","","SHADOW","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:n.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:n.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:n.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXL:n.create("--ft-border-radius-xl","","SIZE","16px"),titleFont:n.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:n.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:n.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:n.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};var Ba={};G(Ba,{DynamicImporter:()=>Jo,dynamicImporter:()=>Fd});var Jo=class{async import(e){if(e)return import(e)}},Fd=new Jo;var ei={};G(ei,{computeOffsetAutoPosition:()=>cu,computeOffsetPosition:()=>Qa});var kc=["top","right","bottom","left"],Tc=["start","end"],Ha=kc.reduce((t,e)=>t.concat(e,e+"-"+Tc[0],e+"-"+Tc[1]),[]),Tt=Math.min,ye=Math.max,no=Math.round;var ze=t=>({x:t,y:t}),Bd={left:"right",right:"left",bottom:"top",top:"bottom"};function Ga(t,e,r){return ye(t,Tt(e,r))}function ar(t,e){return typeof t=="function"?t(e):t}function pt(t){return t.split("-")[0]}function je(t){return t.split("-")[1]}function Wa(t){return t==="x"?"y":"x"}function ja(t){return t==="y"?"height":"width"}function ir(t){let e=t[0];return e==="t"||e==="b"?"y":"x"}function Va(t){return Wa(ir(t))}function Ic(t,e,r){r===void 0&&(r=!1);let o=je(t),a=Va(t),i=ja(a),s=a==="x"?o===(r?"end":"start")?"right":"left":o==="start"?"bottom":"top";return e.reference[i]>e.floating[i]&&(s=$a(s)),[s,$a(s)]}function Pc(t){return t.includes("start")?t.replace("start","end"):t.replace("end","start")}function $a(t){let e=pt(t);return Bd[e]+t.slice(e.length)}function $d(t){return{top:0,right:0,bottom:0,left:0,...t}}function zc(t){return typeof t!="number"?$d(t):{top:t,right:t,bottom:t,left:t}}function kt(t){let{x:e,y:r,width:o,height:a}=t;return{width:o,height:a,top:r,left:e,right:e+o,bottom:r+a,x:e,y:r}}function Dc(t,e,r){let{reference:o,floating:a}=t,i=ir(e),s=Va(e),c=ja(s),d=pt(e),u=i==="y",m=o.x+o.width/2-a.width/2,h=o.y+o.height/2-a.height/2,y=o[c]/2-a[c]/2,b;switch(d){case"top":b={x:m,y:o.y-a.height};break;case"bottom":b={x:m,y:o.y+o.height};break;case"right":b={x:o.x+o.width,y:h};break;case"left":b={x:o.x-a.width,y:h};break;default:b={x:o.x,y:o.y}}switch(je(e)){case"start":b[s]-=y*(r&&u?-1:1);break;case"end":b[s]+=y*(r&&u?-1:1);break}return b}async function Uc(t,e){var r;e===void 0&&(e={});let{x:o,y:a,platform:i,rects:s,elements:c,strategy:d}=t,{boundary:u="clippingAncestors",rootBoundary:m="viewport",elementContext:h="floating",altBoundary:y=!1,padding:b=0}=ar(e,t),x=zc(b),O=c[y?h==="floating"?"reference":"floating":h],R=kt(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(O)))==null||r?O:O.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(c.floating)),boundary:u,rootBoundary:m,strategy:d})),N=h==="floating"?{x:o,y:a,width:s.floating.width,height:s.floating.height}:s.reference,E=await(i.getOffsetParent==null?void 0:i.getOffsetParent(c.floating)),S=await(i.isElement==null?void 0:i.isElement(E))?await(i.getScale==null?void 0:i.getScale(E))||{x:1,y:1}:{x:1,y:1},A=kt(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:N,offsetParent:E,strategy:d}):N);return{top:(R.top-A.top+x.top)/S.y,bottom:(A.bottom-R.bottom+x.bottom)/S.y,left:(R.left-A.left+x.left)/S.x,right:(A.right-R.right+x.right)/S.x}}var Hd=50,Fc=async(t,e,r)=>{let{placement:o="bottom",strategy:a="absolute",middleware:i=[],platform:s}=r,c=s.detectOverflow?s:{...s,detectOverflow:Uc},d=await(s.isRTL==null?void 0:s.isRTL(e)),u=await s.getElementRects({reference:t,floating:e,strategy:a}),{x:m,y:h}=Dc(u,o,d),y=o,b=0,x={};for(let C=0;C<i.length;C++){let O=i[C];if(!O)continue;let{name:R,fn:N}=O,{x:E,y:S,data:A,reset:T}=await N({x:m,y:h,initialPlacement:o,placement:y,strategy:a,middlewareData:x,rects:u,platform:c,elements:{reference:t,floating:e}});m=E??m,h=S??h,x[R]={...x[R],...A},T&&b<Hd&&(b++,typeof T=="object"&&(T.placement&&(y=T.placement),T.rects&&(u=T.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:a}):T.rects),{x:m,y:h}=Dc(u,y,d)),C=-1)}return{x:m,y:h,placement:y,strategy:a,middlewareData:x}};function Gd(t,e,r){return(t?[...r.filter(a=>je(a)===t),...r.filter(a=>je(a)!==t)]:r.filter(a=>pt(a)===a)).filter(a=>t?je(a)===t||(e?Pc(a)!==a:!1):!0)}var Bc=function(t){return t===void 0&&(t={}),{name:"autoPlacement",options:t,async fn(e){var r,o,a;let{rects:i,middlewareData:s,placement:c,platform:d,elements:u}=e,{crossAxis:m=!1,alignment:h,allowedPlacements:y=Ha,autoAlignment:b=!0,...x}=ar(t,e),C=h!==void 0||y===Ha?Gd(h||null,b,y):y,O=await d.detectOverflow(e,x),R=((r=s.autoPlacement)==null?void 0:r.index)||0,N=C[R];if(N==null)return{};let E=Ic(N,i,await(d.isRTL==null?void 0:d.isRTL(u.floating)));if(c!==N)return{reset:{placement:C[0]}};let S=[O[pt(N)],O[E[0]],O[E[1]]],A=[...((o=s.autoPlacement)==null?void 0:o.overflows)||[],{placement:N,overflows:S}],T=C[R+1];if(T)return{data:{index:R+1,overflows:A},reset:{placement:T}};let F=A.map(I=>{let D=je(I.placement);return[I.placement,D&&m?I.overflows.slice(0,2).reduce((W,ae)=>W+ae,0):I.overflows[0],I.overflows]}).sort((I,D)=>I[1]-D[1]),H=((a=F.filter(I=>I[2].slice(0,je(I[0])?2:3).every(D=>D<=0))[0])==null?void 0:a[0])||F[0][0];return H!==c?{data:{index:R+1,overflows:A},reset:{placement:H}}:{}}}};var Wd=new Set(["left","top"]);async function jd(t,e){let{placement:r,platform:o,elements:a}=t,i=await(o.isRTL==null?void 0:o.isRTL(a.floating)),s=pt(r),c=je(r),d=ir(r)==="y",u=Wd.has(s)?-1:1,m=i&&d?-1:1,h=ar(e,t),{mainAxis:y,crossAxis:b,alignmentAxis:x}=typeof h=="number"?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return c&&typeof x=="number"&&(b=c==="end"?x*-1:x),d?{x:b*m,y:y*u}:{x:y*u,y:b*m}}var $c=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var r,o;let{x:a,y:i,placement:s,middlewareData:c}=e,d=await jd(e,t);return s===((r=c.offset)==null?void 0:r.placement)&&(o=c.arrow)!=null&&o.alignmentOffset?{}:{x:a+d.x,y:i+d.y,data:{...d,placement:s}}}}},Hc=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){let{x:r,y:o,placement:a,platform:i}=e,{mainAxis:s=!0,crossAxis:c=!1,limiter:d={fn:R=>{let{x:N,y:E}=R;return{x:N,y:E}}},...u}=ar(t,e),m={x:r,y:o},h=await i.detectOverflow(e,u),y=ir(pt(a)),b=Wa(y),x=m[b],C=m[y];if(s){let R=b==="y"?"top":"left",N=b==="y"?"bottom":"right",E=x+h[R],S=x-h[N];x=Ga(E,x,S)}if(c){let R=y==="y"?"top":"left",N=y==="y"?"bottom":"right",E=C+h[R],S=C-h[N];C=Ga(E,C,S)}let O=d.fn({...e,[b]:x,[y]:C});return{...O,data:{x:O.x-r,y:O.y-o,enabled:{[b]:s,[y]:c}}}}}};var Gc=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(e){var r,o;let{placement:a,rects:i,platform:s,elements:c}=e,{apply:d=()=>{},...u}=ar(t,e),m=await s.detectOverflow(e,u),h=pt(a),y=je(a),b=ir(a)==="y",{width:x,height:C}=i.floating,O,R;h==="top"||h==="bottom"?(O=h,R=y===(await(s.isRTL==null?void 0:s.isRTL(c.floating))?"start":"end")?"left":"right"):(R=h,O=y==="end"?"top":"bottom");let N=C-m.top-m.bottom,E=x-m.left-m.right,S=Tt(C-m[O],N),A=Tt(x-m[R],E),T=!e.middlewareData.shift,F=S,Y=A;if((r=e.middlewareData.shift)!=null&&r.enabled.x&&(Y=E),(o=e.middlewareData.shift)!=null&&o.enabled.y&&(F=N),T&&!y){let I=ye(m.left,0),D=ye(m.right,0),W=ye(m.top,0),ae=ye(m.bottom,0);b?Y=x-2*(I!==0||D!==0?I+D:ye(m.left,m.right)):F=C-2*(W!==0||ae!==0?W+ae:ye(m.top,m.bottom))}await d({...e,availableWidth:Y,availableHeight:F});let H=await s.getDimensions(c.floating);return x!==H.width||C!==H.height?{reset:{rects:!0}}:{}}}};function en(){return typeof window<"u"}function Pt(t){return jc(t)?(t.nodeName||"").toLowerCase():"#document"}function be(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function Ve(t){var e;return(e=(jc(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function jc(t){return en()?t instanceof Node||t instanceof be(t).Node:!1}function _e(t){return en()?t instanceof Element||t instanceof be(t).Element:!1}function Ke(t){return en()?t instanceof HTMLElement||t instanceof be(t).HTMLElement:!1}function Wc(t){return!en()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof be(t).ShadowRoot}function sr(t){let{overflow:e,overflowX:r,overflowY:o,display:a}=Ne(t);return/auto|scroll|overlay|hidden|clip/.test(e+o+r)&&a!=="inline"&&a!=="contents"}function Vc(t){return/^(table|td|th)$/.test(Pt(t))}function ao(t){try{if(t.matches(":popover-open"))return!0}catch{}try{return t.matches(":modal")}catch{return!1}}var Vd=/transform|translate|scale|rotate|perspective|filter/,Kd=/paint|layout|strict|content/,It=t=>!!t&&t!=="none",Ka;function cr(t){let e=_e(t)?Ne(t):t;return It(e.transform)||It(e.translate)||It(e.scale)||It(e.rotate)||It(e.perspective)||!tn()&&(It(e.backdropFilter)||It(e.filter))||Vd.test(e.willChange||"")||Kd.test(e.contain||"")}function Kc(t){let e=et(t);for(;Ke(e)&&!zt(e);){if(cr(e))return e;if(ao(e))return null;e=et(e)}return null}function tn(){return Ka==null&&(Ka=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),Ka}function zt(t){return/^(html|body|#document)$/.test(Pt(t))}function Ne(t){return be(t).getComputedStyle(t)}function io(t){return _e(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function et(t){if(Pt(t)==="html")return t;let e=t.assignedSlot||t.parentNode||Wc(t)&&t.host||Ve(t);return Wc(e)?e.host:e}function Zc(t){let e=et(t);return zt(e)?t.ownerDocument?t.ownerDocument.body:t.body:Ke(e)&&sr(e)?e:Zc(e)}function Qo(t,e,r){var o;e===void 0&&(e=[]),r===void 0&&(r=!0);let a=Zc(t),i=a===((o=t.ownerDocument)==null?void 0:o.body),s=be(a);if(i){let c=rn(s);return e.concat(s,s.visualViewport||[],sr(a)?a:[],c&&r?Qo(c):[])}else return e.concat(a,Qo(a,[],r))}function rn(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function Jc(t){let e=Ne(t),r=parseFloat(e.width)||0,o=parseFloat(e.height)||0,a=Ke(t),i=a?t.offsetWidth:r,s=a?t.offsetHeight:o,c=no(r)!==i||no(o)!==s;return c&&(r=i,o=s),{width:r,height:o,$:c}}function Qc(t){return _e(t)?t:t.contextElement}function lr(t){let e=Qc(t);if(!Ke(e))return ze(1);let r=e.getBoundingClientRect(),{width:o,height:a,$:i}=Jc(e),s=(i?no(r.width):r.width)/o,c=(i?no(r.height):r.height)/a;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}var Zd=ze(0);function el(t){let e=be(t);return!tn()||!e.visualViewport?Zd:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function qd(t,e,r){return e===void 0&&(e=!1),!r||e&&r!==be(t)?!1:e}function so(t,e,r,o){e===void 0&&(e=!1),r===void 0&&(r=!1);let a=t.getBoundingClientRect(),i=Qc(t),s=ze(1);e&&(o?_e(o)&&(s=lr(o)):s=lr(t));let c=qd(i,r,o)?el(i):ze(0),d=(a.left+c.x)/s.x,u=(a.top+c.y)/s.y,m=a.width/s.x,h=a.height/s.y;if(i){let y=be(i),b=o&&_e(o)?be(o):o,x=y,C=rn(x);for(;C&&o&&b!==x;){let O=lr(C),R=C.getBoundingClientRect(),N=Ne(C),E=R.left+(C.clientLeft+parseFloat(N.paddingLeft))*O.x,S=R.top+(C.clientTop+parseFloat(N.paddingTop))*O.y;d*=O.x,u*=O.y,m*=O.x,h*=O.y,d+=E,u+=S,x=be(C),C=rn(x)}}return kt({width:m,height:h,x:d,y:u})}function on(t,e){let r=io(t).scrollLeft;return e?e.left+r:so(Ve(t)).left+r}function tl(t,e){let r=t.getBoundingClientRect(),o=r.left+e.scrollLeft-on(t,r),a=r.top+e.scrollTop;return{x:o,y:a}}function Yd(t){let{elements:e,rect:r,offsetParent:o,strategy:a}=t,i=a==="fixed",s=Ve(o),c=e?ao(e.floating):!1;if(o===s||c&&i)return r;let d={scrollLeft:0,scrollTop:0},u=ze(1),m=ze(0),h=Ke(o);if((h||!h&&!i)&&((Pt(o)!=="body"||sr(s))&&(d=io(o)),h)){let b=so(o);u=lr(o),m.x=b.x+o.clientLeft,m.y=b.y+o.clientTop}let y=s&&!h&&!i?tl(s,d):ze(0);return{width:r.width*u.x,height:r.height*u.y,x:r.x*u.x-d.scrollLeft*u.x+m.x+y.x,y:r.y*u.y-d.scrollTop*u.y+m.y+y.y}}function Xd(t){return Array.from(t.getClientRects())}function Jd(t){let e=Ve(t),r=io(t),o=t.ownerDocument.body,a=ye(e.scrollWidth,e.clientWidth,o.scrollWidth,o.clientWidth),i=ye(e.scrollHeight,e.clientHeight,o.scrollHeight,o.clientHeight),s=-r.scrollLeft+on(t),c=-r.scrollTop;return Ne(o).direction==="rtl"&&(s+=ye(e.clientWidth,o.clientWidth)-a),{width:a,height:i,x:s,y:c}}var qc=25;function Qd(t,e){let r=be(t),o=Ve(t),a=r.visualViewport,i=o.clientWidth,s=o.clientHeight,c=0,d=0;if(a){i=a.width,s=a.height;let m=tn();(!m||m&&e==="fixed")&&(c=a.offsetLeft,d=a.offsetTop)}let u=on(o);if(u<=0){let m=o.ownerDocument,h=m.body,y=getComputedStyle(h),b=m.compatMode==="CSS1Compat"&&parseFloat(y.marginLeft)+parseFloat(y.marginRight)||0,x=Math.abs(o.clientWidth-h.clientWidth-b);x<=qc&&(i-=x)}else u<=qc&&(i+=u);return{width:i,height:s,x:c,y:d}}function eu(t,e){let r=so(t,!0,e==="fixed"),o=r.top+t.clientTop,a=r.left+t.clientLeft,i=Ke(t)?lr(t):ze(1),s=t.clientWidth*i.x,c=t.clientHeight*i.y,d=a*i.x,u=o*i.y;return{width:s,height:c,x:d,y:u}}function Yc(t,e,r){let o;if(e==="viewport")o=Qd(t,r);else if(e==="document")o=Jd(Ve(t));else if(_e(e))o=eu(e,r);else{let a=el(t);o={x:e.x-a.x,y:e.y-a.y,width:e.width,height:e.height}}return kt(o)}function rl(t,e){let r=et(t);return r===e||!_e(r)||zt(r)?!1:Ne(r).position==="fixed"||rl(r,e)}function tu(t,e){let r=e.get(t);if(r)return r;let o=Qo(t,[],!1).filter(c=>_e(c)&&Pt(c)!=="body"),a=null,i=Ne(t).position==="fixed",s=i?et(t):t;for(;_e(s)&&!zt(s);){let c=Ne(s),d=cr(s);!d&&c.position==="fixed"&&(a=null),(i?!d&&!a:!d&&c.position==="static"&&!!a&&(a.position==="absolute"||a.position==="fixed")||sr(s)&&!d&&rl(t,s))?o=o.filter(m=>m!==s):a=c,s=et(s)}return e.set(t,o),o}function ru(t){let{element:e,boundary:r,rootBoundary:o,strategy:a}=t,s=[...r==="clippingAncestors"?ao(e)?[]:tu(e,this._c):[].concat(r),o],c=Yc(e,s[0],a),d=c.top,u=c.right,m=c.bottom,h=c.left;for(let y=1;y<s.length;y++){let b=Yc(e,s[y],a);d=ye(b.top,d),u=Tt(b.right,u),m=Tt(b.bottom,m),h=ye(b.left,h)}return{width:u-h,height:m-d,x:h,y:d}}function ou(t){let{width:e,height:r}=Jc(t);return{width:e,height:r}}function nu(t,e,r){let o=Ke(e),a=Ve(e),i=r==="fixed",s=so(t,!0,i,e),c={scrollLeft:0,scrollTop:0},d=ze(0);function u(){d.x=on(a)}if(o||!o&&!i)if((Pt(e)!=="body"||sr(a))&&(c=io(e)),o){let b=so(e,!0,i,e);d.x=b.x+e.clientLeft,d.y=b.y+e.clientTop}else a&&u();i&&!o&&a&&u();let m=a&&!o&&!i?tl(a,c):ze(0),h=s.left+c.scrollLeft-d.x-m.x,y=s.top+c.scrollTop-d.y-m.y;return{x:h,y,width:s.width,height:s.height}}function Za(t){return Ne(t).position==="static"}function Xc(t,e){if(!Ke(t)||Ne(t).position==="fixed")return null;if(e)return e(t);let r=t.offsetParent;return Ve(t)===r&&(r=r.ownerDocument.body),r}function ol(t,e){let r=be(t);if(ao(t))return r;if(!Ke(t)){let a=et(t);for(;a&&!zt(a);){if(_e(a)&&!Za(a))return a;a=et(a)}return r}let o=Xc(t,e);for(;o&&Vc(o)&&Za(o);)o=Xc(o,e);return o&&zt(o)&&Za(o)&&!cr(o)?r:o||Kc(t)||r}var au=async function(t){let e=this.getOffsetParent||ol,r=this.getDimensions,o=await r(t.floating);return{reference:nu(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}};function iu(t){return Ne(t).direction==="rtl"}var dr={convertOffsetParentRelativeRectToViewportRelativeRect:Yd,getDocumentElement:Ve,getClippingRect:ru,getOffsetParent:ol,getElementRects:au,getClientRects:Xd,getDimensions:ou,getScale:lr,isElement:_e,isRTL:iu};var nl=$c,qa=Bc,al=Hc;var il=Gc;var Ya=(t,e,r)=>{let o=new Map,a={platform:dr,...r},i={...a.platform,_c:o};return Fc(t,e,{...a,platform:i})};function Ja(t){return su(t)}function Xa(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}function su(t){for(let e=t;e;e=Xa(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=Xa(t);e;e=Xa(e)){if(!(e instanceof Element))continue;let r=getComputedStyle(e);if(r.display!=="contents"&&(r.position!=="static"||cr(r)||e.tagName==="BODY"))return e}return null}async function Qa(t,e,r){let o;return typeof r=="object"?o=r:o={placement:r},Ya(t,e,{strategy:o.strategy,platform:{...dr,getOffsetParent:a=>dr.getOffsetParent(a,Ja)},middleware:[al({crossAxis:!0}),qa({allowedPlacements:[o.placement]})]})}async function cu(t,e,r,o,a,i,s){let c,d;return typeof r=="object"?(c=r.placement,o=r.allowedPlacements,a=r.strategy,i=r.maxHeightCssVariable,d=r.maxWidthCssVariable,s=r.offsetValue):c=r,Ya(t,e,{placement:c,strategy:a,platform:{...dr,getOffsetParent:u=>dr.getOffsetParent(u,Ja)},middleware:[nl(s??4),qa({allowedPlacements:o}),il({apply({availableHeight:u,availableWidth:m,elements:h}){typeof i=="string"&&(i=`var(${i})`),i?h.floating.style.maxHeight=`min(${Math.max(0,u)}px, ${i})`:h.floating.style.maxHeight=`${Math.max(0,u)}px`,typeof d=="string"&&(d=`var(${d})`),d?h.floating.style.maxWidth=`min(${Math.max(0,m)}px, ${d})`:h.floating.style.maxWidth=`${Math.max(0,m)}px`}})]})}var ti={};G(ti,{isSlotEmptyOrWithoutContent:()=>lu});var lu=t=>t?t.assignedNodes({flatten:!0}).filter(o=>{var a;return o.nodeType===Node.TEXT_NODE?((a=o.textContent)!==null&&a!==void 0?a:"").trim().length>0:!0}).length===0:!0;var si={};G(si,{FtdsBase:()=>ii,toFtdsBase:()=>fr});var ai={};G(ai,{ExportpartsUpdatedEvent:()=>Dt,FtLitElement:()=>K});var ri={};G(ri,{ScopedRegistryLitElement:()=>co});var co=class extends He{get scopedRegistryConstructor(){return this.constructor}createRenderRoot(){let e=this.scopedRegistryConstructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,e.defineScopedElements(e.elementDefinitions));let r={...e.shadowRootOptions,customElements:e.registry},o=this.renderOptions.creationScope=this.attachShadow(r);return Zr(o,e.elementStyles),o}static canDefineScopedElement(e){return!!this.registry&&!this.registry.get(e)}static defineScopedElements(e){Object.entries(e).forEach(([r,o])=>this.defineScopedElement(r,o))}static defineScopedElement(e,r){to(e)(r),this.canDefineScopedElement(e)&&this.registry.define(e,r)}canDefineScopedElement(e){return this.scopedRegistryConstructor.canDefineScopedElement(e)}defineScopedElements(e){this.scopedRegistryConstructor.defineScopedElements(e)}defineScopedElement(e,r){this.scopedRegistryConstructor.defineScopedElement(e,r)}};var ni={};G(ni,{shadowQuerySelector:()=>oi,shadowQuerySelectorAll:()=>du});function oi(t,e,...r){var o;let a=t.querySelector(e);for(let i of r)a=(o=a?.shadowRoot)===null||o===void 0?void 0:o.querySelector(i);return a}function du(t,e,...r){let o=[...t.querySelectorAll(e)];for(let a of r)o=o.flatMap(i=>{var s,c;return[...(c=(s=i.shadowRoot)===null||s===void 0?void 0:s.querySelectorAll(a))!==null&&c!==void 0?c:[]]});return o}var ur=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},dl,sl=Symbol("constructorPrototype"),cl=Symbol("constructorName"),ul=Symbol("exportpartsDebouncer"),ll=Symbol("dynamicDependenciesLoaded"),Dt=class t extends CustomEvent{constructor(){super(t.eventName,{bubbles:!0})}};Dt.eventName="exportparts-updated";var K=class extends co{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[dl]=new ge(5),this.scheduleExportpartsUpdate=()=>{var e,r,o;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(o=(r=this.exportpartsPrefixes)===null||r===void 0?void 0:r.length)!==null&&o!==void 0&&o)&&this[ul].run(()=>{var a,i;!((a=this.exportpartsPrefix)===null||a===void 0)&&a.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((i=this.exportpartsPrefixes)===null||i===void 0?void 0:i.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})},this[cl]=this.constructor.name,this[sl]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[cl]&&Object.setPrototypeOf(this,this[sl])}connectedCallback(){var e;super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet]),this.useAdoptedStyleSheets=!0}catch(o){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",o)}let r=this.constructor;r[ll]||(r[ll]=!0,this.importDynamicDependencies()),(e=this.shadowRoot)===null||e===void 0||e.addEventListener(Dt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this.shadowRoot)===null||e===void 0||e.removeEventListener(Dt.eventName,this.scheduleExportpartsUpdate)}importDynamicDependencies(){}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.focusElementToFocus(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate(),e.has("exportparts")&&this.dispatchEvent(new Dt)})}contentAvailableCallback(e){}focusElementToFocus(e){if(e.has("elementToFocus")&&this.elementToFocus!=null){let{element:r,selector:o,shadowPath:a}=this.elementToFocus;if(o!=null){let i=[...a??[],o];r=oi(this.shadowRoot,...i)}r?.focus(),window.FluidTopicsA11yHints.isKeyboardNavigation||r?.blur(),this.elementToFocus=void 0}}applyCustomStylesheet(e){var r,o,a;if(((o=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&o!==void 0?o:[]).forEach(i=>i.remove()),this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((a=this.customStylesheet)!==null&&a!==void 0?a:"")}catch(i){console.error(i,this.customStylesheet),this.useAdoptedStyleSheets=!1}}else if(this.customStylesheet){let i=document.createElement("style");i.classList.add("ft-lit-element--custom-stylesheet"),i.innerHTML=this.customStylesheet,this.shadowRoot.append(i)}}setExportpartsAttribute(e){var r,o,a,i,s,c;let d=y=>y!=null&&y.trim().length>0,u=e.filter(d).map(y=>y.trim());if(u.length===0){this.exportparts=void 0;return}let m=new Set;for(let y of(o=(r=this.shadowRoot)===null||r===void 0?void 0:r.querySelectorAll("[part],[exportparts]"))!==null&&o!==void 0?o:[]){let b=(i=(a=y.getAttribute("part"))===null||a===void 0?void 0:a.split(" "))!==null&&i!==void 0?i:[],x=(c=(s=y.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(O=>O.split(":")[1]))!==null&&c!==void 0?c:[],C=[...b,...x].filter(d).map(O=>O.trim());for(let O of C)m.add(O)}if(m.size===0){this.exportparts=void 0;return}let h=[...m.values()].flatMap(y=>u.map(b=>`${y}:${b}--${y}`));this.exportparts=[...this.part,...h].join(", ")}};dl=ul;ur([L()],K.prototype,"exportpartsPrefix",void 0);ur([Ce([])],K.prototype,"exportpartsPrefixes",void 0);ur([L({reflect:!0})],K.prototype,"exportparts",void 0);ur([L()],K.prototype,"customStylesheet",void 0);ur([L()],K.prototype,"elementToFocus",void 0);ur([te()],K.prototype,"useAdoptedStyleSheets",void 0);var fl=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},fr=le(Symbol("toFtdsBase"),function(t){class e extends t{constructor(){super(...arguments),this.size=Qe.medium,this.family=Mt.neutral}getDesignSystemBaseClasses(){return{[za(this.family)]:!0,[Da(this.size)]:!0}}}return fl([L()],e.prototype,"size",void 0),fl([L()],e.prototype,"family",void 0),e}),ii=class extends fr(K){};var pl={};var di={};G(di,{highlightHtml:()=>li,highlightHtmlColorCssVariable:()=>hl,highlightHtmlStyles:()=>fu});var Ut=class t{constructor(e,r=!0,o=[],a=5e3){this.ctx=e,this.iframes=r,this.exclude=o,this.iframesTimeout=a}static matches(e,r){let o=typeof r=="string"?[r]:r,a=e.matches||e.matchesSelector||e.msMatchesSelector||e.mozMatchesSelector||e.oMatchesSelector||e.webkitMatchesSelector;if(a){let i=!1;return o.every(s=>a.call(e,s)?(i=!0,!1):!0),i}else return!1}getContexts(){let e,r=[];return typeof this.ctx>"u"||!this.ctx?e=[]:NodeList.prototype.isPrototypeOf(this.ctx)?e=Array.prototype.slice.call(this.ctx):Array.isArray(this.ctx)?e=this.ctx:typeof this.ctx=="string"?e=Array.prototype.slice.call(document.querySelectorAll(this.ctx)):e=[this.ctx],e.forEach(o=>{let a=r.filter(i=>i.contains(o)).length>0;r.indexOf(o)===-1&&!a&&r.push(o)}),r}getIframeContents(e,r,o=()=>{}){let a;try{let i=e.contentWindow;if(a=i.document,!i||!a)throw new Error("iframe inaccessible")}catch{o()}a&&r(a)}isIframeBlank(e){let r="about:blank",o=e.getAttribute("src").trim();return e.contentWindow.location.href===r&&o!==r&&o}observeIframeLoad(e,r,o){let a=!1,i=null,s=()=>{if(!a){a=!0,clearTimeout(i);try{this.isIframeBlank(e)||(e.removeEventListener("load",s),this.getIframeContents(e,r,o))}catch{o()}}};e.addEventListener("load",s),i=setTimeout(s,this.iframesTimeout)}onIframeReady(e,r,o){try{e.contentWindow.document.readyState==="complete"?this.isIframeBlank(e)?this.observeIframeLoad(e,r,o):this.getIframeContents(e,r,o):this.observeIframeLoad(e,r,o)}catch{o()}}waitForIframes(e,r){let o=0;this.forEachIframe(e,()=>!0,a=>{o++,this.waitForIframes(a.querySelector("html"),()=>{--o||r()})},a=>{a||r()})}forEachIframe(e,r,o,a=()=>{}){let i=e.querySelectorAll("iframe"),s=i.length,c=0;i=Array.prototype.slice.call(i);let d=()=>{--s<=0&&a(c)};s||d(),i.forEach(u=>{t.matches(u,this.exclude)?d():this.onIframeReady(u,m=>{r(u)&&(c++,o(m)),d()},d)})}createIterator(e,r,o){return document.createNodeIterator(e,r,o,!1)}createInstanceOnIframe(e){return new t(e.querySelector("html"),this.iframes)}compareNodeIframe(e,r,o){let a=e.compareDocumentPosition(o),i=Node.DOCUMENT_POSITION_PRECEDING;if(a&i)if(r!==null){let s=r.compareDocumentPosition(o),c=Node.DOCUMENT_POSITION_FOLLOWING;if(s&c)return!0}else return!0;return!1}getIteratorNode(e){let r=e.previousNode(),o;return r===null?o=e.nextNode():o=e.nextNode()&&e.nextNode(),{prevNode:r,node:o}}checkIframeFilter(e,r,o,a){let i=!1,s=!1;return a.forEach((c,d)=>{c.val===o&&(i=d,s=c.handled)}),this.compareNodeIframe(e,r,o)?(i===!1&&!s?a.push({val:o,handled:!0}):i!==!1&&!s&&(a[i].handled=!0),!0):(i===!1&&a.push({val:o,handled:!1}),!1)}handleOpenIframes(e,r,o,a){e.forEach(i=>{i.handled||this.getIframeContents(i.val,s=>{this.createInstanceOnIframe(s).forEachNode(r,o,a)})})}iterateThroughNodes(e,r,o,a,i){let s=this.createIterator(r,e,a),c=[],d=[],u,m,h=()=>({prevNode:m,node:u}=this.getIteratorNode(s),u);for(;h();)this.iframes&&this.forEachIframe(r,y=>this.checkIframeFilter(u,m,y,c),y=>{this.createInstanceOnIframe(y).forEachNode(e,b=>d.push(b),a)}),d.push(u);d.forEach(y=>{o(y)}),this.iframes&&this.handleOpenIframes(c,e,o,a),i()}forEachNode(e,r,o,a=()=>{}){let i=this.getContexts(),s=i.length;s||a(),i.forEach(c=>{let d=()=>{this.iterateThroughNodes(e,c,r,o,()=>{--s<=0&&a()})};this.iframes?this.waitForIframes(c,d):d()})}};var lo=class{constructor(e){this.ctx=e,this.ie=!1;let r=window.navigator.userAgent;(r.indexOf("MSIE")>-1||r.indexOf("Trident")>-1)&&(this.ie=!0)}set opt(e){this._opt=Object.assign({},{element:"",className:"",exclude:[],iframes:!1,iframesTimeout:5e3,separateWordSearch:!0,diacritics:!0,synonyms:{},accuracy:"partially",acrossElements:!1,caseSensitive:!1,ignoreJoiners:!1,ignoreGroups:0,ignorePunctuation:[],wildcards:"disabled",each:()=>{},noMatch:()=>{},filter:()=>!0,done:()=>{},debug:!1,log:window.console},e)}get opt(){return this._opt}get iterator(){return new Ut(this.ctx,this.opt.iframes,this.opt.exclude,this.opt.iframesTimeout)}log(e,r="debug"){let o=this.opt.log;this.opt.debug&&typeof o=="object"&&typeof o[r]=="function"&&o[r](`mark.js: ${e}`)}escapeStr(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}createRegExp(e){return this.opt.wildcards!=="disabled"&&(e=this.setupWildcardsRegExp(e)),e=this.escapeStr(e),Object.keys(this.opt.synonyms).length&&(e=this.createSynonymsRegExp(e)),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),this.opt.diacritics&&(e=this.createDiacriticsRegExp(e)),e=this.createMergedBlanksRegExp(e),(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.createJoinersRegExp(e)),this.opt.wildcards!=="disabled"&&(e=this.createWildcardsRegExp(e)),e=this.createAccuracyRegExp(e),e}createSynonymsRegExp(e){let r=this.opt.synonyms,o=this.opt.caseSensitive?"":"i",a=this.opt.ignoreJoiners||this.opt.ignorePunctuation.length?"\0":"";for(let i in r)if(r.hasOwnProperty(i)){let s=r[i],c=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(i):this.escapeStr(i),d=this.opt.wildcards!=="disabled"?this.setupWildcardsRegExp(s):this.escapeStr(s);c!==""&&d!==""&&(e=e.replace(new RegExp(`(${this.escapeStr(c)}|${this.escapeStr(d)})`,`gm${o}`),a+`(${this.processSynomyms(c)}|${this.processSynomyms(d)})`+a))}return e}processSynomyms(e){return(this.opt.ignoreJoiners||this.opt.ignorePunctuation.length)&&(e=this.setupIgnoreJoinersRegExp(e)),e}setupWildcardsRegExp(e){return e=e.replace(/(?:\\)*\?/g,r=>r.charAt(0)==="\\"?"?":""),e.replace(/(?:\\)*\*/g,r=>r.charAt(0)==="\\"?"*":"")}createWildcardsRegExp(e){let r=this.opt.wildcards==="withSpaces";return e.replace(/\u0001/g,r?"[\\S\\s]?":"\\S?").replace(/\u0002/g,r?"[\\S\\s]*?":"\\S*")}setupIgnoreJoinersRegExp(e){return e.replace(/[^(|)\\]/g,(r,o,a)=>{let i=a.charAt(o+1);return/[(|)\\]/.test(i)||i===""?r:r+"\0"})}createJoinersRegExp(e){let r=[],o=this.opt.ignorePunctuation;return Array.isArray(o)&&o.length&&r.push(this.escapeStr(o.join(""))),this.opt.ignoreJoiners&&r.push("\\u00ad\\u200b\\u200c\\u200d"),r.length?e.split(/\u0000+/).join(`[${r.join("")}]*`):e}createDiacriticsRegExp(e){let r=this.opt.caseSensitive?"":"i",o=this.opt.caseSensitive?["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105","A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010D","C\xC7\u0106\u010C","d\u0111\u010F","D\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119","E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012B","I\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142","L\u0141","n\xF1\u0148\u0144","N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014D","O\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159","R\u0158","s\u0161\u015B\u0219\u015F","S\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163","T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016B","U\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFF","Y\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017A","Z\u017D\u017B\u0179"]:["a\xE0\xE1\u1EA3\xE3\u1EA1\u0103\u1EB1\u1EAF\u1EB3\u1EB5\u1EB7\xE2\u1EA7\u1EA5\u1EA9\u1EAB\u1EAD\xE4\xE5\u0101\u0105A\xC0\xC1\u1EA2\xC3\u1EA0\u0102\u1EB0\u1EAE\u1EB2\u1EB4\u1EB6\xC2\u1EA6\u1EA4\u1EA8\u1EAA\u1EAC\xC4\xC5\u0100\u0104","c\xE7\u0107\u010DC\xC7\u0106\u010C","d\u0111\u010FD\u0110\u010E","e\xE8\xE9\u1EBB\u1EBD\u1EB9\xEA\u1EC1\u1EBF\u1EC3\u1EC5\u1EC7\xEB\u011B\u0113\u0119E\xC8\xC9\u1EBA\u1EBC\u1EB8\xCA\u1EC0\u1EBE\u1EC2\u1EC4\u1EC6\xCB\u011A\u0112\u0118","i\xEC\xED\u1EC9\u0129\u1ECB\xEE\xEF\u012BI\xCC\xCD\u1EC8\u0128\u1ECA\xCE\xCF\u012A","l\u0142L\u0141","n\xF1\u0148\u0144N\xD1\u0147\u0143","o\xF2\xF3\u1ECF\xF5\u1ECD\xF4\u1ED3\u1ED1\u1ED5\u1ED7\u1ED9\u01A1\u1EDF\u1EE1\u1EDB\u1EDD\u1EE3\xF6\xF8\u014DO\xD2\xD3\u1ECE\xD5\u1ECC\xD4\u1ED2\u1ED0\u1ED4\u1ED6\u1ED8\u01A0\u1EDE\u1EE0\u1EDA\u1EDC\u1EE2\xD6\xD8\u014C","r\u0159R\u0158","s\u0161\u015B\u0219\u015FS\u0160\u015A\u0218\u015E","t\u0165\u021B\u0163T\u0164\u021A\u0162","u\xF9\xFA\u1EE7\u0169\u1EE5\u01B0\u1EEB\u1EE9\u1EED\u1EEF\u1EF1\xFB\xFC\u016F\u016BU\xD9\xDA\u1EE6\u0168\u1EE4\u01AF\u1EEA\u1EE8\u1EEC\u1EEE\u1EF0\xDB\xDC\u016E\u016A","y\xFD\u1EF3\u1EF7\u1EF9\u1EF5\xFFY\xDD\u1EF2\u1EF6\u1EF8\u1EF4\u0178","z\u017E\u017C\u017AZ\u017D\u017B\u0179"],a=[];return e.split("").forEach(i=>{o.every(s=>{if(s.indexOf(i)!==-1){if(a.indexOf(s)>-1)return!1;e=e.replace(new RegExp(`[${s}]`,`gm${r}`),`[${s}]`),a.push(s)}return!0})}),e}createMergedBlanksRegExp(e){return e.replace(/[\s]+/gmi,"[\\s]+")}createAccuracyRegExp(e){let r="!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~\xA1\xBF",o=this.opt.accuracy,a=typeof o=="string"?o:o.value,i=typeof o=="string"?[]:o.limiters,s="";switch(i.forEach(c=>{s+=`|${this.escapeStr(c)}`}),a){case"partially":default:return`()(${e})`;case"complementary":return s="\\s"+(s||this.escapeStr(r)),`()([^${s}]*${e}[^${s}]*)`;case"exactly":return`(^|\\s${s})(${e})(?=$|\\s${s})`}}getSeparatedKeywords(e){let r=[];return e.forEach(o=>{this.opt.separateWordSearch?o.split(" ").forEach(a=>{a.trim()&&r.indexOf(a)===-1&&r.push(a)}):o.trim()&&r.indexOf(o)===-1&&r.push(o)}),{keywords:r.sort((o,a)=>a.length-o.length),length:r.length}}isNumeric(e){return Number(parseFloat(e))==e}checkRanges(e){if(!Array.isArray(e)||Object.prototype.toString.call(e[0])!=="[object Object]")return this.log("markRanges() will only accept an array of objects"),this.opt.noMatch(e),[];let r=[],o=0;return e.sort((a,i)=>a.start-i.start).forEach(a=>{let{start:i,end:s,valid:c}=this.callNoMatchOnInvalidRanges(a,o);c&&(a.start=i,a.length=s-i,r.push(a),o=s)}),r}callNoMatchOnInvalidRanges(e,r){let o,a,i=!1;return e&&typeof e.start<"u"?(o=parseInt(e.start,10),a=o+parseInt(e.length,10),this.isNumeric(e.start)&&this.isNumeric(e.length)&&a-r>0&&a-o>0?i=!0:(this.log(`Ignoring invalid or overlapping range: ${JSON.stringify(e)}`),this.opt.noMatch(e))):(this.log(`Ignoring invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)),{start:o,end:a,valid:i}}checkWhitespaceRanges(e,r,o){let a,i=!0,s=o.length,c=r-s,d=parseInt(e.start,10)-c;return d=d>s?s:d,a=d+parseInt(e.length,10),a>s&&(a=s,this.log(`End range automatically set to the max value of ${s}`)),d<0||a-d<0||d>s||a>s?(i=!1,this.log(`Invalid range: ${JSON.stringify(e)}`),this.opt.noMatch(e)):o.substring(d,a).replace(/\s+/g,"")===""&&(i=!1,this.log("Skipping whitespace only range: "+JSON.stringify(e)),this.opt.noMatch(e)),{start:d,end:a,valid:i}}getTextNodes(e){let r="",o=[];this.iterator.forEachNode(NodeFilter.SHOW_TEXT,a=>{o.push({start:r.length,end:(r+=a.textContent).length,node:a})},a=>this.matchesExclude(a.parentNode)?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT,()=>{e({value:r,nodes:o})})}matchesExclude(e){return Ut.matches(e,this.opt.exclude.concat(["script","style","title","head","html"]))}wrapRangeInTextNode(e,r,o){let a=this.opt.element?this.opt.element:"mark",i=e.splitText(r),s=i.splitText(o-r),c=document.createElement(a);return c.setAttribute("data-markjs","true"),this.opt.className&&c.setAttribute("class",this.opt.className),c.textContent=i.textContent,i.parentNode.replaceChild(c,i),s}wrapRangeInMappedTextNode(e,r,o,a,i){e.nodes.every((s,c)=>{let d=e.nodes[c+1];if(typeof d>"u"||d.start>r){if(!a(s.node))return!1;let u=r-s.start,m=(o>s.end?s.end:o)-s.start,h=e.value.substr(0,s.start),y=e.value.substr(m+s.start);if(s.node=this.wrapRangeInTextNode(s.node,u,m),e.value=h+y,e.nodes.forEach((b,x)=>{x>=c&&(e.nodes[x].start>0&&x!==c&&(e.nodes[x].start-=m),e.nodes[x].end-=m)}),o-=m,i(s.node.previousSibling,s.start),o>s.end)r=s.end;else return!1}return!0})}wrapMatches(e,r,o,a,i){let s=r===0?0:r+1;this.getTextNodes(c=>{c.nodes.forEach(d=>{d=d.node;let u;for(;(u=e.exec(d.textContent))!==null&&u[s]!=="";){if(!o(u[s],d))continue;let m=u.index;if(s!==0)for(let h=1;h<s;h++)m+=u[h].length;d=this.wrapRangeInTextNode(d,m,m+u[s].length),a(d.previousSibling),e.lastIndex=0}}),i()})}wrapMatchesAcrossElements(e,r,o,a,i){let s=r===0?0:r+1;this.getTextNodes(c=>{let d;for(;(d=e.exec(c.value))!==null&&d[s]!=="";){let u=d.index;if(s!==0)for(let h=1;h<s;h++)u+=d[h].length;let m=u+d[s].length;this.wrapRangeInMappedTextNode(c,u,m,h=>o(d[s],h),(h,y)=>{e.lastIndex=y,a(h)})}i()})}wrapRangeFromIndex(e,r,o,a){this.getTextNodes(i=>{let s=i.value.length;e.forEach((c,d)=>{let{start:u,end:m,valid:h}=this.checkWhitespaceRanges(c,s,i.value);h&&this.wrapRangeInMappedTextNode(i,u,m,y=>r(y,c,i.value.substring(u,m),d),y=>{o(y,c)})}),a()})}unwrapMatches(e){let r=e.parentNode,o=document.createDocumentFragment();for(;e.firstChild;)o.appendChild(e.removeChild(e.firstChild));r.replaceChild(o,e),this.ie?this.normalizeTextNode(r):r.normalize()}normalizeTextNode(e){if(e){if(e.nodeType===3)for(;e.nextSibling&&e.nextSibling.nodeType===3;)e.nodeValue+=e.nextSibling.nodeValue,e.parentNode.removeChild(e.nextSibling);else this.normalizeTextNode(e.firstChild);this.normalizeTextNode(e.nextSibling)}}markRegExp(e,r){this.opt=r,this.log(`Searching with expression "${e}"`);let o=0,a="wrapMatches",i=s=>{o++,this.opt.each(s)};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),this[a](e,this.opt.ignoreGroups,(s,c)=>this.opt.filter(c,s,o),i,()=>{o===0&&this.opt.noMatch(e),this.opt.done(o)})}mark(e,r){this.opt=r;let o=0,a="wrapMatches",{keywords:i,length:s}=this.getSeparatedKeywords(typeof e=="string"?[e]:e),c=this.opt.caseSensitive?"":"i",d=u=>{let m=new RegExp(this.createRegExp(u),`gm${c}`),h=0;this.log(`Searching with expression "${m}"`),this[a](m,1,(y,b)=>this.opt.filter(b,u,o,h),y=>{h++,o++,this.opt.each(y)},()=>{h===0&&this.opt.noMatch(u),i[s-1]===u?this.opt.done(o):d(i[i.indexOf(u)+1])})};this.opt.acrossElements&&(a="wrapMatchesAcrossElements"),s===0?this.opt.done(o):d(i[0])}markRanges(e,r){this.opt=r;let o=0,a=this.checkRanges(e);a&&a.length?(this.log("Starting to mark with the following ranges: "+JSON.stringify(a)),this.wrapRangeFromIndex(a,(i,s,c,d)=>this.opt.filter(i,s,c,d),(i,s)=>{o++,this.opt.each(i,s)},()=>{this.opt.done(o)})):this.opt.done(o)}unmark(e){this.opt=e;let r=this.opt.element?this.opt.element:"*";r+="[data-markjs]",this.opt.className&&(r+=`.${this.opt.className}`),this.log(`Removal selector "${r}"`),this.iterator.forEachNode(NodeFilter.SHOW_ELEMENT,o=>{this.unwrapMatches(o)},o=>{let a=Ut.matches(o,r),i=this.matchesExclude(o);return!a||i?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function ci(t){let e=new lo(t);return this.mark=(r,o)=>(e.mark(r,o),this),this.markRegExp=(r,o)=>(e.markRegExp(r,o),this),this.markRanges=(r,o)=>(e.markRanges(r,o),this),this.unmark=r=>(e.unmark(r),this),this}var uu=ci,hl=n.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),fu=z`
5
+ .highlight-html-match {
6
+ background: ${hl};
7
+ }
8
+ `;function li(t,e,r){var o,a;let i=t.getAttribute("data-highlight-html-query");if((i??"")!==(e??"")){let s=new uu(t);if(s.unmark(),e&&e.trim()){let c={className:(o=r?.className)!==null&&o!==void 0?o:"highlight-html-match",acrossElements:!0};r?.attributes!=null&&(c.each=(u=>{for(let m in r.attributes)u.setAttribute(m,r.attributes[m])})),s.mark(e.replace(/"[^"]+"/g,""),{...c,separateWordSearch:!0}),((a=e.match(/"[^"]+"/g))!==null&&a!==void 0?a:[]).forEach(u=>s.mark(u.replace(/"/g,""),{...c,separateWordSearch:!1}))}}t.setAttribute("data-highlight-html-query",e??"")}var fi={};G(fi,{noTextInputDefaultClearButton:()=>hu,noTextSelect:()=>uo,safariEllipsisFix:()=>ui,wordWrap:()=>pu});var uo=z`
9
+ .ft-no-text-select {
10
+ -webkit-touch-callout: none;
11
+ -webkit-user-select: none;
12
+ -khtml-user-select: none;
13
+ -moz-user-select: none;
14
+ -ms-user-select: none;
15
+ user-select: none;
16
+ }
17
+ `,pu=z`
18
+ .ft-word-wrap {
19
+ white-space: normal;
20
+ word-wrap: break-word;
21
+ -ms-word-break: break-all;
22
+ word-break: break-all;
23
+ word-break: break-word;
24
+ -ms-hyphens: auto;
25
+ -moz-hyphens: auto;
26
+ -webkit-hyphens: auto;
27
+ hyphens: auto
28
+ }
29
+ `,ui=z`
30
+ .ft-safari-ellipsis-fix {
31
+ margin-right: 0;
32
+
33
+ }
34
+
35
+ .ft-safari-ellipsis-fix:after {
36
+ content: "\\0000a0";
37
+ display: inline-block;
38
+ width: 0;
39
+ }
40
+ `,hu=z`
41
+ input::-webkit-search-cancel-button,
42
+ input::-webkit-search-decoration,
43
+ input::-webkit-search-results-button,
44
+ input::-webkit-search-results-decoration {
45
+ display: none;
46
+ }
47
+ `;var ml={};var pi={};G(pi,{ParametrizedLabelResolver:()=>fo});var fo=class t{constructor(e,r){this.defaultLabels=e,this.labels=r}resolve(e,...r){var o,a;e=this.resolvePluralKey(e,r);let i=(a=(o=this.labels[e])!==null&&o!==void 0?o:this.defaultLabels[e])!==null&&a!==void 0?a:"";return t.replaceParameters(i,...r)}static replaceParameters(e,...r){return r.forEach((o,a)=>e=e.replace(new RegExp(`\\{${a}([^}]*)\\}`,"g"),(i,s)=>t.formatValue(o,s))),e}resolvePluralKey(e,r){for(let o of r)if(typeof o=="number"){let a=`${String(e)}[\\=${o}]`;if(a in this.labels||a in this.defaultLabels)return a}return e}static formatValue(e,r){return e instanceof Date?t.formatDate(e,r):e??""}static formatDate(e,r){let o=a=>r?.includes("date")?e.toLocaleDateString(a):r?.includes("time")?e.toLocaleTimeString(a):e.toLocaleString(a);try{return o(document.documentElement.lang)}catch{return o()}}};var Di={};G(Di,{FtCommandQueue:()=>po,FtLitElementRedux:()=>Bt,FtReduxStore:()=>Gt,FtStateManager:()=>bo,ReduxWatcher:()=>dn,clearAllStores:()=>Qu,isFtReduxStore:()=>hr,redux:()=>pr,reduxEventListener:()=>gu,reduxReactive:()=>mu,watch:()=>ef,withRedux:()=>gl});var mu=()=>(t,e)=>{var r;let o=t.constructor;o.reduxReactiveProperties=new Set(o.reduxReactiveProperties),(r=o.reduxReactiveProperties)===null||r===void 0||r.add(e)},pr=t=>{let e=t??{};return(r,o)=>{var a;let i={hasChanged:Xe,attribute:!1,...e};L(i)(r,o);let s=r.constructor;s.reduxProperties=new Map(s.reduxProperties),s.reduxProperties.set(o,{selector:(a=e.selector)!==null&&a!==void 0?a:(c=>c[o]),store:e.store})}},gu=t=>(e,r)=>{let o=e.constructor;o.reduxEventListeners=new Map(o.reduxEventListeners),o.reduxEventListeners.set(r,t)};var po=class{constructor(){this.queue=[]}add(e,r=!1){r&&this.clear(e.type),this.queue.push(e)}consume(e){let r=this.queue.find(o=>o.type===e);return r&&(this.queue=this.queue.filter(o=>o!==r)),r}clear(e){typeof e=="string"?this.queue=this.queue.filter(r=>r.type!==e):this.queue=this.queue.filter(r=>!e.test(r.type))}};function hr(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var ho=Symbol("internalReduxEventsUnsubscribers"),ht=Symbol("internalStoresUnsubscribers"),Ft=Symbol("internalStores"),gl=le(Symbol("withRedux"),function(t){var e,r,o;class a extends t{constructor(){super(...arguments),this[e]=new Map,this[r]=new Map,this[o]=new Map}get reduxConstructor(){return this.constructor}willUpdate(s){super.willUpdate(s),[...this.reduxConstructor.reduxReactiveProperties].some(c=>s.has(c))&&this.updateFromStores()}getUnnamedStore(){if(this[Ft].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Ft].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[Ft].get(s)}addStore(s,c){var d;c=(d=c??s.name)!==null&&d!==void 0?d:"default-store",this.unsubscribeFromStore(c),this[Ft].set(c,s),this.subscribeToStore(c,s),this.updateFromStores()}removeStore(s){let c=typeof s=="string"?s:s.name;this.unsubscribeFromStore(c),this[Ft].delete(c)}setupStores(){this.unsubscribeFromStores(),this[Ft].forEach((s,c)=>this.subscribeToStore(c,s)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((s,c)=>{let d=this.constructor.getPropertyOptions(c);if(!d?.attribute||!this.hasAttribute(typeof d?.attribute=="string"?d.attribute:c)){let u=this.getStore(s.store);u&&(s.store?this[ht].has(s.store):this[ht].size>0)&&(this[c]=s.selector(u.getState(),this))}})}subscribeToStore(s,c){var d;this[ht].set(s,c.subscribe(()=>this.updateFromStores())),this[ho].set(s,[]),hr(c)&&c.eventBus&&((d=this.reduxConstructor.reduxEventListeners)===null||d===void 0||d.forEach((u,m)=>{if(typeof this[m]=="function"&&(!u.store||c.name===u.store)){let h=y=>this[m](y);c.addEventListener(u.eventName,h),this[ho].get(s).push(()=>c.removeEventListener(u.eventName,h))}})),this.onStoreAvailable(s)}unsubscribeFromStores(){this[ht].forEach((s,c)=>this.unsubscribeFromStore(c))}unsubscribeFromStore(s){var c;this[ht].has(s)&&this[ht].get(s)(),this[ht].delete(s),(c=this[ho].get(s))===null||c===void 0||c.forEach(d=>d()),this[ho].delete(s)}onStoreAvailable(s){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}return e=ht,r=Ft,o=ho,a.reduxProperties=new Map,a.reduxReactiveProperties=new Set,a.reduxEventListeners=new Map,a}),Bt=class extends gl(K){};function Me(t){for(var e=arguments.length,r=Array(e>1?e-1:0),o=1;o<e;o++)r[o-1]=arguments[o];if(0)var a,i;throw Error("[Immer] minified error nr: "+t+(r.length?" "+r.map((function(s){return"'"+s+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function tt(t){return!!t&&!!t[X]}function De(t){var e;return!!t&&((function(r){if(!r||typeof r!="object")return!1;var o=Object.getPrototypeOf(r);if(o===null)return!0;var a=Object.hasOwnProperty.call(o,"constructor")&&o.constructor;return a===Object||typeof a=="function"&&Function.toString.call(a)===Au})(t)||Array.isArray(t)||!!t[El]||!!(!((e=t.constructor)===null||e===void 0)&&e[El])||Ci(t)||Ei(t))}function $t(t,e,r){r===void 0&&(r=!1),yr(t)===0?(r?Object.keys:gr)(t).forEach((function(o){r&&typeof o=="symbol"||e(o,t[o],t)})):t.forEach((function(o,a){return e(a,o,t)}))}function yr(t){var e=t[X];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:Ci(t)?2:Ei(t)?3:0}function mr(t,e){return yr(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function yu(t,e){return yr(t)===2?t.get(e):t[e]}function Al(t,e,r){var o=yr(t);o===2?t.set(e,r):o===3?t.add(r):t[e]=r}function Ll(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function Ci(t){return Cu&&t instanceof Map}function Ei(t){return Eu&&t instanceof Set}function mt(t){return t.o||t.t}function Ai(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=wl(t);delete e[X];for(var r=gr(e),o=0;o<r.length;o++){var a=r[o],i=e[a];i.writable===!1&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(e[a]={configurable:!0,writable:!0,enumerable:i.enumerable,value:t[a]})}return Object.create(Object.getPrototypeOf(t),e)}function Li(t,e){return e===void 0&&(e=!1),Oi(t)||tt(t)||!De(t)||(yr(t)>1&&(t.set=t.add=t.clear=t.delete=bu),Object.freeze(t),e&&$t(t,(function(r,o){return Li(o,!0)}),!0)),t}function bu(){Me(2)}function Oi(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function Ze(t){var e=Si[t];return e||Me(18,t),e}function vu(t,e){Si[t]||(Si[t]=e)}function bi(){return go}function hi(t,e){e&&(Ze("Patches"),t.u=[],t.s=[],t.v=e)}function nn(t){vi(t),t.p.forEach(xu),t.p=null}function vi(t){t===go&&(go=t.l)}function yl(t){return go={p:[],l:go,h:t,m:!0,_:0}}function xu(t){var e=t[X];e.i===0||e.i===1?e.j():e.g=!0}function mi(t,e){e._=e.p.length;var r=e.p[0],o=t!==void 0&&t!==r;return e.h.O||Ze("ES5").S(e,t,o),o?(r[X].P&&(nn(e),Me(4)),De(t)&&(t=an(e,t),e.l||sn(e,t)),e.u&&Ze("Patches").M(r[X].t,t,e.u,e.s)):t=an(e,r,[]),nn(e),e.u&&e.v(e.u,e.s),t!==Rl?t:void 0}function an(t,e,r){if(Oi(e))return e;var o=e[X];if(!o)return $t(e,(function(c,d){return bl(t,o,e,c,d,r)}),!0),e;if(o.A!==t)return e;if(!o.P)return sn(t,o.t,!0),o.t;if(!o.I){o.I=!0,o.A._--;var a=o.i===4||o.i===5?o.o=Ai(o.k):o.o,i=a,s=!1;o.i===3&&(i=new Set(a),a.clear(),s=!0),$t(i,(function(c,d){return bl(t,o,a,c,d,r,s)})),sn(t,a,!1),r&&t.u&&Ze("Patches").N(o,r,t.u,t.s)}return o.o}function bl(t,e,r,o,a,i,s){if(tt(a)){var c=an(t,a,i&&e&&e.i!==3&&!mr(e.R,o)?i.concat(o):void 0);if(Al(r,o,c),!tt(c))return;t.m=!1}else s&&r.add(a);if(De(a)&&!Oi(a)){if(!t.h.D&&t._<1)return;an(t,a),e&&e.A.l||sn(t,a)}}function sn(t,e,r){r===void 0&&(r=!1),!t.l&&t.h.D&&t.m&&Li(e,r)}function gi(t,e){var r=t[X];return(r?mt(r):t)[e]}function vl(t,e){if(e in t)for(var r=Object.getPrototypeOf(t);r;){var o=Object.getOwnPropertyDescriptor(r,e);if(o)return o;r=Object.getPrototypeOf(r)}}function gt(t){t.P||(t.P=!0,t.l&&gt(t.l))}function yi(t){t.o||(t.o=Ai(t.t))}function xi(t,e,r){var o=Ci(e)?Ze("MapSet").F(e,r):Ei(e)?Ze("MapSet").T(e,r):t.O?(function(a,i){var s=Array.isArray(a),c={i:s?1:0,A:i?i.A:bi(),P:!1,I:!1,R:{},l:i,t:a,k:null,o:null,j:null,C:!1},d=c,u=yo;s&&(d=[c],u=mo);var m=Proxy.revocable(d,u),h=m.revoke,y=m.proxy;return c.k=y,c.j=h,y})(e,r):Ze("ES5").J(e,r);return(r?r.A:bi()).p.push(o),o}function Su(t){return tt(t)||Me(22,t),(function e(r){if(!De(r))return r;var o,a=r[X],i=yr(r);if(a){if(!a.P&&(a.i<4||!Ze("ES5").K(a)))return a.t;a.I=!0,o=xl(r,i),a.I=!1}else o=xl(r,i);return $t(o,(function(s,c){a&&yu(a.t,s)===c||Al(o,s,e(c))})),i===3?new Set(o):o})(t)}function xl(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return Ai(t)}function Ol(){function t(s,c){var d=i[s];return d?d.enumerable=c:i[s]=d={configurable:!0,enumerable:c,get:function(){var u=this[X];return yo.get(u,s)},set:function(u){var m=this[X];yo.set(m,s,u)}},d}function e(s){for(var c=s.length-1;c>=0;c--){var d=s[c][X];if(!d.P)switch(d.i){case 5:o(d)&&gt(d);break;case 4:r(d)&&gt(d)}}}function r(s){for(var c=s.t,d=s.k,u=gr(d),m=u.length-1;m>=0;m--){var h=u[m];if(h!==X){var y=c[h];if(y===void 0&&!mr(c,h))return!0;var b=d[h],x=b&&b[X];if(x?x.t!==y:!Ll(b,y))return!0}}var C=!!c[X];return u.length!==gr(c).length+(C?0:1)}function o(s){var c=s.k;if(c.length!==s.t.length)return!0;var d=Object.getOwnPropertyDescriptor(c,c.length-1);if(d&&!d.get)return!0;for(var u=0;u<c.length;u++)if(!c.hasOwnProperty(u))return!0;return!1}function a(s){s.g&&Me(3,JSON.stringify(mt(s)))}var i={};vu("ES5",{J:function(s,c){var d=Array.isArray(s),u=(function(h,y){if(h){for(var b=Array(y.length),x=0;x<y.length;x++)Object.defineProperty(b,""+x,t(x,!0));return b}var C=wl(y);delete C[X];for(var O=gr(C),R=0;R<O.length;R++){var N=O[R];C[N]=t(N,h||!!C[N].enumerable)}return Object.create(Object.getPrototypeOf(y),C)})(d,s),m={i:d?5:4,A:c?c.A:bi(),P:!1,I:!1,R:{},l:c,t:s,k:u,o:null,g:!1,C:!1};return Object.defineProperty(u,X,{value:m,writable:!0}),u},S:function(s,c,d){d?tt(c)&&c[X].A===s&&e(s.p):(s.u&&(function u(m){if(m&&typeof m=="object"){var h=m[X];if(h){var y=h.t,b=h.k,x=h.R,C=h.i;if(C===4)$t(b,(function(S){S!==X&&(y[S]!==void 0||mr(y,S)?x[S]||u(b[S]):(x[S]=!0,gt(h)))})),$t(y,(function(S){b[S]!==void 0||mr(b,S)||(x[S]=!1,gt(h))}));else if(C===5){if(o(h)&&(gt(h),x.length=!0),b.length<y.length)for(var O=b.length;O<y.length;O++)x[O]=!1;else for(var R=y.length;R<b.length;R++)x[R]=!0;for(var N=Math.min(b.length,y.length),E=0;E<N;E++)b.hasOwnProperty(E)||(x[E]=!0),x[E]===void 0&&u(b[E])}}}})(s.p[0]),e(s.p))},K:function(s){return s.i===4?r(s):o(s)}})}var Sl,go,Ri=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",Cu=typeof Map<"u",Eu=typeof Set<"u",Cl=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Rl=Ri?Symbol.for("immer-nothing"):((Sl={})["immer-nothing"]=!0,Sl),El=Ri?Symbol.for("immer-draftable"):"__$immer_draftable",X=Ri?Symbol.for("immer-state"):"__$immer_state";var Au=""+Object.prototype.constructor,gr=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,wl=Object.getOwnPropertyDescriptors||function(t){var e={};return gr(t).forEach((function(r){e[r]=Object.getOwnPropertyDescriptor(t,r)})),e},Si={},yo={get:function(t,e){if(e===X)return t;var r=mt(t);if(!mr(r,e))return(function(a,i,s){var c,d=vl(i,s);return d?"value"in d?d.value:(c=d.get)===null||c===void 0?void 0:c.call(a.k):void 0})(t,r,e);var o=r[e];return t.I||!De(o)?o:o===gi(t.t,e)?(yi(t),t.o[e]=xi(t.A.h,o,t)):o},has:function(t,e){return e in mt(t)},ownKeys:function(t){return Reflect.ownKeys(mt(t))},set:function(t,e,r){var o=vl(mt(t),e);if(o?.set)return o.set.call(t.k,r),!0;if(!t.P){var a=gi(mt(t),e),i=a?.[X];if(i&&i.t===r)return t.o[e]=r,t.R[e]=!1,!0;if(Ll(r,a)&&(r!==void 0||mr(t.t,e)))return!0;yi(t),gt(t)}return t.o[e]===r&&(r!==void 0||e in t.o)||Number.isNaN(r)&&Number.isNaN(t.o[e])||(t.o[e]=r,t.R[e]=!0),!0},deleteProperty:function(t,e){return gi(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,yi(t),gt(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var r=mt(t),o=Reflect.getOwnPropertyDescriptor(r,e);return o&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:o.enumerable,value:r[e]}},defineProperty:function(){Me(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){Me(12)}},mo={};$t(yo,(function(t,e){mo[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}})),mo.deleteProperty=function(t,e){return mo.set.call(this,t,e,void 0)},mo.set=function(t,e,r){return yo.set.call(this,t[0],e,r,t[0])};var Lu=(function(){function t(r){var o=this;this.O=Cl,this.D=!0,this.produce=function(a,i,s){if(typeof a=="function"&&typeof i!="function"){var c=i;i=a;var d=o;return function(C){var O=this;C===void 0&&(C=c);for(var R=arguments.length,N=Array(R>1?R-1:0),E=1;E<R;E++)N[E-1]=arguments[E];return d.produce(C,(function(S){var A;return(A=i).call.apply(A,[O,S].concat(N))}))}}var u;if(typeof i!="function"&&Me(6),s!==void 0&&typeof s!="function"&&Me(7),De(a)){var m=yl(o),h=xi(o,a,void 0),y=!0;try{u=i(h),y=!1}finally{y?nn(m):vi(m)}return typeof Promise<"u"&&u instanceof Promise?u.then((function(C){return hi(m,s),mi(C,m)}),(function(C){throw nn(m),C})):(hi(m,s),mi(u,m))}if(!a||typeof a!="object"){if((u=i(a))===void 0&&(u=a),u===Rl&&(u=void 0),o.D&&Li(u,!0),s){var b=[],x=[];Ze("Patches").M(a,u,b,x),s(b,x)}return u}Me(21,a)},this.produceWithPatches=function(a,i){if(typeof a=="function")return function(u){for(var m=arguments.length,h=Array(m>1?m-1:0),y=1;y<m;y++)h[y-1]=arguments[y];return o.produceWithPatches(u,(function(b){return a.apply(void 0,[b].concat(h))}))};var s,c,d=o.produce(a,i,(function(u,m){s=u,c=m}));return typeof Promise<"u"&&d instanceof Promise?d.then((function(u){return[u,s,c]})):[d,s,c]},typeof r?.useProxies=="boolean"&&this.setUseProxies(r.useProxies),typeof r?.autoFreeze=="boolean"&&this.setAutoFreeze(r.autoFreeze)}var e=t.prototype;return e.createDraft=function(r){De(r)||Me(8),tt(r)&&(r=Su(r));var o=yl(this),a=xi(this,r,void 0);return a[X].C=!0,vi(o),a},e.finishDraft=function(r,o){var a=r&&r[X],i=a.A;return hi(i,o),mi(void 0,i)},e.setAutoFreeze=function(r){this.D=r},e.setUseProxies=function(r){r&&!Cl&&Me(20),this.O=r},e.applyPatches=function(r,o){var a;for(a=o.length-1;a>=0;a--){var i=o[a];if(i.path.length===0&&i.op==="replace"){r=i.value;break}}a>-1&&(o=o.slice(a+1));var s=Ze("Patches").$;return tt(r)?s(r,o):this.produce(r,(function(c){return s(c,o)}))},t})(),Ae=new Lu,Ou=Ae.produce,Ig=Ae.produceWithPatches.bind(Ae),Pg=Ae.setAutoFreeze.bind(Ae),zg=Ae.setUseProxies.bind(Ae),Dg=Ae.applyPatches.bind(Ae),Ug=Ae.createDraft.bind(Ae),Fg=Ae.finishDraft.bind(Ae),cn=Ou;function Ht(t){"@babel/helpers - typeof";return Ht=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ht(t)}function _l(t,e){if(Ht(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var o=r.call(t,e||"default");if(Ht(o)!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Nl(t){var e=_l(t,"string");return Ht(e)=="symbol"?e:e+""}function Ml(t,e,r){return(e=Nl(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function Tl(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),r.push.apply(r,o)}return r}function wi(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Tl(Object(r),!0).forEach(function(o){Ml(t,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Tl(Object(r)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))})}return t}function fe(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var kl=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),_i=function(){return Math.random().toString(36).substring(7).split("").join(".")},ln={INIT:"@@redux/INIT"+_i(),REPLACE:"@@redux/REPLACE"+_i(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+_i()}};function Ru(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function Ni(t,e,r){var o;if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(fe(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(fe(1));return r(Ni)(t,e)}if(typeof t!="function")throw new Error(fe(2));var a=t,i=e,s=[],c=s,d=!1;function u(){c===s&&(c=s.slice())}function m(){if(d)throw new Error(fe(3));return i}function h(C){if(typeof C!="function")throw new Error(fe(4));if(d)throw new Error(fe(5));var O=!0;return u(),c.push(C),function(){if(O){if(d)throw new Error(fe(6));O=!1,u();var N=c.indexOf(C);c.splice(N,1),s=null}}}function y(C){if(!Ru(C))throw new Error(fe(7));if(typeof C.type>"u")throw new Error(fe(8));if(d)throw new Error(fe(9));try{d=!0,i=a(i,C)}finally{d=!1}for(var O=s=c,R=0;R<O.length;R++){var N=O[R];N()}return C}function b(C){if(typeof C!="function")throw new Error(fe(10));a=C,y({type:ln.REPLACE})}function x(){var C,O=h;return C={subscribe:function(N){if(typeof N!="object"||N===null)throw new Error(fe(11));function E(){N.next&&N.next(m())}E();var S=O(E);return{unsubscribe:S}}},C[kl]=function(){return this},C}return y({type:ln.INIT}),o={dispatch:y,subscribe:h,getState:m,replaceReducer:b},o[kl]=x,o}function wu(t){Object.keys(t).forEach(function(e){var r=t[e],o=r(void 0,{type:ln.INIT});if(typeof o>"u")throw new Error(fe(12));if(typeof r(void 0,{type:ln.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(fe(13))})}function Il(t){for(var e=Object.keys(t),r={},o=0;o<e.length;o++){var a=e[o];typeof t[a]=="function"&&(r[a]=t[a])}var i=Object.keys(r),s,c;try{wu(r)}catch(d){c=d}return function(u,m){if(u===void 0&&(u={}),c)throw c;if(0)var h;for(var y=!1,b={},x=0;x<i.length;x++){var C=i[x],O=r[C],R=u[C],N=O(R,m);if(typeof N>"u"){var E=m&&m.type;throw new Error(fe(14))}b[C]=N,y=y||N!==R}return y=y||i.length!==Object.keys(u).length,y?b:u}}function br(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return e.length===0?function(o){return o}:e.length===1?e[0]:e.reduce(function(o,a){return function(){return o(a.apply(void 0,arguments))}})}function Pl(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return function(o){return function(){var a=o.apply(void 0,arguments),i=function(){throw new Error(fe(15))},s={getState:a.getState,dispatch:function(){return i.apply(void 0,arguments)}},c=e.map(function(d){return d(s)});return i=br.apply(void 0,c)(a.dispatch),wi(wi({},a),{},{dispatch:i})}}}function zl(t){var e=function(o){var a=o.dispatch,i=o.getState;return function(s){return function(c){return typeof c=="function"?c(a,i,t):s(c)}}};return e}var Dl=zl();Dl.withExtraArgument=zl;var Mi=Dl;var Hl=(function(){var t=function(e,r){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(o,a){o.__proto__=a}||function(o,a){for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(o[i]=a[i])},t(e,r)};return function(e,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");t(e,r);function o(){this.constructor=e}e.prototype=r===null?Object.create(r):(o.prototype=r.prototype,new o)}})(),_u=function(t,e){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},o,a,i,s;return s={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function c(u){return function(m){return d([u,m])}}function d(u){if(o)throw new TypeError("Generator is already executing.");for(;r;)try{if(o=1,a&&(i=u[0]&2?a.return:u[0]?a.throw||((i=a.return)&&i.call(a),0):a.next)&&!(i=i.call(a,u[1])).done)return i;switch(a=0,i&&(u=[u[0]&2,i.value]),u[0]){case 0:case 1:i=u;break;case 4:return r.label++,{value:u[1],done:!1};case 5:r.label++,a=u[1],u=[0];continue;case 7:u=r.ops.pop(),r.trys.pop();continue;default:if(i=r.trys,!(i=i.length>0&&i[i.length-1])&&(u[0]===6||u[0]===2)){r=0;continue}if(u[0]===3&&(!i||u[1]>i[0]&&u[1]<i[3])){r.label=u[1];break}if(u[0]===6&&r.label<i[1]){r.label=i[1],i=u;break}if(i&&r.label<i[2]){r.label=i[2],r.ops.push(u);break}i[2]&&r.ops.pop(),r.trys.pop();continue}u=e.call(t,r)}catch(m){u=[6,m],a=0}finally{o=i=0}if(u[0]&5)throw u[1];return{value:u[0]?u[1]:void 0,done:!0}}},vr=function(t,e){for(var r=0,o=e.length,a=t.length;r<o;r++,a++)t[a]=e[r];return t},Nu=Object.defineProperty,Mu=Object.defineProperties,Tu=Object.getOwnPropertyDescriptors,Ul=Object.getOwnPropertySymbols,ku=Object.prototype.hasOwnProperty,Iu=Object.prototype.propertyIsEnumerable,Fl=function(t,e,r){return e in t?Nu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r},yt=function(t,e){for(var r in e||(e={}))ku.call(e,r)&&Fl(t,r,e[r]);if(Ul)for(var o=0,a=Ul(e);o<a.length;o++){var r=a[o];Iu.call(e,r)&&Fl(t,r,e[r])}return t},Ti=function(t,e){return Mu(t,Tu(e))},Pu=function(t,e,r){return new Promise(function(o,a){var i=function(d){try{c(r.next(d))}catch(u){a(u)}},s=function(d){try{c(r.throw(d))}catch(u){a(u)}},c=function(d){return d.done?o(d.value):Promise.resolve(d.value).then(i,s)};c((r=r.apply(t,e)).next())})};var zu=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?br:br.apply(null,arguments)},oy=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function Du(t){if(typeof t!="object"||t===null)return!1;var e=Object.getPrototypeOf(t);if(e===null)return!0;for(var r=e;Object.getPrototypeOf(r)!==null;)r=Object.getPrototypeOf(r);return e===r}function bt(t,e){function r(){for(var o=[],a=0;a<arguments.length;a++)o[a]=arguments[a];if(e){var i=e.apply(void 0,o);if(!i)throw new Error("prepareAction did not return an object");return yt(yt({type:t,payload:i.payload},"meta"in i&&{meta:i.meta}),"error"in i&&{error:i.error})}return{type:t,payload:o[0]}}return r.toString=function(){return""+t},r.type=t,r.match=function(o){return o.type===t},r}var Uu=(function(t){Hl(e,t);function e(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var a=t.apply(this,r)||this;return Object.setPrototypeOf(a,e.prototype),a}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,vr([void 0],r[0].concat(this)))):new(e.bind.apply(e,vr([void 0],r.concat(this))))},e})(Array),Fu=(function(t){Hl(e,t);function e(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];var a=t.apply(this,r)||this;return Object.setPrototypeOf(a,e.prototype),a}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return t.prototype.concat.apply(this,r)},e.prototype.prepend=function(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];return r.length===1&&Array.isArray(r[0])?new(e.bind.apply(e,vr([void 0],r[0].concat(this)))):new(e.bind.apply(e,vr([void 0],r.concat(this))))},e})(Array);function Pi(t){return De(t)?cn(t,function(){}):t}function Bu(t){return typeof t=="boolean"}function $u(){return function(e){return Hu(e)}}function Hu(t){t===void 0&&(t={});var e=t.thunk,r=e===void 0?!0:e,o=t.immutableCheck,a=o===void 0?!0:o,i=t.serializableCheck,s=i===void 0?!0:i,c=t.actionCreatorCheck,d=c===void 0?!0:c,u=new Uu;if(r&&(Bu(r)?u.push(Mi):u.push(Mi.withExtraArgument(r.extraArgument))),0){if(a)var m;if(s)var h;if(d)var y}return u}var ki=!0;function Gl(t){var e=$u(),r=t||{},o=r.reducer,a=o===void 0?void 0:o,i=r.middleware,s=i===void 0?e():i,c=r.devTools,d=c===void 0?!0:c,u=r.preloadedState,m=u===void 0?void 0:u,h=r.enhancers,y=h===void 0?void 0:h,b;if(typeof a=="function")b=a;else if(Du(a))b=Il(a);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var x=s;if(typeof x=="function"&&(x=x(e),!ki&&!Array.isArray(x)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!ki&&x.some(function(S){return typeof S!="function"}))throw new Error("each middleware provided to configureStore must be a function");var C=Pl.apply(void 0,x),O=br;d&&(O=zu(yt({trace:!ki},typeof d=="object"&&d)));var R=new Fu(C),N=R;Array.isArray(y)?N=vr([C],y):typeof y=="function"&&(N=y(R));var E=O.apply(void 0,N);return Ni(b,m,E)}function Wl(t){var e={},r=[],o,a={addCase:function(i,s){var c=typeof i=="string"?i:i.type;if(!c)throw new Error("`builder.addCase` cannot be called with an empty action type");if(c in e)throw new Error("`builder.addCase` cannot be called with two reducers for the same action type");return e[c]=s,a},addMatcher:function(i,s){return r.push({matcher:i,reducer:s}),a},addDefaultCase:function(i){return o=i,a}};return t(a),[e,r,o]}function Gu(t){return typeof t=="function"}function Wu(t,e,r,o){r===void 0&&(r=[]);var a=typeof e=="function"?Wl(e):[e,r,o],i=a[0],s=a[1],c=a[2],d;if(Gu(t))d=function(){return Pi(t())};else{var u=Pi(t);d=function(){return u}}function m(h,y){h===void 0&&(h=d());var b=vr([i[y.type]],s.filter(function(x){var C=x.matcher;return C(y)}).map(function(x){var C=x.reducer;return C}));return b.filter(function(x){return!!x}).length===0&&(b=[c]),b.reduce(function(x,C){if(C)if(tt(x)){var O=x,R=C(O,y);return R===void 0?x:R}else{if(De(x))return cn(x,function(N){return C(N,y)});var R=C(x,y);if(R===void 0){if(x===null)return x;throw Error("A case reducer on a non-draftable value must not return undefined")}return R}return x},h)}return m.getInitialState=d,m}function ju(t,e){return t+"/"+e}function jl(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var r=typeof t.initialState=="function"?t.initialState:Pi(t.initialState),o=t.reducers||{},a=Object.keys(o),i={},s={},c={};a.forEach(function(m){var h=o[m],y=ju(e,m),b,x;"reducer"in h?(b=h.reducer,x=h.prepare):b=h,i[m]=b,s[y]=b,c[m]=x?bt(y,x):bt(y)});function d(){var m=typeof t.extraReducers=="function"?Wl(t.extraReducers):[t.extraReducers],h=m[0],y=h===void 0?{}:h,b=m[1],x=b===void 0?[]:b,C=m[2],O=C===void 0?void 0:C,R=yt(yt({},y),s);return Wu(r,function(N){for(var E in R)N.addCase(E,R[E]);for(var S=0,A=x;S<A.length;S++){var T=A[S];N.addMatcher(T.matcher,T.reducer)}O&&N.addDefaultCase(O)})}var u;return{name:e,reducer:function(m,h){return u||(u=d()),u(m,h)},actions:c,caseReducers:i,getInitialState:function(){return u||(u=d()),u.getInitialState()}}}var Vu="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Ku=function(t){t===void 0&&(t=21);for(var e="",r=t;r--;)e+=Vu[Math.random()*64|0];return e},Zu=["name","message","stack","code"],Ii=(function(){function t(e,r){this.payload=e,this.meta=r}return t})(),Bl=(function(){function t(e,r){this.payload=e,this.meta=r}return t})(),qu=function(t){if(typeof t=="object"&&t!==null){for(var e={},r=0,o=Zu;r<o.length;r++){var a=o[r];typeof t[a]=="string"&&(e[a]=t[a])}return e}return{message:String(t)}},sy=(function(){function t(e,r,o){var a=bt(e+"/fulfilled",function(m,h,y,b){return{payload:m,meta:Ti(yt({},b||{}),{arg:y,requestId:h,requestStatus:"fulfilled"})}}),i=bt(e+"/pending",function(m,h,y){return{payload:void 0,meta:Ti(yt({},y||{}),{arg:h,requestId:m,requestStatus:"pending"})}}),s=bt(e+"/rejected",function(m,h,y,b,x){return{payload:b,error:(o&&o.serializeError||qu)(m||"Rejected"),meta:Ti(yt({},x||{}),{arg:y,requestId:h,rejectedWithValue:!!b,requestStatus:"rejected",aborted:m?.name==="AbortError",condition:m?.name==="ConditionError"})}}),c=!1,d=typeof AbortController<"u"?AbortController:(function(){function m(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return m.prototype.abort=function(){},m})();function u(m){return function(h,y,b){var x=o?.idGenerator?o.idGenerator(m):Ku(),C=new d,O,R=!1;function N(S){O=S,C.abort()}var E=(function(){return Pu(this,null,function(){var S,A,T,F,Y,H,I;return _u(this,function(D){switch(D.label){case 0:return D.trys.push([0,4,,5]),F=(S=o?.condition)==null?void 0:S.call(o,m,{getState:y,extra:b}),Xu(F)?[4,F]:[3,2];case 1:F=D.sent(),D.label=2;case 2:if(F===!1||C.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return R=!0,Y=new Promise(function(W,ae){return C.signal.addEventListener("abort",function(){return ae({name:"AbortError",message:O||"Aborted"})})}),h(i(x,m,(A=o?.getPendingMeta)==null?void 0:A.call(o,{requestId:x,arg:m},{getState:y,extra:b}))),[4,Promise.race([Y,Promise.resolve(r(m,{dispatch:h,getState:y,extra:b,requestId:x,signal:C.signal,abort:N,rejectWithValue:function(W,ae){return new Ii(W,ae)},fulfillWithValue:function(W,ae){return new Bl(W,ae)}})).then(function(W){if(W instanceof Ii)throw W;return W instanceof Bl?a(W.payload,x,m,W.meta):a(W,x,m)})])];case 3:return T=D.sent(),[3,5];case 4:return H=D.sent(),T=H instanceof Ii?s(null,x,m,H.payload,H.meta):s(H,x,m),[3,5];case 5:return I=o&&!o.dispatchConditionRejection&&s.match(T)&&T.meta.condition,I||h(T),[2,T]}})})})();return Object.assign(E,{abort:N,requestId:x,arg:m,unwrap:function(){return E.then(Yu)}})}}return Object.assign(u,{pending:i,rejected:s,fulfilled:a,typePrefix:e})}return t.withTypes=function(){return t},t})();function Yu(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function Xu(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var Vl="listener",Kl="completed",Zl="cancelled",cy="task-"+Zl,ly="task-"+Kl,dy=Vl+"-"+Zl,uy=Vl+"-"+Kl;var zi="listenerMiddleware";var fy=bt(zi+"/add"),py=bt(zi+"/removeAll"),hy=bt(zi+"/remove");var $l,my=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return($l||($l=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},Ju=function(t){return function(e){setTimeout(e,t)}},gy=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Ju(10);Ol();window.ftReduxStores||(window.ftReduxStores={});var Gt=class t extends Je{static get(e){var r;let o=typeof e=="string"?e:e.name,a=typeof e=="string"?void 0:e,i=window.ftReduxStores[o];if(hr(i))return i;if(a==null)return;let s=jl({...a,reducers:(r=a.reducers)!==null&&r!==void 0?r:{}}),c=Gl({reducer:(d,u)=>{if(u.type==="CLEAR_FT_REDUX_STORE"){let m=Pe(s.getInitialState());for(let h of u.keeping)m[h]=(d??m)[h];return m}else if(typeof u.type=="string"&&u.type.startsWith("DEFAULT_VALUE_SETTER__"))return{...d,...u.overwrites};return s.reducer(d,u)}});return window.ftReduxStores[a.name]=new t(s,c,a.eventBus)}constructor(e,r,o){super(),this.reduxSlice=e,this.reduxStore=r,this.isFtReduxStore=!0,this.commands=new po;let a=i=>i!=null?JSON.parse(JSON.stringify(i)):i;this.actions=new Proxy(this.reduxSlice.actions,{get:(i,s,c)=>{let d=s,u=i[d];return u?(...m)=>{let h=u(...m.map(a));return this.reduxStore.dispatch(h),h}:m=>{this.setState({[d]:a(m)})}}}),this.eventBus=o??this.eventBus}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:[]})}clearKeeping(...e){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE",keeping:e})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};function Qu(){var t;for(let e of Object.values((t=window.ftReduxStores)!==null&&t!==void 0?t:{}))hr(e)&&e.clear()}var dn=class{constructor(e,r,o){this.store=e,this.valueSelector=r,this.callback=o}watch(){return this.stop(),this.lastValue=this.valueSelector(this.store.getState()),this.unsubscribe=this.store.subscribe(()=>{let e=this.store.getState(),r=this.valueSelector(e);Xe(this.lastValue,r)&&(this.callback(r,e),this.lastValue=r)}),this}stop(){return this.unsubscribe!=null&&(this.unsubscribe(),this.unsubscribe=void 0),this.lastValue=void 0,this}};function ef(t,e,r){return new dn(t,e,r).watch()}var bo=class{constructor(){this.requestConsumers=new Map}getOrCreateRequestConsumers(e){var r;return(r=this.requestConsumers.get(e))!==null&&r!==void 0?r:this.requestConsumers.set(e,new Set).get(e)}registerComponent(e,r){for(let o of r)this.getOrCreateRequestConsumers(o).add(e).size==1&&this.onNewNeededRequest(o)}unregisterComponent(e,r){for(let o of r)this.getOrCreateRequestConsumers(o).delete(e)}isRequestNeeded(e){return this.getOrCreateRequestConsumers(e).size>0}};var Bi={};G(Bi,{scrollHelper:()=>tf});var Ui,un=new Map,Fi=class{lock(e,r){if(r){let o=un.get(r);if(o==null||o===e)return un.set(r,e),r}}release(e,r){r&&un.get(r)===e&&un.delete(r)}findFirstScrollableParent(e){var r;let o,a;for(let i of la(e)){let s=i,c=this.elementCanScroll(s);if(c&&s.clientHeight&&s.clientHeight<s.scrollHeight){o=s;break}else c&&a==null&&(a=s)}return(r=o??a)!==null&&r!==void 0?r:document.body}elementCanScroll(e){try{return["auto","scroll"].includes(getComputedStyle(e).overflowY)&&!["contents"].includes(getComputedStyle(e).display)}catch{return!1}}getAbsoluteScrollOffset(e,r){var o,a;let i=0;for(;r&&r.offsetParent!==e.offsetParent;)i+=(o=r.offsetTop)!==null&&o!==void 0?o:0,r=r.offsetParent;return i+((a=r?.offsetTop)!==null&&a!==void 0?a:0)-e.offsetTop}computeTopOffsetRatio(e,r){if(typeof e=="number")return e;switch(e){case"end":return 1;case"center":return .5;case"nearest":return r;default:return 0}}scrollIntoViewIfPossible(e,r){let o=this.findFirstScrollableParent(e);if(e&&this.lock(this,o)){let a=this.getAbsoluteScrollOffset(o,e),i=a-o.clientHeight+e.clientHeight,s=a,c=Nt(0,(s-o.scrollTop)/(s-i),1),d=this.computeTopOffsetRatio(r?.position,c)*(i-s)+s;o.scrollTo({behavior:r?.behavior,top:d})}else console.warn("Could not scroll element into view because the scrollable parent is already locked",e,o);this.release(this,o)}};window.FluidTopicsScrollHelper=(Ui=window.FluidTopicsScrollHelper)!==null&&Ui!==void 0?Ui:new Fi;var tf=window.FluidTopicsScrollHelper;var Hi={};G(Hi,{SearchPlaceConverter:()=>Cr,SearchPlaceQueryParams:()=>$,isSearchPlaceQueryParams:()=>z1,serializeRequest:()=>nf});var ql;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(ql||(ql={}));var Yl;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(Yl||(Yl={}));var Xl;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(Xl||(Xl={}));var Jl;(function(t){t.STRUCTURED_DOCUMENT="STRUCTURED_DOCUMENT",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT",t.SHARED_PERSONAL_BOOK="SHARED_PERSONAL_BOOK",t.PERSONAL_BOOK="PERSONAL_BOOK",t.ATTACHMENT="ATTACHMENT",t.RESOURCE="RESOURCE",t.HTML_PACKAGE="HTML_PACKAGE"})(Jl||(Jl={}));var Ql;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(Ql||(Ql={}));var e1;(function(t){t.VALUE="VALUE",t.DATE="DATE",t.RANGE="RANGE"})(e1||(e1={}));var t1;(function(t){t.OFFICIAL="OFFICIAL",t.AI="AI"})(t1||(t1={}));var r1;(function(t){t.BOOKMARK__CREATE="BOOKMARK__CREATE",t.BOOKMARK__DELETE="BOOKMARK__DELETE",t.CASE_DEFLECTION__START="CASE_DEFLECTION__START",t.CASE_DEFLECTION__OPEN_TICKET="CASE_DEFLECTION__OPEN_TICKET",t.CASE_DEFLECTION__RATE="CASE_DEFLECTION__RATE",t.CHATBOT__RATE="CHATBOT__RATE",t.COLLECTION__CREATE="COLLECTION__CREATE",t.COLLECTION__UPDATE="COLLECTION__UPDATE",t.COLLECTION__DELETE="COLLECTION__DELETE",t.CUSTOM_EVENT__TRIGGER="CUSTOM_EVENT__TRIGGER",t.DOCUMENT__ON_DEMAND_TRANSLATE="DOCUMENT__ON_DEMAND_TRANSLATE",t.DOCUMENT__DOWNLOAD="DOCUMENT__DOWNLOAD",t.DOCUMENT__PRINT="DOCUMENT__PRINT",t.DOCUMENT__PROCESS="DOCUMENT__PROCESS",t.DOCUMENT__RATE="DOCUMENT__RATE",t.DOCUMENT__SEARCH="DOCUMENT__SEARCH",t.DOCUMENT__START_DISPLAY="DOCUMENT__START_DISPLAY",t.DOCUMENT__UNRATE="DOCUMENT__UNRATE",t.FEEDBACK__SEND="FEEDBACK__SEND",t.AI__COMPLETED_QUERY="AI__COMPLETED_QUERY",t.AI__RATE="AI__RATE",t.AI_CASE_DEFLECTION__START="AI_CASE_DEFLECTION__START",t.AI_CASE_DEFLECTION__OPEN_TICKET="AI_CASE_DEFLECTION__OPEN_TICKET",t.KHUB__PROCESS="KHUB__PROCESS",t.KHUB__SEARCH="KHUB__SEARCH",t.LABELS__DOWNLOAD="LABELS__DOWNLOAD",t.LINK__SHARE="LINK__SHARE",t.PAGE__DISPLAY="PAGE__DISPLAY",t.PERSONAL_BOOK__CREATE="PERSONAL_BOOK__CREATE",t.PERSONAL_BOOK__DELETE="PERSONAL_BOOK__DELETE",t.PERSONAL_BOOK__UPDATE="PERSONAL_BOOK__UPDATE",t.PERSONAL_TOPIC__CREATE="PERSONAL_TOPIC__CREATE",t.PERSONAL_TOPIC__UPDATE="PERSONAL_TOPIC__UPDATE",t.PERSONAL_TOPIC__DELETE="PERSONAL_TOPIC__DELETE",t.SAVED_SEARCH__CREATE="SAVED_SEARCH__CREATE",t.SAVED_SEARCH__DELETE="SAVED_SEARCH__DELETE",t.SAVED_SEARCH__UPDATE="SAVED_SEARCH__UPDATE",t.SEARCH_PAGE__SELECT="SEARCH_PAGE__SELECT",t.SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU="SEARCH_RESULT__OPEN_BROWSER_CONTEXT_MENU",t.TOPIC__AI_TRANSLATE="TOPIC__AI_TRANSLATE",t.TOPIC__RATE="TOPIC__RATE",t.TOPIC__START_DISPLAY="TOPIC__START_DISPLAY",t.TOPIC__UNRATE="TOPIC__UNRATE",t.USER__LOGIN="USER__LOGIN",t.USER__LOGOUT="USER__LOGOUT",t.HEARTBEAT="HEARTBEAT"})(r1||(r1={}));var o1;(function(t){t.STANDARD="STANDARD",t.STRUCTURAL="STRUCTURAL"})(o1||(o1={}));var n1;(function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"})(n1||(n1={}));var a1;(function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.HEADER="HEADER",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT",t.SEARCH_ANNOUNCEMENT="SEARCH_ANNOUNCEMENT",t.LINK_PREVIEW="LINK_PREVIEW",t.UD_VIEWER="UD_VIEWER",t.ASSET_VIEWER="ASSET_VIEWER"})(a1||(a1={}));var i1;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(i1||(i1={}));var s1;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(s1||(s1={}));var c1;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(c1||(c1={}));var l1;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(l1||(l1={}));var d1;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"})(d1||(d1={}));var xr;(function(t){t.OPTIONAL="OPTIONAL",t.MANDATORY="MANDATORY"})(xr||(xr={}));var u1;(function(t){t.ASC="ASC",t.DESC="DESC"})(u1||(u1={}));var f1;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(f1||(f1={}));var $i;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})($i||($i={}));var x1=t=>Object.keys($i).includes(t);var p1;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(p1||(p1={}));var h1;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(h1||(h1={}));var m1;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(m1||(m1={}));var Sr;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(Sr||(Sr={}));var S1=t=>Object.keys(Sr).includes(t);var g1;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.HTML_PACKAGE="HTML_PACKAGE",t.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(g1||(g1={}));var y1;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS",t.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(y1||(y1={}));var b1;(function(t){t.PLAIN_TEXT="PLAIN_TEXT",t.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",t.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(b1||(b1={}));var ne;(function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.GENERATIVE_AI_EXPORT_USER="GENERATIVE_AI_EXPORT_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.BEHAVIOR_DATA_USER="BEHAVIOR_DATA_USER",t.ANNOUNCEMENT_ADMIN="ANNOUNCEMENT_ADMIN",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN"})(ne||(ne={}));var Te;(function(t){t.SEARCHES="SEARCHES",t.BOOKMARKS="BOOKMARKS",t.BOOKS="BOOKS",t.COLLECTIONS="COLLECTIONS"})(Te||(Te={}));var v1;(function(t){t.UNAUTHENTICATED="UNAUTHENTICATED",t.USER_INCOMPLETE="USER_INCOMPLETE",t.MFA_REQUIRED="MFA_REQUIRED",t.AUTHENTICATED="AUTHENTICATED"})(v1||(v1={}));var C1;(function(t){t.UNREACHABLE="UNREACHABLE",t.UNAUTHORIZED="UNAUTHORIZED",t.FORBIDDEN="FORBIDDEN",t.INCOMPATIBLE="INCOMPATIBLE",t.FAILED="FAILED",t.OK="OK"})(C1||(C1={}));var E1;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(E1||(E1={}));var A1;(function(t){t.INACCURATE="INACCURATE",t.INCOMPLETE="INCOMPLETE",t.OFF_TOPIC="OFF_TOPIC",t.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",t.SUMMARY="SUMMARY",t.SEMANTIC_SEARCH="SEMANTIC_SEARCH",t.CHATBOT_INSTRUCTIONS="CHATBOT_INSTRUCTIONS",t.OTHER="OTHER"})(A1||(A1={}));var L1;(function(t){t.INACCURATE="INACCURATE",t.INCOMPLETE="INCOMPLETE",t.OFF_TOPIC="OFF_TOPIC",t.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",t.SLOW="SLOW",t.OTHER="OTHER"})(L1||(L1={}));var O1;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(O1||(O1={}));var R1;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(R1||(R1={}));var w1;(function(t){t.TEXT="TEXT",t.HTML="HTML"})(w1||(w1={}));var _1;(function(t){t.IN_PROGRESS="IN_PROGRESS",t.ERROR="ERROR",t.DONE="DONE"})(_1||(_1={}));var N1;(function(t){t.HTML="HTML",t.MARKDOWN="MARKDOWN"})(N1||(N1={}));var M1;(function(t){t.SOURCES="SOURCES",t.ENRICH_AND_CLEAN="ENRICH_AND_CLEAN",t.VOCABULARIES="VOCABULARIES",t.METADATA="METADATA",t.PRETTY_URL="PRETTY_URL",t.ACCESS_RULE="ACCESS_RULE",t.DESIGNED_PAGES="DESIGNED_PAGES",t.THEME_STUDIO="THEME_STUDIO",t.PORTAL_GENERAL="PORTAL_GENERAL",t.ASSETS="ASSETS",t.CODE_LIBRARY="CODE_LIBRARY",t.THEME="THEME",t.CONTENT_STYLES="CONTENT_STYLES",t.HOMEPAGE="HOMEPAGE",t.CLASSIC_SEARCH_PAGE="CLASSIC_SEARCH_PAGE",t.CLASSIC_READER_PAGE="CLASSIC_READER_PAGE",t.PORTAL_METADATA="PORTAL_METADATA",t.LANGUAGES="LANGUAGES",t.PRINT_TEMPLATES="PRINT_TEMPLATES",t.OFFLINE="OFFLINE",t.CUSTOM_JS="CUSTOM_JS",t.CONFIDENTIALITY="CONFIDENTIALITY",t.NOTIFICATIONS="NOTIFICATIONS"})(M1||(M1={}));var T1;(function(t){t.MAP="MAP",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(T1||(T1={}));var rf={[ne.PERSONAL_BOOK_SHARE_USER]:[ne.PERSONAL_BOOK_USER],[ne.HTML_EXPORT_USER]:[ne.PERSONAL_BOOK_USER],[ne.PDF_EXPORT_USER]:[ne.PERSONAL_BOOK_USER],[ne.KHUB_ADMIN]:[ne.CONTENT_PUBLISHER],[ne.ADMIN]:[ne.KHUB_ADMIN,ne.USERS_ADMIN,ne.PORTAL_ADMIN,ne.BEHAVIOR_DATA_USER],[ne.GENERATIVE_AI_EXPORT_USER]:[ne.GENERATIVE_AI_USER]};function k1(t,e){return t===e||(rf[t]??[]).some(r=>k1(r,e))}function I1(t,e){return t==null?!1:(Array.isArray(t)?t:Array.isArray(t.roles)?t.roles:Array.isArray(t.profile?.roles)?t.profile.roles:[]).some(o=>k1(o,e))}function of(t){return`"${t}"`}function P1(t){return t.startsWith('"')&&t.endsWith('"')?t.replace(/(^"+)|("+$)/g,""):t}function nf(t,e){return new Cr(t).serialize(e)}var $;(function(t){t.LOCALE="content-lang",t.QUERY="query",t.SCOPE="scope",t.FILTERS="filters",t.VIRTUAL_FIELD="virtual-field",t.PERIOD="period",t.VALUE_FILTERS="value-filters",t.DATE_FILTERS="date-filters",t.RANGE_FILTERS="range-filters",t.SORT="sort",t.PER_PAGE="per-page",t.KEYWORD_MATCH="keyword-match"})($||($={}));var af=new Set(Object.values($));function z1(t){return af.has(t)}var Cr=class{constructor(e,r=20,o=!1,a="en-US"){this.baseUrl=e,this.defaultPerPage=r,this.allLanguagesAllowed=o,this.defaultContentLocale=a,this.scopeMapping={documents:"DOCUMENTS",topics:"ALL_TOPICS"},this.filtersEscapeMapping=[["*","\\*","[ft-escaped-star-character]"],["~","\\\\~","[ft-escaped-tilde-character]"],["_","\\\\\\\\_","[ft-escaped-underscore-character]"]]}serialize(e,r){return this.serializeToCurrentPageIfPossible(e,r??"/search")}serializeToCurrentPageIfPossible(e,r){let o=r==null||r.trim().length===0,a=new URL(o?window.location.href:`${this.baseUrl.replace(/\/+$/,"")}${r}`);return a.search=this.toURLSearchParams(e),a.toString()}toURLSearchParams(e,r=!1){var o,a,i,s,c,d,u,m,h,y,b;let x=new URLSearchParams;e.contentLocale?(!r||e.contentLocale!==this.defaultContentLocale)&&x.append($.LOCALE,e.contentLocale):x.append($.LOCALE,this.allLanguagesAllowed?"all":this.defaultContentLocale),((o=e.query)===null||o===void 0?void 0:o.length)>0&&x.append($.QUERY,e.query);let C=(i=(a=e.metadataFilters)===null||a===void 0?void 0:a.filter(S=>S.valueFilter&&!S.valueFilter.negative))!==null&&i!==void 0?i:[];if(C.length>0){let S=C.map(A=>{var T,F;let Y=((F=(T=A.valueFilter)===null||T===void 0?void 0:T.values)!==null&&F!==void 0?F:[]).map(H=>this.escapeFilters(H)).map(H=>of(P1(H))).join("_");return`${A.key}~${Y}`}).join("*");x.append($.VALUE_FILTERS,S)}let O=(c=(s=e.metadataFilters)===null||s===void 0?void 0:s.filter(S=>S.dateFilter))!==null&&c!==void 0?c:[];if(O.length>0){let S=O.map(A=>{var T;return`${A.key}~${(T=A.dateFilter)===null||T===void 0?void 0:T.type.toLowerCase()}`}).join("*");x.append($.DATE_FILTERS,S)}let R=(u=(d=e.metadataFilters)===null||d===void 0?void 0:d.filter(S=>S.rangeFilter))!==null&&u!==void 0?u:[];if(R.length>0){let S=R.map(A=>{var T,F;return`${A.key}~${(T=A.rangeFilter)===null||T===void 0?void 0:T.from}_${(F=A.rangeFilter)===null||F===void 0?void 0:F.to}`}).join("*");x.append($.RANGE_FILTERS,S)}e.virtualField&&e.virtualField!=="EVERYWHERE"&&x.append($.VIRTUAL_FIELD,e.virtualField.toLowerCase()),e.scope&&e.scope!=="DEFAULT"&&x.append($.SCOPE,e.scope.toLowerCase()),e.sortId!=null&&x.append($.SORT,e.sortId),!((m=e.paging)===null||m===void 0)&&m.perPage&&((y=(h=e.paging)===null||h===void 0?void 0:h.perPage)!==null&&y!==void 0?y:this.defaultPerPage)!=this.defaultPerPage&&x.append($.PER_PAGE,String(e.paging.perPage)),e.keywordMatch!=null&&x.append($.KEYWORD_MATCH,e.keywordMatch.toLowerCase());let N=(b=e.otherQueryParams)!==null&&b!==void 0?b:{};for(let S in N)x.append(S,N[S]);let E=new Array;return x.forEach((S,A)=>{E.push(this.encodeQueryString(A)+"="+this.encodeQueryString(S))}),encodeURI(E.join("&")).replace(/#/g,"%23")}encodeQueryString(e){return encodeURIComponent(e).replace(/%20/g,"+")}parse(e){var r;let o=e.split("?"),a=this.fromURLSearchParams(o.slice(1).join("?")),i=o[0].split("/search/")[1];return i==null?a:{...a,scope:(r=this.scopeMapping[i])!==null&&r!==void 0?r:a.scope}}fromURLSearchParams(e){var r,o,a,i,s,c;try{e=decodeURI(e).replace(/%23/g,"#")}catch(R){console.warn("Could not decode search request query params, fallback on raw value",R)}let d=new URLSearchParams(e),u=d.get($.LOCALE)==="all"?void 0:d.get($.LOCALE),m=((r=d.get($.VIRTUAL_FIELD))!==null&&r!==void 0?r:"EVERYWHERE").toUpperCase(),h=(o=d.get($.SORT))===null||o===void 0?void 0:o.toLowerCase(),y=(a=d.get($.SCOPE))!==null&&a!==void 0?a:"default",b=+((i=d.get($.PER_PAGE))!==null&&i!==void 0?i:this.defaultPerPage),x=d.get($.KEYWORD_MATCH),C=x?x.toUpperCase()===xr.MANDATORY?xr.MANDATORY:xr.OPTIONAL:void 0,O={};for(let R of d.keys())z1(R)||(O[R]=d.get(R));return{contentLocale:u??(this.allLanguagesAllowed?void 0:this.defaultContentLocale),query:(s=d.get($.QUERY))!==null&&s!==void 0?s:"",scope:(c=this.scopeMapping[y])!==null&&c!==void 0?c:"DEFAULT",virtualField:x1(m)?m:"EVERYWHERE",sortId:h,metadataFilters:this.parseCompatFilters(d),facets:[],paging:{page:1,perPage:Nt(1,isNaN(b)?this.defaultPerPage:b,1e3)},keywordMatch:C,otherQueryParams:O}}parseCompatFilters(e){var r,o,a,i,s,c;let d=[];return e.has($.FILTERS)&&(d=this.parseValueFilters((r=e.get($.FILTERS))!==null&&r!==void 0?r:"")),(o=e.has($.PERIOD))!==null&&o!==void 0&&o&&(d=[...d,...this.parseLegacyPeriodFilter(((a=e.get($.PERIOD))!==null&&a!==void 0?a:"").toUpperCase())]),[...d,...this.parseValueFilters((i=e.get($.VALUE_FILTERS))!==null&&i!==void 0?i:""),...this.parseDateFilters((s=e.get($.DATE_FILTERS))!==null&&s!==void 0?s:""),...this.parseRangeFilters((c=e.get($.RANGE_FILTERS))!==null&&c!==void 0?c:"")]}splitUnknownFilter(e){return this.superEscapeFilters(e).split("*").map(r=>r.split("~"))}parseValueFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(r=>({key:r[0],valueFilter:{values:r[1].split("_").map(P1).map(o=>this.unescapeFilterValue(o)),negative:!1}}))}parseDateFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(r=>({key:r[0],dateFilter:{type:Sr[r[1].toUpperCase()]}}))}parseRangeFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(r=>({key:r[0],rangeFilter:{from:r[1].split("_")[0],to:r[1].split("_")[1]}}))}escapeFilters(e){for(let[r,o,a]of this.filtersEscapeMapping)e=e.replaceAll(r,o);return e}superEscapeFilters(e){for(let[r,o,a]of this.filtersEscapeMapping)e=e.replaceAll(o,a);return e}unescapeFilterValue(e){for(let[r,o,a]of this.filtersEscapeMapping)e=e.replace(a,r);return e}parseLegacyPeriodFilter(e){if(S1(e))return[{key:"ft:lastEdition",dateFilter:{type:Sr[e]}}];if(e.startsWith("CUSTOM_")){let[r,o,a]=e.split("_");return[{key:"ft:lastEdition",rangeFilter:{from:o,to:a}}]}return[]}static clearSearchParamsInUrl(e){let r=new URL(e);return[$.LOCALE,$.FILTERS,$.VALUE_FILTERS,$.DATE_FILTERS,$.RANGE_FILTERS].forEach(a=>{r.searchParams.delete(a)}),r.toString()}static updateLocaleParamInUrl(e,r){let o=new URL(e);return o.searchParams.delete($.LOCALE),r!==void 0&&o.searchParams.append($.LOCALE,r),o.toString()}};var ji={};G(ji,{toFtFormComponent:()=>Wi});var Gi=Symbol("elementInternals"),Wi=le(Symbol("toFtFormComponent"),function(t){class e extends t{static get formAssociated(){return!0}get form(){return this[Gi].form}constructor(...o){super(o),this[Gi]=this.attachInternals()}setFormValue(o){this[Gi].setFormValue(o)}}return e});var Vi={};G(Vi,{DateFormatter:()=>Wt});var Wt=class{static format(e,r,o,a,i){return window.moment?window.moment(e).locale(r).format(this.getMomentDateFormat(o,a,!!i)):this.getIntlDateTime(e,r,o,a,!!i)}static getMomentDateFormat(e,r,o){return o?"LT":e?r?"lll":"ll":r?"L LT":"L"}static getIntlDateTime(e,r,o,a,i){let s=typeof e=="string"?new Date(e):e,c=new Intl.DateTimeFormat(r,{dateStyle:o?"medium":"short"}).format(s),d=new Intl.DateTimeFormat(r,{timeStyle:"short"}).format(s);return i?d:a?`${c} ${d}`:c}static getTimezoneAsString(){let e=o=>String(Math.floor(o)).padStart(2,"0"),r=new Date().getTimezoneOffset();return`${r<0?"+":"-"}${e(Math.abs(r)/60)}:${e(Math.abs(r)%60)}`}};var Zi={};G(Zi,{ALL_KEYS_VALUE:()=>Ki,SameWindowStorageEvent:()=>Er});var Ki="__all__",Er=class extends CustomEvent{constructor(e,r,o){super("same-window-storage",{detail:{key:e,oldValue:r,newValue:o}})}keyMatch(e){return this.detail.key.includes(e)||this.detail.key==Ki}};Storage.prototype.setItem=new Proxy(Storage.prototype.setItem,{apply(t,e,r){let o=e.getItem(r[0]);Reflect.apply(t,e,r),window.dispatchEvent(new Er(r[0],o,r[1]))}});Storage.prototype.removeItem=new Proxy(Storage.prototype.removeItem,{apply(t,e,r){let o=e.getItem(r[0]);Reflect.apply(t,e,r),window.dispatchEvent(new Er(r[0],o))}});Storage.prototype.clear=new Proxy(Storage.prototype.clear,{apply(t,e,r){Reflect.apply(t,e,r),window.dispatchEvent(new Er(Ki))}});var Yi={};G(Yi,{FocusMainContentEvent:()=>qi});var qi=class extends Event{constructor(){super("ft-focus-main-content",{composed:!0,bubbles:!0})}};var D1={};window.FluidTopicsA11yHints={isKeyboardNavigation:!1,lastPressedKey:""};function sf(t){(t.key==="Enter"||t.key===" "||t.key==="Tab")&&(window.FluidTopicsA11yHints.isKeyboardNavigation=!0),window.FluidTopicsA11yHints.lastPressedKey=t.key}function cf(t){window.FluidTopicsA11yHints.isKeyboardNavigation=t.detail==0}document.addEventListener("keydown",sf);document.addEventListener("click",cf);var U1=z`
48
+ .sr-only {
49
+ position:absolute;
50
+ left:-10000px;
51
+ top:auto;
52
+ width:1px;
53
+ height:1px;
54
+ overflow:hidden;
55
+ }
56
+
57
+ #skip a {
58
+ position:absolute;
59
+ left:-10000px;
60
+ top:auto;
61
+ width:1px;
62
+ height:1px;
63
+ overflow:hidden;
64
+ }
65
+
66
+ #skip a:focus {
67
+ position:static;
68
+ width:auto;
69
+ height:auto;
70
+ }
71
+ `;var Xi={};G(Xi,{withAriaNotification:()=>df});var lf={checkVisibility:!0},df=le(Symbol("withAriaNotification"),function(t){class e extends t{sendAriaNotification(o,a){let{checkVisibility:i}={...lf,...a};setTimeout(()=>{(!i||this.checkVisibility())&&(o=typeof o=="string"?o:o?.message,o&&this.dispatchEvent(new ro({type:"aria",message:o})))},20)}}return e});var Ji={};G(Ji,{withConditionalVisibility:()=>uf});var F1=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i};function uf(t){class e extends t{constructor(){super(...arguments),this.forceVisible=!1,this.isVisible=!0,this.isElementWithConditionalVisibility=!0}calculateStyles(o,a){if(o){let i=document.createElement("style");i.classList.add("conditional-visibility-style"),i.innerHTML=a,this.shadowRoot.append(i)}}hideIfNecessary(){let o=!(this.forceVisible||this.isVisible);this.calculateStyles(o,":host { display: none !important; }")}highlightIfForceVisible(){this.calculateStyles(this.forceVisible,":host { box-shadow: 0px 0px 0px 8px rgba(227,119,59,0.4) inset; }")}willUpdate(o){super.willUpdate(o),this.updateComplete.then(()=>{this.shadowRoot.querySelectorAll(".conditional-visibility-style").forEach(a=>a.remove()),this.hideIfNecessary(),this.highlightIfForceVisible()})}}return F1([L({type:Boolean,attribute:!1})],e.prototype,"forceVisible",void 0),F1([te()],e.prototype,"isVisible",void 0),e}function Qi(t,e){return e.map(r=>r(t)).filter(r=>r!==!0).map(r=>r)}function B1(t,e,r){return t?e(t):r?.(t)}var de=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},jt;(function(t){t.blur="blur",t.blurWithStatusResolutionOnInput="blurWithStatusResolutionOnInput",t.input="input"})(jt||(jt={}));var Vt;(function(t){t.default="default",t.warning="warning",t.error="error"})(Vt||(Vt={}));var es=class extends CustomEvent{constructor(e){super("input-validated",{detail:{level:e}})}},g9=le(Symbol("toFtInput"),function(t){class e extends t{constructor(){super(...arguments),this.warningRules=[],this.errorRules=[],this.validateOn=jt.input,this.validateAtRender=!1,this.label="",this.hideLabel=!1,this.name="",this.disabled=!1,this.errorMessages=[],this.warningMessages=[],this.status=Vt.default,this.focused=!1,this.additionalWarningRules=[],this.additionalErrorRules=[]}connectedCallback(){super.connectedCallback(),this.validateAtRender&&this.triggerValidation()}onBlur(){this.focused=!1,(this.validateOn===jt.blur||this.validateOn===jt.blurWithStatusResolutionOnInput)&&this.triggerValidation()}onFocus(){this.focused=!0}onInput(){(this.status!==Vt.default&&this.validateOn===jt.blurWithStatusResolutionOnInput||this.validateOn===jt.input)&&this.triggerValidation()}triggerValidation(){this.errorMessages=Qi(this.value,[...this.errorRules,...this.additionalErrorRules]),this.warningMessages=Qi(this.value,[...this.warningRules,...this.additionalWarningRules]),this.status=this.resolveStatus(),this.dispatchEvent(new es(this.status))}get messagesForScreenReaderElementId(){return"sr-helper-text-list"}renderMessagesForScreenReader(){return V`
72
+ <ul aria-live="polite" id="${this.messagesForScreenReaderElementId}"
73
+ style="position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;list-style:none;">
74
+ ${jo(this.errorMessages,o=>V`
75
+ <li>${o}</li>
76
+ `)}
77
+ ${jo(this.warningMessages,o=>V`
78
+ <li>${o}</li>
79
+ `)}
80
+ ${B1(!this.errorMessages.length&&!this.warningMessages.length&&this.helperText,()=>V`
81
+ <li>${this.helperText}</li>
82
+ `)}
83
+ </ul>
84
+ `}resolveStatus(){return this.forceStatus?this.forceStatus:this.errorMessages.length?Vt.error:this.warningMessages.length?Vt.warning:Vt.default}}return de([L()],e.prototype,"warningRules",void 0),de([L()],e.prototype,"errorRules",void 0),de([L()],e.prototype,"validateOn",void 0),de([L({type:Boolean})],e.prototype,"validateAtRender",void 0),de([L()],e.prototype,"label",void 0),de([L({type:Boolean})],e.prototype,"hideLabel",void 0),de([L()],e.prototype,"name",void 0),de([L({type:Boolean})],e.prototype,"disabled",void 0),de([L()],e.prototype,"helperText",void 0),de([L()],e.prototype,"forceStatus",void 0),de([L({reflect:!0})],e.prototype,"value",void 0),de([te()],e.prototype,"errorMessages",void 0),de([te()],e.prototype,"warningMessages",void 0),de([te()],e.prototype,"status",void 0),de([te()],e.prototype,"focused",void 0),de([te()],e.prototype,"additionalWarningRules",void 0),de([te()],e.prototype,"additionalErrorRules",void 0),e});var vo=(t,e)=>{let r=t._$AN;if(r===void 0)return!1;for(let o of r)o._$AO?.(e,!1),vo(o,e);return!0},fn=t=>{let e,r;do{if((e=t._$AM)===void 0)break;r=e._$AN,r.delete(t),t=e}while(r?.size===0)},$1=t=>{for(let e;e=t._$AM;t=e){let r=e._$AN;if(r===void 0)e._$AN=r=new Set;else if(r.has(t))break;r.add(t),hf(e)}};function ff(t){this._$AN!==void 0?(fn(this),this._$AM=t,$1(this)):this._$AM=t}function pf(t,e=!1,r=0){let o=this._$AH,a=this._$AN;if(a!==void 0&&a.size!==0)if(e)if(Array.isArray(o))for(let i=r;i<o.length;i++)vo(o[i],!1),fn(o[i]);else o!=null&&(vo(o,!1),fn(o));else vo(this,t)}var hf=t=>{t.type==Ge.CHILD&&(t._$AP??=pf,t._$AQ??=ff)},Ar=class extends we{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,r,o){super._$AT(e,r,o),$1(this),this.isConnected=e._$AU}_$AO(e,r=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),r&&(vo(this,e),fn(this))}setValue(e){if(xc(this._$Ct))this._$Ct._$AI(e,this);else{let r=[...this._$Ct._$AH];r[this._$Ci]=e,this._$Ct._$AI(r,this,0)}}disconnected(){}reconnected(){}};var ts=class extends Ar{get element(){var e;return(e=this.part)===null||e===void 0?void 0:e.element}constructor(e){super(e),this.onFirstTrapFocus=async r=>{if(!this.element||!r.relatedTarget)return;let o=r.relatedTarget;this.isInsideElement(o,this.element)?await this.focusLastDescendant(this.element):await this.focusFirstDescendant(this.element)},this.onLastTrapFocus=async r=>{if(!this.element||!r.relatedTarget)return;let o=r.relatedTarget;this.isInsideElement(o,this.element)?await this.focusFirstDescendant(this.element):await this.focusLastDescendant(this.element)}}render(){return ie}update(e){return this.part=e,this.ensureFocusTrap(e.element),ie}reconnected(){var e;this.ensureFocusTrap((e=this.part)===null||e===void 0?void 0:e.element)}disconnected(){this.removeFocusTrap()}ensureFocusTrap(e){var r,o;this.isElementTrappable(e)&&(((r=this.firstTrap)===null||r===void 0?void 0:r.parentElement)===e&&((o=this.lastTrap)===null||o===void 0?void 0:o.parentElement)===e||(this.removeFocusTrap(),this.createFocusTrap(e)))}removeFocusTrap(){var e,r,o,a;(e=this.firstTrap)===null||e===void 0||e.removeEventListener("focus",this.onFirstTrapFocus),(r=this.lastTrap)===null||r===void 0||r.removeEventListener("focus",this.onLastTrapFocus),(o=this.firstTrap)===null||o===void 0||o.remove(),(a=this.lastTrap)===null||a===void 0||a.remove(),this.firstTrap=void 0,this.lastTrap=void 0}isElementTrappable(e){return!!e&&e instanceof HTMLElement&&e.childElementCount>0}createFocusTrap(e){this.firstTrap=this.createTrap(),this.lastTrap=this.createTrap(),e.insertBefore(this.firstTrap,e.firstChild),e.appendChild(this.lastTrap),this.lastTrap.addEventListener("focus",this.onLastTrapFocus),this.firstTrap.addEventListener("focus",this.onFirstTrapFocus)}createTrap(){let e=document.createElement("div");return e.tabIndex=0,e}getChildren(e){return e instanceof HTMLSlotElement?e.assignedElements():e.shadowRoot?e.shadowRoot.children:e.children}async focusFirstDescendant(e){await this.updateCompleteIfNecessary(e);let r=this.getChildren(e);for(let o=0;o<r.length;o++){let a=r[o];if(a instanceof HTMLElement&&(this.attemptFocus(a)||await this.focusFirstDescendant(a)))return!0}return!1}async focusLastDescendant(e){await this.updateCompleteIfNecessary(e);let r=this.getChildren(e);for(let o=r.length-1;o>=0;o--){let a=r[o];if(a instanceof HTMLElement&&(this.attemptFocus(a)||await this.focusLastDescendant(a)))return!0}return!1}async updateCompleteIfNecessary(e){e instanceof Re&&await e.updateComplete}isInsideElement(e,r){for(let o=e;o;o=o.parentNode){if(o===r)return!0;o instanceof ShadowRoot?o=o.host:o.assignedSlot&&(o=o.assignedSlot)}return!1}attemptFocus(e){return e===this.firstTrap||e===this.lastTrap||!this.isFocusable(e)?!1:(e.focus(),!0)}isFocusable(e){return!e.checkVisibility()||this.isElementDisabled(e)?!1:e instanceof HTMLAnchorElement?!!e.href&&e.rel!=="ignore":e instanceof HTMLInputElement?e.type!=="hidden":e.tabIndex>=0}isElementDisabled(e){return"disabled"in e&&!!e.disabled}},I9=Se(ts);var H1;(function(t){t.sm="sm",t.md="md",t.lg="lg",t.xl="xl"})(H1||(H1={}));var mf={sm:640,md:768,lg:1024,xl:1280},rs=class extends Ar{constructor(e){super(e),this.size=0,this.onResize=()=>{let r=window.innerWidth;this.size!==r&&(this.size=r,this.lastArgs&&this.setValue(this.render(...this.lastArgs)))},this.size=window.innerWidth,window.addEventListener("resize",this.onResize)}disconnected(){window.removeEventListener("resize",this.onResize)}reconnected(){window.addEventListener("resize",this.onResize)}update(e,[r,o,a]){return this.lastArgs=[r,o,a],this.render(r,o,a)}render(e,r,o){let a=this.resolveThreshold(e),i=o??(()=>Z);return this.size>a?r():i()}resolveThreshold(e){return typeof e=="number"?e:mf[e]}},U9=Se(rs);var os,ns,as,is,ss=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((as=(ns=(os=window.safari)===null||os===void 0?void 0:os.pushNotification)===null||ns===void 0?void 0:ns.toString())!==null&&as!==void 0?as:"")==="[object SafariRemoteNotification]",gf="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(is=window.ftGlobals)!==null&&is!==void 0?is:{lit:Xn,litDecorators:Qn,litRepeat:ea,litClassMap:ta,litStyleMap:ra,litUnsafeHTML:na,wcUtils:{...ha,...ia,...va,...Vi,...xa,...sa,...Fa,...pa,...ei,...Yi,...D1,...Bi,...ti,...Ua,...si,...ji,...ai,...Xi,...Ji,...pl,...da,...di,...Ba,...fi,...U1,...ml,...pi,...Di,...Zi,...ri,...ni,...Hi,...ga,isSafari:ss,isTouchScreen:gf,setVariable:w}};var G1=z``;var W1=n.extend("--ft-ripple-color","",se.colorContent),M={color:W1,backgroundColor:n.extend("--ft-ripple-background-color","",W1),opacityContentOnSurfacePressed:n.external(se.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:n.external(se.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:n.external(se.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:n.external(se.opacityContentOnSurfaceSelected,"Design system"),borderRadius:n.create("--ft-ripple-border-radius","","SIZE","0px")},j1=n.extend("--ft-ripple-color","",se.colorPrimary),V1={color:j1,backgroundColor:n.extend("--ft-ripple-background-color","",j1)},K1=n.extend("--ft-ripple-color","",se.colorSecondary),Z1={color:K1,backgroundColor:n.extend("--ft-ripple-background-color","",K1)},q1=z`
85
+ :host {
86
+ display: contents;
87
+ }
88
+
89
+ .ft-ripple {
90
+ position: absolute;
91
+ inset: 0;
92
+ pointer-events: none;
93
+ }
94
+
95
+ .ft-ripple:not(.ft-ripple--unbounded) {
96
+ overflow: hidden;
97
+ border-radius: ${M.borderRadius};
98
+ }
99
+
100
+ .ft-ripple .ft-ripple--background,
101
+ .ft-ripple .ft-ripple--effect {
102
+ position: absolute;
103
+ opacity: 0;
104
+ }
105
+
106
+ .ft-ripple .ft-ripple--effect {
107
+ aspect-ratio: 1;
108
+ width: auto;
109
+ height: auto;
110
+ min-width: 170%;
111
+ min-height: 170%;
112
+ }
113
+
114
+ .ft-ripple .ft-ripple--background{
115
+ width: 100%;
116
+ height: 100%;
117
+ }
118
+
119
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--effect,
120
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--background {
121
+ aspect-ratio: 1;
122
+ width: auto;
123
+ height: auto;
124
+ max-width: unset;
125
+ max-height: unset;
126
+ min-width: 100%;
127
+ min-height: 100%;
128
+ }
129
+
130
+ .ft-ripple .ft-ripple--background {
131
+ background-color: ${M.backgroundColor};
132
+ }
133
+
134
+ .ft-ripple .ft-ripple--effect {
135
+ background-color: ${M.color};
136
+ }
137
+
138
+ .ft-ripple.ft-ripple--secondary .ft-ripple--background {
139
+ background-color: ${Z1.backgroundColor};
140
+ }
141
+
142
+ .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
143
+ background-color: ${Z1.color};
144
+ }
145
+
146
+ .ft-ripple.ft-ripple--primary .ft-ripple--background {
147
+ background-color: ${V1.backgroundColor};
148
+ }
149
+
150
+ .ft-ripple.ft-ripple--primary .ft-ripple--effect {
151
+ background-color: ${V1.color};
152
+ }
153
+
154
+ .ft-ripple .ft-ripple--background {
155
+ top: 0;
156
+ left: 0;
157
+ transition: opacity 75ms linear;
158
+ }
159
+
160
+ .ft-ripple .ft-ripple--effect,
161
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--background {
162
+ border-radius: 50%;
163
+ }
164
+
165
+ .ft-ripple .ft-ripple--effect {
166
+ transform: translate(-50%, -50%) scale(0.15);
167
+ transition: transform 300ms ease, opacity 75ms linear;
168
+ }
169
+
170
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--effect,
171
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--background {
172
+ left: 50%;
173
+ top: 50%;
174
+ }
175
+
176
+ .ft-ripple.ft-ripple--unbounded .ft-ripple--background {
177
+ transform: translate(-50%, -50%);
178
+ }
179
+
180
+ .ft-ripple.ft-ripple--hovered .ft-ripple--background {
181
+ opacity: ${M.opacityContentOnSurfaceHover};
182
+ }
183
+
184
+ .ft-ripple.ft-ripple--selected .ft-ripple--background {
185
+ opacity: ${M.opacityContentOnSurfaceSelected};
186
+ }
187
+
188
+ .ft-ripple.ft-ripple--focused .ft-ripple--background {
189
+ opacity: ${M.opacityContentOnSurfaceFocused};
190
+ }
191
+
192
+ .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
193
+ opacity: ${M.opacityContentOnSurfacePressed};
194
+ transform: translate(-50%, -50%) scale(1);
195
+ }
196
+ `;var oe={color:n.extend("--ft-loader-color","",se.colorPrimary),size:n.create("--ft-loader-size","","SIZE","80px")},Y1=z`
197
+ :host {
198
+ line-height: 0;
199
+ }
200
+
201
+ .ft-loader {
202
+ display: inline-block;
203
+ position: relative;
204
+
205
+ width: ${oe.size};
206
+ height: ${oe.size};
207
+ }
208
+
209
+ .ft-loader div {
210
+ position: absolute;
211
+ top: 37.5%;
212
+ width: 25%;
213
+ height: 25%;
214
+ border-radius: 50%;
215
+ background: ${oe.color};
216
+ animation-timing-function: cubic-bezier(0, 1, 1, 0);
217
+ }
218
+
219
+ .ft-loader div:nth-child(1) {
220
+ left: 2.5%;
221
+ animation: appear 0.6s infinite;
222
+ }
223
+
224
+ .ft-loader div:nth-child(2) {
225
+ left: 2.5%;
226
+ animation: move 0.6s infinite;
227
+ }
228
+
229
+ .ft-loader div:nth-child(3) {
230
+ left: 37.5%;
231
+ animation: move 0.6s infinite;
232
+ }
233
+
234
+ .ft-loader div:nth-child(4) {
235
+ left: 72.5%;
236
+ animation: disappear 0.6s infinite;
237
+ }
238
+
239
+ @keyframes appear {
240
+ 0% {
241
+ transform: scale(0);
242
+ }
243
+ 100% {
244
+ transform: scale(1);
245
+ }
246
+ }
247
+
248
+ @keyframes disappear {
249
+ 0% {
250
+ transform: scale(1);
251
+ }
252
+ 100% {
253
+ transform: scale(0);
254
+ }
255
+ }
256
+
257
+ @keyframes move {
258
+ 0% {
259
+ transform: translate(0, 0);
260
+ }
261
+ 100% {
262
+ transform: translate(calc(0.35 * ${oe.size}), 0);
263
+ }
264
+ }
265
+ `;var Lr={size:n.create("--ftds-icon-font-size","","SIZE","24px")},X1=[z`
266
+ :host {
267
+ display: inline-flex;
268
+ }
269
+
270
+ .ftds-icon {
271
+ display: inline-flex;
272
+ }
273
+
274
+ svg {
275
+ height: ${Lr.size};
276
+ }
277
+
278
+ .ftds-icon--monospace svg {
279
+ width: ${Lr.size};
280
+ }
281
+ `,uo];var yf={...v,iconOnlyScale:n.create("--ftds-button-icon-only-scale","","NUMBER","1")},J1=[z`
282
+ :host {
283
+ display: inline-block;
284
+ max-width: 100%;
285
+ pointer-events: none;
286
+ }
287
+
288
+ /** Remove default button styles **/
289
+
290
+ .ftds-button {
291
+ box-shadow: 0 0 0 transparent;
292
+ border: 0 solid transparent;
293
+ text-shadow: 0 0 0 transparent;
294
+ text-decoration: none;
295
+ }
296
+
297
+ .ftds-button:hover {
298
+ box-shadow: 0 0 0 transparent;
299
+ text-shadow: 0 0 0 transparent;
300
+ }
301
+
302
+ .ftds-button:active {
303
+ outline: none;
304
+ }
305
+
306
+ .ftds-button:focus {
307
+ outline: 0;
308
+ }
309
+
310
+ /** Base styles **/
311
+
312
+ .ftds-button {
313
+ position: relative;
314
+ display: flex;
315
+ justify-content: center;
316
+ align-items: center;
317
+ width: 100%;
318
+ overflow: hidden;
319
+ box-sizing: border-box;
320
+ pointer-events: auto;
321
+ }
322
+
323
+ .ftds-button:not([disabled]):hover {
324
+ cursor: pointer;
325
+ }
326
+
327
+ .ftds-button:focus {
328
+ outline: none;
329
+ }
330
+
331
+ .ftds-button:focus-visible {
332
+ outline-color: ${v.focusFocusRingColor};
333
+ outline-style: solid;
334
+ }
335
+
336
+ ftds-icon {
337
+ flex-shrink: 0;
338
+ position: relative;
339
+ }
340
+
341
+ .ftds-button:not(.ftds-button--trailing-icon) ftds-icon,
342
+ .ftds-button:not(.ftds-button--trailing-icon) ft-loader {
343
+ order: -1;
344
+ }
345
+
346
+ .ftds-button--label {
347
+ position: relative;
348
+ overflow: hidden;
349
+ white-space: nowrap;
350
+ text-overflow: ellipsis;
351
+ display: block;
352
+ }
353
+
354
+ .ftds-button--label[hidden] {
355
+ display: none;
356
+ }
357
+
358
+ .ftds-button.ftds-button--icon-only {
359
+ padding: unset;
360
+ border-radius: 50%;
361
+ }
362
+
363
+ .ftds-button.ftds-button--icon-only ftds-icon {
364
+ transform: scale(${yf.iconOnlyScale});
365
+ }
366
+
367
+ /** Brand Primary styles **/
368
+
369
+ .ftds--family-brand.ftds-button--primary {
370
+ ${w(oe.color,v.primaryBrandIconColor)};
371
+
372
+ ${w(M.color,v.primaryBrandStateLayerColor)};
373
+ ${w(M.opacityContentOnSurfaceHover,v.primaryBrandHoverStateLayerOpacity)};
374
+ ${w(M.opacityContentOnSurfaceFocused,v.primaryBrandFocusStateLayerOpacity)};
375
+ ${w(M.opacityContentOnSurfaceSelected,v.primaryBrandActiveStateLayerOpacity)};
376
+ ${w(M.opacityContentOnSurfacePressed,v.primaryBrandActiveStateLayerOpacity)};
377
+
378
+ background-color: ${v.primaryBrandBackgroundColor};
379
+ color: ${v.primaryBrandColor};
380
+ border-style: none;
381
+ }
382
+
383
+ .ftds--family-brand.ftds-button--primary[disabled] {
384
+ opacity: ${v.primaryBrandDisabledComponentOpacity};
385
+ }
386
+
387
+ .ftds--family-brand.ftds-button--primary ftds-icon {
388
+ color: ${v.primaryBrandIconColor};
389
+ }
390
+
391
+ /** Brand Secondary styles **/
392
+
393
+ .ftds--family-brand.ftds-button--secondary {
394
+ ${w(oe.color,v.secondaryBrandIconColor)};
395
+
396
+ ${w(M.color,v.secondaryBrandStateLayerColor)};
397
+ ${w(M.opacityContentOnSurfaceHover,v.secondaryBrandHoverStateLayerOpacity)};
398
+ ${w(M.opacityContentOnSurfaceFocused,v.secondaryBrandFocusStateLayerOpacity)};
399
+ ${w(M.opacityContentOnSurfaceSelected,v.secondaryBrandActiveStateLayerOpacity)};
400
+ ${w(M.opacityContentOnSurfacePressed,v.secondaryBrandActiveStateLayerOpacity)};
401
+
402
+ background-color: ${v.secondaryBrandBackgroundColor};
403
+ color: ${v.secondaryBrandColor};
404
+ border-color: ${v.secondaryBrandBorderColor};
405
+ border-style: solid;
406
+ }
407
+
408
+ .ftds--family-brand.ftds-button--secondary[disabled] {
409
+ opacity: ${v.secondaryBrandDisabledComponentOpacity};
410
+ }
411
+
412
+ .ftds--family-brand.ftds-button--secondary ftds-icon {
413
+ color: ${v.secondaryBrandIconColor};
414
+ }
415
+
416
+ /** Brand Tertiary styles **/
417
+
418
+ .ftds--family-brand.ftds-button--tertiary {
419
+ ${w(oe.color,v.tertiaryBrandIconColor)};
420
+
421
+ ${w(M.color,v.tertiaryBrandStateLayerColor)};
422
+ ${w(M.opacityContentOnSurfaceHover,v.tertiaryBrandHoverStateLayerOpacity)};
423
+ ${w(M.opacityContentOnSurfaceFocused,v.tertiaryBrandFocusStateLayerOpacity)};
424
+ ${w(M.opacityContentOnSurfaceSelected,v.tertiaryBrandActiveStateLayerOpacity)};
425
+ ${w(M.opacityContentOnSurfacePressed,v.tertiaryBrandActiveStateLayerOpacity)};
426
+
427
+ background-color: ${v.tertiaryBrandBackgroundColor};
428
+ color: ${v.tertiaryBrandColor};
429
+ border-style: none;
430
+ }
431
+
432
+ .ftds--family-brand.ftds-button--tertiary[disabled] {
433
+ opacity: ${v.tertiaryBrandDisabledComponentOpacity};
434
+ }
435
+
436
+ .ftds--family-brand.ftds-button--tertiary ftds-icon {
437
+ color: ${v.tertiaryBrandIconColor};
438
+ }
439
+
440
+ /** Neutral Secondary styles **/
441
+
442
+ .ftds--family-neutral.ftds-button--secondary {
443
+ ${w(oe.color,v.secondaryNeutralIconColor)};
444
+
445
+ ${w(M.backgroundColor,v.secondaryNeutralStateLayerColor)};
446
+ ${w(M.opacityContentOnSurfaceHover,v.secondaryNeutralHoverStateLayerOpacity)};
447
+ ${w(M.opacityContentOnSurfaceFocused,v.secondaryNeutralFocusStateLayerOpacity)};
448
+ ${w(M.opacityContentOnSurfaceSelected,v.secondaryNeutralActiveStateLayerOpacity)};
449
+ ${w(M.opacityContentOnSurfacePressed,v.secondaryNeutralActiveStateLayerOpacity)};
450
+
451
+ background-color: ${v.secondaryNeutralBackgroundColor};
452
+ color: ${v.secondaryNeutralColor};
453
+ border-color: ${v.secondaryNeutralBorderColor};
454
+ border-style: solid;
455
+ }
456
+
457
+ .ftds--family-neutral.ftds-button--secondary[disabled] {
458
+ opacity: ${v.secondaryNeutralDisabledComponentOpacity};
459
+ }
460
+
461
+ .ftds--family-neutral.ftds-button--secondary ftds-icon {
462
+ color: ${v.secondaryNeutralIconColor};
463
+ }
464
+
465
+ /** Neutral Tertiary styles **/
466
+
467
+ .ftds--family-neutral.ftds-button--tertiary {
468
+ ${w(oe.color,v.tertiaryNeutralIconColor)};
469
+
470
+ ${w(M.backgroundColor,v.tertiaryNeutralStateLayerColor)};
471
+ ${w(M.opacityContentOnSurfaceHover,v.tertiaryNeutralHoverStateLayerOpacity)};
472
+ ${w(M.opacityContentOnSurfaceFocused,v.tertiaryNeutralFocusStateLayerOpacity)};
473
+ ${w(M.opacityContentOnSurfaceSelected,v.tertiaryNeutralActiveStateLayerOpacity)};
474
+ ${w(M.opacityContentOnSurfacePressed,v.tertiaryNeutralActiveStateLayerOpacity)};
475
+
476
+ background-color: ${v.tertiaryNeutralBackgroundColor};
477
+ color: ${v.tertiaryNeutralColor};
478
+ border-style: none;
479
+ }
480
+
481
+ .ftds--family-neutral.ftds-button--tertiary[disabled] {
482
+ opacity: ${v.tertiaryNeutralDisabledComponentOpacity};
483
+ }
484
+
485
+ .ftds--family-neutral.ftds-button--tertiary ftds-icon {
486
+ color: ${v.tertiaryNeutralIconColor};
487
+ }
488
+
489
+ /** Info Secondary styles **/
490
+
491
+ .ftds--family-info.ftds-button--secondary {
492
+ ${w(oe.color,v.secondaryInfoIconColor)};
493
+
494
+ ${w(M.backgroundColor,v.secondaryInfoStateLayerColor)};
495
+ ${w(M.opacityContentOnSurfaceHover,v.secondaryInfoHoverStateLayerOpacity)};
496
+ ${w(M.opacityContentOnSurfaceFocused,v.secondaryInfoFocusStateLayerOpacity)};
497
+ ${w(M.opacityContentOnSurfaceSelected,v.secondaryInfoActiveStateLayerOpacity)};
498
+ ${w(M.opacityContentOnSurfacePressed,v.secondaryInfoActiveStateLayerOpacity)};
499
+
500
+ background-color: ${v.secondaryInfoBackgroundColor};
501
+ color: ${v.secondaryInfoColor};
502
+ border-color: ${v.secondaryInfoBorderColor};
503
+ border-style: solid;
504
+ }
505
+
506
+ .ftds--family-info.ftds-button--secondary[disabled] {
507
+ opacity: ${v.secondaryInfoDisabledComponentOpacity};
508
+ }
509
+
510
+ .ftds--family-info.ftds-button--secondary ftds-icon {
511
+ color: ${v.secondaryInfoIconColor};
512
+ }
513
+
514
+ /** Info Tertiary styles **/
515
+
516
+ .ftds--family-info.ftds-button--tertiary {
517
+ ${w(oe.color,v.tertiaryInfoIconColor)};
518
+
519
+ ${w(M.backgroundColor,v.tertiaryInfoStateLayerColor)};
520
+ ${w(M.opacityContentOnSurfaceHover,v.tertiaryInfoHoverStateLayerOpacity)};
521
+ ${w(M.opacityContentOnSurfaceFocused,v.tertiaryInfoFocusStateLayerOpacity)};
522
+ ${w(M.opacityContentOnSurfaceSelected,v.tertiaryInfoActiveStateLayerOpacity)};
523
+ ${w(M.opacityContentOnSurfacePressed,v.tertiaryInfoActiveStateLayerOpacity)};
524
+
525
+ background-color: ${v.tertiaryInfoBackgroundColor};
526
+ color: ${v.tertiaryInfoColor};
527
+ border-style: none;
528
+ }
529
+
530
+ .ftds--family-info.ftds-button--tertiary[disabled] {
531
+ opacity: ${v.tertiaryInfoDisabledComponentOpacity};
532
+ }
533
+
534
+ .ftds--family-info.ftds-button--tertiary ftds-icon {
535
+ color: ${v.tertiaryInfoIconColor};
536
+ }
537
+
538
+ /** Success Secondary styles **/
539
+
540
+ .ftds--family-success.ftds-button--secondary {
541
+ ${w(oe.color,v.secondarySuccessIconColor)};
542
+
543
+ ${w(M.backgroundColor,v.secondarySuccessStateLayerColor)};
544
+ ${w(M.opacityContentOnSurfaceHover,v.secondarySuccessHoverStateLayerOpacity)};
545
+ ${w(M.opacityContentOnSurfaceFocused,v.secondarySuccessFocusStateLayerOpacity)};
546
+ ${w(M.opacityContentOnSurfaceSelected,v.secondarySuccessActiveStateLayerOpacity)};
547
+ ${w(M.opacityContentOnSurfacePressed,v.secondarySuccessActiveStateLayerOpacity)};
548
+
549
+ background-color: ${v.secondarySuccessBackgroundColor};
550
+ color: ${v.secondarySuccessColor};
551
+ border-color: ${v.secondarySuccessBorderColor};
552
+ border-style: solid;
553
+ }
554
+
555
+ .ftds--family-success.ftds-button--secondary[disabled] {
556
+ opacity: ${v.secondarySuccessDisabledComponentOpacity};
557
+ }
558
+
559
+ .ftds--family-success.ftds-button--secondary ftds-icon {
560
+ color: ${v.secondarySuccessIconColor};
561
+ }
562
+
563
+ /** Success Tertiary styles **/
564
+
565
+ .ftds--family-success.ftds-button--tertiary {
566
+ ${w(oe.color,v.tertiarySuccessIconColor)};
567
+
568
+ ${w(M.backgroundColor,v.tertiarySuccessStateLayerColor)};
569
+ ${w(M.opacityContentOnSurfaceHover,v.tertiarySuccessHoverStateLayerOpacity)};
570
+ ${w(M.opacityContentOnSurfaceFocused,v.tertiarySuccessFocusStateLayerOpacity)};
571
+ ${w(M.opacityContentOnSurfaceSelected,v.tertiarySuccessActiveStateLayerOpacity)};
572
+ ${w(M.opacityContentOnSurfacePressed,v.tertiarySuccessActiveStateLayerOpacity)};
573
+
574
+ background-color: ${v.tertiarySuccessBackgroundColor};
575
+ color: ${v.tertiarySuccessColor};
576
+ border-style: none;
577
+ }
578
+
579
+ .ftds--family-success.ftds-button--tertiary[disabled] {
580
+ opacity: ${v.tertiarySuccessDisabledComponentOpacity};
581
+ }
582
+
583
+ .ftds--family-success.ftds-button--tertiary ftds-icon {
584
+ color: ${v.tertiarySuccessIconColor};
585
+ }
586
+
587
+ /** Warning Secondary styles **/
588
+
589
+ .ftds--family-warning.ftds-button--secondary {
590
+ ${w(oe.color,v.secondaryWarningIconColor)};
591
+
592
+ ${w(M.backgroundColor,v.secondaryWarningStateLayerColor)};
593
+ ${w(M.opacityContentOnSurfaceHover,v.secondaryWarningHoverStateLayerOpacity)};
594
+ ${w(M.opacityContentOnSurfaceFocused,v.secondaryWarningFocusStateLayerOpacity)};
595
+ ${w(M.opacityContentOnSurfaceSelected,v.secondaryWarningActiveStateLayerOpacity)};
596
+ ${w(M.opacityContentOnSurfacePressed,v.secondaryWarningActiveStateLayerOpacity)};
597
+
598
+ background-color: ${v.secondaryWarningBackgroundColor};
599
+ color: ${v.secondaryWarningColor};
600
+ border-color: ${v.secondaryWarningBorderColor};
601
+ border-style: solid;
602
+ }
603
+
604
+ .ftds--family-warning.ftds-button--secondary[disabled] {
605
+ opacity: ${v.secondaryWarningDisabledComponentOpacity};
606
+ }
607
+
608
+ .ftds--family-warning.ftds-button--secondary ftds-icon {
609
+ color: ${v.secondaryWarningIconColor};
610
+ }
611
+
612
+ /** Warning Tertiary styles **/
613
+
614
+ .ftds--family-warning.ftds-button--tertiary {
615
+ ${w(oe.color,v.tertiaryWarningIconColor)};
616
+
617
+ ${w(M.backgroundColor,v.tertiaryWarningStateLayerColor)};
618
+ ${w(M.opacityContentOnSurfaceHover,v.tertiaryWarningHoverStateLayerOpacity)};
619
+ ${w(M.opacityContentOnSurfaceFocused,v.tertiaryWarningFocusStateLayerOpacity)};
620
+ ${w(M.opacityContentOnSurfaceSelected,v.tertiaryWarningActiveStateLayerOpacity)};
621
+ ${w(M.opacityContentOnSurfacePressed,v.tertiaryWarningActiveStateLayerOpacity)};
622
+
623
+ background-color: ${v.tertiaryWarningBackgroundColor};
624
+ color: ${v.tertiaryWarningColor};
625
+ border-style: none;
626
+ }
627
+
628
+ .ftds--family-warning.ftds-button--tertiary[disabled] {
629
+ opacity: ${v.tertiaryWarningDisabledComponentOpacity};
630
+ }
631
+
632
+ .ftds--family-warning.ftds-button--tertiary ftds-icon {
633
+ color: ${v.tertiaryWarningIconColor};
634
+ }
635
+
636
+ /** Error Secondary styles **/
637
+
638
+ .ftds--family-error.ftds-button--secondary {
639
+ ${w(oe.color,v.secondaryErrorIconColor)};
640
+
641
+ ${w(M.backgroundColor,v.secondaryErrorStateLayerColor)};
642
+ ${w(M.opacityContentOnSurfaceHover,v.secondaryErrorHoverStateLayerOpacity)};
643
+ ${w(M.opacityContentOnSurfaceFocused,v.secondaryErrorFocusStateLayerOpacity)};
644
+ ${w(M.opacityContentOnSurfaceSelected,v.secondaryErrorActiveStateLayerOpacity)};
645
+ ${w(M.opacityContentOnSurfacePressed,v.secondaryErrorActiveStateLayerOpacity)};
646
+
647
+ background-color: ${v.secondaryErrorBackgroundColor};
648
+ color: ${v.secondaryErrorColor};
649
+ border-color: ${v.secondaryErrorBorderColor};
650
+ border-style: solid;
651
+ }
652
+
653
+ .ftds--family-error.ftds-button--secondary[disabled] {
654
+ opacity: ${v.secondaryErrorDisabledComponentOpacity};
655
+ }
656
+
657
+ .ftds--family-error.ftds-button--secondary ftds-icon {
658
+ color: ${v.secondaryErrorIconColor};
659
+ }
660
+
661
+ /** Error Tertiary styles **/
662
+
663
+ .ftds--family-error.ftds-button--tertiary {
664
+ ${w(oe.color,v.tertiaryErrorIconColor)};
665
+
666
+ ${w(M.backgroundColor,v.tertiaryErrorStateLayerColor)};
667
+ ${w(M.opacityContentOnSurfaceHover,v.tertiaryErrorHoverStateLayerOpacity)};
668
+ ${w(M.opacityContentOnSurfaceFocused,v.tertiaryErrorFocusStateLayerOpacity)};
669
+ ${w(M.opacityContentOnSurfaceSelected,v.tertiaryErrorActiveStateLayerOpacity)};
670
+ ${w(M.opacityContentOnSurfacePressed,v.tertiaryErrorActiveStateLayerOpacity)};
671
+
672
+ background-color: ${v.tertiaryErrorBackgroundColor};
673
+ color: ${v.tertiaryErrorColor};
674
+ border-style: none;
675
+ }
676
+
677
+ .ftds--family-error.ftds-button--tertiary[disabled] {
678
+ opacity: ${v.tertiaryErrorDisabledComponentOpacity};
679
+ }
680
+
681
+ .ftds--family-error.ftds-button--tertiary ftds-icon {
682
+ color: ${v.tertiaryErrorIconColor};
683
+ }
684
+
685
+ /** Large styles **/
686
+
687
+ .ftds--size-large {
688
+ ${w(Lr.size,v.largeIconSize)};
689
+ ${w(oe.size,v.largeIconSize)};
690
+
691
+ height: ${v.largeHeight};
692
+ padding: 0 ${v.largeHorizontalPadding};
693
+ gap: ${v.largeGap};
694
+ border-radius: ${v.largeBorderRadius};
695
+ border-width: ${v.largeBorderWidth};
696
+ }
697
+
698
+ .ftds--size-large:focus-visible {
699
+ outline-width: ${v.largeFocusOutlineWidth};
700
+ outline-offset: ${v.largeFocusOutlineOffset};
701
+ }
702
+
703
+ .ftds--size-large.ftds-button--icon-only {
704
+ width: ${v.largeIconOnlyWidth};
705
+ }
706
+
707
+ /** Small styles **/
708
+
709
+ .ftds--size-medium {
710
+ ${w(Lr.size,v.mediumIconSize)};
711
+ ${w(oe.size,v.mediumIconSize)};
712
+
713
+ height: ${v.mediumHeight};
714
+ padding: 0 ${v.mediumHorizontalPadding};
715
+ gap: ${v.mediumGap};
716
+ border-radius: ${v.mediumBorderRadius};
717
+ border-width: ${v.mediumBorderWidth};
718
+ }
719
+
720
+ .ftds--size-medium:focus-visible {
721
+ outline-width: ${v.mediumFocusOutlineWidth};
722
+ outline-offset: ${v.mediumFocusOutlineOffset};
723
+ }
724
+
725
+ .ftds--size-medium.ftds-button--icon-only {
726
+ width: ${v.mediumIconOnlyWidth};
727
+ }
728
+
729
+
730
+ /** Small styles **/
731
+
732
+ .ftds--size-small {
733
+ ${w(Lr.size,v.smallIconSize)};
734
+ ${w(oe.size,v.smallIconSize)};
735
+
736
+ height: ${v.smallHeight};
737
+ padding: 0 ${v.smallHorizontalPadding};
738
+ gap: ${v.smallGap};
739
+ border-radius: ${v.smallBorderRadius};
740
+ border-width: ${v.smallBorderWidth};
741
+ }
742
+
743
+ .ftds--size-small:focus-visible {
744
+ outline-width: ${v.smallFocusOutlineWidth};
745
+ outline-offset: ${v.smallFocusOutlineOffset};
746
+ }
747
+
748
+ .ftds--size-small.ftds-button--icon-only {
749
+ width: ${v.smallIconOnlyWidth};
750
+ }
751
+ `,uo];var Kt=class extends K{render(){return V`
752
+ <div class="ft-loader">
753
+ <div></div>
754
+ <div></div>
755
+ <div></div>
756
+ <div></div>
757
+ </div>
758
+ `}};Kt.styles=Y1;var Q1={"ft-loader":Kt};re(Q1);var ve=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},Q=class extends K{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new ge(1e3),this.onTransitionStart=e=>{e.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=e=>{e.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new ge(10),this.moveRipple=e=>{var r,o;let{x:a,y:i}=this.getCoordinates(e),s=(o=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&o!==void 0?o:{x:0,y:0,width:0,height:0};this.originX=Math.round(a!=null?a-s.x:s.width/2),this.originY=Math.round(i!=null?i-s.y:s.height/2)},this.startPress=e=>{this.moveRipple(e),this.pressed=!this.isIgnored(e)},this.endPress=()=>{this.pressed=!1},this.startHover=e=>{this.hovered=!this.isIgnored(e)},this.endHover=()=>{this.hovered=!1},this.startFocus=e=>{this.focused=this.isFocusVisible(e?.target)&&!this.isIgnored(e)},this.endFocus=()=>{this.focused=!1}}render(){let e={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return V`
759
+ <style>
760
+ .ft-ripple .ft-ripple--effect {
761
+ left: ${this.originX}px;
762
+ top: ${this.originY}px;
763
+ }
764
+ </style>
765
+ <div class="${ut(e)}">
766
+ <div class="ft-ripple--background"></div>
767
+ <div class="ft-ripple--effect"></div>
768
+ </div>
769
+ `}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var r,o;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(o=this.target)===null||o===void 0||o.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var e,r;let o=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;o&&this.setupFor((r=this.target)!==null&&r!==void 0?r:o)}forceFocusUpdate(){var e;!((e=this.target)===null||e===void 0)&&e.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let r=(...c)=>d=>{c.forEach(u=>window.addEventListener(u,this.endPress,{once:!0})),this.startPress(d)},o=r("mouseup","contextmenu"),a=r("touchend","touchcancel"),i=c=>{["Enter"," "].includes(c.key)&&r("keyup")(c)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",o,s),e.addEventListener("touchstart",a,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",i,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",o,s),e.removeEventListener("touchstart",a,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",i,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let r=e,o=e,a,i;return r.x!=null?{x:a,y:i}=r:o.touches!=null&&(a=o.touches[0].clientX,i=o.touches[0].clientY),{x:a,y:i}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let r of e.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};Q.elementDefinitions={};Q.styles=q1;ve([L({type:Boolean})],Q.prototype,"primary",void 0);ve([L({type:Boolean})],Q.prototype,"secondary",void 0);ve([L({type:Boolean})],Q.prototype,"unbounded",void 0);ve([L({type:Boolean})],Q.prototype,"activated",void 0);ve([L({type:Boolean})],Q.prototype,"selected",void 0);ve([L({type:Boolean})],Q.prototype,"disabled",void 0);ve([te()],Q.prototype,"hovered",void 0);ve([te()],Q.prototype,"focused",void 0);ve([te()],Q.prototype,"pressed",void 0);ve([te()],Q.prototype,"rippling",void 0);ve([te()],Q.prototype,"originX",void 0);ve([te()],Q.prototype,"originY",void 0);ve([he(".ft-ripple")],Q.prototype,"ripple",void 0);ve([he(".ft-ripple--effect")],Q.prototype,"rippleEffect",void 0);var e2={"ft-ripple":Q};re(e2);var r2=Symbol.for(""),bf=t=>{if(t?.r===r2)return t?._$litStatic$},Or=t=>({_$litStatic$:t,r:r2});var t2=new Map,cs=t=>(e,...r)=>{let o=r.length,a,i,s=[],c=[],d,u=0,m=!1;for(;u<o;){for(d=e[u];u<o&&(i=r[u],(a=bf(i))!==void 0);)d+=a+e[++u],m=!0;u!==o&&c.push(i),s.push(d),u++}if(u===o&&s.push(e[o]),m){let h=s.join("$$lit$$");(e=t2.get(h))===void 0&&(s.raw=s,t2.set(h,e=s)),r=c}return t(e,...r)},Rr=cs(V),Lv=cs(Vn),Ov=cs(Kn);var wr;(function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button"})(wr||(wr={}));var o2=n.extend("--ft-typography-font-family","",se.titleFont),rt=n.extend("--ft-typography-font-family","",se.contentFont),P={fontFamily:rt,fontSize:n.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:n.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:n.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:n.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:n.create("--ft-typography-text-transform","","UNKNOWN","inherit")},_r={fontFamily:n.extend("--ft-typography-title-font-family","",o2),fontSize:n.extend("--ft-typography-title-font-size","",P.fontSize,"20px"),fontWeight:n.extend("--ft-typography-title-font-weight","",P.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-title-letter-spacing","",P.letterSpacing,"0.15px"),lineHeight:n.extend("--ft-typography-title-line-height","",P.lineHeight,"1.2"),textTransform:n.extend("--ft-typography-title-text-transform","",P.textTransform,"inherit")},Nr={fontFamily:n.extend("--ft-typography-title-dense-font-family","",o2),fontSize:n.extend("--ft-typography-title-dense-font-size","",P.fontSize,"14px"),fontWeight:n.extend("--ft-typography-title-dense-font-weight","",P.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-title-dense-letter-spacing","",P.letterSpacing,"0.105px"),lineHeight:n.extend("--ft-typography-title-dense-line-height","",P.lineHeight,"1.7"),textTransform:n.extend("--ft-typography-title-dense-text-transform","",P.textTransform,"inherit")},Mr={fontFamily:n.extend("--ft-typography-subtitle1-font-family","",rt),fontSize:n.extend("--ft-typography-subtitle1-font-size","",P.fontSize,"16px"),fontWeight:n.extend("--ft-typography-subtitle1-font-weight","",P.fontWeight,"600"),letterSpacing:n.extend("--ft-typography-subtitle1-letter-spacing","",P.letterSpacing,"0.144px"),lineHeight:n.extend("--ft-typography-subtitle1-line-height","",P.lineHeight,"1.5"),textTransform:n.extend("--ft-typography-subtitle1-text-transform","",P.textTransform,"inherit")},Tr={fontFamily:n.extend("--ft-typography-subtitle2-font-family","",rt),fontSize:n.extend("--ft-typography-subtitle2-font-size","",P.fontSize,"14px"),fontWeight:n.extend("--ft-typography-subtitle2-font-weight","",P.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-subtitle2-letter-spacing","",P.letterSpacing,"0.098px"),lineHeight:n.extend("--ft-typography-subtitle2-line-height","",P.lineHeight,"1.7"),textTransform:n.extend("--ft-typography-subtitle2-text-transform","",P.textTransform,"inherit")},kr={fontFamily:n.extend("--ft-typography-body1-font-family","",rt),fontSize:n.extend("--ft-typography-body1-font-size","",P.fontSize,"16px"),fontWeight:n.extend("--ft-typography-body1-font-weight","",P.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-body1-letter-spacing","",P.letterSpacing,"0.496px"),lineHeight:n.extend("--ft-typography-body1-line-height","",P.lineHeight,"1.5"),textTransform:n.extend("--ft-typography-body1-text-transform","",P.textTransform,"inherit")},Ir={fontFamily:n.extend("--ft-typography-body2-font-family","",rt),fontSize:n.extend("--ft-typography-body2-font-size","",P.fontSize,"14px"),fontWeight:n.extend("--ft-typography-body2-font-weight","",P.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-body2-letter-spacing","",P.letterSpacing,"0.252px"),lineHeight:n.extend("--ft-typography-body2-line-height","",P.lineHeight,"1.4"),textTransform:n.extend("--ft-typography-body2-text-transform","",P.textTransform,"inherit")},Pr={fontFamily:n.extend("--ft-typography-caption-font-family","",rt),fontSize:n.extend("--ft-typography-caption-font-size","",P.fontSize,"12px"),fontWeight:n.extend("--ft-typography-caption-font-weight","",P.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-caption-letter-spacing","",P.letterSpacing,"0.396px"),lineHeight:n.extend("--ft-typography-caption-line-height","",P.lineHeight,"1.33"),textTransform:n.extend("--ft-typography-caption-text-transform","",P.textTransform,"inherit")},zr={fontFamily:n.extend("--ft-typography-breadcrumb-font-family","",rt),fontSize:n.extend("--ft-typography-breadcrumb-font-size","",P.fontSize,"10px"),fontWeight:n.extend("--ft-typography-breadcrumb-font-weight","",P.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-breadcrumb-letter-spacing","",P.letterSpacing,"0.33px"),lineHeight:n.extend("--ft-typography-breadcrumb-line-height","",P.lineHeight,"1.6"),textTransform:n.extend("--ft-typography-breadcrumb-text-transform","",P.textTransform,"inherit")},Dr={fontFamily:n.extend("--ft-typography-overline-font-family","",rt),fontSize:n.extend("--ft-typography-overline-font-size","",P.fontSize,"10px"),fontWeight:n.extend("--ft-typography-overline-font-weight","",P.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-overline-letter-spacing","",P.letterSpacing,"1.5px"),lineHeight:n.extend("--ft-typography-overline-line-height","",P.lineHeight,"1.6"),textTransform:n.extend("--ft-typography-overline-text-transform","",P.textTransform,"uppercase")},Ur={fontFamily:n.extend("--ft-typography-button-font-family","",rt),fontSize:n.extend("--ft-typography-button-font-size","",P.fontSize,"14px"),fontWeight:n.extend("--ft-typography-button-font-weight","",P.fontWeight,"600"),letterSpacing:n.extend("--ft-typography-button-letter-spacing","",P.letterSpacing,"1.246px"),lineHeight:n.extend("--ft-typography-button-line-height","",P.lineHeight,"1.15"),textTransform:n.extend("--ft-typography-button-text-transform","",P.textTransform,"uppercase")},n2=z`
770
+ .ft-typography--title {
771
+ font-family: ${_r.fontFamily};
772
+ font-size: ${_r.fontSize};
773
+ font-weight: ${_r.fontWeight};
774
+ letter-spacing: ${_r.letterSpacing};
775
+ line-height: ${_r.lineHeight};
776
+ text-transform: ${_r.textTransform};
777
+ }
778
+ `,a2=z`
779
+ .ft-typography--title-dense {
780
+ font-family: ${Nr.fontFamily};
781
+ font-size: ${Nr.fontSize};
782
+ font-weight: ${Nr.fontWeight};
783
+ letter-spacing: ${Nr.letterSpacing};
784
+ line-height: ${Nr.lineHeight};
785
+ text-transform: ${Nr.textTransform};
786
+ }
787
+ `,i2=z`
788
+ .ft-typography--subtitle1 {
789
+ font-family: ${Mr.fontFamily};
790
+ font-size: ${Mr.fontSize};
791
+ font-weight: ${Mr.fontWeight};
792
+ letter-spacing: ${Mr.letterSpacing};
793
+ line-height: ${Mr.lineHeight};
794
+ text-transform: ${Mr.textTransform};
795
+ }
796
+ `,s2=z`
797
+ .ft-typography--subtitle2 {
798
+ font-family: ${Tr.fontFamily};
799
+ font-size: ${Tr.fontSize};
800
+ font-weight: ${Tr.fontWeight};
801
+ letter-spacing: ${Tr.letterSpacing};
802
+ line-height: ${Tr.lineHeight};
803
+ text-transform: ${Tr.textTransform};
804
+ }
805
+
806
+ `,c2=z`
807
+ .ft-typography--body1 {
808
+ font-family: ${kr.fontFamily};
809
+ font-size: ${kr.fontSize};
810
+ font-weight: ${kr.fontWeight};
811
+ letter-spacing: ${kr.letterSpacing};
812
+ line-height: ${kr.lineHeight};
813
+ text-transform: ${kr.textTransform};
814
+ }
815
+ `,l2=z`
816
+ .ft-typography--body2 {
817
+ font-family: ${Ir.fontFamily};
818
+ font-size: ${Ir.fontSize};
819
+ font-weight: ${Ir.fontWeight};
820
+ letter-spacing: ${Ir.letterSpacing};
821
+ line-height: ${Ir.lineHeight};
822
+ text-transform: ${Ir.textTransform};
823
+ }
824
+ `,d2=z`
825
+ .ft-typography--caption {
826
+ font-family: ${Pr.fontFamily};
827
+ font-size: ${Pr.fontSize};
828
+ font-weight: ${Pr.fontWeight};
829
+ letter-spacing: ${Pr.letterSpacing};
830
+ line-height: ${Pr.lineHeight};
831
+ text-transform: ${Pr.textTransform};
832
+ }
833
+ `,u2=z`
834
+ .ft-typography--breadcrumb {
835
+ font-family: ${zr.fontFamily};
836
+ font-size: ${zr.fontSize};
837
+ font-weight: ${zr.fontWeight};
838
+ letter-spacing: ${zr.letterSpacing};
839
+ line-height: ${zr.lineHeight};
840
+ text-transform: ${zr.textTransform};
841
+ }
842
+ `,f2=z`
843
+ .ft-typography--overline {
844
+ font-family: ${Dr.fontFamily};
845
+ font-size: ${Dr.fontSize};
846
+ font-weight: ${Dr.fontWeight};
847
+ letter-spacing: ${Dr.letterSpacing};
848
+ line-height: ${Dr.lineHeight};
849
+ text-transform: ${Dr.textTransform};
850
+ }
851
+ `,p2=z`
852
+ .ft-typography--button {
853
+ font-family: ${Ur.fontFamily};
854
+ font-size: ${Ur.fontSize};
855
+ font-weight: ${Ur.fontWeight};
856
+ letter-spacing: ${Ur.letterSpacing};
857
+ line-height: ${Ur.lineHeight};
858
+ text-transform: ${Ur.textTransform};
859
+ }
860
+ `,h2=z`
861
+ .ft-typography {
862
+ vertical-align: inherit;
863
+ }
864
+ `;var m2=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},ot=class extends K{constructor(){super(...arguments),this.variant=wr.body1}render(){return this.element?Rr`
865
+ <${Or(this.element)}
866
+ part="text"
867
+ class="ft-typography ft-typography--${this.variant}">
868
+ <slot></slot>
869
+ </${Or(this.element)}>
870
+ `:Rr`
871
+ <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
872
+ `}};ot.styles=[n2,a2,i2,s2,c2,l2,d2,u2,f2,p2,h2];m2([L()],ot.prototype,"element",void 0);m2([L()],ot.prototype,"variant",void 0);var g2={"ft-typography":ot};re(g2);var xo={distance:n.create("--ft-tooltip-distance","","SIZE","4px"),color:n.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:n.create("--ft-tooltip-background-color","","COLOR","#666666"),borderRadiusS:n.extend("--ft-tooltip-border-radius","",se.borderRadiusS),maxWidth:n.create("--ft-tooltip-max-width","","SIZE","150px")},y2=z`
873
+ .ft-tooltip--container {
874
+ display: block;
875
+ }
876
+
877
+ .ft-tooltip--inline {
878
+ display: inline-block;
879
+ max-width: 100%;
880
+ }
881
+
882
+ .ft-tooltip {
883
+ inset: 0;
884
+ margin: 0;
885
+ border: none;
886
+ background: transparent;
887
+ box-sizing: border-box;
888
+ overflow: hidden;
889
+ width: max-content;
890
+ max-width: ${xo.maxWidth};
891
+ text-align: center;
892
+ padding: ${xo.distance};
893
+ }
894
+
895
+ .ft-tooltip--content {
896
+ padding: 4px 8px;
897
+ border-radius: ${xo.borderRadiusS};
898
+ background-color: ${xo.backgroundColor};
899
+ color: ${xo.color};
900
+ position: relative;
901
+ word-break: break-word;
902
+ }
903
+ `;var vf="ft-app-info",Fr=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};Fr.eventName="authentication-change";var So=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};So.eventName="ui-locale-changed";var xf={session:(t,e)=>{Ee(t.session,e.payload)||(t.session=e.payload,setTimeout(()=>B.dispatchEvent(new Fr(e.payload)),0))}},B=Gt.get({name:vf,reducers:xf,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,apiIntegrationAppVersion:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],availableContentLocales:[],defaultLocales:void 0,searchInAllLanguagesAllowed:!1,searchLanguageSetsUiLanguage:!1,uiLanguageSetsSearchLanguage:!1,uiLanguageSetsReaderLanguage:!1,metadataConfiguration:void 0,privacyPolicyConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1,authenticationRequired:!1}});var pn=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},ax=le(Symbol("withDateFormat"),function(t){class e extends t{constructor(...o){super(o),this.useLongDateFormat=!1,this.useDateTimeFormat=!1,this.metadataDescriptors=[],this.uiLocale="en-US",this.addStore(B)}dateFormatOptionsChanged(o){return o.has("metadataDescriptors")||o.has("useLongDateFormat")||o.has("useDateTimeFormat")||o.has("uiLocale")}getDateFormatter(o){var a,i;return((i=(a=this.metadataDescriptors.find(c=>c.key===o))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1)?c=>Wt.format(c,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return pn([L({type:Boolean})],e.prototype,"useLongDateFormat",void 0),pn([L({type:Boolean})],e.prototype,"useDateTimeFormat",void 0),pn([pr({store:B.name,selector:r=>{var o,a;return(a=(o=r.metadataConfiguration)===null||o===void 0?void 0:o.descriptors)!==null&&a!==void 0?a:[]}})],e.prototype,"metadataDescriptors",void 0),pn([pr({store:B.name})],e.prototype,"uiLocale",void 0),e});var Zt=class t{static get(e){let{baseUrl:r,apiIntegrationIdentifier:o}=B.getState(),a=e??o;if(r&&a&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,a,!0)}static await(e){return new Promise(r=>{let o=t.get(e);if(o)r(o);else{let a=B.subscribe(()=>{o=t.get(e),o&&(a(),r(o))})}})}};var Br=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:Zt.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):Zt.await()}};var Le=class extends Br{constructor(e=!0,r){var o;super(r),this.sortObjectFields=(i,s)=>typeof s!="object"||s==null||Array.isArray(s)?s:Object.fromEntries(Object.entries(s).sort(([c],[d])=>c.localeCompare(d)));let a=this.constructor;a.commonCache=(o=a.commonCache)!==null&&o!==void 0?o:new We,this.cache=e?a.commonCache:new We}clearCache(){this.cache.clearAll()}hash(e){return String(Array.from(JSON.stringify(e,this.sortObjectFields)).reduce((r,o)=>0|31*r+o.charCodeAt(0),0))}};var hn=class extends Le{async listMySearches(){let{session:e}=B.getState();return I1(e,ne.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),300*1e3):[]}};var mn=class extends Le{async listMyBookmarks(){let e=B.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),300*1e3):[]}};var gn=class extends Le{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetCount(e){if(this.isAuthenticated())return this.cache.get(`user-asset-count-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/${e}`),this.CACHE_DURATION)}async getUserBookmarkCountByMap(e){if(this.isAuthenticated())return this.cache.get(`user-bookmark-count-by-map-${e}`,async()=>(await this.awaitApi).get(`/internal/api/webapp/user/assets/count/BOOKMARKS/${e}`),this.CACHE_DURATION)}isAuthenticated(){let e=B.getState().session;return!!e?.sessionAuthenticated}};var yn=class extends Le{constructor(){super(...arguments),this.CACHE_DURATION=180*1e3}async getUserAssetLabels(){return this.isAuthenticated()?this.cache.get("user-asset-labels",async()=>(await this.awaitApi).get("/internal/api/webapp/user/assets/labels"),this.CACHE_DURATION):[]}isAuthenticated(){let e=B.getState().session;return!!e?.sessionAuthenticated}};var Sf="ft-user-assets",Cf={setAssetCount:(t,e)=>{let{userAssetType:r,count:o}=e.payload.assetCount;t.assetCounts.allAsset[r]=o},clearAssetCount:t=>{Object.values(Te).forEach(e=>{t.assetCounts.allAsset[e]=void 0})},setBookmarkCountByMap:(t,e)=>{let r=e.payload.mapId;t.assetCounts.bookmarkByMap[r]=e.payload.count},clearBookmarkCountByMap:t=>{t.assetCounts.bookmarkByMap={}},addAsset:(t,e)=>{let{assetType:r,mapId:o,asset:a}=e.payload;ds(t,r,[...ls(t,r),a]),b2(t,r,1,o),v2(t,a)},editAsset:(t,e)=>{let{assetType:r,asset:o}=e.payload;ds(t,r,ls(t,r).map(a=>a.id===o.id?o:a)),v2(t,o)},removeAsset:(t,e)=>{let{assetType:r,mapId:o,assetId:a}=e.payload;ds(t,r,ls(t,r).filter(i=>i.id!==a)),b2(t,r,-1,o)}},x2={[Te.SEARCHES]:"savedSearches",[Te.BOOKMARKS]:"bookmarks",[Te.BOOKS]:void 0,[Te.COLLECTIONS]:void 0},ls=(t,e)=>{var r;let o=x2[e];return o?(r=t[o])!==null&&r!==void 0?r:[]:[]},ds=(t,e,r)=>{let o=x2[e];o&&(t[o]=r)},b2=(t,e,r,o)=>{let a=t.assetCounts.allAsset[e];if(a!==void 0&&(t.assetCounts.allAsset[e]=Math.max(0,a+r),e===Te.BOOKMARKS&&o)){let i=t.assetCounts.bookmarkByMap[o];t.assetCounts.bookmarkByMap[o]=Math.max(0,i+r)}},v2=(t,e)=>{let r=t.assetLabels.map(a=>a.title),o=e.labels.filter(a=>!r.includes(a)).map(a=>({title:a}));t.assetLabels.push(...o)},me=Gt.get({name:Sf,reducers:Cf,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(Te).map(t=>[t,void 0])),bookmarkByMap:{}},assetLabels:[]}}),us=class{constructor(e=new gn,r=new yn){this.assetCountsService=e,this.assetLabelsService=r,this.currentSession=B.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new mn,this.savedSearchesService=new hn,B.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:r}=B.getState();Ee((e=this.currentSession)===null||e===void 0?void 0:e.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks(),this.clearUserAssetCounts(),this.reloadAssetLabels())}clearUserAssetCounts(){this.assetCountsService.clearCache(),me.actions.clearAssetCount(),me.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),me.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),me.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();me.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let e=await this.assetLabelsService.getUserAssetLabels();me.actions.assetLabels(e)}async loadAssetCount(e){let r=await this.assetCountsService.getUserAssetCount(e);r&&me.getState().assetCounts.allAsset[e]!==r.count&&me.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(e){let r=await this.assetCountsService.getUserBookmarkCountByMap(e);r&&me.getState().assetCounts.bookmarkByMap[e]!==r.count&&me.actions.setBookmarkCountByMap({count:r.count,mapId:e})}async reloadAssetCount(e){this.assetCountsService.clearCache();let r=Object.keys(me.getState().assetCounts.bookmarkByMap).length!==0;e===Te.BOOKMARKS&&r&&me.actions.clearBookmarkCountByMap(),me.getState().assetCounts.allAsset[e]!==void 0&&await this.loadAssetCount(e)}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let r=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;me.actions.bookmarks(r)}}},Ef=new us;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=Ef);var fs=class{addCommand(e,r=!1){B.commands.add(e,r)}consumeCommand(e){return B.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new fs;var S2,$r=class extends CustomEvent{constructor(e){super("ft-i18n-context-loaded",{detail:e})}},Af=Symbol("clearAfterUnitTest"),bn=class extends Yo(Le){constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[S2]=()=>{this.defaultMessages={},this.cache=new We,this.listeners={}},this.currentUiLocale=B.getState().uiLocale,B.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=B.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let r=e.name.toLowerCase();this.cache.setFinal(r,e),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,r){var o;if(e=e.toLowerCase(),r&&Object.keys(r).length>0){let a={...(o=this.defaultMessages[e])!==null&&o!==void 0?o:{},...r};Ee(this.defaultMessages[e],a)||(this.defaultMessages[e]=a,await this.notify(e))}return this.fetchContext(e)}resolveContext(e){var r,o;return this.fetchContext(e),(o=(r=this.cache.getNow(e))===null||r===void 0?void 0:r.messages)!==null&&o!==void 0?o:{}}resolveRawMessage(e,r){let o=e.toLowerCase();return this.resolveContext(o)[r]}resolveMessage(e,r,...o){var a;let i=e.toLowerCase(),s=this.resolveContext(i);return new fo((a=this.defaultMessages[i])!==null&&a!==void 0?a:{},s).resolve(r,...o)}async fetchContext(e){let r=!this.cache.has(e),o;try{o=await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),r&&await this.notify(e)}catch(a){!(a instanceof _t)&&r&&console.error(a)}return o}subscribe(e,r){var o;return e=e.toLowerCase(),this.listeners[e]=(o=this.listeners[e])!==null&&o!==void 0?o:new Set,this.listeners[e].add(r),()=>{var a;return(a=this.listeners[e])===null||a===void 0?void 0:a.delete(r)}}async notifyAll(){let e=Object.keys(this.listeners);document.body.dispatchEvent(new $r({loadedContexts:e})),this.dispatchEvent(new $r({loadedContexts:e})),await Promise.all(e.map(r=>this.notify(r,!1)))}async notify(e,r=!0){r&&(document.body.dispatchEvent(new $r({loadedContexts:[e]})),this.dispatchEvent(new $r({loadedContexts:[e]}))),this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(o=>Zo(0).then(()=>o()).catch(()=>null)))}};S2=Af;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends bn{constructor(){super(async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends bn{constructor(){super(async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e))}});var Co=window.FluidTopicsI18nService,ps=window.FluidTopicsCustomI18nService;var hs=class{highlightHtml(e,r,o){li(e,r,o)}};window.FluidTopicsHighlightHtmlService=new hs;var ms=class{isDate(e){var r,o,a,i;return(i=(a=((o=(r=B.getState().metadataConfiguration)===null||r===void 0?void 0:r.descriptors)!==null&&o!==void 0?o:[]).find(c=>c.key===e))===null||a===void 0?void 0:a.date)!==null&&i!==void 0?i:!1}format(e,r){var o,a,i,s;if(e==null)return"";try{return Wt.format(e,(o=r?.locale)!==null&&o!==void 0?o:B.getState().uiLocale,(a=r?.longFormat)!==null&&a!==void 0?a:!1,(i=r?.withTime)!==null&&i!==void 0?i:!1,(s=r?.onlyTime)!==null&&s!==void 0?s:!1)}catch(c){throw console.error(`Date ${JSON.stringify(e)} is not valid`,c),c}}};window.FluidTopicsDateService=new ms;var Eo=class{static get(e,r){var o,a;let i=B.getState(),{lang:s,region:c}=(a=(o=i.defaultLocales)===null||o===void 0?void 0:o.defaultContentLocale)!==null&&a!==void 0?a:{lang:"en",region:"US"};return new Cr(i.baseUrl,e??20,i.searchInAllLanguagesAllowed,r??`${s}-${c}`)}};var gs=class{urlToSearchRequest(e){return Eo.get().parse(e)}searchRequestToUrl(e){return Eo.get().serialize(e)}};window.FluidTopicsUrlService=new gs;var qt=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:{currentItem:e}})}};qt.eventName="change";var ys=class{itemName(e){return`fluid-topics-history-item-${e}`}get(e){let r=sessionStorage.getItem(this.itemName(e));return r?JSON.parse(r):void 0}set(e,r){sessionStorage.setItem(this.itemName(e),JSON.stringify(r))}},C2=new ys;var vn=class t extends Je{static build(){return new t(window.history,C2,()=>window.location,!1)}constructor(e,r,o,a){var i,s;super(),this.history=e,this.historyStorage=r,this.windowLocation=o,this.states=[],this.realPushState=e.pushState,this.realReplaceState=e.replaceState,this.initialIndex=(s=(i=e.state)===null||i===void 0?void 0:i.index)!==null&&s!==void 0?s:e.length-1,this.currentIndex=this.initialIndex,this.setCurrentState(this.buildCurrentState()),this.installProxies(),this.initEventListeners(),this.initData(a)}setCurrentState(e,r=!1){let o=r&&this.currentIndex===e.index-1;this.currentState={...this.buildCurrentState(),...e},this.currentIndex=this.currentState.index,this.states[this.currentIndex]=this.currentState,o&&(this.states=this.states.slice(0,this.currentIndex+1)),this.historyStorage.set(this.currentIndex,this.currentState),Ee(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new qt(this.currentItem())),0)}installProxies(){let e=r=>(o,a,[i,s,c])=>{let d=r(),u={...d===this.currentIndex?this.currentState:void 0,...i,index:d,href:typeof c=="string"?c:(c??this.windowLocation()).href};o.apply(a,[u,s,c]),this.setCurrentState(u,!0)};this.history.pushState=new Proxy(this.history.pushState,{apply:e(()=>this.currentIndex+1)}),this.history.replaceState=new Proxy(this.history.replaceState,{apply:e(()=>this.currentIndex)})}initEventListeners(){window.addEventListener("popstate",e=>this.setCurrentState(e.state)),document.querySelector("title")==null&&document.head.append(document.createElement("title")),new MutationObserver(()=>this.updateCurrentState({title:document.title})).observe(document.querySelector("title"),{subtree:!0,characterData:!0,childList:!0})}initData(e){for(let r=this.history.length-1;r>=0;r--)e?this.states[r]=this.historyStorage.get(r):setTimeout(()=>this.states[r]=this.historyStorage.get(r),this.history.length-r)}updateCurrentState(e){var r;let o={...this.buildCurrentState(),...e,index:this.currentIndex,title:(r=e?.title)!==null&&r!==void 0?r:this.currentState.title};this.setCurrentState(o)}addHistoryChangeListener(e){this.addEventListener(qt.eventName,e)}removeHistoryChangeListener(e){this.removeEventListener(qt.eventName,e)}currentItem(){return Pe(this.currentState)}back(){let e=this.previousDifferentMajorPosition();e>=0?this.history.go(e-this.currentIndex):this.currentIndex!==this.initialIndex?this.history.go(this.initialIndex-this.currentIndex):this.history.back()}backwardItem(){return Pe(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(e){let r=this.states.filter(o=>!!o).filter(o=>o.index<this.currentIndex).reverse();return Pe(r.find(o=>e(o)))}previousDifferentMajorPosition(){let e=this.currentIndex>0?this.currentIndex-1:0;for(;e>0&&!this.isDifferentMajorState(e);)e--;return e}forward(){let e=this.nextMajorPosition();e&&e<this.states.length?this.history.go(e-this.currentIndex):this.history.forward()}forwardItem(){let e=this.nextMajorPosition();if(e)return Pe(this.states[e])}nextMajorPosition(){let e=this.currentIndex;if(!(e>=this.states.length)){do e++;while(e<this.states.length&&!this.isDifferentMajorState(e));return this.getHigherPositionInTheSameState(e)}}getHigherPositionInTheSameState(e){var r;let o=(r=this.states[e])===null||r===void 0?void 0:r.majorStateId;if(!o)return e;let a=e,i=e+1;for(;this.states.length>i&&!this.isDifferentMajorState(i,o);)this.hasState(i)&&(a=i),i++;return a}buildCurrentState(){var e,r;return{...this.history.state,index:this.currentIndex,href:this.windowLocation().href,title:(r=(e=this.history.state)===null||e===void 0?void 0:e.title)!==null&&r!==void 0?r:document.title}}hasState(e){return this.states[e]!=null}isDifferentMajorState(e,r){var o;if(!this.hasState(e))return!1;let a=r??this.currentState.majorStateId,i=(o=this.states[e])===null||o===void 0?void 0:o.majorStateId;return i==null||i!=a}};window.FluidTopicsInternalHistoryService==null&&(window.FluidTopicsInternalHistoryService=vn.build(),window.FluidTopicsHistoryService={currentItem:()=>window.FluidTopicsInternalHistoryService.currentItem(),back:()=>window.FluidTopicsInternalHistoryService.back(),forward:()=>window.FluidTopicsInternalHistoryService.forward(),backwardItem:()=>window.FluidTopicsInternalHistoryService.backwardItem(),forwardItem:()=>window.FluidTopicsInternalHistoryService.forwardItem(),backwardItemMatching:t=>window.FluidTopicsInternalHistoryService.backwardItemMatching(t),addHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.addHistoryChangeListener(t),removeHistoryChangeListener:t=>window.FluidTopicsInternalHistoryService.removeHistoryChangeListener(t)});var E2=z`
904
+ `;function A2(t,e){let{authenticationRequired:r,session:o}=B.getState();return r&&!o?.sessionAuthenticated?Promise.resolve(e):t()}var xn=class extends Br{async updateUiLocale(e){return(await this.awaitApi).updateUiLocale(e)}};var bs=class t extends bo{static build(e){return new t(B,e)}constructor(e,r){super(),this.store=e,this.cache=new We,this.withManualResources=!0,this.localesConfiguration=null,this.userLocaleService=new xn,this.cleanSessionDebouncer=new ge,this.reloadDebouncer=new ge(500),this.apiProvider=r??(()=>Zt.get())}setWithManualResources(e){this.withManualResources=e,this.updateIfNeeded()}async initService(){this.store.addEventListener(Fr.eventName,this.reloadConfiguration)}async updateIfNeeded(){this.apiProvider()&&(this.withManualResources||(this.store.getState().session==null&&this.updateSession(),this.store.getState().metadataConfiguration==null&&this.updateMetadataConfiguration()),this.localesConfiguration==null&&this.updateLocalesConfiguration(),(this.store.getState().availableContentLocales==null||this.store.getState().availableContentLocales.length==0)&&this.updateAvailableContentLocales())}async updateSession(){let e=await this.cache.get("session",async()=>{let r=await this.apiProvider().getCurrentSession();return r.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.setSession(void 0)},r.idleTimeoutInMillis),r});this.setSession(e)}async updateMetadataConfiguration(){this.setMetadataConfiguration(await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration()))}async updateLocalesConfiguration(){this.setLocalesConfiguration(await this.cache.get("localesConfiguration",()=>this.apiProvider().getLocalesConfiguration()))}async updateAvailableContentLocales(){var e;let r=await this.cache.get("availableContentLocales",()=>A2(()=>this.apiProvider().getAvailableSearchLocales(),{contentLocales:[]}));this.setAvailableContentLocales((e=r.contentLocales)!==null&&e!==void 0?e:[])}reloadConfiguration(){var e;(e=this.cache)===null||e===void 0||e.clear("availableContentLocales"),typeof this.updateAvailableContentLocales=="function"&&this.updateAvailableContentLocales()}setBaseUrl(e){this.store.actions.baseUrl(e),window.fluidTopicsBaseUrl=e}setApiIntegrationIdentifier(e){this.store.actions.apiIntegrationIdentifier(e)}setApiIntegrationAppVersion(e){this.store.actions.apiIntegrationAppVersion(e)}setUiLocale(e){this.store.actions.uiLocale(e)}setLocalesConfiguration(e){var r,o,a,i,s;this.localesConfiguration=e,this.store.actions.defaultLocales(this.localesConfiguration.defaultLocales),this.store.actions.availableUiLocales((r=this.localesConfiguration.availableUiLocales)!==null&&r!==void 0?r:[]),this.store.actions.searchInAllLanguagesAllowed((o=this.localesConfiguration.allLanguagesAllowed)!==null&&o!==void 0?o:!1),this.store.actions.searchLanguageSetsUiLanguage((a=this.localesConfiguration.searchLanguageSetsUiLanguage)!==null&&a!==void 0?a:!1),this.store.actions.uiLanguageSetsSearchLanguage((i=this.localesConfiguration.uiLanguageSetsSearchLanguage)!==null&&i!==void 0?i:!1),this.store.actions.uiLanguageSetsReaderLanguage((s=this.localesConfiguration.uiLanguageSetsReaderLanguage)!==null&&s!==void 0?s:!1),setTimeout(()=>this.updateIfNeeded())}setAvailableContentLocales(e){this.store.actions.availableContentLocales(e),setTimeout(()=>this.updateIfNeeded())}stopReloadDebouncer(){this.reloadDebouncer.cancel()}requestUiLocaleUpdate(e){this.userLocaleService.updateUiLocale({uiLocale:e}).then(r=>{r.uiLocaleChanged&&(this.reloadDebouncer.run(()=>window.location.reload()),this.store.dispatchEvent(new So(r)))}).catch(()=>{})}setMetadataConfiguration(e){this.store.actions.metadataConfiguration(e),setTimeout(()=>this.updateIfNeeded())}setNoCustom(e){this.store.actions.noCustom(e)}setEditorMode(e){this.store.actions.editorMode(e)}setNoCustomComponent(e){this.store.actions.noCustomComponent(e)}setSession(e){this.store.actions.session(e),setTimeout(()=>this.updateIfNeeded())}setOpenExternalDocumentInNewTab(e){this.store.actions.openExternalDocumentInNewTab(e)}setNavigatorOnline(e){this.store.actions.navigatorOnline(e)}setForcedOffline(e){this.store.actions.forcedOffline(e)}setAuthenticationRequired(e){this.store.actions.authenticationRequired(e)}},L2=bs.build();var Yt=class extends Event{constructor(e,r,o,a){super("context-request",{bubbles:!0,composed:!0}),this.context=e,this.contextTarget=r,this.callback=o,this.subscribe=a??!1}};var Ao=class{constructor(){this.pendingContextRequests=new Map,this.onContextProvider=e=>{let r=this.pendingContextRequests.get(e.context);if(r===void 0)return;this.pendingContextRequests.delete(e.context);let{requests:o}=r;for(let{elementRef:a,callbackRef:i}of o){let s=a.deref(),c=i.deref();s===void 0||c===void 0||s.dispatchEvent(new Yt(e.context,s,c,!0))}},this.onContextRequest=e=>{if(e.subscribe!==!0)return;let r=e.contextTarget??e.composedPath()[0],o=e.callback,a=this.pendingContextRequests.get(e.context);a===void 0&&this.pendingContextRequests.set(e.context,a={callbacks:new WeakMap,requests:[]});let i=a.callbacks.get(r);i===void 0&&a.callbacks.set(r,i=new WeakSet),i.has(o)||(i.add(o),a.requests.push({elementRef:new WeakRef(r),callbackRef:new WeakRef(o)}))}}attach(e){e.addEventListener("context-request",this.onContextRequest),e.addEventListener("context-provider",this.onContextProvider)}detach(e){e.removeEventListener("context-request",this.onContextRequest),e.removeEventListener("context-provider",this.onContextProvider)}};var pe=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},ee=class extends Bt{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.apiIntegrationAppVersion="ft-integration-app-version",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.authenticationRequired=!1,this.messageContexts=[],this.stateManager=L2,this.contextRoot=new Ao}render(){return V`
905
+ <slot></slot>
906
+ `}connectedCallback(){super.connectedCallback(),this.stateManager.initService(),this.contextRoot.attach(document.body)}disconnectedCallback(){super.disconnectedCallback(),this.contextRoot.detach(document.body)}update(e){var r;super.update(e),e.has("baseUrl")&&this.stateManager.setBaseUrl(this.baseUrl),e.has("apiIntegrationIdentifier")&&this.stateManager.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("apiIntegrationAppVersion")&&this.stateManager.setApiIntegrationAppVersion(this.apiIntegrationAppVersion),e.has("uiLocale")&&this.stateManager.setUiLocale(this.uiLocale),e.has("metadataConfiguration")&&this.stateManager.setMetadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&this.stateManager.setNoCustom(this.noCustom),e.has("editorMode")&&this.stateManager.setEditorMode(this.editorMode),e.has("noCustomComponent")&&this.stateManager.setNoCustomComponent(this.noCustomComponent),e.has("session")&&this.stateManager.setSession(this.session),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(o=>Co.addContext(o)),e.has("openExternalDocumentInNewTab")&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&this.stateManager.setNavigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&this.stateManager.setForcedOffline(this.forcedOffline),e.has("authenticationRequired")&&this.stateManager.setAuthenticationRequired(this.authenticationRequired),e.has("withManualResources")&&((r=this.stateManager)===null||r===void 0||r.setWithManualResources(this.withManualResources)),setTimeout(()=>this.stateManager.updateIfNeeded())}};ee.elementDefinitions={};ee.styles=E2;pe([L()],ee.prototype,"baseUrl",void 0);pe([L()],ee.prototype,"apiIntegrationIdentifier",void 0);pe([L()],ee.prototype,"apiIntegrationAppVersion",void 0);pe([L()],ee.prototype,"uiLocale",void 0);pe([Ce(null)],ee.prototype,"availableUiLocales",void 0);pe([Ce(null)],ee.prototype,"metadataConfiguration",void 0);pe([L({type:Boolean})],ee.prototype,"editorMode",void 0);pe([L({type:Boolean})],ee.prototype,"noCustom",void 0);pe([L({type:Boolean})],ee.prototype,"openExternalDocumentInNewTab",void 0);pe([L({converter:{fromAttribute(t){return t==="false"?!1:t==="true"||(t??!1)}}})],ee.prototype,"noCustomComponent",void 0);pe([L({type:Boolean})],ee.prototype,"withManualResources",void 0);pe([L({type:Boolean})],ee.prototype,"navigatorOnline",void 0);pe([L({type:Boolean})],ee.prototype,"forcedOffline",void 0);pe([L({type:Boolean})],ee.prototype,"authenticationRequired",void 0);pe([Ce([])],ee.prototype,"messageContexts",void 0);pe([Ce(void 0)],ee.prototype,"session",void 0);var O2={"ft-app-context":ee};re(O2);var vs=class{fromLocalizableLabel(e){return e.type=="PLAIN_TEXT"?{message:e.text}:{key:e.key,custom:e.type=="LOCALIZED_CUSTOM",context:e.context,message:e.key}}fromAttribute(e){if(e!=null)try{return JSON.parse(e)}catch{if(this.isI18nKey(e)){let[r,o]=e.split(".");return{context:r,key:o,custom:r!=="officialContext",message:""}}return{message:e}}}toAttribute(e){if(e!=null)return JSON.stringify(e)}isI18nKey(e){return e.match(/^[\w-]+\.[\w-]+$/)}},Hr=new vs;var Rf=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},Oo=Symbol("i18nAttributes"),R2=Symbol("i18nListAttributes"),w2=Symbol("i18nProperties"),Sn=Symbol("i18nContexts"),Lo=Symbol("i18nUnsubs"),_2=le(Symbol("withI18n"),function(t){var e,r;class o extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map,this[r]=new Map}getI18nService(i){return i??this.useCustomMessageContexts?ps:Co}i18n(i){let{context:s,key:c,message:d}=i,{custom:u,args:m,argsProvider:h}=i;if(s&&c){this.hasI18nContext(s)||this.addI18nContext(s,void 0,u);let y=m??(h?h(this):[]);return this.getI18nService(u).resolveMessage(s,c,...y)}return d}async awaitI18n(i){let{context:s,custom:c}=i;return s&&await this.getI18nService(c).prepareContext(s),this.i18n(i)}customI18n(i,s){if(Hr.isI18nKey(i)){let[c,d]=i.split(".");return this.i18n({custom:!0,context:c,key:d,...s})||i}return i}firstUpdated(i){super.firstUpdated(i),this.updateI18nAttributes(()=>!0),this.updateI18nProperties(()=>!0)}update(i){super.update(i),this.updateI18nAttributes((s,c,d)=>i.has(c)||typeof s.argsProvider=="function"),this.updateI18nProperties(s=>typeof s.argsProvider=="function")}onI18nUpdate(i){this.updateI18nAttributes((s,c,d)=>{var u;return((u=d?.context)===null||u===void 0?void 0:u.toLowerCase())===i}),this.updateI18nProperties(s=>s.context.toLowerCase()===i),this.requestUpdate()}updateI18nAttributes(i){var s,c;let d=this,u=(m,h,y)=>y?.context&&y.key&&i(m,h,y)?{...y,message:this.i18n({context:y.context,key:y.key,custom:y.custom,...m})}:y;(s=this[Oo])===null||s===void 0||s.forEach((m,h)=>d[h]=u(m,h,d[h])),(c=this[R2])===null||c===void 0||c.forEach((m,h)=>{var y;return d[h]=(y=d[h])===null||y===void 0?void 0:y.map(b=>u(m,h,b))})}updateI18nProperties(i){var s;(s=this[w2])===null||s===void 0||s.forEach((c,d)=>{i(c,d)&&(this[d]=this.i18n(c))})}addI18nMessages(i,s,c){console.warn('Deprecated usage of method "addI18nMessages", use "addI18nContext" instead.'),this.addI18nContext(i,s,c)}addI18nContext(i,s,c){let d=(typeof i=="string"?i:i.name).toLowerCase();c=typeof i=="string"?c:i.custom,this[Sn].set(d,{isCustomContext:c}),this[Lo].has(d)||this[Lo].set(d,this.getI18nService(c).subscribe(d,()=>this.onI18nUpdate(d))),this.getI18nService(c).prepareContext(d,s)}hasI18nContext(i){return this[Sn].has(i.toLowerCase())}connectedCallback(){super.connectedCallback(),this[Sn].forEach((i,s)=>this.addI18nContext(s,void 0,i.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[Lo].forEach(i=>i()),this[Lo].clear()}}return e=Sn,r=Lo,Rf([L({type:Boolean})],o.prototype,"useCustomMessageContexts",void 0),o}),Cn=class extends _2(K){},En=class extends _2(Bt){};var xs=class{fromAttribute(e){if(!e)return[];try{let r=JSON.parse(e);return Array.isArray(r)?r.map(o=>typeof o=="string"?Hr.fromAttribute(o):o):[]}catch{return[]}}toAttribute(e){if(e!=null)return JSON.stringify(e)}},wf=new xs;var N2=(t,e)=>(r,o)=>{var a;r.constructor.createProperty(o,{type:Object,hasChanged:Xe,converter:Hr,...e}),r[Oo]=(a=r[Oo])!==null&&a!==void 0?a:new Map,r[Oo].set(o,t??{})};var M2=z`
907
+ `;var Ro=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},Ue=class extends En{constructor(){super(),this.editorMode=!1,this.addStore(B)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":Z:V`
908
+ <span class="ft-i18n">
909
+ ${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
910
+ </span>
911
+ `}update(e){var r;super.update(e),["context","key","defaultMessage"].some(o=>e.has(o))&&this.context&&this.key&&this.addI18nContext(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};Ue.elementDefinitions={};Ue.styles=M2;Ro([pr()],Ue.prototype,"editorMode",void 0);Ro([L()],Ue.prototype,"context",void 0);Ro([L()],Ue.prototype,"key",void 0);Ro([Ce([])],Ue.prototype,"args",void 0);Ro([L()],Ue.prototype,"defaultMessage",void 0);var T2={"ft-i18n":Ue};re(T2);var Fe=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},ce=class extends Cn{constructor(){super(...arguments),this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.ignoreMatchingElements=[],this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new ge,this.revealDebouncer=new ge,this.onTouch=e=>{this.isIgnored(e)||(this.show(),setTimeout(()=>window.addEventListener("touchstart",r=>{r.composedPath().includes(this.container)||this.onOut(r)},{once:!0}),100))},this.onHover=e=>{this.isIgnored(e)||this.show()},this.onFocusIn=e=>{!this.isIgnored(e)&&window.FluidTopicsA11yHints.isKeyboardNavigation&&window.FluidTopicsA11yHints.lastPressedKey==="Tab"&&this.show()},this.onOut=e=>{this.isIgnored(e)||(this.revealDebouncer.cancel(),this.hide())},this.onClick=e=>{this.isIgnored(e)||(this.revealDebouncer.cancel(),this.hide())}}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){var e,r;return V`
912
+ <div part="container"
913
+ class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
914
+ <slot part="slot"></slot>
915
+ <div part="tooltip" role="tooltip" inert
916
+ class="ft-tooltip ft-tooltip--${this.validPosition}"
917
+ popover="manual">
918
+ <div part="tooltip-content" class="ft-tooltip--content">
919
+ <slot name="text"></slot>
920
+ <ft-typography variant="${wr.caption}" ?hidden=${!(!((e=this.text)===null||e===void 0)&&e.message)}>
921
+ ${(r=this.text)===null||r===void 0?void 0:r.message}
922
+ </ft-typography>
923
+ </div>
924
+ </div>
925
+ </div>
926
+ `}setupFor(e){this.eventsTarget!==e&&(this.removeHandlers(),this.eventsTarget=e,this.eventsTarget.addEventListener("mouseover",this.onHover,{passive:!0}),this.eventsTarget.addEventListener("mouseleave",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("focusin",this.onFocusIn,{passive:!0}),this.eventsTarget.addEventListener("focusout",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("touchstart",this.onTouch,{passive:!0}),this.eventsTarget.addEventListener("click",this.onClick,{passive:!0}))}removeHandlers(){this.eventsTarget&&(this.eventsTarget.removeEventListener("mouseover",this.onHover),this.eventsTarget.removeEventListener("mouseleave",this.onOut),this.eventsTarget.removeEventListener("focusin",this.onFocusIn),this.eventsTarget.removeEventListener("focusout",this.onOut),this.eventsTarget.removeEventListener("touchstart",this.onTouch),this.eventsTarget.removeEventListener("click",this.onClick),this.eventsTarget=void 0)}defaultSetup(){this.container&&this.setupFor(this.container)}updated(e){var r,o;e.has("visible")&&(this.visible?(this.resetTooltipContent(),(r=this.tooltip)===null||r===void 0||r.showPopover()):(o=this.tooltip)===null||o===void 0||o.hidePopover()),super.updated(e)}contentAvailableCallback(e){super.contentAvailableCallback(e),["visible","text"].some(r=>e.has(r))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(e){this.visible=!0,e!=null&&await this.hideDebounce.run(()=>{this.hide()},e)}async showTemporaryText(e,r){let o=this.manual;this.manual=!0;let a=this.text;this.text={message:e},await this.show(r),this.text=a,this.manual=o}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var e;return((e=this.slotNodes)!==null&&e!==void 0?e:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let e=this.tooltipContent.style;switch(e.transition="none",this.validPosition){case"top":e.top=this.tooltip.clientHeight+"px",e.left="0";break;case"bottom":e.top=-this.tooltip.clientHeight+"px",e.left="0";break;case"left":e.top="0",e.left=this.tooltip.clientWidth+"px";break;case"right":e.top="0",e.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&Qa(this.slottedElement,this.tooltip,{placement:this.position,strategy:"fixed"}).then(({x:e,y:r})=>{this.tooltip&&(this.tooltip.style.transform=`translate(${e}px,${r}px)`)}),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${se.transitionDuration}, left ${se.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(e){return this.manual||ca(e,this.ignoreMatchingElements,this.eventsTarget)}};ce.elementDefinitions={"ft-typography":ot};ce.styles=y2;Fe([N2()],ce.prototype,"text",void 0);Fe([L({type:Boolean})],ce.prototype,"manual",void 0);Fe([L({type:Boolean})],ce.prototype,"inline",void 0);Fe([Ko()],ce.prototype,"delay",void 0);Fe([L()],ce.prototype,"position",void 0);Fe([Ce([])],ce.prototype,"ignoreMatchingElements",void 0);Fe([Jn()],ce.prototype,"slotNodes",void 0);Fe([he(".ft-tooltip--container")],ce.prototype,"container",void 0);Fe([he(".ft-tooltip")],ce.prototype,"tooltip",void 0);Fe([he(".ft-tooltip--content")],ce.prototype,"tooltipContent",void 0);Fe([te()],ce.prototype,"visible",void 0);var k2={"ft-tooltip":ce};re(k2);function _f(t,e){let r=Xo[t];return z`
927
+ ${e?lt(e):z`.ftds-typography--${lt(t)}`} {
928
+ font-family: ${r.fontFamily};
929
+ font-size: ${r.fontSize};
930
+ font-weight: ${r.fontWeight};
931
+ letter-spacing: ${r.letterSpacing};
932
+ line-height: ${r.lineHeight};
933
+ text-decoration: ${r.textDecoration};
934
+ text-transform: ${r.textCase};
935
+ }
936
+ `}var I2=[Object.keys(Xo).map(t=>_f(t))];var nt;(function(t){t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"})(nt||(nt={}));var P2=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},at=class extends K{constructor(){super(...arguments),this.variant=nt.body2medium}render(){return this.element?Rr`
937
+ <${Or(this.element)}
938
+ part="text"
939
+ class="ftds-typography ftds-typography--${this.variant}">
940
+ <slot></slot>
941
+ </${Or(this.element)}>
942
+ `:Rr`
943
+ <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
944
+ `}};at.styles=[...I2];P2([L()],at.prototype,"element",void 0);P2([L()],at.prototype,"variant",void 0);var z2={"ftds-typography":at};re(z2);var Ss=t=>t??Z;var p;(function(t){t.regular="regular",t.solid="solid",t.custom="custom"})(p||(p={}));var D2=[{prefix:"far",iconName:"lock-keyhole",icon:[384,512,["lock-alt"],"f30d","M192 16c44.2 0 80 35.8 80 80l0 64-160 0 0-64c0-44.2 35.8-80 80-80zM64 96l0 64c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64l0-64c0-70.7-57.3-128-128-128S64 25.3 64 96zM272 208l48 0 0 0c8.8 0 16 7.2 16 16l0 224c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l0 0 48 0 0 0 160 0 0 0zm-56 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 80c0 13.3 10.7 24 24 24s24-10.7 24-24l0-80z"]},{prefix:"far",iconName:"link-simple-slash",icon:[576,512,[],"e1ce","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-83.9-83.9C539.7 385.4 576 324.9 576 256 576 150 490 64 384 64l-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l40 0c79.5 0 144 64.5 144 144 0 55.8-31.7 104.1-78.1 128.1L345.8 280 392 280c13.3 0 24-10.7 24-24s-10.7-24-24-24l-94.2 0-119.4-119.4c4.5-.4 9-.6 13.5-.6l40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0c-18.9 0-37.1 2.7-54.4 7.8L41-24.9zm46.3 182l-34-34C20.3 157.7 0 204.5 0 256 0 362 86 448 192 448l40 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-40 0c-79.5 0-144-64.5-144-144 0-38.3 14.9-73.1 39.3-98.9z"]},{prefix:"far",iconName:"table-layout",icon:[448,512,[],"e290","M384 80c8.8 0 16 7.2 16 16l0 64-352 0 0-64c0-8.8 7.2-16 16-16l320 0zM0 160L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32C28.7 32 0 60.7 0 96l0 64zM400 416c0 8.8-7.2 16-16 16l-224 0 0-224 240 0 0 208zM112 432l-48 0c-8.8 0-16-7.2-16-16l0-208 64 0 0 224z"]},{prefix:"far",iconName:"layer-group",icon:[512,512,[],"f5fd","M259.4 48.7L430.8 128 259.4 207.2c-2.1 1-4.6 1-6.7 0L81.2 128 252.6 48.7c2.1-1 4.6-1 6.7 0zM279.5 5.2c-14.9-6.9-32.1-6.9-47 0L13.9 106.2C5.4 110.1 0 118.6 0 128s5.4 17.9 13.9 21.8l218.6 101c14.9 6.9 32.1 6.9 47 0l218.6-101c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8L279.5 5.2zM48.1 218.4L13.9 234.2C5.4 238.1 0 246.6 0 256s5.4 17.9 13.9 21.8l218.6 101c14.9 6.9 32.1 6.9 47 0l218.6-101c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8l-34.1-15.8-57.2 26.4 24.1 11.1-171.4 79.2c-2.1 1-4.6 1-6.7 0L81.2 256 105.3 244.9 48.1 218.4zM13.9 362.2C5.4 366.1 0 374.6 0 384s5.4 17.9 13.9 21.8l218.6 101c14.9 6.9 32.1 6.9 47 0l218.6-101c8.5-3.9 13.9-12.4 13.9-21.8s-5.4-17.9-13.9-21.8l-34.1-15.8-57.2 26.4 24.1 11.1-171.4 79.2c-2.1 1-4.6 1-6.7 0l-171.4-79.2 24.1-11.1-57.2-26.4-34.1 15.8z"]},{prefix:"far",iconName:"circle-info",icon:[512,512,["info-circle"],"f05a","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM216 336c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-88c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 64-24 0zm40-144a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"far",iconName:"bars-progress",icon:[448,512,["tasks-alt"],"f828","M158.1 80l-110.1 0 0 96 14.1 0 96-96zm-28.1 96l110.1 0 0-96-14.1 0-96 96zM288 176l112 0 0-96-112 0 0 96zM0 80C0 53.5 21.5 32 48 32l352 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48L48 224c-26.5 0-48-21.5-48-48L0 80zM400 336l-240 0 0 96 240 0 0-96zM48 336l0 96 64 0 0-96-64 0zm0-48l352 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48L48 480c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48z"]},{prefix:"far",iconName:"code-compare",icon:[512,512,[],"e13a","M191 7c9.4-9.4 24.6-9.4 33.9 0l56 56c9.4 9.4 9.4 24.6 0 33.9l-56 56c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l15-15-46.1 0c-22.1 0-40 17.9-40 40l0 211.7c32.5 10.2 56 40.5 56 76.3 0 44.2-35.8 80-80 80s-80-35.8-80-80c0-35.8 23.5-66.1 56-76.3L72 144c0-48.6 39.4-88 88-88l46.1 0-15-15c-9.4-9.4-9.4-24.6 0-33.9zM384 80a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zm8 76.3c-32.5-10.2-56-40.5-56-76.3 0-44.2 35.8-80 80-80s80 35.8 80 80c0 35.8-23.5 66.1-56 76.3L440 368c0 48.6-39.4 88-88 88l-46.1 0 15 15c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-56-56c-9.4-9.4-9.4-24.6 0-33.9l56-56c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-15 15 46.1 0c22.1 0 40-17.9 40-40l0-211.7zM64 432a32 32 0 1 0 64 0 32 32 0 1 0 -64 0z"]},{prefix:"far",iconName:"arrow-turn-right",icon:[512,512,[],"e635","M48 424c0 13.3-10.7 24-24 24S0 437.3 0 424l0-96c0-53 43-96 96-96l334.1 0-95-95c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L505 239c4.5 4.5 7 10.6 7 17s-2.5 12.5-7 17L369 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l95-95-334.1 0c-26.5 0-48 21.5-48 48l0 96z"]},{prefix:"far",iconName:"hourglass-end",icon:[384,512,[8987,"hourglass-3"],"f253","M0 24C0 10.7 10.7 0 24 0L360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 19c0 40.3-16 79-44.5 107.5l-81.5 81.5 81.5 81.5C336 366 352 404.7 352 445l0 19 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-19c0-40.3 16-79 44.5-107.5l81.5-81.5-81.5-81.5C48 146 32 107.3 32 67l0-19-8 0C10.7 48 0 37.3 0 24zM129.9 352l124.1 0-62.1-62.1-62.1 62.1zM90.2 400C83.6 413.9 80 429.3 80 445l0 19 224 0 0-19c0-15.7-3.6-31.1-10.2-45L90.2 400zM273.5 140.5C293 121 304 94.6 304 67l0-19-224 0 0 19c0 27.6 11 54 30.5 73.5l81.5 81.5 81.5-81.5z"]},{prefix:"far",iconName:"box-archive",icon:[512,512,["archive"],"f187","M464 80l0 64-416 0 0-64 416 0zM0 144c0 20.9 13.4 38.7 32 45.3L32 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-226.7c18.6-6.6 32-24.4 32-45.3l0-64c0-26.5-21.5-48-48-48L48 32C21.5 32 0 53.5 0 80l0 64zM80 416l0-224 352 0 0 224c0 8.8-7.2 16-16 16L96 432c-8.8 0-16-7.2-16-16zM184 240c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"]},{prefix:"far",iconName:"arrows-rotate",icon:[512,512,[128472,"refresh","sync"],"f021","M109 108.9c81.2-81.2 212.9-81.2 294.2 0l27.1 27.1-78.2 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l136.1 0c13.3 0 24-10.7 24-24l0-136c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 78.1-27.1-27.1c-100-100-262.1-100-362 0-43.2 43.2-67.8 98.1-73.6 154.5-1.4 13.2 8.2 25 21.4 26.3s25-8.2 26.3-21.4C54 188.6 73.9 144.1 109 108.9zM510.7 282.5c1.4-13.2-8.2-25-21.4-26.3s-25 8.2-26.3 21.4c-4.7 45.8-24.7 90.4-59.8 125.5-81.2 81.2-212.9 81.2-294.2 0l-27.1-27.1 78.2 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 328c-13.3 0-24 10.7-24 24L0 488c0 13.3 10.7 24 24 24s24-10.7 24-24l0-78.1 27.1 27.1c100 100 262.1 100 362 0 43.2-43.2 67.8-98.1 73.6-154.5z"]},{prefix:"far",iconName:"circle-dot",icon:[512,512,[128280,"dot-circle"],"f192","M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zm0-464a208 208 0 1 0 0 416 208 208 0 1 0 0-416zm0 304a96 96 0 1 1 0-192 96 96 0 1 1 0 192z"]},{prefix:"far",iconName:"angles-left",icon:[448,512,[171,"angle-double-left"],"f100","M15.5 239c-9.4 9.4-9.4 24.6 0 33.9l160 160c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-143-143 143-143c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15.5 239zm352-160l-160 160c-9.4 9.4-9.4 24.6 0 33.9l160 160c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-143-143 143-143c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0z"]},{prefix:"far",iconName:"route",icon:[512,512,[],"f4d7","M438.6 155.7c-7.2 11.5-15 22.6-22.6 32.7-7.5-10.1-15.4-21.2-22.6-32.7-17.7-28.4-25.4-49.4-25.4-59.7 0-26.5 21.5-48 48-48s48 21.5 48 48c0 10.3-7.7 31.3-25.4 59.7zM427.4 251c25.4-29.9 84.6-104.8 84.6-155 0-53-43-96-96-96s-96 43-96 96c0 33.3 25.9 77.3 50.8 112L328 208c-48.6 0-88 39.4-88 88s39.4 88 88 88l96 0c22.1 0 40 17.9 40 40s-17.9 40-40 40l-246.2 0c-2.7 3.8-5.5 7.6-8.2 11.2-10.7 14.2-21.3 26.9-30 36.8L424 512c48.6 0 88-39.4 88-88s-39.4-88-88-88l-96 0c-22.1 0-40-17.9-40-40s17.9-40 40-40l84.9 0c5.1 1.1 10.7-.6 14.5-5zM118.9 408.4c-7.3 11-15.3 21.7-22.9 31.2-7.6-9.5-15.6-20.2-22.9-31.2-17.7-26.7-25.1-46.5-25.1-56.4 0-26.5 21.5-48 48-48s48 21.5 48 48c0 9.9-7.4 29.7-25.1 56.4zm19 55.6c25.9-33.1 54.1-77.3 54.1-112 0-53-43-96-96-96S0 299 0 352c0 50.5 59.8 121 85 148.4 6 6.5 16 6.5 21.9 0 .1-.1 .2-.2 .3-.3 .3-.3 .6-.7 .9-1 2.8-3.1 6-6.7 9.5-10.7 .1-.1 .1-.1 .2-.2 6.1-7 13-15.2 20-24.2z"]},{prefix:"far",iconName:"bars",icon:[448,512,["navicon"],"f0c9","M0 88C0 74.7 10.7 64 24 64l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 112C10.7 112 0 101.3 0 88zM0 256c0-13.3 10.7-24 24-24l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 280c-13.3 0-24-10.7-24-24zM448 424c0 13.3-10.7 24-24 24L24 448c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0c13.3 0 24 10.7 24 24z"]},{prefix:"far",iconName:"arrow-down",icon:[384,512,[8595],"f063","M175.5 505c9.4 9.4 24.6 9.4 33.9 0l168-168c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-127 127 0-406.1c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 406.1-127-127c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l168 168z"]},{prefix:"far",iconName:"lock-keyhole-open",icon:[576,512,["lock-open-alt"],"f3c2","M448 16c-44.2 0-80 35.8-80 80l0 64 48 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-256 0c-35.3 0-64-28.7-64-64l0-224c0-35.3 28.7-64 64-64l160 0 0-64c0-70.7 57.3-128 128-128S576 25.3 576 96l0 40c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-40c0-44.2-35.8-80-80-80zM320 208l0 0-160 0c-8.8 0-16 7.2-16 16l0 224c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-224c0-8.8-7.2-16-16-16l-48 0 0 0-48 0zm8 152l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24z"]},{prefix:"far",iconName:"desktop",icon:[512,512,[61704,128421,"desktop-alt"],"f390","M448 80c8.8 0 16 7.2 16 16l0 176-416 0 0-176c0-8.8 7.2-16 16-16l384 0zm16 240l0 32c0 8.8-7.2 16-16 16L64 368c-8.8 0-16-7.2-16-16l0-32 416 0zM64 32C28.7 32 0 60.7 0 96L0 352c0 35.3 28.7 64 64 64l115.7 0-8 48-51.7 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l272 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-51.7 0-8-48 115.7 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 32zM220.3 464l8-48 55.3 0 8 48-71.3 0z"]},{prefix:"far",iconName:"angles-right",icon:[448,512,[187,"angle-double-right"],"f101","M81.5 433l160-160c9.4-9.4 9.4-24.6 0-33.9L81.5 79c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l143 143-143 143c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zm192 0l160-160c9.4-9.4 9.4-24.6 0-33.9L273.5 79c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l143 143-143 143c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0z"]},{prefix:"far",iconName:"piggy-bank",icon:[576,512,[],"f4d3","M192 64a96 96 0 1 1 192 0 96 96 0 1 1 -192 0zM40 286.5c0-72.9 47-133.2 114.9-167.5 6.2 15 14.9 28.7 25.5 40.6-56.9 27.7-92.4 76.2-92.4 126.9 0 45.8 27.8 87.3 75.9 114.6 7.5 4.3 12.1 12.2 12.1 20.9l0 34c0 4.4 3.6 8 8 8l30.1 0c2.9 0 5.6-1.6 7-4.2l9.4-17.4c4.7-8.7 14.2-13.6 24-12.4 10.9 1.3 22.1 2 33.6 2s22.7-.7 33.6-2c9.8-1.2 19.3 3.8 24 12.4l9.4 17.4c1.4 2.6 4.1 4.2 7 4.2l30.1 0c4.4 0 8-3.6 8-8l0-34c0-8.6 4.6-16.6 12.1-20.9 13.6-7.7 25.6-16.6 35.8-26.5 4.5-4.3 10.4-6.7 16.6-6.7l63.4 0 0-96-21.5 0c-10.7 0-20.1-7.1-23.1-17.3-3-10.2-7.3-20.1-13-29.6-3.5-5.9-4.4-13-2.3-19.5l19.2-61.5-7.4 0c-18.2 0-34.7 6.7-47.4 17.8-7.6 6.6-18.5 7.8-27.3 3-3.2-1.7-6.4-3.4-9.7-5 12.9-14.4 22.9-31.5 29.1-50.3 16.6-8.6 35.4-13.5 55.3-13.5l18.2 0c27 0 46.2 26.2 38.2 51.9L517 210c2.4 4.6 4.5 9.2 6.5 14l4.5 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-54.1 0c-8 7-16.7 13.6-25.9 19.5l0 20.5c0 30.9-25.1 56-56 56l-30.1 0c-20.6 0-39.5-11.3-49.3-29.4l-1.8-3.4c-15 1-30.7 1-45.7 0l-1.8 3.4c-9.8 18.1-28.7 29.4-49.3 29.4L184 512c-30.9 0-56-25.1-56-56l0-20.5c-52.4-34-88-86.4-88-149zM424 272a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM216 192l144 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-144 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{prefix:"far",iconName:"angle-up",icon:[384,512,[8963],"f106","M175.5 143c9.4-9.4 24.6-9.4 33.9 0l160 160c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-143-143-143 143c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l160-160z"]},{prefix:"far",iconName:"square",icon:[448,512,[61590,9724,9723,9632],"f0c8","M384 80c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16L48 96c0-8.8 7.2-16 16-16l320 0zM64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"]},{prefix:"far",iconName:"pen-nib",icon:[512,512,[10001],"f5ad","M368.5 18.3c21.9-21.9 57.3-21.9 79.2 0l46.1 46.1c21.9 21.9 21.9 57.3 0 79.2l-71 71-10.4 10.4-40.7 149.1c-4.8 17.8-18.1 32-35.5 38.1L72 505c-18.5 6.5-39.1 1.8-52.9-12S.5 458.5 7 440L99.8 175.9c6.1-17.4 20.3-30.6 38.1-35.5l149.1-40.7 10.4-10.4 71-71zM296.9 146.8L150.6 186.7c-2.5 .7-4.6 2.6-5.4 5.1L65.6 418.2 163 320.7c-1.9-5.2-3-10.8-3-16.7 0-26.5 21.5-48 48-48s48 21.5 48 48-21.5 48-48 48c-5.9 0-11.5-1.1-16.7-3l-97.5 97.5 226.4-79.5c2.5-.9 4.4-2.9 5.1-5.4l39.9-146.4-68.3-68.3z"]},{prefix:"far",iconName:"arrow-up-right-from-square",icon:[512,512,["external-link"],"f08e","M288 24c0 13.3 10.7 24 24 24l118.1 0-231 231c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l231-231 0 118.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-176c0-13.3-10.7-24-24-24L312 0c-13.3 0-24 10.7-24 24zM80 96C35.8 96 0 131.8 0 176L0 432c0 44.2 35.8 80 80 80l256 0c44.2 0 80-35.8 80-80l0-88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 88c0 17.7-14.3 32-32 32L80 464c-17.7 0-32-14.3-32-32l0-256c0-17.7 14.3-32 32-32l88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L80 96z"]},{prefix:"far",iconName:"grid-2",icon:[448,512,[],"e196","M48 80l0 96 96 0 0-96-96 0zM0 80C0 53.5 21.5 32 48 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48L0 80zM48 336l0 96 96 0 0-96-96 0zM0 336c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96zM400 80l-96 0 0 96 96 0 0-96zM304 32l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96c0-26.5 21.5-48 48-48zm0 304l0 96 96 0 0-96-96 0zm-48 0c0-26.5 21.5-48 48-48l96 0c26.5 0 48 21.5 48 48l0 96c0 26.5-21.5 48-48 48l-96 0c-26.5 0-48-21.5-48-48l0-96z"]},{prefix:"far",iconName:"books",icon:[576,512,[128218],"f5db","M96.3 48l48 0c8.8 0 16 7.2 16 16l0 32-80 0 0-32c0-8.8 7.2-16 16-16zm-16 96l80 0 0 224-80 0 0-224zm128-78l0-2c0-35.3-28.7-64-64-64l-48 0c-35.3 0-64 28.7-64 64l0 384c0 35.3 28.7 64 64 64l48 0c15.1 0 29-5.3 40-14 11 8.8 24.9 14 40 14l48 0c35.3 0 64-28.7 64-64l0-164.4 48.6 181.2c9.1 34.1 44.2 54.4 78.4 45.3l46.4-12.4c34.1-9.1 54.4-44.2 45.3-78.4L455.4 48.3C446.3 14.2 411.2-6.1 377 3.1L330.7 15.5c-24.4 6.5-41.8 26.4-46.3 49.7-3.9-.8-8-1.1-12.1-1.1l-48 0c-5.5 0-10.9 .7-16 2zm0 62c0-8.8 7.2-16 16-16l48 0c8.8 0 16 7.2 16 16l0 320c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-320zm-48 320c0 8.8-7.2 16-16 16l-48 0c-8.8 0-16-7.2-16-16l0-32 80 0 0 32zM389.5 49.4c8.5-2.3 17.3 2.8 19.6 11.3l8.3 30.9-77.3 20.7-8.3-30.9c-2.3-8.5 2.8-17.3 11.3-19.6l46.4-12.4zm21 325.7l-58-216.4 77.3-20.7 58 216.4-77.3 20.7zm12.4 46.4l77.3-20.7 8.3 30.9c2.3 8.5-2.8 17.3-11.3 19.6l-46.4 12.4c-8.5 2.3-17.3-2.8-19.6-11.3l-8.3-30.9z"]},{prefix:"far",iconName:"tag",icon:[576,512,[127991],"f02b","M96.1 88c0-13.3 10.7-24 24-24l156.1 0c6.4 0 12.5 2.5 17 7l208 208c9.4 9.4 9.4 24.6 0 33.9L345.1 469.1c-9.4 9.4-24.6 9.4-33.9 0l-208-208c-4.5-4.5-7-10.6-7-17L96.1 88zm24-72c-39.8 0-72 32.2-72 72l0 156.1c0 19.1 7.6 37.4 21.1 50.9l208 208c28.1 28.1 73.7 28.1 101.8 0L535.1 346.9c28.1-28.1 28.1-73.7 0-101.8l-208-208C313.6 23.6 295.3 16 276.2 16L120.1 16zm56 160a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"far",iconName:"angles-up-down",icon:[384,512,[],"e60d","M209.5 7c-9.4-9.4-24.6-9.4-33.9 0L23.5 159c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135 135 135c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L209.5 7zM361.5 353c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-135 135-135-135c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l152 152c9.4 9.4 24.6 9.4 33.9 0l152-152z"]},{prefix:"far",iconName:"arrow-rotate-left",icon:[512,512,[8634,"arrow-left-rotate","arrow-rotate-back","arrow-rotate-backward","undo"],"f0e2","M24 0C37.3 0 48 10.7 48 24L48 102.1 75.1 75c100-100 262.1-100 362 0s100 262.1 0 362-262.1 100-362 0c-14.9-14.9-27.6-31.2-38.1-48.5-6.9-11.3-3.2-26.1 8.1-33s26.1-3.2 33 8.1c8.5 14 18.8 27.3 31 39.4 81.2 81.2 212.9 81.2 294.2 0s81.2-212.9 0-294.2-212.9-81.2-294.2 0l-27.1 27.1 78.2 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 184c-13.3 0-24-10.7-24-24L0 24C0 10.7 10.7 0 24 0z"]},{prefix:"far",iconName:"eye-slash",icon:[576,512,[],"f070","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-96.4-96.4c2.7-2.4 5.4-4.8 8-7.2 46.8-43.5 78.1-95.4 93-131.1 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1-47.1-43.7-111.8-80.6-192.6-80.6-56.8 0-105.6 18.2-146 44.2L41-24.9zM176.9 111.1c32.1-18.9 69.2-31.1 111.1-31.1 65.2 0 118.8 29.6 159.9 67.7 38.5 35.7 65.1 78.3 78.6 108.3-13.6 30-40.2 72.5-78.6 108.3-3.1 2.8-6.2 5.6-9.4 8.4L393.8 328c14-20.5 22.2-45.3 22.2-72 0-70.7-57.3-128-128-128-26.7 0-51.5 8.2-72 22.2l-39.1-39.1zm182 182l-108-108c11.1-5.8 23.7-9.1 37.1-9.1 44.2 0 80 35.8 80 80 0 13.4-3.3 26-9.1 37.1zM103.4 173.2l-34-34c-32.6 36.8-55 75.8-66.9 104.5-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1 47.1 43.7 111.8 80.6 192.6 80.6 37.3 0 71.2-7.9 101.5-20.6L352.2 422c-20 6.4-41.4 10-64.2 10-65.2 0-118.8-29.6-159.9-67.7-38.5-35.7-65.1-78.3-78.6-108.3 10.4-23.1 28.6-53.6 54-82.8z"]},{prefix:"far",iconName:"circle-dollar",icon:[512,512,["dollar-circle","usd-circle"],"f2e8","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm24-368c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 8.3c-31.5 3.3-56 29.9-56 62.2 0 31.1 22.9 57.5 53.7 61.9l45.8 6.5c7.2 1 12.5 7.2 12.5 14.4 0 8-6.5 14.6-14.6 14.6L208 312c-13.3 0-24 10.7-24 24s10.7 24 24 24l24 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8.3c31.5-3.3 56-29.9 56-62.2 0-31.1-22.9-57.5-53.7-61.9L236.5 229c-7.2-1-12.5-7.2-12.5-14.4 0-8 6.5-14.6 14.6-14.6l57.4 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-16 0 0-8z"]},{prefix:"far",iconName:"compress",icon:[448,512,[],"f066","M160 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 88-88 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24l0-112zM24 320c-13.3 0-24 10.7-24 24s10.7 24 24 24l88 0 0 88c0 13.3 10.7 24 24 24s24-10.7 24-24l0-112c0-13.3-10.7-24-24-24L24 320zM336 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-88 0 0-88zM312 320c-13.3 0-24 10.7-24 24l0 112c0 13.3 10.7 24 24 24s24-10.7 24-24l0-88 88 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0z"]},{prefix:"far",iconName:"radar",icon:[512,512,[],"e024","M304.8 173.3c-14.3-8.4-31-13.3-48.8-13.3-53 0-96 43-96 96s43 96 96 96 96-43 96-96l48 0c0 79.5-64.5 144-144 144s-144-64.5-144-144 64.5-144 144-144c31.1 0 59.9 9.9 83.4 26.6l45.7-45.7C349.7 64.8 304.8 48 256 48 141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208l48 0c0 141.4-114.6 256-256 256S0 397.4 0 256 114.6 0 256 0c62.1 0 118.9 22.1 163.3 58.8L463 15c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L273 273c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l65.7-65.7z"]},{prefix:"far",iconName:"arrow-rotate-right",icon:[512,512,[8635,"arrow-right-rotate","arrow-rotate-forward","redo"],"f01e","M488.2 0c-13.3 0-24 10.7-24 24l0 78.1-27.1-27.1c-100-100-262.1-100-362 0s-100 262.1 0 362 262.1 100 362 0c14.9-14.9 27.6-31.2 38.1-48.5 6.9-11.3 3.2-26.1-8.1-33s-26.1-3.2-33 8.1c-8.5 14-18.8 27.3-31 39.4-81.2 81.2-212.9 81.2-294.2 0s-81.2-212.9 0-294.2 212.9-81.2 294.2 0l27.1 27.1-78.2 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l136.1 0c13.3 0 24-10.7 24-24l0-136c0-13.3-10.7-24-24-24z"]},{prefix:"far",iconName:"chart-network",icon:[640,512,[],"f78a","M224 40a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0 88c1.1 0 2.2 0 3.3-.1l26.9 57.6c-31.3 21.7-53.7 55.4-60.2 94.5l-70.6 0c-9.5-23.5-32.5-40-59.3-40-35.3 0-64 28.7-64 64s28.7 64 64 64c26.9 0 49.9-16.5 59.3-40l70.6 0c11.4 68.1 70.7 120 142 120 43.8 0 83-19.5 109.4-50.4l67.4 40.4c-.5 3.2-.8 6.6-.8 9.9 0 35.3 28.7 64 64 64s64-28.7 64-64-28.7-64-64-64c-14.5 0-27.8 4.8-38.5 12.9l-67.3-40.4c6.4-16.3 9.9-34 9.9-52.5 0-23.2-5.5-45.2-15.3-64.6l77.6-56.9c9.8 6.1 21.3 9.6 33.7 9.6 35.3 0 64-28.7 64-64s-28.7-64-64-64-64 28.7-64 64c0 5.4 .7 10.7 1.9 15.7l-77.6 56.9c-25.9-25.2-61.3-40.7-100.3-40.7-13.3 0-26.1 1.8-38.3 5.2l-26.9-57.5C281.5 96.2 288 80.9 288 64 288 28.7 259.3 0 224 0s-64 28.7-64 64 28.7 64 64 64zm352-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zM552 448a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 280a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm272-72a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"]},{prefix:"far",iconName:"plus",icon:[448,512,[61543,10133,"add"],"2b","M248 56c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 176-176 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0 0 176c0 13.3 10.7 24 24 24s24-10.7 24-24l0-176 176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0 0-176z"]},{prefix:"far",iconName:"underline",icon:[384,512,[],"f0cd","M24 0C10.7 0 0 10.7 0 24S10.7 48 24 48l16 0 0 184c0 83.9 68.1 152 152 152s152-68.1 152-152l0-184 16 0c13.3 0 24-10.7 24-24S373.3 0 360 0L280 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l16 0 0 184c0 57.4-46.6 104-104 104S88 289.4 88 232l0-184 16 0c13.3 0 24-10.7 24-24S117.3 0 104 0L24 0zM0 488c0 13.3 10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 464c-13.3 0-24 10.7-24 24z"]},{prefix:"far",iconName:"arrow-left",icon:[512,512,[8592],"f060","M7 239c-9.4 9.4-9.4 24.6 0 33.9L175 441c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L81.9 280 488 280c13.3 0 24-10.7 24-24s-10.7-24-24-24L81.9 232 209 105c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 239z"]},{prefix:"far",iconName:"upload",icon:[448,512,[],"f093","M248 328c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-246.1-63 63c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9L207 7c9.4-9.4 24.6-9.4 33.9 0L345 111c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-63-63 0 246.1zm-96-8l-88 0c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-80c0-8.8-7.2-16-16-16l-88 0 0-48 88 0c35.3 0 64 28.7 64 64l0 80c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-80c0-35.3 28.7-64 64-64l88 0 0 48zm168 56a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},{prefix:"far",iconName:"arrows-to-line",icon:[384,512,[],"e0a7","M209 169l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L216 94.1 216-8c0-13.3-10.7-24-24-24S168-21.3 168-8l0 102.1-31-31c-9.4-9.4-24.6-9.4-33.9 0S93.7 87.6 103 97l72 72c9.4 9.4 24.6 9.4 33.9 0zM209 343c-9.4-9.4-24.6-9.4-33.9 0l-72 72c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l31-31 0 102.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-102.1 31 31c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72zM24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 232z"]},{prefix:"far",iconName:"globe",icon:[512,512,[127760],"f0ac","M303.2 413c-21.5 43.7-41.4 51-47.2 51s-25.7-7.3-47.2-51c-17-34.5-29.2-81.6-32.1-133l158.6 0c-3 51.5-15.2 98.6-32.1 133zm32.1-181l-158.6 0c3-51.5 15.2-98.6 32.1-133 21.5-43.7 41.4-51 47.2-51s25.7 7.3 47.2 51c17 34.5 29.2 81.6 32.1 133zm48.1 48l79.2 0c-8.6 74.6-56.7 137.3-122.8 166.4 24-42.8 40.3-102.4 43.6-166.4zm79.2-48l-79.2 0c-3.3-64-19.6-123.6-43.6-166.4 66.1 29.2 114.2 91.8 122.8 166.4zm-334 0l-79.2 0c8.6-74.6 56.7-137.3 122.8-166.4-24 42.8-40.3 102.4-43.6 166.4zM49.4 280l79.2 0c3.3 64 19.6 123.6 43.6 166.4-66.1-29.2-114.2-91.8-122.8-166.4zM256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512z"]},{prefix:"far",iconName:"language",icon:[576,512,[],"f1ab","M168 0c13.3 0 24 10.7 24 24l0 56 136 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16.2 0-16.5 38.4c-18.6 43.5-45.2 82.8-77.9 116 13.9 9.2 28.6 17.4 44 24.4l60.9 27.9 71.8-160.5C398 165.6 406.5 160 416 160s18 5.6 21.9 14.2l136 304c5.4 12.1 0 26.3-12.1 31.7s-26.3 0-31.7-12.1l-29.4-65.8-169.3 0-29.4 65.8c-5.4 12.1-19.6 17.5-31.7 12.1s-17.5-19.6-12.1-31.7l44.6-99.7-61.3-28.1c-21.5-9.9-41.9-21.7-60.9-35.2-17.5 13.6-36.3 25.7-56.2 36.1L67.1 381.3c-11.7 6.2-26.2 1.6-32.4-10.1s-1.6-26.2 10.1-32.4L102 308.8c14-7.3 27.4-15.7 40.1-24.8-27.5-25.6-51.1-55.2-70-88-6.6-11.5-2.7-26.2 8.8-32.8s26.2-2.7 32.8 8.8c17.4 30.3 39.5 57.5 65.4 80.7 30.5-29.8 55.1-65.5 72.2-105.3L259.6 128 24 128c-13.3 0-24-10.7-24-24S10.8 80 24 80l120 0 0-56c0-13.3 10.7-24 24-24zM479.2 384L416 242.8 352.8 384 479.2 384z"]},{prefix:"far",iconName:"person-chalkboard",icon:[640,512,[],"e53d","M136 24a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zM112 520l0-304.7-52.7 71c-7.9 10.6-22.9 12.9-33.6 5s-12.9-22.9-5-33.6L88.1 167c25.7-34.6 66.2-55 109.2-55l122.7 0 0-64c0-26.5 21.5-48 48-48L592 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-224 0c-26.5 0-48-21.5-48-48l0-64 48 0 0 64 224 0 0-224-224 0 0 64 32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-128 0 0 360c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-152-64 0 0 152c0 13.3-10.7 24-24 24s-24-10.7-24-24zm48-200l64 0 0-160-26.7 0c-13.1 0-25.8 2.9-37.3 8.3L160 320z"]},{prefix:"far",iconName:"toggle-on",icon:[576,512,[],"f205","M192 112c-79.5 0-144 64.5-144 144s64.5 144 144 144l192 0c79.5 0 144-64.5 144-144S463.5 112 384 112l-192 0zM0 256C0 150 86 64 192 64l192 0c106 0 192 86 192 192S490 448 384 448l-192 0C86 448 0 362 0 256zm384-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"]},{prefix:"far",iconName:"download",icon:[448,512,[],"f019","M248 24c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 246.1-63-63c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L207 345c9.4 9.4 24.6 9.4 33.9 0L345 241c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-63 63 0-246.1zM66.2 272L64 272c-35.3 0-64 28.7-64 64l0 80c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-80c0-35.3-28.7-64-64-64l-2.2 0-48 48 50.2 0c8.8 0 16 7.2 16 16l0 80c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-80c0-8.8 7.2-16 16-16l50.2 0-48-48zM368 376a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"]},{prefix:"far",iconName:"crosshairs",icon:[576,512,[],"f05b","M288-16c13.3 0 24 10.7 24 24l0 25.3C416.5 44.4 499.6 127.5 510.7 232l25.3 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-25.3 0C499.6 384.5 416.5 467.6 312 478.7l0 25.3c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-25.3C159.5 467.6 76.4 384.5 65.3 280L40 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l25.3 0C76.4 127.5 159.5 44.4 264 33.3L264 8c0-13.3 10.7-24 24-24zM113.6 280C124.3 358 186 419.7 264 430.4l0-22.4c0-13.3 10.7-24 24-24s24 10.7 24 24l0 22.4C390 419.7 451.7 358 462.4 280L440 280c-13.3 0-24-10.7-24-24s10.7-24 24-24l22.4 0C451.7 154 390 92.3 312 81.6l0 22.4c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-22.4C186 92.3 124.3 154 113.6 232l22.4 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-22.4 0zM288 224a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},{prefix:"far",iconName:"message-quote",icon:[512,512,["comment-alt-quote"],"e1e4","M203.7 512.9l0 0 91.9-64.9 120.4 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96L96 32C43 32 0 75 0 128L0 352c0 53 43 96 96 96l32 0 0 72c0 9 5 17.2 13 21.3s17.6 3.5 24.9-1.7l37.8-26.7zM295.6 400c-9.9 0-19.6 3.1-27.7 8.8-28.6 20.2-59.3 41.8-91.9 64.9l0-49.7c0-2.8-.5-5.6-1.4-8.1-3.3-9.3-12.2-15.9-22.6-15.9l-56 0c-26.5 0-48-21.5-48-48l0-224c0-26.5 21.5-48 48-48l320 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-120.4 0zM168 160c-22.1 0-40 17.9-40 40l0 32c0 22.1 17.9 40 40 40l24 0 0 8c0 13.3-10.7 24-24 24s-24 10.7-24 24 10.7 24 24 24c39.8 0 72-32.2 72-72l0-80c0-22.1-17.9-40-40-40l-32 0zm232 72l0-32c0-22.1-17.9-40-40-40l-32 0c-22.1 0-40 17.9-40 40l0 32c0 22.1 17.9 40 40 40l24 0 0 8c0 13.3-10.7 24-24 24s-24 10.7-24 24 10.7 24 24 24c39.8 0 72-32.2 72-72l0-48z"]},{prefix:"far",iconName:"file-html",icon:[576,512,[],"e83d","M208 380c11 0 20 9 20 20l0 128c0 11-9 20-20 20s-20-9-20-20l0-44-24 0 0 44c0 11-9 20-20 20s-20-9-20-20l0-128c0-11 9-20 20-20s20 9 20 20l0 44 24 0 0-44c0-11 9-20 20-20zm112 0c11 0 20 9 20 20s-9 20-20 20l-12 0 0 108c0 11-9 20-20 20s-20-9-20-20l0-108-12 0c-11 0-20-9-20-20s9-20 20-20l64 0zm126.8 9.7c4.6-7.7 13.8-11.4 22.5-9S484 391 484 400l0 128c0 11-9 20-20 20s-20-9-20-20l0-55.8-10.8 18.1c-3.6 6-10.1 9.7-17.2 9.7s-13.5-3.7-17.2-9.7L388 472.2 388 528c0 11-9 20-20 20s-20-9-20-20l0-128c0-9 6-16.9 14.7-19.3s17.9 1.3 22.5 9l30.8 51.4 30.8-51.4zM528 380c11 0 20 9 20 20l0 108 12 0c11 0 20 9 20 20s-9 20-20 20l-32 0c-11 0-20-9-20-20l0-128c0-11 9-20 20-20zM235.8 .3c14.7 1.5 28.4 7.9 38.9 18.4L397.3 141.2c12 12 18.7 28.3 18.7 45.2l0 149.5-48 0 0-128-88 0c-39.8 0-72-32.2-72-72l0-88-112 0c-8.8 0-16 7.2-16 16l0 445.9c-27.6-7.1-48-32.1-48-61.9L32 64C32 28.7 60.7 0 96 0l133.5 0 6.3 .3zM256 136c0 13.3 10.7 24 24 24l68.1 0-92.1-92.1 0 68.1z"]},{prefix:"far",iconName:"triangle-exclamation",icon:[512,512,[9888,"exclamation-triangle","warning"],"f071","M256.5 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.6 480 472.5 480l-432 0c-14.1 0-27.1-7.4-34.3-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zM53.9 432L459.1 432 256.5 56.8 53.9 432zm202.6-40a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm0-208c18.6 0 33 16.1 31 34.6l-7.1 64.1C279 294.8 268.7 304 256.5 304s-22.5-9.2-23.8-21.3l-7.1-64.1c-2-18.5 12.4-34.6 31-34.6z"]},{prefix:"far",iconName:"star",icon:[576,512,[61446,11088],"f005","M288.1-32c9 0 17.3 5.1 21.4 13.1L383 125.3 542.9 150.7c8.9 1.4 16.3 7.7 19.1 16.3s.5 18-5.8 24.4L441.7 305.9 467 465.8c1.4 8.9-2.3 17.9-9.6 23.2s-17 6.1-25 2L288.1 417.6 143.8 491c-8 4.1-17.7 3.3-25-2s-11-14.2-9.6-23.2L134.4 305.9 20 191.4c-6.4-6.4-8.6-15.8-5.8-24.4s10.1-14.9 19.1-16.3l159.9-25.4 73.6-144.2c4.1-8 12.4-13.1 21.4-13.1zm0 76.8L230.3 158c-3.5 6.8-10 11.6-17.6 12.8l-125.5 20 89.8 89.9c5.4 5.4 7.9 13.1 6.7 20.7l-19.8 125.5 113.3-57.6c6.8-3.5 14.9-3.5 21.8 0l113.3 57.6-19.8-125.5c-1.2-7.6 1.3-15.3 6.7-20.7l89.8-89.9-125.5-20c-7.6-1.2-14.1-6-17.6-12.8L288.1 44.8z"]},{prefix:"far",iconName:"bell-slash",icon:[576,512,[61943,128277],"f1f6","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-87.8-87.8c17.5-3.3 30.8-18.7 30.8-37.1 0-6.7-1.8-13.3-5.1-19L485 321.7c-19-32.6-29-69.6-29-107.3l0-14.5c0-84.6-62.6-154.7-144-166.3l0-9.7c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 9.7c-42.2 6-79.4 27.8-105.4 59.1L41-24.9zM192.8 126.9C214.7 98.4 249.2 80 288 80 354.3 80 408 133.7 408 200l0 14.5c0 46.2 12.3 91.5 35.5 131.4l12.9 22.1-22.6 0-241.1-241.1zM132.5 345.9c19.5-33.4 31.3-70.7 34.6-109l-46.7-46.7c-.2 3.3-.3 6.6-.3 9.9l0 14.5c0 37.7-10 74.7-29 107.3L69.1 359.2c-3.4 5.8-5.1 12.3-5.1 19 0 20.9 16.9 37.8 37.8 37.8l244.4 0-48-48-178.6 0 12.9-22.1zM220.1 464c9.9 28 36.6 48 67.9 48s58-20 67.9-48l-135.8 0z"]},{prefix:"far",iconName:"hourglass-half",icon:[384,512,["hourglass-2"],"f252","M0 24C0 10.7 10.7 0 24 0L360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 19c0 40.3-16 79-44.5 107.5l-81.5 81.5 81.5 81.5C336 366 352 404.7 352 445l0 19 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-19c0-40.3 16-79 44.5-107.5l81.5-81.5-81.5-81.5C48 146 32 107.3 32 67l0-19-8 0C10.7 48 0 37.3 0 24zM110.5 371.5c-3.9 3.9-7.5 8.1-10.7 12.5l184.4 0c-3.2-4.4-6.8-8.6-10.7-12.5l-81.5-81.5-81.5 81.5zM80.8 432c-.5 4.3-.8 8.6-.8 13l0 19 224 0 0-19c0-4.4-.3-8.7-.8-13L80.8 432zM254.1 160l-124.1 0 62.1 62.1 62.1-62.1zm39.7-48C300.4 98.1 304 82.7 304 67l0-19-224 0 0 19c0 15.7 3.6 31.1 10.2 45l203.5 0z"]},{prefix:"far",iconName:"inbox",icon:[512,512,[],"f01c","M75.3 94c1-8 7.8-14 15.9-14l329.7 0c8 0 14.8 6 15.9 14l25 194-85.2 0c-13.4 0-25.9 6.7-33.3 17.8l-20.1 30.2-134.3 0-20.1-30.2c-7.4-11.1-19.9-17.8-33.3-17.8l-85.2 0 25-194zM48 336l83.2 0 20.1 30.2c7.4 11.1 19.9 17.8 33.3 17.8l142.9 0c13.4 0 25.9-6.7 33.3-17.8l20.1-30.2 83.2 0 0 80c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-80zM91.2 32C59 32 31.8 55.9 27.7 87.8L.2 300.9 0 302.5 0 416c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-113.5-.2-1.5-27.5-213.1C480.2 55.9 453 32 420.8 32L91.2 32z"]},{prefix:"far",iconName:"comment-dots",icon:[512,512,[62075,128172,"commenting"],"f4ad","M0 240c0 54.4 19.3 104.6 51.9 144.9L3.1 474.3c-2 3.7-3.1 7.9-3.1 12.2 0 14.1 11.4 25.5 25.5 25.5 4 0 7.8-.6 11.5-2.1L153.4 460c31.4 12.9 66.1 20 102.6 20 141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240zM94 407.9c9.3-17.1 7.4-38.1-4.8-53.2-26.1-32.3-41.2-71.9-41.2-114.7 0-103.2 90.2-192 208-192s208 88.8 208 192-90.2 192-208 192c-30.2 0-58.7-5.9-84.3-16.4-11.9-4.9-25.3-4.8-37.1 .3L76 440.9 94 407.9zM144 272a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm144-32a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm80 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"far",iconName:"angle-down",icon:[384,512,[8964],"f107","M209.5 369c-9.4 9.4-24.6 9.4-33.9 0L15.5 209c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l143 143 143-143c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-160 160z"]},{prefix:"far",iconName:"cloud-arrow-down",icon:[576,512,[62337,"cloud-download","cloud-download-alt"],"f0ed","M240 32c-88.4 0-160 71.6-160 160 0 4.9 .2 9.8 .7 14.6-47.8 23.4-80.7 72.5-80.7 129.4 0 79.5 64.5 144 144 144l304 0c70.7 0 128-57.3 128-128 0-49.9-28.5-93-70.1-114.2 4-11.9 6.1-24.6 6.1-37.8 0-66.3-53.7-120-120-120-11.5 0-22.7 1.6-33.3 4.7-29.3-32.3-71.6-52.7-118.7-52.7zM128 192c0-61.9 50.1-112 112-112 37.7 0 71 18.6 91.3 47.1 6.7 9.5 19.3 12.8 29.8 7.8 9.3-4.4 19.7-6.9 30.8-6.9 39.8 0 72 32.2 72 72 0 14.1-4 27.2-11 38.3-4.1 6.5-4.8 14.6-2 21.7s9 12.5 16.5 14.3c34.8 8.7 60.5 40.2 60.5 77.6 0 44.2-35.8 80-80 80l-304 0c-53 0-96-43-96-96 0-42.7 27.9-79 66.6-91.4 11.8-3.8 18.8-16 16.1-28.1-1.8-7.9-2.7-16.1-2.7-24.5zM305 377l64-64c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-23 23 0-86.1c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 86.1-23-23c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0z"]},{prefix:"far",iconName:"bookmark-slash",icon:[576,512,[],"e0c2","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-89-89 0-350.2c0-35.3-28.7-64-64-64L160 0c-25.5 0-47.4 14.9-57.8 36.4L41-24.9zm103 103L144 64c0-8.8 7.2-16 16-16l256 0c8.8 0 16 7.2 16 16l0 302.2-288-288zM295.6 365.5c-11.7-1.9-24 .6-34.3 7.5l-117.4 78.2 0-237.3-48-48 0 315.2c0 25.6 28.5 40.8 49.8 26.6L288 412.8 430.2 507.7c4 2.7 8.3 4.3 12.6 5L295.6 365.5z"]},{prefix:"far",iconName:"link-simple",icon:[576,512,[],"e1cd","M0 256C0 150 86 64 192 64l40 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-40 0c-79.5 0-144 64.5-144 144s64.5 144 144 144l40 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-40 0C86 448 0 362 0 256zm160 0c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-208 0c-13.3 0-24-10.7-24-24zM384 64c106 0 192 86 192 192S490 448 384 448l-40 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l40 0c79.5 0 144-64.5 144-144S463.5 112 384 112l-40 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l40 0z"]},{prefix:"far",iconName:"clock-rotate-left",icon:[512,512,["history"],"f1da","M48 106.7L48 56c0-13.3-10.7-24-24-24S0 42.7 0 56L0 168c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-55.3 0c37-57.8 101.7-96 175.3-96 114.9 0 208 93.1 208 208S370.9 464 256 464c-42.5 0-81.9-12.7-114.7-34.5-11-7.3-25.9-4.3-33.3 6.7s-4.3 25.9 6.7 33.3c40.5 26.8 89.1 42.5 141.3 42.5 141.4 0 256-114.6 256-256S397.4 0 256 0C170.3 0 94.4 42.1 48 106.7zM256 128c-13.3 0-24 10.7-24 24l0 104c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65 0-94.1c0-13.3-10.7-24-24-24z"]},{prefix:"far",iconName:"plug",icon:[448,512,[128268],"f1e6","M120-32c13.3 0 24 10.7 24 24l0 104 160 0 0-104c0-13.3 10.7-24 24-24s24 10.7 24 24l0 104 72 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 80c0 97.9-73.3 178.7-168 190.5l0 73.5c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-73.5C105.3 402.7 32 321.9 32 224l0-80-8 0c-13.3 0-24-10.7-24-24S10.7 96 24 96L96 96 96-8c0-13.3 10.7-24 24-24zM80 144l0 80c0 79.5 64.5 144 144 144s144-64.5 144-144l0-80-288 0z"]},{prefix:"far",iconName:"chart-simple",icon:[576,512,[],"e473","M304 80l0 352-48 0 0-352 48 0zM256 32c-26.5 0-48 21.5-48 48l0 352c0 26.5 21.5 48 48 48l48 0c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48l-48 0zM112 272l0 160-48 0 0-160 48 0zM64 224c-26.5 0-48 21.5-48 48l0 160c0 26.5 21.5 48 48 48l48 0c26.5 0 48-21.5 48-48l0-160c0-26.5-21.5-48-48-48l-48 0zm384-80l48 0 0 288-48 0 0-288zm-48 0l0 288c0 26.5 21.5 48 48 48l48 0c26.5 0 48-21.5 48-48l0-288c0-26.5-21.5-48-48-48l-48 0c-26.5 0-48 21.5-48 48z"]},{prefix:"far",iconName:"circle-play",icon:[512,512,[61469,"play-circle"],"f144","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM212.5 147.5c-7.4-4.5-16.7-4.7-24.3-.5S176 159.3 176 168l0 176c0 8.7 4.7 16.7 12.3 20.9s16.8 4.1 24.3-.5l144-88c7.1-4.4 11.5-12.1 11.5-20.5s-4.4-16.1-11.5-20.5l-144-88zM298 256l-74 45.2 0-90.4 74 45.2z"]},{prefix:"far",iconName:"file-magnifying-glass",icon:[384,512,["file-search"],"f865","M64 48l112 0 0 88c0 39.8 32.2 72 72 72l88 0 0 240c0 8.8-7.2 16-16 16L64 464c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16zM224 67.9l92.1 92.1-68.1 0c-13.3 0-24-10.7-24-24l0-68.1zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-261.5c0-17-6.7-33.3-18.7-45.3L242.7 18.7C230.7 6.7 214.5 0 197.5 0L64 0zM262.5 320c0-47.8-38.7-86.5-86.5-86.5s-86.5 38.7-86.5 86.5 38.7 86.5 86.5 86.5c15.2 0 29.4-3.9 41.8-10.7L255 433.1c9.4 9.4 24.6 9.4 33.9 .1s9.4-24.6 .1-33.9l-37.2-37.4c6.9-12.4 10.8-26.7 10.8-41.8zM176 278a42 42 0 1 1 0 84 42 42 0 1 1 0-84z"]},{prefix:"far",iconName:"pen",icon:[512,512,[128394],"f304","M36.4 353.8c4.1-14.6 11.8-27.9 22.6-38.7l294-294C366.4 7.6 384.8 0 404 0s37.6 7.6 51.1 21.2l35.7 35.7C504.4 70.4 512 88.8 512 108s-7.6 37.6-21.2 51.1l-294 294c-10.7 10.7-24.1 18.5-38.7 22.6L30.4 511.1c-8.3 2.3-17.3 0-23.4-6.2s-8.5-15.1-6.2-23.4L36.4 353.8zM386.8 55.1l-52.9 52.9 70.1 70.1 52.9-52.9c4.6-4.6 7.1-10.7 7.1-17.2s-2.6-12.6-7.1-17.2L421.2 55.1C416.6 50.6 410.4 48 404 48s-12.6 2.6-17.2 7.1zM300 141.9L92.9 349.1c-4.9 4.9-8.4 10.9-10.3 17.6l-24.1 86.9 86.9-24.1c6.6-1.8 12.7-5.4 17.6-10.3L370.1 212 300 141.9z"]},{prefix:"far",iconName:"tablet",icon:[448,512,["tablet-android"],"f3fb","M64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16L64 48zM0 64C0 28.7 28.7 0 64 0L384 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zM184 368l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{prefix:"far",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zm0-464a208 208 0 1 0 0 416 208 208 0 1 0 0-416zm70.7 121.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L243.4 366.1c-4.1 5.7-10.5 9.3-17.5 9.8-7 .5-13.9-2-18.8-6.9l-55.9-55.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l36 36 105.6-145.2z"]},{prefix:"far",iconName:"file-invoice",icon:[384,512,[],"f570","M176 48L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-240-88 0c-39.8 0-72-32.2-72-72l0-88zM316.1 160L224 67.9 224 136c0 13.3 10.7 24 24 24l68.1 0zM0 64C0 28.7 28.7 0 64 0L197.5 0c17 0 33.3 6.7 45.3 18.7L365.3 141.3c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64zm80 40c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zm0 80c0-13.3 10.7-24 24-24l16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-16 0c-13.3 0-24-10.7-24-24zM256 368l0-64-128 0 0 64 128 0zM80 376l0-80c0-22.1 17.9-40 40-40l144 0c22.1 0 40 17.9 40 40l0 80c0 22.1-17.9 40-40 40l-144 0c-22.1 0-40-17.9-40-40z"]},{prefix:"far",iconName:"xmark",icon:[384,512,[215,10060,10006,10005,128473,"close","multiply","remove","times"],"f00d","M7.5 105c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l151 151 151-151c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-151 151 151 151c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-151-151-151 151c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l151-151-151-151z"]},{prefix:"far",iconName:"arrow-right",icon:[512,512,[8594],"f061","M505 273c9.4-9.4 9.4-24.6 0-33.9L337 71c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l127 127-406.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l406.1 0-127 127c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L505 273z"]},{prefix:"far",iconName:"bookmark",icon:[384,512,[61591,128278],"f02e","M0 64C0 28.7 28.7 0 64 0L320 0c35.3 0 64 28.7 64 64l0 417.1c0 25.6-28.5 40.8-49.8 26.6L192 412.8 49.8 507.7C28.5 521.9 0 506.6 0 481.1L0 64zM64 48c-8.8 0-16 7.2-16 16l0 387.2 117.4-78.2c16.1-10.7 37.1-10.7 53.2 0L336 451.2 336 64c0-8.8-7.2-16-16-16L64 48z"]},{prefix:"far",iconName:"expand-wide",icon:[512,512,[],"f320","M136 64c13.3 0 24 10.7 24 24s-10.7 24-24 24l-88 0 0 88c0 13.3-10.7 24-24 24S0 213.3 0 200L0 88C0 74.7 10.7 64 24 64l112 0zM0 312c0-13.3 10.7-24 24-24s24 10.7 24 24l0 88 88 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 448c-13.3 0-24-10.7-24-24L0 312zM488 64c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-88-88 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l112 0zM464 312c0-13.3 10.7-24 24-24s24 10.7 24 24l0 112c0 13.3-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l88 0 0-88z"]},{prefix:"far",iconName:"user",icon:[448,512,[62470,62144,128100,"user-alt","user-large"],"f007","M144 128a80 80 0 1 1 160 0 80 80 0 1 1 -160 0zm208 0a128 128 0 1 0 -256 0 128 128 0 1 0 256 0zM48 480c0-70.7 57.3-128 128-128l96 0c70.7 0 128 57.3 128 128l0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8c0-97.2-78.8-176-176-176l-96 0C78.8 304 0 382.8 0 480l0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8z"]},{prefix:"far",iconName:"server",icon:[448,512,[],"f233","M64 80c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 224c-35.3 0-64-28.7-64-64L0 96zm264 8a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 336c-8.8 0-16 7.2-16 16l0 64c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-64c0-8.8-7.2-16-16-16L64 336zM0 352c0-35.3 28.7-64 64-64l320 0c35.3 0 64 28.7 64 64l0 64c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64l0-64zm240 32a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm104-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"]},{prefix:"far",iconName:"calendar-range",icon:[448,512,[],"e0d6","M144 24c0-13.3-10.7-24-24-24S96 10.7 96 24l0 40-32 0C28.7 64 0 92.7 0 128L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-288c0-35.3-28.7-64-64-64l-32 0 0-40c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 40-160 0 0-40zm184 88l56 0c8.8 0 16 7.2 16 16l0 288c0 8.8-7.2 16-16 16L64 432c-8.8 0-16-7.2-16-16l0-288c0-8.8 7.2-16 16-16l264 0zM96 224a32 32 0 1 0 64 0 32 32 0 1 0 -64 0zm224 96a32 32 0 1 0 0 64 32 32 0 1 0 0-64zM192 216c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-112 0c-13.3 0-24 10.7-24 24zm40 104l-112 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l112 0c13.3 0 24-10.7 24-24s-10.7-24-24-24z"]},{prefix:"far",iconName:"broom-wide",icon:[576,512,[],"e5d1","M569 9c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-200 200-12.9-12.9c-20.2-20.2-51.4-24.6-76.3-10.7L16.4 278.9C6.3 284.5 0 295.2 0 306.8 0 315.2 3.4 323.4 9.3 329.3L214.7 534.7c6 6 14.1 9.3 22.6 9.3 11.6 0 22.3-6.3 27.9-16.4L392.6 298.2c13.9-25 9.5-56.1-10.7-76.3L369 209 569 9zM288.2 196.1l59.7 59.7c5.1 5.1 6.1 12.8 2.7 19.1l-14.9 26.8-93.4-93.4 26.8-14.9c6.2-3.5 14-2.4 19.1 2.7zm-89.6 36.5l112.8 112.8-77.9 140.3-96.5-96.5 18-53.9c2.1-6.3-3.9-12.2-10.1-10.1l-53.9 18-32.5-32.5 140.3-77.9z"]},{prefix:"far",iconName:"house",icon:[512,512,[63500,63498,127968,"home","home-alt","home-lg-alt"],"f015","M240 6.1c9.1-8.2 22.9-8.2 32 0l232 208c9.9 8.8 10.7 24 1.8 33.9s-24 10.7-33.9 1.8l-8-7.2 0 205.3c0 35.3-28.7 64-64 64l-288 0c-35.3 0-64-28.7-64-64l0-205.3-8 7.2c-9.9 8.8-25 8-33.9-1.8s-8-25 1.8-33.9L240 6.1zm16 50.1L96 199.7 96 448c0 8.8 7.2 16 16 16l48 0 0-104c0-39.8 32.2-72 72-72l48 0c39.8 0 72 32.2 72 72l0 104 48 0c8.8 0 16-7.2 16-16l0-248.3-160-143.4zM208 464l96 0 0-104c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24l0 104z"]},{prefix:"far",iconName:"arrows-up-down-left-right",icon:[512,512,["arrows"],"f047","M273.5 7c-9.4-9.4-24.6-9.4-33.9 0l-72 72c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l31-31 0 150.1-150.1 0 31-31c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-72 72c-9.4 9.4-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-31-31 150.1 0 0 150.1-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31 0-150.1 150.1 0-31 31c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9l-72-72c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l31 31-150.1 0 0-150.1 31 31c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-72-72z"]},{prefix:"far",iconName:"wifi-slash",icon:[576,512,[],"f6ac","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7.1 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-243-243c38 8.4 71.5 29 95.9 57.7 8.6 10.1 23.8 11.3 33.8 2.7s11.3-23.8 2.7-33.8c-41-48-102.2-78.6-170.4-78.6-4.6 0-9.2 .1-13.7 .4L167.2 101.3c37.7-13.8 78.4-21.3 120.9-21.3 96.4 0 183.6 38.7 247.2 101.4 9.4 9.3 24.6 9.2 33.9-.2s9.2-24.6-.2-33.9C496.8 76 397.5 32 288.1 32 232 32 178.7 43.5 130.3 64.3L41-24.9zM79 148.8L44.7 114.5c-13.2 10.1-25.8 21.1-37.6 32.8-9.4 9.3-9.5 24.5-.2 33.9s24.5 9.5 33.9 .2c11.9-11.8 24.7-22.7 38.2-32.6zM206.3 276.1l-35.2-35.2c-20.1 12.4-38.2 27.8-53.5 45.7-8.6 10.1-7.4 25.2 2.7 33.8s25.2 7.4 33.8-2.7c14.5-17 32.2-31.2 52.1-41.7zM336.1 432a48 48 0 1 0 -96 0 48 48 0 1 0 96 0z"]},{prefix:"far",iconName:"user-lock",icon:[576,512,[],"f502","M304 128a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM96 128a128 128 0 1 1 256 0 128 128 0 1 1 -256 0zM48 480l0 8c0 13.3-10.7 24-24 24S0 501.3 0 488l0-8c0-97.2 78.8-176 176-176l96 0c22.6 0 44.2 4.3 64 12l0 12.4c-9.5 8.5-17.3 18.8-22.8 30.4-12.9-4.4-26.8-6.8-41.2-6.8l-96 0c-70.7 0-128 57.3-128 128zM496 304.1c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 47.9 64 0 0-47.9zM352 400c0-20.9 13.4-38.7 32-45.3l0-50.6c0-44.2 35.8-80 80-80s80 35.8 80 80l0 50.6c18.6 6.6 32 24.4 32 45.3l0 96c0 26.5-21.5 48-48 48l-128 0c-26.5 0-48-21.5-48-48l0-96z"]},{prefix:"far",iconName:"check",icon:[448,512,[10004,10003],"f00c","M438 68.5c10.8 7.7 13.2 22.7 5.5 33.5l-264 368c-4.1 5.7-10.5 9.4-17.5 9.9S148 478 143 473L7 337c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L157 419 404.5 74c7.7-10.8 22.7-13.2 33.5-5.5z"]},{prefix:"far",iconName:"italic",icon:[384,512,[],"f033","M128 56c0-13.3 10.7-24 24-24l208 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-76.4 0-132 352 80.4 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 480c-13.3 0-24-10.7-24-24s10.7-24 24-24l76.4 0 132-352-80.4 0c-13.3 0-24-10.7-24-24z"]},{prefix:"far",iconName:"life-ring",icon:[512,512,[],"f1cd","M385.1 419.1C349.7 447.2 304.8 464 256 464s-93.7-16.8-129.1-44.9l80.4-80.4c14.3 8.4 31 13.3 48.8 13.3s34.5-4.8 48.8-13.3l80.4 80.4zm68.1 .2C489.9 374.9 512 318.1 512 256S489.9 137.1 453.2 92.7L465 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L419.3 58.8C374.9 22.1 318.1 0 256 0S137.1 22.1 92.7 58.8L81 47c-9.4-9.4-24.6-9.4-33.9 0S37.7 71.6 47 81L58.8 92.7C22.1 137.1 0 193.9 0 256S22.1 374.9 58.8 419.3L47 431c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l11.8-11.8C137.1 489.9 193.9 512 256 512s118.9-22.1 163.3-58.8L431 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-11.8-11.8zm-34.1-34.1l-80.4-80.4c8.4-14.3 13.3-31 13.3-48.8s-4.8-34.5-13.3-48.8l80.4-80.4C447.2 162.3 464 207.2 464 256s-16.8 93.7-44.9 129.1zM385.1 92.9l-80.4 80.4c-14.3-8.4-31-13.3-48.8-13.3s-34.5 4.8-48.8 13.3L126.9 92.9C162.3 64.8 207.2 48 256 48s93.7 16.8 129.1 44.9zM173.3 304.8L92.9 385.1C64.8 349.7 48 304.8 48 256s16.8-93.7 44.9-129.1l80.4 80.4c-8.4 14.3-13.3 31-13.3 48.8s4.8 34.5 13.3 48.8zM208 256a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z"]},{prefix:"far",iconName:"table-cells",icon:[448,512,["th"],"f00a","M312 80l0 88 88 0 0-72c0-8.8-7.2-16-16-16l-72 0zm-48 0l-80 0 0 88 80 0 0-88zM136 80L64 80c-8.8 0-16 7.2-16 16l0 72 88 0 0-88zM0 216L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 216zm48 80l88 0 0-80-88 0 0 80zm0 48l0 72c0 8.8 7.2 16 16 16l72 0 0-88-88 0zm136 88l80 0 0-88-80 0 0 88zm128 0l72 0c8.8 0 16-7.2 16-16l0-72-88 0 0 88zm88-136l0-80-88 0 0 80 88 0zm-216 0l80 0 0-80-80 0 0 80z"]},{prefix:"far",iconName:"trash-can",icon:[448,512,[61460,"trash-alt"],"f2ed","M166.2-16c-13.3 0-25.3 8.3-30 20.8L120 48 24 48C10.7 48 0 58.7 0 72S10.7 96 24 96l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-96 0-16.2-43.2C307.1-7.7 295.2-16 281.8-16L166.2-16zM32 144l0 304c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-304-48 0 0 304c0 8.8-7.2 16-16 16L96 464c-8.8 0-16-7.2-16-16l0-304-48 0zm160 72c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 176c0 13.3 10.7 24 24 24s24-10.7 24-24l0-176zm112 0c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 176c0 13.3 10.7 24 24 24s24-10.7 24-24l0-176z"]},{prefix:"far",iconName:"wrench",icon:[576,512,[128295],"f0ad","M208 168c0-92.8 75.2-168 168-168 27.1 0 52.8 6.4 75.5 17.9 6.9 3.5 11.7 10 12.9 17.6s-1.3 15.3-6.7 20.8l-73.7 73.7 0 30.1 30.1 0 73.7-73.7c5.4-5.4 13.2-7.9 20.8-6.7s14.2 6 17.6 12.9c11.4 22.7 17.9 48.4 17.9 75.5 0 92.8-75.2 168-168 168-16.6 0-32.7-2.4-47.9-6.9L152.6 504.6c-31.2 31.2-81.9 31.2-113.1 0s-31.2-81.9 0-113.1L214.9 215.9c-4.5-15.2-6.9-31.3-6.9-47.9zM376 48c-66.3 0-120 53.7-120 120 0 16 3.1 31.3 8.8 45.2 3.6 8.9 1.6 19.2-5.3 26l-186.2 186.2 0 0c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L304.8 284.5c6.8-6.8 17.1-8.9 26-5.3 13.9 5.7 29.2 8.8 45.2 8.8 66.3 0 120-53.7 120-120 0-6.9-.6-13.7-1.7-20.3L441 201c-4.5 4.5-10.6 7-17 7l-64 0c-13.3 0-24-10.7-24-24l0-64c0-6.4 2.5-12.5 7-17l53.3-53.3C389.7 48.6 382.9 48 376 48z"]},{prefix:"far",iconName:"paperclip",icon:[512,512,[128206],"f0c6","M241.4 18.4c53.1-53.1 139.2-53.1 192.3 0s53.1 139.2 0 192.3L264 380.5c-34.4 34.4-90.1 34.4-124.5 0s-34.4-90.1 0-124.5L298 97.6c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L173.5 289.9c-15.6 15.6-15.6 40.9 0 56.6s40.9 15.6 56.6 0L399.8 176.8c34.4-34.4 34.4-90.1 0-124.5s-90.1-34.4-124.4 0l-181 181c-53.1 53.1-53.1 139.2 0 192.3s139.2 53.1 192.3 0L428.1 284.3c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9L320.6 459.6c-71.9 71.9-188.4 71.9-260.2 0s-71.9-188.4 0-260.2l181-181z"]},{prefix:"far",iconName:"cabinet-filing",icon:[448,512,[128452],"f64b","M384 232L64 232 64 64c0-8.8 7.2-16 16-16l288 0c8.8 0 16 7.2 16 16l0 168zM16 256l0 192c0 35.3 28.7 64 64 64l288 0c35.3 0 64-28.7 64-64l0-384c0-35.3-28.7-64-64-64L80 0C44.7 0 16 28.7 16 64l0 192zM384 448c0 8.8-7.2 16-16 16L80 464c-8.8 0-16-7.2-16-16l0-168 320 0 0 168zM160 152l0-8 128 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16c0-22.1-17.9-40-40-40L152 96c-22.1 0-40 17.9-40 40l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24zm-8 184c-22.1 0-40 17.9-40 40l0 16c0 13.3 10.7 24 24 24s24-10.7 24-24l0-8 128 0 0 8c0 13.3 10.7 24 24 24s24-10.7 24-24l0-16c0-22.1-17.9-40-40-40l-144 0z"]},{prefix:"far",iconName:"arrow-up",icon:[384,512,[8593],"f062","M209.5 7c-9.4-9.4-24.6-9.4-33.9 0L7.5 175c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l127-127 0 406.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-406.1 127 127c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L209.5 7z"]},{prefix:"far",iconName:"file",icon:[384,512,[61462,128459,128196],"f15b","M176 48L64 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l256 0c8.8 0 16-7.2 16-16l0-240-88 0c-39.8 0-72-32.2-72-72l0-88zM316.1 160L224 67.9 224 136c0 13.3 10.7 24 24 24l68.1 0zM0 64C0 28.7 28.7 0 64 0L197.5 0c17 0 33.3 6.7 45.3 18.7L365.3 141.3c12 12 18.7 28.3 18.7 45.3L384 448c0 35.3-28.7 64-64 64L64 512c-35.3 0-64-28.7-64-64L0 64z"]},{prefix:"far",iconName:"circle-question",icon:[512,512,[62108,"question-circle"],"f059","M464 256a208 208 0 1 0 -416 0 208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zm256-80c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 47.2-36 67.2-56 74.5l0 3.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8.1c0-20.5 14.8-35.2 30.1-40.2 6.4-2.1 13.2-5.5 18.2-10.3 4.3-4.2 7.7-10 7.7-19.6 0-17.7-14.3-32-32-32zM224 368a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]},{prefix:"far",iconName:"columns-3",icon:[448,512,[],"e361","M320 80l0 352 64 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16l-64 0zm-48 0l-96 0 0 352 96 0 0-352zM128 432l0-352-64 0c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l64 0zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96z"]},{prefix:"far",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M205.5 92.7l13.7-60.7 73.6 0 13.7 60.7c1.7 7.4 6.8 13.6 13.8 16.7 10.8 4.8 21 10.7 30.4 17.6 6.1 4.5 14.1 5.9 21.4 3.6l59.5-18.5 36.8 63.8-45.8 42.3c-5.6 5.2-8.4 12.7-7.6 20.2 1.3 11.5 1.3 23.7 0 35.2-.8 7.6 2 15.1 7.6 20.2l45.8 42.3-36.8 63.8-59.5-18.5c-7.3-2.3-15.2-.9-21.4 3.6-9.4 6.9-19.6 12.9-30.4 17.6-7 3.1-12.1 9.3-13.8 16.7l-13.7 60.7-73.6 0-13.7-60.7c-1.7-7.4-6.8-13.6-13.8-16.7-10.8-4.8-21-10.7-30.4-17.6-6.1-4.5-14.1-5.9-21.4-3.6l-59.5 18.5-36.8-63.8 45.8-42.3c5.6-5.2 8.4-12.7 7.6-20.2-1.3-11.5-1.3-23.7 0-35.2 .8-7.6-2-15.1-7.6-20.2l-45.8-42.3 36.8-63.8 59.5 18.5c7.3 2.3 15.2 .9 21.4-3.6 9.4-6.9 19.6-12.9 30.4-17.6 7-3.1 12.1-9.3 13.8-16.7zM212.8-16c-18.7 0-34.9 13-39 31.2L161.2 70.8c-6.3 3.2-12.3 6.7-18.2 10.5L88.6 64.4c-17.9-5.6-37.2 2-46.5 18.2L-1.1 157.4c-9.3 16.2-6.2 36.7 7.5 49.4l41.9 38.7c-.3 6.9-.3 14 0 21L6.4 305.2c-13.7 12.7-16.9 33.2-7.5 49.4l43.2 74.8c9.3 16.2 28.7 23.7 46.5 18.2l54.5-16.9c5.9 3.8 11.9 7.3 18.2 10.5l12.6 55.6c4.1 18.2 20.3 31.2 39 31.2l86.4 0c18.7 0 34.9-13 39-31.2l12.6-55.6c6.3-3.2 12.3-6.7 18.2-10.5l54.5 16.9c17.9 5.6 37.2-2 46.5-18.2l43.2-74.8c9.3-16.2 6.2-36.7-7.5-49.4l-41.9-38.7c.3-6.9 .3-14 0-21l41.9-38.7c13.7-12.7 16.8-33.2 7.5-49.4L470 82.6c-9.4-16.2-28.7-23.7-46.5-18.2L369 81.3c-5.9-3.8-11.9-7.3-18.2-10.5L338.3 15.2C334.1-3 317.9-16 299.2-16l-86.4 0zM304 256a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-48-96a96 96 0 1 0 0 192 96 96 0 1 0 0-192z"]},{prefix:"far",iconName:"circle-arrow-down",icon:[512,512,["arrow-circle-down"],"f0ab","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM239 353c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31 0-102.1c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 102.1-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72z"]},{prefix:"far",iconName:"chart-line",icon:[512,512,["line-chart"],"f201","M48 56c0-13.3-10.7-24-24-24S0 42.7 0 56L0 400c0 44.2 35.8 80 80 80l408 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L80 432c-17.7 0-32-14.3-32-32L48 56zM473 169c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-119 119-79-79c-9.4-9.4-24.6-9.4-33.9 0L103 279c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l87-87 79 79c9.4 9.4 24.6 9.4 33.9 0L473 169z"]},{prefix:"far",iconName:"thumbs-up",icon:[512,512,[61575,128077],"f164","M171.5 38.8C192.3 4 236.5-10 274 7.6l7.2 3.8C316 32.3 330 76.5 312.4 114l0 0-14.1 30 109.7 0 7.4 .4c36.3 3.7 64.6 34.4 64.6 71.6 0 13.2-3.6 25.4-9.8 36 6.1 10.6 9.7 22.8 9.8 36 0 18.3-6.9 34.8-18 47.5 1.3 5.3 2 10.8 2 16.5 0 25.1-12.9 47-32.2 59.9-1.9 35.5-29.4 64.2-64.4 67.7l-7.4 .4-104.1 0c-18 0-35.9-3.4-52.6-9.9l-7.1-3-.7-.3-6.6-3.2-.7-.3-12.2-6.5c-12.3-6.5-23.3-14.7-32.9-24.1-4.1 26.9-27.3 47.4-55.3 47.4l-32 0c-30.9 0-56-25.1-56-56L0 200c0-30.9 25.1-56 56-56l32 0c10.8 0 20.9 3.1 29.5 8.5l50.1-106.5 .6-1.2 2.7-5 .6-.9zM56 192c-4.4 0-8 3.6-8 8l0 224c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-224c0-4.4-3.6-8-8-8l-32 0zM253.6 51c-14.8-6.9-32.3-1.6-40.7 12l-2.2 4-56.8 120.9c-3.5 7.5-5.5 15.5-6 23.7l-.1 4.2 0 112.9 .2 7.9c2.4 32.7 21.4 62.1 50.7 77.7l11.5 6.1 6.3 3.1c12.4 5.6 25.8 8.5 39.4 8.5l104.1 0 2.4-.1c12.1-1.2 21.6-11.5 21.6-23.9l-.2-2.6c-.1-.9-.2-1.7-.4-2.6-2.7-12.1 4.3-24.2 16-28 9.7-3.1 16.6-12.2 16.6-22.8 0-4.3-1.1-8.2-3.1-11.8-6.3-11.1-2.8-25.2 8-32 6.8-4.3 11.2-11.8 11.2-20.2 0-7.1-3.1-13.5-8.2-18-5.2-4.6-8.2-11.1-8.2-18s3-13.4 8.2-18c5.1-4.5 8.2-10.9 8.2-18l-.1-2.4c-1.1-11.3-10.1-20.3-21.4-21.4l-2.4-.1-147.5 0c-8.2 0-15.8-4.2-20.2-11.1-4.4-6.9-5-15.7-1.5-23.1L269 93.6c7-15 1.4-32.7-12.5-41L253.6 51z"]},{prefix:"far",iconName:"hand",icon:[512,512,[9995,129306,"hand-paper"],"f256","M256.5 0c-25.3 0-47.2 14.7-57.6 36-7-2.6-14.5-4-22.4-4-35.3 0-64 28.7-64 64l0 165.5-2.7-2.7c-25-25-65.5-25-90.5 0s-25 65.5 0 90.5L107 437c48 48 113.1 75 181 75l16.5 0c1.5 0 3-.1 4.5-.4 91.7-6.2 165-79.4 171.1-171.1 .3-1.5 .4-3 .4-4.5l0-176c0-35.3-28.7-64-64-64-5.5 0-10.9 .7-16 2l0-2c0-35.3-28.7-64-64-64-7.9 0-15.4 1.4-22.4 4-10.4-21.3-32.3-36-57.6-36zm-16 96.1l0-.1 0-32c0-8.8 7.2-16 16-16s16 7.2 16 16l0 168c0 13.3 10.7 24 24 24s24-10.7 24-24l0-136c0-8.8 7.2-16 16-16s16 7.2 16 16l0 136c0 13.3 10.7 24 24 24s24-10.7 24-24l0-72c0-8.8 7.2-16 16-16s16 7.2 16 16l0 172.9c-.1 .6-.1 1.3-.2 1.9-3.4 69.7-59.3 125.6-129 129-.6 0-1.3 .1-1.9 .2L288 464C232.9 464 180 442.1 141 403.1L53.2 315.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l43.7 43.7c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2l0-223.4c0-8.8 7.2-16 16-16 8.8 0 16 7.1 16 15.9l0 136.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-135.9z"]},{prefix:"far",iconName:"circle",icon:[512,512,[61915,61708,11044,9899,9898,9679,128996,128995,128994,128993,128992,128309,128308],"f111","M464 256a208 208 0 1 0 -416 0 208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0z"]},{prefix:"far",iconName:"calendar-day",icon:[448,512,[],"f783","M120 0c13.3 0 24 10.7 24 24l0 40 160 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-40c0-13.3 10.7-24 24-24zm0 112l-56 0c-8.8 0-16 7.2-16 16l0 288c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-288c0-8.8-7.2-16-16-16l-264 0zm24 144l0 80 80 0 0-80-80 0zm-48 0c0-26.5 21.5-48 48-48l80 0c26.5 0 48 21.5 48 48l0 80c0 26.5-21.5 48-48 48l-80 0c-26.5 0-48-21.5-48-48l0-80z"]},{prefix:"far",iconName:"cloud",icon:[576,512,[9729],"f0c2","M80 192c0-88.4 71.6-160 160-160 47.1 0 89.4 20.4 118.7 52.7 10.6-3.1 21.8-4.7 33.3-4.7 66.3 0 120 53.7 120 120 0 13.2-2.1 25.9-6.1 37.8 41.6 21.1 70.1 64.3 70.1 114.2 0 70.7-57.3 128-128 128l-304 0c-79.5 0-144-64.5-144-144 0-56.8 32.9-105.9 80.7-129.4-.4-4.8-.7-9.7-.7-14.6zM240 80c-61.9 0-112 50.1-112 112 0 8.4 .9 16.6 2.7 24.5 2.7 12.1-4.3 24.3-16.1 28.1-38.7 12.4-66.6 48.7-66.6 91.4 0 53 43 96 96 96l304 0c44.2 0 80-35.8 80-80 0-37.4-25.7-68.9-60.5-77.6-7.5-1.9-13.6-7.2-16.5-14.3s-2.1-15.2 2-21.7c7-11.1 11-24.2 11-38.3 0-39.8-32.2-72-72-72-11.1 0-21.5 2.5-30.8 6.9-10.5 5-23.1 1.7-29.8-7.8-20.3-28.6-53.7-47.1-91.3-47.1z"]},{prefix:"far",iconName:"list-tree",icon:[512,512,[],"e1d2","M48 48c-26.5 0-48 21.5-48 48 0 17.8 9.7 33.3 24 41.6L24 384c0 30.9 25.1 56 56 56l54.4 0c8.3 14.3 23.8 24 41.6 24 26.5 0 48-21.5 48-48s-21.5-48-48-48c-17.8 0-33.3 9.7-41.6 24L80 392c-4.4 0-8-3.6-8-8l0-104 62.4 0c8.3 14.3 23.8 24 41.6 24 26.5 0 48-21.5 48-48s-21.5-48-48-48c-17.8 0-33.3 9.7-41.6 24l-62.4 0 0-94.4c14.3-8.3 24-23.8 24-41.6 0-26.5-21.5-48-48-48zM160 96c0 13.3 10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L184 72c-13.3 0-24 10.7-24 24zM288 256c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24zm0 160c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24z"]},{prefix:"far",iconName:"arrows-maximize",icon:[448,512,["expand-arrows"],"f31d","M296 32c-13.3 0-24 10.7-24 24s10.7 24 24 24L366.1 80 224 222.1 81.9 80 152 80c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 32C10.7 32 0 42.7 0 56L0 184c0 13.3 10.7 24 24 24s24-10.7 24-24L48 113.9 190.1 256 48 398.1 48 328c0-13.3-10.7-24-24-24S0 314.7 0 328L0 456c0 13.3 10.7 24 24 24l128 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L81.9 432 224 289.9 366.1 432 296 432c-13.3 0-24 10.7-24 24s10.7 24 24 24l128 0c13.3 0 24-10.7 24-24l0-128c0-13.3-10.7-24-24-24s-24 10.7-24 24L400 398.1 257.9 256 400 113.9 400 184c0 13.3 10.7 24 24 24s24-10.7 24-24l0-128c0-13.3-10.7-24-24-24L296 32z"]},{prefix:"far",iconName:"angle-right",icon:[256,512,[8250],"f105","M241.5 239c9.4 9.4 9.4 24.6 0 33.9L81.5 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143-143-143c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l160 160z"]},{prefix:"far",iconName:"sparkles",icon:[576,512,[10024],"f890","M391.5 53.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L448 96 469.2 152.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L512 96 568.5 74.8c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L512 32 490.8-24.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L448 32 391.5 53.2zM167.9 208.5l24.1-52.1 24.1 52.1c4.8 10.4 13.1 18.7 23.5 23.5l52.1 24.1-52.1 24.1c-10.4 4.8-18.7 13.1-23.5 23.5l-24.1 52.1-24.1-52.1c-4.8-10.4-13.1-18.7-23.5-23.5L92.3 256 144.5 231.9c10.4-4.8 18.7-13.1 23.5-23.5zM165.6 99.1l-41.2 89.3-89.3 41.2-.6 .3c-3.9 1.8-12.3 5.7-25.2 11.6-5.7 2.6-9.3 8.3-9.3 14.5s3.6 11.9 9.3 14.5c12.9 5.9 21.2 9.8 25.2 11.6l.6 .3 89.3 41.2 41.2 89.3 .3 .6c1.8 3.9 5.7 12.3 11.6 25.2 2.6 5.7 8.3 9.3 14.5 9.3s11.9-3.6 14.5-9.3c14.4-31.1 15.1-32.7 53.1-115l89.3-41.2 .6-.3c3.9-1.8 12.3-5.7 25.2-11.6 5.7-2.6 9.3-8.3 9.3-14.5s-3.6-11.9-9.3-14.5c-31.1-14.4-32.7-15.1-115-53.1l-41.2-89.3-.3-.6c-1.8-3.9-5.7-12.3-11.6-25.2-2.6-5.7-8.3-9.3-14.5-9.3s-11.9 3.6-14.5 9.3c-13.8 29.8-11.5 25-11.9 25.8zM416 416l-56.5 21.2c-4.5 1.7-7.5 6-7.5 10.8s3 9.1 7.5 10.8L416 480 437.2 536.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L480 480 536.5 458.8c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L480 416 458.8 359.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L416 416z"]},{prefix:"far",iconName:"code",icon:[576,512,[],"f121","M337.1 16.9c3.9-12.7 17.4-19.7 30-15.8s19.7 17.4 15.8 30l-144 464c-3.9 12.7-17.4 19.7-30 15.8s-19.7-17.4-15.8-30l144-464zM145 135c9.4 9.4 9.4 24.6 0 33.9l-87 87 87 87c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6 0-33.9L111 135c9.4-9.4 24.6-9.4 33.9 0zM431 135c9.4-9.4 24.6-9.4 33.9 0L569 239c9.4 9.4 9.4 24.6 0 33.9L465 377c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l87-87-87-87c-9.4-9.4-9.4-24.6 0-33.9z"]},{prefix:"far",iconName:"align-center",icon:[448,512,[],"f037","M120 40c-13.3 0-24 10.7-24 24s10.7 24 24 24l208 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L120 40zM24 168c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 168zM96 320c0 13.3 10.7 24 24 24l208 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-208 0c-13.3 0-24 10.7-24 24zM24 424c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 424z"]},{prefix:"far",iconName:"comment-question",icon:[512,512,[],"e14b","M0 240c0 54.4 19.3 104.6 51.9 144.9L3.1 474.3c-2 3.7-3.1 7.9-3.1 12.2 0 14.1 11.4 25.5 25.5 25.5 4 0 7.8-.6 11.5-2.1L153.4 460c31.4 12.9 66.1 20 102.6 20 141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240zM94 407.9c9.3-17.1 7.4-38.1-4.8-53.2-26.1-32.3-41.2-71.9-41.2-114.7 0-103.2 90.2-192 208-192s208 88.8 208 192-90.2 192-208 192c-30.2 0-58.7-5.9-84.3-16.4-11.9-4.9-25.3-4.8-37.1 .3L76 440.9 94 407.9zM256 168c16.1 0 29.2 13.1 29.2 29.2 0 8.7-3.1 13.9-6.9 17.7-4.5 4.4-10.7 7.5-16.8 9.5-14.9 5-29.5 19.3-29.5 39.5 0 13.3 10.7 24 24 24 11.5 0 21.2-8.1 23.5-19 19.2-7.1 53.7-26.3 53.7-71.8 0-42.6-34.6-77.2-77.2-77.2s-77.2 34.6-77.2 77.2c0 13.3 10.7 24 24 24s24-10.7 24-24c0-16.1 13.1-29.2 29.2-29.2zm28 168a28 28 0 1 0 -56 0 28 28 0 1 0 56 0z"]},{prefix:"far",iconName:"image",icon:[448,512,[],"f03e","M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80zM0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zm128 32a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm136 72c8.5 0 16.4 4.5 20.7 11.8l80 136c4.4 7.4 4.4 16.6 .1 24.1S352.6 384 344 384l-240 0c-8.9 0-17.2-5-21.3-12.9s-3.5-17.5 1.6-24.8l56-80c4.5-6.4 11.8-10.2 19.7-10.2s15.2 3.8 19.7 10.2l17.2 24.6 46.5-79c4.3-7.3 12.2-11.8 20.7-11.8z"]},{prefix:"far",iconName:"arrow-up-right-and-arrow-down-left-from-center",icon:[512,512,[],"e0a0","M295 183c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l135-135 0 86.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-144c0-13.3-10.7-24-24-24L344 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l86.1 0-135 135zM217 329c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L48 430.1 48 344c0-13.3-10.7-24-24-24S0 330.7 0 344L0 488c0 13.3 10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-86.1 0 135-135z"]},{prefix:"far",iconName:"thumbs-down",icon:[512,512,[61576,128078],"f165","M360 32l7.4 .4c35 3.6 62.5 32.2 64.4 67.7 17.8 11.8 30.1 31.4 32 53.9l.2 6c0 5.7-.7 11.2-2 16.5 10.2 11.5 16.8 26.3 17.8 42.7l.2 4.8c0 13.2-3.6 25.4-9.8 36 4.9 8.4 8.2 17.9 9.3 28l.4 8c0 37.3-28.3 67.9-64.6 71.6l-7.4 .4-109.7 0 14.1 30 3.1 7.6c12.5 35.7-1.8 75.5-34.2 95l-7.2 3.9c-37.5 17.6-81.7 3.6-102.6-31.2l-.6-.9-2.7-5-.6-1.2-30.1-64c-9.4 17.8-28 29.9-49.5 29.9l-32 0c-30.9 0-56-25.1-56-56L0 152c0-30.9 25.1-56 56-56l32 0c12.4 0 23.9 4.1 33.2 11 13.2-21.4 32-39.4 55-51.6l12.2-6.5 .7-.3 6.6-3.2 .7-.3 7.1-3c16.7-6.6 34.5-9.9 52.6-9.9L360 32zM255.9 80c-12 0-23.9 2.3-35.1 6.6l-4.7 2-5.3 2.6 0 0-12.2 6.5c-29.2 15.5-48.3 44.9-50.7 77.6l-.2 8 0 112.9 .1 4.1c.5 8.2 2.5 16.2 6 23.7l56.8 120.9 2.1 3.8c8.4 13.7 26 19.1 40.8 12.2l2.9-1.6c13-7.8 18.7-23.7 13.7-38l-1.2-3-30.2-64.2c-3.5-7.4-2.9-16.1 1.5-23.1s12-11.1 20.2-11.1l147.5 0 2.4-.1c11.3-1.1 20.3-10.1 21.4-21.4l.1-2.5c0-7.1-3.1-13.5-8.2-18-5.2-4.6-8.2-11.1-8.2-18s3-13.4 8.2-18c4.4-3.9 7.4-9.3 8-15.3l.2-2.7c0-8.4-4.4-15.9-11.2-20.2-10.7-6.9-14.2-20.9-8-32 1.5-2.6 2.5-5.6 2.9-8.6l.2-3.2c0-10.6-6.9-19.6-16.6-22.8-11.7-3.8-18.7-15.9-16-28 .2-.9 .3-1.8 .4-2.6l.2-2.6c0-12.4-9.5-22.6-21.6-23.8L360 80 255.9 80zM56 144c-4.4 0-8 3.6-8 8l0 224c0 4.4 3.6 8 8 8l32 0c4.4 0 8-3.6 8-8l0-224c0-4.4-3.6-8-8-8l-32 0z"]},{prefix:"far",iconName:"diagram-sankey",icon:[576,512,[],"e158","M327.6 112c-2.5 0-4.8 1.1-6.3 3.1l-68.8 87.5c-10.6 13.5-26.8 21.4-44 21.4L24 224c-13.3 0-24-10.7-24-24s10.7-24 24-24l184.4 0c2.5 0 4.8-1.1 6.3-3.1l68.8-87.5c10.6-13.5 26.8-21.4 44-21.4L520 64c13.3 0 24 10.7 24 24s-10.7 24-24 24l-192.4 0zM212 320L266 396.6c1.5 2.1 3.9 3.4 6.5 3.4L520 400c13.3 0 24 10.7 24 24s-10.7 24-24 24l-247.4 0c-18.2 0-35.3-8.8-45.8-23.7L153.2 320 24 320c-13.3 0-24-10.7-24-24s10.7-24 24-24l496 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-308 0z"]},{prefix:"far",iconName:"message-check",icon:[512,512,["comment-alt-check"],"f4a2","M416 32c53 0 96 43 96 96l0 224c0 53-43 96-96 96l-120.4 0-129.8 91.6c-7.3 5.2-16.9 5.8-24.9 1.7S128 529 128 520l0-72-32 0c-53 0-96-43-96-96L0 128C0 75 43 32 96 32l320 0zM96 80c-26.5 0-48 21.5-48 48l0 224c0 26.5 21.5 48 48 48l56 0c13.3 0 24 10.7 24 24l0 49.7 91.9-64.9c8.1-5.7 17.8-8.8 27.7-8.8L416 400c26.5 0 48-21.5 48-48l0-224c0-26.5-21.5-48-48-48L96 80zm230.7 65.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L243.4 342.1c-4.1 5.7-10.5 9.3-17.5 9.8-7 .5-13.9-2-18.8-6.9l-55.9-55.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l36 36 105.6-145.2z"]},{prefix:"far",iconName:"bold",icon:[384,512,[],"f032","M24 32C10.7 32 0 42.7 0 56S10.7 80 24 80l40 0 0 352-40 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l236 0c68.5 0 124-55.5 124-124 0-48.9-28.3-91.1-69.3-111.3 23-22.5 37.3-53.9 37.3-88.7 0-68.5-55.5-124-124-124L24 32zM304 156c0 42-34 76-76 76l-116 0 0-152 116 0c42 0 76 34 76 76zM112 432l0-152 148 0c42 0 76 34 76 76s-34 76-76 76l-148 0z"]},{prefix:"far",iconName:"circle-stop",icon:[512,512,[62094,"stop-circle"],"f28d","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM160 192l0 128c0 17.7 14.3 32 32 32l128 0c17.7 0 32-14.3 32-32l0-128c0-17.7-14.3-32-32-32l-128 0c-17.7 0-32 14.3-32 32zm48 112l0-96 96 0 0 96-96 0z"]},{prefix:"far",iconName:"arrow-right-to-bracket",icon:[512,512,["sign-in"],"f090","M209 409L345 273c9.4-9.4 9.4-24.6 0-33.9L209 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l95 95-246.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l246.1 0-95 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0zM344 80l72 0c26.5 0 48 21.5 48 48l0 256c0 26.5-21.5 48-48 48l-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0c53 0 96-43 96-96l0-256c0-53-43-96-96-96l-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24z"]},{prefix:"far",iconName:"users",icon:[640,512,[],"f0c0","M320 192a64 64 0 1 0 0-128 64 64 0 1 0 0 128zm0-176a112 112 0 1 1 0 224 112 112 0 1 1 0-224zM296 336c-57.4 0-104 46.6-104 104l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16c0-83.9 68.1-152 152-152l48 0c83.9 0 152 68.1 152 152l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16c0-57.4-46.6-104-104-104l-48 0zm135.4-93.2c11.7-11.3 21.6-24.4 29.4-38.8 5.9 2.6 12.4 4 19.2 4 26.5 0 48-21.5 48-48s-21.5-48-48-48l-.8 0c-1.6-16.6-5.8-32.4-12.1-47.1 4.2-.6 8.6-.9 12.9-.9 53 0 96 43 96 96s-43 96-96 96c-17.7 0-34.3-4.8-48.6-13.2zM160 64c4.4 0 8.7 .3 12.9 .9-6.3 14.7-10.5 30.6-12.1 47.1l-.8 0c-26.5 0-48 21.5-48 48s21.5 48 48 48c6.8 0 13.3-1.4 19.2-4 7.8 14.4 17.7 27.5 29.4 38.8-14.2 8.4-30.8 13.2-48.6 13.2-53 0-96-43-96-96s43-96 96-96zM149.3 304c-15.1 16.3-27.5 35-36.5 55.6-38 15.5-64.8 52.8-64.8 96.4 0 13.3-10.7 24-24 24S0 469.3 0 456c0-83.1 66.6-150.6 149.3-152zm377.9 55.6c-9-20.6-21.5-39.4-36.5-55.6 82.7 1.4 149.3 68.9 149.3 152 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-43.6-26.8-80.9-64.8-96.4z"]},{prefix:"far",iconName:"arrow-turn-down-right",icon:[512,512,[],"e3d6","M48 88c0-13.3-10.7-24-24-24S0 74.7 0 88l0 96c0 53 43 96 96 96l334.1 0-95 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L505 273c4.5-4.5 7-10.6 7-17s-2.5-12.5-7-17L369 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l95 95-334.1 0c-26.5 0-48-21.5-48-48l0-96z"]},{prefix:"far",iconName:"print",icon:[512,512,[9113,128438,128424],"f02f","M384 144l48 0 0-37.5c0-17-6.7-33.3-18.7-45.3L370.7 18.7C358.7 6.7 342.5 0 325.5 0L144 0C108.7 0 80 28.7 80 64l0 80 48 0 0-80c0-8.8 7.2-16 16-16l181.5 0c4.2 0 8.3 1.7 11.3 4.7l42.5 42.5c3 3 4.7 7.1 4.7 11.3l0 37.5zM368 368l0 96-224 0 0-96 224 0zM128 320c-17.7 0-32 14.3-32 32l0 16-48 0 0-112c0-8.8 7.2-16 16-16l384 0c8.8 0 16 7.2 16 16l0 112-48 0 0-16c0-17.7-14.3-32-32-32l-256 0zm288 96l64 0c17.7 0 32-14.3 32-32l0-128c0-35.3-28.7-64-64-64L64 192c-35.3 0-64 28.7-64 64L0 384c0 17.7 14.3 32 32 32l64 0 0 64c0 17.7 14.3 32 32 32l256 0c17.7 0 32-14.3 32-32l0-64z"]},{prefix:"far",iconName:"align-right",icon:[448,512,[],"f038","M424 40c13.3 0 24 10.7 24 24s-10.7 24-24 24L184 88c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0zm0 128c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 216c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0zm24 152c0 13.3-10.7 24-24 24l-240 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0c13.3 0 24 10.7 24 24zM424 424c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 472c-13.3 0-24-10.7-24-24s10.7-24 24-24l400 0z"]},{prefix:"far",iconName:"flask",icon:[448,512,[],"f0c3","M96 24c0-13.3 10.7-24 24-24L328 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 169.6 120.7 211.2c4.8 8.4 7.3 17.9 7.3 27.6 0 30.7-24.9 55.6-55.6 55.6L55.6 512c-30.7 0-55.6-24.9-55.6-55.6 0-9.7 2.5-19.2 7.3-27.6L128 217.6 128 48 120 48c-13.3 0-24-10.7-24-24zm80 24l0 176c0 4.2-1.1 8.3-3.2 11.9l-38.9 68.1 180.1 0-38.9-68.1c-2.1-3.6-3.2-7.7-3.2-11.9l0-176-96 0zM106.5 352L49 452.6c-.7 1.1-1 2.4-1 3.8 0 4.2 3.4 7.6 7.6 7.6l336.8 0c4.2 0 7.6-3.4 7.6-7.6 0-1.3-.3-2.6-1-3.8l-57.5-100.6-235 0z"]},{prefix:"far",iconName:"magnifying-glass-plus",icon:[512,512,["search-plus"],"f00e","M208 48a160 160 0 1 1 0 320 160 160 0 1 1 0-320zm0 368c48.8 0 93.7-16.8 129.1-44.9L471 505c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L371.1 337.1C399.2 301.7 416 256.8 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208 93.1 416 208 416zm0-304c-13.3 0-24 10.7-24 24l0 48-48 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l48 0 0 48c0 13.3 10.7 24 24 24s24-10.7 24-24l0-48 48 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-48 0 0-48c0-13.3-10.7-24-24-24z"]},{prefix:"far",iconName:"photo-film",icon:[640,512,["photo-video"],"f87c","M576 48c8.8 0 16 7.2 16 16l0 224c0 8.8-7.2 16-16 16l-320 0c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l320 0zM256 0c-35.3 0-64 28.7-64 64l0 224c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L256 0zM456 96c-8.3 0-16 4.3-20.4 11.3l-47.5 76.1-17.2-22.1c-4.5-5.8-11.5-9.3-18.9-9.3s-14.4 3.4-18.9 9.3l-56 72c-5.6 7.2-6.6 17-2.6 25.3S286.8 272 296 272l240 0c8.7 0 16.8-4.7 21-12.4s4-17-.6-24.4l-80-128C472 100.3 464.3 96 456 96zM336 112a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zM120 128l-56 0c-35.3 0-64 28.7-64 64L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-16-48 0 0 16c0 8.8-7.2 16-16 16l-32 0 0-32-48 0 0 32-160 0 0-304-24 0zM96 176l0 56-48 0 0-40c0-8.8 7.2-16 16-16l32 0zm0 256l-32 0c-8.8 0-16-7.2-16-16l0-40 48 0 0 56zM48 328l0-48 48 0 0 48-48 0z"]},{prefix:"far",iconName:"shield-check",icon:[512,512,[],"f2f7","M256.1 0c4.6 0 9.2 1 13.3 2.9L457.8 82.8c22 9.3 38.4 31 38.3 57.2-.5 99.2-41.3 280.7-213.6 363.2-16.7 8-36.1 8-52.8 0-172.4-82.5-213.2-263.9-213.7-363.2-.1-26.2 16.3-47.9 38.3-57.2L242.7 2.9C246.8 1 251.4 0 256.1 0zM73.1 127c-5.9 2.5-9.1 7.7-9 12.7 .5 91.4 38.4 249.3 186.4 320.1 3.6 1.7 7.8 1.7 11.3 0 148-70.8 185.9-228.7 186.3-320.1 0-5-3.1-10.2-9-12.7l-183-77.6-183 77.6zm240.3 34.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L249.8 330.9c-4.2 5.7-10.7 9.3-17.8 9.8s-14-2.2-18.9-7.3l-46.4-48c-9.2-9.5-9-24.7 .6-33.9 9.5-9.2 24.7-8.9 33.9 .6l26.5 27.4 85.6-117.7z"]},{prefix:"far",iconName:"strikethrough",icon:[512,512,[],"f0cc","M96 151.7C96 85.6 149.6 32 215.7 32L376 32c13.3 0 24 10.7 24 24s-10.7 24-24 24L215.7 80c-39.6 0-71.7 32.1-71.7 71.7 0 34.8 25 64.6 59.2 70.6L303.4 240 488 240c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 288c-13.3 0-24-10.7-24-24s10.7-24 24-24l110.9 0C110.8 217.9 96 186.3 96 151.7zM363.8 336l49.8 0c1.6 7.9 2.5 16 2.5 24.3 0 66.1-53.6 119.7-119.7 119.7L136 480c-13.3 0-24-10.7-24-24s10.7-24 24-24l160.3 0c39.6 0 71.7-32.1 71.7-71.7 0-8.5-1.5-16.7-4.2-24.3z"]},{prefix:"far",iconName:"folder-open",icon:[576,512,[61717,128449,128194],"f07c","M97.5 400l50-160 379.4 0-50 160-379.4 0zm190.7 48L477 448c21 0 39.6-13.6 45.8-33.7l50-160c9.7-30.9-13.4-62.3-45.8-62.3l-379.4 0c-21 0-39.6 13.6-45.8 33.7L80.2 294.4 80.2 96c0-8.8 7.2-16 16-16l138.7 0c3.5 0 6.8 1.1 9.6 3.2L282.9 112c13.8 10.4 30.7 16 48 16l117.3 0c8.8 0 16 7.2 16 16l48 0c0-35.3-28.7-64-64-64L330.9 80c-6.9 0-13.7-2.2-19.2-6.4L273.3 44.8C262.2 36.5 248.8 32 234.9 32L96.2 32c-35.3 0-64 28.7-64 64l0 288c0 35.3 28.7 64 64 64l192 0z"]},{prefix:"far",iconName:"clone",icon:[512,512,[],"f24d","M288 464L64 464c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l48 0 0-48-48 0c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-48-48 0 0 48c0 8.8-7.2 16-16 16zM224 304c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l224 0c8.8 0 16 7.2 16 16l0 224c0 8.8-7.2 16-16 16l-224 0zm-64-16c0 35.3 28.7 64 64 64l224 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64L224 0c-35.3 0-64 28.7-64 64l0 224z"]},{prefix:"far",iconName:"heart",icon:[512,512,[61578,10084,9829,129505,129294,129293,128420,128156,128155,128154,128153],"f004","M378.9 80c-27.3 0-53 13.1-69 35.2l-34.4 47.6c-4.5 6.2-11.7 9.9-19.4 9.9s-14.9-3.7-19.4-9.9l-34.4-47.6c-16-22.1-41.7-35.2-69-35.2-47 0-85.1 38.1-85.1 85.1 0 49.9 32 98.4 68.1 142.3 41.1 50 91.4 94 125.9 120.3 3.2 2.4 7.9 4.2 14 4.2s10.8-1.8 14-4.2c34.5-26.3 84.8-70.4 125.9-120.3 36.2-43.9 68.1-92.4 68.1-142.3 0-47-38.1-85.1-85.1-85.1zM271 87.1c25-34.6 65.2-55.1 107.9-55.1 73.5 0 133.1 59.6 133.1 133.1 0 68.6-42.9 128.9-79.1 172.8-44.1 53.6-97.3 100.1-133.8 127.9-12.3 9.4-27.5 14.1-43.1 14.1s-30.8-4.7-43.1-14.1C176.4 438 123.2 391.5 79.1 338 42.9 294.1 0 233.7 0 165.1 0 91.6 59.6 32 133.1 32 175.8 32 216 52.5 241 87.1l15 20.7 15-20.7z"]},{prefix:"far",iconName:"paper-plane",icon:[576,512,[61913],"f1d8","M290.5 287.7L491.4 86.9 359 456.3 290.5 287.7zM457.4 53L256.6 253.8 88 185.3 457.4 53zM38.1 216.8l205.8 83.6 83.6 205.8c5.3 13.1 18.1 21.7 32.3 21.7 14.7 0 27.8-9.2 32.8-23.1L570.6 8c3.5-9.8 1-20.6-6.3-28s-18.2-9.8-28-6.3L39.4 151.7c-13.9 5-23.1 18.1-23.1 32.8 0 14.2 8.6 27 21.7 32.3z"]},{prefix:"far",iconName:"magnifying-glass-minus",icon:[512,512,["search-minus"],"f010","M208 48a160 160 0 1 1 0 320 160 160 0 1 1 0-320zm0 368c48.8 0 93.7-16.8 129.1-44.9L471 505c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L371.1 337.1C399.2 301.7 416 256.8 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208 93.1 416 208 416zM136 184c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"]},{prefix:"far",iconName:"book",icon:[448,512,[128212],"f02d","M88 0C39.4 0 0 39.4 0 88L0 432c0 44.2 35.8 80 80 80l344 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-8 0 0-76.1C435.3 375 448 353 448 328l0-256c0-39.8-32.2-72-72-72L88 0zM368 400l0 64-288 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l288 0zM80 352c-11.4 0-22.2 2.4-32 6.7L48 88c0-22.1 17.9-40 40-40l288 0c13.3 0 24 10.7 24 24l0 256c0 13.3-10.7 24-24 24L80 352zm48-200c0 13.3 10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0c-13.3 0-24 10.7-24 24zm24 72c-13.3 0-24 10.7-24 24s10.7 24 24 24l176 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-176 0z"]},{prefix:"far",iconName:"clock",icon:[512,512,[128339,"clock-four"],"f017","M464 256a208 208 0 1 1 -416 0 208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0 256 256 0 1 0 -512 0zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"]},{prefix:"far",iconName:"ellipsis-vertical",icon:[128,512,["ellipsis-v"],"f142","M112 80a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zM16 256c0-26.5 21.5-48 48-48s48 21.5 48 48-21.5 48-48 48-48-21.5-48-48zm96 176c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48 48 21.5 48 48z"]},{prefix:"far",iconName:"arrow-right-to-line",icon:[512,512,[8677,"arrow-to-right"],"f340","M512 88c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 336c0 13.3 10.7 24 24 24s24-10.7 24-24l0-336zM377 273c9.4-9.4 9.4-24.6 0-33.9L241 103c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l95 95-278.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l278.1 0-95 95c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L377 273z"]},{prefix:"far",iconName:"angle-left",icon:[256,512,[8249],"f104","M15.5 239c-9.4 9.4-9.4 24.6 0 33.9l160 160c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-143-143 143-143c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15.5 239z"]},{prefix:"far",iconName:"calendar-circle-exclamation",icon:[576,512,[],"e46e","M152 0c13.3 0 24 10.7 24 24l0 40 160 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 32 0c35.3 0 64 28.7 64 64l0 86c-15.3-3.9-31.4-6-48-6-27.3 0-53.3 5.7-76.9 16L80 224 80 416c0 8.8 7.2 16 16 16l146.7 0c2.8 16.8 7.8 32.9 14.8 48L96 480c-35.3 0-64-28.7-64-64l0-288c0-35.3 28.7-64 64-64l32 0 0-40c0-13.3 10.7-24 24-24zm0 112l-56 0c-8.8 0-16 7.2-16 16l0 48 352 0 0-48c0-8.8-7.2-16-16-16l-264 0zM432 256a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 228a20 20 0 1 0 0-40 20 20 0 1 0 0 40zm0-180c-8.8 0-16 7.2-16 16l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16z"]},{prefix:"far",iconName:"expand",icon:[448,512,[],"f065","M136 32c13.3 0 24 10.7 24 24s-10.7 24-24 24l-88 0 0 88c0 13.3-10.7 24-24 24S0 181.3 0 168L0 56C0 42.7 10.7 32 24 32l112 0zM0 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 88 88 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 480c-13.3 0-24-10.7-24-24L0 344zM424 32c13.3 0 24 10.7 24 24l0 112c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-88-88 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l112 0zM400 344c0-13.3 10.7-24 24-24s24 10.7 24 24l0 112c0 13.3-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l88 0 0-88z"]},{prefix:"far",iconName:"equals",icon:[448,512,[62764],"3d","M24 128c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 128zm0 208c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 336z"]},{prefix:"far",iconName:"receipt",icon:[384,512,[129534],"f543","M32.4 1.5C25.1-1.2 16.8-.2 10.3 4.3S0 16.1 0 24L0 488c0 7.9 3.9 15.2 10.3 19.7s14.7 5.5 22.1 2.7l55-20.6 47.1 20.2c6.5 2.8 13.9 2.6 20.2-.6l37.3-18.6 37.3 18.6c6.3 3.2 13.7 3.4 20.2 .6l47.1-20.2 55 20.6c7.4 2.8 15.6 1.7 22.1-2.7S384 495.9 384 488l0-464c0-7.9-3.9-15.2-10.3-19.7s-14.7-5.5-22.1-2.7l-55 20.6-47.1-20.2C243-.8 235.6-.6 229.3 2.5L192 21.2 154.7 2.5C148.4-.6 141-.8 134.5 1.9L87.4 22.1 32.4 1.5zM48 453.4L48 58.6 79.6 70.5c5.8 2.2 12.2 2 17.9-.4l45.8-19.6 38 19c6.8 3.4 14.7 3.4 21.5 0l38-19 45.8 19.6c5.7 2.4 12.1 2.6 17.9 .4l31.6-11.8 0 394.7-31.6-11.8c-5.8-2.2-12.2-2-17.9 .4l-45.8 19.6-38-19c-6.8-3.4-14.7-3.4-21.5 0l-38 19-45.8-19.6c-5.7-2.4-12.1-2.6-17.9-.4L48 453.4zM120 136c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zm0 192c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0zM96 256c0 13.3 10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0c-13.3 0-24 10.7-24 24z"]},{prefix:"far",iconName:"eye",icon:[576,512,[128065],"f06e","M288 80C222.8 80 169.2 109.6 128.1 147.7 89.6 183.5 63 226 49.4 256 63 286 89.6 328.5 128.1 364.3 169.2 402.4 222.8 432 288 432s118.8-29.6 159.9-67.7C486.4 328.5 513 286 526.6 256 513 226 486.4 183.5 447.9 147.7 406.8 109.6 353.2 80 288 80zM95.4 112.6C142.5 68.8 207.2 32 288 32s145.5 36.8 192.6 80.6c46.8 43.5 78.1 95.4 93 131.1 3.3 7.9 3.3 16.7 0 24.6-14.9 35.7-46.2 87.7-93 131.1-47.1 43.7-111.8 80.6-192.6 80.6S142.5 443.2 95.4 399.4c-46.8-43.5-78.1-95.4-93-131.1-3.3-7.9-3.3-16.7 0-24.6 14.9-35.7 46.2-87.7 93-131.1zM288 336c44.2 0 80-35.8 80-80 0-29.6-16.1-55.5-40-69.3-1.4 59.7-49.6 107.9-109.3 109.3 13.8 23.9 39.7 40 69.3 40zm-79.6-88.4c2.5 .3 5 .4 7.6 .4 35.3 0 64-28.7 64-64 0-2.6-.2-5.1-.4-7.6-37.4 3.9-67.2 33.7-71.1 71.1zm45.6-115c10.8-3 22.2-4.5 33.9-4.5 8.8 0 17.5 .9 25.8 2.6 .3 .1 .5 .1 .8 .2 57.9 12.2 101.4 63.7 101.4 125.2 0 70.7-57.3 128-128 128-61.6 0-113-43.5-125.2-101.4-1.8-8.6-2.8-17.5-2.8-26.6 0-11 1.4-21.8 4-32 .2-.7 .3-1.3 .5-1.9 11.9-43.4 46.1-77.6 89.5-89.5z"]},{prefix:"far",iconName:"align-left",icon:[448,512,[],"f036","M24 40C10.7 40 0 50.7 0 64S10.7 88 24 88l240 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 40zm0 128c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 168zM0 320c0 13.3 10.7 24 24 24l240 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 296c-13.3 0-24 10.7-24 24zM24 424c-13.3 0-24 10.7-24 24s10.7 24 24 24l400 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 424z"]},{prefix:"far",iconName:"paintbrush",icon:[576,512,[128396,"paint-brush"],"f1fc","M498.4 0c-17.3 0-34.1 5.8-47.8 16.4L246.1 176.3c-25.3 19.7-41.4 48.6-45.2 80-2.9-.2-5.9-.3-8.9-.3-70.7 0-128 57.3-128 128 0 8.6 .9 17.1 2.5 25.2 3.6 18.1-8.5 38.8-27 38.8L32 448c-17.7 0-32 14.3-32 32s14.3 32 32 32l160 0c70.7 0 128-57.3 128-128 0-3-.1-5.9-.3-8.9 31.4-3.8 60.3-20 80-45.2L559.6 125.3C570.2 111.7 576 94.9 576 77.6 576 34.7 541.3 0 498.4 0zM307.1 328c-12.5-25.7-33.4-46.6-59.1-59.1 .6-21.4 10.7-41.5 27.6-54.8L480.2 54.3c5.2-4.1 11.6-6.3 18.2-6.3 16.3 0 29.6 13.2 29.6 29.6 0 6.6-2.2 13-6.3 18.2L361.9 300.3c-13.2 17-33.4 27.1-54.8 27.6zM272 384c0 44.2-35.8 80-80 80l-92.1 0c.5-.7 1-1.5 1.5-2.2 11.5-17.5 16.6-39.9 12.2-62-1-5.1-1.6-10.4-1.6-15.8 0-44.2 35.8-80 80-80s80 35.8 80 80z"]},{prefix:"far",iconName:"key",icon:[512,512,[128273],"f084","M208 176c0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128c-10.4 0-20.5-1.2-30.1-3.6-8.1-2-16.7 .5-22.6 6.4L254.1 336 200 336c-13.3 0-24 10.7-24 24l0 40-40 0c-13.3 0-24 10.7-24 24l0 40-64 0 0-78.1 157.2-157.2c5.9-5.9 8.3-14.5 6.4-22.6-2.3-9.6-3.6-19.7-3.6-30.1zM336 0c-97.2 0-176 78.8-176 176 0 9.5 .7 18.8 2.2 27.9L7 359c-4.5 4.5-7 10.6-7 17L0 488c0 13.3 10.7 24 24 24l112 0c13.3 0 24-10.7 24-24l0-40 40 0c13.3 0 24-10.7 24-24l0-40 40 0c6.4 0 12.5-2.5 17-7l27.2-27.2c9.1 1.4 18.4 2.2 27.9 2.2 97.2 0 176-78.8 176-176S433.2 0 336 0zm32 176a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"far",iconName:"palette",icon:[512,512,[127912],"f53f","M464 258.2c0 2.7-1 5.2-4.2 8-3.8 3.1-10.1 5.8-17.8 5.8L344 272c-53 0-96 43-96 96 0 6.8 .7 13.4 2.1 19.8 3.3 15.7 10.2 31.1 14.4 40.6l0 0c.7 1.6 1.4 3 1.9 4.3 5 11.5 5.6 15.4 5.6 17.1 0 5.3-1.9 9.5-3.8 11.8-.9 1.1-1.6 1.6-2 1.8-.3 .2-.8 .3-1.6 .4-2.9 .1-5.7 .2-8.6 .2-114.9 0-208-93.1-208-208S141.1 48 256 48 464 141.1 464 256c0 .7 0 1.4 0 2.2zm48 .5c0-.9 0-1.8 0-2.7 0-141.4-114.6-256-256-256S0 114.6 0 256 114.6 512 256 512c3.5 0 7.1-.1 10.6-.2 31.8-1.3 53.4-30.1 53.4-62 0-14.5-6.1-28.3-12.1-42-4.3-9.8-8.7-19.7-10.8-29.9-.7-3.2-1-6.5-1-9.9 0-26.5 21.5-48 48-48l97.9 0c36.5 0 69.7-24.8 70.1-61.3zM160 256a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm0-64a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm128-64a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm64 64a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"far",iconName:"floppy-disk",icon:[448,512,[128426,128190,"save"],"f0c7","M64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-242.7c0-4.2-1.7-8.3-4.7-11.3L320 86.6 320 176c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-96-32 0zm80 0l0 80 128 0 0-80-128 0zM0 96C0 60.7 28.7 32 64 32l242.7 0c17 0 33.3 6.7 45.3 18.7L429.3 128c12 12 18.7 28.3 18.7 45.3L448 416c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96zM160 320a64 64 0 1 1 128 0 64 64 0 1 1 -128 0z"]},{prefix:"far",iconName:"magnifying-glass",icon:[512,512,[128269,"search"],"f002","M368 208a160 160 0 1 0 -320 0 160 160 0 1 0 320 0zM337.1 371.1C301.7 399.2 256.8 416 208 416 93.1 416 0 322.9 0 208S93.1 0 208 0 416 93.1 416 208c0 48.8-16.8 93.7-44.9 129.1L505 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L337.1 371.1z"]},{prefix:"far",iconName:"ellipsis",icon:[448,512,["ellipsis-h"],"f141","M448 256a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zm-176 0a48 48 0 1 1 -96 0 48 48 0 1 1 96 0zM48 304a48 48 0 1 1 0-96 48 48 0 1 1 0 96z"]},{prefix:"far",iconName:"share-nodes",icon:[512,512,["share-alt"],"f1e0","M432 96a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm48 0c0 53-43 96-96 96-27.4 0-52.1-11.5-69.6-29.9L188.9 231.8c2 7.7 3.1 15.8 3.1 24.2s-1.1 16.5-3.1 24.2l125.5 69.7c17.5-18.4 42.2-29.9 69.6-29.9 53 0 96 43 96 96s-43 96-96 96-96-43-96-96c0-8.3 1.1-16.5 3.1-24.2L165.6 322.1C148.1 340.5 123.4 352 96 352 43 352 0 309 0 256s43-96 96-96c27.4 0 52.1 11.5 69.6 29.9l125.5-69.7c-2-7.7-3.1-15.8-3.1-24.2 0-53 43-96 96-96s96 43 96 96zM144 256a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM384 464a48 48 0 1 0 0-96 48 48 0 1 0 0 96z"]},{prefix:"far",iconName:"arrows-from-line",icon:[384,512,[],"e0a4","M209-25c-9.4-9.4-24.6-9.4-33.9 0L103 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l31-31 0 102.1c0 13.3 10.7 24 24 24s24-10.7 24-24l0-102.1 31 31c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L209-25zm7 385c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 102.1-31-31c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c9.4 9.4 24.6 9.4 33.9 0l72-72c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-31 31 0-102.1zM24 232c-13.3 0-24 10.7-24 24s10.7 24 24 24l336 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L24 232z"]},{prefix:"far",iconName:"power-off",icon:[512,512,[9211],"f011","M280-8c0-13.3-10.7-24-24-24S232-21.3 232-8l0 264c0 13.3 10.7 24 24 24s24-10.7 24-24L280-8zM148.4 78c11.3-6.9 15-21.6 8.1-33s-21.6-15-33-8.1C49.5 81.7 0 163.1 0 256 0 397.4 114.6 512 256 512S512 397.4 512 256c0-92.9-49.5-174.3-123.5-219.1-11.3-6.9-26.1-3.2-33 8.1s-3.2 26.1 8.1 33c60.2 36.5 100.4 102.6 100.4 178 0 114.9-93.1 208-208 208S48 370.9 48 256c0-75.4 40.2-141.5 100.4-178z"]},{prefix:"far",iconName:"envelope-open-text",icon:[576,512,[],"f658","M523.5 125.2c7 4.8 12.4 11.3 16 18.8l-73.3 0-155.4-107.2c-13.7-9.4-31.7-9.4-45.4 0L80.4 164.4 263.8 303.5c2.6 1.9 5.3 3.5 8.2 4.8l0 49.9c-13.2-2.4-26-7.9-37.2-16.4L80 224.3 80 416c0 8.9 7.2 16 16 16l176 0 0 48-176 0c-35.4 0-64-28.7-64-64l0-252c.1-15.5 7.8-30 20.5-38.8L238-2.7c30.1-20.7 69.8-20.7 99.9 0L523.5 125.2zM320 240c0-26.5 21.5-48 48-48l160 0c26.5 0 48 21.5 48 48l0 224c0 26.5-21.5 48-48 48l-160 0c-26.5 0-48-21.5-48-48l0-224zm56 40c0 13.3 10.7 24 24 24l96 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-96 0c-13.3 0-24 10.7-24 24zm0 96c0 13.3 10.7 24 24 24l56 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-56 0c-13.3 0-24 10.7-24 24z"]},{prefix:"far",iconName:"circle-pause",icon:[512,512,[62092,"pause-circle"],"f28b","M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM224 184c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 144c0 13.3 10.7 24 24 24s24-10.7 24-24l0-144zm112 0c0-13.3-10.7-24-24-24s-24 10.7-24 24l0 144c0 13.3 10.7 24 24 24s24-10.7 24-24l0-144z"]},{prefix:"far",iconName:"mobile",icon:[384,512,[128241,"mobile-android","mobile-phone"],"f3ce","M80 48c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l224 0c8.8 0 16-7.2 16-16l0-384c0-8.8-7.2-16-16-16L80 48zM16 64C16 28.7 44.7 0 80 0L304 0c35.3 0 64 28.7 64 64l0 384c0 35.3-28.7 64-64 64L80 512c-35.3 0-64-28.7-64-64L16 64zM152 368l80 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{prefix:"far",iconName:"bell",icon:[448,512,[61602,128276],"f0f3","M224 0c-13.3 0-24 10.7-24 24l0 9.7C118.6 45.3 56 115.4 56 200l0 14.5c0 37.7-10 74.7-29 107.3L5.1 359.2C1.8 365 0 371.5 0 378.2 0 399.1 16.9 416 37.8 416l372.4 0c20.9 0 37.8-16.9 37.8-37.8 0-6.7-1.8-13.3-5.1-19L421 321.7c-19-32.6-29-69.6-29-107.3l0-14.5c0-84.6-62.6-154.7-144-166.3l0-9.7c0-13.3-10.7-24-24-24zM392.4 368l-336.9 0 12.9-22.1C91.7 306 104 260.6 104 214.5l0-14.5c0-66.3 53.7-120 120-120s120 53.7 120 120l0 14.5c0 46.2 12.3 91.5 35.5 131.4L392.4 368zM156.1 464c9.9 28 36.6 48 67.9 48s58-20 67.9-48l-135.8 0z"]},{prefix:"far",iconName:"hyphen",icon:[320,512,[],"2d","M0 256c0-13.3 10.7-24 24-24l272 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 280c-13.3 0-24-10.7-24-24z"]},{prefix:"far",iconName:"filter",icon:[512,512,[],"f0b0","M0 93.7C0 77.3 13.3 64 29.7 64l452.7 0c16.4 0 29.7 13.3 29.7 29.7 0 7.9-3.1 15.4-8.7 21L336 281.9 336 482.3c0 16.4-13.3 29.7-29.7 29.7-7.9 0-15.4-3.1-21-8.7L183 401c-4.5-4.5-7-10.6-7-17L176 281.9 8.7 114.6C3.1 109.1 0 101.5 0 93.7zM73.9 112L217 255c4.5 4.5 7 10.6 7 17l0 102.1 64 64 0-166.1c0-6.4 2.5-12.5 7-17l143-143-364.1 0z"]},{prefix:"far",iconName:"medal",icon:[512,512,[127941],"f5a2","M21.6 64.2L96.4 213.8c-20.2 30.4-32 67-32 106.2 0 106 86 192 192 192s192-86 192-192c0-39.3-11.8-75.8-32-106.2L491 64.2c11.9-23.7 2.2-52.5-21.5-64.4L383.8-43.1c-23.1-11.6-51.2-2.7-63.6 19.9l-63.8 117-63.8-117C180.1-45.8 152-54.7 128.9-43.1L43-.2C19.3 11.7 9.7 40.5 21.6 64.2zm269.1 66.9L362.3-.2 448.1 42.7 382 174.9c-25.5-22.1-56.8-37.6-91.3-43.8zm-68.8 0c-34.5 6.2-65.9 21.7-91.3 43.8L64.5 42.7 150.3-.2 221.9 131.1zM112.3 320a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zm174.8-49.5l-22.4-45.4c-3.4-7-13.3-7-16.8 0l-22.4 45.4c-1.4 2.8-4 4.7-7 5.1l-50.1 7.3c-7.7 1.1-10.7 10.5-5.2 16l36.3 35.4c2.2 2.1 3.2 5.2 2.7 8.3l-8.6 49.9c-1.3 7.6 6.7 13.5 13.6 9.9L252 378.7c2.7-1.4 6-1.4 8.7 0l44.8 23.6c6.9 3.6 14.9-2.2 13.6-9.9l-8.6-49.9c-.5-3 .5-6.1 2.7-8.3l36.3-35.4c5.5-5.4 2.5-14.8-5.2-16l-50.1-7.3c-3-.4-5.7-2.4-7-5.1z"]},{prefix:"far",iconName:"cloud-slash",icon:[576,512,[],"e137","M41-25C31.6-34.3 16.4-34.3 7-25S-2.3-.4 7 9L535 537c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-46.7-46.7c32.5-23.2 53.8-61.3 53.8-104.3 0-49.9-28.5-93-70.1-114.2 4-11.9 6.1-24.6 6.1-37.8 0-66.3-53.7-120-120-120-11.5 0-22.7 1.6-33.3 4.7-29.3-32.3-71.6-52.7-118.7-52.7-39.6 0-75.9 14.4-103.8 38.2L41-25zM170.3 104.3c19.1-15.2 43.4-24.3 69.7-24.3 37.7 0 71 18.6 91.3 47.1 6.7 9.5 19.3 12.8 29.8 7.8 9.3-4.4 19.7-6.9 30.8-6.9 39.8 0 72 32.2 72 72 0 14.1-4 27.2-11 38.3-4.1 6.5-4.8 14.6-2 21.7s9 12.5 16.5 14.3c34.8 8.7 60.5 40.2 60.5 77.6 0 29.8-16.3 55.8-40.5 69.6L170.3 104.3zM362.2 432L144 432c-53 0-96-43-96-96 0-42.7 27.9-79 66.6-91.4 11.8-3.8 18.8-16 16.1-28.1-1.3-6-2.2-12.2-2.5-18.5L84.5 154.3c-2.9 12.1-4.5 24.7-4.5 37.7 0 4.9 .2 9.8 .7 14.6-47.8 23.4-80.7 72.5-80.7 129.4 0 79.5 64.5 144 144 144l266.2 0-48-48z"]},{prefix:"far",iconName:"arrow-turn-left",icon:[512,512,[],"e632","M464 424c0 13.3 10.7 24 24 24s24-10.7 24-24l0-96c0-53-43-96-96-96l-334.1 0 95-95c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 239c-4.5 4.5-7 10.6-7 17s2.5 12.5 7 17L143 409c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-95-95 334.1 0c26.5 0 48 21.5 48 48l0 96z"]},{prefix:"far",iconName:"minus",icon:[448,512,[10134,8722,8211,"subtract"],"f068","M0 256c0-13.3 10.7-24 24-24l400 0c13.3 0 24 10.7 24 24s-10.7 24-24 24L24 280c-13.3 0-24-10.7-24-24z"]},{prefix:"far",iconName:"paste",icon:[512,512,["file-clipboard"],"f0ea","M64 48l224 0c8.8 0 16 7.2 16 16l0 48 48 0 0-48c0-35.3-28.7-64-64-64L64 0C28.7 0 0 28.7 0 64L0 384c0 35.3 28.7 64 64 64l112 0 0-48-112 0c-8.8 0-16-7.2-16-16L48 64c0-8.8 7.2-16 16-16zm176 72c0-13.3-10.7-24-24-24L104 96c-13.3 0-24 10.7-24 24s10.7 24 24 24l105.6 0c8.8-8.6 19-15.8 30.2-21.1 .1-.9 .2-1.9 .2-2.9zM448 464l-160 0c-8.8 0-16-7.2-16-16l0-224c0-8.8 7.2-16 16-16l101.5 0c4.2 0 8.3 1.7 11.3 4.7l58.5 58.5c3 3 4.7 7.1 4.7 11.3L464 448c0 8.8-7.2 16-16 16zM224 224l0 224c0 35.3 28.7 64 64 64l160 0c35.3 0 64-28.7 64-64l0-165.5c0-17-6.7-33.3-18.7-45.3l-58.5-58.5c-12-12-28.3-18.7-45.3-18.7L288 160c-35.3 0-64 28.7-64 64z"]},{prefix:"far",iconName:"calendar-check",icon:[448,512,[],"f274","M328 0c13.3 0 24 10.7 24 24l0 40 32 0c35.3 0 64 28.7 64 64l0 288c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 128C0 92.7 28.7 64 64 64l32 0 0-40c0-13.3 10.7-24 24-24s24 10.7 24 24l0 40 160 0 0-40c0-13.3 10.7-24 24-24zM64 112c-8.8 0-16 7.2-16 16l0 288c0 8.8 7.2 16 16 16l320 0c8.8 0 16-7.2 16-16l0-288c0-8.8-7.2-16-16-16L64 112zm230.7 65.9c7.8-10.7 22.8-13.1 33.5-5.3 10.7 7.8 13.1 22.8 5.3 33.5L211.4 374.1c-4.1 5.7-10.5 9.3-17.5 9.8-7 .5-13.9-2-18.8-6.9l-55.9-55.9c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l36 36 105.6-145.2z"]},{prefix:"fas",iconName:"lock-keyhole",icon:[384,512,["lock-alt"],"f30d","M192 32c35.3 0 64 28.7 64 64l0 64-128 0 0-64c0-35.3 28.7-64 64-64zM64 96l0 64c-35.3 0-64 28.7-64 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-224c0-35.3-28.7-64-64-64l0-64c0-70.7-57.3-128-128-128S64 25.3 64 96zM216 296l0 80c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-80c0-13.3 10.7-24 24-24s24 10.7 24 24z"]},{prefix:"fas",iconName:"sort-down",icon:[384,512,["sort-desc"],"f0dd","M32 288c-12.9 0-24.6 7.8-29.6 19.8S.2 333.5 9.4 342.6l160 160c12.5 12.5 32.8 12.5 45.3 0l160-160c9.2-9.2 11.9-22.9 6.9-34.9S364.9 288 352 288L32 288z"]},{prefix:"fas",iconName:"hexagon-xmark",icon:[576,512,["times-hexagon","xmark-hexagon"],"f2ee","M33.5 291.8c-12.7-22.2-12.7-49.4 0-71.5L129.7 52.2C142.5 29.8 166.4 16 192.2 16l191.6 0c25.8 0 49.7 13.8 62.5 36.2l96.2 168.1c12.7 22.2 12.7 49.4 0 71.5L446.3 459.9c-12.8 22.4-36.7 36.2-62.5 36.2l-191.6 0c-25.8 0-49.7-13.8-62.5-36.2L33.5 291.8zM199 167c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0z"]},{prefix:"fas",iconName:"caret-large-down",icon:[384,512,[],"e82c","M214.6 374.6c-12.5 12.5-32.8 12.5-45.3 0l-160-160c-9.2-9.2-11.9-22.9-6.9-34.9S19.1 160 32 160l320 0c12.9 0 24.6 7.8 29.6 19.8s2.2 25.7-6.9 34.9l-160 160z"]},{prefix:"fas",iconName:"code-compare",icon:[512,512,[],"e13a","M198.8 1.8c9-3.7 19.3-1.7 26.2 5.2l56 56c9.4 9.4 9.4 24.6 0 33.9l-56 56c-6.9 6.9-17.2 8.9-26.2 5.2S184 145.7 184 136l0-24-24 0c-17.7 0-32 14.3-32 32l0 214.7c28.3 12.3 48 40.5 48 73.3 0 44.2-35.8 80-80 80s-80-35.8-80-80c0-32.8 19.7-61 48-73.3L64 144c0-53 43-96 96-96l24 0 0-24c0-9.7 5.8-18.5 14.8-22.2zM392 80a24 24 0 1 0 48 0 24 24 0 1 0 -48 0zm-8 73.3c-28.3-12.3-48-40.5-48-73.3 0-44.2 35.8-80 80-80s80 35.8 80 80c0 32.8-19.7 61-48 73.3L448 368c0 53-43 96-96 96l-24 0 0 24c0 9.7-5.8 18.5-14.8 22.2s-19.3 1.7-26.2-5.2l-56-56c-9.4-9.4-9.4-24.6 0-33.9l56-56c6.9-6.9 17.2-8.9 26.2-5.2S328 366.3 328 376l0 24 24 0c17.7 0 32-14.3 32-32l0-214.7zM72 432a24 24 0 1 0 48 0 24 24 0 1 0 -48 0z"]},{prefix:"fas",iconName:"box-archive",icon:[512,512,["archive"],"f187","M0 64C0 46.3 14.3 32 32 32l448 0c17.7 0 32 14.3 32 32l0 32c0 17.7-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96L0 64zM32 176l448 0 0 240c0 35.3-28.7 64-64 64L96 480c-35.3 0-64-28.7-64-64l0-240zm152 64c-13.3 0-24 10.7-24 24s10.7 24 24 24l144 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-144 0z"]},{prefix:"fas",iconName:"lock-keyhole-open",icon:[576,512,["lock-open-alt"],"f3c2","M448 32c-35.3 0-64 28.7-64 64l0 64 32 0c35.3 0 64 28.7 64 64l0 224c0 35.3-28.7 64-64 64l-256 0c-35.3 0-64-28.7-64-64l0-224c0-35.3 28.7-64 64-64l160 0 0-64c0-70.7 57.3-128 128-128S576 25.3 576 96l0 32c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-32c0-35.3-28.7-64-64-64zM328 360c13.3 0 24-10.7 24-24s-10.7-24-24-24l-80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l80 0z"]},{prefix:"fas",iconName:"pause",icon:[384,512,[9208],"f04c","M48 32C21.5 32 0 53.5 0 80L0 432c0 26.5 21.5 48 48 48l64 0c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48L48 32zm224 0c-26.5 0-48 21.5-48 48l0 352c0 26.5 21.5 48 48 48l64 0c26.5 0 48-21.5 48-48l0-352c0-26.5-21.5-48-48-48l-64 0z"]},{prefix:"fas",iconName:"books",icon:[576,512,[128218],"f5db","M359.2 17c-17.1 4.6-27.2 22.1-22.6 39.2l12.4 46.4 123.6-33.1-12.4-46.4C455.7 6 438.1-4.1 421 .4L359.2 17zm125.9 98.8l-123.6 33.1 66.3 247.3 123.6-33.1-66.3-247.3zM452.5 488.9c4.6 17.1 22.1 27.2 39.2 22.6L553.6 495c17.1-4.6 27.2-22.1 22.6-39.2l-12.4-46.4-123.6 33.1 12.4 46.4zM32.4 32l0 48 128 0 0-48c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32 14.3-32 32zm0 96l0 256 128 0 0-256-128 0zm0 304l0 48c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-48-128 0zm176-304l0 352c0 17.7 14.3 32 32 32l48 0c17.7 0 32-14.3 32-32l0-352c0-17.7-14.3-32-32-32l-48 0c-17.7 0-32 14.3-32 32z"]},{prefix:"fas",iconName:"tag",icon:[512,512,[127991],"f02b","M32.5 96l0 149.5c0 17 6.7 33.3 18.7 45.3l192 192c25 25 65.5 25 90.5 0L483.2 333.3c25-25 25-65.5 0-90.5l-192-192C279.2 38.7 263 32 246 32L96.5 32c-35.3 0-64 28.7-64 64zm112 16a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},{prefix:"fas",iconName:"chart-mixed",icon:[512,512,["analytics"],"f643","M500 89c13.8-11 16-31.2 5-45s-31.2-16-45-5L319.4 151.5 211.2 70.4c-11.7-8.8-27.8-8.5-39.2 .6L12 199c-13.8 11-16 31.2-5 45s31.2 16 45 5l140.6-112.5 108.2 81.1c11.7 8.8 27.8 8.5 39.2-.6L500 89zM160 256l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32zM32 352l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32s-32 14.3-32 32zm288-64c-17.7 0-32 14.3-32 32l0 128c0 17.7 14.3 32 32 32s32-14.3 32-32l0-128c0-17.7-14.3-32-32-32zm96-32l0 192c0 17.7 14.3 32 32 32s32-14.3 32-32l0-192c0-17.7-14.3-32-32-32s-32 14.3-32 32z"]},{prefix:"fas",iconName:"caret-large-left",icon:[256,512,[],"e82d","M9.9 233.4c-12.5 12.5-12.5 32.8 0 45.2l160 160c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6l0-320c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9l-160 160z"]},{prefix:"fas",iconName:"circle-dollar",icon:[512,512,["dollar-circle","usd-circle"],"f2e8","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-408c13.3 0 24 10.7 24 24l0 16 16 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-61.6 0c-10.2 0-18.4 8.2-18.4 18.4 0 9.2 6.8 17 16 18.2l54.4 7.2c33 4.4 57.7 32.5 57.7 65.8 0 35.9-28.4 65.1-64 66.3l0 16c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-16-32 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l77.6 0c10.2 0 18.4-8.2 18.4-18.4 0-9.2-6.8-17-16-18.2l-54.4-7.2c-33-4.4-57.7-32.5-57.7-65.8 0-35.9 28.4-65.1 64-66.3l0-16c0-13.3 10.7-24 24-24z"]},{prefix:"fas",iconName:"caret-down",icon:[320,512,[],"f0d7","M140.3 376.8c12.6 10.2 31.1 9.5 42.8-2.2l128-128c9.2-9.2 11.9-22.9 6.9-34.9S301.4 192 288.5 192l-256 0c-12.9 0-24.6 7.8-29.6 19.8S.7 237.5 9.9 246.6l128 128 2.4 2.2z"]},{prefix:"fas",iconName:"robot",icon:[640,512,[129302],"f544","M352 0c0-17.7-14.3-32-32-32S288-17.7 288 0l0 64-96 0c-53 0-96 43-96 96l0 224c0 53 43 96 96 96l256 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96l-96 0 0-64zM160 368c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24zm120 0c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24zm120 0c0-13.3 10.7-24 24-24l32 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24zM224 176a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm144 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zM64 224c0-17.7-14.3-32-32-32S0 206.3 0 224l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96zm544-32c-17.7 0-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32z"]},{prefix:"fas",iconName:"message-quote",icon:[512,512,["comment-alt-quote"],"e1e4","M0 128L0 352c0 53 43 96 96 96l32 0 0 72c0 13.3 10.7 24 24 24 5.2 0 10.2-1.7 14.4-4.8l115.2-86.4c4.2-3.1 9.2-4.8 14.4-4.8l120 0c53 0 96-43 96-96l0-224c0-53-43-96-96-96L96 32C43 32 0 75 0 128zm152 32l32 0c22.1 0 40 17.9 40 40l0 80c0 39.8-32.2 72-72 72-13.3 0-24-10.7-24-24s10.7-24 24-24 24-10.7 24-24l0-8-24 0c-22.1 0-40-17.9-40-40l0-32c0-22.1 17.9-40 40-40zm232 72l0 48c0 39.8-32.2 72-72 72-13.3 0-24-10.7-24-24s10.7-24 24-24 24-10.7 24-24l0-8-24 0c-22.1 0-40-17.9-40-40l0-32c0-22.1 17.9-40 40-40l32 0c22.1 0 40 17.9 40 40l0 32z"]},{prefix:"fas",iconName:"triangle-exclamation",icon:[512,512,[9888,"exclamation-triangle","warning"],"f071","M256 0c14.7 0 28.2 8.1 35.2 21l216 400c6.7 12.4 6.4 27.4-.8 39.5S486.1 480 472 480L40 480c-14.1 0-27.2-7.4-34.4-19.5s-7.5-27.1-.8-39.5l216-400c7-12.9 20.5-21 35.2-21zm0 352a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104c.9 12.5 11.4 22.3 23.9 22.3 12.6 0 23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z"]},{prefix:"fas",iconName:"star",icon:[576,512,[61446,11088],"f005","M309.5-18.9c-4.1-8-12.4-13.1-21.4-13.1s-17.3 5.1-21.4 13.1L193.1 125.3 33.2 150.7c-8.9 1.4-16.3 7.7-19.1 16.3s-.5 18 5.8 24.4l114.4 114.5-25.2 159.9c-1.4 8.9 2.3 17.9 9.6 23.2s16.9 6.1 25 2L288.1 417.6 432.4 491c8 4.1 17.7 3.3 25-2s11-14.2 9.6-23.2L441.7 305.9 556.1 191.4c6.4-6.4 8.6-15.8 5.8-24.4s-10.1-14.9-19.1-16.3L383 125.3 309.5-18.9z"]},{prefix:"fas",iconName:"bell-slash",icon:[576,512,[61943,128277],"f1f6","M41-24.9c-9.4-9.4-24.6-9.4-33.9 0S-2.3-.3 7 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-87.5-87.5c17.2-2.4 30.5-17.3 30.5-35.2 0-8.1-2.7-15.9-7.8-22.2l-9.8-12.2C464.4 308.5 448 261.8 448 213.7l0-21.7c0-77.4-55-142-128-156.8l0-3.2c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 3.2c-38.6 7.8-72.2 29.6-95.2 59.7L41-24.9zm87 238.5c0 48.1-16.4 94.8-46.4 132.4l-9.8 12.2c-5 6.3-7.8 14.1-7.8 22.2 0 19.6 15.9 35.5 35.5 35.5l235.3 0-206.9-206.9 0 4.5zM288 512c29.8 0 54.9-20.4 62-48l-124 0c7.1 27.6 32.2 48 62 48z"]},{prefix:"fas",iconName:"wand-magic-sparkles",icon:[576,512,["magic-wand-sparkles"],"e2ca","M263.4-27L278.2 9.8 315 24.6c3 1.2 5 4.2 5 7.4s-2 6.2-5 7.4L278.2 54.2 263.4 91c-1.2 3-4.2 5-7.4 5s-6.2-2-7.4-5L233.8 54.2 197 39.4c-3-1.2-5-4.2-5-7.4s2-6.2 5-7.4L233.8 9.8 248.6-27c1.2-3 4.2-5 7.4-5s6.2 2 7.4 5zM110.7 41.7l21.5 50.1 50.1 21.5c5.9 2.5 9.7 8.3 9.7 14.7s-3.8 12.2-9.7 14.7l-50.1 21.5-21.5 50.1c-2.5 5.9-8.3 9.7-14.7 9.7s-12.2-3.8-14.7-9.7L59.8 164.2 9.7 142.7C3.8 140.2 0 134.4 0 128s3.8-12.2 9.7-14.7L59.8 91.8 81.3 41.7C83.8 35.8 89.6 32 96 32s12.2 3.8 14.7 9.7zM464 304c6.4 0 12.2 3.8 14.7 9.7l21.5 50.1 50.1 21.5c5.9 2.5 9.7 8.3 9.7 14.7s-3.8 12.2-9.7 14.7l-50.1 21.5-21.5 50.1c-2.5 5.9-8.3 9.7-14.7 9.7s-12.2-3.8-14.7-9.7l-21.5-50.1-50.1-21.5c-5.9-2.5-9.7-8.3-9.7-14.7s3.8-12.2 9.7-14.7l50.1-21.5 21.5-50.1c2.5-5.9 8.3-9.7 14.7-9.7zM460 0c11 0 21.6 4.4 29.5 12.2l42.3 42.3C539.6 62.4 544 73 544 84s-4.4 21.6-12.2 29.5l-88.2 88.2-101.3-101.3 88.2-88.2C438.4 4.4 449 0 460 0zM44.2 398.5L308.4 134.3 409.7 235.6 145.5 499.8C137.6 507.6 127 512 116 512s-21.6-4.4-29.5-12.2L44.2 457.5C36.4 449.6 32 439 32 428s4.4-21.6 12.2-29.5z"]},{prefix:"fas",iconName:"hexagon-exclamation",icon:[576,512,[],"e417","M383.8 16c25.8 0 49.7 13.8 62.5 36.2l96.2 168c12.7 22.2 12.7 49.4 0 71.5L446.3 459.9c-12.8 22.4-36.7 36.2-62.5 36.2l-191.6 0c-25.8 0-49.7-13.8-62.5-36.2L33.5 291.8c-12.7-22.2-12.7-49.4 0-71.5l96.2-168C142.5 29.8 166.4 16 192.2 16l191.6 0zM288 320a32 32 0 1 0 0 64 32 32 0 1 0 0-64zm0-192c-18.2 0-32.7 15.5-31.4 33.7l7.4 104C265 278.3 275.4 288 288 288s23-9.7 23.9-22.3l7.4-104c1.3-18.2-13.1-33.7-31.4-33.7z"]},{prefix:"fas",iconName:"cubes",icon:[512,512,[],"f1b3","M284-1.3c-17.3-10-38.7-10-56 0L143.8 47.3c-17.3 10-28 28.5-28 48.5l0 101.9-88.3 51c-17.3 10-28 28.5-28 48.5l0 97.3c0 20 10.7 38.5 28 48.5l84.3 48.6c17.3 10 38.7 10 56 0l88.3-51 88.3 51c17.3 10 38.7 10 56 0L484.5 443c17.3-10 28-28.5 28-48.5l0-97.3c0-20-10.7-38.5-28-48.5l-88.3-51 0-101.9c0-20-10.7-38.5-28-48.5L284-1.3zM232 292.6l0 106.5-88.3 51c-1.2 .7-2.6 1.1-4 1.1l0-105.3 92.3-53.3zm231.4 .6c.7 1.2 1.1 2.6 1.1 4l0 97.3c0 2.9-1.5 5.5-4 6.9l-84.3 48.6c-1.2 .7-2.6 1.1-4 1.1l0-105.3 91.2-52.6zM348.3 95.8l0 101.9-92.3 53.3 0-106.5 91.2-52.6c.7 1.2 1.1 2.6 1.1 4z"]},{prefix:"fas",iconName:"turn-right",icon:[512,512,[],"e639","M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9S320 115.1 320 128l0 64-160 0C71.6 192 0 263.6 0 352l0 64c0 17.7 14.3 32 32 32l64 0c17.7 0 32-14.3 32-32l0-64c0-17.7 14.3-32 32-32l160 0 0 64c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"]},{prefix:"fas",iconName:"caret-large-up",icon:[384,512,[],"e82f","M169.9 137.4c12.5-12.5 32.8-12.5 45.2 0l160 160c9.2 9.2 11.9 22.9 6.9 34.9S365.4 352 352.5 352l-320 0c-12.9 0-24.6-7.8-29.6-19.8S.7 306.5 9.9 297.4l160-160z"]},{prefix:"fas",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 512a256 256 0 1 1 0-512 256 256 0 1 1 0 512zM374 145.7c-10.7-7.8-25.7-5.4-33.5 5.3L221.1 315.2 169 263.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.8 7.5 18.8 7s13.4-4.1 17.5-9.8L379.3 179.2c7.8-10.7 5.4-25.7-5.3-33.5z"]},{prefix:"fas",iconName:"xmark",icon:[384,512,[215,10060,10006,10005,128473,"close","multiply","remove","times"],"f00d","M55.1 73.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L147.2 256 9.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192.5 301.3 329.9 438.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.8 256 375.1 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192.5 210.7 55.1 73.4z"]},{prefix:"fas",iconName:"square-info",icon:[448,512,[8505,"info-square"],"f30f","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zM184 336l24 0 0-64-24 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l48 0c13.3 0 24 10.7 24 24l0 88 8 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"]},{prefix:"fas",iconName:"bookmark",icon:[384,512,[61591,128278],"f02e","M64 0C28.7 0 0 28.7 0 64L0 480c0 11.5 6.2 22.2 16.2 27.8s22.3 5.5 32.2-.4L192 421.3 335.5 507.4c9.9 5.9 22.2 6.1 32.2 .4S384 491.5 384 480l0-416c0-35.3-28.7-64-64-64L64 0z"]},{prefix:"fas",iconName:"user",icon:[448,512,[62470,62144,128100,"user-alt","user-large"],"f007","M224 248a120 120 0 1 0 0-240 120 120 0 1 0 0 240zm-29.7 56C95.8 304 16 383.8 16 482.3 16 498.7 29.3 512 45.7 512l356.6 0c16.4 0 29.7-13.3 29.7-29.7 0-98.5-79.8-178.3-178.3-178.3l-59.4 0z"]},{prefix:"fas",iconName:"server",icon:[448,512,[],"f233","M64 32C28.7 32 0 60.7 0 96l0 64c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 32zm216 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zM64 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L64 288zm216 72a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm56 24a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},{prefix:"fas",iconName:"sort",icon:[384,512,["unsorted"],"f0dc","M2.4 204.2c5 12 16.6 19.8 29.6 19.8l320 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-160-160c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-9.2 9.2-11.9 22.9-6.9 34.9zm0 103.5c-5 12-2.2 25.7 6.9 34.9l160 160c12.5 12.5 32.8 12.5 45.3 0l160-160c9.2-9.2 11.9-22.9 6.9-34.9S364.9 288 352 288L32 288c-12.9 0-24.6 7.8-29.6 19.8z"]},{prefix:"fas",iconName:"message-bot",icon:[640,512,[],"e3b8","M96 128l0 64-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 0 112c0 53 43 96 96 96l0 72c0 13.3 10.7 24 24 24 5.2 0 10.2-1.7 14.4-4.8l115.2-86.4c4.2-3.1 9.2-4.8 14.4-4.8l88 0c53 0 96-43 96-96l0-112 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-72 0 0-64c0-53-43-96-96-96L192 32c-53 0-96 43-96 96zm160 0l128 0c53 0 96 43 96 96s-43 96-96 96l-128 0c-53 0-96-43-96-96s43-96 96-96zm32 96a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm96 32a32 32 0 1 0 0-64 32 32 0 1 0 0 64z"]},{prefix:"fas",iconName:"check",icon:[448,512,[10004,10003],"f00c","M434.8 70.1c14.3 10.4 17.5 30.4 7.1 44.7l-256 352c-5.5 7.6-14 12.3-23.4 13.1s-18.5-2.7-25.1-9.3l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l101.5 101.5 234-321.7c10.4-14.3 30.4-17.5 44.7-7.1z"]},{prefix:"fas",iconName:"play",icon:[448,512,[9654],"f04b","M91.2 36.9c-12.4-6.8-27.4-6.5-39.6 .7S32 57.9 32 72l0 368c0 14.1 7.5 27.2 19.6 34.4s27.2 7.5 39.6 .7l336-184c12.8-7 20.8-20.5 20.8-35.1s-8-28.1-20.8-35.1l-336-184z"]},{prefix:"fas",iconName:"file",icon:[384,512,[61462,128459,128196],"f15b","M64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-277.5c0-17-6.7-33.3-18.7-45.3L258.7 18.7C246.7 6.7 230.5 0 213.5 0L64 0zM325.5 176L232 176c-13.3 0-24-10.7-24-24L208 58.5 325.5 176z"]},{prefix:"fas",iconName:"circle-question",icon:[512,512,[62108,"question-circle"],"f059","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zm0-336c-17.7 0-32 14.3-32 32 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-44.2 35.8-80 80-80s80 35.8 80 80c0 47.2-36 67.2-56 74.5l0 3.8c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-8.1c0-20.5 14.8-35.2 30.1-40.2 6.4-2.1 13.2-5.5 18.2-10.3 4.3-4.2 7.7-10 7.7-19.6 0-17.7-14.3-32-32-32zM224 368a32 32 0 1 1 64 0 32 32 0 1 1 -64 0z"]},{prefix:"fas",iconName:"gear",icon:[512,512,[9881,"cog"],"f013","M195.1 9.5C198.1-5.3 211.2-16 226.4-16l59.8 0c15.2 0 28.3 10.7 31.3 25.5L332 79.5c14.1 6 27.3 13.7 39.3 22.8l67.8-22.5c14.4-4.8 30.2 1.2 37.8 14.4l29.9 51.8c7.6 13.2 4.9 29.8-6.5 39.9L447 233.3c.9 7.4 1.3 15 1.3 22.7s-.5 15.3-1.3 22.7l53.4 47.5c11.4 10.1 14 26.8 6.5 39.9l-29.9 51.8c-7.6 13.1-23.4 19.2-37.8 14.4l-67.8-22.5c-12.1 9.1-25.3 16.7-39.3 22.8l-14.4 69.9c-3.1 14.9-16.2 25.5-31.3 25.5l-59.8 0c-15.2 0-28.3-10.7-31.3-25.5l-14.4-69.9c-14.1-6-27.2-13.7-39.3-22.8L73.5 432.3c-14.4 4.8-30.2-1.2-37.8-14.4L5.8 366.1c-7.6-13.2-4.9-29.8 6.5-39.9l53.4-47.5c-.9-7.4-1.3-15-1.3-22.7s.5-15.3 1.3-22.7L12.3 185.8c-11.4-10.1-14-26.8-6.5-39.9L35.7 94.1c7.6-13.2 23.4-19.2 37.8-14.4l67.8 22.5c12.1-9.1 25.3-16.7 39.3-22.8L195.1 9.5zM256.3 336a80 80 0 1 0 -.6-160 80 80 0 1 0 .6 160z"]},{prefix:"fas",iconName:"turn-left",icon:[512,512,[],"e636","M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9S192 115.1 192 128l0 64 160 0c88.4 0 160 71.6 160 160l0 64c0 17.7-14.3 32-32 32l-64 0c-17.7 0-32-14.3-32-32l0-64c0-17.7-14.3-32-32-32l-160 0 0 64c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z"]},{prefix:"fas",iconName:"thumbs-up",icon:[512,512,[61575,128077],"f164","M80 160c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32L0 192c0-17.7 14.3-32 32-32l48 0zM270.6 16C297.9 16 320 38.1 320 65.4l0 4.2c0 6.8-1.3 13.6-3.8 19.9L288 160 448 160c26.5 0 48 21.5 48 48 0 19.7-11.9 36.6-28.9 44 17 7.4 28.9 24.3 28.9 44 0 23.4-16.8 42.9-39 47.1 4.4 7.3 7 15.8 7 24.9 0 22.2-15 40.8-35.4 46.3 2.2 5.5 3.4 11.5 3.4 17.7 0 26.5-21.5 48-48 48l-87.9 0c-36.3 0-71.6-12.4-99.9-35.1L184 435.2c-15.2-12.1-24-30.5-24-50l0-186.6c0-14.9 3.5-29.6 10.1-42.9L226.3 43.3C234.7 26.6 251.8 16 270.6 16z"]},{prefix:"fas",iconName:"hand",icon:[512,512,[9995,129306,"hand-paper"],"f256","M288 32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 208c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 272c0 1.5 0 3.1 .1 4.6L67.6 283c-16-15.2-41.3-14.6-56.6 1.4S-3.6 325.7 12.4 341L124.8 448c43.1 41.1 100.4 64 160 64l19.2 0c97.2 0 176-78.8 176-176l0-208c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 112c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-176c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 176c0 8.8-7.2 16-16 16s-16-7.2-16-16l0-208z"]},{prefix:"fas",iconName:"octagon-xmark",icon:[512,512,["times-octagon","xmark-octagon"],"f2f0","M143.4 18.8c12-12 28.3-18.7 45.3-18.7l135.6 0c17 0 33.3 6.7 45.3 18.7L493.6 143c12 12 18.7 28.3 18.7 45.3l0 135.6c0 17-6.7 33.3-18.7 45.3L369.5 493.2c-12 12-28.3 18.7-45.3 18.7l-135.6 0c-17 0-33.3-6.7-45.3-18.7L19.2 369C7.2 357 .5 340.8 .5 323.8l0-135.6c0-17 6.7-33.3 18.7-45.3L143.4 18.8zM167.5 167c-9.4 9.4-9.4 24.6 0 33.9l55 55-55 55c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l55-55 55 55c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-55-55 55-55c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-55 55-55-55c-9.4-9.4-24.6-9.4-33.9 0z"]},{prefix:"fas",iconName:"circle",icon:[512,512,[61915,61708,11044,9899,9898,9679,128996,128995,128994,128993,128992,128309,128308],"f111","M0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0z"]},{prefix:"fas",iconName:"address-card",icon:[576,512,[62140,"contact-card","vcard"],"f2bb","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l448 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm80 256l64 0c44.2 0 80 35.8 80 80 0 8.8-7.2 16-16 16L80 384c-8.8 0-16-7.2-16-16 0-44.2 35.8-80 80-80zm-24-96a56 56 0 1 1 112 0 56 56 0 1 1 -112 0zm240-48l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24zm0 96l112 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-112 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{prefix:"fas",iconName:"comment-question",icon:[512,512,[],"e14b","M256 480c141.4 0 256-107.5 256-240S397.4 0 256 0 0 107.5 0 240c0 54.3 19.2 104.3 51.6 144.5L2.8 476.8c-4.8 9-3.3 20 3.6 27.5s17.8 9.8 27.1 5.8l118.4-50.7C183.7 472.6 218.9 480 256 480zm0-312c-16.1 0-29.2 13.1-29.2 29.2 0 13.3-10.7 24-24 24s-24-10.7-24-24c0-42.6 34.6-77.2 77.2-77.2s77.2 34.6 77.2 77.2c0 45.5-34.5 64.7-53.7 71.8-2.3 10.8-11.9 19-23.5 19-13.3 0-24-10.7-24-24 0-20.2 14.6-34.6 29.5-39.5 6-2 12.3-5.1 16.8-9.5 3.9-3.8 6.9-9 6.9-17.7 0-16.1-13.1-29.2-29.2-29.2zM228 336a28 28 0 1 1 56 0 28 28 0 1 1 -56 0z"]},{prefix:"fas",iconName:"crown",icon:[576,512,[128081],"f521","M313 87.2c9.2-7.3 15-18.6 15-31.2 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 12.6 5.9 23.9 15 31.2L194.6 194.8c-10 15.7-31.3 19.6-46.2 8.4L88.9 158.7c4.5-6.4 7.1-14.3 7.1-22.7 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 21.8 17.5 39.6 39.2 40L87.8 393.5c4.7 31.3 31.6 54.5 63.3 54.5l273.8 0c31.7 0 58.6-23.2 63.3-54.5L520.8 176c21.7-.4 39.2-18.2 39.2-40 0-22.1-17.9-40-40-40s-40 17.9-40 40c0 8.4 2.6 16.3 7.1 22.7l-59.4 44.6c-14.9 11.2-36.2 7.3-46.2-8.4L313 87.2z"]},{prefix:"fas",iconName:"square-check",icon:[448,512,[61510,9989,9745,"check-square"],"f14a","M384 32c35.3 0 64 28.7 64 64l0 320c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0zM342 145.7c-10.7-7.8-25.7-5.4-33.5 5.3L189.1 315.2 137 263.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.9 7.5 18.8 7s13.4-4.1 17.5-9.8L347.3 179.2c7.8-10.7 5.4-25.7-5.3-33.5z"]},{prefix:"fas",iconName:"thumbs-down",icon:[512,512,[61576,128078],"f165","M384 32c26.5 0 48 21.5 48 48 0 6.3-1.3 12.2-3.4 17.7 20.4 5.5 35.4 24.1 35.4 46.3 0 9.1-2.6 17.6-7 24.9 22.2 4.2 39 23.7 39 47.1 0 19.7-11.9 36.6-28.9 44 17 7.4 28.9 24.3 28.9 44 0 26.5-21.5 48-48 48l-160 0 28.2 70.4c2.5 6.3 3.8 13.1 3.8 19.9l0 4.2c0 27.3-22.1 49.4-49.4 49.4-18.7 0-35.8-10.6-44.2-27.3L170.1 356.3c-6.7-13.3-10.1-28-10.1-42.9l0-186.6c0-19.4 8.9-37.8 24-50l12.2-9.7C224.6 44.4 259.8 32 296.1 32L384 32zM80 96c17.7 0 32 14.3 32 32l0 256c0 17.7-14.3 32-32 32l-48 0c-17.7 0-32-14.3-32-32L0 128c0-17.7 14.3-32 32-32l48 0z"]},{prefix:"fas",iconName:"message-check",icon:[512,512,["comment-alt-check"],"f4a2","M416 32c53 0 96 43 96 96l0 224c0 53-43 96-96 96l-120 0c-5.2 0-10.3 1.7-14.4 4.8L166.4 539.2c-4.2 3.1-9.2 4.8-14.4 4.8-13.3 0-24-10.7-24-24l0-72-32 0c-53 0-96-43-96-96L0 128C0 75 43 32 96 32l320 0zm-42 97.7c-10.7-7.8-25.7-5.4-33.5 5.3L221.1 299.2 169 247.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l72 72c5 5 11.9 7.5 18.8 7s13.4-4.1 17.5-9.8L379.3 163.2c7.8-10.7 5.4-25.7-5.3-33.5z"]},{prefix:"fas",iconName:"circle-stop",icon:[512,512,[62094,"stop-circle"],"f28d","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM192 160l128 0c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-128 0c-17.7 0-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32z"]},{prefix:"fas",iconName:"spinner-scale",icon:[448,512,[],"e62a","M224 116a52 52 0 1 1 0-104 52 52 0 1 1 0 104zm0 300c17.7 0 32 14.3 32 32s-14.3 32-32 32-32-14.3-32-32 14.3-32 32-32zM416 288a32 32 0 1 1 0-64 32 32 0 1 1 0 64zM0 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm399.4-96.2a56 56 0 1 1 -79.2-79.2 56 56 0 1 1 79.2 79.2zM65.6 414.4a32 32 0 1 1 45.3-45.3 32 32 0 1 1 -45.3 45.3zm271.5 0a32 32 0 1 1 45.3-45.3 32 32 0 1 1 -45.3 45.3zM54.3 86.3a48 48 0 1 1 67.9 67.9 48 48 0 1 1 -67.9-67.9z"]},{prefix:"fas",iconName:"users",icon:[640,512,[],"f0c0","M320 16a104 104 0 1 1 0 208 104 104 0 1 1 0-208zM96 88a72 72 0 1 1 0 144 72 72 0 1 1 0-144zM0 416c0-70.7 57.3-128 128-128 12.8 0 25.2 1.9 36.9 5.4-32.9 36.8-52.9 85.4-52.9 138.6l0 16c0 11.4 2.4 22.2 6.7 32L32 480c-17.7 0-32-14.3-32-32l0-32zm521.3 64c4.3-9.8 6.7-20.6 6.7-32l0-16c0-53.2-20-101.8-52.9-138.6 11.7-3.5 24.1-5.4 36.9-5.4 70.7 0 128 57.3 128 128l0 32c0 17.7-14.3 32-32 32l-86.7 0zM472 160a72 72 0 1 1 144 0 72 72 0 1 1 -144 0zM160 432c0-88.4 71.6-160 160-160s160 71.6 160 160l0 16c0 17.7-14.3 32-32 32l-256 0c-17.7 0-32-14.3-32-32l0-16z"]},{prefix:"fas",iconName:"grip-lines",icon:[448,512,[],"f7a4","M32 288c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 288zm0-128c-17.7 0-32 14.3-32 32s14.3 32 32 32l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 160z"]},{prefix:"fas",iconName:"heart",icon:[512,512,[61578,10084,9829,129505,129294,129293,128420,128156,128155,128154,128153],"f004","M241 87.1l15 20.7 15-20.7C296 52.5 336.2 32 378.9 32 452.4 32 512 91.6 512 165.1l0 2.6c0 112.2-139.9 242.5-212.9 298.2-12.4 9.4-27.6 14.1-43.1 14.1s-30.8-4.6-43.1-14.1C139.9 410.2 0 279.9 0 167.7l0-2.6C0 91.6 59.6 32 133.1 32 175.8 32 216 52.5 241 87.1z"]},{prefix:"fas",iconName:"chart-area",icon:[512,512,["area-chart"],"f1fe","M32 32c17.7 0 32 14.3 32 32l0 336c0 8.8 7.2 16 16 16l400 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L80 480c-44.2 0-80-35.8-80-80L0 64C0 46.3 14.3 32 32 32zM240 96c6.7 0 13.1 2.8 17.7 7.8L328.8 181.3 375 135c9.4-9.4 24.6-9.4 33.9 0l64 64c4.5 4.5 7 10.6 7 17l0 112c0 13.3-10.7 24-24 24l-304 0c-13.3 0-24-10.7-24-24l0-112c0-6 2.3-11.8 6.3-16.2l88-96c4.5-5 11-7.8 17.7-7.8z"]},{prefix:"fas",iconName:"clock",icon:[512,512,[128339,"clock-four"],"f017","M256 0a256 256 0 1 1 0 512 256 256 0 1 1 0-512zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z"]},{prefix:"fas",iconName:"trash",icon:[448,512,[],"f1f8","M136.7 5.9L128 32 32 32C14.3 32 0 46.3 0 64S14.3 96 32 96l384 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-96 0-8.7-26.1C306.9-7.2 294.7-16 280.9-16L167.1-16c-13.8 0-26 8.8-30.4 21.9zM416 144L32 144 53.1 467.1C54.7 492.4 75.7 512 101 512L347 512c25.3 0 46.3-19.6 47.9-44.9L416 144z"]},{prefix:"fas",iconName:"sort-up",icon:[384,512,["sort-asc"],"f0de","M32 224c-12.9 0-24.6-7.8-29.6-19.8S.2 178.5 9.4 169.4l160-160c12.5-12.5 32.8-12.5 45.3 0l160 160c9.2 9.2 11.9 22.9 6.9 34.9S364.9 224 352 224L32 224z"]},{prefix:"fas",iconName:"user-tie",icon:[448,512,[],"f508","M224 248a120 120 0 1 1 0-240 120 120 0 1 1 0 240zm-30.5 56l61 0c9.7 0 17.5 7.8 17.5 17.5 0 4.2-1.5 8.2-4.2 11.4l-27.4 32 31 115.1 .6 0 34.6-138.5c2.2-8.7 11.1-14 19.5-10.8 61.9 23.6 105.9 83.6 105.9 153.8 0 15.1-12.3 27.4-27.4 27.4L43.4 512c-15.1 0-27.4-12.3-27.4-27.4 0-70.2 44-130.2 105.9-153.8 8.4-3.2 17.3 2.1 19.5 10.8l34.6 138.5 .6 0 31-115.1-27.4-32c-2.7-3.2-4.2-7.2-4.2-11.4 0-9.7 7.8-17.5 17.5-17.5z"]},{prefix:"fas",iconName:"circle-pause",icon:[512,512,[62092,"pause-circle"],"f28b","M256 512a256 256 0 1 0 0-512 256 256 0 1 0 0 512zM224 192l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32zm128 0l0 128c0 17.7-14.3 32-32 32s-32-14.3-32-32l0-128c0-17.7 14.3-32 32-32s32 14.3 32 32z"]},{prefix:"fas",iconName:"caret-large-right",icon:[256,512,[],"e82e","M247.1 233.4c12.5 12.5 12.5 32.8 0 45.2l-160 160c-9.2 9.2-22.9 11.9-34.9 6.9S32.5 428.9 32.5 416l0-320c0-12.9 7.8-24.6 19.8-29.6S78 64.2 87.1 73.4l160 160z"]},{prefix:"fas",iconName:"bell",icon:[448,512,[61602,128276],"f0f3","M224 0c-17.7 0-32 14.3-32 32l0 3.2C119 50 64 114.6 64 192l0 21.7c0 48.1-16.4 94.8-46.4 132.4L7.8 358.3C2.7 364.6 0 372.4 0 380.5 0 400.1 15.9 416 35.5 416l376.9 0c19.6 0 35.5-15.9 35.5-35.5 0-8.1-2.7-15.9-7.8-22.2l-9.8-12.2C400.4 308.5 384 261.8 384 213.7l0-21.7c0-77.4-55-142-128-156.8l0-3.2c0-17.7-14.3-32-32-32zM162 464c7.1 27.6 32.2 48 62 48s54.9-20.4 62-48l-124 0z"]},{prefix:"fas",iconName:"circle-small",icon:[320,512,[],"e122","M0 256a160 160 0 1 1 320 0 160 160 0 1 1 -320 0z"]},{prefix:"fas",iconName:"filter",icon:[512,512,[],"f0b0","M32 64C19.1 64 7.4 71.8 2.4 83.8S.2 109.5 9.4 118.6L192 301.3 192 416c0 8.5 3.4 16.6 9.4 22.6l64 64c9.2 9.2 22.9 11.9 34.9 6.9S320 492.9 320 480l0-178.7 182.6-182.6c9.2-9.2 11.9-22.9 6.9-34.9S492.9 64 480 64L32 64z"]},{prefix:"fas",iconName:"minus",icon:[448,512,[10134,8722,8211,"subtract"],"f068","M0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32z"]},{prefix:"fas",iconName:"square-minus",icon:[448,512,[61767,"minus-square"],"f146","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32zm72 200l176 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-176 0c-13.3 0-24-10.7-24-24s10.7-24 24-24z"]},{prefix:"fak",iconName:"square-poll-vertical-regular",icon:[512,512,[],"e066","M410.8 39c30.8 0 55.8 24.9 55.8 55.8l0 316c0 30.8-24.9 55.8-55.8 55.8l-316 0c-30.8 0-55.8-25-55.8-55.8l0-316C39 64 64 39 94.8 39l316 0zm0-39L94.8 0C42.5 .1 .1 42.5 0 94.8l0 316c.1 52.3 42.5 94.7 94.8 94.8l316 0c52.3-.1 94.7-42.5 94.8-94.8l0-316C505.5 42.5 463.1 .1 410.8 0zM169.9 402.6c0 5.9-3.1 10.5-6.8 10.5l-44.9 0c-3.7 0-6.8-4.7-6.8-10.5l0-231.9c0-5.9 3.1-10.5 6.8-10.5l44.9 0c3.7 0 6.8 4.7 6.8 10.5l0 231.9zm112.2 0c0 5.9-3.1 10.5-6.8 10.5l-44.8 0c-3.7 0-6.8-4.7-6.8-10.5l0-151.1c0-5.9 3.1-10.5 6.8-10.5l44.8 0c3.7 0 6.8 4.7 6.8 10.5l0 151.1zm111.9 0c0 5.9-3.1 10.5-6.8 10.5l-44.9 0c-3.7 0-6.8-4.7-6.8-10.5l0-304.5c0-5.9 3.1-10.5 6.8-10.5l44.9 0c3.7 0 6.8 4.7 6.8 10.5l0 304.5z"]},{prefix:"fak",iconName:"preview-regular",icon:[512,512,[],"e046","M270.1 323.5c28.5-7.7 45.4-36.8 37.8-65.3c-6.1-23-26.6-38.4-49.3-39.4c-3.2 0-5.1 3.5-4.2 6.4c1.3 3.5 1.9 7.4 1.9 11.2h-.3c0 19.5-16 35.5-35.5 35.5s-7.7-.6-11.2-1.9c-3.2-1-6.7 1-6.4 4.2c0 3.8 .6 7.7 1.9 11.5c7.7 28.5 36.8 45.4 65.3 37.8zM149.1 352c26.2 24.3 62.1 44.8 106.9 44.8s81-20.5 106.9-44.8 43.5-53.1 51.5-73c1.9-4.5 1.9-9.3 0-13.8c-8.3-19.8-25.6-48.6-51.5-73c-26.2-24.3-62.1-44.8-106.9-44.8s-81 20.5-106.9 44.8c-25.9 24-43.5 53.1-51.5 73c-1.9 4.5-1.9 9.3 0 13.8c8.3 19.8 25.6 48.6 51.5 73zM256 192c44.2 0 80 35.8 80 80s-35.8 80-80 80-80-35.8-80-80 35.8-80 80-80zM480 0H32C14.4 0 0 14.4 0 32v448c0 17.6 14.4 32 32 32h448c17.6 0 32-14.4 32-32V32c0-17.6-14.4-32-32-32zM464 464H48V96h416v368z"]},{prefix:"fak",iconName:"language-slash-regular",icon:[640,512,[],"e04e","M0 128c0-9.7 2.2-19 6.1-27.2l125.2 98.6-53.6 120.5c-4.4 10.1 .1 22 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1 73.6 0 8.9 20.1c4.5 10.1 16.3 14.7 26.4 10.2s14.7-16.3 10.2-26.4l-22.6-50.8 100.3 79 0 51.9 65.8 0 60.9 48-126.8 0-16 0-32 0-208 0c-35.3 0-64-28.7-64-64L0 128zM5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l75.1 58.9 158.1 0 32 0 16 0 256 0c35.3 0 64 28.7 64 64l0 256c0 27.3-17.2 50.7-41.4 59.9l32.2 25.2c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM141 276l19-42.8 19 42.8-38 0zM320 112l0 113.5 100.1 78.4c3.4-1.8 6.7-3.7 9.9-5.6l-12.1-12.1c-7.8-7.8-7.8-20.5 0-28.3s20.5-7.8 28.3 0l14.6 14.6 .5 .5c12.4-13.1 22.5-28.3 29.8-45l-35.1 0-72 0c-11 0-20-9-20-20s9-20 20-20l52 0 0-4c0-11 9-20 20-20s20 9 20 20l0 4 44 0 16 0c11 0 20 9 20 20s-9 20-20 20l-2 0-1.8 4.5c-8.9 24.5-22.4 46.6-39.6 65.4 .9 .5 1.8 1.1 2.7 1.6l18.9 11.3c9.5 5.6 12.5 17.9 6.9 27.4s-17.9 12.6-27.4 6.9l-18.9-11.3c-4.5-2.7-8.8-5.5-13.1-8.5-2.5 1.8-5.1 3.6-7.7 5.2l88.6 69.5 33.4 0c8.8 0 16-7.2 16-16l0-256c0-8.8-7.2-16-16-16l-256 0z"]},{prefix:"fak",iconName:"circle-user-circle-check-solid",icon:[640,512,[],"e00c","M0 256C0 164.5 48.8 80 128 34.3s176.8-45.7 256 0c60.3 34.8 103 92.1 119.9 157.9c-2.6-.1-5.3-.2-7.9-.2c-82.5 0-151.8 56.8-170.8 133.5c-11.8-3.6-24.3-5.5-37.2-5.5l-64 0c-47.4 0-88.9 25.8-111 64.2c35.2 39.2 86.2 63.8 143 63.8c27.1 0 52.8-5.6 76.1-15.7c8 20.3 19.7 38.9 34.2 54.7c-75.7 36.2-164.9 33.1-238.4-9.3C48.8 432 0 347.5 0 256zm193.6-92c-12.9 22.3-12.9 49.7 0 72s36.6 36 62.4 36s49.5-13.7 62.4-36s12.9-49.7 0-72s-36.6-36-62.4-36s-49.5 13.7-62.4 36zM352 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm76.7-11.3c-6.2 6.2-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0z"]},{prefix:"fak",iconName:"folder-open-lock-regular",icon:[640,512,[],"e005","M0 96C0 60.7 28.7 32 64 32l117.4 0c17 0 33.3 6.7 45.3 18.7l26.5 26.6c12 12 28.3 18.7 45.3 18.7L416 96c35.3 0 64 28.7 64 64l0 10.8c-11.3 5.4-21.6 12.6-30.4 21.2L432 192l0-32c0-8.8-7.2-16-16-16l-117.5 0c-29.7 0-58.2-11.8-79.2-32.8L192.8 84.7c-3-3-7.1-4.7-11.3-4.7L64 80c-8.8 0-16 7.2-16 16l0 261.1 68.4-117.2C122.1 230 132.6 224 144 224l282.8 0c-6.9 14.5-10.8 30.8-10.8 48l0 24.6c-19.1 11-32 31.7-32 55.4l0 127.9c0 0 0 .1 0 .1L87.7 480 64 480c-35.3 0-64-28.7-64-64L0 96zM416 352c0-17.7 14.3-32 32-32l0-48c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128zm80-80l0 48 64 0 0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32z"]},{prefix:"fak",iconName:"table-cells-slash-regular",icon:[640,512,[],"e006","M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1L89.5 44.9C100.3 36.8 113.6 32 128 32l384 0c35.3 0 64 28.7 64 64l0 320c0 3.3-.2 6.5-.7 9.6l55.5 43.5c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM64 146.4L152.3 216 112 216l0 80 104 0 0-29.8L314.8 344 264 344l0 88 112 0 0-39.8 48 37.8 0 1.9 2.5 0 60.9 48L128 480c-35.3 0-64-28.7-64-64l0-269.6zM112 344l0 72c0 8.8 7.2 16 16 16l88 0 0-88-104 0zM134.4 80L216 144l0-64-81.6 0zM264 80l0 88 112 0 0-88L264 80zm43.9 136L376 269.4l0-53.4-68.1 0zM424 80l0 88 104 0 0-72c0-8.8-7.2-16-16-16l-88 0zm0 136l0 80 104 0 0-80-104 0zm47.2 128L528 388.5l0-44.5-56.8 0z"]},{prefix:"fak",iconName:"pip-wide-regular",icon:[512,512,[],"e044","M448 64H64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm16 320c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V128c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v256zM392 240H152c-22.1 0-40 17.9-40 40v48c0 22.1 17.9 40 40 40h240c22.1 0 40-17.9 40-40v-48c0-22.1-17.9-40-40-40z"]},{prefix:"fak",iconName:"cloud-slash-gear-regular",icon:[640,512,[],"e03c","M10 42.8l326.8 256.1 22.5-39c.6-1 1.2-1.9 1.8-2.9L179.6 114.8c21.6-21.6 51.6-35 84.6-35s68.6 16.1 90.6 41.6c13.8 16 36.4 21 55.7 12.5c8.9-3.9 18.6-6.2 29.1-6.2c37.4 0 68.1 28.6 71.5 65.1h12.4c13.2 0 25.6 4.5 35.6 12.8c0-2 .2-4.1 .2-6.1c0-66.1-53.5-119.7-119.7-119.7s-33.7 3.7-48.6 10.3C360.2 54.5 314.8 32 264.1 32s-91.8 20.4-122.4 53.2L39.6 5.1C29.2-3.1 14.1-1.2 6 9.2C-2.2 19.5-.3 34.6 10 42.8zM335.5 435.4s0 0 0 0c-.9-1.5-1.6-3-2.4-4.6H144.5c-52.8 0-95.7-42.9-95.7-95.7s26.5-77.1 63.8-90.2c16.4-5.8 28.1-19.8 31.1-36.5l-45-35.5c-1.4 8.7-2.1 17.5-2.1 26.6v.2C40.9 219.4 .9 272.5 .9 335s64.3 143.6 143.6 143.6h216c-.4-.6-.7-1.2-1.1-1.8l-23.9-41.4zm291.6-48.7l-8.4-4.9c-4.9-2.8-7.6-8.2-7.6-13.9s2.6-10.4 7.2-13l8.9-5.1c11.5-6.6 15.4-21.2 8.8-32.7l-23.9-41.5c-6.6-11.5-21.2-15.4-32.7-8.8l-8.2 4.7c-4.9 2.8-10.8 2.5-15.7-.3c-4.8-2.8-8.1-7.8-8.1-13.4v-9.4c0-13.3-10.7-23.9-23.9-23.9h-47.9v.2c-13.4 0-24 10.7-24 23.9v9.2c0 5.6-3.3 10.7-8.2 13.5s-10.9 3.1-15.8 .3l-8-4.6c-11.5-6.6-26.1-2.7-32.7 8.8L363 317.3h0c-6.6 11.5-2.7 26.1 8.8 32.7l8.5 4.9c4.7 2.7 7.3 7.8 7.3 13.2s-2.8 11.2-7.8 14.1l-8 4.6c-11.4 6.7-15.3 21.2-8.7 32.7L387 461c6.6 11.5 21.2 15.4 32.7 8.8l8.7-5c4.7-2.7 10.5-2.4 15.3 .3c4.7 2.7 7.9 7.6 7.9 13.1v10c0 13.3 10.7 23.9 23.9 23.9h47.9c13.3 0 23.9-10.7 23.9-23.9v-10.3c0-5.4 3.2-10.3 7.9-13s10.5-3 15.2-.3l8.9 5.1c11.5 6.6 26.1 2.7 32.7-8.8l23.9-41.5c6.6-11.5 2.7-26.1-8.8-32.7zM540.9 392c-8.6 14.9-24.3 23.9-41.5 23.9s-32.9-9.1-41.5-23.9c-8.6-14.9-8.6-33 0-47.9s24.3-23.9 41.5-23.9s32.9 9.1 41.5 23.9c8.6 14.9 8.6 33 0 47.9z"]},{prefix:"fak",iconName:"circle-dashed-dollar-question-regular",icon:[640,512,[],"e03a","M321.4 345.5c2.6-20.9 9-40.7 18.3-58.6c-3.3-13-11.4-24.4-23.4-32.6c-14.9-10.2-34.8-15.9-50.4-20.3c-2.3-.6-4.6-1.3-7-1.9c-11.4-3.1-23.4-6.3-33.2-12.6c-12.5-8-3.4-19.6 7.6-24.4c12.3-5.3 27.6-6.5 40.8-4c7.1 1.4 14.1 3.3 21.1 5.3c1.6 .4 3.1 .9 4.7 1.3c11.5 3.1 23.4-3.6 26.6-15.1s-3.6-23.4-15.1-26.6c-1.9-.6-3.7-1.1-5.6-1.6c-9.6-2.7-19.3-5.4-29-6.6v-14.2c.1-11.9-9.6-21.6-21.5-21.6s-21.6 9.7-21.6 21.6v16.1c-6.1 1.4-12 3.3-17.5 5.7c-18 7.8-35 22.3-39 44.1h0c-4.2 23.1 5.7 43.9 25.2 56.4c14.2 9.1 33.1 14.4 48.2 18.7c2.3 .7 4.5 1.3 6.8 1.9c11.9 3.2 24.4 6.6 34.5 13.5c11.8 8 6.1 22.3-5.9 27.1c-8.9 3.6-22.5 5.1-39.5 2.6c-11.6-1.9-23.2-5.8-34.5-9.6c-2.5-.8-5-1.7-7.5-2.5c-11.3-3.8-23.5 2.4-27.3 13.7s2.4 23.6 13.7 27.3c14.1 4.6 28.3 9.2 42.8 12.5v17.4c0 11.9 9.7 21.6 21.6 21.6s21.6-9.7 21.6-21.6v-15.2c8.9-1 17.4-3 25.2-6.2c7-2.8 13.6-6.7 19.3-11.6zM496 224c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm0 240c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm39.5-97.4L512 378.9v5.1c0 8.8-7.2 16-16 16s-16-7.2-16-16v-14.8c0-6 3.3-11.4 8.6-14.2l32-16.8c4.5-2.4 7.4-7.1 7.4-12.3c0-7.7-6.2-13.9-13.9-13.9h-40.5c-5.3 0-9.6 4.3-9.6 9.6v6.4c0 8.8-7.2 16-16 16s-16-7.2-16-16v-6.3c0-23 18.6-41.6 41.6-41.6h40.5c25.3 0 45.9 20.5 45.9 45.9s-9.4 32.7-24.5 40.6zM302.2 51.5c23.9 5.3 46.2 14.7 66.2 27.4c10.4 6.6 24.2 6 32.9-2.8c10.1-10.1 9.4-26.8-2.5-34.7c-27.3-18.2-58.3-31.3-91.6-37.9c-14-2.8-26.3 8.5-26.3 22.8s9.3 22.5 21.3 25.2zM145.4 78.9c20-12.7 42.3-22.1 66.2-27.4c12-2.7 21.3-12.9 21.3-25.2S220.6 .7 206.6 3.5c-33.3 6.6-64.3 19.7-91.6 37.9c-11.9 7.9-12.6 24.6-2.5 34.7c8.7 8.7 22.5 9.4 32.9 2.8zM456.8 196.8c12.6-2.9 25.7-4.4 39.2-4.4s6.3 0 9.4 .3c-7.1-29-19.2-56-35.3-80.1c-7.9-11.9-24.6-12.6-34.7-2.5c-8.7 8.7-9.4 22.5-2.8 32.9c10.5 16.5 18.7 34.6 24.3 53.9zM302.2 457.6c-12 2.7-21.3 12.9-21.3 25.2s12.3 25.6 26.3 22.8c20.6-4.1 40.3-10.7 58.9-19.4c-10.9-12-20.2-25.6-27.5-40.3c-11.6 5-23.7 8.9-36.3 11.7zM28.6 230.5c12.3 0 22.5-9.3 25.2-21.3c5.3-23.9 14.7-46.2 27.4-66.2c6.6-10.4 6-24.2-2.8-32.9c-10.1-10.1-26.8-9.4-34.7 2.5c-18.2 27.3-31.3 58.3-37.9 91.6c-2.8 14 8.5 26.3 22.8 26.3zm183 226.9c-23.9-5.3-46.2-14.7-66.2-27.4c-10.4-6.6-24.2-6-32.9 2.8c-10.1 10.1-9.4 26.8 2.5 34.7c27.3 18.2 58.3 31.3 91.6 37.9c14 2.8 26.3-8.5 26.3-22.8s-9.3-22.5-21.3-25.2zM53.9 299.8c-2.7-12-12.9-21.3-25.2-21.3S3.1 290.8 5.9 304.8c6.6 33.3 19.7 64.3 37.9 91.6c7.9 11.9 24.6 12.6 34.7 2.5s9.4-22.5 2.8-32.9c-12.7-20-22.1-42.3-27.4-66.2z"]},{prefix:"fak",iconName:"paper-plane-regular",icon:[512,512,[],"e058","M16.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L160 376 160 479.3c0 18.1 14.6 32.7 32.7 32.7 9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c18.9 7.9 40.8-4.5 43.9-24.7l64-416c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256zm52.1 25.5l341.5-195.1-219.6 245.4 1.2 1-123.1-51.3zM403.3 425.4l-166.6-69.5 214.1-239.3-47.5 308.8z"]},{prefix:"fak",iconName:"cabinet-filing-floppy-disk-regular",icon:[640,512,[],"e050","M496 352l0 8c0 13.4 10.6 24 24 24s24-10.6 24-24l0-16c0-22.1-17.9-40-40-40l-120 0 0 48 112 0zm24-208c13.4 0 24-10.6 24-24l0-16c0-22.1-17.9-40-40-40L360 64c-22.1 0-40 17.9-40 40l0 16c0 13.4 10.6 24 24 24s24-10.6 24-24l0-8 128 0 0 8c0 13.4 10.6 24 24 24zM576-32L288-32c-35.2 0-64 28.8-64 64l0 128 17 0c10.9 0 21.4 2.2 31 6.1L272 32c0-9 7-16 16-16l288 0c9 0 16 7 16 16l0 168-276.8 0 44.8 44.8s1.6 2.2 2.6 3.2l229.4 0 0 168c0 9-7 16-16 16l-192 0 0 48 192 0c35.2 0 64-28.8 64-64l0-384c0-35.2-28.8-64-64-64zM50.2 192C22.4 192 0 214.4 0 242.2L0 493.8C0 521.6 22.4 544 50.2 544l251.5 0c27.8 0 50.2-22.4 50.2-50.2L352 303c0-13.4-5.1-26.2-14.7-35.5l-60.8-60.8c-9.3-9.3-22.1-14.7-35.5-14.7L50.2 192zm25.3 75.5c0-13.8 11.2-25.3 25.3-25.3l125.8 0c13.8 0 25.3 11.2 25.3 25.3l0 50.2c0 13.8-11.2 25.3-25.3 25.3l-125.8 0c-13.8 0-25.3-11.2-25.3-25.3l0-50.2zM176 493.8a50.2 50.2 0 1 1 0-100.5 50.2 50.2 0 1 1 0 100.5z"]},{prefix:"fak",iconName:"user-gear-regular",icon:[640,512,[],"e00f","M0 482.3C0 383.8 79.8 304 178.3 304l91.4 0c19.7 0 38.7 3.2 56.4 9.1c-5.7 19.4-.4 40.5 13.8 54.9c-.9 .9-1.8 1.9-2.6 2.8c-19.7-12-42.8-18.8-67.5-18.8l-91.4 0c-65.7 0-120.1 48.7-129 112L348 464l7.4 12.8c13 22.3 38.9 32.4 62.6 26.2c.9 3 2 6 3.2 8.9c-1 .1-1.9 .1-2.9 .1L29.7 512C13.3 512 0 498.7 0 482.3zM96 128c0-45.7 24.4-88 64-110.9s88.4-22.9 128 0S352 82.3 352 128s-24.4 88-64 110.9s-88.4 22.9-128 0S96 173.7 96 128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0S144 99.4 144 128zM363.2 316.8l24-41.6c6.6-11.5 21.3-15.4 32.8-8.8l8 4.6c4.9 2.8 10.9 2.5 15.8-.3s8.2-7.9 8.2-13.5l0-9.2c0-13.3 10.7-24 24-24l.1-.2 48 0c13.3 0 24 10.7 24 24l0 9.4c0 5.6 3.3 10.6 8.1 13.4c4.9 2.8 10.8 3.1 15.7 .3l8.2-4.7c11.5-6.6 26.2-2.7 32.8 8.8l24 41.6c6.6 11.5 2.7 26.2-8.8 32.8l-8.9 5.1c-4.6 2.6-7.2 7.7-7.2 13c0 5.7 2.7 11.1 7.6 13.9l8.4 4.9c11.5 6.6 15.4 21.3 8.8 32.8l-24 41.6c-6.6 11.5-21.3 15.4-32.8 8.8l-8.9-5.1c-4.7-2.7-10.5-2.4-15.2 .3s-7.9 7.6-7.9 13l0 10.3c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-10c0-5.5-3.2-10.4-7.9-13.1c-4.8-2.7-10.6-3-15.3-.3l-8.7 5c-11.5 6.6-26.2 2.7-32.8-8.8l-24-41.6c-6.6-11.5-2.7-26.1 8.7-32.8l8-4.6c5-2.9 7.8-8.4 7.8-14.1c0-5.4-2.6-10.5-7.3-13.2l-8.5-4.9c-11.5-6.6-15.4-21.3-8.8-32.8zm95.2 26.9c-8.6 14.9-8.6 33.1 0 48s24.4 24 41.6 24s33-9.1 41.6-24s8.6-33.1 0-48s-24.4-24-41.6-24s-33 9.1-41.6 24z"]},{prefix:"fak",iconName:"chart-bar-stacked-regular",icon:[512,512,[],"e039","M417.1 200h-42.6c-19 0-34.7 15.7-34.7 34.7v210.6c0 19 15.7 34.7 34.7 34.7h42.6c19.3 0 34.7-15.7 34.7-34.7V234.7c0-19.3-15.7-34.7-34.7-34.7zm-7.2 238h-28v-56h28v56zm0-98h-28v-98h28v98zM132.4 116H99.6c-21.8 0-39.5 17.6-39.5 39.5v284.8c0 21.8 17.6 39.5 39.5 39.5h32.8c21.8 0 39.5-17.6 39.5-39.5V155.5c0-21.8-17.6-39.5-39.5-39.5zm-2.5 322h-28V326h28v112zm0-154h-28V158h28v126zm138-252h-24.1c-24.4 0-44 19.6-44 44v360.1c0 24.4 19.6 44 44 44h24.1c24.4 0 44-19.6 44-44V76c0-24.4-19.6-44-44-44zm2 404s-.8 2-2 2h-24.1s-2-.8-2-2V214h28v222zm0-264h-28V76s.8-2 2-2H268s2 .8 2 2v96z"]},{prefix:"fak",iconName:"code-compare-solid",icon:[512,512,[],"e060","M275.9 128.7c7.5-7.4 7.5-19.6 0-27.1L231.1 56.8c-7.4-7.5-19.6-7.5-27.1 0l0 0c0 .1 .1 .1 .1 .1-7.5 7.4-7.5 19.6 0 27.1l12 12-36.9 0c-38.9 0-70.4 31.5-70.5 70.4l0 169.4c-26 8.2-44.8 25.7-44.8 61s28.6 64 64 64 64-35.4 64-64-18.8-52.9-44.8-61l0-169.4c0-17.7 14.3-32 32-32l36.9 0-12 12c-7.5 7.4-7.4 19.6 0 27.1s19.6 7.5 27.1 0l44.8-44.8zM384 51.2c-35.4 0-64 35.4-64 64s18.8 52.9 44.8 61l0 169.3c0 17.7-14.3 32-32 32l-36.9 0 12-12c7.5-7.4 7.4-19.6 0-27.1s-19.6-7.5-27.1 0L236 383.2c-7.5 7.4-7.5 19.6 0 27.1l44.8 44.8c7.4 7.5 19.6 7.4 27.1 0s7.5-19.6 0-27.1l-12-12 36.9 0c38.9 0 70.4-31.5 70.4-70.4l0-169.4c26-8.2 44.8-25.7 44.8-61s-28.6-64-64-64z"]},{prefix:"fak",iconName:"file-rotate-right-solid",icon:[576,512,[],"e004","M0 64C0 28.7 28.7 0 64 0L224 0l0 128c0 17.7 14.3 32 32 32l128 0 0 38.6c-73.6 20.8-127.6 88.3-128 168.5l0 1.7c.3 58.7 29.3 110.7 73.8 142.5c-3.2 .5-6.4 .7-9.8 .7L64 512c-35.3 0-64-28.7-64-64L0 64zM256 0L384 128l-128 0L256 0zm32 368c0-79.5 64.5-144 144-144c36.9 0 70.5 13.9 96 36.7l0-12.7c0-13.3 10.7-24 24-24s24 10.7 24 24l0 80c0 13.3-10.7 24-24 24l-80 0c-13.3 0-24-10.7-24-24s10.7-24 24-24l31.6 0c-17.6-19.7-43.1-32-71.6-32c-53 0-96 43-96 96s43 96 96 96c28.4 0 53.9-12.3 71.6-32c8.8-9.9 24-10.7 33.9-1.9s10.7 24 1.9 33.9C513 493.4 474.7 512 432 512c-79.5 0-144-64.5-144-144z"]},{prefix:"fak",iconName:"consumer-regular",icon:[512,512,[],"e03d","M360 320h80c22.1 0 40-17.9 40-40v-80c0-22.1-17.9-40-40-40h-80c-22.1 0-40 17.9-40 40v16H136v-56h16c22.1 0 40-17.9 40-40V40c0-22.1-17.9-40-40-40H72C49.9 0 32 17.9 32 40v80c0 22.1 17.9 40 40 40h16v224c0 39.7 32.3 72 72 72h160v16c0 22.1 17.9 40 40 40h80c22.1 0 40-17.9 40-40v-80c0-22.1-17.9-40-40-40h-80c-22.1 0-40 17.9-40 40v16H160c-13.1 0-24-10.9-24-24V264h184v16c0 22.1 17.9 40 40 40zm8 80h64v64h-64v-64zM80 112V48h64v64H80z"]},{prefix:"fak",iconName:"house-magnifying-glass-regular",icon:[640,512,[],"e008","M5.6 263.5c-8.5-10.1-7.3-25.2 2.8-33.8l264-224c9-7.6 22.1-7.6 31.1 0c63.1 53.6 126.2 107.1 189.4 160.7c-14.2-4.1-29.3-6.4-44.9-6.4c-11.3 0-22.2 1.2-32.8 3.4L288 55.5 112 204.8 112 432c0 17.7 14.3 32 32 32l48 0 0-152c0-22.1 17.9-40 40-40l63.3 0c-4.8 15.2-7.3 31.3-7.3 48l-48 0 0 144 96 0 0-29.7c28.9 28.3 68.4 45.7 112 45.7c17.6 0 34.4-2.8 50.2-8l1.9 1.9C486.1 496.8 460.8 512 432 512l-288 0c-44.2 0-80-35.8-80-80l0-186.5L39.4 266.3c-10.1 8.5-25.3 7.3-33.8-2.8zM320 320c0-70.7 57.3-128 128-128s128 57.3 128 128c0 26.7-8.2 51.4-22.1 71.9L633 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L520 425.8l-.1 .1C499.4 439.8 474.7 448 448 448c-70.7 0-128-57.3-128-128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0s-40 40.7-40 69.3z"]},{prefix:"fak",iconName:"left-panel-solid",icon:[576,512,[],"e021","M519.3 32H56.7C25.3 32 0 57.3 0 88.6V423c0 31.4 25.3 56.6 56.7 56.6h183.5v.3h48v-.3h231.2c31.4 0 56.7-25.3 56.7-56.6V88.6c0-31.4-25.3-56.6-56.7-56.6zM168.1 368h-48c-13.1 0-24-10.9-24-24s10.9-24 24-24h48c13.1 0 24 10.9 24 24s-10.9 24-24 24zm0-96h-48c-13.1 0-24-10.9-24-24s10.9-24 24-24h48c13.1 0 24 10.9 24 24s-10.9 24-24 24zm0-96h-48c-13.1 0-24-10.9-24-24s10.9-24 24-24h48c13.1 0 24 10.9 24 24s-10.9 24-24 24zM528.3 423c0 4.8-3.8 8.6-8.6 8.6H288.2V80h231.5c4.8 0 8.6 3.8 8.6 8.6V423z"]},{prefix:"fak",iconName:"list-magnifying-glass-regular",icon:[640,512,[],"e009","M16 72l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24L40 48C26.7 48 16 58.7 16 72zm0 160l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zm0 160l0 48c0 13.3 10.7 24 24 24l48 0c13.3 0 24-10.7 24-24l0-48c0-13.3-10.7-24-24-24l-48 0c-13.3 0-24 10.7-24 24zM160 96c0 13.3 10.7 24 24 24l304 0c13.3 0 24-10.7 24-24s-10.7-24-24-24L184 72c-13.3 0-24 10.7-24 24zm0 160c0 13.3 10.7 24 24 24l109 0c4.5-17.3 11.7-33.5 21.3-48L184 232c-13.3 0-24 10.7-24 24zm0 160c0 13.3 10.7 24 24 24l158.1 0c-15.2-13.4-27.8-29.7-37.1-48L184 392c-13.3 0-24 10.7-24 24zm160-96c0 70.7 57.3 128 128 128c26.7 0 51.4-8.2 71.9-22.1l.1-.1 79.1 79.1c9.3 9.4 24.5 9.3 33.9 0s9.4-24.5 0-33.9l-79.1-79.1C567.8 371.4 576 346.7 576 320c0-70.7-57.3-128-128-128s-128 57.3-128 128zm48 0c0-28.6 15.2-55 40-69.3s55.2-14.3 80 0s40 40.7 40 69.3s-15.2 55-40 69.3s-55.2 14.3-80 0s-40-40.7-40-69.3z"]},{prefix:"fak",iconName:"thumbs-up-thumbs-down-solid",icon:[640,512,[],"e061","M479.4 256l1.3-7c4.2-20.8 15.4-39.4 32-52.5l4.5-3.8c14.1-11.5 22.4-28.5 22.4-46.7l0-69.8c0-20.2-9.9-38.7-26.6-49.9l-24-16C479.4 3.5 467.8 0 456 0L409.9 0c-16.6 0-30.1 13.4-30.1 30.1 0 2.2 0 4.5 .6 6.4-12.2 3.8-20.8 15-20.8 28.5 0 5.8 1.6 10.9 4.2 15.7-13.8 2.6-24.3 14.7-24.3 29.4 0 7.7 2.9 14.7 7.7 20.2-15.4 1.3-27.8 14.1-27.8 30.1 0 16.6 13.4 30.1 30.1 30.1l89.9 0c-8.6 14.4-14.7 30.4-17.9 47l-1.3 7c-3.2 16.3 7.4 32 23.7 35.2s32-7.4 35.2-23.7l.3 0zM640 160l0-139.8C640 9 631 0 620.2 0l-40 0C569 0 560.3 9 560 19.8l0 139.8c0 11.2 9 19.8 19.8 20.2l40 0c11.2 0 19.8-9 20.2-19.8zM195.8 232.6c16.3 3.2 26.9 19.2 23.7 35.2l-1.3 7c-3.2 16.6-9.3 32.6-17.9 47l89.9 0c16.6 0 30.1 13.4 30.1 30.1s-12.2 28.8-27.8 30.1c4.8 5.4 7.7 12.5 7.7 20.2 0 14.7-10.6 26.9-24.3 29.4 2.9 4.5 4.2 9.9 4.2 15.7 0 13.4-8.6 24.6-20.8 28.5 2 8.9-.2 18.2-6 25.3s-14.4 11.2-23.5 11.2l-46.1 0c-11.8 0-23.4-3.5-33.3-9.9l-24-16c-16.6-11.2-26.6-29.8-26.6-49.9l0-69.4c0-18.2 8.3-35.5 22.4-46.7l4.5-3.8c16.6-13.1 27.8-32 32-52.5l1.3-7c3.2-16.3 19.2-26.9 35.2-23.7l.6-.6zm-176 99.5l40 0c11.2 0 19.8 9 19.8 19.8l0 140.2c0 11.2-9 19.8-19.8 19.8l-40 0C8.6 512 0 503 0 492.2L0 352c0-11.2 9-19.8 19.8-19.8z"]},{prefix:"fak",iconName:"scheduled-regular",icon:[512,512,[],"e063","M480.1 418l-64.4-64.4c-4.2-4.5-10.1-7-16.2-7s-12 2.5-16.2 7l-2.9 2.8-36.7-37.1c26.7-32 41.3-72.4 41.4-114.1 .3-47.7-18.7-93.5-52.6-127-33.6-33.8-79.4-52.8-127.1-52.6-47.7-.3-93.5 18.7-127.1 52.6-33.8 33.6-52.8 79.4-52.6 127.1 0 47.9 18.4 93.2 52.6 127.1 33.6 33.8 79.4 52.8 127 52.6 41.7 .1 82.2-14.6 114.1-41.4l36.7 36.7-2.9 2.9c-4.5 4.2-7 10.1-7 16.2s2.5 12 7 16.2L417.8 480c4.1 4.3 9.9 6.6 15.8 6.5 5.4 0 11.9-1.8 15.8-6.5L479 450.4c9.1-8.7 9.6-23.1 1.1-32.4zM205.4 346c-37.7 .1-73.8-14.8-100.4-41.4-26.6-26.6-41.5-62.8-41.4-100.5-.1-37.7 14.8-73.8 41.4-100.4 26.6-26.6 62.8-41.5 100.4-41.4 37.7-.1 73.8 14.8 100.4 41.4 26.6 26.6 41.5 62.8 41.4 100.4 .1 37.7-14.8 73.8-41.4 100.4-27.7 26.7-62.6 41.4-100.5 41.4zm15.9-61.6l-31.3 0c-1.1 0-1.8 1.1-1.8 1.8 0 9.3 8.3 16.5 17.7 16.5 10.1 0 17.7-7.2 17.7-16.5 .3 0-.4-1.8-2.2-1.8zM258 236.5c1.8-5.4 2.9-10.1 2.9-15.8l0-43.2c0-22-14.8-41.4-36.7-49l0-4.7c0-9.4-8.3-16.5-17.6-16.5-10.1 0-17.7 7.2-17.7 16.5l0 4.7c-22 7.2-36.7 26.6-36.7 49l0 43.2c0 5.4 1.1 11.2 2.9 15.8-16.6 1.1-27.7 8.3-27.7 17.7l0 15.8c0 1.1 1.1 1.8 1.8 1.8l151.9 0c1.1 0 1.8-1.1 1.8-1.8l0-15.8c1.1-9.4-10-17-24.8-17.7z"]},{prefix:"fak",iconName:"wand-magic-sparkles-regular",icon:[512,512,[],"e05e","M230.4 25.6c2.6 0 5 1.6 5.9 4L248.2 59 277.6 70.9c2.4 1 4 3.4 4 5.9s-1.6 5-4 5.9L248.2 94.6 236.3 124c-1 2.4-3.4 4-5.9 4s-5-1.6-5.9-4l-11.8-29.4-29.4-11.8c-2.4-1-4-3.4-4-5.9s1.6-5 4-5.9L212.6 59 224.5 29.6c1-2.4 3.4-4 5.9-4zm163.2 64c-1 0-2.1 .4-2.8 1.2l-85.3 85.2 30.5 30.5 85.2-85.3c.7-.7 1.2-1.8 1.2-2.8s-.4-2.1-1.2-2.8L396.4 90.8c-.7-.7-1.8-1.2-2.8-1.2zm-29.9-26c7.9-7.9 18.7-12.4 29.9-12.4s22 4.5 30 12.4l24.8 24.8c7.9 8 12.4 18.8 12.4 30s-4.5 22-12.4 30l-300 300c-8 7.9-18.8 12.4-30 12.4s-22-4.5-30-12.4L63.6 423.6c-7.9-8-12.4-18.8-12.4-30s4.5-22 12.4-30l300-300 .1 0zm-249.5 21l17.2 40.1 40.1 17.2c4.7 2 7.8 6.6 7.8 11.8s-3 9.8-7.8 11.8l-40.1 17.2-17.2 40.1c-2 4.7-6.6 7.8-11.8 7.8s-9.8-3-11.8-7.8l-17.2-40.1-40.1-17.2c-4.7-2-7.8-6.6-7.8-11.8s3-9.8 7.8-11.8l40.1-17.2 17.2-40.1c2-4.7 6.6-7.8 11.8-7.8s9.8 3 11.8 7.8zM408.6 302.2l17.2 40.1 40.1 17.2c4.7 2 7.8 6.6 7.8 11.8s-3 9.8-7.8 11.8l-40.1 17.2-17.2 40.1c-2 4.7-6.6 7.8-11.8 7.8s-9.8-3-11.8-7.8l-17.2-40.1-40.1-17.2c-4.7-2-7.8-6.6-7.8-11.8s3-9.8 7.8-11.8l40.1-17.2 17.2-40.1c2-4.7 6.6-7.8 11.8-7.8s9.8 3 11.8 7.8z"]},{prefix:"fak",iconName:"hourglass-end-regular",icon:[512,512,[],"e05b","M102.4 70.4c0-10.6 8.6-19.2 19.2-19.2l268.8 0c10.6 0 19.2 8.6 19.2 19.2S401 89.6 390.4 89.6l-6.4 0 0 15.2c0 32.2-12.8 63.2-35.6 86l-65.2 65.2 65.2 65.2C371.2 344 384 375 384 407.2l0 15.2 6.4 0c10.6 0 19.2 8.6 19.2 19.2s-8.6 19.2-19.2 19.2l-268.8 0c-10.6 0-19.2-8.6-19.2-19.2s8.6-19.2 19.2-19.2l6.4 0 0-15.2c0-32.2 12.8-63.2 35.6-86l65.2-65.2-65.2-65.2C140.8 168 128 137 128 104.8l0-15.2-6.4 0c-10.6 0-19.2-8.6-19.2-19.2zM206.3 332.8l99.3 0-49.7-49.7-49.7 49.7 .1 0zM321.2 163.6c15.6-15.6 24.4-36.7 24.4-58.8l0-15.2-179.2 0 0 15.2c0 22.1 8.8 43.2 24.4 58.8l65.2 65.2 65.2-65.2z"]},{prefix:"fak",iconName:"file-lines-gear-regular",icon:[576,512,[],"e049","M0 64C0 28.7 28.7 0 64 0L229.5 0c17 0 33.2 6.7 45.2 18.7l90.6 90.5c12 12 18.7 28.3 18.7 45.3l0 42.8c-14.6 6.9-25.7 19.8-30.1 35.7-5.9-1.5-12-2-17.9-1.6l0-71.4-80 0c-17.7 0-32-14.3-32-32l0-80-160 0c-8.8 0-16 7.2-16 16l0 384c0 8.8 7.2 16 16 16l220 0 7.4 12.8c12.6 21.6 37.3 31.8 60.4 26.7-9.4 5.4-20.2 8.5-31.8 8.5L64 512c-35.3 0-64-28.7-64-64L0 64zM96 280c0-13.3 10.7-24 24-24l144 0c9.5 0 17.6 5.4 21.5 13.4l-18.1 31.4c-.6 1-1.2 2.1-1.7 3.1-.6 0-1.1 .1-1.7 .1l-144 0c-13.3 0-24-10.7-24-24zm0 96c0-13.3 10.7-24 24-24l144 0c.3 0 .6 0 .9 0 2.7 5.8 6.4 11.3 11 16-8.6 8.8-14 20.1-15.6 32L120 400c-13.3 0-24-10.7-24-24zm203.2-59.2l24-41.6c6.6-11.5 21.3-15.4 32.8-8.8l8 4.6c4.9 2.8 10.9 2.5 15.8-.3s8.2-7.9 8.2-13.5l0-9.2c0-13.3 10.7-24 24-24l.1-.2 48 0c13.3 0 24 10.7 24 24l0 9.4c0 5.6 3.3 10.6 8.1 13.4 4.9 2.8 10.8 3.1 15.7 .3l8.2-4.7c11.5-6.6 26.2-2.7 32.8 8.8l24 41.6c6.6 11.5 2.7 26.2-8.8 32.8l-8.9 5.1c-4.6 2.6-7.2 7.7-7.2 13 0 5.7 2.7 11.1 7.6 13.9l8.4 4.9c11.5 6.6 15.4 21.3 8.8 32.8l-24 41.6c-6.6 11.5-21.3 15.4-32.8 8.8l-8.9-5.1c-4.7-2.7-10.5-2.4-15.2 .3s-7.9 7.6-7.9 13l0 10.3c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-10c0-5.5-3.2-10.4-7.9-13.1-4.8-2.7-10.6-3-15.3-.3l-8.7 5c-11.5 6.6-26.2 2.7-32.8-8.8l-24-41.6c-6.6-11.5-2.7-26.1 8.7-32.8l8-4.6c5-2.9 7.8-8.4 7.8-14.1 0-5.4-2.6-10.5-7.3-13.2l-8.5-4.9c-11.5-6.6-15.4-21.3-8.8-32.8zM388 367.7c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48z"]},{prefix:"fak",iconName:"user-lock-regular",icon:[640,512,[],"e010","M0 482.3C0 383.8 79.8 304 178.3 304l91.4 0c43.6 0 83.6 15.7 114.6 41.7c-.2 2.1-.3 4.2-.3 6.3l0 67.6C361.8 379.3 319 352 269.8 352l-91.4 0c-65.7 0-120.1 48.7-129 112L384 464l0 15.9c0 11.7 3.1 22.6 8.6 32.1L29.7 512C13.3 512 0 498.7 0 482.3zM96 128c0-45.7 24.4-88 64-110.9s88.4-22.9 128 0S352 82.3 352 128s-24.4 88-64 110.9s-88.4 22.9-128 0S96 173.7 96 128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0S144 99.4 144 128zM416 352c0-17.7 14.3-32 32-32l0-48c0-44.2 35.8-80 80-80s80 35.8 80 80l0 48c17.7 0 32 14.3 32 32l0 128c0 17.7-14.3 32-32 32l-160 0c-17.7 0-32-14.3-32-32l0-128zm80-80l0 48 64 0 0-48c0-17.7-14.3-32-32-32s-32 14.3-32 32z"]},{prefix:"fak",iconName:"hourglass-half-circle-check-regular",icon:[576,512,[],"e00b","M0 24C0 10.7 10.7 0 24 0L360 0c13.3 0 24 10.7 24 24s-10.7 24-24 24l-8 0 0 19c0 40.3-16 79-44.5 107.5L225.9 256l43.8 43.8c-7.2 17-11.7 35.4-13.2 54.7L192 289.9l-81.5 81.5 0 .1c-3.9 3.9-7.5 8.1-10.7 12.5l156.9 0c4.8 52.9 33 99 74.1 128L24 512c-13.3 0-24-10.7-24-24s10.7-24 24-24l8 0 0-19c0-40.3 16-79 44.5-107.5L158.1 256 76.5 174.5C48 146 32 107.3 32 67l0-19-8 0C10.7 48 0 37.3 0 24zM80 48l0 19c0 22.1 7 43.4 19.8 61l184.4 0C297 110.4 304 89 304 67l0-19L80 48zM288 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm76.7-11.3c-6.2 6.2-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L416 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0z"]},{prefix:"fak",iconName:"context-menu-cursor-regular",icon:[586,512,[],"e04f","M319.6 232.6c0-4.4 1.1-8.4 1.8-12.4l-166 0c-15.4 0-27.4 12.1-27.4 27.4S140.1 275 155.4 275l164.2 0 0-42.4zm0 224.5l-246.5 0c-9.9 0-18.3-8-18.3-18.3l0-366.1c0-10.2 8-18.3 18.3-18.3l365.7 0c10.2 0 18.3 8 18.3 18.3l0 125.8 54.9 41 0-166.4C512 32.9 479.1 0 438.9 0L73.1 0C32.9 0 0 32.9 0 73.1L0 438.9C0 479.1 32.9 512 73.1 512L343 512c-14.3-12.8-23.4-30.7-23.4-50.8l0-4zM384 137.9c0-15.4-12.1-27.4-27.4-27.4l-201.1 0c-15.4 0-27.4 12.1-27.4 27.4s12.1 27.4 27.4 27.4l201.1 0c15.4 0 27.4-12.1 27.4-27.4zM128 357.3c0 15.4 12.1 27.4 27.4 27.4l164.2 0 0-54.9-164.2 0c-15.4 0-27.4 12.1-27.4 27.4zm451.3 1.5L396.4 221.6c-4-3.3-9.9-3.7-14.3-1.5-4.8 2.2-7.7 6.9-7.7 12.4l0 228.6c0 5.9 3.7 11 9.5 12.8s11.7 0 15.4-4.8l52.3-69.5 50.8 101.7c4.4 9.1 15.4 12.8 24.5 8 9.1-4.4 12.8-15.4 8-24.5l-50.8-101.7 87 0c5.9 0 11.3-3.7 13.2-9.5 1.8-5.5 0-11.7-4.8-15.4z"]},{prefix:"fak",iconName:"bars-progress-regular",icon:[512,512,[],"e05d","M307.2 192l89.6 0 0-76.8-89.6 0 0 76.8zM76.8 115.2C76.8 94 94 76.8 115.2 76.8l281.6 0c21.2 0 38.4 17.2 38.4 38.4l0 76.8c0 21.2-17.2 38.4-38.4 38.4l-281.6 0c-21.2 0-38.4-17.2-38.4-38.4l0-76.8zM396.8 320l-192 0 0 76.8 192 0 0-76.8zM115.2 281.6l281.6 0c21.2 0 38.4 17.2 38.4 38.4l0 76.8c0 21.2-17.2 38.4-38.4 38.4l-281.6 0c-21.2 0-38.4-17.2-38.4-38.4l0-76.8c0-21.2 17.2-38.4 38.4-38.4z"]},{prefix:"fak",iconName:"hourglass-half-regular",icon:[512,512,[],"e065","M102.4 70.4c0-10.6 8.6-19.2 19.2-19.2l268.8 0c10.6 0 19.2 8.6 19.2 19.2S401 89.6 390.4 89.6l-6.4 0 0 15.2c0 32.2-12.8 63.2-35.6 86l-65.2 65.2 65.2 65.2C371.2 344 384 375 384 407.2l0 15.2 6.4 0c10.6 0 19.2 8.6 19.2 19.2s-8.6 19.2-19.2 19.2l-268.8 0c-10.6 0-19.2-8.6-19.2-19.2s8.6-19.2 19.2-19.2l6.4 0 0-15.2c0-32.2 12.8-63.2 35.6-86l65.2-65.2-65.2-65.2C140.8 168 128 137 128 104.8l0-15.2-6.4 0c-10.6 0-19.2-8.6-19.2-19.2zm88.4 278c-3.1 3.1-6 6.5-8.6 10l147.5 0c-2.6-3.5-5.4-6.9-8.6-10l-65.2-65.2-65.2 65.2zM337.4 140.8c5.3-11.1 8.2-23.4 8.2-36l0-15.2-179.2 0 0 15.2c0 12.6 2.9 24.9 8.2 36l162.9 0z"]},{prefix:"fak",iconName:"paper-plane-slash-regular",icon:[640,512,[],"e057","M5.1 9.2C-3.1 19.6-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L522.2 384 575.6 36.8c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4L244.5 166.3 38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2zM285.2 198.3l188.5-107.7-134.3 150.1-54.1-42.4zm92 72.1L514.8 116.6 478.9 350 377.2 270.4zM154.5 217.7L80.1 260.2c-22.6 12.9-20.5 47.3 3.6 57.3L224 376 224 479.3c0 18.1 14.6 32.7 32.7 32.7 9.7 0 18.9-4.3 25.1-11.8l62-74.3 123.9 51.6c6.2 2.6 12.6 3 18.7 1.7l-123.7-97.4-62-25.9 12.1-13.5-37.8-29.8-20.9 23.3 1.2 1-123.1-51.3 62.9-36-40.7-32z"]},{prefix:"fak",iconName:"binder-open-arrow-right-regular",icon:[576,512,[],"e032","M478.7 262.1c-5.4-4.8-12.7-6-19.1-2.9l-.3 .6c-6.4 2.9-10.5 9.2-10.5 16.2v35.6h-62.6c-54.3 0-98.1 44.1-98.1 98.1s45.4 91.5 55.9 97.2c1.3 .6 2.9 1 4.4 1c6 0 11.1-5.1 11.1-11.1s-2.5-7.9-5.4-10.8c-5.4-5.1-12.4-14.6-12.4-31.8c0-29.5 24.1-53.7 53.7-53.7h53.7v35.6c0 7 4.1 13.3 10.5 16.2s14 1.6 19.1-2.9l89.2-80.4c3.8-3.5 6-8.3 6-13.3s-2.2-9.8-6-13.3L478.7 262zM547 53.7c-21.6-7-73-21.3-128-21.3l-.3-.3c-36.5 0-71.1 6.4-96.6 12.7c-12.7 3.2-23.2 6.4-30.8 8.6c-1.3 .3-2.5 .6-3.8 1.3c-1-.3-2.5-1-3.8-1.3c-7.3-2.5-18.1-5.4-30.8-8.6c-25.4-6.4-60-12.7-96.6-12.7c-54.6 0-105.8 14.6-127.4 21.3C12.5 58.8 2 74 2 90.5v310c0 23.5 19.7 40.3 41 40.3s4.4 0 6.7-.6c19.7-3.2 54.3-7.6 99.1-7.6s79.1 16.2 99.4 27.9c-5.1-15.2-7.9-32.1-7.9-50.5s.6-3.8 .6-6c-24.5-10.2-56.2-18.7-91.8-18.7s-76.9 3.8-99.1 7V96.9c22.2-6.7 63.8-17.1 107.3-17.1s62.2 5.4 85.1 11.1c8.6 2.2 15.9 4.1 21.9 6v62.3h-31.8c-13 0-23.8 10.8-23.8 23.8s10.8 23.8 23.8 23.8h31.8v95.3h-31.8c-13 0-23.8 10.8-23.8 23.8s10.8 23.8 23.8 23.8h21.6c12.4-27 32.7-49.2 57.8-64.2v-78.8h31.8c13 0 23.8-10.8 23.8-23.8s-10.8-23.8-23.8-23.8h-31.8V96.8c6-1.9 13.3-3.8 21.9-6c23.2-5.7 54-11.1 85.1-11.1S504 90.2 526.2 96.8v144.8l47.6 42.9V90.9c0-16.5-10.2-31.8-27-37.2z"]},{prefix:"fak",iconName:"bell-circle-plus-regular",icon:[640,512,[],"e000","M2.4 402.4c-4-8.3-2.9-18.2 2.9-25.4l14.9-18.7C48.5 322.9 64 278.8 64 233.4L64 208c0-77.4 55-142 128-156.8L192 32c0-17.7 14.3-32 32-32s32 14.3 32 32l0 19.2C329 66 384 130.6 384 208l0 24.2c-17.4 14.3-31.9 31.9-42.8 51.9c-3.5-16.6-5.2-33.6-5.2-50.7l0-25.4c0-61.9-50.1-112-112-112s-112 50.1-112 112l0 25.4C112 281.3 98.1 328 72.3 368L320 368c0 16.6 2.3 32.7 6.6 48L24 416c-9.2 0-17.6-5.3-21.6-13.6zM160 448l64 0 64 0c0 17-6.7 33.3-18.7 45.3s-28.3 18.7-45.3 18.7s-33.3-6.7-45.3-18.7s-18.7-28.3-18.7-45.3zm192-80c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm64 0c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16z"]},{prefix:"fak",iconName:"diagram-sunburst-regular",icon:[512,512,[],"e03f","M314.8 185.3l79.5-30.3C359.5 85.9 291 39 214 32v84.8c42.7 6.2 79.2 31.2 100.8 68.5zM193.2 354.4h.3c34 0 66-17.7 84-46.6l-74.1-26.7-36.2 69.9c8.4 2.2 17.1 3.4 26.1 3.4h-.1zm-20.5-104v-91.8c-45.5 9.5-78.3 49.7-78.3 96.9s13.5 57.6 36.2 76.4l42.1-81.4h0zm119.7 5.1c0-47.2-32.9-87.3-78.3-96.9v82.3l77.5 28.1c.6-4.5 .8-9 .8-13.5h0zM147.9 388.1l-39 75.5c32.9 13.2 67.4 18.5 103.3 15.7l-14.3-83.7c-17.7 .3-34.3-2-50-7.6h0zm261-194.9v.4h.2l-.3-.4h0zm.1 .3l-79.3 30c2.5 10.4 3.7 21.1 3.7 31.7s-.8 18.5-2.8 27.5l79.7 28.9c4.8-18.2 7.3-37.3 7.3-56.4s-2.8-41.6-8.6-61.7h0zM238.9 388.1l-.3 .3 14.3 83.7c63.7-17.4 115.7-61.5 143.8-121.3L317 321.9c-16.8 31.4-44.4 54.7-78.1 66.3h0z"]},{prefix:"fak",iconName:"bullets-line-regular",icon:[512,512,[],"e035","M416 192c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-64 28.7-64 64 28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64zM96 280c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z"]},{prefix:"fak",iconName:"language-circle-exclamation-regular",icon:[640,512,[],"e04d","M0 128C0 92.7 28.7 64 64 64l208 0 32 0 16 0 256 0c35.3 0 64 28.7 64 64l0 138.8c-12.9-18.3-29.2-34-48-46.3l0-92.5c0-8.8-7.2-16-16-16l-256 0 0 256 0 32 2.9 0c3.1 17 8.7 33.1 16.3 48l-19.2 0-16 0-32 0-208 0c-35.3 0-64-28.7-64-64L0 128zM77.7 319.9c-4.4 10.1 .1 22 10.2 26.4s21.9-.1 26.4-10.2l8.9-20.1 73.6 0 8.9 20.1c4.5 10.1 16.3 14.7 26.4 10.2s14.7-16.3 10.2-26.4l-64-144c-3.2-7.2-10.4-11.9-18.3-11.9s-15.1 4.7-18.3 11.9l-64 144zM141 276l19-42.8 19 42.8-38 0zm211 92c0-79.5 64.5-144 144-144s144 64.5 144 144-64.5 144-144 144-144-64.5-144-144zm12-160c0-11 9-20 20-20l52 0 0-4c0-11 9-20 20-20s20 9 20 20l0 4 44 0 16 0c9 0 16.6 6 19.1 14.2-18.5-6.6-38.4-10.2-59.1-10.2-40.1 0-77.1 13.4-106.7 36l-5.3 0c-11 0-20-9-20-20zM472 440c0 13.3 10.7 24 24 24s24-10.7 24-24-10.7-24-24-24-24 10.7-24 24zm8-152l0 80c0 8.8 7.2 16 16 16s16-7.2 16-16l0-80c0-8.8-7.2-16-16-16s-16 7.2-16 16z"]},{prefix:"fak",iconName:"message-bot-circle-bot-solid",icon:[640,512,[],"e05a","M192 32q128 0 0 0 128 0 0 0zm0 0c-53 0-96 43-96 96l0 64-72 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l72 0 0 112c0 53 43 96 96 96l0 72c0 13.3 10.7 24 24 24 5.2 0 10.2-1.7 14.4-4.8l79.5-59.7c-3.9-15.2-5.9-31.1-5.9-47.5 0-41.8 13.4-80.5 36-112l-84 0c-53 0-96-43-96-96s43-96 96-96l128 0c53 0 96 43 96 96 0 5.7-.5 11.3-1.5 16.8 5.8-.5 11.6-.8 17.5-.8 16.6 0 32.7 2.1 48 6.1l0-6.1 72 0c13.3 0 24-10.7 24-24s-10.7-24-24-24l-72 0 0-64c0-53-43-96-96-96L192 32zm64 160t0 0 0 0zm128 0t0 0 0 0zm-128 0c-17.7 0-32 14.3-32 32s14.3 32 32 32t0 0 0 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0 0 0 0zm128 0c-17.7 0-32 14.3-32 32s14.3 32 32 32t0 0 0 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l0 0 0 0zm112 96c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm14 67.5c5.6-4.5 13.6-4.7 19.4-.4 5.8 4.2 8.1 11.8 5.6 18.6L519.1 416 552 416c6.8 0 12.8 4.3 15.1 10.7s.2 13.5-5.1 17.8l-80 64c-5.6 4.5-13.6 4.7-19.4 .4-5.8-4.2-8.1-11.8-5.6-18.6l15.9-42.4-32.9 0c-6.8 0-12.8-4.3-15.1-10.7s-.2-13.5 5.1-17.8l80-64z"]},{prefix:"fak",iconName:"mobile-landscape-regular",icon:[512,512,[],"e043","M48 368c0 8.8 7.2 16 16 16h384c8.8 0 16-7.2 16-16V144c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16v224zm16 64c-35.3 0-64-28.7-64-64V144c0-35.3 28.7-64 64-64h384c35.3 0 64 28.7 64 64v224c0 35.3-28.7 64-64 64H64zM400 288v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16z"]},{prefix:"fak",iconName:"binder-open-pen-regular",icon:[608,512,[],"e031","M367.3 324.8c-1.3-12.1-11.2-21.7-23.7-21.7h-32v-95.9h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32V96.5c6.1-1.9 13.4-3.8 22.1-6.1c23.3-5.8 54.3-11.2 85.7-11.2s85.7 10.5 108.1 17.3v83.1c8.3-2.6 16.9-4.2 25.6-4.2s15 1.3 22.4 3.2V90.4c0-16.6-10.2-32-27.2-37.4c-21.7-7-73.5-21.4-128.8-21.4l.6 .3c-36.8 0-71.6 6.4-97.2 12.8c-12.8 3.2-23.3 6.4-31 8.6c-1.3 .3-2.6 .6-3.8 1.3c-1-.3-2.6-1-3.8-1.3c-7.4-2.6-18.2-5.4-31-8.6c-25.6-6.4-60.4-12.8-97.2-12.8c-55.3 0-107.1 14.7-128.8 21.4C10.6 58.8 0 74.1 0 90.7v312c0 23.7 19.8 40.6 41.2 40.6s4.5 0 6.7-.6c19.8-3.2 54.7-7.7 99.7-7.7s97.5 25.6 112.5 35.5c4.2 2.9 9 4.8 14.4 6.4l6.7-27.5 7.4-29.7c3.5-14.1 10.9-27.2 21.1-37.4l1.9-1.9V351H341l26.2-26.2zm-103.2-165h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v95.9h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v65.9c-25.9-13.7-67.1-29.7-115.7-29.7s-77.4 3.8-99.7 7h-.3V97.1c22.4-6.7 64.3-17.3 108.1-17.3s62.7 5.4 85.7 11.2c8.6 2.2 16 4.2 22.1 6.1v62.7zm332.2 90.1c-4.8-4.8-9.6-9.6-14.4-14.4c-15.7-15.7-40.9-15.7-56.6 0l-29.4 29.4c23.7 23.7 47.3 47.3 71 71c9.9-9.9 19.5-19.5 29.4-29.4c15.7-15.7 15.7-40.9 0-56.6zM344 416.5c-4.2 4.2-7 9.3-8.3 15c-5.1 19.8-9.9 40-15 60.1c-1.3 5.4 0 11.2 4.2 15.3c4.2 4.2 9.6 5.8 15.3 4.2c19.8-5.1 40-9.9 60.1-15c5.8-1.3 10.9-4.2 15-8.3c43.2-43.2 86-86 129.2-129.2L473.2 287.3 344 416.5z"]},{prefix:"fak",iconName:"threshold-regular",icon:[512,512,[],"e048","M122 112.8H20.2C9 112.8 0 121.8 0 133v3.7c0 11.2 9 20.2 20.2 20.2H122c11.2 0 20.2-9 20.2-20.2V133c0-11.2-9-20.2-20.2-20.2zM92.4 313.6H78.2c-15.7 0-28.4 12.7-28.4 28.4v85.3c0 15.7 12.7 28.4 28.4 28.4h14.2c15.7 0 28.4-12.7 28.4-28.4V342c0-15.7-12.7-28.4-28.4-28.4zm113.8-85.3H192c-15.7 0-28.4 12.7-28.4 28.4v170.7c0 15.7 12.7 28.4 28.4 28.4h14.2c15.7 0 28.4-12.7 28.4-28.4V256.7c0-15.7-12.7-28.4-28.4-28.4zm-1.1-128h101.8c11.2 0 20.2-9 20.2-20.2v-3.7c0-11.2-9-20.2-20.2-20.2H205.1c-11.2 0-20.2 9-20.2 20.2v3.7c0 11.2 9 20.2 20.2 20.2zM320 285.2h-14.2c-15.7 0-28.4 12.7-28.4 28.4v113.8c0 15.7 12.7 28.4 28.4 28.4H320c15.7 0 28.4-12.7 28.4-28.4V313.6c0-15.7-12.7-28.4-28.4-28.4zm171.8-229H390c-11.2 0-20.2 9-20.2 20.2v3.7c0 11.2 9 20.2 20.2 20.2h101.8c11.2 0 20.2-9 20.2-20.2v-3.7c0-11.2-9-20.2-20.2-20.2zm-59.7 143.6h-10.8c-16.7 0-30.2 13.5-30.2 30.2v194.3c0 16.7 13.5 30.2 30.2 30.2h10.8c16.7 0 30.2-13.5 30.2-30.2V230c0-16.7-13.5-30.2-30.2-30.2z"]},{prefix:"fak",iconName:"bookmark-circle-plus-regular",icon:[576,512,[],"e001","M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 150.6c-17.2 4.9-33.4 12.3-48 21.8L336 48 48 48l0 393.4 130.1-92.9c8.3-6 19.6-6 27.9 0l50.8 36.3c2.7 28.7 12.3 55.3 27.1 78.3L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488L0 48zM288 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm64 0c0 8.8 7.2 16 16 16l48 0 0 48c0 8.8 7.2 16 16 16s16-7.2 16-16l0-48 48 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-48 0 0-48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 48-48 0c-8.8 0-16 7.2-16 16z"]},{prefix:"fak",iconName:"shared-solid",icon:[512,512,[],"e062","M217.9 179.3l197.9 0c21.2 0 38.4-17.2 38.4-38.4s-17.2-38.4-38.4-38.4l-197.9 0 0-76.5-198.9 114.9 198.9 125.2 0-86.7zm62.9 153.8L83 333.1c-21.2 0-38.4 17.2-38.4 38.4S61.8 409.9 83 409.9l197.8 0 0 76.5 199-114.9-199-125.1 0 86.7z"]},{prefix:"fak",iconName:"binder-open-regular",icon:[576,512,[],"e034","M548.8 53.8c-21.8-7.1-73.6-21.5-129-21.5l.6-.3c-36.8 0-71.7 6.4-97.3 12.8c-12.8 3.2-23.4 6.4-31 8.7c-1.3 .3-2.6 .6-3.8 1.3c-1-.3-2.6-1-3.8-1.3c-7.4-2.6-18.2-5.4-31-8.7c-25.6-6.4-60.5-12.8-97.3-12.8c-55.4 0-107.2 14.7-129 21.5C10.6 58.9 0 74.3 0 91v312.8c0 23.7 19.8 40.7 41.3 40.7s4.5 0 6.7-.6c19.8-3.2 54.7-7.7 99.8-7.7s97.6 25.6 112.6 35.6c7.4 5.1 17 8.3 26.9 8.3s21.4-4.2 29.4-9.9c13.4-9.9 52.2-34.3 111-34.3s80.6 3.8 98.9 7.1c2.2 .3 4.5 .6 7 .6c21.4 0 42.2-17 42.2-41.3V91.3c0-16.7-10.2-32-27.2-37.5zM264.3 160.2h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v96.1h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v66c-25.9-13.8-67.2-29.8-115.8-29.8s-77.4 3.8-99.8 7.1h-.3V97.4c22.4-6.7 64.3-17.3 108.2-17.3s62.7 5.4 85.8 11.2c8.6 2.2 16 4.2 22.1 6.1v62.8zm264 234.9c-21.8-3.2-55-6.7-99.8-6.7s-90.9 15.1-115.8 28.5v-64.7h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32v-96.1h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32l-.3 .3V97.6c6.1-1.9 13.4-3.8 22.1-6.1c23.4-5.8 54.4-11.2 85.8-11.2s85.8 10.6 108.2 17.3v297.7z"]},{prefix:"fak",iconName:"book-open-gear-regular",icon:[640,512,[],"e003","M0 91.1C0 74.5 10.3 59 27.1 53.6C48.8 46.6 100.6 32 156 32c36.8 0 71.8 6.4 97.4 12.7c12.8 3.2 23.4 6.3 30.9 8.7c1.3 .4 2.6 .8 3.7 1.2c1.1-.4 2.4-.8 3.7-1.2c7.4-2.4 18.1-5.5 30.9-8.7C348.2 38.4 383.2 32 420 32c55.4 0 107.2 14.6 128.9 21.6C565.7 59 576 74.6 576 91.1l0 141.4c-.7 .2-1.4 .3-2.1 .5c-5.9-21.1-23.8-37.2-45.9-40.4l0-95.3C505.7 90.6 463.6 80 420 80c-31.6 0-62.6 5.6-85.9 11.3c-8.6 2.1-16.1 4.2-22.1 6l0 319.2 0 .1c3.7-2 7.7-4 12-6c.5 8.4 2.9 16.8 7.4 24.6l11.3 19.6c-12.1 5.8-20.8 11.6-25.9 15.3c-7.7 5.7-17.8 9.9-29.3 9.9c-10.2 0-19.5-3.4-27-8.4C245.5 461.5 202 436 148 436c-45.2 0-80.2 4.4-100 7.7c-24 4-48-14.1-48-40.2L0 91.1zm48 6.2l0 297.8c22.6-3.4 57.1-7.1 100-7.1c48.8 0 90 16.2 116 29.9l0-320.6c-6-1.8-13.5-3.9-22.1-6C218.6 85.6 187.6 80 156 80C112.4 80 70.3 90.6 48 97.3zM363.2 316.8l24-41.6c6.6-11.5 21.3-15.4 32.8-8.8l8 4.6c4.9 2.8 10.9 2.5 15.8-.3s8.2-7.9 8.2-13.5l0-9.2c0-13.3 10.7-24 24-24l.1-.2 48 0c13.3 0 24 10.7 24 24l0 9.4c0 5.6 3.3 10.6 8.1 13.4c4.9 2.8 10.8 3.1 15.7 .3l8.2-4.7c11.5-6.6 26.2-2.7 32.8 8.8l24 41.6c6.6 11.5 2.7 26.2-8.8 32.8l-8.9 5.1c-4.6 2.6-7.2 7.7-7.2 13c0 5.7 2.7 11.1 7.6 13.9l8.4 4.9c11.5 6.6 15.4 21.3 8.8 32.8l-24 41.6c-6.6 11.5-21.3 15.4-32.8 8.8l-8.9-5.1c-4.7-2.7-10.5-2.4-15.2 .3s-7.9 7.6-7.9 13l0 10.3c0 13.3-10.7 24-24 24l-48 0c-13.3 0-24-10.7-24-24l0-10c0-5.5-3.2-10.4-7.9-13.1c-4.8-2.7-10.6-3-15.3-.3l-8.7 5c-11.5 6.6-26.2 2.7-32.8-8.8l-24-41.6c-6.6-11.5-2.7-26.1 8.7-32.8l8-4.6c5-2.9 7.8-8.4 7.8-14.1c0-5.4-2.6-10.5-7.3-13.2l-8.5-4.9c-11.5-6.6-15.4-21.3-8.8-32.8zm95.2 26.9c-8.6 14.9-8.6 33.1 0 48s24.4 24 41.6 24s33-9.1 41.6-24s8.6-33.1 0-48s-24.4-24-41.6-24s-33 9.1-41.6 24z"]},{prefix:"fak",iconName:"circle-arrow-down-slash-regular",icon:[640,512,[],"e054","M39-24.8C29.7-15.5 29.7-.3 39 9.1l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-83.8-83.8C553.9 375 576 318.1 576 256 576 114.6 461.4 0 320 0l0 0C257.9 0 201 22.1 156.7 58.9l0 0-83.7-83.7c-9.4-9.4-24.6-9.4-33.9 0zM190.8 93c35.5-28.2 80.4-45 129.2-45 114.9 0 208 93.1 208 208 0 48.8-16.8 93.7-45 129.2l0 0-89.2-89.2 15-15c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-15 15-16-16 0-70.2c0-13.3-10.7-24-24-24s-24 10.7-24 24L296 198.2 190.8 93zM95.3 133.2C75.4 169.6 64 211.5 64 256 64 397.4 178.6 512 320 512l0 0c44.5 0 86.4-11.4 122.8-31.3l-35.7-35.7c-26.5 12.2-56 19.1-87.1 19.1-114.9 0-208-93.1-208-208 0-31.1 6.8-60.6 19.1-87.1L95.3 133.2zM224.2 262c-.6 6.8 1.7 13.8 6.9 19l72 72-.1 0c5.2 5.2 12.3 7.6 19.1 7L224.2 262z"]},{prefix:"fak",iconName:"binder-open-arrow-left-regular",icon:[608,512,[],"e033","M119.7 318.5c-9.3 9.3-9.3 24.7 0 34s24.7 9.3 33.9 0l79.1-79.2c9.3-9.3 9.3-24.7 0-34l-79.1-79.2c-9.3-9.3-24.7-9.3-33.9 0c-9.3 9.3-9.3 24.7 0 34l38.1 38.1H24c-13.2 .1-24 10.9-24 24.1s10.8 24 24 24h133.8l-38.1 38.1zM580.8 53.8c-21.8-7.1-73.6-21.5-129-21.5l.3-.3c-36.8 0-71.7 6.4-97.3 12.8c-12.8 3.2-23.4 6.4-31.1 8.7c-1.3 .3-2.6 .6-3.8 1.3c-1-.3-2.6-1-3.8-1.3c-7.4-2.6-18.2-5.4-31.1-8.7c-25.6-6.4-60.5-12.8-97.3-12.8c-55.4 0-107.3 14.7-129 21.5c-16.6 5.4-27.2 20.8-27.2 37.5v92.9h48V97.1c22.4-6.7 64.4-17.3 108.2-17.3s62.8 5.4 85.8 11.2c8.6 2.2 16 4.2 22.1 6.1v62.8h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32V304h-32c-13.1 0-24 10.9-24 24s10.9 24 24 24h32v66c-25.9-13.8-67.2-29.8-115.9-29.8s-77.5 3.8-99.9 7v-67.3H31.7v75.6c0 23.7 19.9 40.7 41.3 40.7s4.5 0 6.7-.6c19.9-3.2 54.7-7.7 99.9-7.7s97.7 25.6 112.7 35.6c7.4 5.1 17 8.3 26.9 8.3s21.5-4.2 29.5-9.9c13.4-9.9 52.2-34.3 111.1-34.3s80.7 3.8 98.9 7c2.2 .3 4.5 .6 7 .6c21.5 0 42.3-17 42.3-41.3V91.3c0-16.7-10.2-32-27.2-37.5zM560 395.1c-21.8-3.2-55.1-6.7-99.9-6.7s-90.9 15.1-115.9 28.5v-64.7h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32v-96.1h32c13.1 0 24-10.9 24-24s-10.9-24-24-24h-32l-.3 .3V97.6c6.1-1.9 13.4-3.8 22.1-6.1c23.4-5.8 54.4-11.2 85.8-11.2S537.6 90.9 560 97.6v297.7z"]},{prefix:"fak",iconName:"left-panel-regular",icon:[576,512,[],"e022","M120.1 176h48c13.3 0 24-10.7 24-24s-10.8-24-24-24h-48c-13.3 0-24 10.7-24 24s10.8 24 24 24zm0 96h48c13.3 0 24-10.7 24-24s-10.8-24-24-24h-48c-13.3 0-24 10.7-24 24s10.8 24 24 24zM519.3 32H56.7C25.3 32 0 57.3 0 88.6V423c0 31.4 25.3 56.6 56.7 56.6h183.5v.3h48v-.3h231.2c31.4 0 56.7-25.3 56.7-56.6V88.6c0-31.4-25.3-56.6-56.7-56.6zM240.1 431.7H56.7c-4.8 0-8.6-3.8-8.6-8.6V88.6c0-4.8 3.8-8.6 8.6-8.6h183.5v351.7zM528.3 423c0 4.8-3.8 8.6-8.6 8.6H288.2V80h231.5c4.8 0 8.6 3.8 8.6 8.6V423zM120.1 368h48c13.3 0 24-10.7 24-24s-10.8-24-24-24h-48c-13.3 0-24 10.7-24 24s10.8 24 24 24z"]},{prefix:"fak",iconName:"format-clear-regular",icon:[512,512,[],"e040","M293.2 384.1H26.6C11.9 384.1 0 395 0 408.1s11.8 24 26.6 24h266.9c14.7 0 26.6-10.9 26.6-24h-.3c0-13.1-11.8-24-26.6-24zM60.2 49.3h127.4l-46.4 262.8c-2.2 13.1 6.4 24 19.8 24s25.9-10.9 28.2-24L235.6 49.3H363c13.4 0 26.6-10.9 28.8-24.6c2.2-13.4-6.7-24.6-20.2-24.6H68.8C55.4 .1 42.2 11 40 24.7C37.8 38.1 46.7 49.3 60.2 49.3zM465 431.1l40-40c9.3-9.3 9.3-24.6 0-33.9s-24.6-9.3-33.9 0l-40 40-40-40c-9.3-9.3-24.6-9.3-33.9 0s-9.3 24.6 0 33.9l40 40-40 40c-9.3 9.3-9.3 24.6 0 33.9s24.6 9.3 33.9 0l40-40 40 40c9.3 9.3 24.6 9.3 33.9 0s9.3-24.6 0-33.9l-40-40z"]},{prefix:"fak",iconName:"magnifying-glass-one-regular",icon:[512,512,[],"e042","M505 471.1l-133.8-134c28.2-35.5 44.8-80.3 44.8-129.2C416.1 93.1 322.9 0 208 0S0 93.1 0 207.9s93.1 207.9 208 207.9 93.5-16.6 129-44.8v.3L471.1 505c9.3 9.3 24.6 9.3 33.9 0s9.3-24.6 0-33.9zM208 367.8c-88.3 0-160-71.6-160-159.9S119.7 48 208 48s160 71.6 160 159.9-71.7 159.9-160 159.9zm44.5-93.1l.3 .3h-22.4V118.3c0-8.3-4.5-15.7-11.8-19.8c-7.4-3.8-16-3.5-23 1l-44.8 29.7c-5.1 3.2-8.3 8.3-9.6 14.1s0 11.8 3.2 17c3.2 5.1 8.3 8.3 14.1 9.6s11.8 0 17-3.2l9.9-6.7v114.8H163c-12.5 0-22.4 9.9-22.4 22.4s9.9 22.4 22.4 22.4h89.6c12.5 0 22.4-9.9 22.4-22.4s-9.9-22.4-22.4-22.4z"]},{prefix:"fak",iconName:"circle-dollar-slash-regular",icon:[640,512,[],"e00a","M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l95.4 74.8c16.7-17.7 36.1-33.1 57.8-45.6c79.2-45.7 176.8-45.7 256 0S576 164.5 576 256c0 49.9-14.5 97.7-40.6 138.3l95.4 74.8c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM64 256c0-33.1 6.4-65.3 18.3-95.1L122 192.2c-6.6 20.3-10 41.8-10 63.8c0 74.3 39.6 143 104 180.1s143.6 37.2 208 0c1.5-.9 2.9-1.7 4.4-2.6l39.7 31.3c-6.5 4.6-13.2 8.9-20.1 12.9c-79.2 45.7-176.8 45.7-256 0S64 347.5 64 256zM172.2 109.6L254 173.8c7.2-8.1 16.6-14.2 26.2-18.4c5.5-2.4 11.4-4.3 17.5-5.7l0-16.1c0-11.9 9.7-21.6 21.6-21.6s21.6 9.7 21.5 21.6l0 14.2c9.7 1.2 19.4 3.9 29 6.6c1.9 .5 3.7 1 5.6 1.6c11.5 3.2 18.3 15.1 15.1 26.6s-15.1 18.2-26.6 15.1c-1.6-.4-3.1-.9-4.7-1.3c-7-2-14-3.9-21.1-5.3c-13.2-2.5-28.5-1.3-40.8 4c-3.2 1.4-6.3 3.4-8.7 5.8l42.8 33.6c15.4 4.3 34.5 10 48.9 19.9c13.5 9.3 22.1 22.6 24.5 37.7l92.6 72.6C517.1 332.4 528 295 528 256c0-74.3-39.6-143-104-180.1s-143.6-37.2-208 0c-16.3 9.4-30.9 20.8-43.8 33.8zm69 211.7c3.8-11.3 16-17.5 27.3-13.7c0 0 .1 0 .1 0l72.3 57 0 13.9c0 11.9-9.7 21.6-21.6 21.6s-21.6-9.7-21.6-21.6l0-17.4c-14.5-3.3-28.7-7.9-42.8-12.5c-11.3-3.7-17.5-16-13.7-27.3z"]},{prefix:"fak",iconName:"translation-sparkle-solid",icon:[640,512,[],"e064","M224 251.2l-16.6-9.9c-4.8-2.9-9.3-5.8-13.8-9-11.2 8-23 14.7-35.5 20.2l-3.8 1.6c-10.6 4.5-23 0-27.5-10.6s0-22.7 10.6-27.5l3.8-1.6c6.7-2.9 13.1-6.4 19.2-10.2l-12.5-12.5c-8-8.2-8-21.3 0-29.4 8-8 21.4-8 29.4 0l16 16c12.8-13.8 23.4-29.4 31-47l-111.7 0c-11.5 0-20.8-9.3-20.8-20.8s9.3-20.8 20.8-20.8l54.4 0 0-4.2c0-11.5 9.3-20.8 20.8-20.8s20.8 9.3 20.8 20.8l0 4.2 62.7 0c11.5 0 20.8 9.3 20.8 20.8s-9.3 20.8-20.8 20.8l-2.2 0-1.9 4.8c-9.3 25.6-23.4 48.6-41.3 68.2 1 .6 1.9 1.3 2.9 1.6l2.6 1.6c12.8-27.5 40.6-47 73-47l79.7 0 0-104.3c0-30.7-25.3-56-56-56L56 0C25.3 0 0 25.3 0 56L0 264c0 30.7 25.3 56 56 56l168 0 0-68.8zM584 192l-272 0c-30.7 0-56 25.3-56 56l0 208c0 30.7 25.3 56 56 56l272 0c30.7 0 56-25.3 56-56l0-208c0-30.7-25.3-56-56-56zM523.5 446.1c-10.6 4.8-23 0-27.5-10.6l-9.3-21.1-77.1 0-9.3 21.1c-4.8 10.6-17 15.4-27.5 10.6-5.1-2.2-9.1-6.4-11.1-11.5s-1.8-10.9 .5-16l67.2-150.4c3.4-7.6 10.9-12.5 19.2-12.5s15.8 4.9 19.2 12.5L535 418.6c4.8 10.6 0 22.7-10.6 27.5l-1 0zm-95.4-73.3l39.7 0-19.8-44.5-19.8 44.5zM454.4 71c-3.8 1.3-6.4 4.9-6.4 9 0 3.8 2.6 7.7 6.4 9l47 17.6 17.6 47c1.3 3.8 5.1 6.4 9 6.4 4 0 7.6-2.6 9-6.4l17.6-47 47-17.6c3.8-1.3 6.4-4.9 6.4-9 0-4-2.6-7.6-6.4-9l-47-17.6-17.6-47c-1.3-3.8-4.9-6.4-9-6.4-4 0-7.6 2.6-9 6.4l-17.6 47-47 17.6zM200 464c-13.8 0-27.5 0-41.3-1.3-1.3 0-2.2 0-3.5-.3l-1.3 0c-2.2 0-2.2-.3-1.3-.3-1.9-.3-4.2-.6-5.4-.6-4.5-1-9-2.6-13.4-3.8-.6 0-1.3-.6-1.9-1-1.9-1-3.8-2.2-5.8-3.2 0 0-.6-.3-1-.6 1 1 1.6 1.6 0 0-.6-.3-1-1-1.6-1 .3 0 1 .6 1.3 1-1.6-1.6-3.2-2.9-4.8-4.8l-2.2-2.2c-.3-.3-1-1.3-1.6-1.9-1-1.2-1.8-2.5-2.6-3.8-3.2-4.8-5.8-9.9-8.3-15-1.3-2.6-2.6-5.1-3.5-7.7l7.7-2.9c10.9-3.8 12.8-18.9 3.2-25.3L66.6 357.8c-3.9-2.6-8.7-3.2-13.1-1.6s-7.7 5.1-9 9.6l-15 53.4c-3.2 11.2 7.7 21.4 18.9 17.3l8.3-2.9c7 16.3 15 31.7 26.6 45.1 17.3 20.5 42.2 28.8 68.2 32.3 16.3 2.2 32.6 2.2 49 2.2 12.5 0 24.6-11.2 24-24-.6-13.1-10.6-24-24-24L200 464z"]},{prefix:"fak",iconName:"pip-regular",icon:[512,512,[],"e045","M392 208h-80c-22.1 0-40 17.9-40 40v80c0 22.1 17.9 40 40 40h80c22.1 0 40-17.9 40-40v-80c0-22.1-17.9-40-40-40zM448 64H64C28.7 64 0 92.7 0 128v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64zm16 320c0 8.8-7.2 16-16 16H64c-8.8 0-16-7.2-16-16V128c0-8.8 7.2-16 16-16h384c8.8 0 16 7.2 16 16v256z"]},{prefix:"fak",iconName:"server-circle-arrow-down-regular",icon:[640,512,[],"e067","M160 32c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l0 0 320 0c35.3 0 64-28.7 64-64l0-64c0-35.3-28.7-64-64-64L160 32zM144 96c0-8.8 7.2-16 16-16l320 0c8.8 0 16 7.2 16 16l0 64c0 8.8-7.2 16-16 16l-320 0c-8.8 0-16-7.2-16-16l0-64zm216 8t0 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24t0 0zm80 0c-13.3 0-24 10.7-24 24s10.7 24 24 24 24-10.7 24-24-10.7-24-24-24zM160 288c-35.3 0-64 28.7-64 64l0 64c0 35.3 28.7 64 64 64l0 0 150.1 0c-4-15.3-6.1-31.4-6.1-48l-144 0 0 0c-8.8 0-16-7.2-16-16l0-64c0-8.8 7.2-16 16-16l169.7 0c10.5-18.1 23.8-34.3 39.3-48l-209 0zm336 0c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144-64.5-144-144-144zm-16 80c0-8.8 7.2-16 16-16s16 7.2 16 16l0 89.4 28.7-28.7c6.2-6.3 16.4-6.3 22.6 0s6.3 16.4 0 22.6l-56 56c-6.2 6.3-16.4 6.3-22.6 0l-56-56c-6.3-6.2-6.3-16.4 0-22.6s16.4-6.3 22.6 0l28.7 28.7 0-89.4z"]},{prefix:"fak",iconName:"chart-bar-grouped-regular",icon:[512,512,[],"e037","M81 88c-11.6 0-21 9.4-21 21v350c0 11.6 9.4 21 21 21s21-9.4 21-21V109c0-11.6-9.4-21-21-21zm70-56c-11.6 0-21 9.4-21 21v406c0 11.6 9.4 21 21 21s21-9.4 21-21V53c0-11.6-9.4-21-21-21zM431 144c-11.6 0-21 9.4-21 21v294c0 11.6 9.4 21 21 21s21-9.4 21-21V165c0-11.6-9.4-21-21-21zm-70 56c-11.6 0-21 9.4-21 21v238c0 11.6 9.4 21 21 21s21-9.4 21-21V221c0-11.6-9.4-21-21-21z"]},{prefix:"fak",iconName:"language-regular",icon:[640,512,[],"e059","M64 64C28.7 64 0 92.7 0 128L0 384c0 35.3 28.7 64 64 64l512 0c35.3 0 64-28.7 64-64l0-256c0-35.3-28.7-64-64-64L64 64zm512 48c8.8 0 16 7.2 16 16l0 256c0 8.8-7.2 16-16 16l-256 0 0-288 256 0zM178.3 175.9l64 144c4.5 10.1-.1 21.9-10.2 26.4s-21.9-.1-26.4-10.2l-8.9-20.1-73.6 0-8.9 20.1c-4.5 10.1-16.3 14.6-26.4 10.2S73.3 330 77.7 319.9l64-144c3.2-7.2 10.4-11.9 18.3-11.9s15.1 4.7 18.3 11.9zM179 276l-19-42.8-19 42.8 38 0zM456 164c-11 0-20 9-20 20l0 4-52 0c-11 0-20 9-20 20s9 20 20 20l107.1 0c-7.3 16.7-17.4 31.9-29.8 45l-15.1-15.1c-7.8-7.8-20.5-7.8-28.3 0s-7.8 20.5 0 28.3L430 298.3c-5.9 3.6-12.1 6.9-18.5 9.8l-3.6 1.6c-10.1 4.5-14.6 16.3-10.2 26.4s16.3 14.6 26.4 10.2l3.6-1.6c12-5.3 23.4-11.8 34-19.4 4.3 3 8.6 5.8 13.1 8.5l18.9 11.3c9.5 5.7 21.8 2.6 27.4-6.9s2.6-21.8-6.9-27.4l-18.9-11.3c-.9-.5-1.8-1.1-2.7-1.6 17.2-18.8 30.7-40.9 39.6-65.4l1.8-4.5 2 0c11 0 20-9 20-20s-9-20-20-20l-60 0 0-4c0-11-9-20-20-20z"]},{prefix:"fak",iconName:"computer-mouse-magnifying-glass-regular",icon:[576,512,[],"e007","M0 160C0 71.6 71.6 0 160 0l8 0 24 0 24 0 8 0c88.4 0 160 71.6 160 160c-16.7 0-32.8 2.6-48 7.3l0-7.3c0-61.9-50.1-112-112-112l-8 0 0 128 98.1 0c-23 11.2-43 27.7-58.2 48l-64 0L48 224l0 128c0 61.9 50.1 112 112 112l64 0c22.6 0 43.6-6.7 61.2-18.1c13.6 10.7 29.1 19.3 45.8 25.2c-28.3 25.5-65.8 41-107 41l-64 0C71.6 512 0 440.4 0 352L0 224l0-24 0-24 0-16zm48 0l0 16 120 0 0-128-8 0C98.1 48 48 98.1 48 160zM256 320c0-70.7 57.3-128 128-128s128 57.3 128 128c0 26.7-8.2 51.4-22.1 71.9L569 471c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0L456 425.8l-.1 .1C435.4 439.8 410.7 448 384 448c-70.7 0-128-57.3-128-128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0s-40 40.7-40 69.3z"]},{prefix:"fak",iconName:"user-circle-check-regular",icon:[640,512,[],"e00e","M0 482.3C0 383.8 79.8 304 178.3 304l91.4 0c20.6 0 40.4 3.5 58.8 9.9c-4.9 15.2-7.8 31.4-8.4 48.2c-15.5-6.5-32.5-10.1-50.3-10.1l-91.4 0c-65.7 0-120.1 48.7-129 112l299.1 0c12.3 18.8 28 35.1 46.3 48L29.7 512C13.3 512 0 498.7 0 482.3zM96 128c0-45.7 24.4-88 64-110.9s88.4-22.9 128 0S352 82.3 352 128s-24.4 88-64 110.9s-88.4 22.9-128 0S96 173.7 96 128zm48 0c0 28.6 15.2 55 40 69.3s55.2 14.3 80 0s40-40.7 40-69.3s-15.2-55-40-69.3s-55.2-14.3-80 0S144 99.4 144 128zM352 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm76.7-11.3c-6.2 6.2-6.2 16.4 0 22.6l40 40c6.2 6.2 16.4 6.2 22.6 0l72-72c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L480 385.4l-28.7-28.7c-6.2-6.2-16.4-6.2-22.6 0z"]},{prefix:"fak",iconName:"clone-link-simple-regular",icon:[640,512,[],"e03b","M186.2 272c-5.8 0-10.2-4.5-10.2-10.2V58.2c0-5.8 4.5-10.2 10.2-10.2h203.5c5.8 0 10.2 4.5 10.2 10.2v198.7c15.4 1.9 29.1 8 40 17.9c2.2-1.9 4.8-3.8 7.4-5.4c0-2.6 .6-4.8 .6-7.4V58.2c0-32-26.2-58.2-58.2-58.2H186.2c-32 0-58.2 26.2-58.2 58.2v203.5c0 32 26.2 58.2 58.2 58.2h31.7c14.1-20.8 33.3-36.8 56.3-48h-88zM368 408c0 13.1 10.9 24 24 24h96c13.1 0 24-10.9 24-24s-10.9-24-24-24h-96c-13.1 0-24 10.9-24 24zm-176 0c0-2.9 .6-5.1 .6-8H58.2c-5.8 0-10.2-4.5-10.2-10.2V186.3c0-5.8 4.5-10.2 10.2-10.2H80v-48H58.2C26.2 128 0 154.2 0 186.2v203.5C0 421.8 26.2 448 58.2 448h139.2c-3.2-12.8-5.1-25.9-5.1-40h-.3zM536 304h-48c-13.1 0-24 10.9-24 24s10.9 24 24 24h48c34.6 0 56 21.4 56 56s-21.4 56-56 56h-47.7c-13.1 0-24 10.9-24 24s10.9 24 24 24H536c61.1 0 104-42.9 104-104s-42.9-104-104-104zM391.7 464H344c-17 0-31-5.1-41-15c-9.9-9.6-15-24-15-41c0-34.6 21.4-56 56-56h48c13.1 0 24-10.9 24-24s-10.9-24-24-24h-48c-61.1 0-104 42.9-104 104s10.2 56 29.1 74.9C288 502.1 313.9 512 344 512h47.7c13.1 0 24-10.9 24-24s-10.9-24-24-24z"]},{prefix:"fak",iconName:"chart-line-user-regular",icon:[640,512,[],"e068","M88 32C74.7 32 64 42.7 64 56l0 344c0 44.2 35.8 80 80 80l173.9 0c9-18.6 21.9-35 37.8-48L144 432c-17.7 0-32-14.3-32-32l0-344c0-13.3-10.7-24-24-24zM503.1 135.1l-119 119-79-79c-9.4-9.4-24.6-9.4-33.9 0L167 279c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l87-87 79 79c1.3 1.3 2.7 2.4 4.1 3.3 12.7-57.3 63.8-100.2 125-100.2 .6 0 1.3 0 1.9 0L537 169c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0zM496 256c-44.2 0-80 35.8-80 80s35.8 80 80 80 80-35.8 80-80-35.8-80-80-80zM448 448c-53 0-96 43-96 96 0 17.7 14.3 32 32 32l224 0c17.7 0 32-14.3 32-32 0-53-43-96-96-96l-96 0z"]},{prefix:"fak",iconName:"context-regular",icon:[512,512,[],"e03e","M215.4 465.3l-169-.6 .6-418.2 417.9 .6V217c0 12.8 10.6 23.4 23.4 23.4s23.4-10.6 23.4-23.4V47.4c0-26.2-21.1-47.4-47.4-47.4H47.4C21.1 0 0 21.1 0 47.4v417.3c0 26.2 21.1 47.4 47.4 47.4h168c12.8 0 23.4-10.6 23.4-23.4s-10.6-23.4-23.4-23.4zm19.2-331.2v.3c-11.8 0-21.4 9.6-21.4 21.4v26.9l-82.9-82.9c-9.3-6.7-23-4.5-30.1 4.8c-5.8 7.7-5.4 18.2 1 26.2l81.9 82.2h-27.2c-11.8 0-21.4 9.6-21.4 21.4s9.6 21.4 21.4 21.4h83.8l3.2-1c2.6-1 5.1-2.9 7-4.8s3.5-4.2 4.5-7v-1.6c1-2.6 1.3-5.1 .6-7l1-79c0-11.8-9.6-21.4-21.4-21.4zM465.6 256H302.7c-25.6 0-46.4 20.8-46.4 46.4v162.9c0 25.6 20.8 46.4 46.4 46.4h162.9c25.6 0 46.4-20.8 46.4-46.4V302.4c0-25.6-20.8-46.4-46.4-46.4zm-.3 209.9H301.8V302.4h.3v-.3h163.5l-.3 163.8z"]},{prefix:"fak",iconName:"bullets-lines-regular",icon:[512,512,[],"e036","M416 192c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-64 28.7-64 64 28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64h0zM96 280c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0 80c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-64 28.7-64 64 28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64h0zM96 448c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm0-424c-28.4 0-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44s-52.4 18.5-60.8 44h-38.4c-8.4-25.6-32.4-44-60.8-44S32 52.7 32 88s28.7 64 64 64 52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s52.4-18.5 60.8-44h38.4c8.4 25.6 32.4 44 60.8 44s64-28.7 64-64-28.7-64-64-64h0zM96 112c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24zm160 0c-13.3 0-24-10.7-24-24s10.7-24 24-24 24 10.7 24 24-10.7 24-24 24z"]},{prefix:"fak",iconName:"magnifying-glass-floppy-disk-regular",icon:[640,512,[],"e051","M633 439L499.2 305c28.2-35.5 44.8-80.3 44.8-129.3 0-114.9-93.1-208-208-208s-199 84.5-207 192l49 0c8-80.6 75.5-144 158.4-144 88.3 0 160 71.7 160 160 0 71.7-47.4 131.5-112 152l0 49.9c30.1-7 57.6-20.2 81-38.7L599.4 472.6c9.3 9.3 24.6 9.3 33.9 0s9.3-24.6 0-33.9l-.3 .3zM50.2 192C22.4 192 0 214.4 0 242.2L0 493.8C0 521.6 22.4 544 50.2 544l251.5 0c27.8 0 50.2-22.4 50.2-50.2L352 303c0-13.4-5.1-26.2-14.7-35.5l-60.8-60.8c-9.3-9.3-22.1-14.7-35.5-14.7L50.2 192zm25.3 75.5c0-13.8 11.2-25.3 25.3-25.3l125.8 0c13.8 0 25.3 11.2 25.3 25.3l0 50.2c0 13.8-11.2 25.3-25.3 25.3l-125.8 0c-13.8 0-25.3-11.2-25.3-25.3l0-50.2zM176 493.8a50.2 50.2 0 1 1 0-100.5 50.2 50.2 0 1 1 0 100.5z"]},{prefix:"fak",iconName:"book-open-gear-slash-regular",icon:[640,512,[],"e02f","M628 386.3l-8.4-4.9c-4.9-2.8-7.6-8.2-7.6-13.9s2.6-10.4 7.2-13l8.9-5.1c11.5-6.6 15.4-21.3 8.8-32.8l-24-41.6c-6.6-11.5-21.3-15.4-32.8-8.8l-8.2 4.7c-4.9 2.8-10.8 2.5-15.7-.3c-4.8-2.8-8.1-7.8-8.1-13.4v-9.4c0-13.3-10.7-24-24-24h-48v.2c-13.4 0-24.1 10.7-24.1 24v9.2c0 5.6-3.3 10.7-8.2 13.5s-10.9 3.1-15.8 .3l-8-4.6c-11.5-6.6-26.2-2.7-32.8 8.8l-1.2 2-74-58V97.3c6-1.8 13.5-3.9 22.1-6c23.3-5.7 54.3-11.3 85.9-11.3s85.7 10.6 108 17.3v95.3c22.1 3.2 40 19.3 45.9 40.4c.7-.2 1.4-.3 2.1-.5V91.1c0-16.5-10.3-32.1-27.1-37.5c-21.7-7-73.5-21.6-128.9-21.6s-71.8 6.4-97.4 12.7c-12.8 3.2-23.5 6.3-30.9 8.7c-1.3 .4-2.6 .8-3.7 1.2c-1.1-.4-2.4-.8-3.7-1.2c-7.5-2.4-18.1-5.5-30.9-8.7c-25.6-6.3-60.6-12.7-97.4-12.7s-51.6 3.3-73.4 7.4L38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l15 11.8 31 24.3 546 427.9c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7l-15.7-12.3 21.7-37.7c6.6-11.5 2.7-26.2-8.8-32.8zM264 181.6L135.3 80.8c6.8-.5 13.7-.8 20.7-.8c31.6 0 62.6 5.6 85.9 11.3c8.6 2.1 16.1 4.2 22.1 6v84.3zM541.6 391.7c-1 1.7-2.1 3.4-3.3 4.9l-75.6-59.2c9-11.1 22.6-17.7 37.2-17.7s33 9.1 41.6 24s8.6 33.1 0 48zM324 410.6c-4.3 2-8.3 4-12 6h0v-75.4l-48-37.6v114.3c-26-13.7-67.2-29.9-116-29.9s-77.4 3.7-100 7.1V134.3L0 96.7v306.8c0 26.1 24 44.2 48 40.2c19.8-3.3 54.8-7.7 100-7.7s97.5 25.5 112.5 35.6c7.5 5 16.8 8.4 27 8.4s21.6-4.2 29.3-9.9c5.1-3.7 13.8-9.5 25.9-15.3l-11.3-19.6c-4.5-7.8-6.9-16.2-7.4-24.6zm39.3 8.6l24 41.6c6.6 11.5 21.3 15.4 32.8 8.8l8.7-5c4.7-2.7 10.5-2.4 15.3 .3c4.7 2.7 7.9 7.6 7.9 13.1v10c0 13.3 10.7 24 24 24h48c1.8 0 3.5-.2 5.2-.6L370.7 387.2c-10.4 7-13.7 20.9-7.4 32z"]},{prefix:"fak",iconName:"bookmark-circle-minus-regular",icon:[576,512,[],"e002","M0 48C0 21.5 21.5 0 48 0L336 0c26.5 0 48 21.5 48 48l0 150.6c-17.2 4.9-33.4 12.3-48 21.8L336 48 48 48l0 393.4 130.1-92.9c8.3-6 19.6-6 27.9 0l50.8 36.3c2.7 28.7 12.3 55.3 27.1 78.3L192 397.5 37.9 507.5c-7.3 5.2-16.9 5.9-24.9 1.8S0 497 0 488L0 48zM288 368c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144s-144-64.5-144-144zm64 0c0 8.8 7.2 16 16 16l128 0c8.8 0 16-7.2 16-16s-7.2-16-16-16l-128 0c-8.8 0-16 7.2-16 16z"]},{prefix:"fak",iconName:"circle-user-slash-solid",icon:[640,512,[],"e00d","M5.1 9.2C13.3-1.2 28.4-3.1 38.8 5.1l95.4 74.8c16.7-17.7 36.1-33.1 57.8-45.6c79.2-45.7 176.8-45.7 256 0S576 164.5 576 256c0 49.9-14.5 97.7-40.6 138.3l95.4 74.8c10.4 8.2 12.3 23.3 4.1 33.7s-23.3 12.3-33.7 4.1L9.2 42.9C-1.2 34.7-3.1 19.6 5.1 9.2zM64 256c0-33.1 6.4-65.3 18.3-95.1l202 159.2c-45.9 1.3-85.8 26.7-107.4 64.1c35.2 39.2 86.2 63.8 143 63.8c34.5 0 66.9-9.1 94.9-25.1l53.2 41.9c-6.5 4.6-13.2 8.9-20.1 12.9c-79.2 45.7-176.8 45.7-256 0S64 347.5 64 256zm189.2-82.9L362 258.5c8.2-5.9 15.1-13.5 20.3-22.5c12.9-22.3 12.9-49.7 0-72s-36.6-36-62.4-36s-49.5 13.7-62.4 36c-1.7 3-3.2 6-4.4 9.1z"]},{prefix:"fak",iconName:"tablet-landscape-regular",icon:[512,512,[],"e047","M48 416c0 8.8 7.2 16 16 16h384c8.8 0 16-7.2 16-16V96c0-8.8-7.2-16-16-16H64c-8.8 0-16 7.2-16 16v320zm16 64c-35.3 0-64-28.7-64-64V96C0 60.7 28.7 32 64 32h384c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64zM400 288v-64c0-8.8 7.2-16 16-16s16 7.2 16 16v64c0 8.8-7.2 16-16 16s-16-7.2-16-16z"]},{prefix:"fak",iconName:"box-html-regular",icon:[512,512,[],"e056","M425.7 140.2L386.5 85.4C376.9 72 361.4 64 344.9 64L167.1 64c-16.5 0-32 8-41.6 21.4L86.3 140.2c-6.2 8.7-9.5 19.1-9.5 29.8l0 214c0 28.2 23 51.2 51.2 51.2l256 0c28.2 0 51.2-23 51.2-51.2l0-214c0-10.6-3.4-21-9.5-29.8zM275.2 102.4l69.7 0c4.2 0 8 2 10.4 5.4l32.7 45.8-112.8 0 0-51.2zm-118.5 5.4c2.4-3.4 6.3-5.4 10.4-5.4l69.7 0 0 51.2-112.8 0 32.7-45.8zM396.8 384c0 7-5.8 12.8-12.8 12.8l-256 0c-7 0-12.8-5.8-12.8-12.8l0-192 281.6 0 0 192zM227.4 368.2L253 214.6c1.4-8.7 9.7-14.6 18.4-13.1s14.6 9.7 13.1 18.4L259 373.4c-1.4 8.7-9.7 14.6-18.4 13.1s-14.6-9.7-13.1-18.4zM155 305.4c-6.2-6.2-6.2-16.4 0-22.6l32-32c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l0 0S189 294.1 189 294.1l20.7 20.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0l-32-32zm147.2 9.3L323 294 302.2 273.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l0 0c0 .1 32 32.1 32 32.1 6.2 6.2 6.2 16.4 0 22.6l-32 32c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6z"]},{prefix:"fak",iconName:"magnifying-glass-back-regular",icon:[512,512,[],"e041","M400.2 181.8v-.3H224.7l43.5-38.7c11.2-9.6 11.8-26.6 2.2-37.4c-9.6-11.2-26.6-11.8-37.4-2.2l-96 85.5c-5.8 5.1-9 12.2-9 19.8s3.2 15 9 19.8l96 85.5c11.2 9.6 27.8 8.6 37.4-2.2c9.6-11.2 8.6-27.8-2.2-37.4l-43.5-38.4h175.4c32.3 0 58.6 26.2 58.6 58.6v32c0 14.7 11.8 26.6 26.6 26.6s26.6-11.8 26.6-26.6v-32c0-61.8-50.2-112-112-112l.3-.6zM505 471.1L371.4 337.2c16-20.2 27.7-43.7 35.4-69c-2.2-.6-4.2-1.3-6.4-1.3h-43.5c-23.4 59.2-81 101.5-148.5 101.5S48.3 296.7 48.3 208.4 119.7 48 208 48s125.1 41.9 148.5 101.5H400c2.6 0 5.1 .6 7.7 .6C382.5 63.4 302.8 0 208 0S0 93.1 0 208s93.1 208 208 208 93.8-17 129-44.8L471.1 505c9.3 9.3 24.6 9.3 33.9 0s9.3-24.6 0-33.9z"]},{prefix:"fak",iconName:"chart-bar-normalized-regular",icon:[512,512,[],"e038","M284 32h-56c-19.3 0-35 15.7-35 35v378c0 19.3 15.7 35 35 35h56c19.3 0 35-15.7 35-35V67c0-19.3-15.7-35-35-35zm-7 406h-42v-42h42zm0-182h-42V74h42zM123 32H67c-19.3 0-35 15.7-35 35v378c0 19.3 15.7 35 35 35h56c19.3 0 35-15.7 35-35V67c0-19.3-15.7-35-35-35zm-7 406H74v-70h42zm0-294H74V74h42zM445 32h-56c-19.3 0-35 15.7-35 35v378c0 19.3 15.7 35 35 35h56c19.3 0 35-15.7 35-35V67c0-19.3-15.7-35-35-35zm-7 406h-42V256h42zm0-322h-42V74h42z"]}];function _s(t,e){(e==null||e>t.length)&&(e=t.length);for(var r=0,o=Array(e);r<e;r++)o[r]=t[r];return o}function Nf(t){if(Array.isArray(t))return t}function Mf(t){if(Array.isArray(t))return _s(t)}function Tf(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function U2(t,e){for(var r=0;r<e.length;r++){var o=e[r];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,g0(o.key),o)}}function kf(t,e,r){return e&&U2(t.prototype,e),r&&U2(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function On(t,e){var r=typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=Ws(t))||e&&t&&typeof t.length=="number"){r&&(t=r);var o=0,a=function(){};return{s:a,n:function(){return o>=t.length?{done:!0}:{done:!1,value:t[o++]}},e:function(d){throw d},f:a}}throw new TypeError(`Invalid attempt to iterate non-iterable instance.
945
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var i,s=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var d=r.next();return s=d.done,d},e:function(d){c=!0,i=d},f:function(){try{s||r.return==null||r.return()}finally{if(c)throw i}}}}function U(t,e,r){return(e=g0(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function If(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function Pf(t,e){var r=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(r!=null){var o,a,i,s,c=[],d=!0,u=!1;try{if(i=(r=r.call(t)).next,e===0){if(Object(r)!==r)return;d=!1}else for(;!(d=(o=i.call(r)).done)&&(c.push(o.value),c.length!==e);d=!0);}catch(m){u=!0,a=m}finally{try{if(!d&&r.return!=null&&(s=r.return(),Object(s)!==s))return}finally{if(u)throw a}}return c}}function zf(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
946
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Df(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
947
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function F2(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter(function(a){return Object.getOwnPropertyDescriptor(t,a).enumerable})),r.push.apply(r,o)}return r}function _(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?F2(Object(r),!0).forEach(function(o){U(t,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):F2(Object(r)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))})}return t}function Tn(t,e){return Nf(t)||Pf(t,e)||Ws(t,e)||zf()}function $e(t){return Mf(t)||If(t)||Ws(t)||Df()}function Uf(t,e){if(typeof t!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var o=r.call(t,e||"default");if(typeof o!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function g0(t){var e=Uf(t,"string");return typeof e=="symbol"?e:e+""}function _n(t){"@babel/helpers - typeof";return _n=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_n(t)}function Ws(t,e){if(t){if(typeof t=="string")return _s(t,e);var r={}.toString.call(t).slice(8,-1);return r==="Object"&&t.constructor&&(r=t.constructor.name),r==="Map"||r==="Set"?Array.from(t):r==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_s(t,e):void 0}}var B2=function(){},js={},y0={},b0=null,v0={mark:B2,measure:B2};try{typeof window<"u"&&(js=window),typeof document<"u"&&(y0=document),typeof MutationObserver<"u"&&(b0=MutationObserver),typeof performance<"u"&&(v0=performance)}catch{}var Ff=js.navigator||{},$2=Ff.userAgent,H2=$2===void 0?"":$2,xt=js,q=y0,G2=b0,An=v0,CA=!!xt.document,ct=!!q.documentElement&&!!q.head&&typeof q.addEventListener=="function"&&typeof q.createElement=="function",x0=~H2.indexOf("MSIE")||~H2.indexOf("Trident/"),Cs,Bf=/fa(k|kd|s|r|l|t|d|dr|dl|dt|b|slr|slpr|wsb|tl|ns|nds|es|gt|jr|jfr|jdr|usb|ufsb|udsb|cr|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/,$f=/Font ?Awesome ?([567 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit|Notdog Duo|Notdog|Chisel|Etch|Graphite|Thumbprint|Jelly Fill|Jelly Duo|Jelly|Utility|Utility Fill|Utility Duo|Slab Press|Slab|Whiteboard)?.*/i,S0={classic:{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fab:"brands","fa-brands":"brands"},duotone:{fa:"solid",fad:"solid","fa-solid":"solid","fa-duotone":"solid",fadr:"regular","fa-regular":"regular",fadl:"light","fa-light":"light",fadt:"thin","fa-thin":"thin"},sharp:{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"},"sharp-duotone":{fa:"solid",fasds:"solid","fa-solid":"solid",fasdr:"regular","fa-regular":"regular",fasdl:"light","fa-light":"light",fasdt:"thin","fa-thin":"thin"},slab:{"fa-regular":"regular",faslr:"regular"},"slab-press":{"fa-regular":"regular",faslpr:"regular"},thumbprint:{"fa-light":"light",fatl:"light"},whiteboard:{"fa-semibold":"semibold",fawsb:"semibold"},notdog:{"fa-solid":"solid",fans:"solid"},"notdog-duo":{"fa-solid":"solid",fands:"solid"},etch:{"fa-solid":"solid",faes:"solid"},graphite:{"fa-thin":"thin",fagt:"thin"},jelly:{"fa-regular":"regular",fajr:"regular"},"jelly-fill":{"fa-regular":"regular",fajfr:"regular"},"jelly-duo":{"fa-regular":"regular",fajdr:"regular"},chisel:{"fa-regular":"regular",facr:"regular"},utility:{"fa-semibold":"semibold",fausb:"semibold"},"utility-duo":{"fa-semibold":"semibold",faudsb:"semibold"},"utility-fill":{"fa-semibold":"semibold",faufsb:"semibold"}},Hf={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},C0=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-graphite","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press","fa-utility","fa-utility-duo","fa-utility-fill"],ue="classic",To="duotone",E0="sharp",A0="sharp-duotone",L0="chisel",O0="etch",R0="graphite",w0="jelly",_0="jelly-duo",N0="jelly-fill",M0="notdog",T0="notdog-duo",k0="slab",I0="slab-press",P0="thumbprint",z0="utility",D0="utility-duo",U0="utility-fill",F0="whiteboard",Gf="Classic",Wf="Duotone",jf="Sharp",Vf="Sharp Duotone",Kf="Chisel",Zf="Etch",qf="Graphite",Yf="Jelly",Xf="Jelly Duo",Jf="Jelly Fill",Qf="Notdog",ep="Notdog Duo",tp="Slab",rp="Slab Press",op="Thumbprint",np="Utility",ap="Utility Duo",ip="Utility Fill",sp="Whiteboard",B0=[ue,To,E0,A0,L0,O0,R0,w0,_0,N0,M0,T0,k0,I0,P0,z0,D0,U0,F0],EA=(Cs={},U(U(U(U(U(U(U(U(U(U(Cs,ue,Gf),To,Wf),E0,jf),A0,Vf),L0,Kf),O0,Zf),R0,qf),w0,Yf),_0,Xf),N0,Jf),U(U(U(U(U(U(U(U(U(Cs,M0,Qf),T0,ep),k0,tp),I0,rp),P0,op),z0,np),D0,ap),U0,ip),F0,sp)),cp={classic:{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},duotone:{900:"fad",400:"fadr",300:"fadl",100:"fadt"},sharp:{900:"fass",400:"fasr",300:"fasl",100:"fast"},"sharp-duotone":{900:"fasds",400:"fasdr",300:"fasdl",100:"fasdt"},slab:{400:"faslr"},"slab-press":{400:"faslpr"},whiteboard:{600:"fawsb"},thumbprint:{300:"fatl"},notdog:{900:"fans"},"notdog-duo":{900:"fands"},etch:{900:"faes"},graphite:{100:"fagt"},chisel:{400:"facr"},jelly:{400:"fajr"},"jelly-fill":{400:"fajfr"},"jelly-duo":{400:"fajdr"},utility:{600:"fausb"},"utility-duo":{600:"faudsb"},"utility-fill":{600:"faufsb"}},lp={"Font Awesome 7 Free":{900:"fas",400:"far"},"Font Awesome 7 Pro":{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"},"Font Awesome 7 Brands":{400:"fab",normal:"fab"},"Font Awesome 7 Duotone":{900:"fad",400:"fadr",normal:"fadr",300:"fadl",100:"fadt"},"Font Awesome 7 Sharp":{900:"fass",400:"fasr",normal:"fasr",300:"fasl",100:"fast"},"Font Awesome 7 Sharp Duotone":{900:"fasds",400:"fasdr",normal:"fasdr",300:"fasdl",100:"fasdt"},"Font Awesome 7 Jelly":{400:"fajr",normal:"fajr"},"Font Awesome 7 Jelly Fill":{400:"fajfr",normal:"fajfr"},"Font Awesome 7 Jelly Duo":{400:"fajdr",normal:"fajdr"},"Font Awesome 7 Slab":{400:"faslr",normal:"faslr"},"Font Awesome 7 Slab Press":{400:"faslpr",normal:"faslpr"},"Font Awesome 7 Thumbprint":{300:"fatl",normal:"fatl"},"Font Awesome 7 Notdog":{900:"fans",normal:"fans"},"Font Awesome 7 Notdog Duo":{900:"fands",normal:"fands"},"Font Awesome 7 Etch":{900:"faes",normal:"faes"},"Font Awesome 7 Graphite":{100:"fagt",normal:"fagt"},"Font Awesome 7 Chisel":{400:"facr",normal:"facr"},"Font Awesome 7 Whiteboard":{600:"fawsb",normal:"fawsb"},"Font Awesome 7 Utility":{600:"fausb",normal:"fausb"},"Font Awesome 7 Utility Duo":{600:"faudsb",normal:"faudsb"},"Font Awesome 7 Utility Fill":{600:"faufsb",normal:"faufsb"}},dp=new Map([["classic",{defaultShortPrefixId:"fas",defaultStyleId:"solid",styleIds:["solid","regular","light","thin","brands"],futureStyleIds:[],defaultFontWeight:900}],["duotone",{defaultShortPrefixId:"fad",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["sharp",{defaultShortPrefixId:"fass",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["sharp-duotone",{defaultShortPrefixId:"fasds",defaultStyleId:"solid",styleIds:["solid","regular","light","thin"],futureStyleIds:[],defaultFontWeight:900}],["chisel",{defaultShortPrefixId:"facr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["etch",{defaultShortPrefixId:"faes",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["graphite",{defaultShortPrefixId:"fagt",defaultStyleId:"thin",styleIds:["thin"],futureStyleIds:[],defaultFontWeight:100}],["jelly",{defaultShortPrefixId:"fajr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["jelly-duo",{defaultShortPrefixId:"fajdr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["jelly-fill",{defaultShortPrefixId:"fajfr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["notdog",{defaultShortPrefixId:"fans",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["notdog-duo",{defaultShortPrefixId:"fands",defaultStyleId:"solid",styleIds:["solid"],futureStyleIds:[],defaultFontWeight:900}],["slab",{defaultShortPrefixId:"faslr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["slab-press",{defaultShortPrefixId:"faslpr",defaultStyleId:"regular",styleIds:["regular"],futureStyleIds:[],defaultFontWeight:400}],["thumbprint",{defaultShortPrefixId:"fatl",defaultStyleId:"light",styleIds:["light"],futureStyleIds:[],defaultFontWeight:300}],["utility",{defaultShortPrefixId:"fausb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}],["utility-duo",{defaultShortPrefixId:"faudsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}],["utility-fill",{defaultShortPrefixId:"faufsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}],["whiteboard",{defaultShortPrefixId:"fawsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}]]),up={chisel:{regular:"facr"},classic:{brands:"fab",light:"fal",regular:"far",solid:"fas",thin:"fat"},duotone:{light:"fadl",regular:"fadr",solid:"fad",thin:"fadt"},etch:{solid:"faes"},graphite:{thin:"fagt"},jelly:{regular:"fajr"},"jelly-duo":{regular:"fajdr"},"jelly-fill":{regular:"fajfr"},notdog:{solid:"fans"},"notdog-duo":{solid:"fands"},sharp:{light:"fasl",regular:"fasr",solid:"fass",thin:"fast"},"sharp-duotone":{light:"fasdl",regular:"fasdr",solid:"fasds",thin:"fasdt"},slab:{regular:"faslr"},"slab-press":{regular:"faslpr"},thumbprint:{light:"fatl"},utility:{semibold:"fausb"},"utility-duo":{semibold:"faudsb"},"utility-fill":{semibold:"faufsb"},whiteboard:{semibold:"fawsb"}},$0=["fak","fa-kit","fakd","fa-kit-duotone"],W2={kit:{fak:"kit","fa-kit":"kit"},"kit-duotone":{fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"}},fp=["kit"],pp="kit",hp="kit-duotone",mp="Kit",gp="Kit Duotone",AA=U(U({},pp,mp),hp,gp),yp={kit:{"fa-kit":"fak"},"kit-duotone":{"fa-kit-duotone":"fakd"}},bp={"Font Awesome Kit":{400:"fak",normal:"fak"},"Font Awesome Kit Duotone":{400:"fakd",normal:"fakd"}},vp={kit:{fak:"fa-kit"},"kit-duotone":{fakd:"fa-kit-duotone"}},j2={kit:{kit:"fak"},"kit-duotone":{"kit-duotone":"fakd"}},Es,Ln={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},xp=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-graphite","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press","fa-utility","fa-utility-duo","fa-utility-fill"],Sp="classic",Cp="duotone",Ep="sharp",Ap="sharp-duotone",Lp="chisel",Op="etch",Rp="graphite",wp="jelly",_p="jelly-duo",Np="jelly-fill",Mp="notdog",Tp="notdog-duo",kp="slab",Ip="slab-press",Pp="thumbprint",zp="utility",Dp="utility-duo",Up="utility-fill",Fp="whiteboard",Bp="Classic",$p="Duotone",Hp="Sharp",Gp="Sharp Duotone",Wp="Chisel",jp="Etch",Vp="Graphite",Kp="Jelly",Zp="Jelly Duo",qp="Jelly Fill",Yp="Notdog",Xp="Notdog Duo",Jp="Slab",Qp="Slab Press",e3="Thumbprint",t3="Utility",r3="Utility Duo",o3="Utility Fill",n3="Whiteboard",LA=(Es={},U(U(U(U(U(U(U(U(U(U(Es,Sp,Bp),Cp,$p),Ep,Hp),Ap,Gp),Lp,Wp),Op,jp),Rp,Vp),wp,Kp),_p,Zp),Np,qp),U(U(U(U(U(U(U(U(U(Es,Mp,Yp),Tp,Xp),kp,Jp),Ip,Qp),Pp,e3),zp,t3),Dp,r3),Up,o3),Fp,n3)),a3="kit",i3="kit-duotone",s3="Kit",c3="Kit Duotone",OA=U(U({},a3,s3),i3,c3),l3={classic:{"fa-brands":"fab","fa-duotone":"fad","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"},duotone:{"fa-regular":"fadr","fa-light":"fadl","fa-thin":"fadt"},sharp:{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"},"sharp-duotone":{"fa-solid":"fasds","fa-regular":"fasdr","fa-light":"fasdl","fa-thin":"fasdt"},slab:{"fa-regular":"faslr"},"slab-press":{"fa-regular":"faslpr"},whiteboard:{"fa-semibold":"fawsb"},thumbprint:{"fa-light":"fatl"},notdog:{"fa-solid":"fans"},"notdog-duo":{"fa-solid":"fands"},etch:{"fa-solid":"faes"},graphite:{"fa-thin":"fagt"},jelly:{"fa-regular":"fajr"},"jelly-fill":{"fa-regular":"fajfr"},"jelly-duo":{"fa-regular":"fajdr"},chisel:{"fa-regular":"facr"},utility:{"fa-semibold":"fausb"},"utility-duo":{"fa-semibold":"faudsb"},"utility-fill":{"fa-semibold":"faufsb"}},d3={classic:["fas","far","fal","fat","fad"],duotone:["fadr","fadl","fadt"],sharp:["fass","fasr","fasl","fast"],"sharp-duotone":["fasds","fasdr","fasdl","fasdt"],slab:["faslr"],"slab-press":["faslpr"],whiteboard:["fawsb"],thumbprint:["fatl"],notdog:["fans"],"notdog-duo":["fands"],etch:["faes"],graphite:["fagt"],jelly:["fajr"],"jelly-fill":["fajfr"],"jelly-duo":["fajdr"],chisel:["facr"],utility:["fausb"],"utility-duo":["faudsb"],"utility-fill":["faufsb"]},Ns={classic:{fab:"fa-brands",fad:"fa-duotone",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"},duotone:{fadr:"fa-regular",fadl:"fa-light",fadt:"fa-thin"},sharp:{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"},"sharp-duotone":{fasds:"fa-solid",fasdr:"fa-regular",fasdl:"fa-light",fasdt:"fa-thin"},slab:{faslr:"fa-regular"},"slab-press":{faslpr:"fa-regular"},whiteboard:{fawsb:"fa-semibold"},thumbprint:{fatl:"fa-light"},notdog:{fans:"fa-solid"},"notdog-duo":{fands:"fa-solid"},etch:{faes:"fa-solid"},graphite:{fagt:"fa-thin"},jelly:{fajr:"fa-regular"},"jelly-fill":{fajfr:"fa-regular"},"jelly-duo":{fajdr:"fa-regular"},chisel:{facr:"fa-regular"},utility:{fausb:"fa-semibold"},"utility-duo":{faudsb:"fa-semibold"},"utility-fill":{faufsb:"fa-semibold"}},u3=["fa-solid","fa-regular","fa-light","fa-thin","fa-duotone","fa-brands","fa-semibold"],H0=["fa","fas","far","fal","fat","fad","fadr","fadl","fadt","fab","fass","fasr","fasl","fast","fasds","fasdr","fasdl","fasdt","faslr","faslpr","fawsb","fatl","fans","fands","faes","fagt","fajr","fajfr","fajdr","facr","fausb","faudsb","faufsb"].concat(xp,u3),f3=["solid","regular","light","thin","duotone","brands","semibold"],G0=[1,2,3,4,5,6,7,8,9,10],p3=G0.concat([11,12,13,14,15,16,17,18,19,20]),h3=["aw","fw","pull-left","pull-right"],m3=[].concat($e(Object.keys(d3)),f3,h3,["2xs","xs","sm","lg","xl","2xl","beat","border","fade","beat-fade","bounce","flip-both","flip-horizontal","flip-vertical","flip","inverse","layers","layers-bottom-left","layers-bottom-right","layers-counter","layers-text","layers-top-left","layers-top-right","li","pull-end","pull-start","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","stack-1x","stack-2x","stack","ul","width-auto","width-fixed",Ln.GROUP,Ln.SWAP_OPACITY,Ln.PRIMARY,Ln.SECONDARY]).concat(G0.map(function(t){return"".concat(t,"x")})).concat(p3.map(function(t){return"w-".concat(t)})),g3={"Font Awesome 5 Free":{900:"fas",400:"far"},"Font Awesome 5 Pro":{900:"fas",400:"far",normal:"far",300:"fal"},"Font Awesome 5 Brands":{400:"fab",normal:"fab"},"Font Awesome 5 Duotone":{900:"fad"}},it="___FONT_AWESOME___",Ms=16,W0="fa",j0="svg-inline--fa",Jt="data-fa-i2svg",Ts="data-fa-pseudo-element",y3="data-fa-pseudo-element-pending",Vs="data-prefix",Ks="data-icon",V2="fontawesome-i2svg",b3="async",v3=["HTML","HEAD","STYLE","SCRIPT"],V0=["::before","::after",":before",":after"],K0=(function(){try{return!0}catch{return!1}})();function ko(t){return new Proxy(t,{get:function(r,o){return o in r?r[o]:r[ue]}})}var Z0=_({},S0);Z0[ue]=_(_(_(_({},{"fa-duotone":"duotone"}),S0[ue]),W2.kit),W2["kit-duotone"]);var x3=ko(Z0),ks=_({},up);ks[ue]=_(_(_(_({},{duotone:"fad"}),ks[ue]),j2.kit),j2["kit-duotone"]);var K2=ko(ks),Is=_({},Ns);Is[ue]=_(_({},Is[ue]),vp.kit);var Zs=ko(Is),Ps=_({},l3);Ps[ue]=_(_({},Ps[ue]),yp.kit);var RA=ko(Ps),S3=Bf,q0="fa-layers-text",C3=$f,E3=_({},cp),wA=ko(E3),A3=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],As=Hf,L3=[].concat($e(fp),$e(m3)),_o=xt.FontAwesomeConfig||{};function O3(t){var e=q.querySelector("script["+t+"]");if(e)return e.getAttribute(t)}function R3(t){return t===""?!0:t==="false"?!1:t==="true"?!0:t}q&&typeof q.querySelector=="function"&&(Z2=[["data-family-prefix","familyPrefix"],["data-css-prefix","cssPrefix"],["data-family-default","familyDefault"],["data-style-default","styleDefault"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-search-pseudo-elements","searchPseudoElements"],["data-search-pseudo-elements-warnings","searchPseudoElementsWarnings"],["data-search-pseudo-elements-full-scan","searchPseudoElementsFullScan"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]],Z2.forEach(function(t){var e=Tn(t,2),r=e[0],o=e[1],a=R3(O3(r));a!=null&&(_o[o]=a)}));var Z2,Y0={styleDefault:"solid",familyDefault:ue,cssPrefix:W0,replacementClass:j0,autoReplaceSvg:!0,autoAddCss:!0,searchPseudoElements:!1,searchPseudoElementsWarnings:!0,searchPseudoElementsFullScan:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};_o.familyPrefix&&(_o.cssPrefix=_o.familyPrefix);var jr=_(_({},Y0),_o);jr.autoReplaceSvg||(jr.observeMutations=!1);var k={};Object.keys(Y0).forEach(function(t){Object.defineProperty(k,t,{enumerable:!0,set:function(r){jr[t]=r,No.forEach(function(o){return o(k)})},get:function(){return jr[t]}})});Object.defineProperty(k,"familyPrefix",{enumerable:!0,set:function(e){jr.cssPrefix=e,No.forEach(function(r){return r(k)})},get:function(){return jr.cssPrefix}});xt.FontAwesomeConfig=k;var No=[];function w3(t){return No.push(t),function(){No.splice(No.indexOf(t),1)}}var vt=Ms,qe={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function _3(t){if(!(!t||!ct)){var e=q.createElement("style");e.setAttribute("type","text/css"),e.innerHTML=t;for(var r=q.head.childNodes,o=null,a=r.length-1;a>-1;a--){var i=r[a],s=(i.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(s)>-1&&(o=i)}return q.head.insertBefore(e,o),t}}var N3="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function q2(){for(var t=12,e="";t-- >0;)e+=N3[Math.random()*62|0];return e}function Vr(t){for(var e=[],r=(t||[]).length>>>0;r--;)e[r]=t[r];return e}function qs(t){return t.classList?Vr(t.classList):(t.getAttribute("class")||"").split(" ").filter(function(e){return e})}function X0(t){return"".concat(t).replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function M3(t){return Object.keys(t||{}).reduce(function(e,r){return e+"".concat(r,'="').concat(X0(t[r]),'" ')},"").trim()}function kn(t){return Object.keys(t||{}).reduce(function(e,r){return e+"".concat(r,": ").concat(t[r].trim(),";")},"")}function Ys(t){return t.size!==qe.size||t.x!==qe.x||t.y!==qe.y||t.rotate!==qe.rotate||t.flipX||t.flipY}function T3(t){var e=t.transform,r=t.containerWidth,o=t.iconWidth,a={transform:"translate(".concat(r/2," 256)")},i="translate(".concat(e.x*32,", ").concat(e.y*32,") "),s="scale(".concat(e.size/16*(e.flipX?-1:1),", ").concat(e.size/16*(e.flipY?-1:1),") "),c="rotate(".concat(e.rotate," 0 0)"),d={transform:"".concat(i," ").concat(s," ").concat(c)},u={transform:"translate(".concat(o/2*-1," -256)")};return{outer:a,inner:d,path:u}}function k3(t){var e=t.transform,r=t.width,o=r===void 0?Ms:r,a=t.height,i=a===void 0?Ms:a,s=t.startCentered,c=s===void 0?!1:s,d="";return c&&x0?d+="translate(".concat(e.x/vt-o/2,"em, ").concat(e.y/vt-i/2,"em) "):c?d+="translate(calc(-50% + ".concat(e.x/vt,"em), calc(-50% + ").concat(e.y/vt,"em)) "):d+="translate(".concat(e.x/vt,"em, ").concat(e.y/vt,"em) "),d+="scale(".concat(e.size/vt*(e.flipX?-1:1),", ").concat(e.size/vt*(e.flipY?-1:1),") "),d+="rotate(".concat(e.rotate,"deg) "),d}var I3=`:root, :host {
948
+ --fa-font-solid: normal 900 1em/1 'Font Awesome 7 Free';
949
+ --fa-font-regular: normal 400 1em/1 'Font Awesome 7 Free';
950
+ --fa-font-light: normal 300 1em/1 'Font Awesome 7 Pro';
951
+ --fa-font-thin: normal 100 1em/1 'Font Awesome 7 Pro';
952
+ --fa-font-duotone: normal 900 1em/1 'Font Awesome 7 Duotone';
953
+ --fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 7 Duotone';
954
+ --fa-font-duotone-light: normal 300 1em/1 'Font Awesome 7 Duotone';
955
+ --fa-font-duotone-thin: normal 100 1em/1 'Font Awesome 7 Duotone';
956
+ --fa-font-brands: normal 400 1em/1 'Font Awesome 7 Brands';
957
+ --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 7 Sharp';
958
+ --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 7 Sharp';
959
+ --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 7 Sharp';
960
+ --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 7 Sharp';
961
+ --fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 7 Sharp Duotone';
962
+ --fa-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 7 Sharp Duotone';
963
+ --fa-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 7 Sharp Duotone';
964
+ --fa-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 7 Sharp Duotone';
965
+ --fa-font-slab-regular: normal 400 1em/1 'Font Awesome 7 Slab';
966
+ --fa-font-slab-press-regular: normal 400 1em/1 'Font Awesome 7 Slab Press';
967
+ --fa-font-whiteboard-semibold: normal 600 1em/1 'Font Awesome 7 Whiteboard';
968
+ --fa-font-thumbprint-light: normal 300 1em/1 'Font Awesome 7 Thumbprint';
969
+ --fa-font-notdog-solid: normal 900 1em/1 'Font Awesome 7 Notdog';
970
+ --fa-font-notdog-duo-solid: normal 900 1em/1 'Font Awesome 7 Notdog Duo';
971
+ --fa-font-etch-solid: normal 900 1em/1 'Font Awesome 7 Etch';
972
+ --fa-font-graphite-thin: normal 100 1em/1 'Font Awesome 7 Graphite';
973
+ --fa-font-jelly-regular: normal 400 1em/1 'Font Awesome 7 Jelly';
974
+ --fa-font-jelly-fill-regular: normal 400 1em/1 'Font Awesome 7 Jelly Fill';
975
+ --fa-font-jelly-duo-regular: normal 400 1em/1 'Font Awesome 7 Jelly Duo';
976
+ --fa-font-chisel-regular: normal 400 1em/1 'Font Awesome 7 Chisel';
977
+ --fa-font-utility-semibold: normal 600 1em/1 'Font Awesome 7 Utility';
978
+ --fa-font-utility-duo-semibold: normal 600 1em/1 'Font Awesome 7 Utility Duo';
979
+ --fa-font-utility-fill-semibold: normal 600 1em/1 'Font Awesome 7 Utility Fill';
980
+ }
981
+
982
+ .svg-inline--fa {
983
+ box-sizing: content-box;
984
+ display: var(--fa-display, inline-block);
985
+ height: 1em;
986
+ overflow: visible;
987
+ vertical-align: -0.125em;
988
+ width: var(--fa-width, 1.25em);
989
+ }
990
+ .svg-inline--fa.fa-2xs {
991
+ vertical-align: 0.1em;
992
+ }
993
+ .svg-inline--fa.fa-xs {
994
+ vertical-align: 0em;
995
+ }
996
+ .svg-inline--fa.fa-sm {
997
+ vertical-align: -0.0714285714em;
998
+ }
999
+ .svg-inline--fa.fa-lg {
1000
+ vertical-align: -0.2em;
1001
+ }
1002
+ .svg-inline--fa.fa-xl {
1003
+ vertical-align: -0.25em;
1004
+ }
1005
+ .svg-inline--fa.fa-2xl {
1006
+ vertical-align: -0.3125em;
1007
+ }
1008
+ .svg-inline--fa.fa-pull-left,
1009
+ .svg-inline--fa .fa-pull-start {
1010
+ float: inline-start;
1011
+ margin-inline-end: var(--fa-pull-margin, 0.3em);
1012
+ }
1013
+ .svg-inline--fa.fa-pull-right,
1014
+ .svg-inline--fa .fa-pull-end {
1015
+ float: inline-end;
1016
+ margin-inline-start: var(--fa-pull-margin, 0.3em);
1017
+ }
1018
+ .svg-inline--fa.fa-li {
1019
+ width: var(--fa-li-width, 2em);
1020
+ inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
1021
+ inset-block-start: 0.25em; /* syncing vertical alignment with Web Font rendering */
1022
+ }
1023
+
1024
+ .fa-layers-counter, .fa-layers-text {
1025
+ display: inline-block;
1026
+ position: absolute;
1027
+ text-align: center;
1028
+ }
1029
+
1030
+ .fa-layers {
1031
+ display: inline-block;
1032
+ height: 1em;
1033
+ position: relative;
1034
+ text-align: center;
1035
+ vertical-align: -0.125em;
1036
+ width: var(--fa-width, 1.25em);
1037
+ }
1038
+ .fa-layers .svg-inline--fa {
1039
+ inset: 0;
1040
+ margin: auto;
1041
+ position: absolute;
1042
+ transform-origin: center center;
1043
+ }
1044
+
1045
+ .fa-layers-text {
1046
+ left: 50%;
1047
+ top: 50%;
1048
+ transform: translate(-50%, -50%);
1049
+ transform-origin: center center;
1050
+ }
1051
+
1052
+ .fa-layers-counter {
1053
+ background-color: var(--fa-counter-background-color, #ff253a);
1054
+ border-radius: var(--fa-counter-border-radius, 1em);
1055
+ box-sizing: border-box;
1056
+ color: var(--fa-inverse, #fff);
1057
+ line-height: var(--fa-counter-line-height, 1);
1058
+ max-width: var(--fa-counter-max-width, 5em);
1059
+ min-width: var(--fa-counter-min-width, 1.5em);
1060
+ overflow: hidden;
1061
+ padding: var(--fa-counter-padding, 0.25em 0.5em);
1062
+ right: var(--fa-right, 0);
1063
+ text-overflow: ellipsis;
1064
+ top: var(--fa-top, 0);
1065
+ transform: scale(var(--fa-counter-scale, 0.25));
1066
+ transform-origin: top right;
1067
+ }
1068
+
1069
+ .fa-layers-bottom-right {
1070
+ bottom: var(--fa-bottom, 0);
1071
+ right: var(--fa-right, 0);
1072
+ top: auto;
1073
+ transform: scale(var(--fa-layers-scale, 0.25));
1074
+ transform-origin: bottom right;
1075
+ }
1076
+
1077
+ .fa-layers-bottom-left {
1078
+ bottom: var(--fa-bottom, 0);
1079
+ left: var(--fa-left, 0);
1080
+ right: auto;
1081
+ top: auto;
1082
+ transform: scale(var(--fa-layers-scale, 0.25));
1083
+ transform-origin: bottom left;
1084
+ }
1085
+
1086
+ .fa-layers-top-right {
1087
+ top: var(--fa-top, 0);
1088
+ right: var(--fa-right, 0);
1089
+ transform: scale(var(--fa-layers-scale, 0.25));
1090
+ transform-origin: top right;
1091
+ }
1092
+
1093
+ .fa-layers-top-left {
1094
+ left: var(--fa-left, 0);
1095
+ right: auto;
1096
+ top: var(--fa-top, 0);
1097
+ transform: scale(var(--fa-layers-scale, 0.25));
1098
+ transform-origin: top left;
1099
+ }
1100
+
1101
+ .fa-1x {
1102
+ font-size: 1em;
1103
+ }
1104
+
1105
+ .fa-2x {
1106
+ font-size: 2em;
1107
+ }
1108
+
1109
+ .fa-3x {
1110
+ font-size: 3em;
1111
+ }
1112
+
1113
+ .fa-4x {
1114
+ font-size: 4em;
1115
+ }
1116
+
1117
+ .fa-5x {
1118
+ font-size: 5em;
1119
+ }
1120
+
1121
+ .fa-6x {
1122
+ font-size: 6em;
1123
+ }
1124
+
1125
+ .fa-7x {
1126
+ font-size: 7em;
1127
+ }
1128
+
1129
+ .fa-8x {
1130
+ font-size: 8em;
1131
+ }
1132
+
1133
+ .fa-9x {
1134
+ font-size: 9em;
1135
+ }
1136
+
1137
+ .fa-10x {
1138
+ font-size: 10em;
1139
+ }
1140
+
1141
+ .fa-2xs {
1142
+ font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
1143
+ line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
1144
+ vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1145
+ }
1146
+
1147
+ .fa-xs {
1148
+ font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
1149
+ line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
1150
+ vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1151
+ }
1152
+
1153
+ .fa-sm {
1154
+ font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
1155
+ line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
1156
+ vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1157
+ }
1158
+
1159
+ .fa-lg {
1160
+ font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
1161
+ line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
1162
+ vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1163
+ }
1164
+
1165
+ .fa-xl {
1166
+ font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
1167
+ line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
1168
+ vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1169
+ }
1170
+
1171
+ .fa-2xl {
1172
+ font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
1173
+ line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
1174
+ vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
1175
+ }
1176
+
1177
+ .fa-width-auto {
1178
+ --fa-width: auto;
1179
+ }
1180
+
1181
+ .fa-fw,
1182
+ .fa-width-fixed {
1183
+ --fa-width: 1.25em;
1184
+ }
1185
+
1186
+ .fa-ul {
1187
+ list-style-type: none;
1188
+ margin-inline-start: var(--fa-li-margin, 2.5em);
1189
+ padding-inline-start: 0;
1190
+ }
1191
+ .fa-ul > li {
1192
+ position: relative;
1193
+ }
1194
+
1195
+ .fa-li {
1196
+ inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
1197
+ position: absolute;
1198
+ text-align: center;
1199
+ width: var(--fa-li-width, 2em);
1200
+ line-height: inherit;
1201
+ }
1202
+
1203
+ /* Heads Up: Bordered Icons will not be supported in the future!
1204
+ - This feature will be deprecated in the next major release of Font Awesome (v8)!
1205
+ - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
1206
+ */
1207
+ /* Notes:
1208
+ * --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
1209
+ * --@{v.$css-prefix}-border-padding =
1210
+ ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
1211
+ ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
1212
+ */
1213
+ .fa-border {
1214
+ border-color: var(--fa-border-color, #eee);
1215
+ border-radius: var(--fa-border-radius, 0.1em);
1216
+ border-style: var(--fa-border-style, solid);
1217
+ border-width: var(--fa-border-width, 0.0625em);
1218
+ box-sizing: var(--fa-border-box-sizing, content-box);
1219
+ padding: var(--fa-border-padding, 0.1875em 0.25em);
1220
+ }
1221
+
1222
+ .fa-pull-left,
1223
+ .fa-pull-start {
1224
+ float: inline-start;
1225
+ margin-inline-end: var(--fa-pull-margin, 0.3em);
1226
+ }
1227
+
1228
+ .fa-pull-right,
1229
+ .fa-pull-end {
1230
+ float: inline-end;
1231
+ margin-inline-start: var(--fa-pull-margin, 0.3em);
1232
+ }
1233
+
1234
+ .fa-beat {
1235
+ animation-name: fa-beat;
1236
+ animation-delay: var(--fa-animation-delay, 0s);
1237
+ animation-direction: var(--fa-animation-direction, normal);
1238
+ animation-duration: var(--fa-animation-duration, 1s);
1239
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1240
+ animation-timing-function: var(--fa-animation-timing, ease-in-out);
1241
+ }
1242
+
1243
+ .fa-bounce {
1244
+ animation-name: fa-bounce;
1245
+ animation-delay: var(--fa-animation-delay, 0s);
1246
+ animation-direction: var(--fa-animation-direction, normal);
1247
+ animation-duration: var(--fa-animation-duration, 1s);
1248
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1249
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
1250
+ }
1251
+
1252
+ .fa-fade {
1253
+ animation-name: fa-fade;
1254
+ animation-delay: var(--fa-animation-delay, 0s);
1255
+ animation-direction: var(--fa-animation-direction, normal);
1256
+ animation-duration: var(--fa-animation-duration, 1s);
1257
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1258
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
1259
+ }
1260
+
1261
+ .fa-beat-fade {
1262
+ animation-name: fa-beat-fade;
1263
+ animation-delay: var(--fa-animation-delay, 0s);
1264
+ animation-direction: var(--fa-animation-direction, normal);
1265
+ animation-duration: var(--fa-animation-duration, 1s);
1266
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1267
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
1268
+ }
1269
+
1270
+ .fa-flip {
1271
+ animation-name: fa-flip;
1272
+ animation-delay: var(--fa-animation-delay, 0s);
1273
+ animation-direction: var(--fa-animation-direction, normal);
1274
+ animation-duration: var(--fa-animation-duration, 1s);
1275
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1276
+ animation-timing-function: var(--fa-animation-timing, ease-in-out);
1277
+ }
1278
+
1279
+ .fa-shake {
1280
+ animation-name: fa-shake;
1281
+ animation-delay: var(--fa-animation-delay, 0s);
1282
+ animation-direction: var(--fa-animation-direction, normal);
1283
+ animation-duration: var(--fa-animation-duration, 1s);
1284
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1285
+ animation-timing-function: var(--fa-animation-timing, linear);
1286
+ }
1287
+
1288
+ .fa-spin {
1289
+ animation-name: fa-spin;
1290
+ animation-delay: var(--fa-animation-delay, 0s);
1291
+ animation-direction: var(--fa-animation-direction, normal);
1292
+ animation-duration: var(--fa-animation-duration, 2s);
1293
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1294
+ animation-timing-function: var(--fa-animation-timing, linear);
1295
+ }
1296
+
1297
+ .fa-spin-reverse {
1298
+ --fa-animation-direction: reverse;
1299
+ }
1300
+
1301
+ .fa-pulse,
1302
+ .fa-spin-pulse {
1303
+ animation-name: fa-spin;
1304
+ animation-direction: var(--fa-animation-direction, normal);
1305
+ animation-duration: var(--fa-animation-duration, 1s);
1306
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
1307
+ animation-timing-function: var(--fa-animation-timing, steps(8));
1308
+ }
1309
+
1310
+ @media (prefers-reduced-motion: reduce) {
1311
+ .fa-beat,
1312
+ .fa-bounce,
1313
+ .fa-fade,
1314
+ .fa-beat-fade,
1315
+ .fa-flip,
1316
+ .fa-pulse,
1317
+ .fa-shake,
1318
+ .fa-spin,
1319
+ .fa-spin-pulse {
1320
+ animation: none !important;
1321
+ transition: none !important;
1322
+ }
1323
+ }
1324
+ @keyframes fa-beat {
1325
+ 0%, 90% {
1326
+ transform: scale(1);
1327
+ }
1328
+ 45% {
1329
+ transform: scale(var(--fa-beat-scale, 1.25));
1330
+ }
1331
+ }
1332
+ @keyframes fa-bounce {
1333
+ 0% {
1334
+ transform: scale(1, 1) translateY(0);
1335
+ }
1336
+ 10% {
1337
+ transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
1338
+ }
1339
+ 30% {
1340
+ transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
1341
+ }
1342
+ 50% {
1343
+ transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
1344
+ }
1345
+ 57% {
1346
+ transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
1347
+ }
1348
+ 64% {
1349
+ transform: scale(1, 1) translateY(0);
1350
+ }
1351
+ 100% {
1352
+ transform: scale(1, 1) translateY(0);
1353
+ }
1354
+ }
1355
+ @keyframes fa-fade {
1356
+ 50% {
1357
+ opacity: var(--fa-fade-opacity, 0.4);
1358
+ }
1359
+ }
1360
+ @keyframes fa-beat-fade {
1361
+ 0%, 100% {
1362
+ opacity: var(--fa-beat-fade-opacity, 0.4);
1363
+ transform: scale(1);
1364
+ }
1365
+ 50% {
1366
+ opacity: 1;
1367
+ transform: scale(var(--fa-beat-fade-scale, 1.125));
1368
+ }
1369
+ }
1370
+ @keyframes fa-flip {
1371
+ 50% {
1372
+ transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
1373
+ }
1374
+ }
1375
+ @keyframes fa-shake {
1376
+ 0% {
1377
+ transform: rotate(-15deg);
1378
+ }
1379
+ 4% {
1380
+ transform: rotate(15deg);
1381
+ }
1382
+ 8%, 24% {
1383
+ transform: rotate(-18deg);
1384
+ }
1385
+ 12%, 28% {
1386
+ transform: rotate(18deg);
1387
+ }
1388
+ 16% {
1389
+ transform: rotate(-22deg);
1390
+ }
1391
+ 20% {
1392
+ transform: rotate(22deg);
1393
+ }
1394
+ 32% {
1395
+ transform: rotate(-12deg);
1396
+ }
1397
+ 36% {
1398
+ transform: rotate(12deg);
1399
+ }
1400
+ 40%, 100% {
1401
+ transform: rotate(0deg);
1402
+ }
1403
+ }
1404
+ @keyframes fa-spin {
1405
+ 0% {
1406
+ transform: rotate(0deg);
1407
+ }
1408
+ 100% {
1409
+ transform: rotate(360deg);
1410
+ }
1411
+ }
1412
+ .fa-rotate-90 {
1413
+ transform: rotate(90deg);
1414
+ }
1415
+
1416
+ .fa-rotate-180 {
1417
+ transform: rotate(180deg);
1418
+ }
1419
+
1420
+ .fa-rotate-270 {
1421
+ transform: rotate(270deg);
1422
+ }
1423
+
1424
+ .fa-flip-horizontal {
1425
+ transform: scale(-1, 1);
1426
+ }
1427
+
1428
+ .fa-flip-vertical {
1429
+ transform: scale(1, -1);
1430
+ }
1431
+
1432
+ .fa-flip-both,
1433
+ .fa-flip-horizontal.fa-flip-vertical {
1434
+ transform: scale(-1, -1);
1435
+ }
1436
+
1437
+ .fa-rotate-by {
1438
+ transform: rotate(var(--fa-rotate-angle, 0));
1439
+ }
1440
+
1441
+ .svg-inline--fa .fa-primary {
1442
+ fill: var(--fa-primary-color, currentColor);
1443
+ opacity: var(--fa-primary-opacity, 1);
1444
+ }
1445
+
1446
+ .svg-inline--fa .fa-secondary {
1447
+ fill: var(--fa-secondary-color, currentColor);
1448
+ opacity: var(--fa-secondary-opacity, 0.4);
1449
+ }
1450
+
1451
+ .svg-inline--fa.fa-swap-opacity .fa-primary {
1452
+ opacity: var(--fa-secondary-opacity, 0.4);
1453
+ }
1454
+
1455
+ .svg-inline--fa.fa-swap-opacity .fa-secondary {
1456
+ opacity: var(--fa-primary-opacity, 1);
1457
+ }
1458
+
1459
+ .svg-inline--fa mask .fa-primary,
1460
+ .svg-inline--fa mask .fa-secondary {
1461
+ fill: black;
1462
+ }
1463
+
1464
+ .svg-inline--fa.fa-inverse {
1465
+ fill: var(--fa-inverse, #fff);
1466
+ }
1467
+
1468
+ .fa-stack {
1469
+ display: inline-block;
1470
+ height: 2em;
1471
+ line-height: 2em;
1472
+ position: relative;
1473
+ vertical-align: middle;
1474
+ width: 2.5em;
1475
+ }
1476
+
1477
+ .fa-inverse {
1478
+ color: var(--fa-inverse, #fff);
1479
+ }
1480
+
1481
+ .svg-inline--fa.fa-stack-1x {
1482
+ --fa-width: 1.25em;
1483
+ height: 1em;
1484
+ width: var(--fa-width);
1485
+ }
1486
+ .svg-inline--fa.fa-stack-2x {
1487
+ --fa-width: 2.5em;
1488
+ height: 2em;
1489
+ width: var(--fa-width);
1490
+ }
1491
+
1492
+ .fa-stack-1x,
1493
+ .fa-stack-2x {
1494
+ inset: 0;
1495
+ margin: auto;
1496
+ position: absolute;
1497
+ z-index: var(--fa-stack-z-index, auto);
1498
+ }`;function J0(){var t=W0,e=j0,r=k.cssPrefix,o=k.replacementClass,a=I3;if(r!==t||o!==e){var i=new RegExp("\\.".concat(t,"\\-"),"g"),s=new RegExp("\\--".concat(t,"\\-"),"g"),c=new RegExp("\\.".concat(e),"g");a=a.replace(i,".".concat(r,"-")).replace(s,"--".concat(r,"-")).replace(c,".".concat(o))}return a}var Y2=!1;function Ls(){k.autoAddCss&&!Y2&&(_3(J0()),Y2=!0)}var P3={mixout:function(){return{dom:{css:J0,insertCss:Ls}}},hooks:function(){return{beforeDOMElementCreation:function(){Ls()},beforeI2svg:function(){Ls()}}}},st=xt||{};st[it]||(st[it]={});st[it].styles||(st[it].styles={});st[it].hooks||(st[it].hooks={});st[it].shims||(st[it].shims=[]);var Be=st[it],Q0=[],e4=function(){q.removeEventListener("DOMContentLoaded",e4),Nn=1,Q0.map(function(e){return e()})},Nn=!1;ct&&(Nn=(q.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(q.readyState),Nn||q.addEventListener("DOMContentLoaded",e4));function z3(t){ct&&(Nn?setTimeout(t,0):Q0.push(t))}function Io(t){var e=t.tag,r=t.attributes,o=r===void 0?{}:r,a=t.children,i=a===void 0?[]:a;return typeof t=="string"?X0(t):"<".concat(e," ").concat(M3(o),">").concat(i.map(Io).join(""),"</").concat(e,">")}function X2(t,e,r){if(t&&t[e]&&t[e][r])return{prefix:e,iconName:r,icon:t[e][r]}}var D3=function(e,r){return function(o,a,i,s){return e.call(r,o,a,i,s)}},Os=function(e,r,o,a){var i=Object.keys(e),s=i.length,c=a!==void 0?D3(r,a):r,d,u,m;for(o===void 0?(d=1,m=e[i[0]]):(d=0,m=o);d<s;d++)u=i[d],m=c(m,e[u],u,e);return m};function t4(t){return $e(t).length!==1?null:t.codePointAt(0).toString(16)}function J2(t){return Object.keys(t).reduce(function(e,r){var o=t[r],a=!!o.icon;return a?e[o.iconName]=o.icon:e[r]=o,e},{})}function zs(t,e){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o=r.skipHooks,a=o===void 0?!1:o,i=J2(e);typeof Be.hooks.addPack=="function"&&!a?Be.hooks.addPack(t,J2(e)):Be.styles[t]=_(_({},Be.styles[t]||{}),i),t==="fas"&&zs("fa",e)}var Mo=Be.styles,U3=Be.shims,r4=Object.keys(Zs),F3=r4.reduce(function(t,e){return t[e]=Object.keys(Zs[e]),t},{}),Xs=null,o4={},n4={},a4={},i4={},s4={};function B3(t){return~L3.indexOf(t)}function $3(t,e){var r=e.split("-"),o=r[0],a=r.slice(1).join("-");return o===t&&a!==""&&!B3(a)?a:null}var c4=function(){var e=function(i){return Os(Mo,function(s,c,d){return s[d]=Os(c,i,{}),s},{})};o4=e(function(a,i,s){if(i[3]&&(a[i[3]]=s),i[2]){var c=i[2].filter(function(d){return typeof d=="number"});c.forEach(function(d){a[d.toString(16)]=s})}return a}),n4=e(function(a,i,s){if(a[s]=s,i[2]){var c=i[2].filter(function(d){return typeof d=="string"});c.forEach(function(d){a[d]=s})}return a}),s4=e(function(a,i,s){var c=i[2];return a[s]=s,c.forEach(function(d){a[d]=s}),a});var r="far"in Mo||k.autoFetchSvg,o=Os(U3,function(a,i){var s=i[0],c=i[1],d=i[2];return c==="far"&&!r&&(c="fas"),typeof s=="string"&&(a.names[s]={prefix:c,iconName:d}),typeof s=="number"&&(a.unicodes[s.toString(16)]={prefix:c,iconName:d}),a},{names:{},unicodes:{}});a4=o.names,i4=o.unicodes,Xs=In(k.styleDefault,{family:k.familyDefault})};w3(function(t){Xs=In(t.styleDefault,{family:k.familyDefault})});c4();function Js(t,e){return(o4[t]||{})[e]}function H3(t,e){return(n4[t]||{})[e]}function Xt(t,e){return(s4[t]||{})[e]}function l4(t){return a4[t]||{prefix:null,iconName:null}}function G3(t){var e=i4[t],r=Js("fas",t);return e||(r?{prefix:"fas",iconName:r}:null)||{prefix:null,iconName:null}}function St(){return Xs}var d4=function(){return{prefix:null,iconName:null,rest:[]}};function W3(t){var e=ue,r=r4.reduce(function(o,a){return o[a]="".concat(k.cssPrefix,"-").concat(a),o},{});return B0.forEach(function(o){(t.includes(r[o])||t.some(function(a){return F3[o].includes(a)}))&&(e=o)}),e}function In(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.family,o=r===void 0?ue:r,a=x3[o][t];if(o===To&&!t)return"fad";var i=K2[o][t]||K2[o][a],s=t in Be.styles?t:null,c=i||s||null;return c}function j3(t){var e=[],r=null;return t.forEach(function(o){var a=$3(k.cssPrefix,o);a?r=a:o&&e.push(o)}),{iconName:r,rest:e}}function Q2(t){return t.sort().filter(function(e,r,o){return o.indexOf(e)===r})}var e0=H0.concat($0);function Pn(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.skipLookups,o=r===void 0?!1:r,a=null,i=Q2(t.filter(function(b){return e0.includes(b)})),s=Q2(t.filter(function(b){return!e0.includes(b)})),c=i.filter(function(b){return a=b,!C0.includes(b)}),d=Tn(c,1),u=d[0],m=u===void 0?null:u,h=W3(i),y=_(_({},j3(s)),{},{prefix:In(m,{family:h})});return _(_(_({},y),q3({values:t,family:h,styles:Mo,config:k,canonical:y,givenPrefix:a})),V3(o,a,y))}function V3(t,e,r){var o=r.prefix,a=r.iconName;if(t||!o||!a)return{prefix:o,iconName:a};var i=e==="fa"?l4(a):{},s=Xt(o,a);return a=i.iconName||s||a,o=i.prefix||o,o==="far"&&!Mo.far&&Mo.fas&&!k.autoFetchSvg&&(o="fas"),{prefix:o,iconName:a}}var K3=B0.filter(function(t){return t!==ue||t!==To}),Z3=Object.keys(Ns).filter(function(t){return t!==ue}).map(function(t){return Object.keys(Ns[t])}).flat();function q3(t){var e=t.values,r=t.family,o=t.canonical,a=t.givenPrefix,i=a===void 0?"":a,s=t.styles,c=s===void 0?{}:s,d=t.config,u=d===void 0?{}:d,m=r===To,h=e.includes("fa-duotone")||e.includes("fad"),y=u.familyDefault==="duotone",b=o.prefix==="fad"||o.prefix==="fa-duotone";if(!m&&(h||y||b)&&(o.prefix="fad"),(e.includes("fa-brands")||e.includes("fab"))&&(o.prefix="fab"),!o.prefix&&K3.includes(r)){var x=Object.keys(c).find(function(O){return Z3.includes(O)});if(x||u.autoFetchSvg){var C=dp.get(r).defaultShortPrefixId;o.prefix=C,o.iconName=Xt(o.prefix,o.iconName)||o.iconName}}return(o.prefix==="fa"||i==="fa")&&(o.prefix=St()||"fas"),o}var Y3=(function(){function t(){Tf(this,t),this.definitions={}}return kf(t,[{key:"add",value:function(){for(var r=this,o=arguments.length,a=new Array(o),i=0;i<o;i++)a[i]=arguments[i];var s=a.reduce(this._pullDefinitions,{});Object.keys(s).forEach(function(c){r.definitions[c]=_(_({},r.definitions[c]||{}),s[c]),zs(c,s[c]);var d=Zs[ue][c];d&&zs(d,s[c]),c4()})}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(r,o){var a=o.prefix&&o.iconName&&o.icon?{0:o}:o;return Object.keys(a).map(function(i){var s=a[i],c=s.prefix,d=s.iconName,u=s.icon,m=u[2];r[c]||(r[c]={}),m.length>0&&m.forEach(function(h){typeof h=="string"&&(r[c][h]=u)}),r[c][d]=u}),r}}])})(),t0=[],Gr={},Wr={},X3=Object.keys(Wr);function J3(t,e){var r=e.mixoutsTo;return t0=t,Gr={},Object.keys(Wr).forEach(function(o){X3.indexOf(o)===-1&&delete Wr[o]}),t0.forEach(function(o){var a=o.mixout?o.mixout():{};if(Object.keys(a).forEach(function(s){typeof a[s]=="function"&&(r[s]=a[s]),_n(a[s])==="object"&&Object.keys(a[s]).forEach(function(c){r[s]||(r[s]={}),r[s][c]=a[s][c]})}),o.hooks){var i=o.hooks();Object.keys(i).forEach(function(s){Gr[s]||(Gr[s]=[]),Gr[s].push(i[s])})}o.provides&&o.provides(Wr)}),r}function Ds(t,e){for(var r=arguments.length,o=new Array(r>2?r-2:0),a=2;a<r;a++)o[a-2]=arguments[a];var i=Gr[t]||[];return i.forEach(function(s){e=s.apply(null,[e].concat(o))}),e}function Qt(t){for(var e=arguments.length,r=new Array(e>1?e-1:0),o=1;o<e;o++)r[o-1]=arguments[o];var a=Gr[t]||[];a.forEach(function(i){i.apply(null,r)})}function Ct(){var t=arguments[0],e=Array.prototype.slice.call(arguments,1);return Wr[t]?Wr[t].apply(null,e):void 0}function Us(t){t.prefix==="fa"&&(t.prefix="fas");var e=t.iconName,r=t.prefix||St();if(e)return e=Xt(r,e)||e,X2(u4.definitions,r,e)||X2(Be.styles,r,e)}var u4=new Y3,Q3=function(){k.autoReplaceSvg=!1,k.observeMutations=!1,Qt("noAuto")},e6={i2svg:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return ct?(Qt("beforeI2svg",e),Ct("pseudoElements2svg",e),Ct("i2svg",e)):Promise.reject(new Error("Operation requires a DOM of some kind."))},watch:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=e.autoReplaceSvgRoot;k.autoReplaceSvg===!1&&(k.autoReplaceSvg=!0),k.observeMutations=!0,z3(function(){r6({autoReplaceSvgRoot:r}),Qt("watch",e)})}},t6={icon:function(e){if(e===null)return null;if(_n(e)==="object"&&e.prefix&&e.iconName)return{prefix:e.prefix,iconName:Xt(e.prefix,e.iconName)||e.iconName};if(Array.isArray(e)&&e.length===2){var r=e[1].indexOf("fa-")===0?e[1].slice(3):e[1],o=In(e[0]);return{prefix:o,iconName:Xt(o,r)||r}}if(typeof e=="string"&&(e.indexOf("".concat(k.cssPrefix,"-"))>-1||e.match(S3))){var a=Pn(e.split(" "),{skipLookups:!0});return{prefix:a.prefix||St(),iconName:Xt(a.prefix,a.iconName)||a.iconName}}if(typeof e=="string"){var i=St();return{prefix:i,iconName:Xt(i,e)||e}}}},Oe={noAuto:Q3,config:k,dom:e6,parse:t6,library:u4,findIconDefinition:Us,toHtml:Io},r6=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=e.autoReplaceSvgRoot,o=r===void 0?q:r;(Object.keys(Be.styles).length>0||k.autoFetchSvg)&&ct&&k.autoReplaceSvg&&Oe.dom.i2svg({node:o})};function zn(t,e){return Object.defineProperty(t,"abstract",{get:e}),Object.defineProperty(t,"html",{get:function(){return t.abstract.map(function(o){return Io(o)})}}),Object.defineProperty(t,"node",{get:function(){if(ct){var o=q.createElement("div");return o.innerHTML=t.html,o.children}}}),t}function o6(t){var e=t.children,r=t.main,o=t.mask,a=t.attributes,i=t.styles,s=t.transform;if(Ys(s)&&r.found&&!o.found){var c=r.width,d=r.height,u={x:c/d/2,y:.5};a.style=kn(_(_({},i),{},{"transform-origin":"".concat(u.x+s.x/16,"em ").concat(u.y+s.y/16,"em")}))}return[{tag:"svg",attributes:a,children:e}]}function n6(t){var e=t.prefix,r=t.iconName,o=t.children,a=t.attributes,i=t.symbol,s=i===!0?"".concat(e,"-").concat(k.cssPrefix,"-").concat(r):i;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:_(_({},a),{},{id:s}),children:o}]}]}function a6(t){var e=["aria-label","aria-labelledby","title","role"];return e.some(function(r){return r in t})}function Qs(t){var e=t.icons,r=e.main,o=e.mask,a=t.prefix,i=t.iconName,s=t.transform,c=t.symbol,d=t.maskId,u=t.extra,m=t.watchable,h=m===void 0?!1:m,y=o.found?o:r,b=y.width,x=y.height,C=[k.replacementClass,i?"".concat(k.cssPrefix,"-").concat(i):""].filter(function(A){return u.classes.indexOf(A)===-1}).filter(function(A){return A!==""||!!A}).concat(u.classes).join(" "),O={children:[],attributes:_(_({},u.attributes),{},{"data-prefix":a,"data-icon":i,class:C,role:u.attributes.role||"img",viewBox:"0 0 ".concat(b," ").concat(x)})};!a6(u.attributes)&&!u.attributes["aria-hidden"]&&(O.attributes["aria-hidden"]="true"),h&&(O.attributes[Jt]="");var R=_(_({},O),{},{prefix:a,iconName:i,main:r,mask:o,maskId:d,transform:s,symbol:c,styles:_({},u.styles)}),N=o.found&&r.found?Ct("generateAbstractMask",R)||{children:[],attributes:{}}:Ct("generateAbstractIcon",R)||{children:[],attributes:{}},E=N.children,S=N.attributes;return R.children=E,R.attributes=S,c?n6(R):o6(R)}function r0(t){var e=t.content,r=t.width,o=t.height,a=t.transform,i=t.extra,s=t.watchable,c=s===void 0?!1:s,d=_(_({},i.attributes),{},{class:i.classes.join(" ")});c&&(d[Jt]="");var u=_({},i.styles);Ys(a)&&(u.transform=k3({transform:a,startCentered:!0,width:r,height:o}),u["-webkit-transform"]=u.transform);var m=kn(u);m.length>0&&(d.style=m);var h=[];return h.push({tag:"span",attributes:d,children:[e]}),h}function i6(t){var e=t.content,r=t.extra,o=_(_({},r.attributes),{},{class:r.classes.join(" ")}),a=kn(r.styles);a.length>0&&(o.style=a);var i=[];return i.push({tag:"span",attributes:o,children:[e]}),i}var Rs=Be.styles;function Fs(t){var e=t[0],r=t[1],o=t.slice(4),a=Tn(o,1),i=a[0],s=null;return Array.isArray(i)?s={tag:"g",attributes:{class:"".concat(k.cssPrefix,"-").concat(As.GROUP)},children:[{tag:"path",attributes:{class:"".concat(k.cssPrefix,"-").concat(As.SECONDARY),fill:"currentColor",d:i[0]}},{tag:"path",attributes:{class:"".concat(k.cssPrefix,"-").concat(As.PRIMARY),fill:"currentColor",d:i[1]}}]}:s={tag:"path",attributes:{fill:"currentColor",d:i}},{found:!0,width:e,height:r,icon:s}}var s6={found:!1,width:512,height:512};function c6(t,e){!K0&&!k.showMissingIcons&&t&&console.error('Icon with name "'.concat(t,'" and prefix "').concat(e,'" is missing.'))}function Bs(t,e){var r=e;return e==="fa"&&k.styleDefault!==null&&(e=St()),new Promise(function(o,a){if(r==="fa"){var i=l4(t)||{};t=i.iconName||t,e=i.prefix||e}if(t&&e&&Rs[e]&&Rs[e][t]){var s=Rs[e][t];return o(Fs(s))}c6(t,e),o(_(_({},s6),{},{icon:k.showMissingIcons&&t?Ct("missingIconAbstract")||{}:{}}))})}var o0=function(){},$s=k.measurePerformance&&An&&An.mark&&An.measure?An:{mark:o0,measure:o0},wo='FA "7.2.0"',l6=function(e){return $s.mark("".concat(wo," ").concat(e," begins")),function(){return f4(e)}},f4=function(e){$s.mark("".concat(wo," ").concat(e," ends")),$s.measure("".concat(wo," ").concat(e),"".concat(wo," ").concat(e," begins"),"".concat(wo," ").concat(e," ends"))},ec={begin:l6,end:f4},Rn=function(){};function n0(t){var e=t.getAttribute?t.getAttribute(Jt):null;return typeof e=="string"}function d6(t){var e=t.getAttribute?t.getAttribute(Vs):null,r=t.getAttribute?t.getAttribute(Ks):null;return e&&r}function u6(t){return t&&t.classList&&t.classList.contains&&t.classList.contains(k.replacementClass)}function f6(){if(k.autoReplaceSvg===!0)return wn.replace;var t=wn[k.autoReplaceSvg];return t||wn.replace}function p6(t){return q.createElementNS("http://www.w3.org/2000/svg",t)}function h6(t){return q.createElement(t)}function p4(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.ceFn,o=r===void 0?t.tag==="svg"?p6:h6:r;if(typeof t=="string")return q.createTextNode(t);var a=o(t.tag);Object.keys(t.attributes||[]).forEach(function(s){a.setAttribute(s,t.attributes[s])});var i=t.children||[];return i.forEach(function(s){a.appendChild(p4(s,{ceFn:o}))}),a}function m6(t){var e=" ".concat(t.outerHTML," ");return e="".concat(e,"Font Awesome fontawesome.com "),e}var wn={replace:function(e){var r=e[0];if(r.parentNode)if(e[1].forEach(function(a){r.parentNode.insertBefore(p4(a),r)}),r.getAttribute(Jt)===null&&k.keepOriginalSource){var o=q.createComment(m6(r));r.parentNode.replaceChild(o,r)}else r.remove()},nest:function(e){var r=e[0],o=e[1];if(~qs(r).indexOf(k.replacementClass))return wn.replace(e);var a=new RegExp("".concat(k.cssPrefix,"-.*"));if(delete o[0].attributes.id,o[0].attributes.class){var i=o[0].attributes.class.split(" ").reduce(function(c,d){return d===k.replacementClass||d.match(a)?c.toSvg.push(d):c.toNode.push(d),c},{toNode:[],toSvg:[]});o[0].attributes.class=i.toSvg.join(" "),i.toNode.length===0?r.removeAttribute("class"):r.setAttribute("class",i.toNode.join(" "))}var s=o.map(function(c){return Io(c)}).join(`
1499
+ `);r.setAttribute(Jt,""),r.innerHTML=s}};function a0(t){t()}function h4(t,e){var r=typeof e=="function"?e:Rn;if(t.length===0)r();else{var o=a0;k.mutateApproach===b3&&(o=xt.requestAnimationFrame||a0),o(function(){var a=f6(),i=ec.begin("mutate");t.map(a),i(),r()})}}var tc=!1;function m4(){tc=!0}function Hs(){tc=!1}var Mn=null;function i0(t){if(G2&&k.observeMutations){var e=t.treeCallback,r=e===void 0?Rn:e,o=t.nodeCallback,a=o===void 0?Rn:o,i=t.pseudoElementsCallback,s=i===void 0?Rn:i,c=t.observeMutationsRoot,d=c===void 0?q:c;Mn=new G2(function(u){if(!tc){var m=St();Vr(u).forEach(function(h){if(h.type==="childList"&&h.addedNodes.length>0&&!n0(h.addedNodes[0])&&(k.searchPseudoElements&&s(h.target),r(h.target)),h.type==="attributes"&&h.target.parentNode&&k.searchPseudoElements&&s([h.target],!0),h.type==="attributes"&&n0(h.target)&&~A3.indexOf(h.attributeName))if(h.attributeName==="class"&&d6(h.target)){var y=Pn(qs(h.target)),b=y.prefix,x=y.iconName;h.target.setAttribute(Vs,b||m),x&&h.target.setAttribute(Ks,x)}else u6(h.target)&&a(h.target)})}}),ct&&Mn.observe(d,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function g6(){Mn&&Mn.disconnect()}function y6(t){var e=t.getAttribute("style"),r=[];return e&&(r=e.split(";").reduce(function(o,a){var i=a.split(":"),s=i[0],c=i.slice(1);return s&&c.length>0&&(o[s]=c.join(":").trim()),o},{})),r}function b6(t){var e=t.getAttribute("data-prefix"),r=t.getAttribute("data-icon"),o=t.innerText!==void 0?t.innerText.trim():"",a=Pn(qs(t));return a.prefix||(a.prefix=St()),e&&r&&(a.prefix=e,a.iconName=r),a.iconName&&a.prefix||(a.prefix&&o.length>0&&(a.iconName=H3(a.prefix,t.innerText)||Js(a.prefix,t4(t.innerText))),!a.iconName&&k.autoFetchSvg&&t.firstChild&&t.firstChild.nodeType===Node.TEXT_NODE&&(a.iconName=t.firstChild.data)),a}function v6(t){var e=Vr(t.attributes).reduce(function(r,o){return r.name!=="class"&&r.name!=="style"&&(r[o.name]=o.value),r},{});return e}function x6(){return{iconName:null,prefix:null,transform:qe,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function s0(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0},r=b6(t),o=r.iconName,a=r.prefix,i=r.rest,s=v6(t),c=Ds("parseNodeAttributes",{},t),d=e.styleParser?y6(t):[];return _({iconName:o,prefix:a,transform:qe,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:i,styles:d,attributes:s}},c)}var S6=Be.styles;function g4(t){var e=k.autoReplaceSvg==="nest"?s0(t,{styleParser:!1}):s0(t);return~e.extra.classes.indexOf(q0)?Ct("generateLayersText",t,e):Ct("generateSvgReplacementMutation",t,e)}function C6(){return[].concat($e($0),$e(H0))}function c0(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!ct)return Promise.resolve();var r=q.documentElement.classList,o=function(h){return r.add("".concat(V2,"-").concat(h))},a=function(h){return r.remove("".concat(V2,"-").concat(h))},i=k.autoFetchSvg?C6():C0.concat(Object.keys(S6));i.includes("fa")||i.push("fa");var s=[".".concat(q0,":not([").concat(Jt,"])")].concat(i.map(function(m){return".".concat(m,":not([").concat(Jt,"])")})).join(", ");if(s.length===0)return Promise.resolve();var c=[];try{c=Vr(t.querySelectorAll(s))}catch{}if(c.length>0)o("pending"),a("complete");else return Promise.resolve();var d=ec.begin("onTree"),u=c.reduce(function(m,h){try{var y=g4(h);y&&m.push(y)}catch(b){K0||b.name==="MissingIcon"&&console.error(b)}return m},[]);return new Promise(function(m,h){Promise.all(u).then(function(y){h4(y,function(){o("active"),o("complete"),a("pending"),typeof e=="function"&&e(),d(),m()})}).catch(function(y){d(),h(y)})})}function E6(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;g4(t).then(function(r){r&&h4([r],e)})}function A6(t){return function(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=(e||{}).icon?e:Us(e||{}),a=r.mask;return a&&(a=(a||{}).icon?a:Us(a||{})),t(o,_(_({},r),{},{mask:a}))}}var L6=function(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=r.transform,a=o===void 0?qe:o,i=r.symbol,s=i===void 0?!1:i,c=r.mask,d=c===void 0?null:c,u=r.maskId,m=u===void 0?null:u,h=r.classes,y=h===void 0?[]:h,b=r.attributes,x=b===void 0?{}:b,C=r.styles,O=C===void 0?{}:C;if(e){var R=e.prefix,N=e.iconName,E=e.icon;return zn(_({type:"icon"},e),function(){return Qt("beforeDOMElementCreation",{iconDefinition:e,params:r}),Qs({icons:{main:Fs(E),mask:d?Fs(d.icon):{found:!1,width:null,height:null,icon:{}}},prefix:R,iconName:N,transform:_(_({},qe),a),symbol:s,maskId:m,extra:{attributes:x,styles:O,classes:y}})})}},O6={mixout:function(){return{icon:A6(L6)}},hooks:function(){return{mutationObserverCallbacks:function(r){return r.treeCallback=c0,r.nodeCallback=E6,r}}},provides:function(e){e.i2svg=function(r){var o=r.node,a=o===void 0?q:o,i=r.callback,s=i===void 0?function(){}:i;return c0(a,s)},e.generateSvgReplacementMutation=function(r,o){var a=o.iconName,i=o.prefix,s=o.transform,c=o.symbol,d=o.mask,u=o.maskId,m=o.extra;return new Promise(function(h,y){Promise.all([Bs(a,i),d.iconName?Bs(d.iconName,d.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(b){var x=Tn(b,2),C=x[0],O=x[1];h([r,Qs({icons:{main:C,mask:O},prefix:i,iconName:a,transform:s,symbol:c,maskId:u,extra:m,watchable:!0})])}).catch(y)})},e.generateAbstractIcon=function(r){var o=r.children,a=r.attributes,i=r.main,s=r.transform,c=r.styles,d=kn(c);d.length>0&&(a.style=d);var u;return Ys(s)&&(u=Ct("generateAbstractTransformGrouping",{main:i,transform:s,containerWidth:i.width,iconWidth:i.width})),o.push(u||i.icon),{children:o,attributes:a}}}},R6={mixout:function(){return{layer:function(r){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=o.classes,i=a===void 0?[]:a;return zn({type:"layer"},function(){Qt("beforeDOMElementCreation",{assembler:r,params:o});var s=[];return r(function(c){Array.isArray(c)?c.map(function(d){s=s.concat(d.abstract)}):s=s.concat(c.abstract)}),[{tag:"span",attributes:{class:["".concat(k.cssPrefix,"-layers")].concat($e(i)).join(" ")},children:s}]})}}}},w6={mixout:function(){return{counter:function(r){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=o.title,i=a===void 0?null:a,s=o.classes,c=s===void 0?[]:s,d=o.attributes,u=d===void 0?{}:d,m=o.styles,h=m===void 0?{}:m;return zn({type:"counter",content:r},function(){return Qt("beforeDOMElementCreation",{content:r,params:o}),i6({content:r.toString(),title:i,extra:{attributes:u,styles:h,classes:["".concat(k.cssPrefix,"-layers-counter")].concat($e(c))}})})}}}},_6={mixout:function(){return{text:function(r){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=o.transform,i=a===void 0?qe:a,s=o.classes,c=s===void 0?[]:s,d=o.attributes,u=d===void 0?{}:d,m=o.styles,h=m===void 0?{}:m;return zn({type:"text",content:r},function(){return Qt("beforeDOMElementCreation",{content:r,params:o}),r0({content:r,transform:_(_({},qe),i),extra:{attributes:u,styles:h,classes:["".concat(k.cssPrefix,"-layers-text")].concat($e(c))}})})}}},provides:function(e){e.generateLayersText=function(r,o){var a=o.transform,i=o.extra,s=null,c=null;if(x0){var d=parseInt(getComputedStyle(r).fontSize,10),u=r.getBoundingClientRect();s=u.width/d,c=u.height/d}return Promise.resolve([r,r0({content:r.innerHTML,width:s,height:c,transform:a,extra:i,watchable:!0})])}}},y4=new RegExp('"',"ug"),l0=[1105920,1112319],d0=_(_(_(_({},{FontAwesome:{normal:"fas",400:"fas"}}),lp),g3),bp),Gs=Object.keys(d0).reduce(function(t,e){return t[e.toLowerCase()]=d0[e],t},{}),N6=Object.keys(Gs).reduce(function(t,e){var r=Gs[e];return t[e]=r[900]||$e(Object.entries(r))[0][1],t},{});function M6(t){var e=t.replace(y4,"");return t4($e(e)[0]||"")}function T6(t){var e=t.getPropertyValue("font-feature-settings").includes("ss01"),r=t.getPropertyValue("content"),o=r.replace(y4,""),a=o.codePointAt(0),i=a>=l0[0]&&a<=l0[1],s=o.length===2?o[0]===o[1]:!1;return i||s||e}function k6(t,e){var r=t.replace(/^['"]|['"]$/g,"").toLowerCase(),o=parseInt(e),a=isNaN(o)?"normal":o;return(Gs[r]||{})[a]||N6[r]}function u0(t,e){var r="".concat(y3).concat(e.replace(":","-"));return new Promise(function(o,a){if(t.getAttribute(r)!==null)return o();var i=Vr(t.children),s=i.filter(function(T){return T.getAttribute(Ts)===e})[0],c=xt.getComputedStyle(t,e),d=c.getPropertyValue("font-family"),u=d.match(C3),m=c.getPropertyValue("font-weight"),h=c.getPropertyValue("content");if(s&&!u)return t.removeChild(s),o();if(u&&h!=="none"&&h!==""){var y=c.getPropertyValue("content"),b=k6(d,m),x=M6(y),C=u[0].startsWith("FontAwesome"),O=T6(c),R=Js(b,x),N=R;if(C){var E=G3(x);E.iconName&&E.prefix&&(R=E.iconName,b=E.prefix)}if(R&&!O&&(!s||s.getAttribute(Vs)!==b||s.getAttribute(Ks)!==N)){t.setAttribute(r,N),s&&t.removeChild(s);var S=x6(),A=S.extra;A.attributes[Ts]=e,Bs(R,b).then(function(T){var F=Qs(_(_({},S),{},{icons:{main:T,mask:d4()},prefix:b,iconName:N,extra:A,watchable:!0})),Y=q.createElementNS("http://www.w3.org/2000/svg","svg");e==="::before"?t.insertBefore(Y,t.firstChild):t.appendChild(Y),Y.outerHTML=F.map(function(H){return Io(H)}).join(`
1500
+ `),t.removeAttribute(r),o()}).catch(a)}else o()}else o()})}function I6(t){return Promise.all([u0(t,"::before"),u0(t,"::after")])}function P6(t){return t.parentNode!==document.head&&!~v3.indexOf(t.tagName.toUpperCase())&&!t.getAttribute(Ts)&&(!t.parentNode||t.parentNode.tagName!=="svg")}var z6=function(e){return!!e&&V0.some(function(r){return e.includes(r)})},D6=function(e){if(!e)return[];var r=new Set,o=e.split(/,(?![^()]*\))/).map(function(d){return d.trim()});o=o.flatMap(function(d){return d.includes("(")?d:d.split(",").map(function(u){return u.trim()})});var a=On(o),i;try{for(a.s();!(i=a.n()).done;){var s=i.value;if(z6(s)){var c=V0.reduce(function(d,u){return d.replace(u,"")},s);c!==""&&c!=="*"&&r.add(c)}}}catch(d){a.e(d)}finally{a.f()}return r};function f0(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(ct){var r;if(e)r=t;else if(k.searchPseudoElementsFullScan)r=t.querySelectorAll("*");else{var o=new Set,a=On(document.styleSheets),i;try{for(a.s();!(i=a.n()).done;){var s=i.value;try{var c=On(s.cssRules),d;try{for(c.s();!(d=c.n()).done;){var u=d.value,m=D6(u.selectorText),h=On(m),y;try{for(h.s();!(y=h.n()).done;){var b=y.value;o.add(b)}}catch(C){h.e(C)}finally{h.f()}}}catch(C){c.e(C)}finally{c.f()}}catch(C){k.searchPseudoElementsWarnings&&console.warn("Font Awesome: cannot parse stylesheet: ".concat(s.href," (").concat(C.message,`)
1501
+ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered as SVG icons. Add crossorigin="anonymous" to the <link>, enable searchPseudoElementsFullScan for slower but more thorough DOM parsing, or suppress this warning by setting searchPseudoElementsWarnings to false.`))}}}catch(C){a.e(C)}finally{a.f()}if(!o.size)return;var x=Array.from(o).join(", ");try{r=t.querySelectorAll(x)}catch{}}return new Promise(function(C,O){var R=Vr(r).filter(P6).map(I6),N=ec.begin("searchPseudoElements");m4(),Promise.all(R).then(function(){N(),Hs(),C()}).catch(function(){N(),Hs(),O()})})}}var U6={hooks:function(){return{mutationObserverCallbacks:function(r){return r.pseudoElementsCallback=f0,r}}},provides:function(e){e.pseudoElements2svg=function(r){var o=r.node,a=o===void 0?q:o;k.searchPseudoElements&&f0(a)}}},p0=!1,F6={mixout:function(){return{dom:{unwatch:function(){m4(),p0=!0}}}},hooks:function(){return{bootstrap:function(){i0(Ds("mutationObserverCallbacks",{}))},noAuto:function(){g6()},watch:function(r){var o=r.observeMutationsRoot;p0?Hs():i0(Ds("mutationObserverCallbacks",{observeMutationsRoot:o}))}}}},h0=function(e){var r={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return e.toLowerCase().split(" ").reduce(function(o,a){var i=a.toLowerCase().split("-"),s=i[0],c=i.slice(1).join("-");if(s&&c==="h")return o.flipX=!0,o;if(s&&c==="v")return o.flipY=!0,o;if(c=parseFloat(c),isNaN(c))return o;switch(s){case"grow":o.size=o.size+c;break;case"shrink":o.size=o.size-c;break;case"left":o.x=o.x-c;break;case"right":o.x=o.x+c;break;case"up":o.y=o.y-c;break;case"down":o.y=o.y+c;break;case"rotate":o.rotate=o.rotate+c;break}return o},r)},B6={mixout:function(){return{parse:{transform:function(r){return h0(r)}}}},hooks:function(){return{parseNodeAttributes:function(r,o){var a=o.getAttribute("data-fa-transform");return a&&(r.transform=h0(a)),r}}},provides:function(e){e.generateAbstractTransformGrouping=function(r){var o=r.main,a=r.transform,i=r.containerWidth,s=r.iconWidth,c={transform:"translate(".concat(i/2," 256)")},d="translate(".concat(a.x*32,", ").concat(a.y*32,") "),u="scale(".concat(a.size/16*(a.flipX?-1:1),", ").concat(a.size/16*(a.flipY?-1:1),") "),m="rotate(".concat(a.rotate," 0 0)"),h={transform:"".concat(d," ").concat(u," ").concat(m)},y={transform:"translate(".concat(s/2*-1," -256)")},b={outer:c,inner:h,path:y};return{tag:"g",attributes:_({},b.outer),children:[{tag:"g",attributes:_({},b.inner),children:[{tag:o.icon.tag,children:o.icon.children,attributes:_(_({},o.icon.attributes),b.path)}]}]}}}},ws={x:0,y:0,width:"100%",height:"100%"};function m0(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return t.attributes&&(t.attributes.fill||e)&&(t.attributes.fill="black"),t}function $6(t){return t.tag==="g"?t.children:[t]}var H6={hooks:function(){return{parseNodeAttributes:function(r,o){var a=o.getAttribute("data-fa-mask"),i=a?Pn(a.split(" ").map(function(s){return s.trim()})):d4();return i.prefix||(i.prefix=St()),r.mask=i,r.maskId=o.getAttribute("data-fa-mask-id"),r}}},provides:function(e){e.generateAbstractMask=function(r){var o=r.children,a=r.attributes,i=r.main,s=r.mask,c=r.maskId,d=r.transform,u=i.width,m=i.icon,h=s.width,y=s.icon,b=T3({transform:d,containerWidth:h,iconWidth:u}),x={tag:"rect",attributes:_(_({},ws),{},{fill:"white"})},C=m.children?{children:m.children.map(m0)}:{},O={tag:"g",attributes:_({},b.inner),children:[m0(_({tag:m.tag,attributes:_(_({},m.attributes),b.path)},C))]},R={tag:"g",attributes:_({},b.outer),children:[O]},N="mask-".concat(c||q2()),E="clip-".concat(c||q2()),S={tag:"mask",attributes:_(_({},ws),{},{id:N,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[x,R]},A={tag:"defs",children:[{tag:"clipPath",attributes:{id:E},children:$6(y)},S]};return o.push(A,{tag:"rect",attributes:_({fill:"currentColor","clip-path":"url(#".concat(E,")"),mask:"url(#".concat(N,")")},ws)}),{children:o,attributes:a}}}},G6={provides:function(e){var r=!1;xt.matchMedia&&(r=xt.matchMedia("(prefers-reduced-motion: reduce)").matches),e.missingIconAbstract=function(){var o=[],a={fill:"currentColor"},i={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};o.push({tag:"path",attributes:_(_({},a),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var s=_(_({},i),{},{attributeName:"opacity"}),c={tag:"circle",attributes:_(_({},a),{},{cx:"256",cy:"364",r:"28"}),children:[]};return r||c.children.push({tag:"animate",attributes:_(_({},i),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:_(_({},s),{},{values:"1;0;1;1;0;1;"})}),o.push(c),o.push({tag:"path",attributes:_(_({},a),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:r?[]:[{tag:"animate",attributes:_(_({},s),{},{values:"1;0;0;0;0;1;"})}]}),r||o.push({tag:"path",attributes:_(_({},a),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:_(_({},s),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:o}}}},W6={hooks:function(){return{parseNodeAttributes:function(r,o){var a=o.getAttribute("data-fa-symbol"),i=a===null?!1:a===""?!0:a;return r.symbol=i,r}}}},j6=[P3,O6,R6,w6,_6,U6,F6,B6,H6,G6,W6];J3(j6,{mixoutsTo:Oe});var _A=Oe.noAuto,NA=Oe.config,b4=Oe.library,MA=Oe.dom,TA=Oe.parse,kA=Oe.findIconDefinition,IA=Oe.toHtml,v4=Oe.icon,PA=Oe.layer,zA=Oe.text,DA=Oe.counter;var g;(function(t){t.LOCK_KEYHOLE="lock-keyhole",t.LINK_SIMPLE_SLASH="link-simple-slash",t.TABLE_LAYOUT="table-layout",t.LAYER_GROUP="layer-group",t.CIRCLE_INFO="circle-info",t.BARS_PROGRESS="bars-progress",t.CODE_COMPARE="code-compare",t.ARROW_TURN_RIGHT="arrow-turn-right",t.HOURGLASS_END="hourglass-end",t.BOX_ARCHIVE="box-archive",t.ARROWS_ROTATE="arrows-rotate",t.CIRCLE_DOT="circle-dot",t.ANGLES_LEFT="angles-left",t.ROUTE="route",t.BARS="bars",t.ARROW_DOWN="arrow-down",t.LOCK_KEYHOLE_OPEN="lock-keyhole-open",t.DESKTOP="desktop",t.ANGLES_RIGHT="angles-right",t.PIGGY_BANK="piggy-bank",t.ANGLE_UP="angle-up",t.SQUARE="square",t.PEN_NIB="pen-nib",t.ARROW_UP_RIGHT_FROM_SQUARE="arrow-up-right-from-square",t.GRID_2="grid-2",t.BOOKS="books",t.TAG="tag",t.ANGLES_UP_DOWN="angles-up-down",t.ARROW_ROTATE_LEFT="arrow-rotate-left",t.EYE_SLASH="eye-slash",t.CIRCLE_DOLLAR="circle-dollar",t.COMPRESS="compress",t.RADAR="radar",t.ARROW_ROTATE_RIGHT="arrow-rotate-right",t.CHART_NETWORK="chart-network",t.PLUS="plus",t.UNDERLINE="underline",t.ARROW_LEFT="arrow-left",t.UPLOAD="upload",t.ARROWS_TO_LINE="arrows-to-line",t.GLOBE="globe",t.LANGUAGE="language",t.PERSON_CHALKBOARD="person-chalkboard",t.TOGGLE_ON="toggle-on",t.DOWNLOAD="download",t.CROSSHAIRS="crosshairs",t.MESSAGE_QUOTE="message-quote",t.FILE_HTML="file-html",t.TRIANGLE_EXCLAMATION="triangle-exclamation",t.STAR="star",t.BELL_SLASH="bell-slash",t.HOURGLASS_HALF="hourglass-half",t.INBOX="inbox",t.COMMENT_DOTS="comment-dots",t.ANGLE_DOWN="angle-down",t.CLOUD_ARROW_DOWN="cloud-arrow-down",t.BOOKMARK_SLASH="bookmark-slash",t.LINK_SIMPLE="link-simple",t.CLOCK_ROTATE_LEFT="clock-rotate-left",t.PLUG="plug",t.CHART_SIMPLE="chart-simple",t.CIRCLE_PLAY="circle-play",t.FILE_MAGNIFYING_GLASS="file-magnifying-glass",t.PEN="pen",t.TABLET="tablet",t.CIRCLE_CHECK="circle-check",t.FILE_INVOICE="file-invoice",t.XMARK="xmark",t.ARROW_RIGHT="arrow-right",t.BOOKMARK="bookmark",t.EXPAND_WIDE="expand-wide",t.USER="user",t.SERVER="server",t.CALENDAR_RANGE="calendar-range",t.BROOM_WIDE="broom-wide",t.HOUSE="house",t.ARROWS_UP_DOWN_LEFT_RIGHT="arrows-up-down-left-right",t.WIFI_SLASH="wifi-slash",t.USER_LOCK="user-lock",t.CHECK="check",t.ITALIC="italic",t.LIFE_RING="life-ring",t.TABLE_CELLS="table-cells",t.TRASH_CAN="trash-can",t.WRENCH="wrench",t.PAPERCLIP="paperclip",t.CABINET_FILING="cabinet-filing",t.ARROW_UP="arrow-up",t.FILE="file",t.CIRCLE_QUESTION="circle-question",t.COLUMNS_3="columns-3",t.GEAR="gear",t.CIRCLE_ARROW_DOWN="circle-arrow-down",t.CHART_LINE="chart-line",t.THUMBS_UP="thumbs-up",t.HAND="hand",t.CIRCLE="circle",t.CALENDAR_DAY="calendar-day",t.CLOUD="cloud",t.LIST_TREE="list-tree",t.ARROWS_MAXIMIZE="arrows-maximize",t.ANGLE_RIGHT="angle-right",t.SPARKLES="sparkles",t.CODE="code",t.ALIGN_CENTER="align-center",t.COMMENT_QUESTION="comment-question",t.IMAGE="image",t.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="arrow-up-right-and-arrow-down-left-from-center",t.THUMBS_DOWN="thumbs-down",t.DIAGRAM_SANKEY="diagram-sankey",t.MESSAGE_CHECK="message-check",t.BOLD="bold",t.CIRCLE_STOP="circle-stop",t.ARROW_RIGHT_TO_BRACKET="arrow-right-to-bracket",t.USERS="users",t.ARROW_TURN_DOWN_RIGHT="arrow-turn-down-right",t.PRINT="print",t.ALIGN_RIGHT="align-right",t.FLASK="flask",t.MAGNIFYING_GLASS_PLUS="magnifying-glass-plus",t.PHOTO_FILM="photo-film",t.SHIELD_CHECK="shield-check",t.STRIKETHROUGH="strikethrough",t.FOLDER_OPEN="folder-open",t.CLONE="clone",t.HEART="heart",t.PAPER_PLANE="paper-plane",t.MAGNIFYING_GLASS_MINUS="magnifying-glass-minus",t.BOOK="book",t.CLOCK="clock",t.ELLIPSIS_VERTICAL="ellipsis-vertical",t.ARROW_RIGHT_TO_LINE="arrow-right-to-line",t.ANGLE_LEFT="angle-left",t.CALENDAR_CIRCLE_EXCLAMATION="calendar-circle-exclamation",t.EXPAND="expand",t.EQUALS="equals",t.RECEIPT="receipt",t.EYE="eye",t.ALIGN_LEFT="align-left",t.PAINTBRUSH="paintbrush",t.KEY="key",t.PALETTE="palette",t.FLOPPY_DISK="floppy-disk",t.MAGNIFYING_GLASS="magnifying-glass",t.ELLIPSIS="ellipsis",t.SHARE_NODES="share-nodes",t.ARROWS_FROM_LINE="arrows-from-line",t.POWER_OFF="power-off",t.ENVELOPE_OPEN_TEXT="envelope-open-text",t.CIRCLE_PAUSE="circle-pause",t.MOBILE="mobile",t.BELL="bell",t.HYPHEN="hyphen",t.FILTER="filter",t.MEDAL="medal",t.CLOUD_SLASH="cloud-slash",t.ARROW_TURN_LEFT="arrow-turn-left",t.MINUS="minus",t.PASTE="paste",t.CALENDAR_CHECK="calendar-check",t.SORT_DOWN="sort-down",t.HEXAGON_XMARK="hexagon-xmark",t.CARET_LARGE_DOWN="caret-large-down",t.PAUSE="pause",t.CHART_MIXED="chart-mixed",t.CARET_LARGE_LEFT="caret-large-left",t.CARET_DOWN="caret-down",t.ROBOT="robot",t.WAND_MAGIC_SPARKLES="wand-magic-sparkles",t.HEXAGON_EXCLAMATION="hexagon-exclamation",t.CUBES="cubes",t.TURN_RIGHT="turn-right",t.CARET_LARGE_UP="caret-large-up",t.SQUARE_INFO="square-info",t.SORT="sort",t.MESSAGE_BOT="message-bot",t.PLAY="play",t.TURN_LEFT="turn-left",t.OCTAGON_XMARK="octagon-xmark",t.ADDRESS_CARD="address-card",t.CROWN="crown",t.SQUARE_CHECK="square-check",t.SPINNER_SCALE="spinner-scale",t.GRIP_LINES="grip-lines",t.CHART_AREA="chart-area",t.TRASH="trash",t.SORT_UP="sort-up",t.USER_TIE="user-tie",t.CARET_LARGE_RIGHT="caret-large-right",t.CIRCLE_SMALL="circle-small",t.SQUARE_MINUS="square-minus",t.SQUARE_POLL_VERTICAL_REGULAR="square-poll-vertical-regular",t.PREVIEW_REGULAR="preview-regular",t.LANGUAGE_SLASH_REGULAR="language-slash-regular",t.CIRCLE_USER_CIRCLE_CHECK_SOLID="circle-user-circle-check-solid",t.FOLDER_OPEN_LOCK_REGULAR="folder-open-lock-regular",t.TABLE_CELLS_SLASH_REGULAR="table-cells-slash-regular",t.PIP_WIDE_REGULAR="pip-wide-regular",t.CLOUD_SLASH_GEAR_REGULAR="cloud-slash-gear-regular",t.CIRCLE_DASHED_DOLLAR_QUESTION_REGULAR="circle-dashed-dollar-question-regular",t.PAPER_PLANE_REGULAR="paper-plane-regular",t.CABINET_FILING_FLOPPY_DISK_REGULAR="cabinet-filing-floppy-disk-regular",t.USER_GEAR_REGULAR="user-gear-regular",t.CHART_BAR_STACKED_REGULAR="chart-bar-stacked-regular",t.CODE_COMPARE_SOLID="code-compare-solid",t.FILE_ROTATE_RIGHT_SOLID="file-rotate-right-solid",t.CONSUMER_REGULAR="consumer-regular",t.HOUSE_MAGNIFYING_GLASS_REGULAR="house-magnifying-glass-regular",t.LEFT_PANEL_SOLID="left-panel-solid",t.LIST_MAGNIFYING_GLASS_REGULAR="list-magnifying-glass-regular",t.THUMBS_UP_THUMBS_DOWN_SOLID="thumbs-up-thumbs-down-solid",t.SCHEDULED_REGULAR="scheduled-regular",t.WAND_MAGIC_SPARKLES_REGULAR="wand-magic-sparkles-regular",t.HOURGLASS_END_REGULAR="hourglass-end-regular",t.FILE_LINES_GEAR_REGULAR="file-lines-gear-regular",t.USER_LOCK_REGULAR="user-lock-regular",t.HOURGLASS_HALF_CIRCLE_CHECK_REGULAR="hourglass-half-circle-check-regular",t.CONTEXT_MENU_CURSOR_REGULAR="context-menu-cursor-regular",t.BARS_PROGRESS_REGULAR="bars-progress-regular",t.HOURGLASS_HALF_REGULAR="hourglass-half-regular",t.PAPER_PLANE_SLASH_REGULAR="paper-plane-slash-regular",t.BINDER_OPEN_ARROW_RIGHT_REGULAR="binder-open-arrow-right-regular",t.BELL_CIRCLE_PLUS_REGULAR="bell-circle-plus-regular",t.DIAGRAM_SUNBURST_REGULAR="diagram-sunburst-regular",t.BULLETS_LINE_REGULAR="bullets-line-regular",t.LANGUAGE_CIRCLE_EXCLAMATION_REGULAR="language-circle-exclamation-regular",t.MESSAGE_BOT_CIRCLE_BOT_SOLID="message-bot-circle-bot-solid",t.MOBILE_LANDSCAPE_REGULAR="mobile-landscape-regular",t.BINDER_OPEN_PEN_REGULAR="binder-open-pen-regular",t.THRESHOLD_REGULAR="threshold-regular",t.BOOKMARK_CIRCLE_PLUS_REGULAR="bookmark-circle-plus-regular",t.SHARED_SOLID="shared-solid",t.BINDER_OPEN_REGULAR="binder-open-regular",t.BOOK_OPEN_GEAR_REGULAR="book-open-gear-regular",t.CIRCLE_ARROW_DOWN_SLASH_REGULAR="circle-arrow-down-slash-regular",t.BINDER_OPEN_ARROW_LEFT_REGULAR="binder-open-arrow-left-regular",t.LEFT_PANEL_REGULAR="left-panel-regular",t.FORMAT_CLEAR_REGULAR="format-clear-regular",t.MAGNIFYING_GLASS_ONE_REGULAR="magnifying-glass-one-regular",t.CIRCLE_DOLLAR_SLASH_REGULAR="circle-dollar-slash-regular",t.TRANSLATION_SPARKLE_SOLID="translation-sparkle-solid",t.PIP_REGULAR="pip-regular",t.SERVER_CIRCLE_ARROW_DOWN_REGULAR="server-circle-arrow-down-regular",t.CHART_BAR_GROUPED_REGULAR="chart-bar-grouped-regular",t.LANGUAGE_REGULAR="language-regular",t.COMPUTER_MOUSE_MAGNIFYING_GLASS_REGULAR="computer-mouse-magnifying-glass-regular",t.USER_CIRCLE_CHECK_REGULAR="user-circle-check-regular",t.CLONE_LINK_SIMPLE_REGULAR="clone-link-simple-regular",t.CHART_LINE_USER_REGULAR="chart-line-user-regular",t.CONTEXT_REGULAR="context-regular",t.BULLETS_LINES_REGULAR="bullets-lines-regular",t.MAGNIFYING_GLASS_FLOPPY_DISK_REGULAR="magnifying-glass-floppy-disk-regular",t.BOOK_OPEN_GEAR_SLASH_REGULAR="book-open-gear-slash-regular",t.BOOKMARK_CIRCLE_MINUS_REGULAR="bookmark-circle-minus-regular",t.CIRCLE_USER_SLASH_SOLID="circle-user-slash-solid",t.TABLET_LANDSCAPE_REGULAR="tablet-landscape-regular",t.BOX_HTML_REGULAR="box-html-regular",t.MAGNIFYING_GLASS_BACK_REGULAR="magnifying-glass-back-regular",t.CHART_BAR_NORMALIZED_REGULAR="chart-bar-normalized-regular"})(g||(g={}));var BA={[g.LOCK_KEYHOLE]:[p.regular,p.solid],[g.LINK_SIMPLE_SLASH]:[p.regular],[g.TABLE_LAYOUT]:[p.regular],[g.LAYER_GROUP]:[p.regular],[g.CIRCLE_INFO]:[p.regular],[g.BARS_PROGRESS]:[p.regular],[g.CODE_COMPARE]:[p.regular,p.solid],[g.ARROW_TURN_RIGHT]:[p.regular],[g.HOURGLASS_END]:[p.regular],[g.BOX_ARCHIVE]:[p.regular,p.solid],[g.ARROWS_ROTATE]:[p.regular],[g.CIRCLE_DOT]:[p.regular],[g.ANGLES_LEFT]:[p.regular],[g.ROUTE]:[p.regular],[g.BARS]:[p.regular],[g.ARROW_DOWN]:[p.regular],[g.LOCK_KEYHOLE_OPEN]:[p.regular,p.solid],[g.DESKTOP]:[p.regular],[g.ANGLES_RIGHT]:[p.regular],[g.PIGGY_BANK]:[p.regular],[g.ANGLE_UP]:[p.regular],[g.SQUARE]:[p.regular],[g.PEN_NIB]:[p.regular],[g.ARROW_UP_RIGHT_FROM_SQUARE]:[p.regular],[g.GRID_2]:[p.regular],[g.BOOKS]:[p.regular,p.solid],[g.TAG]:[p.regular,p.solid],[g.ANGLES_UP_DOWN]:[p.regular],[g.ARROW_ROTATE_LEFT]:[p.regular],[g.EYE_SLASH]:[p.regular],[g.CIRCLE_DOLLAR]:[p.regular,p.solid],[g.COMPRESS]:[p.regular],[g.RADAR]:[p.regular],[g.ARROW_ROTATE_RIGHT]:[p.regular],[g.CHART_NETWORK]:[p.regular],[g.PLUS]:[p.regular],[g.UNDERLINE]:[p.regular],[g.ARROW_LEFT]:[p.regular],[g.UPLOAD]:[p.regular],[g.ARROWS_TO_LINE]:[p.regular],[g.GLOBE]:[p.regular],[g.LANGUAGE]:[p.regular],[g.PERSON_CHALKBOARD]:[p.regular],[g.TOGGLE_ON]:[p.regular],[g.DOWNLOAD]:[p.regular],[g.CROSSHAIRS]:[p.regular],[g.MESSAGE_QUOTE]:[p.regular,p.solid],[g.FILE_HTML]:[p.regular],[g.TRIANGLE_EXCLAMATION]:[p.regular,p.solid],[g.STAR]:[p.regular,p.solid],[g.BELL_SLASH]:[p.regular,p.solid],[g.HOURGLASS_HALF]:[p.regular],[g.INBOX]:[p.regular],[g.COMMENT_DOTS]:[p.regular],[g.ANGLE_DOWN]:[p.regular],[g.CLOUD_ARROW_DOWN]:[p.regular],[g.BOOKMARK_SLASH]:[p.regular],[g.LINK_SIMPLE]:[p.regular],[g.CLOCK_ROTATE_LEFT]:[p.regular],[g.PLUG]:[p.regular],[g.CHART_SIMPLE]:[p.regular],[g.CIRCLE_PLAY]:[p.regular],[g.FILE_MAGNIFYING_GLASS]:[p.regular],[g.PEN]:[p.regular],[g.TABLET]:[p.regular],[g.CIRCLE_CHECK]:[p.regular,p.solid],[g.FILE_INVOICE]:[p.regular],[g.XMARK]:[p.regular,p.solid],[g.ARROW_RIGHT]:[p.regular],[g.BOOKMARK]:[p.regular,p.solid],[g.EXPAND_WIDE]:[p.regular],[g.USER]:[p.regular,p.solid],[g.SERVER]:[p.regular,p.solid],[g.CALENDAR_RANGE]:[p.regular],[g.BROOM_WIDE]:[p.regular],[g.HOUSE]:[p.regular],[g.ARROWS_UP_DOWN_LEFT_RIGHT]:[p.regular],[g.WIFI_SLASH]:[p.regular],[g.USER_LOCK]:[p.regular],[g.CHECK]:[p.regular,p.solid],[g.ITALIC]:[p.regular],[g.LIFE_RING]:[p.regular],[g.TABLE_CELLS]:[p.regular],[g.TRASH_CAN]:[p.regular],[g.WRENCH]:[p.regular],[g.PAPERCLIP]:[p.regular],[g.CABINET_FILING]:[p.regular],[g.ARROW_UP]:[p.regular],[g.FILE]:[p.regular,p.solid],[g.CIRCLE_QUESTION]:[p.regular,p.solid],[g.COLUMNS_3]:[p.regular],[g.GEAR]:[p.regular,p.solid],[g.CIRCLE_ARROW_DOWN]:[p.regular],[g.CHART_LINE]:[p.regular],[g.THUMBS_UP]:[p.regular,p.solid],[g.HAND]:[p.regular,p.solid],[g.CIRCLE]:[p.regular,p.solid],[g.CALENDAR_DAY]:[p.regular],[g.CLOUD]:[p.regular],[g.LIST_TREE]:[p.regular],[g.ARROWS_MAXIMIZE]:[p.regular],[g.ANGLE_RIGHT]:[p.regular],[g.SPARKLES]:[p.regular],[g.CODE]:[p.regular],[g.ALIGN_CENTER]:[p.regular],[g.COMMENT_QUESTION]:[p.regular,p.solid],[g.IMAGE]:[p.regular],[g.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER]:[p.regular],[g.THUMBS_DOWN]:[p.regular,p.solid],[g.DIAGRAM_SANKEY]:[p.regular],[g.MESSAGE_CHECK]:[p.regular,p.solid],[g.BOLD]:[p.regular],[g.CIRCLE_STOP]:[p.regular,p.solid],[g.ARROW_RIGHT_TO_BRACKET]:[p.regular],[g.USERS]:[p.regular,p.solid],[g.ARROW_TURN_DOWN_RIGHT]:[p.regular],[g.PRINT]:[p.regular],[g.ALIGN_RIGHT]:[p.regular],[g.FLASK]:[p.regular],[g.MAGNIFYING_GLASS_PLUS]:[p.regular],[g.PHOTO_FILM]:[p.regular],[g.SHIELD_CHECK]:[p.regular],[g.STRIKETHROUGH]:[p.regular],[g.FOLDER_OPEN]:[p.regular],[g.CLONE]:[p.regular],[g.HEART]:[p.regular,p.solid],[g.PAPER_PLANE]:[p.regular],[g.MAGNIFYING_GLASS_MINUS]:[p.regular],[g.BOOK]:[p.regular],[g.CLOCK]:[p.regular,p.solid],[g.ELLIPSIS_VERTICAL]:[p.regular],[g.ARROW_RIGHT_TO_LINE]:[p.regular],[g.ANGLE_LEFT]:[p.regular],[g.CALENDAR_CIRCLE_EXCLAMATION]:[p.regular],[g.EXPAND]:[p.regular],[g.EQUALS]:[p.regular],[g.RECEIPT]:[p.regular],[g.EYE]:[p.regular],[g.ALIGN_LEFT]:[p.regular],[g.PAINTBRUSH]:[p.regular],[g.KEY]:[p.regular],[g.PALETTE]:[p.regular],[g.FLOPPY_DISK]:[p.regular],[g.MAGNIFYING_GLASS]:[p.regular],[g.ELLIPSIS]:[p.regular],[g.SHARE_NODES]:[p.regular],[g.ARROWS_FROM_LINE]:[p.regular],[g.POWER_OFF]:[p.regular],[g.ENVELOPE_OPEN_TEXT]:[p.regular],[g.CIRCLE_PAUSE]:[p.regular,p.solid],[g.MOBILE]:[p.regular],[g.BELL]:[p.regular,p.solid],[g.HYPHEN]:[p.regular],[g.FILTER]:[p.regular,p.solid],[g.MEDAL]:[p.regular],[g.CLOUD_SLASH]:[p.regular],[g.ARROW_TURN_LEFT]:[p.regular],[g.MINUS]:[p.regular,p.solid],[g.PASTE]:[p.regular],[g.CALENDAR_CHECK]:[p.regular],[g.SORT_DOWN]:[p.solid],[g.HEXAGON_XMARK]:[p.solid],[g.CARET_LARGE_DOWN]:[p.solid],[g.PAUSE]:[p.solid],[g.CHART_MIXED]:[p.solid],[g.CARET_LARGE_LEFT]:[p.solid],[g.CARET_DOWN]:[p.solid],[g.ROBOT]:[p.solid],[g.WAND_MAGIC_SPARKLES]:[p.solid],[g.HEXAGON_EXCLAMATION]:[p.solid],[g.CUBES]:[p.solid],[g.TURN_RIGHT]:[p.solid],[g.CARET_LARGE_UP]:[p.solid],[g.SQUARE_INFO]:[p.solid],[g.SORT]:[p.solid],[g.MESSAGE_BOT]:[p.solid],[g.PLAY]:[p.solid],[g.TURN_LEFT]:[p.solid],[g.OCTAGON_XMARK]:[p.solid],[g.ADDRESS_CARD]:[p.solid],[g.CROWN]:[p.solid],[g.SQUARE_CHECK]:[p.solid],[g.SPINNER_SCALE]:[p.solid],[g.GRIP_LINES]:[p.solid],[g.CHART_AREA]:[p.solid],[g.TRASH]:[p.solid],[g.SORT_UP]:[p.solid],[g.USER_TIE]:[p.solid],[g.CARET_LARGE_RIGHT]:[p.solid],[g.CIRCLE_SMALL]:[p.solid],[g.SQUARE_MINUS]:[p.solid],[g.SQUARE_POLL_VERTICAL_REGULAR]:[p.custom],[g.PREVIEW_REGULAR]:[p.custom],[g.LANGUAGE_SLASH_REGULAR]:[p.custom],[g.CIRCLE_USER_CIRCLE_CHECK_SOLID]:[p.custom],[g.FOLDER_OPEN_LOCK_REGULAR]:[p.custom],[g.TABLE_CELLS_SLASH_REGULAR]:[p.custom],[g.PIP_WIDE_REGULAR]:[p.custom],[g.CLOUD_SLASH_GEAR_REGULAR]:[p.custom],[g.CIRCLE_DASHED_DOLLAR_QUESTION_REGULAR]:[p.custom],[g.PAPER_PLANE_REGULAR]:[p.custom],[g.CABINET_FILING_FLOPPY_DISK_REGULAR]:[p.custom],[g.USER_GEAR_REGULAR]:[p.custom],[g.CHART_BAR_STACKED_REGULAR]:[p.custom],[g.CODE_COMPARE_SOLID]:[p.custom],[g.FILE_ROTATE_RIGHT_SOLID]:[p.custom],[g.CONSUMER_REGULAR]:[p.custom],[g.HOUSE_MAGNIFYING_GLASS_REGULAR]:[p.custom],[g.LEFT_PANEL_SOLID]:[p.custom],[g.LIST_MAGNIFYING_GLASS_REGULAR]:[p.custom],[g.THUMBS_UP_THUMBS_DOWN_SOLID]:[p.custom],[g.SCHEDULED_REGULAR]:[p.custom],[g.WAND_MAGIC_SPARKLES_REGULAR]:[p.custom],[g.HOURGLASS_END_REGULAR]:[p.custom],[g.FILE_LINES_GEAR_REGULAR]:[p.custom],[g.USER_LOCK_REGULAR]:[p.custom],[g.HOURGLASS_HALF_CIRCLE_CHECK_REGULAR]:[p.custom],[g.CONTEXT_MENU_CURSOR_REGULAR]:[p.custom],[g.BARS_PROGRESS_REGULAR]:[p.custom],[g.HOURGLASS_HALF_REGULAR]:[p.custom],[g.PAPER_PLANE_SLASH_REGULAR]:[p.custom],[g.BINDER_OPEN_ARROW_RIGHT_REGULAR]:[p.custom],[g.BELL_CIRCLE_PLUS_REGULAR]:[p.custom],[g.DIAGRAM_SUNBURST_REGULAR]:[p.custom],[g.BULLETS_LINE_REGULAR]:[p.custom],[g.LANGUAGE_CIRCLE_EXCLAMATION_REGULAR]:[p.custom],[g.MESSAGE_BOT_CIRCLE_BOT_SOLID]:[p.custom],[g.MOBILE_LANDSCAPE_REGULAR]:[p.custom],[g.BINDER_OPEN_PEN_REGULAR]:[p.custom],[g.THRESHOLD_REGULAR]:[p.custom],[g.BOOKMARK_CIRCLE_PLUS_REGULAR]:[p.custom],[g.SHARED_SOLID]:[p.custom],[g.BINDER_OPEN_REGULAR]:[p.custom],[g.BOOK_OPEN_GEAR_REGULAR]:[p.custom],[g.CIRCLE_ARROW_DOWN_SLASH_REGULAR]:[p.custom],[g.BINDER_OPEN_ARROW_LEFT_REGULAR]:[p.custom],[g.LEFT_PANEL_REGULAR]:[p.custom],[g.FORMAT_CLEAR_REGULAR]:[p.custom],[g.MAGNIFYING_GLASS_ONE_REGULAR]:[p.custom],[g.CIRCLE_DOLLAR_SLASH_REGULAR]:[p.custom],[g.TRANSLATION_SPARKLE_SOLID]:[p.custom],[g.PIP_REGULAR]:[p.custom],[g.SERVER_CIRCLE_ARROW_DOWN_REGULAR]:[p.custom],[g.CHART_BAR_GROUPED_REGULAR]:[p.custom],[g.LANGUAGE_REGULAR]:[p.custom],[g.COMPUTER_MOUSE_MAGNIFYING_GLASS_REGULAR]:[p.custom],[g.USER_CIRCLE_CHECK_REGULAR]:[p.custom],[g.CLONE_LINK_SIMPLE_REGULAR]:[p.custom],[g.CHART_LINE_USER_REGULAR]:[p.custom],[g.CONTEXT_REGULAR]:[p.custom],[g.BULLETS_LINES_REGULAR]:[p.custom],[g.MAGNIFYING_GLASS_FLOPPY_DISK_REGULAR]:[p.custom],[g.BOOK_OPEN_GEAR_SLASH_REGULAR]:[p.custom],[g.BOOKMARK_CIRCLE_MINUS_REGULAR]:[p.custom],[g.CIRCLE_USER_SLASH_SOLID]:[p.custom],[g.TABLET_LANDSCAPE_REGULAR]:[p.custom],[g.BOX_HTML_REGULAR]:[p.custom],[g.MAGNIFYING_GLASS_BACK_REGULAR]:[p.custom],[g.CHART_BAR_NORMALIZED_REGULAR]:[p.custom]},x4={[p.regular]:"far",[p.solid]:"fas",[p.custom]:"fak"};var Dn=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},ke=class extends K{constructor(){super(...arguments),this.monospace=!1,this.ariaHidden="true"}render(){let e={"ftds-icon":!0,"ftds-icon--monospace":this.monospace};return V`
1502
+ <div class="${ut(e)}">${oa(this.buildIcon())}</div>
1503
+ `}buildIcon(){let e=this.variant?x4[this.variant]:void 0,r=D2.find(o=>o.iconName===this.icon&&(e?o.prefix===e:!0));return r?(b4.add(r),v4(r).html[0]):(console.log(`Attempted usage of unknown ftds-icon : ${this.icon}/${this.variant}`),"")}};ke.elementDefinitions={};ke.styles=X1;Dn([L()],ke.prototype,"variant",void 0);Dn([L()],ke.prototype,"icon",void 0);Dn([L({type:Boolean})],ke.prototype,"monospace",void 0);Dn([L({reflect:!0,attribute:"aria-hidden"})],ke.prototype,"ariaHidden",void 0);var S4={"ftds-icon":ke};re(S4);var J=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},j=class extends Wi(fr(K)){get buttonClasses(){return{"ftds-button":!0,"ftds-button--primary":this.primary,"ftds-button--secondary":this.secondary,"ftds-button--tertiary":this.tertiary||!this.primary&&!this.secondary,"ftds-button--icon-only":!this.hasTextContent(),"ftds-button--trailing-icon":this.trailingIcon,"ftds-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ftds-button--no-icon":!this.icon,"ftds-button--round":this.round,...this.getDesignSystemBaseClasses()}}get typographyVariant(){switch(this.size){case Qe.large:return nt.body2medium;case Qe.medium:return nt.caption1medium;case Qe.small:return nt.caption2medium;default:return nt.caption1medium}}constructor(){super(),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.href=void 0,this.target=void 0,this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.ariaLabel=null,this.ariaHasPopup=null,this.ariaPressed=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.activated=!1,this.family=Mt.brand,this.addEventListener("click",e=>{var r;this.isDisabled()?(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){var e,r,o;let a=V`
1504
+ <ft-ripple part="ripple"
1505
+ ?disabled=${this.isDisabled()}
1506
+ ?activated=${this.activated}
1507
+ ></ft-ripple>
1508
+ <ftds-typography part="label"
1509
+ variant="${this.typographyVariant}"
1510
+ element="span"
1511
+ class="ftds-button--label ${ss?"ft-safari-ellipsis-fix":""}"
1512
+ ?hidden=${!this.hasTextContent()}>
1513
+ <slot @slotchange=${this.onSlotchange}></slot>
1514
+ </ftds-typography>
1515
+ ${this.resolveIcon()}
1516
+ `,i=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(i?V`
1517
+ <a href="${i}"
1518
+ target="${(e=this.target)!==null&&e!==void 0?e:"_self"}"
1519
+ part="button"
1520
+ class="${ut(this.buttonClasses)}"
1521
+ aria-label="${(r=this.ariaLabel)!==null&&r!==void 0?r:this.getLabel()}"
1522
+ ?disabled=${this.isDisabled()}>
1523
+ ${a}
1524
+ </a>
1525
+ `:V`
1526
+ <button part="button"
1527
+ class="${ut(this.buttonClasses)}"
1528
+ aria-label="${(o=this.ariaLabel)!==null&&o!==void 0?o:this.getLabel()}"
1529
+ aria-haspopup="${Ss(this.ariaHasPopup)}"
1530
+ aria-pressed="${Ss(this.ariaPressed)}"
1531
+ ?disabled=${this.isDisabled()}>
1532
+ ${a}
1533
+ </button>
1534
+ `)}addTooltipIfNeeded(e){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?V`
1535
+ <ft-tooltip part="tooltip"
1536
+ text="${this.getLabel()}"
1537
+ position="${this.tooltipPosition}">
1538
+ ${e}
1539
+ </ft-tooltip>
1540
+ `:e}resolveIcon(){return this.loading?V`
1541
+ <ft-loader part="loader icon"></ft-loader> `:this.icon?V`
1542
+ <ftds-icon part="icon" .variant=${this.iconVariant} .icon=${this.icon}></ftds-icon>
1543
+ `:V`
1544
+ <slot part="icon" name="icon"></slot>
1545
+ `}focus(){var e;(e=this.button)===null||e===void 0||e.focus()}showTooltip(){var e;(e=this.tooltip)===null||e===void 0||e.show()}showTemporaryTooltip(e,r){var o;return(o=this.tooltip)===null||o===void 0?void 0:o.showTemporaryText(e,r)}setTooltipManual(e){this.tooltip&&(this.tooltip.manual=e)}click(){var e;(e=this.button)===null||e===void 0||e.click()}getLabel(){return this.label||this.getTextContent()}getTextContent(){return qo(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};j.elementDefinitions={"ft-ripple":Q,"ft-tooltip":ce,"ftds-icon":ke,"ft-loader":Kt,"ftds-typography":at};j.styles=[ui,J1];J([L({type:Boolean})],j.prototype,"primary",void 0);J([L({type:Boolean})],j.prototype,"secondary",void 0);J([L({type:Boolean})],j.prototype,"tertiary",void 0);J([L({type:Boolean})],j.prototype,"round",void 0);J([L()],j.prototype,"href",void 0);J([L()],j.prototype,"target",void 0);J([L()],j.prototype,"type",void 0);J([L({type:Boolean})],j.prototype,"disabled",void 0);J([L()],j.prototype,"label",void 0);J([L()],j.prototype,"icon",void 0);J([L()],j.prototype,"iconVariant",void 0);J([L({type:Boolean})],j.prototype,"trailingIcon",void 0);J([L({type:Boolean})],j.prototype,"loading",void 0);J([L({attribute:"aria-label"})],j.prototype,"ariaLabel",void 0);J([L()],j.prototype,"ariaHasPopup",void 0);J([L({attribute:"aria-pressed"})],j.prototype,"ariaPressed",void 0);J([L()],j.prototype,"tooltipPosition",void 0);J([L({type:Boolean})],j.prototype,"hideTooltip",void 0);J([L({type:Boolean})],j.prototype,"forceTooltip",void 0);J([L({type:Boolean})],j.prototype,"activated",void 0);J([he(".ftds-button")],j.prototype,"button",void 0);J([he(".ftds-button--label slot")],j.prototype,"slottedContent",void 0);J([he("[part=tooltip]")],j.prototype,"tooltip",void 0);var C4={"ftds-button":j};re(C4);var Et=function(t,e,r,o){var a=arguments.length,i=a<3?e:o===null?o=Object.getOwnPropertyDescriptor(e,r):o,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")i=Reflect.decorate(t,e,r,o);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(i=(a<3?s(i):a>3?s(e,r,i):s(e,r))||i);return a>3&&i&&Object.defineProperty(e,r,i),i},rc=class extends CustomEvent{constructor(e){super("change",{detail:{file:e}})}},xe=class extends fr(K){constructor(){super(...arguments),this.disabled=!1,this.label="",this.trailingIcon=!1,this.accept=""}focus(){this.button.focus()}clear(){this.input.value=""}render(){return V`
1546
+ <div class="ftds-file-button">
1547
+ <ftds-button ?disabled=${this.disabled}
1548
+ label="${this.label}"
1549
+ family="${this.family}"
1550
+ size="${this.size}"
1551
+ icon="${this.icon}"
1552
+ .iconVariant=${this.iconVariant}
1553
+ ?trailingIcon=${this.trailingIcon}
1554
+ @click=${()=>this.input.click()}>
1555
+ <slot></slot>
1556
+ </ftds-button>
1557
+ <input class="ftds-file-button--input"
1558
+ type="file"
1559
+ accept="${this.accept}"
1560
+ @change=${this.onFileChange}
1561
+ hidden/>
1562
+ </div>
1563
+ `}onFileChange(){this.input.files.length>0&&this.dispatchEvent(new rc(this.input.files.item(0)))}};xe.elementDefinitions={"ftds-button":j};xe.styles=G1;Et([L({type:Boolean})],xe.prototype,"disabled",void 0);Et([L()],xe.prototype,"label",void 0);Et([L()],xe.prototype,"icon",void 0);Et([L()],xe.prototype,"iconVariant",void 0);Et([L({type:Boolean})],xe.prototype,"trailingIcon",void 0);Et([L()],xe.prototype,"accept",void 0);Et([he(".ftds-file-button--input")],xe.prototype,"input",void 0);Et([he("ftds-button")],xe.prototype,"button",void 0);var E4={"ftds-file-button":xe};re(E4);})();
1564
+ /*! Bundled license information:
1565
+
1566
+ @webcomponents/scoped-custom-element-registry/src/scoped-custom-element-registry.js:
1567
+ (**
1568
+ * @license
1569
+ * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
1570
+ * This code may only be used under the BSD style license found at
1571
+ * http://polymer.github.io/LICENSE.txt
1572
+ * The complete set of authors may be found at
1573
+ * http://polymer.github.io/AUTHORS.txt
1574
+ * The complete set of contributors may be found at
1575
+ * http://polymer.github.io/CONTRIBUTORS.txt
1576
+ * Code distributed by Google as part of the polymer project is also
1577
+ * subject to an additional IP rights grant found at
1578
+ * http://polymer.github.io/PATENTS.txt
1579
+ *)
1580
+
1581
+ @lit/reactive-element/css-tag.js:
1582
+ (**
1583
+ * @license
1584
+ * Copyright 2019 Google LLC
1585
+ * SPDX-License-Identifier: BSD-3-Clause
1586
+ *)
1587
+
1588
+ @lit/reactive-element/reactive-element.js:
1589
+ lit-html/lit-html.js:
1590
+ lit-element/lit-element.js:
1591
+ @lit/reactive-element/decorators/custom-element.js:
1592
+ @lit/reactive-element/decorators/property.js:
1593
+ @lit/reactive-element/decorators/state.js:
1594
+ @lit/reactive-element/decorators/event-options.js:
1595
+ @lit/reactive-element/decorators/base.js:
1596
+ @lit/reactive-element/decorators/query.js:
1597
+ @lit/reactive-element/decorators/query-all.js:
1598
+ @lit/reactive-element/decorators/query-async.js:
1599
+ @lit/reactive-element/decorators/query-assigned-nodes.js:
1600
+ lit-html/directive.js:
1601
+ lit-html/directives/repeat.js:
1602
+ lit-html/directives/unsafe-html.js:
1603
+ lit-html/async-directive.js:
1604
+ @lit/context/lib/decorators/provide.js:
1605
+ (**
1606
+ * @license
1607
+ * Copyright 2017 Google LLC
1608
+ * SPDX-License-Identifier: BSD-3-Clause
1609
+ *)
1610
+
1611
+ lit-html/is-server.js:
1612
+ @lit/context/lib/decorators/consume.js:
1613
+ (**
1614
+ * @license
1615
+ * Copyright 2022 Google LLC
1616
+ * SPDX-License-Identifier: BSD-3-Clause
1617
+ *)
1618
+
1619
+ @lit/reactive-element/decorators/query-assigned-elements.js:
1620
+ lit-html/directives/when.js:
1621
+ @lit/context/lib/context-request-event.js:
1622
+ @lit/context/lib/create-context.js:
1623
+ @lit/context/lib/controllers/context-consumer.js:
1624
+ @lit/context/lib/value-notifier.js:
1625
+ @lit/context/lib/controllers/context-provider.js:
1626
+ @lit/context/lib/context-root.js:
1627
+ (**
1628
+ * @license
1629
+ * Copyright 2021 Google LLC
1630
+ * SPDX-License-Identifier: BSD-3-Clause
1631
+ *)
1632
+
1633
+ lit-html/directive-helpers.js:
1634
+ lit-html/static.js:
1635
+ (**
1636
+ * @license
1637
+ * Copyright 2020 Google LLC
1638
+ * SPDX-License-Identifier: BSD-3-Clause
1639
+ *)
1640
+
1641
+ lit-html/directives/class-map.js:
1642
+ lit-html/directives/style-map.js:
1643
+ lit-html/directives/if-defined.js:
1644
+ (**
1645
+ * @license
1646
+ * Copyright 2018 Google LLC
1647
+ * SPDX-License-Identifier: BSD-3-Clause
1648
+ *)
1649
+
1650
+ @fortawesome/fontawesome-svg-core/index.mjs:
1651
+ (*!
1652
+ * Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
1653
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
1654
+ * Copyright 2026 Fonticons, Inc.
1655
+ *)
1656
+ */