tenara-ui-components 0.2.1 → 0.2.3
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.
- package/README.md +1 -1
- package/dist/components/atoms/Button/Button.d.ts +7 -2
- package/dist/components/atoms/Button/Button.d.ts.map +1 -1
- package/dist/components/atoms/ButtonLink/ButtonLink.d.ts +3 -1
- package/dist/components/atoms/ButtonLink/ButtonLink.d.ts.map +1 -1
- package/dist/components/atoms/ColorTable/ColorTable.d.ts +12 -0
- package/dist/components/atoms/ColorTable/ColorTable.d.ts.map +1 -0
- package/dist/components/atoms/ColorTable/index.d.ts +3 -0
- package/dist/components/atoms/ColorTable/index.d.ts.map +1 -0
- package/dist/components/atoms/Grid/Grid.d.ts +79 -0
- package/dist/components/atoms/Grid/Grid.d.ts.map +1 -0
- package/dist/components/atoms/Grid/index.d.ts +3 -0
- package/dist/components/atoms/Grid/index.d.ts.map +1 -0
- package/dist/components/atoms/Heading/Heading.d.ts +15 -2
- package/dist/components/atoms/Heading/Heading.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.esm.css +1 -1
- package/dist/index.esm.js +6 -7
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +5 -6
- package/dist/index.js.map +1 -1
- package/dist/themes/core/client-provider.d.ts.map +1 -1
- package/dist/themes/core/color-system.d.ts +71 -0
- package/dist/themes/core/color-system.d.ts.map +1 -0
- package/dist/themes/core/context.d.ts.map +1 -1
- package/dist/themes/core/types.d.ts +56 -20
- package/dist/themes/core/types.d.ts.map +1 -1
- package/dist/themes/hooks/useColorTokens.d.ts +22 -0
- package/dist/themes/hooks/useColorTokens.d.ts.map +1 -0
- package/dist/themes/index.d.ts +7 -1
- package/dist/themes/index.d.ts.map +1 -1
- package/dist/themes/presets/advisors-plus.d.ts +1 -1
- package/dist/themes/presets/advisors-plus.d.ts.map +1 -1
- package/dist/themes/presets/color-systems/advisors-plus-colors.d.ts +7 -0
- package/dist/themes/presets/color-systems/advisors-plus-colors.d.ts.map +1 -0
- package/dist/themes/presets/color-systems/default-colors.d.ts +7 -0
- package/dist/themes/presets/color-systems/default-colors.d.ts.map +1 -0
- package/dist/themes/presets/color-systems/primax-colors.d.ts +7 -0
- package/dist/themes/presets/color-systems/primax-colors.d.ts.map +1 -0
- package/dist/themes/presets/default.d.ts +1 -1
- package/dist/themes/presets/default.d.ts.map +1 -1
- package/dist/themes/presets/primax.d.ts +2 -2
- package/dist/themes/presets/primax.d.ts.map +1 -1
- package/dist/themes/utils/generator.d.ts +1 -0
- package/dist/themes/utils/generator.d.ts.map +1 -1
- package/dist/themes/utils/helpers.d.ts +12 -0
- package/dist/themes/utils/helpers.d.ts.map +1 -0
- package/dist/themes/utils/index.d.ts +6 -0
- package/dist/themes/utils/index.d.ts.map +1 -0
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
"use client";
|
|
2
1
|
"use strict";var e=require("react");
|
|
3
2
|
/*!
|
|
4
3
|
* Font Awesome Free 7.0.1 by @fontawesome - https://fontawesome.com
|
|
5
4
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
6
5
|
* Copyright 2025 Fonticons, Inc.
|
|
7
|
-
*/function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function n(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,c(r.key),r)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function r(e,t){var n="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!n){if(Array.isArray(e)||(n=u(e))||t){n&&(e=n);var r=0,a=function(){};return{s:a,n:function(){return r>=e.length?{done:!0}:{done:!1,value:e[r++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i=!0,s=!1;return{s:function(){n=n.call(e)},n:function(){var e=n.next();return i=e.done,e},e:function(e){s=!0,o=e},f:function(){try{i||null==n.return||n.return()}finally{if(s)throw o}}}}function a(e,t,n){return(t=c(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function i(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?o(Object(n),!0).forEach(function(t){a(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):o(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function s(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o,i,s=[],l=!0,c=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){c=!0,a=e}finally{try{if(!l&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(c)throw a}}return s}}(e,t)||u(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function l(e){return function(e){if(Array.isArray(e))return t(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||u(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function f(e){return f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},f(e)}function u(e,n){if(e){if("string"==typeof e)return t(e,n);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?t(e,n):void 0}}var d=function(){},p={},m={},b=null,y={mark:d,measure:d};try{"undefined"!=typeof window&&(p=window),"undefined"!=typeof document&&(m=document),"undefined"!=typeof MutationObserver&&(b=MutationObserver),"undefined"!=typeof performance&&(y=performance)}catch(H){}var h=(p.navigator||{}).userAgent,g=void 0===h?"":h,v=p,x=m,w=b,k=y;v.document;var j,S=!!x.documentElement&&!!x.head&&"function"==typeof x.addEventListener&&"function"==typeof x.createElement,O=~g.indexOf("MSIE")||~g.indexOf("Trident/"),A={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"},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"}},N=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press"],P="classic",E="duotone",I="sharp",C="sharp-duotone",F="chisel",z="etch",T="jelly",M="jelly-duo",_="jelly-fill",R="notdog",$="notdog-duo",D="slab",L="slab-press",H="thumbprint",W="whiteboard",B=[P,E,I,C,F,z,T,M,_,R,$,D,L,H,W];a(a(a(a(a(a(a(a(a(a(j={},P,"Classic"),E,"Duotone"),I,"Sharp"),C,"Sharp Duotone"),F,"Chisel"),z,"Etch"),T,"Jelly"),M,"Jelly Duo"),_,"Jelly Fill"),R,"Notdog"),a(a(a(a(a(j,$,"Notdog Duo"),D,"Slab"),L,"Slab Press"),H,"Thumbprint"),W,"Whiteboard");var U=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}],["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}],["whiteboard",{defaultShortPrefixId:"fawsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}]]),V=["fak","fa-kit","fakd","fa-kit-duotone"],Y={fak:"kit","fa-kit":"kit"},J={fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"};a(a({},"kit","Kit"),"kit-duotone","Kit Duotone");var q,X={kit:"fak"},K={"kit-duotone":"fakd"},G="duotone-group",Z="swap-opacity",Q="primary",ee="secondary";a(a(a(a(a(a(a(a(a(a(q={},"classic","Classic"),"duotone","Duotone"),"sharp","Sharp"),"sharp-duotone","Sharp Duotone"),"chisel","Chisel"),"etch","Etch"),"jelly","Jelly"),"jelly-duo","Jelly Duo"),"jelly-fill","Jelly Fill"),"notdog","Notdog"),a(a(a(a(a(q,"notdog-duo","Notdog Duo"),"slab","Slab"),"slab-press","Slab Press"),"thumbprint","Thumbprint"),"whiteboard","Whiteboard");a(a({},"kit","Kit"),"kit-duotone","Kit Duotone");var te={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"},jelly:{fajr:"fa-regular"},"jelly-fill":{fajfr:"fa-regular"},"jelly-duo":{fajdr:"fa-regular"},chisel:{facr:"fa-regular"}},ne=["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","fajr","fajfr","fajdr","facr"].concat(["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press"],["fa-solid","fa-regular","fa-light","fa-thin","fa-duotone","fa-brands","fa-semibold"]),re=[1,2,3,4,5,6,7,8,9,10],ae=re.concat([11,12,13,14,15,16,17,18,19,20]),oe=[].concat(l(Object.keys({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"],jelly:["fajr"],"jelly-fill":["fajfr"],"jelly-duo":["fajdr"],chisel:["facr"]})),["solid","regular","light","thin","duotone","brands","semibold"],["aw","fw","pull-left","pull-right"],["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",G,Z,Q,ee]).concat(re.map(function(e){return"".concat(e,"x")})).concat(ae.map(function(e){return"w-".concat(e)})),ie="___FONT_AWESOME___",se="svg-inline--fa",le="data-fa-i2svg",ce="data-fa-pseudo-element",fe="data-prefix",ue="data-icon",de="fontawesome-i2svg",pe=["HTML","HEAD","STYLE","SCRIPT"],me=["::before","::after",":before",":after"],be=function(){try{return"production"===process.env.NODE_ENV}catch(e){return!1}}();function ye(e){return new Proxy(e,{get:function(e,t){return t in e?e[t]:e[P]}})}var he=i({},A);he[P]=i(i(i(i({},{"fa-duotone":"duotone"}),A[P]),Y),J);var ge=ye(he),ve=i({},{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"},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"},whiteboard:{semibold:"fawsb"}});ve[P]=i(i(i(i({},{duotone:"fad"}),ve[P]),X),K);var xe=ye(ve),we=i({},te);we[P]=i(i({},we[P]),{fak:"fa-kit"});var ke=ye(we),je=i({},{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"},jelly:{"fa-regular":"fajr"},"jelly-fill":{"fa-regular":"fajfr"},"jelly-duo":{"fa-regular":"fajdr"},chisel:{"fa-regular":"facr"}});je[P]=i(i({},je[P]),{"fa-kit":"fak"}),ye(je);var Se=/fa(k|kd|s|r|l|t|d|dr|dl|dt|b|slr|slpr|wsb|tl|ns|nds|es|jr|jfr|jdr|cr|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/,Oe="fa-layers-text",Ae=/Font ?Awesome ?([567 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit|Notdog Duo|Notdog|Chisel|Etch|Thumbprint|Jelly Fill|Jelly Duo|Jelly|Slab Press|Slab|Whiteboard)?.*/i;ye(i({},{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"},chisel:{400:"facr"},jelly:{400:"fajr"},"jelly-fill":{400:"fajfr"},"jelly-duo":{400:"fajdr"}}));var Ne=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],Pe={GROUP:"duotone-group",PRIMARY:"primary",SECONDARY:"secondary"},Ee=[].concat(l(["kit"]),l(oe)),Ie=v.FontAwesomeConfig||{};if(x&&"function"==typeof x.querySelector){[["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"]].forEach(function(e){var t=s(e,2),n=t[0],r=t[1],a=function(e){return""===e||"false"!==e&&("true"===e||e)}(function(e){var t=x.querySelector("script["+e+"]");if(t)return t.getAttribute(e)}(n));null!=a&&(Ie[r]=a)})}var Ce={styleDefault:"solid",familyDefault:P,cssPrefix:"fa",replacementClass:se,autoReplaceSvg:!0,autoAddCss:!0,searchPseudoElements:!1,searchPseudoElementsWarnings:!0,searchPseudoElementsFullScan:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};Ie.familyPrefix&&(Ie.cssPrefix=Ie.familyPrefix);var Fe=i(i({},Ce),Ie);Fe.autoReplaceSvg||(Fe.observeMutations=!1);var ze={};Object.keys(Ce).forEach(function(e){Object.defineProperty(ze,e,{enumerable:!0,set:function(t){Fe[e]=t,Te.forEach(function(e){return e(ze)})},get:function(){return Fe[e]}})}),Object.defineProperty(ze,"familyPrefix",{enumerable:!0,set:function(e){Fe.cssPrefix=e,Te.forEach(function(e){return e(ze)})},get:function(){return Fe.cssPrefix}}),v.FontAwesomeConfig=ze;var Te=[];var Me=16,_e={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function Re(){for(var e=12,t="";e-- >0;)t+="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"[62*Math.random()|0];return t}function $e(e){for(var t=[],n=(e||[]).length>>>0;n--;)t[n]=e[n];return t}function De(e){return e.classList?$e(e.classList):(e.getAttribute("class")||"").split(" ").filter(function(e){return e})}function Le(e){return"".concat(e).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function He(e){return Object.keys(e||{}).reduce(function(t,n){return t+"".concat(n,": ").concat(e[n].trim(),";")},"")}function We(e){return e.size!==_e.size||e.x!==_e.x||e.y!==_e.y||e.rotate!==_e.rotate||e.flipX||e.flipY}function Be(){var e="fa",t=se,n=ze.cssPrefix,r=ze.replacementClass,a=':root, :host {\n --fa-font-solid: normal 900 1em/1 "Font Awesome 7 Free";\n --fa-font-regular: normal 400 1em/1 "Font Awesome 7 Free";\n --fa-font-light: normal 300 1em/1 "Font Awesome 7 Pro";\n --fa-font-thin: normal 100 1em/1 "Font Awesome 7 Pro";\n --fa-font-duotone: normal 900 1em/1 "Font Awesome 7 Duotone";\n --fa-font-duotone-regular: normal 400 1em/1 "Font Awesome 7 Duotone";\n --fa-font-duotone-light: normal 300 1em/1 "Font Awesome 7 Duotone";\n --fa-font-duotone-thin: normal 100 1em/1 "Font Awesome 7 Duotone";\n --fa-font-brands: normal 400 1em/1 "Font Awesome 7 Brands";\n --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-duotone-solid: normal 900 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-sharp-duotone-regular: normal 400 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-sharp-duotone-light: normal 300 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-sharp-duotone-thin: normal 100 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-slab-regular: normal 400 1em/1 "Font Awesome 7 Slab";\n --fa-font-slab-press-regular: normal 400 1em/1 "Font Awesome 7 Slab Press";\n --fa-font-whiteboard-semibold: normal 600 1em/1 "Font Awesome 7 Whiteboard";\n --fa-font-thumbprint-light: normal 300 1em/1 "Font Awesome 7 Thumbprint";\n --fa-font-notdog-solid: normal 900 1em/1 "Font Awesome 7 Notdog";\n --fa-font-notdog-duo-solid: normal 900 1em/1 "Font Awesome 7 Notdog Duo";\n --fa-font-etch-solid: normal 900 1em/1 "Font Awesome 7 Etch";\n --fa-font-jelly-regular: normal 400 1em/1 "Font Awesome 7 Jelly";\n --fa-font-jelly-fill-regular: normal 400 1em/1 "Font Awesome 7 Jelly Fill";\n --fa-font-jelly-duo-regular: normal 400 1em/1 "Font Awesome 7 Jelly Duo";\n --fa-font-chisel-regular: normal 400 1em/1 "Font Awesome 7 Chisel";\n}\n\n.svg-inline--fa {\n box-sizing: content-box;\n display: var(--fa-display, inline-block);\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n width: var(--fa-width, 1.25em);\n}\n.svg-inline--fa.fa-2xs {\n vertical-align: 0.1em;\n}\n.svg-inline--fa.fa-xs {\n vertical-align: 0em;\n}\n.svg-inline--fa.fa-sm {\n vertical-align: -0.0714285714em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.2em;\n}\n.svg-inline--fa.fa-xl {\n vertical-align: -0.25em;\n}\n.svg-inline--fa.fa-2xl {\n vertical-align: -0.3125em;\n}\n.svg-inline--fa.fa-pull-left,\n.svg-inline--fa .fa-pull-start {\n float: inline-start;\n margin-inline-end: var(--fa-pull-margin, 0.3em);\n}\n.svg-inline--fa.fa-pull-right,\n.svg-inline--fa .fa-pull-end {\n float: inline-end;\n margin-inline-start: var(--fa-pull-margin, 0.3em);\n}\n.svg-inline--fa.fa-li {\n width: var(--fa-li-width, 2em);\n inset-inline-start: calc(-1 * var(--fa-li-width, 2em));\n inset-block-start: 0.25em; /* syncing vertical alignment with Web Font rendering */\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: var(--fa-width, 1.25em);\n}\n.fa-layers .svg-inline--fa {\n inset: 0;\n margin: auto;\n position: absolute;\n transform-origin: center center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: var(--fa-counter-background-color, #ff253a);\n border-radius: var(--fa-counter-border-radius, 1em);\n box-sizing: border-box;\n color: var(--fa-inverse, #fff);\n line-height: var(--fa-counter-line-height, 1);\n max-width: var(--fa-counter-max-width, 5em);\n min-width: var(--fa-counter-min-width, 1.5em);\n overflow: hidden;\n padding: var(--fa-counter-padding, 0.25em 0.5em);\n right: var(--fa-right, 0);\n text-overflow: ellipsis;\n top: var(--fa-top, 0);\n transform: scale(var(--fa-counter-scale, 0.25));\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: var(--fa-bottom, 0);\n right: var(--fa-right, 0);\n top: auto;\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: var(--fa-bottom, 0);\n left: var(--fa-left, 0);\n right: auto;\n top: auto;\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n top: var(--fa-top, 0);\n right: var(--fa-right, 0);\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: var(--fa-left, 0);\n right: auto;\n top: var(--fa-top, 0);\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: top left;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-2xs {\n font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-xs {\n font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-sm {\n font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-lg {\n font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-xl {\n font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-2xl {\n font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-width-auto {\n --fa-width: auto;\n}\n\n.fa-fw,\n.fa-width-fixed {\n --fa-width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-inline-start: var(--fa-li-margin, 2.5em);\n padding-inline-start: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n inset-inline-start: calc(-1 * var(--fa-li-width, 2em));\n position: absolute;\n text-align: center;\n width: var(--fa-li-width, 2em);\n line-height: inherit;\n}\n\n/* Heads Up: Bordered Icons will not be supported in the future!\n - This feature will be deprecated in the next major release of Font Awesome (v8)!\n - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.\n*/\n/* Notes:\n* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)\n* --@{v.$css-prefix}-border-padding =\n ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it\'s vertical alignment)\n ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)\n*/\n.fa-border {\n border-color: var(--fa-border-color, #eee);\n border-radius: var(--fa-border-radius, 0.1em);\n border-style: var(--fa-border-style, solid);\n border-width: var(--fa-border-width, 0.0625em);\n box-sizing: var(--fa-border-box-sizing, content-box);\n padding: var(--fa-border-padding, 0.1875em 0.25em);\n}\n\n.fa-pull-left,\n.fa-pull-start {\n float: inline-start;\n margin-inline-end: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-pull-right,\n.fa-pull-end {\n float: inline-end;\n margin-inline-start: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-beat {\n animation-name: fa-beat;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-bounce {\n animation-name: fa-bounce;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n}\n\n.fa-fade {\n animation-name: fa-fade;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-beat-fade {\n animation-name: fa-beat-fade;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-flip {\n animation-name: fa-flip;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-shake {\n animation-name: fa-shake;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin {\n animation-name: fa-spin;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 2s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin-reverse {\n --fa-animation-direction: reverse;\n}\n\n.fa-pulse,\n.fa-spin-pulse {\n animation-name: fa-spin;\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, steps(8));\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fa-beat,\n .fa-bounce,\n .fa-fade,\n .fa-beat-fade,\n .fa-flip,\n .fa-pulse,\n .fa-shake,\n .fa-spin,\n .fa-spin-pulse {\n animation: none !important;\n transition: none !important;\n }\n}\n@keyframes fa-beat {\n 0%, 90% {\n transform: scale(1);\n }\n 45% {\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@keyframes fa-bounce {\n 0% {\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n 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));\n }\n 50% {\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n transform: scale(1, 1) translateY(0);\n }\n}\n@keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@keyframes fa-flip {\n 50% {\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@keyframes fa-shake {\n 0% {\n transform: rotate(-15deg);\n }\n 4% {\n transform: rotate(15deg);\n }\n 8%, 24% {\n transform: rotate(-18deg);\n }\n 12%, 28% {\n transform: rotate(18deg);\n }\n 16% {\n transform: rotate(-22deg);\n }\n 20% {\n transform: rotate(22deg);\n }\n 32% {\n transform: rotate(-12deg);\n }\n 36% {\n transform: rotate(12deg);\n }\n 40%, 100% {\n transform: rotate(0deg);\n }\n}\n@keyframes fa-spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n transform: scale(1, -1);\n}\n\n.fa-flip-both,\n.fa-flip-horizontal.fa-flip-vertical {\n transform: scale(-1, -1);\n}\n\n.fa-rotate-by {\n transform: rotate(var(--fa-rotate-angle, 0));\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.svg-inline--fa.fa-inverse {\n fill: var(--fa-inverse, #fff);\n}\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n line-height: 2em;\n position: relative;\n vertical-align: middle;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: var(--fa-inverse, #fff);\n}\n\n.svg-inline--fa.fa-stack-1x {\n --fa-width: 1.25em;\n height: 1em;\n width: var(--fa-width);\n}\n.svg-inline--fa.fa-stack-2x {\n --fa-width: 2.5em;\n height: 2em;\n width: var(--fa-width);\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n inset: 0;\n margin: auto;\n position: absolute;\n z-index: var(--fa-stack-z-index, auto);\n}';if(n!==e||r!==t){var o=new RegExp("\\.".concat(e,"\\-"),"g"),i=new RegExp("\\--".concat(e,"\\-"),"g"),s=new RegExp("\\.".concat(t),"g");a=a.replace(o,".".concat(n,"-")).replace(i,"--".concat(n,"-")).replace(s,".".concat(r))}return a}var Ue=!1;function Ve(){ze.autoAddCss&&!Ue&&(!function(e){if(e&&S){var t=x.createElement("style");t.setAttribute("type","text/css"),t.innerHTML=e;for(var n=x.head.childNodes,r=null,a=n.length-1;a>-1;a--){var o=n[a],i=(o.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(i)>-1&&(r=o)}x.head.insertBefore(t,r)}}(Be()),Ue=!0)}var Ye={mixout:function(){return{dom:{css:Be,insertCss:Ve}}},hooks:function(){return{beforeDOMElementCreation:function(){Ve()},beforeI2svg:function(){Ve()}}}},Je=v||{};Je[ie]||(Je[ie]={}),Je[ie].styles||(Je[ie].styles={}),Je[ie].hooks||(Je[ie].hooks={}),Je[ie].shims||(Je[ie].shims=[]);var qe=Je[ie],Xe=[],Ke=function(){x.removeEventListener("DOMContentLoaded",Ke),Ge=1,Xe.map(function(e){return e()})},Ge=!1;function Ze(e){var t=e.tag,n=e.attributes,r=void 0===n?{}:n,a=e.children,o=void 0===a?[]:a;return"string"==typeof e?Le(e):"<".concat(t," ").concat(function(e){return Object.keys(e||{}).reduce(function(t,n){return t+"".concat(n,'="').concat(Le(e[n]),'" ')},"").trim()}(r),">").concat(o.map(Ze).join(""),"</").concat(t,">")}function Qe(e,t,n){if(e&&e[t]&&e[t][n])return{prefix:t,iconName:n,icon:e[t][n]}}S&&((Ge=(x.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(x.readyState))||x.addEventListener("DOMContentLoaded",Ke));var et=function(e,t,n,r){var a,o,i,s=Object.keys(e),l=s.length,c=t;for(void 0===n?(a=1,i=e[s[0]]):(a=0,i=n);a<l;a++)i=c(i,e[o=s[a]],o,e);return i};function tt(e){return 1!==l(e).length?null:e.codePointAt(0).toString(16)}function nt(e){return Object.keys(e).reduce(function(t,n){var r=e[n];return!!r.icon?t[r.iconName]=r.icon:t[n]=r,t},{})}function rt(e,t){var n=(arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}).skipHooks,r=void 0!==n&&n,a=nt(t);"function"!=typeof qe.hooks.addPack||r?qe.styles[e]=i(i({},qe.styles[e]||{}),a):qe.hooks.addPack(e,nt(t)),"fas"===e&&rt("fa",t)}var at=qe.styles,ot=qe.shims,it=Object.keys(ke),st=it.reduce(function(e,t){return e[t]=Object.keys(ke[t]),e},{}),lt=null,ct={},ft={},ut={},dt={},pt={};function mt(e,t){var n,r=t.split("-"),a=r[0],o=r.slice(1).join("-");return a!==e||""===o||(n=o,~Ee.indexOf(n))?null:o}var bt,yt=function(){var e=function(e){return et(at,function(t,n,r){return t[r]=et(n,e,{}),t},{})};ct=e(function(e,t,n){(t[3]&&(e[t[3]]=n),t[2])&&t[2].filter(function(e){return"number"==typeof e}).forEach(function(t){e[t.toString(16)]=n});return e}),ft=e(function(e,t,n){(e[n]=n,t[2])&&t[2].filter(function(e){return"string"==typeof e}).forEach(function(t){e[t]=n});return e}),pt=e(function(e,t,n){var r=t[2];return e[n]=n,r.forEach(function(t){e[t]=n}),e});var t="far"in at||ze.autoFetchSvg,n=et(ot,function(e,n){var r=n[0],a=n[1],o=n[2];return"far"!==a||t||(a="fas"),"string"==typeof r&&(e.names[r]={prefix:a,iconName:o}),"number"==typeof r&&(e.unicodes[r.toString(16)]={prefix:a,iconName:o}),e},{names:{},unicodes:{}});ut=n.names,dt=n.unicodes,lt=wt(ze.styleDefault,{family:ze.familyDefault})};function ht(e,t){return(ct[e]||{})[t]}function gt(e,t){return(pt[e]||{})[t]}function vt(e){return ut[e]||{prefix:null,iconName:null}}function xt(){return lt}bt=function(e){lt=wt(e.styleDefault,{family:ze.familyDefault})},Te.push(bt),yt();function wt(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).family,n=void 0===t?P:t,r=ge[n][e];if(n===E&&!e)return"fad";var a=xe[n][e]||xe[n][r],o=e in qe.styles?e:null;return a||o||null}function kt(e){return e.sort().filter(function(e,t,n){return n.indexOf(e)===t})}var jt=ne.concat(V);function St(e){var t,n,r=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).skipLookups,a=void 0!==r&&r,o=null,l=kt(e.filter(function(e){return jt.includes(e)})),c=kt(e.filter(function(e){return!jt.includes(e)})),f=s(l.filter(function(e){return o=e,!N.includes(e)}),1)[0],u=void 0===f?null:f,d=function(e){var t=P,n=it.reduce(function(e,t){return e[t]="".concat(ze.cssPrefix,"-").concat(t),e},{});return B.forEach(function(r){(e.includes(n[r])||e.some(function(e){return st[r].includes(e)}))&&(t=r)}),t}(l),p=i(i({},(t=[],n=null,c.forEach(function(e){var r=mt(ze.cssPrefix,e);r?n=r:e&&t.push(e)}),{iconName:n,rest:t})),{},{prefix:wt(u,{family:d})});return i(i(i({},p),function(e){var t=e.values,n=e.family,r=e.canonical,a=e.givenPrefix,o=void 0===a?"":a,i=e.styles,s=void 0===i?{}:i,l=e.config,c=void 0===l?{}:l,f=n===E,u=t.includes("fa-duotone")||t.includes("fad"),d="duotone"===c.familyDefault,p="fad"===r.prefix||"fa-duotone"===r.prefix;!f&&(u||d||p)&&(r.prefix="fad");(t.includes("fa-brands")||t.includes("fab"))&&(r.prefix="fab");if(!r.prefix&&Ot.includes(n)){if(Object.keys(s).find(function(e){return At.includes(e)})||c.autoFetchSvg){var m=U.get(n).defaultShortPrefixId;r.prefix=m,r.iconName=gt(r.prefix,r.iconName)||r.iconName}}"fa"!==r.prefix&&"fa"!==o||(r.prefix=xt()||"fas");return r}({values:e,family:d,styles:at,config:ze,canonical:p,givenPrefix:o})),function(e,t,n){var r=n.prefix,a=n.iconName;if(e||!r||!a)return{prefix:r,iconName:a};var o="fa"===t?vt(a):{},i=gt(r,a);a=o.iconName||i||a,"far"!==(r=o.prefix||r)||at.far||!at.fas||ze.autoFetchSvg||(r="fas");return{prefix:r,iconName:a}}(a,o,p))}var Ot=B.filter(function(e){return e!==P||e!==E}),At=Object.keys(te).filter(function(e){return e!==P}).map(function(e){return Object.keys(te[e])}).flat();var Nt=function(){return n(function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.definitions={}},[{key:"add",value:function(){for(var e=this,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];var a=n.reduce(this._pullDefinitions,{});Object.keys(a).forEach(function(t){e.definitions[t]=i(i({},e.definitions[t]||{}),a[t]),rt(t,a[t]);var n=ke[P][t];n&&rt(n,a[t]),yt()})}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(e,t){var n=t.prefix&&t.iconName&&t.icon?{0:t}:t;return Object.keys(n).map(function(t){var r=n[t],a=r.prefix,o=r.iconName,i=r.icon,s=i[2];e[a]||(e[a]={}),s.length>0&&s.forEach(function(t){"string"==typeof t&&(e[a][t]=i)}),e[a][o]=i}),e}}])}(),Pt=[],Et={},It={},Ct=Object.keys(It);function Ft(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),a=2;a<n;a++)r[a-2]=arguments[a];return(Et[e]||[]).forEach(function(e){t=e.apply(null,[t].concat(r))}),t}function zt(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];(Et[e]||[]).forEach(function(e){e.apply(null,n)})}function Tt(){var e=arguments[0],t=Array.prototype.slice.call(arguments,1);return It[e]?It[e].apply(null,t):void 0}function Mt(e){"fa"===e.prefix&&(e.prefix="fas");var t=e.iconName,n=e.prefix||xt();if(t)return t=gt(n,t)||t,Qe(_t.definitions,n,t)||Qe(qe.styles,n,t)}var _t=new Nt,Rt={i2svg:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return S?(zt("beforeI2svg",e),Tt("pseudoElements2svg",e),Tt("i2svg",e)):Promise.reject(new Error("Operation requires a DOM of some kind."))},watch:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=t.autoReplaceSvgRoot;!1===ze.autoReplaceSvg&&(ze.autoReplaceSvg=!0),ze.observeMutations=!0,e=function(){Dt({autoReplaceSvgRoot:n}),zt("watch",t)},S&&(Ge?setTimeout(e,0):Xe.push(e))}},$t={noAuto:function(){ze.autoReplaceSvg=!1,ze.observeMutations=!1,zt("noAuto")},config:ze,dom:Rt,parse:{icon:function(e){if(null===e)return null;if("object"===f(e)&&e.prefix&&e.iconName)return{prefix:e.prefix,iconName:gt(e.prefix,e.iconName)||e.iconName};if(Array.isArray(e)&&2===e.length){var t=0===e[1].indexOf("fa-")?e[1].slice(3):e[1],n=wt(e[0]);return{prefix:n,iconName:gt(n,t)||t}}if("string"==typeof e&&(e.indexOf("".concat(ze.cssPrefix,"-"))>-1||e.match(Se))){var r=St(e.split(" "),{skipLookups:!0});return{prefix:r.prefix||xt(),iconName:gt(r.prefix,r.iconName)||r.iconName}}if("string"==typeof e){var a=xt();return{prefix:a,iconName:gt(a,e)||e}}}},library:_t,findIconDefinition:Mt,toHtml:Ze},Dt=function(){var e=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).autoReplaceSvgRoot,t=void 0===e?x:e;(Object.keys(qe.styles).length>0||ze.autoFetchSvg)&&S&&ze.autoReplaceSvg&&$t.dom.i2svg({node:t})};function Lt(e,t){return Object.defineProperty(e,"abstract",{get:t}),Object.defineProperty(e,"html",{get:function(){return e.abstract.map(function(e){return Ze(e)})}}),Object.defineProperty(e,"node",{get:function(){if(S){var t=x.createElement("div");return t.innerHTML=e.html,t.children}}}),e}function Ht(e){var t=e.icons,n=t.main,r=t.mask,a=e.prefix,o=e.iconName,s=e.transform,l=e.symbol,c=e.maskId,f=e.extra,u=e.watchable,d=void 0!==u&&u,p=r.found?r:n,m=p.width,b=p.height,y=[ze.replacementClass,o?"".concat(ze.cssPrefix,"-").concat(o):""].filter(function(e){return-1===f.classes.indexOf(e)}).filter(function(e){return""!==e||!!e}).concat(f.classes).join(" "),h={children:[],attributes:i(i({},f.attributes),{},{"data-prefix":a,"data-icon":o,class:y,role:f.attributes.role||"img",viewBox:"0 0 ".concat(m," ").concat(b)})};(function(e){return["aria-label","aria-labelledby","title","role"].some(function(t){return t in e})})(f.attributes)||f.attributes["aria-hidden"]||(h.attributes["aria-hidden"]="true"),d&&(h.attributes[le]="");var g=i(i({},h),{},{prefix:a,iconName:o,main:n,mask:r,maskId:c,transform:s,symbol:l,styles:i({},f.styles)}),v=r.found&&n.found?Tt("generateAbstractMask",g)||{children:[],attributes:{}}:Tt("generateAbstractIcon",g)||{children:[],attributes:{}},x=v.children,w=v.attributes;return g.children=x,g.attributes=w,l?function(e){var t=e.prefix,n=e.iconName,r=e.children,a=e.attributes,o=e.symbol,s=!0===o?"".concat(t,"-").concat(ze.cssPrefix,"-").concat(n):o;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:i(i({},a),{},{id:s}),children:r}]}]}(g):function(e){var t=e.children,n=e.main,r=e.mask,a=e.attributes,o=e.styles,s=e.transform;if(We(s)&&n.found&&!r.found){var l={x:n.width/n.height/2,y:.5};a.style=He(i(i({},o),{},{"transform-origin":"".concat(l.x+s.x/16,"em ").concat(l.y+s.y/16,"em")}))}return[{tag:"svg",attributes:a,children:t}]}(g)}function Wt(e){var t=e.content,n=e.width,r=e.height,a=e.transform,o=e.extra,s=e.watchable,l=void 0!==s&&s,c=i(i({},o.attributes),{},{class:o.classes.join(" ")});l&&(c[le]="");var f=i({},o.styles);We(a)&&(f.transform=function(e){var t=e.transform,n=e.width,r=void 0===n?16:n,a=e.height,o=void 0===a?16:a,i="";return i+=O?"translate(".concat(t.x/Me-r/2,"em, ").concat(t.y/Me-o/2,"em) "):"translate(calc(-50% + ".concat(t.x/Me,"em), calc(-50% + ").concat(t.y/Me,"em)) "),i+="scale(".concat(t.size/Me*(t.flipX?-1:1),", ").concat(t.size/Me*(t.flipY?-1:1),") "),i+"rotate(".concat(t.rotate,"deg) ")}({transform:a,width:n,height:r}),f["-webkit-transform"]=f.transform);var u=He(f);u.length>0&&(c.style=u);var d=[];return d.push({tag:"span",attributes:c,children:[t]}),d}var Bt=qe.styles;function Ut(e){var t=e[0],n=e[1],r=s(e.slice(4),1)[0];return{found:!0,width:t,height:n,icon:Array.isArray(r)?{tag:"g",attributes:{class:"".concat(ze.cssPrefix,"-").concat(Pe.GROUP)},children:[{tag:"path",attributes:{class:"".concat(ze.cssPrefix,"-").concat(Pe.SECONDARY),fill:"currentColor",d:r[0]}},{tag:"path",attributes:{class:"".concat(ze.cssPrefix,"-").concat(Pe.PRIMARY),fill:"currentColor",d:r[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:r}}}}var Vt={found:!1,width:512,height:512};function Yt(e,t){var n=t;return"fa"===t&&null!==ze.styleDefault&&(t=xt()),new Promise(function(r,a){if("fa"===n){var o=vt(e)||{};e=o.iconName||e,t=o.prefix||t}if(e&&t&&Bt[t]&&Bt[t][e])return r(Ut(Bt[t][e]));!function(e,t){be||ze.showMissingIcons||!e||console.error('Icon with name "'.concat(e,'" and prefix "').concat(t,'" is missing.'))}(e,t),r(i(i({},Vt),{},{icon:ze.showMissingIcons&&e&&Tt("missingIconAbstract")||{}}))})}var Jt=function(){},qt=ze.measurePerformance&&k&&k.mark&&k.measure?k:{mark:Jt,measure:Jt},Xt='FA "7.0.1"',Kt=function(e){qt.mark("".concat(Xt," ").concat(e," ends")),qt.measure("".concat(Xt," ").concat(e),"".concat(Xt," ").concat(e," begins"),"".concat(Xt," ").concat(e," ends"))},Gt=function(e){return qt.mark("".concat(Xt," ").concat(e," begins")),function(){return Kt(e)}},Zt=function(){};function Qt(e){return"string"==typeof(e.getAttribute?e.getAttribute(le):null)}function en(e){return x.createElementNS("http://www.w3.org/2000/svg",e)}function tn(e){return x.createElement(e)}function nn(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).ceFn,n=void 0===t?"svg"===e.tag?en:tn:t;if("string"==typeof e)return x.createTextNode(e);var r=n(e.tag);return Object.keys(e.attributes||[]).forEach(function(t){r.setAttribute(t,e.attributes[t])}),(e.children||[]).forEach(function(e){r.appendChild(nn(e,{ceFn:n}))}),r}var rn={replace:function(e){var t=e[0];if(t.parentNode)if(e[1].forEach(function(e){t.parentNode.insertBefore(nn(e),t)}),null===t.getAttribute(le)&&ze.keepOriginalSource){var n=x.createComment(function(e){var t=" ".concat(e.outerHTML," ");return"".concat(t,"Font Awesome fontawesome.com ")}(t));t.parentNode.replaceChild(n,t)}else t.remove()},nest:function(e){var t=e[0],n=e[1];if(~De(t).indexOf(ze.replacementClass))return rn.replace(e);var r=new RegExp("".concat(ze.cssPrefix,"-.*"));if(delete n[0].attributes.id,n[0].attributes.class){var a=n[0].attributes.class.split(" ").reduce(function(e,t){return t===ze.replacementClass||t.match(r)?e.toSvg.push(t):e.toNode.push(t),e},{toNode:[],toSvg:[]});n[0].attributes.class=a.toSvg.join(" "),0===a.toNode.length?t.removeAttribute("class"):t.setAttribute("class",a.toNode.join(" "))}var o=n.map(function(e){return Ze(e)}).join("\n");t.setAttribute(le,""),t.innerHTML=o}};function an(e){e()}function on(e,t){var n="function"==typeof t?t:Zt;if(0===e.length)n();else{var r=an;"async"===ze.mutateApproach&&(r=v.requestAnimationFrame||an),r(function(){var t=!0===ze.autoReplaceSvg?rn.replace:rn[ze.autoReplaceSvg]||rn.replace,r=Gt("mutate");e.map(t),r(),n()})}}var sn=!1;function ln(){sn=!0}function cn(){sn=!1}var fn=null;function un(e){if(w&&ze.observeMutations){var t=e.treeCallback,n=void 0===t?Zt:t,r=e.nodeCallback,a=void 0===r?Zt:r,o=e.pseudoElementsCallback,i=void 0===o?Zt:o,s=e.observeMutationsRoot,l=void 0===s?x:s;fn=new w(function(e){if(!sn){var t=xt();$e(e).forEach(function(e){if("childList"===e.type&&e.addedNodes.length>0&&!Qt(e.addedNodes[0])&&(ze.searchPseudoElements&&i(e.target),n(e.target)),"attributes"===e.type&&e.target.parentNode&&ze.searchPseudoElements&&i([e.target],!0),"attributes"===e.type&&Qt(e.target)&&~Ne.indexOf(e.attributeName))if("class"===e.attributeName&&function(e){var t=e.getAttribute?e.getAttribute(fe):null,n=e.getAttribute?e.getAttribute(ue):null;return t&&n}(e.target)){var r=St(De(e.target)),o=r.prefix,s=r.iconName;e.target.setAttribute(fe,o||t),s&&e.target.setAttribute(ue,s)}else(l=e.target)&&l.classList&&l.classList.contains&&l.classList.contains(ze.replacementClass)&&a(e.target);var l})}}),S&&fn.observe(l,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function dn(e){var t,n,r=e.getAttribute("data-prefix"),a=e.getAttribute("data-icon"),o=void 0!==e.innerText?e.innerText.trim():"",i=St(De(e));return i.prefix||(i.prefix=xt()),r&&a&&(i.prefix=r,i.iconName=a),i.iconName&&i.prefix||(i.prefix&&o.length>0&&(i.iconName=(t=i.prefix,n=e.innerText,(ft[t]||{})[n]||ht(i.prefix,tt(e.innerText)))),!i.iconName&&ze.autoFetchSvg&&e.firstChild&&e.firstChild.nodeType===Node.TEXT_NODE&&(i.iconName=e.firstChild.data)),i}function pn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{styleParser:!0},n=dn(e),r=n.iconName,a=n.prefix,o=n.rest,s=function(e){return $e(e.attributes).reduce(function(e,t){return"class"!==e.name&&"style"!==e.name&&(e[t.name]=t.value),e},{})}(e),l=Ft("parseNodeAttributes",{},e),c=t.styleParser?function(e){var t=e.getAttribute("style"),n=[];return t&&(n=t.split(";").reduce(function(e,t){var n=t.split(":"),r=n[0],a=n.slice(1);return r&&a.length>0&&(e[r]=a.join(":").trim()),e},{})),n}(e):[];return i({iconName:r,prefix:a,transform:_e,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:o,styles:c,attributes:s}},l)}var mn=qe.styles;function bn(e){var t="nest"===ze.autoReplaceSvg?pn(e,{styleParser:!1}):pn(e);return~t.extra.classes.indexOf(Oe)?Tt("generateLayersText",e,t):Tt("generateSvgReplacementMutation",e,t)}function yn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!S)return Promise.resolve();var n=x.documentElement.classList,r=function(e){return n.add("".concat(de,"-").concat(e))},a=function(e){return n.remove("".concat(de,"-").concat(e))},o=ze.autoFetchSvg?[].concat(l(V),l(ne)):N.concat(Object.keys(mn));o.includes("fa")||o.push("fa");var i=[".".concat(Oe,":not([").concat(le,"])")].concat(o.map(function(e){return".".concat(e,":not([").concat(le,"])")})).join(", ");if(0===i.length)return Promise.resolve();var s=[];try{s=$e(e.querySelectorAll(i))}catch(e){}if(!(s.length>0))return Promise.resolve();r("pending"),a("complete");var c=Gt("onTree"),f=s.reduce(function(e,t){try{var n=bn(t);n&&e.push(n)}catch(e){be||"MissingIcon"===e.name&&console.error(e)}return e},[]);return new Promise(function(e,n){Promise.all(f).then(function(n){on(n,function(){r("active"),r("complete"),a("pending"),"function"==typeof t&&t(),c(),e()})}).catch(function(e){c(),n(e)})})}function hn(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;bn(e).then(function(e){e&&on([e],t)})}var gn=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.transform,r=void 0===n?_e:n,a=t.symbol,o=void 0!==a&&a,s=t.mask,l=void 0===s?null:s,c=t.maskId,f=void 0===c?null:c,u=t.classes,d=void 0===u?[]:u,p=t.attributes,m=void 0===p?{}:p,b=t.styles,y=void 0===b?{}:b;if(e){var h=e.prefix,g=e.iconName,v=e.icon;return Lt(i({type:"icon"},e),function(){return zt("beforeDOMElementCreation",{iconDefinition:e,params:t}),Ht({icons:{main:Ut(v),mask:l?Ut(l.icon):{found:!1,width:null,height:null,icon:{}}},prefix:h,iconName:g,transform:i(i({},_e),r),symbol:o,maskId:f,extra:{attributes:m,styles:y,classes:d}})})}},vn={mixout:function(){return{icon:(e=gn,function(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=(t||{}).icon?t:Mt(t||{}),a=n.mask;return a&&(a=(a||{}).icon?a:Mt(a||{})),e(r,i(i({},n),{},{mask:a}))})};var e},hooks:function(){return{mutationObserverCallbacks:function(e){return e.treeCallback=yn,e.nodeCallback=hn,e}}},provides:function(e){e.i2svg=function(e){var t=e.node,n=void 0===t?x:t,r=e.callback;return yn(n,void 0===r?function(){}:r)},e.generateSvgReplacementMutation=function(e,t){var n=t.iconName,r=t.prefix,a=t.transform,o=t.symbol,i=t.mask,l=t.maskId,c=t.extra;return new Promise(function(t,f){Promise.all([Yt(n,r),i.iconName?Yt(i.iconName,i.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(i){var f=s(i,2),u=f[0],d=f[1];t([e,Ht({icons:{main:u,mask:d},prefix:r,iconName:n,transform:a,symbol:o,maskId:l,extra:c,watchable:!0})])}).catch(f)})},e.generateAbstractIcon=function(e){var t,n=e.children,r=e.attributes,a=e.main,o=e.transform,i=He(e.styles);return i.length>0&&(r.style=i),We(o)&&(t=Tt("generateAbstractTransformGrouping",{main:a,transform:o,containerWidth:a.width,iconWidth:a.width})),n.push(t||a.icon),{children:n,attributes:r}}}},xn={mixout:function(){return{layer:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.classes,r=void 0===n?[]:n;return Lt({type:"layer"},function(){zt("beforeDOMElementCreation",{assembler:e,params:t});var n=[];return e(function(e){Array.isArray(e)?e.map(function(e){n=n.concat(e.abstract)}):n=n.concat(e.abstract)}),[{tag:"span",attributes:{class:["".concat(ze.cssPrefix,"-layers")].concat(l(r)).join(" ")},children:n}]})}}}},wn={mixout:function(){return{counter:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t.title;var n=t.classes,r=void 0===n?[]:n,a=t.attributes,o=void 0===a?{}:a,s=t.styles,c=void 0===s?{}:s;return Lt({type:"counter",content:e},function(){return zt("beforeDOMElementCreation",{content:e,params:t}),function(e){var t=e.content,n=e.extra,r=i(i({},n.attributes),{},{class:n.classes.join(" ")}),a=He(n.styles);a.length>0&&(r.style=a);var o=[];return o.push({tag:"span",attributes:r,children:[t]}),o}({content:e.toString(),extra:{attributes:o,styles:c,classes:["".concat(ze.cssPrefix,"-layers-counter")].concat(l(r))}})})}}}},kn={mixout:function(){return{text:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.transform,r=void 0===n?_e:n,a=t.classes,o=void 0===a?[]:a,s=t.attributes,c=void 0===s?{}:s,f=t.styles,u=void 0===f?{}:f;return Lt({type:"text",content:e},function(){return zt("beforeDOMElementCreation",{content:e,params:t}),Wt({content:e,transform:i(i({},_e),r),extra:{attributes:c,styles:u,classes:["".concat(ze.cssPrefix,"-layers-text")].concat(l(o))}})})}}},provides:function(e){e.generateLayersText=function(e,t){var n=t.transform,r=t.extra,a=null,o=null;if(O){var i=parseInt(getComputedStyle(e).fontSize,10),s=e.getBoundingClientRect();a=s.width/i,o=s.height/i}return Promise.resolve([e,Wt({content:e.innerHTML,width:a,height:o,transform:n,extra:r,watchable:!0})])}}},jn=new RegExp('"',"ug"),Sn=[1105920,1112319],On=i(i(i(i({},{FontAwesome:{normal:"fas",400:"fas"}}),{"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 Chisel":{400:"facr",normal:"facr"},"Font Awesome 7 Whiteboard":{600:"fawsb",normal:"fawsb"}}),{"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"}}),{"Font Awesome Kit":{400:"fak",normal:"fak"},"Font Awesome Kit Duotone":{400:"fakd",normal:"fakd"}}),An=Object.keys(On).reduce(function(e,t){return e[t.toLowerCase()]=On[t],e},{}),Nn=Object.keys(An).reduce(function(e,t){var n=An[t];return e[t]=n[900]||l(Object.entries(n))[0][1],e},{});function Pn(e,t){var n="".concat("data-fa-pseudo-element-pending").concat(t.replace(":","-"));return new Promise(function(r,a){if(null!==e.getAttribute(n))return r();var o,s,c,f=$e(e.children).filter(function(e){return e.getAttribute(ce)===t})[0],u=v.getComputedStyle(e,t),d=u.getPropertyValue("font-family"),p=d.match(Ae),m=u.getPropertyValue("font-weight"),b=u.getPropertyValue("content");if(f&&!p)return e.removeChild(f),r();if(p&&"none"!==b&&""!==b){var y=u.getPropertyValue("content"),h=function(e,t){var n=e.replace(/^['"]|['"]$/g,"").toLowerCase(),r=parseInt(t),a=isNaN(r)?"normal":r;return(An[n]||{})[a]||Nn[n]}(d,m),g=function(e){return tt(l(e.replace(jn,""))[0]||"")}(y),w=p[0].startsWith("FontAwesome"),k=function(e){var t=e.getPropertyValue("font-feature-settings").includes("ss01"),n=e.getPropertyValue("content").replace(jn,""),r=n.codePointAt(0),a=r>=Sn[0]&&r<=Sn[1],o=2===n.length&&n[0]===n[1];return a||o||t}(u),j=ht(h,g),S=j;if(w){var O=(s=dt[o=g],c=ht("fas",o),s||(c?{prefix:"fas",iconName:c}:null)||{prefix:null,iconName:null});O.iconName&&O.prefix&&(j=O.iconName,h=O.prefix)}if(!j||k||f&&f.getAttribute(fe)===h&&f.getAttribute(ue)===S)r();else{e.setAttribute(n,S),f&&e.removeChild(f);var A={iconName:null,prefix:null,transform:_e,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}},N=A.extra;N.attributes[ce]=t,Yt(j,h).then(function(a){var o=Ht(i(i({},A),{},{icons:{main:a,mask:{prefix:null,iconName:null,rest:[]}},prefix:h,iconName:S,extra:N,watchable:!0})),s=x.createElementNS("http://www.w3.org/2000/svg","svg");"::before"===t?e.insertBefore(s,e.firstChild):e.appendChild(s),s.outerHTML=o.map(function(e){return Ze(e)}).join("\n"),e.removeAttribute(n),r()}).catch(a)}}else r()})}function En(e){return Promise.all([Pn(e,"::before"),Pn(e,"::after")])}function In(e){return!(e.parentNode===document.head||~pe.indexOf(e.tagName.toUpperCase())||e.getAttribute(ce)||e.parentNode&&"svg"===e.parentNode.tagName)}var Cn=function(e){return!!e&&me.some(function(t){return e.includes(t)})},Fn=function(e){if(!e)return[];var t=new Set,n=e.split(/,(?![^()]*\))/).map(function(e){return e.trim()});n=n.flatMap(function(e){return e.includes("(")?e:e.split(",").map(function(e){return e.trim()})});var a,o=r(n);try{for(o.s();!(a=o.n()).done;){var i=a.value;if(Cn(i)){var s=me.reduce(function(e,t){return e.replace(t,"")},i);""!==s&&"*"!==s&&t.add(s)}}}catch(e){o.e(e)}finally{o.f()}return t};function zn(e){if(S){var t;if(arguments.length>1&&void 0!==arguments[1]&&arguments[1])t=e;else if(ze.searchPseudoElementsFullScan)t=e.querySelectorAll("*");else{var n,a=new Set,o=r(document.styleSheets);try{for(o.s();!(n=o.n()).done;){var i=n.value;try{var s,l=r(i.cssRules);try{for(l.s();!(s=l.n()).done;){var c,f=s.value,u=r(Fn(f.selectorText));try{for(u.s();!(c=u.n()).done;){var d=c.value;a.add(d)}}catch(e){u.e(e)}finally{u.f()}}}catch(e){l.e(e)}finally{l.f()}}catch(e){ze.searchPseudoElementsWarnings&&console.warn("Font Awesome: cannot parse stylesheet: ".concat(i.href," (").concat(e.message,')\nIf 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(e){o.e(e)}finally{o.f()}if(!a.size)return;var p=Array.from(a).join(", ");try{t=e.querySelectorAll(p)}catch(e){}}return new Promise(function(e,n){var r=$e(t).filter(In).map(En),a=Gt("searchPseudoElements");ln(),Promise.all(r).then(function(){a(),cn(),e()}).catch(function(){a(),cn(),n()})})}}var Tn={hooks:function(){return{mutationObserverCallbacks:function(e){return e.pseudoElementsCallback=zn,e}}},provides:function(e){e.pseudoElements2svg=function(e){var t=e.node,n=void 0===t?x:t;ze.searchPseudoElements&&zn(n)}}},Mn=!1,_n=function(e){return e.toLowerCase().split(" ").reduce(function(e,t){var n=t.toLowerCase().split("-"),r=n[0],a=n.slice(1).join("-");if(r&&"h"===a)return e.flipX=!0,e;if(r&&"v"===a)return e.flipY=!0,e;if(a=parseFloat(a),isNaN(a))return e;switch(r){case"grow":e.size=e.size+a;break;case"shrink":e.size=e.size-a;break;case"left":e.x=e.x-a;break;case"right":e.x=e.x+a;break;case"up":e.y=e.y-a;break;case"down":e.y=e.y+a;break;case"rotate":e.rotate=e.rotate+a}return e},{size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0})},Rn={mixout:function(){return{parse:{transform:function(e){return _n(e)}}}},hooks:function(){return{parseNodeAttributes:function(e,t){var n=t.getAttribute("data-fa-transform");return n&&(e.transform=_n(n)),e}}},provides:function(e){e.generateAbstractTransformGrouping=function(e){var t=e.main,n=e.transform,r=e.containerWidth,a=e.iconWidth,o={transform:"translate(".concat(r/2," 256)")},s="translate(".concat(32*n.x,", ").concat(32*n.y,") "),l="scale(".concat(n.size/16*(n.flipX?-1:1),", ").concat(n.size/16*(n.flipY?-1:1),") "),c="rotate(".concat(n.rotate," 0 0)"),f={outer:o,inner:{transform:"".concat(s," ").concat(l," ").concat(c)},path:{transform:"translate(".concat(a/2*-1," -256)")}};return{tag:"g",attributes:i({},f.outer),children:[{tag:"g",attributes:i({},f.inner),children:[{tag:t.icon.tag,children:t.icon.children,attributes:i(i({},t.icon.attributes),f.path)}]}]}}}},$n={x:0,y:0,width:"100%",height:"100%"};function Dn(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return e.attributes&&(e.attributes.fill||t)&&(e.attributes.fill="black"),e}var Ln={hooks:function(){return{parseNodeAttributes:function(e,t){var n=t.getAttribute("data-fa-mask"),r=n?St(n.split(" ").map(function(e){return e.trim()})):{prefix:null,iconName:null,rest:[]};return r.prefix||(r.prefix=xt()),e.mask=r,e.maskId=t.getAttribute("data-fa-mask-id"),e}}},provides:function(e){e.generateAbstractMask=function(e){var t,n=e.children,r=e.attributes,a=e.main,o=e.mask,s=e.maskId,l=e.transform,c=a.width,f=a.icon,u=o.width,d=o.icon,p=function(e){var t=e.transform,n=e.containerWidth,r=e.iconWidth,a={transform:"translate(".concat(n/2," 256)")},o="translate(".concat(32*t.x,", ").concat(32*t.y,") "),i="scale(".concat(t.size/16*(t.flipX?-1:1),", ").concat(t.size/16*(t.flipY?-1:1),") "),s="rotate(".concat(t.rotate," 0 0)");return{outer:a,inner:{transform:"".concat(o," ").concat(i," ").concat(s)},path:{transform:"translate(".concat(r/2*-1," -256)")}}}({transform:l,containerWidth:u,iconWidth:c}),m={tag:"rect",attributes:i(i({},$n),{},{fill:"white"})},b=f.children?{children:f.children.map(Dn)}:{},y={tag:"g",attributes:i({},p.inner),children:[Dn(i({tag:f.tag,attributes:i(i({},f.attributes),p.path)},b))]},h={tag:"g",attributes:i({},p.outer),children:[y]},g="mask-".concat(s||Re()),v="clip-".concat(s||Re()),x={tag:"mask",attributes:i(i({},$n),{},{id:g,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[m,h]},w={tag:"defs",children:[{tag:"clipPath",attributes:{id:v},children:(t=d,"g"===t.tag?t.children:[t])},x]};return n.push(w,{tag:"rect",attributes:i({fill:"currentColor","clip-path":"url(#".concat(v,")"),mask:"url(#".concat(g,")")},$n)}),{children:n,attributes:r}}}},Hn={provides:function(e){var t=!1;v.matchMedia&&(t=v.matchMedia("(prefers-reduced-motion: reduce)").matches),e.missingIconAbstract=function(){var e=[],n={fill:"currentColor"},r={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};e.push({tag:"path",attributes:i(i({},n),{},{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 a=i(i({},r),{},{attributeName:"opacity"}),o={tag:"circle",attributes:i(i({},n),{},{cx:"256",cy:"364",r:"28"}),children:[]};return t||o.children.push({tag:"animate",attributes:i(i({},r),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:i(i({},a),{},{values:"1;0;1;1;0;1;"})}),e.push(o),e.push({tag:"path",attributes:i(i({},n),{},{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:t?[]:[{tag:"animate",attributes:i(i({},a),{},{values:"1;0;0;0;0;1;"})}]}),t||e.push({tag:"path",attributes:i(i({},n),{},{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:i(i({},a),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:e}}}};!function(e,t){var n=t.mixoutsTo;Pt=e,Et={},Object.keys(It).forEach(function(e){-1===Ct.indexOf(e)&&delete It[e]}),Pt.forEach(function(e){var t=e.mixout?e.mixout():{};if(Object.keys(t).forEach(function(e){"function"==typeof t[e]&&(n[e]=t[e]),"object"===f(t[e])&&Object.keys(t[e]).forEach(function(r){n[e]||(n[e]={}),n[e][r]=t[e][r]})}),e.hooks){var r=e.hooks();Object.keys(r).forEach(function(e){Et[e]||(Et[e]=[]),Et[e].push(r[e])})}e.provides&&e.provides(It)})}([Ye,vn,xn,wn,kn,Tn,{mixout:function(){return{dom:{unwatch:function(){ln(),Mn=!0}}}},hooks:function(){return{bootstrap:function(){un(Ft("mutationObserverCallbacks",{}))},noAuto:function(){fn&&fn.disconnect()},watch:function(e){var t=e.observeMutationsRoot;Mn?cn():un(Ft("mutationObserverCallbacks",{observeMutationsRoot:t}))}}}},Rn,Ln,Hn,{hooks:function(){return{parseNodeAttributes:function(e,t){var n=t.getAttribute("data-fa-symbol"),r=null!==n&&(""===n||n);return e.symbol=r,e}}}}],{mixoutsTo:$t});var Wn=$t.parse,Bn=$t.icon;function Un(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Vn,Yn={exports:{}},Jn={exports:{}},qn={};var Xn,Kn,Gn,Zn,Qn,er,tr,nr,rr,ar,or,ir,sr,lr,cr,fr={};
|
|
6
|
+
*/function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function r(e,t,r){return t&&function(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,c(n.key),n)}}(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function n(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=u(e))||t){r&&(e=r);var n=0,a=function(){};return{s:a,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:a}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,i=!0,l=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return i=e.done,e},e:function(e){l=!0,o=e},f:function(){try{i||null==r.return||r.return()}finally{if(l)throw o}}}}function a(e,t,r){return(t=c(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function o(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function i(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?o(Object(r),!0).forEach(function(t){a(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):o(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function l(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,a,o,i,l=[],s=!0,c=!1;try{if(o=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;s=!1}else for(;!(s=(n=o.call(r)).done)&&(l.push(n.value),l.length!==t);s=!0);}catch(e){c=!0,a=e}finally{try{if(!s&&null!=r.return&&(i=r.return(),Object(i)!==i))return}finally{if(c)throw a}}return l}}(e,t)||u(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function s(e){return function(e){if(Array.isArray(e))return t(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||u(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function c(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t);if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}function f(e){return f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},f(e)}function u(e,r){if(e){if("string"==typeof e)return t(e,r);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?t(e,r):void 0}}var d=function(){},m={},p={},y=null,b={mark:d,measure:d};try{"undefined"!=typeof window&&(m=window),"undefined"!=typeof document&&(p=document),"undefined"!=typeof MutationObserver&&(y=MutationObserver),"undefined"!=typeof performance&&(b=performance)}catch(L){}var g=(m.navigator||{}).userAgent,v=void 0===g?"":g,h=m,x=p,w=y,k=b;h.document;var S,j=!!x.documentElement&&!!x.head&&"function"==typeof x.addEventListener&&"function"==typeof x.createElement,A=~v.indexOf("MSIE")||~v.indexOf("Trident/"),O={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"},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"}},F=["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press"],E="classic",P="duotone",N="sharp",C="sharp-duotone",I="chisel",T="etch",z="jelly",D="jelly-duo",$="jelly-fill",M="notdog",B="notdog-duo",H="slab",_="slab-press",L="thumbprint",R="whiteboard",W=[E,P,N,C,I,T,z,D,$,M,B,H,_,L,R];a(a(a(a(a(a(a(a(a(a(S={},E,"Classic"),P,"Duotone"),N,"Sharp"),C,"Sharp Duotone"),I,"Chisel"),T,"Etch"),z,"Jelly"),D,"Jelly Duo"),$,"Jelly Fill"),M,"Notdog"),a(a(a(a(a(S,B,"Notdog Duo"),H,"Slab"),_,"Slab Press"),L,"Thumbprint"),R,"Whiteboard");var U=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}],["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}],["whiteboard",{defaultShortPrefixId:"fawsb",defaultStyleId:"semibold",styleIds:["semibold"],futureStyleIds:[],defaultFontWeight:600}]]),V=["fak","fa-kit","fakd","fa-kit-duotone"],Y={fak:"kit","fa-kit":"kit"},J={fakd:"kit-duotone","fa-kit-duotone":"kit-duotone"};a(a({},"kit","Kit"),"kit-duotone","Kit Duotone");var q,G={kit:"fak"},X={"kit-duotone":"fakd"},K="duotone-group",Z="swap-opacity",Q="primary",ee="secondary";a(a(a(a(a(a(a(a(a(a(q={},"classic","Classic"),"duotone","Duotone"),"sharp","Sharp"),"sharp-duotone","Sharp Duotone"),"chisel","Chisel"),"etch","Etch"),"jelly","Jelly"),"jelly-duo","Jelly Duo"),"jelly-fill","Jelly Fill"),"notdog","Notdog"),a(a(a(a(a(q,"notdog-duo","Notdog Duo"),"slab","Slab"),"slab-press","Slab Press"),"thumbprint","Thumbprint"),"whiteboard","Whiteboard");a(a({},"kit","Kit"),"kit-duotone","Kit Duotone");var te={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"},jelly:{fajr:"fa-regular"},"jelly-fill":{fajfr:"fa-regular"},"jelly-duo":{fajdr:"fa-regular"},chisel:{facr:"fa-regular"}},re=["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","fajr","fajfr","fajdr","facr"].concat(["fa-classic","fa-duotone","fa-sharp","fa-sharp-duotone","fa-thumbprint","fa-whiteboard","fa-notdog","fa-notdog-duo","fa-chisel","fa-etch","fa-jelly","fa-jelly-fill","fa-jelly-duo","fa-slab","fa-slab-press"],["fa-solid","fa-regular","fa-light","fa-thin","fa-duotone","fa-brands","fa-semibold"]),ne=[1,2,3,4,5,6,7,8,9,10],ae=ne.concat([11,12,13,14,15,16,17,18,19,20]),oe=[].concat(s(Object.keys({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"],jelly:["fajr"],"jelly-fill":["fajfr"],"jelly-duo":["fajdr"],chisel:["facr"]})),["solid","regular","light","thin","duotone","brands","semibold"],["aw","fw","pull-left","pull-right"],["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",K,Z,Q,ee]).concat(ne.map(function(e){return"".concat(e,"x")})).concat(ae.map(function(e){return"w-".concat(e)})),ie="___FONT_AWESOME___",le="svg-inline--fa",se="data-fa-i2svg",ce="data-fa-pseudo-element",fe="data-prefix",ue="data-icon",de="fontawesome-i2svg",me=["HTML","HEAD","STYLE","SCRIPT"],pe=["::before","::after",":before",":after"],ye=function(){try{return"production"===process.env.NODE_ENV}catch(e){return!1}}();function be(e){return new Proxy(e,{get:function(e,t){return t in e?e[t]:e[E]}})}var ge=i({},O);ge[E]=i(i(i(i({},{"fa-duotone":"duotone"}),O[E]),Y),J);var ve=be(ge),he=i({},{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"},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"},whiteboard:{semibold:"fawsb"}});he[E]=i(i(i(i({},{duotone:"fad"}),he[E]),G),X);var xe=be(he),we=i({},te);we[E]=i(i({},we[E]),{fak:"fa-kit"});var ke=be(we),Se=i({},{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"},jelly:{"fa-regular":"fajr"},"jelly-fill":{"fa-regular":"fajfr"},"jelly-duo":{"fa-regular":"fajdr"},chisel:{"fa-regular":"facr"}});Se[E]=i(i({},Se[E]),{"fa-kit":"fak"}),be(Se);var je=/fa(k|kd|s|r|l|t|d|dr|dl|dt|b|slr|slpr|wsb|tl|ns|nds|es|jr|jfr|jdr|cr|ss|sr|sl|st|sds|sdr|sdl|sdt)?[\-\ ]/,Ae="fa-layers-text",Oe=/Font ?Awesome ?([567 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp Duotone|Sharp|Kit|Notdog Duo|Notdog|Chisel|Etch|Thumbprint|Jelly Fill|Jelly Duo|Jelly|Slab Press|Slab|Whiteboard)?.*/i;be(i({},{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"},chisel:{400:"facr"},jelly:{400:"fajr"},"jelly-fill":{400:"fajfr"},"jelly-duo":{400:"fajdr"}}));var Fe=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],Ee={GROUP:"duotone-group",PRIMARY:"primary",SECONDARY:"secondary"},Pe=[].concat(s(["kit"]),s(oe)),Ne=h.FontAwesomeConfig||{};if(x&&"function"==typeof x.querySelector){[["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"]].forEach(function(e){var t=l(e,2),r=t[0],n=t[1],a=function(e){return""===e||"false"!==e&&("true"===e||e)}(function(e){var t=x.querySelector("script["+e+"]");if(t)return t.getAttribute(e)}(r));null!=a&&(Ne[n]=a)})}var Ce={styleDefault:"solid",familyDefault:E,cssPrefix:"fa",replacementClass:le,autoReplaceSvg:!0,autoAddCss:!0,searchPseudoElements:!1,searchPseudoElementsWarnings:!0,searchPseudoElementsFullScan:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};Ne.familyPrefix&&(Ne.cssPrefix=Ne.familyPrefix);var Ie=i(i({},Ce),Ne);Ie.autoReplaceSvg||(Ie.observeMutations=!1);var Te={};Object.keys(Ce).forEach(function(e){Object.defineProperty(Te,e,{enumerable:!0,set:function(t){Ie[e]=t,ze.forEach(function(e){return e(Te)})},get:function(){return Ie[e]}})}),Object.defineProperty(Te,"familyPrefix",{enumerable:!0,set:function(e){Ie.cssPrefix=e,ze.forEach(function(e){return e(Te)})},get:function(){return Ie.cssPrefix}}),h.FontAwesomeConfig=Te;var ze=[];var De=16,$e={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function Me(){for(var e=12,t="";e-- >0;)t+="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"[62*Math.random()|0];return t}function Be(e){for(var t=[],r=(e||[]).length>>>0;r--;)t[r]=e[r];return t}function He(e){return e.classList?Be(e.classList):(e.getAttribute("class")||"").split(" ").filter(function(e){return e})}function _e(e){return"".concat(e).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function Le(e){return Object.keys(e||{}).reduce(function(t,r){return t+"".concat(r,": ").concat(e[r].trim(),";")},"")}function Re(e){return e.size!==$e.size||e.x!==$e.x||e.y!==$e.y||e.rotate!==$e.rotate||e.flipX||e.flipY}function We(){var e="fa",t=le,r=Te.cssPrefix,n=Te.replacementClass,a=':root, :host {\n --fa-font-solid: normal 900 1em/1 "Font Awesome 7 Free";\n --fa-font-regular: normal 400 1em/1 "Font Awesome 7 Free";\n --fa-font-light: normal 300 1em/1 "Font Awesome 7 Pro";\n --fa-font-thin: normal 100 1em/1 "Font Awesome 7 Pro";\n --fa-font-duotone: normal 900 1em/1 "Font Awesome 7 Duotone";\n --fa-font-duotone-regular: normal 400 1em/1 "Font Awesome 7 Duotone";\n --fa-font-duotone-light: normal 300 1em/1 "Font Awesome 7 Duotone";\n --fa-font-duotone-thin: normal 100 1em/1 "Font Awesome 7 Duotone";\n --fa-font-brands: normal 400 1em/1 "Font Awesome 7 Brands";\n --fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-light: normal 300 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 7 Sharp";\n --fa-font-sharp-duotone-solid: normal 900 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-sharp-duotone-regular: normal 400 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-sharp-duotone-light: normal 300 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-sharp-duotone-thin: normal 100 1em/1 "Font Awesome 7 Sharp Duotone";\n --fa-font-slab-regular: normal 400 1em/1 "Font Awesome 7 Slab";\n --fa-font-slab-press-regular: normal 400 1em/1 "Font Awesome 7 Slab Press";\n --fa-font-whiteboard-semibold: normal 600 1em/1 "Font Awesome 7 Whiteboard";\n --fa-font-thumbprint-light: normal 300 1em/1 "Font Awesome 7 Thumbprint";\n --fa-font-notdog-solid: normal 900 1em/1 "Font Awesome 7 Notdog";\n --fa-font-notdog-duo-solid: normal 900 1em/1 "Font Awesome 7 Notdog Duo";\n --fa-font-etch-solid: normal 900 1em/1 "Font Awesome 7 Etch";\n --fa-font-jelly-regular: normal 400 1em/1 "Font Awesome 7 Jelly";\n --fa-font-jelly-fill-regular: normal 400 1em/1 "Font Awesome 7 Jelly Fill";\n --fa-font-jelly-duo-regular: normal 400 1em/1 "Font Awesome 7 Jelly Duo";\n --fa-font-chisel-regular: normal 400 1em/1 "Font Awesome 7 Chisel";\n}\n\n.svg-inline--fa {\n box-sizing: content-box;\n display: var(--fa-display, inline-block);\n height: 1em;\n overflow: visible;\n vertical-align: -0.125em;\n width: var(--fa-width, 1.25em);\n}\n.svg-inline--fa.fa-2xs {\n vertical-align: 0.1em;\n}\n.svg-inline--fa.fa-xs {\n vertical-align: 0em;\n}\n.svg-inline--fa.fa-sm {\n vertical-align: -0.0714285714em;\n}\n.svg-inline--fa.fa-lg {\n vertical-align: -0.2em;\n}\n.svg-inline--fa.fa-xl {\n vertical-align: -0.25em;\n}\n.svg-inline--fa.fa-2xl {\n vertical-align: -0.3125em;\n}\n.svg-inline--fa.fa-pull-left,\n.svg-inline--fa .fa-pull-start {\n float: inline-start;\n margin-inline-end: var(--fa-pull-margin, 0.3em);\n}\n.svg-inline--fa.fa-pull-right,\n.svg-inline--fa .fa-pull-end {\n float: inline-end;\n margin-inline-start: var(--fa-pull-margin, 0.3em);\n}\n.svg-inline--fa.fa-li {\n width: var(--fa-li-width, 2em);\n inset-inline-start: calc(-1 * var(--fa-li-width, 2em));\n inset-block-start: 0.25em; /* syncing vertical alignment with Web Font rendering */\n}\n\n.fa-layers-counter, .fa-layers-text {\n display: inline-block;\n position: absolute;\n text-align: center;\n}\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -0.125em;\n width: var(--fa-width, 1.25em);\n}\n.fa-layers .svg-inline--fa {\n inset: 0;\n margin: auto;\n position: absolute;\n transform-origin: center center;\n}\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n transform: translate(-50%, -50%);\n transform-origin: center center;\n}\n\n.fa-layers-counter {\n background-color: var(--fa-counter-background-color, #ff253a);\n border-radius: var(--fa-counter-border-radius, 1em);\n box-sizing: border-box;\n color: var(--fa-inverse, #fff);\n line-height: var(--fa-counter-line-height, 1);\n max-width: var(--fa-counter-max-width, 5em);\n min-width: var(--fa-counter-min-width, 1.5em);\n overflow: hidden;\n padding: var(--fa-counter-padding, 0.25em 0.5em);\n right: var(--fa-right, 0);\n text-overflow: ellipsis;\n top: var(--fa-top, 0);\n transform: scale(var(--fa-counter-scale, 0.25));\n transform-origin: top right;\n}\n\n.fa-layers-bottom-right {\n bottom: var(--fa-bottom, 0);\n right: var(--fa-right, 0);\n top: auto;\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: bottom right;\n}\n\n.fa-layers-bottom-left {\n bottom: var(--fa-bottom, 0);\n left: var(--fa-left, 0);\n right: auto;\n top: auto;\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: bottom left;\n}\n\n.fa-layers-top-right {\n top: var(--fa-top, 0);\n right: var(--fa-right, 0);\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: top right;\n}\n\n.fa-layers-top-left {\n left: var(--fa-left, 0);\n right: auto;\n top: var(--fa-top, 0);\n transform: scale(var(--fa-layers-scale, 0.25));\n transform-origin: top left;\n}\n\n.fa-1x {\n font-size: 1em;\n}\n\n.fa-2x {\n font-size: 2em;\n}\n\n.fa-3x {\n font-size: 3em;\n}\n\n.fa-4x {\n font-size: 4em;\n}\n\n.fa-5x {\n font-size: 5em;\n}\n\n.fa-6x {\n font-size: 6em;\n}\n\n.fa-7x {\n font-size: 7em;\n}\n\n.fa-8x {\n font-size: 8em;\n}\n\n.fa-9x {\n font-size: 9em;\n}\n\n.fa-10x {\n font-size: 10em;\n}\n\n.fa-2xs {\n font-size: calc(10 / 16 * 1em); /* converts a 10px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 10 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 10 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-xs {\n font-size: calc(12 / 16 * 1em); /* converts a 12px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 12 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 12 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-sm {\n font-size: calc(14 / 16 * 1em); /* converts a 14px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 14 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 14 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-lg {\n font-size: calc(20 / 16 * 1em); /* converts a 20px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 20 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 20 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-xl {\n font-size: calc(24 / 16 * 1em); /* converts a 24px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 24 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 24 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-2xl {\n font-size: calc(32 / 16 * 1em); /* converts a 32px size into an em-based value that\'s relative to the scale\'s 16px base */\n line-height: calc(1 / 32 * 1em); /* sets the line-height of the icon back to that of it\'s parent */\n vertical-align: calc((6 / 32 - 0.375) * 1em); /* vertically centers the icon taking into account the surrounding text\'s descender */\n}\n\n.fa-width-auto {\n --fa-width: auto;\n}\n\n.fa-fw,\n.fa-width-fixed {\n --fa-width: 1.25em;\n}\n\n.fa-ul {\n list-style-type: none;\n margin-inline-start: var(--fa-li-margin, 2.5em);\n padding-inline-start: 0;\n}\n.fa-ul > li {\n position: relative;\n}\n\n.fa-li {\n inset-inline-start: calc(-1 * var(--fa-li-width, 2em));\n position: absolute;\n text-align: center;\n width: var(--fa-li-width, 2em);\n line-height: inherit;\n}\n\n/* Heads Up: Bordered Icons will not be supported in the future!\n - This feature will be deprecated in the next major release of Font Awesome (v8)!\n - You may continue to use it in this version *v7), but it will not be supported in Font Awesome v8.\n*/\n/* Notes:\n* --@{v.$css-prefix}-border-width = 1/16 by default (to render as ~1px based on a 16px default font-size)\n* --@{v.$css-prefix}-border-padding =\n ** 3/16 for vertical padding (to give ~2px of vertical whitespace around an icon considering it\'s vertical alignment)\n ** 4/16 for horizontal padding (to give ~4px of horizontal whitespace around an icon)\n*/\n.fa-border {\n border-color: var(--fa-border-color, #eee);\n border-radius: var(--fa-border-radius, 0.1em);\n border-style: var(--fa-border-style, solid);\n border-width: var(--fa-border-width, 0.0625em);\n box-sizing: var(--fa-border-box-sizing, content-box);\n padding: var(--fa-border-padding, 0.1875em 0.25em);\n}\n\n.fa-pull-left,\n.fa-pull-start {\n float: inline-start;\n margin-inline-end: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-pull-right,\n.fa-pull-end {\n float: inline-end;\n margin-inline-start: var(--fa-pull-margin, 0.3em);\n}\n\n.fa-beat {\n animation-name: fa-beat;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-bounce {\n animation-name: fa-bounce;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));\n}\n\n.fa-fade {\n animation-name: fa-fade;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-beat-fade {\n animation-name: fa-beat-fade;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));\n}\n\n.fa-flip {\n animation-name: fa-flip;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, ease-in-out);\n}\n\n.fa-shake {\n animation-name: fa-shake;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin {\n animation-name: fa-spin;\n animation-delay: var(--fa-animation-delay, 0s);\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 2s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, linear);\n}\n\n.fa-spin-reverse {\n --fa-animation-direction: reverse;\n}\n\n.fa-pulse,\n.fa-spin-pulse {\n animation-name: fa-spin;\n animation-direction: var(--fa-animation-direction, normal);\n animation-duration: var(--fa-animation-duration, 1s);\n animation-iteration-count: var(--fa-animation-iteration-count, infinite);\n animation-timing-function: var(--fa-animation-timing, steps(8));\n}\n\n@media (prefers-reduced-motion: reduce) {\n .fa-beat,\n .fa-bounce,\n .fa-fade,\n .fa-beat-fade,\n .fa-flip,\n .fa-pulse,\n .fa-shake,\n .fa-spin,\n .fa-spin-pulse {\n animation: none !important;\n transition: none !important;\n }\n}\n@keyframes fa-beat {\n 0%, 90% {\n transform: scale(1);\n }\n 45% {\n transform: scale(var(--fa-beat-scale, 1.25));\n }\n}\n@keyframes fa-bounce {\n 0% {\n transform: scale(1, 1) translateY(0);\n }\n 10% {\n transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);\n }\n 30% {\n 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));\n }\n 50% {\n transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);\n }\n 57% {\n transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));\n }\n 64% {\n transform: scale(1, 1) translateY(0);\n }\n 100% {\n transform: scale(1, 1) translateY(0);\n }\n}\n@keyframes fa-fade {\n 50% {\n opacity: var(--fa-fade-opacity, 0.4);\n }\n}\n@keyframes fa-beat-fade {\n 0%, 100% {\n opacity: var(--fa-beat-fade-opacity, 0.4);\n transform: scale(1);\n }\n 50% {\n opacity: 1;\n transform: scale(var(--fa-beat-fade-scale, 1.125));\n }\n}\n@keyframes fa-flip {\n 50% {\n transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));\n }\n}\n@keyframes fa-shake {\n 0% {\n transform: rotate(-15deg);\n }\n 4% {\n transform: rotate(15deg);\n }\n 8%, 24% {\n transform: rotate(-18deg);\n }\n 12%, 28% {\n transform: rotate(18deg);\n }\n 16% {\n transform: rotate(-22deg);\n }\n 20% {\n transform: rotate(22deg);\n }\n 32% {\n transform: rotate(-12deg);\n }\n 36% {\n transform: rotate(12deg);\n }\n 40%, 100% {\n transform: rotate(0deg);\n }\n}\n@keyframes fa-spin {\n 0% {\n transform: rotate(0deg);\n }\n 100% {\n transform: rotate(360deg);\n }\n}\n.fa-rotate-90 {\n transform: rotate(90deg);\n}\n\n.fa-rotate-180 {\n transform: rotate(180deg);\n}\n\n.fa-rotate-270 {\n transform: rotate(270deg);\n}\n\n.fa-flip-horizontal {\n transform: scale(-1, 1);\n}\n\n.fa-flip-vertical {\n transform: scale(1, -1);\n}\n\n.fa-flip-both,\n.fa-flip-horizontal.fa-flip-vertical {\n transform: scale(-1, -1);\n}\n\n.fa-rotate-by {\n transform: rotate(var(--fa-rotate-angle, 0));\n}\n\n.svg-inline--fa .fa-primary {\n fill: var(--fa-primary-color, currentColor);\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa .fa-secondary {\n fill: var(--fa-secondary-color, currentColor);\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-primary {\n opacity: var(--fa-secondary-opacity, 0.4);\n}\n\n.svg-inline--fa.fa-swap-opacity .fa-secondary {\n opacity: var(--fa-primary-opacity, 1);\n}\n\n.svg-inline--fa mask .fa-primary,\n.svg-inline--fa mask .fa-secondary {\n fill: black;\n}\n\n.svg-inline--fa.fa-inverse {\n fill: var(--fa-inverse, #fff);\n}\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n line-height: 2em;\n position: relative;\n vertical-align: middle;\n width: 2.5em;\n}\n\n.fa-inverse {\n color: var(--fa-inverse, #fff);\n}\n\n.svg-inline--fa.fa-stack-1x {\n --fa-width: 1.25em;\n height: 1em;\n width: var(--fa-width);\n}\n.svg-inline--fa.fa-stack-2x {\n --fa-width: 2.5em;\n height: 2em;\n width: var(--fa-width);\n}\n\n.fa-stack-1x,\n.fa-stack-2x {\n inset: 0;\n margin: auto;\n position: absolute;\n z-index: var(--fa-stack-z-index, auto);\n}';if(r!==e||n!==t){var o=new RegExp("\\.".concat(e,"\\-"),"g"),i=new RegExp("\\--".concat(e,"\\-"),"g"),l=new RegExp("\\.".concat(t),"g");a=a.replace(o,".".concat(r,"-")).replace(i,"--".concat(r,"-")).replace(l,".".concat(n))}return a}var Ue=!1;function Ve(){Te.autoAddCss&&!Ue&&(!function(e){if(e&&j){var t=x.createElement("style");t.setAttribute("type","text/css"),t.innerHTML=e;for(var r=x.head.childNodes,n=null,a=r.length-1;a>-1;a--){var o=r[a],i=(o.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(i)>-1&&(n=o)}x.head.insertBefore(t,n)}}(We()),Ue=!0)}var Ye={mixout:function(){return{dom:{css:We,insertCss:Ve}}},hooks:function(){return{beforeDOMElementCreation:function(){Ve()},beforeI2svg:function(){Ve()}}}},Je=h||{};Je[ie]||(Je[ie]={}),Je[ie].styles||(Je[ie].styles={}),Je[ie].hooks||(Je[ie].hooks={}),Je[ie].shims||(Je[ie].shims=[]);var qe=Je[ie],Ge=[],Xe=function(){x.removeEventListener("DOMContentLoaded",Xe),Ke=1,Ge.map(function(e){return e()})},Ke=!1;function Ze(e){var t=e.tag,r=e.attributes,n=void 0===r?{}:r,a=e.children,o=void 0===a?[]:a;return"string"==typeof e?_e(e):"<".concat(t," ").concat(function(e){return Object.keys(e||{}).reduce(function(t,r){return t+"".concat(r,'="').concat(_e(e[r]),'" ')},"").trim()}(n),">").concat(o.map(Ze).join(""),"</").concat(t,">")}function Qe(e,t,r){if(e&&e[t]&&e[t][r])return{prefix:t,iconName:r,icon:e[t][r]}}j&&((Ke=(x.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(x.readyState))||x.addEventListener("DOMContentLoaded",Xe));var et=function(e,t,r,n){var a,o,i,l=Object.keys(e),s=l.length,c=t;for(void 0===r?(a=1,i=e[l[0]]):(a=0,i=r);a<s;a++)i=c(i,e[o=l[a]],o,e);return i};function tt(e){return 1!==s(e).length?null:e.codePointAt(0).toString(16)}function rt(e){return Object.keys(e).reduce(function(t,r){var n=e[r];return!!n.icon?t[n.iconName]=n.icon:t[r]=n,t},{})}function nt(e,t){var r=(arguments.length>2&&void 0!==arguments[2]?arguments[2]:{}).skipHooks,n=void 0!==r&&r,a=rt(t);"function"!=typeof qe.hooks.addPack||n?qe.styles[e]=i(i({},qe.styles[e]||{}),a):qe.hooks.addPack(e,rt(t)),"fas"===e&&nt("fa",t)}var at=qe.styles,ot=qe.shims,it=Object.keys(ke),lt=it.reduce(function(e,t){return e[t]=Object.keys(ke[t]),e},{}),st=null,ct={},ft={},ut={},dt={},mt={};function pt(e,t){var r,n=t.split("-"),a=n[0],o=n.slice(1).join("-");return a!==e||""===o||(r=o,~Pe.indexOf(r))?null:o}var yt,bt=function(){var e=function(e){return et(at,function(t,r,n){return t[n]=et(r,e,{}),t},{})};ct=e(function(e,t,r){(t[3]&&(e[t[3]]=r),t[2])&&t[2].filter(function(e){return"number"==typeof e}).forEach(function(t){e[t.toString(16)]=r});return e}),ft=e(function(e,t,r){(e[r]=r,t[2])&&t[2].filter(function(e){return"string"==typeof e}).forEach(function(t){e[t]=r});return e}),mt=e(function(e,t,r){var n=t[2];return e[r]=r,n.forEach(function(t){e[t]=r}),e});var t="far"in at||Te.autoFetchSvg,r=et(ot,function(e,r){var n=r[0],a=r[1],o=r[2];return"far"!==a||t||(a="fas"),"string"==typeof n&&(e.names[n]={prefix:a,iconName:o}),"number"==typeof n&&(e.unicodes[n.toString(16)]={prefix:a,iconName:o}),e},{names:{},unicodes:{}});ut=r.names,dt=r.unicodes,st=wt(Te.styleDefault,{family:Te.familyDefault})};function gt(e,t){return(ct[e]||{})[t]}function vt(e,t){return(mt[e]||{})[t]}function ht(e){return ut[e]||{prefix:null,iconName:null}}function xt(){return st}yt=function(e){st=wt(e.styleDefault,{family:Te.familyDefault})},ze.push(yt),bt();function wt(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).family,r=void 0===t?E:t,n=ve[r][e];if(r===P&&!e)return"fad";var a=xe[r][e]||xe[r][n],o=e in qe.styles?e:null;return a||o||null}function kt(e){return e.sort().filter(function(e,t,r){return r.indexOf(e)===t})}var St=re.concat(V);function jt(e){var t,r,n=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).skipLookups,a=void 0!==n&&n,o=null,s=kt(e.filter(function(e){return St.includes(e)})),c=kt(e.filter(function(e){return!St.includes(e)})),f=l(s.filter(function(e){return o=e,!F.includes(e)}),1)[0],u=void 0===f?null:f,d=function(e){var t=E,r=it.reduce(function(e,t){return e[t]="".concat(Te.cssPrefix,"-").concat(t),e},{});return W.forEach(function(n){(e.includes(r[n])||e.some(function(e){return lt[n].includes(e)}))&&(t=n)}),t}(s),m=i(i({},(t=[],r=null,c.forEach(function(e){var n=pt(Te.cssPrefix,e);n?r=n:e&&t.push(e)}),{iconName:r,rest:t})),{},{prefix:wt(u,{family:d})});return i(i(i({},m),function(e){var t=e.values,r=e.family,n=e.canonical,a=e.givenPrefix,o=void 0===a?"":a,i=e.styles,l=void 0===i?{}:i,s=e.config,c=void 0===s?{}:s,f=r===P,u=t.includes("fa-duotone")||t.includes("fad"),d="duotone"===c.familyDefault,m="fad"===n.prefix||"fa-duotone"===n.prefix;!f&&(u||d||m)&&(n.prefix="fad");(t.includes("fa-brands")||t.includes("fab"))&&(n.prefix="fab");if(!n.prefix&&At.includes(r)){if(Object.keys(l).find(function(e){return Ot.includes(e)})||c.autoFetchSvg){var p=U.get(r).defaultShortPrefixId;n.prefix=p,n.iconName=vt(n.prefix,n.iconName)||n.iconName}}"fa"!==n.prefix&&"fa"!==o||(n.prefix=xt()||"fas");return n}({values:e,family:d,styles:at,config:Te,canonical:m,givenPrefix:o})),function(e,t,r){var n=r.prefix,a=r.iconName;if(e||!n||!a)return{prefix:n,iconName:a};var o="fa"===t?ht(a):{},i=vt(n,a);a=o.iconName||i||a,"far"!==(n=o.prefix||n)||at.far||!at.fas||Te.autoFetchSvg||(n="fas");return{prefix:n,iconName:a}}(a,o,m))}var At=W.filter(function(e){return e!==E||e!==P}),Ot=Object.keys(te).filter(function(e){return e!==E}).map(function(e){return Object.keys(te[e])}).flat();var Ft=function(){return r(function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.definitions={}},[{key:"add",value:function(){for(var e=this,t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];var a=r.reduce(this._pullDefinitions,{});Object.keys(a).forEach(function(t){e.definitions[t]=i(i({},e.definitions[t]||{}),a[t]),nt(t,a[t]);var r=ke[E][t];r&&nt(r,a[t]),bt()})}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(e,t){var r=t.prefix&&t.iconName&&t.icon?{0:t}:t;return Object.keys(r).map(function(t){var n=r[t],a=n.prefix,o=n.iconName,i=n.icon,l=i[2];e[a]||(e[a]={}),l.length>0&&l.forEach(function(t){"string"==typeof t&&(e[a][t]=i)}),e[a][o]=i}),e}}])}(),Et=[],Pt={},Nt={},Ct=Object.keys(Nt);function It(e,t){for(var r=arguments.length,n=new Array(r>2?r-2:0),a=2;a<r;a++)n[a-2]=arguments[a];return(Pt[e]||[]).forEach(function(e){t=e.apply(null,[t].concat(n))}),t}function Tt(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];(Pt[e]||[]).forEach(function(e){e.apply(null,r)})}function zt(){var e=arguments[0],t=Array.prototype.slice.call(arguments,1);return Nt[e]?Nt[e].apply(null,t):void 0}function Dt(e){"fa"===e.prefix&&(e.prefix="fas");var t=e.iconName,r=e.prefix||xt();if(t)return t=vt(r,t)||t,Qe($t.definitions,r,t)||Qe(qe.styles,r,t)}var $t=new Ft,Mt={i2svg:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return j?(Tt("beforeI2svg",e),zt("pseudoElements2svg",e),zt("i2svg",e)):Promise.reject(new Error("Operation requires a DOM of some kind."))},watch:function(){var e,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=t.autoReplaceSvgRoot;!1===Te.autoReplaceSvg&&(Te.autoReplaceSvg=!0),Te.observeMutations=!0,e=function(){Ht({autoReplaceSvgRoot:r}),Tt("watch",t)},j&&(Ke?setTimeout(e,0):Ge.push(e))}},Bt={noAuto:function(){Te.autoReplaceSvg=!1,Te.observeMutations=!1,Tt("noAuto")},config:Te,dom:Mt,parse:{icon:function(e){if(null===e)return null;if("object"===f(e)&&e.prefix&&e.iconName)return{prefix:e.prefix,iconName:vt(e.prefix,e.iconName)||e.iconName};if(Array.isArray(e)&&2===e.length){var t=0===e[1].indexOf("fa-")?e[1].slice(3):e[1],r=wt(e[0]);return{prefix:r,iconName:vt(r,t)||t}}if("string"==typeof e&&(e.indexOf("".concat(Te.cssPrefix,"-"))>-1||e.match(je))){var n=jt(e.split(" "),{skipLookups:!0});return{prefix:n.prefix||xt(),iconName:vt(n.prefix,n.iconName)||n.iconName}}if("string"==typeof e){var a=xt();return{prefix:a,iconName:vt(a,e)||e}}}},library:$t,findIconDefinition:Dt,toHtml:Ze},Ht=function(){var e=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).autoReplaceSvgRoot,t=void 0===e?x:e;(Object.keys(qe.styles).length>0||Te.autoFetchSvg)&&j&&Te.autoReplaceSvg&&Bt.dom.i2svg({node:t})};function _t(e,t){return Object.defineProperty(e,"abstract",{get:t}),Object.defineProperty(e,"html",{get:function(){return e.abstract.map(function(e){return Ze(e)})}}),Object.defineProperty(e,"node",{get:function(){if(j){var t=x.createElement("div");return t.innerHTML=e.html,t.children}}}),e}function Lt(e){var t=e.icons,r=t.main,n=t.mask,a=e.prefix,o=e.iconName,l=e.transform,s=e.symbol,c=e.maskId,f=e.extra,u=e.watchable,d=void 0!==u&&u,m=n.found?n:r,p=m.width,y=m.height,b=[Te.replacementClass,o?"".concat(Te.cssPrefix,"-").concat(o):""].filter(function(e){return-1===f.classes.indexOf(e)}).filter(function(e){return""!==e||!!e}).concat(f.classes).join(" "),g={children:[],attributes:i(i({},f.attributes),{},{"data-prefix":a,"data-icon":o,class:b,role:f.attributes.role||"img",viewBox:"0 0 ".concat(p," ").concat(y)})};(function(e){return["aria-label","aria-labelledby","title","role"].some(function(t){return t in e})})(f.attributes)||f.attributes["aria-hidden"]||(g.attributes["aria-hidden"]="true"),d&&(g.attributes[se]="");var v=i(i({},g),{},{prefix:a,iconName:o,main:r,mask:n,maskId:c,transform:l,symbol:s,styles:i({},f.styles)}),h=n.found&&r.found?zt("generateAbstractMask",v)||{children:[],attributes:{}}:zt("generateAbstractIcon",v)||{children:[],attributes:{}},x=h.children,w=h.attributes;return v.children=x,v.attributes=w,s?function(e){var t=e.prefix,r=e.iconName,n=e.children,a=e.attributes,o=e.symbol,l=!0===o?"".concat(t,"-").concat(Te.cssPrefix,"-").concat(r):o;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:i(i({},a),{},{id:l}),children:n}]}]}(v):function(e){var t=e.children,r=e.main,n=e.mask,a=e.attributes,o=e.styles,l=e.transform;if(Re(l)&&r.found&&!n.found){var s={x:r.width/r.height/2,y:.5};a.style=Le(i(i({},o),{},{"transform-origin":"".concat(s.x+l.x/16,"em ").concat(s.y+l.y/16,"em")}))}return[{tag:"svg",attributes:a,children:t}]}(v)}function Rt(e){var t=e.content,r=e.width,n=e.height,a=e.transform,o=e.extra,l=e.watchable,s=void 0!==l&&l,c=i(i({},o.attributes),{},{class:o.classes.join(" ")});s&&(c[se]="");var f=i({},o.styles);Re(a)&&(f.transform=function(e){var t=e.transform,r=e.width,n=void 0===r?16:r,a=e.height,o=void 0===a?16:a,i="";return i+=A?"translate(".concat(t.x/De-n/2,"em, ").concat(t.y/De-o/2,"em) "):"translate(calc(-50% + ".concat(t.x/De,"em), calc(-50% + ").concat(t.y/De,"em)) "),i+="scale(".concat(t.size/De*(t.flipX?-1:1),", ").concat(t.size/De*(t.flipY?-1:1),") "),i+"rotate(".concat(t.rotate,"deg) ")}({transform:a,width:r,height:n}),f["-webkit-transform"]=f.transform);var u=Le(f);u.length>0&&(c.style=u);var d=[];return d.push({tag:"span",attributes:c,children:[t]}),d}var Wt=qe.styles;function Ut(e){var t=e[0],r=e[1],n=l(e.slice(4),1)[0];return{found:!0,width:t,height:r,icon:Array.isArray(n)?{tag:"g",attributes:{class:"".concat(Te.cssPrefix,"-").concat(Ee.GROUP)},children:[{tag:"path",attributes:{class:"".concat(Te.cssPrefix,"-").concat(Ee.SECONDARY),fill:"currentColor",d:n[0]}},{tag:"path",attributes:{class:"".concat(Te.cssPrefix,"-").concat(Ee.PRIMARY),fill:"currentColor",d:n[1]}}]}:{tag:"path",attributes:{fill:"currentColor",d:n}}}}var Vt={found:!1,width:512,height:512};function Yt(e,t){var r=t;return"fa"===t&&null!==Te.styleDefault&&(t=xt()),new Promise(function(n,a){if("fa"===r){var o=ht(e)||{};e=o.iconName||e,t=o.prefix||t}if(e&&t&&Wt[t]&&Wt[t][e])return n(Ut(Wt[t][e]));!function(e,t){ye||Te.showMissingIcons||!e||console.error('Icon with name "'.concat(e,'" and prefix "').concat(t,'" is missing.'))}(e,t),n(i(i({},Vt),{},{icon:Te.showMissingIcons&&e&&zt("missingIconAbstract")||{}}))})}var Jt=function(){},qt=Te.measurePerformance&&k&&k.mark&&k.measure?k:{mark:Jt,measure:Jt},Gt='FA "7.0.1"',Xt=function(e){qt.mark("".concat(Gt," ").concat(e," ends")),qt.measure("".concat(Gt," ").concat(e),"".concat(Gt," ").concat(e," begins"),"".concat(Gt," ").concat(e," ends"))},Kt=function(e){return qt.mark("".concat(Gt," ").concat(e," begins")),function(){return Xt(e)}},Zt=function(){};function Qt(e){return"string"==typeof(e.getAttribute?e.getAttribute(se):null)}function er(e){return x.createElementNS("http://www.w3.org/2000/svg",e)}function tr(e){return x.createElement(e)}function rr(e){var t=(arguments.length>1&&void 0!==arguments[1]?arguments[1]:{}).ceFn,r=void 0===t?"svg"===e.tag?er:tr:t;if("string"==typeof e)return x.createTextNode(e);var n=r(e.tag);return Object.keys(e.attributes||[]).forEach(function(t){n.setAttribute(t,e.attributes[t])}),(e.children||[]).forEach(function(e){n.appendChild(rr(e,{ceFn:r}))}),n}var nr={replace:function(e){var t=e[0];if(t.parentNode)if(e[1].forEach(function(e){t.parentNode.insertBefore(rr(e),t)}),null===t.getAttribute(se)&&Te.keepOriginalSource){var r=x.createComment(function(e){var t=" ".concat(e.outerHTML," ");return"".concat(t,"Font Awesome fontawesome.com ")}(t));t.parentNode.replaceChild(r,t)}else t.remove()},nest:function(e){var t=e[0],r=e[1];if(~He(t).indexOf(Te.replacementClass))return nr.replace(e);var n=new RegExp("".concat(Te.cssPrefix,"-.*"));if(delete r[0].attributes.id,r[0].attributes.class){var a=r[0].attributes.class.split(" ").reduce(function(e,t){return t===Te.replacementClass||t.match(n)?e.toSvg.push(t):e.toNode.push(t),e},{toNode:[],toSvg:[]});r[0].attributes.class=a.toSvg.join(" "),0===a.toNode.length?t.removeAttribute("class"):t.setAttribute("class",a.toNode.join(" "))}var o=r.map(function(e){return Ze(e)}).join("\n");t.setAttribute(se,""),t.innerHTML=o}};function ar(e){e()}function or(e,t){var r="function"==typeof t?t:Zt;if(0===e.length)r();else{var n=ar;"async"===Te.mutateApproach&&(n=h.requestAnimationFrame||ar),n(function(){var t=!0===Te.autoReplaceSvg?nr.replace:nr[Te.autoReplaceSvg]||nr.replace,n=Kt("mutate");e.map(t),n(),r()})}}var ir=!1;function lr(){ir=!0}function sr(){ir=!1}var cr=null;function fr(e){if(w&&Te.observeMutations){var t=e.treeCallback,r=void 0===t?Zt:t,n=e.nodeCallback,a=void 0===n?Zt:n,o=e.pseudoElementsCallback,i=void 0===o?Zt:o,l=e.observeMutationsRoot,s=void 0===l?x:l;cr=new w(function(e){if(!ir){var t=xt();Be(e).forEach(function(e){if("childList"===e.type&&e.addedNodes.length>0&&!Qt(e.addedNodes[0])&&(Te.searchPseudoElements&&i(e.target),r(e.target)),"attributes"===e.type&&e.target.parentNode&&Te.searchPseudoElements&&i([e.target],!0),"attributes"===e.type&&Qt(e.target)&&~Fe.indexOf(e.attributeName))if("class"===e.attributeName&&function(e){var t=e.getAttribute?e.getAttribute(fe):null,r=e.getAttribute?e.getAttribute(ue):null;return t&&r}(e.target)){var n=jt(He(e.target)),o=n.prefix,l=n.iconName;e.target.setAttribute(fe,o||t),l&&e.target.setAttribute(ue,l)}else(s=e.target)&&s.classList&&s.classList.contains&&s.classList.contains(Te.replacementClass)&&a(e.target);var s})}}),j&&cr.observe(s,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function ur(e){var t,r,n=e.getAttribute("data-prefix"),a=e.getAttribute("data-icon"),o=void 0!==e.innerText?e.innerText.trim():"",i=jt(He(e));return i.prefix||(i.prefix=xt()),n&&a&&(i.prefix=n,i.iconName=a),i.iconName&&i.prefix||(i.prefix&&o.length>0&&(i.iconName=(t=i.prefix,r=e.innerText,(ft[t]||{})[r]||gt(i.prefix,tt(e.innerText)))),!i.iconName&&Te.autoFetchSvg&&e.firstChild&&e.firstChild.nodeType===Node.TEXT_NODE&&(i.iconName=e.firstChild.data)),i}function dr(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{styleParser:!0},r=ur(e),n=r.iconName,a=r.prefix,o=r.rest,l=function(e){return Be(e.attributes).reduce(function(e,t){return"class"!==e.name&&"style"!==e.name&&(e[t.name]=t.value),e},{})}(e),s=It("parseNodeAttributes",{},e),c=t.styleParser?function(e){var t=e.getAttribute("style"),r=[];return t&&(r=t.split(";").reduce(function(e,t){var r=t.split(":"),n=r[0],a=r.slice(1);return n&&a.length>0&&(e[n]=a.join(":").trim()),e},{})),r}(e):[];return i({iconName:n,prefix:a,transform:$e,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:o,styles:c,attributes:l}},s)}var mr=qe.styles;function pr(e){var t="nest"===Te.autoReplaceSvg?dr(e,{styleParser:!1}):dr(e);return~t.extra.classes.indexOf(Ae)?zt("generateLayersText",e,t):zt("generateSvgReplacementMutation",e,t)}function yr(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;if(!j)return Promise.resolve();var r=x.documentElement.classList,n=function(e){return r.add("".concat(de,"-").concat(e))},a=function(e){return r.remove("".concat(de,"-").concat(e))},o=Te.autoFetchSvg?[].concat(s(V),s(re)):F.concat(Object.keys(mr));o.includes("fa")||o.push("fa");var i=[".".concat(Ae,":not([").concat(se,"])")].concat(o.map(function(e){return".".concat(e,":not([").concat(se,"])")})).join(", ");if(0===i.length)return Promise.resolve();var l=[];try{l=Be(e.querySelectorAll(i))}catch(e){}if(!(l.length>0))return Promise.resolve();n("pending"),a("complete");var c=Kt("onTree"),f=l.reduce(function(e,t){try{var r=pr(t);r&&e.push(r)}catch(e){ye||"MissingIcon"===e.name&&console.error(e)}return e},[]);return new Promise(function(e,r){Promise.all(f).then(function(r){or(r,function(){n("active"),n("complete"),a("pending"),"function"==typeof t&&t(),c(),e()})}).catch(function(e){c(),r(e)})})}function br(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;pr(e).then(function(e){e&&or([e],t)})}var gr=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.transform,n=void 0===r?$e:r,a=t.symbol,o=void 0!==a&&a,l=t.mask,s=void 0===l?null:l,c=t.maskId,f=void 0===c?null:c,u=t.classes,d=void 0===u?[]:u,m=t.attributes,p=void 0===m?{}:m,y=t.styles,b=void 0===y?{}:y;if(e){var g=e.prefix,v=e.iconName,h=e.icon;return _t(i({type:"icon"},e),function(){return Tt("beforeDOMElementCreation",{iconDefinition:e,params:t}),Lt({icons:{main:Ut(h),mask:s?Ut(s.icon):{found:!1,width:null,height:null,icon:{}}},prefix:g,iconName:v,transform:i(i({},$e),n),symbol:o,maskId:f,extra:{attributes:p,styles:b,classes:d}})})}},vr={mixout:function(){return{icon:(e=gr,function(t){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=(t||{}).icon?t:Dt(t||{}),a=r.mask;return a&&(a=(a||{}).icon?a:Dt(a||{})),e(n,i(i({},r),{},{mask:a}))})};var e},hooks:function(){return{mutationObserverCallbacks:function(e){return e.treeCallback=yr,e.nodeCallback=br,e}}},provides:function(e){e.i2svg=function(e){var t=e.node,r=void 0===t?x:t,n=e.callback;return yr(r,void 0===n?function(){}:n)},e.generateSvgReplacementMutation=function(e,t){var r=t.iconName,n=t.prefix,a=t.transform,o=t.symbol,i=t.mask,s=t.maskId,c=t.extra;return new Promise(function(t,f){Promise.all([Yt(r,n),i.iconName?Yt(i.iconName,i.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(i){var f=l(i,2),u=f[0],d=f[1];t([e,Lt({icons:{main:u,mask:d},prefix:n,iconName:r,transform:a,symbol:o,maskId:s,extra:c,watchable:!0})])}).catch(f)})},e.generateAbstractIcon=function(e){var t,r=e.children,n=e.attributes,a=e.main,o=e.transform,i=Le(e.styles);return i.length>0&&(n.style=i),Re(o)&&(t=zt("generateAbstractTransformGrouping",{main:a,transform:o,containerWidth:a.width,iconWidth:a.width})),r.push(t||a.icon),{children:r,attributes:n}}}},hr={mixout:function(){return{layer:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.classes,n=void 0===r?[]:r;return _t({type:"layer"},function(){Tt("beforeDOMElementCreation",{assembler:e,params:t});var r=[];return e(function(e){Array.isArray(e)?e.map(function(e){r=r.concat(e.abstract)}):r=r.concat(e.abstract)}),[{tag:"span",attributes:{class:["".concat(Te.cssPrefix,"-layers")].concat(s(n)).join(" ")},children:r}]})}}}},xr={mixout:function(){return{counter:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};t.title;var r=t.classes,n=void 0===r?[]:r,a=t.attributes,o=void 0===a?{}:a,l=t.styles,c=void 0===l?{}:l;return _t({type:"counter",content:e},function(){return Tt("beforeDOMElementCreation",{content:e,params:t}),function(e){var t=e.content,r=e.extra,n=i(i({},r.attributes),{},{class:r.classes.join(" ")}),a=Le(r.styles);a.length>0&&(n.style=a);var o=[];return o.push({tag:"span",attributes:n,children:[t]}),o}({content:e.toString(),extra:{attributes:o,styles:c,classes:["".concat(Te.cssPrefix,"-layers-counter")].concat(s(n))}})})}}}},wr={mixout:function(){return{text:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=t.transform,n=void 0===r?$e:r,a=t.classes,o=void 0===a?[]:a,l=t.attributes,c=void 0===l?{}:l,f=t.styles,u=void 0===f?{}:f;return _t({type:"text",content:e},function(){return Tt("beforeDOMElementCreation",{content:e,params:t}),Rt({content:e,transform:i(i({},$e),n),extra:{attributes:c,styles:u,classes:["".concat(Te.cssPrefix,"-layers-text")].concat(s(o))}})})}}},provides:function(e){e.generateLayersText=function(e,t){var r=t.transform,n=t.extra,a=null,o=null;if(A){var i=parseInt(getComputedStyle(e).fontSize,10),l=e.getBoundingClientRect();a=l.width/i,o=l.height/i}return Promise.resolve([e,Rt({content:e.innerHTML,width:a,height:o,transform:r,extra:n,watchable:!0})])}}},kr=new RegExp('"',"ug"),Sr=[1105920,1112319],jr=i(i(i(i({},{FontAwesome:{normal:"fas",400:"fas"}}),{"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 Chisel":{400:"facr",normal:"facr"},"Font Awesome 7 Whiteboard":{600:"fawsb",normal:"fawsb"}}),{"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"}}),{"Font Awesome Kit":{400:"fak",normal:"fak"},"Font Awesome Kit Duotone":{400:"fakd",normal:"fakd"}}),Ar=Object.keys(jr).reduce(function(e,t){return e[t.toLowerCase()]=jr[t],e},{}),Or=Object.keys(Ar).reduce(function(e,t){var r=Ar[t];return e[t]=r[900]||s(Object.entries(r))[0][1],e},{});function Fr(e,t){var r="".concat("data-fa-pseudo-element-pending").concat(t.replace(":","-"));return new Promise(function(n,a){if(null!==e.getAttribute(r))return n();var o,l,c,f=Be(e.children).filter(function(e){return e.getAttribute(ce)===t})[0],u=h.getComputedStyle(e,t),d=u.getPropertyValue("font-family"),m=d.match(Oe),p=u.getPropertyValue("font-weight"),y=u.getPropertyValue("content");if(f&&!m)return e.removeChild(f),n();if(m&&"none"!==y&&""!==y){var b=u.getPropertyValue("content"),g=function(e,t){var r=e.replace(/^['"]|['"]$/g,"").toLowerCase(),n=parseInt(t),a=isNaN(n)?"normal":n;return(Ar[r]||{})[a]||Or[r]}(d,p),v=function(e){return tt(s(e.replace(kr,""))[0]||"")}(b),w=m[0].startsWith("FontAwesome"),k=function(e){var t=e.getPropertyValue("font-feature-settings").includes("ss01"),r=e.getPropertyValue("content").replace(kr,""),n=r.codePointAt(0),a=n>=Sr[0]&&n<=Sr[1],o=2===r.length&&r[0]===r[1];return a||o||t}(u),S=gt(g,v),j=S;if(w){var A=(l=dt[o=v],c=gt("fas",o),l||(c?{prefix:"fas",iconName:c}:null)||{prefix:null,iconName:null});A.iconName&&A.prefix&&(S=A.iconName,g=A.prefix)}if(!S||k||f&&f.getAttribute(fe)===g&&f.getAttribute(ue)===j)n();else{e.setAttribute(r,j),f&&e.removeChild(f);var O={iconName:null,prefix:null,transform:$e,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}},F=O.extra;F.attributes[ce]=t,Yt(S,g).then(function(a){var o=Lt(i(i({},O),{},{icons:{main:a,mask:{prefix:null,iconName:null,rest:[]}},prefix:g,iconName:j,extra:F,watchable:!0})),l=x.createElementNS("http://www.w3.org/2000/svg","svg");"::before"===t?e.insertBefore(l,e.firstChild):e.appendChild(l),l.outerHTML=o.map(function(e){return Ze(e)}).join("\n"),e.removeAttribute(r),n()}).catch(a)}}else n()})}function Er(e){return Promise.all([Fr(e,"::before"),Fr(e,"::after")])}function Pr(e){return!(e.parentNode===document.head||~me.indexOf(e.tagName.toUpperCase())||e.getAttribute(ce)||e.parentNode&&"svg"===e.parentNode.tagName)}var Nr=function(e){return!!e&&pe.some(function(t){return e.includes(t)})},Cr=function(e){if(!e)return[];var t=new Set,r=e.split(/,(?![^()]*\))/).map(function(e){return e.trim()});r=r.flatMap(function(e){return e.includes("(")?e:e.split(",").map(function(e){return e.trim()})});var a,o=n(r);try{for(o.s();!(a=o.n()).done;){var i=a.value;if(Nr(i)){var l=pe.reduce(function(e,t){return e.replace(t,"")},i);""!==l&&"*"!==l&&t.add(l)}}}catch(e){o.e(e)}finally{o.f()}return t};function Ir(e){if(j){var t;if(arguments.length>1&&void 0!==arguments[1]&&arguments[1])t=e;else if(Te.searchPseudoElementsFullScan)t=e.querySelectorAll("*");else{var r,a=new Set,o=n(document.styleSheets);try{for(o.s();!(r=o.n()).done;){var i=r.value;try{var l,s=n(i.cssRules);try{for(s.s();!(l=s.n()).done;){var c,f=l.value,u=n(Cr(f.selectorText));try{for(u.s();!(c=u.n()).done;){var d=c.value;a.add(d)}}catch(e){u.e(e)}finally{u.f()}}}catch(e){s.e(e)}finally{s.f()}}catch(e){Te.searchPseudoElementsWarnings&&console.warn("Font Awesome: cannot parse stylesheet: ".concat(i.href," (").concat(e.message,')\nIf 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(e){o.e(e)}finally{o.f()}if(!a.size)return;var m=Array.from(a).join(", ");try{t=e.querySelectorAll(m)}catch(e){}}return new Promise(function(e,r){var n=Be(t).filter(Pr).map(Er),a=Kt("searchPseudoElements");lr(),Promise.all(n).then(function(){a(),sr(),e()}).catch(function(){a(),sr(),r()})})}}var Tr={hooks:function(){return{mutationObserverCallbacks:function(e){return e.pseudoElementsCallback=Ir,e}}},provides:function(e){e.pseudoElements2svg=function(e){var t=e.node,r=void 0===t?x:t;Te.searchPseudoElements&&Ir(r)}}},zr=!1,Dr=function(e){return e.toLowerCase().split(" ").reduce(function(e,t){var r=t.toLowerCase().split("-"),n=r[0],a=r.slice(1).join("-");if(n&&"h"===a)return e.flipX=!0,e;if(n&&"v"===a)return e.flipY=!0,e;if(a=parseFloat(a),isNaN(a))return e;switch(n){case"grow":e.size=e.size+a;break;case"shrink":e.size=e.size-a;break;case"left":e.x=e.x-a;break;case"right":e.x=e.x+a;break;case"up":e.y=e.y-a;break;case"down":e.y=e.y+a;break;case"rotate":e.rotate=e.rotate+a}return e},{size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0})},$r={mixout:function(){return{parse:{transform:function(e){return Dr(e)}}}},hooks:function(){return{parseNodeAttributes:function(e,t){var r=t.getAttribute("data-fa-transform");return r&&(e.transform=Dr(r)),e}}},provides:function(e){e.generateAbstractTransformGrouping=function(e){var t=e.main,r=e.transform,n=e.containerWidth,a=e.iconWidth,o={transform:"translate(".concat(n/2," 256)")},l="translate(".concat(32*r.x,", ").concat(32*r.y,") "),s="scale(".concat(r.size/16*(r.flipX?-1:1),", ").concat(r.size/16*(r.flipY?-1:1),") "),c="rotate(".concat(r.rotate," 0 0)"),f={outer:o,inner:{transform:"".concat(l," ").concat(s," ").concat(c)},path:{transform:"translate(".concat(a/2*-1," -256)")}};return{tag:"g",attributes:i({},f.outer),children:[{tag:"g",attributes:i({},f.inner),children:[{tag:t.icon.tag,children:t.icon.children,attributes:i(i({},t.icon.attributes),f.path)}]}]}}}},Mr={x:0,y:0,width:"100%",height:"100%"};function Br(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];return e.attributes&&(e.attributes.fill||t)&&(e.attributes.fill="black"),e}var Hr={hooks:function(){return{parseNodeAttributes:function(e,t){var r=t.getAttribute("data-fa-mask"),n=r?jt(r.split(" ").map(function(e){return e.trim()})):{prefix:null,iconName:null,rest:[]};return n.prefix||(n.prefix=xt()),e.mask=n,e.maskId=t.getAttribute("data-fa-mask-id"),e}}},provides:function(e){e.generateAbstractMask=function(e){var t,r=e.children,n=e.attributes,a=e.main,o=e.mask,l=e.maskId,s=e.transform,c=a.width,f=a.icon,u=o.width,d=o.icon,m=function(e){var t=e.transform,r=e.containerWidth,n=e.iconWidth,a={transform:"translate(".concat(r/2," 256)")},o="translate(".concat(32*t.x,", ").concat(32*t.y,") "),i="scale(".concat(t.size/16*(t.flipX?-1:1),", ").concat(t.size/16*(t.flipY?-1:1),") "),l="rotate(".concat(t.rotate," 0 0)");return{outer:a,inner:{transform:"".concat(o," ").concat(i," ").concat(l)},path:{transform:"translate(".concat(n/2*-1," -256)")}}}({transform:s,containerWidth:u,iconWidth:c}),p={tag:"rect",attributes:i(i({},Mr),{},{fill:"white"})},y=f.children?{children:f.children.map(Br)}:{},b={tag:"g",attributes:i({},m.inner),children:[Br(i({tag:f.tag,attributes:i(i({},f.attributes),m.path)},y))]},g={tag:"g",attributes:i({},m.outer),children:[b]},v="mask-".concat(l||Me()),h="clip-".concat(l||Me()),x={tag:"mask",attributes:i(i({},Mr),{},{id:v,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[p,g]},w={tag:"defs",children:[{tag:"clipPath",attributes:{id:h},children:(t=d,"g"===t.tag?t.children:[t])},x]};return r.push(w,{tag:"rect",attributes:i({fill:"currentColor","clip-path":"url(#".concat(h,")"),mask:"url(#".concat(v,")")},Mr)}),{children:r,attributes:n}}}},_r={provides:function(e){var t=!1;h.matchMedia&&(t=h.matchMedia("(prefers-reduced-motion: reduce)").matches),e.missingIconAbstract=function(){var e=[],r={fill:"currentColor"},n={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};e.push({tag:"path",attributes:i(i({},r),{},{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 a=i(i({},n),{},{attributeName:"opacity"}),o={tag:"circle",attributes:i(i({},r),{},{cx:"256",cy:"364",r:"28"}),children:[]};return t||o.children.push({tag:"animate",attributes:i(i({},n),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:i(i({},a),{},{values:"1;0;1;1;0;1;"})}),e.push(o),e.push({tag:"path",attributes:i(i({},r),{},{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:t?[]:[{tag:"animate",attributes:i(i({},a),{},{values:"1;0;0;0;0;1;"})}]}),t||e.push({tag:"path",attributes:i(i({},r),{},{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:i(i({},a),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:e}}}};!function(e,t){var r=t.mixoutsTo;Et=e,Pt={},Object.keys(Nt).forEach(function(e){-1===Ct.indexOf(e)&&delete Nt[e]}),Et.forEach(function(e){var t=e.mixout?e.mixout():{};if(Object.keys(t).forEach(function(e){"function"==typeof t[e]&&(r[e]=t[e]),"object"===f(t[e])&&Object.keys(t[e]).forEach(function(n){r[e]||(r[e]={}),r[e][n]=t[e][n]})}),e.hooks){var n=e.hooks();Object.keys(n).forEach(function(e){Pt[e]||(Pt[e]=[]),Pt[e].push(n[e])})}e.provides&&e.provides(Nt)})}([Ye,vr,hr,xr,wr,Tr,{mixout:function(){return{dom:{unwatch:function(){lr(),zr=!0}}}},hooks:function(){return{bootstrap:function(){fr(It("mutationObserverCallbacks",{}))},noAuto:function(){cr&&cr.disconnect()},watch:function(e){var t=e.observeMutationsRoot;zr?sr():fr(It("mutationObserverCallbacks",{observeMutationsRoot:t}))}}}},$r,Hr,_r,{hooks:function(){return{parseNodeAttributes:function(e,t){var r=t.getAttribute("data-fa-symbol"),n=null!==r&&(""===r||r);return e.symbol=n,e}}}}],{mixoutsTo:Bt});var Lr=Bt.parse,Rr=Bt.icon;function Wr(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Ur,Vr={exports:{}},Yr={exports:{}},Jr={};var qr,Gr,Xr,Kr,Zr,Qr,en,tn,rn,nn,an,on,ln,sn,cn,fn={};
|
|
8
7
|
/** @license React v16.13.1
|
|
9
8
|
* react-is.development.js
|
|
10
9
|
*
|
|
@@ -12,12 +11,12 @@
|
|
|
12
11
|
*
|
|
13
12
|
* This source code is licensed under the MIT license found in the
|
|
14
13
|
* LICENSE file in the root directory of this source tree.
|
|
15
|
-
*/function
|
|
14
|
+
*/function un(){return Gr||(Gr=1,"production"===process.env.NODE_ENV?Yr.exports=function(){if(Ur)return Jr;Ur=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,s=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,f=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,d=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,p=e?Symbol.for("react.lazy"):60116,y=e?Symbol.for("react.block"):60121,b=e?Symbol.for("react.fundamental"):60117,g=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function h(e){if("object"==typeof e&&null!==e){var d=e.$$typeof;switch(d){case t:switch(e=e.type){case s:case c:case n:case o:case a:case u:return e;default:switch(e=e&&e.$$typeof){case l:case f:case p:case m:case i:return e;default:return d}}case r:return d}}}function x(e){return h(e)===c}return Jr.AsyncMode=s,Jr.ConcurrentMode=c,Jr.ContextConsumer=l,Jr.ContextProvider=i,Jr.Element=t,Jr.ForwardRef=f,Jr.Fragment=n,Jr.Lazy=p,Jr.Memo=m,Jr.Portal=r,Jr.Profiler=o,Jr.StrictMode=a,Jr.Suspense=u,Jr.isAsyncMode=function(e){return x(e)||h(e)===s},Jr.isConcurrentMode=x,Jr.isContextConsumer=function(e){return h(e)===l},Jr.isContextProvider=function(e){return h(e)===i},Jr.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},Jr.isForwardRef=function(e){return h(e)===f},Jr.isFragment=function(e){return h(e)===n},Jr.isLazy=function(e){return h(e)===p},Jr.isMemo=function(e){return h(e)===m},Jr.isPortal=function(e){return h(e)===r},Jr.isProfiler=function(e){return h(e)===o},Jr.isStrictMode=function(e){return h(e)===a},Jr.isSuspense=function(e){return h(e)===u},Jr.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===n||e===c||e===o||e===a||e===u||e===d||"object"==typeof e&&null!==e&&(e.$$typeof===p||e.$$typeof===m||e.$$typeof===i||e.$$typeof===l||e.$$typeof===f||e.$$typeof===b||e.$$typeof===g||e.$$typeof===v||e.$$typeof===y)},Jr.typeOf=h,Jr}():Yr.exports=(qr||(qr=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,a=e?Symbol.for("react.strict_mode"):60108,o=e?Symbol.for("react.profiler"):60114,i=e?Symbol.for("react.provider"):60109,l=e?Symbol.for("react.context"):60110,s=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,f=e?Symbol.for("react.forward_ref"):60112,u=e?Symbol.for("react.suspense"):60113,d=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,p=e?Symbol.for("react.lazy"):60116,y=e?Symbol.for("react.block"):60121,b=e?Symbol.for("react.fundamental"):60117,g=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function h(e){if("object"==typeof e&&null!==e){var d=e.$$typeof;switch(d){case t:var y=e.type;switch(y){case s:case c:case n:case o:case a:case u:return y;default:var b=y&&y.$$typeof;switch(b){case l:case f:case p:case m:case i:return b;default:return d}}case r:return d}}}var x=s,w=c,k=l,S=i,j=t,A=f,O=n,F=p,E=m,P=r,N=o,C=a,I=u,T=!1;function z(e){return h(e)===c}fn.AsyncMode=x,fn.ConcurrentMode=w,fn.ContextConsumer=k,fn.ContextProvider=S,fn.Element=j,fn.ForwardRef=A,fn.Fragment=O,fn.Lazy=F,fn.Memo=E,fn.Portal=P,fn.Profiler=N,fn.StrictMode=C,fn.Suspense=I,fn.isAsyncMode=function(e){return T||(T=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),z(e)||h(e)===s},fn.isConcurrentMode=z,fn.isContextConsumer=function(e){return h(e)===l},fn.isContextProvider=function(e){return h(e)===i},fn.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},fn.isForwardRef=function(e){return h(e)===f},fn.isFragment=function(e){return h(e)===n},fn.isLazy=function(e){return h(e)===p},fn.isMemo=function(e){return h(e)===m},fn.isPortal=function(e){return h(e)===r},fn.isProfiler=function(e){return h(e)===o},fn.isStrictMode=function(e){return h(e)===a},fn.isSuspense=function(e){return h(e)===u},fn.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===n||e===c||e===o||e===a||e===u||e===d||"object"==typeof e&&null!==e&&(e.$$typeof===p||e.$$typeof===m||e.$$typeof===i||e.$$typeof===l||e.$$typeof===f||e.$$typeof===b||e.$$typeof===g||e.$$typeof===v||e.$$typeof===y)},fn.typeOf=h}()),fn)),Yr.exports}
|
|
16
15
|
/*
|
|
17
16
|
object-assign
|
|
18
17
|
(c) Sindre Sorhus
|
|
19
18
|
@license MIT
|
|
20
|
-
*/function dr(){if(Zn)return Gn;Zn=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,n=Object.prototype.propertyIsEnumerable;return Gn=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;var r=Object.getOwnPropertyNames(t).map(function(e){return t[e]});if("0123456789"!==r.join(""))return!1;var a={};return"abcdefghijklmnopqrst".split("").forEach(function(e){a[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},a)).join("")}catch(e){return!1}}()?Object.assign:function(r,a){for(var o,i,s=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(r),l=1;l<arguments.length;l++){for(var c in o=Object(arguments[l]))t.call(o,c)&&(s[c]=o[c]);if(e){i=e(o);for(var f=0;f<i.length;f++)n.call(o,i[f])&&(s[i[f]]=o[i[f]])}}return s},Gn}function pr(){if(er)return Qn;er=1;return Qn="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function mr(){return nr?tr:(nr=1,tr=Function.call.bind(Object.prototype.hasOwnProperty))}function br(){if(ar)return rr;ar=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=pr(),n={},r=mr();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function a(a,o,i,s,l){if("production"!==process.env.NODE_ENV)for(var c in a)if(r(a,c)){var f;try{if("function"!=typeof a[c]){var u=Error((s||"React class")+": "+i+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof a[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw u.name="Invariant Violation",u}f=a[c](o,c,s,i,null,t)}catch(e){f=e}if(!f||f instanceof Error||e((s||"React class")+": type specification of "+i+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof f+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),f instanceof Error&&!(f.message in n)){n[f.message]=!0;var d=l?l():"";e("Failed "+i+" type: "+f.message+(null!=d?d:""))}}}return a.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(n={})},rr=a}function yr(){if(ir)return or;ir=1;var e=ur(),t=dr(),n=pr(),r=mr(),a=br(),o=function(){};function i(){return null}return"production"!==process.env.NODE_ENV&&(o=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),or=function(s,l){var c="function"==typeof Symbol&&Symbol.iterator;var f="<<anonymous>>",u={array:b("array"),bigint:b("bigint"),bool:b("boolean"),func:b("function"),number:b("number"),object:b("object"),string:b("string"),symbol:b("symbol"),any:m(i),arrayOf:function(e){return m(function(t,r,a,o,i){if("function"!=typeof e)return new p("Property `"+i+"` of component `"+a+"` has invalid PropType notation inside arrayOf.");var s=t[r];if(!Array.isArray(s))return new p("Invalid "+o+" `"+i+"` of type `"+g(s)+"` supplied to `"+a+"`, expected an array.");for(var l=0;l<s.length;l++){var c=e(s,l,a,o,i+"["+l+"]",n);if(c instanceof Error)return c}return null})},element:m(function(e,t,n,r,a){var o=e[t];return s(o)?null:new p("Invalid "+r+" `"+a+"` of type `"+g(o)+"` supplied to `"+n+"`, expected a single ReactElement.")}),elementType:m(function(t,n,r,a,o){var i=t[n];return e.isValidElementType(i)?null:new p("Invalid "+a+" `"+o+"` of type `"+g(i)+"` supplied to `"+r+"`, expected a single ReactElement type.")}),instanceOf:function(e){return m(function(t,n,r,a,o){if(!(t[n]instanceof e)){var i=e.name||f;return new p("Invalid "+a+" `"+o+"` of type `"+(((s=t[n]).constructor&&s.constructor.name?s.constructor.name:f)+"` supplied to `")+r+"`, expected instance of `"+i+"`.")}var s;return null})},node:m(function(e,t,n,r,a){return h(e[t])?null:new p("Invalid "+r+" `"+a+"` supplied to `"+n+"`, expected a ReactNode.")}),objectOf:function(e){return m(function(t,a,o,i,s){if("function"!=typeof e)return new p("Property `"+s+"` of component `"+o+"` has invalid PropType notation inside objectOf.");var l=t[a],c=g(l);if("object"!==c)return new p("Invalid "+i+" `"+s+"` of type `"+c+"` supplied to `"+o+"`, expected an object.");for(var f in l)if(r(l,f)){var u=e(l,f,o,i,s+"."+f,n);if(u instanceof Error)return u}return null})},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&o(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),i;return m(function(t,n,r,a,o){for(var i=t[n],s=0;s<e.length;s++)if(d(i,e[s]))return null;var l=JSON.stringify(e,function(e,t){return"symbol"===v(t)?String(t):t});return new p("Invalid "+a+" `"+o+"` of value `"+String(i)+"` supplied to `"+r+"`, expected one of "+l+".")})},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&o("Invalid argument supplied to oneOfType, expected an instance of array."),i;for(var t=0;t<e.length;t++){var a=e[t];if("function"!=typeof a)return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+x(a)+" at index "+t+"."),i}return m(function(t,a,o,i,s){for(var l=[],c=0;c<e.length;c++){var f=(0,e[c])(t,a,o,i,s,n);if(null==f)return null;f.data&&r(f.data,"expectedType")&&l.push(f.data.expectedType)}return new p("Invalid "+i+" `"+s+"` supplied to `"+o+"`"+(l.length>0?", expected one of type ["+l.join(", ")+"]":"")+".")})},shape:function(e){return m(function(t,r,a,o,i){var s=t[r],l=g(s);if("object"!==l)return new p("Invalid "+o+" `"+i+"` of type `"+l+"` supplied to `"+a+"`, expected `object`.");for(var c in e){var f=e[c];if("function"!=typeof f)return y(a,o,i,c,v(f));var u=f(s,c,a,o,i+"."+c,n);if(u)return u}return null})},exact:function(e){return m(function(a,o,i,s,l){var c=a[o],f=g(c);if("object"!==f)return new p("Invalid "+s+" `"+l+"` of type `"+f+"` supplied to `"+i+"`, expected `object`.");var u=t({},a[o],e);for(var d in u){var m=e[d];if(r(e,d)&&"function"!=typeof m)return y(i,s,l,d,v(m));if(!m)return new p("Invalid "+s+" `"+l+"` key `"+d+"` supplied to `"+i+"`.\nBad object: "+JSON.stringify(a[o],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var b=m(c,d,i,s,l+"."+d,n);if(b)return b}return null})}};function d(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function p(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function m(e){if("production"!==process.env.NODE_ENV)var t={},r=0;function a(a,i,s,c,u,d,m){if(c=c||f,d=d||s,m!==n){if(l){var b=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw b.name="Invariant Violation",b}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var y=c+":"+s;!t[y]&&r<3&&(o("You are manually calling a React.PropTypes validation function for the `"+d+"` prop on `"+c+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[y]=!0,r++)}}return null==i[s]?a?null===i[s]?new p("The "+u+" `"+d+"` is marked as required in `"+c+"`, but its value is `null`."):new p("The "+u+" `"+d+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(i,s,c,u,d)}var i=a.bind(null,!1);return i.isRequired=a.bind(null,!0),i}function b(e){return m(function(t,n,r,a,o,i){var s=t[n];return g(s)!==e?new p("Invalid "+a+" `"+o+"` of type `"+v(s)+"` supplied to `"+r+"`, expected `"+e+"`.",{expectedType:e}):null})}function y(e,t,n,r,a){return new p((e||"React class")+": "+t+" type `"+n+"."+r+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+a+"`.")}function h(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(h);if(null===e||s(e))return!0;var t=function(e){var t=e&&(c&&e[c]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(!t)return!1;var n,r=t.call(e);if(t!==e.entries){for(;!(n=r.next()).done;)if(!h(n.value))return!1}else for(;!(n=r.next()).done;){var a=n.value;if(a&&!h(a[1]))return!1}return!0;default:return!1}}function g(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function v(e){if(null==e)return""+e;var t=g(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function x(e){var t=v(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return p.prototype=Error.prototype,u.checkPropTypes=a,u.resetWarningCache=a.resetWarningCache,u.PropTypes=u,u},or}function hr(){if(lr)return sr;lr=1;var e=pr();function t(){}function n(){}return n.resetWarningCache=t,sr=function(){function r(t,n,r,a,o,i){if(i!==e){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function a(){return r}r.isRequired=r;var o={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:a,element:r,elementType:r,instanceOf:a,node:r,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:n,resetWarningCache:t};return o.PropTypes=o,o}}function gr(){if(cr)return Yn.exports;if(cr=1,"production"!==process.env.NODE_ENV){var e=ur();Yn.exports=yr()(e.isElement,true)}else Yn.exports=hr()();return Yn.exports}var vr=Un(gr());function xr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function wr(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=typeof r)return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function kr(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function jr(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?kr(Object(n),!0).forEach(function(t){wr(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):kr(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Sr(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o,i,s=[],l=!0,c=!1;try{if(o=(n=n.call(e)).next,0===t);else for(;!(l=(r=o.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){c=!0,a=e}finally{try{if(!l&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(c)throw a}}return s}}(e,t)||Nr(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Or(e){return function(e){if(Array.isArray(e))return xr(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||Nr(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Ar(e){return Ar="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ar(e)}function Nr(e,t){if(e){if("string"==typeof e)return xr(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?xr(e,t):void 0}}var Pr;try{var Er=require("@fortawesome/fontawesome-svg-core/package.json");Pr=Er.version}catch(H){Pr="undefined"!=typeof process&&process.env.FA_VERSION||"7.0.0"}function Ir(e){var t=e.beat,n=e.fade,r=e.beatFade,a=e.bounce,o=e.shake,i=e.flash,s=e.spin,l=e.spinPulse,c=e.spinReverse,f=e.pulse,u=e.fixedWidth,d=e.inverse,p=e.border,m=e.listItem,b=e.flip,y=e.size,h=e.rotation,g=e.pull,v=e.swapOpacity,x=e.rotateBy,w=e.widthAuto,k=function(e,t){for(var n=Sr(e.split("-"),2),r=n[0],a=n[1],o=Sr(t.split("-"),2),i=o[0],s=o[1],l=r.split("."),c=i.split("."),f=0;f<Math.max(l.length,c.length);f++){var u=l[f]||"0",d=c[f]||"0",p=parseInt(u,10),m=parseInt(d,10);if(p!==m)return p>m}for(var b=0;b<Math.max(l.length,c.length);b++){var y=l[b]||"0",h=c[b]||"0";if(y!==h&&y.length!==h.length)return y.length<h.length}return!(a&&!s)}(Pr,"7.0.0"),j=wr(wr(wr(wr(wr(wr({"fa-beat":t,"fa-fade":n,"fa-beat-fade":r,"fa-bounce":a,"fa-shake":o,"fa-flash":i,"fa-spin":s,"fa-spin-reverse":c,"fa-spin-pulse":l,"fa-pulse":f,"fa-fw":u,"fa-inverse":d,"fa-border":p,"fa-li":m,"fa-flip":!0===b,"fa-flip-horizontal":"horizontal"===b||"both"===b,"fa-flip-vertical":"vertical"===b||"both"===b},"fa-".concat(y),null!=y),"fa-rotate-".concat(h),null!=h&&0!==h),"fa-pull-".concat(g),null!=g),"fa-swap-opacity",v),"fa-rotate-by",k&&x),"fa-width-auto",k&&w);return Object.keys(j).map(function(e){return j[e]?e:null}).filter(function(e){return e})}function Cr(e){return t=e,(t-=0)==t?e:(e=e.replace(/[\-_\s]+(.)?/g,function(e,t){return t?t.toUpperCase():""})).substr(0,1).toLowerCase()+e.substr(1);var t}var Fr=["style"];var zr=!1;try{zr="production"===process.env.NODE_ENV}catch(H){}function Tr(e){return e&&"object"===Ar(e)&&e.prefix&&e.iconName&&e.icon?e:Wn.icon?Wn.icon(e):null===e?null:e&&"object"===Ar(e)&&e.prefix&&e.iconName?e:Array.isArray(e)&&2===e.length?{prefix:e[0],iconName:e[1]}:"string"==typeof e?{prefix:"fas",iconName:e}:void 0}function Mr(e,t){return Array.isArray(t)&&t.length>0||!Array.isArray(t)&&t?wr({},e,t):{}}var _r={border:!1,className:"",mask:null,maskId:null,fixedWidth:!1,inverse:!1,flip:!1,icon:null,listItem:!1,pull:null,pulse:!1,rotation:null,rotateBy:!1,size:null,spin:!1,spinPulse:!1,spinReverse:!1,beat:!1,fade:!1,beatFade:!1,bounce:!1,shake:!1,symbol:!1,title:"",titleId:null,transform:null,swapOpacity:!1,widthAuto:!1},Rr=e.forwardRef(function(e,t){var n=jr(jr({},_r),e),r=n.icon,a=n.mask,o=n.symbol,i=n.className,s=n.title,l=n.titleId,c=n.maskId,f=Tr(r),u=Mr("classes",[].concat(Or(Ir(n)),Or((i||"").split(" ")))),d=Mr("transform","string"==typeof n.transform?Wn.transform(n.transform):n.transform),p=Mr("mask",Tr(a)),m=Bn(f,jr(jr(jr(jr({},u),d),p),{},{symbol:o,title:s,titleId:l,maskId:c}));if(!m)return function(){var e;!zr&&console&&"function"==typeof console.error&&(e=console).error.apply(e,arguments)}("Could not find icon",f),null;var b=m.abstract,y={ref:t};return Object.keys(n).forEach(function(e){_r.hasOwnProperty(e)||(y[e]=n[e])}),$r(b[0],y)});Rr.displayName="FontAwesomeIcon",Rr.propTypes={beat:vr.bool,border:vr.bool,beatFade:vr.bool,bounce:vr.bool,className:vr.string,fade:vr.bool,flash:vr.bool,mask:vr.oneOfType([vr.object,vr.array,vr.string]),maskId:vr.string,fixedWidth:vr.bool,inverse:vr.bool,flip:vr.oneOf([!0,!1,"horizontal","vertical","both"]),icon:vr.oneOfType([vr.object,vr.array,vr.string]),listItem:vr.bool,pull:vr.oneOf(["right","left"]),pulse:vr.bool,rotation:vr.oneOf([0,90,180,270]),rotateBy:vr.bool,shake:vr.bool,size:vr.oneOf(["2xs","xs","sm","lg","xl","2xl","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"]),spin:vr.bool,spinPulse:vr.bool,spinReverse:vr.bool,symbol:vr.oneOfType([vr.bool,vr.string]),title:vr.string,titleId:vr.string,transform:vr.oneOfType([vr.string,vr.object]),swapOpacity:vr.bool,widthAuto:vr.bool};var $r=function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("string"==typeof n)return n;var a=(n.children||[]).map(function(n){return e(t,n)}),o=Object.keys(n.attributes||{}).reduce(function(e,t){var r=n.attributes[t];switch(t){case"class":e.attrs.className=r,delete n.attributes.class;break;case"style":e.attrs.style=r.split(";").map(function(e){return e.trim()}).filter(function(e){return e}).reduce(function(e,t){var n,r=t.indexOf(":"),a=Cr(t.slice(0,r)),o=t.slice(r+1).trim();return a.startsWith("webkit")?e[(n=a,n.charAt(0).toUpperCase()+n.slice(1))]=o:e[a]=o,e},{});break;default:0===t.indexOf("aria-")||0===t.indexOf("data-")?e.attrs[t.toLowerCase()]=r:e.attrs[Cr(t)]=r}return e},{attrs:{}}),i=r.style,s=void 0===i?{}:i,l=function(e,t){if(null==e)return{};var n,r,a=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(r=0;r<o.length;r++)n=o[r],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}(r,Fr);return o.attrs.style=jr(jr({},o.attrs.style),s),t.apply(void 0,[n.tag,jr(jr({},o.attrs),l)].concat(Or(a)))}.bind(null,e.createElement);function Dr(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(r=Object.getOwnPropertySymbols(e);a<r.length;a++)t.indexOf(r[a])<0&&Object.prototype.propertyIsEnumerable.call(e,r[a])&&(n[r[a]]=e[r[a]])}return n}"function"==typeof SuppressedError&&SuppressedError;var Lr,Hr={exports:{}},Wr={};var Br,Ur,Vr={};
|
|
19
|
+
*/function dn(){if(Kr)return Xr;Kr=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;return Xr=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;var n=Object.getOwnPropertyNames(t).map(function(e){return t[e]});if("0123456789"!==n.join(""))return!1;var a={};return"abcdefghijklmnopqrst".split("").forEach(function(e){a[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},a)).join("")}catch(e){return!1}}()?Object.assign:function(n,a){for(var o,i,l=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(n),s=1;s<arguments.length;s++){for(var c in o=Object(arguments[s]))t.call(o,c)&&(l[c]=o[c]);if(e){i=e(o);for(var f=0;f<i.length;f++)r.call(o,i[f])&&(l[i[f]]=o[i[f]])}}return l},Xr}function mn(){if(Qr)return Zr;Qr=1;return Zr="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function pn(){return tn?en:(tn=1,en=Function.call.bind(Object.prototype.hasOwnProperty))}function yn(){if(nn)return rn;nn=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=mn(),r={},n=pn();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function a(a,o,i,l,s){if("production"!==process.env.NODE_ENV)for(var c in a)if(n(a,c)){var f;try{if("function"!=typeof a[c]){var u=Error((l||"React class")+": "+i+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof a[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw u.name="Invariant Violation",u}f=a[c](o,c,l,i,null,t)}catch(e){f=e}if(!f||f instanceof Error||e((l||"React class")+": type specification of "+i+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof f+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),f instanceof Error&&!(f.message in r)){r[f.message]=!0;var d=s?s():"";e("Failed "+i+" type: "+f.message+(null!=d?d:""))}}}return a.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(r={})},rn=a}function bn(){if(on)return an;on=1;var e=un(),t=dn(),r=mn(),n=pn(),a=yn(),o=function(){};function i(){return null}return"production"!==process.env.NODE_ENV&&(o=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),an=function(l,s){var c="function"==typeof Symbol&&Symbol.iterator;var f="<<anonymous>>",u={array:y("array"),bigint:y("bigint"),bool:y("boolean"),func:y("function"),number:y("number"),object:y("object"),string:y("string"),symbol:y("symbol"),any:p(i),arrayOf:function(e){return p(function(t,n,a,o,i){if("function"!=typeof e)return new m("Property `"+i+"` of component `"+a+"` has invalid PropType notation inside arrayOf.");var l=t[n];if(!Array.isArray(l))return new m("Invalid "+o+" `"+i+"` of type `"+v(l)+"` supplied to `"+a+"`, expected an array.");for(var s=0;s<l.length;s++){var c=e(l,s,a,o,i+"["+s+"]",r);if(c instanceof Error)return c}return null})},element:p(function(e,t,r,n,a){var o=e[t];return l(o)?null:new m("Invalid "+n+" `"+a+"` of type `"+v(o)+"` supplied to `"+r+"`, expected a single ReactElement.")}),elementType:p(function(t,r,n,a,o){var i=t[r];return e.isValidElementType(i)?null:new m("Invalid "+a+" `"+o+"` of type `"+v(i)+"` supplied to `"+n+"`, expected a single ReactElement type.")}),instanceOf:function(e){return p(function(t,r,n,a,o){if(!(t[r]instanceof e)){var i=e.name||f;return new m("Invalid "+a+" `"+o+"` of type `"+(((l=t[r]).constructor&&l.constructor.name?l.constructor.name:f)+"` supplied to `")+n+"`, expected instance of `"+i+"`.")}var l;return null})},node:p(function(e,t,r,n,a){return g(e[t])?null:new m("Invalid "+n+" `"+a+"` supplied to `"+r+"`, expected a ReactNode.")}),objectOf:function(e){return p(function(t,a,o,i,l){if("function"!=typeof e)return new m("Property `"+l+"` of component `"+o+"` has invalid PropType notation inside objectOf.");var s=t[a],c=v(s);if("object"!==c)return new m("Invalid "+i+" `"+l+"` of type `"+c+"` supplied to `"+o+"`, expected an object.");for(var f in s)if(n(s,f)){var u=e(s,f,o,i,l+"."+f,r);if(u instanceof Error)return u}return null})},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&o(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),i;return p(function(t,r,n,a,o){for(var i=t[r],l=0;l<e.length;l++)if(d(i,e[l]))return null;var s=JSON.stringify(e,function(e,t){return"symbol"===h(t)?String(t):t});return new m("Invalid "+a+" `"+o+"` of value `"+String(i)+"` supplied to `"+n+"`, expected one of "+s+".")})},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&o("Invalid argument supplied to oneOfType, expected an instance of array."),i;for(var t=0;t<e.length;t++){var a=e[t];if("function"!=typeof a)return o("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+x(a)+" at index "+t+"."),i}return p(function(t,a,o,i,l){for(var s=[],c=0;c<e.length;c++){var f=(0,e[c])(t,a,o,i,l,r);if(null==f)return null;f.data&&n(f.data,"expectedType")&&s.push(f.data.expectedType)}return new m("Invalid "+i+" `"+l+"` supplied to `"+o+"`"+(s.length>0?", expected one of type ["+s.join(", ")+"]":"")+".")})},shape:function(e){return p(function(t,n,a,o,i){var l=t[n],s=v(l);if("object"!==s)return new m("Invalid "+o+" `"+i+"` of type `"+s+"` supplied to `"+a+"`, expected `object`.");for(var c in e){var f=e[c];if("function"!=typeof f)return b(a,o,i,c,h(f));var u=f(l,c,a,o,i+"."+c,r);if(u)return u}return null})},exact:function(e){return p(function(a,o,i,l,s){var c=a[o],f=v(c);if("object"!==f)return new m("Invalid "+l+" `"+s+"` of type `"+f+"` supplied to `"+i+"`, expected `object`.");var u=t({},a[o],e);for(var d in u){var p=e[d];if(n(e,d)&&"function"!=typeof p)return b(i,l,s,d,h(p));if(!p)return new m("Invalid "+l+" `"+s+"` key `"+d+"` supplied to `"+i+"`.\nBad object: "+JSON.stringify(a[o],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var y=p(c,d,i,l,s+"."+d,r);if(y)return y}return null})}};function d(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function m(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function p(e){if("production"!==process.env.NODE_ENV)var t={},n=0;function a(a,i,l,c,u,d,p){if(c=c||f,d=d||l,p!==r){if(s){var y=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw y.name="Invariant Violation",y}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var b=c+":"+l;!t[b]&&n<3&&(o("You are manually calling a React.PropTypes validation function for the `"+d+"` prop on `"+c+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[b]=!0,n++)}}return null==i[l]?a?null===i[l]?new m("The "+u+" `"+d+"` is marked as required in `"+c+"`, but its value is `null`."):new m("The "+u+" `"+d+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(i,l,c,u,d)}var i=a.bind(null,!1);return i.isRequired=a.bind(null,!0),i}function y(e){return p(function(t,r,n,a,o,i){var l=t[r];return v(l)!==e?new m("Invalid "+a+" `"+o+"` of type `"+h(l)+"` supplied to `"+n+"`, expected `"+e+"`.",{expectedType:e}):null})}function b(e,t,r,n,a){return new m((e||"React class")+": "+t+" type `"+r+"."+n+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+a+"`.")}function g(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(g);if(null===e||l(e))return!0;var t=function(e){var t=e&&(c&&e[c]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(!t)return!1;var r,n=t.call(e);if(t!==e.entries){for(;!(r=n.next()).done;)if(!g(r.value))return!1}else for(;!(r=n.next()).done;){var a=r.value;if(a&&!g(a[1]))return!1}return!0;default:return!1}}function v(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function h(e){if(null==e)return""+e;var t=v(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function x(e){var t=h(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return m.prototype=Error.prototype,u.checkPropTypes=a,u.resetWarningCache=a.resetWarningCache,u.PropTypes=u,u},an}function gn(){if(sn)return ln;sn=1;var e=mn();function t(){}function r(){}return r.resetWarningCache=t,ln=function(){function n(t,r,n,a,o,i){if(i!==e){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function a(){return n}n.isRequired=n;var o={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:a,element:n,elementType:n,instanceOf:a,node:n,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:r,resetWarningCache:t};return o.PropTypes=o,o}}function vn(){if(cn)return Vr.exports;if(cn=1,"production"!==process.env.NODE_ENV){var e=un();Vr.exports=bn()(e.isElement,true)}else Vr.exports=gn()();return Vr.exports}var hn=Wr(vn());function xn(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function wn(e,t,r){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t);if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function kn(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function Sn(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?kn(Object(r),!0).forEach(function(t){wn(e,t,r[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):kn(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function jn(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,a,o,i,l=[],s=!0,c=!1;try{if(o=(r=r.call(e)).next,0===t);else for(;!(s=(n=o.call(r)).done)&&(l.push(n.value),l.length!==t);s=!0);}catch(e){c=!0,a=e}finally{try{if(!s&&null!=r.return&&(i=r.return(),Object(i)!==i))return}finally{if(c)throw a}}return l}}(e,t)||Fn(e,t)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function An(e){return function(e){if(Array.isArray(e))return xn(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||Fn(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function On(e){return On="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},On(e)}function Fn(e,t){if(e){if("string"==typeof e)return xn(e,t);var r={}.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?xn(e,t):void 0}}var En;try{var Pn=require("@fortawesome/fontawesome-svg-core/package.json");En=Pn.version}catch(L){En="undefined"!=typeof process&&process.env.FA_VERSION||"7.0.0"}function Nn(e){var t=e.beat,r=e.fade,n=e.beatFade,a=e.bounce,o=e.shake,i=e.flash,l=e.spin,s=e.spinPulse,c=e.spinReverse,f=e.pulse,u=e.fixedWidth,d=e.inverse,m=e.border,p=e.listItem,y=e.flip,b=e.size,g=e.rotation,v=e.pull,h=e.swapOpacity,x=e.rotateBy,w=e.widthAuto,k=function(e,t){for(var r=jn(e.split("-"),2),n=r[0],a=r[1],o=jn(t.split("-"),2),i=o[0],l=o[1],s=n.split("."),c=i.split("."),f=0;f<Math.max(s.length,c.length);f++){var u=s[f]||"0",d=c[f]||"0",m=parseInt(u,10),p=parseInt(d,10);if(m!==p)return m>p}for(var y=0;y<Math.max(s.length,c.length);y++){var b=s[y]||"0",g=c[y]||"0";if(b!==g&&b.length!==g.length)return b.length<g.length}return!(a&&!l)}(En,"7.0.0"),S=wn(wn(wn(wn(wn(wn({"fa-beat":t,"fa-fade":r,"fa-beat-fade":n,"fa-bounce":a,"fa-shake":o,"fa-flash":i,"fa-spin":l,"fa-spin-reverse":c,"fa-spin-pulse":s,"fa-pulse":f,"fa-fw":u,"fa-inverse":d,"fa-border":m,"fa-li":p,"fa-flip":!0===y,"fa-flip-horizontal":"horizontal"===y||"both"===y,"fa-flip-vertical":"vertical"===y||"both"===y},"fa-".concat(b),null!=b),"fa-rotate-".concat(g),null!=g&&0!==g),"fa-pull-".concat(v),null!=v),"fa-swap-opacity",h),"fa-rotate-by",k&&x),"fa-width-auto",k&&w);return Object.keys(S).map(function(e){return S[e]?e:null}).filter(function(e){return e})}function Cn(e){return t=e,(t-=0)==t?e:(e=e.replace(/[\-_\s]+(.)?/g,function(e,t){return t?t.toUpperCase():""})).substr(0,1).toLowerCase()+e.substr(1);var t}var In=["style"];var Tn=!1;try{Tn="production"===process.env.NODE_ENV}catch(L){}function zn(e){return e&&"object"===On(e)&&e.prefix&&e.iconName&&e.icon?e:Lr.icon?Lr.icon(e):null===e?null:e&&"object"===On(e)&&e.prefix&&e.iconName?e:Array.isArray(e)&&2===e.length?{prefix:e[0],iconName:e[1]}:"string"==typeof e?{prefix:"fas",iconName:e}:void 0}function Dn(e,t){return Array.isArray(t)&&t.length>0||!Array.isArray(t)&&t?wn({},e,t):{}}var $n={border:!1,className:"",mask:null,maskId:null,fixedWidth:!1,inverse:!1,flip:!1,icon:null,listItem:!1,pull:null,pulse:!1,rotation:null,rotateBy:!1,size:null,spin:!1,spinPulse:!1,spinReverse:!1,beat:!1,fade:!1,beatFade:!1,bounce:!1,shake:!1,symbol:!1,title:"",titleId:null,transform:null,swapOpacity:!1,widthAuto:!1},Mn=e.forwardRef(function(e,t){var r=Sn(Sn({},$n),e),n=r.icon,a=r.mask,o=r.symbol,i=r.className,l=r.title,s=r.titleId,c=r.maskId,f=zn(n),u=Dn("classes",[].concat(An(Nn(r)),An((i||"").split(" ")))),d=Dn("transform","string"==typeof r.transform?Lr.transform(r.transform):r.transform),m=Dn("mask",zn(a)),p=Rr(f,Sn(Sn(Sn(Sn({},u),d),m),{},{symbol:o,title:l,titleId:s,maskId:c}));if(!p)return function(){var e;!Tn&&console&&"function"==typeof console.error&&(e=console).error.apply(e,arguments)}("Could not find icon",f),null;var y=p.abstract,b={ref:t};return Object.keys(r).forEach(function(e){$n.hasOwnProperty(e)||(b[e]=r[e])}),Bn(y[0],b)});Mn.displayName="FontAwesomeIcon",Mn.propTypes={beat:hn.bool,border:hn.bool,beatFade:hn.bool,bounce:hn.bool,className:hn.string,fade:hn.bool,flash:hn.bool,mask:hn.oneOfType([hn.object,hn.array,hn.string]),maskId:hn.string,fixedWidth:hn.bool,inverse:hn.bool,flip:hn.oneOf([!0,!1,"horizontal","vertical","both"]),icon:hn.oneOfType([hn.object,hn.array,hn.string]),listItem:hn.bool,pull:hn.oneOf(["right","left"]),pulse:hn.bool,rotation:hn.oneOf([0,90,180,270]),rotateBy:hn.bool,shake:hn.bool,size:hn.oneOf(["2xs","xs","sm","lg","xl","2xl","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"]),spin:hn.bool,spinPulse:hn.bool,spinReverse:hn.bool,symbol:hn.oneOfType([hn.bool,hn.string]),title:hn.string,titleId:hn.string,transform:hn.oneOfType([hn.string,hn.object]),swapOpacity:hn.bool,widthAuto:hn.bool};var Bn=function e(t,r){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if("string"==typeof r)return r;var a=(r.children||[]).map(function(r){return e(t,r)}),o=Object.keys(r.attributes||{}).reduce(function(e,t){var n=r.attributes[t];switch(t){case"class":e.attrs.className=n,delete r.attributes.class;break;case"style":e.attrs.style=n.split(";").map(function(e){return e.trim()}).filter(function(e){return e}).reduce(function(e,t){var r,n=t.indexOf(":"),a=Cn(t.slice(0,n)),o=t.slice(n+1).trim();return a.startsWith("webkit")?e[(r=a,r.charAt(0).toUpperCase()+r.slice(1))]=o:e[a]=o,e},{});break;default:0===t.indexOf("aria-")||0===t.indexOf("data-")?e.attrs[t.toLowerCase()]=n:e.attrs[Cn(t)]=n}return e},{attrs:{}}),i=n.style,l=void 0===i?{}:i,s=function(e,t){if(null==e)return{};var r,n,a=function(e,t){if(null==e)return{};var r={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(-1!==t.indexOf(n))continue;r[n]=e[n]}return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(n=0;n<o.length;n++)r=o[n],-1===t.indexOf(r)&&{}.propertyIsEnumerable.call(e,r)&&(a[r]=e[r])}return a}(n,In);return o.attrs.style=Sn(Sn({},o.attrs.style),l),t.apply(void 0,[r.tag,Sn(Sn({},o.attrs),s)].concat(An(a)))}.bind(null,e.createElement);function Hn(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var a=0;for(n=Object.getOwnPropertySymbols(e);a<n.length;a++)t.indexOf(n[a])<0&&Object.prototype.propertyIsEnumerable.call(e,n[a])&&(r[n[a]]=e[n[a]])}return r}"function"==typeof SuppressedError&&SuppressedError;var _n,Ln={exports:{}},Rn={};var Wn,Un,Vn={};
|
|
21
20
|
/**
|
|
22
21
|
* @license React
|
|
23
22
|
* react-jsx-runtime.development.js
|
|
@@ -26,10 +25,10 @@ object-assign
|
|
|
26
25
|
*
|
|
27
26
|
* This source code is licensed under the MIT license found in the
|
|
28
27
|
* LICENSE file in the root directory of this source tree.
|
|
29
|
-
*/function
|
|
28
|
+
*/function Yn(){return Wn||(Wn=1,"production"!==process.env.NODE_ENV&&function(){function t(e){if(null==e)return null;if("function"==typeof e)return e.$$typeof===j?null:e.displayName||e.name||null;if("string"==typeof e)return e;switch(e){case m:return"Fragment";case y:return"Profiler";case p:return"StrictMode";case h:return"Suspense";case x:return"SuspenseList";case S:return"Activity"}if("object"==typeof e)switch("number"==typeof e.tag&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),e.$$typeof){case d:return"Portal";case g:return(e.displayName||"Context")+".Provider";case b:return(e._context.displayName||"Context")+".Consumer";case v:var r=e.render;return(e=e.displayName)||(e=""!==(e=r.displayName||r.name||"")?"ForwardRef("+e+")":"ForwardRef"),e;case w:return null!==(r=e.displayName||null)?r:t(e.type)||"Memo";case k:r=e._payload,e=e._init;try{return t(e(r))}catch(e){}}return null}function r(e){return""+e}function n(e){try{r(e);var t=!1}catch(e){t=!0}if(t){var n=(t=console).error,a="function"==typeof Symbol&&Symbol.toStringTag&&e[Symbol.toStringTag]||e.constructor.name||"Object";return n.call(t,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",a),r(e)}}function a(e){if(e===m)return"<>";if("object"==typeof e&&null!==e&&e.$$typeof===k)return"<...>";try{var r=t(e);return r?"<"+r+">":"<...>"}catch(e){return"<...>"}}function o(){return Error("react-stack-top-frame")}function i(){var e=t(this.type);return P[e]||(P[e]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),void 0!==(e=this.props.ref)?e:null}function l(e,r,a,o,l,f,d,m){var p,y=r.children;if(void 0!==y)if(o)if(F(y)){for(o=0;o<y.length;o++)s(y[o]);Object.freeze&&Object.freeze(y)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else s(y);if(O.call(r,"key")){y=t(e);var b=Object.keys(r).filter(function(e){return"key"!==e});o=0<b.length?"{key: someKey, "+b.join(": ..., ")+": ...}":"{key: someKey}",I[y+o]||(b=0<b.length?"{"+b.join(": ..., ")+": ...}":"{}",console.error('A props object containing a "key" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />',o,y,b,y),I[y+o]=!0)}if(y=null,void 0!==a&&(n(a),y=""+a),function(e){if(O.call(e,"key")){var t=Object.getOwnPropertyDescriptor(e,"key").get;if(t&&t.isReactWarning)return!1}return void 0!==e.key}(r)&&(n(r.key),y=""+r.key),"key"in r)for(var g in a={},r)"key"!==g&&(a[g]=r[g]);else a=r;return y&&function(e,t){function r(){c||(c=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",t))}r.isReactWarning=!0,Object.defineProperty(e,"key",{get:r,configurable:!0})}(a,"function"==typeof e?e.displayName||e.name||"Unknown":e),function(e,t,r,n,a,o,l,s){return r=o.ref,e={$$typeof:u,type:e,key:t,props:o,_owner:a},null!==(void 0!==r?r:null)?Object.defineProperty(e,"ref",{enumerable:!1,get:i}):Object.defineProperty(e,"ref",{enumerable:!1,value:null}),e._store={},Object.defineProperty(e._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(e,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(e,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:l}),Object.defineProperty(e,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:s}),Object.freeze&&(Object.freeze(e.props),Object.freeze(e)),e}(e,y,f,0,null===(p=A.A)?null:p.getOwner(),a,d,m)}function s(e){"object"==typeof e&&null!==e&&e.$$typeof===u&&e._store&&(e._store.validated=1)}var c,f=e,u=Symbol.for("react.transitional.element"),d=Symbol.for("react.portal"),m=Symbol.for("react.fragment"),p=Symbol.for("react.strict_mode"),y=Symbol.for("react.profiler"),b=Symbol.for("react.consumer"),g=Symbol.for("react.context"),v=Symbol.for("react.forward_ref"),h=Symbol.for("react.suspense"),x=Symbol.for("react.suspense_list"),w=Symbol.for("react.memo"),k=Symbol.for("react.lazy"),S=Symbol.for("react.activity"),j=Symbol.for("react.client.reference"),A=f.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,O=Object.prototype.hasOwnProperty,F=Array.isArray,E=console.createTask?console.createTask:function(){return null},P={},N=(f={"react-stack-bottom-frame":function(e){return e()}})["react-stack-bottom-frame"].bind(f,o)(),C=E(a(o)),I={};Vn.Fragment=m,Vn.jsx=function(e,t,r,n,o){var i=1e4>A.recentlyCreatedOwnerStacks++;return l(e,t,r,!1,0,o,i?Error("react-stack-top-frame"):N,i?E(a(e)):C)},Vn.jsxs=function(e,t,r,n,o){var i=1e4>A.recentlyCreatedOwnerStacks++;return l(e,t,r,!0,0,o,i?Error("react-stack-top-frame"):N,i?E(a(e)):C)}}()),Vn}var Jn=(Un||(Un=1,"production"===process.env.NODE_ENV?Ln.exports=function(){if(_n)return Rn;_n=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function r(t,r,n){var a=null;if(void 0!==n&&(a=""+n),void 0!==r.key&&(a=""+r.key),"key"in r)for(var o in n={},r)"key"!==o&&(n[o]=r[o]);else n=r;return r=n.ref,{$$typeof:e,type:t,key:a,ref:void 0!==r?r:null,props:n}}return Rn.Fragment=t,Rn.jsx=r,Rn.jsxs=r,Rn}():Ln.exports=Yn()),Ln.exports),qn={prefix:"fas",iconName:"angles-right",icon:[448,512,[187,"angle-double-right"],"f101","M439.1 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L371.2 256 233.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160zm-352 160l160-160c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L179.2 256 41.9 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0z"]};
|
|
30
29
|
/*!
|
|
31
30
|
* Font Awesome Free 7.0.1 by @fontawesome - https://fontawesome.com
|
|
32
31
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
33
32
|
* Copyright 2025 Fonticons, Inc.
|
|
34
|
-
*/const Xr={video:{regular:Jr.jsx(Rr,{icon:{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"]}}),hover:Jr.jsx(Rr,{icon:{prefix:"fas",iconName:"circle-play",icon:[512,512,[61469,"play-circle"],"f144","M0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9l0 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-88c-7.4-4.5-16.7-4.7-24.3-.5z"]}})},subscribe:{regular:Jr.jsx(Rr,{icon:{prefix:"far",iconName:"envelope",icon:[512,512,[128386,9993,61443],"f0e0","M61.4 64C27.5 64 0 91.5 0 125.4 0 126.3 0 127.1 .1 128L0 128 0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256-.1 0c0-.9 .1-1.7 .1-2.6 0-33.9-27.5-61.4-61.4-61.4L61.4 64zM464 192.3L464 384c0 8.8-7.2 16-16 16L64 400c-8.8 0-16-7.2-16-16l0-191.7 154.8 117.4c31.4 23.9 74.9 23.9 106.4 0L464 192.3zM48 125.4C48 118 54 112 61.4 112l389.2 0c7.4 0 13.4 6 13.4 13.4 0 4.2-2 8.2-5.3 10.7L280.2 271.5c-14.3 10.8-34.1 10.8-48.4 0L53.3 136.1c-3.3-2.5-5.3-6.5-5.3-10.7z"]}}),hover:Jr.jsx(Rr,{icon:{prefix:"fas",iconName:"envelope",icon:[512,512,[128386,9993,61443],"f0e0","M48 64c-26.5 0-48 21.5-48 48 0 15.1 7.1 29.3 19.2 38.4l208 156c17.1 12.8 40.5 12.8 57.6 0l208-156c12.1-9.1 19.2-23.3 19.2-38.4 0-26.5-21.5-48-48-48L48 64zM0 196L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-188-198.4 148.8c-34.1 25.6-81.1 25.6-115.2 0L0 196z"]}})},cta:{regular:Jr.jsx(Rr,{icon:qr})},twitter:{regular:Jr.jsx(Rr,{icon:{prefix:"fab",iconName:"x-twitter",icon:[448,512,[],"e61b","M357.2 48L427.8 48 273.6 224.2 455 464 313 464 201.7 318.6 74.5 464 3.8 464 168.7 275.5-5.2 48 140.4 48 240.9 180.9 357.2 48zM332.4 421.8l39.1 0-252.4-333.8-42 0 255.3 333.8z"]}})},linkedIn:{regular:Jr.jsx(Rr,{icon:{prefix:"fab",iconName:"linkedin",icon:[448,512,[],"f08c","M416 32L31.9 32C14.3 32 0 46.5 0 64.3L0 447.7C0 465.5 14.3 480 31.9 480L416 480c17.6 0 32-14.5 32-32.3l0-383.4C448 46.5 433.6 32 416 32zM135.4 416l-66.4 0 0-213.8 66.5 0 0 213.8-.1 0zM102.2 96a38.5 38.5 0 1 1 0 77 38.5 38.5 0 1 1 0-77zM384.3 416l-66.4 0 0-104c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9l0 105.8-66.4 0 0-213.8 63.7 0 0 29.2 .9 0c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9l0 117.2z"]}})},facebook:{regular:Jr.jsx(Rr,{icon:{prefix:"fab",iconName:"square-facebook",icon:[448,512,["facebook-square"],"f082","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l98.2 0 0-145.8-52.8 0 0-78.2 52.8 0 0-33.7c0-87.1 39.4-127.5 125-127.5 16.2 0 44.2 3.2 55.7 6.4l0 70.8c-6-.6-16.5-1-29.6-1-42 0-58.2 15.9-58.2 57.2l0 27.8 83.6 0-14.4 78.2-69.3 0 0 145.8 129 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"]}})}};const Kr=e=>{var{buttonType:t="general",label:n,icon:r,hoverIcon:a,className:o,children:i,style:s,disabled:l=!1,onClick:c}=e,f=Dr(e,["buttonType","label","icon","hoverIcon","className","children","style","disabled","onClick"]);const u=`button button--${t} ${o||""}`,d=function(e,t,n){return t?{regular:t,hover:n}:Xr[e]||null}(t,r,a);return Jr.jsxs("button",Object.assign({type:"button",className:u,style:s,onClick:c,disabled:l},f,{children:[i||n,d&&(d.hover?Jr.jsxs(Jr.Fragment,{children:[Jr.jsx("span",{className:"icon icon--regular",children:d.regular}),Jr.jsx("span",{className:"icon icon--hover",children:d.hover})]}):Jr.jsx("span",{className:"icon",children:d.regular}))]}))},Gr=e=>{var{buttonType:t="general",label:n,icon:r,href:a,target:o="_self",className:i,children:s,style:l}=e,c=Dr(e,["buttonType","label","icon","href","target","className","children","style"]);const f=`button button--${t} ${i||""}`,u="_blank"===o?"noopener noreferrer":void 0;return Jr.jsxs("a",Object.assign({href:a,target:o,rel:u,className:f,style:l},c,{children:[s||n," ",r&&Jr.jsx("span",{className:"icon",children:r})]}))},Zr=({videoUrl:e,imageUrl:t,gradient:n,bgColor:r,className:a,style:o})=>{const i=["background-media",a].filter(Boolean).join(" ");if(e)return Jr.jsxs("video",{className:`${i} background-media--video`,autoPlay:!0,muted:!0,loop:!0,playsInline:!0,style:o,children:[Jr.jsx("source",{src:e,type:"video/mp4"}),"Your browser does not support video."]});const s=Object.assign({backgroundImage:n?`${n}, url(${t})`:t?`url(${t})`:void 0,backgroundColor:r},o);return Jr.jsx("div",{className:i,style:s})},Qr=({level:e="h2",children:t,className:n,style:r})=>{const a=e,o=["heading",n].filter(Boolean).join(" ");return Jr.jsx(a,{className:o,style:r,children:t})},ea=({user:e,onLogin:t,onLogout:n,onCreateAccount:r})=>Jr.jsx("header",{children:Jr.jsxs("div",{className:"storybook-header",children:[Jr.jsxs("div",{children:[Jr.jsx("svg",{width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",children:Jr.jsxs("g",{fill:"none",fillRule:"evenodd",children:[Jr.jsx("path",{d:"M10 0h12a10 10 0 0110 10v12a10 10 0 01-10 10H10A10 10 0 010 22V10A10 10 0 0110 0z",fill:"#FFF"}),Jr.jsx("path",{d:"M5.3 10.6l10.4 6v11.1l-10.4-6v-11zm11.4-6.2l9.7 5.5-9.7 5.6V4.4z",fill:"#555AB9"}),Jr.jsx("path",{d:"M27.2 10.6v11.2l-10.5 6V16.5l10.5-6zM15.7 4.4v11L6 10l9.7-5.5z",fill:"#91BAF8"})]})}),Jr.jsx("h1",{children:"Acme"})]}),Jr.jsx("div",{children:e?Jr.jsxs(Jr.Fragment,{children:[Jr.jsxs("span",{className:"welcome",children:["Welcome, ",Jr.jsx("b",{children:e.name}),"!"]}),Jr.jsx(Kr,{buttonType:"secondary",onClick:n,label:"Log out"})]}):Jr.jsxs(Jr.Fragment,{children:[Jr.jsx(Kr,{buttonType:"secondary",onClick:t,label:"Log in"}),Jr.jsx(Kr,{buttonType:"cta",onClick:r,label:"Sign up"})]})})]})}),ta={name:"default",fontImportUrl:"https://use.typekit.net/nmh6hoc.css",colors:{primary:"#2e6bf0",primaryHover:"#1e40af",primaryActive:"#1e3a8a",secondary:"#efe63f",secondaryHover:"#eab308",secondaryActive:"#ca8a04",text:"#1f2937",textInverse:"#ffffff",background:"#ffffff",border:"#e5e5e5",success:"#10b981",warning:"#efe63f",error:"#ef4444"},spacing:{xs:"4px",sm:"8px",md:"16px",lg:"24px",xl:"32px",xxl:"48px"},borderRadius:{sm:"4px",md:"8px",lg:"16px",xl:"24px"},shadows:{sm:"0 2px 4px rgba(0, 0, 0, 0.1)",md:"0 4px 8px rgba(0, 0, 0, 0.15)",lg:"0 8px 16px rgba(0, 0, 0, 0.2)",xl:"0 16px 32px rgba(0, 0, 0, 0.25)"},typography:{fontFamily:"'azo-sans-web', serif",fontFamilyHeading:"'azo-sans-web', serif",fontSizeXs:"12px",fontSizeSm:"14px",fontSizeMd:"16px",fontSizeLg:"18px",fontSizeXl:"24px",fontWeightNormal:"400",fontWeightMedium:"500",fontWeightBold:"700",lineHeightTight:"1.25",lineHeightNormal:"1.5",lineHeightRelaxed:"1.75"},buttons:{borderRadius:"20px",padding:"12px 24px",fontSize:"1.125rem",fontWeight:"600",general:{background:"#2e6bf0",backgroundHover:"#efe97f",backgroundActive:"#efe97f",color:"#ffffff",colorHover:"#ffffff",border:"#2e6bf0",borderHover:"#1e40af",shadow:"0 2px 4px rgba(46, 107, 240, 0.2)"},cta:{background:"#efe63f",backgroundHover:"#eab308",backgroundActive:"#ca8a04",color:"#3d2589",colorHover:"#3d2589",border:"#efe63f",borderHover:"#eab308",shadow:"0"},secondary:{background:"transparent",backgroundHover:"#2e6bf0",backgroundActive:"#1e40af",color:"#2e6bf0",colorHover:"#ffffff",border:"#2e6bf0",borderHover:"#2e6bf0",shadow:"none"},outline:{background:"transparent",backgroundHover:"#f8f9fa",backgroundActive:"#e9ecef",color:"#333333",colorHover:"#333333",border:"#e5e5e5",borderHover:"#d1d5db",shadow:"none"},ghost:{background:"transparent",backgroundHover:"#f8f9fa",backgroundActive:"#e9ecef",color:"#333333",colorHover:"#333333",border:"transparent",borderHover:"transparent",shadow:"none"}},components:{card:{background:"#ffffff",border:"1px solid #e5e5e5",borderRadius:"8px",shadow:"0 2px 4px rgba(0, 0, 0, 0.1)",padding:"24px"},header:{background:"#ffffff",borderBottom:"1px solid #e5e5e5",height:"64px",padding:"0 24px"},cta:{background:"#3d2589",borderRadius:"0 0 200px",padding:"32px",titleFontWeight:"900",titleFontSize:"55px",titleLineHeight:"65px",descriptionLineHeight:"32px",descriptionFontWeight:"100",descriptionFontSize:"24px",descriptionMargin:"0px 0px 30px 0px"}}},na=Object.assign(Object.assign({},ta),{name:"advisors-plus",typography:Object.assign(Object.assign({},ta.typography),{fontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",fontFamilyHeading:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif"}),colors:Object.assign(Object.assign({},ta.colors),{primary:"#1e2a78",primaryHover:"#151f5c",primaryActive:"#0f1640",secondary:"#4f46e5",secondaryHover:"#4338ca",secondaryActive:"#3730a3",text:"#1f2937",background:"#f8fafc"}),buttons:Object.assign(Object.assign({},ta.buttons),{borderRadius:"8px",general:{background:"#1e2a78",backgroundHover:"#151f5c",backgroundActive:"#0f1640",color:"#ffffff",colorHover:"#ffffff",border:"#1e2a78",borderHover:"#151f5c",shadow:"0 2px 6px rgba(30, 42, 120, 0.25)"},cta:{background:"#4f46e5",backgroundHover:"#4338ca",backgroundActive:"#3730a3",color:"#ffffff",colorHover:"#ffffff",border:"#4f46e5",borderHover:"#4338ca",shadow:"0 3px 6px rgba(79, 70, 229, 0.3)"},secondary:{background:"transparent",backgroundHover:"#1e2a78",backgroundActive:"#151f5c",color:"#1e2a78",colorHover:"#ffffff",border:"#1e2a78",borderHover:"#1e2a78",shadow:"none"}}),components:Object.assign(Object.assign({},ta.components),{cta:{background:"#1e2a78",borderRadius:"16px",padding:"32px"}})}),ra=Object.assign(Object.assign({},ta),{name:"primax",typography:Object.assign(Object.assign({},ta.typography),{fontFamily:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",fontFamilyHeading:"-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif"}),colors:Object.assign(Object.assign({},ta.colors),{primary:"#0066cc",primaryHover:"#0052a3",primaryActive:"#003d7a",secondary:"#ff6600",secondaryHover:"#e55a00",secondaryActive:"#cc4f00"}),buttons:Object.assign(Object.assign({},ta.buttons),{borderRadius:"8px",general:{background:"#0066cc",backgroundHover:"#0052a3",backgroundActive:"#003d7a",color:"#ffffff",colorHover:"#ffffff",border:"#0066cc",borderHover:"#0052a3",shadow:"0 2px 4px rgba(0, 102, 204, 0.2)"},cta:{background:"#ff6600",backgroundHover:"#e55a00",backgroundActive:"#cc4f00",color:"#ffffff",colorHover:"#ffffff",border:"#ff6600",borderHover:"#e55a00",shadow:"0 4px 8px rgba(255, 102, 0, 0.3)"},secondary:{background:"transparent",backgroundHover:"#0066cc",backgroundActive:"#0052a3",color:"#0066cc",colorHover:"#ffffff",border:"#0066cc",borderHover:"#0066cc",shadow:"none"}}),components:Object.assign(Object.assign({},ta.components),{cta:{background:"#003d7a",borderRadius:"0px 0px 50px 50px",padding:"54px 60px 0px 30px"}})});function aa(e,t){return Object.entries(e).filter(([e,t])=>void 0!==t).map(([e,n])=>{const r=e.replace(/([A-Z])/g,"-$1").toLowerCase();return` --${t}${r}: ${n};`})}function oa(e,t){const n=document.getElementById(`theme-${t}`)||document.createElement("style");n.id=`theme-${t}`;const r=`[data-theme="${t}"]`,a=`\n ${e.fontImportUrl?`@import url('${e.fontImportUrl}');`:""}\n ${function(e,t=":root"){const n={};return n.Colors=aa(e.colors,""),n.Spacing=aa(e.spacing,""),n["Border Radius"]=aa(e.borderRadius,""),n.Shadows=aa(e.shadows,""),n.Typography=aa(e.typography,""),n["Button Base"]=[` --button-border-radius: ${e.buttons.borderRadius};`,` --button-padding: ${e.buttons.padding};`,` --button-font-size: ${e.buttons.fontSize};`,` --button-font-weight: ${e.buttons.fontWeight};`],["general","cta","secondary","outline","ghost"].forEach(t=>{const r=t.charAt(0).toUpperCase()+t.slice(1);n[`Button - ${r}`]=aa(e.buttons[t],`button-${t}-`)}),n["Card Component"]=aa(e.components.card,"card-"),n["Header Component"]=aa(e.components.header,"header-"),n["CTA Component"]=aa(e.components.cta,"cta-"),`${t} {${Object.entries(n).map(([e,t])=>`\n /* ${e} */\n${t.join("\n")}`).join("")}\n}`}(e,r)}\n `;n.textContent=a,document.head.contains(n)||document.head.appendChild(n)}const ia=e.createContext(void 0);const sa=function({children:t,initialTheme:n=ta,initialThemeName:r="default"}){e.useEffect(()=>{oa(n,r),document.documentElement.setAttribute("data-theme",r)},[n,r]);const a={currentTheme:n,themeName:r};return Jr.jsx(ia.Provider,{value:a,children:t})};exports.BackgroundMedia=Zr,exports.Button=Kr,exports.ButtonLink=Gr,exports.CTA=({videoUrl:e,imageUrl:t,gradient:n,bgColor:r,title:a,headingLevel:o="h2",description:i,buttonText:s,link:l,externalLink:c,target:f="_self",className:u,style:d})=>{const p=["cta",u].filter(Boolean).join(" ");return Jr.jsxs("div",{className:p,style:d,children:[Jr.jsx(Zr,{videoUrl:e,imageUrl:t,gradient:n,bgColor:r}),Jr.jsxs("div",{className:"cta__content",children:[Jr.jsx(Qr,{level:o,className:"cta__title",children:a}),i&&Jr.jsx("p",{className:"cta__description",children:i}),l?Jr.jsx(Gr,{buttonType:"cta",label:s,href:l,target:c?f:"_self",icon:Jr.jsx(Rr,{icon:qr})}):Jr.jsx(Kr,{buttonType:"cta",label:s,onClick:()=>{},icon:Jr.jsx(Rr,{icon:qr})})]})]})},exports.Card=({children:e,maxWidth:t="340px",padding:n="30px",onClick:r,href:a,target:o="_self",imageUrl:i,imageAlt:s="",className:l="",style:c,aspectRatio:f="3/2",borderRadius:u="20px",hoverEffect:d=!0,"aria-label":p,"data-testid":m})=>{const b=e=>{"Enter"!==e.key&&" "!==e.key||!r||(e.preventDefault(),r(e))},y=e=>{r&&r(e)},h=Object.assign({maxWidth:t},c),g={borderRadius:u},v={aspectRatio:f,borderRadius:`${u} ${u} 0 0`},x={padding:n},w=["card",d&&"card--hover-effect",l].filter(Boolean).join(" "),k=Jr.jsxs("div",{className:w,style:g,"data-testid":m,children:[i&&Jr.jsx("div",{className:"card__image-wrapper",style:v,children:Jr.jsx("div",{className:"card__image-container",children:Jr.jsx("img",{src:i,alt:s,className:"card__image",loading:"lazy"})})}),Jr.jsx("div",{className:"card__body",style:x,children:e})]});return a?Jr.jsx("div",{className:"card-wrapper",style:h,children:Jr.jsx("a",{href:a,target:o,rel:"_blank"===o?"noopener noreferrer":void 0,onClick:y,className:"card__link",style:{borderRadius:u},"aria-label":p,children:k})}):r?Jr.jsx("div",{className:"card-wrapper",style:h,children:Jr.jsxs("div",{className:w,style:g,onClick:r,onKeyDown:b,role:"button",tabIndex:0,"aria-label":p,"data-testid":m,children:[i&&Jr.jsx("div",{className:"card__image-wrapper",style:v,children:Jr.jsx("div",{className:"card__image-container",children:Jr.jsx("img",{src:i,alt:s,className:"card__image",loading:"lazy"})})}),Jr.jsx("div",{className:"card__body",style:x,children:e})]})}):Jr.jsx("div",{className:"card-wrapper",style:h,children:k})},exports.FontAwesomeIcon=Rr,exports.Header=ea,exports.Heading=Qr,exports.Page=()=>{const[t,n]=e.useState();return Jr.jsxs("article",{children:[Jr.jsx(ea,{user:t,onLogin:()=>n({name:"Jane Doe"}),onLogout:()=>n(void 0),onCreateAccount:()=>n({name:"Jane Doe"})}),Jr.jsxs("section",{className:"storybook-page",children:[Jr.jsx("h2",{children:"Pages in Storybook"}),Jr.jsxs("p",{children:["We recommend building UIs with a"," ",Jr.jsx("a",{href:"https://componentdriven.org",target:"_blank",rel:"noopener noreferrer",children:Jr.jsx("strong",{children:"component-driven"})})," ","process starting with atomic components and ending with pages."]})]})]})},exports.TextLink=({label:e,href:t,externalLink:n,target:r="_self",onClick:a,className:o="",icon:i,style:s,disabled:l=!1,"aria-label":c,"aria-describedby":f,"data-testid":u})=>{const d=n||t,p=!!n||"_blank"===r;return!d||l?Jr.jsxs("span",{className:`text-link text-link--disabled ${o}`,style:s,"data-testid":u,"aria-label":c||e,"aria-describedby":f,children:[e," ",i]}):Jr.jsxs("a",{href:d,target:r,rel:p?"noopener noreferrer":void 0,onClick:e=>{l?e.preventDefault():a&&a(e)},onKeyDown:e=>{!l||"Enter"!==e.key&&" "!==e.key||e.preventDefault()},className:`text-link ${o}`,style:s,"aria-label":c,"aria-describedby":f,"data-testid":u,children:[e," ",i]})},exports.ThemeProvider=sa,exports.advisorsPlusTheme=na,exports.defaultButtonIcons=Xr,exports.defaultTheme=ta,exports.primaxTheme=ra,exports.useTheme=function(){const t=e.useContext(ia);if(!t)throw new Error("useTheme must be used within a ThemeProvider");return t};
|
|
33
|
+
*/const Gn={video:{regular:Jn.jsx(Mn,{icon:{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"]}}),hover:Jn.jsx(Mn,{icon:{prefix:"fas",iconName:"circle-play",icon:[512,512,[61469,"play-circle"],"f144","M0 256a256 256 0 1 1 512 0 256 256 0 1 1 -512 0zM188.3 147.1c-7.6 4.2-12.3 12.3-12.3 20.9l0 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-88c-7.4-4.5-16.7-4.7-24.3-.5z"]}})},subscribe:{regular:Jn.jsx(Mn,{icon:{prefix:"far",iconName:"envelope",icon:[512,512,[128386,9993,61443],"f0e0","M61.4 64C27.5 64 0 91.5 0 125.4 0 126.3 0 127.1 .1 128L0 128 0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-256-.1 0c0-.9 .1-1.7 .1-2.6 0-33.9-27.5-61.4-61.4-61.4L61.4 64zM464 192.3L464 384c0 8.8-7.2 16-16 16L64 400c-8.8 0-16-7.2-16-16l0-191.7 154.8 117.4c31.4 23.9 74.9 23.9 106.4 0L464 192.3zM48 125.4C48 118 54 112 61.4 112l389.2 0c7.4 0 13.4 6 13.4 13.4 0 4.2-2 8.2-5.3 10.7L280.2 271.5c-14.3 10.8-34.1 10.8-48.4 0L53.3 136.1c-3.3-2.5-5.3-6.5-5.3-10.7z"]}}),hover:Jn.jsx(Mn,{icon:{prefix:"fas",iconName:"envelope",icon:[512,512,[128386,9993,61443],"f0e0","M48 64c-26.5 0-48 21.5-48 48 0 15.1 7.1 29.3 19.2 38.4l208 156c17.1 12.8 40.5 12.8 57.6 0l208-156c12.1-9.1 19.2-23.3 19.2-38.4 0-26.5-21.5-48-48-48L48 64zM0 196L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-188-198.4 148.8c-34.1 25.6-81.1 25.6-115.2 0L0 196z"]}})},cta:{regular:Jn.jsx(Mn,{icon:qn})},twitter:{regular:Jn.jsx(Mn,{icon:{prefix:"fab",iconName:"x-twitter",icon:[448,512,[],"e61b","M357.2 48L427.8 48 273.6 224.2 455 464 313 464 201.7 318.6 74.5 464 3.8 464 168.7 275.5-5.2 48 140.4 48 240.9 180.9 357.2 48zM332.4 421.8l39.1 0-252.4-333.8-42 0 255.3 333.8z"]}})},linkedIn:{regular:Jn.jsx(Mn,{icon:{prefix:"fab",iconName:"linkedin",icon:[448,512,[],"f08c","M416 32L31.9 32C14.3 32 0 46.5 0 64.3L0 447.7C0 465.5 14.3 480 31.9 480L416 480c17.6 0 32-14.5 32-32.3l0-383.4C448 46.5 433.6 32 416 32zM135.4 416l-66.4 0 0-213.8 66.5 0 0 213.8-.1 0zM102.2 96a38.5 38.5 0 1 1 0 77 38.5 38.5 0 1 1 0-77zM384.3 416l-66.4 0 0-104c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9l0 105.8-66.4 0 0-213.8 63.7 0 0 29.2 .9 0c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9l0 117.2z"]}})},facebook:{regular:Jn.jsx(Mn,{icon:{prefix:"fab",iconName:"square-facebook",icon:[448,512,["facebook-square"],"f082","M64 32C28.7 32 0 60.7 0 96L0 416c0 35.3 28.7 64 64 64l98.2 0 0-145.8-52.8 0 0-78.2 52.8 0 0-33.7c0-87.1 39.4-127.5 125-127.5 16.2 0 44.2 3.2 55.7 6.4l0 70.8c-6-.6-16.5-1-29.6-1-42 0-58.2 15.9-58.2 57.2l0 27.8 83.6 0-14.4 78.2-69.3 0 0 145.8 129 0c35.3 0 64-28.7 64-64l0-320c0-35.3-28.7-64-64-64L64 32z"]}})}};const Xn=e=>{var{buttonType:t="general",palette:r,label:n,icon:a,hoverIcon:o,className:i,children:l,style:s,disabled:c=!1,darkMode:f=!1,onClick:u}=e,d=Hn(e,["buttonType","palette","label","icon","hoverIcon","className","children","style","disabled","darkMode","onClick"]);const m=`button button--${f?"secondaryDarkMode":t} ${i||""}`,p=function(e,t,r){return t?{regular:t,hover:r}:Gn[e]||null}(t,a,o),y=r?Object.assign({backgroundColor:`var(--${r})`,color:`var(--${r}-text)`,borderColor:`var(--${r})`},s):s;return Jn.jsxs("button",Object.assign({type:"button",className:m,style:y,onClick:u,disabled:c},d,{children:[l||n,p&&(p.hover?Jn.jsxs(Jn.Fragment,{children:[Jn.jsx("span",{className:"icon icon--regular",children:p.regular}),Jn.jsx("span",{className:"icon icon--hover",children:p.hover})]}):Jn.jsx("span",{className:"icon",children:p.regular}))]}))},Kn=e=>{var{buttonType:t="general",label:r,icon:n,href:a,target:o="_self",className:i,children:l,style:s,disabled:c=!1}=e,f=Hn(e,["buttonType","label","icon","href","target","className","children","style","disabled"]);const u=`button button--${t} ${i||""}`,d="_blank"===o?"noopener noreferrer":void 0;return c?Jn.jsxs("span",Object.assign({className:u,style:Object.assign(Object.assign({},s),{opacity:.6,cursor:"not-allowed"})},f,{children:[l||r," ",n&&Jn.jsx("span",{className:"icon",children:n})]})):Jn.jsxs("a",Object.assign({href:a,target:o,rel:d,className:u,style:s},f,{children:[l||r," ",n&&Jn.jsx("span",{className:"icon",children:n})]}))},Zn=({videoUrl:e,imageUrl:t,gradient:r,bgColor:n,className:a,style:o})=>{const i=["background-media",a].filter(Boolean).join(" ");if(e)return Jn.jsxs("video",{className:`${i} background-media--video`,autoPlay:!0,muted:!0,loop:!0,playsInline:!0,style:o,children:[Jn.jsx("source",{src:e,type:"video/mp4"}),"Your browser does not support video."]});const l=Object.assign({backgroundImage:r?`${r}, url(${t})`:t?`url(${t})`:void 0,backgroundColor:n},o);return Jn.jsx("div",{className:i,style:l})};function Qn(e){return e.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/([a-z])(\d)/g,"$1-$2").toLowerCase()}const ea=({level:e="h2",variant:t,color:r,palette:n,children:a,className:o,style:i})=>{const l=e;let s=i;n?s=Object.assign(Object.assign({},i),{backgroundColor:`var(--${n})`,color:`var(--${n}-text)`,padding:(null==i?void 0:i.padding)||"0.5rem 1rem",borderRadius:(null==i?void 0:i.borderRadius)||"4px"}):r&&(s=Object.assign(Object.assign({},i),{color:`var(--${Qn(r)})`}));const c=["heading",`heading--${e}`,t&&`heading--variant-${t}`,o].filter(Boolean).join(" ");return Jn.jsx(l,{className:c,style:s,children:a})},ta=({user:e,onLogin:t,onLogout:r,onCreateAccount:n})=>Jn.jsx("header",{children:Jn.jsxs("div",{className:"storybook-header",children:[Jn.jsxs("div",{children:[Jn.jsx("svg",{width:"32",height:"32",viewBox:"0 0 32 32",xmlns:"http://www.w3.org/2000/svg",children:Jn.jsxs("g",{fill:"none",fillRule:"evenodd",children:[Jn.jsx("path",{d:"M10 0h12a10 10 0 0110 10v12a10 10 0 01-10 10H10A10 10 0 010 22V10A10 10 0 0110 0z",fill:"#FFF"}),Jn.jsx("path",{d:"M5.3 10.6l10.4 6v11.1l-10.4-6v-11zm11.4-6.2l9.7 5.5-9.7 5.6V4.4z",fill:"#555AB9"}),Jn.jsx("path",{d:"M27.2 10.6v11.2l-10.5 6V16.5l10.5-6zM15.7 4.4v11L6 10l9.7-5.5z",fill:"#91BAF8"})]})}),Jn.jsx("h1",{children:"Acme"})]}),Jn.jsx("div",{children:e?Jn.jsxs(Jn.Fragment,{children:[Jn.jsxs("span",{className:"welcome",children:["Welcome, ",Jn.jsx("b",{children:e.name}),"!"]}),Jn.jsx(Xn,{buttonType:"secondary",onClick:r,label:"Log out"})]}):Jn.jsxs(Jn.Fragment,{children:[Jn.jsx(Xn,{buttonType:"secondary",onClick:t,label:"Log in"}),Jn.jsx(Xn,{buttonType:"cta",onClick:n,label:"Sign up"})]})})]})}),ra={primitives:{blue50:"#eff6ff",blue100:"#dbeafe",blue200:"#bfdbfe",blue300:"#93c5fd",blue400:"#60a5fa",blue500:"#2e6bf0",blue600:"#1e40af",blue700:"#1e3a8a",blue800:"#1e3a8a",blue900:"#1e293b",yellow50:"#fefce8",yellow100:"#fef9c3",yellow200:"#fef08a",yellow300:"#fde047",yellow400:"#efe63f",yellow500:"#eab308",yellow600:"#ca8a04",yellow700:"#a16207",yellow800:"#854d0e",yellow900:"#713f12",purple50:"#faf5ff",purple100:"#f3e8ff",purple200:"#e9d5ff",purple300:"#d8b4fe",purple400:"#c084fc",purple500:"#a855f7",purple600:"#9333ea",purple700:"#7e22ce",purple800:"#3d2589",purple900:"#581c87",purple950:"#091757",gray50:"#f9fafb",gray100:"#f3f4f6",gray200:"#e5e7eb",gray300:"#d1d5db",gray400:"#9ca3af",gray500:"#6b7280",gray600:"#4b5563",gray700:"#374151",gray800:"#1f2937",gray900:"#111827",green50:"#f0fdf4",green500:"#10b981",green700:"#047857",red50:"#fef2f2",red500:"#ef4444",red700:"#b91c1c",white:"#ffffff",black:"#000000"},semantic:{primary:"var(--color-purple-800)",primaryHover:"var(--color-purple-950)",primaryActive:"var(--color-purple-800)",primaryText:"var(--color-white)",secondary:"var(--color-blue-500)",secondaryHover:"var(--color-blue-600)",secondaryActive:"var(--color-blue-700)",secondaryText:"var(--color-white)",accent:"var(--color-yellow-400)",accentHover:"var(--color-yellow-500)",accentActive:"var(--color-yellow-600)",accentText:"var(--color-purple-950)",tertiary:"var(--color-gray-200)",tertiaryHover:"var(--color-gray-300)",tertiaryActive:"var(--color-gray-400)",tertiaryText:"var(--color-purple-950)",textPrimary:"var(--color-purple-950)",textSecondary:"var(--color-purple-800)",textAccent:"var(--color-yellow-400)",textTertiary:"var(--color-gray-500)",textInverse:"var(--color-white)",textDisabled:"var(--color-gray-400)",textLink:"var(--color-blue-500)",textLinkHover:"var(--color-blue-600)",bgPrimary:"var(--color-purple-800)",bgSecondary:"var(--color-gray-50)",bgTertiary:"var(--color-gray-100)",bgInverse:"var(--color-gray-900)",bgOverlay:"rgba(0, 0, 0, 0.5)",borderDefault:"var(--color-gray-200)",borderSubtle:"var(--color-gray-100)",borderStrong:"var(--color-gray-300)",borderFocus:"var(--color-blue-500)",stateSuccess:"var(--color-green-500)",stateSuccessHover:"var(--color-green-700)",stateSuccessBg:"var(--color-green-50)",stateWarning:"var(--color-yellow-500)",stateWarningHover:"var(--color-yellow-600)",stateWarningBg:"var(--color-yellow-50)",stateError:"var(--color-red-500)",stateErrorHover:"var(--color-red-700)",stateErrorBg:"var(--color-red-50)",stateInfo:"var(--color-blue-500)",stateInfoHover:"var(--color-blue-600)",stateInfoBg:"var(--color-blue-50)",interactivePrimary:"var(--color-blue-500)",interactivePrimaryHover:"var(--color-blue-600)",interactivePrimaryActive:"var(--color-blue-700)",interactiveSecondary:"var(--color-gray-200)",interactiveSecondaryHover:"var(--color-gray-300)",interactiveSecondaryActive:"var(--color-gray-400)",interactiveDisabled:"var(--color-gray-300)"}},na={name:"default",fontImportUrl:"https://use.typekit.net/nmh6hoc.css",colors:{primitives:ra.primitives,semantic:ra.semantic},colorPalettes:[{name:"Primary",bg:"primary",text:"primaryText"},{name:"Secondary",bg:"secondary",text:"secondaryText"},{name:"Accent",bg:"accent",text:"accentText"},{name:"Tertiary",bg:"tertiary",text:"tertiaryText"}],spacing:{xs:"4px",sm:"8px",md:"16px",lg:"24px",xl:"30px",xxl:"60px"},borderRadius:{sm:"4px",md:"8px",lg:"16px",xl:"24px"},shadows:{sm:"0 2px 4px rgba(0, 0, 0, 0.1)",md:"0 4px 8px rgba(0, 0, 0, 0.15)",lg:"0 8px 16px rgba(0, 0, 0, 0.2)",xl:"0 16px 32px rgba(0, 0, 0, 0.25)"},breakpoints:{xs:"320px",sm:"640px",md:"768px",lg:"1024px",xl:"1280px",xxl:"1536px"},typography:{fontFamily:"'azo-sans-web', serif",fontFamilyHeading:"'azo-sans-web', serif",fontSizeXs:"12px",fontSizeSm:"14px",fontSizeMd:"16px",fontSizeLg:"18px",fontSizeXl:"24px",fontWeightNormal:"400",fontWeightMedium:"500",fontWeightBold:"700",lineHeightTight:"1.25",lineHeightNormal:"1.5",lineHeightRelaxed:"1.75",variants:{pageTitle:{fontSize:"1.5rem",fontWeight:"400",lineHeight:"1.1",textTransform:"uppercase",mobile:{fontSize:"1.375rem",lineHeight:"1.2"},tablet:{fontSize:"1.375rem"}},sectionTitle:{fontSize:"2.625rem",fontWeight:"700",lineHeight:"1.2",mobile:{fontSize:"2.25rem"},tablet:{fontSize:"2.25rem"}},title:{fontSize:"3.5rem",fontWeight:"900",lineHeight:"1.1",mobile:{fontSize:"2.875rem",lineHeight:"1.2"},tablet:{fontSize:"2.875rem"}},subtitle:{fontSize:"1.5rem",fontWeight:"400",lineHeight:"1.4",mobile:{fontSize:"1.5rem"}},body:{fontSize:"1.125rem",fontWeight:"400",lineHeight:"1.5"},textlink:{fontSize:"1.125rem",fontWeight:"600",lineHeight:"1.5",textTransform:"uppercase",textDecoration:"underline"},bodyBold:{fontSize:"1.125rem",fontWeight:"700",lineHeight:"1.6"},bodyLarge:{fontSize:"1.313rem",fontWeight:"400",lineHeight:"1.6"},bodyBoldLarge:{fontSize:"1.313rem",fontWeight:"700",lineHeight:"1.6"},bodySmall:{fontSize:"1rem",fontWeight:"400",lineHeight:"1.5"},h1:{fontSize:"2.5rem",fontWeight:"700",lineHeight:"1.2",mobile:{fontSize:"2rem",lineHeight:"1.25"},tablet:{fontSize:"2.25rem"}},h2:{fontSize:"2rem",fontWeight:"700",lineHeight:"1.3",mobile:{fontSize:"1.75rem"},tablet:{fontSize:"1.875rem"}},h3:{fontSize:"1.75rem",fontWeight:"600",lineHeight:"1.4",mobile:{fontSize:"1.5rem"},tablet:{fontSize:"1.625rem"}},h4:{fontSize:"1.5rem",fontWeight:"600",lineHeight:"1.4",mobile:{fontSize:"1.25rem"}},h5:{fontSize:"1.25rem",fontWeight:"600",lineHeight:"1.5",mobile:{fontSize:"1.125rem"}},h6:{fontSize:"1rem",fontWeight:"600",lineHeight:"1.5",mobile:{fontSize:"0.875rem"}}}},buttons:{borderRadius:"20px",padding:"12px 24px",fontSize:"1.125rem",fontWeight:"600",lineHeight:"1.5",general:{background:"var(--secondary)",backgroundHover:"var(--secondary-hover)",backgroundActive:"var(--secondary-active)",color:"var(--text-inverse)",colorHover:"var(--text-inverse)",border:"var(--secondary)",borderHover:"var(--secondary-hover)",shadow:"0 2px 4px rgba(46, 107, 240, 0.2)"},cta:{background:"var(--accent)",backgroundHover:"var(--accent-hover)",backgroundActive:"var(--accent-active)",color:"var(--primary)",colorHover:"var(--priamry)",border:"var(--secondary)",borderHover:"var(--secondary-hover)",shadow:"0"},secondary:{background:"transparent",backgroundHover:"var(--primary)",backgroundActive:"var(--primary-active)",color:"var(--primary)",colorHover:"var(--text-inverse)",border:"var(--primary)",borderHover:"var(--primary)",shadow:"none"},outline:{background:"transparent",backgroundHover:"var(--bg-secondary)",backgroundActive:"var(--bg-tertiary)",color:"var(--text-primary)",colorHover:"var(--text-primary)",border:"var(--border-default)",borderHover:"var(--border-strong)",shadow:"none"},ghost:{background:"transparent",backgroundHover:"var(--bg-secondary)",backgroundActive:"var(--bg-tertiary)",color:"var(--text-primary)",colorHover:"var(--text-primary)",border:"transparent",borderHover:"transparent",shadow:"none",focusOutline:"#ffffff"},twitter:{background:"transparent",backgroundHover:"#5f8df0",backgroundActive:"#004cb1",color:"#2e6bf0",colorHover:"#ffffff",colorActive:"#ffffff",border:"#2e6bf0",borderHover:"#5f8df0",borderActive:"#004cb1",shadow:"rgba(0, 0, 0, 0.16) 0px 3px 6px inset",focusOutline:"#ffffff"},linkedIn:{background:"transparent",backgroundHover:"#5f8df0",backgroundActive:"#004cb1",color:"#2e6bf0",colorHover:"#ffffff",colorActive:"#ffffff",border:"#2e6bf0",borderHover:"#5f8df0",borderActive:"#004cb1",shadow:"rgba(0, 0, 0, 0.16) 0px 3px 6px inset",focusOutline:"#ffffff"},facebook:{background:"transparent",backgroundHover:"#5f8df0",backgroundActive:"#004cb1",color:"#2e6bf0",colorHover:"#ffffff",colorActive:"#ffffff",border:"#2e6bf0",borderHover:"#5f8df0",borderActive:"#004cb1",shadow:"rgba(0, 0, 0, 0.16) 0px 3px 6px inset",focusOutline:"#ffffff"}},components:{card:{background:"var(--bg-primary)",border:"1px solid var(--border-default)",borderRadius:"8px",shadow:"0 2px 4px rgba(0, 0, 0, 0.1)",padding:"24px"},header:{background:"var(--bg-primary)",borderBottom:"1px solid var(--border-default)",height:"64px",padding:"0 24px"},cta:{background:"var(--primary)",borderRadius:"0 0 200px",padding:"32px",titleFontWeight:"900",titleFontSize:"55px",titleLineHeight:"65px",descriptionLineHeight:"32px",descriptionFontWeight:"100",descriptionFontSize:"24px",descriptionMargin:"0px 0px 30px 0px"}}},aa={primitives:{brandNavy:"#091757",brandCoral:"#F6525F",brandMidnight:"#0B103A",brandLightGray:"#E9EBF2",brandDarkGray:"#4A4E57",brandBlue:"#2E6BF0",carnation50:"#F9F9F9",carnation100:"#F1F1F1",carnation200:"#EDDCDE",carnation300:"#F6B4BB",carnation400:"#FB7886",carnation500:"#F6525F",carnation600:"#E23837",carnation700:"#C03225",carnation800:"#9C3025",carnation900:"#7E3028",carnation950:"#481E18",mediumPurple50:"#E0E0E0",mediumPurple100:"#D6D6D8",mediumPurple200:"#C7C5DD",mediumPurple300:"#ADA8E6",mediumPurple400:"#8978F0",mediumPurple500:"#6F4DF3",mediumPurple600:"#5C27E8",mediumPurple700:"#4B18C7",mediumPurple800:"#3E1A9B",mediumPurple900:"#301875",mediumPurple950:"#1A054E",royalblue50:"#EDEDED",royalblue100:"#DEE3EA",royalblue200:"#BFD0EB",royalblue300:"#92B5EE",royalblue400:"#5B8DF1",royalblue500:"#2D6BF0",royalblue600:"#014CE5",royalblue700:"#0040C6",royalblue800:"#09369C",royalblue900:"#173276",royalblue950:"#111D3F",neutral50:"#FAFAFA",neutral100:"#F5F5F5",neutral200:"#E5E5E5",neutral300:"#D4D4D4",neutral400:"#A1A1A1",neutral500:"#737373",neutral600:"#525252",neutral700:"#404040",neutral800:"#262626",neutral900:"#171717",neutral950:"#0A0A0A",green50:"#F0FDF4",green100:"#DCFCE7",green200:"#B9F8CF",green300:"#7BF1A8",green400:"#05DF72",green500:"#00C950",green600:"#00A63E",green700:"#008236",green800:"#016630",green900:"#0D542B",green950:"#032E15",amber50:"#FFFBEB",amber100:"#FEF3C6",amber200:"#FEE685",amber300:"#FFD230",amber400:"#FFBA00",amber500:"#FD9A00",amber600:"#E17100",amber700:"#BB4D00",amber800:"#973C00",amber900:"#7B3306",amber950:"#461901",pink50:"#FDF2F8",pink100:"#FCE7F3",pink200:"#FCCEE8",pink300:"#FDA5D5",pink400:"#FB64B6",pink500:"#F6339A",pink600:"#E60076",pink700:"#C6005C",pink800:"#A3004C",pink900:"#861043",pink950:"#510424",sky50:"#F0F9FF",sky100:"#DFF2FE",sky200:"#B8E6FE",sky300:"#74D4FF",sky400:"#00BCFF",sky500:"#00A6F4",sky600:"#0084D1",sky700:"#0069A8",sky800:"#00598A",sky900:"#024A70",sky950:"#052F4A",white:"#FFFFFF",black:"#000000",transparent:"transparent"},semantic:{primary:"var(--color-brand-navy)",primaryHover:"var(--color-brand-midnight)",primaryActive:"var(--color-brand-midnight)",primaryText:"var(--color-white)",secondary:"var(--color-medium-purple-400)",secondaryHover:"var(--color-medium-purple-600)",secondaryActive:"var(--color-medium-purple-600)",secondaryText:"var(--color-white)",accent:"var(--color-carnation-500)",accentHover:"var(--color-carnation-700)",accentActive:"var(--color-carnation-700)",accentText:"var(--color-white)",tertiary:"var(--color-neutral-200)",tertiaryHover:"var(--color-neutral-300)",tertiaryActive:"var(--color-neutral-400)",tertiaryText:"var(--color-brand-navy)",textPrimary:"var(--color-brand-navy)",textSecondary:"var(--color-brand-dark-gray)",textTertiary:"var(--color-neutral-600)",textInverse:"var(--color-white)",textDisabled:"var(--color-neutral-400)",textLink:"var(--color-brand-blue)",textLinkHover:"var(--color-brand-navy)",bgPrimary:"var(--color-brand-navy)",bgSecondary:"var(--color-brand-light-gray)",bgTertiary:"var(--color-neutral-100)",bgInverse:"var(--color-brand-midnight)",bgOverlay:"rgba(0, 0, 0, 0.5)",borderDefault:"var(--color-neutral-200)",borderSubtle:"var(--color-neutral-100)",borderStrong:"var(--color-neutral-300)",borderFocus:"var(--color-brand-blue)",borderWhite:"var(--color-brand-white)",stateSuccess:"var(--color-green-500)",stateSuccessHover:"var(--color-green-600)",stateSuccessBg:"var(--color-green-50)",stateWarning:"var(--color-amber-500)",stateWarningHover:"var(--color-amber-600)",stateWarningBg:"var(--color-amber-50)",stateError:"var(--color-pink-500)",stateErrorHover:"var(--color-pink-600)",stateErrorBg:"var(--color-pink-50)",stateInfo:"var(--color-sky-500)",stateInfoHover:"var(--color-sky-600)",stateInfoBg:"var(--color-sky-50)",interactivePrimary:"var(--color-brand-coral)",interactivePrimaryHover:"var(--color-carnation-600)",interactivePrimaryActive:"var(--color-carnation-700)",interactiveSecondary:"var(--color-neutral-200)",interactiveSecondaryHover:"var(--color-neutral-300)",interactiveSecondaryActive:"var(--color-neutral-400)",interactiveDisabled:"var(--color-neutral-300)"}},oa=Object.assign(Object.assign({},na),{name:"advisors-plus",fontImportUrl:["https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap","https://fonts.googleapis.com/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,600;8..60,700&display=swap"],colors:{primitives:aa.primitives,semantic:aa.semantic},colorPalettes:[{name:"Primary",bg:"primary",text:"primaryText"},{name:"Secondary",bg:"secondary",text:"secondaryText"},{name:"Accent",bg:"accent",text:"accentText"},{name:"Tertiary",bg:"tertiary",text:"tertiaryText"}],typography:Object.assign(Object.assign({},na.typography),{fontFamily:"'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",fontFamilyHeading:"'Source Serif 4', Georgia, serif"}),buttons:Object.assign(Object.assign({},na.buttons),{borderRadius:"8px",cta:{background:"var(--accent)",backgroundHover:"var(--accent-hover)",backgroundActive:"var(--accent-active)",color:"var(--color-white)",colorHover:"var(--color-white)",border:"var(--color-white)",borderHover:"var(--secondary-hover)",shadow:"0"}}),components:Object.assign(Object.assign({},na.components),{cta:Object.assign({},na.components.cta)})}),ia={primitives:{navy50:"#E7E8F0",navy100:"#C8CAE0",navy200:"#A5A8CE",navy300:"#8286BC",navy400:"#686DAE",navy500:"#4E54A0",navy600:"#3D4398",navy700:"#2A308D",navy800:"#1A1F82",navy900:"#0D0942",navy950:"#0D0942",brilliantBlue50:"#E7F1FE",brilliantBlue100:"#CBE0FD",brilliantBlue200:"#ABCCFD",brilliantBlue300:"#7EB0FF",brilliantBlue400:"#4587FF",brilliantBlue500:"#0061FF",brilliantBlue600:"#0043D2",brilliantBlue700:"#002DB3",brilliantBlue800:"#001994",brilliantBlue900:"#030E83",brilliantBlue950:"#001166",neonmint50:"#FAFFFE",neonmint100:"#EAFFF9",neonmint200:"#B5FFEA",neonmint300:"#09FFD2",neonmint400:"#09E2B4",neonmint500:"#06C99B",neonmint600:"#00A780",neonmint700:"#028566",neonmint800:"#016B53",neonmint900:"#015946",neonmint950:"#003327",electricBerry50:"#FFFCFD",electricBerry100:"#FFF0F5",electricBerry200:"#FFE4EE",electricBerry300:"#FFBFD5",electricBerry400:"#FF85AF",electricBerry500:"#FF5B90",electricBerry600:"#FE0466",electricBerry700:"#DC004D",electricBerry800:"#B81443",electricBerry900:"#991E3E",electricBerry950:"#621023",neutral50:"#FAFAFA",neutral100:"#F5F5F5",neutral200:"#E5E5E5",neutral300:"#D4D4D4",neutral400:"#A1A1A1",neutral500:"#737373",neutral600:"#525252",neutral700:"#404040",neutral800:"#262626",neutral900:"#171717",neutral950:"#0A0A0A",white:"#FFFFFF",black:"#000000",transparent:"transparent"},semantic:{primary:"var(--color-navy-900)",primaryHover:"var(--color-navy-800)",primaryActive:"var(--color-navy-700)",primaryText:"var(--color-white)",secondary:"var(--color-brilliant-blue-500)",secondaryHover:"var(--color-brilliant-blue-600)",secondaryActive:"var(--color-brilliant-blue-700)",secondaryText:"var(--color-white)",accent:"var(--color-electric-berry-600)",accentHover:"var(--color-electric-berry-700)",accentActive:"var(--color-electric-berry-800)",accentText:"var(--color-white)",tertiary:"var(--color-neonmint-300)",tertiaryHover:"var(--color-neonmint-400)",tertiaryActive:"var(--color-neonmint-500)",tertiaryText:"var(--color-navy-900)",textPrimary:"var(--color-brilliant-blue-950)",textSecondary:"var(--color-neutral-700)",textTertiary:"var(--color-neutral-600)",textInverse:"var(--color-white)",textDisabled:"var(--color-neutral-400)",textLink:"var(--color-brilliantblue-500)",textLinkHover:"var(--color-brilliantblue-600)",bgPrimary:"var(--color-brilliant-blue-950)",bgSecondary:"var(--color-neutral-50)",bgTertiary:"var(--color-neutral-100)",bgInverse:"var(--color-neutral-900)",bgOverlay:"rgba(0, 0, 0, 0.5)",borderDefault:"var(--color-neutral-200)",borderSubtle:"var(--color-neutral-100)",borderStrong:"var(--color-neutral-300)",borderFocus:"var(--color-brilliantblue-500)",stateSuccess:"var(--color-neonmint-500)",stateSuccessHover:"var(--color-neonmint-600)",stateSuccessBg:"var(--color-neonmint-50)",stateWarning:"var(--color-electricberry-400)",stateWarningHover:"var(--color-electricberry-500)",stateWarningBg:"var(--color-electricberry-50)",stateError:"var(--color-electricberry-600)",stateErrorHover:"var(--color-electricberry-700)",stateErrorBg:"var(--color-electricberry-50)",stateInfo:"var(--color-brilliantblue-500)",stateInfoHover:"var(--color-brilliantblue-600)",stateInfoBg:"var(--color-brilliantblue-50)",interactivePrimary:"var(--color-brilliantblue-500)",interactivePrimaryHover:"var(--color-brilliantblue-600)",interactivePrimaryActive:"var(--color-brilliantblue-700)",interactiveSecondary:"var(--color-neutral-200)",interactiveSecondaryHover:"var(--color-neutral-300)",interactiveSecondaryActive:"var(--color-neutral-400)",interactiveDisabled:"var(--color-neutral-300)"}},la=Object.assign(Object.assign({},na),{name:"primax",fontImportUrl:["https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap","https://fonts.googleapis.com/css2?family=Zalando+Sans:wght@400;500;600;700&display=swap"],colors:{primitives:ia.primitives,semantic:ia.semantic},colorPalettes:[{name:"Primary",bg:"primary",text:"primaryText"},{name:"Secondary",bg:"secondary",text:"secondaryText"},{name:"Accent",bg:"accent",text:"accentText"},{name:"Tertiary",bg:"tertiary",text:"tertiaryText"}],typography:Object.assign(Object.assign({},na.typography),{fontFamily:"'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",fontFamilyHeading:"'Zalando Sans', serif"}),buttons:Object.assign(Object.assign({},na.buttons),{borderRadius:"0px",cta:{background:"var(--accent)",backgroundHover:"var(--accent-hover)",backgroundActive:"var(--accent-active)",color:"var(--color-white)",colorHover:"var(--color-white)",border:"var(--color-white)",borderHover:"var(--secondary-hover)",shadow:"0"}}),components:Object.assign(Object.assign({},na.components),{cta:Object.assign({},na.components.cta)})});function sa(e,t){return Object.entries(e).filter(([,e])=>void 0!==e).map(([e,r])=>{const n=Qn(e);return` --${t}${n}: ${r};`})}function ca(e,t=":root"){let r="";r+=function(e,t=":root"){const r=[];return r.push(...sa(e.primitives,"color-")),r.push(...sa(e.semantic,"")),`${t} {${r.join("\n")}\n}`}({primitives:e.colors.primitives,semantic:e.colors.semantic},t),r+="\n\n";const n={};n.Spacing=sa(e.spacing,""),n["Border Radius"]=sa(e.borderRadius,""),n.Shadows=sa(e.shadows,""),n.Breakpoints=sa(e.breakpoints,"breakpoint-");const a=e.typography,{variants:o}=a,i=Hn(a,["variants"]);n.Typography=sa(i,""),o&&Object.entries(o).forEach(([e,t])=>{if(t){const{mobile:r,tablet:a}=t,o=Hn(t,["mobile","tablet"]),i=`typography-${e.replace(/([A-Z])/g,"-$1").toLowerCase()}-`;n[`Typography - ${e}`]=sa(o,i),r&&(n[`Typography - ${e} (Mobile)`]=sa(r,`${i}mobile-`)),a&&(n[`Typography - ${e} (Tablet)`]=sa(a,`${i}tablet-`))}});const l=e.buttons,{general:s,cta:c,secondary:f,outline:u,ghost:d,video:m,subscribe:p,twitter:y,linkedIn:b,facebook:g,secondaryDarkMode:v}=l,h=Hn(l,["general","cta","secondary","outline","ghost","video","subscribe","twitter","linkedIn","facebook","secondaryDarkMode"]);n["Button Base"]=sa(h,"button-");["general","cta","secondary","outline","ghost","video","subscribe","twitter","linkedIn","facebook","secondaryDarkMode"].forEach(t=>{if(e.buttons[t]){const r=t.charAt(0).toUpperCase()+t.slice(1);n[`Button - ${r}`]=sa(e.buttons[t],`button-${t.toLowerCase()}-`)}}),n["Card Component"]=sa(e.components.card,"card-"),n["Header Component"]=sa(e.components.header,"header-"),n["CTA Component"]=sa(e.components.cta,"cta-");return r+=`${t} {${Object.entries(n).map(([e,t])=>`\n /* ${e} */\n${t.join("\n")}`).join("")}\n}`,r}const fa=e.createContext(void 0);function ua(){const t=e.useContext(fa);if(!t)throw new Error("useTheme must be used within a ThemeProvider");return t}const da=function({children:t,initialTheme:r=na,initialThemeName:n="default"}){e.useEffect(()=>{!function(e,t){const r=document.getElementById(`theme-${t}`)||document.createElement("style");r.id=`theme-${t}`;const n=`[data-theme="${t}"]`;let a="";e.fontImportUrl&&(a=(Array.isArray(e.fontImportUrl)?e.fontImportUrl:[e.fontImportUrl]).map(e=>`@import url('${e}');`).join("\n "));const o=`\n ${a}\n ${ca(e,n)}\n `;r.textContent=o,document.head.contains(r)||document.head.appendChild(r)}(r,n),document.documentElement.setAttribute("data-theme",n)},[r,n]);const a={currentTheme:r,themeName:n};return Jn.jsx(fa.Provider,{value:a,children:t})};function ma(){const{currentTheme:e}=ua(),t=e=>"undefined"==typeof window?"":getComputedStyle(document.documentElement).getPropertyValue(e).trim(),r={},n={};return Object.keys(e.colors.primitives).forEach(n=>{const a=`--color-${n.replace(/([A-Z])/g,"-$1").toLowerCase()}`;r[n]=t(a)||e.colors.primitives[n]}),Object.keys(e.colors.semantic).forEach(e=>{const r=`--${e.replace(/([A-Z])/g,"-$1").toLowerCase()}`;n[e]=t(r)}),{primitives:r,semantic:n}}exports.BackgroundMedia=Zn,exports.Button=Xn,exports.ButtonLink=Kn,exports.CTA=({videoUrl:e,imageUrl:t,gradient:r,bgColor:n,title:a,headingLevel:o="h2",description:i,buttonText:l,link:s,externalLink:c,target:f="_self",className:u,style:d})=>{const m=["cta",u].filter(Boolean).join(" ");return Jn.jsxs("div",{className:m,style:d,children:[Jn.jsx(Zn,{videoUrl:e,imageUrl:t,gradient:r,bgColor:n}),Jn.jsxs("div",{className:"cta__content",children:[Jn.jsx(ea,{level:o,className:"cta__title",children:a}),i&&Jn.jsx("p",{className:"cta__description",children:i}),s?Jn.jsx(Kn,{buttonType:"cta",label:l,href:s,target:c?f:"_self",icon:Jn.jsx(Mn,{icon:qn})}):Jn.jsx(Xn,{buttonType:"cta",label:l,onClick:()=>{},icon:Jn.jsx(Mn,{icon:qn})})]})]})},exports.Card=({children:e,maxWidth:t="340px",padding:r="30px",onClick:n,href:a,target:o="_self",imageUrl:i,imageAlt:l="",className:s="",style:c,aspectRatio:f="3/2",borderRadius:u="20px",hoverEffect:d=!0,"aria-label":m,"data-testid":p})=>{const y=e=>{"Enter"!==e.key&&" "!==e.key||!n||(e.preventDefault(),n(e))},b=e=>{n&&n(e)},g=Object.assign({maxWidth:t},c),v={borderRadius:u},h={aspectRatio:f,borderRadius:`${u} ${u} 0 0`},x={padding:r},w=["card",d&&"card--hover-effect",s].filter(Boolean).join(" "),k=Jn.jsxs("div",{className:w,style:v,"data-testid":p,children:[i&&Jn.jsx("div",{className:"card__image-wrapper",style:h,children:Jn.jsx("div",{className:"card__image-container",children:Jn.jsx("img",{src:i,alt:l,className:"card__image",loading:"lazy"})})}),Jn.jsx("div",{className:"card__body",style:x,children:e})]});return a?Jn.jsx("div",{className:"card-wrapper",style:g,children:Jn.jsx("a",{href:a,target:o,rel:"_blank"===o?"noopener noreferrer":void 0,onClick:b,className:"card__link",style:{borderRadius:u},"aria-label":m,children:k})}):n?Jn.jsx("div",{className:"card-wrapper",style:g,children:Jn.jsxs("div",{className:w,style:v,onClick:n,onKeyDown:y,role:"button",tabIndex:0,"aria-label":m,"data-testid":p,children:[i&&Jn.jsx("div",{className:"card__image-wrapper",style:h,children:Jn.jsx("div",{className:"card__image-container",children:Jn.jsx("img",{src:i,alt:l,className:"card__image",loading:"lazy"})})}),Jn.jsx("div",{className:"card__body",style:x,children:e})]})}):Jn.jsx("div",{className:"card-wrapper",style:g,children:k})},exports.FontAwesomeIcon=Mn,exports.Grid=({columns:e=12,gap:t,rowGap:r,columnGap:n,minColumnWidth:a,maxColumnWidth:o,alignItems:i,justifyItems:l,className:s="",style:c={},children:f,fullWidth:u=!1})=>{const d=`grid ${u?"grid--full-width":""} ${s}`,m=Object.assign(Object.assign({},c),{alignItems:i,justifyItems:l});return"number"==typeof e?(m["--grid-columns"]=e.toString(),a||(e>=3&&(m["--grid-columns-sm"]="1"),e>=3&&(m["--grid-columns-md"]="2"),m["--grid-columns-lg"]=e.toString())):e&&(void 0!==e.sm&&(m["--grid-columns-sm"]=e.sm.toString()),void 0!==e.md&&(m["--grid-columns-md"]=e.md.toString()),void 0!==e.lg&&(m["--grid-columns-lg"]=e.lg.toString())),a&&(m["--grid-min-column-width"]=a),o&&(m["--grid-max-column-width"]=o),t&&("string"==typeof t?m.gap=t:(t.sm&&(m["--grid-gap-sm"]=t.sm),t.md&&(m["--grid-gap-md"]=t.md),t.lg&&(m["--grid-gap-lg"]=t.lg))),r&&("string"==typeof r?m.rowGap=r:(r.sm&&(m["--grid-row-gap-sm"]=r.sm),r.md&&(m["--grid-row-gap-md"]=r.md),r.lg&&(m["--grid-row-gap-lg"]=r.lg))),n&&("string"==typeof n?m.columnGap=n:(n.sm&&(m["--grid-column-gap-sm"]=n.sm),n.md&&(m["--grid-column-gap-md"]=n.md),n.lg&&(m["--grid-column-gap-lg"]=n.lg))),Jn.jsx("div",{className:d,style:m,children:f})},exports.GridItem=({colSpan:e,rowSpan:t,colStart:r,rowStart:n,className:a="",style:o={},children:i})=>{const l=Object.assign({},o);return"number"==typeof e?l.gridColumn=`span ${e}`:e&&(e.sm&&(l["--grid-col-span-sm"]=e.sm.toString()),e.md&&(l["--grid-col-span-md"]=e.md.toString()),e.lg&&(l["--grid-col-span-lg"]=e.lg.toString())),"number"==typeof t?l.gridRow=`span ${t}`:t&&(t.sm&&(l["--grid-row-span-sm"]=t.sm.toString()),t.md&&(l["--grid-row-span-md"]=t.md.toString()),t.lg&&(l["--grid-row-span-lg"]=t.lg.toString())),"number"==typeof r?l.gridColumnStart=r:r&&(r.sm&&(l["--grid-col-start-sm"]=r.sm.toString()),r.md&&(l["--grid-col-start-md"]=r.md.toString()),r.lg&&(l["--grid-col-start-lg"]=r.lg.toString())),"number"==typeof n?l.gridRowStart=n:n&&(n.sm&&(l["--grid-row-start-sm"]=n.sm.toString()),n.md&&(l["--grid-row-start-md"]=n.md.toString()),n.lg&&(l["--grid-row-start-lg"]=n.lg.toString())),Jn.jsx("div",{className:`grid-item ${a}`,style:l,children:i})},exports.Header=ta,exports.Heading=ea,exports.Page=()=>{const[t,r]=e.useState();return Jn.jsxs("article",{children:[Jn.jsx(ta,{user:t,onLogin:()=>r({name:"Jane Doe"}),onLogout:()=>r(void 0),onCreateAccount:()=>r({name:"Jane Doe"})}),Jn.jsxs("section",{className:"storybook-page",children:[Jn.jsx("h2",{children:"Pages in Storybook"}),Jn.jsxs("p",{children:["We recommend building UIs with a"," ",Jn.jsx("a",{href:"https://componentdriven.org",target:"_blank",rel:"noopener noreferrer",children:Jn.jsx("strong",{children:"component-driven"})})," ","process starting with atomic components and ending with pages."]})]})]})},exports.TextLink=({label:e,href:t,externalLink:r,target:n="_self",onClick:a,className:o="",icon:i,style:l,disabled:s=!1,"aria-label":c,"aria-describedby":f,"data-testid":u})=>{const d=r||t,m=!!r||"_blank"===n;return!d||s?Jn.jsxs("span",{className:`text-link text-link--disabled ${o}`,style:l,"data-testid":u,"aria-label":c||e,"aria-describedby":f,children:[e," ",i]}):Jn.jsxs("a",{href:d,target:n,rel:m?"noopener noreferrer":void 0,onClick:e=>{s?e.preventDefault():a&&a(e)},onKeyDown:e=>{!s||"Enter"!==e.key&&" "!==e.key||e.preventDefault()},className:`text-link ${o}`,style:l,"aria-label":c,"aria-describedby":f,"data-testid":u,children:[e," ",i]})},exports.ThemeProvider=da,exports.advisorsPlusColorSystem=aa,exports.advisorsPlusTheme=oa,exports.applyTheme=function(e,t){const r=ca(e,t?`[data-theme="${t}"]`:":root"),n=document.getElementById(`theme-${e.name}`);n&&n.remove();const a=document.createElement("style");a.id=`theme-${e.name}`,a.textContent=r,document.head.appendChild(a)},exports.defaultButtonIcons=Gn,exports.defaultColorSystem=ra,exports.defaultTheme=na,exports.generateThemeCSS=ca,exports.primaxColorSystem=ia,exports.primaxTheme=la,exports.setThemeAttribute=function(e){document.documentElement.setAttribute("data-theme",e)},exports.useColorToken=function(e,t){return ma()[e][t]||""},exports.useColorTokens=ma,exports.useColorVar=function(e,t){const r=t.replace(/([A-Z])/g,"-$1").toLowerCase();return"primitives"===e?`var(--color-${r})`:`var(--${r})`},exports.useTheme=ua;
|
|
35
34
|
//# sourceMappingURL=index.js.map
|