@fluid-topics/ftds-tabs 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,1275 @@
1
+ "use strict";(()=>{var b4=Object.defineProperty;var H=(t,e)=>{for(var r in e)b4(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,x){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(x)!==void 0)throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");let C=x.prototype.attributeChangedCallback,_=new Set(x.observedAttributes||[]);y(x,_,C);let z={elementClass:x,connectedCallback:x.prototype.connectedCallback,disconnectedCallback:x.prototype.disconnectedCallback,adoptedCallback:x.prototype.adoptedCallback,attributeChangedCallback:C,formAssociated:x.formAssociated,formAssociatedCallback:x.prototype.formAssociatedCallback,formDisabledCallback:x.prototype.formDisabledCallback,formResetCallback:x.prototype.formResetCallback,formStateRestoreCallback:x.prototype.formStateRestoreCallback,observedAttributes:_};this._definitionsByTag.set(E,z),this._definitionsByClass.set(x,z);let V=r.call(o,E);V||(V=h(E),e.call(o,E,V)),this===window.customElements&&(s.set(x,z),z.standInClass=V);let B=this._awaitingUpgrade.get(E);if(B){this._awaitingUpgrade.delete(E);for(let I of B)i.delete(I),v(I,z,!0)}let M=this._whenDefinedPromises.get(E);return M!==void 0&&(M.resolve(x),this._whenDefinedPromises.delete(E)),x}upgrade(){A.push(this),o.upgrade.apply(o,arguments),A.pop()}get(E){return this._definitionsByTag.get(E)?.elementClass}_getDefinition(E){return this._definitionsByTag.get(E)}whenDefined(E){let x=this._getDefinition(E);if(x!==void 0)return Promise.resolve(x.elementClass);let C=this._whenDefinedPromises.get(E);return C===void 0&&(C={},C.promise=new Promise(_=>C.resolve=_),this._whenDefinedPromises.set(E,C)),C.promise}_upgradeWhenDefined(E,x,C){let _=this._awaitingUpgrade.get(x);_||this._awaitingUpgrade.set(x,_=new Set),C?_.add(E):_.delete(E)}};let d;window.HTMLElement=function(){let x=d;if(x)return d=void 0,x;let C=s.get(this.constructor);if(!C)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return x=Reflect.construct(t,[],C.standInClass),Object.setPrototypeOf(x,this.constructor.prototype),a.set(x,C),x},window.HTMLElement.prototype=t.prototype;let u=E=>E===document||E instanceof ShadowRoot,m=E=>{let x=E.getRootNode();if(!u(x)){let C=A[A.length-1];if(C instanceof CustomElementRegistry)return C;x=C.getRootNode(),u(x)||(x=c.get(x)?.getRootNode()||document)}return x.customElements},h=E=>class{static get formAssociated(){return!0}constructor(){let C=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(C,HTMLElement.prototype);let _=m(C)||window.customElements,z=_._getDefinition(E);return z?v(C,z):i.set(C,_),C}connectedCallback(){let C=a.get(this);C?C.connectedCallback&&C.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,E,!0)}disconnectedCallback(){let C=a.get(this);C?C.disconnectedCallback&&C.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,E,!1)}adoptedCallback(){a.get(this)?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){let C=a.get(this);C&&C.formAssociated&&C?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){let C=a.get(this);C?.formAssociated&&C?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){let C=a.get(this);C?.formAssociated&&C?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){let C=a.get(this);C?.formAssociated&&C?.formStateRestoreCallback?.apply(this,arguments)}},y=(E,x,C)=>{if(x.size===0||C===void 0)return;let _=E.prototype.setAttribute;_&&(E.prototype.setAttribute=function(B,M){let I=B.toLowerCase();if(x.has(I)){let $=this.getAttribute(I);_.call(this,I,M),C.call(this,I,$,M)}else _.call(this,I,M)});let z=E.prototype.removeAttribute;z&&(E.prototype.removeAttribute=function(B){let M=B.toLowerCase();if(x.has(M)){let I=this.getAttribute(M);z.call(this,M),C.call(this,M,I,null)}else z.call(this,M)});let V=E.prototype.toggleAttribute;V&&(E.prototype.toggleAttribute=function(B,M){let I=B.toLowerCase();if(x.has(I)){let $=this.getAttribute(I);V.call(this,I,M);let Q=this.getAttribute(I);C.call(this,I,$,Q)}else V.call(this,I,M)})},b=E=>{let x=Object.getPrototypeOf(E);if(x!==window.HTMLElement)return x===t?Object.setPrototypeOf(E,window.HTMLElement):b(x)},v=(E,x,C=!1)=>{Object.setPrototypeOf(E,x.elementClass.prototype),a.set(E,x),d=E;try{new x.elementClass}catch{b(x.elementClass),new x.elementClass}x.attributeChangedCallback&&x.observedAttributes.forEach(_=>{E.hasAttribute(_)&&x.attributeChangedCallback.call(E,_,null,E.getAttribute(_))}),C&&x.connectedCallback&&E.isConnected&&x.connectedCallback.call(E)},S=Element.prototype.attachShadow;Element.prototype.attachShadow=function(E){let x=S.apply(this,arguments);return E.customElements&&(x.customElements=E.customElements),x};let A=[document],L=(E,x,C=void 0)=>{let _=(C?Object.getPrototypeOf(C):E.prototype)[x];E.prototype[x]=function(){A.push(this);let z=_.apply(C||this,arguments);return z!==void 0&&c.set(z,this),A.pop(),z}};L(ShadowRoot,"createElement",document),L(ShadowRoot,"importNode",document),L(Element,"insertAdjacentHTML");let w=(E,x)=>{let C=Object.getOwnPropertyDescriptor(E.prototype,x);Object.defineProperty(E.prototype,x,{...C,set(_){A.push(this),C.set.call(this,_),A.pop()}})};if(w(Element,"innerHTML"),w(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){let E=new WeakMap,x=HTMLElement.prototype.attachInternals,C=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...B){let M=x.call(this,...B);return E.set(M,this),M},C.forEach(B=>{let M=window.ElementInternals.prototype,I=M[B];M[B]=function(...$){let Q=E.get(this);if(a.get(Q).formAssociated===!0)return I?.call(this,...$);throw new DOMException(`Failed to execute ${I} on 'ElementInternals': The target element is not a form-associated custom element.`)}});class _ extends Array{constructor(M){super(...M),this._elements=M}get value(){return this._elements.find(M=>M.checked===!0)?.value||""}}class z{constructor(M){let I=new Map;M.forEach(($,Q)=>{let Dn=$.getAttribute("name"),Qs=I.get(Dn)||[];this[+Q]=$,Qs.push($),I.set(Dn,Qs)}),this.length=M.length,I.forEach(($,Q)=>{$&&($.length===1?this[Q]=$[0]:this[Q]=new _($))})}namedItem(M){return this[M]}}let V=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){let B=V.get.call(this,[]),M=[];for(let I of B){let $=a.get(I);(!$||$.formAssociated===!0)&&M.push(I)}return new z(M)}})}}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 Yn={};H(Yn,{CSSResult:()=>Yt,LitElement:()=>Be,ReactiveElement:()=>Ee,_$LE:()=>pc,_$LH:()=>Kn,adoptStyles:()=>jr,css:()=>k,defaultConverter:()=>Xt,getCompatibleStyle:()=>zo,html:()=>K,isServer:()=>th,mathml:()=>Vn,noChange:()=>ee,notEqual:()=>Kr,nothing:()=>W,render:()=>Zn,supportsAdoptingStyleSheets:()=>Wr,svg:()=>jn,unsafeCSS:()=>Fe});var Po=globalThis,Wr=Po.ShadowRoot&&(Po.ShadyCSS===void 0||Po.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Un=Symbol(),ec=new WeakMap,Yt=class{constructor(e,r,o){if(this._$cssResult$=!0,o!==Un)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(Wr&&e===void 0){let o=r!==void 0&&r.length===1;o&&(e=ec.get(r)),e===void 0&&((this.o=e=new CSSStyleSheet).replaceSync(this.cssText),o&&ec.set(r,e))}return e}toString(){return this.cssText}},Fe=t=>new Yt(typeof t=="string"?t:t+"",void 0,Un),k=(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 Yt(r,t,Un)},jr=(t,e)=>{if(Wr)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=Wr?t=>t:t=>t instanceof CSSStyleSheet?(e=>{let r="";for(let o of e.cssRules)r+=o.cssText;return Fe(r)})(t):t;var{is:v4,defineProperty:x4,getOwnPropertyDescriptor:S4,getOwnPropertyNames:E4,getOwnPropertySymbols:C4,getPrototypeOf:A4}=Object,Do=globalThis,tc=Do.trustedTypes,L4=tc?tc.emptyScript:"",O4=Do.reactiveElementPolyfillSupport,Vr=(t,e)=>t,Xt={toAttribute(t,e){switch(e){case Boolean:t=t?L4: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}},Kr=(t,e)=>!v4(t,e),rc={attribute:!0,type:String,converter:Xt,reflect:!1,useDefault:!1,hasChanged:Kr};Symbol.metadata??=Symbol("metadata"),Do.litPropertyMetadata??=new WeakMap;var Ee=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=rc){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&&x4(this.prototype,e,a)}}static getPropertyDescriptor(e,r,o){let{get:a,set:i}=S4(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)??rc}static _$Ei(){if(this.hasOwnProperty(Vr("elementProperties")))return;let e=A4(this);e.finalize(),e.l!==void 0&&(this.l=[...e.l]),this.elementProperties=new Map(e.elementProperties)}static finalize(){if(this.hasOwnProperty(Vr("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Vr("properties"))){let r=this.properties,o=[...E4(r),...C4(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 jr(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:Xt).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:Xt;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??Kr)(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){}};Ee.elementStyles=[],Ee.shadowRootOptions={mode:"open"},Ee[Vr("elementProperties")]=new Map,Ee[Vr("finalized")]=new Map,O4?.({ReactiveElement:Ee}),(Do.reactiveElementVersions??=[]).push("2.1.0");var Bn=globalThis,Uo=Bn.trustedTypes,oc=Uo?Uo.createPolicy("lit-html",{createHTML:t=>t}):void 0,Hn="$lit$",Ze=`lit$${Math.random().toFixed(9).slice(2)}$`,$n="?"+Ze,R4=`<${$n}>`,Ct=document,qr=()=>Ct.createComment(""),Yr=t=>t===null||typeof t!="object"&&typeof t!="function",Gn=Array.isArray,lc=t=>Gn(t)||typeof t?.[Symbol.iterator]=="function",Fn=`[
2
+ \f\r]`,Zr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,nc=/-->/g,ac=/>/g,St=RegExp(`>|${Fn}(?:([^\\s"'>=/]+)(${Fn}*=${Fn}*(?:[^
3
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),ic=/'/g,sc=/"/g,dc=/^(?:script|style|textarea|title)$/i,Wn=t=>(e,...r)=>({_$litType$:t,strings:e,values:r}),K=Wn(1),jn=Wn(2),Vn=Wn(3),ee=Symbol.for("lit-noChange"),W=Symbol.for("lit-nothing"),cc=new WeakMap,Et=Ct.createTreeWalker(Ct,129);function uc(t,e){if(!Gn(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return oc!==void 0?oc.createHTML(e):e}var fc=(t,e)=>{let r=t.length-1,o=[],a,i=e===2?"<svg>":e===3?"<math>":"",s=Zr;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===Zr?m[1]==="!--"?s=nc:m[1]!==void 0?s=ac:m[2]!==void 0?(dc.test(m[2])&&(a=RegExp("</"+m[2],"g")),s=St):m[3]!==void 0&&(s=St):s===St?m[0]===">"?(s=a??Zr,h=-1):m[1]===void 0?h=-2:(h=s.lastIndex-m[2].length,u=m[1],s=m[3]===void 0?St:m[3]==='"'?sc:ic):s===sc||s===ic?s=St:s===nc||s===ac?s=Zr:(s=St,a=void 0);let b=s===St&&t[c+1].startsWith("/>")?" ":"";i+=s===Zr?d+R4:h>=0?(o.push(u),d.slice(0,h)+Hn+d.slice(h)+Ze+b):d+Ze+(h===-2?c:b)}return[uc(t,i+(t[r]||"<?>")+(e===2?"</svg>":e===3?"</math>":"")),o]},Xr=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]=fc(e,r);if(this.el=t.createElement(u,o),Et.currentNode=this.el.content,r===2||r===3){let h=this.el.content.firstChild;h.replaceWith(...h.childNodes)}for(;(a=Et.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(Ze),v=/([.?@])?(.*)/.exec(y);d.push({type:1,index:i,name:v[2],strings:b,ctor:v[1]==="."?Bo:v[1]==="?"?Ho:v[1]==="@"?$o:Lt}),a.removeAttribute(h)}else h.startsWith(Ze)&&(d.push({type:6,index:i}),a.removeAttribute(h));if(dc.test(a.tagName)){let h=a.textContent.split(Ze),y=h.length-1;if(y>0){a.textContent=Uo?Uo.emptyScript:"";for(let b=0;b<y;b++)a.append(h[b],qr()),Et.nextNode(),d.push({type:2,index:++i});a.append(h[y],qr())}}}else if(a.nodeType===8)if(a.data===$n)d.push({type:2,index:i});else{let h=-1;for(;(h=a.data.indexOf(Ze,h+1))!==-1;)d.push({type:7,index:i}),h+=Ze.length-1}i++}}static createElement(e,r){let o=Ct.createElement("template");return o.innerHTML=e,o}};function At(t,e,r=t,o){if(e===ee)return e;let a=o!==void 0?r._$Co?.[o]:r._$Cl,i=Yr(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=At(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??Ct).importNode(r,!0);Et.currentNode=a;let i=Et.nextNode(),s=0,c=0,d=o[0];for(;d!==void 0;){if(s===d.index){let u;d.type===2?u=new Jt(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=Et.nextNode(),s++)}return Et.currentNode=Ct,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++}},Jt=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,r,o,a){this.type=2,this._$AH=W,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=At(this,e,r),Yr(e)?e===W||e==null||e===""?(this._$AH!==W&&this._$AR(),this._$AH=W):e!==this._$AH&&e!==ee&&this._(e):e._$litType$!==void 0?this.$(e):e.nodeType!==void 0?this.T(e):lc(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!==W&&Yr(this._$AH)?this._$AA.nextSibling.data=e:this.T(Ct.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=Xr.createElement(uc(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=cc.get(e.strings);return r===void 0&&cc.set(e.strings,r=new Xr(e)),r}k(e){Gn(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(qr()),this.O(qr()),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))}},Lt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,r,o,a,i){this.type=1,this._$AH=W,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=W}_$AI(e,r=this,o,a){let i=this.strings,s=!1;if(i===void 0)e=At(this,e,r,0),s=!Yr(e)||e!==this._$AH&&e!==ee,s&&(this._$AH=e);else{let c=e,d,u;for(e=i[0],d=0;d<i.length-1;d++)u=At(this,c[o+d],r,d),u===ee&&(u=this._$AH[d]),s||=!Yr(u)||u!==this._$AH[d],u===W?e=W:e!==W&&(e+=(u??"")+i[d+1]),this._$AH[d]=u}s&&!a&&this.j(e)}j(e){e===W?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},Bo=class extends Lt{constructor(){super(...arguments),this.type=3}j(e){this.element[this.name]=e===W?void 0:e}},Ho=class extends Lt{constructor(){super(...arguments),this.type=4}j(e){this.element.toggleAttribute(this.name,!!e&&e!==W)}},$o=class extends Lt{constructor(e,r,o,a,i){super(e,r,o,a,i),this.type=5}_$AI(e,r=this){if((e=At(this,e,r,0)??W)===ee)return;let o=this._$AH,a=e===W&&o!==W||e.capture!==o.capture||e.once!==o.once||e.passive!==o.passive,i=e!==W&&(o===W||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){At(this,e)}},Kn={M:Hn,P:Ze,A:$n,C:1,L:fc,R:Fo,D:lc,V:At,I:Jt,H:Lt,N:Ho,U:$o,B:Bo,F:Go},w4=Bn.litHtmlPolyfillSupport;w4?.(Xr,Jt),(Bn.litHtmlVersions??=[]).push("3.3.0");var Zn=(t,e,r)=>{let o=r?.renderBefore??e,a=o._$litPart$;if(a===void 0){let i=r?.renderBefore??null;o._$litPart$=a=new Jt(e.insertBefore(qr(),i),i,void 0,r??{})}return a._$AI(t),a};var qn=globalThis,Be=class extends Ee{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=Zn(r,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return ee}};Be._$litElement$=!0,Be.finalized=!0,qn.litElementHydrateSupport?.({LitElement:Be});var _4=qn.litElementPolyfillSupport;_4?.({LitElement:Be});var pc={_$AK:(t,e,r)=>{t._$AK(e,r)},_$AL:t=>t._$AL};(qn.litElementVersions??=[]).push("4.2.0");var th=!1;var Jn={};H(Jn,{customElement:()=>N4,eventOptions:()=>T4,property:()=>R,query:()=>Ce,queryAll:()=>I4,queryAssignedElements:()=>z4,queryAssignedNodes:()=>Xn,queryAsync:()=>P4,standardProperty:()=>hc,state:()=>q});var N4=t=>(e,r)=>{r!==void 0?r.addInitializer((()=>{customElements.define(t,e)})):customElements.define(t,e)};var M4={attribute:!0,type:String,converter:Xt,reflect:!1,hasChanged:Kr},hc=(t=M4,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 R(t){return(e,r)=>typeof r=="object"?hc(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 q(t){return R({...t,state:!0,attribute:!1})}function T4(t){return(e,r)=>{let o=typeof e=="function"?e:e[r];Object.assign(o,t)}}var Ne=(t,e,r)=>(r.configurable=!0,r.enumerable=!0,Reflect.decorate&&typeof e!="object"&&Object.defineProperty(t,e,r),r);function Ce(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 Ne(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 Ne(r,o,{get(){return i(this)}})}}var k4;function I4(t){return(e,r)=>Ne(e,r,{get(){return(this.renderRoot??(k4??=document.createDocumentFragment())).querySelectorAll(t)}})}function P4(t){return(e,r)=>Ne(e,r,{async get(){return await this.updateComplete,this.renderRoot?.querySelector(t)??null}})}function z4(t){return(e,r)=>{let{slot:o,selector:a}=t??{},i="slot"+(o?`[name=${o}]`:":not([name])");return Ne(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 Xn(t){return(e,r)=>{let{slot:o}=t??{},a="slot"+(o?`[name=${o}]`:":not([name])");return Ne(e,r,{get(){return this.renderRoot?.querySelector(a)?.assignedNodes(t)??[]}})}}var Qn={};H(Qn,{repeat:()=>er});var He={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6},ge=t=>(...e)=>({_$litDirective$:t,values:e}),Ae=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:D4}=Kn;var gc=t=>t.strings===void 0,mc=()=>document.createComment(""),Qt=(t,e,r)=>{let o=t._$AA.parentNode,a=e===void 0?t._$AB:e._$AA;if(r===void 0){let i=o.insertBefore(mc(),a),s=o.insertBefore(mc(),a);r=new D4(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},it=(t,e,r=t)=>(t._$AI(e,r),t),U4={},yc=(t,e=U4)=>t._$AH=e,bc=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 vc=(t,e,r)=>{let o=new Map;for(let a=e;a<=r;a++)o.set(t[a],a);return o},er=ge(class extends Ae{constructor(t){if(super(t),t.type!==He.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=bc(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,v=i.length-1;for(;h<=y&&b<=v;)if(a[h]===null)h++;else if(a[y]===null)y--;else if(c[h]===s[b])d[b]=it(a[h],i[b]),h++,b++;else if(c[y]===s[v])d[v]=it(a[y],i[v]),y--,v--;else if(c[h]===s[v])d[v]=it(a[h],i[v]),Qt(t,d[v+1],a[h]),h++,v--;else if(c[y]===s[b])d[b]=it(a[y],i[b]),Qt(t,a[h],a[y]),y--,b++;else if(u===void 0&&(u=vc(s,b,v),m=vc(c,h,y)),u.has(c[h]))if(u.has(c[y])){let S=m.get(s[b]),A=S!==void 0?a[S]:null;if(A===null){let L=Qt(t,a[h]);it(L,i[b]),d[b]=L}else d[b]=it(A,i[b]),Qt(t,a[h],A),a[S]=null;b++}else Wo(a[y]),y--;else Wo(a[h]),h++;for(;b<=v;){let S=Qt(t,d[v+1]);it(S,i[b]),d[b++]=S}for(;h<=y;){let S=a[h++];S!==null&&Wo(S)}return this.ut=s,yc(t,d),ee}});var ea={};H(ea,{classMap:()=>st});var st=ge(class extends Ae{constructor(t){if(super(t),t.type!==He.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 ee}});var ta={};H(ta,{styleMap:()=>B4});var xc="important",F4=" !"+xc,B4=ge(class extends Ae{constructor(t){if(super(t),t.type!==He.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(F4);o.includes("-")||i?r.setProperty(o,i?a.slice(0,-11):a,i?xc:""):r[o]=a}}return ee}});var oa={};H(oa,{UnsafeHTMLDirective:()=>tr,unsafeHTML:()=>ra});var tr=class extends Ae{constructor(e){if(super(e),this.it=W,e.type!==He.CHILD)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(e){if(e===W||e==null)return this._t=void 0,this.it=e;if(e===ee)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:[]}}};tr.directiveName="unsafeHTML",tr.resultType=1;var ra=ge(tr);var fa={};H(fa,{CacheRegistry:()=>$e,ClearCacheEvent:()=>ro});var aa={};H(aa,{CancelablePromise:()=>jo,CanceledPromiseError:()=>Ot,cancelable:()=>na});var Ot=class extends Error{constructor(e,r,o){super(e),this.canceledPromiseResult=r,this.canceledPromiseError=o}},jo=class extends Promise{constructor(e){super((r,o)=>e(a=>{this.isCanceled?o(new Ot("Promise has been canceled",a)):r(a)},a=>{this.isCanceled?o(new Ot("Promise has been canceled",void 0,a)):o(a)})),this.isCanceled=!1}cancel(){this.isCanceled=!0}},na=t=>new jo((e,r)=>t.then(e).catch(r));var ua={};H(ua,{FtNotificationEvent:()=>Qr,PostResizeEvent:()=>to,PreResizeEvent:()=>eo,WithEventBus:()=>Ye,withEventBus:()=>Ko});var da={};H(da,{applyMixinOnce:()=>re,customElements:()=>oe,dateReviver:()=>j4,deepCopy:()=>Me,deepEqual:()=>be,delay:()=>Vo,eventPathContainsMatchingElement:()=>sa,everyDeep:()=>W4,flatDeep:()=>Cc,forEachDeep:()=>Ac,getComposedPathTo:()=>ca,hasChanged:()=>qe,ignoreComposingEvents:()=>Z4,last:()=>K4,minmax:()=>Rt,parseDate:()=>Oc,randomId:()=>la,someDeep:()=>Lc,unslotText:()=>Rc,waitFor:()=>Ec,waitUntil:()=>G4});var ia={};H(ia,{customElement:()=>Jr,dateProperty:()=>$4,isNumber:()=>Sc,jsonProperty:()=>ye,numberProperty:()=>rr,optionalNumberProperty:()=>H4});var Jr=t=>e=>{window.customElements.get(t)||window.customElements.define(t,e)};function ye(t,e){return R({type:Object,converter:{fromAttribute:r=>{if(r==null)return Me(t);try{return JSON.parse(r)}catch{return Me(t)}},toAttribute:r=>JSON.stringify(r)},hasChanged:qe,...e??{}})}function H4(t){return rr(t)}function rr(t){return R({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 Sc(e)?Rt(a,+e,i):void 0},toAttribute:e=>e==null?void 0:""+e},useDefault:!0,...t??{}})}function Sc(t){return!isNaN(parseFloat(t))}function $4(t){return R({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 Vo=t=>new Promise(e=>setTimeout(e,t));async function G4(t,e=10,r=2e4){await Ec(async()=>await t()||void 0,e,r)}async function Ec(t,e=10,r=2e4){let o=await t(),a=performance.now(),i=a;for(;o==null&&(!r||i-a<r);)await Vo(e),o=await t(),i=performance.now();if(o==null)throw new Error("Timeout exceeded");return o}function Cc(t,e){return t.flatMap(r=>[r,...Cc(e(r),e)])}function Ac(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 Lc(t,e,r){let o=!1;return Ac(t,e,(a,i,s,c)=>(o=!!r(a,i,s,c),!o)),o}function W4(t,e,r){return!Lc(t,e,(o,a,i,s)=>!r(o,a,i,s))}function j4(...t){return(e,r)=>t.includes(e)?Oc(r):r}function Oc(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 V4(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(!be(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(!be(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(!be(t[s],e[s]))return!1}return!0}return t!==t&&e!==e||t==null&&e==null}function be(t,e){try{return V4(t,e)}catch{return!1}}function qe(t,e){return!be(t,e)}function sa(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 Rt(t,e,r){return Math.min(Math.max(t,e),r)}function K4(t){return t[t.length-1]}function Rc(t){return t instanceof HTMLSlotElement?t.assignedNodes().map(e=>Rc(e)).join(""):t?.textContent||""}function ca(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 Me(t){return typeof window.structuredClone=="function"?structuredClone(t):t!=null?JSON.parse(JSON.stringify(t)):t}function la(t,e){return(e??"")+(""+Math.floor(Math.random()*10**t)).padStart(t,"0")}function re(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 Z4(){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 oe(t){for(let[e,r]of Object.entries(t))Jr(e)(r)}var Qr=class extends CustomEvent{constructor(e){super("ft-notification",{bubbles:!0,composed:!0,detail:e})}},eo=class extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}},to=class extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}},Ko=re(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)}}}),Ye=class extends Ko(Object){};var ro=class extends CustomEvent{constructor(e){super("clear-cache",{detail:{clearedKeys:e}})}},$e=class extends Ye{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 ro(o)),o}clear(e,r=!0){if(this.content[e]&&!this.content[e].final)return this.forceClear(e),r&&this.dispatchEvent(new ro([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=na(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 ya={};H(ya,{ClusteringHelper:()=>ga,formatHierarchicalValues:()=>ma});var ha={};H(ha,{accessBreadcrumb:()=>X4,accessResult:()=>pa,accessResultId:()=>q4,accessResultUrl:()=>Y4});function pa(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 q4(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 Y4(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 X4(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 ma(t,e){return e&&e>1&&t.length>=e?`... > ${t[t.length-1]}`:t.join(" > ")}var ga=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=pa(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(ma(c)),s.push(ma(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(v=>v.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 ba={};H(ba,{Debouncer:()=>se});var se=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 Da={};H(Da,{designSystemVariables:()=>ne});var za={};H(za,{DesignSystemFamily:()=>oo,DesignSystemSize:()=>no,FtCssVariableFactory:()=>n,badge:()=>dd,banner:()=>ld,button:()=>Q4,card:()=>ed,chart:()=>Ad,checkbox:()=>rd,chip:()=>id,chipChoice:()=>ad,chipGroup:()=>sd,collapsible:()=>Ed,combobox:()=>xd,dateRangePicker:()=>Md,drawer:()=>gd,floatingMenu:()=>vd,foundation:()=>l,link:()=>cd,modal:()=>md,notice:()=>Od,notification:()=>wd,pageDesigner:()=>Ld,pageFooter:()=>pd,pageHeader:()=>fd,pageLayout:()=>hd,popover:()=>Sd,radio:()=>od,reorderableList:()=>Nd,resolveFamilyClass:()=>Ia,resolveSizeClass:()=>Pa,semantic:()=>f,setVariable:()=>lt,switch_:()=>Cd,table:()=>nd,tabs:()=>D,textArea:()=>bd,textInput:()=>yd,titleBreadcrumb:()=>ud,toggle:()=>Rd,tooltip:()=>_d,treeList:()=>td,typographies:()=>Zo,typographyBody1Medium:()=>Aa,typographyBody1Regular:()=>Ca,typographyBody1Semibold:()=>La,typographyBody2Medium:()=>Ra,typographyBody2MediumUnderline:()=>wc,typographyBody2Regular:()=>Oa,typographyBody2Semibold:()=>wa,typographyCaption1Medium:()=>_a,typographyCaption1Semibold:()=>Na,typographyCaption2Bold:()=>ka,typographyCaption2Medium:()=>Ma,typographyCaption2Semibold:()=>Ta,typographyDisplay:()=>va,typographyTitle1:()=>xa,typographyTitle2:()=>Sa,typographyTitle3:()=>Ea,typographyVariants:()=>J4});var ct=t=>typeof t=="string"?Fe(t):t,n=class{static create(e,r,o,a){let i=c=>ct(c??a),s=k`var(${ct(e)}, ${i(a)})`;return s.name=e,s.description=r,s.category=o,s.defaultValue=a,s.defaultCssValue=i,s.set=c=>lt(s,c??i(a)),s.get=c=>k`var(${ct(e)}, ${i(c)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>a,s}static extend(e,r,o,a){let i=c=>o.get(c??a),s=k`var(${ct(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=>lt(s,c??i(a)),s.get=c=>k`var(${ct(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=k`var(${ct(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=>k`var(${ct(e.name)}, ${o(i)})`,a.breadcrumb=()=>e.breadcrumb(),a.lastResortDefaultValue=()=>e.lastResortDefaultValue(),a}};function lt(t,e){return ct(`${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)")},va={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")},xa={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")},Sa={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")},Ea={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")},Ca={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")},Aa={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")},La={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")},Oa={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")},Ra={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")},wc={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")},wa={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")},_a={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")},Na={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")},Ma={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")},Ta={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")},ka={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")},Zo={display:va,"title-1":xa,"title-2":Sa,"title-3":Ea,"body-1-regular":Ca,"body-1-medium":Aa,"body-1-semibold":La,"body-2-regular":Oa,"body-2-medium":Ra,"body-2-medium-underline":wc,"body-2-semibold":wa,"caption-1-medium":_a,"caption-1-semibold":Na,"caption-2-medium":Ma,"caption-2-semibold":Ta,"caption-2-bold":ka},J4=["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 Q4={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 ed={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 td={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 rd={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 od={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 nd={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 ad={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 id={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 sd={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 cd={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 ld={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 dd={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 ud={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 fd={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 pd={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 hd={contentHorizontalPadding:n.extend("--ftds-page-layout-content-horizontal-padding","",l.spacing6),contentVerticalPadding:n.extend("--ftds-page-layout-content-vertical-padding","",l.spacing6)};var md={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 gd={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 D={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 yd={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 bd={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 vd={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 xd={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 Sd={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 Ed={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 Cd={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 Ad={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 Ld={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 Od={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 Rd={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 wd={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 _d={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 Nd={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 Md={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 oo;(function(t){t.brand="brand",t.neutral="neutral",t.info="info",t.success="success",t.warning="warning",t.error="error"})(oo||(oo={}));var no;(function(t){t.large="large",t.medium="medium",t.small="small"})(no||(no={}));function Ia(t){return`ftds--family-${t}`}function Pa(t){return`ftds--size-${t}`}var ne={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 Ua={};H(Ua,{DynamicImporter:()=>qo,dynamicImporter:()=>Td});var qo=class{async import(e){if(e)return import(e)}},Td=new qo;var Ja={};H(Ja,{computeOffsetAutoPosition:()=>tu,computeOffsetPosition:()=>Xa});var Nc=["top","right","bottom","left"],_c=["start","end"],Ba=Nc.reduce((t,e)=>t.concat(e,e+"-"+_c[0],e+"-"+_c[1]),[]),wt=Math.min,ue=Math.max,ao=Math.round;var Te=t=>({x:t,y:t}),kd={left:"right",right:"left",bottom:"top",top:"bottom"};function Ha(t,e,r){return ue(t,wt(e,r))}function or(t,e){return typeof t=="function"?t(e):t}function dt(t){return t.split("-")[0]}function Ge(t){return t.split("-")[1]}function $a(t){return t==="x"?"y":"x"}function Ga(t){return t==="y"?"height":"width"}function nr(t){let e=t[0];return e==="t"||e==="b"?"y":"x"}function Wa(t){return $a(nr(t))}function Mc(t,e,r){r===void 0&&(r=!1);let o=Ge(t),a=Wa(t),i=Ga(a),s=a==="x"?o===(r?"end":"start")?"right":"left":o==="start"?"bottom":"top";return e.reference[i]>e.floating[i]&&(s=Fa(s)),[s,Fa(s)]}function Tc(t){return t.includes("start")?t.replace("start","end"):t.replace("end","start")}function Fa(t){let e=dt(t);return kd[e]+t.slice(e.length)}function Id(t){return{top:0,right:0,bottom:0,left:0,...t}}function kc(t){return typeof t!="number"?Id(t):{top:t,right:t,bottom:t,left:t}}function _t(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 Ic(t,e,r){let{reference:o,floating:a}=t,i=nr(e),s=Wa(e),c=Ga(s),d=dt(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(Ge(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 Pc(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}=or(e,t),v=kc(b),A=c[y?h==="floating"?"reference":"floating":h],L=_t(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(A)))==null||r?A:A.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(c.floating)),boundary:u,rootBoundary:m,strategy:d})),w=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)),x=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},C=_t(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:w,offsetParent:E,strategy:d}):w);return{top:(L.top-C.top+v.top)/x.y,bottom:(C.bottom-L.bottom+v.bottom)/x.y,left:(L.left-C.left+v.left)/x.x,right:(C.right-L.right+v.right)/x.x}}var Pd=50,zc=async(t,e,r)=>{let{placement:o="bottom",strategy:a="absolute",middleware:i=[],platform:s}=r,c=s.detectOverflow?s:{...s,detectOverflow:Pc},d=await(s.isRTL==null?void 0:s.isRTL(e)),u=await s.getElementRects({reference:t,floating:e,strategy:a}),{x:m,y:h}=Ic(u,o,d),y=o,b=0,v={};for(let S=0;S<i.length;S++){let A=i[S];if(!A)continue;let{name:L,fn:w}=A,{x:E,y:x,data:C,reset:_}=await w({x:m,y:h,initialPlacement:o,placement:y,strategy:a,middlewareData:v,rects:u,platform:c,elements:{reference:t,floating:e}});m=E??m,h=x??h,v[L]={...v[L],...C},_&&b<Pd&&(b++,typeof _=="object"&&(_.placement&&(y=_.placement),_.rects&&(u=_.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:a}):_.rects),{x:m,y:h}=Ic(u,y,d)),S=-1)}return{x:m,y:h,placement:y,strategy:a,middlewareData:v}};function zd(t,e,r){return(t?[...r.filter(a=>Ge(a)===t),...r.filter(a=>Ge(a)!==t)]:r.filter(a=>dt(a)===a)).filter(a=>t?Ge(a)===t||(e?Tc(a)!==a:!1):!0)}var Dc=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=Ba,autoAlignment:b=!0,...v}=or(t,e),S=h!==void 0||y===Ba?zd(h||null,b,y):y,A=await d.detectOverflow(e,v),L=((r=s.autoPlacement)==null?void 0:r.index)||0,w=S[L];if(w==null)return{};let E=Mc(w,i,await(d.isRTL==null?void 0:d.isRTL(u.floating)));if(c!==w)return{reset:{placement:S[0]}};let x=[A[dt(w)],A[E[0]],A[E[1]]],C=[...((o=s.autoPlacement)==null?void 0:o.overflows)||[],{placement:w,overflows:x}],_=S[L+1];if(_)return{data:{index:L+1,overflows:C},reset:{placement:_}};let z=C.map(M=>{let I=Ge(M.placement);return[M.placement,I&&m?M.overflows.slice(0,2).reduce(($,Q)=>$+Q,0):M.overflows[0],M.overflows]}).sort((M,I)=>M[1]-I[1]),B=((a=z.filter(M=>M[2].slice(0,Ge(M[0])?2:3).every(I=>I<=0))[0])==null?void 0:a[0])||z[0][0];return B!==c?{data:{index:L+1,overflows:C},reset:{placement:B}}:{}}}};var Dd=new Set(["left","top"]);async function Ud(t,e){let{placement:r,platform:o,elements:a}=t,i=await(o.isRTL==null?void 0:o.isRTL(a.floating)),s=dt(r),c=Ge(r),d=nr(r)==="y",u=Dd.has(s)?-1:1,m=i&&d?-1:1,h=or(e,t),{mainAxis:y,crossAxis:b,alignmentAxis:v}=typeof h=="number"?{mainAxis:h,crossAxis:0,alignmentAxis:null}:{mainAxis:h.mainAxis||0,crossAxis:h.crossAxis||0,alignmentAxis:h.alignmentAxis};return c&&typeof v=="number"&&(b=c==="end"?v*-1:v),d?{x:b*m,y:y*u}:{x:y*u,y:b*m}}var Uc=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 Ud(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}}}}},Fc=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:L=>{let{x:w,y:E}=L;return{x:w,y:E}}},...u}=or(t,e),m={x:r,y:o},h=await i.detectOverflow(e,u),y=nr(dt(a)),b=$a(y),v=m[b],S=m[y];if(s){let L=b==="y"?"top":"left",w=b==="y"?"bottom":"right",E=v+h[L],x=v-h[w];v=Ha(E,v,x)}if(c){let L=y==="y"?"top":"left",w=y==="y"?"bottom":"right",E=S+h[L],x=S-h[w];S=Ha(E,S,x)}let A=d.fn({...e,[b]:v,[y]:S});return{...A,data:{x:A.x-r,y:A.y-o,enabled:{[b]:s,[y]:c}}}}}};var Bc=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}=or(t,e),m=await s.detectOverflow(e,u),h=dt(a),y=Ge(a),b=nr(a)==="y",{width:v,height:S}=i.floating,A,L;h==="top"||h==="bottom"?(A=h,L=y===(await(s.isRTL==null?void 0:s.isRTL(c.floating))?"start":"end")?"left":"right"):(L=h,A=y==="end"?"top":"bottom");let w=S-m.top-m.bottom,E=v-m.left-m.right,x=wt(S-m[A],w),C=wt(v-m[L],E),_=!e.middlewareData.shift,z=x,V=C;if((r=e.middlewareData.shift)!=null&&r.enabled.x&&(V=E),(o=e.middlewareData.shift)!=null&&o.enabled.y&&(z=w),_&&!y){let M=ue(m.left,0),I=ue(m.right,0),$=ue(m.top,0),Q=ue(m.bottom,0);b?V=v-2*(M!==0||I!==0?M+I:ue(m.left,m.right)):z=S-2*($!==0||Q!==0?$+Q:ue(m.top,m.bottom))}await d({...e,availableWidth:V,availableHeight:z});let B=await s.getDimensions(c.floating);return v!==B.width||S!==B.height?{reset:{rects:!0}}:{}}}};function Xo(){return typeof window<"u"}function Mt(t){return $c(t)?(t.nodeName||"").toLowerCase():"#document"}function fe(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function We(t){var e;return(e=($c(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function $c(t){return Xo()?t instanceof Node||t instanceof fe(t).Node:!1}function Le(t){return Xo()?t instanceof Element||t instanceof fe(t).Element:!1}function je(t){return Xo()?t instanceof HTMLElement||t instanceof fe(t).HTMLElement:!1}function Hc(t){return!Xo()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof fe(t).ShadowRoot}function ar(t){let{overflow:e,overflowX:r,overflowY:o,display:a}=Oe(t);return/auto|scroll|overlay|hidden|clip/.test(e+o+r)&&a!=="inline"&&a!=="contents"}function Gc(t){return/^(table|td|th)$/.test(Mt(t))}function io(t){try{if(t.matches(":popover-open"))return!0}catch{}try{return t.matches(":modal")}catch{return!1}}var Fd=/transform|translate|scale|rotate|perspective|filter/,Bd=/paint|layout|strict|content/,Nt=t=>!!t&&t!=="none",ja;function ir(t){let e=Le(t)?Oe(t):t;return Nt(e.transform)||Nt(e.translate)||Nt(e.scale)||Nt(e.rotate)||Nt(e.perspective)||!Jo()&&(Nt(e.backdropFilter)||Nt(e.filter))||Fd.test(e.willChange||"")||Bd.test(e.contain||"")}function Wc(t){let e=Xe(t);for(;je(e)&&!Tt(e);){if(ir(e))return e;if(io(e))return null;e=Xe(e)}return null}function Jo(){return ja==null&&(ja=typeof CSS<"u"&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),ja}function Tt(t){return/^(html|body|#document)$/.test(Mt(t))}function Oe(t){return fe(t).getComputedStyle(t)}function so(t){return Le(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function Xe(t){if(Mt(t)==="html")return t;let e=t.assignedSlot||t.parentNode||Hc(t)&&t.host||We(t);return Hc(e)?e.host:e}function jc(t){let e=Xe(t);return Tt(e)?t.ownerDocument?t.ownerDocument.body:t.body:je(e)&&ar(e)?e:jc(e)}function Yo(t,e,r){var o;e===void 0&&(e=[]),r===void 0&&(r=!0);let a=jc(t),i=a===((o=t.ownerDocument)==null?void 0:o.body),s=fe(a);if(i){let c=Qo(s);return e.concat(s,s.visualViewport||[],ar(a)?a:[],c&&r?Yo(c):[])}else return e.concat(a,Yo(a,[],r))}function Qo(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function qc(t){let e=Oe(t),r=parseFloat(e.width)||0,o=parseFloat(e.height)||0,a=je(t),i=a?t.offsetWidth:r,s=a?t.offsetHeight:o,c=ao(r)!==i||ao(o)!==s;return c&&(r=i,o=s),{width:r,height:o,$:c}}function Yc(t){return Le(t)?t:t.contextElement}function sr(t){let e=Yc(t);if(!je(e))return Te(1);let r=e.getBoundingClientRect(),{width:o,height:a,$:i}=qc(e),s=(i?ao(r.width):r.width)/o,c=(i?ao(r.height):r.height)/a;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}var Hd=Te(0);function Xc(t){let e=fe(t);return!Jo()||!e.visualViewport?Hd:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function $d(t,e,r){return e===void 0&&(e=!1),!r||e&&r!==fe(t)?!1:e}function co(t,e,r,o){e===void 0&&(e=!1),r===void 0&&(r=!1);let a=t.getBoundingClientRect(),i=Yc(t),s=Te(1);e&&(o?Le(o)&&(s=sr(o)):s=sr(t));let c=$d(i,r,o)?Xc(i):Te(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=fe(i),b=o&&Le(o)?fe(o):o,v=y,S=Qo(v);for(;S&&o&&b!==v;){let A=sr(S),L=S.getBoundingClientRect(),w=Oe(S),E=L.left+(S.clientLeft+parseFloat(w.paddingLeft))*A.x,x=L.top+(S.clientTop+parseFloat(w.paddingTop))*A.y;d*=A.x,u*=A.y,m*=A.x,h*=A.y,d+=E,u+=x,v=fe(S),S=Qo(v)}}return _t({width:m,height:h,x:d,y:u})}function en(t,e){let r=so(t).scrollLeft;return e?e.left+r:co(We(t)).left+r}function Jc(t,e){let r=t.getBoundingClientRect(),o=r.left+e.scrollLeft-en(t,r),a=r.top+e.scrollTop;return{x:o,y:a}}function Gd(t){let{elements:e,rect:r,offsetParent:o,strategy:a}=t,i=a==="fixed",s=We(o),c=e?io(e.floating):!1;if(o===s||c&&i)return r;let d={scrollLeft:0,scrollTop:0},u=Te(1),m=Te(0),h=je(o);if((h||!h&&!i)&&((Mt(o)!=="body"||ar(s))&&(d=so(o)),h)){let b=co(o);u=sr(o),m.x=b.x+o.clientLeft,m.y=b.y+o.clientTop}let y=s&&!h&&!i?Jc(s,d):Te(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 Wd(t){return Array.from(t.getClientRects())}function jd(t){let e=We(t),r=so(t),o=t.ownerDocument.body,a=ue(e.scrollWidth,e.clientWidth,o.scrollWidth,o.clientWidth),i=ue(e.scrollHeight,e.clientHeight,o.scrollHeight,o.clientHeight),s=-r.scrollLeft+en(t),c=-r.scrollTop;return Oe(o).direction==="rtl"&&(s+=ue(e.clientWidth,o.clientWidth)-a),{width:a,height:i,x:s,y:c}}var Vc=25;function Vd(t,e){let r=fe(t),o=We(t),a=r.visualViewport,i=o.clientWidth,s=o.clientHeight,c=0,d=0;if(a){i=a.width,s=a.height;let m=Jo();(!m||m&&e==="fixed")&&(c=a.offsetLeft,d=a.offsetTop)}let u=en(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,v=Math.abs(o.clientWidth-h.clientWidth-b);v<=Vc&&(i-=v)}else u<=Vc&&(i+=u);return{width:i,height:s,x:c,y:d}}function Kd(t,e){let r=co(t,!0,e==="fixed"),o=r.top+t.clientTop,a=r.left+t.clientLeft,i=je(t)?sr(t):Te(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 Kc(t,e,r){let o;if(e==="viewport")o=Vd(t,r);else if(e==="document")o=jd(We(t));else if(Le(e))o=Kd(e,r);else{let a=Xc(t);o={x:e.x-a.x,y:e.y-a.y,width:e.width,height:e.height}}return _t(o)}function Qc(t,e){let r=Xe(t);return r===e||!Le(r)||Tt(r)?!1:Oe(r).position==="fixed"||Qc(r,e)}function Zd(t,e){let r=e.get(t);if(r)return r;let o=Yo(t,[],!1).filter(c=>Le(c)&&Mt(c)!=="body"),a=null,i=Oe(t).position==="fixed",s=i?Xe(t):t;for(;Le(s)&&!Tt(s);){let c=Oe(s),d=ir(s);!d&&c.position==="fixed"&&(a=null),(i?!d&&!a:!d&&c.position==="static"&&!!a&&(a.position==="absolute"||a.position==="fixed")||ar(s)&&!d&&Qc(t,s))?o=o.filter(m=>m!==s):a=c,s=Xe(s)}return e.set(t,o),o}function qd(t){let{element:e,boundary:r,rootBoundary:o,strategy:a}=t,s=[...r==="clippingAncestors"?io(e)?[]:Zd(e,this._c):[].concat(r),o],c=Kc(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=Kc(e,s[y],a);d=ue(b.top,d),u=wt(b.right,u),m=wt(b.bottom,m),h=ue(b.left,h)}return{width:u-h,height:m-d,x:h,y:d}}function Yd(t){let{width:e,height:r}=qc(t);return{width:e,height:r}}function Xd(t,e,r){let o=je(e),a=We(e),i=r==="fixed",s=co(t,!0,i,e),c={scrollLeft:0,scrollTop:0},d=Te(0);function u(){d.x=en(a)}if(o||!o&&!i)if((Mt(e)!=="body"||ar(a))&&(c=so(e)),o){let b=co(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?Jc(a,c):Te(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 Va(t){return Oe(t).position==="static"}function Zc(t,e){if(!je(t)||Oe(t).position==="fixed")return null;if(e)return e(t);let r=t.offsetParent;return We(t)===r&&(r=r.ownerDocument.body),r}function el(t,e){let r=fe(t);if(io(t))return r;if(!je(t)){let a=Xe(t);for(;a&&!Tt(a);){if(Le(a)&&!Va(a))return a;a=Xe(a)}return r}let o=Zc(t,e);for(;o&&Gc(o)&&Va(o);)o=Zc(o,e);return o&&Tt(o)&&Va(o)&&!ir(o)?r:o||Wc(t)||r}var Jd=async function(t){let e=this.getOffsetParent||el,r=this.getDimensions,o=await r(t.floating);return{reference:Xd(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:o.width,height:o.height}}};function Qd(t){return Oe(t).direction==="rtl"}var cr={convertOffsetParentRelativeRectToViewportRelativeRect:Gd,getDocumentElement:We,getClippingRect:qd,getOffsetParent:el,getElementRects:Jd,getClientRects:Wd,getDimensions:Yd,getScale:sr,isElement:Le,isRTL:Qd};var tl=Uc,Ka=Dc,rl=Fc;var ol=Bc;var Za=(t,e,r)=>{let o=new Map,a={platform:cr,...r},i={...a.platform,_c:o};return zc(t,e,{...a,platform:i})};function Ya(t){return eu(t)}function qa(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}function eu(t){for(let e=t;e;e=qa(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=qa(t);e;e=qa(e)){if(!(e instanceof Element))continue;let r=getComputedStyle(e);if(r.display!=="contents"&&(r.position!=="static"||ir(r)||e.tagName==="BODY"))return e}return null}async function Xa(t,e,r){let o;return typeof r=="object"?o=r:o={placement:r},Za(t,e,{strategy:o.strategy,platform:{...cr,getOffsetParent:a=>cr.getOffsetParent(a,Ya)},middleware:[rl({crossAxis:!0}),Ka({allowedPlacements:[o.placement]})]})}async function tu(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,Za(t,e,{placement:c,strategy:a,platform:{...cr,getOffsetParent:u=>cr.getOffsetParent(u,Ya)},middleware:[tl(s??4),Ka({allowedPlacements:o}),ol({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 Qa={};H(Qa,{isSlotEmptyOrWithoutContent:()=>ru});var ru=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 ai={};H(ai,{FtdsBase:()=>ni,toFtdsBase:()=>dl});var oi={};H(oi,{ExportpartsUpdatedEvent:()=>kt,FtLitElement:()=>G});var ei={};H(ei,{ScopedRegistryLitElement:()=>lo});var lo=class extends Be{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 jr(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){Jr(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 ri={};H(ri,{shadowQuerySelector:()=>ti,shadowQuerySelectorAll:()=>ou});function ti(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 ou(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 lr=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},sl,nl=Symbol("constructorPrototype"),al=Symbol("constructorName"),cl=Symbol("exportpartsDebouncer"),il=Symbol("dynamicDependenciesLoaded"),kt=class t extends CustomEvent{constructor(){super(t.eventName,{bubbles:!0})}};kt.eventName="exportparts-updated";var G=class extends lo{constructor(){super(),this.useAdoptedStyleSheets=!0,this.adoptedCustomStyleSheet=new CSSStyleSheet,this[sl]=new se(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[cl].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[al]=this.constructor.name,this[nl]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[al]&&Object.setPrototypeOf(this,this[nl])}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[il]||(r[il]=!0,this.importDynamicDependencies()),(e=this.shadowRoot)===null||e===void 0||e.addEventListener(kt.eventName,this.scheduleExportpartsUpdate)}disconnectedCallback(){var e;super.disconnectedCallback(),(e=this.shadowRoot)===null||e===void 0||e.removeEventListener(kt.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 kt)})}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=ti(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:[],v=(c=(s=y.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(A=>A.split(":")[1]))!==null&&c!==void 0?c:[],S=[...b,...v].filter(d).map(A=>A.trim());for(let A of S)m.add(A)}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(", ")}};sl=cl;lr([R()],G.prototype,"exportpartsPrefix",void 0);lr([ye([])],G.prototype,"exportpartsPrefixes",void 0);lr([R({reflect:!0})],G.prototype,"exportparts",void 0);lr([R()],G.prototype,"customStylesheet",void 0);lr([R()],G.prototype,"elementToFocus",void 0);lr([q()],G.prototype,"useAdoptedStyleSheets",void 0);var ll=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=re(Symbol("toFtdsBase"),function(t){class e extends t{constructor(){super(...arguments),this.size=no.medium,this.family=oo.neutral}getDesignSystemBaseClasses(){return{[Ia(this.family)]:!0,[Pa(this.size)]:!0}}}return ll([R()],e.prototype,"size",void 0),ll([R()],e.prototype,"family",void 0),e}),ni=class extends dl(G){};var ul={};var ci={};H(ci,{highlightHtml:()=>si,highlightHtmlColorCssVariable:()=>fl,highlightHtmlStyles:()=>au});var It=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 uo=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 It(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 It.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,v)=>{v>=c&&(e.nodes[v].start>0&&v!==c&&(e.nodes[v].start-=m),e.nodes[v].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=It.matches(o,r),i=this.matchesExclude(o);return!a||i?NodeFilter.FILTER_REJECT:NodeFilter.FILTER_ACCEPT},this.opt.done)}};function ii(t){let e=new uo(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 nu=ii,fl=n.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E"),au=k`
5
+ .highlight-html-match {
6
+ background: ${fl};
7
+ }
8
+ `;function si(t,e,r){var o,a;let i=t.getAttribute("data-highlight-html-query");if((i??"")!==(e??"")){let s=new nu(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 ui={};H(ui,{noTextInputDefaultClearButton:()=>su,noTextSelect:()=>li,safariEllipsisFix:()=>di,wordWrap:()=>iu});var li=k`
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
+ `,iu=k`
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
+ `,di=k`
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
+ `,su=k`
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 pl={};var fi={};H(fi,{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 zi={};H(zi,{FtCommandQueue:()=>po,FtLitElementRedux:()=>zt,FtReduxStore:()=>Ft,FtStateManager:()=>bo,ReduxWatcher:()=>sn,clearAllStores:()=>Vu,isFtReduxStore:()=>ur,redux:()=>dr,reduxEventListener:()=>lu,reduxReactive:()=>cu,watch:()=>Ku,withRedux:()=>hl});var cu=()=>(t,e)=>{var r;let o=t.constructor;o.reduxReactiveProperties=new Set(o.reduxReactiveProperties),(r=o.reduxReactiveProperties)===null||r===void 0||r.add(e)},dr=t=>{let e=t??{};return(r,o)=>{var a;let i={hasChanged:qe,attribute:!1,...e};R(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})}},lu=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 ur(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var ho=Symbol("internalReduxEventsUnsubscribers"),ut=Symbol("internalStoresUnsubscribers"),Pt=Symbol("internalStores"),hl=re(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[Pt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Pt].values()][0]}getStore(s){return s==null?this.getUnnamedStore():this[Pt].get(s)}addStore(s,c){var d;c=(d=c??s.name)!==null&&d!==void 0?d:"default-store",this.unsubscribeFromStore(c),this[Pt].set(c,s),this.subscribeToStore(c,s),this.updateFromStores()}removeStore(s){let c=typeof s=="string"?s:s.name;this.unsubscribeFromStore(c),this[Pt].delete(c)}setupStores(){this.unsubscribeFromStores(),this[Pt].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[ut].has(s.store):this[ut].size>0)&&(this[c]=s.selector(u.getState(),this))}})}subscribeToStore(s,c){var d;this[ut].set(s,c.subscribe(()=>this.updateFromStores())),this[ho].set(s,[]),ur(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[ut].forEach((s,c)=>this.unsubscribeFromStore(c))}unsubscribeFromStore(s){var c;this[ut].has(s)&&this[ut].get(s)(),this[ut].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=ut,r=Pt,o=ho,a.reduxProperties=new Map,a.reduxReactiveProperties=new Set,a.reduxEventListeners=new Map,a}),zt=class extends hl(G){};function Re(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 Je(t){return!!t&&!!t[Z]}function ke(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)===yu})(t)||Array.isArray(t)||!!t[Sl]||!!(!((e=t.constructor)===null||e===void 0)&&e[Sl])||Si(t)||Ei(t))}function Dt(t,e,r){r===void 0&&(r=!1),hr(t)===0?(r?Object.keys:pr)(t).forEach((function(o){r&&typeof o=="symbol"||e(o,t[o],t)})):t.forEach((function(o,a){return e(a,o,t)}))}function hr(t){var e=t[Z];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:Si(t)?2:Ei(t)?3:0}function fr(t,e){return hr(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function du(t,e){return hr(t)===2?t.get(e):t[e]}function El(t,e,r){var o=hr(t);o===2?t.set(e,r):o===3?t.add(r):t[e]=r}function Cl(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function Si(t){return mu&&t instanceof Map}function Ei(t){return gu&&t instanceof Set}function ft(t){return t.o||t.t}function Ci(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Ol(t);delete e[Z];for(var r=pr(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 Ai(t,e){return e===void 0&&(e=!1),Li(t)||Je(t)||!ke(t)||(hr(t)>1&&(t.set=t.add=t.clear=t.delete=uu),Object.freeze(t),e&&Dt(t,(function(r,o){return Ai(o,!0)}),!0)),t}function uu(){Re(2)}function Li(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function Ve(t){var e=xi[t];return e||Re(18,t),e}function fu(t,e){xi[t]||(xi[t]=e)}function yi(){return go}function pi(t,e){e&&(Ve("Patches"),t.u=[],t.s=[],t.v=e)}function tn(t){bi(t),t.p.forEach(pu),t.p=null}function bi(t){t===go&&(go=t.l)}function ml(t){return go={p:[],l:go,h:t,m:!0,_:0}}function pu(t){var e=t[Z];e.i===0||e.i===1?e.j():e.g=!0}function hi(t,e){e._=e.p.length;var r=e.p[0],o=t!==void 0&&t!==r;return e.h.O||Ve("ES5").S(e,t,o),o?(r[Z].P&&(tn(e),Re(4)),ke(t)&&(t=rn(e,t),e.l||on(e,t)),e.u&&Ve("Patches").M(r[Z].t,t,e.u,e.s)):t=rn(e,r,[]),tn(e),e.u&&e.v(e.u,e.s),t!==Ll?t:void 0}function rn(t,e,r){if(Li(e))return e;var o=e[Z];if(!o)return Dt(e,(function(c,d){return gl(t,o,e,c,d,r)}),!0),e;if(o.A!==t)return e;if(!o.P)return on(t,o.t,!0),o.t;if(!o.I){o.I=!0,o.A._--;var a=o.i===4||o.i===5?o.o=Ci(o.k):o.o,i=a,s=!1;o.i===3&&(i=new Set(a),a.clear(),s=!0),Dt(i,(function(c,d){return gl(t,o,a,c,d,r,s)})),on(t,a,!1),r&&t.u&&Ve("Patches").N(o,r,t.u,t.s)}return o.o}function gl(t,e,r,o,a,i,s){if(Je(a)){var c=rn(t,a,i&&e&&e.i!==3&&!fr(e.R,o)?i.concat(o):void 0);if(El(r,o,c),!Je(c))return;t.m=!1}else s&&r.add(a);if(ke(a)&&!Li(a)){if(!t.h.D&&t._<1)return;rn(t,a),e&&e.A.l||on(t,a)}}function on(t,e,r){r===void 0&&(r=!1),!t.l&&t.h.D&&t.m&&Ai(e,r)}function mi(t,e){var r=t[Z];return(r?ft(r):t)[e]}function yl(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 pt(t){t.P||(t.P=!0,t.l&&pt(t.l))}function gi(t){t.o||(t.o=Ci(t.t))}function vi(t,e,r){var o=Si(e)?Ve("MapSet").F(e,r):Ei(e)?Ve("MapSet").T(e,r):t.O?(function(a,i){var s=Array.isArray(a),c={i:s?1:0,A:i?i.A:yi(),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):Ve("ES5").J(e,r);return(r?r.A:yi()).p.push(o),o}function hu(t){return Je(t)||Re(22,t),(function e(r){if(!ke(r))return r;var o,a=r[Z],i=hr(r);if(a){if(!a.P&&(a.i<4||!Ve("ES5").K(a)))return a.t;a.I=!0,o=bl(r,i),a.I=!1}else o=bl(r,i);return Dt(o,(function(s,c){a&&du(a.t,s)===c||El(o,s,e(c))})),i===3?new Set(o):o})(t)}function bl(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return Ci(t)}function Al(){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[Z];return yo.get(u,s)},set:function(u){var m=this[Z];yo.set(m,s,u)}},d}function e(s){for(var c=s.length-1;c>=0;c--){var d=s[c][Z];if(!d.P)switch(d.i){case 5:o(d)&&pt(d);break;case 4:r(d)&&pt(d)}}}function r(s){for(var c=s.t,d=s.k,u=pr(d),m=u.length-1;m>=0;m--){var h=u[m];if(h!==Z){var y=c[h];if(y===void 0&&!fr(c,h))return!0;var b=d[h],v=b&&b[Z];if(v?v.t!==y:!Cl(b,y))return!0}}var S=!!c[Z];return u.length!==pr(c).length+(S?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&&Re(3,JSON.stringify(ft(s)))}var i={};fu("ES5",{J:function(s,c){var d=Array.isArray(s),u=(function(h,y){if(h){for(var b=Array(y.length),v=0;v<y.length;v++)Object.defineProperty(b,""+v,t(v,!0));return b}var S=Ol(y);delete S[Z];for(var A=pr(S),L=0;L<A.length;L++){var w=A[L];S[w]=t(w,h||!!S[w].enumerable)}return Object.create(Object.getPrototypeOf(y),S)})(d,s),m={i:d?5:4,A:c?c.A:yi(),P:!1,I:!1,R:{},l:c,t:s,k:u,o:null,g:!1,C:!1};return Object.defineProperty(u,Z,{value:m,writable:!0}),u},S:function(s,c,d){d?Je(c)&&c[Z].A===s&&e(s.p):(s.u&&(function u(m){if(m&&typeof m=="object"){var h=m[Z];if(h){var y=h.t,b=h.k,v=h.R,S=h.i;if(S===4)Dt(b,(function(x){x!==Z&&(y[x]!==void 0||fr(y,x)?v[x]||u(b[x]):(v[x]=!0,pt(h)))})),Dt(y,(function(x){b[x]!==void 0||fr(b,x)||(v[x]=!1,pt(h))}));else if(S===5){if(o(h)&&(pt(h),v.length=!0),b.length<y.length)for(var A=b.length;A<y.length;A++)v[A]=!1;else for(var L=y.length;L<b.length;L++)v[L]=!0;for(var w=Math.min(b.length,y.length),E=0;E<w;E++)b.hasOwnProperty(E)||(v[E]=!0),v[E]===void 0&&u(b[E])}}}})(s.p[0]),e(s.p))},K:function(s){return s.i===4?r(s):o(s)}})}var vl,go,Oi=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",mu=typeof Map<"u",gu=typeof Set<"u",xl=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Ll=Oi?Symbol.for("immer-nothing"):((vl={})["immer-nothing"]=!0,vl),Sl=Oi?Symbol.for("immer-draftable"):"__$immer_draftable",Z=Oi?Symbol.for("immer-state"):"__$immer_state";var yu=""+Object.prototype.constructor,pr=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Ol=Object.getOwnPropertyDescriptors||function(t){var e={};return pr(t).forEach((function(r){e[r]=Object.getOwnPropertyDescriptor(t,r)})),e},xi={},yo={get:function(t,e){if(e===Z)return t;var r=ft(t);if(!fr(r,e))return(function(a,i,s){var c,d=yl(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||!ke(o)?o:o===mi(t.t,e)?(gi(t),t.o[e]=vi(t.A.h,o,t)):o},has:function(t,e){return e in ft(t)},ownKeys:function(t){return Reflect.ownKeys(ft(t))},set:function(t,e,r){var o=yl(ft(t),e);if(o?.set)return o.set.call(t.k,r),!0;if(!t.P){var a=mi(ft(t),e),i=a?.[Z];if(i&&i.t===r)return t.o[e]=r,t.R[e]=!1,!0;if(Cl(r,a)&&(r!==void 0||fr(t.t,e)))return!0;gi(t),pt(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 mi(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,gi(t),pt(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var r=ft(t),o=Reflect.getOwnPropertyDescriptor(r,e);return o&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:o.enumerable,value:r[e]}},defineProperty:function(){Re(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){Re(12)}},mo={};Dt(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 bu=(function(){function t(r){var o=this;this.O=xl,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(S){var A=this;S===void 0&&(S=c);for(var L=arguments.length,w=Array(L>1?L-1:0),E=1;E<L;E++)w[E-1]=arguments[E];return d.produce(S,(function(x){var C;return(C=i).call.apply(C,[A,x].concat(w))}))}}var u;if(typeof i!="function"&&Re(6),s!==void 0&&typeof s!="function"&&Re(7),ke(a)){var m=ml(o),h=vi(o,a,void 0),y=!0;try{u=i(h),y=!1}finally{y?tn(m):bi(m)}return typeof Promise<"u"&&u instanceof Promise?u.then((function(S){return pi(m,s),hi(S,m)}),(function(S){throw tn(m),S})):(pi(m,s),hi(u,m))}if(!a||typeof a!="object"){if((u=i(a))===void 0&&(u=a),u===Ll&&(u=void 0),o.D&&Ai(u,!0),s){var b=[],v=[];Ve("Patches").M(a,u,b,v),s(b,v)}return u}Re(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){ke(r)||Re(8),Je(r)&&(r=hu(r));var o=ml(this),a=vi(this,r,void 0);return a[Z].C=!0,bi(o),a},e.finishDraft=function(r,o){var a=r&&r[Z],i=a.A;return pi(i,o),hi(void 0,i)},e.setAutoFreeze=function(r){this.D=r},e.setUseProxies=function(r){r&&!xl&&Re(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=Ve("Patches").$;return Je(r)?s(r,o):this.produce(r,(function(c){return s(c,o)}))},t})(),ve=new bu,vu=ve.produce,wg=ve.produceWithPatches.bind(ve),_g=ve.setAutoFreeze.bind(ve),Ng=ve.setUseProxies.bind(ve),Mg=ve.applyPatches.bind(ve),Tg=ve.createDraft.bind(ve),kg=ve.finishDraft.bind(ve),nn=vu;function Ut(t){"@babel/helpers - typeof";return Ut=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},Ut(t)}function Rl(t,e){if(Ut(t)!="object"||!t)return t;var r=t[Symbol.toPrimitive];if(r!==void 0){var o=r.call(t,e||"default");if(Ut(o)!="object")return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function wl(t){var e=Rl(t,"string");return Ut(e)=="symbol"?e:e+""}function _l(t,e,r){return(e=wl(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function Nl(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 Ri(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?Nl(Object(r),!0).forEach(function(o){_l(t,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):Nl(Object(r)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))})}return t}function ce(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 Ml=(function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"})(),wi=function(){return Math.random().toString(36).substring(7).split("").join(".")},an={INIT:"@@redux/INIT"+wi(),REPLACE:"@@redux/REPLACE"+wi(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+wi()}};function xu(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 _i(t,e,r){var o;if(typeof e=="function"&&typeof r=="function"||typeof r=="function"&&typeof arguments[3]=="function")throw new Error(ce(0));if(typeof e=="function"&&typeof r>"u"&&(r=e,e=void 0),typeof r<"u"){if(typeof r!="function")throw new Error(ce(1));return r(_i)(t,e)}if(typeof t!="function")throw new Error(ce(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(ce(3));return i}function h(S){if(typeof S!="function")throw new Error(ce(4));if(d)throw new Error(ce(5));var A=!0;return u(),c.push(S),function(){if(A){if(d)throw new Error(ce(6));A=!1,u();var w=c.indexOf(S);c.splice(w,1),s=null}}}function y(S){if(!xu(S))throw new Error(ce(7));if(typeof S.type>"u")throw new Error(ce(8));if(d)throw new Error(ce(9));try{d=!0,i=a(i,S)}finally{d=!1}for(var A=s=c,L=0;L<A.length;L++){var w=A[L];w()}return S}function b(S){if(typeof S!="function")throw new Error(ce(10));a=S,y({type:an.REPLACE})}function v(){var S,A=h;return S={subscribe:function(w){if(typeof w!="object"||w===null)throw new Error(ce(11));function E(){w.next&&w.next(m())}E();var x=A(E);return{unsubscribe:x}}},S[Ml]=function(){return this},S}return y({type:an.INIT}),o={dispatch:y,subscribe:h,getState:m,replaceReducer:b},o[Ml]=v,o}function Su(t){Object.keys(t).forEach(function(e){var r=t[e],o=r(void 0,{type:an.INIT});if(typeof o>"u")throw new Error(ce(12));if(typeof r(void 0,{type:an.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(ce(13))})}function Tl(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{Su(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={},v=0;v<i.length;v++){var S=i[v],A=r[S],L=u[S],w=A(L,m);if(typeof w>"u"){var E=m&&m.type;throw new Error(ce(14))}b[S]=w,y=y||w!==L}return y=y||i.length!==Object.keys(u).length,y?b:u}}function mr(){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 kl(){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(ce(15))},s={getState:a.getState,dispatch:function(){return i.apply(void 0,arguments)}},c=e.map(function(d){return d(s)});return i=mr.apply(void 0,c)(a.dispatch),Ri(Ri({},a),{},{dispatch:i})}}}function Il(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 Pl=Il();Pl.withExtraArgument=Il;var Ni=Pl;var Bl=(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)}})(),Eu=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}}},gr=function(t,e){for(var r=0,o=e.length,a=t.length;r<o;r++,a++)t[a]=e[r];return t},Cu=Object.defineProperty,Au=Object.defineProperties,Lu=Object.getOwnPropertyDescriptors,zl=Object.getOwnPropertySymbols,Ou=Object.prototype.hasOwnProperty,Ru=Object.prototype.propertyIsEnumerable,Dl=function(t,e,r){return e in t?Cu(t,e,{enumerable:!0,configurable:!0,writable:!0,value:r}):t[e]=r},ht=function(t,e){for(var r in e||(e={}))Ou.call(e,r)&&Dl(t,r,e[r]);if(zl)for(var o=0,a=zl(e);o<a.length;o++){var r=a[o];Ru.call(e,r)&&Dl(t,r,e[r])}return t},Mi=function(t,e){return Au(t,Lu(e))},wu=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 _u=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?mr:mr.apply(null,arguments)},Xg=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function Nu(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 mt(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 ht(ht({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 Mu=(function(t){Bl(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,gr([void 0],r[0].concat(this)))):new(e.bind.apply(e,gr([void 0],r.concat(this))))},e})(Array),Tu=(function(t){Bl(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,gr([void 0],r[0].concat(this)))):new(e.bind.apply(e,gr([void 0],r.concat(this))))},e})(Array);function Ii(t){return ke(t)?nn(t,function(){}):t}function ku(t){return typeof t=="boolean"}function Iu(){return function(e){return Pu(e)}}function Pu(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 Mu;if(r&&(ku(r)?u.push(Ni):u.push(Ni.withExtraArgument(r.extraArgument))),0){if(a)var m;if(s)var h;if(d)var y}return u}var Ti=!0;function Hl(t){var e=Iu(),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(Nu(a))b=Tl(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 v=s;if(typeof v=="function"&&(v=v(e),!Ti&&!Array.isArray(v)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Ti&&v.some(function(x){return typeof x!="function"}))throw new Error("each middleware provided to configureStore must be a function");var S=kl.apply(void 0,v),A=mr;d&&(A=_u(ht({trace:!Ti},typeof d=="object"&&d)));var L=new Tu(S),w=L;Array.isArray(y)?w=gr([S],y):typeof y=="function"&&(w=y(L));var E=A.apply(void 0,w);return _i(b,m,E)}function $l(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 zu(t){return typeof t=="function"}function Du(t,e,r,o){r===void 0&&(r=[]);var a=typeof e=="function"?$l(e):[e,r,o],i=a[0],s=a[1],c=a[2],d;if(zu(t))d=function(){return Ii(t())};else{var u=Ii(t);d=function(){return u}}function m(h,y){h===void 0&&(h=d());var b=gr([i[y.type]],s.filter(function(v){var S=v.matcher;return S(y)}).map(function(v){var S=v.reducer;return S}));return b.filter(function(v){return!!v}).length===0&&(b=[c]),b.reduce(function(v,S){if(S)if(Je(v)){var A=v,L=S(A,y);return L===void 0?v:L}else{if(ke(v))return nn(v,function(w){return S(w,y)});var L=S(v,y);if(L===void 0){if(v===null)return v;throw Error("A case reducer on a non-draftable value must not return undefined")}return L}return v},h)}return m.getInitialState=d,m}function Uu(t,e){return t+"/"+e}function Gl(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:Ii(t.initialState),o=t.reducers||{},a=Object.keys(o),i={},s={},c={};a.forEach(function(m){var h=o[m],y=Uu(e,m),b,v;"reducer"in h?(b=h.reducer,v=h.prepare):b=h,i[m]=b,s[y]=b,c[m]=v?mt(y,v):mt(y)});function d(){var m=typeof t.extraReducers=="function"?$l(t.extraReducers):[t.extraReducers],h=m[0],y=h===void 0?{}:h,b=m[1],v=b===void 0?[]:b,S=m[2],A=S===void 0?void 0:S,L=ht(ht({},y),s);return Du(r,function(w){for(var E in L)w.addCase(E,L[E]);for(var x=0,C=v;x<C.length;x++){var _=C[x];w.addMatcher(_.matcher,_.reducer)}A&&w.addDefaultCase(A)})}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 Fu="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Bu=function(t){t===void 0&&(t=21);for(var e="",r=t;r--;)e+=Fu[Math.random()*64|0];return e},Hu=["name","message","stack","code"],ki=(function(){function t(e,r){this.payload=e,this.meta=r}return t})(),Ul=(function(){function t(e,r){this.payload=e,this.meta=r}return t})(),$u=function(t){if(typeof t=="object"&&t!==null){for(var e={},r=0,o=Hu;r<o.length;r++){var a=o[r];typeof t[a]=="string"&&(e[a]=t[a])}return e}return{message:String(t)}},t9=(function(){function t(e,r,o){var a=mt(e+"/fulfilled",function(m,h,y,b){return{payload:m,meta:Mi(ht({},b||{}),{arg:y,requestId:h,requestStatus:"fulfilled"})}}),i=mt(e+"/pending",function(m,h,y){return{payload:void 0,meta:Mi(ht({},y||{}),{arg:h,requestId:m,requestStatus:"pending"})}}),s=mt(e+"/rejected",function(m,h,y,b,v){return{payload:b,error:(o&&o.serializeError||$u)(m||"Rejected"),meta:Mi(ht({},v||{}),{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 v=o?.idGenerator?o.idGenerator(m):Bu(),S=new d,A,L=!1;function w(x){A=x,S.abort()}var E=(function(){return wu(this,null,function(){var x,C,_,z,V,B,M;return Eu(this,function(I){switch(I.label){case 0:return I.trys.push([0,4,,5]),z=(x=o?.condition)==null?void 0:x.call(o,m,{getState:y,extra:b}),Wu(z)?[4,z]:[3,2];case 1:z=I.sent(),I.label=2;case 2:if(z===!1||S.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return L=!0,V=new Promise(function($,Q){return S.signal.addEventListener("abort",function(){return Q({name:"AbortError",message:A||"Aborted"})})}),h(i(v,m,(C=o?.getPendingMeta)==null?void 0:C.call(o,{requestId:v,arg:m},{getState:y,extra:b}))),[4,Promise.race([V,Promise.resolve(r(m,{dispatch:h,getState:y,extra:b,requestId:v,signal:S.signal,abort:w,rejectWithValue:function($,Q){return new ki($,Q)},fulfillWithValue:function($,Q){return new Ul($,Q)}})).then(function($){if($ instanceof ki)throw $;return $ instanceof Ul?a($.payload,v,m,$.meta):a($,v,m)})])];case 3:return _=I.sent(),[3,5];case 4:return B=I.sent(),_=B instanceof ki?s(null,v,m,B.payload,B.meta):s(B,v,m),[3,5];case 5:return M=o&&!o.dispatchConditionRejection&&s.match(_)&&_.meta.condition,M||h(_),[2,_]}})})})();return Object.assign(E,{abort:w,requestId:v,arg:m,unwrap:function(){return E.then(Gu)}})}}return Object.assign(u,{pending:i,rejected:s,fulfilled:a,typePrefix:e})}return t.withTypes=function(){return t},t})();function Gu(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function Wu(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var Wl="listener",jl="completed",Vl="cancelled",r9="task-"+Vl,o9="task-"+jl,n9=Wl+"-"+Vl,a9=Wl+"-"+jl;var Pi="listenerMiddleware";var i9=mt(Pi+"/add"),s9=mt(Pi+"/removeAll"),c9=mt(Pi+"/remove");var Fl,l9=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return(Fl||(Fl=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},ju=function(t){return function(e){setTimeout(e,t)}},d9=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:ju(10);Al();window.ftReduxStores||(window.ftReduxStores={});var Ft=class t extends Ye{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(ur(i))return i;if(a==null)return;let s=Gl({...a,reducers:(r=a.reducers)!==null&&r!==void 0?r:{}}),c=Hl({reducer:(d,u)=>{if(u.type==="CLEAR_FT_REDUX_STORE"){let m=Me(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 Vu(){var t;for(let e of Object.values((t=window.ftReduxStores)!==null&&t!==void 0?t:{}))ur(e)&&e.clear()}var sn=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);qe(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 Ku(t,e,r){return new sn(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 Fi={};H(Fi,{scrollHelper:()=>Zu});var Di,cn=new Map,Ui=class{lock(e,r){if(r){let o=cn.get(r);if(o==null||o===e)return cn.set(r,e),r}}release(e,r){r&&cn.get(r)===e&&cn.delete(r)}findFirstScrollableParent(e){var r;let o,a;for(let i of ca(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=Rt(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=(Di=window.FluidTopicsScrollHelper)!==null&&Di!==void 0?Di:new Ui;var Zu=window.FluidTopicsScrollHelper;var Hi={};H(Hi,{SearchPlaceConverter:()=>vr,SearchPlaceQueryParams:()=>F,isSearchPlaceQueryParams:()=>I1,serializeRequest:()=>Xu});var Kl;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(Kl||(Kl={}));var Zl;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(Zl||(Zl={}));var ql;(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"})(ql||(ql={}));var Yl;(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"})(Yl||(Yl={}));var Xl;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(Xl||(Xl={}));var Jl;(function(t){t.VALUE="VALUE",t.DATE="DATE",t.RANGE="RANGE"})(Jl||(Jl={}));var Ql;(function(t){t.OFFICIAL="OFFICIAL",t.AI="AI"})(Ql||(Ql={}));var e1;(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"})(e1||(e1={}));var t1;(function(t){t.STANDARD="STANDARD",t.STRUCTURAL="STRUCTURAL"})(t1||(t1={}));var r1;(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"})(r1||(r1={}));var o1;(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"})(o1||(o1={}));var n1;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(n1||(n1={}));var a1;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(a1||(a1={}));var i1;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(i1||(i1={}));var s1;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(s1||(s1={}));var c1;(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"})(c1||(c1={}));var yr;(function(t){t.OPTIONAL="OPTIONAL",t.MANDATORY="MANDATORY"})(yr||(yr={}));var l1;(function(t){t.ASC="ASC",t.DESC="DESC"})(l1||(l1={}));var d1;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(d1||(d1={}));var Bi;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})(Bi||(Bi={}));var b1=t=>Object.keys(Bi).includes(t);var u1;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK",t.HTML_PACKAGE="HTML_PACKAGE"})(u1||(u1={}));var f1;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(f1||(f1={}));var p1;(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"})(p1||(p1={}));var br;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR"})(br||(br={}));var v1=t=>Object.keys(br).includes(t);var h1;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.HTML_PACKAGE="HTML_PACKAGE",t.HTML_PACKAGE_PAGE="HTML_PACKAGE_PAGE"})(h1||(h1={}));var m1;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS",t.TOPICS_AND_UNSTRUCTURED_DOCUMENTS="TOPICS_AND_UNSTRUCTURED_DOCUMENTS"})(m1||(m1={}));var g1;(function(t){t.PLAIN_TEXT="PLAIN_TEXT",t.LOCALIZED_OFFICIAL="LOCALIZED_OFFICIAL",t.LOCALIZED_CUSTOM="LOCALIZED_CUSTOM"})(g1||(g1={}));var J;(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"})(J||(J={}));var we;(function(t){t.SEARCHES="SEARCHES",t.BOOKMARKS="BOOKMARKS",t.BOOKS="BOOKS",t.COLLECTIONS="COLLECTIONS"})(we||(we={}));var y1;(function(t){t.UNAUTHENTICATED="UNAUTHENTICATED",t.USER_INCOMPLETE="USER_INCOMPLETE",t.MFA_REQUIRED="MFA_REQUIRED",t.AUTHENTICATED="AUTHENTICATED"})(y1||(y1={}));var x1;(function(t){t.UNREACHABLE="UNREACHABLE",t.UNAUTHORIZED="UNAUTHORIZED",t.FORBIDDEN="FORBIDDEN",t.INCOMPATIBLE="INCOMPATIBLE",t.FAILED="FAILED",t.OK="OK"})(x1||(x1={}));var S1;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(S1||(S1={}));var E1;(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"})(E1||(E1={}));var C1;(function(t){t.INACCURATE="INACCURATE",t.INCOMPLETE="INCOMPLETE",t.OFF_TOPIC="OFF_TOPIC",t.IRRELEVANT_SOURCES="IRRELEVANT_SOURCES",t.SLOW="SLOW",t.OTHER="OTHER"})(C1||(C1={}));var A1;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(A1||(A1={}));var L1;(function(t){t.JSON="JSON",t.TEXT="TEXT"})(L1||(L1={}));var O1;(function(t){t.TEXT="TEXT",t.HTML="HTML"})(O1||(O1={}));var R1;(function(t){t.IN_PROGRESS="IN_PROGRESS",t.ERROR="ERROR",t.DONE="DONE"})(R1||(R1={}));var w1;(function(t){t.HTML="HTML",t.MARKDOWN="MARKDOWN"})(w1||(w1={}));var _1;(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"})(_1||(_1={}));var N1;(function(t){t.MAP="MAP",t.UNSTRUCTURED_DOCUMENT="UNSTRUCTURED_DOCUMENT"})(N1||(N1={}));var qu={[J.PERSONAL_BOOK_SHARE_USER]:[J.PERSONAL_BOOK_USER],[J.HTML_EXPORT_USER]:[J.PERSONAL_BOOK_USER],[J.PDF_EXPORT_USER]:[J.PERSONAL_BOOK_USER],[J.KHUB_ADMIN]:[J.CONTENT_PUBLISHER],[J.ADMIN]:[J.KHUB_ADMIN,J.USERS_ADMIN,J.PORTAL_ADMIN,J.BEHAVIOR_DATA_USER],[J.GENERATIVE_AI_EXPORT_USER]:[J.GENERATIVE_AI_USER]};function M1(t,e){return t===e||(qu[t]??[]).some(r=>M1(r,e))}function T1(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=>M1(o,e))}function Yu(t){return`"${t}"`}function k1(t){return t.startsWith('"')&&t.endsWith('"')?t.replace(/(^"+)|("+$)/g,""):t}function Xu(t,e){return new vr(t).serialize(e)}var F;(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"})(F||(F={}));var Ju=new Set(Object.values(F));function I1(t){return Ju.has(t)}var vr=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 v=new URLSearchParams;e.contentLocale?(!r||e.contentLocale!==this.defaultContentLocale)&&v.append(F.LOCALE,e.contentLocale):v.append(F.LOCALE,this.allLanguagesAllowed?"all":this.defaultContentLocale),((o=e.query)===null||o===void 0?void 0:o.length)>0&&v.append(F.QUERY,e.query);let S=(i=(a=e.metadataFilters)===null||a===void 0?void 0:a.filter(x=>x.valueFilter&&!x.valueFilter.negative))!==null&&i!==void 0?i:[];if(S.length>0){let x=S.map(C=>{var _,z;let V=((z=(_=C.valueFilter)===null||_===void 0?void 0:_.values)!==null&&z!==void 0?z:[]).map(B=>this.escapeFilters(B)).map(B=>Yu(k1(B))).join("_");return`${C.key}~${V}`}).join("*");v.append(F.VALUE_FILTERS,x)}let A=(c=(s=e.metadataFilters)===null||s===void 0?void 0:s.filter(x=>x.dateFilter))!==null&&c!==void 0?c:[];if(A.length>0){let x=A.map(C=>{var _;return`${C.key}~${(_=C.dateFilter)===null||_===void 0?void 0:_.type.toLowerCase()}`}).join("*");v.append(F.DATE_FILTERS,x)}let L=(u=(d=e.metadataFilters)===null||d===void 0?void 0:d.filter(x=>x.rangeFilter))!==null&&u!==void 0?u:[];if(L.length>0){let x=L.map(C=>{var _,z;return`${C.key}~${(_=C.rangeFilter)===null||_===void 0?void 0:_.from}_${(z=C.rangeFilter)===null||z===void 0?void 0:z.to}`}).join("*");v.append(F.RANGE_FILTERS,x)}e.virtualField&&e.virtualField!=="EVERYWHERE"&&v.append(F.VIRTUAL_FIELD,e.virtualField.toLowerCase()),e.scope&&e.scope!=="DEFAULT"&&v.append(F.SCOPE,e.scope.toLowerCase()),e.sortId!=null&&v.append(F.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&&v.append(F.PER_PAGE,String(e.paging.perPage)),e.keywordMatch!=null&&v.append(F.KEYWORD_MATCH,e.keywordMatch.toLowerCase());let w=(b=e.otherQueryParams)!==null&&b!==void 0?b:{};for(let x in w)v.append(x,w[x]);let E=new Array;return v.forEach((x,C)=>{E.push(this.encodeQueryString(C)+"="+this.encodeQueryString(x))}),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(L){console.warn("Could not decode search request query params, fallback on raw value",L)}let d=new URLSearchParams(e),u=d.get(F.LOCALE)==="all"?void 0:d.get(F.LOCALE),m=((r=d.get(F.VIRTUAL_FIELD))!==null&&r!==void 0?r:"EVERYWHERE").toUpperCase(),h=(o=d.get(F.SORT))===null||o===void 0?void 0:o.toLowerCase(),y=(a=d.get(F.SCOPE))!==null&&a!==void 0?a:"default",b=+((i=d.get(F.PER_PAGE))!==null&&i!==void 0?i:this.defaultPerPage),v=d.get(F.KEYWORD_MATCH),S=v?v.toUpperCase()===yr.MANDATORY?yr.MANDATORY:yr.OPTIONAL:void 0,A={};for(let L of d.keys())I1(L)||(A[L]=d.get(L));return{contentLocale:u??(this.allLanguagesAllowed?void 0:this.defaultContentLocale),query:(s=d.get(F.QUERY))!==null&&s!==void 0?s:"",scope:(c=this.scopeMapping[y])!==null&&c!==void 0?c:"DEFAULT",virtualField:b1(m)?m:"EVERYWHERE",sortId:h,metadataFilters:this.parseCompatFilters(d),facets:[],paging:{page:1,perPage:Rt(1,isNaN(b)?this.defaultPerPage:b,1e3)},keywordMatch:S,otherQueryParams:A}}parseCompatFilters(e){var r,o,a,i,s,c;let d=[];return e.has(F.FILTERS)&&(d=this.parseValueFilters((r=e.get(F.FILTERS))!==null&&r!==void 0?r:"")),(o=e.has(F.PERIOD))!==null&&o!==void 0&&o&&(d=[...d,...this.parseLegacyPeriodFilter(((a=e.get(F.PERIOD))!==null&&a!==void 0?a:"").toUpperCase())]),[...d,...this.parseValueFilters((i=e.get(F.VALUE_FILTERS))!==null&&i!==void 0?i:""),...this.parseDateFilters((s=e.get(F.DATE_FILTERS))!==null&&s!==void 0?s:""),...this.parseRangeFilters((c=e.get(F.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(k1).map(o=>this.unescapeFilterValue(o)),negative:!1}}))}parseDateFilters(e){return e.length===0?[]:this.splitUnknownFilter(e).map(r=>({key:r[0],dateFilter:{type:br[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(v1(e))return[{key:"ft:lastEdition",dateFilter:{type:br[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[F.LOCALE,F.FILTERS,F.VALUE_FILTERS,F.DATE_FILTERS,F.RANGE_FILTERS].forEach(a=>{r.searchParams.delete(a)}),r.toString()}static updateLocaleParamInUrl(e,r){let o=new URL(e);return o.searchParams.delete(F.LOCALE),r!==void 0&&o.searchParams.append(F.LOCALE,r),o.toString()}};var Gi={};H(Gi,{toFtFormComponent:()=>Qu});var $i=Symbol("elementInternals"),Qu=re(Symbol("toFtFormComponent"),function(t){class e extends t{static get formAssociated(){return!0}get form(){return this[$i].form}constructor(...o){super(o),this[$i]=this.attachInternals()}setFormValue(o){this[$i].setFormValue(o)}}return e});var Wi={};H(Wi,{DateFormatter:()=>Bt});var Bt=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 Vi={};H(Vi,{ALL_KEYS_VALUE:()=>ji,SameWindowStorageEvent:()=>xr});var ji="__all__",xr=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==ji}};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 xr(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 xr(r[0],o))}});Storage.prototype.clear=new Proxy(Storage.prototype.clear,{apply(t,e,r){Reflect.apply(t,e,r),window.dispatchEvent(new xr(ji))}});var Zi={};H(Zi,{FocusMainContentEvent:()=>Ki});var Ki=class extends Event{constructor(){super("ft-focus-main-content",{composed:!0,bubbles:!0})}};var P1={};window.FluidTopicsA11yHints={isKeyboardNavigation:!1,lastPressedKey:""};function ef(t){(t.key==="Enter"||t.key===" "||t.key==="Tab")&&(window.FluidTopicsA11yHints.isKeyboardNavigation=!0),window.FluidTopicsA11yHints.lastPressedKey=t.key}function tf(t){window.FluidTopicsA11yHints.isKeyboardNavigation=t.detail==0}document.addEventListener("keydown",ef);document.addEventListener("click",tf);var z1=k`
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 qi={};H(qi,{withAriaNotification:()=>of});var rf={checkVisibility:!0},of=re(Symbol("withAriaNotification"),function(t){class e extends t{sendAriaNotification(o,a){let{checkVisibility:i}={...rf,...a};setTimeout(()=>{(!i||this.checkVisibility())&&(o=typeof o=="string"?o:o?.message,o&&this.dispatchEvent(new Qr({type:"aria",message:o})))},20)}}return e});var Yi={};H(Yi,{withConditionalVisibility:()=>nf});var D1=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 nf(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 D1([R({type:Boolean,attribute:!1})],e.prototype,"forceVisible",void 0),D1([q()],e.prototype,"isVisible",void 0),e}function Xi(t,e){return e.map(r=>r(t)).filter(r=>r!==!0).map(r=>r)}function ln(t,e,r){return t?e(t):r?.(t)}var ae=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},Ht;(function(t){t.blur="blur",t.blurWithStatusResolutionOnInput="blurWithStatusResolutionOnInput",t.input="input"})(Ht||(Ht={}));var $t;(function(t){t.default="default",t.warning="warning",t.error="error"})($t||($t={}));var Ji=class extends CustomEvent{constructor(e){super("input-validated",{detail:{level:e}})}},dy=re(Symbol("toFtInput"),function(t){class e extends t{constructor(){super(...arguments),this.warningRules=[],this.errorRules=[],this.validateOn=Ht.input,this.validateAtRender=!1,this.label="",this.hideLabel=!1,this.name="",this.disabled=!1,this.errorMessages=[],this.warningMessages=[],this.status=$t.default,this.focused=!1,this.additionalWarningRules=[],this.additionalErrorRules=[]}connectedCallback(){super.connectedCallback(),this.validateAtRender&&this.triggerValidation()}onBlur(){this.focused=!1,(this.validateOn===Ht.blur||this.validateOn===Ht.blurWithStatusResolutionOnInput)&&this.triggerValidation()}onFocus(){this.focused=!0}onInput(){(this.status!==$t.default&&this.validateOn===Ht.blurWithStatusResolutionOnInput||this.validateOn===Ht.input)&&this.triggerValidation()}triggerValidation(){this.errorMessages=Xi(this.value,[...this.errorRules,...this.additionalErrorRules]),this.warningMessages=Xi(this.value,[...this.warningRules,...this.additionalWarningRules]),this.status=this.resolveStatus(),this.dispatchEvent(new Ji(this.status))}get messagesForScreenReaderElementId(){return"sr-helper-text-list"}renderMessagesForScreenReader(){return K`
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
+ ${er(this.errorMessages,o=>K`
75
+ <li>${o}</li>
76
+ `)}
77
+ ${er(this.warningMessages,o=>K`
78
+ <li>${o}</li>
79
+ `)}
80
+ ${ln(!this.errorMessages.length&&!this.warningMessages.length&&this.helperText,()=>K`
81
+ <li>${this.helperText}</li>
82
+ `)}
83
+ </ul>
84
+ `}resolveStatus(){return this.forceStatus?this.forceStatus:this.errorMessages.length?$t.error:this.warningMessages.length?$t.warning:$t.default}}return ae([R()],e.prototype,"warningRules",void 0),ae([R()],e.prototype,"errorRules",void 0),ae([R()],e.prototype,"validateOn",void 0),ae([R({type:Boolean})],e.prototype,"validateAtRender",void 0),ae([R()],e.prototype,"label",void 0),ae([R({type:Boolean})],e.prototype,"hideLabel",void 0),ae([R()],e.prototype,"name",void 0),ae([R({type:Boolean})],e.prototype,"disabled",void 0),ae([R()],e.prototype,"helperText",void 0),ae([R()],e.prototype,"forceStatus",void 0),ae([R({reflect:!0})],e.prototype,"value",void 0),ae([q()],e.prototype,"errorMessages",void 0),ae([q()],e.prototype,"warningMessages",void 0),ae([q()],e.prototype,"status",void 0),ae([q()],e.prototype,"focused",void 0),ae([q()],e.prototype,"additionalWarningRules",void 0),ae([q()],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},dn=t=>{let e,r;do{if((e=t._$AM)===void 0)break;r=e._$AN,r.delete(t),t=e}while(r?.size===0)},U1=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),cf(e)}};function af(t){this._$AN!==void 0?(dn(this),this._$AM=t,U1(this)):this._$AM=t}function sf(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),dn(o[i]);else o!=null&&(vo(o,!1),dn(o));else vo(this,t)}var cf=t=>{t.type==He.CHILD&&(t._$AP??=sf,t._$AQ??=af)},Sr=class extends Ae{constructor(){super(...arguments),this._$AN=void 0}_$AT(e,r,o){super._$AT(e,r,o),U1(this),this.isConnected=e._$AU}_$AO(e,r=!0){e!==this.isConnected&&(this.isConnected=e,e?this.reconnected?.():this.disconnected?.()),r&&(vo(this,e),dn(this))}setValue(e){if(gc(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 Qi=class extends Sr{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 ee}update(e){return this.part=e,this.ensureFocusTrap(e.element),ee}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 Ee&&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}},wy=ge(Qi);var F1;(function(t){t.sm="sm",t.md="md",t.lg="lg",t.xl="xl"})(F1||(F1={}));var lf={sm:640,md:768,lg:1024,xl:1280},es=class extends Sr{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??(()=>W);return this.size>a?r():i()}resolveThreshold(e){return typeof e=="number"?e:lf[e]}},Ty=ge(es);var ts,rs,os,ns,df=navigator.vendor&&!!navigator.vendor.match(/apple/i)||((os=(rs=(ts=window.safari)===null||ts===void 0?void 0:ts.pushNotification)===null||rs===void 0?void 0:rs.toString())!==null&&os!==void 0?os:"")==="[object SafariRemoteNotification]",uf="ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0;window.ftGlobals=(ns=window.ftGlobals)!==null&&ns!==void 0?ns:{lit:Yn,litDecorators:Jn,litRepeat:Qn,litClassMap:ea,litStyleMap:ta,litUnsafeHTML:oa,wcUtils:{...fa,...aa,...ya,...Wi,...ba,...ia,...Da,...ua,...Ja,...Zi,...P1,...Fi,...Qa,...za,...ai,...Gi,...oi,...qi,...Yi,...ul,...da,...ci,...Ua,...ui,...z1,...pl,...fi,...zi,...Vi,...ei,...ri,...Hi,...ha,isSafari:df,isTouchScreen:uf,setVariable:lt}};var B1=n.extend("--ft-ripple-color","",ne.colorContent),Ie={color:B1,backgroundColor:n.extend("--ft-ripple-background-color","",B1),opacityContentOnSurfacePressed:n.external(ne.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:n.external(ne.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:n.external(ne.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:n.external(ne.opacityContentOnSurfaceSelected,"Design system"),borderRadius:n.create("--ft-ripple-border-radius","","SIZE","0px")},H1=n.extend("--ft-ripple-color","",ne.colorPrimary),$1={color:H1,backgroundColor:n.extend("--ft-ripple-background-color","",H1)},G1=n.extend("--ft-ripple-color","",ne.colorSecondary),W1={color:G1,backgroundColor:n.extend("--ft-ripple-background-color","",G1)},j1=k`
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: ${Ie.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: ${Ie.backgroundColor};
132
+ }
133
+
134
+ .ft-ripple .ft-ripple--effect {
135
+ background-color: ${Ie.color};
136
+ }
137
+
138
+ .ft-ripple.ft-ripple--secondary .ft-ripple--background {
139
+ background-color: ${W1.backgroundColor};
140
+ }
141
+
142
+ .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
143
+ background-color: ${W1.color};
144
+ }
145
+
146
+ .ft-ripple.ft-ripple--primary .ft-ripple--background {
147
+ background-color: ${$1.backgroundColor};
148
+ }
149
+
150
+ .ft-ripple.ft-ripple--primary .ft-ripple--effect {
151
+ background-color: ${$1.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: ${Ie.opacityContentOnSurfaceHover};
182
+ }
183
+
184
+ .ft-ripple.ft-ripple--selected .ft-ripple--background {
185
+ opacity: ${Ie.opacityContentOnSurfaceSelected};
186
+ }
187
+
188
+ .ft-ripple.ft-ripple--focused .ft-ripple--background {
189
+ opacity: ${Ie.opacityContentOnSurfaceFocused};
190
+ }
191
+
192
+ .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
193
+ opacity: ${Ie.opacityContentOnSurfacePressed};
194
+ transform: translate(-50%, -50%) scale(1);
195
+ }
196
+ `;var V1=k`
197
+ .ftds-tabs {
198
+ display: flex;
199
+ flex-direction: column;
200
+ height: 100%;
201
+ }
202
+
203
+ .ftds-tabs.ftds-tabs--horizontal {
204
+ flex-direction: row;
205
+ }
206
+
207
+ [role="tablist"] {
208
+ flex-shrink: 0;
209
+ flex-grow: 0;
210
+ display: flex;
211
+ flex-direction: row;
212
+ position: relative;
213
+ flex-wrap: wrap;
214
+ border-bottom: ${D.offBorderBottomWidth} solid ${D.offBorderBottomColor};
215
+ }
216
+
217
+ .ftds-tabs--horizontal [role="tablist"] {
218
+ flex-direction: column;
219
+ border-bottom: unset;
220
+ border-right: ${D.offBorderBottomWidth} solid ${D.offBorderBottomColor};
221
+ }
222
+
223
+ .ftds-tabs--align-end [role="tablist"],
224
+ .ftds-tabs--align-right [role="tablist"] {
225
+ justify-content: flex-end;
226
+ }
227
+
228
+ .ftds-tabs--align-justify [role="tablist"] {
229
+ justify-content: space-evenly;
230
+ }
231
+
232
+ [role='tab'] {
233
+ position: relative;
234
+ display: flex;
235
+ overflow: hidden;
236
+ flex-direction: column;
237
+ align-items: center;
238
+ justify-content: center;
239
+ padding: ${D.withLabelVerticalPadding} ${D.withLabelHorizontalPadding};
240
+ background: none;
241
+ box-shadow: 0px 0px 0px transparent;
242
+ text-shadow: 0px 0px 0px transparent;
243
+ cursor: pointer;
244
+ outline: none;
245
+ font-size: 16px;
246
+ line-height: 1;
247
+ color: ${D.offColor};
248
+ border-radius: ${D.topLeftBorderRadius} ${D.topRightBorderRadius} 0 0;
249
+ border: 0;
250
+ gap: ${D.verticalGap} ${D.horizontalGap};
251
+ z-index: 0;
252
+ }
253
+
254
+ .ftds-tabs--horizontal [role="tab"] {
255
+ border-radius: ${D.topRightBorderRadius} 0 0 ${D.topLeftBorderRadius};
256
+ }
257
+
258
+ .ftds-tabs--horizontal.ftds-tabs--side-icon [role="tab"],
259
+ .ftds-tabs--horizontal.ftds-tabs--label-only [role="tab"] {
260
+ align-items: flex-end;
261
+ justify-content: end;
262
+ }
263
+
264
+ .ftds-tabs--icon-only [role='tab'] {
265
+ padding: ${D.iconOnlyVerticalPadding} ${D.iconOnlyHorizontalPadding};
266
+ }
267
+
268
+ [role='tab'] ft-ripple {
269
+ ${lt(Ie.color,D.onStateLayerColor)};
270
+ }
271
+
272
+ [role='tab']:focus-visible {
273
+ outline: ${D.focusOutlineWidth} solid ${D.focusFocusRingColor};
274
+ outline-offset: calc(${D.focusOutlineWidth} * -1);
275
+ border-radius: ${D.focusOutlineWidth};
276
+ }
277
+
278
+ [role='tab']::before {
279
+ content: "";
280
+ position: absolute;
281
+ top: 0;
282
+ left: 0;
283
+ width: 100%;
284
+ height: 100%;
285
+ z-index: -1;
286
+ background-color: ${D.offStateLayerColor};
287
+ opacity: ${D.offDefaultStateLayerOpacity};
288
+ }
289
+
290
+ [role='tab']:focus-visible::before {
291
+ background-color: ${D.offStateLayerColor};
292
+ opacity: ${D.offFocusStateLayerOpacity};
293
+ }
294
+
295
+ [role='tab']:hover::before {
296
+ background-color: ${D.offStateLayerColor};
297
+ opacity: ${D.offHoverStateLayerOpacity};
298
+ }
299
+
300
+ [role='tab'][disabled] {
301
+ opacity: ${D.offDisabledComponentOpacity};
302
+ }
303
+
304
+ .ftds-tabs--side-icon [role='tab'] {
305
+ flex-direction: row;
306
+ }
307
+
308
+ [role='tab'][aria-selected='true'] {
309
+ color: ${D.onColor};
310
+ }
311
+
312
+ [role='tab'][aria-selected='true']::before {
313
+ background-color: ${D.onStateLayerColor};
314
+ opacity: ${D.onDefaultStateLayerOpacity};
315
+ }
316
+
317
+ [role='tab'][aria-selected='true']:active::before {
318
+ background-color: ${D.onStateLayerColor};
319
+ opacity: ${D.onActiveStateLayerOpacity};
320
+ }
321
+
322
+ [role='tab'][aria-selected='true']:hover::before {
323
+ background-color: ${D.onStateLayerColor};
324
+ opacity: ${D.onHoverStateLayerOpacity};
325
+ }
326
+
327
+ [role='tab'][aria-selected='true']:focus-visible::before {
328
+ background-color: ${D.onStateLayerColor};
329
+ opacity: ${D.onFocusStateLayerOpacity};
330
+ }
331
+
332
+ .ftds-tabs--align-justify [role='tab'],
333
+ .ftds-tabs--align-justify .ftds-tabs--tab-tooltip,
334
+ .ftds-tabs--align-justify .ftds-tabs--tab-tooltip::part(container) {
335
+ display: flex;
336
+ flex-grow: 1;
337
+ }
338
+
339
+ [role='tab'] .ftds-tabs--tab-label {
340
+ white-space: nowrap;
341
+ overflow: hidden;
342
+ text-overflow: ellipsis;
343
+ }
344
+
345
+ [role='tab']:not(.ftds-tabs--tab-with-label) .ftds-tabs--tab-label,
346
+ .ftds-tabs--icon-only .ftds-tabs--tab-with-icon .ftds-tabs--tab-label {
347
+ display: none;
348
+ }
349
+
350
+ [role='tab']:not(.ftds-tabs--tab-with-icon) .ftds-tabs--tab-icon,
351
+ .ftds-tabs--label-only .ftds-tabs--tab-with-label .ftds-tabs--tab-icon {
352
+ display: none;
353
+ }
354
+
355
+ .ftds-tabs--active-tab-indicator {
356
+ position: absolute;
357
+ border-radius: 0;
358
+ background-color: ${D.onActiveTabIndicatorColor};
359
+ transition: width 200ms ease, left 200ms ease, top 200ms ease;
360
+ }
361
+
362
+ .ftds-tabs--content {
363
+ flex-shrink: 1;
364
+ flex-grow: 1;
365
+ overflow: auto;
366
+ }
367
+
368
+ .ftds-tabs--horizontal .ftds-tabs--content {
369
+ overflow: unset;
370
+ }
371
+ `;function ff(t,e){let r=Zo[t];return k`
372
+ ${e?Fe(e):k`.ftds-typography--${Fe(t)}`} {
373
+ font-family: ${r.fontFamily};
374
+ font-size: ${r.fontSize};
375
+ font-weight: ${r.fontWeight};
376
+ letter-spacing: ${r.letterSpacing};
377
+ line-height: ${r.lineHeight};
378
+ text-decoration: ${r.textDecoration};
379
+ text-transform: ${r.textCase};
380
+ }
381
+ `}var K1=[Object.keys(Zo).map(t=>ff(t))];var Er;(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"})(Er||(Er={}));var q1=Symbol.for(""),pf=t=>{if(t?.r===q1)return t?._$litStatic$},Cr=t=>({_$litStatic$:t,r:q1});var Z1=new Map,as=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=pf(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=Z1.get(h))===void 0&&(s.raw=s,Z1.set(h,e=s)),r=c}return t(e,...r)},Ar=as(K),tv=as(jn),rv=as(Vn);var Y1=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},Qe=class extends G{constructor(){super(...arguments),this.variant=Er.body2medium}render(){return this.element?Ar`
382
+ <${Cr(this.element)}
383
+ part="text"
384
+ class="ftds-typography ftds-typography--${this.variant}">
385
+ <slot></slot>
386
+ </${Cr(this.element)}>
387
+ `:Ar`
388
+ <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
389
+ `}};Qe.styles=[...K1];Y1([R()],Qe.prototype,"element",void 0);Y1([R()],Qe.prototype,"variant",void 0);var X1={"ftds-typography":Qe};oe(X1);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},Y=class extends G{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 se(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 se(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 K`
390
+ <style>
391
+ .ft-ripple .ft-ripple--effect {
392
+ left: ${this.originX}px;
393
+ top: ${this.originY}px;
394
+ }
395
+ </style>
396
+ <div class="${st(e)}">
397
+ <div class="ft-ripple--background"></div>
398
+ <div class="ft-ripple--effect"></div>
399
+ </div>
400
+ `}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()}};Y.elementDefinitions={};Y.styles=j1;pe([R({type:Boolean})],Y.prototype,"primary",void 0);pe([R({type:Boolean})],Y.prototype,"secondary",void 0);pe([R({type:Boolean})],Y.prototype,"unbounded",void 0);pe([R({type:Boolean})],Y.prototype,"activated",void 0);pe([R({type:Boolean})],Y.prototype,"selected",void 0);pe([R({type:Boolean})],Y.prototype,"disabled",void 0);pe([q()],Y.prototype,"hovered",void 0);pe([q()],Y.prototype,"focused",void 0);pe([q()],Y.prototype,"pressed",void 0);pe([q()],Y.prototype,"rippling",void 0);pe([q()],Y.prototype,"originX",void 0);pe([q()],Y.prototype,"originY",void 0);pe([Ce(".ft-ripple")],Y.prototype,"ripple",void 0);pe([Ce(".ft-ripple--effect")],Y.prototype,"rippleEffect",void 0);var J1={"ft-ripple":Y};oe(J1);var Q1={size:n.create("--ftds-icon-font-size","","SIZE","24px")},e2=[k`
401
+ :host {
402
+ display: inline-flex;
403
+ }
404
+
405
+ .ftds-icon {
406
+ display: inline-flex;
407
+ }
408
+
409
+ svg {
410
+ height: ${Q1.size};
411
+ }
412
+
413
+ .ftds-icon--monospace svg {
414
+ width: ${Q1.size};
415
+ }
416
+ `,li];var p;(function(t){t.regular="regular",t.solid="solid",t.custom="custom"})(p||(p={}));var t2=[{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 ps(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 hf(t){if(Array.isArray(t))return t}function mf(t){if(Array.isArray(t))return ps(t)}function gf(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function r2(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,I2(o.key),o)}}function yf(t,e,r){return e&&r2(t.prototype,e),r&&r2(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function pn(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.
417
+ 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 P(t,e,r){return(e=I2(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function bf(t){if(typeof Symbol<"u"&&t[Symbol.iterator]!=null||t["@@iterator"]!=null)return Array.from(t)}function vf(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 xf(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
418
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Sf(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
419
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function o2(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 O(t){for(var e=1;e<arguments.length;e++){var r=arguments[e]!=null?arguments[e]:{};e%2?o2(Object(r),!0).forEach(function(o){P(t,o,r[o])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):o2(Object(r)).forEach(function(o){Object.defineProperty(t,o,Object.getOwnPropertyDescriptor(r,o))})}return t}function vn(t,e){return hf(t)||vf(t,e)||ws(t,e)||xf()}function ze(t){return mf(t)||bf(t)||ws(t)||Sf()}function Ef(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 I2(t){var e=Ef(t,"string");return typeof e=="symbol"?e:e+""}function gn(t){"@babel/helpers - typeof";return gn=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},gn(t)}function ws(t,e){if(t){if(typeof t=="string")return ps(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)?ps(t,e):void 0}}var n2=function(){},_s={},P2={},z2=null,D2={mark:n2,measure:n2};try{typeof window<"u"&&(_s=window),typeof document<"u"&&(P2=document),typeof MutationObserver<"u"&&(z2=MutationObserver),typeof performance<"u"&&(D2=performance)}catch{}var Cf=_s.navigator||{},a2=Cf.userAgent,i2=a2===void 0?"":a2,yt=_s,j=P2,s2=z2,un=D2,Hv=!!yt.document,rt=!!j.documentElement&&!!j.head&&typeof j.addEventListener=="function"&&typeof j.createElement=="function",U2=~i2.indexOf("MSIE")||~i2.indexOf("Trident/"),is,Af=/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)?[\-\ ]/,Lf=/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,F2={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"}},Of={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},B2=["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"],ie="classic",Ao="duotone",H2="sharp",$2="sharp-duotone",G2="chisel",W2="etch",j2="graphite",V2="jelly",K2="jelly-duo",Z2="jelly-fill",q2="notdog",Y2="notdog-duo",X2="slab",J2="slab-press",Q2="thumbprint",e0="utility",t0="utility-duo",r0="utility-fill",o0="whiteboard",Rf="Classic",wf="Duotone",_f="Sharp",Nf="Sharp Duotone",Mf="Chisel",Tf="Etch",kf="Graphite",If="Jelly",Pf="Jelly Duo",zf="Jelly Fill",Df="Notdog",Uf="Notdog Duo",Ff="Slab",Bf="Slab Press",Hf="Thumbprint",$f="Utility",Gf="Utility Duo",Wf="Utility Fill",jf="Whiteboard",n0=[ie,Ao,H2,$2,G2,W2,j2,V2,K2,Z2,q2,Y2,X2,J2,Q2,e0,t0,r0,o0],$v=(is={},P(P(P(P(P(P(P(P(P(P(is,ie,Rf),Ao,wf),H2,_f),$2,Nf),G2,Mf),W2,Tf),j2,kf),V2,If),K2,Pf),Z2,zf),P(P(P(P(P(P(P(P(P(is,q2,Df),Y2,Uf),X2,Ff),J2,Bf),Q2,Hf),e0,$f),t0,Gf),r0,Wf),o0,jf)),Vf={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"}},Kf={"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"}},Zf=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}]]),qf={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"}},a0=["fak","fa-kit","fakd","fa-kit-duotone"],c2={kit:{fak:"kit","fa-kit":"kit"},"kit-duotone":{fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"}},Yf=["kit"],Xf="kit",Jf="kit-duotone",Qf="Kit",e3="Kit Duotone",Gv=P(P({},Xf,Qf),Jf,e3),t3={kit:{"fa-kit":"fak"},"kit-duotone":{"fa-kit-duotone":"fakd"}},r3={"Font Awesome Kit":{400:"fak",normal:"fak"},"Font Awesome Kit Duotone":{400:"fakd",normal:"fakd"}},o3={kit:{fak:"fa-kit"},"kit-duotone":{fakd:"fa-kit-duotone"}},l2={kit:{kit:"fak"},"kit-duotone":{"kit-duotone":"fakd"}},ss,fn={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},n3=["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"],a3="classic",i3="duotone",s3="sharp",c3="sharp-duotone",l3="chisel",d3="etch",u3="graphite",f3="jelly",p3="jelly-duo",h3="jelly-fill",m3="notdog",g3="notdog-duo",y3="slab",b3="slab-press",v3="thumbprint",x3="utility",S3="utility-duo",E3="utility-fill",C3="whiteboard",A3="Classic",L3="Duotone",O3="Sharp",R3="Sharp Duotone",w3="Chisel",_3="Etch",N3="Graphite",M3="Jelly",T3="Jelly Duo",k3="Jelly Fill",I3="Notdog",P3="Notdog Duo",z3="Slab",D3="Slab Press",U3="Thumbprint",F3="Utility",B3="Utility Duo",H3="Utility Fill",$3="Whiteboard",Wv=(ss={},P(P(P(P(P(P(P(P(P(P(ss,a3,A3),i3,L3),s3,O3),c3,R3),l3,w3),d3,_3),u3,N3),f3,M3),p3,T3),h3,k3),P(P(P(P(P(P(P(P(P(ss,m3,I3),g3,P3),y3,z3),b3,D3),v3,U3),x3,F3),S3,B3),E3,H3),C3,$3)),G3="kit",W3="kit-duotone",j3="Kit",V3="Kit Duotone",jv=P(P({},G3,j3),W3,V3),K3={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"}},Z3={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"]},hs={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"}},q3=["fa-solid","fa-regular","fa-light","fa-thin","fa-duotone","fa-brands","fa-semibold"],i0=["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(n3,q3),Y3=["solid","regular","light","thin","duotone","brands","semibold"],s0=[1,2,3,4,5,6,7,8,9,10],X3=s0.concat([11,12,13,14,15,16,17,18,19,20]),J3=["aw","fw","pull-left","pull-right"],Q3=[].concat(ze(Object.keys(Z3)),Y3,J3,["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",fn.GROUP,fn.SWAP_OPACITY,fn.PRIMARY,fn.SECONDARY]).concat(s0.map(function(t){return"".concat(t,"x")})).concat(X3.map(function(t){return"w-".concat(t)})),ep={"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"}},et="___FONT_AWESOME___",ms=16,c0="fa",l0="svg-inline--fa",Wt="data-fa-i2svg",gs="data-fa-pseudo-element",tp="data-fa-pseudo-element-pending",Ns="data-prefix",Ms="data-icon",d2="fontawesome-i2svg",rp="async",op=["HTML","HEAD","STYLE","SCRIPT"],d0=["::before","::after",":before",":after"],u0=(function(){try{return!0}catch{return!1}})();function Lo(t){return new Proxy(t,{get:function(r,o){return o in r?r[o]:r[ie]}})}var f0=O({},F2);f0[ie]=O(O(O(O({},{"fa-duotone":"duotone"}),F2[ie]),c2.kit),c2["kit-duotone"]);var np=Lo(f0),ys=O({},qf);ys[ie]=O(O(O(O({},{duotone:"fad"}),ys[ie]),l2.kit),l2["kit-duotone"]);var u2=Lo(ys),bs=O({},hs);bs[ie]=O(O({},bs[ie]),o3.kit);var Ts=Lo(bs),vs=O({},K3);vs[ie]=O(O({},vs[ie]),t3.kit);var Vv=Lo(vs),ap=Af,p0="fa-layers-text",ip=Lf,sp=O({},Vf),Kv=Lo(sp),cp=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],cs=Of,lp=[].concat(ze(Yf),ze(Q3)),So=yt.FontAwesomeConfig||{};function dp(t){var e=j.querySelector("script["+t+"]");if(e)return e.getAttribute(t)}function up(t){return t===""?!0:t==="false"?!1:t==="true"?!0:t}j&&typeof j.querySelector=="function"&&(f2=[["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"]],f2.forEach(function(t){var e=vn(t,2),r=e[0],o=e[1],a=up(dp(r));a!=null&&(So[o]=a)}));var f2,h0={styleDefault:"solid",familyDefault:ie,cssPrefix:c0,replacementClass:l0,autoReplaceSvg:!0,autoAddCss:!0,searchPseudoElements:!1,searchPseudoElementsWarnings:!0,searchPseudoElementsFullScan:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};So.familyPrefix&&(So.cssPrefix=So.familyPrefix);var Rr=O(O({},h0),So);Rr.autoReplaceSvg||(Rr.observeMutations=!1);var N={};Object.keys(h0).forEach(function(t){Object.defineProperty(N,t,{enumerable:!0,set:function(r){Rr[t]=r,Eo.forEach(function(o){return o(N)})},get:function(){return Rr[t]}})});Object.defineProperty(N,"familyPrefix",{enumerable:!0,set:function(e){Rr.cssPrefix=e,Eo.forEach(function(r){return r(N)})},get:function(){return Rr.cssPrefix}});yt.FontAwesomeConfig=N;var Eo=[];function fp(t){return Eo.push(t),function(){Eo.splice(Eo.indexOf(t),1)}}var gt=ms,Ke={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function pp(t){if(!(!t||!rt)){var e=j.createElement("style");e.setAttribute("type","text/css"),e.innerHTML=t;for(var r=j.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 j.head.insertBefore(e,o),t}}var hp="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function p2(){for(var t=12,e="";t-- >0;)e+=hp[Math.random()*62|0];return e}function wr(t){for(var e=[],r=(t||[]).length>>>0;r--;)e[r]=t[r];return e}function ks(t){return t.classList?wr(t.classList):(t.getAttribute("class")||"").split(" ").filter(function(e){return e})}function m0(t){return"".concat(t).replace(/&/g,"&amp;").replace(/"/g,"&quot;").replace(/'/g,"&#39;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function mp(t){return Object.keys(t||{}).reduce(function(e,r){return e+"".concat(r,'="').concat(m0(t[r]),'" ')},"").trim()}function xn(t){return Object.keys(t||{}).reduce(function(e,r){return e+"".concat(r,": ").concat(t[r].trim(),";")},"")}function Is(t){return t.size!==Ke.size||t.x!==Ke.x||t.y!==Ke.y||t.rotate!==Ke.rotate||t.flipX||t.flipY}function gp(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 yp(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&&U2?d+="translate(".concat(e.x/gt-o/2,"em, ").concat(e.y/gt-i/2,"em) "):c?d+="translate(calc(-50% + ".concat(e.x/gt,"em), calc(-50% + ").concat(e.y/gt,"em)) "):d+="translate(".concat(e.x/gt,"em, ").concat(e.y/gt,"em) "),d+="scale(".concat(e.size/gt*(e.flipX?-1:1),", ").concat(e.size/gt*(e.flipY?-1:1),") "),d+="rotate(".concat(e.rotate,"deg) "),d}var bp=`:root, :host {
420
+ --fa-font-solid: normal 900 1em/1 'Font Awesome 7 Free';
421
+ --fa-font-regular: normal 400 1em/1 'Font Awesome 7 Free';
422
+ --fa-font-light: normal 300 1em/1 'Font Awesome 7 Pro';
423
+ --fa-font-thin: normal 100 1em/1 'Font Awesome 7 Pro';
424
+ --fa-font-duotone: normal 900 1em/1 'Font Awesome 7 Duotone';
425
+ --fa-font-duotone-regular: normal 400 1em/1 'Font Awesome 7 Duotone';
426
+ --fa-font-duotone-light: normal 300 1em/1 'Font Awesome 7 Duotone';
427
+ --fa-font-duotone-thin: normal 100 1em/1 'Font Awesome 7 Duotone';
428
+ --fa-font-brands: normal 400 1em/1 'Font Awesome 7 Brands';
429
+ --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 7 Sharp';
430
+ --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 7 Sharp';
431
+ --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 7 Sharp';
432
+ --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 7 Sharp';
433
+ --fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 7 Sharp Duotone';
434
+ --fa-font-sharp-duotone-regular: normal 400 1em/1 'Font Awesome 7 Sharp Duotone';
435
+ --fa-font-sharp-duotone-light: normal 300 1em/1 'Font Awesome 7 Sharp Duotone';
436
+ --fa-font-sharp-duotone-thin: normal 100 1em/1 'Font Awesome 7 Sharp Duotone';
437
+ --fa-font-slab-regular: normal 400 1em/1 'Font Awesome 7 Slab';
438
+ --fa-font-slab-press-regular: normal 400 1em/1 'Font Awesome 7 Slab Press';
439
+ --fa-font-whiteboard-semibold: normal 600 1em/1 'Font Awesome 7 Whiteboard';
440
+ --fa-font-thumbprint-light: normal 300 1em/1 'Font Awesome 7 Thumbprint';
441
+ --fa-font-notdog-solid: normal 900 1em/1 'Font Awesome 7 Notdog';
442
+ --fa-font-notdog-duo-solid: normal 900 1em/1 'Font Awesome 7 Notdog Duo';
443
+ --fa-font-etch-solid: normal 900 1em/1 'Font Awesome 7 Etch';
444
+ --fa-font-graphite-thin: normal 100 1em/1 'Font Awesome 7 Graphite';
445
+ --fa-font-jelly-regular: normal 400 1em/1 'Font Awesome 7 Jelly';
446
+ --fa-font-jelly-fill-regular: normal 400 1em/1 'Font Awesome 7 Jelly Fill';
447
+ --fa-font-jelly-duo-regular: normal 400 1em/1 'Font Awesome 7 Jelly Duo';
448
+ --fa-font-chisel-regular: normal 400 1em/1 'Font Awesome 7 Chisel';
449
+ --fa-font-utility-semibold: normal 600 1em/1 'Font Awesome 7 Utility';
450
+ --fa-font-utility-duo-semibold: normal 600 1em/1 'Font Awesome 7 Utility Duo';
451
+ --fa-font-utility-fill-semibold: normal 600 1em/1 'Font Awesome 7 Utility Fill';
452
+ }
453
+
454
+ .svg-inline--fa {
455
+ box-sizing: content-box;
456
+ display: var(--fa-display, inline-block);
457
+ height: 1em;
458
+ overflow: visible;
459
+ vertical-align: -0.125em;
460
+ width: var(--fa-width, 1.25em);
461
+ }
462
+ .svg-inline--fa.fa-2xs {
463
+ vertical-align: 0.1em;
464
+ }
465
+ .svg-inline--fa.fa-xs {
466
+ vertical-align: 0em;
467
+ }
468
+ .svg-inline--fa.fa-sm {
469
+ vertical-align: -0.0714285714em;
470
+ }
471
+ .svg-inline--fa.fa-lg {
472
+ vertical-align: -0.2em;
473
+ }
474
+ .svg-inline--fa.fa-xl {
475
+ vertical-align: -0.25em;
476
+ }
477
+ .svg-inline--fa.fa-2xl {
478
+ vertical-align: -0.3125em;
479
+ }
480
+ .svg-inline--fa.fa-pull-left,
481
+ .svg-inline--fa .fa-pull-start {
482
+ float: inline-start;
483
+ margin-inline-end: var(--fa-pull-margin, 0.3em);
484
+ }
485
+ .svg-inline--fa.fa-pull-right,
486
+ .svg-inline--fa .fa-pull-end {
487
+ float: inline-end;
488
+ margin-inline-start: var(--fa-pull-margin, 0.3em);
489
+ }
490
+ .svg-inline--fa.fa-li {
491
+ width: var(--fa-li-width, 2em);
492
+ inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
493
+ inset-block-start: 0.25em; /* syncing vertical alignment with Web Font rendering */
494
+ }
495
+
496
+ .fa-layers-counter, .fa-layers-text {
497
+ display: inline-block;
498
+ position: absolute;
499
+ text-align: center;
500
+ }
501
+
502
+ .fa-layers {
503
+ display: inline-block;
504
+ height: 1em;
505
+ position: relative;
506
+ text-align: center;
507
+ vertical-align: -0.125em;
508
+ width: var(--fa-width, 1.25em);
509
+ }
510
+ .fa-layers .svg-inline--fa {
511
+ inset: 0;
512
+ margin: auto;
513
+ position: absolute;
514
+ transform-origin: center center;
515
+ }
516
+
517
+ .fa-layers-text {
518
+ left: 50%;
519
+ top: 50%;
520
+ transform: translate(-50%, -50%);
521
+ transform-origin: center center;
522
+ }
523
+
524
+ .fa-layers-counter {
525
+ background-color: var(--fa-counter-background-color, #ff253a);
526
+ border-radius: var(--fa-counter-border-radius, 1em);
527
+ box-sizing: border-box;
528
+ color: var(--fa-inverse, #fff);
529
+ line-height: var(--fa-counter-line-height, 1);
530
+ max-width: var(--fa-counter-max-width, 5em);
531
+ min-width: var(--fa-counter-min-width, 1.5em);
532
+ overflow: hidden;
533
+ padding: var(--fa-counter-padding, 0.25em 0.5em);
534
+ right: var(--fa-right, 0);
535
+ text-overflow: ellipsis;
536
+ top: var(--fa-top, 0);
537
+ transform: scale(var(--fa-counter-scale, 0.25));
538
+ transform-origin: top right;
539
+ }
540
+
541
+ .fa-layers-bottom-right {
542
+ bottom: var(--fa-bottom, 0);
543
+ right: var(--fa-right, 0);
544
+ top: auto;
545
+ transform: scale(var(--fa-layers-scale, 0.25));
546
+ transform-origin: bottom right;
547
+ }
548
+
549
+ .fa-layers-bottom-left {
550
+ bottom: var(--fa-bottom, 0);
551
+ left: var(--fa-left, 0);
552
+ right: auto;
553
+ top: auto;
554
+ transform: scale(var(--fa-layers-scale, 0.25));
555
+ transform-origin: bottom left;
556
+ }
557
+
558
+ .fa-layers-top-right {
559
+ top: var(--fa-top, 0);
560
+ right: var(--fa-right, 0);
561
+ transform: scale(var(--fa-layers-scale, 0.25));
562
+ transform-origin: top right;
563
+ }
564
+
565
+ .fa-layers-top-left {
566
+ left: var(--fa-left, 0);
567
+ right: auto;
568
+ top: var(--fa-top, 0);
569
+ transform: scale(var(--fa-layers-scale, 0.25));
570
+ transform-origin: top left;
571
+ }
572
+
573
+ .fa-1x {
574
+ font-size: 1em;
575
+ }
576
+
577
+ .fa-2x {
578
+ font-size: 2em;
579
+ }
580
+
581
+ .fa-3x {
582
+ font-size: 3em;
583
+ }
584
+
585
+ .fa-4x {
586
+ font-size: 4em;
587
+ }
588
+
589
+ .fa-5x {
590
+ font-size: 5em;
591
+ }
592
+
593
+ .fa-6x {
594
+ font-size: 6em;
595
+ }
596
+
597
+ .fa-7x {
598
+ font-size: 7em;
599
+ }
600
+
601
+ .fa-8x {
602
+ font-size: 8em;
603
+ }
604
+
605
+ .fa-9x {
606
+ font-size: 9em;
607
+ }
608
+
609
+ .fa-10x {
610
+ font-size: 10em;
611
+ }
612
+
613
+ .fa-2xs {
614
+ font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that's relative to the scale's 16px base */
615
+ line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it's parent */
616
+ vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
617
+ }
618
+
619
+ .fa-xs {
620
+ font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that's relative to the scale's 16px base */
621
+ line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it's parent */
622
+ vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
623
+ }
624
+
625
+ .fa-sm {
626
+ font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that's relative to the scale's 16px base */
627
+ line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it's parent */
628
+ vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
629
+ }
630
+
631
+ .fa-lg {
632
+ font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that's relative to the scale's 16px base */
633
+ line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it's parent */
634
+ vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
635
+ }
636
+
637
+ .fa-xl {
638
+ font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that's relative to the scale's 16px base */
639
+ line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it's parent */
640
+ vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
641
+ }
642
+
643
+ .fa-2xl {
644
+ font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that's relative to the scale's 16px base */
645
+ line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it's parent */
646
+ vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text's descender */
647
+ }
648
+
649
+ .fa-width-auto {
650
+ --fa-width: auto;
651
+ }
652
+
653
+ .fa-fw,
654
+ .fa-width-fixed {
655
+ --fa-width: 1.25em;
656
+ }
657
+
658
+ .fa-ul {
659
+ list-style-type: none;
660
+ margin-inline-start: var(--fa-li-margin, 2.5em);
661
+ padding-inline-start: 0;
662
+ }
663
+ .fa-ul > li {
664
+ position: relative;
665
+ }
666
+
667
+ .fa-li {
668
+ inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
669
+ position: absolute;
670
+ text-align: center;
671
+ width: var(--fa-li-width, 2em);
672
+ line-height: inherit;
673
+ }
674
+
675
+ /* Heads Up: Bordered Icons will not be supported in the future!
676
+ - This feature will be deprecated in the next major release of Font Awesome (v8)!
677
+ - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.
678
+ */
679
+ /* Notes:
680
+ * --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)
681
+ * --@{v.$css-prefix}-border-padding =
682
+ ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it's vertical alignment)
683
+ ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)
684
+ */
685
+ .fa-border {
686
+ border-color: var(--fa-border-color, #eee);
687
+ border-radius: var(--fa-border-radius, 0.1em);
688
+ border-style: var(--fa-border-style, solid);
689
+ border-width: var(--fa-border-width, 0.0625em);
690
+ box-sizing: var(--fa-border-box-sizing, content-box);
691
+ padding: var(--fa-border-padding, 0.1875em 0.25em);
692
+ }
693
+
694
+ .fa-pull-left,
695
+ .fa-pull-start {
696
+ float: inline-start;
697
+ margin-inline-end: var(--fa-pull-margin, 0.3em);
698
+ }
699
+
700
+ .fa-pull-right,
701
+ .fa-pull-end {
702
+ float: inline-end;
703
+ margin-inline-start: var(--fa-pull-margin, 0.3em);
704
+ }
705
+
706
+ .fa-beat {
707
+ animation-name: fa-beat;
708
+ animation-delay: var(--fa-animation-delay, 0s);
709
+ animation-direction: var(--fa-animation-direction, normal);
710
+ animation-duration: var(--fa-animation-duration, 1s);
711
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
712
+ animation-timing-function: var(--fa-animation-timing, ease-in-out);
713
+ }
714
+
715
+ .fa-bounce {
716
+ animation-name: fa-bounce;
717
+ animation-delay: var(--fa-animation-delay, 0s);
718
+ animation-direction: var(--fa-animation-direction, normal);
719
+ animation-duration: var(--fa-animation-duration, 1s);
720
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
721
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
722
+ }
723
+
724
+ .fa-fade {
725
+ animation-name: fa-fade;
726
+ animation-delay: var(--fa-animation-delay, 0s);
727
+ animation-direction: var(--fa-animation-direction, normal);
728
+ animation-duration: var(--fa-animation-duration, 1s);
729
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
730
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
731
+ }
732
+
733
+ .fa-beat-fade {
734
+ animation-name: fa-beat-fade;
735
+ animation-delay: var(--fa-animation-delay, 0s);
736
+ animation-direction: var(--fa-animation-direction, normal);
737
+ animation-duration: var(--fa-animation-duration, 1s);
738
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
739
+ animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
740
+ }
741
+
742
+ .fa-flip {
743
+ animation-name: fa-flip;
744
+ animation-delay: var(--fa-animation-delay, 0s);
745
+ animation-direction: var(--fa-animation-direction, normal);
746
+ animation-duration: var(--fa-animation-duration, 1s);
747
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
748
+ animation-timing-function: var(--fa-animation-timing, ease-in-out);
749
+ }
750
+
751
+ .fa-shake {
752
+ animation-name: fa-shake;
753
+ animation-delay: var(--fa-animation-delay, 0s);
754
+ animation-direction: var(--fa-animation-direction, normal);
755
+ animation-duration: var(--fa-animation-duration, 1s);
756
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
757
+ animation-timing-function: var(--fa-animation-timing, linear);
758
+ }
759
+
760
+ .fa-spin {
761
+ animation-name: fa-spin;
762
+ animation-delay: var(--fa-animation-delay, 0s);
763
+ animation-direction: var(--fa-animation-direction, normal);
764
+ animation-duration: var(--fa-animation-duration, 2s);
765
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
766
+ animation-timing-function: var(--fa-animation-timing, linear);
767
+ }
768
+
769
+ .fa-spin-reverse {
770
+ --fa-animation-direction: reverse;
771
+ }
772
+
773
+ .fa-pulse,
774
+ .fa-spin-pulse {
775
+ animation-name: fa-spin;
776
+ animation-direction: var(--fa-animation-direction, normal);
777
+ animation-duration: var(--fa-animation-duration, 1s);
778
+ animation-iteration-count: var(--fa-animation-iteration-count, infinite);
779
+ animation-timing-function: var(--fa-animation-timing, steps(8));
780
+ }
781
+
782
+ @media (prefers-reduced-motion: reduce) {
783
+ .fa-beat,
784
+ .fa-bounce,
785
+ .fa-fade,
786
+ .fa-beat-fade,
787
+ .fa-flip,
788
+ .fa-pulse,
789
+ .fa-shake,
790
+ .fa-spin,
791
+ .fa-spin-pulse {
792
+ animation: none !important;
793
+ transition: none !important;
794
+ }
795
+ }
796
+ @keyframes fa-beat {
797
+ 0%, 90% {
798
+ transform: scale(1);
799
+ }
800
+ 45% {
801
+ transform: scale(var(--fa-beat-scale, 1.25));
802
+ }
803
+ }
804
+ @keyframes fa-bounce {
805
+ 0% {
806
+ transform: scale(1, 1) translateY(0);
807
+ }
808
+ 10% {
809
+ transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
810
+ }
811
+ 30% {
812
+ 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));
813
+ }
814
+ 50% {
815
+ transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
816
+ }
817
+ 57% {
818
+ transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
819
+ }
820
+ 64% {
821
+ transform: scale(1, 1) translateY(0);
822
+ }
823
+ 100% {
824
+ transform: scale(1, 1) translateY(0);
825
+ }
826
+ }
827
+ @keyframes fa-fade {
828
+ 50% {
829
+ opacity: var(--fa-fade-opacity, 0.4);
830
+ }
831
+ }
832
+ @keyframes fa-beat-fade {
833
+ 0%, 100% {
834
+ opacity: var(--fa-beat-fade-opacity, 0.4);
835
+ transform: scale(1);
836
+ }
837
+ 50% {
838
+ opacity: 1;
839
+ transform: scale(var(--fa-beat-fade-scale, 1.125));
840
+ }
841
+ }
842
+ @keyframes fa-flip {
843
+ 50% {
844
+ transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
845
+ }
846
+ }
847
+ @keyframes fa-shake {
848
+ 0% {
849
+ transform: rotate(-15deg);
850
+ }
851
+ 4% {
852
+ transform: rotate(15deg);
853
+ }
854
+ 8%, 24% {
855
+ transform: rotate(-18deg);
856
+ }
857
+ 12%, 28% {
858
+ transform: rotate(18deg);
859
+ }
860
+ 16% {
861
+ transform: rotate(-22deg);
862
+ }
863
+ 20% {
864
+ transform: rotate(22deg);
865
+ }
866
+ 32% {
867
+ transform: rotate(-12deg);
868
+ }
869
+ 36% {
870
+ transform: rotate(12deg);
871
+ }
872
+ 40%, 100% {
873
+ transform: rotate(0deg);
874
+ }
875
+ }
876
+ @keyframes fa-spin {
877
+ 0% {
878
+ transform: rotate(0deg);
879
+ }
880
+ 100% {
881
+ transform: rotate(360deg);
882
+ }
883
+ }
884
+ .fa-rotate-90 {
885
+ transform: rotate(90deg);
886
+ }
887
+
888
+ .fa-rotate-180 {
889
+ transform: rotate(180deg);
890
+ }
891
+
892
+ .fa-rotate-270 {
893
+ transform: rotate(270deg);
894
+ }
895
+
896
+ .fa-flip-horizontal {
897
+ transform: scale(-1, 1);
898
+ }
899
+
900
+ .fa-flip-vertical {
901
+ transform: scale(1, -1);
902
+ }
903
+
904
+ .fa-flip-both,
905
+ .fa-flip-horizontal.fa-flip-vertical {
906
+ transform: scale(-1, -1);
907
+ }
908
+
909
+ .fa-rotate-by {
910
+ transform: rotate(var(--fa-rotate-angle, 0));
911
+ }
912
+
913
+ .svg-inline--fa .fa-primary {
914
+ fill: var(--fa-primary-color, currentColor);
915
+ opacity: var(--fa-primary-opacity, 1);
916
+ }
917
+
918
+ .svg-inline--fa .fa-secondary {
919
+ fill: var(--fa-secondary-color, currentColor);
920
+ opacity: var(--fa-secondary-opacity, 0.4);
921
+ }
922
+
923
+ .svg-inline--fa.fa-swap-opacity .fa-primary {
924
+ opacity: var(--fa-secondary-opacity, 0.4);
925
+ }
926
+
927
+ .svg-inline--fa.fa-swap-opacity .fa-secondary {
928
+ opacity: var(--fa-primary-opacity, 1);
929
+ }
930
+
931
+ .svg-inline--fa mask .fa-primary,
932
+ .svg-inline--fa mask .fa-secondary {
933
+ fill: black;
934
+ }
935
+
936
+ .svg-inline--fa.fa-inverse {
937
+ fill: var(--fa-inverse, #fff);
938
+ }
939
+
940
+ .fa-stack {
941
+ display: inline-block;
942
+ height: 2em;
943
+ line-height: 2em;
944
+ position: relative;
945
+ vertical-align: middle;
946
+ width: 2.5em;
947
+ }
948
+
949
+ .fa-inverse {
950
+ color: var(--fa-inverse, #fff);
951
+ }
952
+
953
+ .svg-inline--fa.fa-stack-1x {
954
+ --fa-width: 1.25em;
955
+ height: 1em;
956
+ width: var(--fa-width);
957
+ }
958
+ .svg-inline--fa.fa-stack-2x {
959
+ --fa-width: 2.5em;
960
+ height: 2em;
961
+ width: var(--fa-width);
962
+ }
963
+
964
+ .fa-stack-1x,
965
+ .fa-stack-2x {
966
+ inset: 0;
967
+ margin: auto;
968
+ position: absolute;
969
+ z-index: var(--fa-stack-z-index, auto);
970
+ }`;function g0(){var t=c0,e=l0,r=N.cssPrefix,o=N.replacementClass,a=bp;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 h2=!1;function ls(){N.autoAddCss&&!h2&&(pp(g0()),h2=!0)}var vp={mixout:function(){return{dom:{css:g0,insertCss:ls}}},hooks:function(){return{beforeDOMElementCreation:function(){ls()},beforeI2svg:function(){ls()}}}},tt=yt||{};tt[et]||(tt[et]={});tt[et].styles||(tt[et].styles={});tt[et].hooks||(tt[et].hooks={});tt[et].shims||(tt[et].shims=[]);var Pe=tt[et],y0=[],b0=function(){j.removeEventListener("DOMContentLoaded",b0),yn=1,y0.map(function(e){return e()})},yn=!1;rt&&(yn=(j.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(j.readyState),yn||j.addEventListener("DOMContentLoaded",b0));function xp(t){rt&&(yn?setTimeout(t,0):y0.push(t))}function Oo(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"?m0(t):"<".concat(e," ").concat(mp(o),">").concat(i.map(Oo).join(""),"</").concat(e,">")}function m2(t,e,r){if(t&&t[e]&&t[e][r])return{prefix:e,iconName:r,icon:t[e][r]}}var Sp=function(e,r){return function(o,a,i,s){return e.call(r,o,a,i,s)}},ds=function(e,r,o,a){var i=Object.keys(e),s=i.length,c=a!==void 0?Sp(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 v0(t){return ze(t).length!==1?null:t.codePointAt(0).toString(16)}function g2(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 xs(t,e){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},o=r.skipHooks,a=o===void 0?!1:o,i=g2(e);typeof Pe.hooks.addPack=="function"&&!a?Pe.hooks.addPack(t,g2(e)):Pe.styles[t]=O(O({},Pe.styles[t]||{}),i),t==="fas"&&xs("fa",e)}var Co=Pe.styles,Ep=Pe.shims,x0=Object.keys(Ts),Cp=x0.reduce(function(t,e){return t[e]=Object.keys(Ts[e]),t},{}),Ps=null,S0={},E0={},C0={},A0={},L0={};function Ap(t){return~lp.indexOf(t)}function Lp(t,e){var r=e.split("-"),o=r[0],a=r.slice(1).join("-");return o===t&&a!==""&&!Ap(a)?a:null}var O0=function(){var e=function(i){return ds(Co,function(s,c,d){return s[d]=ds(c,i,{}),s},{})};S0=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}),E0=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}),L0=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 Co||N.autoFetchSvg,o=ds(Ep,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:{}});C0=o.names,A0=o.unicodes,Ps=Sn(N.styleDefault,{family:N.familyDefault})};fp(function(t){Ps=Sn(t.styleDefault,{family:N.familyDefault})});O0();function zs(t,e){return(S0[t]||{})[e]}function Op(t,e){return(E0[t]||{})[e]}function Gt(t,e){return(L0[t]||{})[e]}function R0(t){return C0[t]||{prefix:null,iconName:null}}function Rp(t){var e=A0[t],r=zs("fas",t);return e||(r?{prefix:"fas",iconName:r}:null)||{prefix:null,iconName:null}}function bt(){return Ps}var w0=function(){return{prefix:null,iconName:null,rest:[]}};function wp(t){var e=ie,r=x0.reduce(function(o,a){return o[a]="".concat(N.cssPrefix,"-").concat(a),o},{});return n0.forEach(function(o){(t.includes(r[o])||t.some(function(a){return Cp[o].includes(a)}))&&(e=o)}),e}function Sn(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.family,o=r===void 0?ie:r,a=np[o][t];if(o===Ao&&!t)return"fad";var i=u2[o][t]||u2[o][a],s=t in Pe.styles?t:null,c=i||s||null;return c}function _p(t){var e=[],r=null;return t.forEach(function(o){var a=Lp(N.cssPrefix,o);a?r=a:o&&e.push(o)}),{iconName:r,rest:e}}function y2(t){return t.sort().filter(function(e,r,o){return o.indexOf(e)===r})}var b2=i0.concat(a0);function En(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.skipLookups,o=r===void 0?!1:r,a=null,i=y2(t.filter(function(b){return b2.includes(b)})),s=y2(t.filter(function(b){return!b2.includes(b)})),c=i.filter(function(b){return a=b,!B2.includes(b)}),d=vn(c,1),u=d[0],m=u===void 0?null:u,h=wp(i),y=O(O({},_p(s)),{},{prefix:Sn(m,{family:h})});return O(O(O({},y),kp({values:t,family:h,styles:Co,config:N,canonical:y,givenPrefix:a})),Np(o,a,y))}function Np(t,e,r){var o=r.prefix,a=r.iconName;if(t||!o||!a)return{prefix:o,iconName:a};var i=e==="fa"?R0(a):{},s=Gt(o,a);return a=i.iconName||s||a,o=i.prefix||o,o==="far"&&!Co.far&&Co.fas&&!N.autoFetchSvg&&(o="fas"),{prefix:o,iconName:a}}var Mp=n0.filter(function(t){return t!==ie||t!==Ao}),Tp=Object.keys(hs).filter(function(t){return t!==ie}).map(function(t){return Object.keys(hs[t])}).flat();function kp(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===Ao,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&&Mp.includes(r)){var v=Object.keys(c).find(function(A){return Tp.includes(A)});if(v||u.autoFetchSvg){var S=Zf.get(r).defaultShortPrefixId;o.prefix=S,o.iconName=Gt(o.prefix,o.iconName)||o.iconName}}return(o.prefix==="fa"||i==="fa")&&(o.prefix=bt()||"fas"),o}var Ip=(function(){function t(){gf(this,t),this.definitions={}}return yf(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]=O(O({},r.definitions[c]||{}),s[c]),xs(c,s[c]);var d=Ts[ie][c];d&&xs(d,s[c]),O0()})}},{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}}])})(),v2=[],Lr={},Or={},Pp=Object.keys(Or);function zp(t,e){var r=e.mixoutsTo;return v2=t,Lr={},Object.keys(Or).forEach(function(o){Pp.indexOf(o)===-1&&delete Or[o]}),v2.forEach(function(o){var a=o.mixout?o.mixout():{};if(Object.keys(a).forEach(function(s){typeof a[s]=="function"&&(r[s]=a[s]),gn(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){Lr[s]||(Lr[s]=[]),Lr[s].push(i[s])})}o.provides&&o.provides(Or)}),r}function Ss(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=Lr[t]||[];return i.forEach(function(s){e=s.apply(null,[e].concat(o))}),e}function jt(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=Lr[t]||[];a.forEach(function(i){i.apply(null,r)})}function vt(){var t=arguments[0],e=Array.prototype.slice.call(arguments,1);return Or[t]?Or[t].apply(null,e):void 0}function Es(t){t.prefix==="fa"&&(t.prefix="fas");var e=t.iconName,r=t.prefix||bt();if(e)return e=Gt(r,e)||e,m2(_0.definitions,r,e)||m2(Pe.styles,r,e)}var _0=new Ip,Dp=function(){N.autoReplaceSvg=!1,N.observeMutations=!1,jt("noAuto")},Up={i2svg:function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return rt?(jt("beforeI2svg",e),vt("pseudoElements2svg",e),vt("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;N.autoReplaceSvg===!1&&(N.autoReplaceSvg=!0),N.observeMutations=!0,xp(function(){Bp({autoReplaceSvgRoot:r}),jt("watch",e)})}},Fp={icon:function(e){if(e===null)return null;if(gn(e)==="object"&&e.prefix&&e.iconName)return{prefix:e.prefix,iconName:Gt(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=Sn(e[0]);return{prefix:o,iconName:Gt(o,r)||r}}if(typeof e=="string"&&(e.indexOf("".concat(N.cssPrefix,"-"))>-1||e.match(ap))){var a=En(e.split(" "),{skipLookups:!0});return{prefix:a.prefix||bt(),iconName:Gt(a.prefix,a.iconName)||a.iconName}}if(typeof e=="string"){var i=bt();return{prefix:i,iconName:Gt(i,e)||e}}}},xe={noAuto:Dp,config:N,dom:Up,parse:Fp,library:_0,findIconDefinition:Es,toHtml:Oo},Bp=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},r=e.autoReplaceSvgRoot,o=r===void 0?j:r;(Object.keys(Pe.styles).length>0||N.autoFetchSvg)&&rt&&N.autoReplaceSvg&&xe.dom.i2svg({node:o})};function Cn(t,e){return Object.defineProperty(t,"abstract",{get:e}),Object.defineProperty(t,"html",{get:function(){return t.abstract.map(function(o){return Oo(o)})}}),Object.defineProperty(t,"node",{get:function(){if(rt){var o=j.createElement("div");return o.innerHTML=t.html,o.children}}}),t}function Hp(t){var e=t.children,r=t.main,o=t.mask,a=t.attributes,i=t.styles,s=t.transform;if(Is(s)&&r.found&&!o.found){var c=r.width,d=r.height,u={x:c/d/2,y:.5};a.style=xn(O(O({},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 $p(t){var e=t.prefix,r=t.iconName,o=t.children,a=t.attributes,i=t.symbol,s=i===!0?"".concat(e,"-").concat(N.cssPrefix,"-").concat(r):i;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:O(O({},a),{},{id:s}),children:o}]}]}function Gp(t){var e=["aria-label","aria-labelledby","title","role"];return e.some(function(r){return r in t})}function Ds(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,v=y.height,S=[N.replacementClass,i?"".concat(N.cssPrefix,"-").concat(i):""].filter(function(C){return u.classes.indexOf(C)===-1}).filter(function(C){return C!==""||!!C}).concat(u.classes).join(" "),A={children:[],attributes:O(O({},u.attributes),{},{"data-prefix":a,"data-icon":i,class:S,role:u.attributes.role||"img",viewBox:"0 0 ".concat(b," ").concat(v)})};!Gp(u.attributes)&&!u.attributes["aria-hidden"]&&(A.attributes["aria-hidden"]="true"),h&&(A.attributes[Wt]="");var L=O(O({},A),{},{prefix:a,iconName:i,main:r,mask:o,maskId:d,transform:s,symbol:c,styles:O({},u.styles)}),w=o.found&&r.found?vt("generateAbstractMask",L)||{children:[],attributes:{}}:vt("generateAbstractIcon",L)||{children:[],attributes:{}},E=w.children,x=w.attributes;return L.children=E,L.attributes=x,c?$p(L):Hp(L)}function x2(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=O(O({},i.attributes),{},{class:i.classes.join(" ")});c&&(d[Wt]="");var u=O({},i.styles);Is(a)&&(u.transform=yp({transform:a,startCentered:!0,width:r,height:o}),u["-webkit-transform"]=u.transform);var m=xn(u);m.length>0&&(d.style=m);var h=[];return h.push({tag:"span",attributes:d,children:[e]}),h}function Wp(t){var e=t.content,r=t.extra,o=O(O({},r.attributes),{},{class:r.classes.join(" ")}),a=xn(r.styles);a.length>0&&(o.style=a);var i=[];return i.push({tag:"span",attributes:o,children:[e]}),i}var us=Pe.styles;function Cs(t){var e=t[0],r=t[1],o=t.slice(4),a=vn(o,1),i=a[0],s=null;return Array.isArray(i)?s={tag:"g",attributes:{class:"".concat(N.cssPrefix,"-").concat(cs.GROUP)},children:[{tag:"path",attributes:{class:"".concat(N.cssPrefix,"-").concat(cs.SECONDARY),fill:"currentColor",d:i[0]}},{tag:"path",attributes:{class:"".concat(N.cssPrefix,"-").concat(cs.PRIMARY),fill:"currentColor",d:i[1]}}]}:s={tag:"path",attributes:{fill:"currentColor",d:i}},{found:!0,width:e,height:r,icon:s}}var jp={found:!1,width:512,height:512};function Vp(t,e){!u0&&!N.showMissingIcons&&t&&console.error('Icon with name "'.concat(t,'" and prefix "').concat(e,'" is missing.'))}function As(t,e){var r=e;return e==="fa"&&N.styleDefault!==null&&(e=bt()),new Promise(function(o,a){if(r==="fa"){var i=R0(t)||{};t=i.iconName||t,e=i.prefix||e}if(t&&e&&us[e]&&us[e][t]){var s=us[e][t];return o(Cs(s))}Vp(t,e),o(O(O({},jp),{},{icon:N.showMissingIcons&&t?vt("missingIconAbstract")||{}:{}}))})}var S2=function(){},Ls=N.measurePerformance&&un&&un.mark&&un.measure?un:{mark:S2,measure:S2},xo='FA "7.2.0"',Kp=function(e){return Ls.mark("".concat(xo," ").concat(e," begins")),function(){return N0(e)}},N0=function(e){Ls.mark("".concat(xo," ").concat(e," ends")),Ls.measure("".concat(xo," ").concat(e),"".concat(xo," ").concat(e," begins"),"".concat(xo," ").concat(e," ends"))},Us={begin:Kp,end:N0},hn=function(){};function E2(t){var e=t.getAttribute?t.getAttribute(Wt):null;return typeof e=="string"}function Zp(t){var e=t.getAttribute?t.getAttribute(Ns):null,r=t.getAttribute?t.getAttribute(Ms):null;return e&&r}function qp(t){return t&&t.classList&&t.classList.contains&&t.classList.contains(N.replacementClass)}function Yp(){if(N.autoReplaceSvg===!0)return mn.replace;var t=mn[N.autoReplaceSvg];return t||mn.replace}function Xp(t){return j.createElementNS("http://www.w3.org/2000/svg",t)}function Jp(t){return j.createElement(t)}function M0(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=e.ceFn,o=r===void 0?t.tag==="svg"?Xp:Jp:r;if(typeof t=="string")return j.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(M0(s,{ceFn:o}))}),a}function Qp(t){var e=" ".concat(t.outerHTML," ");return e="".concat(e,"Font Awesome fontawesome.com "),e}var mn={replace:function(e){var r=e[0];if(r.parentNode)if(e[1].forEach(function(a){r.parentNode.insertBefore(M0(a),r)}),r.getAttribute(Wt)===null&&N.keepOriginalSource){var o=j.createComment(Qp(r));r.parentNode.replaceChild(o,r)}else r.remove()},nest:function(e){var r=e[0],o=e[1];if(~ks(r).indexOf(N.replacementClass))return mn.replace(e);var a=new RegExp("".concat(N.cssPrefix,"-.*"));if(delete o[0].attributes.id,o[0].attributes.class){var i=o[0].attributes.class.split(" ").reduce(function(c,d){return d===N.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 Oo(c)}).join(`
971
+ `);r.setAttribute(Wt,""),r.innerHTML=s}};function C2(t){t()}function T0(t,e){var r=typeof e=="function"?e:hn;if(t.length===0)r();else{var o=C2;N.mutateApproach===rp&&(o=yt.requestAnimationFrame||C2),o(function(){var a=Yp(),i=Us.begin("mutate");t.map(a),i(),r()})}}var Fs=!1;function k0(){Fs=!0}function Os(){Fs=!1}var bn=null;function A2(t){if(s2&&N.observeMutations){var e=t.treeCallback,r=e===void 0?hn:e,o=t.nodeCallback,a=o===void 0?hn:o,i=t.pseudoElementsCallback,s=i===void 0?hn:i,c=t.observeMutationsRoot,d=c===void 0?j:c;bn=new s2(function(u){if(!Fs){var m=bt();wr(u).forEach(function(h){if(h.type==="childList"&&h.addedNodes.length>0&&!E2(h.addedNodes[0])&&(N.searchPseudoElements&&s(h.target),r(h.target)),h.type==="attributes"&&h.target.parentNode&&N.searchPseudoElements&&s([h.target],!0),h.type==="attributes"&&E2(h.target)&&~cp.indexOf(h.attributeName))if(h.attributeName==="class"&&Zp(h.target)){var y=En(ks(h.target)),b=y.prefix,v=y.iconName;h.target.setAttribute(Ns,b||m),v&&h.target.setAttribute(Ms,v)}else qp(h.target)&&a(h.target)})}}),rt&&bn.observe(d,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function e6(){bn&&bn.disconnect()}function t6(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 r6(t){var e=t.getAttribute("data-prefix"),r=t.getAttribute("data-icon"),o=t.innerText!==void 0?t.innerText.trim():"",a=En(ks(t));return a.prefix||(a.prefix=bt()),e&&r&&(a.prefix=e,a.iconName=r),a.iconName&&a.prefix||(a.prefix&&o.length>0&&(a.iconName=Op(a.prefix,t.innerText)||zs(a.prefix,v0(t.innerText))),!a.iconName&&N.autoFetchSvg&&t.firstChild&&t.firstChild.nodeType===Node.TEXT_NODE&&(a.iconName=t.firstChild.data)),a}function o6(t){var e=wr(t.attributes).reduce(function(r,o){return r.name!=="class"&&r.name!=="style"&&(r[o.name]=o.value),r},{});return e}function n6(){return{iconName:null,prefix:null,transform:Ke,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function L2(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0},r=r6(t),o=r.iconName,a=r.prefix,i=r.rest,s=o6(t),c=Ss("parseNodeAttributes",{},t),d=e.styleParser?t6(t):[];return O({iconName:o,prefix:a,transform:Ke,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:i,styles:d,attributes:s}},c)}var a6=Pe.styles;function I0(t){var e=N.autoReplaceSvg==="nest"?L2(t,{styleParser:!1}):L2(t);return~e.extra.classes.indexOf(p0)?vt("generateLayersText",t,e):vt("generateSvgReplacementMutation",t,e)}function i6(){return[].concat(ze(a0),ze(i0))}function O2(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!rt)return Promise.resolve();var r=j.documentElement.classList,o=function(h){return r.add("".concat(d2,"-").concat(h))},a=function(h){return r.remove("".concat(d2,"-").concat(h))},i=N.autoFetchSvg?i6():B2.concat(Object.keys(a6));i.includes("fa")||i.push("fa");var s=[".".concat(p0,":not([").concat(Wt,"])")].concat(i.map(function(m){return".".concat(m,":not([").concat(Wt,"])")})).join(", ");if(s.length===0)return Promise.resolve();var c=[];try{c=wr(t.querySelectorAll(s))}catch{}if(c.length>0)o("pending"),a("complete");else return Promise.resolve();var d=Us.begin("onTree"),u=c.reduce(function(m,h){try{var y=I0(h);y&&m.push(y)}catch(b){u0||b.name==="MissingIcon"&&console.error(b)}return m},[]);return new Promise(function(m,h){Promise.all(u).then(function(y){T0(y,function(){o("active"),o("complete"),a("pending"),typeof e=="function"&&e(),d(),m()})}).catch(function(y){d(),h(y)})})}function s6(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;I0(t).then(function(r){r&&T0([r],e)})}function c6(t){return function(e){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=(e||{}).icon?e:Es(e||{}),a=r.mask;return a&&(a=(a||{}).icon?a:Es(a||{})),t(o,O(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?Ke: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,v=b===void 0?{}:b,S=r.styles,A=S===void 0?{}:S;if(e){var L=e.prefix,w=e.iconName,E=e.icon;return Cn(O({type:"icon"},e),function(){return jt("beforeDOMElementCreation",{iconDefinition:e,params:r}),Ds({icons:{main:Cs(E),mask:d?Cs(d.icon):{found:!1,width:null,height:null,icon:{}}},prefix:L,iconName:w,transform:O(O({},Ke),a),symbol:s,maskId:m,extra:{attributes:v,styles:A,classes:y}})})}},d6={mixout:function(){return{icon:c6(l6)}},hooks:function(){return{mutationObserverCallbacks:function(r){return r.treeCallback=O2,r.nodeCallback=s6,r}}},provides:function(e){e.i2svg=function(r){var o=r.node,a=o===void 0?j:o,i=r.callback,s=i===void 0?function(){}:i;return O2(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([As(a,i),d.iconName?As(d.iconName,d.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(b){var v=vn(b,2),S=v[0],A=v[1];h([r,Ds({icons:{main:S,mask:A},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=xn(c);d.length>0&&(a.style=d);var u;return Is(s)&&(u=vt("generateAbstractTransformGrouping",{main:i,transform:s,containerWidth:i.width,iconWidth:i.width})),o.push(u||i.icon),{children:o,attributes:a}}}},u6={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 Cn({type:"layer"},function(){jt("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(N.cssPrefix,"-layers")].concat(ze(i)).join(" ")},children:s}]})}}}},f6={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 Cn({type:"counter",content:r},function(){return jt("beforeDOMElementCreation",{content:r,params:o}),Wp({content:r.toString(),title:i,extra:{attributes:u,styles:h,classes:["".concat(N.cssPrefix,"-layers-counter")].concat(ze(c))}})})}}}},p6={mixout:function(){return{text:function(r){var o=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=o.transform,i=a===void 0?Ke: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 Cn({type:"text",content:r},function(){return jt("beforeDOMElementCreation",{content:r,params:o}),x2({content:r,transform:O(O({},Ke),i),extra:{attributes:u,styles:h,classes:["".concat(N.cssPrefix,"-layers-text")].concat(ze(c))}})})}}},provides:function(e){e.generateLayersText=function(r,o){var a=o.transform,i=o.extra,s=null,c=null;if(U2){var d=parseInt(getComputedStyle(r).fontSize,10),u=r.getBoundingClientRect();s=u.width/d,c=u.height/d}return Promise.resolve([r,x2({content:r.innerHTML,width:s,height:c,transform:a,extra:i,watchable:!0})])}}},P0=new RegExp('"',"ug"),R2=[1105920,1112319],w2=O(O(O(O({},{FontAwesome:{normal:"fas",400:"fas"}}),Kf),ep),r3),Rs=Object.keys(w2).reduce(function(t,e){return t[e.toLowerCase()]=w2[e],t},{}),h6=Object.keys(Rs).reduce(function(t,e){var r=Rs[e];return t[e]=r[900]||ze(Object.entries(r))[0][1],t},{});function m6(t){var e=t.replace(P0,"");return v0(ze(e)[0]||"")}function g6(t){var e=t.getPropertyValue("font-feature-settings").includes("ss01"),r=t.getPropertyValue("content"),o=r.replace(P0,""),a=o.codePointAt(0),i=a>=R2[0]&&a<=R2[1],s=o.length===2?o[0]===o[1]:!1;return i||s||e}function y6(t,e){var r=t.replace(/^['"]|['"]$/g,"").toLowerCase(),o=parseInt(e),a=isNaN(o)?"normal":o;return(Rs[r]||{})[a]||h6[r]}function _2(t,e){var r="".concat(tp).concat(e.replace(":","-"));return new Promise(function(o,a){if(t.getAttribute(r)!==null)return o();var i=wr(t.children),s=i.filter(function(_){return _.getAttribute(gs)===e})[0],c=yt.getComputedStyle(t,e),d=c.getPropertyValue("font-family"),u=d.match(ip),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=y6(d,m),v=m6(y),S=u[0].startsWith("FontAwesome"),A=g6(c),L=zs(b,v),w=L;if(S){var E=Rp(v);E.iconName&&E.prefix&&(L=E.iconName,b=E.prefix)}if(L&&!A&&(!s||s.getAttribute(Ns)!==b||s.getAttribute(Ms)!==w)){t.setAttribute(r,w),s&&t.removeChild(s);var x=n6(),C=x.extra;C.attributes[gs]=e,As(L,b).then(function(_){var z=Ds(O(O({},x),{},{icons:{main:_,mask:w0()},prefix:b,iconName:w,extra:C,watchable:!0})),V=j.createElementNS("http://www.w3.org/2000/svg","svg");e==="::before"?t.insertBefore(V,t.firstChild):t.appendChild(V),V.outerHTML=z.map(function(B){return Oo(B)}).join(`
972
+ `),t.removeAttribute(r),o()}).catch(a)}else o()}else o()})}function b6(t){return Promise.all([_2(t,"::before"),_2(t,"::after")])}function v6(t){return t.parentNode!==document.head&&!~op.indexOf(t.tagName.toUpperCase())&&!t.getAttribute(gs)&&(!t.parentNode||t.parentNode.tagName!=="svg")}var x6=function(e){return!!e&&d0.some(function(r){return e.includes(r)})},S6=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=pn(o),i;try{for(a.s();!(i=a.n()).done;){var s=i.value;if(x6(s)){var c=d0.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 N2(t){var e=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(rt){var r;if(e)r=t;else if(N.searchPseudoElementsFullScan)r=t.querySelectorAll("*");else{var o=new Set,a=pn(document.styleSheets),i;try{for(a.s();!(i=a.n()).done;){var s=i.value;try{var c=pn(s.cssRules),d;try{for(c.s();!(d=c.n()).done;){var u=d.value,m=S6(u.selectorText),h=pn(m),y;try{for(h.s();!(y=h.n()).done;){var b=y.value;o.add(b)}}catch(S){h.e(S)}finally{h.f()}}}catch(S){c.e(S)}finally{c.f()}}catch(S){N.searchPseudoElementsWarnings&&console.warn("Font Awesome: cannot parse stylesheet: ".concat(s.href," (").concat(S.message,`)
973
+ 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(S){a.e(S)}finally{a.f()}if(!o.size)return;var v=Array.from(o).join(", ");try{r=t.querySelectorAll(v)}catch{}}return new Promise(function(S,A){var L=wr(r).filter(v6).map(b6),w=Us.begin("searchPseudoElements");k0(),Promise.all(L).then(function(){w(),Os(),S()}).catch(function(){w(),Os(),A()})})}}var E6={hooks:function(){return{mutationObserverCallbacks:function(r){return r.pseudoElementsCallback=N2,r}}},provides:function(e){e.pseudoElements2svg=function(r){var o=r.node,a=o===void 0?j:o;N.searchPseudoElements&&N2(a)}}},M2=!1,C6={mixout:function(){return{dom:{unwatch:function(){k0(),M2=!0}}}},hooks:function(){return{bootstrap:function(){A2(Ss("mutationObserverCallbacks",{}))},noAuto:function(){e6()},watch:function(r){var o=r.observeMutationsRoot;M2?Os():A2(Ss("mutationObserverCallbacks",{observeMutationsRoot:o}))}}}},T2=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)},A6={mixout:function(){return{parse:{transform:function(r){return T2(r)}}}},hooks:function(){return{parseNodeAttributes:function(r,o){var a=o.getAttribute("data-fa-transform");return a&&(r.transform=T2(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:O({},b.outer),children:[{tag:"g",attributes:O({},b.inner),children:[{tag:o.icon.tag,children:o.icon.children,attributes:O(O({},o.icon.attributes),b.path)}]}]}}}},fs={x:0,y:0,width:"100%",height:"100%"};function k2(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 L6(t){return t.tag==="g"?t.children:[t]}var O6={hooks:function(){return{parseNodeAttributes:function(r,o){var a=o.getAttribute("data-fa-mask"),i=a?En(a.split(" ").map(function(s){return s.trim()})):w0();return i.prefix||(i.prefix=bt()),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=gp({transform:d,containerWidth:h,iconWidth:u}),v={tag:"rect",attributes:O(O({},fs),{},{fill:"white"})},S=m.children?{children:m.children.map(k2)}:{},A={tag:"g",attributes:O({},b.inner),children:[k2(O({tag:m.tag,attributes:O(O({},m.attributes),b.path)},S))]},L={tag:"g",attributes:O({},b.outer),children:[A]},w="mask-".concat(c||p2()),E="clip-".concat(c||p2()),x={tag:"mask",attributes:O(O({},fs),{},{id:w,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[v,L]},C={tag:"defs",children:[{tag:"clipPath",attributes:{id:E},children:L6(y)},x]};return o.push(C,{tag:"rect",attributes:O({fill:"currentColor","clip-path":"url(#".concat(E,")"),mask:"url(#".concat(w,")")},fs)}),{children:o,attributes:a}}}},R6={provides:function(e){var r=!1;yt.matchMedia&&(r=yt.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:O(O({},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=O(O({},i),{},{attributeName:"opacity"}),c={tag:"circle",attributes:O(O({},a),{},{cx:"256",cy:"364",r:"28"}),children:[]};return r||c.children.push({tag:"animate",attributes:O(O({},i),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:O(O({},s),{},{values:"1;0;1;1;0;1;"})}),o.push(c),o.push({tag:"path",attributes:O(O({},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:O(O({},s),{},{values:"1;0;0;0;0;1;"})}]}),r||o.push({tag:"path",attributes:O(O({},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:O(O({},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}}}},_6=[vp,d6,u6,f6,p6,E6,C6,A6,O6,R6,w6];zp(_6,{mixoutsTo:xe});var Zv=xe.noAuto,qv=xe.config,z0=xe.library,Yv=xe.dom,Xv=xe.parse,Jv=xe.findIconDefinition,Qv=xe.toHtml,D0=xe.icon,ex=xe.layer,tx=xe.text,rx=xe.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 ax={[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]},U0={[p.regular]:"far",[p.solid]:"fas",[p.custom]:"fak"};var An=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},_e=class extends G{constructor(){super(...arguments),this.monospace=!1,this.ariaHidden="true"}render(){let e={"ftds-icon":!0,"ftds-icon--monospace":this.monospace};return K`
974
+ <div class="${st(e)}">${ra(this.buildIcon())}</div>
975
+ `}buildIcon(){let e=this.variant?U0[this.variant]:void 0,r=t2.find(o=>o.iconName===this.icon&&(e?o.prefix===e:!0));return r?(z0.add(r),D0(r).html[0]):(console.log(`Attempted usage of unknown ftds-icon : ${this.icon}/${this.variant}`),"")}};_e.elementDefinitions={};_e.styles=e2;An([R()],_e.prototype,"variant",void 0);An([R()],_e.prototype,"icon",void 0);An([R({type:Boolean})],_e.prototype,"monospace",void 0);An([R({reflect:!0,attribute:"aria-hidden"})],_e.prototype,"ariaHidden",void 0);var F0={"ftds-icon":_e};oe(F0);var _r;(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"})(_r||(_r={}));var B0=n.extend("--ft-typography-font-family","",ne.titleFont),ot=n.extend("--ft-typography-font-family","",ne.contentFont),T={fontFamily:ot,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")},Nr={fontFamily:n.extend("--ft-typography-title-font-family","",B0),fontSize:n.extend("--ft-typography-title-font-size","",T.fontSize,"20px"),fontWeight:n.extend("--ft-typography-title-font-weight","",T.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-title-letter-spacing","",T.letterSpacing,"0.15px"),lineHeight:n.extend("--ft-typography-title-line-height","",T.lineHeight,"1.2"),textTransform:n.extend("--ft-typography-title-text-transform","",T.textTransform,"inherit")},Mr={fontFamily:n.extend("--ft-typography-title-dense-font-family","",B0),fontSize:n.extend("--ft-typography-title-dense-font-size","",T.fontSize,"14px"),fontWeight:n.extend("--ft-typography-title-dense-font-weight","",T.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-title-dense-letter-spacing","",T.letterSpacing,"0.105px"),lineHeight:n.extend("--ft-typography-title-dense-line-height","",T.lineHeight,"1.7"),textTransform:n.extend("--ft-typography-title-dense-text-transform","",T.textTransform,"inherit")},Tr={fontFamily:n.extend("--ft-typography-subtitle1-font-family","",ot),fontSize:n.extend("--ft-typography-subtitle1-font-size","",T.fontSize,"16px"),fontWeight:n.extend("--ft-typography-subtitle1-font-weight","",T.fontWeight,"600"),letterSpacing:n.extend("--ft-typography-subtitle1-letter-spacing","",T.letterSpacing,"0.144px"),lineHeight:n.extend("--ft-typography-subtitle1-line-height","",T.lineHeight,"1.5"),textTransform:n.extend("--ft-typography-subtitle1-text-transform","",T.textTransform,"inherit")},kr={fontFamily:n.extend("--ft-typography-subtitle2-font-family","",ot),fontSize:n.extend("--ft-typography-subtitle2-font-size","",T.fontSize,"14px"),fontWeight:n.extend("--ft-typography-subtitle2-font-weight","",T.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-subtitle2-letter-spacing","",T.letterSpacing,"0.098px"),lineHeight:n.extend("--ft-typography-subtitle2-line-height","",T.lineHeight,"1.7"),textTransform:n.extend("--ft-typography-subtitle2-text-transform","",T.textTransform,"inherit")},Ir={fontFamily:n.extend("--ft-typography-body1-font-family","",ot),fontSize:n.extend("--ft-typography-body1-font-size","",T.fontSize,"16px"),fontWeight:n.extend("--ft-typography-body1-font-weight","",T.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-body1-letter-spacing","",T.letterSpacing,"0.496px"),lineHeight:n.extend("--ft-typography-body1-line-height","",T.lineHeight,"1.5"),textTransform:n.extend("--ft-typography-body1-text-transform","",T.textTransform,"inherit")},Pr={fontFamily:n.extend("--ft-typography-body2-font-family","",ot),fontSize:n.extend("--ft-typography-body2-font-size","",T.fontSize,"14px"),fontWeight:n.extend("--ft-typography-body2-font-weight","",T.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-body2-letter-spacing","",T.letterSpacing,"0.252px"),lineHeight:n.extend("--ft-typography-body2-line-height","",T.lineHeight,"1.4"),textTransform:n.extend("--ft-typography-body2-text-transform","",T.textTransform,"inherit")},zr={fontFamily:n.extend("--ft-typography-caption-font-family","",ot),fontSize:n.extend("--ft-typography-caption-font-size","",T.fontSize,"12px"),fontWeight:n.extend("--ft-typography-caption-font-weight","",T.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-caption-letter-spacing","",T.letterSpacing,"0.396px"),lineHeight:n.extend("--ft-typography-caption-line-height","",T.lineHeight,"1.33"),textTransform:n.extend("--ft-typography-caption-text-transform","",T.textTransform,"inherit")},Dr={fontFamily:n.extend("--ft-typography-breadcrumb-font-family","",ot),fontSize:n.extend("--ft-typography-breadcrumb-font-size","",T.fontSize,"10px"),fontWeight:n.extend("--ft-typography-breadcrumb-font-weight","",T.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-breadcrumb-letter-spacing","",T.letterSpacing,"0.33px"),lineHeight:n.extend("--ft-typography-breadcrumb-line-height","",T.lineHeight,"1.6"),textTransform:n.extend("--ft-typography-breadcrumb-text-transform","",T.textTransform,"inherit")},Ur={fontFamily:n.extend("--ft-typography-overline-font-family","",ot),fontSize:n.extend("--ft-typography-overline-font-size","",T.fontSize,"10px"),fontWeight:n.extend("--ft-typography-overline-font-weight","",T.fontWeight,"normal"),letterSpacing:n.extend("--ft-typography-overline-letter-spacing","",T.letterSpacing,"1.5px"),lineHeight:n.extend("--ft-typography-overline-line-height","",T.lineHeight,"1.6"),textTransform:n.extend("--ft-typography-overline-text-transform","",T.textTransform,"uppercase")},Fr={fontFamily:n.extend("--ft-typography-button-font-family","",ot),fontSize:n.extend("--ft-typography-button-font-size","",T.fontSize,"14px"),fontWeight:n.extend("--ft-typography-button-font-weight","",T.fontWeight,"600"),letterSpacing:n.extend("--ft-typography-button-letter-spacing","",T.letterSpacing,"1.246px"),lineHeight:n.extend("--ft-typography-button-line-height","",T.lineHeight,"1.15"),textTransform:n.extend("--ft-typography-button-text-transform","",T.textTransform,"uppercase")},H0=k`
976
+ .ft-typography--title {
977
+ font-family: ${Nr.fontFamily};
978
+ font-size: ${Nr.fontSize};
979
+ font-weight: ${Nr.fontWeight};
980
+ letter-spacing: ${Nr.letterSpacing};
981
+ line-height: ${Nr.lineHeight};
982
+ text-transform: ${Nr.textTransform};
983
+ }
984
+ `,$0=k`
985
+ .ft-typography--title-dense {
986
+ font-family: ${Mr.fontFamily};
987
+ font-size: ${Mr.fontSize};
988
+ font-weight: ${Mr.fontWeight};
989
+ letter-spacing: ${Mr.letterSpacing};
990
+ line-height: ${Mr.lineHeight};
991
+ text-transform: ${Mr.textTransform};
992
+ }
993
+ `,G0=k`
994
+ .ft-typography--subtitle1 {
995
+ font-family: ${Tr.fontFamily};
996
+ font-size: ${Tr.fontSize};
997
+ font-weight: ${Tr.fontWeight};
998
+ letter-spacing: ${Tr.letterSpacing};
999
+ line-height: ${Tr.lineHeight};
1000
+ text-transform: ${Tr.textTransform};
1001
+ }
1002
+ `,W0=k`
1003
+ .ft-typography--subtitle2 {
1004
+ font-family: ${kr.fontFamily};
1005
+ font-size: ${kr.fontSize};
1006
+ font-weight: ${kr.fontWeight};
1007
+ letter-spacing: ${kr.letterSpacing};
1008
+ line-height: ${kr.lineHeight};
1009
+ text-transform: ${kr.textTransform};
1010
+ }
1011
+
1012
+ `,j0=k`
1013
+ .ft-typography--body1 {
1014
+ font-family: ${Ir.fontFamily};
1015
+ font-size: ${Ir.fontSize};
1016
+ font-weight: ${Ir.fontWeight};
1017
+ letter-spacing: ${Ir.letterSpacing};
1018
+ line-height: ${Ir.lineHeight};
1019
+ text-transform: ${Ir.textTransform};
1020
+ }
1021
+ `,V0=k`
1022
+ .ft-typography--body2 {
1023
+ font-family: ${Pr.fontFamily};
1024
+ font-size: ${Pr.fontSize};
1025
+ font-weight: ${Pr.fontWeight};
1026
+ letter-spacing: ${Pr.letterSpacing};
1027
+ line-height: ${Pr.lineHeight};
1028
+ text-transform: ${Pr.textTransform};
1029
+ }
1030
+ `,K0=k`
1031
+ .ft-typography--caption {
1032
+ font-family: ${zr.fontFamily};
1033
+ font-size: ${zr.fontSize};
1034
+ font-weight: ${zr.fontWeight};
1035
+ letter-spacing: ${zr.letterSpacing};
1036
+ line-height: ${zr.lineHeight};
1037
+ text-transform: ${zr.textTransform};
1038
+ }
1039
+ `,Z0=k`
1040
+ .ft-typography--breadcrumb {
1041
+ font-family: ${Dr.fontFamily};
1042
+ font-size: ${Dr.fontSize};
1043
+ font-weight: ${Dr.fontWeight};
1044
+ letter-spacing: ${Dr.letterSpacing};
1045
+ line-height: ${Dr.lineHeight};
1046
+ text-transform: ${Dr.textTransform};
1047
+ }
1048
+ `,q0=k`
1049
+ .ft-typography--overline {
1050
+ font-family: ${Ur.fontFamily};
1051
+ font-size: ${Ur.fontSize};
1052
+ font-weight: ${Ur.fontWeight};
1053
+ letter-spacing: ${Ur.letterSpacing};
1054
+ line-height: ${Ur.lineHeight};
1055
+ text-transform: ${Ur.textTransform};
1056
+ }
1057
+ `,Y0=k`
1058
+ .ft-typography--button {
1059
+ font-family: ${Fr.fontFamily};
1060
+ font-size: ${Fr.fontSize};
1061
+ font-weight: ${Fr.fontWeight};
1062
+ letter-spacing: ${Fr.letterSpacing};
1063
+ line-height: ${Fr.lineHeight};
1064
+ text-transform: ${Fr.textTransform};
1065
+ }
1066
+ `,X0=k`
1067
+ .ft-typography {
1068
+ vertical-align: inherit;
1069
+ }
1070
+ `;var J0=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},nt=class extends G{constructor(){super(...arguments),this.variant=_r.body1}render(){return this.element?Ar`
1071
+ <${Cr(this.element)}
1072
+ part="text"
1073
+ class="ft-typography ft-typography--${this.variant}">
1074
+ <slot></slot>
1075
+ </${Cr(this.element)}>
1076
+ `:Ar`
1077
+ <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
1078
+ `}};nt.styles=[H0,$0,G0,W0,j0,V0,K0,Z0,q0,Y0,X0];J0([R()],nt.prototype,"element",void 0);J0([R()],nt.prototype,"variant",void 0);var Q0={"ft-typography":nt};oe(Q0);var Ro={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","",ne.borderRadiusS),maxWidth:n.create("--ft-tooltip-max-width","","SIZE","150px")},e4=k`
1079
+ .ft-tooltip--container {
1080
+ display: block;
1081
+ }
1082
+
1083
+ .ft-tooltip--inline {
1084
+ display: inline-block;
1085
+ max-width: 100%;
1086
+ }
1087
+
1088
+ .ft-tooltip {
1089
+ inset: 0;
1090
+ margin: 0;
1091
+ border: none;
1092
+ background: transparent;
1093
+ box-sizing: border-box;
1094
+ overflow: hidden;
1095
+ width: max-content;
1096
+ max-width: ${Ro.maxWidth};
1097
+ text-align: center;
1098
+ padding: ${Ro.distance};
1099
+ }
1100
+
1101
+ .ft-tooltip--content {
1102
+ padding: 4px 8px;
1103
+ border-radius: ${Ro.borderRadiusS};
1104
+ background-color: ${Ro.backgroundColor};
1105
+ color: ${Ro.color};
1106
+ position: relative;
1107
+ word-break: break-word;
1108
+ }
1109
+ `;var N6="ft-app-info",Br=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};Br.eventName="authentication-change";var wo=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:e})}};wo.eventName="ui-locale-changed";var M6={session:(t,e)=>{be(t.session,e.payload)||(t.session=e.payload,setTimeout(()=>U.dispatchEvent(new Br(e.payload)),0))}},U=Ft.get({name:N6,reducers:M6,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 Ln=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},rS=re(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(U)}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=>Bt.format(c,this.uiLocale,this.useLongDateFormat,this.useDateTimeFormat):void 0}}return Ln([R({type:Boolean})],e.prototype,"useLongDateFormat",void 0),Ln([R({type:Boolean})],e.prototype,"useDateTimeFormat",void 0),Ln([dr({store:U.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),Ln([dr({store:U.name})],e.prototype,"uiLocale",void 0),e});var Vt=class t{static get(e){let{baseUrl:r,apiIntegrationIdentifier:o}=U.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=U.subscribe(()=>{o=t.get(e),o&&(a(),r(o))})}})}};var Hr=class{constructor(e){this.overrideApi=e}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:Vt.get()}get awaitApi(){return this.overrideApi?Promise.resolve(this.overrideApi):Vt.await()}};var Se=class extends Hr{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 $e,this.cache=e?a.commonCache:new $e}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 On=class extends Se{async listMySearches(){let{session:e}=U.getState();return T1(e,J.SAVED_SEARCH_USER)?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),300*1e3):[]}};var Rn=class extends Se{async listMyBookmarks(){let e=U.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),300*1e3):[]}};var wn=class extends Se{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=U.getState().session;return!!e?.sessionAuthenticated}};var _n=class extends Se{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=U.getState().session;return!!e?.sessionAuthenticated}};var T6="ft-user-assets",k6={setAssetCount:(t,e)=>{let{userAssetType:r,count:o}=e.payload.assetCount;t.assetCounts.allAsset[r]=o},clearAssetCount:t=>{Object.values(we).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;Hs(t,r,[...Bs(t,r),a]),t4(t,r,1,o),r4(t,a)},editAsset:(t,e)=>{let{assetType:r,asset:o}=e.payload;Hs(t,r,Bs(t,r).map(a=>a.id===o.id?o:a)),r4(t,o)},removeAsset:(t,e)=>{let{assetType:r,mapId:o,assetId:a}=e.payload;Hs(t,r,Bs(t,r).filter(i=>i.id!==a)),t4(t,r,-1,o)}},o4={[we.SEARCHES]:"savedSearches",[we.BOOKMARKS]:"bookmarks",[we.BOOKS]:void 0,[we.COLLECTIONS]:void 0},Bs=(t,e)=>{var r;let o=o4[e];return o?(r=t[o])!==null&&r!==void 0?r:[]:[]},Hs=(t,e,r)=>{let o=o4[e];o&&(t[o]=r)},t4=(t,e,r,o)=>{let a=t.assetCounts.allAsset[e];if(a!==void 0&&(t.assetCounts.allAsset[e]=Math.max(0,a+r),e===we.BOOKMARKS&&o)){let i=t.assetCounts.bookmarkByMap[o];t.assetCounts.bookmarkByMap[o]=Math.max(0,i+r)}},r4=(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)},de=Ft.get({name:T6,reducers:k6,initialState:{savedSearches:void 0,bookmarks:void 0,assetCounts:{allAsset:Object.fromEntries(Object.values(we).map(t=>[t,void 0])),bookmarkByMap:{}},assetLabels:[]}}),$s=class{constructor(e=new wn,r=new _n){this.assetCountsService=e,this.assetLabelsService=r,this.currentSession=U.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Rn,this.savedSearchesService=new On,U.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:r}=U.getState();be((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(),de.actions.clearAssetCount(),de.actions.clearBookmarkCountByMap()}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),de.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),de.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();de.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async reloadAssetLabels(){this.assetLabelsService.clearCache();let e=await this.assetLabelsService.getUserAssetLabels();de.actions.assetLabels(e)}async loadAssetCount(e){let r=await this.assetCountsService.getUserAssetCount(e);r&&de.getState().assetCounts.allAsset[e]!==r.count&&de.actions.setAssetCount({assetCount:r})}async loadBookmarkByMapId(e){let r=await this.assetCountsService.getUserBookmarkCountByMap(e);r&&de.getState().assetCounts.bookmarkByMap[e]!==r.count&&de.actions.setBookmarkCountByMap({count:r.count,mapId:e})}async reloadAssetCount(e){this.assetCountsService.clearCache();let r=Object.keys(de.getState().assetCounts.bookmarkByMap).length!==0;e===we.BOOKMARKS&&r&&de.actions.clearBookmarkCountByMap(),de.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;de.actions.bookmarks(r)}}},I6=new $s;window.FluidTopicsUserAssetsActions==null&&(window.FluidTopicsUserAssetsActions=I6);var Gs=class{addCommand(e,r=!1){U.commands.add(e,r)}consumeCommand(e){return U.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new Gs;var n4,$r=class extends CustomEvent{constructor(e){super("ft-i18n-context-loaded",{detail:e})}},P6=Symbol("clearAfterUnitTest"),Nn=class extends Ko(Se){constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[n4]=()=>{this.defaultMessages={},this.cache=new $e,this.listeners={}},this.currentUiLocale=U.getState().uiLocale,U.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=U.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};be(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 Ot)&&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=>Vo(0).then(()=>o()).catch(()=>null)))}};n4=P6;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Nn{constructor(){super(async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Nn{constructor(){super(async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e))}});var _o=window.FluidTopicsI18nService,Ws=window.FluidTopicsCustomI18nService;var js=class{highlightHtml(e,r,o){si(e,r,o)}};window.FluidTopicsHighlightHtmlService=new js;var Vs=class{isDate(e){var r,o,a,i;return(i=(a=((o=(r=U.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 Bt.format(e,(o=r?.locale)!==null&&o!==void 0?o:U.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 Vs;var No=class{static get(e,r){var o,a;let i=U.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 vr(i.baseUrl,e??20,i.searchInAllLanguagesAllowed,r??`${s}-${c}`)}};var Ks=class{urlToSearchRequest(e){return No.get().parse(e)}searchRequestToUrl(e){return No.get().serialize(e)}};window.FluidTopicsUrlService=new Ks;var Kt=class t extends CustomEvent{constructor(e){super(t.eventName,{detail:{currentItem:e}})}};Kt.eventName="change";var Zs=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))}},a4=new Zs;var Mn=class t extends Ye{static build(){return new t(window.history,a4,()=>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),be(this.currentState,this.history.state)||this.realReplaceState.apply(this.history,[this.currentState,this.currentState.title,window.location.href]),setTimeout(()=>this.dispatchEvent(new Kt(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(Kt.eventName,e)}removeHistoryChangeListener(e){this.removeEventListener(Kt.eventName,e)}currentItem(){return Me(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 Me(this.states[this.previousDifferentMajorPosition()])}backwardItemMatching(e){let r=this.states.filter(o=>!!o).filter(o=>o.index<this.currentIndex).reverse();return Me(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 Me(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=Mn.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 i4=k`
1110
+ `;function s4(t,e){let{authenticationRequired:r,session:o}=U.getState();return r&&!o?.sessionAuthenticated?Promise.resolve(e):t()}var Tn=class extends Hr{async updateUiLocale(e){return(await this.awaitApi).updateUiLocale(e)}};var qs=class t extends bo{static build(e){return new t(U,e)}constructor(e,r){super(),this.store=e,this.cache=new $e,this.withManualResources=!0,this.localesConfiguration=null,this.userLocaleService=new Tn,this.cleanSessionDebouncer=new se,this.reloadDebouncer=new se(500),this.apiProvider=r??(()=>Vt.get())}setWithManualResources(e){this.withManualResources=e,this.updateIfNeeded()}async initService(){this.store.addEventListener(Br.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",()=>s4(()=>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 wo(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)}},c4=qs.build();var Zt=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 Mo=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 Zt(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 le=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},X=class extends zt{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=c4,this.contextRoot=new Mo}render(){return K`
1111
+ <slot></slot>
1112
+ `}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=>_o.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())}};X.elementDefinitions={};X.styles=i4;le([R()],X.prototype,"baseUrl",void 0);le([R()],X.prototype,"apiIntegrationIdentifier",void 0);le([R()],X.prototype,"apiIntegrationAppVersion",void 0);le([R()],X.prototype,"uiLocale",void 0);le([ye(null)],X.prototype,"availableUiLocales",void 0);le([ye(null)],X.prototype,"metadataConfiguration",void 0);le([R({type:Boolean})],X.prototype,"editorMode",void 0);le([R({type:Boolean})],X.prototype,"noCustom",void 0);le([R({type:Boolean})],X.prototype,"openExternalDocumentInNewTab",void 0);le([R({converter:{fromAttribute(t){return t==="false"?!1:t==="true"||(t??!1)}}})],X.prototype,"noCustomComponent",void 0);le([R({type:Boolean})],X.prototype,"withManualResources",void 0);le([R({type:Boolean})],X.prototype,"navigatorOnline",void 0);le([R({type:Boolean})],X.prototype,"forcedOffline",void 0);le([R({type:Boolean})],X.prototype,"authenticationRequired",void 0);le([ye([])],X.prototype,"messageContexts",void 0);le([ye(void 0)],X.prototype,"session",void 0);var l4={"ft-app-context":X};oe(l4);var Ys=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-]+$/)}},Gr=new Ys;var U6=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},ko=Symbol("i18nAttributes"),d4=Symbol("i18nListAttributes"),u4=Symbol("i18nProperties"),kn=Symbol("i18nContexts"),To=Symbol("i18nUnsubs"),f4=re(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?Ws:_o}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(Gr.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[ko])===null||s===void 0||s.forEach((m,h)=>d[h]=u(m,h,d[h])),(c=this[d4])===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[u4])===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[kn].set(d,{isCustomContext:c}),this[To].has(d)||this[To].set(d,this.getI18nService(c).subscribe(d,()=>this.onI18nUpdate(d))),this.getI18nService(c).prepareContext(d,s)}hasI18nContext(i){return this[kn].has(i.toLowerCase())}connectedCallback(){super.connectedCallback(),this[kn].forEach((i,s)=>this.addI18nContext(s,void 0,i.isCustomContext))}disconnectedCallback(){super.disconnectedCallback(),this[To].forEach(i=>i()),this[To].clear()}}return e=kn,r=To,U6([R({type:Boolean})],o.prototype,"useCustomMessageContexts",void 0),o}),In=class extends f4(G){},Pn=class extends f4(zt){};var Xs=class{fromAttribute(e){if(!e)return[];try{let r=JSON.parse(e);return Array.isArray(r)?r.map(o=>typeof o=="string"?Gr.fromAttribute(o):o):[]}catch{return[]}}toAttribute(e){if(e!=null)return JSON.stringify(e)}},F6=new Xs;var p4=(t,e)=>(r,o)=>{var a;r.constructor.createProperty(o,{type:Object,hasChanged:qe,converter:Gr,...e}),r[ko]=(a=r[ko])!==null&&a!==void 0?a:new Map,r[ko].set(o,t??{})};var h4=k`
1113
+ `;var Io=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},De=class extends Pn{constructor(){super(),this.editorMode=!1,this.addStore(U)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":W:K`
1114
+ <span class="ft-i18n">
1115
+ ${this.i18n({context:this.context,key:this.key,args:Array.isArray(this.args)?this.args:[]})}
1116
+ </span>
1117
+ `}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:""})}};De.elementDefinitions={};De.styles=h4;Io([dr()],De.prototype,"editorMode",void 0);Io([R()],De.prototype,"context",void 0);Io([R()],De.prototype,"key",void 0);Io([ye([])],De.prototype,"args",void 0);Io([R()],De.prototype,"defaultMessage",void 0);var m4={"ft-i18n":De};oe(m4);var Ue=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},te=class extends In{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 se,this.revealDebouncer=new se,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 K`
1118
+ <div part="container"
1119
+ class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
1120
+ <slot part="slot"></slot>
1121
+ <div part="tooltip" role="tooltip" inert
1122
+ class="ft-tooltip ft-tooltip--${this.validPosition}"
1123
+ popover="manual">
1124
+ <div part="tooltip-content" class="ft-tooltip--content">
1125
+ <slot name="text"></slot>
1126
+ <ft-typography variant="${_r.caption}" ?hidden=${!(!((e=this.text)===null||e===void 0)&&e.message)}>
1127
+ ${(r=this.text)===null||r===void 0?void 0:r.message}
1128
+ </ft-typography>
1129
+ </div>
1130
+ </div>
1131
+ </div>
1132
+ `}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&&Xa(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 ${ne.transitionDuration}, left ${ne.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(e){return this.manual||sa(e,this.ignoreMatchingElements,this.eventsTarget)}};te.elementDefinitions={"ft-typography":nt};te.styles=e4;Ue([p4()],te.prototype,"text",void 0);Ue([R({type:Boolean})],te.prototype,"manual",void 0);Ue([R({type:Boolean})],te.prototype,"inline",void 0);Ue([rr()],te.prototype,"delay",void 0);Ue([R()],te.prototype,"position",void 0);Ue([ye([])],te.prototype,"ignoreMatchingElements",void 0);Ue([Xn()],te.prototype,"slotNodes",void 0);Ue([Ce(".ft-tooltip--container")],te.prototype,"container",void 0);Ue([Ce(".ft-tooltip")],te.prototype,"tooltip",void 0);Ue([Ce(".ft-tooltip--content")],te.prototype,"tooltipContent",void 0);Ue([q()],te.prototype,"visible",void 0);var g4={"ft-tooltip":te};oe(g4);var qt;(function(t){t.topIcon="top-icon",t.sideIcon="side-icon",t.labelOnly="label-only",t.iconOnly="icon-only"})(qt||(qt={}));var zn;(function(t){t.left="left",t.right="right",t.start="start",t.end="end",t.justify="justify"})(zn||(zn={}));var xt=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},Js=class extends CustomEvent{constructor(e){super("index-change",{detail:e})}},he=class extends G{constructor(){super(...arguments),this.alignTabs=zn.justify,this.ftdsTabs=[],this.horizontal=!1,this.activeIndex=0,this.structure=qt.sideIcon,this.updateDebouncer=new se(2),this.onTabUpdated=()=>this.updateDebouncer.run(()=>{this.requestUpdate(),this.dispatchEvent(new to)}),this.resizeObserver=new ResizeObserver(()=>this.placeIndicator())}get tabsClasses(){return{"ftds-tabs":!0,["ftds-tabs--align-"+this.alignTabs]:!0,"ftds-tabs--horizontal":this.horizontal,"ftds-tabs--side-icon":this.structure==qt.sideIcon,"ftds-tabs--icon-only":this.structure==qt.iconOnly,"ftds-tabs--label-only":this.structure==qt.labelOnly}}render(){var e,r;let o=(r=this.ftdsTabs[(e=this.activeIndex)!==null&&e!==void 0?e:0])===null||r===void 0?void 0:r.color;return K`
1133
+ <div class="${st(this.tabsClasses)}" part="container">
1134
+ <div role="tablist" part="tablist">
1135
+ ${er(this.ftdsTabs,(a,i)=>this.addTooltipIfNecessary(a,K`
1136
+ <button class="${st({"ftds-tabs--tab-with-icon":!!a.icon,"ftds-tabs--tab-with-label":!!a.label})}"
1137
+ ?disabled=${a.disabled}
1138
+ @click=${()=>this.toggleTab(i)}
1139
+ role="tab"
1140
+ part="tab tab-${a.id}${a.active?" active-tab":""}"
1141
+ id="${a.ariaLabelledBy}"
1142
+ aria-label="${a.label}"
1143
+ aria-selected="${a.active?"true":"false"}"
1144
+ tabindex="${a.disabled?"-1":"0"}"
1145
+ aria-controls="${a.id}"
1146
+ style="${a.color?`color: ${a.color} !important;`:""}">
1147
+ <ft-ripple primary
1148
+ ?disabled=${a.disabled}
1149
+ part="tab-ripple${a.active?" active-tab-ripple":""}"
1150
+ style="${a.color||a.rippleColor?Ie.color.set(a.color||a.rippleColor):""}"></ft-ripple>
1151
+ ${ln(a.icon,()=>K`
1152
+ <ftds-icon class="ftds-tabs--tab-icon"
1153
+ part="tab-icon${a.active?" active-tab-icon":""}"
1154
+ icon="${a.icon}"
1155
+ .variant=${a.iconVariant}>
1156
+ </ftds-icon>
1157
+ `)}
1158
+ }
1159
+
1160
+ <ftds-typography class="ftds-tabs--tab-label"
1161
+ part="tab-label${a.active?" active-tab-label":""}"
1162
+ variant="${Er.body2medium}">
1163
+ ${a.label}
1164
+ </ftds-typography>
1165
+ </button>
1166
+ `))}
1167
+ <div class="ftds-tabs--active-tab-indicator"
1168
+ part="active-tab-indicator"
1169
+ style="${o?`background-color: ${o} !important;`:""}">
1170
+ </div>
1171
+ </div>
1172
+ <div class="ftds-tabs--content" part="content">
1173
+ <slot @slotchange=${this.onContentChange}></slot>
1174
+ </div>
1175
+ </div>
1176
+ `}onContentChange(e){let r=e.composedPath()[0];this.ftdsTabs=r.assignedElements().map(o=>o),this.ftdsTabs.forEach(o=>{o.removeEventListener("updated",this.onTabUpdated),o.addEventListener("updated",this.onTabUpdated)}),this.updateTabs()}update(e){super.update(e),e.has("activeIndex")&&this.dispatchEvent(new eo),(e.has("ftdsTabs")||e.has("activeIndex"))&&this.updateTabs(),e.has("activeIndex")&&this.dispatchEvent(new Js(this.activeIndex))}contentAvailableCallback(e){super.contentAvailableCallback(e),this.tabsContainer&&this.resizeObserver.observe(this.tabsContainer),this.placeIndicator()}placeIndicator(){this.placeActiveTabIndicator(this.activeTabIndicator,this.activeTab)}placeActiveTabIndicator(e,r){var o,a,i,s,c,d,u,m,h;if(e){let y=(o=r?.closest(".ftds-tabs--tab-tooltip"))!==null&&o!==void 0?o:r;if(y){let b=(i=(a=y?.getBoundingClientRect())===null||a===void 0?void 0:a.height)!==null&&i!==void 0?i:0,v=(c=(s=y?.getBoundingClientRect())===null||s===void 0?void 0:s.width)!==null&&c!==void 0?c:0;this.horizontal?(e.style.height=b+"px",e.style.width="3px",e.style.left=((d=y?.offsetLeft)!==null&&d!==void 0?d:0)+v-3+"px",e.style.top=((u=y?.offsetTop)!==null&&u!==void 0?u:0)+"px"):(e.style.height="3px",e.style.width=v+"px",e.style.left=((m=y?.offsetLeft)!==null&&m!==void 0?m:0)+"px",e.style.top=((h=y?.offsetTop)!==null&&h!==void 0?h:0)+b-3+"px")}else e.style.height="0px",e.style.width="0px"}}toggleTab(e){this.activeIndex=e}updateTabs(){this.ftdsTabs.forEach((e,r)=>{e.active=r==this.activeIndex})}addTooltipIfNecessary(e,r){return r}};he.elementDefinitions={"ft-ripple":Y,"ft-tooltip":te,"ftds-icon":_e,"ftds-typography":Qe};he.styles=[di,V1];xt([R()],he.prototype,"alignTabs",void 0);xt([q()],he.prototype,"ftdsTabs",void 0);xt([Ce("[role='tablist']")],he.prototype,"tabsContainer",void 0);xt([Ce("[aria-selected='true']")],he.prototype,"activeTab",void 0);xt([Ce(".ftds-tabs--active-tab-indicator")],he.prototype,"activeTabIndicator",void 0);xt([R({type:Boolean})],he.prototype,"horizontal",void 0);xt([rr({reflect:!0})],he.prototype,"activeIndex",void 0);xt([R()],he.prototype,"structure",void 0);var at=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},me=class extends G{constructor(){super(...arguments),this.label="",this.active=!1,this.disabled=!1,this.uniqueId=la(5,"tab-")}render(){return K`
1177
+ <style>
1178
+ :host {
1179
+ display: ${Fe(this.active?"block":"none")};
1180
+ }
1181
+ </style>
1182
+ <slot></slot>
1183
+ `}update(e){super.update(e),this.id||(this.id=this.uniqueId),this.ariaLabelledBy=this.id+"-control"}updated(e){super.updated(e),this.dispatchEvent(new Event("updated"))}};me.elementDefinitions={};at([R({type:String})],me.prototype,"label",void 0);at([R({type:String})],me.prototype,"icon",void 0);at([R({type:String})],me.prototype,"iconVariant",void 0);at([R({type:Boolean,reflect:!0})],me.prototype,"active",void 0);at([R({type:Boolean})],me.prototype,"disabled",void 0);at([R({reflect:!0})],me.prototype,"id",void 0);at([R()],me.prototype,"color",void 0);at([R()],me.prototype,"rippleColor",void 0);at([R({reflect:!0,attribute:"aria-labelledby"})],me.prototype,"ariaLabelledBy",void 0);var y4={"ftds-tabs":he,"ftds-tab":me};oe(y4);})();
1184
+ /*! Bundled license information:
1185
+
1186
+ @webcomponents/scoped-custom-element-registry/src/scoped-custom-element-registry.js:
1187
+ (**
1188
+ * @license
1189
+ * Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
1190
+ * This code may only be used under the BSD style license found at
1191
+ * http://polymer.github.io/LICENSE.txt
1192
+ * The complete set of authors may be found at
1193
+ * http://polymer.github.io/AUTHORS.txt
1194
+ * The complete set of contributors may be found at
1195
+ * http://polymer.github.io/CONTRIBUTORS.txt
1196
+ * Code distributed by Google as part of the polymer project is also
1197
+ * subject to an additional IP rights grant found at
1198
+ * http://polymer.github.io/PATENTS.txt
1199
+ *)
1200
+
1201
+ @lit/reactive-element/css-tag.js:
1202
+ (**
1203
+ * @license
1204
+ * Copyright 2019 Google LLC
1205
+ * SPDX-License-Identifier: BSD-3-Clause
1206
+ *)
1207
+
1208
+ @lit/reactive-element/reactive-element.js:
1209
+ lit-html/lit-html.js:
1210
+ lit-element/lit-element.js:
1211
+ @lit/reactive-element/decorators/custom-element.js:
1212
+ @lit/reactive-element/decorators/property.js:
1213
+ @lit/reactive-element/decorators/state.js:
1214
+ @lit/reactive-element/decorators/event-options.js:
1215
+ @lit/reactive-element/decorators/base.js:
1216
+ @lit/reactive-element/decorators/query.js:
1217
+ @lit/reactive-element/decorators/query-all.js:
1218
+ @lit/reactive-element/decorators/query-async.js:
1219
+ @lit/reactive-element/decorators/query-assigned-nodes.js:
1220
+ lit-html/directive.js:
1221
+ lit-html/directives/repeat.js:
1222
+ lit-html/directives/unsafe-html.js:
1223
+ lit-html/async-directive.js:
1224
+ @lit/context/lib/decorators/provide.js:
1225
+ (**
1226
+ * @license
1227
+ * Copyright 2017 Google LLC
1228
+ * SPDX-License-Identifier: BSD-3-Clause
1229
+ *)
1230
+
1231
+ lit-html/is-server.js:
1232
+ @lit/context/lib/decorators/consume.js:
1233
+ (**
1234
+ * @license
1235
+ * Copyright 2022 Google LLC
1236
+ * SPDX-License-Identifier: BSD-3-Clause
1237
+ *)
1238
+
1239
+ @lit/reactive-element/decorators/query-assigned-elements.js:
1240
+ lit-html/directives/when.js:
1241
+ @lit/context/lib/context-request-event.js:
1242
+ @lit/context/lib/create-context.js:
1243
+ @lit/context/lib/controllers/context-consumer.js:
1244
+ @lit/context/lib/value-notifier.js:
1245
+ @lit/context/lib/controllers/context-provider.js:
1246
+ @lit/context/lib/context-root.js:
1247
+ (**
1248
+ * @license
1249
+ * Copyright 2021 Google LLC
1250
+ * SPDX-License-Identifier: BSD-3-Clause
1251
+ *)
1252
+
1253
+ lit-html/directive-helpers.js:
1254
+ lit-html/static.js:
1255
+ (**
1256
+ * @license
1257
+ * Copyright 2020 Google LLC
1258
+ * SPDX-License-Identifier: BSD-3-Clause
1259
+ *)
1260
+
1261
+ lit-html/directives/class-map.js:
1262
+ lit-html/directives/style-map.js:
1263
+ (**
1264
+ * @license
1265
+ * Copyright 2018 Google LLC
1266
+ * SPDX-License-Identifier: BSD-3-Clause
1267
+ *)
1268
+
1269
+ @fortawesome/fontawesome-svg-core/index.mjs:
1270
+ (*!
1271
+ * Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
1272
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
1273
+ * Copyright 2026 Fonticons, Inc.
1274
+ *)
1275
+ */