2024-07-02 07:39:19 +00:00
( function ( ) { const t = document . createElement ( "link" ) . relList ; if ( t && t . supports && t . supports ( "modulepreload" ) ) return ; for ( const i of document . querySelectorAll ( 'link[rel="modulepreload"]' ) ) r ( i ) ; new MutationObserver ( i => { for ( const s of i ) if ( s . type === "childList" ) for ( const o of s . addedNodes ) o . tagName === "LINK" && o . rel === "modulepreload" && r ( o ) } ) . observe ( document , { childList : ! 0 , subtree : ! 0 } ) ; function n ( i ) { const s = { } ; return i . integrity && ( s . integrity = i . integrity ) , i . referrerPolicy && ( s . referrerPolicy = i . referrerPolicy ) , i . crossOrigin === "use-credentials" ? s . credentials = "include" : i . crossOrigin === "anonymous" ? s . credentials = "omit" : s . credentials = "same-origin" , s } function r ( i ) { if ( i . ep ) return ; i . ep = ! 0 ; const s = n ( i ) ; fetch ( i . href , s ) } } ) ( ) ; / * *
2024-07-02 07:23:08 +00:00
* @ vue / shared v3 . 4.29
* ( c ) 2018 - present Yuxi ( Evan ) You and Vue contributors
* @ license MIT
2024-07-02 11:48:13 +00:00
* * //*! #__NO_SIDE_EFFECTS__ */function Ni(e,t){const n=new Set(e.split(","));return r=>n.has(r)}const ee={},Ft=[],Re=()=>{},Gl=()=>!1,br=e=>e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&(e.charCodeAt(2)>122||e.charCodeAt(2)<97),Ri=e=>e.startsWith("onUpdate:"),me=Object.assign,Ii=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},Xl=Object.prototype.hasOwnProperty,Y=(e,t)=>Xl.call(e,t),$=Array.isArray,Bt=e=>vr(e)==="[object Map]",Go=e=>vr(e)==="[object Set]",D=e=>typeof e=="function",de=e=>typeof e=="string",Nt=e=>typeof e=="symbol",re=e=>e!==null&&typeof e=="object",Xo=e=>(re(e)||D(e))&&D(e.then)&&D(e.catch),Jo=Object.prototype.toString,vr=e=>Jo.call(e),Jl=e=>vr(e).slice(8,-1),Qo=e=>vr(e)==="[object Object]",Li=e=>de(e)&&e!=="NaN"&&e[0]!=="-"&&""+parseInt(e,10)===e,rn=Ni(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),yr=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},Ql=/-(\w)/g,zt=yr(e=>e.replace(Ql,(t,n)=>n?n.toUpperCase():"")),Zl=/\B([A-Z])/g,Vt=yr(e=>e.replace(Zl,"-$1").toLowerCase()),Zo=yr(e=>e.charAt(0).toUpperCase()+e.slice(1)),Fr=yr(e=>e?`on${Zo(e)}`:""),ut=(e,t)=>!Object.is(e,t),Br=(e,...t)=>{for(let n=0;n<e.length;n++)e[n](...t)},ea=(e,t,n,r=!1)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,writable:r,value:n})},ec=e=>{const t=parseFloat(e);return isNaN(t)?e:t};let ws;const ta=()=>ws||(ws=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function _r(e){if($(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],i=de(r)?ic(r):_r(r);if(i)for(const s in i)t[s]=i[s]}return t}else if(de(e)||re(e))return e}const tc=/;(?![^(]*\))/g,nc=/:([^]+)/,rc=/\/\*[^]*?\*\//g;function ic(e){const t={};return e.replace(rc,"").split(tc).forEach(n=>{if(n){const r=n.split(nc);r.length>1&&(t[r[0].trim()]=r[1].trim())}}),t}function Oe(e){let t="";if(de(e))t=e;else if($(e))for(let n=0;n<e.length;n++){const r=Oe(e[n]);r&&(t+=r+" ")}else if(re(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}const sc="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",oc=Ni(sc);function na(e){return!!e||e===""}const oe=e=>de(e)?e:e==null?"":$(e)||re(e)&&(e.toString===Jo||!D(e.toString))?JSON.stringify(e,ra,2):String(e),ra=(e,t)=>t&&t.__v_isRef?ra(e,t.value):Bt(t)?{[`Map(${t.size})`]:[...t.entries()].reduce((n,[r,i],s)=>(n[jr(r,s)+" =>"]=i,n),{})}:Go(t)?{[`Set(${t.size})`]:[...t.values()].map(n=>jr(n))}:Nt(t)?jr(t):re(t)&&!$(t)&&!Qo(t)?String(t):t,jr=(e,t="")=>{var n;return Nt(e)?`Symbol(${(n=e.description)!=null?n:t})`:e};/**
2024-07-02 07:23:08 +00:00
* @ vue / reactivity v3 . 4.29
* ( c ) 2018 - present Yuxi ( Evan ) You and Vue contributors
* @ license MIT
2024-07-02 11:48:13 +00:00
* * / l e t M e ; c l a s s a c { c o n s t r u c t o r ( t = ! 1 ) { t h i s . d e t a c h e d = t , t h i s . _ a c t i v e = ! 0 , t h i s . e f f e c t s = [ ] , t h i s . c l e a n u p s = [ ] , t h i s . p a r e n t = M e , ! t & & M e & & ( t h i s . i n d e x = ( M e . s c o p e s | | ( M e . s c o p e s = [ ] ) ) . p u s h ( t h i s ) - 1 ) } g e t a c t i v e ( ) { r e t u r n t h i s . _ a c t i v e } r u n ( t ) { i f ( t h i s . _ a c t i v e ) { c o n s t n = M e ; t r y { r e t u r n M e = t h i s , t ( ) } f i n a l l y { M e = n } } } o n ( ) { M e = t h i s } o f f ( ) { M e = t h i s . p a r e n t } s t o p ( t ) { i f ( t h i s . _ a c t i v e ) { l e t n , r ; f o r ( n = 0 , r = t h i s . e f f e c t s . l e n g t h ; n < r ; n + + ) t h i s . e f f e c t s [ n ] . s t o p ( ) ; f o r ( n = 0 , r = t h i s . c l e a n u p s . l e n g t h ; n < r ; n + + ) t h i s . c l e a n u p s [ n ] ( ) ; i f ( t h i s . s c o p e s ) f o r ( n = 0 , r = t h i s . s c o p e s . l e n g t h ; n < r ; n + + ) t h i s . s c o p e s [ n ] . s t o p ( ! 0 ) ; i f ( ! t h i s . d e t a c h e d & & t h i s . p a r e n t & & ! t ) { c o n s t i = t h i s . p a r e n t . s c o p e s . p o p ( ) ; i & & i ! = = t h i s & & ( t h i s . p a r e n t . s c o p e s [ t h i s . i n d e x ] = i , i . i n d e x = t h i s . i n d e x ) } t h i s . p a r e n t = v o i d 0 , t h i s . _ a c t i v e = ! 1 } } } f u n c t i o n l c ( e , t = M e ) { t & & t . a c t i v e & & t . e f f e c t s . p u s h ( e ) } f u n c t i o n c c ( ) { r e t u r n M e } l e t A t ; c l a s s M i { c o n s t r u c t o r ( t , n , r , i ) { t h i s . f n = t , t h i s . t r i g g e r = n , t h i s . s c h e d u l e r = r , t h i s . a c t i v e = ! 0 , t h i s . d e p s = [ ] , t h i s . _ d i r t y L e v e l = 5 , t h i s . _ t r a c k I d = 0 , t h i s . _ r u n n i n g s = 0 , t h i s . _ s h o u l d S c h e d u l e = ! 1 , t h i s . _ d e p s L e n g t h = 0 , l c ( t h i s , i ) } g e t d i r t y ( ) { i f ( t h i s . _ d i r t y L e v e l = = = 2 ) r e t u r n ! 1 ; i f ( t h i s . _ d i r t y L e v e l = = = 3 | | t h i s . _ d i r t y L e v e l = = = 4 ) { t h i s . _ d i r t y L e v e l = 1 , m t ( ) ; f o r ( l e t t = 0 ; t < t h i s . _ d e p s L e n g t h ; t + + ) { c o n s t n = t h i s . d e p s [ t ] ; i f ( n . c o m p u t e d ) { i f ( n . c o m p u t e d . e f f e c t . _ d i r t y L e v e l = = = 2 ) r e t u r n ! 0 ; i f ( f c ( n . c o m p u t e d ) , t h i s . _ d i r t y L e v e l > = 5 ) b r e a k } } t h i s . _ d i r t y L e v e l = = = 1 & & ( t h i s . _ d i r t y L e v e l = 0 ) , g t ( ) } r e t u r n t h i s . _ d i r t y L e v e l > = 5 } s e t d i r t y ( t ) { t h i s . _ d i r t y L e v e l = t ? 5 : 0 } r u n ( ) { i f ( t h i s . _ d i r t y L e v e l = 0 , ! t h i s . a c t i v e ) r e t u r n t h i s . f n ( ) ; l e t t = c t , n = A t ; t r y { r e t u r n c t = ! 0 , A t = t h i s , t h i s . _ r u n n i n g s + + , k s ( t h i s ) , t h i s . f n ( ) } f i n a l l y { E s ( t h i s ) , t h i s . _ r u n n i n g s - - , A t = n , c t = t } } s t o p ( ) { t h i s . a c t i v e & & ( k s ( t h i s ) , E s ( t h i s ) , t h i s . o n S t o p & & t h i s . o n S t o p ( ) , t h i s . a c t i v e = ! 1 ) } } f u n c t i o n f c ( e ) { r e t u r n e . v a l u e } f u n c t i o n k s ( e ) { e . _ t r a c k I d + + , e . _ d e p s L e n g t h = 0 } f u n c t i o n E s ( e ) { i f ( e . d e p s . l e n g t h > e . _ d e p s L e n g t h ) { f o r ( l e t t = e . _ d e p s L e n g t h ; t < e . d e p s . l e n g t h ; t + + ) i a ( e . d e p s [ t ] , e ) ; e . d e p s . l e n g t h = e . _ d e p s L e n g t h } } f u n c t i o n i a ( e , t ) { c o n s t n = e . g e t ( t ) ; n ! = = v o i d 0 & & t . _ t r a c k I d ! = = n & & ( e . d e l e t e ( t ) , e . s i z e = = = 0 & & e . c l e a n u p ( ) ) } l e t c t = ! 0 , Z r = 0 ; c o n s t s a = [ ] ; f u n c t i o n m t ( ) { s a . p u s h ( c t ) , c t = ! 1 } f u n c t i o n g t ( ) { c o n s t e = s a . p o p ( ) ; c t = e = = = v o i d 0 ? ! 0 : e } f u n c t i o n $ i ( ) { Z r + + } f u n c t i o n F i ( ) { f o r ( Z r - - ; ! Z r & & e i . l e n g t h ; ) e i . s h i f t ( ) ( ) } f u n c t i o n o a ( e , t , n ) { i f ( t . g e t ( e ) ! = = e . _ t r a c k I d ) { t . s e t ( e , e . _ t r a c k I d ) ; c o n s t r = e . d e p s [ e . _ d e p s L e n g t h ] ; r ! = = t ? ( r & & i a ( r , e ) , e . d e p s [ e . _ d e p s L e n g t h + + ] = t ) : e . _ d e p s L e n g t h + + } } c o n s t e i = [ ] ; f u n c t i o n a a ( e , t , n ) { $ i ( ) ; f o r ( c o n s t r o f e . k e y s ( ) ) { i f ( ! e . c o m p u t e d & & r . c o m p u t e d & & e . g e t ( r ) = = = r . _ t r a c k I d & & r . _ r u n n i n g s > 0 ) { r . _ d i r t y L e v e l = 2 ; c o n t i n u e } l e t i ; r . _ d i r t y L e v e l < t & & ( i ? ? ( i = e . g e t ( r ) = = = r . _ t r a c k I d ) ) & & ( r . _ s h o u l d S c h e d u l e | | ( r . _ s h o u l d S c h e d u l e = r . _ d i r t y L e v e l = = = 0 ) , r . c o m p u t e d & & r . _ d i r t y L e v e l = = = 2 & & ( r . _ s h o u l d S c h e d u l e = ! 0 ) , r . _ d i r t y L e v e l = t ) , r . _ s h o u l d S c h e d u l e & & ( i ? ? ( i = e . g e t ( r ) = = = r . _ t r a c k I d ) ) & & ( r . t r i g g e r ( ) , ( ! r . _ r u n n i n g s | | r . a l l o w R e c u r s e ) & & r . _ d i r t y L e v e l ! = = 3 & & ( r . _ s h o u l d S c h e d u l e = ! 1 , r . s c h e d u l e r & & e i . p u s h ( r . s c h e d u l e r ) ) ) } F i ( ) } c o n s t l a = ( e , t ) = > { c o n s t n = n e w M a p ; r e t u r n n . c l e a n u p = e , n . c o m p u t e d = t , n } , t i = n e w W e a k M a p , O t = S y m b o l ( " " ) , n i = S y m b o l ( " " ) ; f u n c t i o n S e ( e , t , n ) { i f ( c t & & A t ) { l e t r = t i . g e t ( e ) ; r | | t i . s e t ( e , r = n e w M a p ) ; l e t i = r . g e t ( n ) ; i | | r . s e t ( n , i = l a ( ( ) = > r . d e l e t e ( n ) ) ) , o a ( A t , i ) } } f u n c t i o n Q e ( e , t , n , r , i , s ) { c o n s t o = t i . g e t ( e ) ; i f ( ! o ) r e t u r n ; l e t a = [ ] ; i f ( t = = = " c l e a r " ) a = [ . . . o . v a l u e s ( ) ] ; e l s e i f ( n = = = " l e n g t h " & & $ ( e ) ) { c o n s t l = N u m b e r ( r ) ; o . f o r E a c h ( ( f , c ) = > { ( c = = = " l e n g t h " | | ! N t ( c ) & & c > = l ) & & a . p u s h ( f ) } ) } e l s e s w i t c h ( n ! = = v o i d 0 & & a . p u s h ( o . g e t ( n ) ) , t ) { c a s e " a d d " : $ ( e ) ? L i ( n ) & & a . p u s h ( o . g e t ( " l e n g t h " ) ) : ( a . p u s h ( o . g e t ( O t ) ) , B t ( e ) & & a . p u s h ( o . g e t ( n i ) ) ) ; b r e a k ; c a s e " d e l e t e " : $ ( e ) | | ( a . p u s h ( o . g e t ( O t ) ) , B t ( e ) & & a . p u s h ( o . g e t ( n i ) ) ) ; b r e a k ; c a s e " s e t " : B t ( e ) & & a . p u s h ( o . g e t ( O t ) ) ; b r e a k } $ i ( ) ; f o r ( c o n s t l o f a ) l & & a a ( l , 5 ) ; F i ( ) } c o n s t u c = N i ( " _ _ p r o t o _ _ , _ _ v _ i s R e f , _ _ i s V u e " ) , c a = n e w S e t ( O b j e c t . g e t O w n P r o p e r t y N a m e s ( S y m b o l ) . f i l t e r ( e = > e ! = = " a r g u m e n t s " & & e ! = = " c a l l e r " ) . m a p ( e = > S y m b o l [ e ] ) . f i l t e r ( N t ) ) , A s = d c ( ) ; f u n c t i o n d c ( ) { c o n s t e = { } ; r e t u r n [ " i n c l u d e s " , " i n d e x O f " , " l a s t I n d e x O f " ] . f o r E a c h ( t = > { e [ t ] = f u n c t i o n ( . . . n ) { c o n s t r = J ( t h i s ) ; f o r ( l e t s = 0 , o = t h i s . l e n g t h ; s < o ; s + + ) S e ( r , " g e t " , s + " " ) ; c o n s t i = r [ t ] ( . . . n ) ; r e t u r n i = = = - 1 | | i = = = ! 1 ? r [ t ] ( . . . n . m a p ( J ) ) : i } } ) , [ " p u s h " , " p o p " , " s h i f t " , " u n s h i f t " , " s p l i c e " ] . f o r E a c h ( t = > { e [ t ] = f u n c t i o n ( . . . n ) { m t ( ) , $ i ( ) ; c o n s t r = J ( t h i s ) [ t ] . a p p l y ( t h i s , n ) ; r e t u r n F i ( ) , g t ( ) , r } } ) , e } f u
2024-07-02 07:23:08 +00:00
* @ vue / runtime - core v3 . 4.29
* ( c ) 2018 - present Yuxi ( Evan ) You and Vue contributors
* @ license MIT
2024-07-02 11:48:13 +00:00
* * /function ft(e,t,n,r){try{return r?e(...r):e()}catch(i){kr(i,t,n)}}function je(e,t,n,r){if(D(e)){const i=ft(e,t,n,r);return i&&Xo(i)&&i.catch(s=>{kr(s,t,n)}),i}if($(e)){const i=[];for(let s=0;s<e.length;s++)i.push(je(e[s],t,n,r));return i}}function kr(e,t,n,r=!0){const i=t?t.vnode:null;if(t){let s=t.parent;const o=t.proxy,a=`https:/ / vuejs . org / error - reference / # runtime - $ { n } ` ;for(;s;){const f=s.ec;if(f){for(let c=0;c<f.length;c++)if(f[c](e,o,a)===!1)return}s=s.parent}const l=t.appContext.config.errorHandler;if(l){mt(),ft(l,null,10,[e,o,a]),gt();return}}Mc(e,n,i,r)}function Mc(e,t,n,r=!0){console.error(e)}let hn=!1,ri=!1;const be=[];let Ve=0;const jt=[];let ot=null,xt=0;const _a=Promise.resolve();let Ui=null;function $ c(e){const t=Ui||_a;return e?t.then(this?e.bind(this):e):t}function Fc(e){let t=Ve+1,n=be.length;for(;t<n;){const r=t+n>>>1,i=be[r],s=pn(i);s<e||s===e&&i.pre?t=r+1:n=r}return t}function Hi(e){(!be.length||!be.includes(e,hn&&e.allowRecurse?Ve+1:Ve))&&(e.id==null?be.push(e):be.splice(Fc(e.id),0,e),xa())}function xa(){!hn&&!ri&&(ri=!0,Ui=_a.then(ka))}function Bc(e){const t=be.indexOf(e);t>Ve&&be.splice(t,1)}function jc(e){ $ (e)?jt.push(...e):(!ot||!ot.includes(e,e.allowRecurse?xt+1:xt))&&jt.push(e),xa()}function Ps(e,t,n=hn?Ve+1:0){for(;n<be.length;n++){const r=be[n];if(r&&r.pre){if(e&&r.id!==e.uid)continue;be.splice(n,1),n--,r()}}}function wa(e){if(jt.length){const t=[...new Set(jt)].sort((n,r)=>pn(n)-pn(r));if(jt.length=0,ot){ot.push(...t);return}for(ot=t,xt=0;xt<ot.length;xt++){const n=ot[xt];n.active!==!1&&n()}ot=null,xt=0}}const pn=e=>e.id==null?1/0:e.id,Dc=(e,t)=>{const n=pn(e)-pn(t);if(n===0){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function ka(e){ri=!1,hn=!0,be.sort(Dc);try{for(Ve=0;Ve<be.length;Ve++){const t=be[Ve];t&&t.active!==!1&&ft(t,null,14)}}finally{Ve=0,be.length=0,wa(),hn=!1,Ui=null,(be.length||jt.length)&&ka()}}function zc(e,t,...n){if(e.isUnmounted)return;const r=e.vnode.props||ee;let i=n;const s=t.startsWith("update:"),o=s&&t.slice(7);if(o&&o in r){const c= ` $ { o === "modelValue" ? "model" : o } Modifiers ` ,{number:h,trim:m}=r[c]||ee;m&&(i=n.map(k=>de(k)?k.trim():k)),h&&(i=n.map(ec))}let a,l=r[a=Fr(t)]||r[a=Fr(zt(t))];!l&&s&&(l=r[a=Fr(Vt(t))]),l&&je(l,e,6,i);const f=r[a+"Once"];if(f){if(!e.emitted)e.emitted={};else if(e.emitted[a])return;e.emitted[a]=!0,je(f,e,6,i)}}function Ea(e,t,n=!1){const r=t.emitsCache,i=r.get(e);if(i!==void 0)return i;const s=e.emits;let o={},a=!1;if(!D(e)){const l=f=>{const c=Ea(f,t,!0);c&&(a=!0,me(o,c))};!n&&t.mixins.length&&t.mixins.forEach(l),e.extends&&l(e.extends),e.mixins&&e.mixins.forEach(l)}return!s&&!a?(re(e)&&r.set(e,null),null):( $ (s)?s.forEach(l=>o[l]=null):me(o,s),re(e)&&r.set(e,o),o)}function Er(e,t){return!e||!br(t)?!1:(t=t.slice(2).replace(/Once $ /,""),Y(e,t[0].toLowerCase()+t.slice(1))||Y(e,Vt(t))||Y(e,t))}let Ie=null,Aa=null;function cr(e){const t=Ie;return Ie=e,Aa=e&&e.type.__scopeId||null,t}function Oa(e,t=Ie,n){if(!t||e._n)return e;const r=(...i)=>{r._d&&Us(-1);const s=cr(t);let o;try{o=e(...i)}finally{cr(s),r._d&&Us(1)}return o};return r._n=!0,r._c=!0,r._d=!0,r}function Dr(e){const{type:t,vnode:n,proxy:r,withProxy:i,propsOptions:[s],slots:o,attrs:a,emit:l,render:f,renderCache:c,props:h,data:m,setupState:k,ctx:B,inheritAttrs:M}=e,K=cr(e);let E,O;try{if(n.shapeFlag&4){const j=i||r,H=j;E=He(f.call(H,j,c,h,k,m,B)),O=a}else{const j=t;E=He(j.length>1?j(h,{attrs:a,slots:o,emit:l}):j(h,null)),O=t.props?a:Uc(a)}}catch(j){ln.length=0,kr(j,e,1),E=W(Ct)}let N=E;if(O&&M!==!1){const j=Object.keys(O),{shapeFlag:H}=N;j.length&&H&7&&(s&&j.some(Ri)&&(O=Hc(O,s)),N=Ut(N,O,!1,!0))}return n.dirs&&(N=Ut(N,null,!1,!0),N.dirs=N.dirs?N.dirs.concat(n.dirs):n.dirs),n.transition&&(N.transition=n.transition),E=N,cr(K),E}const Uc=e=>{let t;for(const n in e)(n==="class"||n==="style"||br(n))&&((t||(t={}))[n]=e[n]);return t},Hc=(e,t)=>{const n={};for(const r in e)(!Ri(r)||!(r.slice(9)in t))&&(n[r]=e[r]);return n};function Vc(e,t,n){const{props:r,children:i,component:s}=e,{props:o,children:a,patchFlag:l}=t,f=s.emitsOptions;if(t.dirs||t.transition)return!0;if(n&&l>=0){if(l&
2024-07-02 07:23:08 +00:00
* @ vue / runtime - dom v3 . 4.29
* ( c ) 2018 - present Yuxi ( Evan ) You and Vue contributors
* @ license MIT
2024-07-02 11:48:13 +00:00
* * /const qf="http:/ / www . w3 . org / 2000 / svg ",Wf=" http : //www.w3.org/1998/Math/MathML",Xe=typeof document<"u"?document:null,Ws=Xe&&Xe.createElement("template"),Yf={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const i=t==="svg"?Xe.createElementNS(qf,e):t==="mathml"?Xe.createElementNS(Wf,e):n?Xe.createElement(e,{is:n}):Xe.createElement(e);return e==="select"&&r&&r.multiple!=null&&i.setAttribute("multiple",r.multiple),i},createText:e=>Xe.createTextNode(e),createComment:e=>Xe.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>Xe.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,i,s){const o=n?n.previousSibling:t.lastChild;if(i&&(i===s||i.nextSibling))for(;t.insertBefore(i.cloneNode(!0),n),!(i===s||!(i=i.nextSibling)););else{Ws.innerHTML=r==="svg"?`<svg>${e}</svg>`:r==="mathml"?`<math>${e}</math>`:e;const a=Ws.content;if(r==="svg"||r==="mathml"){const l=a.firstChild;for(;l.firstChild;)a.appendChild(l.firstChild);a.removeChild(l)}t.insertBefore(a,n)}return[o?o.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}},Kf=Symbol("_vtc");function Gf(e,t,n){const r=e[Kf];r&&(t=(t?[t,...r]:[...r]).join(" ")),t==null?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}const dr=Symbol("_vod"),Xa=Symbol("_vsh"),Ys={beforeMount(e,{value:t},{transition:n}){e[dr]=e.style.display==="none"?"":e.style.display,n&&t?n.beforeEnter(e):Jt(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),Jt(e,!0),r.enter(e)):r.leave(e,()=>{Jt(e,!1)}):Jt(e,t))},beforeUnmount(e,{value:t}){Jt(e,t)}};function Jt(e,t){e.style.display=t?e[dr]:"none",e[Xa]=!t}const Xf=Symbol(""),Jf=/(^|;)\s*display\s*:/;function Qf(e,t,n){const r=e.style,i=de(n);let s=!1;if(n&&!i){if(t)if(de(t))for(const o of t.split(";")){const a=o.slice(0,o.indexOf(":")).trim();n[a]==null&&nr(r,a,"")}else for(const o in t)n[o]==null&&nr(r,o,"");for(const o in n)o==="display"&&(s=!0),nr(r,o,n[o])}else if(i){if(t!==n){const o=r[Xf];o&&(n+=";"+o),r.cssText=n,s=Jf.test(n)}}else t&&e.removeAttribute("style");dr in e&&(e[dr]=s?r.display:"",e[Xa]&&(r.display="none"))}const Ks=/\s*!important$/;function nr(e,t,n){if($(n))n.forEach(r=>nr(e,t,r));else if(n==null&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=Zf(e,t);Ks.test(n)?e.setProperty(Vt(r),n.replace(Ks,""),"important"):e[r]=n}}const Gs=["Webkit","Moz","ms"],Hr={};function Zf(e,t){const n=Hr[t];if(n)return n;let r=zt(t);if(r!=="filter"&&r in e)return Hr[t]=r;r=Zo(r);for(let i=0;i<Gs.length;i++){const s=Gs[i]+r;if(s in e)return Hr[t]=s}return t}const Xs="http://www.w3.org/1999/xlink";function Js(e,t,n,r,i,s=oc(t)){r&&t.startsWith("xlink:")?n==null?e.removeAttributeNS(Xs,t.slice(6,t.length)):e.setAttributeNS(Xs,t,n):n==null||s&&!na(n)?e.removeAttribute(t):e.setAttribute(t,s?"":String(n))}function eu(e,t,n,r,i,s,o){if(t==="innerHTML"||t==="textContent"){r&&o(r,i,s),e[t]=n??"";return}const a=e.tagName;if(t==="value"&&a!=="PROGRESS"&&!a.includes("-")){const f=a==="OPTION"?e.getAttribute("value")||"":e.value,c=n==null?"":String(n);(f!==c||!("_value"in e))&&(e.value=c),n==null&&e.removeAttribute(t),e._value=n;return}let l=!1;if(n===""||n==null){const f=typeof e[t];f==="boolean"?n=na(n):n==null&&f==="string"?(n="",l=!0):f==="number"&&(n=0,l=!0)}try{e[t]=n}catch{}l&&e.removeAttribute(t)}function tu(e,t,n,r){e.addEventListener(t,n,r)}function nu(e,t,n,r){e.removeEventListener(t,n,r)}const Qs=Symbol("_vei");function ru(e,t,n,r,i=null){const s=e[Qs]||(e[Qs]={}),o=s[t];if(r&&o)o.value=r;else{const[a,l]=iu(t);if(r){const f=s[t]=au(r,i);tu(e,a,f,l)}else o&&(nu(e,a,o,l),s[t]=void 0)}}const Zs=/(?:Once|Passive|Capture)$/;function iu(e){let t;if(Zs.test(e)){t={};let r;for(;r=e.match(Zs);)e=e.slice(0,e.length-r[0].length),t[r[0].toLowerCase()]=!0}return[e[2]===":"?e.slice(3):Vt(e.slice(2)),t]}let Vr=0;const su=Promise.resolve(),ou=()=>Vr||(su.th
2024-07-02 07:39:19 +00:00
In order to be iterable , non - array objects must have a [ Symbol . iterator ] ( ) method . ` )}function Eu(){throw new TypeError( ` Invalid attempt to destructure non - iterable instance .
2024-07-02 11:48:13 +00:00
In order to be iterable , non - array objects must have a [ Symbol . iterator ] ( ) method . ` )}var ro=function(){},Gi={},Qa={},Za=null,el={mark:ro,measure:ro};try{typeof window<"u"&&(Gi=window),typeof document<"u"&&(Qa=document),typeof MutationObserver<"u"&&(Za=MutationObserver),typeof performance<"u"&&(el=performance)}catch{}var Au=Gi.navigator||{},io=Au.userAgent,so=io===void 0?"":io,dt=Gi,ne=Qa,oo=Za,Fn=el;dt.document;var rt=!!ne.documentElement&&!!ne.head&&typeof ne.addEventListener=="function"&&typeof ne.createElement=="function",tl=~so.indexOf("MSIE")||~so.indexOf("Trident/"),Bn,jn,Dn,zn,Un,Ze="___FONT_AWESOME___",di=16,nl="fa",rl="svg-inline--fa",Tt="data-fa-i2svg",hi="data-fa-pseudo-element",Ou="data-fa-pseudo-element-pending",Xi="data-prefix",Ji="data-icon",ao="fontawesome-i2svg",Su="async",Cu=["HTML","HEAD","STYLE","SCRIPT"],il=function(){try{return!0}catch{return!1}}(),te="classic",ae="sharp",Qi=[te,ae];function An(e){return new Proxy(e,{get:function(n,r){return r in n?n[r]:n[te]}})}var bn=An((Bn={},he(Bn,te,{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fad:"duotone","fa-duotone":"duotone",fab:"brands","fa-brands":"brands",fak:"kit",fakd:"kit","fa-kit":"kit","fa-kit-duotone":"kit"}),he(Bn,ae,{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"}),Bn)),vn=An((jn={},he(jn,te,{solid:"fas",regular:"far",light:"fal",thin:"fat",duotone:"fad",brands:"fab",kit:"fak"}),he(jn,ae,{solid:"fass",regular:"fasr",light:"fasl",thin:"fast"}),jn)),yn=An((Dn={},he(Dn,te,{fab:"fa-brands",fad:"fa-duotone",fak:"fa-kit",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"}),he(Dn,ae,{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"}),Dn)),Tu=An((zn={},he(zn,te,{"fa-brands":"fab","fa-duotone":"fad","fa-kit":"fak","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"}),he(zn,ae,{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"}),zn)),Pu=/fa(s|r|l|t|d|b|k|ss|sr|sl|st)?[ \- \ ]/,sl="fa-layers-text",Nu=/Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp|Kit)?.*/i,Ru=An((Un={},he(Un,te,{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"}),he(Un,ae,{900:"fass",400:"fasr",300:"fasl",100:"fast"}),Un)),ol=[1,2,3,4,5,6,7,8,9,10],Iu=ol.concat([11,12,13,14,15,16,17,18,19,20]),Lu=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],kt={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},_n=new Set;Object.keys(vn[te]).map(_n.add.bind(_n));Object.keys(vn[ae]).map(_n.add.bind(_n));var Mu=[].concat(Qi,En(_n),["2xs","xs","sm","lg","xl","2xl","beat","border","fade","beat-fade","bounce","flip-both","flip-horizontal","flip-vertical","flip","fw","inverse","layers-counter","layers-text","layers","li","pull-left","pull-right","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","stack-1x","stack-2x","stack","ul",kt.GROUP,kt.SWAP_OPACITY,kt.PRIMARY,kt.SECONDARY]).concat(ol.map(function(e){return"".concat(e,"x")})).concat(Iu.map(function(e){return"w-".concat(e)})),cn=dt.FontAwesomeConfig||{};function $ u(e){var t=ne.querySelector("script["+e+"]");if(t)return t.getAttribute(e)}function Fu(e){return e===""?!0:e==="false"?!1:e==="true"?!0:e}if(ne&&typeof ne.querySelector=="function"){var Bu=[["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-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]];Bu.forEach(function(e){var t
2024-07-02 07:23:08 +00:00
-- fa - font - solid : normal 900 1 em / 1 "Font Awesome 6 Solid" ;
-- fa - font - regular : normal 400 1 em / 1 "Font Awesome 6 Regular" ;
-- fa - font - light : normal 300 1 em / 1 "Font Awesome 6 Light" ;
-- fa - font - thin : normal 100 1 em / 1 "Font Awesome 6 Thin" ;
-- fa - font - duotone : normal 900 1 em / 1 "Font Awesome 6 Duotone" ;
-- fa - font - sharp - solid : normal 900 1 em / 1 "Font Awesome 6 Sharp" ;
-- fa - font - sharp - regular : normal 400 1 em / 1 "Font Awesome 6 Sharp" ;
-- fa - font - sharp - light : normal 300 1 em / 1 "Font Awesome 6 Sharp" ;
-- fa - font - sharp - thin : normal 100 1 em / 1 "Font Awesome 6 Sharp" ;
-- fa - font - brands : normal 400 1 em / 1 "Font Awesome 6 Brands" ;
}
svg : not ( : root ) . svg - inline -- fa , svg : not ( : host ) . svg - inline -- fa {
overflow : visible ;
box - sizing : content - box ;
}
. svg - inline -- fa {
display : var ( -- fa - display , inline - block ) ;
height : 1 em ;
overflow : visible ;
vertical - align : - 0.125 em ;
}
. svg - inline -- fa . fa - 2 xs {
vertical - align : 0.1 em ;
}
. svg - inline -- fa . fa - xs {
vertical - align : 0 em ;
}
. svg - inline -- fa . fa - sm {
vertical - align : - 0.0714285705 em ;
}
. svg - inline -- fa . fa - lg {
vertical - align : - 0.2 em ;
}
. svg - inline -- fa . fa - xl {
vertical - align : - 0.25 em ;
}
. svg - inline -- fa . fa - 2 xl {
vertical - align : - 0.3125 em ;
}
. svg - inline -- fa . fa - pull - left {
margin - right : var ( -- fa - pull - margin , 0.3 em ) ;
width : auto ;
}
. svg - inline -- fa . fa - pull - right {
margin - left : var ( -- fa - pull - margin , 0.3 em ) ;
width : auto ;
}
. svg - inline -- fa . fa - li {
width : var ( -- fa - li - width , 2 em ) ;
top : 0.25 em ;
}
. svg - inline -- fa . fa - fw {
width : var ( -- fa - fw - width , 1.25 em ) ;
}
. fa - layers svg . svg - inline -- fa {
bottom : 0 ;
left : 0 ;
margin : auto ;
position : absolute ;
right : 0 ;
top : 0 ;
}
. fa - layers - counter , . fa - layers - text {
display : inline - block ;
position : absolute ;
text - align : center ;
}
. fa - layers {
display : inline - block ;
height : 1 em ;
position : relative ;
text - align : center ;
vertical - align : - 0.125 em ;
width : 1 em ;
}
. fa - layers svg . svg - inline -- fa {
- webkit - transform - origin : center center ;
transform - origin : center center ;
}
. fa - layers - text {
left : 50 % ;
top : 50 % ;
- webkit - transform : translate ( - 50 % , - 50 % ) ;
transform : translate ( - 50 % , - 50 % ) ;
- webkit - transform - origin : center center ;
transform - origin : center center ;
}
. fa - layers - counter {
background - color : var ( -- fa - counter - background - color , # ff253a ) ;
border - radius : var ( -- fa - counter - border - radius , 1 em ) ;
box - sizing : border - box ;
color : var ( -- fa - inverse , # fff ) ;
line - height : var ( -- fa - counter - line - height , 1 ) ;
max - width : var ( -- fa - counter - max - width , 5 em ) ;
min - width : var ( -- fa - counter - min - width , 1.5 em ) ;
overflow : hidden ;
padding : var ( -- fa - counter - padding , 0.25 em 0.5 em ) ;
right : var ( -- fa - right , 0 ) ;
text - overflow : ellipsis ;
top : var ( -- fa - top , 0 ) ;
- webkit - transform : scale ( var ( -- fa - counter - scale , 0.25 ) ) ;
transform : scale ( var ( -- fa - counter - scale , 0.25 ) ) ;
- webkit - transform - origin : top right ;
transform - origin : top right ;
}
. fa - layers - bottom - right {
bottom : var ( -- fa - bottom , 0 ) ;
right : var ( -- fa - right , 0 ) ;
top : auto ;
- webkit - transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
- webkit - transform - origin : bottom right ;
transform - origin : bottom right ;
}
. fa - layers - bottom - left {
bottom : var ( -- fa - bottom , 0 ) ;
left : var ( -- fa - left , 0 ) ;
right : auto ;
top : auto ;
- webkit - transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
- webkit - transform - origin : bottom left ;
transform - origin : bottom left ;
}
. fa - layers - top - right {
top : var ( -- fa - top , 0 ) ;
right : var ( -- fa - right , 0 ) ;
- webkit - transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
- webkit - transform - origin : top right ;
transform - origin : top right ;
}
. fa - layers - top - left {
left : var ( -- fa - left , 0 ) ;
right : auto ;
top : var ( -- fa - top , 0 ) ;
- webkit - transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
transform : scale ( var ( -- fa - layers - scale , 0.25 ) ) ;
- webkit - transform - origin : top left ;
transform - origin : top left ;
}
. fa - 1 x {
font - size : 1 em ;
}
. fa - 2 x {
font - size : 2 em ;
}
. fa - 3 x {
font - size : 3 em ;
}
. fa - 4 x {
font - size : 4 em ;
}
. fa - 5 x {
font - size : 5 em ;
}
. fa - 6 x {
font - size : 6 em ;
}
. fa - 7 x {
font - size : 7 em ;
}
. fa - 8 x {
font - size : 8 em ;
}
. fa - 9 x {
font - size : 9 em ;
}
. fa - 10 x {
font - size : 10 em ;
}
. fa - 2 xs {
font - size : 0.625 em ;
line - height : 0.1 em ;
vertical - align : 0.225 em ;
}
. fa - xs {
font - size : 0.75 em ;
line - height : 0.0833333337 em ;
vertical - align : 0.125 em ;
}
. fa - sm {
font - size : 0.875 em ;
line - height : 0.0714285718 em ;
vertical - align : 0.0535714295 em ;
}
. fa - lg {
font - size : 1.25 em ;
line - height : 0.05 em ;
vertical - align : - 0.075 em ;
}
. fa - xl {
font - size : 1.5 em ;
line - height : 0.0416666682 em ;
vertical - align : - 0.125 em ;
}
. fa - 2 xl {
font - size : 2 em ;
line - height : 0.03125 em ;
vertical - align : - 0.1875 em ;
}
. fa - fw {
text - align : center ;
width : 1.25 em ;
}
. fa - ul {
list - style - type : none ;
margin - left : var ( -- fa - li - margin , 2.5 em ) ;
padding - left : 0 ;
}
. fa - ul > li {
position : relative ;
}
. fa - li {
left : calc ( var ( -- fa - li - width , 2 em ) * - 1 ) ;
position : absolute ;
text - align : center ;
width : var ( -- fa - li - width , 2 em ) ;
line - height : inherit ;
}
. fa - border {
border - color : var ( -- fa - border - color , # eee ) ;
border - radius : var ( -- fa - border - radius , 0.1 em ) ;
border - style : var ( -- fa - border - style , solid ) ;
border - width : var ( -- fa - border - width , 0.08 em ) ;
padding : var ( -- fa - border - padding , 0.2 em 0.25 em 0.15 em ) ;
}
. fa - pull - left {
float : left ;
margin - right : var ( -- fa - pull - margin , 0.3 em ) ;
}
. fa - pull - right {
float : right ;
margin - left : var ( -- fa - pull - margin , 0.3 em ) ;
}
. fa - beat {
- webkit - animation - name : fa - beat ;
animation - name : fa - beat ;
- webkit - animation - delay : var ( -- fa - animation - delay , 0 s ) ;
animation - delay : var ( -- fa - animation - delay , 0 s ) ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 1 s ) ;
animation - duration : var ( -- fa - animation - duration , 1 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , ease - in - out ) ;
animation - timing - function : var ( -- fa - animation - timing , ease - in - out ) ;
}
. fa - bounce {
- webkit - animation - name : fa - bounce ;
animation - name : fa - bounce ;
- webkit - animation - delay : var ( -- fa - animation - delay , 0 s ) ;
animation - delay : var ( -- fa - animation - delay , 0 s ) ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 1 s ) ;
animation - duration : var ( -- fa - animation - duration , 1 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , cubic - bezier ( 0.28 , 0.84 , 0.42 , 1 ) ) ;
animation - timing - function : var ( -- fa - animation - timing , cubic - bezier ( 0.28 , 0.84 , 0.42 , 1 ) ) ;
}
. fa - fade {
- webkit - animation - name : fa - fade ;
animation - name : fa - fade ;
- webkit - animation - delay : var ( -- fa - animation - delay , 0 s ) ;
animation - delay : var ( -- fa - animation - delay , 0 s ) ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 1 s ) ;
animation - duration : var ( -- fa - animation - duration , 1 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , cubic - bezier ( 0.4 , 0 , 0.6 , 1 ) ) ;
animation - timing - function : var ( -- fa - animation - timing , cubic - bezier ( 0.4 , 0 , 0.6 , 1 ) ) ;
}
. fa - beat - fade {
- webkit - animation - name : fa - beat - fade ;
animation - name : fa - beat - fade ;
- webkit - animation - delay : var ( -- fa - animation - delay , 0 s ) ;
animation - delay : var ( -- fa - animation - delay , 0 s ) ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 1 s ) ;
animation - duration : var ( -- fa - animation - duration , 1 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , cubic - bezier ( 0.4 , 0 , 0.6 , 1 ) ) ;
animation - timing - function : var ( -- fa - animation - timing , cubic - bezier ( 0.4 , 0 , 0.6 , 1 ) ) ;
}
. fa - flip {
- webkit - animation - name : fa - flip ;
animation - name : fa - flip ;
- webkit - animation - delay : var ( -- fa - animation - delay , 0 s ) ;
animation - delay : var ( -- fa - animation - delay , 0 s ) ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 1 s ) ;
animation - duration : var ( -- fa - animation - duration , 1 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , ease - in - out ) ;
animation - timing - function : var ( -- fa - animation - timing , ease - in - out ) ;
}
. fa - shake {
- webkit - animation - name : fa - shake ;
animation - name : fa - shake ;
- webkit - animation - delay : var ( -- fa - animation - delay , 0 s ) ;
animation - delay : var ( -- fa - animation - delay , 0 s ) ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 1 s ) ;
animation - duration : var ( -- fa - animation - duration , 1 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , linear ) ;
animation - timing - function : var ( -- fa - animation - timing , linear ) ;
}
. fa - spin {
- webkit - animation - name : fa - spin ;
animation - name : fa - spin ;
- webkit - animation - delay : var ( -- fa - animation - delay , 0 s ) ;
animation - delay : var ( -- fa - animation - delay , 0 s ) ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 2 s ) ;
animation - duration : var ( -- fa - animation - duration , 2 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , linear ) ;
animation - timing - function : var ( -- fa - animation - timing , linear ) ;
}
. fa - spin - reverse {
-- fa - animation - direction : reverse ;
}
. fa - pulse ,
. fa - spin - pulse {
- webkit - animation - name : fa - spin ;
animation - name : fa - spin ;
- webkit - animation - direction : var ( -- fa - animation - direction , normal ) ;
animation - direction : var ( -- fa - animation - direction , normal ) ;
- webkit - animation - duration : var ( -- fa - animation - duration , 1 s ) ;
animation - duration : var ( -- fa - animation - duration , 1 s ) ;
- webkit - animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
animation - iteration - count : var ( -- fa - animation - iteration - count , infinite ) ;
- webkit - animation - timing - function : var ( -- fa - animation - timing , steps ( 8 ) ) ;
animation - timing - function : var ( -- fa - animation - timing , steps ( 8 ) ) ;
}
@ media ( prefers - reduced - motion : reduce ) {
. fa - beat ,
. fa - bounce ,
. fa - fade ,
. fa - beat - fade ,
. fa - flip ,
. fa - pulse ,
. fa - shake ,
. fa - spin ,
. fa - spin - pulse {
- webkit - animation - delay : - 1 ms ;
animation - delay : - 1 ms ;
- webkit - animation - duration : 1 ms ;
animation - duration : 1 ms ;
- webkit - animation - iteration - count : 1 ;
animation - iteration - count : 1 ;
- webkit - transition - delay : 0 s ;
transition - delay : 0 s ;
- webkit - transition - duration : 0 s ;
transition - duration : 0 s ;
}
}
@ - webkit - keyframes fa - beat {
0 % , 90 % {
- webkit - transform : scale ( 1 ) ;
transform : scale ( 1 ) ;
}
45 % {
- webkit - transform : scale ( var ( -- fa - beat - scale , 1.25 ) ) ;
transform : scale ( var ( -- fa - beat - scale , 1.25 ) ) ;
}
}
@ keyframes fa - beat {
0 % , 90 % {
- webkit - transform : scale ( 1 ) ;
transform : scale ( 1 ) ;
}
45 % {
- webkit - transform : scale ( var ( -- fa - beat - scale , 1.25 ) ) ;
transform : scale ( var ( -- fa - beat - scale , 1.25 ) ) ;
}
}
@ - webkit - keyframes fa - bounce {
0 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( 0 ) ;
transform : scale ( 1 , 1 ) translateY ( 0 ) ;
}
10 % {
- webkit - transform : scale ( var ( -- fa - bounce - start - scale - x , 1.1 ) , var ( -- fa - bounce - start - scale - y , 0.9 ) ) translateY ( 0 ) ;
transform : scale ( var ( -- fa - bounce - start - scale - x , 1.1 ) , var ( -- fa - bounce - start - scale - y , 0.9 ) ) translateY ( 0 ) ;
}
30 % {
- webkit - transform : scale ( var ( -- fa - bounce - jump - scale - x , 0.9 ) , var ( -- fa - bounce - jump - scale - y , 1.1 ) ) translateY ( var ( -- fa - bounce - height , - 0.5 em ) ) ;
transform : scale ( var ( -- fa - bounce - jump - scale - x , 0.9 ) , var ( -- fa - bounce - jump - scale - y , 1.1 ) ) translateY ( var ( -- fa - bounce - height , - 0.5 em ) ) ;
}
50 % {
- webkit - transform : scale ( var ( -- fa - bounce - land - scale - x , 1.05 ) , var ( -- fa - bounce - land - scale - y , 0.95 ) ) translateY ( 0 ) ;
transform : scale ( var ( -- fa - bounce - land - scale - x , 1.05 ) , var ( -- fa - bounce - land - scale - y , 0.95 ) ) translateY ( 0 ) ;
}
57 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( var ( -- fa - bounce - rebound , - 0.125 em ) ) ;
transform : scale ( 1 , 1 ) translateY ( var ( -- fa - bounce - rebound , - 0.125 em ) ) ;
}
64 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( 0 ) ;
transform : scale ( 1 , 1 ) translateY ( 0 ) ;
}
100 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( 0 ) ;
transform : scale ( 1 , 1 ) translateY ( 0 ) ;
}
}
@ keyframes fa - bounce {
0 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( 0 ) ;
transform : scale ( 1 , 1 ) translateY ( 0 ) ;
}
10 % {
- webkit - transform : scale ( var ( -- fa - bounce - start - scale - x , 1.1 ) , var ( -- fa - bounce - start - scale - y , 0.9 ) ) translateY ( 0 ) ;
transform : scale ( var ( -- fa - bounce - start - scale - x , 1.1 ) , var ( -- fa - bounce - start - scale - y , 0.9 ) ) translateY ( 0 ) ;
}
30 % {
- webkit - transform : scale ( var ( -- fa - bounce - jump - scale - x , 0.9 ) , var ( -- fa - bounce - jump - scale - y , 1.1 ) ) translateY ( var ( -- fa - bounce - height , - 0.5 em ) ) ;
transform : scale ( var ( -- fa - bounce - jump - scale - x , 0.9 ) , var ( -- fa - bounce - jump - scale - y , 1.1 ) ) translateY ( var ( -- fa - bounce - height , - 0.5 em ) ) ;
}
50 % {
- webkit - transform : scale ( var ( -- fa - bounce - land - scale - x , 1.05 ) , var ( -- fa - bounce - land - scale - y , 0.95 ) ) translateY ( 0 ) ;
transform : scale ( var ( -- fa - bounce - land - scale - x , 1.05 ) , var ( -- fa - bounce - land - scale - y , 0.95 ) ) translateY ( 0 ) ;
}
57 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( var ( -- fa - bounce - rebound , - 0.125 em ) ) ;
transform : scale ( 1 , 1 ) translateY ( var ( -- fa - bounce - rebound , - 0.125 em ) ) ;
}
64 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( 0 ) ;
transform : scale ( 1 , 1 ) translateY ( 0 ) ;
}
100 % {
- webkit - transform : scale ( 1 , 1 ) translateY ( 0 ) ;
transform : scale ( 1 , 1 ) translateY ( 0 ) ;
}
}
@ - webkit - keyframes fa - fade {
50 % {
opacity : var ( -- fa - fade - opacity , 0.4 ) ;
}
}
@ keyframes fa - fade {
50 % {
opacity : var ( -- fa - fade - opacity , 0.4 ) ;
}
}
@ - webkit - keyframes fa - beat - fade {
0 % , 100 % {
opacity : var ( -- fa - beat - fade - opacity , 0.4 ) ;
- webkit - transform : scale ( 1 ) ;
transform : scale ( 1 ) ;
}
50 % {
opacity : 1 ;
- webkit - transform : scale ( var ( -- fa - beat - fade - scale , 1.125 ) ) ;
transform : scale ( var ( -- fa - beat - fade - scale , 1.125 ) ) ;
}
}
@ keyframes fa - beat - fade {
0 % , 100 % {
opacity : var ( -- fa - beat - fade - opacity , 0.4 ) ;
- webkit - transform : scale ( 1 ) ;
transform : scale ( 1 ) ;
}
50 % {
opacity : 1 ;
- webkit - transform : scale ( var ( -- fa - beat - fade - scale , 1.125 ) ) ;
transform : scale ( var ( -- fa - beat - fade - scale , 1.125 ) ) ;
}
}
@ - webkit - keyframes fa - flip {
50 % {
- webkit - transform : rotate3d ( var ( -- fa - flip - x , 0 ) , var ( -- fa - flip - y , 1 ) , var ( -- fa - flip - z , 0 ) , var ( -- fa - flip - angle , - 180 deg ) ) ;
transform : rotate3d ( var ( -- fa - flip - x , 0 ) , var ( -- fa - flip - y , 1 ) , var ( -- fa - flip - z , 0 ) , var ( -- fa - flip - angle , - 180 deg ) ) ;
}
}
@ keyframes fa - flip {
50 % {
- webkit - transform : rotate3d ( var ( -- fa - flip - x , 0 ) , var ( -- fa - flip - y , 1 ) , var ( -- fa - flip - z , 0 ) , var ( -- fa - flip - angle , - 180 deg ) ) ;
transform : rotate3d ( var ( -- fa - flip - x , 0 ) , var ( -- fa - flip - y , 1 ) , var ( -- fa - flip - z , 0 ) , var ( -- fa - flip - angle , - 180 deg ) ) ;
}
}
@ - webkit - keyframes fa - shake {
0 % {
- webkit - transform : rotate ( - 15 deg ) ;
transform : rotate ( - 15 deg ) ;
}
4 % {
- webkit - transform : rotate ( 15 deg ) ;
transform : rotate ( 15 deg ) ;
}
8 % , 24 % {
- webkit - transform : rotate ( - 18 deg ) ;
transform : rotate ( - 18 deg ) ;
}
12 % , 28 % {
- webkit - transform : rotate ( 18 deg ) ;
transform : rotate ( 18 deg ) ;
}
16 % {
- webkit - transform : rotate ( - 22 deg ) ;
transform : rotate ( - 22 deg ) ;
}
20 % {
- webkit - transform : rotate ( 22 deg ) ;
transform : rotate ( 22 deg ) ;
}
32 % {
- webkit - transform : rotate ( - 12 deg ) ;
transform : rotate ( - 12 deg ) ;
}
36 % {
- webkit - transform : rotate ( 12 deg ) ;
transform : rotate ( 12 deg ) ;
}
40 % , 100 % {
- webkit - transform : rotate ( 0 deg ) ;
transform : rotate ( 0 deg ) ;
}
}
@ keyframes fa - shake {
0 % {
- webkit - transform : rotate ( - 15 deg ) ;
transform : rotate ( - 15 deg ) ;
}
4 % {
- webkit - transform : rotate ( 15 deg ) ;
transform : rotate ( 15 deg ) ;
}
8 % , 24 % {
- webkit - transform : rotate ( - 18 deg ) ;
transform : rotate ( - 18 deg ) ;
}
12 % , 28 % {
- webkit - transform : rotate ( 18 deg ) ;
transform : rotate ( 18 deg ) ;
}
16 % {
- webkit - transform : rotate ( - 22 deg ) ;
transform : rotate ( - 22 deg ) ;
}
20 % {
- webkit - transform : rotate ( 22 deg ) ;
transform : rotate ( 22 deg ) ;
}
32 % {
- webkit - transform : rotate ( - 12 deg ) ;
transform : rotate ( - 12 deg ) ;
}
36 % {
- webkit - transform : rotate ( 12 deg ) ;
transform : rotate ( 12 deg ) ;
}
40 % , 100 % {
- webkit - transform : rotate ( 0 deg ) ;
transform : rotate ( 0 deg ) ;
}
}
@ - webkit - keyframes fa - spin {
0 % {
- webkit - transform : rotate ( 0 deg ) ;
transform : rotate ( 0 deg ) ;
}
100 % {
- webkit - transform : rotate ( 360 deg ) ;
transform : rotate ( 360 deg ) ;
}
}
@ keyframes fa - spin {
0 % {
- webkit - transform : rotate ( 0 deg ) ;
transform : rotate ( 0 deg ) ;
}
100 % {
- webkit - transform : rotate ( 360 deg ) ;
transform : rotate ( 360 deg ) ;
}
}
. fa - rotate - 90 {
- webkit - transform : rotate ( 90 deg ) ;
transform : rotate ( 90 deg ) ;
}
. fa - rotate - 180 {
- webkit - transform : rotate ( 180 deg ) ;
transform : rotate ( 180 deg ) ;
}
. fa - rotate - 270 {
- webkit - transform : rotate ( 270 deg ) ;
transform : rotate ( 270 deg ) ;
}
. fa - flip - horizontal {
- webkit - transform : scale ( - 1 , 1 ) ;
transform : scale ( - 1 , 1 ) ;
}
. fa - flip - vertical {
- webkit - transform : scale ( 1 , - 1 ) ;
transform : scale ( 1 , - 1 ) ;
}
. fa - flip - both ,
. fa - flip - horizontal . fa - flip - vertical {
- webkit - transform : scale ( - 1 , - 1 ) ;
transform : scale ( - 1 , - 1 ) ;
}
. fa - rotate - by {
- webkit - transform : rotate ( var ( -- fa - rotate - angle , 0 ) ) ;
transform : rotate ( var ( -- fa - rotate - angle , 0 ) ) ;
}
. fa - stack {
display : inline - block ;
vertical - align : middle ;
height : 2 em ;
position : relative ;
width : 2.5 em ;
}
. fa - stack - 1 x ,
. fa - stack - 2 x {
bottom : 0 ;
left : 0 ;
margin : auto ;
position : absolute ;
right : 0 ;
top : 0 ;
z - index : var ( -- fa - stack - z - index , auto ) ;
}
. svg - inline -- fa . fa - stack - 1 x {
height : 1 em ;
width : 1.25 em ;
}
. svg - inline -- fa . fa - stack - 2 x {
height : 2 em ;
width : 2.5 em ;
}
. fa - inverse {
color : var ( -- fa - inverse , # fff ) ;
}
. sr - only ,
. fa - sr - only {
position : absolute ;
width : 1 px ;
height : 1 px ;
padding : 0 ;
margin : - 1 px ;
overflow : hidden ;
clip : rect ( 0 , 0 , 0 , 0 ) ;
white - space : nowrap ;
border - width : 0 ;
}
. sr - only - focusable : not ( : focus ) ,
. fa - sr - only - focusable : not ( : focus ) {
position : absolute ;
width : 1 px ;
height : 1 px ;
padding : 0 ;
margin : - 1 px ;
overflow : hidden ;
clip : rect ( 0 , 0 , 0 , 0 ) ;
white - space : nowrap ;
border - width : 0 ;
}
. svg - inline -- fa . fa - primary {
fill : var ( -- fa - primary - color , currentColor ) ;
opacity : var ( -- fa - primary - opacity , 1 ) ;
}
. svg - inline -- fa . fa - secondary {
fill : var ( -- fa - secondary - color , currentColor ) ;
opacity : var ( -- fa - secondary - opacity , 0.4 ) ;
}
. svg - inline -- fa . fa - swap - opacity . fa - primary {
opacity : var ( -- fa - secondary - opacity , 0.4 ) ;
}
. svg - inline -- fa . fa - swap - opacity . fa - secondary {
opacity : var ( -- fa - primary - opacity , 1 ) ;
}
. svg - inline -- fa mask . fa - primary ,
. svg - inline -- fa mask . fa - secondary {
fill : black ;
}
. fad . fa - inverse ,
. fa - duotone . fa - inverse {
color : var ( -- fa - inverse , # fff ) ;
2024-07-02 11:48:13 +00:00
} ` ;function cl(){var e=nl,t=rl,n=P.cssPrefix,r=P.replacementClass,i=qu;if(n!==e||r!==t){var s=new RegExp(" \\ .".concat(e," \\ -"),"g"),o=new RegExp(" \\ --".concat(e," \\ -"),"g"),a=new RegExp(" \\ .".concat(t),"g");i=i.replace(s,".".concat(n,"-")).replace(o,"--".concat(n,"-")).replace(a,".".concat(r))}return i}var lo=!1;function qr(){P.autoAddCss&&!lo&&(Du(cl()),lo=!0)}var Wu={mixout:function(){return{dom:{css:cl,insertCss:qr}}},hooks:function(){return{beforeDOMElementCreation:function(){qr()},beforeI2svg:function(){qr()}}}},et=dt||{};et[Ze]||(et[Ze]={});et[Ze].styles||(et[Ze].styles={});et[Ze].hooks||(et[Ze].hooks={});et[Ze].shims||(et[Ze].shims=[]);var Be=et[Ze],fl=[],Yu=function e(){ne.removeEventListener("DOMContentLoaded",e),pr=1,fl.map(function(t){return t()})},pr=!1;rt&&(pr=(ne.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(ne.readyState),pr||ne.addEventListener("DOMContentLoaded",Yu));function Ku(e){rt&&(pr?setTimeout(e,0):fl.push(e))}function On(e){var t=e.tag,n=e.attributes,r=n===void 0?{}:n,i=e.children,s=i===void 0?[]:i;return typeof e=="string"?ll(e):"<".concat(t," ").concat(Uu(r),">").concat(s.map(On).join(""),"</").concat(t,">")}function co(e,t,n){if(e&&e[t]&&e[t][n])return{prefix:t,iconName:n,icon:e[t][n]}}var Wr=function(t,n,r,i){var s=Object.keys(t),o=s.length,a=n,l,f,c;for(r===void 0?(l=1,c=t[s[0]]):(l=0,c=r);l<o;l++)f=s[l],c=a(c,t[f],f,t);return c};function Gu(e){for(var t=[],n=0,r=e.length;n<r;){var i=e.charCodeAt(n++);if(i>=55296&&i<=56319&&n<r){var s=e.charCodeAt(n++);(s&64512)==56320?t.push(((i&1023)<<10)+(s&1023)+65536):(t.push(i),n--)}else t.push(i)}return t}function pi(e){var t=Gu(e);return t.length===1?t[0].toString(16):null}function Xu(e,t){var n=e.length,r=e.charCodeAt(t),i;return r>=55296&&r<=56319&&n>t+1&&(i=e.charCodeAt(t+1),i>=56320&&i<=57343)?(r-55296)*1024+i-56320+65536:r}function fo(e){return Object.keys(e).reduce(function(t,n){var r=e[n],i=!!r.icon;return i?t[r.iconName]=r.icon:t[n]=r,t},{})}function mi(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=n.skipHooks,i=r===void 0?!1:r,s=fo(t);typeof Be.hooks.addPack=="function"&&!i?Be.hooks.addPack(e,fo(t)):Be.styles[e]=S(S({},Be.styles[e]||{}),s),e==="fas"&&mi("fa",t)}var Hn,Vn,qn,Mt=Be.styles,Ju=Be.shims,Qu=(Hn={},he(Hn,te,Object.values(yn[te])),he(Hn,ae,Object.values(yn[ae])),Hn),ts=null,ul={},dl={},hl={},pl={},ml={},Zu=(Vn={},he(Vn,te,Object.keys(bn[te])),he(Vn,ae,Object.keys(bn[ae])),Vn);function ed(e){return~Mu.indexOf(e)}function td(e,t){var n=t.split("-"),r=n[0],i=n.slice(1).join("-");return r===e&&i!==""&&!ed(i)?i:null}var gl=function(){var t=function(s){return Wr(Mt,function(o,a,l){return o[l]=Wr(a,s,{}),o},{})};ul=t(function(i,s,o){if(s[3]&&(i[s[3]]=o),s[2]){var a=s[2].filter(function(l){return typeof l=="number"});a.forEach(function(l){i[l.toString(16)]=o})}return i}),dl=t(function(i,s,o){if(i[o]=o,s[2]){var a=s[2].filter(function(l){return typeof l=="string"});a.forEach(function(l){i[l]=o})}return i}),ml=t(function(i,s,o){var a=s[2];return i[o]=o,a.forEach(function(l){i[l]=o}),i});var n="far"in Mt||P.autoFetchSvg,r=Wr(Ju,function(i,s){var o=s[0],a=s[1],l=s[2];return a==="far"&&!n&&(a="fas"),typeof o=="string"&&(i.names[o]={prefix:a,iconName:l}),typeof o=="number"&&(i.unicodes[o.toString(16)]={prefix:a,iconName:l}),i},{names:{},unicodes:{}});hl=r.names,pl=r.unicodes,ts=Pr(P.styleDefault,{family:P.familyDefault})};ju(function(e){ts=Pr(e.styleDefault,{family:P.familyDefault})});gl();function ns(e,t){return(ul[e]||{})[t]}function nd(e,t){return(dl[e]||{})[t]}function Et(e,t){return(ml[e]||{})[t]}function bl(e){return hl[e]||{prefix:null,iconName:null}}function rd(e){var t=pl[e],n=ns("fas",e);return t||(n?{prefix:"fas",iconName:n}:null)||{prefix:null,iconName:null}}function ht(){return ts}var rs=function(){return{prefix:null,iconName:null,rest:[]}};function Pr(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.family,r=n===void 0?te:n,i=bn[r][e],s=vn[r][e]||vn[r][i],o=e in Be.styles?e:null;return s||o||null}var uo=(qn={},he(qn,te,Object.keys(yn[te])),he(qn,ae,Object.keys(yn[ae])),qn
` );n.setAttribute(Tt,""),n.innerHTML=o}};function bo(e){e()}function xl(e,t){var n=typeof t=="function"?t:rr;if(e.length===0)n();else{var r=bo;P.mutateApproach===Su&&(r=dt.requestAnimationFrame||bo),r(function(){var i=yd(),s=ss.begin("mutate");e.map(i),s(),n()})}}var os=!1;function wl(){os=!0}function xi(){os=!1}var mr=null;function vo(e){if(oo&&P.observeMutations){var t=e.treeCallback,n=t===void 0?rr:t,r=e.nodeCallback,i=r===void 0?rr:r,s=e.pseudoElementsCallback,o=s===void 0?rr:s,a=e.observeMutationsRoot,l=a===void 0?ne:a;mr=new oo(function(f){if(!os){var c=ht();qt(f).forEach(function(h){if(h.type==="childList"&&h.addedNodes.length>0&&!go(h.addedNodes[0])&&(P.searchPseudoElements&&o(h.target),n(h.target)),h.type==="attributes"&&h.target.parentNode&&P.searchPseudoElements&&o(h.target.parentNode),h.type==="attributes"&&go(h.target)&&~Lu.indexOf(h.attributeName))if(h.attributeName==="class"&&bd(h.target)){var m=Nr(Zi(h.target)),k=m.prefix,B=m.iconName;h.target.setAttribute(Xi,k||c),B&&h.target.setAttribute(Ji,B)}else vd(h.target)&&i(h.target)})}}),rt&&mr.observe(l,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function kd(){mr&&mr.disconnect()}function Ed(e){var t=e.getAttribute("style"),n=[];return t&&(n=t.split(";").reduce(function(r,i){var s=i.split(":"),o=s[0],a=s.slice(1);return o&&a.length>0&&(r[o]=a.join(":").trim()),r},{})),n}function Ad(e){var t=e.getAttribute("data-prefix"),n=e.getAttribute("data-icon"),r=e.innerText!==void 0?e.innerText.trim():"",i=Nr(Zi(e));return i.prefix||(i.prefix=ht()),t&&n&&(i.prefix=t,i.iconName=n),i.iconName&&i.prefix||(i.prefix&&r.length>0&&(i.iconName=nd(i.prefix,e.innerText)||ns(i.prefix,pi(e.innerText))),!i.iconName&&P.autoFetchSvg&&e.firstChild&&e.firstChild.nodeType===Node.TEXT_NODE&&(i.iconName=e.firstChild.data)),i}function Od(e){var t=qt(e.attributes).reduce(function(i,s){return i.name!=="class"&&i.name!=="style"&&(i[s.name]=s.value),i},{}),n=e.getAttribute("title"),r=e.getAttribute("data-fa-title-id");return P.autoA11y&&(n?t["aria-labelledby"]="".concat(P.replacementClass,"-title-").concat(r||xn()):(t["aria-hidden"]="true",t.focusable="false")),t}function Sd(){return{iconName:null,title:null,titleId:null,prefix:null,transform:qe,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function yo(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0},n=Ad(e),r=n.iconName,i=n.prefix,s=n.rest,o=Od(e),a=gi("parseNodeAttributes",{},e),l=t.styleParser?Ed(e):[];return S({iconName:r,title:e.getAttribute("title"),titleId:e.getAttribute("data-fa-title-id"),prefix:i,transform:qe,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:s,styles:l,attributes:o}},a)}var Cd=Be.styles;function kl(e){var t=P.autoReplaceSvg==="nest"?yo(e,{styleParser:!1}):yo(e);return~t.extra.classes.indexOf(sl)?tt("generateLayersText",e,t):tt("generateSvgReplacementMutation",e,t)}var pt=new Set;Qi.map(function(e){pt.add("fa-".concat(e))});Object.keys(bn[te]).map(pt.add.bind(pt));Object.keys(bn[ae]).map(pt.add.bind(pt));pt=En(pt);function _o(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!rt)return Promise.resolve();var n=ne.documentElement.classList,r=function(h){return n.add("".concat(ao,"-").concat(h))},i=function(h){return n.remove("".concat(ao,"-").concat(h))},s=P.autoFetchSvg?pt:Qi.map(function(c){return"fa-".concat(c)}).concat(Object.keys(Cd));s.includes("fa")||s.push("fa");var o=[".".concat(sl,":not([").concat(Tt,"])")].concat(s.map(function(c){return".".concat(c,":not([").concat(Tt,"])")})).join(", ");if(o.length===0)return Promise.resolve();var a=[];try{a=qt(e.querySelectorAll(o))}catch{}if(a.length>0)r("pending"),i("complete");else return Promise.resolve();var l=ss.begin("onTree"),f=a.reduce(function(c,h){try{var m=kl(h);m&&c.push(m)}catch(k){il||k.name==="MissingIcon"&&console.error(k)}return c},[]);return new Promise(function(c,h){Promise.all(f).then(function(m){xl(m,function(){r("active"),r("complete"),i("pending"),typeof t=="function"&&t(),l(),c()})}).catch(funct
` ),e.removeAttribute(n),r()}).catch(i)}else r()}else r()})}function Bd(e){return Promise.all([wo(e,"::before"),wo(e,"::after")])}function jd(e){return e.parentNode!==document.head&&!~Cu.indexOf(e.tagName.toUpperCase())&&!e.getAttribute(hi)&&(!e.parentNode||e.parentNode.tagName!=="svg")}function ko(e){if(rt)return new Promise(function(t,n){var r=qt(e.querySelectorAll("*")).filter(jd).map(Bd),i=ss.begin("searchPseudoElements");wl(),Promise.all(r).then(function(){i(),xi(),t()}).catch(function(){i(),xi(),n()})})}var Dd={hooks:function(){return{mutationObserverCallbacks:function(n){return n.pseudoElementsCallback=ko,n}}},provides:function(t){t.pseudoElements2svg=function(n){var r=n.node,i=r===void 0?ne:r;P.searchPseudoElements&&ko(i)}}},Eo=!1,zd={mixout:function(){return{dom:{unwatch:function(){wl(),Eo=!0}}}},hooks:function(){return{bootstrap:function(){vo(gi("mutationObserverCallbacks",{}))},noAuto:function(){kd()},watch:function(n){var r=n.observeMutationsRoot;Eo?xi():vo(gi("mutationObserverCallbacks",{observeMutationsRoot:r}))}}}},Ao=function(t){var n={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return t.toLowerCase().split(" ").reduce(function(r,i){var s=i.toLowerCase().split("-"),o=s[0],a=s.slice(1).join("-");if(o&&a==="h")return r.flipX=!0,r;if(o&&a==="v")return r.flipY=!0,r;if(a=parseFloat(a),isNaN(a))return r;switch(o){case"grow":r.size=r.size+a;break;case"shrink":r.size=r.size-a;break;case"left":r.x=r.x-a;break;case"right":r.x=r.x+a;break;case"up":r.y=r.y-a;break;case"down":r.y=r.y+a;break;case"rotate":r.rotate=r.rotate+a;break}return r},n)},Ud={mixout:function(){return{parse:{transform:function(n){return Ao(n)}}}},hooks:function(){return{parseNodeAttributes:function(n,r){var i=r.getAttribute("data-fa-transform");return i&&(n.transform=Ao(i)),n}}},provides:function(t){t.generateAbstractTransformGrouping=function(n){var r=n.main,i=n.transform,s=n.containerWidth,o=n.iconWidth,a={transform:"translate(".concat(s/2," 256)")},l="translate(".concat(i.x*32,", ").concat(i.y*32,") "),f="scale(".concat(i.size/16*(i.flipX?-1:1),", ").concat(i.size/16*(i.flipY?-1:1),") "),c="rotate(".concat(i.rotate," 0 0)"),h={transform:"".concat(l," ").concat(f," ").concat(c)},m={transform:"translate(".concat(o/2*-1," -256)")},k={outer:a,inner:h,path:m};return{tag:"g",attributes:S({},k.outer),children:[{tag:"g",attributes:S({},k.inner),children:[{tag:r.icon.tag,children:r.icon.children,attributes:S(S({},r.icon.attributes),k.path)}]}]}}}},Kr={x:0,y:0,width:"100%",height:"100%"};function Oo(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return e.attributes&&(e.attributes.fill||t)&&(e.attributes.fill="black"),e}function Hd(e){return e.tag==="g"?e.children:[e]}var Vd={hooks:function(){return{parseNodeAttributes:function(n,r){var i=r.getAttribute("data-fa-mask"),s=i?Nr(i.split(" ").map(function(o){return o.trim()})):rs();return s.prefix||(s.prefix=ht()),n.mask=s,n.maskId=r.getAttribute("data-fa-mask-id"),n}}},provides:function(t){t.generateAbstractMask=function(n){var r=n.children,i=n.attributes,s=n.main,o=n.mask,a=n.maskId,l=n.transform,f=s.width,c=s.icon,h=o.width,m=o.icon,k=Hu({transform:l,containerWidth:h,iconWidth:f}),B={tag:"rect",attributes:S(S({},Kr),{},{fill:"white"})},M=c.children?{children:c.children.map(Oo)}:{},K={tag:"g",attributes:S({},k.inner),children:[Oo(S({tag:c.tag,attributes:S(S({},c.attributes),k.path)},M))]},E={tag:"g",attributes:S({},k.outer),children:[K]},O="mask-".concat(a||xn()),N="clip-".concat(a||xn()),j={tag:"mask",attributes:S(S({},Kr),{},{id:O,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[B,E]},H={tag:"defs",children:[{tag:"clipPath",attributes:{id:N},children:Hd(m)},j]};return r.push(H,{tag:"rect",attributes:S({fill:"currentColor","clip-path":"url(#".concat(N,")"),mask:"url(#".concat(O,")")},Kr)}),{children:r,attributes:i}}}},qd={provides:function(t){var n=!1;dt.matchMedia&&(n=dt.matchMedia("(prefers-reduced-motion: reduce)").matches),t.missingIconAbstract=function(){var r=[],i={fill:"currentColor"},s={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};r.push({tag:"p