!function(e,a){t.exports?t.exports=a():e.numeral=a()}(e,(function(){vare,t,a,r,n,l={},i={},o={currentLocale:"en",zeroFormat:null,nullFormat:null,defaultFormat:"0,0",scalePercentBy100:!0},s={currentLocale:o.currentLocale,zeroFormat:o.zeroFormat,nullFormat:o.nullFormat,defaultFormat:o.defaultFormat,scalePercentBy100:o.scalePercentBy100};functionc(e,t){this._input=e,this._value=t}return(e=function(a){varr,n,i,o;if(e.isNumeral(a))r=a.value();elseif(0===a||void0===a)r=0;elseif(null===a||t.isNaN(a))r=null;elseif("string"==typeofa)if(s.zeroFormat&&a===s.zeroFormat)r=0;elseif(s.nullFormat&&a===s.nullFormat||!a.replace(/[^0-9]+/g,"").length)r=null;else{for(ninl)if((o="function"==typeofl[n].regexps.unformat?l[n].regexps.unformat():l[n].regexps.unformat)&&a.match(o)){i=l[n].unformat;break}r=(i=i||e._.stringToNumber)(a)}elser=Number(a)||null;returnnewc(a,r)}).version="2.0.6",e.isNumeral=function(e){returneinstanceofc},e._=t={numberToFormat:function(t,a,r){varn,l,o,s,c,u,d,h,m=i[e.options.currentLocale],p=!1,f=!1,g="",v="",y=!1;if(t=t||0,o=Math.abs(t),e._.includes(a,"(")?(p=!0,a=a.replace(/[\(|\)]/g,"")):(e._.includes(a,"+")||e._.includes(a,"-"))&&(u=e._.includes(a,"+")?a.indexOf("+"):t<0?a.indexOf("-"):-1,a=a.replace(/[\+|\-]/g,"")),e._.includes(a,"a")&&(l=!!(l=a.match(/a(k|m|b|t)?/))&&l[1],e._.includes(a," a")&&(g=" "),a=a.replace(newRegExp(g+"a[kmbt]?"),""),o>=1e12&&!l||"t"===l?(g+=m.abbreviations.trillion,t/=1e12):o<1e12&&o>=1e9&&!l||"b"===l?(g+=m.abbreviations.billion,t/=1e9):o<1e9&&o>=1e6&&!l||"m"===l?(g+=m.abbreviations.million,t/=1e6):(o<1e6&&o>=1e3&&!l||"k"===l)&&(g+=m.abbreviations.thousand,t/=1e3)),e._.includes(a,"[.]")&&(f=!0,a=a.replace("[.]",".")),s=t.toString().split(".")[0],c=a.split(".")[1],d=a.indexOf(","),n=(a.split(".")[0].split(",")[0].match(/0/g)||[]).length,c?(e._.includes(c,"[")?(c=(c=c.replace("]","")).split("["),v=e._.toFixed(t,c[0].length+c[1].length,r,c[1].length)):v=e._.toFixed(t,c.length,r),s=v.split(".")[0],v=e._.includes(v,".")?m.delimiters.decimal+v.split(".")[1]:"",f&&0===Number(v.slice(1))&&(v="")):s=e._.toFixed(t,0,r),g&&!l&&Number(s)>=1e3&&g!==m.abbreviations.trillion)switch(s=String(Number(s)/1e3),g){casem.abbreviations.thousand:g=m.abbreviations.million;break;casem.abbreviations.million:g=m.abbreviations.billion;break;casem.abbreviations.billion:g=m.abbreviations.trillion}if(e._.includes(s,"-")&&(s=s.slice(1),y=!0),s.length<n)for(varb=n-s.length;b>0;b--)s="0"+s;returnd>-1&&(s=s.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g,"$1"+m.delimiters.thousands)),0===a.indexOf(".")&&(s=""),h=s+v+(g||""),p?h=(p&&y?"(":"")+h+(p&&y?")":""):u>=0?h=0===u?(y?"-":"+")+h:h+(y?"-":"+"):y&&(h="-"+h),h},stringToNumber:function(e){vart,a,r,n=i[s.currentLocale],l=e,o={thousand:3,million:6,billion:9,trillion:12};if(s.zeroFormat&&e===s.zeroFormat)a=0;elseif(s.nullFormat&&e===s.nullFormat||!e.replace(/[^0-9]+/g,"").length)a=null;else{for(tina=1,"."!==n.delimiters.decimal&&(e=e.replace(/\./g,"").replace(n.delimiters.decimal,".")),o)if(r=newRegExp("[^a-zA-Z]"+n.abbreviations[t]+"(?:\\)|(\\"+n.currency.symbol+")?(?:\\))?)?$"),l.match(r)){a*=Math.pow(10,o[t]);break}a*=(e.split("-").length+Math.min(e.split("(").length-1,e.split(")").length-1))%2?1:-1,e=e.replace(/[^0-9\.]+/g,""),a*=Number(e)}returna},isNaN:function(e){return"number"==typeofe&&isNaN(e)},includes:function(e,t){return-1!==e.indexOf(t)},insert:function(e,t,a){returne.slice(0,a)+t+e.slice(a)},reduce:function(e,t){if(null===this)thrownewTypeError("Array.prototype.reduce called on null or undefined");if("function"!=typeoft)thrownewTypeError(t+" is not a function");vara,r=Object(e),n=r.length>>>0,l=0;if(3===arguments.length)a=arguments[2];else{for(;l<n&&!(linr);)l++;if(l>=n)thrownewTypeError("Reduce of empty array with no initial value");a=r[l++]}for(;l<n;l++)linr&&(a=t(a,r[l],l,r));returna},multiplier:function(e){vart=e.toString().split(".");returnt.length<2?1:Math.pow(10,t[1].length)},correctionFactor:function(){vare=Array.prototype.slice.call(arguments);returne.reduce((function(e,a){varr=t.multiplier(a);returne>r?